@charset "UTF-8";
/*
Theme Name: Kiterocket Blank
Theme URI: https://www.kiterocket.com
Author: Kiterocket
Author URI: https://www.kiterocket.com
Description: The Kiterocket Wordpress theme
Requires at least: WordPress 5
Version: 2.1.3
Text Domain: kiterocket-blank
Tags: visual composer, bootstrap, jquery, meta-box suite
*/
/*
    HEADER
*/
header {
  max-width: 100%;
  /*
      END SECONDARY HEADER 
  */
}
header .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
header .secondary-header {
  position: inherit;
  background-color: #F9F9F9;
  height: 50px;
  text-align: right;
  top: -60px;
  left: 0;
  transition: all 0.4s ease;
  z-index: 5555;
}
header .secondary-header__block {
  vertical-align: top;
  display: inline-block;
  height: 50px;
  border-left: 1px solid #efefef;
}
header .secondary-header__block ul {
  list-style-type: none;
  margin: 0;
}
header .secondary-header__block ul li {
  display: inline-block;
  text-align: center;
  min-width: 50px;
  line-height: 50px;
  height: 50px;
  margin-bottom: 0;
}
header .secondary-header__block a {
  color: #342B89;
}
header .secondary-header__block a:hover {
  color: #262626;
}
header .secondary-header__block--social ul li {
  min-width: 30px;
}
@media only screen and (max-width: 820px) {
  header .secondary-header__block--menu {
    position: fixed;
    top: -100vh;
    left: 0;
    opacity: 0;
    height: calc(100vh - 50px);
    background-color: #F9F9F9;
    overflow: auto;
    padding-bottom: 50px;
    padding-top: 30px;
    text-align: left;
    transition: all ease-in 0.4s;
  }
}
header .secondary-header__block--menu ul li {
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 820px) {
  header .secondary-header__block--menu ul li {
    display: block;
    margin-bottom: 20px;
    line-height: 22px;
    min-height: 22px;
    height: auto;
    text-align: left;
  }
}
header .secondary-header__block--menu ul li > a {
  padding: 0 15px;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
}
@media only screen and (max-width: 820px) {
  header .secondary-header__block--menu ul li > a {
    display: block;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    min-height: 30px;
  }
}
header .secondary-header__block--menu ul li.current-menu-item > a {
  color: #342B89;
}
header .secondary-header__block--menu ul li .sub-menu-wrapper {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  z-index: 5000;
  top: 50px;
  left: 0;
  background-color: #AFAFAF;
  text-align: left;
  width: 250px;
  margin: 0 0 10px 0;
  padding-top: 20px;
}
header .secondary-header__block--menu ul li .sub-menu-wrapper li.menu-item-has-children .sub-menu-wrapper {
  padding: 0 0 0 10px;
}
@media only screen and (max-width: 820px) {
  header .secondary-header__block--menu ul li .sub-menu-wrapper {
    position: inherit;
    padding-top: 0;
    opacity: 1;
    width: 100%;
    top: 0;
    padding-left: 40px;
    background-color: transparent;
  }
}
header .secondary-header__block--menu ul li .sub-menu-wrapper ul {
  margin: 10px 0 0 0;
}
header .secondary-header__block--menu ul li .sub-menu-wrapper li {
  text-align: left;
  display: block;
}
header .secondary-header__block--menu ul li .sub-menu-wrapper li a {
  display: block;
  line-height: 22px;
  font-size: 14px;
  color: #FFF;
  height: 100%;
}
@media only screen and (max-width: 820px) {
  header .secondary-header__block--menu ul li .sub-menu-wrapper li a {
    color: #AFAFAF;
  }
}
header .secondary-header__block--menu ul li .sub-menu-wrapper li a:hover {
  color: #262626;
}
header .secondary-header__block--menu ul li:hover {
  background-color: #AFAFAF;
}
@media only screen and (max-width: 820px) {
  header .secondary-header__block--menu ul li:hover {
    background-color: transparent;
  }
}
header .secondary-header__block--menu ul li:hover a {
  color: #FFF;
}
@media only screen and (max-width: 820px) {
  header .secondary-header__block--menu ul li:hover a {
    color: #262626;
  }
}
header .secondary-header__block--menu ul li:hover .sub-menu-wrapper {
  opacity: 1;
  pointer-events: all;
}
header .secondary-header__block--menu-trigger, header .secondary-header__block--searchbox {
  min-width: 50px;
}
header .secondary-header__block--menu-trigger {
  background-color: #342B89;
  width: 50px;
  display: none;
}
@media only screen and (max-width: 820px) {
  header .secondary-header__block--menu-trigger {
    display: inline-block;
  }
}
header .secondary-header__block--searchbox {
  position: relative;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 620px) {
  header .secondary-header__block--searchbox {
    width: 50px;
  }
}
header .secondary-header__block--searchbox .searchbox-trigger {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
header .secondary-header__block--searchbox .searchbox-trigger .fa-times {
  display: none;
}
header .secondary-header__block--searchbox .searchbox-trigger .fa-search {
  display: inline-block;
}
header .secondary-header__block--logo-alt {
  opacity: 1;
  border: none;
  float: left;
  padding-left: 10px;
}
header .secondary-header__block--logo-alt a {
  width: auto;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .secondary-header__block--logo-alt a img {
  max-height: 25px;
  width: auto;
}
header .primary-header {
  padding-top: 40px;
  padding-bottom: 40px;
}

.header-fixed .secondary-header,
.mobo-menu-opened .secondary-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #efefef;
}

.mobo-menu-opened .secondary-header__block--menu {
  opacity: 1;
  width: 100%;
  top: 50px;
}

/*
    SEARCHBOX
*/
.searchbox {
  opacity: 0;
  width: 0;
  transition: 0.3s ease all;
  pointer-events: none;
  z-index: 1;
  position: relative;
  right: 0;
}
.searchbox input {
  text-align: left;
  width: 100%;
  border: none;
  background-color: rgba(175, 175, 175, 0.3);
  height: 50px;
  padding: 0 10px;
}
.searchbox input:focus {
  outline: none;
}
.searchbox input::placeholder {
  opacity: 0.5;
}
.searchbox input[type=submit] {
  display: none;
}
.searchbox.open {
  opacity: 1;
  width: 250px;
  pointer-events: all;
  z-index: 5;
}
@media only screen and (max-width: 620px) {
  .searchbox.open {
    position: fixed;
    width: 100%;
    top: 50px;
    z-index: 500;
  }
  .searchbox.open input {
    background-color: #F9F9F9;
  }
}
.searchbox.open + .searchbox-trigger .fa-times {
  display: inline-block !important;
}
.searchbox.open + .searchbox-trigger .fa-search {
  display: none !important;
}

aside section {
  margin-bottom: 40px;
}
aside .job-block-post {
  padding-bottom: 20px;
  position: relative;
}
aside .job-block-post::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 1px;
  background-color: rgba(175, 175, 175, 0.3);
}
aside .job-block-post--meta-box {
  font-size: 12px;
  margin-bottom: 3px;
}
aside .job-block-post--meta-box .author {
  opacity: 0.5;
  display: block;
}
aside .job-block-post h3 {
  font-size: 17px;
  margin-bottom: 0;
  line-height: 28px;
}
aside .job-block-post h3 a {
  color: #000;
}
aside .events-block-post {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
aside .events-block-post::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 1px;
  background-color: rgba(175, 175, 175, 0.3);
}
aside .events-block-post--meta-box {
  font-size: 12px;
  margin-bottom: 3px;
  opacity: 0.5;
}
aside .events-block-post h3 {
  font-size: 17px;
  margin-bottom: 0;
  line-height: 28px;
}
aside .events-block-post h3 a {
  color: #000;
}
aside .aside__tag-cloud-block-loop a {
  display: inline-block;
  padding: 5px 10px;
  height: 35px;
  background-color: #F9F9F9;
  color: #AFAFAF;
  text-align: center;
  margin-bottom: 10px;
  margin-right: 10px;
  line-height: 26px;
}
aside .aside__tag-cloud-block-loop a:hover {
  background-color: #262626;
}
aside .banner__square-block .col:first-child {
  padding-left: 0;
}
aside .banner__square-block .col:nth-child(2) {
  padding-right: 0;
}

/*
    MAIN MENU
*/
.main-menu__frame {
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100%;
  height: calc(100vh - 50px);
  background-color: #F9F9F9;
  pointer-events: none;
  z-index: 9999;
  overflow: hidden;
  display: flex;
  align-items: center;
  transition: 0.4s ease all;
  border-top: 1px solid #efefef;
}
.main-menu__frame .ul-main-menu {
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.4s ease all 0.2s;
  flex-wrap: wrap;
  grid-gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}
.main-menu__frame .ul-main-menu > li {
  flex-grow: 1;
  flex: 1 1 30%;
  margin-bottom: 30px;
}
.main-menu__frame .ul-main-menu > li a {
  color: #342B89;
}
.main-menu__frame .ul-main-menu > li a:hover {
  color: #342B89;
}
.main-menu__frame .ul-main-menu > li.current-menu-item > a {
  color: #342B89;
}
.main-menu__frame .sub-menu {
  margin-left: 10px;
}
.main-menu__frame .sub-menu li {
  font-size: 15px;
}
.main-menu__frame .sub-menu li a {
  color: #AFAFAF;
}
.main-menu__frame .sub-menu li a:hover {
  color: #342B89;
}
.main-menu__frame .sub-menu li.current-menu-item a {
  color: #342B89;
}
.main-menu__frame ul {
  list-style-type: none;
}
.main-menu__frame ul li.current_page_item > a {
  color: #16A8E2;
}

#menu-trigger {
  width: 100%;
  height: 50px;
  text-align: center;
}
#menu-trigger a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #16A8E2;
  padding-top: 0;
  text-align: center;
}
#menu-trigger a .hamburger {
  display: inline-block;
  margin-top: 5px;
  transform: rotate(0deg);
}
#menu-trigger a .hamburger .menu-button-stripe {
  width: 20px;
  display: block;
  height: 2px;
  background-color: #FFF;
  margin: 0 auto 3px auto;
  transition: 0.1s ease all;
}
#menu-trigger a:hover .menu-button-stripe {
  margin-bottom: 5px;
  opacity: 0.75;
}

/*
  MENU OPENED
*/
.mobo-menu-opened {
  overflow: hidden;
}
.mobo-menu-opened #menu-trigger a .hamburger {
  transform: rotate(90deg) !important;
}

footer {
  background-color: #262626;
  color: #AFAFAF;
}
footer h2 {
  color: #FFF;
  font-size: 25px;
}
footer .footer {
  padding-top: 30px;
  padding-bottom: 30px;
}
footer .footer ul {
  list-style-type: none;
}
footer .footer ul li a {
  color: #F9F9F9;
}
footer .footer__top-block {
  padding-top: 50px;
  padding-bottom: 30px;
}
footer .footer__top-block .ul-footer-menu {
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 620px) {
  footer .footer__top-block .ul-footer-menu {
    flex-direction: column;
  }
}
footer .footer__top-block .ul-footer-menu ul.sub-menu {
  list-style-type: none;
  margin-top: 20px;
  margin-left: 0;
}
footer .footer__top-block .ul-footer-menu ul.sub-menu a {
  color: rgba(249, 249, 249, 0.2);
}
footer .footer__top-block .ul-footer-menu > li {
  width: 25%;
}
@media only screen and (max-width: 620px) {
  footer .footer__top-block .ul-footer-menu > li {
    width: 100%;
  }
}
footer .footer__top-block .ul-footer-menu > li > a {
  font-size: 20px;
  color: #AFAFAF;
}
footer .footer__copyright-block {
  color: #AFAFAF;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.banner {
  clear: both;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  /* 
      BLOCKS
  */
  /*
      Add single tile
  */
}
.banner.banner-empty {
  display: none;
}
.banner.with-fallback a.fallback-item {
  display: none;
}
.banner.with-fallback a.fallback-item.visible {
  display: block;
}
.banner > div {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  min-height: 90px;
}
.banner__square-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: baseline;
}
.banner__square-block .banner__ad {
  margin-bottom: 30px;
}
.banner__square-block .banner__ad img {
  width: 220px;
}
.banner__full-width-block {
  margin: 30px 0;
}
.banner__full-width-block a {
  display: block;
  text-align: center;
}
.banner__top-block {
  padding: 20px 0;
  text-align: center;
  background-color: rgba(175, 175, 175, 0.5);
  margin-bottom: 0;
}
.banner__ad {
  display: inline-block;
}
.banner__right-300x250 a img, .banner__right-secondary-300x250 a img, .banner__right-tertiary-300x250 a img {
  max-width: 100%;
  width: 300px;
  height: auto;
}
.banner__top-970x90 a img {
  max-width: 100%;
  width: 970px;
  height: auto;
}
.banner__middle-single-post-728x90 {
  margin: 20px 0 50px;
  text-align: center;
}
.banner__middle-single-post-728x90 a {
  display: block;
}
.banner__middle-single-post-728x90 a img {
  width: 100%;
  /*max-width: 728px;*/
  height: auto;
}

body.page-template-template-flipbook header {
  max-width: 100%;
}
body.page-template-template-flipbook header.flipbook-header {
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  body.page-template-template-flipbook header.flipbook-header #logo {
    text-align: center;
  }
}
body.page-template-template-flipbook header.flipbook-header #logo img {
  max-width: 120px;
  margin: 15px;
}
body.page-template-template-flipbook header.flipbook-header #title h1 {
  text-align: right;
  margin: 0 15px 0;
  font-size: 38px;
}
@media only screen and (max-width: 768px) {
  body.page-template-template-flipbook header.flipbook-header #title h1 {
    text-align: center;
    font-size: 20px;
  }
}
body.page-template-template-flipbook div[data-fbo-height="100%"] {
  height: 100vh !important;
}
body.page-template-template-flipbook #main-container {
  padding: 0;
}
body.page-template-template-flipbook footer .footer__top-block {
  display: none;
}

.flipbooks {
  display: flex;
  flex-direction: column;
}
.flipbooks .title {
  width: 100%;
  margin-top: 10px;
}
.flipbooks .books {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin: 20px 0 40px;
}
@media only screen and (max-width: 1080px) {
  .flipbooks .books {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 820px) {
  .flipbooks .books {
    grid-template-columns: repeat(1, 1fr);
  }
}
.flipbooks .books .book {
  /*display: flex;
  flex-direction: column;*/
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 820px) {
  .flipbooks .books .book {
    width: auto;
  }
}
.flipbooks .books .book .name {
  transition: 0.2s;
  opacity: 0.5;
  text-align: center;
}
.flipbooks .books .book div {
  margin: 0 auto;
}
.flipbooks .books .book:hover .name {
  opacity: 1;
}

.share-content-box {
  background-color: #F9F9F9;
  padding: 10px 15px;
  text-align: right;
  margin-bottom: 30px;
}
.share-content-box .social-icons {
  display: inline-block;
}
.share-content-box .social-icons ul {
  list-style-type: none;
  margin-left: 20px;
}
.share-content-box .social-icons ul li {
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}

.custom-pagination {
  text-align: center;
  padding: 10px 0;
  margin-bottom: 30px;
}
.custom-pagination span, .custom-pagination a {
  vertical-align: middle;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  min-width: 20px;
  border-bottom: 2px solid #FFF;
  margin-right: 10px;
  transition: 0.3s all ease;
}
.custom-pagination span.current {
  border-color: #AFAFAF;
}
.custom-pagination a:hover {
  border-color: #342B89;
}

.header-headline__blurb .entry-tax {
  opacity: 0.5;
}

.events-table {
  width: 100%;
}
.events-table thead {
  background-color: #342B89;
  color: #FFF;
  min-height: 30px;
  line-height: 30px;
  text-align: center;
}
.events-table thead th {
  text-align: left;
  padding: 10px;
}
.events-table tr:nth-child(2n) {
  background-color: #F9F9F9;
}
.events-table tr td {
  padding: 5px 10px;
}
.events-table tr:hover td {
  background-color: rgba(200, 200, 200, 0.1);
}

.event-single__map {
  margin-bottom: 30px;
}

.button,
.gform_button {
  font-size: 14px !important;
  border: 1px solid transparent;
  text-transform: uppercase;
  padding: 10px 20px;
  transition: all ease 0.3s;
  font-family: "Lato", sans-serif;
  display: inline-block;
  text-transform: uppercase;
  font-weight: normal;
}
.button.primary, .button-primary,
.gform_button.primary,
.gform_button-primary {
  border-color: #16A8E2;
  background-color: #16A8E2;
  color: #FFF;
}
.button.primary:hover, .button-primary:hover,
.gform_button.primary:hover,
.gform_button-primary:hover {
  background-color: #FFF;
  color: #16A8E2;
}
.button.secondary,
.gform_button.secondary {
  border-color: #342B89;
  background-color: #342B89;
  color: #FFF;
}
.button.secondary:hover,
.gform_button.secondary:hover {
  background-color: transparent;
  color: #342B89;
}
.button.tertiary,
.gform_button.tertiary {
  border-color: #CFEE00;
  background-color: #CFEE00;
  color: #F9F9F9;
}
.button.tertiary:hover,
.gform_button.tertiary:hover {
  background-color: transparent;
}

.gform_button {
  font-size: 14px !important;
  border-color: #16A8E2;
  background-color: #16A8E2;
  color: #fff;
}
.gform_button:hover {
  background-color: transparent;
  color: #16A8E2;
}

/*
    VC Button
*/
.vc_btn3 {
  border-radius: 0 !important;
  font-family: "Lato", sans-serif;
  font-size: 14px !important;
  border: 1px solid transparent !important;
  text-transform: uppercase;
  padding: 10px 20px !important;
  transition: all ease 0.3s;
  background-image: none !important;
  text-transform: uppercase;
}
.vc_btn3.vc_btn3-color-theme-primary {
  border-color: #16A8E2 !important;
  background-color: #16A8E2 !important;
  color: #FFF !important;
}
.vc_btn3.vc_btn3-color-theme-primary:hover {
  border-color: #16A8E2 !important;
  background-color: transparent !important;
  color: #16A8E2 !important;
}
.vc_btn3.vc_btn3-color-theme-secondary {
  border-color: #342B89 !important;
  background-color: #342B89 !important;
  color: #FFF !important;
}
.vc_btn3.vc_btn3-color-theme-secondary:hover {
  border-color: #342B89 !important;
  background-color: transparent !important;
  color: #342B89 !important;
}
.vc_btn3.vc_btn3-color-theme-tertiary {
  border-color: #CFEE00 !important;
  background-color: #CFEE00 !important;
  color: #F9F9F9 !important;
}
.vc_btn3.vc_btn3-color-theme-tertiary:hover {
  border-color: #CFEE00 !important;
  background-color: transparent !important;
  color: #F9F9F9 !important;
}

/*
    HEADER BUTTON
*/
.homepage-random__video-cta a {
  border-radius: 0;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  border: 1px solid #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  transition: all ease 0.3s;
  color: #F9F9F9;
  background-color: #fff;
  text-transform: uppercase;
}
.homepage-random__video-cta a:hover {
  color: #fff;
  background-color: transparent;
}

.archive article a.content-block-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  font-family: "Lato", sans-serif;
  letter-spacing: 0;
  max-width: 170px;
  margin-top: 28px;
  margin-bottom: 0;
  color: #fff;
  border: 1px solid #342B89;
  background-color: #342B89;
  transition: all ease-in-out 0.2s;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 14px;
}
.archive .content-block-post-listing.fruit a.content-block-button {
  border: 1px solid transparent;
  background-color: transparent;
}
@media only screen and (max-width: 620px) {
  .archive .content-block-post-listing.fruit a.content-block-button {
    border-color: #342B89;
    background-color: #342B89;
    max-width: 100%;
    text-align: center;
  }
}
.archive .content-block-post-listing.fruit:hover a.content-block-button {
  margin-bottom: 28px;
  background-color: #342B89;
  border-color: #342B89;
}
.archive .content-block-post-listing.fruit:hover a.content-block-button:hover {
  background-color: transparent;
  color: #342B89;
}

.swiper-container {
  padding-bottom: 20px;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  display: none;
}
.swiper-container .swiper-pagination {
  text-align: right;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  border: none;
  background-color: #AFAFAF;
  width: 14px;
  height: 14px;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #16A8E2;
}
.swiper-container.slidertype-category-slider .swiper-pagination {
  width: 98%;
}
.swiper-container .swiper-pagination {
  width: 96%;
  bottom: 50px;
  right: 15px;
}

/*popupmaker*/
.pum-container {
  max-width: 100%;
}

.post-headline {
  background-image: none !important;
  padding-top: 50px;
}

@media only screen and (max-width: 820px) {
  .single-post #main-container {
    padding-top: 0;
  }
}
@media only screen and (max-width: 820px) {
  .single-post__headline-sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 820px) {
  .single-post__headline-sidebar .banner {
    text-align: center;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 620px) {
  .single-post__headline-sidebar .author__header--bio {
    opacity: 0.6;
  }
}
.single-post__listing-content {
  margin-bottom: 50px;
  max-width: calc(100% - 700px);
}
@media only screen and (max-width: 1200px) {
  .single-post__listing-content {
    max-width: calc(100% - 350px);
  }
}
@media only screen and (max-width: 1080px) {
  .single-post__listing-content {
    max-width: calc(100% - 250px);
  }
}
@media only screen and (max-width: 820px) {
  .single-post__listing-content {
    max-width: 100%;
  }
}
.single-post__feature-image {
  margin-bottom: 30px;
  background-color: #F9F9F9;
  text-align: center;
  line-height: 0;
  border: 2px solid #F9F9F9;
  min-height: 470px;
  justify-content: center;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 820px) {
  .single-post__feature-image {
    min-height: inherit;
  }
}
.single-post__feature-image img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 820px) {
  .single-post__feature-image-column {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 820px) {
  .single-post__feature-image {
    border: none;
  }
}
.single-post__no-image {
  /*
          .single-post__main-header{
              opacity: 0;
              margin-bottom: 50px;

              .col__right-sidebar{
                  max-width: 100%;
                  display: flex;
                  flex-wrap: wrap;
              }
          }*/
}
.single-post .col__right-sidebar {
  max-width: 25%;
}
@media only screen and (max-width: 768px) {
  .single-post .col__right-sidebar {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .single-post .author__header {
    background-color: #F9F9F9;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.single-post #sidebar-post-sidebar .separator, .single-post #mobile-ads .separator {
  clear: both;
  display: block;
}
@media only screen and (max-width: 768px) {
  .single-post #sidebar-post-sidebar .banner, .single-post #mobile-ads .banner {
    width: 300px;
    clear: none;
    max-width: 50%;
    display: inline-block;
  }
  .single-post #sidebar-post-sidebar .banner__right-300x250, .single-post #mobile-ads .banner__right-300x250 {
    float: left;
  }
  .single-post #sidebar-post-sidebar .banner__right-secondary-300x250, .single-post #mobile-ads .banner__right-secondary-300x250 {
    float: right;
  }
}
@media only screen and (max-width: 620px) {
  .single-post #sidebar-post-sidebar .banner, .single-post #mobile-ads .banner {
    max-width: 100%;
    display: block;
    margin: 10px auto;
  }
  .single-post #sidebar-post-sidebar .banner__right-300x250, .single-post #mobile-ads .banner__right-300x250 {
    float: none;
  }
  .single-post #sidebar-post-sidebar .banner__right-secondary-300x250, .single-post #mobile-ads .banner__right-secondary-300x250 {
    float: none;
  }
  .single-post #sidebar-post-sidebar .banner-empty, .single-post #mobile-ads .banner-empty {
    display: none;
  }
}
@media only screen and (max-width: 620px) {
  .single-post #mobile-ads .author__header {
    display: block;
    width: 100%;
    margin-left: 0px;
  }
}

.entry-content-box {
  clear: both;
  width: 100%;
  overflow: auto;
}
.entry-content-box .wp-caption {
  max-width: 100%;
  display: inline;
}
.entry-content-box .wp-caption.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.entry-content-box .wp-caption.aligncenter {
  display: block;
  margin: 20px auto;
}
.entry-content-box .wp-caption.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.entry-content-box .wp-caption p {
  font-size: 13px;
  opacity: 0.6;
  margin-bottom: 0;
  line-height: 17px;
}

.event-headline {
  background-image: none !important;
  padding-top: 50px;
}

@media only screen and (max-width: 1600px) {
  .loop__category-slider {
    max-width: calc(100% - 525px);
  }
}
@media only screen and (max-width: 820px) {
  .loop__category-slider {
    max-width: 100%;
  }
}

.author .author__header {
  margin-bottom: 50px;
  position: relative;
}
.author .author__header::before {
  content: "";
  position: absolute;
  width: 100%;
  background-color: rgba(249, 249, 249, 0.8);
  height: 125px;
  z-index: 1;
}
.author .author__header .col {
  position: relative;
  z-index: 100;
}
.author .author__header--title {
  min-height: 110px;
  cursor: pointer;
}
.author .author__header h1 {
  padding: 20px 0 0 0;
  margin-bottom: 0;
  color: #262626;
  font-size: 37px;
}
.author .author__header a {
  color: #000;
}
.author .author__header--avatar {
  cursor: pointer;
  position: relative;
  z-index: 20;
  background-color: #FFF;
  border: 5px rgba(175, 175, 175, 0.5) solid;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  margin-right: 20px;
  width: 200px;
  height: 200px;
  overflow: hidden;
}
.author .author__header--avatar img {
  margin: 0 auto;
}
.author #authors-related,
.author #author-bio {
  display: block;
  height: 1px;
  opacity: 0;
  transition: 0.4s ease all;
  padding-top: 1px;
  padding-bottom: 1px;
  border-bottom: 1px solid rgba(175, 175, 175, 0.5);
}
.author #authors-related.visible,
.author #author-bio.visible {
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  opacity: 1;
}
.author #authors-related a {
  float: left;
}
.author .author__links {
  margin: 40px 0 0 0;
  text-align: right;
}
.author .author__links li {
  display: inline-block;
  margin-left: 25px;
}
.author .author__links li a {
  color: #AFAFAF;
}
.author .author__links li a em {
  margin-right: 5px;
  opacity: 0.5;
}
.author .author__links li a:hover {
  color: #16A8E2;
}
.author .author__links li a:hover em {
  color: #16A8E2;
  opacity: 1;
}
@media only screen and (max-width: 1080px) {
  .author__header--image {
    text-align: center;
  }
}

.search-result-box {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.search-result-box h3 a {
  color: #000;
}
.search-result-box strong {
  color: #16A8E2;
}
.search-result-box .post-meta {
  opacity: 0.5;
}

.loop__title {
  margin-bottom: 0;
}
.loop__col {
  margin-bottom: 30px;
}
.loop__block {
  margin-bottom: 30px;
}

.loop__sidebar-small {
  position: relative;
  margin-bottom: 20px;
}
.loop__sidebar-small img {
  margin-bottom: 15px;
}
.loop__sidebar-small a {
  color: #000;
}
.loop__sidebar-small h3 {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 3px;
}
.loop__sidebar-small::after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 1px;
  background-color: rgba(175, 175, 175, 0.3);
}
.loop__sidebar-small--meta-box {
  display: none;
  font-size: 12px;
  margin-bottom: 3px;
  opacity: 0.5;
}

.loop__home-featured {
  margin-bottom: 40px;
  max-width: calc(100% - 700px);
}
@media only screen and (max-width: 1080px) {
  .loop__home-featured {
    max-width: 50%;
  }
}
@media only screen and (max-width: 820px) {
  .loop__home-featured {
    max-width: 100%;
  }
}
.loop__home-featured-post {
  min-height: 431px;
  position: relative;
  margin-bottom: 20px;
}
.loop__home-featured-post--background-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.loop__home-featured-post a {
  min-height: 30px;
  z-index: 10;
  height: 100%;
  line-height: 30px;
  display: block;
}
.loop__home-featured-post--content-block {
  margin-top: auto;
  padding: 25px;
  background-color: #F9F9F9;
  display: block;
  width: calc(100% - 50px);
  transition: 0.3s all ease;
  max-height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.loop__home-featured-post--content-block h2 {
  font-size: 22px;
  font-weight: 200;
  line-height: 27px;
  letter-spacing: 1px;
  color: #000;
  margin-bottom: 10px;
  text-transform: none;
  padding-right: 100px;
}
@media only screen and (max-width: 620px) {
  .loop__home-featured-post--content-block h2 {
    padding-right: 0;
  }
}
.loop__home-featured-post--meta-block {
  display: none;
  color: #262626;
  opacity: 0.5;
  font-size: 14px;
}

.page-template-template-community .community-content .row {
  justify-content: center;
}
.page-template-template-community .community-content .separator {
  background: #342B89;
  padding: 1px 0 0 0;
  margin: 3em 0;
}
@media only screen and (max-width: 820px) {
  .page-template-template-community .community-content .separator {
    margin: 2em 0;
  }
}
.page-template-template-community .community-content .loop__title.section-title {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 2em;
}
.page-template-template-community .community-content_col-logos[data-type=elite] .community-userlist.v2 .avatar a img {
  width: 100%;
}
.page-template-template-community .community-content_col-logos[data-type=premium] .community-userlist.v2 .avatar a img {
  width: 100%;
}
.page-template-template-community .community-content_col-slider .swiper-container {
  margin-top: 2em;
  border-top: 1px solid #342B89;
}
.page-template-template-community .community-content_col-slider .loop__community-featured {
  margin-bottom: 40px;
  max-width: calc(100% - 700px);
}
@media only screen and (max-width: 1080px) {
  .page-template-template-community .community-content_col-slider .loop__community-featured {
    max-width: 50%;
  }
}
@media only screen and (max-width: 820px) {
  .page-template-template-community .community-content_col-slider .loop__community-featured {
    max-width: 100%;
  }
}
.page-template-template-community .community-content_col-slider .loop__community-featured-post {
  min-height: 431px;
  position: relative;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 0px;
}
@media only screen and (max-width: 768px) {
  .page-template-template-community .community-content_col-slider .loop__community-featured-post {
    display: flex;
    flex-direction: column-reverse;
    height: 60vh;
  }
}
.page-template-template-community .community-content_col-slider .loop__community-featured-post .member {
  background: white;
  z-index: 11;
  position: absolute;
  width: 250px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: -webkit-fill-available;
  min-height: 100%;
}
@media only screen and (max-width: 768px) {
  .page-template-template-community .community-content_col-slider .loop__community-featured-post .member {
    position: relative;
    width: 100%;
    height: auto;
    align-items: center;
    flex-direction: row;
  }
}
.page-template-template-community .community-content_col-slider .loop__community-featured-post .member .logo {
  /*padding: 15px;
  border: 5px rgba(175, 175, 175, 0.5) solid;*/
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page-template-template-community .community-content_col-slider .loop__community-featured-post .member .logo {
    max-width: calc(150px - 30px);
    padding: 5px;
  }
}
.page-template-template-community .community-content_col-slider .loop__community-featured-post .member .logo img {
  width: 100%;
}
.page-template-template-community .community-content_col-slider .loop__community-featured-post .member .info {
  padding: 15px 0;
}
.page-template-template-community .community-content_col-slider .loop__community-featured-post .member .info h2 {
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.25;
}
@media only screen and (max-width: 768px) {
  .page-template-template-community .community-content_col-slider .loop__community-featured-post .member .info h2 {
    font-size: 16px;
    line-height: 1;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-template-community .community-content_col-slider .loop__community-featured-post .member .info {
    padding: 5px;
  }
}
.page-template-template-community .community-content_col-slider .loop__community-featured-post > a {
  margin-left: calc(250px + 30px);
  min-height: 30px;
  z-index: 10;
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .page-template-template-community .community-content_col-slider .loop__community-featured-post > a {
    margin-left: 0;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .page-template-template-community .community-content_col-slider .loop__community-featured-post > a .loop__home-featured-post--content-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .page-template-template-community .community-content_col-slider .loop__community-featured-post > a h2 {
    line-height: 1;
    font-size: 16px;
  }
}
.page-template-template-community .community-content_col-slider .loop__community-featured-post--background-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.page-template-template-community .community-content_col-slider .loop__community-featured-post--content-block {
  margin-top: auto;
  padding: 25px;
  background-color: #F9F9F9;
  display: block;
  width: calc(100% - 50px);
  transition: 0.3s all ease;
  max-height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-template-template-community .community-content_col-slider .loop__community-featured-post--content-block h2 {
  font-size: 22px;
  font-weight: 200;
  line-height: 27px;
  letter-spacing: 1px;
  color: #000;
  margin-bottom: 10px;
  text-transform: none;
  padding-right: 100px;
}
@media only screen and (max-width: 620px) {
  .page-template-template-community .community-content_col-slider .loop__community-featured-post--content-block h2 {
    padding-right: 0;
  }
}
.page-template-template-community .community-content_col-slider .loop__community-featured-post--meta-block {
  display: none;
  color: #262626;
  opacity: 0.5;
  font-size: 14px;
}
.page-template-template-community .community-content_col-slider .swiper-pagination {
  bottom: 0;
}
.page-template-template-community .community-content_col-articles .row {
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 620px) {
  .page-template-template-community .community-content_col-articles section {
    width: 500px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-template-community .community-content_col-articles section {
    width: 500px;
    max-width: 50%;
  }
}
.page-template-template-community .community-content_col-cta .wp-block-button {
  margin: 50px auto;
}
.loop__horizontal-thumb-4-post {
  margin-bottom: 40px;
}
.loop__horizontal-thumb-4-post--thumb a {
  display: block;
  height: 100%;
  overflow: hidden;
  max-height: 230px;
  position: relative;
}
@media only screen and (max-width: 620px) {
  .loop__horizontal-thumb-4-post--thumb a {
    height: 200px;
    background-color: #F9F9F9;
    margin-bottom: 10px;
  }
}
.loop__horizontal-thumb-4-post--thumb a img {
  object-fit: cover;
  height: auto;
  width: 100%;
  max-width: inherit;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.loop__horizontal-thumb-4-post h3, .loop__horizontal-thumb-4-post h3 {
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 5px;
}
.loop__horizontal-thumb-4-post h3 a, .loop__horizontal-thumb-4-post h3 a {
  color: #000;
}
.loop__horizontal-thumb-4-post--meta-block {
  display: none;
  font-size: 14px;
  color: #AFAFAF;
  margin-bottom: 10px;
}
.loop__horizontal-thumb-4-post--meta-block a {
  color: #AFAFAF;
}

.loop__channel-vertical-post {
  border-bottom: 1px solid rgba(175, 175, 175, 0.5);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.loop__channel-vertical-post:not(:first-child) .loop__channel-vertical-post--image-block {
  display: none;
}
.loop__channel-vertical-post:not(:first-child) h2, .loop__channel-vertical-post:not(:first-child) h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.loop__channel-vertical-post h2, .loop__channel-vertical-post h3 {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 26px;
}
.loop__channel-vertical-post h2 a, .loop__channel-vertical-post h3 a {
  color: #000;
}
.loop__channel-vertical-post--image-block {
  margin-bottom: 20px;
  min-height: 275px;
  background-color: #F4F4F4;
  display: flex;
  align-items: center;
}
.loop__channel-vertical-post--image-block img {
  width: 100%;
  height: auto;
}
.loop__channel-vertical-post--content-block {
  display: none;
}
.loop__channel-vertical-post--meta-box {
  display: none;
  opacity: 0.5;
  font-size: 14px;
  margin-bottom: 5px;
}
.loop__channel-vertical-post--meta-box a {
  color: #000;
}

.channels-section__sub-channel-col {
  /*padding-top: 20px;*/
  padding-bottom: 20px;
}

.loop__category-slider {
  max-width: calc(100% - 350px);
}
@media only screen and (max-width: 1080px) {
  .loop__category-slider {
    max-width: calc(100% - 250px);
  }
}
@media only screen and (max-width: 820px) {
  .loop__category-slider {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.loop__category-slider .swiper-slide.featured-slide .slide-icon.icon-featured {
  display: block;
}
.loop__category-slider .swiper-slide.featured-slide .slide-icon.icon-date {
  display: none;
}
.loop__category-slider .swiper-slide .slide-icon {
  transition: 0.4s;
  opacity: 0.6;
  pointer-events: none;
  display: none;
  position: absolute;
  z-index: 10;
  right: 1px;
  top: 1px;
  color: #fff;
  padding: 8px 14px;
}
.loop__category-slider .swiper-slide .slide-icon.icon-date {
  display: block;
}
.loop__category-slider .swiper-slide .slide-icon i {
  font-size: 1.1em;
  margin-right: 5px;
}
.loop__category-slider .swiper-slide:hover .slide-icon {
  opacity: 1;
  background-color: #000;
}
.loop__category-slider-post {
  width: 100%;
  min-height: 600px;
  position: relative;
}
.loop__category-slider-post--background-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.loop__category-slider-post a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.loop__category-slider-post--content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px 25px;
  background-color: #F9F9F9;
  display: block;
  width: calc(100% - 50px);
  transition: 0.3s all ease;
  max-height: 40%;
}
.loop__category-slider-post--content h2 {
  font-size: 18px;
  color: #000;
}
@media only screen and (max-width: 820px) {
  .loop__category-slider-post--content h2 {
    line-height: 26px;
  }
}
.loop__category-slider-post--meta-block {
  font-size: 14px;
  line-height: 22px;
  color: #AFAFAF;
}
.loop__category-slider .swiper-pagination.swiper-pagination-bullets {
  bottom: 10px;
}
.loop__category-slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #16A8E2;
}

.loop__aside-compact {
  margin-bottom: 40px;
}
.loop__aside-compact-post {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F9F9F9;
}
.loop__aside-compact-post h2 {
  margin-bottom: 10px;
  line-height: 26px;
}
.loop__aside-compact-post h2 a {
  color: #262626;
  font-size: 20px;
}
.loop__aside-compact-post.category-white-papers .loop__aside-compact-post--content-block {
  display: none;
}
.loop__aside-compact-post--meta-box {
  display: none;
  font-size: 14px;
  opacity: 0.6;
  margin-bottom: 10px;
  line-height: 20px;
}

.loop__active-authors {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.loop__active-authors a {
  display: flex;
  width: 90px;
  height: 90px;
  border: 1px solid #F9F9F9;
  background-color: #F9F9F9;
  text-align: center;
  align-items: center;
  justify-items: center;
  color: #AFAFAF;
  margin-bottom: 10px;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}
.loop__active-authors a span {
  transform: translateY(50px);
  opacity: 0;
  transition: 0.3s all ease;
  position: relative;
  z-index: 5555;
  width: 100%;
  line-height: 20px;
}
.loop__active-authors a img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: 0.2s all ease;
  z-index: 3333;
}
.loop__active-authors a:hover span {
  opacity: 1;
  transform: translateY(0);
}
.loop__active-authors a:hover img {
  opacity: 0.2;
}

article .promoted-author-avatar {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  width: 75px;
  height: 75px;
  border-radius: 75px;
  top: 10px;
  right: 10px;
}
article .promoted-author-avatar img {
  background-color: #fff;
  width: 100%;
  height: auto;
}

.loop__home-featured article .promoted-author-avatar {
  width: 100px;
  height: 100px;
  border-radius: 125px;
  top: 15px;
  right: 15px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.loop__channel-vertical-post .promoted-author-avatar {
  top: 75px;
  right: 40px;
}

.loop__get_minimal-loop {
  position: relative;
  margin-bottom: 20px;
}
.loop__get_minimal-loop a {
  color: #000;
}
.loop__get_minimal-loop h3 {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 3px;
}
.loop__get_minimal-loop::after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 1px;
  background-color: rgba(175, 175, 175, 0.3);
}
.loop__get_minimal-loop--meta-box {
  display: none;
  font-size: 12px;
  margin-bottom: 3px;
  opacity: 0.5;
}
.loop__get_minimal-loop.video a img {
  margin-bottom: 30px;
}

.loop__events-block h3 {
  margin-bottom: 5px;
}
.loop__events-block h3 a {
  color: #262626;
}

.loop__careers-block h3 {
  margin-bottom: 5px;
}
.loop__careers-block h3 a {
  color: #262626;
}

.career-archive > article {
  margin-bottom: 15px;
}
.career-archive > article h2 {
  margin-bottom: 10px;
}

.post-type-archive-video h1 {
  margin-bottom: 40px;
}
.post-type-archive-video #video-archive article .content-block-post-listing__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-height: 300px;
  overflow: hidden;
}
.post-type-archive-video #video-archive article .content-block-post-listing__image a {
  height: 100%;
  width: 100%;
  display: block;
}
.post-type-archive-video #video-archive article .content-block-post-listing__image a img {
  opacity: 0;
}

.video.content-block-post-listing h2 {
  margin-bottom: 0;
}

.community-userlist .member {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.community-userlist .member.visible {
  opacity: 1;
  zoom: 1;
}
.community-userlist .member.visible img {
  padding: 0;
}
.community-userlist .member img {
  padding: 25%;
}
.community-userlist .member .row {
  position: relative;
}
.community-userlist .member .row .title {
  display: none;
  text-align: center;
  line-height: 1.1;
  font-size: 0.9em;
}
.community-userlist .member .row .avatar {
  display: flex;
  align-items: center;
  justify-content: center;
}
.community-userlist .member .row .avatar img {
  width: 150px;
  transition: 0.3s ease all;
  filter: grayscale(1);
  max-width: 75%;
  height: auto;
}
.community-userlist .member .row .avatar a {
  display: block;
  width: 100%;
  text-align: center;
}
.community-userlist .member .row .avatar a:hover img {
  filter: grayscale(0);
}

.become-a-member .wp-block-button__link {
  background-color: #16A8E2;
  white-space: nowrap;
  padding: 24px;
}

.home .community__member {
  background-color: #F9F9F9;
  padding: 10px;
}
.home .community__member .col-8 {
  align-content: center;
  display: flex;
  flex-wrap: wrap;
}
.home .community__member .col-8 h4 {
  margin-bottom: 0;
  width: 100%;
}
.home .community__member .col-8 p {
  font-size: 14px;
  margin-bottom: 0;
}
.home .community__member .col-4 {
  padding-right: 0;
}
.home .community__member img {
  border: 4px solid #FFF;
}

.lazyblock-award-nominee-winner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 20px 0;
  border-bottom: 1px solid #ccc;
}
.lazyblock-award-nominee-winner .image {
  flex: 22%;
  padding-right: 20px;
}
.lazyblock-award-nominee-winner .text {
  flex: 78%;
}
.lazyblock-award-nominee-winner .text h2 {
  margin-bottom: 10px;
}
.lazyblock-award-nominee-winner .text .quote {
  text-align: justify;
  padding: 10px;
  color: #262626;
}
.lazyblock-award-nominee-winner .text .quote .person {
  font-style: italic;
  display: block;
  clear: both;
  font-size: 0.9em;
  text-align: right;
  color: #AFAFAF;
}
.lazyblock-award-nominee-winner .text .quote .fa {
  display: inline-block;
  padding: 5px;
  color: #AFAFAF;
}
.lazyblock-award-nominee-winner .text .quote .fa-quote-left {
  padding-right: 15px;
}
.lazyblock-award-nominee-winner .text .quote .fa-quote-right {
  padding-left: 15px;
}
.lazyblock-award-nominee-winner .accomplishment {
  text-align: justify;
  flex: 100%;
  font-size: 0.8em;
  line-height: 1.3em;
  color: #AFAFAF;
}
@media only screen and (max-width: 620px) {
  .lazyblock-award-nominee-winner .image {
    flex: 100%;
    padding: 20px;
    text-align: center;
  }
  .lazyblock-award-nominee-winner .image img {
    margin: 0 auto;
  }
  .lazyblock-award-nominee-winner .text {
    flex: 100%;
  }
  .lazyblock-award-nominee-winner .text h2 {
    margin-bottom: 10px;
  }
}

.fund-donors .wp-block-group__inner-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.fund-donors .wp-block-group__inner-container .wp-block-lazyblock-fund-donor {
  flex: 25%;
}
.fund-donors .wp-block-group__inner-container .wp-block-lazyblock-fund-donor .lazyblock-fund-donor a {
  position: relative;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.fund-donors .wp-block-group__inner-container .wp-block-lazyblock-fund-donor .lazyblock-fund-donor a .img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 100%;
  max-height: 100px;
  max-width: 100%;
}
.fund-donors .wp-block-group__inner-container .wp-block-lazyblock-fund-donor .lazyblock-fund-donor a .img span {
  position: absolute;
  z-index: 10;
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transition: 0.2s;
  top: 0;
  left: 0;
}
.fund-donors .wp-block-group__inner-container .wp-block-lazyblock-fund-donor .lazyblock-fund-donor a .img img {
  transition: 0.5s;
  max-width: 200px;
}
.fund-donors .wp-block-group__inner-container .wp-block-lazyblock-fund-donor .lazyblock-fund-donor a:hover .img img {
  opacity: 0.1;
  filter: grayscale(100%);
}
.fund-donors .wp-block-group__inner-container .wp-block-lazyblock-fund-donor .lazyblock-fund-donor a:hover .img span {
  top: 25%;
  opacity: 1;
}

#whitepaper-lead {
  display: none;
  width: 100%;
  max-width: 600px;
}

#whitepaper-lead-form {
  width: 100%;
}

.awards-comitee figure img {
  max-height: 250px;
  width: auto;
}
@media only screen and (max-width: 620px) {
  .awards-comitee figure img {
    max-height: auto;
    width: auto;
  }
}
.awards-comitee figure figcaption {
  font-size: 0.9em;
  line-height: 1.2em;
}

.nomination-form-container .wpcf7-form-control-wrap[data-name=category] > span {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media only screen and (max-width: 768px) {
  .nomination-form-container .wpcf7-form-control-wrap[data-name=category] > span {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 1080px) {
  .nomination-form-container .wpcf7-form-control-wrap[data-name=category] > span {
    grid-template-columns: repeat(2, 1fr);
  }
}
.nomination-form-container .wpcf7-form-control-wrap[data-name=category] > span label {
  display: inline-block;
  padding: 4px 2px;
  cursor: pointer;
}
.nomination-form-container .wpcf7-form-control-wrap[data-name=category] > span label > input {
  margin-right: 5px;
}

@media (max-width: 599px) {
  .awards-sponsors .wp-block-column {
    flex-basis: 50% !important;
  }
  .awards-sponsors .wp-block-column img {
    width: auto;
    max-height: 60px;
  }
}

.awards-nominees-shortcode {
  display: flex;
  flex-direction: column;
}
.awards-nominees-shortcode .nominee-category {
  margin: 20px 0;
  border-bottom: 1px solid #ccc;
}
.awards-nominees-shortcode .nominee-category .category-title {
  text-transform: uppercase;
  color: #16A8E2;
}
.awards-nominees-shortcode .nominee-category .nominee-list {
  display: flex;
  flex-direction: column;
}
.awards-nominees-shortcode .nominee-category .nominee-list .nominee-item {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: justify;
  border-bottom: 1px solid #e9e9e9;
}
.awards-nominees-shortcode .nominee-category .nominee-list .nominee-item:last-of-type {
  border-bottom: 0px none;
}
.awards-nominees-shortcode .nominee-category .nominee-list .nominee-item p {
  margin-bottom: 10px;
}
.awards-nominees-shortcode .nominee-category .nominee-list .nominee-item .nominee-item-details p.title {
  color: #666;
}
@media only screen and (max-width: 992px) {
  .awards-nominees-shortcode .nominee-category .nominee-list .nominee-item {
    flex-direction: column;
  }
}
.awards-nominees-shortcode .nominee-category .nominee-list .nominee-item.with-thumbnail .nominee-item-thumb {
  width: 250px;
}
@media only screen and (max-width: 992px) {
  .awards-nominees-shortcode .nominee-category .nominee-list .nominee-item.with-thumbnail .nominee-item-thumb {
    width: 100%;
    text-align: center;
  }
  .awards-nominees-shortcode .nominee-category .nominee-list .nominee-item.with-thumbnail .nominee-item-thumb a {
    padding: 15px 0;
  }
}
.awards-nominees-shortcode .nominee-category .nominee-list .nominee-item.with-thumbnail .nominee-item-thumb a {
  display: inline-block;
  padding: 0 15px 15px 0;
  cursor: pointer;
}
.awards-nominees-shortcode .nominee-category .nominee-list .nominee-item.with-thumbnail .nominee-item-thumb a img {
  max-width: 100%;
  height: auto;
}
.awards-nominees-shortcode .nominee-category .nominee-list .nominee-item.with-thumbnail .nominee-item-details {
  width: calc(100% - 250px);
}
@media only screen and (max-width: 992px) {
  .awards-nominees-shortcode .nominee-category .nominee-list .nominee-item.with-thumbnail .nominee-item-details {
    width: 100%;
  }
}

.nominee-item.ajax {
  width: 640px;
  flex-direction: column;
  display: flex;
  max-width: 100%;
}
.nominee-item.ajax .nominee-item-thumb {
  margin: 0 auto;
}
.nominee-item.ajax .nominee-item-thumb img {
  width: auto;
  max-height: 360px;
}
.nominee-item.ajax .nominee-item-details p.title {
  text-align: center;
  font-size: 18px;
  margin: 5px 0;
  padding: 5px 0;
  color: #16A8E2;
}

#application-buttons .wp-block-buttons .wp-block-button a.wp-block-button__link {
  padding: 2px 6px;
  text-decoration: none;
}
#application-buttons .wp-block-buttons .wp-block-button a.wp-block-button__link:hover {
  text-decoration: none;
  color: white;
  background-color: #342B89 !important;
}

.gform_confirmation_message {
  min-height: 25vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
}

.totalpoll-wrapper .totalpoll-container .totalpoll-questions .totalpoll-question {
  margin: 10px 0 0 !important;
  padding: 5px 0 0 !important;
}
.totalpoll-wrapper .totalpoll-container .totalpoll-questions .totalpoll-question .totalpoll-question-content p {
  color: #2f9bc1;
  font-size: 18px !important;
}
.totalpoll-wrapper .totalpoll-container .totalpoll-questions .totalpoll-question .totalpoll-question-choices-item.totalpoll-question-choices-item-checked a.info {
  color: #fff !important;
}
.totalpoll-wrapper .totalpoll-container .totalpoll-questions .totalpoll-question .totalpoll-question-choices-item span.kr-wrapper a.info {
  float: right;
  /*position: absolute;
  right: -7px;*/
  color: #fff !important;
  background: #999 !important;
  height: 20px;
  width: 20px;
  display: block;
  line-height: 15px !important;
  padding: 2px !important;
  text-align: center;
  top: 14px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.totalpoll-wrapper .totalpoll-container .totalpoll-questions .totalpoll-question .totalpoll-question-choices-item span.kr-wrapper a.info:hover {
  background-color: #2f9bc1 !important;
  color: #fff !important;
}

#paypal-yearbook-form {
  padding: 50px;
  text-align: center;
}
#paypal-yearbook-form textarea,
#paypal-yearbook-form input[type=text] {
  display: none;
}

#login-form.rwmb-form {
  max-width: 100%;
  width: 360px;
  text-align: center;
  margin: 0 auto 50px;
}
#login-form.rwmb-form .rwmb-field {
  flex-direction: column;
}
#login-form.rwmb-form input[type=text], #login-form.rwmb-form input[type=password] {
  border: 1px solid #888;
  padding: 7px 5px;
  margin: 2px 0;
  width: 100%;
  font-size: 13px;
  transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
#login-form.rwmb-form button[type=submit] {
  border: none;
  border-color: transparent;
  background-color: #2b7bb9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2b7bb9), to(#2b7bb9));
  background-image: -moz-linear-gradient(top, #2b7bb9, #2b7bb9);
  background-image: linear-gradient(top, #2b7bb9, #2b7bb9);
  background-image: none;
  padding: 8px 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  color: white;
  font-size: 14px;
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
  margin: 15px auto !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  display: block;
  width: 100%;
  max-width: 160px;
}

.wpcf7 form.wpcf7-form span.wpcf7-form-control-wrap.category .wpcf7-form-control {
  display: inline-block;
}
.wpcf7 form.wpcf7-form .hidden {
  display: none;
}
.wpcf7 form.wpcf7-form input[type=text], .wpcf7 form.wpcf7-form input[type=password], .wpcf7 form.wpcf7-form input[type=email], .wpcf7 form.wpcf7-form textarea {
  border: 1px solid #888;
  padding: 7px 5px;
  margin: 2px 0;
  width: 100%;
  font-size: 13px;
  transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.wpcf7 form.wpcf7-form input[type=submit] {
  border: none;
  border-color: transparent;
  background-color: #2b7bb9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2b7bb9), to(#2b7bb9));
  background-image: -moz-linear-gradient(top, #2b7bb9, #2b7bb9);
  background-image: linear-gradient(top, #2b7bb9, #2b7bb9);
  background-image: none;
  padding: 8px 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  color: white;
  font-size: 14px;
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
  margin: 15px 0 !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  display: block;
  width: 100% !important;
}

body.single-post.is-white-paper #whitepaper-download-cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
body.single-post.is-white-paper #whitepaper-download-cta a {
  margin: 1em auto 3em auto;
  background-color: #342B89;
  color: white;
  padding: 0.5em 1em;
  font-size: 1.2em;
}

body .subscription-form .klaviyo-form .klaviyo-form-TdsKsi .needsclick.klaviyo-form {
  background-color: transparent !important;
}
body .subscription-form.footer-mode p, body .subscription-form.footer-mode div, body .subscription-form.footer-mode span, body .subscription-form.footer-mode li {
  color: white;
}
body .subscription-form.footer-mode label > div.needsclick {
  color: white !important;
}
body .subscription-form.footer-mode .needsclick > input[type=text], body .subscription-form.footer-mode .needsclick > input[type=email] {
  color: black !important;
}
body .subscription-form.content-mode .subscription-form .klaviyo-form .klaviyo-form-TdsKsi div[data-testid=form-row]::first-of-type {
  display: none;
}

.grecaptcha-badge {
  z-index: 99999999;
}

* {
  margin: 0;
  padding: 0;
}

body, html {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Lato", sans-serif;
  color: #858585;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

/*
    Gral Styles
*/
.hidden {
  display: none !important;
}

ul, ol {
  margin: 10px 0 10px 30px;
}

ul li, ol li {
  margin-bottom: 10px;
}

.alignright {
  text-align: right;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  margin: 0 auto;
  text-align: center;
}

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

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

img.aligncenter {
  display: block;
}

.wp-caption.alignright,
img.alignright {
  float: right;
  margin: 0 0 20px 60px;
}

.wp-caption.alignleft,
img.alignleft {
  float: left;
  margin: 0 60px 20px 0;
}

h1, h2, h3, h4, h5 {
  font-family: "Noto Sans", sans-serif;
  margin: 0 0 20px 0;
  font-weight: 100;
}

h1 {
  font-size: 50px;
  line-height: 60px;
  color: #262626;
}
@media only screen and (max-width: 820px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 620px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }
}

h2 {
  font-size: 22px;
  line-height: 35px;
  color: #262626;
}
h2.loop__title, h2.sidebar-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 820px) {
  h2.loop__title, h2.sidebar-title {
    font-size: 22px;
    line-height: 28px;
  }
}
h2 a {
  color: #16A8E2;
}
h2 a:hover:after {
  padding-left: 15px;
}
h2 a:after {
  display: inline-block;
  content: "»";
  padding-left: 5px;
  transition: 0.3s;
}

h3 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  color: #262626;
}

p {
  margin-bottom: 20px;
}

a {
  color: #16A8E2;
  transition: all ease-in-out 0.2s;
  text-decoration: none;
}
a:hover {
  color: #342B89;
  text-decoration: none;
}

body.page .col article.page-single a {
  text-decoration: underline;
}

sup {
  font-size: 100%;
  top: -0.05em;
}

.heading-inline {
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #AFAFAF;
}

/*
  HOME
*/
#main-container {
  padding-top: 30px;
}

.home-latest-content {
  padding-bottom: 40px;
}

@media only screen and (max-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}
.col__left-sidebar,
.col__right-sidebar {
  max-width: 350px;
}
@media only screen and (max-width: 1080px) {
  .col__left-sidebar,
  .col__right-sidebar {
    max-width: 100%;
  }
  .col__left-sidebar.single-post__content-aside,
  .col__right-sidebar.single-post__content-aside {
    max-width: 100%;
  }
}
@media only screen and (max-width: 820px) {
  .col__left-sidebar,
  .col__right-sidebar {
    max-width: 100%;
  }
}

.community__member a {
  color: #000;
}

.community__member h4 {
  font-size: 17px;
}

.post_format-post-format-video > a {
  display: block;
  margin-bottom: 20px;
}

.cta-group-columns {
  margin: 50px 0;
}

@media only screen and (max-width: 820px) {
  .entry-content-box .wp-caption.alignright,
  .entry-content-box .wp-caption.alignleft,
  img.alignright,
  img.alignleft {
    display: block;
    margin: 15px 0;
    float: none;
    width: 100% !important;
    text-align: center;
  }
}
@media only screen and (max-width: 992px) {
  .cta-group-columns {
    margin: 25px 0;
  }
}

/*# sourceMappingURL=style.css.map */
