/*!
Theme Name: Idexcorp
Author: Lee Gellie
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: idex
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Idex is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */


/* Text-level semantics
	 ========================================================================== */

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	padding: 0;
	margin: 0;
	white-space: normal;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #085e9b;
}

a:visited {
	color: #249fd0;
}

a:hover,
a:focus,
a:active {
	color: #249fd0;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button: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-color: #aaa #bbb #bbb;
}

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: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}
.mibutton { color: #000;
font-size: 1rem;
  text-transform: uppercase;
  line-height: 1.4;
margin: 0 0 .9375rem;
  font-weight: 700;}
.sidebartitle {font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 0.9375rem; 
    padding: 0 1rem;
    color: #085e9b;
    margin-bottom: 2.5rem; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;
	margin-top: 0;
	/*rtl:ignore*/
	margin-right: 1.875rem;
	max-width: calc(100% - 18.75rem) !important;
}

.alignright {

	/*rtl:ignore*/
	float: right;
max-width: calc(100% - 18.75rem) !important;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/*-----------*/

h4 {
	font-size: 1.5rem;
font-weight: 600;
line-height: 1.4;
margin: 0 0 .9375rem;
}
.card-box h4 {
	color: #fff;
}
h5 {
	color: #000;
font-size: 1rem;
	text-transform: uppercase;
	line-height: 1.4;
margin: 0 0 .9375rem;
	font-weight: 700;
}
p {
	font-size: 1.125rem;
}
.hero-box {
	height: 51.875rem;
 	overflow: hidden;
	position: relative;
	color: #fff;
	font-size: 1.125rem;
}
.hero-box .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.hero-box a {
	color: #fc0;
font-size: .9375rem;
font-weight: 900;
	position: relative;
text-transform: uppercase;
	display: inline-block;
padding-right: 1em;
}
.hero-box a:after, .person .link:after, .b-dir-col a span:after, .lnk span:after, .seg-link:after, .btn-link:after,
.cta-link:after {
	display: inline-block;
font-family: "Font Awesome 5 Free"; 
font-weight: 900;
  font-size: 14px;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f105";
font-size: 1em;
position: absolute;
top: 0;
right: 0;
}
.content-img h2 a:after{
	display: inline-block;
font-family: "Font Awesome 5 Free"; 
font-weight: 900;
  font-size: 14px;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f105";
font-size: 1em;
	position: relative;
    left: 10px;
    top: 1px;
	right: unset;
}
.hero-box a:hover {
	color: #fff;
}
.inner {
	max-width: 73.75rem;
	margin: auto;
	position: relative;
}
.hero-box .inner {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
}
.hero-box .bg-box {
	 background: rgba(0,0,0,.8);
  	max-width: 37.5rem;
  	padding: 6.25rem 3.125rem;
 }
.card-box, .column {
	
	box-shadow: 0 0 .25rem 0 rgba(0,0,0,.2);
padding: .1875rem;
}
.card-left, .card-right {
	
	max-width: 50%;
width: 100%;
}
.card-left {
	background-color: #085e9b;
color: #fff;
padding: 2.5rem;
}
.columns {
	padding: 1.875rem 0 4rem;
}
.columns .inner, .card-box, .column, .column-in {
	display: flex;
}
.column {
	flex: 1 0 auto;
margin: 0 1%;
  
max-width: 32%;
position: relative;
width: 100%;
	
}
.column-in {
	flex-direction: column;
	width: 100%;
	min-height: 907px;
	
	position: relative;
}
.columns .inner .column:first-child {
	margin-left: 0;
	
}
.columns .inner .column:first-child .column-in, .columns .inner .column:last-child .column-in, .indent {
	padding: 0 2.5rem;
}
.columns .inner .column:last-child {
	margin-right: 0;
}
.column-img {
	height: 218px;
	position: relative;
	margin: 0 -2.5rem 3.75rem;
	overflow: hidden;
}
.column-img img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	min-width: 100%;
min-height: 100%;
	object-fit: cover;
}
.columns h5 {
	color: #42484d;
font-weight: 900;
margin: 0 0 1.25rem;
}
.column pre {
	font-size: 1.5rem;
font-weight: 500;
}
.column pre a {
	color: #42484d;
}
.column pre a:hover {
	text-decoration: none;
}
.columns .inner .column:first-child pre a {
	color: #085e9b;
}
.columns .inner .column:last-child pre a {
	color: #c60000;
}
.column-link {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #42484d;
	padding: .875rem 1.25rem;
}
.column-link a {
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-size: .9375rem;
font-weight: 900;
	min-height: 3rem;
}
.column-link a:hover {
	text-decoration: none;
}
.columns .inner .column:first-child .column-link {
	background: #064674;
}
.columns .inner .column:last-child .column-link {
	background: #9d0000;
}
.owl-carousel.slider-box, .owl-carousel.slider-box div:not(.column-img, .indent, .column-link, .owl-nav) {
	/* height: 100% !important; */
}
/* Feel free to change duration  */ 
.animated  {
  -webkit-animation-duration : 1000 ms  ;
  animation-duration : 1000 ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
}  
/* .owl-animated-out - only for current item */ 
/* This is very important class. Use z-index if you want move Out item above In item */ 
.owl-animated-out {
  z-index : 1 
   }
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */ 
.owl-animated-in {
  z-index : 0 
   }
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
.fadeOut  {
  -webkit-animation-name : fadeOut  ;
  animation-name : fadeOut  ;
} 
.fadeIn  {
  -webkit-animation-name : fadeIn  ;
  animation-name : fadeIn  ;
} 
@-webkit-keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}
@keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}
@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}


.owl-carousel.slider-box .owl-nav button.owl-next, .owl-carousel.slider-box .owl-nav button.owl-prev {
	border: .0625rem solid #dbdde1;
	width: 23px;
	height: 23px;
	border-radius: 0;
	margin: 2px;
	padding: 0;
}
.owl-carousel.slider-box .owl-nav button.owl-next span {
	left: 1px;
}
.owl-carousel.slider-box .owl-nav button.owl-prev span {
	right: 1px;
}
.owl-carousel.slider-box .owl-nav button:hover {
	background: #085e9b;
}
.owl-carousel.slider-box .owl-nav button span {
	font-size: 24px;
	position: relative;
	top: -8px;
}
.owl-carousel.slider-box .owl-nav button:hover span {
	color: #fff;
}
.owl-nav {
	position: absolute;
left: 38px;
top: 240px;
}
.text-center {
	text-align: center;
	color: #42484d;
font-weight: 600;
font-size: 1.25rem;
}
.text-center ul, .copy ul {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
}
.text-center ul li, .copy ul li {
	display: inline;
}
.text-center ul a {
	color: #42484d;
}
.site-footer {
  margin: 6rem 0 3.75rem;
}
.text-center ul .youtube a, .text-center ul .linkedin a, .text-center ul .twitter a {
	display: inline-block;
	width: 25px;
	height: 25px;
	text-indent: -10000px;
	background: url('images/youtube-logo.png') no-repeat center center;
	background-size: 100% auto;
	margin: 0 5px;
}
.text-center ul .linkedin a {
	width: 22px;
	background: url('images/linkedin-logo.png') no-repeat center center;
	background-size: 100% auto;
}
.text-center ul .twitter a {
	
	background: url('images/twitter-logo.png') no-repeat center center;
	background-size: 100% auto;
}
.copy {
	text-align: center;
	margin-top: 30px;
}
.copy li {
	border-left: 1px solid #42484d;
	padding: 0 2px 0 5px;
	line-height: 100%;
}
.site-header {
	background-color: rgba(0,0,0,.85);
border: 1px solid rgba(255,255,255,.2);
	position: fixed;
	
	width: 100%;
	z-index: 777;
	color: #fff;
	height: 6.25rem;
}
.site-header .inner {
	position: static;
}
.navbar-toggle {
	display: none;
}
.info-box {
	position: absolute;
	top: 0;
	right: 0;
}
.utilities {
	display: flex;
	flex-wrap: wrap;
  
	justify-content: space-between;
  align-content: space-between;
}
.utilities > div {
	display: flex;
	font-size: .875rem;
line-height: 1.14;
	justify-content: space-between;
  align-content: space-between;
}
.info-1, .info-2, .info-3 {
	display: inline-block;
	margin-right: 1.125rem;
}
.info-1 {
	color: #878787;
}
.info-3 {
	color: #fc0;
	position: relative;
}
.n-img img {
	width:100%;
}
.info-3:before {
	margin-right: 3px;
	display: inline-block;
font-family: "Font Awesome 5 Free"; 
font-weight: 900;
  font-size: 14px;
font-size: inherit;
text-rendering: auto;

content: "\f30c";


}


.info-left {
	border-left: .0625rem solid rgba(255,255,255,.2);

padding: .625rem 1.5625rem;
}
.info-right ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Arial,sans-serif;
}
.info-right ul li {
	display: inline-flex;
}
.info-right ul li a {
	color: #ccc;
	font-size: .875rem;
line-height: 1.14;
	border-left: .0625rem solid rgba(255,255,255,.2);
	padding: .625rem 1.875rem;
	text-decoration: none;
}
.info-right ul li a:hover {
	color: #fc0;
}
.main-navigation ul li {
	font-size: 1.125rem;
	text-transform: uppercase;
}
.utilities {
	border-bottom: .0625rem solid rgba(255,255,255,.2);
}
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&display=swap');
.main-navigation > ul > li > a {
	color: #fff;
	font-weight: 500;
	letter-spacing: .0625rem;
	padding: 1.125rem;
	transition: all 0.3s;
	border-left: .0625rem solid rgba(255,255,255,.2);
	font-family: 'Oswald', sans-serif;
}
.main-navigation > ul > li:hover > a {
	color: #fc0;
}
.sub-menu {
	padding: .625rem 0;

min-width: 260px;
background-color: #e7e9ed;
border-top: .125rem solid #fc0;
box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
width: 13.75rem;
}

.main-navigation ul ul {
	float: none;
	display: block;
}
.main-navigation ul ul a {
	width: auto;
}

.sub-menu > .menu-item-has-children > a {
	position: relative;
}

.main-navigation ul ul li {
	position: relative;
}
.main-navigation ul ul li:after {
	content: '';
	width: 50px;
	height: 100%;
	
	position: absolute;
	right: -50px;
	top: 0;
}
.sub-menu >  .menu-item-has-children > a:after {
	display: inline-block;
font-family: "Font Awesome 5 Free"; 
font-weight: 900;
  font-size: 80%;
font-size: inherit;
text-rendering: auto;

content: "\f105";
font-size: 1em;
position: absolute;
top: 10px;
right: 10px;
	color: #085e9b;
}
.sub-menu li:hover .sub-menu {
	left: calc(100% + .9375rem);
}
.sub-menu > li {
	display: block;
}
.sub-menu > li > a {
	font-family: "Oswald",sans-serif;
font-size: 1.0625rem;
font-weight: 500;
letter-spacing: 1px;
	
padding: .625rem 1.25rem;
	color: #33383c;
	display: block;
}
.sub-menu > li:hover > a {
	color: #085e9b;
}
.logo-box {
	position: relative;
	top: 23px;
}
.bgmobile {display: none;}
.hero-box .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.hero-box .bg img.selected {
	display: block;
}
.hero-box .bg {
	transition: transform 2s,-webkit-transform 2s;
	transform: scale(1,1);
	
}
.hero-box .bg.load {
	transform: scale(1.1,1.1);
}

.main-navigation > ul > li.current-menu-item > a  {
	color: #fc0;
}

.header-bg {
	background-color: #01a2e7;
	background-size: cover;
	min-height: 20rem;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.item .column-img {
	margin: 0 0 3.75rem;
}
.main-navigation a {
	outline: none !important;
}
.has-sidebar {
	display: flex;
	flex-wrap: wrap;
}
.has-sidebar .main-content {
	flex: 1;
width: 100%;
max-width: 48.75rem;
min-width: 0;
}
.sidebar {
	flex: 1;
margin-left: 3.75rem;
max-width: 17.5rem;
width: 100%;
}

.site-main {
	padding-top: 100px;
	position: relative;
}

.site-main > .inner {
	padding-top: 50px;
}
.breadcrumbs {
	margin-bottom: 35px;
font-weight: 600;
font-size: 1rem;
color: #fff;
}
.breadcrumbs a {
	color: #fff;
	outline: none !important;
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs > span > span {
	color: #fff;
}
h1 {
	font-size: 3rem;
font-weight: 700;
line-height: 1;
margin: 0 0 1.25rem;
color: #fff;
}
.entry-header {
	margin-bottom: 130px;	
}
h2 {
	color: #085e9b;
font-size: 2.25rem;
font-weight: 700;
line-height: 1.2;
margin: 0 0 1.25rem;
}
h3 {
color: #42484d;
font-size: 1.875rem;
font-weight: 700;
line-height: 1.3;
margin: 0 0 1.25rem;
clear: none;
}
.site-main ul {
	list-style: none;
margin: 1.25rem 0;
padding: 0;
}
.site-main ul li {
	font-size: 1.125rem;
font-weight: 600;
padding-bottom: .625rem;
padding-left: 1.875rem;
position: relative;
}
.site-main ul li:before {
	
	content: " ";
border-radius: 50%;
height: .4375rem;
width: .4375rem;
background-color: #085e9b;
top: .5rem;

color: #085e9b;
font-weight: 700;
position: absolute;
left: .3125rem;
	
}
a {
	color: #085e9b;
word-wrap: break-word;
overflow-wrap: break-word;
transition-property: color;
}


.wp-caption-text {
  background: #eee;
  font-size: .8125rem;
  padding: 20px;
  text-align: center;
}
.video-box, .text-box-content {
	background-color: #fff;
box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
list-style: none;
padding: .4375rem;
margin-bottom: 1.5625rem;
width: 17.5rem;
}
.video-box h4, .text-box-content h4 {
	padding: 0 1rem;
	color: #085e9b;
	  margin-bottom: 2.5rem;

}
.video-box p, .text-box-content p {
	padding: 0 1rem;
}
.video-box h5, .text-box-content h5 {
	  color: #666;
  font-size: 1rem;
  margin-top: 1rem;
  text-transform: uppercase;
  padding: 0 1rem;

}
.text-box-content > a, .video-box > a, .btn-link {
	line-height: 1.25;
padding: .875rem 1.25rem;
text-align: left;
transition-property: background-color,border-color,color;
border-radius: 0;
border: .0625rem solid transparent;
background-color: #085e9b;
border-color: #085e9b;
color: #fff;
  display: block;
font-size: .9375rem;
font-weight: 900;
text-transform: uppercase;
}
.btn-link {
	background: #01a2e7;
	border-color: #01a2e7;
	display: inline-block;
	padding: .875rem 2rem .875rem 1.25rem;
	margin-bottom: 30px;
	transition: all 0.3s;
	position: relative;
}
.btn-link:after {
	top: 13px;
	right: 13px;
}
.btn-link:hover {
	border-color: #05416b;
	background: #05416b;
	color: #fff;
	text-decoration: none;
}

.btn-link:visited {
  
  color: #fff;
}
.text-box-content > a span, .video-box > a span {
	position: relative;
	display: inline;
}
.btn-link span {
	margin-right: 1rem;
}
.btn-link span:after {
	right: -16px;
	top: -1px;
}
.text-box-content > a span:after, .video-box > a span:after {
	
font-family: "Font Awesome 5 Free"; 
font-weight: 900;
  font-size: 14px;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f105";
font-size: 1em;
position: absolute;
top: 0;
right: -16px;
}




.play-btn {
  background-color: #000;
  display: block;
  position: relative;
  transition-property: background-color;
}
.play-btn::before, .play-btn::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transition: all 0.3s;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
}
.play-btn::before {
  background-color: rgba(255,255,255,.2);
  border-radius: 50%;
  width: 20%;
  padding-bottom: 20%;
  transition-property: width,padding-bottom;
}
.play-btn::after {
  
  
  border-top: 1.25rem solid transparent;
  border-top-width: 1.25rem;
border-bottom: 1.25rem solid transparent;
  border-bottom-width: 1.25rem;
border-left: 1.6875rem solid #fff;
  border-left-width: 1.6875rem;
left: calc(50% + .3125rem);


}

.play-btn img {transition-property: filter,opacity,-webkit-filter; opacity: .8; display: block; width: 100%;}


.play-btn:hover img{filter:grayscale(100);opacity:.4; }
.play-btn:hover:before{width:24%;padding-bottom:24%;}


.play-btn:hover{background-color:#085e9b;}

.text-box-content img {
	width: 100%;
}
.sub-menu > li.current-menu-item > a {
	color: #085e9b;
}
#page {
	overflow: hidden;
	min-width: 220px;
}
.person {
	position: relative;
}
.person .modal {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	
}
.team {
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
	margin-bottom: 50px;
}
.person {
	flex: 1 auto;
	transition: all 0.3s;
margin: 0 0 1.25rem 1.25rem;
  box-shadow: 0 0 .25rem 0 rgba(0,0,0,.2); 
padding: .1875rem;
width: calc(100%*(1/4) - 14px - 1px);
max-width: 260px;
text-decoration: none;
transition-property: color,box-shadow;
}

.person:hover {box-shadow:0 0 15px 0 rgba(0,0,0,.2);color:inherit;outline:none}
.person h3, .personh3 {
	color: #085e9b;
font-size: 1.1rem;
font-weight: 400;
}


.person .indent, .modal-color .indent {
	padding: 1.25rem;
}
.person .link {
	text-transform: uppercase;
	font-size: 1.125rem;
	color: #085e9b;
	font-weight: 900;
	transition: all 0.3s;
	position: relative;
	display: inline-block;
}

.modal-color #cboxLoadedContent {
	border-color: #fff;	
	border-width: 10px;
}

.modal-color .img img {
	width: 100%;
}
.modal-color h3 {
	color: #085e9b;
font-size: 1.5rem;
}
.modal-color #cboxClose {
	background: #fff;
	border-radius: 50%;
	height: 1.875rem;
width: 1.875rem;
top: 25px;
right: 25px;
color: #343639;
transition: all 0.3s;
box-shadow: 0 0 .3125rem rgba(0,0,0,.3);
}
.modal-color #cboxClose:after {
	content: '\f00d';
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	
	display: block;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 7px;
font-size: 17px;

text-indent: 0;
}
.modal-color #cboxClose:hover {
	
	background: #085e9b;
	color: #fff;
}

.person h4, .modal-color h4 {
	  color: #085e9b;
font-size: 1rem;
font-weight: 400;
}

.person:hover .link, .person:visited .link {
	color: #fc0;
}
.person .link:after {
	right: -16px;
	transition: all 0.3s;
}
.person .img img {
		width: 100%;
		aspect-ratio: 3/2;
		object-fit: contain;
}
.person .img {
	height: 206px;
	overflow: hidden;
}
.header-bg.long {
	height: 33rem;
}
.page-id-381 .header-bg.long {
	height: 33rem;
	filter: blur(19px);
    transform: scale(1.1);
}
.page-id-924 .header-bg.long{
	height: 100%;
}
.page-id-1043 .header-bg.long{
	height: 100%;
}
.page-id-1044 .header-bg.long{
	height: 100%;
}
@media screen and (max-width: 1094px) {
	.page-id-381 .header-bg.long {
		height: 36rem;
	
	}
}
@media screen and (max-width: 862px) {
	.page-id-381 .header-bg.long {
		height: 39rem;
	
	}
	  .bgmobile {display: block; background: cover}
  .bgmobile img {    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;}
  .bg{display:  none;}
}
@media screen and (max-width: 767px) {
	.page-id-381 .header-bg.long {
		height: 34rem;
	
	}
}
@media screen and (max-width: 590px) {
	.page-id-381 .header-bg.long {
		height: 39rem;
	
	}
}

.entry-header.no-indent {
  margin-bottom: 25px;
} 
.col-left, .col-right {
	color: #fff;
	display: inline-block;
	margin: 0 1%;
	width: 48%;
	vertical-align: top;
}
.col-left {
	margin-left: 0;
}
.col-right {
	margin-right: 0;
}
.col-left a, .col-right a {
	color: #fc0;
}
.col-left a:hover, .col-right a:hover {
	color: #cca300;
}
.b-dir {
	background: #085e9b;
	margin-top: 20px;
	position: relative;
}
.b-dir:before, .faq-title:before, .faq:before {
	background: #085e9b;
	width: 50000px;
	height: 100%;
	content: '';
	position: absolute;
	left: -2000px;
	top: 0;
	display: block;
}
.b-dir-col {
	display: inline-block;
	vertical-align: top;
	margin: 0 1% 0 0;
	width: 48%;
	color: #fff;
	padding: 1.25rem 0;
	position: relative;
	z-index: 7;
}
.b-dir-col.right {
	margin: 0 0 0 1%;
	text-align: right;
	padding: 1.5rem 0 0;
}
.b-dir-col h4 {
	font-size: 1.5rem;
	margin: 0;
font-weight: 600;
}
.b-dir-col a {
	font-weight: 900;
letter-spacing: .0625rem;
text-transform: uppercase;
	color: #fc0;
	
	display: inline-block;
	
}
.b-dir-col a span {
	position: relative;
	
}
.b-dir-col a:hover {
	color: #cca300;
	text-decoration: none;
}
.b-dir-col a span:after {
	right: -16px;
	top: -2px;
}
.content-img {
	display: flex;
	
	
}
.divider {
	border-bottom: .0625rem solid #fc0;
	width: 100%;
	margin: 0 1.4375rem;
	padding-bottom: 1.875rem;
}
.content-img h2 a {
	text-decoration: none;
	position: relative;
}
.content-img h2 a:hover {
	text-decoration: underline;
	color: #085e9b;
}

.lnk {
	font-size: .875rem;
	font-weight: 900;
	
	text-decoration: none;
	text-transform: uppercase;
	 display: inline-block;
}
.lnk span {
	position: relative;
}
.n-img {
width: 24%;	
}
.lnk span:after {
	right: -16px;
	top: 0px;
}
.content-img h2 a:after {
	right: -26px;
	
}
.faq-content {
	padding: 1.25rem;
    display: none;
}

.faq-item h4 {
	position: relative;
	cursor: pointer;
	padding: 1.25rem;
	color: #085e9b;
	margin: 0;
}
.faq-item h4:hover {
	color: #249fd0;
}
.faq-item h4:after, .business-top .icon:after {
	content: '\f067';
	font-family: "Font Awesome 5 Free"; 
font-weight: 900;
position: absolute;
right: 25px;
top: 27px;
font-size: 14px;
}
.open.faq-item h4:after, .open .business-top .icon:after {
	
	content: '\f068';
}
.faq h3 {

margin: 0;
color: #fff;
font-size: 1.875rem;
font-weight: 600;
position: relative;
z-index: 7;
}
.faq-title {
	position: relative;
	margin: 50px 0 40px;
		background: #085e9b;
padding: .9375rem 0;
text-align: center;
}
.faq {
	padding-bottom: 40px;
	position: relative;
	margin-bottom: -3rem;
}
.faq:before {
	background: #eee;
}
.faq-item {
	position: relative;
	z-index: 7;
	margin-bottom: 10px;
	background: #fff;
}
.box .inner {
	display: flex;
	flex-wrap: wrap;
}

.header-location {
	max-width: 34%;
}
.box {
	background-color: #085e9b;
	color: #fff;
	position: relative;
	z-index: 9;
	margin-top: 100px;
}
.box h4 {
	font-size: 1rem;
	margin: 0;
	text-transform: uppercase;
}
.search-message p {}
.businesses {
	background: #eee;
	padding: 3.125rem 0;
}

.business-search {
	margin-right: 1.25rem;
	max-width: calc(70% - 20px);
	position: relative;
	flex: 1;
	width: 100%;
}
.business-search-area, .business-top, .b-wrap {
	display: flex;
	flex-wrap: wrap;
}

.business-search input {
	color: #085e9b;
	height: 3.75rem;
	font-size: 1rem;
	font-weight: 900;
	max-width: calc(100% - 60px);
	padding: 1.25rem;
	margin-right: 4.375rem;
	text-transform: uppercase;
	width: 100%;
	border: .0625rem solid #bfc3ca;
}
.business-search button {
	background-color: #249fd0;
	height: 3.75rem;
	font-size: 1.5rem;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	transition-property: background-color;
	transition-duration: .2s;
	width: 3.75rem;
	border: none;
	color: #fff;
	cursor: pointer;
	
}
.business-search button:hover {
	background: #085e9b;
}
.business-search input:focus {
	outline: none;
	color: #085e9b;
	border: .0625rem solid #085e9b;
}
.segment-filter {
	background-color: #fff;
	color: #085e9b;
	max-width: 30%;
	position: relative;
	flex: 1;
	width: 100%;
}
.segment-hidden {
	background-color: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
	display: none;
	padding: 1.25rem;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 12;
	margin-top: 3px;
}

.seg-link {
	position: relative;
	font-weight: 900;
	color: #085e9b;
	padding: 1.25rem 1.25rem 1rem;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s;
}
.seg-link:after {
	font-size: 22px;
	top: 16px;
	right: 20px;
	transition: all 0.3s;
}
.seg-link:hover, .open .seg-link {
	color: #249fd0;
}
.open .seg-link:after {
	transform: rotate(90deg); 
}
.segment-hidden label {
	display: block;
	font-size: 1.0625rem;
	color: #42484d;
	margin-bottom: .3125rem;
}
.segment-hidden label input {
	margin-right: 10px;
}
.segment-hidden .btn {
	margin-top: 10px;
	background: #085e9b;
	border: 1px solid #05416b !important;
	font-size: 1rem;
	padding: 10px;
	color: #fff;
	font-weight: 900;
	border-radius: 0;
	letter-spacing: .0625rem;
	text-transform: uppercase;
	 font-family: 'Aileron';
	 cursor: pointer;
	display: inline-block;
}
.segment-hidden .btn:hover {
	background: #05416b;
}
.page-template-business-directory .header-bg.long {
  height: 31rem;
} 
.business-section {
	background: #fff;
	padding: 0 1.25rem 1.25rem;
margin-bottom: .625rem;
}
.business-section h3 {
	font-size: 1.5rem;
font-weight: 500;
margin: 0;
}
.business-section .post-content {
	
	color: #666;
}
.business-top {
	position: relative;
}
.business-section .post-content p {
	margin: 0;
}
.business-hidden {
	display: none;
	
}
.business-top .icon {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 100%;
	cursor: pointer;
	color: #085e9b;
}
.business-top .icon::after {
	font-size: 20px;
	right: 0;
	top: 20px;
}
.b-left {
	margin-right: 4%;
max-width: 26%;
flex: 1;
width: 100%;
padding: 3.75rem 0 1.25rem;

}
.b-right {
	flex: 1;
width: 100%;
  max-width: 64%;
padding: 3.75rem 0 1.25rem;
}


h6 {
	color: #085e9b;
font-size: 1.25rem;
font-weight: 600;
line-height: 1.4;
margin: 0;
padding: 0;
}
.b-left h6 {
	margin: 1.25rem 0 0;
}
.topborder {
	margin-top: .3125rem;
	padding-top: 1.25rem;
	margin-bottom: 1.875rem;
	border-top: .0625rem solid #fc0;
}
.site-main .b-right ul {
	column-count: 3;
-webkit-column-gap: 1.25rem;
column-gap: 1.25rem;
margin: 0;
}
.b-right ul li:before {
	display: none;
}
.b-right ul li {
	font-size: 1rem;
font-weight: 400;
margin: 0 1.875rem .625rem 0;
padding: 0;
}


.clearfix:after {
 content: "";
 display: table;
 clear: both;
}
.left-right .col-left, .left-right .col-right {
	color: #42484d;
}

.testimonials h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 1.5rem;
line-height: 1.5;
margin-bottom: 0;
color: #343639;
font-weight: 400;
	margin-left: 6.25rem;
	margin-top: 1.875rem;
}
.tes-content {
	font-size: 1.375rem;
font-weight: 600;
line-height: 1.45;
color: #085e9b;
}
.testimonials h5 {
	font-size: 1.1875rem;
line-height: 1.26;
font-family: 'Oswald', sans-serif;
color: #343639;
font-weight: 400;
text-transform: none;	
margin-left: 6.25rem;
  padding-bottom: .9375rem;

}
.testimonials img {
	object-fit: cover;
border: .25rem solid #fff;
border-radius: 50%;
box-shadow: 0 0 10px rgba(0,0,0,.5);
height: 5rem;
width: 5rem;
position: absolute;
bottom: 0;
}
.tes-item {
	position: relative;
	padding-left: 30px;
	border-left: .1875rem solid #fc0;
	margin: 3.125rem 0 3.125rem 7.5rem;
}

.tes-item:before {
	content: '';
	width: 100px;
	height: 100px;
	background: url('images/quote.svg') no-repeat 0 0;
	display: inline-block;
	position: absolute;
	left: -7.5rem;
	top: 0;
}
.testimonial-section {
	position: relative;
	color: #fff;
	padding: 5rem 0;
	margin-top: 30px;
}
.testimonial-section:before {
	content: '';
	width: 5000px;
	height: 100%;
	position: absolute;
	left: -2000px;
	top: 0;
	background: #085e9b;
}
.testimonial-section .tes-content {
	color: #fff;
}
.testimonial-section .testimonials h4, .testimonial-section .testimonials h5 {
	color: #fff;
}
.cta {
	position: relative;
	min-height: 250px;
	
}
.cta-bg {
	position: absolute;
	left: -1000px;
	top: 0;
	height: 250px;
	overflow: hidden;
}
.cta-bg img {
	width: 3000px;
	object-fit: cover;
	max-width: inherit;
}
.cta-bg:before {
	background: rgba(0,0,0,.7);
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0; display: block;	
}
.cta-box {
	position: relative;
	z-index: 7;
	padding-top: 5rem;
	color: #fff;
	text-align: center;
}
.cta-box h3 {
	color: #fff;
	font-size: 1.875rem;
font-weight: 600;
}
.cta-link {
	font-size: .9375rem;
font-weight: 900;
color: #fc0;
transition: all 0.3s;
position: relative;
text-transform: uppercase;
}
.cta-link:hover {
	color: #fff;
}
.cta-link:after {
	right: -16px;
	top: -2px;
}
.main-navigation ul .rightside:hover ul {
	left: auto !important;
	right: 0;
}
.main-navigation .rightsubmenu ul li:hover ul {
	left: auto;
	right: calc(100% + .9375rem) !important;
}
.without-crumbs .entry-header {
	padding-top: 50px;
}
.bottom-links {
	background-color: #085e9b;
padding: 3rem 0;
margin-top: 2rem;
	position: relative;
	text-align: center;
}
.bottom-links:before {
	content: '';
	width: 5000px;
	height: 100%;
	position: absolute;
	left: -2000px;
	top: 0;
	background-color: #085e9b;
}
.bl-box {
	display: inline-block;
	position: relative;
	z-index: 7;
	width: 21%;
	margin: 0 1.5%;
}
.bl-box a {
	background: #fff;
	display: block;
	line-height: 15px;
font-size: 12px;
	text-transform: uppercase;
font-weight: 600;
	color: #085e9b;
	text-decoration: none;
	padding: 35px 0;
	position: relative;
}
.bl-box a:after {
	border: 2px solid #ececec;
content: " ";
display: block;
margin: 2px auto;
width: 50px;
	position: absolute;
	left: 0;
	top: 80px;
	right: 0;
	margin: 0 auto;
	 transition: all 0.3s;
}

.bl-box a span {
	display: block;
	font-size: 30px;
	 transition: all 0.3s;
margin-bottom: 30px;
color: #085e9b;
}
.bl-box a:hover span, .bl-box a:hover:after {
	border-color: #fc0 !important;
	transform:rotateY(360deg);}
}

.io-txt.bottom {
	padding-bottom: 50px;
}
.io-txt P {
	font-size: .875rem;
	padding: 0 1.875rem;
}
.io td {
	padding: 1.25rem 1.875rem;
	font-size: .875rem;
}
.io tr:nth-child(odd) td {
	background: #eee;
}
.io td a {
	
	color: #085e9b;
	text-decoration: none;
}
.io td a:hover {
	color: #249fd0;
	text-decoration: none;
}
.pres {
	border-bottom: 1px solid #eee;
	margin-bottom: 50px;
	padding-bottom: 40px;
}
.pres h5 {
	
	color: #42484d;
	text-transform: none !important;
}
.pres select {
	background-color: #fff;
border: 0.0625rem solid #bfc3ca;
border-radius: 0;
color: #42484d;
display: block;
font-family: "Aileron","Aileron",Arial,sans-serif;
font-size: 1.125rem;
height: 3.125rem;
padding: 0.625rem 1.25rem !important;
transition-property: padding-top;
width: 100%;
	appearance: none;

backface-visibility: hidden;
}
.selector {
	width: 100px;
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}
.selector:after {
	content: " ";
border-left: .4375rem solid transparent;
border-right: .4375rem solid transparent;
border-top: .4375rem solid #085e9b;
width: 0;
height: 0;
pointer-events: none;
position: absolute;
top: 50%;
right: 1.25rem;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.pres .time {
	color: #999;
font-style: italic;
	font-size: 12px;
}
.pdf-link {
	display: inline-block;
	font-size: 14px;
	margin-top: 20px;
	text-decoration: none;
}
.pdf-link i {
	color: #c00;
	margin-right: 10px;
	font-size: 20px;
	position: relative;
	top: 3px;
}
.pres .size {
	font-style: italic;
font-weight: normal;
color: #999;
	margin-left: 10px;
	font-size: 12px;
}
.wp-playlist {
	border: none !important;
	padding: 0 !important;
}
.wp-caption .wp-caption-text {
	margin-top: 0 !important;
}
.btn-link.dark {
	background: #085e9b;
	
}
.btn-link.dark:hover, .text-box-content > a:hover {
	background: #05416b;
	text-decoration: none;
}
.n-img {
	float: right;
	line-height: 1px;
	font-size: 0;
}
.n-img img {
	display: block;
}

.listing {
	padding: 2rem 0;
	border-top: .0625rem solid #dbdde1;
}
.news .listing:first-child {
	border: none;
	padding-top: 15px;
}
.listing-content {
	float: left;
	width: 76%;
}
.listing-content h5 {color: #666;
font-size: .9375rem;
font-weight: 900;
text-transform: uppercase;}

.listing-content h4 {
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: .325rem;
}

.listing-content p {
	color: #666;
font-size: 1.125rem;
	margin-bottom: 20px;

}

.listing-content h4 a {
	transition: all 0.3s;
}
.text-box-content h3 {
	padding: 0 1rem;
	font-size: 1.3125rem;
	margin: 10px 0 15px;
	color: #42484d;
}
.text-box-content h3 + p {
	margin-top: -10px;
}
.page-id-691 .btn-link, .page-id-693 .btn-link {
	background-color: #085e9b;
border-color: #085e9b;
	
}
.page-id-691 .btn-link:hover, .page-id-693 .btn-link:hover {
	background: #05416b;
	border-color: #05416b;
}
.main-navigation > ul > li.current_page_parent > a {
	color: #fc0;
}
.two-column {
  column-gap: 1.875rem;
  column-count: 2;
}
.testimonials .no-marg {
	margin-left: 0 !important;
}
.content-column {
	display: inline-block;
	width: 33%;
	vertical-align: top;
}
.table-page .entry-header {
	margin-bottom: 140px !important;
}
.table-page ol {
	margin-left: 0;
	padding-left: 20px;
	font-size: 1.1rem;
	
}

.table-page ol ol {
	list-style: lower-alpha;
	margin-left: 30px;
}
.table-page .wp-block-table table {
	width: 99%;
font-family: Verdana,Arial,Helvetica,sans-serif;
border: 1px solid #ccc;
}
.table-page .wp-block-table td {
	width: 25%;
	font-size: 0.8rem !important;
font-weight: normal !important;
line-height: 1.2rem !important;
	vertical-align: top;
border: 1px #ccc solid;
	padding: 1.25rem 1.875rem;
}
.table-page .wp-block-table.sm-pad td {
	padding: 4px;
}
.td-center td {
	text-align: center;
	background: #fff !important;
}
.table-page .wp-block-table:not(.tbl2) tr:first-child td {
	background: #e2e2e2;
}
.table-page .wp-block-table:not(.tbl2) table tr:nth-child(2n+1) td {
  background: #eee;
}
.table-page .wp-block-table.tbl2 table tr:nth-child(2n) td {
  background: #eee;
} 
.table-page .wp-block-table.tbl2 table tr td {
	font-size: 0.7rem !important;
}
.blk {
	display: inline-block;
padding: 8px 16px;
border-radius: 4px;
text-align: center;
font-size: 12px;
border: 0px solid rgb(255, 255, 255);
color: rgb(255, 255, 255);
background-color: rgb(0, 0, 0);
	margin-top: 20px;
}
.table-page table ul li {
	font-size: 0.8rem;
	font-weight: 400;
}
.gr {background: #cccccc;
padding: 8px;
font-weight: bold;
	
}
.indent-left {
	margin-left: 40px;
}

.indent-left2 {
	margin-left: 80px;
}
.indent-left3 {
	margin-left: 120px;
}
.indent-left4 {
	margin-left: 160px;
}
.page-id-463 .cta.img-bg {
	min-height: 336px;
	margin-top: 60px;
}
.page-id-463 .cta.img-bg .cta-bg {
	height: 336px;
}
.bgcolor {
	background: #085e9b;
	position: absolute;
	left: -1000px;
	top: 0;
	height: 250px;
	overflow: hidden;
	width: 3000px;
}

.btn--primary {
      background-color: #085e9b;
    border-color: #085e9b;
    color: #fff;

    display: inline-block;
    line-height: 1.25;
    padding: 0.875rem 1.25rem;
    text-align: center;
    transition-property: background-color,border-color,color;
    border-radius: 0;
    border: 0.0625rem solid transparent;
    font-size: .9375rem;
    font-weight: 900;
    text-transform: uppercase;
}

.btn--primary:visited {
  
    color: #fff;

}

.btn--secondary {
 background-color: #01a2e7;
    border-color: #01a2e7;
    color: #fff;

    display: inline-block;
    line-height: 1.25;
    padding: 0.875rem 1.25rem;
    text-align: center;
    transition-property: background-color,border-color,color;
    border-radius: 0;
    border: 0.0625rem solid transparent;
    font-size: .9375rem;
    font-weight: 900;
    text-transform: uppercase;
}

.btn--secondary:visited {
  
    color: #fff;

}
.page-id-83 .site-main ul li {
	font-weight: 400;
}
.page-id-83 .main-content .btn-link {
	background: #085e9b;
	border-color: #085e9b;
}
.page-id-83 .main-content .btn-link:hover {
	background: #05416b;
	border-color: #05416b;
}

#cookie-law-info-bar {width:  60% !important}
@media only screen and (max-width: 600px) {#cookie-law-info-bar {width:  90% !important}
.cli-plugin-button{width:  100% !important; clear:  both;     margin: 10px 0px !important;
    text-align: center;} 
#wt-cli-policy-link {display: inline; padding:  0}
  }
}




.cli-plugin-button, .cli-plugin-button:visited {
 padding: 8px 4px 8px !important;
}