/*

Theme Name: Hello Elementor Child

Theme URI: https://github.com/elementor/hello-theme/

Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team

Author: Elementor Team

Author URI: https://elementor.com/

Template: hello-elementor

Version: 1.0.1

Text Domain: hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/

body {
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
	color: #666;
	font-family: 'Arial',sans-serif;
	font-size: 0.9rem;
}

.archive a {
    color: #45769c;
}

header {
    width: 100%;
    position: fixed;
    z-index: 10000;
    background-color:#d4dee7;
}

.site-navigation {
    float: right;
    padding: 30px 0 0 1.5%;
}

.tablet-navigation {
	padding: 0px 0 0 5%;
	margin-top: -10px;
}

.site-navigation ul.menu li a, .mobile-navigation ul.menu li a:hover {color: #000;}

.site-navigation ul.menu li a {
    padding: 8px 10px;
}

.toggle-nav {
    display: none !important;
	color: #45769c;
}

.toggle-nav a {
	color: #45769c;
}

.site-navigation ul.menu li ul {
	min-width: 250px;
}

#menu-primary-menu > li:after {
	display:none;
}

#menu-primary-menu .sub-menu li:hover {
	background: #ddd;
}

#menu-mobile-menu {
	display:none;
}



.social-icons {
	float: right;
    padding: 22px 5% 8px 8px;
}

.social-icons a {	
    padding: 0 4px 0 4px;
}

.page-template-default .elementor-inner .elementor-section-wrap:first-child > section:first-child, .page-template-default .page-content .post-password-form:first-child, #categories-top, .post {
    padding-top: 150px;   
}

.nf-form-content label, .nf-form-fields-required {
    color: #fff;
}

#top-bar {
	background-color:#45769c;
	min-height: 36px;
	overflow: hidden;
}
#top-bar a {
    font-weight: 900;
    font-size: 20px;
	color: #fff;
}

#site-menu {
    padding: 8px 8px 0 8px;
}

.sc-mmenu-y-100 {
	height: 100vh;
	overflow-y: scroll;
}

.sc-mmenu-y-0 {
	height: 0vh;
	overflow-y: hidden;
}

.sc-pos-fixed {
	position: fixed;
}

.sc-text-shadow {
	text-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

h1.elementor-heading-title {
    padding-top: 30px;
}

.wide h2 {
    letter-spacing: 0.4rem;
}

.elementor-widget:not(:last-child) {
	margin-bottom: 10px;
}

.sc-slim-line-height {
	line-height: 1.1;
}

.sc-med-line-height {
	line-height: 1.25;
}

.sc-slim-btm-margin {
	margin-bottom:8px!important;
}

.sc-no-btm-margin {
	margin-bottom:0px!important;
}

.sc-no-margin {
	margin: 0!important;		
}

.sc-no-padding, .sc-no-padding .elementor-column-wrap {
	padding: 0!important;		
}

.sc-car-no-padding.elementor-pagination-position-outside .swiper-container {
	padding-bottom: 0;
}

.sc-no-side-padding,.top-page-menu .sc-no-side-padding .elementor-column-wrap {
	padding-left: 0!important;		
	padding-right: 0!important;		
}

.sc-greentext {
    color: #b4d333;
}

.sc-blue {
	color: #45769c;
}

.site-branding {
    float: left;
    padding:8px 0;
	max-width: 296px;
}

.sc-staff-faq .elementor-tab-title {
	border-radius: 25px 25px 0px 0px;
	margin-top: 8px;
}

.sc-staff-faq-menu .elementor-column-wrap {
	padding: 0!important;
}

.sc-img-wide img{
	width: 100%;
	height: auto;
}

a.green {
	background-color: #b4d333;
    padding: 10px 20px 10px 20px;
	width: 15%;
}

a.green:hover {
	color: #b4d333!important;
	background-color: #fff;
    padding: 10px 20px 10px 20px;
	width: 15%;
}

.top-bar-top-left-container {
	float: left;
	width: 25%;
	padding-left: 10px;
}

.top-bar-top-right-container {
	float: right;
	width: 75%;
}

.top-bar-top-right-item:first-child {
	float:right;
	margin-right: 1rem;
}
.top-bar-top-right-item:nth-child(2) {
	float:right;
	margin-left: 5%;
	margin-right: 5%;
}

.top-bar-top-right-item:nth-child(3) {
	float:right;
    margin-left: 5%;
}

.site-navigation ul.menu li a, .mobile-navigation ul.menu li a {
    text-transform: uppercase;
font-weight: 600;
font-size: 13px;
letter-spacing: 1px;
	color: #666;
}

.top-page-menu p {
	margin-top:10px;	
}



#accredited-text, #accredited-text p {
	margin: 0 0 0 1.5rem;
	padding: 0;
}

.info-form, .ao-form {
    color: #fff;
    text-align: center;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.ao-form {
    color: #fff;
    text-align: center;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
}

.ao-form input {
    margin:0 6px;
}

.post-password-form [type=submit] {
	color: #fff;
	border: none;
	margin-left:20px;
	margin-top: 10px;
}

.post-password-form {
	margin-left:20px;
}

.home-level-box-btn {
    opacity:0;
    transition: all 0.25s ease-out;
    margin-top:-120px;
}

.home-level-box-desc {
    opacity:0;
    transition: all 0.25s ease-out;
    margin-top:-180px;
}



.home-level-box-head {
    text-align: center;
    padding: 120px 0px 120px 0px;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0;
}



.home-level-box:hover  .home-level-box-desc {
     opacity:1;
     transition: all 0.25s ease-out;
}

.home-level-box:hover  .home-level-box-btn {
     opacity:1;
     transition: all 0.25s ease-out;
}

.home-level-box:hover  .home-level-box-head{
        opacity:0;
        transition: all 0.25s ease-out;
}


.sc-program-dets {
    font-size: 1.3rem;
    color: #666;
}

.sc-program-dets h5 {
    color: #97abbd;
    font-size: 1rem;
    margin-bottom: 0;
    margin-top: 1rem;
}

.lp-call-btn .elementor-button {
	display: block;
	overflow: hidden;
}

.lp-call-btn .elementor-button .elementor-align-icon-left {
	font-size: 2rem;
	display: block; 
	float: left;
}

.lp-call-btn .elementor-button .elementor-button-text {
	display: block; 
	float: left;
}

#submit {
	color: #fff;
	border: 1px solid #b4d333;
	background-color: #b4d333;
	padding: 10px 20px 10px 20px;
}

#submit:hover {
	color: #b4d333;
	background-color: #fff;
}

.program-focus-section {
 color: #fff;
}
.area-of-focus-icon { 
    height: 141px;
}

.program-focus-section h4, .program-focus-section h5 {
 color: #fff;      
}

.international-map h1 {
	color: #fff;
	margin-top: 100px;
	margin-bottom: 8px;
}
.international-map p {
	color: #fff;
	margin-top: 0px;
	margin-bottom: 100px;
	font-weight: 700;
}

.international-map .elementor-widget-heading {
	margin-bottom: 0px;
}

.international-menu a {
	color: #000; font-weight: 600;
}

.international-menu a:hover {
	color: #45769c;
}

.location-dates-divide:after{
  	content: '';
  	height: 50%;
  	width: 1px;
  	position: absolute;
  	right:-1px;
  	top: 25%;
  	background-color: #fff;
}

.camp-details-tr, .camp-details-tm, .camp-details-tl, .camp-details-bm{
	border-color:#fff;
}

.camp-details-tl, .camp-details-tr, .camp-details-tm {
	border-bottom: 1px solid #fff;
}

.camp-details-tm, .camp-details-bm {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}


.sc-faq-accordian .elementor-accordion-item {
	padding-bottom:4px;
	border: none;
}
.sc-faq-accordian .elementor-accordion-title {
	line-height: 150%;
}

.staff-position-icon-box .elementor-icon-box-icon {
	background: #45769C;
	border-radius: 45px;
	width: 90px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
	position: relative;
    top: -45px;
}	

.staff-position-icon-box .elementor-icon i {
	margin-top:24px;
}

.staff-position-icon-box .elementor-icon-box-content {
	margin-top: -30px;
	padding-bottom: 40px;
	min-height: 170px;
}

.staff-location-tabs .elementor-active{
	background: #fff;
}

.staff-location-tabs .elementor-active a, .staff-location-tabs .elementor-active p{
	color:#45769C!important;
}

.staff-location-tabs .elementor-tab-desktop-title {
	width: 50%;
    display: block!important;
	float: left;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align: center;
	
}

.has-blue-bkg a{
	text-decoration: underline;
    color: #7FDBFF;
}

.post-template-default  .page-header {
	position: relative;
    background: none;
	z-index: 1;
}

.post-template-default  .page-header h1 {
    color: #45769c;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.8rem;
    text-align: center;
    padding-top: 40px;
}

.blog-tools .ao-form input {
    margin-top: 4px;
}


.post section#comments {
    max-width: 1140px;
    /* display: flex; */
    margin-right: auto;
    margin-left: auto;
    /* position: relative; */
    padding: 10px 20px;
}

h1.blog-title {
	margin-left: auto;
    margin-right: auto;
	text-transform: none!important;
	padding:10px 0;
	color: #45769c;
}

h2.entry-title {
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 0;
}

.blog-tools {
	background-color: #193864;
	color: #fff;
	padding: 30px 0;
}

.blog-tools select {
	margin-left:10px; 
	margin-right: 10px;
	    height: 2.5rem;
}

.blog-tools #searchform {
	margin-left: auto; 
	margin-right: auto;
}


.post-preview {
    background: #e6e6e6;
    margin: 10px;
}

.post-image {
    height: 150px;
    overflow: hidden;
    background: #193864;
    text-align: center;
}

.post-title {
    padding:10px 8px;
    text-align:center;
}

.post-text {
    margin:10px;
}
nav.pagination {
    text-align:center;
}

nav.pagination a, nav.pagination .meta-nav{
    font-size: 1.3rem;
    font-weight: 600;
    text-transform:uppercase;
}

.post a, .logged-in-as a {
	color: #45769c;
}


footer {
    background-color: #45769c;
	color: #fff;
	padding-top: 20px;
	text-align: center;
	line-height: 1.75;
}

footer a {
	color: #fff!important;
	line-height: 2.3rem;
    padding: 2px 0;
    font-size: 1rem;
}

footer h4 {
    margin-bottom: .2rem;
	font-weight: 600;
}

footer .column_inner {
    padding-left: 4px;
    padding-right: 4px;
	margin-left: auto;
    margin-right: auto;
	padding-bottom: 20px;
}

.footer-bottom {
    background-color: #d9e3ec;
	color: #555;
	padding-top: 20px;
	text-align: center;
	line-height: 1.75;
}
.footer-bottom a {
    color: #555!important;
	text-align: center;
}

@media screen and ( max-width: 1360px ) {
.page-template-default .elementor-inner .elementor-section-wrap:first-child > section:first-child, .page-template-default .page-content .post-password-form:first-child  {
    padding-top: 150px;   
}
	
.site-navigation {
    padding: 0 10px 0 10px;
}
	
}


@media screen and ( max-width: 1210px ) {
.page-template-default .elementor-inner .elementor-section-wrap:first-child > section:first-child, .page-template-default .page-content .post-password-form:first-child  {
    padding-top: 180px;   
}
	
.site-navigation {
    padding: 0 10px 0 10px;
}
	
}


@media screen and ( max-width: 880px ) {
	.top-bar-top-left-container, .top-bar-top-right-container {
    float: none;
    width: 100%;
	text-align: center;
	padding-bottom: 10px;
}
	.top-bar-top-right-item:nth-child(3) {
    float: left;
}
	
	.page-template-default .elementor-inner .elementor-section-wrap:first-child > section:first-child, .page-template-default .page-content .post-password-form:first-child, #categories-top, .post {
    padding-top: 190px;   
}


}


@media screen and ( max-width: 767px ) {
    .toggle-nav {
        display: block !important;
        font-size: 2em;
        transition: color linear 0.15s;
		padding-left: 20px;
		padding-top: 20px;
    }

         
    a.toggle-nav:link, 
    a.toggle-nav:visited,
    a.toggle-nav:hover, 
    a.toggle-nav:active {
        text-decoration: none;
        color: #45769c;
    } 
	.mobile-menu li {
		list-style:none;
		margin: 4px;
	}
	
	#menu-mobile-menu>li>a {
		font-size: 1.05rem;
	}

.mobile-menu .sub-menu li {
	margin-left:20px;
}
		
	
.top-bar-top-right-item:first-child {
	float:right;
	margin-right: 1rem;
}
.top-bar-top-right-item:nth-child(2) {
	margin-left: auto;
	margin-right: 10%;
}

.top-bar-top-right-item:nth-child(3) {
	float:left;
    margin-left: 10px;
}
	
	
#top-bar {
	padding-top: 8px;
    padding-bottom: 8px;
	padding-right: 8px;
}
	.social-icons {
		display:none;
	}
	
	.site-branding {
		float: right;
	}
	
	.site-branding img {
		margin-right:8px;
	}

	
	.page-template-default .elementor-inner .elementor-section-wrap:first-child > section:first-child, .page-template-default .page-content .post-password-form:first-child  {
    padding-top: 150px;   
}
	
	.page-template-default .elementor-inner .elementor-section-wrap:first-child > section:first-child, .page-template-default .page-content .post-password-form:first-child, #categories-top, .post {
    padding-top: 160px;   
}
	
	#top-bar a {
    font-size: 1.1rem;
}
	
}



@media screen and  (max-width: 667px) {
	.top-bar-top-right-item:first-child {
	float:right;
	margin-right: 1rem;
}
.top-bar-top-right-item:nth-child(2) {
	float:left;
	margin-left: 5%;
	margin-right: 5%;
}

.top-bar-top-right-item:nth-child(3) {
	display:none;
}
	
}

@media screen and  (max-width: 361px) {
	.site-branding img {
    max-width: 240px;
}
}

