@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);
@import url(http://fonts.googleapis.com/css?family=Life+Savers);
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,100italic,100,700);
/* line 1, ../sass/base/_variables.scss */
._button {
  display: inline-block;
  vertical-align: baseline;
  border: 1px solid #007AC2;
  text-decoration: none !important;
  color: #fff;
  padding: 10px 20px;
  line-height: 17px;
  transition: all 0.3s linear 0s;
}
/* line 10, ../sass/base/_variables.scss */
._button:hover {
  color: #fff;
  background: #007AC2;
  border: 1px solid #007AC2;
}

/* line 17, ../sass/base/_variables.scss */
.button2 {
  color: white;
  border-radius: 4px;
  padding: 10px 40px;
  display: inline-block;
  vertical-align: baseline;
  background: #F2882C;
  border: 1px solid #F2882C;
  text-decoration: none !important;
  line-height: 17px;
  transition: all 0.3s linear 0s;
}
/* line 28, ../sass/base/_variables.scss */
.button2:hover {
  background: #F2882C;
  border: 1px solid #007AC2;
  background: #007ac2 none repeat scroll 0% 0%;
}

/* line 34, ../sass/base/_variables.scss */
.row-eq-height {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 41, ../sass/base/_variables.scss */
.btn-primary {
  color: #fff !important;
}

/* line 1, ../sass/base/_typography.scss */
html {
  height: 100%;
}

/* line 4, ../sass/base/_typography.scss */
body {
  -webkit-user-select: auto !important;
  -webkit-user-drag: auto !important;
  -webkit-tap-highlight-color: transparent;
  touch-action: auto !important;
  font-size: 13px;
  color: #434343;
  overflow-x: hidden;
  margin-top: 0px;
}

/* line 15, ../sass/base/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin-bottom: 10px;
  font-family: "Oswald", sans-serif;
}

/* line 21, ../sass/base/_typography.scss */
h2 {
  color: #0062A0;
}

/* line 24, ../sass/base/_typography.scss */
h3 {
  color: #007998;
  font-size: 24px;
}

/* line 28, ../sass/base/_typography.scss */
h4 {
  color: #7fc5d2;
  font-size: 16px;
}

/* line 33, ../sass/base/_typography.scss */
a, a:link, a:visited {
  text-decoration: none;
  color: #0062A0;
  outline: 0;
}

/* line 2, ../sass/modules/_header.scss */
.user-logged-in #menu_section,
.user-logged-in #header.transparent {
  top: 79px !important;
}
/* line 6, ../sass/modules/_header.scss */
.user-logged-in #menu_section {
  height: -moz-calc(100% - 79px);
  height: -webkit-calc(100% - 79px);
  height: calc(100% - 79px);
}

/* line 13, ../sass/modules/_header.scss */
.path-frontpage #header.transparent {
  position: fixed;
}

/* line 16, ../sass/modules/_header.scss */
#header.transparent {
  background: #fff;
  top: 0 !important;
  z-index: 9;
  width: 100%;
}

/* line 26, ../sass/modules/_header.scss */
#header.transparent::after {
  top: 0px;
  left: 0;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-size: 100% 100%;
  z-index: -1;
}

/* line 38, ../sass/modules/_header.scss */
.header-top-user-menu,
.header-top-menu {
  float: right;
  position: relative;
}
/* line 42, ../sass/modules/_header.scss */
.header-top-user-menu li,
.header-top-menu li {
  display: inline-block;
  float: left;
}
/* line 46, ../sass/modules/_header.scss */
.header-top-user-menu a,
.header-top-menu a {
  color: #F2882C;
  margin: 5px 0px !important;
  line-height: 1.42857 !important;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0px 15px !important;
}
/* line 53, ../sass/modules/_header.scss */
.header-top-user-menu a:focus, .header-top-user-menu a:hover,
.header-top-menu a:focus,
.header-top-menu a:hover {
  color: #007996;
  background: none !important;
}
/* line 59, ../sass/modules/_header.scss */
.header-top-user-menu .last a,
.header-top-menu .last a {
  border-right: 0px solid !important;
}
/* line 62, ../sass/modules/_header.scss */
.header-top-user-menu .btn.last a,
.header-top-menu .btn.last a {
  color: #fff;
}
/* line 64, ../sass/modules/_header.scss */
.header-top-user-menu .btn.last a:hover,
.header-top-menu .btn.last a:hover {
  background: #F2882C;
}
/* line 69, ../sass/modules/_header.scss */
.header-top-user-menu .first a,
.header-top-menu .first a {
  display: none;
}

/* line 77, ../sass/modules/_header.scss */
.header-top-user-menu .first a {
  display: block !important;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 84, ../sass/modules/_header.scss */
  .user-logged-in .region.region-branding {
    margin-top: -9px;
  }
}
/* line 89, ../sass/modules/_header.scss */
.region.region-branding {
  margin-top: -34px;
  position: relative;
  overflow: hidden;
}
/* line 93, ../sass/modules/_header.scss */
.region.region-branding .logo.navbar-btn.pull-left {
  margin: 0px;
}
/* line 95, ../sass/modules/_header.scss */
.region.region-branding .logo.navbar-btn.pull-left img {
  max-width: 100px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 95, ../sass/modules/_header.scss */
  .region.region-branding .logo.navbar-btn.pull-left img {
    max-width: 90px;
  }
}
/* line 103, ../sass/modules/_header.scss */
.region.region-branding .name.navbar-brand {
  line-height: 55px;
  display: inline-block;
  margin-bottom: 5px;
  color: #F2882C;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0px 0px 65px;
  margin-left: 15px;
}
@media screen and (min-width: 0px) and (max-width: 991px) {
  /* line 103, ../sass/modules/_header.scss */
  .region.region-branding .name.navbar-brand {
    font-size: 16px;
  }
}
/* line 120, ../sass/modules/_header.scss */
.region.region-branding .navbar-text {
  margin-top: 3px;
  font-size: 16px;
  text-shadow: 0px 1px 0px #fff;
  position: absolute;
  top: 50px;
  left: 100px;
  color: #286090;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 120, ../sass/modules/_header.scss */
  .region.region-branding .navbar-text {
    left: 115px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 120, ../sass/modules/_header.scss */
  .region.region-branding .navbar-text {
    left: 92px;
    font-size: 13px;
  }
}

/* line 139, ../sass/modules/_header.scss */
.fp-viewing-lastPage #header {
  display: none;
}

/* line 148, ../sass/modules/_header.scss */
.fp-viewing-secondPage #header-top,
.fp-viewing-3rdPage #header-top,
.fp-viewing-4thpage #header-top,
.fp-viewing-5thPage #header-top,
.fp-viewing-6thPage #header-top,
.sticky #header-top {
  display: none;
}
/* line 151, ../sass/modules/_header.scss */
.fp-viewing-secondPage .region.region-branding,
.fp-viewing-3rdPage .region.region-branding,
.fp-viewing-4thpage .region.region-branding,
.fp-viewing-5thPage .region.region-branding,
.fp-viewing-6thPage .region.region-branding,
.sticky .region.region-branding {
  margin-top: 0px;
}
/* line 153, ../sass/modules/_header.scss */
.fp-viewing-secondPage .region.region-branding .logo.navbar-btn.pull-left img,
.fp-viewing-3rdPage .region.region-branding .logo.navbar-btn.pull-left img,
.fp-viewing-4thpage .region.region-branding .logo.navbar-btn.pull-left img,
.fp-viewing-5thPage .region.region-branding .logo.navbar-btn.pull-left img,
.fp-viewing-6thPage .region.region-branding .logo.navbar-btn.pull-left img,
.sticky .region.region-branding .logo.navbar-btn.pull-left img {
  max-width: 52px;
}
/* line 156, ../sass/modules/_header.scss */
.fp-viewing-secondPage .region.region-branding .name.navbar-brand,
.fp-viewing-3rdPage .region.region-branding .name.navbar-brand,
.fp-viewing-4thpage .region.region-branding .name.navbar-brand,
.fp-viewing-5thPage .region.region-branding .name.navbar-brand,
.fp-viewing-6thPage .region.region-branding .name.navbar-brand,
.sticky .region.region-branding .name.navbar-brand {
  font-size: 20px;
  line-height: 31px;
  padding: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
}
/* line 164, ../sass/modules/_header.scss */
.fp-viewing-secondPage .region.region-branding .navbar-text,
.fp-viewing-3rdPage .region.region-branding .navbar-text,
.fp-viewing-4thpage .region.region-branding .navbar-text,
.fp-viewing-5thPage .region.region-branding .navbar-text,
.fp-viewing-6thPage .region.region-branding .navbar-text,
.sticky .region.region-branding .navbar-text {
  top: 26px;
  left: 45px;
  font-size: 12px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 164, ../sass/modules/_header.scss */
  .fp-viewing-secondPage .region.region-branding .navbar-text,
  .fp-viewing-3rdPage .region.region-branding .navbar-text,
  .fp-viewing-4thpage .region.region-branding .navbar-text,
  .fp-viewing-5thPage .region.region-branding .navbar-text,
  .fp-viewing-6thPage .region.region-branding .navbar-text,
  .sticky .region.region-branding .navbar-text {
    left: 63px;
  }
}

/* line 176, ../sass/modules/_header.scss */
.search-block .form-group {
  margin-bottom: 0px;
}
/* line 179, ../sass/modules/_header.scss */
.search-block #edit-keys--description,
.search-block .input-group-btn {
  display: none;
}
/* line 183, ../sass/modules/_header.scss */
.search-block .form-control::-moz-placeholder {
  color: #F2882C;
  opacity: 1;
}
/* line 187, ../sass/modules/_header.scss */
.search-block .form-control:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px transparent, 0 0 0px rgba(102, 175, 233, 0);
  box-shadow: inset 0 0px 0px transparent, 0 0 0px rgba(102, 175, 233, 0);
}
/* line 193, ../sass/modules/_header.scss */
.search-block .form-search {
  padding: 7px 15px 0px;
  background: transparent;
  height: 22px;
  font-size: 13px;
  max-width: 73px;
  border: 0px;
  color: white;
  background: url(../images/icon-search.png) 0% 70% no-repeat;
  background-position-x: 0%;
  background-position-y: 70%;
  background-size: auto auto;
  background-position-x: 0%;
  background-position-y: 70%;
  background-position: 0px 9px;
  background-size: 13px;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

/* line 217, ../sass/modules/_header.scss */
.search-block.expend .form-search {
  border-bottom: 1px solid #F2882C;
  border-radius: 0px;
  max-width: 100%;
  transition: width .4s ease-in-out;
}

/* line 223, ../sass/modules/_header.scss */
.main-menu-icon {
  float: right;
}
/* line 225, ../sass/modules/_header.scss */
.main-menu-icon .sf-accordion-toggle {
  color: #F2882C;
  font-size: 9px;
}
/* line 228, ../sass/modules/_header.scss */
.main-menu-icon .sf-accordion-toggle:hover {
  color: #007996;
}
/* line 232, ../sass/modules/_header.scss */
.main-menu-icon .svg-inline--fa {
  font-size: 31px;
  margin-top: -5px;
}

/* line 2, ../sass/modules/_header_menu.scss */
.header-menu {
  float: right;
  width: auto;
  margin-top: 7px;
}
/* line 6, ../sass/modules/_header_menu.scss */
.header-menu .sf-sub-indicator {
  font-size: 10px;
  top: 4px;
  display: none;
}
/* line 11, ../sass/modules/_header_menu.scss */
.header-menu ul.menu {
  float: right;
  padding: 6px 0px;
  margin: 0px;
}
/* line 15, ../sass/modules/_header_menu.scss */
.header-menu ul.menu li {
  padding: 0px 0px 0px 0px;
  background: none !important;
  border: 0px !important;
  display: inline-block;
}
/* line 20, ../sass/modules/_header_menu.scss */
.header-menu ul.menu li a {
  color: #F2882C !important;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  background: none !important;
  border: 0px !important;
  padding: 7px 10px !important;
  transition: all 0.3s ease-in-out 0s;
  border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
}
/* line 33, ../sass/modules/_header_menu.scss */
.header-menu ul.menu li a:hover {
  color: #007996 !important;
  text-decoration: none !important;
}
/* line 39, ../sass/modules/_header_menu.scss */
.header-menu ul.menu li:last-child a {
  border-right: 0px solid !important;
}
/* line 42, ../sass/modules/_header_menu.scss */
.header-menu ul.menu .last {
  padding-right: 0px;
}
/* line 44, ../sass/modules/_header_menu.scss */
.header-menu ul.menu .last a {
  border-right: 0px solid !important;
}
/* line 48, ../sass/modules/_header_menu.scss */
.header-menu ul.menu ul {
  background: #fff;
  margin-top: -12px;
  border-radius: 3px;
}
/* line 53, ../sass/modules/_header_menu.scss */
.header-menu ul.menu ul::after {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  top: -5px;
  position: absolute;
  left: 25px;
}
/* line 64, ../sass/modules/_header_menu.scss */
.header-menu ul.menu ul li {
  background: none !important;
}
/* line 68, ../sass/modules/_header_menu.scss */
.header-menu ul.menu ul li a {
  color: #F2882C !important;
  background: none !important;
  border: 0px !important;
  font-size: 14px;
  padding: 0px 10px 0px 30px !important;
  text-shadow: none !important;
  border-radius: 3px;
  line-height: 45px;
  font-weight: normal;
  text-transform: capitalize;
}
/* line 80, ../sass/modules/_header_menu.scss */
.header-menu ul.menu ul li a:hover {
  color: #007996 !important;
}
/* line 86, ../sass/modules/_header_menu.scss */
.header-menu ul.menu ul .last {
  border: 0px;
}

/* line 1, ../sass/modules/_menu_section.scss */
.header-warp {
  background: #f8f8f8;
  transition: all 0.9s ease-in-out 0s;
  max-height: 0px;
  overflow: scroll;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
}
/* line 15, ../sass/modules/_menu_section.scss */
.header-warp .menu-close-block {
  text-align: right;
  padding-right: 15px;
}
/* line 18, ../sass/modules/_menu_section.scss */
.header-warp .menu-close-block a {
  color: #000;
  font-size: 24px;
}

/* line 25, ../sass/modules/_menu_section.scss */
.header-warp.active {
  max-height: 100%;
}

/* line 38, ../sass/modules/_menu_section.scss */
.footer-warp .block-title,
.footer-warp .dropdown-toggle,
.footer-warp h2,
.header-warp .block-title,
.header-warp .dropdown-toggle,
.header-warp h2 {
  color: #F2882C !important;
  font-size: 22px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  line-height: 20px;
  margin-bottom: 0px;
  background: none !important;
}
/* line 49, ../sass/modules/_menu_section.scss */
.footer-warp .block-title .caret,
.footer-warp .dropdown-toggle .caret,
.footer-warp h2 .caret,
.header-warp .block-title .caret,
.header-warp .dropdown-toggle .caret,
.header-warp h2 .caret {
  display: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 49, ../sass/modules/_menu_section.scss */
  .footer-warp .block-title .caret,
  .footer-warp .dropdown-toggle .caret,
  .footer-warp h2 .caret,
  .header-warp .block-title .caret,
  .header-warp .dropdown-toggle .caret,
  .header-warp h2 .caret {
    display: block;
  }
}
/* line 56, ../sass/modules/_menu_section.scss */
.footer-warp .open .caret,
.header-warp .open .caret {
  background: url(../images/minus.png);
  background-size: 20px;
  background-repeat: no-repeat;
}
/* line 61, ../sass/modules/_menu_section.scss */
.footer-warp .caret,
.header-warp .caret {
  background: url(../images/plus.png);
  background-repeat: repeat;
  background-size: auto auto;
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
  float: right;
  border: 0px;
}
/* line 74, ../sass/modules/_menu_section.scss */
.footer-warp .nav > li > a,
.header-warp .nav > li > a {
  color: #656565;
  padding: 3px 0px;
  white-space: inherit;
}
/* line 79, ../sass/modules/_menu_section.scss */
.footer-warp .nav > li > a:hover,
.header-warp .nav > li > a:hover {
  color: #F2882C;
}
/* line 83, ../sass/modules/_menu_section.scss */
.footer-warp .nav > li,
.header-warp .nav > li {
  width: 100%;
}
/* line 86, ../sass/modules/_menu_section.scss */
.footer-warp .nav,
.header-warp .nav {
  border-bottom: 1px solid #ccc;
  padding: 15px 0px;
}
/* line 90, ../sass/modules/_menu_section.scss */
.footer-warp .dropdown-menu,
.header-warp .dropdown-menu {
  position: relative;
  min-width: 100%;
  padding: 0px;
  margin: 0px;
  font-size: 13px;
  border: 0px solid;
  box-shadow: 0px 0px;
  background: none;
}
@media (min-width: 768px) {
  /* line 90, ../sass/modules/_menu_section.scss */
  .footer-warp .dropdown-menu,
  .header-warp .dropdown-menu {
    display: block;
  }
}
/* line 102, ../sass/modules/_menu_section.scss */
.footer-warp .dropdown-menu > li > a,
.header-warp .dropdown-menu > li > a {
  padding: 3px 0px;
  color: #656565;
  white-space: inherit;
}
/* line 106, ../sass/modules/_menu_section.scss */
.footer-warp .dropdown-menu > li > a:hover,
.header-warp .dropdown-menu > li > a:hover {
  color: #F2882C;
  background-color: transparent;
}

/* line 118, ../sass/modules/_menu_section.scss */
.footer-warp .literature-block .nav > li > a,
.footer-warp .join-menu-block .nav > li > a,
.header-warp .literature-block .nav > li > a,
.header-warp .join-menu-block .nav > li > a {
  font-family: "Oswald", sans-serif;
  color: #fff !important;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  padding: 5px;
  background: #00aeef;
  border: 1px solid #0097cf;
  border-bottom: 3px solid #0097cf;
}
/* line 131, ../sass/modules/_menu_section.scss */
.footer-warp .literature-block .nav > li > a:active, .footer-warp .literature-block .nav > li > a:focus, .footer-warp .literature-block .nav > li > a:hover,
.footer-warp .join-menu-block .nav > li > a:active,
.footer-warp .join-menu-block .nav > li > a:focus,
.footer-warp .join-menu-block .nav > li > a:hover,
.header-warp .literature-block .nav > li > a:active,
.header-warp .literature-block .nav > li > a:focus,
.header-warp .literature-block .nav > li > a:hover,
.header-warp .join-menu-block .nav > li > a:active,
.header-warp .join-menu-block .nav > li > a:focus,
.header-warp .join-menu-block .nav > li > a:hover {
  background-color: #0390c6;
}
/* line 137, ../sass/modules/_menu_section.scss */
.footer-warp .literature-block .btn-pink,
.footer-warp .join-menu-block .btn-pink,
.header-warp .literature-block .btn-pink,
.header-warp .join-menu-block .btn-pink {
  background: #ed145b  !important;
  border-color: #af0337 !important;
}
/* line 140, ../sass/modules/_menu_section.scss */
.footer-warp .literature-block .btn-pink:hover,
.footer-warp .join-menu-block .btn-pink:hover,
.header-warp .literature-block .btn-pink:hover,
.header-warp .join-menu-block .btn-pink:hover {
  background: #d4094b !important;
}
/* line 144, ../sass/modules/_menu_section.scss */
.footer-warp .literature-block .btn-lalac,
.footer-warp .join-menu-block .btn-lalac,
.header-warp .literature-block .btn-lalac,
.header-warp .join-menu-block .btn-lalac {
  background: #560d7f !important;
  border-color: #3c015e !important;
}
/* line 147, ../sass/modules/_menu_section.scss */
.footer-warp .literature-block .btn-lalac:hover,
.footer-warp .join-menu-block .btn-lalac:hover,
.header-warp .literature-block .btn-lalac:hover,
.header-warp .join-menu-block .btn-lalac:hover {
  background: #46056b !important;
}
/* line 151, ../sass/modules/_menu_section.scss */
.footer-warp .literature-block .btn-orange,
.footer-warp .join-menu-block .btn-orange,
.header-warp .literature-block .btn-orange,
.header-warp .join-menu-block .btn-orange {
  background: #f26522 !important;
  border-color: #b13900 !important;
}
/* line 154, ../sass/modules/_menu_section.scss */
.footer-warp .literature-block .btn-orange:hover,
.footer-warp .join-menu-block .btn-orange:hover,
.header-warp .literature-block .btn-orange:hover,
.header-warp .join-menu-block .btn-orange:hover {
  background: #ff5105 !important;
}
/* line 158, ../sass/modules/_menu_section.scss */
.footer-warp .literature-block .btn-yellow,
.footer-warp .join-menu-block .btn-yellow,
.header-warp .literature-block .btn-yellow,
.header-warp .join-menu-block .btn-yellow {
  background: #f58221 !important;
  border-color: #b45707 !important;
}
/* line 161, ../sass/modules/_menu_section.scss */
.footer-warp .literature-block .btn-yellow:hover,
.footer-warp .join-menu-block .btn-yellow:hover,
.header-warp .literature-block .btn-yellow:hover,
.header-warp .join-menu-block .btn-yellow:hover {
  background: #ff7500 !important;
}
/* line 165, ../sass/modules/_menu_section.scss */
.footer-warp .literature-block .btn-green,
.footer-warp .join-menu-block .btn-green,
.header-warp .literature-block .btn-green,
.header-warp .join-menu-block .btn-green {
  background: #38b39a !important;
  border-color: #26947e !important;
}
/* line 168, ../sass/modules/_menu_section.scss */
.footer-warp .literature-block .btn-green:hover,
.footer-warp .join-menu-block .btn-green:hover,
.header-warp .literature-block .btn-green:hover,
.header-warp .join-menu-block .btn-green:hover {
  background: #26947e !important;
}
/* line 173, ../sass/modules/_menu_section.scss */
.footer-warp .literature-block .btn-blue,
.footer-warp .join-menu-block .btn-blue,
.header-warp .literature-block .btn-blue,
.header-warp .join-menu-block .btn-blue {
  background: #2e3192 !important;
  border-color: #222478 !important;
}
/* line 176, ../sass/modules/_menu_section.scss */
.footer-warp .literature-block .btn-blue:hover,
.footer-warp .join-menu-block .btn-blue:hover,
.header-warp .literature-block .btn-blue:hover,
.header-warp .join-menu-block .btn-blue:hover {
  background: #3739ab !important;
}

/* line 183, ../sass/modules/_menu_section.scss */
.social-media-block {
  margin-top: 15px;
}
/* line 185, ../sass/modules/_menu_section.scss */
.social-media-block p a {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  padding: 0px 0px 0px 0px;
  border-radius: 50%;
  font-size: 20px;
  color: #777;
  margin-left: 3px;
  border: 2px solid #777;
  transition: all 0.3s linear 0s;
  display: inline-block;
}
/* line 198, ../sass/modules/_menu_section.scss */
.social-media-block p a:hover {
  background: #777;
  color: #fff;
}
/* line 203, ../sass/modules/_menu_section.scss */
.social-media-block .facebook:hover {
  background: #3b5998;
  border-color: #3b5998 !important;
}
/* line 207, ../sass/modules/_menu_section.scss */
.social-media-block .twitter:hover {
  background: #1da1f2;
  border-color: #1da1f2 !important;
}
/* line 211, ../sass/modules/_menu_section.scss */
.social-media-block .youtube:hover {
  background: red;
  border-color: red !important;
}
/* line 215, ../sass/modules/_menu_section.scss */
.social-media-block .instagram:hover {
  background: #5851db;
  border-color: #5851db !important;
}
/* line 219, ../sass/modules/_menu_section.scss */
.social-media-block .telegram:hover {
  background: #32afed;
  border-color: #32afed !important;
}

/* line 1, ../sass/modules/_banners.scss */
.banner,
.sec2,
.sec3,
.sec5 {
  position: relative;
}
/* line 6, ../sass/modules/_banners.scss */
.banner .bannerbg.animation,
.sec2 .bannerbg.animation,
.sec3 .bannerbg.animation,
.sec5 .bannerbg.animation {
  height: 100vh;
}
/* line 15, ../sass/modules/_banners.scss */
.banner .views_slideshow_slide,
.sec2 .views_slideshow_slide,
.sec3 .views_slideshow_slide,
.sec5 .views_slideshow_slide {
  position: relative !important;
}
/* line 18, ../sass/modules/_banners.scss */
.banner .views-slideshow-cycle-main-frame-row,
.sec2 .views-slideshow-cycle-main-frame-row,
.sec3 .views-slideshow-cycle-main-frame-row,
.sec5 .views-slideshow-cycle-main-frame-row {
  width: 100% !important;
  height: 100vh !important;
}
/* line 22, ../sass/modules/_banners.scss */
.banner .views_slideshow_cycle_slide,
.sec2 .views_slideshow_cycle_slide,
.sec3 .views_slideshow_cycle_slide,
.sec5 .views_slideshow_cycle_slide {
  width: 100% !important;
}
/* line 25, ../sass/modules/_banners.scss */
.banner .views-field.views-field-field-image-banner .field-content.scaleUp.animation,
.sec2 .views-field.views-field-field-image-banner .field-content.scaleUp.animation,
.sec3 .views-field.views-field-field-image-banner .field-content.scaleUp.animation,
.sec5 .views-field.views-field-field-image-banner .field-content.scaleUp.animation {
  height: 100vh;
}
/* line 29, ../sass/modules/_banners.scss */
.banner .views-field.field--name-field-header-image .field-content.scaleUp.animation,
.sec2 .views-field.field--name-field-header-image .field-content.scaleUp.animation,
.sec3 .views-field.field--name-field-header-image .field-content.scaleUp.animation,
.sec5 .views-field.field--name-field-header-image .field-content.scaleUp.animation {
  height: 100vh;
}
/* line 32, ../sass/modules/_banners.scss */
.banner .views_slideshow_cycle_main,
.sec2 .views_slideshow_cycle_main,
.sec3 .views_slideshow_cycle_main,
.sec5 .views_slideshow_cycle_main {
  width: 100%;
  float: left;
}
/* line 35, ../sass/modules/_banners.scss */
.banner .views_slideshow_cycle_main .views-slideshow-cycle-main-frame,
.banner .views_slideshow_cycle_main .views_slideshow_cycle_teaser_section,
.banner .views_slideshow_cycle_main .views-slideshow-cycle-main-frame-row,
.sec2 .views_slideshow_cycle_main .views-slideshow-cycle-main-frame,
.sec2 .views_slideshow_cycle_main .views_slideshow_cycle_teaser_section,
.sec2 .views_slideshow_cycle_main .views-slideshow-cycle-main-frame-row,
.sec3 .views_slideshow_cycle_main .views-slideshow-cycle-main-frame,
.sec3 .views_slideshow_cycle_main .views_slideshow_cycle_teaser_section,
.sec3 .views_slideshow_cycle_main .views-slideshow-cycle-main-frame-row,
.sec5 .views_slideshow_cycle_main .views-slideshow-cycle-main-frame,
.sec5 .views_slideshow_cycle_main .views_slideshow_cycle_teaser_section,
.sec5 .views_slideshow_cycle_main .views-slideshow-cycle-main-frame-row {
  width: 100% !important;
  height: 100vh !important;
  overflow: hidden;
}
/* line 43, ../sass/modules/_banners.scss */
.banner .views-field.views-field-field-video,
.sec2 .views-field.views-field-field-video,
.sec3 .views-field.views-field-field-video,
.sec5 .views-field.views-field-field-video {
  overflow: hidden;
}
/* line 45, ../sass/modules/_banners.scss */
.banner .views-field.views-field-field-video video,
.sec2 .views-field.views-field-field-video video,
.sec3 .views-field.views-field-field-video video,
.sec5 .views-field.views-field-field-video video {
  margin-bottom: -6px;
  margin-top: -26px;
}
@media screen and (min-width: 768px) {
  /* line 45, ../sass/modules/_banners.scss */
  .banner .views-field.views-field-field-video video,
  .sec2 .views-field.views-field-field-video video,
  .sec3 .views-field.views-field-field-video video,
  .sec5 .views-field.views-field-field-video video {
    width: 100% !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 45, ../sass/modules/_banners.scss */
  .banner .views-field.views-field-field-video video,
  .sec2 .views-field.views-field-field-video video,
  .sec3 .views-field.views-field-field-video video,
  .sec5 .views-field.views-field-field-video video {
    max-width: 1100px;
    height: 600px;
  }
}
/* line 58, ../sass/modules/_banners.scss */
.banner .HeaderTitle,
.banner .views-field.views-field-nothing,
.sec2 .HeaderTitle,
.sec2 .views-field.views-field-nothing,
.sec3 .HeaderTitle,
.sec3 .views-field.views-field-nothing,
.sec5 .HeaderTitle,
.sec5 .views-field.views-field-nothing {
  position: absolute;
  top: 0;
  padding: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  display: -webkit-flex;
}
/* line 68, ../sass/modules/_banners.scss */
.banner .HeaderTitle .page-header,
.banner .HeaderTitle .field-content,
.banner .views-field.views-field-nothing .page-header,
.banner .views-field.views-field-nothing .field-content,
.sec2 .HeaderTitle .page-header,
.sec2 .HeaderTitle .field-content,
.sec2 .views-field.views-field-nothing .page-header,
.sec2 .views-field.views-field-nothing .field-content,
.sec3 .HeaderTitle .page-header,
.sec3 .HeaderTitle .field-content,
.sec3 .views-field.views-field-nothing .page-header,
.sec3 .views-field.views-field-nothing .field-content,
.sec5 .HeaderTitle .page-header,
.sec5 .HeaderTitle .field-content,
.sec5 .views-field.views-field-nothing .page-header,
.sec5 .views-field.views-field-nothing .field-content {
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 30px;
  margin-top: auto;
  max-width: 700px;
  text-align: left;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 68, ../sass/modules/_banners.scss */
  .banner .HeaderTitle .page-header,
  .banner .HeaderTitle .field-content,
  .banner .views-field.views-field-nothing .page-header,
  .banner .views-field.views-field-nothing .field-content,
  .sec2 .HeaderTitle .page-header,
  .sec2 .HeaderTitle .field-content,
  .sec2 .views-field.views-field-nothing .page-header,
  .sec2 .views-field.views-field-nothing .field-content,
  .sec3 .HeaderTitle .page-header,
  .sec3 .HeaderTitle .field-content,
  .sec3 .views-field.views-field-nothing .page-header,
  .sec3 .views-field.views-field-nothing .field-content,
  .sec5 .HeaderTitle .page-header,
  .sec5 .HeaderTitle .field-content,
  .sec5 .views-field.views-field-nothing .page-header,
  .sec5 .views-field.views-field-nothing .field-content {
    max-width: 220px;
  }
}
/* line 80, ../sass/modules/_banners.scss */
.banner .HeaderTitle .page-header h2,
.banner .HeaderTitle .field-content h2,
.banner .views-field.views-field-nothing .page-header h2,
.banner .views-field.views-field-nothing .field-content h2,
.sec2 .HeaderTitle .page-header h2,
.sec2 .HeaderTitle .field-content h2,
.sec2 .views-field.views-field-nothing .page-header h2,
.sec2 .views-field.views-field-nothing .field-content h2,
.sec3 .HeaderTitle .page-header h2,
.sec3 .HeaderTitle .field-content h2,
.sec3 .views-field.views-field-nothing .page-header h2,
.sec3 .views-field.views-field-nothing .field-content h2,
.sec5 .HeaderTitle .page-header h2,
.sec5 .HeaderTitle .field-content h2,
.sec5 .views-field.views-field-nothing .page-header h2,
.sec5 .views-field.views-field-nothing .field-content h2 {
  color: #fff;
  font-size: 50px;
  text-shadow: 0px 1px 1px #777;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 80, ../sass/modules/_banners.scss */
  .banner .HeaderTitle .page-header h2,
  .banner .HeaderTitle .field-content h2,
  .banner .views-field.views-field-nothing .page-header h2,
  .banner .views-field.views-field-nothing .field-content h2,
  .sec2 .HeaderTitle .page-header h2,
  .sec2 .HeaderTitle .field-content h2,
  .sec2 .views-field.views-field-nothing .page-header h2,
  .sec2 .views-field.views-field-nothing .field-content h2,
  .sec3 .HeaderTitle .page-header h2,
  .sec3 .HeaderTitle .field-content h2,
  .sec3 .views-field.views-field-nothing .page-header h2,
  .sec3 .views-field.views-field-nothing .field-content h2,
  .sec5 .HeaderTitle .page-header h2,
  .sec5 .HeaderTitle .field-content h2,
  .sec5 .views-field.views-field-nothing .page-header h2,
  .sec5 .views-field.views-field-nothing .field-content h2 {
    font-size: 32px;
  }
}
/* line 88, ../sass/modules/_banners.scss */
.banner .HeaderTitle .page-header .dis,
.banner .HeaderTitle .field-content .dis,
.banner .views-field.views-field-nothing .page-header .dis,
.banner .views-field.views-field-nothing .field-content .dis,
.sec2 .HeaderTitle .page-header .dis,
.sec2 .HeaderTitle .field-content .dis,
.sec2 .views-field.views-field-nothing .page-header .dis,
.sec2 .views-field.views-field-nothing .field-content .dis,
.sec3 .HeaderTitle .page-header .dis,
.sec3 .HeaderTitle .field-content .dis,
.sec3 .views-field.views-field-nothing .page-header .dis,
.sec3 .views-field.views-field-nothing .field-content .dis,
.sec5 .HeaderTitle .page-header .dis,
.sec5 .HeaderTitle .field-content .dis,
.sec5 .views-field.views-field-nothing .page-header .dis,
.sec5 .views-field.views-field-nothing .field-content .dis {
  font-size: 18px;
  color: #fff;
  text-shadow: 0px 1px 1px #777;
}
/* line 93, ../sass/modules/_banners.scss */
.banner .HeaderTitle .page-header .more,
.banner .HeaderTitle .field-content .more,
.banner .views-field.views-field-nothing .page-header .more,
.banner .views-field.views-field-nothing .field-content .more,
.sec2 .HeaderTitle .page-header .more,
.sec2 .HeaderTitle .field-content .more,
.sec2 .views-field.views-field-nothing .page-header .more,
.sec2 .views-field.views-field-nothing .field-content .more,
.sec3 .HeaderTitle .page-header .more,
.sec3 .HeaderTitle .field-content .more,
.sec3 .views-field.views-field-nothing .page-header .more,
.sec3 .views-field.views-field-nothing .field-content .more,
.sec5 .HeaderTitle .page-header .more,
.sec5 .HeaderTitle .field-content .more,
.sec5 .views-field.views-field-nothing .page-header .more,
.sec5 .views-field.views-field-nothing .field-content .more {
  margin-top: 30px;
}
/* line 95, ../sass/modules/_banners.scss */
.banner .HeaderTitle .page-header .more a,
.banner .HeaderTitle .field-content .more a,
.banner .views-field.views-field-nothing .page-header .more a,
.banner .views-field.views-field-nothing .field-content .more a,
.sec2 .HeaderTitle .page-header .more a,
.sec2 .HeaderTitle .field-content .more a,
.sec2 .views-field.views-field-nothing .page-header .more a,
.sec2 .views-field.views-field-nothing .field-content .more a,
.sec3 .HeaderTitle .page-header .more a,
.sec3 .HeaderTitle .field-content .more a,
.sec3 .views-field.views-field-nothing .page-header .more a,
.sec3 .views-field.views-field-nothing .field-content .more a,
.sec5 .HeaderTitle .page-header .more a,
.sec5 .HeaderTitle .field-content .more a,
.sec5 .views-field.views-field-nothing .page-header .more a,
.sec5 .views-field.views-field-nothing .field-content .more a {
  margin: 0px 5px 10px;
  text-shadow: 1px 0px 1px #505050;
}

/* line 107, ../sass/modules/_banners.scss */
.sec5 .views-field.views-field-nothing .field-content {
  margin: auto 0px !important;
  text-align: left !important;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 107, ../sass/modules/_banners.scss */
  .sec5 .views-field.views-field-nothing .field-content {
    max-width: 320px;
  }
}
/* line 115, ../sass/modules/_banners.scss */
.sec5 h1 {
  color: white;
  font-size: 100px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 115, ../sass/modules/_banners.scss */
  .sec5 h1 {
    font-size: 40px;
  }
}
/* line 123, ../sass/modules/_banners.scss */
.sec5 .views-slideshow-controls-bottom.clearfix {
  position: absolute;
  bottom: 0px;
  left: 15px;
  z-index: 99;
}
/* line 128, ../sass/modules/_banners.scss */
.sec5 .views-slideshow-controls-bottom.clearfix .views_slideshow_pager_field_item {
  float: left;
  color: #fff;
  padding: 10px;
  border-right: 1px solid  #666;
  font-size: 16px;
  cursor: pointer;
}
/* line 136, ../sass/modules/_banners.scss */
.sec5 .views-slideshow-controls-bottom.clearfix .active .views-field-title::after {
  border-bottom: 3px solid #F2882C;
  position: absolute;
}

/* line 147, ../sass/modules/_banners.scss */
.banner .views-slideshow-controls-bottom,
.sec2 .views-slideshow-controls-bottom,
.sec3 .views-slideshow-controls-bottom,
.i_sec5 .views-slideshow-controls-bottom {
  bottom: 40px;
  z-index: 20;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}

/* line 1, ../sass/modules/_pages.scss */
.section-slide-counter {
  position: fixed;
  right: 30px;
  top: 365px;
  z-index: 9;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 1, ../sass/modules/_pages.scss */
  .section-slide-counter {
    top: 300px;
  }
}
/* line 10, ../sass/modules/_pages.scss */
.section-slide-counter #menu li {
  list-style: none;
}
/* line 12, ../sass/modules/_pages.scss */
.section-slide-counter #menu li a {
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(235, 235, 235, 0.2);
  margin: 15px 0;
  text-indent: -9999px;
}
/* line 23, ../sass/modules/_pages.scss */
.section-slide-counter #menu .active a {
  background: #fb612e;
  border-color: #623223;
}

/* line 30, ../sass/modules/_pages.scss */
#sms-verify-phone-number {
  max-width: 400px;
}

/* line 33, ../sass/modules/_pages.scss */
.path-frontpage .region.region-content {
  padding-bottom: 0px;
}

/* line 36, ../sass/modules/_pages.scss */
.region.region-content {
  padding-bottom: 15px;
  overflow: hidden;
}
/* line 39, ../sass/modules/_pages.scss */
.region.region-content .social-media-block {
  position: fixed;
  right: 25px;
  top: 170px;
  z-index: 9;
  width: 30px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 39, ../sass/modules/_pages.scss */
  .region.region-content .social-media-block {
    top: 100px;
  }
}
/* line 48, ../sass/modules/_pages.scss */
.region.region-content .social-media-block p a {
  margin-bottom: 3px;
  color: #fff;
  border-color: #fff;
}

@media (min-width: 0px) and (max-width: 767px) {
  /* line 58, ../sass/modules/_pages.scss */
  .fp-viewing-lastPage .region.region-content .social-media-block,
  .fp-viewing-lastPage .section-slide-counter {
    display: none;
  }
}
/* line 68, ../sass/modules/_pages.scss */
.shs-select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  padding-right: 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

/* line 90, ../sass/modules/_pages.scss */
.shs-widget-container {
  display: block;
}

/* line 93, ../sass/modules/_pages.scss */
.shs-select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 99, ../sass/modules/_pages.scss */
.wow_:first-child {
  visibility: hidden;
}

/* line 104, ../sass/modules/_pages.scss */
.form-select::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e114';
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  color: #337ab7;
  content: '▼';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: -0.5em;
  padding-right: 0.5em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
}

/* line 125, ../sass/modules/_pages.scss */
.path-press-release .view-press-release .views-field-title a {
  font-size: 13px !important;
  color: #434343 !important;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 131, ../sass/modules/_pages.scss */
  .pagination > li > a {
    padding: 6px 7px !important;
  }
}
/* line 1, ../sass/modules/_leadership.scss */
#section3 {
  background: #303452 !important;
}
/* line 4, ../sass/modules/_leadership.scss */
#section3 .leadership-block .view-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 10, ../sass/modules/_leadership.scss */
#section3 .leadership-block .views-row {
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 10, ../sass/modules/_leadership.scss */
  #section3 .leadership-block .views-row {
    margin-bottom: 15px;
  }
}
/* line 16, ../sass/modules/_leadership.scss */
#section3 .leadership-block .block-title {
  color: #fff;
  font-size: 40px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 16, ../sass/modules/_leadership.scss */
  #section3 .leadership-block .block-title {
    margin-bottom: 20px;
  }
}
/* line 25, ../sass/modules/_leadership.scss */
#section3 .leadership-block .views-field.views-field-nothing {
  text-align: center;
  bottom: 50px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  color: #fff;
}
/* line 33, ../sass/modules/_leadership.scss */
#section3 .leadership-block .views-field.views-field-nothing h2 {
  color: #fff;
  font-size: 20px;
}
@media screen and (min-width: 0px) and (max-width: 991px) {
  /* line 33, ../sass/modules/_leadership.scss */
  #section3 .leadership-block .views-field.views-field-nothing h2 {
    font-size: 16px;
  }
}
/* line 40, ../sass/modules/_leadership.scss */
#section3 .leadership-block .views-field.views-field-nothing .dis {
  font-size: 16px;
}
@media screen and (min-width: 0px) and (max-width: 991px) {
  /* line 40, ../sass/modules/_leadership.scss */
  #section3 .leadership-block .views-field.views-field-nothing .dis {
    font-size: 12px;
  }
}
/* line 46, ../sass/modules/_leadership.scss */
#section3 .leadership-block .views-field.views-field-nothing .more a {
  color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 991px) {
  /* line 46, ../sass/modules/_leadership.scss */
  #section3 .leadership-block .views-field.views-field-nothing .more a {
    font-size: 12px;
  }
}
/* line 51, ../sass/modules/_leadership.scss */
#section3 .leadership-block .views-field.views-field-nothing .more a:hover {
  color: #F2882C;
}
/* line 57, ../sass/modules/_leadership.scss */
#section3 .leadership-block .view-footer {
  float: left;
  width: 100%;
  text-align: center;
  display: none;
}
/* line 62, ../sass/modules/_leadership.scss */
#section3 .leadership-block .view-footer a {
  font-family: "Oswald", sans-serif;
  color: #fff !important;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  padding: 5px 15px;
  background: #f26522;
  border: 1px solid #b13900;
  border-color: #f26522;
  border-bottom: 3px solid #b13900;
  margin-top: 15px;
}

/* line 81, ../sass/modules/_leadership.scss */
.path-leadership .view-leadership .views-row {
  position: relative;
  overflow: hidden;
}
/* line 87, ../sass/modules/_leadership.scss */
.path-leadership .view-leadership .views-row img {
  width: 100%;
  margin-bottom: -5px;
}
/* line 91, ../sass/modules/_leadership.scss */
.path-leadership .view-leadership .views-row .views-field.views-field-field-name, .path-leadership .view-leadership .views-row .views-field.views-field-title a {
  position: absolute;
  bottom: 30px;
  text-align: center;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0px 0px 1px #333;
}
/* line 102, ../sass/modules/_leadership.scss */
.path-leadership .view-leadership .views-row .views-field-view-node a, .path-leadership .view-leadership .views-row .views-field-nothing {
  position: absolute;
  padding-top: 26%;
  text-align: center;
  background: rgba(0, 121, 150, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  font-size: 40px;
  color: #fff;
  transform: translateY(100%);
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
/* line 115, ../sass/modules/_leadership.scss */
.path-leadership .view-leadership .views-row .views-field-view-node a:hover, .path-leadership .view-leadership .views-row .views-field-nothing:hover {
  transform: translateY(0%);
}
/* line 120, ../sass/modules/_leadership.scss */
.path-leadership .view-leadership .views-row:hover .views-field-view-node a, .path-leadership .view-leadership .views-row:hover .views-field-nothing {
  transform: translateY(0%);
}
/* line 124, ../sass/modules/_leadership.scss */
.path-leadership .view-leadership .views-row .views-field-nothing {
  padding: 19% 1% 1% 1%;
  font-size: 14px;
  background: #007996;
}
/* line 128, ../sass/modules/_leadership.scss */
.path-leadership .view-leadership .views-row .views-field-nothing .name {
  font-size: 20px;
  font-weight: bold;
}
/* line 131, ../sass/modules/_leadership.scss */
.path-leadership .view-leadership .views-row .views-field-nothing .name a {
  color: #fff;
}
/* line 135, ../sass/modules/_leadership.scss */
.path-leadership .view-leadership .views-row .views-field-nothing .bio a {
  color: rgba(255, 255, 255, 0.6);
  transition: all .3s linear 0s;
  font-size: 13px;
}
/* line 139, ../sass/modules/_leadership.scss */
.path-leadership .view-leadership .views-row .views-field-nothing .bio a:hover {
  color: #fff;
}

/* line 1, ../sass/modules/_join.scss */
#section5 {
  background: #303452 !important;
}
/* line 3, ../sass/modules/_join.scss */
#section5 .views-row {
  margin: 0 auto;
  float: none;
  text-align: center;
}
/* line 9, ../sass/modules/_join.scss */
#section5 .join-block h2 {
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 9, ../sass/modules/_join.scss */
  #section5 .join-block h2 {
    font-size: 40px;
  }
}
/* line 18, ../sass/modules/_join.scss */
#section5 .join-block .dis h5 {
  color: #bab6d6;
  font-size: 30px;
  font-family: open sans;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 18, ../sass/modules/_join.scss */
  #section5 .join-block .dis h5 {
    font-size: 16px;
  }
}
/* line 26, ../sass/modules/_join.scss */
#section5 .join-block .dis h3 {
  color: #F2882C;
}
/* line 29, ../sass/modules/_join.scss */
#section5 .join-block .dis p {
  color: #bab6d6;
}
/* line 34, ../sass/modules/_join.scss */
#section5 .join-block .more ul {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
  list-style: none;
  padding: 0px;
}
@media screen and (min-width: 992px) {
  /* line 34, ../sass/modules/_join.scss */
  #section5 .join-block .more ul {
    margin: 0 auto;
    width: 720px;
  }
}
/* line 44, ../sass/modules/_join.scss */
#section5 .join-block .more ul li {
  width: 160px;
  margin: 8px 20px 8px 0;
}
@media screen and (min-width: 0px) and (max-width: 991px) {
  /* line 44, ../sass/modules/_join.scss */
  #section5 .join-block .more ul li {
    width: 100%;
    margin: 2px 0px 2px 0;
  }
}
/* line 51, ../sass/modules/_join.scss */
#section5 .join-block .more ul li a {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 110px;
}
@media screen and (min-width: 0px) and (max-width: 991px) {
  /* line 51, ../sass/modules/_join.scss */
  #section5 .join-block .more ul li a {
    font-size: 16px;
    min-height: 100%;
    padding: 5px;
  }
}
/* line 68, ../sass/modules/_join.scss */
#section5 .join-block .more ul li:nth-child(1) a {
  background: #00aeef;
}
/* line 71, ../sass/modules/_join.scss */
#section5 .join-block .more ul li:nth-child(2) a {
  background: #ec008c;
}
/* line 74, ../sass/modules/_join.scss */
#section5 .join-block .more ul li:nth-child(3) a {
  background: #f26522;
}
/* line 77, ../sass/modules/_join.scss */
#section5 .join-block .more ul li:nth-child(4) a {
  background: #26947e;
}

/* line 3, ../sass/modules/_article.scss */
.path-articles .view-articles .view-content, .path-articles .view-press-release .view-content, .path-press-release .view-articles .view-content, .path-press-release .view-press-release .view-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 8, ../sass/modules/_article.scss */
.path-articles .view-articles .view-content .views-row, .path-articles .view-press-release .view-content .views-row, .path-press-release .view-articles .view-content .views-row, .path-press-release .view-press-release .view-content .views-row {
  margin-bottom: 15px;
}
/* line 11, ../sass/modules/_article.scss */
.path-articles .view-articles .view-content img, .path-articles .view-press-release .view-content img, .path-press-release .view-articles .view-content img, .path-press-release .view-press-release .view-content img {
  width: 100%;
}
/* line 14, ../sass/modules/_article.scss */
.path-articles .view-articles .view-content .views-field.views-field-title, .path-articles .view-press-release .view-content .views-field.views-field-title, .path-press-release .view-articles .view-content .views-field.views-field-title, .path-press-release .view-press-release .view-content .views-field.views-field-title {
  text-align: center;
  padding: 10px;
  font-weight: bold;
}
/* line 19, ../sass/modules/_article.scss */
.path-articles .view-articles .view-content .views-field.views-field-view-node, .path-articles .view-press-release .view-content .views-field.views-field-view-node, .path-press-release .view-articles .view-content .views-field.views-field-view-node, .path-press-release .view-press-release .view-content .views-field.views-field-view-node {
  clear: both;
  display: block;
  width: 100%;
}
/* line 23, ../sass/modules/_article.scss */
.path-articles .view-articles .view-content .views-field.views-field-view-node a, .path-articles .view-press-release .view-content .views-field.views-field-view-node a, .path-press-release .view-articles .view-content .views-field.views-field-view-node a, .path-press-release .view-press-release .view-content .views-field.views-field-view-node a {
  padding: 8px 15px;
  color: #777;
  border: 1px solid #777;
  display: inline-block;
  margin-top: 10px;
}
/* line 29, ../sass/modules/_article.scss */
.path-articles .view-articles .view-content .views-field.views-field-view-node a:hover, .path-articles .view-press-release .view-content .views-field.views-field-view-node a:hover, .path-press-release .view-articles .view-content .views-field.views-field-view-node a:hover, .path-press-release .view-press-release .view-content .views-field.views-field-view-node a:hover {
  background: #777;
  color: #fff;
}
/* line 35, ../sass/modules/_article.scss */
.path-articles .view-articles .view-content .views-field-last-updated-1, .path-articles .view-articles .view-content .views-field-created-1, .path-articles .view-press-release .view-content .views-field-last-updated-1, .path-articles .view-press-release .view-content .views-field-created-1, .path-press-release .view-articles .view-content .views-field-last-updated-1, .path-press-release .view-articles .view-content .views-field-created-1, .path-press-release .view-press-release .view-content .views-field-last-updated-1, .path-press-release .view-press-release .view-content .views-field-created-1 {
  margin-top: -27px;
  margin-left: 10px;
}
/* line 38, ../sass/modules/_article.scss */
.path-articles .view-articles .view-content .views-field-last-updated-1 .date, .path-articles .view-articles .view-content .views-field-created-1 .date, .path-articles .view-press-release .view-content .views-field-last-updated-1 .date, .path-articles .view-press-release .view-content .views-field-created-1 .date, .path-press-release .view-articles .view-content .views-field-last-updated-1 .date, .path-press-release .view-articles .view-content .views-field-created-1 .date, .path-press-release .view-press-release .view-content .views-field-last-updated-1 .date, .path-press-release .view-press-release .view-content .views-field-created-1 .date {
  background: orange;
  font-size: 16px;
  padding: 8px 15px;
  font-weight: bold;
}
/* line 44, ../sass/modules/_article.scss */
.path-articles .view-articles .view-content .views-field-last-updated-1 .month, .path-articles .view-articles .view-content .views-field-created-1 .month, .path-articles .view-press-release .view-content .views-field-last-updated-1 .month, .path-articles .view-press-release .view-content .views-field-created-1 .month, .path-press-release .view-articles .view-content .views-field-last-updated-1 .month, .path-press-release .view-articles .view-content .views-field-created-1 .month, .path-press-release .view-press-release .view-content .views-field-last-updated-1 .month, .path-press-release .view-press-release .view-content .views-field-created-1 .month {
  background: #777;
  text-align: center;
  padding: 5px;
  color: #fff;
}

/* line 1, ../sass/modules/_footer.scss */
.footer-warp,
#section6 {
  background: #1c1f34 !important;
}
/* line 4, ../sass/modules/_footer.scss */
.footer-warp .fp-tableCell,
#section6 .fp-tableCell {
  vertical-align: top;
}

/* line 8, ../sass/modules/_footer.scss */
.footer-warp .dropdown-menu > li > a {
  color: #fff;
}

/* line 12, ../sass/modules/_footer.scss */
.row.footer-bottom {
  border-top: 1px solid #292c3f;
  padding: 15px 0;
  margin-top: 15px;
  color: #787a85;
  font-size: 16px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 12, ../sass/modules/_footer.scss */
  .row.footer-bottom {
    text-align: center;
  }
}
/* line 21, ../sass/modules/_footer.scss */
.row.footer-bottom .social-media-block {
  margin-top: 0px;
  float: right;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 21, ../sass/modules/_footer.scss */
  .row.footer-bottom .social-media-block {
    float: none;
  }
}

/* line 29, ../sass/modules/_footer.scss */
.path-frontpage .footer-warp {
  overflow: auto;
  max-height: 100vh;
}

/* line 33, ../sass/modules/_footer.scss */
.footer-warp .nav {
  border-bottom: 1px solid #292c3f;
}

/* line 2, ../sass/modules/_user.scss */
.path-user #the_logo a {
  margin: 0 auto;
  width: 105px;
  overflow: hidden;
  display: block;
}
/* line 7, ../sass/modules/_user.scss */
.path-user #the_logo a img {
  width: 100%;
}

/* line 13, ../sass/modules/_user.scss */
#edit-actions {
  margin-top: 15px;
}

/* line 17, ../sass/modules/_user.scss */
#auth_box .g-recaptcha iframe,
#auth_box .g-recaptcha > div {
  /*width: 100% !important;*/
}

/* line 22, ../sass/modules/_user.scss */
#auth_box {
  width: 363px;
  margin: 0 auto;
  padding: 50px 0 0;
}
/* line 26, ../sass/modules/_user.scss */
#auth_box .messages__wrapper {
  float: left;
}

/* line 30, ../sass/modules/_user.scss */
#auth_box h2.title {
  text-align: center;
  padding: 0px;
  margin-bottom: 15px;
}

/* line 35, ../sass/modules/_user.scss */
#auth_box #middle_part {
  box-shadow: 0 0 0px 0px #ccc;
  padding: 0px 15px 15px 15px;
}

/* line 39, ../sass/modules/_user.scss */
#auth_box #edit-contact,
#auth_box ._fieldset-description,
#auth_box label,
#auth_box .captcha legend,
#auth_box ._description {
  display: none;
}

/* line 46, ../sass/modules/_user.scss */
#auth_box input[type="text"], #auth_box input[type="password"] {
  width: 100%;
}

/* line 49, ../sass/modules/_user.scss */
#auth_box #middle_part,
.path-user {
  background-color: #f5f5f5;
}

/* line 53, ../sass/modules/_user.scss */
.hybridauth-facebook-hybridauth-32 {
  background: transparent url(../images/facebook.png) 0px 0px no-repeat;
  background-size: auto auto;
  background-size: 333px;
}

/* line 58, ../sass/modules/_user.scss */
.hybridauth-icon-hybridauth-32 {
  width: 333px;
  height: 45px;
  opacity: 1;
  display: block;
  float: left;
  margin-bottom: 10px;
}

/* line 66, ../sass/modules/_user.scss */
.hybridauth-google-hybridauth-32 {
  background: transparent url(../images/google_plus.png) 0px 0px no-repeat;
  background-size: auto auto;
  background-size: 333px;
}

/* line 71, ../sass/modules/_user.scss */
.hybridauth-widget-wrapper h3 {
  text-align: center;
  margin-top: 0px;
  color: #999;
  font-size: 20px;
  float: left;
  width: 100%;
}

/* line 79, ../sass/modules/_user.scss */
#auth_box .form-submit {
  float: none;
  display: block;
  width: 100%;
}

/* line 84, ../sass/modules/_user.scss */
#auth_box #bottom_part {
  text-align: center;
  padding: 0px 0px 15px;
}

/* line 89, ../sass/modules/_user.scss */
#edit-phone-number-0-value {
  padding: 5px;
  width: 100%;
}

/* line 93, ../sass/modules/_user.scss */
#auth_box .element-invisible {
  display: none;
}
#section3 .leadership-block .views-row .views-field-field-image {
    margin: 0 auto;
}
.footer-warp .nav > li > a {
   color: #F2882C !important;
}
.footer-warp .nav > li > a:hover, .footer-warp .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent !important;
}
