/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300,700);
@viewport {
  zoom: 1.0;
  width: device-width; }

div#at4-share {
  padding: 0 !important; }

html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 62.5%; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* =====================  SASS Variables */
/* =====================  Fonts */
/* Proxima Nova from Typekit at 300, 400 & 600 */
body {
  font-family: 'Merriweather', serif; }

/* ===================== Base Typography =====================  */
p {
  display: block;
  color: #666;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 0;
  margin: 0 0 .8em;
  word-spacing: .1em; }

p.add-pad {
  padding: 0 0 1em; }

h1, h2, h3, h4, h5 {
  color: #00bbff;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
  padding: 0;
  margin: 0 0 .4em; }

.collapse {
  padding: 0 !important;
  margin: 0 !important; }

.textCenter {
  text-align: center; }

h1 b, h2 b, h3 b, h4 b, h5 b {
  font-style: normal;
  font-weight: 600; }

h1 a, h2 a, h3 a, h4 a, h5 a {
  font-style: normal;
  color: #00bbff;
  cursor: pointer; }
  h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
    color: #008cbf; }

h1 {
  font-size: 3.0em;
  line-height: 1em; }

h2 {
  font-size: 2.4em;
  line-height: 1em; }

h3 {
  font-size: 2.0em;
  line-height: 1em; }

h4 {
  font-size: 1.8em;
  line-height: 1.1em; }

h5 {
  font-size: 1.6em;
  line-height: 1.1em;
  color: #666; }

.nopad {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  font-weight: normal;
  color: #00bbff; }

a:hover {
  color: #008cbf; }

hr {
  height: 7px;
  margin: 2em 0;
  width: 100%;
  background: url(../images/interface/bgd_hr.gif) repeat-x;
  background-position: center top;
  border: none; }

hr.line {
  background: none;
  border-bottom: 1px solid #333; }

.button {
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  width: auto;
  color: #fff;
  background: #00bbff;
  padding: .8em 1.2em;
  margin: 0 0 5px;
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }
  .button:hover {
    color: #fff;
    background: #008cbf; }

.button.set {
  min-width: 180px;
  text-align: center; }

.home-title {
  text-align: left; }

@media only screen and (min-width: 640px) {
  .home-title {
    text-align: center; } }

/* ===================== Core Structure =====================  */
.hide-mobile {
  display: none; }
  @media only screen and (min-width: 640px) {
    .hide-mobile {
      display: inherit; } }
.container {
  position: relative;
  width: 90%;
  padding: 0;
  margin: 0 auto; }

.container.center {
  text-align: center; }

ul.sort {
  list-style: none;
  position: relative;
  top: 0;
  right: 0;
  padding: 0;
  margin: 1em 0; }
  ul.sort li {
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    color: #666;
    font-size: 1em;
    float: left;
    margin-left: 4px; }
    ul.sort li a {
      display: block;
      color: #888;
      background: #eee;
      padding: .5em .8em;
      margin: 0 0 4px; }
    ul.sort li a:hover {
      color: #fff;
      background: #008cbf; }
    ul.sort li a.active {
      color: #fff;
      background: #00bbff; }
  ul.sort .key {
    margin: 0;
    padding: .5em .5em 0 0; }

@media only screen and (min-width: 640px) {
  .container {
    width: 90%;
    padding: 0; }
    .container ul.sort {
      position: absolute;
      top: 30px;
      right: 0px;
      padding: 0;
      margin: 0; }
    .container ul.sort li, .container ul.sort li:last-child {
      margin-left: 0;
      margin-right: 1em; } }

@media only screen and (min-width: 1440px) {
  .container {
    max-width: 1440px; } }

.headerWrap {
  background: url(../images/interface/bgd_header.jpg) repeat-x center top; }

header {
  padding: 50px 0 0; }

.logo {
  width: 270px;
  float: left;
  margin: 0 0 20px; }

.logo img {
  width: 85%; }

@media only screen and (min-width: 640px) {
  .logo img {
    width: 100%; } }

.addthis_toolbox {
  margin: 0 0 10px;
  padding: 0;
  height: 16px; }

/* ===================== Navigation =====================  */
#megaNav {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  margin: 28px 0 0;
  float: right;
  width: auto; }

#megaNav > a {
  display: none; }

#megaNav li {
  position: relative; }
  #megaNav li a {
    font-size: 1.6em;
    color: #555; }

#megaNav ul {
  padding: 0;
  margin: 0; }

#megaNav > ul > li {
  float: left;
  height: 100%;
  border-right: 1px #555 solid; }
  #megaNav > ul > li a {
    margin: 0 1em; }
  #megaNav > ul > li:last-child {
    border-right: 0px; }

#megaNav .donate a {
  color: #008cbf;
  font-weight: 400;
  letter-spacing: 1px; }

.megaMenu {
  display: none;
  position: absolute;
  width: 100%;
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
  padding: 1em 0 1.2em;
  z-index: 100; }
  .megaMenu .megaCenter {
    position: relative;
    width: 580px;
    margin: 0 auto; }
  .megaMenu ul {
    float: left;
    margin: 0;
    padding: 0 40px 0 0;
    font-size: 1.3em;
    list-style: none; }
    .megaMenu ul li {
      color: #ddd;
      margin: 0 0 .2em; }
    .megaMenu ul .menuTitle {
      font-size: .9em;
      margin: .4em 0 .1em;
      color: #fff; }
    .megaMenu ul a {
      font-size: 1em !important;
      margin: 0;
      color: #aaa;
      font-weight: 300;
      letter-spacing: 1px; }
      .megaMenu ul a:hover {
        color: #00bbff; }
  .megaMenu ul.last {
    padding: 0; }

#megaNav li:hover .megaMenu {
  display: block; }

#megaNav li ul.active {
  display: block; }

#megaNav a:hover {
  color: #00bbff; }

a.megaClose {
  position: absolute;
  top: 0;
  right: -30px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 2em;
  color: #00bbff; }
  a.megaClose:hover {
    color: #00bbff; }

/* ===================== Responsive Navigation =====================  */
header {
  padding: 50px 0 0;
  height: 60px; }

.mobileNavWrap {
  margin: 0; }

.menu-button {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 1.6em;
  color: #555; }

.mobileNav {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none; }

#megaNav {
  display: none; }

.mobileNav {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
  clear: both; }

.mobileNav > a {
  display: none; }

.mobileNav li {
  position: relative; }
  .mobileNav li a {
    font-size: 1.6em;
    color: #555; }

.mobileNav ul {
  padding: 0;
  margin: 0; }

.mobileNav > ul > li {
  float: none;
  height: 100%;
  border-right: none; }
  .mobileNav > ul > li a {
    margin: 0; }

.mobileNav .donate a {
  color: #008cbf;
  font-weight: 400;
  letter-spacing: 1px; }

.mobileNav li:hover .megaMenu {
  display: block; }

.mobileNav li ul.active {
  display: block; }

.mobileNav a:hover {
  color: #00bbff; }

a.megaClose {
  position: absolute;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 1.1em;
  margin: .4em 0 .1em;
  color: #00bbff; }
  a.megaClose:hover {
    color: #00bbff; }

@media only screen and (min-width: 640px) {
  .mobileNav {
    display: none; }
  #megaNav {
    display: inline-block; } }

/*  Homepage Slider (Royal Slider - http://dimsemenov.com/plugins/royal-slider/) =====================  */
#full-width-slider, #gallery-slider {
  width: 100%;
  color: #000; }
  #full-width-slider img, #gallery-slider img {
    width: 100%;
    height: auto; }

.coloredBlock {
  padding: 12px;
  background: rgba(255, 0, 0, 0.6);
  color: #FFF;
  width: 200px;
  left: 20%;
  top: 5%; }

.infoBlock {
  position: absolute;
  top: 30px;
  right: 30px;
  left: auto;
  max-width: 25%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px; }

.infoBlockLeftBlack {
  color: #FFF;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  left: 30px;
  right: auto; }

.infoBlock h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px; }

.infoBlock p {
  font-size: 14px;
  margin: 4px 0 0; }

.infoBlock a {
  color: #FFF;
  text-decoration: underline; }

.photosBy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: #FFF;
  color: #000;
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25; }

.photosBy a {
  color: #000; }

.fullWidth {
  max-width: 1400px;
  margin: 0 auto 24px; }

@media screen and (min-width: 1200px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
    height: 440px !important; } }

@media screen and (min-width: 769px) and (max-width: 1199px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
    height: 400px !important; } }

@media screen and (min-width: 641px) and (max-width: 768px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
    height: 360px !important; } }

@media screen and (min-width: 481px) and (max-width: 640px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 320px !important; } }

@media screen and (min-width: 361px) and (max-width: 480px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 260px !important; } }

@media screen and (min-width: 0px) and (max-width: 360px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 180px !important; } }

/* ===================== Partner Banner =====================  */
.partnerBannerWrap {
  text-align: center;
  height: 70px;
  margin: 0 0 4em;
  background: url(../images/interface/bgd_partnerBanner.jpg) repeat-x; }

.partnerBannerWrap h3 {
  line-height: 70px;
  color: #fff; }

.partnerBannerWrap h3 span {
  display: none; }

.partnerBannerWrap h3 .plus {
  display: inline-block;
  height: 70px;
  width: 32px;
  margin: 0 0 0 20px; }
  .partnerBannerWrap h3 .plus img {
    width: 100%;
    height: auto;
    vertical-align: middle; }

@media only screen and (min-width: 640px) {
  .partnerBannerWrap h3 span {
    display: inline-block; } }

/* ===================== Global Footer =====================  */
footer {
  background: url(../images/interface/bgd_footer.jpg) repeat;
  height: 400px; }

.footerContent {
  float: left;
  padding: 4em 0 2em;
  width: 100%; }

.footerContent p {
  font-family: "proxima-nova", sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
  word-spacing: normal; }

.footerContent a {
  color: #333;
  font-weight: bold; }

.footerContent a.admin {
  font-weight: normal;
  color: #999; }

.footerContent a:hover {
  color: #00bbff; }

p.copyright {
  font-size: 1.3em;
  color: #222;
  padding-bottom: 1em; }

ul.footerNav {
  list-style: none;
  padding: 0;
  margin: 2em 0 0; }
  ul.footerNav li {
    float: none;
    border-right: none;
    margin-left: 0; }
    ul.footerNav li a {
      font-family: "proxima-nova", sans-serif;
      font-size: 1.4em;
      color: #666;
      margin-right: 1em;
      text-transform: uppercase;
      font-weight: normal; }
      ul.footerNav li a:hover {
        color: #00bbff; }
  ul.footerNav li.donate a {
    color: #008cbf; }
    ul.footerNav li.donate a:hover {
      color: #00bbff; }
  ul.footerNav li:first-child {
    margin-left: 0; }
  ul.footerNav li:last-child {
    border-right: none; }

ul.efca {
  list-style: none;
  float: left;
  width: auto;
  padding: 0; }
  ul.efca li {
    font-size: 1.4em;
    width: 38px;
    height: 38px; }
    ul.efca li img {
      width: 100%;
      height: 100%; }

.socailLinks {
  list-style: none;
  float: left;
  width: auto;
  padding: 0; }
  .socailLinks li {
    float: right;
    margin-left: 0px;
    margin-right: 6px; }

.socailLinks a .ss-icon {
  font-size: 2.5em;
  color: #444; }

.socailLinks a:hover .ss-icon {
  color: #00bbff; }

@media only screen and (min-width: 640px) {
  .footerContent {
    padding: 3em 0;
    width: 70%; }
  ul.footerNav li {
    float: left;
    border-right: 1px solid #222;
    margin-left: 1em; }
  .socailLinks {
    float: right;
    padding: 3em 0;
    width: 30%; } }

/* ===================== Newsletter Signup =====================  */
.newsletterWrap {
  background-color: #f2f2f2;
  padding: 1rem 0; }
  .newsletterWrap h3 {
    font-size: 2rem;
    margin: 0 0 .3rem;
    font-weight: 700; }
  .newsletterWrap h5 {
    font-size: 1rem;
    margin: 0 0 1.4rem;
    font-weight: 700;
    color: #000; }

#mc-embedded-subscribe-form, #mc_embed_signup form {
  width: 100%;
  position: relative; }
  @media only screen and (min-width: 640px) {
    #mc-embedded-subscribe-form, #mc_embed_signup form {
      width: 100%;
      float: right;
      position: relative; } }
  #mc-embedded-subscribe-form .mc-field-group, #mc_embed_signup form .mc-field-group {
    padding: 0;
    margin: 0; }
  #mc-embedded-subscribe-form .mc-field-group.input-group, #mc_embed_signup form .mc-field-group.input-group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    margin: 0;
    height: 40px; }
    #mc-embedded-subscribe-form .mc-field-group.input-group > span, #mc_embed_signup form .mc-field-group.input-group > span {
      font-family: "proxima-nova", sans-serif;
      font-size: 1rem;
      margin-right: 1rem; }
  #mc-embedded-subscribe-form .mc-field-group.input-group ul, #mc_embed_signup form .mc-field-group.input-group ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 1.3rem;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    #mc-embedded-subscribe-form .mc-field-group.input-group ul li, #mc_embed_signup form .mc-field-group.input-group ul li {
      display: inline-block;
      margin-right: .75rem; }
  #mc-embedded-subscribe-form input[type="text"], #mc-embedded-subscribe-form input[type="email"], #mc-embedded-subscribe-form select, #mc_embed_signup form input[type="text"], #mc_embed_signup form input[type="email"], #mc_embed_signup form select {
    -webkit-appearance: none;
    border: none !important;
    font-size: 1rem !important;
    width: 100%; }
  #mc-embedded-subscribe-form input[type="radio"], #mc_embed_signup form input[type="radio"] {
    width: auto;
    float: left;
    width: 1rem;
    height: 1rem; }
  #mc-embedded-subscribe-form .formInputSmall, #mc_embed_signup form .formInputSmall {
    width: 100%;
    margin: 0 0 6px; }
    @media only screen and (min-width: 640px) {
      #mc-embedded-subscribe-form .formInputSmall, #mc_embed_signup form .formInputSmall {
        width: 23%;
        display: inline-block;
        margin: 0 1% 0 0; } }
  #mc-embedded-subscribe-form .formInputBig, #mc_embed_signup form .formInputBig {
    margin: 0 0 6px; }
    @media only screen and (min-width: 640px) {
      #mc-embedded-subscribe-form .formInputBig, #mc_embed_signup form .formInputBig {
        width: 50%;
        display: inline-block;
        margin: 0 1% 0 0; } }
  #mc-embedded-subscribe-form .formInputRadio, #mc_embed_signup form .formInputRadio {
    margin: .5rem 0 0; }
  @media only screen and (min-width: 640px) {
    #mc-embedded-subscribe-form .formInputButton, #mc_embed_signup form .formInputButton {
      width: 12%;
      display: block;
      margin: .7rem 0 0; } }
  #mc-embedded-subscribe-form ::-webkit-input-placeholder, #mc_embed_signup form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #666 !important; }
  #mc-embedded-subscribe-form ::-moz-placeholder, #mc_embed_signup form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #666 !important; }
  #mc-embedded-subscribe-form :-ms-input-placeholder, #mc_embed_signup form :-ms-input-placeholder {
    /* IE 10+ */
    color: #666 !important; }
  #mc-embedded-subscribe-form :-moz-placeholder, #mc_embed_signup form :-moz-placeholder {
    /* Firefox 18- */
    color: #666 !important; }

@media only screen and (min-width: 640px) {
  .newsletterWrap.sidebar {
    margin: 2em 0;
    text-align: left; }
    .newsletterWrap.sidebar h4 {
      text-align: left; }
    .newsletterWrap.sidebar #mc-embedded-subscribe-form {
      width: 100%;
      float: right;
      position: relative; }
      .newsletterWrap.sidebar #mc-embedded-subscribe-form .formInputSmall {
        width: 100%;
        margin: 0 0 6px; }
      .newsletterWrap.sidebar #mc-embedded-subscribe-form .formInputBig {
        width: 100%;
        margin: 0 0 6px; }
      .newsletterWrap.sidebar #mc-embedded-subscribe-form .formInputButton {
        width: 100%;
        display: inline-block; } }

.half-column {
  width: 100%; }
  @media only screen and (min-width: 640px) {
    .half-column {
      width: 50%;
      float: left; } }
/* ===================== Article Grid =====================  */
.articleGrid {
  display: block;
  margin: 2em 0 1em !important; }

.articleGridDate {
  display: block;
  padding: .5em 0 0;
  color: #bbb;
  margin: 0; }

.articleGridDate img {
  width: 16px;
  height: 16px; }

.articleGrid li p {
  font-size: 1.2em;
  line-height: 1.4em; }

.articleGrid li.alert a {
  color: #ff9900; }

.articleGrid li.alert a:hover {
  color: #b36b00; }

.articleGrid li.alert .articleDate a {
  color: #ff9900; }

.articleGrid .articleImage {
  margin: 0 0 1em;
  display: block; }

.articleGrid .articleImage a {
  position: relative;
  border: solid #fff 1px;
  height: auto;
  display: block;
  overflow: hidden; }

.articleGrid .articleImage a:hover {
  border: solid #00bbff 1px; }

.articleImage a img {
  width: 100%;
  height: auto; }

.articleImage a .tag {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/interface/article-icons.png) no-repeat;
  background-size: 240px 80px; }

.articleGrid li .articleImage a .tag.alert {
  background-position-x: 0px; }

.articleGrid li .articleImage a .tag.globe {
  background-position-x: -40px; }

.articleGrid li .articleImage a .tag.video {
  background-position-x: -80px; }

.articleGrid li .articleImage a .tag.photo {
  background-position-x: -120px; }

.articleGrid li .articleImage a .tag.story {
  background-position-x: -160px; }

.articleGrid li .articleImage a .tag.audio {
  background-position-x: -200px; }

article.alert .articleImage a .tag {
  background-position-y: -40px; }

.pagination_links {
  margin: 2em 0 1em;
  list-style: none;
  clear: both;
  padding: 0; }
  .pagination_links li {
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    color: #666;
    font-size: 1em;
    float: left;
    margin-right: 1em; }
    .pagination_links li a {
      display: block;
      color: #888;
      background: #eee;
      padding: .5em .8em; }
    .pagination_links li a:hover {
      color: #fff;
      background: #008cbf; }
    .pagination_links li a.active {
      color: #fff;
      background: #00bbff; }
  .pagination_links li:last-child, .pagination_links .key {
    margin-left: 1em; }
  .pagination_links .key {
    margin: 0;
    padding: .5em .5em 0 0; }

/* ===================== Main Article Content =====================  */
.articlePad {
  margin: 2em 0 10em; }

article h1 {
  margin: 0 0 .2em; }

article h3 {
  margin: 1em 0 .2em; }

article h4.byline {
  color: #666;
  padding: 0 0 .5em; }

article ol, article ul {
  font-size: 1.3em;
  line-height: 1.4em;
  padding: 0 2em 0;
  color: #666; }

article ol li, article ul li {
  padding-bottom: .3em; }

article img {
  width: 100%;
  height: auto; }

article blocktext {
  display: block;
  padding: 1.5em;
  margin: 0 0 1.5em;
  background: #eee; }
  article blocktext p {
    margin: 0; }

article blockquote {
  padding: 1.2em 1.5em;
  margin: 0 0 1.5em;
  background: #eee; }
  article blockquote p {
    font-weight: 200;
    font-size: 1.8em;
    line-height: 1.4em;
    margin: 0;
    padding: 0; }

.leftColumn {
  float: left;
  width: 10%;
  display: block; }

.sidebarLeft {
  float: left;
  width: 70%; }
  .sidebarLeft img {
    width: 100%;
    height: auto; }

.report-section {
  display: block;
  padding: 1em 0; }

.report-image {
  overflow: auto;
  width: 100%;
  float: none; }
  @media only screen and (min-width: 640px) {
    .report-image {
      overflow: visible;
      width: 35%;
      float: left; } }
  @media only screen and (min-width: 640px) {
    .report-image .articleImage {
      margin: 0; } }
  .report-image img {
    width: 100%;
    height: auto; }

.report-detail {
  overflow: auto;
  width: 100%;
  float: none; }
  @media only screen and (min-width: 640px) {
    .report-detail {
      overflow: auto;
      width: 60%;
      float: right; } }
  .report-detail p:last-of-type {
    margin: 0; }

.packet-dvd-image {
  overflow: auto;
  width: 100%;
  float: none; }
  @media only screen and (min-width: 640px) {
    .packet-dvd-image {
      overflow: visible;
      width: 35%;
      float: left; } }
  @media only screen and (min-width: 1400px) {
    .packet-dvd-image {
      width: 43%; } }
  @media only screen and (min-width: 640px) {
    .packet-dvd-image .articleImage {
      margin: 0; } }
  .packet-dvd-image img {
    width: 100%;
    height: auto; }

.packet-dvd-detail {
  overflow: auto;
  width: 100%;
  float: none; }
  @media only screen and (min-width: 640px) {
    .packet-dvd-detail {
      overflow: auto;
      width: 60%;
      float: right; } }
  @media only screen and (min-width: 1400px) {
    .packet-dvd-detail {
      width: 52%; } }
  .packet-dvd-detail p:last-of-type {
    margin: 0; }

.packet-image {
  overflow: auto;
  width: 100%;
  float: none; }
  @media only screen and (min-width: 640px) {
    .packet-image {
      overflow: visible;
      width: 30%;
      float: right; } }
  @media only screen and (min-width: 640px) {
    .packet-image .articleImage {
      margin: 0; } }
  .packet-image img {
    width: 100%;
    height: auto; }

.packet-detail {
  overflow: auto;
  width: 100%;
  float: none; }
  @media only screen and (min-width: 640px) {
    .packet-detail {
      overflow: auto;
      width: 65%;
      float: left; } }
  .packet-detail p:last-of-type {
    margin: 0; }

.packet-download-link {
  display: inline-block;
  color: #333;
  font-size: .8rem;
  height: 22px;
  margin-bottom: .5rem;
  padding-top: 4px;
  padding-right: 26px;
  background-image: url(../images/interface/download-arrow.gif);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: right top; }

.cruise-image {
  overflow: auto;
  width: 100%;
  float: none; }
  @media only screen and (min-width: 640px) {
    .cruise-image {
      overflow: visible;
      width: 25%;
      float: left; } }
  @media only screen and (min-width: 640px) {
    .cruise-image .articleImage {
      margin: 0; } }
  .cruise-image img {
    width: 100%;
    height: auto; }

.cruise-detail {
  overflow: auto;
  width: 100%;
  float: none; }
  @media only screen and (min-width: 640px) {
    .cruise-detail {
      overflow: auto;
      width: 70%;
      float: right; } }
  .cruise-detail p:last-of-type {
    margin: 0; }

.sidebarRight {
  float: right;
  width: 24%; }

.sidebarRight a.image-link {
  display: block;
  height: auto;
  margin: 0 0 1em; }

.articleDate {
  background: #ccc;
  text-align: center;
  padding: 1em 0 0;
  margin: 0 0 1em; }
  .articleDate .day, .articleDate .month, .articleDate .year {
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 1em;
    text-transform: uppercase; }
  .articleDate .month {
    color: #fff;
    font-size: 2.5em;
    line-height: .8em;
    padding: .4em 0 0; }
  .articleDate .day {
    color: #fff;
    font-size: 4.6em;
    line-height: 1em; }
  .articleDate .year {
    color: #fff;
    font-size: 1.8em;
    line-height: .8em;
    letter-spacing: 2px;
    padding: 0 0 1em; }

.social-boxes {
  display: block;
  margin: 0 0 1em; }
  .social-boxes img {
    width: 100%;
    height: auto; }

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .social-boxes img {
    width: 49%;
    float: left;
    margin: 0 1% 0 0;
    height: auto; } }

/* ======== Tag Links   */
.tagsContainer {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  width: 100%;
  float: left;
  display: block;
  margin: 2px 0;
  padding: 0; }
  .tagsContainer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 12px; }

.tagsContainer ul li {
  float: left;
  padding: 0;
  margin: 0 .7em 0 0;
  font-weight: 400;
  color: #999;
  line-height: 1em; }

.tagsContainer ul li a {
  font-size: .9em;
  line-height: 1em;
  color: #00bbff; }

.tagsContainer ul li a:hover {
  color: #008cbf; }

@media only screen and (min-width: 640px) {
  .tagsContainer {
    margin: 0 0 2em;
    padding: 0; }
  .tagsContainer ul li a {
    font-size: 1em;
    line-height: 1.2em; } }

/* ======== Main Article Styles   */
article .articleBody {
  float: left;
  width: 60%;
  margin: 0 0 0 3%; }

article .articleBodyFull {
  width: 88%;
  margin: 0 0 0 12%; }

article figure {
  display: block;
  padding: 0 0 1em; }

figcaption {
  font-family: "proxima-nova", sans-serif;
  font-size: 1.3em;
  color: #777;
  text-align: center;
  background: #eee;
  padding: 10px; }

.articleImage {
  width: 100%;
  margin: 0 0 1em; }

.articleImage.offset {
  width: 80%;
  height: auto;
  margin: auto -39.66% 2em 3%;
  float: right;
  position: relative;
  z-index: 1; }

.articleImage img {
  width: 100%;
  height: auto; }

ul.pagination {
  clear: both;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: -30px; }

ul.pagination li {
  padding: 0;
  position: relative;
  z-index: 3;
  display: block;
  height: 30px;
  float: left;
  list-style-type: none;
  margin-right: 5px; }

ul.pagination li a {
  line-height: 20px;
  text-decoration: none;
  width: auto;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #000;
  background-color: #CCC;
  font-size: 10px;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

ul.pagination li a:hover {
  color: #000;
  background-color: #cc3333;
  text-decoration: none; }

ul.pagination li.page_total {
  color: #cc3333;
  text-transform: uppercase;
  padding-top: 1px; }

@media screen and (max-width: 768px) {
  article .articleBody, article .articleBodyFull {
    width: 100%;
    margin: .3em 0 0; }
  .sidebarLeft, .sidebarRight {
    width: 100%; }
  .sidebarRight {
    padding: 1.5em 0 0; }
  .articleImage, .articleImage.offset {
    width: 100%;
    height: auto;
    margin: 0 0 1em; }
  article p, article ul, article ol {
    font-size: 1.3em; }
  .leftColumn {
    width: 100%;
    margin-bottom: .5em; }
  .articleDate {
    float: none;
    width: 100%;
    display: block;
    background: none;
    text-align: left;
    padding: 0 0 .1em;
    margin: 0; }
    .articleDate .day, .articleDate .month, .articleDate .year {
      font-weight: 400;
      color: #999;
      padding: 0 .3em 0 0;
      margin: 0;
      line-height: 1em;
      float: left;
      font-size: 1.4em;
      line-height: 1em;
      padding-bottom: 0em;
      letter-spacing: 0px;
      border-top: none; } }

/* --------- Content Grid ---------- */
.mediaGrid {
  padding: 0 0 5em; }

.mediaGrid ul {
  height: 22px !important;
  min-height: 22px !important; }

.gridItem {
  display: block;
  float: left;
  width: 32%;
  margin: 0 2% 2em 0; }

.gridItem h4 {
  padding: 0;
  margin: 0 0 .2em; }

.gridItem p {
  font-size: .8em; }

.gridItem:nth-of-type(3n+3) {
  margin: 0; }

.gridItem.last {
  margin: 0; }

.gridItem img {
  width: 100%;
  height: auto;
  margin-bottom: .4em; }

.gridItem h3 {
  padding: 0;
  margin: 0 0 .2em; }

.gridDate {
  padding: 0;
  margin: 0 0 .1em;
  font-family: Oswald, sans-serif;
  text-transform: uppercase; }

@media screen and (max-width: 768px) {
  .gridItem {
    width: 48%;
    margin: 0 4% 0 0; }
  .gridItem:nth-of-type(3n+3) {
    margin: 0 4% 2em 0; }
  .gridItem:nth-of-type(2n+2) {
    margin: 0 0 2em 0; } }

@media screen and (max-width: 480px) {
  .gridItem {
    float: left;
    margin: 0 0 2em 0;
    width: 100%; } }

/* --------- Content List ---------- */
.listItem {
  display: block;
  width: 48%;
  margin: 0 4% 2em 0;
  float: left; }

.listItem:nth-of-type(2n+2) {
  margin: 0 0 2em 0; }

.listItem.last {
  margin: 0; }

.listItem img {
  width: 30%;
  float: left;
  margin: 0 2% 0 0;
  height: auto; }

.listItemContent {
  width: 68%;
  float: left;
  overflow: visible; }

.listItem h3, .listItem h4 {
  padding: 0;
  margin: 0 0 .2em; }

.listItem p {
  font-size: .8em;
  overflow: visible; }

.listDate {
  padding: 0;
  margin: 0 0 .1em;
  font-family: Oswald, sans-serif;
  text-transform: uppercase; }

@media screen and (max-width: 768px) {
  .listItem {
    width: 100%;
    margin: 0 0 2em 0; }
  .listItem:nth-of-type(2n+2) {
    margin: 0 0 2em 0; } }

@media screen and (max-width: 480px) {
  .listItem img {
    width: 100%;
    margin: 0 0 .4em; }
  .listItemContent {
    width: 100%;
    margin: 0 0 1em; } }

#videoPlayer {
  width: 100%;
  height: auto;
  margin: 0 0 1em;
  position: relative; }
  #videoPlayer #mediathumb {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0; }
  #videoPlayer #mediaplayer {
    z-index: 1; }

#audioPlayer .jw-aspect {
  padding-top: 40px !important; }

.btn_android, .btn_ios {
  height: 50px;
  float: left; }

.btn_android a {
  font-family: KlavikaMedium, Arial, Helvetica, sans-serif;
  background: url(../images/interface/mobile-app-android.png);
  background-repeat: no-repeat;
  text-decoration: none;
  color: #FFF;
  background-color: #cc3333;
  font-size: 16px;
  padding-right: 8px;
  padding-left: 46px;
  padding-top: 12px;
  padding-bottom: 10px;
  float: left;
  margin-right: 5px;
  height: auto; }

.btn_ios a {
  font-family: KlavikaMedium, Arial, Helvetica, sans-serif;
  background: url(../images/interface/mobile-app-ios.png);
  background-repeat: no-repeat;
  text-decoration: none;
  color: #FFF;
  background-color: #cc3333;
  font-size: 16px;
  padding-right: 8px;
  padding-left: 46px;
  padding-top: 12px;
  padding-bottom: 10px;
  float: left;
  margin-right: 5px;
  height: auto; }

.addthisMain {
  display: block;
  width: 80px; }

.addthisMobile {
  display: none; }

@media screen and (max-width: 468px) {
  .addthisMain {
    display: none; }
  .addthisMobile {
    display: block; } }

/* ======== Photogrid Styles   */
.photogrid {
  margin-bottom: 2rem; }
  .photogrid a {
    display: block;
    float: left;
    width: 100%; }
    @media screen and (min-width: 480px) {
      .photogrid a {
        width: 50%; } }
    @media screen and (min-width: 960px) {
      .photogrid a {
        width: 33.333%; } }
    .photogrid a img {
      width: 100%;
      height: auto; }

/* ==========================================================================
   Donate & Caontact Forms
   ========================================================================== */
.donate-message {
  padding-bottom: 10px; }

.donate-logos {
  width: 100%;
  max-width: 400px; }

.loader {
  display: inline-block;
  margin-left: 1rem;
  width: 1rem;
  height: 1rem; }

#donate_form, #contactform {
  float: left;
  width: 100%;
  padding: 0;
  color: #999;
  margin: 0;
  font-size: 1.2em; }
  #donate_form label, #contactform label {
    display: block;
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    padding: 0 0 .3em 0;
    color: #008cbf; }
  #donate_form select, #contactform select {
    font-family: "proxima-nova", sans-serif;
    -webkit-appearance: none;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 1.2em;
    line-height: 1em;
    color: #666;
    margin: 0;
    overflow: auto;
    padding: 12px 12px 11px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px; }

#donate_form .one_full, #contactform .one_full {
  display: inline-block;
  float: none;
  width: 100%;
  margin: 0 0 1em; }

#donate_form .one_third, #contactform .one_third {
  display: inline-block;
  float: left;
  width: 100%;
  margin: 0 0 1em; }

#donate_form .two_thirds, #contactform .two_thirds {
  display: inline-block;
  float: none;
  width: 100%;
  margin: 0 0 1em; }

#donate_form .special, #contactform .special {
  display: none; }

#donate_form label.error, #donate_form span.error, #contactform label.error, #contactform span.error {
  font-weight: 400;
  font-size: .8em;
  color: #F00;
  padding: 2px 0 0; }

#donate_form input.ammount, #contactform input.ammount {
  font-size: 2.5em; }

#donate_form textarea, #contactform textarea {
  width: 260px;
  height: 140px; }

#donate_form .radio, #contactform .radio {
  font-size: 12px;
  border: 1px solid #e9e9e9;
  margin: 0 0 1em;
  overflow: auto;
  padding-top: 2px;
  padding-right: 4px;
  padding-bottom: 2px;
  padding-left: 4px;
  width: 15px; }

#donate_form input[type='checkbox'], #contactform input[type='checkbox'] {
  position: relative;
  float: left;
  display: block;
  margin-top: 5px;
  margin-right: 8px;
  width: 10px;
  height: 10px;
  border-radius: 4px; }

#donate_form .large-font, #contactform .large-font {
  display: block;
  color: #666;
  font-size: 1.2em;
  line-height: 1.5rem;
  padding: 0;
  margin: 0 0 .8em;
  word-spacing: .1em; }

#donate_form input:hover, #donate_form input:focus, #contactform input:hover, #contactform input:focus {
  background: #f3f3f3; }

.error_message {
  font-weight: 400;
  font-size: 1.5em;
  color: #F00;
  padding: 0 0 1em; }

#donate_form input, #contactform input, #contactform input, #contactform textarea, #mc-embedded-subscribe-form input[type=email], #mc-embedded-subscribe-form input[type=text], #mc-embedded-subscribe-form select {
  font-family: "proxima-nova", sans-serif;
  border: 1px solid #ddd;
  width: 100%;
  font-size: 1.2em;
  color: #666;
  padding: 10px 12px;
  background-color: #fff;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }

#mc-embedded-subscribe-form select {
  background-image: url(/images/interface/arrow-down.png);
  background-position-y: center;
  background-position-x: right;
  background-repeat: no-repeat; }

#donate_form input[type=text], #donate_form input[type=email], #mc-embedded-subscribe-form[type=text], #mc-embedded-subscribe-form[type=email], #mc-embedded-subscribe-form[type=select] {
  -webkit-appearance: none; }

#donate_form input.formbtn, #contactform input.formbtn, #mc-embedded-subscribe-form input.formbtn {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 36px;
  width: auto;
  color: #fff;
  background: #00bbff;
  height: 36px;
  padding: 0 1.2em;
  border: 1px solid #00bbff;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }

#donate_form input.formbtn:hover, #contactform input.formbtn:hover, #mc-embedded-subscribe-form input.formbtn:hover {
  color: #fff;
  background: #008cbf; }

.donate-thankyou {
  width: 100%;
  float: left; }
  @media only screen and (min-width: 640px) {
    .donate-thankyou {
      width: 50%; } }
#mc-embedded-subscribe-form label {
  display: block;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  padding: 0 0 .3em 0;
  color: #008cbf;
  text-align: left; }

@media only screen and (min-width: 640px) {
  #donate_form .one_third, #contactform .one_third {
    float: left;
    width: 31%;
    margin: 0 2% 1em 0; }
    #donate_form .one_third #expiration_month, #contactform .one_third #expiration_month {
      width: 49%;
      float: left;
      margin: 0 2% 0 0; }
    #donate_form .one_third #expiration_year, #contactform .one_third #expiration_year {
      width: 49%; }
  #donate_form .two_thirds, #contactform .two_thirds {
    float: left;
    width: 64%; }
  #donate_form select, #contactform select {
    width: 100%; }
  #donate_form input, #contactform input, #contactform input, #contactform textarea, #mc-embedded-subscribe-form input {
    width: 100%; }
  #contactform .one_half {
    float: left;
    width: 49%;
    margin: 0 2% 1em 0; }
  #contactform .one_half.last {
    margin: 0 0 1em 0; } }

/*
 * Responce From Authorize.net
 */
#message_ajax {
  margin: 10px 0 0;
  font-family: 'Merriweather', serif;
  font-size: 1.4em; }
  #message_ajax h3 {
    padding: 0 !important; }

/* ==========================================================================
   Letter Tempalte
   ========================================================================== */
.reflectionsHeader {
  position: relative;
  display: block;
  background-color: #dfdfdf;
  margin-bottom: 2rem; }

.reflectionsTitle {
  position: relative;
  height: 100px;
  width: 100%;
  float: none; }
  @media only screen and (min-width: 40.063em) {
    .reflectionsTitle {
      height: 250px;
      width: 60%;
      float: left; } }
  .reflectionsTitle .reflectionsTitleImage {
    position: relative;
    width: 80%;
    margin-left: 10%;
    height: 100px;
    text-align: center; }
    @media only screen and (min-width: 40.063em) {
      .reflectionsTitle .reflectionsTitleImage {
        height: 250px; } }
    .reflectionsTitle .reflectionsTitleImage img {
      width: 100%;
      height: auto; }

.reflectionsPhoto {
  height: 250px;
  width: 100%;
  float: none;
  background-position: center center;
  background-size: cover; }
  @media only screen and (min-width: 40.063em) {
    .reflectionsPhoto {
      height: 250px;
      width: 40%;
      float: right; } }
p.date {
  color: #999999;
  margin-bottom: 2rem; }

.vertical-center {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  height: auto;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10; }

.letter h4 {
  color: #7a8262; }

.signature {
  margin: 1.5rem 0 1rem;
  width: 300px; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* --------- Timeless Insights ---------- */
.timeless-header {
  display: block;
  position: relative;
  width: 100%; }
  .timeless-header img {
    display: block;
    width: 100%;
    height: auto; }

.timeless-intro {
  display: block;
  position: relative;
  background-color: #f2f2f2;
  padding: 4rem 0; }
  @media screen and (min-width: 1024px) {
    .timeless-intro {
      padding: 6rem 0; } }
  .timeless-intro .timeless-intro-content {
    padding: 0; }
    @media screen and (min-width: 640px) {
      .timeless-intro .timeless-intro-content {
        padding: 0 8em; } }
    @media screen and (min-width: 1025px) {
      .timeless-intro .timeless-intro-content {
        padding: 0 24em; } }
    .timeless-intro .timeless-intro-content p {
      font-size: 1.5em;
      line-height: 1.8em;
      padding-top: 1rem; }
    .timeless-intro .timeless-intro-content p, .timeless-intro .timeless-intro-content h2 {
      text-align: center; }
  .timeless-intro .israel-texture {
    display: none;
    position: absolute;
    bottom: -12rem;
    right: 50%;
    max-width: 4rem; }
    @media screen and (min-width: 640px) {
      .timeless-intro .israel-texture {
        display: block; } }
    .timeless-intro .israel-texture img {
      width: 100%;
      height: auto; }

.timeless-speakers-container {
  padding: 0; }
  @media screen and (min-width: 640px) {
    .timeless-speakers-container {
      padding: 5rem 15em 0; } }
  @media screen and (min-width: 1024px) {
    .timeless-speakers-container {
      padding: 5rem 10em 0; } }
  .timeless-speakers-container h2 {
    margin: 4rem 0;
    font-size: 3.2em; }
  .timeless-speakers-container .timeless-speaker {
    margin-bottom: 6rem; }
  .timeless-speakers-container img {
    width: 100%;
    height: auto;
    margin: 0 0 1rem; }
    @media screen and (min-width: 640px) {
      .timeless-speakers-container img {
        margin: 0; } }
/* --------- Landing Page ---------- */
.timeless-speaker {
  width: 100%;
  padding: 0;
  float: none; }
  @media screen and (min-width: 1024px) {
    .timeless-speaker {
      width: 33.333%;
      padding: 0 1rem;
      float: left; } }
.timeless-speaker-image {
  display: block;
  position: relative;
  float: none;
  width: 100%;
  margin-bottom: 1rem; }
  .timeless-speaker-image img {
    width: 100%;
    height: auto;
    margin: 0 0 1rem; }
    @media screen and (min-width: 640px) {
      .timeless-speaker-image img {
        margin: 0; } }
.timeless-speaker-content {
  display: block;
  position: relative;
  width: 100%; }
  .timeless-speaker-content h3 {
    font-size: 2.6em;
    color: #000;
    margin-bottom: .8rem; }
  .timeless-speaker-content p {
    font-size: 1.4em; }

/* --------- Speaker Page ---------- */
.timeless-speaker-links-container {
  padding: 6rem 0; }
  @media screen and (min-width: 640px) {
    .timeless-speaker-links-container {
      padding: 6rem; } }
  .timeless-speaker-links-container h2 {
    margin-bottom: 4rem; }
  .timeless-speaker-links-container .timeless-speaker {
    margin-bottom: 6rem; }
  .timeless-speaker-links-container img {
    width: 100%;
    height: auto;
    margin: 0 0 1rem; }
    @media screen and (min-width: 640px) {
      .timeless-speaker-links-container img {
        margin: 0; } }
.timeless-speaker-links {
  display: block;
  position: relative;
  width: 100%;
  float: none; }
  @media screen and (min-width: 640px) {
    .timeless-speaker-links {
      width: 45%;
      float: right; } }
ul.timeless-links {
  margin: 0 0 2rem 0;
  padding: 0;
  list-style: none;
  font-size: 1.5em;
  border-top: 1px solid #d0d0d0; }
  ul.timeless-links li a {
    display: block;
    padding: 1rem 3rem 1rem 0;
    border-bottom: 1px solid #d0d0d0;
    background-image: url(../images/interface/timeless-arrow.gif);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1.5rem 1.5rem;
    line-height: 1.6em; }

.timeless-speaker-full-bio {
  display: block;
  position: relative;
  width: 100%;
  float: none; }
  @media screen and (min-width: 640px) {
    .timeless-speaker-full-bio {
      width: 45%;
      float: left; } }
  .timeless-speaker-full-bio p {
    font-size: 1.4em; }

.timeless-title {
  margin-bottom: 2rem; }

.timeless-speaker-intro {
  display: block;
  position: relative;
  background-color: #f2f2f2;
  padding: 6rem 0; }
  .timeless-speaker-intro img {
    width: 100%;
    height: auto;
    margin: 0 0 1rem; }
    @media screen and (min-width: 640px) {
      .timeless-speaker-intro img {
        margin: 0; } }
.timeless-speaker-bio {
  display: block;
  position: relative;
  float: none;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .timeless-speaker-bio {
      width: 70%;
      margin: 0 auto; } }
  .timeless-speaker-bio h1 {
    line-height: 1.2em; }
  .timeless-speaker-bio h2 {
    font-size: 2.6em;
    margin-bottom: .8rem; }
  .timeless-speaker-bio p {
    font-size: 1.5em;
    line-height: 1.8em;
    margin-bottom: 1.4rem; }

.timeless-buttons-container {
  float: none;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .timeless-buttons-container {
      float: right;
      width: 40%; } }
.timeless-buttons {
  display: block;
  position: relative;
  float: left;
  width: 33.333%; }

.lessonButtons {
  padding-bottom: 2rem; }
  .lessonButtons span {
    display: block;
    position: relative;
    height: 30px;
    line-height: 30px;
    padding-left: 40px;
    margin-bottom: 1.6em; }
  .lessonButtons span.video:before {
    position: absolute;
    left: 0;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/interface/icon-video.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .lessonButtons span.audio:before {
    position: absolute;
    left: 0;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/interface/icon-audio.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .lessonButtons span.download:before {
    position: absolute;
    left: 0;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/interface/icon-download.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .lessonButtons .button {
    display: block;
    width: 80%;
    text-align: center; }

.timeless-related-container {
  padding: 6rem 0; }
  @media screen and (min-width: 640px) {
    .timeless-related-container {
      width: 60%;
      margin: 0 auto; } }
  .timeless-related-container h2 {
    margin-bottom: 4rem; }

.related-speaker {
  margin-bottom: 3rem; }

.timeless-related-image {
  width: 100%;
  float: none; }
  @media screen and (min-width: 640px) {
    .timeless-related-image {
      width: 25%;
      float: left; } }
  .timeless-related-image img {
    width: 100%;
    height: auto; }

.timeless-related-content {
  width: 100%;
  float: none; }
  @media screen and (min-width: 640px) {
    .timeless-related-content {
      width: 75%;
      float: right;
      padding-left: 2rem; } }
/* Light YouTube Embed */
lite-youtube::before {
  display: none !important; }

.youtube-embed {
  width: 100%;
  float: none; }
  @media screen and (min-width: 640px) {
    .youtube-embed {
      width: 50% !important;
      height: auto; } }
/* ==========================================================================
   Modal MailChimp Signup Form
   ========================================================================== */
.lightcase-inlineWrap {
  padding: 0 !important;
  background-color: #fff !important; }

.lightcase-contentInner {
  background-color: #fff !important;
  padding: 0px !important; }

#lightcase-nav {
  display: none !important; }

#mailchimp-popup {
  /* Customize the label (the container) */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }
  #mailchimp-popup #mc_embed_signup_scroll {
    display: block;
    position: relative; }
  #mailchimp-popup .mailchimp-popup-image img {
    position: relative; }
  #mailchimp-popup .mailchimp-popup-image a.popup-close {
    position: absolute;
    z-index: 10;
    top: 1rem;
    right: 1rem;
    color: #fff;
    font-weight: 700;
    width: 1.5rem; }
  #mailchimp-popup .mailchimp-popup-content {
    padding: 0 1rem 1rem; }
    @media screen and (min-width: 640px) {
      #mailchimp-popup .mailchimp-popup-content {
        padding: 0 2rem 2rem; } }
  #mailchimp-popup h3 {
    color: #00bbff !important;
    font-size: 1.3em;
    text-align: center;
    font-weight: 600; }
    @media screen and (min-width: 640px) {
      #mailchimp-popup h3 {
        font-size: 2.0em; } }
  #mailchimp-popup p {
    color: #666 !important;
    font-size: .7rem;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal; }
    @media screen and (min-width: 640px) {
      #mailchimp-popup p {
        font-size: 1.1rem; } }
  #mailchimp-popup img {
    width: 100%;
    height: auto; }
  #mailchimp-popup input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc !important;
    opacity: 1;
    /* Firefox */ }
  #mailchimp-popup .mc-field-group input[type=text], #mailchimp-popup .mc-field-group input[type=email] {
    outline: 1px solid #ddd !important;
    outline-offset: inherit;
    padding: .25rem .5rem;
    height: 40px; }
  #mailchimp-popup .mc-field-group input[type=text]:focus, #mailchimp-popup .mc-field-group input[type=email]:focus {
    outline: 1px solid #00bbff !important; }
  #mailchimp-popup .mc-field-group.name {
    width: 49%;
    float: left;
    margin-bottom: .5rem; }
  #mailchimp-popup .mc-field-group.email {
    margin-bottom: .5rem; }
  #mailchimp-popup .pastor-button-group {
    display: flex; }
  #mailchimp-popup .mc-field-group.pastor {
    display: flex;
    align-items: center;
    width: 55%;
    height: 40px;
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 640px) {
      #mailchimp-popup .mc-field-group.pastor {
        width: 70%; } }
    #mailchimp-popup .mc-field-group.pastor p {
      width: calc( 100% - 40px);
      font-size: .8rem;
      text-align: left;
      padding: 0 .5rem;
      margin: 0; }
      @media screen and (min-width: 640px) {
        #mailchimp-popup .mc-field-group.pastor p {
          font-size: 1rem; } }
    #mailchimp-popup .mc-field-group.pastor label {
      padding: 0; }
  #mailchimp-popup .click {
    display: block;
    width: 45%;
    height: 40px; }
    @media screen and (min-width: 640px) {
      #mailchimp-popup .click {
        width: 30%; } }
    #mailchimp-popup .click input {
      outline: 1px solid #00bbff;
      height: 40px;
      margin: 0;
      width: 100%; }
  #mailchimp-popup .checkmark-container {
    display: block;
    position: relative;
    cursor: pointer;
    height: 40px;
    width: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #mailchimp-popup .checkmark-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  #mailchimp-popup .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    outline: 1px solid #ddd; }
  #mailchimp-popup .checkmark-container:hover input ~ .checkmark {
    background-color: #ccc;
    outline: 1px solid #ccc; }
  #mailchimp-popup .checkmark-container input:checked ~ .checkmark {
    background-color: #00bbff;
    outline: 1px solid #00bbff; }
  #mailchimp-popup .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  #mailchimp-popup .checkmark-container input:checked ~ .checkmark:after {
    display: block; }
  #mailchimp-popup .checkmark-container .checkmark:after {
    left: 15px;
    top: 8px;
    width: 10px;
    height: 20px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
