/* CTA Banner */
.cta-banner {
  background: #002855;
  max-width: 300px;
  margin: 0 auto;
  display: table;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden; }
  .cta-banner.overlap {
    overflow: visible;
    margin-top: 60px; }
    .cta-banner.overlap > img {
      margin-top: -20px; }
  .cta-banner .cta-banner-img-wrap {
    width: 300px;
    overflow: hidden;
    height: 250px;
    position: relative;
    float: left; }
    .cta-banner .cta-banner-img-wrap .cta-banner-img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-size: cover;
      display: block; }
  .cta-banner img {
    float: none; }
  .cta-banner .cta-body {
    padding: 20px;
    overflow: hidden; }
    .cta-banner .cta-body p {
      font-size: 15px;
      line-height: 19px;
      margin-bottom: 18px;
      color: #fff;
      opacity: 0.85; }
    .cta-banner .cta-body h3 {
      color: #ffffff;
      font-size: 21px;
      font-weight: 700;
      line-height: 23px;
      margin: 4px 0 10px; }
    .cta-banner .cta-body span {
      color: #ffffff;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-size: 11px;
      line-height: 17px;
      display: block;
      margin-bottom: 4px; }
    .cta-banner .cta-body a.btn {
      font-size: 16px;
      font-weight: bold;
      padding: 14px 30px;
      border: 0;
      color: #001183;
      background: #ffffff; }
      .cta-banner .cta-body a.btn:hover {
        color: #fff;
        background: #FF7A00; }

body.single-post .entry-content .cta-body h3 {
  margin-top: 10px;
  margin-bottom: 10px; }
  .page-template-resources .cta-banner {
    margin: 0; }
    body.single-post .cta-banner .cta-body h3 {
      font-size: 21px !important; }
      body.single-post div.cta-banner .cta-body h3 span {
        font-size: 21px;
        color: #0684BC;
        line-height: 30px;
        text-transform: none;
        letter-spacing: 0; }

        .cta-banner .cta-body p {
          font-size: 13px;
          line-height: 17px; }
              
    @media (max-width: 480px) {
      body.single-post .cta-banner {
        margin-bottom: 30px; } }
    @media (max-width: 992px){
      .cta-banner .cta-body {
        display: table-cell;
        vertical-align: middle; }
        .page-template-resources .cta-banner {
          margin-bottom: 30px; }
    }
    @media (min-width: 768px) {
      .page-template-resources .cta-banner {
        max-width: 100%;
        margin-bottom: 20px; }
        .page-template-resources .cta-banner .cta-banner-img-wrap {
          width: 100%; }
        .page-template-resources .cta-banner img {
          width: 100%; }
      body.single-post .cta-banner {
        margin: 30px auto; } 
        .cta-banner {
          background: #002855;
          max-width: 100%;
          margin: 50px auto;
          -webkit-border-radius: 6px;
          border-radius: 6px; }
          .cta-banner img {
            float: left;
            height: auto;
            max-width: 300px; }
          .cta-banner .cta-body {
            padding: 20px 40px;
            overflow: hidden; }
            .cta-banner .cta-body h3 {
              font-size: 23px;
              line-height: 28px;
              margin: 0 0 10px; }
        body.single-post .entry-content .cta-body h3 {
          margin-bottom: 15px; }
        body.single-post .entry-content .cta-body p {
          line-height: 21px; }
      }
      @media (min-width:768px) {
        .bottom-cta .bottom-cta-img {
          float: left;
          width: 50%;
        }
      }
      .bottom-cta .bottom-cta-img img {
        width: 100%;
      }
      .bottom-cta {
        background: #002855;
        padding: 30px;
      }
      .bottom-cta .bottom-cta-copy {
        padding: 0 30px;
        overflow: hidden;
        color: #fff;
      }
      .bottom-cta .bottom-cta-copy .btn-primary {
        width: 100%;
      }

      /* Bottom CTA */
@media (max-width: 767px) {
  .bottom-cta.style-3 {
    padding-top: 50px; } }

@media (max-width: 642px) {
  .bottom-cta.style-3 {
    padding-top: 80px; } }

.bottom-cta.style-3 {
  background: #002855;
  width: 99.4vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

.bottom-cta.style-3.top {
  margin-top: 0;
  margin-bottom: 20px; }

.bottom-cta.style-3.mid {
  margin-top: 60px;
  margin-bottom: 60px; }

.bottom-cta.style-3 .bottom-cta-copy {
  padding: 40px 20px 60px;
  max-width: 600px;
  margin: 0 auto;
  width: 100%; }

.bottom-cta.style-3 .h2, .bottom-cta.style-3 p {
  color: #fff; }

.bottom-cta.style-3 .h2 {
  font-weight: 600;
  margin-bottom: 16px; }

.bottom-cta.style-3 p {
  font-size: 18px;
  line-height: 27px; }

.bottom-cta.style-3 .btn {
  color: #fff;
  background: #FF7A00;
  font-size: 21px;
  line-height: 21px;
  padding: 20px 40px;
  border-radius: 6px;
  -webkit-border-radius: 6px; }

.bottom-cta.style-3 .btn:hover {
  background: #cf7408; }

.bottom-cta.style-3 .close-cta {
  background-image: url(../images/share-close.svg);
  background-repeat: no-repeat;
  width: 14px;
  display: block;
  height: 14px;
  position: absolute;
  top: 25px;
  right: 30px; }
  @media (max-width: 767px) {
    .bottom-cta .bottom-cta-img img {
      margin-bottom: 20px; }
    div.bottom-cta .bottom-cta-copy {
      padding: 0; }
    .cta-banner{
      display: block;
      max-width: 600px;
      text-align: center;
    }
    }
  @media (max-width: 600px){
    .cta-banner{
      max-width: 300px;
    }
  }
  
  div.bottom-cta {
    margin-bottom: 30px; }
  
    .uc-expo-cta, .uc-expo-cta-2 {
      display: block;
      position: relative;
      color: #111;
      background: #002855;
      border-radius: 3px;
      padding: 50px 50px 70px; }
      .uc-expo-cta a.btn, .uc-expo-cta-2 a.btn {
        background: #FF7A00;
        color: #fff;
        padding: 14px 30px;
        border-radius: 4px;
        margin-top: 0;
        font-weight: 700; }
      .uc-expo-cta .text, .uc-expo-cta .button, .uc-expo-cta-2 .text, .uc-expo-cta-2 .button {
        display: block;
        float: left; }
      .uc-expo-cta .text, .uc-expo-cta-2 .text {
        font-size: 24px;
        line-height: 32px; }
      .uc-expo-cta .button, .uc-expo-cta-2 .button {
        margin-top: 30px;
        text-align: right; }
      .uc-expo-cta.style-4, .uc-expo-cta-2.style-4 {
        margin-top: 30px;
        margin-bottom: 30px;
        width: 99.4vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw; }
        .uc-expo-cta.style-4 .inner-container, .uc-expo-cta-2.style-4 .inner-container {
          margin: 0 auto;
          max-width: 772px; }
        .uc-expo-cta.style-4 .button a.btn, .uc-expo-cta-2.style-4 .button a.btn {
          background: #ffffff;
          color: #002855; }
          .uc-expo-cta.style-4 .button a.btn:hover, .uc-expo-cta-2.style-4 .button a.btn:hover {
            color: #ffffff;
            background: #0684BC; }
    
    .uc-expo-cta span, .uc-expo-cta-2 span {
      position: relative;
      color: #fff;
      font-weight: 600; }
    
    p.uc-expo-cta a:not(.btn), p.uc-expo-cta-2 a:not(.btn) {
      color: #FF7A00; }
    
    .btn-primary {
      white-space: normal; }

      @media (min-width: 680px) {
        #hero-banner {
          height: 300px;
          margin: 0 -30px 30px; }
        .uc-expo-cta .text, .uc-expo-cta-2 .text {
          width: 68%; }
        .uc-expo-cta .button, .uc-expo-cta-2 .button {
          margin-top: 0;
          width: 32%; } }