/* WP Admin Bar */
html.user-logged-in {
  position: relative;
  margin-top: 0!important;

}

html.user-logged-in #wpadminbar {
  top: -25px;
  opacity: 0.001;
  transition: all 0.4s;
}

html.user-logged-in #wpadminbar:hover {
  top: 0;
  opacity: 0.8;
}

/******************************************
   STRUCTURE + FRAMEWORK
******************************************/

body, html {
  height: 100%;
  width: 100%;
  margin-bottom: 0px;
  margin-top: 0px;
   
}

#page.site {
	background-color: #fff;
	overflow:hidden;
	  width: 100%;
}

#main.hentry {
margin-bottom:0;
max-width:100%;
}

.wrapper {
  margin: 0;
  flex-direction: column;
justify-content: flex-start; 
align-items: stretch; 
align-content: stretch;
  width: 100%;
}
 
 .grid-container {
  max-width: 1152px;
    width: 100%;
  margin: 0 auto;
  flex: 1
}

#main .columns:last-child {
    margin-bottom: 0;
}


/*no space between content and footer wrap*/
.block-type-content .hentry, 
.block-type-content div.entry-content,
.content-wrap,
.main-content {
  margin-bottom: 0;
  padding-bottom: 0;
}

div.clearboth {
  clear: both;
  width: 100%;
}

/* Bulma Override */
.nav {
  background-color: transparent;
}

/******************************************
   HEADERS + FONT
*******************************************/

body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.8em;
  background-color: #fefefe;
  color: #383838;
}

.main-content {
  color: #646464;
}

h1,
h1.entry-title {
  font-size: 2.8em;
  line-height: 1.4em;
}

.main-content h1 {
  position: relative;
  margin-bottom: 0.6em;
  color: #58595B;
}

h2 {
  font-size: 2.2em;
  line-height: 1.2em;
  margin-bottom: 0.4em;
}

h3 {
  font-size: 1.9em;
  line-height: 1.4em;
  margin-bottom: 0.4em;
}

h4 {
  font-size: 1.4em;
  line-height: 1.5em;
  margin-bottom: 0.4em;
}

h1,h2,h3 {
/*   text-transform: uppercase;
  font-weight: 900; */
}

h5 {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 0.4em;
}

/* RESPONSIVE HEADINGS */
@media(max-width:768px) {
  h1,
    .entry-title {
    font-size: 2.2em;
  }

  h2 {
    font-size: 1.6em;
    line-height: 1.5em;
  }

  h3 {
/*     font-size: 1.2em; */
  }
}

.main-content p,
.aio-icon-description {
  font-size: 22px;
  line-height: 1.6em;
  color: #646464;
  margin-bottom: 1.5em;
}

h2 a,
h3 a,
h4 a,
p a,
.main-content .loop a,
.vc_row li a {
  color: #25A3D9;
  text-decoration: underline;
}

p > a {
/*  font-weight: 600; */
}

a,
a:visited,
.wpb_wrapper a,
p a {
  cursor: pointer;
  color: #25A3D9;
}

.wpb_wrapper a,
.white .wpb_wrapper a {
  text-decoration: underline;
}

p a:hover,
.vc_row li a:hover {
  color: #007DB3;
}

.white .wpb_wrapper p a:hover {
  color: #eee;
}

a.anchor {
  position: absolute;
  top: -50px;
}

strong {
  color: inherit;
}

.spaced p {
  margin-bottom: 1.5em;
}

.no-margin p {
	margin: 0;
}


li {
  line-height: 1.4em;
}

.main-content ol {
  padding-left: 26px;
}

.main-content ol li,
.page .main-content ol li > ul > li {
  margin-bottom: 0.8em;
  line-height: 1.45em;
}

.page .main-content ol li > ul {
	margin-top:1em;
}
.single .entry-content li,
.page .entry-content li,
.wpb_text_column li {
  margin-bottom: 1.5em;
  line-height: 1.6em;
  font-size: 22px;
  position: relative;
  list-style: none;
  position:relative;
  padding-left:1.4em;
}

.single .entry-content ol>li,
.page .entry-content ol>li,
.wpb_text_column ol>li {
	list-style: decimal;
	padding-left: 0.8em;
}

.single .entry-content ol>li:before, .page .entry-content ol>li:before, .wpb_text_column ol>li:before {
	content:none;
}

.page .entry-content ul > li:first-child,
.page .entry-content ul ul > li:first-child {
	margin-top: 1.5em;
}

.page .entry-content ul.no-margin ul li {
	margin-bottom: 0.7em;
}

.page .entry-content ul.no-margin ul li:first-child {
	margin-top: 0.5em;
}

.single .entry-content li:before,
.page .entry-content li:before,
.wpb_text_column li:before {
    display: inline-block;
	border-radius: 50%;
    content: '';
    width: 5px;
    height: 5px;
    background: #646464;
    position: absolute;
    left: 2px;
    top: 0.7em;
}

.page .entry-content ul>li>ul>li:before {
	background: transparent;
	border: 2px solid #646464;
	width: 10px;
    height: 10px;
}

.entry-content ul.list-style-none,
.entry-content .list-style-none ul {
  padding-left: 0;
}

.entry-content ul.list-style-none > li,
.entry-content .list-style-none ul > li {
  list-style: none;
  margin-bottom: 1em;
  padding-left:0;
}

.entry-content ul.list-style-none > li:before,
.entry-content .list-style-none ul > li:before {
display:none;
}

.align-center .wpcf7-form,
.align-center .wpb_text_column.wpb_content_element  > *,
.aio-icon-box {
  margin: auto;
}

.aligncenter {
  text-align: center;
}

.main-content .vc_separator h4 {
  font-size: 2em!important;
  color: #BD1E2C;
  margin-top: 10px!important;
  font-weight: 200;
}

.wpb_text_column.small p,
.wpb_text_column.small span,
small, .font_small {
  font-size: 11px;
}



/*************************************
COLORS
**************************************/
.white,
.white p,
.white h1,
.white h2,
.white h3,
.white h4,
.white li,
.white a,
.white.wpb_text_column,
.vc_row .white li a,
.white h4 a,
.main-content p.white
{
  color: white;
}


.grey,
.grey p,
.grey h1,
.grey h2,
.grey h3,
.grey h4,
.grey li,
.grey a,
.grey.wpb_text_column,
.grey.wpb_text_column p,
.block-type-content div.entry-content .grey.wpb_text_column p {
  color: #999;
}

/************************************
  UNIVERSAL UI
************************************/
img {
  max-width: 100%;
  height: auto;
}

video {
  -webkit-object-fit: contain!important;
  object-fit: contain!important;
}

.main-content a.more-link,
button.btn, a.btn,
.main-content a.btn,
.main-content input.button,
.main-content input[type=submit],
.main-content input[type=button] {
  display: inline-block;
  margin-bottom: 0;
  min-width: 100px;
  box-shadow: none!important;
  background-color: #2DA2D5;
  color: #FFF;
  border: 1px solid #2DA2D5;
  border-color: #2DA2D5;
  border-radius: 5px;
  vertical-align: middle;
  cursor: pointer;
  padding: 8px 20px!important;
  font-size: 17px!important;
  font-weight: 800!important;
  text-align: center;
  text-decoration: none;
  line-height: 32px;
}

.vc_btn3 {
  min-width: 200px;
  padding: 14px 20px!important;
  font-weight: 800!important;
  text-decoration: none;
}

.white a.vc_btn3 {
  text-decoration: none;
}

.main-content .vc_btn3-shape-rounded {
  border-radius: 5px!important;
}

.main-title a.btn:hover,
.main-content a.btn:hover,
.main-content button.btn:hover,
.main-content input.button:hover,
.main-content input[type=submit]:hover,
.main-content input[type=button]:hover {
  background-color: #0E5D87	;
  border-color: #0E5D87;
  color: #ffffff;
} 

.vc_row .vc_btn3.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
  text-align: center;
}

::-webkit-input-placeholder {
  color: #777;
}

.white ::-webkit-input-placeholder {
  color: #FFF;
}

.sidebar input {
  padding: 10px 15px;
  font-weight: 200;
}

input[type="number"],
input[type="tel"],
input[type="text"], 
input[type="password"], 
input[type="email"], 
textarea, select,
.main-content .bookly-form input[type="text"], 
.main-content .bookly-form input[type="number"], 
.main-content .main-content .bookly-form input[type="password"], 
.main-content .bookly-form select, 
.main-content .bookly-form textarea {
  border: 1px solid rgba(0,0,0,0.25);
  padding: 6px 10px;
  outline: none;
  -webkit-border-radius: 0px;
  border-radius: 0;
  color: #777;
  display: inline-block;
  background: transparent;
  width: 100%;
  max-width: 800px;
  font-weight: 300;
  font-size: 15px;
}

input[type="tel"] {
  width: calc(100% - 20px)!important;
}

input[type="checkbox"] {
  width: auto;
}

.white input,
.white textarea,.white  select, 
.white .wpcf7-form input {
  color: #FFF;
  border-color: #FFF;
  border: 2px solid;
}

input:focus, 
textarea:focus, 
select:focus {
  border-color: #2DA2D5;
  box-shadow: none;
}

.white input:focus, 
.white textarea:focus, 
.white select:focus {
  border-color: #FFF;
  box-shadow: none;
}


/* Contact Form 7 Form */
.wpcf7-form {
  padding-bottom: 30px;
  max-width: 800px;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}

.wpcf7-form h4 {
  display: inline-block;
  width: 100%;
  padding-top: 25px;
}

.wpcf7-form hr {
  margin: 20px 0!important;
  max-width: 600px;
}

.wpcf7-radio, 
.wpcf7-checkbox {
  display: inline-block;
  width: 100%;
}

.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item {
  display: inline-block;
  width: 100%;
  text-indent: -25px;
  padding-left: 25px;
  margin-bottom: 15px;
}

.wpcf7-form .half {
  width: 48%;
  display: inline-block;
  float: left;
}

.wpcf7-form .half.last {
  float: right;
}

.wpcf7-form .half input {
  width: 100%;
}

.wpcf7-form textarea {
  margin-top: 0;
}

.white .wpcf7-form input[type="submit"] {
}

.white .wpcf7-form input[type="submit"]:hover {
  background-color: #FFF!important;
  border-color: #FFF!important;
  color: #0E5D87;
}

/** Formidable Forms */

form.frm_pro_form {
	margin-bottom:40px;
}

.frm_style_formidable-style.with_frm_style .frm_required {
display:none;
}

/** BREADCRUMBS **/
.breadcrumbs {
  display: inline-block;
  width: 100%;
  top: -30px;
  padding: 15px 0;
  position: relative;
  margin-bottom: 20px;
  padding-left: 0;
  min-height: 26px;
  line-height: 26px;
  color: #FFF;
}

.breadcrumbs .fa.start {
  background-color: #0E5D87;
  color: #FFF;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
}

.breadcrumbs a {
  color: #ccc;
  font-weight: 600;
}

.breadcrumbs .fa {
  vertical-align: middle;
  line-height: 1.2em;
  margin: 0 10px;
}

/* SCROLL BARS*/

div::-webkit-scrollbar-track,
iframe::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: white;
}

div::-webkit-scrollbar,
iframe::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}

div::-webkit-scrollbar-thumb,
iframe::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: rgba(0,0,0,0.25);
}




/** PAGINATION **/

.main-content .pagination-container {
  margin-bottom: 40px;
  margin-top: 40px;
  display: inline-block;
  width: 100%;
}

.main-content .pagination {
  text-align: center;
}

.main-content .pagination h2 {
  display: none;
}

.main-content .pagination .nav-links {
  margin: 0 auto;
}

.main-content .pagination .nav-links > * {
  background-color: #0E5D87;
  display: inline-block;
  padding: 0 0.65em;
  color: #FFF;
  margin-right: 3px;
  text-decoration: none;
  border: 1px solid #01344F;
  height: 30px;
  line-height: 30px;
}

.main-content .pagination .nav-links > a.prev i,
.main-content .pagination .nav-links > a.next i {
  line-height: 26px;
}

.main-content .pagination .nav-links > a:hover ,
.main-content .pagination .nav-links > span.current {
  background-color: transparent;
  border-color: #0E5D87;
  color: #0E5D87;
}

/* Modal */
.modal-element {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
 z-index: 99999;
 display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100vh;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: rgba(0,0,0,0.15);
    opacity: 0;
}
 
.modal-container {
    padding: 45px;
    background-color: #FFF;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    min-width: 300px;
    width: 50vw;
    max-width: 500px;
    position: relative;
	border:6px solid #09384F;
}

.modal-container .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    color: #FFF;
    background-color: #09384F;
    text-align: center;
    line-height: 40px;
    opacity: 1;
	cursor:pointer;
	transition:all 0.5s;
}
.modal-container .close:hover {
opacity:0.7;
}
/************************************
  VISUAL COMPOSER ELEMENTS
************************************/
/* Five Columns */
/* Applies to row with column layout: 1/12 + 2/12 + 2/12 + 2/12 + 2/12 + 2/12 + 1/12  + class "five-colmns"*/
.five-columns.vc_row  .vc_column_container.vc_col-sm-1 {
  width: 0!important;
}

@media (min-width: 768px) {
  .five-columns.vc_row  .vc_column_container.vc_col-sm-2 {
    width: 19.9648%;
  }
}

/* Content */
.wpb_text_column {
	max-width:100%;
}

/** Inline text menu **/
.white .menu .wpb_wrapper a,
.menu.white .wpb_wrapper a {
text-decoration:none;
font-size:0.9em;
}

/* Revolution Slider VC */
.wpb_revslider_element.wpb_content_element {
  margin-bottom: 0;
  margin-top: 0;
}

/** Toggle **/
.vc_toggle {
  margin-bottom: 40px;
}

/* Button */
.tall-btn.vc_btn3-container .vc_btn3.vc_btn3-size-lg {
  padding: 40px 25px!important;
}

.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
    padding-left: 60px!important;
}

.main-content .vc_general.vc_btn3 {
	-webkit-transition: none;
	transition: none;
	font-size: 22px;
	font-weight: 400 !important;
	min-width: 0;
    padding: 8px 40px!important;
}

/* Image */
.wpb_single_image.inline {
width:auto;
float:left;
}

/** Image BG Rows **/
.bg-top.vc_row-has-fill,
.bg-top.vc_row-has-fill > .upb_row_bg {
  background-position: center top!important;
}

.bg-higher.vc_row-has-fill,
.bg-higher.vc_row-has-fill > .upb_row_bg {
  background-position: center 20%!important;
}

.bg-high.vc_row-has-fill,
.bg-high.vc_row-has-fill > .upb_row_bg {
  background-position: center 30%!important;
}

.bg-center.vc_row-has-fill ,
.bg-center.vc_row-has-fill > .upb_row_bg {
  background-position: center!important;
}

.bg-low.vc_row-has-fill,
.bg-low.vc_row-has-fill > .upb_row_bg {
  background-position: center 60%!important;
}

.bg-lower.vc_row-has-fill,
.bg-lower.vc_row-has-fill > .upb_row_bg {
  background-position: center 80%!important;
}

.bg-bottom.vc_row-has-fill,
.bg-bottom.vc_row-has-fill > .upb_row_bg {
  background-position: center bottom!important;
}

.bg-left.vc_column_container.vc_col-has-fill > .vc_column-inner,
.bg-left.vc_row-has-fill,
.bg-left.vc_row-has-fill > .upb_row_bg {
  background-position: 25% center!important;
}

.bg-right.vc_column_container.vc_col-has-fill > .vc_column-inner,
.bg-right.vc_row-has-fill,
.bg-right.vc_row-has-fill > .upb_row_bg {
  background-position: 75% center!important;
}

/** Overlay **/
.vc_gitem-zone.overlay,
.overlay.vc_row,
.overlay.vc_column_container {
  position: relative;
}

.vc_gitem-zone.overlay .vc_gitem_row > *,
.overlay.vc_row .vc_row.wpb_row.vc_row-fluid > *, 
.overlay.vc_row > .vc_column_container > .vc_column-inner,
.overlay.vc_row > .vc_column_container > .vc_column-inner > *,
.overlay.vc_column_container > .vc_column-inner > *,
.overlay.vc_column_container > .vc_column-inner {
  position: relative;
  z-index: 10;
}

.vc_gitem-zone.overlay:before,
.overlay.vc_row.vc_row-has-fill:before,
.overlay.vc_column_container > .vc_column-inner:before {
  position: absolute;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 1;
}

.white-overlay.overlay.vc_row:before,
.white-overlay.overlay.vc_column_container .vc_column-inner:before {
  background-color: rgba(250, 250, 250,0.8);
}


/** Parallax fix **/
.main-content .vc_row[data-vc-full-width].vc_parallax {
  overflow: hidden;
}

/** Relative **/

.relative.vc_row > .vc_column_container > .vc_column-inner,
.relative.vc_column_container > .vc_column-inner {
  position: relative;
}
/** CTA **/

.green.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-outline {
  border-color: #2DA2D5;
}

/* Map */
.wpb_gmaps_widget {
  margin-bottom: 0!important;
}

.wpb_gmaps_widget .wpb_wrapper {
  padding: 0!important;
}

.uavc-list-content {
  margin-bottom: 20px;
}


/**************************************
UNIVERSAL RESPONSIVE + ANIMATION 
***************************************/
p, h1, h2, h3, h4, button, 
 a, input {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

div {
  transition: background-color 0.5s ease;
}


/***********************************
    HEADER
************************************/

header .header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 995;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  z-index: 99;
  background-color: #FFF;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.header-wrap .columns,
.header-wrap .columns:last-child {
  margin-bottom: 0;
}


/* Top Search */
.header-wrap .searchform {
	 display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-wrap .searchform button {
	border-radius:0;
	background-color:transparent;
	border:0;
	padding:0 5px;
}

.header-wrap .searchform button  i {
	font-size:22px;
}
.header-wrap .searchform input {
	border:0;
	border-bottom:1px solid transparent;
}

.header-wrap .searchform:hover input,
.header-wrap .searchform input:hover,
.header-wrap .searchform input:focus {
	border-bottom:1px solid #444;
}

@media(max-width:1000px){
	header .header-wrap {
		height:100px;
	}
}


/******* MAIN NAV *******/

.main-menu-column {
  padding-top: 0 !important;
}

.main-nav {
  overflow: visible;
  height: auto;
  margin-top: 0;
}

.main-nav > ul.menu {
	position:relative;
	display: flex;
	width: 100%;
}

.main-nav .menu:before,
.main-nav .menu:after {
	content:'';
	width:999px;
	position:absolute;
	height:100%;
	top:0;
}

.main-nav .menu:before {
	left:-998px;
	background-color:#2DA2D5;
}

.main-nav .menu:after {
	right:-998px;
	background-color:#0e5d87;
}


.main-nav > ul.menu > li {
  position: relative;

  margin: 0;
  padding: 0;
  display: flex;
    flex-grow: 1;
    justify-content: center;
}


.main-nav ul.menu > li > a {
	letter-spacing: 0.05em;
	position: relative;
	font-size: 0.9em;
	color: #FFF;
	margin: 0 5px;
	text-decoration: none;
	padding: 30px 10px;
	font-weight: 800;
	height: 100%;
	text-transform: uppercase;
	display: flex;
	max-width: 240px;
	justify-items: center;
	align-items: center;
}

.small .main-nav ul.menu > li > a {
	padding: 10px;
}

.main-nav ul.menu > li:first-child{
	background-color:#2DA2D5;
}

.main-nav ul.menu > li:first-child:hover{
	background-color:rgba(45,162,213,.7);
}

.main-nav ul.menu > li:nth-child(2){
	background-color:#1493C4;
}

.main-nav ul.menu > li:nth-child(2):hover{
	background-color:rgba(20,147,196,.7);
}

.main-nav ul.menu > li:nth-child(3){
	background-color:#1288B6;
}
.main-nav ul.menu > li:nth-child(3):hover{
	background-color:rgba(18,136,182,.7);
}
.main-nav ul.menu > li:nth-child(4){
	background-color:#107EAE;
}
.main-nav ul.menu > li:nth-child(4):hover{
	background-color:rgba(16,126,174,.7);
}
.main-nav ul.menu > li:nth-child(5){
	background-color:#0073A4;
}
.main-nav ul.menu > li:nth-child(5):hover{
	background-color:rgba(0,115,164,.7);
}

.main-nav ul.menu > li:nth-child(6){
	background-color:#006593;
}
.main-nav ul.menu > li:nth-child(6):hover{
	background-color:rgba(0,101,147,.7);
}

.main-nav ul.menu > li:nth-child(7){
	background-color:#0e5d87;
}
.main-nav ul.menu > li:nth-child(7):hover{
	background-color:rgba(14,93,135,.7);
}

.main-nav ul.menu > li:hover {
	transition:all 0.4s ease;
}

.main-nav ul.menu > li > a:hover {
  color: #FFF;
}


.main-nav  ul.menu li > a:before {
  position: absolute;
  height: 100%;
  left: 50%;
  width: 0;
  z-index: -1;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  content: '';
}

.main-nav  ul.menu > li > a:hover:before, 
.main-nav  ul.menu  > li > a:focus:before, 
.main-nav  ul.menu  > li > a:active:before {
  opacity: 1;
  left: 0;
  width: 100%;
}

.main-nav  ul.menu  li.icon {
  margin-top: -5px;
}

.main-nav  ul.menu li.icon a .fa {
  border: 1px solid;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  line-height: 20px;
}


/* Sub Menu */

.main-nav ul.menu  ul.sub-menu {
  display: none;
  text-align: left;
  position: absolute;
  top: 100%;
  left: 0;
  background: transparent;
  padding: 0;
  padding-top: 27px;
  z-index: 99;
}

.main-nav ul.menu li:hover > ul {
  display: block;
}

.main-nav  ul.sub-menu li {
  float: none;
  background-color: inherit;
  border-bottom: 0;
  border-top: 0;
}

.main-nav  ul.sub-menu li:last-child {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

#primary_nav_wrap ul.sub-menu ul {
  top: 0;
  left: 100%;
}

.main-nav ul.sub-menu li > a {
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  font-size: 0.9em;
  width: 100%;
  font-weight: 400;
  transition: all 0.4s;
}

.main-nav ul.sub-menu > li:hover a {
  color: #fff;
  background-color: rgba(0,0,0,0.04);
}

.main-nav  ul.sub-menu li a:after {
  display: none;
}

.header-wrap .logo-column {
  padding-bottom: 0;
}


/* Sub -Sub Menu */

.main-nav ul.menu  ul.sub-menu li.menu-item-has-children {
  position: relative;
}

.main-nav ul.menu  ul.sub-menu li ul.sub-menu {
  margin-left: 0;
  top: 0;
  left: 100%;
  padding-top: 0;
}

.main-nav ul.menu  ul.sub-menu li ul.sub-menu li:hover a {
  background-color: rgba(0,0,0,0.07);
}

/** Responsive **/
@media (max-width:1180px) {
  .header-wrap {
    padding-top: 0;
  }

  .main-nav  ul.sub-menu li {
    float: none;
    min-width: 220px;
  }
}

/***** Logos *****/
.header-wrap .grid-container {
  max-width: 1150px;
}

.main-logo {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  margin-bottom: 10px;
  text-align: center;
}

.main-logo a.logo {
  display: inline-block;
  max-width: 300px;
  height: auto;
}


.main-logo .logo-img {
  height: 100%;
  height: auto;
  max-height: 100%;
  display: block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.secondary-logo a.logo {
  display: inline-block;
  max-width: 200px;
  height: auto;
}
/* Min */
@media(min-width:1000px){
		.small .main-logo a.logo {
	  display: inline-block;
	  max-width: 160px;
	  height: auto;
	}

	.small .secondary-logo a.logo {
	  display: inline-block;
	  max-width: 140px;
	  height: auto;
	}

}
/* Max*/
@media (max-width:1000px) {
	
	.header-wrap {
		background-color:#FFF;
		height:70px;
	}
  .main-logo {
    margin-top: 10px;
    margin-bottom: 0;
    text-align: left;
  }

  .main-logo a.logo {
    height: auto;
    max-width: 190px;
  }

  .secondary-logo a.logo {
    height: auto;
    max-width: 170px;
  }
  .header-wrap.main-logo a.logo,
   .header-wrap.main-logo {
    height: 90px;
    margin-top: 0;
    padding: 0;
    padding-left: 10px;
  }
  
  .header-wrap .columns.logos-container {
	     justify-content: flex-start!important;
	}	
}

@media (max-width:450px) {
  .header-wrap .secondary-logo-column {
  display:none;
  }
}



/***********************************
    TITLE WRAP
************************************/
.title-wrap {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 340px;
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 0!important;
/*       display: inline-block!important; */
	  background-size:150vw;
	  background-repeat:no-repeat;
  transition: all 0.6s;
  overflow:hidden;
}


.title-wrap:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  bottom: 0px;
  left: 0;
  display: inline-block;
  background-size: cover;
 background: #FFF;
 opacity:0.9;
}


.title-wrap .grid-container.columns {
	margin-bottom:0;
	max-width:1150px;
}
.title-wrap .main-title {
  position: relative;
  z-index: 20;
  padding: 0 20px;
  padding-bottom: 0;
  padding-top: 340px;
  margin-bottom: 0;
  text-align: left;
}

.title-wrap .title-container {
	    display: inline-block;
}

.title-wrap .main-title h1 {
  color: #585858;
  font-weight: 700;
  display: inline-block;
  font-size: 2.6em;
  display: inline-block;
  margin-bottom: 50px;
  text-align: left;
text-transform:none;
}

.page .title-wrap .breadcrumbs {
	margin-bottom:0;
}


@media (max-width: 1000px) {
 
  .title-wrap {
    min-height: 160px;
    padding-top: 90px;
  }

  .title-wrap .main-title {
    padding-top: 150px;
  }

  .title-wrap .main-title  h1 {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
	  .title-wrap .main-title {
    padding-top: 60px;
  }


}

/** 404 **/
.error404 .title-wrap .main-title {
  text-align: center;
}

/***************************************
            CONTENT WRAP 
***************************************/


.content-wrap {
/*   padding-top: 50px; */
  min-height: 50vh;
  position: relative;
  z-index: 30;
/*   margin-top:-5px; */
}

.content-wrap.no-title-padding-top,
.content-wrap.no-top-padding,
.no-content-top-padding .main-content > article.page,
.no-content-top-padding .content-wrap {
/*     padding-top:0;
	margin-top:-5px; */
}
.content-wrap.no-top-padding .main-content > article.page .entry-content {
	padding-top:0;
}
.content-wrap.no-bottom-padding,
.content-wrap.no-bottom-padding .main-content > article.page {
	padding-bottom:0;
	margin-bottom:0;
}

.no-content-top-padding .content-wrap {
    margin-top:-7px;
}

 .main-content .entry-content {
padding-top:20px;
}

.entry-content,
 article {
  margin-top: 0;
  padding-top: 0;
}

.main-content {
  padding-top: 0;
  width:100%;
  max-width:100%;
}


.single article.post,
article.page {
	width:100%;
	padding:15px;
	 padding-top: 0;
}

.main-content h1.entry-title {
  position: relative;
  margin-bottom: 20px;
}


.main-content .wpb_text_column p a {
  white-space: nowrap;
}
/* 
@media(max-width:1000px){
	.main-content  .entry-content > .vc_row:first-child {
		margin-top:110px!Important;
	}
} */

/* VC breakpoint */
@media (max-width: 768px) {
      
  .mobile-col-reverse {
    display: flex;
    display: -webkit-flex;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }
  
  .mobile-center ,
  .mobile-center .wpb_wrapper > *,
   .mobile-center .wpb_wrapper > h1,
    .mobile-center .wpb_wrapper > h2,
	 .mobile-center .wpb_wrapper > h3,
	  .mobile-center .wpb_wrapper > h4{
	  text-align:center!important;
  }
  
   .mobile-left ,
  .mobile-left .wpb_wrapper > *,
   .mobile-left .wpb_wrapper > h1,
    .mobile-left .wpb_wrapper > h2,
	 .mobile-left .wpb_wrapper > h3,
	  .mobile-left .wpb_wrapper > h4{
	  text-align:left!important;
  }
}

/*==== SIDEBAR  ===== */
.sidebar {
  margin-top: 0;
}

.sidebar .sidebar-inner {
  display: inline-block;
}
.sidebar .widget {
 margin-bottom:10px;
}
.sidebar ul .widget-title {
  font-weight: 300;
}

.sidebar ul {
  padding-left: 0;
}


.sidebar .widget {
  margin-bottom: 30px;
}

.sidebar .widget ul li {
  list-style: none;
  padding: 12px 5px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

.sidebar .widget ul li:last-child {
  border-bottom: 0;
}

.sidebar .widget ul li a {
  text-decoration: none;
  font-weight: 200;
  color: #222;
}

.sidebar .widget ul li a:hover {
  color: #2DA2D5;
}

.sidebar input[type="submit"] {
  padding: 0 15px;
}

.sidebar .cr-searchform {
  max-width: 100%;
}

@media(min-width:768px) {

  .page .sidebar-left {
    margin-top: 0;
    padding-top: 0;
  }

  .sidebar-left .sidebar-inner {
    padding-left: 5%;
  }
}

/***************************************
         FOOTER WRAP 
****************************************/
.footer-wrap {
  background-color: #FFF;
  padding: 40px 15px 0 15px;
}

.footer-wrap .widget-title {
  font-size: 1.45em;
  color: #5555;
  margin-bottom: 20px;
  text-transform: none;
}

.footer-wrap img {
  max-width: 320px;
  width: 100%;
}

.footer-wrap a,
.footer-wrap a:visited {
  color: #555;
}

.footer-wrap a:hover {
  text-decoration: none;
  color: #555;
}

.footer-wrap p {
  font-size: 0.9em;
  color: #555;
  margin-bottom: 0.8em;
  max-width: 100%;
  line-height: 1.6em;
}

.footer-wrap nav {
  margin-bottom: 30px;
}

.footer-wrap .sub-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.footer-wrap li ul {
  padding-left: 0;
}

.footer-wrap  .widget_nav_menu ul.menu {
  margin-top: 0;
  -webkit-columns: 2;
  columns: 2;
}

.footer-wrap  .widget_nav_menu ul.menu li {
  list-style: none;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 5px;
  padding-left: 5px;
  width: 100%;
  margin-top: 0;
  padding-top: 5px;
  display: inline-block;
  line-height: 1em;
}

.footer-wrap .widget_nav_menu ul.menu li > a {
  color: #555;
  font-size: 1.3em;
  letter-spacing: 0;
  line-height: 1.2em;
}

.footer-wrap .widget_nav_menu ul.menu li > a:hover {
  color: #25A3D9;
}

.footer-wrap  ul.social-media-links.shortcode-social {
  margin-bottom: 20px;
  margin-top: 40px;
  display: inline-block;
  width: 100%;
}

.footer-wrap  ul.social-media-links li {
  display: inline-block;
  margin-right: 16px;
}

.footer-wrap ul.social-media-links li i.fa {
  color: #01344F;
  font-size: 18px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: rgba(255,255,255,0.5);
  text-align: center;
  line-height: 30px;
}

.footer-wrap ul.social-media-links li i.fa:hover {
  background-color: rgba(255,255,255,0.7);
}

/* desktop */


@media(max-width:768px) {
	.footer-wrap .widget-title,
	.footer-wrap .textwidget,
  .footer-wrap .widget_media_image ,
	.footer-wrap .textwidget.custom-html-widget,
	.footer-wrap  .widget_nav_menu ul.menu li,
	.footer-wrap  ul.social-media-links.shortcode-social {
    text-align: center;
  }

  .footer-wrap .widget_media_image img {
    float: none;
    margin: 0 auto;
  }
  
   .footer-wrap form.ccoptin {
	max-width:500px;
	    margin: 0 auto;
     -webkit-flex-direction:column;  
	 flex-direction:column;
	   
   }
   .footer-wrap form.ccoptin input[type="submit"],
    .footer-wrap form.ccoptin  input[type="text"] {
		width:100%;
		margin-bottom:10px;
	}
	
	   .footer-wrap form.ccoptin  input[type="submit"] {
		   font-size:18px;
	   }
}

/***************************************
         BOTTOM WRAP 
****************************************/
/* .bottom-wrap {
  padding: 30px 0;
} */
/* Copyright*/
/* .bottom-wrap .site-info p {
  font-size: 13px;
  color: #777;
} */

.bottom-wrap .site-info  a {
  color: #555;
}


@media(max-width:768px){
	.bottom-wrap .site-info {
		text-align:center;
	}
}

/*** SCROLL TO TOP ***/

#to-top {
  position: fixed;
  z-index: 9999;
  bottom: 70px;
  background-color: #01344F;
  color: #FFF;
  right: 5%;
  display: inline-block;
  width: 60px;
  height: 60px;
  padding: 0;
  text-align: center;
  transition: all 0.5s;
  opacity: 0;
  cursor: pointer;
}

#to-top.show {
  opacity: 0.8;
}

#to-top:hover {
  opacity: 1;
}

#to-top i {
  font-size: 40px;
  line-height: 55px;
}

@media (max-width: 900px) {
  #to-top {
    bottom: 90px;
	}
}

@media (max-width: 768px) {
    #to-top {
		display: none;
  }
}

/* ----------------------------------- MISC --------------------------------*/
#wp-admin-bar-TS_VCSC_Notification,
.content-wrap .vc_inline-link {
  display: none;
}

/***************************************
         ADDED CSS 
****************************************/

/* ----- Typography -----*/

.blue {
	color: #25A3D9;
}

p.large-text {
	font-size: 1.8em;
}

.block_CTA_section h4 {
	font-size: 2.2em;
}

.download_section h4 {
	font-size: 1.7em;
}

.page .entry-content ul.blue-list{
	margin-left: 30px;
}

.page .entry-content ul.blue-list li {
	margin-bottom: 0;
}

.page .entry-content ul.blue-list ul li:first-child {
	margin-top: 0;
}

.page .entry-content ul.blue-list>li>ul>li:before {
	background: #25A3D9;
	border: none;
	width: 5px;
    height: 5px;
}

/***************************************
         Custom Sections 
****************************************/

/* ----- Breadcrumbs -----*/

.HM_breadcrumbs .vc_row.vc_inner:before, .HM_breadcrumbs .vc_row.vc_inner:after {
    content: '' !important;
	display: block !important;
    width: 999px;
    position: absolute;
    height: 100%;
    top: 0;
}

.HM_breadcrumbs .vc_row.vc_inner:before {
    left: -999px;
    background-color: #2DA2D5;
}

.HM_breadcrumbs .vc_row.vc_inner:after {
    right: -999px;
    background-color: #0F739F;
}

.HM_breadcrumbs p {
	font-size: 0.9em;
	font-weight: 800;
	line-height: 1.4em;
	text-align: center;
	text-transform: uppercase;
}

.main-content .HM_breadcrumbs .wpb_text_column  a {
    white-space: normal;
	color:#FFF;
	text-decoration:none;
}

.HM_breadcrumbs a {
	display: block;
	padding: 30px 0;
	text-decoration: none;
}

.HM_breadcrumbs a:hover {
	color: inherit;
}

.box-shadow,
.block_section>.vc_column_container>.vc_column-inner {
	-webkit-box-shadow: 6px 6px 10px 0px rgba(35,31,32,0.03);
	-moz-box-shadow: 6px 6px 10px 0px rgba(35,31,32,0.03);
	box-shadow: 6px 6px 10px 0px rgba(35,31,32,0.03);
}

/* ----- VC button -----*/
.content-wrap .vc_btn3-container {
	margin-bottom: 35px;
}

/* ----- Tool Tip -----*/
.tooltip {
    position: relative;
/*     display: inline-block; */
}

.tooltip .tooltiptext {
    visibility: hidden;
/*     width: 120px; */
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

/* ----- Tool Tip - CM Tooltip Glossary Plugin -----*/
#ttcont {
	background: #0e5d87 !important;
	padding: 10px 15px 10px 15px !important;
}

/* ----- Caption -----*/

.wpb_single_image figcaption.vc_figure-caption {
    margin-top: 1em;
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
}

/* ----- Upper Footer -----*/
.upper-footer-wrap.wrapper {
	background-color:#007297;
	padding: 50px 15px;

}
.upper-footer-wrap.wrapper p,
.upper-footer-wrap.wrapper li {
font-size: 22px;
    line-height: 1.6em;
}
.upper-footer-wrap.wrapper h1, 
.upper-footer-wrap.wrapper h2, 
.upper-footer-wrap.wrapper h3, 
.upper-footer-wrap.wrapper h4 {
	color: #25a3d9;
	margin-bottom:35px;
}


/* ----- Footer -----*/

.footer-social-media img {
	max-width: none;
	width: auto;
}
.footer-social-media a {
	margin-right: 10px;
}

.footer-wrap .widget_nav_menu .menu-footer-very-bottom-container ul.menu {
	-webkit-columns: auto auto;
    columns: auto auto;
}

.footer-wrap .widget_nav_menu .menu-footer-very-bottom-container ul.menu li {
	width: auto;
	margin-right: 50px;
}

.footer-wrap .widget_nav_menu .menu-footer-very-bottom-container ul.menu li a {
	color: #96999B;
	font-size: 16px;
}


/* ----- Media -----*/

@media (min-width: 769px) {
    .home-banner-image {
	/* 	height: 710px; */
		width: 550px;
	}
/* 	.footer-social-media {
		float:right;
	} */
	.vc_row .col-fixed-200 {
		width: 200px;
	}
	.vc_row .col-offset-200 {
		float: none;
		padding-left: 200px;
		width: auto;
	}
}

@media (max-width: 1100px) {

.vc_row.header-row {
		margin-top: 82px !important;
	}
	
}

@media (max-width: 768px) {
	.main-content p, .single .entry-content li, .page .entry-content li, .wpb_text_column li {
		font-size: 18px;
	}
	p.large-text {
		font-size: 1.5em;
	}
	.HM_breadcrumbs p {
		font-size: 0.9em;
	}
	.footer-wrap .widget_nav_menu ul.menu li > a {
		font-size: 1.8em;
	}
	.vc_row.header-row {
		margin-top: 82px !important;
	}
	.vc_row .mobile-no-padding {
		padding-top: 0 !important;
		padding-right: 0 !important;
		padding-bottom: 0 !important;
		padding-left: 0 !important;
	}
    .vc_row .mobile-no-padding>.vc_column-inner {
		padding: 35px 15px 0 15px !important;
	}
	.mobile-no-padding.vc_row {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.vc_row .mobile-no-margin-bottom {
		margin-bottom: 0 !important;
	}
	.HM_breadcrumbs.vc_row .vc_column_container>.vc_column-inner {
		padding-left: 0;
    	padding-right: 0;
	}
	.footer-wrap .widget_nav_menu ul.menu {
		-webkit-columns: 1;
		columns: 1;
	}
}

@media (max-width: 768px) {

	html {
		font-size: 10px;
	}
	
}
	