/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

#writeRepForm td,
#writeRepForm th {
	padding: 0;
}

label {font-weight:bold;}


.box.col2, 
.box.col2 img {display:none !important;}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?r4gruy");
	src: url("../fonts/icomoon.eot?r4gruy#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?r4gruy") format("truetype"), url("../fonts/icomoon.woff?r4gruy") format("woff"), url("../fonts/icomoon.svg?r4gruy#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-icon01:before {
	content: "\e901";
}

.icon-icon02:before {
	content: "\e902";
}

.icon-icon03:before {
	content: "\e903";
}

.icon-icon04:before {
	content: "\e905";
}

.icon-icon05:before {
	content: "\e906";
}

.icon-icon06:before {
	content: "\e90a";
}

.icon-icon07:before {
	content: "\e90c";
}

.icon-icon08:before {
	content: "\e90d";
}

.icon-facebook2:before {
	content: "\e916";
}

.icon-instagram2:before {
	content: "\e917";
}

.icon-twitter2:before {
	content: "\e919";
}

.icon-youtube2:before {
	content: "\e91a";
}

.icon-ellipsis:before {
	content: "\e900";
}

.icon-left-arrow:before {
	content: "\e904";
}

.icon-reply:before {
	content: "\e907";
}

.icon-retweet-arrows:before {
	content: "\e908";
}

.icon-right-arrow:before {
	content: "\e909";
}

.icon-star:before {
	content: "\e90b";
}

.icon-zoom:before {
	content: "\e90e";
}

#footer .footer-nav,
#footer .social,
#crumbs .social,
.main-nav,
.drop ul,
.map-block .accordion,
.key-issues .items-list,
.social-tabset,
.tweet-list,
.youtube-list,
.insta-list,
.social-list,
.benefits-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.container:after,
.header-bottom:after,
.map-block:after,
.columns-holder:after,
.connection-section .twocolumns:after,
.social-tabset:after,
.benefits-list:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #333;
	background: #fff;
	font: 14px/1.571 "Lato", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.photo-thumb img {
	height: 180px;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 24px;
}

h1 mark,
.h1 mark {
	background: none;
	font-weight: 300;
	color: inherit;
}

.title-box h1 span,
.title-box .h1 span {
	white-space: nowrap;
}

h2,
.h2 {
	font-size: 18px;
}

h2 mark,
.h2 mark {
	background: none;
	font-weight: 300;
	color: inherit;
}

h3,
.h3 {
	font-size: 18px;
}

h4,
.h4 {
	font-size: 17px;
}

h5,
.h5 {
	font-size: 16px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #cb070f;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #f84047;
	outline: none;
}

form {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em;
	background: #fff;
	color: #555;
	min-width: 60px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #555;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #555;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #555;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #555;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #555;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

#header {
	position: relative;
}

.header-top {
	text-align: right;
	padding: 20px 0 14px;
}

.header-top .container {
	position: relative;
}

.header-top .hero-holder {
	position: absolute;
	width: 82px;
	height: 87px;
	left: 7px;
	bottom: -24px;
	z-index: 3;
}

.header-top .hero-holder img {
	width: 100%;
}

.header-top .alt-logo-holder {
	display: none;
}

.header-top .alt-logo-holder img {
	width: 100%;
}

.logo {
	display: inline-block;
	vertical-align: middle;
	width: 207px;
}

.logo a {
	display: block;
}

.logo img {
	display: block;
	height: auto;
}

.email-overlay {
  background: rgba(60, 60, 60, 0.9);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  color: #fff;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: -webkit-transform 1s ease;
          transition: transform 1s ease; 
  }

.email-overlay.active {
  -webkit-transform: translate(0, 0%);
      -ms-transform: translate(0, 0%);
          transform: translate(0, 0%); 
}

.email-overlay .blocks-wrap {
  position: relative; 
}

.email-overlay p {
	margin: 0 0 16px; 
}

.email-overlay .content-wrap {
	padding: 15px; 
}

.email-overlay .signup-form .row .btn-wrap button:hover {
	background: transparent;
	border:2px solid #fff; 
}

.email-overlay .close-btn {
  position: absolute;
  top: 18px;
  right: 0;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.email-overlay .close-btn span {
	font-size: 22px;
  color: #fff;
  font-weight: bold;
}

.email-overlay .close-btn:hover {
	opacity: 0.5; 
}

.email-overlay .signup-form .row {
	font-size: 0;
	line-height: 0; 
}

.email-overlay .info-wrap .title {
	font: 900 20px/1.3 "Lato", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	margin: 0 0 14px;
}

.email-overlay .signup-form .row .input-wrap {
	font: 400 16px/1.3 "Lato", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 15px; 
}

.email-overlay .signup-form .row .input-wrap input {
	font: 400 13px/1.3 "Lato", "Helvetica Neue", "Helvetica", sans-serif;
	width: 100%;
	padding: 8px 12px;
	height: 47px;
	border: none;
	color: #3c3c3c;
	outline: none; 
}

.email-overlay .signup-form .row .input-wrap input[type="email"]::-webkit-input-placeholder,
.email-overlay .signup-form .row .input-wrap input[type="email"]::-moz-placeholder,
.email-overlay .signup-form .row .input-wrap input[type="email"]:-moz-placeholder,
.email-overlay .signup-form .row .input-wrap input[type="email"]:-ms-input-placeholder,
.email-overlay .signup-form .row .input-wrap input[type="email"].placeholder {
	color: #3c3c3c; 
}

.email-overlay .signup-form .row .btn-wrap {
	width: 150px;
	font: 800 16px/1.3 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 auto; 
}

.email-overlay .image-block {
  display: none; 
 }

.email-overlay .signup-form .row .btn-wrap button {
	background: #cb070f;
	color: #fff;
	text-transform: uppercase;
	border: none;
	height: 47px;
	width: 100%;
}

.email-overlay .info-wrap {
	font: 400 16px/1.3 "Lato", "Helvetica Neue", "Helvetica", sans-serif;
}


.email-overlay .signup-form {
	color: #fff;
	font: 400 14px/1.3 "Lato", "Helvetica Neue", "Helvetica", sans-serif;
}

#footer {
	background: #c5c5c5;
	text-align: center;
	padding: 18px 0;
}

#footer a {
	color: #01406c;
}

#footer a:hover {
	color: #cb070f;
}

#footer .footer-nav {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	margin: 0 0 8px -9px;
}

#footer .footer-nav li {
	display: inline-block;
	vertical-align: top;
	padding: 0 3px 0 9px;
	position: relative;
}

#footer .footer-nav li:after {
	position: absolute;
	content: "";
	background: #01406c;
	width: 1px;
	height: 13px;
	left: 0;
	top: 50%;
	margin-top: -7px;
}

#footer .footer-nav li:first-child:after {
	display: none;
}

#footer .social,
#crumbs .social {
	font-size: 54px;
	padding-right: 20px;
	line-height: 45px;
}

#footer .social li,
#crumbs .social li {
	display: inline-block;
	vertical-align: top;
	margin: 0 -8px 0 0;
	text-align: left;
	overflow: hidden;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.container {
	max-width: 1210px;
	padding: 0 20px;
	margin: 0 auto;
}

.btn {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px;
	text-align: center;
	background: transparent;
	color: #0b2349;
	border: 2px solid #0b2349;
	outline: none;
	min-width: 205px;
	padding: 10px;
	line-height: 21px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.btn:hover {
	background: #0b2349;
	color: #fff;
}

.btn.secondary-btn {
	background: #cb070f;
	color: #fff;
	border-color: #fff;
}

.btn.secondary-btn:hover {
	color: #cb070f;
	background: #fff;
}

.btn.inverse-btn {
	background: transparent;
	color: #fff;
	border-color: #fff;
}

.btn.inverse-btn:hover {
	color: #fff;
	background: #cb070f;
	border-color: #cb070f;
}

.btn.inverse-primary-btn {
	background: transparent;
	color: #cb070f;
	border-color: #cb070f;
}

.btn.inverse-primary-btn:hover {
	color: #fff;
	background: #cb070f;
	border-color: #cb070f;
}

.promo-section {
	position: relative;
}

.promo-section .social-list {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
}

.header-bottom {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	margin-top: 9px;
	background: #01406c;
	padding: 13px 0 8px;
	text-align: left;
}

.fixed-position .header-bottom {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	margin-top: 0;
}

.nav-opener {
	display: block;
	float: left;
	position: relative;
	padding-left: 36px;
	height: 20px;
	border-radius: 4px;
	color: #fff;
	text-transform: uppercase;
}

.nav-opener.nav-close {
	height: 24px;
	overflow: hidden;
	float: right;
	text-transform: capitalize;
	font-size: 16px;
	padding: 0 32px 0 0;
}

.nav-opener.nav-close:before,
.nav-opener.nav-close:after {
	top: 50%;
	left: 75%;
	width: 20px;
	height: 3px;
	bottom: auto;
}

.nav-opener.nav-close:before {
	-webkit-transform: translate(-50%, -50%) rotate(-53deg);
	-ms-transform: translate(-50%, -50%) rotate(-53deg);
	transform: translate(-50%, -50%) rotate(-53deg);
}

.nav-opener.nav-close:after {
	-webkit-transform: translate(-50%, -50%) rotate(53deg);
	-ms-transform: translate(-50%, -50%) rotate(53deg);
	transform: translate(-50%, -50%) rotate(53deg);
}

.nav-opener.nav-close:hover {
	color: #fff;
}

.nav-opener.nav-close:hover:before,
.nav-opener.nav-close:hover:after {
	background: #cb070f;
}

.nav-opener.nav-close span {
	display: none;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 4px;
}

.nav-opener:after,
.nav-opener:before {
	content: "";
	top: 0;
}

.nav-opener:after {
	top: auto;
	bottom: 0;
}

.nav-opener:hover,
.nav-opener:focus {
	color: #fff;
	outline: none;
}

.nav-opener span {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#nav {
	-webkit-transition: max-height .3s ease-in-out;
	transition: max-height .3s ease-in-out;
	background: #01406c;
	position: absolute;
	z-index: 999;
	top: 100%;
	width: 100%;
	right: 0;
	max-height: 0;
	overflow: hidden;
	padding: 0 20px;
}

#nav .nav-holder {
	-webkit-transition: -webkit-transform .3s ease-in-out, opacity .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out;
	position: relative;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
	padding: 12px 0 124px;
	overflow: auto;
	max-height: 86vh;
	max-height: calc(100vh - 45px);
}

.nav-active #nav {
	max-height: 600px;
}

.nav-active #nav .nav-holder {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.main-nav {
	font-size: 20px;
	line-height: 1.2;
	text-transform: uppercase;
	clear: both;
	font-weight: 700;
}

.main-nav > li {
	margin: 0 0 16px;
}

.main-nav > li.has-drop-down > a {
	position: relative;
}

.main-nav > li.has-drop-down > a:before,
.main-nav > li.has-drop-down > a:after {
	content: "";
	position: absolute;
	top: 12px;
	right: -20px;
	height: 2px;
	width: 12px;
	background: #cb070f;
}

.main-nav > li.has-drop-down > a:before {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.main-nav > li.active a {
	color: #cb070f;
}

.main-nav > li.hover a:before,
.main-nav > li.active-drop a:before {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.main-nav > li.hover .drop,
.main-nav > li.active-drop .drop {
	max-height: 100vh;
	visibility: visible;
}

.main-nav > li.hover .drop ul,
.main-nav > li.active-drop .drop ul {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.main-nav a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #fff;
	text-decoration: none;
}

.main-nav a:hover {
	color: #cb070f;
}

.drop {
	-webkit-transition: max-height .3s ease-in-out, visibility .3s ease-in-out;
	transition: max-height .3s ease-in-out, visibility .3s ease-in-out;
	max-height: 0;
	overflow: hidden;
	visibility: hidden;
	font-weight: 400;
}

.drop ul {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	line-height: 1;
	position: relative;
	padding: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	text-transform: capitalize;
	font-size: 16px;
}

.drop ul li {
	display: block;
}

.drop ul li.active a {
	color: #cb070f;
}

.drop a {
	display: block;
	padding: 8px 0 8px 27px;
}

#crumbs {
	background: #e5e5e5;
	display:block;
	padding: 70px 0 8px;
	text-transform:capitalize;
}

#crumbs .breadcrumbs {
	display: inline;
    position: relative;
    bottom: -14px;
}

#crumbs .breadcrumbs .current {
	font-weight:bold;
}

#crumbs .social a {
	color: #01406c;
}

#crumbs .social a:hover {
	color: #cb070f;
}

.search {
	float: right;
}

.search .search-opener {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	line-height: 1;
	font-weight: 400;
}

.search .search-opener:hover {
	color: #cb070f;
}

.search-box {
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	color: #fff;
	float: right;
	background: #01406c;
	padding: 10px 20px;
	display: none;
	z-index: 1000;
}

.search-box .search-wrap {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	height: 36px;
	width: 100%;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 4px;
	font-size: 14px;
	line-height: 16px;
	padding-right: 34px;
	position: relative;
}

.search-box input {
	background: none;
	border: none;
	outline: none;
	padding: 0;
	height: 32px;
	padding: 5px 5px 5px 0;
	margin-left: 5px;
	width: 100%;
	color: #fff;
}

.search-box input:focus {
	outline: none;
	border-color: #cb070f;
}

.search-box .search-btn {
	position: absolute;
	top: 5px;
	right: 6px;
	border: none;
	background: none;
	box-shadow: none;
	outline: none;
	width: 22px;
	height: 22px;
	padding: 0;
	font-size: 20px;
	line-height: 1;
}

/* Slider */

.promo-section .slick {
	z-index:-1;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
	position: relative;
	height: 269px;
	background-size: cover;
	background-position: 50% 50%;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick {
	overflow: hidden;
	position: relative;
}

.slick-prev,
.slick-next {
	-webkit-transition: background .3s ease-in-out, border-color .3s ease-in-out;
	transition: background .3s ease-in-out, border-color .3s ease-in-out;
	position: absolute;
	text-indent: -9999px;
	display: block;
	background-color: transparent;
	color: #fff;
	border-radius: 50%;
	top: 51%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	outline: none;
	z-index: 2;
	width: 30px;
	height: 30px;
	border: 2px solid #fff;
}

.slick-prev:before,
.slick-next:before {
	position: absolute;
	text-indent: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-family: "icomoon" !important;
	color: #fff;
	font-size: 16px;
	line-height: 27px;
}

.slick-prev:hover,
.slick-next:hover {
	background: #cb070f;
	border-color: #cb070f;
}

.slick-prev {
	left: 2px;
}

.slick-prev:before {
	content: "\e904";
	left: -1px;
}

.slick-next {
	right: 2px;
}

.slick-next:before {
	content: "\e909";
	left: 1px;
}

.slick-next:after {
	left: 55%;
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	-ms-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(180deg);
}

.map-block {
	background: #01406c;
	color: #fff;
	padding: 58px 0 35px;
}

.map-block a {
	color: #fff;
}

.map-block .map-holder {
	display: none;
}

.map-block .accordion li {
	padding-bottom: 18px;
}

.map-block .accordion li.active .opener:before {
	content: "-";
}

.map-block .accordion .opener {
	display: inline-block;
	vertical-align: top;
	padding-left: 14px;
	font-size: 20px;
	line-height: 22px;
	font-weight: 900;
	position: relative;
	color: #c5c5c5;
}

.map-block .accordion .opener:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "+";
}

.map-block address {
	font-style: normal;
	font-weight: 700;
	margin: 6px 0 18px 22px;
	font-size: 14px;
	line-height: 18px;
}

.map-block address .tel {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	margin-top: 10px;
}

.signup {
	background: #cb070f;
	color: #fff;
	padding: 34px 0 32px;
	text-align: center;
}

.signup a {
	color: #fff;
}

.signup a:hover {
	color: #01406c;
}

.signup .inputs {
	padding-bottom: 5px;
}

.signup input[type="text"],
.signup input[type="tel"],
.signup input[type="email"],
.signup input[type="search"],
.signup input[type="password"] {
	width: 100%;
	border: none;
	height: 50px;
}

.signup .title-box {
	padding-bottom: 26px;
}

.signup .title-box h1,
.signup .title-box h2 {
	margin-bottom: 8px;
}

.key-issues {
	padding: 54px 0 43px;
	text-align: center;
}

.key-issues .title-box {
	padding-bottom: 21px;
}

.key-issues .items-list {
	padding-bottom: 11px;
}

.key-issues .items-list li {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 22px;
	font-size: 15px;
	font-weight: 900;
	max-width: 370px;
}

.key-issues .items-list li a {
	color: #555;
}

.key-issues .items-list li a:hover .visual .more,
.key-issues .items-list li a:hover .visual:after {
	opacity: 1;
}

.key-issues .items-list li .visual {
	display: block;
	position: relative;
	margin-bottom: 6px;
}

.key-issues .items-list li .visual img {
	vertical-align: top;
}

.key-issues .items-list li .visual .more {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	position: absolute;
	opacity: 0;
	top: 50%;
	left: 10px;
	right: 10px;
	margin-top: -10px;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	z-index: 2;
	text-transform: uppercase;
}

.key-issues .items-list li .visual:after {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background: rgba(11, 35, 73, .8);
	opacity: 0;
	content: "";
}

.news-section {
	padding: 43px 0 21px;
}

.columns-holder {
	margin-top: -30px;
}

.post {
	background-color: #f5f5f5;
	margin-bottom: 30px;
	padding: 17px 11px;
}

.post .img-wrap {
	margin: -17px -11px 15px;
	position: relative;
}

.post .img-wrap + h2 {
	min-height: auto;
}

.post .img-wrap img {
	display: block;
	width: 100%;
}

.post .img-wrap .title {
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-transform: uppercase;
	font-weight: 900;
	font-size: 18px;
	color: #fff;
	text-shadow: 3px 3px 7px rgba(0, 0, 0, .7);
}

.post .btn-holder {
	text-align: center;
	padding-top: 17px;
}

.post .more {
	display: block;
	font-weight: 900;
	margin-bottom: 5px;
}

.post h2 {
	line-height: 1.1;
}

.post h2 a {
	color: #333;
}

.post h2 a:hover {
	color: #cb070f;
}

.post .time {
	display: block;
	margin-bottom: 3px;
	font-weight: 700;
}

.post p {
	margin-bottom: 7px;
}

.title-box {
	padding-bottom: 42px;
	text-align: center;
	font-size: 14px;
	line-height: 1.428;
}

.title-box h1,
.title-box h2 {
	margin: 0 0 6px;
	line-height: 1.083;
	text-transform: uppercase;
	color: #01406c;
	letter-spacing: -1px;
}

.signup .title-box h1,
.signup .title-box h2,
.map-block .title-box h1,
.map-block .title-box h2,
.benefits-section .title-box h1,
.benefits-section .title-box h2 {
	color: #fff;
}

/* tabset required styles for hidden tabs */

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.connection-section {
	padding: 52px 0 19px;
}

.connection-section .twocolumns {
	padding-top: 6px;
}

.connection-section .twocolumns .col {
	text-align: center;
	max-width: 570px;
	margin: 0 auto 32px;
}

.connection-section .twocolumns .col.tab-holder {
	background: #f5f5f5;
}

.connection-section .twocolumns .btn {
	padding: 10px 20px;
	margin-bottom: 0;
}

.social-tabset {
	font-size: 12px;
	line-height: 32px;
	font-weight: 700;
	text-align: center;
	background: #fff;
}

.social-tabset li {
	float: left;
	width: 33.33%;
	padding: 0 2px;
}

.social-tabset a {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	display: block;
	color: #555;
	padding: 0 9px;
	border: 1px solid #dadada;
	border-radius: 8px 8px 0 0;
}

.social-tabset a:hover {
	background: #f5f5f5;
}

.social-tabset a.active {
	background: #f5f5f5;
	border-color: #f5f5f5;
}

.social-tabcontent {
	background: #f5f5f5;
	padding: 18px 21px;
	margin: 0 -20px;
}

.social-tabcontent .facebook-content {
	padding-bottom: 15px;
}

.tweet-list {
	line-height: 1.68;
	padding-bottom: 15px;
	text-align: left;
}

.tweet-list li {
	border-bottom: 1px solid #dadada;
	padding: 0 0 7px;
	margin: 0 0 9px;
}

.tweet-list li:last-child {
	margin-bottom: 0;
}

.tweet-list .content a:hover {
	color: #01406c;
}

.tweet-list p {
	margin: 0 0 6px;
}

.stream-item-header {
	font-weight: 700;
	margin: 0 0 6px;
}

.stream-item-header .username {
	padding: 0 5px;
}

.stream-item-header .time {
	position: relative;
	padding: 0 0 0 14px;
	color: #333;
}

.stream-item-header .time:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 2px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	background: #333;
	border-radius: 50%;
}

.stream-item-header .time:hover {
	color: #01406c;
}

.stream-item-footer {
	font-weight: 700;
}

.stream-item-footer a {
	display: inline-block;
	vertical-align: middle;
	padding-left: 22px;
	position: relative;
	margin-right: 31px;
}

.stream-item-footer a:last-child {
	margin-right: 0;
}

.stream-item-footer span {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 18px;
}

.stream-item-footer span.icon-dots-three-horizontal {
	font-size: 20px;
	margin: 11px 0;
}

.youtube-list {
	padding: 0 20px 15px;
}

.youtube-list li {
	margin-bottom: 10px;
}

.youtube-list li:last-child {
	margin-bottom: 0;
}

.insta-list {
	padding-bottom: 9px;
	margin: 0 -8px;
}

.insta-list li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin: 0 0 11px -4px;
	padding: 0 8px;
}

.insta-list li:nth-child(n+7) {
	display: none;
}

.insta-list a {
	display: block;
	overflow: hidden;
}

.insta-list a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.insta-list img {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	vertical-align: top;
	width: 100%;
}

.social-list {
	font-size: 48px;
	line-height: 1;
	text-align: center;
}

.social-list li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 -3px;
}

.social-list a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: block;
	text-decoration: none;
	color: #fff;
	text-shadow: 4px 5px 30px rgba(0, 0, 0, .5);
}

.social-list a:hover {
	color: #cb070f;
}

.benefits-section {
	padding: 56px 0 70px;
	background-size: cover;
	background-position: 50% 50%;
	color: #fff;
	text-align: center;
	position: relative;
}

.benefits-section:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(1, 64, 108, .87);
	z-index: 0;
}

.benefits-section .container {
	position: relative;
	z-index: 2;
	max-width: 1240px;
}

.benefits-list {
	padding: 0 5px 3px;
	margin-top: -5px;
}

.benefit-wrap {
	text-align: center;
	padding-bottom: 35px;
}

.benefit-wrap a {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
	display: block;
	color: #fff;
	border: 2px solid #fff;
}

.benefit-wrap a:hover {
	background-color: #cb070f;
	color: #fff;
	border-color: #cb070f;
}

.benefit-wrap .img-wrap {
	white-space: nowrap;
	text-align: center;
	display: block;
	height: 153px;
}

.benefit-wrap .img-wrap:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 153px;
}

.benefit-wrap .img-wrap > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.benefit-wrap .img-wrap i {
	font-size: 110px;
}

.benefit-wrap .img-wrap i.icon-icon02 {
	font-size: 93px;
}

.benefit-wrap .img-wrap i.icon-icon03 {
	font-size: 100px;
}

.benefit-wrap .img-wrap i.icon-icon04 {
	font-size: 113px;
}

.benefit-wrap .title {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 16px;
}

.main-section {
	padding: 50px 0;
}

.main-section h1 {
	text-align:center;
	text-transform:uppercase;
	font-weight: 300;
	line-height: 1em;
	color:#01406c;
}

.fb-like-box {
	max-width: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.photo-holder {
	margin:0 auto;
	text-align:center;
}

.photo-thumb {
	display:inline-block;
}


@media (min-width: 768px) {
	h1,
	.h1 {
		font-size: 36px;
	}

	h3,
	.h3 {
		font-size: 24px;
	}

	h4,
	.h4 {
		font-size: 20px;
	}

	h5,
	.h5 {
		font-size: 18px;
	}

	h6,
	.h6 {
		font-size: 17px;
	}

	.header-top {
		padding: 5px 0 10px;
	}

	.header-top .hero-holder {
		width: 130px;
		height: 147px;
		left: 38px;
		bottom: -35px;
	}

	.header-top .alt-logo-holder {
		display: inline-block;
		vertical-align: middle;
		width: 100px;
		margin-left: 83px;
	}

	.logo {
		width: 377px;
		margin-top: 7px;
	}

	#footer {
		text-align: left;
		padding: 15px 0 16px;
	}

	#footer .footer-nav {
		padding-top: 18px;
		float: left;
		margin: 0;
	}

	#footer .social,
	#crumbs .social {
		float: right;
		padding-right: 20px;
	}

	#footer .social li,
	#crumbs .social li {
		margin-right: -9px;
	}

	.container {
		padding: 0 30px;
	}

	.promo-section .social-list {
		bottom: 30px;
	}

	.header-bottom {
		margin-top: 18px;
	}

	.nav-opener.nav-close:before,
	.nav-opener.nav-close:after {
		left: 85%;
	}

	.nav-opener.nav-close {
		padding-right: 26px;
	}

	#nav .nav-holder {
		padding: 35px 10px 160px;
	}

	.main-nav {
		clear: none;
	}

	.search-box {
		width: 300px;
	}

	.slick-slide {
		height: 404px;
	}

	.slick-prev,
	.slick-next {
		width: 44px;
		height: 44px;
	}

	.slick-prev:before,
	.slick-next:before {
		font-size: 22px;
		line-height: 40px;
	}

	.slick-prev:before {
		left: -2px;
	}

	.slick-prev {
		left: 8px;
	}

	.slick-next:before {
		left: 2px;
	}

	.slick-next {
		right: 8px;
	}

	.map-block {
		padding: 74px 0 24px;
	}

	.map-block .map-holder {
		display: block;
		float: right;
		width: 335px;
		margin: -45px 14px 0 0;
	}

	.map-block .accordion {
		float: left;
		width: 340px;
		margin-left: 10px;
	}

	.map-block .accordion li {
		padding-bottom: 17px;
	}

	.map-block .accordion .opener {
		font-size: 24px;
		padding-left: 17px;
		line-height: 26px;
	}

	.map-block address {
		margin-bottom: 12px;
	}

	.signup {
		padding: 60px 0 36px;
	}

	.signup .inputs {
		margin: 0 -20px;
	}

	.signup .inputs input[type="email"] {
		width: 708px;
	}

	.signup input[type="text"],
	.signup input[type="tel"],
	.signup input[type="email"],
	.signup input[type="search"],
	.signup input[type="password"] {
		width: 339px;
		margin: 0 14px 11px;
	}

	.signup .title-box {
		padding-bottom: 31px;
	}

	.signup .title-box h1,
	.signup .title-box h2 {
		margin-bottom: 5px;
	}

	.key-issues {
		padding: 73px 0 53px;
	}

	.key-issues .title-box {
		padding-bottom: 48px;
	}

	.key-issues .items-list {
		margin: 0 -20px;
		padding-bottom: 27px;
	}

	.key-issues .items-list li {
		margin: 0 15px 27px;
		max-width: 337px;
		font-size: 18px;
	}

	.news-section {
		padding-bottom: 43px;
	}

	.columns-holder {
		margin: -20px -15px 18px;
	}

	.columns-holder .news-wrap {
		width: 33.33%;
		float: left;
		padding: 0 10px;
	}

	.post {
		height: 100%;
		margin-bottom: 0;
		padding: 17px 14px;
	}

	.post .img-wrap {
		margin: -17px -14px 8px;
	}

	.post .img-wrap .title {
		font-size: 16px;
	}

	.post h2 {
		min-height: 38px;
	}

	.title-box {
		font-size: 16px;
		line-height: 1.5;
		padding-bottom: 46px;
	}

	.title-box h1,
	.title-box h2 {
		margin-bottom: 5px;
		line-height: 1;
	}

	.connection-section {
		padding: 64px 0 8px;
	}

	.connection-section .twocolumns {
		padding-top: 0;
	}

	.connection-section .twocolumns .col {
		margin-bottom: 69px;
	}

	.social-tabset {
		font-size: 18px;
		line-height: 48px;
		margin: 0 -15px;
	}

	.social-tabset li {
		padding: 0 15px;
	}

	.social-tabset a {
		min-width: 156px;
		text-align: center;
	}

	.social-tabset a {
		border-radius: 4px 4px 0 0;
	}

	.social-tabcontent {
		margin: 0;
		padding: 23px 15px;
	}

	.social-tabcontent .facebook-content {
		padding-bottom: 25px;
	}

	.tweet-list {
		padding-bottom: 25px;
	}

	.tweet-list li {
		padding-bottom: 24px;
		margin-bottom: 23px;
	}

	.tweet-list .content {
		padding: 0 20px 0 0;
	}

	.youtube-list {
		padding: 7px 25px 25px;
	}

	.youtube-list li {
		margin-bottom: 20px;
	}

	.insta-list {
		padding-bottom: 28px;
	}

	.insta-list li:nth-child(n+7) {
		display: inline-block;
	}

	.insta-list li {
		width: 33.33%;
	}

	.social-list {
		font-size: 74px;
	}

	.social-list li {
		margin: 0 -4px;
	}

	.benefits-section {
		padding: 100px 0 97px;
	}

	.benefits-list {
		margin: 0 auto;
		padding: 7px 0 17px;
		max-width: 600px;
	}

	.benefits-list .benefit-wrap {
		width: 50%;
		float: left;
	}

	.benefit-wrap {
		padding: 0 15px 35px;
	}

	.email-overlay .blocks-wrap {
		font-size: 0;
		line-height: 0;
		padding: 0; 
	}

	.email-overlay .content-wrap {
		font-size: 0;
		line-height: 0;
		width: calc(100% - 116px);
		display: inline-block;
		vertical-align: middle;
	}

  .email-overlay .image-block {
    display: inline-block;
    vertical-align: middle;
    width: 116px; 
  }

	.email-overlay .signup-form .row .input-wrap {
		padding: 0 8px 0 0;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 150px);
		margin: 0; 
	}

	.email-overlay .signup-form .row .input-wrap {
		padding: 0 8px 0 0;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 150px);
		margin: 0;
	}

	.email-overlay .info-wrap .title {
		font: 900 28px/1.3 "Lato", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.email-overlay .signup-form .row .input-wrap input[type="email"] {
		font: 400 15px/1.3 "Lato", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.email-overlay .signup-form .row .btn-wrap {
		vertical-align: top;
		display: inline-block;
		margin: 0; 
	}
}

@media (min-width: 1024px) {
	h2,
	.h2 {
		font-size: 26px;
	}

	.header-top {
		padding: 18px 0 17px;
	}

	.header-top .hero-holder {
		width: 215px;
		height: 232px;
		left: 30px;
		bottom: -47px;
	}

	.header-top .alt-logo-holder {
		width: auto;
		margin-left: 133px;
	}

	.logo {
		width: 460px;
	}

	#crumbs {
		padding: 112px 0 8px;
	}

	#footer .footer-nav {
		padding-top: 17px;
		margin: 0 0 0 -8px;
	}

	#footer .footer-nav li {
		padding: 0 4px 0 9px;
	}

	#footer .social,
	#crumbs .social {
		padding-right: 7px;
	}

	#footer .social li,
	#crumbs .social li {
		margin: 0 -9px 5px 0;
	}

	body {
		font-size: 16px;
		line-height: 1.625;
	}

	.container {
		padding: 0 20px;
	}

	.promo-section .social-list {
		bottom: 50px;
	}

	.header-bottom {
		margin-top: 30px;
		padding: 22px 0 19px;
	}

	.header-bottom .container {
		position: relative;
	}

	.nav-opener {
		display: none;
	}

	#nav {
		max-height: none;
		overflow: visible !important;
		position: static;
		width: auto;
		padding: 0;
		margin-top: 3px;
		display: inline-block;
		vertical-align: middle;
		width: 93%;
		text-align: right;
	}

	#nav .nav-holder {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		background: none;
		padding: 0;
		overflow: visible;
	}

	.main-nav {
		font-size: 14px;
	}

	.main-nav > li:first-child {
		margin-left: 0;
	}

	.main-nav > li:last-child .drop {
		left: auto;
		right: 0;
	}

	.main-nav > li {
		display: inline-block;
		vertical-align: middle;
		margin: 0 0 0 5px;
		position: relative;
	}

	.main-nav > li.has-drop-down > a:before,
	.main-nav > li.has-drop-down > a:after {
		display: none;
	}

	.main-nav > li.hover .drop,
	.main-nav > li.active-drop .drop {
		opacity: 1;
	}

	.main-nav a {
		padding: 2px 4px;
	}

	.drop:before {
		position: absolute;
		content: "";
		width: 100%;
		height: 20px;
		background: transparent;
		bottom: 100%;
		left: 0;
	}

	.drop {
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		margin: 0;
		max-height: none;
		overflow: visible;
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 222px;
		text-align: left;
		opacity: 0;
		background: #01406c;
		padding: 10px 15px 15px;
		visibility: hidden;
		margin-top: 20px;
	}

	.drop ul {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		padding: 0;
		font-size: 14px;
	}

	.drop ul li {
		margin-bottom: 4px;
	}

	.drop a {
		padding: 7px 0;
	}

	.search {
		width: 6.5%;
		text-align: right;
		float: none;
		display: inline-block;
		vertical-align: middle;
	}

	.search .search-opener {
		display: block;
		font-size: 20px;
		margin-left: 10px;
	}

	.search-box {
		-webkit-transform: translateY(18px);
		-ms-transform: translateY(18px);
		transform: translateY(18px);
	}

	.slick-slide {
		height: 670px;
	}

	.slick-prev,
	.slick-next {
		width: 70px;
		height: 70px;
	}

	.slick-prev:before,
	.slick-next:before {
		font-size: 42px;
		line-height: 68px;
	}

	.slick-prev {
		left: 36px;
	}

	.slick-next {
		right: 36px;
	}

	.map-block {
		padding: 74px 0 19px;
	}

	.map-block .map-holder {
		width: 45%;
	}

	.map-block .accordion {
		width: 45%;
		margin-left: 2px;
	}

	.map-block .accordion li {
		padding-bottom: 19px;
	}

	.map-block .accordion .opener {
		font-size: 36px;
		line-height: 38px;
		padding-left: 25px;
	}

	.map-block address {
		font-size: 18px;
		line-height: 26px;
		max-width: 300px;
		margin: 6px 0 27px 31px;
	}

	.map-block address .tel {
		margin-top: 11px;
	}

	.signup {
		padding: 66px 0 48px;
	}

	.signup .title-box {
		padding-bottom: 39px;
	}

	.key-issues {
		padding: 85px 0 67px;
	}

	.key-issues .title-box {
		padding-bottom: 55px;
	}

	.key-issues .items-list {
		padding-bottom: 42px;
	}

	.key-issues .items-list li {
		max-width: 370px;
		margin: 0 13px 31px;
	}

	.key-issues .items-list li .visual {
		margin-bottom: 8px;
	}

	.news-section {
		padding: 71px 0;
	}

	.columns-holder {
		margin-bottom: 40px;
	}

	.columns-holder .news-wrap {
		padding: 0 15px;
	}

	.post {
		padding: 31px 19px 10px 19px;
	}

	.post .img-wrap {
		margin: -31px -19px 15px;
	}

	.post .img-wrap .title {
		font-size: 24px;
	}

	.post .btn-holder {
		padding-top: 0;
	}

	.post h2 {
		min-height: 56px;
	}

	.post .time {
		margin-bottom: 6px;
	}

	.post p {
		margin-bottom: 12px;
	}

	.connection-section {
		padding: 83px 0 80px;
	}

	.connection-section .title-box {
		padding-bottom: 13px;
	}

	.connection-section .twocolumns .col {
		margin: 0;
		float: left;
		width: 49%;
		padding-bottom: 65px;
		position: relative;
	}

	.connection-section .twocolumns .col:nth-child(even) {
		float: right;
	}

	.connection-section .twocolumns .btn {
		position: absolute;
		left: 50%;
		bottom: 27px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.social-tabset {
		line-height: 46px;
	}

	.social-tabcontent {
		padding: 24px 37px 0 37px;
	}

	.social-tabcontent .facebook-content {
		padding-bottom: 31px;
	}

	.insta-list {
		padding: 43px 0 31px;
	}

	.insta-list li {
		margin-bottom: 15px;
	}

	.social-list {
		font-size: 124px;
	}

	.social-list li {
		margin: 0 -11px;
	}

	.benefits-section {
		padding-bottom: 77px;
	}

	.benefits-list {
		max-width: 100%;
	}

	.benefits-list .benefit-wrap {
		width: 25%;
	}

	.benefit-wrap {
		padding-bottom: 33px;
	}

	.email-overlay .blocks-wrap .info-block {
		width: 50%;
		display: inline-block;
		vertical-align: middle; 
	}

	.email-overlay .content-wrap {
		padding: 0; 
	}

	.email-overlay .content-wrap .info-block {
		display: inline-block;
		vertical-align: middle;
		width: 43.75%; 
	}

	.email-overlay .content-wrap .form-block {
		width: 56.25%;
		display: inline-block;
		vertical-align: top; 
	}

	.email-overlay .content-wrap {
		padding: 25px 10px; 
	}

	.email-overlay .info-wrap {
		padding: 0 25px; 
	}

	.email-overlay p {
		margin: 0 0 10px; 
		font-size: 16px;
	}

	.email-overlay .signup-form .row .input-wrap input[type="email"] {
		padding: 12px; 
	} 

	.email-overlay .signup-form .row .btn-wrap button {
		height: 47px;
		width: 150px;
	}
}

@media (min-width: 1200px) {
	.logo {
		width: auto;
		margin-top: 13px;
	}

	#nav {
		margin-top: 6px;
	}

	.main-nav {
		font-size: 16px;
	}

	.main-nav > li {
		margin-left: 19px;
	}

	.drop:before {
		height: 23px;
	}

	.drop {
		margin-top: 23px;
	}

	.search .search-opener {
		font-size: 32px;
	}

	.map-block .map-holder {
		margin: -53px 14px 0 0;
		width: 570px;
	}

	.map-block .accordion {
		width: 490px;
	}

	.signup .inputs {
		padding-bottom: 33px;
	}

	.signup .inputs input[type="email"] {
		width: 370px;
	}

	.signup input[type="text"],
	.signup input[type="tel"],
	.signup input[type="email"],
	.signup input[type="search"],
	.signup input[type="password"] {
		width: 370px;
		margin: 0 15px 11px;
	}
}

@media (max-width: 1023px) {
	.post {
		line-height: 1.6;
	}

	.post .btn-holder .btn {
		min-width: 195px;
	}

	.connection-section .twocolumns .col {
		height: auto !important;
	}

	.email-overlay .signup-form p {
		display: none;
	}
}

@media (max-width: 767px) {
	.columns-holder .news-wrap {
		height: auto !important;
	}

	#crumbs {
		padding: 70px 0 8px;
	}

	#crumbs .breadcrumbs {
		display: block;
	    position: initial;
	    text-align: center;
	    margin-bottom: 10px;
	}

	#crumbs .social {
		text-align:center;
	}
}

