body,
p {
    margin: 0px;
    color: #333;
    /* Base Font Color */
    font-family: "Ubuntu", Helvetica, sans-serif;
    /* Base Font Family (Body Copy Font)*/
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -o-font-smoothing: antialiased;
    font-size: 17px;
    line-height: 1.3em;
}

p {
    margin-bottom: 1rem;
}

span {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -o-font-smoothing: antialiased;
}

a {
    color: #e09e50;
    font-size: 17px;
}

a:hover {
    color: #e09e50;
    font-size: 17px;
}

img {
    max-width: 100%;
}


/* General Config */

.accent_color {
    /* Accent Color */
    color: #e09e50 ;
}
.accent_color2,
.a2 {
    color: #2d3e4e;
}
.a2:hover {
    color: #2d3e4e !important;
}

.container {
    /* overwrote the container width because of the design */
    max-width: 1300px !important;
}

.section-small-width {
    max-width: 900px !important;
    margin: auto;
}

/* Change color of text on colored background */

.text-on-colored-background,
.text-on-colored-background p {
    color: white;
}

.section-with-solid-gradient {
    background-image: linear-gradient( #599fd2 0%, #6665A5 100%) !important;
}


/* Because the images are differents, i can't have only one section solid gradient */

.first-section-background-image {
    background-image: linear-gradient( #8cbdb9D9 0%, #2d3e4eF2 100%), url('../images/firstSection.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.second-section-background-image {
    background-image: linear-gradient( #8cbdb9D9 0%, #2d3e4eF2 100%), url('../images/secondSection.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.section-with-pattern-background {
    padding-top: 20px;
    outline: none;
    background-color: rgb(255, 255, 255);
    margin-top: 0px;
    background-image: url("../images/pattern.png");
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #010641;
    /* Color for Headings */
}

h1,
h2 {
    font-family: "Roboto", Helvetica, sans-serif;
    /* h1 and h2 do not have same family than the rest of the headings */
}

h3,
h4,
h5,
h6 {
    font-family: "Lato", Helvetica, sans-serif;
    /* Font for Headings */
}

ul.tick_style {
    list-style-type: none;
    max-width: 600px;
    margin: auto;
}

ul.tick_style li {
    /* bulleted list font */
    font-family: "Ubuntu", Helvetica, sans-serif !important;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 20px;
}

ul.tick_style li i {
    margin-left: -1.2em;
}

ul.tick_style li a {
    font-size: 20px;
}

.image-position-right-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.image-position-left-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}


/* Changing FontSize of Headings */

h1 {
    font-size: 48px;
    text-align: center;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 20px;
}

.SolidButton {
    color: #fff;
    background: #e09e50;
    /* Button Color at Rest */
    border-color: #e09e50;
    /* Button Border Color at Rest */
    opacity: 1;
    border-radius: 3px;
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 15px;
    padding-left: 40px;
    text-decoration: none;
    font-size: 30px;
    font-family: "Ubuntu", Helvetica, sans-serif;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.13);
    border-bottom: 4px solid rgba(0, 0, 0, 0.13);
    font-weight: bold;
}

.SolidButton:hover {
    font-size: 30px;
}

a.SolidButton:hover {
    text-decoration: none;
    color: #fff;
}

.solidButtonOnColoredBackgroundShadow:hover{
    position: relative;
    transition: box-shadow 0.3s ease-in-out;
    box-shadow: 0 0 10px rgb(255 255 255 / 50%);
    -webkit-box-shadow: 0 0 10px rgb(255 255 255 / 50%);
}

.solidButtonOnWhiteBackgroundShadow:hover{
    position: relative;
    transition: box-shadow 0.3s ease-in-out;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}


/* SolidButtonSub is the little line under the button that makes it feel elevated */

.SolidButtonSub {
    display: block;
    opacity: 0.7;
    font-weight: normal;
}


/* Solid Button 2 */



.SolidButton2 {
    color: #fff;
    background: #e09e50;
    /* Button Color at Rest */
    border-color: #fff;
    /* Button Border Color at Rest */
    opacity: 1;
    border-radius: 3px;
    padding-top: 7px;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-left: 10px;
    text-decoration: none;
    font-size: 15px;
    font-family: "Ubuntu", Helvetica, sans-serif;
    display: inline-block;
    letter-spacing: 1px !important;
    font-weight: 700;
    line-height: 1.66666666667;
}

.SolidButton2:hover {
    background: #e09e50;
    /* Button Color at Rest */
    color: #fff;
    /* Button Border Color on Hover */
    font-size: 15px;
}


li {
    list-style-position: inside;
}


.floatLeft {
    float: left;
}

.hide_on_desktop {
    display: none;
}

.whiteText {
    color: #fff;
}

.small-h2 h2,
h2.small-h2 {
    font-size: 28px;
}

.small-h1 h1,
h1.small-h1 {
    font-size: 34px;
}






.letter-spacing-3 {
    letter-spacing: 3px;
}

.vertical-align-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 350px;
}



.registration .text-wrap ul {
    list-style: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

.registration .text-wrap ul li {
    margin-bottom: 20px;
}





/* Spacing values */



.section40 {
    padding: 40px 0px;
}

.section30 {
    padding: 30px 0px;
}

.section20 {
    padding: 20px 0px;
}

.desktop-only-top-margin-65 {
    margin-top: 65px;
}
.desktop-only-top-margin-35 {
    margin-top: 35px;
}
.top-bottom-margin-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}


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

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

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

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



.bottom-margin-10 {
    margin-bottom: 10px;
}


.bottom-margin-15 {
    margin-bottom: 15px;
}

.bottom-margin-20 {
    margin-bottom: 20px;
}

.bottom-margin-35 {
    margin-bottom: 35px;
}



.top-bottom-padding-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-bottom-padding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.top-bottom-padding-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.top-bottom-padding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.desktop-only-top-bottom-padding-60 {
    padding-top:60px;
    padding-bottom: 60px;
}

.top-padding-10 {
    padding-top: 10px;
}

.top-padding-20 {
    padding-top: 20px;
}

.top-padding-30 {
    padding-top: 30px;
}
.top-padding-40 {
    padding-top: 40px;
}
.bottom-padding-10 {
    padding-bottom: 10px;
}

.bottom-padding-20 {
    padding-bottom: 20px;
}

.bottom-padding-30 {
    padding-bottom: 30px;
}


.padding-0 {
    padding: 0;
}

.padding-25 {
    padding: 25px;
}

.right-padding-0 {
    padding-right: 0;
}

.alignCenter,
.align_center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.alignLeft {
    text-align: left;
}

.alignRight {
    text-align: right;
}

.floatRight {
    float: right;
}

footer {
    padding: 30px 0 15px 0;
    color: #fff;
}

footer p {
    color: #fff;
}

.leadmagnetfooter,
footer a {
    color: #fff;
    ;
    text-align: center;
    padding: 40px 0;
    font-size: 18px;
}

.leadmagnetfooter a,
footer a {
    color: #fff;
    text-decoration: none;
}

.leadmagnetfooter a:hover,
footer a:hover {
    color: #fff;
    text-decoration: underline;
    font-size: 18px;
}

iframe {
    border: none;
    max-width: 100%;
    margin: auto;
}

.section-shadow {
    position: relative;
    box-shadow: 0 0 30px rgb(0 0 0 / 70%);
    -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 70%);
    -moz-box-shadow: 0 0 30px rgb(0 0 0 / 70%);
}

.stickybottombar {
    position: sticky;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #2d3e4e;
    color: white;
    text-align: center;
    padding: 6px 0;
}

.stickybottombar p {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
}

.stickybottombar a {
    background: #e09e50 !important;
    color: #fff;
    display: inline-block;
}
.stickybottombar a:hover {
    color: #fff;
    text-decoration: none;
}

.v-center {
    align-self: center;
}

/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content/Box */

.modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 500px;
    /* Could be more or less, depending on screen size */
    max-width: 100%;
}

.modal-content iframe {
    border: none;
    width: 450px;
    min-height: 500px;
    max-width: 100%;
    height: auto;
}

.modal-content iframe body img {
    max-width: 418px;
}


/* The Close Button */

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.description .container {
    max-width: 900px;
    margin: auto;
}

.main-banner,
.testimonials {
    padding-bottom: 10px;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1300px;
}

iframe#welcome-schedular {
    border: 1px solid #ccc;
}

@media only screen and (max-width: 720px) {
    .mainheader {
        font-size: 34px;
    }
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.container-width-1200 {
    max-width: 1200px;
}

.raleWayFont {
    font-family: 'Raleway', sans-serif;
}

.ubuntuFont h2,
.ubuntuFont p {
    font-family: "Ubuntu", Helvetica, sans-serif;
}

.alignLeft {
    text-align: left;
}

.header-line-height {
    line-height: 1em;
}

.countdown {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.countdown-row {
    clear: both;
    width: 100%;
    padding: 0px 2px;
    text-align: center;
}

.countdown-section {
    display: block;
    float: left;
    text-align: center;
    border-radius: 5px;
    margin: 0px;
    padding: 0px 10px;
}

.countdown-amount {
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 27px;
    padding: 0px 25px;
    margin-bottom: 5px;
}

.countdown-period {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    color: #000000;
    opacity: 0.4;
}

.fontSize20,
.fontSize20 p,
.fontSize20 li {
    font-size: 20px;
}

.fontSize32,
.fontSize32 p,
.fontSize32 li {
    font-size: 32px;
}

.icon-row i {
    color: #FFA500;
}

.inner-video {
    display: flex;
}

.testimonial-footer-person {
    font-weight: 700;
    font-size: 22px;
}

.testimonial-footer-city {
    font-size: 14px;
}

.floatRight {
    float: right;
}

.footer-section {
    background-color: #8cbdb9;
}

/* ACCORDION STYLE FOR THE OPTIN PAGES*/

.accordionWrapper {
    padding: 10px;
}

.accordion-item {
    width: 100%;
    opacity: 1;
    font-weight: bold;
    font-size: 25px;
}

.accordion-item-heading {
    cursor: pointer;
    margin: 0px 0px 10px 0px;
    padding: 10px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 25px;
}

.close .accordion-item-content {
    height: 0px;
    transition: height 1s ease-out;
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    float: left;
    display: block;
    font-size: 21px;
}

.open .accordion-item-content {
    padding: 20px;
    width: 100%;
    margin: 0px 0px 10px 0px;
    display: block;
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;
    box-sizing: border-box;
    font-size: 21px;
}

.open .accordion-item-heading {
    margin: 0px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    font-weight: bold;
    font-size: 25px;
}

.accordion-item-content p {
    font-size: 18px;
}


/*END OF ACCORDION STYLE FOR THE OPTIN PAGES*/


/*ACCORDION STYLE FOR THE WELCOME PAGE*/

.video-accordionWrapper {
    width: 100% !important;
}

.video-accordion-item {
    width: 100%;
    opacity: 1;
    font-weight: bold;
    font-size: 25px;
}

.video-accordion-item-heading {
    cursor: pointer;
    margin: 0px 0px 10px 0px;
    padding: 10px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 25px;
}

.close .video-accordion-item-content {
    height: 0px;
    transition: height 1s ease-out;
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    float: left;
    display: block;
    font-size: 21px;
}

.open .video-accordion-item-content {
    width: 100%;
    margin: 0px 0px 10px 0px;
    display: block;
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;
    box-sizing: border-box;
}

.open .video-accordion-item-heading {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

/*.open .video-accordion-item-content iframe {
    height: 19em;
    width: 69em;
    padding: 4px;
}*/


/*END ACCORDION STYLE FOR THE WELCOME PAGE*/

.t-videos iframe {
    height: 12.5em;
    width: 50em;
}

.container-width-video-accordion {
    max-width: 850px !important;
}

.social-links {
    padding: 5px;
    text-decoration: none !important;
}

.social-links i {
    font-size: 1.5em !important;
}
.mid-align {
    align-self: center;
}
.no-margin-bottom {
    margin-bottom: 0;
}
.bottom-align {
    align-self: flex-end;
}
footer p,
footer a,
footer a:hover {
    color: #fff;
}
html {
    scroll-behavior: smooth;
}
.container-footer {
    max-width: 900px !important;
}
@media (max-width: 991px) {
    .stickybottombar a {
        margin-top: 10px;
    }
    .mobile-bottom-margin15 {
        margin-bottom: 15px;
    }
    .mobile-top-margin-20 {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .hide_on_mobile {
        display: none;
    }
    .hide_on_desktop {
        display: inherit;
    }

    .SolidButton {
        font-size: 21px;
    }
    .tab-image-size {
        width: 400px;
    }
    .tablet-mobile-center-align {
        text-align: center !important;
    }

    .container-width-video-accordion {
        max-width: 650px !important;
    }
/*    .open .video-accordion-item-content iframe {
        height: 15em;
        width: 80em;
        padding: 0 10px;
    }*/
    .desktop-only-top-margin-65,
    .desktop-only-top-margin-35 {
        margin-top: 0;
    }
    .t-videos iframe {
        height: 20em;
        width: 80em;
    }
    .image-size-mobile {
        width: 350px;
    }
    .vertical-align-center {
        height: 240px;
    }
    .image-position-right-bottom {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .image-position-left-bottom {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .desktop-only-top-bottom-padding-60{
    	padding-top: 50px;
        padding-bottom: 50px;
    }
    .mobilepadding{
        padding: 15px 0;
    }
    .stickybottombar p {
        font-size: 12px;
        font-weight: 400;
    }
}

@media (max-width: 425px) {

/*    .open .video-accordion-item-content iframe {
        height: 10em;
        width: 80em;
    }*/
    .t-videos iframe {
        height: 13em;
        width: 80em;
    }
    .tablet-padding-top {
        padding-top: 0;
    }
    .container-width-video-accordion .row {
        padding: 0 10px;
    }

}