@charset "UTF-8";
/*
* Table of Contents:
* 1.0 - Reset
* 2.0 - Repeatable Patterns
* 3.0 - Typography
* 4.0 - Basic Structure
* 5.0 - Header
* 6.0 - Navigation
* 7.0 - Footer
* 8.0 - Pages
* 9.0 – Wordpress

* -----------------------------------------------------------------------------
*/
/**
 * 1.0 Reset
 * -----------------------------------------------------------------------------
 */
a, ins, mark {
  text-decoration: none;
}

pre, textarea {
  overflow: auto;
}

blockquote, del {
  color: #767676;
}

hr, img {
  border: 0;
}

a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

fieldset, pre, table, td, th {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

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

address, blockquote, pre {
  margin-bottom: 24px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, button, input, textarea {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

body {
  background: #fff;
}

a:focus {
  outline: dotted thin;
}

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

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 700;
  margin: 0;
}

h1 {
  font-size: 26px;
  line-height: 1.3846153846;
}

h2 {
  font-size: 24px;
  line-height: 1;
}

h3 {
  font-size: 22px;
  line-height: 1.0909090909;
}

h4 {
  font-size: 20px;
  line-height: 1.2;
}

h5 {
  font-size: 18px;
  line-height: 1.3333333333;
}

h6 {
  font-size: 16px;
  line-height: 1.5;
}

abbr[title] {
  border-bottom: 1px dotted #2b2b2b;
  cursor: help;
}

ins, mark {
  background: #fff9c0;
}

code, kbd, pre, samp, tt, var {
  font-family: monospace, serif;
  font-size: 15px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.6;
}

pre {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 12px;
}

blockquote, q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: none;
}

blockquote {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.2631578947;
}

blockquote b, blockquote strong, caption, td, th {
  font-weight: 400;
}

blockquote cite, blockquote small {
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

blockquote cite, blockquote em, blockquote i {
  font-style: normal;
}

small {
  font-size: smaller;
}

big {
  font-size: 125%;
}

sub, sup {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

figure, ol, ul {
  margin: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ol, li > ul {
  margin: 0 0 0 20px;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: top;
}

fieldset {
  margin: 0 0 24px;
  padding: 11px 12px 0;
}

legend {
  white-space: normal;
}

button, input, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  max-width: 100%;
  vertical-align: baseline;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  vertical-align: top;
}

td, th {
  border-width: 0 1px 1px 0;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 24px;
  width: 100%;
  border-width: 1px 0 0 1px;
}

caption, td, th {
  text-align: left;
}

b, dt, strong, th {
  font-weight: 700;
}

hr {
  background-color: rgba(0, 0, 0, 0.1);
  height: 1px;
  margin-bottom: 0px;
}

dd, dl, p {
  margin-bottom: 0;
}

::-moz-selection, ::selection {
  background: #24890d;
  color: #fff;
  text-shadow: none;
}

/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */
.clearer, .contributor-info:after, .footer-sidebar:after, .hentry:after, .search-box:after, .slider-direction-nav:after, [class*=content]:after, [class*=site]:after {
  clear: both;
}

input, textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: #2b2b2b;
  padding: 8px 10px 7px;
}

input:focus, textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.3);
  outline: 0;
}

.contributor-posts-link, button, input[type=button], input[type=reset], input[type=submit] {
  background-color: #24890d;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: bottom;
  padding: 10px 30px 11px;
}

.contributor-posts-link:hover, button:focus, button:hover, input[type=button]:focus, input[type=button]:hover, input[type=reset]:focus, input[type=reset]:hover, input[type=submit]:focus, input[type=submit]:hover {
  background-color: #41a62a;
  color: #fff;
}

.contributor-posts-link:active, button:active, input[type=button]:active, input[type=reset]:active, input[type=submit]:active {
  background-color: #55d737;
}

::-moz-placeholder {
  color: #939393;
  opacity: 1;
}

#site-header img, .comment-content img, .entry-content img, .entry-summary img, .widget img, .wp-caption {
  max-width: 100%;
}

#site-header img, .comment-content img[height], .entry-content img, .entry-summary img, img[class*=align], img[class*=attachment-], img[class*=wp-image-] {
  height: auto;
}

.post-thumbnail img, .wp-post-image, img.size-full, img.size-large {
  height: auto;
  max-width: 100%;
}

embed, iframe, object, video {
  margin-bottom: 24px;
}

p > embed, p > iframe, p > object, span > embed, span > iframe, span > object {
  margin-bottom: 0;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

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

blockquote.alignleft, img.alignleft {
  margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}

blockquote.alignright, img.alignright {
  margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
  margin: 7px 0 7px 14px;
}

.wp-caption.aligncenter, blockquote.aligncenter, img.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}

.site-content blockquote.alignleft, .site-content blockquote.alignright {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 17px;
  width: 50%;
}

.site-content blockquote.alignleft p, .site-content blockquote.alignright p {
  margin-bottom: 17px;
}

.wp-caption {
  margin-bottom: 24px;
  color: #767676;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0;
}

.wp-caption-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  padding-right: 10px;
  margin: 9px 0;
}

.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

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

.contributor-info:after, .contributor-info:before, .footer-sidebar:after, .footer-sidebar:before, .hentry:after, .hentry:before, .search-box:after, .search-box:before, .slider-direction-nav:after, .slider-direction-nav:before, [class*=content]:after, [class*=content]:before, [class*=site]:after, [class*=site]:before {
  content: "";
  display: table;
}

.bypostauthor > article .fn:before, .comment-edit-link:before, .comment-reply-link:before, .comment-reply-login:before, .comment-reply-title small a:before, .contributor-posts-link:before, .menu-toggle:before, .search-toggle:before, .slider-direction-nav a:before, .widget_twentyfourteen_ephemera .widget-title:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  zoom: 1;
  font: 400 16px/1 Genericons;
  text-decoration: inherit;
  vertical-align: text-bottom;
}

.full-size-link:before, .parent-post-link:before, .site-content span + .entry-date:before, .widget_twentyfourteen_ephemera .entry-title:after, span + .byline:before, span + .comments-link:before, span + .edit-link:before {
  content: " | ";
}

.search-field, textarea {
  width: 100%;
}

.hide, .search-submit {
  display: none;
}

:-moz-placeholder, :-ms-input-placeholder, ::-webkit-input-placeholder {
  color: #939393;
}

.clearer {
  display: block;
}

/**
* 3.0 Typefaces
* -----------------------------------------------------------------------------
*/
@font-face {
  font-family: "enablesans";
  src: url("fonts/NimbusSanL-BolIta-webfont.eot");
  src: url("fonts/NimbusSanL-BolIta-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/NimbusSanL-BolIta-webfont.woff") format("woff"), url("fonts/NimbusSanL-BolIta-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "enablesans";
  src: url("fonts/NimbusSanL-Bol-webfont.eot");
  src: url("fonts/NimbusSanL-Bol-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/NimbusSanL-Bol-webfont.woff") format("woff"), url("fonts/NimbusSanL-Bol-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "enablesans";
  src: url("fonts/NimbusSanL-RegIta-webfont.eot");
  src: url("fonts/NimbusSanL-RegIta-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/NimbusSanL-RegIta-webfont.woff") format("woff"), url("fonts/NimbusSanL-RegIta-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "enablesans";
  src: url("fonts/NimbusSanL-Reg-webfont.eot");
  src: url("fonts/NimbusSanL-Reg-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/NimbusSanL-Reg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "enablemono";
  src: url("fonts/SpaceMono-BoldItalic-webfont.eot");
  src: url("fonts/SpaceMono-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/SpaceMono-BoldItalic-webfont.woff") format("woff"), url("fonts/SpaceMono-BoldItalic-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "enablemono";
  src: url("fonts/SpaceMono-Bold-webfont.eot");
  src: url("fonts/SpaceMono-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/SpaceMono-Bold-webfont.woff") format("woff"), url("fonts/SpaceMono-Bold-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "enablemono";
  src: url("fonts/SpaceMono-Italic-webfont.eot");
  src: url("fonts/SpaceMono-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/SpaceMono-Italic-webfont.woff") format("woff"), url("fonts/SpaceMono-Italic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "enablemono";
  src: url("fonts/SpaceMono-Regular-webfont.eot");
  src: url("fonts/SpaceMono-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/SpaceMono-Regular-webfont.woff") format("woff"), url("fonts/SpaceMono-Regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-family: "Display", "enablemono", Helvetica, Arial, sans-serif;
}

p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 25px;
}
@media (max-width: 1450px) {
  p {
    font-size: 15.5px;
  }
}
@media (max-width: 1300px) {
  p {
    font-size: 15.5px;
    line-height: 1.5;
  }
}
@media (max-width: 1200px) {
  p {
    font-size: 14px;
  }
}
@media (max-width: 1050px) {
  p {
    font-size: 13px;
  }
}
@media (max-width: 750px) {
  p {
    font-size: 13px;
    line-height: 1.35;
  }
}
@media (max-width: 500px) {
  p {
    font-size: 13px;
  }
}

.enable_intro p {
  font-size: 27px;
  line-height: 1.4;
  margin-bottom: 25px;
  word-spacing: -1px;
  letter-spacing: 0.1px;
}
@media (max-width: 1450px) {
  .enable_intro p {
    font-size: 25px;
  }
}
@media (max-width: 1050px) {
  .enable_intro p {
    font-size: 21px;
  }
}
@media (max-width: 750px) {
  .enable_intro p {
    font-size: 18px;
    line-height: 1.35;
  }
}
@media (max-width: 500px) {
  .enable_intro p {
    font-size: 16px;
  }
}

a {
  font-family: "Display", "enablemono", Helvetica, Arial, sans-serif;
}

h2 {
  font-size: 45px;
  font-weight: normal;
  line-height: 1;
  padding-bottom: 1px;
  border-bottom: 3px solid #051c2b;
  display: inline-block;
  margin-bottom: 55px;
  transition: all ease-in-out 0.9s;
  -moz-transition: all ease-in-out 0.9s;
  -webkit-transition: all ease-in-out 0.9s;
  -o-transition: all ease-in-out 0.9s;
}
@media (max-width: 1450px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 1050px) {
  h2 {
    font-size: 34px;
    border-bottom: 2px solid #051c2b;
  }
}
@media (max-width: 750px) {
  h2 {
    font-size: 32px;
    border-bottom: 2px solid #051c2b;
    margin-bottom: 35px;
  }
}
h3 {
  word-spacing: -5px;
  font-size: 18px;
  border-bottom: 2px solid;
  display: inline-block;
  padding-bottom: 2px;
}
@media (max-width: 1050px) {
  h3 {
    font-size: 15px;
  }
}
@media (max-width: 750px) {
  h3 {
    font-size: 16px;
    border-bottom: 1px solid;
  }
}

h4 {
  word-spacing: -4px;
}

/**
* 4.0 Basic Structure
* -----------------------------------------------------------------------------
*/
body {
  font-family: "Sans", "enablesans", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 19px;
  line-height: 1.3;
  color: white;
  background: #051c2b;
}
@media (max-width: 1450px) {
  body {
    font-size: 18px;
  }
}

.clearer {
  clear: both;
}

.row {
  position: relative;
  margin-bottom: 0;
}

.Xcontainer {
  position: relative;
  width: 1600px;
  background: #00694d;
  margin: auto;
  margin-bottom: 0;
}
@media (max-width: 1760px) {
  .Xcontainer {
    width: 1700px;
  }
}
@media (max-width: 1450px) {
  .Xcontainer {
    width: 1200px;
  }
}
@media (max-width: 1300px) {
  .Xcontainer {
    width: 1000px;
  }
}
@media (max-width: 1050px) {
  .Xcontainer {
    width: 700px;
  }
}
@media (max-width: 750px) {
  .Xcontainer {
    width: 480px;
  }
}
@media (max-width: 500px) {
  .Xcontainer {
    width: 330px;
  }
}

.container {
  position: relative;
  width: 1600px;
  margin: auto;
  margin-bottom: 0;
  width: 94%;
  max-width: 1650px;
}
@media (max-width: 1050px) {
  .container {
    width: 700px;
  }
}
@media (max-width: 750px) {
  .container {
    width: 480px;
  }
}
@media (max-width: 500px) {
  .container {
    width: 340px;
  }
}
@media (max-width: 340px) {
  .container {
    width: 300px;
  }
}

.row:nth-of-type(even) {
  background: #efefef;
}

.col_1, .col_2, .col_3, .col_4, .col_5, .col_6,
.col_7, .col_8, .col_9, .col_10, .col_11, .col_12 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}

@media (max-width: 750px) {
  .col_1 .col_1, .col_1 .col_2, .col_1 .col_3, .col_1 .col_4, .col_1 .col_5, .col_1 .col_6, .col_1 .col_7, .col_1 .col_8, .col_1 .col_9, .col_1 .col_10, .col_1 .col_11, .col_1 .col_12,
.col_2 .col_1, .col_2 .col_2, .col_2 .col_3, .col_2 .col_4, .col_2 .col_5, .col_2 .col_6, .col_2 .col_7, .col_2 .col_8, .col_2 .col_9, .col_2 .col_10, .col_2 .col_11, .col_2 .col_12,
.col_3 .col_1, .col_3 .col_2, .col_3 .col_3, .col_3 .col_4, .col_3 .col_5, .col_3 .col_6, .col_3 .col_7, .col_3 .col_8, .col_3 .col_9, .col_3 .col_10, .col_3 .col_11, .col_3 .col_12,
.col_4 .col_1, .col_4 .col_2, .col_4 .col_3, .col_4 .col_4, .col_4 .col_5, .col_4 .col_6, .col_4 .col_7, .col_4 .col_8, .col_4 .col_9, .col_4 .col_10, .col_4 .col_11, .col_4 .col_12,
.col_5 .col_1, .col_5 .col_2, .col_5 .col_3, .col_5 .col_4, .col_5 .col_5, .col_5 .col_6, .col_5 .col_7, .col_5 .col_8, .col_5 .col_9, .col_5 .col_10, .col_5 .col_11, .col_5 .col_12,
.col_6 .col_1, .col_6 .col_2, .col_6 .col_3, .col_6 .col_4, .col_6 .col_5, .col_6 .col_6, .col_6 .col_7, .col_6 .col_8, .col_6 .col_9, .col_6 .col_10, .col_6 .col_11, .col_6 .col_12,
.col_7 .col_1, .col_7 .col_2, .col_7 .col_3, .col_7 .col_4, .col_7 .col_5, .col_7 .col_6, .col_7 .col_7, .col_7 .col_8, .col_7 .col_9, .col_7 .col_10, .col_7 .col_11, .col_7 .col_12,
.col_8 .col_1, .col_8 .col_2, .col_8 .col_3, .col_8 .col_4, .col_8 .col_5, .col_8 .col_6, .col_8 .col_7, .col_8 .col_8, .col_8 .col_9, .col_8 .col_10, .col_8 .col_11, .col_8 .col_12,
.col_9 .col_1, .col_9 .col_2, .col_9 .col_3, .col_9 .col_4, .col_9 .col_5, .col_9 .col_6, .col_9 .col_7, .col_9 .col_8, .col_9 .col_9, .col_9 .col_10, .col_9 .col_11, .col_9 .col_12,
.col_10 .col_1, .col_10 .col_2, .col_10 .col_3, .col_10 .col_4, .col_10 .col_5, .col_10 .col_6, .col_10 .col_7, .col_10 .col_8, .col_10 .col_9, .col_10 .col_10, .col_10 .col_11, .col_10 .col_12,
.col_11 .col_1, .col_11 .col_2, .col_11 .col_3, .col_11 .col_4, .col_11 .col_5, .col_11 .col_6, .col_11 .col_7, .col_11 .col_8, .col_11 .col_9, .col_11 .col_10, .col_11 .col_11, .col_11 .col_12,
.col_12 .col_1, .col_12 .col_2, .col_12 .col_3, .col_12 .col_4, .col_12 .col_5, .col_12 .col_6, .col_12 .col_7, .col_12 .col_8, .col_12 .col_9, .col_12 .col_10, .col_12 .col_11, .col_12 .col_12 {
    padding: 0;
  }
}

.col_1 {
  width: 8%;
  width: calc(100% / 12);
}
@media (max-width: 750px) {
  .col_1 {
    width: 100%;
  }
}

.col_2 {
  width: 16%;
  width: calc(100% / 6);
}
@media (max-width: 750px) {
  .col_2 {
    width: 100%;
  }
}

.col_3 {
  width: 25%;
}
@media (max-width: 750px) {
  .col_3 {
    width: 100%;
  }
}

.col_4 {
  width: 33%;
  width: calc(100% / 3);
}
@media (max-width: 750px) {
  .col_4 {
    width: 100%;
  }
}

.col_5 {
  width: 42%;
  width: calc(100% / 12 * 5);
}
@media (max-width: 750px) {
  .col_5 {
    width: 100%;
  }
}

.col_6 {
  width: 50%;
}
@media (max-width: 750px) {
  .col_6 {
    width: 100%;
  }
}

.col_7 {
  width: 58%;
  width: calc(100% / 12 * 7);
}
@media (max-width: 750px) {
  .col_7 {
    width: 100%;
  }
}

.col_8 {
  width: 66%;
  width: calc(100% / 3 * 2);
}
@media (max-width: 750px) {
  .col_8 {
    width: 100%;
  }
}

.col_9 {
  width: 75%;
}
@media (max-width: 750px) {
  .col_9 {
    width: 100%;
  }
}

.col_10 {
  width: 84%;
  width: calc(100% / 12 * 10);
}
@media (max-width: 750px) {
  .col_10 {
    width: 100%;
  }
}

.col_11 {
  width: 92%;
  width: calc(100% / 12 * 11);
}
@media (max-width: 750px) {
  .col_11 {
    width: 100%;
  }
}

.col_12 {
  width: 100%;
}

.push_1 {
  margin-left: 8%;
  margin-left: calc(100% / 12);
}

.push_2 {
  margin-left: 16%;
  margin-left: calc(100% / 6);
}

.push_3 {
  margin-left: 25%;
}

.push_4 {
  margin-left: 33%;
  margin-left: calc(100% / 3);
}

.push_5 {
  margin-left: 42%;
  margin-left: calc(100% / 3);
}

.push_6 {
  margin-left: 50%;
}

.push_7 {
  margin-left: 58%;
  width: calc(100% / 12 * 7);
}

.push_8 {
  margin-left: 66%;
  width: calc(100% / 3 * 2);
}

.push_9 {
  margin-left: 75%;
}

.push_10 {
  margin-left: 84%;
  margin-left: calc(100% / 12 * 10);
}

.push_11 {
  margin-left: 92%;
  margin-left: calc(100% / 12 * 11);
}

@media (max-width: 1050px) {
  .push_1, .push_2, .push_3, .push_4, .push_5, .push_6, .push_7, .push_8,
.push_9, .push_10, .push_11, .push_12 {
    margin-left: 0;
  }
}

/**
 * 5.0 Header
 * -----------------------------------------------------------------------------
 */
header.row {
  position: fixed;
  -webkit-transform: translateZ(0);
  top: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 750px) {
  header.active {
    background: #051c2b;
  }
}

header .container {
  background: none;
  padding: 45px 20px 30px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-height: 900px) {
  header .container {
    padding: 40px 20px 25px 20px;
  }
}
@media (max-width: 1450px) {
  header .container {
    padding: 40px 20px 25px 20px;
  }
}
@media (max-width: 1050px) {
  header .container {
    padding: 35px 20px 20px 20px;
  }
}
@media (max-width: 750px) {
  header .container {
    padding: 10px 10px 35px 10px;
  }
}

header h1 {
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  height: 85px;
  width: 170px;
  top: 0px;
  transition: all ease-in-out 0.9s;
  -moz-transition: all ease-in-out 0.9s;
  -webkit-transition: all ease-in-out 0.9s;
  -o-transition: all ease-in-out 0.9s;
}
@media (max-height: 900px) {
  header h1 {
    width: 155px;
    height: 75px;
  }
}
@media (max-width: 1450px) {
  header h1 {
    width: 155px;
    height: 75px;
  }
}
@media (max-width: 1050px) {
  header h1 {
    height: 68px;
  }
}
@media (max-width: 750px) {
  header h1 {
    width: 200px;
    display: inline-block;
  }
}
@media (max-width: 500px) {
  header h1 {
    height: 58px;
  }
}

header h1:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 162px;
  background: #051c2b;
  display: none;
}
@media (max-width: 750px) {
  header h1:after {
    display: block;
  }
}

header h1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

header nav {
  position: relative;
  z-index: 2;
  border-top: 1px solid white;
  padding: 35px 0 35px 0;
}
@media (max-width: 1450px) {
  header nav {
    padding: 32px 0 25px 0;
  }
}
@media (max-width: 1050px) {
  header nav {
    padding: 28px 0 25px 0;
  }
}
@media (max-width: 750px) {
  header nav {
    padding: 0px 0 25px 0;
    margin-bottom: -8px;
  }
}

header ul {
  display: block;
  background: red;
  list-style: none;
}
@media (max-width: 750px) {
  header ul {
    display: none;
  }
}

header.active ul {
  display: block;
}
@media (max-width: 750px) {
  header.active ul {
    background: #051c2b;
    overflow: hidden;
  }
}

@media (max-width: 750px) {
  header.active ul:after {
    content: "";
    position: absolute;
    bottom: -27px;
    height: 52px;
    width: 100%;
    left: 0;
    background: #051c2b;
  }
}

header .menutog {
  display: none;
}
@media (max-width: 750px) {
  header .menutog {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    float: right;
    margin: 0;
    padding: 0;
  }
}

header .menutog span {
  position: absolute;
  background: white;
  width: 28px;
  height: 2px;
  top: 17px;
  right: 0;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}

header .menutog span + span {
  top: 25px;
}

header .menutog span + span + span {
  top: 33px;
}

header.active .menutog span {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 25px;
}

header.active .menutog span + span {
  opacity: 0;
  top: 25px;
}

header.active .menutog span + span + span {
  opacity: 1;
  top: 25px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

header ul li {
  float: left;
  margin-right: 35px;
  font-family: "Display", "enablemono", Helvetica, Arial, sans-serif;
}
@media (max-width: 750px) {
  header ul li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid white;
  }
}

header ul li.inactive {
  opacity: 0.2;
}

header ul li a {
  color: white;
  position: relative;
  padding-bottom: 5px;
  font-size: 23px;
}

@media (min-width: 1650px) {
  header ul li a {
    font-size: 25px;
  }
}
@media (max-width: 1450px) {
  header ul li a {
    font-size: 21px;
  }
}
@media (max-width: 1300px) {
  header ul li a {
    font-size: 19px;
  }
}
@media (max-height: 800px) {
  header ul li a {
    font-size: 17px;
  }
}
@media (max-width: 750px) {
  header ul li a {
    font-size: 17px;
  }
}
header ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 2px;
  background: #f33a51;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}

header ul li:hover a:after {
  content: "";
  left: 0%;
  width: 100%;
}
@media (max-width: 1050px) {
  header ul li:hover a:after {
    display: none;
  }
}

.intro_heading {
  position: absolute;
  z-index: -1;
  font-family: "Display", "enablemono", Helvetica, Arial, sans-serif;
  font-size: 50px;
  word-spacing: -12px;
  top: 32vh;
  line-height: 1.25;
  transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}
@media (max-width: 1450px) {
  .intro_heading {
    font-size: 45px;
    word-spacing: -9px;
  }
}
@media (min-height: 950px) {
  .intro_heading {
    font-size: 60px;
    letter-spacing: -1px;
    word-spacing: -21px;
  }
}
@media (max-height: 800px) {
  .intro_heading {
    font-size: 45px;
    word-spacing: -9px;
    top: 31vh;
  }
}
@media (max-width: 1050px) {
  .intro_heading {
    font-size: 40px;
    word-spacing: -8px;
  }
}
@media (max-width: 750px) {
  .intro_heading {
    top: 24vh;
    font-size: 31px;
    word-spacing: -5px;
    line-height: 1.2;
  }
}
@media (max-width: 340px) {
  .intro_heading {
    top: 24vh;
    font-size: 25px;
    word-spacing: -4px;
    line-height: 1.2;
    width: 90%;
  }
}

@media (max-width: 750px) {
  .intro_heading br {
    display: none;
  }
}

.scroll_down {
  position: absolute;
  left: 0px;
  background: white;
  border: 10px #051c2b solid;
  width: 1px;
  height: 90px;
  bottom: -145px;
  z-index: -1;
  outline: none;
}
@media (max-height: 800px) {
  .scroll_down {
    bottom: -110px;
    height: 70px;
  }
}
@media (max-width: 750px) {
  .scroll_down {
    left: auto;
    right: 0;
    bottom: -30px;
    border: none;
  }
}
@media (max-width: 340px) {
  .scroll_down {
    bottom: -10px;
  }
}

.scroll_down:active, .scroll_down:focus {
  outline: none;
  right: 5px;
}

.scroll_down:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 1px;
  bottom: -2px;
  left: -4px;
  border-left: 3.5px solid transparent;
  border-right: 3.5px solid transparent;
  border-top: 7px solid white;
}

.banner_logos {
  position: fixed !important;
  -webkit-transform: translateZ(0);
  z-index: 206;
  bottom: 0;
  top: auto !important;
  left: 0px;
  margin: 0;
  color: white;
  opacity: 1;
  width: calc(100%);
  transition: opacity 1s;
}

.banner_logos .container {
  background: #f33a51;
  height: 130px;
  width: 97.5%;
  padding: 30px 0 5px 0;
  margin: 0 0 0 2.5%;
  left: 0%;
}
@media (min-width: 1650px) {
  .banner_logos .container {
    width: 2500px;
    margin-left: -825px;
    left: 50%;
    max-width: none;
  }
}
@media (max-height: 900px) {
  .banner_logos .container {
    height: 110px;
  }
}
@media (max-width: 1300px) {
  .banner_logos .container {
    height: 110px;
  }
}
@media (max-width: 1050px) {
  .banner_logos .container {
    width: 1000px;
    margin-left: -350px;
    left: 50%;
    height: 80px;
    padding: 25px 0 5px 0;
  }
}
@media (max-width: 750px) {
  .banner_logos .container {
    width: 650px;
    margin-left: -225px;
    overflow: hidden;
  }
}
@media (max-width: 500px) {
  .banner_logos .container {
    width: 650px;
    margin-left: -170px;
  }
}
@media (max-width: 340px) {
  .banner_logos .container {
    width: 360px;
    margin-left: -150px;
  }
}

.banner_logos .container:after {
  content: "";
  position: absolute;
  right: -999px;
  top: 0;
  width: 1000px;
  height: 350px;
  background: #f33a51;
  z-index: 210;
}

.slidecontainer {
  width: 2000px;
  overflow: hidden;
}

#slidewrap {
  position: relative;
  left: 0;
  width: 3000px;
  padding-left: 40px;
}

#slidewrap label {
  float: left;
  height: 80px;
  display: block;
  opacity: 0.9;
  font-size: 14.5px;
  margin-top: 10px;
  width: 32.5vw;
  font-weight: bold;
  word-spacing: -1px;
}
@media (max-height: 900px) {
  #slidewrap label {
    width: 35.5vw;
  }
}
@media (max-width: 1050px) {
  #slidewrap label {
    font-size: 13px;
    margin-left: -12px;
    margin-top: 0;
  }
}
@media (max-width: 750px) {
  #slidewrap label {
    font-size: 12px;
    margin-left: -15px;
  }
}
@media (max-width: 340px) {
  #slidewrap label {
    font-size: 10px;
  }
}

#slidewrap label:nth-of-type(2) {
  width: 7%;
  margin-left: 150px;
  padding-left: 20px;
}
@media (max-width: 750px) {
  #slidewrap label:nth-of-type(2) {
    margin-left: 40px;
    width: 4%;
  }
}

#slidewrap img {
  float: left;
  width: 17.1vw;
  height: auto;
}
@media (min-width: 1650px) {
  #slidewrap img {
    height: 100px !important;
    width: auto !important;
  }
}
@media (max-width: 1050px) {
  #slidewrap img {
    height: 60px !important;
    width: auto !important;
  }
}
@media (max-width: 750px) {
  #slidewrap img {
    height: 60px !important;
    width: auto !important;
  }
}

#slidewrap img + img {
  width: 15vw;
  height: auto;
}
@media (max-height: 900px) {
  #slidewrap img + img {
    width: 14vw;
  }
}

#slidewrap img + img + img {
  width: 18.3vw;
  height: auto;
}
@media (max-height: 900px) {
  #slidewrap img + img + img {
    width: 19.3vw;
  }
}

#slidewrap img + img + img + img {
  width: 9.3vw;
  height: auto;
}
@media (max-height: 900px) {
  #slidewrap img + img + img + img {
    width: 8.3vw;
  }
}

#slidewrap img:nth-of-type(5), #slidewrap img:nth-of-type(6), #slidewrap img:nth-of-type(7) {
  width: auto;
  height: 95px;
}
@media (max-width: 750px) {
  #slidewrap img:nth-of-type(5), #slidewrap img:nth-of-type(6), #slidewrap img:nth-of-type(7) {
    height: 105px;
  }
}

#progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 4px;
  background: white;
}
@media (max-width: 1050px) {
  #progress {
    height: 3px;
  }
}
@media (max-width: 750px) {
  #progress {
    height: 2px;
    left: -100px;
  }
}
@media (max-width: 500px) {
  #progress {
    height: 2px;
  }
}

/**
 * 6.0 Navigation
 * -----------------------------------------------------------------------------
 */
#wrapper {
  position: fixed;
  transform: translate3d(0, 0, 0);
  z-index: 2;
  top: 35vh;
  margin-top: -350px;
  left: 48%;
  width: 1114px;
  height: 1114px;
  opacity: 1;
  display: none;
}
@media (max-width: 1150px) {
  #wrapper {
    opacity: 0 !important;
  }
}

#wrapper:after {
  width: 100%;
  height: 100%;
  left: -10px;
  z-index: 1;
  background: rgba(5, 28, 43, 0);
  position: absolute;
  transform: translate3d(0, 0, 0);
  transition: 2.5s background ease;
}

#wrapper.preload:after {
  background: #051c2b;
}

.bebo:after {
  display: none;
}

#bodymovin {
  position: fixed;
  transform: translate3d(0, 0, 0);
  z-index: 3;
  top: 35vh;
  margin-top: -350px;
  left: 48%;
  width: 1114px;
  height: 1114px;
  display: block;
  overflow: hidden;
  text-align: center;
  opacity: 1 !important;
}
@media (max-width: 1150px) {
  #bodymovin {
    opacity: 1 !important;
  }
}
@media (max-width: 750px) {
  #bodymovin {
    width: 500px;
    height: 500px;
    top: 0;
    margin-top: 50px;
  }
}

.preload {
  opacity: 0 !important;
}

.fix_anim {
  position: fixed;
  -webkit-transform: translateZ(0);
  width: 100%;
  height: 100%;
  background: #051c2b;
  z-index: 1;
  top: 0;
  left: 0;
}

.spacer {
  position: relative;
  top: -300px;
  left: 0px;
  width: 1px;
  background: transparent;
  height: 5750px;
  opacity: 1;
  z-index: 205;
}
@media (max-width: 1050px) {
  .spacer {
    height: 5100px;
  }
}
@media (max-width: 750px) {
  .spacer {
    height: 5000px;
  }
}

@-webkit-keyframes spin {
  0% {
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
  }
  100% {
    -moz-transform: rotateZ(450deg);
    -o-transform: rotateZ(450deg);
    -ms-transform: rotateZ(450deg);
    -webkit-transform: rotateZ(450deg);
    transform: rotateZ(450deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
.sub-border {
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: none;
  border-top: 12px solid transparent;
  border-right: 12px solid #f33a51;
  border-bottom: 12px solid #f33a51;
  border-left: 12px solid transparent;
  transform: translate3d(0, 0, 0);
}

.sub-border.green {
  animation: spin 5s linear infinite !important;
}

.circlelogo {
  position: fixed;
  z-index: 99;
  top: 35vh;
  left: 48%;
  background: #051c2b;
  right: auto;
  margin-top: 167px;
  margin-left: 517px;
  width: 58px;
  height: 58px;
  border-top: 12px solid white;
  border-right: 12px solid #051c2b;
  border-bottom: 12px solid white;
  border-left: 12px solid white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -moz-transform: rotateZ(45deg) translateZ(0) !important;
  -o-transform: rotateZ(45deg) translateZ(0) !important;
  -ms-transform: rotateZ(45deg) translateZ(0) !important;
  -webkit-transform: rotateZ(45deg) translateZ(0) !important;
  transform: rotateZ(45deg) translateZ(0) !important;
  opacity: 1 !important;
  transition: 2s opacity ease;
}
@media (max-width: 1150px) {
  .circlelogo {
    display: none;
  }
}

.circlelogo:after {
  content: "";
  position: absolute;
  background: #051c2b;
  -moz-transform: rotateZ(-45deg) !important;
  -o-transform: rotateZ(-45deg) !important;
  -ms-transform: rotateZ(-45deg) !important;
  -webkit-transform: rotateZ(-45deg) !important;
  width: 80%;
  height: 80%;
  overflow: hidden;
  margin: 6px 0 0 38px;
  z-index: 9;
  -moz-border-radius-bottomright: 90px;
  -webkit-border-bottom-right-radius: 90px;
  border-bottom-right-radius: 90px;
}

.circlelogo:before {
  content: "";
  position: absolute;
  background: #f33a51;
  width: 18px;
  height: 18px;
  overflow: hidden;
  margin: 20px 0 0 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  z-index: 10;
}

#bodymovin svg g g path {
  fill-opacity: 0 !important;
}

#sbodymovin svg g g:hover path {
  fill: blue !important;
  stroke: yellow !important;
}

#bodymovin svg g {
  position: relative !important;
}

#bodymovin svg g:nth-of-type(1) {
  z-index: 98 !important;
  fill: orange !important;
}

#bodymovin svg g:nth-of-type(1) path {
  fill: orange !important;
}

#bodymovin svg g:nth-of-type(2) {
  z-index: 97 !important;
}

#bodymovin svg g:nth-of-type(3) {
  z-index: 96 !important;
}

#bodymovin svg g:nth-of-type(4) {
  z-index: 95 !important;
}

#bodymovin svg g:nth-of-type(5) {
  z-index: 94 !important;
}

#bodymovin svg g:nth-of-type(6) {
  z-index: 93 !important;
}

#bodymovin svg g:nth-of-type(7) {
  z-index: 92 !important;
}

#bodymovin svg g:nth-of-type(8) {
  z-index: 91 !important;
}

#bodymovin svg g:nth-of-type(9) {
  z-index: 90 !important;
}

#bodymovin svg g:nth-of-type(10) {
  z-index: 89 !important;
}

#bodymovin svg g:nth-of-type(11) {
  z-index: 88 !important;
}

#bodymovin svg g:nth-of-type(12) {
  z-index: 87 !important;
}

#bodymovin svg g:nth-of-type(13) {
  z-index: 86 !important;
}

#bodymovin svg g:nth-of-type(14) {
  z-index: 85 !important;
}

#bodymovin svg g:nth-of-type(15) {
  z-index: 84 !important;
}

#bodymovin svg g:nth-of-type(16) {
  z-index: 83 !important;
}

#bodymovin svg g:nth-of-type(17) {
  z-index: 82 !important;
}

#bodymovin svg g:nth-of-type(18) {
  z-index: 81 !important;
}

#bodymovin svg g:nth-of-type(19) {
  z-index: 80 !important;
}

#bodymovin svg g:nth-of-type(20) {
  z-index: 79 !important;
}

#bodymovin svg g:nth-of-type(21) {
  z-index: 78 !important;
}

#bodymovin svg g:nth-of-type(22) {
  z-index: 77 !important;
}

#bodymovin svg g:nth-of-type(23) {
  z-index: 76 !important;
}

#bodymovin svg g:nth-of-type(24) {
  z-index: 75 !important;
}

#bodymovin svg g:nth-of-type(25) {
  z-index: 74 !important;
}

#bodymovin svg g:nth-of-type(5):hover {
  border: 1px solid lime;
}

.circle24 {
  animation: none !important;
  border-top: 12px solid white;
  border-right: 12px solid transparent;
  border-bottom: 12px solid white;
  border-left: 12px solid white;
  transform: rotate(45deg);
  opacity: 0;
}

.circle24:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  background: #f33a51;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

#wrapper .circle24.sub-border, #wrapper .circle24.sub-border:hover {
  animation: 0 !important;
}

.mob_nav_wrap {
  position: fixed;
  -webkit-transform: translateZ(0);
  z-index: 9900;
  top: 0px;
  left: 0;
  width: 100%;
}

.mob_nav_inner {
  overflow: hidden;
  max-height: 0;
  background: #051c2b;
  -webkit-box-shadow: 0px 6px 24px 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 6px 24px 1px rgba(0, 0, 0, 0);
  box-shadow: 0px 6px 24px 1px rgba(0, 0, 0, 0);
  transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}

.mob_nav_inner.active {
  height: auto;
  max-height: 600px;
  -webkit-box-shadow: 0px 6px 24px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 6px 24px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 24px 1px rgba(0, 0, 0, 0.1);
}

.mob_nav_wrap.hide_nav {
  display: none;
}

.mob_nav_inner nav {
  margin: 50px 0 50px 0;
}
@media (max-width: 750px) {
  .mob_nav_inner nav {
    margin: 25px 0 25px 0;
  }
}

.mob_nav_inner nav ul {
  list-style: none;
}

.mob_nav_inner nav ul li {
  float: left;
  margin-right: 40px;
}
@media (max-width: 750px) {
  .mob_nav_inner nav ul li {
    display: block;
    width: 70%;
    height: 40px;
    line-height: 40px;
  }
}

.mob_nav_inner nav ul li a {
  color: white;
  outline: none;
}

.mob_nav_wrap .container .col_12 {
  padding-top: 0;
  padding-bottom: 0;
}

.mob_nav {
  position: absolute;
  top: 40px;
  right: 55px;
  width: 40px;
  height: 40px;
  opacity: 0;
}
@media (max-width: 750px) {
  .mob_nav {
    top: 20px;
    right: 35px;
  }
}

.mob_nav span {
  position: absolute;
  background: #f33a51;
  width: 35px;
  height: 3px;
  top: 14px;
  right: 0;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
@media (max-width: 750px) {
  .mob_nav span {
    height: 2px;
  }
}

.mob_nav span + span {
  top: 25px;
}

.mob_nav span + span + span {
  top: 36px;
}

.mob_nav.active span {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 25px;
}

.mob_nav.acyive span + span {
  opacity: 0;
  top: 25px;
}

.mob_nav.active span + span + span {
  opacity: 1;
  top: 25px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sect1 .mob_nav {
  opacity: 1;
}

.sect2 .mob_nav {
  opacity: 1;
}

.sect3 .mob_nav {
  opacity: 1;
}

.sect4 .mob_nav {
  opacity: 1;
}

.sect5 .mob_nav {
  opacity: 1;
}

.sect6 .mob_nav {
  opacity: 1;
}

.sectx .mob_nav {
  opacity: 1;
}

.sect1 .mob_nav_inner {
  background: white;
}

.sect1 nav ul li a {
  color: #051c2b;
}

.sect1 nav ul li:nth-of-type(1) a {
  opacity: 0.5;
  pointer-events: none;
}

.sect2 nav ul li:nth-of-type(2) a {
  opacity: 0.5;
  pointer-events: none;
}

.sect3 nav ul li:nth-of-type(3) a {
  opacity: 0.5;
  pointer-events: none;
}

.sect3 .mob_nav_inner {
  background: #f33a51;
}

.sect3 .mob_nav span {
  background: white;
}

.sect4 nav ul li:nth-of-type(4) a {
  opacity: 0.5;
  pointer-events: none;
}

.sect4 .mob_nav_inner {
  background: white;
}

.sect4 nav ul li a {
  color: #051c2b;
}

.sect5 nav ul li:nth-of-type(6) a {
  opacity: 0.5;
  pointer-events: none;
}

.sect5 .mob_nav_inner {
  background: #f33a51;
}

.sect5 .mob_nav span {
  background: white;
}

.sectx nav ul li:nth-of-type(5) a {
  opacity: 0.5;
  pointer-events: none;
}

.sect6 nav ul li:nth-of-type(6) a {
  opacity: 0.5;
  pointer-events: none;
}

.sect6 .mob_nav_inner {
  background: white;
}

.sect6 .mob_nav span {
  background: #f33a51;
}

.sect6 nav ul li a {
  color: #051c2b;
}

/**
 * 7.0 Footer
 * -----------------------------------------------------------------------------
 */
footer.row {
  background: #051c2b;
}

footer .container {
  position: relative;
  padding-left: 0%;
  padding-top: 60px;
  padding-bottom: 80px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.6;
}
@media (max-width: 1050px) {
  footer .container {
    padding-top: 55px;
  }
}
@media (max-width: 750px) {
  footer .container {
    padding-top: 40px;
  }
}

footer .container img {
  margin-left: 40px;
}
@media (max-width: 1300px) {
  footer .container img {
    height: 57px;
  }
}
@media (max-width: 1050px) {
  footer .container img {
    height: 45px;
  }
}
@media (max-width: 750px) {
  footer .container img {
    height: 50px;
    margin-left: 0;
    margin-top: -20px;
  }
}

footer .col_12 {
  position: relative;
}

footer .col_12 p {
  width: 50%;
  width: calc(50% - 20px);
  float: right;
}
@media (max-width: 750px) {
  footer .col_12 p {
    width: 100%;
    padding-bottom: 100px;
  }
}

footer .col_12 img {
  position: absolute;
  bottom: 50px;
  left: 20px;
}

/**
 * 8.0 Pages
 * -----------------------------------------------------------------------------
 */
.enable_about .container,
.enable_research .container,
.enable_industry .container,
.enable_people .container,
.enable_news .container {
  padding: 130px 0 150px 0;
}
@media (max-width: 1050px) {
  .enable_about .container,
.enable_research .container,
.enable_industry .container,
.enable_people .container,
.enable_news .container {
    padding: 75px 0 120px 0;
  }
}
@media (max-width: 750px) {
  .enable_about .container,
.enable_research .container,
.enable_industry .container,
.enable_people .container,
.enable_news .container {
    padding: 50px 0 100px 0;
  }
}

.enable_about {
  position: relative;
  z-index: 210;
  color: black;
  background: white !important;
}

.enable_about .container {
  background: white;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 1050px) {
  .enable_about .container {
    padding-bottom: 50px;
  }
}
@media (max-width: 750px) {
  .enable_about .container {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

@media (max-width: 1050px) {
  .enable_intro {
    width: 80%;
  }
}
@media (max-width: 750px) {
  .enable_intro {
    width: 100%;
  }
}

.enable_about h2 {
  color: #f33a51;
  border-bottom-color: #f33a51;
  margin-bottom: 40px;
}

.enable_about h3, .enable_about p {
  color: #051c2b;
}

.enable_about h3 {
  margin-bottom: 40px;
  margin-top: 0px;
}
@media (max-width: 750px) {
  .enable_about h3 {
    margin-bottom: 20px;
  }
}

.enable_about .col_11 img {
  width: 14.1%;
  margin-bottom: 30px;
}
@media (max-width: 1300px) {
  .enable_about .col_11 img {
    width: 22%;
    margin-left: -20px;
  }
}
@media (max-width: 1050px) {
  .enable_about .col_11 img {
    margin-left: 0px;
  }
}
@media (max-width: 750px) {
  .enable_about .col_11 img {
    width: 44%;
  }
}

.enable_about .col_11 {
  padding-right: 0;
  font-size: 1px;
}
@media (max-width: 1300px) {
  .enable_about .col_11 {
    position: relative;
    left: 5%;
    width: 85%;
  }
}
@media (max-width: 1050px) {
  .enable_about .col_11 {
    width: 100%;
    left: 0%;
  }
}

.info_box {
  margin-bottom: 50px;
}
@media (max-width: 1050px) {
  .info_box {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .info_box {
    width: 100%;
  }
}

.info_box p {
  border-bottom: 1px solid white;
  height: 200px;
}
@media (max-width: 750px) {
  .info_box p {
    height: 150px;
  }
}

.info_box h4 {
  display: block;
  text-align: center;
  font-size: 16px;
  margin: 20px 0 20px 0;
}
@media (max-width: 1050px) {
  .info_box h4 {
    font-size: 14px;
  }
}
@media (max-width: 750px) {
  .info_box h4 {
    margin: 16px 0 16px 0;
    font-size: 14.5px;
  }
}

.info_box h4 span {
  font-weight: normal;
}

.enable_research {
  position: relative;
  z-index: 210;
  background: #051c2b !important;
}

.enable_research .container {
  background: #051c2b;
}

.enable_research h2 {
  border-bottom-color: #f33a51;
  color: #f33a51;
}

@media (max-width: 750px) {
  .enable_research h3 {
    margin-bottom: 50px;
  }
}

@media (max-width: 1050px) {
  .enable_research .col_11 {
    padding: 0;
  }
}
@media (max-width: 750px) {
  .enable_research .col_11 {
    padding: 20px;
  }
}

@media (max-width: 1050px) {
  .enable_research .col_4 {
    padding-right: 0px;
  }
}

@media (max-width: 1050px) {
  .enable_research .col_6 {
    width: 100%;
  }
}

.enable_research .info_box h4 {
  color: #f33a51;
}

@media (max-width: 1050px) {
  .enable_research .enable_expander {
    width: 100%;
    padding-right: 0;
  }
}

.enable_expander p:first-of-type {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 1050px) {
  .enable_expander p:first-of-type {
    width: 90%;
  }
}

.enable_expander ol {
  counter-reset: item;
  list-style-type: none;
  border-bottom: 1px solid white;
}

.enable_expander li {
  display: block;
  border-top: 1px solid white;
  cursor: pointer;
}

.enable_expander li:before {
  content: "0" counter(item);
  counter-increment: item;
  color: #f33a51;
  float: left;
  width: 100px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-family: "Display", "enablemono", Helvetica, Arial, sans-serif;
}
@media (max-width: 1050px) {
  .enable_expander li:before {
    width: 75px;
  }
}
@media (max-width: 750px) {
  .enable_expander li:before {
    font-size: 14.5px;
    width: 50px;
  }
}

.enable_expander h4 {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
@media (max-width: 750px) {
  .enable_expander h4 {
    font-size: 14.5px;
  }
}

.enable_expander p {
  width: 90%;
}

.enable_expander li .ex_plus {
  display: block;
  float: right;
  width: 17px;
  height: 50px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all ease-in-out 0.15s;
  -moz-transition: all ease-in-out 0.15s;
  -webkit-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s;
}

.enable_expander li.active .ex_plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.enable_expander .ex_plus span {
  height: 17px;
  width: 1px;
  background: #f33a51;
  position: absolute;
  left: 8px;
  top: 16px;
}

.enable_expander .ex_plus span:after {
  content: "";
  width: 17px;
  height: 1px;
  background: #f33a51;
  position: absolute;
  left: -8px;
  top: 8px;
}

.enable_expander li.active .ex_plus span {
  margin-left: -3px;
  margin-top: -2px;
  height: 21px;
  left: 11px;
}

.enable_expander li.active .ex_plus span:after {
  width: 21px;
  top: 10px;
  left: -10px;
}

.enable_expander li div {
  overflow: hidden;
  height: auto;
  max-height: 0px;
  clear: both;
  -webkit-transition: max-height 0.3s ease-out;
  -moz-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}

.enable_expander li.active div {
  max-height: 600px;
}

.enable_expander li div img {
  margin: 20px 0 20px 0;
}

.enable_industry {
  position: relative;
  z-index: 210;
  background: #f33a51 !important;
}

.enable_industry .container {
  background: #f33a51;
  padding-bottom: 30px;
}

.enable_industry .enable_intro p {
  color: #051c2b;
  width: 77%;
}
@media (max-width: 1050px) {
  .enable_industry .enable_intro p {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .enable_industry .enable_intro p {
    width: 90%;
  }
}

.enable_industry h2 {
  text-shadow: #f33a51 5px 0px 0px, #f33a51 4.90033px 0.993347px 0px, #f33a51 4.60531px 1.94709px 0px, #f33a51 4.12668px 2.82321px 0px, #f33a51 3.48353px 3.58678px 0px, #f33a51 2.70151px 4.20736px 0px, #f33a51 1.81179px 4.6602px 0px, #f33a51 0.849836px 4.92725px 0px, #f33a51 -0.145998px 4.99787px 0px, #f33a51 -1.13601px 4.86924px 0px, #f33a51 -2.08073px 4.54649px 0px, #f33a51 -2.94251px 4.04248px 0px, #f33a51 -3.68697px 3.37732px 0px, #f33a51 -4.28444px 2.57751px 0px, #f33a51 -4.71111px 1.67494px 0px, #f33a51 -4.94996px 0.7056px 0px, #f33a51 -4.99147px -0.291871px 0px, #f33a51 -4.83399px -1.27771px 0px, #f33a51 -4.48379px -2.2126px 0px, #f33a51 -3.95484px -3.05929px 0px, #f33a51 -3.26822px -3.78401px 0px, #f33a51 -2.4513px -4.35788px 0px, #f33a51 -1.53666px -4.75801px 0px, #f33a51 -0.560763px -4.96845px 0px, #f33a51 0.437495px -4.98082px 0px, #f33a51 1.41831px -4.79462px 0px, #f33a51 2.34258px -4.41727px 0px, #f33a51 3.17346px -3.86382px 0px, #f33a51 3.87783px -3.15633px 0px, #f33a51 4.4276px -2.32301px 0px, #f33a51 4.80085px -1.39708px 0px, #f33a51 4.98271px -0.415447px 0px;
  border-bottom-color: white;
  padding-bottom: 0;
}
@media (max-width: 1050px) {
  .enable_industry h2 {
    text-shadow: none;
  }
}
@media (max-width: 750px) {
  .enable_industry h2 {
    text-shadow: none;
  }
}

.enable_industry p {
  color: #051c2b;
}

.enable_industry .info_box p {
  border-bottom-color: #051c2b !important;
}

@media (max-width: 750px) {
  .enable_industry img {
    margin-top: -20px;
  }
}

@media (max-width: 750px) {
  .enable_industry img + h4 {
    margin-top: 20px;
  }
}

.enable_people {
  position: relative;
  z-index: 211;
  color: black;
  background: white !important;
}

.enable_people .container {
  background: white;
}

.enable_people h2 {
  color: #f33a51;
  border-color: #f33a51;
}

.enable_people h4 {
  color: black;
}

.enable_people p {
  color: black;
}

.intro {
  margin-bottom: 70px;
}

ul#filters {
  width: 100%;
  background: white;
  list-style: none;
  position: relative;
  z-index: 100;
}

ul#filters a, ul#filters a:focus, ul#filters a:active, ul#filters a:hover {
  outline: none;
}

ul#filters > li {
  float: left;
  line-height: 50px;
}

ul#filters > li > ul > li {
  height: 52px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}

ul#filters > li > ul > li:last-child {
  border-bottom: none;
}

.enable_role, .enable_institute {
  position: relative;
  z-index: 130;
}

@media (max-width: 1450px) {
  .enable_role, .enable_institute {
    width: 50%;
  }
}
@media (max-width: 1150px) {
  .enable_role, .enable_institute {
    width: 100%;
  }
}
.enable_institute {
  z-index: 129;
}

.enable_search {
  z-index: 128;
}

@media (max-width: 1450px) {
  .enable_search {
    width: 50%;
    margin-left: 0;
  }
}
@media (max-width: 1150px) {
  .enable_search {
    width: 100%;
    margin-left: 0;
  }
}
.enable_role > span, .enable_institute > span {
  display: block;
  position: relative;
  line-height: 50px;
  height: 50px;
  font-family: "Display", "enablemono", Helvetica, Arial, sans-serif;
  font-weight: bold;
  border-bottom: 2px solid #839097;
}

.enable_role > span:after, .enable_institute > span:after {
  content: "";
  position: absolute;
  top: 16px;
  right: 6px;
  width: 3px;
  height: 10px;
  background: #f33a51;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all ease-in-out 0.15s;
  -moz-transition: all ease-in-out 0.15s;
  -webkit-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s;
}

.enable_role > span:before, .enable_institute > span:before {
  content: "";
  position: absolute;
  top: 16px;
  right: 0px;
  width: 3px;
  height: 10px;
  background: #f33a51;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all ease-in-out 0.15s;
  -moz-transition: all ease-in-out 0.15s;
  -webkit-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s;
}

.enable_role.active > span:after, .enable_institute.active > span:after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.enable_role.active > span:before, .enable_institute.active > span:before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(135deg);
}

.enable_role ul, .enable_institute ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 70px;
  left: 0px;
  background: white;
  width: 90%;
  width: calc(100% - 40px);
  display: none;
  cursor: pointer;
  border-left: 20px white solid;
  border-right: 20px white solid;
  border-bottom: 5px white solid;
}

.enable_role ul.active, .enable_institute ul.active {
  display: block;
}

.enable_role ul a, .enable_institute ul a {
  font-family: "Sans", "enablesans", Helvetica, Arial, sans-serif;
  color: black;
  display: block;
}

.enable_role ul a:hover, .enable_institute ul a:hover {
  opacity: 0.5;
}

.enable_search legend {
  font-family: "Display", "enablemono", Helvetica, Arial, sans-serif;
  font-weight: bold;
  border-bottom: 2px solid #839097;
}

.enable_search ul {
  position: relative;
  background: white;
  list-style: none;
  margin: 0;
  padding: 0;
}

.people-search input {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
  padding: 0;
  width: 100%;
  height: 49px;
  line-height: 50px;
  outline: none;
  border: none !important;
  opacity: 0;
  font-family: "Sans", "enablesans", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}

.people-search input:focus, .people-search input:active, .people-search input.itsactive {
  opacity: 1;
}

.people-search:after {
  content: ".";
  position: absolute;
  z-index: 100;
  top: 10px;
  right: 0;
  font-family: georgia, serif;
  font-weight: bold;
  color: red;
  font-size: 36px;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 1px;
  background: white;
  border: 3px solid #051c2b;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border-bottom-color: transparent !important;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.people-search:before {
  content: "";
  position: absolute;
  z-index: 101;
  top: 33px;
  right: -4px;
  width: 9px;
  height: 3px;
  background: #051c2b;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

ul.people-cards-container {
  list-style: none;
  z-index: 9999;
}

.grid-item {
  float: left;
  position: relative;
  margin: 0px 1% 0px 1%;
  margin-right: 10px;
  margin-left: 10px;
  box-sizing: border-box;
  width: 220px;
  width: calc(100% / 6 - 20px);
  width: calc(100% / 4 - 25px);
  height: 360px;
  height: 500px;
  color: #374353;
  font-size: 13px;
  margin-bottom: 25px;
  cursor: pointer;
  border-bottom: 2px solid #839097;
}
@media (max-width: 1450px) {
  .grid-item {
    width: calc(100% / 5 - 20px);
    width: calc(100% / 4 - 25px);
    height: 430px;
  }
}
@media (max-width: 1200px) {
  .grid-item {
    width: calc(100% / 4 - 20px);
  }
}
@media (max-width: 1050px) {
  .grid-item {
    margin-right: 8px;
    margin-left: 8px;
    width: calc(100% / 3 - 16px);
    height: 340px;
  }
}
@media (max-width: 750px) {
  .grid-item {
    width: calc(100% / 2 - 16px);
    height: 300px;
  }
}
@media (max-width: 500px) {
  .grid-item {
    width: calc(100% / 1 - 16px);
    height: 400px;
  }
}

.grid-item h4 {
  font-family: "Sans", "enablesans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding: 20px 10px 2px 15px;
  font-size: 17px;
  word-spacing: -1.5px;
}
@media (min-width: 1300px) {
  .grid-item h4 {
    font-size: 19px;
  }
}
@media (max-width: 1050px) {
  .grid-item h4 {
    padding: 20px 0px 2px 0px;
  }
}
@media (max-width: 750px) {
  .grid-item h4 {
    font-size: 15px;
  }
}

.grid-item h4 + span {
  font-family: "Display", "enablemono", Helvetica, Arial, sans-serif;
  padding: 0px 10px 10px 15px;
  font-size: 15px;
  color: #f33a51;
  word-spacing: -5px;
}
@media (min-width: 1300px) {
  .grid-item h4 + span {
    font-size: 17px;
  }
}
@media (max-width: 1050px) {
  .grid-item h4 + span {
    padding: 0px 0px 10px 0px;
  }
}
@media (max-width: 750px) {
  .grid-item h4 + span {
    font-size: 14px;
  }
}

.activate_pers + a {
  background: url(../img/email.svg);
  background-position: center center;
  background-size: cover;
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  width: 25px;
  height: 25px;
}
@media (max-width: 750px) {
  .activate_pers + a {
    width: 21px;
    height: 21px;
  }
}

ul.load1 li + li + li + li + li + li + li + li + li + li + li + li + li {
  display: none;
}

ul.load2 li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li {
  display: none;
}

.grid-item .person_img {
  padding-bottom: 100%;
  width: 100%;
  background-position: center top;
  background-size: cover;
}

.person_panel {
  position: fixed !important;
  -webkit-transform: translateZ(0);
  width: 100%;
  height: 100%;
  top: 0px !important;
  left: 0px !important;
  z-index: 9999;
  display: none;
}

.person_panel.active {
  display: block;
}

.scroll_box {
  overflow-y: scroll;
  width: 105%;
  padding-right: 5%;
  height: 100%;
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.scroll_box .container {
  z-index: 100;
  position: relative;
}

.person_panel h2 {
  color: black;
}

.person_im {
  float: left;
  width: 48%;
  width: calc(50% - 30px);
  margin-right: 30px;
  padding-bottom: 62%;
  background-position: center top;
  background-size: cover;
}
@media (max-width: 750px) {
  .person_im {
    width: 65%;
    padding-bottom: 87%;
  }
}

.person_det {
  float: left;
  width: 48%;
  width: 50%;
  background-position: center top;
  background-size: cover;
}
@media (max-width: 750px) {
  .person_det {
    width: 100%;
    margin-top: 20px;
  }
}

.person_panel .col_5, .person_panel .col_7 {
  z-index: 10;
  position: relative;
  padding-top: 50px;
}

.person_panel .col_5:before, .person_panel .col_7:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  height: 2px;
  width: 95%;
  width: calc(100% - 30px);
  background: #839097;
}

.pers_next, .pers_prev, .pers_close {
  width: 50px;
  height: 50px;
  text-indent: -9999px;
}

.person_nav {
  position: absolute;
  z-index: 0;
  height: 50px;
  width: 100%;
  top: 50%;
}

.pers_next:after, .pers_prev:after, .pers_close:after {
  content: "";
  height: 3px;
  width: 40px;
  background: #f33a51;
  position: absolute;
  top: 25px;
  left: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pers_next:before, .pers_prev:before, .pers_close:before {
  content: "";
  height: 3px;
  width: 40px;
  background: #f33a51;
  position: absolute;
  top: 25px;
  left: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pers_next:after, .pers_prev:after {
  width: 25px;
  top: 35px;
}

.pers_next:before, .pers_prev:before {
  width: 25px;
  top: 19px;
}

.pers_next:after {
  right: 15px;
  left: auto;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pers_next:before {
  right: 15px;
  left: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pers_next {
  position: relative;
  float: right;
}

.pers_prev {
  position: relative;
  float: left;
}

.pers_close {
  position: fixed;
  -webkit-transform: translateZ(0);
  top: 40px;
  right: 55px;
  z-index: 12;
}
@media (max-width: 750px) {
  .pers_close {
    right: 20px;
    top: 20px;
  }
}

.person_panel h2 {
  font-family: "Sans", "enablesans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  border: none !important;
  letter-spacing: -1px;
  margin-bottom: 7px;
  line-height: 1;
  font-size: 50px;
  transition: all ease-in-out 0.9s;
  -moz-transition: all ease-in-out 0.9s;
  -webkit-transition: all ease-in-out 0.9s;
  -o-transition: all ease-in-out 0.9s;
}
@media (max-width: 1450px) {
  .person_panel h2 {
    font-size: 45px;
  }
}
@media (max-width: 1050px) {
  .person_panel h2 {
    font-size: 38px;
  }
}
@media (max-width: 750px) {
  .person_panel h2 {
    font-size: 30px;
    margin-top: 40px;
  }
}
.person_panel p:first-of-type {
  font-size: 27px;
  width: 85%;
}
@media (max-width: 1450px) {
  .person_panel p:first-of-type {
    font-size: 24px;
  }
}
@media (max-width: 1050px) {
  .person_panel p:first-of-type {
    font-size: 20px;
    margin-bottom: 17px;
    width: 95%;
  }
}
@media (max-width: 750px) {
  .person_panel p:first-of-type {
    font-size: 18px;
    margin-bottom: 12px;
  }
}

.person_panel p + p, .person_panel ul + p, .person_panel blockquote + p, .person_panel div + p, .person_panel img + p, p:first-of-type.wp-caption-text, p.wp-caption-text,
.person_panel h2 + p, .person_panel h3 + p, .person_panel h4 + p, .person_panel h5 + p {
  font-size: 20px;
}
@media (max-width: 1450px) {
  .person_panel p + p, .person_panel ul + p, .person_panel blockquote + p, .person_panel div + p, .person_panel img + p, p:first-of-type.wp-caption-text, p.wp-caption-text,
.person_panel h2 + p, .person_panel h3 + p, .person_panel h4 + p, .person_panel h5 + p {
    font-size: 18px;
  }
}
@media (max-width: 1050px) {
  .person_panel p + p, .person_panel ul + p, .person_panel blockquote + p, .person_panel div + p, .person_panel img + p, p:first-of-type.wp-caption-text, p.wp-caption-text,
.person_panel h2 + p, .person_panel h3 + p, .person_panel h4 + p, .person_panel h5 + p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 750px) {
  .person_panel p + p, .person_panel ul + p, .person_panel blockquote + p, .person_panel div + p, .person_panel img + p, p:first-of-type.wp-caption-text, p.wp-caption-text,
.person_panel h2 + p, .person_panel h3 + p, .person_panel h4 + p, .person_panel h5 + p {
    font-size: 15px;
    margin-bottom: 12px;
  }
}

p:first-of-type.wp-caption-text, p.wp-caption-text {
  font-weight: bold;
  font-style: normal;
}

.person_panel blockquote {
  font-style: normal;
}

.text_col p {
  width: 85%;
}

.text_col h1, .text_col h2, .text_col h3, .text_col h4, .text_col h5 {
  margin: 0 0 15px 0 !important;
  border: none !important;
  text-indent: 0 !important;
  padding: 0 !important;
  font-family: "Sans", "enablesans", Helvetica, Arial, sans-serif !important;
}

.text_col h1 {
  font-size: 36px;
  color: black;
  margin: 0 0 20px 0 !important;
}
@media (max-width: 750px) {
  .text_col h1 {
    font-size: 30px;
  }
}

.text_col h2 {
  font-size: 32px;
  color: black;
  margin: 0 0 20px 0;
}
@media (max-width: 750px) {
  .text_col h2 {
    font-size: 26px;
  }
}

.text_col h3 {
  font-size: 27px;
  color: black;
  margin: 0 0 20px 0;
}
@media (max-width: 750px) {
  .text_col h3 {
    font-size: 22px;
  }
}

.text_col h4 {
  font-size: 24px;
  color: black;
  margin: 0 0 20px 0;
}
@media (max-width: 750px) {
  .text_col h4 {
    font-size: 18px;
  }
}

.text_col h5 {
  font-size: 20px;
  color: black;
  margin: 0 0 20px 0;
}
@media (max-width: 750px) {
  .text_col h5 {
    font-size: 15px;
  }
}

.person_panel ul, .person_panel ul {
  margin-left: 20px;
  margin-bottom: 25px;
  font-size: 20px;
  color: black;
}
@media (max-width: 1450px) {
  .person_panel ul, .person_panel ul {
    font-size: 18px;
  }
}
@media (max-width: 1050px) {
  .person_panel ul, .person_panel ul {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 750px) {
  .person_panel ul, .person_panel ul {
    font-size: 15px;
    margin-bottom: 12px;
  }
}

.person_panel p a, .person_panel li a {
  font-family: "Sans", "enablesans", Helvetica, Arial, sans-serif;
  color: black;
  border-bottom: 1px solid #ccc;
}

.person_panel p a:hover, .person_panel li a:hover {
  border-bottom: 1px solid #000000;
}

.person_panel .person_det, .person_panel .person_det span {
  font-size: 20px;
  font-weight: bold;
  color: black;
}
@media (max-width: 1450px) {
  .person_panel .person_det, .person_panel .person_det span {
    font-size: 18px;
  }
}
@media (max-width: 1050px) {
  .person_panel .person_det, .person_panel .person_det span {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 750px) {
  .person_panel .person_det, .person_panel .person_det span {
    font-size: 15px;
    margin-bottom: 12px;
  }
}

.person_panel .person_det h5 {
  font-weight: normal;
}
@media (max-width: 1450px) {
  .person_panel .person_det h5 {
    font-size: 18px;
  }
}
@media (max-width: 1050px) {
  .person_panel .person_det h5 {
    font-size: 16px;
  }
}
@media (max-width: 750px) {
  .person_panel .person_det h5 {
    font-size: 15px;
  }
}

.person_panel .person_det .tooltip {
  display: block !important;
}

.person_panel .person_det .tooltip .tooltiptext {
  padding: 10px 5px 10px 5px !important;
}

.person_panel .person_det span {
  display: block;
  border-bottom: 2px solid #839097;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.person_panel small {
  display: block;
  color: #f33a51;
  font-family: "Display", "enablemono", Helvetica, Arial, sans-serif;
  font-size: 22px;
  word-spacing: -5px;
}

.person_twit, .person_linked {
  float: left;
  width: 45px;
  height: 45px;
  background: red;
  margin-right: 15px;
  margin-top: 20px;
  background: url(../img/person-01.svg);
  background-position: center center;
  background-size: cover;
}

.person_linked {
  background-image: url(../img/person-02.svg);
}

.addressdets {
  font-size: 35px;
  float: left;
}
@media (max-width: 1200px) {
  .addressdets {
    font-size: 30px;
  }
}
@media (max-width: 1050px) {
  .addressdets {
    float: left;
    margin-top: -50px;
    margin-bottom: 70px;
  }
}
@media (max-width: 750px) {
  .addressdets {
    font-size: 25px;
  }
}

.single-people {
  background: white;
}

.single-people .person_panel.active {
  position: relative !important;
  margin-top: 50px;
}

.single-people p {
  color: black;
}

.enable_news .news_title h2 {
  border-bottom-color: #f33a51;
  color: #f33a51;
  width: auto;
}

.enable_news p {
  color: black;
}

.news-cards-container {
  position: relative;
  height: auto;
}

.enable_news {
  z-index: 210;
  background: #051c2b !important;
}

.enable_news .activate_pers {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.bring_top {
  z-index: 9999;
}

.enable_news .grid-item {
  display: none;
  width: 25%;
  height: 400px;
  height: 23.5vw;
  max-height: 410px;
  margin: 0;
  background: #f33a51;
  border: 1px #051c2b solid;
  padding: 40px;
  padding: 2.2vw 2.5vw 2.2vw 2.2vw;
  transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
}
@media (min-width: 1650px) {
  .enable_news .grid-item {
    padding: 20px 40px 20px 35px;
  }
}
@media (max-width: 1050px) {
  .enable_news .grid-item {
    width: 50%;
    height: 350px;
    height: 40vw;
  }
}
@media (max-width: 750px) {
  .enable_news .grid-item {
    width: 100%;
    height: 68vw;
    padding: 4.5vw 8vw 4.5vw 4.5vw;
  }
}
@media (max-width: 500px) {
  .enable_news .grid-item {
    height: 85vw;
  }
}

.enable_news .grid-item:hover {
  background: white;
}

.enable_news .grid-item:before, .enable_news .grid-item:after {
  content: "";
  position: absolute;
  right: 1.7vw;
  top: 1.7vw;
  width: 16px;
  height: 2px;
  background: white;
  margin-top: 7px;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
@media (max-width: 750px) {
  .enable_news .grid-item:before, .enable_news .grid-item:after {
    right: 3vw;
    top: 3vw;
  }
}
@media (max-width: 500px) {
  .enable_news .grid-item:before, .enable_news .grid-item:after {
    right: 6vw;
    top: 6vw;
  }
}

.enable_news .grid-item:hover:before, .enable_news .grid-item:hover:after {
  background: #f33a51;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.enable_news .grid-item:after {
  width: 2px;
  height: 16px;
  margin-top: 0;
  margin-right: 7px;
}

.grid-item .news_head {
  margin: 0;
  padding: 0;
  color: white;
  font-size: 1.8vw;
  line-height: 1.2;
  transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
}
@media (min-width: 1650px) {
  .grid-item .news_head {
    font-size: 30px;
  }
}
@media (max-width: 1050px) {
  .grid-item .news_head {
    font-size: 2.6vw;
  }
}
@media (max-width: 750px) {
  .grid-item .news_head {
    font-size: 4.6vw;
  }
}
@media (max-width: 500px) {
  .grid-item .news_head {
    font-size: 6vw;
  }
}

.grid-item:hover .news_head {
  color: #f33a51;
}

.enable_news h2 {
  width: 60%;
}

.person_panel h2 {
  font-family: "Sans", "enablesans", Helvetica, Arial, sans-serif;
}
@media (max-width: 1450px) {
  .person_panel h2 {
    font-size: 50px;
  }
}
@media (max-width: 1050px) {
  .person_panel h2 {
    font-size: 42px;
    width: 95%;
  }
}
@media (max-width: 750px) {
  .person_panel h2 {
    font-size: 30px;
    margin-top: 40px;
  }
}
.news_top {
  position: relative;
}

.news_top:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 20px;
  height: 2px;
  width: 95%;
  width: calc(100% - 30px);
  background: #839097;
}

.enable_news .person_panel .col_5:before, .enable_news .person_panel .col_7:before {
  display: none;
}

@media (max-width: 1050px) {
  .enable_news .person_panel .col_7 {
    padding-top: 0;
  }
}

@media (max-width: 1050px) {
  .news_top h2 {
    margin-top: 0;
  }
}

.enable_news .enable_intro em {
  display: block;
  font-style: normal;
  font-family: "Display", "enablemono", Helvetica, Arial, sans-serif;
  color: #f33a51;
  font-size: 24px;
  margin-bottom: 10px;
}

.news_cat {
  display: block;
  color: black;
  font-size: 1vw;
  font-family: "Display", "enablemono", Helvetica, Arial, sans-serif;
  padding-bottom: 0.7vw;
  padding-top: 0.7vw;
}
@media (max-width: 1050px) {
  .news_cat {
    font-size: 1.7vw;
  }
}
@media (max-width: 750px) {
  .news_cat {
    font-size: 14px;
  }
}

.enable_news .news_date {
  position: absolute;
  left: 2.2vw;
  bottom: 2.2vw;
  color: black;
  padding: 0;
  text-transform: uppercase;
}
@media (max-width: 750px) {
  .enable_news .news_date {
    left: 4.5vw;
    bottom: 4.5vw;
    font-size: 13px;
  }
}

.featured_image {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}

.featured_image img {
  width: 100%;
}

#loadMore {
  position: relative;
  font-family: "Display", "enablemono", Helvetica, Arial, sans-serif;
  font-size: 30px;
  color: white;
  border-bottom: 2px solid white;
  display: inline-block;
  width: 170px;
  left: 50%;
  margin-left: -85px;
  margin-top: 80px;
  text-align: center;
}

.form_holder {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 0px;
  margin-bottom: 100px;
}

.form_holder p {
  border-top: 1px solid black;
  font-family: "Display", "enablemono", Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: black;
  font-weight: bold;
}

.form_holder input, .form_holder textarea {
  width: 100%;
  border: none;
  outline: none;
  padding-left: 0;
  padding-right: 0;
  text-indent: 0;
  font-size: 18px;
  line-height: 1.35;
  font-family: helvetica, arial, sans-serif;
}

.form_holder input[type=submit] {
  width: 100%;
  background-color: #f33a51;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-size: 20px;
  font-family: "Display", "enablemono", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  vertical-align: bottom;
  padding: 28px 0 28px 0px;
  margin-top: 40px;
}

div.wpcf7-validation-errors {
  border: none !important;
  color: #f33a51 !important;
  font-family: helvetica, arial;
  font-size: 16px;
  position: relative;
}

div.wpcf7-mail-sent-ok {
  border: none !important;
  color: green !important;
  font-family: helvetica, arial;
  font-size: 16px;
  position: relative;
}

div.wpcf7-mail-sent-ok:after {
  content: "✓";
  font-weight: bold;
  font-size: 30px;
  color: green;
  position: absolute;
  right: 0;
  top: 0;
}

span.wpcf7-not-valid-tip {
  color: red !important;
  font-family: helvetica, arial;
  font-size: 14.5px;
  font-weight: normal;
  color: #f33a51;
}

div.wpcf7-validation-errors:after {
  content: "×";
  font-weight: bold;
  font-size: 30px;
  color: #f33a51;
  position: absolute;
  right: 0;
  top: 0;
}

div.wpcf7-response-output {
  margin: 0 !important;
  margin-top: 15px !important;
  padding: 0 !important;
}

div.wpcf7 img.ajax-loader {
  display: none !important;
}

.enable_contact {
  position: relative;
  z-index: 210;
  color: black;
  background: white !important;
  overflow: hidden;
}

.enable_contact .container {
  background: white;
  padding-bottom: 0px;
}

.enable_contact h2, .enable_contact h4 {
  color: black;
}

.enable_contact h2 {
  color: #f33a51;
  border-bottom-color: #f33a51;
  margin-top: 80px;
}

.enable_contact p {
  color: black;
}

.addressdets {
  font-size: 35px;
  float: left;
}
@media (max-width: 1200px) {
  .addressdets {
    font-size: 30px;
  }
}
@media (max-width: 1050px) {
  .addressdets {
    float: left;
    margin-top: -50px;
    margin-bottom: 70px;
  }
}
@media (max-width: 750px) {
  .addressdets {
    font-size: 25px;
  }
}

.addressdets img {
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .addressdets img {
    width: 25px;
    height: auto;
  }
}
@media (max-width: 750px) {
  .addressdets img {
    width: 30px;
    height: auto;
    margin-bottom: 50px;
  }
}

.smaller_text {
  font-size: 27px;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .smaller_text {
    font-size: 25px;
  }
}
@media (max-width: 750px) {
  .smaller_text {
    font-size: 20px;
  }
}

.smaller_text .tooltip {
  top: 7px;
}

.enable_contact .usefulcontacts h3 {
  color: white;
  font-weight: normal;
  border-bottom: 1px solid white;
  font-size: 16px;
  margin-left: 30px;
}
@media (max-width: 750px) {
  .enable_contact .usefulcontacts h3 {
    margin-left: 0;
  }
}

.enable_contact .usefulcontacts {
  background: #f33a51;
  color: black;
  font-size: 16px;
  padding: 50px 0 50px 0;
}
@media (max-width: 750px) {
  .enable_contact .usefulcontacts {
    font-size: 14px;
    padding: 50px 0 50px 20px;
  }
}

@media (max-width: 1050px) {
  .enable_contact .usefulcontacts .col_3 {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .enable_contact .usefulcontacts .col_3 {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 1050px) {
  .enable_contact .usefulcontacts .col_3:first-of-type {
    height: 400px;
  }
}
@media (max-width: 750px) {
  .enable_contact .usefulcontacts .col_3:first-of-type {
    height: auto;
  }
}

.enable_contact .col_5 {
  float: right;
  margin-right: 7.8%;
}
@media (max-width: 1050px) {
  .enable_contact .col_5 {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 1050px) {
  .enable_contact .usefulcontacts .col_3 + .col_3 {
    padding-bottom: 0;
  }
}

.enable_contact .usefulcontacts:after {
  content: "";
  position: absolute;
  right: -999px;
  top: 0;
  width: 1000px;
  height: 100%;
  background: #f33a51;
  z-index: 210;
}

.enable_contact .usefulcontacts:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -700px;
  width: 700px;
  height: 50%;
  background: #051c2b;
  z-index: 210;
}

.map_wrap {
  width: 100%;
  height: 700px;
  overflow: hidden;
  position: relative;
}

save {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f33a51+0,f33a51+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(243, 58, 81, 0) 0%, #f33a51 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(243, 58, 81, 0) 0%, #f33a51 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(243, 58, 81, 0) 0%, #f33a51 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00f33a51", endColorstr="#f33a51",GradientType=0 );
  /* IE6-9 */
}

.map_wrap .coords {
  display: block;
  width: 100%;
  z-index: 300;
  position: absolute;
  bottom: 0;
  left: 0;
}

.map_wrap .coords .container {
  background: none;
  font-family: "Display", "enablemono", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: white;
  text-align: right;
  padding: 60px 20px 60px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#map {
  position: relative;
  left: 50%;
  margin-left: -1250px;
  height: 800px;
  width: 2500px;
}

.enable_contact iframe {
  overflow: hidden;
}

.tooltip {
  position: relative !important;
  display: inline-block !important;
}

.tooltip .tooltiptext {
  display: none;
  width: 160px;
  bottom: 120%;
  left: 50%;
  border: none !important;
  margin-left: -80px;
  background-color: #051c2b !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: bold;
  text-align: center;
  padding: 10px 5px 10px 5px !important;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  position: absolute;
  z-index: 1;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 7px;
  border-style: solid;
  border-color: #051c2b transparent transparent transparent;
}

.left_cols {
  margin-bottom: 40px;
  font-size: 1.2em;
  width: 75%;
}

@media (max-width: 1200px) {
  .left_cols {
    width: 85%;
  }
}
@media (max-width: 750px) {
  .left_cols {
    width: 95%;
  }
}
.left_cols > strong:first-of-type {
  color: #051c2b;
  font-size: 14px;
  display: block;
}

.left_cols img {
  max-width: 100%;
  margin-bottom: 20px;
}

.left_cols p {
  font-size: 14px !important;
  width: 100% !important;
}

.mob_nav_inner nav ul li a {
  font-size: 23px;
}

@media (min-width: 1650px) {
  .mob_nav_inner nav ul li a {
    font-size: 24px;
  }
}
@media (max-width: 1450px) {
  .mob_nav_inner nav ul li a {
    font-size: 22px;
  }
}
@media (max-width: 1300px) {
  .mob_nav_inner nav ul li a {
    font-size: 19px;
  }
}
@media (max-width: 750px) {
  .mob_nav_inner nav ul li a {
    font-size: 19px;
  }
}
.left_cols {
  margin-bottom: 40px;
  font-size: 1.2em;
  width: 75%;
}

@media (max-width: 1200px) {
  .left_cols {
    width: 85%;
  }
}
@media (max-width: 750px) {
  .left_cols {
    width: 95%;
  }
}
.left_cols > strong:first-of-type {
  color: #051c2b;
  font-size: 14px;
  display: block;
}

.left_cols img {
  max-width: 100%;
  margin-bottom: 20px;
}

.left_cols p {
  font-size: 14px !important;
  width: 100% !important;
}

.mob_nav_inner nav ul li a {
  font-size: 23px;
}

@media (min-width: 1650px) {
  .mob_nav_inner nav ul li a {
    font-size: 24px;
  }
}
@media (max-width: 1450px) {
  .mob_nav_inner nav ul li a {
    font-size: 22px;
  }
}
@media (max-width: 1300px) {
  .mob_nav_inner nav ul li a {
    font-size: 19px;
  }
}
@media (max-width: 750px) {
  .mob_nav_inner nav ul li a {
    font-size: 19px;
  }
}

/*# sourceMappingURL=styles.css.map */





.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height .5s ease-in-out;-moz-transition:height .5s ease-in-out;-ms-transition:height .5s ease-in-out;-o-transition:height .5s ease-in-out;transition:height .5s ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-controls .owl-dot,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-refresh .owl-item{display:none}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity .4s ease;-moz-transition:opacity .4s ease;-ms-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.owl-carousel .owl-item img{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale .1s ease;-moz-transition:scale .1s ease;-ms-transition:scale .1s ease;-o-transition:scale .1s ease;transition:scale .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity .4s ease;-moz-transition:opacity .4s ease;-ms-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1}.owl-theme .owl-controls{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity .2s ease;-moz-transition:opacity .2s ease;-ms-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}


/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */.lity{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,0.9);outline:none !important;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity.lity-opened{opacity:1}.lity.lity-closed{opacity:0}.lity *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lity-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none !important}.lity-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.lity-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-0.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity-loading .lity-loader{opacity:1}.lity-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none !important}.lity-content{z-index:9993;width:100%;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:-o-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease}.lity-loading .lity-content,.lity-closed .lity-content{-webkit-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.lity-content:after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6)}.lity-close{z-index:9994;width:35px;height:35px;position:fixed;right:0;top:0;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close::-moz-focus-inner{border:0;padding:0}.lity-close:hover,.lity-close:focus,.lity-close:active,.lity-close:visited{text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close:active{top:1px}.lity-image img{max-width:100%;display:block;line-height:0;border:0}.lity-iframe .lity-container,.lity-youtube .lity-container,.lity-vimeo .lity-container,.lity-facebookvideo .lity-container,.lity-googlemaps .lity-container{width:100%;max-width:964px}.lity-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}.lity-hide{display:none}











 .scroll_box {
	width: 100% !important;
	}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
	}

.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
.news_block {
	position: fixed; 
	z-index: 204; 
	bottom: 0; 
	right: 0;
	opacity: 1;
	margin-bottom: 0;
	transform: translate3d(0);
	transition: margin 0.5s ease-in-out, opacity 0.3s ease-in-out;
	}
.news_block.on {
	opacity: 0;
	margin-bottom: -10px;
	}

@media (max-width: 768px) {
	.news_block {  
	    right: auto;
	    left: 50%;
		width: 1000px;
		margin-left: -350px;    
	}	
}

@media (max-width: 768px) {
	.news_block {  
	    width: 820px;
	    margin-left: -225px;
	}	
}
@media (max-width: 768px) {
	.news_block {  
	    width: 600px;
	    background-color: rgba(65, 70, 79, 0.95);
	}	
}
@media (max-width:500px) {
	.news_block {  
	    width: 490px;
	    margin-left: -170px;
	}	
}

.news_inner {
	position: relative;
	background: red
}

.newsslider {
	position: relative;
    left: 0;
    top: 0;
    width: 290px;
    min-height: 450px;
    background-color: rgba(65, 70, 79, 0.95);
    margin-bottom: 160px;
	}
@media (max-height:900px) {
	.newsslider {  
	    margin-bottom: 145px;
	}	
}	
@media (max-width: 1300px) {
	.newsslider {
	    margin-bottom: 145px;
	}		
}
@media (max-width: 1050px) {
	.newsslider {
	    margin-bottom: 110px;
	}	
}
@media (max-width: 1000px) {
	.newsslider {
	    width: 650px;
	    height: 125px;
	    top: 0;
	    left: 0;
	    margin-bottom: 110px;  
	}	
}
@media (max-width: 768px) {
	.newsslider {  
	    width: 495px;
	    background: transparent;
	}	
}
@media (max-width: 560px) {
	.newsslider {  
	    width: 470px;
	    background-color: transparent;
	}	
}
@media (max-width: 500px) {
	.newsslider {  
	    width: 360px;
	    background-color: transparent;
	}	
}




.newsslider_item {
	height: 430px;
	}

a.owl-featimage {
	position: relative;
	display: block;
	width: 254px;
	height: 160px;
	background-size: cover;
	background-position: center center;
	margin: 20px 18px 0 18px;
	transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	background: rgba(255,255,255,0.2);
	}
a.owl-featimage.popup:after {
	content: '';
	position: absolute;
	margin: -30px 0 0 -30px;
	width: 60px;
	height: 60px;
	top: 50%;
	left: 50%;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 60' style='enable-background:new 0 0 60 60;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M60,30c0,8.3-3.4,15.8-8.8,21.2C45.8,56.6,38.3,60,30,60c-8.3,0-15.8-3.4-21.2-8.8C3.4,45.8,0,38.3,0,30 c0-8.3,3.4-15.8,8.8-21.2C14.2,3.4,21.7,0,30,0c8.3,0,15.8,3.4,21.2,8.8C56.6,14.2,60,21.7,60,30h-0.7h-0.7c0-7.9-3.2-15.1-8.4-20.3 C45.1,4.6,37.9,1.3,30,1.3c-7.9,0-15.1,3.2-20.3,8.4C4.6,14.9,1.3,22.1,1.3,30c0,7.9,3.2,15.1,8.4,20.3c5.2,5.2,12.3,8.4,20.3,8.4 c7.9,0,15.1-3.2,20.3-8.4c5.2-5.2,8.4-12.3,8.4-20.3h0.7H60z M23.6,40.6l9.2-5.3L42,30l-9.2-5.3l-9.2-5.3V30V40.6z'/%3E%3C/svg%3E%0A");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	}
.thelabel {
	opacity: 0;
	position: absolute;
	left: -9999;
	}
.owl-theme .owl-controls {
	text-align: right !important;
	}
.owl-theme .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin: 5px 4px !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    background: #6f7784 !important;
    }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: white !important;
	}
.slider_container {
	background: transparent;
	height: 100%;
	width: 100%;
	position: relative;
	transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	}
.slider_container h3 {
	font-size: 17px;
	line-height: 18px;
	margin: 19px 18px 0 18px;	
	font-weight: bold;
	max-height: 37px;
	overflow: hidden;
	transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	color: white;
	border: none !important;
	}
.slider_container:hover a.owl-featimage {
	opacity: 0.8;
	}
.slider_container:hover h3 {
	color: #6f7784;
	}
a.newsslider_link {
	font-weight: bold;
	position: absolute;
	left: 18px;
	bottom: 16px;
	text-decoration: none;
	font-size: 16px;
	color: #f33a51;
	z-index: 9999;
	}
.slider_container a {
	text-decoration: none;
	}
.slider_container p {
	font-size: 14px;
	line-height: 17px;
	font-weight: 300;
	margin-left: 18px;
	margin-right: 25px;
	}
.owl-theme .owl-controls {
	position: absolute;
	bottom: 0;
	right: 15px;
	width: 140px;
	height: 35px;
	}
.owl-theme .owl-controls .owl-nav {
	display: none;
	}





@media (max-width: 1000px) {
	a.owl-featimage {
		float: right;
		margin: 15px;
		margin-top: 15px;
	    width: 110px;
		height: 75px;
		margin: 18px 23px 0 0;
		}	
	a.owl-featimage.popup:after {
		margin: -20px 0 0 -20px;
		width: 40px;
		height: 40px;
		}
	.slider_container h3 {
		font-size: 16px;
		margin-top: 16px;
		width: 50%;
		}
	.newsslider {
		min-height: 170px;
		}
	.newsslider_item {
		height: 157px;
		}
	.owl-theme .owl-controls {
	    height: 22px;
		}
	}

	
@media (max-width: 768px) {
	.slider_container p {  
	    font-size: 12px;
	    width: 283px;
	}	
	.owl-theme .owl-controls {
		bottom: 0px;
		}	

	}	

@media (max-width: 500px) {

	a.owl-featimage {
	    width: 90px;
		height: 65px;
		margin: 15px 23px 0 0;
		}	
	a.owl-featimage.popup:after {
		margin: -20px 0 0 -20px;
		width: 40px;
		height: 40px;
		}
	.slider_container p {
	    width: 215px;
	    line-height: 1.3;
	    font-size: 11px;
		}
	.slider_container h3 {
		font-size: 14px;
	    padding-bottom: 0;
		margin-bottom: -2px;
		}
	a.newsslider_link {
		font-size: 14px;
		}
	.intro_heading {
	    top: 24vh;
	    font-size: 24px;
	    word-spacing: -0.3em;
		}
	.owl-theme .owl-controls {
	    right: 21px;
	    height: 22px;
	}
}

 