/* -------------------- imports -------------------- */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Slidebars 0.10.3 (http://plugins.adchsm.me/slidebars/) written by Adam Smith (http://www.adchsm.com/) released under MIT License (http://plugins.adchsm.me/slidebars/license.txt) */
#sb-site,.sb-site-container,.sb-slidebar,body,html{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body,html{width:100%;overflow-x:hidden}html{height:100%}body{min-height:100%;height:auto;position:relative}html.sb-scroll-lock.sb-active:not(.sb-static){overflow:hidden}#sb-site,.sb-site-container{width:100%;min-height:100vh;position:relative;z-index:1;background-color:#fff}#sb-site:after,#sb-site:before,.sb-site-container:after,.sb-site-container:before{content:' ';display:table;clear:both}.sb-slidebar{height:100%;overflow-y:auto;position:fixed;top:0;z-index:0;display:none;background-color:#222}.sb-slidebar,.sb-slidebar *{-webkit-transform:translateZ(0px)}.sb-left{left:0}.sb-right{right:0}.sb-slidebar.sb-static,html.sb-static .sb-slidebar{position:absolute}.sb-slidebar.sb-active{display:block}.sb-style-overlay{z-index:9999}.sb-momentum-scrolling{-webkit-overflow-scrolling:touch}.sb-slidebar{width:30%}.sb-width-thin{width:15%}.sb-width-wide{width:45%}@media (max-width:480px){.sb-slidebar{width:70%}.sb-width-thin{width:55%}.sb-width-wide{width:85%}}@media (min-width:481px){.sb-slidebar{width:55%}.sb-width-thin{width:40%}.sb-width-wide{width:70%}}@media (min-width:768px){.sb-slidebar{width:40%}.sb-width-thin{width:25%}.sb-width-wide{width:55%}}@media (min-width:992px){.sb-slidebar{width:30%}.sb-width-thin{width:15%}.sb-width-wide{width:45%}}@media (min-width:1200px){.sb-slidebar{width:20%}.sb-width-thin{width:5%}.sb-width-wide{width:35%}}#sb-site,.sb-site-container,.sb-slide,.sb-slidebar{-webkit-transform:translate(0px);-moz-transform:translate(0px);-o-transform:translate(0px);transform:translate(0px);-webkit-transition:-webkit-transform 400ms ease;-moz-transition:-moz-transform 400ms ease;-o-transition:-o-transform 400ms ease;transition:transform 400ms ease;-webkit-transition-property:-webkit-transform,left,right;-webkit-backface-visibility:hidden}.sb-hide{display:none}
/* -------------------- variables -------------------- */
/* -------------------- base -------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: 'Khula', 'Arial', sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
input[type=text],
input[type=email],
input[type=submit],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
}
textarea {
  overflow: auto;
}
select:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 #fff !important;
}
.gform_validation_container,
.gform_ajax_spinner,
.validation_error {
  display: none;
}
/* -------------------- wordpress -------------------- */
.alignleft {
  margin: 0 15px 5px 0;
  float: left;
}
.alignright {
  margin: 0 0 5px 15px;
  float: right;
}
.aligncenter {
  margin: 0 auto 5px;
  display: block;
  text-align: center;
}
/* -------------------- layout -------------------- */
.wrapper {
  *zoom: 1;
  width: auto;
  max-width: 1170px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.wrapper:before,
.wrapper:after {
  content: '';
  display: table;
}
.wrapper:after {
  clear: both;
}
@media only screen and (max-width: 1210px) {
  .wrapper {
    padding: 0 20px;
  }
}
/* -------------------- modules -------------------- */
body {
  padding-top: 126px;
}
@media only screen and (max-width: 978px) {
  body {
    padding-top: 75px;
  }
}
header {
  position: fixed;
  height: 126px;
  background: #fff;
  z-index: 99;
  width: 100%;
  top: 0px;
  left: 0px;
  border-bottom: 1px solid #babfbd;
}
@media only screen and (max-width: 978px) {
  header {
    height: 75px;
  }
}
header .wrapper a.but {
  width: 26px;
  height: 18px;
  position: absolute;
  top: 12px;
  right: 24px;
  color: #fff;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media only screen and (max-width: 978px) {
  header .wrapper a.but {
    top: 29px;
    right: 280px;
  }
}
@media only screen and (max-width: 600px) {
  header .wrapper a.but {
    display: none;
  }
}
header .wrapper a.but:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
header .wrapper .mono-toggle {
  background: url("../img/mono-toggle.png");
  -webkit-background-size: 26px 18px;
  -moz-background-size: 26px 18px;
  background-size: 26px 18px;
}
header .wrapper .text-down {
  right: 50px !important;
  background: url("../img/text-down.png");
  -webkit-background-size: 26px 18px;
  -moz-background-size: 26px 18px;
  background-size: 26px 18px;
}
@media only screen and (max-width: 978px) {
  header .wrapper .text-down {
    right: 306px !important;
  }
}
header .wrapper .text-up {
  right: 76px !important;
  background: url("../img/text-up.png");
  -webkit-background-size: 26px 18px;
  -moz-background-size: 26px 18px;
  background-size: 26px 18px;
}
@media only screen and (max-width: 978px) {
  header .wrapper .text-up {
    right: 332px !important;
  }
}
header .wrapper .header-logo {
  float: left;
  margin: 14px 0 0;
}
@media only screen and (max-width: 978px) {
  header .wrapper .header-logo {
    margin: 10px 0 0;
  }
}
header .wrapper .header-logo img {
  width: 198px;
  height: 76px;
}
@media only screen and (max-width: 978px) {
  header .wrapper .header-logo img {
    width: 130px;
    height: 50px;
  }
}
header .wrapper .header-nav {
  float: left;
  margin: 38px 0 0 28px;
}
@media only screen and (max-width: 1085px) {
  header .wrapper .header-nav {
    margin: 38px 0 0 15px;
  }
}
@media only screen and (max-width: 978px) {
  header .wrapper .header-nav {
    display: none;
  }
}
header .wrapper .header-nav ul li {
  float: left;
  position: relative;
  padding: 0 14px;
}
@media only screen and (max-width: 1085px) {
  header .wrapper .header-nav ul li {
    padding: 0 5px;
  }
}
header .wrapper .header-nav ul li a {
  display: block;
  font-family: Khula;
  font-size: 18px;
  color: #6a6a6a;
  text-transform: lowercase;
  padding: 18px 9px 51px;
}
header .wrapper .header-nav ul li ul {
  display: none;
  position: absolute;
  left: 0px;
  background-color: #0079c2;
}
header .wrapper .header-nav ul li ul li {
  float: none;
  background-color: #0079c2;
  padding: 0;
}
header .wrapper .header-nav ul li ul li a {
  width: 174px;
  color: #fff;
  padding: 10px 14px;
  font-size: 14px;
  font-family: 'Roboto', 'Arial', sans-serif;
}
header .wrapper .header-nav ul li ul li ul {
  left: 100%;
  top: 0;
  background-color: #3cb4ff;
}
header .wrapper .header-nav ul li ul li ul li {
  background-color: #3cb4ff !important;
}
header .wrapper .header-nav ul li ul li:after {
  display: none;
}
header .wrapper .header-nav ul li ul li:hover:after {
  bottom: 0;
  display: block;
}
header .wrapper .header-nav ul li ul li:last-child {
  margin: 0 0 10px;
}
header .wrapper .header-nav ul li:after {
  position: absolute;
  content: '';
  bottom: 43px;
  left: 14px;
  right: 14px;
  height: 1px;
  background: #fff;
}
header .wrapper .header-nav ul li:hover > a,
header .wrapper .header-nav ul li.current-menu-item > a {
  color: #0079c2;
}
header .wrapper .header-nav ul li.menu-item-has-children:hover {
  background-color: #0079c2;
}
header .wrapper .header-nav ul li.menu-item-has-children:hover a {
  color: #fff !important;
}
header .wrapper .header-nav ul li:hover > ul {
  display: block;
}
header .wrapper .header-search {
  float: right;
  margin: 52px 32px 0;
  position: relative;
}
@media only screen and (max-width: 978px) {
  header .wrapper .header-search {
    margin: 26px 20px 0;
  }
}
@media only screen and (max-width: 600px) {
  header .wrapper .header-search {
    display: none;
  }
}
header .wrapper .header-search form {
  right: 0;
  position: absolute;
  width: 24px;
  height: 24px;
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  -ms-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  background: #fff;
}
header .wrapper .header-search form a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/search.png");
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  background-size: 24px 24px;
  float: left;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
}
header .wrapper .header-search form input[type=text] {
  position: absolute;
  top: 0;
  right: 0;
  height: 24px;
  line-height: 24px;
  width: 0px;
  border: none;
  background: #ddd;
  padding: 0;
  font-size: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .wrapper .header-search.active form {
  width: 244px;
}
header .wrapper .header-search.active form a {
  background: url("../img/search-close.png");
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  background-size: 24px 24px;
  left: 10px;
}
header .wrapper .header-search.active form input[type=text] {
  width: 200px;
  padding: 0 10px;
  margin: 0 0 0 10px;
}
header .wrapper .header-button {
  float: right;
  margin: 44px 0 0;
}
@media only screen and (max-width: 978px) {
  header .wrapper .header-button {
    margin: 18px 0 0;
  }
}
@media only screen and (max-width: 420px) {
  header .wrapper .header-button {
    display: none;
  }
}
header .wrapper .sb-toggle-right {
  display: none;
}
@media only screen and (max-width: 978px) {
  header .wrapper .sb-toggle-right {
    display: block;
    float: right;
    padding: 25px 0 25px 20px;
  }
  header .wrapper .sb-toggle-right img {
    width: 22px;
    height: 24px;
  }
}
.sitemap {
  border-top: 1px solid #6a6a6a;
  background: #fff;
  padding: 45px 0;
  margin: 0;
  position: relative;
  *zoom: 1;
}
.sitemap:before,
.sitemap:after {
  content: '';
  display: table;
}
.sitemap:after {
  clear: both;
}
@media only screen and (max-width: 978px) {
  .sitemap {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .sitemap {
    padding: 30px 0 10px;
  }
}
.sitemap .sitemap-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("../img/logo-vector.png") left center no-repeat;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
}
@media only screen and (max-width: 978px) {
  .sitemap .sitemap-bg {
    display: none;
  }
}
.sitemap .sitemap-logo {
  float: left;
}
@media only screen and (max-width: 530px) {
  .sitemap .sitemap-logo {
    float: none;
    text-align: center;
  }
}
.sitemap .sitemap-logo img {
  width: 220px;
  height: 84px;
}
@media only screen and (max-width: 767px) {
  .sitemap .sitemap-logo img {
    width: 180px;
    height: 69px;
  }
}
.sitemap .sitemap-tagline {
  float: right;
  color: #0079c2;
  font-size: 30px;
  font-weight: 300;
  margin: 27px 0 0;
}
@media only screen and (max-width: 767px) {
  .sitemap .sitemap-tagline {
    font-size: 24px;
  }
}
@media only screen and (max-width: 620px) {
  .sitemap .sitemap-tagline {
    font-size: 18px;
  }
}
@media only screen and (max-width: 530px) {
  .sitemap .sitemap-tagline {
    float: none;
    text-align: center;
  }
}
.sitemap .sitemap-nav {
  clear: both;
  padding: 54px 0 0;
}
@media only screen and (max-width: 767px) {
  .sitemap .sitemap-nav {
    padding: 40px 0 0;
  }
}
.sitemap .sitemap-nav ul li {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}
.sitemap .sitemap-nav ul li:before,
.sitemap .sitemap-nav ul li:after {
  content: '';
  display: table;
}
.sitemap .sitemap-nav ul li:after {
  clear: both;
}
.sitemap .sitemap-nav ul li:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 767px) {
  .sitemap .sitemap-nav ul li {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 20px;
  }
  .sitemap .sitemap-nav ul li:before,
  .sitemap .sitemap-nav ul li:after {
    content: '';
    display: table;
  }
  .sitemap .sitemap-nav ul li:after {
    clear: both;
  }
  .sitemap .sitemap-nav ul li:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .sitemap .sitemap-nav ul li:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 530px) {
  .sitemap .sitemap-nav ul li {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .sitemap .sitemap-nav ul li:first-child {
    margin-left: auto;
  }
  .sitemap .sitemap-nav ul li:last-child {
    margin-right: auto;
  }
}
.sitemap .sitemap-nav ul li a {
  color: #000;
  font-size: 24px;
  text-transform: lowercase;
  display: block;
  border-bottom: 2px solid #0079c2;
  padding: 0 0 16px;
}
@media only screen and (max-width: 767px) {
  .sitemap .sitemap-nav ul li a {
    border-width: 1px;
    padding: 0 0 10px;
    font-size: 20px;
  }
}
.sitemap .sitemap-nav ul li ul {
  padding: 20px 0 0;
}
@media only screen and (max-width: 767px) {
  .sitemap .sitemap-nav ul li ul {
    padding: 10px 0 0;
  }
}
.sitemap .sitemap-nav ul li ul li {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 0;
}
.sitemap .sitemap-nav ul li ul li:first-child {
  margin-left: auto;
}
.sitemap .sitemap-nav ul li ul li:last-child {
  margin-right: auto;
}
.sitemap .sitemap-nav ul li ul li a {
  border: none;
  color: #555;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 15px;
  line-height: 2;
  padding: 0;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.sitemap .sitemap-nav ul li ul li a:hover {
  color: #000;
}
.home .sitemap {
  margin: 55px 0 0;
}
@media only screen and (max-width: 978px) {
  .home .sitemap {
    margin: 20px 0 0;
  }
}
footer {
  padding: 34px 0;
  background-color: #0079c2;
  text-align: center;
}
@media only screen and (max-width: 978px) {
  footer {
    padding: 20px 0;
  }
}
footer p {
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 12px;
  color: #e1e1e1;
  line-height: 1.3;
}
footer p span {
  padding: 0 5px;
}
@media only screen and (max-width: 767px) {
  footer p span {
    display: none;
  }
}
footer p a {
  color: #222;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  footer p a {
    display: block;
  }
}
footer p a:hover {
  color: #e1e1e1;
}
.hero-carousel {
  margin: 0;
}
.hero-carousel .item {
  height: 700px;
  position: relative;
}
@media only screen and (max-width: 978px) {
  .hero-carousel .item {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-carousel .item {
    height: 350px;
  }
}
@media only screen and (max-width: 600px) {
  .hero-carousel .item {
    height: 450px;
  }
}
.hero-carousel .item .caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero-carousel .item .caption .wrapper {
  height: 100%;
}
.hero-carousel .item .caption .wrapper .circle {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 483px;
  height: 483px;
  background: rgba(255,255,255,0.9);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (max-width: 978px) {
  .hero-carousel .item .caption .wrapper .circle {
    width: 400px;
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-carousel .item .caption .wrapper .circle {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (max-width: 600px) {
  .hero-carousel .item .caption .wrapper .circle {
    top: auto;
    margin: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: auto;
    bottom: 0;
    left: 0;
  }
}
.hero-carousel .item .caption .wrapper .circle .text {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 80px;
}
@media only screen and (max-width: 600px) {
  .hero-carousel .item .caption .wrapper .circle .text {
    top: auto;
    margin: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative;
    padding: 20px 20px 10px;
  }
}
.hero-carousel .item .caption .wrapper .circle .text h2 {
  color: #0079c2;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: lowercase;
  margin: 0 0 5px;
}
@media only screen and (max-width: 978px) {
  .hero-carousel .item .caption .wrapper .circle .text h2 {
    font-size: 32px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 767px) {
  .hero-carousel .item .caption .wrapper .circle .text h2 {
    font-size: 24px;
  }
}
.hero-carousel .item .caption .wrapper .circle .text p {
  color: #003453;
  font-size: 18px;
  line-height: 1.333333333;
  margin: 0 0 20px;
}
@media only screen and (max-width: 978px) {
  .hero-carousel .item .caption .wrapper .circle .text p {
    font-size: 16px;
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-carousel .item .caption .wrapper .circle .text p {
    font-size: 14px;
  }
}
.content h2,
.content h3,
.content h4,
.content h5,
.content .gform_confirmation_message {
  color: #0079c2;
  font-size: 42px;
  font-weight: 600;
  margin: 0 0 20px;
  padding: 30px 0 0;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content .gform_confirmation_message {
    padding: 20px 0 0;
    font-size: 32px;
    margin: 0 0 10px;
  }
}
.content h3 {
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  .content h3 {
    font-size: 28px;
  }
}
.content h4,
.content .gform_confirmation_message {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .content h4,
  .content .gform_confirmation_message {
    font-size: 24px;
  }
}
.content h5 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .content h5 {
    font-size: 20px;
  }
}
.content h2:first-of-type,
.content h3:first-of-type,
.content h4:first-of-type,
.content h5:first-of-type {
  padding-top: 0;
}
.content p,
.content ol li,
.content ul li {
  color: #555;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1.3125;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .content p,
  .content ol li,
  .content ul li {
    font-size: 14px;
    margin: 0 0 10px;
  }
}
.content p a,
.content ol li a,
.content ul li a {
  color: #0079c2;
  font-weight: 700;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.content p a:hover,
.content ol li a:hover,
.content ul li a:hover {
  color: #555;
}
.content p strong,
.content ol li strong,
.content ul li strong {
  font-weight: 700;
}
.content .button {
  margin: 20px 0 0;
}
@media only screen and (max-width: 767px) {
  .content .button {
    margin: 10px 0 0;
  }
}
.content img {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin: 0 0 10px;
}
.content table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .content table {
    display: block;
  }
}
.content table tr td {
  vertical-align: top;
  padding: 0 10px 30px 0;
}
@media only screen and (max-width: 767px) {
  .content table tr td {
    padding: 0 10px 10px 0;
    display: block;
  }
}
.content ol {
  padding: 0 0 20px;
  counter-reset: my-ol;
}
@media only screen and (max-width: 767px) {
  .content ol {
    padding: 0 0 10px;
  }
}
.content ol li {
  margin: 0 0 27px;
  position: relative;
  height: 66px;
  padding: 0 0 0 120px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
@media only screen and (max-width: 767px) {
  .content ol li {
    padding: 0 0 0 80px;
  }
}
@media only screen and (max-width: 480px) {
  .content ol li {
    padding: 0;
    height: auto;
    margin: 0 0 20px;
  }
}
.content ol li span {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 480px) {
  .content ol li span {
    position: relative;
    top: 0;
    margin: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.content ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(my-ol);
  counter-increment: my-ol;
  height: 66px;
  width: 66px;
  -webkit-border-radius: 33px;
  border-radius: 33px;
  text-align: center;
  line-height: 66px;
  background: #0079c2;
  color: #fff;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 36px;
}
@media only screen and (max-width: 480px) {
  .content ol li:before {
    position: relative;
    display: block;
    margin: 0 0 10px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 24px;
  }
}
.content hr {
  border: none;
  border-top: 1px solid #0079c2;
  margin: 30px 0 0;
}
.content ul {
  padding: 0 0 20px 20px;
  list-style: disc;
}
@media only screen and (max-width: 767px) {
  .content ul {
    padding: 0 0 10px 20px;
  }
}
.content ul li {
  margin: 0;
}
.content ul li ul {
  padding: 0 0 0 20px;
}
.content .gform_confirmation_message {
  text-align: center;
}
.content .gform_wrapper {
  margin: 0 0 20px;
  padding: 30px 0 0;
}
@media only screen and (max-width: 767px) {
  .content .gform_wrapper {
    margin: 0 0 10px;
    padding: 20px 0 0;
  }
}
.content .gform_wrapper .validation_message {
  color: #f00;
  margin: 5px 0 0;
}
.content .gform_wrapper ul {
  list-style: none;
  padding: 0;
}
.content .gform_wrapper ul li {
  margin: 0 0 29px;
}
.content .gform_wrapper ul li .gfield_label {
  display: none;
}
.content .gform_wrapper ul li input[type=text],
.content .gform_wrapper ul li textarea {
  width: 100%;
  background: transparent;
  border: 2px solid #656565;
  color: #555;
  font-size: 16px;
  font-family: 'Roboto', 'Arial', sans-serif;
  padding: 13px 20px;
}
.content .gform_wrapper ul li textarea {
  resize: none;
  height: 97px;
}
.content .gform_wrapper ul li ::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #555;
}
.content .gform_wrapper ul li :-moz-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #555;
}
.content .gform_wrapper ul li ::-moz-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #555;
}
.content .gform_wrapper ul li :-ms-input-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #555;
}
.content .gform_wrapper ul li.radio .gfield_label {
  display: block;
  float: left;
  color: #555;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 49px;
}
.content .gform_wrapper ul li.radio ul.gfield_radio {
  float: right;
}
.content .gform_wrapper ul li.radio ul.gfield_radio li {
  float: left;
  margin: 0 0 0 20px;
}
.content .gform_wrapper ul li.radio ul.gfield_radio li input {
  position: relative;
  top: -2px;
}
.content .gform_wrapper ul li.radio ul.gfield_radio li label {
  color: #555;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 49px;
  margin: 0 0 0 10px;
}
.content .gform_wrapper ul li.third {
  float: left;
  width: 31.5%;
  margin-right: 2.75%;
}
@media only screen and (max-width: 1100px) {
  .content .gform_wrapper ul li.third {
    float: none;
    width: 100%;
  }
}
.content .gform_wrapper ul li.two-thirds {
  float: left;
  width: 65.75%;
  margin-right: 2.75%;
}
@media only screen and (max-width: 1100px) {
  .content .gform_wrapper ul li.two-thirds {
    float: none;
    width: 100%;
  }
}
.content .gform_wrapper ul li.last {
  margin-right: 0;
}
.content .gform_wrapper ul li.first {
  clear: both;
}
.content .gform_wrapper ul li.styled-select .ginput_container {
  width: 100%;
  height: 49px;
  overflow: hidden;
  background: url("../img/select.png") center right 15px no-repeat;
  position: relative;
  border: 2px solid #656565;
}
.content .gform_wrapper ul li.styled-select .ginput_container select {
  background: transparent;
  width: 120%;
  padding: 5px 20px;
  font-size: 16px;
  font-family: 'Roboto', 'Arial', sans-serif;
  line-height: 1;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 47px;
  -webkit-appearance: none;
  color: #555 !important;
}
.content .gform_wrapper .gform_footer {
  text-align: center;
}
.content .gform_wrapper .gform_footer input[type=submit] {
  border: none;
  line-height: 1.25;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  cursor: pointer;
}
.button,
.btn-primary {
  display: inline-block;
  background-color: #0079c2;
  color: #fff !important;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding: 12px 25px;
  font-family: 'Roboto', 'Arial', sans-serif;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  position: relative;
}
.button span,
.btn-primary span {
  position: relative;
}
.button:before,
.btn-primary:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 80%;
  bottom: 0;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #003e65;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button:hover:before,
.btn-primary:hover:before {
  right: 0;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.button--grey {
  background: #545454;
  font-size: 18px;
  padding: 15px 40px;
}
section .wrapper {
  padding: 55px 0 0;
}
@media only screen and (max-width: 1210px) {
  section .wrapper {
    padding: 40px 20px 0;
  }
}
section .wrapper.bottom-border {
  border-bottom: 1px solid #6a6a6a;
}
section .halves {
  *zoom: 1;
}
section .halves:before,
section .halves:after {
  content: '';
  display: table;
}
section .halves:after {
  clear: both;
}
section .halves .item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
section .halves .item:before,
section .halves .item:after {
  content: '';
  display: table;
}
section .halves .item:after {
  clear: both;
}
section .halves .item:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 767px) {
  section .halves .item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin: 20px 0 0;
  }
  section .halves .item:first-child {
    margin-left: auto;
  }
  section .halves .item:last-child {
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  section .halves .item:first-of-type {
    margin: 0;
  }
}
section .quarters {
  *zoom: 1;
}
section .quarters:before,
section .quarters:after {
  content: '';
  display: table;
}
section .quarters:after {
  clear: both;
}
section .quarters .item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}
section .quarters .item:before,
section .quarters .item:after {
  content: '';
  display: table;
}
section .quarters .item:after {
  clear: both;
}
section .quarters .item:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 767px) {
  section .quarters .item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin: 20px 0 0;
  }
  section .quarters .item:first-child {
    margin-left: auto;
  }
  section .quarters .item:last-child {
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  section .quarters .item:first-of-type {
    margin: 0;
  }
}
section .one_third_two_thirds {
  *zoom: 1;
}
section .one_third_two_thirds:before,
section .one_third_two_thirds:after {
  content: '';
  display: table;
}
section .one_third_two_thirds:after {
  clear: both;
}
section .one_third_two_thirds .item:nth-of-type(1) {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
}
section .one_third_two_thirds .item:nth-of-type(1):before,
section .one_third_two_thirds .item:nth-of-type(1):after {
  content: '';
  display: table;
}
section .one_third_two_thirds .item:nth-of-type(1):after {
  clear: both;
}
section .one_third_two_thirds .item:nth-of-type(1):last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 767px) {
  section .one_third_two_thirds .item:nth-of-type(1) {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  section .one_third_two_thirds .item:nth-of-type(1):first-child {
    margin-left: auto;
  }
  section .one_third_two_thirds .item:nth-of-type(1):last-child {
    margin-right: auto;
  }
}
section .one_third_two_thirds .item:nth-of-type(2) {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.66666666666666%;
  margin-left: 0%;
  margin-right: 3%;
}
section .one_third_two_thirds .item:nth-of-type(2):before,
section .one_third_two_thirds .item:nth-of-type(2):after {
  content: '';
  display: table;
}
section .one_third_two_thirds .item:nth-of-type(2):after {
  clear: both;
}
section .one_third_two_thirds .item:nth-of-type(2):last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 767px) {
  section .one_third_two_thirds .item:nth-of-type(2) {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin: 20px 0 0;
  }
  section .one_third_two_thirds .item:nth-of-type(2):first-child {
    margin-left: auto;
  }
  section .one_third_two_thirds .item:nth-of-type(2):last-child {
    margin-right: auto;
  }
}
section .two_thirds_one_third {
  *zoom: 1;
}
section .two_thirds_one_third:before,
section .two_thirds_one_third:after {
  content: '';
  display: table;
}
section .two_thirds_one_third:after {
  clear: both;
}
section .two_thirds_one_third .item:nth-of-type(2) {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
}
section .two_thirds_one_third .item:nth-of-type(2):before,
section .two_thirds_one_third .item:nth-of-type(2):after {
  content: '';
  display: table;
}
section .two_thirds_one_third .item:nth-of-type(2):after {
  clear: both;
}
section .two_thirds_one_third .item:nth-of-type(2):last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 767px) {
  section .two_thirds_one_third .item:nth-of-type(2) {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin: 20px 0 0;
  }
  section .two_thirds_one_third .item:nth-of-type(2):first-child {
    margin-left: auto;
  }
  section .two_thirds_one_third .item:nth-of-type(2):last-child {
    margin-right: auto;
  }
}
section .two_thirds_one_third .item:nth-of-type(1) {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.66666666666666%;
  margin-left: 0%;
  margin-right: 3%;
}
section .two_thirds_one_third .item:nth-of-type(1):before,
section .two_thirds_one_third .item:nth-of-type(1):after {
  content: '';
  display: table;
}
section .two_thirds_one_third .item:nth-of-type(1):after {
  clear: both;
}
section .two_thirds_one_third .item:nth-of-type(1):last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 767px) {
  section .two_thirds_one_third .item:nth-of-type(1) {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  section .two_thirds_one_third .item:nth-of-type(1):first-child {
    margin-left: auto;
  }
  section .two_thirds_one_third .item:nth-of-type(1):last-child {
    margin-right: auto;
  }
}
section .seven_twelths_five_twelths {
  *zoom: 1;
}
section .seven_twelths_five_twelths:before,
section .seven_twelths_five_twelths:after {
  content: '';
  display: table;
}
section .seven_twelths_five_twelths:after {
  clear: both;
}
section .seven_twelths_five_twelths .item:nth-of-type(1) {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 57.083333333333336%;
  margin-left: 0%;
  margin-right: 3%;
}
section .seven_twelths_five_twelths .item:nth-of-type(1):before,
section .seven_twelths_five_twelths .item:nth-of-type(1):after {
  content: '';
  display: table;
}
section .seven_twelths_five_twelths .item:nth-of-type(1):after {
  clear: both;
}
section .seven_twelths_five_twelths .item:nth-of-type(1):last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 767px) {
  section .seven_twelths_five_twelths .item:nth-of-type(1) {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  section .seven_twelths_five_twelths .item:nth-of-type(1):first-child {
    margin-left: auto;
  }
  section .seven_twelths_five_twelths .item:nth-of-type(1):last-child {
    margin-right: auto;
  }
}
section .seven_twelths_five_twelths .item:nth-of-type(2) {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 39.91666666666667%;
  margin-left: 0%;
  margin-right: 3%;
}
section .seven_twelths_five_twelths .item:nth-of-type(2):before,
section .seven_twelths_five_twelths .item:nth-of-type(2):after {
  content: '';
  display: table;
}
section .seven_twelths_five_twelths .item:nth-of-type(2):after {
  clear: both;
}
section .seven_twelths_five_twelths .item:nth-of-type(2):last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 767px) {
  section .seven_twelths_five_twelths .item:nth-of-type(2) {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin: 20px 0 0;
  }
  section .seven_twelths_five_twelths .item:nth-of-type(2):first-child {
    margin-left: auto;
  }
  section .seven_twelths_five_twelths .item:nth-of-type(2):last-child {
    margin-right: auto;
  }
}
section.bottom-padding .wrapper {
  padding-bottom: 35px;
}
@media only screen and (max-width: 1210px) {
  section.bottom-padding .wrapper {
    padding-bottom: 20px;
  }
}
section.Grey {
  background-color: #eaeaea;
}
.triplets {
  background: #eaeaea;
}
.triplets .wrapper {
  padding: 55px 0;
}
@media only screen and (max-width: 1210px) {
  .triplets .wrapper {
    padding: 40px 20px;
  }
}
.triplets .wrapper .full {
  *zoom: 1;
}
.triplets .wrapper .full:before,
.triplets .wrapper .full:after {
  content: '';
  display: table;
}
.triplets .wrapper .full:after {
  clear: both;
}
.triplets .wrapper .items {
  *zoom: 1;
}
.triplets .wrapper .items:before,
.triplets .wrapper .items:after {
  content: '';
  display: table;
}
.triplets .wrapper .items:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .triplets .wrapper .items {
    padding: 0 0 20px;
  }
}
.triplets .wrapper .items .item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
  padding: 20px 0;
}
.triplets .wrapper .items .item:before,
.triplets .wrapper .items .item:after {
  content: '';
  display: table;
}
.triplets .wrapper .items .item:after {
  clear: both;
}
.triplets .wrapper .items .item:nth-child(3n) {
  margin-right: 0%;
  float: right;
}
.triplets .wrapper .items .item:nth-child(3n+1) {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .triplets .wrapper .items .item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0 0;
  }
  .triplets .wrapper .items .item:first-child {
    margin-left: auto;
  }
  .triplets .wrapper .items .item:last-child {
    margin-right: auto;
  }
}
.features .wrapper {
  padding: 55px 0 0;
}
@media only screen and (max-width: 1210px) {
  .features .wrapper {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 600px) {
  .features .wrapper {
    padding: 20px 20px 0;
  }
}
.features .wrapper a {
  display: block;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
  border: 1px solid #6a6a6a;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  height: 398px;
  position: relative;
  overflow: hidden;
}
.features .wrapper a:before,
.features .wrapper a:after {
  content: '';
  display: table;
}
.features .wrapper a:after {
  clear: both;
}
.features .wrapper a:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 978px) {
  .features .wrapper a {
    height: 300px;
  }
}
@media only screen and (max-width: 600px) {
  .features .wrapper a {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 20px;
  }
  .features .wrapper a:before,
  .features .wrapper a:after {
    content: '';
    display: table;
  }
  .features .wrapper a:after {
    clear: both;
  }
  .features .wrapper a:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .features .wrapper a:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 380px) {
  .features .wrapper a {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .features .wrapper a:first-child {
    margin-left: auto;
  }
  .features .wrapper a:last-child {
    margin-right: auto;
  }
}
.features .wrapper a .img {
  height: 282px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
}
@media only screen and (max-width: 978px) {
  .features .wrapper a .img {
    height: 200px;
  }
}
.features .wrapper a .img .img-normal,
.features .wrapper a .img .img-grey {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.features .wrapper a .img .img-grey {
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: #808080;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.features .wrapper a .text {
  position: absolute;
  top: 282px;
  left: 0;
  width: 100%;
  background: #fff;
  text-align: center;
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}
@media only screen and (max-width: 978px) {
  .features .wrapper a .text {
    top: 200px;
  }
}
.features .wrapper a .text .title {
  position: relative;
  height: 116px;
}
@media only screen and (max-width: 978px) {
  .features .wrapper a .text .title {
    height: 100px;
  }
}
.features .wrapper a .text .title h3 {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  text-transform: lowercase;
  color: #0079c2;
  font-size: 36px;
  font-weight: 600;
}
@media only screen and (max-width: 1210px) {
  .features .wrapper a .text .title h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 978px) {
  .features .wrapper a .text .title h3 {
    font-size: 20px;
  }
}
.features .wrapper a .text hr {
  width: 60px;
  border: none;
  border-top: 1px solid #0079c2;
  margin: 0 auto 30px;
}
.features .wrapper a .text .button {
  background: transparent !important;
  color: #0079c2 !important;
  border: 2px solid #0079c2;
}
.features .wrapper a .text .button:before {
  display: none;
}
.features .wrapper a:hover .img .img-normal {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.features .wrapper a:hover .text {
  top: 175px;
}
@media only screen and (max-width: 978px) {
  .features .wrapper a:hover .text {
    top: 75px;
  }
}
.breadcrumbs {
  padding: 21px 0;
  background-color: #0079c2;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs span {
  font-family: Roboto;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
.breadcrumbs span a {
  color: inherit;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.breadcrumbs span a:hover {
  color: #d8d8d8;
}
.gld-dd-container .gld-dd-search-bar {
  text-align: center;
}
.gld-dd-container .gld-dd-search-bar .gld-dd-search-form {
  width: 60%;
}
.gld-dd-container .gld-dd-search-bar .gld-dd-search-form input[type=text] {
  background: transparent;
  border: 2px solid #656565;
  color: #555;
  font-size: 16px;
  font-family: 'Roboto', 'Arial', sans-serif;
  padding: 8px 20px;
  width: 82%;
}
.gld-dd-container .gld-dd-search-bar .gld-dd-search-form ::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #555;
}
.gld-dd-container .gld-dd-search-bar .gld-dd-search-form :-moz-placeholder {
  color: #555;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.gld-dd-container .gld-dd-search-bar .gld-dd-search-form ::-moz-placeholder {
  color: #555;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.gld-dd-container .gld-dd-search-bar .gld-dd-search-form :-ms-input-placeholder {
  color: #555;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.gld-dd-container .gld-dd-search-bar .gld-dd-search-form .btn-primary {
  letter-spacing: 0.07em;
  padding: 12px 25px;
  background-color: #0079c2;
  line-height: 1;
  border: none;
  margin: 0 0 0 10px;
}
.news {
  *zoom: 1;
}
.news:before,
.news:after {
  content: '';
  display: table;
}
.news:after {
  clear: both;
}
.news .item {
  *zoom: 1;
  border-bottom: 1px solid #6a6a6a;
  padding: 30px 0;
}
.news .item:before,
.news .item:after {
  content: '';
  display: table;
}
.news .item:after {
  clear: both;
}
@media only screen and (max-width: 1010px) {
  .news .item {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .news .item {
    padding: 10px 0;
  }
}
.news .item h4 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
}
.news .item h4:before,
.news .item h4:after {
  content: '';
  display: table;
}
.news .item h4:after {
  clear: both;
}
.news .item h4:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 1010px) {
  .news .item h4 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .news .item h4:before,
  .news .item h4:after {
    content: '';
    display: table;
  }
  .news .item h4:after {
    clear: both;
  }
  .news .item h4:last-child {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 767px) {
  .news .item h4 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .news .item h4:first-child {
    margin-left: auto;
  }
  .news .item h4:last-child {
    margin-right: auto;
  }
}
.news .item .text {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.news .item .text:before,
.news .item .text:after {
  content: '';
  display: table;
}
.news .item .text:after {
  clear: both;
}
.news .item .text:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 767px) {
  .news .item .text {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .news .item .text:first-child {
    margin-left: auto;
  }
  .news .item .text:last-child {
    margin-right: auto;
  }
}
.news .item .text span {
  margin: 0 40px 0 0;
  display: inline-block;
  line-height: 25px;
}
@media only screen and (max-width: 767px) {
  .news .item .text span {
    display: block;
    margin: 10px 0;
  }
}
.news .item .text span img {
  width: 25px;
  height: 25px;
  float: left;
  margin: 0 7px 0 0;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.news .item .link {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 14.166666666666664%;
  margin-left: 0%;
  margin-right: 3%;
  text-align: right;
}
.news .item .link:before,
.news .item .link:after {
  content: '';
  display: table;
}
.news .item .link:after {
  clear: both;
}
.news .item .link:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 1010px) {
  .news .item .link {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%;
    text-align: right;
  }
  .news .item .link:before,
  .news .item .link:after {
    content: '';
    display: table;
  }
  .news .item .link:after {
    clear: both;
  }
  .news .item .link:last-child {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 767px) {
  .news .item .link {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .news .item .link:first-child {
    margin-left: auto;
  }
  .news .item .link:last-child {
    margin-right: auto;
  }
}
.pagination {
  padding: 45px 0;
}
@media only screen and (max-width: 978px) {
  .pagination {
    padding: 30px 0;
  }
}
.pagination .wrapper {
  text-align: center;
}
.pagination .wrapper ul {
  display: inline-block;
  vertical-align: center;
  *zoom: 1;
}
.pagination .wrapper ul:before,
.pagination .wrapper ul:after {
  content: '';
  display: table;
}
.pagination .wrapper ul:after {
  clear: both;
}
.pagination .wrapper ul li {
  float: left;
}
.pagination .wrapper ul li a,
.pagination .wrapper ul li span {
  display: block;
  border: 1px solid #808080;
  border-left: none;
  padding: 10px 20px;
  color: #fff;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #181818;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 978px) {
  .pagination .wrapper ul li a,
  .pagination .wrapper ul li span {
    padding: 7px 10px;
  }
}
.pagination .wrapper ul li .current,
.pagination .wrapper ul li a:hover {
  background-color: #0079c2;
  color: #fff;
}
.pagination .wrapper ul li .disabled {
  color: #aaa;
}
.pagination .wrapper ul li .prev {
  border-left: 1px solid #808080;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 10px 40px;
}
@media only screen and (max-width: 978px) {
  .pagination .wrapper ul li .prev {
    padding: 7px 15px;
  }
}
.pagination .wrapper ul li .next {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 10px 40px;
}
@media only screen and (max-width: 978px) {
  .pagination .wrapper ul li .next {
    padding: 7px 15px;
  }
}
.latest {
  background-color: #eaeaea;
}
.latest .wrapper {
  padding: 40px 0;
  text-align: center;
}
@media only screen and (max-width: 1210px) {
  .latest .wrapper {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 978px) {
  .latest .wrapper {
    padding: 20px;
  }
}
.latest .wrapper .items {
  *zoom: 1;
  padding: 10px 0;
}
.latest .wrapper .items:before,
.latest .wrapper .items:after {
  content: '';
  display: table;
}
.latest .wrapper .items:after {
  clear: both;
}
.latest .wrapper .items .item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
  padding: 40px 0 80px;
  position: relative;
}
.latest .wrapper .items .item:before,
.latest .wrapper .items .item:after {
  content: '';
  display: table;
}
.latest .wrapper .items .item:after {
  clear: both;
}
.latest .wrapper .items .item:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 978px) {
  .latest .wrapper .items .item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
  }
  .latest .wrapper .items .item:first-child {
    margin-left: auto;
  }
  .latest .wrapper .items .item:last-child {
    margin-right: auto;
  }
}
.latest .wrapper .items .item .text {
  padding: 0 30px;
}
@media only screen and (max-width: 978px) {
  .latest .wrapper .items .item .text {
    padding: 0;
  }
}
.latest .wrapper .items .item a {
  position: absolute;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 40px;
}
@media only screen and (max-width: 978px) {
  .latest .wrapper .items .item a {
    position: relative;
    left: 0;
    margin: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: 0;
  }
}
.latest .wrapper .items .item--option {
  background: #fff;
  padding-top: 0;
  margin-bottom: 10px;
}
.latest .wrapper .items .item--option img {
  width: 100%;
  display: block;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin: 0 0 30px;
}
.sb-slidebar ul li a {
  color: #fff;
  font-size: 16px;
  font-family: 'Khula', 'Arial', sans-serif;
  display: block;
  padding: 8px 20px;
}
.sb-slidebar ul li ul li a {
  padding: 8px 40px;
  font-size: 14px;
}
.sb-slidebar ul li ul li ul li a {
  padding: 8px 60px;
}
.mono .sitemap-bg {
  background: none !important;
}
.mono h1,
.mono h2,
.mono h3,
.mono h4,
.mono h5,
.mono h5 span,
.mono h6,
.mono p,
.mono ul li,
.mono ol li,
.mono header .wrapper .header-nav ul li:hover > a,
.mono header .wrapper .header-nav ul li.current-menu-item > a,
.mono .features .wrapper a .text .button,
.mono .sitemap .sitemap-tagline,
.mono .content p a,
.mono .content ol li a,
.mono .content ul li a {
  color: #000 !important;
}
.mono .button,
.mono header .wrapper .header-nav ul li.menu-item-has-children:hover,
.mono header .wrapper .header-nav ul li ul,
.mono header .wrapper .header-nav ul li ul li,
.mono footer,
.mono .breadcrumbs,
.mono .content ol li::before,
.mono .pagination .wrapper ul li .current,
.mono .pagination .wrapper ul li a:hover,
.mono .button:before {
  background-color: #000 !important;
}
.mono header .wrapper .header-nav ul li.menu-item-has-children:hover > a,
.mono footer p,
.mono footer p a,
.mono header .wrapper .header-nav ul li.current-menu-item ul li a,
.mono .button span {
  color: #fff !important;
}
.mono .features .wrapper a .text hr,
.mono .features .wrapper a .text .button,
.mono .sitemap .sitemap-nav ul li a,
.mono .pagination .wrapper ul li a,
.mono .pagination .wrapper ul li span {
  border-color: #000 !important;
}
.mono img,
.mono .hero-carousel .item,
.mono .features .wrapper a .img .img-normal,
.mono .banner {
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale") !important;
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale") !important;
  -webkit-filter: grayscale(100%) !important;
  filter: #808080 !important;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale") !important;
}
