@font-face {
  font-family: 'Rustic Open';
  src: url("fonts/RusticOpen-Regular.eot");
  src: url("fonts/RusticOpen-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/RusticOpen-Regular.woff") format("woff"), url("fonts/RusticOpen-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

.sidebar-left {
    width: 100%;
    max-height: none;
    margin-bottom: 45px;
}
.sidebar-left .sidebar-content {    
    padding-right: 0;
}
.page-content-right {
    width: 100%;
}

.sidebar-nav {
    padding-left: 0;
    margin-left: 0;
    margin-top: 8px;
}
.sidebar-nav a {
    color: #ACA400;
    text-decoration: none;
    padding: 10px 15px;
    background: #23423A;
    display: block;
    margin-bottom: 15px;
}
.sidebar-nav a:hover {
    color: #fff;
}
.page-sections {
    padding-top: 15px;
    padding-bottom: 30px;
}
.page-section {
    padding-bottom: 30px;
    margin-bottom: 15px; 
    border-bottom: 3px solid #ccc;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

@media (min-width: 768px) {
    .sidebar-left {
        float: left;
        width: 25%;
        min-height: 500px;
    }
    .sidebar-left .sidebar-content {    
        padding-right: 30px;
    }
    .page-content-right {
        width: 75%;
        float: right;
    }
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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 {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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"] {
  -webkit-box-sizing: border-box;
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * 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; }

td,
th {
  padding: 0; }

/* ==================================================
 START GLOBAL FILE */
body {
  font-family: "Trebuchet MS", Arial, sans-serif; }

a {
  text-decoration: none; }

.wrapper {
  margin: auto;
  width: 1085px;
  max-width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.clear, .header-top .wrapper:after, .news-listing:after, footer .wrapper:after, article .wrapper:after, .article-share:after, .resources {
  clear: both; }

.block-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

ul {
  list-style: none; }

.fl-left {
  float: left; }

.fl-right {
  float: right; }

.mobile-only {
  display: none; }

.middle {
  vertical-align: middle;
  display: table-cell; }

.inner-banner {
  height: 500px;
  background-position: center;
  background-size: cover;
  width: 100%;
  margin-top: 5px; }

.main-container {
  position: relative; }
  .main-container .wrapper {
    padding: 0 50px 30px;
    background-color: #fff; }

.filter-wrap {
  margin-bottom: 10px; }

.filter-title {
  width: 100%;
  margin: 0 10px 20px; }

.filter-option {
  display: inline-block;
  padding: 10px;
  border: 1px solid #ACA400;
  margin: 0 10px 20px;
  color: #ACA400; }
  .filter-option.active, .filter-option:hover {
    background-color: #ACA400;
    color: #fff; }

.col-img img {
  max-width: 100%; }

/* END GLOBAL FILE */
header .wrapper {
  position: relative; }

.header-trim {
  background-color: #609DB0;
  height: 4px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2; }

.header-top {
  overflow: hidden; }
  .header-top .wrapper:after {
    content: '';
    display: block; }
  .header-top .fl-right {
    width: 100%;
    max-width: 550px; }

.logo {
  padding: 25px 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.header-icons {
  float: left;
  position: relative; }
  .header-icons a {
    position: absolute;
    z-index: 5;
    width: 54px;
    top: -6px;
    height: 100px; }
    .header-icons a:nth-of-type(2) {
      left: 69px; }

.h-icon {
  position: absolute;
  width: 54px;
  height: 54px; }
  .h-icon img {
    position: absolute;
    top: 0;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto; }
  .h-icon p {
    position: absolute;
    font-size: 14px;
    color: #23423A;
    top: 48px;
    -webkit-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    transform: skewY(-3deg);
    font-weight: 700; }
  .h-icon.money {
    background-color: #23423A;
    -webkit-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    transform: skewY(3deg); }
    .h-icon.money img {
      -webkit-transform: skewY(-3deg);
      -ms-transform: skewY(-3deg);
      transform: skewY(-3deg); }
  .h-icon.newsletter {
    background-color: #ACA400;
    -webkit-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    transform: skewY(-3deg);
    left: 0; }
    .h-icon.newsletter img {
      -webkit-transform: skewY(3deg);
      -ms-transform: skewY(3deg);
      transform: skewY(3deg); }
    .h-icon.newsletter p {
      color: #ACA400;
      -webkit-transform: skewY(3deg);
      -ms-transform: skewY(3deg);
      transform: skewY(3deg);
      width: 110%; }

.blue-bar {
  position: absolute;
  width: 2.7%;
  left: -3.2%;
  height: 5px;
  background-color: #609DB0;
  z-index: 20;
  top: 20px;
  -webkit-transform: skewX(8deg);
  -ms-transform: skewX(8deg);
  transform: skewX(8deg); }
  .blue-bar.right {
    left: auto;
    right: -3.7%;
    width: 6%;
    -webkit-transform: skewX(-7deg);
    -ms-transform: skewX(-7deg);
    transform: skewX(-7deg);
    z-index: 15; }

.header-contacts {
  width: 100%;
  max-width: 442px;
  position: absolute;
  right: -23px;
  height: 157px;
  top: -21px;
  z-index: 5; }

.header-contact-content {
  background-color: #6A702A;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  -webkit-clip-path: polygon(0 13%, 100% 11%, 98% 91%, 3% 100%);
  clip-path: polygon(0 13%, 100% 11%, 98% 91%, 3% 100%); }

.header-contact-text {
  padding: 20px 40px 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right; }
  .header-contact-text p {
    color: #fff;
    font-size: 21px;
    margin: 0; }
    .header-contact-text p a {
      color: #ACA400;
      font-weight: 800; }
      .header-contact-text p a span {
        text-decoration: underline; }
    .header-contact-text p:nth-of-type(1) {
      margin-top: 12px;
      margin-bottom: 10px; }
    .header-contact-text p:nth-of-type(2) {
      font-size: 12px; }
  .header-contact-text i {
    font-size: 30px;
    position: relative;
    top: 4px; }

.header-search {
  position: absolute;
  width: 318px;
  height: 81px;
  background-color: rgba(95, 156, 175, 0.9);
  bottom: -21px;
  z-index: 12;
  right: -2px;
  padding: 23px 25px 10px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-clip-path: polygon(0% 7%, 100% 12%, 98% 100%, 3% 94%);
  clip-path: polygon(0% 7%, 100% 12%, 98% 100%, 3% 94%); }
  .header-search p {
    margin: 8px 0;
    float: left;
    font-size: 21px;
    color: #fff; }
  .header-search form {
    float: right;
    width: 191px;
    height: 41px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    position: relative; }
    .header-search form input[type=search] {
      width: 100%;
      height: 100%;
      padding-left: 10px; }
    .header-search form input[type=submit] {
      font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
      position: absolute;
      width: 30px;
      height: 100%;
      right: 0;
      top: 0;
      z-index: 2;
      background: none;
      border: none;
      color: #ACA400;
      font-size: 37px; }

.header-nav {
  height: 50px;
  background-color: #23423A;
  margin-top: 5px; }
  .header-nav .wrapper {
    height: 100%; }
  .header-nav nav {
    height: 100%;
    float: left; }
    .header-nav nav ul {
      padding: 0;
      margin: 0;
      height: 100%; }
    .header-nav nav li {
      float: left;
      height: 100%;
      margin-right: 10px;
      padding-right: 12px;
      position: relative; }
      .header-nav nav li:after {
        display: block;
        width: 2px;
        background-color: #609DB0;
        height: 16px;
        top: -2px;
        bottom: 0;
        margin: auto;
        right: 0;
        content: '';
        position: absolute; }
      .header-nav nav li.current-menu-item a, .header-nav nav li:hover a {
        color: #fff;
        border-bottom: 5px solid #fff; }
      .header-nav nav li:last-of-type {
        margin-right: 0;
        padding-right: 0; }
        .header-nav nav li:last-of-type:after {
          display: none; }
    .header-nav nav a {
      display: block;
      color: #ACA400;
      font-size: 18px;
      -webkit-transition: .5s ease;
      -o-transition: .5s ease;
      transition: .5s ease;
      height: 100%;
      font-weight: 800;
      padding-top: 13px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-bottom: 5px solid #23423A; }

.socials {
  float: right;
  text-align: right; }
  .socials p {
    font-size: 14px;
    color: #fff;
    margin: 10px 0;
    font-weight: 800; }
    .socials p span {
      position: relative;
      top: -5px;
      margin-right: 10px; }
    .socials p .fa {
      width: 30px;
      height: 30px;
      font-size: 30px;
      position: relative; }
      .socials p .fa:after {
        width: 66%;
        height: 74%;
        background-color: #fff;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        content: '';
        display: block;
        position: absolute; }
      .socials p .fa:before {
        position: relative;
        z-index: 2; }
      .socials p .fa.fa-facebook-official {
        color: #3B5998 !important; }
      .socials p .fa.fa-twitter-square {
        color: #4CC2FF !important; }

.banner {
  margin-top: 5px;
  height: 500px;
  position: relative; }
  .banner .banner-back {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0; }
    .banner .banner-back li {
      background-size: cover;
      background-position: center;
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-transition: .5s ease;
      -o-transition: .5s ease;
      transition: .5s ease;
      opacity: 0; }
      .banner .banner-back li.active {
        opacity: 1; }
  .banner .wrapper {
    height: 100%;
    position: relative; }

.banner-contents {
  display: table;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%; }
  .banner-contents .b-content {
    opacity: 0;
    z-index: 0;
    position: absolute;
    width: 50%;
    height: 100%;
    display: inline-block; }
    .banner-contents .b-content .middle {
      top: 50%;
      left: 50%;
      margin-right: -50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute; }
    .banner-contents .b-content.active {
      opacity: 1;
      z-index: 1; }
    .banner-contents .b-content > div {
      width: 100%; }
  .banner-contents h1 {
    font-family: "Rustic Open";
    font-size: 56px;
    text-transform: uppercase;
    color: #23423A;
    line-height: 55px;
    border-bottom: 1px solid #ACA400;
    padding-bottom: 15px;
    margin-top: -14px;
    margin-bottom: 0;
    font-weight: 100; }
  .banner-contents h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 800; }

.read-more {
  width: 170px;
  height: 63px;
  background-image: url(./images/readmore.png);
  background-size: contain;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  padding-top: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 36px; }

.banner-controls {
  width: 50%;
  max-width: 400px;
  top: 43px;
  right: 0;
  position: absolute;
  z-index: 10; }
  .banner-controls .b-control {
    height: 86px;
    width: 100%;
    position: relative;
    cursor: pointer;
    padding: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 6px; }
    .banner-controls .b-control:before {
      position: absolute;
      content: '';
      display: block;
      width: 60px;
      height: 60px;
      left: -31px;
      top: 13px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      opacity: 0;
      -webkit-transition: .7s ease;
      -o-transition: .7s ease;
      transition: .7s ease; }
    .banner-controls .b-control p {
      font-size: 21px;
      margin: 10px 0;
      color: #fff;
      position: relative; }
    .banner-controls .b-control img {
      position: relative;
      float: left;
      margin-right: 12px; }
    .banner-controls .b-control .b-control-back {
      opacity: 0.7;
      -webkit-transition: .5s ease;
      -o-transition: .5s ease;
      transition: .5s ease;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .banner-controls .b-control:nth-child(1):before {
      background-color: #6A702A; }
    .banner-controls .b-control:nth-child(1) .b-control-back {
      background-color: #6A702A; }
    .banner-controls .b-control:nth-child(2):before {
      background-color: #23423A; }
    .banner-controls .b-control:nth-child(2) .b-control-back {
      background-color: #23423A; }
    .banner-controls .b-control:nth-child(3):before {
      background-color: #ACA400; }
    .banner-controls .b-control:nth-child(3) .b-control-back {
      background-color: #ACA400; }
    .banner-controls .b-control:nth-child(4):before {
      background-color: #609DB0; }
    .banner-controls .b-control:nth-child(4) .b-control-back {
      background-color: #609DB0; }
    .banner-controls .b-control.active:before {
      opacity: 1; }
    .banner-controls .b-control.active .b-control-back {
      opacity: 1; }

.banner .scoller-container {
  width: 100%;
  height: 67px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  z-index: 3; }
  .banner .scoller-container .mask {
    position: relative;
    left: 10px;
    top: 8px;
    width: 100%;
    overflow: hidden; }

.banner .scoller {
  position: relative;
  left: 100%;
  font: bold 10px Verdana;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .banner .scoller li {
    float: left;
    font-family: "Rustic Open";
    font-size: 35px;
    text-transform: uppercase;
    color: #fff;
    margin-right: 30px;
    padding: 0;
    font-weight: 100; }
    .banner .scoller li:last-of-type {
      margin-right: 0; }

.news-listing {
  margin-bottom: 100px; }
  .news-listing:after {
    content: '';
    display: block; }
  .news-listing.small .news-item {
    max-height: 260px; }
  .news-listing .news-item {
    float: left;
    margin-right: 2%;
    width: 23.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 8px 63px;
    position: relative;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    .news-listing .news-item:after {
      content: '';
      display: block;
      position: absolute;
      height: 11px;
      right: 3px;
      left: 0;
      bottom: -1px;
      z-index: 10;
      -webkit-box-shadow: 0px 11px 28px rgba(0, 0, 0, 0.79);
      box-shadow: 0px 11px 28px rgba(0, 0, 0, 0.79);
      width: 100%;
      margin: auto;
      -webkit-transform: rotate(2deg);
      -ms-transform: rotate(2deg);
      transform: rotate(2deg);
      -webkit-transition: .5s ease;
      -o-transition: .5s ease;
      transition: .5s ease; }
    .news-listing .news-item a {
      z-index: 30; }
    .news-listing .news-item h2 {
      font-size: 12px;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 3px;
      text-align: center;
      margin: 5px 0 10px;
      font-weight: 100; }
    .news-listing .news-item img {
      width: 100%; }
    .news-listing .news-item p {
      margin: 0;
      text-align: center;
      font-size: 16px;
      color: #fff;
      font-weight: 600; }
    .news-listing .news-item .listing-text-container {
      position: absolute;
      width: 106%;
      height: 98px;
      bottom: -9px;
      z-index: 12;
      right: -6px;
      padding: 34px 25px 10px 25px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-clip-path: polygon(0 14%, 100% 21%, 98% 100%, 3% 95%);
      clip-path: polygon(0 14%, 100% 21%, 98% 100%, 3% 95%);
      -webkit-transition: .5s ease;
      -o-transition: .5s ease;
      transition: .5s ease; }
    .news-listing .news-item:hover .listing-text-container {
      -webkit-clip-path: polygon(0 22%, 100% 16%, 98% 95%, 3% 100%);
      clip-path: polygon(0 22%, 100% 16%, 98% 95%, 3% 100%); }
    .news-listing .news-item:hover:after {
      -webkit-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
      transform: rotate(-2deg); }
    .news-listing .news-item.blue {
      background-color: #609DB0; }
      .news-listing .news-item.blue .listing-text-container {
        background-color: #6A702A; }
        .news-listing .news-item.blue .listing-text-container:before {
          background-color: #6A702A; }
    .news-listing .news-item.dark-blue {
      background-color: #23423A; }
      .news-listing .news-item.dark-blue .listing-text-container {
        background-color: #ACA400; }
        .news-listing .news-item.dark-blue .listing-text-container:before {
          background-color: #ACA400; }
    .news-listing .news-item.green {
      background-color: #ACA400; }
      .news-listing .news-item.green .listing-text-container {
        background-color: #609DB0; }
        .news-listing .news-item.green .listing-text-container:before {
          background-color: #609DB0; }
    .news-listing .news-item.dark-green {
      background-color: #6A702A; }
      .news-listing .news-item.dark-green .listing-text-container {
        background-color: #23423A; }
        .news-listing .news-item.dark-green .listing-text-container:before {
          background-color: #23423A; }
    .news-listing .news-item:nth-child(2n+2) {
      z-index: 25; }
      .news-listing .news-item:nth-child(2n+2):after {
        -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        transform: rotate(-2deg); }
      .news-listing .news-item:nth-child(2n+2) .listing-text-container {
        -webkit-clip-path: polygon(0 22%, 100% 16%, 98% 95%, 3% 100%);
        clip-path: polygon(0 22%, 100% 16%, 98% 95%, 3% 100%); }
      .news-listing .news-item:nth-child(2n+2):hover .listing-text-container {
        -webkit-clip-path: polygon(0 14%, 100% 21%, 98% 100%, 3% 95%);
        clip-path: polygon(0 14%, 100% 21%, 98% 100%, 3% 95%); }
      .news-listing .news-item:nth-child(2n+2):hover:after {
        -webkit-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
        transform: rotate(2deg); }
    .news-listing .news-item:nth-child(4n+3) {
      z-index: 26; }
    .news-listing .news-item:nth-child(4n+4) {
      z-index: 27;
      margin-right: 0; }

.footer-news .wrapper {
  padding: 30px;
  max-width: 98%; }

.footer-news .news-item:last-of-type {
  margin-right: 0; }

.listing-container .title {
  float: left;
  margin-bottom: 30px; }
  .listing-container .title h1 {
    padding-left: 10px; }
  .listing-container .title .cat-switch-container {
    margin-bottom: 30px; }

.cat-switch-container {
  float: right; }
  .cat-switch-container .cat-switch {
    float: right;
    height: 70px; }
    .cat-switch-container .cat-switch a {
      z-index: 10; }
    .cat-switch-container .cat-switch.active p {
      text-decoration: underline; }
    .cat-switch-container .cat-switch p {
      color: #fff;
      font-weight: 800;
      font-size: 18px;
      margin: 7px 0; }
    .cat-switch-container .cat-switch:nth-of-type(2) {
      position: relative;
      -webkit-transform: rotate(2deg);
      -ms-transform: rotate(2deg);
      transform: rotate(2deg);
      background-color: #ACA400;
      z-index: 12;
      padding: 13px 32px 10px 46px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-top: 0px;
      margin-right: -34px;
      width: 210px;
      height: 66px;
      -webkit-clip-path: polygon(0% 1%, 100% 9%, 100% 100%, 3% 99%);
      clip-path: polygon(0% 1%, 100% 9%, 100% 100%, 3% 99%); }
      .cat-switch-container .cat-switch:nth-of-type(2) p {
        -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        transform: rotate(-2deg); }
    .cat-switch-container .cat-switch:nth-of-type(1) {
      z-index: 18;
      position: relative;
      width: 236px;
      padding: 21px 32px 10px 72px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-clip-path: polygon(0% 1%, 100% 18%, 98% 100%, 1% 87%);
      clip-path: polygon(0% 1%, 100% 18%, 98% 100%, 1% 87%);
      background-color: rgba(95, 156, 175, 0.9); }

.footer-news.large {
  width: 48%;
  float: left;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .footer-news.large .news-listing {
    margin-bottom: 65px; }
    .footer-news.large .news-listing .news-item {
      width: 100%;
      padding: 15px 15px 63px; }
      .footer-news.large .news-listing .news-item:after {
        right: -1px;
        left: 0;
        bottom: -15px;
        height: 40px;
        -webkit-box-shadow: 0px 11px 28px rgba(0, 0, 0, 0.79);
        box-shadow: 0px 11px 28px rgba(0, 0, 0, 0.79); }
      .footer-news.large .news-listing .news-item .listing-text-container {
        height: 159px;
        bottom: -27px;
        padding: 50px 25px 10px 25px;
        right: -10px; }
      .footer-news.large .news-listing .news-item p {
        font-size: 21px;
        text-align: left; }

.listing-text-container h1 {
  color: #609DB0;
  margin: 0;
  font-size: 16px;
  text-transform: uppercase; }

@media screen and (min-width: 685px) {
  .footer-news.small {
    width: 49%;
    float: right; }
    .footer-news.small .news-listing {
      margin-bottom: 0; }
      .footer-news.small .news-listing .news-item {
        width: 48.3%;
        margin-right: 3.2%; }
        .footer-news.small .news-listing .news-item:nth-of-type(1), .footer-news.small .news-listing .news-item:nth-of-type(2) {
          margin-bottom: 40px; }
        .footer-news.small .news-listing .news-item:nth-child(2n+2) {
          margin-right: 0; }
  .listing-container .news-listing .news-item {
    padding: 8px 8px 63px; }
  .standard .news-item {
    margin-bottom: 30px; } }

.standard .news-listing {
  margin-bottom: 0; }

.home-news {
  margin-top: -50px;
  z-index: 10;
  position: relative; }
  .home-news .wrapper {
    background-color: #fff; }

.home-text {
  text-align: center;
  position: relative;
  z-index: 21; }
  .home-text .wrapper {
    padding: 0 50px; }
  .home-text h1 {
    font-family: "Rustic Open";
    font-size: 42px;
    font-weight: 100;
    color: #23423A;
    margin-bottom: 10px; }
    .home-text h1 span {
      color: #609DB0; }
  .home-text p {
    color: #464646;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    margin: 0; }

footer {
  padding: 25px 0 50px;
  margin-top: 30px;
  border-top: 5px solid #23423A; }
  footer .wrapper:after {
    display: block;
    content: ''; }
  footer .fl-left img {
    width: 167px; }
  footer nav {
    margin-bottom: 20px; }
    footer nav ul {
      padding: 0;
      margin: 0;
      text-align: right; }
      footer nav ul li {
        display: inline-block;
        height: 100%;
        margin-right: 10px;
        padding-right: 12px;
        position: relative; }
        footer nav ul li:after {
          display: block;
          width: 2px;
          background-color: #609DB0;
          height: 16px;
          top: -2px;
          bottom: 0;
          margin: auto;
          right: 0;
          content: '';
          position: absolute; }
        footer nav ul li:last-of-type {
          margin-right: 0;
          padding-right: 0; }
          footer nav ul li:last-of-type:after {
            display: none; }
        footer nav ul li a {
          color: #ACA400;
          font-size: 18px;
          -webkit-transition: .5s ease;
          -o-transition: .5s ease;
          transition: .5s ease;
          font-weight: 800;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  footer p {
    color: #23423A;
    font-size: 10px;
    margin: 0 0 5px 0;
    text-align: right;
    width: 100%;
    font-weight: 900; }
    footer p a {
      color: #23423A; }

.col {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .col {
      float: left; }
      .col.col-img {
        width: 25%; }
      .col.col-content {
        width: 65%; } }

.post-break {
  padding-top: 15px;
  border-top: 1px solid #ACA400; }

.read-more-link {
  color: #ACA400; }

.title h1 {
  font-size: 56px;
  color: #23423A;
  font-family: "Trebuchet MS";
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 0; }

.title h2 {
  color: #609DB0;
  font-size: 24px;
  margin-top: 10px; }

.breadcrumb-container {
  position: relative;
  height: 85px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 32px 50px; }

.breadcrumbs {
  color: #609DB0; }
  .breadcrumbs span a span {
    color: #ACA400;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 800; }
  .breadcrumbs span span {
    color: #ACA400; }

article .wrapper:after {
  content: '';
  display: block; }

.article-left {
  width: 54%;
  padding-left: 10px; }
  .article-left.full-width {
    width: 100%; }

.article-right {
  width: 40%; }

.article-share:after {
  content: '';
  display: block; }

.article-share hr {
  float: left;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ACA400;
  margin: 1em 0;
  padding: 0;
  width: 66%; }

.article-share .socials {
  float: right; }
  .article-share .socials p {
    margin: 0;
    font-weight: 100; }
    .article-share .socials p span {
      color: #ACA400; }

.content .alignleft {
  float: left;
  margin-right: 10px; }

.content h3 {
  font-weight: 900;
  color: #23423A;
  font-size: 14px;
  line-height: 22px;
  padding-right: 40px; }

.content p {
  font-size: 14px;
  color: #23423A;
  line-height: 21px; }
  .content p a {
    color: #ACA400;
    text-decoration: underline; }

.content ul {
  padding-left: 25px; }
  .content ul li {
    color: #23423A;
    font-size: 14px;
    line-height: 22px;
    position: relative; }
    .content ul li:before {
      color: #ACA400;
      content: '\f105';
      display: block;
      position: absolute;
      font-family: FontAwesome;
      left: -22px; }

.map-container .footer-news.large {
  width: 100%;
  float: none;
  padding: 0; }
  .map-container .footer-news.large .news-item:after {
    right: -1px;
    left: 0;
    bottom: -34px;
    height: 62px;
    -webkit-box-shadow: 0px 18px 35px rgba(0, 0, 0, 0.57);
    box-shadow: 0px 18px 35px rgba(0, 0, 0, 0.57);
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  .map-container .footer-news.large .news-item .listing-text-container {
    height: 150px;
    -webkit-clip-path: polygon(0 22%, 100% 16%, 98% 95%, 3% 100%);
    clip-path: polygon(0 22%, 100% 16%, 98% 95%, 3% 100%);
    bottom: -45px;
    right: -16px;
    padding: 50px 25px 10px 40px; }
    .map-container .footer-news.large .news-item .listing-text-container p {
      font-size: 18px; }
      .map-container .footer-news.large .news-item .listing-text-container p i {
        font-size: 51px;
        color: #ACA400;
        position: relative;
        top: 9px;
        margin-right: 10px; }

.article-gallery {
  height: 280px;
  margin-bottom: 100px; }
  .article-gallery .gal-controls {
    position: absolute;
    width: 10%;
    left: 0;
    height: 100%;
    cursor: pointer;
    z-index: 30; }
    .article-gallery .gal-controls i {
      color: #ACA400;
      position: absolute;
      font-size: 50px;
      height: 50px;
      width: 20px;
      left: -14px;
      top: 0;
      bottom: 0;
      margin: auto; }
    .article-gallery .gal-controls.right {
      right: 0;
      left: auto; }
      .article-gallery .gal-controls.right i {
        left: auto;
        right: -14px; }
  .article-gallery ul {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 93%;
    height: 100%; }
    .article-gallery ul li {
      position: absolute;
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      opacity: 0;
      -webkit-transition: .5s ease;
      -o-transition: .5s ease;
      transition: .5s ease; }
      .article-gallery ul li.active {
        opacity: 1; }
  .article-gallery .footer-news.large {
    width: 100%;
    float: none;
    padding: 0;
    height: 100%;
    position: relative; }
    .article-gallery .footer-news.large .news-listing {
      height: 100%; }
      .article-gallery .footer-news.large .news-listing .news-item {
        height: 100%; }
        .article-gallery .footer-news.large .news-listing .news-item img {
          width: auto; }
        .article-gallery .footer-news.large .news-listing .news-item p {
          position: relative; }
          .article-gallery .footer-news.large .news-listing .news-item p span {
            position: absolute;
            top: 13px;
            left: 50px;
            opacity: 0;
            -webkit-transition: .5s ease;
            -o-transition: .5s ease;
            transition: .5s ease; }
            .article-gallery .footer-news.large .news-listing .news-item p span.active {
              opacity: 1; }
        .article-gallery .footer-news.large .news-listing .news-item:after {
          right: -1px;
          left: 0;
          bottom: -57px;
          height: 62px;
          -webkit-box-shadow: 0px 18px 35px rgba(0, 0, 0, 0.57);
          box-shadow: 0px 18px 35px rgba(0, 0, 0, 0.57);
          -webkit-transform: rotate(-2deg);
          -ms-transform: rotate(-2deg);
          transform: rotate(-2deg); }
        .article-gallery .footer-news.large .news-listing .news-item .listing-text-container {
          height: 96px;
          -webkit-clip-path: polygon(0 22%, 100% 16%, 98% 95%, 3% 100%);
          clip-path: polygon(0 22%, 100% 16%, 98% 95%, 3% 100%);
          bottom: -67px;
          padding: 34px 34px 12px 39px; }
          .article-gallery .footer-news.large .news-listing .news-item .listing-text-container p {
            font-size: 18px; }

.article-links {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative; }
  .article-links ul {
    margin: 0;
    padding: 0; }
    .article-links ul li {
      height: 65px;
      border-bottom: 1px solid #ACA400;
      display: table;
      padding-left: 20px;
      width: 100%;
      position: relative; }
      .article-links ul li span {
        float: left;
        font-size: 18px;
        font-weight: 800;
        color: #ACA400;
        margin-top: 2px; }
      .article-links ul li i {
        color: #ACA400;
        font-size: 27px;
        top: 0px;
        width: 40px;
        left: 0;
        right: 0;
        margin: auto; }
      .article-links ul li:nth-child(2) {
        border-bottom: 1px solid #609DB0; }
        .article-links ul li:nth-child(2) i {
          color: #609DB0; }
        .article-links ul li:nth-child(2) span {
          color: #609DB0; }
      .article-links ul li:nth-child(3) {
        border-bottom: 1px solid #6A702A; }
        .article-links ul li:nth-child(3) i {
          color: #6A702A; }
        .article-links ul li:nth-child(3) span {
          color: #6A702A; }
      .article-links ul li .middle {
        display: table-cell;
        vertical-align: middle; }
        .article-links ul li .middle > div {
          position: relative;
          float: left;
          width: 40px; }

.donate-button-container {
  position: relative; }
  .donate-button-container:after {
    right: -1px;
    left: 11px;
    bottom: 12px;
    height: 62px;
    -webkit-box-shadow: 0px 18px 35px rgba(0, 0, 0, 0.57);
    box-shadow: 0px 18px 35px rgba(0, 0, 0, 0.57);
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
    content: '';
    display: block;
    position: absolute;
    width: 95%; }

.donate-button {
  background-color: #23423A;
  -webkit-clip-path: polygon(3% 10%, 97% 15%, 100% 96%, 0% 88%);
  clip-path: polygon(3% 10%, 97% 15%, 100% 96%, 0% 88%);
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 102px;
  margin-bottom: 31px;
  margin-top: 14px;
  padding: 1px;
  text-align: center;
  z-index: 2; }
  .donate-button p {
    font-family: rustic open;
    color: #609DB0;
    font-size: 28px; }
    .donate-button p img {
      position: relative;
      top: 3px; }

.listing-text-container .fa-facebook-official {
  color: #3B5998 !important;
  width: 30px;
  height: 30px;
  font-size: 30px;
  position: relative;
  margin-top: 4px;
  position: relative;
  top: 4px;
  margin-right: 2px; }
  .listing-text-container .fa-facebook-official:before {
    position: relative;
    z-index: 2; }
  .listing-text-container .fa-facebook-official:after {
    width: 66%;
    height: 74%;
    background-color: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    display: block;
    position: absolute; }

.news-bulletin {
  position: relative;
  width: 100%;
  background-color: #609DB0;
  -webkit-clip-path: polygon(2% 0%, 97% 0%, 100% 96%, 0% 94%);
  clip-path: polygon(2% 0%, 97% 0%, 100% 96%, 0% 94%);
  height: 303px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 65px 20px 40px 20px; }

.news-buls ul {
  padding: 0;
  margin: 0; }
  .news-buls ul li {
    position: relative;
    padding: 4px !important; }
    .news-buls ul li p {
      font-size: 14px;
      color: #fff;
      font-weight: 800;
      line-height: 20px;
      margin: 0; }
    .news-buls ul li span {
      margin-top: 3px;
      display: block;
      font-size: 12px;
      color: #23423A;
      padding-bottom: 10px;
      border-bottom: 1px solid #6A702A;
      margin-bottom: 10px; }
    .news-buls ul li:before {
      display: none; }

.new-bul-header-container {
  position: absolute;
  top: -20px;
  z-index: 10;
  width: 100%; }
  .new-bul-header-container:after {
    right: -1px;
    left: -1px;
    bottom: -60px;
    height: 53px;
    -webkit-box-shadow: 0px 18px 35px rgba(0, 0, 0, 0.57);
    box-shadow: 0px 18px 35px rgba(0, 0, 0, 0.57);
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%; }
  .new-bul-header-container .news-bul-header {
    clip-path: polygon(0 22%, 100% 16%, 98% 95%, 3% 100%);
    -webkit-clip-path: polygon(0 22%, 100% 16%, 98% 95%, 3% 100%);
    background-color: #ACA400;
    height: 66px;
    width: 106%;
    padding: 23px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: -10px;
    position: absolute;
    text-align: center;
    z-index: 2; }
  .new-bul-header-container h2 {
    margin: 0;
    font-family: "Rustic Open";
    color: #fff;
    font-weight: 100; }

.bull-container {
  position: relative;
  max-width: 243px;
  float: left;
  width: 100%;
  margin-right: 40px;
  margin-top: 25px; }

.text.bulletin {
  margin-top: 27px; }

.resources {
  margin: 20px 0; }
  .resources h2 {
    font-size: 25px;
    font-weight: 300;
    color: #23423A;
    padding-bottom: 10px;
    border-bottom: 1px solid #ACA400;
    font-family: "Rustic Open";
    text-transform: uppercase;
    margin-bottom: 0; }
  .resources .article-links {
    padding: 0; }
    .resources .article-links ul li {
      border-bottom: 1px dotted #609DB0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .resources .article-links ul li i {
        color: #ACA400; }
      .resources .article-links ul li span {
        color: #ACA400; }
        .resources .article-links ul li span:nth-of-type(2) {
          float: right;
          color: #609DB0;
          padding-right: 5px;
          font-weight: 100;
          text-transform: uppercase; }

.register-button {
  background-color: #6A702A;
  padding: 50px 15px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px; }
  .register-button a {
    z-index: 10; }
  .register-button .new-bul-header-container::after {
    right: -1px;
    left: -8px;
    bottom: -60px;
    height: 30px;
    -webkit-box-shadow: 0px 18px 35px rgba(0, 0, 0, 0.57);
    box-shadow: 0px 18px 35px rgba(0, 0, 0, 0.57); }
  .register-button .news-bul-header {
    height: 85px;
    width: 108%;
    padding: 26px 35px;
    left: -33px;
    position: absolute;
    text-align: left;
    z-index: 2; }
    .register-button .news-bul-header h2 {
      font-size: 21px;
      font-family: "Trebuchet MS", Arial, sans-serif; }
      .register-button .news-bul-header h2 i {
        font-size: 41px;
        color: #23423A;
        position: relative;
        top: 6px; }
  .register-button img {
    width: 100%; }
  .register-button p {
    font-weight: 800;
    color: #fff;
    max-width: 80%;
    margin: 15px auto;
    font-size: 14px; }
  .register-button .inner-button {
    clip-path: polygon(0 22%, 100% 16%, 98% 95%, 3% 100%);
    -webkit-clip-path: polygon(0 22%, 100% 16%, 98% 95%, 3% 100%);
    background-color: #23423A;
    height: 100px;
    width: 80%;
    margin: auto;
    color: #609DB0;
    margin-top: -20px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 40px; }
    .register-button .inner-button p {
      color: #609DB0;
      margin: 0 auto;
      font-size: 28px; }

.bull-container.hide-desktop {
  display: none; }

.acf-map {
  width: 100%;
  height: 400px; }

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

@media screen and (max-width: 1024px) {
  .home-news .wrapper {
    padding: 10px; }
  .home-text .wrapper {
    padding: 0 10px; }
  .main-container .wrapper {
    padding: 20px 10px; }
  .news-listing .news-item p {
    font-size: 14px; }
  .title {
    padding: 0; }
  .listing-container {
    overflow: hidden; }
  .inner-banner {
    height: 200px; }
  .article-share hr {
    width: 50%; } }

@media screen and (max-width: 1024px) and (max-width: 920px) {
  .header-nav .socials span {
    display: none; }
  .banner-contents h1 {
    font-size: 35px;
    line-height: 40px; }
  .banner-contents h2 {
    font-size: 21px; }
  article {
    overflow: hidden; } }

@media screen and (max-width: 1024px) and (max-width: 870px) {
  header .header-icons {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    width: 269px; }
  header .h-icon {
    position: absolute;
    width: 40px;
    height: 44px; }
    header .h-icon.newsletter {
      left: 54px; }
    header .h-icon img {
      width: 23px;
      height: auto; }
    header .h-icon p {
      top: 36px;
      font-size: 12px; }
  .header-nav nav a {
    font-size: 15px;
    padding-top: 15px; }
  .article-gallery ul {
    width: 91%; }
  .donate-button p {
    font-size: 23px;
    margin: 26px 0; }
  .bull-container.hide-desktop {
    display: block;
    margin: auto;
    float: none; }
  .bull-container.hide-responsive {
    display: none; }
  .register-button .new-bul-header-container::after {
    left: -13px; }
  .register-button .inner-button p {
    color: #609DB0;
    margin: 7px auto;
    font-size: 19px; } }

@media screen and (max-width: 1024px) and (max-width: 770px) {
  header .header-icons {
    left: 0px; }
  .header-nav nav a {
    font-size: 13px;
    padding-top: 17px; }
  .header-contacts {
    max-width: 385px; }
  .header-contact-text p {
    font-size: 18px; }
  .header-search .white-block {
    bottom: -9px; }
  .blue-bar {
    width: 3.6%;
    left: -4.2%; }
    .blue-bar.right {
      width: 6.5%; }
  .logo {
    width: 44%; }
    .logo img {
      max-width: 100%; }
  .banner {
    height: 400px; }
  .banner-controls {
    max-width: 300px; }
    .banner-controls .b-control {
      height: 70px;
      padding: 14px; }
      .banner-controls .b-control p {
        font-size: 16px;
        margin: 14px 0; }
      .banner-controls .b-control:before {
        width: 50px;
        height: 50px;
        left: -25px;
        top: 10px; }
  .title h1 {
    font-size: 35px; }
  .cat-switch-container {
    margin-bottom: 20px; }
  .listing-container .footer-news.large .news-listing .news-item .listing-text-container {
    right: -12px;
    padding: 40px 25px 10px 25px;
    width: 108%; } }

@media screen and (max-width: 1024px) and (max-width: 685px) {
  .header-nav nav li {
    margin-right: 8px;
    padding-right: 11px; }
  .home-text h1 {
    font-size: 30px;
    margin: 26px 0; }
  .footer-news.large {
    width: 100%;
    max-width: 487px;
    margin: auto;
    padding: 0;
    float: none; }
  .footer-news.small {
    width: 100%; }
    .footer-news.small .news-listing {
      margin-bottom: 0; }
  .news-item {
    margin-bottom: 30px; }
  .footer-news.large .news-listing {
    margin-bottom: 35px; }
  .article-share hr {
    width: 45%; } }

@media screen and (max-width: 660px) {
  .desktop-only {
    display: none; }
  .mobile-only {
    display: block; }
  .menu-toggler {
    height: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 3px;
    font-size: 21px;
    color: #fff;
    background-color: #23423A;
    font-weight: 800;
    text-align: center; }
  .header-nav {
    height: auto;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease; }
    .header-nav.open {
      max-height: 1000px; }
    .header-nav nav {
      float: none;
      width: 100%; }
      .header-nav nav ul li {
        display: block;
        float: none;
        width: 100%;
        padding: 0;
        margin: 0;
        height: 35px; }
        .header-nav nav ul li:after {
          display: none; }
        .header-nav nav ul li a {
          text-align: center;
          border: none !important;
          font-size: 21px;
          padding-top: 3px; }
  .header-top .logo {
    width: 100%;
    padding: 10px 0;
    max-width: 100%; }
    .header-top .logo img {
      float: left;
      max-width: 50%; }
    .header-top .logo .fl-right {
      max-width: 50%;
      padding-left: 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-align: right; }
      .header-top .logo .fl-right p {
        color: #23423A;
        margin-top: 0; }
        .header-top .logo .fl-right p a {
          color: #ACA400; }
        .header-top .logo .fl-right p:nth-of-type(2) {
          font-size: 14px; }
        .header-top .logo .fl-right p:nth-of-type(1) {
          margin-bottom: 5px; }
  .banner-contents .b-content {
    width: 80%;
    margin: auto;
    left: 0;
    right: 0; }
  .banner {
    height: 350px; }
    .banner .scoller-container {
      height: 45px; }
    .banner .scoller li {
      font-size: 16px;
      margin-right: 15px; }
  .banner-controls {
    width: 200px;
    text-align: right;
    max-width: 100%;
    height: 10px;
    bottom: 70px;
    right: 10px;
    top: auto; }
    .banner-controls .b-control {
      width: 15px;
      height: 15px;
      padding: 0;
      display: inline-block;
      margin-right: 5px; }
      .banner-controls .b-control.active {
        border: 1px solid #fff; }
      .banner-controls .b-control img {
        display: none; }
      .banner-controls .b-control p {
        display: none; }
      .banner-controls .b-control:before {
        display: none; }
  .news-listing {
    text-align: center; }
    .news-listing .news-item {
      width: 39%;
      margin-right: 11%;
      display: inline-block;
      float: none;
      margin-bottom: 30px; }
      .news-listing .news-item:nth-child(2n + 2) {
        margin-right: 0; }
  .home-news {
    margin-top: 10px; }
  footer {
    padding: 15px 0 30px; }
    footer .header-icons {
      position: relative;
      float: none;
      text-align: center;
      margin-bottom: 45px; }
      footer .header-icons a {
        position: relative; }
      footer .header-icons .h-icon {
        position: relative;
        display: inline-block; }
        footer .header-icons .h-icon:nth-of-type(1) {
          margin-right: 10px; }
        footer .header-icons .h-icon.newsletter {
          left: auto; }
        footer .header-icons .h-icon p {
          top: 60px; }
    footer .fl-left, footer .fl-right {
      float: none;
      width: 100%;
      text-align: center;
      margin-bottom: 20px; }
    footer nav ul {
      text-align: center; }
    footer p {
      text-align: center; }
  .article-left, .article-right {
    width: 100%;
    padding: 0; }
  .donate-button-container {
    position: relative;
    max-width: 400px;
    margin: 10px auto 20px; }
  .register-button {
    max-width: 487px;
    margin: 25px auto; } }

@media screen and (max-width: 660px) and (max-width: 660px) and (min-width: 570px) {
  .content {
    float: left;
    width: 55%; }
  .bull-container.hide-desktop {
    float: right; } }

@media screen and (max-width: 660px) {
  .bull-container.hide-desktop {
    margin-top: 20px; }
  .header-icons a:nth-of-type(2) {
    left: auto; }
  .mobile-only .header-search {
    position: relative;
    left: 0;
    right: 0;
    margin: -20px auto 40px;
    max-width: 98%; }
    .mobile-only .header-search p {
      width: auto;
      margin: 10px 0;
      float: left;
      font-size: 16px;
      color: #fff; } }

@media screen and (max-width: 660px) and (max-width: 550px) {
  .header-top .logo .fl-right p {
    font-size: 14px; }
  .news-listing {
    text-align: center; }
    .news-listing .news-item {
      width: 46%;
      margin-right: 3%; } }

@media screen and (max-width: 660px) and (max-width: 480px) {
  .socials {
    float: none;
    text-align: center; }
  .news-listing {
    text-align: center; }
    .news-listing .news-item {
      width: 44%;
      margin-right: 3%; }
  .header-top {
    text-align: center; }
    .header-top .logo img {
      max-width: 100%;
      float: none; }
    .header-top .logo .fl-right {
      max-width: 100%;
      float: none;
      text-align: center;
      margin-top: 10px; }
  footer nav ul li a {
    font-size: 13px; }
  .cat-switch-container .cat-switch:nth-of-type(1) {
    width: 185px;
    padding: 10px 32px 10px 20px;
    background-repeat: no-repeat; }
  .cat-switch-container .cat-switch:nth-of-type(2) {
    padding: 5px 18px 10px 17px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 3px;
    margin-right: -34px;
    width: 142px;
    height: 49px; }
  .breadcrumb-container {
    padding: 32px 10px; }
  .content h3 {
    padding-right: 0; } }

@media screen and (max-width: 660px) and (max-width: 380px) {
  .news-listing .news-item p {
    font-size: 12px; }
  footer nav ul li {
    margin-right: 5px;
    padding-right: 7px; }
    footer nav ul li a {
      font-size: 12px; }
  .news-listing {
    text-align: center; }
    .news-listing .news-item {
      width: 45%;
      margin-right: 3%; }
      .news-listing .news-item .listing-text-container {
        right: -4px; }
      .news-listing .news-item:nth-child(2n+2) .listing-text-container {
        right: -4px; } }


.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pagination{border-radius:0}.pagination>li:first-child>a,.pagination>li:first-child>span{border-top-left-radius:0;border-bottom-left-radius:0}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:0;border-bottom-right-radius:0}.pagination>li>a,.pagination>li>span{color:#ACA400}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{background:#ACA400;color:#fff}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{background-color:#ACA400;border-color:#ACA400}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#ACA400}