@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400&family=Roboto:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,400;0,600;1,400&display=swap');


body {
	font-family: 'Asap', Helvetica, Arial sans-serif;
	font-weight: 400;
	background: #fff;
	padding: 0;
}

body, input, textarea {
	color: #010101;
}


/* header & navigation */

header#masthead .site-branding,
header#masthead .header_links {
	padding: 20px;
}

header#masthead .site-branding .site-title a {
	width: 152px;
	height: 85px;
	background: url(../img/aes_logo-blu.png) left top no-repeat;
	background-size: 152px 85px;
	text-indent: -300em;
	overflow: hidden;
	display: block;
	margin-top: 20px;
}

#site-branding .site-description {
	display: block;
}

#site-navigation {
	background: #f5f5f5;
}

#primary-menu li {
}

#primary-menu.menu li a {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 15px;
	color: #1f2427;
}

#primary-menu.menu li .sub-menu li {
	padding: 0 20px;
	float: none;
}

#primary-menu.menu li .sub-menu li a {
	color: #fff;
	text-align: center;
	border-top: 1px solid #485f6c;
	margin: 0;
	padding: 0;
}

#primary-menu.menu li .sub-menu li:first-of-type a {
	border-top: none;
}

#primary-menu.menu li .sub-menu li.current-menu-item a {
	color: #019adf;
}

.content_wrapper.narrow {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 6.25vw;
	line-height: 1em;
}

h1.page_title {
	margin: 30px 0;
	font-size: 48px;
}

.display-posts-listing .listing-item .title,
h2 {
	font-size: 24px;
	color: #054f68;
	margin: 30px 0 20px 0;
}

h3 {
	
}

h4 {
	font-size: 12px;
	color: #054f68;
	font-weight: bold;
	text-transform: uppercase;
}

.topspace0 {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.subtitle {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	color: #595a5a;
	text-transform: uppercase;
	text-shadow: 3px 3px 3px rgb(0 0 0 / 30%);
	margin: 0 0 20px 0;
}

#primary .home_content h1.home_text-1 {
	font-size: 6.25vw;
	line-height: 1em;
	text-align: left;
}

p, ul, ol, li, pre, form, select, address, embed {
	font-size: 14px;
	line-height: 2.15em;
}

.large {
	font-size: 24px;
	line-height: 1.6em;
}

.small {
	font-size: 14px;
	line-height: 1.7em;
}

.gray {
	color: #9a9b9b;
}

.red {
	color: #b44012;
}

.oswald {
	font-family: 'Oswald', sans-serif !important;
}

table tr {
	border-bottom: 2px solid #f0f1f2;
}

table tr th,
table tr td {
	padding: 10px 30px 10px 5px;
	vertical-align: top;
}

table tr th {
	vertical-align: bottom;
}

hr,
.divider {
	background-color: transparent;
	background-image: linear-gradient(90deg,#9a9b9b 10%,hsla(0,0%,100%,0) 3px);
	background-size: 12px 3px;
	background-position: top;
	background-repeat: repeat-x;
	padding: 4px 0;
	margin: 35px 0;
	display: block;
}	

.divider {
	margin: 70px 0;
}

/* hero */

#hero_wrapper {
	height: auto;
	background: #333;
}

.cycle-pager {
	color: #fff;
    position: absolute;
    z-index: 999;
    left: 50%;
    bottom: 10px;
}

.cycle-pager span {
	opacity: .5;
	margin: 0 3px;
}

.cycle-pager span.cycle-pager-active {
	opacity: 1;
}



#primary {
	width: 100%;
	padding: 100px 0;
	float: none;
}

#primary.home_page {
	padding: 0;
}

#primary.gray_bg {
	background: #f4f4f4 url(../img/timeline_content_bg.jpg) center center no-repeat;
	background-size: cover;
}

#primary h1 {
	text-align: center;
	font-size: 36px;
	text-shadow: 3px 3px 3px rgba(0,0,0,.3);
	padding: 0;
	margin: 0 0 30px 0;
}


/* posts/podcasts */

body.single-post #content > .content_wrapper,
body.single-post #content #main {
	max-width: 800px;
}

.display-posts-listing .listing-item .date,
body.single-post #content .entry-meta {
	font-size: 12px;
	color: #9a9b9b;
	text-transform: uppercase;
}

.display-posts-listing .listing-item {
	display: flex;
	flex-direction: column-reverse; 
}

.display-posts-listing .listing-item .title,
.display-posts-listing .listing-item .date {
	display: block;
}

iframe.podcast-class {
	margin: 50px 0;
}





.tab_links {
	margin: 70px 0 0 0;
}

.tab-link,
.tab_links a {
	display: inline-block;
	color: #9a9b9b;
	border-bottom: 1px solid #d4d5d6;
	padding: 0 0 3px 0;
	margin: 0 20px 0 0;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
}

.tab-link {
	color: #000;
}

.tab-link:before,
.tab_links a:before {
	content: '\2587';
	padding-right: 5px;
	color: #2380b5;
}

.Xtab-blue:before {
	color: #2380b5;
}
X.tab-blue.active {
	color: #2380b5;
}

.tab-red:before,
.tab_links .active:before {
	color: #b44012 !important;
}
.tab-links a.active{
	Xcolor: #b44012;
}


#bottom_content {
	padding: 70px 0;
}


#timeline {
	padding: 100px 0;
}

#timeline .content_col.post_item {
	position: relative;
	border-top: 4px solid #dedede;
	color: #3f4d55;
	padding: 20px 0;
	margin-left: 0;
	margin-right: 1px;
	display: block;
	float: left;
}

@media screen and (min-width: 850px) {
	#timeline .post_item {
		width: calc(25% - 1px) !important;
	}
}

@media screen and (max-width: 849px) {
	#timeline {
		padding-left: 20px;
		padding-right: 20px;
		
	}
	#timeline .post_item {
		width: calc(50% - 1px) !important;
	}
}

#timeline .post_item .post_title {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 24px;
}

#timeline .post_item .post_title,
#timeline .post_item .post_title a {
	color: #3f4d55;
	text-decoration: none;
}

#timeline .post_item.hover .post_title,
#timeline .post_item .post_title a:hover {
	color: #c5490d;
	text-decoration: underline;
}

#timeline .post_item .post_text {
	font-size: 16px;
	line-height: 26px;
	min-height: 100px;
}
	
#timeline .timeline_popup {
	position: absolute;
	width: 640px;
	width: 420px;
	padding: 20px;
	background: #f5f5f5;
	z-index: 10;
	top: 130px;
	top: 0;
	left: 212px;
	display: none;
	box-shadow: 3px 3px 5px rgba(0,0,0,.15);
}

#timeline .post_item.hover .timeline_popup {
	display: block;
}

@media screen and (min-width: 850px) {
	#timeline .post_item:nth-child(4n+2) .timeline_popup {
		left: 212px;
	}
	
	#timeline .post_item:nth-child(4n+3) .timeline_popup {
		left: -424px;
	}
	
	#timeline .post_item:nth-child(4n+4) .timeline_popup {
		left: -424px;
	}
}
@media screen and (max-width: 849px) {
	#timeline .timeline_popup {
		width: 90vw;
	}
	#timeline .post_item:nth-child(2n+2) .timeline_popup {
		left: -50vw;
		margin-left: 20px;

	}

}

.timeline_popup .timeline_photo {
	float: none;
	padding: 0 20px 0 0;
	display: table-cell;
}

.timeline_popup .timeline_photo img {
	width: 160px;
	height: auto;
}

.timeline_popup_text_wrapper {
	display: table-cell;
	vertical-align: middle;
	color: #515558;
	font-size: 12px;
	line-height: 19px;
	
}

.timeline_popup .timeline_popup_text p {
	margin-bottom: 0;
	line-height: 19px;
}

.timeline_popup .timeline_popup_title {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	color: #c5490d;
	margin-bottom: 20px;
}



.content_2col-contacts {
	margin: 50px 0;
}

.content_2col-contacts,
.content_2col-contacts * {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}

.content_2col-contacts,
.content_2col-contacts li,
.content_2col-contacts p {
	font-size: 18px;
	line-height: 1.6em;
}

.content_2col-contacts section.contacts_box ul {
	list-style: none;
	padding-left: 0;
}

.content_2col-contacts section.contacts_box ul li {
	text-indent: -15px;
	padding-left: 15px;
}

.content_2col-contacts section.contacts_box ul li:before { 
	content:"•";
	font-size: 12px;
	padding-right: 10px;
}

.more_info_wrapper,
.more_info_wrapper * {
	font-family: 'Asap', Helvetica, Arial sans-serif;
}

.more_info_wrapper p,
.more_info_wrapper li {
	font-size: 14px;
}

.more_info_toggle {
	color: #054f68;
	font-weight: bold;
	font-size: 14px;
	padding-left: 15px;
	background: url(../img/plus-blk.png) center left no-repeat;
	background-size: 10px 10px;
	cursor: pointer;
}

.more_info_toggle.active {
	background-image: url(../img/minus-blk.png);
}

.more_info_content {
	display: none;
	background: #f5f5f5;
	border: 1px solid #ccc;
	padding: 20px;
}


@media screen and (min-width: 800px) {

	.content_2col-contacts .content_wrapper {
		display: flex;
		justify-content: space-evenly;
	}
	
	.content_2col-contacts .content_col {
		float: none;
		width: 47.5%;
		padding: 0;
		position: relative;
	}
	
	.content_2col-contacts section.contacts_box.contacts_box-gray.column_bottom {
		position: absolute;
		bottom: 0;
	}

}


.content_2col-contacts .content_col-first {
	border-right: 1px solid #9a9b9b;
	padding-right: 5%;
}

.content_2col-contacts section.contacts_box {
	border-top: 1px solid #c1bfbf;
	margin: 0 0 30px 0;
	padding: 30px 0 0 0;
}

.content_2col-contacts section.contacts_box:first-of-type {
	border: none;
	padding-top: 0;
}

.content_2col-contacts section.contacts_box:last-of-type {
	margin-bottom: 0;
}

.content_2col-contacts section.contacts_box.contacts_box-gray {
	border: none;
	background: #f5f5f5;
	padding: 30px;
}

.content_2col-contacts section.contacts_box h2 {
	margin: 0 0 5px 0;
	font-weight: 400;
	color: #054f68;
}

.content_2col-contacts section.contacts_box h3 {
	color: #054f68;
}

.content_2col-contacts section.contacts_box.contacts_box-gray h2 {
	color: #403f3f;
}

.content_2col-contacts section.contacts_box li {
	margin-bottom: 0;
}

.content_2col-contacts section.contacts_box strong,
.content_2col-contacts section.contacts_box b {
	font-weight: bold;
}	



.award_box {
	margin: 0 0 20px 0;
}

.award_box .content_wrapper {
	background: #f6f5f2 url(../img/award_box-bg.jpg) top left repeat-y;
	background-image: 100% auto;
	border: 1px solid #d4d3d3;
	box-shadow: 3px 3px 5px rgba(0,0,0,.15);
}

.award_box .award_box_content {
	padding: 50px;
	text-align: center;
	position: relative;
	z-index: 5;
}

.award_box .award_box_content h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	margin-top: 0;
	color: #b44012;
}

.award_amount_wrapper {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
}

.award_amount_wrapper span {
	color: #b44012;
}

.award-image {
	position: absolute;
	left: 10px;
	bottom: 5px;
	z-index: 1;
}

.award-image img {
	height: 80px;
	width: auto;
}


.conference_info {
	background: #fff;
	padding: 70px 0;
}

.conference_info.conf_bg-gray {
	background: #f8f8f8 url(https://elasmo21.dreamhosters.com/wp-content/themes/aes2021/img/timeline_content_bg.jpg) top left repeat-y;
	background-size: 100% auto;
}

.display-posts-listing .listing-item .title,
.conference_info h2,
.conference_info h3 {
	margin-top: 0;
}

.conference_info h2 {
	color: #9a9b9b;
	font-size: 34px;
	font-family: 'Oswald', sans-serif !important;
	font-weight: normal;
}

.conference_info h2:before {
	content: '\258E';
	width: 20px;
	height: 32px;
	overflow: hidden;
	display: inline-block;
}

.conference_info h3 {
	color: #3f4d55;
	font-size: 18px;
}

.conference_info.conf_color-red h2:before {
	color: #b44012;
}

.conference_info.conf_color-blue h2:before {
	color: #3faedc;
}

.conference_info.conf_color-purple h2:before {
	color: #cf5de8;
}

.conference_info.conf_color-orange h2:before {
	color: #e48529;
}

@media screen and (min-width: 1200px) {

	.content_2cols .content_col {
		width: 60%;
	}
	
	.content_2cols .content_col-first {
		width: 35%;
	}
	
	.content_2col-contacts .content_2col {
		width: 50%;
	}

}



.content_2cols.side_head > .content_wrapper {
	display: flex;
}

.content_2cols.side_head .content_col {
	width: 85%;
	position: relative;
	float: none;

}

.content_2cols.side_head .content_col-first {
	width: 10%;
	min-width: 110px;
}

.content_2cols.side_head .rotated_title {
	transform: rotate(270deg) translateX(-100%);
	transform-origin: left top;
	
	font-size: 75px;
	color: #f0f1f2;
	text-shadow: 3px 3px 3px rgb(0 0 0 / 30%);
	white-space: nowrap;
	text-align: right;
	width: auto;
	display: table;
}


.ihc_level_template_4 .ihc-level-item-top {
	 background-color: #011b2a;
}

.ihc_level_template_4 .ihc-level-item-bottom {
	border-color: #efefef;
}




/* login form */
#ihc_login_form {
	width: 300px;
}

input:not([type=submit]):not([type=file]):not([type=checkbox]), 
textarea {
	background: #fff;
}

#content .ihc-login-form-wrap {
	text-align: left;
	padding: 0;
	display: block;
	margin:  0 auto;
}

#ihc_login_form .impu-form-links {
	text-align: left;
}

#ihc_login_form .impu-form-links .impu-form-links-reg {
	display: none;
}

#ihc_login_form .impu-form-links,
#ihc_login_form .impu-form-links .impu-form-links-pass {
	margin-top: -10px;
	padding-top: 0;
}

.ihc-login-template-2 .impu-form-submit input,
#ihc_login_form .ihc-login-form-wrap .impu-form-submit input,
#ihc_login_form .ihc-login-template-2 .impu-form-submit input {
	background: #127cde !important;
	border: none !important;
	font-size: 14px;
}


/* contact form 7 */

.wpcf7-form.sent p,
.wpcf7-form.sent div {
	display: none;
}

.wpcf7-form.sent div.wpcf7-response-output {
	display: block;
}



/* forms - registration, etc. */

.iump-labels-register {
	display: block;
	width: auto;
	text-align: left;
}

div.iump-form-checkbox input[type=checkbox] {
	width: auto !important;
	display: inline-block !important;
}

.ihc-wrapp-list-users {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}

.ihc-wrapp-list-users .team-member {
	border-bottom: 1px solid #ccc;
}

.ihc-wrapp-list-users .team-member .member-img,
.ihc-wrapp-list-users .team-member .member-username {
	display: none;
}

.ihc-wrapp-list-users .team-member .member-extra-fields > div,
.ihc-wrapp-list-users .team-member .member-name, 
.ihc-wrapp-list-users .team-member .member-email {
	display: inline-block;
	padding-right: 20px;
	font-weight: normal;
}




.icon {
	display: inline-block;
	background: center center no-repeat;
	background-size: 32px 32px;
	height: 32px;
	width: 32px;
	text-align: left;
	text-indent: -300em;
	overflow: hidden;
}

.icon:hover {
	opacity: .8;
}

.icon-fb {
	background-image: url(../img/icon-facebook.png)
}

.icon-tw {
	background-image: url(../img/icon-twitter.png)
}

.icon-ig {
	background-image: url(../img/icon-instagram.png)
}



/* links */

a,
a:visited {
	outline: none !important;
}

a:hover, a:active {
	
}

.iump-submit-form input[type="submit"],
.ihc-register-9 .iump-submit-form input,
button, input[type="button"], input[type="reset"], input[type="submit"],
.ihc_level_template_4 .ihc-level-item-link,
.ihc-login-template-2 .impu-form-submit input,
#ihc_login_form .ihc-login-form-wrap .impu-form-submit input,
#ihc_login_form .ihc-login-template-2 .impu-form-submit input,
.button, a.button, .button a {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #fff !important;
	background: #127cde;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	min-width: 100px;
	padding: 0 20px;
	border-radius: 0;
	cursor: pointer;
	text-align: center;
}

.button.btn-black, a.button.btn-black, .button.btn-black a {
	background: #000;
	color: #fff !important;
}

.button:hover, a.button:hover, .button:hover, .menu li.button a:hover {
	opacity: .8;
	color: #fff !important;
}

.edit-link {
	display: none !important;
}



.ihc-ap-theme-1 .ihc-ap-menu {
	background-color: #127cde;
	border-collapse: #127cde;
}

.ihc-ap-menu .ihc-ap-menu-item-selected {
	background-color: #000;
}


/* footer */

footer#footer {
	background-color: #011b2a;
	padding: 30px 0 60px 0;
}

footer#footer,
footer#footer a {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
}

footer#footer h3 {
	margin: 0 0 20px 0;
}

footer#footer, footer#footer a, footer#footer a:visited, footer#footer a:hover {
}

footer .footer_section1 a {
	text-transform: uppercase;
}

footer .footer_section1 a:hover {
	text-decoration: underline !important;
}

footer .footer_section.footer_section3 {
	clear: both;
	display: block;
	width: 100%;
	background: #000;
}

#copyright {
	background: #000;
	color: #fff;
	font-size: 14px;
	padding: 30px 20px;
}

#copyright * {
	margin: 0;
}



/* let's get responsive! */

/* Desktops */
@media screen and (min-width: 1200px) {

	header#masthead .site-branding .site-title a {
		margin-left: 85px;
	}

	#site-navigation.main-navigation ul#primary-menu {
		width: auto !important;
		margin: 0 auto !important;
		display: table !important;
	}

	#primary-menu.menu li a {
		margin: 0 40px 0 0;
	}

	#primary-menu.menu li a:hover, #primary-menu.menu li.hover a {
	}
	
	#site-navigation .menu li .sub-menu {
		background: #011b2a;
		width: 250px;
		margin-left: -60px;
	}
	
	#site-navigation .menu li:first-of-type .sub-menu {
		margin-left: -100px;
	}
	
	#primary-menu.menu li:first-of-type.hover .sub-menu {
		left: 0;
	}
	
	#primary-menu.menu li.hover .sub-menu {
		left: 0;
	}

	#primary-menu.menu li.current_page_item a,
	#primary-menu.menu li.current_page_parent a,
	#primary-menu.menu li.current-menu-parent a,
	#primary-menu.menu li.current-page-ancestor a,
	#primary-menu.menu li .sub-menu li.current_page_item a {
	}

	.menu li .sub-menu a {
		padding: .5em 1em;
		color: #fff;
	}
	
	.menu li.current-page-parent a,
	.menu li.current_page_item a,
	.menu li.current-page-ancestor a{
		color: #000;
	}

	.menu li a:hover {
		background: transparent;
		color: #127cde !important;
	}

	
	#hero_wrapper,
	#hero_wrapper .cycle-slideshow {
		min-height: 300px;
	}
	
	#hero_wrapper.tall,
	#hero_wrapper.tall .cycle-slideshow {
		min-height: 600px;
	}
	
	.home_hero_text_wrapper .home_hero_text {
		position: absolute;
		bottom: 0;
		z-index: 50;
		padding: 20px;
		display: block;
		width: 50%;
		background: rgba(0,0,0,.6);
		color: #fff;
	}

	footer .footer_section1 {
		width: 70%;
	}
		
	footer .footer_section2 {
		width: 25%;
		margin-left: 5%;
		text-align: right;
	}

	footer .footer_section1 .widget {
		float: left;
		margin-right: 20px !important;
		padding-left: 20px;
		border-left: 1px solid #41545f;
	}
	
	footer .footer_section1 .widget#text-5 {
		border-left: none;
		padding-left: 0;
		margin-right: 50px !important;
	}

	footer .footer_section1 .widget#text-8 {
		border-left: none;
		padding-left: 0;
	}

}


/* medium- styles */
@media screen and (max-width: 799px) {

	table tr th,
	table tr td {
		display: block;
	}
	
	.content_2cols.side_head .content_col-first {
		display: none;
	}
	
	.content_2cols.side_head .content_col {
		width: 100%;
	}
	
}


/* mobile styles */
@media only screen and (max-width: 1199px) {

	#site-navigation .menu,
	#site-navigation .menu-main-nav-container {
		background-color: #011b2a;
		color: #fff;
	}

	#site-navigation .menu li a {
		color: #fff;
	}

	#site-navigation #mobile_menu_icon {
		background-image: url(../img/mobile_menu_icon-dark.png);
	}

	#site-navigation #mobile_menu_icon.active {
		background-color: #011b2a;
		background-image: url(../img/mobile_menu_icon.png);
	}
	
	header .header_links {
		display: none;
	}
	
	header#masthead {
		background: #fff;
		position: fixed;
		z-index: 100;
		width: 100%;
		top: 0;
		height: 80px;
	}
	
	header#masthead .site-branding {
		margin: 0;
		padding: 0 20px;
	}
	
	header#masthead .site-branding .site-title a {
		margin-top: 10px;
		background-size: 107px 60px;
		height: 60px;
		width: 107px;
	}
	
	#site-navigation #mobile_menu_icon {
		top: 20px;
	}
	
	#site-navigation.main-navigation {
		margin-top: -10px;
	}
	
	#content {
		padding-top: 80px;
	}
	
	.hero_item {
		background-image: none !important;
		background-color: #efefef;
	}
	
	#footer .footer_section {
		margin-top: 30px;
	}
	
	#copyright * {
		text-align: center;
		line-height: 1.2em;
	}

}
