/*---------------------------------------------------------------------------------

 Theme Name:   Montemar
 Theme URI:    https://montemar.com
 Description:  Custom theme for Montemar
 Author:       Victoria Jauregui
 Author URI:   
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/* Team Page */

.staff-grid-cont{
	padding-bottom: 39px;
    padding-top: 70px;
    max-width: 100%!important;
    width: 100%;
}
.staff-grid-cont>.inner .staff-sidebar{
	width: 350px;
    padding-right: 50px;
}
.staff-grid-cont>.inner .staff-sidebar h4{
	font-size: 20px;
    font-family: Nunito, sans-serif;
    text-transform: none;
    font-weight: 700;
}
.staff-grid-cont>.inner .staff-sidebar .child-terms{
	list-style: none;
    padding-left: 0!important;
    margin-top: 0;
    margin-bottom: 11.5px;
}
.staff-grid-cont>.inner .staff-sidebar .child-terms li{
	list-style-type: none;
	cursor: pointer;
    font-family: Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 18px;
    color: #196aa4;
    text-decoration: underline;
    padding: 0;
}
.staff-grid-cont>.inner .staff-sidebar .child-terms li.active{
	font-weight: 600;
}
.staff-grid-cont>.inner .staff-main{
	position: relative;
    overflow: hidden;
    min-height: 440px;
}
.staff-grid-cont>.inner .staff-main h3.category-title{
	font-size: 32px;
}
.staff-grid .staff-member{
    box-sizing: border-box;
    margin: 20px 10px;
    color: #fff;
}
.staff-grid .staff-member a{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    color: #fff;
    height: 100%;
}
.staff-grid .staff-member .thumbnail{
	background-size: cover;
    background-position: 50%;
    height: 236px;
    width: 100%;
    border-radius: 20px;
}
.staff-grid .staff-member .staff-content-cont{
	transition: all .15s ease;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
	background-color: #30414C;
	border-radius: 20px;
	padding-left:1em;
}
.staff-grid .staff-member .staff-content{
	height: 100%;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 13px;
    padding: 15px;
    position: relative;
    transition: all .15s ease;
    background-size: 761px 760px;
	margin:20px 0;
	border-left:4px solid #E6843B;
}

.staff-grid .staff-member .staff-content h5,
.staff-grid .staff-member .staff-content p {
	font-family: 'Source Sans Pro', Helvetica, Arial, Lucida, sans-serif;
	text-align: left;
}

.staff-grid .staff-member .staff-content h5{
    margin-bottom: 0px;
    margin-top: 0;
    color: #ffffff;
    text-transform: none;
    line-height: 1.2;
	font-weight: 700;
}
.staff-grid .staff-member .staff-content p{
	margin-bottom: 0;
	padding-bottom: 0;
	color: #ffffff;
	font-size: 16px;
}
.staff-grid .staff-member .staff-content .read-bio{
	margin-top: 11px;
    margin-bottom: 5px;
}
.staff-grid .staff-member .staff-content .read-bio button{
	font-size: 12px;
    line-height: 17px;
    border-radius: 2px;
    border-width: 0;
    height: 31px;
    padding: 7px 11px;
    color: #ffffff;
    text-transform: uppercase;
    background: #24988b;
    font-weight: bold;
    outline: none;
}
.staff-module{
	position: fixed;
    z-index: 15;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    padding: 57px 40px;
    background-color: #424e57;
    background-size: 1299px 1297px;
    color: #fff;
    transition: all .3s ease-out;
    transform: translateZ(0);
	overflow:scroll;
}
#page-container{
	position: relative;
    transition: all .15s linear;
}
.staff-module .staff-mod-close{
	background-color: transparent;
    width: 25px;
    height: 25px;
    background-image: url(./img/close.png);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: auto;
    bottom: 25px;
    cursor: pointer;
    border: none;
    outline: none;
}
.staff-mod-content *{
	color: #ffffff!important;
}
.staff-module h4{
	margin-top: 11px;
    margin-bottom: 11px;
    font-size: 23px;
}
.staff-module p{
	font-size: 17px;
	margin: 0 0 29px;
}
.staff-main .staff-category{
	display: none;
}

.team-grid-section .et_pb_blurb_description {
	padding-bottom: 20px;
}


/* Course Page */
.course-grid-cont{
	max-width: 100%!important;
	width: 100%;
}
.course-grid-cont>.inner .menu-list ul{
	list-style: none;
}
.course-grid-cont>.inner .menu-list ul li{
	font-weight: bold;
}
.course-grid-cont>.inner .course-main{
	position: relative;
	overflow: hidden;
	padding-bottom: 1rem;
}
.course-grid-cont>.inner .course-main{
	font-weight: bold;
}

.course-grid-cont>.inner .course-main h3.category-title{
	font-size: 32px;
}
.course-grid .course-box{
	width: 100%;
	box-sizing: border-box;
	max-width: 380px;
	padding: 1em;
	background: #ffffff;
	border-radius: 20px;
	color: #fff;
}
.course-grid .course-box .box{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	height: 100%;
}
.course-grid .course-box .thumbnail{
	background-size: cover;
	background-position: 50%;
	height: 200px;
	width: 100%;
	background-color: #424e57;
	margin-bottom: 20px;
	border-radius: 10px;
}
.course-grid .course-box .course-content .program-title{
	line-height: 24px;
	font-weight: 400;
	color: #30414C;
	margin-bottom: 20px;
}

.course-grid .course-box .course-content p{
	margin-bottom: 0;
	font-size: 12px;
	color: #ffffff;
}
.course-grid .course-box .course-content .read-desc{
	display: inline-block;
}

.career-details h4{
	margin-top: 28px;
	margin-bottom: 11px;
}
#page-container .careers-section .career-box{
	padding: 15px;
    background-color: #fff;
    box-shadow: -1px 2px 14px -1px rgba(0,0,0,.22);
    position: relative;
    margin-bottom: 30px;
}
#page-container .careers-section .career-box .career-thumb{
	height: 285px;
    background-size: cover;
    background-color: #555;
    background-position: 50%;
}
#page-container .careers-section h3{
	margin-bottom: 30px;
	font-size: 32px;
	margin-top: 28px;
}
.single-career #page-container #left-area, .single-career #page-container #left-area{
	padding-right: 0!important;
	width: 100%!important;
}
.single-career #page-container #sidebar,
.single-career #page-container .container:before{
	display: none!important;
}
.single-career #page-container #content-area a.btn.primary{
	color: #fff!important;
	display: inline-block;
    background-color: #24988b;
    border-radius: 2px;
    border-width: 0;
    height: 39px;
    padding: 9px 14px;
}
.single-career #page-container #content-area ul li{
	line-height: 19px;
}
.single-career #page-container #content-area ul{
	margin-bottom: 11.5px;
}
.single-career #page-container #content-area strong,
.single-career #page-container #content-area b{
	font-weight: bold;
	color: #5a5454;
}
.single-career #main-content{
	background: #f4f1ef;
}
.single-career .hero-career{
	min-height: 400px;
    background-size: cover!important;
    background-position: 50%!important;
    width: 100%;
}
.hero-career img{
	width: 100%;
	max-width: 100%;
}

.single-course #page-container #left-area, .single-course #page-container #left-area{
	padding-right: 0!important;
	width: 100%!important;
}
.single-course #page-container #sidebar,
.single-course #page-container .container:before{
	display: none!important;
}
.single-course #page-container #content-area a.btn.primary{
	color: #fff!important;
	display: inline-block;
    background-color: #24988b;
    border-radius: 2px;
    border-width: 0;
    height: 39px;
    padding: 9px 14px;
}
.single-course #page-container #content-area ul li{
	line-height: 19px;
}
.single-course #page-container #content-area ul{
	margin-bottom: 11.5px;
}
.single-course #page-container #content-area strong,
.single-course #page-container #content-area b{
	font-weight: bold;
	color: #5a5454;
}
.single-course #main-content{
	background: #f4f1ef;
}
.single-course .hero-course{
	min-height: 400px;
    background-size: cover!important;
    background-position: 50%!important;
    width: 100%;
}
.hero-course img{
	width: 100%;
	max-width: 100%;
}
.custom-partner-section .outer-partner-btn .partner-btn:after{
	content: "\f107";
    font: normal normal normal 19px/1 FontAwesome;
    padding-left: 1px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 15px;
    right: 0px;
    transition: all .15s linear;
}
.custom-partner-section .outer-partner-btn .partner-btn.active-down:after{
	content: "\f107";
	transform: rotate(180deg);
}
.custom-partner-section .et_pb_column .et_pb_image{
	margin: 0 auto;
}
#visible-partners .img-box-custom,
#image_section .img-box-custom,
#image_sectionn .img-box-custom{
	display: flex;
	align-items: center;
	justify-content: center;
}
#image_section .img-box-custom.d-d,
#image_sectionn .img-box-custom.d-d{
	display: none;
}
.uk-panel .uk-overlay-fade,
.uk-panel:hover .uk-overlay-fade{
	opacity: .5!important;
}
.uk-active .uk-panel .uk-overlay-fade{
	opacity: 0!important;
}
.uk-slidenav-next:before{
	content: ""!important;
	width: 30px;
	display: block;
	height: 60px;
	background: url(./img/arrow-right.png);
	background-size: 100% 100%;
}
.uk-slidenav-previous:before{
	content: ""!important;
	width: 30px;
	display: block;
	height: 60px;
	background: url(./img/arrow-left.png);
	background-size: 100% 100%;
}
.blueimp-gallery>.indicator>li{
	width: 39px!important;
	height: 39px!important;
	border-radius: 39px!important;
}
.global-health-carousel .owl-item:before{
	content: "";
    background-color: hsla(0,0%,100%,.6);
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 2;
    transition: all .15s linear;
}
.global-health-carousel .owl-item.active:before{
	display: none;
}
.global-health-carousel .owl-item.active:last-child:before{
	display: block!important;
}
.global-health-gallery .blueimp-gallery{
	background: url(./img/pattern_full-width_gray-scaled2.png)!important;
	background-size: cover!important;
	z-index: 99999;
}
.blueimp-gallery>.close{
	background: url(./img/close.png)!important;
    background-repeat: no-repeat!important;
    height: 55px;
    width: 55px;
    background-size: 25px 25px!important;
    background-position: center!important;
    color: transparent!important;
    font-size: 0px;
}
#mega-menu-primary-menu .mega-menu-item.light-submenu > .mega-sub-menu:after{
	content: ""!important;
	display: block!important;
    height: 20px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -8px;
    background-image: url(./img/Tan_Texture_No_Shadow.png);
    background-size: 346px 21px;
    background-repeat: repeat-x;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{
	margin-left: 0!important;
	font-size: 25px!important;
	cursor: pointer;
}

.dark-submenu > .mega-sub-menu{
	background: #424d57!important;
	margin-top: 0!important;
	position: relative!important;
	display: block!important;
}
.dark-submenu > .mega-menu-link{
	display: none!important;
}
#mega-menu-wrap-secondary-menu{
	background: transparent!important;
}
#mega-menu-wrap-secondary-menu{
	text-align: left!important;
}
#mega-menu-wrap-secondary-menu #mega-menu-secondary-menu > li.mega-menu-item > a.mega-menu-link{
	line-height: 37px!important;
    height: 31px!important;
}
#mega-menu-wrap-secondary-menu .mega-sub-menu .mega-menu-column.mega-menu-columns-4-of-12{
	width: 31%!important;
	padding-right: 35px!important;
	padding-left: 60px!important;
	position: relative;
}
#mega-menu-wrap-secondary-menu .mega-sub-menu .mega-menu-column.mega-menu-columns-4-of-12:after{
	content: ""!important;
	position: absolute;
	display: block!important;
	width: 1px;
	background: #536573;
	top: 0;
	right: 0;
	height: 500px;
}
li#mega-menu-95-0-1 h5, li#mega-menu-95-0-2 h5 {
    font-family: Nunito, sans-serif;
    font-weight: 700;
}
.et-l--header .mega-sub-menu ul {
    list-style: none!important;
}
#mega-menu-wrap-secondary-menu .mega-sub-menu a:hover {
    color: #fadb4f;
    transition: 0.3s;
}
#mega-menu-wrap-secondary-menu .mega-sub-menu .mega-menu-column.mega-menu-columns-4-of-12 > .mega-sub-menu img{
	max-width: 220px!important;
}
#mega-menu-wrap-secondary-menu .mega-sub-menu .mega-menu-column.mega-menu-columns-3-of-12{
	width: 20%!important;
	padding-left: 35px!important;
	clear: none!important;
}
#mega-menu-wrap-secondary-menu .mega-sub-menu *{
	color: #ffffff;
}
.light-submenu > .mega-sub-menu > .mega-menu-row{
	margin: 0 auto!important;
    max-width: 1280px;
    float: none!important;
}
.light-submenu > .mega-sub-menu .mega-menu-columns-4-of-12 .textwidget{
	padding-right: 70px;
}
.light-submenu > .mega-sub-menu .mega-menu-columns-4-of-12 .textwidget h2{
	text-transform: none;
    font-weight: 700;
    font-family: Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #000000!important;
}
.light-submenu > .mega-sub-menu .mega-menu-columns-2-of-12 img{
	max-width: 140px!important;
}
#mega-menu-item-6308 > .mega-sub-menu > .mega-menu-row{
	margin: 0 auto!important;
    max-width: 1280px;
    float: none!important;
}
body.mega-menu-primary-menu-mobile-open{
	overflow: hidden;
}
.uk-grid>*{
	padding-left: 20px;
}
.global-health-carousel .owl-stage-outer{
	position: relative;
}
.global-health-carousel .owl-stage-outer:after{
	content: "";
	background-color: hsla(0,0%,100%,.6);
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 8.333333%;
    z-index: 2;
    transition: all .15s linear;
}
#mega-menu-wrap-secondary-menu .mega-menu-toggle .mega-toggle-block-1:before {
    font-size: 18px!important;
}
#mega-menu-wrap-secondary-menu .mega-menu-toggle{
	line-height: 42px;
    height: 35px;
    padding-left: 70px;
}
#mega-menu-wrap-secondary-menu .mega-menu-toggle + #mega-menu-secondary-menu{
	display: block!important;
	transition: all .45s ease;
	max-height: 0!important;
	overflow: hidden;
}
#mega-menu-wrap-secondary-menu .mega-menu-toggle + #mega-menu-secondary-menu.showed{
	height: 555px!important;
	max-height: 555px!important;
}
.et_builder_inner_content .et_pb_media_alignment_center .et_pb_slide_image{
	top: 10%;
	margin-top: 0!important;
}
body .et_pb_menu_0_tb_header.et_pb_menu ul li:hover a{
	color: #666666!important;
}
.full-extended{
	max-width: 100%!important;
	width: 100%!important;
	padding-top: 0!important;
}
.no-pd{
	padding-top: 0!important;
	padding-bottom: 0!important;
}
.chapter-search .sidebar{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #2d343a;
    color: #fff;
    padding: 27px 17px 60px;
    font-size: 14px;
    overflow-y: scroll;
    overflow-x: visible;
    z-index: 18;
    z-index: 2;
    transition: all .15s linear;
    top: 0;
    width: 443px;
    visibility: visible;
}
.chapter-search .sidebar .keyword-filter input[type=text]{
    display: block;
    width: 100%;
    font-weight: 300;
    background-image: none;
    transition: background-color .15s linear,border-color .15s linear,box-shadow .15s linear;
    line-height: 24px;
    border-radius: 2px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background-color: transparent;
    border: 1px solid #8b9da9;
    height: 36px;
    font-size: 12px;
    color: #fff;
    padding-left: 10px;
}
.chapter-search .sidebar .keyword-filter{
	position: relative;
}
.chapter-search .sidebar .keyword-filter button{
	font-size: 0;
    padding: 0 15px;
    box-shadow: 0 0 0;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 10px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background-color: #fadb4f;
    border: none;
    border-radius: 0 2px 2px 0;
}
.chapter-search .sidebar .keyword-filter button:before{
	content: "\f002";
    color: #424e57!important;
    padding-top: 8px;
    display: block;
    font: normal normal normal 18px/1 FontAwesome;
}
.chapter-search .sidebar .intro{
	background-color: #424e57;
    padding: 25px 25px 38px;
    line-height: 1.4em;
    margin-bottom: 11px;
    border-radius: 3px;
}
.chapter-search .sidebar .intro p{
	line-height: 1.4em;
    font-size: 14px;
}
.chapter-search .sidebar .intro p img{
	width: 55px;
    height: 64px;
    float: right;
    margin-left: 5px;
}
.chapter-search .filters-dropdown{
	left: 40px;
    width: 450px;
    position: absolute;
    color: #ffffff;
    top: 30px;
}
.chapter-search .filters-dropdown > button.dropdown-toggle{
	max-width: 308px;
    background-color: #fadb4f;
    color: #424e57!important;
    font-weight: 400;
    font-family: aleo,Georgia,Times New Roman,Times,serif;
    font-size: 13px;
    width: 100%;
    height: 56px;
    text-align: left;
    padding: 12px 25px 9px;
    border: none;
}
.chapter-search .filters-dropdown > button.dropdown-toggle:before{
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-family: FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: FontAwesome;
	content: "";
	font-size: 27px;
}
.chapter-search .filters-dropdown > button.dropdown-toggle span{
	position: relative;
	top: -6px;
	left: 16px;
	color: #424e57!important;
	font-weight: 400;
	font-family: Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 13px;
	text-align: left;
	text-transform: uppercase;
}
.chapter-search .filters-dropdown .dropdown-menu{
	background-color: #424e57;
	display: none;
	width: 100%!important;
}
.chapter-search .filters-dropdown .dropdown-menu form{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.chapter-search .filters-dropdown .dropdown-menu form .program-filters{
	width: 40%;
    padding: 30px 15px;
    font-size: 15px;
}
.chapter-search .filters-dropdown .dropdown-menu form .program-filters ul{
	padding-left: 0;
	padding-bottom: 0;
}
.chapter-search .filters-dropdown .dropdown-menu form .program-filters ul li{
	list-style-type: none;
}
.chapter-search .filters-dropdown .dropdown-menu form .location-filters{
	width: 60%;
    background-color: #3b474f;
    padding: 30px 25px;
    position: relative;
}
.chapter-search .filters-dropdown .dropdown-menu form .location-filters label{
	clear: both;
	display: block;
}
.chapter-search .filters-dropdown .dropdown-menu form .location-filters select,
.chapter-search .filters-dropdown .dropdown-menu form .location-filters input[type="text"]{
	width: 100%;
}
.chapter-search .filters-dropdown .dropdown-menu form .location-filters .submit-wrap{
	position: absolute;
	right: 25px;
	bottom: 30px;
}
.chapter-search .filters-dropdown .dropdown-menu form .location-filters .submit-wrap button{
	color: #424e57!important;
	background-color: #fadb4f;
	box-shadow: 0 4px #d8a338;
	font-size: 12px;
	line-height: 17px;
	border-radius: 2px;
	border-width: 0;
	height: 31px;
	padding: 7px 11px;
}
.search-results > h3{
	font-family: Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 23px;
    margin-top: 28px;
    margin-bottom: 17px;
    font-weight: 400;
    line-height: 1.2;
}
.search-results .list-container .chapter-list h2{
	display: none;
}
.search-results .list-container .chapter-list .name{
	font-family: Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight: 400;
	margin-bottom: 8px;
}
.search-results .list-container .chapter-list .name a{
	color: #fff;
	text-decoration: none;
}
.search-results .list-container .chapter-list ul.programs{
	background-color: #e5e6e7;
	list-style: none;
	padding-left: 0;
	padding: 9px 7px 6px;
	margin-bottom: 20px;
}
.search-results .list-container .chapter-list ul.programs li{
	list-style-type: none;
}
.search-results .list-container .chapter-list ul.programs .program{
	display: inline-block;
}
.search-results .list-container .chapter-list ul.programs .program a span{
	display: none;
}
.search-results .list-container .chapter-list ul.programs .program a{
	margin-right: 5px;
	display: inline-block;
	color: #fff;
	background-color: transparent;
}
.search-results .list-container .chapter-list ul.programs .program a:before{
	content: "";
	display: block;
}
.search-results .list-container .chapter-list ul.programs .program.business-squads a:before{
	width: 18px;
	height: 16px;
	background-image: url(./img/business-squads.png);
	background-size: 18px 16px;
}
.search-results .list-container .chapter-list ul.programs .program.health a:before{
	width: 18px;
	height: 16px;
	background-image: url(./img/health.png);
	background-size: 18px 16px;
}
.search-results .list-container .chapter-list ul.programs .program.stem a:before{
	width: 18px;
	height: 16px;
	background-image: url(./img/stem.png);
	background-size: 18px 16px;
}
.search-results .list-container .chapter-list ul.programs .program.education a:before{
	width: 18px;
	height: 16px;
	background-image: url(./img/education.png);
	background-size: 18px 16px;
}
.chapter-search .sidebar .cta-container{
	position: fixed;
	bottom: 0;
	background-color: #fadb4f;
	height: 59px;
	font-size: 20px;
	text-transform: uppercase;
	transition: all .15s linear;
	text-align: center;
	cursor: pointer;
	z-index: 19;
	width: 443px;
	right: 0;
	visibility: visible;
}
.chapter-search .sidebar .cta-container a{
	padding: 15px;
	display: block;
	width: 100%;
	height: 100%;
	color: #424e57!important;
}
.full-extended .chapter-search{
	height: calc(100vh - 109px);
}
.full-extended .chapter-search .map-container,
.full-extended .chapter-search .map-container #chapter-search-map{
	height: 100%;
}
#wpacu_wrap_assets,
body.page-id-45818 footer,
.full-extended .chapter-search .sidebar-toggle-cont{
	display: none;
}
.full-extended .chapter-search .sidebar-toggle-cont{
	position: absolute;
    right: 20px;
    top: 30px;
    transition: all .25s;
    cursor: pointer;
}
.full-extended .chapter-search .sidebar-toggle-cont .sidebar-toggle{
	border: none;
    width: 59px;
    height: 46px;
    padding-top: 12px;
    font-size: 0;
    border-radius: 0;
    background-color: #196aa4;
    line-height: 21px;
    padding: 9px 14px;
}
.full-extended .chapter-search .sidebar-toggle-cont .sidebar-toggle:before{
	display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "";
    color: rgb(255, 255, 255);
    font: 26px / 1 FontAwesome;
}
.chapter-pin{
	background-color: #2d343a;
	font-size: 14px;
	padding: 11px 15px;
	border-radius: 3px;
	white-space: nowrap;
	box-sizing: border-box;
	position: relative;
	margin-left: 29px;
}
.chapter-pin a{
	color: #ffffff;
}
.chapter-pin:before{
	content: "";
    background-image: url(./img/map-box-point.png);
    background-repeat: no-repeat;
    background-size: 9px 14px;
    width: 9px;
    height: 14px;
    position: absolute;
    left: -9px;
    top: 13px;
}
.chapter-pin a:after{
	content: "";
	display: inline-block;
	margin-left: 12px;
	width: 17px;
	height: 13px;
	background-image: url(./img/map-box-arrow.png);
	background-repeat: no-repeat;
	background-size: 17px 13px;
	position: relative;
	top: 2px;
}
.map-overlay{
    padding-top: 65px;
    padding-bottom: 65px;
    color:
    hsla(0,0%,100%,.64);
    display: inline-block;
    float: right;
}
.map-overlay .inner{
    background-color: #2d343a;
    position: relative;
    max-width: 90%;
    width: 440px;
    float: right;
}
.map-overlay .inner > .container{
    padding: 20px 30px!important;
    width: auto;
    padding-left: 10px!important;
}
.map-overlay .inner > .container ul{
    padding-left: 0;
}
.map-overlay .inner > .container ul li{
    list-style-type: none;
    position: relative;
    padding: 5px 10px 5px 35px;
}
.map-overlay .inner > .container ul li:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 6px;
    width: 24px;
    height: 26px;
    background-size: 24px 26px;
}
.map-overlay .inner > .container ul li.volunteer:before{
    background-image: url(/wp-content/uploads/2019/12/yellow-new-pin-map.png);
}
.map-overlay .inner > .container ul li.program.active:before{
    background-image: url(/wp-content/uploads/2019/12/green-pin-map.png);
}
.breakdown-chart-tooltip{
    width: 200px;
    text-align: center;
}
.breakdown-chart-tooltip .text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.breakdown-chart-tooltip .text .inner{
    display: inline-block;
    background-color: #333638;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    padding: 4px 10px;
    border-radius: 3px;
}
.breakdown-chart-tooltip .text .inner span.label{
    font-weight: 600;
    font-size: 16px;
}
.breakdown-chart-tooltip .text .inner span.value{
    display: block;
}
body{
    overflow-x: hidden;
}
.arrow-yellow{
    overflow: hidden;
}
.arrow-yellow > .et_pb_row > .et_pb_column{
    position: relative;
}
.arrow-yellow > .et_pb_row > .et_pb_column:before{
    position: absolute;
    content: "";
    left: -50px;
    top: 0;
    height: 42px;
    background-image: url(./img/arrow-bits.png);
    width: 33px;
    z-index: 10;
}
.arrow-yellow > .et_pb_row > .et_pb_column:after{
    position: absolute;
    top: 42px;
    height: 100%;
    left: -50px;
    width: 33px;
    background-color: #fadb4f;
    content: "";
    z-index: 9;
}
.arrow-yellow.first > .et_pb_row > .et_pb_column:before{
    background-image: none;
    background-color: #fadb4f;
}
.arrow-yellow.last > .et_pb_row > .et_pb_column:after{
    height: 120px;
}
.arrow-yellow.last > .et_pb_row > .et_pb_column > .et_pb_text{
    position: relative;
}
.arrow-yellow.last > .et_pb_row > .et_pb_column > .et_pb_text:after{
    content: "";
    z-index: 11;
    width: 33px;
    height: 24px;
    position: absolute;
    background-image: url(./img/arrow-bottom.png);
    left: -50px;
    top: 86px;
}
.et_builder_inner_content .map-container{
    position: relative!important;
}
.row-foot-top >div:first-child {
	width: 16.6667% !important;
}
.row-foot-top >div:last-child {
	width: calc(100% - 16.6667%) !important;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.row-foot-top >div:last-child .et_pb_image {
	margin: 0 !important;
    max-width: 14.25% !important;
    width: 14.25% !important;
}
.row-foot-top >div:last-child .et_pb_image img {
	max-width: 80px;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link{
    font-weight: 600!important;
}

/* Top menu css */
.c-mega-section {
	background-color: #f1f1f1 !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.c-mega-section:after {
	content: "" !important;
	display: block !important;
	height: 20px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -8px;
	background-image: url(./img/Tan_Texture_No_Shadow.png);
	background-size: 346px 21px;
	background-repeat: repeat-x;
}
.volunteers-row {
	width: 100% !important;
	max-width: 1280px !important;
}
.volunteers-row .et_pb_image {
	margin-left: auto !important;
	margin-right: auto !important;
}
.volunteers-row .et_pb_module.et_pb_text {
	color: #666;
}

/*  */
.divimegapro-body .squad-section-header-menu{
    background: #424e57!important;
}
.divimegapro-body .squad-section-header-menu ul.et-menu{
    display: block;
    text-align: left;
}
.divimegapro-body .squad-section-header-menu .et_pb_menu,
.divimegapro-body .squad-section-header-menu .et_pb_menu__menu,
.divimegapro-body .squad-section-header-menu nav.et-menu-nav,
.divimegapro-body .squad-section-header-menu ul.et-menu,
.divimegapro-body .squad-section-header-menu ul.et-menu li a{
    background: transparent!important;
}
.divimegapro-body .squad-section-header-menu ul.et-menu li{
    display: block!important;
    clear: both!important;
    width: 100%;
    max-width: 100%;
    background: transparent!important;
}
.divimegapro-body .squad-section-header-menu ul.et-menu li a{
    color: #ffffff;
}

.et-menu-nav #menu-minisite-top-bar .mega-menu a{
    color: #ffffff;
}

/********************************/
.top-header-c > .et_pb_row_0_tb_header.et_pb_row{
    transition: all .45s ease;
}

/* media query */

@media (min-width: 990px){
	.volunteers-row > div:first-child {
		margin-right: 0 !important;
		padding-right: 25px;
		width: 25% !important;
	}
	.volunteers-row > div:not(:first-child) {
		margin-right: 0 !important;
		width: 18.7% !important;
	}
}

@media (max-width: 600px){
	.arrow-yellow > .et_pb_row > .et_pb_column{
        padding-left: 25px;
	}
    .arrow-yellow > .et_pb_row > .et_pb_column:before,
    .arrow-yellow > .et_pb_row > .et_pb_column:after{
        left: -20px;
	}
    .arrow-yellow.last > .et_pb_row > .et_pb_column > .et_pb_text:after{
        left: -45px;
	}
}

@media (max-width: 991px){
	.full-extended .chapter-search .sidebar-toggle-cont{
		display: block;
	}
	.chapter-search,
	.full-extended{
		overflow-x: hidden;
	}
	.chapter-search .filters-dropdown{
		left: 20px;
	}
	.chapter-search .filters-dropdown > button.dropdown-toggle span{
		display: none;
	}
	.chapter-search .filters-dropdown > button.dropdown-toggle{
		max-width: 71px;
		height: 56px;
		padding: 12px 25px 9px;
	}
	.chapter-search .filters-dropdown .dropdown-menu form{
		flex-direction: column;
	}
	.chapter-search .filters-dropdown .dropdown-menu form .program-filters,
	.chapter-search .filters-dropdown .dropdown-menu form .location-filters{
		width: 100%;
	}
	.chapter-search .filters-dropdown .dropdown-menu form .location-filters{
		padding-bottom: 80px;
	}
	.chapter-search .filters-dropdown > button.dropdown-toggle:before{
		font-size: 18px;
	}
	.chapter-search .filters-dropdown{
		width: 250px;
	}
	.chapter-search .sidebar{
		width: 375px;
		right: -375px;
	}
	.chapter-search .sidebar .cta-container{
		width: 375px;
		right: -375px;
	}
	.chapter-search.active .sidebar,
	.chapter-search.active .sidebar .cta-container{
		right: 0;
	}
	.full-extended .chapter-search.active .sidebar-toggle-cont{
		right: 395px;
    	transition: all .15s linear;
	}
	.staff-grid-cont>.inner .staff-sidebar{
		width: 100%;
    	padding-right: 0px;
	}
	.row-foot-top >div:last-child {
		display: none;
	}
}

@media (max-width: 767px){
	.chapter-search .sidebar,
	.chapter-search .sidebar .cta-container{
		width: 275px;
		right: -275px;
	}
	.full-extended .chapter-search.active .sidebar-toggle-cont{
		right: 295px;
		transition: all .15s linear;
	}
	.chapter-search .sidebar .cta-container a{
		font-size: 14px;
		line-height: 29px;
	}
	.filters-dropdown.active{
		display: none;
	}
}

@media (max-width: 999px){
	.global-health-carousel .owl-stage-outer:after{
		width: 12.5%;
	}
}

@media (max-width: 599px){
	.global-health-carousel .owl-stage-outer:after{
		width: 25%;
	}
}

@media (min-width: 992px){
	.staff-grid-cont>.inner{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.staff-grid-cont>.inner .staff-main{
		-ms-flex: 1;
		flex: 1;
		overflow: visible;
	}

	#page-container .careers-section .career-box .career-thumb{
		position: relative;
	    float: left;
	    top: 0;
	    width: 30%;
	    margin-top: 42px;
	}
	#page-container .careers-section .career-box .career-details{
		padding: 15px 15px 15px 40px;
	    width: 70%;
	    position: relative;
	    padding-right: 50px;
	    float: left;
	}
}

@media (min-width: 981px){
	.et_pb_gutters1 .et_pb_column_1_4 .et_pb_module,
	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_module{
		margin-bottom: 30px;
	}
	footer .et_pb_gutters1 .et_pb_column_1_4{
		width: 23%;
	}
}

@media (min-width: 520px){
	.staff-grid{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.staff-grid .staff-member{
		-ms-flex: 0 0 auto;
	    flex: 0 0 auto;
	    width: calc(50% - 8px);
	    margin: 20px 5px 20px 0;
	}
	.staff-module{
		width: 476px;
	    right: -476px;
	    left: auto;
	}
	.staff-module-active #page-container{
		transform: translate3d(-476px,0,0);
    	-webkit-transform: translate3d(-476px,0,0);
	}
	.staff-module.show{
		transform: translate3d(-476px,0,0);
	    -webkit-transform: translate3d(-476px,0,0);
	    transition: all .3s ease-out;
	}
	.staff-module .staff-mod-close{
		top: 25px;
    	bottom: auto;
	}
	.course-grid{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
	}
	.course-grid .course-box{
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: calc(50% - 8px);
		margin: 20px 5px 20px 0;
	}
}

@media (min-width: 768px){
	.staff-grid .staff-member{
		width: calc(25% - 8px);
		margin-left: 4px;
		margin-right: 4px;
	}
	.staff-grid .staff-member .staff-content{
		transform: translateZ(0);
		box-shadow: 0 0 1px transparent;
		backface-visibility: hidden;
		-moz-osx-font-smoothing: grayscale;
		transition-duration: .3s;
		transition-property: transform;
		transition-timing-function: ease-out;
	}
	.staff-grid .staff-member .staff-content .read-bio{
		display: none;
	}

	.course-grid .course-box{
		width: calc(33.3% - 8px);
	}

	/* Course colors depending on the section */

	/* STEM style */
	.stem-style .course-grid .course-box .box:hover .course-content{
		background-color: #1a60a8;
	}
	.stem-style .course-grid .course-box .box:hover .course-content-cont{
		background-color: #06498e;
	}

	/* Business style */
	.business-style .course-grid .course-box .box:hover .course-content{
		background-color: #f16624;
	}
	.business-style .course-grid .course-box .box:hover .course-content-cont{
		background-color: #cb4506;
	}
}

@media (max-width: 1180px) and (min-width: 979px){
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link{
		font-size: 10px;
	}
}

@media (max-width: 980px){
	.row-foot .et_pb_column,
	.et_mobile_nav_menu,
	#mega-menu-primary-menu .mega-menu-item .mega-sub-menu:after,
	#mega-menu-wrap-secondary-menu .mega-sub-menu .mega-menu-column.mega-menu-columns-4-of-12:after,
	#image_sectionn{
		display: none!important;
	}
	div#image_section,
	div#image_sectionn{
		padding-left: 0!important;
		margin: 0 auto!important;
	}
	.row-foot .et_pb_column:nth-child(1){
		display: block!important;
		width: 100%!important;
		text-align: center;
	}
	.row-foot .et_pb_column:nth-child(1) .partner-btn{
		margin: 0 auto;
	}
	#image_section .img-box-custom.d-d,
	#image_sectionn .img-box-custom.d-d{
		display: flex;
	}
	.et_pb_menu .et_pb_menu__menu{
		display: block!important;
	}
	#mega-menu-primary-menu{
		position: fixed!important;
	    left: 0!important;
	    width: 100%!important;
	    height: 100%!important;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu{
		background: #ffffff;
	}
	#mega-menu-primary-menu{
		overflow: scroll!important;
	}
	#mega-menu-primary-menu .mega-menu-item.light-submenu > .mega-sub-menu:after{
		display: none!important;
	}
}

#visible-partners .img-box-custom,
#image_section .img-box-custom {
	max-width: 100%;
	margin: auto 10px;
}

@media (max-width: 1000px) and (min-width: 768px){
	.uk-panel p{
		line-height: 16px;
	}
}

@media (max-width: 768px){
	.single-career .hero-career{
		min-height: 250px;
	}
	#visible-partners .img-box-custom,
	#image_section .img-box-custom,
	#image_sectionn .img-box-custom{
		width: 25%!important;
		margin: auto;
	}
	.light-submenu > .mega-sub-menu .mega-menu-columns-4-of-12{
		width: 100%!important;
	}
	.light-submenu > .mega-sub-menu .mega-menu-columns-4-of-12 .textwidget{
		padding-right: 0;
	}
}

@media (max-width: 600px){
	#visible-partners .img-box-custom,
	#image_section .img-box-custom,
	#image_sectionn .img-box-custom{
		width: 33.333333%!important;
		margin-bottom: 10px!important;
		margin: auto;
	}
}

@media (max-width: 522px){
	#visible-partners .img-box-custom,
	#image_section .img-box-custom,
	#image_sectionn .img-box-custom{
		width: 50%!important;
		margin: auto;
	}
}

.staff-grid .staff-member .staff-module, .staff-module{
	visibility: hidden;
}
.staff-module.show{
	visibility: visible!important;
}
/* End Team Page */

.et_pb_menu__logo img {
	width: auto;
	max-height: 69px !important;
}

.et_pb_number_counter h3.title {
	font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
	text-transform: uppercase;
}

.mh-gallery-square .et_pb_gallery_image {
	padding-top: 100%;
}

.mh-gallery-square .et_pb_gallery_item img {
	position: absolute;
	height: 100%;
	bottom: 0;
	object-fit: cover;
}

/* Brand colors */

.business-style, .business-style h2 {
	color: #f16624!important;
}

.health-style {
	color: #179460;
}

.impact-style, .impact-style span.percent-value, .impact-style .title {
	color: #a7238c;
}

.impact-bkg {
	background-color: #a7238c;
}

.white-style {
	color: #ffffff;
}

.stem-style, .impact-style span.percent-value, .impact-style .title, .stem-style h1, .stem-style h2 {
	color: #1a60a8;
}

.green-style {
	color: #24988B;
}

.gray-style {
	color: #666666;
}

.nursing-style {
	color: #d4352d;
}

.program-btn {
	font-size: 15px;
}

.nursing-programs, .nursing-programs .program-btn  {
	background-color: #D4342E;
}

.nursing-programs .program-separator {
	border: 3px solid #D4342E;
}

.program-separator {
	width: 5em;
	margin-bottom: 20px;
}

/* Number counters */

.et_pb_number_counter span.percent-value {
	font-size: 50px;
}
.et_pb_number_counter h3 {
	font-family:'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif
}

.contact_btn {
	font-variant: none;
	text-transform: none !important;
}

/* Home */
.home-banner {
  text-transform: none;
}

.home-banner h3, .home-banner > .et_pb_button, .home-banner h2, .p-light {
	font-weight: 400;
}

.yellow-button {
	font-weight: 500!important;
	border-radius: 26px!important;
	font-family: 'Rubik',Helvetica,Arial,Lucida,sans-serif!important;
	background-color: #FADB4F!important;
	color: #24988B!important;
	font-size: 20px!important;
	text-transform: none !important;
}

.arrow-right:after {
	font-family: 'ETModules';
	content: '\35';
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 0;
	font-weight: 800;
}

.more-link {
	font-weight: 500!important;
	border-radius: 26px!important;
	font-family: 'Rubik',Helvetica,Arial,Lucida,sans-serif!important;
	background-color: #FADB4F!important;
	color: #24988B!important;
	font-size: 15px!important;
	text-transform: capitalize;
	padding: 5px 15px;
}

/*place button modules next to each other in the same column*/
.pa-inline-buttons .et_pb_button_module_wrapper,
.pa-inline-images .et_pb_image {
	display: inline-block;
}

.country-list-inline {
	display: inline-block;
}
.col-3 {
	max-width: 33%;
}
.col-2 {
	max-width: 50%;
}


.img-box-custom {
	float: left;
	text-align: center;
	height: 85px;
	vertical-align: middle;
	margin-bottom: 10px;
}

/*	Sample schedule table
---------------------------------------------------------*/

.schedule {
	font-size: 13px;
}

.schedule th, .darkblue {
	background-color: #424e57;
	color: #fff !important;
	padding: 11px 5px;
	border-top: 0;
	vertical-align: middle;
	text-align: center;
	font-weight: 300;
	border: .5px solid #fff;
}

.schedule td {
	font-size: 12px;
	border-top: 0px;
	padding: 11px 5px;
	vertical-align: middle;
	text-align: center;
	border: .5px solid #fff;
}

.schedule .white {
	background-color: #fff;
}

.schedule .yellow {
	background-color: #FDDE09;
}

.schedule .gray {
	background-color: #F2EEEC
}

.schedule .blue {
	background-color: #B7CCDC
}

.schedule .green {
	background-color: #76FCA6;
}

.schedule .orange {
	background-color: #FF9800;
}

/* Flickity slider customization */

.carousel-cell {
	margin: 2em;
}

/* position outside */
.flickity-prev-next-button.previous {
	left: -80px;
}
.flickity-prev-next-button.next {
	right: -80px;
}

#annual-reports-table {
	border:none;
}

/* Casas styling*/
.property-info {
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.property-info .info {
	font-weight: 600;
}

@media (max-width: 599px){
	.property-info {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.property-list img {
	max-height: 300px !important;
}

/* Divi Video Slider */

.et-db #et-boc .et-l .et_pb_video_slider .et-pb-active-slide .et_multi_view_hidden,
.et_pb_video_slider .et-pb-active-slide .et_multi_view_hidden {
	display: block!important;
}