/*! 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;
}*/
  
	@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?oinyhb');
  src:  url('../fonts/icomoon.eot?oinyhb#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?oinyhb') format('truetype'),
    url('../fonts/icomoon.woff?oinyhb') format('woff'),
    url('../fonts/icomoon.svg?oinyhb#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

  [class^="icon-"], 
  [class*=" icon-"],
  .read-more:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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-x-round:before,
.icon-x.circle:before {
  content: "\e901";
}
.icon-bluesky-circle:before,
.icon-bluesky.circle:before {
  content: "\e902";
}
.icon-truth-round:before,
.icon-truth.circle:before {
  content: "\e905";
}
.icon-truth:before {
  content: "\e906";
}
.icon-medium-round:before,
.icon-medium.circle:before {
  content: "\e907";
}
.icon-parler-round:before,
.icon-parler.circle:before {
  content: "\e908";
}
.icon-gettr-round:before,
.icon-gettr.circle:before {
  content: "\e909";
}
.icon-gettr:before {
  content: "\e90a";
}
.icon-instagram:before {
  content: "\e90b";
}
.icon-twitter-round:before,
.icon-twitter.circle:before {
  content: "\e90c";
}
.icon-facebook-round:before,
.icon-facebook.circle:before {
  content: "\e90d";
}
.icon-search:before {
  content: "\e90e";
}
.icon-youtube:before {
  content: "\e90f";
}
.icon-instagram-circle:before,
.icon-instagram.circle:before {
  content: "\e910";
}
.icon-arrow-right:before {
  content: "\e911";
}
.icon-facebook:before {
  content: "\e912";
}
.icon-snapchat:before {
  content: "\e913";
}
.icon-twitter:before {
  content: "\e914";
}
.icon-to-right:before {
  content: "\e915";
}
.icon-location:before {
  content: "\e916";
}
.icon-user:before {
  content: "\e917";
}
.icon-research:before {
  content: "\e918";
}
.icon-bank:before {
  content: "\e919";
}
.icon-flickr:before {
  content: "\e91a";
}
.icon-note:before {
  content: "\e91b";
}
.icon-gavel:before {
  content: "\e91c";
}
.icon-to-left:before {
  content: "\e91d";
}
.icon-graph:before {
  content: "\e91e";
}
.icon-health:before {
  content: "\e91f";
}
.icon-award:before {
  content: "\e920";
}
.icon-flag:before {
  content: "\e921";
}
.icon-capitol:before {
  content: "\e922";
}
.icon-medal:before {
  content: "\e923";
}
.icon-eagle:before {
  content: "\e924";
}
.icon-money:before {
  content: "\e925";
}
.icon-community:before {
  content: "\e926";
}
.icon-tags:before {
  content: "\e927";
}
.icon-capitol2:before {
  content: "\e928";
}
.icon-folder:before {
  content: "\e929";
}
.icon-award2:before {
  content: "\e92a";
}
.icon-solutions:before {
  content: "\e92b";
}
.icon-dialog:before {
  content: "\e92c";
}
.icon-paper:before {
  content: "\e92d";
}
.icon-meeting:before {
  content: "\e92e";
}
.icon-mail:before {
  content: "\e92f";
}
.icon-youtube-circle:before,
.icon-youtube.circle:before {
  content: "\e930";
}
.icon-refresh:before {
  content: "\e931";
}
.icon-reply:before {
  content: "\e932";
}
.icon-hat:before {
  content: "\e933";
}
.icon-star:before {
  content: "\e934";
}
.icon-play:before {
  content: "\e935";
}
.icon-envelope:before {
  content: "\e936";
}
.icon-energy:before {
  content: "\e937";
}
.icon-defense:before {
  content: "\e938";
}
.icon-foreign:before {
  content: "\e939";
}
.icon-transportation:before {
  content: "\e93a";
}
.icon-legislative:before {
  content: "\e93b";
}
.icon-file:before {
  content: "\e93c";
}
.icon-ballot:before {
  content: "\e93d";
}
.icon-hurricane:before {
  content: "\e93e";
}
.icon-art:before {
  content: "\e93f";
}
.icon-phone2:before {
  content: "\e940";
}
.icon-grants:before {
  content: "\e941";
}
.icon-time:before {
  content: "\e942";
}
.icon-dots:before {
  content: "\e943";
}
.icon-resources:before {
  content: "\e944";
}
.icon-support:before {
  content: "\e945";
}
.icon-phone:before {
  content: "\e946";
}
.icon-handshake:before {
  content: "\e947";
}
.icon-flickr1:before {
  content: "\eaa6";
}
.icon-snapchat:before {
  content: "\f2ab";
}
.icon-medium:before {
  content: "\e903";
}
.icon-threads:before {
  content: "\e950";
}
.icon-rss:before {
  content: "\ea9b";
}
.icon-bluesky:before {
  content: "\e904";
}
.icon-x:before {
  content: "\e900";
}

  
.pictureholder {display: none !important;}

.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;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0);
}

.slick-arrow.slick-hidden {
  display: none;
}

html {
	box-sizing: border-box;
	font-size: 16px;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body,
#aspnetForm {
	color: #000;
	background: #fff;
	font: 500 1rem/1.2 "Montserrat", sans-serif;
	min-width: 20rem;
	-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: "Montserrat", sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 1.875rem;
}

h2,
.h2 {
	font-size: 1.6875rem;
}

h3,
.h3 {
	font-size: 1.5rem;
}

h4,
.h4 {
	font-size: 1.3125rem;
}

h5,
.h5 {
	font-size: 1.0625rem;
}

h6,
.h6 {
	font-size: 0.9375rem;
}

p {
	margin: 0 0 1em;
}

a {
	color: #1d4589;
}

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: 0.0625rem solid #999;
	padding: .4em .7em;
	min-width: 6.25rem;
}

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: 3.125rem;
	display:inline-block;
	padding: 0.625rem;
}

.int #header {
	position: static;
}

#header {
	-webkit-transition: padding .4s;
	transition: padding .4s;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 1.125rem 0;
	box-shadow: inset 0 -0.125rem 0.4375rem 0 rgba(0, 0, 0, .16);
}

#header.header-fixed {
	position: fixed;
	background: #fff;
	padding: 1.125rem 0;
}

#header.header-fixed .social-list {
	margin: 1.125rem;
}

#header .holder {
	padding: 0 0.625rem;
	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;
	margin: 0 0 1rem;
}

#header .social-list li {
	margin: 0 0.3125rem 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: 17.1875rem;
	position: absolute;
	left: 0;
	top: 0.1875rem;
	z-index: 999;
}

.logo .logo-img {
	width: 4.0625rem;
	height: 4.0625rem;
	padding: 0.3125rem;
	height: auto;
	background: #fff;
	border-radius: 50%;
}

.logo .logo-img img {
	width: 100%;
	height: 100%;
	display: block;
}

.logo .logo-text {
	position: relative;
	width: calc(100% - 4.0625rem);
}

.logo .logo-text .top-line {
	font: 0.5rem/0.688rem "monarcha", serif;
	position: absolute;
	top: 0.375rem;
	left: 0.4375rem;
	letter-spacing: -.0.3125rem;
}

.logo .logo-text .name {
	font: 700 1.313rem/1.438rem "Montserrat", sans-serif;
	position: absolute;
	top: 0.875rem;
	left: 0;
}

.logo .logo-text .name span {
	font-weight: 400;
}

.logo .logo-text .bottom-line {
	font: 0.375rem/1rem "monarcha", serif;
	position: absolute;
	top: 2.1875rem;
	right: -0.25rem;
	letter-spacing: -.0.3125rem;
}

.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: 1.875rem;
	height: 1.25rem;
	-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: 0.25rem;
	background: #0f5394;
	border-radius: 0.125rem;
}

.nav-opener:before {
	top: 0;
}

.nav-opener:after {
	top: 1.0625rem;
}

.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover span {
	background: #193559;
}

.nav-opener span {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	position: absolute;
	top: 0.5625rem;
	right: 0;
	left: 0;
	height: 0.25rem;
	background: #0f5394;
	border-radius: 0.125rem;
	text-indent: -624.9375rem;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	background: #0f5394;
	-webkit-transform: rotate(-50deg);
	-ms-transform: rotate(-50deg);
	transform: rotate(-50deg);
	top: 0.5625rem;
	left: -0.125rem;
	right: -0.125rem;
}

.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 1.625rem/1.75rem "Montserrat", sans-serif;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 0.5rem;
}

.main-menu > li {
	position: relative;
	margin: 0 0 1.25rem;
}

.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: #0f5394;
}

.main-menu > li > a {
	position: relative;
    min-width: 44px;
    display: inline-flex;
    min-height: 44px;
    margin-bottom: -25px;
    padding-top: 6px;
}

.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: 0.875rem;
	height: 0.125rem;
	background: #333;
	margin: 0 0 0 0.5625rem;
}

.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: #0f5394;
}

.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: #0f5394;
}

.main-menu .drop {
	font: 400 0.875rem/1rem "Montserrat", sans-serif;
	color: #333;
	display:none;
	z-index: 99;
}

.header-fixed .main-menu > li > a {
	padding-top: 0;
}

.header-fixed .main-menu .drop {
	top: 0.9375rem;
	padding-top: 1.0625rem;
}

.is-touch-device .main-menu .drop {
	display: none;
}

.is-touch-device .main-menu .hover > .drop {
	display: block;
}

.search {
	width: 1.875rem;
	height: 1.625rem;
	font-size: 0.9375rem;
	border-left: 0.0625rem solid #0f5394;
	border-right: 0.0625rem solid #0f5394;
	color: #333;
	position: absolute;
	top: -2.5625rem;
	right: 3.125rem;
}

.search a {
	color: inherit;
	text-decoration: none;
	display: block;
	height: 100%;
}

.search a:hover {
	color: #0f5394;
}

.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: 0.875rem;
	line-height: 1.125rem;
	color: #999;
	width: 100%;
	height: 1.875rem;
	padding: 0.3125rem 2.875rem 0.3125rem 0.9375rem;
	border-radius: 0.125rem;
	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 1.25rem;
	border-left: 0.0625rem solid #535352;
}

.search form button:hover {
	color: #0f5394;
}

.search .search-box {
	position: absolute;
	z-index: 998;
	top: 2.625rem;
	right: -2.625rem;
	width: 16.875rem;
	overflow: hidden;
	background: #fff;
	padding: 1.75rem 0.875rem;
}

.social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.25rem;
	color: #333;
}

.social-list li {
	margin: 0 0 0 0.625rem;
}

.social-list li a {
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.social-list li a:hover {
	color: #568bc6;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.container {
	max-width: 76.25rem;
	padding: 0 1.5625rem;
	margin: 0 auto;
}

h3,
.h3,
h2,
.h2 {
	display: block;
	font-family: "Montserrat", sans-serif;
}

h2,
.h2 {
	font-size: 1.75rem;
	line-height: 1.625rem;
	font-weight: 700;
	text-align: center;
	padding: 0 0 0.875rem;
}

h3,
.h3 {
	font-size: 1.125rem;
	line-height: 1.5625rem;
	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 0.875rem/1rem "Montserrat", sans-serif;
	color: #fff;
	background: #0f5394;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	border-radius: 0.1875rem;
	outline: 0;
	padding: 1.25rem 1.75rem;
	position: relative;
	letter-spacing: .1em;
	border: 0.125rem solid #0f5394;
}

.btn:hover {
	border-color: #0f5394;
	color: #0f5394;
	background: #fff;
}

.btn .icon-arrow-right {
	position: relative;
	margin: -0.1875rem 0.625rem 0 0;
	vertical-align: top;
	height: 0.875rem;
	display: inline-block;
	font-size: 1.5rem;
}

.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: 0.75rem 0.5625rem;
}

.section-heading h2,
.section-heading .h2 {
	padding: 1.125rem 0.6875rem;
	position: relative;
	z-index: 10;
	margin: 0;
}

.section-heading h2:after,
.section-heading .h2:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 0.1875rem solid #568bc6;
	border-radius: 0.25rem;
	z-index: -1;
}

.section-heading h2:before,
.section-heading .h2:before {
	content: "";
	position: absolute;
	top: -0.75rem;
	left: -0.5625rem;
	right: -0.5625rem;
	bottom: -0.75rem;
	background: rgba(25, 53, 89, .7);
	z-index: -1;
	border-radius: 0.25rem;
}

.read-more {
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	padding-right: 1rem;
	position: relative;
}

.read-more:after {
	content: "\e911";
	position: absolute;
	top: 0.4375rem;
	right: 0;
	font-size: 0.75rem;
}

.read-more:hover {
	color: #0f5394;
}

/* 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: -625rem;
	top: auto;
	width: 0.0625rem;
	height: 0.0625rem;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

.hidden {
	position: absolute;
	left: -624.9375rem;
	top: auto;
	width: 0.0625rem;
	height: 0.0625rem;
	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, #60c4f1 0%, #33537f 49%, #072349 100%);
	background: linear-gradient(to bottom, #60c4f1 0%, #33537f 49%, #072349 100%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .9;
	z-index: -1;
}

#footer > .container {
	padding: 2.3125rem 0.9375rem 2.8125rem;
}

#footer .section-heading {
	margin-bottom: 1.25rem;
}

#footer .h2 {
	color: #fff;
}

#footer .location-list {
	font-family: "monarcha", serif;
	display: block;
	font-size: 0.875rem;
}

#footer .location-list li {
	margin-bottom: 1.5625rem;
}

#footer .location-list .title {
	display: block;
	font-weight: 700;
	font-size: 1.3125rem;
	font-style: normal;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 0.3125rem;
	letter-spacing: 0;
}

#footer .location-list address {
	font-style: normal;
	font-weight: 300;
	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: 1.375rem;
}

#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: 0.625rem;
	border-right: 0.125rem solid #fff;
	padding-right: 0.625rem;
	min-height: 44px;
	min-width: 44px;
	display: inline-flex;
	padding-top: .5rem;
}

#footer .nav-list a:hover {
	color: rgba(200, 0, 0, .6);
}

#footer .footer-logo {
	margin-bottom: 2.125rem;
}

#footer .footer-logo a {
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
}

#footer .footer-logo a img {
	width: 13.4375rem;
	height: 13.4375rem;
}

#footer .social-list {
	color: #fff;
	font-size: 1.8125rem;
	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 0.0625rem;
	display: inline-block;
	vertical-align: middle;
}

#footer .social-list span {
	display: block;
}

.star-bar-section {
	background: #0f5394;
	padding: 2.5rem 0;
}

.star-bar-list {
	color: #fff;
	font: 700 1.25rem/0.8125rem "Montserrat", sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.star-bar-list li {
	width: 100%;
	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 small {
	font: 300 0.625rem/0.75rem "monarcha", serif;
}

.star-bar-list .icon-wrap {
	display: block;
	font-size: 2.5rem;
	margin-right: 0.625rem;
}

.star-bar-list .txt {
	display: inline-block;
	vertical-align: top;
}

.benefits-section {
	padding: 2.5rem 0 2rem;
}

.benefits-section .section-heading {
	margin-bottom: 1.5rem;
	color: #193559;
}

.benefits-section .section-heading h2:before {
	background: #f5f5f5;
}

.benefits-section .container {
	padding: 0 0.8125rem;
}

.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: 700 1.25rem/1.375rem "Montserrat", sans-serif;
}

.benefits-list span {
	display:block;
}

.benefits-list li {
	width: 100%;
	margin-bottom: 1.5rem;
}

.benefits-items {
	text-align: center;
}

.benefits-items a {
	display: inline-block;
	color: #193559;
	text-decoration: none;
}

.benefits-items a:hover .icon-wrap {
	background: #0f5394;
	border-color: #fff;
}

.benefits-items a:hover .icon-wrap:before {
	background: #0f5394;
}

.benefits-items .icon-wrap {
	width: 11.25rem;
	height: 11.25rem;
	-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: 0.1875rem solid #568bc6;
	background: #193559;
	position: relative;
	font-size: 5rem;
	color: #fff;
	margin: 0.4375rem 0.4375rem 1.0625rem;
}

.benefits-list .icon-wrap .icon-flag,
.benefits-list .icon-wrap .icon-capitol {
	font-size: 5.9375rem;
}

.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: -0.4375rem;
	left: -0.4375rem;
	right: -0.4375rem;
	bottom: -0.4375rem;
	background: #193559;
	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: 12.5rem;
	display: block;
	margin: 0 auto;
}

.issues-section {
	background: #193559;
}

.issues-gallery {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	width: 20rem;
}

.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: 1.625rem;
}

.issues-gallery .control-box .section-heading h2 {
	min-width: 12.25rem;
}

.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: 2rem;
}

.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: 2rem;
	margin: 0 0.1875rem;
	line-height: 2rem;
	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: 13.375rem;
	padding: 1.125rem 1.875rem;
}

.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);
}

.issue-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  transform: translate(-50%, -50%);
}

.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 1.875rem/2.125rem "Montserrat", sans-serif;
	color: #fff;
	min-width: 16.25rem;
	text-align: center;
	min-height: 44px;
}

.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: #193559;
}

.news-section .section-heading {
	min-height: 10.5rem;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 0.9375rem 1rem 1.875rem;
}

.news-section .section-heading h2 {
	min-width: 17.375rem;
}

.news-section .article-holder {
	padding: 1.9375rem 1.5625rem;
}

.news-section article {
	color: #fff;
	position: relative;
	font-size: 1rem;
	line-height: 1.5rem;
	font-family: "monarcha", serif;
	margin-bottom: 2.375rem;
}

.news-section article h3 {
	padding: 0 0 0 3.4375rem;
}

.news-section article a {
	color: inherit;
	text-decoration: none;
}

.news-section article p {
	margin-bottom: 0.1875rem;
	font-weight: 300;
}

.news-section article .date-holder {
	width: 3.25rem;
	height: 3.25rem;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	border-radius: 50%;
	color: #193559;
}

.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: 700;
	font-size: 1.25rem;
	line-height: 1.375rem;
	font-family: "Montserrat", 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: 300 0.6875rem/0.75rem "monarcha", serif;
}

.social-section {
	background: #f5f5f5;
	padding: 3.125rem 0 0;
}

.social-section .section-heading {
	margin-bottom: 1.5rem;
}

.social-section .section-heading h2 {
	min-width: 17.8125rem;
	color: #193559;
}

.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: 1.625rem;
}

.social-tabset li {
	margin: 0 0.625rem;
	font-weight: 700;
}

.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: 0.625rem 2.125rem;
}

.social-tabset li a:hover {
	color: #fff;
	background: #568bc6;
}

.social-tabset li a.active {
	background: -webkit-linear-gradient(315deg, #568bc6 0%, #0f5394 51%, #193559 100%);
	background: linear-gradient(135deg, #568bc6 0%, #0f5394 51%, #193559 100%);
	color: #fff;
}

.tab-content {
	padding: 0 0 2.375rem;
}

.widget-list li {
	width: 100%;
}

.widget {
	padding: 2.1875rem 1.25rem 2.5rem;
	background: #fff;
	text-align: center;
	font: 300 1rem/1.4375rem "monarcha", serif;
	border-radius: 0.3125rem;
}

.widget .brand-icon {
	margin-bottom: 1rem;
}

.widget .brand-icon [class^="icon-"],
.widget .brand-icon [class*=" icon-"] {
	display: block;
	font-size: 4.5rem;
	color: #193559;
}

.widget a {
	color: #0f5394;
	text-decoration: none;
}

.widget a:hover {
	color: #193559;
}

.widget time {
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	color: #0f5394;
}

.widget p {
	margin: 0 0 0.3125rem;
}

.widget-facebook .title {
	font: 700 1.25rem/1.625rem "Montserrat", sans-serif;
}

.widget-twitter .info,
.widget-facebook .info  {
	font: 700 1rem/1.25rem "Montserrat", sans-serif;
	display: block;
}

.widget-twitter .twitter-footer {
	padding-top: 0.3125rem;
}

.widget-twitter .twitter-footer a {
	color: #0f5394;
	font-family: "Montserrat", sans-serif;
	margin: 0 0.5rem;
	font-size: 0.75rem;
	line-height: 0.9375rem;
	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: 1.125rem;
	color: inherit;
	padding-top: 0.25rem;
	padding-right: 0.3125rem;
}

.widget-twitter .twitter-footer a:hover {
	color: #586bc6;
}

.widget-twitter .twitter-footer a:hover [class^="icon-"],
.widget-twitter .twitter-footer a:hover [class*=" icon-"] {
	color: inherit;
}

.widget-youtube {
	padding: 1.25rem;
	min-height: 36.5rem;
}

.widget-youtube .img-holder {
	position: relative;
	margin-bottom: 1.25rem;
}

.widget-youtube .img-holder a {
	color: #fff;
	display: block;
}

.widget-youtube .title {
	display: block;
	font-size: 1.125rem;
	line-height: 1.25rem;
	font-weight: 700;
	margin-bottom: 0;
	font-family: "Montserrat", 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: 0.5rem;
}

.instagram-gallery-wrap {
	background: #fff;
	padding: 0.5rem 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: 0.25rem;
	width: 3.375rem;
}

.instagram-gallery .img-holder:before {
	height: 3.375rem;
	width: 0.25rem;
}

.instagram-gallery .img-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0.25rem 0.4375rem;
}

.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: #0f5394;
	z-index: 9;
	background: -webkit-linear-gradient(315deg, #0f5394 0%, #672d6e 50%, #072349 100%);
	background: linear-gradient(135deg, #0f5394 0%, #672d6e 50%, #072349 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, #60c4f1 0%, #33537f 51%, #072349 100%);
	background: linear-gradient(135deg, #60c4f1 0%, #33537f 51%, #072349 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: 0.25rem 0.4375rem;
}

.instagram-gallery .block-title .block-title-wrap:hover {
	color: #b3b2b2;
}

.instagram-gallery .block-title .block-title-wrap [class^="icon-"],
.instagram-gallery .block-title .block-title-wrap [class*=" icon-"] {
	font-size: 4.4375rem;
	margin-bottom: 0.625rem;
}

.js-tab-hidden {
	display: block !important;
	left: -624.9375rem !important;
	position: absolute !important;
	top: -624.9375rem !important;
}

.subscribe-section {
	background: #f5f5f5;
}

.subscribe-section > .container {
	padding: 1.25rem 1.5625rem 2.4375rem;
}

.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: "monarcha", serif;
}

.subscribe-box p {
	margin: 0 0 1.5625rem;
	text-shadow: 0.125rem 0.0625rem 0.25rem #333;
}

.subscribe-box .block-title {
	display: block;
	text-transform: capitalize;
	font-size: 1.875rem;
	line-height: 3.125rem;
	text-shadow: 0.125rem 0.0625rem 0.4375rem #333;
	margin: 0 0 0.625rem;
	font-weight: bold;
	font-family: "Montserrat", 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: 0.375rem 0.875rem 0.3125rem;
}

.subscribe-box button[type="submit"] .icon-envelope {
	font-size: 1.5rem;
}

.subscribe-box .text-frame {
	padding: 0 0.9375rem;
}

.subscribe-form {
	font-size: 0.8125rem;
}

.subscribe-form .row {
	position: relative;
}

.subscribe-form label {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 2.8125rem;
	text-transform: capitalize;
	color: #193559;
	display: block;
	text-align: center;
}

.subscribe-form input {
	width: 100%;
	background: #fff;
	color: #000;
	padding: 1.375rem 0.9375rem 1.375rem 0.9375rem;
	border: none;
	margin-bottom: 0.6875rem;
	text-overflow: ellipsis;
	border-radius: 0.1875rem;
}

.subscribe-form input::-webkit-input-placeholder {
	text-overflow: ellipsis;
	font-family: "monarcha", serif;
	font-size: 0.9375rem;
	font-weight: 300;
	color: #333;
}

.subscribe-form input::-moz-placeholder {
	opacity: 1;
	text-overflow: ellipsis;
	font-family: "monarcha", serif;
	font-size: 0.9375rem;
	font-weight: 300;
	color: #333;
}

.subscribe-form input:-moz-placeholder {
	text-overflow: ellipsis;
	font-family: "monarcha", serif;
	font-size: 0.9375rem;
	font-weight: 300;
	color: #333;
}

.subscribe-form input:-ms-input-placeholder {
	text-overflow: ellipsis;
	font-family: "monarcha", serif;
	font-size: 0.9375rem;
	font-weight: 300;
	color: #333;
}

.subscribe-form input.placeholder {
	text-overflow: ellipsis;
	font-family: "monarcha", serif;
	font-size: 0.9375rem;
	font-weight: 300;
	color: #333;
}

.subscribe-form button[type="submit"] {
	border: 0.125rem solid #0f5394;
	margin: 0;
	outline: none;
	border-radius: 0 0.1875rem 0.1875rem 0;
	margin: 0 auto;
	padding: 1.125rem 1.75rem;
}

.subscribe-form button[type="submit"]:hover {
	border-color: #0f5394;
}

.hero-section {
	min-height: 28.125rem;
	background-position: 50% 50%;
	background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	background-size: cover;
	padding: 3.5rem 0 0;
	overflow-y: hidden;
}

.hero-section .container {
    position: relative;
    min-height: 28.125rem;
    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: 2.125rem;
}

.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: 0.1875rem solid #fff;
}

.content-section {
	padding: 3.125rem 0;
}

.content-section h1 {
	color: #333;
}

.banner {
	position: relative;
	overflow-y: hidden;
	padding: 3.5rem 0 0;
}

.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: 9.375rem;
	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: 0.1875rem;
}

.banner .pagination ul li a {
	width: 0.625rem;
	height: 0.625rem;
	-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: none;
	font-size: 0;
	line-height: 0;

	min-width: 44px;
  min-height: 44px;
  display: flex;
  /*align-items: center;*/
  justify-content: center;
  position: relative;
}

.banner .pagination ul li a::before {
  content: "";
  width: 0.875rem;   /* visual circle size */
  height: 0.875rem;
  border: 0.125rem solid #fff;
  border-radius: 50%;
  display: block;
}

.banner .pagination ul li a:hover::before {
	background: #0f5394;
	opacity: .7;
}

.banner .pagination ul li.active a::before {
	background: #0f5394;
}

.slide .slide-bg {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	min-height: 11rem;
}

.slide .slide-content {
	background: -webkit-linear-gradient(315deg, #60c4f1 0%, #33537f 51%, #072349 100%);
	background: linear-gradient(135deg, #60c4f1 0%, #33537f 51%, #072349 100%);
	color: #fff;
	font-size: 0.875rem;
	line-height: 1.375rem;
	font-family: "monarcha", serif;
	padding: 0.875rem 1.4375rem;
}

.slide .slide-content .slide-title {
	font: 700 1.25rem/1.5rem "Montserrat", sans-serif;
	display: block;
	margin-bottom: -0.1875rem;
}

.slide .slide-content p {
	margin-bottom: 0.375rem;
}

.slide .slide-content .btn {
	background: none;
	border: 0.125rem solid #fff;
	font-size: 0.625rem;
	line-height: 0.75rem;
	padding: 0.8125rem 1.0625rem;
}

.slide .slide-content .btn:hover {
	color: #fff;
	background: #0f5394;
}

.slide .slide-content .btn .icon-arrow-right {
	margin: -0.3125rem 0.625rem 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: 0.75rem 2.6875rem;
}

.legislation-section .col:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 8.875rem;
}

.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: 1.6875rem;
	max-width: 36.875rem;
	margin: 0 auto 1.6875rem;
}

.legislation-section .table tr th,
.legislation-section .table tr td {
	padding: 0.6875rem 0.3125rem 0.875rem 0.8125rem;
	vertical-align: top;
	text-align: left;
}

.legislation-section .table tr th {
	font-weight: 600;
	font-size: 0.9375rem;
	color: #193559;
}

.legislation-section .table tr td {
	font-family: "monarcha", serif;
	font-size: 1rem;
}

.legislation-section .table .yes {
	color: #135D1D;
}

.legislation-section .table .no {
	color: #c80000;
}

.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: 0.25rem;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 0.625rem 1.5625rem 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: 0.875rem/1.25rem "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 0.9375rem;
	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: -1.375rem;
	margin-left: -1.375rem;
	background-position: 0 -6.75rem;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 2.75rem;
	height: 2.75rem;
	background: url("../images/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -1.125rem;
	right: -1.125rem;
	width: 2.25rem;
	height: 2.25rem;
	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: 2.25rem;
	height: 2.125rem;
	margin-top: -1.125rem;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 0.625rem;
	background-position: 0 -2.25rem;
}

.fancybox-next span {
	right: 0.625rem;
	background-position: 0 -4.5rem;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -6249.9375rem;
	left: -6249.9375rem;
	visibility: hidden;
	max-width: 6249.9375rem;
	max-height: 6249.9375rem;
	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 0.8125rem/1.25rem "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: -2.1875rem;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 0.125rem 1.25rem;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 0.9375rem;
	text-shadow: 0 0.0625rem 0.125rem #222;
	color: #fff;
	font-weight: bold;
	line-height: 1.5rem;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 0.625rem;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 0.625rem;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 0.625rem;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.services-list {
	font-size: 1.1875rem;
	line-height: 1.5rem;
	max-width: 37.5rem;
	margin: 0 auto 3.625rem;
}

.services-list li {
	width: 100%;
	margin-bottom: 2.0625rem;
}

.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: #193559;
}

.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: 6.4375rem;
	height: 6.4375rem;
	border: 0.125rem solid #fff;
	position: relative;
	font-size: 2.5rem;
	margin-right: 0.875rem;
}

.services-list .img-circle .icon-art {
	font-size: 3.125rem;
}

.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%);
}

.buffer {
	word-break: break-word;
	text-overflow: ellipsis;
}

.buffer .vidtext {
	max-width: 50rem;
	width: auto;
}

.buffer #media-player,
.buffer .vidlinkbox {
	max-width: 50rem;
	float: none;
}

.buffer .vidlinkbox:after {
	content: "";
	display: block;
	clear: both;
}

.buffer .videoheadline {
	text-align: left;
}

#aspnetForm td {
	min-width: 6.25rem;
}

.formFieldContainer {
	margin-top: 1em;
}

.timeline-parent {
	position: relative;
	margin: 0 0 0 10rem;
	padding: 0 0 0 1rem;
	list-style: none;
	border-left: 1rem solid #0f5394;
}

.buffer a.timeline-link {
	position: absolute;
	display: block;
	background: #0f5394;
	color: #fff;
	text-decoration: none;
	padding: 1rem;
	border-radius: 0.3125rem;
}

.timeline-list {
	padding: 6rem 0 6rem 1rem;
	position: relative;
}

.timeline-list::after {
	position: absolute;
	content: "\2713";
	box-shadow: 0 0 0 0.25rem #0f5394;
	width: 3rem;
	height: 3rem;
	background: #0f5394;
	border-radius: 50%;
	left: -3rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 6rem;
}

.timeline-list:first-child {
	padding-top:0;
}

.timeline-list:last-child {
	padding-bottom: 3rem;
}

.timeline-list:first-child::after {
	top: 0;
}

.timeline {
	position: absolute;
	left: -12rem;
	display: block;
	color: #0f5394;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: left;
}

.pre-footer {
	font-size:  1.3rem;
	margin: 0 0 3.125rem;
}

.pre-footer a {
	color:  #fff;
}

.cards {
	column-count: 3;
  column-gap: 1.25rem;
}

.facebook-ad {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 1.25rem;
  break-inside: avoid;
  border: 0.0625rem solid #eee;
  border-radius: 0.3125rem;
  padding: 0.625rem;
  font-size: .75rem;
  box-shadow: 0rem 0.25rem 0.375rem 0rem rgba(0,0,0,0.4);
-webkit-box-shadow: 0rem 0.25rem 0.375rem 0rem rgba(0,0,0,0.4);
-moz-box-shadow: 0rem 0.25rem 0.375rem 0rem rgba(0,0,0,0.4);
}

.facebook-ad h1 {
	display: block;
	background-color: #193559;
	margin: -0.625rem -0.625rem 1.25rem;
	border-radius: 0.3125rem 0.3125rem 0 0;
	padding:  0.625rem;
	color: #fff;
	font-size: 1.5rem;
	text-align: center;

}

@media (max-width: 47.9375rem) {
	.timeline-list {
		padding: 12rem 0 12rem 1rem;
	}
	.timeline-list::after {
		top: 12rem;
	}
}

/*jquery ui accordion*/
#accordion.ui-accordion .ui-accordion-header,
#accordion.ui-accordion .ui-accordion-header-active {
    border: none;
    border-bottom: 0.3125rem solid #193559;
    background: #fff;
    color: #000;
    font-size: 1.5rem;
    border-radius: 0;
}
#accordion.ui-accordion .ui-accordion-header-active {
    border-bottom: 0.3125rem solid #193559;
}
#accordion.ui-accordion .ui-accordion-header:hover,
#accordion.ui-accordion .ui-accordion-header-active:hover {
    color: #0f5394;
    border-bottom: 0.3125rem solid #0f5394;
}
 
#accordion .ui-state-active .ui-icon,
#accordion .ui-button:active .ui-icon {
    background-image: url(https://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_444444_256x240.png);
    background-position: -4.0625rem -1rem;
}
 
#accordion h2 {
    font-size: 2rem;
    margin: 1.25rem 0 0;
    text-align: left;
    font-weight: bold;
}
 
#accordion.ui-accordion .ui-accordion-content {
    border: none;
    padding: 1em 0;
}

.button-container {
  display: grid;
  grid-template-columns: repeat( auto-fit, minmax(12.5rem, 1fr) );
  grid-gap: 1rem;
  justify-items: center;
}
.button-container .btn {
  padding: 0.625rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.625rem;
  text-align: center;
  width: 100%;
}

/* Popup styling */
.email-overlay {
  background: rgba(25, 53, 89, 0.85);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  color: #fff;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: -webkit-transform 1s ease;
          transition: transform 1s ease; }
  .email-overlay.active {
    -webkit-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
            transform: translate(0, 0%); }
  .email-overlay .blocks-wrap {
    position: relative; }
  .email-overlay .holder:after {
		content: "";
		display: block;
		clear: both;
  }
	.email-overlay .holder {
		padding: 0 0.625rem;
		margin: 0 auto;
	}
	.email-overlay button {
		font: 600 0.875rem/1rem "Montserrat", sans-serif;
	}
	.email-overlay .social-list {
		color: #fff;
		font-size: 2.5rem;
		text-align: center;
		justify-content: center;
	}
	.email-overlay ul.social-list li:first-child {
		margin-left: -1.125rem;
	}
	.email-overlay .title {
		text-align: center;
	}
    @media (min-width: 48rem) {
      .email-overlay .blocks-wrap {
        font-size: 0;
        line-height: 0;
        padding: 0; }
        .email-overlay .holder {
		padding: 0 1.5625rem; } }
    @media (min-width: 64rem) {
      .email-overlay .blocks-wrap .con-block {
        width: 50%;
        display: inline-block;
        vertical-align: middle; } 
      .email-overlay .holder {
		max-width: 93.125rem;
		position: relative; } }
  .email-overlay .image-block {
    display: none; }
    @media (min-width: 48rem) {
      .email-overlay .image-block {
        display: inline-block;
        vertical-align: middle;
        width: 7.25rem; } }
  .email-overlay .content-wrap {
    padding: 1.5625rem 0; }
    @media (min-width: 48rem) {
      .email-overlay .content-wrap {
        font-size: 0;
        line-height: 0;
        width: calc(100% - 7.25rem);
        display: inline-block;
        vertical-align: middle;
        padding: 0.9375rem 0.625rem 0.9375rem 2.125rem; } }
    @media (min-width: 64rem) {
      .email-overlay .content-wrap {
        padding: 0; } }
    @media (min-width: 64rem) {
      .email-overlay .content-wrap .con-block {
        display: inline-block;
        vertical-align: middle;
        width: 43.75%; } }
    @media (min-width: 64rem) {
      .email-overlay .content-wrap .form-block {
        width: 56.25%;
        display: inline-block;
        vertical-align: top; } }
  .email-overlay .info-wrap {
    font: 400 0.8125rem/1.3 "monarcha", serif; }
    @media (min-width: 64rem) {
      .email-overlay .info-wrap {
        font: 400 1rem/1.3 "monarcha", serif;
        padding: 0 2.0625rem; } }
    .email-overlay .info-wrap .title {
      font: 700 1.1875rem/1.3 "Montserrat", sans-serif;
      display: block;
      text-transform: none; }
      @media (min-width: 48rem) {
        .email-overlay .info-wrap .title {
          font: 700 1.4375rem/1 "Montserrat", sans-serif; } }
      @media (min-width: 64rem) {
        .email-overlay .info-wrap .title {
          font: 700 1.4375rem/1.3 "Montserrat", sans-serif;
          margin: 0 0 0.875rem; } }
  .email-overlay p {
    margin: 0 0 1rem; }
    @media (min-width: 64rem) {
      .email-overlay p {
        margin: 0 0 0.625rem; } }
  .email-overlay .signup-form {
    color: #fff;
    font: 400 0.875rem/1.3 "monarcha", serif; }
    @media (max-width: 63.9375rem) {
      .email-overlay .signup-form p {
        display: none; } }
    @media (min-width: 64rem) {
      .email-overlay .signup-form {
        font: 400 1rem/1.3 "monarcha", serif;} }
    .email-overlay .signup-form .row {
      font-size: 0;
      line-height: 0; }
      .email-overlay .signup-form .row .input-wrap {
        font: 400 1rem/1.3 "monarcha", serif;
        margin: 0 0 0.9375rem; }
        @media (min-width: 48rem) {
          .email-overlay .signup-form .row .input-wrap {
            padding: 0 0.5rem 0 0;
            display: inline-block;
            vertical-align: top;
            width: calc(100% - 9.375rem);
            margin: 0; } }
        .email-overlay .signup-form .row .input-wrap input[type="email"] {
          font: 400 0.8125rem/1.3 "monarcha", serif;
          width: 100%;
          padding: 0.5rem 0.75rem;
          height: 2.9375rem;
          background:#ecf0f1;
          border-radius: 0;
          border: 0.0625rem solid #ecf0f1;
          color: #3c3c3c;
          outline: none; }
          @media (min-width: 48rem) {
            .email-overlay .signup-form .row .input-wrap input[type="email"] {
              font: 400 0.9375rem/1.3 "monarcha", serif; } }
          @media (min-width: 64rem) {
            .email-overlay .signup-form .row .input-wrap input[type="email"] {
              padding: 0.75rem; } }
          .email-overlay .signup-form .row .input-wrap input[type="email"]::-webkit-input-placeholder {
            color: #3c3c3c; }
          .email-overlay .signup-form .row .input-wrap input[type="email"]::-moz-placeholder {
            opacity: 1;
            color: #3c3c3c; }
          .email-overlay .signup-form .row .input-wrap input[type="email"]:-moz-placeholder {
            color: #3c3c3c; }
          .email-overlay .signup-form .row .input-wrap input[type="email"]:-ms-input-placeholder {
            color: #3c3c3c; }
          .email-overlay .signup-form .row .input-wrap input[type="email"].placeholder {
            color: #3c3c3c; }
      .email-overlay .signup-form .row .btn-wrap {
        width: 9.375rem;
        font: 400 1rem/1.3 "monarcha", serif;
        margin: 0 auto; }
        @media (min-width: 48rem) {
          .email-overlay .signup-form .row .btn-wrap {
            vertical-align: top;
            display: inline-block;
            margin: 0; } }
        .email-overlay .signup-form .row .btn-wrap button,
        .alert-bar .text a {
          background: #0f5394;
          color: #fff;
          text-transform: uppercase;
          border: none;
          border-radius: 0.1875rem;
          height: 2.9375rem;
          width: 100%;
          -webkit-transition: background 0.3s ease;
                  transition: background 0.3s ease; }
        .email-overlay .signup-form .row .btn-wrap button:hover {
			color: #0f5394;
			background: #fff;
			border: 0.125rem solid #0f5394;
		}
          @media (min-width: 64rem) {
            .email-overlay .signup-form .row .btn-wrap button {
              height: 2.9375rem;
              width: 9.375rem; } }
/*          .email-overlay .signup-form .row .btn-wrap button:hover {
            background: #ff1616; }*/
  .email-overlay .closer-btn {
    width: 0.5rem;
    height: 1.0625rem;
    position: absolute;
    top: 0.5625rem;
    right: 0;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease; }
    .email-overlay .closer-btn span {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 0.125rem;
      background: #fff;
      -webkit-transform: rotate(40deg);
          -ms-transform: rotate(40deg);
              transform: rotate(40deg); }
      .email-overlay .closer-btn span:nth-child(2) {
        -webkit-transform: rotate(-40deg);
            -ms-transform: rotate(-40deg);
                transform: rotate(-40deg); }
/*    .email-overlay .closer-btn:hover {
      opacity: 0.5; }

*/

#google_translate_element2,
#google_translate_element3 {
	visibility: hidden;
    display: none;
}

#translate2 {
	display: none;
}

.gtranslate{
	cursor: pointer;
 	position: relative;
    font-size: 0.813rem;
    display: block;
    margin: 0.9375rem auto 1.25rem;
        min-height: 44px;
    top: .455rem;
}

#live.alert-bar {
    display: flex;
    background: #193559;
    color:  #ffffff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    padding: 0.8rem;
}

#live.alert-bar .live-holder {
	width: 100%;
	position: relative;
	padding: 0.375rem 1.25rem;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.alert-bar .attention {
    width: 1.5625rem;
    height: 1.5625rem;
    font-weight: 700;
    background: #ffffff;
    color: #193559;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    bottom: 50%;
    -webkit-transform: translatey(50%);
        -ms-transform: translatey(50%);
            transform: translatey(50%);
}

.alert-bar .text {
    font-weight: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
     align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    padding: 0 0.75rem;
}

.alert-bar .text p {
	font-weight: 700;
	margin: 0;
	line-height: 1.7;
}

.alert-bar .text a {
	text-decoration: none;
    padding: 0.3125rem 0.8125rem;
    margin: 0 0.3125rem;
}

.services-listed {
	margin: 0 auto;
    width: 100%;
    text-align: center;
}

.title-section {
	background: #f5f5f5;
}

.title-section .crumbs {
	background: #f5f5f5;
	padding: 1.25rem 0;
}

.title-section .crumbs, 
.title-section .crumbs a {
	font-size: 1rem;
}

.title-section .crumbs a {
	text-decoration: none;
	font-weight: 600;
	text-transform: capitalize;
	color: #193559;
}

.title-section .crumbs p {
    display: inline;
    font-size: 1rem;
}

@media (min-width: 48rem) {
	.alert-bar .attention {
	    left: 1rem;
	}
	.gtranslate{
		position: absolute;
		left: unset;
    	right: 15.68rem;
    	margin: 0;
    	-webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
	}

	#header.header-fixed .social-list{
		margin: 0.75rem 6rem 0.75rem 0;
	}

	#header {
		padding: 0.6875rem 0 2.75rem;
	}

	#header.header-fixed {
		height: 5.375rem;
		padding: 0.6875rem 0 2.125rem;
	}

	#header .holder {
		padding: 0 1.5625rem;
	}

	#header .social-list {
		margin: 0.5625rem 4.9375rem 0.75rem 0;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.logo {
		width: 31.25rem;
		top: 0;
		left: 1.25rem;
	}

	.logo .logo-img {
		width: 8.125rem;
		height: 8.125rem;
		padding: 0.375rem;
	}

	.logo .logo-text {
		width: calc(100% - 8.125rem);
	}

	.logo .logo-text .top-line {
		font-size: 1.125rem;
		line-height: 1.375rem;
		top: 0.5rem;
		left: 1.5625rem;
		letter-spacing: normal;
	}

	.logo .logo-text .name {
		font-size: 3rem;
		line-height: 3.125rem;
		top: 1.4375rem;
		left: 0.0625rem;
	}

	.logo .logo-text .bottom-line {
		font-size: 0.875rem;
		line-height: 1.125rem;
		top: 4.5625rem;
		left: 0.9375rem;
	}

	.header-fixed .logo {
		-webkit-transform: scale(.8);
		-ms-transform: scale(.8);
		transform: scale(.8);
		top: -0.6875rem;
		left: 0;
	}

	.nav-opener {
		position: absolute;
		top: 4.1875rem;
		right: 1.25rem;
	}

	.header-fixed .nav-opener {
		top: 3.375rem;
	}

	.search {
		width: 4.375rem;
		height: 2.1875rem;
		font-size: 1.25rem;
		top: 0.625rem;
		right: 1.125rem;
	}

	.search .search-box {
		top: 5.625rem;
		right: 0;
	}

	.header-fixed .search .search-box {
		top: 4.75rem;
	}

	h2,
	.h2 {
		font-size: 3rem;
		line-height: 3.125rem;
	}

	h3,
	.h3 {
		font-size: 1.5rem;
		line-height: 1.875rem;
	}

	.section-heading {
		padding: 0.9375rem 1rem;
	}

	.section-heading h2,
	.section-heading .h2 {
		padding: 0.9375rem 1.9375rem;
	}

	.section-heading h2:before,
	.section-heading .h2:before {
		top: -0.9375rem;
		left: -1rem;
		right: -1rem;
		bottom: -0.9375rem;
	}

	#footer:before {
		background: -webkit-linear-gradient(310deg, #60c4f1 1%, #33537f 50%, #072349 100%);
		background: linear-gradient(140deg, #60c4f1 1%, #33537f 50%, #072349 100%);
	}

	#footer > .container {
		max-width: 46.4375rem;
		padding: 7.125rem 1.25rem 12.5rem;
	}

	#footer .section-heading {
		margin-bottom: 2.8125rem;
	}

	#footer .location-list {
		font-size: 1.125rem;
		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 3.375rem;
	}

	#footer .location-list li {
		width: 50%;
		margin-bottom: 2.5rem;
	}

	#footer .location-list .title {
		margin-bottom: 1rem;
		letter-spacing: 1.0.375rem;
	}

	#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: 48rem;
		padding: 0 0.9375rem;
	}

	.star-bar-list {
		margin: 0 -0.8125rem;
	}

	.star-bar-list li {
		width: 25%;
		padding: 0 0.75rem;
	}

	.benefits-section {
		padding: 3.125rem 0 1.625rem;
	}

	.benefits-section .section-heading {
		margin-bottom: 3.25rem;
	}

	.benefits-section .container {
		padding: 0 1.5625rem;
	}

	.benefits-list {
		margin: 0 -0.75rem;
	}

	.benefits-list li {
		width: 33.33%;
		padding: 0 0.75rem;
	}

	.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: 1rem;
	}

	.issues-gallery .control-box .section-heading h2 {
		font-size: 2.4375rem;
		line-height: 2.625rem;
	}

	.issues-gallery .control-box .holder .holder-wrap {
		padding: 0.5rem 0 0;
	}

	.issues-gallery .control-box .gallery-btns {
		margin-bottom: 0.625rem;
	}

	.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: 2.25rem 1rem 0.9375rem;
		min-height: 22rem;
	}

	.news-section .article-holder {
		padding: 5.1875rem 4.375rem 3.8125rem;
	}

	.news-section article {
		padding: 0 0 0 5.25rem;
		line-height: 1.625rem;
	}

	.news-section article h3 {
		padding: 0;
		margin-bottom: 0.4375rem;
	}

	.news-section article .date-holder {
		width: 4.375rem;
		height: 4.375rem;
		top: -0.6875rem;
	}

	.news-section article .date-holder time {
		font-size: 2rem;
		line-height: 1.875rem;
	}

	.news-section article .date-holder .month {
		font-size: 1rem;
		line-height: 1rem;
	}

	.social-section {
		padding: 5.625rem 0 0;
	}

	.social-section .section-heading {
		margin-bottom: 3.625rem;
	}

	.social-tabset li {
		margin: 0 0.75rem;
	}

	.tab-content {
		padding: 0 0 3.125rem;
	}

	.widget-list {
		margin: 0 -0.9375rem;
	}

	.widget-list li {
		width: 50%;
		padding: 0.9375rem;
	}

	.widget {
		padding: 2.1875rem 1.5rem 2.5rem;
		line-height: 1.625rem;
	}

	.widget-facebook .title {
		font-size: 1.5rem;
		line-height: 2rem;
		display: block;
	}

	.widget-twitter {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.widget-twitter .info, 
	.widget-facebook .info {
		line-height: 1.25rem;
		padding: 0 0.625rem;
		margin-bottom: 0.5rem;
	}

	.widget-twitter .twitter-footer {
		padding-top: 0.75rem;
	}

	.widget-twitter .twitter-footer a {
		margin: 0 0.625rem;
	}

	.widget-youtube {
		padding: 1.25rem 1.25rem 2.5rem;
	}

	.instagram-gallery-wrap {
		padding: 0.5rem 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: 0.5rem;
	}

	.instagram-gallery .block-title .block-title-wrap {
		margin: 0.5rem;
	}

	.subscribe-section > .container {
		padding: 1.4375rem 1.5625rem 1.875rem;
	}

	.subscribe-box {
		max-width: 36.25rem;
		position: absolute;
		top: 75%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 10;
		font-size: 1rem;
		line-height: 1.625rem;
		width: 100%;
		box-sizing: content-box;
		padding: 3.125rem;
		background-image: radial-gradient(ellipse closest-corner at center, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .5) 20%, rgba(0, 0, 0, .4) 30%, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .1) 60%, rgba(0, 0, 0, .05) 65%, transparent 70%, transparent 100%);
	}

	.subscribe-box .block-title {
		font-size: 2.8125rem;
		line-height: 4.875rem;
	}

	.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: 0.875rem;
	}

	.subscribe-form label {
		font-size: 2.875rem;
		margin-bottom: 0.25rem;
	}

	.subscribe-form input {
		padding: 1.3125rem 13.125rem 1.3125rem 0.9375rem;
	}

	.subscribe-form button[type="submit"] {
		margin: 0;
		position: absolute;
		right: 0;
		top: 0;
		padding: 1.25rem 1.25rem;
	}

	.banner,
	.hero-section {
		padding: 5.5rem 0 0;
	}

	.banner .pagination {
		top: auto;
		bottom: 0.75rem;
	}

	.banner .pagination ul li a {
		width: 0.875rem;
		height: 0.875rem;
		align-items: center;
	}

	.slide .slide-bg {
		min-height: 30.75rem;
	}

	.slide .slide-content {
		width: 25.625rem;
		min-height: 17.875rem;
		padding: 2.3125rem 1.25rem 0 2.0625rem;
		background: rgba(25, 53, 89, .5);
		position: absolute;
		border-radius: 0.25rem;
		bottom: 6.25rem;
		right: 1.625rem;
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.slide .slide-content .slide-title {
		font-size: 1.75rem;
		line-height: 1.625rem;
		margin-bottom: 0.5625rem;
	}

	.slide .slide-content p {
		margin-bottom: 0.6875rem;
	}

	.slide .slide-content .btn {
		font-size: 0.875rem;
		line-height: 1rem;
		padding: 1.1875rem 2rem;
	}

	.legislation-section .col:after {
		min-height: 20.375rem;
	}

	.legislation-section .table {
		margin: 0 auto 2.25rem;
	}

	.legislation-section .table .mobile-hide {
		display: block;
	}

	.legislation-section .table .number {
		width: 36.3%;
	}

	.legislation-section .table .number {
		width: auto;
		padding: 0.6875rem 0.3125rem 0.875rem 0.4375rem;
	}

	.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 1.375rem;
	}

	.services-list li {
		width: 50%;
	}

	/*.services-list .text {
		width: 50%;
	}*/

	.title-section .crumbs, 
	.title-section .crumbs a,
	.title-section .crumbs p  {
		font-size: 1.063rem;
	}
}

@media (min-width: 48rem) and (max-width: 63.9375rem) {
	.main-menu-wrapper {
		background: #fff;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		position: absolute;
		right: 0;
		top: 6.25rem;
		background: #fff;
		min-height: 25rem;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
	}
	.main-menu {
		padding: 0 2.0625rem 2.0625rem;
		overflow-y: auto;
	}

	.nav-active .main-menu-wrapper {
		-webkit-transform: translateX(0rem);
		-ms-transform: translateX(0rem);
		transform: translateX(0rem);
	}

	#translate1 {
		display: none;
	}

	#translate2 {
		display: block;
		position: unset;
    	margin: 1.875rem 0 2.1875rem 2.0625rem;
	}

	.header-fixed .main-menu-wrapper {
		top: 5.375rem;
	}

	.instagram-gallery {
		max-width: 39.375rem;
		margin: 0 auto;
	}
}

@media (min-width: 64rem) {
	#header {
		padding: 0.0625rem 0 0.75rem;
	}

	#header.header-fixed {
		padding: 0.0625rem 0 0.0625rem;
	}

	#header .holder {
		max-width: 93.125rem;
		position: relative;
	}

	#header .social-list {
		margin: 0.5625rem 6rem 0.75rem 0;
	}

	.nav-opener {
		display: none;
	}

	.nav-drop {
		width: calc(100% - 21.25rem);
		float: right;
		padding: 0.6875rem 0;
		position: relative;
	}

	.main-menu {
		font-size: 1rem;
		line-height: 1.25rem;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin: 0 -0.8125rem;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 0;
	}

	.main-menu > li {
		margin: 0 0.6875rem;
	}

	.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: 1.875rem;
		top: 0.8125rem;
		left: -0.9375rem;
		width: 15.875rem;
	}

	.main-menu .drop ul {
		padding: 0.625rem 1.25rem;
		background: #fff;
	}

	.main-menu .drop ul li {
		margin: 0.625rem 0;
	}

	.search {
		top: 0.75rem;
		right: 0;
		margin: 0 0 0 1.5625rem;
	}

	.search .search-box {
		top: 5.4375rem;
	}

	.header-fixed .search .search-box {
		top: 4.5rem;
	}

	#footer:before {
		background: -webkit-linear-gradient(to right, #568bc6 0%, rgba(15, 83, 148, .95) 48%, rgba(25, 53, 89, .9) 100%);
		background: linear-gradient(to right, #568bc6 0%, rgba(15, 83, 148, .95) 48%, rgba(25, 53, 89, .9) 100%);
	}

	#footer > .container {
		padding: 7.125rem 1.5625rem 8.75rem;
		max-width: 76.25rem;
	}

	#footer .location-list {
		margin-bottom: 1.3125rem;
		padding: 0;
		justify-content: space-around;
	}

	#footer .location-list li {
		width: 32%;
		margin-bottom: 0.625rem;
	}

	.star-bar-section .container {
		max-width: 67.5rem;
		padding: 0 1.5625rem;
	}

	.star-bar-list {
		font-size: 1.875rem;
		line-height: 1.4375rem;
		margin: 0 -0.75rem;
	}

	.star-bar-list li {
		padding: 0 0.9375rem;
	}

	.star-bar-list li small {
		font-size: 1.125rem;
		line-height: 1.25rem;
	}

	.star-bar-list .icon-wrap {
		font-size: 3.5rem;
		margin-right: 0.9375rem;
	}

	.benefits-section {
		padding: 4.1875rem 0 4.25rem;
	}

	.benefits-section .section-heading {
		margin-bottom: 3rem;
	}

	.benefits-section .container {
		max-width: 84.75rem;
	}

	.benefits-list {
		font-size: 1.313rem;
		line-height: 1.5rem;
	}

	.benefits-items .icon-wrap {
		width: 13.6875rem;
		height: 13.6875rem;
		font-size: 5.625rem;
		margin: 0.625rem 0.625rem 1.4375rem;
	}

	.benefits-items .icon-wrap:before {
		top: -0.625rem;
		left: -0.625rem;
		right: -0.625rem;
		bottom: -0.625rem;
	}

	.issues-gallery .control-box .section-heading h2 {
		font-size: 3rem;
		line-height: 3.125rem;
	}

	.issues-gallery .control-box .gallery-btns {
		margin-bottom: 1.625rem;
	}

	.issues-gallery .control-box .gallery-btns .prev,
	.issues-gallery .control-box .gallery-btns .next {
		font-size: 1.875rem;
		line-height: 1.875rem;
	}

	.news-section {
		min-height: 50.875rem;
	}

	.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: 0.1875rem;
		width: 50%;
		padding: 1.375rem 1rem 0.9375rem;
		min-height: 50.875rem;
	}

	.news-section .section-heading h2 {
		min-width: 25.375rem;
	}

	.news-section .article-holder {
		padding: 7.375rem 1.5625rem 3.8125rem;
		width: 50%;
	}

	.news-section article {
		padding: 0.75rem 0 0 5.375rem;
		margin-bottom: 1.75rem;
	}

	.news-section article .date-holder {
		top: 0;
	}

	.social-section {
		padding: 0.625rem;
	}

	.social-section {
		padding: 6.25rem 0 0rem;
	}

	.widget {
		padding: 2.375rem 2.125rem 2.5rem;
	}

	.widget-facebook .title {
		margin-bottom: 1rem;
	}

	.widget-facebook .title {
		margin-bottom: 0;
	}

	.instagram-gallery-wrap {
		padding: 0.625rem 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: 0.625rem;
	}

	.instagram-gallery .block-title .block-title-wrap {
		margin: 0.625rem;
	}

	.subscribe-section > .container {
		padding: 2.3125rem 1.5625rem;
	}

	.subscribe-section .subscribe-form .row {
		width: 58%;
	}

	.subscribe-box {
		font-size: 1.125rem;
		line-height: 1.625rem;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 40%;
	}

	.subscribe-box .block-title {
		font-size: 3.75rem;
		line-height: 5.5rem;
	}

	.subscribe-form label {
		display: inline-block;
		vertical-align: middle;
		margin-right: 1.5625rem;
		margin-bottom: 0;
	}

	.subscribe-form input {
		margin-bottom: 0;
	}

	.banner .pagination {
		bottom: 1.625rem;
	}

	.slide .slide-bg {
		min-height: 47.625rem;
	}

	.slide .slide-content {
		width: 33.25rem;
		height: 19.5rem;
		right: 13%;
		bottom: 3.875rem;
		font-size: 1.125rem;
		line-height: 1.625rem;
		padding: 2.9375rem 1.25rem 0 1.4375rem;
	}

	.slide .slide-content .slide-title {
		font-size: 2.25rem;
		line-height: 2.375rem;
		margin-bottom: 0.9375rem;
	}

	.slide .slide-content p {
		margin-bottom: 1.3125rem;
	}

	.legislation-section {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.legislation-section .col {
		width: 50%;
	}

	.legislation-section .col:after {
		min-height: 31.0625rem;
		height: 100%;
	}

 	.title-section .crumbs {
    	padding: 1.375rem 0;
    	justify-content: flex-start;
	}
}

@media (min-width: 64rem) and (max-width: 74.9375rem) {
	.logo .logo-img {
		width: 6.75rem;
		height: 6.75rem;
	}

	.logo .logo-text {
		width: calc(100% - 6.75rem);
	}

	.logo .logo-text .top-line {
		font-size: 0.75rem;
		line-height: 0.875rem;
		top: 0.8125rem;
		left: 1.1875rem;
	}

	.logo .logo-text .name {
		font-size: 2.1875rem;
		line-height: 2.25rem;
	}

	.logo .logo-text .bottom-line {
		font-size: 0.6875rem;
		line-height: 0.8125rem;
		top: 3.75rem;
	}

	.header-fixed .logo {
		top: 0;
	}
}

@media (min-width: 75rem) {
	.main-menu > li {
        margin: 0 0.8125rem;
    }
	.nav-drop {
		width: calc(100% - 29.375rem);
	}

	.star-bar-section .container {
		max-width: 76.25rem;
	}

	.news-section .article-holder {
		padding: 7.375rem 4.25rem 3.8125rem 3.875rem;
	}

	.subscribe-section .subscribe-form .row {
		width: 64%;
	}

	.subscribe-box {
		left: 50%;
	}
}

@media (min-width: 84.75rem) {
	.benefits-list {
		margin: 0 -1rem;
	}

	.benefits-list li {
		width: 20%;
		padding: 0 1rem;
	}
}

@media (min-width: 87.5rem) {
	.issues-gallery .control-box {
		width: 20.3%;
	}

	.issues-gallery .gallery.right-gallery {
		width: 40%;
	}

	.issues-gallery .gallery.left-gallery {
		width: 40%;
	}
}

@media (max-width: 63.9375rem) {
	.cards {
		column-count: 2;
	  column-gap: 1.25rem;
	}

	.main-menu .hover > .drop {
		padding-top: 0.875rem;
		display:block;
	}

	.main-menu .hover > .drop li {
		margin-bottom: 1rem;
	}

	.container {
		max-width: 55rem;
	}

	.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: 47.9375rem) {
	.cards {
		column-count: 1;
	  column-gap: 1.25rem;
	}

	.facebook-ad img {
		display: block;
		margin: 0 auto;
	}

	#header .social-list {
		color: #0f5394;
	}

	#header .social-list a:hover {
		color: #333;
	}

	.hero-section {
/*		background-position: 30% 50%;*/
		min-height: 21.875rem;
	}

	.hero-section.mobile-left {
		background-position: 30% 50%;
	}

	.hero-section.mobile-right {
		background-position: 70% 50%;
	}

	.hero-section .container {
	    min-height: 21.875rem;
	}

	.hero-section .h2 {
		font-size: 1.375rem;
	}

	.nav-drop {
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		position: absolute;
		top: 3.5rem;
		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 - 3.5rem);
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		padding: 2.5rem 1.25rem 1.875rem;
		background: #fff;
		overflow-y: auto;
	}

	.nav-active .nav-drop .nav-wrap {
		-webkit-transform: translateX(0rem);
		-ms-transform: translateX(0rem);
		transform: translateX(0rem);
	}

	.star-bar-section {
		padding: 2.0625rem 0 0;
	}

	.star-bar-list {
		max-width: 17.125rem;
		padding-left: 1.25rem;
		margin: 0 auto;
	}

	.star-bar-list li {
		margin-bottom: 1.25rem;
	}

	.star-bar-list .icon-wrap {
		min-width: 3.125rem;
	}

	.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 2.375rem;
	}

	.news-section article {
		max-width: 31.25rem;
		margin: 0 auto 2.375rem;
	}

	.news-section article h3 {
		min-height: 3.375rem;
	}

	.social-tabset li {
		margin: 0;
		width: 50%;
		padding-bottom: 0.75rem;
	}

	.social-tabset li:nth-child(2n) {
		padding-left: 0.375rem;
	}

	.social-tabset li:nth-child(2n+1) {
		padding-right: 0.375rem;
	}

	.social-tabset li a {
		width: 100%;
		text-align: center;
	}

	.widget {
		margin-bottom: 1.25rem;
	}

	.instagram-gallery {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 1.0625rem;
	}

	.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, #60c4f1 0%, #33537f 51%, #072349 100%);
		background: linear-gradient(135deg, #60c4f1 0%, #33537f 51%, #072349 100%);
		font-size: 0.8125rem;
		line-height: 1.125rem;
		padding: 0.625rem;
	}

	.subscribe-box .subscribe-form input {
		padding: 0.6875rem 0.9375rem 0.75rem 0.9375rem;
	}

	.legislation-section .col {
		padding: 0.75rem 1.5625rem;
	}

	.legislation-section .table-holder {
		max-width: 25rem;
	}
}
