html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #f4f4f4;
    font-weight: 300;
    font-size: 14px;
    color: #222222;
    overflow: hidden;
}

.preload-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 1000;
}

.load-site {
    overflow-y: auto !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    font-family: 'Roboto Slab', serif;
    margin: 0 0 20px 0;
    color: #000000;
    font-weight: 400;
}

h1, .h1 {
    font-size: 36px
}

h2, .h2 {
    font-size: 30px
}

h3, .h3 {
    font-size: 24px
}

h4, .h4 {
    font-size: 18px
}

h5, .h5 {
    font-size: 16px
}

a, button {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a {
    color: #009eff;
}

a:hover, a:focus {
    color: #004d99;
}

* {
    outline: none !important;
}

.btn {
    padding: 13px 26px;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 2px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 8px 20px 7px;
    font-size: 12px;
}

.btn-yellow {
    background-color: #ffc61a;
    color: #ffffff !important;
}

.btn-yellow:hover {
    background-color: #ffb319;
}

.btn-white {
    background-color: #ffffff;
    color: #222222 !important;
}

.btn-white-o {
    background: none;
    border-color: #ffffff;
    color: #ffffff !important;
}

.btn-white-o:hover {
    background: #ffffff;
    color: #004d99 !important;
}

.btn-xs {
    padding: 2px 8px;
    font-size: 10px;
    line-height: 1.5;
}

.bg-white {
    background-color: #ffffff !important;
}

.txt-white {
    color: #ffffff !important;
}

.txt-orange {
    color: #ffc61a !important;
}

.txt-blue {
    color: #004d99 !important;
}

.lmr-link {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-size: 11px;
    padding-right: 12px;
    color: #004d99;
}

.lmr-link:after {
    content: "\f061";
    position: absolute;
    right: 0;
    top: 2px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 9px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffc61a;
}

.form-control {
    height: 48px;
    padding: 8px 16px;
    color: #222222;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: #ddd 1px solid;
}

.custom-select {
    width: 100%;
    padding-right: 40px;
    background: #ffffff url(../img/select-angle-dwn.png);
    background-position: calc(100% - 20px) 50%;
    background-repeat: no-repeat;
    -webkit-background-size: 12px;
    background-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer;
}

select.custom-select::-ms-expand {
    display: none;
}

/*---------------------------
	Header Styling
----------------------------*/

.header-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 20px 0 0 0;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home-hero-wrap {
    position: relative;
}

.fs-video-wrap {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #000;
}

.fs-video-wrap iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.fs-container {
    padding: 0 80px;
}

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

.navbar-default {
    border-radius: 0;
    border: none;
    margin: 0;
    min-height: auto;
    background-color: transparent;
}

.navbar-brand {
    float: left;
    padding: 0;
    line-height: normal;
    height: auto;
    margin-top: -40px;
    position: relative;
}

.navbar-brand img {
    width: 260px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.logo-img2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 0px;
    padding: 9px 10px;
    margin-top: 0px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
}

.navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1;
}

.navbar-default .navbar-nav > li > a i {
    color: #ffc61a;
}

.top-links-wrap {
    text-align: right;
}

.top-links-wrap ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.top-links-wrap ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

.top-links-wrap ul li a {
    text-decoration: none !important;
}

.top-links-wrap ul li i {
    font-size: 26px;
    color: #fff;
}

.top-links-wrap ul li:first-child {
    margin-right: 8px;
}

.top-btn a {
    display: inline-block;
    background-color: #009eff;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase;
    padding: 6px 15px;
    text-decoration: none !important;
    letter-spacing: 0.02em;
}

.search-ico {
    margin: 0 20px;
    font-size: 12px;
}

.top-phone {
    font-family: 'Roboto Slab', serif;
    line-height: 1;
    font-size: 30px;
}

.top-phone a {
    color: #ffc61a;
}

.top-phone a:hover,
.top-phone a:focus {
    color: #ffb319;
}

.top-phone i {
    margin-right: 6px;
}

.hdr-scroll {
    background-color: #ffffff !important;
    padding-top: 10px !important;
    -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.2);
}

.hdr-scroll .navbar-default .navbar-nav > li > a {
    color: #222222;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.hdr-scroll .navbar-brand img {
    width: 180px;
}

.hdr-scroll .top-links-wrap ul li i {
    color: #009eff;
}

.hdr-scroll .logo-img1 {
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
}

.hdr-scroll .logo-img2 {
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
}

.search-modal {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.96);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 160px;
    z-index: 100;
    display: none;
}

.search-modal [class^="col-"] {
    position: static;
}

.search-x {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 20px;
    text-decoration: none !important;
    color: #333 !important;
    background: none !important;
    border: none !important;
}

.search-form .input-group {
    border-bottom: #ccc 1px dotted;
}

.search-form .input-group .form-control {
    background-color: transparent;
    height: 60px;
    font-size: 24px;
    border: none
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search-form .input-group .btn {
    background-color: transparent;
    border: none;
    padding: 16px;
    font-size: 24px;
}

.search-form .input-group .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.hm-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 70, 140, 0.50);
    background: linear-gradient(rgba(0, 70, 140, 0.50), rgba(0, 70, 140, 1.00));
}

.home-hero-bottom {
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
}

.hero-content-col {
    color: #ffffff;
}

.hero-content-col h1 {
    color: #ffc61a;
    line-height: 1.3;
    font-size: 48px;
}

.hero-content-col h1 small {
    color: #fff;
    display: block;
    font-weight: 300;
}

.hero-content-col h1 small + br {
    display: none;
}

.hero-content-col p {
    margin-bottom: 20px;
}

.btns-grp {
    margin: 0 -5px;
}

.btns-grp .btn {
    margin: 5px;
}

.top-social-list {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 0;
}

.top-social-list li {
    list-style: none;
    display: inline-block;
    font-size: 13px;
    margin-right: 20px;
    color: #ffc61a;
    font-weight: 400;
}

.top-social-list li a {
    color: rgba(255, 255, 255, 0.60);
}

.top-social-list li a:hover {
    color: rgba(255, 255, 255, 1.00);
}

.hero-dwn-btn {
    display: inline-block;
    width: 64px;
    height: 64px;
    line-height: 48px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2);
    border: rgba(255, 255, 255, 0.1) 10px solid;
    text-decoration: none !important;
    font-size: 16px;
    color: #ffffff !important;
    border-radius: 50%;
    position: absolute;
    z-index: 100;
    bottom: 60px;
    left: calc(50% - 32px);
}

.hm-hero-form h2 {
    font-size: 24px;
    color: #ffffff;
    line-height: 1.4;
    font-weight: 400;
}

.hm-hero-form .form-control,
.hero-form-continue .form-control {
    height: 54px;
    padding: 10px 20px;
    font-size: 16px;
    margin-bottom: 15px;
}

.hm-hero-form .btn,
.hero-form-continue .btn {
    padding: 18px 25px;
    letter-spacing: 0.1em;
    font-size: 16px;
}

#heroFormModal .modal-title {
    color: #004d99;
}

#heroFormModal .modal-title small {
    display: block;
    color: #004d99;
}

#heroFormModal .modal-body {
    padding: 30px;
}

#heroFormModal .modal-body p {
    font-size: 12px;
    margin: 0;
}

.hero-form-continue .form-control {
    margin-bottom: 30px;
}

.hero-form-continue .custom-select {
    -webkit-background-size: 16px !important;
    background-size: 16px !important;
}

.hero-form-continue .btn {
    margin-bottom: 30px;
}

.dropdown-mega .dropdown-menu {
    background-color: transparent;
    padding: 0;
}

.dd-menu-inner {
    background-color: #fff;
    padding: 13px 20px;
}

.dropdown-mega .dropdown-menu .row {
    margin-left: -8px;
    margin-right: -8px;
}

.dropdown-mega .dropdown-menu .row [class^="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}

.mgm-prog-item {
    display: block;
    text-decoration: none !important;
    background-color: #fff;
    border: #eee 1px solid;
    padding: 16px;
    margin: 8px 0;
    position: relative;
}

.mgm-prog-item figure {
    position: absolute;
    width: 80px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}

.mgm-prog-item figure:before {
    content: "";
    position: absolute;
    width: 40%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.mgm-item-txt {
    position: relative;
    z-index: 1;
}

.mgm-item-txt h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #004d99;
    margin: 0 0 6px 0;
    line-height: 1.4;
    height: 16px;
    overflow: hidden;
}

.mgm-item-txt p {
    margin: 0;
    color: #222222;
    overflow: hidden;
    line-height: 1.4;
    padding-right: 55px;
    font-size: 11px;
    letter-spacing: 0.01em;
}

/*---------------------------
	Page Styling
----------------------------*/

.ibt-programs-listing li a {
    color: #ffc61a;
    font-weight: 500;
}

.intro-section {
    background-color: #004d99;
    color: #ffffff;
}

.sec-space {
    padding: 80px 0;
}

.video-stats-wrap {
    background-color: rgba(0, 88, 153, 1.00);
    padding: 40px 0;
}

.inner-page-hero {
    background-color: #005899;
    color: #ffffff;
    padding: 200px 0 60px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-blend-mode: multiply;
}

.inner-page-hero h1 {
    color: #ffffff;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
}

.bcm-list {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 0;
}

.bcm-list li {
    display: inline-block;
    list-style: none;
    font-size: 10px;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.60);
}

.bcm-list li + li {
    margin-left: 10px;
}

.fw-three-blocks .fw-three-col {
    background-color: #ebebeb;
    height: 100%;
    padding: 60px 40px;
    text-align: center;
}

.fw-three-blocks [class^="col-"]:nth-child(even) .fw-three-col {
    background-color: #f5f5f5;
}

.fw-three-col i {
    display: inline-block;
    margin-bottom: 20px;
}

.fw-three-col h2 {
    color: #004d99;
}

.programs-sec {
    padding: 80px 0 50px 0;
}

.lead-wrap {
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
}

.lead-wrap p:last-of-type {
    margin: 0;
}

.prog-col-inner {
    background-color: #fff;
    border-radius: 3px;
    padding: 20px;
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
    position: relative;
}

.prog-col-inner .media .media-left {
    padding-right: 25px;
}

.prog-col-inner .media .media-left .media-object {
    width: 75px;
    height: 75px;
}

.prog-col-inner .media .media-body h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #004d99;
    margin-bottom: 15px;
}

.stats-sec {
    background-color: #fff;
    background-image: url(../img/home-stats-bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 80px 0 50px 0;
    display: none;
}

.stats-col {
    margin-bottom: 30px;
}

.stats-col h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
}

.stats-col h3 span {
    display: block;
    color: #004d99;
    margin-bottom: 5px;
}

.stats-col h3 small {
    display: block;
    font-size: 55%;
    color: #222222;
}

.user-block-inner {
    height: 100%;
    background-color: #004d99;
    color: #ffffff;
    padding: 40px;
}

.home-user-blocks .row .col-md-4:nth-child(even) .user-block-inner {
    background-color: #003366;
}

.user-block-inner .media .media-left {
    padding-right: 25px;
}

.user-block-inner .media .media-left .media-object {
    width: 80px;
    height: 80px;
}

.user-block-inner h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #ffffff;
}

.user-block-inner p {
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.04em;
}

.user-block-inner .ph {
    font-size: 24px;
    text-decoration: none !important;
}

.hmb-post {
    margin: 0 0 30px 0;
}

.hmb-post .media-left {
    padding-right: 20px;
}

.hmb-post .media-left figure {
    width: 100px;
    height: 90px;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}

.hmb-post .media-body .hmbp-title {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #004d99;
    margin-bottom: 5px;
}

.hmb-post .media-body p {
    margin-bottom: 4px;
}

.hm-review-inner {
    background-color: #fff;
    margin-bottom: 30px;
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.06);
}

.review-slide {
    display: -webkit-flex;
    display: flex;
}

.review-col {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}

.rvw-img {
    width: 48%;
    padding-top: 60%;
}

.rvw-txt {
    width: 52%;
    padding: 35px;
    position: relative;
}

.rvw-txt:after {
    content: "";
    position: absolute;
    width: 64px;
    height: 54px;
    bottom: 20px;
    right: 20px;
    background-image: url(../img/qoute-mark.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
}

.rvw-txt h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #004d99;
    margin-bottom: 5px;
}

.rvw-txt h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

#stReviews .carousel-indicators {
    bottom: 15px;
    left: 0;
    width: 50%;
    margin: 0;
    padding-left: 0;
}

.hm-feat-inner .row {
    margin: 0 -5px;
}

.hm-feat-inner .row [class^="col-"] {
    padding: 0 5px;
}

.feature-lg-col {
    padding-top: 100%;
    background-color: #dddddd;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    margin-bottom: 10px;
}

.feat-lg-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    z-index: 1;
}

.feat-lg-inner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
    background: linear-gradient(rgba(0, 70, 140, 0.00), rgba(0, 70, 140, 0.80));
}

.feat-lg-inner h2 {
    color: #ffffff;
    font-size: 26px;
    margin-bottom: 10px;
}

.feat-lg-inner h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
}

.feature-sm-slider {
    position: relative;
    padding-top: calc(200% + 10px);
    background-color: #eee;
    margin-bottom: 10px;
}

.feat-slider-innner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.feat-aid-wrap {
    position: relative;
    padding-top: calc(200% + 10px);
    background-color: #eee;
    margin-bottom: 10px;
}

.feat-aid-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.aid-content {
    position: relative;
    height: 50%;
    background-color: #0059b3;
    text-align: center;
    color: #ffffff;
}

/*
.aid-content:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #0059b3;
}
*/

.aid-content h2 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 10px;
}

.aid-content h3 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 5px;
}

.aid-content p {
    font-size: 12px;
}

.aid-img {
    height: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}

.feat-video-outer {
    position: relative;
}

.feat-video-wrap {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}

.feat-video-play {
    display: inline-block;
    position: absolute;
    top: calc(50% - 64px);
    left: 50%;
    transform: translateX(-50%);
    width: 64px;
    height: 64px;
    background-image: url(../img/icons/video-play-ico.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}

.feat-vid-title {
    background-color: #00468c;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 30px;
}

.feat-vid-title h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    margin: 0;
}

.five-que-wrap {
    position: relative;
    background-color: #0059b3;
}

.five-que-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
}

.five-que-inner h2 {
    color: #ffffff;
    margin-bottom: 10px;
}

.five-que-inner h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #ffffff;
}

.round-arrow-btn {
    background-color: rgba(255, 255, 255, 0.15);
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 17px;
}

.round-arrow-btn:hover {
    background-color: rgba(255, 255, 255, 0.25);
}

.inner-page-wrap {
    margin-top: -60px;
    margin-bottom: 60px;
}

.inner-page-content {
    padding: 20px;
    min-height: 690px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.08);
}

.st-cons-info ul li {
    line-height: 1.5;
}

.st-cons-info ul li a {
    color: #0088cc !important;
    font-weight: 400;
}

.inner-page-aside {
    font-size: 12px;
}

.two-col-page .inner-page-aside {

}

.aside-btns-wrap {
    margin-bottom: 40px;
}

.aside-btns-wrap .btn {
    margin-bottom: 15px;
}

.aside-btns-wrap .btn:last-of-type {
    margin: 0;
}

.aside-pod {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: #ccc 1px solid;
}

.inner-page-aside .aside-pod:last-of-type {
    padding: 0;
    border: none;
}

.aside-pod h2 {
    font-size: 18px;
    font-weight: 600;
}

.aside-pod .media {
    margin-top: 20px;
}

.aside-pod h3 {
    font-size: 14px;
}

.aside-pod .btn {
    margin: 0;
}

.programs-icon-class {
    width: 70px;
    height: 70px;
}

.signup_popup_loading {
    display: none;
}

.contact-map-wrap {
    margin-top: 25px;
    border: #fff 7px solid;
}

.contact-map-wrap iframe {
    border: none;
    width: 100%;
    height: 350px;
}

.cont-fimg {
    width: 100%;
    margin-bottom: 20px;
    border: #eee 1px solid;
}

.contact-form {
    margin-top: 30px;
}

.contact-form .form-control {
    margin-bottom: 20px;
}

.aside-contact-detail {
    font-size: 14px;
    font-weight: 400;
}

.aside-contact-detail address {
    margin-bottom: 10px;
}

.aside-contact-detail p span {
    display: block;
}

.aside-contact-detail p a {
    font-size: 24px;
    color: #0088cc !important;
}

.aside-form-wrap {
    background-color: #8c0d04;
    padding: 20px;
}

.aside-form-wrap h3 {
    color: #ffffff;
    font-size: 30px;
}

.aside-form-wrap h4 {
    color: #ffffff;
}

.aside-form-wrap h6 {
    color: #ffffff;
}

.aside-form {

}

.aside-form .form-control {
    margin-bottom: 15px;
    height: 45px;
    font-weight: 400;
}

.aside-form .btn {
    padding: 15px 30px;
    letter-spacing: 0.05em;
    font-weight: 400;
    font-size: 14px;
}

.contact-aside-inner {
    background: #eee;
    padding: 20px;
}

.two-col-page > .container > .row {
    margin: 0 !important;
}

.two-col-page > .container > .row > [class^="col-"] {
    padding: 0 !important;
}

.blog-outer {

}

.blog-post {
    position: relative;
    padding-left: 250px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: #eee 1px solid;
}

.blog-post figure {
    width: 230px;
    height: calc(100% - 30px);
    background-color: #eee;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}

.blog-post h3,
.blog-post h3 a {
    color: #004d99 !important;
}

.bpost-detail-list {
    margin: 0 0 20px 0;
    padding: 0;
}

.bpost-detail-list li {
    display: inline-block;
    list-style: none;
    font-size: 10px;
    font-weight: 400;
    color: #999;
    margin-right: 15px;
}

.blog-post p {
    height: 60px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

nav[aria-label="page navigation"] {
    text-align: center;
}

.blog-post-detailed {
    padding: 0;
    margin: 0;
    padding: 0;
    border: none;
}

.blog-post-detailed figure {
    position: static;
    width: 100%;
    height: 250px;
    margin-bottom: 25px;
}

.blog-post-detailed p {
    display: block;
    height: auto;
    overflow: unset;
}

.inner-page-content .prog-col-inner {
    border: #eee 1px solid;
}

.prog-video-wrap {
    background-color: #ddd;
    padding: 20px;
}

.prog-badge {
    width: 200px;
    float: left;
}

.prog-col-inner .media-body {
    padding-right: 65px;
}

.hmprog-badge {
    width: 100px;
    position: absolute;
    right: 10px;
    bottom: 5px;
    z-index: 0;
}

.cert {
    float: right;
    width: 190px;
}

/*---------------------------
	Footer Styling
----------------------------*/

.footer-wrap {
    font-size: 12px;
}

.foot-top-intro {
    background-color: #e6e6e6;
    padding: 60px 0;
}

.foot-top-intro h2 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
}

.foot-top-intro p:last-of-type {
    margin-bottom: 0;
}

.footer-wrap a {
    font-size: 11px;
    color: #222222;
    font-weight: 400;
}

.footer-inner {
    padding: 80px 0 40px;
}

.foot-col-inner {
    margin-bottom: 40px;
}

.foot-col-inner h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 8px;
    color: #000;
}

.foot-col-inner p {
    font-size: 12px;
    line-height: 1.5;
}

.foot-col-inner ul {
    margin: 0;
    padding: 0;
}

.foot-col-inner ul li {
    list-style: none;
    margin-bottom: 4px;
}

.foot-social-list {
    font-size: 0;
    margin: 0;
    padding: 0;
}

.foot-social-list li {
    list-style: none;
    display: inline-block;
    margin-right: 8px;
}

.foot-social-list li a {
    display: inline-block;
    font-size: 14px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: rgba(102, 102, 102, 0.60);
    color: #ffffff;
    border-radius: 50%;
}

.foot-social-list li a:hover {
    background-color: #666666;
}

.copyrights-wrap {
    background-color: #e6e6e6;
    padding: 30px 0;
}

.copyrights-col p {
    margin: 0;
}

.copyrights-col ul {
    margin: 0;
    margin-bottom: 8px;
    padding: 0;
    font-size: 0;
}

.copyrights-col ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}

.copyrights-col ul li:last-child {
    margin: 0;
}

.copyrights-col ul li a {
    font-weight: 500;
}

.copyrights-col-right {
    text-align: right;
    letter-spacing: 0.02em;
    font-weight: 500;
    padding-top: 12px;
}

.copyrights-col-right a {
    text-decoration: none !important;
}

/*---------------------------
	Plugins Styling
----------------------------*/

.m-0 {
    margin: 0 !important;
}

.m-0 > [class^="col-"] {
    padding: 0 !important;
}

.va-wrap {
    display: table;
    width: 100%;
    height: 100%;
}

.va-middle {
    display: table-cell;
    vertical-align: middle;
}

.va-bottom {
    display: table-cell;
    vertical-align: bottom;
}

.carousel-fs, .carousel-fs .carousel-inner, .carousel-fs .carousel-inner .item {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    opacity: 0
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

::-webkit-input-placeholder {
    color: #4d4d4d;
    opacity: 1;
    filter: alpha(opacity=100);
}

::-moz-placeholder {
    color: #4d4d4d;
    opacity: 1;
    filter: alpha(opacity=100);
}

:-ms-input-placeholder {
    color: #4d4d4d;
    opacity: 1;
    filter: alpha(opacity=100);
}

:-moz-placeholder {
    color: #4d4d4d;
    opacity: 1;
    filter: alpha(opacity=100);
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/iconmoon/icomoon.eot?jukuur');
    src: url('../fonts/iconmoon/icomoon.eot?jukuur#iefix') format('embedded-opentype'), url('../fonts/iconmoon/icomoon.ttf?jukuur') format('truetype'), url('../fonts/iconmoon/icomoon.woff?jukuur') format('woff'), url('../fonts/iconmoon/icomoon.svg?jukuur#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="ico-"], [class*=" ico-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ico-arrow-down:before {
    content: "\e900";
}

.ico-arrow-left:before {
    content: "\e901";
}

.ico-arrow-right:before {
    content: "\e902";
}

.ico-arrow-up:before {
    content: "\e903";
}

.ico-chat:before {
    content: "\e904";
}

.ico-form-list:before {
    content: "\e905";
}

.ico-phone:before {
    content: "\e906";
}

.ico-search:before {
    content: "\e907";
}

.ico-video-play:before {
    content: "\e908";
}

.no_cost-covid {
    font-size: 16px;
    line-height: 1.5;
    padding: 20px;
}

.ncc_hero-img {
    display: block;
    margin-bottom: calc(30px + 1vw);
}

.ncc_hero-img img {
    display: block;
    width: 100%;
}

.no_cost-covid h1,
.no_cost-covid h2,
.no_cost-covid h3,
.no_cost-covid h4 {
    line-height: 1.5;
}

.no_cost-covid h2 {
    font-size: 24px;
    font-weight: 600;
}

.no_cost-covid h3 {
    font-size: 18px;
    font-weight: 600;
}

.ncc_pods-list {
    margin: calc(30px + 1vw) 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-around;
}

.ncc_pods-list li small {
    display: block;
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 10px;
}

.ncc_pods-list li b {
    color: #8c0d04;
}

.block_bold {
    display: block;
    font-weight: bold;
}

.ncc_table {
    text-align: center;
}

.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.w100 {
    display: block;
    width: 100%;
}

.ncc_map-cols {
    margin-top: calc(30px + 1vw);
}


/*---------------------------
	Media Queries
----------------------------*/

@media (min-width: 576px) {
    .rvw-txt p {
        display: block;
        display: -webkit-box;
        height: 160px;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (min-width: 768px) {
    .navbar-default {
        background-color: transparent;
    }

    .navbar-default .navbar-nav {
        position: relative;
    }

    .navbar-default .navbar-nav > li {
        margin-right: 12px;
    }

    .navbar-default .navbar-nav > li:last-child {
        margin: 0;
    }

    .navbar-default .navbar-nav > li > a {
        border-bottom: transparent 2px solid;
        padding: 10px 8px;
    }

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #ffffff;
        border-color: rgba(255, 255, 255, 0.20);
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: transparent;
        border-color: #ffc61a;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: transparent;
        border-color: #ccc;
        color: #ffffff;
    }

    .dropdown-menu {
        background-color: transparent;
        min-width: 220px;
        font-size: 12px;
        border: none;
        border-radius: 0;
    }

    .dropdown-menu > li > a {
        background-color: #fff;
        padding: 8px 20px;
        color: #333;
    }

    .navbar-nav > li > .dropdown-menu {
        padding-top: 12px;
    }

    .nav > li.dropdown-mega {
        position: static;
    }

    .dropdown-mega .dropdown-menu {
        width: 100%;
    }

    .dropdown > a {
        position: relative;
    }

    .dropdown:hover > a:after,
    .dropdown.open > a:after {
        content: "";
        position: absolute;
        width: 0px;
        height: 0px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #ffffff;
        left: 20px;
        bottom: -15px;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .hdr-scroll .navbar-default .navbar-nav > li > a:hover, .hdr-scroll .navbar-default .navbar-nav > li > a:focus {
        color: #222222;
        border-color: #dddddd;
    }

    .hdr-scroll .navbar-default .navbar-nav > .active > a, .hdr-scroll .navbar-default .navbar-nav > .active > a:hover, .hdr-scroll .navbar-default .navbar-nav > .active > a:focus {
        color: #222222;
    }

    .row-sm-flex {
        display: -webkit-flex;
        display: flex;
    }
}

@media (min-width: 992px) {
    .row-md-flex {
        display: -webkit-flex;
        display: flex;
    }

    .prog-col-inner .media .media-body h3, .prog-col-inner .media .media-body p, .hmb-post .media-body p {
        display: block;
        display: -webkit-box;
        height: 24px;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .prog-col-inner .media .media-body p, .hmb-post .media-body p {
        height: 40px;
        -webkit-line-clamp: 2;
    }

    .lead-wrap {
        width: 70%;
    }
}

@media (min-width: 1240px) {
    .container {
        width: 1200px;
    }
}

@media (max-width: 1199px) {
    .fw-three-blocks .fw-three-col,
    .user-block-inner {
        padding: 30px 15px;
    }

    .fs-container {
        padding: 0 15px;
    }

    .aside-form-wrap h3 {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .container {
        width: 100%;
    }

    .fs-container {
        padding: 0 20px;
    }

    .feat-video-outer {
        margin-bottom: 10px;
    }

    .feat-vid-title {
        position: static;
    }

    .feature-sm-slider, .feat-aid-wrap {
        padding-top: 150%;
    }

    .home-bposts-col {
        margin-bottom: 30px;
    }

    .top-btn {
        display: none !important;
    }

    .intro-section img {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .header-wrap {
        background-color: #fff;
        padding-top: 10px;
    }

    .navbar-brand {
        margin-top: -30px;
    }

    .navbar-brand .logo-img1 {
        display: none;
    }

    .navbar-brand .logo-img2 {
        opacity: 1;
    }

    .top-links-wrap ul li i {
        color: #009eff;
    }

    .top-links-wrap ul li i {
        font-size: 20px;
    }

    .top-phone {
        font-size: 20px;
        letter-spacing: 0.05em;
    }

    .navbar-default .navbar-nav > li > a {
        color: #222222;
        font-weight: 500;
        letter-spacing: 0.05em;
    }

    .hero-content-col {
        display: none;
    }

    .hero-dwn-btn {
        bottom: 25px;
    }

    .home-hero-bottom {
        bottom: 110px;
    }

    .fs-container {
        padding: 0 15px;
    }

    .top-btn {
        display: none !important;
    }

    .feature-sm-slider, .feat-aid-wrap {
        padding-top: 100%;
    }

    .copyrights-col,
    .copyrights-col p,
    .copyrights-col ul,
    .copyrights-col-right {
        text-align: center;
    }

    .navbar-default .dropdown-menu > li > a {
        font-size: 12px;
    }

    .mgm-prog-item figure {
        display: none;
    }

    .mgm-item-txt h2 {
        height: auto;
        margin: 0;
    }

    .mgm-item-txt p {
        display: none;
    }

    .mgm-prog-item {
        padding: 10px;
        margin: 5px 0;
    }

    .aside-form-wrap h3,
    .aside-form-wrap h4 {
        text-align: center;
    }

    .ncc_pods-list br {
        display: none !important;
    }

    .ncc_pods-list li {
        flex: 100%;
        max-width: 100%;
    }

    .ncc_pods-list li:not(:last-child) {
        margin-bottom: 50px;
    }
}

@media (max-width: 575px) {

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

    .header-top {
        margin: 0;
        position: absolute;
        top: 18px;
        right: 80px;
        z-index: 1;
    }

    .navbar-brand {
        margin: 0;
    }

    .navbar-brand img,
    .hdr-scroll .navbar-brand img {
        width: 140px;
    }

    .cert {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .review-slide {
        display: block;
    }

    #stReviews .carousel-indicators {
        bottom: 10px;
        width: 100%;
    }

    #stReviews .carousel-indicators li {
        border: 1px solid #ddd;
    }

    #stReviews .carousel-indicators .active {
        background-color: #ddd;
    }

    .rvw-img {
        width: 100%;
        display: none;
    }

    .rvw-txt {
        width: 100%;
    }

    .top-phone span {
        display: none;
    }

    .no_cost-covid {
        padding: 0;
    }
}

.page-numbers {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.page-numbers.current {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}