.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* Space out content a bit */
body {
    font-family: "Open Sans", sans-serif;
}

/* Custom */

a {
    color: #ffffff;
}

a.no-underline:hover {
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: underline;
}

h3 {
    font-size: 18px;
}

h4 {
    font-family: "SansProBold", sans-serif;
    font-size: 24px;
}

h5 {
    font-family: "SansProReg", sans-serif;
    font-size: 18px;
}

hr {
    margin-top: 30px;
    margin-bottom: 5px;
}

p {
    margin-bottom: 15px;
}

td:not(:first-child),
th {
    padding: 5px 0 5px 30px;
}

.sup-sm {
    font-size: 65%;
}

.sub-container {
    width: 75%;
    margin: 35px auto;
}

.sub-container:first-child {
    margin: 0 auto;
}

section {
    position: relative;
}

section#header {
    background: #000000;
    color: #ffffff;
    min-height: 281px;
    z-index: 1;
}

section#header .container {
    position: relative;
}

section#header .logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 60;
}

#carousel-home {
    z-index: 2;
}

#carousel-home .carousel-inner {
    min-height: 560px;
    max-height: 559px;
}

#carousel-home .item img {
    position: absolute;
    top: 1px;
    right: 0;
    z-index: -1;
}

#carousel-home .carousel-bg {
    width: 1029px;
    height: 559px;
    position: absolute;
    right: 0;
    background-size: cover;
}

#carousel-home .bg-isabelle {
    background: url("../images/banner_1.jpg") right no-repeat;
}

#carousel-home .bg-jeremiah {
    background: url("../images/banner_2.jpg") right no-repeat;
}

#carousel-home .bg-nico {
    background: url("../images/banner_3.jpg") right no-repeat;
}

#carousel-home .bg-alex {
    background: url("../images/banner_4.jpg") right no-repeat;
}

#carousel-home .bg-shifa {
    background: url("../images/banner_5.jpg") right no-repeat;
}

#carousel-home .bg-rakshana {
    background: url("../images/banner_6.jpg") right no-repeat;
}

#carousel-home .bg-natara {
    background: url("../images/banner_7.jpg") right no-repeat;
}

#carousel-home .bg-doran {
    background: url("../images/banner_8.jpg") right no-repeat;
}

#carousel-home .bg-matthew {
    background: url("../images/banner_9.jpg") right no-repeat;
}

#carousel-home .bg-ahbi {
    background: url("../images/banner_10.jpg") right no-repeat;
}

#carousel-home .bg-chelsea {
    background: url("../images/banner_11.jpg") right no-repeat;
}

#carousel-home .bg-adelyn {
    background: url("../images/banner_12.jpg") right no-repeat;
}

#carousel-home .bg-christine {
    background: url("../images/banner_13.jpg") right no-repeat;
}

#carousel-home .bg-kier {
    background: url("../images/banner_14.jpg") right no-repeat;
}

#carousel-home .bg-mysara {
    background: url("../images/banner_15.jpg") right no-repeat;
}


#carousel-home .carousel-content h3 {
    font-family: inherit;
    font-size: 32px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 5px;
    letter-spacing: 2px;
}

#carousel-home .carousel-content h4 {
    font-family: inherit;
    font-size: 21px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 15px;
    letter-spacing: 2px;
}

#carousel-home .carousel-content {
    max-width: 650px;
    width: 50%;
    position: relative;
    padding-top: 230px;
    padding-bottom: 90px;
    left: 5%;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
}

#carousel-home .carousel-indicators {
    left: 5%;
    bottom: 0;
    margin-left: 0;
    text-align: left;
}

#carousel-home .carousel-indicators li {
    background-color: #ffffff;
    border: none;
}

#carousel-home .carousel-indicators .active {
    background-color: #d90000;
    width: 10px;
    height: 10px;
    margin: 1px;
}

.home section#sub-header {
    font-family: "Open Sans", sans-serif;
    text-align: center;
}

.home section#sub-header h3 {
    margin: 0 0 10px;
}

section#sub-header {
    background: #d90000;
    color: #ffffff;
    padding: 15px 0;
    letter-spacing: 1px;
}

section#our-partners {
    color: #9e9e9e;
    font-size: 18px;
    padding: 20px 0;
}

section#our-partners ul {
    list-style: none;
    padding: 0;
}

section#our-partners ul li {
    float: left;
    margin: 0 20px;
}

section#content {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    padding: 20px 0 70px;
    color: #000000;
}

section#content a {
    color: #000000;
}

section#content h4,
section#content h5 {
    letter-spacing: 1px;
    font-weight: bold;
}

section#content ul {
    padding-left: 20px;
}

section#footer {
    padding: 30px 0;
    color: #9e9e9e;
}

.navbar {
    font-family: "SansProReg", sans-serif;
    position: absolute;
    top: 30px;
    margin-bottom: 0;
    z-index: 50;
}

.navbar-toggle .icon-bar {
    background: #ffffff;
}

.nav li a {
    text-decoration: none;
    color: #ffffff;
}

.nav li a:hover {
    background: none;
    color: #ffff72;
}

.nav li.active a {
    color: #cb0000;
}

.nav li a:link,
.nav li a:visited {
    background: none;
}

.nav li.dropdown.open>a {
    background: none;
    color: #cb0000;
}

.nav li .dropdown-menu {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav li .dropdown-menu:before {
    content: " ";
    position: absolute;
    border: solid 10px transparent;
    border-bottom: solid 0px transparent;
    border-width: 10px;
    top: -15px;
    left: 20%;
    margin-left: -10px;
    border-color: transparent transparent #cb0000 transparent;
}

.nav li .dropdown-menu li a {
    background: #cb0000;
    color: #ffffff;
    margin-bottom: 1px;
}

.nav li .dropdown-menu li:hover a {
    background: #ff8000;
}

.nav .icon {
    display: inline-block;
    padding: 10px 3px;
}

.dropdown-menu {
    min-width: auto;
    /* width: 100%; */
    left: 0;
    text-align: center;
}

.about .img-main {
    margin: -15px 0;
}

section#header .media-cont {
    padding: 80px 0 30px;
}

.media-cont {
    max-width: 742px;
    width: 100%;
}

.media-cont p {
    margin-top: 10px;
}

.insta-achieve>div {
    width: 1055px;
    height: 1058px;
    margin-right: 30px;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.insta-achieve>div:nth-child(3n + 3) {
    margin-right: 0;
}

.insta-achieve>div .insta-bg {
    width: 100%;
    height: 100%;
    background-size: cover !important;
}

.img-container {
    position: relative;
}

.icon-zoom {
    position: absolute;
    top: 4px;
    left: 7px;
    font-size: 18px !important;
}

.btn-container {
    margin-bottom: 10px;
    font-size: 13px;
}

.btn-banner {
    background: #d90000;
    color: #ffffff !important;
    display: inline-block;
    padding: 12px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    touch-action: manipulation;
    -webkit-user-select: none;
}

.btn-submit {
    background: #d90000;
    width: 200px;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    padding: 12px;
    border: none;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    touch-action: manipulation;
    -webkit-user-select: none;
}

.btn-banner:hover,
.btn-submit:hover {
    background: #ff8000;
    color: #ffffff;
    text-decoration: none;
}

.btn-tab {
    font-family: "SansProReg", sans-serif;
    font-size: 15px;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.btn-tab li+li:before {
    content: "|";
    margin: 0 15px 0 5px;
}

.btn-tab li a {
    color: #ffffff;
    text-decoration: none;
}

.btn-tab li.active a {
    color: #ff8000;
}

.btn-tab .active,
.btn-tab li a:hover {
    color: #ff8000;
    text-decoration: none;
}

.checkbox label {
    font-weight: inherit;
}

label.error {
    color: #cb0000;
}

.modal {
    text-align: center;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}

.modal-title {
    font-family: "SansProBold", sans-serif;
}

.flash-message {
    display: none;
}

.text-blue {
    color: #006dd9;
}

.text-medium {
    font-size: 14px;
}

.center {
    margin: 0 auto;
}

.whats-new p,
.whats-new tr {
    font-weight: bold;
}

/* Font Face */
@font-face {
    font-family: "SansProBold";
    src: url("../fonts/SansPro/SourceSansPro-Bold.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/SansPro/SourceSansPro-Bold.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../fonts/SansPro/SourceSansPro-Bold.woff") format("woff"),
        /* Pretty Modern Browsers */
        url("../fonts/SansPro/SourceSansPro-Bold.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../fonts/SansPro/SourceSansPro-Bold.svg#svgFontName") format("svg");
    /*Legacy iOS*/
    font-weight: normal;
    font-style: normal;
    zoom: 1;
    font-smooth: always;
}

@font-face {
    font-family: "SansProReg";
    src: url("../fonts/SansPro/SourceSansPro-Regular.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/SansPro/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../fonts/SansPro/SourceSansPro-Regular.woff") format("woff"),
        /* Pretty Modern Browsers */
        url("../fonts/SansPro/SourceSansPro-Regular.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../fonts/SansPro/SourceSansPro-Regular.svg#svgFontName") format("svg");
    /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
    zoom: 1;
    font-smooth: always;
}

@media (max-width: 767px) {
    a {
        text-decoration: underline;
    }

    a.no-underline {
        text-decoration: none;
    }

    .home section#header .logo {
        position: absolute;
        top: 52px;
        margin-top: 0;
        z-index: 40;
    }

    section#header {
        min-height: auto;
    }

    section#header .logo {
        position: relative;
        margin-top: 52px;
        z-index: 40;
    }

    .sub-container {
        width: 100%;
    }

    .navbar {
        position: absolute;
        width: 100%;
        top: 0;
        background: #cb0000;
    }

    .navbar-collapse {
        background: #990000;
    }

    .about .img-main {
        margin: -15px auto 10px;
    }

    .nav li.active a {
        color: #ffffff;
    }

    #carousel-home .carousel-inner {
        min-height: 879px;
        max-height: auto;
    }

    #carousel-home .bg-isabelle {
        background: url("../images/mobile_home_bg_1.jpg") right no-repeat;
    }

    #carousel-home .bg-jeremiah {
        background: url("../images/mobile_home_bg_2.jpg") right no-repeat;
    }

    #carousel-home .bg-nico {
        background: url("../images/mobile_home_bg_3.jpg") right no-repeat;
    }

    #carousel-home .bg-alex {
        background: url("../images/mobile_home_bg_4.jpg") right no-repeat;
    }

    #carousel-home .bg-shifa {
        background: url("../images/mobile_home_bg_5.jpg") right no-repeat;
    }

    #carousel-home .bg-rakshana {
        background: url("../images/mobile_home_bg_6.jpg") right no-repeat;
    }

    #carousel-home .bg-natara {
        background: url("../images/mobile_home_bg_7.jpg") right no-repeat;
    }

    #carousel-home .bg-doran {
        background: url("../images/mobile_home_bg_8.jpg") 110% 0 no-repeat;
    }

    #carousel-home .bg-matthew {
        background: url("../images/mobile_home_bg_9.jpg") 110% 0 no-repeat;
    }

    #carousel-home .bg-ahbi {
        background: url("../images/mobile_home_bg_10.jpg") 110% 0 no-repeat;
    }

    #carousel-home .bg-chelsea {
        background: url("../images/mobile_home_bg_11.jpg") 110% 0 no-repeat;
    }

    #carousel-home .bg-adelyn {
        background: url("../images/mobile_home_bg_12.jpg") 115% 30px no-repeat;
    }

    #carousel-home .bg-kier {
        background: url("../images/mobile_home_bg_14.jpg") 115% 30px no-repeat;
    }

    #carousel-home .bg-mysara {
        background: url("../images/mobile_home_bg_15.jpg") 115% 30px no-repeat;
    }

    #carousel-home .carousel-bg {
        top: -40px;
        background-size: contain;
    }

    #carousel-home .carousel-content {
        max-width: none;
        width: 90%;
        padding-top: 540px;
        padding-bottom: 14%;
    }

    .nav li:hover a {
        color: #ff8000;
    }

    .nav li.dropdown.open>a {
        color: #ff8000;
    }

    .nav li .dropdown-menu {
        text-align: left;
    }

    .nav li .dropdown-menu:before {
        border-color: transparent;
    }

    .mob-text-center {
        text-align: center;
    }

    .mob-center {
        margin: 0 auto;
    }

    section#header .media-cont {
        padding: 0;
    }

    .insta-achieve>div {
        margin-right: 3px;
        margin-bottom: 3px;
    }
}

@media (min-width: 768px) {
    section#header .container {
        width: 100%;
    }

    #carousel-home .carousel-bg {
        right: -120px;
    }

    .navbar {
        right: 0;
    }

    .about .img-main {
        margin: 50px 0;
    }

    section#header .media-cont.center {
        margin: 0 0 0 auto;
    }
}

@media (min-width: 992px) {
    section#header .container {
        width: 960px;
    }

    #carousel-home .carousel-bg {
        right: 0;
    }

    .container {
        width: 960px;
    }

    .about .img-main {
        margin: 0;
    }

    .navbar {
        right: auto;
    }

    section#header .media-cont.center {
        margin: 0 0 0 auto;
    }
}

@media (min-width: 1200px) {
    section#header .container {
        width: 1170px;
    }

    .container {
        width: 1170px;
    }

    .about .img-main {
        margin: -15px auto;
    }

    section#header .media-cont.center {
        margin: 0 auto;
    }
}

@media (min-width: 1320px) {
    section#header .container {
        width: 1280px;
    }

    .container {
        width: 1280px;
    }
}

.about-logo {
    min-height: 150px;
}

.ml-auto {
    margin-left: auto;
    margin-right: 15px;
}

.alex sub {
    top: -0.5em !important;
}

@media (max-width: 767px) {
    .ml-auto {
        margin-left: auto;
        margin-right: auto;
    }

    #carousel-home .carousel-indicators {
        width: 85% !important;
        text-align: right !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    /*only sm */
    #carousel-home .btn-banner {
        position: absolute !important;
        top: 500px !important;
        right: -350px !important;
    }
}

/* WHATTT */
@media (min-width: 768px) {
    .col-sm-1 {
        width: 8.33%;
        float: left;
    }

    .col-sm-2 {
        width: 16.66%;
        float: left;
    }

    .col-sm-3 {
        width: 25%;
        float: left;
    }

    .col-sm-4 {
        width: 33.33%;
        float: left;
    }

    .col-sm-5 {
        width: 41.66%;
        float: left;
    }

    .col-sm-6 {
        width: 50%;
        float: left;
    }

    .col-sm-7 {
        width: 58.33%;
        float: left;
    }

    .col-sm-8 {
        width: 66.66%;
        float: left;
    }

    .col-sm-9 {
        width: 75%;
        float: left;
    }

    .col-sm-10 {
        width: 83.33%;
        float: left;
    }

    .col-sm-11 {
        width: 91.66%;
        float: left;
    }

    .col-sm-12 {
        width: 100%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-1 {
        width: 8.33%;
        float: left;
    }

    .col-md-2 {
        width: 16.66%;
        float: left;
    }

    .col-md-3 {
        width: 25%;
        float: left;
    }

    .col-md-4 {
        width: 33.33%;
        float: left;
    }

    .col-md-5 {
        width: 41.66%;
        float: left;
    }

    .col-md-6 {
        width: 50%;
        float: left;
    }

    .col-md-7 {
        width: 58.33%;
        float: left;
    }

    .col-md-8 {
        width: 66.66%;
        float: left;
    }

    .col-md-9 {
        width: 75%;
        float: left;
    }

    .col-md-10 {
        width: 83.33%;
        float: left;
    }

    .col-md-11 {
        width: 91.66%;
        float: left;
    }

    .col-md-12 {
        width: 100%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1 {
        width: 8.33%;
        float: left;
    }

    .col-lg-2 {
        width: 16.66%;
        float: left;
    }

    .col-lg-3 {
        width: 25%;
        float: left;
    }

    .col-lg-4 {
        width: 33.33%;
        float: left;
    }

    .col-lg-5 {
        width: 41.66%;
        float: left;
    }

    .col-lg-6 {
        width: 50%;
        float: left;
    }

    .col-lg-7 {
        width: 58.33%;
        float: left;
    }

    .col-lg-8 {
        width: 66.66%;
        float: left;
    }

    .col-lg-9 {
        width: 75%;
        float: left;
    }

    .col-lg-10 {
        width: 83.33%;
        float: left;
    }

    .col-lg-11 {
        width: 91.66%;
        float: left;
    }

    .col-lg-12 {
        width: 100%;
        float: left;
    }
}