
/*
|-----------------------------------------------------------------------------------------------------------
| Main Nav Widget
|-----------------------------------------------------------------------------------------------------------
*/

.nav-primary {
  position: relative;
  float: right;
  text-align: right;
}

.nav-primary .microhome { display: none; }

.nav-primary .item {
	display: inline-block;
    margin: 0;
    margin-right: 25px;
    height: 30px;
}

.nav-primary .item:last-child {
    margin-right: 0;
}

.nav-primary .item a {
    color: #fff;
    font-family: "acumin-pro-extra-condensed",sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.02em;
    text-decoration: none;
    text-transform: uppercase;
}

.nav-primary .nav-marker {
    position: relative;
    z-index: 20002;
    background: url('/includes/public/assets/images/nav-marker.png') no-repeat bottom center;
    width: 110px;
    height: 30px;
    display: none;
}
.nav-primary .item:last-child .nav-marker { width: 58px; }
.nav-primary .dropdown {
	background-color: rgba(255,255,255,0.8);
	box-shadow: 1px 0 5px rgba(0, 0, 0, 0.4);
	display: none;
	min-width: 760px;
	min-height: 50px;
	padding: 30px 40px 30px 10px;
	position: absolute;
	width: auto;
	z-index: 20001;
	left: 0;
	bottom: -30px;
	transform: translateY(100%);
}

.nav-primary .item:hover > .dropdown,
.nav-primary .item:hover > .nav-marker { display: block; }

.nav-primary .dropdown .dropdown-items {
    float: left;
    width: 75%;
}
.nav-primary .dropdown .dropdown-ad {
    float: left;
    width: 25%;
    position: relative;
}

.nav-primary .dropdown .dropdown-ad .drop-title{
    position: absolute;
    bottom: 28px;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
}

.nav-primary .dropdown .dropdown-ad .drop-title a{
	display: block;
	margin: 0 auto;
	padding: 4px 10px;
	width: 100%;
	max-width: 95%;
	font-size: 24px;
	background-color: rgba(51,62,72,0.8);
}

.nav-primary .dropdown .dropdown-item {
    float: left;
    list-style: outside none none;
    margin-bottom: 10px;
    margin-right: 15px;
    padding: 4px 0;
    text-align: left;
    width: 45%;
}

.nav-primary .dropdown .dropdown-item a {
	color: #00739a;
    display: block;
    font-family: "acumin-pro-condensed",Arial;
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
    padding: 0 10px 3px;
    text-align: left;
    text-transform: none;
    width: auto;
    vertical-align: middle;
}
.nav-primary .dropdown .dropdown-item:hover { background-color: #a7bbc9; }
.nav-primary .dropdown .dropdown-item:hover a { color: #fff; }

/*
|-----------------------------------------------------------------------------------------------------------
| Interior Side Nav Widget
|-----------------------------------------------------------------------------------------------------------
*/

.interior-nav {
    background-color: #00739a;
    transition: all 0.5s;
    margin-bottom: 30px;
}
.maincont.timeline .interior-nav {
    margin-bottom: 0;
}
.interior-nav:hover {
    background-color: #016283;
}
.interior-nav .toggle {
    float: left;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    text-transform: uppercase;
    position: relative;
}
.interior-nav .toggle i.fa-list {
    float: left;
    line-height: 40px;
    width: 30px;
}
.interior-nav .toggle > i.top-submenu.open {
    transform: rotate(180deg);
}
.interior-nav .toggle:after {
    content: "";
    position: absolute;
    left: 40px;
    right: 0;
    top: 100%;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid #00739a;
    transition: all 0.5s;
}
.interior-nav:hover .toggle:after {
    border-top-color: #016283;
}
.interior-nav ul {
    list-style: none;
    margin: 0;
}
.interior-nav .menu {
    position: absolute;
    background-color: #00739a;
    z-index: 10;
    top: 40px;
    padding: 15px 30px;
}
.interior-nav .menu li {

}
.interior-nav .menu li a {
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    padding-bottom: 5px;
    font-weight : 400;
}
.interior-nav .menu li .open-submenu {
    position: relative;
    z-index: 1;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    padding: 0 5px;
    line-height: 35px;
    transition: transform 0.5s;
}
.interior-nav .menu li .open-submenu.open {
    transform: rotate(180deg);
}
.interior-nav .menu li a.active {

}
.interior-nav .menu li a:hover:before,
.interior-nav .menu li a.active:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    height: 35px;
    width: 100%;
    background-color: #016283;
    z-index: -1;
}
.interior-nav .menu li ul {
    display: none;
    padding-left: 20px;
}
.interior-nav .menu li ul.open {
    display: block;
}

/*
|-----------------------------------------------------------------------------------------------------------
| Footer Nav Widget
|-----------------------------------------------------------------------------------------------------------
*/

.footer-nav-cont {
	display: block;
    width: 100%;
	margin-bottom: 0px;
	text-align: center;
}
.footer-nav-cont ul { margin: 0; }
.footer-nav-cont ul li {
    background-color: #069aa6;
    width: 100%;
    padding: 2px 20px 3px;
    margin: 0 0 1px;
    vertical-align: middle;
    text-align: left;
    list-style: none;
}
.footer-nav-cont a,
.footer-nav-cont a:link,
.footer-nav-cont a:visited,
.footer-nav-cont a:focus {
	font-family: "acumin-pro-condensed", Arial;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    display: block;
}

.footer-nav-cont .pipe {color: #fff; margin: 0 10px}

.bottom-nav-cont {margin-bottom: 5px;}
.bottom-nav-cont,
.bottom-nav-cont a {
    font-family: "acumin-pro-condensed", Arial;
    font-size: 16px;
    font-weight: 700;
    color: #00739a;
    text-align: center;
    text-transform: uppercase;
}
.bottom-nav-cont a { padding: 0 5px; }
.bottom-nav-cont a:first-child { padding-left: 0; }
.bottom-nav-cont .pipe { color: #a7bbc9; }
.bottom-nav-cont .pipe:last-child { display: none; }

/*** mobile nav ***/
.mobilenav {
	background-color: transparent;
    position: absolute;
	padding: 20px 0 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: 1;
}
.mobilenav.active {
	height: 100vh;
    z-index: 20002;
}

.header-section .hamburger {
    background-color: #00adbb;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    height: 45px;
    position: absolute;
    right: 5px;
    font-size: 24px;
    text-align: center;
    top: 20px;
    vertical-align: top;
    width: 45px;
    color: #fff;
}
.mobilenav .hamburger .fa {
    position: relative;
    top: 2px;
    line-height: 1;
    vertical-align: middle;
}
.header-section .hamburger span {
    font-family: "acumin-pro-condensed", Arial;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    vertical-align: top;
}
.mobilenav .hamburger.active .fa-navicon,
.mobilenav .hamburger .fa-times {display: none;}
.mobilenav .hamburger .fa-navicon,
.mobilenav .hamburger.active .fa-times{ display: block;	}

.header-section .mobilenav .nav-marker {
    background: rgba(0, 0, 0, 0) url("/includes/public/assets/images/nav-marker.png") no-repeat scroll 97% bottom;
    right: 100%;
    top: 45px;
    display: block;
    opacity: 0;
    -webkit-transition: opacity 225ms ease-in-out;
       -moz-transition: opacity 225ms ease-in-out;
         -o-transition: opacity 225ms ease-in-out;
            transition: opacity 225ms ease-in-out;
}
.header-section .mobilenav.active .nav-marker { opacity: 1; }

.mobilenav .mobile-dd {
    position: relative;
    top: 45px;
    right: 5px;
    display: none;
    background-color: #fff;
    border-bottom: 3px solid #9cafbc;
    opacity: 0;
    -webkit-transition: opacity 225ms ease-in-out;
       -moz-transition: opacity 225ms ease-in-out;
         -o-transition: opacity 225ms ease-in-out;
            transition: opacity 225ms ease-in-out;
}

.mobilenav .mobile-dd.active {
    display: block;
    opacity: 1;
    overflow-y: visible;
    height: auto;
}

.mobilenav ul {
    position: relative;
    margin: 0;
}
.mobilenav ul.nav-list li {
    float: none;
    overflow: hidden;
    position: relative;
    list-style-type: none;
    border-bottom: 1px solid #e0eaf1;
    width: 100%;
}
.mobilenav ul.nav-list li.selected {
    background-color: #eff8fe;
}

.mobilenav ul.nav-list li.mobile-item {
    margin: 0 15px;
}
.mobilenav ul.nav-list li.item-main {}

.mobilenav ul.nav-list li.item-main > a,
.mobilenav ul.nav-list li.item-main ul li > a {
    color: #00739a;
    float: left;
    font-family: "acumin-pro-extra-condensed",Arial;
    font-size: 32px;
    font-weight: 700;
    line-height: 37px;
    margin: 0;
    padding: 5px 10px 10px 20px;
    text-align: left;
    text-transform: uppercase;
    vertical-align: top;
    width: 100%;
}

.mobilenav ul.nav-list li.item-footer a,
.mobilenav ul.nav-list li.item-footer ul li a {
    font-size: 26px;
    text-transform: none;
}

.mobilenav ul.nav-list li.item-main ul li > a { padding-left: 40px; }
.mobilenav ul.nav-list li.item-main ul li ul li > a { padding-left: 60px; }

/* Add arrow to parent items with children*/
.mobilenav ul.nav-list li .arrow {
    border-left: 1px solid #e0eaf1;
    color: #adc0cd;
    display: none;
    font-size: 34px;
    height: 100%;
    line-height: 50px;
    position: relative;
    right: 0px;
    text-align: center;
    top: 0;
    vertical-align: top;
    width: 40px;
}
.mobilenav ul.nav-list li.has-submenu .arrow {
    display: inline-block;
}
.mobilenav ul.nav-list li .fa {
    height: 100%;
    line-height: 50px;
     width: 45px;
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}
.mobilenav ul.nav-list li .active .fa-angle-down {
    transform: rotate(-180deg);
    width: 45px;
}

.mobilenav .mobile-children {
    height: auto;
    border-top: 1px solid #e0eaf1;
    margin-left: 0px;
}

.mobilenav .mobile-children li a { padding-left: 20px; }

/* Industry Mobile Nav */

.mobilenav ul.nav-list li.item-middle > a,
.mobilenav ul.nav-list li.item-middle ul li > a {
    display: inline-block;
    width: 100%;
    font-family: "acumin-pro-extra-condensed", Arial;
    font-size: 26px;
    font-weight: normal;
    line-height: 32px;
    font-weight: 700;
    color: #00739a;
    text-align: left;
    text-transform: none;
    border-bottom: 1px solid #e0eaf1;
    padding: 6px 10px 12px 20px;
}

/* Misc */

.mobilenav ul.nav-list li.mobile-translate > .title,
.mobilenav ul.nav-list li.mobile-translate ul li a {
    display: inline-block;
    width: 85%;
    font-family: "acumin-pro-condensed", Arial;
    font-size: 20px;
    font-weight: normal;
    line-height: 32px;
    color: #616a72;
    text-align: left;
    text-transform: none;
    border-bottom: 1px solid #e0eaf1;
    padding: 6px 10px 12px 20px;
}
.mobilenav ul.nav-list li.mobile-translate ul li a { width: 100%; }
.mobilenav ul.nav-list li.mobile-translate > .title img { margin-right: 5px; }

.mobilenav .mobilenav-btm .weather-cont { margin-top: 10px; width: 100%; }
.mobilenav .mobilenav-btm .weather-cont .icon {
    position: relative;
    top: 10px;
    display: inline-block;
    width: 25%;
    font-size: 48px;
    color: #f28b20;
    max-width: 38px;
    margin-right: 10px;
    vertical-align: middle;
}
.mobilenav .mobilenav-btm .weather-cont .text {
    color: #616a72;
    display: inline-block;
    font-family: "acumin-pro-condensed",Arial;
    font-size: 45px;
    font-weight: normal;
    line-height: 1;
    padding-top: 10px;
    text-align: left;
    vertical-align: middle;
    width: 75%;
}
.mobilenav .mobilenav-btm .weather-cont .text .cond { font-size: 22px; }
.mobilenav .mobilenav-btm .weather-cont .fa {
    color: #f28b20;
    display: inline-block;
    font-size: 32px;
    line-height: 50px;
    position: relative;
    right: 20px;
    top: 0;
    vertical-align: middle;
}

.mobilenav .mobilenav-btm .surfreport-cont {
    float: none;
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
}
.mobilenav .mobilenav-btm .surfreport-cont .top-link {
    border: 1px solid #00adbb;
    color: #00adbb;
}
.mobilenav .mobilenav-btm .surfreport-cont .top-link a {
    display: block;
    font-family: "acumin-pro-condensed",sans-serif;
    font-size: 18px;
    line-height: 1;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #00adbb;
}

.mobilenav ul.nav-list li.has-submenu > a,
.mobilenav ul.nav-list li ul li.has-submenu > a { width: 85%; }
.mobilenav ul.nav-list li.item-main ul li > a { text-transform: none; }

.mobilenav ul.nav-list li.has-submenu ul { display: none; }
.mobilenav ul.nav-list li.has-submenu.active ul { display: block; }
.mobilenav ul.nav-list li.has-submenu ul li:last-child { border: 0 none; }

/*
|-----------------------------------------------------------------------------------------------------------
| MEDIA QUERIES
|-----------------------------------------------------------------------------------------------------------
*/
/*** Mobile ***/
@media only screen and (max-width: 40em) {
  .mobilenav .mobile-dd { right: 0; }
	.footer-nav-cont {
		margin: 20px 0;
	}
}

/*** Tablet ***/
@media only screen and (min-width: 40.063em) and (max-width: 1024px) {
	.mobilenav { max-width: 320px; }
	.mobilenav .menu-text {
		position: absolute;
		top: 35px;
		left: 20px;
		font-size: 38px;
		color: #fff;
	}
}

/*** Custom Tablet ***/
@media only screen and (min-width: 450px) and (max-width: 640px) {
    .mobilenav ul.nav-list li.has-submenu > a,
    .mobilenav ul.nav-list li ul li.has-submenu > a { width: 90%; }
}

/*** Desktop ***/
@media only screen and (min-width: 64.063em) {
    .footer-nav-cont { display: inline-block; }
  .bottom-nav-cont,
  .bottom-nav-cont a { text-align: left; }

  .mobilenav { display: none; }
}

@media only screen and (max-width: 1200px) {
  .nav-primary .item {
    margin-right: 10px;
  }
}
