*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, /*.mp-container,*/ .scroller {
	height: 100%;
}

.scroller {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.scroller,
.scroller-inner {
	position: relative;
}

.scroller-inner {
	/*padding-bottom: 100px;*/
}

.scroller::-webkit-scrollbar {
    display: none;
}

.mp-container {
	position: relative;
	overflow: hidden;
	display: none;
	/*background: #34495e;*/
}

.mobile-nav .menu-trigger {
	/*position: relative;*/
	position: absolute;
	padding-top: 10px;
	padding-right: 20px;
	font-size: 0.9em;
	top: 9px;
	right: 0;
}
.mobile-nav .mp-main .search-toggle{
	position: absolute;
	padding-top: 10px;
	font-size: 20px;
	top: 23px;
	left: 20px;
	border: none;
  margin: 0;
  padding: 0;
  background: none;
}
.main-nav-mobile .mobile-nav .mp-main .search-toggle {
	top: 38px;
}
.main-nav-mobile .mobile-nav .menu-trigger {
	top: 29px;
}
.contextual-nav-desktop .mp-main {
	height: 43px;
}
.mp-main .search-toggle:focus {
  outline: none;
}
.pulldown-modal-trigger {
	position: absolute;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 0.9em;
	top: 0;
	left: 0;
}
.mp-pusher {
	position: relative;
	/*left: 0;*/
	right: 0;
	height: 100%;
	perspective: 1000px;
	/*padding: 0 1em 1em 1em;*/
}
.main-nav-mobile .mp-main {
	height: 130px;
	width: 100%;
	display: table;
}
.main-nav-mobile .mp-main > div {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.main-nav-mobile .mp-main h1 {
	margin-bottom: 0;
}
.mp-pusher .mp-main h1 {
	display: inline-block;
	width: 150px;
  margin-top: 0;
}
.mp-pusher .mp-main h1 a {
  display: block;
  text-indent: -9999px;
  background-position:center;
  background-size: auto 20px;
}
.mp-menu {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 250px;
	height: 100%;
	-webkit-transform: translate3d(+100%, 0, 0);
	transform: translate3d(+100%, 0, 0);
}
.mp-level {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #384B5D;
	-webkit-transform: translate3d(+100%, 0, 0);
	transform: translate3d(+100%, 0, 0);
}

/* overlays for pusher and for level that gets covered */
.mp-pusher::after,
.mp-level::after,
.mp-level::before ,
.mp-level > ul.cta::after
{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	opacity: 0;
}

.mp-pusher::after,
.mp-level::after,
.mp-level > ul.cta::after {
	background: rgba(0,0,0,0.3);
	-webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}

.mp-level::after {
	z-index: -1;
}

.mp-pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after,
.mp-level.mp-level-overlay > ul.cta::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.mp-level.mp-level-overlay > ul.cta::after {
	height: 43px;
}
.mp-level.mp-level-overlay {
	cursor: pointer;
}

.mp-level.mp-level-overlay.mp-level::before {
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: 1;
}

.mp-pusher,
.mp-level {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

/* overlap */
.mp-overlap .mp-level.mp-level-open {
	box-shadow: 1px 0 2px rgba(0,0,0,0.2);
	-webkit-transform: translate3d(+40px, 0, 0);
	transform: translate3d(+40px, 0, 0);
}

/* First level */
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
	box-shadow: none;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* cover */
.mp-cover .mp-level.mp-level-open {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
	-webkit-transform: translate3d(+100%, 0, 0);
	transform: translate3d(+100%, 0, 0);
}

/* content style */
.mp-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mp-menu li {
	text-align: left;
}
.mp-menu li .fa {
	float: right;
	position: static;
}
.mp-menu h2 {
	margin: 0;
	padding: 1em;
	color: white;
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
	font-weight: 400;
	font-size: 16px !important;
	text-align: center;
	text-transform: uppercase;
  line-height: 20px;
}
.mp-menu a {
	color: white;
}
.mp-menu li.cta {
	background-color: #9ad6c4;
	text-align: center;
	text-transform:lowercase;
}
.mp-menu.mp-overlap h2::before {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 8px;
	font-size: 75%;
	line-height: 1.8;
	opacity: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
	transition: opacity 0.3s, transform 0.1s 0.3s;
}

.mp-menu.mp-cover h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 1em;
}

.mp-overlap .mp-level.mp-level-overlay > h2::before {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.mp-menu ul li > a {
	display: block;
	padding: 0.7em 1em 0.7em 1.8em;
	outline: none;
	box-shadow: inset 0 -1px rgba(0,0,0,0.2);
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	font-size: 1em;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
}
.mp-menu ul li.two-ctas > a {
	padding: 0.7em 0.5em 0.7em 0.5em;
}
.mp-menu ul li.two-ctas {
	width: 50%;
	display: inline-block;
	float: left;
}
.mp-menu ul li.two-ctas:nth-of-type(2){
	background-color: #9FB1BF;
}
.mp-menu ul li::before {
	position: absolute;
	left: 10px;
	z-index: -1;
	color: rgba(0,0,0,0.2);
	line-height: 3.5;
}

.mp-level > ul > li:first-child > a {
	box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
}
.mp-level > ul > li.cta > a {
	box-shadow: none;
}
.mp-menu ul li a:hover,
.mp-level > ul > li:first-child > a:hover {
	background: #2F3E4F;
	box-shadow: inset 0 -1px rgba(0,0,0,0);
}
.mp-menu ul li.cta a:hover {
	background: #589e89;
}
.mp-menu ul li.two-ctas:nth-of-type(2) a:hover{
	background-color: #687C8C;
}
.mp-menu .mp-level.mp-level-overlay > ul > li > a,
.mp-level.mp-level-overlay > ul > li:first-child > a {
	box-shadow: inset 0 -1px rgba(0,0,0,0);
}

.mp-level > ul > li:first-child > a:hover,
.mp-level.mp-level-overlay > ul > li:first-child > a {
	box-shadow: inset 0 -1px rgba(0,0,0,0), inset 0 1px rgba(0,0,0,0);
} /* seems like Chrome 34.0.1847.131 needs the second shadow otherwise the transition breaks */

.mp-back {
	position: relative;
	display: block;
	padding: 1em;
	outline: none;
	background: rgba(0,0,0,0.1);
	box-shadow: inset 0 1px rgba(0,0,0,0.1);
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 0.8em;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.mp-back::after {
	content: "\e037";
	position: absolute;
	right: 10px;
	color: rgba(0,0,0,0.3);
	font-size: 1.3em;
	font-family: 'linecons';
}

.mp-menu .mp-level.mp-level-overlay > .mp-back,
.mp-menu .mp-level.mp-level-overlay > .mp-back::after {
	background: transparent;
	box-shadow: none;
	color: transparent;
}

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
/* We'll show the first level only */
.no-csstransforms3d .mp-pusher,
.no-js .mp-pusher {
	padding-left: 250px;
}

.no-csstransforms3d .mp-menu .mp-level,
.no-js .mp-menu .mp-level {
	display: none;
}

.no-csstransforms3d .mp-menu > .mp-level,
.no-js .mp-menu > .mp-level {
	display: block;
}
.mp-main {
  margin-top: 0;
}
.mobile-sticky-cta {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  border-top:5px solid #fff;
}
.contextual-nav-mobile .mobile-sticky-cta {
	border-top: 5px solid #F4F7FA;
}
.mobile-sticky-cta-inner {
	background-color: #6EC5AB;
	padding: 10px 0 ;
}
.mobile-sticky-cta-inner:hover {
	background-color: #ACDCD3;
}
.mobile-sticky-cta-inner-navy {
	background-color: #384B5D;
}
.mobile-sticky-cta-inner-navy:hover {
	background-color: #9FB1BF;
}
.mobile-sticky-cta ul {
	margin-bottom: 0;
}
.mobile-sticky-cta li {
	text-transform: uppercase;
	color: white;
}
.mp-level-overlay > ul.cta > .cta {
	background-color: #384B5D;
}
.mp-level-overlay > ul.cta > .cta a {
	color: #384B5D;
}
/* Contextual Nav */
.contextual-nav-desktop .mp-container {
  display: block !important;
  position: fixed;
  width: 100%;
  top: 0;
  height: 43px;
  -webkit-transition: top 0.3s linear;
  transition: top 0.3s linear;
  z-index:11;
}
.contextual-nav-mobile .mp-container {
	top: 0;
	-webkit-transition: top 0.3s linear;
  transition: top 0.3s linear;
}
.main-nav-mobile .mp-container {
	top: 0;
	-webkit-transition: top 0.3s linear;
  transition: top 0.3s linear;
}
.scrolling.contextual-nav-desktop .mp-container {
	top: -43px !important;
}
.contextual-nav-desktop .mp-container.mp-pushed {
  z-index: 999999;
  height: 100%;
}
.contextual-nav-desktop .list-inline > li {
	vertical-align: middle;
}
.contextual-nav-desktop .mp-main {
	padding: 7px 0;
}
.contextual-nav-desktop .mp-main .list-inline {
	margin-bottom: 0;
}
.contextual-nav-desktop .mp-main img {
	min-height: auto;
}
.mp-main {
	background-color: #384B5D;
}
.mp-main .fa,
.mp-main button,
.mp-main a {
	color: #fff;
}
/* Theme Dark */
.theme-dark .mp-main {
	background-color: #fff;
}
.theme-dark .mp-main .fa,
.theme-dark .mp-main button,
.theme-dark .mp-main a {
	color: #384B5D;
}
/* Theme Transparent */
.theme-transparent .mp-main .fa,
.theme-transparent .mp-main button,
.theme-transparent .mp-main a {
	color: #384B5D;
}
.theme-transparent .mp-main .fa:hover,
.theme-transparent .mp-main a:hover {
	color: #DCE0EA;
}
.theme-transparent.contextual-nav-mobile .mp-main .fa,
.theme-transparent.contextual-nav-mobile .mp-main button,
.theme-transparent.contextual-nav-mobile .mp-main a {
	color: #fff;
}
.theme-transparent.contextual-nav-mobile .mp-main .fa:hover{
	color: #DCE0EA;
}
.main-nav-mobile .mp-pusher {
	width: 100%;
	position: fixed;
}