/*
 * Main Stylesheet for Rotten Apples
 */
html {
  height: 100%;
}
html body {
  height: 100%;
  font-family: "apercu-light-pro", sans-serif;
  font-size: 24px;
  font-weight: 300;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
  font-family: "apercu-bold-pro", sans-serif;
  font-weight: 600;
  line-height: 1.8em;
  margin-bottom: 5px;
}
html body h1 {
  font-size: 2.5em;
}
html body h2 {
  font-size: 2.3em;
  font-weight: 700;
}
html body h3 {
  font-size: 2em;
}
html body h4 {
  font-size: 1.7em;
  font-weight: 700;
}
html body h5 {
  font-size: 1.4em;
  font-weight: 700;
}
html body h6 {
  font-size: 1.2em;
}
html body *.screen-reader-text {
  visibility: hidden;
  height: 0;
}
html body *.centered {
  text-align: center;
}
html body b,
html body strong {
  font-family: "apercu-light-pro", sans-serif;
  font-weight: 600;
  font-size: inherit;
}
html body a {
  font-family: "apercu-light-pro", sans-serif;
  font-weight: 600;
  font-size: inherit;
  color: #000000;
  text-decoration: none;
  -o-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
html body a:hover {
  color: #333333;
}
html body *.desktop {
  display: block;
}
@media only screen and (max-width: 767px) {
  html body *.desktop {
    display: none;
  }
}
html body *.mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  html body *.mobile {
    display: block;
  }
}
html body *.hidden {
  display: none;
  height: 0;
  visibility: hidden;
}
html body header.top-header {
  height: 80px;
  box-shadow: 1px 1px 2px -1px rgba(0, 0, 0, 0.3);
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
html body header.top-header:after {
  clear: both;
}
html body header.top-header div.logo {
  float: left;
  margin-left: 35px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  html body header.top-header div.logo {
    margin-left: 15px;
  }
}
html body header.top-header div.logo a {
  color: #000000;
  text-decoration: none;
  font-family: "apercu-regular-pro", sans-serif;
  font-weight: 400;
}
html body header.top-header div.logo img {
  height: 80px;
  width: auto;
}
html body header.top-header div.logo h1 {
  line-height: 25px;
  font-size: 22px;
  text-transform: lowercase;
  width: 80px;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  html body header.top-header.admin-bar nav ul {
    margin-top: 32px;
  }
}
html body header.top-header nav {
  margin-right: 35px;
  float: right;
  vertical-align: middle;
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  html body header.top-header nav {
    margin-right: 25px;
  }
  html body header.top-header nav input[type=checkbox]:checked ~ div ul {
    top: 0;
    height: 100%;
    min-height: 100vh;
  }
  html body header.top-header nav input[type=checkbox]:checked ~ label div.mobile-buttons:before, html body header.top-header nav input[type=checkbox]:checked ~ label div.mobile-buttons:after {
    content: "";
    display: block;
    margin-top: 32px;
    position: absolute;
    z-index: 9999;
    right: 25px;
    width: 0;
    height: 20px;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    border-top: none;
    border-bottom: none;
  }
  html body header.top-header nav input[type=checkbox]:checked ~ label div.mobile-buttons:before {
    -ms-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    -o-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    -moz-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  }
  html body header.top-header nav input[type=checkbox]:checked ~ label div.mobile-buttons:after {
    -ms-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    -o-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    -moz-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
  }
  html body header.top-header nav div.mobile-buttons {
    -o-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  html body header.top-header nav div.mobile-buttons:before {
    content: "";
    display: block;
    width: 15px;
    height: 7px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    background-color: #FFFFFF;
    margin-top: 32px;
    position: relative;
    z-index: 9999;
    -o-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  html body header.top-header nav div.mobile-buttons:after {
    content: "";
    -o-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
}
html body header.top-header nav ul {
  list-style: none;
  line-height: 80px;
}
@media only screen and (max-width: 767px) {
  html body header.top-header nav ul {
    position: fixed;
    top: -1000px;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #FFFFFF;
    padding: 40% 0;
    line-height: 60px;
    z-index: 9998;
    -o-transition: top 0.6s ease-in-out, height 0.8s ease-in-out;
    -moz-transition: top 0.6s ease-in-out, height 0.8s ease-in-out;
    -webkit-transition: top 0.6s ease-in-out, height 0.8s ease-in-out;
    transition: top 0.6s ease-in-out, height 0.8s ease-in-out;
  }
}
html body header.top-header nav ul li {
  display: inline-block;
  margin-left: 50px;
}
@media only screen and (max-width: 767px) {
  html body header.top-header nav ul li {
    display: block;
  }
}
html body header.top-header nav ul li:hover a, html body header.top-header nav ul li.active a, html body header.top-header nav ul li.current_page_item a {
  border-color: #000000;
}
html body header.top-header nav ul li a {
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  padding-bottom: 6px;
  font-family: "apercu-bold-pro", sans-serif;
  -o-transition: border-color 0.3s ease-in;
  -moz-transition: border-color 0.3s ease-in;
  -webkit-transition: border-color 0.3s ease-in;
  transition: border-color 0.3s ease-in;
}
@media only screen and (max-width: 767px) {
  html body header.top-header nav ul li a {
    font-size: 50px;
    font-weight: 400;
    text-transform: none;
  }
}
html body div.page-wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -80px;
}
html body div.page-wrapper:after {
  content: "";
  display: block;
  height: 80px;
}
html body div.content-container {
  line-height: 1.8em;
}
html body div.content-container.full {
  margin: 80px 35px;
}
html body div.content-container.sidebar {
  clear: both;
  margin-top: 80px;
}
html body div.content-container.sidebar div.sidebar-container {
  float: left;
  margin-left: 35px;
  width: 300px;
  max-width: 35%;
}
@media only screen and (max-width: 767px) {
  html body div.content-container.sidebar div.sidebar-container {
    width: 80%;
    float: unset;
    margin: 0 35px;
  }
}
html body div.content-container.sidebar div.sidebar-container h6 {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 2.3em;
  font-weight: 600;
  margin-bottom: 25px;
}
html body div.content-container.sidebar div.sidebar-container div.sidebar-content {
  line-height: 1.2em;
  width: 55%;
}
@media only screen and (max-width: 767px) {
  html body div.content-container.sidebar div.sidebar-container div.sidebar-content {
    width: 100%;
  }
}
html body div.content-container.sidebar div.sidebar-container div.sidebar-content p {
  font-size: 14px;
}
html body div.content-container.sidebar div.sidebar-container div.sidebar-content a {
  font-size: 14px;
  font-family: "apercu-light-pro", sans-serif;
  font-weight: 400;
}
html body div.content-container.sidebar div.content {
  float: left;
  margin-right: 35px;
  width: 55%;
}
@media only screen and (max-width: 767px) {
  html body div.content-container.sidebar div.content {
    float: unset;
    width: 80%;
    margin: 80px 35px;
  }
}
html body div.content-container.sidebar div.content p {
  max-width: 650px;
}
html body div.content-container div.content p {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.6em;
}
html body div.content-container div.content a.ra-cta {
  display: inline-block;
  padding: 3px 40px 28px 20px;
  min-width: 120px;
  max-height: 20px;
  margin-top: 15px;
  font-size: 0.9em;
  text-transform: uppercase;
  vertical-align: middle;
  letter-spacing: 1px;
  font-family: "apercu-regular-pro", sans-serif;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
html body div.content-container div.content a.ra-cta:first-of-type {
  margin-top: 24px;
}
html body div.content-container div.content a.ra-cta:after {
  content: url("../../images/external_link.png");
  display: inline-block;
  padding: 0 5px 0 15px;
  width: 10px;
  height: 50px;
  vertical-align: middle;
}
html body div.content-container div.content a.ra-cta:hover {
  cursor: pointer;
  background-color: #494848 !important;
}
html body div.content-container div.content div.ra-grid-container {
  background-image: url("../../images/single_action_bg.png");
  background-repeat: repeat;
  height: 100%;
  width: 100%;
  padding: 15px 0;
}
html body div.content-container div.content div.ra-grid-container div.ra-grid-content-mcontainer {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  margin: 0 1.2em;
}
@media only screen and (min-width: 1500px) {
  html body div.content-container div.content div.ra-grid-container div.ra-grid-content-mcontainer {
    margin: 0 10%;
  }
}
html body div.content-container div.content div.ra-grid-container div.ra-grid-content-mcontainer div.ra-grid-content-container {
  padding: 45px 35px;
}
@media only screen and (max-width: 900px) {
  html body div.content-container div.content div.ra-grid-container div.ra-grid-content-mcontainer div.ra-grid-content-container {
    width: 100% !important;
  }
}
html body div.content-container div.content div.ra-grid-container div.ra-grid-content-mcontainer div.ra-grid-content-container.right {
  float: right;
}
@media only screen and (max-width: 900px) {
  html body div.content-container div.content div.ra-grid-container div.ra-grid-content-mcontainer div.ra-grid-content-container.right {
    float: unset;
  }
}
html body div.content-container div.content div.ra-grid-container div.ra-grid-content-mcontainer div.ra-grid-content-container h2 {
  font-size: 90px;
  line-height: 0.9em;
  margin-bottom: 15px;
}
html body div.content-container div.content div.ra-grid-container div.ra-grid-content-mcontainer div.ra-grid-content-container h3 {
  font-size: 48px;
  line-height: 1.12em;
}
html body div.content-container div.content div.ra-grid-container div.ra-grid-content-mcontainer div.ra-grid-content-container p {
  font-size: 16px;
  margin-bottom: 25px;
  padding-right: 45px;
  line-height: 1.6em;
}
html body div.content-container div.content div.ra-grid-container div.ra-grid-content-mcontainer div.ra-grid-content-container p span.disclaimer {
  font-size: 12px;
  display: block;
  margin-top: 20px;
}
html body div.content-container div.content div.ra-grid-container div.ra-grid-content-mcontainer div.ra-grid-content-container div.ra-grid-content-video-container {
  position: absolute;
  top: 25%;
  left: 44%;
  margin: auto;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1500px) {
  html body div.content-container div.content div.ra-grid-container div.ra-grid-content-mcontainer div.ra-grid-content-container div.ra-grid-content-video-container {
    top: 45px;
    position: absolute;
    right: 0;
    left: unset;
  }
}
@media only screen and (max-width: 900px) {
  html body div.content-container div.content div.ra-grid-container div.ra-grid-content-mcontainer div.ra-grid-content-container div.ra-grid-content-video-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-left: -35px;
  }
}
html body div.content-container div.content div.ra-grid-container div.ra-grid-content-mcontainer div.ra-grid-content-container div.ra-grid-content-video-container:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.5;
  z-index: 10;
  display: block;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 60px solid #ACFF31;
  -o-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
html body div.content-container div.content div.ra-grid-container div.ra-grid-content-mcontainer div.ra-grid-content-container div.ra-grid-content-video-container:hover {
  cursor: pointer;
}
html body div.content-container div.content div.ra-grid-container div.ra-grid-content-mcontainer div.ra-grid-content-container div.ra-grid-content-video-container:hover:after {
  opacity: 0.8;
}
html body div.content-container div.content div.ra-grid-container div.ra-grid-content-mcontainer div.ra-grid-content-container div.ra-grid-content-video-container img {
  width: 95.5%;
  z-index: 9;
}
html body div.content-container div.content div.ra-top-search-container {
  margin: 0 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  html body div.content-container div.content div.ra-top-search-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
html body div.content-container div.content div.ra-top-search-container div.ra-top-search {
  background: linear-gradient(45deg, #002973, #002973) no-repeat 0 -50px;
  padding: 20px 15px;
  margin: 0 2%;
}
@media only screen and (max-width: 900px) {
  html body div.content-container div.content div.ra-top-search-container div.ra-top-search {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  html body div.content-container div.content div.ra-top-search-container div.ra-top-search h3 {
    font-size: 1.3em;
    margin: 35px 20px;
  }
}
html body div.content-container div.content div.ra-top-search-container div.ra-top-search a:hover img {
  transform: scale(1.1);
}
html body div.content-container div.content div.ra-top-search-container div.ra-top-search img {
  height: auto;
  width: 100%;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
html body div.content-container div.post-content p {
  margin-bottom: 25px;
}
html body div.content-container div.post-content h3 {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 45px;
}
html body div.content-container div.post-content img {
  display: block;
  height: 400px;
  width: auto;
  margin: 0 auto 45px;
}
@media only screen and (max-width: 767px) {
  html body div.content-container div.post-content img {
    width: 100%;
    height: auto;
  }
}
html body div.content-container.homepage {
  margin: 100px auto;
}
html body div.content-container.homepage h2.home-title {
  font-size: 75px;
  font-weight: 400;
  line-height: 1em;
}
@media only screen and (max-width: 767px) {
  html body div.content-container.homepage h2.home-title {
    font-size: 30px;
  }
}
html body div.posts {
  margin: 80px 35px;
}
html body div.posts div.nav-links {
  text-align: center;
  margin: 25px 0;
}
html body div.posts div.nav-links a {
  margin-right: 3px;
  text-transform: lowercase;
  font-size: 0.8em;
  font-weight: 400;
  font-family: "apercu-light-pro", sans-serif;
  color: rgba(0, 0, 0, 0.5);
  -o-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
html body div.posts div.nav-links a:hover {
  color: #000000;
}
html body div.posts div.post-section {
  clear: both;
  padding: 0;
  margin: 0;
  zoom: 1;
}
html body div.posts div.post-section:before, html body div.posts div.post-section:after {
  content: "";
  display: table;
}
html body div.posts div.post-section:after {
  clear: both;
}
html body div.posts div.post-section div.post-container {
  display: block;
  float: left;
  margin: 1% 0 1% 2.6%;
  width: 31.6%;
  text-align: center;
  background-color: #FFFFFF;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
  border-bottom: 3px solid #000000;
  height: 400px;
  position: relative;
}
html body div.posts div.post-section div.post-container:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  html body div.posts div.post-section div.post-container {
    margin: 1% 0 6% 0;
    width: 100%;
  }
}
html body div.posts div.post-section div.post-container div.post-content {
  overflow: hidden;
  position: absolute;
  height: 400px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
html body div.posts div.post-section div.post-container div.post-content img {
  width: auto;
  height: 250px;
}
html body div.posts div.post-section div.post-container div.post-content h3 {
  font-size: 1.2em;
}
html body div.posts div.post-section div.post-container div.post-content div.meta-section {
  margin: 15px 0 25px;
}
html body div.posts div.post-section div.post-container div.post-content div.meta-section p {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.6em;
}
html body div.posts div.post-section div.post-container div.post-content div.meta-section p.date-author {
  text-align: center;
}
html body div.posts div.post-section div.post-container div.post-content div.meta-section p.comment-icon {
  position: absolute;
  right: 15px;
  display: inline-block;
  width: 32px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  margin-top: -10px;
}
html body div.posts div.post-section div.post-container div.post-content div.meta-section p.comment-icon:before {
  content: "";
  position: absolute;
  border-color: rgba(0, 0, 0, 0.5) #FFFFFF rgba(0, 0, 0, 0.5);
  border-width: 7px 7px 0 0;
  border-style: solid;
  top: 100%;
  left: 4px;
}
html body div.posts div.post-section div.post-container div.post-content div.meta-section p.comment-icon span {
  line-height: 24px;
  color: #FFFFFF;
  font-size: 1.2em;
  font-weight: 600;
}
html body div.posts div.post-section div.post-container div.post-content ul {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 5px;
}
html body div.posts div.post-section div.post-container div.post-content ul:before {
  display: inline-block;
  content: "Categories: ";
  margin-left: 5px;
  font-size: 0.6em;
}
html body div.posts div.post-section div.post-container div.post-content ul li {
  display: inline-block;
}
html body div.posts div.post-section div.post-container div.post-content ul li:not(:last-of-type):after {
  content: " | ";
  display: inline-block;
  margin: 0 5px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.6em;
}
html body div.posts div.post-section div.post-container div.post-content ul li a {
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.6em;
  -o-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
html body div.posts div.post-section div.post-container div.post-content ul li a:hover {
  color: #000000;
}
html body div.ra-featured-in-container {
  padding: 25px 0 10px;
  width: 100%;
  float: left;
  overflow: hidden;
}
html body div.ra-featured-in-container h3 {
  font-family: "apercu-light-pro", sans-serif;
  font-size: 20px;
  color: #FFFFFF;
  margin: 25px 0;
  text-transform: uppercase;
  text-align: center;
}
html body div.ra-featured-in-container div.ra-featured-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 45px 5%;
}
@media only screen and (max-width: 900px) {
  html body div.ra-featured-in-container div.ra-featured-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 900px) {
  html body div.ra-featured-in-container div.ra-featured-container div.ra-feature {
    width: 100%;
    text-align: center;
    margin: 45px auto;
  }
  html body div.ra-featured-in-container div.ra-featured-container div.ra-feature img {
    height: 100px;
  }
}
html body div.ra-featured-in-container div.ra-featured-container div.ra-feature {
  width: 200px;
  opacity: 0.7;
}
html body div.ra-featured-in-container div.ra-featured-container div.ra-feature img {
  width: 75%;
}
@media only screen and (max-width: 900px) {
  html body div.ra-featured-in-container div.ra-featured-container div.ra-feature a {
    height: 100px;
    display: block;
  }
}
@media only screen and (max-width: 900px) {
  html body div.ra-subscribe-bar {
    float: left;
    width: 100%;
  }
}
html body div.ra-subscribe-bar div.ra-subscribe-bar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 100px;
}
@media only screen and (max-width: 900px) {
  html body div.ra-subscribe-bar div.ra-subscribe-bar-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 24px 30px;
  }
}
html body div.ra-subscribe-bar div.ra-subscribe-bar-inner div.ra-subscribe-bar-heading {
  height: 50px;
  margin-right: 30px;
}
@media only screen and (max-width: 900px) {
  html body div.ra-subscribe-bar div.ra-subscribe-bar-inner div.ra-subscribe-bar-heading {
    height: auto;
    margin: 25px auto;
    width: 100%;
  }
}
html body div.ra-subscribe-bar div.ra-subscribe-bar-inner div.ra-subscribe-bar-heading h3 {
  font-size: 0.9em;
  text-transform: uppercase;
  line-height: 50px;
  vertical-align: middle;
  font-family: "apercu-regular-pro", sans-serif;
  letter-spacing: 1px;
}
@media only screen and (max-width: 900px) {
  html body div.ra-subscribe-bar div.ra-subscribe-bar-inner div.ra-subscribe-bar-heading h3 {
    line-height: 1.8em;
    font-size: 0.7em;
    text-align: center;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 900px) {
  html body div.ra-subscribe-bar div.ra-subscribe-bar-inner div.ra-subscribe-bar-heading h3 {
    font-size: 0.65em;
  }
}
html body div.ra-subscribe-bar div.ra-subscribe-bar-inner div.ra-subscribe-bar-input {
  position: relative;
}
@media only screen and (max-width: 900px) {
  html body div.ra-subscribe-bar div.ra-subscribe-bar-inner div.ra-subscribe-bar-input {
    text-align: center;
    margin: 0 auto 25px;
  }
}
html body div.ra-subscribe-bar div.ra-subscribe-bar-inner div.ra-subscribe-bar-input input {
  padding: 10px 44.52px 10px 15px;
  min-width: 250px;
  border: 1px solid #707070;
}
html body div.ra-subscribe-bar div.ra-subscribe-bar-inner div.ra-subscribe-bar-input button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: "apercu-bold-pro", sans-serif;
  outline: none;
  border: none;
  font-size: 18px;
  background-color: #E90049;
  color: #FFFFFF;
}
html body div.ra-subscribe-bar div.ra-subscribe-bar-inner div.ra-subscribe-bar-input button:hover {
  cursor: pointer;
}
html body div.ra-video-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  margin: auto;
  z-index: 9999;
}
html body div.ra-video-overlay iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
html body footer {
  clear: both;
  width: 100%;
  height: 300px;
  background-color: #000000;
  color: #FFFFFF;
}
html body footer a {
  color: #FFFFFF;
}
html body footer a:hover {
  color: #DDDDDD;
}
html body footer div[class^=menu] {
  margin: 10px 0;
}
html body footer ul.menu li {
  display: block;
  padding: 5px 0;
  line-height: 10px;
}
html body footer ul.menu li a {
  font-size: 14px;
  font-weight: 500;
  font-family: "apercu-light-pro", sans-serif;
}
html body footer ul.social-nav {
  height: 60px;
  overflow: hidden;
}
html body footer ul.social-nav li {
  margin-right: 10px;
}
html body footer ul.social-nav li img {
  height: 40px;
  width: auto;
}
html body footer ul li {
  display: inline-block;
}
html body footer div.footer-left,
html body footer div.footer-right {
  line-height: 80px;
  vertical-align: middle;
}
@media only screen and (min-width: 767px) {
  html body footer div.footer-left,
html body footer div.footer-right {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  html body footer div.footer-left,
html body footer div.footer-right {
    float: unset !important;
    width: 80% !important;
    margin: 15px auto !important;
    text-align: center !important;
  }
}
html body footer div.footer-left {
  margin-left: 180px;
  float: left;
}
html body footer div.footer-right {
  margin-right: 180px;
  float: right;
  text-align: right;
}
html body footer p.copyright {
  font-size: 12px;
  font-weight: 400;
  font-family: "apercu-light-pro", sans-serif;
  line-height: 10px;
  margin-bottom: 15px;
}

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