/*! 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;
}

/* Alert Design */
#live {
  background: #e1e1e1;
  color: #4b4b4b;
  border-bottom: 1px solid #163e77;
  font-weight: bold;
}
#live .live-holder {
  max-width: 1210px;
  padding: 10px 20px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#live h1 {
  font-size: 28px;
  line-height: 37px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 10px 0 0;
  color: #163e77;
}
#live p {
  font-weight: 600;
  font-size: 15px;
  line-height: 26px;
  margin: 5px 0px 0px;
}
#live a {
	font-weight: 600;
	color: #fff;
	background: #7dbaff;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	outline: 0;
	-webkit-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
	border: 2px solid #7dbaff;
    padding: 3px 15px;
    margin: 0 5px;
    position: relative;
    top: -3px;
}

#live a:hover {
	border-color: #7dbaff;
	color: #7dbaff;
	background: #fff;
}

#live h1, #live p, #live a {
  display: inline-block;
  vertical-align: middle;
}

/* Popup Design */ 
#modal {
  margin:0;
  padding:0;
  background: #173e77;
  width: 550px;
  height: 360px;
  border: 7px solid #fff;
  font-size: 24px;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}

#modal input {
	border: none;
	text-transform: none;
	font-weight:bold;
	padding: 10px;
	height:48px;
	margin-bottom: 5px;
	font-size: 14px;
	min-width: 280px;
	float:left;
	color: #333;
}

#modal button {
	border: none;
	float: left;
	height:48px;
	font-size: 24px;
}

#modal h1 {
	color: #b30000;
}

#modal p {
	color: #fff;
	font-size: 20px;
  line-height: 22px;
  margin: 20px 0;
  position: relative;
  z-index: 3;
}

#modal .logo img {
	max-width: 350px;
}

#modal .text {
	position: relative;
	z-index: 1;
}

#modal .icon-arrow-right {
	line-height: 2;
}

#modal .intro-form {
	max-width: 380px;
	margin: 0 auto 20px;
	display: inline-flex;
}

#modal .social-list {
	display: block;
	margin: 0 auto;
}

#modal .social-list li {
	display: inline;
	padding: 0 10px;
	font-size: 30px;
}

#modal .social-list li a {
	color: #fff;
}

#modal button {
	background-color: #7dbaff;
}

.closer { 
  position: absolute;
  top: -45px;
	right: 0px;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	text-decoration: none;
}
  
.closer:hover {
  color: #7dbaff;
}

#all {
  padding: 30px 20px;
  color: #fff;
  text-align: center;
  position: relative;
}

.subhead-titler {
	font-size: 20px;
	font-style: italic;
}

/*End Popup*/

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.social-list,
.main-menu,
.main-menu .drop ul,
.news-section .socials-news,
.news-section .news-slider,
.news-section .news-slider .slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix: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,
#aspnetForm {
	color: #4b4b4b;
	background: #fff;
	font: 18px/1.6 "Open Sans", "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: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: #173e77;
}

h1,
.h1 {
	font-size: 51px;
}

h2,
.h2 {
	font-size: 47px;
}

h3,
.h3 {
	font-size: 17px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #7dbaff;
}

a:hover,
a:focus {
	text-decoration: none;
}

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 transparent;
	padding: 5px 31px;
	min-width: 170px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: transparent;
}

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;
}

@font-face {
	font-family: "Arial";
	src: url("../fonts/Arial.woff") format("woff"), url("../fonts/Arial.ttf") format("truetype"), url("../fonts/Arial.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.ttf?tv5lbh") format("truetype"), url("../fonts/icomoon.woff?tv5lbh") format("woff"), url("../fonts/icomoon.svg?tv5lbh#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"],
.issues-slider .slick-arrow:before {
	/* 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-card:before {
	content: "";
}

.icon-Column:before {
	content: "";
}

.icon-file:before {
	content: "";
}

.icon-flag:before {
	content: "";
}

.icon-folder:before {
	content: "";
}

.icon-hands:before {
	content: "";
}

.icon-mail:before {
	content: "";
}

.icon-search:before {
	content: "";
}

.icon-star:before {
	content: "";
}

.icon-tickets:before {
	content: "";
}

.icon-facebook:before {
	content: "";
}

.icon-twitter:before {
	content: "";
}

.icon-arrow-up:before {
	content: "";
}

.icon-arrow-right:before {
	content: "";
}

.icon-arrow-left:before {
	content: "";
}

.icon-instagram:before {
	content: "";
}

.icon-twitter1:before {
	content: "";
}

.icon-facebook1:before {
	content: "";
}

.icon-chevron-right:before {
	content: "";
}

.icon-chevron-left:before {
	content: "";
}

/* Slick slider styles */

.intro-carousel {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.intro-carousel .slick-track,
.intro-carousel .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.resize-active *,
.resize-active *:before,
.resize-active *:after {
	-webkit-transition: none !important;
	transition: none !important;
}

#header {
	-webkit-transition: background-color .3s ease-in-out, padding .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: background-color .3s ease-in-out, padding .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: background-color .3s ease-in-out, padding .3s ease-in-out, transform .3s ease-in-out;
	transition: background-color .3s ease-in-out, padding .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

#header.header-fixed {
	position: fixed;
	left: 0;
	right: 0;
	background: #173e77;
	width: 100%;
}

#header .container {
	max-width: 1440px;
	padding: 0 15px;
}

#header .logo {
	-webkit-transition: width .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: width .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
	display: block;
	width: 215px;
}

#header .logo a {
	-webkit-transition: padding .3s ease-in-out;
	transition: padding .3s ease-in-out;
	display: block;
	padding: 10px 0;
}

#header .social-list {
	margin: 0 -10px 24px;
}

#header .nav-close {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	width: 80px;
	height: 80px;
	position: absolute;
	left: -80px;
	top: 0;
	background: #173e77;
}

#header .nav-close:hover:after,
#header .nav-close:hover:before {
	background: #7dbaff;
}

#header .nav-close:after,
#header .nav-close:before {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	content: "";
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

#header .nav-close:after {
	width: 40px;
	height: 4px;
}

#header .nav-close:before {
	height: 40px;
	width: 4px;
}

.social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
	font-size: 16px;
}

.social-list li {
	padding: 0 10px;
}

.social-list a {
	color: #fff;
	text-decoration: none;
}

.social-list a:hover {
	color: #7dbaff;
}

.header-holder {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 14px;
}

.nav-open-btn {
	width: 50px;
	height: 34px;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	position: absolute;
	z-index: 10;
	top: 25px;
	right: 12px;
	text-indent: -9999px;
}

.nav-open-btn:after,
.nav-open-btn:before,
.nav-open-btn .decor-1,
.nav-open-btn .decor-2 {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	content: "";
	position: absolute;
	background: #fff;
	height: 4px;
	left: 0;
	right: 0;
}

.nav-open-btn:after {
	top: 0;
}

.nav-open-btn .decor-1 {
	top: 10px;
}

.nav-open-btn .decor-2 {
	top: 20px;
}

.nav-open-btn:before {
	bottom: 0;
}

.nav-open-btn:hover:after,
.nav-open-btn:hover:before,
.nav-open-btn:hover .decor-1,
.nav-open-btn:hover .decor-2 {
	background-color: #7dbaff;
}

.search-active .nav-drop {
	opacity: 1;
	visibility: hidden;
}

.main-menu {
	font: 700 21px/1 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 50px;
}

.main-menu > li {
	position: relative;
	margin: 0 0 14px;
}

.main-menu > li.active > a {
	color: #7dbaff;
}

.main-menu > li > a {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, padding .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out, padding .3s ease-in-out;
	position: relative;
	display: inline-block;
	min-width: 192px;
}

.main-menu a {
	color: inherit;
	text-decoration: none;
	font-style: normal;
}

.main-menu .drop {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, padding .3s ease-in-out, max-height .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, padding .3s ease-in-out, max-height .3s ease-in-out;
	font: 600 13px/1.1 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	opacity: 0;
	max-height: 0;
	text-transform: capitalize;
	display: block;
	letter-spacing: normal;
	padding: 15px 0 20px;
}

.main-menu .drop ul li {
	margin-bottom: 7px;
}

.main-menu .drop ul li:last-child {
	margin-bottom: 0;
}

.main-menu .drop ul li.active a {
	background: rgba(168, 168, 168, .4);
}

.main-menu .drop ul li.hover a {
	background: rgba(168, 168, 168, .4);
}

.main-menu .drop ul a {
	display: block;
}

.main-menu .hover > .drop {
	max-height: 550px;
	z-index: 2;
}

.search-open-btn {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	color: #fff;
	text-decoration: none;
	font-size: 0;
	line-height: 0;
}

.search-open-btn:hover {
	color: #173e77;
	background: #fff;
}

.search-open-btn [class^="icon-"] {
	font-size: 16px;
	line-height: 1;
}

.search {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 999;
}

.search input[type=search],
.search input[type=text] {
	border: none;
	border-bottom: 2px solid #fff;
	color: #fff;
	background: none;
	height: 34px;
	padding: 8px 35px 8px 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	border-radius: 0;
	font: italic 10px/1.1 "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	text-transform: none;
}

.search input[type=search]:focus,
.search input[type=text]:focus {
	outline: none;
}

.search input[type=search]::-webkit-input-placeholder,
.search input[type=text]::-webkit-input-placeholder {
	color: #fff;
}

.search input[type=search]::-moz-placeholder,
.search input[type=text]::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.search input[type=search]:-moz-placeholder,
.search input[type=text]:-moz-placeholder {
	color: #fff;
}

.search input[type=search]:-ms-input-placeholder,
.search input[type=text]:-ms-input-placeholder {
	color: #fff;
}

.search input[type=search].placeholder,
.search input[type=text].placeholder {
	color: #fff;
}

.search button[type=submit],
.search input[type=submit] {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
	border: none;
	background: transparent;
	width: 48px;
	font-size: 16px;
	line-height: 1;
	padding: 0 6px;
	color: #fff;
	display: none;
}

.search button[type=submit]:focus,
.search input[type=submit]:focus {
	outline: none;
}

.search button[type=submit]:hover,
.search input[type=submit]:hover {
	color: #7dbaff;
}

.search .search-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	right: 0;
	top: 100%;
	width: 340px;
}

.search form {
	width: 100%;
}

#wrapper {
	overflow: hidden;
	position: relative;
}

.container {
	max-width: 1180px;
	padding: 0 40px;
	margin: 0 auto;
}

.container.md {
	max-width: 1330px;
}

.container.lg {
	max-width: 1410px;
}

a {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out, box-shadow .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out, box-shadow .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
	display: block;
	font-weight: 400;
	line-height: 1.3;
}

h2,
.h2 {
	margin-bottom: 63px;
}

input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea,
select {
	outline: none;
	line-height: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
}

.buffer .right-newsiecol {
	display: none;
}

.buffer input[type="text"],
.buffer input[type="tel"],
.buffer input[type="email"],
.buffer input[type="search"],
.buffer input[type="password"],
.buffer input[type="url"],
.buffer textarea,
.buffer select {
	outline: unset;
	overflow: unset;
	text-overflow: unset;
	text-transform: none;
	border: 1px solid gray;
	padding: 5px;
	/*width: 100%;*/
}

input {
	height: 70px;
}

.buffer input {
	height: unset;
}

.bordered-decore {
	position: relative;
	padding-top: 31px;
	text-align: center;
}

.bordered-decore:before {
	content: "";
	width: 119px;
	height: 6px;
	background: #7dbaff;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

.hidden {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.bg-blue {
	background: #173e77;
}

.bg-gray {
	background: #e1e1e1;
}

.footer {
	padding: 27px 0 0;
	position: relative;
}

.footer-holder {
	text-align: center;
}

.footer-holder .social-list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 25px;
}

.footer-holder .footer-menu {
	font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -6px 65px;
}

.footer-holder .footer-menu li {
	padding: 0 6px;
	margin: 0;
}

.footer-holder .footer-menu li a {
	min-width: 100%;
}

.footer-holder .footer-menu li a:after {
	display: none;
}

.footer-holder .footer-menu li a:hover {
	color: #7dbaff;
}

.footer-holder .anchor-link {
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	width: 100px;
	background: #7dbaff;
	color: #fff;
	padding: 10px 5px;
}

.footer-holder .anchor-link:hover {
	background: rgba(125, 186, 255, .8);
}

.btn,
#aspnetForm input[type="submit"] {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	color: #003764;
	background: transparent;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 16px 42px;
	font-size: 19px;
	text-decoration: none;
	border: 2px solid #003764;
	font-weight: 700;
}

.btn:hover,
#aspnetForm input[type="submit"]:hover {
	background: #003764;
	color: #fff;
}

.btn.btn-blue {
	background: #003764;
	color: #fff;
}

.btn.btn-blue:hover {
	background: transparent;
	color: #003764;
}

.btn.lg {
	padding: 28px 43px;
}

.services-section {
	padding: 0 0 41px;
}

.services-section h2 {
	color: #fff;
	text-align: center;
}

.services-section .three-col-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.services-section .three-col-row .col {
	width: 100%;
	padding: 0 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.services-section .three-col-row .col.sm {
	width: 50%;
}

.service-block {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 14px;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	width: 100%;
}

.service-block a {
	text-decoration: none;
	display: block;
	height: 100%;
	display: block;
	position: relative;
	z-index: 2;
}

.service-block a:after {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}

.service-block a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100%);
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100%);
	z-index: -1;
}

.service-block a:hover:after {
	opacity: 1;
	visibility: visible;
}

.service-block .block-wrapper,
.service-block .holder-block,
.service-block .service-icon,
.service-block .service-title {
	display:block;
}

.service-block .block-wrapper {
	padding: 5px 15px;
	height: 100%;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.service-block .block-wrapper:before {
	content: "";
	display: block;
	width: 0;
	min-height: 160px;
}

.service-block .block-wrapper.offset-left {
	padding-left: 41%;
}

.service-block .block-wrapper .service-icon {
	color: #fff;
	margin: 0 0 8px;
}

.service-block .block-wrapper .service-icon .icon-Column {
	font-size: 34px;
}

.service-block .block-wrapper .service-icon .icon-file {
	font-size: 32px;
}

.service-block .block-wrapper .service-icon .icon-tickets {
	font-size: 34px;
}

.service-block .block-wrapper .service-icon .icon-star {
	font-size: 33px;
}

.service-block .block-wrapper .service-icon .icon-flag {
	font-size: 31px;
}

.service-block .block-wrapper .service-icon .icon-card {
	font-size: 34px;
}

.service-block .service-title {
	font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: #fff;
}

.intro-section {
	position: relative;
	padding: 174px 0 29px;
	z-index: 1;
	overflow: hidden;
}

.int .main-content .container {
  padding: 60px;
}

.title-holder {
	text-align: center;
	text-transform: capitalize;
}

.title-holder a {
	text-decoration: none;
	color: #fff;
}

.intro-section:after,
.intro-section:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, #000 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, #000 100%);
	z-index: -1;
}

.intro-section:after {
	background: rgba(0, 0, 0, .2);
}

.intro-section .text-wrapper {
	margin-bottom: 68px;
}

.intro-section .content-holder {
	color: #fff;
	font-size: 16px;
	z-index: 10;
}

.intro-section .h2,
.intro-section h2 {
	color: #fff;
	margin-bottom: 22px;
}

.bg-video-holder {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	background-position: center;
	z-index: -5;
}

.bg-video {
	margin-left: 0 !important;
}

.intro-carousel {
	opacity: 0;
	visibility: hidden;
}

.intro-carousel.slick-initialized {
	opacity: 1;
	visibility: visible;
}

.intro-carousel .slider-content {
	text-align: center;
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: 17px;
	padding: 12px;
	position: relative;
	outline: none;
}

.intro-carousel .slider-content:after {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	content: "";
	background: rgba(125, 186, 255, .6);
	left: 15px;
	right: 15px;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
}

/*.intro-carousel .slider-content:hover:after {
	visibility: visible;
	opacity: 1;
}*/

.intro-carousel .slider-content span {
	display: block;
	text-align: center;
}

.intro-carousel .slider-content [class^="icon-"] {
	font-size: 69px;
	margin-bottom: 11px;
}

.intro-carousel .slick-arrow {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	position: absolute;
	z-index: 5;
	top: 50%;
	left: -30px;
	background: transparent;
	border: none;
	font-size: 20px;
	outline: none;
}

.intro-carousel .slick-arrow:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.intro-carousel .slick-arrow.slick-next {
	right: -30px;
	left: auto;
}

.intro-carousel .number {
	font-size: 35px;
	font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.news-section {
	font-size: 16px;
	font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.news-section .container {
	max-width: 1250px;
}

.news-section .container.md {
	padding: 0 102px;
}

.news-section a {
	text-decoration: none;
}

.news-section .socials-news {
	color: #7dbaff;
	padding-bottom: 42px;
}

.news-section .socials-news li {
	margin-bottom: 40px;
}

.news-section .socials-news a {
	color: #173e77;
}

.news-section .socials-news a:hover {
	color: #7dbaff;
}

.news-section .socials-news .heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #4b4b4b;
	margin-bottom: 17px;
}

.news-section .socials-news .heading a {
	color: #4b4b4b;
}

.news-section .socials-news .heading a:hover {
	color: #7dbaff;
}

.news-section .socials-news .date {
	font-style: normal;
	padding-left: 15px;
}

.news-section .social-title {
	text-align: center;
	font-size: 62px;
	line-height: 1;
	margin-bottom: 23px;
}

.news-section .news-slider {
	margin-bottom: 76px;
}

.news-section .news-slider .slide {
	margin-bottom: 40px;
}

.news-section .news-slider .date {
	width: 67px;
	height: 85px;
	background: #7dbaff;
	color: #fff;
	text-transform: uppercase;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-align: center;
	margin: 0 0 23px;
	display: inline-block;
	vertical-align: top;
	padding-top: 15px;
}

.news-section .news-slider .date span {
	display: block;
	font-size: 13px;
}

.news-section .news-slider .date em {
	font-style: normal;
	font-size: 37px;
	font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	line-height: .8;
}

.news-section .news-slider .title {
	margin-bottom: 15px;
	display: block;
	font-weight: 400;
}

.news-section .news-slider .title a {
	color: #173e77;
}

.news-section .news-slider .title a:hover {
	color: #7dbaff;
}

.news-section .news-slider .more-link {
	font-size: 12px;
	color: #4b4b4b;
	font-weight: 700;
	text-transform: uppercase;
}

.news-section .news-slider .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.news-section .news-slider .slick-dots li {
	margin: 0 .5rem;
}

.news-section .news-slider .slick-dots li.slick-active button {
	background: #808080;
}

.news-section .news-slider .slick-dots button {
	width: 16px;
	height: 16px;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	font-size: 0;
	line-height: 0;
	display: block;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: #cecece;
	border-radius: 10px;
}

.news-section .news-slider .slick-dots button:hover,
.news-section .news-slider .slick-dots button:focus {
	outline: none;
	background: #808080;
}

.connect-section {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 85px;
}

.connect-section h2 {
	text-align: center;
	width: 100%;
	font-size: 30px;
	margin: 0 0 20px;
}

.connect-form {
	margin-bottom: 30px;
	width: 100%;
}

.connect-form .e-input {
	width: 100%;
	margin-bottom: 14px;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	box-sizing: border-box;
}

.connect-form .btn-submit {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	background: #173e77;
	border: none;
	padding: 0;
	text-transform: uppercase;
	color: #fff;
	width: 100%;
	height: 70px;
	padding: 5px 31px;
	font: 700 17px/1.1 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.connect-form .btn-submit:hover {
	background: #7dbaff;
}

.connect-form .btn-submit:focus {
	outline: none;
}

.information-section {
	padding: 62px 0 100px;
}

.information-section .img-holder {
	margin-bottom: 34px;
	text-align: center;
}

.information-section .h2,
.information-section h2 {
	margin-bottom: 25px;
	text-align: center;
}

.information-section .content-holder {
	line-height: 1.7;
}

.information-section .txt-holder {
	margin-bottom: 40px;
}

.information-section .txt-holder p {
	margin-bottom: 27px;
}

.information-section .txt-holder p:last-child {
	margin-bottom: 0;
}

.issues-section {
	padding: 0 0 50px;
}

.issues-slider {
	position: relative;
	margin: 0 25px;
}

.issues-slider .slick-arrow {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	background: #fff;
	color: #173e77;
	border: none;
	padding: 20px 30px;
	position: absolute;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 10;
	font-size: 0;
	line-height: 0;
}

.issues-slider .slick-arrow:before {
	font-size: 13px;
	line-height: 1.1;
}

.issues-slider .slick-arrow:hover {
	background: #173e77;
	color: #fff;
}

.issues-slider .slick-prev {
	left: 0;
}

.issues-slider .slick-prev:before {
	content: "";
}

.issues-slider .slick-next {
	right: 0;
}

.issues-slider .slick-next:before {
	content: "";
}

.issues-slider .slide:nth-child(even) .text-block {
	background: #d4d4d4;
}

.issues-item {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	position: relative;
	z-index: 5;
}

.issues-item .img-block {
	display:block;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding-top: 107%;
	position: relative;
}

.issues-item .img-block:before {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(125, 186, 255, 0);
}

.issues-item .plus {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
}

.issues-item .plus:before,
.issues-item .plus:after {
	content: "";
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.issues-item .plus:before {
	width: 43px;
	height: 5px;
}

.issues-item .plus:after {
	width: 5px;
	height: 43px;
}

.issues-item a {
	display: block;
	text-decoration: none;
}

.issues-item .text-block {
	background: #e1e1e1;
	text-align: center;
	padding: 10px 15px;
	color: #4b4b4b;
	text-transform: capitalize;
	font: 18px/1.1 "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.issues-item .text-block:before {
	content: "";
	display: block;
	width: 0;
	min-height: 80px;
}

.issues-item .text-block .title {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	font-weight: normal;
	display: block;
	width: 100%;
}

.issues-item:hover .img-block:before {
	background: rgba(125, 186, 255, .82);
}

.issues-item:hover .plus {
	opacity: 1;
	visibility: visible;
}

.footer-top {
	color: #173e77;
	padding: 30px 0 0;
	font-size: 16px;
}

.footer-top .address-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	position: relative;
	z-index: 2;
	width: 100%;
}

.footer-top .picture-box {
	display: none;
}

.footer-top .picture-box img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.footer-top .h5 {
	color: #7dbaff;
	margin-bottom: 14px;
}

.footer-top address {
	font-style: normal;
	margin-bottom: 35px;
}

.footer-top address span {
	display: block;
}

.footer-top address a {
	color: #173e77;
	text-decoration: none;
}

.footer-top address a:hover {
	color: #7dbaff;
}

.footer-top .map-section {
	position: relative;
}

.footer-top .map-section .img-block img {
	display: block;
}

.footer-top .map-section .link-location-01,
.footer-top .map-section .link-location-02,
.footer-top .map-section .link-location-03 {
	position: absolute;
}

.footer-top .map-section .link-location-01 {
	left: 61%;
  top: 48%;
}

.footer-top .map-section .link-location-02 {
	right: 4%;
  top: 30%;
}

.footer-top .map-section .link-location-03 {
	right: 36%;
  top: 14%;
}

.buffer h2,
.buffer .h2 {
	margin-bottom: 10px;
}

.facebook-widget,
	.twitter-widget {
		display: flex;
		justify-content: center;
	}


@media (min-width: 430px) {
	.footer-top .map-section .link-location-01 {
	  top: 49%;
    left: 59%;
	}
	.footer-top .map-section .link-location-02 {
		right: 8%;
	  top: 32%;
	}
	.footer-top .map-section .link-location-03 {
		right: 38%;
    top: 15%;
	}
}

@media (min-width: 480px) {
	.footer-top .map-section .link-location-01 {
	  top: 49%;
    left: 59%;
	}
	.footer-top .map-section .link-location-02 {
		right: 11%;
	}
	.footer-top .map-section .link-location-03 {
		right: 40%;
	}
}

@media (min-width: 530px) {
	.footer-top .map-section .link-location-02 {
		right: 11%;
    top: 33%;
	}
	.footer-top .map-section .link-location-03 {
		right: 41%;
    top: 18%;
	}
}

@media (min-width: 590px) {
	.footer-top .map-section .link-location-01 {
	  top: 52%;
    left: 58%;
	}
	.footer-top .map-section .link-location-02 {
		right: 13%;
    top: 34%;
	}
	.footer-top .map-section .link-location-03 {
		right: 42%;
    top: 19%;
	}
}

@media (min-width: 620px) {
	.footer-top .map-section .link-location-02 {
		right: 16%;
    top: 36%;
	}
	.footer-top .map-section .link-location-03 {
		right: 43%;
		top: 20%;
	}
}

@media (max-width: 767px) {

	/*Mobile popup styles*/
	#modal {
		min-width: 360px;
		width: 100%;
		height: auto;
		background-size: auto;
		background-position: 75% 100%;
	}

	#modal p {
		font-size: 18px;
	}

	#modal input {
		min-width: auto;
	}

	#modal img {
		width: 100%;
	}

	/*End mobile popup*/

	.int .intro-section:after,
	.int .intro-section:before {
		content: none;
	}
	.int .intro-section {
		padding: 120px 0 0;
	}
	.int .intro-section .container {
		padding: 0 20px;
	}
	.int .main-content .container {
		padding: 0 20px 60px;
	}
	.int .main-content h2 {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.title-holder {
		text-align: left;
		
	}
	.title-holder a {
		color: #173177;
	}
}

@media (min-width: 768px) {
	#header.header-fixed .logo {
		width: 260px;
	}

	#header.header-fixed .logo a {
		padding: 10px 15px 15px;
	}

	#header .logo {
		width: 260px;
	}

	#header .logo a {
		width: 100%;
		background: #173e77;
		padding: 30px 25px;
	}

	#header .social-list {
		font-size: 40px;
		margin: 0 -13px 85px;
	}

	#header .nav-close {
		width: 130px;
		height: 130px;
		left: -130px;
		top: 0;
		background: none;
	}

	#header .nav-close:after {
		width: 45px;
	}

	#header .nav-close:before {
		height: 45px;
	}

	.nav-open-btn {
		right: 20px;
	}

	.intro-section.internal {
		background-position: 0% 50%;
		background-repeat: no-repeat;
		background-size: cover;
		background-image: url(/images/intro-bg-02.jpg);
	}

	.main-menu {
		margin: 0 0 36px;
		font-size: 42px;
	}

	.main-menu > li {
		margin: 0 0 26px;
	}

	.main-menu .drop {
		font-size: 23px;
		padding: 30px 0;
	}

	.main-menu .drop ul li {
		margin: 0 0 19px;
	}

	.nav-bar {
		margin: 0 0 67px;
	}

	.search {
		padding: 0 5px;
	}

	.search input[type=search],
	.search input[type=text] {
		font-size: 20px;
		height: 75px;
		border-width: 3px;
	}

	h2,
	.h2 {
		font-size: 47px;
	}

	.h3,
	h3 {
		font-size: 28px;
	}

	.service-block .service-title {
		font-size: 28px;
	}

	input {
		height: 88px;
	}

	.footer {
		padding: 21px 0;
	}

	.footer .container {
		padding: 0 60px;
	}

	.footer-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.footer-holder .social-list {
		margin: 0 -13px;
	}

	.footer-holder .social-list li {
		padding: 0 13px;
	}

	.footer-holder .footer-menu {
		margin: 0 -15px 0 0;
	}

	.footer-holder .footer-menu li {
		padding: 0 15px;
	}

	.footer-holder .link-holder {
		width: 127px;
	}

	.footer-holder .anchor-link {
		width: 127px;
		padding: 15px 5px;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.services-section {
		padding: 0 0 60px;
	}

	.services-section .three-col-row {
		margin: 0 16px 0;
	}

	.services-section .three-col-row .col {
		padding: 0 21px;
	}

	.service-block {
		margin-bottom: 33px;
	}

	.service-block .block-wrapper {
		padding: 45px 43px;
	}

	.service-block .block-wrapper:before {
		min-height: 299px;
	}

	.service-block .block-wrapper .service-icon {
		margin-bottom: 25px;
	}

	.service-block .block-wrapper .service-icon .icon-Column {
		font-size: 79px;
	}

	.service-block .block-wrapper .service-icon .icon-file {
		font-size: 79px;
	}

	.service-block .block-wrapper .service-icon .icon-tickets {
		font-size: 84px;
	}

	.service-block .block-wrapper .service-icon .icon-star {
		font-size: 82px;
	}

	.service-block .block-wrapper .service-icon .icon-flag {
		font-size: 80px;
	}

	.service-block .block-wrapper .service-icon .icon-card {
		font-size: 80px;
	}

	.intro-section {
		padding: 280px 0 20px;
	}

	.int .intro-section {
		padding: 200px 0 20px;
	}

	.intro-section .text-wrapper {
		width: 81%;
		margin: 0 auto 105px;
	}

	.intro-section .h2,
	.intro-section h2 {
		margin-bottom: 3px;
	}

	.intro-section .txt-holder {
		line-height: 2.1;
	}

	.intro-carousel {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		opacity: 1;
		visibility: visible;
	}

	.intro-carousel .slider-item {
		width: 30%;
		-webkit-box-flex: 1;
		-ms-flex: 1 auto;
		flex: 1 auto;
		padding: 0 15px;
	}

	.intro-carousel .slider-content:after {
		left: 0;
		right: 0;
	}

	.intro-carousel .slider-content [class^="icon-"] {
		margin-bottom: 0;
	}

	.news-section {
		font-size: 18px;
		line-height: 1.7;
		padding-bottom: 37px;
	}

	.news-section .socials-news li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 47px;
	}

	.news-section .socials-news .col {
		width: calc(100% - 105px);
	}

	.news-section .socials-news .heading {
		margin-bottom: 21px;
	}

	.news-section .social-title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 40px 10px 0;
		font-size: 100px;
	}

	.news-section .news-slider {
		margin: 0;
	}

	.news-section .news-slider .col {
		width: calc(100% - 110px);
	}

	.news-section .news-slider .slide {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 37px;
	}

	.news-section .news-slider .date {
		width: 88px;
		height: 110px;
		margin: 7px 32px 0 0;
		padding: 18px 0 0;
	}

	.news-section .news-slider .date span {
		font-size: 15px;
	}

	.news-section .news-slider .date em {
		font-size: 50px;
	}

	.connect-section {
		padding: 0 0 100px;
	}

	.connect-section h2 {
		font-size: 36px;
		margin: 0 0 32px;
	}

	.connect-form {
		margin: 0;
		text-align: center;
	}

	.connect-form .holder {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.connect-form .e-input {
		margin: 0 0 43px;
	}

	.connect-form .e-input.e-input-02 {
		width: 208px;
		margin: 0 0 0 13px;
	}

	.connect-form .e-input.e-input-01 {
		width: 60%;
	}

	.connect-form .btn-submit {
		font-size: 22px;
	}

	.connect-form .btn-submit {
		min-width: 320px;
		width: auto;
		height: 88px;
		margin: 0 auto;
	}

	.information-section .container {
		padding: 0 60px;
	}

	.information-section .img-holder {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 47%;
		padding-left: 40px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin: 0;
	}

	.information-section .h2,
	.information-section h2 {
		text-align: left;
		margin-bottom: 35px;
	}

	.information-section .content-holder {
		width: 53%;
		-webkit-box-flex: 1;
		-ms-flex: 1 auto;
		flex: 1 auto;
	}

	.information-section .txt-holder {
		margin-bottom: 45px;
	}

	.two-col-layouts {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.two-col-layouts .col {
		width: 50%;
	}

	.issues-slider {
		margin: 0 50px;
	}

	.issues-slider .slick-arrow {
		padding: 26px 57px;
	}

	.issues-slider .slick-arrow:before {
		font-size: 16px;
	}

	.issues-item .img-block {
		padding-top: 108%;
	}

	.issues-item .text-block:before {
		min-height: 100px;
	}

	.footer-top {
		padding: 98px 0 0;
	}

	.footer-top .address-block {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0 40px 19px;
	}

	.footer-top .map-section .link-location-01 {
		top: 51%;
    left: 50%;
	}

	.footer-top .map-section .link-location-02 {
		right: 26%;
		top: 34%;
	}

	.footer-top .map-section .link-location-03 {
		right: 50%;
    top: 18%;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	#header.header-fixed .nav-close {
		background: #173e77;
	}

	.nav-active .main-menu {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

@media (min-width: 1024px) {
	#header.header-fixed .main-menu > li > a {
		padding: 37px 18px;
	}

	#header .holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin: -3px 10px 0 0;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin: 0;
		width: 100%;
	}

	#header .inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	#header .logo {
		position: absolute;
		left: 25px;
		top: 0;
		width: 260px;
	}

	#header .social-list {
		margin: 0 28px 0 0;
		font-size: 16px;
		width: 17%;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	#header .nav-close {
		display: none;
	}

	.header-holder {
		-webkit-transition: padding .3s ease-in-out;
		transition: padding .3s ease-in-out;
		padding: 0 0 0 290px;
	}

	.nav-open-btn {
		display: none;
	}

	.nav-drop {
		width: 100%;
	}

	.search-active .nav-drop {
		visibility: visible;
	}

	.main-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 13px;
		margin: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.main-menu > li {
		margin: 0;
	}

	.main-menu > li.hover > a:after {
		left: 0;
		right: 0;
		opacity: 1;
		visibility: visible;
	}

	.main-menu > li.active > a {
		color: inherit;
	}

	.main-menu > li.active > a:after {
		left: 0;
		right: 0;
		opacity: 1;
		visibility: visible;
	}

	.main-menu > li > a {
		vertical-align: top;
		min-width: auto;
		padding: 26px 18px;
	}

	.main-menu > li > a:after {
		-webkit-transition: left .3s ease-in-out, right .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: left .3s ease-in-out, right .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
		content: "";
		position: absolute;
		height: 6px;
		left: 50%;
		right: 50%;
		top: 0;
		background: #fff;
		opacity: 0;
		visibility: hidden;
	}

	.main-menu .drop-active .has-drop-down-a {
		-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
		transition: color .3s ease-in-out, background .3s ease-in-out;
		background: #fff;
		color: #173e77;
	}

	.main-menu .drop {
		opacity: 1;
		position: absolute;
		top: 100%;
		left: 0;
		width: 243px;
		max-height: none;
		display: none;
		text-align: left;
		color: #4b4b4b;
		background-color: #fff;
		padding: 10px 0;
		font-size: 14px;
	}

	.main-menu .drop:before {
		content: "";
		position: absolute;
		bottom: 100%;
		left: 0;
		right: 0;
		height: 22px;
	}

	.main-menu .drop ul li {
		margin: 0;
	}

	.main-menu .drop ul li:last-child {
		border-bottom: none;
	}

	.main-menu .drop ul a {
		padding: 13px 25px;
	}

	.main-menu .hover > .drop {
		max-height: none;
	}

	.is-touch-device .main-menu .hover > .drop {
		display: block;
	}

	.nav-bar {
		margin: 0 auto;
		width: 85%;
	}

	.search-open-btn {
		width: 50px;
		height: 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.search {
		position: relative;
		padding: 0;
	}

	.search.search-active .search-open-btn {
		color: #173e77;
		background: #fff;
	}

	.search input[type=search],
	.search input[type=text] {
		padding: 8px 20px;
		color: #595d63;
		font-size: 13px;
		height: 47px;
		border: none;
		background: #fff;
	}

	.search input[type=search]::-webkit-input-placeholder,
	.search input[type=text]::-webkit-input-placeholder {
		color: #595d63;
	}

	.search input[type=search]::-moz-placeholder,
	.search input[type=text]::-moz-placeholder {
		color: #595d63;
	}

	.search input[type=search]:-moz-placeholder,
	.search input[type=text]:-moz-placeholder {
		color: #595d63;
	}

	.search input[type=search]:-ms-input-placeholder,
	.search input[type=text]:-ms-input-placeholder {
		color: #595d63;
	}

	.search input[type=search].placeholder,
	.search input[type=text].placeholder {
		color: #595d63;
	}

	.footer {
		padding: 18px 0;
	}

	.footer .container {
		padding: 0 40px;
	}

	.footer-holder .footer-menu li a {
		padding: 11px 5px;
	}

	.services-section .three-col-row {
		margin: 0 -15px;
	}

	.services-section .three-col-row .col {
		padding: 0 15px;
		width: 50%;
	}

	.services-section .three-col-row .col.sm {
		width: 25%;
	}

	.services-section .three-col-row .order-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.services-section .three-col-row .order-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.services-section .three-col-row .order-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.services-section .three-col-row .order-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.services-section .three-col-row .order-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.services-section .three-col-row .order-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.service-block {
		margin-bottom: 36px;
	}

	.service-block .block-wrapper {
		padding: 20px 43px 25px;
	}

	.service-block .block-wrapper:before {
		min-height: 290px;
	}

	.service-block .block-wrapper .service-icon {
		margin-bottom: 15px;
	}

	.intro-section .text-wrapper {
		margin: 0 0 105px 0;
	}

	.intro-section .content-holder {
		width: 59%;
	}

	.intro-carousel {
		margin: 0 0 0 -38px;
	}

	.news-section .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: startl
		-ms-flex-align: start;
		align-items: start;
		padding-bottom: 50px;
	}

	.news-section .row.md {
		padding-bottom: 0;
	}

	.news-section > .col {
		width: 50%;
	}

	.news-section .socials-news {
		width: 50%;
		padding-right: 25px;
	}

	.news-section .socials-news li {
		margin-bottom: 62px;
	}

	.news-section .social-title {
		width: 105px;
	}

	.news-section .news-slider {
		width: 50%;
	}

	.news-section .news-slider .title {
		margin-bottom: 8px;
	}

	.connect-section {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.connect-section h2 {
		font-size: 37px;
		margin: 0 0 25px;
	}

	.connect-form .holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.connect-form .e-input {
		margin: 0;
	}

	.connect-form .e-input.e-input-01 {
		width: 100%;
	}

	.connect-form .btn-submit {
		min-width: 173px;
		margin-left: 14px;
	}

	.information-section {
		padding: 90px 0 100px;
	}

	.information-section .container {
		padding: 0 35px;
	}

	.information-section .img-holder {
		margin: -233px 0 0 0;
		z-index: 10;
	}

	.information-section .txt-holder {
		margin-bottom: 75px;
	}

	.issues-section {
		padding: 0 0 110px;
	}

	.issues-slider .slick-arrow {
		padding: 26px 57px;
		top: 30px;
	}

	.issues-slider .slick-list {
		padding: 30px 0;
	}

	.issues-item .img-block {
		padding-top: 100%;
	}

	.issues-item .text-block:before {
		min-height: 90px;
	}

	.issues-item:hover {
		-webkit-transform: scale(1.15);
		-ms-transform: scale(1.15);
		transform: scale(1.15);
		z-index: 6;
	}

	.issues-item:hover .title {
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
		transform: scale(.9);
	}

	.footer-top {
		position: relative;
		margin: 0 0 66px;
	}
}

@media (min-width: 1200px) {
	#header .inner {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	#header .logo {
		width: 370px;
	}

	.header-holder {
		padding: 0 0 0 370px;
	}

	.main-menu > li {
		padding: 0 14px;
	}

	.main-menu .drop {
		left: 14px;
	}

	.connect-section {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.connect-section h2 {
		width: auto;
		margin: 0;
	}

	.connect-form {
		width: auto;
	}

	.connect-form .e-input.e-input-01 {
		width: 431px;
	}

	.information-section .img-holder {
		margin: -263px -43px 0 0;
	}

	.issues-slider {
		margin: 0 73px;
	}

	.footer-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding: 0;
	}

	.footer-top .address-block {
		width: 362px;
		padding: 30px 22px 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer-top .picture-box {
		display: inline-block;
		vertical-align: top;
		width: 31%;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
	}

	.footer-top .map-section .img-block img {
		margin-right: -150px;
		max-width: 1000px;
	}

	.footer-top .map-section .link-location-01 {
		left: 380px;
    top: 245px;
	}

	.footer-top .map-section .link-location-02 {
		left: 534px;
    top: 166px;
		right: auto;
	}

	.footer-top .map-section .link-location-03 {
		left: 343px;
    top: 76px;
		right: auto;
	}
}

@media (min-width: 1440px) {
	.footer-top {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0 0 0 31%;
	}

	.footer-top .map-section {
		width: 633px;
		height: 529px;
	}
}

@media (min-width: 1600px) {
	.footer-top .map-section {
		width: 785px;
	}

	.footer-top .map-section .img-block img {
		margin-right: 0;
	}
}

@media (max-width: 1199px) {
	.footer-top .address-block .col {
		padding: 0 25px;
	}

	.footer-top .map-section .img-block {
		margin: 0 -14px 0 0;
	}

	.footer-top .map-section .img-block img {
		width: 100%;
	}
}

@media (max-width: 1023px) {
	#header .inner {
		overflow: hidden;
		overflow-y: auto;
		height: 100%;
	}

	#header .social-list li {
		padding: 0 23px;
	}

	.nav-drop {
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		height: 100vh;
		padding: 60px 70px;
		background: #173e77;
		position: absolute;
		z-index: 99;
		top: 0;
		opacity: 0;
		visibility: hidden;
		right: -15px;
		left: 115px;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
	}

	.main-menu > li.hover > a {
		color: #7dbaff;
	}

	.main-menu > li.hover .has-drop-down-a:after {
		-webkit-transform: translateY(-50%) rotate(180deg);
		-ms-transform: translateY(-50%) rotate(180deg);
		transform: translateY(-50%) rotate(180deg);
	}

	.main-menu .drop {
		visibility: hidden;
	}

	.main-menu .drop ul li.active a {
		color: #7dbaff;
		background: none;
	}

	.main-menu .drop ul li.hover a {
		color: #7dbaff;
		background: none;
	}

	.main-menu .hover > .drop {
		visibility: visible;
		opacity: 1;
	}

	.search-open-btn {
		display: none;
	}

	.search button[type=submit],
	.search input[type=submit] {
		position: absolute;
		right: 10px;
		bottom: 0;
		top: 0;
		display: block;
	}

	.search .search-wrap {
		position: relative;
		width: auto;
	}

	.nav-active #header {
		background: none;
	}

	.nav-active .logo {
		opacity: 0;
		visibility: hidden;
	}

	.nav-active .nav-drop {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

@media (max-width: 767px) {
	#header {
		background: #173e77;
	}

	#header .holder > .search {
		display: none;
	}

	#header .social-list li {
		padding: 0 13px;
	}

	.nav-drop {
		padding: 28px 26px;
		left: 64px;
	}

	.nav-bar {
		overflow: hidden;
	}

	.search button[type=submit],
	.search input[type=submit] {
		right: 0;
	}

	.h1,
	h1,
	.h2,
	h2 {
		font-size: 32px;
	}

	.btn {
		padding: 12px 30px;
		font-size: 14px;
	}

	.services-section .container {
		padding: 0 15px;
	}

	.information-section .content-holder {
		font-size: 16px;
	}

	.footer-top .map-section .img-block {
		margin: 0 -100px 0 0;
	}

	.footer-top .map-section .link-location-01,
	.footer-top .map-section .link-location-02,
	.footer-top .map-section .link-location-03 {
		width: 30px;
	}
}

@media (max-width: 560px) {
  #live .live-holder {
  	display: inline-block;
  }
  #live h1 {
    font-size: 28px;
    line-height: 30px;
  }
  #live a {
  	padding: 0 10px;
  	top: 0;
  	font-size: 13px;
  }
}


@media (max-width: 330px) {

	#modal {
		min-width: 90vw;
	}
}



