/* 
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
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/*** GENERAL ***/
.remove-margin p, .remove-margin.elementor-widget:not(:last-child) {
    margin-bottom: 0;
}
.page-header h1.entry-title {
    display: none;
}
input[type=button], a.elementor-button, input[type=submit] {
	background: #485972 !important;
	padding: 13px 25px !important;
	border-radius: 0;
	color: #FFF !important;
	font-size: 18px;
	
}
input[type=button]:hover, a.elementor-button:hover, input[type=submit]:hover {
	background: #f4c42c !important;
	color: #485972 !important;
}
input[type=button]:focus, a.elementor-button:focus, input[type=submit]:focus {
	outline: none;
	border: none;
}
.btn-yellow a.elementor-button, .banner-slider a.elementor-button.elementor-slide-button {
	background: #f4c42c !important;
	color: #485972 !important;
}
.btn-yellow a.elementor-button:hover, .banner-slider a.elementor-button.elementor-slide-button:hover {
	background: #485972 !important;
	color: #FFF !important;
}
.btn-white a.elementor-button {
	background: #fff !important;
	color: #4074ba !important;
}
.btn-white a.elementor-button:hover {
	background: #4074ba !important;
	color: #fff !important;
}


a, a span {
	transition: .3s all ease-out !important;
}
.nostyle a{
	color: #fff;
}
span.block {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	color: #4074ba;
}

/** GRAVITY FORM GENERAL **/
.gform_wrapper input[type=submit], .gform_wrapper input[type=button] {
	background: #037BAE;
	border: none;
	color: #FFF;
}
.gform_wrapper input[type=submit]:focus, .gform_wrapper input[type=button]:focus {
	outline: none;
	border: none;
}
/** Header ***/
#header.elementor-sticky--effects .sitelogo.elementor-element.elementor-widget a img {
    max-width: 140px;
}
#header ul.elementor-nav-menu li.member-portal a i {
    margin-right: 5px;
    margin-bottom: 2px;
}
#header ul.elementor-nav-menu li.donation {
	display: none;
}
#header ul.elementor-nav-menu li.member-portal a {
    background: #4575BD;
    color: #FFF;
    padding: 10px;
    font-weight: 400;
	margin-left: 10px;
}
#header ul.elementor-nav-menu li.member-portal a:hover {
	background: #4A5974;
}

#header ul.elementor-nav-menu {
    align-items: center;
}

/*** home -- INTRODUCTION **/
.introduction.right {
    margin-right: 20%;
    margin-left: auto;
}
.introduction.left {
    margin-left: 20%;
    margin-right: auto;
}
.introduction {
    max-width: 500px;
}
.introduction h2:after, .intro-special h4:after{
	content: '';
	display: block;
	width: 140px;
	height: 7px;
	background: #f4c42c;
}
.introduction.max-width {
	margin: auto;
	max-width: 1280px;
}
.introduction.pos-left h2:after, .intro-special.pos-left h4:after {
    margin: 20px 0 30px -20px;
}
.introduction.pos-center h2:after {
	margin: 20px auto 30px;
}
.introduction a.elementor-button {
	margin-top: 20px;
}
.introduction.pos-center h2 span {
    font-size: 26px;
    line-height: 1.5em;
}
/** home -- 8th annual summit **/
.de-summit h5 {
    text-transform: uppercase;
    font-weight: 900;
}
.de-summit {
    max-width: 500px;
    margin: auto;
}
.de-summit a.elementor-button {
	margin-top: 20px;
}
/** home -- featured links **/
.featured-link.elementor-element .elementor-widget-container {
    min-height: 460px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.featured-link.elementor-element:hover .elementor-widget-container:after {
    content: '';
    display: block;
    height: 100%;
    opacity: 1;
    visibility: visible;
}
.featured-link.elementor-element .elementor-widget-container:after {
    content: '';
    display: block;
    width: 100%;
    height: 5%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
	transition: .4s all ease-out;
}
.featured-link.elementor-element .elementor-widget-container .elementor-icon-box-wrapper {
    z-index: 6;
	position: relative;
	max-width: 420px;
    width: 100%;
}

.featured-link.elementor-element .elementor-widget-container .elementor-icon-box-wrapper h3:after {
	content: '';
	display: block;
	width: 140px;
	height: 7px;
	background: #f4c42c;
	margin: 30px auto;
}
.featured-link.elementor-element .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-content a.elementor-button.btn-white {
    background: #FFF !important;
    color: #4074ba !important;
	display: block;
	max-width: 160px;
	width: 100%;
	margin: 30px auto 0;
}
.featured-link.elementor-element .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-content a.elementor-button.btn-white:hover {
    background: #4074ba !important;
    color: #fff !important;
}

/** home -- about **/
.intro-special h4 span {
    display: block;
}
.intro-special h4 {
    color: #485972;
    font-size: 27px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -.5px;
}
.intro-special h4 span {
    display: block;
    font-weight: 600;
    font-size: 16px;
    text-transform: CAPITALIZE;
    letter-spacing: 0px;
    line-height: 1.8em;
}
/** home -- become a member **/
.introduction.member .elementor-widget-container {
    max-width: 500px;
    margin: auto;
}
.introduction.member {
    width: 100%;
    max-width: 100%;
    padding: 80px 0;
}
.opacity-0 {
	opacity: 0;
}
.introduction.member h2, .introduction.member p {
    color: #fff;
}
.introduction.member .btn-white, .introduction.member .btn-yellow {
    display: inline-block;
    margin-right: 10px;
}


/** FOOTER **/

.footer-nav ul.elementor-nav-menu li ul.sub-menu {
    display: none !important;
}
.footer-nav ul.elementor-nav-menu li:last-child {
    border-right: 0;
}
.footer-nav ul.elementor-nav-menu li {
    border-right: 1px solid #fff;
}
.footer:before {
    content: '';
    display: block;
    width: 40%;
    height: 10px;
    background: linear-gradient(90deg, rgba(156,52,52,0) 0%, rgba(81,100,128,1) 100%);
    position: absolute;
    top: 0;
    right: 0;
}

.footer {
    position: relative;
}
.footer-nav ul.elementor-nav-menu li.member-portal {
    display: none;
}
.footer-nav ul.elementor-nav-menu li a.has-submenu.highlighted:focus,
.footer-nav ul.elementor-nav-menu li a.has-submenu.highlighted{
    color: #fff !important;
}
.footer-nav ul.elementor-nav-menu li a.has-submenu.highlighted:hover {
    color: #f0c400 !important;
}


/** Dual Enrollment **/
.de-sampling.light-blue h3 {
    background: #4575BC;
}
.de-sampling.light-yellow h3 {
	background: #EFC401;
}
.de-sampling.dark-blue h3 {
	background: #4B5974;
}

.de-sampling, .db {
    background: #FFF;
	box-shadow: 0 10px 30px rgb(0 0 0 / 5%);
	min-height: 400px;
	position: relative;
	border: 1px solid rgba(0,0,0,0);
	transition: .3s all ease;
}
.db {
	min-height: 0;
	margin: 20px 10px !important;
}
.de-sampling h3 {
    padding: 20px 28px;
    margin: 10px;
    font-size: 27px;
	text-align: center;
	color: #fff;
}
.de-sampling ul li:nth-child(2n+1) {
    background: #f1f1f1;
}

.de-sampling ul li {
    padding: 10px 25px;
	font-size: 14px;
}

.de-sampling ul {
    margin: 10px;
    padding: 0;
    list-style: none;
	text-align: center;
	z-index: 2;
	position: relative;
}
.de-sampling i:before {
    color: #4576BC;
}
.de-sampling i {
    display: block;
    text-align: center;
    font-size: 35px;
    margin: 20px 0;
}
.de-sampling.light-blue, .de-sampling.dark-blue {
    max-height: 55%;
    margin-top: 82px;
}
.de-sampling i.bg:before {
    color: rgba(0,0,0,0.02);
}
.de-sampling i.bg {
    font-size: 120px;
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 0;
}
p.disclaimer {
    font-size: 12px;
    text-align: center;
    font-style: italic;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    margin: 20px 30px;
}
.de-sampling.light-blue:hover, .de-sampling.dark-blue:hover, .de-sampling.light-yellow:hover,
.db.light-blue:hover, .db.dark-blue:hover, .db.light-yellow:hover{
    border: 1px solid rgba(0,0,0,0.05);
	box-shadow: 0 10px 30px rgb(0 0 0 / 15%);
	transform: translateY(-20px);
}
.de-sampling.light-blue:hover,
.db.light-blue:hover{
    border: 1px solid #4575BC;
}
.de-sampling.light-yellow:hover,
.db.light-yellow:hover{
	border: 1px solid #EFC401;
}
.de-sampling.dark-blue:hover,
.db.dark-blue:hover{
	border: 1px solid #4B5974;
}
.db h3.elementor-icon-box-title {
    font-size: 30px;
}
.introduction.color h2, .intro-special.color h4{
    color: #fff;
}


/**** BOARD MEMBERS ***/
.bm-con {
    background: #f8f8f8;
	margin: 20px 7px 20px;
	transition: .3s all ease;
}
.bm-con:hover {
	box-shadow: 0 10px 30px rgb(0 0 0 / 15%);
	transform: translateY(-20px);
}
.bm-con.remove-hover:hover {
	transform: translateY(0);
}
.bm-row .bm-con:last-child {
    margin-bottom: 0;
}
.bm-row .bm-con{
	box-shadow: none;
}
.bm-con .elementor-image-box-wrapper .elementor-image-box-content {
    padding: 30px;
	min-height: 245px;
}
.bm-con h3.elementor-image-box-title span,
.fancybox-content .newsletter-content h5{
    display: block;
    font-size: 18px;
    margin-top: 10px;
    font-family: 'Nunito Sans';
    font-weight: 900;
    color: #555;
	text-transform: uppercase;
}

.bm-con h3.elementor-image-box-title {
    font-size: 30px;
    margin-bottom: 25px;
}
.bm-con .elementor-image-box-wrapper .elementor-image-box-img {
    margin-bottom: 0 !important;
}
.bm-con:before {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background: #4574BE;
    position: absolute;
    left: 0;
    top: 0;
	right: 0;
}
.bm-con:nth-child(2n+1):before {
	background: #F3C202;
}
.fancybox-content {
    max-width: 860px !important;
    padding: 70px !important;
}
.fancybox-content .newsletter-content h5:after,
.fancybox-content .newsletter-content.sm h3:after{
    margin: 20px 0 30px -20px !important;
}

.fancybox-content .newsletter-content h3 {
    margin-bottom: 0 !important;
}
.fancybox-content .newsletter-content h5:after,
.fancybox-content .newsletter-content.sm h3:after{
	content: '';
	display: block;
	width: 140px;
	height: 7px;
	background: #f4c42c;
}
.fancybox-button svg {
	color: #fff;
}
/*.bm-con:nth-child(3n+1):before {
	background: #4A5A74;
}*/
/*** TADP ***/
.introduction.width-768.right {
    margin-right: 10%;
}
.introduction.width-768 {
    max-width: 640px;
}

.invert h4 {
    color: #fff !important;
}
.text-vertical.elementor-element {
    writing-mode: vertical-rl;
    text-orientation: upright;
    position: absolute;
    top: 31px;
    left: 17px;
    right: auto;
    z-index: 2;
    width: auto;
}
.refund-policy a.popup:hover {
	color: #4575BC;
}

.refund-policy a.popup {
    text-decoration: underline;
    color: #000;
}
.newsletter-content.refund-policy-popup h3 {
    padding: 30px;
    background: #4675BB;
    display: block;
	margin-bottom: 30px !important;
	color: #FFF;
}
.newsletter-content.refund-policy-popup ul li {
    border: 1px solid rgba(0,0,0,0.1);
    padding: 20px;
	text-align: center;
}

.newsletter-content.refund-policy-popup p {
    margin-top: 45px;
}
.newsletter-content.refund-policy-popup ul {
    column-count: 2;
    list-style: none;
    padding: 0;
}
.newsletter-content.refund-policy-popup p strong {
    display: block;
}
.color-white h2 {
	color: #FFF;
}
.session ul li a {
    padding: 10px 20px;
    margin: 5px;
    background: #FFF;
	display: block;
	color: #4575BC;
}
.session ul li a:hover {
	opacity: 0.5;
}
.session ul li.d1 a {
	background: #4575BC;
	color: #FFF;
}
.session ul li.d2 a {
	background: #F0C400;
	color: #4A5974;
}

.session ul li.ag a {
    padding: 10px 25px;
}
.session ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.register-now a.normal {
    text-align: center;
}

.register-now a {
    max-width: 210px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.register-now {
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 0;
	max-width: 250px;
	margin: auto;
}
.register-now .elementor-widget-container {
    background: rgba(255,255,255,0.9);
    padding: 20px 10px 10px;
}
.spotlight .elementor-swiper-button {
    background: #4575BD;
    padding: 5px;
}
.spotlight .elementor-swiper-button.elementor-swiper-button-prev {
    margin-left: -20px;
}
.spotlight .elementor-swiper-button.elementor-swiper-button-next {
    margin-right: -20px;
}
.newsletter h3 {
    color: #fff;
    font-size: 25px;
}
.newsletter .gform_wrapper input[type=submit]:hover {
    background-color: #F4C42C !important;
}
.newsletter .gform_wrapper input[type=submit] {
    background-color: #4675BB !important;
    color: #fff !important;
}
.btn-center a {
    display: block;
    max-width: 180px;
    font-style: normal;
    margin: 30px auto 0;
}

/** 9th Annual Summit page ***/
.de-summit.annual {
    max-width: 600px;
}

/** become a member page **/
.page-id-264 form.arm_setup_form_1 {
    display: none;
}

/* member portal **/
.blue .elementor-icon-box-wrapper .elementor-icon-box-icon a svg {
    filter: invert(44%) sepia(18%) saturate(1610%) hue-rotate(177deg) brightness(94%) contrast(91%);
}

/** ARM settings **/
.page-content .arm_already_logged_in_message {
    padding: 100px 20px;
    text-align: center;
	font-family: 'Sanchez' !important;
	font-size: 20px;
}

.de-sampling.summit2 .toc-row ul {
    width: 48%;
}
.de-sampling.summit2 .toc-row {
    display: flex;
    flex-wrap: wrap;
}
.de-sampling.summit2 ul li a {
    color: #333333;
}
.de-sampling.summit2 ul li a:hover {
    color: #4575BD;
}
.de-sampling.summit2 .toc-row i.bg {
    left: 40px;
    bottom: -25px;
    right: unset;
    transform: rotate(90deg);
    font-size: 170px;
}
.de-sampling.summit2 .toc-row ul li:first-child {
    background: #d8d8d8;
}
.de-sampling.summit2.one-row .toc-row ul {
    width: 100%;
}

/** 8 summit **/
.de-sampling.summit2 a.elementor-button {
    margin: 30px auto 50px;
}

/*** RESPONSIVE ***/
@media only screen and (max-width: 1500px) {
	.footer.elementor-section.elementor-element {
		padding: 60px 20px;
	}
}
@media only screen and (max-width: 1280px) {
	.footer-logo.elementor-element.elementor-widget {
   		margin-bottom: 20px;
	}
	.de-sampling.summit2 .toc-row {
    	justify-content: space-around;
	}
	.de-sampling.summit2 .toc-row ul {
    	width: 47%;
	}
}
@media only screen and (max-width: 1024px) {
	.footer-nav .elementor-nav-menu--dropdown {
		display: none;
	}

	.footer-nav .elementor-nav-menu--main {
		display: block;
	}
	.introduction.member .elementor-widget-container {
		padding: 0 20px;
	}
	.footer-nav .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
		justify-content: center;
	}
}

@media only screen and (max-width: 768px) {
	.featured-link.elementor-element .elementor-widget-container {
		min-height: auto;
		padding: 50px 0;
	}
	.introduction, .introduction.member .elementor-widget-container, .de-summit {
    	max-width: 100%;
	}
	.introduction.left, .introduction.right {
    	margin-left: auto;
		margin-right: auto;
	}
	.introduction.pos-center h2 span {
		font-size: 20px;
	}
	.introduction.member {
		padding: 60px 20px;
	}
	.footer-nav ul.elementor-nav-menu li {
		border-right: 0;
	}
	.de-sampling.light-blue, .de-sampling.dark-blue {
    	max-height: auto;
    	margin-top: 30px;
	}
	.de-sampling {
		margin-top: 30px;
		min-height: auto;
	}
	.fancybox-content {
		padding: 30px !important;
	}
	.bm-con .elementor-image-box-wrapper .elementor-image-box-content {
		min-height: 0;
	}
	.bm-con.summit.elementor-element {
		max-width: 500px;
		margin: auto;
	}
	.text-vertical.elementor-element {
		top: 10px;
	}
	.intro-special h4 {
		font-size: 19px;
	}
	.intro-special h4 div {
    	display: inline;
	}
	.de-sampling.summit2 .toc-row ul{
		width: 100%;
	}
}
