/*!
Theme Name: Hampshire Fire
Theme URI: https://www.hantsfire.gov.uk
Author: Eldo Web Design
Author URI: https://www.eldo.co.uk
Description: Bespoke theme for Hampshire Fire and Rescue Service. Designed by 1721 Studios and developed by Eldo Web Design.
Version: 1.0
License: Private
License URI: https://www.eldo.co.uk
Text Domain: Eldo
*/

body {
	margin: 0;
	background: #fff;
	font-family: interstate, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #333;
  font-size: 17px;
}
body, html {
	float: left;
	width: 100%;
	position: relative;
	overflow-x: hidden;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
input,
select,
optgroup,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  color: #273E65;
  font-weight: 700;
  clear: both;
  line-height: 1.2;
}
h1 {
	font-size:2.8em;
}
h2 {
	font-size:1.8em;
}
h3 {
	font-size:1.3em;
	color: #273e65;
}
h4 {
	font-size:1.1em;
	color: #06838E;
	font-weight: 700;
}
h5 {
	font-size:0.8em;
}
h6 {
	font-size:0.6em;
}
p {
	margin-bottom: 1.5em;
}
.text-green {
	color: #06838E;
}
.section-title {
	position: relative;
	padding-top: 20px;
}
.section-title:before {
	content: '';
	width: calc(100% - 16px);
	height: 6px;
	background: #F5111A;
	top: 0;
	position: absolute;
}
.section-title:after {
	content: '';
	width: 16px;
	height: 6px;
	background: #F5111A;
	top: 0;
	right: 0;
	position: absolute;
	clip-path: polygon(0 0, 100% 0, 20% 100%, 0 100%);
}
#tinymce {
	padding:10px!important;
}
#tinymce * {
  opacity: 1 !important;
}
ul.list {
	list-style: none !important;
  padding-left: 5px;
  line-height: normal !important;
  line-height: 1.5;
  margin: 0;
  margin-top: -10px;
}
ul.list li {
	position: relative;
	padding-left: 20px;
	margin: 10px 0;
}
ul.list li:before {
	content: "\f105";
  font-family: Font Awesome\ 5 Pro;
  color: #F5111A;
  display: inline-block;
  font-size: 1.2em;
  position: absolute;
  top: 2px;
  line-height: normal;
  left: 0;
  width: 20px;
}
/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
a.button, .button a, .button a:visited, .button a:focus, input.button,
a.button:visited, input[type="submit"] {
	background: #3657A4;
	color: #fff;
	border-radius: 30px;
	font-size: 0.9em;
	padding: 8px 20px;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	border: none;
	transition: all ease .3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	display: inline-block;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}
a.button:hover, .button a:hover, input.button:hover,
input[type="submit"]:hover, input[type="submit"]:focus, a.button:focus {
  background: #C9C24C;
  background: #767641;
  color: #fff;
}
a.button.red, a.button.red {
	background: #F5111A;
}
a.button.red:hover, a.button.red:hover, a.button.red:focus {
	background: #06838E;
}

a.button.outline {
	color: #273E65;
	background: none;
	border: 1px solid #273E65;
}
a.button.outline:hover {
	color: #fff;
	background: #273E65;
	border: 1px solid #273E65;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
	color: #3657A4;
	text-decoration: none;
  transition: all 0.3s;
}
a:hover, a:focus, a:active {
	color: #273E65;
}
a.phone, a.phone:hover {
	color: #06838E;
}

a:focus {
	outline: none;
}
a:hover, a:active {
	outline: 0;
}

a.read-more {
	color: #2E2E2E;
	font-weight: bold;
	border-bottom: 2px solid #f5111a;
	display: block;
	padding-bottom: 5px;
	position: relative;
	padding-right: 25px;
	clear: both;
}
a.read-more:after {
	content: "\f061";
	font-family: Font Awesome\ 5 Pro;
	position: absolute;
	font-weight: 500;
	right: 0;
	bottom: 5px;
}
a.read-more.download:after {
	content: "\f0ed";
	color: #06838E;
}
a.read-more.external:after {
	content: "\f35d";
}
a.read-more:hover {
	color: #C9C24C;
	border-color: #C9C24C;
}
a.read-more:hover:after {

}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.head-info {
	text-align: right;
}
.sub-menu li {
	display: block;
  width: 100%;
}
#menu-toggle {
  text-align: center;
  color: #3657A4;
  cursor: pointer;
  font-size: 1.3em;
  text-align: right;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
}
#menu-toggle i {
  width: 18px;
}
.pages-toggle {
	text-transform: uppercase;
	font-family: interstate, sans-serif;
  font-weight: 700;
  padding: 8px 20px;
	color: #273E65;
	background: none;
	border-radius: 30px;
	border: 1px solid #273E65;
	margin-top: 15px;
}
#logo img {
  display: block;
}
.toggle-wrap {
  position: relative;
  cursor: pointer;
  display: inline-block;
  /*disable selection*/
  -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  top: -10px;
	padding: 0;
	background: none;
}

.toggle-bar,
.toggle-bar::before,
.toggle-bar::after,
.toggle-wrap.active .toggle-bar,
.toggle-wrap.active .toggle-bar::before,
.toggle-wrap.active .toggle-bar::after {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.toggle-bar {
	width: 34px;
	margin: 10px 0;
  margin-left: 10px;
	position: relative;
	border-top: 4px solid #fff;
	display: block;
}
.toggle-bar::before,
.toggle-bar::after {
	content: "";
	display: block;
	background: #fff;
	height: 4px;
	width: 34px;
	position: absolute;
	top: -14px;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-ms-transform-origin: 13%;
	-webkit-transform-origin: 13%;
	transform-origin: 13%;
}
.toggle-bar::after {
  top: 6px;
}
.toggle-wrap.active .toggle-bar {
  border-top: 4px solid transparent;
}
.toggle-wrap.active .toggle-bar::before {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.toggle-wrap.active .toggle-bar::after {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
  top: 4px;
}
span.header-link {
  margin: 0 5px;
}
span.header-link i {
  color: #273E65;
}
/*-----------------------
# Banner
------------------------*/
#banner {
  height: 200px;
  min-height: 450px;
	position: relative;
  color: #fff;
  background-color: #273E65;
	margin-bottom: 40px;
}
#banner.short {
	min-height: 220px;
}
#banner h1 {
  margin: 0;
}
#banner h1, #banner p {
	color:#fff;
	position: relative;
}
#banner .text {
  float: left;
  width: 100%;
	background: rgba(39,62,101,0.9);
	max-width: 600px;
	padding: 40px 50px;
	border-bottom: 12px solid #F5111A;
}
#banner .text h3 {
	color: #fff;
	margin: 0;
	margin-top: 10px;
	font-size: 1.4em;
}
#banner p {
	margin-bottom: 0;
}
#banner a:hover {
  color: #fff;
}
section.iframe iframe {
	width: 100%;
	border: none;
}
/*-----------------------
# Nobanner
------------------------*/
#nobanner h1 {
  margin: 0;
}
#nobanner h3 {
	margin: 0;
	margin-top: 10px;
}
#nobanner p:last-child {
  margin-bottom: 0;
}
#nobanner {
	padding: 30px 0;
  float: left;
  width: 100%;
}

/*-----------------------
# Mega Menu
------------------------*/
ul.mega {
	margin: 0;
	padding: 0;
	margin: 0 auto;
}
ul.mega li {
	display: inline-block;
}
.mega li {
	padding-left: 25px;

	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.85em;
	position: relative;
}
.mega li a {
		color: #fff;
}
.mega li:before {
	content: '';
  width: 2px;
  height: 32px;
  background: #F5111A;
  position: absolute;
  left: 10px;
  bottom: 0;
}
.mega li a:hover {
	color: #C9C24C;
}

.mega li a:focus {
	color: #273E65;
}

.sub {
	background: #E8E8E8;
	padding: 40px 0;
	float: left;
	width: 100%;
	position: absolute;
	z-index: 9;
	top: auto;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
	-webkit-backdrop-filter: blur(10px);
	border-top: 1px solid #eee;
	backdrop-filter: blur(10px);
	/* transform: translateY(20px); */
	z-index: 10;
}
.sub.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.sub-menu-desc h3 {
	margin: 0;
}
.sub-menu-desc p {
	margin-top: 5px;
	/* color: #06838E; */
}
.menu-item.active, .menu-item.current-page {
	/* color: #C9C24C !important; */
}
.menu-item.active:focus:hover {
		color: #273E65 !important;
}
.menu-item.current-page {
	/* border-bottom-color: #06838E !important; */
}
a.menu-item.has-sub {
  /* margin-right: 12px; */
}
.sub h4 {
	color: #2a3336;
  margin-bottom: 10px;
}


.second-title {
  border-bottom: 1px solid #C9C9C9;
  padding-bottom: 5px;
}
a.has-sub {
	position: relative;
}
a.has-sub:after {
	content: "\f107";
  font-family: Font Awesome\ 5 Pro;
  position: absolute;
  right: -5px;
  top: 16px;
  color: #929292;
	transform-origin: center;
	display: none;
}
a.has-sub.active:after {
	content: '\f106';
}
ul.menu-items {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.menu-items.cols-2 {
	column-count: 2;
}
ul.menu-items.cols-3 {
	column-count: 3;
}
ul.menu-items.cols-4 {
	column-count: 4;
}
ul.menu-items.cols-2 li {
  padding-right: 100px;
}
ul.menu-items a {
	color: #232323;
	color: #273E65;
	/* text-decoration: underline; */
  font-weight: bold;
	border: none;
	display: inline-block;
	margin: 5px 0;
	font-size: 0.95em;
}
ul.menu-items a.current-page {
	color: #06838E;
}
.page-id-2355 ul.menu-items a.current-page {
  color: #232323;
}
ul.menu-items a:hover, .page-id-2355 ul.menu-items a.current-page:hover {
	color: #06838E;
	/* text-decoration: none; */
}
ul.menu-items a:hover:focus, .page-id-2355 ul.menu-items a.current-page:focus {
	color: #273E65;
}
/*-----------------------
# HEADER
------------------------*/
#header {
	background: #273E65;
}
#header #logo {
	max-width: 290px;
}
#header #header-menu-desktop {
	text-align: right;
	margin-top: 10px;
}
nav#menu-desktop {
  margin-top: 25px;
	margin-bottom: 15px;
}


#header #header-menu {
	text-align: center;
}
.search-bar {
	background: #fff;
	padding: 5px 0;
	float: right;
	width: auto;
	position: relative;
}
.search-bar .login a {
  display: inline-block;
  padding: 5px 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #2E2E2E;
  font-size: 0.9em;
}
.search-bar .search-form .search-field {
  border-radius: 0;
  border: 1px solid #e8e8e8;
  padding: 6px 35px 6px 10px !important;
}
.search-bar .search-form .search-field:focus {
	border-color: #273E65;
}
#header .search-bar:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100000px;
	height: 100%;
	background: #fff;
	left: 100%;
}
#header #menu {
	margin-top: 15px;
}
#header #menu {
	display: none;
}
#header .social a {
	color: #273E65;
}
#header .social a:hover {
	color: #06838E;
}
#header .social a:focus {

}
.head-info .social {
  margin-left: 10px;
}
#header .reciteme {
	font-size:0.9em;
	padding: 5px 12px;
	margin-left:20px
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
#search-page {
  padding: 20px 0;
}
span.tag {
	display: block;
  color: #06838E;
  border-radius: 30px;
	font-size: 1em;
	font-style: italic;
}
.tag-wrap {
	padding-right: 15px !important;
}
#no-results {
	padding: 40px 0;
	border-top: 1px solid #e8e8e8;
}
.title-404 {
  font-size: 2em;
}
.search-form .search-field {
  width: 100%;
	min-width: 280px;
  padding-right: 40px !important;
}
.search-form .search-field::placeholder {
	/* text-align: center; */
	font-weight: 500;
	color: #575757;
}
.search-form {
	position: relative;
}
.search-form button.search-submit {
	position: absolute !important;
	right: 0;
	top: 0;
	background: none !important;
	padding: 10px !important;
	border-radius: 0 !important;
	color: #F5111A !important;
	background: none;
    border: none;
	height: 100%;
}
.search-bar .search-form {
  width: 280px;
}
.search-form button.search-submit:hover {
	color: #a90c12 !important;
}

.search-submit {
  width: auto;
	margin-left: 5px;
  text-align: center;
  cursor: pointer;
}
.search-page-form {
  margin-bottom: 20px;
}
.search-submit i {
  margin: 0 auto;
  display: block;
      position: relative;
    top: -2px;
}
/*--------------------------------------------------------------
# News / Blog
--------------------------------------------------------------*/
#breadcrumbs {
  background: #fff;
	box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.4);
	color: #2E2E2E;
}
#breadcrumbs a {
  color: #2E2E2E;
  font-weight: bold;
}
#breadcrumbs a:hover {
  color: #06838E;
}
#breadcrumbs a:focus:hover {
	color: #273E65;
}
#breadcrumbs img {
  display: inline-block;
  margin-right: 20px;
  margin-left: 5px;
}
#breadcrumbs .sep {
  margin: 0 10px;
}
#breadcrumbs .inner {
	border-left: 6px solid #C9C9C9;
  padding: 15px 10px;
}
#archive {
	padding: 20px 0;
}
#single-post {
  padding: 20px 0;
	margin-bottom: 40px;
}
.image-strip img {
	display: block;
	width: 100%;
}
.single-post .image-strip {
	margin-bottom: 40px;
}
.single-post .single-content :first-child {
	margin-top: 0;
}
.single-post .single-content :last-child {
	margin-bottom: 0;
}

/* Resources */
.resources {
	background: #06838E;
	padding: 40px 20px;
	color: #fff;
	border-radius: 10px;
}
.single-post .resources {
	margin-top: 20px;
}
a.resource {
	transition: all 0.8s ease;
}
.resources .resource:last-child {
	padding-bottom: 0;
}
.resources-description {
	font-size: 1.1em;
}
.resources h2 {
	font-size: 1.6em;
	margin-top: 0;
}
.resource h3 {
	margin: 0;
}
.resource p {
	margin: 0;
	margin-top: 5px;
}
.resource .download {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	max-width: 140px;
}
.resource .download .label {
	margin: 0;
	margin-top: 5px;
	font-size: 0.9em;
}
.resource .download i {
	font-size: 1.4em;
}
a.resource:hover {
	border-color: #273E65;
}
a.resource:hover * {
	color: #273E65;
}
.resource {
	border-top: 2px solid #fff;
	padding: 15px 0;
}
.resources * {
	color: #fff;
	transition: color 0.5s ease;
}


.ref .field, .rec .field {
    font-weight: bold;
}

section#single-station {
  margin-bottom: 40px;
}
/*--------------------------------------------------------------
# Newsletter Sign Up
--------------------------------------------------------------*/
   /* Modal styles */
   #modalOverlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

#modalContent {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 500px;
	height: 610px;
	max-height: 100vh;
	background: white;
	padding: 0px 20px 0px 20px;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	overflow-y: auto;
}

#closeModal {
    position: absolute;
    border: none;
    font-size: 32px;
    font-weight: 400;
    color: black;
    cursor: pointer;
    line-height: 1;
    padding: 10px !important;
    right: 5px;
    background: #fff;
    width: 32px;
    height: 32px;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.no-scroll {
	overflow: hidden;
	position: fixed;
}
/*--------------------------------------------------------------
# Incidents
--------------------------------------------------------------*/

.incident-subtitle {
	font-size: 2.8em;
	color: #273E65;
}
.incident-title {
	font-size: 1.3em;
  color: #06838E;
	margin: 0;
}
#archive .table-head {
	border-bottom: 2px solid #707070;
	margin-top: 40px;
}
#archive .table-head h3 {
	font-size: 1.1em;
	color: #273E65;
	margin: 0;
	margin-bottom: 8px;
}
.excerpt-archive .col.date, .table-head .col.date-title {
  min-width: 140px;
  max-width: 140px;
}
.excerpt-archive .col.location, .table-head .col.location-title {
  min-width: 180px;
  max-width: 180px;
}
/* Search and filter */
.searchandfilter ul {
  margin: 0;
	padding: 0;
}
.searchandfilter .sf-input-text, .sf-field-search label {
	width: 100%;
	display: block;
}
.searchandfilter h4 {
	font-weight: bold;
	font-size: 1.1em;
}
.wp-pagenavi .pages {
	display: none;
}
/* Document */
.document .icon {
	max-width: 100px;
	display: none;
}
.excerpt.document {
	background: #E8E8E8;
	padding: 20px 0;
	margin: 0;
}
.excerpt.document h3 {
	font-size: 1.1em;
}
.results-wrap .excerpt.document:not(:last-child) {
	border-bottom: 2px solid #fff;
}
.excerpt.document p {
	margin: 0;
	margin-top: 10px;
}
.document .icon img {
	display: block;
}
/* Excerpt */
.excerpt-incident {
	background: #E8E8E8;
}
.documents-count {
	display: inline-block;
	margin-bottom: 10px;
}
.excerpt-incident h3 {
	font-size: 1em;
}
.excerpt-incident h3 a {
	color: #3657A4;
	text-decoration: underline;
}
.excerpt-incident h3 a:hover {
	text-decoration: none;
	color: #3657A4;
}
.excerpt.excerpt-incident {
	margin: 0;
	margin-bottom: 2px;
}

.excerpt-incident .main .inner {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}
.excerpt-incident .inner {
	float: left;
	width: 100%;
	padding: 20px;
}
.document.foi .ref {
    min-width: 160px;
}
.document.foi .rec {
    min-width: 150px;
}


.ll-skin-melon .ui-widget, .ll-skin-melon .ui-datepicker th {
	background: #273E65;
}
.ll-skin-melon td .ui-state-default {
	color: #273E65;
}
.ll-skin-melon .ui-state-disabled .ui-state-default {
	color: #afafaf;
}
.ll-skin-melon td .ui-state-active {
	color: #fff;
}
/*--------------------------------------------------------------
# Stations
--------------------------------------------------------------*/
#single-incident {
	padding: 20px 0;
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
blockquote {
	width:100%;
	margin: 40px 0;
  color: #2E2E2E;
	padding:20px 50px;
	font-weight:normal;
	padding-left: 30px;
	border-left: 4px solid #06838E;
	position:relative;
}
blockquote h2 {
	color: #F5111A;
	font-weight: normal;
}
blockquote p:first-child {
	margin-top:0
}
blockquote p:last-child {
	margin-bottom:0
}

blockquote:after {
	content:"\f10E";
	font-family: Font Awesome\ 5 Pro;
	position:absolute;
	top:0px;
	right:10px;
	color:#E8E8E8;
	font-size:30px;
	font-weight: 900;
}
.twitter-tweet {
	margin:0 auto;
	display:block
}
iframe {
	display:block;
	margin:0 auto;
	float:none;
}
iframe.instagram-media {
	margin:0 auto!important;
	display:block;
	float:none!important;
}
.map iframe {
	width:100%!important;
	height:450px;
}
.map .section-title {
  margin-top: 40px;
}
.acf-map {
  width: 100%;
  height: 600px;
}
.acf-map img {
   max-width: inherit !important;
}
hr {
	background-color: #3657A4;
	border: 0;
	height: 1px;
	width:60%;
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 1.5em
}
.bottom {
	margin-top: auto;
}
/*-----------------------
# Sidebar
------------------------*/
#sidebar {
	max-width: 300px;
	margin: 20px 0;
}
#sidebar .inner {
}
.toggle-sidebar {
	text-transform: uppercase;
	display: inline-block;
	padding: 6px 16px;
	border: 1px solid #ccc;
	color: #3657A4;
	cursor: pointer;
	transition: all 0.3s ease;
	user-select: none;
	border-radius: 4px;
}
.toggle-sidebar i {
	color: #273E65;
	margin-left: 5px;
}
ul.pages, ul.child-pages, ul.child-pages, ul.children {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.pages .parent-page {
	margin-top: 0;
}
ul.child-pages {
	margin-bottom: 20px;
	margin-top: 10px;
}
li.page:not(.current) .child-pages {
	display: none;
}
ul.pages a {
	color: #2E2E2E;
	font-weight: 400;
}
ul.pages a:hover, ul.child-pages a:hover {
	color: #06838E;
}
ul.pages a:hover:focus {
	color: #273E65;
}
ul.pages > li {
  margin-bottom: 10px;
}
ul.pages li a.parent {
	border-left: 3px solid transparent;
	font-weight: 600;
	display: inline-block;
	color: #575757;
}
ul.pages li a.parent:hover {
	color: #06838E;
}
ul.pages li a.parent:focus:hover {
	color: #273E65;
}
ul.pages li.current a.parent {
	border-left-color: #F5111A;
	color: #06838E;
	padding-left: 10px;
}
ul.child-pages li {
	position: relative;
	text-indent: -35px;
  padding-left: 35px;
	margin: 5px 0;
}
ul.child-pages .children li {
  padding-left: 25px;
}
ul.child-pages li:before {
  content: "";
  /* font-family: Font Awesome\ 5 Pro; */
  margin-right: 10px;
  font-weight: 300;
	width: 12px;
	height: 1px;
	position: relative;
	background: #707070;
  top: 0;
	left: 0;
  display: inline-block;
}


/*--------------------------------
## Pagination
--------------------------------*/
.pagination {
  float: left;
  width: 100%;
	font-size: 1em;
  margin: 20px 0;
  line-height: normal;
}
.pagination:empty {
  display: none;
}
.pagination .page-numbers.current, .wp-pagenavi .current {
	color: #06838E;
	font-weight: bold;
	text-decoration: underline;
  border-radius: 50%;
  display: -webkit-inline-box!important;
  display: -ms-inline-flexbox!important;
  display: inline-flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  padding: 0 2px;
  align-items: center;
  justify-content: center;
}
.pagination .fa-arrow-left {
	margin-right: 5px;
}
.pagination .fa-arrow-right {
	margin-left: 5px;
}
.pagination a, .wp-pagenavi a {
	display: inline-block;
	padding: 0 2px;
	color: #2E2E2E;
	font-weight: bold;
	text-decoration: none !important;
}
.pagination a:hover, .wp-pagenavi a:hover {
	text-decoration: underline !important;
}
.wp-pagenavi a  {
	margin: 0 2px;
}


/*--------------------------------
# ISOTOPE
--------------------------------*/
.grid {
	display:block;
	margin:0 auto;
	margin-left: -20px;
	margin-right: -20px;
}
.grid-item {
	width:33.33%;
	padding: 0 20px;
	display:inline-block;
}

/* Blog */
.grid-item.post .placeholder {
  display: none;
}
/*--------------------------------
# MODAL
--------------------------------*/
.modal {
	max-width:800px;
	margin:0 10px;
}
.fancybox-infobar {
  display: none !important;
}
.modal-image {
  margin-bottom: 20px;
}
.modal-title, .modal-name {
  margin: 0;
}
.modal-name {
  margin-bottom: 10px;
}
.modal-title {
  margin-bottom: 20px;
}

.fancybox-navigation .fancybox-button {
  top: calc(50% - 19px);
}
.fancybox-arrow {
  transition: all 0.3s;
}
.fancybox-navigation .fancybox-button {
  border-radius: 50%;
  background-color: #3657A4;
  color: white;
  transition: all 0.3s;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: all 0.3s;
}
.fancybox-arrow {
  box-shadow: none;
}
.fancybox-button:hover {
  background: #3657A4;
}
.fancybox-arrow:hover {
  background: none;
  box-shadow: none;
}
.fancybox-arrow:hover:after {
  background-color: rgba(0,0,0,0.8);
}
.fancybox-close-small, .fancybox-close-small:hover {
  box-shadow: none;
  border-radius:50%;
  margin-top:3px;
  margin-right:3px;
}
.fancybox-close-small {
	background:#f5f5f5;
}

.fancybox-close-small:focus:after {
  outline: none;
}
.fancybox-close-small:hover:after {
  color: #fff;
  background: #273E65;
}
.fancybox-button {
  transition: all 0.3s;
}
.fancybox-button.disabled {
  opacity: 0 !important;
}
.fancybox-button.disabled:hover {
  color: #fff;
}
.modal {
  max-width: 800px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button:active, button:not(.recite-button):not(.recite-logo):not(.recite-close):focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border: none;
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: inherit;
	border: 2px solid #C9C9C9;
	border-radius: 35px;
	padding: 8px 16px !important;
	transition: all 0.3s ease;
	line-height: normal !important;
	font-family: inherit;
  -webkit-appearance: none;
}
textarea  {
	padding: 16px !important;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	outline: none;
	border-color: #273E65;
	background: #f7f7f7;
}
select {
	border: 1px solid #ccc;
}
.sm-clean a span.sub-arrow {
  width: 8px;
  position: absolute;
  right: -2px;
  top: 50%;
}
.sm-clean a.has-submenu {
  padding-right: 12px;
}
textarea {
	width: 100%;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
  margin-bottom: 5px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
  margin-bottom: 5px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  padding: 0;
}
.widget-title {
	margin: 15px 0;
	font-size: 1.1em;
}
.widget_recent_entries li {
	margin-bottom: 10px;
}
.widget select {
	max-width: 100%;
}
.widget ul {
	margin: 0;
  margin-bottom: 10px;
  padding-left: 0;
  list-style: none;
}
.widget_categories li:before, .widget_recent_entries li:before {
  content: "\f054";
  text-align: center;
  font-family: Font Awesome\ 5 Pro;
  margin-right: 0px;
  font-weight: 300;
  border-radius: 50%;
  padding: 4px;
  position: relative;
  font-size: 0.8em;
  top: 0;
  display: inline-block;
}
.widget_recent_entries li:before {
	content: "\f054";
}
.widget_recent_comments li:before {
  display: none;
}
#sidebar {
  font-size: 0.95em;
}
.widget li {
	display: block;
	margin-bottom: 5px;
  text-indent: -12px;
  padding-left: 24px;
}
.widget_recent_comments li {
  padding-left: 0;
  text-indent: 0;
}

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.error-404 {
  padding: 100px 0;
}
.error-404 .vci {
  text-align: left;
}
.error-404 #icon {
  max-width: 150px;
  border-right: 1px solid #ccc;
}
.error-404 #icon i {
  font-size: 6em;
  color: #F5111A;
}
.error404 ul.menu-items a.current-page {
	color: #232323;
}
/*--------------------------------------------------------------
# Flexible layout
--------------------------------------------------------------*/
a[data-layout="NAME"] {
  display: none;
}
#flexible-content {
	float:left;
	width:100%;
	padding: 0;
}
.member, .downloads .download, .testimonial-grid .grid-item, .video-container, .cta {
  margin: 20px 0;
}
#password-protected {
	padding: 40px 0;
}
.section-title {
  margin: 10px 0 20px 0;
}
.dark-bg {
  background-color: #273E65;
}
.dark-bg a:hover {
	color: #fff;
}
.light-bg {
  background-color: #E8E8E8;
}
.background-image {
  position: relative;
}
section:not(.ctas).dark-bg *, section:not(.ctas).background-image * {
  color: #fff;
}
.dark-bg .box *, .background-image .box * {
    color: #333;
}
#flexible-content .background-image:before {
	position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}
.background-image div, .background-colour {
	position: relative;
}
.box-wrap {
  margin: 20px 0;
}
.box {
	background: #f5f5f5;
	padding: 20px;
	float: left;
	width: 100%;
}
.box :first-child {margin-top: 0;}
.box :last-child {margin-bottom: 0;}

/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
#shop-page {
	padding: 0;
}
input#coupon_code {
    min-width: 200px;
    font-size: 0.9em;
    padding: 6px !important;
}
.woocommerce span.onsale {
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
}
.shop-content {
	margin: 20px 0;
}
h1.page-title {
	margin: 0 0 20px 0;
}
.woocommerce .products ul, .woocommerce ul.products {
	margin-right: -10px;
	margin-left: -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  padding: 0 10px;
  margin: 10px 0 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}
ul.products.columns-2 li.product {
	-ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
ul.products.columns-3 li.product {
	-ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
ul.products.columns-4 li.product {
	-ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
ul.products li.product a.woocommerce-loop-product__link {
	flex: 0 0 auto;
}
.woocommerce ul.products li.product .button {
  align-self: baseline;
  margin: 0 auto;
  margin-top: auto;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	width: 100%;
	-ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}
.pswp--open {
  z-index: 999999;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 80px;
}

/*--------------------------------
# SLIDER
--------------------------------*/
.slide h1, .slide p, .slide .button {
  visibility: hidden;
  animation-name: fadeOut;
  animation-duration: 0.5s;
}
.slide.is-selected h1 {
  animation-name: fadeInDown;
  animation-duration: 1s;
  visibility: visible;
}
.slide.is-selected p {
  animation-name: fadeInUp;
  animation-duration: 1s;
  visibility: visible;
}
.slide.is-selected .button {
  animation-name: fadeIn;
  animation-duration: 1s;
  visibility: visible;
}

.slider .slide:before {
	content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.32);
}

.slider .inside  {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 1140px;
  text-align: left;
  width: 70%;
}
.slide * {
  color: #fff;
}
.slider .slide {
  min-height: 70vh;
  height:1px;
  padding: 60px 0;
  width: 100%;
}
.flickity-page-dots {
  bottom: 20px;
}
.slider .flickity-page-dots .dot, .testimonial-slider .flickity-page-dots .dot {
  background: #fff;
  height: 12px;
  width: 12px;
}
/*-----------------------
# Hero Image
------------------------*/
.hero {
	position: relative;
	float: left;
	width: 100%;
	min-height: 600px;
}
.hero .arrow {
	position: absolute;
  bottom: 20px;
  text-align: center;
  color: #fff;
  width: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
	cursor: pointer;
	transition: all 0.4s ease;
	z-index: 3;
}
.hero .arrow:hover {
	opacity: 0.8;
}
.hero .arrow p {
	margin: 0;
	font-size: 0.9em;
}
.hero .arrow i {
	font-size: 1.5em;
}
.hero h1 {
	display: inline-block;
	margin: 0;
}
.hero h1 {
	color: #fff;
	font-size: 3.6em;
}
.hero h3 {
  color: #C9C24C;
  margin: 0;
  margin-top: 30px;
  font-size: 1.4em;
}
.hero h1 span {
  float: left;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
}
.hero .tagline {
	margin-top: 80px;
}
.hero .text {
	position: relative;
	max-width: 667px;
}
.hero .vci {
	text-align: left;
}
.hero:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 325px;
	height: 162px;
	background: url('images/slider-corner.svg');
	background-repeat: no-repeat;
	background-size: contain;
}
.hero:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.32);
}
/*-----------------------
# Home
------------------------*/
div#home {
  padding-top: 20px;
}
.incidents-container {
  position: absolute;
  top: 0;
  height: auto;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  left: 0;
  right: 0;
	z-index: 9;
}
.incidents-wrap {
  width: 100%;
  max-width: 300px;
	float: right;
}
.incidents-toggle {
  background: #273E65;
  color: white;
	cursor: pointer;
  padding: 20px;
  transition: all 0.4s ease;
	font-size: 1.1em;
	font-weight: bold;
	user-select: none;
	box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.4);
}
.incidents-toggle:hover {
  background: #C9C24C;
}
.incidents-list {
  background: #2E2E2E;
  padding: 10px 30px;
	display: none;
}
.incidents-list a {
	color: #fff;
	display: inline;
}
.incidents-list span.date {
	font-weight: bold;
}
.incidents-toggle .icon {
  font-size: 1.4em;
  line-height: normal;
}
.incidents-list a:hover {
	color: #C9C24C;
}
.incidents-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.incidents-list ul li {
	padding: 15px 0;
}
.incidents-list ul li:not(:last-child) {
	border-bottom: 1px solid #fff;
}
.news-events {
  margin-bottom: 20px;
}
.news-events-wrap .section-title {
	margin-bottom: 10px;
	padding-bottom: 0;
}
section.space {
	padding: 60px 0;
}
/* Large post */
#home .featured-post {
	margin-bottom: 10px;
}
.featured-post {
	padding: 20px;
	min-height: 400px;
	position: relative;
}
.featured-post .inner {
	background: rgba(39,62,101,0.35);
	padding: 20px;
	max-width: 580px;
	transition: all 0.4s ease;
}
.featured-post:hover .inner {
	background: rgba(39,62,101,0.5);
}
.featured-post .inner h2, .featured-post .inner h3 {
	color: #fff;
}
.featured-post .inner h2 {
	font-weight: 300;
}
div.read-more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 20px 20px 10px 20px;
	background: url('images/post-corner.svg');
	background-size: 145px;
	background-repeat: no-repeat;
	background-position: bottom right;
	transition: all 0.4s ease;
}
div.read-more.large {
	background-size: 225px;
}
div.read-more.small {
	background-size: 125px;
}
div.read-more span {
	opacity: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	transition: all 0.4s ease;
	font-size: 0.9em;
}
div.read-more span i {
	color: #F5111A;
}
@media (any-hover: hover) {
	.post-container:hover .read-more {
	  background-size: 380px;
	}
	.post-container:hover .read-more span {
		opacity: 1;
	}
	.post-container:hover .text {
		opacity: 0;
	}
	.standard-post:hover .overlay {
		opacity: 0;
	}
 }


.post-container h3 {
	font-size: 1.64em;
}
.post-container .text {
	transition: all 0.4s ease;
}



/* Standard posts */
.standard-post {
	position: relative;
	padding-bottom: 50%;
	margin: 10px 0;
}
.standard-post .overlay {
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 0;
	padding: 20px;
	transition: all 0.4s ease;
}

.standard-post h3 {
	color: #fff;
	margin: 0;
}

/* Link Box */
.link-boxes {
	margin-top: 20px;
}
.link-box {
	padding: 20px;
	background: #fff;
	border: 1px solid #707070;
	float: left;
	width: 100%;
	position: relative;
	margin: 5px 0;
}
.link-box:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 150px;
	height: 8px;
	background: #F5111A;
	opacity: 0;
	transition: all 0.4s ease;
}
.link-box .description {
	margin: 0;
	margin-top: 10px;
	color: #2E2E2E;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em;
}
.link-box .arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 1.2em;
  color: #343638;
	transition: color 0.4s ease;
}
.link-box .content {
	padding-right: 20px;
}
.link-box:hover, .link-box:focus {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.link-box:hover .arrow, .link-box:focus .arrow {
	color: #06838E;
}
.link-box:hover:before, .link-box:focus:before {
	opacity: 1;
}
.link-box .image-wrap {
	margin-bottom: 10px;
}
.link-box h3 {
	margin: 0;
}
.safe-kids .promo-box h3 {
  font-size: 1.6em;
}
.bottom-text .promo-box .text {
  position: absolute;
  bottom: 20px;
}

/*-----------------------
# Quote
------------------------*/
.section.quote {
	text-align:center;
	font-size:18px;
	background:#f5f5f5;
	padding-top:20px;
	padding-bottom:20px;
}
/*-----------------------
# Image Top Text Bottom
------------------------*/
.ittb {
  margin: 20px 0;
}

/*-----------------------
# Events Calendar
------------------------*/
#tribe-events-content {
	clear: both;
	padding: 40px 0;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    margin: 0 auto;
    clear: both;
    float: none;
}
body {
        --tec-color-accent-primary: #3657A4;
        --tec-color-icon-focus: #3657A4;
        --tec-color-accent-primary-hover: #3657A4;
        --tec-color-button-primary: #3657A4;
}
#tribe-events-pg-template {
    float: none;
    clear: both;
}
a.tribe-events-c-ical__link {
	display: none !important;
}
.tribe-events-view {
	float: left;
	width: 100%;
}
/*-----------------------
# Promo Boxes
------------------------*/

.promo-boxes .col {
	min-width: 33.33%;
	max-width: 33.33%;
}
.promo-boxes .col:first-child, .promo-boxes .col:nth-child(2) {
	min-width: 50%;
	max-width: 50%;
}
.promo-box {
  margin: 15px 0;
  width: 100%;
}
.first-full-width .col:first-child {
	min-width: 100%;
}
/* .first-full-width .col:first-child .promo-box .text, .top-text .promo-box .text {
  bottom: 40px;
	position: absolute;
} */

.promo-box .inner {
	height: 300px;
  width: 100%;
  position: relative;
}

.promo-box .text {
	padding: 30px;
}
.learn-more {
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 5px solid #06838E;
	padding-bottom: 5px;
	display: inline-block;
	font-size: 0.9em;
}
.promo-box .inner:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  background: #000;
	transition: all 0.4s ease;
}
.promo-box .inner:hover:before {
	opacity: 0.2;
}
.smaller-post-title {
	margin-top: 15px;
}
.promo-box h3 {
	color: #fff;
	margin: 0;
}
.promo-box div {
  z-index: 2;
  position: relative;
}

/*-----------------------
# Pages
-----------------------*/
/* .pages-layout .child-page:first-child, .pages-layout .child-page:nth-child(2) {
  min-width: 50%;
} */
.pages-layout .col {
	min-width: 33.33%;
	max-width: 33.33%;
}
.pages-layout .col:first-child, .pages-layout .col:nth-child(2) {
	min-width: 50%;
	max-width: 50%;
}
.child-page .inner {
  width: 100%;
}
.child-page.current {
  opacity: 0.5;
  pointer-events: none;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.parent-page {
  margin: 20px 0;
}
.no-block {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  padding: 40px;
  border: 2px dashed #ccc;
}
/*-----------------------
# Contact Details
-----------------------*/
.contact-details {
	padding: 40px 0;
}
.contact-details .section-title {
	padding-bottom: 20px;
}
.contact-details .notes h4 {
	margin-top: 0;
}
.contact-details .section-title {
	margin-bottom: 0;
	margin-top: 40px;
}
.phone-numbers p {
	margin: 0;
}
.phone-numbers .tel {
	margin: 0;
	margin-top: 5px;
	margin-bottom: 20px;
}
.form-wrap h3 {
	margin: 0;
	margin-bottom: 20px;
}
.contact-details h3 i {
  font-size: 0.7em;
  margin-right: 8px;
}
.contact-details .notes p {
	margin: 0;
	margin-top: 10px;
}
.contact-details .notes em {
	font-size: 0.9em;
}
.business-time {
  font-weight: bold;
}
.contact-details .bh {
	margin-bottom: 10px;
}

.contact-info .box {
	text-align: center;
}
.contact-info .box p, .contact-info .box h3 {
	margin: 0;
}
.contact-info .box h3 {
	justify-content: center;
	margin-bottom: 10px;
}
.contact-info .col {
	min-width: 200px;
	margin: 10px 0;
}
.station-search {
	padding: 30px 0;
	/* background: #F5111A; */
	background: #3657A4;
}
.station-map.head {
	margin-bottom: 20px;
}
.station-search .select2-container--focus {
	box-shadow: 0 0 0px 3px #d5ce4d;
}
.all-stations {
	width: 100%;
}
.station-search .col {
	max-width: 400px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3657A4 !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #000 !important;
}
/*-----------------------
# Calltoaction
-----------------------*/
.calltoaction {
	background: #f5f5f5;
	padding: 40px 0;
}
.cta-link {
  text-align: center;
}
.station-search form {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
.station-search .search-field {
	width: 100%;
}
/*-----------------------
# Features List
-----------------------*/
.feature {
	margin-bottom: 15px;
}
.feature .icon i {
  position: relative;
  top: -7px;
}
.feature .icon {
  max-width: 34px;
	color: #3657A4;
	font-size: 1.5em;
}
/*-----------------------
# Meet The Team
-----------------------*/
a.image-link.fancybox {
  display: block;
  float: none;
  max-width: 150px;
  margin: 0 auto;
  transition: all 0.3s;
}
a.image-link {
  transition: all 0.3s;
}
a.image-link:hover {
  opacity: 0.8;
}
.team-title {
	margin-bottom: 10px;
}
.team-subtitle {
  margin: 0;
}
.member, .member .inner {
	text-align: center;
}
.member img {
  display: block;
	border-radius: 50%;
	width: 100%;
  margin: 0 auto;
  width: 150px;
}
.modal-team img {
	display: block;
  width: 100%;
  max-width: 140px;
	margin: 0 auto;
	margin-bottom: 20px;
	border-radius: 50%;
}
.modal-header {
	text-align: center;
}
.gform_confirmation_wrapper {
  background: #7fb567;
  text-align: center;
  color: white;
  font-size: 1.4em;
  padding: 20px;
  margin: 20px 0;
  position: relative;
  border-top: 20px solid #fff !important;
}
.gform_wrapper div.validation_error {
  background: #790000;
  text-align: center;
  color: white !important;
  font-weight: normal !important;
  font-size: 1em !important;
  padding: 20px !important;
  border-top: none !important;
  border-bottom: none !important;
  margin: 20px 0 !important;
  position: relative;
  border-top: 20px solid #fff !important;
}
textarea {
  max-height: 150px;
}
/*-----------------------
# ACCORDION
-----------------------*/
.accordion-layout {
  padding-bottom: 40px;
}
.accordion-toggle, a.compact-link {
  width:100%;
  cursor: pointer;
  position: relative;
  padding: 15px 20px;
  border-radius: 10px;
  background: #E8E8E8;
  margin-top: 10px;
	line-height: normal;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color:#06838E;
  font-weight: 600;
  font-size: 1em;
  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;
}
.accordion-toggle:hover {
	background:#dadada;
}
.accordion-toggle.active {
  background: #dadada;
}
.accordion-toggle.active-panel {
  background: #ddd;
}
.accordion-content {
  overflow: hidden;
  display: none;
  padding: 20px;
}
.accordion-content.default {
  display: block;
}
.accordion-content p:first-child {
  margin-top: 0px;
}
.accordion-toggle i {
  font-size:30px!important;
	margin-left: 10px;
}
.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}


/*--------------------------------
# Logos
--------------------------------*/
.carousel-wrap {
  position: relative;
}
.carousel-wrap:before {
  content: '';
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 15%;;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255,0) 100%);
  z-index: 5;
}
.carousel-wrap:after {
  content: '';
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  width: 15%;;

  background: linear-gradient(90deg, rgba(255, 255, 255,0) 0%, rgb(255, 255, 255) 100%);
  z-index: 5;
}
.carousel img {
  display: block;
  height: auto;
  max-height: 150px;
  min-width: 50px;
  width: auto;
  max-width: 200px;
  padding: 20px;
  top: 50%;
  transform: translateY(-50%)
}
.logo-carousel .flickity-page-dots {
  bottom: 0;
  position: relative;
}

.accreditations .section-title {
	text-align: center;
}
.accs {
	text-align: center;
}
.accs img {
  display: inline-block;
  padding: 10px;
  vertical-align: middle;
  max-height: 90px;
  min-width: 50px;
  width: auto;
  max-width: 200px;
}

/*--------------------------------
# Downloads
--------------------------------*/
.download img {
	max-height: 100px;
	width: auto;
  display: inline-block;
  margin-bottom: 20px;
}

.download-section h3 {
	margin: 0;
}
.download-section {
	margin: 10px 0;
}
.group-description {
	margin-top: 10px;
}
.downloads .section-title {
	padding-bottom: 0;
	margin-bottom: 0;
}
/*--------------------------------
# Links section
--------------------------------*/
.links .link-wrap:not(:last-child) {
	margin-bottom: 40px;
}
#flexible-content {
	padding-bottom: 40px;
}
#flexible-content a:not(.read-more):not(.resource):not(.button):not(.promo-box) {
	text-decoration: underline;
	font-weight: bold;
}
#flexible-content span.button a {
	text-decoration: none !important;
}
#flexible-content a:not(.read-more):hover:not(.resource):hover {
	text-decoration: none;
}
.links .image img {
	display: block;
	width: 150px;
}
.link-title {
	margin: 0;
	margin-bottom: 10px;
}
.link-description {
  margin-top: 0;
  margin-bottom: 15px;
}
a.compact-link {
	text-decoration: none !important;
}
a.compact-link:hover {
	background: #06838E;
	color: #fff;
}
a.compact-link i {
	font-size: 17px;
}

/*--------------------------------
# TABS
--------------------------------*/
ul.tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
ul.tabs li{
  background: none;
  color: #333;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  transition: all 0.3s;
}
ul.tabs li:hover {
  background: #fafafa;
}
ul.tabs li.current{
  background: #ededed;
  color: #222;
  pointer-events: none;
}
.tab-content {
  display: none;
  background: #ededed;
  padding: 15px;
}
.tab-content.current{
  display: inherit;
}
/*--------------------------------
# GALLERY
--------------------------------*/
#flexible-content section.gallery:nth-child(even) {
	background: #f5f5f5;
}
.gallery-icon img {
  display: block;
}
.gallery-item .gallery-caption {
  display: block;
  font-size: 0.9em;
  font-style: italic;
  margin-top: 10px;
}
.gallery-item {
  padding: 0 10px;
  margin: 10px 0;
}
.gallery-image a {
  color: #fff;
}
.gallery-image .inner, .gallery-icon {
	position: relative;
	overflow: hidden;
	box-shadow: 0px 3px 9px #b9b9b9;
}

.gallery-image .inner:before, .gallery-icon a:before {
	opacity: 0;
	position: absolute;
	content:"\f03e";
	font-family: Font Awesome\ 5 Pro;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.4);
	transition: all 0.6s ease;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  color: #fff;
	font-size: 4em;
	z-index: 1;
}
.gallery-image:hover .inner:before, .gallery-icon:hover a:before {
	opacity: 1;
}
.gallery-image img {
	display: block;
	width:100%;
	transition: all 0.3s;
}
.gallery-image:hover img {
	transform: scale(1.1);
}
div.gallery {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}
.gallery-image {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width:240px;
	max-width: 560px;
	padding: 10px;
}
.gallery.count-4 .gallery-image {
	max-width: 25%;
	min-width: 25%;
}
.gallery-image img {
	width:100%;
	display:block;
}
section.gallery .row {
  margin-left: -10px;
  margin-right: -10px;
}
/*--------------------------------
# TESTIMONIAL
--------------------------------*/
.testimonial, .testimonial-slider {
	text-align:center;
	background: #273E65;
	color: #fff;
	padding: 30px 0;
  float: left;
  width: 100%;
}
.testimonial-slider .flickity-page-dots {
  position: relative;
  bottom: 0;
}
.t-slide h1 {
  margin-top: 0;
}
.testimonial p, .testimonial-slider p {
	font-size: 1em;
}
.testimonial .container, .testimonial-slider .container {
	max-width: 940px;
}
.testimonial .author, .testimonial-slider .author {
	color: #c1c1c1;
  font-style: italic;
  margin-bottom: 20px;
}
.has-one .flickity-page-dots {
  display: none;
}
.testimonial img, .testimonial-slider img {
	display:block;
	margin:0 auto;
  width: 90px;
	border-radius:50%;
	margin-bottom: 10px;
}
.testimonial i, .testimonial-slider i {
	color: #3657A4;
}
.testimonial-slider .flickity-viewport {
  transition: all 0.4s;
}
/*--------------------------------
# TESTIMONIAL GRID
--------------------------------*/

.testimonial-grid .inner {
  background: #f5f5f5;
  padding: 20px;
}
.testimonial-grid .inner .image {
  text-align: center;
}
.testimonial-grid .inner .author {
  font-weight: bold;
  text-align: center;
}
.testimonial-grid .inner .image img {
  border-radius: 50%;
  display: inline-block;
  width: 120px;
  margin: 0 auto;
}
.testimonial-grid .inner p:first-child {
  margin-top: 0;
}
/*--------------------------------
# VIDEO
--------------------------------*/
.video-container {
	min-width: 25%;
}
.video-container .shortcode {
	margin: 10px 0;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------
# CTAS
--------------------------------*/
.cta .inner {
	background:#f5f5f5;
	padding: 20px;
	text-align: center;
  width: 100%;
}
.cta-title {
	margin-bottom: 0;
}
.cta img {
	display: inline-block;
	width: auto;
	max-height: 60px;
  margin: 0 auto;
}

.ctas.dark-bg .section-title, .ctas.background-image .section-title {
	color: #fff;
}

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
.background-image .excerpt {
  background: #fff;
}
.excerpt {
	position: relative;
  margin: 10px 0;
  float: left;
  width: 100%;
}
.excerpt-related {
	margin: 10px 0;
}
#related-posts .section-title {
  margin-bottom: 20px !important;
}
.excerpt-related .image {
	padding-right: 0;
	max-width: 160px;
}
.excerpt-thumb-wrap {
	max-width: 140px;
}

#post-nav {
	margin-top: 10px;
}
.related-title {
	margin: 20px 0;
	margin-bottom: 10px;
}
.excerpt-title a {
	color: #273e65;
}
.excerpt-title a:hover {
	color: #C9C24C;
}
.excerpt-content p {
  margin: 0;
}
.excerpt-thumb img, .thumb-wrap img, .image-wrap img {
	display: block;
	width: 100%;
}
.excerpt-title {
	margin: 0;
}
.excerpt.standard .excerpt-title {
	margin-bottom: 0;
}
.excerpt.standard  .content {
	margin-top: 10px;
}
.meta span {
	display: inline-block;
}
.meta h4 {
	color: #273E65;
	margin: 0;
	font-weight: bold;
	margin-bottom: 10px;
}
.excerpt.standard .meta {
	margin-bottom: 0;
}
.meta p {
	margin-top: 0;
	margin-bottom: 10px;
}
#comments, #related-posts {
	float:left;
	width:100%;
	position:relative;
}
#post-nav {
  padding-top: 10px;
  float:left;
  width:100%;
  position:relative;
}
#related-posts {
  margin-top: 30px;
}
.prev-post, .next-post {
  margin: 10px 0;
}
#post-nav h3, #post-nav h4 {
  margin: 0;
}
#post-nav h4 {
  margin-top: 10px;
}
h1.single-title {
  font-size: 2em;
}
.single-content a img {
	box-shadow: 0px 3px 9px #b9b9b9;
}
.meta {
  margin: 5px 0;
  color: #2E2E2E;
  font-size: 0.9em;
}
.excerpt-content {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.meta .categories {
  display: block;
}

.sticky {
	display: block;
	position: relative;
}
.excerpt-thumb, .thumb-wrap, .image-wrap {
	position: relative;
  float: left;
  width: 100%;
  flex: 0 0 auto;
}
.image-wrap .caption {
  margin-top: 5px;
  font-size: 0.9em;
  color: grey;
  font-style: italic;
}
.excerpt-footer {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.updated:not(.published) {
	display: none;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Galleries (Flexible & posts)
--------------------------------------------------------------*/
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
section.gallery.count-5 .col, section.gallery.count-6 .col {
  min-width: 33.33%;
}
.gallery.count-10 .col {
	min-width: 20%;
	max-width: 20%;
}
.gallery.count-14 .gallery-image, .gallery.count-13 .gallery-image {
  min-width: 20%;
}
.gallery.count-13 .gallery-image {
  min-width: 20%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.gform_wrapper {
	margin:0 auto!important;
	max-width:960px!important
}

.gform_wrapper .gform_ajax_spinner {
  padding-left: 0 !important;
  max-width: 30px;
  position: relative;
  top: 7px;
  height: 25px;
}
/* .gform_wrapper label.gfield_label {
	font-size: 1em!important;
  font-weight: 600!important;
  margin: 0 !important;
} */
.gform_wrapper .field_description_below .gfield_description {
  padding-top: 0 !important;
}
.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
  padding: 0 !important;
}
.gform_wrapper .gfield_required {
	color:red!important
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent !important;
	border: none !important;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  /* padding: 8px 12px !important; */
	border-radius: 40px;
	padding: 10px 28px !important;
}
.gform_wrapper .gform_footer {
	text-align: right;
}
.dropdown select {
	padding: 8px 16px !important;
	border-radius: 35px;
	-webkit-appearance: none;
	appearance: none;
	border: 2px solid #C9C9C9;
	font-size: 0.9em !important;
	background-image: url('images/blue-arrow.svg');
	background-size: 12px;
	background-position: center right 15px;
	background-repeat: no-repeat;
}
.dropdown select:focus {
	border-color: #273E65;
}
input.switch {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	width:40px;
	height:20px;
	background-color:#449988;
	border:1px solid #D9DADC;
	border-radius:50px;
	-webkit-box-shadow: inset -20px 0px 0px 0px #D9DADC;
	box-shadow: inset -20px 0px 0px 0px #D9DADC;
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
}
input.switch:checked {
	-webkit-box-shadow: inset 20px 0px 0px 1px #4ed164;
	box-shadow: inset 20px 0px 0px 1px #4ed164;
}
input.switch::-ms-check {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
	filter: alpha(opacity=0); /* IE 5-7 */
	opacity: 0;
}

select#archives {
  -webkit-appearance: none;
  appearance: none;
  border: 2px solid #2E2E2E;
  font-weight: bold;
  padding: 8px 48px 8px 28px;
	background: url('images/grey-arrow-down.svg');
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center right 20px;
}
select#archives:focus {
	/* border-color: #d5ce4d; */
	outline: 3px solid #d5ce4d;
}
/* Fluid Video Embeds */
.fve-video-wrapper {
  position: relative;
  overflow: hidden;
  height: 0;
  background-color: transparent;
  padding-bottom: 56.25%;
  margin: 0.5em 0;
}
.fve-video-wrapper iframe,
.fve-video-wrapper object,
.fve-video-wrapper embed {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fve-video-wrapper a.hyperlink-image {
  position: relative;
  display: none;
}
.fve-video-wrapper a.hyperlink-image img {
  position: relative;
  z-index: 2;
  width: 100%;
}
.fve-video-wrapper a.hyperlink-image .fve-play-button {
  position: absolute;
  left: 35%;
  top: 35%;
  right: 35%;
  bottom: 35%;
  z-index: 3;
  background-color: rgba(40, 40, 40, 0.75);
  background-size: 100% 100%;
  border-radius: 10px;
}
.fve-video-wrapper a.hyperlink-image:hover .fve-play-button {
  background-color: rgba(0, 0, 0, 0.85);
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#footer {
	/* float: left; */
	/* width: 100%; */
	clear: both;
	background: #273E65;
	color: #fff;
	padding: 60px 0;
  font-size: 0.9em;
	border-bottom: 6px solid #F5111A;
}
.footer-image img {
    display: block;
    max-height: 140px;
    width: auto;
}
#footer .name {
  white-space: nowrap;
}
#footer .container {
	position: relative;
}
#footer .backtotop {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  background: white;
  justify-content: center;
	transition: all 0.4s ease;
	cursor: pointer;
	border-radius: 50%;
  position: absolute;
  right: 0;
  top: -95px;
}
#footer .backtotop:hover {
	background: #e8e8e8;
}
#footer .fm {
	margin: 20px 0;
}
#footer .logo img {
  width: 100%;
  max-width: 310px;
	display: block;
}
#footer a:not(.social-link) {
	color: #fff;
}
#footer .social-link:hover {
	color: #fff;
}
#footer p {
  color: #fff;
}
#footer a:not(.social-link):hover {
	color: #06838E;
}
#footer p i {
  color: #fff;
}
#footer h3 {
	margin: 0 0 20px 0;
  color: #C9C24C;
}
.newsletter form fieldset {
	padding: 0;
	border: none;
}
.newsletter form ol {
	padding: 0;
	list-style: none;
	margin: 0;
	display: inline-block;
}
.newsletter form input[type="email"] {
	width: 300px;
	margin-right: 10px;
}
.newsletter .gform_confirmation_wrapper {
    background: none !important;
    text-align: left !important;
    border: none !important;
    padding: 0 !important;
    font-size: 1em;
}
.newsletter .gform_footer.before {
    padding: 0 !important;
}
.newsletter .gform_wrapper .field_description_below .gfield_description {
	padding-top: 14px !important;
}
.newsletter form .button_panel {
	display: inline-block;
}
.newsletter form label {
	display: none;
}
.footer-menus {
	margin-bottom: 100px;
}
.footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-menu li a {
	position: relative;
	margin-bottom: 5px;
	font-weight: 500;
	font-style: normal;
}
.footer-menu .current-menu-item a, .footer-menu .current_page_parent >a {
  color: #fff;
}
.newsletter {
	padding: 40px 0;
	background: #06838E;
}
.newsletter h3, .newsletter .social a, .newsletter .social a:visited {
	color: #fff;
}
.newsletter h3 {
  font-size: 1.65em;
  margin: 0;
  margin-bottom: 15px;
}
.newsletter .social a:hover {
	color: #3657A4;
}
.newsletter .social-link.twitter svg {
	width: 25px !important;
}
.newsletter .social a {
  font-size: 1.6em;
}
/*--------------------------------------------------------------
# SOCIAL
--------------------------------------------------------------*/
.social-link {
	color: #3657A4;
	padding: 5px;
	font-size: 1.2em;
	transition: all 0.2s ease;
}
a.social-link:visited {
	color: #3657A4;
}
a.social-link:hover, .social-link:hover {
	color: #273E65;
}


/* Accessability */
a:not(.post-container):focus {
	outline: 3px solid transparent;
	color: #0b0c0c;
	background-color: #d5ce4d;
}
.excerpt-title a:focus:hover {
	color: #0b0c0c;
}
button.toggle-wrap {
    padding: 0 !important;
    background: none !important;
}
.toggle-wrap:focus, .toggle-wrap:hover {
	background: none;
	outline: none;
}
.toggle-wrap:focus .toggle-bar::before, .toggle-wrap:focus .toggle-bar::after {
	background: #d5ce4d;
}
.toggle-wrap:focus .toggle-bar {
	border-top-color: #d5ce4d;
}
.toggle-wrap.active:focus .toggle-bar {
	border-top: 4px solid transparent;
}
.search-form .search-submit:focus {
	outline: 3px solid transparent;
	color: #0b0c0c;
	background-color: #d5ce4d;
}
.prefix-overlay-button-panel button:focus {
	outline: 3px solid transparent;
	color: #0b0c0c !important;
	background-color: #d5ce4d !important;
}
.post-container .inner {
	transition: all 0.4s ease;
}
a.standard-post:focus, a.featured-post:focus, a.post-container:not(.featured-post):focus .inner {
  outline: 5px solid #06838E;
}
.excerpt.standard .excerpt-thumb a:focus img {
  outline: 3px solid #d5ce4d;
}
.newsletter .social a:focus {
	color: #273E65;
}
#header #logo a:focus img {
  outline: 3px solid #d5ce4d;
}
[type="radio"]:focus {
  outline-width: 2px;
  outline-style: solid;
  outline-color: Highlight;
}

/* WebKit gets its native focus styles.
 */
@media (-webkit-min-device-pixel-ratio:0) {
  [type="radio"]:focus {
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
  }
}
#footer a:not(.social-link):focus {
	color: #273E65;
}
.link-box:focus {
	background: #fff !important;
	outline: 3px solid #273E65;
}
#prefix-submitButton:focus {
	background-color: rgb(201, 194, 76) !important;
	border: 1px solid rgb(201, 194, 76) !important;
}
.prefix-overlay-close:focus {
		outline: 3px solid #d5ce4d !important;
}
/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
	.shorter .promo-box .inner {
	  height: 209px;
	}
}
@media screen and (min-width: 1201px) {
	#header #menu {
		display: none !important;
	}

}
@media screen and (min-width: 641px) {
	.form-wrap {
		padding-right: 2px;
	}
}
@media screen and (min-width: 1024px) {
	.gallery.count-9 .gallery-image {
		min-width: 33.33%;
	}
	ul.pages {
		display: block !important;
	}
	.next-post {
		text-align: right;
	}
}
@media screen and (max-width: 1280px) {
	#footer .backtotop {
		right: 30px;
	}
}
@media screen and (max-width: 1200px) {
	.container {
  	/* max-width: calc(100% - 30px); */
	}
	.search-bar {
		padding: 5px 15px;
	}
	#header #menu {
		padding-bottom: 15px;
		margin-top: 0;
	}
	#logo {
		margin-bottom: 15px;
	}
	#menu-toggle {
		display: block;
	}
	#header #menu-desktop {
		display: none;
	}
	.head-info {
		min-width: 100%;
	  order: -1;
	  padding: 0;
	  margin-bottom: 15px;
	}
	#footer .fm {
		min-width: 33.33%;
	}
}
@media screen and (max-width: 1024px) {
  .cover, .background-image {
    background-attachment: scroll !important;
  }
  .video-container {
    min-width: 50%;
    max-width: none;
  }
  .grid-item {
		width: 50%;
	}
  #banner {
    height: auto;
    min-height: 250px;
  }
}
@media screen and (max-width: 1023px) {
	.gallery.count-9 .gallery-image {
		min-width: 33.33%;
		max-width: 33.33%;
	}
	.footer-menus {
		margin-bottom: 45px;
	}
	ul.pages {
		display: none;
		margin-top: 20px;
		padding: 20px;
		background: #e8e8e8;
	}
	.pages-layout .col {
  	min-width: 50%;
  	max-width: 50%;
	}
	#banner {
		margin-bottom: 15px;
	}
    .footer-image {
        margin-top: 20px;
    }
    .footer-image img {
        margin: 0  auto;
    }
	#flexible-content {
		padding-bottom: 15px;
	}
	#sidebar {
		margin: 0;
	}
	#banner .text {
		font-size: 0.7em;
		padding: 20px 25px;
	}
	.hero h1 {
		font-size: 2.8em;
	}
	#header #logo {
		max-width: 220px;
	}
	ul.products.columns-4 li.product {
		-ms-flex: 0 0 33.33%;
	  flex: 0 0 33.33%;
	  max-width: 33.33%;
	}

  .promo-box.col {
    min-width: 50%;
  }
	#sidebar, #flexible-content {
		min-width: 100%;
		max-width: 100%;
	}
	.woocommerce-page #sidebar {
		display: none;
	}
  .sm-clean a span.sub-arrow {
    right: 8px;
    width: auto;
  }
  .sm-clean span.sub-arrow:before {
    font-size: 1.4em;
  }
  .gallery.count-14 .gallery-image {
    min-width: 33.33%;
  }
  .gallery.count-13 .gallery-image {
    min-width: 33.3%;

  }
  .gallery.count-13 .gallery-image:nth-child(13), .gallery.count-13 .gallery-image:nth-child(12) {
    min-width: 50%;
  }
	.gallery.count-10 .col {
	  min-width: 220px;
		max-width: none;
	}
  .image-left .image-wrap img, .image-right .image-wrap img {
    display: block;
    margin: 0 auto;
  }



  header .head-info span.header-link {
    display: none;
  }

  .three-text {
    min-width: 50%;
  }
}

@media screen and (max-width: 1000px) {
	.links .link, .downloads .download {
		min-width: 50%;
    max-width: 50%;
	}
	.gallery.count-4 .gallery-image {
		max-width: 50%;
		min-width: 50%;
	}
  .gallery.count-10 .gallery-image:nth-child(9), .gallery.count-10 .gallery-image:nth-child(10) {
    min-width: 50%;
  }
}

@media screen and (max-width: 980px) {
	.gallery-image {
		min-width: 180px;
	}
}

@media screen and (max-width: 768px) {
	.feature {
		min-width: 50%;
	}
	.single-tribe_events .tribe-events-schedule {
		background: none;
		border: none;
		padding: 0;
	}
	.tribe-events-schedule h2 {
		margin-top: 0;
	}
	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
	.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
		width: 100%;
		-ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.cta.col {
		margin-bottom: 40px;
    min-width: 100%;
	}
	.ctas {
		padding-bottom: 10px;
	}
	#footer .col {
    margin: 10px 0;
	}
}
@media screen and (max-width: 767px) {
	#footer .fm {
		min-width: 50%;
	}
	.document.foi .text {
		min-width: 100%;
		margin-bottom: 20px;
	}
	.document.foi .row {
		justify-content: space-between;
	}
	.newsletter form  {
		margin-bottom: 30px;
	}
	.page-template-page-contact #nobanner {
		display: none;
	}
	.error-404 {
		padding: 40px 0;
	}
	.footer-menu li a {
		font-size: 1.1em;
		display: inline-block;
		padding: 2px 0;
	}
	#footer .logo img {
		width: 150px;
	}
	.post-container h3 {
		font-size: 1.3em;
	}
	.promo-box .inner {
		height: 250px;
	}
	#menu-toggle {
		padding: 0 15px;
	}
	.search-bar .login a {
		padding: 0;
		margin-right: 15px;
	}
	.container {
  	/* max-width: calc(100% - 15px); */
	}
	.search-bar {
		width: 100%;
	}
	.search-bar:before {
		display: none;
	}
	ul.products.columns-2 li.product, ul.products.columns-3 li.product, ul.products.columns-4 li.product {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
  .error-404 #icon {
    min-width: 100%;
    border: none;
  }
  .error-404 .vci {
    text-align: center;
  }
  .carousel-wrap {
    padding: 0;
  }
  .slider .inside {
    width: 100%;
  }
  .grid-item.post {
    width: 100%;
  }
  .excerpt-archive {
    min-width: 100%;
    max-width: 100%;
  }
  h1.single-title {
    font-size: 1.6em;
  }
  .slide h1 {
    font-size: 1.8em;
  }
  .accordion-toggle {
    font-size: 1.05em;
  }
  .slide p {
    font-size: 1.1em;
  }
  #sidebar {
    max-width: 100%;
    min-width: 100%;
		margin: 0;
  }
	#sidebar ul.pages {
		padding: 20px;
	}
  .background-image {
    background: #273E65 !important;
  }
  .background-image:before {
    display: none;
  }
  #banner h1 {
    font-size: 2.3em;
  }
  .tab-content {
    display: block !important;
    background: none;
    padding: 0;
  }
  ul.tabs {
    display: none;
  }
  .tab-title {
    display: block;
  }
  .alignleft {
    display: block;
    float: none;
    margin: 20px auto;
  }
  .alignright {
    display: block;
    float: none;
    margin: 20px auto;
  }
  .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  ul, ol {
    margin: 0 0 1.5em 0em;
    -webkit-padding-start: 30px;
  }
  .three-text {
    min-width: 100%;
  }
	#header #menu-toggle {
		max-width: none;
	}
  .video-container {
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
	.fancybox-slide--html .fancybox-content {
		margin: 0;
	}
	#footer .name {
		white-space: normal;
	  }
	.search-form .search-field {
		min-width: 0;
	}
	.excerpt-incident h3 {
		font-size: 1.1em;
	}
	.pagination a, .wp-pagenavi a {
		padding: 0 5px;
	}
	#breadcrumbs .inner {
		border-left: none;
		padding: 15px 0;
	}
	#breadcrumbs .sep {
  	margin: 0 5px;
	}
	#breadcrumbs {
		font-size: 0.9em;
	}
	#breadcrumbs img {
		margin-right: 10px;
		margin-left: 0;
	}
	.first-full-width .col {
		min-width: 100%;
	}
	.hero .tagline {
		margin-top: 20px;
	}
	.hero {
		min-height: 480px;
	}
	.hero:after {
		width: 145px;
		height: 72px;
	}

	.table-head .col.date-title, .excerpt-archive .col.main {
		min-width: 100%;
	}
	.acf-map {
		height: 300px;
	}
	#archive .table-head {
		display: none;
	}
	.excerpt-incident .main .inner {
		border: none;
		padding-bottom: 0;
	}
	.excerpt-incident .inner {
		padding: 0;
	}
	.excerpt-archive .col.date {
		margin-bottom: 10px;
	}
	.excerpt-incident .col {
		min-width: 100% !important;
	}
	.excerpt-incident {
		padding: 20px;
	}
	.excerpt-archive .col.main {
		order: -1;
	}
	.pages-layout .col, .pages-layout .col:first-child, .pages-layout .col:nth-child(2) {
		min-width: 100%;
	}
	.single-post .image-strip {
		margin-bottom: 20px;
	}
	.head-info .social {
		display: none;
	}
	#header .reciteme {
		display:none
	}
	#nobanner h1 {
		font-size: 2em;
	}
	.hero h1 {
		font-size: 2em;
	}
	.woocommerce-form-coupon .form-row {
    width: 100% !important;
    padding: 0 !important;
	}
	.woocommerce-message {
		display: flex;
		flex-direction: column;
	}
	input#coupon_code {
		min-width: 100%;
		margin-bottom: 10px;
	}
	.coupon .button {
    width: 100% !important;
	}
	.woocommerce-message a {
		align-self: baseline;
		margin-top: 10px;
	}
	.woocommerce-message a.button {
		order: 2;
		margin-top: 10px;
	}
	.fancybox-content {
		height: 100%;
		width: 100%;
		padding: 55px;
	}
	.fancybox-slide--html {
		padding: 0;
	}
	.fancybox-slide:before {
		display: none;
	}
	.grid-item {
		width: 100%;
	}
  blockquote {
    width: 100%;
    margin: 15px 0;
  }
  .links .link, .downloads .download {
    min-width: 100%;
  }
  .downloads .download {
    text-align: center;
  }
	.gallery-image {
		min-width: 50% !important;
		max-width: none !important;
	}
	.head-info {
		text-align: center;
	}
	.feature, .promo-box.col {
		min-width: 100%;
	}
  .map iframe {
  	width:100%!important;
  	height:340px;
  }
}
@media screen and (max-width: 575px) {
	.excerpt.document .download .button {
	  margin-top: 10px;
	}
}
@media screen and (max-width: 567px) {
	#footer .fm {
		min-width: 100%;
	}
	.col.promo-box {
		min-width: 100% !important;
	}
	.excerpt-thumb-wrap {
	  min-width: 100%;
	  max-width: 100%;
	}
	.excerpt-thumb-wrap img {
	  display: block;
	  width: 140px;
	  margin-bottom: 15px;
	}
}
@media screen and (max-width: 445px)  {
	.newsletter form ol, .newsletter form li {
		width: 100%;
	}
	.newsletter form input[type="email"] {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
	}
}
@media screen and (max-width: 375px) {
  .features .container {
    padding-left: 20px;
    padding-right: 20px;
  }
	.hero h1 {
		font-size: 1.7em;
	}
	.post-container h3 {
		font-size: 1.1em;
	}
	.featured-post .inner h2 {
		font-size: 1.3em;
	}
  h1 {
  	font-size:2.8em;
  }
  h2 {
  	font-size:1.7em;
  }
  h3 {
  	font-size:1.2em;
  }
  h4 {
  	font-size:1em;
  }
  h5 {
  	font-size:0.8em;
  }
  h6 {
  	font-size:0.6em;
  }
  .row.related {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 374px) {
	ul.products.columns-2 li.product, ul.products.columns-3 li.product, ul.products.columns-4 li.product {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	}
}
