/*
Theme Name: Great Lakes Commission
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 2.7.8
Description: Divi Child Theme
Template: Divi

*/

/* Main Theme Styles */
@import url("../Divi/style.css");

/* =Theme customization starts here
------------------------------------------------------- */

span.news-header {
    font-size: 50px;
    line-height: 54px;
    font-weight: 700;
    color: #223867;
    display: block;
    margin-bottom: 50px;
}

.single-post #main-content .container {
    padding-top: 100px;
}


/************Navigation bar*************/

/*Replace “POST_TYPE” with the slug for your new CPT created with CPTUI.
___________________________________________________________*/
 
.et_pb_pagebuilder_layout.single-projects #page-container .et_pb_row {
width: 100%;
}
.et_pb_pagebuilder_layout.single-projects #page-container .et_pb_with_background .et_pb_row {
width: 80%;
}




@media only screen and (max-width: 980px) {
.et_fixed_nav #logo {
padding: 10px 0;
max-height: 70px;
}
#main-header {
min-height: 70px !important;
}
}


div#et-top-navigation {
    margin-right: 18px !important;
}

#top-menu li {
    display: inline-block;
    padding-right:13px;
    font-size: 14px;
    padding-left: 22px;
}

/* removed to fix a FF error
.et_header_style_left .logo_container {
    width: 22%;
    float: left;
    position: relative;
}*/

.menu-container {
    width: 74%;
    float: right;
}

#et-secondary-menu {
    float: right;
    padding: 20px;
}

.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding: 0px !important;
}

.container.clearfix.et_menu_container {
    width: 97%;
}

.et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: fixed;
    width: 95%;
    margin-left: 2.5%;
    margin-top: 1%;
}

div#et-main-area {
    margin-top: -121px;
}

#et-secondary-menu > ul > li a {
    line-height: 40px;
}

.et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
    padding-bottom: 15px !important;
}

#et-secondary-menu > ul > li:first-child a:after {
    content: '|';
    margin-left: 16px;
}

/* ---------- SEARCH BOX STYLES */

.et_search_form_container {
   opacity: 1;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 7px;
}

.et_search_outer {
    overflow: visible;
    position: relative;
    top: 0;
    width: 250px !important;
    float: right;
    margin-left: 20px;
}

form.et-search-form {
    width: 95%;
}

#et_top_search, span.et_close_search_field {
    display: none;
}

/*******Footer widgets*******/

ul.social li {
    display: inline;
    float: left;
}

ul.social li:before {
    display: none;
}

ul.social li a {
    background: #3Caee2;
    padding: 10px;
    font-size: 26px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: block;
    text-align: center;
}

ul.social li:last-child a {
    background: transparent;
    padding: 0px;
}

footer a {
    color: #fff !important;
}

/* -------- SHARING TOOLS */

a.a2a_dd.addtoany_no_icon.addtoany_share_save:before {
    content: "\f08e";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}

a.a2a_dd.addtoany_no_icon.addtoany_share_save {
    color: #989c97;
    text-transform: uppercase;
}

/* ------- TABS STYLES */

.et_pb_tabs {
    padding-left: 40px;
}

.et_pb_tabs_controls li a {
    font-size: 24px;
}

.et_pb_tab {
    line-height: 1.6em;
}

.et_pb_tabs li {
    border-right: 1px solid #666;
}

.et_pb_tabs li:last-child {
    border-right: 0px;
}


/* ------- PROJECT MENU */

.project-side-menu li, .project-side-menu li a {
    font-size: 24px;
}

/* -------- BREADCRUMB STYLES */

.breadcrumb a, .breadcrumb {
    color: #989c97;
    font-size: 12px;
}


/* ------- TWITTER FEED */
.ai-twitter-item .imgdisplay {
	background: transparent !important;
}



/* ------- RESILIENCY RESOURCE LIBRARY FORMATTING */

/* FLEX GRID */

.flex-grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}

.flex-grid article.issue {
    width: 30%;
	margin-right: 1em;
    background: #fff;
    padding: 5em 2em;
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	transition: all ease 0.5s;
}

article.issuecard {
    width: 94%;
	margin-right: 1em;
    background: #fff;
    padding: 5em 2em;
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	transition: all ease 0.5s;
}

.et_pb_dp_dmb_module_550, .et_pb_dp_dmb_module_550 .et_pb_module_inner, .issuecard {
    height: 100%;
}

.flex-grid article.issue:hover, article.issuecard:hover, article.issuecard:focus {
    background: #0F8385;
	padding: 3em 2em;
}

article.issuecard.inactive:hover, article.issuecard.inactive:focus {
    background: #e9e9e9;
}

.flex-grid article.issue:hover a, article.issuecard:hover a, article.issuecard:focus a {
    color: #fff;
}

.flex-grid article.issue a, article.issuecard a, article.issuecard h2 {
    font-weight: 700;
	font-size: 18px;
    color: #102A58;
	margin-bottom: 1em;
	transition: all ease 0.5s;
}

.flex-grid article.issue img, article.issuecard img {
    margin-bottom: 1em;
}

.flex-grid article.issue p.excerpt, article.issuecard p.excerpt {
    text-align: center;
    height: 0;
	color: #fff;
    overflow: hidden;
	transition: all ease 0.5s;
}

article.issuecard.inactive:hover p, article.issuecard.inactive:focus p {
    color: #102A58;
}

.flex-grid article.issue:hover p.excerpt, article.issuecard:hover p.excerpt, article.issuecard:focus p.excerpt {
	height: 100px;
	overflow: visible;
}
.card {
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    border-radius: 20px;
    width: 30%;
    padding: 2em 1em;
    margin: 0 2em 2em 0;
}

p.article-title a {
    font-weight: 700;
    font-size: 1.3em;
	text-decoration: underline;
}

.filters > * {
	margin-right:1em;

}

.filters label {
    font-size: 0;
}

input.btn {
    background: #33bbed; 
    border: 0;
    color: #fff;
    font-size: 18px;
    padding: .5em 1em;
    border-radius: 8px;
}

select {
    background: #F2F7FC;
    border: 1px solid #E9F0F6;
    color: #1F74AD;
    font-size: 18px;
    font-weight: 700;
}

.fs-label-wrap .fs-label {
    background: #F2F7FC;
    color: #1F74AD;
    font-size: 16px;
    font-weight: 700;
}


.fs-label-wrap {
	border: 1px solid #E9F0F6;	
}

.fs-arrow {
	border-top: 5px solid #1f74ad;
}

select option {
	color: #1F74AD;
    font-size: 16px;
    font-weight: 700;
}