/**
 * This file will be included in header in every page after foundation.
 * It should be used for content that relates
 * to your site as a whole, it should not be used for plugin-specific css.
 */

/*** Header Nav ***/
/*
|-----------------------------------------------------------------------------------------------------------
| NAV STYLES
|-----------------------------------------------------------------------------------------------------------
*/
/*nav main*/
nav .item{
	display: inline-block;
   font-family:'Nexa W01 Book';
    margin-right: 25px;
    position: relative;
}
nav .item:last-child{
	margin-right: 0;
}
nav .item a{
	color: #c60013;
    font-family: "Nexa W01 Heavy";
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}
nav .item a.active{
    color: #fff;
}
nav .main-nav > .item{
	border-left: 1px solid #e1e1e1;
    cursor: pointer;
    display: inline-block;
    font-family: "Nexa W01 Book";
    margin-right: 0;
    min-height: 50px;
    padding-top: 13px;
    position: relative;
    text-align: center;
    width: 16.3%;
}
nav .main-nav > .item:last-child{
    border-right: 1px solid #e1e1e1;
}
nav .main-nav .item .subMenuCont{
	width: 103.5%;
	background-color: #ffffff;
	position: absolute;
	top: 130%;
	left: -0.5%;
	max-height: 0px;
    text-align: left;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 0 0 0 #000;
    opacity: 0;
    border: 1px solid rgba(255,255,255,0.0);
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
nav .main-nav .item:hover{
   
}
nav .main-nav .item:hover > a{
    color: #a50000;
}
nav .main-nav .item.active > a{
    color: #eca63e;
}
nav .main-nav .item:hover .subMenuCont{
    max-height: 4000px;
    top: 97%;
    border: 1px solid #e1e1e1;
    opacity: 1;
}
nav .main-nav .item:last-child .subMenuCont{
    left: -0.6%;
    width: 101.5%;
}
nav .main-nav .item:last-child:hover .subMenuCont{}
nav .subMenuCont .item{
    background-color: transparent;
    border-bottom: 1px solid #e1e1e1;
    display: inline-block;
    margin-bottom: 1px;
    min-height: 35px;
    padding: 4px 0 0;
    position: relative;
    text-align: center;
    width: 100%;
    -webkit-transition: all 225ms ease-in-out;
    -moz-transition: all 225ms ease-in-out;
    -o-transition: all 225ms ease-in-out;
    transition: all 225ms ease-in-out;
}
nav .subMenuCont .item a{
	color: #cb002a;
    font-family: "Nexa W01 Heavy";
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
nav .subMenuCont .item:last-of-type{
    border-bottom: none;
}
nav .subMenuCont .item:hover{
    background-color: #e1e1e1;
}
nav .subMenuCont .item:hover a{
    color: #a50000;
}
/*nav secondary*/
.section-top-nav{
    float: left;
    height: 30px;
    margin-right: 35px;
    position: relative;
    width: 180px;
    display: inline-block;
    margin-left: 20px;
    margin-top: 40px;
    background-color: #fff;
    position: relative;
    z-index: 1000;
}
.section-top-nav .items{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    overflow: hidden;
}
.section-top-nav.open{
    background-image: none;
}
.section-top-nav .items:before{
    background-image: url("/includes/public/assets/images/dropdown-arrow.png");
    background-repeat: no-repeat;
    content: "";
    height: 8px;
    position: absolute;
    right: 10px;
    top: 12px;
    transform: rotate(0deg);
    width: 13px;
    z-index: 1;
    -webkit-transition: all 225ms ease-in-out;
    -moz-transition: all 225ms ease-in-out;
    -o-transition: all 225ms ease-in-out;
    transition: all 225ms ease-in-out;
}
.section-top-nav.open .items:before{
    background-image: url("/includes/public/assets/images/dropdown-arrow.png");
    background-repeat: no-repeat;
    content: "";
    height: 8px;
    position: absolute;
    right: 10px;
    top: 11px;
    transform: rotate(-180deg);
    width: 13px;
    z-index: 1;
}
.section-top-nav a,
.section-top-nav span{
	border-right: 1px dotted #fff;
    color: #c7001a;
    cursor: pointer;
    display: none;
    font-family: "Nexa W01 Book";
    font-size: 14px;
    font-weight: normal;
    height: 29px;
    letter-spacing: 1px;
    margin-right: 0;
    padding: 4px 0 0 13px;
    text-transform: uppercase;
    width: 100%;
    -webkit-transition: color 225ms ease-in-out;
    -moz-transition: color 225ms ease-in-out;
    -o-transition: color 225ms ease-in-out;
    transition: color 225ms ease-in-out;
    position: relative;
    z-index: 2;
}
.section-top-nav.open a:not(:first-child){
    border-top: solid 1px #e1e1e1;
}
.section-top-nav a:not(.active){
    
}
.section-top-nav a.active,
.section-top-nav span.active {
    display: block;
}
.section-top-nav.open a{
    display: block;
}
.section-top-nav a:hover,
.section-top-nav span:hover{
    color: #a50000;
}
.section-top-nav a:last-child{
}

.nav-side {
    border-bottom: 1px solid #cfcece;
    margin-bottom: 0px;
    max-height: 41px;
    overflow: hidden;
}
.nav-side.open {
    max-height: 40000px;
    overflow: visible;
}
.nav-side .title {
    background-color: #0081c6;
    border: 1px solid #cfcece;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Nexa W01 Heavy";
    font-size: 18px;
    height: 40px;
    padding: 8px 21px 8px 16px;
    text-transform: uppercase;
}
.nav-side .title i {
    color: #73b9df;
    font-size: 22px;
    left: 9px;
    position: relative;
    top: 1px;
}
.nav-side .title .fa-angle-down,
.nav-side.open .title .fa-angle-up {display: inline-block; cursor: pointer;}
.nav-side .title .fa-angle-up,
.nav-side.open .title .fa-angle-down {display: none; cursor: pointer;}
.nav-side .items {
    padding-top: 15px;
}
.nav-side .items {
    color: #0081c6;
    display: block;
    font-family: "Nexa W01 Heavy";
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.nav-side .items a, 
.nav-side .items .item {
    color: #0081c6;
    cursor: pointer;
    display: inline-block;
    font-family: "Nexa W01 Heavy";
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}
.nav-side .items .item.active {
    color: #fff;
}
.nav-side .items .item {width: 30%; display: inline-block;}
.nav-side .submenu {
    background-color: #0081c6;
    display: none;
    left: -11px;
    padding: 11px 24px 5px 19px;
    position: absolute;
    top: -12px;
    width: 100%;
    z-index: 50;
}
.nav-side .item.active .submenu {
    display: block;
}
.nav-side .submenu a {
    color: #fff;
    font-size: 12px;
    margin-top: 7px;
    padding-left: 0;
}

.nav-side .item.active .container .submenu,
.nav-side .items .item .submenu .item {display: block; width: 100%; margin-bottom: 0;}
.nav-side .items .item .submenu .item a {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding-left: 0px;
}
.nav-side .item.active .container .submenu .container .submenu {display: none;}
.nav-side i {
    cursor: pointer;
    font-size: 12px;
    left: 7px;
    position: relative;
    top: -2px;
    z-index: 100;
}

.nav-side i.fa-plus {
    color: #ea2130;
}
.nav-side i.fa-minus {
    color: #fff;
    display: none;
}
.nav-side .item.active i.fa-minus {
    display: inline-block;
    font-size: 11px;
    left: 12px;
    position: relative;
    top: -2px;
    width: auto;
}
.nav-side .item.active i.fa-plus {
    display: none;
}

/*nav footer*/
.footer-nav{}
.footer-nav .footer-nav-col {
    display: inline-block;
    vertical-align: top;
    width: 45%;
}
.footer-nav .footer-nav-col:first-of-type {margin-right: 10px;}
.footer-nav a{
    display: block;
    font-family: "Nexa W01 Book";
    font-size: 20px;
    margin-bottom: 4px;
    text-align: left;
    width: 100%;
}
.footer-nav a.main{
    font-family: "Nexa W01 Heavy";
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.footer-nav .columns:nth-child(2) a.main{
    margin-bottom: 0px;
}

/* Nav Bottom */



/*mobile*/

.mobileNav .dl-menuwrapper button {
	background-color: transparent;
	text-indent : 0;
	width: auto;
	float: right;
	margin-bottom: 0;
	height: 50px;
	right: 20px;
}
.mobileNav .dl-menuwrapper button:hover,
.mobileNav .dl-menuwrapper button:focus,
.mobileNav .dl-menuwrapper button:active,
.mobileNav .dl-menuwrapper button.dl-active, 
.mobileNav .dl-menuwrapper ul {
	background-color: #fff;
}
.mobileNav .dl-menuwrapper button:after {
	display: none;
}
.mobileNav .dl-active .hamburger::before{
    content: "\f00d";
    color: #c88a3d;
    font-family: fontAwesome;
    font-size: 20px;
    left: 7px;
    position: absolute;
    top: -1px;
}
.mobileNav .dl-active .hamburger{
    height: 20px;
    background-image: none;
}
.header-section .hamburger .text{
    color: #d11242;
    font-family: "Nexa W01 Heavy";
    font-size: 15px;
    left: -3px;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
 }
 .header-section .hamburger  .fa-search{
    display: none;
 }
.mobileNav.active .container{
    background-color: #fff;
    display: block;
    height: auto;
    padding: 20px 0;
    position: absolute;
    right: -32px;
    top: 50px;
    width: 320px;
    z-index: 100000;  
}
.mobileNav ::-webkit-input-placeholder {
	color: #281203;
}
.mobileNav :-moz-placeholder { /* Firefox 18- */
  	color: #281203;  
}
.mobileNav ::-moz-placeholder {  /* Firefox 19+ */
  	color: #281203;  
}
.mobileNav :-ms-input-placeholder {  
  	color: #281203; 
}
.mobileNav .item{
    display: inline-block;
    position: relative;
    text-align: left;
    width: 100%;
}
.mobileNav .item a{
	 color: #fff;
     font-weight: normal;
}
.mobileNav .dl-menuwrapper .dl-menu .item,
.mobileNav .dl-menuwrapper .dl-menu .dl-parent{
    border-bottom: 1px solid #dadada;
   
    margin-bottom: 0;
    width: 100%;
}
.mobileNav .dl-menuwrapper .dl-menu li.item:last-child{
    border-bottom: none;
}
.mobileNav .dl-menuwrapper li .dl-back::before, 
.mobileNav .dl-menuwrapper li > a:not(:only-child)::after {
    content: "\f105";
    font-family: "fontAwesome";
    line-height: 50px;
    position: absolute;
    top: 0;
    color: #ddd;
    font-size: 28px;
    font-weight: bold;
    right: 30px;
}
.mobileNav .dl-menuwrapper li .dl-back::before {
	content: "\f104";
	font-weight: bold;
	left: 10px;
	color: #cf0739;
}
.mobileNav .dl-menuwrapper .dl-menu li a{
    color: #cf0739;
    font-family: "Nexa W01 Heavy";
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
}
.mobileNav .dl-menuwrapper .dl-menu li a span{
    color: #dedede;
    float: right;
    font-size: 17px;
    position: relative;
    top: 8px;
}
.mobileNav .dl-menuwrapper .dl-menu li.dl-parent a{color: #4c4c4c;}


.mobile-nav-second{
    margin-bottom: 15px;
    padding: 0;
}
.mobile-nav-second nav{
    margin-bottom: 15px;
    padding: 13px 0 0;
}
.mobileNav .dl-menuwrapper .dl-menu .item-secondary a {
    color: #4c4c4c;
    font-family: "Nexa W01 Heavy";
    font-size: 15px;
    font-weight: normal;
    padding: 10px 32px 10px 20px;
}
.dl-menuwrapper .dl-menu .item-secondary li.dl-parent a{color: #cf0739;}
.mobileNav .dl-menuwrapper .dl-menu li.item-secondary .dl-back::before, 
.mobileNav .dl-menuwrapper .dl-menu li.item-secondary > a:not(:only-child)::after {
    content: "\f105";
    color: #cc002c;
    font-family: "fontAwesome";
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
    position: absolute;
    top: 0;
}
.mobileNav .dl-menuwrapper .dl-menu li.item-secondary .dl-back::before {content: "\f104"; color: #4c4c4c;}
.mobileNav .dl-menuwrapper .dl-menu .item-secondary span{
    color: #cc002c;
    float: right;
    font-size: 12px;
    position: relative;
    top: 7px;
}
.mobileNav .dl-menuwrapper .dl-menu .item-secondary{
    margin: 0;
}
.mobileNav .link{
    display: block;
    width: 100%;
}
.mobileNav .link a{
    color: #fff;
    display: block;
    font-family: "Sofia Rough W00 Black One";
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 25px;
    width: 100%;
}
.mobileNav .link a i{
    color: #f0a028;
    font-size: 20px;
    margin-right: 7px;
    position: relative;
    top: 2px;
}

.mobileNav .dl-menu.dl-menuopen {
	position: relative;
}
.mobileNav .dl-menuwrapper {
	float: right;
	right: 0px;
}
.mobileNav .dl-menuwrapper:first-child {
	margin: 0;
}
.mobileNav .dl-menuwrapper ul {
	background-color: #fff;
	margin-left: 0;
	margin-top: 0;
}

@media only screen and (max-width: 375px) { 
    .mobileNav .dl-menuwrapper {right: 5px;}
	.mobileNav .dl-menuwrapper ul {
        min-width: 300px;
        right: 120px;
    }    
}

/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64.000em) { 
	.header-section .hamburger .fa-search {
        background-image: url("/includes/public/assets/images/icon-search.png");
        background-position: left 12px center;
        background-repeat: no-repeat;
        background-size: 17px 17px;
        border-left: 1px solid #dedede;
        color: #d11242;
        display: inline-block;
        font-size: 14px;
        height: 32px;
        margin-left: 3px;
        text-align: center;
        text-indent: -9999px;
        width: 30px;
        top: -8px;
        position: relative;
    }
    .mobileNav .hamburger.dl-active::before {
        font-size: 23px;
        left: 5px;
        position: absolute;
        top: -2px;
    }
    .header-section .hamburger .text {
        font-size: 18px;
        left: 10px;
        letter-spacing: 2px;
        top: -1px;
    }
    .mobileNav {
        padding-top: 15px;
    }
    .header-section .hamburger{
        border: medium none;
        float: right;
        height: 30px;
        margin-right: 0;
        padding-left: 9px;
        width: 146px;
    }
    .header-section .hamburger i {
        font-size: 21px;
        left: 2px;
        position: relative;
        top: -2px;
    }
    .mobileNav .dl-menuwrapper {right: 50px;}
}

