@charset "UTF-8";
/*! 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;
}

td,
th {
	padding: 0;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?4ie9uq');
  src:  url('../fonts/icomoon.eot?4ie9uq#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?4ie9uq') format('truetype'),
    url('../fonts/icomoon.woff?4ie9uq') format('woff'),
    url('../fonts/icomoon.svg?4ie9uq#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-more:before {
	content: "\e90c";
}

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

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

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

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

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

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

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

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

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

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

.icon-ok-meeting:before {
	content: "\e908";
}

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

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

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

.icon-search:before {
	content: "\e936";
}

.clearfix:after,
[id="header"] .wide-col:after,
.container:after,
.location-section .holder:after,
.tab-content .holder:after,
.tw-box .tw-title: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: 15px/1.6 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Work Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: #555;
	display: block;
}

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

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

@media screen and (min-width: 1024px) {
	h1,
	.h1 {
		font-size: 60px;
	}
}

h2,
.h2 {
	font-size: 30px;
	line-height: .89;
}

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

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

@media screen and (min-width: 768px) {
	h3,
	.h3 {
		font-size: 24px;
	}
}

@media screen and (min-width: 1024px) {
	h3,
	.h3 {
		font-size: 32px;
	}
}

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

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

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

p {
	margin: 0 0 1em;
}

a {
	text-decoration: none;
	color: #cc0710;
}
a:hover {
	color: #690408;
}

form,
fieldset {
	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 #ccc;
	padding: 0 10px;
	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: #000;
}
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;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"] {
	height: 50px;
	line-height: 50px;
}

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;
}

.resize-active .nav-drop {
	-webkit-transition: none !important;
	transition: none !important;
}

@-webkit-keyframes header-sticky {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes header-sticky {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes header-static {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes header-static {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@media screen and (min-width: 1024px) {
	#wrapper {
		padding-top: 202px;
	}
}

@media screen and (min-width: 1200px) {
	#wrapper {
		padding-top: 252px;
	}
}

[id="header"] {
	background: #f5f5f5;
	border-bottom: 6px solid #0e253a;
	z-index: 3;
	width: 100%;
	padding-top: 17px;
	position: relative;
}

.int [id="header"] {
	border-bottom: none;
}

@media screen and (min-width: 768px) {
	[id="header"] {
		padding-top: 31px;
		height: 214px;
	}
}

@media screen and (min-width: 1024px) {
	[id="header"] {
		position: absolute;
		top: 0;
		left: 0;
		height: 202px;
		padding-top: 36px;
		-webkit-animation: header-static 1s;
		animation: header-static 1s;
	}
}

@media screen and (min-width: 1200px) {
	[id="header"] {
		height: 252px;
		padding-top: 57px;
	}
}

@media screen and (min-width: 1024px) {
	.sticky [id="header"] {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		padding: 22px 0;
		height: 86px;
		-webkit-animation: header-sticky 1s;
		animation: header-sticky 1s;
	}
}

@media screen and (min-width: 1024px) {
	.sticky [id="header"] > .container .holder {
		padding: 0;
	}
}

@media screen and (min-width: 1024px) {
	.sticky [id="header"] .photo-block,
	.sticky [id="header"] .social-networks {
		display: none;
	}
}

@media screen and (min-width: 1024px) {
	.sticky [id="header"] .logo,
	.sticky [id="header"] .nav-drop {
		float: left;
	}
}

@media screen and (min-width: 1024px) {
	.sticky [id="header"] .logo {
		width: 21%;
	}
}

@media screen and (min-width: 1200px) {
	.sticky [id="header"] .logo {
		width: 25%;
	}
}

@media screen and (min-width: 1024px) {
	.sticky [id="header"] .logo .base-logo {
		display: none;
	}
}

@media screen and (min-width: 1024px) {
	.sticky [id="header"] .logo .sticky-logo {
		display: block;
	}
}

@media screen and (min-width: 1024px) {
	.sticky [id="header"] .nav-drop {
		width: 79%;
	}
}

@media screen and (min-width: 1200px) {
	.sticky [id="header"] .nav-drop {
		width: 75%;
	}
}
[id="header"] > .container {
	height: 100%;
}

@media screen and (min-width: 1024px) {
	[id="header"] > .container {
		position: relative;
	}
}
[id="header"] > .container .holder {
	padding-left: 20.5%;
}
[id="header"] .holder {
	height: 100%;
	white-space: nowrap;
}
[id="header"] .holder:after {
	content: "";
	display: inline-block;
	vertical-align: bottom;
	height: 100%;
	width: 1px;
}
[id="header"] .holder .photo-block,
[id="header"] .holder .wide-col {
	white-space: normal;
}
[id="header"] .holder .wide-col {
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
}
[id="header"] .photo-block {
	position: absolute;
	bottom: 0;
	width: 108px;
	left: -15px;
}

@media screen and (min-width: 560px) {
	[id="header"] .photo-block {
		width: 140px;
		left: 0;
	}
}

@media screen and (min-width: 768px) {
	[id="header"] .photo-block {
		width: 195px;
		left: 0;
	}
}

@media screen and (min-width: 1024px) {
	[id="header"] .photo-block {
		width: 20%;
		max-width: 185px;
	}
}

@media screen and (min-width: 1200px) {
	[id="header"] .photo-block {
		left: 32px;
		width: 24%;
		max-width: 230px;
	}
}
[id="header"] .logo {
	text-align: left;
}

@media screen and (min-width: 1024px) {
	[id="header"] .logo {
		float: left;
		width: 63.4%;
		text-align: left;
	}
}

@media screen and (min-width: 768px) {
	[id="header"] .logo .base-logo {
		width: 545px;
	}
}

@media screen and (min-width: 1024px) {
	[id="header"] .logo .base-logo {
		width: auto;
	}
}
[id="header"] .logo .sticky-logo {
	display: none;
}

@media screen and (min-width: 1024px) {
	[id="header"] .wide-col {
		position: relative;
	}
}

@media screen and (max-width: 1023px) {
	.nav-drop {
		position: absolute;
		top: 100%;
		right: 0;
		width: 297px;
		padding: 13px 20px 0;
		background: #0e253a;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .3s, visibility .3s;
		transition: opacity .3s, visibility .3s;
	}
}

@media screen and (max-width: 767px) {
	.nav-drop {
		left: 0;
		width: 100%;
	}
}

@media screen and (max-width: 1023px) {
	.nav-active .nav-drop {
		opacity: 1;
		visibility: visible;
	}
}

.nav-drop .social-networks {
	margin: 0 0 3px;
	font-size: 36px;
}

@media screen and (min-width: 768px) {
	.nav-drop .social-networks {
		font-size: 42px;
	}
}

@media screen and (min-width: 1024px) {
	.nav-drop .social-networks {
		float: right;
		width: 36.6%;
		text-align: right;
	}
}

@media screen and (min-width: 1200px) {
	.nav-drop .social-networks {
		font-size: 52px;
	}
}

@media screen and (max-width: 1023px) {
	.nav-drop .social-networks a {
		color: #fff;
	}
}
.nav-drop .social-networks a:hover {
	color: #cc0710;
}

.social-networks {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
	font-size: 48px;
	line-height: 1;
}

@media screen and (min-width: 768px) {
	.social-networks {
		font-size: 52px;
	}
}
.inverse-section .social-networks a,
[id="footer"] .social-networks a {
	color: #fff;
}
.inverse-section .social-networks a:hover,
[id="footer"] .social-networks a:hover {
	color: #0e253a;
}
.social-networks.big {
	font-size: 48px;
}

@media screen and (min-width: 768px) {
	.social-networks.big {
		font-size: 102px;
	}
}
.social-networks li {
	display: inline-block;
	vertical-align: top;
}
.social-networks a {
	color: #0e253a;
	display: block;
}
.social-networks a:hover {
	color: #cc0710;
}

[id="nav"] {
	list-style: none;
	padding: 0 0 20px;
	font-family: "Work Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 20px;
	margin: 0 -20px;
}

@media screen and (min-width: 1024px) {
	[id="nav"] {
		margin: 0;
		padding: 6px 0 0;
		text-align: right;
		left: 0;
		clear: left;
		width: calc(100% - 30px);
	}
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
	[id="nav"] {
		font-size: 17px;
	}
}

@media screen and (min-width: 1024px) {
	.sticky [id="nav"] {
		padding: 1px 0 0;
		width: calc(100% - 40px);
	}
}

@media screen and (min-width: 1024px) {
	.sticky [id="nav"] > li > a {
		padding: 3px 9px 22px 9px;
	}
}
[id="nav"] > li {
	position: relative;
}

@media screen and (min-width: 1024px) {
	[id="nav"] > li {
		display: inline-block;
		vertical-align: top;
	}
}

@media screen and (min-width: 1024px) {
	[id="nav"] > li.hover > a {
		background: #0e253a;
		color: #fff;
	}
}
[id="nav"] > li.hover > .dropdown {
	opacity: 1;
	visibility: visible;
}

@media screen and (max-width: 1023px) {
	[id="nav"] > li.hover > .dropdown {
		position: static;
	}
}

@media screen and (max-width: 1023px) {
	[id="nav"] > li.hover .has-drop-down-a:after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}
[id="nav"] > li.active > a {
	color: #cc0710;
	background: none;
}
[id="nav"] > li > a {
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	padding: 5px 19px;
	color: #fff;
}

@media screen and (min-width: 1024px) {
	[id="nav"] > li > a {
		padding: 3px 9px 17px 9px;
		color: #777;
	}
}

@media screen and (max-width: 1023px) {
	[id="nav"] .has-drop-down-a:after {
		content: ">";
		-webkit-transform: rotate(.01deg);
		transform: rotate(.01deg);
		display: inline-block;
	}
}

.dropdown {
	min-width: 270px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 100%;
	text-align: left;
	font-size: 16px;
	opacity: 0;
	visibility: hidden;
}
.dropdown.right {
	left: auto;
	right: 0;
}
.dropdown > li > a {
	display: block;
	position: relative;
	color: #fff;
	background: #0e253a;
	padding: 8px 10px 8px 47px;
}

@media screen and (min-width: 1024px) {
	.dropdown > li > a {
		padding: 12px 10px 12px 33px;
	}
}
.dropdown > li > a:hover {
	background: #cc0710;
}
.dropdown > li > a:before {
	content: "»";
	line-height: 1;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 34px;
}

@media screen and (min-width: 1024px) {
	.dropdown > li > a:before {
		left: 21px;
	}
}

.search-opener {
	color: #777;
	font-size: 23px;
}

@media screen and (max-width: 1023px) {
	.search-opener {
		float: right;
	}
}

@media screen and (min-width: 1024px) {
	.search-opener {
		position: absolute;
		bottom: 14px;
		right: -5px;
	}
}
.sticky .search-opener {
	bottom: 19px;
}
.search-opener:hover,
.search-opener:focus {
	color: #444;
}

.header-search-form {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	padding: 25px 0;
	background: #0e253a;
	z-index: 2;
	font-size: 16px;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.header-search-form {
		padding: 50px 0;
	}
}

@media screen and (min-width: 1024px) {
	.sticky .header-search-form {
		padding: 10px 0;
	}
}
.header-search-form .btn-box {
	text-align: right;
}
.header-search-form a {
	color: #fff;
}
.header-search-form a:hover,
.header-search-form a:focus {
	color: #ccc;
}
.header-search-form .search-input {
	background: none;
	border: none;
	border-bottom: 1px solid #fff;
	padding: 0;
	color: #fff;
	width: 100%;
	height: auto;
	line-height: 1;
}
.header-search-form .search-input::-webkit-input-placeholder {
	color: #fff;
}
.header-search-form .search-input::-moz-placeholder {
	opacity: 1;
	color: #fff;
}
.header-search-form .search-input:-moz-placeholder {
	color: #fff;
}
.header-search-form .search-input:-ms-input-placeholder {
	color: #fff;
}
.header-search-form .search-input.placeholder {
	color: #fff;
}
.header-search-form .search-input:focus {
	outline: none;
	box-shadow: none;
	border-color: #ccc;
}

.nav-opener {
	float: right;
	width: 44px;
	height: 29px;
	position: relative;
	margin: 0 0 10px 38px;
}

@media screen and (min-width: 768px) {
	.nav-opener {
		margin: 0 0 16px 38px;
	}
}

@media screen and (min-width: 1024px) {
	.nav-opener {
		display: none;
	}
}
.nav-active .nav-opener:before,
.nav-active .nav-opener:after,
.nav-active .nav-opener span {
	background: #fff;
}
.nav-active .nav-opener span:after {
	background: #0e253a;
}
.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	content: "";
	position: absolute;
	width: 100%;
	background: #0e253a;
	height: 5px;
	border-radius: 2px;
	left: 0;
	-webkit-transform: rotate(.01deg);
	transform: rotate(.01deg);
}
.nav-opener:before,
.nav-opener:after {
	z-index: 2;
}
.nav-opener:before {
	top: 0;
}
.nav-opener span {
	top: 43%;
	z-index: 1;
}
.nav-opener span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	z-index: 1;
	border-radius: inherit;
}
.nav-opener span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 81px;
	height: 51px;
}

@media screen and (min-width: 768px) {
	.nav-opener span:after {
		width: 72px;
		height: 60px;
	}
}
.nav-opener:after {
	bottom: 0;
}

[id="wrapper"] {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.container {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
}

@media screen and (min-width: 768px) {
	.container {
		padding: 0 30px;
	}
}

@media screen and (max-width: 767px) {
	.mobile-hidden {
		display: block !important;
		left: -9999px !important;
		position: absolute !important;
		top: -9999px !important;
	}
}

.crumbs {
	background: #0e253a;
	padding: 12px 0px;
	color:#fff;
	text-align:right;
	text-transform:capitalize;
	font-family: "Work Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	font-size: 13px;
}

.crumbtext a {
	color:#fff;
	font-weight: 500;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.fw-img {
	width: 100%;
}

.break {
	display: block;
}

.bg-cover {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.main-banner {
	position: relative;
	color: #fff;
	text-align: center;
	padding: 71px 0 46px;
}

.maincolumn,
.sidebar {
		margin: 30px 0;
	}

.maincolumn h1 {
	color:#0e253a;
	font-size: 30px;
}

.sidebar .navlinks {
	background: #0e253a;
	margin: 0 0 30px 0;
}

.sidebar .navlinks ul {
	padding:20px 0;
	margin:0;
	list-style:none;
}
	
.sidebar .navlinks ul li a:before {
	content: "\00BB \0020";
	color:#fff;
}

.sidebar .navlinks ul li a {
	color:#fff;
	display:block;
	padding: 7px 20px;
	font-family: "Work Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 14px;
}

.sidebar .navlinks ul li a:hover {
	background:#cc0710;
}

.tweet-holder .box {
	margin: 15px 0;
}

@media screen and (min-width: 768px) {

	.maincolumn {
		float:left;
		width: 75%;
		box-sizing: border-box;
		padding: 0 30px 0 0;
	}

	.sidebar {
		float:right;
		width: 25%;
	}
}

@media screen and (min-width: 768px) {
	.main-banner {
		padding: 75px 0 32px;
	}
}

@media screen and (min-width: 1024px) {
	.main-banner {
		padding: 150px 0;
	}
}
.main-banner .h3 {
	color: inherit;
	margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
	.main-banner .h3 {
		margin-bottom: 29px;
	}
}

@media screen and (min-width: 1024px) {
	.main-banner .h3 {
		margin-bottom: 55px;
	}
}
.main-banner .banner-logo {
	margin-bottom: 21px;
	max-width: 280px;
}

@media screen and (min-width: 768px) {
	.main-banner .banner-logo {
		margin-bottom: 21px;
		max-width: 605px;
	}
}

@media screen and (min-width: 1024px) {
	.main-banner .banner-logo {
		margin-bottom: 28px;
		max-width: 100%;
	}
}

.btn-box {
	text-align: center;
	margin-bottom: 12px;
}

.btn {
	display: inline-block;
	min-width: 205px;
	padding: 10px 5px;
	border: 2px solid #cc0710;
	background: #cc0710;
	color: #fff;
	font-weight: 600;
	font-family: "Work Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}
.btn:hover,
.btn:focus {
	background: #0e253a;
	border-color: #0e253a;
	color: #fff;
}

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

.title-block {
	text-align: center;
	padding-bottom: 27px;
}

@media screen and (min-width: 768px) {
	.title-block {
		padding-bottom: 50px;
	}
}
.title-block .ico-box {
	line-height: 1;
	font-size: 15px;
	padding-bottom: 7px;
	color: #0e253a;
}

@media screen and (min-width: 768px) {
	.title-block .ico-box {
		padding-bottom: 3px;
	}
}
.title-block .ico-box i {
	font-size: 19px;
	display: inline-block;
}
.title-block .ico-box i:nth-child(2) {
	font-size: 25px;
}
.title-block h1 {
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 9px;
}

@media screen and (min-width: 768px) {
	.title-block h1 {
		margin-bottom: 18px;
	}
}

@media screen and (min-width: 1024px) {
	.title-block h1 {
		margin-bottom: 9px;
	}
}
.title-block .caption {
	display: inline-block;
	font-size: 15px;
	line-height: 1.3;
}

@media screen and (min-width: 768px) {
	.title-block .caption {
		font-size: 16px;
	}
}

@media screen and (min-width: 1024px) {
	.title-block .caption {
		font-size: 18px;
	}
}

.location-section {
	background: #0e253a;
	color: #fff;
	padding: 61px 0 36px;
}

@media screen and (min-width: 768px) {
	.location-section {
		padding: 73px 0 22px;
	}
}

@media screen and (min-width: 1024px) {
	.location-section {
		padding: 73px 0 72px;
	}
}
.location-section h1,
.location-section .ico-box {
	color: inherit;
}

@media screen and (min-width: 768px) {
	.location-section .holder {
		margin: 0 -15px;
	}
}

@media screen and (min-width: 768px) {
	.location-section .holder .col {
		float: left;
		width: 50%;
		padding: 0 15px;
	}
}

.accordion {
	list-style: none;
	margin: 0;
	padding: 0 0 0 19px;
}

@media screen and (min-width: 768px) {
	.accordion {
		padding: 0 0 0 17px;
	}
}

@media screen and (min-width: 1024px) {
	.accordion {
		padding: 0 0 0 23px;
	}
}
.accordion > li {
	padding-bottom: 13px;
}

@media screen and (min-width: 768px) {
	.accordion > li {
		padding-bottom: 13px;
	}
}

@media screen and (min-width: 1024px) {
	.accordion > li {
		padding-bottom: 7px;
	}
}
.accordion > li.active .opener {
	color: #cc0710;
}
.accordion > li.active .opener:before {
	opacity: 0;
}
.accordion .opener {
	color: #fff;
	font-weight: 800;
	font-family: "Work Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: inline-block;
	line-height: 1.1;
	position: relative;
	font-size: 22px;
	margin: 0 0 8px;
}

@media screen and (min-width: 768px) {
	.accordion .opener {
		font-size: 26px;
	}
}

@media screen and (min-width: 1024px) {
	.accordion .opener {
		margin: 0 0 5px;
		font-size: 34px;
	}
}
.accordion .opener:hover {
	color: #cc0710;
}
.accordion .opener:before,
.accordion .opener:after {
	content: "";
	position: absolute;
	left: -19px;
	top: 10px;
	width: 12px;
	height: 3px;
	background: #fff;
}

@media screen and (min-width: 768px) {
	.accordion .opener:before,
	.accordion .opener:after {
		top: 13px;
		left: -17px;
		width: 12px;
		height: 4px;
	}
}

@media screen and (min-width: 1024px) {
	.accordion .opener:before,
	.accordion .opener:after {
		top: 16px;
		left: -23px;
		width: 18px;
		height: 6px;
	}
}
.accordion .opener:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.address-box {
	font-style: normal;
	font-size: 14px;
	line-height: 1.4;
}

@media screen and (min-width: 768px) {
	.address-box {
		font-size: 16px;
	}
}

@media screen and (min-width: 1024px) {
	.address-box {
		font-size: 18px;
	}
}
.address-box .line {
	display: block;
	padding-bottom: 14px;
}

/* slideshow basic styles */
.slideshow {
	position: relative;
}
.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
}
.slideshow .slide.active {
	z-index: 2;
}

.base-section {
	padding: 55px 0 83px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.base-section {
		padding: 64px 0 58px;
	}
}

@media screen and (min-width: 1024px) {
	.base-section {
		padding: 69px 0;
	}
}
.base-section .tile-holder {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.base-section .tile-holder {
		font-size: 0;
		line-height: 0;
		margin: 0 -15px;
	}
}
.base-section .tile-holder .box {
	margin-bottom: 6px;
}

@media screen and (min-width: 768px) {
	.base-section .tile-holder .box {
		display: inline-block;
		vertical-align: top;
		font-size: 15px;
		line-height: 1.6;
		width: 50%;
		padding: 0 15px;
		margin-bottom: 33px;
	}
}

@media screen and (min-width: 1024px) {
	.base-section .tile-holder .box {
		width: 33.33%;
		margin-bottom: 20px;
	}
}

.tile {
	display: block;
	text-align: center;
	padding: 20px 10px;
	color: inherit;
	font-size: 14px;
}

@media screen and (min-width: 1024px) {
	.tile {
		font-size: 15px;
	}
}
.tile:hover {
	color: #fff;
	background: #0e253a;
}
.tile:hover .ico-box,
.tile:hover .h2 {
	color: inherit;
}
.tile .ico-box,
.tile .h2 {
	color: #0e253a;
	font-size: 30px;
	line-height: 1em;
}
.tile .ico-box {
	line-height: 1;
	display: block;
	font-size: 68px;
	margin-bottom: 6px;
}

@media screen and (max-width: 1024px) {
	.tile .ico-box {
	font-size: 60px;
	}
}

.tile .h2 {
	margin-bottom: 3px;
}
.tile p:last-child {
	margin-bottom: 2px;
}

.inverse-section {
	color: #fff;
	background-color: #cc0710;
}
.inverse-section .title-block {
	color: inherit;
}
.inverse-section .title-block * {
	color: inherit;
}

.form-block {
	text-align: center;
	padding-bottom: 39px;
}

@media screen and (min-width: 768px) {
	.form-block {
		padding-bottom: 68px;
	}
}

@media screen and (min-width: 1024px) {
	.form-block {
		padding-bottom: 51px;
	}
}

@media screen and (min-width: 768px) {
	.form-block .holder {
		font-size: 0;
		line-height: 0;
		margin: 0 -15px;
		padding-bottom: 7px;
	}
}

@media screen and (min-width: 1024px) {
	.form-block .holder {
		padding-bottom: 28px;
	}
}
.form-block .box {
	padding: 0 0 22px;
}

@media screen and (min-width: 768px) {
	.form-block .box {
		width: 50%;
		padding: 0 15px 22px;
		display: inline-block;
		vertical-align: top;
		font-size: 15px;
		line-height: 1.6;
	}
}

@media screen and (min-width: 1024px) {
	.form-block .box {
		width: 33.33%;
	}
}
.form-block input {
	width: 100%;
	display: block;
}

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

.tabset {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Work Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
}
.tabset li {
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 1px;
	display: inline-block;
	vertical-align: bottom;
	width: 50%;
	padding: 0 7px 12px;
}

@media screen and (min-width: 768px) {
	.tabset li {
		width: auto;
		padding: 0 7px;
	}
}
.tabset li.active a {
	background: #f5f5f5;
}
.tabset a {
	display: block;
	padding: 11px 10px;
	border: 1px solid #ccc;
	color: #555;
	border-radius: 4px;
	min-width: 128px;
}

@media screen and (min-width: 768px) {
	.tabset a {
		border-bottom-width: 0;
		border-radius: 4px 4px 0 0;
	}
}
.tabset a:hover {
	background: #f5f5f5;
}

.tab-content {
	background: #f5f5f5;
	border: 1px solid #ccc;
	padding: 44px 15px 27px;
}

@media screen and (min-width: 768px) {
	.tab-content {
		padding: 40px 15px 33px;
	}
}

@media screen and (min-width: 1024px) {
	.tab-content {
		padding: 40px 26px 33px;
	}
}
.tab-content .tab-block {
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.tab-content .tab-block.active {
	opacity: 1;
}
.tab-content .holder {
	text-align: left;
	font-size: 14px;
}

.tab-block .btn-box {
	display:block;
	clear:both;
}

@media screen and (min-width: 768px) {
	.tab-content .holder {
		margin: 0 -15px;
		font-size: 15px;
	}
}
.tab-content .box {
	padding: 0 0 44px;
}

@media screen and (min-width: 768px) {
	.tab-content .box {
		float: left;
		width: 50%;
		padding: 0 15px 37px;
	}
}

@media screen and (min-width: 1024px) {
	.tab-content .box {
		width: 33.33%;
	}
}

@media screen and (max-width: 767px) {
	.releases-block .h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}
}

.releases-block .h2 a {
	color: #555;
}

.releases-block .h2 a:hover {
	color: #cc0710;
}

.releases-block .time-link-block {
	color: #cc0710;
}

.releases-block .time-link-block,
.releases-block .more-link {
	font-size: 16px;
}

.releases-block .time-link-block {
	margin-bottom: 6px;
}

.releases-block .release-body p {
	margin-bottom: 14px;
}

.more-link {
	font-family: "Work Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
}
.more-link i {
	margin-right: 4px;
}

.tw-box {
	font-size: 15px;
	line-height: 1.3;
}

@media screen and (min-width: 768px) {
	.tw-box {
		font-size: 16px;
	}
}

@media screen and (min-width: 1024px) {
	.tw-box {
		font-size: 18px;
	}
}
.tw-box .tw-title {
	line-height: 1.1;
	padding-bottom: 8px;
}

@media screen and (min-width: 768px) {
	.tw-box .tw-title {
		padding-bottom: 10px;
		font-size: 16px;
	}
}
.tw-box .tw-title .image-box {
	float: left;
	width: 55px;
	margin-right: 8px;
}
.tw-box .tw-title .text-box {
	overflow: hidden;
	padding-top: 7px;
}

@media screen and (min-width: 768px) {
	.tw-box .tw-title .text-box {
		padding-top: 5px;
	}
}
.tw-box .tw-title .name {
	font-family: "Work Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	line-height: 1;
	font-size: 20px;
	margin: 0 0 3px;
}

@media screen and (min-width: 768px) {
	.tw-box .tw-title .name {
		font-size: 24px;
	}
}

@media screen and (min-width: 768px) {
	.tw-box .tw-post p {
		margin-bottom: 16px;
	}
}

@media screen and (min-width: 1024px) {
	.tw-box .tw-post p {
		margin-bottom: 9px;
	}
}

.action-list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
}
.action-list li {
	display: inline;
}
.action-list li + li {
	margin-left: 25px;
}
.action-list a {
	color: inherit;
}
.action-list a:hover {
	color: #cc0710;
}
.action-list i {
	font-size: 11px;
	margin-right: 2px;
}
.action-list .icon-more {
	vertical-align: middle;
	font-size: 5px;
}

[id="footer"] {
	padding: 10px 0 20px;
	background: #0e253a;
	color: #fff;
	text-align: center;
}

@media screen and (min-width: 768px) {
	[id="footer"] {
		text-align: left;
	}
}

@media screen and (min-width: 768px) {
	[id="footer"] .holder {
		font-size: 0;
		line-height: 0;
		margin: 0 -15px;
	}
}
[id="footer"] .holder .col {
	padding: 0 0 14px;
}

@media screen and (min-width: 768px) {
	[id="footer"] .holder .col {
		display: inline-block;
		vertical-align: middle;
		font-size: 15px;
		line-height: 1.6;
		width: 52%;
		padding: 0 15px;
	}
}

@media screen and (min-width: 768px) {
	[id="footer"] .holder .col.col-right {
		width: 48%;
	}
}

@media screen and (min-width: 768px) {
	[id="footer"] .holder .col .social-networks {
		margin-bottom: 0;
	}
}
[id="footer"] .holder .col .social-networks a:hover {
	color: #cc0710;
}
[id="footer"] .line-list {
	line-height: 2.1;
}

@media screen and (min-width: 768px) {
	[id="footer"] .col-right {
		text-align: right;
	}
}

.line-list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-family: "Work Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
.line-list li {
	display: inline;
}
.line-list li + li:before {
	content: "|";
	margin: 0 6px 0 2px;
}
.line-list a {
	color: inherit;
}
.line-list a:hover {
	opacity: .8;
}