/*! 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;
}

/**
	Quick fix for Home Phone and Zip fields
	see https://fireside21.slack.com/archives/C03TGQ13B/p1501105678291177
	and https://fireside21.slack.com/archives/C03TK1DRJ/p1501105464417547
**/

#ctl00_ctl15_ctl02_AreaCode, 
#ctl00_ctl15_ctl02_Exchange {
	width: 55px !important;
}
#ctl00_ctl15_ctl02_Extension {
	width: 65px !important;
}
#ctl00_ctl15_ctl03_AddressZip {
	width: 75px !important;
}
#ctl00_ctl15_ctl03_AddressZipPlus4 {
	width: 65px !important;
}

/**
 * 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('../fonts2017/icomoon.eot?ux957i');
  src:  url('../fonts2017/icomoon.eot?ux957i#iefix') format('embedded-opentype'),
    url('../fonts2017/icomoon.ttf?ux957i') format('truetype'),
    url('../fonts2017/icomoon.woff?ux957i') format('woff'),
    url('../fonts2017/icomoon.svg?ux957i#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-search:before {
  content: "\e90b";
}
.icon-facebook:before {
  content: "\e90d";
}
.icon-next:before {
  content: "\e90e";
}
.icon-prev:before {
  content: "\e90f";
}
.icon-youtube:before {
  content: "\e910";
}
.icon-twitter:before {
  content: "\e911";
}
.icon-instagram:before {
  content: "\e912";
}
.icon-icon01:before {
  content: "\e800";
}
.icon-icon02:before {
  content: "\e801";
}
.icon-flags:before {
  content: "\e905";
}
.icon-ico6:before {
  content: "\e906";
}
.icon-palace:before {
  content: "\e908";
}
.icon-user-tie:before {
  content: "\e976";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-graduation-cap2:before {
  content: "\f19e";
}
.icon-ico3:before {
  content: "\e904";
}
.icon-services:before {
  content: "\e901";
}
.icon-service:before {
  content: "\e90c";
}
.icon-flag:before {
  content: "\e900";
}
.icon-clipboard:before {
  content: "\e915";
}
.icon-list:before {
  content: "\e915";
}
.icon-board:before {
  content: "\e915";
}
.icon-envelope:before {
  content: "\e902";
}
.icon-office:before {
  content: "\e90a";
}


.main-nav,
.main-nav ul,
.social-networks,
.item .services,
.calendar-holder ul,
.tab-wrapper .tabset,
.tab-content .info,
.contact-block .accordion,
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.main-top:after,
.item .services:after,
.mail-vs-calendar:after,
.mail-holder .container:after,
.tab-content .info:after,
#footer .container:after,
#footer .address-box:after,
#footer .links-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: #242424;
	background: #fff;
	font: 14px/1.2 "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;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	display: block;
	font-weight: bold;
	margin: 0 0 .5em;
	color: #0e253a;
	text-transform: uppercase;
	font-family: "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

h1,
.h1 {
	line-height: 32px;
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	line-height: 24px;
	font-size: 18px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	text-decoration: none;
	color: #c80000;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.buffer a {
	text-decoration: underline;
}

.news-comments, .fb-comments {
	display: none !important;
}

.formFieldContainer {
	padding: 8px 0;
}

.FieldContainerHori {
    max-width: 100% !important;
}

a:hover,
a:focus {
	color: #041c43;
	text-decoration: none;
}

.color-white {
	color: #fff;
}

.color-blue {
	color: #0e253a;
}

.color-red {
	color:#c80000;
}

.subtitle {
	line-height: 16px;
	font-weight: 500;
}

.subtitle.gray {
	color: #333;
}

.subtitle.black {
	color: #000;
}

.subtitle.white {
	color: #fff;
}

.btn {
	white-space: nowrap;
	text-align: center;
	height: 60px;
	color: #fff;
	line-height: 1;
	font-size: 16px;
	padding: 2px 8px;
	min-width: 280px;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.btn:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 56px;
}

.btn > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.btn.btn-default {
	margin: 0 auto;
	background: #c80000;
}

.btn.btn-default:hover,
.btn.btn-default:focus {
	color: #fff;
	background: #0e253a;
}

.btn.btn-primary {
	background: transparent;
	border: 2px solid #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
	color: #fff;
	background: #c80000;
	border-color: #c80000;
}

.btn.btn-tab {
	height: 40px;
	color: #4c4c4c;
	min-width: 100px;
	letter-spacing: normal;
	box-sizing: border-box;
	background: transparent;
	border: 1px solid #4c4c4c;
}

.btn.btn-tab:after {
	min-height: 40px;
}

.btn.btn-tab:hover,
.btn.btn-tab:focus,
.btn.btn-tab.active {
	color: #fff;
	background: #0e253a;
	border-color: #0e253a;
}

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 #818181;
	padding: .4em .7em;
	min-width: 90px;
}

.styled-form input[type="text"],
.styled-form input[type="tel"],
.styled-form input[type="email"],
.styled-form input[type="search"],
.styled-form input[type="password"],
.styled-form textarea {
	border: 0 solid #818181;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	outline: none;
	border-color: #242424;
}

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: #818181;
}

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: #818181;
}

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: #818181;
}

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: #818181;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #818181;
}

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;
}

#live {
	background: #c80000;
	color: #ffffff;
	text-align: center;
}
#live .live-holder {
	max-width: 1170px;
	padding: 10px 20px;
	margin: 0 auto;
	font-size: 18px;
	line-height:24px;
}
#live .title {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 900;
	display: block;
	color: #fff;
	margin: 0;
}

#live a {
    color: #0e253a;
    background: #fff;
    border-radius: 3px;
    padding: 3px 12px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 0 0 5px;
    text-decoration: none;
    white-space: nowrap;
}

#live a:hover {
	background: #ccc;
}

#wrapper {
	overflow: hidden;
}

#wrapper img {
	vertical-align: top;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

.container {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1170px;
}

#content, #sidebar {
	padding: 30px 0;
}


#header {
	left: 0;
	right: 0;
	z-index: 999;
	position: relative;
	padding: 25px 0 12px;
	background: #fff;
	top: 0px;
	min-height: 135px;
}

.int #header {
	position: fixed;
}

.int #main {
	margin-top: 135px;
}

#header.stick {
	min-height: 180px;
	padding: 0 0 12px;
}

#header.stick .container {
	padding: 25px 0 0;
}

#header .container {
	height: 100%;
}

.logo {
	z-index: 1;
	position: absolute;
	bottom:0px;
	font: 700 30px/22px "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
}

.logo a {
	color:#0e253a;
}

.logo .logo1 {
	display: inline;
}

.logo .logo1 img {
	width: 147px;
}

.logo .logo2 {
	display:inline-block;
	position:relative;
	top: 40px;
}

.logo .sublogo {
	text-transform: none;
	font: 20px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.nav {
	float: right;
	font-size: 16px;
	line-height: 30px;
}

.nav-opener {
	width: 30px;
	height: 30px;
	float: right;
	overflow: hidden;
	position: relative;
	border-radius: 2px;
	background: #0e253a;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	top: 16px;
	left: 50%;
	width: 22px;
	height: 3px;
	margin-top: -2px;
	position: absolute;
	background: #fff;
	border-radius: 2px;
	position: absolute;
	-webkit-transform: translatex(-50%);
	-ms-transform: translatex(-50%);
	transform: translatex(-50%);
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 10px;
}

.nav-opener:after {
	top: 22px;
}

.nav-opener:hover {
	background: #c80000;
}

.nav-opener.close-btn {
	top: 34px;
	right: 17px;
	width: auto;
	height: auto;
	color: #4c4c4c;
	background: none;
	position: absolute;
	padding-right: 27px;
}

.nav-opener.close-btn:before,
.nav-opener.close-btn:after {
	right: 0;
	top: 14px;
	left: auto;
	height: 2px;
	width: 20px;
	background: #c80000;
	-webkit-transform: rotate(53deg);
	-ms-transform: rotate(53deg);
	transform: rotate(53deg);
}

.nav-opener.close-btn:after {
	-webkit-transform: rotate(-53deg);
	-ms-transform: rotate(-53deg);
	transform: rotate(-53deg);
}

.nav-opener.close-btn:hover {
	color: #0e253a;
}

.nav-opener.close-btn:hover:before,
.nav-opener.close-btn:hover:after {
	background: #0e253a;
}

.nav-active .drop {
	-webkit-transform: translatex(0%);
	-ms-transform: translatex(0%);
	transform: translatex(0%);
}

.main-nav {
	font-size: 20px;
}

.main-nav > li {
	font-weight: 700;
	text-transform: uppercase;
}

.main-nav > li.hover > a {
	color: #c80000;
}

.main-nav > li.hover ul {
	display: block;
}

.main-nav > li.hover .drop-link {
	color: #c80000;
}

.main-nav ul {
	display: none;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	padding: 4px 0 0 24px;
}

.main-nav ul li:not(:last-child) {
	margin-bottom: 2px;
}

.main-nav a {
	color: #c80000;
}

.main-nav a:hover {
	color: #4c4c4c;
}

.popup-holder {
	float: right;
	padding-top: 1px;
}

.search-btn {
	width: 23px;
	height: 23px;
	position: relative;
	vertical-align: top;
	display: inline-block;
}

.search-btn:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "\e90b";
	color: #4c4c4c;
	font-size: 24px;
	position: absolute;
	font-family: "icomoon";
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.search-btn:hover:before {
	color: #c80000;
}

.popup-active .popup {
	top: 0;
	visibility: visible;
	-webkit-transform: translatey(0);
	-ms-transform: translatey(0);
	transform: translatey(0);
}

.popup {
	top: 0;
	left: 0;
	right: 0;
	z-index: 1007;
	height: 135px;
	position: fixed;
	font-size: 16px;
	visibility: hidden;
	padding: 50px 20px 0;
	display: block !important;
	-webkit-transform: translatey(-100%);
	-ms-transform: translatey(-100%);
	transform: translatey(-100%);
	background: rgba(255, 255, 255, .95);
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.popup .close-btn {
	top: 11px;
	right: 18px;
	color: #4c4c4c;
	font-size: 16px;
	padding-right: 18px;
	position: absolute;
}

.popup .close-btn:before,
.popup .close-btn:after {
	content: "";
	position: absolute;
	z-index: 0;
	top: 9px;
	right: 0;
	width: 14px;
	height: 2px;
	background: #c80000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.popup .close-btn:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.popup .close-btn:hover {
	color: #0e253a;
}

.popup .close-btn:hover:before,
.popup .close-btn:hover:after {
	background: #0e253a;
}

.popup [type="search"] {
	padding: 0;
	width: 100%;
	line-height: 1.3;
	background: transparent;
	border-bottom: 1px solid #929292 !important;
}

.main-top {
	padding: 0 0 12px;
}

.main-top .btn-default {
	height: 25px;
	float: right;
	min-width: 82px;
	font-size: 13px;
	padding-top: 1px;
	padding-bottom: 3px;
	text-transform: capitalize;
}

.main-top .btn-default:after {
	min-height: 25px;
}

.social-networks {
	float: right;
	font-size: 18px;
}

.social-networks li {
	display: inline-block;
}

.social-networks a {
	width: 20px;
	position: relative;
	vertical-align: top;
	display: inline-block;
}

.social-networks a:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #0e253a;
	position: absolute;
	font-family: "icomoon";
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.social-networks a.facebook:before {
	content: "\e90d";
}

.social-networks a.twitter:before {
	content: "\e911";
}

.social-networks a.instagram:before {
	content: "\e912";
}

.social-networks a.youtube {
	font-size: 30px;
}

.social-networks a.youtube:before {
	content: "\910";
}

.social-networks a:hover:before {
	color: #4c4c4c;
}

.carousel {
	overflow: hidden;
	position: relative;
	background: #0e253a;
}

.carousel .mask {
	width: 100%;
	float: none;
	overflow: hidden;
	position: relative;
	max-width: 1700px;
  margin: 0 auto;
}

.carousel .slideset {
	width: 99999px;
}

.carousel .slide {
	float: left;
	width: 600px;
	height: 350px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 10% 50%;
}


.int .carousel .slide {
	height:450px;
	width: 100%;
	background-position: 50% 50% !important;
	background-size:cover;
}

.int .carousel.tax .slide {
	height:750px;
	background-size: 100%;
	max-width: 1700px;
	background-position: 50% 0% !important;
	float:none;
	margin: 0 auto;
}

.carousel .temp-holder {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	line-height: 19px;
	white-space: normal;
	padding: 17px 20px 0px;
	border-bottom-color: rgba(14, 37, 58, .9);
	border-bottom-width:10px;
	border-bottom-style:solid;
}

.carousel .temp-holder h1 {
	color:#fff;
	margin: 0;
	display:inline-block;
	padding:20px 35px 15px;
	font: 700 32px/36px "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	background: rgba(14, 37, 58, .9);
}

.carousel .text-holder {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 19px;
	white-space: normal;
	padding: 17px 20px 4px;
	color: #fff;
	background: rgba(14, 37, 58, .9);
	/*color: #0e253a;
	background: rgba(255, 255, 255, .8);*/
}

.carousel .text-holder .title {
	display: block;
	margin-bottom: 9px;
	font: 700 22px/26px "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.pagination {
	top: 39%;
	right: 2px;
	margin-top: -1px;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pagination li {
	list-style: none;
	margin-bottom: 5px;
}

.pagination li:last-child {
	margin-bottom: 0;
}

.pagination .active a {
	background: #c80000;
}

.pagination a {
	width: 15px;
	height: 16px;
	display: block;
	cursor: pointer;
	color: transparent;
	border-radius: 100%;
	border: 1px solid #fff;
}

.pagination a:hover {
	background: #c80000;
}

.item {
	text-align: center;
	padding: 57px 0 51px;
}

.item h1 {
	margin-bottom: 7px;
}

.item .subtitle {
	margin-bottom: 41px;
}

.item .services {
	width: 280px;
	margin: 0 auto;
	margin-bottom: 14px;
}

.item .services li {
	width: 50%;
	text-align: left;
	margin-bottom: 25px;
}

.item .services li:nth-child(even) {
	text-align: right;
}

.item .services a {
	width: 130px;
	height: 130px;
	color: #4c4c4c;
	font-weight: 900;
	line-height: 16px;
	border-radius: 5px;
	position: relative;
	text-align: center;
	display: inline-block;
	letter-spacing: -.01em;
	/*border: 1px solid #041c43;*/
	background:#fff;
	padding: 10px;
	display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

/* Sweep To Top */
.item .services a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c80000;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.item .services a:hover, .item .services a:focus, .item .services a:active {
  color: white;
}
.item .services a:hover:before, .item .services a:focus:before, .item .services a:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.resources-block .item .services a .icon {
	font-size: 110px;
	line-height: 150px;
	height: 150px;
}

.item .services a .icon {
	font-size: 110px;
	line-height: 120px;
	height: 140px;
	color: #041c43;
	display:block;
}

.item .services a .icon-envelope {
	font-size: 150px;
}

.item .services a .icon-flag {
	font-size: 100px;
}

.item .services a .icon-palace {
	font-size: 135px;
}

.item .services a:hover .icon {
	color: #fff;
}

.item .btn {
	font-weight: 700;
}

.mail-vs-calendar {
	color: #fff;
}

.mail-holder,
.calendar-holder {
	position: relative;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: 50% 50% !important;
}

.mail-holder:before,
.calendar-holder:before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.mail-holder .container,
.calendar-holder .container {
	z-index: 1;
	position: relative;
	text-align: center;
}

.mail-holder .btn,
.calendar-holder .btn {
	font-weight: 700;
}

.mail-holder {
	background: #e5e5e5;
}

.mail-holder:before {
	background: url(../images/sealcut.jpg);
	background-repeat:no-repeat;
}

/*.mail-holder {
	background: url(../images/kids.jpg);
}

.mail-holder:before {
	background: rgba(0, 0, 0, .45);
}*/

.calendar-holder {
	background: #ffffff;
	background-repeat:no-repeat;
}
/*.calendar-holder:before {
	background: url(../images/flag-bw.jpg);
	background-repeat: no-repeat;
	opacity: .3;
}*/

.mail-holder .subtitle {
	margin-bottom: 36px;
}

.form-connect input {
	margin-bottom: 19px;
}

.form-connect .btn {
	border: none;
}

.form-connect [type="text"],
.form-connect [type="email"] {
	width: 100%;
	height: 40px;
	line-height: 1;
	display: block;
	background: #888;
	font-size: 16px;
	padding: 5px 25px;
	color: #fff;
}

.int .form-connect [type="text"],
.int .form-connect [type="email"] {
	background: #888;
}

.form-connect [type="text"]::-webkit-input-placeholder,
.form-connect [type="email"]::-webkit-input-placeholder {
	color: #fff;
}

.form-connect [type="text"]::-moz-placeholder,
.form-connect [type="email"]::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.form-connect [type="text"]:-moz-placeholder,
.form-connect [type="email"]:-moz-placeholder {
	color: #fff;
}

.form-connect [type="text"]:-ms-input-placeholder,
.form-connect [type="email"]:-ms-input-placeholder {
	color: #fff;
}

.form-connect [type="text"].placeholder,
.form-connect [type="email"].placeholder {
	color: #fff;
}

/*.calendar-holder {
	background:#fff;
}

.calendar-holder {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	background: url(../images/calendar-bg.jpg);
}

.calendar-holder:before {
	background: rgba(39, 39, 39, .75);
}*/

.calendar-holder .subtitle {
	margin-bottom: 34px;
	color: ;
}


.calendar-holder ul {
	margin-bottom: 37px;
}

.calendar-holder li:not(:last-child) {
	margin-bottom: 16px;
}

.calendar-holder time {
	width: 45px;
	height: 45px;
	line-height: 1;
	font-size: 13px;
	padding-top: 2px;
	background: #c80000;
	margin-right: 7px;
	text-align: center;
	display: inline-block;
}

.calendar-holder time strong {
	display: block;
	font: 28px/26px "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.calendar-holder ul a {
	color: inherit;
	padding-top: 3px;
	vertical-align: top;
	display: inline-block;
}

.calendar-holder ul a:hover {
	color: #c80000;
}

.calendar-holder ul a i {
	display: block;
}

.calendar-holder h3 {
	color: #fff;
	margin-bottom: 60px;
}

.tab-wrapper {
	text-align: center;
	padding: 63px 0 65px;
}

.tab-wrapper h1 {
	margin-bottom: 8px;
}

.tab-wrapper .subtitle {
	margin-bottom: 12px;
}

.tab-wrapper .tabset {
	width: 240px;
	margin-bottom: 24px;
	letter-spacing: -4px;
	display: inline-block;
}

.tab-wrapper .tabset li {
	margin: 0 5px 10px;
	display: inline-block;
}

.tab-wrapper .tabset .btn {
	padding-top: 1px;
	padding-bottom: 3px;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.tab-content {
	overflow: hidden;
}

.tab-content .post {
	text-align: left;
	line-height: 20px;
	white-space: normal;
	margin-bottom: 42px;
	letter-spacing: normal;
}

.tab-content h5 a {
	color: #0e253a;
}

.tab-content .image-holder {
	margin-bottom: 15px;
}

.tab-content .title,
.tab-content time {
	display: block;
	letter-spacing: -.025em;
}

.tab-content .h5 {
	color: #4c4c4c;
	margin-bottom: 9px;
	letter-spacing: -.025em;
}

.tab-content .h5 a {
	color: inherit;
}

.tab-content .h5 a:hover {
	color: #c80000;
}

.tab-content time {
	color: #c80000;
	margin-bottom: 5px;
}

.tab-content time a {
	color: inherit;
}

.tab-content time a:hover {
	color: #0e253a;
}

.tab-content p {
	margin-bottom: 9px;
}

.tab-content .r-more {
	font-weight: 700;
	text-transform: uppercase;
}

.tab-content .btn-default {
	letter-spacing: normal;
}

.tab-content .autor {
	color: #4c4c4c;
	font: 13px/20px "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.tab-content .duration {
	color: #4c4c4c;
	position: relative;
	padding: 0 0 0 14px;
	display: inline-block;
	font: 700 13px/20px "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.tab-content .duration:before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 2px;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #4c4c4c;
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	transform: translatey(-50%);
}

.tab-content #tab4 {
	padding-top: 16px;
}

.tab-content #tab4 .post {
	margin-bottom: 30px;
}

.tab-content #tab4 p {
	color: #4c4c4c;
	line-height: 24px;
	margin-bottom: 14px;
}

.tab-content #tab4 .btn-default {
	white-space: normal;
}

.tab-content .info {
	margin: 0 0 31px;
	font: 400 13px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.tab-content .info li {
	float: left;
	margin: 0 23px 0 0;
}

.tab-content .info a {
	color: #c80000;
	position: relative;
}

.tab-content .info a:before {
	content: "";
	position: absolute;
	z-index: 0;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	background-repeat: no-repeat;
	background-image: url("../images/sprite.png");
}

.tab-content .info a:hover {
	color: #0e253a;
}

.tab-content .reply {
	padding: 0 0 0 22px;
}

.tab-content .reply:before {
	top: 1px;
	left: 1px;
	width: 15px;
	height: 11px;
	background-position: -598px -205px;
}

.tab-content .reply:hover:before {
	background-position: -598px -219px;
}

.tab-content .retweet {
	padding: 0 0 0 27px;
}

.tab-content .retweet:before {
	left: 0;
	top: 1px;
	width: 19px;
	height: 12px;
	background-position: -615px -205px;
}

.tab-content .retweet:hover:before {
	background-position: -615px -219px;
}

.tab-content .favorites {
	padding: 0 0 0 23px;
}

.tab-content .favorites:before {
	top: 0;
	left: 5px;
	width: 14px;
	height: 13px;
	background-position: -636px -205px;
}

.tab-content .favorites:hover:before {
	background-position: -636px -219px;
}

.tab-content .more {
	margin: 0 0 0 6px;
	padding: 0 0 0 21px;
}

.tab-content .more:before {
	top: 5px;
	left: 1px;
	width: 19px;
	height: 5px;
	background-position: -598px -232px;
}

.tab-content .more:hover:before {
	background-position: -598px -238px;
}

#footer {
	color: #fff;
	padding: 10px 0 20px;
	background: #0e253a;
}

#footer .inner-addy {
	table-layout: fixed;
	display:table;
}

#footer .inner-addy li {
	display:inline-block;
	vertical-align:top;
	width: 24%;
	font: 700 18px/22px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform:uppercase;
	text-align:center;
	padding: 20px 10px 10px;
}

#footer .item {
	padding: 30px 0 40px;
}

#footer .inner-addy .open {
	pointer-events: none;
   cursor: default;
}

#footer .inner-addy address {
	font-style: normal;
}

#footer .inner-addy .slide {
	font-weight: 400;
	font-size: 14px;
	text-transform:none;
}

#footer .inner-addy .slide a:hover {
	color:#fff;
}


#survey {
    overflow: scroll;
    width: 100%;
    height: 280px;
}

.services-block {
	background: url(/images/image12.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
}

.resources-block {
	background: url(/images/bridge.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
}

.twitter-block {
	background: url(/images/connect.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
}

#sidebar h3 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
}

.twitter-block {
  padding: 30px 0 50px;
  position:relative; }
.twitter-block:before {
    background:#08244a;
    opacity: .6;
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  @media (min-width: 768px) {
    .twitter-block {
      padding: 30px 0; } }
  .twitter-block .cycle-gallery {
    position: relative; }
    @media (min-width: 768px) {
      .twitter-block .cycle-gallery {
        padding: 0 70px; } }
    .twitter-block .cycle-gallery .mask {
      position: relative;
      overflow: hidden; }
      .twitter-block .cycle-gallery .mask .slideset {
        font-size: 0;
        line-height: 0;
        white-space: nowrap; }
      .twitter-block .cycle-gallery .mask .slide {
        padding: 0 25px;
        display: inline-block;
        vertical-align: top;
        white-space: normal;
        padding: 0 15px;
        text-align: left;
        color: #fff;
        text-align: center; }
        @media (min-width: 1024px) {
          .twitter-block .cycle-gallery .mask .slide {
            padding: 0 35px; } }
        .twitter-block .cycle-gallery .mask .slide.active {
          z-index: 1; }
    .twitter-block .cycle-gallery .btn-prev,
    .twitter-block .cycle-gallery .btn-next {
      font-size: 25px;
      line-height: 52px;
      width: 52px;
      height: 52px;
      display: inline-block;
      vertical-align: top;
      text-align: center;
      color: #fff;
      border-radius: 50%;
      position: absolute;
      border: 2px solid #fff;
      text-decoration: none;
      bottom: 87px;
      -webkit-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out;
      z-index: 9; }
      @media (min-width: 768px) {
        .twitter-block .cycle-gallery .btn-prev,
        .twitter-block .cycle-gallery .btn-next {
          top: 50%;
          overflow: hidden;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          bottom: auto; } }
      .twitter-block .cycle-gallery .btn-prev:hover,
      .twitter-block .cycle-gallery .btn-next:hover {
        color: #c80000;
        border-color: #c80000; }
    .twitter-block .cycle-gallery .btn-prev {
      left: 28%; }
      @media (min-width: 768px) {
        .twitter-block .cycle-gallery .btn-prev {
          left: 0; } }
    .twitter-block .cycle-gallery .btn-next {
      right: 28%; }
      @media (min-width: 768px) {
        .twitter-block .cycle-gallery .btn-next {
          right: 0; } }
  .twitter-block .image-wrap {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 21px;
    border: 4px solid #fff; }
  .twitter-block .text {
    font: 400 22px/1.3 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #fff; }
    @media (min-width: 768px) {
      .twitter-block .text {
        font: 400 30px/1.3 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif; } }
    .twitter-block .text p {
      margin: 0 0 40px; }
      .twitter-block .text p a {
        color: #fff; }
  .twitter-block .tweet-list {
    font-size: 0;
    line-height: 0;
    padding: 70px 0 0; }
    @media (max-width: 767px) {
      .twitter-block .tweet-list {
        display: table;
        margin: 0 auto;
        width: 100%; } }
    @media (min-width: 768px) {
      .twitter-block .tweet-list {
        padding: 0; } }
    .twitter-block .tweet-list li {
      display: inline-block;
      vertical-align: top;
      padding: 0 20px;
      font: 700 18px/1.3 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      margin: 0 0 10px;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .twitter-block .tweet-list li {
          margin: 0 0 5px; } }
      .twitter-block .tweet-list li span {
        padding: 0 15px; }
      .twitter-block .tweet-list li a {
        text-decoration: none;
        color: #fff;
        -webkit-transition: color 0.3s ease;
                transition: color 0.3s ease; }
        .twitter-block .tweet-list li a:hover, .twitter-block .tweet-list li a:focus {
          color: #c80000; }
      .twitter-block .tweet-list li:first-child {
        display: table-footer-group; }
        @media (min-width: 768px) {
          .twitter-block .tweet-list li:first-child {
            display: inline-block;
            vertical-align: top; } }
    .twitter-block .icon-prev, .twitter-block .icon-next {
      line-height:2;
    }
    .twitter-block .twitter-bird {
      width: 70px;
      margin-top: 22%;
    }

.social-block {
  text-align: center;
  padding: 35px 0 10px; }
  @media (min-width: 768px) {
    .social-block {
      padding: 60px 0 10px; } }
  @media (min-width: 1024px) {
    .social-block {
      padding: 81px 0; } }
  .social-block h2 {
    margin: 0 0 13px; }
    @media (min-width: 768px) {
      .social-block h2 {
        margin: 0 0 25px; } }
  .social-block .two-columns {
    font-size: 0;
    line-height: 0; }
    @media (min-width: 768px) {
      .social-block .two-columns {
        margin: 0 -25px; } }
    .social-block .two-columns .col {
      margin: 0 0 90px; }
      @media (min-width: 768px) {
        .social-block .two-columns .col {
          margin: 0 auto 43px;
          max-width: 530px;
          width: 100%; } }
      @media (min-width: 1024px) {
        .social-block .two-columns .col {
          width: 50%;
          margin: 0;
          display: inline-block;
          vertical-align: top;
          padding: 0 23px;
          max-width: 100%; } }
      @media (max-width: 767px) {
        .social-block .two-columns .col:last-child {
          margin: 0 0 33px; } }
  @media (max-width: 560px) {
    .fb-like-box {
      max-width:300px;
      overflow:scroll; 
      -webkit-overflow-scrolling: touch; } }
  .social-block .twitter-list {
    font: 400 18px/1.48 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-align:left;
    margin: 0;
    padding: 0;
    list-style: none; }
  .social-block .twitter-list li {
    margin: 0 0 15px 0;
    border-bottom: 1px solid #d5d8dc;
    padding: 0 0 15px 0; }
  .social-block .twitter-list li a {
    color: #c80000; }
  .social-block .twitter-list .author {
    font: 700 13px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  .social-block .twitter-list .duration {
    position: relative;
    font: 400 13px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    padding: 0 0 0 8px; }
  .social-block .twitter-list .info {
    font: 400 13px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 0 31px; 
    padding: 0;
    list-style: none; }
  .social-block .twitter-list .info li {
    float: left;
    margin: 0 40px 0 0; }
  .social-block .twitter-list .info a {
    position: relative;
    color: #727272;
    font-size: 18px; }
  .social-block .twitter-list .info .icon-star {
    font-size: 16px; }
  .social-block .twitter-list .icon-dot:before {
    padding-right:10px; }
  .social-block .twitter-list .info a:before {
    color: #555;
    position: absolute;
    top: 0;
    left: 0; }
  .social-block .image-list {
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0 -4px; }
    @media (min-width: 768px) {
      .social-block .image-list {
        margin: 0 -9px; } }
    .social-block .image-list li {
      display: inline-block;
      vertical-align: top;
      margin: 0 0 15px;
      padding: 0 9px;
      width: 50%; }
      @media (min-width: 768px) {
        .social-block .image-list li {
          width: 33.33%; } }
      .social-block .image-list li img {
        width: 100%; }
      @media (max-width: 767px) {
        .social-block .image-list li.hide {
          display: none; } }
      .social-block .image-list li a {
        -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out; }
        .social-block .image-list li a:hover, .social-block .image-list li a:focus {
          opacity: 0.5; }

.contact-block {
  background: #fbfbfb; }
  .contact-block .two-columns {
    font-size: 0;
    line-height: 0; }
    .contact-block .two-columns .col {
      font: 14px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      color: #242424;
      position: relative; }
      @media (min-width: 768px) {
        .contact-block .two-columns .col {
          font: 18px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          width: 50%;
          display: inline-block;
          vertical-align: top; } }
  .contact-block .text-wrap {
    padding: 61px 25px 60px 0;
    width: 285px;
    margin: 0 auto;
    text-align: center; }
    @media (min-width: 768px) {
      .contact-block .text-wrap {
        padding: 61px 25px 61px 0;
        float: right;
        width: 350px;
        margin: 0;
        text-align: left; } }
    @media (min-width: 1200px) {
      .contact-block .text-wrap {
        width: 550px; } }
  .contact-block .map {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0; }
    .contact-block .map .map-canvas {
      display: block;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%; }
    .contact-block .map img {
      width: 100%; }
  .contact-block .accordion {
    padding: 0 0 0 32px;
    text-align: left; }
    @media (min-width: 1024px) {
      .contact-block .accordion {
        padding: 0 0 0 42px; } }
    .contact-block .accordion li {
      padding: 5px 0;
      margin: 0 0 17px; }
      .contact-block .accordion li .open {
        text-decoration: none;
        color: #08244a;
        text-transform: uppercase;
        position: relative;
        font-weight: 900;
        -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out; }
        .contact-block .accordion li .open:after {
          width: 21px;
          height: 21px;
          content: '+';
          position: absolute;
          top: 2px;
          color: #c80000;
          left: -36px;
          border: 1px solid #c80000;
          text-align: center;
          font: 500 25px/19px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
          @media (min-width: 768px) {
            .contact-block .accordion li .open:after {
              width: 28px;
    					height: 28px;
              left: -40px;
              font: 500 28px/23px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif; } }
          @media (min-width: 1024px) {
            .contact-block .accordion li .open:after {
              left: -39px; } }
        .contact-block .accordion li .open:hover, .contact-block .accordion li .open:focus {
          color: #c80000; }
      .contact-block .accordion li.active .open:after {
        content: '-';
        line-height: 14px; }
        @media (min-width: 768px) {
          .contact-block .accordion li.active .open:after {
            line-height: 22px; } }
    .contact-block .accordion address {
      font-weight: 400;
      font-style: normal; }
      .contact-block .accordion address a {
        text-decoration: none;
        color: #08244a; }
        .contact-block .accordion address a:hover, .contact-block .accordion address a:focus {
          color: #c80000; }


@media (min-width: 560px) {
	.carousel .slide {
		height: 400px;
	}
}

@media (min-width: 768px) {
	body {
		font-size: 16px;
		line-height: 24px;
	}

	h1,
	.h1 {
		font-size: 44px;
		line-height: 1;
	}

	h5,
	.h5 {
		font-size: 22px;
		line-height: 30px;
	}

	#content {
	    float: left;
	    width: 64.9%;
	}

	#sidebar {
	    float: right;
	    width: 31.4%;
	}

	.subtitle {
		font-size: 18px;
		line-height: 20px;
	}

	.btn.btn-default {
		min-width: 246px;
	}

	.btn.btn-primary {
		min-width: 170px;
	}

	.container {
		padding: 0 30px;
	}

	.nav-opener:before,
	.nav-opener:after,
	.nav-opener span {
		top: 21px;
		width: 30px;
		height: 4px;
	}

	.nav-opener:before,
	.nav-opener:after {
		top: 13px;
	}

	.nav-opener:after {
		top: 29px;
	}

	.nav-opener {
		width: 40px;
		height: 40px;
	}

	.nav-opener.close-btn:before,
	.nav-opener.close-btn:after {
		top: 13px;
		width: 24px;
	}

	.nav-opener.close-btn {
		right: 27px;
		padding-right: 29px;
	}

	.drop {
		left: auto;
		width: auto;
	}

	.nav-active .drop {
		width: auto;
		min-width: 305px;
		-webkit-transform: translatex(0%);
		-ms-transform: translatex(0%);
		transform: translatex(0%);
	}

	.popup {
		height: 109px;
		padding: 67px 30px 0;
	}

	.popup .close-btn:before,
	.popup .close-btn:after {
		top: 11px;
		width: 16px;
		-webkit-transform: rotate(53deg);
		-ms-transform: rotate(53deg);
		transform: rotate(53deg);
	}

	.popup .close-btn:after {
		-webkit-transform: rotate(-53deg);
		-ms-transform: rotate(-53deg);
		transform: rotate(-53deg);
	}

	.popup .close-btn {
		top: 27px;
		right: 27px;
		padding-right: 19px;
	}

	.main-top .btn-default:after {
		min-height: 30px;
	}

	.main-top .btn-default {
		min-width: 130px;
		height: 30px;
		font-size: 16px;
	}

	.social-networks {
		float: right;
		font-size: 20px;
		padding-top: 2px;
		margin-right: 20px;
	}

	.social-networks li:not(:first-child) {
		margin-left: 18px;
	}

	.social-networks a.youtube {
		font-size: 36px;
	}

	.carousel .slide {
		height: 500px;
	}

	.carousel .temp-holder {
    	padding: 31px 30px 0px 32px;
	}

	.carousel .text-holder {
		font-size: 18px;
		line-height: 24px;
		padding: 31px 30px 2px 32px;
	}

	.carousel .text-holder .title {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 7px;
	}

	.pagination {
		top: 46%;
		right: 7px;
		margin-top: 1px;
	}

	.item {
		padding: 89px 0 98px;
	}

	.item h1 {
		margin-bottom: 22px;
	}

	.item .subtitle {
		font-size: 18px;
		margin-bottom: 54px;
	}

	.item .services {
		width: 536px;
		padding-right: 3px;
		margin-bottom: 11px;
	}

	.item .services li {
		margin-bottom: 44px;
	}

	.item .services a {
		width: 230px;
		height: 230px;
		font-size: 26px;
		line-height: 30px;
		padding: 10px;
	}


	.mail-holder,
	.calendar-holder {
		width: 100%;
		float: left;
		padding: 96px 0 76px;
	}

	.mail-holder h1,
	.calendar-holder h1 {
		margin-bottom: 19px;
	}

	.mail-holder .container {
		padding: 0 30px;
		text-align: center;
	}

	.mail-holder .subtitle {
		margin-bottom: 28px;
	}

	.form-connect input:nth-last-child(2) {
		margin-bottom: 31px;
	}

	.form-connect [type="text"],
	.form-connect [type="email"] {
		font-size: 20px;
	}

	.calendar-holder .container {
		float: left;
		padding: 0 30px 0 15px;
	}

	.calendar-holder .subtitle {
		margin-bottom: 33px;
	}

	.calendar-holder ul {
		font-size: 20px;
		line-height: 20px;
	}

	.tab-wrapper {
		padding: 71px 0 74px;
	}

	.tab-wrapper h1 {
		margin-bottom: 11px;
	}

	.tab-wrapper .subtitle {
		margin-bottom: 43px;
	}

	.tab-wrapper .tabset {
		width: 100%;
		text-align: center;
		margin-bottom: 32px;
	}

	.tab-wrapper .tabset li:nth-child(2) {
		margin-right: 15px;
	}

	.tab-content .tab-holder {
		white-space: nowrap;
		letter-spacing: -4px;
	}

	.tab-content .post:not(:first-child) {
		margin-left: 28px;
	}

	.tab-content .post {
		width: 340px;
		line-height: 24px;
		margin-bottom: 46px;
		vertical-align: top;
		display: inline-block;
	}

	.tab-content .image-holder {
		margin-bottom: 17px;
	}

	.tab-content .h5 {
		margin-bottom: 12px;
	}

	.tab-content p {
		margin-bottom: 11px;
	}

	.tab-content .btn-default {
		min-width: 170px;
	}


}

@media (min-width: 768px) and (max-width: 1023px) {
	.nav {
		margin-left: 21px;
	}

	.popup-holder {
		float:right;
		margin-left: 10px;
	}

	#footer {
		font-size: 18px;
		text-align:center;
	}

	#footer .links-list {
		top: 10px;
		width: 100%;
		clear: both;
		overflow: hidden;
		position: relative;
	}

	#footer .links-list ul {
		padding: 0 0 27px;
		display: inline-block;
		vertical-align: bottom;
	}
}

@media (min-width: 1024px) {
	body {
		line-height: 26px;
	}

	h1,
	.h1 {
		font-size: 52px;
	}

	h5,
	.h5 {
		font-size: 24px;
		line-height: 32px;
	}

	.subtitle {
		font-size: 20px;
	}

	.nav {
		padding-top: 6px;
	}

	.nav-opener {
		display: none;
	}

	.main-nav {
		font-size: 16px;
	}

	.main-nav > li {
		padding-bottom: 17px;
		display: inline-block;
	}

	.main-nav > li:not(:last-child) {
		margin-right: 10px;
	}

	.main-nav > li:last-child ul {
		right: 0;
	}

	.main-nav > li.hover {
		position: relative;
	}

	.main-nav ul {
		top: 100%;
		width: auto;
		min-width: 221px;
		position: absolute;
		background: #fff;
		padding: 9px 0 12px;
	}

	.main-nav ul li:not(:last-child) {
		margin-bottom: 10px;
	}

	.main-nav ul a {
		white-space: nowrap;
		text-align: center;
		display: block;
		line-height: 1.2;
		text-align: left;
		padding: 0px 21px;
		white-space: normal;
		vertical-align: middle;
	}

	.main-nav ul a:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 30px;
	}

	.main-nav ul a > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	.main-nav ul a:hover {
		color: #fff;
		background: #c80000;
	}

	.popup-holder {
		float: right;
		margin-left: 10px;
	}

	.social-networks {
		font-size: 26px;
		padding-top: 1px;
		margin-right: 32px;
	}

	.social-networks li:not(:first-child) {
		margin-left: 25px;
	}

	.social-networks a.youtube {
		font-size: 42px;
	}

	.carousel .slide {
		height: 650px;
		background-position: 0% 50%;
	}

	.carousel .text-holder {
		padding: 36px 30px 20px;
	}

	.carousel .text-holder .title {
		font-size: 36px;
		margin-bottom: 8px;
	}

	.pagination {
		top: 50%;
		right: 51px;
		margin-top: 0;
	}

	.item {
		overflow-x: hidden;
		padding: 76px 0 83px;
	}

	.item h1 {
		margin-bottom: 18px;
	}

	.item .subtitle {
		font-size: 20px;
		margin-bottom: 43px;
	}

	.item .services {
		width: auto;
		padding-right: 0;
		margin: 0 -13px -4px;
	}

	.item .services li {
		width: auto;
		margin: 0 30px 46px;
		vertical-align: top;
		display: inline-block;
	}

	.mail-holder,
	.calendar-holder {
		padding: 96px 0 68px;
	}

	.mail-holder .container,
	.calendar-holder .container {
		width: 95%;
	}

	.mail-holder .container {
		padding: 0;
	}

	.mail-holder .subtitle {
		margin-bottom: 32px;
	}

	.form-connect [type="text"],
	.form-connect [type="email"] {
		width: 100%;
	}

	.calendar-holder .container {
		padding-left: 80px;
	}

	.calendar-holder .subtitle {
		margin-bottom: 25px;
	}

	.tab-wrapper {
		padding: 74px 0 73px;
	}

	.tab-wrapper h1 {
		margin-bottom: 19px;
	}

	.tab-wrapper .subtitle {
		margin-bottom: 20px;
	}

	.tab-content .post:not(:first-child) {
		margin-left: 26px;
	}

	.tab-content .post {
		width: 32%;
		line-height: 26px;
		margin-bottom: 55px;
	}

	.tab-content .image-holder {
		margin-bottom: 20px;
	}

	.tab-content .h5 {
		margin-bottom: 14px;
	}

	.tab-content time {
		margin-bottom: 6px;
	}

	#footer {
		font-size: 18px;
		padding: 25px 0 20px;
	}

	#footer .h1 {
		float: left;
		padding-top: 6px;
		margin-right: 20px;
		margin-bottom: 17px;
	}

	#footer .address-box {
		float: left;
		margin-bottom: 0;
		padding-right: 10px;
	}

	#footer .address-holder:not(:last-child) {
		margin: 0 8px 0 0;
	}

	#footer .address-holder {
		width: 220px;
		vertical-align: top;
		display: inline-block;
	}

	#footer .address-holder.short {
		width: 205px;
	}

	#footer .h5 {
		margin-bottom: 12px;
	}

	#footer .address {
		line-height: 24px;
	}


	#footer .links-list li:not(:first-child):before {
		top: 5px;
		bottom: 2px;
	}

	#footer .links-list li {
		padding: 0 5px 0 10px;
	}

	#footer .image-holder {
		display:none;
	}

}

@media (min-width: 1200px) {
	.container {
		padding: 0;
	}

	.main-nav > li:not(:last-child) {
		margin-right: 32px;
	}

	.popup-holder {
		margin-left: 26px;
	}

	.popup {
		height: 135px;
		width: 1170px;
		margin: 0 auto;
		padding: 84px 0 0;
	}

	.popup:after,
	.popup:before {
		content: "";
		position: absolute;
		z-index: 0;
		top: 0;
		bottom: 0;
		width: 99999px;
		background: rgba(255, 255, 255, .95);
	}

	.popup:before {
		right: 100%;
	}

	.popup:after {
		left: 100%;
	}

	.popup .close-btn:before,
	.popup .close-btn:after {
		top: 12px;
		width: 15px;
	}

	.popup .close-btn {
		top: 44px;
		right: -3px;
	}

	.carousel .slide {
		height: 700px;
	}

	.carousel .text-holder {
		padding: 36px 0 20px;
	}

	.carousel .text-holder > div, 
	.carousel .temp-holder > div {
		width: 1170px;
		margin: 0 auto;
	}

	.mail-holder,
	.calendar-holder {
		background-position: 100% 100% !important;
	}

	.mail-holder .container,
	.calendar-holder .container {
		width: 100%;
	}

	.calendar-holder .container {
		padding-left: 115px;
	}

	#footer .h1 {
		margin-right: 29px;
	}

	#footer .links-list {
		float: left;
		position:relative;
	}

	#footer .image-holder {
		width: 170px;
		display:block;
	}
}

@media (min-width: 1920px) {
	.mail-holder .container,
	.calendar-holder .container {
		width: 882px;
	}
}

@media (max-width: 1600px) {
	.int .carousel.tax .slide {
		height:650px;
	}
}

@media (max-width: 1400px) {
	.int .carousel.tax .slide {
		height:600px;
	}
}

@media (max-width: 1023px) {
	.drop {
		left: 0;
		right: 0;
		top: 100%;
		width: 100%;
		overflow-y: auto;
		background: #fff;
		position: absolute;
		padding: 74px 24px 29px;
		-webkit-transform: translatex(100%);
		-ms-transform: translatex(100%);
		transform: translatex(100%);
		max-height: calc(100vh - 109px);
		-webkit-transition: -webkit-transform .3s linear;
		transition: transform .3s linear;
	}

	.int .carousel.tax .slide {
		height:480px;
	}

	.drop li:not(:last-child) {
		margin-bottom: 12px;
	}

	.drop .drop-link {
		position: relative;
		padding-right: 20px;
	}

	.drop .drop-link:before,
	.drop .drop-link:after {
		content: "";
		position: absolute;
		z-index: 0;
		right: 0;
		top: 11px;
		width: 12px;
		height: 2px;
		background: #c80000;
		-webkit-transition: -webkit-transform .3s linear;
		transition: transform .3s linear;
	}

	.drop .drop-link:after {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.main-nav > li.hover .drop-link:after {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.item .services li {
		float: left;
	}

	.mail-holder,
	.calendar-holder {
		height: auto !important;
	}

	.tab-content .hidden {
		display: none;
	}

	.tab-holder .post:last-child {
		display:none;
	}

	#footer .inner-addy li {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.btn.btn-primary {
		margin: 0 auto;
	}

	#live {
		text-align: left;
	}

	#live .title {
		display:inline;
	}

	.carousel .slide,
	.carousel .text-holder {
		background: #0e253a;
	}


	.int .carousel.tax .slide {
		height:360px;
	}

	.logo {
		position:initial;
		float:left;
	}

	.logo .logo1 {
		display:none;
	}

	.logo .logo2 {
		position: initial;
	}

	.main-top {
		padding: 0 0 20px;
	}

	.popup-holder {
		margin-left: 10px;
	}

	.drop {
		padding: 30px 20px 30px;
		max-height: calc(100vh - 80px);
	}

	.main-top .btn-default {
		z-index: 1005;
		position: relative;
	}

	.resources-block .item .services a .icon {
		font-size: 55px;
		line-height: 80px;
		height: 80px;
	}

	.item .services a .icon {
		font-size: 55px;
		line-height: 75px;
		height: 75px;
		color: #041c43;
		display:block;
	    -webkit-transition: all .3s linear;
		transition: all .3s linear;
	}

	.item .services a .icon-envelope {
		font-size: 70px;
	}

	.item .services a .icon-flag {
		font-size: 50px;
	}

	.item .services a .icon-palace {
		font-size: 80px;
	}

	.item .services a:hover .icon {
		color: #fff;
	}

	.social-networks {
		z-index: 1005;
		position: relative;
		margin-right: 10px;
		font-size: 20px;
	}

	.mail-holder {
		padding: 66px 0 60px;
	}

	.mail-holder h1 {
		margin-bottom: 13px;
	}

	.calendar-holder {
		padding: 54px 0 79px;
	}

	.calendar-holder h1 {
		margin-bottom: 13px;
	}

	.calendar-holder .subtitle {
		font-size: 14px;
	}

	.tab-content .image-holder {
		text-align: center;
	}

	.tab-content #tab4 .btn-default {
		padding: 10px 15px;
	}

	.tab-content #tab4 .btn-default:after {
		min-height: 40px;
	}

	#footer {
		text-align: center;
	}

	.carousel .temp-holder h1 {
		 font: 700 24px/28px "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		 padding: 15px 20px 15px;
	}

}

@media (max-width: 500px) {
	#footer .inner-addy li {
	width: 100%;
	}

	.int .carousel.tax .slide {
		height:260px;
	}
}

