/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
     ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
     ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
     ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

/* Embedded content
     ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
     ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
     ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

/*fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}*/

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
     ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*td,
th {
    padding: 0;
}*/

.buffer .news-comments,
.buffer .fb-comments {
  display: none !important;
}

.buffer a.issues-item {
  border-color: #62366f;
  color: #62366f;
  border-width: 1px;
}

@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?6bornb');
    src:  url('../fonts/icomoon.eot?6bornb#iefix') format('embedded-opentype'),
      url('../fonts/icomoon.ttf?6bornb') format('truetype'),
      url('../fonts/icomoon.svg?6bornb#icomoon') format('svg'),
      url('../fonts/icomoon.woff?6bornb') format('woff');
    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-ballot:before {
    content: "\e932";
  }
  .icon-hurricane:before {
    content: "\e933";
  }
  .icon-art:before {
    content: "\e934";
  }
  .icon-phone:before {
    content: "\e935";
  }
  .icon-grants:before {
    content: "\e936";
  }
  .icon-play:before {
    content: "\e92a";
  }
  .icon-star:before {
    content: "\e929";
  }
  .icon-envelope:before {
    content: "\e92b";
  }
  .icon-search:before {
    content: "\e903";
  }
  .icon-instagram:before {
    content: "\e900";
  }
  .icon-youtube:before {
    content: "\e904";
  }
  .icon-arrow-right:before {
    content: "\e906";
  }
  .icon-instagram.circle:before {
    content: "\e905";
  }
  .icon-facebook:before {
    content: "\e907";
  }
  .icon-twitter:before {
    content: "\e909";
  }
  .icon-to-right:before {
    content: "\e90a";
  }
  .icon-to-left:before {
    content: "\e912";
  }
  .icon-graph:before {
    content: "\e913";
  }
  .icon-health:before {
    content: "\e914";
  }
  .icon-award:before {
    content: "\e915";
  }
  .icon-flag:before {
    content: "\e916";
  }
  .icon-capitol:before {
    content: "\e917";
  }
  .icon-medal:before {
    content: "\e918";
  }
  .icon-eagle:before {
    content: "\e919";
  }
  .icon-money:before {
    content: "\e91a";
  }
  .icon-community:before {
    content: "\e91b";
  }
  .icon-capitol2:before {
    content: "\e91d";
  }
  .icon-folder:before {
    content: "\e91e";
  }
  .icon-award2:before {
    content: "\e91f";
  }
  .icon-dialog:before {
    content: "\e921";
  }
  .icon-paper:before {
    content: "\e922";
  }
  .icon-meeting:before {
    content: "\e923";
  }
  .icon-mail:before {
    content: "\e924";
  }
  .icon-youtube.circle:before {
    content: "\e925";
  }
  .icon-refresh:before {
    content: "\e926";
  }
  .icon-reply:before {
    content: "\e927";
  }
  .icon-dots:before {
    content: "\e938";
  }
  .icon-bank:before {
    content: "\e90e";
  }
  .icon-energy:before {
    content: "\e92c";
  }
  .icon-transportation:before {
    content: "\e92f";
  }
  .icon-foreign:before {
    content: "\e92e";
  }
  .icon-legislative:before {
    content: "\e930";
  }
  .icon-defense:before {
    content: "\e92d";
  }
  .icon-twitter.circle:before {
    content: "\e901";
  }
  .icon-facebook.circle:before {
    content: "\e902";
  }
  .icon-file:before {
    content: "\e931";
  }
  .icon-snapchat.circle:before {
    content: "\f2ab";
  }
  .icon-resources:before {
    content: "\e939";
  }
  .icon-solutions:before {
    content: "\e920";
  }
  .icon-support:before {
    content: "\e93a";
  }
  .icon-phone2:before {
    content: "\e93b";
  }
  .icon-user:before {
    content: "\e90c";
  }
  .icon-note:before {
    content: "\e910";
  }
  .icon-tags:before {
    content: "\e91c";
  }
  .icon-location:before {
    content: "\e90b";
  }
  .icon-research:before {
    content: "\e90d";
  }
  .icon-gavel:before {
    content: "\e911";
  }
  .icon-hat:before {
    content: "\e928";
  }
  .icon-flickr:before {
    content: "\e90f";
  }
  .icon-handshake:before {
    content: "\e93c";
  }
  .icon-snapchat:before {
    content: "\e908";
  }
  .icon-time:before {
    content: "\e937";
  }
  .icon-flickr.circle:before {
    content: "\eaa6";
  }
  
  

.main-menu,
.main-menu .drop ul,
.icon-library,
.social-list,
#footer .location-list,
#footer .nav-list,
.star-bar-list,
.benefits-list,
.social-tabset,
.widget-list,
.instagram-gallery,
.banner .pagination ul,
.services-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after,
#header .holder:after {
    content: "";
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

body {
    color: #000;
    background: #fff;
    font: 16px/1.4 "Libre Franklin", "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: "Libre Franklin", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: bold;
    margin: 0 0 .5em;
    color: inherit;
}

h1,
.h1 {
    font-size: 30px;
}

h2,
.h2 {
    font-size: 27px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 21px;
}

h5,
.h5 {
    font-size: 17px;
}

h6,
.h6 {
    font-size: 15px;
}

p {
    margin: 0 0 1em;
}

a {
    color: #0199d6;
}

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: .4em .7em;
    min-width: 100px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

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: #999;
}

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: #999;
}

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: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
    color: #999;
}

select {
    -webkit-border-radius: 0;
}

textarea {
    resize: vertical;
    vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}

.resize-active * {
    -webkit-transition: none !important;
    transition: none !important;
}

.icon-library li {
    font-size: 50px;
    display:inline-block;
    padding: 10px;
}

#header {
    -webkit-transition: padding .4s;
    transition: padding .4s;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 18px 0;
    box-shadow: inset 0 -2px 7px 0 rgba(0, 0, 0, .16);
}

#header.header-fixed {
    position: fixed;
    background: #fff;
    padding: 18px 0;
}

#header.header-fixed .social-list {
    margin: 9px 96px 8px 0;
}

#header .holder {
    padding: 0 10px;
    margin: 0 auto;
}

#header .social-list {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#header .social-list li {
    margin: 0 5px 0;
}

#header .social-list a {
  /* &:hover{
        @include media("<tablet") {
          color: $gray-800;
        }
      } */
}

.logo {
    -webkit-transition: top .3s ease-in-out, left .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: top .3s ease-in-out, left .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, top .3s ease-in-out, left .3s ease-in-out;
    transition: transform .3s ease-in-out, top .3s ease-in-out, left .3s ease-in-out, -webkit-transform .3s ease-in-out;
    width: 212px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}

.logo .logo-img {
    width: 150px;
    padding: 5px;
    height: auto;
}

.logo .logo-img img {
    width: 100%;
    height: 100%;
    display: block;
}

.logo .logo-text {
    position: relative;
    width: calc(100% - 65px);
}

.logo .logo-text .top-line {
    font: 8px/11px "Libre Baskerville", "Times", "Baskerville", "Georgia", serif;
    position: absolute;
    top: 6px;
    left: 7px;
    letter-spacing: -.5px;
}

.logo .logo-text .name {
    font: 700 21px/23px "Libre Franklin", "Helvetica Neue", "Helvetica", sans-serif;
    position: absolute;
    top: 14px;
    left: 0;
}

.logo .logo-text .name span {
    font-weight: 400;
}

.logo .logo-text .bottom-line {
    font: 8px/11px "Libre Baskerville", "Times", "Baskerville", "Georgia", serif;
    position: absolute;
    top: 35px;
    right: -4px;
    letter-spacing: -.5px;
}

.logo a {
    text-decoration: none;
    color: #333;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.nav-opener {
    width: 30px;
    height: 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    float: right;
}

.nav-opener:before,
.nav-opener:after {
    -webkit-transition: background .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: background .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, background .3s ease-in-out;
    transition: transform .3s ease-in-out, background .3s ease-in-out, -webkit-transform .3s ease-in-out;
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    height: 4px;
    background: #0199d6;
    border-radius: 2px;
}

.nav-opener:before {
    top: 0;
}

.nav-opener:after {
    top: 17px;
}

.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover span {
    background: #62366f;
}

.nav-opener span {
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    position: absolute;
    top: 9px;
    right: 0;
    left: 0;
    height: 4px;
    background: #0199d6;
    border-radius: 2px;
    text-indent: -9999px;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
    background: #0199d6;
    -webkit-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    transform: rotate(-50deg);
    top: 9px;
    left: -2px;
    right: -2px;
}

.nav-active .nav-opener:after {
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
}

.nav-active .nav-opener span {
    opacity: 0;
}

.nav-drop .nav-wrap {
    width: 100%;
}

.main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #333;
    font: 600 26px/28px "Libre Franklin", "Helvetica Neue", "Helvetica", sans-serif;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 8px;
}

.main-menu > li {
    position: relative;
    margin: 0 0 20px;
}

.main-menu > li:nth-last-child(2) .drop,
.main-menu > li:nth-last-child(1) .drop {
    left: auto;
    right: 0;
}

.main-menu > li.active {
    color: #0199d6;
}

.main-menu > li > a {
    position: relative;
}

.main-menu > li > a.has-drop-down-a:before,
.main-menu > li > a.has-drop-down-a:after {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    width: 14px;
    height: 2px;
    background: #333;
    margin: 0 0 0 9px;
}

.main-menu > li > a.has-drop-down-a:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.main-menu a {
    color: inherit;
    text-decoration: none;
}

.main-menu li.hover > a {
    color: #0199d6;
}

.main-menu li.hover > .has-drop-down-a:after {
    -webkit-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
}

.main-menu li.hover > .has-drop-down-a:before,
.main-menu li.hover > .has-drop-down-a:after {
    background: #0199d6;
}

.main-menu .drop {
    font: 400 14px/16px "Libre Franklin", "Helvetica Neue", "Helvetica", sans-serif;
    color: #333;
    display:none;
}

.header-fixed .main-menu .drop {
    top: 15px;
    padding-top: 17px;
}

.is-touch-device .main-menu .drop {
  display: none;
}

.is-touch-device .main-menu .hover > .drop {
  display: block;
}

.search {
    width: 30px;
    height: 26px;
    font-size: 15px;
    border-left: 1px solid #0199d6;
    border-right: 1px solid #0199d6;
    color: #333;
    position: absolute;
    top: -41px;
    right: 50px;
}

.search a {
    color: inherit;
    text-decoration: none;
    display: block;
    height: 100%;
}

.search a:hover {
    color: #0199d6;
}

.search [class^="icon-"],
.search [class*=" icon-"] {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.search form {
    position: relative;
}

.search form input:not([type="submit"]):not([type="reset"]) {
    background: #f5f5f5;
    font-size: 14px;
    line-height: 18px;
    color: #999;
    width: 100%;
    height: 30px;
    padding: 5px 46px 5px 15px;
    border-radius: 2px;
    border: none;
    outline: none;
    vertical-align: top;
}

.search form input:not([type="submit"]):not([type="reset"])::-webkit-input-placeholder {
    color: #333;
}

.search form input:not([type="submit"]):not([type="reset"])::-moz-placeholder {
    opacity: 1;
    color: #333;
}

.search form input:not([type="submit"]):not([type="reset"]):-moz-placeholder {
    color: #333;
}

.search form input:not([type="submit"]):not([type="reset"]):-ms-input-placeholder {
    color: #333;
}

.search form input:not([type="submit"]):not([type="reset"]).placeholder {
    color: #333;
}

.search form input:not([type="submit"]):not([type="reset"]):focus {
    border: 0;
    outline: 0;
}

.search form button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
    background: none;
    border: none;
    color: #333;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    outline: 0;
    padding: 0 20px;
    border-left: 1px solid #535352;
}

.search form button:hover {
    color: #0199d6;
}

.search .search-box {
    position: absolute;
    z-index: 998;
    top: 42px;
    right: -42px;
    width: 270px;
    overflow: hidden;
    background: #fff;
    padding: 28px 14px;
}

.social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 20px;
    color: #333;
}

.social-list li {
    margin: 0 0 0 10px;
}

.social-list li a {
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.social-list li a:hover {
    color: #0199d6;
}

#wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.container {
    max-width: 1220px;
    padding: 0 25px;
    margin: 0 auto;
}

h3,
.h3,
h2,
.h2 {
    display: block;
    font-family: "Libre Franklin", "Helvetica Neue", "Helvetica", sans-serif;
}

h2,
.h2 {
    font-size: 28px;
    line-height: 26px;
    font-weight: 800;
    text-align: center;
    padding: 0 0 14px;
}

h3,
.h3 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
}

a {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.btn {
    -webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
    transition: color .3s ease-in-out, background .3s ease-in-out;
    font: 600 14px/16px "Libre Franklin", "Helvetica Neue", "Helvetica", sans-serif;
    color: #fff;
    background: #0199d6;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
    outline: 0;
    padding: 20px 28px;
    position: relative;
    letter-spacing: .1em;
    border: 2px solid #0199d6;
}

.btn:hover {
    border-color: #0199d6;
    color: #0199d6;
    background: #fff;
}

.btn .icon-arrow-right {
    position: relative;
    margin: -3px 10px 0 0;
    vertical-align: top;
    height: 14px;
    display: inline-block;
    font-size: 24px;
}

.btn-wrap {
    text-align: center;
}

.section-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 9px;
}

.section-heading h2 {
    padding: 18px 11px;
    position: relative;
    z-index: 10;
    margin: 0;
}

.section-heading h2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 3px solid #0199d6;
    border-radius: 4px;
    z-index: -1;
}

.section-heading h2:before {
    content: "";
    position: absolute;
    top: -12px;
    left: -9px;
    right: -9px;
    bottom: -12px;
    background: rgba(52, 15, 86, 0.75);
    z-index: -1;
    border-radius: 4px;
}

.read-more {
    display: inline-block;
    font-family: "Libre Franklin", "Helvetica Neue", "Helvetica", sans-serif;
    padding-right: 16px;
    position: relative;
}

.read-more:after {
    content: "\e906";
    position: absolute;
    top: 7px;
    right: 0;
    font-size: 12px;
}

.read-more:hover {
    color: #0199d6;
}

/* grayscale image styles */

img.grayscale {
    -webkit-transition: filter .3s ease-in-out;
    transition: filter .3s ease-in-out;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

.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;
}

#footer {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
}

#footer:before {
    content: "";
    background: -webkit-linear-gradient(top, #0199d6 0%, #5a426f 49%, #62366f 100%);
    background: linear-gradient(to bottom, #0199d6 0%, #5a426f 49%, #62366f 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .9;
    z-index: -1;
}

#footer > .container {
    padding: 37px 15px 45px;
}

#footer .section-heading {
    margin-bottom: 20px;
}

#footer .h2 {
    color: #fff;
}

#footer .location-list {
    font-family: "Libre Baskerville";
    display: block;
    font-size: 14px;
}

#footer .location-list li {
    margin-bottom: 25px;
}

#footer .location-list .title {
    display: block;
    font-weight: 700;
    font-size: 21px;
    font-style: normal;
    font-family: "Libre Franklin";
    margin-bottom: 5px;
    letter-spacing: 0;
}

#footer .location-list address {
    font-style: normal;
    line-height: 1.3;
}

#footer .location-list address a {
    color: #fff;
    text-decoration: none;
}

#footer .location-list address a:hover {
    color: rgba(200, 0, 0, .6);
}

#footer .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#footer .nav-list {
    text-align: left;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 22px;
}

#footer .nav-list li {
    display: inline-block;
    vertical-align: middle;
}

#footer .nav-list li:last-child a {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

#footer .nav-list a {
    color: inherit;
    text-decoration: none;
    margin-right: 10px;
    border-right: 2px solid #fff;
    padding-right: 10px;
    letter-spacing: .8px;
}

#footer .nav-list a:hover {
    color: rgba(200, 0, 0, .6);
}

#footer .footer-logo {
    margin-bottom: 34px;
}

#footer .footer-logo a {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
}

#footer .footer-logo a img {
    width: 215px;
    height: 215px;
}

#footer .social-list {
    color: #fff;
    font-size: 29px;
    display: block;
    text-align: right;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

#footer .social-list a {
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

#footer .social-list li {
    margin: 0 0 0 1px;
    display: inline-block;
    vertical-align: middle;
}

#footer .social-list span {
    display: block;
}

.star-bar-section {
    background: #62366f;
    padding: 40px 0;
}

.star-bar-list {
    color: #fff;
    font: 900 20px/13px "Libre Franklin", "Helvetica Neue", "Helvetica", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.star-bar-list li {
    width: 100%;
}

.star-bar-list li a {
    color: inherit;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.star-bar-list li a:hover {
    color: #0199d6;
}

.star-bar-list li small {
    font: 400 10px/12px "Libre Baskerville", "Times", "Baskerville", "Georgia", serif;
}

.star-bar-list .icon-wrap {
    display: block;
    font-size: 40px;
    margin-right: 10px;
}

.star-bar-list .txt {
    display: inline-block;
    vertical-align: top;
}

.benefits-section {
    padding: 40px 0 32px;
}

.benefits-section .section-heading {
    margin-bottom: 24px;
    color: #62366f;
}

.benefits-section .section-heading h2:before {
    background: #f5f5f5;
}

.benefits-section .container {
    padding: 0 13px;
}

.benefits-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font: 900 20px/22px "Libre Franklin", "Helvetica Neue", "Helvetica", sans-serif;
}

.benefits-list span {
    display:block;
}

.benefits-list li {
    width: 100%;
    margin-bottom: 24px;
}

.benefits-items {
    text-align: center;
}

.benefits-items a {
    display: inline-block;
    color: #62366f;
    text-decoration: none;
}

.benefits-items a:hover .icon-wrap {
    background: #0199d6;
    border-color: #fff;
}

.benefits-items a:hover .icon-wrap:before {
    background: #0199d6;
}

.benefits-items .icon-wrap {
    width: 180px;
    height: 180px;
    -webkit-transition: background .3s ease-in-out, border-color .3s ease-in-out;
    transition: background .3s ease-in-out, border-color .3s ease-in-out;
    border-radius: 50%;
    border: 3px solid #0199d6;
    background: #62366f;
    position: relative;
    font-size: 80px;
    color: #fff;
    margin: 7px 7px 17px;
}

.benefits-list .icon-wrap .icon-flag,
.benefits-list .icon-wrap .icon-capitol {
    font-size: 95px;
}

.benefits-items .icon-wrap:before {
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    content: "";
    position: absolute;
    z-index: -1;
    top: -7px;
    left: -7px;
    right: -7px;
    bottom: -7px;
    background: #62366f;
    border-radius: 50%;
}

.benefits-items .icon-wrap [class^="icon-"],
.benefits-items .icon-wrap [class*=" icon-"] {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.benefits-items .name {
    max-width: 200px;
    display: block;
    margin: 0 auto;
}

.issues-section {
    background: #62366f;
}

.issues-gallery {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    width: 320px;
}

.issues-gallery .control-box {
    width: 100%;
    display: table;
    color: #333;
    text-align: center;
    position: relative;
    z-index: 5;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    float: left;
}

.issues-gallery .control-box:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .8);
}

.issues-gallery .control-box .section-heading {
    margin-bottom: 26px;
}

.issues-gallery .control-box .section-heading h2 {
    min-width: 196px;
    font-size: 25px;
    line-height: 26px;
}

.issues-gallery .control-box .section-heading h2:before {
    background: #fff;
}

.issues-gallery .control-box .section-title h2 {
    color: #fff;
}

.issues-gallery .control-box .holder {
    padding-bottom: 100%;
    position: relative;
}

.issues-gallery .control-box .holder .holder-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.issues-gallery .control-box .gallery-btns {
    margin-bottom: 32px;
}

.issues-gallery .control-box .gallery-btns .prev,
.issues-gallery .control-box .gallery-btns .next {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: inherit;
    text-decoration: none;
    font-size: 32px;
    margin: 0 3px;
    line-height: 32px;
    display: inline-block;
    vertical-align: top;
}

.issues-gallery .control-box .gallery-btns .prev:hover,
.issues-gallery .control-box .gallery-btns .next:hover {
    opacity: .8;
}

.issues-gallery .control-box .btn {
    min-width: 214px;
    padding: 18px 30px;
}

.issues-gallery .slideset {
    overflow: hidden;
}

.issues-gallery .slide {
    float: left;
    position: relative;
}

.issues-gallery .img-holder:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.issues-gallery .slide .txt {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}

.issues-gallery .slide .txt-holder {
    position: absolute;
    z-index: 101;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font: 600 30px/34px "Libre Franklin", "Helvetica Neue", "Helvetica", sans-serif;
    color: #fff;
    min-width: 260px;
    text-align: center;
}

.issues-gallery .img-holder {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.issues-gallery .img-holder:hover .grayscale {
    filter: none;
}

.issues-gallery .img-holder img {
    width: 100%;
}

.issues-gallery .mask {
    position: relative;
    overflow: hidden;
}

.issues-gallery .gallery {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.news-section {
    background: #62366f;
}

.news-section .section-heading {
    min-height: 168px;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 15px 16px 30px;
}

.news-section.reverse .section-heading {
    background-position: 30% 50%;
}

.news-section .section-heading h2 {
    min-width: 278px;
}

.news-section .article-holder {
    padding: 31px 25px;
}

.news-section article {
    color: #fff;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    font-family: "Libre Baskerville", "Times", "Baskerville", "Georgia", serif;
    margin-bottom: 38px;
}

.news-section article h3 {
    padding: 0 0 0 55px;
}

.news-section article a {
    color: inherit;
    text-decoration: none;
}

.news-section article p {
    margin-bottom: 3px;
}

.news-section article .date-holder {
    width: 52px;
    height: 52px;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    border-radius: 50%;
    color: #62366f;
}

.news-section article .date-holder time {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    font-size: 20px;
    line-height: 22px;
    font-family: "Libre Franklin", "Helvetica Neue", "Helvetica", sans-serif;
}

.msie .news-section article .date-holder time,
.safari .news-section article .date-holder time,
.firefox .news-section article .date-holder time {
    background: none;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
}

.news-section article .date-holder .month {
    display: block;
    font: 400 11px/12px "Libre Baskerville", "Times", "Baskerville", "Georgia", serif;
}

.social-section {
    background: #f5f5f5;
    padding: 50px 0 0;
}

.social-section .section-heading {
    margin-bottom: 24px;
}

.social-section .section-heading h2 {
    min-width: 285px;
    color: #62366f;
}

.social-section .section-heading h2:before {
    background: #fff;
}

.social-tabset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 26px;
}

.social-tabset li {
    margin: 0 10px;
    font-size: 14px;
}

.social-tabset li a {
    -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
    transition: background .3s ease-in-out, color .3s ease-in-out;
    background: #fff;
    text-decoration: none;
    text-transform: capitalize;
    color: #333;
    display: inline-block;
    padding: 10px 34px;
}

.social-tabset li a:hover {
    color: #fff;
    background: #0199d6;
}

.social-tabset li a.active {
    background: -webkit-linear-gradient(315deg, #0199d6 0%, #5a426f 49%, #62366f 100%);
    background: linear-gradient(135deg, #0199d6 0%, #5a426f 49%, #62366f 100%);
    color: #fff;
}

.tab-content {
    padding: 0 0 38px;
}

.widget-list li {
    width: 100%;
}

.widget {
    padding: 35px 20px 40px;
    background: #fff;
    text-align: center;
    font: 13px/23px "Libre Baskerville", "Times", "Baskerville", "Georgia", serif;
    border-radius: 5px;
}

.widget .brand-icon {
    margin-bottom: 16px;
}

.widget .brand-icon [class^="icon-"],
.widget .brand-icon [class*=" icon-"] {
    display: block;
    font-size: 72px;
    color: #62366f;
}

.widget a {
    color: #0199d6;
    text-decoration: none;
}

.widget a:hover {
    color: #fb0000;
}

.widget time {
    font-family: "Libre Franklin", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 300;
    color: #0199d6;
}

.widget p {
    margin: 0 0 5px;
}

.widget-facebook .title {
    font: 700 20px/26px "Libre Franklin", "Helvetica Neue", "Helvetica", sans-serif;
}

.widget-twitter .info {
    font: 600 12px/20px "Libre Franklin", "Helvetica Neue", "Helvetica", sans-serif;
    display: block;
}

.widget-twitter .twitter-footer {
    padding-top: 5px;
}

.widget-twitter .twitter-footer a {
    color: #0199d6;
    font-family: "Libre Franklin", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 8px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
}

.widget-twitter .twitter-footer a [class^="icon-"],
.widget-twitter .twitter-footer a [class*=" icon-"] {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: inherit;
    padding-top: 4px;
    padding-right: 5px;
}

.widget-twitter .twitter-footer a:hover {
    color: #fb0000;
}

.widget-twitter .twitter-footer a:hover [class^="icon-"],
.widget-twitter .twitter-footer a:hover [class*=" icon-"] {
    color: inherit;
}

.widget-youtube {
    padding: 20px;
    min-height: 584px;
}

.widget-youtube .img-holder {
    position: relative;
    margin-bottom: 20px;
}

.widget-youtube .img-holder a {
    color: #fff;
    display: block;
}

.widget-youtube .title {
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 0;
    font-family: "Libre Franklin", "Helvetica Neue", "Helvetica", sans-serif;
}

.widget-youtube .play {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

.widget-youtube .play:hover {
    opacity: .8;
}

.widget-youtube .brand-icon {
    margin-bottom: 8px;
}

.instagram-gallery-wrap {
    background: #fff;
    padding: 8px 0;
}

.instagram-gallery li {
    position: relative;
}

.instagram-gallery .block-5,
.instagram-gallery .block-6,
.instagram-gallery .block-7 {
    display: none;
}

.instagram-gallery .block-4,
.instagram-gallery .block-m {
    width: 50%;
    padding-bottom: 47%;
}

.instagram-gallery .block-3,
.instagram-gallery .block-2 {
    width: 50%;
    padding-bottom: 47%;
}

.instagram-gallery .block-1 {
    width: 100%;
    padding-bottom: 100%;
}

.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 .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    content: "";
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(.3);
    -ms-transform: translate(-50%, -50%) scale(.3);
    transform: translate(-50%, -50%) scale(.3);
    background: #fff;
    opacity: 0;
}

.instagram-gallery .img-holder:after {
    height: 4px;
    width: 54px;
}

.instagram-gallery .img-holder:before {
    height: 54px;
    width: 4px;
}

.instagram-gallery .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 4px 7px;
}

.instagram-gallery .img-wrap:before {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0199d6;
    z-index: 9;
    background: -webkit-linear-gradient(315deg, #0199d6 0%, #672d6e 50%, #62366f 100%);
    background: linear-gradient(135deg, #0199d6 0%, #672d6e 50%, #62366f 100%);
    opacity: 0;
}

.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: .7;
}

.instagram-gallery .block-title .block-title-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(315deg, #0199d6 0%, #5a426f 51%, #62366f 100%);
    background: linear-gradient(135deg, #0199d6 0%, #5a426f 51%, #62366f 100%);
    color: #fff;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 4px 7px;
}

.instagram-gallery .block-title .block-title-wrap:hover {
    color: #0199d6;
}

.instagram-gallery .block-title .block-title-wrap [class^="icon-"],
.instagram-gallery .block-title .block-title-wrap [class*=" icon-"] {
    font-size: 71px;
    margin-bottom: 10px;
}

.js-tab-hidden {
    display: block !important;
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important;
}

.subscribe-section {
    background: #f5f5f5;
}

.subscribe-section > .container {
    padding: 20px 25px 39px;
}

.subscribe-section .subscribe-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.subscribe-section .subscribe-form .row {
    width: 100%;
    text-align: center;
}

.subscribe-box {
    color: #fff;
    font-family: "Libre Baskerville", "Times", "Baskerville", "Georgia", serif;
}

.subscribe-box p {
    margin: 0 0 25px;
    text-shadow: 2px 1px 4px #333;
}

.subscribe-box .block-title {
    display: block;
    text-transform: capitalize;
    font-size: 30px;
    line-height: 50px;
    text-shadow: 2px 1px 7px #333;
    margin: 0 0 10px;
    font-weight: bold;
    font-family: "Libre Franklin", "Helvetica Neue", "Helvetica", sans-serif;
}

.subscribe-box button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
}

.subscribe-box button[type="submit"].btn {
    display: none;
}

.subscribe-box button[type="submit"].btn.envelope {
    display: block;
    padding: 6px 14px 5px;
}

.subscribe-box button[type="submit"] .icon-envelope {
    font-size: 24px;
}

.subscribe-box .text-frame {
    padding: 0 15px;
}

.subscribe-form {
    font-size: 13px;
}

.subscribe-form .row {
    position: relative;
}

.subscribe-form label {
    font-size: 28px;
    font-weight: 900;
    text-transform: capitalize;
    color: #62366f;
    display: block;
    text-align: center;
}

.subscribe-form input {
    width: 100%;
    background: #fff;
    color: #000;
    padding: 22px 15px 22px 15px;
    border: none;
    margin-bottom: 11px;
    outline: none;
    text-overflow: ellipsis;
    border-radius: 3px;
}

.subscribe-form input::-webkit-input-placeholder {
    text-overflow: ellipsis;
    font-family: "Libre Baskerville";
    font-size: 14px;
    color: #333;
}

.subscribe-form input::-moz-placeholder {
    opacity: 1;
    text-overflow: ellipsis;
    font-family: "Libre Baskerville";
    font-size: 14px;
    color: #333;
}

.subscribe-form input:-moz-placeholder {
    text-overflow: ellipsis;
    font-family: "Libre Baskerville";
    font-size: 14px;
    color: #333;
}

.subscribe-form input:-ms-input-placeholder {
    text-overflow: ellipsis;
    font-family: "Libre Baskerville";
    font-size: 14px;
    color: #333;
}

.subscribe-form input.placeholder {
    text-overflow: ellipsis;
    font-family: "Libre Baskerville";
    font-size: 14px;
    color: #333;
}

.subscribe-form button[type="submit"] {
    border: 2px solid #0199d6;
    margin: 0;
    outline: none;
    border-radius: 0 3px 3px 0;
    margin: 0 auto;
    padding: 18px 28px;
}

.subscribe-form button[type="submit"]:hover {
    border-color: #0199d6;
}

.hero-section {
    position:relative;
    min-height: 450px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-size: cover;
    padding: 56px 0 0;
    overflow-y: hidden;
}

.hero-section .container {
    position: relative;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
    -ms-flex-align: center;
    align-items:center;
}

.hero-section h2 {
    color: #fff;
    font-size: 34px;
}

.hero-section h2 .sectionlink {
    text-transform: capitalize;
    color:#fff;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
}

.hero-section .section-heading h2:before {
    background: rgba(0, 0, 0, 0.56);
}

.hero-section .section-heading h2:after {
    border: 3px solid #fff;
}

.content-section {
    padding: 50px 0;
}

.content-section h1 {
    color: #333;
}

.banner {
    position: relative;
    overflow-y: hidden;
    padding: 56px 0 0;
}

.banner .slideshow:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, .3);
}

.banner .slideshow {
    position: relative;
}

.banner .slideshow .slide {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
}

.banner .slideshow .slide.active {
    z-index: 9;
}

.banner .pagination {
    position: absolute;
    z-index: 100;
    top: 150px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.banner .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.banner .pagination ul li {
    padding: 3px;
}

.banner .pagination ul li a {
    width: 10px;
    height: 10px;
    -webkit-transition: background .3s ease-in-out, opacity .3s ease-in-out;
    transition: background .3s ease-in-out, opacity .3s ease-in-out;
    display: block;
    border-radius: 50%;
    border: 2px solid #fff;
    font-size: 0;
    line-height: 0;
}

.banner .pagination ul li a:hover {
    background: #0199d6;
    opacity: .7;
}

.banner .pagination ul li.active a {
    background: #0199d6;
}

.slide .slide-bg {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    min-height: 176px;
}

.slide .slide-content {
    background: -webkit-linear-gradient(315deg, #0199d6 0%, #5a426f 51%, #62366f 100%);
    background: linear-gradient(135deg, #0199d6 0%, #5a426f 51%, #62366f 100%);
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-family: "Libre Baskerville", "Times", "Baskerville", "Georgia", serif;
    padding: 14px 23px;
}

.slide .slide-content .slide-title {
    font: 700 20px/24px "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
    display: block;
    margin-bottom: -3px;
}

.slide .slide-content p {
    margin-bottom: 6px;
}

.slide .slide-content .btn {
    background: none;
    border: 2px solid #fff;
    font-size: 10px;
    line-height: 12px;
    padding: 13px 17px;
}

.slide .slide-content .btn:hover {
    color: #fff;
    background: #0199d6;
}

.slide .slide-content .btn .icon-arrow-right {
    margin: -5px 10px 0 0;
}

.legislation-section .col {
    white-space: nowrap;
    text-align: center;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
    text-align: center;
    padding: 12px 43px;
}

.legislation-section .col:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 142px;
}

.legislation-section .col > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 99%;
}

.legislation-section .table-holder {
    width: 100%;
}

.legislation-section .table {
    width: 100%;
    color: #000;
    margin-bottom: 27px;
    max-width: 590px;
    margin: 0 auto 27px;
}

.legislation-section .table tr th,
.legislation-section .table tr td {
    padding: 11px 5px 14px 13px;
    vertical-align: top;
    text-align: left;
}

.legislation-section .table tr th {
    font-weight: 600;
    font-size: 15px;
    color: #62366f;
}

.legislation-section .table tr td {
    font-family: "Libre Baskerville";
    font-size: 15px;
}

.legislation-section .table .yes {
    color: #209d32;
}

.legislation-section .table .no {
    color: #0199d6;
}

.legislation-section .table .mobile-hide {
    display: none;
}

.legislation-section .table .number {
    width: 45%;
}

.legislation-section .table .date {
    width: 24%;
}

/*! 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, .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: .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, .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, .8);
}

.services-list {
    font-size: 19px;
    line-height: 24px;
    max-width: 600px;
    margin: 0 auto 58px;
}

.services-list li {
    width: 100%;
    margin-bottom: 33px;
}

.services-list li a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.services-list li a:hover .img-circle {
    background: #fff;
}

.services-list li a:hover .img-circle [class^="icon-"],
.services-list li a:hover .img-circle [class*=" icon-"] {
    color: #62366f;
}

.services-list .holder {
    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;
}

.services-list .text {
    width: 55%;
}

.services-list .img-circle {
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    border-radius: 50%;
    width: 103px;
    height: 103px;
    border: 2px solid #fff;
    position: relative;
    font-size: 40px;
    margin-right: 14px;
}

.services-list .img-circle .icon-art {
    font-size: 50px;
}

.services-list [class^="icon-"],
.services-list [class*=" icon-"] {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
    #header {
        padding: 11px 0 44px;
    }

    #header.header-fixed {
        padding: 11px 0 34px;
    }

    #header .holder {
        padding: 0 25px;
    }

    #header .social-list {
        margin: 9px 79px 12px 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .logo {
        width: 470px;
        top: 0;
        left: 20px;
    }

    .logo .logo-img {
        width: 300px;
        height: auto;
        padding: 0;
    }

    .logo .logo-text {
        width: calc(100% - 130px);
    }

    .logo .logo-text .top-line {
        font-size: 18px;
        line-height: 22px;
        top: 8px;
        left: 25px;
        letter-spacing: normal;
    }

    .logo .logo-text .name {
        font-size: 48px;
        line-height: 50px;
        top: 23px;
        left: 1px;
    }

    .logo .logo-text .bottom-line {
        font-size: 16px;
        line-height: 18px;
        top: 73px;
        right: -4px;
    }

    .header-fixed .logo {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
        top: -7px;
        left: 0;
    }

    .nav-opener {
        position: absolute;
        top: 67px;
        right: 20px;
    }

    .header-fixed .nav-opener {
        top: 54px;
    }

    .search {
        width: 70px;
        height: 35px;
        font-size: 20px;
        top: 10px;
        right: 18px;
    }

    .search .search-box {
        top: 90px;
        right: 0;
    }

    .header-fixed .search .search-box {
        top: 76px;
    }

    h2,
    .h2 {
        font-size: 48px;
        line-height: 50px;
    }

    h3,
    .h3 {
        font-size: 24px;
        line-height: 25px;
    }

    .section-heading {
        padding: 15px 16px;
    }

    .section-heading h2 {
        padding: 15px 31px;
    }

    .section-heading h2:before {
        top: -15px;
        left: -16px;
        right: -16px;
        bottom: -15px;
    }

    #footer:before {
        background: -webkit-linear-gradient(310deg, #0199d6 0%, #5a426f 49%, #62366f 100%);
        background: linear-gradient(140deg, #0199d6 0%, #5a426f 49%, #62366f 100%);
    }

    #footer > .container {
        max-width: 743px;
        padding: 114px 20px 200px;
    }

    #footer .section-heading {
        margin-bottom: 65px;
    }

    #footer .location-list {
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 54px;
    }

    #footer .location-list li {
        width: 50%;
        margin-bottom: 40px;
    }

    #footer .location-list .title {
        margin-bottom: 16px;
        letter-spacing: 1.6px;
    }

    #footer .footer-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    #footer .nav-list {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        width: 33.33%;
        margin-bottom: 0;
    }

    #footer .footer-logo {
        width: 33.33%;
        margin-bottom: 0;
    }

    #footer .social-list {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        width: 33.33%;
    }

    .star-bar-section .container {
        max-width: 768px;
        padding: 0 15px;
    }

    .star-bar-list {
        margin: 0 -13px;
    }

    .star-bar-list li {
        width: 25%;
        padding: 0 12px;
    }

    .benefits-section {
        padding: 50px 0 26px;
    }

    .benefits-section .section-heading {
        margin-bottom: 52px;
    }

    .benefits-section .container {
        padding: 0 25px;
    }

    .benefits-list {
        margin: 0 -12px;
    }

    .benefits-list li {
        width: 33.33%;
        padding: 0 12px;
    }

    .issues-gallery {
        width: 100%;
    }

    .issues-gallery .control-box {
        width: 33.6%;
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 33.6%;
    }

    .issues-gallery .control-box .section-heading {
        margin-bottom: 16px;
    }

    .issues-gallery .control-box .holder .holder-wrap {
        padding: 8px 0 0;
    }

    .issues-gallery .control-box .gallery-btns {
        margin-bottom: 10px;
    }

    .issues-gallery .gallery.right-gallery {
        float: right;
        width: 33.33%;
    }

    .issues-gallery .gallery.left-gallery {
        float: left;
        width: 33.33%;
    }

    .news-section .section-heading {
        padding: 36px 16px 15px;
        min-height: 352px;
    }

    .news-section .article-holder {
        padding: 83px 70px 61px;
    }

    .news-section article {
        padding: 0 0 0 84px;
        font-size: 15px;
        line-height: 26px;
    }

    .news-section article h3 {
        padding: 0;
        margin-bottom: 7px;
    }

    .news-section article .date-holder {
        width: 70px;
        height: 70px;
        top: -11px;
    }

    .news-section article .date-holder time {
        font-size: 32px;
        line-height: 30px;
    }

    .news-section article .date-holder .month {
        font-size: 16px;
        line-height: 16px;
    }

    .social-section {
        padding: 90px 0 0;
    }

    .social-section .section-heading {
        margin-bottom: 58px;
    }

    .social-tabset li {
        margin: 0 12px;
    }

    .tab-content {
        padding: 0 0 50px;
    }

    .widget-list {
        margin: 0 -15px;
    }

    .widget-list li {
        width: 50%;
        padding: 15px;
    }

    .widget {
        padding: 35px 24px 40px;
        font-size: 15px;
        line-height: 26px;
    }

    .widget-facebook .title {
        font-size: 24px;
        line-height: 32px;
        display: block;
    }

    .widget-twitter {
        font-size: 16px;
        line-height: 24px;
    }

    .widget-twitter .info {
        font-size: 14px;
        line-height: 20px;
        padding: 0 10px;
        margin-bottom: 8px;
    }

    .widget-twitter .twitter-footer {
        padding-top: 12px;
    }

    .widget-twitter .twitter-footer a {
        margin: 0 10px;
    }

    .widget-youtube {
        padding: 20px 20px 40px;
    }

    .instagram-gallery-wrap {
        padding: 8px 0;
    }

    .instagram-gallery .block-5,
    .instagram-gallery .block-6,
    .instagram-gallery .block-7 {
        display: block;
        width: 33.33%;
        padding-bottom: 34.3%;
    }

    .instagram-gallery .block-4,
    .instagram-gallery .block-m {
        width: 33.8%;
        padding-bottom: 34.15%;
    }

    .instagram-gallery .block-2,
    .instagram-gallery .block-3 {
        padding-bottom: 48%;
    }

    .instagram-gallery .block-1 {
        width: 66.2%;
        padding-bottom: 68.2%;
    }

    .instagram-gallery .img-wrap {
        margin: 8px;
    }

    .instagram-gallery .block-title .block-title-wrap {
        margin: 8px;
    }

    .subscribe-section > .container {
        padding: 23px 25px 30px;
    }

    .subscribe-box {
        max-width: 580px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 10;
        font-size: 20px;
        line-height: 30px;
        width: 100%;
    }

    .subscribe-box .block-title {
        font-size: 60px;
        line-height: 98px;
    }

    .subscribe-box button[type="submit"].btn {
        display: block;
    }

    .subscribe-box button[type="submit"].btn.envelope {
        display: none;
    }

    .subscribe-box .text-frame {
        padding: 0;
    }

    .subscribe-form {
        font-size: 14px;
    }

    .subscribe-form label {
        font-size: 48px;
        margin-bottom: 4px;
    }

    .subscribe-form input {
        padding: 21px 210px 21px 15px;
    }

    .subscribe-form button[type="submit"] {
        margin: 0;
        position: absolute;
        right: 0;
        top: 0;
        padding: 20px 20px;
    }

    .banner,
    .hero-section {
        padding: 88px 0 0;
    }

    .banner .pagination {
        top: auto;
        bottom: 12px;
    }

    .banner .pagination ul li a {
        width: 14px;
        height: 14px;
    }

    .slide .slide-bg {
        min-height: 492px;
    }

    .slide .slide-content {
        width: 410px;
        min-height: 286px;
        padding: 37px 20px 0 33px;
        background: rgba(8, 36, 74, .5);
        position: absolute;
        border-radius: 4px;
        bottom: 100px;
        right: 26px;
        font-size: 16px;
        line-height: 24px;
    }

    .slide .slide-content .slide-title {
        font-size: 28px;
        line-height: 26px;
        margin-bottom: 9px;
    }

    .slide .slide-content p {
        margin-bottom: 11px;
    }

    .slide .slide-content .btn {
        font-size: 14px;
        line-height: 16px;
        padding: 19px 32px;
    }

    .legislation-section .col:after {
        min-height: 326px;
    }

    .legislation-section .table {
        margin: 0 auto 36px;
    }

    .legislation-section .table .mobile-hide {
        display: block;
    }

    .legislation-section .table .number {
        width: 36.3%;
    }

    .legislation-section .table .number {
        width: auto;
        padding: 11px 5px 14px 7px;
    }

    .legislation-section .table .date {
        width: 12.2%;
    }

    .services-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto 22px;
    }

    .services-list li {
        width: 50%;
    }

    .services-list .text {
        width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .main-menu {
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        position: absolute;
        right: 0;
        top: 100px;
        background: #fff;
        padding: 33px;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        overflow-y: auto;
        min-height: 400px;
    }

    .nav-active .main-menu {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }

    .header-fixed .main-menu {
        top: 86px;
    }

    .instagram-gallery {
        max-width: 630px;
        margin: 0 auto;
    }
}

@media (min-width: 1024px) {
    #header {
        padding: 1px 0 12px;
    }

    #header.header-fixed {
        padding: 1px 0 1px;
    }

    #header .holder {
        max-width: 1490px;
        position: relative;
    }

    #header .social-list {
        margin: 9px 96px 12px 0;
    }

    .nav-opener {
        display: none;
    }

    .nav-drop {
        width: calc(100% - 340px);
        float: right;
        padding: 11px 0;
        position: relative;
    }

    .main-menu {
        font-size: 16px;
        line-height: 20px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin: 0 -13px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0;
    }

    .main-menu > li {
        margin: 0 13px;
    }

    .main-menu > li > a.has-drop-down-a:before,
    .main-menu > li > a.has-drop-down-a:after {
        display: none;
    }

    .main-menu .drop {
        position: absolute;
        padding-top: 30px;
        top: 13px;
        left: -15px;
        width: 174px;
    }

    .main-menu .drop ul {
        padding: 10px 20px;
        background: #fff;
    }

    .main-menu .drop ul li {
        margin: 10px 0;
    }

    .search {
        top: 12px;
        right: 0;
        margin: 0 0 0 25px;
    }

    .search .search-box {
        top: 87px;
    }

    .header-fixed .search .search-box {
        top: 72px;
    }

    #footer:before {
        background: -webkit-linear-gradient(left, #0199d6 0%, #5a426f 49%, #62366f 100%);
        background: linear-gradient(to bottom right, #0199d6 0%, #5a426f 49%, #62366f 100%);
    }

    #footer > .container {
        padding: 114px 25px 140px;
        max-width: 1220px;
    }

    #footer .location-list {
        margin-bottom: 21px;
        padding: 0;
    }

    #footer .location-list li {
        width: 25%;
        margin-bottom: 0;
    }

    .star-bar-section .container {
        max-width: 1080px;
        padding: 0 25px;
    }

    .star-bar-list {
        font-size: 30px;
        line-height: 23px;
        margin: 0 -12px;
    }

    .star-bar-list li {
        padding: 0 15px;
    }

    .star-bar-list li small {
        font-size: 16px;
        line-height: 20px;
    }

    .star-bar-list .icon-wrap {
        font-size: 56px;
        margin-right: 15px;
    }

    .benefits-section {
        padding: 67px 0 68px;
    }

    .benefits-section .section-heading {
        margin-bottom: 48px;
    }

    .benefits-section .container {
        max-width: 1356px;
    }

    .benefits-list {
        font-size: 24px;
        line-height: 24px;
    }

    .benefits-items .icon-wrap {
        width: 219px;
        height: 219px;
        font-size: 90px;
        margin: 10px 10px 23px;
    }

    .benefits-items .icon-wrap:before {
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px;
    }

    .issues-gallery .control-box .gallery-btns {
        margin-bottom: 26px;
    }

    .issues-gallery .control-box .gallery-btns .prev,
    .issues-gallery .control-box .gallery-btns .next {
        font-size: 30px;
        line-height: 30px;
    }

    .news-section {
        min-height: 814px;
    }

    .news-section.reverse .news-section-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .news-section .news-section-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .news-section .section-heading {
        border-radius: 3px;
        width: 50%;
        padding: 22px 16px 15px;
        min-height: 814px;
    }

    .news-section .section-heading h2 {
        min-width: 406px;
    }

    .news-section .article-holder {
        padding: 118px 25px 61px;
        width: 50%;
    }

    .news-section article {
        padding: 12px 0 0 86px;
        margin-bottom: 28px;
    }

    .news-section article .date-holder {
        top: 0;
    }

    .social-section {
        padding: 10px;
    }

    .social-section {
        padding: 100px 0 0px;
    }

    .widget {
        padding: 38px 34px 40px;
    }

    .widget-facebook .title {
        margin-bottom: 16px;
    }

    .widget-facebook .title {
        margin-bottom: 0;
    }

    .instagram-gallery-wrap {
        padding: 10px 0;
    }

    .instagram-gallery .block-5,
    .instagram-gallery .block-6,
    .instagram-gallery .block-7 {
        width: 15%;
        padding-bottom: 14.90%;
    }

    .instagram-gallery .block-4,
    .instagram-gallery .block-m {
        width: 18%;
        padding-bottom: 18.4%;
    }

    .instagram-gallery .block-3,
    .instagram-gallery .block-2 {
        width: 22.5%;
        padding-bottom: 21.9%;
    }

    .instagram-gallery .block-1 {
        width: 37%;
        padding-bottom: 36.8%;
    }

    .instagram-gallery .img-wrap {
        margin: 10px;
    }

    .instagram-gallery .block-title .block-title-wrap {
        margin: 10px;
    }

    .subscribe-section > .container {
        padding: 37px 25px;
    }

    .subscribe-section .subscribe-form .row {
        width: 58%;
    }

    .subscribe-box {
        font-size: 24px;
        line-height: 30px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 40%;
    }

    .subscribe-box .block-title {
        font-size: 72px;
        line-height: 98px;
    }

    .subscribe-form label {
        display: inline-block;
        vertical-align: middle;
        margin-right: 25px;
        margin-bottom: 0;
    }

    .subscribe-form input {
        margin-bottom: 0;
    }

    .banner .pagination {
        bottom: 26px;
    }

    .slide .slide-bg {
        min-height: 762px;
    }

    .slide .slide-content {
        width: 532px;
        height: 312px;
        right: 13%;
        bottom: 62px;
        font-size: 18px;
        line-height: 26px;
        padding: 47px 20px 0 23px;
    }

    .slide .slide-content .slide-title {
        font-size: 36px;
        line-height: 38px;
        margin-bottom: 15px;
    }

    .slide .slide-content p {
        margin-bottom: 21px;
    }

    .legislation-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .legislation-section .col {
        width: 50%;
    }

    .legislation-section .col:after {
        min-height: 497px;
        height: 100%;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .logo {
        width: 360px;
    }

    .logo .logo-img {
        width: 300px;
    }

    .logo .logo-text {
        width: calc(100% - 108px);
    }

    .logo .logo-text .top-line {
        font-size: 12px;
        line-height: 14px;
        top: 13px;
        left: 19px;
    }

    .logo .logo-text .name {
        font-size: 35px;
        line-height: 36px;
    }

    .logo .logo-text .bottom-line {
        font-size: 11px;
        line-height: 13px;
        top: 60px;
    }
}

@media (min-width: 1200px) {
    .nav-drop {
        width: calc(100% - 470px);
    }

    .star-bar-section .container {
        max-width: 1220px;
    }

    .news-section .article-holder {
        padding: 118px 68px 61px 62px;
    }

    .subscribe-section .subscribe-form .row {
        width: 64%;
    }

    .subscribe-box {
        left: 50%;
    }
}

@media (min-width: 1356px) {
    .benefits-list {
        margin: 0 -16px;
    }

    .benefits-list li {
        width: 20%;
        padding: 0 16px;
    }
}

@media (min-width: 1400px) {
    .issues-gallery .control-box {
        width: 20.3%;
    }

    .issues-gallery .gallery.right-gallery {
        width: 40%;
    }

    .issues-gallery .gallery.left-gallery {
        width: 40%;
    }
}

@media (max-width: 1023px) {
    .main-menu .hover > .drop {
        padding-top: 14px;
        display:block;
    }

    .main-menu .hover > .drop li {
        margin-bottom: 16px;
    }

    .container {
        max-width: 880px;
    }

    .subscribe-section .subscribe-form {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .subscribe-section .subscribe-form label {
        width: 100%;
    }
}

@media (max-width: 767px) {
    #header .social-list {
        color: #0199d6;
    }

    #header .social-list a:hover {
        color: #333;
    }

    .hero-section {
        background-position: 30% 50%;
        min-height: 350px;
    }

    .hero-section .container {
        min-height: 350px;
    }

    .hero-section h2 {
        font-size: 22px;
    }

    .nav-drop {
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        position: absolute;
        top: 56px;
        left: 0;
        right: 0;
        max-height: 0;
    }

    .nav-drop .nav-wrap {
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        height: calc(100vh - 56px);
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        padding: 40px 20px 30px;
        background: #fff;
        overflow-y: auto;
    }

    .nav-active .nav-drop .nav-wrap {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }

    .star-bar-section {
        padding: 33px 0 0;
    }

    .star-bar-list {
        max-width: 274px;
        padding-left: 20px;
        margin: 0 auto;
    }

    .star-bar-list li {
        margin-bottom: 20px;
    }

    .star-bar-list .icon-wrap {
        min-width: 50px;
    }

    .issues-gallery {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .issues-gallery .gallery.right-gallery {
        display: none;
    }

    .news-section {
        padding: 0 0 38px;
    }

    .news-section article {
        max-width: 500px;
        margin: 0 auto 38px;
    }

    .news-section article h3 {
        min-height: 54px;
    }

    .social-tabset li {
        margin: 0;
        width: 50%;
        padding-bottom: 12px;
    }

    .social-tabset li:nth-child(2n) {
        padding-left: 6px;
    }

    .social-tabset li:nth-child(2n+1) {
        padding-right: 6px;
    }

    .social-tabset li a {
        width: 100%;
        text-align: center;
    }

    .widget {
        margin-bottom: 20px;
    }

    .instagram-gallery {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 17px;
    }

    .instagram-gallery .block-m,
    .instagram-gallery .block-4 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .subscribe-box {
        background: -webkit-linear-gradient(315deg, #0199d6 0%, #5a426f 49%, #62366f 100%);
        background: linear-gradient(135deg, #0199d6 0%, #5a426f 49%, #62366f 100%);
        font-size: 13px;
        line-height: 18px;
        padding: 10px;
    }

    .subscribe-box .subscribe-form input {
        padding: 11px 15px 12px 15px;
    }

    .legislation-section .col {
        padding: 12px 25px;
    }

    .legislation-section .table-holder {
        max-width: 400px;
    }
}

