html, body {
    height: 100%;
}

body {
	font-size: 16px;
	color: #020202;
	line-height: 1.25;
}

p {
    font-family: "PT Serif", Sans-serif !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    line-height: 23px;
    margin-bottom: 16px;
	font-weight: 400;
	color: #020202;
}

.h3 {
		color: #020202;
	margin-top: 2rem;
	margin-bottom: .5rem;
}

.entry-content ul {
	list-style: none;
}

.entry-content ul, .elementor-widget-container ul {
    font-family: "PT Serif", Sans-serif !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    list-style-type: disc;
    list-style-position: outside;
    padding-bottom: 16px;
    line-height: 1.75rem;
	color: #020202;
}

.entry-content ol, .elementor-widget-container ol {
    font-family: "PT Serif", Sans-serif !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    list-style-type: auto;
    list-style-position: outside;
    padding-bottom: 16px;
    line-height: 1.75rem;
	color: #020202;
}

.entry-content ul li, .elementor-widget-container ul li {
    line-height: 1.5;
    margin-bottom: 0.5rem;
    margin-left: 1.5rem;
    list-style-type: disc;
    list-style-position: outside;
}

.entry-content ol li, .elementor-widget-container ol li {
    line-height: 1.5;
    margin-bottom: 0.5rem;
    margin-left: 1.5rem;
    list-style-type: auto;
    list-style-position: outside;
}

.elementor-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

@media (min-width: 64rem) {
	.entry-content ul li, .elementor-widget-container ul li {
    margin-left: 2rem;
	}
}

.section-tabs {
    background: #fff;
    padding: 2rem;
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after {
    height: 5px !important;
    width: 100% !important;
    background: #EB3C16;
    bottom: 0;
    display: block;
    left: 0 !important;
}

/*
header {
    padding-left: 3.875rem;
    padding-right: 3.875rem;
}
*/

.top-header {
    background: transparent !important;
	padding-top: 0 !important;
}

.edu-topnav {
	margin-left: 0 !important;
	background: #f3f3f3;
	color: #020202;
}

.edu-topnav .menu-secondary-menu-container, .edu-topnav .menu-wpforo-navigation-container {
	margin-left: 0 !important;
	padding: 1.25rem
}

.edu-topnav ul li a {
    color: #020202;
}

.right-contact .edu-topnav ul li {
    margin-left: 15px;
}

.general-header .top-header .right-contact ul li:last-child {
    margin-left: 15px;
}

.site-branding.logo img {
    width: 80%;
}

.box-header-nav {
    z-index: 1000;
    position: relative;
}

.box-header-nav .main-menu>.menu-item>a {
    padding: 10px 20px;
	font-size: 1rem;
	text-transform:uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	color: #344898;
}

li#menu-item-10531, li#menu-item-322 {
    background: #FFCB00;
    padding: 1rem;
}

li#menu-item-10531 a, li#menu-item-322 a {
    color: #020202 !important;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}

.sharedaddy {
    display: none;
}

.sub-menu li a {
	color: #344898;
}

@media (max-width: 767px){
	.custom-logo-link {
    width: 60%;
}
}

/* MEMBERSHIP */
p.wppb-alert {
    text-align: center;
}

input[type="button"], input[type="reset"], input[type="submit"] {
	font-family: "Roboto", Sans-serif;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.56em;
    letter-spacing: 0.5px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #344898;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #344898;
    border-radius: 0px 0px 0px 0px;
    padding: 18px 24px 18px 24px;
	transition: all 0.10s;
}

input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	color: #344898;
  background-color: #FFFFFF00;
}

.yellow, .yellow a {
    color: #ffcb00;
}

.yellow a:hover {
	text-decoration:underline;
}

/* ARCHES */
.white-bg-accent::before {
	content: '';
	background: url(https://acesonline.net/wp-content/uploads/2022/01/white-wave.svg) no-repeat;
	position: absolute;
	top: -20%;
	right: 0;
	left: 0;
	margin: auto;
	height: 30rem;
	width: 50%;
}

.blue-bg-accent::before {
	content: '';
	border-top-left-radius: 50% 100%;
	border-top-right-radius: 50% 100%;
	position: absolute;
	top: 10%;
	right: 0;
	left: 0;
	height: 30rem;
	width: 200vw;
	background-color: #344898;
	-webkit-transform: translateX(-25%);
    transform: translateX(-25%);
}

@media (max-width: 767px) {
	.blue-bg-accent::before {
    top: 4.25%;
		height: 15rem
}
} 

.blue-bg-accent, .yellow-bg-accent {
	overflow: hidden;
}

.blue-bg-accent::after {
	  content: '';
    height: calc(100% - 21rem);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #344898;
    width: 200vw;
}


.yellow-bg-accent::before {
	content: '';
	border-bottom-left-radius: 50% 100%;
	border-bottom-right-radius: 50% 100%;
	position: absolute;
	top: -23rem;
	right: 0;
	left: 0;
	height: 30rem;
	width: 200vw;	
	background-color: #FFCB00;
	-webkit-transform: translateX(-25%);
	transform: translateX(-25%);
	z-index: -1;
}

@media (max-width: 767px) {
	.yellow-bg-accent::before {
    top: -10rem;
		height: 15rem
}
} 

.white-bg-top-curve {
    margin-top: -2rem;
}

.white-bg-top-curve::before {
    content: '';
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    height: 18rem;
    background: #fff;
    border-radius: 50% 50% 0 0/100% 100% 0 0;
    transform: scaleX(1.5);
	
}

@media (min-width: 768px) {
	.white-bg-accent::before {
	display: none;
}

}

@media (max-width: 767px) {
	.white-bg-accent::before {
	display: none;
}
	.white-bg-top-curve {
    margin-top: 0;
}
	.white-bg-top-curve::before{
		display:none;
	}

}

.aces-cards {
	position: relative;
	z-index: 10;
	background: #fff;
}

.aces-cards h3 {
	margin-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media (max-width: 768px){
	.aces-cards h3 {
    line-height: 2.25rem !important;
}
}

.aces-cards p{
	font-size: 1rem;
	line-height: 1.5;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 1.75rem;
	color: #020202 !important;
}

.aces-cards h3::after {
	content: "";
	display: block;
	height: 6px;
	width: 100px;
	background-color: #F05B3B;
}

.subheading h3::after {
	content: "";
	display: block;
	height: 3px;
	width: 40px;
	background-color: #F05B3B;
}

.aces-cards h3 a:hover {
    text-decoration: none !important;
}

.picture-title .elementor-widget-container {
    position: relative;
}

.picture-title img {
	width: 100%;
}

.p-w-image {
    position: absolute;
    background: #FFCB00;
    padding: 2%;
    bottom: -6px;
    left: 6px;
	font-family: "Open Sans", Sans-serif !important;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-weight: 700 !important;	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.sm-italic p {
	font-size: .8rem;
	font-style: italic;
	margin-bottom: 1.25rem;
}

footer.footer {
background: #FFFFFF !important;
}

a {
    color: #009CD1
}

.top-footer {
    background: #344898;
	padding: 3rem 2rem 3rem 2rem;

}

@media (max-width:768px) {
	.top-footer {
		padding: 3rem 1rem 3rem 1rem;
}
		
	footer .wp-block-column:nth-child(3) {
    flex-basis: 100% !important;
}
}

.ed-footer p {
	color: #fff !important;
}

.ed-footer .ed-col-3 .ed-col {
    width: 100%;
}

.ed-footer h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    margin-top: 2rem;
    margin-bottom: .5rem;
}

.ed-footer h4 a {
	color: #fff;
	transition: all 0.5s;
}

.ed-footer h4 a:hover {
	text-decoration: underline;
}

.ed-footer p {
    margin-top: 0;
    margin-bottom: 15px;
    font-family: 'PT Serif', serif;
    font-size: 1rem;
    font-style: italic;
    line-height: 1.25;
	padding-right: 6rem;
}

@media (max-width: 768px) {
.ed-footer p {
    padding-right: 1rem;
}
}

.ed-footer input[type="email"] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff !important;
    font-family: 'PT Serif', serif;
    letter-spacing: .5px;
}

footer ::placeholder {
    color: #fff;
	opacity: .5;
}

footer :-ms-input-placeholder {color: #fff;
}

footer ::-ms-input-placeholder {color: #fff;
}

footer button#mailchimp-button-block-1 {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
	padding: 1rem;
}

footer ul.edu-social {
    display: flex;
    list-style: none;
}

footer ul.edu-social li {
    border-bottom: none;
    margin-right: 1.5rem;
}


footer ul.edu-social li a {
    width: 2.5rem;
    height: 2.5rem;
    justify-content: center;
    align-items: center;
    display: flex;
    border-width: 2px;
    border-radius: 9999px;
    border-color: #fff;
    font-size: 1.5rem;
}

.ed-slide img {
    width: 100%;
}

.ed-slider .ed-slide div .ed-slider-info h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 14px;
}

@media (max-width: 480px) {
.ed-slider {
    display: none;
}
}

/*SOCKET*/
.ed-footer .bottom-footer {
	background-color: #000000;
	padding-left: 2rem;
	padding-right: 2rem;
}

.bottom-footer p {
    font-size: .8rem;
    letter-spacing: .5px;
}

/*HOMEPAGE POSTS*/
.member-center-container h3.elementor-post__title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #424243;
}

.member-center-container h3.elementor-post__title a {
    color: #424243;
}

.member-center-container h3.elementor-post__title a:hover {
	text-decoration: none;
}

.member-center-container h3.elementor-post__title a::after {
	content: "";
	display: block;
	height: 6px;
	width: 100px;
	background-color: #F05B3B;
}

.member-center-container .elementor-posts .elementor-post__excerpt p {
    font-family: 'PT Serif', serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #424243;
	margin-bottom: 1.25rem;
}

.member-center-container a.elementor-post__read-more {
    border: 1px solid #3C3C3C;
    padding: 0.5rem 1.5rem;
    background: #fff;
    color: #3c3c3c;
	transition: background 0.5s;
}

.member-center-container a:hover.elementor-post__read-more {
    background: transparent;
}

.member-center-container .elementor-button {
    font-family: "Open Sans", Sans-serif;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.56em;
    letter-spacing: 0.5px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #344898;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #344898;
    border-radius: 0px 0px 0px 0px;
    padding: 18px 24px 18px 24px;
	min-width: 200px;
}

.member-center-container .elementor-button:hover {
    color: #344898;
    text-decoration: none;
		background-color: transparent !important;
}

.sm-italic p {
    font-size: .8rem;
    font-style: italic;
    margin-bottom: 0;
}

/* BOX SHADOWS */
.shadow-yellow-br img {
    box-shadow: -15px 15px #ffcb00;
}

.shadow-yellow-bl img {
    box-shadow: 15px 15px #ffcb00;
}


.shadow-purple-br img {
    box-shadow: -15px 15px #A82584;
}

.shadow-blue-br img {
    box-shadow: -15px 15px #009CD1;
}

.shadow-blue-bl img {
    box-shadow: 15px 15px #009CD1;
}

.shadow-blue-tr img {
    box-shadow: 15px -15px #009CD1;
}

.shadow-orange-br img {
    box-shadow: -15px 15px #FF9C00;
}

.shadow-red-br img {
    box-shadow: -15px 15px #EB3C16;
}

/* SECTIONS */
.bg-blue {
    background-color: #f3f7fb;
}

.bg-dark-blue {
	background-color: #344898;
}

.highlight-box p {
	margin-bottom: 0;
}

/* COLUMNS */
.col-w-img-right {
	padding-right: 3rem;
}

@media (max-width:767px) {
.col-w-img-right {
	padding-right: 1rem;
	padding-left: 1rem
	}
}

/* TYPOGRAPHY */
.hero-heading h1 {
	font-family: "Open Sans", Sans-serif !important;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-weight: 900 !important;
	color: #17183b !important;
	font-size: 2.5rem;
	line-height: 2.6875rem;
}

@media (min-width: 48rem) {
	.hero-heading h1 {
		font-size: 4.125rem;
		line-height: 4.5rem;
	}
}

.hero-intro p {
	font-family: "Open Sans", Sans-serif !important;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-weight: 400 !important;
	font-size: 1.5rem;
	line-height: 2rem;
	color: #444444 !important;
}

.read-btn i {
    color: #EB3C16;
}

.section-h1 h1 {
    color: #020202 !important;
	font-family: "Open Sans", Sans-serif !important;
	font-weight: 700 !important;
    margin-bottom: 0;
	margin-top: 1.5rem;
    font-size: 1.4375re;
    line-height: 1.75rem;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.section-h2 h2 {
    color: #020202 !important;
    font-family: "PT Serif", Sans-serif !important;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 19px;
    line-height: 28px;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.section-h2 h2:after {
    content: '';
    display: block;
    position: relative;
    height: 5px;
    width: 5rem;
    background: #EB3C16;
    margin-top: 8px;
}

.section-h2-blue h2 {
    color: #020202 !important;
    font-family: "PT Serif", Sans-serif !important;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 19px;
    line-height: 28px;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.section-h2-blue h2:after {
    content: '';
    display: block;
    position: relative;
    height: 5px;
    width: 5rem;
    background: #009CD1;
    margin-top: 8px;
}

.section-h2-purple h2 {
    color: #020202 !important;
    font-family: "PT Serif", Sans-serif !important;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 19px;
    line-height: 28px;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.section-h2-purple h2:after {
    content: '';
    display: block;
    position: relative;
    height: 5px;
    width: 5rem;
    background: #A82584;
    margin-top: 8px;
}


.section-h3 h3 {
	font-family: "Open Sans", Sans-serif !important;
	font-weight: 700 !important;
	font-size: 2.75rem;
	line-height: 3.0625rem;	
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 6px;
	color: #17183b !important;
}

.section-h5 {
    margin-bottom: 6px !important;
}

.section-h5 h5 {
	font-family: "Open Sans", Sans-serif !important;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-weight: 700 !important;	font-size: 19px;
	line-height: 23px;
	margin-bottom: 6px;
	color: #17183b !important;
}

.highlight-box {
	background-color: #fff;
	padding: 2rem;
	margin-bottom: 1rem !important;
	margin-top: 1rem !important;
}

.breadcrumb-link a {
	color: #F05B3B !important;
	background: transparent !important;
	font-family: "Open Sans", Sans-serif !important;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-weight: 900 !important;
	font-size: 16px;
	line-height: 27px;
	text-decoration: none;
	font-style: normal;
	position: relative;
}

.yellow p, .yellow h1, .yellow h2, .yellow h3, .yellow h4, .yellow h5 {
color: #FFCB00 !important;
}

.light p, .light h1, .light h2, .light h3, .light h4, .light h5  {
	color: #fff !important;
}

.light ul li {
	color: #ffffff;
}