/********************
** Font Face
********************/
@font-face {
  font-family: 'Genericons';
  src: url("../fonts/genericons/genericons-regular-webfont.eot");
  src: url("../fonts/genericons/genericons-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/genericons/genericons-regular-webfont.ttf") format("truetype"), url("../fonts/genericons/genericons-regular-webfont.svg#genericonsregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/********************
** Breakpoints
********************/
/********************
** Media Queries
********************/
/********************
** Fonts
********************/
/********************
** Colors
********************/
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    transform: translateY(-12px); }
  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    transform: translateY(-12px); }
  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); } }
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    transform: translateY(-12px); }
  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    transform: translateY(-12px); }
  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); } }
@-webkit-keyframes bounceSide {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  40% {
    -webkit-transform: translateX(12px);
    -moz-transform: translateX(12px);
    -ms-transform: translateX(12px);
    -o-transform: translateX(12px);
    transform: translateX(12px); }
  60% {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px); } }
@-moz-keyframes bounceSide {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  40% {
    -webkit-transform: translateX(12px);
    -moz-transform: translateX(12px);
    -ms-transform: translateX(12px);
    -o-transform: translateX(12px);
    transform: translateX(12px); }
  60% {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px); } }
@-o-keyframes bounceSide {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  40% {
    -webkit-transform: translateX(12px);
    -moz-transform: translateX(12px);
    -ms-transform: translateX(12px);
    -o-transform: translateX(12px);
    transform: translateX(12px); }
  60% {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px); } }
@keyframes bounceSide {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  40% {
    -webkit-transform: translateX(12px);
    -moz-transform: translateX(12px);
    -ms-transform: translateX(12px);
    -o-transform: translateX(12px);
    transform: translateX(12px); }
  60% {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px); } }
@-webkit-keyframes bounceDown {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    -ms-transform: translateY(12px);
    -o-transform: translateY(12px);
    transform: translateY(12px); }
  60% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); } }
@-moz-keyframes bounceDown {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    -ms-transform: translateY(12px);
    -o-transform: translateY(12px);
    transform: translateY(12px); }
  60% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); } }
@-o-keyframes bounceDown {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    -ms-transform: translateY(12px);
    -o-transform: translateY(12px);
    transform: translateY(12px); }
  60% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); } }
@keyframes bounceDown {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    -ms-transform: translateY(12px);
    -o-transform: translateY(12px);
    transform: translateY(12px); }
  60% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); } }
/********************
** Partials
********************/
html {
  /*background: #514844;*/
  /*background: #442625; */
  background: #c0eaf1;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}

body {
  height: 100%;
  line-height: 1.25empx;
  line-height: 0.07813emrem;
  font-family: "bookmania", Times New Roman, Times, serif;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  min-width: 320px;
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  /*background: #514844; */
  /*background: #442625; */
  background: #c0eaf1;
}

p {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem; }
  @media only screen and (min-width: 768px) {
    p {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 28px;
      line-height: 1.75rem; } }
  @media only screen and (min-width: 992px) {
    p {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 36px;
      line-height: 2.25rem; } }

p + p {
  margin: 20px 0 0; }
  @media only screen and (min-width: 992px) {
    p + p {
      margin: 37px 0 0; } }

h1, .h1 {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-weight: 700;
  margin: 0 0 20px; }
  @media only screen and (min-width: 768px) {
    h1, .h1 {
      font-size: 40px;
      font-size: 2.5rem; } }
  @media only screen and (min-width: 992px) {
    h1, .h1 {
      font-size: 48px;
      font-size: 3rem; } }

h2, .h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 900;
  margin: 0 0 20px; }
  @media only screen and (min-width: 768px) {
    h2, .h2 {
      font-size: 32px;
      font-size: 2rem;
      line-height: 36px;
      line-height: 2.25rem; } }
  @media only screen and (min-width: 992px) {
    h2, .h2 {
      font-size: 40px;
      font-size: 2.5rem; } }

h3, .h3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #a73917;
  font-weight: 900; }
  @media only screen and (min-width: 768px) {
    h3, .h3 {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 28px;
      line-height: 1.75rem; } }
  @media only screen and (min-width: 992px) {
    h3, .h3 {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 36px;
      line-height: 2.25rem; } }

.yellow {
  color: #edb903; }
  .yellow a {
    color: #edb903; }

.gray {
  color: #6D6D6D;
}

.espresso,
.espresso a,
.byline.espresso a{
  color: #442625 !important;
}

.dark-green,
.dark-green a,
.byline.dark-green a{
  color: #1a2900 !important;
}

.accent-green,
.accent-green a,
.byline.accent-green a{
  color: #6c6d29 !important;
}


.accent-gold,
.accent-gold a,
.byline.accent-gold a{
  color: #0d81ba !important;
}

.upper{
  text-transform: uppercase;
}
.container {
  min-width: 320px;
  /*@include bp(giant-bear){
    width: 1330px;
  }*/ }

#main {
  position: relative;
  z-index: 10;
  /*overflow: hidden;
  z-index: 10;*/ }
  #main .container-inner {
    overflow: hidden;
    background: #fff;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px; }
    @media only screen and (min-width: 1360px) {
      #main .container-inner {
        margin-left: -65px;
        margin-right: -65px;
        padding-left: 65px;
        padding-right: 65px; } }

.mtop-10 {
  margin-top: 10px; }

.mbottom-5 {
  margin-bottom: 5px; }

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  height: 58px; }
  @media only screen and (min-width: 768px) {
    #header {
      height: 58px; } }
  #header .col-xs-12 {
    min-height: 58px; }
  #header .logo {
    margin: 21px 0 0;
    width: 36px;
    height: 18px;
    background: url(../images/logo.png) no-repeat 0 0;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    float: left; }
  #header .section {
    margin: 20px -25px 0 0;
    padding: 0 0 0 15px;
    overflow: hidden;
    float: left;
    list-style: none; }
    @media only screen and (min-width: 768px) {
      #header .section {
        margin-left: 0px;
        margin-right: 0;
        padding-left: 0; } }
    @media only screen and (min-width: 992px) {
      #header .section {
        margin-left: 0px;
        padding-left: 0; } }
    @media only screen and (min-width: 1200px) {
      #header .section {
        margin-left: 0px;
        padding-left: 0; } }
    #header .section li {
      float: left;
      margin: 0 0 0 -1px;
      position: relative;
      padding: 0 10px;
      font-family: "myriad-pro", Helvetica, Arial, sans-serif;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 20px;
      line-height: 1.25rem; }
      #header .section li:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -7px;
        height: 14px;
        background: #666;
        width: 1px; }
      #header .section li a {
        color: #fff;
        text-decoration: none;
        outline: none; }
        #header .section li a:hover span {
          color: #ddad04; }
        #header .section li a.active:hover span {
          color: #fff; }
        #header .section li a.active em, #header .section li a.active strong {
          display: inline; }
        #header .section li a.active span {
          font-weight: normal;
          color: #fff; }
      #header .section li em, #header .section li strong {
        display: none;
        font-style: normal;
        font-weight: normal; }
      #header .section li span {
        display: inline;
        color: #666;
        font-weight: bold; }
      #header .section li em {
        color: #ffc600; }

  #header .nav-link{
    color: #FFF;
    line-height: 58px;
    font-weight: bold;
    /*font-size: .9em;*/
    font-size: .6em;
    display: none;
    font-family: myriad-pro, Helvetica, Arial, sans-serif;
  }
  #header .nav-fill{
    display: block;
    /*display: none;*/
  }
  #header .nav-link a{
    color: #FFF;
    text-decoration: none;
    margin-left: 10px;
  }
  #header .nav-link a span.article-link{
    color: #0d81ba;
  }
  #header .nav-link.right-link{
    text-align: right;
  }
  @media (min-width: 300px) {
    #header .nav-link{
      display: block;
      font-size: .45em;
    }
    #header .nav-fill{
      display: none;
    }
    #header .nav-link a{
      /*margin-left: 0;*/
    }
    #header .social li a{
      zoom: .6;
      -moz-transform:scale(0.6);
      -moz-transform-origin: 0 0;
    }
  }
  @media (min-width: 351px) {
    #header .nav-fill{
      display: none;
    }
    #header .social li a{
      zoom: .7;
      -moz-transform:scale(0.7);
      -moz-transform-origin: 0 0;
    }
  }
  @media (min-width: 360px) {
    #header .nav-link{
      font-size: .5em;
    }
  }
  @media (min-width: 380px) {
    #header .social li a{
      zoom: .8;
      -moz-transform:scale(0.8);
      -moz-transform-origin: 0 0;
    }
  }
  @media (min-width: 390px) {
    #header .nav-link{
      font-size: .55em;
    }
  }
  @media (min-width: 400px) {
    #header .nav-link a{
      margin-left: 8px;
    }
    #header .social li a{
      zoom: .9;
      -moz-transform:scale(0.9);
      -moz-transform-origin: 0 0;
    }
  }
  @media (min-width: 420px) {
    #header .nav-link{
      font-size: .6em;
    }
    #header .social li a{
      zoom: 1;
      -moz-transform:scale(1);
      -moz-transform-origin: 0 0;
    }
  }
  @media (min-width: 470px) {
    #header .nav-link{
      font-size: .7em;
    }
  }
  @media (min-width: 615px) {
    #header .nav-link{
      display: block;
      font-size: .9em;
    }
    #header .nav-fill{
      display: none;
    }
  }

  .dropdown{
    position: relative;
    display: inline-block;
  }
  .dropdown .drop-btn{
    cursor: default;
  }
  .dropdown .drop-content{
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  }
  .dropdown:hover .drop-content{
    display: block;
  }
  .dropdown .drop-content a,
  .dropdown .drop-content div{
    padding: 0 8px;
  }
  .dropdown .drop-content a{
    display: block;
    color: #0d81ba;
    text-decoration: none;
  }
  .dropdown .drop-content a:hover{
    background-color: rgba(0, 0, 0, 0.2);
  }

  #header .social {
    float: right;
    margin: 23px -11px 0 0;
    padding: 0;
    overflow: hidden;
    list-style: none; }
    #header .social li {
      margin: 0 0 0 -1px;
      float: left;
      padding: 0 5px;
      position: relative; }
      @media only screen and (min-width: 768px) {
        #header .social li {
          padding: 0 11px; } }
      #header .social li:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -7px;
        width: 1px;
        background: #444343;
        height: 14px; }
      #header .social li a {
        display: block;
        width: 18px;
        height: 18px;
        text-indent: -9999px;
        background: url(../images/sprite-icons.png) no-repeat; }
        #header .social li a.facebook {
          background-position: -16px -16px; }
          #header .social li a.facebook:hover {
            background-position: -16px -66px; }
        #header .social li a.twitter {
          background-position: -66px -16px; }
          #header .social li a.twitter:hover {
            background-position: -66px -66px; }
        #header .social li a.discus {
          position: relative;
          background-position: -116px -16px;
          margin-right: 0px; }
          #header .social li a.discus span {
            position: absolute;
            display: block;
            font-size: 12px;
            font-size: 0.75rem;
            line-height: 18px;
            line-height: 1.125rem;
            padding-left: 7px;
            font-weight: 900;
            left: 100%;
            top: 0;
            color: #fff;
            text-indent: 0px; }
          #header .social li a.discus:hover {
            background-position: -116px -66px; }
            #header .social li a.discus:hover span {
              color: #ddad04; }
  #header .next-btn {
    float: right; }
    #header .next-btn a {
      position: relative;
      font-family: "myriad-pro", Helvetica, Arial, sans-serif;
      text-decoration: none;
      float: right;
      height: 58px;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 58px;
      line-height: 3.625rem;
      background: rgba(255, 255, 255, 0.15);
      color: #ddad04;
      padding: 0 30px 0 10px; }
      @media only screen and (min-width: 768px) {
        #header .next-btn a {
          margin-right: 10px;
          margin-left: -10px;
          padding: 0 50px 0 20px; } }
      @media only screen and (min-width: 992px) {
        #header .next-btn a {
          padding: 0 60px 0 30px;
          margin-right: 20px; } }
      #header .next-btn a span {
        color: #fff;
        font-weight: bold;
        text-transform: uppercase; }
      #header .next-btn a:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 27px;
        margin-top: -8px;
        height: 16px;
        width: 16px;
        right: 6px;
        background: url(../images/sprite-icons.png) no-repeat -167px -17px; }
        @media only screen and (min-width: 768px) {
          #header .next-btn a:after {
            right: 22px; } }
        @media only screen and (min-width: 992px) {
          #header .next-btn a:after {
            right: 27px; } }
      #header .next-btn a:hover {
        background: rgba(255, 255, 255, 0.2); }

#page {
  height: 100%; }

#hero {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease; }
  #hero.down-scroll {
    opacity: 0; }
  #hero video {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    display: block;
    background-color: transparent;
    display: none;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
  #hero img {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    display: block;
    background-color: transparent;
    /*display: none;*/
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
  #hero .hero-inner {
    position: fixed;
    width: 100%;
    height: 100%; }
  #hero .text {
    position: absolute;
    width: 100%;
    height: calc(100% - 116px);
    left: 0;
    top: 116px;
    z-index: 10; }
    @media only screen and (min-width: 768px) {
      #hero .text {
        height: calc(100% - 58px);
        top: 58px; } }
    #hero .text .inner-text {
      position: relative;
      top: 55%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
    }
    #hero .text .inner-text.larger-headline {
      top: 45%;
    }
    #hero .text .bottom-text {
      position: absolute;
      left: 0;
      bottom: 20px;
      width: 100%; }
    #hero .text .links {
      margin: 0 0 10px -8px;
      position: relative;
      z-index: 10;
      padding: 0;
      overflow: hidden;
      list-style: none;
      width: 100%; }
      @media only screen and (min-width: 768px) {
        #hero .text .links {
          margin-bottom: 20px; } }
      @media only screen and (min-width: 992px) {
        #hero .text .links {
          margin-bottom: 30px; } }
      #hero .text .links li {
        float: left;
        text-transform: uppercase;
        margin: 0 0 0 -1px;
        position: relative;
        padding: 0 10px;
        font-family: "myriad-pro", Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 20px;
        line-height: 1.25rem; }
        #hero .text .links li:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 50%;
          margin-top: -7px;
          height: 14px;
          background: #666666;
          width: 1px; }
        #hero .text .links li a {
          color: #fff;
          text-decoration: none; }
          #hero .text .links li a:hover span,
          #hero .text .links li a:hover strong {
            color: #ddad04;
          }
        #hero .text .links li strong {
          display: none;
          font-style: normal;
          color: #666666;
          font-weight: normal; }
        #hero .text .links li span {
          display: inline;
          color: #666666;
          font-weight: bold; }
        #hero .text .links li em {
          color: #ffc600; }
        #hero .text .links li.active a:hover span {
          /*color: #fff; */
        }
        #hero .text .links li.active strong {
          display: inline; }
        #hero .text .links li.active span {
          font-weight: normal;
          /*color: #fff; */
        }
    #hero .text h1 {
      font-size: 27px;
      font-size: 1.8rem;
      line-height: 27px;
      line-height: 1.8rem;
      /*color: #fff;*/
      /*color: #442625;*/
      /*color: #6c6d29;*/
      /*color: #1a2900;*/
      color:  #232f3c;
      font-weight: 900;
      /*word-spacing: 9999px;*/
      position: relative;
    }
      #hero .text h1:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100%;
        /*height: 5px;*/
        height: 3px;
        /*background: #e9a338; */
        /*background: #1a2900;*/
        /*background: #6c6d29;*/
        background: #0d81ba;
      }
        @media only screen and (min-width: 1200px) {
          #hero .text h1:after {
            /*bottom: 8px; */
            bottom: -15px;
          } }




      @media only screen and (min-width: 768px) {
        #hero .text h1,
        #hero .text h1.director  {
          font-size: 37px;
          font-size: 2.3125rem;
          line-height: 37px;
          line-height: 2.3125rem;
        }
        #hero .text h1.glacier  {
          font-size: 3rem;
          line-height: 3.1rem;
        }
        #hero .text h1.quiz  {
          font-size: 2.8rem;
          line-height: 2.9rem;
        }
        #hero .text h1.pcc{
            font-size: 2.9rem;
            line-height: 3.1rem;
        }
        #hero .text p.pcc{
            font-size: 1.15rem;
        }
      }
      @media only screen and (min-width: 992px) {
        #hero .text h1 {
          font-size: 110px;
          /*font-size: 6.875rem;*/
          font-size: 3rem;
          line-height: 110px;
          /*line-height: 6.875rem; */
          line-height: 3rem;
        }

      }
      @media only screen and (min-width: 1200px) {
        #hero .text h1{
          font-size: 125px;
          /*font-size: 7.8125rem;*/
          font-size: 5rem;
          line-height: 125px;
          /*line-height: 7.8125rem; */
          line-height: 5rem;
        }

      }


    #hero .text p {
      margin: 5px 0 0;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 24px;
      line-height: 1.5rem;
      /*color: #fff;*/
      /*color: #442625; */
      /*color: #6c6d29;*/
      /*color: #1a2900;*/
      color:  #232f3c;
    }
      @media only screen and (min-width: 992px) {
        #hero .text p {
          margin: 25px 0 0;
          font-size: 26px;
          font-size: 1.625rem;
          line-height: 36px;
          line-height: 2.25rem; } }
      @media only screen and (min-width: 1200px) {
        #hero .text p {
          font-size: 28px;
          font-size: 1.75rem;
          line-height: 36px;
          line-height: 2.25rem; } }
    #hero .text .scroll-more {
      font-family: "myriad-pro", Helvetica, Arial, sans-serif;
      font-size: 16px;
      font-size: 1rem;
      line-height: 36px;
      line-height: 2.25rem;
      text-decoration: none;
      /*color: #ffc600;*/
      /*color: #6c6d29;*/
      color: #0d81ba;
      position: relative;
      display: inline-block;
      padding-left: 50px; }
      #hero .text .scroll-more:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -17px;
        width: 34px;
        height: 34px;
        background: url(../images/sprite-icons.png) no-repeat -158px -58px; }
  #hero .video-container .image img {
    width: auto;
    height: 100%;
  }
    @media only screen and (min-width: 768px) {
      #hero .video-container .image img {
        width: 100%;
        height: auto;
      }
    }

#main .section > .container:last-child .container-inner {
  padding-bottom: 80px;
  border-bottom: 10px solid #0d81ba; }
#main .section + .section {
  margin-top: 60px; }
#main .intro {
  margin-top: 127px;
  position: relative;
  padding-top: 62px; }
  #main .intro:before {
    content: "";
    display: block;
    width: 31px;
    height: 3px;
    top: 0;
    position: absolute;
    left: 15px;
    background: #0d81ba; }
  #main .intro p {
    color: #232f3c;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem; }
    @media only screen and (min-width: 992px) {
      #main .intro p {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 44px;
        line-height: 2.75rem; } }
    @media only screen and (min-width: 1200px) {
      #main .intro p {
        font-size: 25px;
        font-size: 1.5625rem; } }
    #main .intro p strong {
      font-size: 40px;
      font-size: 2.5rem;
      font-weight: 900;
      line-height: 2.5rem;
    }
      @media only screen and (min-width: 992px) {
        #main .intro p strong {
          font-size: 40px;
          font-size: 2.5rem; } }
      @media only screen and (min-width: 1200px) {
        #main .intro p strong {
          font-size: 40px;
          font-size: 2.5rem; } }
#main .byline {
  font-family: "myriad-pro", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-size: 1.25rem; }
  #main .byline a {
    color: #edb903; }
#main .published-date {
  font-size: 16px;
  font-size: 1rem;
  font-family: "myriad-pro", Helvetica, Arial, sans-serif;
  color: #999; }
#main .intro-small {
  font-size: 18px;
  color: #AAA;
  float: left; }
#main .text-content {
  margin-top: 30px;
  padding-bottom: 30px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    #main .text-content {
      margin-top: 50px;
      padding-bottom: 50px;
    }
  }
#main .text-content.first .content > p:first-child::first-letter {
  color: #0d81ba;
  float: left;
  padding: 16px 8px 0 0;
  font-size: 42px;
  font-size: 2.625rem;
}
@media only screen and (min-width: 768px) {
  #main .text-content.first .content > p:first-child::first-letter {
    font-size: 52px;
    font-size: 3.25rem;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  #main .text-content.first .content > p:first-child::first-letter {
    padding-top: 28px;
    font-size: 68px;
    font-size: 4.25rem;
  }
}
#main .text-content.first .content.firstletter-gray > p:first-child::first-letter {
  color: #6D6D6D;
  float: left;
  padding: 16px 8px 0 0;
  font-size: 42px;
  font-size: 2.625rem;
}
  @media only screen and (min-width: 768px) {
    #main .text-content.first .content.firstletter-gray > p:first-child::first-letter {
      font-size: 52px;
      font-size: 3.25rem;
      padding-top: 20px;
    }
  }
  @media only screen and (min-width: 992px) {
    #main .text-content.first .content.firstletter-gray > p:first-child::first-letter {
      padding-top: 28px;
      font-size: 68px;
      font-size: 4.25rem;
    }
  }
#main .text-content.first .content.firstletter-black > p:first-child::first-letter {
  color: #000;
  float: left;
  padding: 16px 8px 0 0;
  font-size: 42px;
  font-size: 2.625rem;
}
  @media only screen and (min-width: 768px) {
    #main .text-content.first .content.firstletter-black > p:first-child::first-letter {
      font-size: 52px;
      font-size: 3.25rem;
      padding-top: 20px;
    }
  }
  @media only screen and (min-width: 992px) {
    #main .text-content.first .content.firstletter-black > p:first-child::first-letter {
      padding-top: 28px;
      font-size: 68px;
      font-size: 4.25rem;
    }
  }
#main .text-content.first .content.firstletter-upper > p:first-child::first-letter {
  color: #000000;
  float: left;
  padding: 16px 8px 0 0;
  font-size: 42px;
  font-size: 2.625rem;
}
@media only screen and (min-width: 768px) {
  #main .text-content.first .content.firstletter-upper > p:first-child::first-letter {
    font-size: 52px;
    font-size: 3.25rem;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  #main .text-content.first .content.firstletter-upper > p:first-child::first-letter {
    padding-top: 28px;
    font-size: 68px;
    font-size: 4.25rem;
  }
}
#main .text-content.first .content.no-firstletter > p:first-child::first-letter {
  color: #4a4949;
  float: none;
  padding: 0;
  font-size: 1em;
}


  #main .text-content.first:before {
    content: "";
    display: block;
    position: absolute;
    width: 31px;
    height: 1px;
    top: 0;
    left: 15px;
    background: #d7d7d7; }
  #main .text-content .content {
    padding-top: 47px;
    /*p{
    	color: #656464;
    	a{
    		text-decoration: none;
    		color: #ddad04;
    		&:hover{
    			font-style:italic;
    			font-weight: 600;
    			letter-spacing: -0.0155em;
    		}
    	}
    }*/ }
  #main .text-content .content-noletter {
    padding-top: 47px; }
  #main .text-content .sidenotes {
    position: relative;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      #main .text-content .sidenotes {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0; } }
    #main .text-content .sidenotes p {
      font-family: "myriad-pro", Helvetica, Arial, sans-serif;
      font-size: 16px;
      font-size: 1rem;
      line-height: 30px;
      line-height: 1.875rem;
      color: #999; }
      @media only screen and (min-width: 768px) {
        #main .text-content .sidenotes p {
          position: relative; } }
#main p {
  color: #000000; }
  #main p a {
    text-decoration: none;
    /*color: #e9a338; */
    color: #0d81ba;
  }
    #main p a:hover {
      text-decoration: underline; }
@media only screen and (min-width: 768px) {
  #main .col-offset-right-2 {
    float: right; } }
@media only screen and (min-width: 768px) {
  #main .col-offset-right-2 > p {
    margin-right: 20%; } }
#main .text-sidebar {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  background: #e6e6e6; }
  @media only screen and (min-width: 768px) {
    #main .text-sidebar {
      float: right;
      width: 300px;
      margin-left: 30px;
      padding: 20px;
      margin-bottom: 20px;
      margin-top: 50px; } }
  @media only screen and (min-width: 992px) {
    #main .text-sidebar {
      width: 370px;
      padding: 30px;
      margin-top: 60px; } }
  #main .text-sidebar h3 {
    margin: 0 0 20px;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  #main .text-sidebar .white {
    /* White title class for information headings and data */
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    color: #fff;
    font-weight: bold;
    margin: 10px 0px;
    font-size: 3rem; }
  #main .text-sidebar dl {
    margin-bottom: -30px; }
    #main .text-sidebar dl dt {
      font-weight: normal;
      position: relative;
      font-family: "myriad-pro", Helvetica, Arial, sans-serif;
      font-size: 16px;
      font-size: 1rem;
      line-height: 24px;
      line-height: 1.5rem;
      color: #666;
      padding-bottom: 30px; }
    #main .text-sidebar dl.list dt {
      padding-left: 10px; }
      #main .text-sidebar dl.list dt:before {
        font-family: 'Glyphicons Halflings';
        content: "\e250";
        display: block;
        left: 0;
        position: absolute;
        top: 6px;
        font-size: 10px;
        font-size: 0.625rem;
        line-height: 12px;
        line-height: 0.75rem;
        color: #666; }
    #main .text-sidebar dl.facts {
      counter-reset: numeric-counter; }
      #main .text-sidebar dl.facts dt {
        padding-left: 40px; }
        #main .text-sidebar dl.facts dt:before {
          position: absolute;
          left: 0;
          top: 8px;
          content: counter(numeric-counter);
          counter-increment: numeric-counter;
          font-size: 34px;
          font-size: 2.125rem;
          line-height: 30px;
          line-height: 1.875rem;
          color: #fff;
          font-family: "myriad-pro", Helvetica, Arial, sans-serif;
          font-weight: 700; }
          @media only screen and (min-width: 768px) {
            #main .text-sidebar dl.facts dt:before {
              font-size: 44px;
              font-size: 2.75rem;
              line-height: 30px;
              line-height: 1.875rem; } }
          @media only screen and (min-width: 992px) {
            #main .text-sidebar dl.facts dt:before {
              font-size: 54px;
              font-size: 3.375rem;
              line-height: 30px;
              line-height: 1.875rem; } }
  #main .text-sidebar .label {
    margin: 0;
    text-align: left;
    padding: 0 0 20px;
    display: block;
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 30px;
    line-height: 1.875rem;
    color: #fff;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-weight: 700; }
    @media only screen and (min-width: 768px) {
      #main .text-sidebar .label {
        font-size: 44px;
        font-size: 2.75rem;
        line-height: 30px;
        line-height: 1.875rem; } }
    @media only screen and (min-width: 992px) {
      #main .text-sidebar .label {
        font-size: 54px;
        font-size: 3.375rem;
        line-height: 30px;
        line-height: 1.875rem; } }
  #main .text-sidebar .credits {
    font-size: 14px;
    font-style: italic; }
#main .media-right {
  padding: 0;
  margin: 20px 0 20px 0;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    #main .media-right {
      margin-left: 30px;
      margin-right: -15px;
      float: right;
      margin-bottom: 40px;
      max-width: 300px;
      margin-right: -15px;
      padding-right: 15px;
    }
    #main .media-right.small {
      max-width: 200px;
    }
  }
  @media only screen and (min-width: 992px) {
    #main .media-right {
      max-width: 450px;
      margin-left: 50px;
      margin-bottom: 50px;
    }
    #main .media-right.small {
      max-width: 300px;
    }
  }
  @media only screen and (min-width: 1200px) {
    #main .media-right {
      max-width: 560px;
      margin-left: 60px;
      margin-bottom: 60px;
    }
    #main .media-right.small {
      max-width: 400px;
    }
  }
  @media only screen and (min-width: 1360px) {
    #main .media-right {
      margin-right: -65px;
      padding-right: 65px;
    }
  }
  #main .media-right .media img {
    width: 100%;
    margin-top: 3vh;}
  @media only screen and (min-width: 768px) {
    #main .media-right .media {
      margin-right: -15px;
    }
    #main .media-right .media img {
      margin-top: 0;
    }
  }
  @media only screen and (min-width: 1360px) {
    #main .media-right .media {
      margin-right: -65px; } }
  #main .media-right .caption {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: right; }
    #main .media-right .caption:before {
      left: auto;
      right: 0; }
    @media only screen and (min-width: 768px) {
      #main .media-right .caption {
        padding-top: 15px;
        padding-bottom: 15px; } }
    @media only screen and (min-width: 992px) {
      #main .media-right .caption {
        padding-top: 15px;
        padding-bottom: 15px; } }
    #main .media-right .caption h4 a {
      font-family: "bookmania", Times New Roman, Times, serif;
      color: #aaa;
      font-weight: 700; }
      #main .media-right .caption h4 a:hover {
        text-decoration: none; }
      #main .media-right .caption h4 a .glyphicon {
        font-size: 11px; }
#main blockquote {
  /*border-left: 10px solid #442625;*/
  border-left: 10px solid #0d81ba;
  padding: 10px 0 10px 15px;
  margin: 20px 0 20px;
  margin-left: -15px; }
  @media only screen and (min-width: 768px) {
    #main blockquote {
      padding-left: 35px; } }
  @media only screen and (min-width: 992px) {
    #main blockquote {
      padding-left: 45px; } }
  @media only screen and (min-width: 1200px) {
    #main blockquote {
      padding-left: 55px; } }
  @media only screen and (min-width: 1360px) {
    #main blockquote {
      margin-left: -65px; } }
  #main blockquote p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem;
    font-weight: 900;
    /*color: #442625; */
    /*color: #6c6d29; */
    color: #0d81ba;
  }
    @media only screen and (min-width: 768px) {
      #main blockquote p {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 40px;
        line-height: 2.5rem; } }
    @media only screen and (min-width: 992px) {
      #main blockquote p {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 48px;
        line-height: 3rem; } }
  #main blockquote p .person{
    float: right;
    font-size: 1.5rem;
    line-height: 1.875rem;
    color: #0d81ba;
    font-weight: 400;
  }
    @media only screen and (min-width: 768px){
      #main blockquote p .person{
        font-size: 1.875rem;
        line-height: 2.5rem;
      }
    }
    @media only screen and (min-width: 992px){
      #main blockquote p .person{
        font-size: 2.25rem;
        line-height: 3rem;
      }
    }
#main .full-video .video {
  position: relative;
  width: 100%;
  overflow: hidden; }
  #main .full-video .video video {
    display: block;
    left: 0;
    position: relative;
    top: 0;
    width: 100%; }
  #main .full-video .video.width img {
    display: block;
    width: 100%;
    height: auto; }
  #main .full-video .video.height img {
    display: block;
    width: auto;
    height: 100%; }
  #main .full-video .video .play {
    position: absolute;
    display: block;
    width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/btn-play.png) no-repeat;
    margin: -60px 0 0 -60px; }
#main .full-video .caption .row {
  padding-top: 15px;
  padding-bottom: 15px; }
#main .text-content .content .caption,
#main .caption {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px; }
  #main .text-content .content .caption:before,
  #main .caption:before {
    content: "";
    display: block;
    position: absolute;
    width: 31px;
    height: 1px;
    bottom: 0;
    left: 15px;
    background: #d7d7d7; }
    @media only screen and (min-width: 768px) {
      #main .text-content .content .caption:before,
      #main .caption:before {
        left: calc(16.66% + 15px); } }
  #main .text-content .content .caption.no-line,
  #main .caption.no-line {
    padding-bottom: 0px; }
    #main .text-content .content .caption.no-line:before,
    #main .caption.no-line:before {
      content: "";
      display: none; }
  #main .text-content .content .caption p,
  #main .caption p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
    line-height: 1.875rem;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    color: #999;
    font-style: italic; }
    #main .text-content .content .caption p a,
    #main .caption p a {
      color: #333;
      text-decoration: none; }
      #main .text-content .content .caption p a:hover,
      #main .caption p a:hover {
        font-weight: 700;
        letter-spacing: -0.034em; }
#main .full-media .images {
  margin-left: -15px;
  margin-right: -15px; }
  @media only screen and (min-width: 1360px) {
    #main .full-media .images {
      margin-left: -65px;
      margin-right: -65px; } }
  @media only screen and (min-width: 768px) {
    #main .full-media .images .image {
      float: left;
      width: 50%;
    }
    #main .full-media .images.three-image .image {
      width: 33.3%;
    }
  }
  #main .full-media .images .image img {
    width: 100%; }
#main .full-media .video-full {
  /*margin-left: -15px;*/
  /*margin-right: -15px;*/
  position: relative; }
  @media only screen and (min-width: 1360px) {
    #main .full-media .video-full {
      margin-left: -65px;
      margin-right: -65px; } }
  #main .full-media .video-full video {
    width: 100%; }
  #main .full-media .video-full .play {
    position: absolute;
    display: block;
    width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/btn-play.png) no-repeat;
    margin: -60px 0 0 -60px; }
#main .full-media .image img{
  width: 100%;
}

#main .text-content .content .media-content,
#main .media-content {
  padding: 30px 0;
}
  @media only screen and (min-width: 768px) {
    #main .text-content .content .media-content,
    #main .media-content {
      padding: 40px 0; } }
  @media only screen and (min-width: 992px) {
    #main .text-content .content .media-content,
    #main .media-content {
      padding: 50px 0; } }
  #main .text-content .content .media-content .media img,
  #main .media-content .media img {
    width: 100%;
    display: block; }
  #main .text-content .content .media-content .caption,
  #main .media-content .caption {
    padding: 10px 0 15px 0; }
    #main .text-content .content .media-content .caption:before,
    #main .media-content .caption:before {
      left: 0; }
  #main .text-content .content .media-content h3,
  #main .media-content h3 {
    margin-bottom: 5px; }
  #main .text-content .content .media-content h4,
  #main .media-content h4 {
    font-family: "bookmania", Times New Roman, Times, serif;
    color: #edb903;
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
  }

#main .media-content.slider-container{
  padding: 0 ;
  margin-bottom: 30px
}
#main .media-content.slider-container .media{
  height: 100%;
}

#main .media-content.slider-container iframe{
  width: 100%;
  height: 100%;
}

  @media only screen and (min-width: 768px) {
    #main .media-content.slider-container{
      /*width: 66.67vw;*/
      /*width:80%;*/
      /*height: 46.78vw;*/
      /*width: 60vw;*/
      height: 38.022vw;
      width: 470px;
      height: 298px;
      margin-bottom: 40px;
    }
    #main .media-content.slider-container.glacier2{
      height: 317.5px;
    }
    #main .media-content.slider-container.glacier3{
      height: 176px;
    }

    #main .media-content.slider-container iframe{
    }
  }

  @media only screen and (min-width: 992px) {
    #main .media-content.slider-container{
      width: 610px;
      height: 387px;
    }
    #main .media-content.slider-container.glacier2{
      height: 412px;
    }
    #main .media-content.slider-container.glacier3{
      height: 228px;
    }
  }

  @media only screen and (min-width: 1200px) {
    #main .media-content.slider-container{
      width: 730px;
      height: 463px;
    }
    #main .media-content.slider-container.glacier2{
      height: 493px;
    }
    #main .media-content.slider-container.glacier3{
      height: 274px;
    }
  }

#main .media-content.slider-container .caption{
  /*padding-right: 10%;*/
}
#main .media-content.slider-container .caption div{
  width: auto;
  margin-left: 8%;
  padding-right: 9%;
  margin-bottom: 30px;
}

#main .graph img {
  width: 100%; }
#main .section-head {
  position: relative;
  margin-left: -15px;
  margin-right: -15px; }
  @media only screen and (min-width: 1360px) {
    #main .section-head {
      margin-left: -65px;
      margin-right: -65px; } }
  #main .section-head .section-title {
    position: absolute;
    top: 0;
    left: 0;
    background: #333;
    padding-top: 20px;
    padding-bottom: 20px; }
    @media only screen and (min-width: 1360px) {
      #main .section-head .section-title {
        margin-left: -65px;
        padding-left: 65px;
        left: 65px; } }
    #main .section-head .section-title .label {
      font-family: "myriad-pro", Helvetica, Arial, sans-serif;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 30px;
      line-height: 1.875rem;
      text-transform: uppercase;
      color: #fff;
      font-weight: 400;
      margin: 0;
      padding: 0; }
    #main .section-head .section-title h2 {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 28px;
      line-height: 1.75rem;
      font-weight: 900;
      margin: 10px 0 0;
      color: #ffc600; }
      @media only screen and (min-width: 768px) {
        #main .section-head .section-title h2 {
          font-size: 32px;
          font-size: 2rem;
          line-height: 36px;
          line-height: 2.25rem; } }
      @media only screen and (min-width: 992px) {
        #main .section-head .section-title h2 {
          font-size: 36px;
          font-size: 2.25rem; } }
  #main .section-head .image img {
    width: 100%;
    display: block; }
#main footer {
  margin-top: 50px;
  padding-bottom: 20px;
  /*font-family: "Futura";*/
  font-family: "bookmania", Times New Roman, Times, serif;

}
  #main footer .fiction {
    padding-top: 50px;
    padding-bottom: 30px;
    position: relative; }
    #main footer .fiction:before {
      content: "";
      display: block;
      width: 31px;
      height: 3px;
      top: 0;
      position: absolute;
      left: 15px;
      background: #0d81ba; }
    #main footer .fiction a.modal-link {
      color: #ffc600;
      font-weight: 400;
      text-decoration: underline; }
  #main footer .footer-headline{
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 2.5vh;
  }
  #main footer .footer-col{
    color: #999;
  }
  #main footer .footer-col .footer-col-head{
    color: #000;
    text-transform: uppercase;
    font-size: 1.7rem;
    margin-bottom: 1.5vh;
    /*font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-family: "bookmania";*/
    font-family: "Futura";
  }
  #main footer .footer-col .footer-col-item{
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
  #main footer .footer-col a{
    color: #0d81ba;
  }
  #main footer .footer-col a:hover{
    color: #0d81ba;
  }
  #main footer h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 40px;
    line-height: 2.5rem;
    font-weight: 900;
    margin: 0;
    /*color: #ffc600; */
    color: #073436;
  }
    @media only screen and (min-width: 768px) {
      #main footer h2 {
        font-size: 50px;
        font-size: 3.125rem;
        line-height: 64px;
        line-height: 4rem; } }
    @media only screen and (min-width: 992px) {
      #main footer h2 {
        font-size: 60px;
        font-size: 3.75rem;
        line-height: 72px;
        line-height: 3.75rem; } }
  #main footer .label {
    padding: 0;
    margin: 0;
    color: #ccc;
    font-weight: 400;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem; }
  #main footer h4 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-weight: 700;
    margin: 0;
    color: #999;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  #main footer .item {
    margin: 0 0 20px; }
    #main footer .item a {
      color: #999; }
  #main footer .part {
    margin: 0 0 0 -10px;
    padding: 0;
    overflow: hidden;
    list-style: none; }
    @media only screen and (min-width: 768px) {
      #main footer .part {
        margin-left: -5px; } }
    @media only screen and (min-width: 992px) {
      #main footer .part {
        margin-left: -10px; } }
    #main footer .part li {
      float: left;
      margin: 0 0 0 -1px;
      padding: 0 11px;
      position: relative;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 36px;
      line-height: 2.25rem;
      font-family: "myriad-pro", Helvetica, Arial, sans-serif; }
      @media only screen and (min-width: 768px) {
        #main footer .part li {
          padding: 0 6px; } }
      @media only screen and (min-width: 992px) {
        #main footer .part li {
          padding: 0 11px; } }
      #main footer .part li:before {
        content: "";
        position: absolute;
        display: block;
        top: 50%;
        left: 0;
        height: 12px;
        width: 1px;
        background: #7d7d7d;
        margin-top: -6px; }
      #main footer .part li a {
        color: #333;
        text-decoration: none;
        font-weight: 700; }
        #main footer .part li a:hover {
          color: #ddad04; }
        #main footer .part li a.active {
          color: #999;
          font-weight: 400; }
  #main footer .logo-container {
    position: relative;
    padding: 40px 0 0; }
    @media only screen and (min-width: 768px) {
      #main footer .logo-container {
        float: right; } }
    #main footer .logo-container:before {
      content: "";
      display: block;
      position: absolute;
      width: 31px;
      height: 1px;
      top: 0;
      left: 0;
      background: #d7d7d7; }
  #main footer .logo {
    display: block;
    width: 168px;
    height: 20px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/logo-footer.png) no-repeat; }
  #main footer .copyright {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      #main footer .copyright {
        padding-top: 40px;
        padding-bottom: 0; } }
    #main footer .copyright:before {
      content: "";
      display: block;
      position: absolute;
      width: 31px;
      height: 1px;
      top: 0;
      left: 15px;
      background: #d7d7d7; }
    #main footer .copyright p {
      margin: 0;
      color: #999;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 20px;
      line-height: 1.25rem;
      font-family: "myriad-pro", Helvetica, Arial, sans-serif; }

.download {
  margin: 10px 0 0;
  padding-bottom: 50px;
  position: relative; }
  .download:before {
    content: "";
    display: block;
    position: absolute;
    width: 31px;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #d7d7d7; }
  .download .btn {
    border: 1px solid #bababa;
    border-radius: 0;
    color: #bababa;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 22px;
    line-height: 1.375rem;
    text-transform: uppercase;
    margin: 0;
    padding: 11px 11px 11px 28px;
    position: relative; }
    .download .btn:before {
      position: absolute;
      content: "\e025";
      left: 11px;
      top: 11px;
      font-family: 'Glyphicons Halflings';
      font-size: 10px;
      font-size: 0.625rem;
      line-height: 22px;
      line-height: 1.375rem;
      color: #bababa; }
    .download .btn:hover {
      color: #a73917;
      border-color: #a73917; }
      .download .btn:hover:before {
        color: #a73917; }
  .download.push-20 {
    margin: 20px 0 0; }

.next-section {
  margin: -10px 0 0 0;
  cursor: pointer;
  min-width: 320px;
  width: 100%;
  position: relative;
  z-index: 10; }
  .next-section .image {
    width: 100%;
    overflow: hidden;
    min-height: 180px; }
    @media only screen and (min-width: 768px) {
      .next-section .image {
        min-height: 150px; } }
    .next-section .image img {
      display: block;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      width: auto;
      height: 180px; }
      @media only screen and (min-width: 768px) {
        .next-section .image img {
          width: 100%;
          height: auto; } }
  .next-section .text {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center; }
  .next-section .inner-text {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .next-section .label {
    font-size: 16px;
    font-size: 1rem;
    line-height: 32px;
    line-height: 2rem;
    color: #fff;
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  .next-section h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
    font-weight: 900;
    margin: 0;
    color: #fff;
    text-shadow: 3px 5px 6px rgba(0, 0, 0, 0.35); }
    @media only screen and (min-width: 768px) {
      .next-section h2 {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 60px;
        line-height: 3.75rem; } }
    @media only screen and (min-width: 992px) {
      .next-section h2 {
        font-size: 48px;
        font-size: 3rem;
        line-height: 72px;
        line-height: 4.5rem; } }
  .next-section .link {
    display: block;
    width: 34px;
    height: 34px;
    margin: 0 auto 0;
    background: url(../images/sprite-icons.png) no-repeat -208px -8px;
    text-indent: -9999px;
    overflow: hidden; }
  .next-section:hover .image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .next-section:hover .link {
    background-position: -208px -58px; }
  .next-section:hover h2 {
    color: #ffc600; }

.modal-content {
  background-color: transparent;
  -webkit-box-shadow: 0 0px 0px transparent;
  box-shadow: 0 0px 0px transparent;
  border: 0;
  color: #fff; }
  .modal-content .modal-line:after {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
    width: 50px;
    border-top: solid 3px #A63A13;
  }
  .modal-content .modal-body {
    color: #F8F8F8;
    font-weight: 700;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif; }
  .modal-content .modal-header {
    border-bottom: 0;
    margin-top: 60px; }
  .modal-content .close {
    color: #ffc600;
    opacity: 1;
    text-shadow: 0 0px 0 #fff; }

.modal-backdrop.in {
  opacity: 0.9; }

.push-down-40 {
  margin-bottom: 40px; }

#main .section > .container:last-child .container-inner.comments-wrapper {
  padding-bottom: 40px; }

.comments-wrapper .cont-comments {
  text-align: center;
  margin-left: -50px;
  margin-right: -50px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 30px;
  letter-spacing: .1rem; }
  .comments-wrapper .cont-comments a#commentShow {
    color: #989898;
    text-decoration: none;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-weight: 700; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 800px; } }
@media (max-width: 768px) {
  #main .media-right .caption {
    margin-bottom: 20px;
    padding-left: 0; }
    #main .media-right .caption p {
      text-align: left; }
    #main .media-right .caption:before {
      left: 0;
      right: auto; }

  .row.plus {
    margin-left: 15px;
    margin-right: 15px; } }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  #header .social li a.facebook {
    background-image: url(../images/sprite-icons@x2.png);
    background-size: 250px auto; }

  #header .social li a.twitter {
    background-image: url(../images/sprite-icons@x2.png);
    background-size: 250px auto; }

  #header .social li a.discus {
    background-image: url(../images/sprite-icons@x2.png);
    background-size: 250px auto; }

  #header .next-btn a::after {
    background-image: url(../images/sprite-icons@x2.png);
    background-size: 250px auto; }

  #hero .text .scroll-more::before {
    background-image: url(../images/sprite-icons@x2.png);
    background-size: 250px auto; }

  #main .full-video .video .play {
    background-image: url(../images/btn-play@x2.png);
    background-size: 120px auto; }

  .next-section .link {
    background-image: url(../images/sprite-icons@x2.png);
    background-size: 250px auto; } }

.no-top-pad{
  padding-top: 0 !important;
}

.full-media{
  padding: 0;
}
/*# sourceMappingURL=style.css.map */

p.question,
p.interview-question{
  font-weight: bold;
}

.footnote{
  margin-top: 2rem;
}
.footnote p{
  font-size: .9rem;
  line-height: .9rem;
  margin: 1rem;
}

.twentytwenty-overlay{
  visibility: hidden;
}

#main .section .container .slider-container .caption:before{
  width: 0px;
  height: 0px;
  visibility: hidden;
}

#main .section .container .question{
  width: 100%;
  height: 135vw;
  padding: 15px;

}

#main .section .container .question .question-header {
  font-weight: 600;
  font-size: 1.5em;
  width:100%;
}

#main .section .container .question .question-answers {
  padding: 10px;
  width:100%;
}

#main .section .container .question .question-answers .answer-option {
  padding: 10px;
  background-color: #0d81ba;
  margin: 5px;
  border-radius: 5px;
  font-size: 1.3em;
  line-height: 1.3em;
}
#main .section .container .question:not(.answered) .question-answers .answer-option:hover,
#main .section .container .question .question-answers .answer-option.active {
  background-color: #073436;
}
#main .section .container .question.answered .question-answers .answer-option:not(.active){
  opacity: .6;
}
#main .section .container .question.answered .question-answers .answer-option:hover{
  opacity: 1;
}

#main .section .container .question .question-answers.image-answers .answer-option {
  width: 45%;
  float: left;
}

#main .section .container .question .question-answers .answer-option img{
  width:100%;
}
@media only screen and (min-width: 555px) {
  #main .section .container .question .question-answers.image-answers .answer-option {
    width: 31%;
  }

  #main .section .container .question{
    height: 70vw;
  }

}
@media only screen and (min-width: 768px) {
  #main .section .container .question .question-answers.image-answers .answer-option {
    width: 47%;
  }

  #main .section .container .question .question-answers .answer-option {
    padding: 8px;
  }

  #main .section .container .question{
    height: 720px;
  }
}
@media only screen and (min-width: 992px) {
  #main .section .container .question .question-answers.image-answers .answer-option {
    width: 31%;
  }

  #main .section .container .question .question-answers .answer-option {
    padding: 10px;
  }

  #main .section .container .question{
    height: 460px;
  }
}
@media only screen and (min-width: 1200px) {
  /*#main .section .container .question .question-answers.image-answers .answer-option {
    width: 31%;
  }*/

  #main .section .container .question .question-answers .answer-option {
    padding: 13px;
  }

  #main .section .container .question{
    height: 550px;
  }
}

.question .question-answers .answer-option .image-wrapper{
  position: relative;
}
.image-wrapper .image-attr{
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, .5);
  font-size: .6em;
  padding: 0 3px;
  font-family: 'Effra';
}
#results{
  display: none;
  margin-top: 20px;
}
#results .image,
#results .details{
  width: 49%;
}
#results img{
  width: 49%;
  float: left;
  margin: 10px;
}
#results .details{
  float: right;
}
#results .details p{
  font-size: 1em;
  line-height: 1.3em;
}

#result-head{
  font-weight: bold;
  font-size: 2em;
  font-family: 'Effra';
}

#results .result-share-btn{
  width: 20%;
  margin-left: 40%;
}

#results .result-share-text{
    float: left;
    line-height: 4vh;
    font-size: 3.5vh;
    font-weight: bold;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

iframe.shifting{
  width: 90vw;
  height: 90vw;
}

#main .text-content .content.iframe{

}
/*@media only screen and (min-width: 555px) {
  iframe.shifting{
    width: 750px;
    height: 750px;
  }
}*/

@media only screen and (min-width: 768px) {
  iframe.shifting{
    width: 750px;
    height: 750px;
  }

  #main .text-content .content.iframe{
    width: 750px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 992px) {
  iframe.shifting{
    width: 662px;
    height: 662px;
  }

  #main .text-content .content.iframe{
    margin-left: 16.66666667%;

  }
}

@media only screen and (min-width: 1200px) {
  iframe.shifting{
    width: 750px;
    height: 750px;
  }
}

#iframe-container{
    text-align: center;
    margin-bottom: 49px;
}
