@charset "UTF-8";
@font-face {
  font-family: "Montserrat-Regular";
  src: url("fonts/Montserrat-Regular.otf");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("fonts/Montserrat-Bold.otf");
}
@font-face {
  font-family: "Georgia-Italic";
  src: url("fonts/Georgia-Italic.ttf");
}
@font-face {
  font-family: "Helvetica";
  src: url("fonts/Helvetica.ttf");
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("fonts/Montserrat-Light.otf");
}

/* add custom CSS from custom CSS plugin here - start */
/* Enter Your Custom CSS Here */
#home-slider .slider-caption .dynamic_text{
    font-family: "Montserrat-Regular", sans-serif!important;
}
.testimonials__slider-container .testimonials-slider .slick-slide h4 {
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 20px;
    color: #025377;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.slick-dots {
    margin: 0;
    bottom: 0px;
    left: 0;
}

.slider-container h2 {
    color: #ffffff;
    margin-bottom: 0px;
    letter-spacing: 3.5px;
    font-weight: 600;
    font-family: "Montserrat-Regular", sans-serif;
}

.slider-container__slider {
    position: relative;
    margin-bottom: 0px;
}
.slider-container__slider{
    margin-bottom: 30px;
}
.slider-container__slider .custom-slider .slick-slide {
    /*min-height: 150px;*/
}
.slider-container__slider .top-slider .slick-dots{
    bottom: -20px;
}
.slider-container__slider .custom-slider .slick-slide span img {
    max-height: 100px;
    max-width:187px;
}
.guides.products .guides__main-guide span {
    font-size: 20px;
    padding: 0;
    display: inline-block;
    color: inherit;
    font-family: "Open Sans", sans-serif;
}
.guides.products .guides__main-guide span {
    font-size: 20px;
    padding: 0;
    display: inline;
}
.guides.products .guides__main-guide span.small-span{
    font-size: 14px;
    padding: 7px 15px 42px;
    display: block;
}
.guides ul li {
  color:#4e4e4e!important;
}
.guides p, .guides li{
text-align:left!important;
}
iframe{
    width: 100%; 
}
.single-page ul{
 
   list-style-type: disc;
}
.single-page__content-text li{
    padding-left: 50px;
    margin-bottom: 12px;
    position:relative;
    font-size: 18px;
    margin-bottom: 32px;
    font-family: "Open Sans", sans-serif;
    line-height: 30px;
}
.single-page__content-text li:before{
    content: '\22C5'!important;
    position: absolute;
    top: 0;
    line-height: 13px;
    left: 7px;
}
.pagination li{
   padding-left: 0;
}
.pagination li:before{
   display:none;
}
.guides ul:not(.slick-dots) li,
.single-page__content-text ul li{
  padding-left:30px!important; 
}
.guides ul:not(.slick-dots) li::before,
.single-page__content-text ul:not(.pagination) li:before{
content:'•'!important;
    color: #6da3c7 !important;
    font-size: 30px !important;
  display: inline-block!important;
    vertical-align: middle!important;
      line-height: inherit!important;
  left:6px!important;
}
.single-page__content-text ul li:before{
  left:10px!important;
}
.guides.products ul li::before{
  top:auto!important;
}
.footer__right-content-copyright a {
    padding-right: 0;
}

@media only screen and (max-width: 1024px) and (min-width: 641px){
    #home-slider {
      height: 750px;
    }
    #home-slider .slick-slide {
        height: 750px;
    }
    .footer ul li, .footer ul li:nth-child(2) {
        margin: 0 10px 15px;
    }
    .footer ul.sub-menu li {
        margin: 0 !important;
    }
}

/* add custom CSS from custom CSS plugin here - end */

/* -----------------------------------------
   Home page slider
----------------------------------------- */
#home-slider {
  height: 923px;
}
#home-slider .slick-slide {
  height: 923px;
  -moz-transition: height 1s ease;
  -o-transition: height 1s ease;
  -webkit-transition: height 1s ease;
  transition: height 1s ease;
  position: relative;
}
#home-slider .slick-slide:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(238, 238, 238, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(238, 238, 238, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(238, 238, 238, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00eeeeee',GradientType=0 );
}
#home-slider .slider-caption {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  top: 40.5%;
  width: 100%;
  max-width: 1000px;
  text-align: center;
  padding: 5px 10px;
}
#home-slider .slider-caption h1 {
  color: #ffffff;
  margin: 0;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 300;
  font-size: 60px;
  min-height: 72.8px;
  text-transform: none;
  line-height: 73px;
}
#home-slider .slider-caption .dynamic_text {
  color: #ffffff;
  font-family: '"Montserrat-Light', sans-serif;
  padding-left: 16px;
}

.top-slider {
  padding: 0;
}

.slick-dots {
  margin: 0;
  bottom: -46px;
  left: 0;
}
.slick-dots li.slick-active button:before, .slick-dots li:hover button:before {
  background-color: #ffffff;
}
.slick-dots li button {
  margin: 0;
}
.slick-dots li button:before {
  width: 9px;
  height: 9px;
  background-color: #76a0ad;
}

.courses-slider .slick-slide {
  padding: 0 15px;
}
.courses-slider .slick-slide .course-content {
  padding: 35px 18px 25px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 7px;
}
.courses-slider .slick-slide .course-content__image {
  margin-bottom: 8px;
}
.courses-slider .slick-slide .course-content__image img {
  display: inline-block;
}
.courses-slider .slick-slide .course-content .table-view {
  height: 56px;
  margin-bottom: 15px;
  width: 100%;
}
.courses-slider .slick-slide .course-content h4 {
  font-size: 20px;
  font-family: "Montserrat-Bold", sans-serif;
  color: #025377;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
}
.courses-slider .slick-slide .course-content .left_part {
  border-right: 1px solid #cecece;
  margin-bottom: 20px;
}
.courses-slider .slick-slide .course-content .left_part span {
  font-size: 14px;
  text-transform: uppercase;
  color: #025377;
  line-height: 18px;
  letter-spacing: 3px;
}
.courses-slider .slick-slide .course-content .left_part img {
  padding: 3px 18px 3px 7px;
}
.courses-slider .slick-slide .course-content .right_part span {
  background-image: url("images/price.png");
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  padding: 3px 18px 3px 38px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  font-family: "Montserrat-Regular", sans-serif;
  letter-spacing: 2px;
  line-height: 26px;
}
.courses-slider .slick-slide .course-content p {
  font-size: 14px;
  color: #949494;
  margin-bottom: 20px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
}
.courses-slider .slick-slide .course-content .custom-button {
  font-size: 14px;
  letter-spacing: 4px;
  padding: 10px 47px;
  font-family: "Montserrat-Regular", sans-serif;
}

.big_slider .slick-slide {
  padding: 6px;
  position: relative;
}
.big_slider .slick-slide .fa {
  position: absolute;
  bottom: 25px;
  right: 16px;
}
.big_slider__image {
  height: 445px;
  border: 1px solid #d8dfe5;
  border-radius: 5px;
}
.big_slider .slick-dots {
  bottom: 22px;
  max-width: 50%;
  lefT: 50%;
  transform: translate(-50%, 0);
}
.big_slider .slick-dots li {
  padding-left: 0 !important;
  margin-bottom: 0;
}
.big_slider .slick-dots li:before {
  display: none;
}
.big_slider .slick-dots li.slick-active button:before, .big_slider .slick-dots li:hover button:before {
  background: #025377;
}

.small_slider {
  margin-bottom: 42px;
}
.small_slider .slick-slide {
  padding: 6px;
}
.small_slider__image {
  height: 105px;
  border: 1px solid #d8dfe5;
  border-radius: 5px;
}

.prev, .next, .slick-prev, .slick-next {
  display: inline-block;
  cursor: pointer;
  width: 16px;
  height: 31px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
}
.prev:before, .next:before, .slick-prev:before, .slick-next:before {
  position: absolute;
  top: 0;
  left: 0;
}
.prev:hover:before, .next:hover:before, .slick-prev:hover:before, .slick-next:hover:before {
  opacity: 0.6;
}

.prev, .slick-prev {
  left: 15px;
}
.prev:before, .slick-prev:before {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAfCAMAAADZe72GAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAk1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAADRhQNMAAAAL3RSTlMAA5/Lpc8BpNMVl9TcHJSI3uQkgnjn6y1xafDxN2H0YHPqhOGV1wLMDwayycWv2yBwxIMAAAABYktHRACIBR1IAAAACXBIWXMAAAsSAAALEgHS3X78AAAAhklEQVQoz2XRyRKCQAxF0VZQREEBRQUHZBIRMP//d1azSl56d25Vz8bwsVg60i6tuNcebXzuLe3AQcgn7MEHisBxwn0EnygFny/cV3BGOfh2536AzZMKYfOCFfWetpSJLBWcW9/MljqUpYHX0e9nS+uL8nblH8y/pEv3EaX/0qDKKI/TT78/y1MM80JU0xAAAAAASUVORK5CYII=");
}

.next, .slick-next {
  right: 15px;
}
.next:before, .slick-next:before {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAfCAMAAADZe72GAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAk1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAADRhQNMAAAAL3RSTlMA268GxbIPycylAxXTAteXARzcleGIJOSE6ngt63Ng9DfxYWnwceeC3pTUpM/Ln9tt9qgAAAABYktHRACIBR1IAAAACXBIWXMAAAsSAAALEgHS3X78AAAAfUlEQVQoz33RxxaCMBRFUUTBQjOgdAELTYX7/3/n+D6zktnZg5QXa2NvLVo7OCzu/k8OOJ5IPF8nAUuI6EyiYo0kfB11wZUlzTSSCylQslS1Rm4sDVrq7o6H6Cft8BJdozedmQ6iM4yml6lJdIzZND/vLdrHh+b7lb+0rNw/jxoNd7izYQsAAAAASUVORK5CYII=");
}

@media only screen and (max-width: 1000px) {
  #home-slider {
    height: 700px;
  }
  #home-slider .slick-slide {
    height: 700px;
    /*define the height of slide*/
  }
}
@media only screen and (max-width: 640px) {
  #home-slider {
    height: 400px;
  }
  #home-slider .slick-slide {
    height: 400px;
  }
  #home-slider .slick-slide .slider-caption {
    top: 50%;
  }
  #home-slider .slick-slide .slider-caption h1 {
    font-size: 30px;
    min-height: 40.8px;
    line-height: 40px;
  }

  .slick-dots {
    bottom: -30px;
    left: 0;
  }

  .big_slider .slick-slide .fa {
    bottom: 38px;
  }
  .big_slider__image {
    height: 300px;
    background-size: contain !important;
  }

  .small_slider {
    margin-bottom: 30px;
  }
  .small_slider__image {
    height: 50px;
  }
}
/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption.alignnone {
  margin: 0 1em 1em 0;
}
.wp-caption.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.wp-caption.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0);
}
#wpadminbar:hover, #wpadminbar:focus {
  opacity: 1;
}

/* -----------------------------------------
   General fixes
----------------------------------------- */
html, body {
  height: auto;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  -webkit-font-smoothing: antialiased;
  position: static;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Placeholder styling */
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #b2c0cb;
  font-size: 16px;
  text-transform: uppercase;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #b2c0cb;
  font-size: 16px;
  text-transform: uppercase;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #b2c0cb;
  font-size: 16px;
  text-transform: uppercase;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #b2c0cb;
  font-size: 16px;
  text-transform: uppercase;
}

/* Input Styling */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  /* STYLES GO THERE */
}

textarea[rows] {
  /*Styles for TextArea*/
}

/* Responsive video container (YouTube, Vimeo) */
embed, iframe, object {
  max-width: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Foundation tweaks */

@media only screen and (min-width: 1024px) {
	header .row {
	 max-width: 1600px;
	}
}

.row {
  max-width: 1185px;
}

.row-small {
  max-width: 1000px;
}

.row-extra-small {
  max-width: 930px;
}

/* Align Middle */
.align-middle {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

/* -----------------------------------------
   Typography
----------------------------------------- */
a:focus {
  outline: none;
}

p:empty {
  display: none;
}

body {
  overflow-x: hidden;
}

body, h1, h2, h3, h4, h5, h6, p, a {
  font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

ul li {
  list-style: none;
}

/* -----------------------------------------
    Clearfix
----------------------------------------- */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

/* ------------------------------------
    Basic Styles
------------------------------------- */
h1 {
  /*basic heading styles*/
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 52px;
  color: #025377;
  text-transform: uppercase;
}

h2 {
  /*basic heading styles*/
  font-size: 30px;
  font-family: "Montserrat-Bold", sans-serif;
  text-transform: uppercase;
  color: #025377;
}

h3 {
  /*basic heading styles*/
}

h4 {
  /*basic heading styles*/
}

h5 {
  /*basic heading styles*/
  font-family: "Montserrat-Regular", sans-serif;
}

h6 {
  /*basic heading styles*/
}

span {
  font-family: "Montserrat-Regular", sans-serif;
}

p {
  /*basic paragraph styles*/
  font-family: "Montserrat-Regular", sans-serif;
  line-height: 22px;
}
p a {
  text-decoration: none;
}

ul {
  /*basic list styles*/
  list-style-type: none;
  margin-left: 0;
}
ul li {
  /*basic list-item styles*/
  font-size: 14px;
  margin-left: 0;
}

a {
  color: #000000;
  font-size: 14px;
}
a:hover, a:focus {
  /*basic hover and focus effects*/
  color: #318570;
}
a:hover h2, a:focus h2 {
  color: #318570;
}

.button:hover, .button:focus {
  /*basic hover and focus effects*/
}

.button-one {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Montserrat-Regular", sans-serif;
  border-radius: 5px;
  border: 2px solid #ffffff;
  line-height: 14px;
  padding: 10px 16px;
}
.button-one:hover, .button-one:focus {
  color: #ffffff;
}

.custom-button {
  font-size: 16px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #ffffff !important;
  background-color: #318570;
  border-radius: 5px;
  padding: 14px 40px;
  display: inline-block;
}
.custom-button:hover, .custom-button:focus {
  color: #ffffff;
  background-color: #09cac7;
}
.custom-button.blue {
  background-color: #6da3c7;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 29px;
  margin-bottom: 6px;
  font-family: "Montserrat-Bold", sans-serif;
  letter-spacing: 3.4px;
}
.custom-button-white {
  color: #025377;
  font-size: 16px;
  font-family: "Montserrat-Bold", sans-serif;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 15px 42px;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: inline-block;
  margin-top: 44px;
}
.custom-button-white:hover, .custom-button-white:focus {
  color: #ffffff;
  background-color: #09cac7;
}

#home-slider .slick-slide, .big_slider__image, .small_slider__image, .testimonials__slider-container .testimonials-slider__image, .start-top, .training__top, .training__video-video, .default__three-one-image, .single-page__related-item-image, .blog-page__top-post-image, .blog-page__related-item-image {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/*-------------------------------
        Paginator
-------------------------------*/
ul.pagination li a {
  padding: 0 7px;
  border-radius: 0;
}

.pagination.current {
  color: #fff;
  background: #000000;
  padding: 1px 7px 2px 7px;
}

/* ------------------------------------
    Header Styles
------------------------------------- */
.logged-in .shop-topbar {
  display: none !important;
}

.shop-topbar {
  display: none;
  position: fixed;
  top: 0;
  height: 42px;
  background: #025377;
  left: 0;
  width: 100%;
  z-index: 9999;
  text-align: center;
  border-bottom: 1px solid #fff;  
}
.shop-topbar.visible {
  display: block;
}
.shop-topbar p {
  display: inline-block;
  margin-bottom: 0;
  padding-top: 9px;
  color: #fff;
}
.shop-topbar a {  
  margin-left: 30px;
  background-color: #318570;
  padding: 7px 20px;
  border-radius: 2px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px; 
}
.shop-topbar a:hover {
  background-color: #09cac7 !important;
}


.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  margin-top: -10px;
  z-index: 100;
}
.logged-in .header {
  padding: 20px 0 0;
  margin: 0;
}

.header.has-shop-topbar {
  padding-top: 60px;
}

.header__menu {
  display: table;
}
.header .logo img, .header .logo svg {
  max-width: 70px;
  max-height: 117px;
  fill: #025377;
}
.header.default .logo svg {
  fill: #6da3c7;
}
.header span {
  padding-right: 24px;
  display: table-cell;
  vertical-align: middle;
}
.header .button-one {
  color: #6da3c7;
  border: 2px solid #6da3c7;
}
.header .button-one:hover, .header .button-one:focus {
  color: #ffffff;
  border: 2px solid #09cac7;
  background-color: #09cac7;
}
.header.white .button-one {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.header.white .button-one:hover, .header.white .button-one:focus {
  color: #ffffff;
  border: 2px solid #09cac7;
}
.header.white .logo svg {
  fill: #ffffff;
}

/* Fix for hamburger icon on mobiles on IOS */
.top-bar .toggle-topbar.menu-icon a span::after {
  height: 1px;
  background: #fff;  
}


@media screen and (max-width: 640px ) {
	
	.shop-topbar {
		height: auto;
	}	
	.shop-topbar a {
		margin: 10px auto;
    	display: block;
    	width: 130px;
	}
	.header.has-shop-topbar,
	body.has-shop-topbar {
		padding-top: 85px;
	}
	
	
}

@media screen and (max-width: 460px ) {

	.header.has-shop-topbar,
	body.has-shop-topbar {
		padding-top: 110px;
	}

}


/* ------------------------------------
    Home Page
------------------------------------- */
.home-top-block {
  position: relative;
}
.home-top-block .top-block {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.slick-slide:focus {
  outline: none;
}

.slider-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.slider-container.top-block {
  padding: 36px 0 20px;
  background-color: rgba(2, 83, 119, 0.8);
}
.slider-container.featured {
  position: relative;
  padding: 36px 0;
  background-color: #318570;
}
.slider-container.featured .slick-dots {
  bottom: -60px;
}
.slider-container h2 {
  color: #ffffff;
  /*margin-bottom: 50px;*/
  letter-spacing: 3.5px;
  font-weight: 600;
  font-family: "Montserrat-Regular", sans-serif;
}
.slider-container__slider {
  position: relative;
  /*margin-bottom: 55px;*/
}
.slider-container__slider .custom-slider .slick-slide {
  display: table;
  padding: 0 10px;
}
.slider-container__slider .custom-slider .slick-slide span {
  display: table-cell;
  vertical-align: middle;
}
.slider-container__slider .custom-slider .slick-slide span img {
  margin: 0 auto;
}

.home-content-block {
  background: #eff1f3;
  padding: 0;
  overflow: hidden;
}
.home-content-block__one {
  position: relative;
  padding: 74px 0;
}
.home-content-block__one:not(:last-of-type):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 170px;
  height: 1px;
  border-top: 1px solid #cfcfcf;
}
.home-content-block__one span {
  font-size: 60px;
  display: inline-block;
  color: #b2c0cb;
}
.home-content-block__one h2 {
  padding-top: 22px;
  letter-spacing: 3.2px;
  margin-bottom: 15px;
  line-height: 36px;
}
.home-content-block__one h4 {
  font-family: "Montserrat-Regular", sans-serif;
  margin-bottom: 16px;
  color: #318570;
  font-size: 24px;
}
.home-content-block__one p {
  font-size: 16px;
  color: #949494;
  margin-bottom: 26px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
}
.home-content-block__one a.custom-button {
  font-size: 14px;
  padding: 12px 16px;
  letter-spacing: 0;
  display: inline-block;
  font-family: "Montserrat-Regular", sans-serif;
}
.home-content-block__one:nth-child(even) .home-content-block__content {
  float: right;
}
.home-content-block__image {
  display: table;
}
.home-content-block__image span {
  display: table-cell;
  vertical-align: middle;
}
.home-content-block__image img {
  margin: 0 30px;
}
.home-content-block__content {
  max-width: 500px;
}

.start-page .home-content-block span {
  line-height: 60px;
  margin-bottom: 0;
}
.start-page .home-content-block h2 {
  padding-top: 0;
  font-size: 24px;
  margin-bottom: 8px;
  line-height: 28px;
  letter-spacing: 2px;
}
.start-page .home-content-block h4 {
  margin-bottom: 16px;
  font-size: 22px;
}
.start-page .home-content-block a.custom-button {
  padding: 10px 22px;
  font-weight: 400;
}

.testimonials {
  padding: 60px 0 40px;
}
.testimonials h2 {
  padding: 34px 0 66px;
  color: #6da3c7;
  letter-spacing: 6px;
}
.testimonials__slider-container {
  position: relative;
}
.testimonials__slider-container .testimonials-slider__image {
  height: 146px;
  width: 146px;
  border-radius: 50%;
  margin: 0 auto 14px;
}
.testimonials__slider-container .testimonials-slider .slick-slide {
  padding: 0 44px;
}
.testimonials__slider-container .testimonials-slider .slick-slide h4 {
  font-family: "Montserrat-Bold", sans-serif;
  /*font-size: 24px;*/
  color: #025377;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.testimonials__slider-container .testimonials-slider .slick-slide h5 {
  font-size: 18px;
  color: #318570;
  margin-bottom: 18px;
}
.testimonials__slider-container .testimonials-slider .slick-slide p {
  font-size: 16px;
  color: #949494;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
}
.testimonials__slider-container .prev, .testimonials__slider-container .next {
  top: 22%;
}
.testimonials__slider-container .prev:before {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAfCAMAAADZe72GAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAk1BMVEUAAACZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL4AAAAA1y/HAAAAL3RSTlMAA5/Lpc8BpNMVl9TcHJSI3uQkgnjn6y1xafDxN2H0YHPqhOGV1wLMDwayycWv2yBwxIMAAAABYktHRACIBR1IAAAACXBIWXMAAAsSAAALEgHS3X78AAAAhklEQVQoz2XRyRKCQAxF0VZQREEBRQUHZBIRMP//d1azSl56d25Vz8bwsVg60i6tuNcebXzuLe3AQcgn7MEHisBxwn0EnygFny/cV3BGOfh2536AzZMKYfOCFfWetpSJLBWcW9/MljqUpYHX0e9nS+uL8nblH8y/pEv3EaX/0qDKKI/TT78/y1MM80JU0xAAAAAASUVORK5CYII=");
}
.testimonials__slider-container .next:before {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAfCAMAAADZe72GAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAk1BMVEUAAACZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL6ZtL4AAAAA1y/HAAAAL3RSTlMA268GxbIPycylAxXTAteXARzcleGIJOSE6ngt63Ng9DfxYWnwceeC3pTUpM/Ln9tt9qgAAAABYktHRACIBR1IAAAACXBIWXMAAAsSAAALEgHS3X78AAAAfUlEQVQoz33RxxaCMBRFUUTBQjOgdAELTYX7/3/n+D6zktnZg5QXa2NvLVo7OCzu/k8OOJ5IPF8nAUuI6EyiYo0kfB11wZUlzTSSCylQslS1Rm4sDVrq7o6H6Cft8BJdozedmQ6iM4yml6lJdIzZND/vLdrHh+b7lb+0rNw/jxoNd7izYQsAAAAASUVORK5CYII=");
}
.testimonials__slider-container .testimonials-prev {
  left: 42px;
}
.testimonials__slider-container .testimonials-next {
  right: 42px;
}
.testimonials__slider-container .slick-dots {
  bottom: -33px;
}
.testimonials__slider-container .slick-dots li.slick-active button:before {
  background-color: #025377;
}
.testimonials__slider-container .slick-dots li button {
  margin: 0;
}
.testimonials__slider-container .slick-dots li button:before {
  width: 9px;
  height: 9px;
  background-color: #76a0ad;
}

.page-template-template-training .testimonials {
  padding: 36px 0 94px;
}

.start-block {
  padding: 100px 0;
  min-height: 560px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 100%;
}
.start-block h2 {
  color: #6da3c7;
  font-family: "Montserrat-Regular", sans-serif;
  margin-bottom: 0;
  letter-spacing: 6px;
}
.start-block h1 {
  margin-bottom: 38px;
  letter-spacing: -1.2px;
}
.start-block a {
  letter-spacing: 3px;
  font-family: "Montserrat-Bold", sans-serif;
  padding: 15px 42px;
}

/* -----------------------------------------
    Start Page
----------------------------------------- */
.start-top {
  height: 564px;
  position: relative;
  overflow: hidden;
}
.start-top:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(2, 83, 119, 0.7);
}
.start-top__content {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  top: 51%;
  z-index: 2;
}
.start-top__content h1 {
  font-size: 60px;
  color: #ffffff;
  font-family: "Montserrat-Regular", sans-serif;
  margin-bottom: 0;
  text-transform: none;
}
.start-top__content h2 {
  font-size: 40px;
  color: #09cac7;
  font-family: "Montserrat-Regular", sans-serif;
  margin-bottom: 55px;
  text-transform: none;
}
.start-top__content h4 {
  font-size: 30px;
  color: #ffffff;
  font-family: "Montserrat-Regular", sans-serif;
  margin-bottom: 15px;
}

/* -----------------------------------------
   Training Page
----------------------------------------- */
.training__top {
  min-height: 923px;
  position: relative;
}
.training__top-text {
  max-width: 530px;
  float: none;
  text-align: center;
}
.training__top-text h1 {
  font-family: "Montserrat-Regular", sans-serif;
  color: #ffffff;
  margin: 0 0 60px;
  text-transform: none;
  line-height: 1.2em;
  text-shadow: 0px 4px 6px rgba(0,0,0,0.4);
}
.training__top-text p, .training__top-text li, .training__top-text a {
  font-family: "Montserrat-Regular", sans-serif;
  color: #ffffff;
  position: relative;
  line-height: 1.3em;
  text-shadow: 0px 2px 5px rgba(0,0,0,0.4);
}
.training__top-text ul {
  list-style-type: circle;
}
.training__top-text ul li {
  padding-left: 30px;
}
.training__top-text ul li:before {
  content: '\22C5';
  color: #ffffff;
  font-size: 44px;
  position: absolute;
  top: 0;
  line-height: 17px;
  left: 0;
}
.training__video {
  padding: 80px 0;
}
.training__video-title {
  margin: 0;
  letter-spacing: 1.6px;
  line-height: 36px;
}
.training__video-subtitle {
  color: #6da3c7;
  letter-spacing: 6px;
  margin: 0 auto 90px;
}
.training__video-block {
  padding: 0 25px;
  height: 350px!important;
}
.training__video-video {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
}
.training__video-video img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.training__video-video img.active {
  opacity: 0;
}
.training__video-video .flex-video {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.training__video-video .flex-video iframe {
  height: 100%;
}
.training__video-video.with_video {
  /* &:after{
  	content: url('../images/play.png');
  	z-index: 2;
  	@include align-middle;
  } */
}
.training__video-video.with_video.active:after {
  display: none;
}
.training__video-course-title {
  margin-bottom: 27px;
  text-transform: none;
  line-height: 34px;
  margin-top: -5px;
  max-width: 95%;
}
.training__video-coursetax {
  display: table;
  margin-bottom: 25px;
}
.training__video-course-image {
  margin-right: 10px;
}
.training__video-course-type {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  text-transform: uppercase;
  color: #6da3c7;
  font-family: "Montserrat-Regular", sans-serif;
  letter-spacing: 2px;
}
.training__video p {
  font-size: 14px;
  color: #949494;
  margin-bottom: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
}
.training__video-course-price {
  background-image: url("images/price.png");
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  padding: 6px 24px 9px 32px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 50%;
  font-family: "Montserrat-Regular", sans-serif;
  letter-spacing: 2px;
  line-height: 26px;
}
.training__video .custom-button {
  font-size: 14px;
  padding: 10px 22px;
  line-height: 21px;
  font-family: "Montserrat-Regular", sans-serif;
  letter-spacing: 3px;
}
.training__features {
  background-color: #eff1f3;
  padding: 50px 0;
}
.training__features .row {
  padding: 0 70px;
}
.training__features-one-feature {
  padding: 0px 58px;
}
.training__features-image {
  display: table;
  margin: 0 auto 25px;
}
.training__features-image span {
  display: table-cell;
  vertical-align: bottom;
}
.training__features h4 {
  font-size: 24px;
  font-family: "Montserrat-Bold", sans-serif;
  color: #025377;
  margin: 0;
  line-height: 25px;
}
.training__features h5 {
  font-size: 16px;
  text-transform: uppercase;
  color: #6da3c7;
  margin: 0 0 20px;
  letter-spacing: 3px;
}
.training__features p {
  font-size: 14px;
  color: #949494;
  margin-bottom: 0;
  line-height: 17px;
  font-family: "Open Sans", sans-serif;
}
.training__courses {
  background-color: #6da3c7;
  padding: 70px 0 90px;
}
.training__courses .row {
  padding: 0 120px;
}
.training__courses-title {
  margin: 0 auto 60px;
  color: #ffffff;
  letter-spacing: 6px;
}

.no_padding {
  padding-left: 0;
  padding-right: 0;
}

.table-view {
  display: table;
}

/* -----------------------------------------
    Guides Page
----------------------------------------- */
.guides {
  padding-top: 182px;
  padding-bottom: 16px;
  position: relative;
}
.guides .column, .guides .columns {
  padding-left: 45px;
  padding-right: 45px;
}
.guides__main-guide {
  margin-bottom: 80px;
}
.guides__main-guide p {
  text-align: justify;
}
.guides:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 170px;
  height: 1px;
  border-top: 1px solid #cfcfcf;
}
.guides h1 {
  font-size: 48px;
  text-transform: none;
  margin: 0 0 6px;
}
.guides h2 {
  color: #6da3c7;
  font-family: "Montserrat-Regular", sans-serif;
  text-transform: none;
  font-size: 48px;
  margin: 0 0 50px;
  line-height: 52px;
}
.guides h6 {
  font-size: 14px;
  font-family: "Montserrat-Regular", sans-serif;
  padding: 65px 0;
}
.guides a, .guides p, .guides li {
  font-size: 20px;
  line-height: 31px;
  margin-bottom: 28px;
  text-align: justify;
  font-family: "Open Sans", sans-serif;
}
.guides a {
  color: #6da3c7;
  text-decoration: none;
  font-weight: 600;
}
.guides a:hover, .guides a:focus {
  color: #318570;
}
.guides p {
  color: #4e4e4e;
  text-align: justify;
}
.guides ul {
  padding: 11px 0;
}
.guides ul li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 12px;
}
.guides ul li:before {
  content: '\22C5';
  color: #09cac7;
  font-size: 100px;
  position: absolute;
  top: 0;
  line-height: 13px;
  left: 7px;
}
.guides__navigation {
  max-width: 370px;
  background: #025377;
  position: fixed;
  top: 0;
  height: 100vh;
  overflow: visible;
  padding: 25px 0;
  z-index: 99;
}
.guides__navigation.active {
  right: 0;
}
.guides__navigation .guide_button {
  background-color: #025377;
  width: 28px;
  height: 34px;
  background-image: url("images/guide_arrow.png");
  background-position: 50%;
  background-repeat: no-repeat;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  cursor: pointer;
  position: absolute;
  left: -28px;
  top: 82px;
}
.guides__navigation .guide_button:hover {
  background-color: #b2c0cb;
}
.guides__navigation__menu {
  height: 100%;
  overflow: auto;
  padding-bottom: 100px;
}
.guides__navigation__menu p, .guides__navigation__menu span {
  text-align: left;
}
.guides__navigation a {
  margin-bottom: 0;
}
.guides__navigation h4 {
  font-size: 16px;
  color: #09cac7;
  text-transform: uppercase;
  letter-spacing: 3.5px;
  margin-bottom: 14px;
  padding: 0 25px;
}
.guides__navigation-one {
  display: inline-block;
  padding: 10px 25px;
  border-bottom: 1px solid #1c6585;
  width: 100%;
}
.guides__navigation-one p {
  font-size: 16px;
  color: #ffffff;
  margin: 0;
  line-height: 24px;
  vertical-align: top;
}
.guides__navigation-one span {
  font-size: 12px;
  color: #09cac7;
  display: block;
  line-height: 18px;
  margin: 0;
  vertical-align: top;
}
.guides__navigation-one.first p {
  margin-bottom: 6px;
}
.guides__navigation-one.first span {
  color: #6da3c7;
  font-size: 14px;
  margin-bottom: 6px;
}
.guides__navigation-one:hover {
  background-color: #ffffff;
}
.guides__navigation-one:hover p {
  color: #025377;
}
.guides__content-container {
  padding-bottom: 38px;
  margin-bottom: 38px;
  position: relative;
}
.guides__content-container:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 170px;
  height: 1px;
  border-top: 1px solid #cfcfcf;
}
.guides__content-title {
  background: #318570;
  padding: 34px;
  margin: 46px 0 60px;
}
.guides__content-title .guide-counter, .guides__content-title .guide-chapter {
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 60px;
  color: #ffffff;
  opacity: 0.4;
  display: block;
  line-height: 60px;
}
.guides__content-title .guide-chapter {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 3px;
  margin-bottom: 30px;
}
.guides__content-title h2 {
  font-size: 34px;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
  font-family: "Montserrat-Bold", sans-serif;
  line-height: 40px;
  margin: 0 0 11px;
}
.guides.products .guides__main-guide img {
  margin: 50px 0 66px;
}
.guides.products .guides__main-guide h6 {
  font-size: 16px;
  text-transform: uppercase;
  color: #6da3c7;
  padding: 7px 15px 0;
  margin: 0;
}
.guides.products .guides__main-guide span {
/*  font-size: 14px;
  color: #c7c7c7;
  padding: 7px 15px 42px;
  display: block;
*/
}
.guides.products .guides__main-guide .custom-button {
  margin-top: 36px;
  font-size: 18px;
  background: #318570;
  color: #ffffff;
  padding: 10px 20px;
  letter-spacing: 2px;
  font-family: "Montserrat-Regular", sans-serif;
}
.guides.products .guides__main-guide .custom-button:hover, .guides.products .guides__main-guide .custom-button:focus {
  background: #09cac7;
}
.guides.products .guides__content-title {
  background: #025377;
  padding: 48px;
  margin: 66px 0 60px;
  position: relative;
  z-index: 10;
}
.guides.products .guides__content-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100vw - 15px);
  height: 100%;
  display: block;
  z-index: -1;
  background: #025377;
}
.guides.products .guides__content-title .guide-counter {
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 60px;
  color: #09cac7;
  opacity: 1;
  display: block;
  line-height: 60px;
}
.guides.products .guides__content-title h2 {
  font-size: 34px;
  color: #ffffff;
  text-transform: none;
  font-family: "Montserrat-Bold", sans-serif;
  line-height: 50px;
  margin: 18px 0 0;
  letter-spacing: -0.6px;
}
.guides.products .product_link {
  margin-bottom: 40px;
}
.guides.products .product_link__left, .guides.products .product_link__right {
  font-size: 24px;
  text-transform: uppercase;
  float: left;
  border: 3px solid #318570;
}
.guides.products .product_link__left {
  width: 72%;
  color: #318570;
  padding: 28px 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.guides.products .product_link__left span {
  letter-spacing: 3px;
}
.guides.products .product_link__left * {
  letter-spacing: 3px;
  margin-bottom: 0;
  margin-bottom: 0;
  color: #318570;
  text-align: center;
  font-family: "Montserrat-Regular", sans-serif;
}
.guides.products .product_link__right {
  display: table;
  width: 28%;
  background: #318570;
  color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.guides.products .product_link__right span {
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 3px;
}
.guides.products .product_link__right span img {
  margin: 0 0 0 26px;
}
.guides.products .product_link:hover .product_link__left, .guides.products .product_link:hover .product_link__right {
  color: #09cac7;
  border: 3px solid #09cac7;
}
.guides.products .product_link:hover .product_link__left * {
  color: #09cac7;
}
.guides.products .product_link:hover .product_link__right {
  background: #09cac7;
  color: #ffffff;
}
.guides.products .product_characteristics {
  padding: 0 20px 20px;
}
.guides.products .product_characteristics__one {
  border-bottom: 1px solid #d8dfe5;
}
.guides.products .product_characteristics__one-left {
  width: 20%;
  floaT: left;
  display: table;
}
.guides.products .product_characteristics__one-left span {
  display: table-cell;
  vertical-align: middle;
}
.guides.products .product_characteristics__one-right {
  width: 80%;
  floaT: left;
  padding: 15px 0 15px 10px;
}
.guides.products .product_characteristics__one-right h4 {
  font-size: 18px;
  color: #025377;
  text-transform: uppercase;
  margin: 0 0 2px;
  letter-spacing: 3px;
}
.guides.products .product_characteristics__one-right p {
  margin: 0;
  text-align: left;
}
.guides.products p {
  font-family: "Open Sans", sans-serif;
}
.guides.products ul {
  padding: 11px 0 11px;
  margin-bottom: 0;
}
.guides.products ul li {
  padding-left: 30px;
}
.guides.products ul li:before {
  font-size: 90px;
  top: -2px;
  left: -4px;
}
.guides.products ul li h5 {
  font-size: 20px;
  color: #6da3c7;
  margin: 0 0 13px;
  letter-spacing: -0.4px;
}
.guides.products ul li p {
  margin-bottom: 15px;
  line-height: 30px;
}

.all-products:after {
  display: none;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.small-padding {
  padding-left: 5px;
  padding-right: 5px;
}

.guides__main-guide h3 {
  text-align: left !important;
}

/* -----------------------------------------
    Default Page
----------------------------------------- */
.default__top-block {
  background-color: #025377;
  padding: 130px 0 40px;
}
.default__top-block h1 {
  color: #09cac7;
  font-family: "Montserrat-Regular", sans-serif;
  text-transform: none;
  line-height: 62px;
  margin-bottom: 40px;
}
.default__top-block p {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
}
.default__content, .default__standard {
  padding: 80px 0 60px;
  position: relative;
}
.default__content.with_line:after, .default__standard.with_line:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 413px;
  height: 1px;
  border-top: 1px solid #cfcfcf;
}
.default__content h2, .default__standard h2 {
  margin: 0;
  line-height: 36px;
  letter-spacing: 3px;
}
.default__content-title, .default__standard-title {
  color: #025377;
}
.default__content-subtitle, .default__standard-subtitle {
  color: #6da3c7;
  margin-bottom: 70px !important;
}
.default__content p, .default__content li, .default__content a, .default__standard p, .default__standard li, .default__standard a {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #4e4e4e;
  line-height: 30px;
  margin-bottom: 30px;
  text-align: justify;
}
.default__content a, .default__standard a {
  color: #025377;
}
.default__content ul, .default__standard ul {
  list-style-type: circle;
}
.default__content ul li, .default__standard ul li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.default__content ul li:before, .default__standard ul li:before {
  content: '\22C5';
  color: #4e4e4e;
  font-size: 66px;
  position: absolute;
  top: 0;
  line-height: 17px;
  left: 0;
}
.default__content-link, .default__standard-link {
  padding: 34px;
}
.default__content-link a, .default__standard-link a {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 2px;
  padding: 10px 28px;
  font-family: "Montserrat-Regular", sans-serif;
}
.default__quote {
  padding: 90px 15px;
}
.default__quote-text {
  position: relative;
  font-family: "Georgia-Italic", sans-serif;
  font-size: 36px;
  color: #025377;
  line-height: 45px;
  display: inline-block;
}
.default__quote-text:before {
  content: '“';
  position: absolute;
  top: 0;
  left: -130px;
  font-size: 250px;
  color: #b2c0cb;
  opacity: 0.2;
  line-height: 136px;
  z-index: 1;
  width: 120px;
}
.default__quote-text:after {
  content: '”';
  position: absolute;
  top: 50%;
  right: -85px;
  font-size: 250px;
  color: #b2c0cb;
  opacity: 0.2;
  line-height: 250px;
  z-index: 1;
  width: 130px;
}
.default__quote-author {
  text-transform: uppercase;
  color: #b2c0cb;
  margin: 26px 0 0;
  letter-spacing: 4px;
}
.default__values {
  background-color: #eff1f3;
  padding: 66px 0;
}
.default__values-one h4 {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 36px;
  color: #025377;
  letter-spacing: 2px;
}
.default__values-one h5 {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #6da3c7;
  letter-spacing: 3px;
}
.default__three {
  padding: 100px 0 20px;
  position: relative;
}
.default__three:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 413px;
  height: 1px;
  border-top: 1px solid #cfcfcf;
}
.default__three h2 {
  margin: 0 0 50px;
  letter-spacing: 5px;
  color: #6da3c7;
}
.default__three-one {
  margin-bottom: 50px;
}
.default__three-one img {
  border-radius: 50%;
  margin-bottom: 19px;
  width: 144px;
}
.default__three-one-image {
  width: 144px;
  height: 144px;
  background-position: 50% 0;
  margin: 0 auto 19px;
  border-radius: 50%;
}
.default__three-one h4 {
  font-size: 24px;
  text-transform: uppercase;
  color: #025377;
  font-family: "Montserrat-Bold", sans-serif;
  margin: 0 0 4px;
}
.default__three-one h5 {
  font-size: 18px;
  color: #318570;
  margin: 0 0 12px;
}
.default__three-one p, .default__three-one a {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  color: #949494;
  line-height: 30px;
}
.default__three-one a {
  color: #025377;
}
.default__posts {
  padding: 84px 0;
}
.default__posts h2 {
  margin: 0 0 52px;
  letter-spacing: 6px;
  color: #6da3c7;
}
.default__posts .row:last-of-type .default__posts-one-image {
  border-bottom: none;
}
.default__posts .row:last-of-type .default__posts-one-content {
  border-bottom: none;
}
.default__posts-one-image {
  display: table;
  border-bottom: 1px solid #e2e2dd;
}
.default__posts-one-image span {
  display: table-cell;
  vertical-align: middle;
}
.default__posts-one-image span img {
  border-radius: 50%;
  height: 140px;
  width: 140px;
}
.default__posts-one-content {
  border-bottom: 1px solid #e2e2dd;
  padding: 25px 0;
}
.default__posts-one-content h4 {
  font-size: 20px;
  font-family: "Montserrat-Bold", sans-serif;
  color: #025377;
  text-transform: uppercase;
  margin: 0 0 4px;
}
.default__posts-one-content .date {
  font-size: 16px;
  color: #6da3c7;
  line-height: 28px;
  margin-bottom: 6px;
  font-family: "Montserrat-Regular", sans-serif;
}
.default__posts-one-content p {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #949494;
  margin-bottom: 18px;
}
.default__posts-one-content .custom-button {
  font-size: 12px;
  letter-spacing: 2px;
  padding: 7px 18px;
}

blockquote {
  border: none;
  padding: 0;
  margin: 50px 13%;
  max-width: 74%;
}
blockquote p {
  position: relative;
  font-family: "Georgia-Italic", sans-serif !important;
  font-size: 36px !important;
  color: #025377;
  line-height: 45px !important;
  display: inline-block;
}
blockquote p:before {
  content: '“';
  position: absolute;
  top: 0;
  left: -130px;
  font-size: 250px;
  color: #b2c0cb;
  opacity: 0.2;
  line-height: 136px;
  z-index: 1;
  width: 120px;
}
blockquote p:after {
  content: '”';
  position: absolute;
  top: auto;
  bottom: -70px;
  right: -110px;
  font-size: 250px;
  color: #b2c0cb;
  opacity: 0.2;
  line-height: 0;
  z-index: 1;
  width: 130px;
}

/* -----------------------------------------
    Single Page
----------------------------------------- */
.single-page__top-block {
  border-bottom: 1px solid #cfcfcf;
}
.single-page__top-block h1 {
  padding: 120px 15px 0;
  text-transform: none;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 48px;
  line-height: 59px;
}
.single-page__top-block h6 {
  font-size: 16px;
  text-transform: uppercase;
  color: #6da3c7;
  padding: 20px 15px 15px;
  margin: 0;
  font-family: "Montserrat-Regular", sans-serif;
  letter-spacing: 2px;
}
.single-page__top-block span {
  font-size: 14px;
  color: #c7c7c7;
  padding: 15px 15px 70px;
  display: block;
}
.single-page__content {
  padding: 80px 0 55px;
  position: relative;
}
.single-page__content a {
  color: #6da3c7;
}
.single-page__content h2 {
  margin-bottom: 32px;
}
.single-page__content h5 {
  font-size: 23px;
  line-height: 34px;
  margin-bottom: 32px;
}
.single-page__content h5 a {
  font-size: 23px;
}
.single-page__content a, .single-page__content p {
  font-size: 18px;
  margin-bottom: 32px;
  font-family: "Open Sans", sans-serif;
  line-height: 30px;
}
.single-page__content:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 170px;
  height: 1px;
  border-top: 1px solid #cfcfcf;
}
.single-page__author {
  margin-top: 78px;
}
.single-page__author img {
  border-radius: 50%;
  width: 130px;
}
.single-page__author h4 {
  font-size: 18px;
  font-family: "Montserrat-Bold", sans-serif;
  color: #025377;
  text-transform: uppercase;
  margin: 0;
}
.single-page__author h5 {
  font-size: 14px;
  color: #a3a3a3;
  text-transform: uppercase;
  margin: 0 0 2px;
}
.single-page__author p {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #7b7b7b;
  /* text-align: justify; */
  line-height: 24px;
}
.single-page__related {
  padding: 80px 0;
}
.single-page__related h2 {
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 30px;
}
.single-page__related-item {
  border: 1px solid #b2c0cb;
  border-radius: 4px;
}
.single-page__related-item-image {
  height: 120px;
}
.single-page__related-item span {
  display: block;
  color: #318570;
  padding: 13px 13px 8px;
  font-size: 14px;
}
.single-page__related-item a {
  font-size: 18px;
  font-family: "Montserrat-Regular", sans-serif;
  color: #025377;
  display: block;
  padding: 0 13px 14px;
  line-height: 26px;
}
.single-page__related-item a:hover, .single-page__related-item a:focus {
  color: #318570;
}
.single-page .subscribe-block {
  padding-top: 66px;
}

.blog-page {
  margin-top: 140px;
}
.logged-in .blog-page {
  margin-top: 170px;
}
.blog-page-news {
  position: relative;
  margin-bottom: 0;
}
.blog-page-news .blog-page__content {
  padding: 80px 0;
}
.blog-page-news .blog-page__content:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 170px;
  height: 1px;
  border-top: 1px solid #cfcfcf;
}
.blog-page__top-post {
  padding-left: 20px;
  padding-right: 0;
}
.blog-page__top-post-image {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.blog-page__top-post-content {
  padding: 22px 15px 30px 30px;
  border: 1px solid #b2c0cb;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.blog-page__top-post-content h2 {
  font-size: 38px;
  text-transform: none;
  line-height: 48px;
  margin-bottom: 15px;
}
.blog-page__top-post-content h5 {
  font-size: 16px;
  text-transform: uppercase;
  color: #b2c0cb;
  letter-spacing: 0;
}
.blog-page__top-post-content h6 {
  font-size: 16px;
  font-family: "Montserrat-Regular", sans-serif;
  text-transform: uppercase;
  color: #025377;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.blog-page__top-post-content p {
  color: #b2c0cb;
  line-height: 25px;
  margin-bottom: 60px;
}
.blog-page__top-post-content span {
  font-size: 14px;
  color: #b2c0cb;
  display: inline-block;
}
.blog-page__content {
  padding: 30px 0 80px;
}
.blog-page__content .sidebar {
  padding: 0 15px;
}
.blog-page.categories-page .blog-page__content {
  position: relative;
}
.blog-page.categories-page .blog-page__content .sidebar {
  padding: 0 15px;
}
.blog-page.categories-page .blog-page__content:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 170px;
  height: 1px;
  border-top: 1px solid #cfcfcf;
}
.blog-page__related-item {
  border: 1px solid #b2c0cb;
  border-radius: 5px;
  overflow: hidden;
}
.blog-page__related-item img {
  width: 100%;
}
.blog-page__related-item-image {
  height: 120px;
  display: block;
}
.blog-page__related-item-content {
  padding: 10px 20px;
}
.blog-page__related-item-content a {
  font-size: 18px;
  display: block;
  color: #025377;
  margin-bottom: 6px;
  font-family: "Montserrat-Regular", sans-serif;
}
.blog-page__related-item-content a:hover, .blog-page__related-item-content a:focus {
  color: #318570;
}
.blog-page__related-item-content span {
  font-size: 14px;
  display: block;
  color: #b2c0cb;
  margin-bottom: 5px;
}
.blog-page__related-item-content span.cat_name {
  text-transform: uppercase;
}
.blog-page h4 {
  font-family: "Montserrat-Bold", sans-serif;
  color: #025377;
  margin: 0 0 15px;
  line-height: 26px;
}

.post-grid-item {
  width: 33%;
  padding: 5px;
}

.error-page {
  padding: 200px 15px;
}

/* -----------------------------------------
   ASIDE
----------------------------------------- */
.sidebar {
  padding: 0 15px;
}

aside.widget {
  overflow: hidden;
  background-color: #eff1f3;
  border: 1px solid #b2c0cb;
  border-radius: 5px;
  margin: 10px 0;
}
aside.widget p {
  margin-bottom: 18px;
}
aside.widget h5 {
  color: #ffffff;
  background-color: #09cac7;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  padding: 12px 0;
  letter-spacing: 1.6px;
}
aside.widget ul {
  margin: 0;
}
aside.widget ul li {
  text-align: left;
  padding: 11px 19px;
}
aside.widget ul li:not(:last-child) {
  border-bottom: 1px solid #b2c0cb;
}
aside.widget ul li a {
  color: #025377;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
}
aside.widget ul li a:hover, aside.widget ul li a:focus {
  color: #318570;
}
aside.widget.smaller h5 {
  padding: 16px 0;
}
aside.widget.smaller ul li {
  padding: 11px 15px;
}
aside.widget.smaller ul li a {
  line-height: 23px;
}
aside.widget.widget_search {
  background-color: transparent;
  border: none;
}
aside.widget.widget_search h5 {
  color: #025377;
  background-color: transparent;
  margin: 0;
  text-align: left;
  text-transform: none;
  font-size: 18px;
  padding: 0 0 26px;
  letter-spacing: 0;
  font-family: "Montserrat-Bold", sans-serif;
  line-height: 18px;
}
aside.widget.sub_widget {
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 100%;
  padding: 25px 15px 75px;
}
aside img {
  margin-bottom: 14px;
}
aside h2, aside h3, aside h4 {
  margin: 0 !important;
}
aside h2 {
  font-size: 30px;
  line-height: 33px;
  font-family: "Montserrat-Bold", sans-serif;
}
aside h3, aside h4 {
  font-size: 18px;
  color: #025377;
  font-family: "Montserrat-Bold", sans-serif;
}
aside .custom-button {
  font-size: 13px;
  margin: 20px auto;
  padding: 6px 22px;
  letter-spacing: 2px;
  color: #ffffff;
  font-family: "Montserrat-Regular", sans-serif;
  line-height: 30px;
}

#s {
  height: 50px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 80%;
  float: left;
  padding: 10px 15px;
}
#s:-moz-placeholder {
  color: #d0d0d0;
  font-size: 14px;
  font-family: "Montserrat-Regular", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#s::-moz-placeholder {
  color: #d0d0d0;
  font-size: 14px;
  font-family: "Montserrat-Regular", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#s:-ms-input-placeholder {
  color: #d0d0d0;
  font-size: 14px;
  font-family: "Montserrat-Regular", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#s::-webkit-input-placeholder {
  color: #d0d0d0;
  font-size: 14px;
  font-family: "Montserrat-Regular", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#searchsubmit {
  width: 20%;
  background-color: #318570;
  font-size: 0;
  height: 50px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: none;
  position: relative;
  background-image: url("images/search.png");
  background-repeat: no-repeat;
  background-position: 50%;
}
#searchsubmit:hover, #searchsubmit:focus {
  background-color: #09cac7;
}

.pagination {
  padding: 30px 5px;
}
.pagination ul {
  margin: 0;
}
.pagination ul li {
  margin: 0 14px 0 0;
}
.pagination ul li a, .pagination ul li span {
  font-size: 18px;
  font-family: "Montserrat-Regular", sans-serif;
  color: #b2c0cb;
}
.pagination ul li a:hover {
  color: #09cac7;
  background: transparent;
}
.pagination ul li span.current {
  color: #ffffff;
  padding: 3px 9px;
  background: #09cac7;
  border-radius: 50%;
}

.prev_post:before {
  content: "\f053";
  font-size: 26px;
  line-height: 30px;
}

.next_post:after {
  content: "\f054";
  font-size: 26px;
  line-height: 30px;
}

.prev_post,
.next_post {
  transition: none;
  font-family: 'FontAwesome' !important;
}

/* -----------------------------------------
    Subscribe block
----------------------------------------- */
.subscribe-block {
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: contain;
  padding: 95px 0 300px;
}
.subscribe-block h4 {
  font-size: 30px;
  color: #6da3c7;
  text-transform: uppercase;
  font-family: "Montserrat-Regular", sans-serif;
  margin: 0;
  letter-spacing: 4px;
  word-spacing: -3px;
}
.subscribe-block h2 {
  font-size: 52px;
  color: #025377;
  margin: 0;
}
.subscribe-block__features {
  margin: 72px 0;
}
.subscribe-block__features-one span {
  display: inline-block;
}
.subscribe-block__features-one:first-child {
  text-align: right;
}
.subscribe-block__features-one:last-child {
  text-align: left;
}
.subscribe-block__features img {
  margin-bottom: 16px;
}
.subscribe-block__features h4 {
  font-size: 18px;
  letter-spacing: 1px;
}
.subscribe-block form {
  max-width: 520px;
  margin: 0 auto;
}
.subscribe-block form .gform_body {
  width: 70%;
  floaT: left;
}
.subscribe-block form .gform_body input {
  height: 52px;
  border: 1px solid #b2c0cb;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  font-family: "Montserrat-Regular", sans-serif;
  letter-spacing: 2px;
  -webkit-box-shadow: 0 2px 5px 0 #f3f5f6;
  -moz-box-shadow: 0 2px 5px 0 #f3f5f6;
  box-shadow: 0 2px 5px 0 #f3f5f6;
}
.subscribe-block form .gform_footer {
  width: 30%;
  floaT: left;
}
.subscribe-block form .gform_footer button, .subscribe-block form .gform_footer .button, .subscribe-block form .gform_footer input[type='submit'], .subscribe-block form .gform_footer input[type='reset'] {
  width: 100%;
  margin: 0;
  height: 52px;
  background-color: #318570;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Montserrat-Regular", sans-serif;
  letter-spacing: 2px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.subscribe-block form .gform_footer button:hover, .subscribe-block form .gform_footer .button:hover, .subscribe-block form .gform_footer input[type='submit']:hover, .subscribe-block form .gform_footer input[type='reset']:hover {
  background-color: #09cac7;
}

/* -----------------------------------------
    Contact Form
----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_fields {
  margin: 0;
}

.gfield {
  list-style: none;
}

.gfield_label {
  display: none;
}

.gfield_error input, .gfield_error textarea {
  border: 1px solid red !important;
}
.gfield_error input:focus:-moz-placeholder, .gfield_error textarea:focus:-moz-placeholder {
  font-size: 0;
}
.gfield_error input:focus::-moz-placeholder, .gfield_error textarea:focus::-moz-placeholder {
  font-size: 0;
}
.gfield_error input:focus:-ms-input-placeholder, .gfield_error textarea:focus:-ms-input-placeholder {
  font-size: 0;
}
.gfield_error input:focus::-webkit-input-placeholder, .gfield_error textarea:focus::-webkit-input-placeholder {
  font-size: 0;
}

.gform_confirmation_message {
  margin-bottom: 15px;
}

.gform_footer {
  text-align: right;
  /*aligning of submit button*/
}

.validation_error {
  display: none;
  margin-bottom: 15px;
  padding: 5px;
  color: #990000;
  border: 1px solid red;
}

.validation_message {
  margin-bottom: 10px;
  color: #990000;
  display: none;
}

button, .button, input[type='submit'], input[type='reset'] {
  background-color: #000000;
  font-family: "Open Sans", sans-serif;
  padding: 10px 20px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button:hover, button:focus, .button:hover, .button:focus, input[type='submit']:hover, input[type='submit']:focus, input[type='reset']:hover, input[type='reset']:focus {
  background-color: black;
}

/* ------------------------------------
    Footer Styles
------------------------------------- */
.footer {
  padding: 70px 0;
  background-color: #025377;
}
.footer__logo {
  position: relative;
}
.footer__logo img, .footer__logo svg {
  max-width: 107px;
  max-height: 117px;
  fill: #ffffff;
}
.footer__logo:after {
  content: '';
  width: 1px;
  height: 100%;
  border-right: 1px solid #2f718f;
  position: absolute;
  top: 0;
  right: 25px;
}
.footer a, .footer li, .footer p {
  color: #afc2ca;
}
.footer #menu-footer-menu > li > a {
  cursor: default;
}
.footer ul li {
  margin: 0 22px 0 22px;
  max-width: 260px;
}
.footer ul li a {
  color: #ffffff;
  text-transform: uppercase;
  line-height: 25px;
  font-family: "Montserrat-Regular", sans-serif;
}
.footer ul.sub-menu {
  margin-left: 0;
}
.footer ul.sub-menu li {
  margin: 0;
}
.footer ul.sub-menu li a {
  color: #afc2ca;
  text-transform: none;
}
.footer ul.sub-menu li a:hover, .footer ul.sub-menu li a:focus {
  color: #ffffff;
}
.footer__social-link {
  padding-left: 18px;
  margin-bottom: 40px;
  display: inline-block;
}
.footer__social-link img {
  opacity: 0.3;
}
.footer__social-link:focus img, .footer__social-link:hover img {
  opacity: 1;
}
.footer__right-content {
  padding-right: 70px;
}
.footer__right-content p, .footer__right-content a {
  font-size: 13px;
  line-height: 28px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
.footer__right-content a {
  color: #ffffff;
  text-decoration: none;
}

.sticky-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
  display: inline-block;
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 750px;
}

.tabs:before, .tabs:after {
  content: " ";
  display: table;
}

.tabs:after {
  clear: both;
}

.tabs dd,
.tabs .tab-title {
  list-style: none;
  margin-bottom: 0 !important;
  position: relative;
  width: 45%;
  float: left;
}
.tabs dd:nth-child(1),
.tabs .tab-title:nth-child(1) {
  margin-right: 5%;
}
.tabs dd:nth-child(2),
.tabs .tab-title:nth-child(2) {
  margin-left: 5%;
}

.tabs dd > a,
.tabs .tab-title > a {
  display: inline-block;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 16px;
  padding: 16px 20px;
  letter-spacing: 1.8px;
  min-width: 300px;
}

.tabs dd > a:hover,
.tabs .tab-title > a:hover {
  background-color: #09cac7;
  border: 2px solid #09cac7;
}
.tabs dd > a:hover:after,
.tabs .tab-title > a:hover:after {
  content: '';
  width: 44px;
  height: 24px;
  border-bottom: 24px solid #eff1f3;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -70px;
  transform: translate(-50%, 0);
}

.tabs dd.active > a,
.tabs .tab-title.active > a {
  background-color: #09cac7;
  border: 2px solid #09cac7;
}
.tabs dd.active > a:after,
.tabs .tab-title.active > a:after {
  content: '';
  width: 44px;
  height: 24px;
  border-bottom: 24px solid #eff1f3;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -70px;
  transform: translate(-50%, 0);
}

.tabs.radius dd:first-child a,
.tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.tabs.radius dd:last-child a,
.tabs.radius .tab:last-child a {
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.tabs.vertical dd,
.tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

.tabs-content {
  width: 100%;
}

.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table;
}

.tabs-content:after {
  clear: both;
}

.tabs-content > .content {
  display: none;
  float: left;
  width: 100%;
}

.tabs-content > .content.active {
  display: block;
  float: none;
}

.tabs-content.vertical {
  display: block;
}

@media only screen and (min-width: 40.0625em) {
  .tabs.vertical {
    float: left;
    margin: 0 !important;
    max-width: 100%;
    width: 100%;
  }

  .tabs-content.vertical {
    float: left;
    max-width: 100%;
    width: 100%;
  }
}
.no-js .tabs-content > .content {
  display: block;
  float: none;
}

/* Let's get this party started */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

.guides__navigation ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 5px;
  background: #6da3c7;
  -webkit-box-shadow: inset 0 0 6px #6da3c7;
}
.guides__navigation ::-webkit-scrollbar-thumb:window-inactive {
  background: #6da3c7;
  -webkit-box-shadow: inset 0 0 6px #6da3c7;
}


/* Job listings */
ul.job_listings li,
.guides ul.job_listings li {
  list-style-type: none;
  padding-left: 0 !important;
}
ul.job_listings li:before,
.guides ul.job_listings li:before {
  content: '' !important;
  display: none !important;
}
ul.job_listings li a,
.guides ul.job_listings li a {
  margin-bottom: 0;
}

.booking-info {
  padding: 0 40px;
  margin: 40px 0;
}


@media only screen and (max-width: 1024px) {
    .single-page__content-text li{
        padding-left: 15px!important;
        font-size: 16px;
    }
    .single-page__content-text li:before{
        left: -7px;
    }
   .default__content, .default__standard {
        padding: 80px 25px 60px;
    }
   .footer__right-content-copyright a {
       padding-right: 0;
   }
}
@media only screen and (max-width: 640px) {

  .default__content h2, .default__standard h2 {
        line-height: 26px;
        letter-spacing: 3px;
    }
    .default__content p, .default__content li, .default__content a, .default__standard p, .default__standard li, .default__standard a {
         font-size: 16px;
        line-height: 22px;
    }
    .default__content, .default__standard {
        padding: 80px 25px 60px;
    }
    .guides h2 {
        font-size: 26px;
        margin: 0 0 30px;
        line-height: 30px;
    }
    .guides .column, .guides .columns {
        padding-left: 15px;
        padding-right: 15px;
    }
    .guides.products .guides__main-guide span {
        font-size: 14px;
    }
   .guides ul li:before {
        position:relative!important;
    }
    .footer ul li, .footer ul li:nth-child(2) {
        margin: 0 !important;
    }
    .footer #menu-footer-menu > li > a {
        padding: 0 25px 5px !important;
    }
    .footer #menu-footer-menu > li > a:after{
        display:none; 
    }
    .footer ul li.menu-item-has-children .sub-menu, .footer ul li.menu-item-has-children:nth-child(2) .sub-menu {
      display: block !important;
        margin: 0 0 15px 25px !important;
    }
  .top-bar-section ul li.has-dropdown a.dropdown-toggle i.fa{
  position:relative!important;
  }
  .top-bar-section ul li.has-dropdown a.dropdown-toggle{
    width: 100%!important;
    right: 15px!important;
    text-align: right!important;
    background: transparent!important;
  }
  .guides ul:not(.slick-dots) li::before{
  left:-9px!important;
  }
}
@media only screen and (min-width: 722px) {
    .top-bar {
        background:#333;
        overflow: visible
    }

    .top-bar:before,.top-bar:after {
        content: " ";
        display: table
    }

    .top-bar:after {
        clear: both
    }

    .top-bar .toggle-topbar {
        display: none
    }

    .top-bar .title-area {
        float: left
    }

    .top-bar .name h1 a {
        width: auto
    }

    .top-bar input,.top-bar .button,.top-bar button {
        font-size: 0.875rem;
        position: relative;
        height: 1.75rem;
        top: 0.53125rem
    }

    .top-bar.expanded {
        background: #333
    }

    .contain-to-grid .top-bar {
        max-width: 1000px;
        margin: 0 auto;
        margin-bottom: 0
    }

    .top-bar-section {
        transition: none 0 0;
        left: 0 !important
    }

    .top-bar-section ul {
        width: auto;
        height: auto !important;
        display: inline
    }

    .top-bar-section ul li {
        float: left
    }

    .top-bar-section ul li .js-generated {
        display: none
    }

    .top-bar-section li.hover>a:not(.button) {
        background-color: #555;
        background: #333;
        color: #fff
    }

    .top-bar-section li:not(.has-form) a:not(.button) {
        padding: 0 0.9375rem;
        line-height: 2.8125rem;
        background: #333
    }

    .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555;
        background: #333
    }

    .top-bar-section li.active:not(.has-form) a:not(.button) {
        padding: 0 0.9375rem;
        line-height: 2.8125rem;
        color: #fff;
        background: #2ba6cb
    }

    .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #258faf;
        color: #fff
    }

    .top-bar-section .has-dropdown>a {
        padding-right: 2.1875rem
    }

    .top-bar-section .has-dropdown>a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(255,255,255,0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 1.40625rem
    }

    .top-bar-section .has-dropdown.moved {
        position: relative
    }

    .top-bar-section .has-dropdown.moved>.dropdown {
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }

    .top-bar-section .has-dropdown.hover>.dropdown,.top-bar-section .has-dropdown.not-click:hover>.dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important
    }

    .top-bar-section .has-dropdown>a:focus+.dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important
    }

    .top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after {
        border: none;
        content: "\00bb";
        top: 1rem;
        margin-top: -1px;
        right: 5px;
        line-height: 1.2
    }

    .top-bar-section .dropdown {
        left: 0;
        top: auto;
        background: transparent;
        min-width: 100%
    }

    .top-bar-section .dropdown li a {
        color: #fff;
        line-height: 2.8125rem;
        white-space: nowrap;
        padding: 12px 0.9375rem;
        background: #333
    }

    .top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
        color: #fff;
        background: #333
    }

    .top-bar-section .dropdown li:not(.has-form):not(.active):hover>a:not(.button) {
        color: #fff;
        background-color: #555;
        background: #333
    }

    .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333
    }

    .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0
    }

    .top-bar-section>ul>.divider,.top-bar-section>ul>[role="separator"] {
        border-bottom: none;
        border-top: none;
        border-right: solid 1px #4e4e4e;
        clear: none;
        height: 2.8125rem;
        width: 0
    }

    .top-bar-section .has-form {
        background: #333;
        padding: 0 0.9375rem;
        height: 2.8125rem
    }

    .top-bar-section .right li .dropdown {
        left: auto;
        right: 0
    }

    .top-bar-section .right li .dropdown li .dropdown {
        right: 100%
    }

    .top-bar-section .left li .dropdown {
        right: auto;
        left: 0
    }

    .top-bar-section .left li .dropdown li .dropdown {
        left: 100%
    }

    .no-js .top-bar-section ul li:hover>a {
        background-color: #555;
        background: #333;
        color: #fff
    }

    .no-js .top-bar-section ul li:active>a {
        background: #2ba6cb;
        color: #fff
    }

    .no-js .top-bar-section .has-dropdown:hover>.dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important
    }

    .no-js .top-bar-section .has-dropdown>a:focus+.dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important
    }
}