/* Color reference */
@font-face {
  font-family: 'avenirblack';
  src: url('fonts/avenir-black-webfont.woff2') format('woff2'), url('fonts/avenir-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'avenirbook';
  src: url('fonts/avenir-book-webfont.woff2') format('woff2'), url('fonts/avenir-book-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helvetica_neueregular';
  src: url('fonts/helveticaneue-webfont.woff2') format('woff2'), url('fonts/helveticaneue-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helvetica_neuebold';
  src: url('fonts/helveticaneue-bold-webfont.woff2') format('woff2'), url('fonts/helveticaneue-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'avenirbook', 'helvetica_neueregular', sans-serif;
}
/* Menus */
nav#mobile-menu {
  display: none;
  z-index: 200;
}
nav#mobile-menu {
  /* Mobile menu Toggle - Close */
  /* Mobile menu Toggle*/
  /* Social */
}
nav#mobile-menu .bg-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000dd;
  z-index: 201;
}
nav#mobile-menu .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 202;
}
nav#mobile-menu #mobile-search {
  background: #fff;
  border-bottom: 1px solid #ccc;
}
nav#mobile-menu #mobile-search form {
  display: grid;
  grid-template-columns: 1fr 24px;
  place-items: center;
  max-width: 90%;
  grid-gap: 10px;
  padding: 15px 32px 15px 15px;
}
nav#mobile-menu #mobile-search input[type=text] {
  border-radius: 0;
  outline: none;
  width: 100%;
  border: 2px solid #ccc;
  padding: 10px 15px;
}
nav#mobile-menu #mobile-search label input[type=submit] {
  display: none;
}
nav#mobile-menu #mobile-search label svg {
  height: 24px;
  width: 24px;
  color: #333;
}
nav#mobile-menu #mobile-search label svg:hover {
  cursor: pointer;
  opacity: 0.8;
}
nav#mobile-menu button.mobile-toggle.absolute {
  position: absolute;
  top: 0;
  right: 0;
}
nav#mobile-menu button.mobile-toggle {
  border: none;
  background: transparent;
  cursor: pointer;
  color: #333;
  padding: 20px;
}
nav#mobile-menu button.mobile-toggle:hover {
  opacity: 0.8;
}
nav#mobile-menu button.mobile-toggle svg {
  height: 32px;
  width: 32px;
}
nav#mobile-menu #mobile_menu_container {
  background: #fff;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
nav#mobile-menu ul#menu-mobile-menu {
  list-style: none;
  padding: 0;
  width: 100%;
}
nav#mobile-menu ul#menu-mobile-menu li {
  display: block;
}
nav#mobile-menu ul#menu-mobile-menu li a {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 15px;
  width: 100%;
}
nav#mobile-menu ul#menu-mobile-menu li a:hover {
  background: #316FA9;
  color: #fff;
  text-decoration: none;
}
nav#mobile-menu #mobile-social ul {
  background: #fff;
  padding: 15px 0;
  list-style: none;
  text-align: center;
}
nav#mobile-menu #mobile-social ul li {
  display: inline-block;
  padding: 0 8px;
}
nav#mobile-menu #mobile-social ul li a:hover {
  opacity: 0.8;
}
nav#mobile-menu #mobile-social svg {
  height: 48px;
  width: 48px;
}
form.search {
  position: relative;
}
form.search label {
  display: none;
}
form.search input#s {
  border-radius: 25px;
  border: 2px solid #fff;
  background: transparent;
  padding: 8px 15px;
  color: #fff;
}
form.search button#searchsubmit {
  display: block;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0.7rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.social a {
  padding: 5px;
}
.social a.twitter:hover {
  color: #1c9cea;
}
.social a.facebook:hover {
  color: #4064ac;
}
.social a.instagram:hover {
  color: #9c7054;
}
.social a.youtube:hover {
  color: #f70000;
}
body.home header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
body:not(.home) header {
  background: transparent;
  border-bottom: 10px solid rgba(255, 255, 255, 0.5);
}
body:not(.home) header #header-top {
  background: #000;
}
body.blog article .blog-container {
  max-width: 1200px;
  margin: 20px auto;
  background: #fff;
}
body.blog div.post {
  margin-bottom: 30px;
}
body.single-episodes .background_image_container {
  display: grid;
  align-items: start;
  justify-items: center;
  height: 810px;
  background-size: cover;
  background-position: center;
  grid-template-rows: 280px 1fr 110px;
}
body.single-episodes .background_image_container.no-video {
  height: auto;
}
body.single-episodes .background_image_container .episode_title {
  padding-top: 180px;
  max-width: 90vw;
}
body.single-episodes .background_image_container .episode_title h1 {
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  padding-bottom: 0;
}
body.single-episodes .left .website svg {
  width: 1.5rem;
  float: left;
  height: 1.5rem;
  margin-right: 8px;
}
body.single-episodes .learn-more-freemium {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #ff9450;
  font-size: 1rem;
  padding: 1rem 2rem;
  margin-top: 2rem;
  display: inline-block;
}
body.single-episodes .episode_segments a {
  padding: 1.7rem 4.5rem 1.7rem 3.5rem;
  background-color: #000;
  color: #f1f1f1;
  font-weight: 700;
  position: relative;
}
body.single-episodes .episode_segments a span {
  position: absolute;
  top: 0.3rem;
  right: 2rem;
  font-size: 2rem;
}
body.single-episodes #episodeSegments {
  margin: 3rem auto 1rem;
}
body.single-episodes .college_info_container {
  background: #51afcb;
  margin: 0 auto;
}
body.single-episodes .college_info_container .college_info {
  max-width: max-content;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 300px);
  place-items: center;
  color: #fff;
  padding: 1rem;
}
body.single-episodes .college_info_container .college_info > div {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  grid-gap: 10px;
  grid-template-rows: 60px 1fr 2fr;
}
body.single-episodes .college_info_container .college_info > div svg {
  height: 60px;
  width: 60px;
}
body.single-episodes .college_info_container .college_info > div strong {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
}
body.single-episodes .college_info_container .college_info > div > div {
  max-width: 200px;
}
body.single-episodes .college_details_container .college_details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 70px;
  padding: 50px 0;
  max-width: 1200px;
  margin: 0 auto;
}
body.single-episodes .college_details_container .college_details .left {
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  grid-gap: 30px;
  grid-template-rows: 1fr 30px;
  align-items: end;
}
body.single-episodes .college_details_container .college_details .left .college_thumbnail img {
  max-width: 500px;
}
body.single-episodes .college_details_container .college_details .right {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
body.single-episodes .college_details_container .college_details .right .college_logo img {
  max-width: 565px;
}
body.single-episodes .college_details_container .college_details .right h3 {
  font-size: 1.35rem;
  font-weight: bold;
}
body.single-episodes .college_details_container .college_details .right .college_description {
  line-height: 1.25rem;
  font-size: 0.85rem;
}
body.single-episodes div.episode_clips_container h2 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
body.single-episodes div.episode_clips_container p {
  font-size: 1.5rem !important;
  font-weight: bold;
  text-align: center;
}
body.single-episodes div.episode_clips_container hr {
  background-color: #F89250;
  color: #F89250;
  width: 850px;
  margin: 1rem auto 2rem;
}
body.single-episodes div.episode_clips_container .episode_clips {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
body.single-episodes div.episode_clips_container .episode_clips .episode_about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 70px;
  padding: 50px 0;
}
body.single-episodes div.episode_clips_container .episode_clips .episode_about .episode_info {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
body.single-episodes div.episode_clips_container .episode_clips .episode_about .episode_info h3 {
  font-size: 1.35rem;
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
}
body.single-episodes div.episode_clips_container .episode_clips .episode_about .episode_info > div {
  text-align: right;
  font-size: 0.85rem;
  line-height: 1.25rem;
}
body.single-episodes div.episode_clips_container .segment_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  justify-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
body.single-episodes div.episode_clips_container .segment_list .segment {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 40px 230px;
  justify-items: center;
  grid-gap: 20px;
}
body.single-episodes div.episode_clips_container .segment_list .segment .segment_info {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  grid-gap: 15px;
}
body.single-episodes div.episode_clips_container .segment_list .segment .segment_info strong {
  font-weight: bold;
}
body.single-episodes div.episode_clips_container .segment_list .segment .segment_info .segment_description {
  line-height: 1.25rem;
  font-size: 0.85rem;
  text-align: center;
}
body.single-episodes .contact_box_container {
  padding: 30px 0;
}
body.single-episodes .contact_box_container .contact_box {
  max-width: 1200px;
  margin: 0 auto;
  background: #51afcb;
  padding: 20px;
}
body.single-episodes .contact_box_container .contact_box .top {
  display: grid;
  grid-template-columns: 1fr 300px;
}
body.single-episodes .contact_box_container .contact_box .top .heading {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  align-self: center;
}
body.single-episodes .contact_box_container .contact_box .top .heading > span {
  color: #fff;
}
body.single-episodes .contact_box_container .contact_box .top .links {
  margin: 0 auto;
  justify-self: end;
}
body.single-episodes .contact_box_container .contact_box .top .links a {
  display: inline-block;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 36px;
  padding: 7px 10px;
  margin: 7px;
}
body.single-episodes .contact_box_container .contact_box .top .links a:hover {
  background: #fff;
  color: #51afcb;
}
body.single-episodes .contact_box_container .contact_box .top .links a svg {
  height: 32px;
  width: 32px;
  padding-top: 3px;
}
body.single-episodes .contact_box_container .contact_box #gform_1 {
  display: grid;
  grid-template-columns: 3fr 1fr;
  align-items: center;
  grid-gap: 20px;
}
body.single-episodes .contact_box_container .contact_box #gform_1 #gform_fields_1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  grid-gap: 20px;
}
body.single-episodes .contact_box_container .contact_box #gform_1 label.gfield_label {
  display: none;
}
body.single-episodes .contact_box_container .contact_box #gform_1 ul.gform_fields li.gfield, body.single-episodes .contact_box_container .contact_box #gform_1 .top_label div.ginput_container, body.single-episodes .contact_box_container .gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
}
body.single-episodes .contact_box_container .contact_box #gform_1 input {
  border-radius: 0;
  border: 2px solid #fff;
  background: #fff;
  color: #333;
  padding: 20px;
}
body.single-episodes .contact_box_container .contact_box #gform_1 input[type=submit] {
  border: 2px solid #fff;
  background: #51afcb;
  color: #fff;
  margin: 0;
  width: 100%;
}
body.single-episodes .contact_box_container .contact_box #gform_1 input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.8;
}
body.single-episodes .contact_box_container .contact_box #gform_confirmation_message_1 {
  color: #fff;
}
section.could-this .wrapper {
  max-width: 1200px;
}
section.could-this .top-bar {
  min-height: 30px;
  background-color: #51afcb;
}
section.could-this .content {
  background: #F5F5F5;
  padding: 1rem 4rem;
}
section.could-this .content h3 {
  font-size: 3rem;
  text-align: center;
}
section.could-this .content .buttons-row {
  text-align: center;
  padding: 4rem 0;
}
section.could-this .content .buttons-row a {
  margin-right: 2rem;
  background-color: transparent;
  color: #333;
  border: solid 3px #51afcb;
  padding: 2rem 3rem;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}
section.could-this .content .buttons-row a.apply-button {
  background-color: #F89250;
  color: #fff;
  border-color: #F89250;
}
section.could-this .content .buttons-row a.phone-button {
  background-color: #51afcb;
  color: #fff;
  border: solid 3px #ccc;
}
section.could-this .content .buttons-row a.phone-button .number {
  display: none;
}
section.could-this .content .buttons-row a:hover {
  text-decoration: none;
}
section.episode-learn-more {
  padding: 2rem;
  margin-bottom: 2rem;
}
section.episode-learn-more .wrapper {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 20px;
}
section.episode-learn-more .wrapper .learn-more {
  text-align: right;
  font-weight: 700;
  font-size: 1.35rem;
  line-height: 4rem;
}
section.episode-learn-more .wrapper .links {
  text-align: left;
}
section.episode-learn-more .wrapper .links a {
  display: inline-block;
  color: #51afcb;
  border: 2px solid #51afcb;
  border-radius: 36px;
  padding: 7px 10px;
  margin: 7px;
}
section.episode-learn-more .wrapper .links a:hover {
  background: #51afcb;
  color: #fff;
}
section.episode-learn-more .wrapper .links a svg {
  height: 32px;
  width: 32px;
  padding-top: 3px;
}
section.episode-inside-scoop {
  margin-top: 2rem;
}
section.episode-inside-scoop hr {
  background-color: #F89250;
  color: #F89250;
  width: 400px;
  margin: 1rem auto 2rem;
}
section.episode-inside-scoop .video-container {
  display: grid;
  gap: 1rem;
  width: max-content;
  margin: auto;
}
section.episode-inside-scoop .video-container.video-count-1 {
  grid-template-columns: 1fr;
}
section.episode-inside-scoop .video-container.video-count-2 {
  grid-template-columns: 1fr 1fr;
}
section.episode-inside-scoop .video-container.video-count-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
section.episode-inside-scoop .video-container h3 {
  text-align: center;
}
section.episode-dorm-tours {
  margin-top: 2rem;
}
section.episode-dorm-tours hr {
  background-color: #F89250;
  color: #F89250;
  width: 400px;
  margin: 1rem auto 2rem;
}
section.episode-dorm-tours .video-container {
  display: grid;
  gap: 1rem;
  width: max-content;
  margin: auto;
}
section.episode-dorm-tours .video-container.video-count-1 {
  grid-template-columns: 1fr;
}
section.episode-dorm-tours .video-container.video-count-2 {
  grid-template-columns: 1fr 1fr;
}
section.episode-dorm-tours .video-container.video-count-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
section.episode-dorm-tours .video-container h3 {
  font-size: 1rem;
  padding-bottom: 30px;
  text-align: center;
}
@media (max-width: 1250px) {
  body.single-episodes .college_details_container .college_details {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
    padding: 30px 20px;
  }
  body.single-episodes .college_details_container .college_details .left .college_thumbnail img, body.single-episodes .college_details_container .college_details .right .college_logo img {
    max-width: 100%;
  }
  body.single-episodes .episode_clips_container .episode_clips {
    max-width: 100%;
    padding: 0 20px;
  }
  body.single-episodes .episode_clips_container .episode_clips .episode_about {
    grid-gap: 30px;
  }
  body.single-episodes .episode_clips_container .segment_list {
    width: 100%;
    padding: 0 20px;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  }
}
@media (max-width: 1080px) {
  body.single-episodes .background_image_container {
    min-height: 830px;
  }
  body.single-episodes .college_details_container .college_details {
    grid-template-columns: 1fr;
    max-width: 100%;
    padding: 30px 20px;
  }
  body.single-episodes .college_logo {
    text-align: center;
  }
  body.single-episodes section.could-this .content {
    background: #F5F5F5;
    padding: 1rem 1rem;
  }
}
@media (max-width: 980px) {
  body.single-episodes .college_info_container .college_info {
    max-width: 100%;
    grid-template-columns: repeat(3, 33%);
  }
  body.single-episodes .contact_box_container .contact_box .top {
    grid-template-columns: 1fr;
    place-items: center;
  }
  body.single-episodes .contact_box_container .contact_box .top .heading {
    text-align: center;
  }
  body.single-episodes .contact_box_container .contact_box #gform_1 input {
    padding: 10px;
  }
  section.episode-inside-scoop .video-container {
    grid-template-columns: 1fr !important;
  }
  section.episode-dorm-tours .video-container {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 800px) {
  body.single-episodes .background_image_container {
    height: 400px;
  }
  body.single-episodes .background_image_container .episode_title {
    font-size: 2rem;
    padding-top: 115px;
  }
  body.single-episodes .college_details_container .college_details {
    grid-template-columns: 1fr;
  }
  body.single-episodes .college_details_container .college_details .right .college_logo {
    text-align: center;
  }
  body.single-episodes .episode_clips_container .episode_clips h2 {
    font-size: 1.85rem;
  }
  body.single-episodes .episode_clips_container .episode_clips .episode_about {
    grid-template-columns: 1fr;
  }
  body.single-episodes .episode_clips_container .episode_clips .episode_about .episode_info h3, body.single-episodes .episode_clips_container .episode_clips .episode_about .episode_info > div {
    text-align: left;
  }
  body.single-episodes .contact_box_container .contact_box #gform_1 input {
    padding: 10px;
  }
  body.single-episodes .contact_box_container .contact_box #gform_1, body.single-episodes .contact_box_container .contact_box #gform_1 #gform_fields_1 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 650px) {
  body.single-episodes .college_info_container .college_info {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }
  body.single-episodes .background_image_container .episode_title {
    max-width: 98%;
  }
  body.single-episodes .episode_video iframe {
    max-width: 100%;
    /* float: left; */
  }
  body.single-episodes .background_image_container {
    min-height: 830px;
  }
  body.single-episodes .background_image_container .episode_title h1 {
    font-size: 3rem;
    text-align: center;
  }
  body.single-episodes .college_details .left iframe {
    max-width: 100%;
  }
  body.single-episodes div.episode_clips_container .segment_list {
    grid-template-columns: 1fr;
    grid-gap: 0;
    justify-items: center;
    max-width: 94%;
  }
  body.single-episodes div.episode_clips_container .segment_list .segment_video iframe {
    max-width: 100%;
  }
  section.could-this .content .buttons-row {
    text-align: center;
    padding: 0rem;
  }
  section.could-this .content .buttons-row a {
    margin-right: 0;
    margin-bottom: 2rem;
    padding: 2rem 1rem;
    display: block;
  }
  section.episode-learn-more .wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  section.episode-learn-more .wrapper .learn-more, section.episode-learn-more .wrapper .links {
    text-align: center;
  }
}
body.single-segment .background_image_container {
  display: grid;
  justify-items: center;
  padding-top: 200px;
  background-size: cover;
  background-position: center;
}
body.single-segment .background_image_container h1, body.single-segment .background_image_container h2 {
  color: #fff;
  text-align: center;
  text-shadow: 3px 3px 3px #333;
}
body.single-segment .episode_video iframe {
  max-width: 100%;
}
body.single-segment .segment_details_container {
  width: 1200px;
  max-width: 95%;
  margin: 0 auto;
  padding: 4rem 0;
}
body.single-segment .segment_navigation_container {
  width: 1200px;
  max-width: 95%;
  margin: 0 auto;
  padding: 4rem 0;
}
body.single-segment .segment_navigation_container .links {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(3, 1fr);
}
body.single-segment .segment_navigation_container .links a {
  text-decoration: none;
  padding: 12px 18px;
  color: #fff;
  background-color: #51afcb;
  text-align: center;
  display: block;
}
body.single-segment .segment_navigation_container .links a.disabled-link {
  pointer-events: none;
  color: #333;
  background-color: #666;
}
body.single-dorm-tours .background_image_container {
  display: grid;
  justify-items: center;
  padding-top: 200px;
  background-size: cover;
  background-position: center;
}
body.single-dorm-tours .background_image_container h1, body.single-dorm-tours .background_image_container h2 {
  color: #fff;
  text-align: center;
  text-shadow: 3px 3px 3px #333;
}
body.single-dorm-tours .episode_video iframe {
  max-width: 100%;
}
body.single-dorm-tours .segment_details_container {
  width: 1200px;
  max-width: 95%;
  margin: 0 auto;
  padding: 4rem 0;
}
body.single-dorm-tours .segment_navigation_container {
  width: 1200px;
  max-width: 95%;
  margin: 0 auto;
  padding: 4rem 0;
}
body.single-dorm-tours .segment_navigation_container .links {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(3, 1fr);
}
body.single-dorm-tours .segment_navigation_container .links a {
  text-decoration: none;
  padding: 12px 18px;
  color: #fff;
  background-color: #51afcb;
  text-align: center;
  display: block;
}
body.single-dorm-tours .segment_navigation_container .links a.disabled-link {
  pointer-events: none;
  color: #333;
  background-color: #666;
}
body.page-template-tours .background_image_container {
  position: absolute;
  width: 100%;
  height: 500px;
  z-index: 1;
  background-color: rgba(15, 94, 179, 0.83);
  background-position: center bottom;
  background-repeat: no-repeat;
}
body.page-template-tours .background_image_container_cover {
  position: absolute;
  width: 100%;
  height: 500px;
  z-index: 2;
  opacity: 0.53;
  background-color: #18428d;
}
body.page-template-tours .video_container {
  z-index: 5;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  padding-top: 180px;
  margin: 0 auto;
}
body.page-template-tours .video_container iframe {
  max-width: 95%;
}
body.page-template-tours .page_content {
  background: #fff;
  padding-top: 10px;
}
@media (max-width: 1035px) {
  body.page-template-tours .video_container {
    padding-top: 20%;
  }
  body.page-template-tours .video_container iframe {
    border: 0 !important;
  }
}
@media (max-width: 700px) {
  body.page-template-tours .background_image_container, body.page-template-tours .background_image_container_cover {
    height: 400px;
  }
  body.page-template-tours .video_container {
    padding-top: 10%;
    height: 535px;
  }
}
.search-bar {
  background-color: #50AECB;
  color: #fff;
}
.search-bar .filters {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, auto);
}
.search-bar .filters label {
  display: none;
}
.search-bar .filters select {
  border: solid 1px #888;
  padding: 8px 6px;
  background-color: #fff;
}
.search-bar p {
  padding: 1rem 1rem 0;
}
.tab-holder {
  border-bottom: solid 1px #333;
}
.featured-tabs {
  list-style: none;
  float: none;
  margin: 0 auto;
  display: grid;
  gap: 0;
  padding: 0;
  background-color: #efefef;
  border: solid 1px #999;
  width: fit-content;
  grid-template-columns: repeat(2, min-content);
  height: 52px;
}
.featured-tabs input[type="radio"] {
  display: none;
}
.featured-tabs input:checked + label {
  background: #ff9450;
}
.featured-tabs li {
  margin: 0;
  padding: 0;
  display: inherit;
}
.featured-tabs li label {
  padding: 1rem 2rem;
  text-align: center;
  white-space: nowrap;
  margin: 0;
}
.episode-item.no-matches {
  grid-column: 1/4;
}
.load-more {
  display: block;
  margin: 4rem auto;
  background-color: #ff9450;
  border: medium none;
  padding: 1rem 2rem;
  font-size: 1.5rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .search-bar .filters {
    grid-template-columns: 50% 50%;
  }
  .filters li {
    margin: 0 0 1rem 0.5rem;
  }
  .filters li select {
    width: 92%;
  }
}
.no-bottom-margin {
  margin-bottom: 0;
}
body.page-press .press-posts-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  max-width: 1220px;
  margin: auto;
  padding: 40px 20px;
  justify-content: space-around;
}
body.page-press .press-post {
  flex: 1 1 320px;
  background-color: #fff;
  color: #333;
  padding: 10px;
  border-radius: 4px;
  border: 2px solid #f5f5f5;
}
body.page-press .img-container {
  position: relative;
  height: 200px;
}
body.page-press .img-container a {
  display: block;
}
body.page-press .img {
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
}
body.page-press .category {
  padding: 10px;
  color: #f79051;
  font-size: 14px;
}
body.page-press .category a {
  color: #f79051;
  text-decoration: none;
  font-size: 14px;
}
body.page-press .category a:hover {
  text-decoration: underline;
}
body.page-press a.post-link {
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  overflow-wrap: break-word;
  word-break: break-word;
}
body.page-press a.post-link:hover {
  text-decoration: underline;
}
body.page-press .pagination {
  max-width: 1220px;
  margin: auto;
  padding: 20px;
}
body {
  position: relative;
}
p {
  font-size: 1.1em !important;
  line-height: 1.75rem;
  font-weight: 200;
}
h1, h2, h3, h4, h5, h6, b, strong {
  font-family: 'avenirblack', 'helvetica_neuebold', sans-serif;
}
h1 {
  font-size: 2.2rem;
  padding-bottom: 20px;
}
h2 {
  font-size: 1.65rem;
  padding-bottom: 10px;
}
h3 {
  font-size: 1.25rem;
  padding-bottom: 10px;
}
ul {
  padding-left: 20px;
}
a {
  color: #0c395c;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.btn {
  cursor: pointer;
}
svg.icon-16 {
  width: 16px;
  height: 16px;
  margin: 3px;
}
svg.icon24 {
  width: 16px;
  height: 16px;
}
/* Layouts */
article.main-container {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.container.grid-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.container.grid-3col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
}
.container.fullwidth {
  margin: 0 auto;
}
.container.container-1200 {
  max-width: 1200px;
  margin: 0 auto;
}
/* Header */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
header {
  /* Mobile menu Toggle*/
}
header #header-top {
  background: transparent;
}
header #header-top div.wrapper {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
header #main-menu {
  justify-self: end;
  align-self: center;
  text-align: right;
}
header #main-menu ul.menu {
  list-style: none;
  padding-left: 0;
}
header #main-menu ul.menu li {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 1rem;
}
header #main-menu ul.menu li a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding-left: 25px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.1em;
}
header button.search {
  justify-self: end;
  outline: none;
  border: none;
  background: none;
  color: #fff;
  padding: 0;
  margin: 0;
}
header button.search:hover {
  cursor: pointer;
  opacity: 0.8;
}
header button.search svg {
  height: 24px;
  width: 24px;
}
header button.mobile-toggle {
  display: none;
  position: absolute;
  border: none;
  background: transparent;
  top: 35px;
  right: 0;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}
header button.mobile-toggle:hover {
  background: #ffffff22;
}
header button.mobile-toggle svg {
  height: 32px;
  width: 32px;
}
@media (max-width: 1250px) {
  header #header-top div.wrapper {
    margin: 0 15px;
  }
}
@media (max-width: 1025px) {
  header #main-menu ul.menu li a {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  header #header-top div.wrapper {
    grid-template-columns: 200px 1fr 50px;
  }
}
@media (max-width: 800px) {
  header #header-top div.wrapper {
    grid-template-columns: 1fr 50px;
  }
  #main-logo {
    height: 100px;
  }
  header #main-logo img {
    height: 100px;
    width: auto;
  }
  header #main-menu, header button.search {
    display: none;
  }
  header button.mobile-toggle {
    display: block;
    justify-self: end;
    top: 20px;
  }
}
/* Footer */
footer {
  background-image: url("../images/footer-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
footer a {
  color: #2a303b;
}
footer div.wrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  grid-gap: 20px;
  padding: 50px 0 200px;
}
footer div.wrapper ul#menu-footer-menu {
  list-style: none;
}
footer div.wrapper ul#menu-footer-menu li {
  display: inline-block;
  padding: 0 40px;
  text-transform: uppercase;
  font-size: 1.15rem;
  font-weight: bold;
}
footer ul.social-menu {
  text-align: center;
  place-items: center;
  list-style: none;
  padding: 0;
}
footer ul.social-menu li {
  display: inline-block;
}
footer ul.social-menu li a svg {
  width: 32px;
  height: 32px;
}
footer ul.social-menu li a:hover img {
  opacity: 0.8;
}
#sticky-footer div.wrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  grid-gap: 20px;
  padding: 40px;
}
#sticky-footer div.wrapper .right {
  justify-self: end;
  display: grid;
  grid-template-columns: 4fr 50px;
  align-items: center;
  grid-gap: 10px;
}
#sticky-footer .left .sticky-heading {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
}
#sticky-footer .left p {
  font-size: 1rem;
  font-weight: bold;
  color: #777;
}
#sticky-footer #gform_wrapper_2, #sticky-footer #gform_wrapper_2 form, #sticky-footer #gform_wrapper_2 .gform_body, #sticky-footer #gform_wrapper_2 ul.gform_fields li.gfield, #sticky-footer #gform_wrapper_2 .gform_wrapper ul.gform_fields, #sticky-footer #gform_wrapper_2 .div.ginput_container, #sticky-footer #gform_wrapper_2 .ginput_container_email, #sticky-footer #gform_wrapper_2 #input_4_1, #sticky-footer #gform_wrapper_2 .gform_footer {
  display: unset;
  width: unset;
  text-align: unset;
  max-width: unset;
  margin: unset;
  padding: unset;
  clear: unset;
}
#sticky-footer form#gform_2 {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 10px;
}
#sticky-footer form#gform_2 label.gfield_label {
  display: none !important;
}
#sticky-footer #gform_confirmation_message_2 {
  color: #333;
  font-weight: bold;
}
#sticky-footer input[type=text] {
  padding: 15px 30px;
  background: #eee;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 2px;
}
#sticky-footer input[type=submit] {
  border: 0;
  background: #51afcb;
  border-radius: 2px;
  padding: 15px 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
#sticky-footer button.sticky-footer-close {
  border: 0;
  padding: 0;
  background: none;
}
#sticky-footer button.sticky-footer-close:hover {
  opacity: 0.8;
  cursor: pointer;
}
@media (max-width: 1250px) {
  footer section#footer_top .wrapper, footer section#footer_bottom .wrapper {
    margin: 0 15px;
  }
}
@media (max-width: 850px) {
  footer div.wrapper ul#menu-footer-menu li {
    padding: 0 20px;
  }
  #sticky-footer div.wrapper {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  #sticky-footer div.wrapper .right {
    justify-self: center;
  }
}
@media (max-width: 650px) {
  footer div.wrapper ul#menu-footer-menu li {
    display: block;
    text-align: center;
    padding: 4px;
  }
}
@media (max-width: 500px) {
  #sticky-footer div.wrapper {
    width: 100%;
  }
  #sticky-footer .left .sticky-heading {
    font-size: 1.5rem;
  }
  #sticky-footer .left p {
    font-size: 0.85rem;
  }
  #sticky-footer div.wrapper .right {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
/*# sourceMappingURL=./theme.css.map */