/**
 * 1. COLORS
 * 2. FONTS
 * 3. MIXINS
 * 4. KEYFRAMES
 */
@-webkit-keyframes beacon-pulse {
  0% {
    background-color: #fff; }
  100% {
    background-color: #0477aa; } }
@-moz-keyframes beacon-pulse {
  0% {
    background-color: #fff; }
  100% {
    background-color: #0477aa; } }
@-o-keyframes beacon-pulse {
  0% {
    background-color: #fff; }
  100% {
    background-color: #0477aa; } }
@keyframes beacon-pulse {
  0% {
    background-color: #fff; }
  100% {
    background-color: #0477aa; } }
/**
 * 1. BASE FONT STYLES
 * 2. CTA/BUTTONS
 * 3.
 */
.qab {
  color: #666666;
  font-family: arial, sans-serif;
  font-size: 15px;
  line-height: 26px; }
  .qab h1 {
    font-family: "din-condensed-web", sans-serif;
    font-size: 60px;
    letter-spacing: 0;
    text-transform: uppercase; }
  .qab h2 {
    font-family: "din-condensed-web", sans-serif;
    font-size: 45px;
    letter-spacing: 0;
    text-transform: uppercase; }
  .qab h3 {
    font-family: "din-condensed-web", sans-serif;
    font-size: 35px;
    letter-spacing: 0;
    text-transform: uppercase; }
  .qab h4 {
    font-family: "freight-sans-pro", sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 28px;
    text-transform: none; }
  .qab h5 {
    font-family: "freight-sans-pro", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase; }
  .qab .description {
    font-family: "freight-sans-pro", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    text-transform: none; }
  .qab .subhead,
  .qab a.cta, .qab .cta {
    font-family: "freight-sans-pro", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase; }
  .qab a {
    outline: 0; }
  @media only screen and (max-width: 977px) {
    .qab h1 {
      font-size: 22px; }
    .qab h2 {
      font-size: 22px; }
    .qab h3 {
      font-size: 18px; }
    .qab h4 {
      font-size: 15px;
      line-height: 18px; }
    .qab h5 {
      font-size: 12px; }
    .qab .description {
      font-size: 15px;
      line-height: 18px; }
    .qab .subhead,
    .qab a.cta, .qab .cta {
      font-size: 11px;
      line-height: 14px; } }
  .qab a.cta, .qab .cta {
    border-bottom: 1px dotted transparent;
    color: #de111e !important;
  position:absolute;
  bottom:25px !important;
  left:35%;}
    .qab a.cta:hover, .qab .cta:hover {
      border-color: #de111e;
      text-decoration: none; }
  .qab .cta-btn,
  .qab .cta-btn-inverted {
    background-color: #a7947a;
    border-radius: 4px;
    color: #fff  !important;
    font-family: "freight-sans-pro", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    padding: 8px 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .qab .cta-btn:hover,
    .qab .cta-btn-inverted:hover {
      background-color: #121c28; }
  .qab .cta-btn-inverted {
    background-color: #fff;
    color: #a7947a !important; }
    .qab .cta-btn-inverted:hover {
      background-color: #cecece; }

body, main section {
  min-width: 320px; }

.qab {
  margin: -21px auto 0;
  /*min-width: 980px;*/
  padding-bottom: 156px; }
  /*.qab .container, .qab .nav {*/
    /*min-width: 980px !important; }*/
  .qab .header {
    position: relative; }
  .qab.module .banner {
    padding-bottom: 0; }
  .qab.module .banner .slides,
  .qab.module .banner .arrow-wrapper,
  .qab.module .banner .slide,
  .qab.module .banner .slide .slide-wrapper {
    height: auto; }
  .qab .banner {
    color: #fff;
    height: auto;
    overflow: auto;
    padding-bottom: 68px;
    position: relative;
    text-align: center; }
    .qab .banner h1, .qab .banner h2, .qab .banner h3, .qab .banner h4, .qab .banner h5, .qab .banner h6, .qab .banner p {
      color: #fff;
      margin-left: auto;
      margin-right: auto;
      max-width: 880px; }
    .qab .banner h1 {
      background-image: none;
      margin: 0 auto;
      padding: 0; }
    .qab .banner h4 {
      bottom: 0;
      display: block;
      left: 0;
      margin: 0 auto;
      padding: 0 35px;
      position: absolute;
      right: 0;
      width: 880px; }
    .qab .banner .banner-panel {
      background-position: center top;
      background-repeat: no-repeat;
      background-size: cover; }
      .qab .banner .banner-panel h1 {
        padding: 120px 0 50px; }
    .qab .banner .arrow-wrapper {
      position: absolute;
      top: 0;
      width: 100%; }
      .qab .banner .arrow-wrapper .arrow-prev, .qab .banner .arrow-wrapper .arrow-next {
        border-radius: 4px;
        display: block;
        height: 50px;
        padding: 11px 15px;
        position: absolute;
        top: 315px;
        width: 50px;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
        .qab .banner .arrow-wrapper .arrow-prev:hover, .qab .banner .arrow-wrapper .arrow-next:hover {
          background-color: rgba(102, 102, 102, 0.5); }
      .qab .banner .arrow-wrapper .arrow-prev {
        left: 20px; }
      .qab .banner .arrow-wrapper .arrow-next {
        right: 20px; }
    .qab .banner .slides {
      overflow: hidden;
      position: relative;
      width: 100%; }
    .qab .banner .slide {
      background-position: center top;
      background-repeat: no-repeat;
      background-size: cover;
      /*height: 629px;*/
      left: 0;
      padding: 110px 0 50px;
      /*position: absolute;*/
      top: 0;
      width: 100%; }
      .qab .banner .slide .slide-wrapper {
        height: 469px;
        padding: 0 35px;
        position: relative;
        text-align: center; }
    .qab .banner .share-section {
      bottom: 20px;
      position: absolute;
      right: 20px; }
      .qab .banner .share-section a {
        margin-right: 5px; }
        .qab .banner .share-section a img {
          margin-right: 3px;
          margin-top: -2px; }
  .qab.module .nav {
    bottom: auto;
    position: absolute;
    top: 0; }
  .qab .nav {
    background-color: #121c28;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%; }
    .qab .nav.headroom--not-top {
      bottom: auto;
      position: fixed;
      top: 0;
      z-index: 1; }
    .qab .nav h1, .qab .nav h2, .qab .nav h3, .qab .nav h4, .qab .nav h5, .qab .nav h6, .qab .nav p, .qab .nav a {
      color: #fff;
      text-decoration: none; }
    .qab .nav .mobile-nav-title.subhead {
      display: none;
      color: #fff; }
    .qab .nav > ul {
      display: block;
      padding: 20px 0;
      width: 100%; }
      .qab .nav > ul > li {
        display: inline-block;
        margin: 0 14px;
        padding-bottom: 8px; }
        .qab .nav > ul > li:hover {
          border-bottom: 3px solid #a7947a;
          padding-bottom: 5px; }
        .qab .nav > ul > li.active:hover {
          border-bottom: 0;
          padding-bottom: 8px; }
        .qab .nav > ul > li.active .nav-expand {
          display: block; }
        .qab .nav > ul > li.active > a {
          display: inline-block;
          position: relative; }
          .qab .nav > ul > li.active > a:after {
            background-image: url("../images/arrow-up-gold.png");
            bottom: -20px;
            content: "";
            display: block;
            height: 9px;
            left: 0;
            margin: 0 auto;
            position: absolute;
            right: 0;
            width: 16px; }
    .qab .nav .subhead {
      color: #666666; }
    .qab .nav a:hover, .qab .nav a.active {
      color: #a7947a;
      text-decoration: none; }
    .qab .nav .nav-expand {
      background-color: #121c28;
      display: none;
      left: 0;
      margin: 20px auto 0;
      overflow: hidden;
      padding-bottom: 20px;
      position: absolute;
    z-index: 200;
    /*z-index: 100;*/
      right: 0;
      text-align: left;
      width: 100%;
      -webkit-transition: height 0.3s;
      -moz-transition: height 0.3s;
      -o-transition: height 0.3s;
      transition: height 0.3s; }
      .qab .nav .nav-expand .nav-wrapper {
        margin: 0 auto;
        max-width: 1100px;
        padding: 0 10px; }
        .qab .nav .nav-expand .nav-wrapper > ul,
        .qab .nav .nav-expand .nav-wrapper .featured-block {
          float: left;
          width: 50%; }
        .qab .nav .nav-expand .nav-wrapper > ul {
          padding-right: 20px; }
          .qab .nav .nav-expand .nav-wrapper > ul > li > a {
            font-weight: 600; }
          .qab .nav .nav-expand .nav-wrapper > ul li {
            padding: 10px 0; }
        .qab .nav .nav-expand .nav-wrapper .collapse {
          clear: both;
          padding: 40px 0 20px;
          text-align: center; }
  .qab .content {
    width: 100%; }
    .qab .content h1, .qab .content h2, .qab .content h3, .qab .content h4, .qab .content .subhead {
      background-image: none;
      color: #202020;
      margin: 0;
      padding: 0; }
    .qab .content .divider {
      border-bottom: 1px dotted #ccc;
      border-top: 1px dotted #ccc;
      height: 3px;
      margin: 80px auto 0;
      max-width: 980px;
      width: 100%; }
    .qab .content .header-group {
      background-image: url("../images/separator.png");
      background-repeat: no-repeat;
      background-position: center bottom;
      margin: 80px 0 15px 0;
      padding: 0 0 15px 0; }
      .qab .content .header-group h3 {
        letter-spacing: -.025em;
        margin-bottom: 10px; }
    .qab .content .qab-categories a, .qab .content .qab-categories a:hover, .qab .content .featured-block a, .qab .content .featured-block a:hover, .qab .content .qab-callouts a, .qab .content .qab-callouts a:hover {
      text-decoration: none; }
    .qab .content .qab-categories {
      background-position: center top;
      background-repeat: no-repeat;
      background-size: cover;
      padding: 80px 0;
      position: relative; }
      .qab .content .qab-categories:before {
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 20px solid #fff;
        content: "";
        display: block;
        height: 0;
        left: 50%;
        position: absolute;
        top: 0;
        width: 0;
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
    .qab .content .qab-callouts {
      text-align: center; }
      .qab .content .qab-callouts h4 {
        margin-bottom: 10px;
        margin-top: 80px; }
      .qab .content .qab-callouts .callout-item {
        background-color: #f1f1f1;
        overflow: hidden;
        height: 120px; }
        .qab .content .qab-callouts .callout-item img {
          float: left;
          margin-right: 20px; }
        .qab .content .qab-callouts .callout-item .callout-body {
          padding: 20px; }
          .qab .content .qab-callouts .callout-item .callout-body h4 {
            display: none; }
    .qab .content .featured-block {
      margin-top: 35px; }
  .qab .category-item,
  .qab .featured-item {
    overflow: hidden;
    padding-bottom: 20px;
    text-align: center; }
    .qab .category-item h4, .qab .category-item p,
    .qab .featured-item h4,
    .qab .featured-item p {
      color: #666666;
      margin: 10px 15px; }
    .qab .category-item img,
    .qab .featured-item img {
      width: 100%; }
  .qab .category-item {
    background-color: #fff;
    height: 515px; }
    .qab .category-item p {
      height: 130px;
      overflow: hidden; }
  .qab .featured-item {
    background-color: #f1f1f1;
    height: 315px; }
    .qab .featured-item p {
      height: 52px;
      overflow: hidden; }
  .qab .header .featured-block h3 {
    margin-bottom: 30px; }
  .qab .header .featured-item {
    height: 291px; }
  .qab .section {
    margin-bottom: 100px; }
    .qab .section .section-title {
      background-color: #121c28;
      padding: 26px 0;
      position: relative; }
      .qab .section .section-title h3 {
        color: #fff; }
      .qab .section .section-title:after {
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 20px solid #121c28;
        bottom: -20px;
        content: "";
        display: block;
        height: 0;
        left: 50%;
        position: absolute;
        width: 0;
        z-index: 1;
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
    .qab .section .section-sub {
      background-color: #f1f1f1;
      padding: 36px 0;
      position: relative; 
    }
    .qab .section .section-sub:after {
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      border-top: 20px solid #f1f1f1;
      bottom: -20px;
      content: "";
      display: block;
      height: 0;
      left: 50%;
      position: absolute;
      width: 0;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    .qab .section .section-content {
      margin-top: 60px;
      margin-bottom: 60px; }
  .qab .module-item {
    display: none;
    height: 100%;
    position: relative;
    width: 100%; }
    .qab .module-item.active {
      display: block; }
    .qab .module-item img {
      height: auto;
      width: 100%; }
    .qab .module-item .overlay {
      position: absolute; 
      left: 0; }
    .qab .module-item .beacon {
      background-color: #fff;
      border: 6px solid #0477aa;
      border-radius: 100%;
      box-shadow: 0 0 3px 2px #888;
      cursor: pointer;
      padding: 0;
      position: absolute;
      left: 0;
      height: 21px;
      width: 21px;
      -webkit-backface-visibility: hidden;
      -webkit-transition: -webkit-transform 0.3s;
      -moz-transition: -moz-transform 0.3s;
      -o-transition: -o-transform 0.3s;
      transition: transform 0.3s;
      -webkit-animation: beacon-pulse 2s 1s infinite alternate;
      /* Safari 4+ */
      -moz-animation: beacon-pulse 2s 1s infinite alternate;
      /* Fx 5+ */
      -o-animation: beacon-pulse 2s 1s infinite alternate;
      /* Opera 12+ */
      animation: beacon-pulse 2s 1s infinite alternate; 
    -webkit-box-sizing: border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
      .qab .module-item .beacon p, .qab .module-item .beacon img.overlay {
        display: none; }
      .qab .module-item .beacon:hover {
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2); }
      .qab .module-item .beacon.active {
        background-color: #de111e;
        border: 6px solid #de111e;
        box-shadow: 0 0 7px 4px #fff;
        cursor: auto;
        -webkit-animation: none;
        /* Safari 4+ */
        -moz-animation: none;
        /* Fx 5+ */
        -o-animation: none;
        /* Opera 12+ */
        animation: none;
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5); }
        .qab .module-item .beacon.active:hover {
          -moz-transform: scale(1.5);
          -o-transform: scale(1.5);
          -ms-transform: scale(1.5);
          -webkit-transform: scale(1.5);
          transform: scale(1.5); }
  .qab .section-content.full-width .module-item {
    display: inline-block;
    width: 33%; }
    /*width: 32%; }*/
  .qab .item-slider-wrapper .slide {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 87px auto;
    background-size: cover;
    border: 1px solid #cecece;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    height: 87px;
    margin: 0 8px 0 0;
    overflow: hidden;
    width: 87px; }
    .qab .item-slider-wrapper .slide.active {
      border: 2px solid #0477aa; }
    .qab .item-slider-wrapper .slide img {
      height: 100%;
      width: auto; }
  .qab .section-content .description-wrapper {
    margin-top: 60px; }
  .qab .section-content .bx-wrapper {
    position: relative; }
  .qab .section-content .bx-controls-direction {
    position: absolute;
    top: 0;
    width: 100%; }
    .qab .section-content .bx-controls-direction .bx-prev, .qab .section-content .bx-controls-direction .bx-next {
      background-color: #fff;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 11px 20px;
      border: 1px solid #cecece;
      border-radius: 5px;
      display: block;
      height: 87px;
      position: absolute;
      text-indent: -9999px;
      width: 32px;
      -webkit-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      .qab .section-content .bx-controls-direction .bx-prev.disabled, .qab .section-content .bx-controls-direction .bx-next.disabled {
        opacity: 0; }
    .qab .section-content .bx-controls-direction .bx-prev {
      background-image: url(../images/arrow-left-blue.png);
      left: -37px; }
    .qab .section-content .bx-controls-direction .bx-next {
      background-image: url(../images/arrow-right-blue.png);
      right: -37px; }
  .qab .module-nav a, .qab .module-nav a:hover {
    text-decoration: none; }
  .qab .module-nav a:hover .module-nav-item {
    background-color: #f1f1f1; }
  .qab .module-nav .module-nav-item {
    background-image: url(../images/arrow-left-blue.png);
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-size: 11px 20px;
    border: 1px solid #f1f1f1;
    height: 101px;
    margin-top: 20px;
    padding: 5px 5px 5px 30px;
    text-indent: 0;
    width: 100%; }
    .qab .module-nav .module-nav-item.next {
      background-image: url(../images/arrow-right-blue.png);
      background-position: right 10px center;
      padding: 5px 30px 5px 5px; }
    .qab .module-nav .module-nav-item img {
      display: block;
      float: left;
      margin-right: 20px; }
    .qab .module-nav .module-nav-item p {
      display: block;
      text-align: left; }
  .qab .back-to-top {
    bottom: 20px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px; }
    .qab .back-to-top img {
      margin-right: 3px;
      margin-top: -3px; }
    .qab .back-to-top.active {
      display: block; }
  .qab .video-swap {
    position: relative; }
    .qab .video-swap .video-preview {
      background-position: center top;
      background-repeat: no-repeat;
      background-size: cover; }
      .qab .video-swap .video-preview .video-hero {
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      .qab .video-swap .video-preview p {
        color: #FFF;
        font-size: 28px;
        font-family: "din-condensed-web",sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: -1px;
        text-align: center; }
        .qab .video-swap .video-preview p span {
          border-top: 1px solid #4d4d4d;
          padding: 10px 0;
          border-bottom: 1px solid #4d4d4d; }
      .qab .video-swap .video-preview .play-button {
        width: 60px;
        height: 54px;
        background: url("../images/video-play-btn.png") no-repeat 0 0;
        text-indent: -99999px;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 26px;
        display: block;
        margin: 30px auto 0; }
    .qab .video-swap .video {
      display: none;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
      .qab .video-swap .video.active {
        display: block; }

/* Styles added after going responsive */
.qab .featured-item {
  height: 350px;
}
/* ENDS Styles added after going responsive */

@media only screen and (max-width: 977px) {
    .qab .back-to-top.active {
      display: none; }
    .qab .banner .banner-panel h1 {
      padding: 60px 0 20px; }
    .qab .banner .share-section {
      position: static;
      padding-bottom: 30px; }
    .qab .banner .bx-viewport {
      height: 330px !important; }
    .qab .banner .slides {
      height: 330px; }
    .qab .banner .arrow-wrapper .arrow-prev,
    .qab .banner .arrow-wrapper .arrow-next {
      top: 110px; }
    .qab .banner .slide {
      padding: 60px 0;
      height: 200px; }
      .qab .banner .slide .slide-wrapper {
        height: 240px; }
        .qab .banner .slide .slide-wrapper h4 {
          bottom: -30px;
          color: #202020;
          width: 100%; }
    .qab .content .header-group {
      margin-top: 30px; }
    .qab .content .divider {
      margin-top: 30px; }
    .qab .content .qab-categories {
      padding: 50px 0; }
    .qab .content .qab-callouts {
      margin-top: 30px; }
      .qab .content .qab-callouts h4 {
        display: none; }
      .qab .content .qab-callouts .callout-item {
        height: 61px;
        margin: 10px 0; }
        .qab .content .qab-callouts .callout-item img {
          margin-right: 5px;
          width: 75px; }
        .qab .content .qab-callouts .callout-item .callout-body {
          padding: 5px; }
          .qab .content .qab-callouts .callout-item .callout-body h4 {
            display: block;
            margin-bottom: 0;
            margin-top: 5px; }
          .qab .content .qab-callouts .callout-item .callout-body p {
            display: none; }
    .qab .category-item {
      height: auto;
      margin-bottom: 20px;
      min-height: 193px;
      padding-bottom: 0; }
      .qab .category-item h4 {
        color: #a7947a;
        font-weight: 700;
        margin: 10px 5px;
        text-transform: uppercase; }
      .qab .category-item p, .qab .category-item .cta {
        display: none; }
    .qab .featured-item {
      height: auto;
      margin-bottom: 20px;
      min-height: 174px; }
      .qab .featured-item h4 {
        margin: 10px 5px; }
      .qab .featured-item p {
        display: none; }
    .qab .nav {
      bottom: auto;
      padding: 0;
      position: absolute;
      text-align: left;
      top: 0; }
      .qab .nav.open > ul {
        display: block; }
      .qab .nav.open > .mobile-nav-plus:before,
      .qab .nav.open > .mobile-nav-plus:after {
        transform: rotate(135deg); }
      .qab .nav > ul {
        background-color: #fff;
        display: none;
        padding: 0 0 10px;
        position: absolute;
        z-index: 201; }
        .qab .nav > ul > li,
        .qab .nav > ul > li.active,
        .qab .nav > ul > li.active:hover,
        .qab .nav > ul > li:hover {
          border: 0;
          display: block;
          margin: 10px 0;
          padding: 10px 0 0;
          position: relative; }
          .qab .nav > ul > li.first,
          .qab .nav > ul > li.active.first,
          .qab .nav > ul > li.active:hover.first,
          .qab .nav > ul > li:hover.first {
            margin: 0; }
          .qab .nav > ul > li.active,
          .qab .nav > ul > li.active.active,
          .qab .nav > ul > li.active:hover.active,
          .qab .nav > ul > li:hover.active {
            background-color: #f1f1f1; }
            .qab .nav > ul > li.active .mobile-nav-plus:before,
            .qab .nav > ul > li.active .mobile-nav-plus:after,
            .qab .nav > ul > li.active.active .mobile-nav-plus:before,
            .qab .nav > ul > li.active.active .mobile-nav-plus:after,
            .qab .nav > ul > li.active:hover.active .mobile-nav-plus:before,
            .qab .nav > ul > li.active:hover.active .mobile-nav-plus:after,
            .qab .nav > ul > li:hover.active .mobile-nav-plus:before,
            .qab .nav > ul > li:hover.active .mobile-nav-plus:after {
              transform: rotate(135deg); }
          .qab .nav > ul > li.active > a:after,
          .qab .nav > ul > li.active.active > a:after,
          .qab .nav > ul > li.active:hover.active > a:after,
          .qab .nav > ul > li:hover.active > a:after {
            display: none; }
          .qab .nav > ul > li h5,
          .qab .nav > ul > li.active h5,
          .qab .nav > ul > li.active:hover h5,
          .qab .nav > ul > li:hover h5 {
            color: #121c28;
            margin: 0 20px;
            text-align: left; }
      .qab .nav .nav-expand {
        margin-top: 10px;
        position: static; }
        .qab .nav .nav-expand .featured-block {
          display: none; }
        .qab .nav .nav-expand .nav-wrapper > ul {
          float: none;
          width: 100%; }
        .qab .nav .nav-expand .nav-wrapper {
          padding: 0 20px; }
          .qab .nav .nav-expand .nav-wrapper .collapse {
            display: none; }
      .qab .nav .mobile-nav-title.subhead {
        cursor: pointer;
        display: block;
        padding: 10px 20px; }
      .qab .nav .mobile-nav-plus {
        border-left: 1px solid #666666;
        height: 26px;
        position: absolute;
        right: 0;
        top: 6px;
        width: 46px; }
        .qab .nav .mobile-nav-plus:before, .qab .nav .mobile-nav-plus:after {
          background-color: #f1f1f1;
          content: "";
          display: block;
          position: absolute;
          -webkit-transition: -webkit-transform 0.3s;
          -moz-transition: -moz-transform 0.3s;
          -o-transition: -o-transform 0.3s;
          transition: transform 0.3s; }
        .qab .nav .mobile-nav-plus:before {
          height: 2px;
          left: 17px;
          top: 11px;
          width: 12px; }
        .qab .nav .mobile-nav-plus:after {
          height: 12px;
          left: 22px;
          top: 6px;
          width: 2px; }
      .qab .nav ul .mobile-nav-plus {
        border-left: 0;
        top: 5px; }
        .qab .nav ul .mobile-nav-plus:before, .qab .nav ul .mobile-nav-plus:after {
          background-color: #121c28; }
    .qab .featured-block .col-xs-6,
    .qab .qab-categories .col-xs-6 {
      padding-left: 10px;
      padding-right: 10px; }
    .qab .qab-callouts .col-xs-12 {
      padding-left: 0;
      padding-right: 0; }
    .qab .section-content.full-width .module-item {
      width: 100%; }
    .qab .section-content .item-slider-wrapper, .qab .section-content .bx-wrapper {
      margin-bottom: 50px !important; }
    .qab .section-content .description-wrapper {
      background-color: #666666;
      bottom: 0;
      display: none;
      left: 0;
      padding: 20px;
      position: fixed;
      width: 100%;
      width: 100vw;
      z-index: 3; }
      .qab .section-content .description-wrapper.active {
        display: block; }
      .qab .section-content .description-wrapper:before {
        background-color: #666666;
        border-radius: 999px;
        color: #fff;
        content: "X";
        cursor: pointer;
        font-weight: 700;
        height: 35px;
        line-height: 35px;
        position: absolute;
        right: 40px;
        top: -15px;
        width: 35px; }
      .qab .section-content .description-wrapper .description {
        color: #fff; }
    .qab .section-content .bx-controls-direction .bx-prev {
      left: -20px; }
    .qab .section-content .bx-controls-direction .bx-next {
      right: -20px; }
    .qab .module-nav {
      display: none; }
    .qab .section {
      margin-bottom: 20px; } }

/* START Centring the headings */
.col-md-offset-2 {
  /*margin-left: 14.66%*/
}
/* ENDS Centring the headings */

#nav > ul > li .top:hover, #nav > ul > li .no-dropdown:hover, #nav > ul > li .global-dropdown a:hover {
    text-decoration: none;
}
.fixCTAcentering .cta {
  position: relative;
  left: -50%;
  bottom: 0 !important;
}
.fixCTAcentering {
  position: absolute;
  left: 50%;
  bottom: 25px;
}

.module-item-rights {
    text-align: right;
}
.module-item-photo, 
.module-item-courtesy, 
.module-item-publisher {
    font-family: arial;
    font-weight: bold;
    font-size: 9px;
    letter-spacing: 1px;
    color: #999;
    text-transform: uppercase;
}
.module-item-long-caption {
    text-align: left;
    font-family: arial;
    font-size: 12px;
    color: #999;
    line-height: 18px;
    padding-top: 5px;
}
.module-item-photo,
.module-item-courtesy,
.module-item-publisher {
  display: none;
}


#standaloneVID .vjs-menu li.vjs-selected, .vjs-menu li.vjs-selected:focus, .vjs-menu li.vjs-selected:hover{
  color: #fff !important;
}

#standaloneVID .vjs-social-overlay .vjs-social-title{
  color:#fff;
}

#standaloneVID .vjs-social-overlay .vjs-social-description{
  display: none !important;
}

.qab .video-swap .video-preview p span {
  display: inline-block;
}

#oo_tab_1.oo_tab_right_1 {
    width: 127px !important;
}

.qab .nav.headroom--not-top {
    z-index: 2;
}

.qab .header .featured-item {
    height: 350px;
}

@media only screen and (max-width: 977px) {
  .qab .video-swap .video-preview p span {
      font-size: 20px;
  }
}