/*Jumplink Styles*/
.jumplink-container {
    position: relative;
}
.jumplink-anchor {
    top: -64px;
    position: absolute;
}
@media (min-width: 768px) {
 .jumplink-anchor {
     top: -160px;
 }
}

/* Header */

a.mobile-icon {
 top: -46px !important;
}

@media (max-width: 767px) {
    body .custom-menu-primary .hs-menu-flow-horizontal>ul {
        max-height: calc(100vh - 114px);
        top: 50%;
        transform: translateY(-50%);
    }
}

/* General */

.center {
 text-align: center;   
}
.margin {
    margin: 50px auto;
}

.margin-top {
    margin-top: 75px;
}

/*Typeography*/

h1,h2,h3,h4,h5,h6 {
    letter-spacing: -0.05em;
    text-transform: uppercase;
}

.body-container-wrapper a:not(.button) {
    text-decoration: underline;
}

.body-container-wrapper a:not(.button):hover {
    text-decoration: none;
}

/*Inputs*/
.actions {
    text-align: center;
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="file"], textarea, select {
    max-width: none;
    width: 100% !important;
}

/*Button Styles*/
.btn,
.hs-button.primary, input[type="submit"], input[type="button"]{
    align-items: center !important;
    background-color: #eb3f79 !important;
    border: 0 !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    color: #fff !important;
    display: inline-flex !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    justify-content: center !important;
    max-width: 100%;
    padding: 10px !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    transition: all ease 0.8s !important;
    width: 200px !important;
    white-space: pre-wrap !important;
}

.custom-blog-form .hs_cos_wrapper_type_form .hs-button.primary.large {
    position: static;
    width: 100% !important;
}

.btn:hover {
    background-color: #666 !important;
}

.btn.white {
    background-color: white;
    border-color: white;
    color: #402f57;
}

/* Header */

.custom-bottom-header {
    border: 0;
    margin-top: 5px;
    position: relative;
}

.custom-bottom-header:before {
    background-color: #654b88;
    background-image: linear-gradient(90deg,#eb3f79,#299286,#808cce,#852ea9);
    content: '';
    height: 6px;
    left: 0;
    position: absolute;
    top: -6px;
    width: 100%;
}

a.mobile-icon {
    top: -46px;
}

/* Hero Styles */
.para-background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 30vh;
}
.row-fluid .homepage-hero[class*="span"] {
    align-items: center;
    background-color: rgb(31,11,58);
    background-image: url(https://cdn2.hubspot.net/hubfs/3469877/Flauntdigital%20July%202017%20/Images/inbound-homepage-hero.jpg?t=1513692293480);
    display: flex;
    justify-content: center;
    margin-top: 6px;
    min-height: calc(100vh - 412px);
    position: relative;
    text-align: center;
}
.row-fluid .homepage-hero[class*="span"] * {
    position: relative;
}
.homepage-hero article {
    position: relative;
}
.homepage-hero h1 {
    color: white;
    font-size: calc(12px + 5vmin);
    text-transform: uppercase;
    text-shadow: 5px 5px 0px #654b88;
}
.homepage-hero .btn {
    box-shadow: 5px 5px 0px #654b88;
    font-size: 1.25em;
    margin-top: 1em;
}
.row-fluid .homepage-hero[class*="span"]:before {
    background-color: rgba(255,255,255,.4);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

@media (min-width: 768px) {
    .row-fluid .homepage-hero[class*="span"] {
        margin-top: 42px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .row-fluid .homepage-hero[class*="span"] {
        min-height: 350px;
    }
}
@media (min-width: 1025px) {
    .para-background {
        background-attachment: fixed;
    }
}

/* Container */
.page-content-container > .row-fluid-wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 750px;
}
@media (min-width: 992px) {
    .page-content-container > .row-fluid-wrapper {
        max-width: 970px;
    }
}
@media (min-width: 1200px) {
    .page-content-container > .row-fluid-wrapper {
        max-width: 1170px;
    }
}

/* Page Intro */

.page-intro {
    background-color: #333;
    color: #fff;
    padding: 0;
    position: relative;
    text-align: center;
}

.page-intro.in-page {
    background-color: #eee;
    color: #333;
}

.page-intro.no-background {
    background-color: transparent;
}

.page-intro.small-padding .cell-wrapper {
    padding: 0;
}

.page-intro h1, .page-intro h2, .page-intro h3, .page-intro h4, .page-intro h5 {
    color: #fff;
}

.page-intro.in-page h1, .page-intro.in-page h2, .page-intro.in-page h3, .page-intro.in-page h4, .page-intro.in-page h5,
.page-intro.no-background h1, .page-intro.no-background h2, .page-intro.no-background h3, .page-intro.no-background h4, .page-intro.no-background h5 {
    color: #333;
}

.page-intro .cell-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 868px;
    padding: 15px;
}

.page-intro:after {
    bottom: -25px;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #333;
    content: '';
    display: block;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 1;
}

.page-intro.in-page:after {
    border-color: #eee transparent transparent transparent;
}

.page-intro.no-arrow:after,
.page-intro.no-background:after {
    content: none;
}

@media (min-width: 768px) {
    .page-intro .cell-wrapper {
        padding: 50px;
    }
    .page-intro:after {
        bottom: -48px;
        border-bottom: 25px solid transparent;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-top: 25px solid #333;
    }
}


@media (max-width: 991px) {
    .page-intro :last-child {
        margin-bottom: 0;
    }
}

/*Swap rows*/

@media (min-width: 768px) {
    .swap-row > .row-fluid-wrapper > .row-fluid {
        align-items: flex-start;
        display: flex;
        flex-direction: row-reverse;
    }
}

/*Services Preview*/
.services-preview {
    background-color: #eee;
    padding: 100px 0;
}
.services-preview h2 {
    margin-bottom: 0;
    margin-top: 1em;
}

/*Services Row*/
.services-row {
    background-color: #fff;
    border-bottom: 5px solid #eee;
    padding: 50px 15px;
}
.services-row.attract {
    border-color: #eb3f79;
}
.services-row.convert {
    border-color: #299286;
}
.services-row.close {
    border-color: #808cce;
}
.services-row.manage {
    border-color: #852ea9;
}
.services-row .row-fluid,
.services-row.swap-row .row-fluid {
    align-items: center;
    display: flex;
    flex-direction: column;
}
.services-row h2 {
    font-size: 3em;
    line-height: 1.5;s
    margin-top: 0;
}
@supports (-webkit-background-clip: text) {
    .services-row h2 {
        -webkit-background-clip: text;
        color: transparent;
    }
    .services-row.attract h2 {
        background-image: linear-gradient(0deg,#eb3f79,#c91f60);
    }
    .services-row.convert h2 {
        background-image: linear-gradient(0deg,#299286,#097266);
    }
    .services-row.close h2 {
        background-image: linear-gradient(0deg,#808cce,#5e6dc1);
    }
    .services-row.manage h2 {
        background-image: linear-gradient(0deg,#852ea9,#8025a5);
    }
}
@supports (background-clip: text) {
    .services-row h2 {
        background-clip: text;
        color: transparent;
    }
    .services-row.attract h2 {
        background-image: linear-gradient();
    }
    .services-row.convert h2 {
        background-image: linear-gradient();
    }
    .services-row.close h2 {
        background-image: linear-gradient();
    }
    .services-row.manage h2 {
        background-image: linear-gradient();
    }
}
.services-row ul {
    padding-left: 20px;
}
.services-row img {
    height: 250px;
    width: 100%;
}
.services-row .btn {
    margin-top: 1.5em;
}
.services-row .cell-wrapper {
    align-items: center;
    display: flex;
    width: 100%;
}
.services-row .cell-wrapper > span {
    width: 100%;
}
.services-row > .row-fluid-wrapper {
    align-items: center;
    display: flex;
}

.services-row.last-service > .row-fluid-wrapper {
    margin-bottom: 0;
}

.services-row > .row-fluid-wrapper [class*=span] {
    align-items: center;
    display: flex;
    justify-content: center;
}
.services-row > .row-fluid-wrapper [class*=span]:last-child {
    background-color: #eee;
    border: 1px solid #bbb;
    padding: 30px 30px 35px;
    position: relative;
}
.services-row > .row-fluid-wrapper [class*=span]:last-child:after {
    background-color: #654b88;
    background-image: linear-gradient(90deg,#eb3f79,#299286,#808cce,#852ea9);
    bottom: -5px;
    content: '';
    height: 5px;
    left: -1px;
    position: absolute;
    width: calc(100% + 2px);
}
@media (max-width: 767px) {
    .services-row [class*=span]:not(:first-of-type) {
        margin-top: 30px;
    }
    .services-row [class*=span] {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .services-row .row-fluid {
        flex-direction: row;
    }
    .services-row.swap-row .row-fluid {
        flex-direction: row-reverse;
    }
    .services-row [class*=span] {
        margin-left: 15px;
        margin-right: 15px;
    }
    .services-row h2 {
        margin-top: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .services-row [class*=span] {
        width: 50%;
    }
}

/*Expanded Services*/

.expanded-services > .row-fluid-wrapper > .row-fluid > [class*=span] {
    background-color: #eee;
    border: 1px solid #ccc;
    border-top: 5px solid #654b88;
    padding: 30px;
}

@media (min-width: 768px) {
    .expanded-services > .row-fluid-wrapper > .row-fluid > [class*=span] {
        min-height: 275px;
    }
}

.expanded-services.attract > .row-fluid-wrapper > .row-fluid > [class*=span] {
    border-top-color: #eb3f79;
}

.expanded-services.manage > .row-fluid-wrapper > .row-fluid > [class*=span] {
    border-top-color: #852ea9;
}

.expanded-services.convert > .row-fluid-wrapper > .row-fluid > [class*=span] {
    border-top-color: #299286;
}

.expanded-services.close > .row-fluid-wrapper > .row-fluid > [class*=span] {
    border-top-color: #808cce;
}

@media (max-width: 767px) {
    .expanded-services {
        margin-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 768px) {
    .expanded-services > .row-fluid-wrapper > .row-fluid > [class*=span] {
        margin-bottom: 30px;
    }
}

/*Know more row*/
.know-more {
    background-color: rgba(31,11,58,0.85);
    border-bottom: 5px solid #281d36;
    color: #fff;
}
.know-more > .row-fluid-wrapper {
    margin: 0 auto;
    max-width: 1170px;
    padding: 50px 15px;
}
.know-more > .row-fluid-wrapper > .row-fluid {
    align-items: center;
    display: flex;
    flex-direction: column;
}
.know-more .widget-type-cta {
    text-align: right;
}
.know-more h3 {
    color: white;
    font-size: 2em;
    margin: 0 0 1em;
    text-transform: uppercase;
    text-align: center;
}

@media (min-width: 768px) {
    .know-more h3 {
        margin-bottom: 0;
        text-align: left;
    }
    .know-more > .row-fluid-wrapper > .row-fluid {
        flex-direction: row;
    }
}

/* Pricing */
.pricing-group .row-fluid {
    align-items: stretch;
    display: flex;
    line-height: 2;
}
.pricing-group div[class*=span] {
    align-items: stretch;
    display: flex;
}
.pricing-group div[class*=span] > .cell-wrapper {
    align-items: flex-start;
    background-color: #eee;
    border: 1px solid #ddd;
    border-bottom: 0;
    display: flex;
    justify-content: flex-start;
    padding: 30px 30px 90px;
    position: relative;
    width: 100%;
}
.pricing-group.small div[class*=span] > .cell-wrapper {
    padding-bottom: 30px;
}
.pricing-group div[class*=span] .cell-wrapper:after {
    background-color: #654b88;
    background-image: linear-gradient(90deg,#eb3f79,#299286,#808cce,#852ea9);
    bottom: -5px;
    content: '';
    display: block;
    height: 5px;
    left: -1px;
    position: absolute;
    width: calc(100% + 2px);
}
.pricing-group div[class*=span] img {
    display: inline-block;
    height: auto;
    margin-top: 15px;
    max-width: 40px;
    width: calc(25% - 15px);
}
.pricing-group div[class*=span] ul {
    padding: 0 0 0 20px;
}
.pricing-group div[class*=span] img:not(:first-child) {
    margin-left: 15px;
}
.pricing-group div[class*=span] a.btn {
    bottom: 40px;
    position: absolute;
}
@media (max-width: 767px) {
    .pricing-group {
        margin-top: 35px;
        margin-bottom: 35px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .pricing-group.small {
        margin-top: 20px;
    }
    .pricing-group .row-fluid {
        flex-direction: column;
    }
    .pricing-group div[class*=span]:not(:last-of-type) {
        margin-bottom: 5px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .pricing-group .row-fluid {
        flex-wrap: wrap;
        justify-content: center;
    }
    .pricing-group div[class*=span] {
        width: calc(50% - 2.762430939%);
    }
    .pricing-group div[class*=span]:nth-of-type(2n-1) {
        margin-left: 0;
    }
    .pricing-group div[class*=span]:nth-of-type(2n) ~ div {
        margin-top: 30px;
    }
}
@media (min-width: 768px) {
    .pricing-group {
        padding: 50px 0;
    }
    .pricing-group.small {
        padding-bottom: 65px;
        padding-top: 35px;
    }
}
@media (min-width: 992px) {
    .pricing-group {
        padding: 50px 0;
    }
    .pricing-group.small {
        padding-bottom: 65px;
        padding-top: 35px;
    }
    .pricing-group:not(.small) {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .pricing-group div[class*=span].highlight .cell-wrapper {
        margin-bottom: -15px;
        margin-top: -15px;
    }
    .pricing-group .highlight {
        box-shadow: 0px 9px 30px rgba(56,56,56,.25);
    }
}

/*Full width form container*/
.full-width-form-container {
    background-color: #eee;
    padding: 50px 15px;
}

/* Blog */

.blog-section .section.post-body {
 line-height: 2.25;
}

.custom-author-content h3 a:not(.button) {
    text-decoration: none;
}

.post-item h2 a:not(.button) {
    text-decoration: none;
}

.mobile-blog-title .wrap {
    padding: 15px;
}

.post-item .custom-post-link {
    background-color: rgba(0,0,0,.4);
}

.post-item h1, .post-item h2, .post-item h3, .post-item h4, .post-item h5 {
    color: #fff;
    line-height: 1.5;
}

.post-item p a {
    color: inherit;
}

@media (max-width: 767px) {
    .mobile-blog-title {
        display: block !important;
    }
    .desktop-blog-title {
        display: none;
    }
}

/* Blog Single */

.hs-blog-post .hs-featured-image-wrapper {
    position: relative;
}

.hs-blog-post .hs-featured-image-wrapper > * {
    position: relative;
}

.hs-blog-post .hs-featured-image-wrapper:before {
    background-color: rgba(0,0,0,.4);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

/*Footer*/
.menu-features-container {
    margin-bottom: 15px;
}
.custom-footer-main-bg .feedreader_box {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
}
.custom-feed .hs-rss-item {
    min-height: 250px;
}
/*Footer no nav*/
.footer-no-nav .row-fluid {
    align-items: stretch;
    background-color: #121212;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 50px;
}
.footer-no-nav [class*=span] {
    align-items: center;
    display: flex;
    justify-content: center;
}
.footer-no-nav [class*=span]:not(:last-of-type) {
    border-right: 1px solid #333;
}
.footer-no-nav [class*=span]:first-of-type,
.footer-no-nav [class*=span]:last-of-type {
    text-align: center;
}
.footer-no-nav [class*=span] .cell-wrapper {
    padding: 15px;
}
.footer-no-nav img {
    max-width: 100%;
}
.footer-no-nav a {
    color: #fff;
    text-decoration: underline;
}
.footer-no-nav a:hover {
    text-decoration: none;
}

@media (max-width: 599px) {
    .footer-no-nav .row-fluid {
        flex-direction: column;
        text-align: center;
    }
    .footer-no-nav .row-fluid [class*=span]:nth-of-type(n) {
        border: 0;
    }
}

@media (min-width: 600px) and (max-width: 991px) {
    .footer-no-nav .row-fluid {
        flex-wrap: wrap;
    }
    .footer-no-nav [class*=span] {
        border-right: 0;
        width: 48%;
    }
    .footer-no-nav [class*=span]:not(:last-of-type) {
        border: 0;
    }
    .footer-no-nav [class*=span]:first-child {
        border-right: 1px solid #333;
    }
    .footer-no-nav [class*=span]:last-child {
        border-top: 1px solid #333;
        margin: 0;
        padding-bottom: 0;
        width: 100%;
    }
    .footer-no-nav [class*=span]:last-child p:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 1300px) {
 .footer-no-nav {
     font-size: 1.25em;
 }   
}

/*Practicum Landing Page*/

.practicum-landing-page .page-content-container {
    margin-bottom: 55px;
}


.form-container {
    background-color: #eee;
    padding: 30px;
    position: relative;
}

.form-container:after {    
    background-color: #654b88;
    background-image: linear-gradient(90deg,#eb3f79,#299286,#808cce,#852ea9);
    bottom: -5px;
    content: '';
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
}

.hero-slider {
    height: 450px;
    margin-bottom: 50px;
    overflow: hidden;
}
.hero-slider .hs_cos_flex-slides img {
    height: 450px;
    object-fit: cover;
    object-position: center 15%;
}
@media (max-width: 1200px) {
    .hero-slider .hs_cos_flex-slides img {
        object-position: center;
    }
}
@media (max-width: 767px) {
    .practicum-landing-page .page-content-container {
        padding-left: 25px;
        padding-right: 25px;
    }
    .practicum-landing-page .form-container {
        margin-top: 25px;
    }
}

@media (max-width: 480px) {
    .practicum-landing-page .row-fluid [class*="span"].hero-slider {
        display: none;
    }
    .practicum-landing-page .page-content-container {
        margin-top: 50px;
    }
}

@media (min-width: 768px) {
    .practicum-landing-page .form-container,
    .practicum-landing-page .form-side-text{
        margin-top: -100px;
    }
    .practicum-landing-page .form-side-text {
        background-color: #fff;
        padding: 50px;
        position: relative;
    }
}

/*More info*/
.more-info > .row-fluid-wrapper > .row-fluid {
    padding: 0 15px;
}
@media (min-width: 768px) {
    .more-info > .row-fluid-wrapper > .row-fluid {
        padding: 0 10px;
    }
}
@media (min-width: 992px) {
    .more-info > .row-fluid-wrapper > .row-fluid {
        padding: 0;
    }
}
.more-info > .row-fluid-wrapper > .row-fluid > .span12 {
    background-color: #eee;
    margin-bottom: 35px;
    padding: 30px 30px 35px;
    position: relative;
    text-align: left;
}

@media (min-width: 768px) {
    .more-info > .row-fluid-wrapper > .row-fluid > .span12 {
        margin-bottom: 75px;
        padding: 50px 50px 55px;
        text-align: center;
    }
}

.more-info > .row-fluid-wrapper > .row-fluid > .span12:before {
    background-color: #654b88;
    background-image: linear-gradient(90deg,#eb3f79,#299286,#808cce,#852ea9);
    bottom: 0;
    content: '';
    height: 6px;
    left: 0;
    position: absolute;
    width: 100%;
}

.more-info h2 {
    color: #eb3f79;
    font-weight: 900;
    line-height: 1.125;
    margin-bottom: 2rem;
    margin-top: 0;
}

@media (min-width: 992px) {
    .more-info h2 {
        font-size: 3.5em;
    }
}

.more-info ul {
    list-style: none;
    padding: 0;
}

.more-info ul li:before {
    content: "\f00c";
    color: #299286;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: .5em;
}

@media (min-width: 768px) {
    .more-info ul li:before {
        margin-left: -20px;
    }
}

.more-info ul:last-child {
    margin-bottom: 0;
}

.more-info .row-depth-1:nth-of-type(2) {
    font-weight: 600;
}

@media (min-width: 768px) {
    .more-info .row-depth-1:nth-of-type(2) {
        margin-left: auto;
        margin-right: auto;
        max-width: 500px;
    }
}

@media (min-width: 992px) {
    .more-info .row-depth-1:nth-of-type(2) { 
        font-size: 1.125em;
    }
}

.more-info-background {
    background-color: #f1f1f1;
    background-image: url(https://cdn2.hubspot.net/hubfs/3469877/ant-rozetsky-272965-min.jpg?t=1513692293480);
    background-size: cover;
    background-position: center;
    padding-top: 35px;
}

@media (min-width: 768px) {
    .more-info-background {
        padding-top: 75px;
    }
}

@media (min-width: 1025px) {
    .more-info-background {
        background-attachment: fixed;
    }
}

/*Footer blog images*/

.footer-container .custom-feed .hs-rss-item {
    position: relative;
}

.footer-container .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    background-color: rgba(0,0,0,.4);
    bottom: 0;
    left: 0;
    height: 100%;
    padding: 20px 60px 20px 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.footer-container .custom-feed .hs-rss-item {
    display: block;
}

.footer-container .custom-feed .hs-rss-item-image-wrapper {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

.footer-container .custom-feed .hs-rss-item-image-wrapper img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 1;
    transition: opacity .5s ease;
    width: 100%;
}

.footer-container .custom-feed .hs-rss-item:hover .hs-rss-item-image-wrapper img {
    opacity: .5;
}

/*Practicum - Template Page*/


.para-practicum-background {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 30vh;
}

.row-fluid .practicum-hero[class*="span"] {
    display: none;
}

.practicum-hero h1 {
    color: white;
    font-size: calc(12px + 5vmin);
    text-transform: uppercase;
    text-shadow: 3px 3px 0px #A9A9A9;
}

.row-fluid .practicum-hero[class*="span"] * {
    position: relative;
}

.row-fluid .practicum-hero[class*="span"]:before {
    background-color: rgba(255,255,255,.2);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.practicum-template .main-content{
    margin-bottom: 20px;
    height: auto;
}

.practicum-content-container{
    position: relative;
}

.practicum-template .page-content{
    background-color: #fff;
    padding: 30px;
}

.cta-container {
    background-color: #eee;
    padding: 30px;
    position: relative;
}

.cta-container:before {    
    background-color: #654b88;
    background-image: linear-gradient(90deg,#eb3f79,#299286,#808cce,#852ea9);
    top: -5px;
    content: '';
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
}

.row-fluid .practicum-image[class*="span"] {
    align-items: center;
    background-color: rgb(31,11,58);
    background-image: url(https://cdn2.hubspot.net/hubfs/3469877/Flauntdigital%20July%202017%20/Images/inside-foundry.jpg?t=1513692293480);
    display: flex;
    justify-content: center;
    min-height: 500px;
    position: relative;
    background-position: center;
    color: #fff;
    
}

.practicum-template .page-content-container {
    padding: 30px 0;
}

.practicum-image-text {
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 10px 20px;
    color: #fff;
}

.practicum-template .practicum-mobile-hero {
    display: block;
    background-color: #AC9CB2;
    padding: 30px 0;
    text-align: center;
}

.practicum-mobile-hero h1{
    color: #fff;
    font-size: 2em;
}

.practicum-form-container {
    background-color: #F3F3F3;
    padding: 30px;
    position: relative;
    height: 500px;
}


.practicum-form-container:after {    
    background-color: #654b88;
    background-image: linear-gradient(90deg,#eb3f79,#299286,#808cce,#852ea9);
    bottom: -5px;
    content: '';
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
}

@media (min-width: 1025px) {
    .para-practicum-background {
        background-attachment: fixed;
    }
    
    .practicum-template .page-content-container{
        padding: 50px;
    }
    
    .practicum-content-container{
        top: calc(100vh - 250px);
        position: absolute;
    }

    .practicum-template .main-content{
        margin-bottom: 50px;
        height: 30vh;
    }
}

@media (min-width: 480px) {
    .practicum-template .practicum-mobile-hero {
        display: none;
    }
    
    .row-fluid .practicum-hero[class*="span"] {
        align-items: center;
        background-color: rgb(31,11,58);
        background-image: url(https://cdn2.hubspot.net/hubfs/3469877/Flauntdigital%20July%202017%20/Images/flaunt-wall-logo-tint-sml.jpg?t=1513692293480);
        display: flex;
        justify-content: center;
        min-height: calc(100vh - 300px);
        position: relative;
        text-align: center;
        background-position: top;
    }
}