* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.125em;
  line-height: 1.25em;
  font-weight: 400;
  color: #444;
}

body img {
  display: block;
}

body #background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}

body #background #background_gradient {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(33, 33, 33, 0.4);
}

body #mast {
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  height: 40px;
  z-index: 101;
  padding: 20px;
  -webkit-transition: top .5s ease;
  -moz-transition: top .5s ease;
  -ms-transition: top .5s ease;
  -o-transition: top .5s ease;
  transition: top .5s ease;
}

body #mast #logo {
  background-image: url(./images/logo_white_outline.png);
  width: 100px;
  height: 78px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  display: block;
  float: left;
  margin-top: -18px;
  position: relative;
}

body #mast #logo a {
  position: absolute;
  width: 100%;
  height: 100%;
}

body #mast #title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2.66666666666667em;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body #mast #title a {
  color: #ffffff;
  text-decoration: none;
}

body #mast #toggle {
  position: absolute;
  right: 0px;
  top: 0px;
}

body #header {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: calc(100% - 40px);
  z-index: 100;
  padding: 20px;
  -webkit-transition: top .5s ease;
  -moz-transition: top .5s ease;
  -ms-transition: top .5s ease;
  -o-transition: top .5s ease;
  transition: top .5s ease;
}

body #header #nav {
  color: #ffffff;
  position: absolute;
  top: calc(-100% + 80px);
  right: 0;
  height: calc(100% - 80px);
  bottom: 0;
  left: 0;
}

body #header #nav #search {
  padding: 20px;
  font-size: 4.27777777777778em;
  line-height: 1em;
}

body #header #nav #search form {
  display: table;
  width: 100%;
}

body #header #nav #search input.submit {
  font-size: 1em;
  line-height: 1em;
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  height: 97px;
  display: table-cell;
  text-align: right;
  cursor: pointer;
  background: none;
  border: none;
}

body #header #nav #search input.searchbox {
  background: transparent;
  border: none;
  border-bottom: 5px solid #ffffff;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 100;
  font-size: inherit;
  line-height: unset;
  height: 97px;
  display: table-cell;
  width: calc(100%);
  color: #ffffff;
}

body #header #nav #search ::placeholder {
  color: #ffffff;
  opacity: 1;
}

body #header #nav #search :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}

body #header #nav #search ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff;
}

body #header #nav .left_nav,
body #header #nav .right_nav {
  padding-top: 40px;
  width: 50%;
  font-size: 2.66666666666667em;
  line-height: 1.2em;
  float: left;
}

body #header #nav .left_nav ul,
body #header #nav .right_nav ul {
  padding: 0 20px 1.2em;
  list-style: none;
  font-weight: bold;
  text-transform: uppercase;
}

body #header #nav .left_nav ul a,
body #header #nav .right_nav ul a {
  color: #ffffff;
  text-decoration: none;
}

body #header #nav .left_nav ul a:hover,
body #header #nav .right_nav ul a:hover {
  text-decoration: underline;
}

body #header #nav .right_nav {
  text-align: right;
}

body #content {
  color: #fff;
  position: relative;
  z-index: 100;
  top: 80px;
  padding: 20px;
  /* overflow: auto; */
}

body #content .row {
  overflow: hidden;
}

body #content .item {
  position: relative;
  margin-left: 01.612903225806%;
  margin-bottom: 80px;
  float: left;
  top: 0;
  /* overflow: auto; */
  background-size: cover;
  background-position: center;
}

body #content .item a {
  color: #ffffff;
  text-decoration: none;
}

body #content .item a:hover {
  text-decoration: underline;
}

body #content .item .item_wrapper {
  border: 5px solid;
  height: calc(100% - 10px);
}

body #content .item .item_wrapper .item_content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

body #content .item .item_wrapper .item_content .category {
  font-size: 0.77777777777778em;
  font-weight: bold;
  line-height: 1.2em;
  text-transform: uppercase;
}

body #content .item .item_wrapper .item_content h2 {
  font-size: 2.66666666666667em;
  font-weight: 100;
  line-height: 1em;
  padding: 20px 0;
}

body #content .item:first-of-type {
  margin-left: 0;
}

body #content .item:nth-of-type(4n+1) {
  margin-left: 0;
}

body #content .videos .item {
  height: auto;
}

body #content .videos .item .item_wrapper {
  padding: 20px 0;
}

body #content .videos .item .item_content {
  top: 0px;
  transform: none;
}

body #content .videos .item h2.section_title {
  font-weight: bold;
  text-transform: uppercase;
}

body #content .videos .item .video_list {
  overflow: auto;
  width: 98%;
  margin: auto;
}

body #content .videos .item .video_list .single_video {
  float: left;
  width: 29.032258064515%;
  margin: 2.150537634409%;
  background-position: center;
  background-size: cover;
  background-color: #fff;
  position: relative;
  height: 0;
  padding-bottom: 40vh;
  overflow: hidden;
}

body #content .videos .item .video_list .single_video .video_bg {
  background-color: rgba(33, 33, 33, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
}

body #content .videos .item .video_list .single_video .stat {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
  text-transform: uppercase;
  padding: 20px;
}

body #content .videos .item .video_list .single_video .stat h2 {
  font-size: 4.27777777777778em;
  padding: 10px 0;
}

body #content .videos .item .video_list a:hover .single_video .video_bg {
  background-color: rgba(33, 33, 33, 0.7);
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

body #content .videos .item h3 {
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2em;
  padding: 20px 0;
}

body #content article {
  position: relative;
  margin-top: -80px;
  left: 0;
  right: 0;
  color: #444;
  z-index: 60;
}

body #content article .article_banner {
  position: relative;
  height: 75vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  z-index: 60;
}

body #content article .article_banner .article_banner_content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 100;
  width: 62.5%;
  margin: auto;
  color: #ffffff;
}

body #content article .article_banner .article_banner_content a {
  color: #ffffff;
  text-decoration: none;
}

body #content article .article_banner .article_banner_content a:hover {
  text-decoration: underline;
}

body #content article .article_banner .article_banner_content .category {
  font-size: 0.77777777777778em;
  font-weight: bold;
  line-height: 1.2em;
  text-transform: uppercase;
}

body #content article .article_banner .article_banner_content h2 {
  font-family: 'Zilla Slab', serif;
  font-size: 2.66666666666667em;
  font-weight: 300;
  line-height: 1.2em;
  padding: 20px 0;
}

body #content article .article_banner .article_banner_content .audio_control {
  background-image: url(./images/play_button.png);
  width: 80px;
  height: 80px;
  background-size: cover;
  background-color: transparent;
  border: none;
  margin: 30px auto;
  font-size: 0;
  line-height: 0;
}

body #content article .article_banner .article_banner_content .audio_control.playing {
  background-image: url(./images/pause_button.png);
}

body #content article .article_banner .article_banner_gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
}

body #content article .article_content {
  min-height: 25vh;
  width: calc(100% - 40px);
  max-width: 767.5px;
  padding: 40px 20px;
  margin: auto;
  z-index: 40;
}

body #content article .article_content a {
  text-decoration: none;
}

body #content article .article_content a:hover {
  text-decoration: underline;
}

body #content article .article_content .meta_info {
  font-weight: bold;
  text-align: center;
  padding-bottom: 40px;
}

body #content article .article_content .meta_info .byline,
body #content article .article_content .meta_info .date {
  font-size: 0.77777777777778em;
  line-height: 1.25em;
}

body #content article .article_content .meta_info .tldr {
  margin-top: 20px;
}

body #content article .article_content .meta_info .tldr button {
  font-family: 'Barlow Semi Condensed', sans-serif;
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: transparent;
  font-size: 1em;
  line-height: 1.333333em;
}

body #content article .article_content .meta_info .tldr button:hover {
  text-decoration: underline;
}

body #content article .article_content .meta_info .share {
  margin: 20px 0 0;
}

body #content article .article_content .meta_info .share i {
  margin: 5px;
}

body #content article .article_content p {
  font-size: 1em;
  line-height: 1.44444444444444em;
  padding: 0 78.75px;
  margin-bottom: 1.44444444444444em;
  font-family: 'Zilla Slab', serif;
}

body #content article .article_content h1 {
  line-height: 1.2em;
  margin-bottom: 1.2em;
  padding: 0 78.75px;
}

body #content article .article_content h2 {
  font-size: 2.66666666666667em;
  font-weight: 100;
  line-height: 1.2em;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding: 0 78.75px;
}

body #content article .article_content h3 {
  font-size: 1.6666666666667em;
  font-weight: 100;
  line-height: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0 78.75px;
}

body #content article .article_content h4 {
  text-align: center;
  font-size: 5em;
  text-transform: uppercase;
  line-height: .8em;
  margin-top: .8em;
  margin-bottom: .8em;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

/* Form Fomatting */
.honeypot {
  position: absolute;
  left: -9999px;
}

body #content article .article_content div.field {
  font-size: 1em;
  line-height: 1.44444444444444em;
  padding: 0 78.75px;
  margin-bottom: 1.44444444444444em;
  font-family: 'Zilla Slab', serif;
}

body #content article .article_content form input,
body #content article .article_content form select,
body #content article .article_content form textarea {
  display: block;
}

body #content article .article_content form textarea {
  width: 100%;
  min-height: 100px;
  border: 1px solid #444;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 100;
  font-size: 1.25em;
  padding: 5px;
}

body #content article .article_content form input {
  background: transparent;
  border: none;
  border-bottom: 2px solid #444;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 100;
  font-size: 1.25em;
  line-height: unset;
  height: 30px;
  display: table-cell;
  width: calc(100%);
}

body #content article .article_content form select{
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 100;
  font-size: 1em;
  padding: 5px;
  border: 1px solid #444;
  background-color: #fff;
  text-transform: uppercase;
  border-radius: 0;
}

body #content article .article_content form input[type=file]{
  border:none;
  font-size: 1em;
}

body #content article .article_content form input[type=submit]{
  font-size: 1em;
  line-height: 1em;
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #444;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  height: 30px;
  display: table-cell;
  text-align: right;
  cursor: pointer;
  background: none;
  border: none; 
}

body #content article .article_content form div.help{
  font-size: 0.85em;
}

body #content article p {
  font-size: 1em;
  line-height: 1.44444444444444em;
  padding: 0 78.75px;
  margin-bottom: 1.44444444444444em;
  font-family: 'Zilla Slab', serif;
}

body #content article .article_content figure {
  margin-bottom: 1.333333em;
}

body #content article .article_content figure img {
  max-width: 100%;
  max-height: 80vh;
  width: auto;
  height: auto;
  margin: auto;
}

body #content article .article_content figure img.gn-btn {
  max-width: 100%;
  max-height: 80vh;
  width: auto;
  height: auto;
  padding: 0 78.75px!important;
  margin: 0 0 1.44444444444444em 0!important;
}

body #content article .article_content figure.float-right {
  float: right;
  width: 30%;
  margin-left: 1.333333em;
}

body #content article .article_content figure.float-right figcaption {
  text-align: left;
}

body #content article .article_content figure.float-right figcaption p {
  padding: 0;
}

body #content article .article_content figure.float-left {
  float: left;
  width: 30%;
  margin-right: 1.333333em;
}

body #content article .article_content figure.float-left figcaption {
  text-align: left;
}

body #content article .article_content figure.float-left figcaption p {
  padding: 0;
}

body #content article .article_content figure.newchapter {
  position: relative;
  padding-top: 1.333333em;
}

body #content article .article_content figure.newchapter img {
  max-height: unset;
}

body #content article .article_content figure.video {
  width: 100%;
}

body #content article .article_content figure figcaption {
  text-align: center;
  font-size: 0.77777777777778em;
  line-height: 1.25em;
  margin-top: .75em;
}

body #content article .article_content blockquote {
  font-weight: 300;
  font-size: 2.66666666666667em;
  line-height: 1.25em;
}

body #content article .article_content blockquote p {
  font-family: 'Barlow Semi Condensed', sans-serif;
  padding: 0;
  margin-bottom: 1em;
}

body #content article .article_content .chapters {
  padding: 0 78.75px;
}

body #content article .article_content .chapters .chapter button.chapter_playpause {
  background-image: url(./images/play_button.png);
  width: 20px;
  height: 20px;
  background-size: cover;
  font-size: 0;
  line-height: 0;
  float: left;
  margin-right: 20px;
  border: none;
  background-color: #999999;
  border-radius: 10px;
  cursor: pointer;
}

body #content article .article_content .chapters .chapter button.chapter_playpause.playing {
  background-image: url(./images/pause_button.png);
}

body #content article .article_content .chapters .chapter .chapter_time {
  float: left;
  margin-right: 20px;
  width: 8%;
  min-width: 50px;
}

body #content article .article_content .chapters .chapter .chapter_text {
  display: inline-block;
  width: calc(100% - 110px);
}

body #content article .article_content .chapters .chapter .chapter_text h3 {
  font-size: 1em;
  line-height: 1.25em;
  margin-bottom: 1em;
}

body #content article .article_content .chapters .chapter .chapter_text p {
  padding: 0;
}

body #content article .article_content .gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 30px;
}

body #content article .article_content .gallery .images {
  position: relative;
  max-height: 80vh;
  line-height: 0;
  font-size: 0;
  left: 0;
}

body #content article .article_content .gallery .images .single_image {
  display: inline-block;
  vertical-align: middle;
}

body #content article .article_content .gallery .images .single_image img {
  margin: auto;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: calc(80vh - 120px);
}

body #content article .article_content .gallery .images .caption {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.25em;
}

body #content article .article_content .gallery .thumbs {
  position: relative;
  line-height: 0;
  font-size: 0;
  text-align: center;
}

body #content article .article_content .gallery .thumbs .single_thumb {
  max-width: 80px;
  max-height: 80px;
  height: auto;
  width: auto;
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  opacity: .8;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

body #content article .article_content .gallery .thumbs .single_thumb img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

body #content article .article_content .gallery .thumbs .single_thumb.active {
  opacity: .4;
}

body #content article .article_content .gallery .thumbs .single_thumb:hover {
  opacity: 1;
}

body #footer {
  z-index: 100;
  position: relative;
  margin-top: 80px;
  color: #ffffff;
}

body #footer a {
  color: #fff;
  text-decoration: none;
}

body #footer a:hover {
  text-decoration: underline;
}

body #footer ul {
  list-style: none;
  text-transform: uppercase;
}

body #footer ul li {
  display: inline-block;
}

body #footer ul li:before {
  content: ' ~ ';
}

body #footer ul li:first-of-type:before {
  content: '';
}

body #footer ul:last-of-type {
  margin-bottom: 0.77777777777778em;
}

body #footer .footer_wrapper {
  padding: 40px 20px;
  overflow: auto;
}

body #footer .footer_gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(33, 33, 33, 0.8);
  z-index: -1;
}

body #footer .footer_title {
  font-size: 1.33333333333333em;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 10px;
  float: left;
}

body #footer .footer_title #logo {
  background-image: url(./images/logo_white_solid.png);
  width: 65px;
  height: 49px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  display: block;
  float: left;
  margin-top: -18px;
  position: relative;
}

body #footer .footer_title #logo a {
  position: absolute;
  width: 100%;
  height: 100%;
}

body #footer .footer_title a {
  color: #fff;
  text-decoration: none;
}

body #footer .footer_title a:hover {
  text-decoration: underline;
}

body #footer .footer_copy {
  font-size: 0.77777777777778em;
  line-height: 1.2em;
  float: right;
  text-align: right;
}

body.menu_open #mast {
  top: calc(100% - 80px);
  position: fixed;
}

body.menu_open #header {
  position: fixed;
  top: calc(100% - 80px);
}

body.menu_open #content {
  animation-name: content_down;
  animation-duration: .5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  position: fixed;
  top: 100%;
}

body.menu_open #footer {
  animation-name: footer_down;
  animation-duration: .5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  position: fixed;
  top: 100%;
}

body.menu_open #audio_player {
  display: none !important;
}

body.menu_closed #content {
  animation-name: content_up;
  animation-duration: .5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

body.menu_closed #footer {
  animation-name: footer_up;
  animation-duration: .5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

body.home #content .row h3 {
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2em;
  padding: 0 0 80px;
  text-align: center;
  clear: both;
}

body.home #content .row h3 a {
  color: #ffffff;
  text-decoration: none;
}

body.home #content .row h3 a:hover {
  text-decoration: underline;
}

body.home #content .row .item.teaser_video {
  height: auto;
  margin-bottom: 0;
  /* width: 61.854838709677%; */
}

body.home #content .row .item.teaser_video .item_wrapper .item_content {
  top: 0;
  transform: none;
}

body.home #content .row .item.teaser_video .item_wrapper .item_content h2,
body.home #content .row .item.teaser_video .item_wrapper .item_content p {
  padding: 0px 5% 20px;
}

body.home #content .row .item.teaser_video .item_wrapper .item_content .video_cover {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: calc(53% + 25px);
  z-index: 100;
}

body.home #content .row .item.teaser_video .item_wrapper .item_content .video_cover a:after {
  content: 'play';
  font-size: 0;
  background-image: url("./images/play_button.png");
  background-size: 30%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

body.home #content .row .item.teaser_video .item_wrapper .item_content .video_cover img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}

body.home #content .row .item.teaser_signup {
  height: auto;
  /* width: 36.491935483871%; */
}

body.home #content .row .item.teaser_signup .item_wrapper .item_content {
  padding: 20px 5%;
  top: 0;
  transform: none;
  max-width: 500px;
  margin: auto;
}

body.home #content .row.bevs {
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.8);
  margin-bottom: 80px;
  overflow: hidden;
  position: relative;
  left: -20px;
  width: calc(100% - 40px);
}

body.home #content .row.bevs .bevs_wrapper {
  min-width: 100%;
  position: relative;
  left: 0;
  -webkit-transition: left .5s ease;
  -moz-transition: left .5s ease;
  -ms-transition: left .5s ease;
  -o-transition: left .5s ease;
  transition: left .5s ease;
}

body.home #content .row.bevs .bevs_wrapper.moved+.go_left {
  display: block;
}

body.home #content .row.bevs .bevs_wrapper.moved+.go_left+.go_right.fas.fa-arrow-right:before {
  content: '';
}

body.home #content .row.bevs .go_left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 80px;
  cursor: w-resize;
  display: none;
}

body.home #content .row.bevs .go_right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 80px;
  cursor: e-resize;
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.8));
}

body.home #content .row.bevs .go_right.fas.fa-arrow-right:before {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 3em;
  -moz-animation: bounce_right 2s infinite;
  -webkit-animation: bounce_right 2s infinite;
  animation: bounce_right 2s infinite;
}

body.home #content .row.bevs .bev_card {
  position: relative;
  width: 250px;
  height: 400px;
  display: inline-block;
  background-position: center;
  background-size: cover;
  margin-right: 40px;
}

body.home #content .row.bevs .bev_card .bev_bg {
  background-color: rgba(33, 33, 33, 0.8);
  height: 100%;
  width: 100%;
  position: absolute;
}

body.home #content .row.bevs .bev_card .bev_content {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.home #content .row.bevs .bev_card .bev_content h2 {
  text-transform: uppercase;
  padding-bottom: .75em;
  margin-bottom: .75em;
  border-bottom: 1px solid transparent;
}

body.home #content .row.bevs .bev_card .bev_content h2 a {
  text-decoration: none;
  color: #ffffff;
}

body.home #content .row.bevs .bev_card .bev_content h2:hover {
  border-bottom: 1px solid #ffffff;
}

body.home #content .row.bevs .bev_card .bev_content p {
  line-height: 1.25em;
}

body.home #content .row.bevs .bev_card .bev_content p a {
  color: #ffffff;
}

body.home #content .row.bevs .bev_card .bev_content p a:hover {
  text-decoration: none;
}

body.home #content .row.bevs .bev_card .bev_content p i {
  font-size: .8em;
}

body.home #content .row.bevs .bev_card.intro_card .bev_bg {
  background-color: transparent;
}

body.home #content .row.bevs .bev_card.intro_card .bev_bg .bev_content h2 {
  border-color: #ffffff;
}

body.home #footer {
  margin: 80px 20px 20px;
}

body.home .audio_control {
  background-image: url(./images/play_button.png);
  width: 80px;
  height: 80px;
  background-size: cover;
  background-color: transparent;
  border: none;
  margin: 30px auto;
  font-size: 0;
  line-height: 0;
}

body.home .audio_control.playing {
  background-image: url(./images/pause_button.png);
}

body.home #content .row.inthewater {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.52)), url(../../thumbs/in-the-water/in-the-water_poster_web_2000-2000x3151-q60.jpg) !important;
  background-size: cover;
  background-position: center;
  left: -20px;
  width: calc(100% + 0px);
  padding: 20px;
  position: relative;
  margin-bottom: 80px;
  background-color: rgba(0, 0, 0, 0.8);
}

body.home #content .row.inthewater h2 {
  font-size: 2.66666666666667em;
  font-weight: 100;
  line-height: 1em;
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

body.home #content .row.inthewater h2 a {
  color: #fff !important;
  text-decoration: none;
}

body.home #content .row.inthewater p {
  width: 75%;
  margin: 0 auto;
  font-size: 1.5em;
  line-height: 1.25em;
  margin-bottom: 1em;
}

body.single #content {
  overflow: unset;
  width: 100%;
  padding: 0;
  background-color: #ffffff;
  padding-bottom: 80px;
}

body.single #content .tldr_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  padding: 20px;
  background-size: cover;
  background-position: center;
  overflow: auto;
  height: calc(100vh - 40px);
  display: none;
}

body.single #content .tldr_overlay .item {
  margin-top: 80px;
  margin-bottom: 0;
  height: calc(100% - 80px);
}

body.single #content .tldr_overlay .item p {
  text-align: left;
  font-size: 1em;
  line-height: 1.333333em;
  margin-bottom: 1.333333em;
}

body.single #content .tldr_overlay .item .share {
  margin: 20px 0 0;
}

body.single #content .tldr_overlay .item .share i {
  margin: 5px;
}

body.single #content .tldr_overlay #close_tldr {
  position: absolute;
  top: 100px;
  right: 20px;
}

body.single #content .tldr_overlay #close_tldr .hamburger {
  padding: 20px;
}

body.single #content .related {
  padding: 20px;
  background-color: #ffffff;
  overflow: auto;
}

body.single #content .related .item {
  height: auto;
}

body.single #content .related .item .item_wrapper {
  height: auto;
}

body.single #content .related .item_content {
  top: 0;
  transform: none;
  height: auto;
  padding: 20px 0;
}

body.single #content .related .related_items {
  width: 75%;
  margin: auto;
}

body.single #content .related .related_items .related_item {
  float: left;
  width: 29.032258064515%;
  margin: 2.150537634409%;
  background-position: center;
  background-size: cover;
  position: relative;
  height: 0;
  padding-bottom: 29.032258064515%;
}

body.single #content .related .related_items .related_item .item_bg {
  background-color: rgba(33, 33, 33, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
}

body.single #content .related .related_items .related_item h2 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px;
}

body.single #content .related .related_items .related_item h2 a {
  color: #ffffff;
}

body.single #content .related h3 {
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2em;
  padding: 20px 0;
}

body.single #footer {
  margin-top: 0;
  border: 20px solid #ffffff;
  border-top: none;
}

body.single #sticky_logo {
  position: fixed;
  background-image: url(./images/logo_color.png);
  width: 60px;
  height: 47px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  top: 8px;
  left: 18px;
  z-index: 50;
  display: block;
  animation-name: sticky_logo_up;
  animation-duration: .5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  font-size: 0;
  line-height: 0;
}

body.single #sticky_logo a {
  position: absolute;
  width: 100%;
  height: 100%;
}

body.single #article-progress-bar {
  width: 100%;
  height: 7px;
  position: fixed;
  top: 0;
  z-index: 100;
}

body.single #article-progress-bar #reader-progress {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

body.single.menu_open #sticky_logo {
  animation-name: sticky_logo_down;
  animation-duration: .5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

body.tldr_visible {
  position: fixed;
  /* body fixed when tldr is visible */
  width: 100%;
}

body.archive #mast #logo {
  background-image: url(./images/logo_color.png);
}

body.archive #content {
  color: #212121;
  width: 100%;
  padding: 0;
}

body.archive #content .archive_wrapper {
  width: calc(100% - 40px);
  max-width: 767.5px;
  margin: auto;
}

body.archive #content .archive_intro {
  padding: 80px 20px 0;
}

body.archive #content .archive_intro p {
  font-size: 1em;
  line-height: 1.44444444444444em;
  margin-bottom: 1.44444444444444em;
  font-family: 'Zilla Slab', serif;
}

body.archive #content #pagination {
  padding: 20px;
}

body.archive #content #pagination ul {
  list-style: none;
  text-align: center;
}

body.archive #content #pagination ul li {
  display: inline-block;
  font-size: 0.77777777777778em;
  line-height: 1.25em;
  margin: 0 2px;
}

body.archive #content #pagination ul li a {
  text-decoration: none;
}

body.archive #content #pagination ul li a:hover {
  text-decoration: underline;
}

body.archive #content #pagination ul li.active a {
  color: #444;
}

body.archive #content .archive_list {
  padding: 0 20px 20px;
}

body.archive #content h2.query {
  margin-top: 60px;
  font-size: 4.27777777777778em;
  line-height: 1em;
  text-transform: uppercase;
  padding: 0 20px;
}

body.archive #content .item {
  margin-top: 80px;
  margin-bottom: 0;
  margin-left: 0;
  float: none;
  overflow: visible;
  background-image: url("./images/transparent.png");
  background-repeat: repeat;
}

body.archive #content .item h2 {
  font-size: 2.66666666666667em;
  line-height: 1em;
  text-transform: none;
  font-weight: 100;
  margin-top: 0;
}

body.archive #content .item .excerpt {
  margin-top: 5px;
}

body.archive #content .item .excerpt a {
  color: #212121;
}

body.archive #content .item .date {
  font-size: 0.77777777777778em;
  line-height: 1.25em;
  font-weight: bold;
}

body.archive #content .item .date a {
  color: #212121;
}

body.archive #content .item .item_background {
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  visibility: hidden;
}

body.archive #content .item .item_background .item_background_gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(33, 33, 33, 0.1);
}

body.archive #content .item:hover {
  color: #fff;
}

body.archive #content .item:hover a {
  color: #fff;
}

body.archive #content .item:hover a:hover {
  text-decoration: none;
}

body.archive #content .item:hover .item_background {
  visibility: visible;
}

body.archive #footer {
  margin: 80px 20px 20px;
}

body.birdseyeviews #background #background_gradient {
  background-color: rgba(0, 0, 0, 0.8);
}

body.birdseyeviews #content {
  padding: 20px 0 0;
  width: 100%;
}

body.birdseyeviews #footer {
  margin: 80px 20px 20px;
}

body.birdseyeviews .bev_archive .bev_card {
  position: relative;
  width: 250px;
  height: 400px;
  display: inline-block;
  background-position: center;
  background-size: cover;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 40px;
}

body.birdseyeviews .bev_archive .bev_card .bev_bg {
  background-color: rgba(33, 33, 33, 0.8);
  height: 100%;
  width: 100%;
  position: absolute;
}

body.birdseyeviews .bev_archive .bev_card .bev_content {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.birdseyeviews .bev_archive .bev_card .bev_content h2 {
  text-transform: uppercase;
  padding-bottom: .75em;
  margin-bottom: .75em;
  border-bottom: 1px solid transparent;
}

body.birdseyeviews .bev_archive .bev_card .bev_content h2 a {
  text-decoration: none;
  color: #ffffff;
}

body.birdseyeviews .bev_archive .bev_card .bev_content h2:hover {
  border-bottom: 1px solid #ffffff;
}

body.birdseyeviews .bev_archive .bev_card .bev_content p {
  line-height: 1.25em;
}

body.birdseyeviews .bev_archive .bev_card .bev_content p a {
  color: #ffffff;
}

body.birdseyeviews .bev_archive .bev_card .bev_content p a:hover {
  text-decoration: none;
}

body.birdseyeviews .bev_archive .bev_card .bev_content p i {
  font-size: .8em;
}

body.birdseyeviews .bev_archive .bev_card.intro_card .bev_bg {
  background-color: transparent;
}

body.birdseyeviews .bev_archive .bev_card.intro_card .bev_bg .bev_content h2 {
  border-color: #ffffff;
}

body.birdseyeviews .bev_archive.single_bev {
  width: calc(100% - 40px);
  max-width: 767.5px;
  margin: auto;
}

body.birdseyeviews .bev_archive.single_bev .bevs_wrapper {
  width: 100%;
}

body.birdseyeviews .bev_archive.single_bev .bev_card {
  position: relative;
  width: calc(100% - 40px);
  max-width: 767.5px;
  height: auto;
  display: block;
  margin: 0 auto 40px;
}

body.birdseyeviews .bev_archive.single_bev .bev_card.intro_card .bev_content {
  padding: 40px 0;
  width: 100%;
}

body.birdseyeviews .bev_archive.single_bev .bev_card .bev_bg {
  position: relative;
}

body.birdseyeviews .bev_archive.single_bev .bev_card .bev_content {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  padding: 40px;
  margin: auto;
  width: calc(100% - 80px);
}

body.birdseyeviews .bev_archive.single_bev .bev_card figure {
  width: calc(100% + 80px);
  margin-left: -40px;
  margin-top: -40px;
  margin-bottom: 40px;
}

body.birdseyeviews .bev_archive.single_bev .bev_card figure img {
  width: 100%;
  height: auto;
}

body.inthewaters #background #background_gradient {
  background-color: rgba(0, 0, 0, 0.3);
}

body.inthewaters #content {
  padding: 20px 0 0;
  width: 100%;
}

body.inthewaters #footer {
  margin: 80px 20px 20px;
}

body.inthewaters .bev_archive .bev_card {
  position: relative;
  width: 30%;
  height: 400px;
  display: inline-block;
  background-position: center;
  background-size: cover;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 40px;
  margin-top: 20px;
}

body.inthewaters .bev_archive .bev_card.intro_card {
  height: auto;
  min-height: 600px;
}

body.inthewaters .bev_archive .bev_card:nth-of-type(2) {
  width: 50%;
  vertical-align: top;
}

body.inthewaters .bev_archive .bev_card .bev_bg {
  background-color: rgba(33, 33, 33, 0.30);
  height: 100%;
  width: 100%;
  position: absolute;
}

body.inthewaters .bev_archive .bev_card .bev_content {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.inthewaters .bev_archive .bev_card .bev_content h2 {
  text-transform: uppercase;
  padding-bottom: .75em;
  margin-bottom: .75em;
  border-bottom: 1px solid transparent;
}

body.inthewaters .bev_archive .bev_card .bev_content h2 a {
  text-decoration: none;
  color: #ffffff;
}

body.inthewaters .bev_archive .bev_card .bev_content h2:hover {
  border-bottom: 1px solid #ffffff;
}

body.inthewaters .bev_archive .bev_card .bev_content p {
  line-height: 1.25em;
  margin-bottom: .80em;
}

body.inthewaters .bev_archive .bev_card .bev_content p a {
  color: #ffffff;
}

body.inthewaters .bev_archive .bev_card .bev_content p a:hover {
  text-decoration: none;
}

body.inthewaters .bev_archive .bev_card .bev_content p i {
  font-size: .8em;
}

body.inthewaters .bev_archive .bev_card.intro_card .bev_bg {
  background-color: transparent;
}

body.inthewaters .bev_archive .bev_card.intro_card .bev_bg .bev_content h2 {
  border-color: #ffffff;
}

body.inthewaters .bev_archive.single_bev {
  width: calc(100% - 40px);
  max-width: 767.5px;
  margin: auto;
}

body.inthewaters .bev_archive.single_bev .bevs_wrapper {
  width: 100%;
}

body.inthewaters .bev_archive.single_bev .bev_card {
  position: relative;
  width: calc(100% - 40px);
  max-width: 767.5px;
  height: auto;
  display: block;
  margin: 0 auto 40px;
}

body.inthewaters .bev_archive.single_bev .bev_card.intro_card .bev_content {
  padding: 40px 0;
  width: 100%;
}

body.inthewaters .bev_archive.single_bev .bev_card .bev_bg {
  position: relative;
}

body.inthewaters .bev_archive.single_bev .bev_card .bev_content {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  padding: 40px;
  margin: auto;
  width: calc(100% - 80px);
}

body.inthewaters .bev_archive.single_bev .bev_card figure {
  width: calc(100% + 80px);
  margin-left: -40px;
  margin-top: -40px;
  margin-bottom: 40px;
}

body.inthewaters .bev_archive.single_bev .bev_card figure img {
  width: 100%;
  height: auto;
}

#audio_player {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 0 10px;
  color: #ffffff;
  background-color: #555555;
  z-index: 100;
  font-size: 0.77777777777778em;
  line-height: 20px;
}

#audio_player #progress_bar {
  width: 100%;
  background-color: black;
  height: 7px;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}

#audio_player #progress_bar .elapsed {
  background-color: #bbbbbb;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

#audio_player #progress_bar .chapter {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: white;
}

#audio_player #progress_bar .chapter.beginning {
  width: 0;
}

#audio_player #audioControl {
  background-image: url(./images/play_button.png);
  width: 20px;
  height: 20px;
  background-size: cover;
  background-color: transparent;
  border: none;
  font-size: 0;
  line-height: 0;
  float: left;
  margin-left: 20px;
}

#audio_player #audioControl.playing {
  background-image: url(./images/pause_button.png);
}

#audio_player #episode_title {
  display: block;
  margin-left: 10px;
  float: left;
}

#audio_player #episode_title a {
  color: #ffffff;
  text-decoration: none;
}

#audio_player #episode_title a:hover {
  text-decoration: underline;
}

#audio_player #timer {
  display: block;
  float: left;
  margin-left: 20px;
}

.one-third {
  width: 32.25806451612933%;
  height: 75vh;
}

.one-third .item_content {
  padding: 0 5%;
}

.one-fourth {
  width: 23.7903225806455%;
  height: 55vh;
}

.one-fourth .item_content {
  padding: 0 5%;
}

.six-column {
  width: 36.491935483871%;
  height: 70vh;
}

.six-column .item_content {
  padding: 0 04.419889502762%;
}

.ten-column {
  width: 61.854838709677%;
  height: 70vh;
}

.ten-column .item_content {
  padding: 0 10.430247718383%;
}

.sixteen-column {
  width: 100%;
  height: 70vh;
}

@keyframes content_down {
  0% {
    position: relative;
    top: 80px;
  }

  1% {
    position: fixed;
    top: 80px;
  }

  100% {
    position: fixed;
    top: 100%;
  }
}

@keyframes content_up {
  0% {
    position: fixed;
    top: 100%;
  }

  99% {
    position: fixed;
    top: 80px;
  }

  100% {
    position: relative;
    top: 80px;
  }
}

@keyframes footer_down {
  0% {
    position: relative;
    top: 80px;
  }

  1% {
    position: fixed;
    top: 100%;
  }

  100% {
    position: fixed;
    top: 100%;
  }
}

@keyframes footer_up {
  0% {
    position: fixed;
    top: 100%;
  }

  99% {
    position: fixed;
    top: 100%;
  }

  100% {
    position: relative;
    top: 80px;
  }
}

@keyframes sticky_logo_down {
  0% {
    position: fixed;
    top: 8px;
  }

  100% {
    position: fixed;
    top: 100%;
  }
}

@keyframes sticky_logo_up {
  0% {
    position: fixed;
    top: 100%;
  }

  100% {
    position: fixed;
    top: 8px;
  }
}

@keyframes bounce_right {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translate(0, -50%);
  }

  40% {
    transform: translate(-30px, -50%);
  }

  60% {
    transform: translate(-15px, -50%);
  }
}

@-moz-document url-prefix() {
  body.single #footer {
    margin-top: 80px;
  }

  body.archive #footer {
    margin-top: 160px;
  }
}

#mc_embed_signup form {
  display: table;
  width: 100%;
}

#mc_embed_signup input.button {
  font-size: 1em;
  line-height: 1em;
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  height: 30px;
  display: table-cell;
  text-align: right;
  cursor: pointer;
  background: none;
  border: none;
}

#mc_embed_signup input.email {
  background: transparent;
  border: none;
  border-bottom: 2px solid #ffffff;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 100;
  font-size: inherit;
  line-height: unset;
  height: 30px;
  display: table-cell;
  width: calc(100%);
  color: #ffffff;
  margin-top: 60px;
}

#mc_embed_signup ::placeholder {
  color: #ffffff;
  opacity: 1;
}

#mc_embed_signup :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}

#mc_embed_signup ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff;
}

.hamburger {
  padding: 28px 20px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 40px;
  height: 35px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 5px;
  background-color: #fff;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -14px;
}

.hamburger-inner::after {
  bottom: -14px;
}

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 1600px) {
  body.inthewaters .bev_archive .bev_card.intro_card:nth-of-type(1) .bev_content {
    padding: 20px 0;
  }

  body.inthewaters .bev_archive .bev_card:nth-of-type(1) .bev_bg {
    position: relative;
  }

  body.inthewaters .bev_archive .bev_card:nth-of-type(1) .bev_content {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    margin: 0px;
    padding: 40px;
    width: auto;
  }
}

@media screen and (max-width: 830px) {
  body #mast #title {
    font-size: 2em;
    margin-top: 4px;
  }

  body #mast #logo {
    width: 85px;
    height: 63px;
  }

  body #mast .hamburger {
    padding: 25px 20px;
    margin-top: 4px;
  }

  body #mast .hamburger .hamburger-box {
    width: 30px;
    height: 30px;
  }

  body #mast .hamburger .hamburger-box .hamburger-inner {
    width: 30px;
    height: 4px;
  }

  body #mast .hamburger .hamburger-box .hamburger-inner:before {
    top: -10px;
    width: 30px;
    height: 4px;
  }

  body #mast .hamburger .hamburger-box .hamburger-inner:after {
    bottom: -10px;
    width: 30px;
    height: 4px;
  }

  body #mast .hamburger--spin.is-active .hamburger-box .hamburger-inner:after {
    bottom: 0;
  }

  body.home #content .row .item.teaser_video {
    width: 100%;
  }

  body.home #content .row .item.teaser_signup {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {

  /* body.home #content .videos .item .video_list .single_video {
    padding-bottom: 40%;  } */
  body.home #content .one-third {
    margin-left: 0;
    margin-bottom: 20px;
    width: 100%;
    height: calc(33vh - 20px);
  }

  body.single #content .related .related_items {
    width: 92%;
  }

  body.single #content .related .related_items .related_item {
    padding-bottom: 40%;
  }
}

@media screen and (max-width: 700px) {
  body #header #nav #search {
    font-size: 2.66666666666667em;
  }

  body #header #nav #search input.searchbox,
  body #header #nav #search input.submit {
    height: 68px;
  }

  body #header #nav .left_nav,
  body #header #nav .right_nav {
    padding-top: 20px;
    font-size: 2em;
  }

  body.home #content .item {
    margin-left: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  body.home #content .six-column {
    height: calc(36.491935483871vh - 20px);
  }

  body.home #content .ten-column {
    height: calc(61.854838709677vh - 20px);
  }
}

@media screen and (max-width: 640px) {
  body #mast #title {
    font-size: 1.33333333333333em;
    top: 31px;
  }

  body #mast #logo {
    margin-top: -28px;
  }

  body #mast .hamburger {
    padding: 25px 20px;
  }

  body #mast .hamburger .hamburger-box {
    width: 30px;
    height: 30px;
  }

  body #mast .hamburger .hamburger-box .hamburger-inner {
    width: 30px;
    height: 4px;
  }

  body #mast .hamburger .hamburger-box .hamburger-inner:before {
    top: -10px;
    width: 30px;
    height: 4px;
  }

  body #mast .hamburger .hamburger-box .hamburger-inner:after {
    bottom: -10px;
    width: 30px;
    height: 4px;
  }

  body #mast .hamburger--spin.is-active .hamburger-box .hamburger-inner:after {
    bottom: 0;
  }

  body #content article .article_banner .article_banner_content {
    width: auto;
    padding: 0 20px;
  }

  body #content article .article_content p,
  body #content article .article_content h2 {
    padding: 0 39.375px;
  }

  body.single #content .tldr_overlay .item {
    margin-left: 0;
    width: 100%;
    height: auto;
  }

  body.single #content .tldr_overlay .item:nth-of-type(2) {
    margin-top: 20px;
  }

  body.single #content .tldr_overlay .item .item_wrapper .item_content {
    top: 0;
    transform: none;
    padding: 20px;
  }

  body.single #content .tldr_overlay .six-column {
    min-height: calc(36.491935483871% - 80px);
  }

  body.single #content .tldr_overlay .ten-column {
    min-height: calc(61.854838709677% - 20px);
  }

  body.single #sticky_logo {
    visibility: hidden;
  }
}

@media screen and (max-width: 600px) {
  body.home #content .videos .item .video_list .single_video {
    width: 45.698924731182%;
  }

  body.home #content .item {
    margin-bottom: 60px;
  }

  body.home #content .one-third {
    height: auto;
    width: 65%;
  }

  body.home #content .one-third .item_wrapper {
    padding: 80px 0;
  }

  body.home #content .one-third .item_wrapper .item_content {
    top: 0;
    transform: none;
  }

  body.home #content .one-third .item_wrapper .item_content h2 {
    font-size: 2em;
  }

  body.home #content .one-third:nth-of-type(1) {
    margin: 0 15% 60px;
    z-index: 20;
  }

  body.home #content .one-third:nth-of-type(2) {
    margin: -100px 35% 60px;
    z-index: 10;
  }

  body.home #content .one-third:nth-of-type(3) {
    margin: -95px 10% 60px;
    z-index: 20;
  }

  body.home #content .six-column {
    height: calc(67.854839vh - 20px);
  }

  body.single #content article .article_banner {
    height: 100vh;
  }

  body.single #content article .article_content .chapters {
    padding: 0;
  }

  body.single #content .related .related_items .related_item {
    width: 45.698924731182%;
  }

  body #content article .article_content h4 {
    font-size: 4em;
  }

  body.archive #content h2.query {
    font-size: 2em;
  }

  body.archive #content .item {
    margin-top: 60px;
  }

  body.archive #content .item h2 {
    font-size: 2em;
  }
}

@media screen and (max-width: 583px) {
  body.birdseyeviews .bev_archive .bev_card {
    width: calc(100% - 40px);
    height: auto;
  }

  body.birdseyeviews .bev_archive .bev_card.intro_card .bev_content {
    padding: 20px 0;
  }

  body.birdseyeviews .bev_archive .bev_card .bev_bg {
    position: relative;
  }

  body.birdseyeviews .bev_archive .bev_card .bev_content {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    margin: 0px;
    padding: 40px;
    width: auto;
  }

  body.inthewaters .bev_archive .bev_card {
    width: calc(100% - 40px);
    height: auto;
  }

  body.inthewaters .bev_archive .bev_card.intro_card .bev_content {
    padding: 20px 0;
  }

  body.inthewaters .bev_archive .bev_card .bev_bg {
    position: relative;
  }

  body.inthewaters .bev_archive .bev_card .bev_content {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    margin: 0px;
    padding: 40px;
    width: auto;
  }

  body.inthewaters .bev_archive .bev_card:nth-of-type(2) {
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 480px) {
  body #mast #logo {
    margin-top: -10px;
    width: 52px;
    height: 40px;
  }

  body #mast .hamburger {
    padding: 31px 20px 17px;
  }

  body #mast .hamburger .hamburger-box {
    width: 24px;
    height: 24px;
  }

  body #mast .hamburger .hamburger-box .hamburger-inner {
    width: 24px;
    height: 3px;
  }

  body #mast .hamburger .hamburger-box .hamburger-inner:before {
    top: -8px;
    width: 24px;
    height: 3px;
  }

  body #mast .hamburger .hamburger-box .hamburger-inner:after {
    bottom: -8px;
    width: 24px;
    height: 3px;
  }

  body #mast .hamburger--spin.is-active .hamburger-box .hamburger-inner:after {
    bottom: 0;
  }

  body #header #nav #search {
    font-size: 2em;
  }

  body #header #nav #search input.searchbox,
  body #header #nav #search input.submit {
    height: 68px;
  }

  body #header #nav .left_nav,
  body #header #nav .right_nav {
    padding-top: 20px;
    font-size: 1.3333333333em;
  }

  body #footer .footer_wrapper .footer_copy {
    text-align: center;
  }

  body.home #content .item .item_wrapper .item_content h2 {
    font-size: 2em;
  }

  body.home #content .six-column {
    height: 70vh;
  }

  body.home #content .six-column .item_content {
    padding: 0 20px;
  }

  body.home #content .ten-column {
    height: 70vh;
  }

  body.home #content .ten-column .item_content {
    padding: 0 20px;
  }

  body.home #content .videos .item .video_list .single_video .stat {
    font-size: .9em;
  }

  body.home #content .videos .item .video_list .single_video .stat h2 {
    font-size: 2em;
  }
}

@media screen and (max-width: 440px) {
  body #mast #logo {
    margin-top: -14px;
    width: 111px;
    height: 83px;
    position: absolute;
    left: 109px;
  }

  body #mast #title {
    font-size: 1em;
    top: 13px;
    word-spacing: 440px;
    text-align: right;
  }

  body #mast #title a {
    position: absolute;
    left: 0;
    top: 0;
  }

  body.home #content .item {
    margin-bottom: 20px;
  }

  body.home #content .item .item_wrapper .item_content h2 {
    font-size: 1.44444444444444em;
  }

  body.home #content .one-third {
    width: 80%;
  }

  body.home #content .one-third .item_wrapper .item_content {
    top: 0;
    transform: none;
  }

  body.home #content .one-third .item_wrapper .item_content h2 {
    font-size: 2em;
  }

  body.home #content .one-third:nth-of-type(1) {
    margin: 40px 10% 20px;
    z-index: 20;
  }

  body.home #content .one-third:nth-of-type(2) {
    margin: -50px 20% 20px;
    z-index: 10;
  }

  body.home #content .one-third:nth-of-type(3) {
    margin: -55px 5% 40px;
    z-index: 20;
  }

  body.home #content .videos .item .item_wrapper {
    background-color: rgba(0, 0, 0, 0.5);
  }

  body.home #content .videos .item .video_list .single_video {
    width: 100%;
    margin: 0;
    float: none;
    height: auto;
    padding: 0;
    text-align: center;
    background: none !important;
  }

  body.home #content .videos .item .video_list .single_video:after {
    content: '~~~~~~~~~~~~~~~~';
  }

  body.home #content .videos .item .video_list .single_video .video_bg {
    position: relative;
    background: none !important;
  }

  body.home #content .videos .item .video_list .single_video .video_bg .stat {
    top: 0;
    transform: none;
    padding: 20px 20px;
  }

  body.home #content .videos .item .video_list .single_video .video_bg .stat h2 {
    text-align: center;
  }

  body.home #content .videos .item .video_list a:hover {
    text-decoration: none;
  }

  body.home #content .videos .item .video_list a:hover .single_video .video_bg {
    background: none;
  }

  body.single #content article .article_banner .article_banner_content h2 {
    font-size: 2em;
  }

  body.single #content article .article_content h2 {
    padding: 0 20px;
  }

  body.single #content article .article_content h4 {
    font-size: 3em;
    margin-top: .4em;
    margin-bottom: .4em;
  }

  body.single #content article .article_content p {
    padding: 0 20px;
    font-size: 0.8888888889em;
  }

  body.single #content article .article_content blockquote p {
    padding: 0;
  }

  body.single #content article .article_content figure.float-right {
    width: 40%;
    margin-left: .8em;
  }

  body.single #content article .article_content figure.float-left {
    width: 40%;
    margin-right: .8em;
  }

  body.single #content article .article_content .chapters .chapter .chapter_time {
    margin-right: 10px;
  }

  body.single #content article .article_content .chapters .chapter .chapter_text {
    width: calc(100% - 100px);
  }
}

@media screen and (max-height: 670px) {
  body #header #nav #search {
    font-size: 2.66666666666667em;
  }

  body #header #nav #search input.searchbox,
  body #header #nav #search input.submit {
    height: 68px;
  }

  body #header #nav .left_nav,
  body #header #nav .right_nav {
    padding-top: 20px;
  }

  body.home #content .one-third {
    height: auto;
  }

  body.home #content .one-third .item_wrapper {
    padding: 80px 0;
  }

  body.home #content .one-third .item_wrapper .item_content {
    top: 0;
    transform: none;
  }

  body.home #content .one-third .item_wrapper .item_content h2 {
    font-size: 2em;
  }

  body.single #content article .article_banner {
    height: 100vh;
  }

  body.single #content article .article_banner .article_banner_content {
    top: 55%;
  }

  body.single #content article .article_banner .article_banner_content h2 {
    font-size: 2em;
    padding: 15px 0;
  }

  body.single #content .related .related_items .related_item {
    width: 45.698924731182%;
  }
}

@media screen and (max-height: 580px) {

  body #header #nav #search input.submit,
  body #header #nav #search input.searchbox {
    height: 40px;
    font-size: .5em;
    display: block;
    border-width: 1px;
  }

  body #header #nav .left_nav,
  body #header #nav .right_nav {
    font-size: 1.33333333em;
    padding-top: 0;
  }

  body.home #content .videos .item .video_list {
    width: 100%;
  }

  body.home #content .videos .item .video_list .single_video {
    padding-bottom: 70vh;
  }
}

@media screen and (max-height: 360px) {

  body #header #nav .left_nav,
  body #header #nav .right_nav {
    font-size: 1em;
  }
}

/* iPad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  body.home #content .videos .item .video_list {
    width: 92%;
  }

  body.home #content .item {
    margin-left: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  body.home #content .one-third {
    height: calc(33vh - 20px);
  }

  body.home #content .six-column {
    height: calc(36.491935483871vh - 20px);
  }

  body.home #content .ten-column {
    height: calc(61.854838709677vh - 20px);
  }

  body.single #content .tldr_overlay .item {
    margin-left: 0;
    width: 100%;
    height: auto;
  }

  body.single #content .tldr_overlay .item:nth-of-type(2) {
    margin-top: 20px;
  }

  body.single #content .tldr_overlay .item .item_wrapper .item_content {
    top: 0;
    transform: none;
    padding: 20px;
  }

  body.single #content .tldr_overlay .six-column {
    min-height: calc(36.491935483871% - 80px);
  }

  body.single #content .tldr_overlay .ten-column {
    min-height: calc(61.854838709677% - 20px);
  }

  body.single #content .related .related_items {
    width: 92%;
  }

  body.single #content .related .related_items .related_item {
    padding-bottom: 40%;
  }
}
