/* ===================================================================== */
/* =========================== Default Template ======================== */
/* ===================================================================== */

/* ===== imports ===== */
@import url('flexmenu.css?version=2');
@import url('/_include/css/bootstrap.min.css?version=051518');
@import url('styles.css?version=5');

/* ===== flexMenu ===== */
header.flexmenu {
    display: none;
}

.fm-logo h1 {
	font: 600 1em 'Open Sans', Arial, Sans-serif;
 	margin: 10px 0;
  	color: #fff;
}
/* ===== main header ===== */
header.main {
    width: 100%;
	
    background: #FFF url('/images/meetings/2019/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
	text-align: center; 
	
}
header.main img.logo  {
    margin: 0 auto;
	width: 100%;
	max-width: 1270px;
}

header.main img.logoNarrow  {
    display: none;
}
header.main .utilityNav {
    margin-top: 40px;
    padding: 40px 0 10px 0;
    text-align: right;
}
header.main .utilityNav ul {
    list-style: none;
    font-size: .95em;
}
header.main .utilityNav li {
    display: inline-block;
    padding: 0 13px 0 10px;
    position: relative;
    vertical-align: middle;
    border-right: 1px solid #178c74;
}
header.main .utilityNav li:nth-child(6) {
    border-right: none;
}
header.main .utilityNav li a {
    color: #FFF;
    font-weight: 600;
}
header.main .utilityNav li a:hover {
    color: #002D62;
    text-decoration: none;
    -webkit-transition: color 100ms linear;
    -ms-transition: color 100ms linear;
    transition: color 100ms linear;
}

/* ===== navigation =====*/
nav.main {
    background: #991e33 none repeat scroll 0 0;
   /* border-bottom: 1px solid #0f284c;
    border-top: 1px solid #0f284c;
	*/
    position: relative;
    z-index: 1;
}
nav.main ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
nav.main li {
    display: inline;
    position: relative;
}
nav.main li:hover {
    background: #060709;
    color: #113D72;
	-webkit-transition: background 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}
nav.main li a {
    display: block;
    color: #FFF;
    text-decoration: none;
    padding: 1em 2em;
}
nav.main li a:hover {
    background: #060709;
    -webkit-transition: background 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}
nav.main ul > li:hover {
    display: inline-block;
    color: #113D72;
}
nav.main ul > li { 
    display: inline-block;
    text-align: left;
}
nav.main ul > li:hover {
    display: inline-block;
}
nav.main li ul li a {
    padding: 1em 1.25em;
}
nav.main ul ul {
    display: none; 
    position: absolute; 
    top: 100%;
    background-color: #991e33;
}
nav.main ul li:hover > ul {
    display: block;
}
nav.main ul li ul li {
    width: 250px;
}
nav.main ul ul > li a {
    display: block;
    background-color: #991e33;
}
nav.main ul ul > li a:hover {
    background: #060709;
    color: #FFF;
}

section.main .section-content {/* temp */
    min-height: 600px;
}
section.main .section-content, section.main .section-dates {
    margin: 25px auto;
}



/* ===== important dates ===== */
.section-dates {
	background-color: #f8f4ec;
  	font: 400 .85em 'Open Sans', Arial, Sans-serif;
  	line-height: 1.6em;
	
}

.dates {
	padding: 10px 4px;
	
}

.red {
	color:#991f34;
}

.dates h3 {
 	color: #000;
  	font: 600 1.6em 'Open Sans', Arial, Sans-serif;
  	padding: 10px 0;
  	margin: 0 0 10px 0;
	border-bottom: 1px dotted #ebac1f;
}
.section-dates img {
	width: 100%;
	max-width: 250px;
}






/* ===== footer ===== */
footer.tagLine {
     background: #133360;
}
footer.tagLine h2 {
    font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    margin: 0;
    padding: 15px;
    color: #F8C734;
    text-align: center;
    font-size: 1.2em;
    font-weight: 400;
    font-style: italic;
	border-bottom: 0;
}
footer.main {
    background: #991e33;
       color: #ffffff;
    width: 100%;
    padding: 15px 0;
    font-size: .9em;
}
footer.main h3 {
    font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    color: #FFF;
	border-bottom: 0;

}
footer.main a {
    color: #FFF;
}
footer.main a:hover {
    color: #F8C734;
    text-decoration: none;
}
footer.main .footLogo {
    padding: 25px 15px;
}
footer.main .footLinks ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer.main .footSocial ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.5em;
}
footer.main .footSocial li {
    display: inline-block;
}
footer.main .footSocial ul li a {
    padding: .5em;
	
	text-decoration: none;
}
footer.main .footSocial ul li a:hover {
    color: #FFF !important;
    text-decoration: none;
}
.footSocial ul li:hover {
    background: none !important;
}
footer.main .footDisclaimer {
    margin: 25px 0;
    /* padding: 15px 0px 0px 0px;*/
    text-align: center;
}
footer.main .footDisclaimer p {
    margin: 0;
    padding: 5px 0;
}
footer.main .footDisclaimer p a {
    text-decoration: underline;
}
footer.main .footDisclaimer p a:hover {
    color: #F8C734;
    text-decoration: none;
}
/* ========================= MEDIA QUERIES ============================ */
/* desktop ----------- */
@media only screen and (max-width: 1200px) {

	nav.main li a {
        padding: 1em 1.3em;
	}

}

@media only screen and (max-width: 1024px) {

	header.main img.logo  {
	 display: none;
    
}

header.main img.logoNarrow  {
margin: 0 auto;
	width: 100%;
	max-width: 1024px;
	display: block;
   
}

}


/* tablet (landscape) ----------- */
@media only screen and (max-width: 1170px), only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

		

    nav.main li a {
		font-size: .9em;
        padding: 1em .8em;
    }
	
    footer.main .footSocial ul li a {
        padding: .25em;
    }
}
/* tablet (portrait) PRO----------- */
@media only screen and (min-device-width: 1024px) and (max-device-width : 1024px) and (min-device-height : 1366px) and (max-device-height : 1366px) and (min-width: 1024px) and (max-width: 1024px) {
    header.flexmenu {
        display: none;
    }
}
/* tablet (portrait) ----------- */
@media only screen and (max-width: 768px), only screen and (max-width: 768px), only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

    header.flexmenu {
        display: none;
    }
   
    nav.main li a {
		font-size: .7em;
        padding: 1em .45em;
    }
	
	footer.main .footLogo {
        display: none;
    }
    footer.main .footSocial ul li a {
    padding: .30em;
    }

}
/* mobile phone (landscape) ----------- */
@media only screen and (max-width: 667px), only screen and (max-width: 667px), only screen and (max-width: 667px), only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    
    header.flexmenu {
        display: block;
    }
    header.main .logo {
        text-align: center;
    }
    header.main .utilityNav {
        display: none;
    }
    header.main .utilityNav .search {
        display: none;
    }
    nav.main, header.main .utilityNav .search  {
        display: none;
    }

    div.imgContainer > div.captions {
        width: 100%;
        padding: 15px 0;
        float: none;
    }
    footer.main .footAddress, footer.main .footLinks, footer.main .footLogo, footer.main .footSocial{
        display: none;
    }

}
/* mobile phone (portrait)----------- */
@media only screen and (max-width: 375px), only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){

   
   
    footer.main .footAddress, footer.main .footLinks, footer.main .footLogo, footer.main .footSocial{
        display: none;
    }
   
}
