@charset "UTF-8";
/* Montserrat */
/* ---------------------------------------------------------
	1. General reset
	---------------------------------------------------------*/
body {
  font-size: 15px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

h2, .h2 {
  text-transform: uppercase;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin: 0 0 14px;
}

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

address {
  margin: 0;
  padding: 0 0 10px;
}

hr {
  border-color: #333333;
}

a:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #30acff;
}

label {
  color: black;
}

#main ul.contextual-links li:after {
  display: none;
}

#main ul.menu,
#main ul {
  padding: 0;
}
#main ul.menu li,
#main ul li {
  position: relative;
  list-style: none;
  background: none;
  padding: 0 0 0 10px;
  margin: 0;
}
#main ul.menu li:after,
#main ul li:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  margin: -2px 0 0;
  background: #515151;
  width: 5px;
  height: 5px;
}

ol {
  padding: 0 0 0 20px;
}

ol li {
  padding: 0 0 5px 0;
}

p a:hover {
  color: #30acff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#main .content .pager,
#main .region-content .pager,
.pager,
#wrapper #main .pager {
  overflow: hidden;
  text-align: center;
  padding: 15px 0;
}
#main .content .pager li,
#main .region-content .pager li,
.pager li,
#wrapper #main .pager li {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  width: auto;
  text-transform: none;
}
#main .content .pager li:after,
#main .region-content .pager li:after,
.pager li:after,
#wrapper #main .pager li:after {
  display: none;
}
#main .content .pager li.pager-current,
#main .region-content .pager li.pager-current,
.pager li.pager-current,
#wrapper #main .pager li.pager-current {
  padding: 2px 10px;
  background: #1f456a;
  color: white;
}
#main .content .pager a,
#main .region-content .pager a,
.pager a,
#wrapper #main .pager a {
  display: block;
  padding: 2px 10px;
  color: #32acff;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#main .content .pager a:hover,
#main .region-content .pager a:hover,
.pager a:hover,
#wrapper #main .pager a:hover {
  background: #1f456a;
  color: white;
}

#main div.contextual-links-wrapper ul.contextual-links li,
#admin-menu li {
  position: static;
  padding: 0;
}
#main div.contextual-links-wrapper ul.contextual-links li:after,
#admin-menu li:after {
  display: none;
}

::-webkit-input-placeholder {
  color: #a2a2a2;
}

:-moz-placeholder {
  color: #a2a2a2;
}

:-ms-input-placeholder {
  color: #a2a2a2;
}

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

figcaption {
  font-size: 14px;
  color: #707070;
  display: block;
}
figcaption a {
  font-style: italic;
}

input[type=text],
input[type=mail],
input[type=password],
.form-text {
  border: 1px solid #adadad;
  display: inline-block;
  vertical-align: top;
  color: #333;
  font: 14px/32px Arial, Helvetica, sans-serif;
  background: none;
  height: 32px;
  display: block;
  width: 100%;
  padding: 0 5px;
  outline: none;
  box-shadow: none;
}

input[type=submit],
.form-submit {
  color: #30acff;
  border: 2px solid #30acff;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  background: none;
  padding: 5px;
  outline: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
input[type=submit]:hover,
.form-submit:hover {
  background-color: #F9FFF3;
}

html body.admin-menu {
  margin-top: 0 !important;
}

.white {
  background: white;
}

.btn-default {
  padding: 24px 46px;
  text-transform: uppercase;
  font: 20px/1.1 "Montserrat", Arial, Helvetica, sans-serif;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}
.btn-default:focus, .btn-default:hover {
  background-color: #c27700;
  transition: none;
}

.btn {
  background: #30acff;
  border: 3px solid #2c2c2c;
  color: #1f1f1f;
  padding: 24px 46px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn:hover {
  background-color: #30acff;
  color: white;
}
@media only screen and (max-width: 1040px) {
  .btn {
    font-size: 18px;
    padding: 14px 16px;
  }
}

#search-form input[type="submit"] {
  margin: 15px 0;
}

#search-form input[type="text"] {
  border-color: #30acff;
  margin: 15px 0 0;
  font-size: 18px;
  height: 48px;
  border-width: 2px;
  max-width: 600px;
}

#search-form fieldset {
  height: auto !important;
  border: 1px solid #ccc;
  padding: 0 32px 25px;
}
#search-form fieldset.collapsed {
  border: none;
  padding: 0;
}
#search-form fieldset.collapsed legend {
  border: none;
  padding-bottom: 0;
}
#search-form fieldset legend {
  padding-bottom: 6px;
}

.subtitle {
  color: #30acff;
  text-transform: uppercase;
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .subtitle {
    font-size: 32px;
  }
}

#wrapper #main ol.search-results {
  margin: 0 0 40px;
}
#wrapper #main ol.search-results .search-snippet-info {
  padding: 0;
}
#wrapper #main ol.search-results li {
  border-bottom: 1px solid #ccc;
}
#wrapper #main ol.search-results p {
  margin-bottom: 18px;
}

/* style desktop 768 - 992px */
@media only screen and (max-width: 999px) {
  h1, .h1 {
    font-size: 40px;
  }

  h2, .h2 {
    font-size: 34px;
  }

  h3, .h3 {
    font-size: 26px;
  }

  h4, .h4 {
    font-size: 22px;
  }

  h5, .h5 {
    font-size: 20px;
  }

  h6, .h6 {
    font-size: 16px;
  }

  .btn, .btn-default {
    font-size: 18px;
  }
}
/* style desktop 0 - 767px */
@media only screen and (max-width: 767px) {
  body {
    font-size: 18px;
  }

  h1, .h1 {
    font-size: 30px;
  }

  h2, .h2 {
    font-size: 24px;
  }

  h3, .h3 {
    font-size: 22px;
  }

  h4, .h4 {
    font-size: 20px;
  }

  h5, .h5 {
    font-size: 17px;
  }

  h6, .h6 {
    font-size: 16px;
  }

  .btn, .btn-default {
    font-size: 12px;
  }
}
/* ---------------------------------------------------------
2. Сommon site styles
---------------------------------------------------------*/
#wrapper {
  background: white;
  overflow: hidden;
}
.not-front #wrapper {
  padding-top: 88px;
}
@media only screen and (max-width: 999px) {
  .not-front #wrapper {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .not-front #wrapper {
    padding-top: 70px;
  }
}
.not-front #wrapper.with-slider {
  padding-top: 0;
}

.inner-page-banner {
  margin-top: -88px;
  position: relative;
  margin-bottom: 20px;
}
.inner-page-banner img {
  max-width: none;
  width: 100%;
}
.inner-page-banner .title-wrapper {
  color: white;
  position: absolute;
  top: 35.2%;
  right: 60px;
  left: 60px;
  z-index: 5;
}
@media only screen and (max-width: 999px) {
  .inner-page-banner .title-wrapper {
    top: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page-banner .title-wrapper {
    right: 10px;
    left: 10px;
  }
}
.inner-page-banner .title-wrapper #page-title {
  max-width: 1200px;
  margin: 0 auto;
  text-transform: none;
  font-size: 75px;
  line-height: 1;
  padding: 0 20% 0 0;
  color: white;
}
@media only screen and (max-width: 1340px) {
  .inner-page-banner .title-wrapper #page-title {
    padding: 0;
    font-size: 65px;
  }
}
@media only screen and (max-width: 1260px) {
  .inner-page-banner .title-wrapper #page-title {
    font-size: 55px;
  }
}
@media only screen and (max-width: 1040px) {
  .inner-page-banner .title-wrapper #page-title {
    padding: 0 10px;
    font-size: 45px;
  }
}
@media only screen and (max-width: 999px) {
  .inner-page-banner .title-wrapper #page-title {
    font-size: 35px;
  }
}
.inner-page-banner .title-wrapper .subtitle {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 40px;
  line-height: 1;
  padding: 20px 20% 0 0;
}
@media only screen and (max-width: 1340px) {
  .inner-page-banner .title-wrapper .subtitle {
    padding: 20px 0 0;
    font-size: 30px;
  }
}
@media only screen and (max-width: 1260px) {
  .inner-page-banner .title-wrapper .subtitle {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1040px) {
  .inner-page-banner .title-wrapper .subtitle {
    padding: 20px 10px 0;
  }
}

#header {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
}
.admin-menu #header {
  top: 25px;
}
#header .top-menu-section {
  background: #d8d8d8;
  padding: 14px 0 6px;
}
@media only screen and (max-width: 767px) {
  #header .container {
    padding: 0;
  }
  #header .col-sm-9 {
    position: static;
  }
  #header .main-menu-section {
    position: relative;
  }
  #header .region-navigation {
    position: absolute;
    width: auto;
    top: 85px;
    left: 5px;
    right: 5px;
    z-index: 100;
    background: white;
    -webkit-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
  }
  .nav-active #header .region-navigation {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  #header .top-menu-section {
    display: none;
  }
}
#header .nav-opener {
  display: none;
  float: right;
  width: 56px;
  height: 54px;
  position: relative;
  border-radius: 0;
  cursor: pointer;
  overflow: hidden;
  text-indent: -9999px;
}
@media only screen and (max-width: 767px) {
  #header .nav-opener {
    display: block;
    margin: -6px -10px -4px 0;
  }
}
#header .nav-opener:before,
#header .nav-opener:after,
#header .nav-opener span {
  background: white;
  position: absolute;
  top: 12px;
  left: 15px;
  right: 15px;
  height: 6px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#header .nav-opener:before,
#header .nav-opener:after {
  content: '';
  top: 24px;
}
#header .nav-opener:after {
  top: 36px;
}
#header .nav-opener:hover {
  opacity: .9;
}
#header .wrap.active .nav-opener {
  background: white;
}
#header .wrap.active .nav-opener:hover {
  opacity: 1;
}
#header .wrap.active .nav-opener:before,
#header .wrap.active .nav-opener:after,
#header .wrap.active .nav-opener span {
  background: #30acff;
}
#header .holder {
  float: right;
  padding: 0 45px 0 0;
}
#header .holder .region-header {
  float: right;
}
#header .holder.active .region.region-header {
  display: none;
}
#header .holder.active .login-opener {
  color: #30acff;
}
@media only screen and (max-width: 1040px) {
  #header .holder {
    padding: 0 33px 0 0;
  }
}
@media only screen and (max-width: 999px) {
  #header .holder {
    padding: 0;
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  #header .holder .region-header {
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  #header .holder {
    display: none;
    position: absolute;
    right: 0;
    top: 58px;
    z-index: 81;
    background: white;
    width: 75%;
    padding: 15px 15px 5px;
  }
  #header .holder .region-header {
    float: none;
  }
}
#header .wrap {
  position: relative;
  padding: 8px 12px 11px 13px;
}
@media only screen and (max-width: 999px) {
  #header .wrap {
    padding: 10px 8px;
  }
}
@media only screen and (max-width: 767px) {
  #header .wrap {
    padding: 10px 10px 4px;
  }
}
#header.active .login-wrapper,
#header.active .civi-login,
#header.active .civi-logout,
#header.active .region-header {
  display: none;
}
#header.active .opener {
  float: left;
  margin-top: 3px;
}
#header.active .opener .fa-search::before {
  content: "\f05c";
  color: #30acff;
}
#header.active .search-block-wrapper {
  width: auto;
}
#header.active .search-block-wrapper form {
  float: left;
}
@media only screen and (max-width: 1260px) {
  #header.active .login-wrapper,
  #header.active .civi-login,
  #header.active .civi-logout,
  #header.active .region-header {
    display: block;
  }
  #header.active .opener {
    margin-top: 0;
    display: block;
  }
  #header.active .opener .fa-search::before {
    content: "\f002";
  }
  #header.active .opener.mobile {
    display: block;
    position: absolute;
    right: 3px;
    top: 30px;
    z-index: 100;
  }
}
@media only screen and (max-width: 1260px) and (max-width: 999px) {
  #header.active .opener.mobile {
    right: 7px;
    top: 23px;
  }
}
@media only screen and (max-width: 1260px) and (max-width: 800px) {
  #header.active .opener.mobile {
    top: 22px;
  }
}

.top-menu-section .menu {
  padding: 0 10px 1px 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
.top-menu-section .menu li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font: 700 14px/17px "Montserrat", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0 0 0 21px;
}
.top-menu-section .menu a {
  color: #191919;
}

#logo {
  float: left;
  margin: 0;
}
#logo .logo-small {
  display: none;
}
#logo img {
  max-width: 55%;
}
@media only screen and (max-width: 999px) {
  #logo {
    max-width: 110px;
    z-index: 999;
    position: relative;
    float: none;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #logo {
    margin: 0 10px 10px 0;
    float: left;
  }
}

/* main menu */
#block-system-main-menu .menu {
  float: right;
  padding: 12px 60px 0 0;
  margin: 0;
  font-size: 14px;
}
@media only screen and (max-width: 1260px) {
  #block-system-main-menu .menu {
    padding: 12px 44px 0 0;
  }
}
@media only screen and (max-width: 1040px) {
  #block-system-main-menu .menu {
    padding: 12px 20px 0 0;
  }
}
@media only screen and (max-width: 999px) {
  #block-system-main-menu .menu {
    padding: 12px 10px 0 0;
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  #block-system-main-menu .menu {
    padding: 0;
    float: none;
    max-height: 300px;
    overflow: auto;
  }
}
#block-system-main-menu .menu > li {
  float: left;
  position: relative;
  margin: 0 0 0 42px;
  padding: 0;
  list-style: none;
}
#block-system-main-menu .menu > li:first-child {
  margin: 0 0 0 5px;
}
@media only screen and (max-width: 1260px) {
  #block-system-main-menu .menu > li {
    margin: 0 0 0 30px;
  }
}
@media only screen and (max-width: 1040px) {
  #block-system-main-menu .menu > li {
    margin: 0 0 0 22px;
  }
}
@media only screen and (max-width: 999px) {
  #block-system-main-menu .menu > li {
    margin: 0 0 0 17px;
  }
}
@media only screen and (max-width: 767px) {
  #block-system-main-menu .menu > li {
    float: none;
    width: auto;
    display: block;
    margin: 0;
  }
  #block-system-main-menu .menu > li:first-child {
    margin: 0;
  }
}
#block-system-main-menu .menu > li .menu {
  float: none;
  margin: 0;
  position: absolute;
  text-align: left;
  z-index: 99;
  width: auto;
  min-width: 250px;
  text-transform: uppercase;
  left: 0;
  top: 100%;
  height: 0;
  padding: 11px 0 10px;
  display: none;
}
@media only screen and (max-width: 767px) {
  #block-system-main-menu .menu > li .menu {
    position: static;
    box-shadow: none;
    height: auto;
    margin: 0;
    padding-top: 0;
    display: none;
  }
  #block-system-main-menu .menu > li .menu > li {
    transition: none;
  }
  #block-system-main-menu .menu > li .menu > li > a {
    padding-right: 0;
  }
  #block-system-main-menu .menu > li .menu > li > a:after {
    display: none;
  }
}
#block-system-main-menu .menu > li .menu > li {
  float: none;
  padding: 0;
  margin: 0;
  display: block;
  background: white;
  width: auto;
}
#block-system-main-menu .menu > li .menu > li:after {
  display: none;
}
#block-system-main-menu .menu > li .menu > li > a {
  text-transform: none;
  font-size: 14px;
  line-height: 1.1;
  padding: 8px 10px;
  display: block;
  color: #1f456a;
}
#block-system-main-menu .menu > li .menu > li > a:hover {
  color: #4c4c4c;
  text-decoration: underline;
}
#block-system-main-menu .menu > li .menu > li .menu {
  display: none;
  top: 0;
  left: 100%;
  display: none;
}
#block-system-main-menu .menu > li:hover .menu, #block-system-main-menu .menu > li.hover .menu {
  display: block;
}
@media only screen and (max-width: 767px) {
  #block-system-main-menu .menu > li:hover .menu, #block-system-main-menu .menu > li.hover .menu {
    display: block;
  }
}
#block-system-main-menu .menu > li:hover .menu li .menu, #block-system-main-menu .menu > li.hover .menu li .menu {
  padding-top: 0;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  #block-system-main-menu .menu > li:hover .menu li .menu, #block-system-main-menu .menu > li.hover .menu li .menu {
    margin-left: 10px;
  }
}
#block-system-main-menu .menu > li.active-trail > a {
  color: #30acff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#block-system-main-menu .menu > li.active-trail > a:hover, #block-system-main-menu .menu > li.active-trail > a:focus {
  color: #30acff;
}
#block-system-main-menu .menu > li:last-child li:hover .menu,
#block-system-main-menu .menu > li:last-child li.hover .menu {
  left: auto;
  right: 100%;
}
#block-system-main-menu .menu > li > a {
  text-transform: uppercase;
  color: white;
  padding: 0;
  display: block;
  margin-bottom: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#block-system-main-menu .menu > li > a.cnu-journal-item {
  color: #a9aaad;
}
#block-system-main-menu .menu > li > a.cnu-journal-item:focus, #block-system-main-menu .menu > li > a.cnu-journal-item:hover {
  color: #a9aaad;
}
@media only screen and (max-width: 767px) {
  #block-system-main-menu .menu > li > a {
    margin-bottom: 0;
    padding: 8px 28px 8px 0;
    color: black;
    position: relative;
  }
  #block-system-main-menu .menu > li > a br {
    display: none;
  }
  #block-system-main-menu .menu > li > a:after {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -7px 0 0;
    content: '\f054';
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: inherit;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    transform: translate(0px, 0px);
  }
}
#block-system-main-menu .menu > li > a:focus, #block-system-main-menu .menu > li > a:hover {
  text-decoration: none;
  color: #30acff;
}
#block-system-main-menu .menu > li:hover > a {
  text-decoration: none;
  color: #30acff;
}
#block-system-main-menu .menu > li.active-trail:hover > a {
  text-decoration: none;
  color: #30acff;
}

.login-opener,
.civi-login {
  float: right;
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
  margin: 14px 16px 0 0;
  padding: 0 0 0 15px;
  text-indent: -9999px;
  text-decoration: none;
  cursor: pointer;
}
.login-opener:after,
.civi-login:after {
  position: absolute;
  top: -9px;
  left: -1px;
  content: '\f007';
  text-indent: 0;
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: inherit;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  transform: translate(0px, 0px);
  font-size: 26px;
}
.login-opener:hover,
.civi-login:hover {
  text-decoration: none;
}
.login-opener:hover:after,
.civi-login:hover:after {
  background-position: 0 -186px;
}
.login-opener:before,
.civi-login:before {
  content: '';
  position: absolute;
  top: -2px;
  right: -24px;
  background: #7a92a1;
  width: 1px;
  height: 18px;
}
@media only screen and (max-width: 999px) {
  .login-opener,
  .civi-login {
    margin: 14px 48px 0 0;
    padding: 0 0 0 30px;
  }
  .login-opener:before,
  .civi-login:before {
    right: -12px;
  }
}
@media only screen and (max-width: 767px) {
  .login-opener,
  .civi-login {
    position: absolute;
    margin: 0;
    bottom: 46px;
    left: 15px;
    right: 15px;
    color: black;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 10px;
    border-style: solid;
    border-width: 1px 0;
    border-color: #000 transparent;
    text-indent: 0;
  }
  .login-opener:before,
  .civi-login:before {
    display: none;
  }
  .login-opener:after,
  .civi-login:after {
    top: 10px;
    background-position: -30px -157px;
  }
}

@media only screen and (max-width: 767px) {
  .login-opener {
    display: none;
  }
}

/* login-wrapper */
.login-wrapper {
  float: right;
  position: relative;
}
.login-wrapper .login-links {
  float: right;
  text-align: right;
  padding: 12px 20px 0 0;
}
.login-wrapper .login-links a {
  margin-right: 15px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
.login-wrapper .login-links a:hover {
  color: #30acff;
}
@media only screen and (max-width: 999px) {
  .login-wrapper .login-links {
    padding-top: 9px;
  }
  .login-wrapper .login-links a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .login-wrapper .login-links {
    float: none;
  }
  .login-wrapper .login-links a {
    color: black;
    font-size: 13px;
    padding-top: 15px;
    padding-bottom: 10px;
    border-style: solid;
    border-width: 1px 0 0;
    border-color: #000 transparent  transparent;
    display: block;
    text-align: left;
  }
  .login-wrapper .login-links .civi-logout {
    border-bottom: 1px solid #000;
  }
}
@media only screen and (max-width: 767px) {
  .login-wrapper {
    position: absolute;
    margin: 0;
    bottom: 46px;
    left: 15px;
    right: 15px;
  }
  .login-wrapper:before {
    display: none;
  }
  .login-wrapper:after {
    top: 10px;
    background-position: -30px -157px;
  }
}

.search-block-wrapper {
  position: absolute;
  right: 13px;
  top: 13px;
  width: 25px;
}
@media only screen and (max-width: 1040px) {
  .search-block-wrapper {
    right: 5px;
  }
}
@media only screen and (max-width: 999px) {
  .search-block-wrapper {
    top: 40px;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .search-block-wrapper {
    position: static;
    display: block;
    overflow: hidden;
    clear: both;
  }
}
.search-block-wrapper .element-invisible {
  display: none;
}
.search-block-wrapper .opener {
  display: block;
  float: right;
  cursor: pointer;
}
.search-block-wrapper .opener:hover i {
  color: #30acff;
}
.search-block-wrapper .opener i {
  color: white;
  font-size: 25px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 767px) {
  .search-block-wrapper .opener {
    display: none;
  }
}
.search-block-wrapper .opener.mobile {
  display: none;
}
.search-block-wrapper .opener.mobile i {
  color: #30acff;
}
.search-block-wrapper form {
  display: none;
  z-index: 80;
  padding: 0 15px 15px;
  float: right;
}
@media only screen and (max-width: 1260px) {
  .search-block-wrapper form {
    position: absolute;
    right: 0;
    top: 38px;
    display: none;
    z-index: 80;
    background: rgba(0, 0, 0, 0.7);
    padding: 15px;
    width: 320px;
    border-style: solid;
    border-width: 0 3px 3px;
    border-color: transparent #30acff #30acff;
  }
  .search-block-wrapper form .container-inline {
    width: auto;
  }
}
@media only screen and (max-width: 999px) {
  .search-block-wrapper form {
    top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .search-block-wrapper form {
    position: relative;
    overflow: hidden;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    border: none;
    padding: 10px 15px 2px 32px;
    display: block;
    float: none;
    color: black;
    background: none;
    margin-top: 50px;
  }
  .logged-in .search-block-wrapper form {
    margin-top: 85px;
  }
}
.search-block-wrapper form .form-item {
  margin: 0 10px 0 0;
  float: left;
  width: 260px;
}
.search-block-wrapper form .form-item .form-text {
  border: 2px solid #30acff;
  width: 100%;
  color: white;
  padding: 0 5px;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  font: 14px/18px "Montserrat", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.search-block-wrapper form .form-item .form-text::-webkit-input-placeholder {
  color: white;
}
.search-block-wrapper form .form-item .form-text::-moz-placeholder {
  opacity: 1;
  color: white;
}
.search-block-wrapper form .form-item .form-text:-moz-placeholder {
  color: white;
}
.search-block-wrapper form .form-item .form-text:-ms-input-placeholder {
  color: white;
}
.search-block-wrapper form .form-item .form-text.placeholder {
  color: white;
}
@media only screen and (max-width: 767px) {
  .search-block-wrapper form .form-item .form-text {
    color: black;
  }
  .search-block-wrapper form .form-item .form-text::-webkit-input-placeholder {
    color: #000;
  }
  .search-block-wrapper form .form-item .form-text:-moz-placeholder {
    color: #000;
  }
  .search-block-wrapper form .form-item .form-text:-ms-input-placeholder {
    color: #000;
  }
  .search-block-wrapper form .form-item .form-text::-moz-placeholder {
    opacity: 1;
    color: #000;
  }
}
@media only screen and (max-width: 1260px) {
  .search-block-wrapper form .form-item {
    width: 198px;
  }
}
@media only screen and (max-width: 767px) {
  .search-block-wrapper form .form-item {
    width: 100%;
    float: none;
    margin: 0;
    color: black;
  }
  .search-block-wrapper form .form-item .form-text {
    border: 0;
    padding: 0;
  }
}
.search-block-wrapper form #edit-actions--2,
.search-block-wrapper form #edit-actions {
  float: right;
}
.search-block-wrapper form #edit-actions--2 .form-submit,
.search-block-wrapper form #edit-actions .form-submit {
  color: #30acff;
  border: 2px solid #30acff;
  display: inline-block;
  vertical-align: top;
  font: 13px/18px "Montserrat", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  background: none;
  padding: 5px;
  height: 32px;
  outline: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.search-block-wrapper form #edit-actions--2 .form-submit:hover,
.search-block-wrapper form #edit-actions .form-submit:hover {
  background-color: #F9FFF3;
}
@media only screen and (max-width: 767px) {
  .search-block-wrapper form #edit-actions--2,
  .search-block-wrapper form #edit-actions {
    float: none;
    position: absolute;
    top: 8px;
    left: 0;
    color: black;
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: inherit;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    transform: translate(0px, 0px);
    font-size: 27px;
    line-height: 32px;
  }
  .search-block-wrapper form #edit-actions--2:before,
  .search-block-wrapper form #edit-actions:before {
    content: '\f002';
  }
  .search-block-wrapper form #edit-actions--2 .form-submit,
  .search-block-wrapper form #edit-actions .form-submit {
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    border: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    text-indent: -9999px;
  }
  .search-block-wrapper form #edit-actions--2 .form-submit:hover,
  .search-block-wrapper form #edit-actions .form-submit:hover {
    background: none;
  }
}
.search-block-wrapper.active form {
  max-height: 88px;
  float: left;
}

/* flexslider */
.flexslider {
  background: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 20px;
}
#main .flexslider .slides > li,
.flexslider .slides > li {
  padding: 0;
}
#main .flexslider .slides > li:after,
.flexslider .slides > li:after {
  display: none;
}
.flexslider .flex-direction-nav,
.flexslider .flex-control-nav {
  position: static;
}
.flexslider .flex-direction-nav li,
.flexslider .flex-control-nav li {
  width: auto;
}
.flexslider .flex-direction-nav li:after,
.flexslider .flex-control-nav li:after {
  display: none;
}
.flexslider .flex-direction-nav li:before,
.flexslider .flex-control-nav li:before {
  display: none;
}
.flexslider .flex-control-nav {
  position: absolute;
  bottom: 5px;
  z-index: 20;
  line-height: 0;
}
.flexslider .flex-control-nav li {
  padding-bottom: 0;
}
.flexslider .flex-control-nav a {
  background: rgba(255, 255, 255, 0.5);
}
.flexslider .flex-control-nav a:hover,
.flexslider .flex-control-nav a.flex-active {
  background: #fff;
}
.flexslider .flex-direction-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.front .flex-control-nav {
  display: none;
}

.front .more-link {
  position: absolute;
  top: -44px;
  left: 17px;
  text-transform: uppercase;
  font: 12px/1.1 "Montserrat", Arial, Helvetica, sans-serif;
}
.front .more-link a {
  color: #323232;
  text-decoration: underline;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.front .more-link a:hover {
  color: #275200;
}

/* breadcrumb */
.breadcrumb {
  border: none;
  background: none;
  color: black;
}
.breadcrumb a {
  color: white;
  text-decoration: underline;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.breadcrumb a.active {
  text-decoration: none;
  color: white;
}
.breadcrumb a:hover {
  text-decoration: none;
}

/* page-title-block */
.page-title-block {
  margin-bottom: 20px;
  overflow: hidden;
  margin-left: 5%;
}
@media only screen and (max-width: 767px) {
  .page-title-block {
    margin-left: 0;
  }
}

.page-subtitle-block {
  overflow: hidden;
  margin-left: 5%;
}
@media only screen and (max-width: 767px) {
  .page-subtitle-block {
    margin-left: 0;
  }
}

#block-views-homepage-slider-block {
  position: relative;
}
#block-views-homepage-slider-block .title-wrapper {
  color: white;
  position: absolute;
  top: 35.2%;
  right: 60px;
  left: 60px;
  z-index: 5;
}
@media only screen and (max-width: 999px) {
  #block-views-homepage-slider-block .title-wrapper {
    top: 40%;
  }
}
@media only screen and (max-width: 767px) {
  #block-views-homepage-slider-block .title-wrapper {
    right: 10px;
    left: 10px;
  }
}
#block-views-homepage-slider-block .title-wrapper h2 {
  max-width: 1200px;
  margin: 0 auto;
  text-transform: none;
  font-size: 75px;
  line-height: 1;
  padding-right: 20%;
}
@media only screen and (max-width: 1340px) {
  #block-views-homepage-slider-block .title-wrapper h2 {
    padding: 0;
    font-size: 65px;
  }
}
@media only screen and (max-width: 1260px) {
  #block-views-homepage-slider-block .title-wrapper h2 {
    font-size: 55px;
  }
}
@media only screen and (max-width: 1040px) {
  #block-views-homepage-slider-block .title-wrapper h2 {
    padding: 0 10px;
    font-size: 45px;
  }
}
@media only screen and (max-width: 999px) {
  #block-views-homepage-slider-block .title-wrapper h2 {
    font-size: 35px;
  }
}
#block-views-homepage-slider-block .flexslider .slides img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .flexslider:hover .flex-direction-nav .flex-prev {
    left: 0;
  }
  .flexslider:hover .flex-direction-nav .flex-next {
    right: 0;
  }
}

.view-homepage-slider .flex-direction-nav {
  top: 50%;
}
.view-homepage-slider .flex-direction-nav a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 60px;
  height: 64px;
}
.view-homepage-slider .flex-direction-nav a:before {
  font-size: 60px;
}
@media only screen and (max-width: 999px) {
  .view-homepage-slider .flex-direction-nav a {
    height: 44px;
    font-size: 40px;
  }
  .view-homepage-slider .flex-direction-nav a:before {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .view-homepage-slider .flex-direction-nav a.flex-prev {
    left: 0;
  }
  .view-homepage-slider .flex-direction-nav a.flex-next {
    right: 0;
  }
}
.view-homepage-slider .flexslider {
  margin: 0 0 9px;
  overflow: hidden;
}
@media only screen and (max-width: 500px) {
  .view-homepage-slider .flexslider {
    margin: 0;
  }
}
.view-homepage-slider .slider-content-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  color: white;
  background: rgba(0, 0, 0, 0.35);
  padding: 35px 0;
}
@media only screen and (max-width: 1040px) {
  .view-homepage-slider .slider-content-wrapper {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .view-homepage-slider .slider-content-wrapper {
    padding: 10px 0;
  }
}
.view-homepage-slider .slider-content-wrapper .slider-content {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 8px;
}
@media only screen and (max-width: 1199px) {
  .view-homepage-slider .slider-content-wrapper .slider-content {
    padding: 0 10px 8px;
  }
}
@media only screen and (max-width: 1040px) {
  .view-homepage-slider .slider-content-wrapper .slider-content {
    padding: 0 10px 8px;
  }
}
.view-homepage-slider .slider-content-wrapper .slider-title-wrapper {
  float: left;
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .view-homepage-slider .slider-content-wrapper .slider-title-wrapper {
    float: none;
    width: auto;
  }
}
.view-homepage-slider .slider-content-wrapper .slider-buttons-wrapper {
  float: left;
  width: 30%;
  padding: 8px 0 0 5px;
}
@media only screen and (max-width: 1040px) {
  .view-homepage-slider .slider-content-wrapper .slider-buttons-wrapper {
    padding: 5px 0 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .view-homepage-slider .slider-content-wrapper .slider-buttons-wrapper {
    float: none;
    width: auto;
    padding: 10px 0 0;
  }
}
.view-homepage-slider .slider-title-wrapper .slider-title {
  font-size: 26px;
  color: #30acff;
  padding-bottom: 8px;
}
.view-homepage-slider .slider-title-wrapper .slider-title a {
  color: #30acff;
}
@media only screen and (max-width: 1040px) {
  .view-homepage-slider .slider-title-wrapper .slider-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 999px) {
  .view-homepage-slider .slider-title-wrapper .slider-title {
    font-size: 18px;
  }
}
.view-homepage-slider .slider-title-wrapper .slider-description {
  font-size: 20px;
  line-height: 24px;
}
@media only screen and (max-width: 1040px) {
  .view-homepage-slider .slider-title-wrapper .slider-description {
    font-size: 18px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 999px) {
  .view-homepage-slider .slider-title-wrapper .slider-description {
    font-size: 14px;
    line-height: 17px;
  }
}
.view-homepage-slider .slider-buttons-wrapper div {
  display: inline-block;
  vertical-align: top;
  margin: 0 11px 5px 0;
}
.view-homepage-slider .slider-buttons-wrapper a {
  display: inline-block;
  vertical-align: top;
  background: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  padding: 7px 14px;
  border: 1px solid #30acff;
  text-decoration: none;
}
.view-homepage-slider .slider-buttons-wrapper a:hover {
  background: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 1040px) {
  .view-homepage-slider .slider-buttons-wrapper a {
    padding: 5px 12px;
  }
}
@media only screen and (max-width: 999px) {
  .view-homepage-slider .slider-buttons-wrapper a {
    font-size: 12px;
    padding: 4px 11px;
  }
}

/* blue-boxes */
.blue-boxes {
  padding: 0 7px 6px;
}
@media only screen and (max-width: 500px) {
  .blue-boxes {
    padding: 0;
  }
}
.blue-boxes .region {
  overflow: hidden;
  text-transform: uppercase;
}
.blue-boxes .block-bean {
  float: left;
  width: 20%;
  border: 3px solid white;
}
.blue-boxes .block-bean.wide-bean {
  width: 40%;
}
@media only screen and (max-width: 999px) {
  .blue-boxes .block-bean {
    width: 25%;
  }
  .blue-boxes .block-bean.wide-bean {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .blue-boxes .block-bean {
    width: 50%;
  }
  .blue-boxes .block-bean.wide-bean {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .blue-boxes .block-bean {
    border: 0;
    border-top: 5px solid white;
    width: auto;
    max-width: 380px;
    margin: 0 auto;
    float: none;
    overflow: hidden;
  }
  .blue-boxes .block-bean.wide-bean {
    width: auto;
    max-width: 380px;
  }
}
.blue-boxes h2 {
  font-size: 30px;
  padding: 5px 10px 40px;
  margin: 0;
}
@media only screen and (max-width: 1340px) {
  .blue-boxes h2 {
    font-size: 24px;
  }
}
.blue-boxes p {
  margin: 0;
  padding: 0 10px 5px;
  font-size: 15px;
  line-height: 17px;
  display: none;
}
.blue-boxes a {
  display: none;
}
.blue-boxes .block-content-wrapper {
  background: #32adfd;
  color: white;
  min-height: 292px;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 1340px) {
  .blue-boxes .block-content-wrapper {
    min-height: 252px;
  }
}
@media only screen and (max-width: 1260px) {
  .blue-boxes .block-content-wrapper {
    min-height: 236px;
  }
}
@media only screen and (max-width: 1040px) {
  .blue-boxes .block-content-wrapper {
    min-height: 190px;
  }
}
.blue-boxes .block-content-wrapper .empty-placeholder,
.blue-boxes .block-content-wrapper .image-placeholder {
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: 50% 0;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.blue-boxes .block-content-wrapper .blue-block-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: block;
}
.blue-boxes .block-content-wrapper .blue-block-link:after {
  display: none;
}
.blue-boxes .block-content-wrapper .empty-placeholder {
  opacity: 1;
  z-index: 3;
  background: rgba(2, 16, 27, 0.3);
}
.blue-boxes .block-content-wrapper .block-frame {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 25px 45px 5px 15px;
}
@media only screen and (max-width: 1260px) {
  .blue-boxes .block-content-wrapper .block-frame {
    padding: 15px;
  }
  .blue-boxes .block-content-wrapper .block-frame h2 {
    padding: 0;
    font-size: 24px;
  }
  .blue-boxes .block-content-wrapper .block-frame p {
    padding: 0 0 5px;
    font-size: 13px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 1040px) {
  .blue-boxes .block-content-wrapper .block-frame {
    padding: 10px;
  }
  .blue-boxes .block-content-wrapper .block-frame h2 {
    padding: 0;
    font-size: 20px;
  }
  .blue-boxes .block-content-wrapper .block-frame p {
    padding: 0 0 5px;
    font-size: 12px;
    line-height: 16px;
  }
}
.blue-boxes .block-content-wrapper.hover, .blue-boxes .block-content-wrapper:hover {
  background: #000;
}
.blue-boxes .block-content-wrapper.hover .blue-block-link, .blue-boxes .block-content-wrapper:hover .blue-block-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: block;
}
.blue-boxes .block-content-wrapper.hover .blue-block-link:after, .blue-boxes .block-content-wrapper:hover .blue-block-link:after {
  display: none;
}
.blue-boxes .block-content-wrapper.hover .empty-placeholder, .blue-boxes .block-content-wrapper:hover .empty-placeholder {
  opacity: 1;
  z-index: 3;
  background: #000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.blue-boxes .block-content-wrapper.hover h2, .blue-boxes .block-content-wrapper:hover h2 {
  background: none;
  font-size: 30px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 1340px) {
  .blue-boxes .block-content-wrapper.hover h2, .blue-boxes .block-content-wrapper:hover h2 {
    font-size: 24px;
  }
}
.blue-boxes .block-content-wrapper.hover p, .blue-boxes .block-content-wrapper:hover p {
  background: none;
  margin-bottom: 15px;
  display: block;
}
.blue-boxes .block-content-wrapper.hover a, .blue-boxes .block-content-wrapper:hover a {
  display: block;
  color: white;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 24px 0 0;
  margin-left: 10px;
}
.blue-boxes .block-content-wrapper.hover a:after, .blue-boxes .block-content-wrapper:hover a:after {
  content: '\f178';
  position: absolute;
  top: 2px;
  right: 0;
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: inherit;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  transform: translate(0px, 0px);
}
@media only screen and (max-width: 1260px) {
  .blue-boxes .block-content-wrapper.hover a, .blue-boxes .block-content-wrapper:hover a {
    margin: 0;
    font-size: 16px;
  }
}
.blue-boxes .block-content-wrapper.hover .block-frame, .blue-boxes .block-content-wrapper:hover .block-frame {
  overflow: hidden;
  top: 0;
}
@media only screen and (max-width: 1340px) {
  .blue-boxes .block-content-wrapper.hover .block-frame, .blue-boxes .block-content-wrapper:hover .block-frame {
    padding: 15px;
  }
}
@media only screen and (max-width: 1260px) {
  .blue-boxes .block-content-wrapper.hover h2, .blue-boxes .block-content-wrapper:hover h2 {
    padding: 0;
    font-size: 21px;
  }
  .blue-boxes .block-content-wrapper.hover p, .blue-boxes .block-content-wrapper:hover p {
    padding: 0 0 5px;
    font-size: 13px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 1040px) {
  .blue-boxes .block-content-wrapper.hover h2, .blue-boxes .block-content-wrapper:hover h2 {
    font-size: 20px;
  }
  .blue-boxes .block-content-wrapper.hover p, .blue-boxes .block-content-wrapper:hover p {
    font-size: 12px;
    line-height: 16px;
  }
}

/* sponsors-block */
#main #block-views-premier-sponsors-block {
  text-align: center;
  padding: 20px 30px 31px;
  overflow: hidden;
}
@media only screen and (max-width: 999px) {
  #main #block-views-premier-sponsors-block {
    padding: 10px 30px 10px;
  }
  #main #block-views-premier-sponsors-block h2 {
    padding: 15px 0 10px;
  }
}
#main #block-views-premier-sponsors-block h2 {
  color: #414141;
  font-size: 24px;
  margin: 0;
  padding: 0 0 20px;
}
#main #block-views-premier-sponsors-block .flexslider {
  margin: 0;
}
#main #block-views-premier-sponsors-block .flexslider img {
  display: block;
  margin: 0 auto;
  width: auto;
}
#main #block-views-premier-sponsors-block .flexslider .flex-direction-nav {
  margin: -22px 0 0;
}
#main #block-views-premier-sponsors-block .flexslider .flex-direction-nav li:after {
  display: none;
}
#main #block-views-premier-sponsors-block .flexslider .flex-direction-nav a {
  height: 46px;
}
@media only screen and (max-width: 767px) {
  #main #block-views-premier-sponsors-block .flexslider .slides > li {
    width: 300px !important;
  }
}
@media only screen and (max-width: 500px) {
  #main #block-views-premier-sponsors-block .flexslider .slides > li {
    width: 50% !important;
    max-width: 400px;
  }
}
@media only screen and (max-width: 400px) {
  #main #block-views-premier-sponsors-block .flexslider .slides > li {
    max-width: 254px;
    width: 100% !important;
  }
}

.inner-page-banner .image-mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .inner-page-banner .image-desktop {
    display: none;
  }

  .inner-page-banner .image-mobile {
    display: block;
  }
}
#footer {
  background: url(../images/footer.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 0;
  padding: 25px 0 0;
  font-size: 14px;
  color: white;
}
@media only screen and (max-width: 1040px) {
  #footer {
    font-size: 16px;
    padding: 20px 10px 0;
  }
}
@media only screen and (max-width: 999px) {
  #footer {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  #footer h2 {
    display: none;
  }
  #footer .menu-block-wrapper {
    overflow: hidden;
  }
}
#footer .region-footer {
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  #footer .region-footer {
    padding: 0 6px;
  }
}
#footer .menu {
  padding: 3px 0 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
}
#footer .menu li:after {
  display: none;
}
#footer .menu li {
  margin: 0;
  padding: 0 0 15px;
  list-style: none;
}
@media only screen and (max-width: 1040px) {
  #footer .menu {
    font-size: 16px;
  }
  #footer .menu li {
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .menu {
    margin: 0 0 0 -15px;
    padding: 5px 0 15px;
  }
  #footer .menu li {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    margin: 0 0 15px;
    border-left: 2px solid #30acff;
  }
}
#footer .menu a {
  color: white;
}
#footer .title {
  position: relative;
  display: block;
  font-size: 25px;
  padding-bottom: 25px;
  font-weight: normal;
}
#footer .title:after {
  content: '';
  position: absolute;
  top: 0;
  left: -53px;
  background: url("../images/sprite.png") no-repeat 0 -9999px;
}
#footer .title.footer-top-left {
  padding: 18px 0 20px 0;
}
#footer .title.footer-top-left:after {
  background-position: 0 -45px;
  width: 50px;
  height: 48px;
  left: -58px;
}
#footer .title.footer-top-middle {
  padding: 20px 0 19px 0;
}
#footer .title.footer-top-middle:after {
  background-position: 0 0;
  width: 64px;
  height: 42px;
  left: -74px;
  top: 13px;
}
#footer .title.footer-top-right {
  padding: 19px 0 20px 3px;
}
#footer .title.footer-top-right:after {
  background-position: 0 -101px;
  width: 50px;
  top: 14px;
  height: 46px;
}
@media only screen and (max-width: 1340px) {
  #footer .title.footer-top-left {
    padding: 18px 0 25px 60px;
  }
  #footer .title.footer-top-left:after {
    left: 0;
  }
  #footer .title.footer-top-middle {
    padding: 18px 0 27px 76px;
  }
  #footer .title.footer-top-middle:after {
    left: 0;
  }
  #footer .title.footer-top-right {
    padding: 19px 0 20px 52px;
  }
  #footer .title.footer-top-right:after {
    left: 0;
  }
}
@media only screen and (max-width: 1040px) {
  #footer .title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 999px) {
  #footer .title {
    font-size: 20px;
  }
  #footer .title.footer-top-left {
    padding: 25px 0 15px 60px;
  }
  #footer .title.footer-top-middle {
    padding: 25px 0 15px 76px;
  }
  #footer .title.footer-top-right {
    padding: 25px 0 15px 54px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .title {
    display: inline-block;
    vertical-align: top;
  }
}
#footer address {
  padding-bottom: 45px;
}
@media only screen and (max-width: 1040px) {
  #footer address {
    padding-bottom: 20px;
  }
}
#footer .list-contact a {
  color: white;
}
#footer .list-contact li {
  padding-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  #footer .list-contact {
    margin: 0 0 30px;
  }
  #footer .list-contact li {
    padding: 0;
  }
}
#footer .donate {
  display: inline-block;
  vertical-align: top;
  border: 3px solid #58acd0;
  background: #01070b;
  text-transform: uppercase;
  color: white;
  font-size: 32px;
  text-decoration: none;
  margin-top: 33px;
  padding: 7px 55px 6px 37px;
  text-decoration: none;
}
#footer .donate:hover {
  background: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1340px) {
  #footer .donate {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1040px) {
  #footer .donate {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .donate {
    margin: 4px 0 0;
  }
}
#footer #block-block-3 {
  font-size: 14px;
  padding-bottom: 25px;
  padding-top: 40px;
}
#footer #block-block-3 a {
  color: white;
  text-decoration: none;
}
#footer #block-block-3 a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  #footer #block-block-3 {
    padding: 20px 3px;
  }
  #footer #block-block-3 .rtecenter {
    text-align: left;
  }
}
#footer .social {
  padding: 0;
  margin: 0 0 10px;
}
#footer .social li {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 10px 0 0;
}
#footer .social li:after {
  display: none;
}
#footer .social a {
  font-size: 45px;
  color: white;
}
@media only screen and (max-width: 767px) {
  #footer .social a {
    font-size: 30px;
  }
}
#footer .social a:hover {
  opacity: 0.8;
}

/* main container */
.not-front #main.container {
  padding: 0 36px;
}
@media only screen and (max-width: 767px) {
  .not-front #main.container {
    padding: 0 15px;
  }
}
.not-front #main.container .row {
  margin: 0 -15px;
}
.not-front #main.container [class^='col-'] {
  padding-left: 15px;
  padding-right: 15px;
}
.not-front #main.container .col-md-9 {
  width: 70%;
  margin-left: 5%;
}
@media only screen and (max-width: 1040px) {
  .not-front #main.container .col-md-9 {
    width: 61.6667%;
  }
}
@media only screen and (max-width: 767px) {
  .not-front #main.container .col-md-9 {
    margin-left: 0;
    width: auto;
  }
}
.not-front #main.container .col-md-9 .image-area {
  max-width: 70%;
  margin-left: 5%;
}
.not-front #main.container .col-md-9 .image-area img {
  width: 100% !important;
  height: auto !important;
  max-width: none;
}

/* page title */
#page-title {
  margin: 0;
  font-size: 70px;
  line-height: 80px;
  padding: 30px 0 0;
  color: #1f456a;
}
@media only screen and (max-width: 999px) {
  #page-title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #page-title {
    font-size: 40px;
    line-height: 50px;
  }
}

/* content styles */
.region-content {
  font-size: 17px;
  line-height: 1.45;
}
@media only screen and (max-width: 999px) {
  .region-content {
    font-size: 18px;
  }
}
.region-content h2 {
  color: #30acff;
  font-size: 40px;
  line-height: 44px;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.region-content h4, .region-content .tab-area-heading {
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
  text-transform: uppercase;
  color: #02101b;
  margin: 0 0 14px;
}
.region-content p {
  margin: 0 0 35px;
}
.region-content blockquote {
  max-width: 100%;
  margin: 0 0 45px;
  padding: 17px 17px 17px 0;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  line-height: 30px;
  border: none;
}
@media only screen and (max-width: 999px) {
  .region-content blockquote {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .region-content blockquote {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 25px 2%;
  }
}
.region-content blockquote p {
  margin: 0;
  display: inline;
}
.region-content blockquote p:before {
  content: '"';
  font-size: 30px;
  line-height: 0;
  color: #333333;
  vertical-align: top;
  position: relative;
  padding: 0;
  top: 15px;
}
.region-content blockquote p:after {
  content: '"';
  font-size: 30px;
  line-height: 0;
  color: #333333;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 5px;
  top: 15px;
}
#main .region-content ul {
  margin: 0 0 25px 35px;
}
@media only screen and (max-width: 767px) {
  #main .region-content ul {
    margin: 0 0 25px 0;
  }
}
#main .region-content ul li {
  padding: 0 0 5px 20px;
  position: relative;
}
#main .region-content ul li:after {
  position: absolute;
  top: 7px;
  left: 0;
  color: #30acff;
  content: '\f054';
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: inherit;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  transform: translate(0px, 0px);
  height: auto;
  width: auto;
  margin: 0;
  font-size: 16px;
  background: none;
}
@media only screen and (max-width: 767px) {
  #main .region-content ul li:after {
    top: 6px;
  }
}
#main .region-content ol {
  margin: 0 0 55px 35px;
}
@media only screen and (max-width: 767px) {
  #main .region-content ol {
    margin: 0 0 25px 0;
  }
}
#main .region-content ol li {
  padding: 0 0 5px 0;
  position: relative;
}
#main .region-content ol li:before {
  color: #30acff;
  position: absolute;
  top: 0;
  left: 0;
}
.region-content .btn {
  background: white;
  border: 3px solid #30acff;
  color: #1f456a;
  font-size: 26px;
  line-height: 31px;
  font-weight: bold;
  padding: 18px 22px;
  border-radius: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.region-content .btn:hover {
  color: white;
  background: #1f456a;
}
.region-content .field-type-image {
  margin: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .region-content .field-type-image {
    margin-bottom: 20px;
  }
}
.region-content .field-type-image img {
  display: block;
  width: 100%;
}

.page-users #crm-container .label {
  color: #000;
  font-size: 17px;
  white-space: normal;
}
@media only screen and (max-width: 1040px) {
  .page-users #crm-container .label {
    word-wrap: break-word;
    width: 28%;
  }
}
.page-users #crm-container {
  color: #000;
}

#crm-container .label {
  color: #000;
  font-size: 17px;
  white-space: normal;
}

/* field-name-field-location-field */
.field-name-field-location-field {
  font-size: 24px;
  padding-bottom: 16px;
}

/* field-collection-container */
.field-collection-container {
  border: 0;
  margin: 0;
  padding: 0;
}
.field-collection-container .field-name-field-resources-collection {
  padding: 0 0 60px;
}
.field-collection-container .file-icon {
  display: none;
}
.field-collection-container .field-label {
  text-transform: uppercase;
  color: #02101b;
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 28px;
}
.field-collection-container .field-name-field-resources-collection > .field-items {
  overflow: hidden;
}
.field-collection-container .field-name-field-resources-collection > .field-items > .field-item {
  float: left;
  margin: 0 6px 6px 0;
  width: 24.3%;
  max-width: 320px;
  background-color: #32adfd;
  background-size: cover;
  background-position: 50% 0;
}
@media only screen and (max-width: 1260px) {
  .field-collection-container .field-name-field-resources-collection > .field-items > .field-item {
    width: 190px;
  }
}
@media only screen and (max-width: 1340px) {
  .field-collection-container .field-name-field-resources-collection > .field-items > .field-item {
    width: 24.2%;
  }
}
@media only screen and (max-width: 1040px) {
  .field-collection-container .field-name-field-resources-collection > .field-items > .field-item {
    width: 182px;
  }
}
@media only screen and (max-width: 999px) {
  .field-collection-container .field-name-field-resources-collection > .field-items > .field-item {
    width: 205px;
  }
}
@media only screen and (max-width: 500px) {
  .field-collection-container .field-name-field-resources-collection > .field-items > .field-item {
    width: auto;
    margin: 0 auto 6px;
    float: none;
    overflow: hidden;
    max-width: 380px;
  }
}
.field-collection-container .field-name-field-resources-collection > .field-items > .field-item > .file-tile-wrapper {
  position: relative;
  height: 265px;
  overflow: hidden;
  font-size: 30px;
  line-height: 1.1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.field-collection-container .field-name-field-resources-collection > .field-items > .field-item > .file-tile-wrapper:hover {
  background: #000;
}
.field-collection-container .field-name-field-resources-collection > .field-items > .field-item > .file-tile-wrapper:hover a {
  top: 0;
  bottom: 0;
}
@media only screen and (max-width: 1420px) {
  .field-collection-container .field-name-field-resources-collection > .field-items > .field-item > .file-tile-wrapper {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 1340px) {
  .field-collection-container .field-name-field-resources-collection > .field-items > .field-item > .file-tile-wrapper {
    height: 220px;
  }
}
@media only screen and (max-width: 1260px) {
  .field-collection-container .field-name-field-resources-collection > .field-items > .field-item > .file-tile-wrapper {
    font-size: 18px;
    line-height: 24px;
    height: 190px;
  }
}
@media only screen and (max-width: 1040px) {
  .field-collection-container .field-name-field-resources-collection > .field-items > .field-item > .file-tile-wrapper {
    height: 182px;
  }
}
@media only screen and (max-width: 999px) {
  .field-collection-container .field-name-field-resources-collection > .field-items > .field-item > .file-tile-wrapper {
    height: 205px;
  }
}
@media only screen and (max-width: 500px) {
  .field-collection-container .field-name-field-resources-collection > .field-items > .field-item > .file-tile-wrapper {
    height: 380px;
  }
}
@media only screen and (max-width: 380px) {
  .field-collection-container .field-name-field-resources-collection > .field-items > .field-item > .file-tile-wrapper {
    height: 290px;
  }
}
.field-collection-container .field-name-field-resources-collection > .field-items > .field-item a {
  display: block;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  text-decoration: none;
  padding: 18px;
  font-weight: bold;
  text-transform: uppercase;
  word-wrap: break-word;
}
.field-collection-container .field-name-field-resources-collection > .field-items > .field-item.empty-desc .file-tile-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  width: auto;
  height: auto;
}
.field-collection-container .field-name-field-resources-collection > .field-items > .field-item.empty-desc .file-tile-wrapper .file-tile-wrapper:after {
  display: none;
}
.field-collection-container .field-name-field-resources-collection > .field-items .field-collection-view {
  border: 0;
  margin: 0;
  padding: 0;
}

.field-collection-container .field-name-field-resources-collection > .field-items > .field-item.empty-desc a {
  bottom: 0 !important;
  z-index: 5;
}

#block-views-news-block .item-list ul,
#main .view-stories-of-people .item-list ul {
  margin: 0;
  padding: 0;
}
#block-views-news-block .item-list ul li,
#main .view-stories-of-people .item-list ul li {
  overflow: hidden;
  padding: 0 0 68px;
}
#block-views-news-block .item-list ul li:before, #block-views-news-block .item-list ul li:after,
#main .view-stories-of-people .item-list ul li:before,
#main .view-stories-of-people .item-list ul li:after {
  display: none;
}
@media only screen and (max-width: 800px) {
  #block-views-news-block .item-list ul li,
  #main .view-stories-of-people .item-list ul li {
    padding: 20px 0 0;
    margin-bottom: 5px;
  }
}
#block-views-news-block .item-list .views-field-field-image img,
#main .view-stories-of-people .item-list .views-field-field-image img {
  float: left;
  width: 20%;
  height: auto;
  margin: 5px 3% 0 0;
}
@media only screen and (max-width: 1260px) {
  #block-views-news-block .item-list .views-field-field-image img,
  #main .view-stories-of-people .item-list .views-field-field-image img {
    width: 33%;
  }
}
@media only screen and (max-width: 999px) {
  #block-views-news-block .item-list .views-field-field-image img,
  #main .view-stories-of-people .item-list .views-field-field-image img {
    width: 44%;
  }
}
@media only screen and (max-width: 800px) {
  #block-views-news-block .item-list .views-field-field-image img,
  #main .view-stories-of-people .item-list .views-field-field-image img {
    float: none;
    width: auto;
    display: block;
    max-width: 360px;
    margin-bottom: 20px;
  }
}
#block-views-news-block .item-list .views-field-body,
#main .view-stories-of-people .item-list .views-field-body {
  overflow: hidden;
}
@media only screen and (max-width: 800px) {
  #block-views-news-block .item-list .views-field-body,
  #main .view-stories-of-people .item-list .views-field-body {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
  }
}
#block-views-news-block .item-list .views-field-body h3,
#main .view-stories-of-people .item-list .views-field-body h3 {
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 18px;
}
#block-views-news-block .item-list .views-field-body .location,
#main .view-stories-of-people .item-list .views-field-body .location {
  margin: 0 0 28px;
  color: #cc3467;
}
#block-views-news-block .item-list .views-field-body .more-link,
#main .view-stories-of-people .item-list .views-field-body .more-link {
  text-transform: uppercase;
  margin-left: 5px;
  display: inline-block;
  font-size: 19px;
}
#block-views-news-block .item-list .views-field-body .more-link:after,
#main .view-stories-of-people .item-list .views-field-body .more-link:after {
  content: ' →';
}

#block-views-news-block .author-date-line {
  text-transform: uppercase;
  color: #828282;
  margin-bottom: 18px;
}
#block-views-news-block .author-date-line .date-display-single {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  color: #cc3467;
}
@media only screen and (max-width: 800px) {
  #block-views-news-block .author-date-line .date-display-single {
    display: block;
    padding: 0;
  }
}

.field-name-field-author {
  text-transform: uppercase;
  color: #828282;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 18px;
  padding-right: 10px;
}
.field-name-field-author div {
  display: inline-block;
  vertical-align: top;
}

.field-name-field-news-date {
  display: inline-block;
  vertical-align: top;
  color: #cc3467;
  margin-bottom: 18px;
}

/* sidebar styles */
.region-sidebar {
  position: relative;
}
.region-sidebar .block-block {
  margin: 0 0 54px;
  position: relative;
  color: white;
  text-transform: uppercase;
}
.region-sidebar .block-block:hover .block-content-wrapper {
  background: #4c4c4c;
}
.region-sidebar .block-block:hover h2 {
  background: none;
  text-shadow: none;
}
.region-sidebar .block-block:hover .block-content {
  display: block;
}
.region-sidebar .block-block .image-holder img {
  display: block;
  width: 100% !important;
  height: auto !important;
}
.region-sidebar .block-block .image-holder + .block-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.region-sidebar .block-block .block-content-wrapper > a {
  display: block;
  height: 100%;
  padding: 42px 20px 20px;
  color: white;
  text-decoration: none;
}
@media only screen and (max-width: 1040px) {
  .region-sidebar .block-block .block-content-wrapper > a {
    padding: 20px 12px;
  }
}
.region-sidebar .block-block h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: normal;
  padding: 10px 10px 10px 20px;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 0 5px;
  background: rgba(31, 69, 106, 0.7);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 1040px) {
  .region-sidebar .block-block h2 {
    font-size: 26px;
    line-height: 34px;
    padding: 10px;
  }
}
.region-sidebar .block-block p {
  min-height: 100px;
  max-height: 100px;
  overflow: hidden;
}
@media only screen and (max-width: 999px) {
  .region-sidebar .block-block p {
    min-height: 10px;
    max-height: none;
  }
}
.region-sidebar .block-block .block-content {
  display: none;
  padding: 10px 20px;
}

#block-menu-block-2 {
  background: white;
}

#block-menu-block-2,
#block-ds-extras-event-tabs {
  padding: 0 5px 25px 25px;
  margin: 0 0 55px;
  position: relative;
  max-width: 435px;
  width: 100%;
}
#block-menu-block-2.sticky,
#block-ds-extras-event-tabs.sticky {
  position: fixed;
  top: 80px;
  bottom: auto;
  z-index: 100;
  width: auto;
}
@media only screen and (max-width: 1340px) {
  #block-menu-block-2.sticky,
  #block-ds-extras-event-tabs.sticky {
    width: auto;
  }
}
@media only screen and (max-width: 1040px) {
  #block-menu-block-2.sticky,
  #block-ds-extras-event-tabs.sticky {
    top: 105px;
  }
}
#block-menu-block-2.active,
#block-ds-extras-event-tabs.active {
  top: auto;
  position: absolute;
  bottom: 10px;
  z-index: 50;
}
@media only screen and (max-width: 1040px) {
  #block-menu-block-2,
  #block-ds-extras-event-tabs {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #block-menu-block-2,
  #block-ds-extras-event-tabs {
    max-width: none;
    padding-top: 15px;
  }
}
#block-menu-block-2 h2,
#block-ds-extras-event-tabs h2 {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 38px;
  font-weight: normal;
  margin: 0 0 15px;
  color: #02101b;
  /* style desktop 0 - 767px */
}
#block-menu-block-2 h2 a,
#block-ds-extras-event-tabs h2 a {
  color: black;
}
@media only screen and (max-width: 999px) {
  #block-menu-block-2 h2 h2, #block-menu-block-2 h2 .h2,
  #block-ds-extras-event-tabs h2 h2,
  #block-ds-extras-event-tabs h2 .h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #block-menu-block-2 h2 body,
  #block-ds-extras-event-tabs h2 body {
    font-size: 20px;
  }
  #block-menu-block-2 h2 h2, #block-menu-block-2 h2 .h2,
  #block-ds-extras-event-tabs h2 h2,
  #block-ds-extras-event-tabs h2 .h2 {
    font-size: 24px;
  }
}
#block-menu-block-2 ul.menu,
#block-ds-extras-event-tabs ul.menu {
  margin: 0;
  font-size: 19px;
}
#block-menu-block-2 ul.menu li,
#block-ds-extras-event-tabs ul.menu li {
  padding: 8px 0 6px 20px;
  word-wrap: break-word;
}
#block-menu-block-2 ul.menu li:after,
#block-ds-extras-event-tabs ul.menu li:after {
  background: black;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  top: 17px;
}
#block-menu-block-2 ul.menu a,
#block-ds-extras-event-tabs ul.menu a {
  color: black;
}
#block-menu-block-2 ul.menu a:hover, #block-menu-block-2 ul.menu a.active,
#block-ds-extras-event-tabs ul.menu a:hover,
#block-ds-extras-event-tabs ul.menu a.active {
  color: #4c4c4c;
}

.field-name-field-website {
  padding-bottom: 15px;
}

/* block-twitter-block: */
.block-twitter-block {
  margin: 0 0 55px;
}
.block-twitter-block h2 {
  text-transform: none;
  font-weight: normal;
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  .block-twitter-block h2 {
    padding-top: 30px;
    font-size: 30px;
  }
}

/* field-group-div */
.field-group-div .inder-image-content {
  position: relative;
  padding: 0 280px 10px 0;
  margin: 0 0 40px;
  border-bottom: 1px solid #828282;
  position: relative;
  min-height: 100px;
}
@media only screen and (max-width: 767px) {
  .field-group-div .inder-image-content {
    padding: 0 0 10px;
    margin-bottom: 20px;
  }
}
.field-group-div .inder-image-content .field-label {
  font-weight: bold;
  text-transform: uppercase;
}
.field-group-div .inder-image-content .field {
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .field-group-div .inder-image-content .field {
    margin-bottom: 15px;
  }
}
.field-group-div .inder-image-content .field-name-field-location-field {
  font-size: 19px;
  line-height: 1.45;
}
.field-group-div .inder-image-content .field-name-field-registration {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.field-group-div .inder-image-content .field-name-field-registration a {
  display: block;
  background: white;
  border: 3px solid #30acff;
  color: #1f456a;
  font-size: 26px;
  line-height: 31px;
  font-weight: bold;
  padding: 18px 22px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
}
.field-group-div .inder-image-content .field-name-field-registration a:hover {
  color: white;
  background: #1f456a;
}
@media only screen and (max-width: 999px) {
  .field-group-div .inder-image-content .field-name-field-registration a {
    font-size: 20px;
    padding: 8px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .field-group-div .inder-image-content .field-name-field-registration {
    position: static;
  }
  .field-group-div .inder-image-content .field-name-field-registration a {
    text-align: center;
    padding: 10px 12px;
    font-size: 22px;
    line-height: 28px;
  }
}

/* block-views-events-block */
#block-views-events-block {
  padding: 0 0 70px;
}
#block-views-events-block .view-events .row {
  margin: 0 -4px !important;
}
#block-views-events-block .view-events ul {
  margin: 0;
}
#block-views-events-block .view-events ul li {
  padding: 0 4px 8px;
}
#block-views-events-block .view-events ul li:after {
  display: none;
}
@media only screen and (max-width: 1260px) {
  #block-views-events-block .view-events ul li {
    width: 33.3%;
  }
}
@media only screen and (max-width: 999px) {
  #block-views-events-block .view-events ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #block-views-events-block .view-events ul li {
    width: auto;
    max-width: 400px;
  }
}
#block-views-events-block .view-events .event-content-wrapper {
  position: relative;
  min-height: 150px;
}
@media only screen and (max-width: 767px) {
  #block-views-events-block .view-events .event-content-wrapper {
    min-height: 100px !important;
  }
}
#block-views-events-block .view-events .events-image img {
  width: 100%;
}
#block-views-events-block .view-events .events-image + .events-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.85);
}
#block-views-events-block .view-events .events-content {
  padding: 25px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1600px) {
  #block-views-events-block .view-events .events-content {
    padding: 10px;
  }
  #block-views-events-block .view-events .events-content .events-title {
    font-size: 15px;
    line-height: 1.1;
  }
}
#block-views-events-block .view-events .events-date {
  color: #1f456a;
}

/* custom checkbox styles */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #777;
  margin: 0 3px 0 0;
  height: 16px;
  width: 16px;
}

.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 4px;
  width: 8px;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -6px;
  border: 3px solid #30acff;
  border-width: 0 0 3px 3px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

:root .jcf-checkbox span {
  margin: -4px 0 0 -5px;
}

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}

.jcf-checkbox.jcf-checked span {
  display: block;
}

/* custom radio styles */
.jcf-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #777;
  border-radius: 9px;
  margin: 0 3px 0 0;
  height: 16px;
  width: 16px;
}

.jcf-radio span {
  display: none;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: #30acff;
  border-radius: 100%;
}

.jcf-radio input[type="radio"] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}

.jcf-radio.jcf-checked span {
  display: block;
}

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #777;
  background: #fff;
  margin: 0 0 12px;
  min-width: 150px;
  height: 26px;
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 13px;
  line-height: 26px;
  margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: #aaa;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0;
}
.jcf-select .jcf-select-opener:after {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -8px -7px 0 0;
  content: '\f107';
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: inherit;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  transform: translate(0px, 0px);
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #777;
}

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jcf-list ul li {
  overflow: hidden;
  display: block;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565;
  height: 1%;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

.skip a {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip a:focus {
  position: static;
  width: auto;
  height: auto;
}

.hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.rteindent1 {
  margin-right: 40px;
  margin-left: 0;
}

.rteindent2 {
  margin-right: 80px;
  margin-left: 0;
}

.rteindent3 {
  margin-right: 120px;
  margin-left: 0;
}

.rteindent4 {
  margin-right: 160px;
  margin-left: 0;
}

.rteindent1[dir=ltr] {
  margin-left: 40px;
  margin-right: 0;
}

.rteindent2[dir=ltr] {
  margin-left: 80px;
  margin-right: 0;
}

.rteindent3[dir=ltr] {
  margin-left: 120px;
  margin-right: 0;
}

.rteindent4[dir=ltr] {
  margin-left: 160px;
  margin-right: 0;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin-left: 160px;
  margin-right: 0;
}

/* crm styles */
#crm-main-content-wrapper input[type="radio"],
#crm-main-content-wrapper input[type="checkbox"],
#crm-container input[type="radio"],
#crm-container input[type="checkbox"] {
  margin: 0 5px 0 0;
  height: 16px;
  width: 16px;
}
#crm-main-content-wrapper .jcf-select,
#crm-container .jcf-select {
  display: inline-block !important;
  vertical-align: top;
}

#crm-container input#_qf_Main_upload_express.crm-form-submit {
  height: 26px;
  background: #70716b url(/sites/all/modules/contrib/civicrm/i/crm-button-bg.gif) repeat-x top left;
}

div.crm-container .billing_name_address-group .crm-section label,
div.crm-container .billing_mode-section .crm-section label {
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
}
div.crm-container .billing_name_address-group .crm-section.credit_card_exp_date-section label,
div.crm-container .billing_name_address-group .crm-section .billing_state_province_id-5-section label,
div.crm-container .billing_name_address-group .crm-section .billing_country_id-5-section label,
div.crm-container .billing_mode-section .crm-section.credit_card_exp_date-section label,
div.crm-container .billing_mode-section .crm-section .billing_state_province_id-5-section label,
div.crm-container .billing_mode-section .crm-section .billing_country_id-5-section label {
  padding-top: 5px;
}

@media only screen and (max-width: 1060px) {
  .crm-container .crm-section .label {
    text-align: left !important;
  }
}
@media only screen and (max-width: 1023px) {
  .crm-container .crm-section .label {
    width: 100% !important;
    display: block;
    padding-left: 0;
  }

  .crm-container .crm-section .content {
    margin-left: 0 !important;
  }
}
.twentytwenty-handle {
  top: 80%;
}

.page-node-75 #page-title, .page-node-73 #page-title {
  display: none;
}

.thisiscnu {
  margin-top: -88px;
  position: relative;
  margin-bottom: 20px;
}
.thisiscnu .views-field.views-field-nothing {
  color: #FFF;
  position: absolute;
  top: 35.2%;
  right: 60px;
  left: 60px;
  z-index: 5;
}
.thisiscnu .views-field.views-field-nothing h2 {
  max-width: 1200px;
  margin: 0px auto;
  text-transform: none;
  font-size: 75px;
  line-height: 1;
  padding: 0px 20% 0px 0px;
  color: #FFF;
}

/*** CiviCRM Membership Block ***/
#block-views-civicrm-membership-block {
  background: white;
  border: 3px solid #30acff;
  color: #1f456a;
  /* font-size: 26px; */
  line-height: 31px;
  font-weight: bold;
  padding: 18px 22px;
  border-radius: 0;
  text-transform: uppercase;
  text-decoration: none;
  text-align:center;
}

#block-views-civicrm-membership-block .view-header h3 {
  font-size:25px;
}
@media only screen and (max-width: 1340px) {
  .thisiscnu .views-field.views-field-nothing h2 {
    font-size: 65px;
  }
}
@media only screen and (max-width: 1260px) {
  .thisiscnu .views-field.views-field-nothing h2 {
    font-size: 55px;
  }
}
@media only screen and (max-width: 1040px) {
  .thisiscnu .views-field.views-field-nothing h2 {
    padding: 0px 10px;
    font-size: 45px;
  }
}
@media only screen and (max-width: 999px) {
  .thisiscnu .views-field.views-field-nothing h2 {
    font-size: 35px;
  }
}
