@charset "UTF-8";
/* -----------------------------------------
   Home page slider
----------------------------------------- */
.slick-slider:not(.slick-initialized) .slick-slide:not(:first-child) {
  display: none;
}

#home-slider {
  position: relative;
  top: 0;
  left: 0;
  min-height: 1px;
  width: 100%;
  z-index: 1;
}
#home-slider::after {
  content: '';
  display: table;
  clear: both;
}
#home-slider .slick-slide {
  position: relative;
  width: 100%;
  height: 996px;
  /*define the height of slide*/
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
#home-slider .slider-caption {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
  max-width: 500px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
#home-slider .slider-caption p,
#home-slider .slider-caption h3 {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
#home-slider .videoHolder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
#home-slider .video,
#home-slider .responsive-embed {
  position: absolute;
  pointer-events: none;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  position: absolute;
  top: 50%;
  right: 50%;
}
#home-slider .responsive-embed {
  margin-bottom: 0;
}

@media only screen and (max-width: 1280px) {
  #home-slider .slick-slide {
    height: 666px;
  }
}
@media only screen and (max-width: 1024px) {
  #home-slider .slick-slide {
    height: 400px;
    /*define the height of slide*/
  }
}
@media only screen and (max-width: 640px) {
  #home-slider .slick-slide {
    height: 300px;
    /*define the height of slide*/
  }
}
/* Foundation tweaks */
.row {
  max-width: 1280px;
}

.columns, .column {
  min-height: 1px;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 20px 15px;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  line-height: 1;
  color: #1a608b;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 10px;
  line-height: 16px;
  margin-top: -8px;
  content: '+';
}

.accordion-content {
  display: none;
  padding: 15px;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #000;
}

.accordion-item.is-active .accordion-title::before {
  content: '–';
}
.accordion-item:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: ' ';
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 15px 20px;
  line-height: 1;
  color: #1a608b;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: #124260;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
  color: #1a608b;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 15px;
}
.tabs-panel[aria-hidden="false"] {
  display: block;
}

@font-face {
  font-family: 'ARB66';
  src: url("../fonts/ARB66.eot?#iefix") format("embedded-opentype"), url("../fonts/ARB66.woff") format("woff"), url("../fonts/ARB66.ttf") format("truetype"), url("../fonts/ARB66.svg#ARB66NeonBlockJUN-37") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Questrial';
  src: url("../fonts/Questrial-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Questrial-Regular.woff") format("woff"), url("../fonts/Questrial-Regular.ttf") format("truetype"), url("../fonts/Questrial-Regular.svg#Questrial-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
  color: #000;
}

/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  margin-bottom: 10px;
}
.wp-caption p {
  margin-bottom: 0;
  font-size: 14px;
}

.gallery-caption {
  font-size: 12px;
}

#wpadminbar {
  opacity: 0.3;
  -webkit-transition: 0.2s opacity linear;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0);
}
#wpadminbar:hover, #wpadminbar:focus {
  opacity: 1;
}

/* -----------------------------------------
    Contact Form
----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_wrapper ul {
  list-style: none;
}

.gform_fields {
  margin: 0;
}

.gfield {
  list-style: none;
  margin-bottom: 20px;
}

.gf_left_half,
.gf_right_half {
  float: left;
  width: 50%;
}

.gf_left_third,
.gf_middle_third,
.gf_right_third {
  float: left;
  width: 33.3333%;
}

.gf_left_half {
  padding-right: 15px;
}

.gf_right_half {
  padding-left: 15px;
}
.gf_right_half + .gfield {
  clear: both;
}

.gf_left_third {
  padding-right: 20px;
}

.gf_right_third {
  padding-left: 20px;
}
.gf_right_third + .gfield {
  clear: both;
}

.gf_middle_third {
  padding-left: 10px;
  padding-right: 10px;
}

.hidden_label .gfield_label {
  display: none;
}

.ginput_container ul {
  margin-left: 0;
}

.gfield_error input, .gfield_error textarea {
  border-color: red;
}

.gfield_description {
  margin-top: 10px;
}

.gform_confirmation_message {
  margin-bottom: 15px;
}

.gform_footer {
  text-align: right;
  /*aligning of submit button*/
}

.validation_error {
  margin-bottom: 15px;
  padding: 5px;
  color: #990000;
  border: 1px solid red;
}

.validation_message {
  margin-bottom: 10px;
  color: #990000;
}

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-size: 11px;
  z-index: 9999 !important;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker thead {
  background: #f7f7f7;
  border-bottom: 1px solid #bbb;
}
.ui-datepicker thead th {
  padding: 3px;
  text-align: center;
  border: 1px solid #ddd;
}
.ui-datepicker tbody {
  border: none;
}
.ui-datepicker tbody td {
  padding: 0;
  border: 1px solid #bbb;
}
.ui-datepicker tbody th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
}
.ui-datepicker tbody td span, .ui-datepicker tbody td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
}

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #fff;
  font-weight: 700;
  border: none;
}
.ui-datepicker-header:after {
  content: '';
  clear: both;
  display: table;
}

.ui-datepicker-month,
.ui-datepicker-year {
  width: 50%;
  float: left;
  padding: 5px 20px 5px 5px;
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  line-height: 1.4;
  width: 50%;
  float: left;
}

.ui-datepicker-next {
  text-align: right;
}

.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
}
.ui-datepicker-calendar .ui-state-hover {
  background: #fff;
}
.ui-datepicker-calendar .ui-state-active {
  background: #fff2aa;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  position: relative;
  margin: -1px;
  height: 32px;
  width: 32px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

/* -----------------------------------------
   General fixes
----------------------------------------- */
html,
body {
  height: auto;
  overflow-x: hidden;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  position: static;
  background-color: #fff;
}

body.page-template-template-home {
  background-color: #000;
}

/* Inputs styling */
label {
  display: block;
  font-size: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #555;
  opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #555;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #555;
  opacity: 1;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #555;
  opacity: 1;
}

/* Input Styling */
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  /* STYLES GO THERE */
  margin-bottom: 0;
}

textarea[rows] {
  /*Styles for TextArea*/
  height: 150px;
  max-width: 100%;
}

[type=number] {
  -moz-appearance: textfield;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=checkbox],
[type=file],
[type=radio] {
  margin-bottom: 0;
}

button, .button, input[type='submit'], input[type='reset'] {
  border: none;
  padding: 10px 10px;
  margin-bottom: 0;
  background-color: transparent;
  color: #fff;
  font-family: "Questrial", sans-serif;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
button:hover, button:focus, .button:hover, .button:focus, input[type='submit']:hover, input[type='submit']:focus, input[type='reset']:hover, input[type='reset']:focus {
  background-color: #124260;
}

/* Button additional styles */
.button:hover, .button:focus {
  /*basic hover and focus effects*/
}

/* -----------------------------------------
   Typography
----------------------------------------- */
body {
  color: #000;
  font-family: 'Questrial', sans-serif;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  font-family: 'Questrial', sans-serif;
  color: inherit;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child {
  margin-bottom: 0;
}

h1, .h1 {
  /*basic heading styles*/
}

h2, .h2 {
  /*basic heading styles*/
}

h3, .h3 {
  /*basic heading styles*/
}

h4, .h4 {
  /*basic heading styles*/
}

h5, .h5 {
  /*basic heading styles*/
}

h6, .h6 {
  /*basic heading styles*/
}

p {
  /*basic paragraph styles*/
}
p:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}
p a {
  text-decoration: underline;
}

ul {
  /*basic list styles*/
  font-size: inherit;
}
ul li {
  /*basic list-item styles*/
}

a {
  color: #1a608b;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  /*basic hover and focus effects*/
  color: #0a2535;
}

section {
  margin-bottom: 55px;
}

footer section {
  margin-bottom: 0;
}

main {
  background-size: contain;
}
main section:last-child {
  margin-bottom: 0;
}

/* ------------------------------------
    Basic Styles
------------------------------------- */
/* Preloader */
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: #000;
  z-index: 100000000;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.preloader__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader__icon:before {
  display: block;
  content: '\f1ce';
  font-size: 40px;
  font-family: 'FontAwesome';
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}
.preloader--hidden {
  opacity: 0;
  visibility: hidden;
}

.ajax-print-loader,
.ajax-loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  color: #000;
  z-index: 100000000;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.ajax-print-loader__icon,
.ajax-loader__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ajax-print-loader__icon:before,
.ajax-loader__icon:before {
  display: block;
  content: '\f1ce';
  font-size: 40px;
  font-family: 'FontAwesome';
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}
.ajax-print-loader--hidden,
.ajax-loader--hidden {
  opacity: 0;
  visibility: hidden;
}

/* Clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

/* Align Middle */
.align-middle {
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  position: absolute;
  top: 50%;
  right: 50%;
}

/* Pagination */
.pagination {
  margin: 0;
}

ul.pagination {
  margin: 1rem 0;
}
ul.pagination .pagination {
  margin: 0;
}
ul.pagination .pagination.current {
  color: #fff;
  background: #1a608b;
  display: block;
}

/* Search form */
#searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 11px;
}

#s {
  max-width: 285px;
  height: 55px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #9EC430;
  font-size: 24px;
}

#searchsubmit {
  height: auto;
  padding: .5rem;
  cursor: pointer;
  color: #002c47;
  outline: none;
  text-transform: uppercase;
  font-size: 22px;
  padding-right: 15px;
}
#searchsubmit:focus, #searchsubmit:hover {
  background-color: transparent;
  color: #ff5900;
}
#searchsubmit::before {
  content: "\f002";
  font-family: 'FontAwesome';
  font-weight: 400;
  font-size: 40px;
  padding-right: 5px;
  vertical-align: middle;
}

#home-slider .slick-slide, .bg-cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.bg-contain, .listen__column {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* ------------------------------------
    Header Styles
------------------------------------- */
.header {
  margin-bottom: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1920px;
  width: 100%;
}
.header .row {
  position: relative;
  z-index: 5;
}

.logo img {
  max-height: 150px;
}

/* ------------------------------------
    Content Styles
------------------------------------- */
/* Blog page */
.posts-list article {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.posts-list .entry-meta {
  margin-bottom: 0;
}

.entry-meta {
  color: #666;
  font-size: 14px;
}

.thumbnail {
  margin-bottom: 20px;
}

/* Comments block */
.comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

.comment-meta {
  font-size: 14px;
}

.comment-metadata {
  color: #666;
}

.comment-content {
  font-size: 14px;
  padding-left: 25px;
  margin-top: 20px;
  border-left: 1px solid #ddd;
}

.reply {
  text-align: right;
}

.comment-reply-link {
  display: inline-block;
  padding: .33333rem .5rem;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  background: #777;
  color: #fefefe;
}

/* 404 page */
.not-found {
  padding-top: 100px;
  padding-bottom: 100px;
}
.not-found .label {
  text-decoration: none;
  cursor: pointer;
  background-color: #1a608b;
}
.not-found .label:hover {
  background-color: #144869;
  color: #fff;
}

/* Sidebar */
.widget {
  margin-bottom: 20px;
}

/*---------------------------------------
	TMPL: Home page
---------------------------------------*/
.black_line {
  background-color: #000;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.black_line p {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.music_block div {
  padding-bottom: 25%;
  background-repeat: no-repeat;
  background-size: cover;
}

.support_sgu {
  background-color: #fff;
}
.support_sgu .row {
  padding: 20px;
}
.support_sgu .sgu-img {
  padding-left: 0;
}
.support_sgu .sgu-img div {
  background-repeat: no-repeat;
  padding-bottom: 40%;
  background-size: cover;
  background-position: 50% 25%;
}
.support_sgu .sgu-text h3 {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: -1.55px;
}
.support_sgu .sgu-text p {
  font-size: 27px;
  margin-bottom: 0;
  line-height: 1.5;
  color: #000;
}
.support_sgu .sgu-text p span {
  background-repeat: no-repeat;
  padding-bottom: 9%;
  display: inline-block;
  width: 100%;
  max-width: 50px;
}
.support_sgu .sgu-text ul {
  margin-bottom: 0;
}
.support_sgu .sgu-text ul li {
  font-size: 22px;
  line-height: 1.4;
}
.support_sgu .sgu-button {
  background-color: #ff5900;
}
.support_sgu .sgu-button a {
  width: 100%;
  height: 100%;
  display: block;
}
.support_sgu .sgu-button a:hover p {
  text-decoration: underline;
}
.support_sgu .sgu-button a div {
  position: relative;
  top: 45%!important;
}
.support_sgu .sgu-button a div p {
  color: #fff;
  font-size: 18px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.support_sgu .sgu-button a div p span {
  background-repeat: no-repeat;
  padding-bottom: 8%;
  display: inline-block;
  max-width: 48px;
  width: 100%;
  background-size: contain;
  float: right;
}

.three_columns .titl {
  font-size: 52px;
  padding-left: 50px;
  color: #fff;
  background-color: transparent;
  display: block;
  line-height: 1;
  margin-bottom: 40px;
}
.three_columns div.three-col_1 {
  padding-left: 0;
}
.three_columns div.three-col_3 {
  padding-right: 0;
}
.three_columns div.three-col a:hover span.white-back {
  -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 15px 10px rgba(114, 94, 146, 0.75);
}
.three_columns div.three-col a span.white-back {
  background-color: #fff;
  display: block;
  padding: 20px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.three_columns div.three-col a h3 {
  font-family: 'ARB66', sans-serif;
  text-transform: uppercase;
  font-size: 50px;
  color: #002e4d;
  padding-left: 35px;
}
.three_columns div.three-col a h4 {
  font-size: 25px;
  color: #000;
  padding-left: 35px;
  margin-bottom: 35px;
}
.three_columns div.three-col a div {
  background-repeat: no-repeat;
  padding-bottom: 32%;
  background-size: cover;
  background-position: 50% 25%;
}

.large_three_columns div.lar-col {
  background-color: transparent;
}
.large_three_columns div.lar-col_1 {
  padding-left: 0;
}
.large_three_columns div.lar-col_3 {
  padding-right: 0;
}
.large_three_columns div.lar-col span.white-back {
  background-color: #fff;
  display: block;
  padding: 20px 15px;
}
.large_three_columns div.lar-col span.white-back h3 {
  font-family: 'ARB66', sans-serif;
  text-transform: uppercase;
  color: #002e4d;
  font-size: 78px;
  padding-left: 35px;
}
.large_three_columns div.lar-col span.white-back h4 {
  font-size: 30px;
  color: #000;
  padding-left: 35px;
}
.large_three_columns div.lar-col span.white-back div.lar-img {
  background-repeat: no-repeat;
  padding-bottom: 32%;
  background-size: cover;
  background-position: 50% 25%;
  margin-bottom: 30px;
}
.large_three_columns div.lar-col span.white-back .lar-cont {
  max-height: 1000px;
  height: 100%;
  overflow-y: scroll;
  padding-right: 10px;
}
.large_three_columns div.lar-col span.white-back .lar-cont p {
  font-size: 34px;
  line-height: 1.2;
}
.large_three_columns div.lar-col span.white-back .lar-cont::-webkit-scrollbar {
  width: 25px;
}
.large_three_columns div.lar-col span.white-back .lar-cont::-webkit-scrollbar-track {
  background: #fff;
}
.large_three_columns div.lar-col span.white-back .lar-cont::-webkit-scrollbar-thumb {
  background: #e6e7e8;
  border-radius: 50px;
  border: 3px solid #a7a9ac;
}
.large_three_columns div.lar-col span.white-back .lar-cont::-webkit-scrollbar-thumb:hover {
  background: #002e4d;
}

.white_line {
  padding: 20px 25px;
  background-color: #fff;
}
.white_line h3 {
  font-family: 'ARB66', sans-serif;
  text-transform: uppercase;
  color: #002e4d;
  font-size: 60px;
  line-height: 1.2;
}
.white_line p {
  font-size: 35px;
  line-height: 1.3;
}

.scientists .sci-block {
  margin-bottom: 55px;
  padding: 40px;
  background-color: #fff;
}
.scientists .sci-block:last-child {
  margin-bottom: 0;
}
.scientists .sci-block .sci_foto {
  background-repeat: no-repeat;
  padding-bottom: 100%;
  background-size: contain;
}
.scientists .sci-block .sci_title {
  font-family: 'ARB66', sans-serif;
  text-transform: uppercase;
  color: #002e4d;
  font-size: 68px;
  line-height: 0.85;
  margin-bottom: 30px;
}
.scientists .sci-block .sci_text {
  font-size: 34px;
  line-height: 1.3;
}
.scientists .sci-block .sci_text a {
  color: #000;
  text-decoration: none;
  word-break: break-all;
}
.scientists .sci-block .sci_text a:hover {
  text-decoration: underline;
}

body.page-id-8 .scientists {
  margin-bottom: 0;
}

body.page-id-14 main {
  margin-top: 30px;
}

.hero-mobile_content {
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
}

.custom-wrap {
  padding: 20px 0;
}

.validation_error {
  display: none;
}

.gfield_required {
  display: none;
}

.hm-titl {
  display: none;
}

.woocommerce input.button {
  background-color: transparent;
  color: #fff;
  padding: 10px 10px;
  margin-bottom: 0;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  width: 90%;
  letter-spacing: 3px;
  font-size: 28px;
}
.woocommerce input.button:hover {
  background-color: #124260;
  color: #fff;
}

.stats {
  padding-top: 120px;
  padding-bottom: 45px;
  overflow: hidden;
}
.stats__container {
  margin: 0 -15px;
}

.stat__container {
  background-color: rgba(0, 0, 0, 0.33);
  padding-top: 120px;
  padding-left: 15px;
  padding-right: 15px;
  height: 400px;
}
.stat__title {
  margin-bottom: 15px;
  padding: 0;
}
.stat__score {
  text-transform: uppercase;
  line-height: 1;
  font-size: 68px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}
.stat__social img {
  max-width: 110px;
}

.latest_podcast__archive {
  background-color: #F5AB2C;
  margin-top:0px; 
  max-width:1280px;
  margin: 0 auto;
}
.latest_podcast__archive-title {
  font-size: 78px;
  font-family: 'ARB66', sans-serif;
  line-height: 1;
  color: #fff;
  padding-top: 23px;
  padding-bottom: 21px;
}
.latest_podcast__row {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  background-position: -5% 100%;
  background-repeat: no-repeat;
  background-size:45%;
}
.latest_podcast__inner-row {
  padding-left: 50px;
}
.latest_podcast__pause-icon {
  display: none;
}
.latest_podcast__play {
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  position: absolute;
  top: 50%;
  right: 50%;
  cursor: pointer;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.34);
  width: 110px;
  height: 110px;
  padding: 0;
  outline: none;
}
.latest_podcast__play--active .latest_podcast__play-icon {
  display: none;
}
.latest_podcast__play--active .latest_podcast__pause-icon {
  display: inline-block;
}
.latest_podcast__play:focus, .latest_podcast__play:hover {
  background-color: #ff5900;
}
.latest_podcast__play-icon {
  margin-left: 11px;
}
.latest_podcast .thumbnail {
  margin-bottom: 0;
  position: relative;
}

.quiz__button {
  cursor: pointer;
  padding: 0;
  color: inherit;
  font-size: 22px;
}
.quiz__button:focus, .quiz__button:hover {
  background-color: transparent;
  color: #ff5900;
}
.quiz__answer {
  display: none;
  font-weight: 700;
}
.quiz__answer--science {
  color: #008F00;
}
.quiz__answer--fiction {
  color: #FF0000;
}

.science-fiction__item-title {
  font-weight: 700;
}

.share__buttons {
  margin: 0;
  list-style: none;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear .25s, opacity .25s ease-in;
  transition: visibility 0s linear .25s, opacity .25s ease-in;
  background-color: #004c7a;
  padding-top: 5px;
  padding-bottom: 5px;
}
.share__link {
  color: #fff;
}

.action__list {
  margin: 0;
  list-style: none;
  padding: 0;
  background-color: #002c47;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
}
.action__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.action__item--share:hover {
  background-color: #004c7a;
}
.action__item--share:hover .share__buttons {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.action__button {
  padding: 10px;
  height: 100%;
  font-size: 0;
  white-space: nowrap;
}
.action__button:before {
  content: '';
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.action__button > * {
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
}
.action__button--subscribe {
  background-color: #E85929;
}
.action__button:hover {
  background-color: #004c7a;
}
.action__button > * {
  vertical-align: middle;
}
.action__title {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.12;
  padding: 0 5px;
}

article.podcasts {
  margin-top: 20px;
  margin-bottom: 20px;
}

.podcast-head {
  padding-top: 28px;
  position: relative;
}
.podcast-head--single {
  margin-bottom: 21px;
}
.podcast__action-text {
  font-size: 45px;
  font-family: 'ARB66', sans-serif;
  color: #002e4d;
  line-height: 1;
  padding-top: 20px;
}
.podcast__permalink {
  color: inherit;
}
.podcast__permalink:hover {
  color: #ff5900;
}
.podcast__description {
  font-size: 20px;
  line-height: 1.2;
}
.podcast__description--custom {
  font-size: 20px;
}
.podcast__pub-date {
  display: block;
  font-size: 29px;
}
.podcast__pub-date--custom {
  font-size: 45px;
  line-height: 1;
}
.podcast__page-title {
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 36px;
}
.podcast__page-title--custom {
  font-size: 35px;
  font-weight: 400;
}
.podcast__archive {
  display: inline-block;
  background-color: #002C45;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 47px;
  padding-left: 47px;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: .12;
  text-transform: uppercase;
  position: relative;
}
.podcast__archive::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 40px 38px 0;
  border-color: transparent #002C45 transparent transparent;
  position: absolute;
  right: 100%;
  top: 0;
  -webkit-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out;
}
.podcast__archive:hover {
  background-color: #004d78;
  color: #fff;
}
.podcast__archive:hover::after {
  border-color: transparent #004d78 transparent transparent;
}

.ep-controls__button,
.episodes__button {
  background-color: #002c47;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  padding: 12px 12px;
  display: inline-block;
}

.episodes__list {
  margin: 0;
  list-style: none;
  padding: 0;
}
.episodes__button {
  min-width: 281px;
}
.episodes__button--active {
  background-color: #ff5900;
}
.episodes__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dfdfdf+0,dfdfdf+100&1+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(rgba(223, 223, 223, 0)));
  background: linear-gradient(to bottom, #dfdfdf 0%, rgba(223, 223, 223, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#00dfdfdf', GradientType=0);
  /* IE6-9 */
  padding: 25px 15px;
}
.episodes__key {
  font-family: 'ARB66', sans-serif;
  color: #002e4d;
  font-size: 48px;
  line-height: 1;
}
.episodes__range {
  font-size: 35px;
  width: 100%;
  padding-left: 100px;
}
.episodes__wrap {
  display: none;
  max-height: 600px;
}

.episode__item {
  max-width: 1100px;
  border: none !important;
  margin-right: 385px;
  margin-left: auto;
  padding-left: 15px;
  width: 100%;
}
.episode__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 15px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dde5ed+0,dde5ed+100&1+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#dde5ed), to(rgba(223, 223, 223, 0.4)));
  background: linear-gradient(to bottom, #dde5ed 0%, rgba(223, 223, 223, 0.4) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dde5ed', endColorstr='#00dde5ed', GradientType=0);
  /* IE6-9 */
}

.ep-controls__list {
  margin: 0;
  list-style: none;
  padding: 0;
}
.ep-controls__button {
  min-width: 187px;
}
.ep-controls__item + .ep-controls__item {
  margin-top: 18px;
}
.ep-controls__item--share {
  position: relative;
}
.ep-controls__item--share .share__buttons {
  top: auto;
  bottom: 100%;
  background-color: #9EC430;
}
.ep-controls__item--share:hover .share__buttons {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.ep-controls__item--share .ep-controls__button {
  background-color: #9EC430;
}
.ep-controls__item--share .ep-controls__button:hover {
  background-color: #7d9b26;
}

.podcast-main a {
  color: #ff5900;
  word-break: break-word;
}

.listen__column {
  background-position: 0 50%;
}

.o-play-btn {
  position: relative;
  background: transparent !important;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.o-play-btn__icon {
  height: 34px;
  width: 34px;
  line-height: 34px;
  position: relative;
  z-index: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  overflow: hidden;
}
.o-play-btn__icon:before, .o-play-btn__icon:after {
  content: '';
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #FFF;
  height: 100%;
  width: 50%;
  top: 0;
}
.o-play-btn__icon:before {
  left: 0;
}
.o-play-btn__icon:after {
  right: 0;
}
.o-play-btn__mask {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.o-play-btn__mask:before, .o-play-btn__mask:after {
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  width: 150%;
  background: #002c47;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.o-play-btn__mask:before {
  top: -100%;
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  -webkit-transform: rotate(26.5deg);
          transform: rotate(26.5deg);
}
.o-play-btn__mask:after {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: rotate(-26.5deg);
          transform: rotate(-26.5deg);
  top: 100%;
}
.o-play-btn--playing .o-play-btn__icon:before {
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
}
.o-play-btn--playing .o-play-btn__icon:after {
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
}
.o-play-btn--playing .o-play-btn__mask:before, .o-play-btn--playing .o-play-btn__mask:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.n-audio-player {
  margin-bottom: 2em;
}

.controlColorClass {
  color: #fff;
}

.textColorClass {
  color: #000;
}

.backColorClass {
  background-color: #FFF;
}

.sliderColorClass {
  background-color: #3A6C89;
}

.progressColorClass {
  background-color: #ff5900;
}

.altControlColorClass {
  color: #FF8080;
}

.altTextColorClass {
  color: #F00;
}

.altBackColorClass {
  background-color: #0FF;
}

.altSliderColorClass {
  background-color: #00D9D9;
}

.altProgressColorClass {
  background-color: #FF8080;
}

/* Audio Player */
.audio-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  padding: 14px 23px;
  background-color: #002c47;
}

.audio-container.tiny {
  font-size: 6px !important;
}

.audio-container.tiny .controls {
  font-family: sans-serif;
  font-size: 1.66em;
}

.audio-container.small {
  font-size: 8px !important;
}

.audio-container.medium {
  font-size: 10px !important;
}

.audio-container.large {
  font-size: 12px !important;
}

.audio-container .play-pause-btn {
  display: none;
  cursor: pointer;
  width: 1em;
  font-size: 3.4em;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}
.audio-container .play-pause-btn:hover {
  color: #ff5900;
}

.audio-container .slider {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  cursor: pointer;
  position: relative;
}

.audio-container .slider .progress {
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}

.audio-container .slider .progress .pin {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  position: absolute;
  pointer-events: all;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.audio-container .controls {
  font-family: sans-serif;
  font-size: 1.333em;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}

.audio-container .controls .slider {
  margin-left:40px;
  border-radius: 30px;
  height: 27px;
  -webkit-box-shadow: inset -4px 6px 7px 0px rgba(0, 0, 0, 0.5);
          box-shadow: inset -4px 6px 7px 0px rgba(0, 0, 0, 0.5);
}

.audio-container .controls .slider .progress {
  width: 0;
  height: 100%;
}

.audio-container .controls .slider .progress .pin {
  right: -1.367em;
}

.audio-container .controls span {
  cursor: default;
}

.audio-container .volume {
  position: relative;
}

.audio-container .volume .volume-btn {
  cursor: pointer;
  width: 1em;
}

.audio-container .volume .volume-controls {
  width: 2.5em;
  height: 11.25em;
  background-color: rgba(0, 0, 0, 0.62);
  border-radius: 0.583em;
  position: absolute;
  left: -0.25em;
  bottom: 4.333em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.audio-container .volume .volume-controls.hidden {
  display: none;
}

.audio-container .volume .volume-controls .slider {
  margin: 1em;
  width: 0.5em;
  border-radius: 0.25em;
}

.audio-container .volume .volume-controls .slider .progress {
  bottom: 0;
  height: 100%;
  width: 0.5em;
}

.audio-container .volume .volume-controls .slider .progress .pin {
  left: -0.417em;
  top: -0.667em;
}

.loading > div {
  font-size: 3.4em;
}

.volume,
.current-time,
.total-time {
  display: block;
}

.volume {
  display: none;
}

.mCSB_scrollTools {
  width: 185px;
  opacity: 1;
  background-color: #fff;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 23px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #002e4d;
}

#mCSB_1_scrollbar_vertical .mCSB_dragger {
  height: 100px;
}

#mCSB_1_scrollbar_horizontal .mCSB_dragger {
  width: 100px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #ff5900;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger {
  width: 48px;
  height: 48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #ff5900;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  margin: 20px 0;
}

.archive-podcast__row {
  padding-top: 20px;
  padding-bottom: 20px;
}

.archive-title--podcast {
  font-size: 48px;
  font-family: 'ARB66', sans-serif;
  color: #002e4d;
  line-height: 1;
  text-transform: uppercase;
}

@media print {
  .main-content,
  .archive-podcast__row,
  .hero-section,
  .footer,
  .header {
    display: none;
  }

  body {
    padding-bottom: 0 !important;
  }

  .podcast-main {
    display: block;
  }
}
