/*
font-family: 'Allerta', sans-serif; - 400
font-family: 'Oswald', sans-serif; - 400, 700
*/

body, html {
	font-family: 'Allerta', sans-serif;
	font-weight: 400;
	font-size: 15px;
	background-color: #fff;
	color: #333;
}

a:hover, a:focus {
	text-decoration: none;
}

.c-hl {
	    background-color: #f5e1bf;
    font-weight: bold;
}

header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e9f4fc+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left, #ffffff 0%, #e9f4fc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #ffffff 0%,#e9f4fc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #ffffff 0%,#e9f4fc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9f4fc',GradientType=1 ); /* IE6-9 */
}

#masthead {
    margin: 2rem 1rem;
}

#masthead a {
	display: inline-block;
}

header {
	position: relative;
}

header:after {
    content: " ";
    position: absolute;
    right: 0;
    left: 127px;
    z-index: 500;
    bottom: 35px;
    height: 5px;
    background: #0e5486;
    z-index: 300;
}

.btn {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdc567+0,ebab50+100 */
background: #fdc567; /* Old browsers */
background: -moz-linear-gradient(top, #fdc567 0%, #ebab50 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fdc567 0%,#ebab50 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fdc567 0%,#ebab50 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc567', endColorstr='#ebab50',GradientType=0 ); /* IE6-9 */
color: #333;
border: 0;
text-transform: uppercase;
transition: .15s all ease-in-out;
}

.btn:hover {
background: #ebab50; /* Old browsers */
background: -moz-linear-gradient(top, #ebab50 0%, #ebab50 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ebab50 0%,#ebab50 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ebab50 0%,#ebab50 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebab50', endColorstr='#ebab50',GradientType=0 ); /* IE6-9 */
}

#header-contact h6 {
    margin: 1rem 0 0 0;
    display: inline-block;
    font-weight: bold;
    color: #014b80;
    font-size: 1rem;
    margin-right: .5rem;
}

#header-contact {
    text-align: right;
    position: relative;
    z-index: 800;
}

#header-nav ul {
	margin: 0;
	padding: 0;
}

#header-nav ul li {
    list-style: none;
    padding: 0;
    display: inline-block;
    margin: 2.5rem 2rem 0 0;
    font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    position: relative;
}

#header-nav ul li a {
	display: block;
	padding: 0 .5rem;
}

.menu-test-container {
    background: url(assets/header-menu-bg-left.png) center left no-repeat;
    height: 100px;
    padding-left: 68px;
    position: relative;
    z-index: 400;
    right: -1rem;
    top: -10px;
    display: inline-block;
}

#header-nav {
    text-align: right;
}



#menu-test {
    height: 100px;
    background: url(assets/header-menu-bg-right.png) center center repeat-x;
    display: inline-block;
}

.hp-slide {
	position: relative;
}

.hp-slide-1 {
	background: url('assets/slide-image-1.jpg') center center no-repeat transparent;
	background-size: cover;
}

.hp-slide-2 {
	background: url('assets/slide-image-2.jpg') center center no-repeat transparent;
	background-size: cover;
}

.hp-slide-3 {
    background: url('assets/slide-image-3.jpg') center center no-repeat transparent;
    background-size: cover;
}


.hp-slide-inner {
	position: relative;
	padding: 4rem 0 0 0;
}

.hp-slider-bg {
    position: relative;
    top: 24px;
}

.hp-slide-caption {
	background-color: rgba(255,255,255,0.9);
	padding: 2rem;
	margin-bottom: 5px;
}

h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #014b80;
    margin-bottom: 1rem;
    margin-top: 0;
    font-size: 2rem;
}

.hp-slide-controls {
	font-size: 0;
	text-align: center;
	margin-left: -2.5px;
	margin-right: -2.5px;
}

.hp-slide-controls a {
	background-color: rgba(255,255,255,0.9);
	color: #014b80;
	padding: .5rem;
	text-align: center;
	padding: 1rem 0;
	text-transform: uppercase;
	font-size: 1rem;
	width: calc(50% - 5px);
	margin: 0 2.5px;
	display: inline-block;
	transition: .15s all ease-in-out;
}

.hp-slide-controls a:hover {
	background-color: rgba(255,255,255,1);
	color: #333;
}

.hp-slide-prev {
	display: inline-block;
}

.hp-slide-caption-wrap {
    position: relative;
    top: 130px;
}

#hp-intro {
	padding: 4rem 0 3rem 0;
}

h4 {
    margin: 0 0 .5rem 0;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #014b80;
    border-bottom: 2px solid #e5edf2;
}

#hp-glance {
	border-left: 2px solid #e5edf2;
}

#hp-glance i {
	color: #fcc466;
}

#hp-glance h4 {
	padding: .5rem;
}

#hp-glance li > span:last-child {
    position: relative;
    top: 2px;
}

#hp-intro p {
	margin-bottom: 18px;
}

#hp-specialty {
	background-color: #014b80;
	padding: 4rem 0 1rem 0;
	color: #fff;
    border-bottom: 2px solid #fff
}

.hp-figure {
    cursor: default;
}

.hp-specialty-bg {
    position: relative;
    top: -1.5rem;
}

h2 {
    margin: 0 0 1rem 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #014b80;
    font-size: 3rem;
    text-align: center;
}

#hp-specialty h2, #pre-footer h2 {
    margin: 0 0 1rem 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 3rem;
    text-align: left;
}


#hp-specialty p {
	margin-bottom: 1rem;
}

#hp-specialty-btns a {
	display: block;
	transition: .15s all ease-in-out;
}

#hp-specialty-btns img {
	width: 100%;
}

#hp-specialty-btns a:hover {
	background-color: #0a263a;
}

#hp-stats {
	padding: 4rem 0;
}



#hp-stats h5, #testimonials h5  {
    margin: 0 0 3rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
    color: #4b90c2;
}

#hp-figures-row {
	border-bottom: 2px solid #e5edf2;
	border-top: 2px solid #e5edf2;
	font-size: 0;
	margin: 2.5rem 0 2rem 0;
}

#hp-stats-row h6 {
    text-align: center;
    font-weight: bold;
    color: #4b90c2;
    margin: 0;
    font-size: 1rem;
    font-size: .75rem;
    text-transform: uppercase;
    cursor: default;
    line-height: 1.5;
}

.hp-figure {
	display: inline-block;
	width: calc(33% - 2px);
	border-right: 2px solid #e5edf2;
}

#hp-figures-row > .hp-figure:last-child, #hp-figures-row > .hp-figure:last-child:hover {
	width: calc(33% - 2px);
	border-right: 0 !important;
}

.hp-figure strong {
	display: block;
	font-family: 'Oswald', sans-serif;
	color: #014b80;
	text-transform: uppercase;
	font-size: 1.75rem;
	margin-top: .5rem;
}

.hp-figure span {
	font-size: 1rem;
	color: #4b90c2;
	margin-bottom: .5rem;
	display: block;
    line-height: 1.1;
}

.hp-figure strong, .hp-figure span {
	padding: 0 .5rem;
}

#hp-stats-learn-inner a {
	display: block;
	position: relative;
}

#hp-stats-learn-inner a span {
    display: block;
    background-color: #e5edf2;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .5rem;
    font-size: .9rem;
    font-family: 'Oswald', sans-serif;
    color: #014b80;
    text-transform: uppercase;
    font-weight: 700;
    transition: .15s all ease-in-out;
}

#hp-stats-learn-inner a:hover span {
	background-color: #0a263a;
	color: #fff;
	padding-bottom: 1rem;
}

#hp-testimonial-wrap {
	text-align: center;
	margin-right: 2rem;
	margin-top: 1rem;
}

.testimonial p {
	background: url('assets/hp-stats-testimonial.png') center center no-repeat;
	font-style: italic;
	padding: 0 2rem;
}

.testimonial h6 {
	font-weight: bold;
	color: #014b80;
	text-transform: uppercase;
}

.hp-test-prev {
    display: inline;
    font-size: 3rem;
    position: absolute;
    left: 20px;
    bottom: 65px;
    color: #f9c062;
}

.hp-test-next {
    display: inline;
    font-size: 3rem;
    position: absolute;
    right: 50px;
    bottom: 65px;
    color: #f9c062;
}

#pre-footer {
    background: rgb(204,204,204);
    background: linear-gradient(180deg, rgba(204,204,204,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);
    padding: 4rem 0;
    color: #333;
    border-top: 2px solid #004b80;
}
#pre-footer iframe {
    border: 0;
    margin-bottom: 10px;
    margin-top: 5px;
}

#pre-footer h4 {
	font-size: 2rem;
	border-bottom: 6px solid #fff;
	padding-bottom: .5rem;
	margin-bottom: 1rem;
	color: #fff;
}

#pre-footer-icons {
	margin-bottom: 1rem;
}

#pre-footer-icons img {
	margin: 0 auto;
}

#pre-footer-icons .row, .pre-footer-form-row .row {
	margin-left: -7.5px;
	margin-right: -7.5px;
}

#pre-footer-icons .row > div, .pre-footer-form-row .row > div {
	padding-left: 7.5px;
	padding-right: 7.5px;
}

#pre-footer-icons a {
    transition: .15s all ease-in-out;
    display: block;
    background-color: #e5edf2;
    box-shadow: inset 0 0 0 1px #004b80;
    border-radius: 4px;
    padding: .25rem 0;
}

#pre-footer-icons a:hover {
	background-color: #fcc366 !important;
}

#pre-footer-icons a.pfi {
	background-color: #ebac51 !important;
}

footer {
    background: #0a263a;
    padding: 1rem 0;
    color: #fff;
    text-align: center;
    border-top: 1px solid #fff;
}

#pre-footer input:not(.pf-submit), #pre-footer textarea, #content-contact-form input:not(.pf-submit), #content-contact-form textarea {
	width: 100%;
	background-color: #e5edf2;
	padding: 10px;
	display: block;
	border: 0;
    color: #333;
        border-radius: 2px;
    box-shadow: inset 0 0 0 1px #004b80;
}

.pre-footer-form-row {
	margin-bottom: 1rem;
}

#pre-footer textarea, #content-contact-form textarea {
	height: 150px;
}

#content-contact-form #pre-footer-icons a {
	    background-color: #e5edf2;
    padding: .5rem 0;
}


#hero {
	background:url('assets/hero-about.jpg') center center no-repeat;
	background-size: cover;
	color: #fff;
	padding: 4rem 0 3rem 0;
	position: relative;
    z-index: 200;
}

#hero a, #hero a:hover {
	color: #f6bc61;
}

#breadcrumb-home, #breadcrumb-text {
	display: inline-block;
	text-transform: uppercase;
}

#breadcrumb-home {
	margin-right: .5rem;
}

#breadcrumb-text span {
	margin: 0 .5rem;
	color: #e5edf2;
}

#hero h1 {
    display: inline-block;
    background: #ccd5d9;
    padding: 1rem 2rem 1.5rem 0;
    color: #0e5486;
    font-family: 'Oswald', sans-serif;
    font-size: 4rem;
    position: relative;
    z-index: 500;
    margin: 1rem 0;
    font-weight: 700;
}

#hero:before {
    content: " ";
    display: block;
    height: calc(7rem - 1px);
    background: linear-gradient( to right, #ccd5d9 0%, #ccd5d9 33%, transparent 33%, transparent 100% );
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4rem;
    z-index: 400;
}

#hero .btn, #hero .btn:hover {
	color: #333;
}

#hero-testimonial-wrap {
    text-align: right;
}

#hero-testimonial-wrap .btn {
	position: relative;
	z-index: 500;
}

#hero .testimonial p {
    background: url(assets/hero-testimonial.png) center center no-repeat;
    font-style: italic;
    padding: 0;
    text-align: right;
}

#hero .testimonial h6 {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: right;
}

#page-content {
	padding: 4rem 0;
}

#page-content-sidebar #hp-glance img {
    margin: .5rem .5rem 1rem .5rem;
    border: 1rem solid #ccd5d9;
}

.sb-no-border {
    border: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 1.5rem !important;
}

#page-content-sidebar #hp-glance li {
	/* margin-bottom: .5rem; */
}

#page-content-sidebar > .btn {
	display: block;
	margin-top: 2rem;
}

#page-content-main p, #page-content-main > img {
	margin-bottom: 1.5rem;
	line-height: 1.6;
}

p.intro {
	font-size: 1.4rem;
	color: #666;
	font-weight: bold;
}

#page-content-sidebar p {
	padding: 0 .5rem;
}

#page-content-main #hp-stats-learn-inner {
	margin-bottom: 1.5rem;
}

#testimonial-grid .testimonial {
    border: 2px solid #e5edf2;
    padding: .5rem;
    text-align: center;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 30px 0 #e1e1e1;
    margin-bottom: 2rem;
}

#testimonial-grid .testimonial p {
    background: url(assets/hp-stats-testimonial.png) center center no-repeat;
    background-size: contain;
    font-style: italic;
    padding: .5rem;
    line-height: inherit !important;
}


#header-nav ul li ul { display: none; }

#hp-testimonial-wrap, #hero-testimonial-wrap { display: none !important; }



#stats-row {
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 10px;
    margin-bottom: 30px;
}

#stats-row .btn {
    font-size: 1.25rem;
    padding: 8px 15px;
}

#stats-row span {
    margin-left: 15px;
}

.vid-test-inner {
    margin: 7.5px;
    background: #eee;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 4px;
}

#video-testimonials.slick-initialized .slick-track, #hp-testimonial.slick-initialized .slick-track, .m-row {
    display: flex;
    align-items: center;
}


#testimonials hr {
    margin: 45px 0 0 0;
    border-top: 2px solid #e5edf2;
}

#testimonials {
    padding-top: 55px;
    padding-bottom: 60px;
}
#test-google, #test-fb {
    text-align: center;
}
#test-links i {
    color: #fcc466;
}
#test-join i {
    color: #014b80;
}
#test-join a {
    display: block;
    text-align: center;
    border: 1px solid #004b80;
    padding: 5px 0;
    border-radius: 4px;
}
#test-links h5 {
    margin: 0;
    font-size: 2rem;
}
#test-links strong {
    background: #fff8c5;
    padding: 0 2px;
}

#test-fb {
    border-top: 2px solid #e5edf2;
    border-bottom: 2px solid #e5edf2;
    margin: 10px 0;
    padding: 10px 0 2px 0;
}

#testimonials .hp-test-next {
    right: 30px;
}

#testimonials .hp-test-prev {
    left: 0;
}

    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
.hp-slide-caption-wrap {
    top: 70px;
}
.ph-accredition { margin: 0 auto;  }
#hp-specialty h2, #pre-footer h2, h2 { font-size: 2rem; }
#hp-stats h5 { font-size: 1rem; }
h3 { font-size: 1.5rem; }
.hp-figure strong { font-size: 1rem; }
.hp-figure span { font-size: .75rem; }
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
.hp-slide-caption-wrap {
    position: static;
    top: 130px;
    padding-bottom: 4rem;
}

        .m-row {
            display: block;
        }
        
        #hp-testimonial-wrap {
    display: block !important;
    margin: 0 0 30px 0;
}
        
        #testimonials .hp-test-next {
    right: 15px;
}
        #hp-specialty {
            padding-bottom: 4rem;
        }
        
        #Field3 {
            margin-bottom: 15px;
        }
    }



@media only screen and (min-width : 769px) {


.menu-test-container > ul > li.has-children:hover > ul, .has-children-hover ul {
    display: block !important;
    position: absolute;
    right: 0;
    width: 250px;
    background: #0e5486;
    z-index: 9999;
        padding: 1rem 1rem 0 1rem !important;
}

.has-children:hover > a, .has-children-hover {
    color: #fff;
    background: #0e5486;
}

.has-children ul {
    padding: 1rem .5rem .5rem .5rem;
}

.has-children ul i {
    color: #fff;
}

.has-children ul li {
    margin: 0 0 1rem 0 !important;
    display: block !important;
    font-size: 1rem !important;
}

.has-children ul li a, .has-children ul li a:hover {
    display: inline-block !important;
    color: #fff !important;
}

}

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
    .hp-specialty-bg {
        display: none;
    }
        #test-join a {
                margin: 1rem auto;
    max-width: 275px;
        }
    
#hero:before { content: ""; display: none; }
#hero h1 {
    background: transparent;
    color: #ccd5d9;
    font-size: 2.5rem;
    display: block;
    text-align: left;
    padding: 0 0 1rem 0;
}
#hero {     padding: 1rem 0 0 0; }
header:after { display: none; }
#masthead {
    margin: 1rem 0;
}
        #testimonials .hp-test-prev {
    left: 15px;
}
        #pre-footer h2, #stats-row {
            text-align: left !important;
        }
        
        #stats-row span {
            display: block;
        }
#page-content { padding: 1rem 0;  }
#page-content-sidebar #hp-glance img { margin: .5rem auto 1rem auto; }
#pre-footer { padding: 2rem; }
#pre-footer h4 { margin-top: 1rem; }
#pre-footer-icons a { margin-bottom: 1rem; }
#pre-footer-icons { margin-bottom: 0; }


#hp-intro {
    padding: 0;
}
#hp-specialty {
    padding: 2rem 0 0 0;
}
#hp-specialty-btns a {
    margin-bottom: 2rem;
}
#hp-stats {
    padding: 2rem 0;
}
h2, #hp-stats h5 {
    text-align: left;
}
.hp-figure {
    display: block;
    width: 100% !important;
    border: 0 !important;
    font-size: 1rem !important;
    margin-bottom: 1rem;
}
#hp-stats-cta, #hp-testimonial-wrap { display: none; }

#hp-stats-learn-inner a {
    display: block;
    position: relative;
    margin-bottom: 2rem;
}
#breadcrumb { display: none; }
#header-nav { display: none; }

#mobile-menu {
    position: absolute;
    z-index: 9999;
    right: 0;
    bottom: -34px;
    text-align: center;
}

#mobile-menu a {
    background: #fdc567;
    display: block;
    padding: .25rem .5rem;
    color: #0a5287;
    width: 30px;
    height: 30px;
    text-align: center;
}

header {
    border-bottom: 4px solid #fdc567;
}

#header-nav {
    position: absolute;
    padding: 1rem;
    background: #fdc567;
    z-index: 9999;
    top: 5px;
    left: 0;
    right: 0;
}

.menu-test-container {
    float: none;
    position: static;
    text-align: left;
    padding: 0;
    background: none;
    padding: .5rem 0;
    height: auto;
    width: 100%;
}
#menu-test { 
    background: none;
    height: auto;
    display: block;
     }
#header-nav ul li {
    display: block;
    margin: 0 0 .5rem 0;
}
#header-nav ul li ul { display: block; }

#header-nav ul li ul {
    display: block;
    font-size: 1rem;
    padding: 0 2rem;
    margin-top: .5rem;
}

#header-nav ul li ul li {
    font-size: 1.25rem;
}

#header-nav ul li ul li a {
    display: inline-block;
}

.menu-test-container > ul > li {
        border-bottom: 1px solid #ae8541;
    padding-bottom: .5rem !important;

}

#header-nav ul li ul li i {
    color: #ae8541;
}



    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {

    }
