<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (max-width: 1801px) {
  .action__title {
    font-size: 13px;
  }
}
/*-=Small screens=-*/
@media only screen and (max-width: 1024px) {
  /* TOP BAR Mobile STYLING */
  .hero-section__title {
    display: none;
  }

  .title-bar {
    background-color: #1a608b;
    /* collapsed menu bar color */
    padding: 0;
    line-height: 45px;
  }
  .title-bar .title-bar-title {
    vertical-align: top;
  }
  .title-bar .menu-icon {
    position: relative;
    display: inline-block;
    padding: 0;
    width: 20px;
    height: 45px;
    background-color: transparent;
    vertical-align: top;
    cursor: pointer;
    outline: none;
  }
  .title-bar .menu-icon:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 50%;
    left: 0;
    margin-top: -9px;
    -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
            box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  }

  .menu-1st-header-container {
    display: block;
  }

  .top-bar {
    display: none;
    height: auto;
    padding: 0;
    background: #002E4D;
    /* menu list background color */
    width: 100%;
  }
  .top-bar ul {
    display: block;
    background: transparent;
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .top-bar ul li &gt; a {
    display: block;
    width: 100%;
    font-family: "Questrial", sans-serif;
    color: white;
    /* menu item text color */
    font-size: 22px;
    background: #002E4D;
    /* menu item background color */
    line-height: 45px;
    padding: 11px 17px;
  }
  .top-bar ul li &gt; a:hover {
    background: #165176 !important;
    /* menu item background color on hover */
  }
  .top-bar ul li.current-menu-item &gt; a, .top-bar ul li.current_page_ancestor &gt; a {
    background: #1e6fa0 !important;
    /* current/parent menu item background color */
  }
  .top-bar ul li.has-dropdown a:after {
    display: none;
  }
  .top-bar ul li.has-dropdown .accordion-toggle {
    display: block;
    position: absolute;
    width: 50px;
    height: 45px;
    right: 0;
    top: 0;
    color: #fff;
    /* dropdown arrow color */
    z-index: 100;
    text-align: center;
  }
  .top-bar ul li.has-dropdown .accordion-toggle i.fa {
    font-size: 13px;
    line-height: 1;
    height: 13px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .top-bar ul li[aria-expanded="true"] &gt; a {
    background: #18577e;
    /* menu item background color on open dropdown */
  }
  .top-bar ul li[aria-expanded="true"] &gt; a .accordion-toggle i.fa {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .top-bar ul li .submenu a {
    padding-left: 25px;
  }

  .alignright, .alignleft, .aligncenter, .alignnone {
    float: none;
    margin: 0 0 1em;
  }
}
/* max-width 640px and lower. Use this for mobiles only */
@media only screen and (min-width: 1402px) {
  .latest_podcast__inner-row .columns:last-of-type {
    float: right;
  }
}
/*-=Medium screens=-*/
@media only screen and (min-width: 1025px) {
  article.podcasts {
    font-size: 20px;
  }

  .podcast-main {
    padding: 0 75px;
  }

  .stats .title {
    margin-bottom: 40px;
  }

  .latest_podcast__inner-row .columns {
    width: auto;
    max-width: 300px;
  }

  /* TOP BAR STYLING */
  .title-bar {
    display: none;
  }

  .top-bar {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    background-color: transparent;
    /* Dropdown item styling */
  }
  .top-bar ul {
    background: transparent;
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .top-bar .header-menu {
    text-align: center;
  }
  .top-bar .header-menu li {
    display: inline-block;
    background-color: transparent;
  }
  .top-bar .header-menu li &gt; a {
    /* Regular menu item style */
    display: block;
    padding: 28px 65px;
    background: transparent;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 3px;
    color: #000;
    font-family: "Questrial", sans-serif;
  }
  .top-bar .header-menu li.current-menu-item &gt; a, .top-bar .header-menu li.current_page_ancestor &gt; a, .top-bar .header-menu li.current_page_parent &gt; a {
    /* Style of Current page and Ancestor page */
    text-decoration: none;
    color: #fff;
    background-color: #002e4d;
  }
  .top-bar .header-menu li.has-dropdown &gt; a {
    /* Style of item with dropdown */
    padding: 0 15px;
  }
  .top-bar .header-menu li.has-dropdown &gt; a:after {
    /* Hide dropdown arrow */
    display: none !important;
  }
  .top-bar .header-menu li.has-dropdown &gt; a:hover {
    /* Hover state for dropdown link */
  }
  .top-bar .header-menu li &gt; a:hover {
    /* menu item style on hover */
    text-decoration: none;
    color: #fff;
    background-color: #002e4d;
  }
  .top-bar .header-menu:after {
    content: '';
    display: table;
    clear: both;
  }
  .top-bar ul li:hover &gt; a {
    /* Parent link style on dropdown hover */
    background-color: transparent;
    color: #000;
  }
  .top-bar .submenu {
    display: none;
    border: none;
  }
  .top-bar .submenu.js-dropdown-active {
    display: block;
  }
  .top-bar .submenu li {
    display: block;
  }
  .top-bar .submenu li &gt; a {
    /* Regular link in dropdown */
    background: #e59f74;
    color: #1a608b;
  }
  .top-bar .submenu li &gt; a:hover {
    /* Dropdown link on hover */
    background: #227eb6;
    color: white;
  }
  .top-bar .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: 0;
  }
  .top-bar .is-dropdown-submenu .is-dropdown-submenu li a {
    /* Styles for 2nd level dropdown menu link */
  }

  /* Align Menu to the right
       .top-bar .header-menu { float:right; }*/
  /* Align Menu to the center
       .top-bar .header-menu { text-align: center; }
       .top-bar .header-menu &gt; li{ float: none; display: inline-block; } */
}
/* min-width 641px */
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
  .medium-float-left {
    float: left;
  }
  .medium-float-right {
    float: right;
  }
}
/*-=Large screens=-*/
@media only screen and (min-width: 1025px) {
  /*min-width 1025px, large screens*/
}
@media only screen and (min-width: 1201px) {
  /* min-width 1201px, large screens*/
}
@media only screen and (min-width: 1201px) and (max-width: 1280px) {
  /* min-width 1201px and max-width 1280px, use when QAing MacBook issues */
  .podcast__action-test {
    font-size: 56px;
  }
  .podcast__pub-date--custom, .podcast__page-title--custom {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1810px) {
  .logo {
    text-align: center;
  }

  .top-bar-wrap {
    text-align: center;
  }

  .top-bar .header-menu li &gt; a {
    padding: 28px 35px;
  }

  .black_line p {
    font-size: 38px;
  }

  .support_sgu .sgu-text h3 {
    font-size: 30px;
  }
  .support_sgu .sgu-text p {
    font-size: 25px;
  }
  .support_sgu .sgu-text ul li {
    font-size: 22px;
  }
  .support_sgu .sgu-button a div p {
    font-size: 25px;
  }

  .three_columns div.three-col a span h3 {
    font-size: 60px;
  }
  .three_columns div.three-col a span h4 {
    font-size: 28px;
  }

  .white_line h3 {
    font-size: 76px;
  }
  .white_line p {
    font-size: 46px;
  }

  .bottom-block__text {
    max-width: 246px;
  }

  #gform_submit_button_1 {
    font-size: 22px;
  }

  .events-slider .event-item__dates {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1601px) {
  .black_line p {
    font-size: 32px;
    padding-top: 0;
  }

  .support_sgu .sgu-text h3 {
    font-size: 28px;
  }
  .support_sgu .sgu-text p {
    font-size: 22px;
  }
  .support_sgu .sgu-text ul li {
    font-size: 20px;
  }
  .support_sgu .sgu-button a div p {
    font-size: 22px;
  }

  .three_columns div.three-col a span h3 {
    font-size: 50px;
    padding-left: 15px;
  }
  .three_columns div.three-col a span h4 {
    font-size: 28px;
    padding-left: 15px;
  }

  .white_line h3 {
    font-size: 58px;
  }
  .white_line p {
    font-size: 38px;
  }

  .scientists .sci-block .sci_title {
    font-size: 56px;
  }
  .scientists .sci-block .sci_text {
    font-size: 28px;
  }

  .hero-section__content p {
    font-size: 34px;
  }
  .hero-section__button {
    font-size: 42px;
    margin-top: 30px;
  }
  .hero-section__title {
    font-size: 74px;
  }

  .top-bar .header-menu li &gt; a {
    padding: 28px 25px;
  }

  .events-slider .event-item {
    padding: 50px;
    padding-left: 70px;
  }

  .events-slider .event-item__dates {
    font-size: 66px;
  }

  .events-slider .event-item__title {
    font-size: 56px;
  }

  .bottom-block__text {
    font-size: 19px;
    max-width: 196px;
  }
  .bottom-block .footer-menu-top li &gt; a,
  .bottom-block .footer-menu-bottom li &gt; a {
    padding: 5px 18px;
  }
  .bottom-block .stay-tuned li {
    margin-left: 69px;
  }

  #gform_submit_button_1 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1401px) {
  .stat__score {
    font-size: 50px;
  }
  .stat__title {
    font-size: 38px;
  }

  .action__title {
    /*display: none;*/
  }

  .episode__item {
    margin-right: 30px;
  }

  .mCSB_scrollTools {
    width: 70px;
  }

  .black_line p {
    font-size: 29px;
  }

  .support_sgu .sgu-text h3 {
    font-size: 24px;
  }
  .support_sgu .sgu-text p {
    font-size: 20px;
  }
  .support_sgu .sgu-text ul li {
    font-size: 18px;
  }
  .support_sgu .sgu-button a div p {
    font-size: 18px;
  }
  .support_sgu .sgu-button a div p span {
    max-width: 25px;
  }

  .three_columns div.three-col a span h3 {
    font-size: 42px;
    padding-left: 15px;
  }
  .three_columns div.three-col a span h4 {
    font-size: 22px;
    padding-left: 15px;
  }

  .white_line h3 {
    font-size: 54px;
  }
  .white_line p {
    font-size: 32px;
  }

  .scientists .sci-block .sci_title {
    font-size: 40px;
  }
  .scientists .sci-block .sci_text {
    font-size: 20px;
  }

  body .large_three_columns .lar-col span.white-back h3 {
    font-size: 58px;
  }
  body .large_three_columns .lar-col span.white-back h4 {
    font-size: 26px;
  }
  body .large_three_columns .lar-col span.white-back div.lar-cont p {
    font-size: 24px;
  }
  body .large_three_columns .lar-col span.white-back div.lar-cont::-webkit-scrollbar {
    width: 15px;
  }

  .top-bar .header-menu li &gt; a {
    font-size: 22px;
    padding: 29px 17px;
  }

  .events-slider .event-item {
    padding: 30px;
    padding-left: 70px;
  }
  .events-slider .event-item__dates {
    font-size: 56px;
  }
  .events-slider .event-item__title {
    font-size: 46px;
  }

  .bottom-block__text {
    font-size: 16px;
    max-width: 145px;
    padding-left: 16px;
  }
  .bottom-block .footer-menu-top li &gt; a,
  .bottom-block .footer-menu-bottom li &gt; a {
    padding: 5px 13px;
    font-size: 20px;
  }
  .bottom-block .stay-tuned li {
    margin-left: 49px;
  }

  .insta-slider {
    background-position: 50% 250px;
  }
}
@media only screen and (max-width: 1201px) {
  .black_line p {
    font-size: 24px;
  }

  .support_sgu .sgu-text h3 {
    font-size: 24px;
  }
  .support_sgu .sgu-text p {
    font-size: 20px;
  }
  .support_sgu .sgu-text ul li {
    font-size: 18px;
  }
  .support_sgu .sgu-button a div p {
    font-size: 16px;
    padding: 20px 0px;
  }
  .support_sgu .sgu-button a div p span {
    max-width: 25px;
    width: 25px;
    margin-left: 10px;
  }

  .white_line h3 {
    font-size: 44px;
  }
  .white_line p {
    font-size: 26px;
  }

  .hero-section__content {
    padding-right: 70px;
  }
  .hero-section__content p {
    font-size: 34px;
  }
  .hero-section__button {
    font-size: 42px;
    margin-top: 30px;
  }
  .hero-section__title {
    font-size: 74px;
  }

  .top-bar .header-menu li &gt; a {
    font-size: 18px;
    padding: 31px 17px;
  }

  .join-button {
    padding: 16px 20px;
  }

  .bottom-block__logo {
    text-align: center;
  }
  .bottom-block__text {
    font-size: 13px;
    max-width: 102px;
    padding-left: 1px;
  }
  .bottom-block .footer-middle {
    padding-left: 15px;
    padding-right: 15px;
  }
  .bottom-block .footer-menu-top li &gt; a,
  .bottom-block .footer-menu-bottom li &gt; a {
    padding: 5px 13px;
    font-size: 18px;
  }
  .bottom-block .stay-tuned li {
    margin-left: 49px;
  }
  .bottom-block .stay-tuned li &gt; a {
    font-size: 48px;
  }

  #gform_submit_button_1 {
    font-size: 14px;
  }

  .support_sgu .sgu-button a div {
    top: 50%;
  }
}
/*-=Tablet screens=-*/
@media only screen and (max-width: 1024px) {
  .stat__container {
    height: 100vw;
    max-height: 290px;
    padding-top: 90px;
    margin-top: 30px;
  }

  .episodes__range {
    font-size: 40px;
    padding: 0 15px;
    text-align: center;
  }
  .episodes__button {
    min-width: 220px;
  }

  #searchform {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  #searchsubmit {
    font-size: 0;
  }

  .n-audio-player {
    margin-top: 20px;
  }

  .action__title {
    display: none;
  }

  .episodes__key,
  .archive-title--podcast,
  .podcast__action-text,
  .latest_podcast__archive-title {
    font-size: 46px;
  }

  .podcast__action-text,
  .latest_podcast__archive-title {
    padding-left: 20px;
  }

  .latest_podcast .thumbnail {
    max-width: 425px;
    margin: 0 auto;
  }
  .latest_podcast__inner-row {
    margin-bottom: 20px;
  }

  .podcast__pub-date, .podcast__page-title {
    font-size: 24px;
    padding-left: 20px;
  }
  .podcast__description {
    margin-top: 20px;
    font-size: 20px;
  }

  .support_sgu .sgu-text {
    text-align: center;
    padding: 25px 0;
  }
  .support_sgu .sgu-text div {
    display: inline-block;
  }
  .support_sgu .sgu-text div h3 {
    font-size: 24px;
  }
  .support_sgu .sgu-text div p {
    font-size: 20px;
  }
  .support_sgu .sgu-text div ul li {
    font-size: 18px;
    text-align: left;
  }
  .support_sgu .sgu-button {
    background-color: transparent;
    text-align: center;
  }
  .support_sgu .sgu-button a {
    background-color: #ff5900;
    width: auto;
    display: inline-block;
  }
  .support_sgu .sgu-button a div p {
    font-size: 16px;
    padding: 20px 20px;
  }
  .support_sgu .sgu-button a div p span {
    max-width: 25px;
  }

  .three_columns div.three-col {
    margin-bottom: 25px;
  }
  .three_columns div.three-col_1 {
    padding-left: 0;
    padding-right: 0;
  }
  .three_columns div.three-col_2 {
    padding-left: 0;
    padding-right: 0;
  }
  .three_columns div.three-col_3 {
    padding-left: 0;
    padding-right: 0;
  }
  .three_columns div.three-col a span.white-back {
    padding: 20px;
  }
  .three_columns div.three-col a span.white-back h3 {
    font-size: 46px;
  }
  .three_columns div.three-col a span.white-back h4 {
    font-size: 22px;
  }

  .white_line h3 {
    font-size: 44px;
  }
  .white_line h3 br {
    display: none;
  }
  .white_line p {
    font-size: 26px;
  }

  .scientists .sci-block .sci_foto {
    margin-bottom: 20px;
    padding-bottom: 60%;
  }
  .scientists .sci-block .sci_title {
    font-size: 40px;
  }
  .scientists .sci-block .sci_text {
    font-size: 20px;
  }

  body .large_three_columns .lar-col {
    margin-bottom: 30px;
  }
  body .large_three_columns .lar-col_1 {
    padding-left: 0;
    padding-right: 0;
  }
  body .large_three_columns .lar-col_2 {
    padding-left: 0;
    padding-right: 0;
  }
  body .large_three_columns .lar-col_3 {
    padding-left: 0;
    padding-right: 0;
  }
  body .large_three_columns .lar-col span.white-back {
    padding: 20px 0;
  }
  body .large_three_columns .lar-col span.white-back h3 {
    font-size: 58px;
  }
  body .large_three_columns .lar-col span.white-back h4 {
    font-size: 26px;
  }
  body .large_three_columns .lar-col span.white-back div.lar-cont {
    padding: 0 15px;
    max-height: 500px;
  }
  body .large_three_columns .lar-col span.white-back div.lar-cont p {
    font-size: 24px;
  }
  body .large_three_columns .lar-col span.white-back div.lar-cont::-webkit-scrollbar {
    width: 15px;
  }

  .hero-section div {
    text-align: center;
  }
  .hero-section .podcast__action-text,
  .hero-section .podcast__page-title,
  .hero-section .podcast__pub-date {
    text-align: left;
  }
  .hero-section__content {
    padding-right: 0px;
  }
  .hero-section__content p {
    font-size: 34px;
    display: none;
  }
  .hero-section__button {
    font-size: 42px;
    margin-top: 30px;
  }
  .hero-section__title {
    font-size: 74px;
  }

  .menu-bg {
    padding-left: 0;
    background-color: transparent;
  }

  .top-bar .header-menu li &gt; a {
    padding: 11px 17px;
    font-size: 22px;
    text-transform: uppercase;
  }

  .top-menu {
    float: none;
    display: inline-block;
  }
  .top-menu li {
    float: none;
  }
  .top-menu li &gt; a {
    display: block;
    font-family: "Questrial", sans-serif;
    color: white;
    font-size: 18px;
    background: #1a608b;
    line-height: 45px;
    padding: 11px 17px;
  }
  .top-menu li &gt; a:hover {
    text-decoration: none;
  }

  .title-bar {
    background-color: transparent;
    text-align: right;
  }
  .title-bar .menu-icon {
    width: 35px;
  }
  .title-bar .menu-icon:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    top: 50%;
    left: 0;
    margin-top: -9px;
    -webkit-box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
  }

  .bottom-block__logo {
    max-width: 49%;
    text-align: center;
    vertical-align: middle;
    width: 100%;
  }
  .bottom-block__logo img {
    max-width: 200px;
  }
  .bottom-block .footer-middle {
    margin-top: 30px;
  }
  .bottom-block__text {
    font-size: 22px;
    max-width: 49%;
    vertical-align: middle;
    padding-left: 16px;
  }
  .bottom-block__form-title {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .bottom-block__form {
    display: block;
    width: 100%;
    text-align: center;
  }

  #inst-slider {
    padding-left: 60px;
    padding-right: 60px;
  }
  #inst-slider .slick-next {
    right: 10px;
  }
  #inst-slider .slick-prev {
    left: 10px;
  }

  .join-button {
    display: block;
    max-width: 33%;
    float: none;
    margin: 25px auto;
  }

  .bottom-block .footer-middle {
    border: none;
  }

  .bottom-block__form input {
    height: 50px;
  }

  .bottom-block .footer-menu-top {
    border: none;
  }

  .events-slider .event-item {
    padding-left: 50px;
    padding-right: 50px;
  }

  .events-slider .slick-prev {
    left: 10px;
  }

  .events-slider .slick-next {
    right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .latest_podcast__row {
    background-image: none !important;
  }
  .latest_podcast__inner-row {
    padding-left: 0;
  }

  .text-right.medium-float-right {
    text-align: right;
  }

  .podcast__archive {
    margin-top: 20px;
  }

  .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 25px;
    height: 25px;
    margin: 0 auto;
  }

  .mCSB_scrollTools .mCSB_draggerRail {
    width: 10px;
  }

  .mCSB_scrollTools {
    width: 40px;
  }

  .episodes__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .episode__item {
    margin-top: 20px;
    margin-right: 0;
    padding-left: 0;
  }
  .episode__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .podcast__action-text,
  .latest_podcast__archive-title {
    font-size: 40px;
  }

  .black_line p {
    font-size: 28px;
    text-align: left;
  }

  .support_sgu {
    padding-top: 30px;
  }
  .support_sgu .row {
    padding: 0;
  }
  .support_sgu .row .sgu-img {
    padding-left: 0;
    padding-right: 0;
  }
  .support_sgu .row .sgu-text {
    padding: 25px;
  }
  .support_sgu .row .sgu-text div {
    display: block;
    text-align: left;
  }
  .support_sgu .row .sgu-text div h3 {
    font-size: 24px;
  }
  .support_sgu .row .sgu-text div p {
    font-size: 20px;
  }
  .support_sgu .row .sgu-text div ul li {
    font-size: 18px;
  }
  .support_sgu .row .sgu-button {
    padding-left: 0;
    padding-right: 0;
    background-color: #ff5900;
  }
  .support_sgu .row .sgu-button a div p {
    font-size: 28px;
    padding: 20px 40px;
    text-align: left;
  }
  .support_sgu .row .sgu-button a div p span {
    max-width: 50px;
    width: 100%;
    padding-bottom: 18%;
    float: left;
    margin-bottom: 20px;
    margin-right: 350px;
  }

  .three_columns span.titl {
    font-size: 30px;
  }
  .three_columns div.three-col {
    margin-bottom: 25px;
  }
  .three_columns div.three-col_1 {
    padding-left: 0;
    padding-right: 0;
  }
  .three_columns div.three-col_2 {
    padding-left: 0;
    padding-right: 0;
  }
  .three_columns div.three-col_3 {
    padding-left: 0;
    padding-right: 0;
  }
  .three_columns div.three-col a span.white-back {
    padding: 20px 0;
  }
  .three_columns div.three-col a span.white-back h3 {
    font-size: 40px;
    padding-left: 35px;
  }
  .three_columns div.three-col a span.white-back h4 {
    font-size: 16px;
    padding-left: 35px;
  }
  .three_columns div.three-col a span.white-back div {
    padding-bottom: 75%;
  }

  body .large_three_columns .lar-col {
    margin-bottom: 30px;
  }
  body .large_three_columns .lar-col_1 {
    padding-left: 0;
    padding-right: 0;
  }
  body .large_three_columns .lar-col_2 {
    padding-left: 0;
    padding-right: 0;
  }
  body .large_three_columns .lar-col_3 {
    padding-left: 0;
    padding-right: 0;
  }
  body .large_three_columns .lar-col span.white-back {
    padding: 20px 0;
  }
  body .large_three_columns .lar-col span.white-back h3 {
    font-size: 58px;
  }
  body .large_three_columns .lar-col span.white-back h4 {
    font-size: 22px;
  }
  body .large_three_columns .lar-col span.white-back div.lar-cont {
    padding: 0 15px;
    max-height: 250px;
  }
  body .large_three_columns .lar-col span.white-back div.lar-cont p {
    font-size: 18px;
  }
  body .large_three_columns .lar-col span.white-back div.lar-cont::-webkit-scrollbar {
    width: 15px;
  }

  .hero-section {
    min-height: 440px;
  }
  .hero-section div {
    text-align: center;
  }
  .hero-section__content {
    display: none;
  }
  .hero-section__button {
    font-size: 36px;
    margin-top: 30px;
    padding: 5px 15px;
  }
  .hero-section__title {
    display: none;
  }

  .bottom-block__logo {
    max-width: 49%;
    text-align: center;
    vertical-align: middle;
    width: 100%;
  }
  .bottom-block__text {
    font-size: 20px;
    max-width: 49%;
    vertical-align: middle;
    padding-left: 16px;
  }
  .bottom-block .footer-middle {
    margin-top: 30px;
  }
  .bottom-block .footer-menu-top li &gt; a,
  .bottom-block .footer-menu-bottom li &gt; a {
    padding: 5px 13px;
    font-size: 16px;
  }
  .bottom-block__form-title {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
  }
  .bottom-block__form {
    display: block;
    width: 100%;
    text-align: center;
  }

  .events-slider .event-item {
    padding: 50px;
  }
  .events-slider .event-item__excerpt {
    font-size: 20px;
  }
  .events-slider .event-item__location {
    font-size: 24px;
  }
  .events-slider .event-item__title {
    font-size: 36px;
    margin-bottom: 0;
  }
  .events-slider .event-item__dates {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .events-slider .event-item:after {
    display: none;
  }
  .events-slider .title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .events-slider .slick-prev {
    left: 10px;
    background-size: contain;
    height: 50px;
    width: 20px;
    background-repeat: no-repeat;
  }
  .events-slider .slick-next {
    right: 10px;
    background-size: contain;
    height: 50px;
    width: 20px;
    background-repeat: no-repeat;
  }

  .insta-slider .instagram-slider .title {
    font-size: 32px;
  }

  .white_line h3 {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .white_line p {
    font-size: 24px;
  }

  .scientists .sci-block {
    padding: 20px 0;
  }
  .scientists .sci-block .sci_foto_blck {
    padding-left: 0;
    padding-right: 0;
  }
  .scientists .sci-block .sci_foto {
    padding-bottom: 100%;
  }
  .scientists .sci-block .sci_title {
    font-size: 28px;
  }
  .scientists .sci-block .sci_text {
    font-size: 16px;
    max-height: 360px;
    overflow-y: scroll;
  }
  .scientists .sci-block .sci_text::-webkit-scrollbar {
    width: 15px;
  }
  .scientists .sci-block .sci_text::-webkit-scrollbar-track {
    background: #fff;
  }
  .scientists .sci-block .sci_text::-webkit-scrollbar-thumb {
    background: #e6e7e8;
    border-radius: 10px;
    border: 3px solid #a7a9ac;
  }
  .scientists .sci-block .sci_text::-webkit-scrollbar-thumb:hover {
    background: #002e4d;
  }

  .bottom-block__form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .bottom-block__form .gform_footer {
    text-align: center;
    width: 100%;
  }

  .bottom-block__form .gform_body {
    width: 100%;
  }

  .gfield_label {
    text-align: left;
    color: red;
  }

  .bottom-block__form input {
    height: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .support_sgu {
    padding-top: 30px;
  }
  .support_sgu .row {
    padding: 0;
  }
  .support_sgu .row .sgu-img {
    padding-left: 0;
    padding-right: 0;
  }
  .support_sgu .row .sgu-text {
    padding: 25px;
  }
  .support_sgu .row .sgu-text div {
    display: block;
    text-align: left;
  }
  .support_sgu .row .sgu-text div h3 {
    font-size: 24px;
  }
  .support_sgu .row .sgu-text div p {
    font-size: 20px;
  }
  .support_sgu .row .sgu-text div ul li {
    font-size: 18px;
  }
  .support_sgu .row .sgu-button {
    padding-left: 0;
    padding-right: 0;
  }
  .support_sgu .row .sgu-button a div p {
    font-size: 28px;
    padding: 20px 25px;
  }
  .support_sgu .row .sgu-button a div p span {
    margin-right: 320px;
  }

  .three_columns span.titl {
    font-size: 30px;
    padding-left: 30px;
  }
  .three_columns div.three-col {
    margin-bottom: 25px;
  }
  .three_columns div.three-col_1 {
    padding-left: 0;
    padding-right: 0;
  }
  .three_columns div.three-col_2 {
    padding-left: 0;
    padding-right: 0;
  }
  .three_columns div.three-col_3 {
    padding-left: 0;
    padding-right: 0;
  }
  .three_columns div.three-col a span.white-back {
    padding: 20px 0;
  }
  .three_columns div.three-col a span.white-back h3 {
    font-size: 40px;
    padding-left: 35px;
  }
  .three_columns div.three-col a span.white-back h4 {
    font-size: 16px;
    padding-left: 35px;
  }
  .three_columns div.three-col a span.white-back div {
    padding-bottom: 75%;
  }

  body .large_three_columns .lar-col {
    margin-bottom: 30px;
  }
  body .large_three_columns .lar-col_1 {
    padding-left: 0;
    padding-right: 0;
  }
  body .large_three_columns .lar-col_2 {
    padding-left: 0;
    padding-right: 0;
  }
  body .large_three_columns .lar-col_3 {
    padding-left: 0;
    padding-right: 0;
  }
  body .large_three_columns .lar-col span.white-back {
    padding: 20px 0;
  }
  body .large_three_columns .lar-col span.white-back h3 {
    font-size: 58px;
    padding-left: 30px;
  }
  body .large_three_columns .lar-col span.white-back h4 {
    font-size: 20px;
    padding-left: 30px;
  }
  body .large_three_columns .lar-col span.white-back div.lar-cont {
    padding: 0 15px;
    max-height: 250px;
  }
  body .large_three_columns .lar-col span.white-back div.lar-cont p {
    font-size: 18px;
  }
  body .large_three_columns .lar-col span.white-back div.lar-cont::-webkit-scrollbar {
    width: 15px;
  }

  .hero-section div {
    text-align: center;
  }
  .hero-section__content {
    display: none;
  }
  .hero-section__button {
    font-size: 36px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .hero-section__title {
    display: none;
  }

  .bottom-block .footer-menu-top,
  .bottom-block .footer-menu-bottom {
    display: block;
  }
  .bottom-block .footer-menu-top li,
  .bottom-block .footer-menu-bottom li {
    display: block;
    text-align: left;
    margin-bottom: 25px;
  }
  .bottom-block .footer-menu-top li:first-child,
  .bottom-block .footer-menu-bottom li:first-child {
    padding: 5px 13px;
  }
  .bottom-block .footer-menu-top li &gt; a,
  .bottom-block .footer-menu-bottom li &gt; a {
    padding: 5px 13px;
    font-size: 22px;
  }
  .bottom-block__form-title {
    text-align: left;
    font-size: 22px;
  }

  .join-button {
    padding: 10px;
    max-width: 70%;
  }

  .bottom-block__logo {
    max-width: 49%;
    text-align: center;
    vertical-align: middle;
    width: 100%;
  }
  .bottom-block__logo img {
    max-width: 150px;
  }
  .bottom-block__text {
    font-size: 14px;
    max-width: 49%;
    vertical-align: middle;
    padding-left: 16px;
  }
  .bottom-block .footer-middle {
    margin-top: 30px;
  }
  .bottom-block .footer-menu-top li &gt; a,
  .bottom-block .footer-menu-bottom li &gt; a {
    padding: 5px 13px;
    font-size: 16px;
  }
  .bottom-block__form-title {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
  }
  .bottom-block__form {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .top-menu {
    margin: 40px 0px;
  }

  .top-bar .header-menu li &gt; a {
    font-size: 20px;
    padding: 19px 20px;
  }

  .join-button {
    padding: 5px 35px;
  }
  .join-button__text {
    font-size: 20px;
  }

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

  .top-menu li &gt; a {
    font-size: 21px;
  }

  .black_line p {
    font-size: 29px;
    padding: 20px 0;
  }

  .latest_podcast__inner-row {
    padding-left: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .podcast__action-text {
    font-size: 56px;
  }

  .podcast__pub-date--custom, .podcast__page-title--custom {
    font-size: 30px;
  }

  .podcast__description--custom {
    font-size: 14px;
    font-weight: 600;
  }

  .latest_podcast__row {
    background-position: 0% 20%;
    background-size: contain;
  }

  section {
    margin-bottom: 40px;
  }

  .three_columns div.three-col a span h3 {
    font-size: 40px;
  }

  .three_columns .titl {
    font-size: 36px;
    padding-left: 40px;
    margin-bottom: 35px;
  }

  .title {
    padding-left: 40px;
    font-size: 36px;
  }

  .events-slider {
    padding-top: 30px;
  }

  .events-slider .title {
    margin-bottom: 30px;
  }

  .events-slider .event-item__dates {
    font-size: 56px;
  }

  .events-slider .event-item__title {
    font-size: 44px;
  }

  .events-slider .event-item__location {
    font-size: 29px;
  }

  .events-slider .event-item__excerpt {
    font-size: 19px;
  }

  .events-slider .event-item {
    padding: 30px 50px;
  }

  .events-slider .event-item__dates {
    margin-bottom: 35px;
  }

  .events-slider .slick-prev, .events-slider .slick-next {
    height: 75px;
    width: 35px;
    background-repeat: no-repeat;
    background-position: center;
  }

  .events-slider .slick-prev {
    left: 10px;
  }

  .events-slider .slick-next {
    right: 10px;
  }

  .stats {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .insta-slider .instagram-slider .title {
    margin-bottom: 45px;
  }

  .bottom-block .footer-menu-top {
    padding-bottom: 30px;
  }

  .bottom-block .footer-middle {
    padding: 0 30px;
  }

  .bottom-block__form input {
    height: 50px;
    padding: 10px 20px;
    font-size: 24px;
  }

  .bottom-block .footer-menu-bottom {
    margin: 20px 0;
  }

  .bottom-block .footer-menu-bottom li &gt; a {
    font-size: 18px;
  }

  .bottom-block .stay-tuned {
    margin-bottom: 30px;
  }
  .bottom-block .stay-tuned li &gt; a {
    font-size: 50px;
  }

  .bottom-block .join-wrap__icon {
    max-width: 50px;
    max-height: 50px;
  }

  .footer-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .bottom-block__text {
    font-size: 18px;
    padding-left: 12px;
    max-width: 195px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  #home-slider .slick-slide, .bg-cover {
    background-position: 10% 50%;
  }

  .bottom-block__text {
    font-size: 14px;
  }

  .top-bar .header-menu li &gt; a {
    padding: 19px 13px;
  }

  .three_columns div.three-col a span h3 {
    font-size: 30px;
  }

  .events-slider .event-item__dates {
    font-size: 44px;
  }

  .events-slider .event-item__title {
    font-size: 38px;
  }

  .events-slider .event-item__location {
    font-size: 26px;
  }

  .events-slider .event-item__excerpt {
    font-size: 18px;
  }

  #gform_submit_button_1 {
    font-size: 14px;
    padding: 10px;
  }
}
</pre></body></html>