/*! HTML5 Boilerplate v5.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

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

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

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

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

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

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

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

[hidden] {
  display: none; }

.mfp-bg,
.mfp-wrap {
  position: fixed;
  left: 0;
  top: 0; }

.mfp-bg,
.mfp-container,
.mfp-wrap {
  height: 100%;
  width: 100%; }

.mfp-arrow:after,
.mfp-arrow:before,
.mfp-container:before,
.mfp-figure:after {
  content: ''; }

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: .8; }

.mfp-wrap {
  z-index: 1043;
  outline: 0 !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-close,
.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none; }

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

.mfp-figure:after,
.mfp-iframe-scaler iframe {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-figure,
img.mfp-img {
  line-height: 0; }

.mfp-arrow {
  position: absolute;
  opacity: 1;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 50px;
  height: 50px;
  background-color: #000 !important;
  border-radius: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:after {
  font-family: 'icomoon' !important;
  content: "\e90c";
  font-size: 1.5em;
  color: #fff; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  transform: rotate(180deg);
  position: relative;
  display: inline-block; }

.mfp-arrow-right {
  right: 0; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-image-holder .mfp-content,
img.mfp-img {
  max-width: 100%; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000; }

.mfp-figure:after,
img.mfp-img {
  width: auto;
  height: auto;
  display: block; }

img.mfp-img {
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto; }

.mfp-figure:after {
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 20px;
  top: 20px;
  text-decoration: none;
  text-align: left;
  opacity: .65;
  padding: 0 0 18px 10px;
  font-style: normal;
  outline-style: solid !important;
  outline-color: #005596 !important;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close > span {
    color: #000;
    display: inline-block;
    position: relative;
    transform: rotate(0deg);
    font-size: 1em;
    pointer-events: none; }

.my-mfp-slide-bottom .terms-modal__inline, .gallery-popup {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg); }

/* animate in */
.my-mfp-slide-bottom.mfp-ready .terms-modal__inline, .gallery-popup.mfp-ready {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0); }

/* animate out */
.my-mfp-slide-bottom.mfp-removing .terms-modal__inline, .gallery-popup.mfp-removing {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg); }

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out; }

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg, .gallery-popup.mfp-ready.mfp-bg {
  opacity: 0.8; }

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg, .gallery-popup.mfp-removing.mfp-bg {
  opacity: 0; }

.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block; }

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden; }

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots, .slick-next, .slick-prev {
  position: absolute;
  display: block;
  padding: 0; }

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-loading .slick-list {
  background: url(ajax-loader.gif) center center no-repeat #fff; }

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(/fonts/slick.eot);
  src: url(/fonts/slick.eot?#iefix) format("embedded-opentype"), url(/fonts/slick.woff) format("woff"), url(/fonts/slick.ttf) format("truetype"), url(/fonts/slick.svg#slick) format("svg"); }

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0; }

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0; }

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1; }

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25; }

.slick-next:before, .slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff; }

.slick-prev {
  left: -25px; }

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

.slick-next:before, [dir=rtl] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir=rtl] .slick-next {
  right: auto;
  left: -25px; }

[dir=rtl] .slick-next:before {
  content: '←'; }

.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  bottom: -25px;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0; }

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0; }

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000; }
  
  
  
  
  /*  NEW TEMPLATE */
  
.cp-masthead{
    position:relative;
}

.cp-masthead img{
     width: 100%;     
}

.cp-masthead__wrapper{
    position: absolute;
    width: 700px;
    margin: auto;
    left: 9%;
    top: 53px;    
}

.cp-masthead__wrapper .brandLogo {
    height: 67px;
    width: 161px;
}
.cp-masthead__wrapper .rewardLogo {
    height: 96px;
    width: 384px;
}
.cp-masthead__wrapper h1{
    color: #104C97;
    font-size: 3.75rem;
    text-transform: uppercase;
    line-height: 66px;
    width: 552px;
    font-family: 'loewheavy';
    margin-bottom: 0;
    margin-top: 20px;
}

.cp-masthead__wrapper p{
    color: #104C97;
    font-size: 1.625rem;
    width: 630px;
    font-family: 'loewbold';
    padding-bottom: 38px;
    line-height: 26px;
    margin-top: 30px;
}

.cp-content {
    background-color: #104C97;
    color: #fff;
    padding:30px 35px;
    width: 100%;
    box-sizing: border-box;
}

.cp-tiles {    
    display: flex;
    max-width: 90%;
    width:90%;
    flex-direction: row;
    margin: auto;
    justify-content: center; 
    margin-top: 32px;
    flex-basis: 100%;
    
}
.cp-tiles__wrapper {
    width: 419px;
    max-width: 419px;
    border: #fff solid 1px;
    margin: 10px 13px;
    text-align: center;
    min-height: 303px;
    padding-top: 35px;
    flex-basis: 33.3%;
}

.cp-tiles__wrapper h2 {
    font-size: 2rem; 
    line-height:38px;
    font-family: 'loewheavy';
    text-transform: uppercase;
}

.cp-tiles__wrapper p {
    font-size: 1.625rem;
    line-height: 33px;
    font-family: 'loewmedium';
    width: 80%;
    margin: auto;
    padding-bottom: 10px;
}

.cp-tiles__wrapper .promoCode {
    font-size: 32px; 
    line-height:38px;
    font-family: 'loewheavy';
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.cp-bottomContent{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    width: 60%;
    text-align: center;
    margin-top: 20px;

}
.cp-bottomContent p {
    font-size:32px;
    font-family: 'loewregular';
    line-height: 32px;
}

.cp-bottomContent strong{
    font-family: 'loewheavy';
}

.cp-bottomContent .cta{
    font-family: 'loewheavy';
    font-size: 28px;
    padding: 20px;
    align-content: center;
    align-items: center;
    color: #fff;
    background-color: #70BDE4;
    width: 403px;
    margin: auto;
    margin-top: 20px;
}  

.cp-bottomContent .cp-terms {
    padding: 50px;
}

.cp-bottomContent .cp-terms  a {
    font-family: 'loew-regular';
    font-size:28px;
    text-decoration: underline;
    color: #fff;
}


.arrow{
    height: 30%;
    margin: auto;
    background: url(/assets/images/tileArrow.png) no-repeat 10px;
    height: 50px;
    width: 65px;
    background-size: 45px;
}

/* .arrow:after{
    content:"";
    background: url("/assets/images/icon-hamburger-close.png") #333 17px 7px no-repeat !important;
} */

.arrow:nth-child(6){
    display: none;
}


@media screen and (max-width: 1440px ){
    .cp-masthead__wrapper{
        left: 3%;
    }
    .cp-masthead__wrapper p{
        padding-bottom:0;
    }
    .cp-content{
        padding: 30px 5px;
    }
    .cp-tiles {
        max-width:100%;
        width:100%;
    }
}

@media screen and (max-width: 1270px ){
    .cp-masthead__wrapper h1{
        line-height: 50px;
        font-size: 2.75rem;
    }
    .cp-masthead__wrapper p{
        font-size: 1.4rem;
        width: 100%;
    }
    .cp-masthead__wrapper .rewardLogo{
        width: 296px;
        height: 75px;
    }
    .cp-masthead__wrapper{
        width: 545px;
    }
    .cp-tiles__wrapper h2{
        font-size: 1.6rem;
    }
    .cp-tiles__wrapper p {
        font-size: 1.4rem;
        width: 90%;
    }
    .cp-tiles__wrapper .promoCode {
        font-size: 1.6rem;
    }
    .arrow {
        background: url(/assets/images/tileArrow.png) no-repeat 0px;
        height: 62px;
        width: 59px;
        background-size: 45px;
    }
    .cp-bottomContent{
        width: 90%;
    }
    
}

@media screen and (max-width: 950px){
    .cp-masthead__wrapper h1{
        color: #104C97;
        font-size: 3.75rem;
    }
    
    .cp-masthead__wrapper p{
        color: #104C97;
        font-size: 1.625rem;
        width: 600px;
    }
    .cp-masthead__wrapper{
        left: 9%;
        top: 15%;   
    }
    .cp-masthead__wrapper{
        width: 600px;
    }
}


@media screen and (max-width: 920px){
    .cp-tiles {
        flex-direction: column;
        flex-direction: column;
        align-items: center;
    }
    .arrow {
        background: url(/assets/images/downArrow.png) no-repeat 0px;
    }
    .cp-tiles__wrapper{
        border: #fff solid 4px;
    }
    
}


 @media screen and (max-width: 633px){
    .cp-masthead__wrapper .rewardLogo {
        width: 200px;
        height: 56px;
    }
    
    .cp-tiles__wrapper {
        max-width: 370px;
    }
    .cp-masthead__wrapper h1{
        color: #104C97;
        font-size: 40px;
        line-height:36px;
        width: 100%;
    }
    
    .cp-masthead__wrapper p{
        color: #104C97;
        font-size: 22px;
        width: 100%;
    }
    .cp-masthead__wrapper{
        left: 3%;
        top: 10%;   
        width: 90%;
    }
}

@media screen and (max-width: 500px){
    .cp-masthead__wrapper h1{
        color: #104C97;
        font-size: 32px;
        line-height:36px;
        width: 100%;
    }
    
    .cp-masthead__wrapper p{
        color: #104C97;
        font-size: 18px;
        width: 100%;
    }
    
    .cp-masthead__wrapper{
        left: 9%;
        top: 10%; 
        width: 90%;
    }
    
    .cp-masthead__wrapper .rewardLogo {
        width: 206px;
        height: 52px;
    }
    
    .cp-tiles__wrapper {
        max-width: 370px;
    }
    
}


@media screen and (max-width: 550px ){
/*     .cp-masthead__wrapper p {
    font-size: 16px;
    margin-top: 10px;
}

.cp-masthead__wrapper h1 {
    font-size: 1.5rem;
    margin-top: 10px;
}
.cp-masthead__wrapper .brandLogo{
    width: 100px;
    height: 40px;
} */
    .cp-bottomContent .cta{
        width: 267px;
        font-size: 16px;
    }
    .cp-bottomContent p {
        font-size: 22px;
    }
    .cp-tiles__wrapper{
        max-width: 300px;
        border: #fff solid 4px;
        min-height: 268px;
    }
    .cp-tiles__wrapper h2 {
        font-size: 32px;
    }
    .cp-tiles__wrapper p {
        font-size: 18px;
    }
    .cp-bottomContent .cp-terms a{
        font-size: 18px;
    }
    .cp-masthead__wrapper {
        left: 3%;
    }
}

/* Alert March 2020 */
.cp-alert{position:absolute;top:116px;left:0;width:100%;z-index:999;text-align: left;}
  .cp-alert__inner{max-width: 1680px;margin: 0 auto;background-color:#ad861e;padding:10px 40px 10px 20px;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;position: relative;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-moz-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center; -moz-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
    .cp-alert__inner span{display:block;font-family: 'loew-regular';font-size:14px;line-height:22px;color:#fff;max-width: 70%;}
    .cp-alert__close{position:absolute;right:10px;top:10px;background: none;border:0;}
      .cp-alert__close:before{content:'';display:inline-block;width:2px;height:20px;background-color:#fff;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);}
        .cp-alert__close:after{content:'';display:inline-block;width:2px;height:20px;background-color:#fff;transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg); position:relative;left: -2px;}
        .cp-alert__button{background-color: #fff;font-family: 'Avenir LT W01_95 Black';font-size: 16px;display: block;text-align: center;text-transform: uppercase;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-align: center;-moz-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;padding: 0 20px;height:40px;}

@media only screen and (max-width:1120px) {
  .cp-alert__inner span{max-width: none;padding-right: 40px;}
  .cp-alert__button{white-space: nowrap;}
}

@media only screen and (max-width:580px) {
  .cp-alert__inner{-webkit-box-direction: normal;-moz-box-direction: normal;-webkit-box-orient: vertical;-moz-box-orient: vertical;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}
  .cp-alert__button{margin-top:10px;}
  .cp-alert__inner span{padding-right:0;}
}
