@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.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: -0.5em; }

sub {
  bottom: -0.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: 0.35em 0.625em 0.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; }

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

[class^="icon-"], [class*=" icon-"], .read-more:after {
  /* 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-arrow:before {
  content: ""; }

.icon-news:before {
  content: ""; }

.icon-pin:before {
  content: ""; }

.icon-tickets:before {
  content: ""; }

.icon-video:before {
  content: ""; }

.icon-star-rate:before {
  content: ""; }

.icon-dots:before {
  content: ""; }

.icon-refresh:before {
  content: ""; }

.icon-reply:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-arrow_top:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

.icon-medium:before {
  content: ""; }

/* Slider */
.slick-slider {
  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; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .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; }

.social-list, .main-menu, .main-menu .drop ul, #footer .menu-footer, .news-tabset, .layout-articles, .filter-list, .social-news, .social-news .title-list, .social-news .share-list, .instagram-gallery {
  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: #555;
  background: #fff;
  font: 14px/1.6 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 1em; }

a {
  color: #39f; }
  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 #999;
  padding: 0.4em 0.7em;
  min-width: 90px; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #333; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #888; }
  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: #888; }
  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: #888; }
  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: #888; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #888; }

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

/* custom scrollbars styles */
.jcf-scrollbar {
  width: 0 !important;
  height: 0 !important; }

.jcf-scrollable-wrapper {
  box-sizing: content-box;
  width: auto !important;
  height: auto !important;
  position: unset !important; }
  @media (min-width: 768px) {
    .jcf-scrollable-wrapper {
      position: relative !important; } }

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: #e3e3e3;
  width: 14px;
  bottom: 0;
  right: 0;
  top: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  background: #bbb;
  height: 14px;
  width: 14px;
  left: 0;
  top: 0;
  display: none; }

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #888;
  height: 1px;
  width: 14px;
  display: none; }

.jcf-scrollbar-horizontal {
  position: absolute;
  background: #e3e3e3;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #bbb;
  height: 14px;
  width: 14px;
  opacity: 0;
  visibility: hidden; }

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0; }

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #888;
  height: 14px;
  opacity: 0;
  visibility: hidden; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

.jcf-focus,
.jcf-focus * {
  border-color: #f00 !important; }

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 2;
  border: 1px solid transparent;
  background: #fff;
  text-align: left;
  outline: none;
  width: calc(100% - 45px);
  padding: 11px 7px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: -1px;
  height: 45px; }
  @media (min-width: 768px) {
    .jcf-select {
      padding: 12px 0px;
      letter-spacing: 0; } }
  @media (min-width: 1024px) {
    .jcf-select {
      width: calc(100% - 58px);
      padding: 15px 10px;
      font-size: 18px;
      height: 58px; } }
.int-news .jcf-select {
  background: #eee;
}
.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  margin: 0 10px 0 8px;
  cursor: pointer; }

.jcf-select .jcf-select-opener {
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  position: absolute;
  text-align: center;
  bottom: 0;
  right: 6px;
  top: 0;
  width: 20px; }
  .jcf-select .jcf-select-opener:before, .jcf-select .jcf-select-opener:after {
    content: "";
    position: absolute;
    font-family: 'icomoon' !important;
    position: absolute;
    top: 3px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    color: #313131;
    font-size: 24px;
    line-height: 1; }
    @media (min-width: 1024px) {
      .jcf-select .jcf-select-opener:before, .jcf-select .jcf-select-opener:after {
        top: 10px; } }
  .jcf-select .jcf-select-opener:after {
    top: auto !important;
    bottom: 3px;
    -webkit-transform: translate(-45%, 0) rotate(180deg);
        -ms-transform: translate(-45%, 0) rotate(180deg);
            transform: translate(-45%, 0) rotate(180deg); }
    @media (min-width: 1024px) {
      .jcf-select .jcf-select-opener:after {
        bottom: 10px; } }

body > .jcf-select-drop {
  position: absolute;
  margin: 0;
  z-index: 99; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.buffer .issues-wrap-thirds {
  width: 30%;
}

@media (max-width: 1024px) {
  .buffer .issues-wrap-thirds {
    width: 100%;
  }
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565;
  height: 1%; }
  .jcf-list .jcf-option.jcf-option-hide {
    display: none; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

.jcf-focus,
.jcf-focus * {
  border-color: #003976 !important; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative; }

.container {
  padding: 0 25px;
  margin: 0 auto;
  max-width: 690px; }
  @media (min-width: 1024px) {
    .container {
      max-width: 1220px; } }

@media (min-width: 1024px) {
  body,
  #aspnetForm {
    font-size: 16px;
    line-height: 1.5; } }

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

.decor-frame {
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0; }
  .decor-frame img {
    width: 100%; }

a {
  -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  color: #d5810d;
  text-decoration: none; }
  a:hover {
    color: #003976; }

h3,
.h3,
h2,
.h2,
h1,
.h1 {
  display: block;
  margin: 0 0 10px; }

h1, .h1 {
  font-weight: 900;
  line-height: 1; }
  @media (min-width: 1024px) {
    h1, .h1 {
      line-height: 1;
      font-size: 55px;
      margin: 0 0 24px; } }

h2, .h2 {
  line-height: 1.2;
  font-weight: 900; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 50px; } }

h3, .h3 {
  line-height: 1.2; }
  @media (min-width: 1024px) {
    h3, .h3 {
      font-size: 28px; } }

h4, .h4 {
  line-height: 1.2; }
  @media (min-width: 1024px) {
    h4, .h4 {
      font-size: 26px; } }

a {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out; }

.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 22px;
  margin: 0 -5px; }
  .social-list li {
    padding: 0 5px; }
  .social-list a {
    color: #d5810d;
    text-decoration: none; }
    .social-list a:hover {
      color: #f5b153; }

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

.base-section {
  padding: 93px 0 96px; }

.section-heading {
  padding: 0 0 53px;
  font-size: 16px; }
  @media (max-width: 767px) {
    .section-heading {
      text-align: center; } }
  .section-heading.text-center {
    text-align: center; }
  .section-heading.white {
    color: #fff; }
    .section-heading.white h1, .section-heading.white .h1,
    .section-heading.white h2, .section-heading.white .h2 {
      color: #fff; }
  .section-heading h1, .section-heading .h1,
  .section-heading h2, .section-heading .h2 {
    color: #003976; }

.btn, .filters button {
  -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  padding: 22px;
  margin: 0;
  color: #fff;
  background: #003976;
  display: inline-block;
  vertical-align: top;
  border-radius: 0;
  border: none;
  outline: 0;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  min-width: 205px;
  text-align: center; }
  .btn:after, .filters button:after {
    -webkit-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
    content: '';
    left: 0;
    right: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    background: #002043; }
  .btn:hover, .filters button:hover {
    color: #fff; }
    .btn:hover:after, .filters button:hover:after {
      right: 0; }
  .btn.btn-outline, .filters button.btn-outline {
    background: transparent;
    border: 2px solid #fff; }
    @media (max-width: 1023px) {
      .btn.btn-outline, .filters button.btn-outline {
        padding: 13px 32px;
        min-width: auto; } }
    .btn.btn-outline:after, .filters button.btn-outline:after {
      background: rgba(255, 255, 255, 0.4); }
  .btn.btn-warning, .filters button.btn-warning {
    background: #d5810d; }
    .btn.btn-warning:after, .filters button.btn-warning:after {
      background: #a5640a; }

.bg-gray {
  background: #eee; }

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

.read-more {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  padding-right: 20px;
  text-decoration: none; }
  @media (min-width: 1024px) {
    .read-more {
      font-size: 16px; } }
  .read-more:after {
    content: "";
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translatey(-40%);
        -ms-transform: translatey(-40%);
            transform: translatey(-40%); }
  .read-more:hover {
    color: #003976; }

.resize-active *,
.resize-active *:before,
.resize-active *:after {
  -webkit-transition: none !important;
  transition: none !important; }

#wrapper:before {
  opacity: 0;
  visibility: hidden; }

.nav-active #wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 5;
  opacity: 1;
  visibility: visible; }

#header {
  -webkit-transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
  position: relative;
  z-index: 6;
  background: #003976;
  padding: 8px 0 6px; }
  @media (min-width: 768px) {
    #header {
      padding: 10px 0; } }
  @media (min-width: 1024px) {
    #header {
      padding: 15px 0 0; } }
  @media (min-width: 1400px) {
    #header {
      padding: 0; } }
  .header-fixed #header {
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0; }
  #header > .container {
    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;
    position: relative;
    max-width: 100%; }
    @media (min-width: 768px) {
      #header > .container {
        max-width: 100%; } }
    @media (min-width: 1024px) {
      #header > .container {
        max-width: 1490px; } }
    @media (min-width: 1400px) {
      #header > .container {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  #header .social-list {
    padding: 0;
    margin: 0;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      #header .social-list {
        position: absolute;
        z-index: 99;
        top: 110px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        opacity: 0;
        visibility: hidden; } }
  @media (max-width: 767px) {
    .nav-active #header .social-list {
      opacity: 1;
      visibility: visible; } }
  #header .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (min-width: 768px) {
      #header .holder {
        max-width: calc(100% - 350px);
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media (min-width: 1024px) {
      #header .holder {
        max-width: calc(100% - 220px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
    @media (min-width: 1200px) {
      #header .holder {
        max-width: calc(100% - 300px); } }
    @media (min-width: 1400px) {
      #header .holder {
        -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; } }
    @media (max-width: 767px) {
      #header .holder > .search {
        display: none; } }
    @media (max-width: 767px) {
      #header .holder > .options .search-open-btn {
        display: none; } }
  #header .logo {
    position: relative;
    width: 168px;
    height: 46px;
    top: 26px;
    z-index: 999;
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 1024px) {
      #header .logo {
        width: 220px;
        height: 57px;
        top: 30px; } }
    @media (min-width: 1200px) {
      #header .logo {
        width: 280px;
        height: 69px;
        top: 43px; } }
    @media (min-width: 1400px) {
      #header .logo {
        width: 280px;
        height: 69px;
        top: 38px; } }
    #header .logo a {
      display: block; }
    #header .logo img {
      max-height: 100%; }
  #header .contact-btn {
    font-size: 16px;
    padding: 9px 23px 7px; }
    @media (min-width: 768px) {
      #header .contact-btn {
        margin: 0 0 0 25px; } }
  #header .options {
    margin: 0 0 26px; }
    @media (min-width: 768px) {
      #header .options {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 8px 76px 0 0; } }
    @media (min-width: 1024px) {
      #header .options {
        padding: 0; } }

.nav-open-btn {
  width: 30px;
  height: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block; }
  @media (min-width: 1024px) {
    .nav-open-btn {
      display: none;
      margin: 0; } }
  .nav-open-btn:before, .nav-open-btn:after {
    -webkit-transition: background 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, background 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    height: 4px;
    background: #d5810d;
    border-radius: 2px; }
  .nav-open-btn:before {
    top: 0px; }
  .nav-open-btn:after {
    top: 16px; }
  .nav-open-btn span {
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    position: absolute;
    top: 8px;
    right: 0;
    left: 0;
    height: 4px;
    background: #d5810d;
    border-radius: 2px;
    text-indent: -9999px; }

@media (max-width: 1023px) {
  .nav-drop {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: calc(100vh - 98px);
    padding: 52px 30px 30px;
    background: #003976;
    position: absolute;
    z-index: 99;
    top: 55px;
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: 0; } }

@media (max-width: 767px) {
  .nav-drop {
    height: calc(100vh - 60px);
    padding: 115px 24px 30px;
    top: 51px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .search-active .nav-drop {
    opacity: 1;
    visibility: hidden; } }

.main-menu {
  font-size: 14px;
  line-height: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: #fff;
  font-weight: 700; }
  @media (max-width: 1023px) {
    .main-menu {
      max-height: calc(100vh - 120px);
      overflow-y: auto;
      font-size: 30px; } }
  @media (max-width: 767px) {
    .main-menu {
      max-height: calc(100vh - 250px);
      font-size: 20px; } }
  @media (min-width: 1024px) {
    .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;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin: 0 8px;
      font-size: 14px; } }
  .main-menu > li {
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    position: relative;
    margin: 0 0 28px; }
    @media (min-width: 768px) {
      .main-menu > li {
        margin: 0 0 34px; } }
    @media (min-width: 1024px) {
      .main-menu > li {
        padding: 8px;
        margin: 0; } }
    @media (min-width: 1200px) {
      .main-menu > li {
        padding: 22px 10px; } }
    @media (min-width: 1400px) {
      .main-menu > li {
        padding: 50px 12px 36px; } }
    @media (max-width: 1399px) {
      .main-menu > li:last-child .drop {
        left: auto;
        right: 0; } }
    @media (min-width: 1024px) {
      .main-menu > li.hover {
        background: #d5810d; } }
    .main-menu > li.hover > a {
      color: inherit; }
    @media (max-width: 1023px) {
      .main-menu > li.hover .has-drop-down-a:before {
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
                transform: rotate(0); } }
    @media (max-width: 1023px) {
      .main-menu > li.active {
        color: #d5810d; } }
    @media (min-width: 1024px) {
      .main-menu > li.active {
        background: #d5810d; } }
    .main-menu > li.active a {
      color: inherit; }
    .main-menu > li > a {
      -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
      position: relative; }
      @media (min-width: 1024px) {
        .main-menu > li > a {
          display: inline-block;
          vertical-align: top;
          padding: 4px 0 6px; } }
      .main-menu > li > a.has-drop-down-a {
        margin: 0 23px;
        display: inline-block; }
        @media (min-width: 1024px) {
          .main-menu > li > a.has-drop-down-a {
            margin: 0 6px 0 0; } }
        @media (min-width: 1200px) {
          .main-menu > li > a.has-drop-down-a {
            margin: 0 10px 0 0; } }
        .main-menu > li > a.has-drop-down-a:before {
          -webkit-transition: -webkit-transform 0.3s ease-in-out;
          transition: -webkit-transform 0.3s ease-in-out;
          transition: transform 0.3s ease-in-out;
          transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
          content: '';
          position: absolute;
          top: 0;
          -webkit-transform-origin: center 75%;
              -ms-transform-origin: center 75%;
                  transform-origin: center 75%;
          right: -18px;
          border: 5px solid transparent;
          border-bottom: 10px solid #d5810d;
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); }
          @media (min-width: 768px) {
            .main-menu > li > a.has-drop-down-a:before {
              top: 8px; } }
          @media (min-width: 1024px) {
            .main-menu > li > a.has-drop-down-a:before {
              top: 0; } }
          @media (min-width: 1024px) {
            .main-menu > li > a.has-drop-down-a:before {
              right: -12px; } }
        .main-menu > li.hover > a.has-drop-down-a:before {
          border-bottom: 10px solid #fff; }
  .main-menu a {
    color: inherit;
    text-decoration: none;
    font-style: normal; }
  .main-menu .drop {
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, padding 0.3s ease-in-out, max-height 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, padding 0.3s ease-in-out, max-height 0.3s ease-in-out;
    opacity: 0;
    max-height: 0;
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    font-weight: 400; }
    @media (max-width: 1023px) {
      .main-menu .drop {
        visibility: hidden; } }
    @media (min-width: 1024px) {
      .main-menu .drop {
        opacity: 1;
        position: absolute;
        top: 100%;
        left: 0;
        width: 198px;
        max-height: none;
        display: none;
        text-align: left;
        background-color: rgba(0, 57, 118, 0.8);
        padding: 21px 16px 15px; } }
    .main-menu .drop ul {
      font-size: 14px;
      color: #fff; }
      @media (min-width: 1024px) {
        .main-menu .drop ul li {
          padding: 9px 10px; } }
      @media (min-width: 1024px) {
        .main-menu .drop ul a:hover {
          color: #d5810d; } }
  .main-menu .hover > .drop {
    opacity: 1 !important;
    max-height: 500px;
    z-index: 2; }
    @media (max-width: 1023px) {
      .main-menu .hover > .drop {
        padding: 21px 21px 1px;
        visibility: visible; } }
    @media (max-width: 1023px) {
      .main-menu .hover > .drop li {
        margin-bottom: 22px; } }
    .main-menu .hover > .drop li:last-child {
      margin-bottom: 0; }
    @media (min-width: 1024px) {
      .is-touch-device .main-menu .hover > .drop {
        display: block; } }

@media (max-width: 767px) {
  .nav-bar {
    overflow: hidden; } }

@media (max-width: 767px) {
  .nav-bar {
    margin: 0 -25px; } }

.search-open-btn {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #d5810d;
  text-decoration: none;
  font-size: 20px;
  padding: 0 15px;
  margin: 0 10px;
  line-height: 35px;
  position: relative;
  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; }
  .search-open-btn:before, .search-open-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    height: 26px;
    width: 1px;
    background: #d5810d; }
  .search-open-btn:before {
    left: auto;
    right: 0; }
  @media (max-width: 1023px) {
    .search-open-btn:after {
      display: none; } }
  .search-open-btn:hover {
    color: #f5b153; }

.search-close-btn {
  text-decoration: none;
  color: #d5810d;
  font-size: 40px;
  line-height: 1;
  font-weight: 300;
  font-style: normal;
  position: absolute;
  z-index: 99;
  right: 30px;
  top: 30px; }
  .search-close-btn:hover {
    color: #d5810d; }
  @media (max-width: 767px) {
    .search-close-btn {
      display: none; } }

.search {
  margin: 0 0 30px; }
  @media (min-width: 768px) {
    .search {
      -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
      position: fixed;
      background-color: rgba(0, 57, 118, 0.9);
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      min-height: 100vh;
      padding: 110px 30px;
      margin: 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;
      opacity: 0;
      visibility: hidden;
      z-index: 999; } }
  @media (min-width: 768px) {
    .search-active .search {
      color: #d5810d;
      opacity: 1;
      visibility: visible; } }
  .search input[type=search],
  .search input[type=text] {
    border: 1px solid #d5810d;
    color: #d5810d;
    background: none;
    height: 38px;
    font-size: 16px;
    padding: 8px 52px 9px 8px;
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
    font-weight: 500; }
    @media (min-width: 1024px) {
      .search input[type=search],
      .search input[type=text] {
        padding: 8px 20px 8px 8px; } }
    .search input[type=search]::-webkit-input-placeholder,
    .search input[type=text]::-webkit-input-placeholder {
      color: #d5810d; }
    .search input[type=search]::-moz-placeholder,
    .search input[type=text]::-moz-placeholder {
      opacity: 1;
      color: #d5810d; }
    .search input[type=search]:-moz-placeholder,
    .search input[type=text]:-moz-placeholder {
      color: #d5810d; }
    .search input[type=search]:-ms-input-placeholder,
    .search input[type=text]:-ms-input-placeholder {
      color: #d5810d; }
    .search input[type=search].placeholder,
    .search input[type=text].placeholder {
      color: #d5810d; }
    .search input[type=search]:focus,
    .search input[type=text]:focus {
      outline: none; }
    @media (min-width: 768px) {
      .search input[type=search],
      .search input[type=text] {
        height: 50px; } }
  .search button[type=submit],
  .search input[type=submit] {
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    border: 0;
    background: transparent;
    width: 48px;
    font-size: 20px;
    line-height: 1;
    padding: 0 6px;
    color: #d5810d;
    border: 1px solid #d5810d;
    border-left: none; }
    @media (max-width: 767px) {
      .search button[type=submit],
      .search input[type=submit] {
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        border-left: 1px solid #d5810d; } }
    .search button[type=submit]:hover,
    .search input[type=submit]:hover {
      color: #f5b153; }
    .search button[type=submit]:focus,
    .search input[type=submit]:focus {
      outline: none; }
  .search .search-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .search .search-wrap {
        position: relative; } }
  .search form {
    width: 100%; }
    @media (min-width: 1024px) {
      .search form {
        max-width: 700px; } }

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

@media (min-width: 768px) and (max-width: 1023px) {
  .nav-active .main-menu {
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px); } }

@media (max-width: 767px) {
  .nav-active .social-list {
    opacity: 1;
    visibility: visible; } }

#footer {
  color: #fff;
  position: relative;
  padding: 27px 0 0;
  text-align: center; }
  @media (min-width: 768px) {
    #footer {
      padding: 37px 0 0;
      text-align: left; } }
  @media (min-width: 1024px) {
    #footer {
      padding: 90px 0 0; } }
  #footer:before {
    content: '';
    background: url(../images/footer-decore.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    z-index: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 27px; }
    @media (min-width: 768px) {
      #footer:before {
        height: 37px; } }
    @media (min-width: 1024px) {
      #footer:before {
        height: 90px; } }
  #footer .container {
    max-width: 1300px; }
  #footer h2,
  #footer .h2 {
    margin: 0 0 47px; }
    @media (min-width: 768px) {
      #footer h2,
      #footer .h2 {
        margin: 0 0 35px; } }
    @media (min-width: 1024px) {
      #footer h2,
      #footer .h2 {
        margin: 0 0 32px; } }
  #footer .footer-holder {
    background: #003976;
    padding: 110px 0 200px; }
    @media (min-width: 768px) {
      #footer .footer-holder {
        padding: 116px 0 40px; } }
    @media (min-width: 1024px) {
      #footer .footer-holder {
        padding: 0 0 90px; } }
  #footer .menu-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-weight: bold;
    font-size: 11px;
    line-height: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 768px) {
      #footer .menu-footer {
        font-size: 13px;
        line-height: 16px;
        -webkit-box-pack: inherit;
            -ms-flex-pack: inherit;
                justify-content: inherit; } }
    @media (min-width: 1024px) {
      #footer .menu-footer {
        font-size: 16px;
        line-height: 18px; } }
    #footer .menu-footer li {
      position: relative;
      padding: 0 5px; }
      @media (min-width: 1024px) {
        #footer .menu-footer li {
          padding: 0 7px; } }
      #footer .menu-footer li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 1px;
        bottom: 1px;
        width: 1px;
        background: #fff; }
      #footer .menu-footer li:first-child:before {
        display: none; }
      #footer .menu-footer li a {
        color: #fff; }
        #footer .menu-footer li a:hover {
          color: #d5810d; }
  #footer .social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 38px;
    margin: 0 -8px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 768px) {
      #footer .social-list {
        margin: 0 -8px 12px;
        -webkit-box-pack: inherit;
            -ms-flex-pack: inherit;
                justify-content: inherit; } }
    @media (min-width: 1024px) {
      #footer .social-list {
        font-size: 46px; } }
    @media (min-width: 768px) {
      #footer .social-list li {
        padding: 0 8px; } }
    #footer .social-list li a {
      color: #fff; }
      #footer .social-list li a:hover {
        color: #d5810d; }
  @media (min-width: 768px) {
    #footer .block-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 1024px) {
    #footer .block-holder {
      padding: 60px 0 0; } }
  #footer .footer-content {
    margin: 0 0 52px; }
    @media (min-width: 768px) {
      #footer .footer-content {
        margin: 0; } }
    @media (min-width: 1024px) {
      #footer .footer-content {
        width: 50%;
        padding: 0 15px 0 0; } }
  #footer .form-block {
    margin: 0 -25px; }
    @media (min-width: 768px) {
      #footer .form-block {
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        margin: 60px 0 0; } }
    @media (min-width: 1024px) {
      #footer .form-block {
        position: relative;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        margin: -70px 0 0; } }
  @media (max-width: 767px) {
    #footer .info-frame {
      position: absolute;
      bottom: 42px;
      left: 0;
      right: 0; } }

.circle-block {
  background: #d5810d;
  border-radius: 50%;
  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;
  width: 318px;
  height: 318px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .circle-block {
      width: 425px;
      height: 425px; } }
  @media (min-width: 1024px) {
    .circle-block {
      width: 500px;
      height: 500px; } }
  @media (min-width: 1200px) {
    .circle-block {
      width: 700px;
      height: 700px; } }

.address-block {
  display: block; }
  @media (min-width: 768px) {
    .address-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-width: 250px;
      margin: 0 0 50px; } }
  @media (min-width: 1024px) {
    .address-block {
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .address-block {
      -webkit-column-count: 2;
              column-count: 2; } }
  .address-block .address-box {
    page-break-inside: avoid;
    display: inline-block;
    vertical-align: top; }
    @media (min-width: 1024px) {
      .address-block .address-box {
        padding: 0 15px 0 0; } }
  .address-block address {
    font-style: normal;
    margin: 0 0 33px;
    font-size: 16px;
    line-height: 24px; }
    @media (min-width: 1024px) {
      .address-block address {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 40px; } }
  .address-block h3,
  .address-block .h3 {
    margin: 0 0 3px; }
    @media (min-width: 1024px) {
      .address-block h3,
      .address-block .h3 {
        margin: 0 0 10px; } }
  .address-block a {
    color: #fff;
    text-decoration: none; }
    .address-block a:hover {
      color: #d5810d; }

.map-block {
  position: relative;
  max-width: 200px;
  margin: -50px auto 0; }
  @media (min-width: 768px) {
    .map-block {
      max-width: 255px;
      margin: -57px auto 0; } }
  @media (min-width: 1024px) {
    .map-block {
      max-width: 300px;
      margin: 0 auto; } }
  @media (min-width: 1200px) {
    .map-block {
      max-width: 100%; } }
  .map-block .pin {
    position: absolute;
    right: 44px;
    bottom: 3px; }
    @media (min-width: 1024px) {
      .map-block .pin {
        right: 60px;
        bottom: 10px; } }
    @media (min-width: 1200px) {
      .map-block .pin {
        right: 138px;
        bottom: 21px; } }

.zip-cod-form {
  margin: 0 auto 25px;
  max-width: 250px;
  padding: 24px 0 0; }
  @media (min-width: 768px) {
    .zip-cod-form {
      max-width: 350px;
      padding: 25px 15px 0; } }
  @media (min-width: 1024px) {
    .zip-cod-form {
      padding: 50px 15px 0; } }
  @media (min-width: 1200px) {
    .zip-cod-form {
      max-width: 510px;
      padding: 115px 15px 0; } }
  .zip-cod-form .form-holder {
    margin: 0 -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 768px) {
      .zip-cod-form .form-holder {
        margin: 0 -7px; } }
    .zip-cod-form .form-holder .col {
      padding: 0 5px; }
      @media (min-width: 768px) {
        .zip-cod-form .form-holder .col {
          padding: 0 7px; } }
      .zip-cod-form .form-holder .col.alt {
        width: 80px; }
        @media (min-width: 768px) {
          .zip-cod-form .form-holder .col.alt {
            width: 100px; } }
  .zip-cod-form input[type='text'] {
    margin: 0 0 15px;
    background: #fff; }
    @media (max-width: 767px) {
      .zip-cod-form input[type='text'] {
        height: 40px;
        margin: 0 0 10px; } }
  .zip-cod-form .form-title {
    display: block;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 10px; }
    @media (min-width: 768px) {
      .zip-cod-form .form-title {
        text-align: center;
        font-size: 25px;
        line-height: 30px;
        color: #fff; } }
    @media (min-width: 1200px) {
      .zip-cod-form .form-title {
        font-size: 36px;
        line-height: 40px;
        text-align: left; } }
  .zip-cod-form button[type="submit"] {
    padding: 10px 15px;
    min-width: 110px; }
    @media (min-width: 768px) {
      .zip-cod-form button[type="submit"] {
        border: 2px solid #003976;
        padding: 15px 20px;
        min-width: 147px; } }

.intro-section .h1 {
  font-size: 24px; }
  @media (min-width: 768px) {
    .intro-section .h1 {
      font-size: 30px; } }
    @media (min-width: 1024px) {
      .intro-section .h1 {
        font-size: 40px; } }

.intro-section {
  position: relative; }
  @media (min-width: 768px) {
    .intro-section:before {
      content: '';
      background: url(../images/intro-decor.png) no-repeat;
      background-size: cover;
      background-position: center;
      width: 100%;
      z-index: 1;
      position: absolute;
      left: 0;
      right: 0;
      height: 73px;
      bottom: 0; } }
  @media (min-width: 1024px) {
    .intro-section:before {
      height: 128px; } }
  .intro-section .container {
    max-width: 100%;
    padding: 0; }
    @media (min-width: 1024px) {
      .intro-section .container {
        max-width: 1490px; } }
  .intro-section .slide-bg {
    background-size: cover;
    background-position: 50% 20%;
    background-repeat: no-repeat;
    padding-top: 67%; }
    @media (min-width: 768px) {
      .intro-section .slide-bg {
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
  .intro-section .slide {
    position: relative;
    overflow-y: hidden;
    min-height: 450px; }
    @media (min-width: 768px) {
      .intro-section .slide {
        padding: 164px 0 0;
        min-height: 550px; } }
    @media (min-width: 1024px) {
      .intro-section .slide {
        padding: 220px 0 0;
        min-height: 630px; } }
  .intro-section .slide-content {
    color: white;
    background: #d5810d;
    padding: 10px 25px 37px;
    line-height: 1.45;
    z-index: 99;
    bottom: 0;
    position: absolute; }
    @media (min-width: 768px) {
      .intro-section .slide-content {
        background: rgba(213, 129, 13, 0.8);
        padding: 9px 25px 44px;
        max-width: 287px; } }
    @media (min-width: 1024px) {
      .intro-section .slide-content {
        max-width: 467px;
        padding: 30px 30px 100px;
        font-size: 18px; } }
    .intro-section .slide-content:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 100%;
      left: -999px;
      background: rgba(213, 129, 13, 0.8); }
    .intro-section .slide-content:after {
      background: url(../images/intro-decor-orange.png) no-repeat;
      content: '';
      background-size: cover;
      background-position: center;
      width: 100%;
      z-index: 1;
      position: absolute;
      left: 0;
      right: 0;
      height: 25px;
      top: -25px; }
      @media (min-width: 768px) {
        .intro-section .slide-content:after {
          display: none; } }
    @media (max-width: 767px) {
      .intro-section .slide-content .btn-holder {
        text-align: center; } }

.latest-news {
  padding: 50px 0; }
.latest-news.int-news {
  padding: 0; }
  @media (min-width: 768px) {
    .latest-news {
      padding: 103px 0 48px; } }
  @media (min-width: 1024px) {
    .latest-news {
      padding: 70px 0 80px; } }
  .latest-news .section-heading {
    padding: 0; }
    @media (min-width: 768px) {
      .latest-news .section-heading {
        display: inline-block;
        vertical-align: top;
        margin: 0 0 16px; } }
    @media (min-width: 1200px) {
      .latest-news .section-heading {
        padding-left: 27px; } }
  .latest-news .btn-holder {
    text-align: center; }

.news-tabset {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center; }
.int-news .news-tabset {
  display: block;
  margin: 0 0 40px;
  padding: 0; }
  @media (min-width: 768px) {
    .news-tabset {
      width: auto;
      padding: 15px 0 0 38px; } }
  @media (min-width: 1024px) {
    .news-tabset {
      padding: 25px 0 0;
      padding: 16px 0 0 32px; } }
  .news-tabset > li {
    padding: 0 6px;
    display: inline-block;
    vertical-align: top; }
    .news-tabset > li a {
      -webkit-transition: background 0.3s ease-in-out;
      transition: background 0.3s ease-in-out;
      background: #003976;
      text-decoration: none;
      color: #fff;
      font-size: 18px;
      height: 92px;
      display: block;
      position: relative; }
      @media (max-width: 1023px) {
        .news-tabset > li a {
          width: 50px;
          height: 50px;
          font-size: 0;
          line-height: 0; } }
      @media (min-width: 1024px) {
        .news-tabset > li a {
          min-width: 180px;
          padding: 8px 28px;
          height: auto;
          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; } }
      @media (min-width: 1200px) {
        .news-tabset > li a {
          min-width: 200px; } }
      .news-tabset > li a:hover {
        background: #d5810d; }
      .news-tabset > li a.active {
        background: #d5810d; }
  .news-tabset [class^="icon-"] {
    font-size: 30px;
    line-height: 1; }
    @media (min-width: 1024px) {
      .news-tabset [class^="icon-"] {
        margin-right: 6px; } }
    @media (max-width: 1023px) {
      .news-tabset [class^="icon-"] {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }

.tab-content {
  padding: 30px 0; }
  .tab-content .btn-holder {
    padding: 10px 0 0; }

@media (min-width: 768px) {
  .layout-articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px 35px; } }

.layout-articles li {
  display: none;
  max-width: 360px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .layout-articles li {
      width: 50%;
      padding: 0 15px;
      max-width: 100%; } }
  @media (min-width: 1024px) {
    .layout-articles li {
      width: 33.33%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (max-width: 1023px) {
    .layout-articles li:nth-child(-n+2) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.news-item {
  background: #fff;
  margin: 0 0 30px; }
  .news-item .article-heading {
    background: #003976;
    font-size: 16px;
    line-height: 1.1;
    color: #fff;
    text-align: center;
    padding: 11px 18px; }
    @media (min-width: 1024px) {
      .news-item .article-heading {
        letter-spacing: 0.9px; } }
    .news-item .article-heading .category {
      display: block;
      margin: 0 auto;
      overflow: hidden; }
      @media (min-width: 1024px) {
        .news-item .article-heading .category {
          margin: 0 auto 3px; } }
      .news-item .article-heading .category span {
        position: relative;
        padding: 0 20px; }
        .news-item .article-heading .category span:before, .news-item .article-heading .category span:after {
          content: '';
          position: absolute;
          height: 2px;
          background: currentColor;
          top: 50%;
          left: 100%;
          right: -999px; }
        .news-item .article-heading .category span:after {
          right: 100%;
          left: -999px; }
    .news-item .article-heading time {
      display: block;
      font-size: 20px;
      line-height: 1.2;
      font-weight: 900; }
  .news-item .article-content {
    padding: 14px 20px; }
    @media (min-width: 1024px) {
      .news-item .article-content {
        padding: 11px 18px; } }
  .news-item h3, .news-item .h3 {
    color: #d5810d;
    font-size: 24px;
    line-height: 1.1em;
    font-weight: 300;
    letter-spacing: -0.9px; }
    .news-item h3 a, .news-item .h3 a {
      -webkit-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out;
      color: inherit;
      text-decoration: none; }
      .news-item h3 a:hover, .news-item .h3 a:hover {
        opacity: 0.8; }

.twitter-item {
  background: #fff;
  margin: 0 0 25px; }
  @media (min-width: 768px) {
    .twitter-item {
      margin: 0; } }
  .twitter-item .twitter-info {
    font-size: 14px;
    margin: 0 auto; }
    .twitter-item .twitter-info a:hover {
      color: #d5810d;
      text-decoration: underline; }
  .twitter-item .article-heading {
    background: #003976;
    padding: 15px 40px;
    position: relative;
    text-align: center; }
    @media (min-width: 768px) {
      .twitter-item .article-heading {
        padding: 20px 40px; } }
    @media (min-width: 1200px) {
      .twitter-item .article-heading {
        padding: 20px 60px; } }
    .twitter-item .article-heading [class^="icon-"] {
      color: #d5810d;
      font-size: 24px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 10px; }
      @media (min-width: 768px) {
        .twitter-item .article-heading [class^="icon-"] {
          font-size: 36px; } }
      @media (min-width: 1024px) {
        .twitter-item .article-heading [class^="icon-"] {
          left: 15px; } }
      @media (min-width: 1200px) {
        .twitter-item .article-heading [class^="icon-"] {
          left: 20px;
          font-size: 42px; } }
    .twitter-item .article-heading .time {
      color: #fff;
      position: relative;
      padding-left: 20px; }
      .twitter-item .article-heading .time:before {
        content: '';
        height: 4px;
        width: 4px;
        border-radius: 50%;
        background: #fff;
        position: absolute;
        left: 10px;
        top: 50%; }
  .twitter-item .article-content {
    padding: 20px 20px 10px; }
    @media (min-width: 1024px) {
      .twitter-item .article-content {
        padding: 30px 30px 10px; } }
  .twitter-item .twitter-footer {
    font-size: 13px;
    line-height: 1.2;
    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;
    padding: 0 0 33px;
    margin: 0 -15px; }
    .twitter-item .twitter-footer a {
      color: #003976;
      text-decoration: none;
      padding: 0 15px; }
      .twitter-item .twitter-footer a:hover {
        color: #006adc; }
    .twitter-item .twitter-footer [class^="icon-"] {
      font-size: 16px;
      margin: 0 5px 0 0; }

.video-item {
  background: #fff;
  margin: 0 0 25px; }
  @media (min-width: 768px) {
    .video-item {
      margin: 0; } }
  .video-item .img-holder {
    min-height: 150px;
    position: relative; }
    @media (min-width: 768px) {
      .video-item .img-holder {
        min-height: 170px; } }
    @media (min-width: 1200px) {
      .video-item .img-holder {
        min-height: 202px; } }
  .video-item .play {
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0.8; }
    .video-item .play:hover {
      opacity: 1; }
  .video-item .title {
    display: block;
    font-size: 18px;
    line-height: 1.33;
    font-weight: 300;
    padding: 15px; }
    @media (min-width: 1024px) {
      .video-item .title {
        font-size: 24px;
        line-height: 1.1em;
        padding: 20px; } }

.filters {
  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;
  margin: 0 0 52px; }
  @media (min-width: 768px) {
    .filters {
      margin: 0 auto 92px;
      max-width: 630px; } }
  @media (min-width: 1024px) {
    .filters {
      max-width: none;
      margin: 0 0 33px; } }
  .filters button {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    font-size: 18px;
    min-width: auto; }
    @media (min-width: 1024px) {
      .filters button {
        width: 58px;
        height: 58px;
        font-size: 24px; } }
  .filters input[type='text'], .filters input[type='search'] {
    height: 45px;
    font-size: 14px;
    padding: 10px 50px 10px 15px; }
    @media (min-width: 1024px) {
      .filters input[type='text'], .filters input[type='search'] {
        height: 58px;
        font-size: 18px;
        padding: 10px 65px 10px 15px; } }
    .filters input[type='text']::-moz-placeholder, .filters input[type='search']::-moz-placeholder {
      opacity: 1; }
  .filters input[type='search'] + button {
    background: #d5810d; }
    .filters input[type='search'] + button:after {
      background: #f29b23; }

.filter-list {
  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;
  width: 100%; }
  @media (min-width: 1350px) {
    .filter-list {
      max-width: 852px; } }
  .filter-list.alt {
    max-width: 1070px;
    margin: 0 auto; }
    .filter-list.alt li.md {
      width: 25%; }
      @media (max-width: 479px) {
        .filter-list.alt li.md {
          width: 47%; } }
    .filter-list.alt li.lg {
      width: 43%; }
      @media (max-width: 479px) {
        .filter-list.alt li.lg {
          width: 100%; } }
  .filter-list > li {
    position: relative;
    margin: 0  0 11px;
    z-index: 2;
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      .filter-list > li {
        margin: 0 15px 15px 0; } }
    @media (min-width: 1024px) {
      .filter-list > li {
        margin: 0 28px 15px 0; } }
    @media (min-width: 768px) {
      .filter-list > li.sm {
        width: 145px; } }
    @media (min-width: 1024px) {
      .filter-list > li.sm {
        width: 23%; } }
    @media (min-width: 768px) {
      .filter-list > li.md {
        width: 200px; } }
    @media (min-width: 1024px) {
      .filter-list > li.md {
        width: 32%; } }
    @media (max-width: 767px) {
      .filter-list > li.md {
        margin-right: 0; } }
    @media (min-width: 768px) {
      .filter-list > li.lg {
        width: 236px; } }
    @media (min-width: 1024px) {
      .filter-list > li.lg {
        width: 38%; } }
    .filter-list > li.lg:last-child {
      margin-right: 0;
      z-index: 1; }
  .filter-list select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 2;
    border: none;
    background: #fff;
    text-align: left;
    outline: none;
    width: 100%;
    padding: 7px 10px 6px;
    cursor: pointer;
    font-size: 13px;
    letter-spacing: -1px; }

.block-with-submit {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media (min-width: 1350px) {
    .block-with-submit {
      width: 292px; } }
  .block-with-submit .input-row {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%; }
    @media (min-width: 1350px) {
      .block-with-submit .input-row {
        width: 100%; } }
  .block-with-submit input {
    width: 100%;
    padding-right: 48px; }
    @media (min-width: 768px) {
      .block-with-submit input {
        padding-right: 55px; } }
    @media (min-width: 1024px) {
      .block-with-submit input {
        padding-right: 75px; } }
  .block-with-submit .search {
    width: 34px;
    height: 34px;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    background: #003976; }
    @media (min-width: 768px) {
      .block-with-submit .search {
        width: 45px;
        height: 45px; } }
    @media (min-width: 1024px) {
      .block-with-submit .search {
        width: 60px;
        height: 60px; } }
    .block-with-submit .search:hover {
      background: #003976; }
  .block-with-submit [class^='icon'] {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    font-size: 18px; }
    @media (min-width: 768px) {
      .block-with-submit [class^='icon'] {
        font-size: 20px; } }
    @media (min-width: 1024px) {
      .block-with-submit [class^='icon'] {
        font-size: 24px; } }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  border-color: transparent;
  height: 50px;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 8px;
  width: 100%;
  color: #888;
  background: #eee; }
.buffer input[type='text'],
.buffer input[type='tel'],
.buffer input[type='email'],
.buffer input[type='search'],
.buffer input[type='password'],
.buffer textarea {
  width: auto; }
.buffer button[type=submit],
.buffer input[type=submit],
.buffer input[type=reset] {
  -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  margin: 0;
  color: #fff;
  background: #003976;
  display: inline-block;
  vertical-align: top;
  border-radius: 0;
  border: none;
  outline: 0;
  padding: 10px 15px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.int-news input[type='search'] {
  width: inherit;
}
.int-news button[type=submit],
.int-news input[type=submit],
.int-news input[type=reset] {
  position: absolute;
  padding: 0px;
  font-size: 15px; }
@media (min-width: 768px) {
  .int-news button[type=submit],
  .int-news input[type=submit],
  .int-news input[type=reset] {
    font-size: 22px; } }
.buffer button[type=submit]:hover,
.buffer input[type=submit]:hover,
.buffer input[type=reset]:hover {
  background: #002043;
}
  @media (min-width: 768px) {
    input[type='text'],
    input[type='tel'],
    input[type='email'],
    input[type='search'],
    input[type='password'],
    textarea {
      font-size: 18px;
      line-height: 22px; } }
  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: #888; }
  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: #888; }
  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: #888; }
  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: #888; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #888; }
  .bg-gray input[type='text'], .bg-gray
  input[type='tel'], .bg-gray
  input[type='email'], .bg-gray
  input[type='search'], .bg-gray
  input[type='password'], .bg-gray
  textarea {
    background: #fff; }

.social-section {
  position: relative;
  padding: 75px 0; }
  @media (min-width: 768px) {
    .social-section {
      padding: 83px 0 109px; } }
  @media (min-width: 1024px) {
    .social-section {
      padding: 86px 0 0;
      margin: 0 0 -50px; } }
  @media (min-width: 1024px) {
    .social-section .decor-frame {
      height: 63px; } }

@media (min-width: 1024px) {
  .social-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

.social-holder .img-block {
  display: none; }
  @media (min-width: 1024px) {
    .social-holder .img-block {
      width: 32%;
      display: block;
      -webkit-transform: translateX(-20px);
          -ms-transform: translateX(-20px);
              transform: translateX(-20px); } }

@media (min-width: 768px) {
  .social-holder .social-content {
    padding: 0 33px 0 0; } }

@media (min-width: 1024px) {
  .social-holder .social-content {
    width: 68%;
    position: relative;
    height: 100%;
    padding: 0 125px 150px 0; } }

.social-holder h2,
.social-holder .h2 {
  color: #003976;
  text-align: center;
  margin: 0 0 17px; }
  @media (min-width: 768px) {
    .social-holder h2,
    .social-holder .h2 {
      margin: 0 0 38px;
      text-align: left; } }

.social-holder .social-list {
  background: #d5810d;
  padding: 3px 22px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 26px;
  margin: 0 0 30px; }
  @media (min-width: 768px) {
    .social-holder .social-list {
      margin: 0;
      position: absolute;
      top: 0;
      right: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      top: 95px;
      font-size: 48px;
      padding: 27px 10px;
      bottom: 109px; } }
  @media (min-width: 1024px) {
    .social-holder .social-list {
      bottom: 150px;
      padding: 27px 16px;
      top: 12px; } }
  .social-holder .social-list li a {
    color: #fff; }
    .social-holder .social-list li a:hover {
      color: #003976; }

.social-news {
  margin: 0 0 50px; }
.social-news .twitter-list.item-2,
.social-news .twitter-list.item-3 {
  display: none; }
  @media (min-width: 768px) {
    .social-news {
      margin: 0 0 55px; } }
  @media (min-width: 1024px) {
    .social-news {
      margin: 0 0 25px; } }
  .social-news > li {
    margin: 0 0 16px; }
  .social-news p {
    margin: 0 0 5px; }
    @media (min-width: 768px) {
      .social-news p {
        margin: 0 0 17px; } }
  .social-news time {
    color: #888;
    font: 700 13px/18px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    display: block; }
    @media (min-width: 768px) {
      .social-news time {
        margin: -11px 0 0; } }
    @media (min-width: 1024px) {
      .social-news time {
        font-size: 14px;
        margin: -14px 0 0; } }
  .social-news .title {
    font: 700 20px/24px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (min-width: 768px) {
      .social-news .title {
        font-size: 26px;
        line-height: 32px; } }
    .social-news .title a {
      color: #003976;
      text-decoration: none; }
      .social-news .title a:hover {
        color: #d5810d; }
  .social-news .title-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 5px;
    font: 500 14px/20px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (min-width: 1024px) {
      .social-news .title-list {
        font-size: 16px;
        line-height: 20px; } }
    .social-news .title-list li {
      position: relative;
      padding: 0 0 0 12px; }
      @media (min-width: 768px) {
        .social-news .title-list li {
          padding: 0 0 0 15px; } }
      .social-news .title-list li:before {
        content: '';
        position: absolute;
        left: 3px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        background: #888;
        width: 5px;
        height: 5px;
        border-radius: 50%; }
      .social-news .title-list li:first-child {
        padding: 0; }
        .social-news .title-list li:first-child:before {
          display: none; }
  @media (min-width: 768px) {
    .social-news .social-box {
      position: relative;
      padding: 0 0 0 90px; } }
  .social-news .share-list {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 7px 10px 0;
    font-family: 'Arial'; }
    @media (min-width: 768px) {
      .social-news .share-list {
        padding: 0 7px 13px 0; } }
    .social-news .share-list li {
      margin: 0 30px 0 0; }
      .social-news .share-list li:last-child {
        margin: 0; }
      .social-news .share-list li a {
        color: #003976; }
        .social-news .share-list li a:hover {
          color: #d5810d; }
    .social-news .share-list [class^="icon-"] {
      display: inline-block;
      vertical-align: middle;
      font-size: 16px; }
    .social-news .share-list .counter {
      display: inline-block;
      vertical-align: middle; }
    .social-news .share-list .icon-back {
      font-size: 14px; }
    .social-news .share-list .icon-repost {
      font-size: 19px; }
    .social-news .share-list .icon-dots {
      font-size: 20px; }
  .social-news .heading-frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .social-news .heading-frame [class^="icon-"] {
      font-size: 34px;
      margin: 0 10px;
      width: 13%; }
      @media (min-width: 768px) {
        .social-news .heading-frame [class^="icon-"] {
          position: absolute;
          left: 0;
          top: 0;
          margin: 0;
          font-size: 74px;
          width: auto; } }
    .social-news .heading-frame .title {
      width: 80%; }
      @media (min-width: 768px) {
        .social-news .heading-frame .title {
          width: auto; } }

.services-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 3;
  padding: 136px 0 65px; }
  @media (min-width: 768px) {
    .services-section {
      padding: 178px 0 85px; } }
  @media (min-width: 1024px) {
    .services-section {
      padding: 219px 0 91px; } }
  .services-section:before {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 11%;
    position: absolute;
    z-index: -1;
    opacity: .3;
    background: -webkit-linear-gradient(top, black 0%, black 22%, rgba(0, 0, 0, 0.06) 100%);
    background: linear-gradient(to bottom, black 0%, black 22%, rgba(0, 0, 0, 0.06) 100%); }
  .services-section:after {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    background-image: url(../images/mask.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 83px;
    z-index: 0; }
  .services-section .section-heading {
    text-align: center;
    padding: 0 0 40px; }
    @media (min-width: 768px) {
      .services-section .section-heading {
        padding: 0 0 18px; } }
    .services-section .section-heading h2,
    .services-section .section-heading .h2 {
      color: #fff;
      line-height: 1; }
  .services-section .btn-wrap {
    text-align: center; }

.services-items {
  margin: 0 0 24px; }
  @media (min-width: 768px) {
    .services-items {
      margin: 0 0 14px; } }
  @media (min-width: 1024px) {
    .services-items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -15px 8px; } }
  .services-items .col {
    padding: 0 0 15px; }
    @media (min-width: 1024px) {
      .services-items .col {
        padding: 0 15px 30px;
        width: 33.33%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

.service-item {
  background: #fff;
  padding: 15px 11px 19px;
  color: #888;
  width: 100%; }

@media (min-width: 768px) and (max-width: 1023px) {
  .service-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  @media (min-width: 768px) {
    .service-item {
      padding: 24px 15px 30px 30px; } }
  @media (min-width: 1024px) {
    .service-item {
      text-align: center;
      font-size: 17px;
      line-height: 1.45;
      padding: 24px 23px 43px; } }
  .service-item .heading {
    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;
    text-align: left; }

@media (min-width: 768px) and (max-width: 1023px) {
  .service-item .heading {
    width: 266px; } }
    @media (max-width: 1023px) {
      .service-item .heading {
        height: auto !important; } }
    @media (min-width: 1024px) {
      .service-item .heading {
        margin: 0 0 15px; } }
  .service-item .icon-wrap {
    width: 68px; }
    @media (min-width: 768px) {
      .service-item .icon-wrap {
        margin: 11px 0 0; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .service-item .icon-wrap img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    width: 90px; } }
    @media (min-width: 1024px) {
      .service-item .icon-wrap img {
        max-width: none; } }
  .service-item h3 {
    font-weight: 300;
    font-size: 30px;
    line-height: 1.13;
    width: calc(100% - 68px);
    margin: 0;
    padding: 0 0 0 9px; }
    @media (min-width: 768px) {
      .service-item h3 {
        width: calc(100% - 90px);
        padding: 0 0 0 21px; } }
    @media (min-width: 1024px) {
      .service-item h3 {
        font-size: 38px;
        line-height: 1.05;
        padding: 0 0 0 28px; } }
    .service-item h3 a {
      color: #003976; }
      .service-item h3 a:hover {
        color: #d5810d; }
  @media (max-width: 767px) {
    .service-item .description {
      display: none; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .service-item .description {
    width: calc(100% - 266px); } }
  .service-item p {
    margin: 0 0 8px; }
    @media (min-width: 1024px) {
      .service-item p {
        margin: 0 0 12px; } }
  @media (min-width: 1024px) {
    .service-item .read-more {
      font-size: 14px;
      line-height: 1.2; } }

@media (max-width: 767px) {
  .xs-hidden {
    display: none; } }

.bg-orange {
  background: #d5810d; }

.about-section {
  padding: 0 0 82px;
  position: relative; }
  @media (min-width: 768px) {
    .about-section {
      padding: 0; } }
  .about-section:before, .about-section:after {
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-image: url(../images/social-decore.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 63px;
    z-index: 3; }
  .about-section:before {
    background-image: url(../images/mask02.png);
    bottom: auto;
    top: 0; }
  .about-section .two-cols-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .about-section .two-cols-layout .col {
      width: 100%; }
      @media (max-width: 767px) {
        .about-section .two-cols-layout .col {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }
      @media (min-width: 768px) {
        .about-section .two-cols-layout .col {
          width: 58%;
          position: relative; } }
      @media (min-width: 1024px) {
        .about-section .two-cols-layout .col {
          width: 50%; } }
      @media (max-width: 767px) {
        .about-section .two-cols-layout .col:last-child {
          -webkit-box-ordinal-group: 1;
              -ms-flex-order: 0;
                  order: 0; } }
      @media (min-width: 768px) {
        .about-section .two-cols-layout .col:last-child {
          width: 42%; } }
      @media (min-width: 1024px) {
        .about-section .two-cols-layout .col:last-child {
          width: 50%; } }
  .about-section .photo-wrap {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .about-section .photo-wrap {
        padding-top: 135%;
        margin: 0 -25px; } }
    @media (min-width: 768px) {
      .about-section .photo-wrap {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: calc((100vw - 690px)/2 + 42vw); } }
    @media (min-width: 1024px) {
      .about-section .photo-wrap {
        width: calc((100vw - 1220px)/2 + 63vw); } }
    @media (min-width: 1200px) {
      .about-section .photo-wrap {
        width: calc((100vw - 1220px)/2 + 52vw); } }
    @media (min-width: 1400px) {
      .about-section .photo-wrap {
        width: calc((100vw - 1220px)/2 + 44vw); } }
  .about-section .description {
    padding: 19px 0 0; }
    @media (min-width: 768px) {
      .about-section .description {
        padding: 130px 43px 109px 0; } }
    @media (min-width: 1024px) {
      .about-section .description {
        padding: 137px 43px 115px 0; } }
  .about-section .section-heading {
    font-size: 14px;
    line-height: 1.62;
    padding: 0; }
    @media (min-width: 1024px) {
      .about-section .section-heading {
        font-size: 18px;
        line-height: 1.48; } }
    .about-section .section-heading h2,
    .about-section .section-heading .h2 {
      margin: 0 0 20px; }
      @media (min-width: 768px) {
        .about-section .section-heading h2,
        .about-section .section-heading .h2 {
          margin: 0 0 15px; } }
      @media (min-width: 1024px) {
        .about-section .section-heading h2,
        .about-section .section-heading .h2 {
          margin: 0 0 33px; } }
    .about-section .section-heading p {
      margin: 0 0 24px; }
      @media (min-width: 768px) {
        .about-section .section-heading p {
          margin: 0 0 31px; } }

.content-section {
  padding: 56px 0 25px; }
  @media (min-width: 768px) {
    .content-section {
      padding: 50px 0 37px; } }
  @media (min-width: 1024px) {
    .content-section {
      padding: 80px 0 37px; } }

.sign-up-section .section-heading {
  padding: 0 0 27px; }
  @media (min-width: 768px) {
    .sign-up-section .section-heading {
      padding: 0 0 24px; } }
  @media (min-width: 1024px) {
    .sign-up-section .section-heading {
      padding: 0 0 17px; } }

.sign-up-form .input-group {
  margin: 0 0 10px; }
  @media (min-width: 768px) {
    .sign-up-form .input-group {
      margin: 0 -15px 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (min-width: 1024px) {
    .sign-up-form .input-group {
      margin: 0 -15px 28px; } }

.sign-up-form .input-wrap {
  padding: 0 0 16px; }
  @media (min-width: 768px) {
    .sign-up-form .input-wrap {
      padding: 0 15px 15px;
      width: 50%; } }
  @media (min-width: 1024px) {
    .sign-up-form .input-wrap {
      width: 33.33%;
      padding: 0 15px 15px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .sign-up-form .input-wrap.w-100 {
    width: 100%; } }

.sign-up-form input[type="text"],
.sign-up-form input[type="email"] {
  height: 48px;
  font-size: 14px;
  line-height: 1.2; }
  @media (min-width: 1024px) {
    .sign-up-form input[type="text"],
    .sign-up-form input[type="email"] {
      font-size: 18px; } }

.sign-up-form .btn-wrap {
  text-align: center; }

.instagram-gallery {
  max-width: 270px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .instagram-gallery {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0;
      max-width: 100%; } }
  .instagram-gallery li {
    position: relative;
    width: 100%;
    padding-top: 96%;
    display: none; }
    @media (min-width: 768px) {
      .instagram-gallery li {
        width: 33.33%;
        padding-top: 31%;
        display: block; } }
    @media (max-width: 767px) {
      .instagram-gallery li:nth-child(-n+2) {
        display: block; } }
  .instagram-gallery .img-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
    .instagram-gallery .img-holder:after, .instagram-gallery .img-holder:before {
      -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      content: '';
      position: absolute;
      z-index: 10;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) scale(0.3);
          -ms-transform: translate(-50%, -50%) scale(0.3);
              transform: translate(-50%, -50%) scale(0.3);
      background: #fff;
      opacity: 0; }
    .instagram-gallery .img-holder:after {
      height: 2px;
      width: 35px; }
    .instagram-gallery .img-holder:before {
      height: 35px;
      width: 2px; }
  .instagram-gallery .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 8px; }
    @media (min-width: 768px) {
      .instagram-gallery .img-wrap {
        margin: 3px; } }
    .instagram-gallery .img-wrap:before {
      -webkit-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 9;
      background: -webkit-linear-gradient(top, #d5810d 0%, #003976 100%);
      background: linear-gradient(to bottom, #d5810d 0%, #003976 100%);
      opacity: 0; }
    .instagram-gallery .img-wrap [class^="icon-"] {
      -webkit-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out;
      color: #fff;
      font-size: 60px;
      position: absolute;
      z-index: 14;
      top: 10px;
      left: 10px;
      opacity: 0; }
      @media (min-width: 768px) {
        .instagram-gallery .img-wrap [class^="icon-"] {
          font-size: 50px; } }
    .instagram-gallery .img-wrap:hover [class^="icon-"] {
      opacity: 1; }
    .instagram-gallery .img-wrap:hover .img-holder:after, .instagram-gallery .img-wrap:hover .img-holder:before {
      opacity: 1;
      -webkit-transform: translate(-50%, -50%) scale(1);
          -ms-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1); }
    .instagram-gallery .img-wrap:hover:before {
      opacity: 0.8; }

.contact-popup {
  background: #fff; }
  @media (min-width: 768px) {
    .contact-popup {
      width: 600px; } }
  .contact-popup .quick-sign-up {
    padding: 26px 20px; }
    @media (min-width: 768px) {
      .contact-popup .quick-sign-up {
        padding: 30px 60px; } }
  .contact-popup .h3 {
    color: #003976;
    font-weight: 900;
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .contact-popup .h3 {
        font-size: 36px;
        margin-bottom: 10px; } }

.quick-sign-up label {
  font-size: 20px;
  line-height: 1.2;
  display: block;
  margin-bottom: 15px;
  color: #888; }
  @media (min-width: 768px) {
    .quick-sign-up label {
      font-size: 20px;
      line-height: 1.2;
      margin: 0 -38px 24px 0; } }

.quick-sign-up .input-group {
  position: relative; }
  @media (min-width: 768px) {
    .quick-sign-up .input-group {
      padding-right: 165px; } }

.quick-sign-up input[type="email"] {
  background-color: transparent;
  border: 1px solid #474241;
  padding: 10px 12px;
  height: 47px; }

@media (max-width: 767px) {
  .quick-sign-up .btn-wrap {
    text-align: center;
    padding: 15px 0 0; } }

.quick-sign-up .btn, .quick-sign-up .filters button, .filters .quick-sign-up button {
  padding: 16px 12px;
  font-weight: 700; }
  @media (min-width: 768px) {
    .quick-sign-up .btn, .quick-sign-up .filters button, .filters .quick-sign-up button {
      position: absolute;
      right: 6px;
      top: 0;
      min-width: 151px; } }

.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0; }

.fancybox-close {
  background: none;
  color: #fff;
  top: -43px;
  right: -9px; }
  .fancybox-close:after {
    content: 'X';
    font-size: 34px;
    line-height: 1;
    font-weight: 700; }

h1.page-title {
  color: #003976;
  text-align: center;
  font-size: 36px; }
  @media (min-width: 768px) {
  h1.page-title {
    font-size: 50px; } }

.buffer .vidtext {
  max-width: 800px;
  width: auto;
}

.buffer #media-player,
.buffer .vidlinkbox {
  max-width: 800px;
  float: none;
}

.buffer .vidlinkbox {
  background: #003678;
  padding: 0 20px;
}

.buffer .vidlinkbox:after {
  content: "";
  display: block;
  clear: both;
}

.buffer .videoheadline {
  text-align: left;
}

.buffer #news-search .dropbtn,
.buffer #news-search .open-search .submit {
  background: #003976;
  padding: 0;
  text-transform: none;
}

.buffer h2,
.buffer .relatedochead {
  color: #d5810d;
  font-size: 28px; }
  @media (min-width: 768px) {
  .hero-section .section-heading h1 {
    font-size: 34px; } }

.buffer h3.newsie-titler {
  font-size: 24px; 
  color: #d5810d;
}

.buffer h3,
.buffer a.related-headline,
.buffer .news-specs,
.buffer .share-icons a,
.buffer .newsie-titler a {
 color: #003976;
}

.buffer blockquote {
  color: #003976;
  border-left: 4px solid #d5810d;
  padding: 0 0 0 20px;
  margin: 30px 0;
  font-style: italic;
  font-size: 1.4em;
}

.buffer blockquote .bq-author {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #888888;
  font-style: normal;
}

.buffer .headshot {
  float:none;
  margin: 0 auto 30px;
  width: 300px; }
  @media (min-width: 768px) {
  .buffer .headshot {
    float:right; 
    width:300px; 
    margin: 0 0 10px 10px; } }

.hero-section {
  min-height: 400px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative; }
  @media (min-width: 768px) {
  .hero-section {
    min-height: 520px; } }

.hero-section:before {
  content: '';
  background: url(../images/hero-decor.png) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  height: 60px;
  bottom: 0; }
  @media (min-width: 768px) {
  .hero-section:before {
    height: 115px; } }

.hero-section .section-heading {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  padding: 0 0 35px;
  background: rgba(213, 129, 13, 0.8); }
  @media (min-width: 768px) {
  .hero-section .section-heading {
    padding: 0 0 65px;
    max-width: 430px; } }

.hero-section .section-heading .section-wrap {
  padding: 15px;
}

.hero-section .section-heading h1 {
  text-align: center;
  margin: 0 auto;
  text-transform: capitalize;
  font-size: 34px;
  padding: 10px 0; }
  @media (min-width: 768px) {
  .hero-section .section-heading h1 {
    font-size: 44px; } }

.hero-section .section-heading h1 a {
  color: #fff;
  pointer-events: none;
  cursor: default;
  padding: 0px;
}

.breadcrumbs {
  padding: 5px 0 12px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
}

.breadcrumbs a {
  text-decoration: none;
  color: #fff;
}

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

.buffer a.issues-item {
  border-top-color: #d78200;
  background: #003678;
  color: #fff;
}

.buffer a.issues-item:hover {
  background: #d78200;
  border-color: #d78200;
}

.buffer #news-search .open-search input[type="text"] {
  background: #fff;
}

.buffer #newsfilterlist {
  border: none;
}

.buffer #newsfilterlist .filter,
.buffer .tablister .news-1 {
  display: none !important;
}

.buffer #newsfilterlist ul {
  text-align: center
}

.buffer #newsfilterlist li a {
  background: #003678;
  color: #fff;
  font-weight: 600;
  border-top: 4px solid #d78200;
}

.buffer #newsfilterlist li a.active {
  color: #fff;
  font-weight: bold;
  border-color: #d78200;
  background: #d78200;
}

.buffer #newsfilterlist li a:hover {
  text-decoration:none;
  color: #fff;
  border-top: 4px solid #d78200;
  background: #d78200;
}

@media (max-width: 560px) {
  .buffer #newsfilterlist li {
    border-bottom: 1px solid #d78200;
  }
}

/*# sourceMappingURL=main.css.map */