/* ===== import ===== */
@import url('flexmenu.css?version=090220');
@import url('bootstrap.min.css?version=090220');
@import url('styles.css?version=090220');

a {
    color: #983418;
    text-decoration: underline;
}

a:visited  {
    color: #983418;
    text-decoration: underline;
}

a:hover {
    color: #D1441D;
    text-decoration: none;
}

a:active  {
    color: #983418;
    text-decoration: underline;
}


/* ===== flexMenu ===== */
header.flexmenu {
  display: none;
}
.fm-social a:hover{
  color: #777;
  text-decoration: none;
}
.bg-dark-custom {
  background-color: #D1441D;
}
h3.font-custom {
  display: block;
  color: #D1441D;
  padding: 15px;
}
h3.font-custom a {
  color: #FFF;
  text-decoration: none;
}
h3.font-custom a:hover {
  color: #e45fa0;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  /*margin-bottom: 4rem;*/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 2rem;
  z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel-item {
  height: auto;
}
.carousel-item > img {
  width: 100%;
  height: auto;
}
/* Declare heights because of positioning of img element */
.section-carousel-item {
  height: auto;
}
.section-carousel-item > img {
  width: 100%;
  height: auto;
}
/* ===== main navigation =====*/
.bg-dark-custom {
   /* border-bottom: 3px solid #F2C44A; */
}

.maxWidth {
	max-width: 1140px;
}

.utility {
    background: #F2C44A none repeat scroll 0% 0%;
    border-bottom: 1px solid #D1441D;
}
.utilityNav ul {
    list-style: none;
}
.utilityNav li {
	display: inline-block;
    float: right;
    font-size: .9em;
    text-transform: uppercase;
    margin: 0 10px;
}
.utilityNav li a {
	color:  #7f2529;
	text-decoration: none;
}
.utilityNav li a:hover {
	color: #FFF;
	text-decoration: none;
}
/* ===== navigation =====*/
nav.main {
    font-family: 'Nunito', Arial,sans-serif;
    font-weight: 400;
    position: relative;
    z-index: 2;
    text-align: center;
    background-color: #D1441D;
}
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-color: #EBA904;
}
nav.main li a {
    display: block;
    color: #FFF;
    text-decoration: none;
    padding: 1.5em;
}
nav.main li a:hover {
    -webkit-transition: background 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    color: #FFF;
}
nav.main ul > li:hover {
    display: inline-block;
    color: #FFF;
}
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%;
}
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: #EBA904;
    color: #000a43;
}
nav.main ul ul > li a:hover {
    background: #D1441D;
    color: #FFF;
}
nav.main ul ul ul {
    /* section item sublist hide */
    display: none; 
    position: absolute; 
    top: 100%;
    min-width: 100%;
}
nav.main ul ul li:hover > ul {/* section item sublist display/dropdown upon hover */
    display: block;
    top: 0;
    left: 250px;
}
/* section */
section.main {
  display: table;
  margin: 30px 0px;
  width: 100%;
  font-size: 15px;
}

/* ===== footer ===== */
footer.main {
    background: #983418;
    color: #ffffff;
    width: 100%;
    padding: 15px 0;
}
footer.main h3 {
    color: #FFF;
}
footer.main a {
    color: #FFF;
	text-decoration: none;
}
footer.main a:hover {
    color: #FFF;
    text-decoration: underline;
}
footer.main .footLogo {
    padding: 25px 15px;
}
footer.main .footLogo img {
    max-width: 100%;
}
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: .2em;
	text-decoration: none;
}
footer.main .footSocial ul li a:hover {
    color: #F2C44A !important;
    text-decoration: none;
}
.footSocial ul li:hover {
    background: none !important;
}
footer.main .footDisclaimer {
    margin: 0;
    padding: 15px 15px 0px 15px;
    text-align: center;
}
/* ========================= MEDIA QUERIES ============================ */
/* desktop ----------- */
@media only screen and (max-width: 1200px) {

}
/* 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: 1rem;
      padding: 1.25em 1em;
    }
    h3.font-custom {
        font-size: 1em;
        margin: 4px 10px;
    }
    .carousel-item {
      height: auto;
    }
    .carousel-item img {
      width: 100%;
      height: auto;
    }
    .section-carousel-item {
      height: auto;
    }
    .section-carousel-item > img {
      min-width: 100%;
      height: auto;
    }
}

/* 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: block;
    }
    header.flexmenu .memberNav form{
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    nav.main {
      display: none;
    }
    h3.font-custom {
        font-size: 1.5em;
    padding: 15px;
        margin: 0 auto;
    }
    .carousel-item {
      height: auto;
    }
    .carousel-item > img {
      width: 100%;
      height: auto;
    }
    .section-carousel-item {
      height: auto;
    }
    .section-carousel-item > img {
      width: 100%;
      height: auto;
    }
    .countdown {
     padding: 15px 5px;
	}
	.countdown span.countdownBox {
     margin: 5px 3px;
	}
    
}
/* 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: block;
    }
    header.flexmenu .memberNav form{
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    nav.main {
      display: none;
    }
    h3.font-custom {
    font-size: 1.5em;
    padding: 15px;
    margin: 0 auto;
    }
    .carousel-item {
      height: auto;
    }
    .carousel-item > img {
      width: 100%;
      height: auto;
    }
    .section-carousel-item {
      height: auto;
    }
    .section-carousel-item > img {
      width: 100%;
      height: auto;
    }
        .countdown {
     padding: 15px 5px;
}
.countdown span.countdownBox {
     margin: 5px 3px;
}
}
/* tablet PRO (landscape) ----------- */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    header.flexmenu {
        display: none;
    }
    .fm-logo img {
        width: 100%;
        padding: 5px 15px;
    }
    nav.main li a {
      font-size: 1rem;
      padding: 1.25em 1em;
    }
    h3.font-custom {
        font-size: 1.25em;
    }
    .carousel-item {
      height: auto;
    }
    .carousel-item img {
      width: 100%;
      height: auto;
    }
    .section-carousel-item {
      height: auto;
    }
    .section-carousel-item > img {
      min-width: 100%;
      height: auto;
    }
}
/* 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.utility {
      display: none;
    }
    header.flexmenu .memberNav form{
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    h3.font-custom {
    padding: 15px;
}
    nav.main {
      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){
    nav.main {
        display: none;
    }
    header.utility {
      display: none;
    }
    .fm-logo img {
      width: 100%;
      padding: 5px 15px;
    }
    h3.font-custom {
     font-size: 1.2em;
    padding: 15px;
}
    .carousel img {
      width: 100%;
      height: auto;
    }
    .carousel-item {
      height: auto;
    }
    .carousel-item > img {
      width: 100%;
      height: auto;
    }
    .section-carousel-item {
      height: auto;
    }
    .section-carousel-item > img {
      width: 100%;
      height: auto;
    }
}
/* iPhone 6+, 7+, 8+ (landscape) ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    header.flexmenu {
        display: block;
    }
    header.flexmenu .memberNav form{
        display: block;
        margin: 0 auto;
        text-align: center;
    }
}
/* iPhone 6+, 7+, 8+ (portrait) ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){

}

/* iPhone X (landscape) NOTE: this breakpoint is the same as IPAD Portrait ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
    header.flexmenu {
        display: block;
    }
    header.flexmenu .memberNav form{
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    nav.main {
      display: none;
    }
    h3.font-custom {
   font-size: 1.2em;
    padding: 15px;
}
    .carousel-item {
      height: auto;
    }
    .carousel-item > img {
      width: 100%;
      height: auto;
    }
    .section-carousel-item {
      height: auto;
    }
    .section-carousel-item > img {
      width: 100%;
      height: auto;
    }
}
/* iPhone X (portrait) ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
    .fm-logo img {
        width: 100%;
        padding: 5px 15px;
    }
    .carousel img {
      width: 100%;
      height: auto;
    }
    .carousel-item {
      height: auto;
    }
    .carousel-item > img {
      width: 100%;
      height: auto;
    }
    .section-carousel-item {
      height: auto;
    }
    .section-carousel-item > img {
      width: 100%;
      height: auto;
    }
}

/* iPhone XS Max, XR (landscape) ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}
/* iPhone XS Max, XR (portrait) ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}



@media only screen and (max-width: 900px) {

	nav.main li a {
		font-size: .9rem;
		padding: 1.25em .7em;
	}