/*
Theme Name: Gnomon
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/
html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

.navigation-single:after, .post-password-form p:after, .search-form:after, .widget:after, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.item-anchor {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.publ-reports-carousel .owl-dots .owl-dot, .twitter-carousel .owl-dots .owl-dot, .roles-carousel .owl-dots .owl-dot {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#footer-bottom ul li a, .content .editor-content .btn, a:not([href]):not([tabindex]),
.btn,
#mc_embed_signup input[type=submit],
.gform_button[type=submit],
input[type=submit], .gform_wrapper input[type=submit],
.gform_wrapper .gform_button[type=submit],
.content form input[type=submit],
.content form .gform_button[type=submit] {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ellipsis {
  white-space: nowrap; /* 1 */
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}

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

#content {
  width: 100%;
}
@media (min-width: 768px) {
  #content {
    float: left;
    width: 65%;
  }
  #content:only-child {
    float: none;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  #content {
    width: 70%;
  }
}

#sidebar {
  width: 100%;
}
@media (min-width: 768px) {
  #sidebar {
    float: right;
    width: 25%;
  }
}
#sidebar #wp-calendar {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
}
#sidebar #wp-calendar a {
  color: #F264A6;
}
#sidebar #wp-calendar td,
#sidebar #wp-calendar th {
  border: 1px solid #8c8c8c;
  text-align: center;
  padding: 0.3em;
}

.comment-form input[type=text], .search-form input[type=text], .post-password-form input[type=text],
.comment-form input[type=tel],
.search-form input[type=tel],
.post-password-form input[type=tel],
.comment-form input[type=email],
.search-form input[type=email],
.post-password-form input[type=email],
.comment-form input[type=search],
.search-form input[type=search],
.post-password-form input[type=search],
.comment-form input[type=password],
.search-form input[type=password],
.post-password-form input[type=password],
.comment-form input[type=url],
.search-form input[type=url],
.post-password-form input[type=url],
.comment-form input[type=date],
.search-form input[type=date],
.post-password-form input[type=date],
.comment-form textarea,
.search-form textarea,
.post-password-form textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #999;
  padding: 0.5em 0.7em;
}
.comment-form input[type=text]:focus, .search-form input[type=text]:focus, .post-password-form input[type=text]:focus,
.comment-form input[type=tel]:focus,
.search-form input[type=tel]:focus,
.post-password-form input[type=tel]:focus,
.comment-form input[type=email]:focus,
.search-form input[type=email]:focus,
.post-password-form input[type=email]:focus,
.comment-form input[type=search]:focus,
.search-form input[type=search]:focus,
.post-password-form input[type=search]:focus,
.comment-form input[type=password]:focus,
.search-form input[type=password]:focus,
.post-password-form input[type=password]:focus,
.comment-form input[type=url]:focus,
.search-form input[type=url]:focus,
.post-password-form input[type=url]:focus,
.comment-form input[type=date]:focus,
.search-form input[type=date]:focus,
.post-password-form input[type=date]:focus,
.comment-form textarea:focus,
.search-form textarea:focus,
.post-password-form textarea:focus {
  border-color: #333;
  outline: none;
}
.comment-form input[type=text]::-webkit-input-placeholder, .search-form input[type=text]::-webkit-input-placeholder, .post-password-form input[type=text]::-webkit-input-placeholder,
.comment-form input[type=tel]::-webkit-input-placeholder,
.search-form input[type=tel]::-webkit-input-placeholder,
.post-password-form input[type=tel]::-webkit-input-placeholder,
.comment-form input[type=email]::-webkit-input-placeholder,
.search-form input[type=email]::-webkit-input-placeholder,
.post-password-form input[type=email]::-webkit-input-placeholder,
.comment-form input[type=search]::-webkit-input-placeholder,
.search-form input[type=search]::-webkit-input-placeholder,
.post-password-form input[type=search]::-webkit-input-placeholder,
.comment-form input[type=password]::-webkit-input-placeholder,
.search-form input[type=password]::-webkit-input-placeholder,
.post-password-form input[type=password]::-webkit-input-placeholder,
.comment-form input[type=url]::-webkit-input-placeholder,
.search-form input[type=url]::-webkit-input-placeholder,
.post-password-form input[type=url]::-webkit-input-placeholder,
.comment-form input[type=date]::-webkit-input-placeholder,
.search-form input[type=date]::-webkit-input-placeholder,
.post-password-form input[type=date]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder,
.search-form textarea::-webkit-input-placeholder,
.post-password-form textarea::-webkit-input-placeholder {
  color: #ccc;
}
.comment-form input[type=text]::-moz-placeholder, .search-form input[type=text]::-moz-placeholder, .post-password-form input[type=text]::-moz-placeholder,
.comment-form input[type=tel]::-moz-placeholder,
.search-form input[type=tel]::-moz-placeholder,
.post-password-form input[type=tel]::-moz-placeholder,
.comment-form input[type=email]::-moz-placeholder,
.search-form input[type=email]::-moz-placeholder,
.post-password-form input[type=email]::-moz-placeholder,
.comment-form input[type=search]::-moz-placeholder,
.search-form input[type=search]::-moz-placeholder,
.post-password-form input[type=search]::-moz-placeholder,
.comment-form input[type=password]::-moz-placeholder,
.search-form input[type=password]::-moz-placeholder,
.post-password-form input[type=password]::-moz-placeholder,
.comment-form input[type=url]::-moz-placeholder,
.search-form input[type=url]::-moz-placeholder,
.post-password-form input[type=url]::-moz-placeholder,
.comment-form input[type=date]::-moz-placeholder,
.search-form input[type=date]::-moz-placeholder,
.post-password-form input[type=date]::-moz-placeholder,
.comment-form textarea::-moz-placeholder,
.search-form textarea::-moz-placeholder,
.post-password-form textarea::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}
.comment-form input[type=text]:-moz-placeholder, .search-form input[type=text]:-moz-placeholder, .post-password-form input[type=text]:-moz-placeholder,
.comment-form input[type=tel]:-moz-placeholder,
.search-form input[type=tel]:-moz-placeholder,
.post-password-form input[type=tel]:-moz-placeholder,
.comment-form input[type=email]:-moz-placeholder,
.search-form input[type=email]:-moz-placeholder,
.post-password-form input[type=email]:-moz-placeholder,
.comment-form input[type=search]:-moz-placeholder,
.search-form input[type=search]:-moz-placeholder,
.post-password-form input[type=search]:-moz-placeholder,
.comment-form input[type=password]:-moz-placeholder,
.search-form input[type=password]:-moz-placeholder,
.post-password-form input[type=password]:-moz-placeholder,
.comment-form input[type=url]:-moz-placeholder,
.search-form input[type=url]:-moz-placeholder,
.post-password-form input[type=url]:-moz-placeholder,
.comment-form input[type=date]:-moz-placeholder,
.search-form input[type=date]:-moz-placeholder,
.post-password-form input[type=date]:-moz-placeholder,
.comment-form textarea:-moz-placeholder,
.search-form textarea:-moz-placeholder,
.post-password-form textarea:-moz-placeholder {
  color: #ccc;
}
.comment-form input[type=text]:-ms-input-placeholder, .search-form input[type=text]:-ms-input-placeholder, .post-password-form input[type=text]:-ms-input-placeholder,
.comment-form input[type=tel]:-ms-input-placeholder,
.search-form input[type=tel]:-ms-input-placeholder,
.post-password-form input[type=tel]:-ms-input-placeholder,
.comment-form input[type=email]:-ms-input-placeholder,
.search-form input[type=email]:-ms-input-placeholder,
.post-password-form input[type=email]:-ms-input-placeholder,
.comment-form input[type=search]:-ms-input-placeholder,
.search-form input[type=search]:-ms-input-placeholder,
.post-password-form input[type=search]:-ms-input-placeholder,
.comment-form input[type=password]:-ms-input-placeholder,
.search-form input[type=password]:-ms-input-placeholder,
.post-password-form input[type=password]:-ms-input-placeholder,
.comment-form input[type=url]:-ms-input-placeholder,
.search-form input[type=url]:-ms-input-placeholder,
.post-password-form input[type=url]:-ms-input-placeholder,
.comment-form input[type=date]:-ms-input-placeholder,
.search-form input[type=date]:-ms-input-placeholder,
.post-password-form input[type=date]:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder,
.search-form textarea:-ms-input-placeholder,
.post-password-form textarea:-ms-input-placeholder {
  color: #ccc;
}
.comment-form input[type=text].placeholder, .search-form input[type=text].placeholder, .post-password-form input[type=text].placeholder,
.comment-form input[type=tel].placeholder,
.search-form input[type=tel].placeholder,
.post-password-form input[type=tel].placeholder,
.comment-form input[type=email].placeholder,
.search-form input[type=email].placeholder,
.post-password-form input[type=email].placeholder,
.comment-form input[type=search].placeholder,
.search-form input[type=search].placeholder,
.post-password-form input[type=search].placeholder,
.comment-form input[type=password].placeholder,
.search-form input[type=password].placeholder,
.post-password-form input[type=password].placeholder,
.comment-form input[type=url].placeholder,
.search-form input[type=url].placeholder,
.post-password-form input[type=url].placeholder,
.comment-form input[type=date].placeholder,
.search-form input[type=date].placeholder,
.post-password-form input[type=date].placeholder,
.comment-form textarea.placeholder,
.search-form textarea.placeholder,
.post-password-form textarea.placeholder {
  color: #ccc;
}

.widget {
  margin-bottom: 1.2em;
}
.widget ul {
  padding-left: 2em;
}
.widget ul li a {
  color: #F264A6;
}
.widget select {
  min-width: 150px;
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}
.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}
.comment-form textarea,
.comment-form input[type=text] {
  margin: 0 4px 0 0;
  width: 300px;
}
.comment-form input[type=submit] {
  display: block;
  float: none;
}

.post-password-form label {
  display: block;
}
.post-password-form input[type=password] {
  margin: 0 4px 0 0;
  width: 300px;
}

.search-form input {
  float: left;
  height: 2em;
}
.search-form input[type=search] {
  margin: 0 4px 0 0;
  width: 150px;
}

.post-password-form input {
  float: left;
  height: 2em;
}
.post-password-form input[type=password] {
  width: 150px;
}

.comment-form input[type=submit],
.post-password-form input[type=submit],
.search-form input[type=submit] {
  background: #333;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 0.5em;
  outline: none;
  background-color: #F264A6;
}
.comment-form input[type=submit]:hover,
.post-password-form input[type=submit]:hover,
.search-form input[type=submit]:hover {
  opacity: 0.8;
}

.commentlist {
  margin: 0 0 1.2em;
}
.commentlist .edit-link {
  margin: 0;
}
.commentlist .edit-link a {
  color: #F264A6;
}
.commentlist .avatar-holder {
  float: left;
  margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}
@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.2em;
}

.widget_calendar #next {
  text-align: right;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.2em;
}
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}
.navigation .page-numbers,
.navigation-comments .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.4em;
}
@media (max-width: 767px) {
  .navigation .page-numbers,
.navigation-comments .page-numbers {
    padding: 0;
  }
}
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  display: inline-block;
  vertical-align: middle;
  max-width: 50%;
  background: #F264A6;
  color: #fff;
  padding: 0.4em;
  text-decoration: none;
}
@media (max-width: 767px) {
  .navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
    padding: 0.2em;
  }
}

.navigation-single {
  margin-bottom: 1.2em;
}
.navigation-single .next,
.navigation-single .prev {
  float: left;
  vertical-align: middle;
  max-width: 50%;
  background: #F264A6;
  color: #fff;
  text-decoration: none;
}
.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: 0.4em;
  display: block;
}
@media (max-width: 767px) {
  .navigation-single .next a,
.navigation-single .prev a {
    padding: 0.2em;
  }
}
.navigation-single .next {
  float: right;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #ccc;
  padding: 0.4em;
  margin-bottom: 1.2em;
}
.wp-caption img {
  margin: 0;
  vertical-align: top;
}
.wp-caption p {
  margin: 0.4em 0 0;
}

div.aligncenter {
  margin: 0 auto 1.2em;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1.2em;
}

.mejs-container {
  margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

blockquote {
  color: #FFC20F;
}
blockquote cite {
  color: #000;
}

table {
  margin: 0 0 20px;
}
table td,
table th {
  border: 1px solid #8c8c8c;
  text-align: center;
  padding: 0.3em;
}
table a {
  color: #F264A6;
}

.url {
  color: #F264A6;
}

.comment-reply-link {
  color: #F264A6;
}

.tagcloud a {
  color: #F264A6;
}

.edit_content {
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9999;
}
.edit_content a {
  color: #00adf2;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

.container,
.container-fluid {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1023px) {
  .container,
.container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .container,
.container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}

main.main {
  overflow: hidden;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .row {
    width: 100%;
  }
}
.item-anchor {
  z-index: 999;
  text-indent: -5000em;
}

main.main span {
  display: block;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #808080;
  font-size: 0.875rem;
  background: #0B283D;
  margin: 0;
}
@media (max-width: 767px) {
  body {
    margin: 0 !important;
  }
}

@media (max-width: 1023px) {
  .scroll-el {
    margin-left: 0 !important;
  }
}

@media (max-width: 1023px) {
  .intro.scroll-el {
    margin-left: 50px !important;
  }
}
@media (max-width: 767px) {
  .intro.scroll-el {
    margin-left: 0 !important;
  }
}

.menu-lg {
  position: relative;
}

#nav-holder {
  position: relative;
  /*
  height:78px;
  	position: fixed !important;
     left: 0;
     top: 0;
     */
  padding: 3.125rem 0;
  z-index: 998;
  width: 100%;
  opacity: 0.97;
}
@media (max-width: 767px) {
  #nav-holder {
    padding: 0 0 1.875rem 0;
  }
}

.menu-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.menu-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.menu-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.dropdown-menu {
  margin: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  padding: 1rem 1rem;
  z-index: 99999999;
}
@media (max-width: 767px) {
  .navbar {
    padding: 30px 0 0;
  }
}

@media (max-width: 767px) {
  .navbar .navbar-nav {
    padding-top: 1.25rem;
  }
}
.navbar li {
  color: #808080;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.87px;
  line-height: 16px;
  text-align: right;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .navbar li {
    text-align: center;
  }
}

.navbar-light .navbar-nav .nav-link {
  color: #808080;
  font-weight: 500;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #FFC20F;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

.navbar-brand {
  font-size: 1.75rem;
  font-family: "Montserrat", sans-serif;
}

.navbar-light .navbar-brand {
  color: rgb(45, 44, 53);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #FFC20F;
}

.navbar-collapse.collapse.show {
  overflow: hidden;
  max-height: 450px !important;
  overflow-y: auto;
}

.contact-nav-link-wrap .contact-nav-link {
  color: #FFAE35;
  font-size: 0.6875rem;
  line-height: 0.875rem;
  font-weight: bold;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  -webkit-transform: rotate(-270deg);
      -ms-transform: rotate(-270deg);
          transform: rotate(-270deg);
  position: absolute;
  right: -40px;
  top: -10px;
}
@media (max-width: 767px) {
  .contact-nav-link-wrap .contact-nav-link {
    right: -45px;
    top: 0;
  }
}
.contact-nav-link-wrap .contact-nav-link:after {
  width: 0;
  height: 2px;
  top: 17px;
  left: 0px;
  position: absolute;
  display: block;
  display: block;
  background: #FFAE35;
  content: "";
  -webkit-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
  z-index: 0;
  opacity: 0;
}
.contact-nav-link-wrap .contact-nav-link:hover {
  color: #FFAE35;
}
.contact-nav-link-wrap .contact-nav-link:hover:after {
  width: 100%;
  opacity: 1;
}

.dropdown {
  display: block;
}

.navbar-toggler {
  border: none;
}
.navbar-toggler:hover, .navbar-toggler:focus, .navbar-toggler:active {
  border: none;
  outline: 0;
}

main.main.single #about {
  padding: 3.75rem 0 3.125rem 0;
}
@media screen and (min-height: 840px) {
  main.main.single #about {
    padding: 6.25rem 0 3.125rem 0;
  }
}
main.main.single h1 {
  font-size: 5rem;
  line-height: 4.375rem;
  letter-spacing: -2.44px;
  margin-bottom: 70px;
}
main.main.single section .column {
  padding-left: 0;
}
main.main.single section#about .title-wrap {
  text-align: center;
}

img.shadow,
.title-wrap,
.scroll-el,
.horizontal-scroll-left,
.horizontal-scroll-left2,
.horizontal-scroll-left3 {
  -webkit-transition: all 0.05s ease;
  -o-transition: all 0.05s ease;
  transition: all 0.05s ease;
}
@media (max-width: 767px) {
  img.shadow,
.title-wrap,
.scroll-el,
.horizontal-scroll-left,
.horizontal-scroll-left2,
.horizontal-scroll-left3 {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}

.gform_wrapper,
.content form {
  background: none;
  padding: 0 0 30px;
  max-width: 820px !important;
  margin: 0 auto;
  /*
  select {
     -webkit-appearance: button;
     -webkit-padding-end: 20px;
     -webkit-padding-start: 2px;
     -webkit-user-select: none;
     -moz-appearance: none;
     background-image: url(../img/svg/select-blue-arrow.svg);
     background-position: 93% center;
     background-repeat: no-repeat;
     font-size: inherit;
     overflow: hidden;
  }
  */
}
@media (max-width: 767px) {
  .gform_wrapper,
.content form {
    padding: 0 30px 0 5px;
    width: 100%;
  }
  .gform_wrapper .ginput_container span:not(.ginput_price),
.content form .ginput_container span:not(.ginput_price) {
    margin-bottom: 0;
  }
}
.gform_wrapper .gfield,
.content form .gfield {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .gform_wrapper .gfield,
.content form .gfield {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gform_wrapper .gfield.full-width,
.content form .gfield.full-width {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.gform_wrapper ul,
.content form ul {
  margin: 0;
  padding: 0;
}
.gform_wrapper ul li,
.content form ul li {
  margin: 0 0 14px 0;
  padding: 0 10px 0 10px;
  text-indent: 0;
}
@media (max-width: 767px) {
  .gform_wrapper ul li,
.content form ul li {
    margin: 0 0 10px 0;
    padding: 0 0 0 15px;
  }
  .gform_wrapper ul li.gfield,
.content form ul li.gfield {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.gform_wrapper ul li:after,
.content form ul li:after {
  display: none !important;
}
.gform_wrapper ul li span,
.content form ul li span {
  padding-top: 0 !important;
}
.gform_wrapper .gfield_required,
.content form .gfield_required {
  display: inline !important;
}
.gform_wrapper input,
.gform_wrapper select,
.gform_wrapper textarea,
.content form input,
.content form select,
.content form textarea {
  background: #0B283D;
  font-size: 10px !important;
  line-height: 13px !important;
  text-transform: none;
  color: #fff;
  padding: 23px 20px 21px 24px !important;
  border: 1px solid #D7DEDF;
  font-weight: 500;
  letter-spacing: 2.08px !important;
  outline: 0;
  border-radius: 0;
  width: 100% !important;
  -webkit-appearance: none;
}
.gform_wrapper input:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus,
.content form input:focus,
.content form select:focus,
.content form textarea:focus {
  border: 1px solid #FFAE35;
}
.gform_wrapper textarea,
.content form textarea {
  min-height: 194px;
}
.gform_wrapper select,
.content form select {
  border-radius: 0;
  padding: 5px 25px 5px 15px;
  height: 60px;
  -webkit-appearance: none;
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  -moz-appearance: none;
  background-image: url(../img/green-arrow-down.svg);
  background-position: 93% center;
  background-repeat: no-repeat;
  outline: none;
  text-transform: uppercase;
}
.gform_wrapper input[type=radio],
.content form input[type=radio] {
  -webkit-appearance: radio;
}
.gform_wrapper .gform_footer,
.content form .gform_footer {
  margin: 20px 0 0 0;
  padding: 3px 0 10px !important;
}
@media (min-width: 576px) {
  .gform_wrapper .gform_footer,
.content form .gform_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 575px) {
  .gform_wrapper .gform_footer,
.content form .gform_footer {
    text-align: center;
  }
}
.gform_wrapper input[type=submit],
.gform_wrapper .gform_button[type=submit],
.content form input[type=submit],
.content form .gform_button[type=submit] {
  background: #FFAE35;
  color: #0B283D;
  height: auto;
  min-height: 62px;
  min-width: 50px;
  padding: 16px 40px 16px !important;
  font-size: 12px !important;
  font-weight: 500;
  min-width: 176px;
  letter-spacing: 2px !important;
  line-height: 15px;
  z-index: 500;
  border: solid 2px #FFAE35;
  width: auto !important;
  margin-right: 0 !important;
  border-radius: 0;
  /*
  background: $blue;
  border: none;
  color: $white;
  font-size: 0.875rem;
  line-height: 28px!important;
  font-style: normal!important;
  padding: 16px 40px 16px 40px!important;
  width: auto!important;
  text-transform: uppercase!important;	
  margin: 0!important;
  min-width: 240px;

  @include media('<phone') {
  	margin-right: auto!important;
  	margin-left: auto;				
  }

  */
}
.gform_wrapper input[type=submit]:hover, .gform_wrapper input[type=submit]:active, .gform_wrapper input[type=submit]:focus,
.gform_wrapper .gform_button[type=submit]:hover,
.gform_wrapper .gform_button[type=submit]:active,
.gform_wrapper .gform_button[type=submit]:focus,
.content form input[type=submit]:hover,
.content form input[type=submit]:active,
.content form input[type=submit]:focus,
.content form .gform_button[type=submit]:hover,
.content form .gform_button[type=submit]:active,
.content form .gform_button[type=submit]:focus {
  background: #f0930a;
  border: solid 2px #f0930a;
}
.gform_wrapper input[type=submit].btn-outline-white:focus, .gform_wrapper input[type=submit]:hover, .gform_wrapper input[type=submit]:focus, .gform_wrapper input[type=submit]:active,
.gform_wrapper .gform_button[type=submit].btn-outline-white:focus,
.gform_wrapper .gform_button[type=submit]:hover,
.gform_wrapper .gform_button[type=submit]:focus,
.gform_wrapper .gform_button[type=submit]:active,
.content form input[type=submit].btn-outline-white:focus,
.content form input[type=submit]:hover,
.content form input[type=submit]:focus,
.content form input[type=submit]:active,
.content form .gform_button[type=submit].btn-outline-white:focus,
.content form .gform_button[type=submit]:hover,
.content form .gform_button[type=submit]:focus,
.content form .gform_button[type=submit]:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.content form .field_sublabel_below .ginput_complex.ginput_container label {
  display: none;
}
.gform_wrapper .gform_fields,
.content form .gform_fields {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px !important;
  margin-left: -15px !important;
}
@media (max-width: 767px) {
  .gform_wrapper .gform_fields li.gfield,
.content form .gform_fields li.gfield {
    padding-right: 0;
  }
}
.gform_wrapper .gform_fields label,
.content form .gform_fields label {
  display: none !important;
}
.gform_wrapper .gform_fields .ginput_container_checkbox label,
.content form .gform_fields .ginput_container_checkbox label {
  display: block;
}
.gform_wrapper .gform_fields textarea,
.content form .gform_fields textarea {
  height: 160px;
  resize: none;
}
.gform_wrapper #field_13_9,
.content form #field_13_9 {
  width: 100%;
}
.gform_wrapper #field_13_10,
.content form #field_13_10 {
  width: 100%;
  max-width: 100%;
  text-align: right;
  margin: 20px 0 0 0;
  padding: 0;
}
.gform_wrapper a,
.content form a {
  color: #D7DEDF;
}
.gform_wrapper .ginput_container_consent,
.content form .ginput_container_consent {
  width: 100%;
  margin: 20px 0 50px 0;
  position: relative;
  text-align: left;
}
.gform_wrapper .ginput_container_consent label,
.content form .ginput_container_consent label {
  cursor: pointer;
  width: 100%;
  min-height: 36px;
  padding-right: 0;
  padding-left: 56px;
  padding-top: 4px;
  max-width: 100%;
  display: block !important;
  color: #D7DEDF;
  font-size: 14px;
}
@media (max-width: 767px) {
  .gform_wrapper .ginput_container_consent label,
.content form .ginput_container_consent label {
    min-height: 52px;
  }
}
.gform_wrapper .ginput_container_consent label:before,
.content form .ginput_container_consent label:before {
  content: "";
  background-color: #fff;
  border: 1px solid #D7DEDF;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  display: block;
}
@media (max-width: 767px) {
  .gform_wrapper .ginput_container_consent label:before,
.content form .ginput_container_consent label:before {
    top: 10px;
  }
}
.gform_wrapper .ginput_container_consent label:after,
.content form .ginput_container_consent label:after {
  opacity: 0;
  content: "";
  position: absolute;
  width: 14px;
  height: 8px;
  background: transparent;
  top: 12px;
  left: 11px;
  border: 3px solid #4cbcb9;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .gform_wrapper .ginput_container_consent label:after,
.content form .ginput_container_consent label:after {
    top: 22px;
  }
}
.gform_wrapper .ginput_container_consent label:hover::after,
.content form .ginput_container_consent label:hover::after {
  opacity: 0;
}
.gform_wrapper .ginput_container_consent input,
.content form .ginput_container_consent input {
  visibility: hidden;
  display: none;
}
.gform_wrapper .ginput_container_consent input[type=checkbox]:checked + label:after,
.content form .ginput_container_consent input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.gform_wrapper .privacy-policy-html .ginput_container,
.content form .privacy-policy-html .ginput_container {
  max-width: 500px;
  display: block;
  margin: 0 auto;
}
.gform_wrapper .privacy-policy-html .ginput_container a,
.content form .privacy-policy-html .ginput_container a {
  font-weight: 400;
}
.gform_wrapper .ginput_container_checkbox ul,
.content form .ginput_container_checkbox ul {
  width: 100% !important;
}
.gform_wrapper .ginput_container_checkbox ul li,
.content form .ginput_container_checkbox ul li {
  width: 100%;
  margin: 20px 100px 10px 100px;
  position: relative;
  text-align: left;
}
.gform_wrapper .ginput_container_checkbox ul li label,
.content form .ginput_container_checkbox ul li label {
  cursor: pointer;
  width: 100%;
  min-height: 36px;
  padding-right: 0;
  padding-left: 56px;
  padding-top: 4px;
  font-weight: 300 !important;
  max-width: 100%;
  display: block !important;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .gform_wrapper .ginput_container_checkbox ul li label,
.content form .ginput_container_checkbox ul li label {
    font-size: 16px;
    min-height: 26px;
  }
}
.gform_wrapper .ginput_container_checkbox ul li label:before,
.content form .ginput_container_checkbox ul li label:before {
  content: "";
  background-color: #fff;
  border: 1px solid #D7DEDF;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  display: block;
}
@media (max-width: 767px) {
  .gform_wrapper .ginput_container_checkbox ul li label:before,
.content form .ginput_container_checkbox ul li label:before {
    top: 10px;
  }
}
.gform_wrapper .ginput_container_checkbox ul li label:after,
.content form .ginput_container_checkbox ul li label:after {
  opacity: 0;
  content: "";
  position: absolute;
  width: 14px;
  height: 8px;
  background: transparent;
  top: 12px;
  left: 11px;
  border: 3px solid #D7DEDF;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .gform_wrapper .ginput_container_checkbox ul li label:after,
.content form .ginput_container_checkbox ul li label:after {
    top: 22px;
  }
}
.gform_wrapper .ginput_container_checkbox ul li label:hover::after,
.content form .ginput_container_checkbox ul li label:hover::after {
  opacity: 0;
}
.gform_wrapper .ginput_container_checkbox ul li input,
.content form .ginput_container_checkbox ul li input {
  visibility: hidden;
  position: absolute;
  top: 6px;
  left: 0;
  display: none;
}
.gform_wrapper .ginput_container_checkbox ul li input[type=checkbox]:checked + label:after,
.content form .ginput_container_checkbox ul li input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.gform_wrapper .ginput_recaptcha,
.content form .ginput_recaptcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 15px 45px 15px;
}
@media (max-width: 479px) {
  .gform_wrapper .ginput_recaptcha,
.content form .ginput_recaptcha {
    padding: 0 0 45px 15px;
  }
  .gform_wrapper .ginput_recaptcha iframe,
.content form .ginput_recaptcha iframe {
    max-width: 285px;
  }
}
.gform_wrapper .col-100,
.content form .col-100 {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.gform_wrapper .col-100 div,
.content form .col-100 div {
  margin: 0 auto;
}
.gform_wrapper .captcha_wrapper,
.content form .captcha_wrapper {
  margin: 10px auto 0 auto !important;
}
.gform_wrapper .captcha_wrapper .ginput_recaptcha,
.content form .captcha_wrapper .ginput_recaptcha {
  margin: 0 15px 45px 0;
}
@media (max-width: 479px) {
  .gform_wrapper .captcha_wrapper .ginput_recaptcha,
.content form .captcha_wrapper .ginput_recaptcha {
    margin: 0 0 45px 0;
    border-right: solid 1px #D7DEDF;
  }
  .gform_wrapper .captcha_wrapper .ginput_recaptcha > div,
.content form .captcha_wrapper .ginput_recaptcha > div {
    width: 235px !important;
  }
  .gform_wrapper .captcha_wrapper .ginput_recaptcha iframe,
.content form .captcha_wrapper .ginput_recaptcha iframe {
    width: 235px !important;
  }
}
.gform_wrapper.contact-form,
.content form.contact-form {
  position: relative;
  padding: 0;
  max-width: 285px;
}
.gform_wrapper.contact-form select,
.content form.contact-form select {
  border: none;
  padding: 17px 45px 15px 20px !important;
}
.gform_wrapper.contact-form:before,
.content form.contact-form:before {
  content: "";
  background-image: url(../img/contact-line-2.png);
  display: block;
  height: 1px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: none !important;
  border-top: none !important;
  border-bottom: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 8px !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  border: solid 1px #FFC20F !important;
}

.gform_wrapper div.validation_error {
  color: #fff !important;
  border-top: 2px solid #FFC20F !important;
  border-bottom: 2px solid #FFC20F !important;
}
@media (min-width: 1201px) {
  .gform_wrapper div.validation_error {
    padding: 16px 240px 16px 240px !important;
  }
}

.gform_wrapper .validation_message {
  color: #fff !important;
}

.gform_ajax_spinner {
  display: none !important;
}

form input::-webkit-input-placeholder {
  color: #D7DEDF;
  text-transform: uppercase;
}

form input::-moz-placeholder {
  color: #D7DEDF;
  text-transform: uppercase;
}

form input:-moz-placeholder {
  color: #D7DEDF;
  text-transform: uppercase;
}

form input:-ms-input-placeholder {
  color: #D7DEDF;
  text-transform: uppercase;
}

form textarea::-webkit-input-placeholder {
  color: #D7DEDF;
  text-transform: uppercase;
}

form textarea::-moz-placeholder {
  color: #D7DEDF;
  text-transform: uppercase;
}

form textarea:-moz-placeholder {
  color: #D7DEDF;
  text-transform: uppercase;
}

form textarea:-ms-input-placeholder {
  color: #D7DEDF;
  text-transform: uppercase;
}

form select::-webkit-input-placeholder {
  color: #D7DEDF;
  text-transform: uppercase;
}

form select::-moz-placeholder {
  color: #D7DEDF;
  text-transform: uppercase;
}

form select:-moz-placeholder {
  color: #D7DEDF;
  text-transform: uppercase;
}

form select:-ms-input-placeholder {
  color: #D7DEDF;
  text-transform: uppercase;
}

.searchandfilter input::-webkit-input-placeholder {
  color: #D7DEDF;
  text-transform: none;
}

.searchandfilter input::-moz-placeholder {
  color: #D7DEDF;
  text-transform: none;
}

.searchandfilter input:-moz-placeholder {
  color: #D7DEDF;
  text-transform: none;
}

.searchandfilter input:-ms-input-placeholder {
  color: #D7DEDF;
  text-transform: none;
}

#ccc .ccc-notify-button {
  border-radius: 0 !important;
}

a:not([href]):not([tabindex]),
.btn,
#mc_embed_signup input[type=submit],
.gform_button[type=submit],
input[type=submit] {
  position: relative;
  min-width: 190px;
  width: auto;
  padding: 0.875rem 1.875rem;
  background: #FFC20F;
  border: solid 1px #FFC20F;
  color: #D7DEDF;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 20px;
  font-weight: 600;
  outline: 0;
  border-radius: 25px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 40px;
}
a:not([href]):not([tabindex]).no-margin-right,
.btn.no-margin-right,
#mc_embed_signup input[type=submit].no-margin-right,
.gform_button[type=submit].no-margin-right,
input[type=submit].no-margin-right {
  margin-right: 0;
}
@media (max-width: 767px) {
  a:not([href]):not([tabindex]),
.btn,
#mc_embed_signup input[type=submit],
.gform_button[type=submit],
input[type=submit] {
    padding: 24px;
    min-width: 110px;
  }
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):active,
.btn:hover,
.btn:focus,
.btn:active,
#mc_embed_signup input[type=submit]:hover,
#mc_embed_signup input[type=submit]:focus,
#mc_embed_signup input[type=submit]:active,
.gform_button[type=submit]:hover,
.gform_button[type=submit]:focus,
.gform_button[type=submit]:active,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active {
  background: #edb511;
  border: solid 1px #edb511;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  color: #D7DEDF;
}
a:not([href]):not([tabindex]).download,
.btn.download,
#mc_embed_signup input[type=submit].download,
.gform_button[type=submit].download,
input[type=submit].download {
  padding: 0.875rem 3.125rem 0.875rem 1.875rem;
}
a:not([href]):not([tabindex]).download svg,
.btn.download svg,
#mc_embed_signup input[type=submit].download svg,
.gform_button[type=submit].download svg,
input[type=submit].download svg {
  position: absolute;
  right: 20px;
  top: 16px;
}

.btn-wrap {
  margin: 30px 0;
  display: block;
}
.btn-wrap.center {
  text-align: center;
}
.btn-wrap.no-margin-right .btn {
  margin-right: 0;
}

.off-screen,
.off-screen-left,
.off-screen-right,
.off-screen-top,
.off-screen-bottom {
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.off-screen.delay-0-5s,
.off-screen-left.delay-0-5s,
.off-screen-right.delay-0-5s,
.off-screen-top.delay-0-5s,
.off-screen-bottom.delay-0-5s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.off-screen.delay-0-8s,
.off-screen-left.delay-0-8s,
.off-screen-right.delay-0-8s,
.off-screen-top.delay-0-8s,
.off-screen-bottom.delay-0-8s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.off-screen.delay-1s,
.off-screen-left.delay-1s,
.off-screen-right.delay-1s,
.off-screen-top.delay-1s,
.off-screen-bottom.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.off-screen.delay-1-2s,
.off-screen-left.delay-1-2s,
.off-screen-right.delay-1-2s,
.off-screen-top.delay-1-2s,
.off-screen-bottom.delay-1-2s {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.off-screen.delay-1-4s,
.off-screen-left.delay-1-4s,
.off-screen-right.delay-1-4s,
.off-screen-top.delay-1-4s,
.off-screen-bottom.delay-1-4s {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.off-screen.delay-1-5s,
.off-screen-left.delay-1-5s,
.off-screen-right.delay-1-5s,
.off-screen-top.delay-1-5s,
.off-screen-bottom.delay-1-5s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.off-screen.delay-1-7s,
.off-screen-left.delay-1-7s,
.off-screen-right.delay-1-7s,
.off-screen-top.delay-1-7s,
.off-screen-bottom.delay-1-7s {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.off-screen-bottom.on-screen-show {
  -webkit-animation-name: fadeInBottom;
  animation-name: fadeInBottom;
}

.off-screen.on-screen-show {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.off-screen-left.on-screen-show {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.off-screen-right.on-screen-show {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.off-screen-top.on-screen-show {
  -webkit-animation-name: fadeInTop;
  animation-name: fadeInTop;
}

@media (prefers-reduced-motion) {
  .off-screen,
.off-screen-left,
.off-screen-right,
.off-screen-top {
    opacity: 1 !important;
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes fadeInRightDIS {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightDIS {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1s cubic-bezier(0.17, 0.67, 0, 0.99);
    -o-transition: all 1s cubic-bezier(0.17, 0.67, 0, 0.99);
    transition: all 1s cubic-bezier(0.17, 0.67, 0, 0.99);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: opacity 1s cubic-bezier(0.17, 0.67, 0, 0.99) 0.3s, -webkit-transform 1s cubic-bezier(0.17, 0.67, 0, 0.99) 0.3s;
    transition: opacity 1s cubic-bezier(0.17, 0.67, 0, 0.99) 0.3s, -webkit-transform 1s cubic-bezier(0.17, 0.67, 0, 0.99) 0.3s;
    -o-transition: transform 1s cubic-bezier(0.17, 0.67, 0, 0.99) 0.3s, opacity 1s cubic-bezier(0.17, 0.67, 0, 0.99) 0.3s;
    transition: transform 1s cubic-bezier(0.17, 0.67, 0, 0.99) 0.3s, opacity 1s cubic-bezier(0.17, 0.67, 0, 0.99) 0.3s;
    transition: transform 1s cubic-bezier(0.17, 0.67, 0, 0.99) 0.3s, opacity 1s cubic-bezier(0.17, 0.67, 0, 0.99) 0.3s, -webkit-transform 1s cubic-bezier(0.17, 0.67, 0, 0.99) 0.3s;
  }
}
@keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(500px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1s cubic-bezier(0.17, 0.67, 0, 0.99);
    -o-transition: all 1s cubic-bezier(0.17, 0.67, 0, 0.99);
    transition: all 1s cubic-bezier(0.17, 0.67, 0, 0.99);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: opacity 1s cubic-bezier(0.17, 0.67, 0, 0.99) 0.3s, -webkit-transform 1s cubic-bezier(0.17, 0.67, 0, 0.99) 0.3s;
    transition: opacity 1s cubic-bezier(0.17, 0.67, 0, 0.99) 0.3s, -webkit-transform 1s cubic-bezier(0.17, 0.67, 0, 0.99) 0.3s;
    -o-transition: transform 1s cubic-bezier(0.17, 0.67, 0, 0.99) 0.3s, opacity 1s cubic-bezier(0.17, 0.67, 0, 0.99) 0.3s;
    transition: transform 1s cubic-bezier(0.17, 0.67, 0, 0.99) 0.3s, opacity 1s cubic-bezier(0.17, 0.67, 0, 0.99) 0.3s;
    transition: transform 1s cubic-bezier(0.17, 0.67, 0, 0.99) 0.3s, opacity 1s cubic-bezier(0.17, 0.67, 0, 0.99) 0.3s, -webkit-transform 1s cubic-bezier(0.17, 0.67, 0, 0.99) 0.3s;
  }
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

a, button {
  outline: none;
}

.shadow {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  width: 100%;
  height: auto;
  position: absolute;
  display: block;
  z-index: -1;
  transition: all 0.3s ease;
  position: fixed;
  max-width: 2000px;
  max-height: 2800px;
  width: 1640px;
  height: 2000px;
  position: absolute;
  display: block;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  bottom: -400px;
  left: 50%;
  margin-left: -1150px;
}
@media (min-width: 1701px) {
  .shadow {
    width: 1800px;
    height: 2500px;
    top: -800px;
    margin-left: -1400px;
  }
}
@media (max-width: 1023px) {
  .shadow {
    -webkit-transform: rotate(0deg) !important;
        -ms-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
    margin-left: 200px !important;
    margin-top: 0 !important;
  }
}

/*
body.logged-in {

	.shadow {
	    bottom: -310px;
	    left: 50%;
	    margin-left: -520px;
	    transform: rotate(42deg)!important;	
	}    	
}
*/
.content h1, .content .h1, .content h2, .content .h2 {
  /*
  font-size: rem-calc(160);
  line-height: rem-calc(128);
  letter-spacing: -4.44px;
  */
  font-size: 7.5rem;
  line-height: 6.75rem;
  letter-spacing: -3.44px;
  font-family: baskerville-display-pt, serif;
  font-weight: 600;
  color: #D7DEDF;
  margin-bottom: 125px;
  display: block;
  white-space: nowrap;
  font-weight: 400;
  /*
  span + span + span {
  	margin-left: 390px;

  	@include media('<desktop') {
  		margin-left: 150px;
  	}			
  }
  */
}
.content h1 span, .content .h1 span, .content h2 span, .content .h2 span {
  display: block;
  margin-left: 130px;
}
@media (max-width: 1023px) {
  .content h1 span, .content .h1 span, .content h2 span, .content .h2 span {
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .content h1 span, .content .h1 span, .content h2 span, .content .h2 span {
    margin-left: 0;
    display: inline;
  }
}
.content h1 span + span, .content .h1 span + span, .content h2 span + span, .content .h2 span + span {
  margin-left: 260px;
}
@media (max-width: 1023px) {
  .content h1 span + span, .content .h1 span + span, .content h2 span + span, .content .h2 span + span {
    margin-left: 100px;
  }
}
@media (max-width: 767px) {
  .content h1 span + span, .content .h1 span + span, .content h2 span + span, .content .h2 span + span {
    margin-left: 0;
  }
}
@media (max-width: 1479px) {
  .content h1, .content .h1, .content h2, .content .h2 {
    font-size: 7.5rem;
    line-height: 6.75rem;
    letter-spacing: -3.44px;
  }
}
@media (max-width: 1399px) {
  .content h1, .content .h1, .content h2, .content .h2 {
    font-size: 6.625rem;
    line-height: 5.625rem;
  }
}
@media (max-width: 1199px) {
  .content h1, .content .h1, .content h2, .content .h2 {
    font-size: 6.625rem;
    line-height: 5.625rem;
  }
}
@media (max-width: 1024px) {
  .content h1, .content .h1, .content h2, .content .h2 {
    white-space: normal;
  }
}
@media (max-width: 767px) {
  .content h1, .content .h1, .content h2, .content .h2 {
    font-size: 4.375rem;
    line-height: 3.75rem;
    margin-bottom: 70px;
  }
}
.content h1.center {
  text-align: center;
}
.content h1.smaller {
  font-size: 7.5rem;
  line-height: 5.625rem;
  letter-spacing: -3.44px;
}
.content p,
.content .gform_confirmation_message {
  color: #fff;
  font-size: 1.625rem;
  line-height: 2.5625rem;
  letter-spacing: 0;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 1.5rem 0;
  max-width: 620px;
  margin-left: 200px;
}
@media (max-width: 1199px) {
  .content p,
.content .gform_confirmation_message {
    margin-left: 100px;
  }
}
@media (max-width: 1023px) {
  .content p,
.content .gform_confirmation_message {
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .content p,
.content .gform_confirmation_message {
    margin-left: 0;
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
.content p .intro, .content p.intro,
.content .gform_confirmation_message .intro,
.content .gform_confirmation_message.intro {
  color: #FFAE35;
  font-family: "Montserrat", sans-serif;
  font-size: 2.375rem;
  line-height: 2.875rem;
  letter-spacing: -0.39px;
}
@media (max-width: 767px) {
  .content p .intro, .content p.intro,
.content .gform_confirmation_message .intro,
.content .gform_confirmation_message.intro {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}
.content .p-wrap-2 p {
  max-width: 748px;
}
.content .p-wrap-3 p {
  max-width: 863px;
}
.content .lead-style {
  font-family: "Montserrat", sans-serif;
  color: #808080;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}
.content ul li,
.content ol li {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-style: normal;
  font-weight: 300;
  font-style: normal;
  color: #fff;
}
@media (max-width: 767px) {
  .content ul li,
.content ol li {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.content ul li span,
.content ol li span {
  display: inline-block;
}
.content ul {
  list-style: none;
  margin: 31px 0 45px 10px;
  padding: 0;
  display: block;
}
.content ul li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 20px 0;
  list-style: none;
  list-style-position: inside;
}
.content ul li:before {
  background: #fff;
  content: "";
  border-radius: 50%;
  width: 6px;
  height: 6px;
  left: -1px;
  top: 10px;
  display: block;
  position: absolute;
  z-index: 10;
}
.content ul.ul-doc-pdf {
  margin-top: 0;
}
@media (max-width: 767px) {
  .content ul.ul-doc-pdf {
    max-width: 320px;
    margin: 0 auto 30px;
  }
}
.content ul.ul-doc-pdf li:before {
  display: none;
}
.content ol {
  margin: 30px 0 30px 20px;
  padding: 0;
  display: block;
  list-style-position: outside;
}
.content ol li {
  position: relative;
  padding: 0 0 0 5px;
  margin: 0 0 20px 0;
}
.content .background p {
  max-width: 30.25rem;
}
@media (max-width: 767px) {
  .content .background p {
    margin: 0 auto 24px auto;
  }
}
.content img {
  margin-top: 0;
  margin-bottom: 30px;
}

.content .editor-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
  min-height: 300px;
}
@media (max-width: 767px) {
  .content .editor-content {
    padding: 0;
  }
}
.content .editor-content.center {
  text-align: center;
}
.content .editor-content h2, .content .editor-content h3, .content .editor-content h4 {
  width: 100%;
}
.content .editor-content h2 {
  font-size: 3.25rem;
  line-height: 3.25rem;
  font-family: baskerville-display-pt, serif;
  font-weight: 600;
  color: #D7DEDF;
  margin-bottom: 25px;
}
.content .editor-content h3 {
  font-size: 2rem;
  line-height: 2rem;
  font-family: baskerville-display-pt, serif;
  font-weight: 600;
  color: #D7DEDF;
  margin-bottom: 25px;
}
.content .editor-content p {
  max-width: 100% !important;
  margin-left: 0 !important;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 0 0 1.5rem 0;
}
.content .editor-content p .intro, .content .editor-content p.intro {
  font-size: 1.5rem;
  line-height: 2.125rem;
}
.content .editor-content a {
  color: #FFAE35;
}
.content .editor-content table {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  width: 100% !important;
}
.content .editor-content table tr {
  border-bottom: solid 1px #fff;
}
.content .editor-content table tr td {
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 20px 40px 20px 0;
  border: none;
  text-align: left;
  vertical-align: top;
}
.content .editor-content table tr td:first-child {
  min-width: 200px;
}
.content .editor-content table tr td h3 {
  font-size: 1.1875rem;
  line-height: 1.625rem;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  margin: 0;
}
.content .editor-content table tr td p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin: 0 0 1.25rem 0;
}
.content .editor-content table tr td ul {
  margin-bottom: 10px;
}
.content .editor-content table tr td ul li {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.content .editor-content table tr td ul li:before {
  width: 4px;
  height: 4px;
  top: 12px;
}
.content .editor-content .btn {
  background: #FFAE35;
  color: #0B283D;
  height: auto;
  min-height: 10px;
  min-width: 50px;
  padding: 16px 40px 16px !important;
  font-size: 12px !important;
  font-weight: 500;
  min-width: 100px;
  letter-spacing: 2px !important;
  line-height: 15px;
  z-index: 500;
  border: solid 2px #FFAE35;
  width: auto !important;
  margin-right: 0 !important;
  border-radius: 0;
}
.content .editor-content .btn:hover, .content .editor-content .btn:active, .content .editor-content .btn:focus {
  background: #f0930a;
  border: solid 2px #f0930a;
}
.content .editor-content .btn-wrap .btn-primary {
  margin-right: 20px;
}

@media (min-width: 1201px) {
  #wrap.content .container {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }
}
@media (max-width: 767px) {
  #wrap.content .container .column {
    margin-bottom: 1.875rem;
  }
}

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

section, .section {
  position: relative;
}
section .column, .section .column {
  padding-left: 80px;
}
@media (max-width: 1399px) {
  section .column, .section .column {
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  section .column, .section .column {
    padding-left: 0;
  }
}

.vertical-align-middle {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.illustration-holder {
  padding-bottom: 5rem;
}

.separator-holder {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

#about {
  padding: 6.875rem 0 3.125rem 0;
}
@media screen and (min-height: 840px) {
  #about {
    padding: 10rem 0 3.125rem 0;
  }
}
@media (max-width: 1199px) {
  #about {
    padding: 5.625rem 0 3.125rem 0;
  }
}
@media (max-width: 767px) {
  #about {
    padding: 3.75rem 0 3.125rem 0;
  }
}
#about .column.top.left .intro {
  margin-left: 50px;
}
@media (min-width: 1201px) {
  #about .column.top.left h2 {
    width: 110%;
  }
}
@media (min-width: 1201px) {
  #about .column.top.right {
    padding-left: 3.125rem;
  }
}
#about .text-teasers-holder {
  position: relative;
}
#about .text-teasers-holder .arrow-down {
  display: block;
  position: absolute;
  right: -30px;
  bottom: -10px;
}
@media (max-width: 1200px) {
  #about .text-teasers-holder .arrow-down {
    display: none;
  }
}
#about .bottom {
  max-width: 51.25rem;
  margin: 0 auto;
  display: block;
  padding-top: 10rem;
  padding-bottom: 6.25rem;
}
@media (max-width: 767px) {
  #about .bottom {
    padding-top: 3.75rem;
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 767px) {
  #about .illustration-holder {
    padding-bottom: 1.875rem;
  }
  #about .illustration-holder.background {
    padding-top: 3.75rem;
  }
}

#what-we-do {
  padding: 7.8125rem 0 1.5625rem 0;
}
@media (max-width: 1199px) {
  #what-we-do {
    padding: 5rem 0 1.5625rem 0;
  }
}
@media (max-width: 1023px) {
  #what-we-do {
    padding: 1.5625rem 0 1.5625rem 0;
  }
}
#what-we-do .title-wrap {
  width: 1500px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  #what-we-do .title-wrap {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  #what-we-do .title-wrap {
    margin-right: 0;
  }
  #what-we-do .title-wrap h2 {
    white-space: normal;
  }
}
@media (min-width: 1201px) {
  #what-we-do .column.top.right {
    padding-left: 3.125rem;
  }
}

#what-we-do2 {
  padding: 7.8125rem 0 1.5625rem 0;
}
@media (max-width: 1199px) {
  #what-we-do2 {
    padding: 5rem 0 1.5625rem 0;
  }
}
@media (max-width: 1023px) {
  #what-we-do2 {
    padding: 1.5625rem 0 1.5625rem 0;
  }
}
#what-we-do2.flex-strip {
  text-align: center;
}
#what-we-do2.flex-strip h2 {
  margin-bottom: 50px !important;
}
#what-we-do2.flex-strip p {
  margin: 0 auto 20px auto !important;
}
#what-we-do2 .title-wrap {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  #what-we-do2 .title-wrap {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  #what-we-do2 .title-wrap {
    margin-right: 0;
  }
  #what-we-do2 .title-wrap h2 {
    white-space: normal;
  }
}
#what-we-do2 p a {
  color: #FFAE35;
}
@media (min-width: 1201px) {
  #what-we-do2 .column.top.right {
    padding-left: 3.125rem;
  }
}

.text-teaser {
  position: relative;
  padding: 0 0 0 2rem;
  max-width: 19.625rem;
}
@media (max-width: 767px) {
  .text-teaser {
    margin: 0 auto;
    text-align: left;
  }
}
.text-teaser:before {
  background-image: url(../img/svg/bullet.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
  width: 11px;
  height: 20px;
  left: 0;
  top: 5px;
  display: block;
  position: absolute;
}

#contact {
  padding: 1.5625rem 0 1.5625rem 0;
  text-align: center;
}
@media (max-width: 767px) {
  #contact {
    padding: 2.5rem 0 1.875rem 0;
  }
}
#contact h2 {
  margin-bottom: 50px;
}
#contact p {
  margin: 0 auto 40px auto;
}

#cookie-bar {
  position: fixed;
  background: none;
  bottom: 0;
  width: 100%;
  padding: 0;
  z-index: 900;
  display: none;
  text-align: left;
}
#cookie-bar .container {
  max-width: 1050px;
  color: #fff;
  background: #041520;
  margin: 0 auto 20px;
  padding: 20px;
}
@media (max-width: 767px) {
  #cookie-bar .container {
    margin: 0 auto;
    padding: 30px 25px 30px;
  }
}
#cookie-bar .column {
  position: relative;
}
#cookie-bar .inner {
  display: inline-block;
  position: relative;
  font-size: 0.8125rem;
  line-height: 1.4375rem;
  margin-bottom: 0;
  display: inline-block;
  padding: 0 0 20px 0;
}
@media (min-width: 768px) {
  #cookie-bar .inner {
    padding: 0 260px 0 5px;
  }
}
#cookie-bar .inner a {
  font-weight: bold;
}
#cookie-bar .inner .h4 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #fff;
  display: block;
}
#cookie-bar .inner p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0;
  display: inline-block;
}
#cookie-bar .btn {
  background: #FFAE35;
  color: #0B283D;
  height: auto;
  min-width: 50px;
  padding: 10px 16px 10px !important;
  font-size: 11px !important;
  font-weight: 500;
  letter-spacing: 2px !important;
  line-height: 15px;
  z-index: 500;
  border: solid 2px #FFAE35;
  width: auto !important;
  margin-right: 0 !important;
  border-radius: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  #cookie-bar .btn {
    position: absolute;
    height: auto;
    top: 0;
    right: 50px;
  }
}
#cookie-bar #disablebar {
  font-weight: 500;
  padding: 20px 20px 19px !important;
  width: 30px !important;
  height: 30px !important;
  background: transparent;
  background-repeat: no-repeat;
  background-position: top right;
  background-image: url(../img/svg/bar-close.svg) !important;
  position: absolute;
  top: auto;
}
@media (min-width: 768px) {
  #cookie-bar #disablebar {
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  #cookie-bar #disablebar {
    bottom: 20px;
    right: 25px !important;
  }
}
#cookie-bar #disablebar:focus, #cookie-bar #disablebar:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}
#cookie-bar a {
  color: #fff;
  font-weight: normal;
}

#footer-bottom {
  color: #fff;
  padding: 2.8125rem 0 3.125rem 0;
  font-size: 0.625rem;
  line-height: 1.5rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: #041520;
}
@media (max-width: 767px) {
  #footer-bottom {
    text-align: center;
  }
}
#footer-bottom .holder {
  padding-right: 215px;
}
@media (max-width: 767px) {
  #footer-bottom .holder {
    padding-top: 70px;
    padding-right: 0;
  }
}
#footer-bottom .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
#footer-bottom .column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  #footer-bottom .column {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  #footer-bottom .column.right {
    text-align: right;
  }
}
#footer-bottom ul {
  margin: 10px 0 0 0;
  padding: 0;
}
#footer-bottom ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}
#footer-bottom ul li:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #FFAE35;
  display: block;
  right: -11px;
  top: 10px;
}
#footer-bottom ul li a:hover, #footer-bottom ul li a:active, #footer-bottom ul li a:focus {
  color: #FFAE35;
}
#footer-bottom ul li:last-child:after, #footer-bottom ul li.twk:after {
  display: none;
}
#footer-bottom p {
  color: #fff;
  margin-bottom: 0;
}
#footer-bottom a {
  color: #fff;
}
#footer-bottom img {
  max-width: 188px;
  position: absolute;
  top: -10px;
  right: 0;
}
@media (max-width: 1023px) {
  #footer-bottom img {
    top: 0;
  }
}
@media (max-width: 767px) {
  #footer-bottom img {
    left: 50%;
    margin-left: -94px;
  }
}

/* 23 Scroll Up
==================================================== */
.scrollup {
  bottom: 100px;
  display: none;
  height: 60px;
  position: fixed;
  cursor: pointer;
  z-index: 10;
  right: 26px;
  width: 40px;
  display: none !important;
}
@media (min-width: 768px) {
  .scrollup {
    display: none !important;
  }
}

/* 24 Responsive
==================================================== */
@media screen and (max-width: 576px) {
  #primary-navbar-box.affix {
    min-width: 100%;
  }
  html body {
    font-size: 14px;
    line-height: 22.5px;
  }
  section,
.section {
    padding: 6rem 0;
  }
  .margin-sm-b-2 {
    margin-bottom: 2rem;
  }
  .main-order-xs-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .main-order-xs-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  /* slider */
  #slider p,
#video-bg p {
    margin-bottom: 2rem;
  }
  .slider-img-holder {
    top: -115px;
  }
  #slider h2,
#video-bg h2 {
    padding-top: 0;
  }
  /* story */
  .tline-arrow,
.timeline:before,
.tline-right-side .tline-arrow:after,
.tline-left-side.date-circle:after,
.tline-right-side.date-circle:after {
    display: none;
  }
  #story .tline-title {
    margin-top: 0;
  }
  .tline-left-side {
    text-align: left !important;
  }
  .tline-thumbnail {
    margin-bottom: 1rem;
  }
  .big-head-wrap {
    top: 2px;
  }
  .img-date-right {
    left: 2rem;
  }
  /* people */
  .people-img {
    margin-left: 0;
  }
  /* event */
  .pr-70 {
    padding-right: 15px;
  }
  .pl-70 {
    padding-left: 15px;
  }
  #accordion.line:before {
    left: 35px;
  }
  #event .text-right {
    text-align: left !important;
  }
}
/* Small devices (landscape phones, 578px and 767px) */
@media screen and (min-width: 578px) and (max-width: 767px) {
  #primary-navbar-box.affix {
    min-width: 100%;
  }
  .margin-sm-b-2 {
    margin-bottom: 2rem;
  }
  .big-head-wrap {
    top: -5px;
  }
  .main-order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .main-order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  /* slider */
  #slider p,
#video-bg p {
    margin-bottom: 1rem;
  }
  .slider-img-holder {
    top: -115px;
  }
  /* story */
  .tline-arrow,
.timeline:before,
.tline-right-side .tline-arrow:after,
.tline-left-side.date-circle:after,
.tline-right-side.date-circle:after {
    display: none;
  }
  #story .tline-title {
    margin-top: 0;
  }
  .tline-left-side {
    text-align: left !important;
  }
  .tline-thumbnail {
    margin-bottom: 1rem;
  }
  .img-date-right {
    left: 2rem;
  }
  /* people */
  .people-img {
    margin-left: 0;
  }
  /* event */
  #event .text-right {
    text-align: left !important;
  }
  .pr-70 {
    padding-right: 15px;
  }
  .pl-70 {
    padding-left: 15px;
  }
  #accordion.line:before {
    left: 36px;
  }
}
/* Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px) and (max-width: 992px) {
  #primary-navbar-box.affix {
    min-width: 100%;
  }
  .big-head-wrap {
    top: -20px;
  }
  /* slider */
  .slider-img-holder {
    top: -96px;
  }
  #slider p, #video-bg p {
    margin-bottom: 4rem;
  }
  .margin-sm-b-2 {
    margin-bottom: 2rem;
  }
  /* story */
  .tline-right-side, .tline-left-side {
    margin-bottom: 2rem;
  }
  .tline-arrow,
.tline-right-side .tline-arrow:after {
    display: none;
  }
  .img-date-right {
    right: 2rem;
  }
  /* event */
  .pr-70 {
    padding-right: 30px;
  }
  .pl-70 {
    padding-left: 30px;
  }
  #accordion.line:before {
    left: 51px;
  }
}
/* Large devices (desktops, 992px and up) */
@media screen and (min-width: 992px) and (max-width: 1200px) {
  /* Nav */
  nav .dropdown:hover .dropdown-menu {
    display: block;
  }
  .big-head-wrap {
    top: -28px;
  }
  .img-date-right {
    right: 2rem;
  }
  .dropdown-menu {
    border-top: 3px solid #FFC20F;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 1.625rem 1rem;
  }
  .navbar {
    padding: 0;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) {
  /* Nav */
  nav .dropdown:hover .dropdown-menu {
    display: block;
  }
  .img-date-right {
    right: 2rem;
  }
  .dropdown-menu {
    border-top: 3px solid #FFC20F;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 1.625rem 1rem;
  }
  .navbar {
    padding: 0;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000001;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000002;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1000000004;
}

@media (max-width: 767px) {
  .mfp-content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 999999999999999;
  }
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1000000003;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1000000005;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  opacity: 1;
  font-family: sans-serif;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1000000005;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  opacity: 1;
  font-family: sans-serif;
  background-image: url(../img/svg/popup-close.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  width: 32px;
  height: 32px;
  font-size: 0;
  position: absolute;
  top: -50px;
  right: -50px;
}
@media (max-width: 1023px) {
  button.mfp-close {
    right: 0;
  }
}
@media (max-width: 767px) {
  button.mfp-close {
    right: 20px;
  }
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -90px;
  text-align: right;
  padding-right: 6px;
  width: 60px;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler 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;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 1024px;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  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);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* start state */
.my-mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.4);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.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;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item .item {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-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 {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1150ms;
          animation-duration: 1150ms;
  -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 Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.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: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}
.owl-theme .owl-dots {
  text-align: left;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 30px;
  left: 24px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #808080;
  border: solid 1px #808080;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #00adf2;
  border: solid 1px #00adf2;
}

.roles-carousel .owl-dots {
  text-align: center;
  width: 100%;
  bottom: 44px;
  left: 0;
}
.roles-carousel .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  background: none;
  border: solid 1.5px #fff;
  margin: 5px 5px;
}
.roles-carousel .owl-dots .owl-dot:hover span, .roles-carousel .owl-dots .owl-dot.active span {
  background: #fff;
  border: solid 1.5px #fff;
}

.twitter-carousel .owl-dots {
  text-align: center;
  width: 100%;
  bottom: -20px;
  left: 0;
}
.twitter-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: none;
  border: solid 1.5px #fff;
  margin: 5px 5px;
}
.twitter-carousel .owl-dots .owl-dot:hover span, .twitter-carousel .owl-dots .owl-dot.active span {
  background: #fff;
  border: solid 1.5px #fff;
}

.publ-reports-carousel .owl-dots {
  text-align: center;
  width: 100%;
  bottom: -45px;
  left: 0;
}
.publ-reports-carousel .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  background: none;
  border: solid 1px #00adf2;
  margin: 5px 5px;
}
.publ-reports-carousel .owl-dots .owl-dot:hover span, .publ-reports-carousel .owl-dots .owl-dot.active span {
  background: #00adf2;
  border: solid 1px #00adf2;
}