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 {
    /* Website Link color */
    color: #4B4F69;
}

a:hover {
    color: #4B4F69;
}

img {
    max-width: 100%;
}


/* General Config */

.accent_color {
    /* Accent Color */
    color: #4B4F69;
}

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

.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;
}


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

/* Gradient Background replace 599fd2 for blue and 6664A5 for purple */ 

.first-section-background-image {
    background-image: linear-gradient( #7DB4ABD9 0%, #D6C3C9F2 100%), url('../images/firstSection.jpg');
    background-repeat: no-repeat;
    background-size: cover;

}

.second-section-background-image {
    background-image: linear-gradient( #7DB4ABD9 0%, #D6C3C9F2 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;
    line-height: 1.1em;
    /* Color for Headings */
}

h1,
h2 {
    font-family: "Ubuntu", 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 */
}

h4{
    font-size: 24px;
}

.fontSize22{
    font-size: 22px;
}

ul.tick_style {
    list-style-type: none;
    margin: auto;
}

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

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

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

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




.image-position-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.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;
}

.button-subtitle {
    font-size: 14px;
    display: block;
    font-weight: normal;
    padding-top: 5px;
}

.ready-section h4 {
    font-size: 20px;
}

ul.ready-list li {
    margin-left: -0.8em;
}

.negative-m-left-3 {
    margin-left: -3px;
}

/* Changing FontSize of Headings */

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

h2 {
    font-size: 34px;
}

h3 {
    font-size: 28px;
}

.SolidButton {
    color: #fff;
    background: #7eb3ab;
    /* Button Color at Rest */
    border-color: #7eb3ab;
    /* Button Border Color at Rest */
    opacity: 1;
    border-radius: 3px;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    text-decoration: none;
    font-size: 28px;
    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;
    text-align: center;
    line-height: 1.0em;
}

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

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: #ef8c02;
    background: #fff;
    /* 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: #fff;
    /* Button Color at Rest */
    color: #ef8c02;
    /* Button Border Color on Hover */
    font-size: 15px;
}

a.SolidButton2:hover {
    text-decoration: none;
    color: #ef8c02;
}


li {
    list-style-position: outside;
}


.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;
}

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

.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;
}

.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;
}

.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;
}


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


footer a:hover {
    color: #fff;
    text-decoration: underline;
}

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: #FFA500;
    color: white;
    text-align: center;
}

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

.stickybottombar a {
    background: #fff !important;
    color: #ffa500;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.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;
}

.container-medium {
    max-width: 1160px;
}

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



/* ACCORDION STYLE FOR THE OPTIN PAGES*/

.accordionWrapper {
    padding: 10px;
}

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

.accordion-item li {
    font-weight: normal;
    font-size: 18px;
}

.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*/



@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;
}



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

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

.fontSize46{
    font-size: 46px;
}


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

.inner-video {
    display: flex;
}

.floatRight {
    float: right;
}



.footer-section {
    /* footer color */
    background-color: #383f51;
}




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

.social-links i {
    font-size: 1.5em !important;
}


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

.location-testimonial {
    font-weight: 300;
    font-size: 14px;
}

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


    .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 {
        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;
    }

    ul.tick_style {
        max-width: 1000px;
    }

    .center-list-mobile {
        display: table;
        margin: 0 auto;
    }
}

@media (max-width: 425px) {
    h1{
        font-size: 30px;
    }

    h3{
        font-size: 20px;
    }
   
    .tablet-padding-top {
        padding-top: 0;
    }

    .t-videos iframe {
        height: 13em;
        width: 80em;
    }
}

