/* Minification failed. Returning unminified contents.
(29687,20): run-time error CSS1039: Token not allowed after unary operator: '-Scale-Middle-Gray'
(29805,33): run-time error CSS1039: Token not allowed after unary operator: '-Scale-Middle-Gray'
(33278,10): run-time error CSS1030: Expected identifier, found '.'
(33278,34): run-time error CSS1031: Expected selector, found ')'
(33278,34): run-time error CSS1025: Expected comma or open brace, found ')'
(33282,23): run-time error CSS1030: Expected identifier, found '.'
(33282,47): run-time error CSS1031: Expected selector, found ')'
(33282,47): run-time error CSS1025: Expected comma or open brace, found ')'
(33286,21): run-time error CSS1030: Expected identifier, found '.'
(33286,45): run-time error CSS1031: Expected selector, found ')'
(33286,45): run-time error CSS1025: Expected comma or open brace, found ')'
(33376,49): run-time error CSS1030: Expected identifier, found '.'
(33376,66): run-time error CSS1031: Expected selector, found ')'
(33376,66): run-time error CSS1025: Expected comma or open brace, found ')'
(33771,105): run-time error CSS1030: Expected identifier, found ','
(33771,127): run-time error CSS1031: Expected selector, found ')'
(33771,127): run-time error CSS1025: Expected comma or open brace, found ')'
(33858,10): run-time error CSS1030: Expected identifier, found '.'
(33858,40): run-time error CSS1031: Expected selector, found ')'
(33858,40): run-time error CSS1025: Expected comma or open brace, found ')'
(33862,23): run-time error CSS1030: Expected identifier, found '.'
(33862,53): run-time error CSS1031: Expected selector, found ')'
(33862,53): run-time error CSS1025: Expected comma or open brace, found ')'
(33866,21): run-time error CSS1030: Expected identifier, found '.'
(33866,51): run-time error CSS1031: Expected selector, found ')'
(33866,51): run-time error CSS1025: Expected comma or open brace, found ')'
(33984,51): run-time error CSS1030: Expected identifier, found '.'
(33984,65): run-time error CSS1031: Expected selector, found ')'
(33984,65): run-time error CSS1025: Expected comma or open brace, found ')'
(33989,53): run-time error CSS1030: Expected identifier, found '.'
(33989,67): run-time error CSS1031: Expected selector, found ')'
(33989,67): run-time error CSS1025: Expected comma or open brace, found ')'
(34053,10): run-time error CSS1030: Expected identifier, found '.'
(34053,32): run-time error CSS1031: Expected selector, found ')'
(34053,32): run-time error CSS1025: Expected comma or open brace, found ')'
(34407,10): run-time error CSS1030: Expected identifier, found '.'
(34407,17): run-time error CSS1031: Expected selector, found ')'
(34407,17): run-time error CSS1025: Expected comma or open brace, found ')'
(34411,23): run-time error CSS1030: Expected identifier, found '.'
(34411,38): run-time error CSS1031: Expected selector, found ')'
(34411,38): run-time error CSS1025: Expected comma or open brace, found ')'
(34415,21): run-time error CSS1030: Expected identifier, found '.'
(34415,28): run-time error CSS1031: Expected selector, found ')'
(34415,28): run-time error CSS1025: Expected comma or open brace, found ')'
(34612,49): run-time error CSS1030: Expected identifier, found '['
(34612,55): run-time error CSS1031: Expected selector, found '*='
(34612,55): run-time error CSS1025: Expected comma or open brace, found '*='
(35040,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(35041,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(35042,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(35077,56): run-time error CSS1039: Token not allowed after unary operator: '-sx'
(35080,56): run-time error CSS1039: Token not allowed after unary operator: '-sx'
(35083,56): run-time error CSS1039: Token not allowed after unary operator: '-sx'
(35113,56): run-time error CSS1039: Token not allowed after unary operator: '-sx'
(35116,56): run-time error CSS1039: Token not allowed after unary operator: '-sx'
(35119,56): run-time error CSS1039: Token not allowed after unary operator: '-sx'
 */
body {
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.scEmptyPlaceholder {
    min-height: 50px !important;
}
.headerpadding {
    padding-top:135px;
}

.search-form {
    display: none;
    background: #f5f5f5;
    padding: 10px;
    width: 29%;
    position: absolute;
    left: 36em;
    top: 40px;
}

.backgray {
    background-color: #bbbdc0;
}

.vimeorowcol {
    padding: 30px 38px;
}

.padleft-50px {
    padding-left: 50px;
}

.padright-50px {
    padding-right: 50px;
}

.margbtm6px {margin-bottom:6px}

img.centered {
    display: block;
    margin: auto;
}

.leftrightpadding24px {
    padding: 0 24px;
}
/* footer start*/
.footer {
    text-align: center;
}

.footer-links {
    text-align: left;
    display: inline-block;
    width: 150px;
}

    .footer-links ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .footer-links li {
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .footer-links > .title {
        margin: 5px 0;
        display: inline-block;
        font-weight: bold;
    }

/* footer end*/


.btn-component-container {
    position: relative;
    overflow: hidden;
}

    .btn-component-container img {
        width: 100%;
        height: auto;
    }

a.btn-component {
    position: absolute;
    display: block;
    padding: 1em;
    text-align: center;
    color: #ffffff;
    background-color: #aa0025;
    white-space: nowrap;
}

    a.btn-component.center {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    a.btn-component.top {
        position: absolute;
        top: 20%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    a.btn-component.bottom {
        position: absolute;
        top: 80%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    a.btn-component.left {
        position: absolute;
        top: 50%;
        left: 20%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    a.btn-component.right {
        position: absolute;
        top: 50%;
        left: 80%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

iframe.coveragemap {
    margin: 50px 1em;
}

ul li.compimagelink img {
    width: 200px;
    height: 100px;
}

img.compimagelink {
    width: 100%;
}

tr.redirects {
    background-color: #fae7e7;
    padding: 2px;
}

.gradientdiv {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.13) 0%, rgba(0,0,0,0) 31%, rgba(0,0,0,0) 34%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.13)), color-stop(31%,rgba(0,0,0,0)), color-stop(34%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.13) 0%,rgba(0,0,0,0) 31%,rgba(0,0,0,0) 34%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0.13) 0%,rgba(0,0,0,0) 31%,rgba(0,0,0,0) 34%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0.13) 0%,rgba(0,0,0,0) 31%,rgba(0,0,0,0) 34%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0.13) 0%,rgba(0,0,0,0) 31%,rgba(0,0,0,0) 34%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    border-top: 6px white solid;
}
/* IE8 WARNING MESSAGE */

.dropdown-notification {
    height: auto;
    line-height: 40px;
    position: relative;
    top: -200px;
    transition: top .2s;
    text-align: center;
    background: #eee;
    color: #AA0023;
    position: absolute;
    z-index: 1000;
    width: 100%;
    text-align: center;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
    border-bottom: 3px solid #AA0023;
}

    .dropdown-notification.active {
        top: 0;
    }

.iehome {
    color: black;
    float: none !important;
    font-size: 12px;
    margin: 0 20px 5px;
}

.centeronmobile {
    text-align: center;
}

/* CAROUSEL */

.sky-carousel {
    width: 100%;
    height: 360px;
    position: relative;
    border: 1px solid #e7e7e7;
    background: #f5f5f5;
    overflow: hidden;
    margin: 0 auto;
}

/* MOBILE NAV DROPDOWN*/

.navbar-toggle {
    background-color: #FFF !important;
    color: #323232;
}

@media (max-width:767px) {
    .mobileresults {
        padding: 15px;
    }

    .search-submit-button {
        padding: 4px 11px;
    }
}


#searchsubmit-m {
    float: right;
}

.pad15pxleftright {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.gci_popup #header_responsive,
.gci_popup .bs-docs-section,
.gci_popup #sidebar {
    display: none !important;
}

.tv-lineup-basic .hide-basic {
    display: none;
}

.tv-lineup-preferred .hide-preferred {
    display: none;
}

.tv-lineup-digital .hide-digital {
    display: none;
}

/*  BOOTSTRAP ADDONS/HACKS FOR EQUAL HEIGHT DIVs*/


.inside {
    /*margin-top: 20px;
  margin-bottom: 20px;*/
}

.inside-full-height {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.content {
    /*padding: 12px 3px;*/
}

/* columns of same height styles */

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

.col-height {
    display: table-cell;
    float: none;
    height: 100%;
}

.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}

@media (min-width: 480px) {
    .row-xs-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-xs-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-xs-top {
        vertical-align: top;
    }

    .col-xs-middle {
        vertical-align: middle;
    }

    .col-xs-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 768px) {
    .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-sm-top {
        vertical-align: top;
    }

    .col-sm-middle {
        vertical-align: middle;
    }

    .col-sm-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 992px) {
    .row-md-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-md-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-md-top {
        vertical-align: top;
    }

    .col-md-middle {
        vertical-align: middle;
    }

    .col-md-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 1200px) {
    .row-lg-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-lg-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-lg-top {
        vertical-align: top;
    }

    .col-lg-middle {
        vertical-align: middle;
    }

    .col-lg-bottom {
        vertical-align: bottom;
    }
}

@media (max-width: 926px) {
    /*.navbar-nav > li > a {
        padding: 19.5px 17px;
    }*/

    .main-search-form {
        right: 0;
    }

    .navbar-nav > li > a {
        font-size: 17px;
    }

    .resbiz > li > a {
        padding: 19.5px 19px;
    }
}

@media (max-width: 806px) {

    .navbar-nav > li > a {
        font-size: 16px;
    }
}


@media (min-width: 768px) and (max-width:1024px) {
    .navbar-nav > li > a {
        padding: 19.5px 9px;
    }

    .main-search-form {
        right: 0;
    }

    .resbiz > li > a {
        padding: 19.5px 19px;
    }
}

@media (min-width: 768px) and (max-width:1199px) {
    .vidPanel .fwImage .royalSlider .rsOverflow {
        height: 480px !important;
    }

    .vidPanel.col-md-6 .rsNav {
        top: -76px !important;
    }
}


@media (max-width: 767px) {
    .navbar {
        margin-bottom: 30px;
    }

    .nomobile {
        display: none;
    }

    .btn-unav {
        border-right: 1px solid #666;
        border-bottom: 1px solid #666;
    }

    .unavactive {
        color: #AA0023;
        font-weight: bold;
    }

    .navbar-nav > li > a {
        font-size: 22px;
        border-top: 1px solid #DDD;
        border-bottom: 1px solid #DDD;
        padding-bottom: 12px;
    }

    .dropdown .open {
        border-top: 1px solid #DDD;
        border-bottom: 1px solid #DDD;
    }

    .navbar-nav > li:first-child > a {
        border-top: 0px solid #DDD;
    }

    .navbar-nav > li:last-child > a {
        border-bottom: 1px solid #DDD;
    }

    .toprightnav {
        background-color: #f5f5f5;
        width: 33.4%;
        height: 154px;
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
        vertical-align: top;
        padding: 10px 26px 23px;
        font-size: 18px;
        display: none;
    }

    .navbar {
        border-width: 0;
        width: 94% !important;
        padding-left: 20px;
    }

    .nav > li.yesmobile {
        display: block;
    }

    .yesmobile {
        display: block;
    }

    .btn-unav {
        width: 33.33%;
    }

    .unavmenu {
        width: 100%;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #666;
        font-size: 15px;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #aa0023;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ffffff;
        background-color: #1a242f;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}

@media only screen and (max-width:1200px) {
    .yesundertwelve {
        display: block;
    }

    .noundertwelve {
        display: none;
    }
}

@media only screen and (min-width:1200px) {
    .yesundertwelve {
        display: none;
    }

    .noundertwelve {
        display: block;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
    .yesundertwelve {
        display: block;
    }

    .noundertwelve {
        display: none;
    }
}

.navbar-default .navbar-link {
    color: #ffffff;
}

    .navbar-default .navbar-link:hover {
        color: #18bc9c;
    }

.navbar-default .btn-link {
    color: #ffffff;
}

    .navbar-default .btn-link:hover,
    .navbar-default .btn-link:focus {
        color: #18bc9c;
    }

    .navbar-default .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-default .btn-link:hover,
    .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:focus {
        color: #cccccc;
    }

.navbar-inverse {
    background-color: #18bc9c;
    border-color: transparent;
}

    .navbar-inverse .navbar-brand {
        color: #ffffff;
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: #2c3e50;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #ffffff;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #ffffff;
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: #2c3e50;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: #ffffff;
        background-color: #15a589;
    }

    .navbar-inverse .navbar-nav > .disabled > a,
    .navbar-inverse .navbar-nav > .disabled > a:hover,
    .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #128f76;
    }

        .navbar-inverse .navbar-toggle:hover,
        .navbar-inverse .navbar-toggle:focus {
            background-color: #128f76;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #ffffff;
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #149c82;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #15a589;
        color: #ffffff;
    }

.hero-carousel .editinghldr {
    background-color: #ffffff;
    padding: 20px;
}

.newsrelease-widget {
    background-color: #b71234;
    height: 100%;
}

.redirect {
    width: 90%;
    margin: 10px auto;
}

.RichTextCont .editinghldr {
    padding: 20px;
    min-height: 200px;
    width: 100%;
}

#block-block-22 {
    height: 0px;
}

.resp-tabs-container img {
    margin-top: -3px;
}

#videoPlayer {
    margin: 2em auto;
    width: 100%;
    height: 500px;
}

#videoPlayerXs {
    margin: 2em auto;
}

.vidPanel .bContainer div {
    width: 500px;
    height: 281px;
    color: red;
}

.close-modal {
    z-index:500;
}

@charset "UTF-8";
html {
  font-size: 62.5%; }

body {
  font-family: 'gothambook', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  /* =16px */
  line-height: 1.7;
  color: #2c3e50;
  background-color: #ffffff;
  padding-top: 0;
  margin: 0;
  margin-top: 0;
  top: -1px;
  position: relative; }

/*html{
    font-family: 'gothambook', "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.7;
    font-size: 62.5%;
}
@media screen and (min-width: 500px){
  html{
    font-size: 4px;
  }
}
@media screen and (min-width: 570px){
  html{
    font-size: 4.5px;
  }
}
@media screen and (min-width: 620px){
  html{
    font-size: 5px;
  }
}
@media screen and (min-width: 680px){
  html{
    font-size: 5.5px;
  }
}
@media screen and (min-width: 720px){
  html{
    font-size: 6px;
  }
}
@media screen and (min-width: 800px){
  html{
    font-size: 7px;
  }
}
@media screen and (min-width: 860px){
  html{
    font-size: 7.5px;
  }
}
@media screen and (min-width: 920px){
  html{
    font-size: 8px;
  }
}
@media screen and (min-width: 1000px){
  html{
    font-size: 8.5px;
  }
}

@media screen and (min-width: 1060px){
  html{
    font-size: 9px;
  }
}
@media screen and (min-width: 1120px){
  html{
    font-size: 9.5px;
  }
}

@media screen and (min-width: 1180px){
  html{
    font-size: 10px;
  }
}*/
/*h1, h2{
    line-height: 1.3;
}
h1{
  font-size: 2rem;
  margin: 0 0 1rem;
}
h2{
  font-size: 1.5rem; 
  margin: 1rem 0 2rem;
}
p{
  font-size: 1rem;
  margin: 1rem 0;
}*/
a {
  color: #aa0023;
  text-decoration: none; }

a:hover,
a:focus {
  color: #aa0023;
  text-decoration: underline; }

a:focus {
  outline: none;
  /*outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;*/ }

a.normallink {
  color: #282828;
  text-decoration: none; }

a:hover.normallink {
  color: #AA0023;
  text-decoration: none; }

.article-icon {
  vertical-align: text-top;
  float: left;
  margin: 0 10.5px 0 0; }

hr.support {
  width: 33%;
  margin-left: 0;
  text-align: left;
  background: #666; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'gothambook', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit; }

h6.search-report {
  font-family: 'gothambook', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  text-transform: none; }

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #b4bcc2; }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 21px;
  margin-bottom: 10.5px; }

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%; }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px; }

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%; }

h1,
.h1 {
  font-size: 1.9em;
  font-family: "gothammedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333; }

h1.support {
  font-family: 'gothambold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 38px;
  text-transform: uppercase;
  line-height: 0px; }

h1.feedback {
  font-family: 'gothambold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 38px;
  font-size: 3.8rem;
  text-transform: uppercase;
  line-height: 1em;
  margin-top: 10px !important; }

@media (max-width: 768px) {
  h1.support {
    font-size: 2em;
    margin-top: -30px;
    margin-bottom: -10px;
    line-height: 30px; }
  hr.support {
    width: 100%; }
  img.support {
    margin-bottom: -20px;
    width: 2.7em; } }

h2,
.h2 {
  font-size: 1.6em;
  margin-bottom: 20px; }

h3,
.h3 {
  font-size: 1.3em; }

h4,
.h4 {
  font-size: 1em; }

h5,
.h5 {
  font-family: 'gothambold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 21px;
  line-height: 19px;
  text-transform: uppercase; }

h6,
.h6 {
  font-family: 'gothambold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.06em;
  text-transform: uppercase; }

h6.support {
  margin-bottom: 2px; }

p {
  margin: 0 0 10.5px; }

h1 {
  font-size: 2em;
  margin: 0.67em 0;
  color: #555; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 18px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'gothammedium'; }

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover,
.btn:focus,
.btn.focus {
  color: #ffffff;
  text-decoration: none; }

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-red {
  color: #ffffff;
  background-color: #b71234;
  border-color: #b71234;
  font-family: 'gothammedium'; }

.btn-red:hover,
.btn-red:focus,
.btn-red.focus,
.btn-red:active,
.btn-red.active,
.open > .dropdown-toggle.btn-red {
  color: #b71234;
  background-color: white;
  border-color: #b71234;
  text-decoration: none; }

.btn-red:active,
.btn-red.active,
.open > .dropdown-toggle.btn-red {
  background-image: none; }

.btn-red.disabled,
.btn-red[disabled],
fieldset[disabled] .btn-red,
.btn-red.disabled:hover,
.btn-red[disabled]:hover,
fieldset[disabled] .btn-red:hover,
.btn-red.disabled:focus,
.btn-red[disabled]:focus,
fieldset[disabled] .btn-red:focus,
.btn-red.disabled.focus,
.btn-red[disabled].focus,
fieldset[disabled] .btn-red.focus,
.btn-red.disabled:active,
.btn-red[disabled]:active,
fieldset[disabled] .btn-red:active,
.btn-red.disabled.active,
.btn-red[disabled].active,
fieldset[disabled] .btn-red.active {
  background-color: #e74c3c;
  border-color: #e74c3c; }

.btn-red .badge {
  color: #e74c3c;
  background-color: #ffffff; }

.btn-white {
  color: #B71234;
  background-color: white;
  border-color: #b71234;
  font-family: 'gothammedium'; }

.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  color: #fff;
  background-color: #b71234;
  border-color: #FFF;
  text-decoration: none; }

.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  background-image: none; }

.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled.focus,
.btn-white[disabled].focus,
fieldset[disabled] .btn-white.focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
  background-color: #e74c3c;
  border-color: #e74c3c; }

.btn-white .badge {
  color: #e74c3c;
  background-color: #ffffff; }

select {
  background: #fff !important; }

.lead {
  margin-bottom: 21px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4; }

@media (min-width: 768px) {
  .lead {
    font-size: 22.5px; } }

small,
.small {
  font-size: 86%; }

mark,
.mark {
  background-color: #f39c12;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #b4bcc2; }

.text-primary {
  color: #2c3e50; }

a.text-primary:hover {
  color: #1a242f; }

.text-success {
  color: #ffffff; }

a.text-success:hover {
  color: #e6e6e6; }

.text-info {
  color: #ffffff; }

a.text-info:hover {
  color: #e6e6e6; }

.text-warning {
  color: #ffffff; }

a.text-warning:hover {
  color: #e6e6e6; }

.text-danger {
  color: #ffffff; }

a.text-danger:hover {
  color: #e6e6e6; }

.bg-primary {
  color: #fff;
  background-color: #2c3e50; }

a.bg-primary:hover {
  background-color: #1a242f; }

.bg-success {
  background-color: #18bc9c; }

a.bg-success:hover {
  background-color: #128f76; }

.bg-info {
  background-color: #3498db; }

a.bg-info:hover {
  background-color: #217dbb; }

.bg-warning {
  background-color: #f39c12; }

a.bg-warning:hover {
  background-color: #c87f0a; }

.bg-danger {
  background-color: #e74c3c; }

a.bg-danger:hover {
  background-color: #d62c1a; }

.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid transparent; }

ul,
ol {
  margin-top: 15px;
  margin-bottom: 10.5px; }

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0; }

.container {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 768px) {
  .container {
    width: 98%; }
  .toprightnav {
    font-size: 1.2em; } }

@media (min-width: 992px) {
  .container {
    width: 98%; }
  .main-search-form {
    right: 0px;
    width: 36%; } }

@media (min-width: 1200px) {
  .container {
    width: 1200px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  /*padding-left: 15px;
  padding-right: 15px;*/
  padding-left: 0px;
  padding-right: 0px; }

.no-left-padding {
  padding-left: 0px !important; }

.no-right-padding {
  padding-right: 0px !important; }

.row {
  margin-left: 0;
  margin-right: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  /*padding-left: 15px;
  padding-right: 15px;*/
  padding-left: 0px;
  padding-right: 0px; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 10px 0 8px;
  margin-top: 1px \9;
  line-height: normal; }

/*.btn-unav {
    background-color: #383838;
    font-size: .70em;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .65px;
    height: 39px;
}

a.btn-unav:visited {
    background-color: #383838 !important;
    color: #fff;
}

.btn-unav:hover {
    text-decoration: underline;
}

.unavbullets {
    color: #b71234;
    background: #383838;
    line-height: 38px;
    float: left;
}

.unavmenu {
    height: 39px;
    background-color: #383838;
    margin-bottom: 15px;
    width: 66.8%;
}

.toprightnav {
    background-color: #f5f5f5;
    width: 33.33%;
    height: 154px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    vertical-align: top;
    padding: 0 0 23px;
    font-size: 22px;
}


    .toprightnav a {
        color: #666;
        background: Transparent;
        text-decoration:none;
        outline: none;
    }

        .toprightnav a:hover {
            color: #AA0023;
            background: Transparent;
            text-decoration: none;
            outline: none;
        }

        .toprightnav a.active {
            color: #AA0023;
            background: Transparent;
            text-decoration: none;
            outline: none;
        }

        .toprightnav a:focus {
            outline: none;
            background: Transparent;
        }

a.rightnav {
    color: #AA0023;
}*/
.collapse {
  display: none;
  visibility: hidden; }

.collapse.in {
  display: block;
  visibility: visible; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 160px;
  padding: 5px 0;
  margin: 0;
  list-style: none;
  font-size: 17px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top: 0px solid #eee;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  opacity: .96;
  overflow: hidden;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 0 Transparent;
  box-shadow: 0 0 0 Transparent; }

.dropdown-menu > li > a {
  display: block;
  padding: 4px 15px;
  clear: both;
  font-weight: normal;
  line-height: 24px;
  color: #444;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: .7em; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #aa0023;
  background-color: transparent; }

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 0px; }

.btn-toolbar {
  margin-left: 0px;
  margin-bottom: 20px; }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 64px;
  padding: 18px 27px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 64px;
  line-height: 64px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 17px; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent; }

.nav > li.disabled > a {
  color: #b4bcc2; }

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #b4bcc2;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed; }

.nav > li.yesmobile {
  display: none; }

.nav-tabs {
  border-bottom: 1px solid #FFF; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #ecf0f1 #ecf0f1 #ecf0f1; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #666;
  background-color: transparent;
  border: 1px solid #ecf0f1;
  border-bottom-color: transparent;
  cursor: default; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ecf0f1;
    border-radius: 2px 2px 0 0; } }

.nav-pills > li > a {
  border-radius: 2px; }

.nav-pills > li + li {
  margin-left: 2px; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 2px; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ecf0f1;
    border-radius: 2px 2px 0 0; } }

.tab-content > .tab-pane {
  display: none;
  visibility: hidden; }

.tab-content > .active {
  display: block;
  visibility: visible; }

.navbar {
  position: relative;
  min-height: 60px;
  margin-bottom: 11px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 0px; } }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  /*padding-left: 15px;*/
  /*took out to recenter the mobile nav*/
  /*margin-top: 20px;*/
  margin-top: 10px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-collapse.in {
    overflow-y: visible; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px; } }

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0; }

@media (min-width: 768px) {
  .container-fluid > .navbar-collapse {
    margin-right: -10px !important; }
  .main-search-form {
    display: none;
    background: #f5f5f5;
    padding: 10px;
    width: 263px;
    height: 50px;
    position: absolute;
    top: 40px; }
  .main-search-input {
    font-size: 12.5px;
    width: 80%;
    height: 28px;
    padding-left: 10px;
    border: 0px solid #fff;
    color: #7f7e7e; }
  .search-submit-button {
    background-color: #aa0023;
    color: #FFF;
    border: 0px solid #fff !important;
    padding: 4px 8px;
    font-size: 13px;
    font-weight: bold; } }

.navbar-brand {
  float: left;
  padding: 0 15px;
  font-size: 19px;
  line-height: 21px;
  height: 60px;
  margin-bottom: 10%; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
    position: relative;
    z-index: 200; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 9px 2px 10px;
  margin-top: 29px;
  margin-bottom: 13px;
  background-color: #A90023;
  background-image: none;
  border: 0px solid transparent;
  border-radius: 0px; }

.navbar-toggle:focus {
  outline: 0; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }

.navbar-nav {
  margin: 9.75px 0; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
  font-size: 22px; }

/*ADDING the TRIANGLE*/
.navbar-nav li.active:after, .navbar-nav li.active:before {
  bottom: 0%;
  margin-bottom: 5px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.navbar-nav li.active:after {
  border-bottom-color: #A90023;
  border-width: 6px;
  margin-left: -6px;
  z-index: 1; }

.navbar-nav li.active:before {
  border-bottom-color: transparent;
  border-width: 9px;
  margin-left: -9px;
  z-index: 1; }

/*.navbar-nav li.open:after, .navbar-nav li.active:before {
        bottom: 0%;
        margin-bottom: 5px;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .navbar-nav li.open:after {
        border-bottom-color: #A90023;
        border-width: 6px;
        margin-left: -6px;
        z-index: 1;
    }

    .navbar-nav li.open:before {
        border-bottom-color: transparent;
        border-width: 9px;
        margin-left: -9px;
        z-index: 1;
    }*/
/* END TRIANGLE */
.yesmobile {
  display: none; }

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 20px !important; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 20px; } }

@media only screen and (min-width: 320px) and (max-width: 667px) {
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 20px !important; } }

@media only screen and (max-width: 767px) {
  .row {
    margin-left: 0px;
    margin-right: 0px; }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    margin-bottom: 12px;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 50px; }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 21px; }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; }
  .navbar-nav li.active:after, .navbar-nav li.active:before {
    bottom: 0%;
    margin-bottom: 5px;
    left: 50%;
    border: 0px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .navbar-nav li.active:after {
    border-bottom-color: transparent;
    border-width: 0px;
    margin-left: -6px;
    z-index: 1; }
  .navbar-nav li.active:before {
    border-bottom-color: transparent;
    border-width: 0px;
    margin-left: -9px;
    z-index: 1; }
  .btn-unav {
    font-size: .67em; }
  ul.nav.navbar-nav.nav-bar-main > li.dropdown > ul.dropdown-menu > li.fiftypercentmobile {
    width: 96% !important; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 20px; } }

@media (min-width: 768px) {
  .navbar-nav {
    margin: 0;
    position: relative; }
  .nav-bar-main {
    float: right; }
  .nav-bar-right {
    position: absolute;
    bottom: 11px; }
  .navbar-nav-bus {
    padding-left: 6.4em !important; }
  .navbar-nav > li {
    float: left;
    height: 60px; }
  .navbar-nav > li > a {
    padding-top: 19.5px;
    padding-bottom: 19.5px;
    font-size: 22px; } }

.navbar-form {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8.5px;
  margin-bottom: 8.5px; }

@media (max-width: 768px) {
  .navbar-form.navbar-left {
    margin-left: 0; } }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .navbar-form .form-control-static {
    display: inline-block; }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto; }
  .navbar-form .input-group > .form-control {
    width: 100%; }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0; }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }
  .navbar-form .form-group:last-child {
    margin-bottom: 0; }
  .btn-toolbar {
    margin-bottom: 74px; } }

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8.5px;
  margin-bottom: 8.5px; }

.navbar-btn.btn-sm {
  margin-top: 13.5px;
  margin-bottom: 13.5px; }

.navbar-btn.btn-xs {
  margin-top: 19px;
  margin-bottom: 19px; }

.navbar-text {
  margin-top: 19.5px;
  margin-bottom: 19.5px; }

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: 0; }
  .navbar-right ~ .navbar-right {
    margin-right: 0; } }

.navbar-default {
  background-color: Transparent;
  border-color: transparent; }

.navbar-default .navbar-brand {
  color: #666; }

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #18bc9c;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777777; }

.navbar-default .navbar-nav > li > a {
  color: #666; }

.navbar-default .navbar-nav > li > a.rightnav {
  color: #aa0023; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #aa0023;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #A90023;
  background-color: transparent; }

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #1a242f; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #A90023; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #aa0023; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #A90023; }

.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #A90023;
  background-color: white; }

@media (max-width: 926px) {
  /*.navbar-nav > li > a {
        padding: 19.5px 17px;
    }*/
  .main-search-form {
    right: 0; }
  .navbar-nav > li > a {
    font-size: 17px; }
  .resbiz > li > a {
    padding: 19.5px 19px; } }

@media (max-width: 806px) {
  .navbar-nav > li > a {
    font-size: 16px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .navbar-nav > li > a {
    padding: 19.5px 9px; }
  .main-search-form {
    right: 0; }
  .resbiz > li > a {
    padding: 19.5px 19px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .vidPanel .fwImage .royalSlider .rsOverflow {
    height: 480px !important; }
  .vidPanel.col-md-6 .rsNav {
    top: -76px !important; } }

@media (max-width: 767px) {
  .yesmobile {
    display: block; }
  .nomobile {
    display: none; }
  .navbar {
    margin-bottom: 30px;
    border-width: 0;
    width: 94% !important;
    padding-left: 20px; }
  .btn-unav {
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    width: 33.33%; }
  .unavactive {
    color: #AA0023;
    font-weight: bold; }
  .navbar-nav > li > a {
    font-size: 22px;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    padding-bottom: 12px; }
  .dropdown .open {
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD; }
  .navbar-nav > li:first-child > a {
    border-top: 0px solid #DDD; }
  .navbar-nav > li:last-child > a {
    border-bottom: 1px solid #DDD; }
  .toprightnav {
    background-color: #f5f5f5;
    width: 33.4%;
    height: 154px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    vertical-align: top;
    padding: 10px 26px 23px;
    font-size: 18px;
    display: none; }
  .nav > li.yesmobile {
    display: block; }
  .unavmenu {
    width: 100%; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #666;
    font-size: 15px; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #aa0023;
    background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #1a242f; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent; } }

.navbar-default .navbar-link {
  color: #ffffff; }

.navbar-default .navbar-link:hover {
  color: #18bc9c; }

.navbar-default .btn-link {
  color: #ffffff; }

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #18bc9c; }

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc; }

.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #ecf0f1; }

.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 2px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: bold; }

.alert > p,
.alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  background-color: #18bc9c;
  border-color: #18bc9c;
  color: #ffffff; }

.alert-success hr {
  border-top-color: #15a589; }

.alert-success .alert-link {
  color: #e6e6e6; }

.alert-info {
  background-color: #3498db;
  border-color: #3498db;
  color: #ffffff; }

.alert-info hr {
  border-top-color: #258cd1; }

.alert-info .alert-link {
  color: #e6e6e6; }

.alert-warning {
  background-color: #f39c12;
  border-color: #f39c12;
  color: #ffffff; }

.alert-warning hr {
  border-top-color: #e08e0b; }

.alert-warning .alert-link {
  color: #e6e6e6; }

.alert-danger {
  background-color: #e74c3c;
  border-color: #e74c3c;
  color: #ffffff; }

.alert-danger hr {
  border-top-color: #e43725; }

.alert-danger .alert-link {
  color: #e6e6e6; }

.panel {
  margin-bottom: 8px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px; }

.formfifty {
  width: 44%;
  float: left;
  margin-right: 20px; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90); }

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.9); }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.9); }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.9); }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(0, 0, 0, 0.9); }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(0, 0, 0, 0.9); }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9); }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9); }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9); }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.navbar {
  border-width: 0;
  width: 66.3%; }

.cd-pagination {
  width: 98%;
  max-width: 790px;
  margin: 2.6em auto 4.5em;
  text-align: center; }

.cd-pagination.move-buttons {
  -webkit-margin-before: 0 !important;
  -webkit-margin-after: 0 !important;
  -webkit-padding-start: 0 !important; }

.cd-pagination li {
  /* hide numbers on small devices */
  display: none;
  margin: 0 .15em;
  min-width: 40px; }

.cd-pagination li.button {
  /* make sure prev next buttons are visible */
  display: inline-block; }

.cd-pagination a, .cd-pagination span {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* use padding and font-size to change buttons size */
  padding: .6em .8em;
  font-size: 1.6rem; }

.cd-pagination a {
  border: 1px solid #e6e6e6;
  border-radius: 0.15em;
  min-width: 37px; }

.no-touch .cd-pagination a:hover {
  background-color: #f2f2f2; }

.cd-pagination a:hover {
  text-decoration: none;
  background-color: #DDD; }

.cd-pagination a:active {
  /* click effect */
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9); }

.cd-pagination a.disabled {
  /* button disabled */
  color: rgba(46, 64, 87, 0.4);
  pointer-events: none; }

.cd-pagination a.disabled::before, .cd-pagination a.disabled::after {
  opacity: .4; }

.cd-pagination .button:first-of-type a::before {
  content: '\00ab  '; }

.cd-pagination .button:last-of-type a::after {
  content: ' \00bb'; }

.cd-pagination .current {
  /* selected number */
  background-color: #DDD;
  border: 1px solid #AA0023;
  color: #ffffff;
  pointer-events: none;
  border-radius: 0.15em; }

@media only screen and (min-width: 768px) {
  .cd-pagination li {
    display: inline-block; }
  .cd-pagination {
    margin: 0 auto 1em; } }

@media (max-width: 768px) {
  .cd-pagination {
    margin: 0 auto 0 .25em; } }

@media only screen and (min-width: 1170px) {
  .cd-pagination {
    margin: 2em auto 2em; } }

/* --------------------------------

    No space - remove distance between list items

    -------------------------------- */
.cd-pagination.no-space {
  width: auto;
  max-width: none;
  display: inline-block;
  border-radius: 0.25em;
  border: 1px solid #e6e6e6; }

.cd-pagination.no-space:after {
  content: "";
  display: table;
  clear: both; }

.cd-pagination.no-space li {
  margin: 0;
  float: left;
  border-right: 1px solid #e6e6e6; }

.cd-pagination.no-space li:last-of-type {
  border-right: none; }

.cd-pagination.no-space a, .cd-pagination.no-space span {
  float: left;
  border-radius: 0;
  padding: .8em 1em;
  border: none; }

.cd-pagination.no-space li:first-of-type a {
  border-radius: 0.25em 0 0 0.25em; }

.cd-pagination.no-space li:last-of-type a {
  border-radius: 0 0.25em 0.25em 0; }

/* --------------------------------

    move buttons - move prev and next buttons to the sides

    -------------------------------- */
.cd-pagination.move-buttons:after {
  content: "";
  display: table;
  clear: both; }

.cd-pagination.move-buttons .button:first-of-type {
  float: left; }

.cd-pagination.move-buttons .button:last-of-type {
  float: right; }

.cd-pagination.no-space.move-buttons {
  width: 90%;
  max-width: 768px;
  display: block;
  overflow: hidden; }

.cd-pagination.no-space.move-buttons li {
  float: none;
  border: none; }

.cd-pagination.no-space.move-buttons a, .cd-pagination.no-space.move-buttons span {
  float: none; }

/* --------------------------------

    custom icons - customize the small arrow inside the next and prev buttons

    -------------------------------- */
.cd-pagination.custom-icons .button a {
  position: relative; }

.cd-pagination.custom-icons .button:first-of-type a {
  padding-left: 2.4em; }

.cd-pagination.custom-icons .button:last-of-type a {
  padding-right: 2.4em; }

.cd-pagination.custom-icons .button:first-of-type a::before,
.cd-pagination.custom-icons .button:last-of-type a::after {
  content: '';
  position: absolute;
  display: inline-block;
  /* set size for custom icons */
  width: 16px;
  height: 16px;
  top: 50%;
  /* set margin-top = icon height/2 */
  margin-top: -8px;
  background: transparent url("/images/cd-icon-arrow-1.svg") no-repeat center center; }

.cd-pagination.custom-icons .button:first-of-type a::before {
  left: .8em; }

.cd-pagination.custom-icons .button:last-of-type a::after {
  right: .8em;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

/* --------------------------------

    custom buttons - replace prev and next buttons text with a custom icon

    -------------------------------- */
.cd-pagination.custom-buttons a, .cd-pagination.custom-buttons span {
  vertical-align: middle; }

.cd-pagination.custom-buttons .button a {
  /* set custom width */
  width: 40px;
  /* image replacement */
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  color: transparent;
  background-image: url("/images/cd-icon-arrow-2.svg");
  background-repeat: no-repeat;
  background-position: center center; }

.cd-pagination.custom-buttons .button:last-of-type a {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.no-touch .cd-pagination.custom-buttons .button:last-of-type a:active {
  -webkit-transform: scale(0.9) rotate(180deg);
  -moz-transform: scale(0.9) rotate(180deg);
  -ms-transform: scale(0.9) rotate(180deg);
  -o-transform: scale(0.9) rotate(180deg);
  transform: scale(0.9) rotate(180deg); }

.cd-pagination.no-space.custom-buttons .button:last-of-type a {
  border-radius: 0.25em 0 0 0.25em; }

/* --------------------------------

    animated buttons - animate the text inside prev and next buttons

    -------------------------------- */
.cd-pagination.animated-buttons a, .cd-pagination.animated-buttons span {
  padding: 0 1.4em;
  height: 50px;
  line-height: 50px;
  overflow: hidden; }

.cd-pagination.animated-buttons .button a {
  position: relative;
  padding: 0 2em; }

.cd-pagination.animated-buttons .button:first-of-type a::before,
.cd-pagination.animated-buttons .button:last-of-type a::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  right: auto;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }

.cd-pagination.animated-buttons .button:last-of-type a::after {
  -webkit-transform: translateX(-50%) rotate(180deg);
  -moz-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  -o-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg); }

.cd-pagination.animated-buttons i {
  display: block;
  height: 100%;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }

.no-touch .cd-pagination.animated-buttons .button a:hover i {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.no-touch .cd-pagination.animated-buttons .button:first-of-type a:hover::before {
  -webkit-transform: translateX(-50%) translateY(-50px);
  -moz-transform: translateX(-50%) translateY(-50px);
  -ms-transform: translateX(-50%) translateY(-50px);
  -o-transform: translateX(-50%) translateY(-50px);
  transform: translateX(-50%) translateY(-50px); }

.no-touch .cd-pagination.animated-buttons .button:last-of-type a:hover::after {
  -webkit-transform: translateX(-50%) rotate(180deg) translateY(50px);
  -moz-transform: translateX(-50%) rotate(180deg) translateY(50px);
  -ms-transform: translateX(-50%) rotate(180deg) translateY(50px);
  -o-transform: translateX(-50%) rotate(180deg) translateY(50px);
  transform: translateX(-50%) rotate(180deg) translateY(50px); }

/* END SEARCH CSS */
.menutext {
  font-size: .48em;
  color: #fff;
  margin-left: -1.6px; }

H2.footerheadingmobile {
  margin-left: 14px;
  font-size: 1.5em !important; }

.footerpanel .panel-body {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3; }

h4.panel-title a:active {
  color: #AA0023; }

@media only screen and (min-width: 1200px) {
  .yesundertwelve {
    display: none; }
  .noundertwelve {
    display: block; } }

@media only screen and (max-width: 1200px) {
  .yesundertwelve {
    display: block; }
  .noundertwelve {
    display: none; } }

@media (min-width: 768px) and (max-width: 1169px) {
  .footerdivs {
    min-height: 390px;
    border-bottom: 1px solid #DDD;
    padding-left: 30px;
    margin-bottom: 20px; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
  .yesundertwelve {
    display: block; }
  .noundertwelve {
    display: none; } }

@media (max-width: 768px) {
  .footerdivs {
    margin-left: 20px;
    padding: 20px;
    width: 40%;
    overflow: hidden;
    float: left;
    border: 1px solid #ddd; } }

@media only screen and (max-width: 468px) {
  .footerpanel .panel-body {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2; } }

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .btn-group > .btn-unav:nth-child(3) {
    margin-left: 2%; } }

/* IE9 Specific Dropdown Code*/
:root .dropdown:hover .dropdown-menu {
  display: block\9; }

/* IE9 Specific Dropdown Code - end*/
.stMain ul.tabAnchor {
  list-style-type: none; }

body > .navbar {
  -webkit-transition: background-color 300ms ease-in;
  transition: background-color 300ms ease-in; }

@media (min-width: 768px) {
  body > .navbar-transparent {
    background-color: transparent; }
  body > .navbar-transparent .navbar-nav > .open > a {
    background-color: transparent !important; } }

#home {
  padding-top: 0; }

#home .navbar-brand {
  padding: 13.5px 15px 12.5px; }

#home .navbar-brand > img {
  display: inline;
  margin: 0 10px;
  height: 100%; }

#banner {
  min-height: 300px;
  border-bottom: none; }

.page-header h1 {
  font-size: 4em; }

.bs-docs-section {
  margin-top: 0; }

.bs-component {
  position: relative; }

.unavcontainer {
  position: relative; }

.bs-component .modal {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  z-index: 1;
  display: block; }

.bs-component .modal-dialog {
  width: 90%; }

.modal-backdrop.fade {
  z-index: 0; }

.bs-component .popover {
  position: relative;
  display: inline-block;
  width: 220px;
  margin: 20px; }

#source-button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  font-weight: 700;
  display: none !important; }

.nav-tabs {
  margin-bottom: 15px; }

.progress {
  margin-bottom: 10px; }

footer {
  margin: 0; }

footer li {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

footer p {
  clear: left;
  margin-bottom: 0; }

.splash {
  padding: 9em 0 2em;
  background-color: #141d27;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  text-align: center; }

.splash .logo {
  width: 160px; }

.splash h1 {
  font-size: 3em; }

.splash #social {
  margin: 2em 0; }

.splash .alert {
  margin: 2em 0; }

.section-tout {
  padding: 4em 0 3em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #eaf1f1; }

.section-tout .fa {
  margin-right: .5em; }

.section-tout p {
  margin-bottom: 3em; }

.section-preview {
  padding: 4em 0 4em; }

.section-preview .preview {
  margin-bottom: 4em;
  background-color: #eaf1f1; }

.section-preview .preview .image {
  position: relative; }

.section-preview .preview .image:before {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  pointer-events: none; }

.section-preview .preview .options {
  padding: 1em 2em 2em;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-top: none;
  text-align: center; }

.section-preview .preview .options p {
  margin-bottom: 2em; }

.section-preview .dropdown-menu {
  text-align: left; }

.section-preview .lead {
  margin-bottom: 2em; }

@media (max-width: 767px) {
  .section-preview .image img {
    width: 100%; } }

@media (max-width: 767px) {
  .splash {
    padding-top: 4em; }
  .splash .logo {
    width: 100px; }
  .splash h1 {
    font-size: 2em; }
  #banner {
    margin-bottom: 2em;
    text-align: center; } }

a:hover, a:active, a:focus {
  outline: 0; }

.bgred {
  background-color: #b71234; }

.bgredd {
  background-color: #831525; }

.bgteal {
  background-color: #27bbb2; }

.bggray {
  background-color: #d7d7d7; }

.bggrayd {
  background-color: #6d6e71; }

.bggrayl {
  background-color: #bbbdc0; }

.bgblack {
  background-color: black; }

.bgblue {
  background-color: #00a9e0; }

.bgyellow {
  background-color: #ffcb08; }

.bgwhite {
  background-color: white; }

.bgwhiteo {
  background-color: whitesmoke; }

.gradwhitegray, .backwhitegraygrad {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 12%, #b6b7b7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(12%, #ffffff), color-stop(100%, #b6b7b7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 12%, #b6b7b7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 12%, #b6b7b7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 12%, #b6b7b7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 12%, #b6b7b7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b6b7b7',GradientType=0 );
  /* IE6-9 */ }

.gradwhiteblue {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 12%, #00A9E0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(12%, #ffffff), color-stop(100%, #00A9E0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 12%, #00A9E0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 12%, #00A9E0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 12%, #00A9E0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 12%, #00A9E0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00A9E0',GradientType=0 );
  /* IE6-9 */ }

.gradwhiteteal {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 12%, #27BBB2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(12%, #ffffff), color-stop(100%, #27BBB2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 12%, #27BBB2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 12%, #27BBB2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 12%, #27BBB2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 12%, #27BBB2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#27BBB2',GradientType=0 );
  /* IE6-9 */ }

.gradreddarkred {
  background: #b71234;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b71234 12%, #831525 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(12%, #b71234), color-stop(100%, #831525));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b71234 12%, #831525 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b71234 12%, #831525 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b71234 12%, #831525 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #b71234 12%, #831525 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(183, 18, 52)', endColorstr='rgb(109, 110, 113)',GradientType=0 );
  /* IE6-9 */ }

.olred {
  background: rgba(183, 18, 52, 0.8); }

.olredd {
  background: rgba(131, 21, 37, 0.8); }

.olteal {
  background: rgba(39, 187, 178, 0.8); }

.olgrayd {
  background: rgba(109, 110, 113, 0.8); }

.olgray {
  background: rgba(215, 215, 215, 0.8); }

.olgrayl {
  background: rgba(187, 189, 192, 0.8); }

.olblack {
  background: rgba(0, 0, 0, 0.6); }

.olblue {
  background: rgba(0, 169, 224, 0.8); }

.olyellow {
  background: rgba(255, 203, 8, 0.8); }

.olwhite {
  background: rgba(255, 255, 255, 0.8); }

.olwhiteo {
  background: rgba(245, 245, 245, 0.8); }

.mbmred {
  background: #b71234;
  mix-blend-mode: multiply; }

.mbmredd {
  background: #831525;
  mix-blend-mode: multiply; }

.mbmteal {
  background: #27bbb2;
  mix-blend-mode: multiply; }

.mbmgrayd {
  background: #6d6e71;
  mix-blend-mode: multiply; }

.mbmgray {
  background: #d7d7d7;
  mix-blend-mode: multiply; }

.mbmgrayl {
  background: #bbbdc0;
  mix-blend-mode: multiply; }

.mbmblack {
  background: black;
  background: rgba(0, 0, 0, 0.6); }

.mbmblue {
  background: #00a9e0;
  mix-blend-mode: multiply; }

.mbmyellow {
  background: #ffcb08;
  mix-blend-mode: multiply; }

.mbmwhite {
  background: white;
  mix-blend-mode: multiply; }

.mbmwhiteo {
  background: whitesmoke;
  mix-blend-mode: multiply; }

@media screen and (-ms-high-contrast: active), all and (-ms-high-contrast: none) {
  .mbmred, .mbmredd, .mbmblue, .mbmgray, .mbmgrayd, .mbmgrayl, .mbmteal, .mbmwhite, .mbmwhiteo, .mbmyellow {
    opacity: 0.8; } }

@media (max-width: 768px) {
  .olred, .mbmred {
    background: #b71234;
    opacity: 1; }
  .olredd, .mbmredd {
    background: #831525;
    opacity: 1; }
  .olteal, .mbmteal {
    background: #27bbb2;
    opacity: 1; }
  .olgrayd, .mbmgrayd {
    background: #6d6e71;
    opacity: 1; }
  .olgray, .mbmgray {
    background: #d7d7d7;
    opacity: 1; }
  .olgrayl, .mbmgrayl {
    background: #bbbdc0;
    opacity: 1; }
  .olblack, .mbmblack {
    background: black;
    opacity: 1; }
  .olblue, .mbmblue {
    background: #00a9e0;
    opacity: 1; }
  .olyellow, .mbmyellow {
    background: #ffcb08;
    opacity: 1; }
  .olwhite, .mbmwhite {
    background: white;
    opacity: 1; }
  .olwhiteo, .mbmwhiteo {
    background: whitesmoke;
    opacity: 1; } }

.printLogo {
  display: none; }

@media print {
  .printLogo {
    display: block; } }

.tred, .tred:hover {
  color: #b71234; }

.tredd, .tredd:hover {
  color: #831525; }

.tteal, .tteal:hover {
  color: #27bbb2; }

.tgrayd, .tgrayd:hover {
  color: #6d6e71; }

.tgrayl, .tgrayl:hover {
  color: #bbbdc0; }

.tblack, .tblack:hover {
  color: black; }

.tblue, .tblue:hover {
  color: #00a9e0; }

.tyellow, .tyellow:hover {
  color: #ffcb08; }

.twhite, .twhite:hover {
  color: white; }

.twhiteo, .twhiteo:hover {
  color: whitesmoke; }

.taLeft {
  text-align: left; }

.taRight {
  text-align: right; }

.taCenter {
  text-align: center; }

.taJustify {
  text-align: justify; }

.taUnset {
  text-align: unset; }

.margbtmstd {
  margin-bottom: 8px !important; }

.colrightpad {
  padding-right: 4px !important; }

.colleftpad {
  padding-left: 4px !important; }

.colcenterpad {
  padding-right: 4px !important;
  padding-left: 4px !important; }

.margbtm8px {
  margin-bottom: 8px !important; }

.margbtm6px {
  margin-bottom: 6px !important; }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .colrightpad, .colcenterpad, .colleftpad, .np2, .np3, .np4, .np2l, .np3l, .np4l, .lnp, .lnpl, .rnp, .rnpl {
    padding: 0px !important;
    margin: 0px !important;
    margin-bottom: 8px !important; }
  .margbtm8px .colleftpad, .margbtm8px .np2l, .margbtm8px .np3l, .margbtm8px .np4l, .margbtm8px .lnpl, .margbtm8px .rnpl .margbtmstd .colleftpad, .margbtmstd .np2l, .margbtmstd .np3l, .margbtmstd .np4l, .margbtmstd .lnpl, .margbtmstd .rnpl {
    margin: 0 !important; } }

@media only screen and (max-width: 480px) {
  .colrightpad, .colcenterpad, .colleftpad, .np2, .np3, .np4, .np2l, .np3l, .np4l, .lnp, .lnpl, .rnp, .rnpl {
    padding: 0px !important;
    margin: 0px !important;
    margin-bottom: 8px !important; }
  .margbtm8px .colleftpad, .margbtm8px .np2l, .margbtm8px .np3l, .margbtm8px .np4l, .margbtm8px .lnpl, .margbtm8px .rnpl .margbtmstd .colleftpad, .margbtmstd .np2l, .margbtmstd .np3l, .margbtmstd .np4l, .margbtmstd .lnpl, .margbtmstd .rnpl {
    margin: 0 !important; } }

.footer {
  margin-top: 32px; }
  .footer > .columns {
    background: white; }
  .footer a:hover {
    text-decoration: none !important; }
  .footer .collapse {
    float: left;
    clear: both; }
  .footer .accordion {
    padding-left: 15px;
    padding-right: 15px; }
    .footer .accordion ul {
      list-style: none;
      padding-left: 0px;
      float: left;
      margin: 0; }
    .footer .accordion .panel-body {
      padding: 0 0 0 15px;
      float: left; }
    .footer .accordion .accordion-navigation .parentlink {
      width: 100%;
      float: left;
      display: block !important;
      text-align: left; }
      .footer .accordion .accordion-navigation .parentlink a {
        font-size: 22px;
        padding: 0 !important; }
    .footer .accordion .accordion-navigation li {
      width: 100%;
      text-align: left; }
  .footer .linksection {
    background-color: #eaeaea;
    padding: 30px 15px 155px; }
    .footer .linksection.footerdarkgray {
      background-color: #dfdfdf; }
    .footer .linksection.footerlightgray {
      background-color: #eaeaea; }
    .footer .linksection.footerwhite {
      background-color: white; }
    .footer .linksection a {
      color: #0A0A0A;
      font-size: 16px;
      line-height: 25px; }
      .footer .linksection a:hover {
        color: #b71234; }
    .footer .linksection.Business a:hover {
      color: #00a9e0; }
    .footer .linksection hr {
      border-color: #0A0A0A;
      margin: 0 30px 20px; }
    .footer .linksection p {
      margin: 0;
      font-size: 16px;
      text-transform: uppercase; }
    .footer .linksection .footer-bottom {
      position: absolute;
      width: 100%;
      bottom: 30px;
      left: 0px; }
    .footer .linksection .copyright p {
      text-align: center; }
    .footer .linksection .row:first-child {
      padding: 0; }
  .footer .lastlinks {
    margin-bottom: 25px; }
  .footer .copyright p,
  .footer .lastlinks a {
    margin: 0 15px;
    font-size: 13px; }
  .footer .lastlinks a {
    white-space: nowrap; }
  .footer .panel {
    background-color: transparent; }

.colorsection {
  background: #dfdfdf;
  padding: 30px 30px 95px; }
  .colorsection > .social,
  .colorsection > a {
    float: left;
    clear: left; }
  .colorsection > p {
    text-align: left;
    line-height: 18px; }
  .colorsection .footer-instructions {
    text-align: left;
    clear: both; }
    .colorsection .footer-instructions a {
      float: none;
      clear: none; }
  .colorsection > a > img {
    margin: 0px 15px 30px 0;
    float: left;
    border-radius: 0;
    height: 27px; }
  .colorsection > a:hover {
    color: #000; }
  .colorsection > a > h2 {
    line-height: 27px;
    float: left;
    margin: 0px;
    padding: 0px 3px;
    margin: 0 0 15px 0;
    font-size: 21px;
    font-family: "gothambook", sans-serif;
    color: black;
    text-transform: uppercase; }
    .colorsection > a > h2:hover {
      color: #b71234; }
  .colorsection .actionlinks a {
    color: black; }
    .colorsection .actionlinks a:hover {
      color: #b71234; }
  .colorsection.Business > a > h2:hover {
    color: #00a9e0; }
  .colorsection.Business .actionlinks a:hover {
    color: #00a9e0; }
  .colorsection.footerblue > a > h2 a,
  .colorsection.footerblue .actionlinks a {
    color: white; }
    .colorsection.footerblue > a > h2 a:hover,
    .colorsection.footerblue .actionlinks a:hover {
      color: #6E6E6E; }
  .colorsection.footerred > a > h2 a,
  .colorsection.footerred .actionlinks a {
    color: white; }
    .colorsection.footerred > a > h2 a:hover,
    .colorsection.footerred .actionlinks a:hover {
      color: #A0A0A0; }
  .colorsection > a:first-child > h2 {
    padding-top: 0px; }
  .colorsection button {
    margin-top: 15px;
    text-align: left;
    display: block; }
  .colorsection .actionlinks {
    margin-top: 30px;
    clear: left; }
    .colorsection .actionlinks a {
      display: block;
      text-align: left; }
    .colorsection .actionlinks a:after {
      content: "\00BB";
      padding-left: 5px; }
  .colorsection .social {
    position: absolute;
    bottom: 30px; }
    .colorsection .social a {
      margin: 0 7px; }
      .colorsection .social a img {
        margin: 0; }
      .colorsection .social a:first-child {
        margin-left: 0px; }
      .colorsection .social a:last-child {
        margin-right: 0px; }
  .colorsection .fa {
    font-size: 27px;
    float: left;
    margin: 0px 15px 15px 0;
    color: #B71234; }
  .colorsection input {
    width: 100%;
    line-height: 30px;
    font-size: 21px;
    padding-left: 5px;
    text-transform: capitalize; }
  .colorsection.footerblue {
    background-color: #00a9e0; }
    .colorsection.footerblue > a > h2 {
      color: white; }
      .colorsection.footerblue > a > h2:hover {
        color: #6d6e71; }
    .colorsection.footerblue .footer-instructions {
      color: white; }
  .colorsection.footerdarkgray {
    background-color: #dfdfdf; }
  .colorsection.footerlightgray {
    background-color: #eaeaea; }
  .colorsection.footerred {
    background-color: #b71234; }
    .colorsection.footerred > a > h2 {
      color: white; }
      .colorsection.footerred > a > h2:hover {
        color: #a0a0a0; }
    .colorsection.footerred .footer-instructions {
      color: white; }
  .colorsection.footerwhite {
    background-color: white; }
  .colorsection.Business a, .colorsection.Business .footer-instructions, .colorsection.Business input {
    font-family: "gothammedium", sans-serif; }
  .colorsection.Business > a > h2 {
    font-family: "gothammedium", sans-serif; }

.accordion .accordion-navigation .opener,
.accordion .accordion-navigation .content {
  padding: 0;
  background-color: transparent; }

.accordion .accordion-navigation .content {
  clear: left; }

.accordion .accordion-navigation .opener {
  display: block;
  float: right;
  background-image: url(/images/menu_close.svg) !important;
  height: 20px;
  width: 20px;
  clear: right;
  background-color: transparent !important; }
  .accordion .accordion-navigation .opener.collapsed:hover, .accordion .accordion-navigation .opener.collapsed {
    background-image: url(/images/menu_open.svg) !important; }

.off-canvas-wrap ul.off-canvas-list li a,
.off-canvas-wrap .accordion .accordion-navigation .parentlink a,
.off-canvas-wrap .accordion .accordion-navigation .opener,
.off-canvas-wrap .accordion .accordion-navigation .content {
  border-bottom: 0px solid transparent;
  color: #6D6E71; }

.off-canvas-wrap .accordion .accordion-navigation .parentlink a {
  font-size: 28px; }

.off-canvas-wrap .accordion .accordion-navigation .opener,
.footer .accordion .accordion-navigation .opener {
  height: 28px;
  width: 28px; }

@media only screen and (max-width: 825px) {
  .mid-row .columns .left {
    margin-top: 9px !important;
    clear: right; }
  .mid-row .columns .right > li {
    margin: 10px 15px 3px 0; } }

@media only screen and (min-width: 992px) {
  .footer > .row > .columns {
    padding: 30px; }
  .footer .accordion .accordion-navigation .content {
    display: block; }
  .footer .accordion .accordion-navigation .collapse {
    display: block;
    visibility: visible; }
  .footer .accordion .accordion-navigation .opener {
    display: none; }
  .footer .accordion .accordion-navigation .parentlink {
    width: 100%;
    text-align: left; }
    .footer .accordion .accordion-navigation .parentlink a {
      font-size: 21px; } }

.bottomlinkA {
  text-align: right; }

.bottomlinkB {
  text-align: left; }

@media only screen and (max-width: 780px) {
  .bottomlinkA, .bottomlinkB {
    text-align: center; } }

@media only screen and (max-width: 992px) {
  .footer .accordion {
    clear: both; }
  .footer .accordion .accordion-navigation .parentlink {
    height: 45px; }
  .footer .accordion .accordion-navigation .parentlink a {
    line-height: 45px; }
  .footer .accordion .accordion-navigation .opener {
    margin: 8px 0; }
  .footer .copyright p,
  .footer .lastlinks a {
    margin: 0 10px;
    font-size: 11px; }
  .footer .linksection {
    padding: 15px 0px 155px; }
    .footer .linksection hr {
      margin: 0 15px 20px; } }

.simplefooter {
  margin: 0; }
  .simplefooter .footerwrapper {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #bbbdc0; }
    .simplefooter .footerwrapper hr {
      border-color: #0A0A0A;
      margin: 20px 30px; }
    .simplefooter .footerwrapper .lastlinks {
      margin-bottom: 25px; }
      .simplefooter .footerwrapper .lastlinks a {
        white-space: nowrap;
        color: #0A0A0A;
        font-size: 16px;
        line-height: 25px;
        margin: 0 15px;
        font-size: 13px; }
        .simplefooter .footerwrapper .lastlinks a.hover {
          color: #B71234; }
    .simplefooter .footerwrapper .copyright p {
      text-align: center;
      margin: 0 0 15px 0;
      font-size: 13px; }
    @media only screen and (max-width: 748px) {
      .simplefooter .footerwrapper .bottomlinkA, .simplefooter .footerwrapper .bottomlinkB {
        text-align: center; } }
    @media only screen and (max-width: 992px) {
      .simplefooter .footerwrapper .bottomlinkA, .simplefooter .footerwrapper .bottomlinkB {
        text-align: center; }
      .simplefooter .footerwrapper .copyright p,
      .simplefooter .footerwrapper .lastlinks a {
        font-size: 11px; }
      .simplefooter .footerwrapper hr {
        margin: 30px; } }

@media screen and (min-device-width: 992px) and (max-device-width: 1150px) {
  .footer .linksection a {
    font-size: 12px; }
  .footer .accordion {
    padding-left: 5px;
    padding-right: 5px; } }

.cta .bigicon {
  max-width: 240px; }

@media only screen and (max-device-width: 568px) {
  .forms .recaptcha {
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  .forms form {
    padding-bottom: 300px; } }

/* geo-location css */
#geotool {
  top: 0;
  float: right;
  width: auto;
  height: 26px;
  border: none;
  font-size: 16px;
  background-color: #f8f8f8; }

#inputText {
  background-color: red; }

#geocity {
  padding-bottom: 4px;
  color: #aa0023;
  cursor: pointer;
  cursor: hand; }

#geo {
  margin-left: 10px;
  height: 23px;
  color: #aa0023; }

#changeLcation {
  width: 250px; }

#chagneLocation input {
  color: #aa0023;
  width: 100%;
  border-style: solid;
  padding-left: 2px; }

#chagneLocation button {
  color: #fff;
  background-color: #b71234;
  width: 100%;
  margin-top: 10px; }

.popover-content {
  width: 180px; }

/* nav-bar css */
.nav-bars {
  height: 127px;
  position: fixed;
  width: 100%;
  z-index: 111;
  /* MEGA MENU POSITIONING STYLES

–––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* DROPDOWN GENERAL STYLES

–––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* TOP LINKS INSIDE DROPDOWN STYLES

–––––––––––––––––––––––––––––––––––––––––––––––––– */ }
  .nav-bars #headerwrapper {
    max-width: 1200px;
    margin: 0 auto; }
  .nav-bars a:hover {
    text-decoration: none; }
  .nav-bars .left {
    float: left !important; }
  .nav-bars .right {
    float: right !important; }
  .nav-bars .clearfix:before, .nav-bars .clearfix:after {
    content: " ";
    display: table; }
  .nav-bars .clearfix:after {
    clear: both; }
  .nav-bars .contain-to-grid {
    width: 100%;
    background: #333333; }
  .nav-bars .contain-to-grid .top-bar {
    margin-bottom: 0; }
  .nav-bars .fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    left: 0; }
  .nav-bars .fixed.expanded:not(.top-bar) {
    height: auto;
    max-height: 100%;
    overflow-y: auto;
    width: 100%; }
  .nav-bars .fixed.expanded:not(.top-bar) .title-area {
    position: fixed;
    width: 100%;
    z-index: 99; }
  .nav-bars .fixed.expanded:not(.top-bar) .top-bar-section {
    margin-top: 2.8125rem;
    z-index: 98; }
  .nav-bars .top-bar {
    background: #333333;
    height: 2.8125rem;
    line-height: 2.8125rem;
    margin-bottom: 0;
    position: relative; }
  .nav-bars .top-bar ul {
    list-style: none;
    margin-bottom: 0; }
  .nav-bars .top-bar .row {
    max-width: none; }
  .nav-bars .top-bar form,
  .nav-bars .top-bar input,
  .nav-bars .top-bar select {
    margin-bottom: 0; }
  .nav-bars .top-bar input,
  .nav-bars .top-bar select {
    font-size: 0.75rem;
    height: 1.75rem;
    padding-bottom: .35rem;
    padding-top: .35rem; }
  .nav-bars .top-bar .button, .nav-bars .top-bar button {
    font-size: 0.75rem;
    margin-bottom: 0;
    padding-bottom: 0.4125rem;
    padding-top: 0.4125rem; }
  @media only screen and (max-width: 767px) {
    .nav-bars {
      height: 124px;
      position: relative;
      height: 100%; }
      .nav-bars .headerpadding {
        padding-top: 0; }
      .nav-bars .top-bar .button, .nav-bars .top-bar button {
        position: relative;
        top: -1px; } }
  .nav-bars .top-bar .title-area {
    margin: 0;
    position: relative; }
  .nav-bars .top-bar .name {
    font-size: 16px;
    height: 2.8125rem;
    margin: 0; }
  .nav-bars .top-bar .name h1, .nav-bars .top-bar .name h2, .nav-bars .top-bar .name h3, .nav-bars .top-bar .name h4, .nav-bars .top-bar .name p, .nav-bars .top-bar .name span {
    font-size: 1.0625rem;
    line-height: 2.8125rem;
    margin: 0; }
  .nav-bars .top-bar .name h1 a, .nav-bars .top-bar .name h2 a, .nav-bars .top-bar .name h3 a, .nav-bars .top-bar .name h4 a, .nav-bars .top-bar .name p a, .nav-bars .top-bar .name span a {
    color: white;
    display: block;
    font-weight: normal;
    padding: 0 0.9375rem;
    width: 75%; }
  .nav-bars .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
  .nav-bars .top-bar .toggle-topbar a {
    color: white;
    display: block;
    font-size: 0.8125rem;
    font-weight: bold;
    height: 2.8125rem;
    line-height: 2.8125rem;
    padding: 0 0.9375rem;
    position: relative;
    text-transform: uppercase; }
  .nav-bars .top-bar .toggle-topbar.menu-icon {
    margin-top: -16px;
    top: 50%; }
  .nav-bars .top-bar .toggle-topbar.menu-icon a {
    color: white;
    height: 34px;
    line-height: 33px;
    padding: 0 2.5rem 0 0.9375rem;
    position: relative; }
  .nav-bars .top-bar .toggle-topbar.menu-icon a span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    margin-top: -8px;
    top: 50%;
    right: 0.9375rem;
    box-shadow: 0 0 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white;
    width: 16px; }
  .nav-bars .top-bar .toggle-topbar.menu-icon a span:hover:after {
    box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""; }
  .nav-bars .top-bar.expanded {
    background: transparent;
    height: auto; }
  .nav-bars .top-bar.expanded .title-area {
    background: #333333; }
  .nav-bars .top-bar.expanded .toggle-topbar a {
    color: #888888; }
  .nav-bars .top-bar.expanded .toggle-topbar a span::after {
    box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .nav-bars .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown,
    .nav-bars .top-bar.expanded .top-bar-section .dropdown {
      clip: initial; }
    .nav-bars .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
      padding: 0; } }
  .nav-bars .top-bar-section {
    left: 0;
    position: relative;
    width: auto;
    transition: left 300ms ease-out;
    background-color: #f8f8f8; }
  .nav-bars .top-bar-section ul {
    display: block;
    font-size: 16px;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%; }
    .nav-bars .top-bar-section ul .NavItem {
      font-size: 20px !important;
      text-transform: uppercase; }
  .nav-bars .top-bar-section .divider,
  .nav-bars .top-bar-section [role="separator"] {
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%; }
  .nav-bars .top-bar-section ul li {
    background: #333333; }
  .nav-bars .top-bar-section ul li > a {
    color: white;
    display: block;
    font-family: "gothambook", sans-serif;
    font-size: 0.8125rem;
    font-weight: normal;
    padding-left: 0.9375rem;
    padding: 12px 0 12px 0.9375rem;
    text-transform: none;
    width: 100%; }
  .nav-bars .top-bar-section ul li > a.button {
    font-size: 0.8125rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    background-color: #008CBA;
    border-color: #007095;
    color: white; }
  .nav-bars .top-bar-section ul li > a.button:hover, .nav-bars .top-bar-section ul li > a.button:focus {
    background-color: #007095; }
  .nav-bars .top-bar-section ul li > a.button:hover, .nav-bars .top-bar-section ul li > a.button:focus {
    color: white; }
  .nav-bars .top-bar-section ul li > a.button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333; }
  .nav-bars .top-bar-section ul li > a.button.secondary:hover, .nav-bars .top-bar-section ul li > a.button.secondary:focus {
    background-color: #b9b9b9; }
  .nav-bars .top-bar-section ul li > a.button.secondary:hover, .nav-bars .top-bar-section ul li > a.button.secondary:focus {
    color: #333333; }
  .nav-bars .top-bar-section ul li > a.button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: white; }
  .nav-bars .top-bar-section ul li > a.button.success:hover, .nav-bars .top-bar-section ul li > a.button.success:focus {
    background-color: #368a55; }
  .nav-bars .top-bar-section ul li > a.button.success:hover, .nav-bars .top-bar-section ul li > a.button.success:focus {
    color: white; }
  .nav-bars .top-bar-section ul li > a.button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: white; }
  .nav-bars .top-bar-section ul li > a.button.alert:hover, .nav-bars .top-bar-section ul li > a.button.alert:focus {
    background-color: #cf2a0e; }
  .nav-bars .top-bar-section ul li > a.button.alert:hover, .nav-bars .top-bar-section ul li > a.button.alert:focus {
    color: white; }
  .nav-bars .top-bar-section ul li > a.button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: white; }
  .nav-bars .top-bar-section ul li > a.button.warning:hover, .nav-bars .top-bar-section ul li > a.button.warning:focus {
    background-color: #cf6e0e; }
  .nav-bars .top-bar-section ul li > a.button.warning:hover, .nav-bars .top-bar-section ul li > a.button.warning:focus {
    color: white; }
  .nav-bars .top-bar-section ul li > a.button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
  .nav-bars .top-bar-section ul li > a.button.info:hover, .nav-bars .top-bar-section ul li > a.button.info:focus {
    background-color: #61b6d9; }
  .nav-bars .top-bar-section ul li > a.button.info:hover, .nav-bars .top-bar-section ul li > a.button.info:focus {
    color: white; }
  .nav-bars .top-bar-section ul li > button {
    font-size: 0.8125rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    background-color: #008CBA;
    border-color: #007095;
    color: white; }
  .nav-bars .top-bar-section ul li > button:hover, .nav-bars .top-bar-section ul li > button:focus {
    background-color: #007095; }
  .nav-bars .top-bar-section ul li > button:hover, .nav-bars .top-bar-section ul li > button:focus {
    color: white; }
  .nav-bars .top-bar-section ul li > button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333; }
  .nav-bars .top-bar-section ul li > button.secondary:hover, .nav-bars .top-bar-section ul li > button.secondary:focus {
    background-color: #b9b9b9; }
  .nav-bars .top-bar-section ul li > button.secondary:hover, .nav-bars .top-bar-section ul li > button.secondary:focus {
    color: #333333; }
  .nav-bars .top-bar-section ul li > button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: white; }
  .nav-bars .top-bar-section ul li > button.success:hover, .nav-bars .top-bar-section ul li > button.success:focus {
    background-color: #368a55; }
  .nav-bars .top-bar-section ul li > button.success:hover, .nav-bars .top-bar-section ul li > button.success:focus {
    color: white; }
  .nav-bars .top-bar-section ul li > button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: white; }
  .nav-bars .top-bar-section ul li > button.alert:hover, .nav-bars .top-bar-section ul li > button.alert:focus {
    background-color: #cf2a0e; }
  .nav-bars .top-bar-section ul li > button.alert:hover, .nav-bars .top-bar-section ul li > button.alert:focus {
    color: white; }
  .nav-bars .top-bar-section ul li > button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: white; }
  .nav-bars .top-bar-section ul li > button.warning:hover, .nav-bars .top-bar-section ul li > button.warning:focus {
    background-color: #cf6e0e; }
  .nav-bars .top-bar-section ul li > button.warning:hover, .nav-bars .top-bar-section ul li > button.warning:focus {
    color: white; }
  .nav-bars .top-bar-section ul li > button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
  .nav-bars .top-bar-section ul li > button.info:hover, .nav-bars .top-bar-section ul li > button.info:focus {
    background-color: #61b6d9; }
  .nav-bars .top-bar-section ul li > button.info:hover, .nav-bars .top-bar-section ul li > button.info:focus {
    color: white; }
  .nav-bars .top-bar-section ul li:hover:not(.has-form) > a {
    background-color: #555555;
    color: white;
    background: #222222; }
  .nav-bars .top-bar-section ul li.active > a {
    background: #008CBA;
    color: white; }
  .nav-bars .top-bar-section ul li.active > a:hover {
    background: #0078a0;
    color: white; }
  .nav-bars .top-bar-section .has-form {
    padding: 0.9375rem; }
  .nav-bars .top-bar-section .has-dropdown {
    position: relative; }
  .nav-bars .top-bar-section .has-dropdown > a:after {
    border: inset 5px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
    border-left-style: solid;
    margin-right: 0.9375rem;
    margin-top: -4.5px;
    position: absolute;
    top: 50%;
    right: 0; }
  .nav-bars .top-bar-section .has-dropdown.moved {
    position: static; }
  .nav-bars .top-bar-section .has-dropdown.moved > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
    width: 100%; }
  .nav-bars .top-bar-section .has-dropdown.moved > a:after {
    display: none; }
  .nav-bars .top-bar-section .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 99;
    left: 100%; }
  .nav-bars .top-bar-section .dropdown li {
    height: auto;
    width: 100%; }
  .nav-bars .top-bar-section .dropdown li a {
    font-weight: normal;
    padding: 8px 0.9375rem; }
  .nav-bars .top-bar-section .dropdown li a.parent-link {
    font-weight: normal; }
  .nav-bars .top-bar-section .dropdown li.title h5, .nav-bars .top-bar-section .dropdown li.parent-link {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1.125rem; }
  .nav-bars .top-bar-section .dropdown li.title h5 a, .nav-bars .top-bar-section .dropdown li.parent-link a {
    color: white;
    display: block; }
  .nav-bars .top-bar-section .dropdown li.title h5 a:hover, .nav-bars .top-bar-section .dropdown li.parent-link a:hover {
    background: none; }
  .nav-bars .top-bar-section .dropdown li.has-form {
    padding: 8px 0.9375rem; }
  .nav-bars .top-bar-section .dropdown li .button,
  .nav-bars .top-bar-section .dropdown li button {
    top: auto; }
  .nav-bars .top-bar-section .dropdown label {
    color: #777777;
    font-size: 0.625rem;
    font-weight: bold;
    margin-bottom: 0;
    padding: 8px 0.9375rem 2px;
    text-transform: uppercase; }
  .nav-bars .js-generated {
    display: block; }
  @media only screen and (min-width: 768px) {
    .nav-bars .top-bar {
      background: #333333;
      overflow: visible; }
    .nav-bars .top-bar:before, .nav-bars .top-bar:after {
      content: " ";
      display: table; }
    .nav-bars .top-bar:after {
      clear: both; }
    .nav-bars .top-bar .toggle-topbar {
      display: none; }
    .nav-bars .top-bar .title-area {
      float: left; }
    .nav-bars .top-bar .name h1 a,
    .nav-bars .top-bar .name h2 a,
    .nav-bars .top-bar .name h3 a,
    .nav-bars .top-bar .name h4 a,
    .nav-bars .top-bar .name h5 a,
    .nav-bars .top-bar .name h6 a {
      width: auto; }
    .nav-bars .top-bar input,
    .nav-bars .top-bar select,
    .nav-bars .top-bar .button,
    .nav-bars .top-bar button {
      font-size: 0.875rem;
      height: 1.75rem;
      position: relative;
      top: 0.53125rem; }
    .nav-bars .top-bar .has-form > .button,
    .nav-bars .top-bar .has-form > button {
      font-size: 0.875rem;
      height: 1.75rem;
      position: relative;
      top: 0.53125rem; }
    .nav-bars .top-bar.expanded {
      background: #333333; }
    .nav-bars .contain-to-grid .top-bar {
      margin: 0 auto;
      margin-bottom: 0;
      max-width: 62.5rem; }
    .nav-bars .top-bar-section {
      transition: none 0 0;
      left: 0 !important; }
    .nav-bars .top-bar-section ul {
      display: inline;
      height: auto !important;
      width: auto; }
    .nav-bars .top-bar-section ul li {
      float: left; }
    .nav-bars .top-bar-section ul li .js-generated {
      display: none; }
    .nav-bars .top-bar-section li.hover > a:not(.button) {
      background-color: #555555;
      background: #222222;
      color: white; }
    .nav-bars .top-bar-section li:not(.has-form) a:not(.button) {
      background: #333333;
      line-height: 2.8125rem;
      padding: 0 0.9375rem; }
    .nav-bars .top-bar-section li:not(.has-form) a:not(.button):hover {
      background-color: #555555;
      background: #222222; }
    .nav-bars .top-bar-section li.active:not(.has-form) a:not(.button) {
      background: #008CBA;
      color: white;
      line-height: 2.8125rem;
      padding: 0 0.9375rem; }
    .nav-bars .top-bar-section li.active:not(.has-form) a:not(.button):hover {
      background: #0078a0;
      color: white; }
    .nav-bars .top-bar-section .has-dropdown > a {
      padding-right: 2.1875rem !important; }
    .nav-bars .top-bar-section .has-dropdown > a:after {
      border: inset 5px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
      border-top-style: solid;
      margin-top: -2.5px;
      top: 1.40625rem; }
    .nav-bars .top-bar-section .has-dropdown.moved {
      position: relative; }
    .nav-bars .top-bar-section .has-dropdown.moved > .dropdown {
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      position: absolute !important;
      width: 1px;
      display: block; }
    .nav-bars .top-bar-section .has-dropdown.hover > .dropdown, .nav-bars .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      display: block;
      position: absolute !important; }
    .nav-bars .top-bar-section .has-dropdown > a:focus + .dropdown {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      display: block;
      position: absolute !important; }
    .nav-bars .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 0.1875rem;
      right: 5px; }
    .nav-bars .top-bar-section .dropdown {
      left: 0;
      background: transparent;
      min-width: 100%;
      top: auto; }
    .nav-bars .top-bar-section .dropdown li a {
      background: #333333;
      color: white;
      line-height: 2.8125rem;
      padding: 12px 0.9375rem;
      white-space: nowrap; }
    .nav-bars .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
      background: #333333;
      color: white; }
    .nav-bars .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
      background-color: #555555;
      color: white;
      background: #222222; }
    .nav-bars .top-bar-section .dropdown li label {
      background: #333333;
      white-space: nowrap; }
    .nav-bars .top-bar-section .dropdown li .dropdown {
      left: 100%;
      top: 0; }
    .nav-bars .top-bar-section > ul > .divider,
    .nav-bars .top-bar-section > ul > [role="separator"] {
      border-right: solid 1px #4e4e4e;
      border-bottom: none;
      border-top: none;
      clear: none;
      height: 2.8125rem;
      width: 0; }
    .nav-bars .top-bar-section .has-form {
      background: #333333;
      height: 2.8125rem;
      padding: 0 0.9375rem; }
    .nav-bars .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
    .nav-bars .top-bar-section .right li .dropdown li .dropdown {
      right: 100%; }
    .nav-bars .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
    .nav-bars .top-bar-section .left li .dropdown li .dropdown {
      left: 100%; }
    .nav-bars .no-js .top-bar-section ul li:hover > a {
      background-color: #555555;
      background: #222222;
      color: white; }
    .nav-bars .no-js .top-bar-section ul li:active > a {
      background: #008CBA;
      color: white; }
    .nav-bars .no-js .top-bar-section .has-dropdown:hover > .dropdown {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      display: block;
      position: absolute !important; }
    .nav-bars .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      display: block;
      position: absolute !important; } }
  .nav-bars .accordion {
    margin-bottom: 0;
    margin-left: 0; }
  .nav-bars .accordion:before, .nav-bars .accordion:after {
    content: " ";
    display: table; }
  .nav-bars .accordion:after {
    clear: both; }
  .nav-bars .accordion .accordion-navigation, .nav-bars .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
  .nav-bars .accordion .accordion-navigation.active > a, .nav-bars .accordion dd.active > a {
    background: #e8e8e8;
    color: #222222; }
  .nav-bars .accordion .accordion-navigation > a, .nav-bars .accordion dd > a {
    background: #EFEFEF;
    color: #222222;
    display: block;
    font-family: "gothambook", sans-serif;
    font-size: 1rem;
    padding: 1rem; }
  .nav-bars .accordion .accordion-navigation > a:hover, .nav-bars .accordion dd > a:hover {
    background: #e3e3e3; }
  .nav-bars .accordion .accordion-navigation > .content, .nav-bars .accordion dd > .content {
    display: none;
    padding: 0.9375rem; }
  .nav-bars .accordion .accordion-navigation > .content.active, .nav-bars .accordion dd > .content.active {
    background: white;
    display: block; }
  .nav-bars .off-canvas-wrap {
    -webkit-backface-visibility: hidden;
    position: relative;
    width: 100%;
    overflow: hidden; }
  .nav-bars .off-canvas-wrap.move-right, .nav-bars .off-canvas-wrap.move-left, .nav-bars .off-canvas-wrap.move-bottom, .nav-bars .off-canvas-wrap.move-top {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }
  .nav-bars .inner-wrap {
    position: relative;
    width: 100%;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease; }
  .nav-bars .inner-wrap:before, .nav-bars .inner-wrap:after {
    content: " ";
    display: table; }
  .nav-bars .inner-wrap:after {
    clear: both; }
  .nav-bars .tab-bar {
    -webkit-backface-visibility: hidden;
    background: #333333;
    color: white;
    height: 2.8125rem;
    line-height: 2.8125rem;
    position: relative; }
  .nav-bars .tab-bar h1, .nav-bars .tab-bar h2, .nav-bars .tab-bar h3, .nav-bars .tab-bar h4, .nav-bars .tab-bar h5, .nav-bars .tab-bar h6 {
    color: white;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  .nav-bars .tab-bar h1, .nav-bars .tab-bar h2, .nav-bars .tab-bar h3, .nav-bars .tab-bar h4 {
    font-size: 1.125rem; }
  .nav-bars .left-small {
    height: 2.8125rem;
    position: absolute;
    top: 0;
    width: 2.8125rem;
    border-right: solid 1px #1a1a1a;
    left: 0; }
  .nav-bars .right-small {
    height: 2.8125rem;
    position: absolute;
    top: 0;
    width: 2.8125rem;
    border-left: solid 1px #1a1a1a;
    right: 0; }
  .nav-bars .tab-bar-section {
    height: 2.8125rem;
    padding: 0 0.625rem;
    position: absolute;
    text-align: center;
    top: 0; }
  .nav-bars .tab-bar-section.left {
    text-align: left; }
  .nav-bars .tab-bar-section.right {
    text-align: right; }
  .nav-bars .tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  .nav-bars .tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  .nav-bars .tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }
  .nav-bars .tab-bar .menu-icon {
    color: white;
    display: block;
    height: 2.8125rem;
    padding: 0;
    position: relative;
    text-indent: 2.1875rem;
    transform: translate3d(0, 0, 0);
    width: 2.8125rem; }
  .nav-bars .tab-bar .menu-icon span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow: 0 0 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white;
    width: 1rem; }
  .nav-bars .tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }
  .nav-bars .tab-bar .tab-bar-section.icons a {
    float: right; }
  .nav-bars .left-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    background: #333333;
    bottom: 0;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    transition: transform 500ms ease 0s;
    width: 15.625rem;
    z-index: 1001;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
    top: 0; }
  .nav-bars .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }
  .nav-bars .right-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    background: #333333;
    bottom: 0;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    transition: transform 500ms ease 0s;
    width: 15.625rem;
    z-index: 1001;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    right: 0;
    top: 0; }
  .nav-bars .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }
  .nav-bars .top-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    background: #333333;
    bottom: 0;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    transition: transform 500ms ease 0s;
    width: 15.625rem;
    z-index: 1001;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate(0, -100%);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    top: 0;
    width: 100%;
    height: 18.75rem; }
  .nav-bars .top-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }
  .nav-bars .bottom-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    background: #333333;
    bottom: 0;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    transition: transform 500ms ease 0s;
    width: 15.625rem;
    z-index: 1001;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate(0, 100%);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    bottom: 0;
    width: 100%;
    height: 18.75rem; }
  .nav-bars .bottom-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }
  .nav-bars ul.off-canvas-list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .nav-bars ul.off-canvas-list .accordion {
      padding-left: 0px;
      padding-right: 5px; }
      .nav-bars ul.off-canvas-list .accordion .panel-body {
        width: 80%; }
        .nav-bars ul.off-canvas-list .accordion .panel-body ul li .parentlink a {
          font-size: inherit;
          padding-left: 0 !important; }
          .nav-bars ul.off-canvas-list .accordion .panel-body ul li .parentlink a.opener {
            height: 24px;
            width: 24px;
            margin-bottom: 0;
            background-image: url(/images/blueup.svg) !important;
            background-repeat: no-repeat; }
            .nav-bars ul.off-canvas-list .accordion .panel-body ul li .parentlink a.opener.collapsed {
              background-image: url(/images/bluedown.svg) !important; }
      .nav-bars ul.off-canvas-list .accordion .parent-link {
        text-transform: uppercase; }
    .nav-bars ul.off-canvas-list li label {
      background: #444444;
      border-bottom: none;
      border-top: 1px solid #5e5e5e;
      color: #999999;
      display: block;
      font-size: 0.75rem;
      font-weight: bold;
      margin: 0;
      padding: 0.3rem 0.9375rem;
      text-transform: uppercase; }
    .nav-bars ul.off-canvas-list.residential-active .accordion .panel-body ul li .parentlink a.opener {
      background-image: url(/images/redup.svg) !important;
      background-repeat: no-repeat; }
      .nav-bars ul.off-canvas-list.residential-active .accordion .panel-body ul li .parentlink a.opener.collapsed {
        background-image: url(/images/reddown.svg) !important; }
  .nav-bars .move-right > .inner-wrap {
    -webkit-transform: translate3d(15.625rem, 0, 0);
    -moz-transform: translate3d(15.625rem, 0, 0);
    -ms-transform: translate(15.625rem, 0);
    -o-transform: translate3d(15.625rem, 0, 0);
    transform: translate3d(15.625rem, 0, 0); }
  .nav-bars .move-right .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 300ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002; }
  @media only screen and (min-width: 768px) {
    .nav-bars .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }
  .nav-bars .move-left > .inner-wrap {
    -webkit-transform: translate3d(-15.625rem, 0, 0);
    -moz-transform: translate3d(-15.625rem, 0, 0);
    -ms-transform: translate(-15.625rem, 0);
    -o-transform: translate3d(-15.625rem, 0, 0);
    transform: translate3d(-15.625rem, 0, 0); }
  .nav-bars .move-left .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 300ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002; }
  @media only screen and (min-width: 768px) {
    .nav-bars .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }
  .nav-bars .move-top > .inner-wrap {
    -webkit-transform: translate3d(0, -18.75rem, 0);
    -moz-transform: translate3d(0, -18.75rem, 0);
    -ms-transform: translate(0, -18.75rem);
    -o-transform: translate3d(0, -18.75rem, 0);
    transform: translate3d(0, -18.75rem, 0); }
  .nav-bars .move-top .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 300ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002; }
  @media only screen and (min-width: 768px) {
    .nav-bars .move-top .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }
  .nav-bars .move-bottom > .inner-wrap {
    -webkit-transform: translate3d(0, 18.75rem, 0);
    -moz-transform: translate3d(0, 18.75rem, 0);
    -ms-transform: translate(0, 18.75rem);
    -o-transform: translate3d(0, 18.75rem, 0);
    transform: translate3d(0, 18.75rem, 0); }
  .nav-bars .move-bottom .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 300ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002; }
  @media only screen and (min-width: 768px) {
    .nav-bars .move-bottom .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }
  .nav-bars .offcanvas-overlap .left-off-canvas-menu, .nav-bars .offcanvas-overlap .right-off-canvas-menu,
  .nav-bars .offcanvas-overlap .top-off-canvas-menu, .nav-bars .offcanvas-overlap .bottom-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003; }
  .nav-bars .offcanvas-overlap .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 300ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002; }
  @media only screen and (min-width: 768px) {
    .nav-bars .offcanvas-overlap .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }
  .nav-bars .offcanvas-overlap-left .right-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003; }
  .nav-bars .offcanvas-overlap-left .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 300ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002; }
  @media only screen and (min-width: 768px) {
    .nav-bars .offcanvas-overlap-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }
  .nav-bars .offcanvas-overlap-right .left-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003; }
  .nav-bars .offcanvas-overlap-right .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 300ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002; }
  @media only screen and (min-width: 768px) {
    .nav-bars .offcanvas-overlap-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }
  .nav-bars .offcanvas-overlap-top .bottom-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003; }
  .nav-bars .offcanvas-overlap-top .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 300ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002; }
  @media only screen and (min-width: 768px) {
    .nav-bars .offcanvas-overlap-top .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }
  .nav-bars .offcanvas-overlap-bottom .top-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003; }
  .nav-bars .offcanvas-overlap-bottom .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 300ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002; }
  @media only screen and (min-width: 768px) {
    .nav-bars .offcanvas-overlap-bottom .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }
  .nav-bars .no-csstransforms .left-off-canvas-menu {
    left: -15.625rem; }
  .nav-bars .no-csstransforms .right-off-canvas-menu {
    right: -15.625rem; }
  .nav-bars .no-csstransforms .top-off-canvas-menu {
    top: -18.75rem; }
  .nav-bars .no-csstransforms .bottom-off-canvas-menu {
    bottom: -18.75rem; }
  .nav-bars .no-csstransforms .move-left > .inner-wrap {
    right: 15.625rem; }
  .nav-bars .no-csstransforms .move-right > .inner-wrap {
    left: 15.625rem; }
  .nav-bars .no-csstransforms .move-top > .inner-wrap {
    right: 18.75rem; }
  .nav-bars .no-csstransforms .move-bottom > .inner-wrap {
    left: 18.75rem; }
  .nav-bars .left-submenu {
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    background: #333333;
    bottom: 0;
    box-sizing: content-box;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    width: 15.625rem;
    height: 18.75rem;
    z-index: 1002;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease; }
  .nav-bars .left-submenu * {
    -webkit-backface-visibility: hidden; }
  .nav-bars .left-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
  .nav-bars .left-submenu .back > a:hover {
    background: #303030;
    border-bottom: none;
    border-top: 1px solid #5e5e5e; }
  .nav-bars .left-submenu .back > a:before {
    content: "\AB";
    margin-right: .5rem;
    display: inline; }
  .nav-bars .left-submenu.move-right, .nav-bars .left-submenu.offcanvas-overlap-right, .nav-bars .left-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }
  .nav-bars .right-submenu {
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    background: #333333;
    bottom: 0;
    box-sizing: content-box;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    width: 15.625rem;
    height: 18.75rem;
    z-index: 1002;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    right: 0;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease; }
  .nav-bars .right-submenu * {
    -webkit-backface-visibility: hidden; }
  .nav-bars .right-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
  .nav-bars .right-submenu .back > a:hover {
    background: #303030;
    border-bottom: none;
    border-top: 1px solid #5e5e5e; }
  .nav-bars .right-submenu .back > a:after {
    content: "\BB";
    margin-left: .5rem;
    display: inline; }
  .nav-bars .right-submenu.move-left, .nav-bars .right-submenu.offcanvas-overlap-left, .nav-bars .right-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }
  .nav-bars .top-submenu {
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    background: #333333;
    bottom: 0;
    box-sizing: content-box;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    width: 15.625rem;
    height: 18.75rem;
    z-index: 1002;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate(0, -100%);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    top: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease; }
  .nav-bars .top-submenu * {
    -webkit-backface-visibility: hidden; }
  .nav-bars .top-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
  .nav-bars .top-submenu .back > a:hover {
    background: #303030;
    border-bottom: none;
    border-top: 1px solid #5e5e5e; }
  .nav-bars .top-submenu.move-bottom, .nav-bars .top-submenu.offcanvas-overlap-bottom, .nav-bars .top-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0, 0%, 0);
    -moz-transform: translate3d(0, 0%, 0);
    -ms-transform: translate(0, 0%);
    -o-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }
  .nav-bars .bottom-submenu {
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    background: #333333;
    bottom: 0;
    box-sizing: content-box;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    width: 15.625rem;
    height: 18.75rem;
    z-index: 1002;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate(0, 100%);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    bottom: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease; }
  .nav-bars .bottom-submenu * {
    -webkit-backface-visibility: hidden; }
  .nav-bars .bottom-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
  .nav-bars .bottom-submenu .back > a:hover {
    background: #303030;
    border-bottom: none;
    border-top: 1px solid #5e5e5e; }
  .nav-bars .bottom-submenu.move-top, .nav-bars .bottom-submenu.offcanvas-overlap-top, .nav-bars .bottom-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0, 0%, 0);
    -moz-transform: translate3d(0, 0%, 0);
    -ms-transform: translate(0, 0%);
    -o-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }
  .nav-bars .left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
    content: "\BB";
    margin-left: .5rem;
    display: inline; }
  .nav-bars .right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
    content: "\AB";
    margin-right: .5rem;
    display: inline; }
  .nav-bars .top-bar-section .has-dropdown.megamenu {
    position: relative; }
  .nav-bars .top-bar-section .has-dropdown.megamenu a {
    position: relative; }
  .nav-bars .top-bar-section .has-dropdown.megamenu.moved {
    position: static; }
  .nav-bars .top-bar-section .has-dropdown.megamenu.moved > a:after {
    display: block; }
  .nav-bars .m-menu {
    border-top: 1px solid #4E4E4E; }
  .nav-bars .m-menu a {
    display: block;
    opacity: .5;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  .nav-bars .m-menu a:hover {
    opacity: 1; }
  .nav-bars .column li:not(:first-child) a {
    border-top: 1px solid #262626; }
  .nav-bars .column li:not(:last-child) a {
    border-bottom: 1px solid #4E4E4E; }
  .nav-bars .column li a:hover i {
    right: 3px; }
  .nav-bars .info-wrap h3 {
    width: 100%;
    padding-bottom: 5px;
    color: black;
    padding: 0px;
    font-size: 21px;
    text-transform: uppercase; }
  .nav-bars .info {
    display: none; }
  .nav-bars .info-visible {
    display: block;
    color: black; }
  .nav-bars .dt {
    margin-top: 50px;
    text-align: center;
    font-size: 2em;
    padding: 0 20px; }
  .nav-bars .p {
    color: black;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%; }
  .nav-bars .logobar {
    background: black; }
  .nav-bars .accordion .accordion-navigation > .content.active,
  .nav-bars .accordion dd > .content.active {
    background: transparent; }
  .nav-bars .accordion.dropdown {
    width: 200px !important; }
  .nav-bars .parentlink {
    width: 100%;
    float: left;
    display: block !important;
    clear: left; }
  .nav-bars .accordion-navigation.active .parentlink {
    background: transparent; }
  .nav-bars .accordion-navigation li {
    width: 70%; }
  .nav-bars .accordion-navigation .panel-body {
    float: left;
    padding: 0; }
  .nav-bars .accordion-navigation .opener {
    margin: 8px 0; }
  .nav-bars .off-canvas-wrap .accordion .accordion-navigation .parentlink a {
    color: #0A0A0A; }
    .nav-bars .off-canvas-wrap .accordion .accordion-navigation .parentlink a:hover {
      color: #00a9e0; }
  .nav-bars .off-canvas-wrap .accordion-navigation ul {
    clear: both;
    display: inline;
    height: auto !important;
    width: auto;
    display: block;
    font-size: 20px;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    margin-left: 40px; }
    .nav-bars .off-canvas-wrap .accordion-navigation ul li {
      width: 100%; }
  .nav-bars.residential-active .accordion .accordion-navigation .parentlink a:hover {
    color: #b71234; }
  .nav-bars .top-bar-section li.active:not(.has-form) a:not(.button),
  .nav-bars .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background-color: white;
    color: #6d6e71; }
  .nav-bars a {
    color: #6d6e71; }
  .nav-bars a:hover,
  .nav-bars a:focus {
    color: #00a9e0; }
  .nav-bars .button.alert {
    background: #00a9e0;
    padding: 0.4125rem;
    width: auto;
    position: absolute;
    right: 0;
    padding: 0; }
  .nav-bars.residential-active .button.alert {
    background: #b71234; }
  .nav-bars .button.alert:hover {
    background: #00a9e0; }
  .nav-bars.residential-active .button.alert:hover {
    background: #b71234; }
  .nav-bars .dropdown.segmentdropdown {
    display: none;
    /*  padding: 15px;*/
    background: #333333;
    list-style: none;
    position: absolute;
    right: 0;
    top: 17px;
    text-align: center;
    background-color: white;
    border-left: 1px solid #6d6e71;
    border-right: 1px solid #6d6e71;
    border-bottom: 1px solid #6d6e71;
    z-index: 1002;
    width: 50%;
    padding: 5px 0;
    text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    .nav-bars .dropdown.business a {
      text-align: center;
      width: 100%;
      display: block; } }
  .nav-bars .off-canvas-wrap.searchhidden {
    display: none !important; }
  .nav-bars .off-canvas-wrap.searchhidden.show {
    display: block !important; }
  .nav-bars .quicklinks {
    display: none;
    padding: 15px;
    margin: 0;
    background: #333333;
    list-style: none;
    float: right;
    position: absolute;
    right: 0; }
  .nav-bars .quicklinks li {
    background: #333333; }
  .nav-bars .off-canvas-wrap,
  .nav-bars .quicklink-bar {
    overflow: visible; }
  .nav-bars .off-canvas-wrap.first {
    z-index: 2; }
  .nav-bars ul.off-canvas-list li a {
    white-space: nowrap; }
  .nav-bars .top-bar-section .has-dropdown > a + .dropdown.m-menu {
    width: 525px;
    min-width: 525px;
    height: 325px;
    min-height: 325px; }
  .nav-bars .megamenu ul.m-menu {
    background-color: white;
    border-left: 1px solid #6d6e71;
    border-right: 1px solid #6d6e71;
    border-bottom: 1px solid #6d6e71;
    padding-left: 10px;
    padding-right: 5px; }
  .nav-bars .megamenu ul.m-menu .row {
    margin: 0;
    background-color: white;
    padding: 25px 0 30px 0; }
  .nav-bars .top-bar-section .m-menu ul li {
    background: white;
    background-color: white; }
  .nav-bars .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background-color: white;
    color: #6d6e71;
    /*border: none;*/
    opacity: 1;
    line-height: 41px;
    font-size: 16px; }
  .nav-bars .top-bar-section .has-dropdown.megamenu ul li:hover a,
  .nav-bars .top-bar-section .has-dropdown.megamenu .dropdown li:not(.has-form):not(.active) > a:not(.button),
  .nav-bars .top-bar-section .has-dropdown.megamenu ul li a {
    background-color: white;
    color: #6d6e71;
    border: none;
    opacity: 1;
    line-height: 41px;
    font-size: 16px;
    padding: 0; }
  .nav-bars .top-bar-section .m-menu img {
    width: 270px;
    height: 150px;
    padding: 0;
    margin: 0; }
  .nav-bars .btn-userdefined {
    position: relative;
    display: inline-block;
    margin: 15px 0 0 0;
    padding: 0px 30px;
    font: normal normal 16px/16px;
    font-family: "gothambook", sans-serif;
    text-transform: uppercase;
    letter-spacing: .2em;
    width: auto;
    cursor: pointer;
    background: #aa0023;
    border: 1px solid #aa0023;
    color: white;
    line-height: 48px; }
  .nav-bars .btn-userdefined:hover {
    color: #aa0023;
    background: white; }
  .nav-bars .top-bar-section ul li.accordion-navigation {
    background-color: white; }
  .nav-bars .top-bar-section ul li.accordion-navigation .content.active {
    padding-right: 0px; }
  .nav-bars .top-bar-section ul li.accordion-navigation .parentlink a {
    background: white;
    color: #6d6e71; }
  .nav-bars .top-bar-section ul li.accordion-navigation .parentlink a:hover {
    background: white;
    color: #00a9e0; }
  .nav-bars.residential-active .top-bar-section ul li.accordion-navigation .parentlink a:hover {
    background: white;
    color: #b71234; }
  .nav-bars .top-bar-section ul.dropdown {
    border-left: 1px solid #6d6e71;
    border-right: 1px solid #6d6e71;
    border-bottom: 1px solid #6d6e71; }
  .nav-bars .topsection section > a {
    width: 50%;
    text-align: center;
    display: block;
    float: left;
    color: black;
    text-transform: uppercase;
    font-weight: BOLD;
    line-height: 30px; }
  .nav-bars .topsection section > a:not(.active),
  .nav-bars .triggerdropdown:not(.active) {
    color: #6d6e71; }
  .nav-bars .triggerdropdown:not(.active) i {
    color: #00a9e0; }
  .nav-bars .triggerdropdown .headercaret {
    width: 14px;
    height: 7px;
    background-repeat: no-repeat;
    padding: 5px;
    display: inline-block;
    background-image: url(/images/whitedown.svg); }
  .nav-bars .triggerdropdown.open .headercaret {
    background-image: url(/images/whiteup.svg); }
  .nav-bars.residential-active .triggerdropdown .headercaret {
    background-image: url(/images/bluedown.svg); }
  .nav-bars.residential-active .triggerdropdown.open .headercaret {
    background-image: url(/images/blueup.svg); }
  .nav-bars .topsection section > a.active {
    background-color: #00a9e0;
    color: white; }
  .nav-bars.residential-active .topsection section > a.active {
    background-color: #b71234; }
  .nav-bars .topsection {
    border-bottom: 2px solid #00a9e0;
    background-color: white; }
  .nav-bars.residential-active .topsection {
    border-bottom: 2px solid #b71234; }
  .nav-bars .quicklink-bar .right {
    width: 100%; }
  .nav-bars .quicklink-bar a.showlinks {
    text-align: left;
    background: white;
    color: #6d6e71;
    text-transform: uppercase;
    font-family: "gothammedium", sans-serif;
    width: 100%;
    display: block;
    padding: 0 10px;
    line-height: 30px;
    border: 1px solid #6d6e71; }
    .nav-bars .quicklink-bar a.showlinks .showlinktext {
      float: right; }
  .nav-bars .quicklink-bar a.showlinks.open {
    background: #6d6e71;
    color: white; }
  .nav-bars .quicklink-bar .quicklinks {
    background-color: white;
    border-left: 1px solid #6d6e71;
    border-right: 1px solid #6d6e71;
    border-bottom: 1px solid #6d6e71;
    z-index: 120; }
  .nav-bars .dropdown.business li,
  .nav-bars .quicklink-bar .quicklinks li {
    background-color: white;
    border: none;
    opacity: 1;
    line-height: 25px;
    font-size: 16px;
    padding: 0; }
  .nav-bars .dropdown.business li a,
  .nav-bars .quicklink-bar .quicklinks li a {
    background-color: white;
    color: #6d6e71;
    /* border: none; */
    opacity: 1;
    line-height: 41px;
    font-size: 16px; }
  .nav-bars .showlinks .headercaret {
    width: 14px;
    height: 7px;
    background-repeat: no-repeat;
    padding: 5px;
    display: inline-block;
    background-image: url(/images/greydown.svg); }
  .nav-bars .showlinks.open .headercaret {
    background-image: url(/images/whiteup.svg); }
  .nav-bars .mainNav,
  .nav-bars .mainNav .inner-wrap,
  .nav-bars .mainNav .inner-wrap .tab-bar {
    height: 80px;
    padding-top: 5px;
    background-color: white; }
  .nav-bars .tab-bar-section {
    height: 60px;
    left: 0px !important;
    padding-right: 60px; }
  .nav-bars .tab-bar-section a {
    display: inline-block;
    float: left; }
  .nav-bars .tab-bar-section .logo {
    float: left;
    margin: 8px 0;
    width: 58px;
    height: auto; }
  .nav-bars .tab-bar-section.icons img {
    padding: 20px 14px;
    width: 60px;
    height: 60px;
    border-radius: 0; }
  .nav-bars .mainNav .right-small {
    border: none;
    width: 70px;
    z-index: 1; }
  .nav-bars .tab-bar .menu-icon {
    background-image: url(/images/ham.png);
    background-repeat: no-repeat;
    margin: 16px 22px; }
  .nav-bars .tab-bar .menu-icon.open {
    background-image: url(/images/closeham.png); }
  @media only screen and (max-width: 767px) {
    .nav-bars .right-off-canvas-menu {
      width: 0% !important;
      background: white; }
      .nav-bars .right-off-canvas-menu.move-left {
        width: 100% !important;
        right: inherit;
        left: -100%;
        overflow: hidden;
        display: block;
        position: relative; }
    .nav-bars ul.off-canvas-list li a {
      color: black;
      text-transform: uppercase; }
    .nav-bars ul.off-canvas-list li .panel-body a {
      text-transform: capitalize; } }
  .nav-bars .desktop .topsection {
    height: 31px;
    padding: 0;
    border-bottom: 1px solid #00a9e0; }
    .nav-bars .desktop .topsection .top-bar-section li:not(.has-form):not(.active) > a:not(.button),
    .nav-bars .desktop .topsection .top-bar-section > .left > li > a {
      line-height: 30px !important;
      padding: 0 30px !important;
      text-transform: uppercase; }
    .nav-bars .desktop .topsection .top-bar-section .right,
    .nav-bars .desktop .topsection .top-bar-section .has-form,
    .nav-bars .desktop .topsection .top-bar-section .has-form .row.collapse div {
      height: 30px; }
    .nav-bars .desktop .topsection .top-bar-section .searcharea {
      position: static; }
      .nav-bars .desktop .topsection .top-bar-section .searcharea input,
      .nav-bars .desktop .topsection .top-bar-section .searcharea a {
        top: 0;
        float: right;
        width: auto;
        height: 26px;
        border: none;
        font-size: 16px; }
      .nav-bars .desktop .topsection .top-bar-section .searcharea input {
        padding-left: 3px;
        border: solid 1px #00a9e0;
        margin: 2px;
        line-height: 14px; }
      .nav-bars .desktop .topsection .top-bar-section .searcharea a.carticon {
        position: relative; }
      .nav-bars .desktop .topsection .top-bar-section .searcharea input::-webkit-input-placeholder {
        color: #BBBDC0;
        font-size: 14px; }
      .nav-bars .desktop .topsection .top-bar-section .searcharea input::-moz-placeholder {
        color: #BBBDC0;
        font-size: 14px; }
      .nav-bars .desktop .topsection .top-bar-section .searcharea input:-ms-input-placeholder {
        color: #BBBDC0;
        font-size: 14px; }
      .nav-bars .desktop .topsection .top-bar-section .searcharea input:-moz-placeholder {
        color: #BBBDC0;
        font-size: 14px; }
      .nav-bars .desktop .topsection .top-bar-section .searcharea a.search {
        padding: 0; }
        .nav-bars .desktop .topsection .top-bar-section .searcharea a.search img {
          padding: 0;
          width: 30px;
          vertical-align: top; }
      .nav-bars .desktop .topsection .top-bar-section .searcharea a:not(.search) img {
        border-radius: 0;
        margin: 5px 0px 5px 15px;
        width: auto;
        height: 20px;
        border: 0;
        background-color: transparent;
        vertical-align: top; }
      .nav-bars .desktop .topsection .top-bar-section .searcharea a.headericon img {
        margin-right: 0; }
    .nav-bars .desktop .topsection .top-bar-section .cart-number {
      position: absolute;
      display: block;
      font-size: 14px;
      color: white;
      line-height: 10px;
      width: 13px;
      text-align: center;
      top: 8px;
      left: 21px; }
  .nav-bars.residential-active .desktop .topsection {
    border-bottom: 1px solid #b71234; }
    .nav-bars.residential-active .desktop .topsection .searcharea input {
      border: solid 1px #bbbdc0; }
  .nav-bars .desktop .topsection .top-bar-section .has-form a {
    line-height: 16px !important;
    color: white; }
  .nav-bars .top-bar,
  .nav-bars .top-bar ul li,
  .nav-bars .top-bar .top-bar-section ul li,
  .nav-bars .top-bar-section li:not(.has-form):not(.active) > a:not(.button) {
    background-color: white;
    color: #6d6e71;
    opacity: 1;
    line-height: 41px;
    font-size: 16px;
    font-family: "gothambook", sans-serif; }
  .nav-bars .top-bar .top-bar-section ul:not(.accordion) li:not(.accordion-navigation) a:after {
    border-top-color: #00a9e0; }
  .nav-bars .top-bar .top-bar-section ul:not(.accordion) > li.active:not(.accordion-navigation) > a {
    background-color: #00a9e0 !important;
    color: white;
    font-family: "gothambook", sans-serif;
    font-size: 16px;
    text-transform: uppercase; }
  .nav-bars .top-bar .top-bar-section ul:not(.accordion) li.active:not(.accordion-navigation) a:after {
    border-top-color: white; }
  .nav-bars .mid-row {
    height: 96px;
    background: white;
    border-bottom: 1px solid #bbbdc0; }
    .nav-bars .mid-row .top-bar-section ul.accordion li > a.opener {
      padding: 0 !important;
      margin: 9px; }
    .nav-bars .mid-row .top-bar-section li:not(.has-form):not(.active) > a:not(.button):after {
      display: none; }
    .nav-bars .mid-row .top-bar-section .parentlink {
      background: white;
      padding-right: 5px; }
      .nav-bars .mid-row .top-bar-section .parentlink a {
        margin-top: 4px;
        padding: 0 0.9375rem;
        float: left;
        background-color: white !important;
        color: #6d6e71; }
      .nav-bars .mid-row .top-bar-section .parentlink a.opener {
        height: 22px;
        width: 22px;
        float: right;
        margin: 11px 0;
        clear: right;
        background-color: inherit;
        box-shadow: none;
        background-image: url(/images/menu_close.svg);
        background-repeat: no-repeat; }
        .nav-bars .mid-row .top-bar-section .parentlink a.opener.collapsed {
          background-color: inherit;
          background-image: url(/images/menu_open.svg); }
    .nav-bars .mid-row .top-bar-section .has-dropdown .dropdown .panel-collapse .panel-body ul li {
      padding-left: 15px; }
    .nav-bars .mid-row li.name {
      height: auto; }
    .nav-bars .mid-row img.logo {
      width: 86px;
      height: 65px;
      margin: 15px 30px 15px 0px; }
  .nav-bars.residential-active .mid-row {
    border-bottom: 1px solid #bbbdc0; }
  .nav-bars.residential-active .top-bar .top-bar-section ul:not(.accordion) li:not(.accordion-navigation) a:after {
    border-top-color: #b71234; }
  .nav-bars.residential-active .top-bar .top-bar-section ul:not(.accordion) > li.active:not(.accordion-navigation) > a {
    background-color: #b71234 !important; }
  .nav-bars .contain-to-grid {
    background: transparent !important; }
  .nav-bars .mid-row .right > li {
    float: right;
    clear: right;
    margin: 50px 15px 13px 0px;
    line-height: 25px;
    height: 25px; }
  .nav-bars .mid-row .right > li img {
    border-radius: 0;
    margin: 0; }
  .nav-bars .mid-row .right > li > a {
    line-height: 25px !important;
    text-transform: uppercase;
    font-weight: bold; }
  .nav-bars .mid-row .right > li.has-dropdown {
    line-height: 30px;
    height: 32px;
    border: 1px solid #00a9e0; }
  .nav-bars.residential-active .mid-row .right > li.has-dropdown {
    border: 1px solid #b71234; }
  .nav-bars .mid-row .right > li.has-dropdown > a {
    line-height: 30px !important;
    padding: 0 20px !important;
    text-transform: uppercase; }
  .nav-bars .mid-row .right > li.has-dropdown .dropdown {
    border-top: 1px solid #00a9e0;
    padding: 1px;
    background-color: white; }
  .nav-bars.residential-active .mid-row .right > li.has-dropdown .dropdown {
    border-top: 1px solid #b71234; }
  .nav-bars .mid-row .left {
    float: left;
    margin-top: 54px; }
  .nav-bars.residential-active .top-bar-section .has-dropdown.hover > .dropdown,
  .nav-bars.residential-active .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    border-top: 1px solid #b71234; }
  .nav-bars .top-bar-section .has-dropdown.hover > .dropdown,
  .nav-bars .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    border-top: 1px solid #00a9e0; }
  .nav-bars.residential-active .topsection .top-bar-section li.has-dropdown i {
    color: #00a9e0 !important; }
  .nav-bars .top-bar-section li.has-dropdown i,
  .nav-bars .topsection .top-bar-section li.has-dropdown:hover i {
    color: white !important; }
  .nav-bars .top-bar-section .has-dropdown.megamenu ul li:hover > a {
    color: #00a9e0 !important; }
  .nav-bars .top-bar-section li:not(.has-form):not(.active):hover > a:not(.button) {
    color: #00a9e0; }
  .nav-bars.residential-active .top-bar-section .has-dropdown.megamenu ul li:hover > a {
    color: #b71234 !important; }
  .nav-bars.residential-active .top-bar-section li:not(.has-form):not(.active):hover > a:not(.button) {
    color: #b71234; }
  .nav-bars .topsection .top-bar-section li:not(.has-form):not(.active):hover > a:not(.button) {
    background-color: #b71234;
    color: white; }
  .nav-bars.residential-active .topsection .top-bar-section li:not(.has-form):not(.active):hover > a:not(.button) {
    background-color: #00a9e0;
    color: white; }
  .nav-bars .topsection .top-bar-section li:not(.has-form):not(.active):hover > a:not(.button) {
    color: white; }
  .nav-bars .top-bar-section li.has-dropdown:not(.has-form):not(.active) > a:not(.button):before {
    content: "";
    background-image: url(/images/carrotblue.png);
    background-repeat: no-repeat;
    height: 10px;
    width: 18px;
    padding: 0;
    position: absolute;
    left: 50%;
    z-index: 100;
    transform: translatex(-50%);
    top: 32px;
    display: none; }
  .nav-bars.residential-active .top-bar-section li.has-dropdown:not(.has-form):not(.active) > a:not(.button):before {
    background-image: url(/images/carrot.png); }
  .nav-bars .top-bar-section li.has-dropdown:not(.has-form):not(.active):hover > a:before {
    display: block; }
  .nav-bars .topsection .top-bar-section li.has-dropdown:not(.has-form):not(.active):hover > a:before,
  .nav-bars .desktop .mid-row .right > li.has-dropdown.quickTasks a:before {
    display: none; }
  .nav-bars .topsection .top-bar-section li.has-dropdown,
  .nav-bars .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button),
  .nav-bars .desktop .mid-row .right > li.has-dropdown.quickTasks > a,
  .nav-bars .desktop .mid-row .right > li.has-dropdown.quickTasks > ul > li:hover a {
    background-color: white !important;
    color: #00a9e0; }
  .nav-bars.residential-active .topsection .top-bar-section li.has-dropdown,
  .nav-bars.residential-active .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button),
  .nav-bars.residential-active .desktop .mid-row .right > li.has-dropdown.quickTasks > a,
  .nav-bars.residential-active .desktop .mid-row .right > li.has-dropdown.quickTasks > ul > li:hover a {
    color: #b71234; }
  .nav-bars .desktop .mid-row .right > li.has-dropdown.quickTasks:hover > a {
    background-color: #00a9e0 !important;
    color: white; }
  .nav-bars.residential-active .desktop .mid-row .right > li.has-dropdown.quickTasks:hover > a {
    background-color: #b71234 !important; }
  .nav-bars .topsection .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    color: #00a9e0 !important; }
  .nav-bars .headercaret {
    width: 14px;
    height: 7px;
    background-repeat: no-repeat;
    padding: 5px;
    display: inline-block; }
  .nav-bars li .headercaret {
    background-image: url(/images/bluedown.svg); }
  .nav-bars li:hover .headercaret {
    background-image: url(/images/whiteup.svg); }
  .nav-bars li.quickTasks .headercaret {
    background-image: url(/images/bluedown.svg); }
  .nav-bars li.quickTasks:hover .headercaret {
    background-image: url(/images/whiteup.svg); }
  .nav-bars.residential-active li.quickTasks .headercaret {
    background-image: url(/images/reddown.svg); }
  .nav-bars.residential-active li.quickTasks:hover .headercaret {
    background-image: url(/images/whiteup.svg); }
  .nav-bars .top-bar .top-bar-section ul:not(.accordion) li.has-dropdown a:after {
    display: none; }
  .nav-bars .top-bar .top-bar-section ul:not(.accordion) li.has-dropdown a caret-up {
    display: none; }
  .nav-bars .top-bar .top-bar-section ul:not(.accordion) li.has-dropdown:hover a caret-up {
    display: inline; }
  .nav-bars .top-bar .top-bar-section ul:not(.accordion) li.has-dropdown:hover a caret-down {
    display: none; }
  .nav-bars .mobile-nav {
    position: relative;
    width: 100%; }
    .nav-bars .mobile-nav a.carticon {
      position: relative; }
    .nav-bars .mobile-nav .cart-number {
      top: 22px;
      right: 28px;
      position: absolute;
      display: block;
      font-size: 10px;
      color: white;
      line-height: 10px;
      width: 13px;
      text-align: center; }
  .nav-bars .sidebar-footer.colorsection {
    padding: 15px; }
    .nav-bars .sidebar-footer.colorsection .footer-instructions {
      text-align: left;
      clear: both; }
      .nav-bars .sidebar-footer.colorsection .footer-instructions a {
        float: none;
        clear: none; }
    .nav-bars .sidebar-footer.colorsection p {
      color: black; }
    .nav-bars .sidebar-footer.colorsection a h2 {
      line-height: 20px;
      font-size: 20px; }
    .nav-bars .sidebar-footer.colorsection a img {
      /*height: 17px;*/
      padding: 0 3px;
      margin: 11px 0; }
    .nav-bars .sidebar-footer.colorsection input {
      width: 80%; }
    .nav-bars .sidebar-footer.colorsection .headericons h2 {
      float: left;
      margin-top: 11px;
      margin-bottom: 11px;
      line-height: 27px;
      margin-left: 6px;
      color: #0a0a0a; }
    .nav-bars .sidebar-footer.colorsection .headericons img {
      height: 27px;
      padding: 0 3px;
      margin: 11px 0;
      float: left;
      clear: left; }
    .nav-bars .sidebar-footer.colorsection .social {
      float: none;
      padding-top: 15px;
      position: inherit;
      bottom: inherit; }
      .nav-bars .sidebar-footer.colorsection .social a {
        margin: 0 4px; }
      .nav-bars .sidebar-footer.colorsection .social::before {
        clear: both; }
  .nav-bars .right-off-canvas-menu .searcharea {
    padding: 0 15px 15px 15px;
    height: 30px; }
    .nav-bars .right-off-canvas-menu .searcharea input {
      width: 100%;
      border: 1px solid #BBBDC0;
      height: 32px;
      padding-left: 3px; }
  @media only screen and (max-width: 425px) {
    .nav-bars .right-off-canvas-menu .searcharea input {
      width: 85%; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .nav-bars .top-bar .title-area {
      padding-left: 0; }
    .nav-bars .mid-row .right > li {
      margin: 10px 15px 3px 0; }
    .nav-bars .mid-row .left {
      margin-top: 9px !important;
      clear: right; } }
  @media only screen and (min-width: 768px) and (max-width: 950px) {
    .nav-bars .top-bar-section ul .NavItem {
      font-size: 16px !important; } }
  @media only screen and (min-width: 768px) and (max-width: 950px) {
    .nav-bars .mid-row img.logo {
      margin: 15px 0px; } }
  .nav-bars .right-off-canvas-menu .accordion a:hover {
    background-color: transparent !important;
    color: #00a9e0; }
  .nav-bars .off-canvas-wrap .accordion-navigation .content ul {
    margin: 0 0 0 30px; }
  .nav-bars .off-canvas-wrap .accordion-navigation .content ul li a {
    padding: 0; }

@media only screen and (max-width: 767px) {
  .headerpadding {
    padding-top: 0; } }

.simpleheader {
  height: 127px;
  position: fixed;
  width: 100%;
  z-index: 1030; }
  .simpleheader #headerwrapper {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #bbbdc0; }
    .simpleheader #headerwrapper img {
      margin: 15px;
      height: 94px; }

@media only screen and (max-width: 767px) {
  .simpleheader {
    position: relative; } }

/** 
 *  Master Slider
 * 	Core css file
 */
.master-slider {
  position: relative;
  visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
  .master-slider a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  .master-slider * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  .master-slider.ms-fullheight {
    height: 100%; }

.swiper-single .ms-bullets,
.swiper-single .ms-nav-next,
.swiper-single .ms-nav-prev {
  display: none !important; }

.swiper-single .ms-grab-cursor {
  cursor: default !important; }

.ms-layout-partialview .ms-view {
  overflow: visible;
  background-color: transparent; }

.ms-layout-partialview .ms-container {
  overflow: hidden; }

.master-slider img, .ms-slide-bgvideocont video {
  max-width: none; }

.ms-ie img {
  border: none; }

.ms-ie8 * {
  opacity: inherit;
  filter: inherit; }

.ms-ie7 {
  zoom: 1; }

.ms-moz .ms-slide-bgcont > img {
  transform: translateX(0px); }

.ms-loading-container {
  position: absolute;
  width: 100%;
  top: 0; }

.ms-slide-auto-height {
  display: table; }

.ms-loading-container .ms-loading, .ms-slide .ms-slide-loading {
  width: 36px;
  height: 36px;
  background: url(/images/loading-2.gif) no-repeat center white;
  border-radius: 60px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -18px;
  opacity: 0.9; }

/* grab cursor */
.ms-no-swipe, .ms-def-cursor {
  cursor: auto !important; }

.ms-grab-cursor {
  cursor: url(/images/grab.png), move; }

.ms-grabbing-cursor {
  cursor: url(/images/grabbing.png), move; }

.ms-ie .ms-grab-cursor, .ms-ie .ms-grabbing-cursor {
  cursor: move; }

.ms-view {
  margin: 0px auto;
  overflow: hidden;
  background: black;
  position: relative;
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  -ms-perspective: 2000px;
  perspective: 2000px; }
  .ms-view .ms-slide-container {
    position: relative; }

.ms-slide {
  position: absolute;
  height: 100%;
  -webkit-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px); }

.ms-wk .ms-slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.ms-slide .ms-slide-bgcont, .ms-slide .ms-slide-bgvideocont {
  position: absolute;
  overflow: hidden;
  width: 100%; }

.ms-slide .ms-slide-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 110; }

.ms-ie .ms-slide-link {
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBR‌​AA7") 0 0 repeat; }

.ms-slide .ms-slide-bgvideocont {
  z-index: 105;
  height: 100%; }

.ms-wk .ms-slide .ms-slide-bgvideocont, .ms-wk .ms-slide-bgvideocont > video {
  -webkit-transform: translateZ(0.3px);
  transform: translateZ(0.3px); }

.ms-slide .ms-slide-bgvideo {
  position: absolute;
  top: 0px; }

.ms-inner-controls-cont, .ms-container {
  position: relative;
  margin: 0 auto; }

.ms-slide .ms-slide-bgcont img, .ms-container, .ms-inner-controls-cont {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ms-slide .ms-layer, .ms-fixed-layers .ms-layer {
  position: absolute;
  pointer-events: auto; }

.ms-slide .ms-slide-layers, .ms-fixed-layers {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 109;
  top: 0px;
  pointer-events: none; }

.ms-slide .ms-slide-video {
  position: absolute;
  top: 0;
  z-index: 111;
  background: black;
  padding: 0;
  margin: 0;
  border: none; }

.ms-parallax-layer {
  width: 100%;
  position: absolute;
  top: 0; }

.ms-scroll-parallax-cont {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.ms-wk .ms-scroll-parallax-cont {
  -webkit-transform: translateZ(0.4px);
  transform: translateZ(0.4px); }

/*.ms-scroll-parallax .ms-sl-selected .ms-scroll-parallax-cont,
.ms-scroll-parallax .ms-sl-selected .ms-slide-bgcont{}
.ms-scroll-parallax .ms-slide-bgcont{}*/
/*-----------------------------------------------------------*/
.ms-action-layer {
  cursor: pointer; }

.ms-btn-container {
  position: absolute; }

.ms-btn {
  text-decoration: none;
  display: inline-block;
  color: black;
  position: relative;
  padding: 8px 15px;
  cursor: pointer;
  white-space: nowrap; }

.ms-default-btn {
  background: #0074A2;
  border-radius: 5px;
  color: #FFF; }
  .ms-default-btn:hover {
    background-color: #0098D5; }
  .ms-default-btn:active {
    top: 1px; }

.ms-btn-s {
  padding: 14px 17px;
  font-size: 80%;
  line-height: 0; }

.ms-btn-m {
  padding: 12px 40px; }

.ms-btn-n {
  padding: 8px 25px;
  font-size: 95%; }

.ms-btn-l {
  padding: 17px 50px;
  font-size: 120%; }

.ms-btn-round {
  border-radius: 5px; }

.ms-btn-circle {
  border-radius: 100px; }

.ms-btn-outline-round {
  border-radius: 5px; }

.ms-btn-outline-circle {
  border-radius: 100px; }

/*-----------------------------------------------------------*/
.ms-layer.video-box {
  background: black; }
  .ms-layer.video-box iframe {
    padding: 0;
    margin: 0;
    border: none;
    position: absolute;
    z-index: 111; }

.ms-slide .ms-slide-vpbtn, .ms-slide .ms-video-btn {
  position: absolute;
  cursor: pointer;
  z-index: 112; }

.ms-slide .ms-slide-vcbtn {
  position: absolute;
  cursor: pointer;
  z-index: 113; }

.ms-slide-vcbtn-mobile {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28px;
  background-color: black;
  color: white;
  text-align: center;
  cursor: pointer;
  z-index: 113; }
  .ms-slide-vcbtn-mobile .ms-vcbtn-txt {
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 0.75em;
    display: inline-block;
    /*background: url(video-close-btn.png) no-repeat 0px 3px;*/
    padding-left: 15px;
    height: 15px;
    color: #DBDBDB;
    margin-top: 7px; }

.ms-wk .ms-slide .ms-slide-vcbtn, .ms-wk .ms-slide .ms-slide-layers, .ms-wk .ms-slide .ms-slide-vpbtn, .ms-wk .ms-slide .ms-slide-video {
  -webkit-transform: translateZ(0.44px);
  transform: translateZ(0.44px); }

.ms-wk .ms-slide-link {
  -webkit-transform: translateZ(0.44px);
  transform: translateZ(0.44px); }

.ms-video-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.ms-mask-frame {
  overflow: hidden;
  position: absolute;
  float: left; }

/* controls */
.ms-thumb-list {
  overflow: hidden;
  position: absolute; }
  .ms-thumb-list.ms-dir-h {
    width: 100%; }
  .ms-thumb-list.ms-dir-v {
    height: 100%;
    top: 0; }

.ms-thumbs-cont {
  position: relative; }

.ms-thumb-frame {
  cursor: pointer;
  float: left;
  overflow: hidden;
  opacity: 0.5;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms; }
  .ms-thumb-frame img {
    width: 100%;
    height: auto; }

.ms-thumb-frame-selected {
  opacity: 1; }

.ms-tabs .ms-thumb-frame {
  background-color: #F6f6f6;
  text-shadow: 0 1px 1px white;
  color: #222;
  border: solid 1px white;
  border-width: 0 1px 1px 0;
  overflow: visible;
  position: relative;
  opacity: 1;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }

.ms-tabs.ms-dir-h .ms-thumb-frame {
  margin-top: 12px; }

.ms-tabs.ms-dir-v .ms-thumb-frame {
  margin-left: 12px; }

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame {
  margin-left: 0px; }

.ms-tabs.ms-dir-h.ms-align-top {
  z-index: 140; }
  .ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame {
    margin-top: -12px; }

.ms-tabs .ms-thumb {
  padding: 20px 20px; }

.ms-tabs .ms-thumb-frame-selected {
  opacity: 1;
  background: #EDEDED; }

.ms-tabs .ms-thumb-frame .ms-thumb-ol {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }

.ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol {
  top: 0px;
  left: 50%;
  margin-left: -12px;
  border-bottom: solid 12px #F6f6f6;
  border-left: solid 12px transparent;
  border-right: solid 12px transparent; }

.ms-tabs.ms-dir-h.ms-align-bottom .ms-thumb-frame-selected .ms-thumb-ol {
  opacity: 1;
  top: -12px;
  border-bottom-color: #EDEDED; }

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame .ms-thumb-ol {
  bottom: 0px;
  top: auto;
  border-bottom: 0px;
  border-top: solid 12px #F6f6f6; }

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame-selected .ms-thumb-ol {
  opacity: 1;
  bottom: -12px;
  border-top-color: #EDEDED; }

.ms-tabs.ms-dir-v .ms-thumb-frame .ms-thumb-ol {
  top: 50%;
  left: 0;
  margin-top: -12px;
  border-right: solid 12px #EDEDED;
  border-top: solid 12px transparent;
  border-bottom: solid 12px transparent; }

.ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol {
  opacity: 1;
  left: -12px;
  border-right-color: #EDEDED; }

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame .ms-thumb-ol {
  left: auto;
  right: 0;
  border-right: 0;
  border-left: solid 12px #EDEDED; }

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame-selected .ms-thumb-ol {
  opacity: 1;
  right: -12px;
  border-left-color: #EDEDED; }

/* horizontal thumblist arrows*/
.ms-thumb-list.ms-dir-h .ms-thumblist-fwd {
  height: 100%;
  width: 20px;
  position: absolute;
  left: 0;
  cursor: pointer;
  background: rgba(128, 128, 128, 0.5);
  text-align: center;
  color: white; }

.ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
  height: 100%;
  width: 20px;
  position: absolute;
  left: 0;
  cursor: pointer;
  background: rgba(128, 128, 128, 0.5);
  text-align: center;
  color: white;
  right: 0;
  left: auto; }

.ms-thumb-list.ms-dir-h .ms-thumblist-fwd:after {
  content: close-quote;
  top: 43%;
  position: relative;
  border: solid transparent;
  border-width: 5px 5px 5px 0px;
  display: block;
  border-right-color: #FFF;
  width: 6px;
  height: 1px; }

.ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
  content: close-quote;
  top: 43%;
  position: relative;
  border: solid transparent;
  border-width: 5px 5px 5px 0px;
  display: block;
  border-right-color: #FFF;
  width: 6px;
  height: 1px;
  border-width: 5px 0px 5px 5px;
  border-left-color: #FFF;
  left: 7px; }

.ms-thumb-list.ms-dir-v .ms-thumblist-fwd {
  width: 100%;
  height: 20px;
  position: absolute;
  top: 0;
  cursor: pointer;
  background: rgba(128, 128, 128, 0.5);
  text-align: center;
  color: white; }

.ms-thumb-list.ms-dir-v .ms-thumblist-bwd {
  width: 100%;
  height: 20px;
  position: absolute;
  top: 0;
  cursor: pointer;
  background: rgba(128, 128, 128, 0.5);
  text-align: center;
  color: white;
  bottom: 0;
  top: auto; }

.ms-thumb-list.ms-dir-v .ms-thumblist-fwd:after {
  content: close-quote;
  left: 43%;
  position: relative;
  border: solid transparent;
  border-width: 0px 5px 5px 5px;
  display: block;
  border-bottom-color: #FFF;
  height: 1px;
  top: 5px;
  width: 0; }

.ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
  content: close-quote;
  left: 43%;
  position: relative;
  border: solid transparent;
  border-width: 0px 5px 5px 5px;
  display: block;
  border-bottom-color: #FFF;
  height: 1px;
  top: 5px;
  width: 0;
  border-width: 5px 5px 0px 5px;
  border-top-color: #FFF;
  top: 7px; }

/* vertical thumblist arrows */
.ms-bullet {
  cursor: pointer;
  float: left; }

.ms-bullets.ms-dir-h {
  position: absolute;
  bottom: 20px;
  right: 50%;
  width: 100px; }

.ms-bullets.ms-dir-v {
  position: absolute;
  top: 50%; }
  .ms-bullets.ms-dir-v .ms-bullet {
    float: none; }

.ms-bullets.ms-dir-h .ms-bullets-count {
  position: relative;
  right: -50%; }

.ms-sbar {
  position: absolute; }
  .ms-sbar.ms-dir-h {
    left: 10px;
    right: 10px;
    top: 5px; }
  .ms-sbar.ms-dir-v {
    top: 10px;
    bottom: 10px;
    right: 5px; }
  .ms-sbar .ms-bar {
    height: 4px;
    background: #333;
    border-radius: 4px; }
  .ms-sbar.ms-dir-v .ms-bar {
    width: 4px; }
  .ms-sbar .ms-bar {
    position: relative;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms; }

.ms-timerbar {
  width: 100%;
  bottom: 0px;
  position: absolute; }

.ms-ctimer {
  position: absolute;
  top: 30px;
  left: 30px;
  cursor: pointer; }

.ms-time-bar {
  -webkit-transition: width 120ms linear;
  -moz-transition: width 120ms linear;
  -ms-transition: width 120ms linear;
  -o-transition: width 120ms linear;
  transition: width 120ms linear; }

.ms-ie7 .ms-tooltip-arrow {
  height: 0px; }

.ms-slide-info {
  position: absolute; }
  .ms-slide-info.ms-dir-v {
    top: 0; }
  .ms-slide-info.ms-dir-h {
    width: 100%; }

@keyframes point-anim {
  0% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    opacity: 0; } }

@-webkit-keyframes point-anim {
  0% {
    -webkit-transform: scale(0.5);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0; } }

/* In Android browser, using css animations over slider causes some crashes */
.ms-android .ms-tooltip-point .ms-point-border {
  animation: none;
  -moz-animation: none;
  -webkit-animation: none;
  -o-animation: none; }

/*
 * SmartTab plugin v2.0
 * jQuery Tab Control Plugin
 * 
 * by Dipu Raj
 * http://techlaboratory.net/smarttab
 * 
 * License 
 * http://creativecommons.org/licenses/by-sa/3.0/  
 */
.stMain {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  color: #666666;
  border-top: 5px solid #fff;
  font-family: 'gothambook',Tahoma,arial,sans-serif;
  font-size: 100%;
  /*width:99.997%;*/ }

.stContainer {
  display: block;
  margin: 0;
  padding: 0;
  border: 0px solid #CCC;
  height: auto;
  overflow: hidden;
  position: relative; }

.stMain div.tabContent {
  display: block;
  position: absolute;
  margin: 0;
  padding: 0px;
  border: 0px solid #D4D4D4;
  background-color: #FFF;
  text-align: left;
  height: auto;
  width: 100%; }

.stMain ul.tabAnchor {
  position: absolute;
  top: 100%;
  display: block;
  list-style-type: none;
  /*  position:relative;*/
  padding: 0;
  margin: 0;
  padding-left: 0px;
  /*  border-left: 1px solid #D4D4D4;*/
  clear: both;
  /*  overflow: hidden;*/
  z-index: 100;
  width: 100%;
  border-top: 3px solid white; }
  .stMain ul.tabAnchor li {
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
    width: 33.33%;
    border-right: 2px solid white !important; }
    .stMain ul.tabAnchor li a {
      border-right: 2px solid white !important; }
      .stMain ul.tabAnchor li a:hover {
        border-right: 2px solid white !important; }
    .stMain ul.tabAnchor li:hover {
      border-right: 2px solid white !important; }
    .stMain ul.tabAnchor li:last-child, .stMain ul.tabAnchor li:hover:last-child {
      border-right: 0px solid transparent !important; }
    .stMain ul.tabAnchor li a:last-child, .stMain ul.tabAnchor li a:hover:last-child {
      border-right: 0px solid transparent !important; }
    .stMain ul.tabAnchor li:hover {
      opacity: 1;
      background: none !important; }
    .stMain ul.tabAnchor li a {
      display: block;
      margin: 0;
      margin-right: 0px;
      padding: 0px;
      height: auto;
      opacity: .4;
      transition: visibility 0s 2s, opacity .5s linear;
      font-size: 18px;
      color: #666;
      text-decoration: none;
      outline-style: none;
      background: #f6f6f6;
      /* Old browsers */ }
      .stMain ul.tabAnchor li a small {
        font-size: 15px; }
      .stMain ul.tabAnchor li a:hover {
        color: #FFF;
        background: #fff;
        opacity: 1 !important; }
      .stMain ul.tabAnchor li a.sel {
        opacity: 1 !important; }

/*#tabs.stMain{margin-bottom: 76px !important}*/
.loader {
  position: absolute;
  left: 48%;
  top: 40%;
  display: block;
  margin: 0;
  padding: 5px;
  padding-top: 35px;
  font-size: 10px;
  color: #666;
  text-decoration: none;
  outline-style: none;
  border: 1px solid #D4D4D4;
  background: #f6f6f6  no-repeat 10px 10px; }

a.stLinks {
  margin: 0;
  padding: 0px;
  color: #666;
  text-decoration: none;
  outline-style: none;
  border: 0px solid #D4D4D4;
  background-color: #f6f6f6; }
  a.stLinks:hover {
    color: #FFF;
    background-color: #00A7DB; }

.offer {
  display: none; }

.showhim img {
  max-width: 100%; }

.showhim:hover .offer {
  display: block; }

.showhim:hover .teaser {
  display: none; }

#L1H1 #tabs {
  margin-bottom: 90px; }

a.carouselmaxwidth img {
  max-width: 100%; }

@font-face {
  font-family: gothambook;
  src: url(/fonts/Gotham-Book-webfont.eot);
  src: url(/fonts/Gotham-Book-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/Gotham-Book-webfont.woff2) format("woff2"), url(/fonts/Gotham-Book-webfont.woff) format("woff"), url(/fonts/Gotham-Book-webfont.ttf) format("truetype"), url(/fonts/Gotham-Book-webfont.svg#gothambook) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: gothambook_italic;
  src: url(/fonts/Gotham-BookItalic-webfont.eot);
  src: url(/fonts/Gotham-BookItalic-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/Gotham-BookItalic-webfont.woff2) format("woff2"), url(/fonts/Gotham-BookItalic-webfont.woff) format("woff"), url(/fonts/Gotham-BookItalic-webfont.ttf) format("truetype"), url(/fonts/Gotham-BookItalic-webfont.svg#gothambook_italic) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: gothammedium;
  src: url(/fonts/Gotham-Medium-webfont.eot);
  src: url(/fonts/Gotham-Medium-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/Gotham-Medium-webfont.woff2) format("woff2"), url(/fonts/Gotham-Medium-webfont.woff) format("woff"), url(/fonts/Gotham-Medium-webfont.ttf) format("truetype"), url(/fonts/Gotham-Medium-webfont.svg#gothammedium) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: gothammedium_italic;
  src: url(/fonts/Gotham-MediumItalic-webfont.eot);
  src: url(/fonts/Gotham-MediumItalic-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/Gotham-MediumItalic-webfont.woff2) format("woff2"), url(/fonts/Gotham-MediumItalic-webfont.woff) format("woff"), url(/fonts/Gotham-MediumItalic-webfont.ttf) format("truetype"), url(/fonts/Gotham-MediumItalic-webfont.svg#gothammedium_italic) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: gothambold;
  src: url(/fonts/Gotham-Bold-webfont.eot);
  src: url(/fonts/Gotham-Bold-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/Gotham-Bold-webfont.woff2) format("woff2"), url(/fonts/Gotham-Bold-webfont.woff) format("woff"), url(/fonts/Gotham-Bold-webfont.ttf) format("truetype"), url(/fonts/Gotham-Bold-webfont.svg#gothambold) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: gothambold_italic;
  src: url(/fonts/Gotham-BoldItalic-webfont.eot);
  src: url(/fonts/Gotham-BoldItalic-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/Gotham-BoldItalic-webfont.woff2) format("woff2"), url(/fonts/Gotham-BoldItalic-webfont.woff) format("woff"), url(/fonts/Gotham-BoldItalic-webfont.ttf) format("truetype"), url(/fonts/Gotham-BoldItalic-webfont.svg#gothambold_italic) format("svg");
  font-weight: normal;
  font-style: normal; }

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  position: relative;
  direction: ltr; }
  .royalSlider > * {
    float: left; }

#slider-with-blocks-1 {
  width: 100%; }

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0); }

.backgroundcover {
  background-size: 100% 100%; }

.rsWebkit3d .rsSlide, .rsWebkit3d .rsContainer, .rsWebkit3d .rsThumbs, .rsWebkit3d .rsPreloader, .rsWebkit3d img, .rsWebkit3d .rsOverflow, .rsWebkit3d .rsBtnCenterer, .rsWebkit3d .rsAbsoluteEl, .rsWebkit3d .rsABlock, .rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden; }

.rsFade.rsWebkit3d .rsSlide, .rsFade.rsWebkit3d img, .rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none; }

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent; }
  .rsVisibleNearbyWrap .rsOverflow {
    position: absolute;
    left: 0;
    top: 0; }

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent; }

.rsArrow, .rsThumbsArrow {
  cursor: pointer; }

.rsThumb {
  float: left;
  position: relative; }

.rsArrow, .rsNav, .rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.rsMinW .rsArrow {
  display: none !important; }

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear; }

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none; }

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.royalSlider.rsAutoHeight, .rsAutoHeight .rsSlide {
  height: auto; }

.rsContent {
  width: 100%;
  height: 100%;
  position: relative; }

.rsPreloader {
  position: absolute;
  z-index: 0; }

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none; }

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22; }

.rsTabs {
  float: left;
  background: none !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

.rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

.rsVideoContainer {
  width: auto;
  height: auto;
  line-height: 0;
  position: relative; }

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s; }
  .rsVideoFrameHolder.rsVideoActive {
    opacity: 1; }

.rsVideoContainer iframe, .rsVideoContainer video, .rsVideoContainer embed, .rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.rsVideoContainer.rsIOSVideo iframe, .rsVideoContainer.rsIOSVideo video, .rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px; }

/* ios controls over video bug, shifting video */
.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15; }

img.rsImg {
  max-width: none; }

.grab-cursor {
  /*cursor:url(/images/grab.png) 8 8, move; */ }

.grabbing-cursor {
  /*cursor:url(grabbing.png) 8 8, move;*/ }

.rsNoDrag {
  cursor: auto; }

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  /*background: url(blank.gif);*/ }

/*item Specific changable CSS*/
.rsContent {
  color: #FFF;
  font-size: 24px;
  line-height: 32px;
  float: left; }

.normalfont {
  font-family: 'gothambook'; }

.boldfont {
  font-family: 'gothambold'; }

.bContainer {
  position: relative; }

.rsABlock {
  position: relative;
  display: block;
  left: auto;
  top: auto; }

.blockHeadline {
  font-size: 42px;
  line-height: 50px; }

.blockSubHeadline {
  font-size: 32px;
  line-height: 40px; }

.txtCent {
  text-align: center;
  width: 100%; }

.slide4 .bContainer {
  top: 36%; }

.bContainer {
  position: relative; }

@media screen and (min-width: 0px) and (max-width: 960px) {
  .rsContent {
    font-size: 22px;
    line-height: 28px; }
  .blockHeadline {
    font-size: 32px;
    line-height: 32px; }
  .blockSubHeadline {
    font-size: 26px;
    line-height: 32px; } }

@media screen and (min-width: 0px) and (max-width: 500px) {
  .rsContent {
    font-size: 18px;
    line-height: 26px; }
  .blockHeadline {
    font-size: 24px;
    line-height: 32px; }
  .blockSubHeadline {
    font-size: 22px;
    line-height: 32px; } }

/******************************
*
*  RoyalSlider White Controls Skin
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-minimal-white.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/
/* Background */
.rsMinW {
  background: #000;
  color: #FFF; }
  .rsMinW .rsOverflow, .rsMinW .rsSlide, .rsMinW .rsVideoFrameHolder, .rsMinW .rsThumbs {
    background: #000;
    color: #FFF; }
  .rsMinW .rsArrow {
    height: 32px;
    width: 32px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21; }
  .rsMinW .rsArrowLeft {
    right: 37px;
    bottom: 7px; }
  .rsMinW .rsArrowRight {
    right: 7px;
    bottom: 7px; }
  .rsMinW .rsArrowIcn {
    width: 24px;
    height: 24px;
    margin-top: 3px;
    margin-left: 3px;
    position: absolute;
    cursor: pointer;
    background: url("/images/rs-minimal-white.png") transparent;
    border-radius: 2px; }
  .rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
    background-position: -68px -36px; }
  .rsMinW.rsHor .rsArrowRight .rsArrowIcn {
    background-position: -68px -68px; }
  .rsMinW.rsVer .rsArrowLeft .rsArrowIcn {
    background-position: -100px -36px; }
  .rsMinW.rsVer .rsArrowRight .rsArrowIcn {
    background-position: -100px -68px; }
  .rsMinW .rsArrowDisabled .rsArrowIcn {
    opacity: .3 !important;
    filter: alpha(opacity=30);
    *display: none; }
  .rsMinW .rsBullets {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 35;
    padding-top: 4px;
    height: auto;
    text-align: center;
    line-height: 6px;
    overflow: hidden; }
  .rsMinW .rsBullet {
    width: 40px;
    height: 36px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 14px 14px;
    background-color: #383838;
    color: #fff;
    cursor: pointer;
    opacity: .8;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif; }
    .rsMinW .rsBullet:hover {
      opacity: 1; }
    .rsMinW .rsBullet span {
      display: block;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #383838;
      box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1); }

/***************
*
*  1. Arrows
*
****************/
/***************
*
*  2. Bullets
*
****************/
.rsNavSelected {
  background: #b71234 !important;
  opacity: 1; }

/***************
*
*  3. Thumbnails
*
****************/
.rsMinW .rsThumbsHor {
  width: 100%;
  height: 72px; }

.rsMinW .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0; }

.rsMinW.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%; }

.rsMinW.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%; }

.rsMinW .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px; }
  .rsMinW .rsThumb img {
    width: 100%;
    height: 100%; }
  .rsMinW .rsThumb.rsNavSelected {
    background: #333; }
    .rsMinW .rsThumb.rsNavSelected img {
      filter: alpha(opacity=40);
      opacity: 0.7; }
    .rsMinW .rsThumb.rsNavSelected span.thumbIco {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      border: 2px solid #FFF;
      border: 2px solid rgba(255, 255, 255, 0.9);
      -webkit-backface-visibility: hidden; }

.rsMinW .rsTmb {
  display: block; }

.rsMinW .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21; }

.rsMinW.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px; }

.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0; }

.rsMinW.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0; }

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0; }

.rsMinW.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0; }

.rsMinW .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url("/images/rs-minimal-white.png"); }

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px; }

.rsMinW.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px; }

.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px; }

.rsMinW.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px; }

.rsMinW .rsThumbsArrowDisabled {
  display: none !important; }

.rsMinW .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative; }

.rsMinW .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #000;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  *display: inline;
  *zoom: 1; }
  .rsMinW .rsTab:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .rsMinW .rsTab:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #cfcfcf; }
  .rsMinW .rsTab:active {
    border: 1px solid #D9D9DD;
    background-color: #f4f4f4;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset; }
  .rsMinW .rsTab.rsNavSelected {
    color: #000;
    border: 1px solid #999;
    text-shadow: 1px 1px #838383;
    box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
    background: #ACACAC;
    background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
    background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
    background-image: linear-gradient(to bottom, #ACACAC, #BBB); }

.rsMinW .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer; }

.rsMinW .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("/images/rs-minimal-white.png") 0 0 transparent; }
  .rsMinW .rsFullscreenIcn:hover {
    opacity: 0.8; }

.rsMinW.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0; }

.rsMinW .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer; }

.rsMinW .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url(/images/rs-minimal-white.png) no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

.rsMinW .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9); }

.rsMinW .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px; }

.rsMinW .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }
  .rsMinW .rsCloseVideoBtn.rsiOSBtn {
    top: -38px;
    right: -6px; }

.rsMinW .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("/images/rs-minimal-white.png") -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }
  .rsMinW .rsCloseVideoIcn:hover {
    background-color: rgba(0, 0, 0, 0.9); }

.rsMinW .rsPreloader {
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px; }

.rsMinW .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px; }

/* Thumbnails arrow icons */
/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsMinW .rsThumb {
    width: 59px;
    height: 44px; }
  .rsMinW .rsThumbsHor {
    height: 44px; }
  .rsMinW .rsThumbsVer {
    width: 59px; } }

/***************
*
*  4. Tabs
*
****************/
/***************
*
*  5. Fullscreen button
*
****************/
/***************
*
*  6. Play/close video button
*
****************/
/***************
*
*  7. Preloader
*
****************/
/***************
*
*  8. Global caption
*
****************/
/**
 *  Master Slider
 *  Default Skin
 */
.ms-skin-default .ms-slide .ms-slide-vpbtn, .ms-skin-default .ms-video-btn {
  width: 50px;
  height: 51px;
  background: url(/images/light-skin-1.png) no-repeat -14px -150px;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px; }

.ms-skin-default .ms-slide .ms-slide-vcbtn {
  width: 30px;
  height: 30px;
  background: url(/images/light-skin-1.png) no-repeat -24px -28px;
  top: 18px;
  right: 30px; }

.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev {
  width: 30px;
  background: url(/images/light-skin-1.png);
  background-position: -89px -18px;
  height: 56px;
  cursor: pointer;
  top: 48%;
  left: 0;
  margin-top: -20px;
  position: absolute;
  z-index: 110; }

.ms-skin-default .ms-nav-next {
  right: 0;
  left: auto;
  background-position: -89px -95px; }

.ms-skin-default .ms-bullet {
  width: 17px;
  height: 17px;
  background: url(/images/light-skin-1.png) no-repeat;
  margin: 4px;
  background-position: -30px -113px; }

.ms-skin-default .ms-bullet-selected {
  background-position: -30px -80px; }

.ms-skin-default .ms-time-bar {
  height: 3px;
  background: #FFFFFF;
  border-top: solid 1px rgba(0, 0, 0, 0.41); }

.ms-skin-default .ms-tooltip {
  position: absolute;
  z-index: 210;
  cursor: auto;
  max-width: 200px; }

.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow, .ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px; }

.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow {
  border-top: solid 10px;
  border-top-color: silver;
  border-top-color: rgba(240, 240, 240, 0.88);
  bottom: -10px; }

.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
  border-bottom: solid 10px;
  border-bottom-color: silver;
  border-bottom-color: rgba(240, 240, 240, 0.88);
  top: -10px; }

.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow, .ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  position: absolute;
  top: 50%;
  margin-top: -10px; }

.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow {
  border-right: solid 10px;
  border-right-color: silver;
  border-right-color: rgba(240, 240, 240, 0.88);
  left: -10px; }

.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
  border-left: solid 10px;
  border-left-color: silver;
  border-left-color: rgba(240, 240, 240, 0.88);
  right: -10px; }

.ms-skin-default .ms-tooltip-point {
  cursor: pointer; }
  .ms-skin-default .ms-tooltip-point .ms-point-center {
    width: 12px;
    height: 12px;
    border-radius: 15px;
    border: solid 2px #BBB;
    background: white;
    margin: -8px 0 0 -8px;
    position: absolute;
    z-index: 105; }
  .ms-skin-default .ms-tooltip-point .ms-point-border {
    width: 22px;
    height: 22px;
    background: black;
    background: rgba(0, 0, 0, 0.36);
    margin: -11px 0 0 -11px;
    position: absolute;
    border-radius: 15px;
    animation: point-anim 1.5s infinite;
    -moz-animation: point-anim 1.5s infinite;
    -webkit-animation: point-anim 1.5s infinite;
    -o-animation: point-anim 1.5s infinite; }

.ms-skin-default .ms-tooltip-cont {
  padding: 10px;
  background: silver;
  background: rgba(240, 240, 240, 0.88);
  text-shadow: 0 1px 0 white;
  margin-left: -1px; }

/* controls */
/* retina */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .ms-skin-default .ms-slide .ms-slide-vpbtn, .ms-skin-default .ms-video-btn, .ms-skin-default .ms-slide .ms-slide-vcbtn, .ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev, .ms-skin-default .ms-bullet {
    background-image: url("/images/light-skin-1-retina.png");
    background-size: 152px 225px; } }

.padright-4px {
  padding-right: 4px; }

.padleft-4px {
  padding-left: 4px; }

.ms-slide-red {
  background-color: #aa0023; }

.ms-slide-teal {
  background-color: #27bbb2; }

.ms-slide-darkred {
  background-color: #831525; }

.ms-slide-yellow {
  background-color: #ffcb08; }

.arrow_box_red_2left, .arrow_box_red_2right, .arrow_box_wht_2left, .arrow_box_wht_2right, .arrow_box_darkgrey_2left, .arrow_box_darkgrey_2right {
  position: relative;
  padding: 0;
  background: #ffffff;
  border: 4px solid #ffffff;
  vertical-align: top; }

.arrow_box_darkgrey_2left, .arrow_box_darkgrey_2right {
  background-color: #6D6E71;
  border-color: #6D6E71;
  color: #fff; }

.arrow_box_red_2left, .arrow_box_red_2right {
  background-color: #aa0023;
  border-color: #aa0023;
  color: #ffffff; }

.arrow_box_red_2left:after, .arrow_box_red_2left:before {
  right: 100%;
  top: 23%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.arrow_box_wht_2left:after, .arrow_box_wht_2left:before {
  right: 100%;
  top: 23%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.arrow_box_darkgrey_2left:after, .arrow_box_darkgrey_2left:before {
  right: 100%;
  top: 23%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.arrow_box_red_2right:after, .arrow_box_red_2right:before {
  left: 100%;
  top: 23%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.arrow_box_wht_2right:after, .arrow_box_wht_2right:before {
  left: 100%;
  top: 23%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.arrow_box_darkgrey_2right:after, .arrow_box_darkgrey_2right:before {
  left: 100%;
  top: 23%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.arrow_box_red_2left:after, .arrow_box_wht_2left:after, .arrow_box_darkgrey_2left:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 16px;
  margin-top: -16px; }

.arrow_box_red_2left:after {
  border-right-color: #aa0023; }

.arrow_box_darkgrey_2left:after {
  border-right-color: #6D6E71; }

.arrow_box_red_2right:after, .arrow_box_wht_2right:after, .arrow_box_darkgrey_2right:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 16px;
  margin-top: -16px; }

.arrow_box_red_2right:after {
  border-left-color: #aa0023; }

.arrow_box_darkgrey_2right:after {
  border-left-color: #6D6E71; }

.arrow_box_red_2left:before, .arrow_box_wht_2left:before, .arrow_box_darkgrey_2left:before {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 20px;
  margin-top: -20px; }

.arrow_box_red_2left:before {
  border-right-color: #aa0023; }

.arrow_box_darkgrey_2left:before {
  border-right-color: #6D6E71; }

.arrow_box_red_2right:before, .arrow_box_wht_2right:before, arrow_box_darkgrey_2right:before {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 20px;
  margin-top: -20px; }

.arrow_box_red_2right:before {
  border-left-color: #aa0023; }

.arrow_box_darkgrey_2right:before {
  border-left-color: #6D6E71; }

h3.swiper {
  font-family: 'gothambold';
  font-size: 34px;
  line-height: 32px;
  text-transform: uppercase; }

.swipercopy {
  font-family: 'gothammedium';
  font-size: 1em;
  line-height: 1.4em;
  margin: 10px 0; }

.swiper-image-container img {
  width: 100%; }

.swipercompcontent {
  width: 100%;
  height: auto;
  min-height: 426px;
  max-height: 100%; }

.swipercontentdiv {
  padding: 5px 15px 0 15px; }

.margbtm8px {
  margin-bottom: 8px; }

.swipercontentdiv .btn-userdefined a {
  color: #fff;
  text-decoration: none;
  padding: 8px 30px;
  display: inline-block; }
  .swipercontentdiv .btn-userdefined a:hover {
    color: #aa0023; }

.master-slider .swipercontentdiv {
  padding: 55px 25px 25px; }

#masterslider6col .ms-slide img {
  width: 100%; }

.arrow_box_red_2left .btn-userdefined, .arrow_box_red_2right .btn-userdefined {
  border: 0;
  background-color: #fff;
  padding: 0; }

.arrow_box_wht_2left .btn-userdefined, .arrow_box_wht_2right .btn-userdefined {
  border: 0;
  padding: 0; }

.arrow_box_darkgrey_2left .btn-userdefined, .arrow_box_darkgrey_2right .btn-userdefined {
  border: 0;
  padding: 0; }

.arrow_box_red_2left .btn-userdefined:hover, .arrow_box_red_2right .btn-userdefined:hover {
  background-color: #aa0023; }

.arrow_box_darkgrey_2left .btn-userdefined:hover, .arrow_box_darkgrey_2right .btn-userdefined:hover {
  border: none; }

.arrow_box_red_2left .btn-userdefined a, .arrow_box_red_2right .btn-userdefined a {
  color: #aa0023; }

.arrow_box_red_2left .btn-userdefined a:hover, .arrow_box_red_2right .btn-userdefined a:hover {
  color: #fff;
  border: 1px solid #ffffff;
  padding: 7px 29px; }

.arrow_box_wht_2left .btn-userdefined a:hover, .arrow_box_wht_2right .btn-userdefined a:hover {
  border: 1px solid #aa0023;
  padding: 7px 29px; }

.arrow_box_darkgrey_2left .btn-userdefined a:hover, .arrow_box_darkgrey_2right .btn-userdefined a:hover {
  border: 1px solid #6D6E71;
  padding: 7px 29px; }

.swipercomponent {
  padding: 0 15px; }

@media (max-width: 1041px) {
  h3.swiper {
    font-family: 'gothambold';
    font-size: 29px;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0; }
  .swipercopy {
    font-family: 'gothammedium';
    font-size: 1.2rem;
    line-height: 1.3em; }
  .swipercomponent {
    padding: 0; }
  .master-slider .swipercontentdiv {
    padding: 25px; } }

@media (max-width: 894px) {
  h3.swiper {
    font-family: 'gothambold';
    font-size: 26px;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0; }
  .swipercontentdiv {
    padding: 20px 15px; } }

@media (max-width: 805px) {
  h3.swiper {
    font-family: 'gothambold';
    font-size: 23px;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0; } }

@media (max-width: 767px) {
  .swiperContainer img {
    max-width: 100%; }
  .swiperContainer .col-xs-8, .swiperContainer .col-xs-4 {
    width: auto; }
  .swiperContainer .swipercompcontent {
    min-height: 0; }
  .swiperContainer .btn-userdefined {
    float: none;
    display: inline; }
  .swiperContainer .swipercontentdiv .btn-userdefined {
    display: inline-block; }
  h3.swiper {
    font-family: 'gothambold';
    font-size: 18px;
    line-height: 1em;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 0; }
  .swipercopy {
    font-family: 'gothammedium';
    font-size: 14px;
    line-height: 1.4em; }
  .padright-4px {
    padding-right: 0 !important;
    padding-bottom: 0px !important; }
  .padleft-4px {
    padding-left: 0 !important; }
  .arrow_box_red_2left:after, .arrow_box_red_2left:before {
    display: none; }
  .arrow_box_wht_2left:after, .arrow_box_wht_2left:before {
    display: none; }
  .arrow_box_darkgrey_2left:after, .arrow_box_darkgrey_2left:before {
    display: none; }
  .arrow_box_red_2right:after, .arrow_box_red_2right:before {
    display: none; }
  .arrow_box_wht_2right:after, .arrow_box_wht_2right:before {
    display: none; }
  .arrow_box_darkgrey_2right:after, .arrow_box_darkgrey_2right:before {
    display: none; } }

@media (max-width: 500px) {
  h3.swiper {
    font-family: 'gothambold';
    font-size: 18px;
    line-height: 1.2em;
    text-transform: uppercase; }
  .swipercopy {
    font-family: 'gothambook';
    font-size: 14px;
    line-height: 1.4em;
    padding: 4% 0; }
  .swipercontentdiv {
    text-align: center; }
  .ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev {
    opacity: 1 !important;
    display: block !important; }
  p.p1 {
    font-size: 1em; } }

ul.resp-tabs-list {
  margin: 0px;
  padding: 0px; }

.resp-tabs-list li {
  font-family: 'gothambold';
  font-size: 14px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
  width: 33.2%;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  letter-spacing: 1.5px; }
  .resp-tabs-list li:nth-child(2) {
    margin-left: 1px;
    margin-right: 1px; }
  .resp-tabs-list li:hover {
    background-color: #AA0023 !important;
    color: #FFF; }

.resp-tabs-container {
  padding: 0px;
  background-color: #f5f5f5;
  clear: left; }

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none; }

.resp-tab-content {
  display: none;
  padding: 20px 30px 50px 30px;
  font-size: 14px; }

.resp-tab-active {
  border: 0px solid #5AB1D0 !important;
  border-bottom: none;
  margin-bottom: -1px !important;
  padding: 13px 15px !important;
  border-top: 0px solid #5AB1D0 !important;
  border-bottom: 0px #fff solid !important;
  border-bottom: none;
  background-color: #AA0023 !important;
  color: #FFF;
  position: relative; }
  .resp-tab-active:after {
    top: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(170, 0, 35, 0);
    border-top-color: #AA0023;
    border-width: 15px;
    margin-left: -15px; }

.resp-content-active, .resp-accordion-active {
  display: block; }

h2.resp-accordion {
  font-size: 13px;
  border: 0px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 10px 15px; }

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important; }

h2.resp-tab-title:last-child {
  border-bottom: 0px solid #c1c1c1 !important;
  background: blue; }

h2.resp-tab-active {
  background: #DBDBDB;
  /* !important;*/ }

/*-----------Accordion styles-----------*/
.resp-easy-accordion h2.resp-accordion {
  display: block; }

.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1; }
  .resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;
    /* !important;*/ }

.resp-jfit {
  width: 100%;
  margin: 0px; }

.resp-tab-content-active {
  display: block; }

h2.resp-accordion {
  text-transform: uppercase;
  font-family: 'gothambold';
  font-size: 1.0em;
  padding-left: 9% !important;
  border: 1px solid #ddd !important; }
  h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;
    /* !important;*/ }

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none; }
  h2.resp-accordion {
    display: block; }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1; }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none; }
  .resp-accordion-closed {
    display: none !important; }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important; } }

.col-centered {
  float: none;
  margin: 0 auto; }

h1.support {
  font-size: 36px;
  text-align: center;
  text-transform: uppercase; }
  h1.support.notifications {
    font-family: 'gothambold';
    font-size: 1.75em;
    line-height: 34px;
    text-align: left;
    letter-spacing: -1px; }
  h1.support.serviceTypeDetail {
    display: inline-block;
    margin-bottom: 100px; }
    h1.support.serviceTypeDetail img {
      max-height: 105px;
      overflow: hidden;
      max-width: 100%; }

/* Begin: Service Type Detail */
#supportAcctBilling {
  margin: 3em 0; }
  #supportAcctBilling h5 {
    text-transform: uppercase;
    margin: 2em 2em 0.5em 2em; }
  #supportAcctBilling #parentHorizontalTab {
    margin: 3.5em 0 0 1em !important; }

.resp-tabs-list li {
  cursor: default !important; }

/* End: Service Type Detail */
/* Begin: Service Types */
.serviceTypes {
  margin: 1.8em auto 0 auto; }

h1.support {
  margin-top: 80px;
  margin-bottom: 30px;
  line-height: 30px; }

article.hentry {
  width: 100%; }

@media (max-width: 768px) {
  h1.support {
    font-size: 2em;
    margin-top: 10px;
    margin-bottom: -10px;
    line-height: 30px; }
  h2.resp-accordion {
    display: block;
    float: left;
    width: 100%;
    top: -77px; }
  #supportAcctBilling h5, #supportAcctBilling .narrowDivider {
    position: relative;
    top: 35px; }
  .resp-tab-content {
    margin-top: 0; }
  img.support {
    width: auto;
    max-width: 100%;
    margin: 0; } }

.serviceTypes div {
  text-align: center;
  padding-bottom: 1.5em; }

.serviceTypes span {
  width: 6.75em;
  height: 6.75em;
  border-radius: 50%;
  border: 5px solid #aa0023;
  position: absolute;
  top: .2em;
  left: 2.2em;
  display: none;
  cursor: pointer; }

.serviceTypes img {
  max-width: 100%; }

/* End: Service Types */
/* Begin: Main Content*/
.mainContent {
  margin: 5em 0 4.8em 0; }
  .mainContent img {
    max-width: 100%; }

.ctaBottomWrapper {
  margin-bottom: 3.5em; }
  .ctaBottomWrapper div {
    text-align: center; }

/* Begin: Service Notifications */
.serviceNotifications, .videoPlaylist {
  background: #f5f5f5;
  padding-left: 1em;
  margin-bottom: 2em;
  /* min-height:488px; /*500px;*/
  max-height: 498px;
  overflow-y: hidden;
  overflow-x: hidden; }

.serviceNotifications {
  height: 498px;
  padding-right: 15px; }
  .serviceNotifications h1 {
    color: #282828;
    text-transform: uppercase; }
  .serviceNotifications ul {
    display: inline-block;
    list-style-type: none;
    padding-left: 0; }
    .serviceNotifications ul li {
      margin-bottom: 3.75em; }
  .serviceNotifications p {
    font-family: 'gothambook';
    font-size: 14px;
    line-height: 17px; }

.videoPlaylist h1, .serviceNotifications h2, .videoPlaylist h2, .serviceNotifications h3, .videoPlaylist h3 {
  color: #282828;
  text-transform: uppercase; }

.notificationsWrapper {
  max-height: 275px;
  overflow-y: scroll;
  margin-top: .5em; }

h3.dateStamp {
  font-family: 'gothambold';
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 4px; }

.serviceNotifications ul li:after {
  content: "";
  position: relative;
  left: 0em;
  bottom: 0em;
  height: 1px;
  width: 70%;
  border-bottom: 2px solid #969696;
  float: left; }

.glyphicon.glyphicon-menu-down {
  color: #AA0023; }

.narrowDivider {
  display: block;
  width: 22px;
  height: 4px;
  margin: 0;
  padding: 0;
  border-top: none !important;
  border-right: none !important;
  border-bottom: 4px solid #aa0023;
  border-left: none !important;
  margin-bottom: 11px; }

.moreNotificationsLink {
  margin: 1.35em 0;
  text-transform: uppercase; }

/* End: Service Notifications */
/* End: Main Content*/
/* Begin: Media Queries */
/* col-xs */
@media (max-width: 767px) {
  .serviceTypes {
    /*border-top:5px dashed red;*/ }
    .serviceTypes span {
      display: none !important; }
    .serviceTypes img {
      max-width: 70%; }
  .mainContent {
    margin: 0; }
    .mainContent img {
      max-width: 100%; }
  .vidPanel {
    display: none; }
  .serviceNotifications {
    width: 100%; }
  .ctaBottomWrapper {
    margin: 0; }
  #videoPlayer {
    display: none; }
  #videoPlayerXs {
    display: block; }
    #videoPlayerXs iframe {
      max-width: 100%;
      min-height: auto; } }

/* col-sm */
@media (min-width: 768px) and (max-width: 991px) {
  .serviceTypes {
    /*border-top:5px dashed green;*/ }
    .serviceTypes a.hoverState {
      width: 6.75em;
      height: 6.75em;
      border-radius: 50%;
      border: 5px solid #aa0023;
      position: absolute;
      /* absolute*/
      top: -133px;
      /*0.15em;*/
      left: 5px;
      /* 1.64em; */
      display: block;
      cursor: pointer; }
  .vidPanel {
    min-height: 488px !important; }
    .vidPanel iframe {
      width: 100%;
      min-height: 488px;
      margin: 0;
      padding: 0; }
    .vidPanel.col-sm-6 .rsNav {
      position: relative;
      top: -85px;
      float: right;
      right: 2px; }
  .ctaBottomWrapper {
    margin-bottom: 3.5em; }
  #videoPlayer {
    display: block !important; }
  #videoPlayerXs {
    display: none !important; } }

/* col-md */
@media (min-width: 992px) and (max-width: 1199px) {
  .serviceTypes {
    /*border-top:5px dashed blue;*/ }
    .serviceTypes .hover {
      width: 6.75em;
      height: 6.75em;
      border-radius: 50%;
      border: 5px solid #aa0023;
      position: relative;
      top: -9em;
      left: 2.05em;
      display: none;
      cursor: pointer; }
  .ctaBottomWrapper {
    margin-bottom: 2em; }
  #videoPlayer {
    display: block !important; }
  #videoPlayerXs {
    display: none !important; }
  .vidPanel iframe {
    width: 100%;
    min-height: 488px;
    margin: 0;
    padding: 0; }
  .vidPanel.col-md-6 .rsNav {
    position: relative;
    top: -95px;
    float: right;
    right: 2px; } }

/* col-lg */
@media (min-width: 1200px) {
  .serviceTypes {
    /*border-top:5px dotted black;*/ }
    .serviceTypes .hover {
      width: 6.75em;
      height: 6.75em;
      border-radius: 50%;
      border: 5px solid #aa0023;
      position: absolute;
      top: 0.15em;
      left: 3.1em;
      display: none;
      cursor: pointer; }
  #videoPlayer {
    display: block !important; }
  #videoPlayerXs {
    display: none !important; }
  .vidPanel iframe {
    width: 100%;
    min-height: 488px;
    margin: 0;
    padding: 0; }
  .vidPanel.col-md-6 .rsNav {
    position: relative;
    top: -80px;
    float: right;
    right: 2px; } }

@media (max-width: 640px) {
  .ctaBottomWrapper div.col-xs-4 a img {
    max-width: 100%;
    border: 4px solid #f5f5f5; }
    .ctaBottomWrapper div.col-xs-4 a img:hover {
      border: 4px solid #AA0023; } }

/* End: Media Queries */
/* Begin: Support - Billing */
.resp-tabs-container {
  height: 500px;
  overflow: hidden; }
  .resp-tabs-container hr {
    margin-left: 2.75em; }

@media (max-width: 768px) {
  .resp-tabs-container {
    height: auto; }
  h2.resp-accordion {
    top: 0 !important; }
  h1.support {
    font-size: 2em;
    margin-top: 10px;
    margin-bottom: 20px; }
  .resp-tab-content {
    padding-top: 30px; } }

.resp-tab-content {
  height: 405px;
  overflow-y: scroll;
  width: 99%;
  margin-top: 1em; }

/* End: Support - Billing */
/* Begin: Royal Slider for Support Pgs */
#slider-with-blocks-1 {
  width: 100%; }

.rsContent {
  color: #FFF;
  font-size: 24px;
  line-height: 32px;
  float: left; }

.bContainer {
  position: relative; }

.rsABlock {
  position: relative;
  display: block;
  left: auto;
  top: auto; }

.blockHeadline {
  font-size: 42px;
  line-height: 50px; }

.blockSubHeadline {
  font-size: 32px;
  line-height: 40px; }

.txtCent {
  text-align: center;
  width: 100%; }

.slide2 {
  /*background: #ffbc11;*/
  color: #000; }
  .slide2 .bContainer {
    /*top: 24px;*/ }
  .slide2 .txtCent {
    line-height: 44px; }
  .slide2 .blockHeadline {
    line-height: 66px; }

.slide3 {
  /*background: #45aab8;*/
  color: #FFF; }
  .slide3 .bContainer {
    /*top: 24px;*/ }
  .slide3 span {
    line-height: 44px; }

.slide4 .bContainer {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  top: 24px; }

@media screen and (min-width: 0px) and (max-width: 960px) {
  .rsContent {
    font-size: 22px;
    line-height: 28px; }
  .blockHeadline {
    font-size: 32px;
    line-height: 32px; }
  .blockSubHeadline {
    font-size: 26px;
    line-height: 32px; } }

@media screen and (min-width: 0px) and (max-width: 500px) {
  /*.royalSlider,
  .rsOverflow {
      height: auto !important;
  }*/
  .rsContent {
    font-size: 18px;
    line-height: 26px; }
  .blockHeadline {
    font-size: 24px;
    line-height: 32px; }
  .blockSubHeadline {
    font-size: 22px;
    line-height: 32px; } }

/*.rsOverflow {
    min-height:480px!important;
}*/
/* End: Royal Slider Styling for Support Pages */
.lpchat-container {
  background-color: #FFF !important;
  width: 100% !important;
  height: auto !important; }

img.bigicon, img.lpchat-image {
  border: 1px solid Transparent !important;
  width: 100% !important;
  height: auto !important;
  max-width: 240px !important; }

img:hover.bigicon, img:hover.lpchat-image {
  border: 1px solid #AA0023 !important; }

.ctaBottomWrapper {
  margin-top: 50px; }

.ctscols {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center; }

@media only screen and (max-width: 768px) {
  #container {
    width: 90%;
    margin: 0 auto; } }

@media print {
  .container {
    display: none !important; } }

.modal-article-content {
  max-height: 800px;
  padding: 30px;
  overflow: scroll;
  overflow-x: hidden; }

@media only screen and (max-device-width: 568px) {
  .forms .recaptcha {
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  .forms form {
    padding-bottom: 300px; } }

article {
  float: left;
  background: #ffffff;
  margin: 0;
  padding: 0; }
  article.leftpic {
    width: 65%;
    background-image: url(/images/strongalaska.jpg);
    background-size: cover; }
  article.rightcta {
    background-color: #FFF;
    width: 35%; }

.arrow_box_comm {
  position: relative;
  padding: 0;
  background: #ffffff;
  border: 4px solid #ffffff;
  vertical-align: top; }
  .arrow_box_comm:after, .arrow_box_comm:before {
    right: 100%;
    top: 23%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .arrow_box_comm:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 16px;
    margin-top: -16px; }
  .arrow_box_comm:before {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 20px;
    margin-top: -20px; }

h3.community {
  font-family: 'gothambold';
  font-size: 34px;
  line-height: 32px;
  text-transform: uppercase; }

.communitycopy {
  font-family: 'gothammedium';
  font-size: 1em;
  line-height: 1.4em;
  margin: 10px 0; }

.communitycompcontent {
  width: 100%;
  height: auto;
  padding: 5%;
  min-height: 426px;
  max-height: 100%; }

#community .col-xs-8 {
  max-width: 100%;
  overflow-x: hidden; }

@media (max-width: 1041px) {
  h3.community {
    font-family: 'gothambold';
    font-size: 29px;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-bottom: 0px; }
  .communitycopy {
    font-family: 'gothammedium';
    font-size: 1.2rem;
    line-height: 1.3em;
    margin: 4% 0; } }

@media (max-width: 894px) {
  h3.community {
    font-family: 'gothambold';
    font-size: 26px;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-bottom: 0px; } }

@media (max-width: 805px) {
  h3.community {
    font-family: 'gothambold';
    font-size: 23px;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-bottom: 0px; } }

@media (max-width: 768px) {
  .communityContainer img {
    max-width: 100%; }
  .communityContainer .col-xs-8 {
    width: auto; }
  .communityContainer .col-xs-4 {
    width: 100%; }
  .communityContainer .communitycompcontent {
    min-height: 0;
    margin: 10px 0; }
  .communityContainer .btn-userdefined {
    float: none;
    display: inline; }
  h3.community {
    font-family: 'gothambold';
    font-size: 2rem;
    line-height: 1em;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 0; }
  .communitycopy {
    font-family: 'gothammedium';
    font-size: 14px;
    line-height: 1.4em;
    margin: 4% 0; }
  .communitycompcontent {
    text-align: center; } }

@media (max-width: 500px) {
  h3.community {
    font-family: 'gothambold';
    font-size: 18px;
    line-height: 1.2em;
    text-transform: uppercase; }
  .communitycopy {
    font-family: 'gothambook';
    font-size: 14px;
    line-height: 1.4em;
    padding: 4% 0; } }

/*
 * YouTube TV
 */
/*
 * Base Canvas
 */
.videoWrapper {
  text-align: center; }

.ytv-canvas {
  display: block;
  background: #282828;
  overflow: hidden;
  font-family: arial, sans-serif; }
  .ytv-canvas ::-webkit-scrollbar {
    border-left: 1px solid #000;
    width: 10px; }
  .ytv-canvas ::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1); }

/*
 * Video
 */
.ytv-video {
  position: absolute;
  top: 0;
  right: 300px;
  bottom: 0;
  left: 0;
  height: 100%; }
  .ytv-video iframe {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    display: block; }

/*
 * List
 */
.ytv-list {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 300px; }

.ytv-list-inner {
  overflow: auto;
  position: absolute;
  top: 52px;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch; }

.ytv-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.ytv-list .ytv-active a {
  border-left: 2px solid #fff;
  background: rgba(255, 255, 255, 0.05); }

.ytv-list a {
  display: block;
  text-decoration: none;
  font-size: 11px;
  color: #FEFEFE;
  padding: 10px;
  padding-left: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-left: 2px solid transparent; }
  .ytv-list a b {
    max-height: 45px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis; }

.ytv-list li:first-child a {
  border-top: none; }

.ytv-list li:last-child a {
  border-bottom: none; }

.ytv-list a:hover {
  background: rgba(255, 255, 255, 0.05); }

.ytv-list-header .ytv-playlists a:hover {
  background: rgba(255, 255, 255, 0.05); }

.ytv-list a:active, .ytv-list-header .ytv-playlists a:active {
  background: rgba(0, 0, 0, 0.05); }

.ytv-list .ytv-content {
  padding-left: 125px; }

.ytv-list .ytv-thumb-stroke {
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  z-index: 2;
  outline: 1px solid rgba(255, 255, 255, 0.1); }

.ytv-list .ytv-thumb {
  float: left;
  position: relative;
  outline: 1px solid rgba(0, 0, 0, 0.5); }
  .ytv-list .ytv-thumb img {
    width: 120px;
    display: block; }
  .ytv-list .ytv-thumb span {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #eee;
    background: rgba(0, 0, 0, 0.7);
    font-size: 11px;
    font-weight: bold;
    padding: 0px 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

.ytv-views {
  display: block;
  margin-top: 5px;
  font-size: 10px;
  font-weight: normal;
  opacity: 0.3; }

.ytv-list-header {
  height: 52px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .ytv-list-header a {
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    z-index: 10; }
  .ytv-list-header img {
    width: 30px;
    vertical-align: middle; }

.ytv-list .ytv-playlists .ytv-thumb img {
  width: 30px;
  vertical-align: middle; }

.ytv-list-header span {
  padding-left: 10px;
  font-size: 12px;
  font-weight: bold; }

/*
 * Playlists
 */
.ytv-playlists {
  z-index: 9;
  position: absolute;
  background: #282828;
  top: 52px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  display: none; }
  .ytv-playlists img {
    float: left; }

.ytv-list-header img {
  float: left; }

.ytv-playlists a span {
  white-space: nowrap;
  padding-left: 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis; }

.ytv-list-header a span {
  white-space: nowrap;
  padding-left: 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis; }

.ytv-list-header > a span {
  line-height: 30px; }

.ytv-list-header .ytv-playlists a {
  background: none; }

.ytv-playlist-open .ytv-playlists {
  display: block; }

/*
 * Modifiers
 */
.ytv-relative {
  position: relative;
  width: 100%;
  height: 100%; }

.ytv-full {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important; }

.ytv-arrow {
  height: 10px;
  width: 0;
  position: relative;
  top: 10px;
  right: 5px;
  border: 10px solid transparent;
  float: right;
  border-top-color: rgba(0, 0, 0, 0.4);
  display: none; }

.ytv-has-playlists .ytv-arrow {
  display: inline-block; }

.ytv-playlist-open .ytv-arrow {
  border-color: transparent;
  border-bottom-color: rgba(0, 0, 0, 0.4);
  top: -10px; }

.ytv-list-header a:after, .ytv-clear:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.promoheading {
  color: #282828;
  font-family: 'gothambold';
  font-size: 38px;
  text-align: center;
  margin: 86px auto 10px;
  text-transform: uppercase;
  letter-spacing: -1px; }

.promosubheading {
  color: #282828;
  font-family: 'gothammedium';
  font-size: 22px;
  text-align: center;
  margin: 10px auto 50px;
  text-transform: uppercase;
  letter-spacing: -.5px; }

.promodescription {
  color: #282828;
  font-family: 'gothammedium';
  font-size: 22px;
  margin: 10px auto 40px;
  width: 84%; }

.promohero {
  margin-bottom: 40px; }

.promocta {
  margin-bottom: 20px; }

img:hover.cta_red {
  border: 1px inset #AA0023; }

.promofineprint {
  color: #282828;
  font-family: 'gothammedium';
  font-size: 12px;
  line-height: 18px;
  margin: 114px auto 20px; }
  .promofineprint .cta-item {
    padding: 10px 0;
    text-align: center;
    width: 100%; }

.row-centered {
  text-align: center; }

.col-centered {
  display: inline-block;
  float: none;
  margin-right: -4px;
  /* inline-block space fix */
  text-align: left;
  /* reset the text-align */
  padding-left: 15px;
  padding-right: 15px; }

h1.promolanding {
  font-family: 'gothambold';
  font-size: 38px; }

h3.heroCopyHeadline {
  text-transform: uppercase;
  font-size: 2.35em;
  font-weight: bold; }

/* Begin: Overrides for Samsung Landing Page  */
#promolandingherosamsungpreregister, #promolandingherosamsungregister {
  margin-top: 5em; }

.landingpageherocomponent {
  margin: 4em 2em; }
  .landingpageherocomponent .heroCopy {
    font-size: 1.45em;
    margin-bottom: 1.3em;
    line-height: 1.3em; }

#promolandingherosamsungpreregister #cta, #promolandingherosamsungregister #cta {
  position: relative;
  float: left;
  margin: 0 auto;
  width: 100%; }

.col-xs-12 img.promohero {
  display: block;
  margin: 40px auto 50px; }

.ctscols:first-child {
  text-align: right; }

.ctscols:nth-child(3) {
  text-align: left; }

/* End: Overrides for Samsung Landing Page  */
.offercta-link {
  text-decoration: none;
  border: 5px solid #cfcfcf;
  padding: 15px 25px;
  text-align: center;
  display: block;
  min-height: 126px; }
  .offercta-link:hover {
    text-decoration: none;
    border-color: #b51031; }
  .offercta-link .offercta-copy-wrapper {
    display: inline-block;
    text-align: left;
    vertical-align: middle; }
  .offercta-link .offercta-copy {
    display: block;
    font-family: 'gothambook', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 26px;
    line-height: 26px;
    color: #000; }
  .offercta-link .offercta-subcopy {
    display: block;
    font-family: 'gothambook', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #b51031; }
  .offercta-link .offercta-link-wrap-outer {
    display: table;
    width: 100%; }
  .offercta-link .offercta-link-wrap-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }

.offercta-link-square {
  padding: 35px 25px 25px;
  width: 210px;
  max-width: 210px;
  height: 200px;
  max-height: 200px;
  margin: 8px auto; }
  .offercta-link-square .offercta-copy-wrapper {
    display: block;
    text-align: center; }
  .offercta-link-square .offercta-copy {
    font-size: 18px; }
  .offercta-link-square .offercta-subcopy {
    font-size: 14px; }

@media (max-width: 1200px) {
  .offercta-link-horizontal {
    height: 180px;
    text-align: center !important; }
    .offercta-link-horizontal .offercta-copy-wrapper {
      display: block !important;
      clear: both !important;
      text-align: center !important; } }

@media (max-width: 805px) {
  .offercta-link {
    text-align: left; }
  .offercta-link-wrap-inner {
    text-align: left; } }

.offerhero-component {
  /* EQUAL HIEGHT DIVs USAGE
        <div class="row">
          <div class="row-height">
            <div class="col-xs-2 col-xs-height col-xs-middle">
              <div class="inside"></div>
            </div>
            <div class="col-xs-4 col-lg-5 col-xs-height col-xs-middle">
              <div class="inside"></div>
            </div>
          </div>
        </div>
        */
  /* content styles */
  /*.inside {
                margin-top: 20px;
                margin-bottom: 20px;

            }*/
  /* columns of same height styles */ }
  .offerhero-component .arrow_box_darkgrey_left,
  .offerhero-component .arrow_box_darkgrey_right {
    position: relative;
    padding: 0;
    background: #6D6E71;
    border: 4px solid #6D6E71;
    vertical-align: top; }
  .offerhero-component .arrow_box_white_left,
  .offerhero-component .arrow_box_white_right {
    position: relative;
    padding: 0;
    background: #fff;
    border: 4px solid #fff;
    vertical-align: top; }
  .offerhero-component .arrow_box_white_left:after, .offerhero-component .arrow_box_red_left:before, .offerhero-component .arrow_box_darkgrey_left:before,
  .offerhero-component .arrow_box_white_right:after, .offerhero-component .arrow_box_red_right:before, .offerhero-component .arrow_box_darkgrey_right:before {
    right: 100%;
    top: 23%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .offerhero-component .arrow_box_white_left:after,
  .offerhero-component .arrow_box_white_right:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 16px;
    margin-top: -16px; }
  .offerhero-component .arrow_box_white_left:before .arrow_box_white_right:before {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 20px;
    margin-top: -20px; }
  .offerhero-component .arrow_box_red_left,
  .offerhero-component .arrow_box_red_right {
    position: relative;
    padding: 0;
    background: #AA0023;
    border: 4px solid #AA0023;
    vertical-align: top; }
  .offerhero-component .arrow_box_red_left:after, .offerhero-component .arrow_box_red_left:before,
  .offerhero-component .arrow_box_red_right:after, .offerhero-component .arrow_box_red_right:before {
    right: 100%;
    top: 23%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .offerhero-component .arrow_box_red_left:after,
  .offerhero-component .arrow_box_red_right:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #AA0023;
    border-width: 16px;
    margin-top: -16px; }
  .offerhero-component .arrow_box_red_left:before,
  .offerhero-component .arrow_box_red_right:before {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #AA0023;
    border-width: 20px;
    margin-top: -20px; }
  .offerhero-component .arrow_box_darkgrey_left:after,
  .offerhero-component .arrow_box_darkgrey_right:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #6D6E71;
    border-width: 16px;
    margin-top: -16px; }
  .offerhero-component .arrow_box_darkgrey_left:before,
  .offerhero-component .arrow_box_darkgrey_right:before {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #6D6E71;
    border-width: 20px;
    margin-top: -20px; }
  .offerhero-component .arrow_box_red_left:after, .offerhero-component .arrow_box_red_left:before {
    left: 100%;
    border-left-color: #aa0023;
    border-right-color: transparent; }
  .offerhero-component .arrow_box_white_left:after, .offerhero-component .arrow_box_white_left:before {
    left: 100%;
    border-left-color: #fff;
    border-right-color: transparent; }
  .offerhero-component .arrow_box_darkgrey_left:after, .offerhero-component .arrow_box_darkgrey_left:before {
    left: 100%;
    border-left-color: #6D6E71;
    border-right-color: transparent; }
  .offerhero-component .promoredback,
  .offerhero-component .promodarkgreyback {
    color: #FFF; }
  .offerhero-component .offerlanding_arrow_box_comm {
    border: 0; }
  .offerhero-component .inside-full-height {
    /*
          // if you want to give content full height give him height: 100%;
          // with content full height you can't apply margins to the content
          // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
          */
    height: 100%;
    margin-top: 0;
    margin-bottom: 0; }
  .offerhero-component .content {
    height: 100%; }
  .offerhero-component .promopadding {
    padding: 3%;
    text-align: center; }
  .offerhero-component .row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }
  .offerhero-component .col-height {
    display: table-cell;
    float: none;
    height: 100%; }
  .offerhero-component .col-top {
    vertical-align: top; }
  .offerhero-component .col-middle {
    vertical-align: middle; }
  .offerhero-component .col-bottom {
    vertical-align: bottom; }
  .offerhero-component .mainpromocopy {
    border-right: 0px solid white;
    padding: 6%; }
  .offerhero-component .promocopy {
    font-size: 1.2em;
    line-height: 24px; }
  .offerhero-component .offerhero {
    width: 108%; }
  .offerhero-component .promoredback {
    background: none; }
  .offerhero-component .arrow_box_red_left .btn-userdefined,
  .offerhero-component .arrow_box_red_right .btn-userdefined {
    background-color: #fff; }
    .offerhero-component .arrow_box_red_left .btn-userdefined:hover,
    .offerhero-component .arrow_box_red_right .btn-userdefined:hover {
      background-color: #aa0023;
      border-color: #fff; }
      .offerhero-component .arrow_box_red_left .btn-userdefined:hover a,
      .offerhero-component .arrow_box_red_right .btn-userdefined:hover a {
        color: #fff; }
    .offerhero-component .arrow_box_red_left .btn-userdefined a,
    .offerhero-component .arrow_box_red_right .btn-userdefined a {
      color: #aa0023; }
    .offerhero-component .arrow_box_red_left .btn-userdefined a:hover,
    .offerhero-component .arrow_box_red_right .btn-userdefined a:hover {
      color: #fff; }
  .offerhero-component .arrow_box_darkgrey_left .btn-userdefined,
  .offerhero-component .arrow_box_darkgrey_right .btn-userdefined {
    background-color: #fff;
    border-color: #fff; }
    .offerhero-component .arrow_box_darkgrey_left .btn-userdefined:hover,
    .offerhero-component .arrow_box_darkgrey_right .btn-userdefined:hover {
      background-color: #6D6E71;
      border-color: #fff; }
      .offerhero-component .arrow_box_darkgrey_left .btn-userdefined:hover a,
      .offerhero-component .arrow_box_darkgrey_right .btn-userdefined:hover a {
        color: #fff; }
    .offerhero-component .arrow_box_darkgrey_left .btn-userdefined a,
    .offerhero-component .arrow_box_darkgrey_right .btn-userdefined a {
      color: #6D6E71; }
    .offerhero-component .arrow_box_darkgrey_left .btn-userdefined a:hover,
    .offerhero-component .arrow_box_darkgrey_right .btn-userdefined a:hover {
      color: #fff; }
  .offerhero-component .offerlandinglegalcopy {
    padding: 0 26px 26px;
    font-size: 16px; }
  @media (max-width: 1041px) {
    .offerhero-component .richtext-headline-white,
    .offerhero-component .richtext-headline-red,
    .offerhero-component .richtext-headline-black {
      font-family: 'gothambold';
      font-size: 29px;
      line-height: 1em;
      text-transform: uppercase;
      margin-bottom: 0px;
      padding-bottom: 0px; }
    .offerhero-component .content,
    .offerhero-component .richtext-body {
      font-family: 'gothambook';
      font-size: 1.2em;
      line-height: 1.3em; } }
  @media (max-width: 894px) {
    .offerhero-component .richtext-headline-white,
    .offerhero-component .richtext-headline-red,
    .offerhero-component .richtext-headline-black {
      font-family: 'gothambold';
      font-size: 26px;
      line-height: 1em;
      text-transform: uppercase;
      margin-bottom: 0px;
      padding-bottom: 0px; } }
  @media (max-width: 805px) {
    .offerhero-component .richtext-headline-white,
    .offerhero-component .richtext-headline-red,
    .offerhero-component .richtext-headline-black {
      font-family: 'gothambold';
      font-size: 23px;
      line-height: 1em;
      text-transform: uppercase;
      margin-bottom: 0px;
      padding-bottom: 0px; }
    .offerhero-component .content img {
      max-width: 100%; } }
  @media (max-width: 500px) {
    .offerhero-component .richtext-headline-white,
    .offerhero-component .richtext-headline-red,
    .offerhero-component .richtext-headline-black {
      font-family: 'gothambold';
      font-size: 1.5rem;
      line-height: 1em;
      text-transform: uppercase; }
    .offerhero-component .content,
    .offerhero-component .richtext-body {
      font-family: 'gothambook';
      font-size: 1em;
      line-height: 1.3em;
      padding: 4% 0; } }
  @media (min-width: 480px) {
    .offerhero-component .row-xs-height {
      display: table;
      table-layout: fixed;
      height: 100%;
      width: 100%; }
    .offerhero-component .col-xs-height {
      display: table-cell;
      float: none;
      height: 100%; }
    .offerhero-component .col-xs-top {
      vertical-align: top; }
    .offerhero-component .col-xs-middle {
      vertical-align: middle; }
    .offerhero-component .col-xs-bottom {
      vertical-align: bottom; } }
  @media (min-width: 768px) {
    .offerhero-component .promocopy {
      font-size: 14px; }
    .offerhero-component .mainpromocopy {
      border-right: 6px solid white;
      padding: 4%;
      width: 100% !important; }
    .offerhero-component .promopadding {
      padding: 5%;
      text-align: left; }
    .offerhero-component .row-sm-height {
      display: table;
      table-layout: fixed;
      height: 100%;
      width: 100%; }
    .offerhero-component .col-sm-height {
      display: table-cell;
      float: none;
      height: 100%; }
    .offerhero-component .col-sm-top {
      vertical-align: top; }
    .offerhero-component .col-sm-middle {
      vertical-align: middle; }
    .offerhero-component .col-sm-bottom {
      vertical-align: bottom; } }
  @media (min-width: 992px) {
    .offerhero-component .row-md-height {
      display: table;
      table-layout: fixed;
      height: 100%;
      width: 100%; }
    .offerhero-component .col-md-height {
      display: table-cell;
      float: none;
      height: 100%; }
    .offerhero-component .col-md-top {
      vertical-align: top; }
    .offerhero-component .col-md-middle {
      vertical-align: middle; }
    .offerhero-component .col-md-bottom {
      vertical-align: bottom; }
    .offerhero-component .offerhero {
      width: 100%; } }
  @media (min-width: 1200px) {
    .offerhero-component .row-lg-height {
      display: table;
      table-layout: fixed;
      height: 100%;
      width: 100%; }
    .offerhero-component .col-lg-height {
      display: table-cell;
      float: none;
      height: 100%; }
    .offerhero-component .col-lg-top {
      vertical-align: top; }
    .offerhero-component .col-lg-middle {
      vertical-align: middle; }
    .offerhero-component .col-lg-bottom {
      vertical-align: bottom; } }
  .offerhero-component .gradientdiv {
    border-top: 0 solid transparent !important; }
  .offerhero-component img.bottomborder {
    width: 100% !important;
    height: auto !important; }
  .offerhero-component .offersidepicright {
    float: none !important;
    border-left: 0px solid white !important; }
  .offerhero-component .promoredbar {
    width: 20px;
    height: 4px;
    background-color: #AA0023;
    margin: 20px auto 12px 0; }
  .offerhero-component .promowhitebar {
    width: 20px;
    height: 4px;
    background-color: #FFF;
    margin: 20px auto 12px 0; }

.deviceCompareWrapper h1 {
  font: "gothambold", sans-serif;
  font-size: 24px;
  color: #6d6e71;
  float: left; }

.deviceCompareWrapper .notvisible {
  visibility: hidden; }

.deviceCompareWrapper .share-wrapper {
  float: right;
  margin-top: 15px;
  margin-left: 20px; }
  .deviceCompareWrapper .share-wrapper a {
    text-decoration: none;
    color: #6d6e71;
    font-size: 15px;
    line-height: 20px;
    margin-left: 20px; }

.deviceCompareWrapper .btn-red {
  color: #ffffff;
  background-color: #b71234;
  border-color: #b71234;
  font-family: 'gothammedium';
  line-height: 40px;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none; }

.deviceCompareWrapper .btn-red:hover,
.deviceCompareWrapper .btn-red:focus,
.deviceCompareWrapper .btn-red.focus,
.deviceCompareWrapper .btn-red:active,
.deviceCompareWrapper .btn-red.active,
.deviceCompareWrapper .open > .dropdown-toggle.btn-red {
  color: #b71234;
  background-color: white;
  border-color: #b71234;
  border: 1px solid #b71234;
  text-decoration: none;
  line-height: 38px; }

.deviceCompareWrapper .btn-red:active,
.deviceCompareWrapper .btn-red.active,
.deviceCompareWrapper .open > .dropdown-toggle.btn-red {
  background-image: none; }

.deviceCompareWrapper .btn-red.disabled,
.deviceCompareWrapper .btn-red[disabled],
.deviceCompareWrapper fieldset[disabled] .btn-red,
.deviceCompareWrapper .btn-red.disabled:hover,
.deviceCompareWrapper .btn-red[disabled]:hover,
.deviceCompareWrapper fieldset[disabled] .btn-red:hover,
.deviceCompareWrapper .btn-red.disabled:focus,
.deviceCompareWrapper .btn-red[disabled]:focus,
.deviceCompareWrapper fieldset[disabled] .btn-red:focus,
.deviceCompareWrapper .btn-red.disabled.focus,
.deviceCompareWrapper .btn-red[disabled].focus,
.deviceCompareWrapper fieldset[disabled] .btn-red.focus,
.deviceCompareWrapper .btn-red.disabled:active,
.deviceCompareWrapper .btn-red[disabled]:active,
.deviceCompareWrapper fieldset[disabled] .btn-red:active,
.deviceCompareWrapper .btn-red.disabled.active,
.deviceCompareWrapper .btn-red[disabled].active,
.deviceCompareWrapper fieldset[disabled] .btn-red.active {
  background-color: #e74c3c;
  border-color: #e74c3c; }

.deviceCompareWrapper .btn-red .badge {
  color: #e74c3c;
  background-color: #ffffff; }

.deviceCompareWrapper .btn-white {
  color: #b71234;
  background-color: white;
  border-color: #b71234;
  font-family: 'gothammedium'; }

.deviceCompareWrapper .btn-white:hover,
.deviceCompareWrapper .btn-white:focus,
.deviceCompareWrapper .btn-white.focus,
.deviceCompareWrapper .btn-white:active,
.deviceCompareWrapper .btn-white.active,
.deviceCompareWrapper .open > .dropdown-toggle.btn-white {
  color: #fff;
  background-color: #b71234;
  border-color: #FFF;
  text-decoration: none; }

.deviceCompareWrapper .btn-white:active,
.deviceCompareWrapper .btn-white.active,
.deviceCompareWrapper .open > .dropdown-toggle.btn-white {
  background-image: none; }

.deviceCompareWrapper .btn-white.disabled,
.deviceCompareWrapper .btn-white[disabled],
.deviceCompareWrapper fieldset[disabled] .btn-white,
.deviceCompareWrapper .btn-white.disabled:hover,
.deviceCompareWrapper .btn-white[disabled]:hover,
.deviceCompareWrapper fieldset[disabled] .btn-white:hover,
.deviceCompareWrapper .btn-white.disabled:focus,
.deviceCompareWrapper .btn-white[disabled]:focus,
.deviceCompareWrapper fieldset[disabled] .btn-white:focus,
.deviceCompareWrapper .btn-white.disabled.focus,
.deviceCompareWrapper .btn-white[disabled].focus,
.deviceCompareWrapper fieldset[disabled] .btn-white.focus,
.deviceCompareWrapper .btn-white.disabled:active,
.deviceCompareWrapper .btn-white[disabled]:active,
.deviceCompareWrapper fieldset[disabled] .btn-white:active,
.deviceCompareWrapper .btn-white.disabled.active,
.deviceCompareWrapper .btn-white[disabled].active,
.deviceCompareWrapper fieldset[disabled] .btn-white.active {
  background-color: #e74c3c;
  border-color: #e74c3c; }

.deviceCompareWrapper .btn-white .badge {
  color: #e74c3c;
  background-color: #ffffff; }

.deviceCompareWrapper .btn-yellow {
  color: black;
  background-color: #ffcb08;
  border-color: #ffcb08;
  font-family: 'gothammedium';
  line-height: 40px;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none; }

.deviceCompareWrapper .btn-yellow:hover,
.deviceCompareWrapper .btn-yellow:focus,
.deviceCompareWrapper .btn-yellow.focus,
.deviceCompareWrapper .btn-yellow:active,
.deviceCompareWrapper .btn-yellow.active,
.deviceCompareWrapper .open > .dropdown-toggle.btn-yellow {
  color: #ffcb08;
  background-color: black;
  border-color: black;
  border: 1px solid black;
  text-decoration: none;
  line-height: 38px; }

.deviceCompareWrapper .device-compare-grid {
  width: 100%; }
  .deviceCompareWrapper .device-compare-grid tr:nth-child(even) {
    background: #f5f5f5; }
  .deviceCompareWrapper .device-compare-grid th {
    text-transform: uppercase;
    color: #6d6e71;
    font-size: 18px;
    text-align: right; }
  .deviceCompareWrapper .device-compare-grid th, .deviceCompareWrapper .device-compare-grid td {
    width: 20%;
    vertical-align: top;
    padding: 5px 10px;
    border-right: 1px solid #bbbdc0; }
  .deviceCompareWrapper .device-compare-grid td {
    font-size: 15px;
    color: #6d6e71; }
  .deviceCompareWrapper .device-compare-grid td:last-child {
    border: none; }
  .deviceCompareWrapper .device-compare-grid .item-remove {
    float: right; }

.deviceCompareWrapper .device-compare-item img {
  clear: both;
  margin: 0 auto;
  display: block;
  max-height: 204px; }

.deviceCompareWrapper .device-compare-item .item-name {
  min-height: 60px;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px; }

.deviceCompareWrapper .device-compare-item .item-contract-details {
  margin-bottom: 0px; }

.deviceCompareWrapper .device-compare-item .item-contract-details,
.deviceCompareWrapper .device-compare-item .item-upgrade-details {
  font-size: 13px;
  line-height: 14px;
  color: #6d6e71; }

.deviceCompareWrapper .device-compare-item .item-upgrade-price {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0px;
  color: #00a9e0; }

.deviceCompareWrapper .device-compare-item .item-contract-price {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0px;
  color: #6d6e71; }

.deviceCompareWrapper .device-compare-item .item-full-retail-price {
  font-style: italic; }

.deviceCompareWrapper .device-compare-item p {
  font-size: 13px;
  text-align: left; }

.deviceCompareWrapper .device-compare-item-add img {
  clear: both;
  margin: 11px auto 20px;
  display: block;
  width: 119px;
  height: auto; }

.deviceCompareWrapper .device-compare-item-add .compare-device-add-button {
  width: 100%;
  border: 1px solid grey;
  text-decoration: none !important;
  display: block;
  text-align: center;
  color: grey;
  font: 15px/40px "gothambook", sans-serif;
  background: #f5f5f5; }

@media print {
  .deviceCompareWrapper * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }
  .deviceCompareWrapper .deviceCompareWrapper:before {
    content: "main containter"; }
  .deviceCompareWrapper .share-wrapper,
  .deviceCompareWrapper .item-remove,
  .deviceCompareWrapper .btn-red,
  .deviceCompareWrapper .device-compare-item-add {
    display: none; } }

@media print {
  .container {
    display: block !important; }
  .bs-component,
  .backgroundcover.footerpicbottom,
  .unavcontainer.btmdotted {
    display: none; } }

#billboard .gci-pager-wrap {
  display: none; }

@media only screen and (min-width: 768px) {
  #billboard {
    display: block;
    margin-bottom: 32px;
    height: auto;
    overflow: hidden;
    position: relative; }
    #billboard .gci-pager-wrap {
      display: block;
      width: 100%;
      text-align: center;
      position: absolute;
      bottom: 6px;
      z-index: 100;
      height: 19px; }
      #billboard .gci-pager-wrap .gci-pager {
        display: inline-block;
        line-height: 11px;
        height: 20px;
        width: auto;
        background: #888888;
        background: rgba(0, 0, 0, 0.35);
        padding: 4px; }
        #billboard .gci-pager-wrap .gci-pager a {
          color: white;
          text-decoration: none;
          vertical-align: top;
          display: inline-block;
          font-size: 2px;
          line-height: 11px;
          height: 11px;
          width: 11px;
          background: white;
          margin: 0 3px; }
          #billboard .gci-pager-wrap .gci-pager a.activeSlide {
            background: #AA0023;
            color: #AA0023; } }

.deviceCompareWrapper h1 {
  font: "gothambold", sans-serif;
  font-size: 24px;
  color: #6d6e71;
  float: left; }

.deviceCompareWrapper .notvisible {
  visibility: hidden; }

.deviceCompareWrapper .share-wrapper {
  float: right;
  margin-top: 15px;
  margin-left: 20px; }
  .deviceCompareWrapper .share-wrapper a {
    text-decoration: none;
    color: #6d6e71;
    font-size: 15px;
    line-height: 20px;
    margin-left: 20px; }

.deviceCompareWrapper .btn-red {
  color: #ffffff;
  background-color: #b71234;
  border-color: #b71234;
  font-family: 'gothammedium';
  line-height: 40px;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none; }

.deviceCompareWrapper .btn-red:hover,
.deviceCompareWrapper .btn-red:focus,
.deviceCompareWrapper .btn-red.focus,
.deviceCompareWrapper .btn-red:active,
.deviceCompareWrapper .btn-red.active,
.deviceCompareWrapper .open > .dropdown-toggle.btn-red {
  color: #b71234;
  background-color: white;
  border-color: #b71234;
  border: 1px solid #b71234;
  text-decoration: none;
  line-height: 38px; }

.deviceCompareWrapper .btn-red:active,
.deviceCompareWrapper .btn-red.active,
.deviceCompareWrapper .open > .dropdown-toggle.btn-red {
  background-image: none; }

.deviceCompareWrapper .btn-red.disabled,
.deviceCompareWrapper .btn-red[disabled],
.deviceCompareWrapper fieldset[disabled] .btn-red,
.deviceCompareWrapper .btn-red.disabled:hover,
.deviceCompareWrapper .btn-red[disabled]:hover,
.deviceCompareWrapper fieldset[disabled] .btn-red:hover,
.deviceCompareWrapper .btn-red.disabled:focus,
.deviceCompareWrapper .btn-red[disabled]:focus,
.deviceCompareWrapper fieldset[disabled] .btn-red:focus,
.deviceCompareWrapper .btn-red.disabled.focus,
.deviceCompareWrapper .btn-red[disabled].focus,
.deviceCompareWrapper fieldset[disabled] .btn-red.focus,
.deviceCompareWrapper .btn-red.disabled:active,
.deviceCompareWrapper .btn-red[disabled]:active,
.deviceCompareWrapper fieldset[disabled] .btn-red:active,
.deviceCompareWrapper .btn-red.disabled.active,
.deviceCompareWrapper .btn-red[disabled].active,
.deviceCompareWrapper fieldset[disabled] .btn-red.active {
  background-color: #e74c3c;
  border-color: #e74c3c; }

.deviceCompareWrapper .btn-red .badge {
  color: #e74c3c;
  background-color: #ffffff; }

.deviceCompareWrapper .btn-white {
  color: #b71234;
  background-color: white;
  border-color: #b71234;
  font-family: 'gothammedium'; }

.deviceCompareWrapper .btn-white:hover,
.deviceCompareWrapper .btn-white:focus,
.deviceCompareWrapper .btn-white.focus,
.deviceCompareWrapper .btn-white:active,
.deviceCompareWrapper .btn-white.active,
.deviceCompareWrapper .open > .dropdown-toggle.btn-white {
  color: #fff;
  background-color: #b71234;
  border-color: #FFF;
  text-decoration: none; }

.deviceCompareWrapper .btn-white:active,
.deviceCompareWrapper .btn-white.active,
.deviceCompareWrapper .open > .dropdown-toggle.btn-white {
  background-image: none; }

.deviceCompareWrapper .btn-white.disabled,
.deviceCompareWrapper .btn-white[disabled],
.deviceCompareWrapper fieldset[disabled] .btn-white,
.deviceCompareWrapper .btn-white.disabled:hover,
.deviceCompareWrapper .btn-white[disabled]:hover,
.deviceCompareWrapper fieldset[disabled] .btn-white:hover,
.deviceCompareWrapper .btn-white.disabled:focus,
.deviceCompareWrapper .btn-white[disabled]:focus,
.deviceCompareWrapper fieldset[disabled] .btn-white:focus,
.deviceCompareWrapper .btn-white.disabled.focus,
.deviceCompareWrapper .btn-white[disabled].focus,
.deviceCompareWrapper fieldset[disabled] .btn-white.focus,
.deviceCompareWrapper .btn-white.disabled:active,
.deviceCompareWrapper .btn-white[disabled]:active,
.deviceCompareWrapper fieldset[disabled] .btn-white:active,
.deviceCompareWrapper .btn-white.disabled.active,
.deviceCompareWrapper .btn-white[disabled].active,
.deviceCompareWrapper fieldset[disabled] .btn-white.active {
  background-color: #e74c3c;
  border-color: #e74c3c; }

.deviceCompareWrapper .btn-white .badge {
  color: #e74c3c;
  background-color: #ffffff; }

.deviceCompareWrapper .btn-yellow {
  color: black;
  background-color: #ffcb08;
  border-color: #ffcb08;
  font-family: 'gothammedium';
  line-height: 40px;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none; }

.deviceCompareWrapper .btn-yellow:hover,
.deviceCompareWrapper .btn-yellow:focus,
.deviceCompareWrapper .btn-yellow.focus,
.deviceCompareWrapper .btn-yellow:active,
.deviceCompareWrapper .btn-yellow.active,
.deviceCompareWrapper .open > .dropdown-toggle.btn-yellow {
  color: #ffcb08;
  background-color: black;
  border-color: black;
  border: 1px solid black;
  text-decoration: none;
  line-height: 38px; }

.deviceCompareWrapper .device-compare-grid {
  width: 100%; }
  .deviceCompareWrapper .device-compare-grid tr:nth-child(even) {
    background: #f5f5f5; }
  .deviceCompareWrapper .device-compare-grid th {
    text-transform: uppercase;
    color: #6d6e71;
    font-size: 18px;
    text-align: right; }
  .deviceCompareWrapper .device-compare-grid th, .deviceCompareWrapper .device-compare-grid td {
    width: 20%;
    vertical-align: top;
    padding: 5px 10px;
    border-right: 1px solid #bbbdc0; }
  .deviceCompareWrapper .device-compare-grid td {
    font-size: 15px;
    color: #6d6e71; }
  .deviceCompareWrapper .device-compare-grid td:last-child {
    border: none; }
  .deviceCompareWrapper .device-compare-grid .item-remove {
    float: right; }

.deviceCompareWrapper .device-compare-item img {
  clear: both;
  margin: 0 auto;
  display: block;
  max-height: 204px; }

.deviceCompareWrapper .device-compare-item .item-name {
  min-height: 60px;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px; }

.deviceCompareWrapper .device-compare-item .item-contract-details {
  margin-bottom: 0px; }

.deviceCompareWrapper .device-compare-item .item-contract-details,
.deviceCompareWrapper .device-compare-item .item-upgrade-details {
  font-size: 13px;
  line-height: 14px;
  color: #6d6e71; }

.deviceCompareWrapper .device-compare-item .item-upgrade-price {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0px;
  color: #00a9e0; }

.deviceCompareWrapper .device-compare-item .item-contract-price {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0px;
  color: #6d6e71; }

.deviceCompareWrapper .device-compare-item .item-full-retail-price {
  font-style: italic; }

.deviceCompareWrapper .device-compare-item p {
  font-size: 13px;
  text-align: left; }

.deviceCompareWrapper .device-compare-item-add img {
  clear: both;
  margin: 11px auto 20px;
  display: block;
  width: 119px;
  height: auto; }

.deviceCompareWrapper .device-compare-item-add .compare-device-add-button {
  width: 100%;
  border: 1px solid grey;
  text-decoration: none !important;
  display: block;
  text-align: center;
  color: grey;
  font: 15px/40px "gothambook", sans-serif;
  background: #f5f5f5; }

@media print {
  .deviceCompareWrapper * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }
  .deviceCompareWrapper .deviceCompareWrapper:before {
    content: "main containter"; }
  .deviceCompareWrapper .share-wrapper,
  .deviceCompareWrapper .item-remove,
  .deviceCompareWrapper .btn-red,
  .deviceCompareWrapper .device-compare-item-add {
    display: none; } }

@media print {
  .container {
    display: block !important; }
  .bs-component,
  .backgroundcover.footerpicbottom,
  .unavcontainer.btmdotted {
    display: none; } }

.fastphone-module-container {
  border: 1px solid #bbbdc0;
  margin: 0 4px 4px; }
  .fastphone-module-container .fastphone-module-details {
    background: #E9E9E9;
    border-bottom: 1px solid #bbbdc0;
    overflow: hidden;
    text-align: center; }
  .fastphone-module-container .fastphone-module-list {
    list-style: none;
    padding: 0;
    margin: 1em 2em 0;
    text-align: right; }
    .fastphone-module-container .fastphone-module-list:after {
      content: "";
      display: table;
      clear: both; }
  .fastphone-module-container .fastphone-module-list-item {
    clear: both; }
  .fastphone-module-container .fastphone-module-list-label {
    font-weight: bold;
    float: left; }
  .fastphone-module-container .btn {
    margin: 1em;
    display: block; }
  .fastphone-module-container .fastphone-module-price {
    font-family: gothammedium;
    font-size: 28px;
    color: #00A9DF;
    margin: .5em 0 .2em; }
  .fastphone-module-container .fastphone-module-name {
    font-family: gothammedium;
    font-size: 24px;
    color: #6D6E71;
    margin: .5em; }
  .fastphone-module-container .modal {
    /*.selection {	
	padding-right: 35px;
}*/ }
    .fastphone-module-container .modal .btn-red {
      color: #ffffff;
      background-color: #B71234;
      border-color: #B71234;
      font-family: 'gothammedium';
      line-height: 40px;
      width: 100%;
      display: block;
      text-align: center;
      text-decoration: none; }
    .fastphone-module-container .modal .btn-red:hover,
    .fastphone-module-container .modal .btn-red:focus,
    .fastphone-module-container .modal .btn-red.focus,
    .fastphone-module-container .modal .btn-red:active,
    .fastphone-module-container .modal .btn-red.active,
    .fastphone-module-container .modal .open > .dropdown-toggle.btn-red {
      color: #B71234;
      background-color: #fff;
      border-color: #B71234;
      border: 1px solid #B71234;
      text-decoration: none;
      line-height: 38px; }
    .fastphone-module-container .modal .btn-red:active,
    .fastphone-module-container .modal .btn-red.active,
    .fastphone-module-container .modal .open > .dropdown-toggle.btn-red {
      background-image: none; }
    .fastphone-module-container .modal .btn-red.disabled,
    .fastphone-module-container .modal .btn-red[disabled],
    .fastphone-module-container .modal fieldset[disabled] .btn-red,
    .fastphone-module-container .modal .btn-red.disabled:hover,
    .fastphone-module-container .modal .btn-red[disabled]:hover,
    .fastphone-module-container .modal fieldset[disabled] .btn-red:hover,
    .fastphone-module-container .modal .btn-red.disabled:focus,
    .fastphone-module-container .modal .btn-red[disabled]:focus,
    .fastphone-module-container .modal fieldset[disabled] .btn-red:focus,
    .fastphone-module-container .modal .btn-red.disabled.focus,
    .fastphone-module-container .modal .btn-red[disabled].focus,
    .fastphone-module-container .modal fieldset[disabled] .btn-red.focus,
    .fastphone-module-container .modal .btn-red.disabled:active,
    .fastphone-module-container .modal .btn-red[disabled]:active,
    .fastphone-module-container .modal fieldset[disabled] .btn-red:active,
    .fastphone-module-container .modal .btn-red.disabled.active,
    .fastphone-module-container .modal .btn-red[disabled].active,
    .fastphone-module-container .modal fieldset[disabled] .btn-red.active {
      background-color: #e74c3c;
      border-color: #e74c3c; }
    .fastphone-module-container .modal .modal-open .modal {
      padding-left: 0px !important;
      padding-right: 0px !important;
      overflow-y: scroll; }
    .fastphone-module-container .modal .vertical-alignment-helper {
      display: table;
      height: 100%;
      width: 100%;
      pointer-events: none;
      /* This makes sure that we can still click outside of the modal to close it */ }
    .fastphone-module-container .modal .vertical-align-center {
      /* To center vertically */
      display: table-cell;
      vertical-align: middle;
      pointer-events: none; }
    .fastphone-module-container .modal .modal-content {
      /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
      /*width:inherit;*/
      height: inherit;
      /* To center horizontally */
      margin: 0 auto;
      pointer-events: all;
      width: 401px;
      border-radius: 0px;
      box-shadow: none; }
    .fastphone-module-container .modal .modal-body {
      padding: 30px 30px 15px;
      min-height: 250px; }
    .fastphone-module-container .modal .close-modal {
      position: absolute;
      right: 15px;
      top: 15px; }
    .fastphone-module-container .modal .modal-footer {
      padding: 0 30px 30px; }
    .fastphone-module-container .modal .selection h1,
    .fastphone-module-container .modal .suggested h1 {
      margin: 0 0 30px;
      font-size: 24px;
      color: #bcbec0;
      text-transform: uppercase; }
    .fastphone-module-container .modal .selection-text {
      float: left;
      width: 184px; }
    .fastphone-module-container .modal .selection img {
      float: left;
      width: 150px;
      padding-right: 30px; }
    .fastphone-module-container .modal .selection-text h2 {
      font-family: "gothambook", sans-serif;
      font-size: 24px;
      line-height: 24px;
      color: black;
      margin-top: 0; }
    .fastphone-module-container .modal .suggested p,
    .fastphone-module-container .modal .selection-text p {
      font-family: "gothammedium", sans-serif;
      font-size: 15px;
      line-height: 18px;
      margin-bottom: 0px;
      color: #6d6e71; }
    .fastphone-module-container .modal .selection-text p.cost {
      font-size: 30px;
      color: #00a9e0;
      line-height: 30px;
      font-family: "gothammedium", sans-serif;
      margin-top: 30px; }
    .fastphone-module-container .modal .suggested {
      border-left: 1px solid #bcbec0;
      padding: 0 35px 0 25px; }
      .fastphone-module-container .modal .suggested img {
        margin: 0 auto 20px;
        display: block; }
      .fastphone-module-container .modal .suggested .btn-red {
        width: 200px;
        margin: 20px auto 0; }
    .fastphone-module-container .modal .modal-footer {
      border-top: none; }
      .fastphone-module-container .modal .modal-footer a {
        font-family: "gothammedium", sans-serif;
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 0px;
        color: #b71234;
        float: left;
        padding-left: 20px;
        padding-right: 0 !important; }
        .fastphone-module-container .modal .modal-footer a:first-child {
          border-right: 1px solid #b71234;
          padding-left: 0px;
          padding-right: 20px !important; }
    .fastphone-module-container .modal .selection,
    .fastphone-module-container .modal .suggested {
      width: 100%; }
    .fastphone-module-container .modal .modal-backdrop {
      z-index: 0; }
    @media screen and (max-width: 830px) {
      .fastphone-module-container .modal .modal-content {
        width: 402px; }
      .fastphone-module-container .modal .modal-body {
        padding: 15px 15px 0; }
      .fastphone-module-container .modal .selection,
      .fastphone-module-container .modal .suggested {
        width: 100%;
        padding: 0px; }
        .fastphone-module-container .modal .selection h1,
        .fastphone-module-container .modal .suggested h1 {
          margin: 0 0 15px; }
      .fastphone-module-container .modal .selection {
        border-right: 0px solid #bcbec0;
        border-bottom: 1px solid #bcbec0;
        margin-bottom: 15px;
        padding-bottom: 15px; }
        .fastphone-module-container .modal .selection img {
          width: 25%; }
      .fastphone-module-container .modal .modal-footer {
        padding: 20px 30px 15px; }
      .fastphone-module-container .modal .selection-text {
        width: 75%; } }

.col-sm-3:first-child .fastphone-module-container {
  margin-left: 0; }

.col-sm-3:last-child .fastphone-module-container {
  margin-right: 0; }

.phone-plan-selector {
  margin-bottom: 1em; }
  .phone-plan-selector .col-sm-height {
    vertical-align: top; }
  .phone-plan-selector .phone-plan-feature-description {
    font-family: "gothambook", sans-serif;
    font-size: 14px; }
  .phone-plan-selector .phone-plan-feature-headline {
    font-family: "gothammedium", sans-serif;
    font-size: 32px; }
  .phone-plan-selector .phone-plan-selection-headline {
    font-family: "gothammedium", sans-serif;
    font-size: 32px; }
  .phone-plan-selector .phone-plan-selection-description {
    font-family: "gothambook", sans-serif;
    font-size: 14px; }
  .phone-plan-selector .phone-plan-selection-panel {
    background: white;
    background: -moz-linear-gradient(top, #ffffff 12%, #b6b7b7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(12%, #ffffff), color-stop(100%, #b6b7b7));
    background: -webkit-linear-gradient(top, #ffffff 12%, #b6b7b7 100%);
    background: -o-linear-gradient(top, #ffffff 12%, #b6b7b7 100%);
    background: -ms-linear-gradient(top, #ffffff 12%, #b6b7b7 100%);
    background: linear-gradient(to bottom, #ffffff 12%, #b6b7b7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b6b7b7',GradientType=0 );
    padding: 20px; }
  .phone-plan-selector .phone-plan-feature-image {
    max-width: 100%; }
  .phone-plan-selector .phone-plan-feature-panel-content {
    margin: 20px;
    min-height: 240px; }
    .phone-plan-selector .phone-plan-feature-panel-content:after {
      content: "";
      display: table;
      clear: both; }
  .phone-plan-selector .phone-plan-selection-image {
    margin: 1em auto 1.5em;
    display: block;
    max-width: 100%; }
  .phone-plan-selector .phone-plan-selection-button-group:after {
    content: "";
    display: table;
    clear: both; }
  .phone-plan-selector .phone-plan-selection-button-group .button-container {
    width: 49%;
    margin-right: 1%;
    float: left; }
  .phone-plan-selector .phone-plan-selector-button {
    border: 4px solid white;
    padding: 5px;
    text-align: center;
    color: #6d6e71;
    width: 100%;
    margin: 30px 2px 8px 0;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    text-decoration: none;
    height: 89px; }
    .phone-plan-selector .phone-plan-selector-button .center-wrap {
      display: table;
      width: 100%;
      height: 100%; }
      .phone-plan-selector .phone-plan-selector-button .center-wrap .center-inner {
        display: table-cell;
        text-align: center;
        vertical-align: middle; }
    .phone-plan-selector .phone-plan-selector-button .price {
      font-family: Gotham, 'gothambold';
      font-weight: bold;
      font-size: 28px;
      font-size: 2.8rem;
      margin: 0;
      color: #6d6e71;
      -webkit-transform: translateZ(0px);
      text-decoration: none !important;
      text-decoration-skip: objects; }
    .phone-plan-selector .phone-plan-selector-button .price_small {
      font-family: "gothammedium", sans-serif;
      font-size: 13px;
      font-size: 1.2rem;
      line-height: 1em;
      color: #6d6e71;
      -webkit-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      -moz-transform: translateZ(0);
      transform: translateZ(0);
      text-decoration: none; }
  .phone-plan-selector .phone-plan-selector-button:hover,
  .phone-plan-selector .phone-plan-selector-button-active {
    border: 4px solid #b71234;
    background: #fff;
    text-decoration: none;
    outline: none; }
    .phone-plan-selector .phone-plan-selector-button:hover .price,
    .phone-plan-selector .phone-plan-selector-button-active .price {
      color: #00a9e0; }
  .phone-plan-selector .modal .selection-text h2 {
    font-family: "gothambook", sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: black;
    margin-top: 0; }
  .phone-plan-selector .modal p.cost {
    font-size: 30px;
    color: #00a9e0;
    line-height: 30px;
    font-family: "gothammedium", sans-serif;
    margin-top: 30px; }
  @media only screen and (max-width: 1200px) {
    .phone-plan-selector .phone-plan-selector-button {
      height: auto;
      margin: 5px 5px 10px; }
      .phone-plan-selector .phone-plan-selector-button .price {
        white-space: normal; }
    .phone-plan-selector .phone-plan-selection-button-group .button-container {
      width: 100%; } }
  @media screen and (max-width: 480px) {
    .phone-plan-selector .modal .modal-content {
      width: auto; } }

.show-smallworld,
.show-nolimits {
  display: none; }

.IsInEditingMode .show-smallworld,
.IsInEditingMode .show-nolimits {
  display: block; }

.display-smallworld .show-smallworld {
  display: block; }

.display-nolimits .phone-plan-feature-panel {
  background: #6d6e71;
  color: white; }

.display-nolimits .show-nolimits {
  display: block; }

#NewsReleaseListing:after {
  content: "";
  display: table;
  clear: both; }

#NewsReleaseListing h1 {
  font-size: 1.9em;
  text-align: left;
  -moz-animation: none; }

#NewsReleaseListing article {
  padding-bottom: 50px; }

@media (max-width: 768px) {
  #NewsReleaseListing {
    padding: 0 10px; } }

.flip-clock-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none; }
  .flip-clock-wrapper a {
    cursor: pointer;
    text-decoration: none;
    color: #ccc; }
    .flip-clock-wrapper a:hover {
      color: #fff; }
  .flip-clock-wrapper ul {
    list-style: none; }
  .flip-clock-wrapper.clearfix {
    *zoom: 1; }
    .flip-clock-wrapper.clearfix:before {
      content: " ";
      display: table; }
    .flip-clock-wrapper.clearfix:after {
      content: " ";
      display: table;
      clear: both; }

/* Main */
.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important; }
  .flip-clock-meridium a {
    color: #313333; }

.flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 1em; }
  .flip-clock-wrapper:before {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .flip-clock-wrapper:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    clear: both; }
  .flip-clock-wrapper ul {
    position: relative;
    float: left;
    margin: 5px;
    width: 60px;
    height: 90px;
    font-size: 80px;
    font-weight: bold;
    line-height: 87px;
    border-radius: 6px;
    background: #000; }
    .flip-clock-wrapper ul li {
      z-index: 1;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      line-height: 87px;
      text-decoration: none !important; }
      .flip-clock-wrapper ul li:first-child {
        z-index: 2; }
      .flip-clock-wrapper ul li a {
        display: block;
        height: 100%;
        -webkit-perspective: 200px;
        -moz-perspective: 200px;
        perspective: 200px;
        margin: 0 !important;
        overflow: visible !important;
        cursor: default !important; }
        .flip-clock-wrapper ul li a div {
          z-index: 1;
          position: absolute;
          left: 0;
          width: 100%;
          height: 50%;
          font-size: 80px;
          overflow: hidden;
          outline: 1px solid transparent; }
          .flip-clock-wrapper ul li a div .shadow {
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 2; }
          .flip-clock-wrapper ul li a div.up {
            -webkit-transform-origin: 50% 100%;
            -moz-transform-origin: 50% 100%;
            -ms-transform-origin: 50% 100%;
            -o-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
            top: 0; }
            .flip-clock-wrapper ul li a div.up:after {
              content: "";
              position: absolute;
              top: 44px;
              left: 0;
              z-index: 5;
              width: 100%;
              height: 3px;
              background-color: #000;
              background-color: rgba(0, 0, 0, 0.4); }
          .flip-clock-wrapper ul li a div.down {
            -webkit-transform-origin: 50% 0;
            -moz-transform-origin: 50% 0;
            -ms-transform-origin: 50% 0;
            -o-transform-origin: 50% 0;
            transform-origin: 50% 0;
            bottom: 0;
            border-bottom-left-radius: 6px;
            border-bottom-right-radius: 6px; }
          .flip-clock-wrapper ul li a div div.inn {
            position: absolute;
            left: 0;
            z-index: 1;
            width: 100%;
            height: 200%;
            color: #ccc;
            text-shadow: 0 1px 2px #000;
            text-align: center;
            background-color: #333;
            border-radius: 6px;
            font-size: 70px; }
          .flip-clock-wrapper ul li a div.up div.inn {
            top: 0; }
          .flip-clock-wrapper ul li a div.down div.inn {
            bottom: 0; }
    .flip-clock-wrapper ul.play li.flip-clock-before {
      z-index: 3; }
  .flip-clock-wrapper .flip {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }
  .flip-clock-wrapper ul.play li.flip-clock-active {
    -webkit-animation: asd 0.5s 0.5s linear both;
    -moz-animation: asd 0.5s 0.5s linear both;
    animation: asd 0.5s 0.5s linear both;
    z-index: 5; }

/* Skeleton */
/* PLAY */
.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 100px; }
  .flip-clock-divider:first-child {
    width: 0; }

.flip-clock-dot {
  display: block;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px; }

.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -86px;
  color: black;
  text-shadow: none; }

.flip-clock-divider.minutes .flip-clock-label {
  right: -88px; }

.flip-clock-divider.seconds .flip-clock-label {
  right: -91px; }

.flip-clock-dot.top {
  top: 30px; }

.flip-clock-dot.bottom {
  bottom: 30px; }

@-webkit-keyframes asd {
  0% {
    z-index: 2; }
  20% {
    z-index: 4; }
  100% {
    z-index: 4; } }

@-moz-keyframes asd {
  0% {
    z-index: 2; }
  20% {
    z-index: 4; }
  100% {
    z-index: 4; } }

@-o-keyframes asd {
  0% {
    z-index: 2; }
  20% {
    z-index: 4; }
  100% {
    z-index: 4; } }

@keyframes asd {
  0% {
    z-index: 2; }
  20% {
    z-index: 4; }
  100% {
    z-index: 4; } }

.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both; }

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3; }

.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both; }

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg); }
  100% {
    -webkit-transform: rotateX(0deg); } }

@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg); }
  100% {
    -moz-transform: rotateX(0deg); } }

@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg); }
  100% {
    -o-transform: rotateX(0deg); } }

@keyframes turn {
  0% {
    transform: rotateX(90deg); }
  100% {
    transform: rotateX(0deg); } }

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg); }
  100% {
    -webkit-transform: rotateX(-90deg); } }

@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg); }
  100% {
    -moz-transform: rotateX(-90deg); } }

@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg); }
  100% {
    -o-transform: rotateX(-90deg); } }

@keyframes turn2 {
  0% {
    transform: rotateX(0deg); }
  100% {
    transform: rotateX(-90deg); } }

/* SHADOW */
/*DOWN*/
@-webkit-keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

#SupportingOrganization h1 {
  text-align: left;
  font-size: 1.9em; }

#SupportingOrganization .list-group .list-group-item {
  height: 64px;
  font-size: 24px; }
  #SupportingOrganization .list-group .list-group-item img {
    max-height: 64px;
    margin-right: 10px; }

#SupportingOrganization .organization img.CompanyPhoto {
  max-width: 250px;
  padding: 0 0 10px 10px;
  float: right; }

@media (max-width: 568px) {
  #SupportingOrganization .list-group {
    height: inherit;
    font-size: 20px; }
    #SupportingOrganization .list-group .list-group-item {
      font-size: 20px;
      line-height: 22px;
      height: inherit; }
      #SupportingOrganization .list-group .list-group-item img {
        display: none; }
  #SupportingOrganization .organization img.CompanyPhoto {
    max-width: 50%; } }

h2.hubheadlinewhite {
  font-family: 'gothammedium';
  font-size: 40px;
  color: white;
  line-height: 44px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  min-height: 44px; }

h2.hubheadlinered {
  font-family: 'gothammedium';
  font-size: 48px;
  color: #b71234;
  line-height: 57px;
  min-height: 44px;
  text-transform: uppercase; }

h2.hubheadlineredbold55 {
  font-family: 'gothambold';
  font-size: 55px;
  color: #b71234;
  line-height: 57px;
  margin-top: 0; }

h2.hubheadlineblack {
  font-family: 'gothammedium';
  font-size: 48px;
  color: #000000;
  line-height: 57px;
  min-height: 44px;
  text-transform: uppercase; }

h2.hubheadlinedrkgray {
  font-family: 'gothammedium';
  font-size: 48px;
  color: #6D6E71;
  line-height: 57px;
  min-height: 44px;
  text-transform: uppercase; }

h2.hubheadlineredbold34 {
  font-family: 'gothambold';
  font-size: 34px;
  color: #b71234;
  margin-top: 0; }

h2.hubheadlinewhitebold34 {
  font-family: 'gothambold';
  font-size: 34px;
  color: white;
  margin-top: 0; }

h3.hubsubheadwhite {
  font-family: 'gothammedium';
  font-size: 24px;
  line-height: 30px;
  min-height: 30px;
  color: white;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3); }

h3.hubsubheadred {
  font-family: 'gothammedium';
  font-size: 24px;
  line-height: 30px;
  min-height: 30px;
  color: #b71234;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3); }

h3.hubsubheadredbold13 {
  font-family: 'gothambold';
  font-size: 13px;
  line-height: 20px;
  color: #b71234;
  margin-top: 0px; }

h3.hubsubheadredbold34 {
  font-family: 'gothambold';
  font-size: 34px;
  line-height: 30px;
  color: #b71234; }

h3.hubsubheadwhitebold34 {
  font-family: 'gothambold';
  font-size: 34px;
  line-height: 30px;
  color: white; }

h3.hubsubheadA4graybold34 {
  font-family: 'gothambold';
  font-size: 34px;
  line-height: 30px;
  color: #a4a4a4; }

h3.hubsubheadred21 {
  font-family: 'gothammedium';
  font-size: 21px;
  line-height: 28px;
  color: #b71234;
  margin-top: 5px; }

.hubsubheadred21 {
  font-family: 'gothammedium';
  font-size: 21px;
  line-height: 28px;
  color: #b71234; }

h3.hubsubheadblack {
  font-family: 'gothammedium';
  font-size: 24px;
  line-height: 30px;
  min-height: 30px;
  color: #BBBDC0;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3); }

h3.hubsubheaddrkgray {
  font-family: 'gothammedium';
  font-size: 24px;
  line-height: 30px;
  min-height: 30px;
  color: #6D6E71;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3); }

h3.hubsubheaddrkgray21 {
  font-family: 'gothammedium';
  font-size: 21px;
  line-height: 29px;
  color: #6f6f71;
  letter-spacing: 75%; }

h3.A4gray55bold {
  font-family: 'gothambold';
  font-size: 55px;
  line-height: 29px;
  color: #A4A4A4;
  letter-spacing: 75%; }

h4.hubsubheadredbold13 {
  font-family: 'gothambold';
  font-size: 13px;
  line-height: 30px;
  color: #b71234;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3); }

p.hubcopy {
  font-size: 16px;
  line-height: 20px; }

.hubbtn {
  padding: 0 2.45rem;
  font-size: 16px;
  display: inline-block;
  line-height: 3.9rem;
  font-family: 'gothammedium';
  text-transform: uppercase;
  letter-spacing: .1em;
  border: 1px solid transparent; }

.hubdarkbtn {
  color: white;
  background-color: #b71234; }

.hubdarkbtn:hover {
  background-color: white;
  color: #b71234; }

.hublightbtn {
  background-color: white;
  color: #b71234; }

.hublightbtn:hover {
  color: white;
  background-color: #b71234; }

.hubbluebtn {
  background-color: #15a8e0;
  color: white; }

.hubbluebtn:hover {
  color: #15a8e0;
  background-color: white; }

.hubyellowbtn {
  color: #000;
  background-color: #ffcd00;
  border-color: #ffcd00; }

.hubyellowbtn:hover {
  color: #000;
  background-color: #fceeb9;
  border-color: #fceeb9; }

#hubvimeorowcontainer {
  display: table; }

#hubvimeorowcontainer .hubvimeorowcell {
  display: table-cell;
  width: 50%; }

.white3pxborderleft {
  border-left: 3px solid white; }

.white3pxborderright {
  border-right: 3px solid white; }

/* RED BACKGROUND / WHITE TEXT */
.hubwhitegraygrad {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+12,b6b7b7+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 12%, #b6b7b7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(12%, #ffffff), color-stop(100%, #b6b7b7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 12%, #b6b7b7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 12%, #b6b7b7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 12%, #b6b7b7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 12%, #b6b7b7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b6b7b7',GradientType=0 );
  /* IE6-9 */ }

.hubtriocomponent {
  height: 328px; }

.hub-ms-slide-6col-right {
  padding: 40px 10px 10px 0; }

.padding-30px-topbottom {
  padding-top: 30px;
  padding-bottom: 30px; }

.button60percleft {
  margin: 40px auto 20px 60%; }

.topmargin40 {
  margin-top: 40px; }

.topmargin80 {
  margin-top: 80px; }

.rightmargin40 {
  margin-right: 40px; }

.leftmargin40 {
  margin-left: 40px; }

.leftmargin30 {
  margin-left: 30px; }

.nobelow480 {
  display: block; }

.yesbelow480 {
  display: none; }

.buttonfloatright {
  float: right;
  margin-right: 70px; }

img.faqicon {
  width: 96px; }

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  padding-bottom: 14px; }

h3.hubsubheadwhite21 {
  color: white !important;
  font-family: 'gothambook';
  font-size: 17px !important;
  line-height: 26px !important; }

.backblue {
  background-color: #00a9e0; }

.backteal {
  background-color: #27bbb2; }

.backdarkred {
  background-color: #831525; }

.backyellow {
  background-color: #ffcb08; }

.backred {
  background-color: #b71234; }

.grayback {
  background-color: #d7d7d7; }

.grayback {
  background-color: #d7d7d7; }

.offwhiteback {
  background-color: whitesmoke; }

@media only screen and (max-width: 1184px) {
  .nobelow1184 {
    display: none; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .trio-leftdiv {
    padding-left: 34px; }
  .padleft-50px {
    padding-left: 0; }
  .padright-50px {
    padding-right: 0; }
  .nobelow992 {
    display: none; }
  h2.hubheadlinewhite {
    font-family: 'gothammedium';
    font-size: 40px;
    color: white;
    line-height: 44px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3); } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .leftmargin40sm {
    margin-left: unset;
    text-align: center; }
  .topmargin80 {
    margin-top: 20px; }
  .white8pxbottomborder {
    border-bottom: 8px solid white; }
  .white3pxborderleft {
    border-left: 0 solid white; }
  .white3pxborderright {
    border-right: 0 solid white; }
  .marginbottom12px {
    margin-bottom: 12px; }
  h3.hubsubheaddrkgray21 {
    font-family: 'gothambook';
    font-size: 17px;
    line-height: 26px;
    color: white;
    letter-spacing: 75%; }
  .hubtriocomponent {
    height: unset; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .hubslide1 {
    background-image: none !important;
    background-color: #b71234;
    color: white !important; }
  .hubslide2 {
    background-image: none !important;
    background-color: #b71234;
    color: white !important; }
  .hubslide3 {
    background-image: none !important;
    background-color: #b71234;
    color: white !important; }
  .ms-slide {
    background-image: none !important; }
  .nobelow480 {
    display: none; }
  .yesbelow480 {
    display: block; }
  h3.hubsubheadwhite {
    display: none; }
  .backblueunder480 {
    background-color: #00a9e0; }
  .hub-ms-slide-padding {
    padding: 30px;
    text-align: center; }
  .vimeorowcol {
    padding: 15px 17px; }
  .hubsubheadred21 {
    font-size: 18px; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .nobelow320 {
    display: none; } }

.faqComponent h2 {
  color: #555;
  font-family: "myriad-pro-n3", "myriad-pro", Calibri, Tahoma, Trebuchet, sans-serif;
  font-size: 2.25em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.16666666666667;
  margin: .5em 0; }

.faqComponent dl.accordion {
  border-bottom: #d6d6d6 1px solid;
  margin: 32px 0; }
  .faqComponent dl.accordion dt {
    padding: 8px 0 8px 20px;
    font-family: "gothammedium", sans-serif;
    font-style: normal;
    color: #AA0023;
    font-size: 1.28571em;
    border-top: #d6d6d6 1px solid;
    background: url("/images/arrow-open.png") left center no-repeat;
    cursor: pointer; }
    .faqComponent dl.accordion dt.collapsed {
      background: url("/images/arrow-closed.png") left center no-repeat; }
  .faqComponent dl.accordion dd {
    margin: 0;
    padding: 0 0 12px 20px; }

.faqComponent.backLightGrey dl.accordion dd {
  margin: 0 20px 20px 20px;
  padding: 20px;
  background-color: #bbbdc0; }

.faqEditMargin {
  margin: 0 15px; }

#printme {
  display: none; }

.hideonarticleonly {
  display: block !important; }

/*will only show print icon when launched from Support pages, and will hide on article only pages*/
.articleonly {
  max-width: none !important; }

@media print {
  body {
    width: 100%; }
  .nav-bars, .container.footer {
    display: none !important; }
  .headerpadding {
    padding: 0 !important; }
    .headerpadding .bs-docs-section {
      /* display:none!important; */ }
  .resp-tab-content {
    font-size: 12px; }
  .btn-toolbar, .hideonprint, .footerpanel, .panel-footer {
    display: none; }
  .show-for-print {
    visibility: visible; }
  .footderdivs {
    display: none; }
  .modal-dialog {
    width: 100%; }
  .yesundertwelve {
    display: none; }
  .modal {
    visibility: visible !important;
    overflow: visible;
    width: 100% !important;
    overflow-y: visible !important; }
  .modal-content {
    overflow: visible;
    width: 100% !important;
    page-break-before: always;
    border: 0px Transparent solid !important; }
  .modal-article-content {
    max-height: none !important;
    padding: 30px;
    overflow: visible !important;
    overflow-x: visible !important;
    width: 100% !important;
    display: block;
    page-break-before: always; }
    .modal-article-content h1 {
      font-size: 30px; }
  .modal-dialog {
    overflow: visible !important;
    overflow-x: visible !important;
    width: 100% !important;
    display: block;
    page-break-before: always; }
  #sidebar {
    display: none; }
  article.hentry {
    width: 100%; }
    article.hentry img {
      width: 60%;
      height: auto !important; }
  #main {
    width: 100% !important; }
  button.close {
    display: none; }
  #printme {
    display: block !important; }
  .hideonarticleonly {
    display: none !important; } }

.hero-carousel {
  /*RED THEME*/
  /* controls */
  /* retina */
  /* END RED THEME */ }
  .hero-carousel .hub-red-skin-container {
    padding: 0 50px;
    background-color: #b71234; }
  .hero-carousel .hub-lgrey-skin-container {
    padding: 0 50px;
    background-color: #BBBDC0; }
  .hero-carousel .hub-dgrey-skin-container {
    padding: 0 50px;
    background-color: #6D6E71; }
  .hero-carousel .hub-classic-skin-container {
    padding: 0; }
    .hero-carousel .hub-classic-skin-container .hub-ms-skin-red .ms-nav-next,
    .hero-carousel .hub-classic-skin-container .hub-ms-skin-red .ms-nav-prev {
      background: url(/images/light-skin-1.png);
      width: 30px;
      height: 60px;
      background-position: -89px -16px;
      cursor: pointer;
      top: 48%;
      left: 0;
      margin-top: -20px;
      position: absolute;
      z-index: 110;
      opacity: 1 !important;
      display: block; }
    .hero-carousel .hub-classic-skin-container .hub-ms-skin-red .ms-nav-next {
      background-position: -89px -93px;
      right: 0;
      left: inherit; }
    .hero-carousel .hub-classic-skin-container .ms-bullets-count {
      border-bottom: 40px solid transparent;
      border-left: 14px solid transparent;
      border-right: 14px solid transparent;
      height: 1px;
      width: auto;
      margin-top: 28%; }
  .hero-carousel .hub-dgrey-skin-container .ms-nav-next,
  .hero-carousel .hub-dgrey-skin-container .ms-nav-prev {
    background: url(/images/hub-drkgray-theme.png);
    width: 30px;
    background-position: -90px -7px;
    height: 76px;
    cursor: pointer;
    top: 45%;
    left: 0;
    margin-top: -20px;
    position: absolute;
    z-index: 110;
    opacity: 1 !important;
    display: block; }
  .hero-carousel .hub-lgrey-skin-container .ms-nav-next,
  .hero-carousel .hub-lgrey-skin-container .ms-nav-prev {
    background: url(/images/hub-ltgray-theme.png);
    width: 30px;
    background-position: -90px -7px;
    height: 76px;
    cursor: pointer;
    top: 45%;
    left: 0;
    margin-top: -20px;
    position: absolute;
    z-index: 110;
    opacity: 1 !important;
    display: block; }
  .hero-carousel .hub-ms-skin-red .hub-ms-slide .hub-ms-slide-vpbtn,
  .hero-carousel .hub-ms-skin-red .hub-ms-video-btn {
    width: 50px;
    height: 51px;
    background: url(/images/hub-light-skin-red.png) no-repeat -14px -150px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px; }
  .hero-carousel .hub-ms-skin-red .hub-ms-slide .hub-ms-slide-vcbtn {
    width: 30px;
    height: 30px;
    background: url(/images/hub-light-skin-red.png) no-repeat -24px -28px;
    top: 18px;
    right: 30px; }
  .hero-carousel .ms-nav-next, .hero-carousel .ms-nav-prev {
    width: 30px;
    background: url(/images/hub-light-skin-red.png);
    background-position: -90px -7px;
    height: 76px;
    cursor: pointer;
    top: 45%;
    left: 0;
    margin-top: -20px;
    position: absolute;
    z-index: 110;
    opacity: 1 !important;
    display: block; }
  .hero-carousel .hub-ms-skin-red .ms-nav-next {
    right: -1px;
    left: auto;
    background-position: -89px -84px; }
  .hero-carousel .ms-bullets.ms-dir-h {
    position: absolute;
    bottom: 0;
    right: 45%;
    margin-right: auto;
    margin-left: auto;
    min-height: 1em;
    display: block;
    width: auto !important; }
  .hero-carousel .ms-bullets-count {
    border-bottom: 40px solid white;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    height: 1px; }
  .hero-carousel .hub-ms-skin-red .ms-bullet {
    width: 17px;
    height: 17px;
    background: url(/images/hub-light-skin-red.png) no-repeat;
    margin-top: 12px !important;
    background-position: -30px -113px; }
  .hero-carousel .hub-ms-skin-red .ms-bullet-selected {
    background-position: -30px -81px; }
  .hero-carousel .hub-ms-skin-red .hub-ms-time-bar {
    height: 3px;
    background: #FFFFFF;
    border-top: solid 1px rgba(0, 0, 0, 0.41); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .hero-carousel .hub-ms-skin-red .ms-slide .ms-slide-vpbtn,
    .hero-carousel .hub-ms-skin-red .ms-video-btn,
    .hero-carousel .hub-ms-skin-red .ms-slide .ms-slide-vcbtn,
    .hero-carousel .hub-ms-skin-red .ms-nav-next,
    .hero-carousel .hub-ms-skin-red .ms-nav-prev,
    .hero-carousel .hub-ms-skin-red .ms-bullet {
      background-image: url(/images/light-skin-1-retina-red.png);
      background-size: 152px 225px; } }
  .hero-carousel .padright-4px {
    padding-right: 4px; }
  .hero-carousel .padleft-4px {
    padding-left: 4px; }
  .hero-carousel .hub-ms-slide-red {
    background-color: #aa0023; }
  .hero-carousel .hub-ms-slide-yellow {
    background-color: #ffcb08; }
  .hero-carousel .swiper-single .ms-bullets,
  .hero-carousel .swiper-single .ms-nav-next,
  .hero-carousel .swiper-single .ms-nav-prev {
    display: none !important; }
  .hero-carousel .swiper-single .ms-slide,
  .hero-carousel .swiper-single .ms-grab-cursor,
  .hero-carousel .swiper-single .ms-grabbing-cursor {
    cursor: auto; }

@media (max-width: 1042px) {
  .hero-carousel h3.swiper {
    font-family: 'gothambold';
    font-size: 29px;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0; }
  .hero-carousel .swipercopy {
    font-family: 'gothammedium';
    font-size: 1.2rem;
    line-height: 1.3em; }
  .hero-carousel .swipercomponent {
    padding: 0; }
  .hero-carousel .hub-master-slider .swipercontentdiv {
    padding: 25px; } }

@media (max-width: 894px) {
  .hero-carousel h3.swiper {
    font-family: 'gothambold';
    font-size: 26px;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0; }
  .hero-carousel .swipercontentdiv {
    padding: 20px 15px; } }

@media (max-width: 805px) {
  .hero-carousel h3.swiper {
    font-family: 'gothambold';
    font-size: 23px;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0; }
  .hero-carousel .trio-leftdiv {
    padding: 15px; }
  .hero-carousel .trio-rightdiv {
    padding: 15px;
    text-align: center; } }

@media (max-width: 767px) {
  .hero-carousel .swiperContainer img {
    max-width: 100%; }
  .hero-carousel .swiperContainer .col-xs-8 {
    width: auto; }
  .hero-carousel .swiperContainer .col-xs-4 {
    width: auto; }
  .hero-carousel .swiperContainer .swipercompcontent {
    min-height: 0; }
  .hero-carousel .swiperContainer .btn-userdefined {
    float: none;
    display: inline; }
  .hero-carousel .swiperContainer .swipercontentdiv .btn-userdefined {
    display: inline-block; }
  .hero-carousel h3.swiper {
    font-family: 'gothambold';
    font-size: 18px;
    line-height: 1em;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 0; }
  .hero-carousel .swipercopy {
    font-family: 'gothammedium';
    font-size: 14px;
    line-height: 1.4em; }
  .hero-carousel .padright-4px {
    padding-right: 0;
    padding-bottom: 0px; }
  .hero-carousel .padleft-4px {
    padding-left: 0; }
  .hero-carousel .arrow_box_red_2left:after, .hero-carousel .arrow_box_red_2left:before,
  .hero-carousel .arrow_box_wht_2left:after, .hero-carousel .arrow_box_wht_2left:before,
  .hero-carousel .arrow_box_red_2right:after, .hero-carousel .arrow_box_red_2right:before,
  .hero-carousel .arrow_box_wht_2right:after, .hero-carousel .arrow_box_wht_2right:before {
    display: none; }
  .hero-carousel .ms-bullets-count {
    border-bottom: 40px solid transparent;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    height: 1px;
    width: auto;
    margin-top: 28%; } }

@media (max-width: 500px) {
  .hero-carousel h3.swiper {
    font-family: 'gothambold';
    font-size: 18px;
    line-height: 1.2em;
    text-transform: uppercase; }
  .hero-carousel .swipercopy {
    font-family: 'gothambook';
    font-size: 14px;
    line-height: 1.4em;
    padding: 4% 0; }
  .hero-carousel .swipercontentdiv {
    text-align: center; }
  .hero-carousel .hub-ms-skin-red .hub-ms-nav-next,
  .hero-carousel .hub-ms-skin-red .hub-ms-nav-prev {
    opacity: 1;
    display: block; }
  .hero-carousel p.p1 {
    font-size: 1em; } }

.hero-carousel {
  /*HUB SWIPER THEMES*/
  /* RED BACKGROUND / WHITE TEXT */
  /* controls */ }
  .hero-carousel .hub-ms-skin-red .hub-ms-nav-next-red,
  .hero-carousel .hub-ms-skin-red .hub-ms-nav-prev-red {
    width: 30px;
    background: url(/images/hub-light-skin-red.png);
    background-position: -90px -7px;
    height: 76px;
    cursor: pointer;
    top: 45%;
    left: 0;
    margin-top: -20px;
    position: absolute;
    z-index: 110;
    opacity: 1; }
  .hero-carousel .hub-ms-skin-red .hub-ms-nav-next-red {
    right: 0;
    left: auto;
    background-position: -89px -84px; }
  .hero-carousel .hub-ms-skin-red .ms-bullet-red {
    width: 17px;
    height: 17px;
    background: url(/images/hub-light-skin-red.png) no-repeat;
    margin: 4px;
    background-position: -30px -113px; }
  .hero-carousel .hub-master-slider-pillars {
    border-right: 50px #b71234 solid;
    border-left: 50px #b71234 solid; }
  .hero-carousel .hubslide1 {
    background-image: url(/images/nextgenservice1Gig.jpg);
    background-position: center; }
  .hero-carousel .hubslide2 {
    background-image: url(/images/first1Gig.jpg); }
  .hero-carousel .hubslide3 {
    background-image: url(/images/anchorage1Gig.jpg); }
  .hero-carousel .hub-ms-slide-padding {
    padding: 40px 50px; }
  .hero-carousel .ms-slide {
    background-size: cover;
    background-position: center center; }
  .hero-carousel .ms-slide.ms-slide-lightgray {
    background-color: #BBBDC0; }
  .hero-carousel .ms-slide.ms-slide-white {
    background-color: #ffffff; }
  .hero-carousel .ms-slide.ms-slide-red {
    background-color: #B71234; }
  .hero-carousel .ms-slide.ms-slide-yellow {
    background-color: #ffcb08; }
  .hero-carousel .ms-slide.ms-slide-darkred {
    background-color: #831525; }
  .hero-carousel .ms-slide.ms-slide-teal {
    background-color: #27bbb2; }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .hero-carousel .hub-red-skin-container,
  .hero-carousel .hub-lgrey-skin-container,
  .hero-carousel .hub-dgrey-skin-container {
    padding: 0 30px; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .hero-carousel .hub-ms-slide-6col-right {
    padding: 40px; }
  .hero-carousel .ms-nav-next, .hero-carousel .ms-nav-prev {
    width: 30px;
    background: url(/images/hub-light-skin-red.png);
    background-position: -90px -7px;
    height: 76px;
    cursor: pointer;
    top: 23%;
    left: 0;
    margin-top: -20px;
    position: absolute;
    z-index: 110;
    opacity: .60 !important;
    display: block; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .hero-carousel .hub-red-skin-container,
  .hero-carousel .hub-lgrey-skin-container,
  .hero-carousel .hub-dgrey-skin-container {
    padding: 0 0;
    background-color: transparent; }
  .hero-carousel .hubslide1 {
    background-image: none !important;
    background-color: #b71234;
    color: white !important; }
  .hero-carousel .hubslide2 {
    background-image: none !important;
    background-color: #b71234;
    color: white !important; }
  .hero-carousel .hubslide3 {
    background-image: none !important;
    background-color: #b71234;
    color: white !important; }
  .hero-carousel .ms-slide {
    background-image: none !important; }
  .hero-carousel .nobelow480 {
    display: none; }
  .hero-carousel .yesbelow480 {
    display: block; }
  .hero-carousel h3.hubsubheadwhite {
    display: none; }
  .hero-carousel .backblueunder480 {
    background-color: #00a9e0; }
  .hero-carousel .hub-ms-slide-padding {
    padding: 0;
    text-align: left; }
  .hero-carousel .ms-slide-content-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px 35px 0 35px;
    margin: 0; }
    .hero-carousel .ms-slide-content-container h2 {
      font-size: 16px;
      line-height: 18px; }
  .hero-carousel .vimeorowcol {
    padding: 15px 17px; }
  .hero-carousel .hubsubheadred21 {
    font-size: 18px; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .hero-carousel .nobelow320 {
    display: none; } }

.newsrelease-widget {
  height: 100%; }
  .newsrelease-widget .newsrelease-widget-title {
    font-size: 36px;
    font-family: 'gothammedium';
    margin: 0 auto 0 auto;
    text-align: center; }
  .newsrelease-widget .newsrelease-widget-break {
    background-color: white;
    width: 90%; }
  .newsrelease-widget .newsrelease-widget-list-item {
    list-style: none; }
  .newsrelease-widget .newsrelease-widget-list-item-link {
    font-family: 'gothambook';
    font-size: 17px;
    line-height: 26px; }
    .newsrelease-widget .newsrelease-widget-list-item-link:before {
      content: "» "; }
  .newsrelease-widget .newsReleaseEdit {
    display: block;
    min-height: 500px; }
  .newsrelease-widget.yellow .newsrelease-widget-title {
    color: black; }
  .newsrelease-widget.yellow .newsrelease-widget-break {
    background-color: black; }
  .newsrelease-widget.yellow .newsrelease-widget-list-item {
    color: black; }
  .newsrelease-widget.yellow .newsrelease-widget-list-item-link {
    color: black; }
    .newsrelease-widget.yellow .newsrelease-widget-list-item-link:hover {
      color: black; }

.text-component {
  /*padding: 15px; 

    h1{
        margin: 5px;
        padding: 0px;
        color: inherit;
    }
    h2 {
    font-size: 30px;
    line-height: 30px;
    margin-top: 0;
    font-family: "gothammedium",sans-serif;
    text-transform: uppercase;
     color: inherit;
    }

    ul, ol {
    margin-top: 0;
    margin-bottom: 10.5px;
}
   h1, h2, ul, ol, a, p, div, button {
         color: inherit;
    }
   */ }
  .text-component .btn-userdefined {
    float: none;
    display: inline-block;
    color: #333;
    word-spacing: .1em;
    letter-spacing: 1px;
    background: #fff;
    border-color: #333; }
    .text-component .btn-userdefined a {
      color: #333; }
  .text-component .btn-userdefined:hover {
    color: #fff;
    background: #aa0023;
    border-color: #fff; }
    .text-component .btn-userdefined:hover a,
    .text-component .btn-userdefined:hover a:hover {
      color: #fff;
      text-decoration: none; }
  .text-component .btn-userdefined-red {
    color: #fff;
    background: #aa0023;
    border-color: #fff; }
  .text-component .btn-userdefined-red:hover {
    color: #aa0023;
    background: #fff;
    border-color: #aa0023; }
  .text-component img {
    max-width: 100%;
    height: auto; }

.text-component-red {
  background: #b71234; }
  .text-component-red a {
    color: #fff; }

.iphone6 .grayback {
  background: #F8F8F8 none repeat scroll 0% 0%; }
  .iphone6 .grayback img {
    max-width: 100%;
    height: auto; }

.iphone6 .inside-full-height {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0; }

.iphone6 .row {
  margin-bottom: 6px; }

.iphone6 .content {
  color: black;
  padding: 0 32px; }

.iphone6 .row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%; }

.iphone6 .col-height {
  display: table-cell;
  float: none;
  height: 100%; }

.iphone6 .col-top {
  vertical-align: top; }

.iphone6 .col-middle {
  vertical-align: middle; }

.iphone6 .col-bottom {
  vertical-align: bottom; }

.iphone6 h3.community {
  font-family: "gothambold";
  font-size: 34px;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: -.5px; }

.iphone6 .bigmargbtm {
  margin-bottom: 96px; }

.iphone6 .bigmargtop {
  margin-top: 48px; }

.iphone6 .bigpadtop {
  padding-top: 78px; }

.iphone6 .bigpadright {
  padding-right: 23%; }

.iphone6 .communitycompcontent {
  width: 100%;
  font-family: "gothammedium";
  font-size: 14px;
  line-height: 18px; }

.iphone6 .bigback {
  background-color: #f8f8f8;
  background-image: url(~/media/images/gci/offer/apple/ihonecloseup.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 75%; }

.iphone6 .appleunderswipertext {
  font-family: 'gothambook';
  font-size: 21px;
  line-height: 25px;
  margin: 30px auto;
  text-align: center; }

.iphone6 .maincopy {
  padding: 26px;
  font-size: 21px;
  width: 632px; }

@media (max-width: 768px) {
  .iphone6 .bigmargbtm {
    margin-bottom: 0px; }
  .iphone6 .bigmargtop {
    margin-top: 0px; }
  .iphone6 .bigpadright {
    padding-right: 0; }
  .iphone6 .bigpadtop {
    padding-top: 22px; }
  .iphone6 .bigback {
    background-color: #f8f8f8;
    background-image: none; }
  .iphone6 h3.community {
    font-family: "gothambold";
    font-size: 34px;
    line-height: 32px;
    text-transform: uppercase;
    margin-top: 0px; }
  .iphone6 .communitycompcontent {
    padding: 0 0 0 0;
    font-family: "gothammedium";
    font-size: 14px;
    line-height: 18px; } }

@media (max-width: 768px) {
  .iphone6 .content {
    text-align: center; }
  .iphone6 .textcenteredonmobile {
    text-align: center; }
  .iphone6 img.imgcenteredonmobile {
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 480px) {
  .iphone6 .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }
  .iphone6 .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%; }
  .iphone6 .col-xs-top {
    vertical-align: top; }
  .iphone6 .col-xs-middle {
    vertical-align: middle; }
  .iphone6 .col-xs-bottom {
    vertical-align: bottom; } }

@media (min-width: 768px) {
  .iphone6 .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }
  .iphone6 .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%; }
  .iphone6 .col-sm-top {
    vertical-align: top; }
  .iphone6 .col-sm-middle {
    vertical-align: middle; }
  .iphone6 .col-sm-bottom {
    vertical-align: bottom; } }

@media (min-width: 992px) {
  .iphone6 .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }
  .iphone6 .col-md-height {
    display: table-cell;
    float: none;
    height: 100%; }
  .iphone6 .col-md-top {
    vertical-align: top; }
  .iphone6 .col-md-middle {
    vertical-align: middle; }
  .iphone6 .col-md-bottom {
    vertical-align: bottom; } }

@media (min-width: 1200px) {
  .iphone6 .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }
  .iphone6 .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%; }
  .iphone6 .col-lg-top {
    vertical-align: top; }
  .iphone6 .col-lg-middle {
    vertical-align: middle; }
  .iphone6 .col-lg-bottom {
    vertical-align: bottom; } }

#stickycontact {
  display: none;
  /* by default, stickycontact is hidden. we delay visibility until chat button load */
  right: -157px;
  position: fixed;
  top: 45%;
  width: 213px;
  z-index: 111;
  -webkit-transition: right ease-out .3s;
  -moz-transition: right ease-out .3s;
  -o-transition: right ease-out .3s;
  transition: right ease-out .3s; }
  #stickycontact.fullhover {
    right: 0px; }
  #stickycontact #stickyChat {
    display: none; }
  #stickycontact a.stickyItem {
    background-image: url("/images/sticky_bg.png");
    width: 100%;
    height: 52px;
    display: block;
    position: relative;
    left: 0px; }
    #stickycontact a.stickyItem:last-child {
      border-bottom: 0px solid transparent;
      background-image: url("/images/sticky_bgbottom.png");
      background-color: transparent;
      left: 0;
      padding-bottom: 4px;
      height: 57px; }
    #stickycontact a.stickyItem:first-child {
      border-bottom: 0px solid transparent;
      background-image: url("/images/sticky_bgtop.png");
      background-color: transparent;
      left: 0;
      padding-top: 4px;
      height: 57px;
      box-shadow: 0px 0px 0px 0px transparent;
      z-index: 20;
      bottom: 0px;
      margin-top: 0px; }
    #stickycontact a.stickyItem.popOut div {
      padding-left: 16px; }
      #stickycontact a.stickyItem.popOut div p {
        font-size: 12px; }
  #stickycontact a p {
    font-family: gothammedium;
    font-size: 16px;
    line-height: 49px;
    color: #fff;
    display: block;
    float: left;
    margin: 0;
    padding-left: 4px; }
  #stickycontact a img {
    float: left;
    padding: 6px 6px 6px 13px; }

@media screen and (max-width: 768px) {
  #stickycontact {
    top: initial;
    left: 0px;
    bottom: 0px;
    width: 100%;
    box-shadow: 0px 4px 20px 4px #000;
    background-color: #00a9e0;
    height: 50px; }
    #stickycontact a {
      height: 50px;
      background-image: none;
      width: 100%;
      float: left;
      background-color: #00a9e0;
      left: 0px;
      border-bottom: 0px;
      border-left: 1px solid #fff;
      box-shadow: 0px 0px 0px 0px transparent;
      padding-top: 0px;
      bottom: 0px;
      margin-top: 0px; }
      #stickycontact a.stickyItem {
        background-image: none; }
        #stickycontact a.stickyItem:last-child, #stickycontact a.stickyItem:first-child {
          background-image: none; }
      #stickycontact a:last-child, #stickycontact a:first-child {
        height: 50px;
        background-image: none;
        width: 33%;
        float: left;
        background-color: #00a9e0;
        left: 0px;
        border-bottom: 0px;
        border-left: 1px solid #fff;
        box-shadow: 0px 0px 0px 0px transparent;
        padding-top: 0px;
        bottom: 0px;
        margin-top: 0px; }
        #stickycontact a:last-child .wrapper, #stickycontact a:first-child .wrapper {
          overflow: hidden; }
      #stickycontact a .wrapper {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        text-align: center; }
    #stickycontact.fourelem a {
      width: 24.5%; }
      #stickycontact.fourelem a:last-child, #stickycontact.fourelem a:first-child {
        width: 24.5%; }
      #stickycontact.fourelem a p {
        display: none; }
    #stickycontact.threeelem a {
      width: 33%; }
      #stickycontact.threeelem a:last-child, #stickycontact.threeelem a:first-child {
        width: 33%; }
    #stickycontact.twoelem a {
      width: 49%; }
      #stickycontact.twoelem a:last-child, #stickycontact.twoelem a:first-child {
        width: 49%; }
    #stickycontact a:first-child {
      border-left: 0px; }
    #stickycontact a:nth-child(2) {
      border-top: 0px; }
    #stickycontact a .wrapper {
      margin: 0 auto; }
    #stickycontact a img {
      padding: 6px 3px;
      float: none; }
    #stickycontact a p {
      padding-left: 0;
      font-size: 18px;
      display: none; } }

@media screen and (max-width: 400px) {
  #stickycontact {
    height: 40px;
    width: 100%; }
    #stickycontact a {
      height: 40px; }
      #stickycontact a .wrapper {
        text-align: center; }
      #stickycontact a:last-child, #stickycontact a:first-child {
        height: 40px; }
      #stickycontact a img {
        padding: 0px;
        width: 36px;
        height: 36px;
        float: none; }
      #stickycontact a p {
        line-height: 36px;
        font-size: 12px;
        display: none; } }

@media screen and (max-width: 376px) {
  #stickycontact {
    height: 40px;
    width: 375px; } }

@media screen and (max-width: 321px) {
  #stickycontact {
    height: 40px;
    width: 320px; } }

h2.hubheadlinewhitebold34 {
  font-size: 31px;
  text-transform: uppercase; }

ul.videobullets {
  width: 88%;
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  ul.videobullets li {
    font-family: "gothambook";
    font-size: 21px;
    color: white;
    margin-bottom: 16px;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 30px; }
    ul.videobullets li:before {
      content: "Â»";
      padding-right: 7px; }

ul.newsbullets {
  width: 88%;
  list-style: none;
  margin-left: 30px;
  padding-left: 0; }
  ul.newsbullets li {
    font-family: "gothambook";
    font-size: 16px;
    color: white;
    margin-bottom: 10px;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 22px; }
    ul.newsbullets li:before {
      content: "Â»";
      padding-right: 7px; }

.donthave {
  font-family: "gothambold";
  font-size: 20px;
  text-transform: uppercase;
  color: #00a9e0; }

.donthavecopy {
  font-family: "gothammedium";
  font-size: 14px;
  color: #231f20; }

.donthavecopyred {
  font-family: "gothambold";
  font-size: 14px;
  color: #b71234; }

h1.speed-header {
  font-family: "gothambold";
  font-size: 34px;
  line-height: 35px;
  color: #b71234;
  text-align: left; }

.speed-subheader {
  font-family: "gothammedium";
  font-size: 18px;
  line-height: 18px;
  color: #231f20;
  text-align: left; }

.speed-labels {
  font-family: "gothammedium";
  font-size: 18px;
  color: #6d6e71;
  margin-bottom: 0px; }

.speed-animation {
  background: white;
  padding: 20px;
  float: left;
  width: 100%;
  font-size: 20px; }
  .speed-animation .buttons .button {
    text-align: center;
    float: left;
    width: 33%;
    line-height: 120%;
    font-size: 75%;
    font-family: "gothambold"; }
    .speed-animation .buttons .button .icon {
      margin-bottom: 10px; }
  .speed-animation .progress-bars .progress-wrapper.sonic .time {
    font-family: "gothambold"; }
  .speed-animation .buttons .button small {
    font-size: 80%; }
  .speed-animation .buttons .button .icon {
    height: 50px;
    width: 50px;
    padding: 0 5px;
    /* margin: 0 auto 5px; */
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #bcbec0;
    margin: 0 auto; }
    .speed-animation .buttons .button .icon img {
      width: 100%;
      height: 100%; }
  .speed-animation .buttons .button:hover, .speed-animation .buttons .button.active {
    color: #00a9e0;
    cursor: pointer; }
  .speed-animation .buttons .button:hover .icon, .speed-animation .buttons .button.active .icon {
    background-color: #00a9e0; }
  .speed-animation .progress-bars .progress-wrapper .progress-bar {
    width: 85%;
    overflow: visible !important;
    margin-bottom: 30px;
    position: relative;
    float: left;
    clear: left;
    height: 24px;
    background: #f7f7f7;
    /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzMyYmFlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQyJSIgc3RvcC1jb2xvcj0iIzMyYmFlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkyJSIgc3RvcC1jb2xvcj0iIzAwOTFjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #f7f7f7 1%, #f7f7f7 42%, #d1d1d1 92%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f7f7f7), color-stop(42%, #f7f7f7), color-stop(92%, #d1d1d1));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7f7f7 1%, #f7f7f7 42%, #d1d1d1 92%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7f7f7 1%, #f7f7f7 42%, #d1d1d1 92%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7f7f7 1%, #f7f7f7 42%, #d1d1d1 92%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f7f7f7 1%, #f7f7f7 42%, #d1d1d1 92%);
    /* W3C */
    overflow: visible !important;
    -moz-border-radius: 15px 0 0 15px;
    -webkit-border-radius: 15px 0 0 15px;
    border-radius: 15px 0 0 15px; }
    .speed-animation .progress-bars .progress-wrapper .progress-bar .progress {
      position: absolute;
      top: 0;
      left: 0;
      height: 24px;
      width: 24px;
      -moz-border-radius: 15px 0 0 15px;
      -webkit-border-radius: 15px 0 0 15px;
      border-radius: 15px 0 0 15px;
      overflow: visible !important;
      background: #c9cbcc;
      /* Old browsers */
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzMyYmFlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQyJSIgc3RvcC1jb2xvcj0iIzMyYmFlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkyJSIgc3RvcC1jb2xvcj0iIzAwOTFjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
      background: -moz-linear-gradient(top, #c9cbcc 1%, #c9cbcc 42%, #a1a2a4 92%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #c9cbcc), color-stop(42%, #c9cbcc), color-stop(92%, #a1a2a4));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #c9cbcc 1%, #c9cbcc 42%, #a1a2a4 92%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #c9cbcc 1%, #c9cbcc 42%, #a1a2a4 92%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #c9cbcc 1%, #c9cbcc 42%, #a1a2a4 92%);
      /* IE10+ */
      background: linear-gradient(to bottom, #c9cbcc 1%, #c9cbcc 42%, #a1a2a4 92%);
      /* W3C */ }
  .speed-animation .progress-bars .progress-wrapper.sonic .progress {
    background: #32bae6;
    /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzMyYmFlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQyJSIgc3RvcC1jb2xvcj0iIzMyYmFlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkyJSIgc3RvcC1jb2xvcj0iIzAwOTFjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #32bae6 1%, #32bae6 42%, #0091c0 92%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #32bae6), color-stop(42%, #32bae6), color-stop(92%, #0091c0));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #32bae6 1%, #32bae6 42%, #0091c0 92%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #32bae6 1%, #32bae6 42%, #0091c0 92%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #32bae6 1%, #32bae6 42%, #0091c0 92%);
    /* IE10+ */
    background: linear-gradient(to bottom, #32bae6 1%, #32bae6 42%, #0091c0 92%);
    /* W3C */ }
  .speed-animation .progress-bars .progress-wrapper.sonic .time {
    color: #00a9e0; }
  .speed-animation .progress-bars .label {
    display: block;
    background-color: #6d6e71;
    width: 50px;
    text-align: center;
    z-index: 50;
    position: absolute;
    right: -25px;
    overflow: visible !important;
    color: white;
    border-radius: 0.5em; }
  .speed-animation .progress-bars .sonic .label {
    background-color: #b71234; }
  .speed-animation .progress-bars .label:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 19px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #6d6e71; }
  .speed-animation .progress-bars .sonic .label:before {
    content: "";
    border-bottom: 6px solid #b71234; }
  .speed-animation .progress-bars .time {
    float: right;
    width: 15%;
    font-size: 80%;
    font-weight: 500;
    padding: 0 0 0 10px;
    line-height: 110%; }

/*           .speed-animation .buttons {
 *     float: left;
 *     width: 100%;
 * }
 * @media (min-width: 768px) {
 *     .speed-animation .buttons {
 *         width: 40%;
 *     }
 * } */
@media (min-width: 768px) {
  .speed-animation .buttons .button {
    font-size: 80%; } }

@media (min-width: 992px) {
  .speed-animation .buttons .button {
    font-size: 90%; } }

@media (min-width: 1200px) {
  .speed-animation .buttons .button {
    font-size: 100%; } }

@media (min-width: 768px) {
  .speed-animation .buttons .button .icon {
    height: 75px;
    width: 75px;
    /*padding: 0 9px; */ } }

@media (min-width: 992px) {
  .speed-animation .buttons .button .icon {
    height: 100px;
    width: 100px;
    /*padding: 0 12px; */ } }

@media (min-width: 1200px) {
  .speed-animation .buttons .button .icon {
    height: 100px;
    width: 100px;
    /*padding: 0 12px; */ } }

/*       .speed-animation .progress-bars {
 *     float: right;
 *     width: 100%;
 *     margin: 0 0 10px;
 * }
 * @media (min-width: 768px) {
 *     .speed-animation .progress-bars {
 *         width: 60%;
 *         margin: 0;
 *     }
 * } */
@media (max-width: 768px) {
  .speed-animation .progress-bars .progress-wrapper {
    margin: 10px 0 0; } }

@media (min-width: 768px) {
  .speed-animation .progress-bars .progress-wrapper .progress-bar {
    height: 20px;
    width: 85%; } }

@media (min-width: 992px) {
  .speed-animation .progress-bars .progress-wrapper .progress-bar {
    height: 25px;
    width: 85%; } }

@media (min-width: 1200px) {
  .speed-animation .progress-bars .progress-wrapper .progress-bar {
    height: 30px;
    margin-bottom: 30px;
    width: 85%; } }

@media (min-width: 768px) {
  .speed-animation .progress-bars .progress-wrapper .progress-bar .progress {
    height: 20px;
    width: 20px; } }

@media (min-width: 992px) {
  .speed-animation .progress-bars .progress-wrapper .progress-bar .progress {
    height: 25px;
    width: 25px; } }

@media (min-width: 1200px) {
  .speed-animation .progress-bars .progress-wrapper .progress-bar .progress {
    height: 30px;
    width: 30px; } }

@media (min-width: 768px) {
  .speed-animation .progress-bars .progress-wrapper.sonic .time {
    font-size: 110%; } }

@media (min-width: 768px) {
  .speed-animation .progress-bars .label {
    margin: 1px 0 3px; } }

@media (min-width: 992px) {
  .speed-animation .progress-bars .label {
    margin: 15px 0 6px; } }

@media (min-width: 768px) {
  .speed-animation .progress-bars .time {
    width: 15%; } }

@media (min-width: 992px) {
  .speed-animation .progress-bars .time {
    width: 15%; } }

@media (min-width: 1200px) {
  .speed-animation .progress-bars .time {
    width: 15%; } }

/*.backblue {
  background-color: #00a9e0;
}
    */
.cd-pagination {
  width: 98%;
  max-width: 790px;
  margin: 2.6em auto 4.5em;
  text-align: center; }
  .cd-pagination.move-buttons {
    -webkit-margin-before: 0 !important;
    -webkit-margin-after: 0 !important;
    -webkit-padding-start: 0 !important; }
  .cd-pagination li {
    /* hide numbers on small devices */
    display: none;
    margin: 0 .15em;
    min-width: 40px; }
    .cd-pagination li.button {
      /* make sure prev next buttons are visible */
      display: inline-block; }
  .cd-pagination a, .cd-pagination span {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* use padding and font-size to change buttons size */
    padding: .6em .8em;
    font-size: 1.6rem; }
  .cd-pagination a {
    border: 1px solid #e6e6e6;
    border-radius: 0.15em;
    min-width: 37px; }

.no-touch .cd-pagination a:hover {
  background-color: #f2f2f2; }

.cd-pagination a:hover {
  text-decoration: none;
  background-color: #DDD; }

.cd-pagination a:active {
  /* click effect */
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9); }

.cd-pagination a.disabled {
  /* button disabled */
  color: rgba(46, 64, 87, 0.4);
  pointer-events: none; }
  .cd-pagination a.disabled::before, .cd-pagination a.disabled::after {
    opacity: .4; }

.cd-pagination .button:first-of-type a::before {
  content: '\00ab  '; }

.cd-pagination .button:last-of-type a::after {
  content: ' \00bb'; }

.cd-pagination .current {
  /* selected number */
  background-color: #DDD;
  border: 1px solid #AA0023;
  color: #ffffff;
  pointer-events: none;
  border-radius: 0.15em; }

.cd-pagination.no-space {
  width: auto;
  max-width: none;
  display: inline-block;
  border-radius: 0.25em;
  border: 1px solid #e6e6e6; }
  .cd-pagination.no-space:after {
    content: "";
    display: table;
    clear: both; }
  .cd-pagination.no-space li {
    margin: 0;
    float: left;
    border-right: 1px solid #e6e6e6; }
    .cd-pagination.no-space li:last-of-type {
      border-right: none; }
  .cd-pagination.no-space a, .cd-pagination.no-space span {
    float: left;
    border-radius: 0;
    padding: .8em 1em;
    border: none; }
  .cd-pagination.no-space li:first-of-type a {
    border-radius: 0.25em 0 0 0.25em; }
  .cd-pagination.no-space li:last-of-type a {
    border-radius: 0 0.25em 0.25em 0; }

.cd-pagination.move-buttons:after {
  content: "";
  display: table;
  clear: both; }

.cd-pagination.move-buttons .button:first-of-type {
  float: left; }

.cd-pagination.move-buttons .button:last-of-type {
  float: right; }

.cd-pagination.no-space.move-buttons {
  width: 90%;
  max-width: 768px;
  display: block;
  overflow: hidden; }
  .cd-pagination.no-space.move-buttons li {
    float: none;
    border: none; }
  .cd-pagination.no-space.move-buttons a, .cd-pagination.no-space.move-buttons span {
    float: none; }

.cd-pagination.custom-icons .button a {
  position: relative; }

.cd-pagination.custom-icons .button:first-of-type a {
  padding-left: 2.4em; }

.cd-pagination.custom-icons .button:last-of-type a {
  padding-right: 2.4em; }

.cd-pagination.custom-icons .button:first-of-type a::before, .cd-pagination.custom-icons .button:last-of-type a::after {
  content: '';
  position: absolute;
  display: inline-block;
  /* set size for custom icons */
  width: 16px;
  height: 16px;
  top: 50%;
  /* set margin-top = icon height/2 */
  margin-top: -8px;
  background: transparent url(/images/cd-icon-arrow-1.svg) no-repeat center center; }

.cd-pagination.custom-icons .button:first-of-type a::before {
  left: .8em; }

.cd-pagination.custom-icons .button:last-of-type a::after {
  right: .8em;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.cd-pagination.custom-buttons a, .cd-pagination.custom-buttons span {
  vertical-align: middle; }

.cd-pagination.custom-buttons .button a {
  /* set custom width */
  width: 40px;
  /* image replacement */
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  color: transparent;
  background-image: url(/images/cd-icon-arrow-2.svg);
  background-repeat: no-repeat;
  background-position: center center; }

.cd-pagination.custom-buttons .button:last-of-type a {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

@media only screen and (min-width: 768px) {
  .cd-pagination li {
    display: inline-block; } }

@media only screen and (min-width: 1170px) {
  .cd-pagination {
    margin: 2em auto 2em; } }

/* --------------------------------

    No space - remove distance between list items

    -------------------------------- */
/* --------------------------------

    move buttons - move prev and next buttons to the sides

    -------------------------------- */
/* --------------------------------

    custom icons - customize the small arrow inside the next and prev buttons

    -------------------------------- */
/* --------------------------------

    custom buttons - replace prev and next buttons text with a custom icon

    -------------------------------- */
.no-touch .cd-pagination.custom-buttons .button:last-of-type a:active {
  -webkit-transform: scale(0.9) rotate(180deg);
  -moz-transform: scale(0.9) rotate(180deg);
  -ms-transform: scale(0.9) rotate(180deg);
  -o-transform: scale(0.9) rotate(180deg);
  transform: scale(0.9) rotate(180deg); }

.cd-pagination.no-space.custom-buttons .button:last-of-type a {
  border-radius: 0.25em 0 0 0.25em; }

.cd-pagination.animated-buttons a, .cd-pagination.animated-buttons span {
  padding: 0 1.4em;
  height: 50px;
  line-height: 50px;
  overflow: hidden; }

.cd-pagination.animated-buttons .button a {
  position: relative;
  padding: 0 2em; }

.cd-pagination.animated-buttons .button:first-of-type a::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  right: auto;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }

.cd-pagination.animated-buttons .button:last-of-type a::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  right: auto;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateX(-50%) rotate(180deg);
  -moz-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  -o-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg); }

.cd-pagination.animated-buttons i {
  display: block;
  height: 100%;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }

/* --------------------------------

    animated buttons - animate the text inside prev and next buttons

    -------------------------------- */
.no-touch .cd-pagination.animated-buttons .button a:hover i {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.no-touch .cd-pagination.animated-buttons .button:first-of-type a:hover::before {
  -webkit-transform: translateX(-50%) translateY(-50px);
  -moz-transform: translateX(-50%) translateY(-50px);
  -ms-transform: translateX(-50%) translateY(-50px);
  -o-transform: translateX(-50%) translateY(-50px);
  transform: translateX(-50%) translateY(-50px); }

.no-touch .cd-pagination.animated-buttons .button:last-of-type a:hover::after {
  -webkit-transform: translateX(-50%) rotate(180deg) translateY(50px);
  -moz-transform: translateX(-50%) rotate(180deg) translateY(50px);
  -ms-transform: translateX(-50%) rotate(180deg) translateY(50px);
  -o-transform: translateX(-50%) rotate(180deg) translateY(50px);
  transform: translateX(-50%) rotate(180deg) translateY(50px); }

.wMargin {
  padding-left: 15px;
  padding-right: 15px; }

.col-sm-4 > #lpChatButton {
  width: auto;
  float: none;
  text-align: center; }
  .col-sm-4 > #lpChatButton img {
    max-width: 100%;
    height: auto; }

.IsInEditingMode .page-editor-fieldset {
  border: 2px solid #dedede;
  margin: 5px;
  padding: 5px; }

.IsInEditingMode .page-editor-legend {
  width: auto;
  margin: 0 0 0 10px;
  padding: 0 10px; }

.IsInEditingMode .page-editor-field-list img {
  max-width: 100%;
  height: auto; }

.IsInEditingMode .page-editor-field-list dd {
  margin: 0.5em; }

.RichTextCont img {
  max-width: 100%;
  height: auto; }

.editable-multiline-text {
  white-space: pre-wrap; }

.richtext-headline-black {
  font-family: "gothammedium", sans-serif;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: .94em;
  color: #000000;
  margin-bottom: .3em; }

.richtext-headline-white {
  font-family: "gothammedium", sans-serif;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: .94em;
  color: #FFFFFF;
  margin-bottom: .3em; }

.richtext-headline-red {
  font-family: "gothammedium", sans-serif;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: .94em;
  color: #B71234;
  margin-bottom: .3em; }

.richtext-subhead-black {
  font-family: "gothammedium", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.166em;
  color: #000000;
  margin-bottom: .3em; }

.richtext-subhead-white {
  font-family: "gothammedium", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.166em;
  color: #FFFFFF;
  margin-bottom: .3em; }

.richtext-subhead-red {
  font-family: "gothammedium", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.166em;
  color: #B71234;
  margin-bottom: .3em; }

.richtext-body {
  font-family: "gothambook", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.16em; }

.richtext-white {
  color: #ffffff; }

.richtext-black {
  color: #000000; }

.richtext-red {
  color: #B71234; }

.richtext-dark-gray {
  color: #6D6E71; }

.richtext-light-gray {
  color: #a4a4a4; }

.richtext-blue {
  color: #00A9e0; }

.Disclaimer {
    font-size: 13px;
}
/* Begin: Universal User Defined Button */
.btn-userdefined {
  position: relative;
  display: inline-block;
  margin: 15px 0 0 0;
  padding: 8px 30px;
  font: normal normal 16px/16px;
  font-family: 'gothammedium', Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: .20em;
  width: auto;
  cursor: pointer;
  background: #aa0023;
  border: 1px solid #aa0023;
  color: #fff; }
  .btn-userdefined:hover {
    background: #fff;
    border: 1px solid #aa0023;
    color: #aa0023; }
    .btn-userdefined:hover a {
      color: #aa0023; }
  .btn-userdefined a {
    color: #fff;
    text-decoration: none; }

/* End: Universal User Defined Button */
.headline-XLarge {
  font-family: 'gothammedium';
  font-size: 55px;
  font-size: 5.5rem;
  line-height: 1.04em;
  margin-top: 0;
  letter-spacing: 75%; }

.headline-Large {
  font-family: 'gothammedium';
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.189em;
  margin-top: 0; }

.headline-Medium {
  font-family: 'gothammedium';
  font-size: 34px;
  font-size: 3.4rem;
  margin-top: 0; }

.headline-Shadow {
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); }

.subheadline-XLarge {
  font-family: 'gothammedium';
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.13em; }

.subheadline-Large {
  font-family: 'gothammedium';
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2em; }

.subheadline-Medium {
  font-family: 'gothammedium';
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.25em; }

.subheadline-Small {
  font-family: 'gothammedium';
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.535em; }

.headline-Bold {
  font-family: 'gothambold' !important; }

.subheadline-Shadow {
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); }

.hubcopy {
  font-family: 'gothammedium';
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px; }

.hubsubheadred21 {
  font-family: 'gothammedium';
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 28px;
  color: #b71234; }

.hubbtn {
  padding: 0px 2.45rem;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  line-height: 3.9rem;
  font-family: 'gothammedium';
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .1em;
  /*font-weight: bold;*/ }
  .hubbtn:hover {
    text-decoration: none; }

.hubdarkbtn {
  color: white;
  background-color: #b71234; }
  .hubdarkbtn:hover {
    background-color: white;
    color: #b71234;
    border: 1px solid #b71234; }

.hubyellowbtn {
  color: black;
  background-color: #ffcb08;
  border: 1px solid #ffcb08; }
  .hubyellowbtn:hover {
    background-color: black;
    color: #ffcb08;
    border: 1px solid #ffcb08; }

.hublightbtn {
  background-color: white;
  color: #b71234; }
  .hublightbtn:hover {
    color: white;
    background-color: #b71234;
    border: 1px solid white; }

.hubbluebtn {
  background-color: #15a8e0;
  color: white; }
  .hubbluebtn:hover {
    color: #15a8e0;
    background-color: white;
    border: 1px solid #15a8e0; }

.hublightbluebtn {
  background-color: white;
  color: #15a8e0; }
  .hublightbluebtn:hover {
    color: white;
    background-color: #15a8e0;
    border: 1px solid #15a8e0; }

.bigpadright {
  padding-right: 23%; }

@media (max-width: 768px) {
  .textcenteredonmobile {
    text-align: center; }
  /*.nomobile {
        display: none;
    }

    .yesmobile {
        display: block;
    }*/ }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.devicePickerWrapper {
  margin: 20px 0;
  background: -webkit-linear-gradient(white, #d7d7d7);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(white, #d7d7d7);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(white, #d7d7d7);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(white, #d7d7d7);
  /* Standard syntax */ }
  .devicePickerWrapper.WhiteBackground {
    background: -webkit-linear-gradient(white, white);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white, white);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white, white);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(white, white);
    /* Standard syntax */
    background-color: white; }
  .devicePickerWrapper .title {
    text-transform: uppercase;
    font-family: "gothammedium", sans-serif;
    font-size: 21px;
    color: #6d6e71;
    float: left;
    padding-left: 25px; }
  .devicePickerWrapper a.cta {
    font-family: "gothambold", sans-serif;
    font-size: 17px;
    color: #b71234;
    padding-right: 25px; }
    .devicePickerWrapper a.cta.top {
      float: right; }
    .devicePickerWrapper a.cta.bottom {
      text-align: center;
      display: none; }
  .devicePickerWrapper .devicePickerContainer {
    padding: 0 45px;
    height: 338px;
    margin: 0px;
    position: relative; }
    .devicePickerWrapper .devicePickerContainer .devicePickerComponent {
      background: -webkit-linear-gradient(white, #d7d7d7);
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(white, #d7d7d7);
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(white, #d7d7d7);
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(white, #d7d7d7);
      /* Standard syntax */
      height: 338px;
      padding: 0 0 16px 0; }
      .devicePickerWrapper .devicePickerContainer .devicePickerComponent.WhiteBackground {
        background: -webkit-linear-gradient(white, white);
        /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(white, white);
        /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(white, white);
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(white, white);
        /* Standard syntax */
        background-color: white; }
      .devicePickerWrapper .devicePickerContainer .devicePickerComponent .slick-slide {
        background-color: white;
        width: 174px;
        height: 321px;
        margin-right: 5px;
        margin-left: 5px;
        text-align: center; }
        .devicePickerWrapper .devicePickerContainer .devicePickerComponent .slick-slide img {
          height: 178px;
          margin: 15px auto 20px auto;
          max-width: 170px; }
        .devicePickerWrapper .devicePickerContainer .devicePickerComponent .slick-slide .name {
          font-family: "gothambook", sans-serif;
          font-size: 15px;
          line-height: 17px;
          color: black;
          padding: 0 5px; }
          .devicePickerWrapper .devicePickerContainer .devicePickerComponent .slick-slide .name.TwoLines {
            height: 34px; }
          .devicePickerWrapper .devicePickerContainer .devicePickerComponent .slick-slide .name.ThreeLines {
            height: 70px; }
        .devicePickerWrapper .devicePickerContainer .devicePickerComponent .slick-slide .listPrice {
          font-family: "gothammedium", sans-serif;
          font-size: 15px;
          color: #6d6e71;
          margin: 10px 0;
          line-height: 15px; }
        .devicePickerWrapper .devicePickerContainer .devicePickerComponent .slick-slide .contractPrice a {
          font-family: "gothambold", sans-serif;
          font-size: 21px;
          color: #00a9e0;
          line-height: 22px; }
        .devicePickerWrapper .devicePickerContainer .devicePickerComponent .slick-slide sup {
          font-size: inherit;
          top: -0.2em; }
    .devicePickerWrapper .devicePickerContainer .ms-nav, .devicePickerWrapper .devicePickerContainer .ms-nav-prev, .devicePickerWrapper .devicePickerContainer .ms-nav-next {
      background: url(/images/red-paddles.png);
      width: 30px;
      height: 328px;
      cursor: pointer;
      top: -3px;
      position: absolute;
      z-index: 110;
      opacity: 1 !important;
      display: block; }
    .devicePickerWrapper .devicePickerContainer .ms-nav-prev {
      background-position: -4px -0px;
      left: 14px; }
    .devicePickerWrapper .devicePickerContainer .ms-nav-next {
      right: 14px;
      left: auto;
      background-position: 34px 0px; }
    .devicePickerWrapper .devicePickerContainer.ClassicPaddles {
      background-color: #b71234;
      margin: 0 18px;
      padding: 0 30px; }
      .devicePickerWrapper .devicePickerContainer.ClassicPaddles .ms-nav-classic, .devicePickerWrapper .devicePickerContainer.ClassicPaddles .ms-nav-prev, .devicePickerWrapper .devicePickerContainer.ClassicPaddles .ms-nav-next {
        background: url(/images/hub-light-skin-red.png);
        width: 30px;
        height: 76px;
        cursor: pointer;
        top: 45%;
        margin-top: -20px;
        position: absolute;
        z-index: 110;
        opacity: 1 !important;
        display: block; }
      .devicePickerWrapper .devicePickerContainer.ClassicPaddles .ms-nav-prev {
        background-position: -90px -7px;
        left: 30px; }
      .devicePickerWrapper .devicePickerContainer.ClassicPaddles .ms-nav-next {
        right: 30px;
        left: auto;
        background-position: -89px 139px; }
      .devicePickerWrapper .devicePickerContainer.ClassicPaddles.greyTheme {
        background-color: #6d6e71; }
        .devicePickerWrapper .devicePickerContainer.ClassicPaddles.greyTheme .ms-nav-classic-grey, .devicePickerWrapper .devicePickerContainer.ClassicPaddles.greyTheme .ms-nav-prev, .devicePickerWrapper .devicePickerContainer.ClassicPaddles.greyTheme .ms-nav-next {
          background: url(/images/hub-drkgray-theme.png); }
        .devicePickerWrapper .devicePickerContainer.ClassicPaddles.greyTheme .ms-nav-prev {
          background-position: -90px -7px; }
        .devicePickerWrapper .devicePickerContainer.ClassicPaddles.greyTheme .ms-nav-next {
          background-position: -89px 139px; }
    .devicePickerWrapper .devicePickerContainer.greyTheme .ms-nav-grey, .devicePickerWrapper .devicePickerContainer.greyTheme .ms-nav-prev, .devicePickerWrapper .devicePickerContainer.greyTheme .ms-nav-next {
      background: url(/images/grey-paddles.png); }
    .devicePickerWrapper .devicePickerContainer.greyTheme .ms-nav-prev {
      background-position: -4px -0px; }
    .devicePickerWrapper .devicePickerContainer.greyTheme .ms-nav-next {
      background-position: 34px 0px; }

@media only screen and (max-width: 480px) {
  .devicePickerWrapper .title {
    float: none;
    text-align: center;
    padding-left: 0; }
  .devicePickerWrapper a.cta.top {
    display: none; }
  .devicePickerWrapper a.cta.bottom {
    text-align: center;
    display: block;
    padding-bottom: 15px;
    padding-right: 0;
    margin-top: 10px; }
  .devicePickerWrapper .devicePickerContainer {
    padding: 0 40px; }
    .devicePickerWrapper .devicePickerContainer .devicePickerComponent .slick-slide {
      width: 137px;
      margin-right: 4px;
      margin-left: 4px; }
      .devicePickerWrapper .devicePickerContainer .devicePickerComponent .slick-slide .contractPrice {
        font-size: 19px; }
    .devicePickerWrapper .devicePickerContainer .ms-nav-prev {
      width: 25px;
      left: 10px; }
    .devicePickerWrapper .devicePickerContainer .ms-nav-next {
      width: 25px;
      right: 10px; }
    .devicePickerWrapper .devicePickerContainer.ClassicPaddles {
      height: 322px;
      margin: 0 5px; }
      .devicePickerWrapper .devicePickerContainer.ClassicPaddles .ms-nav-prev {
        width: 25px; }
      .devicePickerWrapper .devicePickerContainer.ClassicPaddles .ms-nav-next {
        width: 25px; } }

.pdp {
  /*  PRODUCT RELATED  */
  /*.pick_price {
        border: 4px solid white;
        padding: 15px;
        text-align: center;
        color: #6d6e71;
        width: 49%;
        margin: 30px 2px 30px 0;
        -webkit-transform: translateZ(0px);
        text-decoration: none;
    }

        .pick_price:hover {
            border: 4px solid #b71234;
            background: #fff;

        }*/
  /*  END PRODUCT RELATED  */
  /*  BUTTONS DECLARATION  */
  /*  END BUTTONS DECLARATION  */
  /*  ACCORDIAN BOOTSTRAP OVERRIDES  */
  /*  END ACCORDIAN BOOTSTRAP OVERRIDES  */
  /* STICKY FOOTER for TRIO 4-4-4 column blocks */
  /* END */
  /* columns of same height styles */
  /* END COLUMNS OF EQUAL HEIGHT */
  /* Large Devices, Wide Screens */
  /* Medium Devices, Desktops */
  /* Small Devices, Tablets */
  /* Extra Small Devices, Phones */
  /* Custom, iPhone Retina */
  /*  CUSTOM CHECKBOX STYLING  */
  /* scroll fixes */ }
  .pdp button {
    border: 0 solid Transparent; }
  .pdp span.what-is-this {
    background: #b4b4b4;
    display: inline-block;
    width: 1em;
    height: 1em;
    -moz-border-radius: .6em;
    -webkit-border-radius: .6em;
    border-radius: .6em;
    text-align: center;
    line-height: 1em;
    padding: .1em;
    font-size: 10px; }
    .pdp span.what-is-this a {
      color: #fff;
      text-decoration: none; }
  .pdp .carousel_box {
    padding: 14px; }
  .pdp .redback {
    background: #b71234; }
  .pdp .whitelightgraygrad {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 12%, #e9e9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(12%, #ffffff), color-stop(100%, #e9e9e9));
    background: -webkit-linear-gradient(top, #ffffff 12%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #ffffff 12%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #ffffff 12%, #e9e9e9 100%);
    background: linear-gradient(to bottom, #ffffff 12%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); }
  .pdp .back_f5 {
    background: #f5f5f5; }
    .pdp .back_f5 .backpadding {
      padding: 32px; }
  .pdp .box_gray {
    border: 1px solid #bcbec0;
    margin-bottom: 16px; }
  .pdp .leftalign {
    text-align: left; }
  .pdp .small_pad_right {
    padding-right: 28%; }
  .pdp .big_pad_right {
    padding-right: 35%; }
  .pdp .fullwhhtpad {
    width: 100%;
    height: 100%;
    padding: 20px; }
  .pdp .fullbtmpad {
    width: 100%;
    height: 100%;
    padding-bottom: 20px; }
  .pdp .accessory-pdp-price {
    margin: 1em 0 0;
    font-size: 28px;
    font-family: gothammedium;
    color: #00A9DF; }
  .pdp h1.wirelessblue {
    font-family: 'gotham bold';
    color: #00a9e0;
    font-size: 40px;
    line-height: 44px;
    margin: 0; }
  .pdp h1.trioblueh1 {
    font-family: 'gotham bold';
    color: #00a9e0;
    font-size: 55px;
    line-height: 55px; }
  .pdp h1.triowhiteh1 {
    font-family: 'gothammedium';
    color: #FFF;
    font-size: 25px;
    line-height: 27px;
    margin: 15px auto 0;
    letter-spacing: -.02em; }
  .pdp h1.triograyh1 {
    font-family: 'gothammedium';
    color: #6d6e71;
    font-size: 34px;
    line-height: 34px;
    margin: 15px auto 0; }
  .pdp h1.epicwhiteh1 {
    font-family: 'gothammedium';
    color: #FFF;
    font-size: 55px;
    line-height: 55px;
    margin: 25px;
    text-align: left; }
  .pdp h1.triogreyh1 {
    font-family: 'gothammedium';
    color: #a4a4a4;
    font-size: 25px;
    line-height: 27px;
    margin: 15px auto 0px; }
  .pdp h2.prod_name {
    font-family: 'gothambook';
    font-size: 36px;
    line-height: 40px;
    margin: 0px 0px 20px 0px; }
  .pdp h3.triograyh3 {
    font-family: 'gothammedium';
    font-size: 20px;
    color: #6d6e71;
    margin: 0px auto 15px; }
  .pdp h3.specs_head {
    font-family: 'gothammedium';
    font-size: 18px;
    color: #6d6e71;
    text-transform: uppercase;
    margin: 0; }
  .pdp h3.wirelessgray {
    font-family: 'gothammedium';
    color: #6d6e71;
    font-size: 21px;
    line-height: 23px;
    margin: 0; }
  .pdp h3.wirelessltgray {
    font-family: 'gothammedium';
    margin: 0 auto 20px;
    color: #bcbec0;
    font-size: 20px; }
  .pdp h3.white {
    font-family: 'gothammedium';
    color: #fff;
    font-size: 21px;
    line-height: 26px;
    margin: 25px;
    text-align: left; }
  .pdp h4.specs_subhead {
    font-family: 'gothammedium';
    font-size: 16px;
    color: #6d6e71;
    margin: 0 0 15px; }
  .pdp h4.panel-title a {
    text-decoration: none; }
  .pdp h4.prod_attr_head {
    font-family: 'gothammedium';
    font-size: 16px;
    margin: 10px 0 8px 0;
    color: #6d6e71; }
  .pdp h4.price {
    font-family: Gotham, 'gothambold';
    font-weight: bold;
    font-size: 28px;
    margin: 0px;
    color: #6d6e71;
    -webkit-transform: translateZ(0px);
    text-decoration: none !important;
    text-decoration-skip: objects; }
    .pdp h4.price:visited {
      font-family: Gotham, 'gothambold';
      font-weight: bold;
      font-size: 28px;
      margin: 0px;
      color: #6d6e71;
      -webkit-transform: translateZ(0px);
      text-decoration: none !important;
      text-decoration-skip: objects; }
  .pdp .specs {
    font-family: 'gothambook';
    font-size: 15px;
    line-height: 18px;
    color: #6d6e71; }
  .pdp .specs_head {
    font-family: 'gothammedium';
    font-size: 18px;
    color: #6d6e71; }
  .pdp .prod_name {
    font-family: 'gothambook';
    font-size: 36px; }
  .pdp .prod_copy {
    padding-right: 40px; }
  .pdp ul.prod_info li {
    font-family: 'gothambook';
    color: #6d6e71; }
  .pdp table.specsinfo td {
    vertical-align: top; }
  .pdp .prod_protprice {
    font-family: 'gothammedium';
    font-size: 24px;
    color: #00a9e0; }
  .pdp .btn-pickprice:hover h4.price {
    color: #00a9e0;
    text-decoration: none; }
  .pdp .pick_price:focus h4.price {
    text-decoration: none; }
  .pdp .price_small {
    font-family: 'gothammedium';
    font-size: 13px;
    line-height: 13px;
    color: #6d6e71;
    -webkit-transform: translateZ(0px);
    text-decoration: none; }
  .pdp .pick_price:focus .price_small, .pdp .pick_price:hover .price_small, .pdp .pick_price:active .price_small {
    text-decoration: none; }
  .pdp p.prod_desc, .pdp .prod_desc {
    font-family: 'gothambook';
    font-size: 14px;
    line-height: 17px;
    color: #6d6e71; }
  .pdp .storcolors {
    margin-top: -15px; }
  .pdp .specschecks {
    display: inline-block; }
    .pdp .specschecks.specschecks-protectionplans {
      width: 50%;
      margin-bottom: 1em; }
  .pdp .prod_attr {
    font-family: 'gothammedium';
    font-size: 14px;
    line-height: 22px;
    color: #6d6e71;
    -webkit-transform: translateZ(0px); }
  .pdp .prod_attr_label {
    padding-left: 20px; }
  .pdp .prod_attr_specs {
    padding-right: 40px; }
  .pdp .prod_smallprint {
    font-family: 'gothambook';
    font-size: 12px !important;
    line-height: 14px !important;
    color: #6d6e71; }
  .pdp .btn-group {
    width: 100%; }
  .pdp .btn-pickprice {
    border: 4px solid white;
    padding: 15px;
    text-align: center;
    color: #6d6e71;
    width: 49%;
    margin: 30px 0 30px 0;
    -webkit-transform: translateZ(0px);
    text-decoration: none; }
    .pdp .btn-pickprice:hover, .pdp .btn-pickprice:focus, .pdp .btn-pickprice:active, .pdp .btn-pickprice.btn-pickprice-selected {
      border: 4px solid #b71234;
      background: #fff;
      text-decoration: none;
      outline: none; }
  .pdp .open > .dropdown-toggle.btn-pickprice {
    border: 4px solid #b71234;
    background: #fff;
    text-decoration: none;
    outline: none; }
  .pdp .btn-pickprice:active, .pdp .btn-pickprice.active {
    border: 4px solid #b71234;
    background: #fff;
    outline: none; }
  .pdp .open > .dropdown-toggle.btn-pickprice {
    border: 4px solid #b71234;
    background: #fff;
    outline: none; }
  .pdp .btn-pickprice:hover h4.price, .pdp .btn-pickprice:focus h4.price, .pdp .btn-pickprice:active h4.price {
    color: #00a9e0;
    outline: none; }
  .pdp .open > .dropdown-toggle.btn-pickprice h4.price {
    color: #00a9e0;
    outline: none; }
  .pdp .btn-wireless {
    display: inline-block;
    margin: 0 auto;
    font-weight: normal;
    font-family: 'gothammedium';
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 12px 30px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .pdp .btn-wireless:hover {
      text-decoration: none; }
  .pdp .btn-red {
    color: #ffffff;
    background-color: #b71234;
    border-color: #b71234;
    font-family: 'gothammedium'; }
    .pdp .btn-red:hover, .pdp .btn-red:focus, .pdp .btn-red.focus, .pdp .btn-red:active, .pdp .btn-red.active {
      color: #b71234;
      background-color: white;
      border-color: #b71234;
      text-decoration: none; }
  .pdp .open > .dropdown-toggle.btn-red {
    color: #b71234;
    background-color: white;
    border-color: #b71234;
    text-decoration: none; }
  .pdp .btn-red:active, .pdp .btn-red.active {
    background-image: none; }
  .pdp .open > .dropdown-toggle.btn-red {
    background-image: none; }
  .pdp .btn-red.disabled, .pdp .btn-red[disabled] {
    background-color: #e74c3c;
    border-color: #e74c3c; }
  .pdp fieldset[disabled] .btn-red {
    background-color: #e74c3c;
    border-color: #e74c3c; }
  .pdp .btn-red.disabled:hover, .pdp .btn-red[disabled]:hover {
    background-color: #e74c3c;
    border-color: #e74c3c; }
  .pdp fieldset[disabled] .btn-red:hover {
    background-color: #e74c3c;
    border-color: #e74c3c; }
  .pdp .btn-red.disabled:focus, .pdp .btn-red[disabled]:focus {
    background-color: #e74c3c;
    border-color: #e74c3c; }
  .pdp fieldset[disabled] .btn-red:focus {
    background-color: #e74c3c;
    border-color: #e74c3c; }
  .pdp .btn-red.disabled.focus, .pdp .btn-red[disabled].focus {
    background-color: #e74c3c;
    border-color: #e74c3c; }
  .pdp fieldset[disabled] .btn-red.focus {
    background-color: #e74c3c;
    border-color: #e74c3c; }
  .pdp .btn-red.disabled:active, .pdp .btn-red[disabled]:active {
    background-color: #e74c3c;
    border-color: #e74c3c; }
  .pdp fieldset[disabled] .btn-red:active {
    background-color: #e74c3c;
    border-color: #e74c3c; }
  .pdp .btn-red.disabled.active, .pdp .btn-red[disabled].active {
    background-color: #e74c3c;
    border-color: #e74c3c; }
  .pdp fieldset[disabled] .btn-red.active {
    background-color: #e74c3c;
    border-color: #e74c3c; }
  .pdp .btn-red .badge {
    color: #e74c3c;
    background-color: #ffffff; }
  .pdp .btn-white {
    color: #B71234;
    background-color: white;
    border-color: #b71234;
    font-family: 'gothammedium'; }
    .pdp .btn-white:hover, .pdp .btn-white:focus, .pdp .btn-white.focus, .pdp .btn-white:active, .pdp .btn-white.active {
      color: #fff;
      background-color: #b71234;
      border-color: #FFF;
      text-decoration: none; }
  .pdp .open > .dropdown-toggle.btn-white {
    color: #fff;
    background-color: #b71234;
    border-color: #FFF;
    text-decoration: none; }
  .pdp .btn-white:active, .pdp .btn-white.active {
    background-image: none; }
  .pdp .open > .dropdown-toggle.btn-white {
    background-image: none; }
  .pdp .btn-white.disabled, .pdp .btn-white[disabled] {
    background-color: #e74c3c;
    border-color: #e74c3c; }
  .pdp fieldset[disabled] .btn-white {
    background-color: #e74c3c;
    border-color: #e74c3c; }
  .pdp .btn-white.disabled:hover, .pdp .btn-white[disabled]:hover {
    background-color: #e74c3c;
    border-color: #e74c3c; }
  .pdp fieldset[disabled] .btn-white:hover {
    background-color: #e74c3c;
    border-color: #e74c3c; }
  .pdp .btn-white.disabled:focus, .pdp .btn-white[disabled]:focus {
    background-color: #e74c3c;
    border-color: #e74c3c; }
  .pdp fieldset[disabled] .btn-white:focus {
    background-color: #e74c3c;
    border-color: #e74c3c; }
  .pdp .btn-white.disabled.focus, .pdp .btn-white[disabled].focus {
    background-color: #e74c3c;
    border-color: #e74c3c; }
  .pdp fieldset[disabled] .btn-white.focus {
    background-color: #e74c3c;
    border-color: #e74c3c; }
  .pdp .btn-white.disabled:active, .pdp .btn-white[disabled]:active {
    background-color: #e74c3c;
    border-color: #e74c3c; }
  .pdp fieldset[disabled] .btn-white:active {
    background-color: #e74c3c;
    border-color: #e74c3c; }
  .pdp .btn-white.disabled.active, .pdp .btn-white[disabled].active {
    background-color: #e74c3c;
    border-color: #e74c3c; }
  .pdp fieldset[disabled] .btn-white.active {
    background-color: #e74c3c;
    border-color: #e74c3c; }
  .pdp .btn-white .badge {
    color: #e74c3c;
    background-color: #ffffff; }
  .pdp a.accordion-toggle {
    color: #6D6E71; }
  .pdp .panel-body {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    padding: 10px 30px 10px 32px; }
  .pdp .panel-default {
    border-color: #ecf0f1; }
    .pdp .panel-default > .panel-heading {
      color: #2c3e50;
      background-color: #f5f5f5;
      border-color: #ecf0f1; }
      .pdp .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #ecf0f1;
        background-color: #f5f5f5; }
      .pdp .panel-default > .panel-heading .badge {
        color: #ecf0f1;
        background-color: #2c3e50; }
  .pdp .panel-title {
    font-family: 'gothammedium';
    font-size: 24px;
    color: #6d6e71;
    margin-left: 16px; }
  .pdp .panel-group .panel-heading + .panel-collapse > .panel-body, .pdp .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 0px solid #ecf0f1; }
  .pdp .panel-collapse p {
    font-family: 'gothambook';
    font-size: 15px;
    color: #6d6e71; }
  .pdp .panel-group {
    margin-top: 0; }
  .pdp .fiftycont {
    height: 100%;
    width: 100%;
    display: table;
    text-align: center; }
  .pdp .foot {
    display: table-row;
    vertical-align: bottom !important;
    height: 1px;
    text-align: center;
    height: 1px; }
  .pdp .inside {
    margin-top: 20px;
    margin-bottom: 20px; }
  .pdp .inside-full-height {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0; }
  .pdp .content {
    height: 100%; }
  .pdp .row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }
  .pdp .col-height {
    display: table-cell;
    float: none;
    height: 100%; }
  .pdp .col-top {
    vertical-align: top; }
  .pdp .col-middle {
    vertical-align: middle; }
  .pdp .col-bottom {
    vertical-align: bottom; }
  @media (min-width: 480px) {
    .pdp .row-xs-height {
      display: table;
      table-layout: fixed;
      height: 100%;
      width: 100%; }
    .pdp .col-xs-height {
      display: table-cell;
      float: none;
      height: 100%; }
    .pdp .col-xs-top {
      vertical-align: top; }
    .pdp .col-xs-middle {
      vertical-align: middle; }
    .pdp .col-xs-bottom {
      vertical-align: bottom; } }
  @media (min-width: 768px) {
    .pdp .row-sm-height {
      display: table;
      table-layout: fixed;
      height: 100%;
      width: 100%; }
    .pdp .col-sm-height {
      display: table-cell;
      float: none;
      height: 100%; }
    .pdp .col-sm-top {
      vertical-align: top; }
    .pdp .col-sm-middle {
      vertical-align: middle; }
    .pdp .col-sm-bottom {
      vertical-align: bottom; }
    .pdp .leftalign {
      text-align: center; } }
  @media (min-width: 992px) {
    .pdp .row-md-height {
      display: table;
      table-layout: fixed;
      height: 100%;
      width: 100%; }
    .pdp .col-md-height {
      display: table-cell;
      float: none;
      height: 100%; }
    .pdp .col-md-top {
      vertical-align: top; }
    .pdp .col-md-middle {
      vertical-align: middle; }
    .pdp .col-md-bottom {
      vertical-align: bottom; } }
  @media (min-width: 1200px) {
    .pdp .row-lg-height {
      display: table;
      table-layout: fixed;
      height: 100%;
      width: 100%; }
    .pdp .col-lg-height {
      display: table-cell;
      float: none;
      height: 100%; }
    .pdp .col-lg-top {
      vertical-align: top; }
    .pdp .col-lg-middle {
      vertical-align: middle; }
    .pdp .col-lg-bottom {
      vertical-align: bottom; } }
  @media only screen and (max-width: 480px) {
    .pdp h3.triograyh3 {
      font-size: 18px; }
    .pdp h1.triogreyh1 {
      font-family: 'gothambold';
      color: #a4a4a4;
      font-size: 30px;
      line-height: 33px; }
    .pdp .specs {
      line-height: 22px; }
    .pdp .specs_head {
      font-size: initial; }
    .pdp .small_pad_right {
      padding-right: 15px;
      border-right: 1px solid #666; }
    .pdp .big_pad_right {
      padding-right: 0;
      padding-left: 15px; }
    .pdp .btn-pickprice {
      width: 100%;
      margin: 15px auto; }
    .pdp .prod_copy {
      padding-bottom: 15px;
      border-bottom: 1px solid #666; } }
  .pdp .glyphicon-plus, .pdp .glyphicon-minus {
    font-family: 'gothamlight' !important;
    content: '+' !important;
    font-size: 34px;
    top: -2px; }
  .pdp .modal .selection-text {
    float: right;
    width: 184px; }
  .pdp .modal .selection img {
    float: left;
    max-width: 150px;
    max-height: 250px;
    padding-right: 30px; }
  .pdp .modal .selection-text h2 {
    font-family: "gothambook", sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: black;
    margin-top: 0; }
  .pdp .modal .selection-text p {
    font-family: "gothammedium", sans-serif;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0px;
    color: #6d6e71; }
  .pdp .modal .selection-text p.cost {
    font-size: 30px;
    color: #00a9e0;
    line-height: 30px;
    font-family: "gothammedium", sans-serif;
    margin-top: 30px; }
  .pdp .modal .selection,
  .pdp .modal .suggested {
    height: 310px !important; }
  .pdp .modal .modal-backdrop {
    z-index: 0; }
  @media screen and (max-width: 830px) {
    .pdp .modal .selection img {
      width: 25%; }
    .pdp .modal .selection-text {
      width: 75%; } }

.pdp {
  /* HTML SIZES FOR REM settings */ }
  @media screen and (min-width: 500px) {
    .pdp html {
      font-size: 8px; } }
  @media screen and (min-width: 570px) {
    .pdp html {
      font-size: 8px; } }
  @media screen and (min-width: 620px) {
    .pdp html {
      font-size: 8px; } }
  @media screen and (min-width: 680px) {
    .pdp html {
      font-size: 9px; } }
  @media screen and (min-width: 720px) {
    .pdp html {
      font-size: 10px; } }
  @media screen and (min-width: 800px) {
    .pdp html {
      font-size: 9.25px; } }
  @media screen and (min-width: 860px) {
    .pdp html {
      font-size: 9.40px; } }
  @media screen and (min-width: 920px) {
    .pdp html {
      font-size: 9.50px; } }
  @media screen and (min-width: 1000px) {
    .pdp html {
      font-size: 9.65px; } }
  @media screen and (min-width: 1060px) {
    .pdp html {
      font-size: 9.8px; } }
  @media screen and (min-width: 1200px) {
    .pdp html {
      font-size: 10px; } }
  .pdp button {
    border: 0 solid Transparent; }
  .pdp .slider {
    display: block !important; }
  .pdp .storchecks {
    display: table;
    padding-right: 0;
    width: 90%; }
  .pdp .storcolors {
    margin-top: 5px; }
  .pdp .slide-cont {
    height: 480px;
    max-height: 480px;
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d; }
    .pdp .slide-cont img {
      position: relative;
      top: 50% !important;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
  .pdp .slider-nav-thumbs img {
    position: relative;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .pdp span.what-is-this {
    background: #b4b4b4;
    display: inline-block;
    width: 1em;
    height: 1em;
    -moz-border-radius: .6em;
    -webkit-border-radius: .6em;
    border-radius: .6em;
    text-align: center;
    line-height: 1em;
    padding: .1em;
    font-size: 10px;
    font-size: 1rem; }
    .pdp span.what-is-this a {
      color: #fff;
      text-decoration: none; }
  .pdp .redback {
    background: #b71234; }
  .pdp .whitelightgraygrad {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 12%, #e9e9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(12%, #ffffff), color-stop(100%, #e9e9e9));
    background: -webkit-linear-gradient(top, #ffffff 12%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #ffffff 12%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #ffffff 12%, #e9e9e9 100%);
    background: linear-gradient(to bottom, #ffffff 12%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); }
  .pdp .back_f5 {
    background: #f5f5f5; }
  .pdp .box_gray {
    border: 1px solid #bcbec0;
    margin-bottom: 16px; }
  .pdp .leftalign {
    text-align: left; }
  .pdp .small_pad_right {
    padding-right: 28%; }
  .pdp .big_pad_right {
    padding-right: 35%; }
  .pdp .fullwhhtpad {
    width: 100%;
    height: 100%;
    padding: 20px; }
  .pdp .fullbtmpad {
    width: 100%;
    height: 100%;
    padding-bottom: 20px; }
  .pdp h1.wirelessblue {
    font-family: 'gotham bold';
    color: #00a9e0;
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.1em;
    margin: 0; }
  .pdp h1.trioblueh1 {
    font-family: 'gotham bold';
    color: #00a9e0;
    font-size: 55px;
    font-size: 5.5rem;
    line-height: 1em; }
  .pdp h1.triowhiteh1 {
    font-family: 'gothammedium';
    color: #FFF;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.08m;
    margin: 15px auto 0;
    letter-spacing: -.02em; }
  .pdp h1.triograyh1 {
    font-family: 'gothammedium';
    color: #6d6e71;
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1em;
    margin: 15px auto 0; }
  .pdp h1.epicwhiteh1 {
    font-family: 'gothammedium';
    color: #FFF;
    font-size: 55px;
    font-size: 5.5rem;
    line-height: 1em;
    margin: 25px;
    text-align: left; }
  .pdp h1.triogreyh1 {
    font-family: 'gothammedium';
    color: #a4a4a4;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.08em;
    margin: 15px auto 0; }
  .pdp h2.prod_name {
    font-family: 'gothambook';
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.111em;
    margin: 0 0 20px 0; }
  .pdp h3.triograyh3 {
    font-family: 'gothammedium';
    font-size: 20px;
    font-size: 2rem;
    color: #6d6e71;
    margin: 0 auto 15px; }
  .pdp h3.specs_head {
    font-family: 'gothammedium';
    font-size: 18px;
    font-size: 1.8rem;
    color: #6d6e71;
    text-transform: uppercase;
    margin: 0; }
  .pdp h3.wirelessgray {
    font-family: 'gothammedium';
    color: #6d6e71;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.0952em;
    margin: 0; }
  .pdp h3.wirelessltgray {
    font-family: 'gothammedium';
    margin: 0 auto 20px;
    color: #bcbec0;
    font-size: 20px;
    font-size: 2rem; }
  .pdp h3.white {
    font-family: 'gothammedium';
    color: #fff;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.238em;
    margin: 25px;
    text-align: left; }
  .pdp h4.specs_subhead {
    font-family: 'gothammedium';
    font-size: 17px;
    font-size: 1.7rem;
    color: #6d6e71;
    margin: 5px 0 15px; }
  .pdp h4.panel-title a {
    text-decoration: none; }
  .pdp h4.prod-attr-head {
    font-family: 'gothammedium';
    font-size: 16px;
    font-size: 1.6rem;
    margin: 10px 0 8px 0;
    color: #6d6e71; }
  .pdp h4.price {
    font-family: Gotham, 'gothambold';
    font-weight: bold;
    font-size: 28px;
    font-size: 2.8rem;
    margin: 0;
    color: #6d6e71;
    -webkit-transform: translateZ(0px);
    text-decoration: none !important;
    text-decoration-skip: objects; }
    .pdp h4.price:visited {
      font-family: Gotham, 'gothambold';
      font-weight: bold;
      font-size: 28px;
      font-size: 2.8rem;
      margin: 0;
      color: #6d6e71;
      -webkit-transform: translateZ(0px);
      text-decoration: none !important;
      text-decoration-skip: objects; }
  .pdp .specs {
    font-family: 'gothambook';
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2em;
    color: #6d6e71; }
  .pdp .specs_head {
    font-family: 'gothammedium';
    font-size: 18px;
    color: #6d6e71; }
  .pdp .prod_name {
    font-family: 'gothambook';
    font-size: 36px;
    font-size: 3.6rem; }
  .pdp .prod_copy {
    padding-right: 20px; }
  @media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
    .pdp .prod_copy {
      height: auto !important; } }
  @media screen and (min-width: 0) {
    .pdp .prod_copy {
      height: auto !important; } }
  .pdp ul.prod_info li {
    font-family: 'gothambook';
    color: #6d6e71; }
  .pdp table.specsinfo td {
    vertical-align: top; }
  .pdp .glyphicon-plus {
    font-family: 'gothamlight' !important;
    content: '+' !important;
    font-size: 34px;
    top: -2px; }
  .pdp .glyphicon-minus {
    font-family: 'gothamlight' !important;
    content: '-' !important;
    font-size: 34px;
    font-size: 3.4rem;
    top: -2px; }
  .pdp .specschecks {
    width: 100%; }
    .pdp .specschecks input[type=checkbox] {
      visibility: hidden;
      width: 1px; }
    .pdp .specschecks label {
      cursor: pointer;
      position: relative;
      float: right;
      width: 16px;
      height: 16px;
      left: 4px;
      top: 6px;
      border: 2px solid #bcbec0;
      background: #FFF; }
      .pdp .specschecks label:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        background: #b81234;
        top: 2px;
        left: 2px; }
      .pdp .specschecks label:hover::after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        filter: alpha(opacity=30);
        opacity: 0.3; }
    .pdp .specschecks input[type=checkbox]:checked + label {
      border: 2px solid #b81234 !important;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      opacity: 1; }
      .pdp .specschecks input[type=checkbox]:checked + label:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1; }
    .pdp .specschecks input[type="radio"], .pdp .specschecks input[type="checkbox"] {
      margin: 0;
      line-height: normal; }
    .pdp .specschecks .specschecks-item {
      display: table-row;
      padding-bottom: .2re; }
      m .pdp .specschecks .specschecks-item:after {
        content: "";
        display: table;
        clear: both; }
    .pdp .specschecks .specschecks-item-text {
      display: table-cell;
      vertical-align: top; }
    .pdp .specschecks .specschecks-item-checkbox {
      display: table-cell;
      vertical-align: top; }
    .pdp .specschecks span.wirelessplanBCopy {
      position: absolute;
      margin: -8.55px 0 0 28px;
      color: #6d6e71 !important; }
  .pdp .prod_protprice {
    font-family: 'gothammedium';
    font-size: 24px;
    font-size: 2.4rem;
    color: #00a9e0; }
  .pdp .btn-pickprice:hover h4.price {
    color: #00a9e0;
    text-decoration: none; }
  .pdp .pick_price:focus h4.price {
    text-decoration: none; }
  .pdp .price_small {
    font-family: 'gothammedium';
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1em;
    color: #6d6e71;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    text-decoration: none; }
  .pdp .pick_price:focus .price_small, .pdp .pick_price:hover .price_small, .pdp .pick_price:active .price_small {
    text-decoration: none; }
  .pdp p.prod_desc, .pdp .prod_desc {
    font-family: 'gothambook';
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 19px;
    color: #6d6e71; }
  .pdp .prod_attr {
    font-family: 'gothammedium';
    font-size: 14px;
    line-height: 1.57em;
    color: #6d6e71;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding-right: 15px; }
  .pdp .prod_smallprint {
    font-family: 'gothambook';
    font-size: 12px !important;
    font-size: 1.2rem !important;
    line-height: 1.1666em !important;
    color: #6d6e71; }
  .pdp .cta-smallprint-right {
    font-family: 'gothammedium';
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1em;
    float: right; }
  .pdp .specs-content {
    padding: 32px; }
  .pdp .addtoselections {
    margin: 20px 0 !important; }
  .pdp .device-carousel {
    height: 620px !important;
    overflow: hidden;
    margin: 0 auto; }
  .pdp .carousel_box {
    height: auto; }
  .pdp .cta-butt {
    margin-top: 40px; }
  .pdp .btn-cont {
    /* width: 49%;
        float: left; */ }
    .pdp .btn-cont:first-child {
      /* padding-right: 1%;*/ }
  .pdp .pdp.btn-group {
    width: 100%; }
  .pdp .btn-pickprice {
    border: 4px solid white;
    padding: 15px;
    text-align: center;
    color: #6d6e71;
    width: 100%;
    margin: 30px 0px 8px 0;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    text-decoration: none;
    height: 89px !important; }
    .pdp .btn-pickprice:hover, .pdp .btn-pickprice:focus, .pdp .btn-pickprice:active {
      border: 4px solid #b71234;
      background: #fff;
      text-decoration: none;
      outline: none; }
  .pdp .open > .dropdown-toggle.btn-pickprice {
    border: 4px solid #b71234;
    background: #fff;
    text-decoration: none;
    outline: none; }
  .pdp .open > .dropdown-toggle.btn-pickprice h4.price {
    color: #00a9e0;
    outline: none; }
  .pdp .btn-wireless {
    display: inline-block;
    margin: 0 auto;
    font-weight: normal;
    font-family: 'gothammedium';
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 12px 30px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .pdp .btn-wireless:hover {
      text-decoration: none; }
  .pdp .btn-red {
    color: #ffffff;
    background-color: #b71234;
    border-color: #b71234;
    font-family: 'gothammedium'; }
    .pdp .btn-red:hover, .pdp .btn-red:focus, .pdp .btn-red.focus, .pdp .btn-red:active, .pdp .btn-red.active {
      color: #b71234;
      background-color: white;
      border-color: #b71234;
      text-decoration: none; }
  .pdp .open > .dropdown-toggle.btn-red {
    color: #b71234;
    background-color: white;
    border-color: #b71234;
    text-decoration: none;
    background-image: none; }
  .pdp fieldset[disabled] .btn-red {
    background-color: #e74c3c;
    border-color: #e74c3c; }
  .pdp fieldset[disabled] .btn-red:hover {
    background-color: #e74c3c;
    border-color: #e74c3c; }
  .pdp fieldset[disabled] .btn-red.focus {
    background-color: #e74c3c;
    border-color: #e74c3c; }
  .pdp fieldset[disabled] .btn-red:active {
    background-color: #e74c3c;
    border-color: #e74c3c; }
  .pdp fieldset[disabled] .btn-red.active {
    background-color: #e74c3c;
    border-color: #e74c3c; }
  .pdp .btn-red .badge {
    color: #e74c3c;
    background-color: #ffffff; }
  .pdp .btn-white {
    color: #B71234;
    background-color: white;
    border-color: #b71234;
    font-family: 'gothammedium'; }
    .pdp .btn-white:hover, .pdp .btn-white:focus, .pdp .btn-white.focus, .pdp .btn-white:active, .pdp .btn-white.active {
      color: #fff;
      background-color: #b71234;
      border-color: #FFF;
      text-decoration: none; }
  .pdp .open > .dropdown-toggle.btn-white {
    color: #fff;
    background-color: #b71234;
    border-color: #FFF;
    text-decoration: none;
    background-image: none; }
  .pdp fieldset[disabled] .btn-white {
    background-color: #e74c3c;
    border-color: #e74c3c; }
  .pdp fieldset[disabled] .btn-white:hover {
    background-color: #e74c3c;
    border-color: #e74c3c; }
  .pdp fieldset[disabled] .btn-white:focus {
    background-color: #e74c3c;
    border-color: #e74c3c; }
  .pdp fieldset[disabled] .btn-white.focus {
    background-color: #e74c3c;
    border-color: #e74c3c; }
  .pdp fieldset[disabled] .btn-white:active {
    background-color: #e74c3c;
    border-color: #e74c3c; }
  .pdp fieldset[disabled] .btn-white.active {
    background-color: #e74c3c;
    border-color: #e74c3c; }
  .pdp .btn-white .badge {
    color: #e74c3c;
    background-color: #ffffff; }
  .pdp a.accordion-toggle {
    color: #6D6E71; }
  .pdp .panel-body {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    padding: 10px 30px 10px 32px; }
  .pdp .panel-default {
    border-color: #ecf0f1; }
    .pdp .panel-default > .panel-heading {
      color: #2c3e50;
      background-color: #f5f5f5;
      border-color: #ecf0f1; }
      .pdp .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #ecf0f1;
        background-color: #f5f5f5; }
      .pdp .panel-default > .panel-heading .badge {
        color: #ecf0f1;
        background-color: #2c3e50; }
  .pdp .panel-title {
    font-family: 'gothammedium';
    font-size: 24px;
    font-size: 2.4rem;
    color: #6d6e71;
    margin-left: 16px; }
  .pdp .panel-group .panel-heading + .panel-collapse > .panel-body, .pdp .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 0 solid #ecf0f1; }
  .pdp .panel-collapse p {
    font-family: 'gothambook';
    font-size: 15px;
    color: #6d6e71;
    margin-right: 30px; }
  .pdp .prod_smallprint p {
    font-family: 'gothambook';
    font-size: 12px !important;
    font-size: 1.2rem !important;
    line-height: 1.1666em !important;
    color: #6d6e71; }
  .pdp .panel-group {
    margin-top: 0; }
  .pdp .fiftycont {
    height: 100%;
    width: 100%;
    display: table;
    text-align: center; }
  .pdp .foot {
    display: table-row;
    vertical-align: bottom !important;
    height: 1px;
    text-align: center; }
  .pdp .inside {
    margin-top: 20px;
    margin-bottom: 20px; }
  .pdp .inside-full-height {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0; }
  .pdp .content {
    height: 100%;
    /* max-height: 680px; */
    overflow: hidden; }
  .pdp .row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }
  .pdp .col-height {
    display: table-cell;
    float: none;
    height: 100%; }
  .pdp .col-top {
    vertical-align: top; }
  .pdp .col-middle {
    vertical-align: middle; }
  .pdp .col-bottom {
    vertical-align: bottom; }
  @media (min-width: 480px) {
    .pdp .row-xs-height {
      display: table;
      table-layout: fixed;
      height: 100%;
      width: 100%; }
    .pdp .col-xs-height {
      display: table-cell;
      float: none;
      height: 100%; }
    .pdp .col-xs-top {
      vertical-align: top; }
    .pdp .col-xs-middle {
      vertical-align: middle; }
    .pdp .col-xs-bottom {
      vertical-align: bottom; } }
  @media (min-width: 768px) {
    .pdp .row-sm-height {
      display: table;
      table-layout: fixed;
      height: 100%;
      width: 100%; }
    .pdp .col-sm-height {
      display: table-cell;
      float: none;
      height: 100%; }
    .pdp .col-sm-top {
      vertical-align: top; }
    .pdp .col-sm-middle {
      vertical-align: middle; }
    .pdp .col-sm-bottom {
      vertical-align: bottom; }
    .pdp .leftalign {
      text-align: center; } }
  @media (min-width: 992px) {
    .pdp .row-md-height {
      display: table;
      table-layout: fixed;
      height: 100%;
      width: 100%; }
    .pdp .col-md-height {
      display: table-cell;
      float: none;
      height: 100%; }
    .pdp .col-md-top {
      vertical-align: top; }
    .pdp .col-md-middle {
      vertical-align: middle; }
    .pdp .col-md-bottom {
      vertical-align: bottom; } }
  @media (min-width: 1200px) {
    .pdp .row-lg-height {
      display: table;
      table-layout: fixed;
      height: 100%;
      width: 100%; }
    .pdp .col-lg-height {
      display: table-cell;
      float: none;
      height: 100%; }
    .pdp .col-lg-top {
      vertical-align: top; }
    .pdp .col-lg-middle {
      vertical-align: middle; }
    .pdp .col-lg-bottom {
      vertical-align: bottom; } }
  @media only screen and (max-width: 1200px) {
    .pdp h4.price {
      font-size: 23px;
      font-size: 2.3rem; }
      .pdp h4.price:visited {
        font-size: 23px;
        font-size: 2.3rem; }
    .pdp .price_small {
      font-size: 11px;
      font-size: 1.1rem; }
    .pdp .cta-smallprint-left, .pdp .cta-smallprint-right {
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 1.1818em; } }
  @media screen and (max-width: 830px) {
    .pdp .modal .modal-content .selection,
    .pdp .modal .modal-content .suggested {
      height: auto !important; } }
  @media only screen and (max-width: 1024px) {
    .pdp .cta-smallprint-left, .pdp .cta-smallprint-right {
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 1.1818em;
      float: none;
      text-align: center; }
    .pdp #color-checkboxes-container, .pdp #storage-checkboxes-container {
      padding-right: 0;
      margin-bottom: 30px; }
    .pdp .prod_attr {
      padding-right: 0; }
    .pdp .btn-cont {
      width: 100%;
      margin: 0; } }
  @media only screen and (max-width: 768px) {
    .pdp #color-checkboxes-container, .pdp #storage-checkboxes-container {
      padding-right: 5%;
      margin-bottom: 30px; }
    .pdp #pdp .btn-group {
      margin: 24px auto 0; }
    .pdp .btn-pickprice {
      margin: 5px auto; }
    .pdp .btn-cont:first-child {
      padding-right: 0 !important; }
    .pdp .cta-smallprint-right, .pdp cta-smallprint-left {
      float: none;
      text-align: center !important;
      margin: 10px auto; }
    .pdp .specs-content {
      padding: 15px; } }
  @media only screen and (max-width: 480px) {
    .pdp .modal .modal-content {
      width: 100%; }
    .pdp .cta-butt {
      margin: 5px auto 10px auto;
      text-align: center; }
    .pdp table.specsinfo {
      display: block; }
    .pdp .specsinfo thead, .pdp .specsinfo tbody, .pdp .specsinfo th, .pdp .specsinfo td, .pdp .specsinfo tr {
      display: block; }
    .pdp .specsinfo thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    .pdp .specsinfo tr {
      border-bottom: 10px solid transparent; }
    .pdp .specsinfo td {
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 0; }
      .pdp .specsinfo td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 100%;
        padding-right: 10px;
        white-space: nowrap; }
    .pdp .device-carousel {
      width: 100% !important;
      height: 580px;
      overflow: hidden;
      margin: 0 auto; }
    .pdp h3.triograyh3 {
      font-size: 18px;
      font-size: 1.8rem; }
    .pdp h1.triogreyh1 {
      font-family: 'gothambold';
      color: #a4a4a4;
      font-size: 30px;
      font-size: 3rem;
      line-height: 1.1em; }
    .pdp .specs {
      line-height: 22px; }
    .pdp .specs_head {
      font-size: initial; }
    .pdp .addtoselections {
      margin: 10px auto !important;
      text-align: center; }
    .pdp .small_pad_right {
      padding-right: 15px;
      border-right: 1px solid #666; }
    .pdp .big_pad_right {
      padding-right: 0;
      padding-left: 15px; }
    .pdp .btn-pickprice {
      width: 100%;
      margin: 0 auto; }
    .pdp .prod_copy {
      padding-bottom: 15px;
      border-bottom: 1px solid #666;
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 1.6em;
      padding-right: 15px;
      height: auto !important; } }

.pricing-box {
  padding-left: 1px;
  padding-right: 1px; }

.specschecks-item-text span {
  font-weight: normal;
  color: #00a9e0; }

.pdp hr {
  margin: 1px 0;
  border-top: 1px solid #e4e4e4; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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 {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.pdp .variable-width .slick-slide p {
  background: #fff;
  height: 100px;
  color: #3498db;
  margin: 5px;
  line-height: 100px; }

.pdp .center .slick-center h3 {
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  color: #e67e22;
  opacity: 1;
  transform: scale(1.08); }

.pdp .center h3 {
  opacity: 0.8;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

.pdp .features {
  display: block;
  list-style-type: none;
  margin-top: 30px;
  padding: 0;
  text-align: center; }
  .pdp .features li {
    margin: 20px 0; }

.pdp .margin-40 {
  margin-bottom: 40px; }

.pdp .more, .pdp .button.first {
  margin-top: 40px; }

.pdp .slider-nav-thumbs {
  margin: 0 4px; }

.pdp .slick-slide {
  outline: none !important;
  max-width: 300px; }
  .pdp .slick-slide .image {
    padding: 10px; }
  .pdp .slick-slide img {
    border: 0 solid #FFF !important;
    display: block;
    width: 100%;
    margin: 2px auto;
    max-width: 64px; }
    .pdp .slick-slide img.slick-loading {
      border: 0; }

.pdp .slick-slider {
  margin: 10px auto 30px !important;
  max-width: 300px; }

.pdp .slider-nav .slick-current {
  border: 1px solid #000 !important;
  outline: none !important;
  border-radius: 0; }

.pdp .slick-track {
  min-width: 294px;
  text-align: center; }

.pdp .slider-nav {
  width: 294px;
  margin: 0 auto; }
  .pdp .slider-nav .thumb:hover {
    border: 1px solid #666 !important;
    outline: none; }
  .pdp .slider-nav .slick-list.draggable {
    padding: 0 0 !important; }

.pdp .slider-nav-thumbs {
  max-width: 66px !important;
  min-width: 66px !important;
  height: 66px;
  border: 1px solid #cacbcd;
  float: none;
  display: inline-block; }
  .pdp .slider-nav-thumbs img {
    width: auto !important;
    height: auto;
    margin-top: -1px;
    max-width: 59px;
    max-height: 59px; }

.pdp .slider-for .slick-current.slick-active {
  border: 0 solid white !important;
  outline: none;
  height: 480px;
  overflow: hidden; }

.pdp .slider-for DIV img {
  width: auto;
  max-width: 98%;
  margin: 0 auto;
  max-height: 450px; }

@media (max-width: 420px) {
  .pdp ul.nav li a {
    display: block;
    font-size: 14px; } }

@media (max-width: 768px) {
  .pdp .blue h3 {
    font-size: 24px; }
  .pdp .button.first {
    margin-top: 40px; }
  .pdp .buttons {
    padding: 0 0 20px; }
    .pdp .buttons .button {
      float: left;
      font-size: 12px;
      margin: 1%;
      width: 48%; }
  .pdp .center {
    margin-left: -40px;
    margin-right: -40px; }
    .pdp .center .slick-center h3 {
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      -webkit-transform: scale(1);
      color: #e67e22;
      opacity: 1;
      transform: scale(1); }
    .pdp .center h3 {
      -moz-transform: scale(0.95);
      -ms-transform: scale(0.95);
      -o-transform: scale(0.95);
      -webkit-transform: scale(0.95);
      opacity: 0.8;
      transform: scale(0.95);
      transition: all 300ms ease; }
  .pdp .fixed-header .header-content {
    width: auto; } }

/* Icons */
@font-face {
  font-family: "slick";
  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");
  font-weight: normal;
  font-style: normal; }

.pdp {
  /* Slider */
  /* Arrows */
  /* Dots */ }
  .slick-loading .pdp .slick-list {
    background: #fff url("ajax-loader.gif") center center no-repeat; }
  .pdp .slick-prev,
  .pdp .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none; }
    .pdp .slick-prev:hover, .pdp .slick-prev:focus,
    .pdp .slick-next:hover,
    .pdp .slick-next:focus {
      outline: none;
      background: transparent;
      color: transparent; }
      .pdp .slick-prev:hover:before, .pdp .slick-prev:focus:before,
      .pdp .slick-next:hover:before,
      .pdp .slick-next:focus:before {
        opacity: 1; }
    .pdp .slick-prev.slick-disabled:before,
    .pdp .slick-next.slick-disabled:before {
      opacity: 0.25; }
  .pdp .slick-prev:before, .pdp .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .pdp .slick-prev {
    left: -25px; }
    [dir="rtl"] .pdp .slick-prev {
      left: auto;
      right: -25px; }
    .pdp .slick-prev:before {
      content: "←"; }
      [dir="rtl"] .pdp .slick-prev:before {
        content: "→"; }
  .pdp .slick-next {
    right: -25px; }
    [dir="rtl"] .pdp .slick-next {
      left: -25px;
      right: auto; }
    .pdp .slick-next:before {
      content: "→"; }
      [dir="rtl"] .pdp .slick-next:before {
        content: "←"; }
  .pdp .slick-slider {
    margin-bottom: 30px; }
  .pdp .slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%; }
    .pdp .slick-dots li {
      position: relative;
      display: inline-block;
      height: 20px;
      width: 20px;
      margin: 0 5px;
      padding: 0;
      cursor: pointer; }
      .pdp .slick-dots li button {
        border: 0;
        background: transparent;
        display: block;
        height: 20px;
        width: 20px;
        outline: none;
        line-height: 0px;
        font-size: 0px;
        color: transparent;
        padding: 5px;
        cursor: pointer; }
        .pdp .slick-dots li button:hover, .pdp .slick-dots li button:focus {
          outline: none; }
          .pdp .slick-dots li button:hover:before, .pdp .slick-dots li button:focus:before {
            opacity: 1; }
        .pdp .slick-dots li button:before {
          position: absolute;
          top: 0;
          left: 0;
          content: "•";
          width: 20px;
          height: 20px;
          font-family: "slick";
          font-size: 6px;
          line-height: 20px;
          text-align: center;
          color: black;
          opacity: 0.25;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
      .pdp .slick-dots li.slick-active button:before {
        color: black;
        opacity: 0.75; }

.pdp {
  /* Arrows */ }
  .pdp .slick-prev:before {
    content: none; }
    [dir="rtl"] .pdp .slick-prev:before {
      content: none; }
  .pdp .slick-next:before {
    content: none; }
    [dir="rtl"] .pdp .slick-next:before {
      content: none; }
  .pdp .slick-prev, .pdp .slick-next {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 29px;
    background: transparent url(/images/light-skin-1.png) repeat scroll -90px -16px;
    height: 60px;
    cursor: pointer;
    top: 48%;
    left: 0px;
    margin-top: -20px;
    position: absolute;
    z-index: 110; }
    .pdp .slick-prev:hover, .pdp .slick-prev:focus, .pdp .slick-next:hover, .pdp .slick-next:focus {
      outline: none;
      background: transparent url(/images/light-skin-1.png) repeat scroll -90px -16px;
      color: transparent; }
  .pdp .slick-prev:focus,
  .pdp .slick-next:focus {
    outline: none; }
  .pdp .slick-next {
    right: 0;
    left: auto;
    background-position: -90px -93px; }
    .pdp .slick-next:hover, .pdp .slick-next:focus {
      background-position: -90px -93px; }

.devicePickerWrapper {
  margin: 20px 0;
  background: -webkit-linear-gradient(white, #d7d7d7);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(white, #d7d7d7);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(white, #d7d7d7);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(white, #d7d7d7);
  /* Standard syntax */ }
  .devicePickerWrapper.WhiteBackground {
    background: -webkit-linear-gradient(white, white);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white, white);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white, white);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(white, white);
    /* Standard syntax */
    background-color: white; }
  .devicePickerWrapper .title {
    text-transform: uppercase;
    font-family: "gothammedium", sans-serif;
    font-size: 21px;
    color: #6d6e71;
    float: left;
    padding-left: 25px; }
  .devicePickerWrapper a.cta {
    font-family: "gothambold", sans-serif;
    font-size: 17px;
    color: #b71234;
    padding-right: 25px; }
    .devicePickerWrapper a.cta.top {
      float: right; }
    .devicePickerWrapper a.cta.bottom {
      text-align: center;
      display: none; }
  .devicePickerWrapper .devicePickerContainer {
    padding: 0 45px;
    height: 338px;
    margin: 0px;
    position: relative; }
    .devicePickerWrapper .devicePickerContainer .devicePickerComponent {
      background: -webkit-linear-gradient(white, #d7d7d7);
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(white, #d7d7d7);
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(white, #d7d7d7);
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(white, #d7d7d7);
      /* Standard syntax */
      height: 338px;
      padding: 0 0 16px 0; }
      .devicePickerWrapper .devicePickerContainer .devicePickerComponent.WhiteBackground {
        background: -webkit-linear-gradient(white, white);
        /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(white, white);
        /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(white, white);
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(white, white);
        /* Standard syntax */
        background-color: white; }
      .devicePickerWrapper .devicePickerContainer .devicePickerComponent .slick-slide {
        background-color: white;
        width: 174px;
        height: 321px;
        margin-right: 5px;
        margin-left: 5px;
        text-align: center; }
        .devicePickerWrapper .devicePickerContainer .devicePickerComponent .slick-slide img {
          height: 178px;
          margin: 15px auto 20px auto;
          max-width: 170px; }
        .devicePickerWrapper .devicePickerContainer .devicePickerComponent .slick-slide .name {
          font-family: "gothambook", sans-serif;
          font-size: 15px;
          line-height: 17px;
          color: black;
          padding: 0 5px; }
          .devicePickerWrapper .devicePickerContainer .devicePickerComponent .slick-slide .name.TwoLines {
            height: 34px; }
          .devicePickerWrapper .devicePickerContainer .devicePickerComponent .slick-slide .name.ThreeLines {
            height: 70px; }
        .devicePickerWrapper .devicePickerContainer .devicePickerComponent .slick-slide .listPrice {
          font-family: "gothammedium", sans-serif;
          font-size: 15px;
          color: #6d6e71;
          margin: 10px 0;
          line-height: 15px; }
        .devicePickerWrapper .devicePickerContainer .devicePickerComponent .slick-slide .contractPrice a {
          font-family: "gothambold", sans-serif;
          font-size: 21px;
          color: #00a9e0;
          line-height: 22px; }
        .devicePickerWrapper .devicePickerContainer .devicePickerComponent .slick-slide sup {
          font-size: inherit;
          top: -0.2em; }
    .devicePickerWrapper .devicePickerContainer .ms-nav, .devicePickerWrapper .devicePickerContainer .ms-nav-prev, .devicePickerWrapper .devicePickerContainer .ms-nav-next {
      background: url(/images/red-paddles.png);
      width: 30px;
      height: 328px;
      cursor: pointer;
      top: -3px;
      position: absolute;
      z-index: 110;
      opacity: 1 !important;
      display: block; }
    .devicePickerWrapper .devicePickerContainer .ms-nav-prev {
      background-position: -4px -0px;
      left: 14px; }
    .devicePickerWrapper .devicePickerContainer .ms-nav-next {
      right: 14px;
      left: auto;
      background-position: 34px 0px; }
    .devicePickerWrapper .devicePickerContainer.ClassicPaddles {
      background-color: #b71234;
      margin: 0 18px;
      padding: 0 30px; }
      .devicePickerWrapper .devicePickerContainer.ClassicPaddles .ms-nav-classic, .devicePickerWrapper .devicePickerContainer.ClassicPaddles .ms-nav-prev, .devicePickerWrapper .devicePickerContainer.ClassicPaddles .ms-nav-next {
        background: url(/images/hub-light-skin-red.png);
        width: 30px;
        height: 76px;
        cursor: pointer;
        top: 45%;
        margin-top: -20px;
        position: absolute;
        z-index: 110;
        opacity: 1 !important;
        display: block; }
      .devicePickerWrapper .devicePickerContainer.ClassicPaddles .ms-nav-prev {
        background-position: -90px -7px;
        left: 30px; }
      .devicePickerWrapper .devicePickerContainer.ClassicPaddles .ms-nav-next {
        right: 30px;
        left: auto;
        background-position: -89px 139px; }
      .devicePickerWrapper .devicePickerContainer.ClassicPaddles.greyTheme {
        background-color: #6d6e71; }
        .devicePickerWrapper .devicePickerContainer.ClassicPaddles.greyTheme .ms-nav-classic-grey, .devicePickerWrapper .devicePickerContainer.ClassicPaddles.greyTheme .ms-nav-prev, .devicePickerWrapper .devicePickerContainer.ClassicPaddles.greyTheme .ms-nav-next {
          background: url(/images/hub-drkgray-theme.png); }
        .devicePickerWrapper .devicePickerContainer.ClassicPaddles.greyTheme .ms-nav-prev {
          background-position: -90px -7px; }
        .devicePickerWrapper .devicePickerContainer.ClassicPaddles.greyTheme .ms-nav-next {
          background-position: -89px 139px; }
    .devicePickerWrapper .devicePickerContainer.greyTheme .ms-nav-grey, .devicePickerWrapper .devicePickerContainer.greyTheme .ms-nav-prev, .devicePickerWrapper .devicePickerContainer.greyTheme .ms-nav-next {
      background: url(/images/grey-paddles.png); }
    .devicePickerWrapper .devicePickerContainer.greyTheme .ms-nav-prev {
      background-position: -4px -0px; }
    .devicePickerWrapper .devicePickerContainer.greyTheme .ms-nav-next {
      background-position: 34px 0px; }

@media only screen and (max-width: 480px) {
  .devicePickerWrapper .title {
    float: none;
    text-align: center;
    padding-left: 0; }
  .devicePickerWrapper a.cta.top {
    display: none; }
  .devicePickerWrapper a.cta.bottom {
    text-align: center;
    display: block;
    padding-bottom: 15px;
    padding-right: 0;
    margin-top: 10px; }
  .devicePickerWrapper .devicePickerContainer {
    padding: 0 40px; }
    .devicePickerWrapper .devicePickerContainer .devicePickerComponent .slick-slide {
      width: 137px;
      margin-right: 4px;
      margin-left: 4px; }
      .devicePickerWrapper .devicePickerContainer .devicePickerComponent .slick-slide .contractPrice {
        font-size: 19px; }
    .devicePickerWrapper .devicePickerContainer .ms-nav-prev {
      width: 25px;
      left: 10px; }
    .devicePickerWrapper .devicePickerContainer .ms-nav-next {
      width: 25px;
      right: 10px; }
    .devicePickerWrapper .devicePickerContainer.ClassicPaddles {
      height: 322px;
      margin: 0 5px; }
      .devicePickerWrapper .devicePickerContainer.ClassicPaddles .ms-nav-prev {
        width: 25px; }
      .devicePickerWrapper .devicePickerContainer.ClassicPaddles .ms-nav-next {
        width: 25px; } }

.categoryLanding {
  min-height: 300px;
  /* Large Devices, Wide Screens */
  /* Medium Devices, Desktops */
  /* Small Devices, Tablets */ }
  .categoryLanding .editmode {
    margin: 20px 0;
    padding: 30px;
    background-color: #bbbdc0; }
  .categoryLanding .waiting {
    padding-top: 50px;
    text-align: center;
    font-size: 22px;
    font-family: "gothambold", sans-serif; }
    .categoryLanding .waiting img {
      margin-left: 20px; }
  .categoryLanding .comparemsg {
    width: 100%;
    padding: 10px 15px; }
  .categoryLanding .compareTitle {
    font-family: "gothammedium", sans-serif;
    color: #6d6e71;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .categoryLanding .compareSelect {
    margin-left: 0; }
    .categoryLanding .compareSelect select {
      width: 190px;
      height: 40px;
      padding-left: 10px;
      padding-right: 10px;
      font-family: "gothammedium", sans-serif;
      font-size: 14px;
      color: #6d6e71;
      font-weight: normal;
      border: 1px solid #bcbec0; }
      .categoryLanding .compareSelect select:nth-child(-n+2) {
        margin-bottom: 10px; }
    .categoryLanding .compareSelect .btn-clear {
      color: #6d6e71;
      background-color: #f5f5f5;
      border: solid 1px #bcbec0;
      font-family: "gothambook", sans-serif;
      padding: 6px 12px;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 2.5em;
      height: 50px;
      width: 190px;
      text-align: center;
      vertical-align: middle; }
      .categoryLanding .compareSelect .btn-clear:hover, .categoryLanding .compareSelect .btn-clear:focus, .categoryLanding .compareSelect .btn-clear.focus, .categoryLanding .compareSelect .btn-clear:active, .categoryLanding .compareSelect .btn-clear.active {
        background-color: white;
        text-decoration: none;
        color: #b71234;
        cursor: pointer; }
    .categoryLanding .compareSelect .open > .dropdown-toggle.btn-clear {
      background-color: white;
      text-decoration: none;
      color: #b71234;
      cursor: pointer; }
    .categoryLanding .compareSelect .btn-clear:active, .categoryLanding .compareSelect .btn-clear.active {
      background-image: none; }
    .categoryLanding .compareSelect .open > .dropdown-toggle.btn-clear {
      background-image: none; }
    .categoryLanding .compareSelect .btn-clear.disabled, .categoryLanding .compareSelect .btn-clear[disabled] {
      background-color: #f6f6f6;
      border-color: #f6f6f6; }
    .categoryLanding .compareSelect fieldset[disabled] .btn-clear {
      background-color: #f6f6f6;
      border-color: #f6f6f6; }
    .categoryLanding .compareSelect .btn-clear.disabled:hover, .categoryLanding .compareSelect .btn-clear[disabled]:hover {
      background-color: #f6f6f6;
      border-color: #f6f6f6; }
    .categoryLanding .compareSelect fieldset[disabled] .btn-clear:hover {
      background-color: #f6f6f6;
      border-color: #f6f6f6; }
    .categoryLanding .compareSelect .btn-clear.disabled:focus, .categoryLanding .compareSelect .btn-clear[disabled]:focus {
      background-color: #f6f6f6;
      border-color: #f6f6f6; }
    .categoryLanding .compareSelect fieldset[disabled] .btn-clear:focus {
      background-color: #f6f6f6;
      border-color: #f6f6f6; }
    .categoryLanding .compareSelect .btn-clear.disabled.focus, .categoryLanding .compareSelect .btn-clear[disabled].focus {
      background-color: #f6f6f6;
      border-color: #f6f6f6; }
    .categoryLanding .compareSelect fieldset[disabled] .btn-clear.focus {
      background-color: #f6f6f6;
      border-color: #f6f6f6; }
    .categoryLanding .compareSelect .btn-clear.disabled:active, .categoryLanding .compareSelect .btn-clear[disabled]:active {
      background-color: #f6f6f6;
      border-color: #f6f6f6; }
    .categoryLanding .compareSelect fieldset[disabled] .btn-clear:active {
      background-color: #f6f6f6;
      border-color: #f6f6f6; }
    .categoryLanding .compareSelect .btn-clear.disabled.active, .categoryLanding .compareSelect .btn-clear[disabled].active {
      background-color: #f6f6f6;
      border-color: #f6f6f6; }
    .categoryLanding .compareSelect fieldset[disabled] .btn-clear.active {
      background-color: #f6f6f6;
      border-color: #f6f6f6; }
    .categoryLanding .compareSelect .btn-clear .badge {
      color: #e74c3c;
      background-color: #ffffff; }
  .categoryLanding .compareWrapper {
    height: 90px;
    border: solid 1px #bcbec0;
    padding: 10px; }
    .categoryLanding .compareWrapper .compare {
      float: left;
      border-right: solid 1px #bcbec0;
      width: 144px;
      height: 70px;
      overflow: hidden; }
      .categoryLanding .compareWrapper .compare.noBorder {
        border-right: none; }
      .categoryLanding .compareWrapper .compare .compareImg {
        float: left;
        margin-right: 5px;
        margin-left: 10px; }
        .categoryLanding .compareWrapper .compare .compareImg.noMargin {
          margin-left: 0; }
        .categoryLanding .compareWrapper .compare .compareImg img {
          width: 39px;
          height: 67px; }
      .categoryLanding .compareWrapper .compare .compareName {
        float: left;
        margin-right: 10px;
        width: 72px;
        height: 64px;
        line-height: 16px;
        font-family: "gothambook", sans-serif;
        font-size: 14px;
        color: #6d6e71;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden; }
      .categoryLanding .compareWrapper .compare .compareClose {
        float: left;
        line-height: 10px;
        margin-left: 50%;
        margin-top: -61px; }
  .categoryLanding .showing {
    color: #6d6e71;
    font-size: 14px;
    display: none;
    margin-bottom: 10px;
    margin-top: 10px; }
    .categoryLanding .showing .filter {
      margin-right: 10px; }
      .categoryLanding .showing .filter img {
        margin-left: 3px; }
  .categoryLanding .btn-compare {
    float: right;
    padding: 5px;
    font-size: 14px;
    display: inline-block;
    width: 190px;
    line-height: 3.9rem;
    font-family: "gothammedium", sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    background-color: #f5f5f5;
    color: #6d6e71;
    border-right: solid 1px #bcbec0;
    border-left: solid 1px #bcbec0;
    border-bottom: solid 1px #bcbec0;
    text-align: center;
    margin-bottom: 10px; }
    .categoryLanding .btn-compare:hover {
      background-color: white;
      color: #b81234;
      cursor: pointer; }
    .categoryLanding .btn-compare.disabled:hover {
      background-color: #f5f5f5; }
  .categoryLanding .smcolpad {
    padding-right: .45%;
    padding-left: 0; }
  .categoryLanding .smcolpad:nth-child(3n+2) {
    padding-left: .45%;
    padding-right: .45%; }
  .categoryLanding .smcolpad:nth-child(3n+0) {
    padding-left: .45%;
    padding-right: 0; }
  .categoryLanding .content .device {
    margin-bottom: .45%;
    margin-top: .45%;
    font-family: "gothammedium", sans-serif; }
    .categoryLanding .content .device a:hover, .categoryLanding .content .device a:focus {
      text-decoration: none; }
    .categoryLanding .content .device .sash {
      position: absolute; }
    .categoryLanding .content .device .deviceImage {
      margin: 15px auto;
      text-align: center; }
      .categoryLanding .content .device .deviceImage img {
        height: 200px; }
    .categoryLanding .content .device .details {
      background-color: #f5f5f5;
      padding: 20px 28px 57px 28px;
      color: #6d6e71;
      text-decoration: none; }
      .categoryLanding .content .device .details .showprices {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: -5px; }
      .categoryLanding .content .device .details .name {
        font-size: 24px;
        display: block;
        color: black;
        font-family: "gothambook", sans-serif;
        height: 54px;
        line-height: 25px; }
      .categoryLanding .content .device .details .footer {
        font-size: 14px;
        text-align: left;
        color: #6d6e71;
        line-height: 17px; }
      .categoryLanding .content .device .details .left {
        width: 48%;
        float: left;
        padding-right: 10px; }
        .categoryLanding .content .device .details .left .price {
          font-size: 24px;
          line-height: 40px;
          color: #6d6e71; }
      .categoryLanding .content .device .details .right {
        width: 48%;
        float: left; }
        .categoryLanding .content .device .details .right .price {
          color: #00a9e0;
          font-size: 28px;
          line-height: 40px; }
          .categoryLanding .content .device .details .right .price .footer {
            font-size: 14px;
            text-align: left; }
      .categoryLanding .content .device .details .retailPrice {
        font-size: 12px;
        display: block; }
      .categoryLanding .content .device .details .compare {
        font-size: 12px;
        text-transform: uppercase; }
        .categoryLanding .content .device .details .compare input[type="checkbox"] {
          margin-right: 0;
          height: 16px;
          width: 16px; }
  .categoryLanding .categoryLinks {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px; }
    .categoryLanding .categoryLinks a {
      font-family: "gothambold", sans-serif;
      font-size: 16px;
      color: black; }
  .categoryLanding .deviceborder {
    border: solid 1px #bcbec0;
    position: relative;
    overflow: hidden; }
  .categoryLanding .catpagecheckbox input[type=checkbox] {
    visibility: hidden; }
  .categoryLanding .catpagecheckbox {
    width: 18px;
    height: 18px;
    background: transparent;
    float: left;
    margin: 20px 10px 0 -4px;
    position: relative; }
  .categoryLanding .catpagecheckbox label {
    cursor: pointer;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 4px;
    top: -4px;
    border: 2px solid #bcbec0;
    background: #FFF; }
  .categoryLanding .catpagecheckbox label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #b81234;
    top: 2px;
    left: 2px; }
  .categoryLanding .catpagecheckbox label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3; }
  .categoryLanding .catpagecheckbox input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; }
  .categoryLanding .catpagecheckbox input[type=checkbox]:checked + label {
    border: 2px solid #b81234 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; }
  .categoryLanding input[type="radio"], .categoryLanding input[type="checkbox"] {
    margin: 6px 10px 0 6px;
    margin-top: 1px \9;
    line-height: normal; }
  .categoryLanding span.compareCopy {
    position: absolute;
    margin: -3.55px 0 0 22px;
    color: #6d6e71 !important; }
  @media only screen and (max-width: 1200px) {
    .categoryLanding .btn-clear {
      padding: 5px 5px !important;
      margin-top: 4px; }
    .categoryLanding .btn-compare {
      margin-top: 10px;
      margin-bottom: 20px;
      border-top: solid 1px #bcbec0; }
    .categoryLanding .compareWrapper {
      height: auto !important; }
    .categoryLanding .compareWrapper .compare {
      width: 50%; }
    .categoryLanding .compareWrapper .compare:nth-child(2n+2) {
      border-right: none; }
    .categoryLanding .smcolpad:nth-child(even) {
      padding-left: .5%;
      padding-right: initial; }
    .categoryLanding .smcolpad:nth-child(odd) {
      padding-right: .5%;
      padding-left: initial; } }
  @media (max-width: 1199) {
    .categoryLanding .btn-clear {
      padding: 5px 5px !important;
      margin-top: 6px; } }
  @media (min-width: 768px) and (max-width: 1200px) {
    .categoryLanding div.cs-skin-slide {
      width: 47.5%; } }
  @media only screen and (max-width: 1024) {
    .categoryLanding .content .device {
      margin-bottom: .25%;
      margin-top: .25%;
      font-family: "gothammedium", sans-serif; }
      .categoryLanding .content .device a:hover, .categoryLanding .content .device a:focus {
        text-decoration: none; }
      .categoryLanding .content .device .sash {
        position: absolute; }
      .categoryLanding .content .device .deviceImage {
        margin: 15px auto;
        text-align: center; }
        .categoryLanding .content .device .deviceImage img {
          height: 200px; }
      .categoryLanding .content .device .details {
        background-color: #f5f5f5;
        padding: 20px 28px 57px 28px;
        color: #6d6e71;
        text-decoration: none; }
        .categoryLanding .content .device .details .name {
          font-size: 24px;
          display: block;
          color: black;
          font-family: "gothambook", sans-serif;
          height: 54px;
          line-height: 25px; }
        .categoryLanding .content .device .details .footer {
          font-size: 14px;
          text-align: left;
          color: #6d6e71;
          line-height: 17px; }
        .categoryLanding .content .device .details .left {
          width: 49.5%;
          float: left;
          padding-right: 1%; }
          .categoryLanding .content .device .details .left .price {
            font-size: 24px;
            line-height: 40px;
            color: #6d6e71; }
        .categoryLanding .content .device .details .right {
          width: 49.5%;
          float: left; }
          .categoryLanding .content .device .details .right .price {
            color: #00a9e0;
            font-size: 28px;
            line-height: 40px; }
            .categoryLanding .content .device .details .right .price .footer {
              font-size: 14px;
              text-align: left; }
        .categoryLanding .content .device .details .retailPrice {
          font-size: 12px;
          display: block; }
        .categoryLanding .content .device .details .compare {
          font-size: 12px;
          text-transform: uppercase; }
          .categoryLanding .content .device .details .compare input[type="checkbox"] {
            margin-right: 0;
            height: 16px;
            width: 16px; } }
  @media only screen and (max-width: 992px) {
    .categoryLanding .compareSelect select {
      width: 47.1%;
      margin-right: 1.7% !important; }
    .categoryLanding .content .device .details {
      padding: 20px 20px 57px 20px; }
    .categoryLanding .content .device {
      margin-bottom: 0.56%;
      margin-top: 1%; }
    .categoryLanding .btn-clear {
      padding: 7px 5px; } }
  @media only screen and (max-width: 768px) {
    .categoryLanding .categoryLanding .content .device .details {
      padding: 20px 28px 80px 28px; }
    .categoryLanding .btn-clear {
      margin-bottom: 20px;
      margin-right: 2%;
      padding: 8px 5px !important; }
    .categoryLanding .compareTitle {
      padding: 0 15px; }
    .categoryLanding .showing {
      padding: 0 15px; }
    .categoryLanding .compareSelect {
      padding: 0 15px; }
      .categoryLanding .compareSelect select {
        width: 100%;
        margin-bottom: 10px; }
      .categoryLanding .compareSelect .btn-clear {
        height: inherit;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: inherit;
        text-align: center; }
    .categoryLanding .content .device {
      /*width: 100%;*/ }
      .categoryLanding .content .device .details {
        padding: 20px 28px; }
        .categoryLanding .content .device .details .name {
          font-size: 22px; }
        .categoryLanding .content .device .details .left .price {
          font-size: 22px; }
        .categoryLanding .content .device .details .right .price {
          font-size: 26px; }
        .categoryLanding .content .device .details .footer {
          font-size: 12px; }
    .categoryLanding .smcolpad {
      padding-left: 15px !important;
      padding-right: 15px !important; } }

.accessoryLanding {
  min-height: 300px;
  /*first select dropdown*/
  /*all other select dropdowns*/ }
  .accessoryLanding .editmode {
    margin: 20px 0;
    padding: 30px;
    background-color: #bbbdc0; }
  .accessoryLanding .waiting {
    padding-top: 50px;
    text-align: center;
    font-size: 22px;
    font-family: "gothambold", sans-serif; }
    .accessoryLanding .waiting img {
      margin-left: 20px; }
  .accessoryLanding .selectmarg {
    margin: 0 9.9px 8px 0; }
  .accessoryLanding .selectmargright {
    margin: 0 9.9px 0 0; }
  .accessoryLanding .selectpad:first-child {
    padding-right: .45%;
    padding-left: 0; }
  .accessoryLanding .selectpad {
    padding-right: .45%;
    padding-left: .45%; }
  .accessoryLanding .filterTitle {
    font-family: "gothammedium", sans-serif;
    color: #6d6e71;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .accessoryLanding .filterSelect {
    margin-left: 0; }
    .accessoryLanding .filterSelect select {
      width: 190px;
      height: 40px;
      padding-left: 10px;
      padding-right: 10px;
      font-family: "gothammedium", sans-serif;
      font-size: 14px;
      color: #6d6e71;
      font-weight: bold; }
    .accessoryLanding .filterSelect .btn-clear {
      height: 32px;
      font-size: 13px;
      display: inline-block;
      font-family: "gothambook", sans-serif;
      text-transform: uppercase;
      letter-spacing: .05em;
      color: #bbbdc0;
      background-color: #f5f5f5;
      color: #6d6e71;
      border: solid 1px #6d6e71;
      width: 100%; }
      .accessoryLanding .filterSelect .btn-clear:hover {
        background-color: white;
        border: solid 1px #b81234;
        text-decoration: none;
        cursor: pointer; }
  .accessoryLanding .hubbtn {
    line-height: 3.1rem;
    padding: 0 3.5rem; }
  .accessoryLanding .showing {
    color: #6d6e71;
    font-size: 14px;
    display: none;
    margin-bottom: 10px;
    margin-top: 10px; }
    .accessoryLanding .showing .filter {
      margin-right: 10px; }
      .accessoryLanding .showing .filter img {
        margin-left: 3px; }
  .accessoryLanding .content .accessory {
    margin-bottom: 0.45%;
    margin-top: 0.45%;
    font-family: "gothammedium", sans-serif; }
    .accessoryLanding .content .accessory .sash {
      position: absolute; }
    .accessoryLanding .content .accessory a:hover {
      text-decoration: none; }
    .accessoryLanding .content .accessory .accessoryImage {
      margin: 15px auto;
      text-align: center;
      height: 218px; }
      .accessoryLanding .content .accessory .accessoryImage img {
        height: 200px; }
    .accessoryLanding .content .accessory .details {
      font-family: "gothambook", sans-serif;
      background-color: #f5f5f5;
      padding: 20px 28px;
      height: 190px;
      color: #6d6e71; }
      .accessoryLanding .content .accessory .details .name {
        font-size: 24px;
        display: block;
        color: black;
        height: 115px;
        line-height: 25px; }
      .accessoryLanding .content .accessory .details .retailPrice {
        color: #00a9e0;
        font-size: 28px;
        line-height: 20px; }

/* The ribbons */
.corner-ribbon {
  width: 297px;
  position: absolute;
  top: 25px;
  left: -100px;
  text-align: center;
  line-height: 21px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  padding: 10px 0; }

/* Custom styles */
.corner-ribbon.sticky {
  position: fixed; }

.corner-ribbon.shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }

/* Different positions */
.corner-ribbon .top-left {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.corner-ribbon .top-right {
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.corner-ribbon .bottom-left {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.corner-ribbon .bottom-right {
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

@media (max-width: 767px) {
  .accessoryLanding {
    padding-right: 15px;
    padding-left: 15px; }
    .accessoryLanding .filterTitle {
      padding: 0 0 10px; }
    .accessoryLanding .showing {
      padding: 0 10px; }
    .accessoryLanding .filterSelect {
      padding: 0; }
      .accessoryLanding .filterSelect select {
        width: 100%;
        margin-bottom: 15px; }
      .accessoryLanding .filterSelect .btn-clear {
        height: inherit;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: inherit;
        text-align: center; }
    .accessoryLanding .content .accessory {
      width: 100%; } }

.accessoryLanding {
  /*.selectmarg {
    margin: 0 .45%;
}
.selectmargright {
    margin: 0 .45% 0 0;
}*/
  /* Large Devices, Wide Screens */
  /* Medium Devices, Desktops */
  /* Small Devices, Tablets */ }
  .accessoryLanding .editmode {
    margin: 20px 0;
    padding: 30px;
    background-color: #bbbdc0; }
  .accessoryLanding .waiting {
    padding-top: 50px;
    text-align: center;
    font-size: 22px;
    font-family: "gothambold", sans-serif; }
    .accessoryLanding .waiting img {
      margin-left: 20px; }
  .accessoryLanding .comparemsg {
    width: 100%;
    padding: 10px 15px; }
  .accessoryLanding .compareTitle {
    font-family: "gothammedium", sans-serif;
    color: #6d6e71;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .accessoryLanding .compareSelect {
    margin-left: 0; }
    .accessoryLanding .compareSelect select {
      width: 190px;
      height: 40px;
      padding-left: 10px;
      padding-right: 10px;
      font-family: "gothammedium", sans-serif;
      font-size: 14px;
      color: #6d6e71;
      font-weight: normal;
      border: 1px solid #bcbec0; }
      .accessoryLanding .compareSelect select:nth-child(-n+2) {
        margin-bottom: 10px; }
    .accessoryLanding .compareSelect .btn-clear {
      color: #6d6e71;
      background-color: #f5f5f5;
      border: solid 1px #bcbec0;
      font-family: "gothambook", sans-serif;
      padding: 6px 12px;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 2.5em;
      height: 50px;
      width: 190px;
      text-align: center;
      vertical-align: middle; }
      .accessoryLanding .compareSelect .btn-clear:hover, .accessoryLanding .compareSelect .btn-clear:focus, .accessoryLanding .compareSelect .btn-clear.focus, .accessoryLanding .compareSelect .btn-clear:active, .accessoryLanding .compareSelect .btn-clear.active {
        background-color: white;
        text-decoration: none;
        color: #b71234;
        cursor: pointer; }
    .accessoryLanding .compareSelect .open > .dropdown-toggle.btn-clear {
      background-color: white;
      text-decoration: none;
      color: #b71234;
      cursor: pointer; }
    .accessoryLanding .compareSelect .btn-clear:active, .accessoryLanding .compareSelect .btn-clear.active {
      background-image: none; }
    .accessoryLanding .compareSelect .open > .dropdown-toggle.btn-clear {
      background-image: none; }
    .accessoryLanding .compareSelect .btn-clear.disabled, .accessoryLanding .compareSelect .btn-clear[disabled] {
      background-color: #f6f6f6;
      border-color: #f6f6f6; }
    .accessoryLanding .compareSelect fieldset[disabled] .btn-clear {
      background-color: #f6f6f6;
      border-color: #f6f6f6; }
    .accessoryLanding .compareSelect .btn-clear.disabled:hover, .accessoryLanding .compareSelect .btn-clear[disabled]:hover {
      background-color: #f6f6f6;
      border-color: #f6f6f6; }
    .accessoryLanding .compareSelect fieldset[disabled] .btn-clear:hover {
      background-color: #f6f6f6;
      border-color: #f6f6f6; }
    .accessoryLanding .compareSelect .btn-clear.disabled:focus, .accessoryLanding .compareSelect .btn-clear[disabled]:focus {
      background-color: #f6f6f6;
      border-color: #f6f6f6; }
    .accessoryLanding .compareSelect fieldset[disabled] .btn-clear:focus {
      background-color: #f6f6f6;
      border-color: #f6f6f6; }
    .accessoryLanding .compareSelect .btn-clear.disabled.focus, .accessoryLanding .compareSelect .btn-clear[disabled].focus {
      background-color: #f6f6f6;
      border-color: #f6f6f6; }
    .accessoryLanding .compareSelect fieldset[disabled] .btn-clear.focus {
      background-color: #f6f6f6;
      border-color: #f6f6f6; }
    .accessoryLanding .compareSelect .btn-clear.disabled:active, .accessoryLanding .compareSelect .btn-clear[disabled]:active {
      background-color: #f6f6f6;
      border-color: #f6f6f6; }
    .accessoryLanding .compareSelect fieldset[disabled] .btn-clear:active {
      background-color: #f6f6f6;
      border-color: #f6f6f6; }
    .accessoryLanding .compareSelect .btn-clear.disabled.active, .accessoryLanding .compareSelect .btn-clear[disabled].active {
      background-color: #f6f6f6;
      border-color: #f6f6f6; }
    .accessoryLanding .compareSelect fieldset[disabled] .btn-clear.active {
      background-color: #f6f6f6;
      border-color: #f6f6f6; }
    .accessoryLanding .compareSelect .btn-clear .badge {
      color: #e74c3c;
      background-color: #ffffff; }
  .accessoryLanding .compareWrapper {
    height: 90px;
    border: solid 1px #bcbec0;
    padding: 10px; }
    .accessoryLanding .compareWrapper .compare {
      float: left;
      border-right: solid 1px #bcbec0;
      width: 144px;
      height: 70px;
      overflow: hidden; }
      .accessoryLanding .compareWrapper .compare.noBorder {
        border-right: none; }
      .accessoryLanding .compareWrapper .compare .compareImg {
        float: left;
        margin-right: 5px;
        margin-left: 10px; }
        .accessoryLanding .compareWrapper .compare .compareImg.noMargin {
          margin-left: 0; }
        .accessoryLanding .compareWrapper .compare .compareImg img {
          width: 39px;
          height: 67px; }
      .accessoryLanding .compareWrapper .compare .compareName {
        float: left;
        margin-right: 10px;
        width: 72px;
        height: 64px;
        line-height: 16px;
        font-family: "gothambook", sans-serif;
        font-size: 14px;
        color: #6d6e71;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden; }
      .accessoryLanding .compareWrapper .compare .compareClose {
        float: left;
        line-height: 10px;
        margin-left: 50%;
        margin-top: -61px; }
  .accessoryLanding .showing {
    color: #6d6e71;
    font-size: 14px;
    display: none;
    margin-bottom: 10px;
    margin-top: 10px; }
    .accessoryLanding .showing .filter {
      margin-right: 10px; }
      .accessoryLanding .showing .filter img {
        margin-left: 3px; }
  .accessoryLanding .btn-compare {
    float: right;
    padding: 5px;
    font-size: 14px;
    display: inline-block;
    width: 190px;
    line-height: 3.9rem;
    font-family: "gothammedium", sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    background-color: #f5f5f5;
    color: #6d6e71;
    border-right: solid 1px #bcbec0;
    border-left: solid 1px #bcbec0;
    border-bottom: solid 1px #bcbec0;
    text-align: center;
    margin-bottom: 10px; }
    .accessoryLanding .btn-compare:hover {
      background-color: white;
      color: #b81234;
      cursor: pointer; }
    .accessoryLanding .btn-compare.disabled:hover {
      background-color: #f5f5f5; }
  .accessoryLanding .smcolpad {
    padding-right: .45%;
    padding-left: 0; }
  .accessoryLanding .smcolpad:nth-child(3n+2), .accessoryLanding .smcolpad:nth-child(3n+3) {
    padding-left: .45%;
    padding-right: .45%; }
  .accessoryLanding .smcolpad:nth-child(3n+0) {
    padding-left: .45%;
    padding-right: 0; }
  .accessoryLanding .content .device {
    margin-bottom: .45%;
    margin-top: .45%;
    font-family: "gothammedium", sans-serif; }
    .accessoryLanding .content .device a:hover, .accessoryLanding .content .device a:focus {
      text-decoration: none; }
    .accessoryLanding .content .device .sash {
      position: absolute; }
    .accessoryLanding .content .device .deviceImage {
      margin: 15px auto;
      text-align: center; }
      .accessoryLanding .content .device .deviceImage img {
        height: 200px; }
    .accessoryLanding .content .device .details {
      background-color: #f5f5f5;
      padding: 20px 28px 57px 28px;
      color: #6d6e71;
      text-decoration: none; }
      .accessoryLanding .content .device .details .showprices {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: -5px; }
      .accessoryLanding .content .device .details .name {
        font-size: 24px;
        display: block;
        color: black;
        font-family: "gothambook", sans-serif;
        height: 54px;
        line-height: 25px; }
      .accessoryLanding .content .device .details .footer {
        font-size: 14px;
        text-align: left;
        color: #6d6e71;
        line-height: 17px; }
      .accessoryLanding .content .device .details .left {
        width: 48%;
        float: left;
        padding-right: 10px; }
        .accessoryLanding .content .device .details .left .price {
          font-size: 24px;
          line-height: 40px;
          color: #6d6e71; }
      .accessoryLanding .content .device .details .right {
        width: 48%;
        float: left; }
        .accessoryLanding .content .device .details .right .price {
          color: #00a9e0;
          font-size: 28px;
          line-height: 40px; }
          .accessoryLanding .content .device .details .right .price .footer {
            font-size: 14px;
            text-align: left; }
      .accessoryLanding .content .device .details .retailPrice {
        font-size: 12px;
        display: block; }
      .accessoryLanding .content .device .details .compare {
        font-size: 12px;
        text-transform: uppercase; }
        .accessoryLanding .content .device .details .compare input[type="checkbox"] {
          margin-right: 0;
          height: 16px;
          width: 16px; }
  .accessoryLanding .deviceborder {
    border: solid 1px #bcbec0;
    position: relative;
    overflow: hidden; }
  .accessoryLanding .catpagecheckbox input[type=checkbox] {
    visibility: hidden; }
  .accessoryLanding .catpagecheckbox {
    width: 18px;
    height: 18px;
    background: transparent;
    float: left;
    margin: 20px 10px 0 -4px;
    position: relative; }
  .accessoryLanding .catpagecheckbox label {
    cursor: pointer;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 4px;
    top: -4px;
    border: 2px solid #bcbec0;
    background: #FFF; }
  .accessoryLanding .catpagecheckbox label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #b81234;
    top: 2px;
    left: 2px; }
  .accessoryLanding .catpagecheckbox label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3; }
  .accessoryLanding .catpagecheckbox input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; }
  .accessoryLanding .catpagecheckbox input[type=checkbox]:checked + label {
    border: 2px solid #b81234 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; }
  .accessoryLanding input[type="radio"], .accessoryLanding input[type="checkbox"] {
    margin: 6px 10px 0 6px;
    margin-top: 1px \9;
    line-height: normal; }
  .accessoryLanding span.compareCopy {
    position: absolute;
    margin: -3.55px 0 0 22px;
    color: #6d6e71 !important; }
  @media only screen and (max-width: 1200px) {
    .accessoryLanding {
      /*all other select dropdowns*/ }
      .accessoryLanding .selectpad {
        padding-right: .45%;
        padding-left: .45%; }
      .accessoryLanding .btn-clear {
        margin-top: 4px; }
      .accessoryLanding .btn-compare {
        margin-top: 10px;
        margin-bottom: 20px;
        border-top: solid 1px #bcbec0; }
      .accessoryLanding .compareWrapper {
        height: auto !important; }
      .accessoryLanding .compareWrapper .compare {
        width: 50%; }
      .accessoryLanding .compareWrapper .compare:nth-child(2n+2) {
        border-right: none; }
      .accessoryLanding .selectpad:last-child {
        padding-left: .45%;
        padding-right: initial; }
      .accessoryLanding .selectpad:first-child {
        padding-right: .45%;
        padding-left: initial; } }
  @media (max-width: 1199) {
    .accessoryLanding .btn-clear {
      padding: 5px 5px !important;
      margin-top: 6px; } }
  @media (min-width: 768px) and (max-width: 1200px) {
    .accessoryLanding div.cs-skin-slide {
      width: 100%; }
    .accessoryLanding .btn-clear {
      padding: 0;
      padding-top: 0;
      text-align: center;
      margin-top: 0; } }
  @media only screen and (max-width: 1024) {
    .accessoryLanding {
      /*first select dropdown*/
      /*all other select dropdowns*/ }
      .accessoryLanding .selectpad:first-child {
        padding-right: 0;
        padding-left: 0; }
      .accessoryLanding .selectpad {
        padding-right: 0;
        padding-left: 0; }
      .accessoryLanding .content .device {
        margin-bottom: .25%;
        margin-top: .25%;
        font-family: "gothammedium", sans-serif; }
        .accessoryLanding .content .device a:hover, .accessoryLanding .content .device a:focus {
          text-decoration: none; }
        .accessoryLanding .content .device .sash {
          position: absolute; }
        .accessoryLanding .content .device .deviceImage {
          margin: 15px auto;
          text-align: center; }
          .accessoryLanding .content .device .deviceImage img {
            height: 200px; }
        .accessoryLanding .content .device .details {
          background-color: #f5f5f5;
          padding: 20px 28px 57px 28px;
          color: #6d6e71;
          text-decoration: none; }
          .accessoryLanding .content .device .details .name {
            font-size: 24px;
            display: block;
            color: black;
            font-family: "gothambook", sans-serif;
            height: 54px;
            line-height: 25px; }
          .accessoryLanding .content .device .details .footer {
            font-size: 14px;
            text-align: left;
            color: #6d6e71;
            line-height: 17px; }
          .accessoryLanding .content .device .details .left {
            width: 49.5%;
            float: left;
            padding-right: 1%; }
            .accessoryLanding .content .device .details .left .price {
              font-size: 24px;
              line-height: 40px;
              color: #6d6e71; }
          .accessoryLanding .content .device .details .right {
            width: 49.5%;
            float: left; }
            .accessoryLanding .content .device .details .right .price {
              color: #00a9e0;
              font-size: 28px;
              line-height: 40px; }
              .accessoryLanding .content .device .details .right .price .footer {
                font-size: 14px;
                text-align: left; }
          .accessoryLanding .content .device .details .retailPrice {
            font-size: 12px;
            display: block; }
          .accessoryLanding .content .device .details .compare {
            font-size: 12px;
            text-transform: uppercase; }
            .accessoryLanding .content .device .details .compare input[type="checkbox"] {
              margin-right: 0;
              height: 16px;
              width: 16px; } }
  @media only screen and (max-width: 992px) {
    .accessoryLanding .compareSelect select {
      width: 47.1%;
      margin-right: 1.7% !important; }
    .accessoryLanding .content .device .details {
      padding: 20px 20px 57px 20px; }
    .accessoryLanding .content .device {
      margin-bottom: 0.56%;
      margin-top: 1%; } }
  @media only screen and (max-width: 768px) {
    .accessoryLanding .smcolpad {
      padding-right: 0 !important;
      padding-left: 0 !important;
      padding-bottom: 8px; }
    .accessoryLanding .selectpad:first-child {
      padding-right: 0;
      padding-left: 0; }
    .accessoryLanding .selectpad {
      padding-right: 0;
      padding-left: 0; }
    .accessoryLanding .content .device .details {
      padding: 20px 28px 80px 28px; }
    .accessoryLanding .btn-clear {
      margin-bottom: 20px;
      margin-right: 2%;
      padding: 8px 5px !important; }
    .accessoryLanding .compareTitle {
      padding: 0 15px; }
    .accessoryLanding .showing {
      padding: 0 15px; }
    .accessoryLanding .compareSelect {
      padding: 0 15px; }
      .accessoryLanding .compareSelect select {
        width: 100%;
        margin-bottom: 10px; }
      .accessoryLanding .compareSelect .btn-clear {
        height: inherit;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: inherit;
        text-align: center; }
    .accessoryLanding .content .device {
      /*width: 100%;*/ }
      .accessoryLanding .content .device .details {
        padding: 20px 28px; }
        .accessoryLanding .content .device .details .name {
          font-size: 22px; }
        .accessoryLanding .content .device .details .left .price {
          font-size: 22px; }
        .accessoryLanding .content .device .details .right .price {
          font-size: 26px; }
        .accessoryLanding .content .device .details .footer {
          font-size: 12px; } }

.scratchPad {
  /* scroll fixes */ }
  .scratchPad .modal-open .modal {
    padding-left: 0px !important;
    padding-right: 0px !important;
    overflow-y: scroll; }
  .scratchPad .vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
    /* This makes sure that we can still click outside of the modal to close it */ }
  .scratchPad .vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none; }
  .scratchPad .modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    /*width:inherit;*/
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
    width: 602px;
    border-radius: 0px;
    box-shadow: none; }
  .scratchPad .modal-body {
    padding: 30px; }
    .scratchPad .modal-body h1 {
      margin: 0 0 30px;
      font-size: 24px;
      color: #bcbec0; }
    .scratchPad .modal-body p.subtitle {
      color: #bcbec0;
      margin: 30px 0 10px; }
    .scratchPad .modal-body .btn-change {
      height: 32px;
      width: 140px;
      margin: 0 10px;
      border: 1px solid #bcbec0;
      background-color: whitesmoke;
      color: #6d6e71;
      display: block;
      text-align: center;
      float: left; }
    .scratchPad .modal-body select {
      float: left;
      height: 32px;
      width: 320px; }
  .scratchPad .close-modal {
    position: absolute;
    right: 15px;
    top: 15px; }
  .scratchPad .modal-footer {
    padding: 0 30px 30px; }
  @media screen and (max-width: 830px) {
    .scratchPad .modal-content {
      width: 402px; }
    .scratchPad .modal-body {
      padding: 15px 35px 0; } }

.featureModule {
  height: 100%;
  min-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .featureModule .foverlay {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0; }
  .featureModule.sideSpacer {
    margin: 0 8px; }
  .featureModule.leftSideSpacer {
    margin: 0 0 0 8px; }
  .featureModule.rightSideSpacer {
    margin: 0 8px 0 0; }
  .featureModule.backred {
    background-color: #b71234; }
  .featureModule.backblue {
    background-color: #00a9e0; }
  .featureModule.backgcigray {
    background-color: #bbbdc0; }
  .featureModule.backwhite {
    background-color: white; }
  .featureModule.backdarkgrey {
    background-color: #6d6e71; }
  .featureModule.backdarkred {
    background-color: #831525; }
  .featureModule.backteal {
    background-color: #27bbb2; }
  .featureModule.backyellow {
    background-color: #ffcb08; }
  .featureModule.backwhitegraygrad {
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 12%, #b6b7b7 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(12%, #ffffff), color-stop(100%, #b6b7b7));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 12%, #b6b7b7 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 12%, #b6b7b7 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 12%, #b6b7b7 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 12%, #b6b7b7 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b6b7b7',GradientType=0 );
    /* IE6-9 */ }
  .featureModule .featureImage {
    text-align: center; }
    .featureModule .featureImage img {
      max-width: 100%; }
    .featureModule .featureImage.noPadding {
      padding: 0; }
      .featureModule .featureImage.noPadding img {
        width: 100%; }
  .featureModule .copyWrapper {
    position: relative;
    bottom: 0px;
    width: 100%; }
  .featureModule .copy {
    padding: 15px;
    text-align: center;
    z-index: 2;
    position: relative; }
    .featureModule .copy h2 {
      font-size: 30px;
      line-height: 30px;
      margin-top: 0;
      font-family: "gothammedium", sans-serif;
      text-transform: uppercase; }
      .featureModule .copy h2.BusinessHeading {
        font-family: "gothambook", sans-serif;
        font-size: 30px;
        line-height: 30px; }
    .featureModule .copy .featureCopy {
      line-height: 18px; }
      .featureModule .copy .featureCopy.BusinessCopy {
        font-family: "gothambook", sans-serif;
        font-size: 16px; }
      .featureModule .copy .featureCopy.narrowCopy {
        margin: 0 60px; }
  .featureModule .iconImage img {
    padding: 5px 0 20px; }
  .featureModule .copyleft {
    text-align: left; }
  .featureModule .featureLink {
    z-index: 2;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 0 15px 15px 15px; }
    .featureModule .featureLink a {
      text-transform: uppercase; }
  .featureModule.backgroundImage {
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center; }
    .featureModule.backgroundImage .copy {
      min-height: 265px; }
    .featureModule.backgroundImage .copyleft {
      text-align: left; }
    .featureModule.backgroundImage .featureImage {
      display: none; }
    @media only screen and (max-width: 768px) {
      .featureModule.backgroundImage .copy {
        min-height: 100%; } }
  @media only screen and (max-width: 768px) {
    .featureModule .copy {
      min-height: 100%; }
    .featureModule .featureLink {
      z-index: 2;
      position: relative; }
    .featureModule .copyWrapper {
      position: relative; } }
  @media only screen and (min-width: 768px) and (max-width: 1100px) {
    .featureModule .copyWrapper {
      position: relative; }
    .featureModule .copy h2 {
      line-height: 26px;
      font-size: 25px; } }
  .featureModule .overlay {
    width: 100%;
    height: 321px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    pointer-events: none;
    padding: 0; }
    .featureModule .overlay.short {
      height: 323px; }
    .featureModule .overlay.overlayred {
      background-color: #b71234; }
    .featureModule .overlay.overlayteal {
      background-color: #27bbb2; }
    .featureModule .overlay.overlaydarkgray {
      background-color: #6d6e71; }
    .featureModule .overlay.overlayblack {
      background-color: black;
      opacity: 0.7; }
    .featureModule .overlay.overlayblue {
      background-color: #00a9e0; }

.featureModuleShort {
  padding: 0 15px; }
  .featureModuleShort.backred {
    background-color: #b71234; }
  .featureModuleShort.backblue {
    background-color: #00a9e0; }
  .featureModuleShort.backwhite {
    background-color: white; }
  .featureModuleShort.backdarkgrey {
    background-color: #6d6e71; }
  .featureModuleShort.backwhitegraygrad {
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 12%, #b6b7b7 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(12%, #ffffff), color-stop(100%, #b6b7b7));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 12%, #b6b7b7 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 12%, #b6b7b7 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 12%, #b6b7b7 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 12%, #b6b7b7 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b6b7b7',GradientType=0 );
    /* IE6-9 */ }
  .featureModuleShort .copy {
    float: left;
    width: 66%; }
    .featureModuleShort .copy h2 {
      margin-bottom: 10px;
      font-family: 'gothambold'; }
    .featureModuleShort .copy .featureCopy {
      min-height: 83px;
      font-family: 'gothammedium'; }
  .featureModuleShort .copyleft {
    text-align: left; }
  .featureModuleShort .featureImage {
    float: right;
    width: 33%; }
  .featureModuleShort .featureLink {
    float: left; }
  .featureModuleShort .btn-userdefined {
    margin: inherit; }

.featureModuleEdit {
  padding: 25px; }

.overlayFeatureModule {
  position: relative;
  min-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .overlayFeatureModule .featureImage {
    display: none; }
    .overlayFeatureModule .featureImage.show {
      display: block; }
  .overlayFeatureModule .ofoverlay {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0; }
  .overlayFeatureModule .overlayFeatureContent {
    position: absolute;
    bottom: 0;
    width: 100%; }
    .overlayFeatureModule .overlayFeatureContent .copy {
      min-height: 125px; }

@media (max-width: 768px) {
  .overlayFeatureModule.backgroundImage {
    background-image: none !important; }
    .overlayFeatureModule.backgroundImage .featureImage {
      display: block;
      max-width: 100%;
      padding: 0; }
      .overlayFeatureModule.backgroundImage .featureImage img {
        width: 100%; } }

@media screen and (max-width: 600px) {
  .overlayFeatureModule .overlayFeatureContent {
    position: relative; }
  .overlayFeatureModule.backgroundImage {
    background-image: none !important; }
    .overlayFeatureModule.backgroundImage .featureImage {
      display: block;
      max-width: 100%;
      padding: 0; } }

.dropcontainer {
  position: relative;
  font-size: 14px;
  color: #6d6e71; }

.trigger {
  color: #6d6e71;
  padding: 10px;
  font-size: 14px;
  width: 190px;
  background: #fff url(/images/select-arrow-open.png) 98% center no-repeat;
  display: block;
  border: 1px solid #bcbec0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: "gothammedium", sans-serif;
  float: left;
  margin: 0 10px 10px 0; }

.trigger:hover {
  color: #6d6e71;
  background: #fff url(/images/select-arrow-open.png) 98% center no-repeat;
  text-decoration: none; }

.activetrigger {
  color: #6d6e71;
  padding: 10px;
  font-size: 14px;
  width: 190px;
  background: #fff url(/images/select-arrow-close.png) 98% center no-repeat;
  display: block;
  border: 1px solid #bcbec0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0 10px 10px 0; }

.activetrigger:hover, .activetrigger:focus {
  background: #fff url(/images/select-arrow-close.png) 98% center no-repeat;
  color: #6d6e71;
  text-decoration: none;
  margin: 0 10px 10px 0;
  border: 1px solid #bcbec0;
  text-decoration: none;
  font-family: "gothammedium", sans-serif;
  font-size: 14px; }

.activetrigger:active {
  background: #fff url(/images/select-arrow-close.png) 98% center no-repeat;
  color: #6d6e71;
  text-decoration: none;
  font-size: 14px; }

.dropcontainer ul {
  font-size: 14px;
  border: 1px solid #bcbec0;
  border-top: none;
  background: #fff;
  list-style-type: none;
  padding: 10px;
  margin: 0;
  width: 190px;
  float: left;
  position: absolute;
  z-index: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 44px; }

.dropcontainer ul li {
  padding: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.dropcontainer ul li:hover {
  background: #f5f5f5;
  outline: none;
  text-decoration: none; }

.dropcontainer ul li:first-child {
  display: none; }

.dropcontainer ul li:last-child {
  border-bottom: none; }

.dropdownhidden {
  display: none; }

.dropdownvisible {
  height: auto; }

.dropdownvisible a {
  text-decoration: none; }

.multiLineComponent {
  margin-bottom: 20px; }
  .multiLineComponent.backdarkred {
    background-color: #831525; }
  .multiLineComponent.backteal {
    background-color: #27bbb2; }
  .multiLineComponent.backyellow {
    background-color: #ffcb08; }
  .multiLineComponent .headline {
    font-size: 21px;
    line-height: 22px;
    font-family: "gothambook", sans-serif;
    color: black;
    margin-bottom: 20px;
    margin-top: 20px; }
  .multiLineComponent .subheadline, .multiLineComponent p {
    font-size: 14px;
    line-height: 18px;
    font-family: "gothambook", sans-serif;
    color: black; }
  .multiLineComponent ul {
    padding-left: 18px; }
  .multiLineComponent li {
    font-size: 14px;
    line-height: 18px;
    font-family: "gothambook", sans-serif;
    color: black; }
  .multiLineComponent.circle ul li {
    list-style-type: circle; }
  .multiLineComponent.decimal ul li {
    list-style-type: decimal; }
  .multiLineComponent.disc ul li {
    list-style-type: disc; }
  .multiLineComponent.chevron ul {
    padding-left: 0;
    list-style: none; }
    .multiLineComponent.chevron ul li:before {
      content: "\00BB \0020"; }
  .multiLineComponent.square ul li {
    list-style-type: square; }
  .multiLineComponent.arrow ul li {
    list-style-image: url("/images/arrow-closed.png"); }
  .multiLineComponent.none ul li {
    list-style-type: none; }

.keyValueComponent {
  color: black;
  font-size: 14px;
  line-height: 18px;
  font-family: "gothammedium", sans-serif; }
  .keyValueComponent.vimeorowcol {
    padding: 20px; }
  .keyValueComponent h2 {
    font-size: 20px;
    line-height: 22px;
    font-family: "gothammedium", sans-serif;
    color: black;
    margin-top: 0;
    text-transform: uppercase; }
  .keyValueComponent h3 {
    font-size: 15px;
    line-height: 17px;
    font-family: "gothambook", sans-serif;
    color: black; }
  .keyValueComponent .key {
    font-family: "gothambold", sans-serif;
    margin-right: 5px;
    display: inline-block; }
  .keyValueComponent .value {
    display: inline-block; }
  .keyValueComponent table {
    font-size: 15px;
    line-height: 17px;
    font-family: "gothambook", sans-serif;
    width: 100%; }
    .keyValueComponent table tr {
      border-bottom: solid 1px black; }
      .keyValueComponent table tr:last-child {
        border-bottom: none; }
      .keyValueComponent table tr td {
        width: 50%;
        padding: 4px; }
    .keyValueComponent table.Bold tr:first-child {
      font-family: "gothammedium", sans-serif;
      border-bottom: none; }
  .keyValueComponent.Totals h2 {
    color: #6d6e71; }
  .keyValueComponent.Totals h3 {
    color: #6d6e71; }
  .keyValueComponent.Totals table td:first-child {
    width: 75%;
    color: #6d6e71;
    font-family: "gothambook", sans-serif;
    font-size: 20px;
    line-height: 22px; }
  .keyValueComponent.Totals table td:last-child {
    color: #00a9e0;
    font-family: "gothambold", sans-serif;
    text-align: right;
    padding-right: 5px;
    font-size: 20px;
    line-height: 22px; }
  .keyValueComponent.Totals table tr:nth-last-of-type(-n+2) {
    border-bottom: none; }
  .keyValueComponent.Totals table tr:last-child {
    height: 55px; }

.keyValueComponentEdit {
  display: inline-block;
  margin-right: 30px; }
  .keyValueComponentEdit .key {
    font-weight: bold; }

.wirelessAvailability,
.phonePlanAvailability {
  margin: 10px 0; }
  .wirelessAvailability a.prefix,
  .phonePlanAvailability a.prefix {
    font-size: 14px;
    line-height: 18px;
    font-family: "gothammedium", sans-serif;
    color: #b71234; }

#WirelessAvailabilityModal .modal,
#PhonePlanAvailabilityModal .modal {
  top: 5%; }

#WirelessAvailabilityModal .modal-header,
#PhonePlanAvailabilityModal .modal-header {
  border-bottom: 0px; }

#WirelessAvailabilityModal .modal-backdrop,
#PhonePlanAvailabilityModal .modal-backdrop {
  z-index: 0; }

#WirelessAvailabilityModal .modal-dialog,
#PhonePlanAvailabilityModal .modal-dialog {
  top: 10%; }

#WirelessAvailabilityModal .modal-content,
#PhonePlanAvailabilityModal .modal-content {
  overflow: hidden; }

#WirelessAvailabilityModal .close-modal,
#PhonePlanAvailabilityModal .close-modal {
  position: absolute;
  right: 15px;
  top: 15px;
  line-height: 1; }

#WirelessAvailabilityModal .modal-body,
#PhonePlanAvailabilityModal .modal-body {
  max-height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  padding: 0px 7px 0px 15px;
  margin-bottom: 15px;
  margin-top: 50px; }

#WirelessAvailabilityModal table,
#PhonePlanAvailabilityModal table {
  border: solid 1px #fff;
  text-transform: capitalize;
  height: 100%;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  font-family: "gothammedium", sans-serif; }

#WirelessAvailabilityModal td, #WirelessAvailabilityModal th,
#PhonePlanAvailabilityModal td,
#PhonePlanAvailabilityModal th {
  padding: 7px; }

#WirelessAvailabilityModal th,
#PhonePlanAvailabilityModal th {
  background-color: #831525;
  color: white; }

#WirelessAvailabilityModal td.check,
#PhonePlanAvailabilityModal td.check {
  text-align: center; }

#WirelessAvailabilityModal tr,
#PhonePlanAvailabilityModal tr {
  background-color: #bbbdc0;
  color: black; }
  #WirelessAvailabilityModal tr:nth-child(even),
  #PhonePlanAvailabilityModal tr:nth-child(even) {
    background-color: white; }
  #WirelessAvailabilityModal tr.prefix,
  #PhonePlanAvailabilityModal tr.prefix {
    background-color: #6d6e71; }
    #WirelessAvailabilityModal tr.prefix a,
    #PhonePlanAvailabilityModal tr.prefix a {
      color: white;
      text-decoration: none; }

#WirelessAvailabilityModal td + td,
#WirelessAvailabilityModal th + th,
#PhonePlanAvailabilityModal td + td,
#PhonePlanAvailabilityModal th + th {
  border-left: 1px solid white; }

#WirelessAvailabilityModal tr + tr,
#PhonePlanAvailabilityModal tr + tr {
  border-top: 1px solid white; }

.zipContainer {
  border-bottom: 1px solid #bcbec0;
  padding: 15px 0;
  margin-bottom: 15px; }
  .zipContainer input[type="text"] {
    width: 95%;
    padding: 6px;
    margin: 0 10px;
    border: 1px solid #6d6e71; }

.wirelessPlanBuilder {
  /* hover style just for information */
  /* plan builder*/
  /*.devices div {
        overflow: visible !important;
    }*/ }
  .wirelessPlanBuilder .unbeatableSmallPrint, .wirelessPlanBuilder .exploreSmallPrint, .wirelessPlanBuilder .peakSmallPrint {
    font-size: 13px;
    padding: 30px 0 0;
    line-height: 20px;
    display: none;
    margin: 0 0 0 60px; }
  .wirelessPlanBuilder .wirelessplanBcheckbox {
    width: 18px;
    height: 18px;
    background: transparent;
    float: left;
    margin: 14px 10px 0 -4px;
    position: relative; }
    .wirelessPlanBuilder .wirelessplanBcheckbox input[type=checkbox] {
      visibility: hidden;
      margin: 6px 10px 0 6px;
      margin-top: 1px \9;
      line-height: normal; }
    .wirelessPlanBuilder .wirelessplanBcheckbox label {
      cursor: pointer;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 4px;
      top: -4px;
      border: 2px solid #bcbec0;
      background: #FFF; }
      .wirelessPlanBuilder .wirelessplanBcheckbox label:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        background: #b81234;
        top: 2px;
        left: 2px; }
      .wirelessPlanBuilder .wirelessplanBcheckbox label:hover::after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        filter: alpha(opacity=30);
        opacity: 0.3; }
    .wirelessPlanBuilder .wirelessplanBcheckbox span.wirelessplanBCopy {
      position: absolute;
      margin: -8.55px 0 0 28px;
      color: #6d6e71 !important; }
    .wirelessPlanBuilder .wirelessplanBcheckbox input[type=checkbox]:checked + label {
      border: 2px solid #b81234 !important;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      opacity: 1; }
      .wirelessPlanBuilder .wirelessplanBcheckbox input[type=checkbox]:checked + label:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1; }
    .wirelessPlanBuilder .wirelessplanBcheckbox input[type="radio"] {
      margin: 6px 10px 0 6px;
      margin-top: 1px \9;
      line-height: normal; }
  .wirelessPlanBuilder .cs-skin-slide.cs-active::before {
    height: 143px;
    width: 230px;
    border: 1px solid #aba9a9;
    top: -51px;
    left: -1px;
    opacity: .98;
    -moz-box-shadow: 0 0 2px #c9c9c9;
    -webkit-box-shadow: 0 0 2px #c9c9c9;
    box-shadow: 0 0 2px #c9c9c9; }
  .wirelessPlanBuilder .plan-summary {
    background: whitesmoke;
    padding: 30px;
    border: 1px solid #bcbec0;
    overflow: hidden; }
    .wirelessPlanBuilder .plan-summary span {
      float: right; }
    .wirelessPlanBuilder .plan-summary p {
      float: left; }
  .wirelessPlanBuilder .build-plan {
    padding-right: 20px; }
    .wirelessPlanBuilder .build-plan .header-holder {
      width: 100%;
      display: block;
      position: relative; }
      .wirelessPlanBuilder .build-plan .header-holder .number {
        height: 30px;
        width: 30px;
        line-height: 30px;
        font-size: 20px;
        color: white;
        background-color: #6d6e71;
        border-radius: 15px;
        display: block;
        padding: 0 10px;
        float: left;
        margin: 15px; }
      .wirelessPlanBuilder .build-plan .header-holder h1 {
        float: left;
        margin-top: 0;
        line-height: 30px;
        font-size: 24px;
        margin: 0 auto;
        color: #6d6e71;
        text-transform: uppercase;
        position: absolute;
        left: 60px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        .wirelessPlanBuilder .build-plan .header-holder h1.business {
          float: none;
          position: inherit;
          left: inherit;
          top: inherit;
          -webkit-transform: inherit;
          -moz-transform: inherit;
          -ms-transform: inherit;
          -o-transform: inherit;
          transform: inherit; }
    .wirelessPlanBuilder .build-plan div {
      clear: both;
      overflow: hidden; }
    .wirelessPlanBuilder .build-plan .plan-select, .wirelessPlanBuilder .build-plan .data-amount, .wirelessPlanBuilder .build-plan .plans, .wirelessPlanBuilder .build-plan .add-on-data, .wirelessPlanBuilder .build-plan .devices, .wirelessPlanBuilder .build-plan .unbeatable-data, .wirelessPlanBuilder .build-plan .unbeatable-device-holder, .wirelessPlanBuilder .build-plan .explore-device-holder, .wirelessPlanBuilder .build-plan .peak-device-holder {
      border-bottom: 1px solid #bcbec0;
      padding-bottom: 30px;
      margin-bottom: 15px; }
    .wirelessPlanBuilder .build-plan img {
      float: left; }
  .wirelessPlanBuilder .plans p, .wirelessPlanBuilder .data-amount p, .wirelessPlanBuilder .devices p, .wirelessPlanBuilder .unbeatable-data p {
    float: left;
    clear: both;
    margin-left: 60px;
    font-family: "gothambook", sans-serif; }
  .wirelessPlanBuilder .devices p {
    margin-bottom: 0 !important; }
  .wirelessPlanBuilder .data-amount p:first-of-type {
    max-width: 630px; }
  .wirelessPlanBuilder .plan-select .hideplans {
    margin-left: 50px; }
  .wirelessPlanBuilder .plan-select .hideplans a {
    display: block;
    float: left; }
    .wirelessPlanBuilder .plan-select .hideplans a div {
      width: 291px;
      height: 86px;
      background-color: whitesmoke;
      background-repeat: no-repeat;
      border: 2px solid #bcbec0;
      background-position: bottom center;
      margin: 20px 10px 0 60px; }
  .wirelessPlanBuilder .plan-select .simply-share div {
    background-image: url("/images/NoWorries.png"); }
  .wirelessPlanBuilder .plan-select .fast-phone div {
    background-image: url("/images/fastPhone.png"); }
  .wirelessPlanBuilder .plan-select .unbeatable div {
    background-image: url("/images/unbeatable.png"); }
  .wirelessPlanBuilder .plan-select .explore div {
    background-image: url("/images/explore.png"); }
  .wirelessPlanBuilder .plan-select .peak div {
    background-image: url("/images/peak.png"); }
  .wirelessPlanBuilder .plan-select a.selected div, .wirelessPlanBuilder .plan-select a:hover div {
    background-position: top center;
    background-color: white;
    border-color: #b71234; }
  .wirelessPlanBuilder .plan-holder, .wirelessPlanBuilder .data-size-holder, .wirelessPlanBuilder .unbeatable-data-holder {
    margin: 25px 80px; }
  .wirelessPlanBuilder .plan div, .wirelessPlanBuilder .data-size div {
    width: 90px;
    height: 90px;
    background-color: whitesmoke;
    border: 2px solid #bcbec0;
    margin: 0 10px 10px 0;
    padding: 22px 0;
    float: left;
    clear: none !important;
    overflow: visible; }
  .wirelessPlanBuilder .plan div {
    width: 166px;
    height: 266px; }
  .wirelessPlanBuilder .plan :last-child div {
    margin-right: 0; }
  .wirelessPlanBuilder .plan .gb {
    font-size: 22px;
    line-height: 1.2;
    font-family: "gothambold", sans-serif;
    font-weight: bold;
    color: #bcbec0;
    width: 100%;
    text-align: center;
    margin: 0;
    display: block; }
  .wirelessPlanBuilder .data-size .gb {
    font-size: 22px;
    line-height: 1.2;
    font-family: "gothambold", sans-serif;
    font-weight: bold;
    color: #bcbec0;
    width: 100%;
    text-align: center;
    margin: 0;
    display: block; }
  .wirelessPlanBuilder .data-size .cost {
    font-size: 14px;
    line-height: 1.2;
    font-family: "gothammedium", sans-serif;
    color: #bcbec0;
    clear: both;
    width: 100%;
    text-align: center;
    margin: 0; }
  .wirelessPlanBuilder .data-size.selected div, .wirelessPlanBuilder .data-size:hover div {
    background-color: white;
    border-color: #b71234; }
  .wirelessPlanBuilder .data-size.selected .gb, .wirelessPlanBuilder .data-size:hover .gb {
    color: #00a9e0; }
  .wirelessPlanBuilder .data-size.selected .cost, .wirelessPlanBuilder .data-size:hover .cost {
    color: #6d6e71; }
  .wirelessPlanBuilder .data-size:last-child div {
    margin-right: 0; }
  .wirelessPlanBuilder .device {
    margin-bottom: 10px;
    position: relative;
    overflow: visible !important;
    padding: 10px 0; }
    .wirelessPlanBuilder .device h4 {
      width: 100%;
      display: none;
      color: #6d6e71 !important;
      font-family: "gothammedium", sans-serif;
      font-size: 18px; }
    .wirelessPlanBuilder .device .cs-select {
      max-width: 230px;
      width: 230px; }
    .wirelessPlanBuilder .device .rm-device {
      position: absolute;
      top: 15px;
      right: 10px; }
    .wirelessPlanBuilder .device:first-child .type h4, .wirelessPlanBuilder .device:first-child .coverage h4, .wirelessPlanBuilder .device:first-child .cost h4 {
      display: block;
      text-transform: uppercase; }
    .wirelessPlanBuilder .device:first-child .rm-device {
      top: 55px; }
    .wirelessPlanBuilder .device .type, .wirelessPlanBuilder .device .coverage {
      float: left;
      width: 40%;
      clear: none; }
    .wirelessPlanBuilder .device .type select {
      width: 70%;
      height: 30px; }
    .wirelessPlanBuilder .device .coverage span, .wirelessPlanBuilder .device .type select option {
      line-height: 30px;
      font-size: 15px;
      font-family: "gothambook", sans-serif;
      color: #6d6e71; }
    .wirelessPlanBuilder .device .cost {
      width: 20%;
      line-height: 30px;
      color: #00a9e0;
      font-size: 18px;
      font-family: "gothambold", sans-serif;
      clear: none;
      float: left; }
    .wirelessPlanBuilder .device .alert {
      padding: 5px;
      float: right;
      margin-bottom: -5px; }
  .wirelessPlanBuilder .add-device {
    margin-top: 20px; }
    .wirelessPlanBuilder .add-device .type {
      float: left;
      width: 40%;
      clear: none; }
    .wirelessPlanBuilder .add-device p {
      width: 60%;
      float: right;
      clear: none;
      margin: 15px 0 0 0;
      font-style: italic; }
  .wirelessPlanBuilder .add-devices, .wirelessPlanBuilder .add-unbeatable-devices, .wirelessPlanBuilder .unbeatable-header-copy {
    margin: 20px 0 0 60px; }
  .wirelessPlanBuilder .device-add-button {
    width: 230px;
    border: 1px solid #bcbec0;
    text-decoration: none !important;
    display: block;
    text-align: center;
    color: #6d6e71;
    font: 15px/40px "gothambook", sans-serif;
    background: whitesmoke;
    margin-top: 20px;
    text-transform: uppercase; }
    .wirelessPlanBuilder .device-add-button.disabled {
      color: #bcbec0; }
  .wirelessPlanBuilder .add-on-data p, .wirelessPlanBuilder .add-data {
    margin-left: 60px; }
  .wirelessPlanBuilder .select {
    margin-left: 60px; }
    .wirelessPlanBuilder .select .btn-holder {
      width: 40%;
      float: left; }
    .wirelessPlanBuilder .select p {
      float: left;
      line-height: 40px;
      left: 40%;
      font-family: "gothammedium", sans-serif; }
  .wirelessPlanBuilder .plan-summary .btn-red,
  .wirelessPlanBuilder .build-plan .btn-red,
  .wirelessPlanBuilder .plan-summary .hubyellowbtn,
  .wirelessPlanBuilder .build-plan .hubyellowbtn {
    width: 230px;
    line-height: 40px;
    display: block;
    text-align: center;
    text-transform: uppercase; }
  .wirelessPlanBuilder .plan-summary h1, .wirelessPlanBuilder #myModal .selection h1 {
    margin-top: 0;
    font-family: "gothammedium", sans-serif;
    font-size: 24px;
    color: #6d6e71;
    text-transform: uppercase; }
  .wirelessPlanBuilder .plan-summary h4, .wirelessPlanBuilder #myModal .selection h4 {
    float: left;
    clear: both;
    font-family: "gothammedium", sans-serif;
    font-size: 18px;
    color: #6d6e71; }
  .wirelessPlanBuilder .plan-summary span, .wirelessPlanBuilder #myModal .selection span {
    width: 23%;
    float: left;
    clear: none;
    color: #00a9e0;
    font-family: "gothambook", sans-serif;
    font-size: 15px;
    text-align: right; }
    .wirelessPlanBuilder .plan-summary span.discount, .wirelessPlanBuilder #myModal .selection span.discount {
      color: black;
      font-weight: bold; }
    .wirelessPlanBuilder .plan-summary span.total, .wirelessPlanBuilder #myModal .selection span.total {
      font-family: "gothambold", sans-serif;
      margin-top: 10px; }
  .wirelessPlanBuilder .plan-summary p, .wirelessPlanBuilder #myModal .selection p {
    width: 77%;
    float: left;
    clear: both;
    color: #6d6e71;
    font-family: "gothambook", sans-serif;
    font-size: 15px;
    margin-bottom: 0; }
    .wirelessPlanBuilder .plan-summary p:last-child, .wirelessPlanBuilder #myModal .selection p:last-child {
      width: 100%;
      font-style: italic;
      margin-top: 20px; }
    .wirelessPlanBuilder .plan-summary p.total, .wirelessPlanBuilder #myModal .selection p.total {
      font-family: "gothambold", sans-serif;
      margin-top: 10px; }
  .wirelessPlanBuilder .plan-summary .plan-footer, .wirelessPlanBuilder #myModal .selection .plan-footer {
    float: left; }
    .wirelessPlanBuilder .plan-summary .plan-footer .disclamer, .wirelessPlanBuilder #myModal .selection .plan-footer .disclamer {
      float: left; }
    .wirelessPlanBuilder .plan-summary .plan-footer p, .wirelessPlanBuilder #myModal .selection .plan-footer p {
      width: 100%; }
      .wirelessPlanBuilder .plan-summary .plan-footer p:last-child, .wirelessPlanBuilder #myModal .selection .plan-footer p:last-child {
        width: 100%;
        font-style: italic;
        margin-top: 20px; }
  .wirelessPlanBuilder .plan-summary .btn-red, .wirelessPlanBuilder .plan-summary .hubyellowbtn, .wirelessPlanBuilder #myModal .selection .btn-red, .wirelessPlanBuilder #myModal .selection .hubyellowbtn {
    margin: 20px 0 10px; }
  .wirelessPlanBuilder #myModal #ModalFastPhone h4 {
    float: none; }
  .wirelessPlanBuilder #myModal #ModalFastPhone #ModalFastPhoneData {
    margin-top: 10px; }
    .wirelessPlanBuilder #myModal #ModalFastPhone #ModalFastPhoneData h5 {
      float: right;
      font-family: "gothammedium", sans-serif;
      font-size: 18px;
      color: #6d6e71; }
      .wirelessPlanBuilder #myModal #ModalFastPhone #ModalFastPhoneData h5:first-child {
        float: left; }
    .wirelessPlanBuilder #myModal #ModalFastPhone #ModalFastPhoneData p {
      clear: both; }
    .wirelessPlanBuilder #myModal #ModalFastPhone #ModalFastPhoneData span {
      float: left;
      text-align: right; }
  .wirelessPlanBuilder #myModal #ModalFastPhone #ModalFastPhonePlan {
    border: 2px solid #b71234;
    padding: 10px; }
    .wirelessPlanBuilder #myModal #ModalFastPhone #ModalFastPhonePlan h4 {
      float: none; }
    .wirelessPlanBuilder #myModal #ModalFastPhone #ModalFastPhonePlan h5 {
      font-size: 15px;
      font-family: "gothammedium", sans-serif;
      color: #6d6e71; }
      .wirelessPlanBuilder #myModal #ModalFastPhone #ModalFastPhonePlan h5.cost {
        width: 100%;
        font-family: "gothambold", sans-serif;
        font-size: 28px;
        color: #00a9e0;
        text-align: center; }
    .wirelessPlanBuilder #myModal #ModalFastPhone #ModalFastPhonePlan span.days {
      text-align: center;
      color: black;
      font-size: 14px;
      line-height: 1.2;
      font-weight: bold;
      width: 100%;
      display: block;
      margin-bottom: 10px; }
    .wirelessPlanBuilder #myModal #ModalFastPhone #ModalFastPhonePlan hr {
      margin-top: 5px;
      margin-bottom: 5px; }
  .wirelessPlanBuilder #myModal #ModalFastPhone span {
    float: none; }
  .wirelessPlanBuilder #myModal #ModalFastPhone p {
    width: 74%; }
  .wirelessPlanBuilder #myModal .btn-red, .wirelessPlanBuilder #myModal .hubyellowbtn {
    margin: 20px auto 10px; }
  .wirelessPlanBuilder #ModalSimplyShare p {
    width: 75%; }
  .wirelessPlanBuilder .add-on-data p {
    float: left;
    clear: both; }
  .wirelessPlanBuilder .add-on-data h4, .wirelessPlanBuilder .add-data div {
    width: 40%;
    float: left; }
  .wirelessPlanBuilder .add-on-data h4:last-of-type, .wirelessPlanBuilder .add-data .cost {
    width: 60%;
    float: left; }
  .wirelessPlanBuilder .add-data .wirelessplanBcheckbox {
    margin: 6px 0; }
    .wirelessPlanBuilder .add-data .wirelessplanBcheckbox label {
      top: 1px; }
    .wirelessPlanBuilder .add-data .wirelessplanBcheckbox span.wirelessplanBCopy {
      line-height: 18px;
      margin: -3.55px 0 0 28px; }
  .wirelessPlanBuilder .add-data .cost {
    color: #00a9e0;
    font-family: "gothambold", sans-serif;
    font-size: 18px; }
  .wirelessPlanBuilder .plan-holder .plan h5 {
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
    margin: 0;
    color: #bcbec0;
    width: 100%; }
  .wirelessPlanBuilder .plan-summary-fast-phone .selected-plan div h5.cost {
    font-size: 28px;
    line-height: 1.2;
    text-align: center;
    margin: 0;
    width: 100%; }
  .wirelessPlanBuilder .plan-summary-fast-phone .selected-plan hr, .wirelessPlanBuilder .plan-holder .plan hr {
    margin: 5px 0; }
  .wirelessPlanBuilder .plan-summary-fast-phone .selected-plan p, .wirelessPlanBuilder .plan-holder .plan p {
    font-size: 14px;
    line-height: 1.2;
    margin: 5px 0 0;
    float: left;
    clear: both;
    color: #bcbec0; }
  .wirelessPlanBuilder .plan-summary-fast-phone .selected-plan span, .wirelessPlanBuilder .plan-holder .plan span {
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    float: left;
    clear: both;
    color: #bcbec0;
    text-align: left; }
  .wirelessPlanBuilder .plan-summary-simply-share-wrapper span {
    text-align: right; }
  .wirelessPlanBuilder .plan-summary-fast-phone .selected-plan span:first-of-type {
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    display: block;
    float: none; }
  .wirelessPlanBuilder .plan-holder .plan span:first-of-type {
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    display: block;
    float: none; }
  .wirelessPlanBuilder .plan-holder .plan div {
    padding: 10px; }
  .wirelessPlanBuilder .plan-holder .plan.selected div, .wirelessPlanBuilder .plan-holder .plan:hover div {
    background-color: white;
    border-color: #b71234; }
  .wirelessPlanBuilder .plan-holder .plan.selected h5, .wirelessPlanBuilder .plan-holder .plan:hover h5 {
    color: #00a9e0; }
  .wirelessPlanBuilder .plan-holder .plan.selected span, .wirelessPlanBuilder .plan-holder .plan.selected p, .wirelessPlanBuilder .plan-holder .plan:hover span, .wirelessPlanBuilder .plan-holder .plan:hover p {
    color: #6d6e71; }
  .wirelessPlanBuilder .plan-summary-fast-phone h5 {
    width: 50%;
    font-size: 15px;
    font-family: "gothammedium", sans-serif;
    color: #6d6e71;
    float: left;
    clear: both; }
    .wirelessPlanBuilder .plan-summary-fast-phone h5:last-of-type {
      width: 50%;
      float: left;
      clear: right; }
  .wirelessPlanBuilder .plan-summary-fast-phone .selected-plan div {
    background-color: white;
    border-color: #b71234;
    width: 230px;
    float: none;
    background-color: white;
    border: 2px solid #b71234;
    padding: 10px;
    float: left;
    clear: both; }
    .wirelessPlanBuilder .plan-summary-fast-phone .selected-plan div span, .wirelessPlanBuilder .plan-summary-fast-phone .selected-plan div p {
      width: 100%;
      color: #6d6e71;
      font-size: 18px; }
  .wirelessPlanBuilder .plan-summary-fast-phone .selected-plan h5 {
    color: #00a9e0;
    font-size: 28px; }
  .wirelessPlanBuilder .plan-summary-fast-phone .final-data-amount {
    width: 50%;
    float: left;
    font-family: "gothammedium", sans-serif;
    font-size: 18px;
    color: #6d6e71; }
  .wirelessPlanBuilder .plan-summary-fast-phone .final-data-cost {
    width: 50%;
    float: left;
    font-family: "gothambold", sans-serif;
    font-size: 18px;
    color: #00a9e0; }
  .wirelessPlanBuilder .data-size-mobile, .wirelessPlanBuilder .unbeatable-mobile {
    display: none;
    margin: 0 15px 15px;
    width: 90%;
    line-height: 30px;
    height: 30px;
    font-size: 14px; }
    .wirelessPlanBuilder .data-size-mobile option p, .wirelessPlanBuilder .unbeatable-mobile option p {
      color: #6d6e71; }
      .wirelessPlanBuilder .data-size-mobile option p span, .wirelessPlanBuilder .unbeatable-mobile option p span {
        color: #00a9e0; }
  .wirelessPlanBuilder .device-holder {
    display: none; }
  @media (max-width: 991px) {
    .wirelessPlanBuilder #planSearchBtn {
      margin: 10px;
      width: 95%; } }
  @media (max-width: 768px) {
    .wirelessPlanBuilder .type, .wirelessPlanBuilder .cost, .wirelessPlanBuilder .coverage {
      font-size: 14px; }
    .wirelessPlanBuilder .build-plan .header-holder h1 {
      font-size: 21px; }
    .wirelessPlanBuilder .data-size-mobile {
      display: block; }
    .wirelessPlanBuilder .data-size-holder {
      display: none; }
    .wirelessPlanBuilder .add-devices {
      margin: 20px 0 0 15px; }
      .wirelessPlanBuilder .add-devices .device {
        background-color: whitesmoke;
        padding: 5px;
        margin: 5px 0;
        overflow: hidden !important; }
        .wirelessPlanBuilder .add-devices .device .cs-skin-slide.cs-active::before {
          top: 0px;
          width: 101%; }
        .wirelessPlanBuilder .add-devices .device .cs-skin-slide .cs-options {
          top: 200%; }
        .wirelessPlanBuilder .add-devices .device div {
          width: 100%;
          max-width: 100%; }
        .wirelessPlanBuilder .add-devices .device h4 {
          display: block; }
        .wirelessPlanBuilder .add-devices .device .rm-device {
          top: 10px; }
        .wirelessPlanBuilder .add-devices .device .statecheck {
          width: 50% !important; }
          .wirelessPlanBuilder .add-devices .device .statecheck .wirelessplanBcheckbox {
            margin: 5px 0 !important; }
      .wirelessPlanBuilder .add-devices .type select {
        width: 100%; }
      .wirelessPlanBuilder .add-devices .cost h4 {
        width: 20%;
        float: left;
        margin-top: 5px; }
    .wirelessPlanBuilder .add-device {
      width: 100%; }
      .wirelessPlanBuilder .add-device .type {
        width: 100%; }
        .wirelessPlanBuilder .add-device .type .device-add-button {
          width: 100%;
          text-transform: uppercase; }
      .wirelessPlanBuilder .add-device p {
        width: 100%; }
    .wirelessPlanBuilder .plan-select .simply-share, .wirelessPlanBuilder .plan-select .fast-phone {
      margin: 0 auto; }
    .wirelessPlanBuilder .plan-select a {
      width: 100%; }
      .wirelessPlanBuilder .plan-select a div {
        margin: 5px auto !important; }
    .wirelessPlanBuilder .plan-holder, .wirelessPlanBuilder .data-size-holder, .wirelessPlanBuilder .unbeatable-data-holder {
      margin: 25px 0 20px 15px; }
    .wirelessPlanBuilder .plans p, .wirelessPlanBuilder .data-amount p, .wirelessPlanBuilder .devices p, .wirelessPlanBuilder .add-on-data p, .wirelessPlanBuilder .add-data, .wirelessPlanBuilder .unbeatable-data p {
      margin-left: 15px; }
    .wirelessPlanBuilder .select {
      margin-left: 15px; }
    .wirelessPlanBuilder .plan-summary .btn-red,
    .wirelessPlanBuilder .build-plan .btn-red,
    .wirelessPlanBuilder .plan-summary .hubyellowbtn,
    .wirelessPlanBuilder .build-plan .hubyellowbtn,
    .wirelessPlanBuilder .select .btn-holder {
      width: 100%; } }
  @media (max-width: 390px) {
    .wirelessPlanBuilder .build-plan .header-holder h1 {
      font-size: 20px;
      line-height: 22px; }
    .wirelessPlanBuilder .hideplans a div {
      width: 100% !important; }
    .wirelessPlanBuilder .device h4, .wirelessPlanBuilder .device, .wirelessPlanBuilder .device .cost {
      font-size: 14px; }
    .wirelessPlanBuilder .add-unbeatable-devices {
      margin: 20px 10px; } }
  .wirelessPlanBuilder .statecheck div,
  .wirelessPlanBuilder div.cs-options,
  .wirelessPlanBuilder .type DIV {
    clear: none !important;
    overflow: visible !important; }
  .wirelessPlanBuilder div.cs-select, .wirelessPlanBuilder .cs-select div {
    clear: none !important;
    overflow: visible !important; }
  .wirelessPlanBuilder .statecheck {
    clear: none;
    position: relative;
    float: left;
    width: 50%; }
    .wirelessPlanBuilder .statecheck:last-child {
      clear: none; }
  .wirelessPlanBuilder .type div, .wirelessPlanBuilder div.type {
    clear: none !important;
    overflow: visible !important; }
  .wirelessPlanBuilder div.cs-skin-slide {
    width: 230px; }
  .wirelessPlanBuilder .modal .selection .selection-text h2 {
    font-family: "gothambook", sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: black;
    margin-top: 0; }
  .wirelessPlanBuilder .modal .selection .selection-text p {
    font-family: "gothammedium", sans-serif;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0px;
    color: #6d6e71; }
  .wirelessPlanBuilder .modal .selection .selection-text p.cost {
    font-size: 30px;
    color: #00a9e0;
    line-height: 30px;
    font-family: "gothammedium", sans-serif;
    margin-top: 30px; }

/* Default custom select styles */
div.cs-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  background: #fff;
  z-index: 100;
  width: 100%;
  max-width: 190px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #bcbec0; }

.selectmarg {
  margin: 0 9.9px 8px 0; }

.selectmargright {
  margin: 0 9.9px 8px 0; }

div.cs-select:focus {
  outline: none;
  /* For better accessibility add a style for this in your skin */ }

.cs-select select {
  display: none; }

.cs-select:hover {
  border: 1px solid #b81234; }

.cs-select span {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 1.15em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.cs-select > span {
  padding-right: 3em; }
  .cs-select > span::after {
    speak: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.cs-select .cs-selected span::after {
  speak: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\2713';
  margin-left: 1em; }

.cs-select > span::after {
  content: '\25BE';
  right: 1.5em; }

.cs-select.cs-active > span::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg); }

/* Placeholder and selected option */
div.cs-active {
  z-index: 200; }

/* Options */
.cs-select .cs-options {
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #fff;
  visibility: hidden; }

.cs-select.cs-active .cs-options {
  visibility: visible; }

.cs-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }
  .cs-select ul span {
    padding: 1em; }
  .cs-select ul li.cs-focus span {
    background-color: #ddd; }

.cs-select li.cs-optgroup ul {
  padding-left: 1em; }

.cs-select li.cs-optgroup > span {
  cursor: default; }

/* Optgroup and optgroup label */
@media (min-width: 768px) and (max-width: 833px) {
  .selectmarg {
    margin: 0 2% 8px 0; }
  .selectmargright {
    margin: 0 2% 8px 0; } }

@media (max-width: 767px) {
  .selectmarg, .selectmargright {
    margin: 0 0 8px 0; }
  .selectmarg:nth-child(odd), .selectmargright:nth-child(odd) {
    margin: 0 1.5% 8px 0; }
  div.cs-select {
    width: 100%;
    max-width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #bcbec0; } }

div.cs-skin-slide {
  color: #6d6e71;
  font-size: .875em;
  font-family: "gothambook", sans-serif;
  width: 190px; }
  div.cs-skin-slide::before {
    content: '';
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    border: #eee solid 1px; }

@media screen and (max-width: 30em) {
  div.cs-skin-slide {
    font-size: 1em;
    width: 250px; } }

.cs-skin-slide.cs-active::before {
  /*-webkit-transform: scale3d(1.1,3.5,1);
	transform: scale3d(1.1,3.5,1);*/
  height: 180px;
  width: 202px;
  border: 1px solid #aba9a9;
  top: -52px;
  left: -6px;
  opacity: .98;
  -moz-box-shadow: 0 0 2px #c9c9c9;
  -webkit-box-shadow: 0 0 2px #c9c9c9;
  box-shadow: 0 0 2px #c9c9c9; }

.cs-skin-slide.modalsm.cs-active::before {
  top: -93px;
  left: -6px;
  height: 160px; }

.cs-skin-slide.modalposition.cs-active::before {
  top: -94px; }

.cs-select.modalposition.cs-active .cs-options {
  background: transparent;
  width: 100%;
  height: 566%;
  padding: 0;
  top: -28%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

.cs-skin-slide.modalsm .cs-options {
  background: transparent;
  width: 100%;
  height: 566%;
  padding: 0;
  top: -14%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

.cs-skin-slide > span {
  height: 30px;
  line-height: 2px;
  -webkit-transition: text-indent 0.3s, opacity 0.3s;
  transition: text-indent 0.3s, opacity 0.3s;
  background: #fff !important;
  font-size: .875em; }

.cs-skin-slide.cs-active > span {
  text-indent: -290px;
  opacity: 0; }

.cs-skin-slide.cs-active > span::after {
  font-family: Arial;
  content: '▼';
  color: inherit;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: .6em;
  transform: scale(1.75, 1);
  -webkit-transform: scale(1.75, 1);
  display: inline-block;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.cs-skin-slide > span::after {
  font-family: Arial;
  content: '▼';
  color: inherit;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: .6em;
  transform: scale(1.75, 1);
  -webkit-transform: scale(1.75, 1);
  display: inline-block; }

.cs-skin-slide .cs-options {
  background: transparent;
  width: 100%;
  height: 545%;
  padding: 0 0;
  top: 123%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

.cs-skin-slide.cs-active .cs-options {
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s; }

.cs-skin-slide .cs-options li {
  opacity: 0;
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s; }

.cs-skin-slide.cs-active {
  height: 30px; }
  .cs-skin-slide.cs-active .cs-options li {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
    .cs-skin-slide.cs-active .cs-options li:first-child {
      -webkit-transition-delay: 0.05s;
      transition-delay: 0.05s; }
    .cs-skin-slide.cs-active .cs-options li:nth-child(2) {
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    .cs-skin-slide.cs-active .cs-options li:nth-child(3) {
      -webkit-transition-delay: 0.15s;
      transition-delay: 0.15s; }
    .cs-skin-slide.cs-active .cs-options li:nth-child(4) {
      -webkit-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .cs-skin-slide.cs-active .cs-options li:nth-child(5) {
      -webkit-transition-delay: 0.25s;
      transition-delay: 0.25s; }

.cs-skin-slide .cs-options li span {
  text-transform: capitalize;
  font-size: .8em;
  padding: 6px 2px 1px 10px; }
  .cs-skin-slide .cs-options li span:hover {
    color: #b81234;
    background: transparent; }

.cs-skin-slide .cs-options li.cs-focus span, .cs-skin-slide .cs-options li.cs-selected span {
  color: #b81234;
  background: transparent; }

.cs-skin-slide .cs-options li.cs-focus span, .cs-skin-slide .cs-options li.cs-selected span {
  font-family: 'gothammedium'; }

.cs-skin-slide .cs-options li.cs-focus span:before, .cs-skin-slide .cs-options li.cs-selected span:before {
  content: '» '; }

.cs-skin-slide .cs-selected span::after {
  content: ''; }

@media screen and (max-width: 30em) {
  .cs-skin-slide .cs-options {
    padding-top: 0; } }

/* more options need more delay declaration */
[class^="icon-"] span:before, [class*=" icon-"] span:before {
  font-family: 'icomoon';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  font-size: 1.5em; }

.icon-camera span::before {
  content: '\e00b'; }

.icon-money span::before {
  content: '\e008'; }

.icon-heart span::before {
  content: '\e00a'; }

.icon-food span::before {
  content: '\e009'; }

.icon-shirt span::before {
  content: '\e00c'; }

.cs-options ul li:first-child span {
  font-family: 'gothambold';
  font-size: .95em; }

@media screen and (max-width: 30em) {
  .cs-skin-slide > span {
    height: 60px;
    line-height: 2; } }

@media (max-width: 1067px) {
  div.cs-select {
    max-width: 100%; } }

@media screen and (max-width: 768px) {
  div.cs-skin-slide {
    width: 49%; }
  .cs-skin-slide > span {
    height: 36px;
    font-size: 1em; }
  .cs-skin-slide.cs-active::before {
    width: 105%; } }

@media only screen and (max-width: 480px) {
  .cs-skin-slide > span::after {
    margin-top: -8px; }
  div.cs-skin-slide {
    width: 100%; }
  .cs-skin-slide > span {
    height: 36px;
    font-size: 1em; }
  .cs-select span {
    padding: .05em .75em; }
  .cs-skin-slide.cs-active {
    height: 38px; }
  .cs-skin-slide .cs-options {
    background: transparent;
    width: 97%;
    height: 429%;
    padding: 0 0;
    top: 243%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
  .cs-skin-slide.cs-active::before {
    height: 187px;
    width: 102%;
    border: 1px solid #aba9a9;
    top: -1px;
    left: -4px; }
  .cs-select.modalposition.cs-active .cs-options {
    background: transparent;
    width: 100%;
    height: 504%;
    padding: 0;
    top: 9%;
    left: 52%; }
  .cs-skin-slide.modalposition.cs-active::before {
    height: 187px;
    top: -91px; }
  .cs-skin-slide.modalsm.cs-active::before {
    height: 187px;
    top: -136px;
    left: -4px; }
  .cs-skin-slide.modalsm .cs-options {
    height: 566%;
    top: -56%;
    left: 52%; }
  .modalmoveup {
    top: -46px; } }

/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .cs-skin-slide .cs-options li {
    transition: none;
    transform: none; }
  *::-ms-backdrop, .cs-active.cs-skin-slide .cs-options li {
    transform: none; } }

.cs-skin-slide.iefix.cs-active::before {
  top: -5px; }

.cs-skin-slide.iefix.cs-active .cs-options {
  top: 10px;
  left: 0; }

.cs-skin-slide.modalsm.iefix.cs-active::before {
  top: -5px; }

.cs-skin-slide.modalsm.iefix.cs-active .cs-options {
  top: 10px;
  left: 0; }

.cs-skin-slide.modalposition.iefix.cs-active::before {
  top: -5px; }

.cs-skin-slide.modalposition.iefix.cs-active .cs-options {
  top: 10px;
  left: 0; }

.quarterTile.backred {
  background-color: #b71234; }

.quarterTile.backblue {
  background-color: #00a9e0; }

.quarterTile.backwhite {
  background-color: white; }

.quarterTile.backdarkgrey {
  background-color: #6d6e71; }

.quarterTile.backdarkred {
  background-color: #831525; }

.quarterTile.backteal {
  background-color: #27bbb2; }

.quarterTile.backyellow {
  background-color: #ffcb08; }

.quarterTile.backwhitegraygrad {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 12%, #b6b7b7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(12%, #ffffff), color-stop(100%, #b6b7b7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 12%, #b6b7b7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 12%, #b6b7b7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 12%, #b6b7b7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 12%, #b6b7b7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b6b7b7',GradientType=0 );
  /* IE6-9 */ }

.quarterTile .tile {
  padding: 30px 15px;
  text-align: center;
  font-family: "gothammedium", sans-serif;
  font-size: 2.0rem;
  line-height: 1.13em;
  text-transform: uppercase; }
  .quarterTile .tile .qImg {
    width: 100%;
    text-align: center; }
  .quarterTile .tile a {
    font-family: "gothammedium", sans-serif;
    font-size: 3.4rem;
    line-height: 1.13em;
    margin: 5px 0;
    display: block; }
    .quarterTile .tile a:hover {
      text-decoration: none; }
      .quarterTile .tile a:hover.richtext-white {
        color: white; }
      .quarterTile .tile a:hover.richtext-black {
        color: black; }
      .quarterTile .tile a:hover.richtext-light-gray {
        color: #bbbdc0; }
      .quarterTile .tile a:hover.richtext-red {
        color: #b71234; }
      .quarterTile .tile a:hover.richtext-blue {
        color: #00a9e0; }
      .quarterTile .tile a:hover.richtext-dark-gray {
        color: #6d6e71; }

.usage-selection {
  overflow: hidden;
  background-color: whitesmoke;
  padding: 20px 0;
  margin-top: 8px; }
  .usage-selection .col-lg-12,
  .usage-selection .col-xs-9,
  .usage-selection .col-xs-3 {
    padding: 0 15px !important; }
  .usage-selection p,
  .usage-selection button,
  .usage-selection span {
    font-family: "gothambook", sans-serif !important;
    color: #6d6e71;
    font-size: 15px; }
  .usage-selection label {
    display: block;
    font-family: "gothammedium", sans-serif;
    color: #6d6e71;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 0px;
    position: relative; }
    .usage-selection label a span {
      position: absolute;
      display: inline-block;
      font-size: 17px;
      color: white;
      text-transform: uppercase;
      width: 40px;
      padding: 0;
      text-align: center;
      font-family: "gothammedium", sans-serif;
      font-weight: normal;
      top: 0px;
      background-color: #bcbec0; }
    .usage-selection label span.sd {
      right: 82px; }
    .usage-selection label span.hd {
      right: 41px; }
    .usage-selection label span.fourk {
      right: 0px; }
    .usage-selection label a.selected span {
      background-color: #6d6e71; }
  .usage-selection .dropdown {
    margin-bottom: 20px; }

/* === Usage Slider Styling === */
.usage-slider .rslider {
  padding: 0; }
  .usage-slider .rslider .slider-bar {
    margin: 0 0 50px 0; }
    .usage-slider .rslider .slider-bar p {
      text-transform: uppercase;
      font-size: 14px;
      line-height: 1.2;
      margin-bottom: 20px; }

/*.usage-slider .rslider .slider-bar .ico-image img
{
  width: 100%;
}*/
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative; }
  .slider.slider-horizontal {
    width: 100%;
    max-width: 390px;
    height: 13px; }
    .slider.slider-horizontal .slider-track {
      height: 13px;
      width: 100%;
      margin-top: -5px;
      top: 50%;
      left: 0; }
    .slider.slider-horizontal .slider-selection,
    .slider.slider-horizontal .slider-track-low,
    .slider.slider-horizontal .slider-track-high {
      height: 100%;
      top: 0;
      bottom: 0; }
    .slider.slider-horizontal .slider-tick,
    .slider.slider-horizontal .slider-handle {
      margin: 0; }

.slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #ccc; }

.slider-handle {
  position: absolute;
  width: 16px;
  height: 25px; }
  .slider-handle.custom {
    background: url("/images/slider-handle.png") no-repeat; }
    .slider-handle.custom::before {
      line-height: 16px;
      content: '';
      color: #726204; }

.slider.slider-horizontal .slider-handle.custom {
  margin-left: -7px;
  top: -18px; }

.slider-tick {
  position: absolute;
  width: 1px;
  height: 13px;
  opacity: 0.8; }
  .slider-tick.custom {
    background: white; }
    .slider-tick.custom::before {
      line-height: 16px;
      color: #726204; }
  .slider-tick.in-selection {
    border: 1px solid whitesmoke;
    background: transparent;
    opacity: 1; }

.slider-selection {
  position: absolute;
  background-color: green; }
  .slider-selection.tick-slider-selection {
    background-color: #bcbec0; }

.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* === Usage definition box === */
.data-amount {
  clear: both;
  overflow: hidden; }
  .data-amount h1 {
    font-size: 24px;
    font-family: "gothammedium", sans-serif;
    text-transform: uppercase;
    color: #6d6e71;
    margin-bottom: 30px; }
  .data-amount .amountgb {
    border: 2px solid #bcbec0;
    line-height: 1.8;
    border-left-style: none;
    position: relative; }
    .data-amount .amountgb:before {
      position: absolute;
      content: " ";
      height: 72px;
      width: 1px;
      background: black;
      right: -1px;
      top: -1px;
      z-index: 1; }
    .data-amount .amountgb:last-child:before {
      height: 0px;
      width: 0px; }
    .data-amount .amountgb:first-child {
      border-left-style: solid;
      border-right-style: none; }
    .data-amount .amountgb.active {
      border-color: #b71234;
      border-left-width: 2px;
      border-style: solid;
      border-right-width: 2px;
      color: #00a9e0; }
      .data-amount .amountgb.active span {
        color: #00a9e0; }
    .data-amount .amountgb span {
      font-family: "gothammedium", sans-serif;
      font-size: 20px;
      color: #bcbec0; }
  .data-amount .progress {
    margin-top: 8px;
    margin-bottom: 45px;
    border-radius: 0;
    box-shadow: none;
    background: white;
    height: 25px; }
    .data-amount .progress .progress-bar {
      box-shadow: none;
      background-color: #00a9e0; }

/* == Button styles == */
.data-amount .redbtn {
  border-radius: 0;
  background-color: #b71234;
  font-size: 16px;
  color: white;
  font-family: "gothammedium", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 30px;
  margin-bottom: 28px; }

.data-amount .redbtn:hover {
  background-color: #b71234; }

.data-amount p a {
  color: #b71234; }

.definition-box {
  overflow: hidden;
  background-color: #bcbec0;
  margin-top: 8px;
  padding: 5px 10px;
  margin-bottom: 50px; }
  .definition-box h2 {
    font-family: "gothammedium", sans-serif;
    font-size: 20px;
    color: black;
    text-transform: uppercase; }
  .definition-box p {
    font-family: "gothambook", sans-serif;
    font-size: 15px;
    color: black; }

table.definition-list th {
  font-family: "gothammedium", sans-serif;
  font-size: 15px;
  color: black;
  text-transform: uppercase;
  font-weight: normal;
  padding-left: 0 !important; }

table.definition-list tbody tr td {
  font-family: "gothambook", sans-serif;
  font-size: 15px;
  color: black;
  font-weight: normal;
  border-color: #6d6e71;
  padding-left: 0; }

table.definition-list tbody tr:first-child td {
  border-top: 0; }

table.definition-list > thead > tr > th {
  border: 0; }

/* == Mobile styling for data amount == */
.list-group.amountgb-mobile {
  border: 2px solid #bcbec0; }

.list-group.amountgb-mobile li {
  border-radius: 0;
  background: transparent !important;
  border-color: #bcbec0;
  /*border-width: 2px;*/
  position: relative; }

.list-group.amountgb-mobile li:before {
  position: absolute;
  content: "";
  width: 169.8%;
  height: 1px;
  background-color: #000000;
  bottom: -2px;
  right: 0;
  z-index: 1; }

.list-group.amountgb-mobile li.list-group-item.active:before {
  width: 171%; }

.list-group.amountgb-mobile li span {
  color: #bcbec0;
  font-size: 22px;
  font-family: "gothammedium", sans-serif !important; }

.list-group.amountgb-mobile li.list-group-item.active {
  border-color: #b71234;
  border-width: 3px; }

.list-group.amountgb-mobile li.list-group-item.active span {
  color: #00a9e0; }

/* == Media queries for mobile == */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .slider.slider-horizontal {
    max-width: 100%; }
  .usage-selection label {
    font-size: 15px; }
  .slider.slider-horizontal .slider-track {
    height: 7px; }
  .slider-handle.custom {
    background: url("/images/slider-handle-mobile.png") no-repeat; }
  .slider.slider-horizontal .slider-handle.custom {
    margin-left: -5px;
    top: -16px; }
  .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    font-size: 13px !important;
    font-family: "gothambook", sans-serif !important; }
  .definition-box {
    padding-top: 30px;
    margin-top: 20px; }
  .usage-selection label a span {
    font-size: 15px;
    width: 33px;
    top: 0; }
    .usage-selection label a span.sd {
      right: 68px; }
    .usage-selection label a span.hd {
      right: 34px; } }

@media only screen and (min-width: 0px) and (max-width: 360px) {
  .usage-selection label a span {
    font-size: 15px;
    width: 30px;
    top: 36px; }
    .usage-selection label a span.sd {
      right: 62px; }
    .usage-selection label a span.hd {
      right: 31px; } }

@media only screen and (min-width: 0px) and (max-width: 500px) {
  .usage-slider .rslider .slider-bar {
    margin-bottom: 20px; }
  .usage-slider .rslider .slider-bar .ico-image img {
    width: 60px; }
  .usage-selection label {
    margin-bottom: 15px; }
  .slider.slider-horizontal .slider-tick-label-container {
    margin-top: 6px !important; } }

.data-amount .mobile-vbar {
  position: relative; }

.pvertical {
  position: absolute;
  top: 59px;
  display: inline-block;
  width: 219px;
  height: 100px !important;
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  margin: 0 !important;
  left: -10px; }
  .pvertical.wireless {
    top: 170px;
    width: 415px;
    left: -158px; }

@media only screen and (min-width: 0px) and (max-width: 500px) {
  .pvertical {
    left: -25px; }
  .list-group.amountgb-mobile li::before {
    width: 175.5%; }
  .list-group.amountgb-mobile li.list-group-item.active:before {
    width: 177.4%; } }

/* columns of same height styles 
  used in vertical progress bar
*/
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%; }

.col-height {
  display: table-cell;
  float: none;
  height: 100%; }

.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%; }
  .col-xs-top {
    vertical-align: top; }
  .col-xs-middle {
    vertical-align: middle; }
  .col-xs-bottom {
    vertical-align: bottom; } }

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%; }
  .col-sm-top {
    vertical-align: top; }
  .col-sm-middle {
    vertical-align: middle; }
  .col-sm-bottom {
    vertical-align: bottom; } }

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%; }
  .col-md-top {
    vertical-align: top; }
  .col-md-middle {
    vertical-align: middle; }
  .col-md-bottom {
    vertical-align: bottom; } }

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%; }
  .col-lg-top {
    vertical-align: top; }
  .col-lg-middle {
    vertical-align: middle; }
  .col-lg-bottom {
    vertical-align: bottom; } }

@media (min-width: 768px) {
  .data-amount .col-sm-2 {
    width: 14.286%; } }

.catpagecheckbox label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #b81234;
  top: 2px;
  left: 2px; }

.catpagecheckbox label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3; }

.catpagecheckbox input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

.catpagecheckbox input[type=checkbox]:checked + label {
  border: 2px solid #b81234 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

input[type="radio"], input[type="checkbox"] {
  margin: 6px 10px 0 6px;
  margin-top: 1px \9;
  line-height: normal; }

.myselection {
  color: #666; }
  .myselection .modal .modal-header {
    border: none; }
  .myselection .modal .headline {
    margin: 0 0 20px 0; }
  .myselection .modal .myselectionmenu {
    margin-top: 10px;
    margin-bottom: 20px; }
  .myselection .modal .checkout-modal-cta-container .checkout-modal-cta-description {
    margin-top: 40px; }
  .myselection .modal .checkout-modal-cta-container > div:first-of-type {
    margin-top: 0px; }
  .myselection a {
    padding: 0; }
    .myselection a:focus {
      padding: 0; }
    .myselection a:hover {
      padding: 0;
      cursor: pointer; }
  .myselection .backred {
    background: #b71234; }
  .myselection .colorred {
    color: #b71234;
    font-weight: bold; }
  .myselection .gciproduct {
    border: 1px lightgray solid;
    margin: 10px 0; }
    .myselection .gciproduct .tileleft {
      line-height: 250px;
      text-align: center;
      min-height: 250px;
      padding: 0 15px; }
      .myselection .gciproduct .tileleft img {
        max-height: 180px;
        max-width: 170px; }
    .myselection .gciproduct .tileright {
      background-color: #f5f5f5;
      min-height: 250px;
      padding: 15px; }
      .myselection .gciproduct .tileright .name {
        font-size: 1.3em; }
      .myselection .gciproduct .tileright .remove {
        margin-top: -10px;
        font-size: 1em; }
      .myselection .gciproduct .tileright .pricecolumn {
        text-align: right;
        padding: 10% 0 0; }
      .myselection .gciproduct .tileright .row.rowwithmargin {
        margin: 20px 0 0; }
      .myselection .gciproduct .tileright .estimated {
        text-align: right;
        padding: 10% 0; }
    .myselection .gciproduct .pricefixed {
      color: #00A9E0;
      font-weight: bold;
      width: 100px;
      display: inline-block; }
    .myselection .gciproduct .pricefullrow {
      color: #00A9E0;
      font-weight: bold;
      display: inline-block;
      width: 100%;
      text-align: right; }
    .myselection .gciproduct .details {
      margin-top: 20px; }
    .myselection .gciproduct.summary {
      background-color: #f5f5f5;
      padding: 30px;
      border: none; }
      .myselection .gciproduct.summary .totalscolumn {
        padding: 50px 0 0; }
        .myselection .gciproduct.summary .totalscolumn > div {
          text-align: right; }
      .myselection .gciproduct.summary .details {
        margin: 0; }
      .myselection .gciproduct.summary .currentselection {
        margin-top: 10px;
        font-size: 0.7em; }
    .myselection .gciproduct.fastphone .estimated, .myselection .gciproduct.simpleshare .estimated {
      padding: 0; }
    .myselection .gciproduct.fastphone .details, .myselection .gciproduct.simpleshare .details {
      margin: 0; }
    .myselection .gciproduct .detailscontent {
      display: none; }
      .myselection .gciproduct .detailscontent p {
        text-align: justify; }
      .myselection .gciproduct .detailscontent .row > div {
        padding: 0 5px; }
    .myselection .gciproduct.accessory .tileleft, .myselection .gciproduct.internetplan .tileleft, .myselection .gciproduct.phoneplan .tileleft {
      line-height: 150px;
      min-height: 150px; }
      .myselection .gciproduct.accessory .tileleft img, .myselection .gciproduct.internetplan .tileleft img, .myselection .gciproduct.phoneplan .tileleft img {
        max-height: 150px; }
    .myselection .gciproduct.accessory .tileright, .myselection .gciproduct.internetplan .tileright, .myselection .gciproduct.phoneplan .tileright {
      min-height: 150px; }
      .myselection .gciproduct.accessory .tileright .pricecolumn, .myselection .gciproduct.internetplan .tileright .pricecolumn, .myselection .gciproduct.phoneplan .tileright .pricecolumn {
        padding: 5% 0 0; }
    .myselection .gciproduct.noproduct {
      margin-top: 15px; }
  .myselection #float-container {
    padding: 0 5px 0 10px; }
    .myselection #float-container #floating-estimate {
      border: 1px solid lightgray;
      margin-top: 14px;
      max-width: 350px;
      position: absolute; }
      .myselection #float-container #floating-estimate.fixed {
        position: fixed;
        top: 0px; }
      .myselection #float-container #floating-estimate > div:first-child {
        margin-top: -25px; }
      .myselection #float-container #floating-estimate .details, .myselection #float-container #floating-estimate .title {
        text-align: center; }
      .myselection #float-container #floating-estimate .fineprint p {
        margin-top: -15px; }
      .myselection #float-container #floating-estimate .prices {
        margin-top: 20px;
        text-align: right; }
      .myselection #float-container #floating-estimate .share-link-descriptor {
        padding-top: 20px; }
  .myselection .myselectiontop .right {
    padding: 0 30px; }
    .myselection .myselectiontop .right .callnow {
      padding: 0 10px; }
    .myselection .myselectiontop .right .findlocation {
      padding: 0 6px 0 2px; }
  .myselection .myselectionmenu {
    /*margin-top: 10px;*/ }
    .myselection .myselectionmenu.widerow > div:first-child {
      padding-top: 15px; }
    .myselection .myselectionmenu .rightbutton {
      color: white;
      display: inline-block;
      font-family: 'gothammedium';
      font-size: 1.6rem;
      letter-spacing: .1em;
      line-height: 3.9rem;
      padding: 0px 2.45rem;
      text-align: center;
      text-transform: uppercase; }
      .myselection .myselectionmenu .rightbutton:last-child {
        margin: 0; }
    .myselection .myselectionmenu .btn-modal {
      color: white;
      padding: 0px 2.45rem;
      font-size: 1.6rem;
      display: inline-block;
      line-height: 3.9rem;
      font-family: 'gothammedium';
      text-transform: uppercase;
      text-align: center;
      letter-spacing: .1em; }
      .myselection .myselectionmenu .btn-modal:hover {
        text-decoration: none; }
    .myselection .myselectionmenu .menuicon {
      max-height: 40px; }
    .myselection .myselectionmenu form {
      display: inline-block; }
    .myselection .myselectionmenu .continueshopping {
      color: #999;
      text-decoration: none;
      font-size: .9em;
      font-weight: 600; }
  .myselection .gcistore {
    background-color: #f5f5f5;
    padding: 0 0 30px 30px; }
    .myselection .gcistore img {
      width: 100%;
      height: auto; }
    .myselection .gcistore .addressrow {
      margin-top: 30px; }
    .myselection .gcistore .signupcol {
      text-align: center; }
      .myselection .gcistore .signupcol h1 {
        margin: 10px 0 0; }
    .myselection .gcistore .btn-signupnow {
      display: block;
      line-height: 50px;
      font-weight: bold;
      background-color: white;
      border: #b71234 solid 1px;
      margin: 10px 20% 0; }
      .myselection .gcistore .btn-signupnow:hover {
        background-color: #b71234;
        border: white solid 1px;
        color: white; }
  .myselection .mysheroimg {
    width: 100%; }
  .myselection .mysicon {
    max-height: 30px; }
  .myselection .sectiontitle {
    color: white;
    padding: 5px 20px 5px;
    font-weight: bold; }
  .myselection .sectiontext {
    text-align: center;
    padding: 10px 0 0; }
  .myselection .sectionphone {
    font-weight: bold; }
  .myselection .section-business {
    margin-top: 5px; }
    .myselection .section-business .sectiontitle {
      background-color: #00A9E0; }
    .myselection .section-business .sectionphone {
      color: #00A9E0; }
  .myselection .section-residential {
    margin-top: 5px; }
    .myselection .section-residential .sectiontitle {
      background-color: #b71234; }
    .myselection .section-residential .sectionphone {
      color: #b71234; }
  .myselection.business .sectionphone {
    color: #00A9E0; }
  .myselection.business .rightbutton {
    background-color: #6d6e71; }
  .myselection.business .btn-modal {
    background-color: #6d6e71; }
  .myselection.residential .sectionphone {
    color: #b71234; }
  .myselection.residential .rightbutton {
    background-color: #b71234; }
  .myselection.residential .btn-modal {
    background-color: #b71234; }
  .myselection .discount .description {
    margin: 50px 0 0;
    width: 80%; }
  .myselection .discount .pricefixed {
    color: #b71234;
    font-style: italic; }
  .myselection .discount .tileleft {
    padding: 0 15px 0 0;
    text-align: left;
    line-height: 150px;
    min-height: 150px; }
  .myselection .discount .tileright {
    min-height: 150px; }
  @media print {
    .myselection {
      zoom: 0.8; }
      .myselection + .devicePickerWrapper {
        display: none;
        visibility: hidden; }
      .myselection .addremove {
        display: none;
        visibility: hidden; }
      .myselection .myselectiontop {
        display: none;
        visibility: hidden; }
      .myselection .myselectionmenu {
        display: none;
        visibility: hidden; }
      .myselection .section-business .sectiontitle {
        /*background-color: $myselection_bkcolor_blue !important;*/
        color: black !important;
        border: 1px solid lightgray; }
      .myselection .section-business .sectionphone {
        color: #00A9E0 !important; }
        .myselection .section-business .sectionphone::after {
          content: "" !important; }
      .myselection .section-residential .sectiontitle {
        /*background-color: $myselection_bkcolor_red !important;*/
        color: black !important;
        border: 1px solid lightgray; }
      .myselection .section-residential .sectionphone {
        color: #b71234 !important; }
        .myselection .section-residential .sectionphone::after {
          content: "" !important; }
      .myselection .remove {
        display: none;
        visibility: hidden; }
      .myselection .blockquote-reverse {
        border: none;
        margin: 50px 0 0;
        padding: 0; }
      .myselection .detailscontent {
        display: block !important; }
      .myselection .col-sm-3 {
        width: 25%;
        float: left; }
      .myselection .col-sm-9 {
        width: 75%;
        float: left; }
      .myselection .printtitle {
        display: block !important;
        visibility: visible !important; }
      .myselection .tileright {
        border-left: 1px solid lightgray;
        background-color: #f5f9f8 !important; }
      .myselection .summary {
        background-color: #f5f9f8 !important;
        border: 1px solid lightgray !important; } }

.inputError {
  border: 1px solid red; }

.InternetPlanOverview .col-sm-height {
  display: table-cell;
  float: none;
  height: 100%; }

.InternetPlanOverview .col-sm-top {
  vertical-align: top; }

.InternetPlanOverview .InputContent {
  padding: 30px;
  margin-right: 4px;
  min-height: 300px;
  height: 100%; }
  .InternetPlanOverview .InputContent.backblue {
    color: #00a9df; }
  .InternetPlanOverview .InputContent p {
    color: white;
    font-family: "gothammedium", sans-serif;
    font-size: 1.9rem;
    line-height: 1.3em;
    margin-bottom: 15px;
    margin-top: 0;
    text-align: left; }
  .InternetPlanOverview .InputContent.backgray {
    background-color: whitesmoke; }
    .InternetPlanOverview .InputContent.backgray p {
      color: black; }
  .InternetPlanOverview .InputContent input[type="text"] {
    margin: 4px 0 8px; }
  .InternetPlanOverview .InputContent .form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #dce4ec;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #2c3e50;
    display: block;
    font-size: 15px;
    height: 43px;
    line-height: 1.42857;
    padding: 10px 15px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    margin-bottom: 10px; }
  .InternetPlanOverview .InputContent .form-control, .InternetPlanOverview .InputContent input {
    border-width: 2px;
    box-shadow: none; }
  .InternetPlanOverview .InputContent .input-sm {
    border-radius: 3px;
    font-size: 13px;
    height: 33px;
    line-height: 1.5;
    padding: 6px 9px; }

.InternetPlanOverview .btn-grayflat {
  text-transform: uppercase;
  color: #000;
  background-color: #d7d7d7;
  border-color: black;
  font-family: "gothammedium", sans-serif;
  border-radius: 0px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #666;
  white-space: nowrap;
  padding: 5px 30px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.InternetPlanOverview .btn-graydflat:hover,
.InternetPlanOverview .btn-grayflat:focus,
.InternetPlanOverview .btn-grayflat.focus,
.InternetPlanOverview .btn-grayflat:active,
.InternetPlanOverview .btn-grayflat.active,
.InternetPlanOverview .open > .dropdown-toggle.btn-red {
  color: #b71234;
  background-color: #d1d1d1;
  border-color: #000;
  text-decoration: none; }

.InternetPlanOverview .btn-grayflat:active,
.InternetPlanOverview .btn-grayflat.active,
.InternetPlanOverview .open > .dropdown-toggle.btn-grayflat {
  background-image: none; }

.InternetPlanOverview .btn-redflat {
  color: #ffffff;
  background-color: #b71234;
  border-color: #b71234;
  font-family: 'gothammedium';
  width: 99%;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 5px 15px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.InternetPlanOverview .btn-redflat:hover,
.InternetPlanOverview .btn-redflat:focus,
.InternetPlanOverview .btn-redflat.focus,
.InternetPlanOverview .btn-redflat:active,
.InternetPlanOverview .btn-redflat.active,
.InternetPlanOverview .open > .dropdown-toggle.btn-red {
  color: #b71234;
  background-color: white;
  border-color: #b71234;
  text-decoration: none; }

.InternetPlanOverview .btn-redflat:active,
.InternetPlanOverview .btn-redflat.active,
.InternetPlanOverview .open > .dropdown-toggle.btn-redflat {
  background-image: none; }

.InternetPlanOverview .btn-yellowflat {
  color: black;
  background-color: #ffcb08;
  border-color: #ffcb08;
  font-family: 'gothammedium';
  width: 99%;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 5px 15px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.InternetPlanOverview .btn-yellowflat:hover,
.InternetPlanOverview .btn-yellowflat:focus,
.InternetPlanOverview .btn-yellowflat.focus,
.InternetPlanOverview .btn-yellowflat:active,
.InternetPlanOverview .btn-yellowflat.active {
  color: #ffcb08;
  background-color: black;
  border-color: black;
  text-decoration: none; }

.InternetPlanOverview .btn-yellowflat:active,
.InternetPlanOverview .btn-yellowflat.active,
.InternetPlanOverview .open > .dropdown-toggle.btn-yellowflat {
  background-image: none; }

.InternetPlanOverview .row .planspad {
  padding-right: 5px;
  padding-left: 5px; }
  .InternetPlanOverview .row .planspad:last-child {
    padding-right: 0; }
  .InternetPlanOverview .row .planspad:first-child {
    padding-left: 0; }

.InternetPlanOverview .row .inside {
  margin: 0 5px 5px 0; }
  .InternetPlanOverview .row .inside.planborder {
    border: 1px solid #bbbdc0; }
  .InternetPlanOverview .row .inside .top {
    height: 150px;
    line-height: 150px;
    font-family: "gothammedium", sans-serif;
    text-align: center; }
    .InternetPlanOverview .row .inside .top img {
      max-width: 280px;
      max-height: 150px; }
    .InternetPlanOverview .row .inside .top span {
      padding: 20px 35px;
      font-size: 2.6rem;
      line-height: 1em;
      color: #b71234;
      text-transform: uppercase;
      display: inline-block;
      vertical-align: middle; }
  .InternetPlanOverview .row .inside .plangray {
    background: #E9E9E9;
    padding: 20px 10px 12px 10px;
    border-top: 1px solid #bbbdc0;
    font-family: "gothambook", sans-serif;
    color: #000;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.8em;
    text-align: center; }
    .InternetPlanOverview .row .inside .plangray .blueprice {
      color: #00a9e0;
      font-family: "gothammedium", sans-serif;
      font-size: 34px; }
    .InternetPlanOverview .row .inside .plangray .tagline {
      font-family: "gothammedium", sans-serif;
      font-size: 26px;
      color: #b71234;
      text-transform: uppercase;
      height: 34px;
      line-height: 34px; }
    .InternetPlanOverview .row .inside .plangray p.tagline {
      margin: 0 0 4px; }
    .InternetPlanOverview .row .inside .plangray table.planspecs {
      width: 90%;
      margin: 10px auto;
      font-family: "gothambook", sans-serif;
      font-size: 19px;
      line-height: 20px;
      font-size: 1.8rem;
      line-height: 1.8em; }
      .InternetPlanOverview .row .inside .plangray table.planspecs .alignleft {
        text-align: left; }
      .InternetPlanOverview .row .inside .plangray table.planspecs td.specsnumbers {
        text-align: right;
        font-weight: bold;
        font-family: "gothammedium", sans-serif; }

.InternetPlanOverview .row #PlanOverviewDetails {
  background-color: #f1f1f1; }
  .InternetPlanOverview .row #PlanOverviewDetails h4 {
    text-transform: uppercase; }
  .InternetPlanOverview .row #PlanOverviewDetails a {
    cursor: pointer; }
  .InternetPlanOverview .row #PlanOverviewDetails .glyphicon-minus, .InternetPlanOverview .row #PlanOverviewDetails .glyphicon-plus {
    color: #6d6e71;
    content: "-" !important;
    font-family: "gothamlight" !important;
    font-size: 24px;
    top: -2px; }
  .InternetPlanOverview .row #PlanOverviewDetails .panel {
    margin-top: 0; }
    .InternetPlanOverview .row #PlanOverviewDetails .panel .panel-body {
      background-color: #f1f1f1; }

.InternetPlanOverview .row .NotFound {
  margin: 20px;
  font-family: "gothambold", sans-serif;
  font-size: 16px;
  color: black; }

.InternetPlanOverview .row .featureModule {
  height: 100%; }
  .InternetPlanOverview .row .featureModule h2 {
    font-family: "gothammedium", sans-serif;
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 1.3em;
    margin: 0 10px 20px 10px; }
  .InternetPlanOverview .row .featureModule h3 {
    font-family: "gothambook", sans-serif;
    font-size: 21px;
    font-size: 2.16rem;
    line-height: 1.4em;
    letter-spacing: -.7px;
    margin-top: 0; }
  .InternetPlanOverview .row .featureModule.overlayFeatureModule {
    min-height: 300px; }
  .InternetPlanOverview .row .featureModule.business h2 {
    font-family: "gothambook", sans-serif;
    font-size: 30px;
    line-height: 32px; }
  .InternetPlanOverview .row .featureModule.business h3 {
    font-family: "gothambook", sans-serif;
    font-size: 16px;
    line-height: 18px; }

@media (max-width: 990px) {
  .InternetPlanOverview .row .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%; }
  .InternetPlanOverview .featureModule.sideSpacer {
    margin: 5px 0; }
  .InternetPlanOverview .InternetPlanOverview .row .planspad {
    padding: 0; } }

.InternetPlanOverview .modal .selection-text {
  float: left;
  width: 184px; }

.InternetPlanOverview .modal .selection-text h2 {
  font-family: "gothambook", sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: black;
  margin-top: 0; }

.InternetPlanOverview .modal .suggested p,
.InternetPlanOverview .modal .selection-text p {
  font-family: "gothammedium", sans-serif;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 0px;
  color: #6d6e71; }

.InternetPlanOverview .modal .selection-text p.cost {
  font-size: 30px;
  color: #00a9e0;
  line-height: 30px;
  font-family: "gothammedium", sans-serif;
  margin-top: 30px; }

.download-link-component .download-link {
  font-family: 'gothammedium';
  font-size: 16pt;
  color: #b71234;
  vertical-align: middle; }

.download-link-component .download-link-icon {
  margin-right: 10px; }

@media only screen and (max-width: 640px) {
  .download-link-component .download-link {
    font-size: 12pt; } }

.multiButtonCTA {
  padding: 25px 25px 0 25px;
  min-height: 275px; }
  .multiButtonCTA h2 {
    font-size: 34px;
    line-height: 36px;
    font-family: "gothambook", sans-serif;
    text-transform: uppercase;
    margin-top: 0; }
  .multiButtonCTA h3 {
    font-size: 23px;
    line-height: 21px;
    font-family: "gothammedium", sans-serif;
    text-transform: uppercase;
    margin-top: 0; }
  .multiButtonCTA .ctaCopy {
    font-size: 16px;
    line-height: 18px;
    font-family: "gothambook", sans-serif; }
  .multiButtonCTA .ctaLinks {
    display: block;
    margin-top: 20px; }
    .multiButtonCTA .ctaLinks .hubbtn {
      width: 240px;
      margin: 0px 10px 20px 0; }
      .multiButtonCTA .ctaLinks .hubbtn.hubyellowbtn {
        background-color: #ffcb08;
        color: black;
        border-color: #ffcb08; }
        .multiButtonCTA .ctaLinks .hubbtn.hubyellowbtn:hover {
          color: #ffcb08;
          background-color: black;
          border-color: #ffcb08; }
      .multiButtonCTA .ctaLinks .hubbtn.hublightbtn {
        background-color: white;
        color: #00a9e0; }
        .multiButtonCTA .ctaLinks .hubbtn.hublightbtn:hover {
          background-color: #00a9e0;
          color: white;
          border-color: rgba(17, 17, 17, 0.78); }
  .multiButtonCTA.backblue {
    background-color: #00a9e0; }
  .multiButtonCTA.backdarkgrey {
    background-color: #6d6e71; }
  .multiButtonCTA.backgcigray {
    background-color: #bbbdc0; }
  .multiButtonCTA.backyellow {
    background-color: #ffcb08; }
  .multiButtonCTA.backteal {
    background-color: #27bbb2; }
  .multiButtonCTA.sideSpacer {
    margin: 0 8px; }
  .multiButtonCTA.leftSideSpacer {
    margin: 0 0 0 8px; }
  .multiButtonCTA.rightSideSpacer {
    margin: 0 8px 0 0; }
  .multiButtonCTA .close-modal {
    position: absolute;
    right: 15px;
    top: 15px; }
  .multiButtonCTA .buttonWrap {
    margin-left: 20px; }

.multiButtonCTAEdit {
  padding: 25px; }

h2 {
  font-weight: bold; }

.tvChannelLineup {
  /*
     //pad images
        .channelLineup tbody tr td:nth-child(n+3){
       img{ padding-left: 10px;}
    }*/ }
  @media print {
    .tvChannelLineup .printhide {
      display: none; }
    .tvChannelLineup #simpleTable {
      display: block; }
    .tvChannelLineup .tdgreyout {
      display: none; }
      .tvChannelLineup .tdgreyout img {
        display: none; } }
  .tvChannelLineup #printPdf, .tvChannelLineup .channelLineup thead tr th, .tvChannelLineup .planbtn {
    cursor: pointer; }
  .tvChannelLineup .tdhighlight {
    background-color: #ffee8e;
    font-weight: bold; }
  .tvChannelLineup .tdgreyout {
    font-style: italic;
    background-color: #eeeeee; }
    .tvChannelLineup .tdgreyout img {
      opacity: 0.2;
      filter: alpha(opacity=20);
      /* MSIE */ }
  .tvChannelLineup input {
    width: 95%;
    padding: 6px;
    margin: 0 10px;
    border: 1px solid #6d6e71; }
  .tvChannelLineup .currentlyViewingCopy {
    font-family: "gothammedium", sans-serif;
    color: #6d6e71;
    font-size: 19px;
    line-height: 22px;
    margin: 0 0 15px 0; }
    .tvChannelLineup .currentlyViewingCopy .notFound {
      display: none; }
    .tvChannelLineup .currentlyViewingCopy #currentLocation {
      font-family: "gothammedium", sans-serif;
      text-transform: capitalize; }
  .tvChannelLineup .waiting {
    margin: 20px auto 50px;
    text-align: center; }
  .tvChannelLineup .learnMoreCopy {
    margin: 15px 0 25px;
    font-family: "gothammedium", sans-serif;
    font-size: 16px;
    color: #6d6e71;
    line-height: 18px; }
  .tvChannelLineup table {
    width: 100%; }
    .tvChannelLineup table th {
      font-family: "gothammedium", sans-serif;
      color: #6d6e71;
      font-size: 15px;
      padding: 5px 10px;
      text-transform: uppercase; }
    .tvChannelLineup table tr {
      background-color: white;
      font-family: "gothambook", sans-serif;
      font-size: 16px;
      color: #6d6e71; }
      .tvChannelLineup table tr .chanres {
        text-align: right;
        padding-right: 10px;
        font-family: gothambold; }
      .tvChannelLineup table tr image {
        margin-right: 5px; }
    .tvChannelLineup table td {
      padding: 5px 10px; }
  @media (max-width: 990px) {
    .tvChannelLineup .currentlyViewingCopy {
      margin: 10px; }
    .tvChannelLineup #location {
      margin: 5px 10px; }
    .tvChannelLineup #searchLineup {
      margin: 10px; }
    .tvChannelLineup .learnMoreCopy {
      margin: 10px; }
    .tvChannelLineup h2 {
      margin: 10px; } }
  @media (min-width: 901px) and (max-width: 1200px) {
    .tvChannelLineup h2 {
      margin: 20px 12px; } }

.overlayPosition {
  /* IE 10 & 11 target for mix-blend-mode */
  /* END IE 10 & 11 target for mix-blend-mode */
  /* IE 9 target for mix-blend-mode */
  /* END IE 9 target for mix-blend-mode */ }
  .overlayPosition .bannerback {
    background-size: cover;
    position: relative;
    display: block;
    width: 100%;
    height: 435px;
    z-index: 0; }
    .overlayPosition .bannerback.bannerback_right {
      background-position: right; }
    .overlayPosition .bannerback.bannerback_left {
      background-position: left; }
    .overlayPosition .bannerback.bannerback_center {
      background-position: center; }
    .overlayPosition .bannerback .bancopy {
      position: absolute;
      z-index: -1;
      margin-top: 0;
      padding: 20.183% 7% 11.01% 12%; }
      .overlayPosition .bannerback .bancopy h2 {
        font-size: 30px;
        line-height: 32px;
        font-family: "gothambook", sans-serif; }
      .overlayPosition .bannerback .bancopy h3 {
        font-size: 1.5rem;
        line-height: 1.8rem; }
    .overlayPosition .bannerback.short {
      height: 323px; }
      .overlayPosition .bannerback.short .bancopy {
        padding: 20px; }
    .overlayPosition .bannerback .overlay {
      width: 100%;
      height: 436px;
      position: absolute;
      z-index: -2;
      top: 0;
      left: 0;
      pointer-events: none;
      padding: 0; }
      .overlayPosition .bannerback .overlay.short {
        height: 323px; }
      .overlayPosition .bannerback .overlay.overlayred {
        background-color: #b71234; }
      .overlayPosition .bannerback .overlay.overlayteal {
        background-color: #27bbb2; }
      .overlayPosition .bannerback .overlay.overlaydarkgray {
        background-color: #6d6e71; }
      .overlayPosition .bannerback .overlay.overlayblack {
        background-color: black;
        opacity: 0.7; }
      .overlayPosition .bannerback .overlay.overlayblue {
        background-color: #00a9e0; }
  .overlayPosition .hubbtn {
    font-size: 1.6rem;
    letter-spacing: 1.3px;
    padding: 0 2.45rem;
    font-family: "gothammedium";
    text-decoration: none;
    display: inline-block;
    margin-top: 20px !important;
    margin-left: 0 !important;
    line-height: 3.9rem; }
    .overlayPosition .hubbtn.hubyellowbtn {
      background-color: #ffcb08;
      color: black;
      border-color: #ffcb08; }
      .overlayPosition .hubbtn.hubyellowbtn:hover {
        color: #ffcb08;
        background-color: black;
        border: 1px solid #ffcb08; }
    .overlayPosition .hubbtn.hublightbtn {
      color: #b71234;
      background-color: white; }
      .overlayPosition .hubbtn.hublightbtn:hover {
        background-color: #b71234;
        color: white;
        border: 1px solid #b71234; }
    .overlayPosition .hubbtn.hublightbluebtn {
      color: #00a9e0;
      background-color: white; }
      .overlayPosition .hubbtn.hublightbluebtn:hover {
        background-color: #00a9e0;
        color: white;
        border: 1px solid rgba(17, 17, 17, 0.78); }
  .overlayPosition.sideSpacer {
    padding: 0 8px; }
  .overlayPosition.leftSideSpacer {
    padding: 0 0 0 8px; }
  .overlayPosition.rightSideSpacer {
    padding: 0 8px 0 0; }
  .overlayPosition .mobile {
    display: none; }
  .overlayPosition.ms-slide .row .col-xs-12 {
    min-height: 0; }
  @media (min-width: 1280px) {
    .overlayPosition .bannerback .bancopy h3 {
      font-size: 1.5rem;
      line-height: 1.8rem; } }
  @media (max-width: 768px) {
    .overlayPosition .bannerback .bancopy h3 {
      font-size: 1.4rem;
      line-height: 1.7rem; }
    .overlayPosition .bannerback.bannerback_right {
      width: 100%;
      height: 0px;
      padding-top: 44.666%;
      background-image: url("back.jpg");
      background-position: right;
      background-size: cover; }
    .overlayPosition .bannerback.bannerback_left {
      width: 100%;
      height: 0px;
      padding-top: 44.666%;
      background-image: url("back.jpg");
      background-position: left;
      background-size: cover; }
    .overlayPosition .bannerback.bannerback_center {
      width: 100%;
      height: 0px;
      padding-top: 44.666%;
      background-image: url("back.jpg");
      background-position: center;
      background-size: cover; } }
  @media (max-width: 991px) {
    .overlayPosition .bannerback .bancopy h3 {
      font-size: 1.5rem;
      line-height: 1.8rem; }
    .overlayPosition .mobile {
      display: block;
      padding: 4.5%; }
    .overlayPosition .mobile_overlayred {
      background-color: #b71234; }
    .overlayPosition .mobile_overlayteal {
      background-color: #27bbb2; }
    .overlayPosition .mobile_overlaydarkgray {
      background-color: #6d6e71; }
    .overlayPosition .mobile_overlayblack {
      background-color: black; }
    .overlayPosition .mobile_overlayblue {
      background-color: #00a9e0; } }
  @media (max-width: 460px) {
    .overlayPosition .mobile {
      padding: 8%; } }
  @media (max-width: 768px) {
    .overlayPosition .bannerback_right {
      width: 100%;
      height: 0px;
      padding-top: 44.666%;
      background-image: url("back.jpg");
      background-position: right;
      background-size: cover; }
    .overlayPosition .bannerback_left {
      width: 100%;
      height: 0px;
      padding-top: 44.666%;
      background-image: url("back.jpg");
      background-position: left;
      background-size: cover; }
    .overlayPosition .bannerback_center {
      width: 100%;
      height: 0px;
      padding-top: 44.666%;
      background-image: url("back.jpg");
      background-position: center;
      background-size: cover; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .overlayPosition .overlayred,
    .overlayPosition .overlayteal,
    .overlayPosition .overlaydarkgray,
    .overlayPosition .overlayblack,
    .overlayPosition .overlayblue {
      mix-blend-mode: none;
      opacity: .7; } }
  .overlayPosition :root .overlayred {
    mix-blend-mode: none \0/IE9;
    background-color: #b71234 \0/IE9;
    opacity: .7 \0/IE9; }
  .overlayPosition :root .overlayteal {
    mix-blend-mode: none \0/IE9;
    background-color: #00A9E0 \0/IE9;
    opacity: .7 \0/IE9; }
  .overlayPosition :root .overlaydarkgray {
    mix-blend-mode: none \0/IE9;
    background-color: #6d6e71 \0/IE9;
    opacity: .7 \0/IE9; }
  .overlayPosition :root .overlayblack {
    mix-blend-mode: none \0/IE9;
    background-color: black \0/IE9;
    opacity: .7 \0/IE9; }
  .overlayPosition :root .overlayblue {
    mix-blend-mode: none \0/IE9;
    background-color: #00a9e0 \0/IE9;
    opacity: .7 \0/IE9; }

.content-teaser-container {
  margin-bottom: 6px;
  /* columns of same height styles */
  /*  END EQUAL HEIGHT DIVS  */
  /*  CATALOGUE DESKTOP START:  */
  /*  CATALOGUE - IPAD VERT - START:  */
  /*  CATALOGUE ≤ IPAD VERT - END  */ }
  .content-teaser-container:after {
    content: "";
    display: table;
    clear: both; }
  .content-teaser-container .content-teaser-category-title {
    font-weight: bold;
    vertical-align: middle;
    margin-top: 20px;
    color: black;
    font-family: "gothammedium", sans-serif; }
  .content-teaser-container .bancopy {
    width: 100%;
    position: absolute;
    z-index: 4;
    bottom: 0;
    padding: 2% 2% 2%;
    display: block !important; }
  .content-teaser-container .blueover,
  .content-teaser-container .tealover,
  .content-teaser-container .grayover, .content-teaser-container .blackover {
    width: 100%;
    height: 200px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    pointer-events: none;
    mix-blend-mode: multiply;
    padding: 0;
    opacity: .8;
    display: block !important; }
  .content-teaser-container .blueover {
    background-color: #00a9e0; }
  .content-teaser-container .tealover {
    background-color: #27bbb2; }
  .content-teaser-container .grayover {
    background-color: #6d6e71; }
  .content-teaser-container .blackover {
    background-color: black;
    opacity: .6; }
  .content-teaser-container .maincont {
    border-left: 2px solid whitesmoke;
    background-position: center;
    background-size: cover;
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 1; }
  .content-teaser-container .catnav {
    background: #BBBDC0 none repeat scroll 0% 0%;
    border-right: 6px solid whitesmoke;
    text-align: center;
    font-family: gothambook;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 34px;
    height: 560px !important; }
  .content-teaser-container .btn-white,
  .content-teaser-container .btn-yellow {
    padding: 0 2.45rem;
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    line-height: 3.9rem;
    font-family: 'gothammedium';
    text-transform: uppercase;
    letter-spacing: .1em; }
  .content-teaser-container .btn-white {
    color: #b71234;
    background-color: white;
    border: solid 1px white; }
  .content-teaser-container .btn-white:hover, .content-teaser-container .btn-white:focus, .content-teaser-container .btn-white.focus, .content-teaser-container .btn-white:active, .content-teaser-container .btn-white.active, .content-teaser-container .open > .dropdown-toggle.btn-white {
    color: white;
    background-color: #b71234;
    border: solid 1px white; }
  .content-teaser-container .btn-yellow {
    color: black;
    background-color: #ffcb08;
    border: solid 1px #ffcb08; }
  .content-teaser-container .btn-yellow:hover, .content-teaser-container .btn-yellow:focus, .content-teaser-container .btn-yellow.focus, .content-teaser-container .btn-yellow:active, .content-teaser-container .btn-yellow.active, .content-teaser-container .open > .dropdown-toggle.btn-yellow {
    color: #ffcb08;
    background-color: black;
    border: solid 1px #ffcb08; }
  .content-teaser-container #container2, .content-teaser-container #container3, .content-teaser-container #container4, .content-teaser-container #container5, .content-teaser-container #container6, .content-teaser-container #container7, .content-teaser-container #container8 {
    display: none;
    overflow: visible; }
  .content-teaser-container .hrtease {
    width: 84%;
    border-top: 1px black solid; }
  @media (min-width: 992px) {
    .content-teaser-container #divLinks {
      min-height: 560px; } }
  @media (max-width: 991px) {
    .content-teaser-container .content-teaser-item {
      position: static;
      height: auto; }
    .content-teaser-container .dropdown-menu {
      position: relative;
      width: 100%; }
    .content-teaser-container .mobilepic {
      width: 100%; }
    .content-teaser-container .bannerback {
      min-height: unset;
      height: auto !important;
      width: 100%;
      height: 0px;
      background-image: url("picture.png");
      background-position: center;
      background-size: cover; } }
  .content-teaser-container .inside {
    margin-top: 20px;
    margin-bottom: 20px; }
  .content-teaser-container .inside-full-height {
    /*
          // if you want to give content full height give him height: 100%;
          // with content full height you can't apply margins to the content
          // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
          */
    height: 100%;
    margin-top: 0;
    margin-bottom: 0; }
  .content-teaser-container .content {
    /*padding: 12px 3px;*/ }
  .content-teaser-container .row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }
  .content-teaser-container .col-height {
    display: table-cell;
    float: none;
    height: 100%; }
  .content-teaser-container .col-top {
    vertical-align: top; }
  .content-teaser-container .col-middle {
    vertical-align: middle; }
  .content-teaser-container .col-bottom {
    vertical-align: bottom; }
  @media (min-width: 480px) {
    .content-teaser-container .row-xs-height {
      display: table;
      table-layout: fixed;
      height: 100%;
      width: 100%; }
    .content-teaser-container .col-xs-height {
      display: table-cell;
      float: none;
      height: 100%; }
    .content-teaser-container .col-xs-top {
      vertical-align: top; }
    .content-teaser-container .col-xs-middle {
      vertical-align: middle; }
    .content-teaser-container .col-xs-bottom {
      vertical-align: bottom; } }
  @media (min-width: 768px) {
    .content-teaser-container .row-sm-height {
      display: table;
      table-layout: fixed;
      height: 100%;
      width: 100%; }
    .content-teaser-container .col-sm-height {
      display: table-cell;
      float: none;
      height: 100%; }
    .content-teaser-container .col-sm-top {
      vertical-align: top; }
    .content-teaser-container .col-sm-middle {
      vertical-align: middle; }
    .content-teaser-container .col-sm-bottom {
      vertical-align: bottom; } }
  @media (min-width: 992px) {
    .content-teaser-container .row-md-height {
      display: table;
      table-layout: fixed;
      height: 100%;
      width: 100%; }
    .content-teaser-container .col-md-height {
      display: table-cell;
      float: none;
      height: 100%; }
    .content-teaser-container .col-md-top {
      vertical-align: top; }
    .content-teaser-container .col-md-middle {
      vertical-align: middle; }
    .content-teaser-container .col-md-bottom {
      vertical-align: bottom; } }
  @media (min-width: 1200px) {
    .content-teaser-container .row-lg-height {
      display: table;
      table-layout: fixed;
      height: 100%;
      width: 100%; }
    .content-teaser-container .col-lg-height {
      display: table-cell;
      float: none;
      height: 100%; }
    .content-teaser-container .col-lg-top {
      vertical-align: top; }
    .content-teaser-container .col-lg-middle {
      vertical-align: middle; }
    .content-teaser-container .col-lg-bottom {
      vertical-align: bottom; } }
  .content-teaser-container ul.teasecats li {
    line-height: 42px;
    vertical-align: middle; }
  .content-teaser-container ul.teasecats li a:hover, .content-teaser-container ul.teasecats li a:active {
    color: white !important;
    text-decoration: none;
    font-family: "gothambook", sans-serif; }
  .content-teaser-container ul.teasecats li a {
    text-decoration: none;
    color: #0a0a0a; }
  .content-teaser-container ul.teasecats li a.teasecat-active {
    color: #fff;
    font-family: "gothambook", sans-serif; }
  @media (max-width: 992px) {
    .content-teaser-container .blueover, .content-teaser-container .tealover, .content-teaser-container .grayover, .content-teaser-container .blackover {
      display: none !important; }
    .content-teaser-container ul.teasecats {
      position: static;
      top: 74px;
      z-index: 1000;
      display: none;
      width: 330px;
      padding: 2px 5px;
      list-style: outside none none;
      font-size: 17px;
      text-align: left;
      background-color: white;
      background-clip: padding-box;
      border-width: 0px 1px 1px;
      border-style: solid;
      border-color: #666;
      opacity: 0.96;
      overflow: hidden;
      border-radius: 0px;
      box-shadow: 0px 0px 0px transparent;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      visibility: visible;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear; }
    .content-teaser-container ul.teasecats li a:hover, .content-teaser-container ul.teasecats li a:active {
      color: #222 !important;
      text-decoration: none;
      font-family: 'gothambold' !important; }
    .content-teaser-container .btn-teasecats {
      color: #000 !important;
      background-color: #fff !important;
      border-color: #000 !important;
      text-transform: uppercase;
      width: 330px;
      /*padding: 4px 15px;*/
      outline: none;
      margin: 35px auto 10px auto;
      font-family: 'gothammedium';
      font-size: 21px; }
    .content-teaser-container .btn-teasecats:focus, .content-teaser-container .btn-teasecats:active {
      outline: none; }
    .content-teaser-container .dropdown {
      background: #fff !important;
      text-align: center; } }
  .content-teaser-container .caret_teasecats {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #333;
    margin-top: -3px; }
  .content-teaser-container .bannerpicmobile {
    display: none; }
  .content-teaser-container h2.white {
    font-family: "gothambook", sans-serif;
    font-size: 31px;
    line-height: 36px;
    font-weight: normal;
    margin: 0 0 6px;
    color: white;
    text-align: left; }
  .content-teaser-container h3.white {
    font-family: "gothambook", sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    color: white;
    text-align: left;
    margin-top: 0px; }
  .content-teaser-container h3.section_title {
    font-family: "gothammedium", sans-serif;
    font-size: 34px;
    background: whitesmoke;
    padding: 8px 16px;
    margin-bottom: 0;
    color: black;
    margin-top: 0; }
  @media (max-width: 400px) {
    .content-teaser-container h3.white {
      font-size: 11px; } }
  @media (min-width: 1280px) {
    .content-teaser-container h3.white {
      font-size: 16px; } }
  @media (max-width: 991px) {
    .content-teaser-container .bannerback {
      width: 100%;
      height: 0px;
      background-image: none;
      background-position: center;
      background-size: cover; }
    .content-teaser-container .bannerpicmobile {
      display: block; }
    .content-teaser-container .teasecatsmobile {
      border: 0px solid red; }
    .content-teaser-container ul.teasecats {
      visibility: visible;
      opacity: 1; }
    .content-teaser-container .bancopy {
      position: static;
      padding: 5%;
      height: auto; }
    .content-teaser-container .catnav {
      background: none;
      border-right: 0 solid red;
      height: auto !important; }
    .content-teaser-container .dropdown-menu > li > a {
      display: block;
      padding: 4px 15px;
      clear: both;
      font-weight: normal;
      line-height: 2em;
      color: #444;
      white-space: nowrap;
      text-transform: uppercase;
      font-size: 18px;
      text-align: center;
      font-family: 'gothammedium'; }
    .content-teaser-container .mobile_bluebox {
      background-color: #00A9E0; }
    .content-teaser-container .mobile_tealbox {
      background-color: #27BBB2; }
    .content-teaser-container .mobile_graybox {
      background-color: #6d6e71; }
    .content-teaser-container .mobile_blackbox {
      background-color: #000; } }
  @media (max-width: 460px) {
    .content-teaser-container .mobile_bluebox, .content-teaser-container .mobile_tealbox, .content-teaser-container .mobile_graybox .mobile_blackbox {
      padding: 8%; } }

.affix {
  top: 150px; }

@media (max-width: 991px) {
  .affix {
    position: relative; } }

.builderStep {
  display: none; }

.directionControl {
  position: relative;
  margin: 30px 0;
  text-align: right; }

.boxPrice {
  color: #b71234;
  font-size: 14px; }

.boxName {
  font-weight: bold;
  font-size: 25px; }

.box {
  border-top: 1px solid #efefef;
  padding: 40px 20px; }

.box:first-child {
  margin-top: 40px; }

.stepHolder {
  margin: 40px 20px; }
  .stepHolder .selected a {
    font-weight: bold;
    color: black !important; }
  .stepHolder .selected span {
    border: 5px solid darkGray;
    color: black; }
  .stepHolder .completed a {
    font-weight: bold;
    color: green !important; }
  .stepHolder .completed span {
    border-color: green;
    color: green;
    padding: 10px 17px !important; }
  .stepHolder div span {
    border-radius: 30px;
    border: 5px solid lightGray;
    text-decoration: none;
    display: inline-block;
    margin-right: 10px;
    color: darkGray;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 20px; }
  .stepHolder div a {
    text-decoration: underline;
    color: lightGray !important; }

.tvPlanBuilder .select .btn-red {
  width: 230px;
  line-height: 40px;
  display: block;
  text-align: center;
  text-transform: uppercase; }

.tvPlanBuilder .tv-step {
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 50px; }
  .tvPlanBuilder .tv-step h2 {
    font-family: "gothammedium", sans-serif;
    font-size: 34px;
    color: black;
    margin: 10px 0; }
  .tvPlanBuilder .tv-step p {
    font-family: "gothambook", sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: black;
    margin-left: 30px; }

.tvPlanBuilder .tv-step:first-child {
  margin-top: 0; }

.tvPlanBuilder .plan-holder {
  width: 100%; }
  .tvPlanBuilder .plan-holder .plan {
    opacity: .5;
    border: solid 4px #b71234;
    text-align: center;
    width: 230px;
    margin: 0 5px 5px 0;
    float: left;
    cursor: pointer; }
    .tvPlanBuilder .plan-holder .plan .images {
      height: 132px;
      padding-top: 10px;
      background: #bbbdc0;
      /* For browsers that do not support gradients */
      background: -webkit-linear-gradient(#bbbdc0, white);
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(#bbbdc0, white);
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(#bbbdc0, white);
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(#bbbdc0, white);
      /* Standard syntax */ }
      .tvPlanBuilder .plan-holder .plan .images img {
        height: 110px;
        margin: 0 auto; }
    .tvPlanBuilder .plan-holder .plan .details {
      padding-top: 10px;
      background-color: whitesmoke; }
      .tvPlanBuilder .plan-holder .plan .details .price {
        font-family: "gothammedium", sans-serif;
        font-size: 34px;
        line-height: 34px;
        color: #6d6e71; }
      .tvPlanBuilder .plan-holder .plan .details .monthly {
        font-family: "gothammedium", sans-serif;
        font-size: 21px;
        line-height: 30px;
        color: #6d6e71; }
      .tvPlanBuilder .plan-holder .plan .details .legal {
        font-family: "gothambook", sans-serif;
        font-size: 10pt;
        color: #6d6e71;
        margin: 10px 0; }
    .tvPlanBuilder .plan-holder .plan.selected {
      opacity: 1; }
      .tvPlanBuilder .plan-holder .plan.selected .details .price {
        color: #00a9e0; }
      .tvPlanBuilder .plan-holder .plan.selected:hover {
        opacity: 1; }
    .tvPlanBuilder .plan-holder .plan:hover {
      opacity: .75; }
      .tvPlanBuilder .plan-holder .plan:hover .details .price {
        color: #00a9e0; }
  .tvPlanBuilder .plan-holder .plan:first-child {
    margin-left: 0; }
  .tvPlanBuilder .plan-holder .plan:last-child {
    margin-right: 0; }

.tvPlanBuilder .tivo-wrapper {
  width: 100%;
  padding: 20px;
  background-color: whitesmoke; }
  .tvPlanBuilder .tivo-wrapper table {
    font-family: "gothammedium", sans-serif;
    font-size: 21px;
    color: #6d6e71;
    text-transform: uppercase;
    width: 100%; }
    .tvPlanBuilder .tivo-wrapper table th {
      color: #b71234;
      padding-bottom: 12px; }
    .tvPlanBuilder .tivo-wrapper table td {
      padding: 5px 0; }
      .tvPlanBuilder .tivo-wrapper table td.price {
        color: #00a9e0;
        text-transform: lowercase; }
      .tvPlanBuilder .tivo-wrapper table td select {
        padding: 3px 5px;
        font-size: 16px;
        min-width: 300px; }

.tvPlanBuilder .tivoLegal {
  font-family: "gothambook", sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: black;
  font-style: italic; }

.tvPlanBuilder .premium-wrapper {
  width: 100%; }
  .tvPlanBuilder .premium-wrapper .premium {
    height: 220px;
    float: left;
    width: 225px;
    margin-right: 5px;
    text-align: center;
    background-color: whitesmoke;
    margin-bottom: 5px;
    border: solid 2px whitesmoke;
    cursor: pointer; }
    .tvPlanBuilder .premium-wrapper .premium.selected {
      border: solid 2px #b71234; }
    .tvPlanBuilder .premium-wrapper .premium .images {
      height: 115px;
      padding-top: 20px; }
      .tvPlanBuilder .premium-wrapper .premium .images img {
        max-width: 200px;
        max-height: 90px;
        margin: 0 auto; }
    .tvPlanBuilder .premium-wrapper .premium .price {
      font-family: "gothammedium", sans-serif;
      font-size: 24px;
      line-height: 30px;
      color: #00a9e0; }
    .tvPlanBuilder .premium-wrapper .premium .legal, .tvPlanBuilder .premium-wrapper .premium label {
      font-family: "gothammedium", sans-serif;
      font-size: 16px;
      color: black;
      margin-bottom: 10px; }

.tvPlanBuilder .order-summary {
  background-color: whitesmoke;
  border: solid 1px #bbbdc0;
  margin-left: 5px;
  padding: 0 20px; }
  .tvPlanBuilder .order-summary h2 {
    font-family: "gothambook", sans-serif;
    font-size: 34px;
    color: black; }
  .tvPlanBuilder .order-summary h3 {
    font-family: "gothammedium", sans-serif;
    font-size: 18px;
    color: #6d6e71; }
  .tvPlanBuilder .order-summary #summary-plan-name,
  .tvPlanBuilder .order-summary #summary-tivo-name,
  .tvPlanBuilder .order-summary #summary-premium-name {
    font-family: "gothammedium", sans-serif;
    font-size: 16px;
    color: #b71234;
    float: left; }
  .tvPlanBuilder .order-summary .summary-total {
    font-family: "gothammedium", sans-serif;
    font-size: 16px;
    color: #6d6e71;
    width: 50%;
    float: left;
    margin-top: 20px;
    line-height: 24px; }
  .tvPlanBuilder .order-summary #summary-plan-cost,
  .tvPlanBuilder .order-summary #summary-tivo-cost,
  .tvPlanBuilder .order-summary #summary-premium-cost,
  .tvPlanBuilder .order-summary #summary-total-monthly-cost,
  .tvPlanBuilder .order-summary #summary-total-purchase-cost {
    font-family: "gothammedium", sans-serif;
    font-size: 16px;
    color: #00a9e0;
    float: right;
    width: 30%; }
  .tvPlanBuilder .order-summary #summary-total-monthly-cost,
  .tvPlanBuilder .order-summary #summary-total-purchase-cost {
    margin-top: 20px; }
  .tvPlanBuilder .order-summary .addBtn {
    margin-top: 30px;
    margin-bottom: 15px; }
  .tvPlanBuilder .order-summary .summaryText {
    font-family: "gothammedium", sans-serif; }

.tvPlanBuilder #myModal h3 {
  font-family: "gothammedium", sans-serif;
  font-size: 18px;
  color: #6d6e71;
  margin-top: 10px;
  margin-bottom: 0; }

.tvPlanBuilder #myModal #modal-monthly-name,
.tvPlanBuilder #myModal #modal-monthly-purchase-name {
  font-family: "gothammedium", sans-serif;
  font-size: 16px;
  color: #6d6e71;
  width: 50%;
  margin-top: 20px;
  line-height: 22px;
  float: left; }

.tvPlanBuilder #myModal #modal-summary-plan-name,
.tvPlanBuilder #myModal #modal-tivo-name,
.tvPlanBuilder #myModal #modal-premium,
.tvPlanBuilder #myModal #modal-premium-name {
  font-family: "gothammedium", sans-serif;
  font-size: 16px;
  width: 70%;
  text-transform: uppercase;
  float: left; }

.tvPlanBuilder #myModal #modal-summary-plan-cost,
.tvPlanBuilder #myModal #modal-tivo-cost,
.tvPlanBuilder #myModal #modal-premium-cost,
.tvPlanBuilder #myModal #modal-monthly-cost,
.tvPlanBuilder #myModal #modal-monthly-purchase-cost {
  font-family: "gothammedium", sans-serif;
  font-size: 16px;
  color: #00a9e0;
  float: right;
  margin-top: 10px;
  width: 30%; }

.tvPlanBuilder #myModal #modal-monthly-cost,
.tvPlanBuilder #myModal #modal-monthly-purchase-cost {
  margin-top: 20px; }

@media (max-width: 565px) {
  .tvPlanBuilder .tv-step h2 {
    font-size: 27px;
    margin: 5px; }
  .tvPlanBuilder .tv-step p {
    margin-left: 0;
    font-size: 14px; }
  .tvPlanBuilder .plan-holder {
    width: 100%; }
    .tvPlanBuilder .plan-holder .plan {
      float: none;
      width: 100%; }
  .tvPlanBuilder .premium-wrapper {
    width: 100%; }
    .tvPlanBuilder .premium-wrapper .premium {
      float: none;
      width: 100%; } }

@media (max-width: 600px) {
  .tvPlanBuilder .tivo-wrapper table {
    font-size: 17px; }
    .tvPlanBuilder .tivo-wrapper table td select {
      width: 220px;
      min-width: 220px;
      font-size: 14px; }
  .tvPlanBuilder .tivoLegal {
    margin: 5px; } }

@media (max-width: 560px) {
  .tvPlanBuilder .tivo-wrapper {
    padding: 15px; }
    .tvPlanBuilder .tivo-wrapper table {
      font-size: 14px; }
      .tvPlanBuilder .tivo-wrapper table td select {
        font-size: 13px;
        width: 180px;
        min-width: 180px; } }

@media (max-width: 400px) {
  .tvPlanBuilder .tivo-wrapper {
    padding: 5px; }
    .tvPlanBuilder .tivo-wrapper table {
      font-size: 12px; }
      .tvPlanBuilder .tivo-wrapper table td select {
        font-size: 11px;
        width: 155px;
        min-width: 180px; } }

@media (max-width: 768px) {
  .tvPlanBuilder .plan-holder, .tvPlanBuilder .premium-wrapper, .tvPlanBuilder .tivo-wrapper {
    margin-left: 10px;
    margin-right: 10px;
    width: inherit; } }

@media screen and (min-width: 566px) and (max-width: 840px), screen and (min-width: 992px) and (max-width: 1200px) {
  .tvPlanBuilder .plan-holder .plan {
    width: 49%; }
  .tvPlanBuilder .premium-wrapper .premium {
    width: 49%; } }

.contextual-navigation .left {
  float: left !important; }

.contextual-navigation .right {
  float: right !important; }

.contextual-navigation .alignleft {
  float: left;
  margin: 5px 18px 20px 0; }

.contextual-navigation .alignright {
  float: right;
  margin: 5px 0 20px 18px; }

.contextual-navigation #control-wrapper {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  z-index: 10000; }

.contextual-navigation .dropdown {
  background: #fff !important;
  padding-left: 0px !important; }

.contextual-navigation .contextcontrol {
  width: 16.66%;
  display: block;
  float: left;
  border-top: 1px solid #b71234;
  border-bottom: 1px solid #b71234;
  font-size: 14px; }

.contextual-navigation .js-generated {
  display: block; }

.contextual-navigation .mini-search {
  display: none; }

.contextual-navigation body.mobile .parallax-section, .contextual-navigation .off-canvas-wrap.move-left .parallax-section {
  background-attachment: scroll !important;
  background-position: 50% 0 !important; }

.contextual-navigation .mobile-slide-menu {
  display: block; }

.contextual-navigation div.left-small, .contextual-navigation div.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0; }

.contextual-navigation div.tab-bar {
  background: transparent;
  color: #666;
  height: 30px;
  line-height: 2.8125rem;
  position: relative;
  position: absolute;
  top: 35px;
  width: 30px;
  right: 5%;
  z-index: 20000; }
  .contextual-navigation div.tab-bar a i {
    font-size: 30px;
    vertical-align: middle;
    color: #656565 !important; }
  .contextual-navigation div.tab-bar h1, .contextual-navigation div.tab-bar h2, .contextual-navigation div.tab-bar h3, .contextual-navigation div.tab-bar h4, .contextual-navigation div.tab-bar h5, .contextual-navigation div.tab-bar h6 {
    color: white;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  .contextual-navigation div.tab-bar h1, .contextual-navigation div.tab-bar h2, .contextual-navigation div.tab-bar h3, .contextual-navigation div.tab-bar h4 {
    font-size: 13px; }

.contextual-navigation div.left-small {
  border-right: solid 1px #1a1a1a;
  box-shadow: 1px 0 0 #4d4d4d;
  left: 0; }

.contextual-navigation div.right-small {
  border-left: solid 1px #4d4d4d;
  box-shadow: -1px 0 0 #1a1a1a;
  right: 0; }

.contextual-navigation div.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0; }
  .contextual-navigation div.tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  .contextual-navigation div.tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  .contextual-navigation div.tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

.contextual-navigation a.menu-icon {
  width: 30px;
  height: 30px;
  display: block;
  line-height: 30px;
  padding: 0;
  color: white;
  position: relative; }
  .contextual-navigation a.menu-icon span {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0;
    left: 0.8125rem;
    top: 0.3125rem;
    -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
    box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; }
  .contextual-navigation a.menu-icon:hover span {
    -webkit-box-shadow: 0 10px 0 1px #b3b3b3, 0 16px 0 1px #b3b3b3, 0 22px 0 1px #b3b3b3;
    box-shadow: 0 10px 0 1px #b3b3b3, 0 16px 0 1px #b3b3b3, 0 22px 0 1px #b3b3b3; }

@media only screen and (min-width: 1300px) {
  .contextual-navigation .inner-wrap > .box-layout {
    max-width: 1200px !important; }
  .contextual-navigation .box-layout #header-wrapper, .contextual-navigation .box-layout .small-nav {
    max-width: 1200px !important; } }

.contextual-navigation .contextnav {
  margin: 0 auto;
  height: 30px; }

.contextual-navigation table.contextnav a {
  text-decoration: none;
  letter-spacing: 0.08em;
  color: #6d6e71; }
  .contextual-navigation table.contextnav a:hover {
    text-decoration: underline;
    color: #b71234; }

.contextual-navigation .contentnavcont {
  position: absolute;
  width: 1200px;
  z-index: 2;
  background: #fff;
  border-top: 1px solid #b71234;
  border-bottom: 1px solid #b71234;
  margin-bottom: 50px;
  padding-left: 1%; }

.contextual-navigation .contentnavlink {
  line-height: 35px; }

.contextual-navigation table.contextnav td {
  vertical-align: top; }

.contextual-navigation .spacer {
  height: 20px; }

.contextual-navigation .cathead {
  padding: 5px 0;
  width: 200px;
  font-size: 15px; }

.contextual-navigation #contentNavContent {
  display: none; }

.contextual-navigation .subcats {
  font-size: 13px; }

.contextual-navigation .cathead a, .contextual-navigation .subcats a {
  color: #6d6e71; }

.contextual-navigation .contextnavheight {
  height: 42px; }

.tvplanoverview .HeroRow {
  height: 300px; }
  .tvplanoverview .HeroRow #found, .tvplanoverview .HeroRow #notFound {
    display: none; }
  .tvplanoverview .HeroRow #currentLocation {
    text-transform: capitalize; }
  .tvplanoverview .HeroRow .InputContent {
    padding: 30px;
    margin-right: 4px;
    min-height: 300px;
    height: 100%; }
    .tvplanoverview .HeroRow .InputContent.backblue {
      color: #00a9df; }
    .tvplanoverview .HeroRow .InputContent p {
      color: white;
      font-family: "gothammedium", sans-serif;
      font-size: 1.9rem;
      line-height: 1.3em;
      margin-bottom: 15px;
      margin-top: 0;
      text-align: left; }
    .tvplanoverview .HeroRow .InputContent.backgray {
      background-color: whitesmoke; }
      .tvplanoverview .HeroRow .InputContent.backgray p {
        color: black; }
    .tvplanoverview .HeroRow .InputContent input[type="text"] {
      margin: 4px 0 8px; }
    .tvplanoverview .HeroRow .InputContent .form-control {
      background-color: #ffffff;
      background-image: none;
      border: 1px solid #dce4ec;
      border-radius: 4px;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
      color: #2c3e50;
      display: block;
      font-size: 15px;
      height: 43px;
      line-height: 1.42857;
      padding: 10px 15px;
      transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
      width: 100%;
      margin-bottom: 10px; }
    .tvplanoverview .HeroRow .InputContent .form-control, .tvplanoverview .HeroRow .InputContent input {
      border-width: 2px;
      box-shadow: none; }
    .tvplanoverview .HeroRow .InputContent .input-sm {
      border-radius: 3px;
      font-size: 13px;
      height: 33px;
      line-height: 1.5;
      padding: 6px 9px; }
    .tvplanoverview .HeroRow .InputContent p {
      color: #fff;
      font-family: "gothammedium",sans-serif;
      font-size: 1.9rem;
      line-height: 1.3em;
      margin-bottom: 15px;
      margin-top: 0;
      text-align: left; }
    .tvplanoverview .HeroRow .InputContent.backgray p {
      color: black; }
  .tvplanoverview .HeroRow .HeroItem:nth-child(2) {
    padding: 0 4px 0 3px; }
  .tvplanoverview .HeroRow .overlayFeatureModule {
    min-height: 300px; }

.tvplanoverview .waiting {
  margin: 20px auto 50px;
  text-align: center; }

.tvplanoverview .LocationNotFound {
  margin: 20px;
  font-family: "gothambold", sans-serif;
  font-size: 16px;
  color: #000000; }

.tvplanoverview .btn-grayflat, .tvplanoverview .btn-yellow {
  text-transform: uppercase;
  color: #000;
  background-color: #d7d7d7;
  border-color: black;
  font-family: "gothammedium", sans-serif;
  border-radius: 0px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #666;
  white-space: nowrap;
  padding: 5px 30px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.tvplanoverview .btn-yellow {
  background-color: #ffcb08;
  border: 1px solid #ffcb08; }

.tvplanoverview .btn-graydflat:hover,
.tvplanoverview .btn-grayflat:focus,
.tvplanoverview .btn-grayflat.focus,
.tvplanoverview .btn-grayflat:active,
.tvplanoverview .btn-grayflat.active,
.tvplanoverview .open > .dropdown-toggle.btn-red {
  color: #b71234;
  background-color: #d1d1d1;
  border-color: #000;
  text-decoration: none; }

.tvplanoverview .btn-yellow:hover,
.tvplanoverview .btn-yellow:focus,
.tvplanoverview .btn-yellow.focus,
.tvplanoverview .btn-yellow:active,
.tvplanoverview .btn-yellow.active,
.tvplanoverview .open > .dropdown-toggle.btn-yellow {
  color: #ffcb08;
  background-color: black;
  border-color: black;
  text-decoration: none; }

.tvplanoverview #PlanOverviewContent .narrowItem .details {
  padding: 30px 20px !important; }

.tvplanoverview #PlanOverviewContent .plan {
  /* width: 395px; 
            margin-left: 7px; */
  float: left;
  margin-bottom: 10px; }
  .tvplanoverview #PlanOverviewContent .plan:first-child {
    margin-left: 0; }
  .tvplanoverview #PlanOverviewContent .plan:nth-child(2) {
    padding: 0 7px; }
  .tvplanoverview #PlanOverviewContent .plan:nth-child(3) {
    padding: 0 7px 0 0; }
  .tvplanoverview #PlanOverviewContent .plan .images {
    height: 200px;
    text-align: center;
    padding-top: 20px;
    background: -webkit-linear-gradient(#d7d7d7, white);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#d7d7d7, white);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#d7d7d7, white);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#d7d7d7, white);
    /* Standard syntax */ }
    .tvplanoverview #PlanOverviewContent .plan .images img {
      height: 160px; }
  .tvplanoverview #PlanOverviewContent .plan .details {
    padding: 30px 75px;
    /* height: 365px; */
    color: white;
    text-align: center; }
    .tvplanoverview #PlanOverviewContent .plan .details .channels, .tvplanoverview #PlanOverviewContent .plan .details .price {
      font-family: "gothammedium", sans-serif;
      font-size: 38px;
      text-transform: uppercase;
      line-height: 34px;
      margin-bottom: 20px; }
    .tvplanoverview #PlanOverviewContent .plan .details .copy a, .tvplanoverview #PlanOverviewContent .plan .details .copy a:hover {
      color: white;
      text-decoration: underline; }
    .tvplanoverview #PlanOverviewContent .plan .details .price {
      margin-bottom: 3px; }
    .tvplanoverview #PlanOverviewContent .plan .details .monthly {
      font-family: "gothammedium", sans-serif;
      font-size: 20px;
      margin-bottom: 25px;
      line-height: 23px;
      text-transform: uppercase; }
    .tvplanoverview #PlanOverviewContent .plan .details .extraprice {
      font-family: "gothambook", sans-serif;
      font-size: 12pt;
      margin-bottom: 20px; }
    .tvplanoverview #PlanOverviewContent .plan .details .copy {
      font-family: "gothambook", sans-serif;
      font-size: 20px;
      margin-bottom: 35px;
      line-height: 22px; }
    .tvplanoverview #PlanOverviewContent .plan .details .hubbtn {
      background-color: white;
      color: #b71234;
      text-transform: uppercase; }
      .tvplanoverview #PlanOverviewContent .plan .details .hubbtn:hover {
        color: white;
        background-color: #b71234; }

.tvplanoverview #PlanOverviewContent.planbackbusiness .plan {
  border: solid 2px #bbbdc0; }
  .tvplanoverview #PlanOverviewContent.planbackbusiness .plan .images {
    background: inherit;
    background-color: white; }
  .tvplanoverview #PlanOverviewContent.planbackbusiness .plan .details {
    border-top: solid 2px #bbbdc0;
    padding: 15px 75px;
    height: 320px;
    background-color: whitesmoke; }
    .tvplanoverview #PlanOverviewContent.planbackbusiness .plan .details .channels, .tvplanoverview #PlanOverviewContent.planbackbusiness .plan .details .monthly, .tvplanoverview #PlanOverviewContent.planbackbusiness .plan .details .copy {
      color: black; }
    .tvplanoverview #PlanOverviewContent.planbackbusiness .plan .details .price {
      color: #00a9e0; }
    .tvplanoverview #PlanOverviewContent.planbackbusiness .plan .details .extraprice {
      display: none; }

.tvplanoverview #PlanOverviewContent.planbackred .plan .details {
  background-color: #b71234; }

.tvplanoverview #PlanOverviewContent.planbackgcigray .plan .details {
  background-color: whitesmoke; }
  .tvplanoverview #PlanOverviewContent.planbackgcigray .plan .details .channels {
    color: black; }
  .tvplanoverview #PlanOverviewContent.planbackgcigray .plan .details .price {
    color: #00a9e0; }
  .tvplanoverview #PlanOverviewContent.planbackgcigray .plan .details .monthly {
    color: black; }
  .tvplanoverview #PlanOverviewContent.planbackgcigray .plan .details .extraprice {
    color: black; }
  .tvplanoverview #PlanOverviewContent.planbackgcigray .plan .details .copy {
    color: black; }
  .tvplanoverview #PlanOverviewContent.planbackgcigray .plan .details .hubbtn {
    color: white;
    background-color: #b71234;
    text-transform: uppercase; }
    .tvplanoverview #PlanOverviewContent.planbackgcigray .plan .details .hubbtn:hover {
      background-color: white;
      color: #b71234; }

.tvplanoverview #myModal #modal-summary-plan-name {
  font-family: "gothammedium", sans-serif;
  font-size: 16px;
  width: 70%;
  text-transform: uppercase;
  float: left; }

.tvplanoverview #myModal #modal-summary-plan-cost {
  font-family: "gothammedium", sans-serif;
  font-size: 16px;
  color: #00a9e0;
  float: right;
  margin-top: 10px;
  text-align: right;
  width: 30%; }

@media (max-width: 830px) {
  .tvplanoverview .HeroRow {
    height: inherit; }
    .tvplanoverview .HeroRow .col-sm-4 {
      width: 100%; }
    .tvplanoverview .HeroRow .HeroItem:nth-child(2) {
      margin: 3px 0; }
    .tvplanoverview .HeroRow .InputContent {
      width: 100%;
      min-height: 100%;
      height: inherit; }
  .tvplanoverview #PlanOverviewContent .plan {
    width: 100%;
    height: inherit; }
    .tvplanoverview #PlanOverviewContent .plan .details {
      height: inherit; } }

.modal .btn-red {
  color: #ffffff;
  background-color: #B71234;
  border-color: #B71234;
  font-family: 'gothammedium';
  line-height: 40px;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none; }

.modal .btn-red:hover,
.modal .btn-red:focus,
.modal .btn-red.focus,
.modal .btn-red:active,
.modal .btn-red.active,
.modal .open > .dropdown-toggle.btn-red {
  color: #B71234;
  background-color: #fff;
  border-color: #B71234;
  border: 1px solid #B71234;
  text-decoration: none;
  line-height: 38px; }

.modal .btn-red:active,
.modal .btn-red.active,
.modal .open > .dropdown-toggle.btn-red {
  background-image: none; }

.modal .btn-red.disabled,
.modal .btn-red[disabled] {
  background-color: #e74c3c;
  border-color: #e74c3c; }

.modal .modal-open .modal {
  padding-left: 0px !important;
  padding-right: 0px !important;
  overflow-y: scroll; }

.modal .vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
  /* This makes sure that we can still click outside of the modal to close it */ }

.modal .vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none; }

.modal .modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  /*width:inherit;*/
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all;
  border-radius: 0;
  box-shadow: none; }
  .modal .modal-content.wide {
    width: 800px; }
  .modal .modal-content.narrow {
    width: 400px; }

.modal .modal-body {
  padding: 30px 30px 15px; }

.modal .close-modal {
  position: absolute;
  right: 15px;
  top: 15px; }

.modal .selection.showborder {
  border-right: 1px solid #bcbec0;
  padding-right: 15px; }

.modal .selection h1,
.modal .suggested h1 {
  margin: 0 0 30px;
  font-size: 24px;
  color: #bcbec0;
  text-transform: uppercase; }

.modal .suggested {
  border-left: 1px solid #bcbec0;
  padding: 0 35px 0 25px;
  text-align: center; }
  .modal .suggested p {
    font-family: "gothammedium", sans-serif;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0px;
    color: #6d6e71; }
  .modal .suggested h1 {
    margin-top: 2.5em;
    font-size: 28px;
    color: #b71234; }
  .modal .suggested .btn-red {
    width: 200px;
    margin: 20px auto 0; }

.modal .modal-footer {
  border-top: none;
  padding: 0 30px 30px; }
  .modal .modal-footer a {
    font-family: "gothammedium", sans-serif;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0px;
    color: #b71234;
    float: left;
    padding-left: 20px;
    padding-right: 0 !important; }
    .modal .modal-footer a:first-child {
      border-right: 1px solid #b71234;
      padding-left: 0;
      padding-right: 20px !important; }

.modal .modal-backdrop {
  z-index: 0; }

@media screen and (max-width: 830px) {
  .modal .modal-content.narrow, .modal .modal-content.wide {
    width: 400px; }
  .modal .modal-body {
    padding: 15px 15px 0; }
  .modal .selection,
  .modal .suggested {
    width: 100%;
    padding: 0px;
    height: auto !important; }
    .modal .selection h1,
    .modal .suggested h1 {
      margin: 0 0 15px; }
  .modal .suggested {
    border: none; }
  .modal .selection.showborder {
    border-right: 0px solid #bcbec0;
    border-bottom: 1px solid #bcbec0;
    margin-bottom: 15px;
    padding-bottom: 15px; }
  .modal .modal-footer {
    padding: 20px 30px 15px; }
  .modal .selection-text {
    width: 75%; } }

@media screen and (max-width: 400px) {
  .modal .modal-content.narrow, .modal .modal-content.wide {
    width: 100%; }
  .modal .modal-footer a {
    float: none;
    display: block;
    padding-left: 0;
    text-align: center;
    padding-right: 0;
    margin-bottom: 10px; }
    .modal .modal-footer a:first-child {
      border-right: none;
      padding-right: 0; } }

.phoneplanoverview .HeroRow {
  height: 300px; }
  .phoneplanoverview .HeroRow #found, .phoneplanoverview .HeroRow #notFound {
    display: none; }
  .phoneplanoverview .HeroRow #currentLocation {
    text-transform: capitalize; }
  .phoneplanoverview .HeroRow .InputContent {
    padding: 30px;
    margin-right: 4px;
    min-height: 300px;
    height: 100%; }
    .phoneplanoverview .HeroRow .InputContent.backblue {
      color: #00a9df; }
    .phoneplanoverview .HeroRow .InputContent p {
      color: white;
      font-family: "gothammedium", sans-serif;
      font-size: 1.9rem;
      line-height: 1.3em;
      margin-bottom: 15px;
      margin-top: 0;
      text-align: left; }
    .phoneplanoverview .HeroRow .InputContent.backgray {
      background-color: whitesmoke; }
      .phoneplanoverview .HeroRow .InputContent.backgray p {
        color: black; }
    .phoneplanoverview .HeroRow .InputContent input[type="text"] {
      margin: 4px 0 8px; }
    .phoneplanoverview .HeroRow .InputContent .form-control {
      background-color: #ffffff;
      background-image: none;
      border: 1px solid #dce4ec;
      border-radius: 4px;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
      color: #2c3e50;
      display: block;
      font-size: 15px;
      height: 43px;
      line-height: 1.42857;
      padding: 10px 15px;
      transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
      width: 100%;
      margin-bottom: 10px; }
    .phoneplanoverview .HeroRow .InputContent .form-control, .phoneplanoverview .HeroRow .InputContent input {
      border-width: 2px;
      box-shadow: none; }
    .phoneplanoverview .HeroRow .InputContent .input-sm {
      border-radius: 3px;
      font-size: 13px;
      height: 33px;
      line-height: 1.5;
      padding: 6px 9px; }
    .phoneplanoverview .HeroRow .InputContent p {
      color: black;
      font-family: "gothammedium",sans-serif;
      font-size: 1.9rem;
      line-height: 1.3em;
      margin-bottom: 15px;
      margin-top: 0;
      text-align: left; }
  .phoneplanoverview .HeroRow .HeroItem:nth-child(1) {
    background-color: whitesmoke; }
  .phoneplanoverview .HeroRow .overlayFeatureModule {
    min-height: 300px; }

.phoneplanoverview .waiting {
  margin: 20px auto 50px;
  text-align: center; }

.phoneplanoverview .LocationNotFound {
  margin: 20px;
  font-family: "gothambold", sans-serif;
  font-size: 16px;
  color: #000000; }

.phoneplanoverview .btn-grayflat, .phoneplanoverview .btn-yellow {
  text-transform: uppercase;
  color: #000;
  background-color: #d7d7d7;
  border-color: black;
  font-family: "gothammedium", sans-serif;
  border-radius: 0px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #666;
  white-space: nowrap;
  padding: 5px 30px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.phoneplanoverview .btn-yellow {
  background-color: #ffcb08;
  border: 1px solid #ffcb08; }

.phoneplanoverview .btn-graydflat:hover,
.phoneplanoverview .btn-grayflat:focus,
.phoneplanoverview .btn-grayflat.focus,
.phoneplanoverview .btn-grayflat:active,
.phoneplanoverview .btn-grayflat.active,
.phoneplanoverview .open > .dropdown-toggle.btn-red {
  color: #b71234;
  background-color: #d1d1d1;
  border-color: #000;
  text-decoration: none; }

.phoneplanoverview .btn-yellow:hover,
.phoneplanoverview .btn-yellow:focus,
.phoneplanoverview .btn-yellow.focus,
.phoneplanoverview .btn-yellow:active,
.phoneplanoverview .btn-yellow.active,
.phoneplanoverview .open > .dropdown-toggle.btn-yellow {
  color: #ffcb08;
  background-color: black;
  border-color: #ffcb08;
  text-decoration: none; }

.phoneplanoverview #PlanOverviewContent .plan {
  background-color: whitesmoke;
  margin-left: 5px;
  float: left;
  margin-top: 4px;
  margin-bottom: 10px;
  text-align: center;
  padding-bottom: 15px; }
  .phoneplanoverview #PlanOverviewContent .plan.leftsideSpacer {
    margin-left: 8px; }
  .phoneplanoverview #PlanOverviewContent .plan .details {
    padding: 15px;
    color: black; }
    .phoneplanoverview #PlanOverviewContent .plan .details .title {
      font-family: "gothambook", sans-serif;
      font-size: 34px;
      text-transform: uppercase;
      line-height: 36px;
      margin-bottom: 20px; }
    .phoneplanoverview #PlanOverviewContent .plan .details .price {
      font-family: "gothammedium", sans-serif;
      font-size: 34px;
      text-transform: uppercase;
      line-height: 36px;
      margin-bottom: 20px;
      color: #00a9e0; }
    .phoneplanoverview #PlanOverviewContent .plan .details .copy {
      font-family: "gothambook", sans-serif;
      font-size: 16px;
      margin-bottom: 20px;
      line-height: 22px; }
  .phoneplanoverview #PlanOverviewContent .plan .hubbtn {
    background-color: #b71234;
    color: white;
    text-transform: uppercase;
    border: solid 1px #b71234;
    margin-bottom: 20px; }
    .phoneplanoverview #PlanOverviewContent .plan .hubbtn:hover {
      color: #b71234;
      background-color: white; }

.phoneplanoverview #myModal h3 {
  font-family: "gothammedium", sans-serif;
  font-size: 18px;
  color: #6d6e71;
  margin-top: 10px;
  margin-bottom: 0; }

.phoneplanoverview #myModal #modal-summary-plan-name {
  font-family: "gothammedium", sans-serif;
  font-size: 16px;
  width: 70%;
  text-transform: uppercase;
  float: left;
  margin-top: 10px; }

.phoneplanoverview #myModal #modal-summary-plan-cost {
  font-family: "gothammedium", sans-serif;
  font-size: 16px;
  color: #00a9e0;
  float: right;
  margin-top: 10px;
  width: 30%;
  text-align: right; }

@media (max-width: 830px) {
  .phoneplanoverview .HeroRow {
    height: inherit; }
    .phoneplanoverview .HeroRow .col-sm-4 {
      width: 100%; }
    .phoneplanoverview .HeroRow .HeroItem:nth-child(2) {
      margin: 3px 0; }
    .phoneplanoverview .HeroRow .InputContent {
      width: 100%;
      min-height: 100%;
      height: inherit; }
    .phoneplanoverview .HeroRow .featureModule {
      min-height: inherit; }
  .phoneplanoverview #PlanOverviewContent .plan {
    width: 100%;
    height: inherit; }
    .phoneplanoverview #PlanOverviewContent .plan .details {
      height: inherit; } }

.gciforms {
  margin-bottom: 6px;
  font-family: 'gothammedium', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px; }
  .gciforms.modalform {
    margin-top: -150px; }
  .gciforms.business {
    font-family: 'gothambook', "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .gciforms fieldset legend {
    font-size: 34px; }
  .gciforms .scfDroplistBorder.Location select {
    text-transform: capitalize; }
    .gciforms .scfDroplistBorder.Location select option {
      text-transform: capitalize; }
  .gciforms .successMsg {
    margin: 30px 15px;
    font-size: 28px; }
  .gciforms input[type=submit] {
    font-size: 1.6rem;
    letter-spacing: 1.3px;
    padding: 0 2.45rem;
    font-family: "gothammedium";
    text-decoration: none;
    display: inline-block;
    margin-left: 0 !important;
    line-height: 3.9rem;
    text-transform: uppercase;
    border-radius: 0; }
  .gciforms.forms-hubyellowbtn input[type=submit] {
    background-color: #ffcb08;
    color: black;
    border-color: #ffcb08; }
    .gciforms.forms-hubyellowbtn input[type=submit]:hover {
      color: #ffcb08;
      background-color: black;
      border: 1px solid #ffcb08; }
  .gciforms.forms-hubredbtn input[type=submit] {
    color: white;
    background-color: #b71234; }
    .gciforms.forms-hubredbtn input[type=submit]:hover {
      background-color: white;
      color: #b71234;
      border: 1px solid #b71234; }
  .gciforms.forms-hubbluebtn input[type=submit] {
    color: white;
    background-color: #00a9e0; }
    .gciforms.forms-hubbluebtn input[type=submit]:hover {
      background-color: white;
      color: #00a9e0; }
  .gciforms.forms-hublightbtn input[type=submit] {
    color: #b71234;
    background-color: white; }
    .gciforms.forms-hublightbtn input[type=submit]:hover {
      background-color: #b71234;
      color: white;
      border: 1px solid #b71234; }
  .gciforms.forms-forms-hublightbluebtn input[type=submit] {
    color: #00a9e0;
    background-color: white; }
    .gciforms.forms-forms-hublightbluebtn input[type=submit]:hover {
      background-color: #00a9e0;
      color: white;
      border: 1px solid #00a9e0; }
  .gciforms.forms-text-center .form-submit-border {
    text-align: center; }
  .gciforms.forms-text-left .form-submit-border {
    text-align: left; }
  .gciforms.forms-text-right .form-submit-border {
    text-align: right; }
  .gciforms .form-control {
    border-radius: 0;
    border-color: #bbbdc0;
    border-width: 1px; }
  .gciforms .control-label {
    color: black; }
  .gciforms .has-success .control-label {
    color: black; }
  .gciforms .has-success .form-control {
    border-color: #bbbdc0;
    border-width: 1px; }
  .gciforms .scfSubmitSummary {
    margin: 30px 15px;
    font-size: 28px; }
  .gciforms .termsAgreement .checkbox input[type=checkbox] {
    margin-left: -30px; }
  .gciforms .required-field .checkbox:after {
    content: ""; }

.pac-container {
  display: none; }

.updateCity {
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 12px;
  width: 87%;
  padding: 10px;
  height: 41px; }

.btnlocation {
  font-size: 20px;
  border-color: #b71234;
  border: 1px;
  background-color: #b71234;
  color: #fff;
  margin: 20px; }

@media only screen and (max-width: 500px) {
  .locationbutton {
    margin-left: 12px;
    margin-bottom: 20px; }
  #showyoulocation {
    margin-left: 40px; }
  .updateCity {
    width: 89%; }
  .btnlocation {
    width: 92%;
    margin: 15px 0px; } }

.geocity {
  line-height: 30px;
  display: inline-block;
  font-size: small;
  color: #aa0023; }

.btnlocation:hover {
  border: 1px solid #aa0023;
  background-color: #fff;
  color: #b71234; }

.myDIV {
  width: 100%;
  padding: 5px 0;
  text-align: center; }

@media only screen and (max-width: 345px) {
  .geoPopOutText {
    margin-bottom: 40px; } }

#storefindermap {
  margin: 0px;
  padding: 0px;
  height: 100%; }

.storeinfoside {
  background-color: #fff;
  color: #aa0023;
  display: inline-block;
  height: 80%;
  padding: 20px; }

.storeinfoside a {
  color: #ffcb08; }

#storeContainer {
  background-color: #aa0023;
  height: 900px; }

@media only screen and (max-width: 459px) {
  #storefindermap {
    height: 44%; }
  .storeinfoside {
    padding-top: 1px; } }

@media only screen and (max-height: 600px) {
  #storefindermap {
    height: 40%; } }

@media only screen and (max-height: 780px) {
  #storeContainer {
    height: 540px; } }

@media only screen and (max-height: 1051px) {
  #storeContainer {
    height: 600px; } }

.search-bar-module .search-bar {
  border: solid 1px #bbbdc0;
  font-family: inherit;
  font-size: inherit; }

.search-bar-module .btn.hubdarkbtn {
  color: white;
  background-color: #b71234; }

.search-bar-module .btn.hubdarkbtn:hover {
  background-color: white;
  color: #b71234; }

.search-bar-module .btn.hublightbtn {
  background-color: white;
  color: #b71234; }

.search-bar-module .btn.hublightbtn:hover {
  color: white;
  background-color: #b71234; }

.search-bar-module .btn.hubbluebtn {
  background-color: #15a8e0;
  color: white; }

.search-bar-module .btn.hubbluebtn:hover {
  color: #15a8e0;
  background-color: white; }

.search-bar-module .btn.hubyellowbtn {
  color: #000;
  background-color: #ffcd00;
  border-color: #ffcd00; }

.search-bar-module .btn.hubyellowbtn:hover {
  color: #000;
  background-color: #fceeb9;
  border-color: #fceeb9; }

.search-bar-module-administration {
  padding: 1px 0px 1px 10px; }
  .search-bar-module-administration ul {
    list-style-type: none; }
    .search-bar-module-administration ul li {
      margin-bottom: 20px; }
  .search-bar-module-administration .btn-search-bar {
    font-family: 'gothambook', "Helvetica Neue", Helvetica, Arial, sans-serif; }

.tableMobile {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed; }

.tableMobile caption {
  font-size: 1.5em;
  margin: .5em 0 .75em; }

.tableMobile tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em; }

.tableMobile th,
.tableMobile td {
  padding: .625em;
  text-align: center; }

.tableMobile th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase; }

@media screen and (max-width: 600px) {
  .tableMobile {
    border: 0; }
  .tableMobile caption {
    font-size: 1.3em; }
  .tableMobile thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .tableMobile tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em; }
  .tableMobile td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right; }
  .tableMobile td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase; }
  .tableMobile td:last-child {
    border-bottom: 0; } }
header .container,footer .container,#locationPopup .container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}header .col-1,header .col-2,header .col-3,header .col-4,header .col-5,header .col-6,header .col-7,header .col-8,header .col-9,header .col-10,header .col-11,header .col-12,header .col,header .col-auto,header .col-sm-1,header .col-sm-2,header .col-sm-3,header .col-sm-4,header .col-sm-5,header .col-sm-6,header .col-sm-7,header .col-sm-8,header .col-sm-9,header .col-sm-10,header .col-sm-11,header .col-sm-12,header .col-sm,header .col-sm-auto,header .col-md-1,header .col-md-2,header .col-md-3,header .col-md-4,header .col-md-5,header .col-md-6,header .col-md-7,header .col-md-8,header .col-md-9,header .col-md-10,header .col-md-11,header .col-md-12,header .col-md,header .col-md-auto,header .col-lg-1,header .col-lg-2,header .col-lg-3,header .col-lg-4,header .col-lg-5,header .col-lg-6,header .col-lg-7,header .col-lg-8,header .col-lg-9,header .col-lg-10,header .col-lg-11,header .col-lg-12,header .col-lg,header .col-lg-auto,header .col-xl-1,header .col-xl-2,header .col-xl-3,header .col-xl-4,header .col-xl-5,header .col-xl-6,header .col-xl-7,header .col-xl-8,header .col-xl-9,header .col-xl-10,header .col-xl-11,header .col-xl-12,header .col-xl,header .col-xl-auto,footer .col-1,footer .col-2,footer .col-3,footer .col-4,footer .col-5,footer .col-6,footer .col-7,footer .col-8,footer .col-9,footer .col-10,footer .col-11,footer .col-12,footer .col,footer .col-auto,footer .col-sm-1,footer .col-sm-2,footer .col-sm-3,footer .col-sm-4,footer .col-sm-5,footer .col-sm-6,footer .col-sm-7,footer .col-sm-8,footer .col-sm-9,footer .col-sm-10,footer .col-sm-11,footer .col-sm-12,footer .col-sm,footer .col-sm-auto,footer .col-md-1,footer .col-md-2,footer .col-md-3,footer .col-md-4,footer .col-md-5,footer .col-md-6,footer .col-md-7,footer .col-md-8,footer .col-md-9,footer .col-md-10,footer .col-md-11,footer .col-md-12,footer .col-md,footer .col-md-auto,footer .col-lg-1,footer .col-lg-2,footer .col-lg-3,footer .col-lg-4,footer .col-lg-5,footer .col-lg-6,footer .col-lg-7,footer .col-lg-8,footer .col-lg-9,footer .col-lg-10,footer .col-lg-11,footer .col-lg-12,footer .col-lg,footer .col-lg-auto,footer .col-xl-1,footer .col-xl-2,footer .col-xl-3,footer .col-xl-4,footer .col-xl-5,footer .col-xl-6,footer .col-xl-7,footer .col-xl-8,footer .col-xl-9,footer .col-xl-10,footer .col-xl-11,footer .col-xl-12,footer .col-xl,footer .col-xl-auto,#locationPopup .col-1,#locationPopup .col-2,#locationPopup .col-3,#locationPopup .col-4,#locationPopup .col-5,#locationPopup .col-6,#locationPopup .col-7,#locationPopup .col-8,#locationPopup .col-9,#locationPopup .col-10,#locationPopup .col-11,#locationPopup .col-12,#locationPopup .col,#locationPopup .col-auto,#locationPopup .col-sm-1,#locationPopup .col-sm-2,#locationPopup .col-sm-3,#locationPopup .col-sm-4,#locationPopup .col-sm-5,#locationPopup .col-sm-6,#locationPopup .col-sm-7,#locationPopup .col-sm-8,#locationPopup .col-sm-9,#locationPopup .col-sm-10,#locationPopup .col-sm-11,#locationPopup .col-sm-12,#locationPopup .col-sm,#locationPopup .col-sm-auto,#locationPopup .col-md-1,#locationPopup .col-md-2,#locationPopup .col-md-3,#locationPopup .col-md-4,#locationPopup .col-md-5,#locationPopup .col-md-6,#locationPopup .col-md-7,#locationPopup .col-md-8,#locationPopup .col-md-9,#locationPopup .col-md-10,#locationPopup .col-md-11,#locationPopup .col-md-12,#locationPopup .col-md,#locationPopup .col-md-auto,#locationPopup .col-lg-1,#locationPopup .col-lg-2,#locationPopup .col-lg-3,#locationPopup .col-lg-4,#locationPopup .col-lg-5,#locationPopup .col-lg-6,#locationPopup .col-lg-7,#locationPopup .col-lg-8,#locationPopup .col-lg-9,#locationPopup .col-lg-10,#locationPopup .col-lg-11,#locationPopup .col-lg-12,#locationPopup .col-lg,#locationPopup .col-lg-auto,#locationPopup .col-xl-1,#locationPopup .col-xl-2,#locationPopup .col-xl-3,#locationPopup .col-xl-4,#locationPopup .col-xl-5,#locationPopup .col-xl-6,#locationPopup .col-xl-7,#locationPopup .col-xl-8,#locationPopup .col-xl-9,#locationPopup .col-xl-10,#locationPopup .col-xl-11,#locationPopup .col-xl-12,#locationPopup .col-xl,#locationPopup .col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;}header .col,header .col-auto,header .col-sm-auto,header .col-md,header .col-md-auto,header .col-lg,header .col-lg-auto,header .col-xl,header .col-xl-auto,footer .col,footer .col-auto,footer .col-sm-auto,footer .col-md,footer .col-md-auto,footer .col-lg,footer .col-lg-auto,footer .col-xl,footer .col-xl-auto,#locationPopup .col,#locationPopup .col-auto,#locationPopup .col-sm-auto,#locationPopup .col-md,#locationPopup .col-md-auto,#locationPopup .col-lg,#locationPopup .col-lg-auto,#locationPopup .col-xl,#locationPopup .col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;}header .col,footer .col,#locationPopup .col{flex-basis:0;flex-grow:1;max-width:100%;}header .col-auto,footer .col-auto,#locationPopup .col-auto{flex:0 0 auto;width:auto;max-width:none;}header .row,footer .row,#locationPopup .row{position:relative;display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;}@media(min-width:576px){header .col-sm,footer .col-sm,#locationPopup .col-sm{flex-basis:0;flex-grow:1;max-width:100%;}header .col-sm-auto,footer .col-sm-auto,#locationPopup .col-sm-auto{flex:0 0 auto;width:auto;max-width:none;}header .col-sm-1,footer .col-sm-1,#locationPopup .col-sm-1{flex:0 0 8.33333%;max-width:8.33333%;}header .col-sm-2,footer .col-sm-2,#locationPopup .col-sm-2{flex:0 0 16.66667%;max-width:16.66667%;}header .col-sm-3,footer .col-sm-3,#locationPopup .col-sm-3{flex:0 0 25%;max-width:25%;}header .col-sm-4,footer .col-sm-4,#locationPopup .col-sm-4{flex:0 0 33.33333%;max-width:33.33333%;}header .col-sm-5,footer .col-sm-5,#locationPopup .col-sm-5{flex:0 0 41.66667%;max-width:41.66667%;}header .col-sm-6,footer .col-sm-6,#locationPopup .col-sm-6{flex:0 0 50%;max-width:50%;}header .col-sm-7,footer .col-sm-7,#locationPopup .col-sm-7{flex:0 0 58.33333%;max-width:58.33333%;}header .col-sm-8,footer .col-sm-8,#locationPopup .col-sm-8{flex:0 0 66.66667%;max-width:66.66667%;}header .col-sm-9,footer .col-sm-9,#locationPopup .col-sm-9{flex:0 0 75%;max-width:75%;}header .col-sm-10,footer .col-sm-10,#locationPopup .col-sm-10{flex:0 0 83.33333%;max-width:83.33333%;}header .col-sm-11,footer .col-sm-11,#locationPopup .col-sm-11{flex:0 0 91.66667%;max-width:91.66667%;}header .col-sm-12,footer .col-sm-12,#locationPopup .col-sm-12{flex:0 0 100%;max-width:100%;}header .order-sm-first,footer .order-sm-first,#locationPopup .order-sm-first{order:-1;}header .order-sm-last,footer .order-sm-last,#locationPopup .order-sm-last{order:13;}header .order-sm-0,footer .order-sm-0,#locationPopup .order-sm-0{order:0;}header .order-sm-1,footer .order-sm-1,#locationPopup .order-sm-1{order:1;}header .order-sm-2,footer .order-sm-2,#locationPopup .order-sm-2{order:2;}header .order-sm-3,footer .order-sm-3,#locationPopup .order-sm-3{order:3;}header .order-sm-4,footer .order-sm-4,#locationPopup .order-sm-4{order:4;}header .order-sm-5,footer .order-sm-5,#locationPopup .order-sm-5{order:5;}header .order-sm-6,footer .order-sm-6,#locationPopup .order-sm-6{order:6;}header .order-sm-7,footer .order-sm-7,#locationPopup .order-sm-7{order:7;}header .order-sm-8,footer .order-sm-8,#locationPopup .order-sm-8{order:8;}header .order-sm-9,footer .order-sm-9,#locationPopup .order-sm-9{order:9;}header .order-sm-10,footer .order-sm-10,#locationPopup .order-sm-10{order:10;}header .order-sm-11,footer .order-sm-11,#locationPopup .order-sm-11{order:11;}header .order-sm-12,footer .order-sm-12,#locationPopup .order-sm-12{order:12;}header .offset-sm-0,footer .offset-sm-0,#locationPopup .offset-sm-0{margin-left:0;}header .offset-sm-1,footer .offset-sm-1,#locationPopup .offset-sm-1{margin-left:8.33333%;}header .offset-sm-2,footer .offset-sm-2,#locationPopup .offset-sm-2{margin-left:16.66667%;}header .offset-sm-3,footer .offset-sm-3,#locationPopup .offset-sm-3{margin-left:25%;}header .offset-sm-4,footer .offset-sm-4,#locationPopup .offset-sm-4{margin-left:33.33333%;}header .offset-sm-5,footer .offset-sm-5,#locationPopup .offset-sm-5{margin-left:41.66667%;}header .offset-sm-6,footer .offset-sm-6,#locationPopup .offset-sm-6{margin-left:50%;}header .offset-sm-7,footer .offset-sm-7,#locationPopup .offset-sm-7{margin-left:58.33333%;}header .offset-sm-8,footer .offset-sm-8,#locationPopup .offset-sm-8{margin-left:66.66667%;}header .offset-sm-9,footer .offset-sm-9,#locationPopup .offset-sm-9{margin-left:75%;}header .offset-sm-10,footer .offset-sm-10,#locationPopup .offset-sm-10{margin-left:83.33333%;}header .offset-sm-11,footer .offset-sm-11,#locationPopup .offset-sm-11{margin-left:91.66667%;}}@media(min-width:768px){header .col-md,footer .col-md,#locationPopup .col-md{flex-basis:0;flex-grow:1;max-width:100%;}header .col-md-auto,footer .col-md-auto,#locationPopup .col-md-auto{flex:0 0 auto;width:auto;max-width:none;}header .col-md-1,footer .col-md-1,#locationPopup .col-md-1{flex:0 0 8.33333%;max-width:8.33333%;}header .col-md-2,footer .col-md-2,#locationPopup .col-md-2{flex:0 0 16.66667%;max-width:16.66667%;}header .col-md-3,footer .col-md-3,#locationPopup .col-md-3{flex:0 0 25%;max-width:25%;}header .col-md-4,footer .col-md-4,#locationPopup .col-md-4{flex:0 0 33.33333%;max-width:33.33333%;}header .col-md-5,footer .col-md-5,#locationPopup .col-md-5{flex:0 0 41.66667%;max-width:41.66667%;}header .col-md-6,footer .col-md-6,#locationPopup .col-md-6{flex:0 0 50%;max-width:50%;}header .col-md-7,footer .col-md-7,#locationPopup .col-md-7{flex:0 0 58.33333%;max-width:58.33333%;}header .col-md-8,footer .col-md-8,#locationPopup .col-md-8{flex:0 0 66.66667%;max-width:66.66667%;}header .col-md-9,footer .col-md-9,#locationPopup .col-md-9{flex:0 0 75%;max-width:75%;}header .col-md-10,footer .col-md-10,#locationPopup .col-md-10{flex:0 0 83.33333%;max-width:83.33333%;}header .col-md-11,footer .col-md-11,#locationPopup .col-md-11{flex:0 0 91.66667%;max-width:91.66667%;}header .col-md-12,footer .col-md-12,#locationPopup .col-md-12{flex:0 0 100%;max-width:100%;}header .order-md-first,footer .order-md-first,#locationPopup .order-md-first{order:-1;}header .order-md-last,footer .order-md-last,#locationPopup .order-md-last{order:13;}header .order-md-0,footer .order-md-0,#locationPopup .order-md-0{order:0;}header .order-md-1,footer .order-md-1,#locationPopup .order-md-1{order:1;}header .order-md-2,footer .order-md-2,#locationPopup .order-md-2{order:2;}header .order-md-3,footer .order-md-3,#locationPopup .order-md-3{order:3;}header .order-md-4,footer .order-md-4,#locationPopup .order-md-4{order:4;}header .order-md-5,footer .order-md-5,#locationPopup .order-md-5{order:5;}header .order-md-6,footer .order-md-6,#locationPopup .order-md-6{order:6;}header .order-md-7,footer .order-md-7,#locationPopup .order-md-7{order:7;}header .order-md-8,footer .order-md-8,#locationPopup .order-md-8{order:8;}header .order-md-9,footer .order-md-9,#locationPopup .order-md-9{order:9;}header .order-md-10,footer .order-md-10,#locationPopup .order-md-10{order:10;}header .order-md-11,footer .order-md-11,#locationPopup .order-md-11{order:11;}header .order-md-12,footer .order-md-12,#locationPopup .order-md-12{order:12;}header .offset-md-0,footer .offset-md-0,#locationPopup .offset-md-0{margin-left:0;}header .offset-md-1,footer .offset-md-1,#locationPopup .offset-md-1{margin-left:8.33333%;}header .offset-md-2,footer .offset-md-2,#locationPopup .offset-md-2{margin-left:16.66667%;}header .offset-md-3,footer .offset-md-3,#locationPopup .offset-md-3{margin-left:25%;}header .offset-md-4,footer .offset-md-4,#locationPopup .offset-md-4{margin-left:33.33333%;}header .offset-md-5,footer .offset-md-5,#locationPopup .offset-md-5{margin-left:41.66667%;}header .offset-md-6,footer .offset-md-6,#locationPopup .offset-md-6{margin-left:50%;}header .offset-md-7,footer .offset-md-7,#locationPopup .offset-md-7{margin-left:58.33333%;}header .offset-md-8,footer .offset-md-8,#locationPopup .offset-md-8{margin-left:66.66667%;}header .offset-md-9,footer .offset-md-9,#locationPopup .offset-md-9{margin-left:75%;}header .offset-md-10,footer .offset-md-10,#locationPopup .offset-md-10{margin-left:83.33333%;}header .offset-md-11,footer .offset-md-11,#locationPopup .offset-md-11{margin-left:91.66667%;}}@media(min-width:1200px){header .col-lg,footer .col-lg,#locationPopup .col-lg{flex-basis:0;flex-grow:1;max-width:100%;}header .col-lg-auto,footer .col-lg-auto,#locationPopup .col-lg-auto{flex:0 0 auto;width:auto;max-width:none;}header .col-lg-1,footer .col-lg-1,#locationPopup .col-lg-1{flex:0 0 8.33333%;max-width:8.33333%;}header .col-lg-2,footer .col-lg-2,#locationPopup .col-lg-2{flex:0 0 16.66667%;max-width:16.66667%;}header .col-lg-3,footer .col-lg-3,#locationPopup .col-lg-3{flex:0 0 25%;max-width:25%;}header .col-lg-4,footer .col-lg-4,#locationPopup .col-lg-4{flex:0 0 33.33333%;max-width:33.33333%;}header .col-lg-5,footer .col-lg-5,#locationPopup .col-lg-5{flex:0 0 41.66667%;max-width:41.66667%;}header .col-lg-6,footer .col-lg-6,#locationPopup .col-lg-6{flex:0 0 50%;max-width:50%;}header .col-lg-7,footer .col-lg-7,#locationPopup .col-lg-7{flex:0 0 58.33333%;max-width:58.33333%;}header .col-lg-8,footer .col-lg-8,#locationPopup .col-lg-8{flex:0 0 66.66667%;max-width:66.66667%;}header .col-lg-9,footer .col-lg-9,#locationPopup .col-lg-9{flex:0 0 75%;max-width:75%;}header .col-lg-10,footer .col-lg-10,#locationPopup .col-lg-10{flex:0 0 83.33333%;max-width:83.33333%;}header .col-lg-11,footer .col-lg-11,#locationPopup .col-lg-11{flex:0 0 91.66667%;max-width:91.66667%;}header .col-lg-12,footer .col-lg-12,#locationPopup .col-lg-12{flex:0 0 100%;max-width:100%;}header .order-lg-first,footer .order-lg-first,#locationPopup .order-lg-first{order:-1;}header .order-lg-last,footer .order-lg-last,#locationPopup .order-lg-last{order:13;}header .order-lg-0,footer .order-lg-0,#locationPopup .order-lg-0{order:0;}header .order-lg-1,footer .order-lg-1,#locationPopup .order-lg-1{order:1;}header .order-lg-2,footer .order-lg-2,#locationPopup .order-lg-2{order:2;}header .order-lg-3,footer .order-lg-3,#locationPopup .order-lg-3{order:3;}header .order-lg-4,footer .order-lg-4,#locationPopup .order-lg-4{order:4;}header .order-lg-5,footer .order-lg-5,#locationPopup .order-lg-5{order:5;}header .order-lg-6,footer .order-lg-6,#locationPopup .order-lg-6{order:6;}header .order-lg-7,footer .order-lg-7,#locationPopup .order-lg-7{order:7;}header .order-lg-8,footer .order-lg-8,#locationPopup .order-lg-8{order:8;}header .order-lg-9,footer .order-lg-9,#locationPopup .order-lg-9{order:9;}header .order-lg-10,footer .order-lg-10,#locationPopup .order-lg-10{order:10;}header .order-lg-11,footer .order-lg-11,#locationPopup .order-lg-11{order:11;}header .order-lg-12,footer .order-lg-12,#locationPopup .order-lg-12{order:12;}header .offset-lg-0,footer .offset-lg-0,#locationPopup .offset-lg-0{margin-left:0;}header .offset-lg-1,footer .offset-lg-1,#locationPopup .offset-lg-1{margin-left:8.33333%;}header .offset-lg-2,footer .offset-lg-2,#locationPopup .offset-lg-2{margin-left:16.66667%;}header .offset-lg-3,footer .offset-lg-3,#locationPopup .offset-lg-3{margin-left:25%;}header .offset-lg-4,footer .offset-lg-4,#locationPopup .offset-lg-4{margin-left:33.33333%;}header .offset-lg-5,footer .offset-lg-5,#locationPopup .offset-lg-5{margin-left:41.66667%;}header .offset-lg-6,footer .offset-lg-6,#locationPopup .offset-lg-6{margin-left:50%;}header .offset-lg-7,footer .offset-lg-7,#locationPopup .offset-lg-7{margin-left:58.33333%;}header .offset-lg-8,footer .offset-lg-8,#locationPopup .offset-lg-8{margin-left:66.66667%;}header .offset-lg-9,footer .offset-lg-9,#locationPopup .offset-lg-9{margin-left:75%;}header .offset-lg-10,footer .offset-lg-10,#locationPopup .offset-lg-10{margin-left:83.33333%;}header .offset-lg-11,footer .offset-lg-11,#locationPopup .offset-lg-11{margin-left:91.66667%;}}@media(min-width:1400px){header .col-xl,footer .col-xl,#locationPopup .col-xl{flex-basis:0;flex-grow:1;max-width:100%;}header .col-xl-auto,footer .col-xl-auto,#locationPopup .col-xl-auto{flex:0 0 auto;width:auto;max-width:none;}header .col-xl-1,footer .col-xl-1,#locationPopup .col-xl-1{flex:0 0 8.33333%;max-width:8.33333%;}header .col-xl-2,footer .col-xl-2,#locationPopup .col-xl-2{flex:0 0 16.66667%;max-width:16.66667%;}header .col-xl-3,footer .col-xl-3,#locationPopup .col-xl-3{flex:0 0 25%;max-width:25%;}header .col-xl-4,footer .col-xl-4,#locationPopup .col-xl-4{flex:0 0 33.33333%;max-width:33.33333%;}header .col-xl-5,footer .col-xl-5,#locationPopup .col-xl-5{flex:0 0 41.66667%;max-width:41.66667%;}header .col-xl-6,footer .col-xl-6,#locationPopup .col-xl-6{flex:0 0 50%;max-width:50%;}header .col-xl-7,footer .col-xl-7,#locationPopup .col-xl-7{flex:0 0 58.33333%;max-width:58.33333%;}header .col-xl-8,footer .col-xl-8,#locationPopup .col-xl-8{flex:0 0 66.66667%;max-width:66.66667%;}header .col-xl-9,footer .col-xl-9,#locationPopup .col-xl-9{flex:0 0 75%;max-width:75%;}header .col-xl-10,footer .col-xl-10,#locationPopup .col-xl-10{flex:0 0 83.33333%;max-width:83.33333%;}header .col-xl-11,footer .col-xl-11,#locationPopup .col-xl-11{flex:0 0 91.66667%;max-width:91.66667%;}header .col-xl-12,footer .col-xl-12,#locationPopup .col-xl-12{flex:0 0 100%;max-width:100%;}header .order-xl-first,footer .order-xl-first,#locationPopup .order-xl-first{order:-1;}header .order-xl-last,footer .order-xl-last,#locationPopup .order-xl-last{order:13;}header .order-xl-0,footer .order-xl-0,#locationPopup .order-xl-0{order:0;}header .order-xl-1,footer .order-xl-1,#locationPopup .order-xl-1{order:1;}header .order-xl-2,footer .order-xl-2,#locationPopup .order-xl-2{order:2;}header .order-xl-3,footer .order-xl-3,#locationPopup .order-xl-3{order:3;}header .order-xl-4,footer .order-xl-4,#locationPopup .order-xl-4{order:4;}header .order-xl-5,footer .order-xl-5,#locationPopup .order-xl-5{order:5;}header .order-xl-6,footer .order-xl-6,#locationPopup .order-xl-6{order:6;}header .order-xl-7,footer .order-xl-7,#locationPopup .order-xl-7{order:7;}header .order-xl-8,footer .order-xl-8,#locationPopup .order-xl-8{order:8;}header .order-xl-9,footer .order-xl-9,#locationPopup .order-xl-9{order:9;}header .order-xl-10,footer .order-xl-10,#locationPopup .order-xl-10{order:10;}header .order-xl-11,footer .order-xl-11,#locationPopup .order-xl-11{order:11;}header .order-xl-12,footer .order-xl-12,#locationPopup .order-xl-12{order:12;}header .offset-xl-0,footer .offset-xl-0,#locationPopup .offset-xl-0{margin-left:0;}header .offset-xl-1,footer .offset-xl-1,#locationPopup .offset-xl-1{margin-left:8.33333%;}header .offset-xl-2,footer .offset-xl-2,#locationPopup .offset-xl-2{margin-left:16.66667%;}header .offset-xl-3,footer .offset-xl-3,#locationPopup .offset-xl-3{margin-left:25%;}header .offset-xl-4,footer .offset-xl-4,#locationPopup .offset-xl-4{margin-left:33.33333%;}header .offset-xl-5,footer .offset-xl-5,#locationPopup .offset-xl-5{margin-left:41.66667%;}header .offset-xl-6,footer .offset-xl-6,#locationPopup .offset-xl-6{margin-left:50%;}header .offset-xl-7,footer .offset-xl-7,#locationPopup .offset-xl-7{margin-left:58.33333%;}header .offset-xl-8,footer .offset-xl-8,#locationPopup .offset-xl-8{margin-left:66.66667%;}header .offset-xl-9,footer .offset-xl-9,#locationPopup .offset-xl-9{margin-left:75%;}header .offset-xl-10,footer .offset-xl-10,#locationPopup .offset-xl-10{margin-left:83.33333%;}header .offset-xl-11,footer .offset-xl-11,#locationPopup .offset-xl-11{margin-left:91.66667%;}}header .align-items-end,footer .align-items-end,#locationPopup .align-items-end{align-items:flex-end !important;}header .justify-content-end,footer .justify-content-end,#locationPopup .justify-content-end{justify-content:flex-end !important;}header .d-none,footer .d-none,#locationPopup .d-none{display:none !important;}header .d-inline,footer .d-inline,#locationPopup .d-inline{display:inline !important;}header .d-inline-block,footer .d-inline-block,#locationPopup .d-inline-block{display:inline-block !important;}header .d-block,footer .d-block,#locationPopup .d-block{display:block !important;}header .d-table,footer .d-table,#locationPopup .d-table{display:table !important;}header .d-table-row,footer .d-table-row,#locationPopup .d-table-row{display:table-row !important;}header .d-table-cell,footer .d-table-cell,#locationPopup .d-table-cell{display:table-cell !important;}header .d-flex,footer .d-flex,#locationPopup .d-flex{display:flex !important;}header .d-inline-flex,footer .d-inline-flex,#locationPopup .d-inline-flex{display:inline-flex !important;}@media(min-width:576px){header .d-sm-none,footer .d-sm-none,#locationPopup .d-sm-none{display:none !important;}header .d-sm-inline,footer .d-sm-inline,#locationPopup .d-sm-inline{display:inline !important;}header .d-sm-inline-block,footer .d-sm-inline-block,#locationPopup .d-sm-inline-block{display:inline-block !important;}header .d-sm-block,footer .d-sm-block,#locationPopup .d-sm-block{display:block !important;}header .d-sm-table,footer .d-sm-table,#locationPopup .d-sm-table{display:table !important;}header .d-sm-table-row,footer .d-sm-table-row,#locationPopup .d-sm-table-row{display:table-row !important;}header .d-sm-table-cell,footer .d-sm-table-cell,#locationPopup .d-sm-table-cell{display:table-cell !important;}header .d-sm-flex,footer .d-sm-flex,#locationPopup .d-sm-flex{display:flex !important;}header .d-sm-inline-flex,footer .d-sm-inline-flex,#locationPopup .d-sm-inline-flex{display:inline-flex !important;}}@media(min-width:768px){header .d-md-none,footer .d-md-none,#locationPopup .d-md-none{display:none !important;}header .d-md-inline,footer .d-md-inline,#locationPopup .d-md-inline{display:inline !important;}header .d-md-inline-block,footer .d-md-inline-block,#locationPopup .d-md-inline-block{display:inline-block !important;}header .d-md-block,footer .d-md-block,#locationPopup .d-md-block{display:block !important;}header .d-md-table,footer .d-md-table,#locationPopup .d-md-table{display:table !important;}header .d-md-table-row,footer .d-md-table-row,#locationPopup .d-md-table-row{display:table-row !important;}header .d-md-table-cell,footer .d-md-table-cell,#locationPopup .d-md-table-cell{display:table-cell !important;}header .d-md-flex,footer .d-md-flex,#locationPopup .d-md-flex{display:flex !important;}header .d-md-inline-flex,footer .d-md-inline-flex,#locationPopup .d-md-inline-flex{display:inline-flex !important;}}@media(min-width:1200px){header .d-lg-none,footer .d-lg-none,#locationPopup .d-lg-none{display:none !important;}header .d-lg-inline,footer .d-lg-inline,#locationPopup .d-lg-inline{display:inline !important;}header .d-lg-inline-block,footer .d-lg-inline-block,#locationPopup .d-lg-inline-block{display:inline-block !important;}header .d-lg-block,footer .d-lg-block,#locationPopup .d-lg-block{display:block !important;}header .d-lg-table,footer .d-lg-table,#locationPopup .d-lg-table{display:table !important;}header .d-lg-table-row,footer .d-lg-table-row,#locationPopup .d-lg-table-row{display:table-row !important;}header .d-lg-table-cell,footer .d-lg-table-cell,#locationPopup .d-lg-table-cell{display:table-cell !important;}header .d-lg-flex,footer .d-lg-flex,#locationPopup .d-lg-flex{display:flex !important;}header .d-lg-inline-flex,footer .d-lg-inline-flex,#locationPopup .d-lg-inline-flex{display:inline-flex !important;}}@media(min-width:1400px){header .d-xl-none,footer .d-xl-none,#locationPopup .d-xl-none{display:none !important;}header .d-xl-inline,footer .d-xl-inline,#locationPopup .d-xl-inline{display:inline !important;}header .d-xl-inline-block,footer .d-xl-inline-block,#locationPopup .d-xl-inline-block{display:inline-block !important;}header .d-xl-block,footer .d-xl-block,#locationPopup .d-xl-block{display:block !important;}header .d-xl-table,footer .d-xl-table,#locationPopup .d-xl-table{display:table !important;}header .d-xl-table-row,footer .d-xl-table-row,#locationPopup .d-xl-table-row{display:table-row !important;}header .d-xl-table-cell,footer .d-xl-table-cell,#locationPopup .d-xl-table-cell{display:table-cell !important;}header .d-xl-flex,footer .d-xl-flex,#locationPopup .d-xl-flex{display:flex !important;}header .d-xl-inline-flex,footer .d-xl-inline-flex,#locationPopup .d-xl-inline-flex{display:inline-flex !important;}}@media print{header .d-print-none,footer .d-print-none,#locationPopup .d-print-none{display:none !important;}header .d-print-inline,footer .d-print-inline,#locationPopup .d-print-inline{display:inline !important;}header .d-print-inline-block,footer .d-print-inline-block,#locationPopup .d-print-inline-block{display:inline-block !important;}header .d-print-block,footer .d-print-block,#locationPopup .d-print-block{display:block !important;}header .d-print-table,footer .d-print-table,#locationPopup .d-print-table{display:table !important;}header .d-print-table-row,footer .d-print-table-row,#locationPopup .d-print-table-row{display:table-row !important;}header .d-print-table-cell,footer .d-print-table-cell,#locationPopup .d-print-table-cell{display:table-cell !important;}header .d-print-flex,footer .d-print-flex,#locationPopup .d-print-flex{display:flex !important;}header .d-print-inline-flex,footer .d-print-inline-flex,#locationPopup .d-print-inline-flex{display:inline-flex !important;}}header m-0,footer m-0,#locationPopup m-0{margin:0 !important;}header .ml-auto,header .mx-auto,footer .ml-auto,footer .mx-auto,#locationPopup .ml-auto,#locationPopup .mx-auto{margin-left:auto !important;}header .mb-0,header .my-0,footer .mb-0,footer .my-0,#locationPopup .mb-0,#locationPopup .my-0{margin-bottom:0 !important;}header .pr-2,header .px-2,footer .pr-2,footer .px-2,#locationPopup .pr-2,#locationPopup .px-2{padding-right:.5rem !important;}@media(min-width:1200px){header.outer-container,footer.outer-container,#locationPopup.outer-container{padding-left:40px;padding-right:40px;}}header.outer-container,footer.outer-container,#locationPopup.outer-container{width:100%;padding-left:15px;padding-right:15px;}header .collapse:not(.show),footer .collapse:not(.show),#locationPopup .collapse:not(.show){display:none;}header .mt-0,header .my-0,footer .mt-0,footer .my-0,#locationPopup .mt-0,#locationPopup .my-0{margin-top:0 !important;}header .mr-0,header .mx-0,footer .mr-0,footer .mx-0,#locationPopup .mr-0,#locationPopup .mx-0{margin-right:0 !important;}header .mb-0,header .my-0,footer .mb-0,footer .my-0,#locationPopup .mb-0,#locationPopup .my-0{margin-bottom:0 !important;}header .ml-0,header .mx-0,footer .ml-0,footer .mx-0,#locationPopup .ml-0,#locationPopup .mx-0{margin-left:0 !important;}header .m-1,footer .m-1,#locationPopup .m-1{margin:.25rem !important;}header .mt-1,header .my-1,footer .mt-1,footer .my-1,#locationPopup .mt-1,#locationPopup .my-1{margin-top:.25rem !important;}header .mr-1,header .mx-1,footer .mr-1,footer .mx-1,#locationPopup .mr-1,#locationPopup .mx-1{margin-right:.25rem !important;}header .mb-1,header .my-1,footer .mb-1,footer .my-1,#locationPopup .mb-1,#locationPopup .my-1{margin-bottom:.25rem !important;}header .ml-1,header .mx-1,footer .ml-1,footer .mx-1,#locationPopup .ml-1,#locationPopup .mx-1{margin-left:.25rem !important;}header .m-2,footer .m-2,#locationPopup .m-2{margin:.5rem !important;}header .mt-2,header .my-2,footer .mt-2,footer .my-2,#locationPopup .mt-2,#locationPopup .my-2{margin-top:.5rem !important;}header .mr-2,header .mx-2,footer .mr-2,footer .mx-2,#locationPopup .mr-2,#locationPopup .mx-2{margin-right:.5rem !important;}header .mb-2,header .my-2,footer .mb-2,footer .my-2,#locationPopup .mb-2,#locationPopup .my-2{margin-bottom:.5rem !important;}header .ml-2,header .mx-2,footer .ml-2,footer .mx-2,#locationPopup .ml-2,#locationPopup .mx-2{margin-left:.5rem !important;}header .m-3,footer .m-3,#locationPopup .m-3{margin:1rem !important;}header .mt-3,header .my-3,footer .mt-3,footer .my-3,#locationPopup .mt-3,#locationPopup .my-3{margin-top:1rem !important;}header .mr-3,header .mx-3,footer .mr-3,footer .mx-3,#locationPopup .mr-3,#locationPopup .mx-3{margin-right:1rem !important;}header .mb-3,header .my-3,footer .mb-3,footer .my-3,#locationPopup .mb-3,#locationPopup .my-3{margin-bottom:1rem !important;}header .ml-3,header .mx-3,footer .ml-3,footer .mx-3,#locationPopup .ml-3,#locationPopup .mx-3{margin-left:1rem !important;}header .m-4,footer .m-4,#locationPopup .m-4{margin:1.5rem !important;}header .mt-4,header .my-4,footer .mt-4,footer .my-4,#locationPopup .mt-4,#locationPopup .my-4{margin-top:1.5rem !important;}header .mr-4,header .mx-4,footer .mr-4,footer .mx-4,#locationPopup .mr-4,#locationPopup .mx-4{margin-right:1.5rem !important;}header .mb-4,header .my-4,footer .mb-4,footer .my-4,#locationPopup .mb-4,#locationPopup .my-4{margin-bottom:1.5rem !important;}header .ml-4,header .mx-4,footer .ml-4,footer .mx-4,#locationPopup .ml-4,#locationPopup .mx-4{margin-left:1.5rem !important;}header .m-5,footer .m-5,#locationPopup .m-5{margin:3rem !important;}header .mt-5,header .my-5,footer .mt-5,footer .my-5,#locationPopup .mt-5,#locationPopup .my-5{margin-top:3rem !important;}header .mr-5,header .mx-5,footer .mr-5,footer .mx-5,#locationPopup .mr-5,#locationPopup .mx-5{margin-right:3rem !important;}header .mb-5,header .my-5,footer .mb-5,footer .my-5,#locationPopup .mb-5,#locationPopup .my-5{margin-bottom:3rem !important;}header .ml-5,header .mx-5,footer .ml-5,footer .mx-5,#locationPopup .ml-5,#locationPopup .mx-5{margin-left:3rem !important;}header .p-0,footer .p-0,#locationPopup .p-0{padding:0 !important;}header .pt-0,header .py-0,footer .pt-0,footer .py-0,#locationPopup .pt-0,#locationPopup .py-0{padding-top:0 !important;}header .pr-0,header .px-0,footer .pr-0,footer .px-0,#locationPopup .pr-0,#locationPopup .px-0{padding-right:0 !important;}header .pb-0,header .py-0,footer .pb-0,footer .py-0,#locationPopup .pb-0,#locationPopup .py-0{padding-bottom:0 !important;}header .pl-0,header .px-0,footer .pl-0,footer .px-0,#locationPopup .pl-0,#locationPopup .px-0{padding-left:0 !important;}header .p-1,footer .p-1,#locationPopup .p-1{padding:.25rem !important;}header .pt-1,header .py-1,footer .pt-1,footer .py-1,#locationPopup .pt-1,#locationPopup .py-1{padding-top:.25rem !important;}header .pr-1,header .px-1,footer .pr-1,footer .px-1,#locationPopup .pr-1,#locationPopup .px-1{padding-right:.25rem !important;}header .pb-1,header .py-1,footer .pb-1,footer .py-1,#locationPopup .pb-1,#locationPopup .py-1{padding-bottom:.25rem !important;}header .pl-1,header .px-1,footer .pl-1,footer .px-1,#locationPopup .pl-1,#locationPopup .px-1{padding-left:.25rem !important;}header .p-2,footer .p-2,#locationPopup .p-2{padding:.5rem !important;}header .pt-2,header .py-2,footer .pt-2,footer .py-2,#locationPopup .pt-2,#locationPopup .py-2{padding-top:.5rem !important;}header .pr-2,header .px-2,footer .pr-2,footer .px-2,#locationPopup .pr-2,#locationPopup .px-2{padding-right:.5rem !important;}header .pb-2,header .py-2,footer .pb-2,footer .py-2,#locationPopup .pb-2,#locationPopup .py-2{padding-bottom:.5rem !important;}header .pl-2,header .px-2,footer .pl-2,footer .px-2,#locationPopup .pl-2,#locationPopup .px-2{padding-left:.5rem !important;}header .p-3,footer .p-3,#locationPopup .p-3{padding:1rem !important;}header .pt-3,header .py-3,footer .pt-3,footer .py-3,#locationPopup .pt-3,#locationPopup .py-3{padding-top:1rem !important;}header .pr-3,header .px-3,footer .pr-3,footer .px-3,#locationPopup .pr-3,#locationPopup .px-3{padding-right:1rem !important;}header .pb-3,header .py-3,footer .pb-3,footer .py-3,#locationPopup .pb-3,#locationPopup .py-3{padding-bottom:1rem !important;}header .pl-3,header .px-3,footer .pl-3,footer .px-3,#locationPopup .pl-3,#locationPopup .px-3{padding-left:1rem !important;}header .p-4,footer .p-4,#locationPopup .p-4{padding:1.5rem !important;}header .pt-4,header .py-4,footer .pt-4,footer .py-4,#locationPopup .pt-4,#locationPopup .py-4{padding-top:1.5rem !important;}header .pr-4,header .px-4,footer .pr-4,footer .px-4,#locationPopup .pr-4,#locationPopup .px-4{padding-right:1.5rem !important;}header .pb-4,header .py-4,footer .pb-4,footer .py-4,#locationPopup .pb-4,#locationPopup .py-4{padding-bottom:1.5rem !important;}header .pl-4,header .px-4,footer .pl-4,footer .px-4,#locationPopup .pl-4,#locationPopup .px-4{padding-left:1.5rem !important;}header .p-5,footer .p-5,#locationPopup .p-5{padding:3rem !important;}header .pt-5,header .py-5,footer .pt-5,footer .py-5,#locationPopup .pt-5,#locationPopup .py-5{padding-top:3rem !important;}header .pr-5,header .px-5,footer .pr-5,footer .px-5,#locationPopup .pr-5,#locationPopup .px-5{padding-right:3rem !important;}header .pb-5,header .py-5,footer .pb-5,footer .py-5,#locationPopup .pb-5,#locationPopup .py-5{padding-bottom:3rem !important;}header .pl-5,header .px-5,footer .pl-5,footer .px-5,#locationPopup .pl-5,#locationPopup .px-5{padding-left:3rem !important;}header .m-auto,footer .m-auto,#locationPopup .m-auto{margin:auto !important;}header .mt-auto,header .my-auto,footer .mt-auto,footer .my-auto,#locationPopup .mt-auto,#locationPopup .my-auto{margin-top:auto !important;}header .mr-auto,header .mx-auto,footer .mr-auto,footer .mx-auto,#locationPopup .mr-auto,#locationPopup .mx-auto{margin-right:auto !important;}header .mb-auto,header .my-auto,footer .mb-auto,footer .my-auto,#locationPopup .mb-auto,#locationPopup .my-auto{margin-bottom:auto !important;}header .ml-auto,header .mx-auto,footer .ml-auto,footer .mx-auto,#locationPopup .ml-auto,#locationPopup .mx-auto{margin-left:auto !important;}@media(min-width:576px){header .m-sm-0,footer .m-sm-0,#locationPopup .m-sm-0{margin:0 !important;}header .mt-sm-0,header .my-sm-0,footer .mt-sm-0,footer .my-sm-0,#locationPopup .mt-sm-0,#locationPopup .my-sm-0{margin-top:0 !important;}header .mr-sm-0,header .mx-sm-0,footer .mr-sm-0,footer .mx-sm-0,#locationPopup .mr-sm-0,#locationPopup .mx-sm-0{margin-right:0 !important;}header .mb-sm-0,header .my-sm-0,footer .mb-sm-0,footer .my-sm-0,#locationPopup .mb-sm-0,#locationPopup .my-sm-0{margin-bottom:0 !important;}header .ml-sm-0,header .mx-sm-0,footer .ml-sm-0,footer .mx-sm-0,#locationPopup .ml-sm-0,#locationPopup .mx-sm-0{margin-left:0 !important;}header .m-sm-1,footer .m-sm-1,#locationPopup .m-sm-1{margin:.25rem !important;}header .mt-sm-1,header .my-sm-1,footer .mt-sm-1,footer .my-sm-1,#locationPopup .mt-sm-1,#locationPopup .my-sm-1{margin-top:.25rem !important;}header .mr-sm-1,header .mx-sm-1,footer .mr-sm-1,footer .mx-sm-1,#locationPopup .mr-sm-1,#locationPopup .mx-sm-1{margin-right:.25rem !important;}header .mb-sm-1,header .my-sm-1,footer .mb-sm-1,footer .my-sm-1,#locationPopup .mb-sm-1,#locationPopup .my-sm-1{margin-bottom:.25rem !important;}header .ml-sm-1,header .mx-sm-1,footer .ml-sm-1,footer .mx-sm-1,#locationPopup .ml-sm-1,#locationPopup .mx-sm-1{margin-left:.25rem !important;}header .m-sm-2,footer .m-sm-2,#locationPopup .m-sm-2{margin:.5rem !important;}header .mt-sm-2,header .my-sm-2,footer .mt-sm-2,footer .my-sm-2,#locationPopup .mt-sm-2,#locationPopup .my-sm-2{margin-top:.5rem !important;}header .mr-sm-2,header .mx-sm-2,footer .mr-sm-2,footer .mx-sm-2,#locationPopup .mr-sm-2,#locationPopup .mx-sm-2{margin-right:.5rem !important;}header .mb-sm-2,header .my-sm-2,footer .mb-sm-2,footer .my-sm-2,#locationPopup .mb-sm-2,#locationPopup .my-sm-2{margin-bottom:.5rem !important;}header .ml-sm-2,header .mx-sm-2,footer .ml-sm-2,footer .mx-sm-2,#locationPopup .ml-sm-2,#locationPopup .mx-sm-2{margin-left:.5rem !important;}header .m-sm-3,footer .m-sm-3,#locationPopup .m-sm-3{margin:1rem !important;}header .mt-sm-3,header .my-sm-3,footer .mt-sm-3,footer .my-sm-3,#locationPopup .mt-sm-3,#locationPopup .my-sm-3{margin-top:1rem !important;}header .mr-sm-3,header .mx-sm-3,footer .mr-sm-3,footer .mx-sm-3,#locationPopup .mr-sm-3,#locationPopup .mx-sm-3{margin-right:1rem !important;}header .mb-sm-3,header .my-sm-3,footer .mb-sm-3,footer .my-sm-3,#locationPopup .mb-sm-3,#locationPopup .my-sm-3{margin-bottom:1rem !important;}header .ml-sm-3,header .mx-sm-3,footer .ml-sm-3,footer .mx-sm-3,#locationPopup .ml-sm-3,#locationPopup .mx-sm-3{margin-left:1rem !important;}header .m-sm-4,footer .m-sm-4,#locationPopup .m-sm-4{margin:1.5rem !important;}header .mt-sm-4,header .my-sm-4,footer .mt-sm-4,footer .my-sm-4,#locationPopup .mt-sm-4,#locationPopup .my-sm-4{margin-top:1.5rem !important;}header .mr-sm-4,header .mx-sm-4,footer .mr-sm-4,footer .mx-sm-4,#locationPopup .mr-sm-4,#locationPopup .mx-sm-4{margin-right:1.5rem !important;}header .mb-sm-4,header .my-sm-4,footer .mb-sm-4,footer .my-sm-4,#locationPopup .mb-sm-4,#locationPopup .my-sm-4{margin-bottom:1.5rem !important;}header .ml-sm-4,header .mx-sm-4,footer .ml-sm-4,footer .mx-sm-4,#locationPopup .ml-sm-4,#locationPopup .mx-sm-4{margin-left:1.5rem !important;}header .m-sm-5,footer .m-sm-5,#locationPopup .m-sm-5{margin:3rem !important;}header .mt-sm-5,header .my-sm-5,footer .mt-sm-5,footer .my-sm-5,#locationPopup .mt-sm-5,#locationPopup .my-sm-5{margin-top:3rem !important;}header .mr-sm-5,header .mx-sm-5,footer .mr-sm-5,footer .mx-sm-5,#locationPopup .mr-sm-5,#locationPopup .mx-sm-5{margin-right:3rem !important;}header .mb-sm-5,header .my-sm-5,footer .mb-sm-5,footer .my-sm-5,#locationPopup .mb-sm-5,#locationPopup .my-sm-5{margin-bottom:3rem !important;}header .ml-sm-5,header .mx-sm-5,footer .ml-sm-5,footer .mx-sm-5,#locationPopup .ml-sm-5,#locationPopup .mx-sm-5{margin-left:3rem !important;}header .p-sm-0,footer .p-sm-0,#locationPopup .p-sm-0{padding:0 !important;}header .pt-sm-0,header .py-sm-0,footer .pt-sm-0,footer .py-sm-0,#locationPopup .pt-sm-0,#locationPopup .py-sm-0{padding-top:0 !important;}header .pr-sm-0,header .px-sm-0,footer .pr-sm-0,footer .px-sm-0,#locationPopup .pr-sm-0,#locationPopup .px-sm-0{padding-right:0 !important;}header .pb-sm-0,header .py-sm-0,footer .pb-sm-0,footer .py-sm-0,#locationPopup .pb-sm-0,#locationPopup .py-sm-0{padding-bottom:0 !important;}header .pl-sm-0,header .px-sm-0,footer .pl-sm-0,footer .px-sm-0,#locationPopup .pl-sm-0,#locationPopup .px-sm-0{padding-left:0 !important;}header .p-sm-1,footer .p-sm-1,#locationPopup .p-sm-1{padding:.25rem !important;}header .pt-sm-1,header .py-sm-1,footer .pt-sm-1,footer .py-sm-1,#locationPopup .pt-sm-1,#locationPopup .py-sm-1{padding-top:.25rem !important;}header .pr-sm-1,header .px-sm-1,footer .pr-sm-1,footer .px-sm-1,#locationPopup .pr-sm-1,#locationPopup .px-sm-1{padding-right:.25rem !important;}header .pb-sm-1,header .py-sm-1,footer .pb-sm-1,footer .py-sm-1,#locationPopup .pb-sm-1,#locationPopup .py-sm-1{padding-bottom:.25rem !important;}header .pl-sm-1,header .px-sm-1,footer .pl-sm-1,footer .px-sm-1,#locationPopup .pl-sm-1,#locationPopup .px-sm-1{padding-left:.25rem !important;}header .p-sm-2,footer .p-sm-2,#locationPopup .p-sm-2{padding:.5rem !important;}header .pt-sm-2,header .py-sm-2,footer .pt-sm-2,footer .py-sm-2,#locationPopup .pt-sm-2,#locationPopup .py-sm-2{padding-top:.5rem !important;}header .pr-sm-2,header .px-sm-2,footer .pr-sm-2,footer .px-sm-2,#locationPopup .pr-sm-2,#locationPopup .px-sm-2{padding-right:.5rem !important;}header .pb-sm-2,header .py-sm-2,footer .pb-sm-2,footer .py-sm-2,#locationPopup .pb-sm-2,#locationPopup .py-sm-2{padding-bottom:.5rem !important;}header .pl-sm-2,header .px-sm-2,footer .pl-sm-2,footer .px-sm-2,#locationPopup .pl-sm-2,#locationPopup .px-sm-2{padding-left:.5rem !important;}header .p-sm-3,footer .p-sm-3,#locationPopup .p-sm-3{padding:1rem !important;}header .pt-sm-3,header .py-sm-3,footer .pt-sm-3,footer .py-sm-3,#locationPopup .pt-sm-3,#locationPopup .py-sm-3{padding-top:1rem !important;}header .pr-sm-3,header .px-sm-3,footer .pr-sm-3,footer .px-sm-3,#locationPopup .pr-sm-3,#locationPopup .px-sm-3{padding-right:1rem !important;}header .pb-sm-3,header .py-sm-3,footer .pb-sm-3,footer .py-sm-3,#locationPopup .pb-sm-3,#locationPopup .py-sm-3{padding-bottom:1rem !important;}header .pl-sm-3,header .px-sm-3,footer .pl-sm-3,footer .px-sm-3,#locationPopup .pl-sm-3,#locationPopup .px-sm-3{padding-left:1rem !important;}header .p-sm-4,footer .p-sm-4,#locationPopup .p-sm-4{padding:1.5rem !important;}header .pt-sm-4,header .py-sm-4,footer .pt-sm-4,footer .py-sm-4,#locationPopup .pt-sm-4,#locationPopup .py-sm-4{padding-top:1.5rem !important;}header .pr-sm-4,header .px-sm-4,footer .pr-sm-4,footer .px-sm-4,#locationPopup .pr-sm-4,#locationPopup .px-sm-4{padding-right:1.5rem !important;}header .pb-sm-4,header .py-sm-4,footer .pb-sm-4,footer .py-sm-4,#locationPopup .pb-sm-4,#locationPopup .py-sm-4{padding-bottom:1.5rem !important;}header .pl-sm-4,header .px-sm-4,footer .pl-sm-4,footer .px-sm-4,#locationPopup .pl-sm-4,#locationPopup .px-sm-4{padding-left:1.5rem !important;}header .p-sm-5,footer .p-sm-5,#locationPopup .p-sm-5{padding:3rem !important;}header .pt-sm-5,header .py-sm-5,footer .pt-sm-5,footer .py-sm-5,#locationPopup .pt-sm-5,#locationPopup .py-sm-5{padding-top:3rem !important;}header .pr-sm-5,header .px-sm-5,footer .pr-sm-5,footer .px-sm-5,#locationPopup .pr-sm-5,#locationPopup .px-sm-5{padding-right:3rem !important;}header .pb-sm-5,header .py-sm-5,footer .pb-sm-5,footer .py-sm-5,#locationPopup .pb-sm-5,#locationPopup .py-sm-5{padding-bottom:3rem !important;}header .pl-sm-5,header .px-sm-5,footer .pl-sm-5,footer .px-sm-5,#locationPopup .pl-sm-5,#locationPopup .px-sm-5{padding-left:3rem !important;}header .m-sm-auto,footer .m-sm-auto,#locationPopup .m-sm-auto{margin:auto !important;}header .mt-sm-auto,header .my-sm-auto,footer .mt-sm-auto,footer .my-sm-auto,#locationPopup .mt-sm-auto,#locationPopup .my-sm-auto{margin-top:auto !important;}header .mr-sm-auto,header .mx-sm-auto,footer .mr-sm-auto,footer .mx-sm-auto,#locationPopup .mr-sm-auto,#locationPopup .mx-sm-auto{margin-right:auto !important;}header .mb-sm-auto,header .my-sm-auto,footer .mb-sm-auto,footer .my-sm-auto,#locationPopup .mb-sm-auto,#locationPopup .my-sm-auto{margin-bottom:auto !important;}header .ml-sm-auto,header .mx-sm-auto,footer .ml-sm-auto,footer .mx-sm-auto,#locationPopup .ml-sm-auto,#locationPopup .mx-sm-auto{margin-left:auto !important;}}@media(min-width:768px){header .m-md-0,footer .m-md-0,#locationPopup .m-md-0{margin:0 !important;}header .mt-md-0,header .my-md-0,footer .mt-md-0,footer .my-md-0,#locationPopup .mt-md-0,#locationPopup .my-md-0{margin-top:0 !important;}header .mr-md-0,header .mx-md-0,footer .mr-md-0,footer .mx-md-0,#locationPopup .mr-md-0,#locationPopup .mx-md-0{margin-right:0 !important;}header .mb-md-0,header .my-md-0,footer .mb-md-0,footer .my-md-0,#locationPopup .mb-md-0,#locationPopup .my-md-0{margin-bottom:0 !important;}header .ml-md-0,header .mx-md-0,footer .ml-md-0,footer .mx-md-0,#locationPopup .ml-md-0,#locationPopup .mx-md-0{margin-left:0 !important;}header .m-md-1,footer .m-md-1,#locationPopup .m-md-1{margin:.25rem !important;}header .mt-md-1,header .my-md-1,footer .mt-md-1,footer .my-md-1,#locationPopup .mt-md-1,#locationPopup .my-md-1{margin-top:.25rem !important;}header .mr-md-1,header .mx-md-1,footer .mr-md-1,footer .mx-md-1,#locationPopup .mr-md-1,#locationPopup .mx-md-1{margin-right:.25rem !important;}header .mb-md-1,header .my-md-1,footer .mb-md-1,footer .my-md-1,#locationPopup .mb-md-1,#locationPopup .my-md-1{margin-bottom:.25rem !important;}header .ml-md-1,header .mx-md-1,footer .ml-md-1,footer .mx-md-1,#locationPopup .ml-md-1,#locationPopup .mx-md-1{margin-left:.25rem !important;}header .m-md-2,footer .m-md-2,#locationPopup .m-md-2{margin:.5rem !important;}header .mt-md-2,header .my-md-2,footer .mt-md-2,footer .my-md-2,#locationPopup .mt-md-2,#locationPopup .my-md-2{margin-top:.5rem !important;}header .mr-md-2,header .mx-md-2,footer .mr-md-2,footer .mx-md-2,#locationPopup .mr-md-2,#locationPopup .mx-md-2{margin-right:.5rem !important;}header .mb-md-2,header .my-md-2,footer .mb-md-2,footer .my-md-2,#locationPopup .mb-md-2,#locationPopup .my-md-2{margin-bottom:.5rem !important;}header .ml-md-2,header .mx-md-2,footer .ml-md-2,footer .mx-md-2,#locationPopup .ml-md-2,#locationPopup .mx-md-2{margin-left:.5rem !important;}header .m-md-3,footer .m-md-3,#locationPopup .m-md-3{margin:1rem !important;}header .mt-md-3,header .my-md-3,footer .mt-md-3,footer .my-md-3,#locationPopup .mt-md-3,#locationPopup .my-md-3{margin-top:1rem !important;}header .mr-md-3,header .mx-md-3,footer .mr-md-3,footer .mx-md-3,#locationPopup .mr-md-3,#locationPopup .mx-md-3{margin-right:1rem !important;}header .mb-md-3,header .my-md-3,footer .mb-md-3,footer .my-md-3,#locationPopup .mb-md-3,#locationPopup .my-md-3{margin-bottom:1rem !important;}header .ml-md-3,header .mx-md-3,footer .ml-md-3,footer .mx-md-3,#locationPopup .ml-md-3,#locationPopup .mx-md-3{margin-left:1rem !important;}header .m-md-4,footer .m-md-4,#locationPopup .m-md-4{margin:1.5rem !important;}header .mt-md-4,header .my-md-4,footer .mt-md-4,footer .my-md-4,#locationPopup .mt-md-4,#locationPopup .my-md-4{margin-top:1.5rem !important;}header .mr-md-4,header .mx-md-4,footer .mr-md-4,footer .mx-md-4,#locationPopup .mr-md-4,#locationPopup .mx-md-4{margin-right:1.5rem !important;}header .mb-md-4,header .my-md-4,footer .mb-md-4,footer .my-md-4,#locationPopup .mb-md-4,#locationPopup .my-md-4{margin-bottom:1.5rem !important;}header .ml-md-4,header .mx-md-4,footer .ml-md-4,footer .mx-md-4,#locationPopup .ml-md-4,#locationPopup .mx-md-4{margin-left:1.5rem !important;}header .m-md-5,footer .m-md-5,#locationPopup .m-md-5{margin:3rem !important;}header .mt-md-5,header .my-md-5,footer .mt-md-5,footer .my-md-5,#locationPopup .mt-md-5,#locationPopup .my-md-5{margin-top:3rem !important;}header .mr-md-5,header .mx-md-5,footer .mr-md-5,footer .mx-md-5,#locationPopup .mr-md-5,#locationPopup .mx-md-5{margin-right:3rem !important;}header .mb-md-5,header .my-md-5,footer .mb-md-5,footer .my-md-5,#locationPopup .mb-md-5,#locationPopup .my-md-5{margin-bottom:3rem !important;}header .ml-md-5,header .mx-md-5,footer .ml-md-5,footer .mx-md-5,#locationPopup .ml-md-5,#locationPopup .mx-md-5{margin-left:3rem !important;}header .p-md-0,footer .p-md-0,#locationPopup .p-md-0{padding:0 !important;}header .pt-md-0,header .py-md-0,footer .pt-md-0,footer .py-md-0,#locationPopup .pt-md-0,#locationPopup .py-md-0{padding-top:0 !important;}header .pr-md-0,header .px-md-0,footer .pr-md-0,footer .px-md-0,#locationPopup .pr-md-0,#locationPopup .px-md-0{padding-right:0 !important;}header .pb-md-0,header .py-md-0,footer .pb-md-0,footer .py-md-0,#locationPopup .pb-md-0,#locationPopup .py-md-0{padding-bottom:0 !important;}header .pl-md-0,header .px-md-0,footer .pl-md-0,footer .px-md-0,#locationPopup .pl-md-0,#locationPopup .px-md-0{padding-left:0 !important;}header .p-md-1,footer .p-md-1,#locationPopup .p-md-1{padding:.25rem !important;}header .pt-md-1,header .py-md-1,footer .pt-md-1,footer .py-md-1,#locationPopup .pt-md-1,#locationPopup .py-md-1{padding-top:.25rem !important;}header .pr-md-1,header .px-md-1,footer .pr-md-1,footer .px-md-1,#locationPopup .pr-md-1,#locationPopup .px-md-1{padding-right:.25rem !important;}header .pb-md-1,header .py-md-1,footer .pb-md-1,footer .py-md-1,#locationPopup .pb-md-1,#locationPopup .py-md-1{padding-bottom:.25rem !important;}header .pl-md-1,header .px-md-1,footer .pl-md-1,footer .px-md-1,#locationPopup .pl-md-1,#locationPopup .px-md-1{padding-left:.25rem !important;}header .p-md-2,footer .p-md-2,#locationPopup .p-md-2{padding:.5rem !important;}header .pt-md-2,header .py-md-2,footer .pt-md-2,footer .py-md-2,#locationPopup .pt-md-2,#locationPopup .py-md-2{padding-top:.5rem !important;}header .pr-md-2,header .px-md-2,footer .pr-md-2,footer .px-md-2,#locationPopup .pr-md-2,#locationPopup .px-md-2{padding-right:.5rem !important;}header .pb-md-2,header .py-md-2,footer .pb-md-2,footer .py-md-2,#locationPopup .pb-md-2,#locationPopup .py-md-2{padding-bottom:.5rem !important;}header .pl-md-2,header .px-md-2,footer .pl-md-2,footer .px-md-2,#locationPopup .pl-md-2,#locationPopup .px-md-2{padding-left:.5rem !important;}header .p-md-3,footer .p-md-3,#locationPopup .p-md-3{padding:1rem !important;}header .pt-md-3,header .py-md-3,footer .pt-md-3,footer .py-md-3,#locationPopup .pt-md-3,#locationPopup .py-md-3{padding-top:1rem !important;}header .pr-md-3,header .px-md-3,footer .pr-md-3,footer .px-md-3,#locationPopup .pr-md-3,#locationPopup .px-md-3{padding-right:1rem !important;}header .pb-md-3,header .py-md-3,footer .pb-md-3,footer .py-md-3,#locationPopup .pb-md-3,#locationPopup .py-md-3{padding-bottom:1rem !important;}header .pl-md-3,header .px-md-3,footer .pl-md-3,footer .px-md-3,#locationPopup .pl-md-3,#locationPopup .px-md-3{padding-left:1rem !important;}header .p-md-4,footer .p-md-4,#locationPopup .p-md-4{padding:1.5rem !important;}header .pt-md-4,header .py-md-4,footer .pt-md-4,footer .py-md-4,#locationPopup .pt-md-4,#locationPopup .py-md-4{padding-top:1.5rem !important;}header .pr-md-4,header .px-md-4,footer .pr-md-4,footer .px-md-4,#locationPopup .pr-md-4,#locationPopup .px-md-4{padding-right:1.5rem !important;}header .pb-md-4,header .py-md-4,footer .pb-md-4,footer .py-md-4,#locationPopup .pb-md-4,#locationPopup .py-md-4{padding-bottom:1.5rem !important;}header .pl-md-4,header .px-md-4,footer .pl-md-4,footer .px-md-4,#locationPopup .pl-md-4,#locationPopup .px-md-4{padding-left:1.5rem !important;}header .p-md-5,footer .p-md-5,#locationPopup .p-md-5{padding:3rem !important;}header .pt-md-5,header .py-md-5,footer .pt-md-5,footer .py-md-5,#locationPopup .pt-md-5,#locationPopup .py-md-5{padding-top:3rem !important;}header .pr-md-5,header .px-md-5,footer .pr-md-5,footer .px-md-5,#locationPopup .pr-md-5,#locationPopup .px-md-5{padding-right:3rem !important;}header .pb-md-5,header .py-md-5,footer .pb-md-5,footer .py-md-5,#locationPopup .pb-md-5,#locationPopup .py-md-5{padding-bottom:3rem !important;}header .pl-md-5,header .px-md-5,footer .pl-md-5,footer .px-md-5,#locationPopup .pl-md-5,#locationPopup .px-md-5{padding-left:3rem !important;}header .m-md-auto,footer .m-md-auto,#locationPopup .m-md-auto{margin:auto !important;}header .mt-md-auto,header .my-md-auto,footer .mt-md-auto,footer .my-md-auto,#locationPopup .mt-md-auto,#locationPopup .my-md-auto{margin-top:auto !important;}header .mr-md-auto,header .mx-md-auto,footer .mr-md-auto,footer .mx-md-auto,#locationPopup .mr-md-auto,#locationPopup .mx-md-auto{margin-right:auto !important;}header .mb-md-auto,header .my-md-auto,footer .mb-md-auto,footer .my-md-auto,#locationPopup .mb-md-auto,#locationPopup .my-md-auto{margin-bottom:auto !important;}header .ml-md-auto,header .mx-md-auto,footer .ml-md-auto,footer .mx-md-auto,#locationPopup .ml-md-auto,#locationPopup .mx-md-auto{margin-left:auto !important;}}@media(min-width:1200px){header .m-lg-0,footer .m-lg-0,#locationPopup .m-lg-0{margin:0 !important;}header .mt-lg-0,header .my-lg-0,footer .mt-lg-0,footer .my-lg-0,#locationPopup .mt-lg-0,#locationPopup .my-lg-0{margin-top:0 !important;}header .mr-lg-0,header .mx-lg-0,footer .mr-lg-0,footer .mx-lg-0,#locationPopup .mr-lg-0,#locationPopup .mx-lg-0{margin-right:0 !important;}header .mb-lg-0,header .my-lg-0,footer .mb-lg-0,footer .my-lg-0,#locationPopup .mb-lg-0,#locationPopup .my-lg-0{margin-bottom:0 !important;}header .ml-lg-0,header .mx-lg-0,footer .ml-lg-0,footer .mx-lg-0,#locationPopup .ml-lg-0,#locationPopup .mx-lg-0{margin-left:0 !important;}header .m-lg-1,footer .m-lg-1,#locationPopup .m-lg-1{margin:.25rem !important;}header .mt-lg-1,header .my-lg-1,footer .mt-lg-1,footer .my-lg-1,#locationPopup .mt-lg-1,#locationPopup .my-lg-1{margin-top:.25rem !important;}header .mr-lg-1,header .mx-lg-1,footer .mr-lg-1,footer .mx-lg-1,#locationPopup .mr-lg-1,#locationPopup .mx-lg-1{margin-right:.25rem !important;}header .mb-lg-1,header .my-lg-1,footer .mb-lg-1,footer .my-lg-1,#locationPopup .mb-lg-1,#locationPopup .my-lg-1{margin-bottom:.25rem !important;}header .ml-lg-1,header .mx-lg-1,footer .ml-lg-1,footer .mx-lg-1,#locationPopup .ml-lg-1,#locationPopup .mx-lg-1{margin-left:.25rem !important;}header .m-lg-2,footer .m-lg-2,#locationPopup .m-lg-2{margin:.5rem !important;}header .mt-lg-2,header .my-lg-2,footer .mt-lg-2,footer .my-lg-2,#locationPopup .mt-lg-2,#locationPopup .my-lg-2{margin-top:.5rem !important;}header .mr-lg-2,header .mx-lg-2,footer .mr-lg-2,footer .mx-lg-2,#locationPopup .mr-lg-2,#locationPopup .mx-lg-2{margin-right:.5rem !important;}header .mb-lg-2,header .my-lg-2,footer .mb-lg-2,footer .my-lg-2,#locationPopup .mb-lg-2,#locationPopup .my-lg-2{margin-bottom:.5rem !important;}header .ml-lg-2,header .mx-lg-2,footer .ml-lg-2,footer .mx-lg-2,#locationPopup .ml-lg-2,#locationPopup .mx-lg-2{margin-left:.5rem !important;}header .m-lg-3,footer .m-lg-3,#locationPopup .m-lg-3{margin:1rem !important;}header .mt-lg-3,header .my-lg-3,footer .mt-lg-3,footer .my-lg-3,#locationPopup .mt-lg-3,#locationPopup .my-lg-3{margin-top:1rem !important;}header .mr-lg-3,header .mx-lg-3,footer .mr-lg-3,footer .mx-lg-3,#locationPopup .mr-lg-3,#locationPopup .mx-lg-3{margin-right:1rem !important;}header .mb-lg-3,header .my-lg-3,footer .mb-lg-3,footer .my-lg-3,#locationPopup .mb-lg-3,#locationPopup .my-lg-3{margin-bottom:1rem !important;}header .ml-lg-3,header .mx-lg-3,footer .ml-lg-3,footer .mx-lg-3,#locationPopup .ml-lg-3,#locationPopup .mx-lg-3{margin-left:1rem !important;}header .m-lg-4,footer .m-lg-4,#locationPopup .m-lg-4{margin:1.5rem !important;}header .mt-lg-4,header .my-lg-4,footer .mt-lg-4,footer .my-lg-4,#locationPopup .mt-lg-4,#locationPopup .my-lg-4{margin-top:1.5rem !important;}header .mr-lg-4,header .mx-lg-4,footer .mr-lg-4,footer .mx-lg-4,#locationPopup .mr-lg-4,#locationPopup .mx-lg-4{margin-right:1.5rem !important;}header .mb-lg-4,header .my-lg-4,footer .mb-lg-4,footer .my-lg-4,#locationPopup .mb-lg-4,#locationPopup .my-lg-4{margin-bottom:1.5rem !important;}header .ml-lg-4,header .mx-lg-4,footer .ml-lg-4,footer .mx-lg-4,#locationPopup .ml-lg-4,#locationPopup .mx-lg-4{margin-left:1.5rem !important;}header .m-lg-5,footer .m-lg-5,#locationPopup .m-lg-5{margin:3rem !important;}header .mt-lg-5,header .my-lg-5,footer .mt-lg-5,footer .my-lg-5,#locationPopup .mt-lg-5,#locationPopup .my-lg-5{margin-top:3rem !important;}header .mr-lg-5,header .mx-lg-5,footer .mr-lg-5,footer .mx-lg-5,#locationPopup .mr-lg-5,#locationPopup .mx-lg-5{margin-right:3rem !important;}header .mb-lg-5,header .my-lg-5,footer .mb-lg-5,footer .my-lg-5,#locationPopup .mb-lg-5,#locationPopup .my-lg-5{margin-bottom:3rem !important;}header .ml-lg-5,header .mx-lg-5,footer .ml-lg-5,footer .mx-lg-5,#locationPopup .ml-lg-5,#locationPopup .mx-lg-5{margin-left:3rem !important;}header .p-lg-0,footer .p-lg-0,#locationPopup .p-lg-0{padding:0 !important;}header .pt-lg-0,header .py-lg-0,footer .pt-lg-0,footer .py-lg-0,#locationPopup .pt-lg-0,#locationPopup .py-lg-0{padding-top:0 !important;}header .pr-lg-0,header .px-lg-0,footer .pr-lg-0,footer .px-lg-0,#locationPopup .pr-lg-0,#locationPopup .px-lg-0{padding-right:0 !important;}header .pb-lg-0,header .py-lg-0,footer .pb-lg-0,footer .py-lg-0,#locationPopup .pb-lg-0,#locationPopup .py-lg-0{padding-bottom:0 !important;}header .pl-lg-0,header .px-lg-0,footer .pl-lg-0,footer .px-lg-0,#locationPopup .pl-lg-0,#locationPopup .px-lg-0{padding-left:0 !important;}header .p-lg-1,footer .p-lg-1,#locationPopup .p-lg-1{padding:.25rem !important;}header .pt-lg-1,header .py-lg-1,footer .pt-lg-1,footer .py-lg-1,#locationPopup .pt-lg-1,#locationPopup .py-lg-1{padding-top:.25rem !important;}header .pr-lg-1,header .px-lg-1,footer .pr-lg-1,footer .px-lg-1,#locationPopup .pr-lg-1,#locationPopup .px-lg-1{padding-right:.25rem !important;}header .pb-lg-1,header .py-lg-1,footer .pb-lg-1,footer .py-lg-1,#locationPopup .pb-lg-1,#locationPopup .py-lg-1{padding-bottom:.25rem !important;}header .pl-lg-1,header .px-lg-1,footer .pl-lg-1,footer .px-lg-1,#locationPopup .pl-lg-1,#locationPopup .px-lg-1{padding-left:.25rem !important;}header .p-lg-2,footer .p-lg-2,#locationPopup .p-lg-2{padding:.5rem !important;}header .pt-lg-2,header .py-lg-2,footer .pt-lg-2,footer .py-lg-2,#locationPopup .pt-lg-2,#locationPopup .py-lg-2{padding-top:.5rem !important;}header .pr-lg-2,header .px-lg-2,footer .pr-lg-2,footer .px-lg-2,#locationPopup .pr-lg-2,#locationPopup .px-lg-2{padding-right:.5rem !important;}header .pb-lg-2,header .py-lg-2,footer .pb-lg-2,footer .py-lg-2,#locationPopup .pb-lg-2,#locationPopup .py-lg-2{padding-bottom:.5rem !important;}header .pl-lg-2,header .px-lg-2,footer .pl-lg-2,footer .px-lg-2,#locationPopup .pl-lg-2,#locationPopup .px-lg-2{padding-left:.5rem !important;}header .p-lg-3,footer .p-lg-3,#locationPopup .p-lg-3{padding:1rem !important;}header .pt-lg-3,header .py-lg-3,footer .pt-lg-3,footer .py-lg-3,#locationPopup .pt-lg-3,#locationPopup .py-lg-3{padding-top:1rem !important;}header .pr-lg-3,header .px-lg-3,footer .pr-lg-3,footer .px-lg-3,#locationPopup .pr-lg-3,#locationPopup .px-lg-3{padding-right:1rem !important;}header .pb-lg-3,header .py-lg-3,footer .pb-lg-3,footer .py-lg-3,#locationPopup .pb-lg-3,#locationPopup .py-lg-3{padding-bottom:1rem !important;}header .pl-lg-3,header .px-lg-3,footer .pl-lg-3,footer .px-lg-3,#locationPopup .pl-lg-3,#locationPopup .px-lg-3{padding-left:1rem !important;}header .p-lg-4,footer .p-lg-4,#locationPopup .p-lg-4{padding:1.5rem !important;}header .pt-lg-4,header .py-lg-4,footer .pt-lg-4,footer .py-lg-4,#locationPopup .pt-lg-4,#locationPopup .py-lg-4{padding-top:1.5rem !important;}header .pr-lg-4,header .px-lg-4,footer .pr-lg-4,footer .px-lg-4,#locationPopup .pr-lg-4,#locationPopup .px-lg-4{padding-right:1.5rem !important;}header .pb-lg-4,header .py-lg-4,footer .pb-lg-4,footer .py-lg-4,#locationPopup .pb-lg-4,#locationPopup .py-lg-4{padding-bottom:1.5rem !important;}header .pl-lg-4,header .px-lg-4,footer .pl-lg-4,footer .px-lg-4,#locationPopup .pl-lg-4,#locationPopup .px-lg-4{padding-left:1.5rem !important;}header .p-lg-5,footer .p-lg-5,#locationPopup .p-lg-5{padding:3rem !important;}header .pt-lg-5,header .py-lg-5,footer .pt-lg-5,footer .py-lg-5,#locationPopup .pt-lg-5,#locationPopup .py-lg-5{padding-top:3rem !important;}header .pr-lg-5,header .px-lg-5,footer .pr-lg-5,footer .px-lg-5,#locationPopup .pr-lg-5,#locationPopup .px-lg-5{padding-right:3rem !important;}header .pb-lg-5,header .py-lg-5,footer .pb-lg-5,footer .py-lg-5,#locationPopup .pb-lg-5,#locationPopup .py-lg-5{padding-bottom:3rem !important;}header .pl-lg-5,header .px-lg-5,footer .pl-lg-5,footer .px-lg-5,#locationPopup .pl-lg-5,#locationPopup .px-lg-5{padding-left:3rem !important;}header .m-lg-auto,footer .m-lg-auto,#locationPopup .m-lg-auto{margin:auto !important;}header .mt-lg-auto,header .my-lg-auto,footer .mt-lg-auto,footer .my-lg-auto,#locationPopup .mt-lg-auto,#locationPopup .my-lg-auto{margin-top:auto !important;}header .mr-lg-auto,header .mx-lg-auto,footer .mr-lg-auto,footer .mx-lg-auto,#locationPopup .mr-lg-auto,#locationPopup .mx-lg-auto{margin-right:auto !important;}header .mb-lg-auto,header .my-lg-auto,footer .mb-lg-auto,footer .my-lg-auto,#locationPopup .mb-lg-auto,#locationPopup .my-lg-auto{margin-bottom:auto !important;}header .ml-lg-auto,header .mx-lg-auto,footer .ml-lg-auto,footer .mx-lg-auto,#locationPopup .ml-lg-auto,#locationPopup .mx-lg-auto{margin-left:auto !important;}}@media(min-width:1400px){header .m-xl-0,footer .m-xl-0,#locationPopup .m-xl-0{margin:0 !important;}header .mt-xl-0,header .my-xl-0,footer .mt-xl-0,footer .my-xl-0,#locationPopup .mt-xl-0,#locationPopup .my-xl-0{margin-top:0 !important;}header .mr-xl-0,header .mx-xl-0,footer .mr-xl-0,footer .mx-xl-0,#locationPopup .mr-xl-0,#locationPopup .mx-xl-0{margin-right:0 !important;}header .mb-xl-0,header .my-xl-0,footer .mb-xl-0,footer .my-xl-0,#locationPopup .mb-xl-0,#locationPopup .my-xl-0{margin-bottom:0 !important;}header .ml-xl-0,header .mx-xl-0,footer .ml-xl-0,footer .mx-xl-0,#locationPopup .ml-xl-0,#locationPopup .mx-xl-0{margin-left:0 !important;}header .m-xl-1,footer .m-xl-1,#locationPopup .m-xl-1{margin:.25rem !important;}header .mt-xl-1,header .my-xl-1,footer .mt-xl-1,footer .my-xl-1,#locationPopup .mt-xl-1,#locationPopup .my-xl-1{margin-top:.25rem !important;}header .mr-xl-1,header .mx-xl-1,footer .mr-xl-1,footer .mx-xl-1,#locationPopup .mr-xl-1,#locationPopup .mx-xl-1{margin-right:.25rem !important;}header .mb-xl-1,header .my-xl-1,footer .mb-xl-1,footer .my-xl-1,#locationPopup .mb-xl-1,#locationPopup .my-xl-1{margin-bottom:.25rem !important;}header .ml-xl-1,header .mx-xl-1,footer .ml-xl-1,footer .mx-xl-1,#locationPopup .ml-xl-1,#locationPopup .mx-xl-1{margin-left:.25rem !important;}header .m-xl-2,footer .m-xl-2,#locationPopup .m-xl-2{margin:.5rem !important;}header .mt-xl-2,header .my-xl-2,footer .mt-xl-2,footer .my-xl-2,#locationPopup .mt-xl-2,#locationPopup .my-xl-2{margin-top:.5rem !important;}header .mr-xl-2,header .mx-xl-2,footer .mr-xl-2,footer .mx-xl-2,#locationPopup .mr-xl-2,#locationPopup .mx-xl-2{margin-right:.5rem !important;}header .mb-xl-2,header .my-xl-2,footer .mb-xl-2,footer .my-xl-2,#locationPopup .mb-xl-2,#locationPopup .my-xl-2{margin-bottom:.5rem !important;}header .ml-xl-2,header .mx-xl-2,footer .ml-xl-2,footer .mx-xl-2,#locationPopup .ml-xl-2,#locationPopup .mx-xl-2{margin-left:.5rem !important;}header .m-xl-3,footer .m-xl-3,#locationPopup .m-xl-3{margin:1rem !important;}header .mt-xl-3,header .my-xl-3,footer .mt-xl-3,footer .my-xl-3,#locationPopup .mt-xl-3,#locationPopup .my-xl-3{margin-top:1rem !important;}header .mr-xl-3,header .mx-xl-3,footer .mr-xl-3,footer .mx-xl-3,#locationPopup .mr-xl-3,#locationPopup .mx-xl-3{margin-right:1rem !important;}header .mb-xl-3,header .my-xl-3,footer .mb-xl-3,footer .my-xl-3,#locationPopup .mb-xl-3,#locationPopup .my-xl-3{margin-bottom:1rem !important;}header .ml-xl-3,header .mx-xl-3,footer .ml-xl-3,footer .mx-xl-3,#locationPopup .ml-xl-3,#locationPopup .mx-xl-3{margin-left:1rem !important;}header .m-xl-4,footer .m-xl-4,#locationPopup .m-xl-4{margin:1.5rem !important;}header .mt-xl-4,header .my-xl-4,footer .mt-xl-4,footer .my-xl-4,#locationPopup .mt-xl-4,#locationPopup .my-xl-4{margin-top:1.5rem !important;}header .mr-xl-4,header .mx-xl-4,footer .mr-xl-4,footer .mx-xl-4,#locationPopup .mr-xl-4,#locationPopup .mx-xl-4{margin-right:1.5rem !important;}header .mb-xl-4,header .my-xl-4,footer .mb-xl-4,footer .my-xl-4,#locationPopup .mb-xl-4,#locationPopup .my-xl-4{margin-bottom:1.5rem !important;}header .ml-xl-4,header .mx-xl-4,footer .ml-xl-4,footer .mx-xl-4,#locationPopup .ml-xl-4,#locationPopup .mx-xl-4{margin-left:1.5rem !important;}header .m-xl-5,footer .m-xl-5,#locationPopup .m-xl-5{margin:3rem !important;}header .mt-xl-5,header .my-xl-5,footer .mt-xl-5,footer .my-xl-5,#locationPopup .mt-xl-5,#locationPopup .my-xl-5{margin-top:3rem !important;}header .mr-xl-5,header .mx-xl-5,footer .mr-xl-5,footer .mx-xl-5,#locationPopup .mr-xl-5,#locationPopup .mx-xl-5{margin-right:3rem !important;}header .mb-xl-5,header .my-xl-5,footer .mb-xl-5,footer .my-xl-5,#locationPopup .mb-xl-5,#locationPopup .my-xl-5{margin-bottom:3rem !important;}header .ml-xl-5,header .mx-xl-5,footer .ml-xl-5,footer .mx-xl-5,#locationPopup .ml-xl-5,#locationPopup .mx-xl-5{margin-left:3rem !important;}header .p-xl-0,footer .p-xl-0,#locationPopup .p-xl-0{padding:0 !important;}header .pt-xl-0,header .py-xl-0,footer .pt-xl-0,footer .py-xl-0,#locationPopup .pt-xl-0,#locationPopup .py-xl-0{padding-top:0 !important;}header .pr-xl-0,header .px-xl-0,footer .pr-xl-0,footer .px-xl-0,#locationPopup .pr-xl-0,#locationPopup .px-xl-0{padding-right:0 !important;}header .pb-xl-0,header .py-xl-0,footer .pb-xl-0,footer .py-xl-0,#locationPopup .pb-xl-0,#locationPopup .py-xl-0{padding-bottom:0 !important;}header .pl-xl-0,header .px-xl-0,footer .pl-xl-0,footer .px-xl-0,#locationPopup .pl-xl-0,#locationPopup .px-xl-0{padding-left:0 !important;}header .p-xl-1,footer .p-xl-1,#locationPopup .p-xl-1{padding:.25rem !important;}header .pt-xl-1,header .py-xl-1,footer .pt-xl-1,footer .py-xl-1,#locationPopup .pt-xl-1,#locationPopup .py-xl-1{padding-top:.25rem !important;}header .pr-xl-1,header .px-xl-1,footer .pr-xl-1,footer .px-xl-1,#locationPopup .pr-xl-1,#locationPopup .px-xl-1{padding-right:.25rem !important;}header .pb-xl-1,header .py-xl-1,footer .pb-xl-1,footer .py-xl-1,#locationPopup .pb-xl-1,#locationPopup .py-xl-1{padding-bottom:.25rem !important;}header .pl-xl-1,header .px-xl-1,footer .pl-xl-1,footer .px-xl-1,#locationPopup .pl-xl-1,#locationPopup .px-xl-1{padding-left:.25rem !important;}header .p-xl-2,footer .p-xl-2,#locationPopup .p-xl-2{padding:.5rem !important;}header .pt-xl-2,header .py-xl-2,footer .pt-xl-2,footer .py-xl-2,#locationPopup .pt-xl-2,#locationPopup .py-xl-2{padding-top:.5rem !important;}header .pr-xl-2,header .px-xl-2,footer .pr-xl-2,footer .px-xl-2,#locationPopup .pr-xl-2,#locationPopup .px-xl-2{padding-right:.5rem !important;}header .pb-xl-2,header .py-xl-2,footer .pb-xl-2,footer .py-xl-2,#locationPopup .pb-xl-2,#locationPopup .py-xl-2{padding-bottom:.5rem !important;}header .pl-xl-2,header .px-xl-2,footer .pl-xl-2,footer .px-xl-2,#locationPopup .pl-xl-2,#locationPopup .px-xl-2{padding-left:.5rem !important;}header .p-xl-3,footer .p-xl-3,#locationPopup .p-xl-3{padding:1rem !important;}header .pt-xl-3,header .py-xl-3,footer .pt-xl-3,footer .py-xl-3,#locationPopup .pt-xl-3,#locationPopup .py-xl-3{padding-top:1rem !important;}header .pr-xl-3,header .px-xl-3,footer .pr-xl-3,footer .px-xl-3,#locationPopup .pr-xl-3,#locationPopup .px-xl-3{padding-right:1rem !important;}header .pb-xl-3,header .py-xl-3,footer .pb-xl-3,footer .py-xl-3,#locationPopup .pb-xl-3,#locationPopup .py-xl-3{padding-bottom:1rem !important;}header .pl-xl-3,header .px-xl-3,footer .pl-xl-3,footer .px-xl-3,#locationPopup .pl-xl-3,#locationPopup .px-xl-3{padding-left:1rem !important;}header .p-xl-4,footer .p-xl-4,#locationPopup .p-xl-4{padding:1.5rem !important;}header .pt-xl-4,header .py-xl-4,footer .pt-xl-4,footer .py-xl-4,#locationPopup .pt-xl-4,#locationPopup .py-xl-4{padding-top:1.5rem !important;}header .pr-xl-4,header .px-xl-4,footer .pr-xl-4,footer .px-xl-4,#locationPopup .pr-xl-4,#locationPopup .px-xl-4{padding-right:1.5rem !important;}header .pb-xl-4,header .py-xl-4,footer .pb-xl-4,footer .py-xl-4,#locationPopup .pb-xl-4,#locationPopup .py-xl-4{padding-bottom:1.5rem !important;}header .pl-xl-4,header .px-xl-4,footer .pl-xl-4,footer .px-xl-4,#locationPopup .pl-xl-4,#locationPopup .px-xl-4{padding-left:1.5rem !important;}header .p-xl-5,footer .p-xl-5,#locationPopup .p-xl-5{padding:3rem !important;}header .pt-xl-5,header .py-xl-5,footer .pt-xl-5,footer .py-xl-5,#locationPopup .pt-xl-5,#locationPopup .py-xl-5{padding-top:3rem !important;}header .pr-xl-5,header .px-xl-5,footer .pr-xl-5,footer .px-xl-5,#locationPopup .pr-xl-5,#locationPopup .px-xl-5{padding-right:3rem !important;}header .pb-xl-5,header .py-xl-5,footer .pb-xl-5,footer .py-xl-5,#locationPopup .pb-xl-5,#locationPopup .py-xl-5{padding-bottom:3rem !important;}header .pl-xl-5,header .px-xl-5,footer .pl-xl-5,footer .px-xl-5,#locationPopup .pl-xl-5,#locationPopup .px-xl-5{padding-left:3rem !important;}header .m-xl-auto,footer .m-xl-auto,#locationPopup .m-xl-auto{margin:auto !important;}header .mt-xl-auto,header .my-xl-auto,footer .mt-xl-auto,footer .my-xl-auto,#locationPopup .mt-xl-auto,#locationPopup .my-xl-auto{margin-top:auto !important;}header .mr-xl-auto,header .mx-xl-auto,footer .mr-xl-auto,footer .mx-xl-auto,#locationPopup .mr-xl-auto,#locationPopup .mx-xl-auto{margin-right:auto !important;}header .mb-xl-auto,header .my-xl-auto,footer .mb-xl-auto,footer .my-xl-auto,#locationPopup .mb-xl-auto,#locationPopup .my-xl-auto{margin-bottom:auto !important;}header .ml-xl-auto,header .mx-xl-auto,footer .ml-xl-auto,footer .mx-xl-auto,#locationPopup .ml-xl-auto,#locationPopup .mx-xl-auto{margin-left:auto !important;}header .w-100,footer .w-100,#locationPopup .w-100{width:100% !important;}}header .order-first,footer .order-first,#locationPopup .order-first{order:-1;}header .order-last,footer .order-last,#locationPopup .order-last{order:13;}header .order-0,footer .order-0,#locationPopup .order-0{order:0;}header .order-1,footer .order-1,#locationPopup .order-1{order:1;}header .order-2,footer .order-2,#locationPopup .order-2{order:2;}header .order-3,footer .order-3,#locationPopup .order-3{order:3;}header .order-4,footer .order-4,#locationPopup .order-4{order:4;}header .order-5,footer .order-5,#locationPopup .order-5{order:5;}header .order-6,footer .order-6,#locationPopup .order-6{order:6;}header .order-7,footer .order-7,#locationPopup .order-7{order:7;}header .order-8,footer .order-8,#locationPopup .order-8{order:8;}header .order-9,footer .order-9,#locationPopup .order-9{order:9;}header .order-10,footer .order-10,#locationPopup .order-10{order:10;}header .order-11,footer .order-11,#locationPopup .order-11{order:11;}header .order-12,footer .order-12,#locationPopup .order-12{order:12;}header .offset-1,footer .offset-1,#locationPopup .offset-1{margin-left:8.33333%;}header .offset-2,footer .offset-2,#locationPopup .offset-2{margin-left:16.66667%;}header .offset-3,footer .offset-3,#locationPopup .offset-3{margin-left:25%;}header .offset-4,footer .offset-4,#locationPopup .offset-4{margin-left:33.33333%;}header .offset-5,footer .offset-5,#locationPopup .offset-5{margin-left:41.66667%;}header .offset-6,footer .offset-6,#locationPopup .offset-6{margin-left:50%;}header .offset-7,footer .offset-7,#locationPopup .offset-7{margin-left:58.33333%;}header .offset-8,footer .offset-8,#locationPopup .offset-8{margin-left:66.66667%;}header .offset-9,footer .offset-9,#locationPopup .offset-9{margin-left:75%;}header .offset-10,footer .offset-10,#locationPopup .offset-10{margin-left:83.33333%;}header .offset-11,footer .offset-11,#locationPopup .offset-11{margin-left:91.66667%;}header .w-25,footer .w-25,#locationPopup .w-25{width:25% !important;}header .w-50,footer .w-50,#locationPopup .w-50{width:50% !important;}header .w-75,footer .w-75,#locationPopup .w-75{width:75% !important;}header .w-100,footer .w-100,#locationPopup .w-100{width:100% !important;}header .w-auto,footer .w-auto,#locationPopup .w-auto{width:auto !important;}header .w-60px,footer .w-60px,#locationPopup .w-60px{width:60px !important;}header .w-80px,footer .w-80px,#locationPopup .w-80px{width:80px !important;}header .w-100px,footer .w-100px,#locationPopup .w-100px{width:100px !important;}header,.header{line-height:21px;position:relative;font-size:16px;font-family:"Gotham","Helvetica Neue",Helvetica,Arial,sans-serif;}.theme-gcib header:not(.light) .nav-site-switcher li.active,.theme-gcib .header:not(.light) .nav-site-switcher li.active{font-weight:500;}.theme-gcib header:not(.light) .nav-site-switcher li:not(:last-child),.theme-gcib .header:not(.light) .nav-site-switcher li:not(:last-child){margin-right:.1rem;}.theme-gcib header h1,.theme-gcib header h2,.theme-gcib header h3,.theme-gcib header h4,.theme-gcib header h5,.theme-gcib header h6 .h1,.theme-gcib header .h2,.theme-gcib header .h3,.theme-gcib header .h4,.theme-gcib header .h5,.theme-gcib header .h6{font-family:"Gotham","Helvetica Neue",Helvetica,Arial,sans-serif;}.theme-gcib header:not(.light) .nav-site-switcher li,.theme-gcib .header:not(.light) .nav-site-switcher li{font-family:"Gotham","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:normal;}header .nav-site-switcher li.active,.header .nav-site-switcher li.active{font-family:"Gotham, Book","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:bold;}header .nav-site-switcher li:not(:last-child),.header .nav-site-switcher li:not(:last-child){margin-right:.1rem;}header .nav-site-switcher li,.header .nav-site-switcher li{font-family:"Gotham","Helvetica Neue",Helvetica,Arial,sans-serif;}@media(min-width:1200px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start;}}header .geocity{line-height:21px;}header ul{margin-top:0;margin-bottom:1rem;}header ul.list-inline{margin-left:0;}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:0 1rem;}.navbar>.container,.navbar>.container-fluid{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap;padding-left:0;padding-right:0;height:60px;margin-bottom:0;}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none;}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none;}.navbar-nav .nav-link{padding-right:0;padding-left:0;}.navbar-nav .dropdown-menu{position:static;float:none;}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem;}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center;}.navbar-toggler{padding:.25rem 1rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;}.navbar-toggler:hover,.navbar-toggler:focus{text-decoration:none;}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer;}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%;}@media(max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0;}}@media(min-width:576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start;}.navbar-expand-sm .navbar-nav{flex-direction:row;}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute;}.navbar-expand-sm .navbar-nav .nav-link{padding-right:2rem;padding-left:2rem;}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{flex-wrap:nowrap;}.navbar-expand-sm .navbar-collapse{display:flex !important;flex-basis:auto;}.navbar-expand-sm .navbar-toggler{display:none;}}@media(max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0;}}@media(min-width:768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start;}.navbar-expand-md .navbar-nav{flex-direction:row;}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute;}.navbar-expand-md .navbar-nav .nav-link{padding-right:2rem;padding-left:2rem;}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{flex-wrap:nowrap;}.navbar-expand-md .navbar-collapse{display:flex !important;flex-basis:auto;}.navbar-expand-md .navbar-toggler{display:none;}}@media(max-width:1199.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0;}}@media(min-width:1200px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start;}.navbar-expand-lg .navbar-nav{flex-direction:row;}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute;}.navbar-expand-lg .navbar-nav .nav-link{padding-right:2rem;padding-left:2rem;}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{flex-wrap:nowrap;}.navbar-expand-lg .navbar-collapse{display:flex !important;flex-basis:auto;padding-left:0;padding-right:0;}.navbar-expand-lg .navbar-toggler{display:none;}}@media(max-width:1399.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0;}}@media(min-width:1400px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start;}.navbar-expand-xl .navbar-nav{flex-direction:row;}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute;}.navbar-expand-xl .navbar-nav .nav-link{padding-right:2rem;padding-left:2rem;}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{flex-wrap:nowrap;}.navbar-expand-xl .navbar-collapse{display:flex !important;flex-basis:auto;}.navbar-expand-xl .navbar-toggler{display:none;}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start;}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0;}.navbar-expand .navbar-nav{flex-direction:row;}.navbar-expand .navbar-nav .dropdown-menu{position:absolute;}.navbar-expand .navbar-nav .nav-link{padding-right:2rem;padding-left:2rem;}.navbar-expand>.container,.navbar-expand>.container-fluid{flex-wrap:nowrap;}.navbar-expand .navbar-collapse{display:flex !important;flex-basis:auto;}.navbar-expand .navbar-toggler{display:none;}.navbar-light .navbar-brand{color:rgba(255,255,255,.9);}.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus{color:rgba(255,255,255,.9);}.navbar-light .navbar-nav .nav-link{color:#fff;}.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus{color:rgba(255,255,255,.7);}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3);}.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active{color:rgba(255,255,255,.9);}.navbar-light .navbar-toggler{color:#fff;border-color:transparent;}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 24'%3E%3Cdefs%3E%3Cstyle%3E.a{fill:%23B71234;}%3C/style%3E%3C/defs%3E%3Cg transform='translate(0 0)'%3E%3Crect class='a' width='34' height='5.113' rx='2.557'/%3E%3Crect class='a' width='34' height='5.113' rx='2.557' transform='translate(0 9.443)'/%3E%3Crect class='a' width='34' height='5.113' rx='2.557' transform='translate(0 18.887)'/%3E%3C/g%3E%3C/svg%3E");}.navbar-light .navbar-text{color:#fff;}.navbar-light .navbar-text a{color:rgba(255,255,255,.9);}.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus{color:rgba(255,255,255,.9);}.navbar-dark .navbar-brand{color:#fff;}.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{color:#fff;}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5);}.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus{color:rgba(255,255,255,.75);}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25);}.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active{color:#fff;}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1);}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");}.navbar-dark .navbar-text{color:rgba(255,255,255,.5);}.navbar-dark .navbar-text a{color:#fff;}.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus{color:#fff;}.main-menu .navbar{padding:0;}.main-menu .navbar-brand{padding:7px 15px;margin:0;height:60px;}@media(min-width:768px){.main-menu .navbar-brand{padding:5px;}}.main-menu .navbar-brand img{height:38px;width:auto;}@media(min-width:768px){.main-menu .navbar-brand img{height:44px;}}@media(min-width:1200px){.main-menu .navbar-brand img{height:unset;}}.main-menu .nav-wrap{background-color:#b71234;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;}.main-menu>.nav-menus .main-link{font-size:16px;color:#fff;font-weight:500;padding-top:.6rem;padding-bottom:.6rem;border:0;background:transparent;outline:none;}.main-menu .nav-my{flex:0 0 auto;padding-left:15px;}.main-menu .nav-my .btn-my{padding:9.6px 32px 9.6px 32px;font-weight:bold;font-size:16px;display:block;color:#fff;}@media(min-width:1200px){.main-menu .nav-my .btn-my{padding:.6rem 3rem;}}@media(min-width:1400px){.main-menu .nav-my .btn-my{padding:.6rem 2rem;}}.main-menu .nav-my .btn-my:hover{color:rgba(255,255,255,.7);}.main-menu .nav-my .dropdown-menu{width:100%;border:none;}.main-menu .nav-my .dropdown-menu a{position:relative;display:block;font-weight:bold;}.main-menu .nav-my .dropdown-menu .fa-long-arrow-alt-right{position:absolute;right:0;top:unset;}.main-menu .mega-dropdown{position:static !important;}.main-menu .mega-dropdown .mega-dropdown-menu{width:100%;box-shadow:rgba(0,0,0,.2) 0 0 5px;border:0;padding:0;background-color:#fff;max-height:0;display:block;overflow:hidden;}@media screen and (prefers-reduced-motion:reduce){.main-menu .mega-dropdown .mega-dropdown-menu{transition:none;}}.main-menu .mega-dropdown .mega-dropdown-menu.show{max-height:20000px;}@media(min-width:1200px){.main-menu .mega-dropdown .mega-dropdown-menu{position:absolute;margin-top:1rem;}}.main-menu .mega-dropdown .mega-dropdown-menu .sl-container{margin-left:0;margin-right:0;}.main-menu .navbar-toggler{color:#b71234;border:none;outline:none;}.main-menu .navbar-toggler .navbar-toggler-icon{width:34px;height:24px;}.main-menu .navbar-toggler .navbar-close{display:none;font-size:32px;}.main-menu .navbar-toggler[aria-expanded=true] .navbar-toggler-icon{display:none;}.main-menu .navbar-toggler[aria-expanded=true] .navbar-close{display:block;}@media(max-width:1199.98px){.main-menu .nav-wrap{background-color:#fff;}.main-menu>.nav-menus .main-link{margin-top:2px;font-size:16px;color:#312e3b;font-weight:500;background-color:#f2f5fa;text-align:right;padding-left:30px;padding-right:30px;}.main-menu>.nav-menus .main-link .fas{position:relative;font-size:24px;top:2px;transition:all 1s;}}@media screen and (max-width:1199.98px) and (prefers-reduced-motion:reduce){.main-menu>.nav-menus .main-link .fas{transition:none;}}@media(max-width:1199.98px){.main-menu>.nav-menus .main-link:hover,.main-menu>.nav-menus .main-link:focus{color:rgba(49,46,59,.6);}.main-menu>.nav-menus .mega-dropdown.show .main-link{color:#fff;background-color:#312e3b;}.main-menu>.nav-menus .mega-dropdown.show .main-link:hover{color:rgba(255,255,255,.6);}.main-menu>.nav-menus .mega-dropdown.show .main-link .fas{transform:rotate(180deg);}.main-menu .main-nav{background-color:#fff;padding-left:0;padding-right:0;}.main-menu .main-nav .navbar-toggler{padding-right:32px;}.main-menu .main-nav .navbar-toggler[aria-expanded=true]{padding:14px 22px;}.main-menu .nav-my{padding-left:0;}.main-menu .nav-my .btn-my{height:60px;color:#fff;padding:19.5px 40px;}.main-menu .nav-my .btn-my:after{margin-left:20px;}}@media(max-width:767.98px){.main-menu{margin-right:-15px !important;margin-left:-15px !important;}.main-menu .main-nav .navbar-toggler{padding:18px 16px;}.main-menu .nav-my{padding-right:0;}.main-menu .nav-my .btn-my{padding-left:20px;padding-right:20px;}.main-menu .nav-my .btn-my:after{margin-left:5px;}.main-menu .nav-menus{padding-left:0;padding-right:0;}}@media(max-width:1199px) and (min-width:768px){.theme-gcib header,.theme-gcib .header{padding-right:0 !important;padding-left:0 !important;}}@media(min-width:1200px){.theme-gcib header,.theme-gcib .header{padding-top:20px;padding-bottom:15px;left:0;right:0;margin:0 auto;z-index:3;}}.theme-gcib header .nav-site-switcher,.theme-gcib .header .nav-site-switcher{font-size:14px;}.theme-gcib header .nav-site-switcher a,.theme-gcib .header .nav-site-switcher a{color:#272e44;}.theme-gcib header .nav-site-switcher a:hover,.theme-gcib header .nav-site-switcher a:focus,.theme-gcib .header .nav-site-switcher a:hover,.theme-gcib .header .nav-site-switcher a:focus{color:rgba(49,46,59,.7);}.theme-gcib header .nav-site-switcher li:not(:last-child),.theme-gcib .header .nav-site-switcher li:not(:last-child){margin-right:.1rem;}.theme-gcib header .nav-site-switcher li,.theme-gcib .header .nav-site-switcher li{font-family:"Gotham";}.theme-gcib header .nav-site-switcher li.active,.theme-gcib .header .nav-site-switcher li.active{font-family:"Gotham, Book";font-weight:bold;}@media(max-width:1199.98px){.theme-gcib header .nav-site-switcher,.theme-gcib .header .nav-site-switcher{padding-right:30px;}.theme-gcib header .nav-site-switcher a,.theme-gcib .header .nav-site-switcher a{color:#b71234 !important;}.theme-gcib header .nav-site-switcher a:hover,.theme-gcib header .nav-site-switcher a:focus,.theme-gcib .header .nav-site-switcher a:hover,.theme-gcib .header .nav-site-switcher a:focus{color:rgba(183,18,52,.7);}}.theme-gcib header .nav-utility,.theme-gcib .header .nav-utility{font-size:12px;font-family:"Gotham";font-weight:500;}.theme-gcib header .nav-utility a,.theme-gcib .header .nav-utility a{color:#312e3b;}.theme-gcib header .nav-utility a svg,.theme-gcib .header .nav-utility a svg{max-width:30px;}.theme-gcib header .nav-utility a:hover,.theme-gcib header .nav-utility a:focus,.theme-gcib .header .nav-utility a:hover,.theme-gcib .header .nav-utility a:focus{color:rgba(49,46,59,.7);}@media(min-width:1400px){.theme-gcib header .nav-utility,.theme-gcib .header .nav-utility{font-size:14px !important;}}@media(max-width:1199.98px){.theme-gcib header .nav-utility,.theme-gcib .header .nav-utility{font-size:13px !important;padding-right:30px;}.theme-gcib header .nav-utility a,.theme-gcib .header .nav-utility a{color:#b71234;display:block;padding:.25rem 0;}.theme-gcib header .nav-utility a:hover,.theme-gcib header .nav-utility a:focus,.theme-gcib .header .nav-utility a:hover,.theme-gcib .header .nav-utility a:focus{color:rgba(183,18,52,.7);}.theme-gcib header .nav-utility img,.theme-gcib header .nav-utility svg,.theme-gcib .header .nav-utility img,.theme-gcib .header .nav-utility svg{width:auto;height:18px;}}.theme-gcib header.light,.theme-gcib .header.light{color:#fff;}.theme-gcib header.light .nav-site-switcher a,.theme-gcib .header.light .nav-site-switcher a{color:#fff;}.theme-gcib header.light .nav-site-switcher a:hover,.theme-gcib header.light .nav-site-switcher a:focus,.theme-gcib .header.light .nav-site-switcher a:hover,.theme-gcib .header.light .nav-site-switcher a:focus{color:rgba(255,255,255,.7);}.theme-gcib header.light .nav-utility a,.theme-gcib .header.light .nav-utility a{color:#fff;}.theme-gcib header.light .nav-utility a:hover,.theme-gcib header.light .nav-utility a:focus,.theme-gcib .header.light .nav-utility a:hover,.theme-gcib .header.light .nav-utility a:focus{color:rgba(255,255,255,.7);}.theme-gcib header.light .collapse .nav-utility a,.theme-gcib header.light .collapse .nav-site-switcher a,.theme-gcib .header.light .collapse .nav-utility a,.theme-gcib .header.light .collapse .nav-site-switcher a{color:#b71234;}.theme-gcib header .form-search-bar,.theme-gcib .header .form-search-bar{position:relative;}.theme-gcib header .form-search-bar input,.theme-gcib .header .form-search-bar input{background-color:#f6f6f6;border-color:transparent;font-size:18px;padding-top:6.75px;padding-bottom:6.75px;width:100%;height:43px;padding-right:50px;}@media(min-width:1200px){.theme-gcib header .form-search-bar input,.theme-gcib .header .form-search-bar input{width:250px;}}.theme-gcib header .form-search-bar .search-btn,.theme-gcib .header .form-search-bar .search-btn{position:absolute;right:15px;top:9px;font-size:20px;color:#b71234;cursor:pointer;}@media(min-width:1200px){.theme-gcib header .form-search-bar .search-btn,.theme-gcib .header .form-search-bar .search-btn{right:20px;}}@media(min-width:1200px){.theme-gcib header,.theme-gcib .header{margin-bottom:-156px;}}.tabs-vertical-left .card-header .nav-link{text-align:right;padding-left:.5rem;padding-right:.5rem;}.tabs-vertical-left .card-header .nav-link .fas{position:relative;font-size:24px;top:2px;transition:all 1s;}@media screen and (prefers-reduced-motion:reduce){.tabs-vertical-left .card-header .nav-link .fas{transition:none;}}.tabs-vertical-left .card-header .nav-link:hover{color:rgba(49,46,59,.6);}.tabs-vertical-left .card-header .nav-link[aria-expanded=true] .fas{transform:rotate(180deg);}.tabs-vertical-left .nav-tabs{display:none;border:none;}.tabs-vertical-left .nav-tabs .nav-item{width:100%;display:block;}.tabs-vertical-left .nav-tabs .nav-link{color:#00a9e0;font-size:16px;font-weight:500;border:none;position:relative;}@media(min-width:1280px) and (max-width:1920px){.tabs-vertical-left .nav-tabs .nav-link{font-size:14px;}}.tabs-vertical-left .nav-tabs .nav-link.active{background-color:#312e3b;color:#fff;}.tabs-vertical-left .nav-tabs .nav-link.active:after{content:'';font-family:"Font Awesome 5 Free","FontAwesome",monospace;font-size:20px;font-weight:bold;position:absolute;top:5px;right:10px;color:#fff;}.tabs-vertical-left .nav-tabs .nav-link.active:hover{color:rgba(255,255,255,.7);}.tabs-vertical-left .nav-tabs .nav-link.active:hover:after{color:rgba(255,255,255,.7);}.tabs-vertical-left .nav-tabs .nav-link:hover,.tabs-vertical-left .nav-tabs .nav-link:focus{color:rgba(0,169,224,.7);}.tabs-vertical-left .tab-content{padding:15px 30px !important;}.tabs-vertical-left .tab-content .tab-content-title{font-size:16px;font-weight:bold;text-transform:uppercase;margin-bottom:2rem;}.tabs-vertical-left .tab-content .nav-link{color:#00a9e0;padding:0 0 1rem 0;font-size:22px;font-weight:bold;}.tabs-vertical-left .tab-content .nav-link:hover,.tabs-vertical-left .tab-content .nav-link:focus{color:rgba(0,169,224,.7);}@media(min-width:1200px){.tabs-vertical-left .nav-tabs{display:flex;}.tabs-vertical-left .tab-card{border:none;}.tabs-vertical-left .tab-card .tab-card-header{display:none;}.tabs-vertical-left .tab-card .collapse{display:block;visibility:visible;}}@media(max-width:1199.98px){.tabs-vertical-left .tab-pane{display:block !important;opacity:1;}.tabs-vertical-left .tab-card-header .nav-link,.tabs-vertical-left .tab-card-body .nav-link{color:#312e3b;font-size:16px;font-weight:500;text-align:right;}.tabs-vertical-left .tab-card-body .nav-link{padding-right:5px;}.tabs-vertical-left .tab-card-header .nav-link:hover,.tabs-vertical-left .tab-card-header .nav-link:focus,.tabs-vertical-left .tab-card-body .nav-link:hover,.tabs-vertical-left .tab-card-body .nav-link:focus{color:rgba(49,46,59,.7);}.tabs-vertical-left .tab-card-body .nav-link{color:#00a9e0;margin-right:2rem;}.tabs-vertical-left .tab-card-body .nav-link:hover,.tabs-vertical-left .tab-card-body .nav-link:focus{color:rgba(0,169,224,.7);}}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none;}header .nav-link{display:block;padding:.5rem 1rem;}header .nav-link:hover,header .nav-link:focus{text-decoration:none;}header .nav-link.disabled{color:#6c757d;}header .nav-tabs{border-bottom:1px solid #dee2e6;}header .nav-tabs .nav-item{margin-bottom:-1px;width:100%;}header .nav-tabs .nav-link{border:1px solid transparent;}header .nav-tabs .nav-link:hover,header .nav-tabs .nav-link:focus{border-color:#e9ecef #e9ecef #dee2e6;}header .nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent;}header .nav-tabs .nav-link.active,header .nav-tabs .nav-item.show .nav-link{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff;}header .nav-tabs .dropdown-menu{margin-top:-1px;}header .nav-pills .nav-link.active,header .nav-pills .show>.nav-link{color:#fff;background-color:#007bff;}header .nav-fill .nav-item{flex:1 1 auto;text-align:center;}header .nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center;}header .tab-content>.tab-pane{display:none;}header .tab-content>.active{display:block;}header .dropdown>[data-toggle="dropdown"][aria-expanded=true] .fas,header .dropdown>[data-toggle="dropdown"][aria-expanded=true] .chevron-down{transform:rotate(180deg);}header .dropdown>[data-toggle="dropdown"] .fas,header .dropdown>[data-toggle="dropdown"] .chevron-down{transition:all .25s;}.theme-gcib header:not(.light) .nav-utility a,.theme-gcib .header:not(.light) .nav-utility a{color:#b71234;}.theme-gcib header:not(.light) .nav-site-switcher li.active a,.theme-gcib .header:not(.light) .nav-site-switcher li.active a{color:#b71234;}.theme-gcib header:not(.light) .nav-site-switcher li.active,.theme-gcib .header:not(.light) .nav-site-switcher li.active{font-weight:500;}.theme-gcib header:not(.light) .nav-site-switcher li,.theme-gcib .header:not(.light) .nav-site-switcher li{font-family:"Gotham";font-weight:normal;}@media(min-width:768px){.theme-gcib .navbar-nav>li{float:none;height:auto;}}@media(min-width:768px){.navbar-nav{margin:0;position:initial;}}.tabs-vertical-left .nav-bar li.active:after,.navbar-nav li.active:after{border:0;}.tabs-vertical-left .nav-tabs .nav-item.active .nav-link{background-color:#312e3b;color:#fff;border-radius:0;}.tabs-vertical-left .nav-tabs .nav-item:not(.active) .nav-link{background-color:transparent;color:#009ae0;}.tabs-vertical-left .nav-tabs>li.active>a,.tabs-vertical-left .nav-tabs>li.active>a:hover,.tabs-vertical-left .nav-tabs>li.active>a:focus{border:0;}.tabs-vertical-left .nav-tabs .nav-item.active .nav-link:after{content:'';font-family:"Font Awesome 5 Free","FontAwesome",monospace;font-size:20px;font-weight:bold;position:absolute;top:5px;right:10px;color:#fff;}.tabs-vertical-left .nav-tabs .nav-item:not(.active) .nav-link:after{content:'';}.nav-my .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#312e3b;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:0 solid rgba(0,0,0,.15);box-shadow:0 0 .5rem rgba(49,46,59,.25);}header h3,header .h3{font-size:14px;color:#00a9e0;text-transform:uppercase;font-weight:bold;letter-spacing:.09rem;word-spacing:.1rem;margin-bottom:1rem;}.nav-my .dropdown-menu a{color:#00a9e0;font-size:16px;}header .nav-site-switcher .list-inline>li{padding:0;}.main-menu>.nav-menus .main-link{padding:9.6px 32px 9.6px 32px;}@media(min-width:1200px){.main-menu .nav-my .btn-my{padding:9.6px 48px 9.6px 48px;}}@media(max-width:1199.98px){.main-menu>.nav-menus .main-link{padding-left:30px;padding-right:30px;}.main-menu .navbar-nav{width:100%;margin-bottom:20px;}.main-menu .navbar-collapse{padding-left:0;padding-right:0;}.main-menu>.nav-menus .main-link{width:100%;}.mega-dropdown-menu{box-shadow:transparent 0 0 !important;}.main-menu .tab-content>.tab-pane{visibility:visible;}header .collapse.in{display:block !important;}header .navbar-collapse.collapse:not(.in){display:none !important;}.tabs-vertical-left .tab-card-header .nav-link{width:100%;background:none;border:none;outline:0;}header.outer-container{padding-left:0;padding-right:0;}}header .navbar{width:100% !important;margin-bottom:0;}.theme-gcib header .dropdown-menu{opacity:1;}.theme-gcib .nav-tabs>li>a{border-radius:0;}.theme-gcib .main-menu .mega-dropdown .simple-dropdown-menu{width:250px;box-shadow:rgba(0,0,0,.2) 0 0 5px;border:0;padding:0;background-color:#fff;max-height:0;display:block;overflow:hidden;}@media screen and (prefers-reduced-motion:reduce){.theme-gcib .main-menu .mega-dropdown .simple-dropdown-menu{transition:none;}}.theme-gcib .main-menu .mega-dropdown .simple-dropdown-menu.show{max-height:20000px;}@media(min-width:1200px){.theme-gcib .main-menu .mega-dropdown .simple-dropdown-menu{position:absolute;margin-top:1rem;left:auto;margin-left:32px;}.theme-gcib .navbar-expand-lg .navbar-nav{width:100%;}}@media(max-width:1199.98px){.theme-gcib .main-menu .mega-dropdown .simple-dropdown-menu{width:100%;box-shadow:none;}}.theme-gcib .main-menu .mega-dropdown .simple-dropdown-menu .nav-link{font-size:14px;font-weight:500;background-color:#fff;color:#00a9e0;}@media(max-width:1199.98px){.theme-gcib .main-menu .mega-dropdown .simple-dropdown-menu .nav-link{text-align:right;padding:1rem 50px 0 0;font-size:16px;font-weight:500;}.theme-gcib .navbar:before{display:none;}}.theme-gcib .main-menu .mega-dropdown .simple-dropdown-menu .nav-link:hover{background-color:#312e3b;color:#fff;}@media only screen and (max-width:767px){.theme-gcib .navbar-nav .open .dropdown-menu{margin-bottom:0;}}.theme-gcib header .form-control{display:block;width:100%;height:calc(2.25rem + 2px);padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#f6f6f6;background-clip:padding-box;border:1px solid #f6f6f6;border-radius:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;}.theme-gcib header .navbar-nav li.active:after,.theme-gcib header .navbar-nav li.active:before{display:none;}.theme-gcib header .clearfix:before,.theme-gcib header .clearfix:after,.theme-gcib header .dl-horizontal dd:before,.theme-gcib header .dl-horizontal dd:after,.theme-gcib header .container:before,.theme-gcib header .container:after,.theme-gcib header .container-fluid:before,.theme-gcib header .container-fluid:after,.theme-gcib header .row:before,.theme-gcib header .row:after,.theme-gcib header .form-horizontal .form-group:before,.theme-gcib header .form-horizontal .form-group:after,.theme-gcib header .btn-toolbar:before,.theme-gcib header .btn-toolbar:after,.theme-gcib header .btn-group-vertical>.btn-group:before,.theme-gcib header .btn-group-vertical>.btn-group:after,.theme-gcib header .nav:before,.theme-gcib header .nav:after,.theme-gcib header .navbar:before,.theme-gcib header .navbar:after,.theme-gcib header .navbar-header:before,.theme-gcib header .navbar-header:after,.theme-gcib header .navbar-collapse:before,.theme-gcib header .navbar-collapse:after,.theme-gcib header .pager:before,.theme-gcib header .pager:after,.theme-gcib header .panel-body:before,.theme-gcib header .panel-body:after,.theme-gcib header .modal-footer:before,.theme-gcib header .modal-footer:after{display:none;}footer.theme-gcib,.footer.theme-gcib{font-size:12px;font-weight:bold;color:#fff;text-align:left;padding-bottom:30px;}@media(min-width:1200px){footer.theme-gcib,.footer.theme-gcib{font-size:16px;margin-left:calc(-100vw/2 + 1200px/2);margin-right:calc(-100vw/2 + 1200px/2);}}@media(max-width:1199.98px){footer.theme-gcib,.footer.theme-gcib{margin-left:-8px;margin-right:-8px;}}@media(max-width:767.98px){footer.theme-gcib,.footer.theme-gcib{margin-left:0;margin-right:0;}}footer.theme-gcib a,.footer.theme-gcib a{color:#fff;}footer.theme-gcib a:hover,footer.theme-gcib a:focus,.footer.theme-gcib a:hover,.footer.theme-gcib a:focus{color:rgba(255,255,255,.7);}footer.theme-gcib .footer-cat-title,.footer.theme-gcib .footer-cat-title{text-transform:uppercase;margin-bottom:2rem;}footer.theme-gcib .footer-links li>*,.footer.theme-gcib .footer-links li>*{padding:.33333rem 0;display:block;}footer.theme-gcib .copyright,.footer.theme-gcib .copyright{padding:30px 0;}.footer-links{margin-top:0;}footer.theme-gcib ul.social-media-links li{margin-right:0;margin-bottom:0;}@font-face{font-family:"Gotham, Book";src:url("/Assets/Shared/fonts/Gotham-Book.woff") format("woff"),url("/Assets/Shared/fonts/Gotham-Book.otf") format("opentype");font-weight:500;}@font-face{font-family:"Gotham";font-weight:400;src:url("/Assets/Shared/fonts/Gotham-Light.otf") format("opentype");}@font-face{font-family:"Gotham";font-weight:400;font-style:italic;src:url("/Assets/Shared/fonts/Gotham-LightItalic.otf") format("opentype");}@font-face{font-family:"Gotham";font-weight:500;src:url("/Assets/Shared/fonts/Gotham-Medium.woff") format("woff"),url("/Assets/Shared/fonts/Gotham-Medium.otf") format("opentype");}@font-face{font-family:"Gotham";font-weight:500;font-style:italic;src:url("/Assets/Shared/fonts/Gotham-MediumItalic.otf") format("opentype");}@font-face{font-family:"Trailblazer H";font-weight:300;src:url("/Assets/Shared/fonts/TrailblazerH-Light.woff") format("woff"),url("/Assets/Shared/fonts/TrailblazerH-Light.otf") format("opentype"),url("/Assets/Shared/fonts/TrailblazerH-Light.svg#filename") format("svg");}@font-face{font-family:"Trailblazer H DemiBold";font-weight:300;src:url("/Assets/Shared/fonts/TrailblazerH-demibold.woff") format("woff"),url("/Assets/Shared/fonts/TrailblazerH-demibold.otf") format("opentype"),url("/Assets/Shared/fonts/TrailblazerH-demibold.svg#filename") format("svg");}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;src:url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-brands-400.eot?);src:url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-brands-400.woff2) format("woff2"),url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-brands-400.woff) format("woff"),url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-brands-400.ttf) format("truetype"),url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-brands-400.svg#fontawesome) format("svg");}.fab{font-family:"Font Awesome 5 Brands";}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;src:url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-regular-400.eot?);src:url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-regular-400.woff2) format("woff2"),url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-regular-400.woff) format("woff"),url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-regular-400.ttf) format("truetype"),url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-regular-400.svg#fontawesome) format("svg");}.far{font-weight:400;}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;src:url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-solid-900.eot?);src:url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-solid-900.woff2) format("woff2"),url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-solid-900.woff) format("woff"),url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-solid-900.ttf) format("truetype"),url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-solid-900.svg#fontawesome) format("svg");}.fa,.far,.fas{font-family:"Font Awesome 5 Free";}.fa,.fas{font-weight:900;}header .modal-open{overflow:hidden;}header .modal-open .modal{overflow-x:hidden;overflow-y:auto;}#locationPopup{font-family:"Gotham",sans-serif;}#locationPopup.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;}#locationPopup .modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none;z-index:1050;}#locationPopup.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-25%);}@media screen and (prefers-reduced-motion:reduce){#locationPopup.modal.fade .modal-dialog{transition:none;}}#locationPopup.modal.show .modal-dialog{transform:translate(0,0);}#locationPopup .modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - (.5rem*2));}#locationPopup .modal-dialog-centered::before{display:block;height:calc(100vh - (.5rem*2));content:"";}#locationPopup .modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);box-shadow:0 .25rem .5rem rgba(0,0,0,.5);outline:0;}#locationPopup .modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000;}#locationPopup .modal-backdrop.fade:not(.in){opacity:0;}#locationPopup .modal-backdrop.fade.in{opacity:.5;}#locationPopup .modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:30px;border-bottom:0;}#locationPopup .modal-header .close{padding:30px;margin:-30px -30px -30px auto;}#locationPopup .modal-title{margin-top:0;margin-bottom:0;line-height:1.5;font-size:14px;color:#00a9e0;text-transform:uppercase;font-weight:bold;letter-spacing:.09rem;word-spacing:.1rem;}#locationPopup .modal-body{position:relative;flex:1 1 auto;padding:30px;font-size:14px;}#locationPopup .modal-footer{display:flex;align-items:center;justify-content:flex-end;padding:30px;border-top:1px solid #e9ecef;}#locationPopup .modal-footer>:not(:first-child){margin-left:.25rem;}#locationPopup .modal-footer>:not(:last-child){margin-right:.25rem;}#locationPopup .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll;}@media(min-width:576px){#locationPopup .modal-dialog{max-width:500px;margin:1.75rem auto;}#locationPopup .modal-dialog-centered{min-height:calc(100% - (1.75rem*2));}#locationPopup .modal-dialog-centered::before{height:calc(100vh - (1.75rem*2));}#locationPopup .modal-content{box-shadow:0 .5rem 1rem rgba(0,0,0,.5);}#locationPopup .modal-sm{max-width:300px;}}@media(min-width:1200px){#locationPopup .modal-lg{max-width:800px;}}#locationPopup .form-group{width:100%;}#locationPopup .form-control{background-color:#fff;height:calc(2.75rem + 2.25px);display:block;width:100%;height:calc(2.25rem + 2px);padding:.375rem .75rem;font-size:16px;line-height:1.5;color:#495057;background-color:#f6f6f6;background-clip:padding-box;border:1px solid #f6f6f6;border-radius:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;}#locationPopup .form-inline{display:flex;flex-flow:row wrap;align-items:center;}#locationPopup .form-inline .form-control{height:46px;}#locationPopup .form-inline .btn{height:46px;}@media(min-width:1201px){#locationPopup .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle;}}#locationPopup .updateCity{margin:0;}header a:hover,header a:active,header a:focus{text-decoration:none;}.bg-gcired{background-color:#b71234 !important;}.bg-lightgray5{background-color:#f2f5fa !important;}.bg-plum{background-color:#342f41 !important;}.long-arrow.arrow-powderblue{background-image:url(/Assets/GCIB/images/arrow-powderblue-right.png);}.long-arrow.arrow-white{background-image:url(/Assets/GCIB/images/arrow-white-right.png);}.font-weight-normal{font-weight:normal;}@media(min-width:1200px){.long-arrow{width:35px;height:24px;}}.long-arrow{display:inline-block;vertical-align:middle;background-size:cover;background-repeat:no-repeat;background-position:center center;width:26px;height:18px;transition:all .2s;}.main-menu .nav-my .dropdown-menu .fa-long-arrow-alt-right{position:absolute;right:0;top:unset;}.theme-gcib .fa-long-arrow-alt-right{font-size:calc(1rem + 10px);position:relative;top:3px;}.theme-gcib .btn:not(:disabled):not(.disabled){cursor:pointer;}.btn:not(:disabled):not(.disabled){cursor:pointer;}.theme-gcib .btn-block,#locationPopup .btn-block{display:block;width:100%;}.theme-gcib .btn-secondary,#locationPopup .btn-secondary{color:#fff;background-color:#00a9e0;border-color:#00a9e0;box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);}.theme-gcib .btn,#locationPopup .btn{display:inline-block;font-weight:bold;text-align:center;white-space:nowrap;vertical-align:middle;user-select:none;border:1px solid transparent;padding:.6rem 3rem;font-size:16px;line-height:1.5;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;margin:0;}.text-black{color:#312e3b !important;}a.text-black:hover{color:rgba(49,46,59,.7) !important;}.text-white{color:#fff !important;}a.text-white:hover{color:rgba(255,255,255,.7) !important;}.text-gcired{color:#b71234 !important;}a.text-gcired:hover{color:rgba(183,18,52,.7) !important;}.text-powderblue{color:#00a9e0 !important;}a.text-powderblue:hover{color:rgba(0,169,224,.7) !important;}.svg-stroke-gcired svg,.svg-gcired svg{stroke:#b71234 !important;}.svg-fill-gcired svg,.svg-gcired svg,.svg-fill-primary svg{fill:#b71234 !important;}.svg-stroke-powderblue svg,.svg-powderblue svg{stroke:#00a9e0 !important;}.svg-fill-powderblue svg,.svg-powderblue svg{fill:#00a9e0 !important;}.svg-stroke-black svg,.svg-black svg{stroke:#312e3b !important;}.svg-fill-black svg,.svg-black svg{fill:#312e3b !important;}.svg-stroke-white svg,.svg-white svg{stroke:#fff !important;}.svg-fill-white svg,.svg-white svg{fill:#fff !important;}.fa,.fas{font-weight:900;}.fa,.far,.fas{font-family:"Font Awesome 5 Free","FontAwesome",monospace;}.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;}.fa-search:before{content:"";}.fa-long-arrow-alt-right:before{content:"";}.fa-times:before{content:"";}.fa-angle-down:before{content:"";}[data-toggle="collapse"][aria-expanded=true] .fas,[data-toggle="collapse"][aria-expanded=true] .chevron-down{transform:rotate(180deg);}[data-toggle="collapse"] .fas,[data-toggle="collapse"] .chevron-down{transition:all .25s;}.float-left{float:left;}.float-right{float:right;}.no-gutters{margin-right:0 !important;margin-left:0 !important;}.no-gutters>.col,.no-gutters>[class*="col-"]{padding-right:0;padding-left:0;}.body-container{padding-left:15px;padding-right:15px;}@media(min-width:768px){.body-container{padding-left:39px;padding-right:39px;}}@media(min-width:1200px){.body-container{padding-left:85px;padding-right:85px;}}
@charset "UTF-8";
html input:focus {
  outline: #00A9E0 auto 1px !important;
}
html h2 {
  font-weight: normal;
}

.cta-button {
  border: 1px solid #00A9E0;
  font-weight: 600;
  padding: 12px 20px;
  width: 100%;
  font-size: 20px;
  font-weight: normal;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  color: #00A9E0;
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .cta-button {
    font-size: 14px;
  }
}
.cta-button:hover {
  background: #00A9E0;
  color: #ffffff;
}

.blue-outlined-button {
  border: 1px solid #00A9E0;
  font-weight: 600;
  padding: 12px 20px;
  width: 100%;
  font-size: 20px;
  font-weight: normal;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  color: #00A9E0;
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .blue-outlined-button {
    font-size: 14px;
  }
}
.blue-outlined-button:hover {
  background: #00A9E0;
  color: #ffffff;
}

.small-blue-button-with-arrow {
  background-color: #00A9E0;
  border: 1px solid #00A9E0;
  padding: 12px 20px;
  width: 100%;
  font-weight: normal;
  text-align: center;
  margin-top: 20px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #ffffff;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 24px;
}
.small-blue-button-with-arrow:before {
  font-family: "Font Awesome 5 Free" !important;
  content: "";
  font-weight: 600;
  padding-right: 11px;
}
.small-blue-button-with-arrow:hover {
  background-color: #ffffff;
  color: #00A9E0;
}

.red-outlined-button {
  border: 3px solid #B71234;
  font-weight: 600;
  padding: 12px 20px;
  width: 100%;
  font-size: 20px;
  font-weight: normal;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  color: #B71234;
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .red-outlined-button {
    font-size: 14px;
  }
}
.red-outlined-button:hover {
  background: #B71234;
  color: #ffffff !important;
}

.white-outlined-button {
  border: 1px solid #ffffff;
  font-weight: 600;
  padding: 15px 30px !important;
  display: inline-block !important;
  max-width: 300px !important;
  width: 100% !important;
  font-weight: bold;
  font-size: 18px;
  font-weight: bold;
  text-align: center !important;
  margin-top: 20px;
  display: inline-block !important;
  cursor: pointer;
  color: #ffffff !important;
  text-decoration: none !important;
  text-align: center !important;
}
.white-outlined-button:after {
  display: none;
}
.white-outlined-button:hover {
  background: #ffffff;
  color: #B71234 !important;
}

.small-button {
  color: #ffffff;
  background-color: #B71234;
  border: 1px solid #B71234;
  padding: 12px 20px;
  width: 100%;
  font-weight: 500;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none !important;
  line-height: normal !important;
}
.small-button:hover {
  background-color: #9B0F2C;
  color: #ffffff;
}

.small-button-with-arrow {
  background-color: #B71234;
  border: 1px solid #B71234;
  padding: 12px 20px;
  width: 100%;
  font-weight: 500;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #ffffff;
  text-decoration: none !important;
}
.small-button-with-arrow:after {
  font-family: "Font Awesome 5 Free" !important;
  content: "";
  padding-left: 12px;
}
.small-button-with-arrow:hover {
  background: #9B0F2C;
  color: #ffffff;
}

.button-with-chevron-down {
  padding: 12px 20px;
  width: 100%;
  font-weight: 600 !important;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  margin-top: 20px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #ffffff !important;
  text-decoration: none !important;
}
.button-with-chevron-down:before {
  font-family: "Font Awesome 5 Free" !important;
  content: "";
}

.button-with-chevron-up {
  padding: 12px 20px;
  width: 100%;
  font-weight: 600 !important;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #ffffff !important;
  text-decoration: none !important;
}
.button-with-chevron-up:before {
  font-family: "Font Awesome 5 Free" !important;
  content: "";
}

.button-with-chevron-right {
  width: 100%;
  font-weight: 600 !important;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #ffffff !important;
}
.button-with-chevron-right:before {
  font-size: 16px;
  font-family: "Font Awesome 5 Free" !important;
  content: "";
  padding-left: 6px;
}

.close-button {
  position: absolute;
  padding: 5px 15px;
  font-size: 30px;
  font-weight: 800;
  top: 5px;
  right: 5px;
}

button[data-toggle=modal] {
  margin: 10px 0;
}

.geolocation-city {
  color: #00A9E0;
}

.reference-number {
  color: #00A9E0;
}

.blue-link {
  font-weight: bold;
  font-size: 18px;
  color: #00ABEB;
  letter-spacing: 0.39px;
  text-align: center;
  line-height: 20px;
}

.module-title {
  font-family: "Trailblazer H DemiBold";
  font-size: 2rem;
}

.strikethrough {
  position: relative;
  margin-right: 10px;
}
.strikethrough:after {
  border-bottom: 2px solid #312E3B;
  content: "";
  left: 0;
  margin-top: calc(0.125em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}

.midnight-gradient-bg {
  background-image: linear-gradient(-45deg, #5F5B6D 0%, #312E3B 55%);
}

.yukon-gradient-bg {
  position: relative;
}
.yukon-gradient-bg:before {
  content: "";
  background-image: linear-gradient(135deg, #00A9E0 0%, #75C6B1 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -2;
}
.yukon-gradient-bg:after {
  content: "";
  background-image: linear-gradient(141deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.highlight-blue {
  color: #00A9E0;
  font-weight: bold;
  font-size: 24px;
}

.hidden-step {
  visibility: hidden;
  max-height: 0;
  position: fixed;
  z-index: -1;
}

@media screen and (max-width: 576px) {
  body > .container {
    padding: 0;
  }

  .main-menu {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.featured-collection.featured-collection-one {
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: #00A9E0;
}
.featured-collection.featured-collection-one .content-container .copy-container {
  display: flex;
  align-items: center;
}
.featured-collection.featured-collection-one .content-container .copy-container > .fc-title {
  font-size: 48px;
  color: #ffffff;
  display: flex;
  padding-left: 75px;
  width: 50%;
  line-height: 52px;
}
@media screen and (max-width: 992px) {
  .featured-collection.featured-collection-one .content-container .copy-container > .fc-title {
    width: 100%;
    padding: 0;
    padding-top: 38px;
  }
}
@media screen and (max-width: 576px) {
  .featured-collection.featured-collection-one .content-container .copy-container > .fc-title {
    font-size: 24px;
    letter-spacing: 0.52px;
    line-height: 28px;
  }
}
.featured-collection.featured-collection-one .content-container .content-block {
  margin: 0;
  padding-right: 65px;
  width: 50%;
}
@media screen and (max-width: 992px) {
  .featured-collection.featured-collection-one .content-container .content-block {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .featured-collection.featured-collection-one .content-container .content-block .featured-item {
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .featured-collection.featured-collection-one .content-container .content-block .featured-item .copy-container {
    padding: 0;
  }
}

.featured-collection.fc-left-align {
  margin-right: auto;
}

.featured-collection.fc-right-align {
  margin-left: auto;
}

.featured-collection.fc-center-align {
  margin-right: auto;
  margin-left: auto;
}

.featured-collection {
  max-width: 1260px;
}
@media screen and (min-width: 769px) {
  .featured-collection {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.featured-collection .copy-container {
  display: flex;
  align-items: center;
}
.featured-collection .copy-container .fc-legal {
  padding: 20px;
}
.featured-collection .copy-container .fc-cta {
  text-align: center;
}
.featured-collection .copy-container .fc-cta a.small-button {
  width: auto;
  margin: 20px;
}
.featured-collection .copy-container > .fc-title {
  font-size: 48px;
  color: #ffffff;
  display: flex;
  padding: 0 70px;
  width: 50%;
  line-height: 52px;
}
.featured-collection .featured-item > .copy-container {
  display: flex;
}
.featured-collection .featured-item > .fc-title {
  font-size: 18px;
  order: 2;
  width: 100%;
  padding-left: 18px;
  font-weight: bold;
}
.featured-collection .featured-item .fc-image {
  margin-left: 7px;
}
.featured-collection .featured-item .fc-image img {
  width: 100%;
  height: auto;
}
.featured-collection .featured-item {
  position: relative;
  margin: 0;
}
.featured-collection .featured-item:first-child {
  border: none;
}
.featured-collection .featured-item:after {
  content: "";
  border-bottom: 1px solid #ffffff;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.featured-collection .featured-item:last-child:after {
  content: none;
}
.featured-collection .featured-item .fc-cta a {
  color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 33px 6px;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0.61px;
  line-height: 20px;
}
.featured-collection .featured-item .fc-cta {
  width: 100%;
}
.featured-collection .featured-item .fc-cta a:after {
  content: url(/-/media/arrow-right.svg);
  order: 3;
  padding-left: 20px;
  padding-right: 15px;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  .featured-collection .featured-item .fc-cta a:after {
    position: relative;
  }
}
.featured-collection .copy-container ul li:last-child:after {
  content: none;
}

@media screen and (max-width: 992px) {
  .featured-collection .copy-container {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
  }

  .main-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .featured-collection .copy-container > .fc-title {
    font-size: 24px;
    color: #ffffff;
    display: flex;
    padding-left: 0;
    width: 100%;
    line-height: 28px;
    padding-top: 42px;
    padding-bottom: 24px;
  }
  .featured-collection .featured-item .fc-image {
    margin-left: 0;
  }
  .featured-collection .featured-item .fc-title {
    padding-top: 0;
    font-size: 18px;
    padding-left: 14px;
    padding-bottom: 0;
    width: auto;
  }
  .featured-collection .featured-item .copy-container:after {
    padding-right: 0;
  }
}
.chat:before {
  content: url(/-/media/images/gci/icons/checkout-icons/chat-with-us-icon.svg);
  width: 38px;
  margin-right: 20px;
}

.call:before {
  content: url(/-/media/images/gci/icons/checkout-icons/call-us-icon.svg);
  width: 38px;
  margin-right: 20px;
}

.request:before {
  content: url(/-/media/images/gci/icons/checkout-icons/request-a-callback-icon.svg);
  width: 38px;
  margin-right: 20px;
}

.featured-collection.yukon-genre-tiers {
  background-color: #FFFFFF;
}
@media screen and (min-width: 577px) and (max-width: 991px) {
  .featured-collection.yukon-genre-tiers {
    padding: 0 90px;
  }
}
@media screen and (max-width: 576px) {
  .featured-collection.yukon-genre-tiers {
    padding: 0;
  }
}
.featured-collection.yukon-genre-tiers .copy-container {
  display: block;
}
.featured-collection.yukon-genre-tiers .copy-container .fc-title {
  color: #000000;
}
.featured-collection.yukon-genre-tiers .copy-container.no-image-parent > .fc-title,
.featured-collection.yukon-genre-tiers .copy-container.no-image-parent > .fc-sub-title {
  padding-left: 10px;
}
.featured-collection.yukon-genre-tiers .copy-container.no-image-parent > .fc-title {
  width: 100%;
  font-size: 1.5em;
}
.featured-collection.yukon-genre-tiers .copy-container.no-image-parent > .fc-sub-title {
  font-size: 1em;
  padding-bottom: 15px;
}
.featured-collection.yukon-genre-tiers .copy-container.no-image-parent > .fc-cta {
  margin-top: 2em;
  margin-bottom: 2em;
}
.featured-collection.yukon-genre-tiers .copy-container .fc-cta {
  text-align: center;
  margin-bottom: 0.5em;
}
.featured-collection.yukon-genre-tiers .copy-container .fc-cta .small-button {
  width: auto;
  padding: 0.8rem 4rem;
}
.featured-collection.yukon-genre-tiers .copy-container .fc-cta .blue-link {
  color: #00abeb;
}
.featured-collection.yukon-genre-tiers .copy-container .fc-cta a {
  display: inline;
}
@media screen and (max-width: 576px) {
  .featured-collection.yukon-genre-tiers .copy-container .fc-cta a {
    display: inline-block;
  }
}
.featured-collection.yukon-genre-tiers .copy-container .fc-cta a:after {
  content: none;
}
.featured-collection.yukon-genre-tiers .copy-container .fc-legal {
  padding-top: 1em;
}
.featured-collection.yukon-genre-tiers .content-block {
  width: unset;
}
.featured-collection.yukon-genre-tiers .content-block .featured-item {
  margin: 0;
}
@media screen and (max-width: 992px) {
  .featured-collection.yukon-genre-tiers .content-block .featured-item {
    margin-bottom: 50px;
  }
}
.featured-collection.yukon-genre-tiers .content-block .featured-item .fc-image {
  margin-left: 0px;
}
.featured-collection.yukon-genre-tiers .content-block .featured-item .fc-image img {
  width: 100%;
  height: auto;
}
.featured-collection.yukon-genre-tiers .content-block .featured-item .copy-container {
  color: black;
  max-height: none;
  padding: 25px !important;
  background-color: #F2F5FA;
  flex-direction: column;
  align-items: flex-start;
}
.featured-collection.yukon-genre-tiers .content-block .featured-item .copy-container .fc-title {
  font-size: 1.6em;
  padding-left: 0px;
  width: 100%;
  font-weight: bold;
}
.featured-collection.yukon-genre-tiers .content-block .featured-item .copy-container .fc-sub-title {
  font-size: 1.4em;
  font-weight: bold;
}
.featured-collection.yukon-genre-tiers .content-block .featured-item .copy-container .fc-sub-title .highlight-blue {
  color: #00ABEB;
}
.featured-collection.yukon-genre-tiers .content-block .featured-item .copy-container .fc-description {
  font-size: 0.9em;
}
.featured-collection.yukon-genre-tiers .content-block .featured-item .copy-container .fc-description p:first-child {
  margin-bottom: 0;
  margin-top: 1rem;
  font-weight: bold;
}
.featured-collection.yukon-genre-tiers .content-block .featured-item .copy-container .fc-description p:last-child {
  text-align: center;
}
.featured-collection.yukon-genre-tiers .content-block .featured-item .copy-container .fc-description img {
  max-width: 100%;
  height: auto;
}
.featured-collection.yukon-genre-tiers .content-block .featured-item:after {
  content: none;
}
@media screen and (max-width: 992px) {
  .featured-collection.yukon-genre-tiers {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .featured-collection.yukon-genre-tiers {
    font-size: 14px;
  }
  .featured-collection.yukon-genre-tiers .copy-container.no-image-parent > .fc-title {
    line-height: 1em;
    font-size: 2em;
  }
  .featured-collection.yukon-genre-tiers ul.three-column {
    flex-direction: column;
  }
  .featured-collection.yukon-genre-tiers ul.three-column .featured-item {
    max-width: none !important;
  }
  .featured-collection.yukon-genre-tiers ul.three-column .featured-item .copy-container .fc-title {
    margin-bottom: 0.7em;
  }
  .featured-collection.yukon-genre-tiers ul.three-column .featured-item:not(:last-child) {
    margin-bottom: 1rem;
    margin-right: 0;
  }
}

.featured-collection.yukon-genre-tiers .copy-container {
  padding: 0;
}

.featured-collection.numbered-items {
  background-color: transparent;
  position: relative;
  max-width: none;
  padding: 86px 0px;
  background-size: cover;
  background-position: right bottom;
  margin-left: -18px;
  margin-right: -18px;
}
@media screen and (max-width: 1400px) {
  .featured-collection.numbered-items {
    padding: 86px 25px;
  }
}
@media screen and (max-width: 576px) {
  .featured-collection.numbered-items {
    padding: 60px 0 86px;
  }
}
.featured-collection.numbered-items .copy-container.no-image-parent {
  display: block;
  max-width: 1260px;
  margin: 0 auto;
}
.featured-collection.numbered-items .copy-container.no-image-parent .fc-image {
  margin: 0;
}
@media screen and (max-width: 720px) {
  .featured-collection.numbered-items .copy-container.no-image-parent .fc-image img {
    max-width: 42px;
    width: 100%;
    height: auto;
  }
}
.featured-collection.numbered-items .copy-container.no-image-parent > .fc-title {
  font-size: 1.8em;
  letter-spacing: 0.7px;
  line-height: 40px;
  padding: 0 0 50px;
}
.featured-collection.numbered-items .copy-container.no-image-parent .content-block {
  width: unset;
  padding-bottom: 86px;
}
@media screen and (max-width: 992px) {
  .featured-collection.numbered-items .copy-container.no-image-parent .content-block {
    padding-bottom: 15px;
  }
}
.featured-collection.numbered-items .copy-container.no-image-parent .content-block .featured-item:after {
  content: none;
}
@media screen and (max-width: 992px) {
  .featured-collection.numbered-items .copy-container.no-image-parent .content-block .featured-item {
    padding: 0;
  }
}
.featured-collection.numbered-items .copy-container.no-image-parent .content-block .featured-item .fc-image {
  display: flex;
  margin: 0;
}
.featured-collection.numbered-items .copy-container.no-image-parent .content-block .featured-item .copy-container {
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 992px) {
  .featured-collection.numbered-items .copy-container.no-image-parent .content-block .featured-item .copy-container {
    padding: 0;
  }
}
.featured-collection.numbered-items .copy-container.no-image-parent .content-block .featured-item .copy-container .fc-title {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.44px;
  width: 100%;
  line-height: 28px;
  padding: 0;
  min-height: 50px;
  margin-top: 25px;
}
@media screen and (max-width: 992px) {
  .featured-collection.numbered-items .copy-container.no-image-parent .content-block .featured-item .copy-container .fc-title {
    margin-top: 10px;
    text-transform: capitalize;
  }
}
.featured-collection.numbered-items .copy-container.no-image-parent .content-block .featured-item .copy-container .fc-sub-title {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 23px;
  margin-top: 12px;
}
@media screen and (max-width: 992px) {
  .featured-collection.numbered-items .copy-container.no-image-parent .content-block .featured-item .copy-container .fc-sub-title {
    margin-bottom: 25px;
  }
}
.featured-collection.numbered-items .copy-container.no-image-parent .fc-cta {
  text-align: center;
}
.featured-collection.numbered-items .copy-container.no-image-parent .fc-cta .small-button {
  width: auto;
  padding: 0.8rem 4rem;
}
@media screen and (max-width: 992px) {
  .featured-collection.numbered-items .copy-container.no-image-parent > .fc-title {
    font-size: 24px;
    padding-left: 0px;
    padding-bottom: 1.7em;
  }
}

.theme-gcib .numbered-items.featured-collection.red-bg {
  color: white;
  background-position: center;
}
.theme-gcib .numbered-items.featured-collection.red-bg .content-container {
  max-width: 1260px;
  margin: 0 auto;
}
.theme-gcib .numbered-items.featured-collection.red-bg .fc-title {
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.44px;
  text-transform: uppercase;
}
.theme-gcib .numbered-items.featured-collection.red-bg .fc-cta .small-button {
  width: auto;
  padding: 15px 90px;
  background: transparent;
  border: 3px solid #fff;
}
@media screen and (max-width: 768px) {
  .theme-gcib .numbered-items.featured-collection.red-bg .fc-cta .small-button {
    border: 2px solid #fff;
    padding: 18px 0px !important;
    width: 100% !important;
    font-size: 22px !important;
    line-height: 24px !important;
  }
}
.theme-gcib .numbered-items.featured-collection.red-bg .fc-description {
  font-size: 16px;
  line-height: 23px;
  max-width: 253px;
}

.featured-collection.yukon-packages {
  max-width: unset;
  padding: 0 90px;
  margin-left: -15px;
  margin-right: -15px;
  background-color: transparent;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .featured-collection.yukon-packages {
    margin-left: -18px;
    margin-right: -18px;
  }
}
@media screen and (min-width: 577px) and (max-width: 991px) {
  .featured-collection.yukon-packages {
    padding: 0 90px;
  }
}
@media screen and (max-width: 576px) {
  .featured-collection.yukon-packages {
    padding: 0;
  }
}
.featured-collection.yukon-packages .content-container {
  max-width: 1260px;
  margin: 0 auto;
}
.featured-collection.yukon-packages .featured-collection {
  background: transparent !important;
  padding: 0;
}
.featured-collection.yukon-packages .featured-collection:before {
  content: none !important;
}
.featured-collection.yukon-packages .featured-collection:after {
  content: none !important;
}
.featured-collection.yukon-packages .fc-image {
  margin: 0;
}
.featured-collection.yukon-packages .fc-title {
  color: #322E3C;
  padding: 0;
  font-weight: bold;
  width: 100%;
}
.featured-collection.yukon-packages .copy-container.no-image-parent {
  display: block;
}
.featured-collection.yukon-packages .copy-container.no-image-parent > .fc-title,
.featured-collection.yukon-packages .copy-container.no-image-parent > .fc-sub-title {
  padding-bottom: 9px;
  color: #fff;
  letter-spacing: 0.09rem;
}
.featured-collection.yukon-packages .copy-container.no-image-parent > .fc-title {
  width: 100%;
  font-size: 1.5em;
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .featured-collection.yukon-packages .copy-container.no-image-parent > .fc-title {
    font-size: 24px;
  }
}
.featured-collection.yukon-packages .copy-container.no-image-parent > .fc-sub-title {
  font-size: 1em;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .featured-collection.yukon-packages .copy-container.no-image-parent > .fc-sub-title {
    font-size: 16px;
  }
}
.featured-collection.yukon-packages .featured-item:after {
  content: none;
}
@media screen and (max-width: 768px) {
  .featured-collection.yukon-packages .featured-item {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 576px) {
  .featured-collection.yukon-packages .featured-item {
    padding: 0;
  }
}
.featured-collection.yukon-packages .featured-item > .copy-container {
  background-color: #fff;
  color: #000 !important;
  display: flex;
  min-height: 138px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 22px !important;
}
@media screen and (max-width: 768px) {
  .featured-collection.yukon-packages .featured-item > .copy-container {
    padding: 0 20px !important;
  }
}
.featured-collection.yukon-packages .featured-item > .copy-container .fc-title {
  order: 0;
}
@media screen and (max-width: 768px) {
  .featured-collection.yukon-packages .featured-item > .copy-container .fc-title {
    font-size: 32px !important;
    margin-bottom: 15px;
  }
}
.featured-collection.yukon-packages .featured-item > .copy-container .fc-sub-title {
  margin-bottom: 0 !important;
  font-size: 18px !important;
}
@media screen and (max-width: 1024px) {
  .featured-collection.yukon-packages .featured-item > .copy-container .fc-sub-title {
    font-size: 16px !important;
  }
}
.featured-collection.yukon-packages .featured-item > .copy-container .fc-sub-title .highlight-blue {
  font-size: 24px !important;
}
@media screen and (max-width: 1024px) {
  .featured-collection.yukon-packages .featured-item > .copy-container .fc-sub-title .highlight-blue {
    font-size: 18px !important;
  }
}
.featured-collection.yukon-packages .content-block .no-cta.featured-item .fc-image {
  margin-left: 0px;
}
.featured-collection.yukon-packages .content-block .no-cta.featured-item .fc-image img {
  max-width: 100%;
  height: auto;
}
.featured-collection.yukon-packages .content-block .no-cta.featured-item > .copy-container {
  padding: 2em 0 2em 1.3em;
  background-color: #ffffff;
}
.featured-collection.yukon-packages .content-block .no-cta.featured-item > .copy-container .fc-title {
  font-size: 1.45em;
  color: black;
  padding: 0px;
  line-height: 1em;
  margin-bottom: 0.5em;
  color: #000;
}
.featured-collection.yukon-packages .content-block .no-cta.featured-item > .copy-container .fc-sub-title {
  padding: 0px;
  font-weight: bold;
  color: black;
}
.featured-collection.yukon-packages .content-block .no-cta.featured-item > .copy-container .fc-sub-title .highlight-blue {
  color: #00ABEB;
  font-size: 1.2em;
  letter-spacing: 1px;
}
.featured-collection.yukon-packages .content-block .no-cta.featured-item > .copy-container:after {
  content: none;
}
.featured-collection.yukon-packages .content-block .fc-cta {
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .featured-collection.yukon-packages .copy-container.no-image-parent .copy-container.no-image-parent {
    padding: 0 !important;
  }
}
@media screen and (max-width: 992px) {
  .featured-collection.yukon-packages {
    font-size: 9px;
  }
  .featured-collection.yukon-packages .copy-container ul li .copy-container {
    max-height: none;
  }
}

.featured-collection.yukon-packages .featured-collection.yukon-packages {
  margin-left: 0;
  margin-right: 0;
  margin-top: 54px;
  margin-bottom: 54px;
}
.featured-collection.yukon-packages .featured-collection.yukon-packages .content-block {
  display: flex;
  justify-content: center;
}
.featured-collection.yukon-packages .featured-collection.yukon-packages .content-block .featured-item {
  margin-bottom: 54px;
}
.featured-collection.yukon-packages .featured-collection .small-button {
  font-size: 18px;
  letter-spacing: 0.39px;
  line-height: 24px;
  margin: 0 !important;
}
.featured-collection.yukon-packages .featured-collection .fc-legal {
  padding: 40px 0 56px 0 !important;
}
.featured-collection.yukon-packages .yukon-packages.featured-collection > .content-container {
  max-width: 1260px;
  margin: 0 auto;
}

.theme-gcib .channel-features.featured-collection {
  font-family: "Gotham", sans-serif;
}
.theme-gcib .channel-features.featured-collection .copy-container.no-image-parent {
  align-items: stretch;
  background-color: #f2f5fa;
  flex-direction: column;
  padding: 0px;
}
.theme-gcib .channel-features.featured-collection .copy-container.no-image-parent > .fc-title, .theme-gcib .channel-features.featured-collection .copy-container.no-image-parent > .fc-sub-title, .theme-gcib .channel-features.featured-collection .copy-container.no-image-parent > .fc-cta {
  padding-left: 2rem;
}
.theme-gcib .channel-features.featured-collection .copy-container.no-image-parent > .fc-title {
  order: 2;
  font-weight: bold;
  color: #00abeb;
  font-size: 1em;
  margin-left: 0px;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.09rem;
  word-spacing: 0.1rem;
  font-size: 16px;
  line-height: 1.5;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
}
.theme-gcib .channel-features.featured-collection .copy-container.no-image-parent > .fc-sub-title {
  order: 3;
  margin-bottom: 2rem;
  font-size: 16px;
}
.theme-gcib .channel-features.featured-collection .copy-container.no-image-parent > ul.three-column {
  order: 1;
  display: flex;
  width: 100%;
  padding: 0px;
}
.theme-gcib .channel-features.featured-collection .copy-container.no-image-parent > ul.three-column > .featured-item:not(:last-child) > .fc-image {
  border-right: 1px solid white;
}
.theme-gcib .channel-features.featured-collection .copy-container.no-image-parent > ul.three-column > .featured-item > .fc-image {
  margin: 0px;
}
.theme-gcib .channel-features.featured-collection .copy-container.no-image-parent > ul.three-column > .featured-item > .fc-image img {
  width: 100%;
  height: auto;
}
.theme-gcib .channel-features.featured-collection .copy-container.no-image-parent > ul.three-column > .featured-item > .copy-container {
  padding: 0px;
}
.theme-gcib .channel-features.featured-collection .copy-container.no-image-parent > ul.three-column > .featured-item > .copy-container:after {
  content: none;
}
.theme-gcib .channel-features.featured-collection .copy-container.no-image-parent > ul.three-column > .featured-item:after {
  content: none;
}
.theme-gcib .channel-features.featured-collection .copy-container.no-image-parent > .fc-cta {
  order: 4;
  color: #00abeb;
}
.theme-gcib .channel-features.featured-collection .copy-container.no-image-parent > .fc-cta .small-button {
  color: #00abeb !important;
  background-color: transparent;
  border: 0;
  padding: 0;
  width: auto;
  text-align: right;
  vertical-align: middle;
  font-size: 16px;
  margin-bottom: 2rem;
}
.theme-gcib .channel-features.featured-collection .copy-container.no-image-parent > .fc-cta .small-button:after {
  content: " ";
  background-image: url(/Assets/GCIB/images/arrow-powderblue-right.png);
  width: 26px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.theme-gcib .channel-features.featured-collection .copy-container.no-image-parent > .fc-cta .small-button:hover {
  color: rgba(0, 169, 224, 0.7) !important;
}
.theme-gcib .channel-features.featured-collection .copy-container.no-image-parent > .fc-cta .small-button:hover:after {
  background-image: url("data:image/svg+xml  charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36.328 25.904'%3E%3Cdefs%3E%3Cstyle%3E.a{fill:none  stroke:rgba(0, 169, 224, 0.7)  stroke-miterlimit:10  stroke-width:3px  }%3C/style%3E%3C/defs%3E%3Cg transform='translate(0 1.029)'%3E%3Cline class='a' x2='35.204' transform='translate(0 11.922)'/%3E%3Cpath class='a' d='M23.5,28.345,34.765,16.422,23.5,4.5' transform='translate(-0.499 -4.5)'/%3E%3C/g%3E%3C/svg%3E");
}
@media screen and (max-width: 576px) {
  .theme-gcib .channel-features.featured-collection .copy-container.no-image-parent > ul.three-column {
    flex-direction: column;
  }
  .theme-gcib .channel-features.featured-collection .copy-container.no-image-parent > ul.three-column > .featured-item > .fc-image {
    border-right: none !important;
  }
}

.theme-gcib .icons-on-collection.featured-collection {
  background-color: white;
  font-family: "Gotham", sans-serif;
}
.theme-gcib .icons-on-collection.featured-collection .copy-container.no-image-parent {
  display: block;
}
@media screen and (max-width: 576px) {
  .theme-gcib .icons-on-collection.featured-collection .copy-container.no-image-parent {
    padding: 0 !important;
  }
}
.theme-gcib .icons-on-collection.featured-collection .copy-container.no-image-parent > .fc-title {
  color: black;
  font-size: 1.5rem;
  padding-left: 0px;
  margin-bottom: 1rem;
  width: 100%;
}
.theme-gcib .icons-on-collection.featured-collection .content-block {
  width: unset;
}
@media screen and (max-width: 768px) {
  .theme-gcib .icons-on-collection.featured-collection .content-block .featured-item {
    margin-bottom: 35px;
    padding: 0;
  }
}
.theme-gcib .icons-on-collection.featured-collection .content-block .featured-item .fc-image {
  margin-left: 0;
}
.theme-gcib .icons-on-collection.featured-collection .content-block .featured-item .copy-container {
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .theme-gcib .icons-on-collection.featured-collection .content-block .featured-item .copy-container {
    padding: 0;
  }
}
.theme-gcib .icons-on-collection.featured-collection .content-block .featured-item .copy-container .fc-title {
  font-size: 24px;
  color: #B71234;
  width: 100%;
  padding: 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .theme-gcib .icons-on-collection.featured-collection .content-block .featured-item .copy-container .fc-title {
    margin: 15px 0;
  }
}
.theme-gcib .icons-on-collection.featured-collection .content-block .featured-item .copy-container .fc-description {
  font-size: 18px;
  color: #322E3C;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .theme-gcib .icons-on-collection.featured-collection .content-block .featured-item .copy-container .fc-description {
    font-size: 16px;
  }
}

.theme-gcib .company-logos.featured-collection {
  background-color: white;
  max-width: 1240px;
}
.theme-gcib .company-logos.featured-collection .copy-container.no-image-parent {
  display: flex;
  flex-direction: column;
}
.theme-gcib .company-logos.featured-collection .copy-container.no-image-parent .fc-title {
  color: black;
  padding-left: 14px;
  width: 100%;
  font-size: 1.8rem;
}
.theme-gcib .company-logos.featured-collection .copy-container.no-image-parent ul.three-column {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0px;
  float: right;
  width: 100%;
  padding: 2em;
}
.theme-gcib .company-logos.featured-collection .copy-container.no-image-parent ul.three-column .no-cta.featured-item .fc-image img {
  max-width: 100%;
  height: auto;
}
.theme-gcib .company-logos.featured-collection .copy-container.no-image-parent ul.three-column .no-cta.featured-item .copy-container {
  padding: 0px;
}
.theme-gcib .company-logos.featured-collection .copy-container.no-image-parent ul.three-column .no-cta.featured-item .copy-container:after {
  content: none;
}
.theme-gcib .company-logos.featured-collection .copy-container.no-image-parent ul.three-column .no-cta.featured-item:after {
  content: none;
}
.theme-gcib .company-logos.featured-collection .copy-container.no-image-parent ul.three-column .no-cta.featured-item:nth-child(4n+1) {
  -ms-grid-column: 1;
}
.theme-gcib .company-logos.featured-collection .copy-container.no-image-parent ul.three-column .no-cta.featured-item:nth-child(4n+2) {
  -ms-grid-column: 2;
}
.theme-gcib .company-logos.featured-collection .copy-container.no-image-parent ul.three-column .no-cta.featured-item:nth-child(4n+3) {
  -ms-grid-column: 3;
}
.theme-gcib .company-logos.featured-collection .copy-container.no-image-parent ul.three-column .no-cta.featured-item:nth-child(4n+4) {
  -ms-grid-column: 4;
}
.theme-gcib .company-logos.featured-collection .copy-container.no-image-parent ul.three-column .no-cta.featured-item:nth-child(-n+16) {
  -ms-grid-row: 4;
}
.theme-gcib .company-logos.featured-collection .copy-container.no-image-parent ul.three-column .no-cta.featured-item:nth-child(-n+12) {
  -ms-grid-row: 3;
}
.theme-gcib .company-logos.featured-collection .copy-container.no-image-parent ul.three-column .no-cta.featured-item:nth-child(-n+8) {
  -ms-grid-row: 2;
}
.theme-gcib .company-logos.featured-collection .copy-container.no-image-parent ul.three-column .no-cta.featured-item:nth-child(-n+4) {
  -ms-grid-row: 1;
}
.theme-gcib .company-logos.featured-collection .copy-container.no-image-parent > .fc-cta {
  color: #00abeb;
  text-align: center;
  width: 50%;
  padding: 0;
}
.theme-gcib .company-logos.featured-collection .copy-container.no-image-parent > .fc-cta .small-button {
  color: #00abeb !important;
  background-color: transparent;
  border: 0;
  padding: 0;
  width: auto;
  vertical-align: middle;
  font-size: 18px;
  margin-bottom: 2rem;
}
.theme-gcib .company-logos.featured-collection .copy-container.no-image-parent > .fc-cta .small-button:after {
  content: " ";
  background-image: url(/Assets/GCIB/images/arrow-powderblue-right.png);
  width: 26px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.theme-gcib .company-logos.featured-collection .copy-container.no-image-parent > .fc-cta .small-button:hover {
  color: rgba(0, 169, 224, 0.7) !important;
}
.theme-gcib .company-logos.featured-collection .copy-container.no-image-parent > .fc-cta .small-button:hover:after {
  background-image: url("data:image/svg+xml  charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36.328 25.904'%3E%3Cdefs%3E%3Cstyle%3E.a{fill:none  stroke:rgba(0, 169, 224, 0.7)  stroke-miterlimit:10  stroke-width:3px  }%3C/style%3E%3C/defs%3E%3Cg transform='translate(0 1.029)'%3E%3Cline class='a' x2='35.204' transform='translate(0 11.922)'/%3E%3Cpath class='a' d='M23.5,28.345,34.765,16.422,23.5,4.5' transform='translate(-0.499 -4.5)'/%3E%3C/g%3E%3C/svg%3E");
}
.theme-gcib .company-logos.featured-collection .copy-container.no-image-parent > .fc-cta:after {
  content: "";
  clear: both;
}
@media screen and (max-width: 992px) {
  .theme-gcib .company-logos.featured-collection .copy-container.no-image-parent ul.three-column {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .theme-gcib .company-logos.featured-collection .copy-container.no-image-parent ul.three-column {
    grid-template-columns: repeat(3, 1fr);
  }
}

.theme-gcib .featured-collection.featured-collection-offer {
  background-color: #B71234;
}
.theme-gcib .featured-collection .copy-container ul {
  width: 100%;
  padding: 0px;
}
.theme-gcib .featured-collection .copy-container ul .featured-item .fc-callout {
  position: absolute;
  top: -42px;
  background: #00a5e0;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  height: 42px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  text-transform: uppercase;
}
.theme-gcib .featured-collection .copy-container ul .featured-item .copy-container {
  width: 100%;
  display: inline-block;
  padding: 30px 60px;
  color: #ffffff;
}
.theme-gcib .featured-collection .copy-container ul .featured-item .copy-container .fc-title {
  width: 100%;
  display: inline-block;
  padding: 0px;
  font-size: 28px;
}
.theme-gcib .featured-collection .copy-container ul .featured-item .copy-container .fc-sub-title {
  width: 100%;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px;
}
.theme-gcib .featured-collection .copy-container ul .featured-item .copy-container .fc-description {
  font-size: 14px;
  margin-bottom: 15px;
}
.theme-gcib .featured-collection .copy-container ul .featured-item .copy-container .white-outlined-button {
  border: 1px solid #ffffff;
  font-weight: 600;
  padding: 15px 30px !important;
  display: inline-block !important;
  max-width: 300px !important;
  width: 100% !important;
  font-weight: bold;
  font-size: 18px;
  font-weight: bold;
  text-align: center !important;
  margin-top: 20px;
  display: inline-block !important;
  cursor: pointer;
  color: #ffffff !important;
  text-decoration: none !important;
  text-align: center !important;
  margin-bottom: 20px;
}
.theme-gcib .featured-collection .copy-container ul .featured-item .copy-container .white-outlined-button:after {
  display: none;
}
.theme-gcib .featured-collection .copy-container ul .featured-item .copy-container .white-outlined-button:hover {
  background: #ffffff;
  color: #B71234 !important;
}

.featured-collection.gci-plus {
  background: none;
  color: #312E3B;
}
.featured-collection.gci-plus .copy-container {
  width: 100%;
  display: block;
  font-family: "Gotham, Book";
  font-size: 1rem;
  line-height: 1.5em;
}
.featured-collection.gci-plus .copy-container > .fc-title {
  padding: 0;
  width: 100%;
  color: #312E3B;
  margin-bottom: 20p;
}
.featured-collection.gci-plus .copy-container .fc-sub-title {
  font-weight: bold;
  margin-bottom: 20px;
}
.featured-collection.gci-plus .copy-container .content-block .featured-item,
.featured-collection.gci-plus .copy-container .content-block .red-bg {
  padding: 4%;
}
.featured-collection.gci-plus .copy-container .content-block .featured-item:after {
  content: "";
  width: auto;
  position: relative;
  border: none;
}
@media screen and (max-width: 768px) {
  .featured-collection.gci-plus .copy-container .content-block .featured-item {
    width: 100%;
    max-width: 100%;
    padding: 0 5%;
  }
}
.featured-collection.gci-plus .copy-container .content-block .featured-item .copy-container {
  color: #312E3B;
  display: block;
  font-family: "Gotham, Book";
  height: auto;
  max-height: 100% !important;
  padding: 0;
}
.featured-collection.gci-plus .copy-container .content-block .featured-item .copy-container .fc-title {
  font-family: "gothambold";
  font-size: 1rem;
  line-height: 1.3em;
  margin: 0 0 17px;
  display: block;
}
.featured-collection.gci-plus .copy-container .content-block .featured-item .copy-container .fc-sub-title {
  font-size: 1.1rem;
  margin: 0 0 21px;
  display: block;
}
.featured-collection.gci-plus .copy-container .content-block .featured-item .copy-container .fc-description {
  font-size: 0.87rem;
  line-height: 1.5em;
  margin: 0 0 10px;
}
.featured-collection.gci-plus .copy-container .content-block .featured-item .copy-container .fc-description a {
  font-family: "Gotham, Book";
  color: #312E3B !important;
  text-decoration: underline;
}
.featured-collection.gci-plus .copy-container .content-block .featured-item .copy-container .fc-description a:hover {
  text-decoration: none;
}
.featured-collection.gci-plus .copy-container .content-block .featured-item .copy-container .fc-description b {
  font-family: "gothambold";
}
.featured-collection.gci-plus .copy-container .content-block .featured-item .copy-container .fc-description strong {
  font-family: "gothambold";
}
.featured-collection.gci-plus .copy-container .content-block .featured-item .copy-container .fc-description hr {
  border-top: 1px solid #312E3B;
  margin: 28px 0;
}
.featured-collection.gci-plus .copy-container .content-block .featured-item .copy-container .fc-description table {
  width: 100%;
  margin: 0 0 25px;
}
.featured-collection.gci-plus .copy-container .content-block .featured-item .copy-container .fc-description table tr td {
  vertical-align: top;
  padding: 10px 10px 0;
}
.featured-collection.gci-plus .copy-container .content-block .featured-item .copy-container .fc-description table tr td:first-child {
  width: 20%;
  text-align: center;
}
.featured-collection.gci-plus .copy-container .content-block .featured-item .copy-container .fc-description table tr td:first-child img {
  margin: 5px auto;
}
.featured-collection.gci-plus .copy-container .content-block .featured-item .copy-container .fc-description table tr td:first-child p {
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .featured-collection.gci-plus .copy-container .content-block .featured-item .copy-container .fc-description table tr td {
    padding: 5px;
  }
  .featured-collection.gci-plus .copy-container .content-block .featured-item .copy-container .fc-description table tr td:first-child {
    width: auto;
    max-width: 36px;
    padding: 0px;
  }
}
@media screen and (max-width: 768px) {
  .featured-collection.gci-plus .copy-container .content-block .featured-item .copy-container .fc-description table {
    margin: 0;
  }
}
.featured-collection.gci-plus .copy-container .content-block .featured-item .copy-container .fc-description a {
  font-family: "Gotham";
  text-decoration: underline;
  color: #ffffff;
}
.featured-collection.gci-plus .copy-container .content-block .featured-item .copy-container .fc-description a:hover {
  text-decoration: none;
}
.featured-collection.gci-plus .copy-container .content-block .featured-item .copy-container .fc-cta {
  width: 100%;
  display: block;
}
.featured-collection.gci-plus .copy-container .content-block .red-bg {
  background: #B71234;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .featured-collection.gci-plus .copy-container .content-block .red-bg {
    padding: 5%;
  }
}
.featured-collection.gci-plus .copy-container .content-block .red-bg .copy-container .fc-title {
  color: #ffffff;
}
.featured-collection.gci-plus .copy-container .content-block .red-bg .copy-container .fc-sub-title {
  font-size: 1.1rem;
  color: #ffffff;
  margin: 0 0 21px;
  display: block;
  font-family: "Gotham, Book";
}
.featured-collection.gci-plus .copy-container .content-block .red-bg .copy-container .fc-sub-title strong {
  font-size: 1.5rem;
  font-family: "gothambold";
}
.featured-collection.gci-plus .copy-container .content-block .red-bg .copy-container .fc-description {
  font-family: "gothambold";
  font-size: 0.87rem;
  color: #ffffff;
  line-height: 1.5em;
  margin: 0 0 37px;
}
.featured-collection.gci-plus .copy-container .content-block .red-bg .copy-container .fc-description a {
  font-family: "Gotham, Book";
  color: #ffffff !important;
  text-decoration: underline;
}
.featured-collection.gci-plus .copy-container .content-block .red-bg .copy-container .fc-description a:hover {
  text-decoration: none;
}
.featured-collection.gci-plus .copy-container .content-block .red-bg .copy-container .fc-cta a {
  font-family: "gothambold";
  font-size: 1.1rem;
  line-height: 1.5em;
  width: 100%;
  height: 44px;
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #ffffff;
}
.featured-collection.gci-plus .copy-container .content-block .red-bg .copy-container .fc-cta a.small-button {
  margin: 0;
}
.featured-collection.gci-plus .copy-container .content-block .red-bg .copy-container .fc-cta a.small-button:hover {
  background: #ffffff;
  color: #B71234 !important;
  border: 1px solid #B71234;
}

form input[type=text], form input[type=email], .form-container input[type=text], .form-container input[type=email] {
  width: 100%;
  height: 51px;
  background-color: #F2F5FA;
  border: 1px solid #322E3C;
  font-size: 13px;
  color: #757575;
  letter-spacing: 1.21px;
  line-height: 18px;
  text-transform: none;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 32px;
}
@media screen and (max-width: 576px) {
  form input[type=text], form input[type=email], .form-container input[type=text], .form-container input[type=email] {
    font-size: 16px;
  }
}

input.form-control.search-input {
  margin-bottom: 0;
}

@media screen and (max-width: 576px) {
  .modal {
    margin: 0 10px;
  }
}
.modal .modal-dialog {
  width: 100%;
  max-width: 731px;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
  z-index: 9999999 !important;
}
.modal .modal-body {
  padding: 40px 37px;
}
@media screen and (max-width: 576px) {
  .modal .modal-body {
    padding: 70px 20px 40px;
  }
}
.modal p {
  margin-bottom: 0;
}
.modal .generic-modal {
  position: relative;
  width: 100%;
}
.modal .generic-modal.active {
  display: inline-block;
}
.modal .generic-modal .modal-body .title {
  font-weight: light;
  font-size: 32px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #312E3B;
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .modal .generic-modal .modal-body .title {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 30px;
  }
}
@media screen and (max-width: 576px) {
  .modal .generic-modal .modal-body .title {
    max-width: 279px;
  }
}
.modal .generic-modal .modal-body .subtitle {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
  color: #312E3B;
  padding-top: 8px;
  color: #322E3C;
  letter-spacing: 0.31px;
  line-height: 18px;
  font-weight: bold;
}
.modal .generic-modal .modal-body .description {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
  color: #312E3B;
}
.modal .generic-modal .modal-body .disclaimer {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
  color: #312E3B;
  float: left;
  margin-top: 34px;
  width: 100%;
}
.modal .generic-modal .modal-body .pane {
  display: inline-block;
  width: 100%;
}
.modal .generic-modal .modal-body .pane .title {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
  color: #312E3B;
  color: #322E3C;
  letter-spacing: 0.31px;
  line-height: 18px;
}
@media screen and (max-width: 576px) {
  .modal .generic-modal .modal-body .cta {
    text-align: center;
  }
}
.modal .generic-modal .modal-body .cta a {
  display: inline-block;
  margin: 25px 8px 0 0;
  max-width: 310px;
  float: left;
  line-height: normal;
}
@media screen and (max-width: 576px) {
  .modal .generic-modal .modal-body .cta a {
    max-width: 100%;
    width: 236px;
    float: none;
    margin: 20px 0 0 0;
  }
}
.modal .generic-modal .modal-body .cta a.blue-outlined-button {
  height: 51px;
  width: 100%;
}
.modal .generic-modal .modal-body .cta a.blue-outlined-button:hover {
  text-decoration: none;
}
.modal .generic-modal .modal-body .seperator {
  float: left;
  width: 3%;
  margin-top: 38px;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .modal .generic-modal .modal-body .ctatwo {
    text-align: center;
  }
}
.modal .generic-modal .modal-body .ctatwo a {
  display: inline-block;
  margin: 25px 0 0 8px;
  max-width: 310px;
  float: left;
  line-height: normal;
  min-height: 51px;
}
@media screen and (max-width: 576px) {
  .modal .generic-modal .modal-body .ctatwo a {
    max-width: 100%;
    float: none;
    margin: 20px 0 0 0;
  }
}
.modal .generic-modal .modal-body input ~ .cta .btnlocation {
  margin-top: 22px;
}
@media screen and (max-width: 576px) {
  .modal .generic-modal .modal-body input ~ .cta .btnlocation {
    width: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
.modal .save-cart .title {
  font-weight: light;
  font-size: 32px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #312E3B;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .modal .save-cart .title {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 30px;
  }
}
@media screen and (max-width: 576px) {
  .modal .save-cart .title {
    font-size: 24px;
  }
}
.modal .save-cart .email-input-button {
  position: relative;
  margin-top: 15px;
}
.modal .save-cart .email-input-button input {
  margin-bottom: 0;
}
.modal .save-cart .btn-primary {
  font-weight: 500;
  position: absolute;
  right: 0;
  top: 0;
  height: 51px;
}
.modal .incomplete-cart .save-cart {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #000000;
}
.modal .retrieve-cart {
  position: relative;
}
.modal .retrieve-cart .title {
  font-weight: light;
  font-size: 32px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #312E3B;
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .modal .retrieve-cart .title {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 30px;
  }
}
.modal .retrieve-cart .subtitle,
.modal .retrieve-cart .subtitletwo {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
  color: #312E3B;
}
.modal .retrieve-cart .subtitle {
  padding: 20px 0 15px;
}
.modal .retrieve-cart .subtitletwo {
  padding: 0 0 15px;
}
.modal .retrieve-cart .description {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
  color: #312E3B;
  margin-bottom: 15px;
}
.modal .retrieve-cart .pane {
  display: inline-block;
  width: 100%;
}
.modal .retrieve-cart .small-button-with-arrow {
  max-width: 356px;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.54px;
  line-height: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .modal .retrieve-cart .small-button-with-arrow {
    max-width: 100%;
  }
}
.modal .retrieve-cart .seperator {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 576px) {
  .modal .retrieve-cart .seperator {
    text-align: center;
  }
}
.modal .retrieve-cart .email-address, .modal .retrieve-cart .reference-number {
  margin-top: 15px;
}
.modal .retrieve-cart input[type=text], .modal .retrieve-cart input[type=email] {
  margin-bottom: 15px;
}
@media screen and (max-width: 576px) {
  .modal .ctatwo {
    text-align: center;
  }
}
.modal .ctatwo .link-cta {
  font-size: 14px;
  color: #B71234;
  letter-spacing: 0.31px;
  line-height: 18px;
  font-weight: bold;
  text-decoration: underline;
}
.modal .ctathree {
  margin-top: 30px;
}
.modal .ctathree .red-link {
  font-size: 14px;
  color: #B71234;
  letter-spacing: 0.31px;
  line-height: 18px;
  font-weight: bold;
  text-decoration: underline;
}

#BeforeYouGo .modal-body {
  padding: 80px 37px 56px;
}
#BeforeYouGo .title {
  margin-bottom: 10px;
}
#BeforeYouGo .copy-container .title {
  margin-bottom: 0;
}
#BeforeYouGo .copy-container .subtitle {
  font-weight: normal;
}
#BeforeYouGo .pane:last-child:before {
  content: "";
  border-bottom: 1px solid #312e3b;
  -ms-transform: scaleY(0.5);
  transform: scaleY(0.5);
  display: block;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  #BeforeYouGo .pane:last-child:before {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
#BeforeYouGo a {
  margin-top: 0;
  font-size: 16px;
  letter-spacing: 0.54px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  #BeforeYouGo a {
    width: 100%;
    font-size: 16px;
    padding: 18px;
    max-width: unset;
    margin: 0;
  }
}
#BeforeYouGo .seperator {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #BeforeYouGo .seperator {
    width: 100%;
    margin: 10px 0;
    text-align: center;
    font-size: 12px;
    color: #322E3C;
    letter-spacing: 0.26px;
    text-align: center;
    line-height: 17px;
    font-weight: 400;
  }
}
#BeforeYouGo .fa.fa-arrow-right.btn.btn-primary {
  border: none;
}
@media screen and (max-width: 576px) {
  #BeforeYouGo .fa.fa-arrow-right.btn.btn-primary {
    font-weight: 700;
    padding: 10px 12px;
  }
}
#BeforeYouGo .email-input-button {
  border: 1px solid #322E3C;
}
#BeforeYouGo .email-input-button input {
  border: none;
  opacity: 0.5;
  font-size: 10px;
  color: #322E3C;
  letter-spacing: 0.93px;
  line-height: 10px;
}
#BeforeYouGo .btn.btn-primary {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.54px;
  text-align: center;
  line-height: 20px;
}

#locationPopup .geolocation-city {
  color: #000;
}

.location-popup {
  display: none;
}
.location-popup.active {
  display: inline-block;
}

.update-location {
  display: none;
}
.update-location.active {
  display: inline-block;
}

.updateCity, .updateCityDesk {
  margin-bottom: 0px !important;
  margin-left: 0 !important;
  margin-top: 1rem;
}

#updateLocationPopup .cta a {
  float: none !important;
}

.modal .close-modal {
  position: static;
  right: auto;
  top: auto;
}
.modal .text-danger {
  color: #B71234 !important;
  font-weight: 500;
  font-size: 14px;
  color: #B71234;
  letter-spacing: 0.31px;
  line-height: 18px;
  margin-left: 0 !important;
}
.modal .mobile-arrow {
  font-weight: bold !important;
  padding: 14px;
}
@media screen and (min-width: 769px) {
  .modal .fa.fa-arrow-right.btn.btn-primary.btn.btn-primary {
    font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  }
}
.modal .close {
  opacity: 1;
  color: #322E3C !important;
}
.modal .close .fa.fa-times:before {
  content: url(/-/media/modal-x.svg) !important;
}
.modal .close .fas.fa-times:before {
  content: url(/-/media/modal-x.svg) !important;
}
.modal .modal-backdrop {
  position: fixed !important;
}

.table-component {
  font-size: 24px;
  margin: 0 auto;
  max-width: 1260px;
  margin-top: 80px;
}
.table-component table {
  width: 100%;
}
.table-component .change-cursor {
  cursor: ew-resize;
}
.table-component .table-component_tb-title {
  margin-bottom: 60px;
  font-size: 32px;
  line-height: 40px;
  max-width: 920px;
}

.table-component_row_title {
  width: 213px !important;
}

.table-component .column-red {
  background-color: #B71234;
  color: #fff;
  font-weight: bold;
}
.table-component .table-component_row {
  border-bottom: 1px solid #322E3C;
  height: 100px;
}
.table-component .table-component_row .table-component_row_data {
  padding-left: 50px;
}
.table-component .table-component_row td:first-child .tb-title {
  padding-left: 20px;
}
.table-component .table-component_row td:first-child .table-component_row_data {
  padding-left: 10px;
}
.table-component .table-component_row:last-child {
  border-bottom: none;
}
.table-component .table-component_row_header {
  padding: 30px 50px 30px 50px;
  vertical-align: bottom;
}
.table-component .table-component_row_header .table-component_row_header_tb-title span:after {
  content: "\a";
  white-space: pre;
}
.table-component td {
  min-width: 245px;
  max-width: 245px;
}

.table-component_row_header.first-col {
  padding-left: 25px;
}

.table-component td:last-child {
  width: 312px;
}

.table-component_legal {
  font-size: 18px;
  line-height: 28px;
  font-family: "Gotham-book", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.table-component_container {
  margin: 52px 0;
}
.table-component_container:after {
  content: none;
}
.table-component_container .terms-header {
  display: none;
}

.table-component .overflow {
  overflow-x: visible;
  overflow-y: hidden;
}

.sticky-col {
  position: sticky;
  position: -webkit-sticky;
  background-color: white;
}

.first-col {
  min-width: 209px;
  max-width: 209px;
  left: 0px;
}

.second-col {
  left: 209px;
}

@media screen and (max-width: 768px) {
  .table-component .table-component_row td:first-child .tb-title {
    padding-left: 0px;
    padding-right: 15px;
  }

  .table-component_row_title {
    min-width: 62px !important;
  }

  .table-component {
    font-size: 14px;
  }
  .table-component .table-component_row_header {
    padding: 10px 0px 20px 15px;
  }
  .table-component .table-component_row .table-component_row_data {
    padding-left: 15px;
  }

  .table-component_data {
    max-width: 100% !important;
    min-width: 111px;
  }

  .table-component .table-component_tb-title {
    font-size: 24px;
    line-height: 28px;
  }
  .table-component td {
    min-width: 111px;
    max-width: 111px;
  }

  .table-component_row_header.first-col {
    padding-left: 0px;
  }

  .first-col {
    min-width: 62px !important;
    max-width: 100% !important;
    left: 0px;
  }

  .second-col {
    left: 62px;
  }

  .table-component_container {
    background: #F2F5FA;
    font-size: 12px;
    color: #322E3C;
    line-height: 18px;
    min-height: 48px;
    display: flex;
    align-items: center;
    font-weight: bold;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
  }

  .column-red {
    box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.5);
  }

  .table-component_container:after {
    content: "+";
    font-size: 26px;
  }
  .table-component_container.show-text:after {
    content: "-";
    font-size: 32px;
    margin-right: 2px;
    margin-top: -2px;
  }
  .table-component_container .terms-header {
    display: block;
    letter-spacing: 0.26px;
  }
  .table-component_container .table-component_legal {
    display: none;
  }
  .table-component_container.show-text .table-component_legal {
    display: block;
    order: 3;
    font-size: 12px;
    font-weight: normal;
    padding-top: 20px;
  }

  .table-component .table-component_row {
    height: 80px;
  }

  .table-component .column-red {
    background-color: #B71234 !important;
  }
}
@media screen and (max-width: 768px) {
  .table-component.Comparable .first-col {
    min-width: 100px !important;
    max-width: 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .table-component.Comparable .second-col {
    left: 100px !important;
  }
}

.table.table-component,
.table-component.Static {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .table.table-component,
.table-component.Static {
    font-size: 12px;
    line-height: 20px;
  }
}
.table.table-component table,
.table-component.Static table {
  margin: 0 auto;
  width: 100%;
}
.table.table-component table .table-component_row th,
.table.table-component table .table-component_row td,
.table-component.Static table .table-component_row th,
.table-component.Static table .table-component_row td {
  vertical-align: middle;
}
.table.table-component table .table-component_row th,
.table-component.Static table .table-component_row th {
  border-top: none;
}
.table.table-component table .table-component_row td,
.table-component.Static table .table-component_row td {
  border-top: 1px solid #322e3c;
}
.table.table-component table .table-component_row .table-component_row_header:not(.column-red) .table-component_row_header_tb-title,
.table-component.Static table .table-component_row .table-component_row_header:not(.column-red) .table-component_row_header_tb-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 260px;
  margin: 0;
  padding: 0 0 10px 25px;
}
@media screen and (max-width: 768px) {
  .table.table-component table .table-component_row .table-component_row_header:not(.column-red) .table-component_row_header_tb-title,
.table-component.Static table .table-component_row .table-component_row_header:not(.column-red) .table-component_row_header_tb-title {
    padding: 0;
  }
}
.table.table-component table .table-component_row .table-component_row_header.column-red,
.table-component.Static table .table-component_row .table-component_row_header.column-red {
  padding-left: 20px;
}
.table.table-component table .table-component_row .table-component_row_header,
.table-component.Static table .table-component_row .table-component_row_header {
  padding: 0;
  vertical-align: bottom;
  font-weight: 500;
  width: 33%;
}
.table.table-component table .table-component_row .table-component_row_header .table-component_row_header_tb-title,
.table-component.Static table .table-component_row .table-component_row_header .table-component_row_header_tb-title {
  padding-bottom: 20px;
  vertical-align: bottom !important;
}
.table.table-component table .table-component_row .table-component_row_header .table-component_row_header_tb-title p,
.table-component.Static table .table-component_row .table-component_row_header .table-component_row_header_tb-title p {
  margin-bottom: 0;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .table.table-component table .table-component_row .table-component_row_header .table-component_row_header_tb-title p,
.table-component.Static table .table-component_row .table-component_row_header .table-component_row_header_tb-title p {
    font-size: 14px;
    font-size-padding-left: 30px;
  }
}
.table.table-component table .table-component_row .table-component_data .table-component_row_data,
.table-component.Static table .table-component_row .table-component_data .table-component_row_data {
  padding-left: 0;
  max-width: 330px;
}
.table.table-component table .table-component_row .table-component_data:not(.column-red),
.table-component.Static table .table-component_row .table-component_data:not(.column-red) {
  padding: 0;
}
.table.table-component table .table-component_row .table-component_data:not(.column-red) .table-component_row_data,
.table-component.Static table .table-component_row .table-component_data:not(.column-red) .table-component_row_data {
  padding-left: 50px;
  margin: 0 auto;
}
.table.table-component table .table-component_row .table-component_data.column-red,
.table-component.Static table .table-component_row .table-component_data.column-red {
  font-weight: 500;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .table.table-component table .table-component_row .table-component_data.column-red,
.table-component.Static table .table-component_row .table-component_data.column-red {
    min-width: 154px !important;
    max-width: 154px !important;
  }
}
@media screen and (max-width: 768px) {
  .table.table-component table .table-component_row .table-component_data,
.table-component.Static table .table-component_row .table-component_data {
    min-width: 154px !important;
    max-width: 154px !important;
  }
}

.tab-navigation-container {
  margin-top: 80px;
  margin-left: -18px;
  margin-right: -18px;
}

.nav-tabs-wrap.tab-navigation-container .nav-btn-left, .nav-tabs-wrap.tab-navigation-container .nav-btn-right {
  display: none;
}
.nav-tabs-wrap.tab-navigation-container .tab-content {
  background-image: linear-gradient(-14deg, #5F5B6D 0%, #312E3B 53%);
}
@media screen and (max-width: 1260px) {
  .nav-tabs-wrap.tab-navigation-container .tab-content {
    padding: 30px;
  }
}
@media screen and (max-width: 576px) {
  .nav-tabs-wrap.tab-navigation-container .tab-content {
    padding: 30px 10px;
  }
}
.nav-tabs-wrap.tab-navigation-container .tab-content > .copy-container {
  max-width: 1260px;
  margin: 0 auto;
}

.tab-navigation-container .fade {
  transition: all 0.2s;
}

.nav-tabs-wrap.tab-navigation-container .tab-pane.fade.show.active {
  box-shadow: 8px -4px 16px 0 rgba(49, 46, 59, 0.2);
  z-index: 3;
  background-color: #312E3B;
}
.nav-tabs-wrap.tab-navigation-container .last-pane.tab-pane.fade.show.active {
  box-shadow: -4px -4px 6px 0 rgba(49, 46, 59, 0.2);
}
.nav-tabs-wrap.tab-navigation-container .tab-pane.fade.show:not(active) {
  background-color: #f2f5fa;
}
.nav-tabs-wrap.tab-navigation-container .tab-content .tab-pane.fade.show:not(active) {
  background-color: transparent;
}
.nav-tabs-wrap.tab-navigation-container .tab-pane.fade.show.active a[data-toggle=tab] {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #312E3B;
}
.nav-tabs-wrap.tab-navigation-container .tab-pane a[data-toggle=tab] {
  font-size: 18px;
  font-weight: bold;
  color: #322E3C;
  background-color: #F2F5FA;
  position: relative;
  letter-spacing: 0.39px;
  padding: 30px 100px;
  margin-top: 10px;
  transition: all 0.2s;
  margin-bottom: -1px;
}
.nav-tabs-wrap.tab-navigation-container .nav-tabs .nav-link {
  border: none;
}

.tab-navigation-container .tab-content > .copy-container:not(active) {
  display: block;
  height: 0;
  overflow: hidden;
}
.tab-navigation-container .tab-content > .copy-container.active {
  display: block !important;
  height: auto;
}

.nav-tabs-wrap.tab-navigation-container .tab-pane.fade.show.active a[data-toggle=tab] span {
  position: relative;
}
.nav-tabs-wrap.tab-navigation-container .tab-pane.fade.show.active a[data-toggle=tab] span:after {
  content: "";
  border-bottom: 1px solid white;
  width: 23px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nav-tabs-wrap.tab-navigation-container .tab-pane.fade.show.active a[data-toggle=tab] span .nav-tabs {
  border: none;
}

.tab-navigation-container .nav-tabs .nav-item {
  margin-bottom: 0;
}

.nav-tabs-wrap.tab-navigation-container .nav-tabs.last-pane-selected {
  background-color: #312E3B;
  transition: all 0.2s;
  margin-bottom: -1px;
}

.tab-navigation-container .scroller {
  background-image: none !important;
  box-shadow: none !important;
  padding: 75px 0 0 0 !important;
  border-top: 1px solid #fff;
  margin-top: 50px;
}

@media screen and (max-width: 992px) {
  .nav-tabs-wrap.tab-navigation-container .nav {
    flex-wrap: nowrap;
  }
  .nav-tabs-wrap.tab-navigation-container .tab-pane a[data-toggle=tab] {
    margin-bottom: -1px;
    padding: 13px 25px 22px;
    margin-top: 4px;
  }
  .nav-tabs-wrap.tab-navigation-container .tab-pane.fade.show.active a[data-toggle=tab]:after {
    bottom: -15px;
  }
}
@media screen and (max-width: 576px) {
  .nav-tabs-wrap.tab-navigation-container .nav {
    flex-wrap: nowrap;
  }
  .nav-tabs-wrap.tab-navigation-container .nav-tabs .nav-link {
    text-align: center;
  }

  .nav-tabs-wrap.tab-navigation-container .tab-pane.fade.show.active a[data-toggle=tab] span {
    position: relative;
  }
  .nav-tabs-wrap.tab-navigation-container .tab-pane.fade.show.active a[data-toggle=tab] span:after {
    content: none;
  }

  .nav-tabs-wrap.tab-navigation-container .tab-pane.fade.show.active a[data-toggle=tab] {
    position: relative;
  }
  .nav-tabs-wrap.tab-navigation-container .tab-pane.fade.show.active a[data-toggle=tab]:after {
    content: "";
    border-bottom: 1px solid white;
    width: 23px;
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.tab-navigation-container .gci-scroller {
  padding: 2% 0;
  margin: 0;
  border-top: 1px solid #ffffff;
}
.tab-navigation-container .gci-scroller .sc-title {
  color: #ffffff;
}

.cart-experience {
  max-width: 1253px;
  margin-top: 70px;
  margin-right: auto;
  margin-bottom: 84px;
  margin-left: auto;
}
@media screen and (max-width: 576px) {
  .cart-experience {
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .cart-experience .my-cart {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.cart-experience .my-cart .cart-info:after {
  content: "";
  border-bottom: 1px solid #312E3B;
  transform: scaleY(0.5);
  display: block;
  width: 100%;
  padding-top: 66px;
}
@media screen and (max-width: 576px) {
  .cart-experience .my-cart .cart-info:after {
    padding-top: 36px;
  }
}
.cart-experience .cart-title {
  font-family: "Gotham", sans-serif;
  font-size: 50px;
  font-weight: bold;
  color: #322E3C;
  margin-bottom: 10px;
}
.cart-experience .save-retrieve {
  font-weight: 500;
  letter-spacing: 0.35px;
  line-height: 32px;
  font-size: 16px;
}
.cart-experience .save-retrieve a {
  text-decoration: underline;
}
.cart-experience .save-retrieve .save-cart:after {
  content: "|";
  color: #322E3C;
  width: 100%;
  margin-left: 12px;
  margin-right: 12px;
}

.cart {
  width: 100%;
  font-size: 14px;
  position: relative;
}
.cart:after {
  content: "";
  border-bottom: 1px solid #312E3B;
  transform: scaleY(0.5);
  display: block;
  padding-top: 32px;
  width: 100%;
}
.cart .item-name {
  font-size: 32px;
  font-weight: bold;
  text-transform: none;
  color: #322E3C;
  margin: 0;
  margin-bottom: 10px;
  line-height: 38px;
}
.cart .edit-remove a {
  font-weight: 500;
  font-size: 14px;
  text-decoration: underline;
}
.cart .edit-remove a + a {
  margin-left: 10px;
}

.cart-experience .cart .shopping-cart {
  margin: 32px 0 0 0;
}
.cart-experience .cart .shopping-cart .product-image {
  margin: 0;
  padding: 0;
  min-width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-experience .cart .shopping-cart .product-image img {
  max-width: 100px;
}
.cart-experience .cart .shopping-cart .product-info {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.cart-experience .cart .shopping-cart .product-image ~ .product-info .item-name {
  max-width: 400px;
}

.cart .product-detail {
  display: flex;
  justify-content: space-between;
  padding: 0 25px;
  margin-bottom: 25px;
}
.cart .shopping-cart-item-id .item-details_item-name {
  margin-right: 15px;
}
.cart .shopping-cart-item-id .item-details_item-name .default-font-weight {
  font-weight: normal;
}
.cart .product-detail .monthly-total {
  font-weight: bold;
  order: 3;
}
.cart .item-details {
  display: flex;
  justify-content: space-between;
  padding: 0 25px;
  margin-bottom: 45px;
}
.cart .item-details:after {
  content: "";
  border-bottom: 1px solid #EBEFF4;
  flex-grow: 1;
}
.cart .item-details .subtotal {
  order: 3;
  padding-left: 15px;
}
.cart .item-details .item-lines-and-price {
  order: 4;
  width: 100%;
  text-align: right;
  font-weight: bold;
}
.cart .terms-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F2F5FA;
  padding: 10px 25px;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cart .terms-container:after {
  content: "+";
  font-size: 23px;
  font-weight: bold;
}
.cart .terms-container.show-text:after {
  content: "-";
  font-size: 23px;
  margin-right: 2px;
}
.cart .terms-container .terms-header {
  display: block;
  letter-spacing: 0.26px;
  font-weight: bold;
}
.cart .terms-container .terms-legal {
  display: none;
}
.cart .terms-container.show-text .terms-legal {
  display: block;
  order: 3;
  font-size: 12px;
  font-weight: normal;
  padding-top: 20px;
  position: relative;
}
.cart .estimated-payment {
  padding: 0 25px;
  font-weight: bold;
  font-size: 16px;
  color: #B71234;
  letter-spacing: 0.35px;
  text-align: right;
  line-height: 28px;
  position: relative;
  margin-top: 40px;
  padding-top: 18px;
}
.cart .estimated-payment:before {
  content: "";
  border-bottom: 1px solid #312E3B;
  transform: scaleY(0.5);
  display: block;
  position: absolute;
  width: 284px;
  right: 25px;
  top: 0;
}
.cart .item-details {
  display: block;
}
.cart .financing-terms .financing-length {
  font-weight: bold;
}
.cart .item-details .shopping-cart-item-id {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  width: 100%;
  flex-wrap: wrap;
}
.cart .item-details .shopping-cart-item-id.description-item:not(:last-child) {
  margin-bottom: 0px;
}
.cart .item-details .shopping-cart-item-id.description-item:not(:last-child) + .shopping-cart-item-id {
  margin-top: 32px;
}
.cart .item-details .shopping-cart-item-id.indent-item + .indent-item .item-details_item-name, .cart .item-details .shopping-cart-item-id.indent-item + .indent-item .edit-remove {
  margin-left: 2em;
}
.cart .item-details .edit-remove {
  display: flex;
  font-weight: bold;
  order: 4;
  flex-basis: 100%;
  margin-top: 10px;
}

#cart-3 .item-details .shopping-cart-item-id .item-details_item-name .shopping-cart-id:before {
  content: "";
  border-right: 1px solid #322E3C;
  width: 100%;
  margin-left: 11px;
  margin-right: 10px;
}

.cart .item-details .shopping-cart-item-id:after {
  content: "";
  border-top: 1px solid #EBEFF4;
  flex-grow: 1;
  margin-top: 1em;
}
.cart .item-details .shopping-cart-item-id.description-item:not(:first-child):after {
  content: none;
}
.cart .shopping-cart {
  margin-bottom: 30px !important;
}

#cart-3 .shopping-cart {
  display: flex;
  margin-top: 40px;
}

.cart .item-details .total-lines {
  margin-bottom: 6px;
}

#cart-3 .shopping-cart .item-name {
  margin-top: 0;
  max-width: 240px;
}
#cart-3 .item-details {
  margin-top: 35px;
}

.my-cart .place-my-order {
  margin-top: 40px;
  position: relative;
  width: 100%;
}
.my-cart .place-my-order button {
  width: 100%;
  background: #B71234;
  border: none;
  height: 57px;
  color: white;
  font-weight: bold;
}
.my-cart .place-my-order:after {
  content: "";
  border-bottom: 1px solid #312E3B;
  transform: scaleY(0.5);
  display: block;
  position: absolute;
  bottom: -62px;
  width: 100%;
}
.my-cart .keep-shopping {
  display: flex;
  justify-content: center;
  margin-top: 97px;
}
.my-cart .keep-shopping .blue-outlined-button {
  width: 50% !important;
}
.my-cart .keep-shopping button {
  background: white;
  border: 1px solid #00A5E0;
  height: 57px;
  color: #00A5E0;
  font-weight: bold;
  padding: 0 86px;
}

.left-main {
  width: 785px;
  margin-right: 57px;
}

.right-sidebar {
  width: 411px;
  margin-left: 57px;
  background-color: #F2F5FA;
}

.show-lg {
  display: block;
}

.show-sm {
  display: none;
}

.place-order .promo-right {
  margin-top: 20px;
}

.promo-right .promo-offers {
  font-size: 12px;
  color: #322E3C;
  line-height: 18px;
}
.promo-right .promo-available {
  font-weight: bold;
  font-size: 12px;
  color: #322E3C;
  line-height: 18px;
}

.promo {
  background: #F2F5FA;
  margin-top: 40px;
  padding: 10px;
}
.promo .promo-border {
  margin-left: 0 !important;
  margin-right: 0 !important;
  border: 1px solid #312E3B;
}
.promo .promo-left {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media screen and (max-width: 768px) {
  .promo .promo-left {
    margin-bottom: 15px;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}
.promo .promo-left .promo-message {
  font-weight: bold;
  font-size: 22px;
  color: #312E3B;
  letter-spacing: 0;
  text-align: left;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .promo .promo-left .promo-message {
    font-size: 18px;
  }
}
.promo .promo-left a {
  font-size: 12px;
  color: #312E3B;
  text-align: left;
  text-decoration: underline;
}
.promo .remove-link {
  text-align: right;
  margin: 15px 0 25px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media screen and (max-width: 768px) {
  .promo .remove-link {
    margin: 10px 0 15px;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}
.promo .remove-link a {
  font-size: 12px;
  color: #312E3B;
  letter-spacing: 0;
  text-decoration: underline;
  font-weight: bold;
}
.promo .promo-right {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media screen and (max-width: 768px) {
  .promo .promo-right {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}
.promo .promo-right .promo-detail {
  font-size: 18px;
  color: #312E3B;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .promo .promo-right .promo-detail {
    font-size: 16px;
  }
}
.promo .promo-right .promo-italic {
  font-style: italic;
  font-size: 12px;
  color: #312E3B;
  letter-spacing: 0;
  text-align: left;
  line-height: 14px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .promo .promo-right .promo-italic {
    font-size: 11px;
  }
}

@media screen and (max-width: 768px) {
  .main-container {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .cart-experience {
    margin: 0 auto;
    margin-top: 40px;
  }

  .show-lg {
    display: none;
  }

  .show-sm {
    display: block;
  }

  .my-cart .cart-title {
    font-size: 32px;
  }

  .cart {
    font-size: 12px;
  }

  .my-cart .save-retrieve {
    font-size: 14px;
  }

  .cart .item-name {
    font-size: 24px;
    line-height: 29px;
  }
  .cart .item-details {
    padding: 0 10px;
    margin-bottom: 25px;
  }
  .cart .estimated-payment {
    padding: 0 10px;
    font-size: 13px;
    color: #B71234;
    letter-spacing: 0.28px;
    text-align: right;
    line-height: 24px;
    padding-top: 25px;
  }
  .cart .estimated-payment:before {
    width: 168px;
    right: 0;
    top: 0;
  }

  .cart-experience .cart .shopping-cart .product-info {
    padding: 0;
  }

  #cart-3 .shopping-cart .item-name {
    margin-top: 0;
    max-width: 200px;
  }

  .cart .item-details .edit-remove a {
    font-size: 12px;
  }

  .cart-experience .cart .shopping-cart .product-image {
    min-width: 100px;
    justify-content: flex-start;
  }
  .cart-experience .cart .shopping-cart .product-image img {
    max-width: 85px;
  }

  .cart .item-details .edit-remove {
    margin-top: 5px;
  }

  .my-cart .place-my-order {
    display: none;
  }
  .my-cart .keep-shopping {
    margin-top: 38px;
    width: 100%;
  }

  .cart .estimated-payment {
    padding-right: 0;
  }

  .product-image ~ .product-info .item-name {
    max-width: 200px !important;
  }
}
.checkout-container {
  width: 1253px;
  margin-top: 70px;
  margin-right: auto;
  margin-bottom: 84px;
  margin-left: auto;
}
.checkout-container .checkout .checkout-title {
  font-family: "Gotham", sans-serif;
  font-size: 50px;
  font-weight: bold;
  color: #322E3C;
  margin-bottom: 10px;
}
.checkout-container .checkout a {
  font-weight: 500;
  text-decoration: underline;
  font-size: 16px;
  color: #00A8E6;
  letter-spacing: 0.35px;
  line-height: 32px;
}
.checkout-container .checkout .checkout-form {
  position: relative;
  margin-top: 92px;
  margin-bottom: 44px;
}
.checkout-container .checkout .checkout-form:before {
  content: "";
  border-top: 0.5px solid #312E3B;
  transform: scaleY(0.5);
  display: block;
  position: absolute;
  top: -32px;
  left: 0;
  right: -75px;
}
.checkout-container .checkout .checkout-form-title {
  font-size: 32px;
  color: #322E3C;
  letter-spacing: -0.01px;
  font-weight: bold;
  text-transform: none;
  line-height: 38px;
}
.checkout-container .checkout .checkout-form-description {
  font-size: 14px;
  margin-bottom: 30px;
}
.checkout-container .checkout .checkout-form-description .contact-number {
  font-size: 14px;
}
.checkout-container form .current-customer {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.checkout-container form .current-customer input {
  cursor: pointer;
  height: 0;
  width: 0;
  margin-bottom: 0;
}
.checkout-container form .current-customer label {
  font-weight: normal;
  font-size: 14px;
  margin-left: 10px;
  margin-bottom: 0;
}
.checkout-container form .current-customer .account-number-ckbx {
  position: absolute;
  top: 1px;
  left: 0;
  height: 14px;
  width: 14px;
  border: 1px solid #322E3C;
}
.checkout-container form .current-customer .account-number-ckbx.checked {
  background: #00A5E0;
  border: 1px solid #00A5E0;
}
.checkout-container form .current-customer .account-number-ckbx.checked:after {
  content: url(/-/media/account-input-check.svg);
  position: absolute;
  top: -4px;
}
.checkout-container form .required-fields {
  font-size: 14px;
  margin: 32px 0;
}
.checkout-container .form-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
  margin-left: -25px;
  margin-right: 0;
}
.checkout-container .account-number {
  margin-bottom: 0;
  display: none;
}
.checkout-container .account-number input {
  margin-bottom: 0;
}
.checkout-container .error-messaging {
  margin-top: 1rem;
  color: #B71234;
  letter-spacing: 0.31px;
  font-weight: 500;
  font-size: 14px;
}
.checkout-container .error-messaging ul {
  margin-top: 1rem;
  padding: 0;
}
.checkout-container .error-messaging ul li {
  margin-left: 27px;
  padding-left: 9px;
}
.checkout-container .account-number.show {
  display: block;
  margin-top: 18px;
}
.checkout-container form input {
  width: 100%;
  height: 51px;
  background-color: #F2F5FA;
  border: 1px solid #322E3C;
  font-size: 13px;
  color: #322E3C !important;
  letter-spacing: 1.21px;
  line-height: 18px;
  text-transform: none;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 32px;
}
.checkout-container form input.input-validation-error {
  border: 2px solid #B71234;
}
.checkout-container select {
  width: 100%;
  height: 51px;
  background-color: #F2F5FA;
  border: 1px solid #322E3C;
  font-size: 13px;
  letter-spacing: 1.21px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 20px;
}
.checkout-container select.input-validation-error {
  border: 2px solid #B71234;
}
.checkout-container select:disabled {
  opacity: 0.3;
}
.checkout-container form select .not-selectable {
  color: rgba(0, 0, 0, 0.5);
}
.checkout-container form .current-customer input {
  width: auto;
  height: auto;
}
.checkout-container form #state {
  appearance: none;
}
.checkout-container .form-group label {
  color: #322E3C;
  opacity: 0.5;
  font-size: 10px;
  margin-left: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: none;
  position: absolute;
  margin-top: -18px;
  letter-spacing: 0.93px;
  line-height: 18px;
  opacity: 0.5;
}
.checkout-container .checkout .get-in-touch {
  margin-bottom: 64px;
}
.checkout-container .checkout .get-in-touch h3 {
  font-size: 32px;
  color: #322E3C;
  letter-spacing: -0.01px;
  font-weight: bold;
  text-transform: none;
  line-height: 38px;
}
.checkout-container .checkout .get-in-touch .chat-now:not(.input-checked) .container-group:before {
  content: url(/-/media/checkout-chat-now.svg);
  margin-right: 18px;
}
.checkout-container .checkout .get-in-touch .chat-now.input-checked .container-group:before {
  content: url(/-/media/checkout-chat-now-white.svg);
  margin-right: 18px;
}
.checkout-container .checkout .get-in-touch .request-callback:not(.input-checked) .container-group:before {
  content: url(/-/media/checkout-callback.svg);
  margin-right: 25px;
}
.checkout-container .checkout .get-in-touch .request-callback.input-checked .container-group:before {
  content: url(/-/media/checkout-callback-white.svg);
  margin-right: 25px;
}
.checkout-container .checkout .get-in-touch .container-group {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 32px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 140px;
  border: 1px solid #322E3C;
  padding-left: 32px;
  font-weight: normal;
  margin-left: 0;
}
.checkout-container .checkout .get-in-touch .input-checked .container-group {
  background-color: #00A5E0;
  color: #fff;
}
.checkout-container .chat-now .container-group {
  display: block;
}
.checkout-container .form-group > [class*=col-] {
  padding-right: 0px !important;
  padding-left: 25px !important;
}
.checkout-container .checkout .get-in-touch .container-group input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkout-container .checkout .get-in-touch .container-group .checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 182px;
  border-left: 1px solid #322E3C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #0E9FD5;
  letter-spacing: 0.39px;
  text-align: center;
  line-height: 24px;
  font-weight: bold;
}
.checkout-container .checkout .get-in-touch .container-group:hover input ~ .checkmark {
  background-color: #ccc;
}
.checkout-container .checkout .get-in-touch .container-group input:checked ~ .checkmark {
  background-color: #00A5E0;
  color: #fff;
}
.checkout-container .checkout .get-in-touch .checkmark:after {
  content: "";
  display: none;
}
.checkout-container .checkout .get-in-touch .container-group input:checked ~ .checkmark:after {
  display: block;
}
.checkout-container .checkout .get-in-touch .container-group .checkmark:after {
  content: url(/-/media/BEAB02D814D44D829022F358C15E6B57.ashx);
  margin-left: 10px;
}
.checkout-container .complete-my-order button {
  width: 100%;
  background: #B71234;
  border: none;
  height: 57px;
  color: white;
  font-weight: bold;
  cursor: pointer;
}
.checkout-container .form-container {
  max-width: 655px;
}
.checkout-container .checkout .get-in-touch .input-checked .chat-options, .checkout-container .checkout .get-in-touch .input-checked .callback-times {
  display: block;
}
.checkout-container .callback-times .dropdown {
  border: 1px solid #322E3C;
}
.checkout-container .callback-times .dropdown button.dropdown-toggle {
  width: 100%;
  background: #F2F5FA;
  font-size: 13px;
  color: #322E3C;
  letter-spacing: 1.21px;
  line-height: 18px;
  text-align: left;
  text-transform: uppercase;
  height: 51px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  opacity: 0.5;
}
.checkout-container .callback-times .dropdown button.dropdown-toggle.time-selected {
  opacity: 1;
}
.checkout-container .callback-times .dropdown .dropdown-toggle::after {
  content: url(/-/media/checkout-dropdown-arrow.svg);
  border: none;
  height: auto;
  width: 0;
  margin-left: 0;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  padding-right: 30px;
}
.checkout-container .callback-times .dropdown ul.dropdown-menu {
  width: 100%;
  border: 1px solid #312E3B;
  padding: 0;
}
.checkout-container .callback-times .dropdown ul.dropdown-menu li {
  padding: 20px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
  color: #322E3C;
  text-decoration: none;
  letter-spacing: 1.21px;
  line-height: 26px;
  font-weight: 700;
}
.checkout-container .callback-times .dropdown ul.dropdown-menu li:hover {
  background-color: #312E3B;
  color: white;
}
.checkout-container .chat-options .chat-subtitle {
  font-size: 14px;
  color: #322E3C;
  letter-spacing: 0.31px;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
.checkout-container .chat-options p {
  font-size: 16px;
  letter-spacing: 0.35px;
  line-height: 20px;
  margin-bottom: 0;
}
.checkout-container .chat-options .save-cart {
  margin: 25px 0;
}
.checkout-container .callback-times .callback-subtitle {
  font-size: 14px;
  color: #322E3C;
  letter-spacing: 0.31px;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
.checkout-container .callback-times p {
  font-size: 14px;
  color: #322E3C;
  letter-spacing: 0.31px;
  line-height: 18px;
  font-style: italic;
}

@media screen and (max-width: 768px) {
  .checkout-container {
    width: 100%;
  }
  .checkout-container .form-container {
    max-width: 100%;
    margin: 0 auto;
  }
  .checkout-container form select {
    height: 41px;
    font-size: 10px;
  }
  .checkout-container .checkout .checkout-form {
    margin-bottom: 0;
    margin-top: 68px;
  }
  .checkout-container .complete-my-order {
    display: none;
  }
  .checkout-container .checkout .checkout-title {
    font-size: 32px;
  }
  .checkout-container .checkout .get-in-touch h3 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 32px;
  }
  .checkout-container .checkout a {
    font-size: 14px;
  }
  .checkout-container .checkout .checkout-form-title {
    font-size: 24px;
    line-height: 29px;
  }
  .checkout-container .checkout .checkout-form-description {
    font-size: 12px;
  }
  .checkout-container form .current-customer label, .checkout-container form .required-fields {
    font-size: 12px;
  }
  .checkout-container form input {
    height: 41px;
    font-size: 10px;
  }
  .checkout-container form input:focus {
    outline: #00A9E0 auto 1px !important;
  }
  .checkout-container .checkout .get-in-touch .container-group {
    font-size: 18px;
    height: 98px;
    width: 100%;
  }
  .checkout-container .checkout .get-in-touch .container-group .label-text {
    max-width: 100px;
    font-size: 18px;
    line-height: 20px;
  }
  .checkout-container .checkout .get-in-touch .container-group .checkmark {
    width: 103px;
    display: flex;
    flex-direction: column-reverse;
  }
  .checkout-container .form-group {
    margin-bottom: 16px;
  }
  .checkout-container .checkout .checkout-form:before {
    right: 0;
  }
  .checkout-container .checkout .checkout-form-description .contact-number {
    font-size: 12px;
  }
}
.empty-cart-container {
  max-width: 1253px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 70px;
  margin-bottom: 84px;
}
.empty-cart-container .empty-cart h3.empty-title {
  font-size: 32px;
  color: #322E3C;
  letter-spacing: -0.01px;
  text-transform: none;
}
.empty-cart-container .empty-cart p {
  margin-bottom: 0;
  font-size: 14px;
  color: #322E3C;
  letter-spacing: 0.31px;
  line-height: 18px;
}
.empty-cart-container .empty-cart .retrieve-my-cart {
  margin-top: 18px;
  position: relative;
}
.empty-cart-container .empty-cart .retrieve-my-cart a {
  font-weight: bold;
  letter-spacing: 0.31px;
  line-height: 18px;
  color: #00A5E0;
  text-decoration: underline;
}
.empty-cart-container .empty-cart .retrieve-my-cart:after {
  content: "";
  border-bottom: 1px solid #312E3B;
  transform: scaleY(0.5);
  display: block;
  position: absolute;
  bottom: -62px;
  width: 100%;
}
.empty-cart-container .empty-cart .keep-shopping {
  display: flex;
  justify-content: center;
  margin-top: 110px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .empty-cart-container .empty-cart .keep-shopping {
    width: auto;
  }
}
.empty-cart-container .empty-cart .keep-shopping .blue-outlined-button {
  width: 50% !important;
}
@media screen and (max-width: 768px) {
  .empty-cart-container .empty-cart .keep-shopping {
    margin-bottom: 50px;
  }
}
.empty-cart-container .empty-cart .keep-shopping button {
  background: white;
  border: 1px solid #00A5E0;
  height: 57px;
  color: #00A5E0;
  font-weight: bold;
  padding: 0 86px;
}
.empty-cart-container .empty-cart-sidebar {
  background: #F2F5FA;
  padding: 34px 30px !important;
  height: 100%;
}
.empty-cart-container .empty-cart-sidebar .sidebar-title {
  font-size: 18px;
  color: #322E3C;
  letter-spacing: 0px;
  text-transform: none;
}
@media screen and (max-width: 576px) {
  .empty-cart-container .empty-cart-sidebar .sidebar-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .empty-cart-container .empty-cart-sidebar {
    margin: 0 15px;
  }
}
.empty-cart-container .empty-cart-sidebar .help-links {
  display: flex;
  flex-direction: column;
}
.empty-cart-container .empty-cart-sidebar .help-links a {
  color: #00A5E0;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 18px;
}
.empty-cart-container .empty-cart-sidebar .help-links a:last-child {
  margin-bottom: 0;
}

.chat-success {
  height: 100%;
  padding: 0 !important;
  background-color: #B71234;
  height: 100%;
  color: #fff;
  padding: 35px !important;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 18px;
}
@media screen and (max-width: 576px) {
  .chat-success {
    padding: 28px 18px !important;
    font-size: 12px;
  }
}
.chat-success:after {
  content: "";
  border-bottom: 1px solid #312E3B;
  transform: scaleY(0.5);
  display: block;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: -20px;
}
@media screen and (max-width: 576px) {
  .chat-success:after {
    bottom: -32px;
  }
}
.chat-success h3 {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 24px;
  text-transform: uppercase;
  color: #312E3B;
  color: #fff !important;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  .chat-success h3 {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px;
  }
}
.chat-success a {
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-width: 576px) {
  .chat-success a {
    font-size: 12px;
  }
}

.callback-bg {
  height: 100%;
  padding: 0 !important;
}
.callback-bg .callback-success {
  padding: 0 !important;
  background-color: #B71234;
  height: 100%;
  color: #fff;
  padding: 35px !important;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 18px;
}
@media screen and (max-width: 576px) {
  .callback-bg .callback-success {
    padding: 28px 18px !important;
    font-size: 12px;
  }
}
.callback-bg .callback-success:after {
  content: "";
  border-bottom: 1px solid #312E3B;
  transform: scaleY(0.5);
  display: block;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: -20px;
}
@media screen and (max-width: 576px) {
  .callback-bg .callback-success:after {
    bottom: -32px;
  }
}
.callback-bg .callback-success h3 {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 24px;
  text-transform: uppercase;
  color: #312E3B;
  color: #fff !important;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  .callback-bg .callback-success h3 {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px;
  }
}
.callback-bg .callback-success a {
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-width: 576px) {
  .callback-bg .callback-success a {
    font-size: 12px;
  }
}
.callback-bg .callback-disclaimer {
  font-size: 12px;
  color: #322E3C;
  letter-spacing: 0px;
  line-height: 18px;
  font-style: italic;
  margin-top: 20px;
}

.callback-requested-notification {
  background-color: #B71234;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 18px;
  margin: 67px 0 100px;
  padding: 40px 30px;
  position: relative;
}
.callback-requested-notification p {
  color: #fff !important;
  font-size: 14px !important;
  letter-spacing: 0px !important;
  line-height: 18px !important;
  margin-bottom: 15px !important;
}
@media screen and (max-width: 576px) {
  .callback-requested-notification {
    padding: 28px 18px !important;
    font-size: 12px;
  }
}
.callback-requested-notification:after {
  content: "";
  border-bottom: 1px solid #312E3B;
  transform: scaleY(0.5);
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -60px;
}
.callback-requested-notification .title {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 24px;
  text-transform: uppercase;
  color: #312E3B;
  color: #fff !important;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  .callback-requested-notification .title {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px;
  }
}
.callback-requested-notification .keep-shopping {
  display: block;
  justify-content: flex-start;
  margin-top: 0;
  width: auto;
}
.callback-requested-notification a {
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-width: 576px) {
  .callback-requested-notification a {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .place-order {
    margin-top: 64px;
    margin-bottom: 80px;
    padding: 0;
  }
}
.place-order .total-container {
  background-color: #F2F5FA;
  padding: 43px 34px 43px;
}
@media screen and (max-width: 576px) {
  .place-order .total-container {
    padding: 22px 20px 15px;
  }
}
.place-order .total-container h3 {
  font-size: 32px;
  color: #322E3C;
  letter-spacing: -0.01px;
  text-transform: capitalize;
}
@media screen and (max-width: 576px) {
  .place-order .total-container h3 {
    font-size: 24px;
  }
}
.place-order .payment {
  position: relative;
  padding: 30px 0;
}
.place-order .payment:before {
  border-top: 0.5px solid #312E3B;
  transform: scaleY(0.5);
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
}
.place-order .payment:after {
  border-bottom: 0.5px solid #312E3B;
  transform: scaleY(0.5);
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
}
.place-order .order-disclaimer {
  font-size: 12px;
  color: #322E3C;
  letter-spacing: 0px;
  line-height: 18px;
  padding-top: 15px;
}
.place-order .order-disclaimer div {
  margin-bottom: 15px;
}
.place-order .order-disclaimer div:last-child {
  margin-bottom: 0;
}
.place-order .total-container .est-monthly-payment {
  font-size: 18px;
  color: #B71234;
  letter-spacing: 0px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .place-order .total-container .est-monthly-payment {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.place-order .total-container .est-due {
  font-size: 18px;
  letter-spacing: 0px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .place-order .total-container .est-due {
    font-size: 14px;
  }
}
.place-order .total-container .est-monthly-payment .estimated, .place-order .total-container .est-due .estimated {
  max-width: 191px;
}
@media screen and (max-width: 576px) {
  .place-order .total-container .est-monthly-payment .estimated, .place-order .total-container .est-due .estimated {
    max-width: 100%;
  }
}
.place-order .next {
  background-color: #F2F5FA;
  padding: 31px 34px;
  margin-top: 20px;
  font-size: 14px;
  color: #322E3C;
  letter-spacing: 0px;
  line-height: 18px;
}
@media screen and (max-width: 576px) {
  .place-order .next {
    font-size: 12px;
    line-height: 20px;
  }
}
.place-order .next a {
  text-decoration: underline;
}
.place-order .next h4.next-up {
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .place-order .next h4.next-up {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .place-order .next {
    padding: 20px;
    font-size: 12px;
  }
}
.place-order .next h5 {
  font-weight: bold;
}
.place-order .your-order {
  background-color: #322E3C;
  color: #fff;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.31px;
  line-height: 32px;
  font-weight: bold;
  padding: 10px 34px;
}
@media screen and (max-width: 576px) {
  .place-order .your-order {
    padding: 10px 20px;
  }
}
.place-order .your-order .reference-number {
  font-weight: normal;
  color: #fff;
}
.place-order .place-my-order {
  background-color: #B71234;
  color: #fff;
  padding: 23px 34px;
}
@media screen and (max-width: 576px) {
  .place-order .place-my-order {
    padding: 22px 20px 15px;
  }
}
.place-order .place-my-order > a {
  width: 100%;
  background-color: #B71234;
  color: #fff;
  font-weight: bold;
  border: 1px solid white;
  padding: 15px 17px;
  margin-top: 0;
}
.place-order .place-my-order > a:hover {
  opacity: 0.7 !important;
  color: #ffffff !important;
}
.place-order .place-my-order > button {
  width: 100%;
  background: transparent;
  color: #fff;
  font-weight: bold;
  border: 1px solid white;
  margin-top: 0;
}
.place-order .place-my-order .contact {
  margin-top: 15px;
}
.place-order .place-my-order .contact a {
  font-weight: 500;
  text-decoration: underline;
  color: #fff;
}

.location-selector {
  display: flex;
  align-items: center;
  margin-top: 38px;
  margin-bottom: 32px;
  font-size: 14px;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .location-selector {
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .location-selector {
    padding: 0;
  }
}
.location-selector svg {
  fill: #B71234;
}
.location-selector #currentLocation {
  font-weight: bold;
}
.location-selector #currentLocation:after {
  content: ".";
}
.location-selector .geocity span {
  font-weight: bold;
  text-decoration: underline;
  color: #00CAFF;
  margin-left: 10px;
}

@media screen and (max-width: 757px) {
  .location-selector {
    font-size: 12px;
  }
  .location-selector .geocity span {
    flex-basis: 100%;
    display: flex;
    text-decoration: none;
    margin-left: 0;
  }
}
.gci-channel-lineup {
  margin-left: -18px;
  margin-right: -18px;
  margin-bottom: 35px;
}
.gci-channel-lineup .hidden {
  display: none;
}
@media screen and (max-width: 992px) {
  .gci-channel-lineup {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.gci-channel-lineup label {
  color: #312e3b;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
}
.gci-channel-lineup input, .gci-channel-lineup select {
  border: 1px solid #979797;
  color: #312E3B;
  font-size: 12px;
  height: 59px;
  letter-spacing: 1px;
  line-height: 18px;
  padding-left: 20px;
  text-transform: none;
}
.gci-channel-lineup .actions-container {
  align-items: stretch;
  background-color: #f2f5fa;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 50px;
}
@media screen and (max-width: 768px) {
  .gci-channel-lineup .actions-container {
    flex-flow: column;
  }
}
.gci-channel-lineup .search-container {
  display: flex;
  flex: 1 1;
  flex-flow: column nowrap;
  padding-right: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .gci-channel-lineup .search-container {
    padding-bottom: 30px;
    padding-right: 0px;
  }
}
.gci-channel-lineup .search-container button {
  background: transparent;
  border: none;
  position: absolute;
  right: 50px;
  top: 44px;
}
.gci-channel-lineup .search-container button:after {
  content: url(/-/media/images/gci/tv/Yukon/yukon-channel-search.svg);
}
@media screen and (max-width: 768px) {
  .gci-channel-lineup .search-container button {
    right: 15px;
    top: 42px;
  }
}
.gci-channel-lineup .search-container input {
  font-weight: bold;
  width: 100%;
}
.gci-channel-lineup .search-container label {
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .gci-channel-lineup .search-container label {
    visibility: visible;
  }
}
.gci-channel-lineup .search-container.edit label {
  visibility: visible;
}
.gci-channel-lineup .search-container.edit .scWebEditInput {
  border: 1px dashed red;
}
.gci-channel-lineup .search-container.edit > :last-child {
  line-height: 52px;
}
.gci-channel-lineup .detail-filters {
  display: flex;
  flex: 1 1;
  flex-flow: row wrap;
  justify-content: space-between;
}
.gci-channel-lineup .filters-container button, .gci-channel-lineup .sort-container button {
  background: #fff;
  border: 1px solid #979797;
  color: #a4a3a9;
  font-size: 12px;
  font-weight: bold;
  height: 59px;
  letter-spacing: 1px;
  line-height: 18px;
  padding-left: 20px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
.gci-channel-lineup .filters-container button:after, .gci-channel-lineup .sort-container button:after {
  background: #000;
  border: none;
  content: url(/-/media/images/gci/tv/Yukon/yukon-down-arrow.svg);
  height: auto;
  margin-left: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: baseline;
  width: auto;
}
.gci-channel-lineup .filters-container ul, .gci-channel-lineup .sort-container ul {
  border: 1px solid #979797;
  box-shadow: none;
  padding: 0;
  width: 100%;
  z-index: 10000;
}
.gci-channel-lineup .filters-container ul li, .gci-channel-lineup .sort-container ul li {
  color: #322e3c;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.21px;
  line-height: 26px;
  padding: 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.gci-channel-lineup .filters-container ul li:hover, .gci-channel-lineup .sort-container ul li:hover {
  background-color: #00A9E0;
  color: #fff;
}
.gci-channel-lineup .filters-container.edit .scWebEditInput, .gci-channel-lineup .sort-container.edit .scWebEditInput {
  border: 1px dashed red;
}
.gci-channel-lineup .filters-container.edit > :last-child, .gci-channel-lineup .sort-container.edit > :last-child {
  line-height: 52px;
}
.gci-channel-lineup .filters-container {
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
  display: flex;
  flex: 2 1;
  flex-flow: column nowrap;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  justify-content: space-between;
}
.gci-channel-lineup .filters-container .filter-container {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .gci-channel-lineup .filters-container {
    flex-flow: column nowrap;
    border-bottom: 1px solid #979797;
    border-left: none;
    border-right: none;
    border-top: 1px solid #979797;
    padding: 30px 0px;
  }
  .gci-channel-lineup .filters-container .filter-container {
    width: 100%;
    margin: 15px 0;
  }
}
.gci-channel-lineup .sort-container {
  display: flex;
  flex: 1 1;
  flex-flow: column nowrap;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .gci-channel-lineup .sort-container {
    padding-left: 0px;
    padding-top: 30px;
  }
}
.gci-channel-lineup .new-print-icon {
  max-height: 18px;
  margin-right: 5px;
}
.gci-channel-lineup .legend-container {
  display: flex;
  flex-flow: row wrap;
  font-family: "gothambook", "Helvetica Neue", Helvetica, Arial, sans-serif;
  justify-content: space-between;
  padding: 50px 60px;
}
@media screen and (max-width: 768px) {
  .gci-channel-lineup .legend-container {
    align-items: flex-end;
    padding: 30px 20px 20px 20px;
  }
}
.gci-channel-lineup .legend-container > div {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 768px) {
  .gci-channel-lineup .legend-container > div:last-child {
    padding-top: 30px;
  }
}
.gci-channel-lineup .legend-container a {
  color: #00a9e0;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
}
.gci-channel-lineup .legend-container .compatible-icon {
  content: url(/-/media/share-arrow.svg);
  padding-right: 5px;
}
.gci-channel-lineup .legend-container .print-icon {
  content: url(/-/media/print-icon.svg);
  margin-right: 5px;
}
.gci-channel-lineup .legend-container.edit .scWebEditInput, .gci-channel-lineup .legend-container.edit .scEnabledChrome {
  border: 1px dashed red;
}
.gci-channel-lineup .content-container {
  margin: 0 auto;
  max-width: 1260px;
}
.gci-channel-lineup .content-container.edit .scWebEditInput {
  border: 1px dashed red;
  line-height: 40px;
}
.gci-channel-lineup table {
  width: 100%;
}
.gci-channel-lineup table th, .gci-channel-lineup table td {
  border-bottom: 1px solid #312E3B;
  height: 70px;
}
.gci-channel-lineup table tr > th:last-child, .gci-channel-lineup table tr td:last-child {
  border-right: none;
}
.gci-channel-lineup table th {
  background-color: #fff;
  position: sticky;
  text-align: center;
  top: 0;
  z-index: 110;
}
.gci-channel-lineup table th.network {
  padding-left: 20px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .gci-channel-lineup table th.product {
    display: none;
  }
}
.gci-channel-lineup table td {
  border-right: 1px solid #312E3B;
}
.gci-channel-lineup table td.channel {
  font-weight: bold;
  width: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .gci-channel-lineup table td.channel {
    min-width: 50px;
  }
}
.gci-channel-lineup table td.network {
  min-width: 215px;
}
@media screen and (max-width: 768px) {
  .gci-channel-lineup table td.network {
    border-right: none;
    font-weight: bold;
  }
}
.gci-channel-lineup table td.product {
  text-align: center;
  width: 215px;
}
.gci-channel-lineup table td.product .checkmarked {
  content: url(/-/media/images/gci/tv/Yukon/yukon-checkmarked.svg);
}
@media screen and (max-width: 1200px) {
  .gci-channel-lineup table td.product {
    width: 150px;
  }
}
@media screen and (max-width: 992px) {
  .gci-channel-lineup table td.product {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .gci-channel-lineup table td.product {
    display: none;
  }
}
.gci-channel-lineup .artwork {
  min-width: 50px;
}
.gci-channel-lineup .artwork img {
  max-height: 40px;
  border-radius: 50%;
}
.gci-channel-lineup .network-container {
  align-items: baseline;
  display: flex;
  padding: 0 20px;
}
.gci-channel-lineup .network-container .name {
  flex: 1;
}
.gci-channel-lineup .network-container .compatible {
  content: url(/-/media/share-arrow.svg);
}

.content-section {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 30px 0px 30px;
}
.content-section .row {
  height: 100%;
}
.content-section .cs-content-col {
  margin-bottom: 24px;
  margin-top: 24px;
  flex: 1;
  padding-right: 48px;
}
@media screen and (max-width: 576px) {
  .content-section .cs-content-col {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.content-section .cs-images-col {
  padding-left: 48px;
  padding-right: 48px;
}
@media screen and (max-width: 576px) {
  .content-section .cs-images-col {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.content-section.horizontal > .row {
  flex-direction: row;
}
.content-section.horizontal-reverse > .row {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.content-section.horizontal-reverse > .row {
  margin-left: 166px;
}
@media screen and (max-width: 992px) {
  .content-section.horizontal-reverse > .row {
    margin-left: 42px;
  }
}
@media screen and (max-width: 576px) {
  .content-section.horizontal-reverse > .row {
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.content-section.horizontal > .row {
  margin-right: 166px;
}
@media screen and (max-width: 992px) {
  .content-section.horizontal > .row {
    margin-right: 42px;
  }
}
@media screen and (max-width: 576px) {
  .content-section.horizontal > .row {
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.content-section.vertical > .row {
  flex-direction: column;
}
.content-section.vertical-reverse > .row {
  flex-direction: column-reverse;
}
.content-section.vertical.align-right > .row {
  margin-right: 166px;
}
@media screen and (max-width: 768px) {
  .content-section.vertical.align-right > .row {
    margin-right: 48px;
  }
}
.content-section.vertical-reverse.align-right > .row {
  margin-right: 166px;
}
@media screen and (max-width: 768px) {
  .content-section.mobile-vertical > .row {
    flex-direction: column;
    margin-left: 48px;
    margin-right: 48px;
  }
  .content-section.mobile-vertical-reverse.align-right > .row {
    flex-direction: column-reverse;
    margin-right: 0px;
  }
  .content-section.vertical.align-right > .row {
    margin-left: 0px;
  }
}
.content-section.align-left .cs-content-col, .content-section.align-left .cs-images-col {
  align-self: flex-start;
}
.content-section.align-right .cs-content-col, .content-section.align-right .cs-images-col {
  align-self: flex-end;
  text-align: right;
}
.content-section.align-center .cs-content-col, .content-section.align-center .cs-images-col {
  align-self: center;
  text-align: center;
}
.content-section.vertical-align-top .cs-content-col, .content-section.vertical-align-top .cs-images-col {
  align-self: flex-start;
}
.content-section.vertical-align-top .cs-images-col, .content-section.vertical-botom-top .cs-images-col {
  margin-bottom: 24px;
}
.content-section.vertical-align-center .cs-content-col, .content-section.vertical-align-center .cs-images-col {
  align-self: center;
}
.content-section.vertical-align-bottom .cs-content-col, .content-section.vertical-align-bottom .cs-images-col {
  align-self: flex-end;
}
.content-section.vertical-reverse.vertical-align-bottom .cs-images-col {
  padding-bottom: 48px;
}
.content-section.vertical-reverse .cs-images-col {
  padding-bottom: 48px;
}
.content-section.align-top-for-overlap .row {
  margin-top: 156px;
}
.content-section.top-left {
  background-position: left top;
}
.content-section.top-center {
  background-position: center top;
}
.content-section.top-right {
  background-position: right top;
}
.content-section.center-left {
  background-position: left center;
}
.content-section.absolute-center {
  background-position: center center;
}
.content-section.center-right {
  background-position: right center;
}
.content-section.bottom-left {
  background-position: left bottom;
}
.content-section.bottom-center {
  background-position: center bottom;
}
.content-section.bottom-right {
  background-position: right bottom;
}
.content-section .cs-icons {
  margin-bottom: 24px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .content-section .cs-icons {
    height: calc(0.75 * 60px);
  }
}
@media screen and (max-width: 576px) {
  .content-section .cs-icons {
    height: calc(0.6 * 60px);
  }
}
.content-section .cs-icons img {
  max-height: 60px;
  max-width: 60px;
}
.content-section .cs-eyebrow {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 24px;
  text-transform: uppercase;
  color: #312E3B;
  margin-bottom: 24px;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  .content-section .cs-eyebrow {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px;
  }
}
.content-section .cs-title {
  color: #312E3B;
  font-family: "Trailblazer H DemiBold";
  font-size: 68px;
  letter-spacing: 0;
  line-height: 85px;
  margin-bottom: 20px;
  text-transform: none;
}
@media screen and (max-width: 992px) {
  .content-section .cs-title {
    font-size: 50px;
    letter-spacing: 0.5px;
    line-height: 65px;
  }
}
@media screen and (max-width: 768px) {
  .content-section .cs-title {
    font-size: 40px;
    line-height: 50px;
  }
}
.content-section .cs-sub-title {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.5px;
  line-height: 27px;
  color: #312E3B;
  margin-bottom: 24px;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  .content-section .cs-sub-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.content-section .cs-cta {
  margin-bottom: 24px;
  color: white;
}
.content-section .cs-cta a {
  color: white;
}
.content-section .cs-cta-two {
  margin-bottom: 24px;
  color: white;
}
.content-section .cs-cta-two a {
  color: white;
}
.content-section .cs-legal {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
  color: #312E3B;
  margin-top: 10px;
}
.content-section .cs-description {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .content-section {
    background-size: cover;
    margin-left: -15px;
    width: 108%;
  }
}

.richtext.request-confirmation {
  margin-top: 20px;
  background: #B71234;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.stepped-component .flex-container {
  display: flex;
  max-width: 1260px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .stepped-component .flex-container {
    display: block;
  }
}
.stepped-component .choose-data-description {
  font-size: 24px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  line-height: 32px;
  max-width: 580px;
  margin: 10px auto 0;
}
@media screen and (max-width: 768px) {
  .stepped-component .choose-data-description {
    font-size: 16px;
    line-height: 28px;
  }
}
.stepped-component .add-data-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .stepped-component .add-data-container {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.stepped-component .add-data-container .data-plan {
  background-color: #fff;
  padding: 18px 28px 32px;
  width: 23%;
}
@media screen and (max-width: 1200px) {
  .stepped-component .add-data-container .data-plan {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .stepped-component .add-data-container .data-plan {
    width: 42%;
  }
}
.stepped-component .add-data-container .data-plan .add-data-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 38px;
  display: flex;
  align-items: center;
}
.stepped-component .add-data-container .data-plan .add-data-price {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #332E3D;
  letter-spacing: 0.52px;
  line-height: 20px;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .stepped-component .add-data-container .data-plan .add-data-price {
    margin-bottom: 30px;
  }
}
.stepped-component .add-data-container .data-plan .add-data-price:first-letter {
  font-size: 24px;
}
.stepped-component .add-data-container .data-plan .select-btn a {
  margin-top: 0 !important;
}
.stepped-component .add-data-container .data-plan .select-btn.selected:after {
  margin-top: 8px;
}
.stepped-component .add-data-container .plan.selected .add-data-price {
  color: #fff;
}
.stepped-component .add-data-container .plan.selected .add-data-price .highlight-blue {
  color: #fff;
}

.no-worries {
  color: #fff;
}
.no-worries .add-lines-description {
  max-width: 580px;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 0px;
  text-align: center;
  line-height: 32px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .no-worries .add-lines-description {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .no-worries .add-lines .total .add-device-price {
    padding-left: 0px !important;
  }
}
.no-worries .add-lines .add-lines-container {
  padding: 0;
  align-items: center;
  justify-content: space-between !important;
  max-width: 770px;
  margin: 0 auto;
  height: 96px;
  flex-direction: row !important;
}
.no-worries .add-lines .add-lines-container .device {
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0px;
  line-height: 20px;
  font-weight: 700;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .no-worries .add-lines .add-lines-container .device {
    font-size: 16px;
  }
}
.no-worries .add-lines .add-lines-container .device span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  display: none;
}
@media screen and (max-width: 768px) {
  .no-worries .add-lines .add-lines-container .device span {
    display: block;
  }
}
.no-worries .add-lines .add-lines-container .add-device-price {
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0px;
  line-height: 18px;
  padding-left: 15px;
  display: block;
}
@media screen and (max-width: 768px) {
  .no-worries .add-lines .add-lines-container .add-device-price {
    display: none;
  }
}
.no-worries .add-lines .add-lines-container .add-subtract {
  width: 285px;
  margin: 0;
  max-width: none;
  padding: 0;
  position: relative;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .no-worries .add-lines .add-lines-container .add-subtract {
    max-width: 90px;
  }
}
.no-worries .add-lines .add-lines-container .add-subtract .current-count {
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .no-worries .add-lines .add-lines-container .add-subtract .current-count:not(.total-count) {
    min-width: 2em;
  }
}
.no-worries .add-lines .add-lines-container .add-subtract .total-lines {
  position: absolute;
  right: 26px;
  bottom: -17px;
}
@media screen and (max-width: 768px) {
  .no-worries .add-lines .add-lines-container .add-subtract .total-lines {
    position: static;
  }
}
.no-worries .add-lines.step-pane {
  display: flex;
  flex-direction: column;
}
.no-worries .add-lines.step-pane .add-lines-container {
  border-top: 1px solid #fff;
}
.no-worries .add-lines.step-pane .add-lines-container:last-child {
  border-bottom: 4px solid #fff;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .no-worries .add-lines.step-pane {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .stepped-component .CardTitleQuantity:after {
    content: " ";
    white-space: break-spaces;
  }
}
.stepped-component .compare-plans {
  padding-top: 32px;
}
@media screen and (max-width: 768px) {
  .stepped-component .compare-plans {
    padding-top: 10px;
  }
}
.stepped-component .compare-plans a {
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: underline;
}
.stepped-component .stepped-terms {
  padding-top: 30px;
  text-align: center;
  width: 100%;
}
.stepped-component .stepped-terms a {
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: underline;
}
.stepped-component h1 {
  font-size: 32px;
  color: #F0F5FB;
  letter-spacing: -0.01px;
  text-align: center;
  font-weight: bold;
  font-family: "Gotham", sans-serif;
}
.stepped-component .progress-bar {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
  max-width: 526px;
  width: 100%;
  margin: 0px auto 50px;
}
.stepped-component .progress-bar img {
  width: 100%;
}
.stepped-component .add-subtract {
  color: #fff;
  display: flex;
  -ms-flex-pack: center;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin: 57px auto 65px;
  max-width: 380px;
}
@media screen and (max-width: 768px) {
  .stepped-component .add-subtract {
    margin: 50px auto !important;
    padding: 0 32px;
  }
}
.stepped-component .add-subtract .minus:after {
  content: "−";
  font-size: 60px;
  font-weight: 600;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .stepped-component .add-subtract .minus:after {
    font-size: 48px !important;
  }
}
.stepped-component .add-subtract .current-count {
  font-size: 60px;
  color: #FFFFFF;
  letter-spacing: -0.01px;
  line-height: 20px;
  font-weight: 500;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .stepped-component .add-subtract .current-count {
    font-size: 48px !important;
  }
}
.stepped-component .add-subtract .plus:after {
  content: "+";
  font-size: 60px;
  font-weight: 600;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .stepped-component .add-subtract .plus:after {
    font-size: 48px !important;
  }
}
.stepped-component .st-title {
  color: #F0F5FB;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  max-width: 350px;
  margin: 0 auto;
  letter-spacing: 0.39px;
  line-height: 24px;
}
.stepped-component .st-step-title {
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
  letter-spacing: 0.53px;
  line-height: 24px;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
.stepped-component .sub-heading-title {
  font-size: 24px;
  font-weight: bold;
}
.stepped-component .st-step-subtitle {
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 0.52px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  .stepped-component .st-step-subtitle {
    font-size: 18px;
    letter-spacing: 0.39px;
  }
}
.stepped-component .add-lines .add-lines-container {
  display: flex;
  justify-content: center;
}
.stepped-component .plan.selected .lines-plan {
  background-color: #00a9e0;
  color: #fff;
}
.stepped-component .plan.selected .lines-plan .add-lines-price {
  color: #fff;
}
.stepped-component .plan.selected .lines-plan .add-lines-price .highlight-blue {
  color: #fff;
}
.stepped-component .plan.selected .lines-plan .add-lines-description {
  color: #fff;
}
.stepped-component .lines-plan.selected .strikethrough {
  opacity: 0.2;
  color: #312E3B;
}
.stepped-component .lines-plan.selected .channel-option-img {
  display: none;
}
.stepped-component .lines-plan.selected .channel-option-img_selected {
  display: block;
}
.stepped-component .lines-plan:not(.selected) .channel-option-img {
  display: block;
}
.stepped-component .lines-plan:not(.selected) .channel-option-img_selected {
  display: none;
}
.stepped-component .channel-options {
  max-width: 100%;
  min-height: 218px;
}
.stepped-component .channel-options img {
  width: 100%;
}
.stepped-component .lines-plan {
  background-color: #fff;
  margin: 0 15px;
  padding: 25px 28px;
  width: 398px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .stepped-component .lines-plan {
    margin: 0;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 57px 10px 15px;
    margin-bottom: 15px;
  }
}
.stepped-component .lines-plan:first-child {
  margin-left: 0;
}
.stepped-component .lines-plan:last-child {
  margin-right: 0;
}
.stepped-component .lines-plan.no-top-margin {
  margin-top: 0;
}
.stepped-component .lines-plan .add-lines-callout {
  position: absolute;
  top: 0;
  background: #00a9e0;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  height: 42px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .stepped-component .lines-plan .add-lines-callout {
    top: -42px;
  }
}
.stepped-component .lines-plan .add-lines-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 38px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .stepped-component .lines-plan .add-lines-title {
    font-size: 24px;
    min-width: 114px;
  }
}
.stepped-component .lines-plan .add-lines-price {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #332E3D;
  letter-spacing: 0.52px;
  line-height: 20px;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .stepped-component .lines-plan .add-lines-price {
    margin-bottom: 0;
    font-size: 14px;
    color: #3B2C44;
    letter-spacing: 0.31px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-self: flex-end;
    margin-top: 0;
  }
}
.stepped-component .lines-plan .add-lines-price:first-letter {
  font-size: 24px;
}
.stepped-component .lines-plan.standard-plan .add-lines-price {
  margin-bottom: 5px;
  margin-top: 20px;
}
.stepped-component .lines-plan .add-lines-description {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0px;
  line-height: 28px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .stepped-component .lines-plan .add-lines-description {
    width: 100%;
    margin-top: 15px;
  }
}
.stepped-component .lines-plan .add-lines-description ul {
  display: flex;
  padding: 0;
  margin-bottom: 0;
}
.stepped-component .lines-plan .add-lines-description ul li {
  list-style-type: none;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .stepped-component .lines-plan .add-lines-description ul li {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .stepped-component .lines-plan .add-lines-description ul li:last-child {
    font-size: 16px;
  }
}
.stepped-component .lines-plan .select-btn {
  padding-top: 0px;
}
@media screen and (max-width: 768px) {
  .stepped-component .lines-plan .select-btn {
    width: 100%;
  }
}
.stepped-component .lines-plan .select-btn a {
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .stepped-component .lines-plan .select-btn a {
    font-weight: bold;
    font-size: 18px;
    color: #00A2DA;
    letter-spacing: 0.39px;
    text-align: center;
    line-height: 24px;
  }
}
.stepped-component .lines-plan .blue-outlined-button {
  border: 3px solid #00a9e0;
}
.stepped-component .CardTititlePrice {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .stepped-component .CardTititlePrice {
    font-size: 18px;
  }
}
.stepped-component .highlight-blue {
  font-size: 24px;
  color: #00ABEB;
}
@media screen and (max-width: 768px) {
  .stepped-component .highlight-blue {
    font-size: 18px;
  }
}
.stepped-component .select-btn.selected {
  display: flex;
  justify-content: center;
}
.stepped-component .select-btn.selected a {
  border: none;
  width: auto;
  color: #fff !important;
}
.stepped-component .select-btn.selected:after {
  content: url(/-/media/BEAB02D814D44D829022F358C15E6B57.ashx);
  margin-top: 0px;
  margin-left: -10px;
}
.stepped-component .add-data .add-data-container .data-plan .add-dataitem-description .data-lines {
  list-style-type: none;
  padding-left: 0;
  max-width: 230px;
  margin-bottom: 23px;
  font-family: "Gotham-book", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.stepped-component .add-data .add-data-container .data-plan .add-dataitem-description .data-lines > li {
  padding-left: 0;
}
.stepped-component .add-data .add-data-container .data-plan .add-dataitem-description .data-lines > li > ul {
  display: flex;
  list-style-type: none;
  justify-content: space-between;
  padding-left: 0;
}
.stepped-component .add-data .add-data-container .data-plan .add-dataitem-cta button {
  color: #00A2DA;
  background-color: transparent;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  border: 3px solid #0E9FD5;
}

@media screen and (max-width: 768px) {
  .stepped-component h1 {
    font-size: 24px;
  }
  .stepped-component .add-subtract {
    justify-content: space-around;
  }
  .stepped-component .add-subtract {
    color: #fff;
    display: flex;
    -ms-flex-pack: center;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin: 57px auto 70px;
    max-width: 380px;
  }
  .stepped-component .minus:after {
    font-size: 28px !important;
  }
  .stepped-component .current-count {
    font-size: 28px !important;
    color: #FFFFFF;
    letter-spacing: -0.01px;
    line-height: 20px;
  }
  .stepped-component .plus:after {
    font-size: 28px !important;
  }
  .stepped-component .add-lines .add-lines-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .stepped-component .add-lines .add-lines-container .lines-plan {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 15px;
    max-width: 327px;
    width: 40%;
  }
  .stepped-component .add-lines .add-lines-container .lines-plan:last-child {
    margin-bottom: 0;
  }
  .stepped-component .add-lines .add-lines-container .lines-plan .add-lines-title {
    font-size: 24px;
    line-height: 29px;
  }
  .stepped-component .st-step-title {
    font-size: 18px;
  }
}
.stepped-component.gci-plus .gci-planbuilder .plan {
  color: #312E3B;
}
.stepped-component.gci-plus .gci-planbuilder .plan .add-plan-description {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
}
.stepped-component.gci-plus .gci-planbuilder .plan.selected {
  background-image: linear-gradient(90deg, #B71234 0%, #ff9f00 100%);
  color: #fff;
}
.stepped-component.gci-plus .gci-planbuilder .lines-plan .select-btn a,
.stepped-component.gci-plus .gci-planbuilder .plan .select-btn a {
  border: 3px solid #B71234;
  font-weight: 600;
  padding: 12px 20px;
  width: 100%;
  font-size: 20px;
  font-weight: normal;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  color: #B71234;
  text-decoration: none;
  border: 3px solid #B71234;
  color: #B71234;
}
@media screen and (max-width: 576px) {
  .stepped-component.gci-plus .gci-planbuilder .lines-plan .select-btn a,
.stepped-component.gci-plus .gci-planbuilder .plan .select-btn a {
    font-size: 14px;
  }
}
.stepped-component.gci-plus .gci-planbuilder .lines-plan .select-btn a:hover,
.stepped-component.gci-plus .gci-planbuilder .plan .select-btn a:hover {
  background: #B71234;
  color: #ffffff !important;
}
.stepped-component.gci-plus .gci-planbuilder .lines-plan .select-btn a:hover,
.stepped-component.gci-plus .gci-planbuilder .plan .select-btn a:hover {
  background: #B71234;
  color: #ffffff;
}
.stepped-component.gci-plus .gci-planbuilder .lines-plan .select-btn.selected a,
.stepped-component.gci-plus .gci-planbuilder .plan .select-btn.selected a {
  border: none;
  width: unset;
  color: #ffffff !important;
}
.stepped-component.gci-plus .gci-planbuilder .lines-plan .select-btn.selected a:hover,
.stepped-component.gci-plus .gci-planbuilder .plan .select-btn.selected a:hover {
  background: transparent;
}

.yukon .data-plan {
  height: auto;
}
.yukon .data-plan .select-btn {
  margin-top: auto;
}

/** */
.yukon .add-data-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .yukon .add-data-container {
    flex-direction: column;
  }
}
.yukon .add-data-container .data-plan {
  margin: 0 10px 30px;
  width: 30%;
  max-width: 33.33%;
  flex-direction: column;
  align-self: stretch;
  display: flex;
  flex-wrap: wrap;
  height: auto;
}
@media screen and (max-width: 992px) {
  .yukon .add-data-container .data-plan {
    width: 45%;
    max-width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .yukon .add-data-container .data-plan {
    max-width: 100%;
    width: 100%;
    margin: 0 0 30px;
  }
}
.yukon .add-data-container .data-plan .select-btn {
  margin-top: auto;
}

.yukon {
  margin-bottom: 40px;
}
.yukon h1 {
  max-width: 300px;
  margin: 0 auto 32px;
}
.yukon .progress-bar ~ .plan-builder {
  margin-top: 50px;
}
.yukon .internet-description {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  margin-top: 85px;
  max-width: 507px;
  margin-bottom: 70px;
}
.yukon .internet-description p {
  margin-bottom: 0;
}
.yukon .st-step-title {
  margin-bottom: 70px;
}
.yukon .add-plan .add-plan-container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .yukon .add-plan .add-plan-container {
    flex-direction: column;
    align-items: center;
  }
}
.yukon .add-plan .add-plan-container .yukon-plan {
  width: 397px;
  background: #fff;
  color: #322E3C;
  min-height: 337px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 46px 30px 37px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .yukon .add-plan .add-plan-container .yukon-plan {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 576px) {
  .yukon .add-plan .add-plan-container .yukon-plan {
    width: 335px;
    height: 236px;
    padding: 26px 13px 30px;
  }
}
.yukon .add-plan .add-plan-container .yukon-plan:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .yukon .add-plan .add-plan-container .yukon-plan:last-child {
    margin-bottom: 0;
  }
}
.yukon .add-plan .add-plan-container .yukon-plan .add-plan-title {
  font-size: 32px;
  letter-spacing: -0.01px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .yukon .add-plan .add-plan-container .yukon-plan .add-plan-title {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
.yukon .add-plan .add-plan-container .yukon-plan .add-plan-price {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.52px;
  line-height: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .yukon .add-plan .add-plan-container .yukon-plan .add-plan-price {
    font-size: 14px;
  }
  .yukon .add-plan .add-plan-container .yukon-plan .add-plan-price .highlight-blue {
    font-size: 18px;
  }
}
.yukon .add-plan .add-plan-container .yukon-plan .add-plan-description {
  font-size: 16px;
  line-height: 22px;
}
@media screen and (max-width: 576px) {
  .yukon .add-plan .add-plan-container .yukon-plan .add-plan-description {
    font-size: 12px;
    color: #000000;
    line-height: 20px;
  }
}
.yukon .add-plan .add-plan-container .yukon-plan .add-plan-details {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0px;
  line-height: 22px;
}
.yukon .add-plan .add-plan-container .yukon-plan .add-plan-details:before {
  content: "";
  width: 100%;
  display: block;
  border-top: 1px solid #322E3C;
  opacity: 0.2;
  padding-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .yukon .add-plan .add-plan-container .yukon-plan .add-plan-details {
    font-size: 12px;
    line-height: 20px;
  }
}
.yukon .add-plan .add-plan-container .yukon-plan .add-plan-details ul {
  padding: 0;
}
.yukon .add-plan .add-plan-container .yukon-plan .add-plan-details ul li {
  list-style-type: none;
}
.yukon .add-plan .add-plan-container .yukon-plan .select-btn a {
  margin-top: 0;
}
.yukon .add-plan .add-plan-container .yukon-plan .select-btn .blue-outlined-button {
  border: 3px solid #00a9e0;
}
.yukon .add-plan .add-plan-container .yukon-plan .select-btn.selected:after {
  margin-top: 5px;
}
.yukon .add-plan .add-plan-container .yukon-plan.selected {
  color: #fff !important;
}
.yukon .add-plan .add-plan-container .yukon-plan.selected .add-plan-price .highlight-blue, .yukon .add-plan .add-plan-container .yukon-plan.selected .add-data-price .highlight-blue {
  color: #fff;
}
.yukon .add-plan .add-plan-container .yukon-plan.selected .add-plan-description {
  color: #fff;
}
.yukon .add-plan .add-plan-container .yukon-plan.selected .add-plan-details {
  color: #fff;
}
.yukon .add-plan .add-plan-container .callout {
  position: relative;
}
@media screen and (max-width: 768px) {
  .yukon .add-plan .add-plan-container .callout {
    margin-top: 40px;
  }
}
.yukon .add-plan .add-plan-container .callout:before {
  content: "Includes Core Channels";
  width: 100%;
  position: absolute;
  background: #00a9e0;
  border: none;
  top: -42px;
  left: 0;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: white;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  padding-bottom: 8px;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .yukon .add-plan .add-plan-container .callout:before {
    font-size: 11px;
  }
}
.yukon .step-pane .copy-container h1 {
  max-width: none;
}
.yukon .step-pane .plan-builder .flex-container .lines-plan .copy-container {
  display: flex;
  flex-direction: column;
}
.yukon .step-pane .plan-builder .flex-container .lines-plan .select-btn {
  margin-top: auto;
}
.yukon.stepped-component .yukon.stepped-component {
  background-image: none;
}
.yukon .stepped-component .st-step-title {
  justify-content: normal !important;
  font-size: 14px;
}
.yukon.stepped-component .lines-plan {
  display: flex;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .yukon.stepped-component .lines-plan {
    display: block !important;
  }
}

.gci-planbuilder.yukon .container .row div[class*=col-] {
  padding: 0;
}
.gci-planbuilder.yukon .add-package .add-package-container .yukon-package.selected {
  background: #00A5E0;
  color: #fff !important;
}
.gci-planbuilder.yukon .add-package .add-package-container .yukon-package.selected .add-package-title {
  color: #fff !important;
}
.gci-planbuilder.yukon .add-package .add-package-container .yukon-package.selected .included {
  color: #fff !important;
}
.gci-planbuilder.yukon .add-package .add-package-container .yukon-package.selected .add-package-price {
  color: #fff !important;
}
.gci-planbuilder.yukon .add-package .add-package-container .yukon-package.selected .add-package-price .highlight-blue {
  color: #fff !important;
}
.gci-planbuilder.yukon .add-package .add-package-container .yukon-package.selected .add-btn a {
  color: #fff !important;
}
.gci-planbuilder.yukon .add-package .add-package-container .yukon-package.selected .add-btn:after {
  content: url(/-/media/BEAB02D814D44D829022F358C15E6B57.ashx);
  margin-left: 10px;
}
.gci-planbuilder.yukon .add-package .add-package-container .yukon-package {
  width: 100%;
  max-width: 770px;
  background: #fff;
  color: #332E3D;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 112px;
}
.gci-planbuilder.yukon .add-package .add-package-container .yukon-package .package-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
}
.gci-planbuilder.yukon .add-package .add-package-container .yukon-package .package-details .detail-row {
  display: flex;
  align-items: flex-end;
  padding: 5px 0;
}
.gci-planbuilder.yukon .add-package .add-package-container .yukon-package .package-details .detail-row .add-package-title {
  font-weight: bold;
  font-size: 24px;
  color: #332E3D;
  letter-spacing: 0px;
  line-height: 28px;
}
.gci-planbuilder.yukon .add-package .add-package-container .yukon-package .package-details .detail-row .included {
  font-size: 12px;
  color: #312E3B;
  letter-spacing: 0px;
  line-height: 22px;
  text-decoration: underline;
  margin-left: 10px;
}
.gci-planbuilder.yukon .add-package .add-package-container .yukon-package .package-details .detail-row .add-package-price {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.52px;
  line-height: 20px;
}
.gci-planbuilder.yukon .add-package .add-package-container .yukon-package .package-details .detail-row .add-package-price .highlight-blue {
  font-size: 24px;
  color: #00ABEB;
}
.gci-planbuilder.yukon .add-package .add-package-container .yukon-package .add-btn {
  width: 214px;
  border-left: 1px solid #00A5E0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gci-planbuilder.yukon .add-package .add-package-container .yukon-package .add-btn a {
  font-weight: bold;
  font-size: 18px;
  color: #0E9FD5;
  letter-spacing: 0.39px;
  text-align: center;
  line-height: 24px;
}

.yukon .viewing-features-container {
  padding: 0;
}
.yukon .viewing-features-container .viewing-features.plan.selected .features-title .highlight-blue {
  color: #fff;
}
.yukon .viewing-features-container .row {
  margin-bottom: 40px;
}
.yukon .viewing-features-container .viewing-features.plan {
  background: #fff;
  color: #322e3c;
  max-width: 398px;
  height: 310px;
  margin-left: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .yukon .viewing-features-container .viewing-features.plan {
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .yukon .viewing-features-container .viewing-features.plan {
    margin-left: auto !important;
    margin-right: auto;
    max-width: 335px;
    height: 216px;
    padding: 25px 12px 30px;
  }
}
.yukon .viewing-features-container .viewing-features.plan .features-title {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: -0.01px;
}
@media screen and (max-width: 768px) {
  .yukon .viewing-features-container .viewing-features.plan .features-title {
    font-size: 24px;
  }
}
.yukon .viewing-features-container .viewing-features.plan .features-title .highlight-blue {
  color: #00A9E0;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .yukon .viewing-features-container .viewing-features.plan .features-title .highlight-blue {
    font-size: 24px;
  }
}
.yukon .viewing-features-container .viewing-features.plan .features-description {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .yukon .viewing-features-container .viewing-features.plan .features-description {
    font-size: 12px;
  }
}
.yukon .viewing-features-container .viewing-features.plan .features-description ul {
  padding-left: 20px;
  margin-top: 12px;
  margin-bottom: 0;
}
.yukon .viewing-features-container .viewing-features.plan .select-btn a {
  border: 3px solid #0E9FD5;
}
.yukon .viewing-features-container .viewing-features.plan .select-btn.selected a {
  border: none !important;
}

@media screen and (min-width: 1200px) {
  .viewing-features:nth-child(3n+1) {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .viewing-features:nth-child(odd) {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .viewing-features {
    margin-left: 0 !important;
  }
}
.yukon .st-step-subtitle {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  margin: 0 auto 20px;
  text-align: left;
  max-width: 770px;
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .yukon .st-step-subtitle {
    margin-left: -15px;
  }
}
.yukon .add-device .add-device-container .yukon-device.selected {
  background: #00A5E0;
  color: #fff !important;
}
.yukon .add-device .add-device-container .yukon-device.selected .add-device-title {
  color: #fff !important;
}
.yukon .add-device .add-device-container .yukon-device.selected .included {
  color: #fff !important;
}
.yukon .add-device .add-device-container .yukon-device.selected .add-device-price {
  color: #fff !important;
}
.yukon .add-device .add-device-container .yukon-device.selected .add-device-price .highlight-blue {
  color: #fff !important;
}
.yukon .add-device .add-device-container .yukon-device.selected .add-btn a {
  color: #fff !important;
}
.yukon .add-device .add-device-container .yukon-device.selected .add-btn:after {
  content: url(/-/media/BEAB02D814D44D829022F358C15E6B57.ashx);
  margin-left: 10px;
}
.yukon .add-device .add-device-container .yukon-device {
  width: 100%;
  max-width: 770px;
  background: #fff;
  color: #332E3D;
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
  height: 112px;
  cursor: pointer;
}
.yukon .add-device .add-device-container .yukon-device .device-details {
  display: flex;
  flex-direction: row;
  justify-content: left;
  padding-left: 40px;
  align-items: center;
}
.yukon .add-device .add-device-container .yukon-device .device-details .device-icon-container {
  flex-basis: 20%;
}
.yukon .add-device .add-device-container .yukon-device .device-details .device-content-container {
  flex-basis: auto;
}
.yukon .add-device .add-device-container .yukon-device .device-details .detail-row {
  display: flex;
  align-items: flex-end;
  padding: 5px 0;
}
.yukon .add-device .add-device-container .yukon-device .device-details .detail-row .add-device-title {
  font-weight: bold;
  font-size: 24px;
  color: #332E3D;
  letter-spacing: 0px;
  line-height: 28px;
}
@media screen and (max-width: 576px) {
  .yukon .add-device .add-device-container .yukon-device .device-details .detail-row .add-device-title {
    font-size: 15px;
  }
}
.yukon .add-device .add-device-container .yukon-device .device-details .detail-row .included {
  font-size: 12px;
  color: #312E3B;
  letter-spacing: 0px;
  line-height: 22px;
  text-decoration: underline;
  margin-left: 10px;
}
.yukon .add-device .add-device-container .yukon-device .device-details .detail-row .add-device-price {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.52px;
  line-height: 20px;
}
@media screen and (max-width: 576px) {
  .yukon .add-device .add-device-container .yukon-device .device-details .detail-row .add-device-price {
    font-size: 10px;
  }
}
.yukon .add-device .add-device-container .yukon-device .device-details .detail-row .add-device-price .highlight-blue {
  font-size: 24px;
  color: #00ABEB;
}
@media screen and (max-width: 576px) {
  .yukon .add-device .add-device-container .yukon-device .device-details .detail-row .add-device-price .highlight-blue {
    font-size: 18px;
  }
}
.yukon .add-device .add-device-container .yukon-device .device-details img {
  width: 100%;
  height: auto;
}
.yukon .add-device .add-device-container .yukon-device .add-btn {
  width: 214px;
  border-left: 1px solid #00A5E0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yukon .add-device .add-device-container .yukon-device .add-btn:hover {
  background: #00a5e0;
  color: #fff;
  cursor: pointer;
}
.yukon .add-device .add-device-container .yukon-device .add-btn:hover a {
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .yukon .add-device .add-device-container .yukon-device .add-btn {
    width: 94px;
    flex-direction: column-reverse;
  }
}
.yukon .add-device .add-device-container .yukon-device .add-btn a {
  font-weight: bold;
  font-size: 18px;
  color: #0E9FD5;
  letter-spacing: 0.39px;
  text-align: center;
  line-height: 24px;
  border: 0px;
  margin-top: 0;
  width: auto;
  padding: 0;
}
.yukon .add-device .add-device-container .yukon-device .add-btn a:hover {
  background-color: transparent;
}

.yukon .internet-options {
  display: none;
}
.yukon .add-internet .add-internet-container .yukon-internet.selected {
  background: #00A5E0;
  color: #fff !important;
}
.yukon .add-internet .add-internet-container .yukon-internet.selected .add-internet-title {
  color: #fff !important;
}
.yukon .add-internet .add-internet-container .yukon-internet.selected .included {
  color: #fff !important;
}
.yukon .add-internet .add-internet-container .yukon-internet.selected .add-internet-price {
  color: #fff !important;
}
.yukon .add-internet .add-internet-container .yukon-internet.selected .add-internet-price .highlight-blue {
  color: #fff !important;
}
.yukon .add-internet .add-internet-container .yukon-internet.selected .add-btn a {
  color: #fff !important;
}
.yukon .add-internet .add-internet-container .yukon-internet.selected .add-btn:after {
  content: url(/-/media/BEAB02D814D44D829022F358C15E6B57.ashx);
  margin-left: 10px;
}
.yukon .add-internet .add-internet-container .yukon-internet {
  width: 100%;
  max-width: 770px;
  background: #fff;
  color: #332E3D;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 112px;
  margin-bottom: 20px;
}
.yukon .add-internet .add-internet-container .yukon-internet .internet-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
}
.yukon .add-internet .add-internet-container .yukon-internet .internet-details .detail-row {
  display: flex;
  align-items: flex-end;
  padding: 5px 0;
}
.yukon .add-internet .add-internet-container .yukon-internet .internet-details .detail-row .add-internet-title {
  font-weight: bold;
  font-size: 24px;
  color: #332E3D;
  letter-spacing: 0px;
  line-height: 28px;
}
.yukon .add-internet .add-internet-container .yukon-internet .internet-details .detail-row .included {
  font-size: 12px;
  color: #312E3B;
  letter-spacing: 0px;
  line-height: 22px;
  text-decoration: underline;
  margin-left: 10px;
}
.yukon .add-internet .add-internet-container .yukon-internet .internet-details .detail-row .add-internet-price {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.52px;
  line-height: 20px;
}
.yukon .add-internet .add-internet-container .yukon-internet .internet-details .detail-row .add-internet-price .highlight-blue {
  font-size: 24px;
  color: #00ABEB;
}
.yukon .add-internet .add-internet-container .yukon-internet .add-btn {
  width: 214px;
  border-left: 1px solid #00A5E0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yukon .add-internet .add-internet-container .yukon-internet .add-btn a {
  font-weight: bold;
  font-size: 18px;
  color: #0E9FD5;
  letter-spacing: 0.39px;
  text-align: center;
  line-height: 24px;
}

.inline-help-tip {
  position: absolute;
  display: inline-block;
  text-align: center;
  background-color: #BCDBEA;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 26px;
  cursor: default;
  margin: 2px 4px 4px 4px;
}
@media screen and (max-width: 576px) {
  .inline-help-tip {
    width: 16px;
    height: 16px;
    margin: 5px 4px 4px 4px;
    line-height: 17px;
    font-size: 11px;
  }
}
.inline-help-tip:before {
  content: "?";
  font-weight: bold;
  color: #fff;
}
.inline-help-tip:hover p {
  display: block;
  transform-origin: 100% 0%;
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}
.inline-help-tip p {
  /* The tooltip */
  display: none;
  text-align: left;
  background-color: #1E2021;
  padding: 20px;
  width: 300px;
  position: absolute;
  border-radius: 3px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  transform: translateX(-4.5%);
  color: #FFF;
  font-size: 13px;
  line-height: 1.4;
  z-index: 1000;
  margin-top: 1em;
}
@media screen and (max-width: 576px) {
  .inline-help-tip p {
    transform: translateX(-31%);
  }
}
.inline-help-tip p:before {
  /* The pointer of the tooltip */
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #1E2021;
  top: -12px;
}
@media screen and (max-width: 576px) {
  .inline-help-tip p:before {
    left: 31.5%;
  }
}
.inline-help-tip p:after {
  /* Prevents the tooltip from being hidden */
  width: 100%;
  height: 40px;
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
}

/* CSS animation */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 100%;
    transform: scale(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
.gci-planbuilder {
  max-width: 1260px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .gci-planbuilder {
    padding: 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .gci-planbuilder {
    padding: 0px 30px;
  }
}
@media screen and (max-width: 576px) {
  .gci-planbuilder {
    padding: 0px 15px;
  }
}
.gci-planbuilder .container .row.equal-height {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.gci-planbuilder .container .row.equal-height div[class*=col-] .lines-plan {
  height: 100%;
}
.gci-planbuilder .container .row.equal-height div[class*=col-] .data-plan {
  height: 100%;
}
.gci-planbuilder .container .row div[class*=col-] {
  padding: 10px 10px 52px;
}
.gci-planbuilder .container .row div[class*=col-] .lines-plan {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.gci-planbuilder .container .row div[class*=col-] .lines-plan .copy-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.gci-planbuilder .container .row div[class*=col-] .lines-plan .copy-container .select-btn {
  margin-top: auto;
}
.gci-planbuilder .container .row div[class*=col-] .data-plan {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
.gci-planbuilder .container .row div[class*=col-] .data-plan .select-btn {
  margin-top: auto;
}

.gci-planbuilder .authored-content.lines-plan {
  margin-top: 0;
}
.gci-planbuilder .lines-plan {
  color: #312E3B;
  margin-top: 42px;
  padding: 40px 35px;
}
.gci-planbuilder .lines-plan .copy-container div {
  height: auto;
}
.gci-planbuilder .lines-plan .copy-container div.add-lines-callout {
  height: 42px;
}
.gci-planbuilder .lines-plan.plan.selected {
  background: #00A9E0;
  color: #ffffff;
}
.gci-planbuilder .lines-plan.plan.selected .add-lines-price {
  color: #fff;
}
.gci-planbuilder .lines-plan.plan.selected .add-lines-price .highlight-blue {
  color: #fff;
}
.gci-planbuilder .lines-plan.plan.selected .add-lines-description {
  color: #fff;
}
.gci-planbuilder .lines-plan.authored-content {
  height: unset !important;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0.39px;
  line-height: 24px;
  background: transparent;
  border: 2px solid #5F5D6A;
}
.gci-planbuilder .lines-plan.authored-content .add-device-title {
  margin-bottom: 32px;
  width: 70%;
}
.gci-planbuilder .lines-plan.authored-content .select-btn a {
  border: 3px solid #ffffff !important;
  color: #ffffff !important;
}
.gci-planbuilder .lines-plan.authored-content .select-btn.selected a {
  border: none !important;
}
.gci-planbuilder .lines-plan.authored-content.selected {
  background: transparent !important;
}
.gci-planbuilder .data-plan {
  background-color: #ffffff;
  padding: 40px 35px;
  color: #312E3B;
}
.gci-planbuilder .data-plan .add-data-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 38px;
}
.gci-planbuilder .data-plan .add-data-title.selected-item {
  min-height: 50px;
}
.gci-planbuilder .data-plan .add-data-price {
  font-size: 18px;
  font-weight: 600;
  min-height: 50px;
  color: #332E3D;
  letter-spacing: 0.52px;
  line-height: 20px;
}
.gci-planbuilder .data-plan .add-data-title + .add-data-price {
  margin-top: 4px;
}
.gci-planbuilder .data-plan .add-data-title.match-price-style {
  min-height: 50px;
}
.gci-planbuilder .data-plan .add-plan-description {
  margin-top: 10px;
}
.gci-planbuilder .data-plan .add-plan-description ul {
  padding-left: 20px;
}
.gci-planbuilder .data-plan.plan.selected {
  background: #00A9E0;
  color: #ffffff;
}
.gci-planbuilder .data-plan.plan.selected .add-data-price {
  color: #fff;
}
.gci-planbuilder .data-plan.plan.selected .add-data-price .highlight-blue {
  color: #fff;
}

.gci-scroller.yukon-gradient-bg .sc-subtitle {
  margin-bottom: 40px;
}
.gci-scroller.yukon-gradient-bg .container .row.mobile-scroll-wrapper {
  padding-bottom: 50px;
}
.gci-scroller.yukon-gradient-bg .container .row.mobile-scroll-wrapper .slick-dots {
  top: 64px;
}
.gci-scroller.yukon-gradient-bg .container .row.mobile-scroll-wrapper .slick-prev,
.gci-scroller.yukon-gradient-bg .container .row.mobile-scroll-wrapper .slick-next {
  top: 78px;
}
.gci-scroller.yukon-gradient-bg .container .row.mobile-scroll-wrapper .content-block {
  position: relative;
  margin-top: 42px;
}
.gci-scroller.yukon-gradient-bg .container .row.mobile-scroll-wrapper .content-block .sc-slide-callout {
  position: absolute !important;
  top: -42px !important;
  padding: 0 !important;
  display: flex !important;
  background: #00a5e0 !important;
  color: white !important;
  height: 42px !important;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
}
.gci-scroller.yukon-gradient-bg .container .row.mobile-scroll-wrapper .content-block .sc-slide-info .sc-slide-description,
.gci-scroller.yukon-gradient-bg .container .row.mobile-scroll-wrapper .content-block .slide-info .sc-slide-description {
  font-weight: normal;
  font-size: 16px;
}
.gci-scroller.yukon-gradient-bg .container .row.mobile-scroll-wrapper .content-block .sc-slide-info .sc-slide-description a,
.gci-scroller.yukon-gradient-bg .container .row.mobile-scroll-wrapper .content-block .slide-info .sc-slide-description a {
  color: #00A9E0;
}
.gci-scroller.yukon-gradient-bg .container .row.mobile-scroll-wrapper .content-block .cta.more a.default {
  background: transparent;
  color: #00a5e0;
  border: none;
  font-weight: bold;
}
.gci-scroller.yukon-gradient-bg .container .row.mobile-scroll-wrapper .content-block img {
  width: 100% !important;
  height: auto !important;
}
.gci-scroller.yukon-gradient-bg .cta {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.gci-scroller.yukon-gradient-bg .cta a {
  width: auto;
}
.gci-scroller.yukon-gradient-bg .sc-legal {
  text-align: center;
  margin-top: 40px;
}
.gci-scroller.yukon-gradient-bg .sc-legal a {
  color: #ffffff;
  text-decoration: underline;
}

.gci-scroller-testing {
  display: block;
}

.gci-scroller.choose-plan_no-table .sc-slide-title {
  min-height: 95px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 576px) {
  .gci-scroller.choose-plan_no-table .sc-slide-title {
    margin-top: 32px;
    min-height: auto;
  }
}

.gci-scroller.premium-channels .slides .scroller-slide.slide-item-blue {
  background: #00a5e0;
}
.gci-scroller.premium-channels .slides .scroller-slide.slide-item-blue .sc-slide-title, .gci-scroller.premium-channels .slides .scroller-slide.slide-item-blue .sc-slide-subtitle, .gci-scroller.premium-channels .slides .scroller-slide.slide-item-blue .sc-slide-description {
  color: #fff !important;
}
.gci-scroller.premium-channels .slides .scroller-slide.slide-item-blue a {
  color: #fff !important;
}
.gci-scroller.premium-channels .slides .scroller-slide.slide-item-red {
  background: #B71234;
}
.gci-scroller.premium-channels .slides .scroller-slide.slide-item-red .sc-slide-title, .gci-scroller.premium-channels .slides .scroller-slide.slide-item-red .sc-slide-subtitle, .gci-scroller.premium-channels .slides .scroller-slide.slide-item-red .sc-slide-description {
  color: #fff !important;
}
.gci-scroller.premium-channels .slides .scroller-slide.slide-item-red a {
  color: #fff !important;
}
.gci-scroller.premium-channels .slides .scroller-slide .slide-container {
  padding: 0 42px 40px;
}
@media screen and (max-width: 576px) {
  .gci-scroller.premium-channels .slides .scroller-slide .slide-container {
    padding: 0px 20px 38px;
  }
}
@media screen and (max-width: 576px) {
  .gci-scroller.premium-channels .slides .scroller-slide .slide-container .premium-channel {
    margin-top: 52px;
  }
}
.gci-scroller.premium-channels .slides .scroller-slide .slide-container .slide-info {
  padding: 20px 20px 40px 20px;
}
.gci-scroller.premium-channels .slides .scroller-slide .slide-container .slide-info .sc-slide-title {
  font-weight: bold;
  font-size: 28px;
  color: #322E3C;
  letter-spacing: -0.01px;
}
.gci-scroller.premium-channels .slides .scroller-slide .slide-container .slide-info .sc-slide-subtitle {
  margin-bottom: 0;
  font-size: 18px;
}
.gci-scroller.premium-channels .slides .scroller-slide .slide-container .slide-info .sc-slide-subtitle .highlight-blue {
  font-size: 24px;
}

.gci-scroller {
  margin-left: -18px;
  margin-right: -18px;
}
.gci-scroller .content-container {
  max-width: 1260px;
  margin: 0 auto;
}
.gci-scroller .container .row.equal-height {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.gci-scroller .container .row.equal-height div[class*=col-] .content-block {
  height: 100%;
}
.gci-scroller .container .row div[class*=col-] {
  padding: 10px;
}
.gci-scroller .container .row div[class*=col-] .content-block {
  display: flex;
  flex-direction: column;
}
.gci-scroller .container .row div[class*=col-] .content-block div {
  height: auto;
}

.gci-scroller {
  padding: 5%;
}
.gci-scroller .sc-title {
  font-family: "Trailblazer H DemiBold";
  font-size: 32px;
  margin: 0 0 30px;
}
.gci-scroller .mobile-scroll-wrapper .slides {
  margin: 0;
}
.gci-scroller .mobile-scroll-wrapper .content-block {
  padding: 20px;
  background: #ffffff;
  color: #312E3B;
}
.gci-scroller .mobile-scroll-wrapper .content-block .sc-slide-callout {
  font-weight: bold;
  font-size: 1rem;
  color: #B71234;
  display: block;
  text-transform: uppercase;
}
.gci-scroller .mobile-scroll-wrapper .content-block .sc-slide-image {
  width: auto;
  max-width: 100%;
}
.gci-scroller .mobile-scroll-wrapper .content-block .sc-slide-info,
.gci-scroller .mobile-scroll-wrapper .content-block .slide-info {
  width: auto;
  max-width: 100%;
}
.gci-scroller .mobile-scroll-wrapper .content-block .sc-slide-info .sc-slide-title,
.gci-scroller .mobile-scroll-wrapper .content-block .slide-info .sc-slide-title {
  font-weight: bold;
  font-size: 32px;
}
.gci-scroller .mobile-scroll-wrapper .content-block .sc-slide-info .sc-slide-subtitle,
.gci-scroller .mobile-scroll-wrapper .content-block .slide-info .sc-slide-subtitle {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 22px;
}
.gci-scroller .mobile-scroll-wrapper .content-block .sc-slide-info .sc-slide-description,
.gci-scroller .mobile-scroll-wrapper .content-block .slide-info .sc-slide-description {
  min-height: 54px;
}
.gci-scroller .mobile-scroll-wrapper .content-block .add-on {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.35px;
  line-height: 20px;
  margin-bottom: 10px;
}
.gci-scroller .mobile-scroll-wrapper .content-block .sc-slide-description {
  font-size: 14px;
  margin-bottom: 22px;
  color: #312E3B;
  font-weight: 400;
  min-height: 145px;
}
.gci-scroller .mobile-scroll-wrapper .content-block .sc-slide-description img {
  margin-bottom: 5px;
  display: block;
}
.gci-scroller .mobile-scroll-wrapper .content-block .sc-slide-description p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}
.gci-scroller .mobile-scroll-wrapper .content-block .sc-slide-description a {
  color: #312E3B;
  font-weight: lighter;
  text-decoration: underline;
}
.gci-scroller .mobile-scroll-wrapper .content-block .sc-slide-description a:hover {
  text-decoration: none;
}
.gci-scroller .mobile-scroll-wrapper .content-block table {
  margin-bottom: 30px;
}
.gci-scroller .mobile-scroll-wrapper .content-block table tbody tr th {
  padding: 26px 16px 26px 14px;
  border-top: 1px solid #d8d8d8;
}
.gci-scroller .mobile-scroll-wrapper .content-block table tbody tr th:first-child {
  background: #F2F5FA;
  width: 50%;
}
.gci-scroller .mobile-scroll-wrapper .content-block table tbody tr td {
  padding: 26px 16px 26px 14px;
  border-top: 1px solid #d8d8d8;
}
.gci-scroller .mobile-scroll-wrapper .content-block table tbody tr td:first-child {
  background: #F2F5FA;
  width: 50%;
}
.gci-scroller .mobile-scroll-wrapper .content-block table tbody tr:first-child th {
  border-top: none;
}
.gci-scroller .mobile-scroll-wrapper .content-block table tbody tr:first-child td {
  bordr-top: none;
}
.gci-scroller .mobile-scroll-wrapper .content-block .sc-slide-details .sc-slide-summary {
  font-size: 1rem;
  line-height: 1.4rem;
}
.gci-scroller .mobile-scroll-wrapper .content-block .cta {
  margin-top: auto;
}
.gci-scroller .mobile-scroll-wrapper .glacier-blue-bg .content-block {
  background: #00A9E0;
  color: #ffffff;
}
.gci-scroller .mobile-scroll-wrapper .glacier-blue-bg .content-block .sc-slide-callout {
  color: #ffffff;
}
.gci-scroller .mobile-scroll-wrapper .glacier-blue-bg .content-block .slide-info .sc-slide-subtitle .highlight-blue {
  color: #ffffff;
}
.gci-scroller .mobile-scroll-wrapper .glacier-blue-bg .content-block .sc-slide-description {
  color: #ffffff;
}
.gci-scroller .mobile-scroll-wrapper .glacier-blue-bg .content-block .sc-slide-description p {
  color: #ffffff;
}
.gci-scroller .mobile-scroll-wrapper .glacier-blue-bg .content-block .sc-slide-description a {
  color: #ffffff;
}
.gci-scroller .mobile-scroll-wrapper .glacier-blue-bg .content-block table tbody tr th {
  border-top: 1px solid #FFFFFF;
}
.gci-scroller .mobile-scroll-wrapper .glacier-blue-bg .content-block table tbody tr th:first-child {
  background: #0E9FD5;
}
.gci-scroller .mobile-scroll-wrapper .glacier-blue-bg .content-block table tbody tr td {
  border-top: 1px solid #FFFFFF;
}
.gci-scroller .mobile-scroll-wrapper .glacier-blue-bg .content-block table tbody tr td:first-child {
  background: #0E9FD5;
}
.gci-scroller .mobile-scroll-wrapper .glacier-blue-bg .content-block table tbody tr:first-child th {
  border-top: none;
}
.gci-scroller .mobile-scroll-wrapper .glacier-blue-bg .content-block table tbody tr:first-child td {
  border-top: none;
}
.gci-scroller .mobile-scroll-wrapper .red-bg .content-block {
  background: #B71234;
  color: #ffffff;
}
.gci-scroller .mobile-scroll-wrapper .red-bg .content-block .sc-slide-callout {
  color: #ffffff;
}
.gci-scroller .mobile-scroll-wrapper .red-bg .content-block .slide-info .sc-slide-subtitle .highlight-blue {
  color: #ffffff;
}
.gci-scroller .mobile-scroll-wrapper .red-bg .content-block .highlight-blue {
  color: white;
}
.gci-scroller .mobile-scroll-wrapper .red-bg .content-block .sc-slide-description {
  color: #ffffff;
}
.gci-scroller .mobile-scroll-wrapper .red-bg .content-block .sc-slide-description p {
  color: #ffffff;
}
.gci-scroller .mobile-scroll-wrapper .red-bg .content-block .sc-slide-description a {
  color: #ffffff;
}
.gci-scroller .mobile-scroll-wrapper .red-bg .content-block table tbody tr th {
  border-top: 1px solid #FFFFFF;
}
.gci-scroller .mobile-scroll-wrapper .red-bg .content-block table tbody tr th:first-child {
  background: #9A081C;
}
.gci-scroller .mobile-scroll-wrapper .red-bg .content-block table tbody tr td {
  border-top: 1px solid #FFFFFF;
}
.gci-scroller .mobile-scroll-wrapper .red-bg .content-block table tbody tr td:first-child {
  background: #9A081C;
}
.gci-scroller .mobile-scroll-wrapper .red-bg .content-block table tbody tr:first-child th {
  border-top: none;
}
.gci-scroller .mobile-scroll-wrapper .red-bg .content-block table tbody tr:first-child td {
  border-top: none;
}
.gci-scroller .mobile-scroll-wrapper .red-bg .content-block .cta a {
  border: 1px solid #ffffff;
}
.gci-scroller .mobile-scroll-wrapper .red-bg .content-block .cta a:hover {
  background: #ffffff;
  color: #B71234;
}
.gci-scroller.midnight-gradient-bg {
  background-image: linear-gradient(-45deg, #5F5B6D 0%, #312E3B 55%);
  color: #ffffff;
}

.gci-scroller .container .row.mobile-scroll-wrapper .slick-prev, .gci-scroller .container .row.mobile-scroll-wrapper .slick-next {
  top: 40px;
  margin: 0 0 20px;
  z-index: 201;
}
.gci-scroller .container .row.mobile-scroll-wrapper .slick-prev {
  left: 16%;
}
.gci-scroller .container .row.mobile-scroll-wrapper .slick-prev:before {
  content: url(/-/media/scroller-left.svg);
  opacity: 1;
}
.gci-scroller .container .row.mobile-scroll-wrapper .slick-next {
  right: 16%;
}
.gci-scroller .container .row.mobile-scroll-wrapper .slick-next:before {
  content: url(/-/media/scroller-right.svg);
  opacity: 1;
}
.gci-scroller .container .row.mobile-scroll-wrapper .slick-dots {
  top: 28px;
  margin: 0 0 20px;
  z-index: 200;
  height: 20px;
}
.gci-scroller .container .row.mobile-scroll-wrapper .slick-dots li {
  margin: 0px 2px;
}
.gci-scroller .container .row.mobile-scroll-wrapper .slick-dots li.slick-active button {
  background: #312E3B;
}
.gci-scroller .container .row.mobile-scroll-wrapper.red-bg .slick-prev {
  width: 12px;
  height: 16px;
}
.gci-scroller .container .row.mobile-scroll-wrapper.red-bg .slick-prev:before {
  content: url(/-/media/scroller-left-wht.svg);
}
.gci-scroller .container .row.mobile-scroll-wrapper.red-bg .slick-next {
  width: 12px;
  height: 16px;
}
.gci-scroller .container .row.mobile-scroll-wrapper.red-bg .slick-next:before {
  content: url(/-/media/scroller-right-wht.svg);
}
.gci-scroller .container .row.mobile-scroll-wrapper.red-bg .slick-dots li.slick-active button {
  background: #ffffff;
}
.gci-scroller .container .row.mobile-scroll-wrapper .slick-list .slick-slide {
  transform: scale(0.9);
  opacity: 0.5;
  z-index: 1;
  font-size: 1em;
}
.gci-scroller .container .row.mobile-scroll-wrapper .slick-list .slick-slide.slick-current {
  z-index: 2;
  transform: scale(1);
  opacity: 1;
  transition: transform 0.5s ease-out;
}
.gci-scroller .container .row.mobile-scroll-wrapper .slick-list .slick-slide div[class*=col-] {
  padding: 0px;
}
.gci-scroller .container .row.mobile-scroll-wrapper .slick-list .slick-slide div[class*=col-] .content-block {
  padding: 70px 20px 20px;
}
.gci-scroller .container .row.mobile-scroll-wrapper.equal-height .slick-list {
  height: 100%;
}
.gci-scroller .container .row.mobile-scroll-wrapper.equal-height .slick-list .slick-track {
  display: flex;
  height: 100%;
}
.gci-scroller .container .row.mobile-scroll-wrapper.equal-height .slick-list .slick-track .slick-slide {
  height: 100%;
}
.gci-scroller .container .row.mobile-scroll-wrapper.equal-height .slick-list .slick-track .slick-slide div {
  height: 100%;
}
.gci-scroller .container .row.mobile-scroll-wrapper.equal-height .slick-list .slick-track .slick-slide div div[class*=col-] {
  padding: 0px;
  height: 100%;
}
.gci-scroller .container .row.mobile-scroll-wrapper.equal-height .slick-list .slick-track .slick-slide div div[class*=col-] div {
  height: auto;
}

.blend-scroller-background {
  background-attachment: fixed;
}
.blend-scroller-background + .blend-scroller-background {
  padding-top: 0;
}

.yukon-table {
  color: #FFFFFF;
  font-size: 18px;
  max-width: none;
  position: relative;
  padding: 75px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .yukon-table {
    font-size: 10px;
  }
}
.yukon-table:before {
  content: "";
  background-image: linear-gradient(135deg, #00A9E0 0%, #75C6B1 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -3;
}
.yukon-table:after {
  content: "";
  background-image: linear-gradient(141deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -2;
}
.yukon-table .table-component_tb-title {
  font-size: 32px;
  letter-spacing: 0.7px;
  line-height: 40px;
  margin-left: 90px;
  margin-right: 90px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .yukon-table .table-component_tb-title {
    font-size: 24px;
    letter-spacing: 0.52px;
    line-height: 28px;
    margin-left: 17px;
  }
}
.yukon-table .table-component_tb-subtitle {
  font-size: 18px;
  letter-spacing: 0.39px;
  line-height: 24px;
  margin-left: 90px;
  margin-right: 90px;
}
@media screen and (max-width: 768px) {
  .yukon-table .table-component_tb-subtitle {
    font-size: 16px;
    letter-spacing: 0.35px;
    line-height: 28px;
    margin-left: 17px;
  }
}
.yukon-table table {
  margin: 40px 90px 0;
}
@media screen and (min-width: 992px) {
  .yukon-table table {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .yukon-table table {
    margin-top: 20px;
    margin-left: 0;
  }
}
.yukon-table table .table-component_row {
  position: relative;
  border: none !important;
}
.yukon-table table .table-component_row:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 80px;
  margin-left: 18px;
  z-index: 1;
}
@media screen and (min-width: 1260px) {
  .yukon-table table .table-component_row:before {
    width: 93%;
    margin-left: -20px;
    height: 100px;
  }
}
@media screen and (min-width: 768px) {
  .yukon-table table .table-component_row:before {
    height: 100px;
  }
}
.yukon-table table .table-component_row:last-child:before {
  border-bottom: none;
}
.yukon-table table .table-component_row:last-child th {
  border-bottom: none;
}
.yukon-table table .table-component_row:last-child td {
  border-bottom: none;
}
.yukon-table table .table-component_row .table-component_row_header_tb-title {
  font-weight: bold;
  line-height: 20px;
  padding-left: 0.75rem;
}
.yukon-table table .table-component_row th {
  vertical-align: middle;
  border-top: none;
  border-bottom: 1px solid #fff;
}
.yukon-table table .table-component_row td {
  min-width: 189px;
  max-width: 189px;
  vertical-align: middle;
  border-top: none;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .yukon-table table .table-component_row td {
    min-width: 75px;
    max-width: 75px;
  }
}
.yukon-table table .table-component_row .table-component_row_header {
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .yukon-table table .table-component_row .table-component_row_header {
    padding: 20px 15px;
  }
}
.yukon-table table .table-component_row .table-component_row_data {
  padding-left: 0;
}
.yukon-table table .table-component_row .table-component_row_data img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .yukon-table table .table-component_row .table-component_row_data {
    padding-left: 20px;
  }
  .yukon-table table .table-component_row .table-component_row_data img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: small) {
  .yukon-table table .table-component_row .table-component_row_data {
    padding-left: 20px;
  }
  .yukon-table table .table-component_row .table-component_row_data img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .yukon-table table .table-component_row:nth-child(2) td:first-child {
    padding-right: 30px;
  }
}
.yukon-table .sticky-col {
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .yukon-table .sticky-col {
    position: sticky !important;
  }
}
.yukon-table .column-red {
  position: relative;
  box-shadow: none;
  background-color: transparent !important;
}
.yukon-table .column-red:before {
  content: "";
  background-color: #B71234 !important;
  position: absolute;
  width: 360px;
  height: 103%;
  left: -53px;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .yukon-table .column-red:before {
    width: 105px;
    left: 0px;
    box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.5);
  }
}
.yukon-table .first-col {
  min-width: 360px !important;
  max-width: 360px !important;
  padding: 0;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .yukon-table .first-col {
    min-width: 113px !important;
    max-width: 113px !important;
    padding-left: 20px !important;
  }
}
.yukon-table .first-col .table-component_row_header_tb-title,
.yukon-table .first-col .table-component_row_data {
  max-width: 270px;
  padding-left: 0 !important;
}
.yukon-table .table-component_container {
  margin: 52px 90px;
}
@media screen and (max-width: 768px) {
  .yukon-table .table-component_container {
    margin: 52px 20px;
  }
}
.yukon-table .fc-cta {
  text-align: center;
}
.yukon-table .fc-cta .small-button {
  width: 20%;
}

.yukon-table .table-component_data:nth-child(3n),
.yukon-table .table-component_row_header:nth-child(3n) {
  background-color: transparent;
}

@media print {
  body {
    -webkit-print-color-adjust: exact !important;
  }

  .componentContainer {
    display: none;
  }

  .printhide {
    display: none;
  }

  .channel-lineup > .row {
    display: none;
  }

  .channel-table th {
    top: revert !important;
    background-color: revert !important;
    color: #312e3b !important;
  }

  .footer {
    display: none;
  }

  .bg-gcired {
    display: none !important;
  }

  .search-filter-sort {
    display: none !important;
  }
}
.CoveoSearchbox .magic-box {
  z-index: unset !important;
}

.coveo-tab-section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  list-style-type: none;
  margin: 0 10px;
  padding: 0;
}

.CoveoSearchInterface .coveo-search-section {
  max-width: 1200px !important;
  margin: 15px auto 0 !important;
}

.CoveoSearchButton {
  background: #0e9fd5;
  padding: 16px !important;
  width: 80px !important;
  height: 50px !important;
}
.CoveoSearchButton:before {
  content: "Search" !important;
  color: #fff !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 0 25px !important;
}
.CoveoSearchButton .coveo-search-button {
  display: none !important;
}

.coveo-search-button-loading {
  display: none !important;
}

.CoveoSearchbox .magic-box {
  border: thin solid #ccc;
  border-radius: 0;
  margin-right: 10px;
}

.coveo-facet-header-settings-section {
  z-index: 10;
}

.coveo-facet-header-settings {
  display: none !important;
}

.CoveoFacet, .CoveoTimespanFacet {
  height: auto !important;
  overflow: hidden !important;
  transition: height 0.25s ease-in-out !important;
  border: 0 !important;
  cursor: pointer !important;
  border: none !important;
  margin: 0 0 5px !important;
}

.CoveoFacet.active {
  height: 32px !important;
}

.CoveoTimespanFacet {
  margin: 0;
  border: 0;
}
.CoveoTimespanFacet.active {
  height: 32px !important;
}
.CoveoTimespanFacet .CoveoFacetRange {
  margin: 0;
  border: 0;
}

.site-search .coveo-facet-header {
  border-bottom: 2px solid #ccc !important;
}

.coveo-facet-header {
  background: none !important;
  padding: 0 !important;
}
.coveo-facet-header:after {
  content: "" !important;
  background-image: url("data:image/svg+xml  base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGFyaWEtaGlkZGVuPSJ0cnVlIiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtY2hldnJvbi1yaWdodCBmYS13LTEwIGZhLXhzIiBkYXRhLWljb249ImNoZXZyb24tcmlnaHQiIGRhdGEtcHJlZml4PSJmYXMiIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCBmaWxsPSIjQ0NDQ0NDIiBkPSJNMjg1LjQ3NiAyNzIuOTcxTDkxLjEzMiA0NjcuMzE0Yy05LjM3MyA5LjM3My0yNC41NjkgOS4zNzMtMzMuOTQxIDBsLTIyLjY2Ny0yMi42NjdjLTkuMzU3LTkuMzU3LTkuMzc1LTI0LjUyMi0uMDQtMzMuOTAxTDE4OC41MDUgMjU2IDM0LjQ4NCAxMDEuMjU1Yy05LjMzNS05LjM3OS05LjMxNy0yNC41NDQuMDQtMzMuOTAxbDIyLjY2Ny0yMi42NjdjOS4zNzMtOS4zNzMgMjQuNTY5LTkuMzczIDMzLjk0MSAwTDI4NS40NzUgMjM5LjAzYzkuMzczIDkuMzcyIDkuMzczIDI0LjU2OC4wMDEgMzMuOTQxeiIvPjwvc3ZnPgo=") !important;
  width: 15px !important;
  height: 24px !important;
  right: 5px !important;
  top: 3px !important;
  position: relative !important;
  transform: rotate(90deg) !important;
}

.CoveoFacet.active .coveo-facet-header:after, .CoveoTimespanFacet.active .coveo-facet-header:after {
  background-image: url("data:image/svg+xml  base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGFyaWEtaGlkZGVuPSJ0cnVlIiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtY2hldnJvbi1yaWdodCBmYS13LTEwIGZhLXhzIiBkYXRhLWljb249ImNoZXZyb24tcmlnaHQiIGRhdGEtcHJlZml4PSJmYXMiIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCBmaWxsPSIjQ0NDQ0NDIiBkPSJNMjg1LjQ3NiAyNzIuOTcxTDkxLjEzMiA0NjcuMzE0Yy05LjM3MyA5LjM3My0yNC41NjkgOS4zNzMtMzMuOTQxIDBsLTIyLjY2Ny0yMi42NjdjLTkuMzU3LTkuMzU3LTkuMzc1LTI0LjUyMi0uMDQtMzMuOTAxTDE4OC41MDUgMjU2IDM0LjQ4NCAxMDEuMjU1Yy05LjMzNS05LjM3OS05LjMxNy0yNC41NDQuMDQtMzMuOTAxbDIyLjY2Ny0yMi42NjdjOS4zNzMtOS4zNzMgMjQuNTY5LTkuMzczIDMzLjk0MSAwTDI4NS40NzUgMjM5LjAzYzkuMzczIDkuMzcyIDkuMzczIDI0LjU2OC4wMDEgMzMuOTQxeiIvPjwvc3ZnPgo=") !important;
  width: 15px !important;
  height: 24px !important;
  right: 3px !important;
  position: relative !important;
  transform: rotate(0) !important;
}

.coveo-facet-value-label {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.coveo-facet-header-title {
  color: #000 !important;
  font-size: 18px !important;
}

.coveo-facet-value-count {
  order: 2;
}
.coveo-facet-value-count:before {
  content: "(";
}
.coveo-facet-value-count:after {
  content: ")";
}

.coveo-facet-value-caption {
  order: 1;
}

/* RESULTS AREA */
.coveo-card-action-bar-arrow-container, .CoveoCardActionBar {
  display: none;
}

.coveo-card-layout.CoveoResult {
  margin-bottom: 10px;
  margin-right: 10px;
  border: 1px solid #ccc;
  text-align: center;
}
.coveo-card-layout.CoveoResult.coveo-clickable:hover {
  box-shadow: 0 2px 5px 2px rgba(37, 39, 31, 0.1);
  border-color: #ddd;
}

.coveo-card-layout-container {
  margin-right: -5px;
}

.CoveoResultList[data-layout=list] {
  margin-bottom: 15px !important;
}
.CoveoResultList[data-layout=list] .coveo-result-title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.CoveoResultList[data-layout=list] .coveo-result-title img {
  width: 100%;
  margin: 0 30px 0 0;
  height: 100%;
  max-width: 60px;
}
.CoveoResultList[data-layout=list] .coveo-result-title > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.CoveoResultList[data-layout=list] .coveo-result-title > div .search-title {
  text-align: left;
}

.coveo-results-per-page-list-item.coveo-accessible-button, .coveo-pager-list-item.coveo-accessible-button {
  border-bottom: thin solid #bcc3ca !important;
}

.coveo-pager-next.coveo-accessible-button, .coveo-pager-previous.coveo-accessible-button {
  border-bottom: 0 !important;
}

.coveo-pager-list li:first-of-type {
  margin-left: 0 !important;
}

.coveo-pager-list-item, .coveo-results-per-page-list-item {
  color: #ccc;
}

.coveo-pager-list-item.coveo-active {
  color: #004990 !important;
  background-color: #ccc !important;
}
.coveo-pager-list-item:hover {
  color: #004990 !important;
  background-color: transparent !important;
  text-decoration: none !important;
}

.coveo-results-per-page-list-item:hover {
  color: #004990 !important;
  background-color: transparent !important;
  text-decoration: none !important;
}

.coveo-pager-list-item.coveo-active a, .coveo-pager-list-item:hover a {
  color: #004990 !important;
}

.coveo-results-per-page-list-item-text.coveo-active a, .coveo-results-per-page-list-item-text:hover {
  color: #004990 !important;
}

.coveo-pager-next, .coveo-pager-previous, .coveo-pager-next-icon-svg, .coveo-pager-previous-icon-svg {
  color: #ccc !important;
}

.coveo-results-per-page-list-item.coveo-active {
  color: #004990 !important;
  background-color: #ccc !important;
  text-decoration: none !important;
}
.coveo-results-per-page-list-item.coveo-active a {
  color: #004990 !important;
}
.coveo-results-per-page-list-item:hover a {
  color: #004990 !important;
}

.coveo-icon.objecttype.coveo-small {
  background-image: none;
  content: attr(title);
  color: #666;
  width: 100px;
  height: 30px;
}

.coveo-result-list .coveo-result-frame {
  text-align: center;
}

.coveo-result-frame img {
  max-width: 50%;
  width: 100%;
  height: auto;
  margin: 30px auto 15px;
}

/* clean up */
.coveo-result-title, .search-manufacturer {
  color: #d9d9d9;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.coveo-result-frame > div:nth-child(3) > div:nth-child(1), .CoveoQueryDuration {
  display: none !important;
}

.coveo-result-frame > div:nth-child(3) > div:nth-child(2) {
  padding-left: 0 !important;
  text-align: center !important;
}
.coveo-result-frame > div:nth-child(3) > div:nth-child(2) a {
  color: #000 !important;
  font-size: 22px !important;
  text-align: center;
  text-decoration: none !important;
  text-transform: none !important;
}

.search-title a {
  color: #000 !important;
  font-size: 22px !important;
  text-align: center;
  text-decoration: none !important;
  text-transform: none !important;
}

.coveo-facet-value-label-wrapper {
  display: flex !important;
  font-weight: normal;
}

.coveo-facet-value {
  padding: 0 !important;
}
.coveo-facet-value .coveo-facet-value-checkbox {
  margin-right: 10px;
}

.coveo-results-header {
  box-shadow: none !important;
}

.coveo-summary-section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.coveo-result-layout-section {
  /*display: none !important   */
}

.CoveoResultList {
  margin-bottom: 0 !important;
}

/* .coveo-result-layout-selector,
 * *.coveo-result-layout-selector:nth-of-type(1) {
 * *  display: none  
 * *} */
/* clean up */
.CoveoExcerpt, .search-teaser {
  color: #999999;
  margin-top: 5px;
  text-transform: none;
}

.coveo-clickable {
  /* color: #50bae7   */
}

.CoveoQuerySummary {
  color: #999;
}
.CoveoQuerySummary span {
  color: #999;
}

.CoveoText[data-value=Date], .CoveoText[data-value=Description], .CoveoText[data-value=Modified], .CoveoText[data-value=Author], .CoveoText[data-value=From], .CoveoText[data-value=To], .CoveoText[data-field=Modified] {
  display: none !important;
}

.CoveoPrintableUri {
  display: none !important;
}

.CoveoFieldValue[data-field*=date], .CoveoFieldValue[data-field*=author], .CoveoFieldValue[data-field*=liboardshorttitle] {
  display: none !important;
}

.CoveoChatterPostedBy, .CoveoLogo {
  display: none !important;
}

.CoveoPager {
  margin-left: 0 !important;
}

.CoveoSort.coveo-selected {
  border-bottom: 2px solid #e00011 !important;
  color: #000 !important;
  margin-right: 0 !important;
}
.CoveoSort.coveo-selected:hover {
  border-bottom: 2px solid #e00011 !important;
  color: #000 !important;
  margin-right: 0 !important;
}
.CoveoSort.coveo-accessible-button {
  border-bottom: 2px solid transparent !important;
}

.coveo-result-layout-section .coveo-result-layout-selector {
  border-bottom: 2px solid transparent !important;
}

.coveo-facet-value.coveo-selected .coveo-facet-value-caption {
  font-weight: bold;
}

.CoveoSort.coveo-selected, .coveo-result-layout-section .coveo-selected {
  border-bottom: 2px solid #e00011 !important;
  color: #000 !important;
  margin-right: 10px;
}
.CoveoSort.coveo-selected:hover, .coveo-result-layout-section .coveo-selected:hover {
  border-bottom: 2px solid #e00011 !important;
  color: #000 !important;
  margin-right: 10px;
}

.coveo-accessible-button {
  /* border-bottom: 2px solid #ccc   */
  border-bottom: 0 !important;
  color: #999 !important;
  padding: 5px !important;
  height: auto !important;
  margin-left: 10px !important;
  margin-right: 0 !important;
}

.CoveoSort.coveo-selected {
  margin-left: 10px !important;
  margin-right: 0 !important;
}
.CoveoSort.coveo-selected:hover {
  margin-left: 10px !important;
  margin-right: 0 !important;
}

.coveo-facet-header-eraser {
  margin-right: 10px !important;
}

.coveo-sort-section {
  margin-right: 5px;
}

.CoveoSort.coveo-sort-icon-descending-svg, .coveo-sort-icon-ascending-svg {
  color: #999 !important;
}

.CoveoSort.coveo-selected .coveo-sort-icon-descending-svg, .CoveoSort.coveo-selected .coveo-sort-icon-ascending-svg {
  color: #999 !important;
}

.coveo-sort-icon-descending-svg, .coveo-sort-icon-ascending-svg {
  width: 10px;
  height: 6px;
  color: #999 !important;
}

/* clean up */
.search-startingprice {
  color: #313a45;
  text-transform: none;
}

.CoveoText span:nth-of-type(2), .search-startingprice span {
  color: #50bae7;
}

.CoveoSearchbox .CoveoSearchButton {
  border: 0;
}

.CoveoSearchInterface.coveo-small-facets .coveo-facet-dropdown-header {
  color: #ccc;
  padding: 10px;
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
}
.CoveoSearchInterface.coveo-small-facets .coveo-facet-dropdown-header:after {
  content: "";
  background-image: url("data:image/svg+xml  base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGFyaWEtaGlkZGVuPSJ0cnVlIiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtY2hldnJvbi1yaWdodCBmYS13LTEwIGZhLXhzIiBkYXRhLWljb249ImNoZXZyb24tcmlnaHQiIGRhdGEtcHJlZml4PSJmYXMiIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCBmaWxsPSIjQ0NDQ0NDIiBkPSJNMjg1LjQ3NiAyNzIuOTcxTDkxLjEzMiA0NjcuMzE0Yy05LjM3MyA5LjM3My0yNC41NjkgOS4zNzMtMzMuOTQxIDBsLTIyLjY2Ny0yMi42NjdjLTkuMzU3LTkuMzU3LTkuMzc1LTI0LjUyMi0uMDQtMzMuOTAxTDE4OC41MDUgMjU2IDM0LjQ4NCAxMDEuMjU1Yy05LjMzNS05LjM3OS05LjMxNy0yNC41NDQuMDQtMzMuOTAxbDIyLjY2Ny0yMi42NjdjOS4zNzMtOS4zNzMgMjQuNTY5LTkuMzczIDMzLjk0MSAwTDI4NS40NzUgMjM5LjAzYzkuMzczIDkuMzcyIDkuMzczIDI0LjU2OC4wMDEgMzMuOTQxeiIvPjwvc3ZnPgo=");
  width: 13px;
  height: 20px;
  left: 5px;
  top: -1px;
  position: relative;
  transform: rotate(0deg);
  display: inline-block;
}
.CoveoSearchInterface .coveo-facet-column {
  margin-top: 50px;
}

.coveo-tab-section {
  background: none !important;
  border: 0 !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  list-style-type: none;
  margin: 30px 0 0 !important;
  padding: 0;
}

.CoveoTab * {
  display: inline-block;
  vertical-align: middle;
  line-height: 1 !important;
  margin: 0;
}

.coveo-tab-section .CoveoTab {
  border-bottom: 4px solid transparent !important;
  padding: 10px 15px;
  padding-bottom: 5px !important;
  color: #000;
  border-bottom: 4px solid transparent;
  font-size: 18px;
  text-decoration: none;
  padding-bottom: 5px;
  padding: 10px 15px 5px 0;
  text-transform: uppercase;
}
.coveo-tab-section .CoveoTab.coveo-selected {
  border-bottom: 4px solid #e00011 !important;
}
.coveo-tab-section .CoveoTab.active {
  border-bottom: 4px solid #e00011;
}
.coveo-tab-section .CoveoTab p {
  color: #000 !important;
}

@media screen and (max-width: 800px) {
  .CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content {
    left: -6px !important;
    padding: 15px;
    background: #fff;
  }
  .CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoFacet {
    margin-bottom: 15px;
  }

  .coveo-facet-more-icon-svg, .coveo-facet-less-icon-svg {
    width: 10px;
    height: 6px;
    color: #999;
  }

  .CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoFacet .coveo-facet-header, .CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoFacetRange .coveo-facet-header {
    border-top: 0;
  }
  .CoveoSearchInterface .coveo-results-column {
    padding: 0;
  }

  .coveo-card-layout-container {
    margin: 0;
  }

  .coveo-card-layout.CoveoResult {
    margin-right: 0;
  }

  .coveo-results-header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .coveo-result-frame img {
    max-width: 100%;
  }
}
.coveo-facet-dropdown-header.coveo-accessible-button {
  border: 0;
  padding: 5px;
  height: 25px;
}

.magic-box-clear {
  padding: 0 !important;
}

.CoveoSearchInterface {
  min-height: 100%;
  position: relative;
  margin: 0;
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif, sans-serif !important;
  font-size: 15px;
  color: #313a45;
}

.coveo-facet-more.coveo-accessible-button, .coveo-facet-less.coveo-accessible-button {
  padding: 0 !important;
}

.coveo-facet-more .coveo-facet-more-icon, .coveo-facet-less .coveo-facet-less-icon {
  top: 0 !important;
}

.coveo-facet-more-icon-svg, .coveo-facet-less-icon-svg {
  color: #cccccc !important;
}

.CoveoSearchInterface.coveo-small-facets .coveo-facet-dropdown-header {
  padding: 5px 10px 10px !important;
}

@media screen and (max-width: 830px) {
  .CoveoSearchInterface.coveo-small-facets .coveo-facet-dropdown-header {
    border: thin solid #bcc3ca !important;
    margin-right: 10px !important;
  }
  .CoveoSearchInterface.coveo-small-facets .coveo-facet-dropdown-header:after {
    top: 5px !important;
    right: 5px !important;
  }

  .coveo-small-tabs .CoveoTab.coveo-selected p, .coveo-small-tabs .CoveoTab.coveo-selected:hover p {
    border-bottom: 0 !important;
  }

  .CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content {
    padding: 10px !important;
  }
  .CoveoSearchInterface.coveo-small-tabs .coveo-tab-section > a:last-of-type, .CoveoSearchInterface.coveo-small-facets .coveo-tab-section > a:last-of-type, .CoveoSearchInterface.coveo-small-recommendation .coveo-tab-section > a:last-of-type {
    border-bottom: 2px solid transparent !important;
  }
}
@media (max-width: 480px) {
  .CoveoSearchInterface .CoveoSearchbox {
    margin-right: 0 !important;
  }
}
.CoveoSearchbox {
  position: relative;
}
.CoveoSearchbox .magic-box {
  z-index: 1;
}

.curated-links {
  background: #fff;
  border: 1px solid #f0f0f0;
  width: 91%;
  min-width: 320px;
  padding: 5px 10px;
  height: auto;
  /* min-height: 30px   */
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  /* top: -30px   */
  opacity: 0;
  transition: top 0.25s cubic-bezier(0.125, 0.05, 0.125, 1), opacity 0.25s cubic-bezier(0.125, 0.05, 0.125, 0.5);
  z-index: 0;
}
.curated-links.active {
  display: flex;
  opacity: 1;
  top: 0;
}
.curated-links h4 {
  font-size: 15px;
  font-weight: bold;
  margin: 0 30px 0 0;
  padding: 0;
}
.curated-links ul {
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.curated-links li {
  line-height: 1;
  margin: 0 15px 0 0;
  padding: 5px;
}

@media screen and (max-width: 767px) {
  .curated-links {
    flex-direction: column;
    align-items: flex-start;
  }
}
html.stop-scroll {
  height: 100%;
}

.stop-scroll {
  overflow: hidden;
}

.super-hero {
  position: relative;
  height: 100%;
}
.super-hero .super-hero-content {
  z-index: 9999;
  height: -webkit-fill-available;
}
.super-hero .super-hero-content .copy-container {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  max-width: 470px;
  margin-left: 10%;
}
.super-hero .super-hero-content .copy-container .title {
  margin-bottom: 0 !important;
  color: #000;
}
.super-hero .super-hero-content .copy-container .subtitle {
  margin-top: 20px !important;
  margin-bottom: 0;
  color: #000;
}
.super-hero .super-hero-content .copy-container .description {
  margin-top: 20px !important;
  margin-bottom: 0;
  color: #000;
}
.super-hero .super-hero-content .super-hero-video iframe {
  width: 100%;
  height: 56vw;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  min-height: 100vh;
}
.super-hero .super-hero-content .super-hero-video iframe.vertical {
  width: 100%;
  min-width: unset;
  height: 100%;
  min-height: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.super-hero .super-hero-content .cta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.super-hero .super-hero-content .cta a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.43px;
  margin-top: 0 !important;
  display: flex;
  justify-content: center;
}
.super-hero .super-hero-content .cta .cta-text {
  position: absolute;
  padding-top: 132px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  width: auto;
  color: #B71234 !important;
}
.super-hero .super-hero-content .cta:hover .cta-text {
  position: relative;
}
.super-hero .super-hero-content .cta:hover .cta-text:after {
  content: "";
  border-bottom: 2px solid #B71234;
  width: 100%;
  display: block;
  bottom: -5px;
  position: absolute;
}
.super-hero .super-hero-content .ctatwo a:hover {
  width: 129px;
  height: 65px;
}
.super-hero .super-hero-content .ctatwo {
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 9999;
}
.super-hero .super-hero-content .ctatwo a {
  background: #B71234;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.43px;
  width: 113px;
  height: 57px;
  border-top-left-radius: 110px;
  border-top-right-radius: 110px;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  justify-content: flex-end;
}

.smoothClick.ctathree {
  background-image: linear-gradient(136deg, #B71234 15%, #B71234 17%, #FFCB08 100%);
  width: 100%;
  text-align: center;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.smoothClick.ctathree a {
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.38px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.smoothClick.ctathree:hover a {
  position: relative;
  width: auto;
}
.smoothClick.ctathree:hover a:after {
  content: "";
  border-bottom: 2px solid #fff;
  width: 100%;
  position: absolute;
  bottom: -2px;
}

/*Super Hero Header Clone Styling*/
.super-hero-header {
  z-index: 9999;
}
.super-hero-header .d-lg-flex {
  display: none !important;
}
.super-hero-header .main-menu .nav-menus nav {
  background-color: transparent !important;
}
.super-hero-header .main-menu .nav-menus nav .nav-logo-mobile {
  display: inline-block !important;
}
.super-hero-header .main-menu .nav-menus nav .nav-logo-mobile a img {
  height: 44px;
}
.super-hero-header .main-menu .nav-menus nav .navbar-toggler {
  display: block !important;
}
.super-hero-header .main-menu .nav-menus nav .nav-my.d-lg-none {
  display: block !important;
}
.super-hero-header .main-menu .nav-menus nav .nav-wrap {
  background-color: #FFF !important;
}
.super-hero-header .main-menu .nav-menus nav .nav-wrap .navbar-nav .nav-link i.d-lg-none {
  display: inline-block !important;
}
.super-hero-header .main-menu .nav-menus .main-link {
  margin-top: 2px;
  font-size: 16px;
  color: #312E3B;
  font-weight: 500;
  background-color: #F2F5FA;
  text-align: right;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}
.super-hero-header .main-menu .mega-dropdown .simple-dropdown-menu.show {
  width: 100%;
  position: static;
  margin: 0;
}
.super-hero-header .main-menu .mega-dropdown .simple-dropdown-menu.show .nav-link {
  text-align: right;
  padding-left: 30px;
  padding-right: 30px;
}
.super-hero-header .navbar-collapse .quick-links-dropdown {
  display: none !important;
}
.super-hero-header .navbar-collapse.show {
  background: #fff;
}

/* Superhero Small Button Styling */
.super-hero .small-button {
  background: transparent;
  border: none;
}

/* Styling SVG */
.super-hero #demo {
  max-height: unset;
  max-width: unset;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.super-hero #gradientBorder {
  max-height: unset;
  max-width: unset;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#action {
  padding: 10px;
  font-size: 0.875em;
  cursor: pointer;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#goAway {
  opacity: 0.1;
}

@media screen and (max-width: 1399px) {
  .super-hero .super-hero-content .copy-container {
    max-width: 400px;
  }
}
@media screen and (max-width: 1199px) {
  .super-hero .super-hero-content .copy-container {
    transform: translate(-50%, -50%);
    top: 25%;
    position: absolute;
    left: 50%;
    text-align: center;
    margin-left: unset;
    max-width: unset;
    width: 100%;
  }
  .super-hero .super-hero-content .copy-container .subtitle {
    margin-top: 5px !important;
  }
}
@media screen and (max-width: 599px) {
  .super-hero .super-hero-content {
    display: flex;
    justify-content: center;
    align-items: start;
    text-align: center;
  }
  .super-hero .super-hero-content .copy-container {
    transform: unset;
    top: 79px;
    position: absolute;
    left: unset;
    text-align: unset;
    margin-left: unset;
    max-width: unset;
  }
}
.pdp-new {
  font-style: normal;
  letter-spacing: 0.02em;
  margin-top: 20px;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 992px) {
  .pdp-new {
    margin: 20px 20px 0;
  }
}
.pdp-new .loading-please-wait {
  text-align: center;
}
.pdp-new .see-devices {
  margin-left: 134px;
  margin-bottom: 75px;
}
@media screen and (max-width: 992px) {
  .pdp-new .see-devices {
    margin-left: 0;
  }
}
.pdp-new .see-devices .cta {
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .pdp-new .see-devices .cta {
    display: flex;
    justify-content: center;
  }
}
.pdp-new .see-devices .cta a {
  width: 294px;
  height: 61px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: lighter;
}
@media screen and (max-width: 992px) {
  .pdp-new .see-devices .cta a {
    width: 315px;
  }
}
@media screen and (max-width: 768px) {
  .pdp-new .see-devices .cta a {
    justify-content: center;
  }
}
.pdp-new .see-devices .cta a:before {
  content: url(/-/media/stepped-back-arrow.svg);
  margin-bottom: -4px;
  margin-right: 10px;
}
.pdp-new .carousel-devices .carousel-indicators {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin: 0;
  list-style: none;
  top: 8px;
}
.pdp-new .carousel-devices .carousel-indicators .active {
  opacity: 1;
  transform: scale(1.3);
}
.pdp-new .carousel-devices .carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin-right: 14px;
  margin-left: 14px;
  text-indent: -999px;
  cursor: pointer;
  line-height: 17px;
  background-color: lightgray;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.pdp-new .carousel-devices .carousel-indicators li.active {
  color: #272e44;
  background-color: #272e44;
}
.pdp-new .device-overview {
  max-width: 940px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 576px) {
  .pdp-new .device-overview {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.pdp-new .device-overview .carousel-devices .carousel-inner {
  text-align: center;
  min-height: 390px;
  max-height: 450px;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .pdp-new .device-overview .carousel-devices .carousel-inner {
    min-height: 259px;
  }
}
.pdp-new .device-overview .carousel-devices .carousel-inner .carousel-item {
  transition: none;
}
.pdp-new .device-overview .carousel-devices .carousel-inner .carousel-item img {
  width: auto;
  max-height: 390px;
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  .pdp-new .device-overview .carousel-devices .carousel-inner .carousel-item img {
    min-height: 259px;
    max-height: 259px;
  }
}
.pdp-new .device-overview .carousel-devices .carousel-control-indicators {
  position: relative;
  justify-content: center;
  display: block;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.pdp-new .device-overview .carousel-devices .carousel-control-next,
.pdp-new .device-overview .carousel-devices .carousel-control-prev {
  position: relative;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: inline-block;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  font-size: 22px;
}
@media screen and (max-width: 991.98px) {
  .pdp-new .device-overview .carousel-devices .carousel-control-next,
.pdp-new .device-overview .carousel-devices .carousel-control-prev {
    position: unset;
    display: unset;
    font-size: 12px;
    top: unset;
  }
}
.pdp-new .device-overview .carousel-devices .carousel-control-prev-icon,
.pdp-new .device-overview .carousel-devices .carousel-control-next-icon {
  background-image: url("");
}
.pdp-new .device-overview .carousel-devices .carousel-control-prev-icon i,
.pdp-new .device-overview .carousel-devices .carousel-control-next-icon i {
  color: black;
}
.pdp-new .device-overview .item-details > div {
  border-bottom: 1px solid #ddd;
  margin: 5px 0 34px 0;
  padding-bottom: 34px;
}
.pdp-new .device-overview .item-details > div:first-child {
  margin-top: 0px;
  padding-bottom: 25px;
}
.pdp-new .device-overview .item-details > div:nth-last-child(-n+6) {
  border-bottom: none;
}
.pdp-new .device-overview .item-details button span {
  display: block;
  position: relative;
}
.pdp-new .device-overview .item-details button span:first-child {
  display: inline-block;
}
.pdp-new .device-overview .device-title {
  position: relative;
}
.pdp-new .device-overview .device-title .device-manufacturer {
  text-transform: uppercase;
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #00A9E0;
  letter-spacing: 3.6px;
  line-height: 24px;
}
@media screen and (max-width: 992px) {
  .pdp-new .device-overview .device-title .device-manufacturer {
    font-size: 16px;
  }
}
.pdp-new .device-overview .device-title .device-name {
  font-family: "Gotham", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: bold;
  font-size: 36px;
  color: #312E3B;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0 0 15px 0;
  max-width: none;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .pdp-new .device-overview .device-title .device-name {
    font-size: 24px;
  }
}
.pdp-new .device-overview .device-title .trade-in a {
  font-weight: bold;
  font-size: 16px;
  color: #B71234;
  letter-spacing: 0.5px;
  line-height: 15px;
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .pdp-new .device-overview .device-title .trade-in a {
    font-size: 14px;
  }
}
.pdp-new .device-overview .device-title:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
}
.pdp-new .device-overview .device-color-container .device-color {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.pdp-new .device-overview .device-color-container .device-color button.device-color-option {
  height: 117px;
  width: 108px;
  background-color: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
  margin: 2px;
}
@media screen and (max-width: 992px) {
  .pdp-new .device-overview .device-color-container .device-color button.device-color-option {
    height: 117px;
    width: 48%;
  }
}
.pdp-new .device-overview .device-color-container .device-color button.device-color-option .btn.btn-circle {
  width: 38px;
  height: 37px;
  padding: 6px 0;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857;
  border: none;
  box-shadow: none;
}
.pdp-new .device-overview .device-color-container .device-color button.device-color-option .color-text {
  font-size: 14px;
  color: #312E3B;
  letter-spacing: 0;
  text-align: center;
  line-height: 16px;
  margin-top: 8px;
  overflow-wrap: break-word;
}
.pdp-new .device-overview .device-color-container .device-color button.device-color-option.active {
  background-color: #F2F5FA;
  border: 2px solid #312E3B;
}
.pdp-new .device-overview .device-color-container .device-color button.device-color-option.active .color-text {
  font-weight: bold;
  font-size: 14px;
  color: #312E3B;
  letter-spacing: 0;
  text-align: center;
  line-height: 16px;
}
.pdp-new .device-overview .device-storage-container,
.pdp-new .device-overview .device-payment-container {
  background: transparent;
  width: 100%;
}
.pdp-new .device-overview #storage-buttons,
.pdp-new .device-overview #payment-buttons,
.pdp-new .device-overview #device-protection,
.pdp-new .device-overview #device-surcharge-buttons {
  border-radius: 0;
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pdp-new .device-overview #storage-buttons {
  justify-content: flex-start;
}
.pdp-new .device-overview .slider-item:nth-child(odd) {
  margin-right: 4px;
}
.pdp-new .device-overview .slider-item:nth-child(even) {
  margin-left: 4px;
}
.pdp-new .device-overview .slider-item {
  border-radius: 0;
  width: 48%;
  height: 77px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #312E3B;
  letter-spacing: 0;
  text-align: center;
  line-height: 16px;
  border: 1px solid #DDDDDD;
  font-size: 16px;
  cursor: pointer;
}
.pdp-new .device-overview .slider-item.active {
  background: #F2F5FA;
  border: 2px solid #312E3B;
  font-weight: bold;
  transition: none;
}
.pdp-new .device-overview .device-storage .device-payment-alert,
.pdp-new .device-overview .device-payment-opt .device-payment-alert {
  margin-top: 10px;
  font-style: italic;
  font-size: 10px;
  color: #312E3B;
  letter-spacing: 0;
  line-height: 13px;
}
@media screen and (max-width: 992px) {
  .pdp-new .device-overview .device-storage .device-payment-alert,
.pdp-new .device-overview .device-payment-opt .device-payment-alert {
    font-size: 12px;
  }
}
.pdp-new .device-overview .device-storage .device-payment-alert span,
.pdp-new .device-overview .device-payment-opt .device-payment-alert span {
  display: inline;
}
.pdp-new .device-overview .device-storage .device-payment-alert p,
.pdp-new .device-overview .device-payment-opt .device-payment-alert p {
  padding: 0px;
  margin: 0;
  font-style: inherit;
  font-size: inherit;
}
.pdp-new .device-overview .device-protection-span,
.pdp-new .device-overview .device-surcharge-span,
.pdp-new .device-overview .device-storage-span,
.pdp-new .device-overview .device-color-span,
.pdp-new .device-overview .device-payment-span {
  font-size: 16px;
  font-weight: 700;
  color: #312E3B;
}
.pdp-new .device-overview .device-protection-span span,
.pdp-new .device-overview .device-surcharge-span span,
.pdp-new .device-overview .device-storage-span span,
.pdp-new .device-overview .device-color-span span,
.pdp-new .device-overview .device-payment-span span {
  font-weight: 400;
}
.pdp-new .device-overview .protect-device-container .device-protection-item {
  width: 48%;
}
.pdp-new .device-overview .protect-device-container .device-protection-item .slider-item.active {
  background: #F2F5FA;
  border: 2px solid #312E3B;
  font-weight: bold;
  transition: none;
}
.pdp-new .device-overview .protect-device-container .device-protection-item .slider-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pdp-new .device-overview .protect-device-container .device-protection-item a {
  font-weight: bold;
  font-size: 14px;
  color: #00A9E0;
  letter-spacing: 0.44px;
  line-height: inherit;
  text-decoration: underline;
}
.pdp-new .device-overview .device-surcharge-container .device-surcharge-item {
  width: 48%;
}
.pdp-new .device-overview .device-surcharge-container .device-surcharge-item .slider-item.active {
  background: #F2F5FA;
  border: 2px solid #312E3B;
  font-weight: bold;
  transition: none;
}
.pdp-new .device-overview .device-surcharge-container .device-surcharge-item .slider-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pdp-new .device-overview .device-surcharge-container .device-surcharge-item a {
  font-weight: bold;
  font-size: 14px;
  color: #00A9E0;
  letter-spacing: 0.44px;
  line-height: inherit;
  text-decoration: underline;
}
.pdp-new .device-overview #payment-buttons .slider-item,
.pdp-new .device-overview #device-protection .slider-item,
.pdp-new .device-overview #device-surcharge-buttons .slider-item {
  height: 77px;
  margin: 0 0 10px 0;
}
.pdp-new .device-overview .small-button {
  font-size: 16px;
  width: 295px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .pdp-new .device-overview .small-button {
    width: 100%;
  }
}
.pdp-new .feature-spec-container {
  background-color: #F2F5FA;
  margin-right: -18px;
  margin-left: -18px;
  padding: 94px;
}
@media screen and (max-width: 992px) {
  .pdp-new .feature-spec-container {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .pdp-new .feature-spec-container {
    padding: 20px;
    margin-left: -15px;
    margin-right: -23px;
  }
}
@media screen and (max-width: 576px) {
  .pdp-new .feature-spec-container {
    padding: 20px 0;
  }
}
.pdp-new .feature-spec-container .feature-spec .interactive-tour a {
  font-size: 13px;
}
.pdp-new .feature-spec-container .feature-spec .interactive-tour img {
  padding-right: 10px;
}
@media screen and (max-width: 992px) {
  .pdp-new .feature-spec-container .feature-spec {
    margin-bottom: 48px;
  }
}
.pdp-new .feature-spec-container .feature-spec .alert-device-info .description {
  max-width: 512px;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 14px;
  color: #312E3B;
  letter-spacing: 0;
  line-height: 18px;
}
.pdp-new .feature-spec-container .feature-spec .alert-device-info .description p {
  margin-bottom: 15px;
}
.pdp-new .feature-spec-container .title {
  font-weight: bold;
  font-size: 16px;
  color: #00A9E0;
  letter-spacing: 0;
  border-bottom: 1px solid #312E3B;
  padding-bottom: 10px;
  margin-bottom: 34px;
}
.pdp-new .feature-spec-container .feature,
.pdp-new .feature-spec-container .spec,
.pdp-new .feature-spec-container .overview {
  margin: 0;
}
@media screen and (max-width: 991.98px) {
  .pdp-new .feature-spec-container .feature {
    margin-top: 30px;
  }
}
.pdp-new .feature-spec-container .feature .icon {
  margin-bottom: 5px;
  margin-top: 5px;
  min-width: 65px;
}
@media screen and (max-width: 768px) {
  .pdp-new .feature-spec-container .feature .icon {
    min-width: 45px;
  }
}
.pdp-new .feature-spec-container .feature .icon img {
  max-width: 64px;
  width: 100% !important;
  height: auto !important;
}
@media screen and (max-width: 768px) {
  .pdp-new .feature-spec-container .feature .icon img {
    max-width: 45px;
  }
}
.pdp-new .feature-spec-container .spec {
  display: block;
}
.pdp-new .feature-spec-container .spec .title {
  display: block;
  padding-top: 6px;
  position: relative;
}
.pdp-new .feature-spec-container .spec .subtitle {
  font-weight: bold;
  font-size: 14px;
  color: #312E3B;
  letter-spacing: 0;
  line-height: 23px;
}
.pdp-new .feature-spec-container .spec .description {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  color: #312E3B;
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom: 5px;
  max-width: 260px;
  position: relative;
}
.pdp-new .feature-spec-container .spec .feature-item {
  min-width: 137px;
}
@media screen and (max-width: 992px) {
  .pdp-new .feature-spec-container .spec .feature-item {
    margin: 0 -15px;
  }
}
.pdp-new .feature-spec-container .overview .product-image {
  margin-bottom: 8px;
}
.pdp-new .feature-spec-container .overview .product-image img {
  max-width: 101px;
  max-height: 140px;
}
.pdp-new .feature-spec-container .overview .product-title {
  font-weight: 400;
  font-size: 24px;
  color: #00A9E0;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 12px;
  max-width: 490px;
}
.pdp-new .feature-spec-container .feature .feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 992px) {
  .pdp-new .feature-spec-container .feature .feature-item {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.pdp-new .feature-spec-container .feature .feature-item .details {
  font-size: 14px;
  color: #312E3B;
  letter-spacing: 0;
  line-height: 18px;
  padding-left: 15px;
}
.pdp-new .feature-spec-container .feature .feature-item .details .subtitle {
  font-weight: bold;
}
.pdp-new .feature-spec-container .feature .feature-item .details .description {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 5px;
  max-width: 260px;
}
.pdp-new .learn-more-container .learn-more-panel {
  background: none;
  padding: 94px;
  margin-right: -18px;
  margin-left: -18px;
}
@media screen and (max-width: 992px) {
  .pdp-new .learn-more-container .learn-more-panel {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pdp-new .learn-more-container .learn-more-panel {
    padding: 20px;
  }
}
@media screen and (max-width: 576px) {
  .pdp-new .learn-more-container .learn-more-panel {
    padding: 20px 0;
  }
}
.pdp-new .learn-more-container .learn-more-panel:nth-child(even) {
  background-color: #f2f5fa;
}
.pdp-new .learn-more-container .learn-more-panel .section-title {
  font-size: 32px;
  color: #312E3B;
  letter-spacing: 0.7px;
  line-height: 40px;
}
.pdp-new .learn-more-container .learn-more-panel .title {
  font-weight: bold;
  font-size: 16px;
  color: #00A9E0;
  letter-spacing: 0;
  border-bottom: 1px solid #312E3B;
  padding-bottom: 10px;
  margin-bottom: 30px;
  margin-top: 25px;
}
.pdp-new .learn-more-container .learn-more-panel .description {
  font-size: 14px;
  color: #312E3B;
  letter-spacing: 0;
  line-height: 18px;
}
@media screen and (max-width: 992px) {
  .pdp-new .learn-more-container .learn-more-panel .description {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
  }
}
.pdp-new .learn-more-container .learn-more-panel span {
  font-size: 14px;
  font-weight: bold;
  color: #312E3B;
}
.pdp-new .learn-more-container .learn-more-panel ul {
  margin-top: 0;
  margin-bottom: 15px;
}
.pdp-new .learn-more-container .learn-more-panel ul li {
  color: #312E3B;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}
.pdp-new .learn-more-container .learn-more-panel ul li:before {
  color: #312E3B;
}
.pdp-new .learn-more-container .learn-more-panel p {
  margin-bottom: 15px;
  font-size: 14px;
  color: #312E3B;
  letter-spacing: 0;
  line-height: 18px;
}
@media screen and (max-width: 992px) {
  .pdp-new .learn-more-container .learn-more-panel p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
  }
}
.pdp-new .carousel-item.active,
.pdp-new .carousel-item-next,
.pdp-new .carousel-item-prev {
  transition: none;
}
@media screen and (max-width: 991.98px) {
  .pdp-new .carousel-devices .carousel-indicators {
    align-items: center;
    inset: 9px 0px 0px;
  }
  .pdp-new .carousel-devices .carousel-indicators .active {
    transform: none;
    height: 8px;
    width: 8px;
  }
  .pdp-new .carousel-devices .carousel-indicators li {
    width: 5px;
    height: 5px;
    margin-right: 6px;
    margin-left: 6px;
  }
}
.pdp-new .device-storage .device-storage-container .slider-item {
  height: 84px;
  flex-wrap: wrap;
  margin: 0 5px 10px 0;
  max-width: 145px;
}
@media screen and (max-width: 992px) {
  .pdp-new .device-storage .device-storage-container .slider-item {
    max-width: unset;
  }
}
.pdp-new .hidden {
  display: none;
}

.pdp-new .device-overview .item-details #low-no-inventory-container {
  padding: 0;
  margin: 0;
  margin-top: -24px;
}
.pdp-new .device-overview .item-details .cta.available.disabled a {
  background: var(--Scale-Middle-Gray, linear-gradient(0deg, #BDBFC6 0%, #BDBFC6 100%), #BBBDC0);
  border-radius: 4px;
  border: none;
  pointer-events: none;
}
.pdp-new .device-overview .item-details .availablity-wrapper .availablity-button {
  width: 100%;
  display: flex;
  background: none;
  column-gap: 14px;
  justify-content: space-between;
  align-items: center;
  color: #312e3b;
  font-family: "Gotham";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding: 0;
  padding-bottom: 8px;
  border: none;
  border-bottom: 1px solid #bbbdc0;
  cursor: pointer;
  transition: 300ms;
  outline: none;
}
.pdp-new .device-overview .item-details .availablity-wrapper .availablity-button:focus-visible {
  outline: 1px solid;
}
.pdp-new .device-overview .item-details .availablity-wrapper.active .availablity-button {
  border-bottom: 0px solid rgba(0, 0, 0, 0);
  padding-bottom: 0px;
}
.pdp-new .device-overview .item-details .availablity-wrapper .arrow-down {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #f2f5fa;
  transition: 300ms;
}
.pdp-new .device-overview .item-details .availablity-wrapper.active .arrow-down {
  transform: rotateZ(-180deg);
}
.pdp-new .device-overview .item-details .availablity-wrapper .content-wrapper {
  display: flex;
  opacity: 0;
  visibility: hidden;
  row-gap: 16px;
  flex-direction: column;
  margin-top: 16px;
  transition: 300ms;
  max-height: 0;
}
.pdp-new .device-overview .item-details .availablity-wrapper.active .content-wrapper {
  opacity: 1;
  visibility: visible;
  max-height: 2000px;
}
.pdp-new .device-overview .item-details .availablity-wrapper .content-wrapper .location-wrapper {
  display: flex;
  column-gap: 8px;
}
.pdp-new .device-overview .item-details .availablity-wrapper .content-wrapper .location-wrapper .location-icon {
  display: flex;
}
.pdp-new .device-overview .item-details .availablity-wrapper .content-wrapper .location-wrapper .location-detail {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 4px;
}
.pdp-new .device-overview .item-details .availablity-wrapper .content-wrapper .location-wrapper .location-text {
  color: #2f2d2e;
  font-family: "Gotham";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.pdp-new .device-overview .item-details .availablity-wrapper .content-wrapper .location-wrapper .location-text .location-bold {
  font-family: "Gotham";
  font-weight: 700;
}
.pdp-new .device-overview .item-details .availablity-wrapper .linkstyle {
  color: #00a9e0;
  font-family: "Gotham";
  text-decoration-line: underline;
}
.pdp-new .device-overview .item-details .availablity-wrapper .content-wrapper .location-wrapper .location-link {
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18.8px;
  outline: none;
}
.pdp-new .device-overview .item-details .availablity-wrapper .content-wrapper .location-wrapper .location-link:focus-visible {
  outline: 1px solid;
}
.pdp-new .device-overview .item-details .availablity-wrapper .content-wrapper .location-list {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.pdp-new .device-overview .item-details .availablity-wrapper .content-wrapper .location-list .list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 16px;
  padding: 8px 0;
  border-bottom: 1px solid var(--Scale-Middle-Gray, #bbbdc0);
}
.pdp-new .device-overview .item-details .availablity-wrapper .content-wrapper .location-list .list-item .list-item-city {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.pdp-new .device-overview .item-details .availablity-wrapper .content-wrapper .location-list .list-item .list-item-availablity {
  color: #312e3b;
  font-family: "Gotham";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  width: 140px;
  flex: none;
}
.pdp-new .device-overview .item-details .availablity-wrapper .content-wrapper .inventory-description {
  color: #2f2d2e;
  font-family: "Gotham";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.42px;
}
.pdp-new .device-overview .item-details .not-sold-inventory {
  color: #312e3b;
  font-family: "Gotham";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  display: none;
  margin-top: -24px;
}
.pdp-new .device-overview .item-details .not-sold-inventory.show {
  display: block;
}
.pdp-new .device-overview .item-details span#online-availibility-label {
  color: #312e3b;
  font-family: "Gotham";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .pdp-new .device-overview .item-details .availablity-wrapper .content-wrapper .location-list .list-item .list-item-availablity {
    width: 123px;
  }
}
#mini-cart {
  padding: 39px 135px 0;
  margin: 50px auto 0;
  min-height: 100px;
  z-index: 0;
}
#mini-cart .title-container {
  display: flex;
  justify-content: space-between;
  max-width: 1260px;
  margin: 0 auto;
}
#mini-cart .title-container > div {
  display: flex;
  align-items: center;
}
#mini-cart .title-container img {
  margin-right: 10px;
  margin-top: -3px;
}
#mini-cart .title {
  font-weight: bold;
  font-size: 24px;
  color: #312E3B;
  letter-spacing: 0.52px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  #mini-cart .title {
    font-size: 18px;
    letter-spacing: 0.39px;
  }
}
#mini-cart .toggler {
  cursor: pointer;
}
#mini-cart .toggler img {
  margin: 0;
  width: 28px;
}
@media screen and (max-width: 768px) {
  #mini-cart .toggler img {
    width: 20px;
  }
}
#mini-cart #devicesInCart.hide {
  display: none;
}
#mini-cart #devicesInCart.show {
  display: block;
}
#mini-cart .devices-in-cart {
  padding: 44px 0 42px;
  max-width: 1260px;
  margin: 0 auto;
}
#mini-cart .devices-in-cart .cart-item-container {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
#mini-cart .devices-in-cart .cart-item-container .device-image {
  height: 117px;
}
#mini-cart .devices-in-cart .cart-item-container .device-image img {
  width: auto;
  height: 100%;
}
#mini-cart .devices-in-cart .cart-item-container .device-name {
  font-weight: bold;
  font-size: 12px;
  color: #312E3B;
  letter-spacing: 0;
  text-align: center;
  line-height: 16px;
  margin-top: 10px;
  max-width: 150px;
}
#mini-cart .devices-in-cart .cart-item-container .edit-remove {
  font-weight: bold;
  font-size: 12px;
  color: #312E3B;
  letter-spacing: 0;
  text-align: center;
  line-height: 16px;
}
#mini-cart.experience-editor .title {
  color: #00A9E0;
}
#mini-cart .slick-prev,
#mini-cart .slick-next {
  z-index: 9999;
  top: 35%;
}
#mini-cart .slick-prev {
  left: -32px;
}
#mini-cart .slick-next {
  right: -20px;
}
#mini-cart .slick-prev:before {
  content: url(/-/media/Images/GCI/Icons/scroller-prev.svg);
}
#mini-cart .slick-next:before {
  content: url(/-/media/Images/GCI/Icons/scroller-next.svg);
}
#mini-cart .slick-prev.slick-disabled:before,
#mini-cart .slick-next.slick-disabled:before {
  opacity: 0;
}
#mini-cart .slick-track {
  margin-left: unset;
  margin-right: unset;
}

.separator {
  margin-bottom: 30px;
}
.separator:after {
  content: "";
  border-bottom: 1px solid #312E3B;
  width: 100%;
  display: block;
}

@media screen and (max-width: 576px) {
  #mini-cart {
    padding: 32px 25px 0;
    min-height: 80px;
  }
  #mini-cart .device-image {
    height: 87px;
  }
  #mini-cart .device-image img {
    width: auto;
    height: 100%;
  }
  #mini-cart .slick-prev {
    left: -15px;
  }
  #mini-cart .slick-next {
    right: -5px;
  }
}
.gci-scroller .container .row.equal-height.mobile-scroll-wrapper .content-block .copy-container.slide-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.gci-scroller .container .row.equal-height.mobile-scroll-wrapper .content-block .hub-table {
  font-size: 14px;
  margin-top: 0;
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .gci-scroller .container .row.equal-height.mobile-scroll-wrapper .content-block .hub-table {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.gci-scroller .container .row.equal-height.mobile-scroll-wrapper .content-block .hub-table td {
  max-width: unset;
  min-width: unset;
  width: unset;
}
.gci-scroller .container .row.equal-height.mobile-scroll-wrapper .content-block .hub-table .overflow {
  overflow-x: hidden;
  overflow-y: hidden;
}
.gci-scroller .container .row.equal-height.mobile-scroll-wrapper .content-block .hub-table table {
  width: 100%;
  margin-top: 0;
}
.gci-scroller .container .row.equal-height.mobile-scroll-wrapper .content-block .hub-table table p {
  margin-bottom: 0;
}
.gci-scroller .container .row.equal-height.mobile-scroll-wrapper .content-block .hub-table table tr {
  height: unset;
}
.gci-scroller .container .row.equal-height.mobile-scroll-wrapper .content-block .hub-table table tr:after {
  content: none;
}
.gci-scroller .container .row.equal-height.mobile-scroll-wrapper .content-block .hub-table table .table .first-col {
  min-width: unset;
  max-width: unset;
}
.gci-scroller .container .row.equal-height.mobile-scroll-wrapper .content-block .hub-table table .table div {
  width: unset;
  padding: 0;
}
.gci-scroller .container .row.equal-height.mobile-scroll-wrapper .content-block .hub-table table .table div:before {
  content: none;
}
.gci-scroller .container .row.equal-height.mobile-scroll-wrapper .content-block .hub-table table .table .second-col {
  font-size: 13px;
  width: 50%;
}
.gci-scroller .container .row.equal-height.mobile-scroll-wrapper .content-block .hub-table table .table .second-col div {
  text-align: center;
}
.gci-scroller .container .row.equal-height.mobile-scroll-wrapper .content-block .hub-table table .table .cta.more {
  margin-bottom: 0 !important;
}
.gci-scroller .container .row.equal-height.mobile-scroll-wrapper .content-block .hub-table table .table .bg-red table .first-col {
  color: #fff !important;
  background-color: #9A081C !important;
}
.gci-scroller .container .row.equal-height.mobile-scroll-wrapper .content-block .hub-table table .table .bg-red table .first-col div {
  width: unset;
  padding: 0;
}
.gci-scroller .container .row.equal-height.mobile-scroll-wrapper .content-block .hub-table table .table .bg-red table .second-col {
  color: #fff !important;
}
.gci-scroller .container .row.equal-height.mobile-scroll-wrapper .content-block .hub-table table .table .bg-red table .cta.more .small-button {
  border: 2px solid #fff;
}
.gci-scroller .container .row.equal-height.mobile-scroll-wrapper .content-block .hub-table table .table .bg-red table .slide-item-blue table .first-col {
  color: #fff !important;
  background-color: #0091D5 !important;
}
.gci-scroller .container .row.equal-height.mobile-scroll-wrapper .content-block .hub-table table .table .bg-red table div {
  width: unset;
  padding: 0;
}
.gci-scroller .container .row.equal-height.mobile-scroll-wrapper .content-block .hub-table table .table .bg-red table .second-col {
  color: #fff !important;
}

.gci-scroller table .table-component_row_header_tb-title {
  font-weight: normal;
}
.gci-scroller table th,
.gci-scroller table td {
  vertical-align: middle;
}
.gci-scroller table .second-col {
  font-weight: bold;
}
.gci-scroller table .second-col .table-component_row_header_tb-title {
  font-weight: bold;
}

.gci-planbuilder.plus-mobile-lines .callout {
  background-image: linear-gradient(270deg, #D18100 0%, #B71234 100%);
  height: 42px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.gci-planbuilder.plus-mobile-lines .callout p {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .gci-planbuilder.plus-mobile-lines .callout p {
    font-size: 11px;
    text-align: center;
    line-height: 16px;
    max-width: 180px;
    margin: 0;
  }
}
.gci-planbuilder.plus-mobile-lines .gci-plus-accordion.disabled .add-subtract {
  display: none;
}
.gci-planbuilder.plus-mobile-lines .gci-plus-accordion.disabled .price {
  display: none;
}
.gci-planbuilder.plus-mobile-lines .gci-plus-accordion {
  margin-bottom: 20px;
  padding: 0;
}
.gci-planbuilder.plus-mobile-lines .gci-plus-accordion .content-block {
  background: #fff;
}
.gci-planbuilder.plus-mobile-lines .gci-plus-accordion .title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 50px 38px;
}
@media screen and (max-width: 768px) {
  .gci-planbuilder.plus-mobile-lines .gci-plus-accordion .title-container {
    padding: 25px 20px 20px;
  }
}
.gci-planbuilder.plus-mobile-lines .gci-plus-accordion .title-container .left {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .gci-planbuilder.plus-mobile-lines .gci-plus-accordion .title-container .left {
    flex-direction: column;
  }
}
.gci-planbuilder.plus-mobile-lines .gci-plus-accordion .title-container .left .title {
  font-weight: bold;
  font-size: 32px;
  color: #322E3C;
  letter-spacing: -0.01px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .gci-planbuilder.plus-mobile-lines .gci-plus-accordion .title-container .left .title {
    font-size: 24px;
    letter-spacing: 0px;
  }
}
.gci-planbuilder.plus-mobile-lines .gci-plus-accordion .title-container .left .price {
  font-weight: bold;
  color: #322E3C;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 20px;
}
.gci-planbuilder.plus-mobile-lines .gci-plus-accordion .title-container .right .add-subtract {
  color: #000;
  margin: 0 !important;
  padding: 0;
}
.gci-planbuilder.plus-mobile-lines .gci-plus-accordion .title-container .right .add-subtract .minus:after {
  content: url(/-/media/Images/GCI/Icons/GCI_Minus-01.svg);
  width: 100%;
  cursor: pointer;
}
.gci-planbuilder.plus-mobile-lines .gci-plus-accordion .title-container .right .add-subtract .current-count {
  font-weight: bold;
  font-size: 32px !important;
  color: #312E3B;
  letter-spacing: -0.01px;
  width: 66px;
  text-align: center;
  cursor: default;
}
.gci-planbuilder.plus-mobile-lines .gci-plus-accordion .title-container .right .add-subtract .minus,
.gci-planbuilder.plus-mobile-lines .gci-plus-accordion .title-container .right .add-subtract .plus {
  height: 52px;
  width: 52px;
  border-radius: 50%;
  position: relative;
  background: #F2F5FA;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .gci-planbuilder.plus-mobile-lines .gci-plus-accordion .title-container .right .add-subtract .minus,
.gci-planbuilder.plus-mobile-lines .gci-plus-accordion .title-container .right .add-subtract .plus {
    height: 42px;
    width: 42px;
  }
}
.gci-planbuilder.plus-mobile-lines .gci-plus-accordion .title-container .right .add-subtract .plus {
  align-items: center;
}
.gci-planbuilder.plus-mobile-lines .gci-plus-accordion .title-container .right .add-subtract .minus:after,
.gci-planbuilder.plus-mobile-lines .gci-plus-accordion .title-container .right .add-subtract .plus:after {
  font-size: 36px;
  font-weight: 600;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .gci-planbuilder.plus-mobile-lines .gci-plus-accordion .title-container .right .add-subtract .minus:after,
.gci-planbuilder.plus-mobile-lines .gci-plus-accordion .title-container .right .add-subtract .plus:after {
    font-size: 34px !important;
  }
}
.gci-planbuilder.plus-mobile-lines .gci-plus-accordion.active-accordion .title-container .add-subtract {
  color: #000;
  margin: 0 !important;
  padding: 0;
}
.gci-planbuilder.plus-mobile-lines .gci-plus-accordion.active-accordion .title-container .add-subtract .current-count {
  color: #00A9E0;
}
.gci-planbuilder.plus-mobile-lines .separator {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .gci-planbuilder.plus-mobile-lines .separator {
    margin-left: 0;
    margin-right: 0;
  }
}
.gci-planbuilder.plus-mobile-lines .separator:after {
  border-bottom: 1px solid #ddd;
}
.gci-planbuilder.plus-mobile-lines .content-container {
  display: flex;
  flex-direction: column;
  padding: 0px 50px 15px;
}
@media screen and (max-width: 768px) {
  .gci-planbuilder.plus-mobile-lines .content-container {
    padding: 0px 20px 15px;
  }
}
.gci-planbuilder.plus-mobile-lines .content-container .cta {
  display: flex;
  align-self: flex-end;
}
.gci-planbuilder.plus-mobile-lines .content-container .cta .details {
  font-weight: bold;
  font-size: 14px;
  color: #312E3B;
  letter-spacing: 0.44px;
  line-height: 14px;
}
.gci-planbuilder.plus-mobile-lines .content-container .cta .button-with-chevron-up {
  color: #312E3B !important;
  display: flex;
  padding: 0;
  margin: 0;
}
.gci-planbuilder.plus-mobile-lines .content-container .cta .button-with-chevron-up:before {
  order: 2;
  padding-right: 10px;
  transform: rotate(180deg);
}
.gci-planbuilder.plus-mobile-lines .content-container .cta .button-with-chevron-up.rotate-arrow:before {
  padding-left: 10px;
  padding-right: 0px;
  transform: none;
}
.gci-planbuilder.plus-mobile-lines .content-container .content {
  margin-top: 30px;
  color: #312E3B;
  letter-spacing: 0px;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .gci-planbuilder.plus-mobile-lines .content-container .content {
    margin-top: 25px;
  }
}
.gci-planbuilder.plus-mobile-lines .content-container .content .split-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .gci-planbuilder.plus-mobile-lines .content-container .content .split-container {
    align-items: flex-start;
    margin-bottom: 5px;
  }
}
.gci-planbuilder.plus-mobile-lines .content-container .content .left {
  height: 82px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .gci-planbuilder.plus-mobile-lines .content-container .content .left {
    height: 58px;
    margin-bottom: 30px;
  }
}
.gci-planbuilder.plus-mobile-lines .content-container .content .subtitle {
  font-weight: bold;
  font-size: 18px;
}
.gci-planbuilder.plus-mobile-lines .content-container .content .description {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .gci-planbuilder.plus-mobile-lines .content-container .content .right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .gci-planbuilder.plus-mobile-lines .content-container .content table {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .gci-planbuilder.plus-mobile-lines .content-container .content table .table-component_row {
    width: 100%;
  }
}
.gci-planbuilder.plus-mobile-lines .content-container .content table .table-component_row_header {
  width: 258px;
  height: 74px;
  background-color: #F2F5FA;
  font-weight: bold;
  font-size: 12px;
  color: #312E3B;
  letter-spacing: 0px;
  line-height: 18px;
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .gci-planbuilder.plus-mobile-lines .content-container .content table .table-component_row_header {
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 100px;
    padding: 0 15px;
  }
}
.gci-planbuilder.plus-mobile-lines .content-container .content table .table-component_row_header:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  border-right: 1px solid #ddd;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .gci-planbuilder.plus-mobile-lines .content-container .content table .table-component_row_header:after {
    top: 0;
    right: 0;
    border-bottom: 1px solid #ddd;
    bottom: 0;
    left: 15px;
    border-right: none;
  }
}
.gci-planbuilder.plus-mobile-lines .content-container .content table .table-component_row_header p {
  max-width: 218px;
  margin: 0;
}
.gci-planbuilder.plus-mobile-lines .content-container .content table .table-component_row_header:last-child:after {
  content: none;
}
.gci-planbuilder.plus-mobile-lines .content-container .content table .table-component_data {
  position: relative;
}
@media screen and (max-width: 768px) {
  .gci-planbuilder.plus-mobile-lines .content-container .content table .table-component_data {
    min-height: 100px;
    display: flex;
    align-items: center;
    min-width: 140px;
  }
}
.gci-planbuilder.plus-mobile-lines .content-container .content table .table-component_data:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  border-right: 1px solid #ddd;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .gci-planbuilder.plus-mobile-lines .content-container .content table .table-component_data:after {
    top: 0;
    right: 0;
    border-bottom: 1px solid #ddd;
    bottom: 0;
    left: 0;
    border-right: none;
  }
}
.gci-planbuilder.plus-mobile-lines .content-container .content table .table-component_data .table-component_row_data {
  font-size: 12px;
  color: #312E3B;
  letter-spacing: 0px;
  line-height: 18px;
  padding: 20px 20px 0;
  height: 72px;
}
@media screen and (max-width: 768px) {
  .gci-planbuilder.plus-mobile-lines .content-container .content table .table-component_data .table-component_row_data {
    padding: 0 15px 0;
    display: flex;
    align-items: center;
  }
}
.gci-planbuilder.plus-mobile-lines .content-container .content table .table-component_data .table-component_row_data p {
  margin: 0;
}
.gci-planbuilder.plus-mobile-lines .content-container .content table .table-component_data:last-child:after {
  content: none;
}
.gci-planbuilder.plus-mobile-lines .content-disabled {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0px;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .gci-planbuilder.plus-mobile-lines .content-disabled {
    font-size: 13px;
  }
}
.gci-planbuilder.plus-mobile-lines .content-disabled a {
  color: #00A9E0;
  font-weight: bold;
}
.gci-planbuilder.plus-mobile-lines .closed-text {
  color: white;
  margin-bottom: 2em;
}
.gci-planbuilder .single-item-center {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .stepped-component .plus-mobile-lines .split-container {
    flex-direction: column;
  }
  .stepped-component .plus-mobile-lines table tbody {
    display: flex;
  }
  .stepped-component .plus-mobile-lines table tbody .table-component_row {
    display: flex;
    flex-direction: column;
  }
}
.stepped-component.gci-plus {
  margin-bottom: 40px;
}
.stepped-component.gci-plus .BackCta {
  color: #ffffff !important;
}
.stepped-component.gci-plus .BackCta:before {
  content: url(/-/media/stepped-back-arrow-white.svg);
}
.stepped-component.gci-plus h1 {
  max-width: 300px;
  margin: 0 auto 32px;
}
.stepped-component.gci-plus .progress-bar ~ .plan-builder {
  margin: 50px auto 0;
  max-width: 1260px;
}
.stepped-component.gci-plus .choose-data-description {
  margin: 10px auto 20px;
}
.stepped-component.gci-plus .flex-container {
  margin: 70px auto 0;
}
.stepped-component.gci-plus .flex-container .lines-plan {
  display: flex;
  position: relative;
}
.stepped-component.gci-plus .flex-container .lines-plan .add-lines-callout {
  background-image: linear-gradient(90deg, #B71234 0%, #ff9f00 100%);
  width: 100%;
}
.stepped-component.gci-plus .flex-container .lines-plan.selected {
  background-image: linear-gradient(90deg, #B71234 0%, #ff9f00 100%);
}
.stepped-component.gci-plus .flex-container .lines-plan .copy-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.stepped-component.gci-plus .flex-container .lines-plan .copy-container .add-lines-description {
  margin-bottom: 25px;
}
.stepped-component.gci-plus .flex-container .lines-plan .copy-container .select-btn {
  margin-top: auto;
  padding-top: 0px;
}
.stepped-component.gci-plus .flex-container .lines-plan .copy-container .select-btn a {
  margin-top: 0px;
}
.stepped-component.gci-plus .flex-container .lines-plan .copy-container .select-btn a.cta-button {
  border: 3px solid #B71234;
  font-weight: 600;
  padding: 12px 20px;
  width: 100%;
  font-size: 20px;
  font-weight: normal;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  color: #B71234;
  text-decoration: none;
  border: 3px solid #B71234;
  margin-top: 0px;
}
@media screen and (max-width: 576px) {
  .stepped-component.gci-plus .flex-container .lines-plan .copy-container .select-btn a.cta-button {
    font-size: 14px;
  }
}
.stepped-component.gci-plus .flex-container .lines-plan .copy-container .select-btn a.cta-button:hover {
  background: #B71234;
  color: #ffffff !important;
}
.stepped-component.gci-plus .flex-container .lines-plan .copy-container .select-btn.selected a.cta-button {
  width: auto;
  background: transparent;
  color: #ffffff !important;
  border: 3px solid transparent;
}
.stepped-component.gci-plus .flex-container .lines-plan .copy-container .select-btn.selected a::after {
  margin-top: 0px;
}
.stepped-component.gci-plus .flex-container .lines-plan .copy-container .select-btn.selected::after {
  margin-top: 0px;
}
.stepped-component.gci-plus .add-device .add-device-container .yukon-device .add-btn {
  border-left: 1px solid #B71234;
  color: #B71234;
}
.stepped-component.gci-plus .add-device .add-device-container .yukon-device .add-btn a.cta-button {
  color: #B71234 !important;
}
.stepped-component.gci-plus .add-device .add-device-container .yukon-device .add-btn:hover {
  background: #B71234;
}
.stepped-component.gci-plus .add-device .add-device-container .yukon-device .add-btn:hover a.cta-button {
  color: #ffffff !important;
}
.stepped-component.gci-plus .add-device .add-device-container .yukon-device.selected {
  background-image: linear-gradient(90deg, #B71234 0%, #ff9f00 100%);
}
.stepped-component.gci-plus .add-device .add-device-container .yukon-device.selected .add-btn {
  border-left: none;
  color: #ffffff;
}
.stepped-component.gci-plus .add-device .add-device-container .yukon-device.selected .add-btn a.cta-button {
  color: #ffffff !important;
}
.stepped-component.gci-plus .add-device .add-device-container .yukon-device.selected .add-btn:hover {
  background: transparent;
}
.stepped-component.gci-plus .add-device .add-device-container .yukon-device.selected .add-btn:hover a.cta-button {
  color: #ffffff;
}
.stepped-component.gci-plus .add-data-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .stepped-component.gci-plus .add-data-container {
    flex-direction: column;
  }
}
.stepped-component.gci-plus .add-data-container .data-plan {
  margin: 0 10px 30px;
  width: 30%;
  max-width: 33.33%;
  flex-direction: column;
  align-self: stretch;
  display: flex;
  flex-wrap: wrap;
  height: auto;
}
@media screen and (max-width: 992px) {
  .stepped-component.gci-plus .add-data-container .data-plan {
    width: 45%;
    max-width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .stepped-component.gci-plus .add-data-container .data-plan {
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px;
  }
}
.stepped-component.gci-plus .add-data-container .data-plan .select-btn {
  margin-top: auto;
}
.stepped-component.gci-plus .add-data-container .data-plan .select-btn a.cta-button {
  border: 3px solid #B71234;
  font-weight: 600;
  padding: 12px 20px;
  width: 100%;
  font-size: 20px;
  font-weight: normal;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  color: #B71234;
  text-decoration: none;
  border: 3px solid #B71234;
}
@media screen and (max-width: 576px) {
  .stepped-component.gci-plus .add-data-container .data-plan .select-btn a.cta-button {
    font-size: 14px;
  }
}
.stepped-component.gci-plus .add-data-container .data-plan .select-btn a.cta-button:hover {
  background: #B71234;
  color: #ffffff !important;
}
.stepped-component.gci-plus .add-data-container .data-plan.selected {
  background-image: linear-gradient(90deg, #B71234 0%, #ff9f00 100%);
}
.stepped-component.gci-plus .add-data-container .data-plan.selected .select-btn a.cta-button {
  width: auto;
  background: transparent;
  color: #ffffff !important;
  border: none;
}

.pdp > .copy-container {
  padding: 0 !important;
}
.pdp .PlanBuilder {
  background: #fff;
}
.pdp .BackCta {
  padding: 70px 90px 40px;
}
.pdp .progress-bar {
  padding-bottom: 54px;
}

.gci-plus-item .gci-plus-subitem {
  padding-left: 22px;
  display: flex;
  justify-content: space-between;
}
.gci-plus-item .gci-plus-subitem .right {
  width: 75%;
}
.gci-plus-item .gci-plus-subitem .right .shopping-cart-item-id {
  margin-bottom: 0;
}
.gci-plus-item .gci-plus-subitem .right .shopping-cart-item-id .subitem-name_item {
  font-weight: bold;
}

.dynamic-modal .modal-image {
  max-width: 142px;
  max-height: 193px;
  min-width: 142px;
  min-height: 193px;
}
@media screen and (max-width: 768px) {
  .dynamic-modal .modal-image {
    max-width: unset;
    max-height: unset;
    min-width: unset;
    min-height: unset;
  }
}
.dynamic-modal .modal-image img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .dynamic-modal .modal-image img {
    max-height: 193px;
    width: auto;
  }
}
.dynamic-modal .modal-body {
  display: flex;
  padding: 73px 37px 30px;
}
@media screen and (max-width: 576px) {
  .dynamic-modal .modal-body {
    flex-wrap: wrap;
  }
}
.dynamic-modal .modal-left {
  padding-right: 23px;
}
.dynamic-modal .modal-right {
  padding-left: 23px;
}
.dynamic-modal .modal-right ul {
  font-size: 14px;
  color: #322E3C;
  letter-spacing: 0.31px;
  line-height: 28px;
  padding-inline-start: 20px;
}
.dynamic-modal .modal-right ul ::marker {
  color: #00A9E0;
  font-size: 1.3em;
  margin-left: -1em;
}
@media screen and (max-width: 576px) {
  .dynamic-modal .modal-right {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .dynamic-modal .cta {
    text-align: left !important;
  }
}
.dynamic-modal .terms {
  font-size: 10px;
  color: #322E3C;
  letter-spacing: 0.22px;
  line-height: 13px;
  padding-right: 37px;
  padding-left: 37px;
  padding-bottom: 47px;
}

.plp-device-search .coveo-search-section {
  display: none !important;
}
.plp-device-search .coveo-main-section {
  max-width: 1260px !important;
  z-index: 0;
}
.plp-device-search .coveo-main-section > .coveo-dropdown-header-wrapper {
  display: none !important;
}
.plp-device-search .coveo-tab-section {
  display: none;
}
.plp-device-search .coveo-facet-header {
  border-bottom: none !important;
}
@media screen and (max-width: 992px) {
  .plp-device-search .coveo-facet-header {
    padding-top: 0 !important;
  }
}
.plp-device-search .coveo-facet-header .coveo-facet-header-title-section {
  align-items: center;
}
.plp-device-search .coveo-facet-values {
  padding: 0;
}
.plp-device-search .coveo-facet-values .coveo-selected svg {
  background: #000 !important;
  left: 0;
  top: 0;
  bottom: 0 !important;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
}
.plp-device-search .coveo-facet-header-title {
  font-weight: bold;
  font-size: 16px !important;
  color: #312E3B !important;
  letter-spacing: 0.5px !important;
  line-height: 24px !important;
}
.plp-device-search .coveo-facet-value-label {
  padding: 0;
  margin-bottom: 13px;
}
.plp-device-search .coveo-facet-value-label .coveo-facet-value-label-wrapper {
  align-items: center;
}
.plp-device-search .coveo-facet-value-label .coveo-facet-value-label-wrapper .coveo-facet-value-checkbox {
  top: 0;
  margin-right: 12px;
  width: 14px;
  height: 14px;
  border: 2px solid #312E3B;
}
@media screen and (max-width: 992px) {
  .plp-device-search .coveo-facet-value-label .coveo-facet-value-label-wrapper .coveo-facet-value-checkbox {
    background: transparent;
  }
}
.plp-device-search .coveo-facet-value-label .coveo-facet-value-label-wrapper .coveo-facet-value-caption {
  font-size: 16px;
  color: #312E3B;
  letter-spacing: 0.5px;
  line-height: 27px;
}
.plp-device-search .coveo-facet-column {
  flex: 0 0 25% !important;
  max-width: 25% !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.plp-device-search .coveo-facet-column .coveo-facet-modal-close-button {
  display: none !important;
}
@media screen and (max-width: 992px) {
  .plp-device-search .CoveoResultList {
    margin-right: 0;
    margin-left: 0;
  }
}
.plp-device-search .coveo-sort-container {
  align-items: flex-start;
}
.plp-device-search .coveo-results-column {
  flex: 0 0 75%;
  max-width: 75%;
  padding: 0px 10px 10px 15px !important;
}
@media screen and (max-width: 992px) {
  .plp-device-search .coveo-results-column {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 !important;
  }
}
@media screen and (max-width: 992px) {
  .plp-device-search .coveo-results-column .coveo-results-header {
    flex-direction: column;
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .plp-device-search .coveo-results-column .coveo-results-header > *:not(:first-child) {
    border-right: none;
  }
}
@media screen and (max-width: 992px) {
  .plp-device-search .coveo-results-column .coveo-results-header .coveo-sort-section {
    width: 100%;
    margin: 0;
  }
}
.plp-device-search .coveo-results-column .coveo-results-header .coveo-dropdown-header-wrapper {
  justify-content: center;
  border: none;
  position: relative;
  display: flex;
  flex-direction: column;
}
.plp-device-search .coveo-results-column .coveo-results-header .coveo-dropdown-header-wrapper .coveo-facet-dropdown-header {
  width: 100%;
  margin: 0 !important;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 24px;
  background: #F2F5FA;
  border: none !important;
  padding: 10px 15px !important;
  order: 0;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.plp-device-search .coveo-results-column .coveo-results-header .coveo-dropdown-header-wrapper .coveo-facet-dropdown-header p {
  color: #312E3B;
}
.plp-device-search .coveo-results-column .coveo-results-header .coveo-dropdown-header-wrapper .coveo-facet-dropdown-header:after {
  top: 0 !important;
  background-image: none !important;
  content: url(/-/media/Images/GCI/Icons/right-arrow-black.svg) !important;
  left: -6px !important;
}
.plp-device-search .coveo-results-column .coveo-results-header .coveo-dropdown-header-wrapper .coveo-facet-dropdown-header.coveo-dropdown-header-active:after {
  top: 0 !important;
  background-image: none !important;
  content: url(/-/media/Images/GCI/Icons/up-arrow-red.svg) !important;
  left: -6px !important;
}
.plp-device-search .coveo-results-column .coveo-results-header .coveo-dropdown-header-wrapper .coveo-facet-column {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  transform: none !important;
  top: unset !important;
  background: #F2F5FA;
  left: 0 !important;
  width: 100% !important;
  position: relative !important;
  max-height: unset;
  box-shadow: none;
  padding: 0 15px !important;
}
.plp-device-search .coveo-results-column .coveo-filter-header-title {
  display: none;
}
.plp-device-search .coveo-results-column .CoveoFacet {
  background: #F2F5FA;
}
@media screen and (max-width: 992px) {
  .plp-device-search .coveo-results-column .CoveoFacet.lastFacet.active .coveo-facet-header {
    border: none !important;
  }
}
@media screen and (max-width: 992px) {
  .plp-device-search .coveo-results-column .coveo-summary-section {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.plp-device-search .coveo-results-column .coveo-summary-section .CoveoQuerySummary {
  font-weight: bold;
  font-size: 24px;
  color: #312E3B;
  letter-spacing: 0.75px;
  line-height: 24px;
}
.plp-device-search .coveo-results-column .coveo-summary-section .CoveoQuerySummary span {
  font-size: 10px;
  color: #7E7E7E;
  letter-spacing: 0.31px;
  line-height: 12px;
}
.plp-device-search .coveo-results-column .coveo-results-header {
  padding-top: 0;
  margin-bottom: 22px;
}
.plp-device-search .coveo-card-layout-container {
  margin-right: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.plp-device-search .coveo-card-layout.CoveoResult {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  position: relative;
  display: inline-block;
  border: none;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .plp-device-search .coveo-card-layout.CoveoResult {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .plp-device-search .coveo-card-layout.CoveoResult {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.plp-device-search .coveo-result-title:hover {
  text-decoration: none;
}
.plp-device-search .coveo-result-title:hover .search-title,
.plp-device-search .coveo-result-title:hover .search-startingprice {
  text-decoration: none;
}
.plp-device-search .coveo-result-title {
  z-index: 9999;
}
.plp-device-search .coveo-result-title img {
  min-height: 193px;
  max-height: 193px;
  width: auto;
  max-width: unset;
}
.plp-device-search .coveo-result-title .search-manufacturer {
  font-weight: bold;
  font-size: 16px;
  color: #00A9E0;
  letter-spacing: 3.2px;
  line-height: 24px;
  text-align: left;
  margin-bottom: 0;
}
.plp-device-search .coveo-result-title .search-title {
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  color: #312E3B;
  line-height: 24px;
  text-align: left;
  text-transform: none;
  min-height: 50px;
}
.plp-device-search .coveo-result-title .search-startingprice {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  margin-top: 10px;
}
.plp-device-search .search-teaser {
  z-index: 9999;
  min-height: 34px;
  max-width: 180px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .plp-device-search .search-teaser {
    max-width: 154px;
  }
}
.plp-device-search .search-teaser a {
  font-weight: bold;
  font-size: 12px;
  color: #B71234 !important;
  letter-spacing: 0.38px;
  text-align: center;
  line-height: 15px;
  text-decoration: underline;
}
.plp-device-search .search-teaser a:hover {
  text-decoration: none;
}
.plp-device-search .coveo-filter-header .coveo-filter-header-title {
  font-weight: bold;
  font-size: 24px;
  color: #312E3B;
  letter-spacing: 0.75px;
  line-height: 24px;
}
.plp-device-search .coveo-filter-header .coveo-filter-clear-all {
  font-weight: bold;
  font-size: 10px;
  color: #00A9E0 !important;
  letter-spacing: 0.31px;
  line-height: 12px;
  text-decoration: underline !important;
  cursor: pointer;
}
.plp-device-search ul.coveo-filter-selected {
  min-height: 36px;
  margin: 10px 0 0 0;
  padding: 0;
}
.plp-device-search ul.coveo-filter-selected .listed-selected-facet {
  font-size: 10px;
  color: #312E3B;
  letter-spacing: 0.31px;
  line-height: 12px;
}
.plp-device-search ul.coveo-filter-selected .listed-selected-facet:before {
  content: "x";
}
.plp-device-search ul.coveo-filter-selected .listed-selected-facet a {
  color: #312E3B;
  margin-left: 5px;
  font-weight: normal;
}
.plp-device-search ul.coveo-filter-selected li::marker {
  content: none;
}
.plp-device-search .coveo-facet-header-settings-section .coveo-facet-header-eraser {
  visibility: hidden;
}
.plp-device-search .coveo-result-blue-bar {
  background: #00A9E0;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  line-height: 22px;
  padding: 13px 0;
}
@media screen and (max-width: 992px) {
  .plp-device-search .coveo-result-blue-bar {
    font-size: 14px;
    margin-bottom: 35px;
  }
}
.plp-device-search .coveo-result-blue-bar a {
  color: #FFFFFF;
  text-decoration: underline;
}
.plp-device-search .coveo-card-layout-padding {
  display: none;
}
.plp-device-search .coveo-dropdown-background-active {
  opacity: 0 !important;
  display: none;
}
.plp-device-search .CoveoFacet.active {
  height: unset !important;
  margin: 0 !important;
}
.plp-device-search .CoveoFacet.active .coveo-facet-values, .plp-device-search .CoveoFacet.active .coveo-facet-footer {
  display: none;
}
.plp-device-search .CoveoFacet.active .coveo-facet-header:after {
  background-image: none !important;
  content: url(/-/media/Images/GCI/Icons/right-arrow-black.svg) !important;
}
@media screen and (max-width: 992px) {
  .plp-device-search .CoveoFacet.active .coveo-facet-header:after {
    content: url(/-/media/Images/GCI/Icons/plp-plus.svg) !important;
    right: 1px !important;
  }
}
.plp-device-search .CoveoFacet:not(.active) .coveo-facet-values, .plp-device-search .CoveoFacet:not(.active) .coveo-facet-footer {
  display: block;
  margin-top: 22px;
}
.plp-device-search .CoveoFacet:not(.active) .coveo-facet-header:after {
  background-image: none !important;
  content: url(/-/media/Images/GCI/Icons/up-arrow-red.svg) !important;
  transform: none !important;
  right: 3px !important;
}
@media screen and (max-width: 992px) {
  .plp-device-search .CoveoFacet:not(.active) .coveo-facet-header:after {
    content: url(/-/media/Images/GCI/Icons/plp-minus.svg) !important;
    right: 1px !important;
  }
}
.plp-device-search .CoveoFacet {
  border-top: 1px solid #DDDDDD !important;
  padding: 15px 0;
}
.plp-device-search .coveo-hook-svg {
  display: none;
}
@media screen and (max-width: 992px) {
  .plp-device-search .coveo-sort-section {
    margin: 10px 0 0 0 !important;
  }
}
.plp-device-search .coveo-sort-section .coveo-sort-container .CoveoSort:first-child {
  margin-left: 0 !important;
}
.plp-device-search .CoveoFacet {
  border-bottom: none !important;
}
.plp-device-search .CoveoFacet .coveo-facet-header {
  border-top: none !important;
}
.plp-device-search .coveo-card-layout::before, .plp-device-search .coveo-card-layout::after {
  z-index: 0;
}
.plp-device-search .CoveoSort {
  align-items: flex-start;
  height: 25px !important;
}
.plp-device-search .coveo-sort-icon-ascending,
.plp-device-search .coveo-sort-icon-descending {
  width: 25px;
  margin-top: -5px;
  margin-left: -2px;
}
.plp-device-search .coveo-sort-icon-ascending svg,
.plp-device-search .coveo-sort-icon-descending svg {
  display: none;
}
.plp-device-search .coveo-card-layout .coveo-result-title:hover img {
  transform: scale(1.15);
  transition: transform 0.2s;
}
.plp-device-search #pricesort .coveo-sort-icon-ascending {
  content: url(/-/media/Images/GCI/Icons/price-asc.svg);
}
.plp-device-search #pricesort .coveo-sort-icon-descending {
  content: url(/-/media/Images/GCI/Icons/price-desc.svg);
}
.plp-device-search #datesort .coveo-sort-icon-ascending {
  content: url(/-/media/Images/GCI/Icons/date-asc.svg);
}
.plp-device-search #datesort .coveo-sort-icon-descending {
  content: url(/-/media/Images/GCI/Icons/date-desc.svg);
}
.plp-device-search #pricesort.coveo-ascending .coveo-sort-icon-ascending {
  display: block;
}
.plp-device-search #pricesort.coveo-ascending .coveo-sort-icon-descending {
  display: none;
}
.plp-device-search #pricesort.coveo-descending .coveo-sort-icon-ascending,
.plp-device-search #pricesort .coveo-sort-icon-ascending {
  display: none;
}
.plp-device-search #pricesort.coveo-descending .coveo-sort-icon-descending,
.plp-device-search #pricesort .coveo-sort-icon-descending {
  display: block;
}
.plp-device-search #datesort.coveo-ascending .coveo-sort-icon-ascending {
  display: block;
}
.plp-device-search #datesort.coveo-ascending .coveo-sort-icon-descending {
  display: none;
}
.plp-device-search #datesort.coveo-descending .coveo-sort-icon-ascending,
.plp-device-search #datesort .coveo-sort-icon-ascending {
  display: none;
}
.plp-device-search #datesort.coveo-descending .coveo-sort-icon-descending,
.plp-device-search #datesort .coveo-sort-icon-descending {
  display: block;
}
@media screen and (min-width: 993px) {
  .plp-device-search .coveo-card-layout::before {
    display: block;
    content: "";
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 0px;
    right: 0px;
  }
  .plp-device-search .coveo-card-layout::after {
    display: block;
    content: "";
    border-bottom: 1px solid #ddd;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 12px;
    right: 12px;
  }
}
@media screen and (min-width: 993px) and (max-width: 674px) {
  .plp-device-search .coveo-card-layout::before {
    content: none;
  }
}
@media screen and (min-width: 993px) and (max-width: 674px) {
  .plp-device-search .coveo-card-layout:first-child::after {
    border-top: none;
  }
}
@media screen and (min-width: 993px) {
  .plp-device-search .coveo-card-layout:nth-child(10)::before {
    display: block;
    content: "";
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 0px;
    right: 0px;
  }
}
@media screen and (min-width: 993px) {
  .plp-device-search .coveo-card-layout:nth-child(3n)::before {
    display: block;
    content: "";
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 0px;
    right: 0px;
  }
}
@media screen and (min-width: 993px) {
  .plp-device-search .coveo-card-layout:nth-child(-n+3)::after {
    display: block;
    content: "";
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 12px;
    right: 12px;
  }
}
@media screen and (min-width: 993px) {
  .plp-device-search .coveo-card-layout + .coveo-card-layout::before {
    display: block;
    content: "";
    border-left: none;
    border-right: 1px solid #ddd;
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 0px;
    right: 0px;
  }
  .plp-device-search .coveo-card-layout + .coveo-card-layout:nth-child(3n+4)::before {
    display: block;
    content: "";
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 0px;
    right: 0px;
  }
}
@media screen and (max-width: 992px) {
  .plp-device-search .coveo-card-layout::before {
    display: block;
    content: "";
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 0px;
    right: 0px;
  }
  .plp-device-search .coveo-card-layout::after {
    display: block;
    content: "";
    border-bottom: 1px solid #ddd;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 12px;
    right: 12px;
  }
  .plp-device-search .coveo-card-layout:nth-child(-n+2)::after {
    display: block;
    content: "";
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 12px;
    right: 12px;
  }
  .plp-device-search .coveo-card-layout:nth-child(2n+1)::before {
    display: block;
    content: "";
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd;
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 0px;
    right: 0px;
  }
  .plp-device-search .coveo-card-layout + .coveo-card-layout::before {
    display: block;
    content: "";
    border-left: none;
    border-right: 1px solid #ddd;
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 0px;
    right: 0px;
  }
}
@media screen and (max-width: 992px) and (max-width: 576px) {
  .plp-device-search .coveo-card-layout::before {
    display: block;
    content: "";
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd;
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 0px;
    right: 0px;
  }
  .plp-device-search .coveo-card-layout::after {
    display: block;
    content: "";
    border-bottom: 1px solid #ddd;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 12px;
    right: 12px;
  }
}

.plp-device-search .coveo-facet-column .CoveoDynamicFacet {
  border-top: 1px solid #ddd;
  padding: 15px 0 0 0;
}
@media screen and (max-width: 992px) {
  .plp-device-search .coveo-facet-column .CoveoDynamicFacet {
    background: #f2f5fa;
  }
}
.plp-device-search .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-header {
  border: none;
}
@media screen and (max-width: 992px) {
  .plp-device-search .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-header-btn.coveo-dynamic-facet-header-collapse, .plp-device-search .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-header-btn.coveo-dynamic-facet-header-expand {
    margin-right: -6px;
  }
}
.plp-device-search .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-header-title {
  color: #312e3b;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24px;
}
.plp-device-search .coveo-facet-column .CoveoDynamicFacet .coveo-checkbox-label {
  color: #312E3B;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 27px;
}
.plp-device-search .coveo-facet-column .CoveoDynamicFacet .coveo-checkbox-label button {
  border: 2px solid #312e3b;
}
.plp-device-search .coveo-facet-column .CoveoDynamicFacet[data-id=dynamic_facet_compatible_devices] ul.coveo-dynamic-facet-values li.coveo-dynamic-facet-value:not(.coveo-selected) {
  display: none;
}

.panel-component {
  background: #ffffff;
}

.faq-accordion {
  max-width: 1260px;
  margin: 0 auto;
}
.faq-accordion .body-container {
  padding: 0;
}
.faq-accordion .body-container .card-body {
  padding: 3rem 8rem;
}
@media screen and (max-width: 1024px) {
  .faq-accordion .body-container .card-body {
    padding: 3rem 4.25rem;
  }
}
@media screen and (max-width: 576px) {
  .faq-accordion .body-container .card-body {
    padding: 3rem 2.25rem;
  }
}

.authored-content-component .authored-content .content-container {
  background: #ffffff;
  padding: 8%;
  height: 100%;
}
.authored-content-component .authored-content .content-container .add-device-title {
  font-weight: bold;
  font-size: 24px;
  color: #312E3B;
  letter-spacing: 0.12px;
  line-height: 28px;
  margin-bottom: 50px;
}
.authored-content-component .authored-content .content-container .select-img {
  min-height: 95px;
}
.authored-content-component .authored-content .content-container img {
  margin-bottom: 20px;
}
.authored-content-component .authored-content .content-container .red-outlined-button {
  border: 3px solid #B71234;
}
.authored-content-component .authored-content .content-container .channel-option-img_selected {
  display: none;
}
.authored-content-component .authored-content .content-container .channel-option-img {
  display: block;
}
.authored-content-component .authored-content.selected.plan {
  background: none !important;
}
.authored-content-component .authored-content.selected.plan .content-container {
  background-image: linear-gradient(270deg, #D18100 0%, #B71234 100%);
}
.authored-content-component .authored-content.selected.plan .content-container .add-device-title {
  color: #ffffff;
}
.authored-content-component .authored-content.selected.plan .content-container .channel-option-img_selected {
  display: block;
}
.authored-content-component .authored-content.selected.plan .content-container .channel-option-img {
  display: none;
}
.authored-content-component .authored-content.selected.plan .content-container .selected .red-outlined-button {
  border: none;
  background: transparent;
  color: #ffffff !important;
  width: unset;
}
.authored-content-component .row.equal-height {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.authored-content-component .row.equal-height div[class*=col-] .content-block {
  height: 100%;
}
.authored-content-component .row div[class*=col-] {
  padding: 10px;
}
.authored-content-component .row div[class*=col-] .content-block {
  display: flex;
  flex-direction: column;
}
.authored-content-component .row div[class*=col-] .content-block div {
  height: auto;
}

.yukon-tv .select-btn .cta-button {
  border: 1px solid #00A9E0;
  font-weight: 600;
  padding: 12px 20px;
  width: 100%;
  font-size: 20px;
  font-weight: normal;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  color: #00A9E0;
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .yukon-tv .select-btn .cta-button {
    font-size: 14px;
  }
}
.yukon-tv .select-btn .cta-button:hover {
  background: #00A9E0;
  color: #ffffff;
}

.stepped-component {
  background-image: linear-gradient(-45deg, #5F5B6D 0%, #312E3B 55%);
  color: #ffffff;
  margin-bottom: 40px;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}
.stepped-component .BackCta {
  font-size: 18px;
  color: #00A5E0 !important;
  letter-spacing: 0.39px;
  display: inline-flex;
  align-items: center;
}
.stepped-component .BackCta:before {
  content: url(/-/media/stepped-back-arrow.svg);
  margin-bottom: -4px;
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  .stepped-component .BackCta {
    padding: 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .stepped-component .BackCta {
    padding: 0px 30px;
  }
}
@media screen and (max-width: 576px) {
  .stepped-component .BackCta {
    padding: 0px 25px;
  }
}
.stepped-component > .copy-container {
  padding: 70px 0px;
}
@media screen and (min-width: 1200px) {
  .stepped-component > .copy-container {
    margin-right: -18px;
    margin-left: -18px;
  }
}
.stepped-component .title-container {
  max-width: 1260px;
  margin: 0 auto;
}
.stepped-component .step-title,
.stepped-component .steps-title,
.stepped-component .step-sub-title {
  font-weight: bold;
  text-align: center;
}
.stepped-component .step-title,
.stepped-component .steps-title {
  color: #ffffff !important;
  font-weight: light;
  font-size: 32px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #312E3B;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .stepped-component .step-title,
.stepped-component .steps-title {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 30px;
  }
}
.stepped-component .step-sub-title {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0.52px;
  line-height: 32px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .stepped-component .step-sub-title {
    font-size: 18px;
    letter-spacing: 0.39px;
    line-height: 24px;
  }
}
.stepped-component .step-disclaimer {
  max-width: 1260px;
  margin: 90px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .stepped-component .step-disclaimer {
    margin: 0 auto;
  }
}
.stepped-component .step-disclaimer a {
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 24px;
  color: #312E3B;
  color: #ffffff;
  text-decoration: underline;
}
@media screen and (max-width: 576px) {
  .stepped-component .step-disclaimer a {
    font-size: 16px;
  }
}
.stepped-component .step-pane .plan-title-container {
  max-width: 1260px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .stepped-component .step-pane .plan-title-container {
    padding: 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .stepped-component .step-pane .plan-title-container {
    padding: 50px 30px 0;
  }
}
@media screen and (max-width: 576px) {
  .stepped-component .step-pane .plan-title-container {
    padding: 50px 15px 0;
  }
}
.stepped-component .step-pane.notActive {
  display: none;
}
.stepped-component .step-pane.active {
  display: block;
}
.stepped-component .select-btn a {
  border: 1px solid #00A9E0;
  font-weight: 600;
  padding: 12px 20px;
  width: 100%;
  font-size: 20px;
  font-weight: normal;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  color: #00A9E0;
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .stepped-component .select-btn a {
    font-size: 14px;
  }
}
.stepped-component .select-btn a:hover {
  background: #00A9E0;
  color: #ffffff;
}
.stepped-component .sticky-bottom {
  box-shadow: 0 -1px 25px 4px rgba(0, 0, 0, 0.4);
  position: sticky;
  bottom: 0;
  z-index: 1041;
  left: 0;
  right: 0;
  margin-top: 40px;
}
.stepped-component .sticky-bottom .order-summary {
  background-color: #332E3D;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0px;
}
@media screen and (max-width: 576px) {
  .stepped-component .sticky-bottom .order-summary {
    font-size: 12px;
  }
}
.stepped-component .sticky-bottom .order-summary .amount {
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 0px;
  margin-left: 10px;
}
@media screen and (max-width: 576px) {
  .stepped-component .sticky-bottom .order-summary .amount {
    font-size: 16px;
  }
}
.stepped-component .sticky-bottom .st-step-cta .small-button-with-arrow {
  margin-top: 0;
  display: flex;
  justify-content: center;
  font-size: 18px;
  letter-spacing: 0.39px;
  padding: 20px;
}
.stepped-component .sticky-bottom .st-step-cta .small-button-with-arrow:before {
  position: relative !important;
  order: 2;
  margin-left: 30px;
}
.stepped-component .sticky-bottom .st-step-cta .small-button-with-arrow:hover {
  color: #ffffff;
  background-color: #b71234;
}
.stepped-component .plp-device-search {
  padding: 0 20px;
}
.stepped-component.gci-plus .gci-planbuilder .copy-container .select-btn a {
  border: 3px solid #B71234;
  font-weight: 600;
  padding: 12px 20px;
  width: 100%;
  font-size: 20px;
  font-weight: normal;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  color: #B71234;
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .stepped-component.gci-plus .gci-planbuilder .copy-container .select-btn a {
    font-size: 14px;
  }
}
.stepped-component.gci-plus .gci-planbuilder .copy-container .select-btn a:hover {
  background: #B71234;
  color: #ffffff !important;
}
.stepped-component.gci-plus .gci-planbuilder .plan .add-plan-description em {
  font-size: 14px;
  font-style: normal;
}
.stepped-component.gci-plus .gci-planbuilder .lines-plan .select-btn.selected a,
.stepped-component.gci-plus .gci-planbuilder .plan .select-btn.selected a {
  border: 3px solid transparent;
  width: unset;
}
.stepped-component:not(.gci-plus) .gci-planbuilder .copy-container .select-btn a {
  color: #ffffff;
  background-color: #00A9E0;
  border: 1px solid #00A9E0;
  padding: 12px 20px;
  width: 100%;
  font-weight: 500;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none !important;
  line-height: normal !important;
}
.stepped-component:not(.gci-plus) .gci-planbuilder .copy-container .select-btn a:hover {
  background-color: #ffffff;
  color: #00A9E0;
}
.stepped-component:not(.gci-plus) .gci-planbuilder .copy-container .select-btn.selected a {
  width: unset;
}
.stepped-component:not(.gci-plus) .gci-planbuilder .copy-container .select-btn.selected a:hover {
  background-color: transparent;
}

.main-feature .body-container {
  padding-top: 0 !important;
}
.main-feature .h1 {
  margin-bottom: 0;
}
.main-feature .h2 {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 24px;
}
.main-feature .h4 {
  margin-bottom: 10px;
}
.main-feature p {
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .main-feature .h1 {
    margin-bottom: 0px;
    font-size: 40px;
    letter-spacing: 0.5px;
    line-height: 50px;
  }
  .main-feature .h2 {
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px;
  }
  .main-feature .h4 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .main-feature .HeroMinHeight {
    min-height: 0px !important;
  }
}

.sso-container {
  max-width: 1024px;
  margin: 2rem auto;
  padding: 1rem 0;
}
.sso-container .sso-header {
  padding: 0 0 40px;
}
.sso-container .sso-header .company-logo img {
  max-width: 86px;
  width: auto;
}
.sso-container .sso-header .sso-header-text {
  font-size: 32px;
  font-weight: bold;
}
.sso-container .login-header-text {
  padding-top: 22px;
  font-size: 13px;
  line-height: 14px;
}
.sso-container .form-input-label {
  font-weight: 700;
  line-height: 38px;
  font-size: 12px;
  margin-bottom: 0;
}
.sso-container .new-signup-container-text {
  font-weight: 700;
  line-height: 38px;
  font-size: 14px;
}
.sso-container .login-container input {
  line-height: normal;
  height: 25px;
  background-color: white;
  font-weight: 300;
  font-style: normal;
  font-size: 13px;
  color: #000000;
  border: 1px solid #322e3c;
  border-width: 2px;
  border-color: #ddd;
  padding: 1px 0px 2px 1px;
  border-radius: 1px;
  height: 51px;
  background-color: #f2f5fa;
  border: 1px solid #322e3c;
  font-size: 13px;
  color: #757575;
  letter-spacing: 1.21px;
  line-height: 18px;
  text-transform: none;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 5px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sso-container .login-container input {
    width: 100%;
  }
}
.sso-container .signup-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .sso-container .signup-container {
    border-left: 1px solid #ddd;
  }
}
@media screen and (max-width: 767px) {
  .sso-container .signup-container {
    display: block;
    border-top: 1px solid #ddd;
    margin-top: 40px;
    padding: 40px 0;
  }
}
.sso-container .small-button {
  width: auto;
}
@media screen and (max-width: 767px) {
  .sso-container .small-button {
    width: 100%;
  }
}
.sso-container .small-button a {
  color: #fff;
}
.sso-container .account-recovery-container a {
  color: #B71234;
  margin: 0 20px 0 0;
  font-size: 9px;
  text-decoration: none;
}
.sso-container .invite-container {
  padding: 10px 0;
}
.sso-container .invite-container a {
  color: #B71234;
  font-size: 13px;
  font-weight: normal;
  line-height: 14px;
  text-decoration: underline;
}
.sso-container input.error {
  border: 2px solid #B71234;
}
.sso-container #username-error,
.sso-container #password-error {
  color: #B71234;
  letter-spacing: 0.31px;
  font-weight: 500;
  font-size: 14px;
}
.sso-container .submit-btn {
  margin-top: 20px;
}

.forgot-password {
  max-width: 1024px;
  margin: 2rem auto;
  padding: 1rem 0;
}
.forgot-password h2 {
  font-size: 32px;
  font-weight: bold;
}
.forgot-password p {
  font-weight: 600;
}
.forgot-password .small-button {
  width: auto;
}
@media screen and (max-width: 767px) {
  .forgot-password .small-button {
    width: 100%;
  }
}

#_EXT_HCM_main-wrapper {
  background-color: #f2f2f0;
}

._EXT_HCM_wrapper {
  margin: 0 -18px;
  padding: 30px 5%;
}
@media screen and (max-width: 768px) {
  ._EXT_HCM_wrapper {
    margin: 0 -15px;
    padding: 20px 0%;
  }
}
._EXT_HCM_wrapper.edit ._EXT_HCM_Job-title-placeholder {
  padding: 16px 32px 16px 16px;
  width: 100%;
}
._EXT_HCM_wrapper.edit ._EXT_HCM_Location-placeholder {
  padding: 16px 32px 16px 16px;
  width: 100%;
}

._EXT_HCM_btn-search {
  height: 55px;
  left: -5px;
  letter-spacing: 2px;
  position: relative;
  outline: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  ._EXT_HCM_btn-search {
    left: 0;
    text-align: center;
  }
}

._EXT_HCM_button-wrap {
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  padding: 0px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  ._EXT_HCM_button-wrap {
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    margin: 5px;
    padding: 0px;
    text-align: center;
  }
}

._EXT_HCM_autocomplete {
  align-items: center;
  display: flex;
  flex: 1 0 0%;
  position: relative;
}
@media screen and (max-width: 768px) {
  ._EXT_HCM_autocomplete {
    align-items: center;
    display: flex;
    flex: 1 0 0%;
    padding-bottom: 24px;
  }
}

._EXT_HCM_autocomplete-items {
  width: 100%;
  cursor: pointer;
  position: absolute;
  border: 1px solid #e8e8e8;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 50px;
  left: 0;
  right: 0;
  overflow-y: auto;
  max-height: 250px;
}
@media screen and (max-width: 768px) {
  ._EXT_HCM_autocomplete-items {
    margin: 0 auto;
    width: 97%;
  }
}
._EXT_HCM_autocomplete-items div {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  padding: 15px 0px 15px 15px;
}
._EXT_HCM_autocomplete-items div:hover {
  background: #f3f3f3;
}

._EXT_HCM_autocomplete_spacer {
  background-color: #ddd;
  display: block;
  min-height: 1.5em;
  width: 1px;
}
@media screen and (max-width: 768px) {
  ._EXT_HCM_autocomplete_spacer {
    display: none;
    padding-bottom: 32px;
  }
}

._EXT_HCM_loader {
  border: 2px solid #d6d6d6;
  border-radius: 50%;
  border-top: 2px solid #888888;
  width: 15px;
  height: 15px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 1s linear infinite;
  position: absolute;
  float: right;
  right: 18px;
}

._EXT_HCM_container {
  margin: 0 auto;
  border-radius: 5px;
  display: flex;
}
@media screen and (max-width: 768px) {
  ._EXT_HCM_container {
    margin: 0 auto;
    border-radius: 5px;
    display: block;
    padding: 20px;
  }
}

._EXT_HCM_search {
  align-items: center;
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 6px;
  display: flex;
  flex-grow: 1;
  min-height: 55px;
  position: relative;
}
@media screen and (max-width: 768px) {
  ._EXT_HCM_search {
    align-items: center;
    background: none;
    border: none;
    display: block;
    flex-grow: 1;
    min-height: 55px;
    position: relative;
    width: 100%;
  }
}

._EXT_HCM_input-box {
  background-color: #fff;
  border: 0;
  border-radius: 5px;
  box-sizing: border-box;
  color: #757575;
  flex-grow: 1;
  font-size: 18px;
  font-weight: bold;
  outline: none;
  padding: 16px 32px 16px 16px;
}
@media screen and (max-width: 768px) {
  ._EXT_HCM_input-box {
    border: 1px solid #ddd;
    border: 0;
    border-radius: 5px;
    box-sizing: border-box;
    flex-grow: 1;
    font-size: 0.9rem;
    margin: 5px;
    outline: none;
    padding: 1.1em 1.5em;
  }
}
._EXT_HCM_input-box:focus {
  border-color: #ce1b28;
  box-shadow: none !important;
}

._EXT_HCM_error-message {
  color: #d25b5b;
  left: 8px;
  position: absolute;
  top: 61px;
}
@media screen and (max-width: 768px) {
  ._EXT_HCM_error-message {
    bottom: 75px;
    position: absolute;
  }
}

#_EXT_HCM_header-title {
  display: block;
  font-size: 30px;
  margin: 0;
  padding-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #_EXT_HCM_header-title {
    padding-bottom: 20px;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.device-carousel {
  padding: 39px 135px 0;
  margin: 50px auto 0;
  min-height: 100px;
  position: relative;
  z-index: 0;
}
.device-carousel .experience-editor-warning {
  color: #b71234;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
}
.device-carousel .heading-container {
  display: flex;
  justify-content: space-between;
  max-width: 1260px;
  margin: 0 auto;
}
.device-carousel .heading-container > div {
  display: flex;
  align-items: center;
}
.device-carousel .heading-container img {
  margin-right: 10px;
  margin-top: -3px;
}
.device-carousel .title {
  font-weight: bold;
  font-size: 24px;
  color: #312E3B;
  letter-spacing: 0.52px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .device-carousel .title {
    font-size: 18px;
    letter-spacing: 0.39px;
  }
}
.device-carousel .link a::after {
  content: url(/-/media/stepped-back-arrow.svg);
  margin-bottom: -4px;
  margin-left: 10px;
  transform: scaleX(-1);
  display: inline-block;
}
.device-carousel .link a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.device-carousel .devices-in-carousel {
  padding: 44px 0 42px;
  max-width: 1260px;
  margin: 0 auto;
}
.device-carousel .devices-in-carousel a.disable-editing {
  pointer-events: none;
}
.device-carousel .devices-in-carousel .device-item-container {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
.device-carousel .devices-in-carousel .device-item-container .overview-image {
  height: 200px;
}
.device-carousel .devices-in-carousel .device-item-container .overview-image img {
  width: auto;
  height: 100%;
}
.device-carousel .devices-in-carousel .device-item-container .device-price {
  font-weight: bold;
  font-size: 16px;
  color: #312E3B;
  letter-spacing: 0;
  text-align: center;
  line-height: 16px;
  margin-top: 10px;
  max-width: 150px;
}
.device-carousel .devices-in-carousel .device-item-container .device-name {
  font-weight: bold;
  font-size: 24px;
  color: #312e3b;
  line-height: 24px;
  text-align: center;
  min-height: 50px;
}
.device-carousel .devices-in-carousel .device-item-container .device-price span {
  color: #00a9e0;
}
.device-carousel .devices-in-carousel .device-item-container .manufacturer {
  font-weight: bold;
  font-size: 16px;
  color: #00a9e0;
  letter-spacing: 3.2px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 5px;
  text-transform: uppercase;
}
.device-carousel .devices-in-carousel .device-item-container .disable-editing {
  pointer-events: none;
}
.device-carousel .slick-prev,
.device-carousel .slick-next {
  z-index: 9999;
  top: 35%;
}
.device-carousel .slick-prev {
  left: -32px;
}
.device-carousel .slick-next {
  right: -20px;
}
.device-carousel .slick-prev:before {
  content: url(/-/media/Images/GCI/Icons/scroller-prev.svg);
}
.device-carousel .slick-next:before {
  content: url(/-/media/Images/GCI/Icons/scroller-next.svg);
}
.device-carousel .slick-prev.slick-disabled:before,
.device-carousel .slick-next.slick-disabled:before {
  opacity: 0;
}
.device-carousel .slick-track {
  margin-left: unset;
  margin-right: unset;
}

@media screen and (max-width: 576px) {
  .device-carousel {
    padding: 32px 25px 0;
    min-height: 80px;
  }
  .device-carousel .overview-image {
    height: 87px !important;
  }
  .device-carousel .overview-image img {
    width: auto;
    height: 100%;
  }
  .device-carousel .device-name {
    font-size: 18px !important;
  }
  .device-carousel .slick-prev {
    left: -15px;
  }
  .device-carousel .slick-next {
    right: -5px;
  }
}
.credentials-manager h3 {
  text-align: center;
}
.credentials-manager .credentials-container {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  max-width: 60%;
}
@media screen and (max-width: 992px) {
  .credentials-manager .credentials-container {
    max-width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .credentials-manager .credentials-container {
    max-width: 100%;
  }
}
.credentials-manager .credentials-container .form {
  flex: 1;
}
.credentials-manager .credentials-container .form input.CredentialsManagerInput {
  text-transform: none;
}
.credentials-manager .credentials-container .form input#Password, .credentials-manager .credentials-container .form input#ConfirmPassword {
  width: 100%;
  height: 51px;
  margin-bottom: 25px;
}
.credentials-manager .credentials-container .form input#ConfirmPassword {
  margin-bottom: 32px;
}
.credentials-manager .credentials-container .error-message {
  color: #B71234;
}
.credentials-manager .credentials-container .success-message {
  color: #188623;
}
.credentials-manager .credentials-container .result-message {
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 0.31px;
  font-weight: 500;
  font-size: 14px;
  font-style: italic;
}
.credentials-manager .credentials-container .requirements-header {
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: 0.31px;
  font-weight: 500;
  font-size: 16px;
  font-style: italic;
}
.credentials-manager .credentials-container .credentials-row {
  flex: 1;
  margin-bottom: 30px;
}
.credentials-manager .credentials-container .credentials-row div {
  margin-bottom: 5px;
}
.credentials-manager .credentials-container .credentials-row .cta-margin {
  margin-bottom: 10px;
}
.credentials-manager .credentials-container .credentials-col {
  display: flex;
}
.credentials-manager .credentials-container-experience-editor {
  justify-content: space-evenly;
  padding: 20px 30px 20px 30px;
  display: flex;
  flex-direction: row;
}
.credentials-manager .credentials-container-experience-editor .credentials-col-experience-editor {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-right: 40px;
  margin-left: 40px;
}
.credentials-manager .credentials-container-experience-editor .credentials-col-experience-editor .credentials-row {
  flex: 1;
  margin-bottom: 30px;
}
.credentials-manager .credentials-container-experience-editor .credentials-col-experience-editor .credentials-row div {
  margin-bottom: 5px;
}
.credentials-manager .credentials-container-experience-editor .credentials-col-experience-editor input#Password, .credentials-manager .credentials-container-experience-editor .credentials-col-experience-editor input#ConfirmPassword, .credentials-manager .credentials-container-experience-editor .credentials-col-experience-editor input#Email, .credentials-manager .credentials-container-experience-editor .credentials-col-experience-editor input#Username {
  width: 100%;
  height: 51px;
}

.unalaska-form h3 {
  text-align: center;
}
.unalaska-form .unalaska-form-container {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  max-width: 60%;
}
@media screen and (max-width: 992px) {
  .unalaska-form .unalaska-form-container {
    max-width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .unalaska-form .unalaska-form-container {
    max-width: 100%;
  }
}
.unalaska-form .unalaska-form-container .form {
  flex: 1;
}
.unalaska-form .unalaska-form-container .form input.UnalaskaFormInput {
  width: 100%;
  height: 51px;
  margin-bottom: 25px;
  text-transform: none;
}
.unalaska-form .unalaska-form-container .form input.TextboxError {
  border-color: red;
}
.unalaska-form .unalaska-form-container .form select#SelectedCallBackOption, .unalaska-form .unalaska-form-container .form select#SelectedCity {
  height: 51px;
  width: 100%;
  margin-bottom: 20px;
}
.unalaska-form .unalaska-form-container .error-message {
  color: #B71234;
}
.unalaska-form .unalaska-form-container .success-message {
  color: #188623;
}
.unalaska-form .unalaska-form-container .result-message {
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 0.31px;
  font-weight: 500;
  font-size: 14px;
  font-style: italic;
}
.unalaska-form .unalaska-form-container .unalaska-form-row {
  flex: 1;
  margin-bottom: 30px;
}
.unalaska-form .unalaska-form-container .unalaska-form-row div {
  margin-bottom: 5px;
}
.unalaska-form .unalaska-form-container .unalaska-form-row .cta-margin {
  margin-bottom: 10px;
}
.unalaska-form .unalaska-form-container .SelectedOptionsGroup {
  display: flex;
  align-items: center;
}
.unalaska-form .unalaska-form-container .SelectedOptionsGroup #SelectedOptions {
  margin-right: 20px;
  max-height: 20px;
  max-width: 100px;
}
.unalaska-form .unalaska-form-container .SelectedOptionsGroup label {
  flex: 1;
  margin-bottom: 0px;
  font-weight: normal;
}
.unalaska-form .unalaska-form-container-experience-editor {
  justify-content: space-evenly;
  padding: 20px 30px 20px 30px;
  display: flex;
  flex-direction: row;
}
.unalaska-form .unalaska-form-container-experience-editor .unalaska-form-col-experience-editor {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-right: 40px;
  margin-left: 40px;
}
.unalaska-form .unalaska-form-container-experience-editor .unalaska-form-col-experience-editor .unalaska-form-row {
  flex: 1;
  margin-bottom: 30px;
}
.unalaska-form .unalaska-form-container-experience-editor .unalaska-form-col-experience-editor .unalaska-form-row div {
  margin-bottom: 5px;
}
.unalaska-form .unalaska-form-container-experience-editor .unalaska-form-col-experience-editor input#YesAnswer, .unalaska-form .unalaska-form-container-experience-editor .unalaska-form-col-experience-editor input#NoAnswer, .unalaska-form .unalaska-form-container-experience-editor .unalaska-form-col-experience-editor input#CompanyName, .unalaska-form .unalaska-form-container-experience-editor .unalaska-form-col-experience-editor input#FirstName, .unalaska-form .unalaska-form-container-experience-editor .unalaska-form-col-experience-editor input#LastName, .unalaska-form .unalaska-form-container-experience-editor .unalaska-form-col-experience-editor input#StreetAddress, .unalaska-form .unalaska-form-container-experience-editor .unalaska-form-col-experience-editor input#City, .unalaska-form .unalaska-form-container-experience-editor .unalaska-form-col-experience-editor input#Email, .unalaska-form .unalaska-form-container-experience-editor .unalaska-form-col-experience-editor input#Phone, .unalaska-form .unalaska-form-container-experience-editor .unalaska-form-col-experience-editor input#CallBackOptionsList, .unalaska-form .unalaska-form-container-experience-editor .unalaska-form-col-experience-editor input#AdditionalSelections {
  width: 100%;
  height: 51px;
}
.unalaska-form .required {
  color: #B71234;
}

#ArticleComponentListing:after {
  content: "";
  display: table;
  clear: both;
}

#ArticleComponentListing h1 {
  font-size: 1.9em;
  text-align: left;
  -moz-animation: none;
}

#ArticleComponentListing article {
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  #ArticleComponentListing {
    padding: 0 10px;
  }
}
article.hentry {
  width: 100%;
}

.article-widget {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.article-widget-icon {
  height: 120px;
  width: auto !important;
  margin: 12px 16px 0;
}

.article-widget .article-widget-title {
  font-size: 24px;
  line-height: 29px;
  font-family: "gothambold";
  padding: 16px 16px 0;
}

.article-widget .article-widget-break {
  background-color: white;
  width: 90%;
}

.article-widget-list {
  padding-left: 32px;
}

.article-widget .article-widget-list-item {
  list-style: disc;
}

.article-widget .article-widget-list-item-link {
  font-family: "gothambook";
  font-size: 18px;
  line-height: 27px;
}

.article-widget .articleEdit {
  display: block;
  min-height: 500px;
}

.article-widget.yellow .article-widget-title {
  color: black;
}

.article-widget.yellow .article-widget-break {
  background-color: black;
}

.article-widget.yellow .article-widget-list-item {
  color: black;
}

.article-widget.yellow .article-widget-list-item-link {
  color: black;
}

.article-widget.yellow .article-widget-list-item-link:hover {
  color: black;
}

.article-widget-cta {
  text-align: center;
  padding-bottom: 16px;
  margin-top: auto;
}
.article-widget-cta > a.btn {
  border-radius: 4px;
  padding: 12px 24px;
  font-family: "gothambook";
  font-size: 16px;
  line-height: 24px;
}

.scf-margin-top {
  margin-top: 30px !important;
}

.scf-margin-bottom {
  margin-bottom: 30px !important;
}

.scf-input-border {
  border: 1px solid #322E3C;
  height: 51px;
}

.scf-margin-bottom-0 {
  margin-bottom: 0px !important;
}

.scf-datepicker {
  margin-bottom: 20px !important;
}

.scf-checkbox {
  display: flex;
}
.scf-checkbox .scf-checkbox-label {
  flex: 1;
}
.scf-checkbox .scf-checkbox-label label {
  font-weight: normal;
  margin-bottom: 0px;
}
.scf-checkbox .scf-checkbox-input {
  flex: 0;
  margin-top: 0px;
}

.scf-radio {
  display: flex;
}
.scf-radio .scf-radio-label {
  flex: 1;
}
.scf-radio .scf-radio-label label {
  font-weight: normal;
  margin-bottom: 0px;
}
.scf-radio .scf-radio-input {
  flex: 0;
  margin-top: 0px;
}

.scf-required {
  color: #B71234;
}

.scf-validation {
  margin-top: 9px !important;
  margin-bottom: 9px;
}

.form-margin-top-10 {
  margin-top: 10px;
}

.form-margin-top-20 {
  margin-top: 20px;
}

.form-margin-top-30 {
  margin-top: 30px;
}

.form-margin-top-40 {
  margin-top: 40px;
}

.form-margin-top-50 {
  margin-top: 50px;
}

.form-margin-bottom-10 {
  margin-bottom: 10px;
}

.form-margin-bottom-20 {
  margin-bottom: 20px;
}

.form-margin-bottom-30 {
  margin-bottom: 30px;
}

.form-margin-bottom-40 {
  margin-bottom: 40px;
}

.form-margin-bottom-50 {
  margin-bottom: 50px;
}

.form-margin-right-10 {
  margin-right: 10px;
}

.form-margin-right-20 {
  margin-right: 20px;
}

.form-margin-right-30 {
  margin-right: 30px;
}

.form-margin-right-40 {
  margin-right: 40px;
}

.form-margin-right-50 {
  margin-right: 50px;
}

.form-margin-left-10 {
  margin-left: 10px;
}

.form-margin-left-20 {
  margin-left: 20px;
}

.form-margin-left-30 {
  margin-left: 30px;
}

.form-margin-left-40 {
  margin-left: 40px;
}

.form-margin-left-50 {
  margin-left: 50px;
}

.form-width-10 {
  width: 10%;
}
@media screen and (max-width: 576px) {
  .form-width-10 {
    width: 100%;
  }
}

.form-width-20 {
  width: 20%;
}
@media screen and (max-width: 576px) {
  .form-width-20 {
    width: 100%;
  }
}

.form-width-30 {
  width: 30%;
}
@media screen and (max-width: 576px) {
  .form-width-30 {
    width: 100%;
  }
}

.form-width-40 {
  width: 40%;
}
@media screen and (max-width: 576px) {
  .form-width-40 {
    width: 100%;
  }
}

.form-width-50 {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .form-width-50 {
    width: 100%;
  }
}

.form-width-60 {
  width: 60%;
}
@media screen and (max-width: 576px) {
  .form-width-60 {
    width: 100%;
  }
}

.form-width-70 {
  width: 70%;
}
@media screen and (max-width: 576px) {
  .form-width-70 {
    width: 100%;
  }
}

.form-width-80 {
  width: 80%;
}
@media screen and (max-width: 576px) {
  .form-width-80 {
    width: 100%;
  }
}

.form-width-90 {
  width: 90%;
}
@media screen and (max-width: 576px) {
  .form-width-90 {
    width: 100%;
  }
}

.mapSingleStore {
  text-align: center;
  padding: 25px;
  color: #2c3e50;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: inline-block;
}

.mapSingleStore h2 {
  color: #aa0023;
}

.mapSingleStore a {
  text-decoration: underline;
  color: #2c3e50;
}

.mapSingleStore a img {
  height: 20px;
  width: 20px;
  margin-bottom: 10px;
  margin-left: 5px;
}

#mapControlsContainer input {
  width: 325px;
  margin: 10px;
  height: 27px;
  padding: 2px;
  font-size: 15px;
}

#mapAreaContainer {
  background-color: #aa0023;
  height: 900px;
}

#mapAreaContainer #mapCanvasArea {
  height: auto !important;
  min-height: 450px;
}

#mapAreaContainer #mapStoreInfo {
  padding: 0 !important;
}

@media (max-width: 768px) {
  #mapAreaContainer {
    height: auto !important;
  }

  #mapControlsContainer {
    text-align: center;
    padding: 10px 0;
  }

  #mapControlsContainer input {
    width: 300px;
    display: block;
    margin: 0 auto 10px;
  }
}
.tabbed-component {
  max-width: unset;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5%;
}
.tabbed-component .content-container {
  max-width: 1260px;
  margin: 0 auto;
}
.tabbed-component .tabbed-component_title, .tabbed-component h2 {
  font-family: "Gotham";
  font-size: 32px;
  font-weight: 400;
  line-height: 30px;
}

.table-component.tabbed.Static table .table-component_row_header:not(.sticky-col) .table-component_row_header_tb-title {
  padding-left: 0;
}
.table-component.tabbed.Static table .table-component_row .column-red {
  box-shadow: none;
}
.table-component.tabbed.Static table .table-component_row .table-component_row_header:not(.column-red) .table-component_row_header_tb-title {
  display: block;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 260px;
  margin: 0;
  padding-bottom: 0;
}
.table-component.tabbed.Static table .table-component_row .table-component_data:not(.column-red) .table-component_row_data {
  padding: 20px;
}
.table-component.tabbed.Static table .table-component_row:first-child.column-red th {
  background-color: #B71234;
}
.table-component.tabbed.Static table .table-component_row:first-child th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: white;
  padding: 20px;
  text-align: left;
  font-size: 20px;
  line-height: 32px;
  vertical-align: middle;
}
.table-component.tabbed.Static table .table-component_row:first-child th.column-red {
  background-color: #B71234;
}
.table-component.tabbed.Static table .table-component_row:first-child th.column-red p {
  font-size: 20px;
  line-height: 32px;
}
.table-component.tabbed.Static table .table-component_row:first-child th:first-child {
  z-index: 2;
}
.table-component.tabbed.Static table .table-component_row:first-child th:first-child.column-red {
  background-color: #B71234;
}
.table-component.tabbed.Static table .table-component_row:first-child th:first-child.column-red p {
  font-size: 20px;
  line-height: 32px;
}
.table-component.tabbed.Static table .table-component_row:first-child th:first-child .table-component_row_header_tb-title {
  font-size: 20px;
  line-height: 32px;
}

.table-component.tabbed .overflow {
  width: 100%;
  max-height: 75vh;
  overflow: auto;
}
@media screen and (min-width: 992px) {
  .table-component.tabbed .overflow {
    max-height: 100vh;
  }
}
.table-component.tabbed table,
.table-component.tabbed .table {
  margin: 0;
}
.table-component.tabbed table th, .table-component.tabbed table td,
.table-component.tabbed .table th,
.table-component.tabbed .table td {
  padding: 20px;
  vertical-align: middle;
  border-top: none;
}
@media screen and (max-width: 576px) {
  .table-component.tabbed table th,
.table-component.tabbed .table th {
    font-size: 18px;
    line-height: 27px;
  }
}
.table-component.tabbed table td,
.table-component.tabbed .table td {
  min-width: 255px;
}
@media screen and (max-width: 576px) {
  .table-component.tabbed table td,
.table-component.tabbed .table td {
    font-size: 14px;
    line-height: 20px;
  }
}
.table-component.tabbed table .table-component_row td:first-child .table-component_row_data,
.table-component.tabbed .table .table-component_row td:first-child .table-component_row_data {
  padding-left: 0;
}
.table-component.tabbed table .table-component_row:first-child th .table-component_row_header_tb-title,
.table-component.tabbed .table .table-component_row:first-child th .table-component_row_header_tb-title {
  padding: 0 0 0;
  font-size: 20px;
  line-height: 32px;
}
@media screen and (max-width: 576px) {
  .table-component.tabbed table .table-component_row:first-child th .table-component_row_header_tb-title,
.table-component.tabbed .table .table-component_row:first-child th .table-component_row_header_tb-title {
    font-size: 18px;
    line-height: 27px;
  }
}
.table-component.tabbed table .table-component_row .table-component_row_data,
.table-component.tabbed .table .table-component_row .table-component_row_data {
  padding-left: 0;
  font-size: 20px;
  line-height: 32px;
  font-weight: normal;
}
@media screen and (max-width: 576px) {
  .table-component.tabbed table .table-component_row .table-component_row_data,
.table-component.tabbed .table .table-component_row .table-component_row_data {
    font-size: 18px;
    line-height: 27px;
  }
}
@media screen and (max-width: 768px) {
  .table-component.tabbed table .table-component_row .table-component_data,
.table-component.tabbed .table .table-component_row .table-component_data {
    min-width: 168px !important;
    max-width: 168px !important;
    box-shadow: none;
  }
}
.table-component.tabbed table .table-component_row .table-component_data.sticky-col,
.table-component.tabbed .table .table-component_row .table-component_data.sticky-col {
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .table-component.tabbed table .table-component_row .table-component_data.sticky-col,
.table-component.tabbed .table .table-component_row .table-component_data.sticky-col {
    font-size: 18px;
  }
}
.table-component.tabbed table .table-component_row_header:not(.column-red) .table-component_row_header_tb-title,
.table-component.tabbed .table .table-component_row_header:not(.column-red) .table-component_row_header_tb-title {
  padding: 0 0 0;
  font-size: 20px;
  line-height: 32px;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 576px) {
  .table-component.tabbed table .table-component_row_header:not(.column-red) .table-component_row_header_tb-title,
.table-component.tabbed .table .table-component_row_header:not(.column-red) .table-component_row_header_tb-title {
    padding-bottom: 0;
  }
}
.table-component.tabbed table .table-component_row_header:not(.column-red) .table-component_row_header_tb-title p,
.table-component.tabbed .table .table-component_row_header:not(.column-red) .table-component_row_header_tb-title p {
  font-size: 20px;
  line-height: 32px;
  margin: 0;
}
@media screen and (max-width: 576px) {
  .table-component.tabbed table .table-component_row_header:not(.column-red) .table-component_row_header_tb-title p,
.table-component.tabbed .table .table-component_row_header:not(.column-red) .table-component_row_header_tb-title p {
    font-size: 18px;
    line-height: 27px;
    margin: 0;
  }
}
.table-component.tabbed table .table-component_row_header:not(.sticky-col) .table-component_row_header_tb-title,
.table-component.tabbed .table .table-component_row_header:not(.sticky-col) .table-component_row_header_tb-title {
  padding-left: 10px;
}
.table-component.tabbed table .table-component_row_header:not(.sticky-col) .table-component_row_header_tb-title p,
.table-component.tabbed .table .table-component_row_header:not(.sticky-col) .table-component_row_header_tb-title p {
  margin: 0;
}
.table-component.tabbed table .table-component_data:not(.column-red),
.table-component.tabbed .table .table-component_data:not(.column-red) {
  padding: 20px;
  text-align: left;
  font-size: 20px;
  line-height: 32px;
}
@media screen and (max-width: 576px) {
  .table-component.tabbed table .table-component_data:not(.column-red),
.table-component.tabbed .table .table-component_data:not(.column-red) {
    font-size: 14px;
    line-height: 20px;
  }
}
.table-component.tabbed table .table-component_data:not(.column-red) .table-component_row_data,
.table-component.tabbed .table .table-component_data:not(.column-red) .table-component_row_data {
  padding: 0;
}
.table-component.tabbed table .table-component_data:not(.sticky-col),
.table-component.tabbed .table .table-component_data:not(.sticky-col) {
  padding-left: 30px;
}
.table-component.tabbed table .table-component_data:not(.sticky-col).column-red,
.table-component.tabbed .table .table-component_data:not(.sticky-col).column-red {
  box-shadow: none;
}
.table-component.tabbed table .table-component_row_header,
.table-component.tabbed .table .table-component_row_header {
  vertical-align: middle;
}
.table-component.tabbed table .table-component_row_header.column-red,
.table-component.tabbed .table .table-component_row_header.column-red {
  box-shadow: none;
}

#tabbed-table {
  padding: 30px 0 0;
  margin-bottom: 30px;
  border: 0;
  justify-content: center;
}
#tabbed-table .nav-link {
  border: 0;
  text-transform: unset !important;
  font-weight: bold;
  color: black;
  padding: 0 14px 8px;
  margin: 0 9px;
  border-bottom: 3px solid transparent;
}
#tabbed-table .nav-link.active {
  text-decoration: none;
  border-bottom: 3px solid #B71234;
  padding: 0 14px 8px;
}
#tabbed-table .nav-link h3 {
  font-size: 18px;
  line-height: 27px;
  color: #312E3B;
  text-transform: none;
  margin-bottom: 0;
  letter-spacing: unset;
}
@media screen and (max-width: 991px) {
  #tabbed-table.nav-tabs .nav-item {
    margin-bottom: 16px;
  }
}
#tabbed-table.nav-tabs .nav-item:last-child {
  margin-bottom: 0;
}

#tabbed-table + #tabsContent .table-component {
  margin: 0;
}

html:has(.gci-scroller.plan-cards) {
  overflow-x: hidden;
}

body > .container:has(.gci-scroller.plan-cards) {
  padding: unset !important;
}

.main-container:has(.gci-scroller.plan-cards) {
  padding: unset !important;
}

.gci-scroller.plan-cards {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 50px;
  padding-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .gci-scroller.plan-cards {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 992px) {
  .gci-scroller.plan-cards.hat .container {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.gci-scroller.plan-cards.hat .container .row.mobile-scroll-wrapper .sc-slide-callout {
  position: absolute;
  top: -42px !important;
  padding: 0 !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  display: flex !important;
  background: #B71234 !important;
  color: white !important;
  height: 42px !important;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
}
.gci-scroller.plan-cards.hat .container .row.mobile-scroll-wrapper .sc-slide-callout.red-gradient-bg {
  background: linear-gradient(270deg, #D18100 0%, #B71234 100%) !important;
  color: white !important;
}
.gci-scroller.plan-cards.hat .container .row.mobile-scroll-wrapper .sc-slide-callout.bg-glacierblue {
  background: #00a9e0 !important;
  color: white !important;
}
.gci-scroller.plan-cards.hat .container .row.mobile-scroll-wrapper .sc-slide-callout.text-danger {
  color: #B71234 !important;
}
.gci-scroller.plan-cards.hat .container .row.mobile-scroll-wrapper .sc-slide-callout.text-white {
  color: #B71234 !important;
}
.gci-scroller.plan-cards.hat .container .row.mobile-scroll-wrapper .sc-slide-callout.text-midnightblue {
  color: #272e44 !important;
}
.gci-scroller.plan-cards.hat .container .row.mobile-scroll-wrapper .sc-slide-callout.text-almostblack {
  background-color: #312E3B !important;
}
.gci-scroller.plan-cards.hat .container .row.mobile-scroll-wrapper .sc-slide-callout.text-black {
  color: #312E3B !important;
}
.gci-scroller.plan-cards.hat .container .row.mobile-scroll-wrapper .sc-slide-callout.red-bg {
  background: #B71234 !important;
}
.gci-scroller.plan-cards.hat .container .row.mobile-scroll-wrapper .sc-slide-callout.bg-white {
  background: #B71234 !important;
}
.gci-scroller.plan-cards.hat .container .row.mobile-scroll-wrapper .sc-slide-callout.bg-lightblue {
  background-color: #F2F5FA !important;
}
.gci-scroller.plan-cards.hat .container .row.mobile-scroll-wrapper .sc-slide-callout.bg-midnightblue {
  background-color: #042046;
}
.gci-scroller.plan-cards.hat .container .row.mobile-scroll-wrapper .sc-slide-callout.bg-almostblack {
  background-color: #312E3B;
}
.gci-scroller.plan-cards.hat .container .row.mobile-scroll-wrapper .slick-dots {
  top: 64px;
  height: 30px;
}
.gci-scroller.plan-cards.hat .container .row.mobile-scroll-wrapper .slick-next, .gci-scroller.plan-cards.hat .container .row.mobile-scroll-wrapper .slick-prev {
  top: 78px;
}
.gci-scroller.plan-cards.hat .container .row.mobile-scroll-wrapper .slick-next {
  height: 20px;
}
.gci-scroller.plan-cards.hat .content-block {
  margin-top: 42px;
  height: calc(100% - 42px) !important;
}
.gci-scroller.plan-cards.hat .content-block:has(.sc-slide-callout) {
  margin-top: 42px;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .gci-scroller.plan-cards.hat .content-block {
    margin-top: 0;
    height: unset !important;
  }
}
.gci-scroller.plan-cards .container {
  padding-top: 32px;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .gci-scroller.plan-cards .container {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .gci-scroller.plan-cards .container .row div[class*=col-] {
    padding: 0 15px;
  }
  .gci-scroller.plan-cards .container .row div[class*=col-]:first-child {
    padding-left: 10px;
  }
  .gci-scroller.plan-cards .container .row div[class*=col-]:last-child {
    padding-right: 10px;
  }
}
.gci-scroller.plan-cards .sc-title, .gci-scroller.plan-cards h2 {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 8px;
}
@media screen and (min-width: 992px) {
  .gci-scroller.plan-cards .sc-title, .gci-scroller.plan-cards h2 {
    margin-bottom: 16px;
  }
}
.gci-scroller.plan-cards .sc-subtitle {
  font-size: 18px;
  line-height: 24px;
  color: white;
  text-transform: unset;
  font-weight: normal;
  letter-spacing: unset;
  word-spacing: unset;
  margin-bottom: 0;
}
.gci-scroller.plan-cards .mobile-scroll-wrapper .content-block {
  position: relative;
}
.gci-scroller.plan-cards .mobile-scroll-wrapper .content-block details {
  position: relative;
  padding-bottom: 24px;
}
.gci-scroller.plan-cards .mobile-scroll-wrapper .content-block details[open] {
  padding-bottom: 0;
}
.gci-scroller.plan-cards .mobile-scroll-wrapper .content-block details[open] summary {
  margin-bottom: 24px;
}
.gci-scroller.plan-cards .mobile-scroll-wrapper .content-block details[open] .sc-slide-description {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.gci-scroller.plan-cards .mobile-scroll-wrapper .content-block details[open] .sc-slide-description p {
  font-size: unset;
  line-height: unset;
  font-weight: unset;
}
.gci-scroller.plan-cards .mobile-scroll-wrapper .content-block summary {
  display: inline-block;
  color: #312E3B;
  font-family: "Gotham";
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin: 0;
  list-style-type: none;
  border-bottom: 1px solid #312e3b;
}
.gci-scroller.plan-cards .mobile-scroll-wrapper .content-block details > summary::marker {
  display: none;
}
.gci-scroller.plan-cards .mobile-scroll-wrapper .content-block details > summary::-webkit-details-marker {
  display: none;
}
.gci-scroller.plan-cards .mobile-scroll-wrapper .content-block .sc-slide-title, .gci-scroller.plan-cards .mobile-scroll-wrapper .content-block h3 {
  color: unset;
  text-transform: unset;
  font-weight: unset;
  letter-spacing: unset;
  word-spacing: unset;
  font-family: "Gotham";
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 8px;
}
.gci-scroller.plan-cards .mobile-scroll-wrapper .content-block .sc-slide-description {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.gci-scroller.plan-cards .mobile-scroll-wrapper .content-block .sc-slide-description p {
  font-size: unset;
  line-height: unset;
  font-weight: unset;
}
@media screen and (min-width: 992px) {
  .gci-scroller.plan-cards .mobile-scroll-wrapper .content-block .slide-info .sc-slide-title {
    min-height: 84px;
  }
}
.gci-scroller.plan-cards .mobile-scroll-wrapper .content-block .slide-info .sc-slide-description {
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .gci-scroller.plan-cards .mobile-scroll-wrapper .content-block .slide-info .sc-slide-description {
    min-height: 72px;
  }
}
.gci-scroller.plan-cards .mobile-scroll-wrapper .content-block .slide-info .sc-slide-subtitle {
  margin-bottom: 12px;
}
.gci-scroller.plan-cards .mobile-scroll-wrapper .content-block .slide-info .sc-slide-subtitle p {
  font-family: "Gotham";
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  margin-bottom: 0;
}
.gci-scroller.plan-cards .mobile-scroll-wrapper .content-block .highlight-blue {
  line-height: 32px;
}
.gci-scroller.plan-cards .mobile-scroll-wrapper .content-block .cta {
  border-top: 1px solid #BBBDC0;
  padding-top: 18px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .gci-scroller.plan-cards .mobile-scroll-wrapper .content-block .cta {
    margin-top: unset;
    height: auto;
  }
}
.gci-scroller.plan-cards .mobile-scroll-wrapper .featured-item.red-bg summary {
  color: white;
  border-bottom: 1px solid white;
}
.gci-scroller.plan-cards .mobile-scroll-wrapper .featured-item.red-bg .small-button {
  background: white;
  color: #B71234;
}
.gci-scroller.plan-cards .mobile-scroll-wrapper .featured-item.red-bg .small-button:hover {
  background: #B71234;
  color: white;
  border: 1px solid white;
}
.gci-scroller.plan-cards .mobile-scroll-wrapper .featured-item.red-bg .cta {
  border-top: 1px solid #850D25;
  padding-top: 18px;
}
.gci-scroller.plan-cards .body-content h4 {
  line-height: 24px;
}
@media screen and (min-width: 992px) {
  .gci-scroller.plan-cards .body-content h4 {
    line-height: 40px;
    margin-bottom: 16px;
    font-weight: 500;
  }
}

.bg-scale-light {
  background-color: #F2F5FA;
}

.broad-band-labels {
  padding: 5%;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-left: -18px;
  margin-right: -18px;
  overflow-x: hidden;
}
@media screen and (min-width: 1331px) {
  .broad-band-labels {
    padding: 1.5%;
  }
}
.broad-band-labels.bg-scale-light .sc-title,
.broad-band-labels.bg-scale-light .sc-subtitle,
.broad-band-labels.bg-scale-light .sc-legal, .broad-band-labels .bg-scale-light .sc-title,
.broad-band-labels .bg-scale-light .sc-subtitle,
.broad-band-labels .bg-scale-light .sc-legal, .broad-band-labels.bg-white .sc-title,
.broad-band-labels.bg-white .sc-subtitle,
.broad-band-labels.bg-white .sc-legal, .broad-band-labels .bg-white .sc-title,
.broad-band-labels .bg-white .sc-subtitle,
.broad-band-labels .bg-white .sc-legal {
  color: #312E3B;
}
.broad-band-labels.bg-scale-light .slick-prev svg path, .broad-band-labels.bg-scale-light .slick-next svg path, .broad-band-labels .bg-scale-light .slick-prev svg path, .broad-band-labels .bg-scale-light .slick-next svg path, .broad-band-labels.bg-white .slick-prev svg path, .broad-band-labels.bg-white .slick-next svg path, .broad-band-labels .bg-white .slick-prev svg path, .broad-band-labels .bg-white .slick-next svg path {
  stroke: #312E3B;
}
.broad-band-labels.bg-scale-light .slick-dots li.slick-active button, .broad-band-labels .bg-scale-light .slick-dots li.slick-active button, .broad-band-labels.bg-white .slick-dots li.slick-active button, .broad-band-labels .bg-white .slick-dots li.slick-active button {
  background-color: #312E3B;
}
.broad-band-labels .content-container {
  max-width: 1260px;
  margin: 0 auto;
}
.broad-band-labels .slick-navigation {
  padding: 30px 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.broad-band-labels .slick-prev, .broad-band-labels .slick-next, .broad-band-labels .slick-dots {
  position: relative;
  top: unset;
  bottom: unset;
  right: unset;
  left: unset;
}
.broad-band-labels .slick-prev:after, .broad-band-labels .slick-prev:before, .broad-band-labels .slick-next:after, .broad-band-labels .slick-next:before, .broad-band-labels .slick-dots:after, .broad-band-labels .slick-dots:before {
  content: none;
}
.broad-band-labels .slick-prev, .broad-band-labels .slick-next {
  transform: none;
}
.broad-band-labels .slick-prev svg path, .broad-band-labels .slick-next svg path {
  stroke: white;
}
.broad-band-labels .slick-prev.slick-disabled svg path, .broad-band-labels .slick-next.slick-disabled svg path {
  stroke: #BBBDC0;
}
.broad-band-labels .slick-dots {
  display: flex;
  width: auto;
  margin: 0 24px;
}
@media screen and (min-width: 768px) {
  .broad-band-labels .slick-dots {
    margin: 0 40px;
  }
}
.broad-band-labels .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 4px;
}
.broad-band-labels .slick-dots li.slick-active button {
  background-color: white;
}
.broad-band-labels .sc-title, .broad-band-labels .sc-subtitle {
  color: white;
}
.broad-band-labels .sc-legal {
  margin-top: 40px;
  color: white;
}
.broad-band-labels .sc-legal a {
  color: inherit;
  font-family: "Gotham Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: underline;
}

.broad-band-scroll-wrapper {
  display: flex;
  gap: 16px;
  width: 100%;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.broad-band-scroll-wrapper.slick-slider .slick-slide {
  font-size: inherit;
  height: auto;
}
.broad-band-scroll-wrapper.slick-slider .slick-slide > div {
  height: 100%;
}
.broad-band-scroll-wrapper.slick-slider .slick-list {
  width: 100%;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .broad-band-scroll-wrapper.slick-slider .slick-list {
    overflow: hidden;
  }
}
.broad-band-scroll-wrapper.slick-slider .slick-track {
  display: flex;
}
.broad-band-scroll-wrapper.slick-slider .slick-track > * + * {
  margin-left: 8px;
}

.broad-band-card {
  padding: 4px;
  background-color: white;
  height: 100%;
  max-width: 636px;
  min-width: 280px;
  margin: 0 auto;
}
.broad-band-card .content-container {
  padding: 12px;
  border: solid #312E3B 4px;
  height: 100%;
}
.broad-band-card .content-container .broad-band-card-title {
  color: #312E3B;
  font-size: 28px;
  font-style: normal;
  font-family: "Gotham Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: normal;
  letter-spacing: -0.42px;
  text-transform: none;
}
.broad-band-card .content-container .broad-band-card-subtitle {
  color: #312E3B;
  font-size: 16px;
  font-style: normal;
  font-family: "Gotham Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: normal;
  letter-spacing: -0.225px;
  text-transform: none;
  margin-bottom: 4px;
}
.broad-band-card .content-container .broad-band-card-subtitle > p {
  font-family: "Gotham Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.broad-band-card .content-container .broad-band-card-section-title {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  margin-bottom: 4px;
}
.broad-band-card .content-container .broad-band-card-section-title:only-child {
  margin-bottom: 12px;
}
.broad-band-card .content-container .broad-band-card-section-title > .label-list-item-value {
  font-family: "Gotham Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-left: 15%;
}
.broad-band-card .content-container .broad-band-card-section-title > .label-list-item-value a {
  text-align: right;
}
.broad-band-card .content-container .broad-band-card-section-title .title-tag {
  font-size: 13px;
  margin-left: 15%;
}
.broad-band-card .content-container p {
  font-size: 13px;
  margin-bottom: 16px;
  font-weight: 450;
}
.broad-band-card .content-container p:last-of-type {
  margin-bottom: 12px;
}
.broad-band-card .content-container p:empty {
  display: none;
}
.broad-band-card .content-container .label-list {
  list-style: none;
  padding-inline-start: 16px;
  margin-bottom: 16px;
  font-family: "Gotham Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
}
.broad-band-card .content-container .label-list .label-list {
  margin-bottom: 0;
}
.broad-band-card .content-container .label-list .label-list-item {
  display: flex;
  flex-direction: column;
  margin: 0;
  letter-spacing: -0.195px;
}
.broad-band-card .content-container .label-list .label-list-item:last-of-type > p:last-of-type {
  margin-bottom: 0;
}
.broad-band-card .content-container .label-list .label-list-item-title {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  font-family: "Gotham Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
}
.broad-band-card .content-container .label-list .label-list-item-title > span:not(.label-list-item-value, .label-list-item-col) {
  text-indent: -10px;
  margin-left: 10px;
}
.broad-band-card .content-container .label-list .label-list-item-title.nojustify {
  justify-content: left;
}
@media screen and (max-width: 400px) {
  .broad-band-card .content-container .label-list .label-list-item-title.nojustify {
    display: block !important;
    padding-bottom: 10px;
  }
  .broad-band-card .content-container .label-list .label-list-item-title.nojustify .label-list-item-col {
    display: block !important;
  }
}
.broad-band-card .content-container .label-list .label-list-item-title.nojustify .label-list-item-value {
  padding-left: 0;
}
.broad-band-card .content-container .label-list .label-list-item-detail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 450;
}
.broad-band-card .content-container .label-list .label-list-item-detail > a {
  margin-bottom: 12px;
}
.broad-band-card .content-container .label-list .label-list-item-value {
  font-family: "Gotham Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  white-space: pre;
  padding-left: 10px;
}
.broad-band-card .content-container .label-list .label-list-item-col {
  font-family: "Gotham Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 60px;
}
.broad-band-card .content-container .label-list.noindent {
  padding-left: 0;
}
.broad-band-card .content-container .font-md {
  font-family: "Gotham Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.broad-band-card .content-container a {
  color: #B71234;
  word-break: break-word;
  text-decoration: underline;
  text-decoration-color: #B71234;
  display: inline-block;
  font-family: "Gotham Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
}
.broad-band-card .content-container a:hover {
  color: #312E3B;
}
.broad-band-card .content-container a:last-child:not(:first-child) {
  margin-bottom: 12px;
}
.broad-band-card .content-container h4 + h4 {
  margin-top: 8px;
}
.broad-band-card .content-container hr {
  margin-top: 0;
  margin-bottom: 12px;
}
.broad-band-card .content-container hr.divide-sm {
  border-top: solid 1px #312E3B;
}
.broad-band-card .content-container hr.divide-md {
  border-top: solid 2px #312E3B;
}
.broad-band-card .content-container hr.divide-lg {
  border-top: solid 4px #312E3B;
}
.broad-band-card .content-container hr.divide-xl {
  border-top: solid 8px #312E3B;
  margin-top: 12px;
}
.broad-band-card .content-container hr.divide-spacer {
  border-top: none;
}
.broad-band-card .content-container .label-card-id {
  font-family: "Gotham Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

html:has(.featured-collection.condensed) {
  overflow-x: hidden;
}

body > .container:has(.featured-collection.condensed) {
  padding: unset !important;
}

.main-container:has(.featured-collection.condensed) {
  padding: unset !important;
}

.featured-collection.condensed {
  max-width: unset;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
  padding: 24px 5%;
}
@media screen and (min-width: 992px) {
  .featured-collection.condensed {
    padding: 40px 5%;
  }
}
.featured-collection.condensed.red-bg {
  background-color: #B71234;
  color: white;
}
.featured-collection.condensed.red-bg a {
  color: white;
}
.featured-collection.condensed.bg-white {
  background-color: white;
  color: #312E3B;
}
.featured-collection.condensed.bg-white summary span {
  border-bottom: 1px solid #312E3B;
}
.featured-collection.condensed.bg-white a {
  color: #312E3B;
}
.featured-collection.condensed.bg-lightblue {
  background-color: #F2F5FA !important;
  color: #312E3B;
}
.featured-collection.condensed.bg-lightblue summary span {
  border-bottom: 1px solid #312E3B;
}
.featured-collection.condensed.bg-lightblue a {
  color: #312E3B;
}
.featured-collection.condensed.bg-midnightblue {
  background-color: #042046;
  color: white;
}
.featured-collection.condensed.bg-midnightblue a {
  color: white;
}
.featured-collection.condensed.bg-almostblack {
  background-color: #312E3B;
  color: white;
}
.featured-collection.condensed.bg-almostblack a {
  color: white;
}
.featured-collection.condensed .content-container {
  max-width: 1260px;
  margin: 0 auto;
}
.featured-collection.condensed .fc-description {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
}
.featured-collection.condensed details {
  padding: 0;
  font-family: "Gotham";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}
.featured-collection.condensed details summary {
  display: block;
  font-family: "Gotham";
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  margin: 0;
  list-style-type: none;
}
.featured-collection.condensed details summary span {
  border-bottom: 1px solid white;
}
.featured-collection.condensed details summary img {
  margin-right: 8px;
  transform: rotate(0);
  transition: 0.5s transform ease-in-out;
}
.featured-collection.condensed details > summary::marker {
  display: none;
}
.featured-collection.condensed details > summary::-webkit-details-marker {
  display: none;
}
.featured-collection.condensed details[open] {
  padding-bottom: 2rem;
}
.featured-collection.condensed details[open] summary {
  position: absolute;
  bottom: 0;
  left: 0%;
}
.featured-collection.condensed details[open] summary img {
  transform: rotate(180deg);
}
.featured-collection.condensed .copy-container {
  position: relative;
  flex-direction: column;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
}
.featured-collection.condensed .content-block:has(.featured-item) {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  .featured-collection.condensed .content-block:has(.featured-item) {
    grid-template-columns: repeat(auto-fit, minmax(calc(100% / 4 - (3 * 16px)), 1fr));
    gap: 1rem;
  }
}
.featured-collection.condensed .content-block.row {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  .featured-collection.condensed .content-block.row {
    grid-template-columns: repeat(auto-fit, minmax(calc(100% / 4 - (3 * 16px)), 1fr));
    gap: 1rem;
  }
}
.featured-collection.condensed .featured-item {
  border: none !important;
  margin-bottom: 36px;
}
@media screen and (min-width: 992px) {
  .featured-collection.condensed .featured-item {
    margin-bottom: 0;
  }
}
.featured-collection.condensed .featured-item:after {
  border: none;
}
.featured-collection.condensed .featured-item:last-child {
  margin-bottom: 0;
}
.featured-collection.condensed .featured-item .fc-image {
  margin: 0 14px 0 0;
  line-height: 1;
}
.featured-collection.condensed .featured-item .fc-image img {
  width: 24px;
  height: 19px;
}
.featured-collection.condensed .fc-title {
  padding: 0;
  width: auto;
  font-family: "Gotham";
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0.5rem;
}
.featured-collection.condensed a {
  text-decoration: underline;
}
.featured-collection.condensed a:hover {
  text-decoration: none;
}

@media (max-width: 1200px) {
  .theme-gcib .main-feature.enhanced .feature-bg {
    opacity: 0 !important;
    width: 100%;
  }
}
body > .container {
  padding: unset;
}

html:has(.main-feature.enhanced) {
  overflow-x: hidden;
}

.theme-gcib .main-feature.enhanced.bg-white {
  background: white;
}
.theme-gcib .main-feature.enhanced.bg-white .main-feature-wrap {
  background-image: none !important;
}
.theme-gcib .main-feature.enhanced.bg-white .main-feature-wrap > picture {
  display: none;
}
.theme-gcib .main-feature.enhanced.bg-white .main-feature-wrap .hero-teaser .h1 {
  color: #312E3B;
}
.theme-gcib .main-feature.enhanced.bg-white .main-feature-wrap h2,
.theme-gcib .main-feature.enhanced.bg-white .main-feature-wrap .body-copy {
  color: #312E3B;
}
.theme-gcib .main-feature.enhanced.bg-white .main-feature-wrap .btn-primary {
  background: #B71234;
  color: white;
}
.theme-gcib .main-feature.enhanced.bg-white .main-feature-wrap .btn-primary:hover {
  background-color: #940F29;
  border: 1px solid transparent;
}
.theme-gcib .main-feature.enhanced.bg-white .main-feature-wrap .btn-link {
  color: #312E3B;
  text-decoration: underline;
}
.theme-gcib .main-feature.enhanced.bg-lightblue {
  background: #F2F5FA !important;
}
.theme-gcib .main-feature.enhanced.bg-lightblue .main-feature-wrap {
  background-image: none !important;
}
.theme-gcib .main-feature.enhanced.bg-lightblue .main-feature-wrap > picture {
  display: none;
}
.theme-gcib .main-feature.enhanced.bg-lightblue .main-feature-wrap .hero-teaser .h1 {
  color: #312E3B;
}
.theme-gcib .main-feature.enhanced.bg-lightblue .main-feature-wrap h2,
.theme-gcib .main-feature.enhanced.bg-lightblue .main-feature-wrap .body-copy {
  color: #312E3B;
}
.theme-gcib .main-feature.enhanced.bg-lightblue .main-feature-wrap .btn-primary {
  background: #B71234;
  color: white;
}
.theme-gcib .main-feature.enhanced.bg-lightblue .main-feature-wrap .btn-primary:hover {
  background-color: #940F29;
  border: 1px solid transparent;
}
.theme-gcib .main-feature.enhanced.bg-lightblue .main-feature-wrap .btn-link {
  color: #312E3B;
  text-decoration: underline;
}
.theme-gcib .main-feature.enhanced.red-bg {
  background: #b71234;
}
.theme-gcib .main-feature.enhanced.red-bg .main-feature-wrap {
  background-image: none !important;
}
.theme-gcib .main-feature.enhanced.red-bg .main-feature-wrap > picture {
  display: none;
}
.theme-gcib .main-feature.enhanced.red-bg .main-feature-wrap .hero-teaser .h1 {
  color: white;
}
.theme-gcib .main-feature.enhanced.red-bg .main-feature-wrap h2,
.theme-gcib .main-feature.enhanced.red-bg .main-feature-wrap .body-copy {
  color: white;
}
.theme-gcib .main-feature.enhanced.bg-midnightblue {
  background: #042046 !important;
}
.theme-gcib .main-feature.enhanced.bg-midnightblue .main-feature-wrap {
  background-image: none !important;
}
.theme-gcib .main-feature.enhanced.bg-midnightblue .main-feature-wrap > picture {
  display: none;
}
.theme-gcib .main-feature.enhanced.bg-midnightblue .main-feature-wrap .hero-teaser .h1 {
  color: white;
}
.theme-gcib .main-feature.enhanced.bg-midnightblue .main-feature-wrap h2,
.theme-gcib .main-feature.enhanced.bg-midnightblue .main-feature-wrap .body-copy {
  color: white;
}
.theme-gcib .main-feature.enhanced.bg-almostblack {
  background: #312E3B !important;
}
.theme-gcib .main-feature.enhanced.bg-almostblack .main-feature-wrap {
  background-image: none !important;
}
.theme-gcib .main-feature.enhanced.bg-almostblack .main-feature-wrap > picture {
  display: none;
}
.theme-gcib .main-feature.enhanced.bg-almostblack .main-feature-wrap .hero-teaser .h1 {
  color: white;
}
.theme-gcib .main-feature.enhanced.bg-almostblack .main-feature-wrap h2,
.theme-gcib .main-feature.enhanced.bg-almostblack .main-feature-wrap .body-copy {
  color: white;
}
.theme-gcib .main-feature.enhanced .main-feature-wrap {
  min-height: unset;
  display: grid;
}
@media (min-width: 768px) {
  .theme-gcib .main-feature.enhanced .main-feature-wrap {
    min-height: unset;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1200px) {
  .theme-gcib .main-feature.enhanced .main-feature-wrap {
    min-height: 360px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.theme-gcib .main-feature.enhanced .feature-bg {
  min-height: unset;
  display: none;
}
.theme-gcib .main-feature.enhanced .body-container {
  position: relative;
  display: grid;
  align-items: center;
}
@media (max-width: 767px) {
  .theme-gcib .main-feature.enhanced .body-container {
    padding: 0 32px;
  }
}
@media (min-width: 577px) {
  .theme-gcib .main-feature.enhanced .body-container {
    grid-template-columns: 50% 1fr;
    column-gap: 20px;
  }
}
@media (min-width: 1200px) {
  .theme-gcib .main-feature.enhanced .body-container {
    grid-template-columns: 52% 1fr;
  }
}
@media (min-width: 1400px) {
  .theme-gcib .main-feature.enhanced .body-container {
    grid-template-columns: 45% 1fr;
    column-gap: 40px;
  }
}
@media (max-width: 576px) {
  .theme-gcib .main-feature.enhanced .hero-image {
    order: 1;
    display: grid;
    justify-self: center;
    padding: 60px 0 0;
  }
  .theme-gcib .main-feature.enhanced .hero-image img {
    min-height: 156px;
  }
}
@media (max-width: 1400px) {
  .theme-gcib .main-feature.enhanced .hero-image img {
    width: 100%;
  }
}
.theme-gcib .main-feature.enhanced .hero-teaser {
  text-align: center;
}
@media (min-width: 577px) {
  .theme-gcib .main-feature.enhanced .hero-teaser {
    text-align: left;
    padding: 40px 0;
  }
}
.theme-gcib .main-feature.enhanced .hero-teaser h1 {
  margin-bottom: 24px;
}
@media (min-width: 577px) {
  .theme-gcib .main-feature.enhanced .hero-teaser h1 {
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .theme-gcib .main-feature.enhanced .hero-teaser {
    padding: 24px 0;
    order: 2;
  }
}
.theme-gcib .main-feature.enhanced .body-copy {
  margin-bottom: 1rem;
  color: white;
  font-family: "Gotham";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.theme-gcib .main-feature.enhanced .cta-container {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
  column-gap: 24px;
  justify-content: center;
}
@media (min-width: 576px) {
  .theme-gcib .main-feature.enhanced .cta-container {
    justify-content: unset;
    grid-template-columns: 50% 50%;
    column-gap: 36px;
    align-items: center;
  }
}
.theme-gcib .main-feature.enhanced .cta-container .btn {
  padding: 0.4rem 27px;
}
.theme-gcib .main-feature.enhanced .cta-container .btn-primary {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  padding: 0.6rem 1rem;
  background: white;
  color: #B71234;
}
@media (min-width: 1200px) {
  .theme-gcib .main-feature.enhanced .cta-container .btn-primary {
    font-size: 22px;
    line-height: 1.5;
    font-weight: bold;
    padding: 0.6rem 2.5rem;
  }
}
@media (min-width: 1400px) {
  .theme-gcib .main-feature.enhanced .cta-container .btn-primary {
    font-size: 22px;
    line-height: 1.5;
    font-weight: bold;
    padding: 0.6rem 3rem;
  }
}
.theme-gcib .main-feature.enhanced .cta-container .btn-primary:hover {
  background: #B71234;
  color: white;
  border: 1px solid white;
}
.theme-gcib .main-feature.enhanced .cta-container .btn-link {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: white;
  text-decoration: underline;
}
@media (min-width: 577px) {
  .theme-gcib .main-feature.enhanced .cta-container .btn-link {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .theme-gcib .main-feature.enhanced .cta-container .btn-link {
    font-size: 22px;
    line-height: 1.5;
    font-weight: bold;
  }
}
@media (min-width: 1400px) {
  .theme-gcib .main-feature.enhanced .cta-container .btn-link {
    font-size: 22px;
    line-height: 1.5;
    font-weight: bold;
  }
}
.theme-gcib .main-feature.enhanced .cta-container .btn-link:hover {
  text-decoration: none;
}
.theme-gcib .main-feature.enhanced .hero-teaser .h1 {
  color: white;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .theme-gcib .main-feature.enhanced .hero-teaser .h1 {
    font-size: 32px;
    line-height: 39px;
  }
}
@media (min-width: 577px) {
  .theme-gcib .main-feature.enhanced .hero-teaser .h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .theme-gcib .main-feature.enhanced .hero-teaser .h1 {
    font-size: 48px;
    line-height: 58px;
  }
}
.theme-gcib .main-feature.enhanced h2 {
  color: white;
  font-family: "Gotham";
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 1.28px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.theme-gcib .main-feature.enhanced.bg-light h2 {
  color: #312E3B;
}
.theme-gcib .main-feature.enhanced.bg-light .hero-teaser h1, .theme-gcib .main-feature.enhanced.bg-light .hero-teaser .h1 {
  color: #312E3B;
}
.theme-gcib .main-feature.enhanced.bg-light .body-copy {
  color: #312E3B;
}
.theme-gcib .main-feature.enhanced.bg-light .cta-container .btn-primary {
  background-color: #B71234;
  color: white;
}
.theme-gcib .main-feature.enhanced.bg-light .cta-container .btn-primary:hover {
  background-color: #940F29;
  border: 1px solid transparent;
}
.theme-gcib .main-feature.enhanced.bg-light .cta-container .btn-link {
  color: #B71234;
  text-decoration: underline;
}
.theme-gcib .main-feature.enhanced.bg-light .cta-container .btn-link:hover {
  text-decoration: none;
}
.theme-gcib .main-feature.enhanced.bg-dark h2 {
  color: white;
}
.theme-gcib .main-feature.enhanced.bg-dark .hero-teaser h1, .theme-gcib .main-feature.enhanced.bg-dark .hero-teaser .h1 {
  color: white;
}
.theme-gcib .main-feature.enhanced.bg-dark .body-copy {
  color: white;
}
.theme-gcib .main-feature.enhanced.bg-dark .cta-container .bth-primary {
  background-color: white;
  color: #B71234;
}
.theme-gcib .main-feature.enhanced.bg-dark .cta-container .btn-link {
  color: white;
}

html:has(.wizard) {
  overflow-x: hidden;
}

body > .container:has(.wizard.results) {
  padding: unset !important;
}

.main-container:has(.wizard) {
  padding: unset !important;
}

.wizard {
  margin-left: -18px;
  margin-right: -18px;
  padding: 24px 5%;
  background: #312E3B;
}
@media (min-width: 992px) {
  .wizard {
    padding: 64px 5%;
  }
}
@media (min-width: 1200px) {
  .wizard {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.wizard.bg-almostblack {
  background: #312E3B !important;
}
.wizard.red-bg {
  background: #b71234;
}
.wizard.bg-midnightblue {
  background: #042046 !important;
}
.wizard.bg-lightblue {
  background: #F2F5FA !important;
}
.wizard.bg-white {
  background: white;
}
.wizard .content-container {
  max-width: 1260px;
  margin: 0 auto;
}
.wizard .content-container .container {
  background: white;
  color: #312E3B;
  padding: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .wizard .content-container .container {
    padding: 40px;
  }
}
.wizard .content-container .container.bg-lightblue {
  background: #F2F5FA;
}
.wizard .content-container .container.bg-midnightblue {
  background: #042046;
  color: white;
}
.wizard .content-container .container.red-bg {
  background: #B71234;
  color: white;
}
.wizard .content-container .container.red-bg .btn {
  background: white;
  color: #B71234;
}
.wizard .content-container .container.bg-almostblack {
  background: white;
  color: white;
}
.wizard .content-container .container .image-container {
  display: flex;
  justify-content: center;
}
.wizard .content-container .container h2 {
  font-family: "Gotham";
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .wizard .content-container .container h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 1rem;
  }
}
.wizard .content-container .container .w-subtitle {
  font-family: "Gotham";
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 1.5rem;
}
.wizard .content-container .container .cta-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
  column-gap: 24px;
  justify-content: center;
}
.wizard .content-container .container .cta-container .btn {
  margin: 0;
  display: block;
  width: 100%;
}
@media (min-width: 576px) {
  .wizard .content-container .container .cta-container .btn {
    width: auto;
    display: inline-block;
  }
}

.modal#gciPlusPlanWizard {
  margin: 0;
  /*generated with Input range slider CSS style generator (version 20211225)
    https://toughengineer.github.io/demo/slider-styler*/
  /*progress support*/
  /*webkit*/
  /*mozilla*/
  /*ms*/
}
.modal#gciPlusPlanWizard .last-page .modal-footer {
  display: none;
}
.modal#gciPlusPlanWizard .last-page .modal-content {
  align-content: flex-end;
}
.modal#gciPlusPlanWizard .last-page .modal-body {
  padding: 0;
}
.modal#gciPlusPlanWizard .modal-body #animation {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}
.modal#gciPlusPlanWizard .modal-body #animation svg {
  max-height: unset;
  max-width: unset;
}
.modal#gciPlusPlanWizard .modal-body #animation .container {
  max-width: unset;
  width: 100%;
  position: relative;
}
.modal#gciPlusPlanWizard .modal-body #animation .modal-footer {
  display: none;
}
.modal#gciPlusPlanWizard .modal-body #animation img {
  width: 100%;
  height: 100%;
  display: none;
}
.modal#gciPlusPlanWizard .modal-body #animation img.mobile {
  display: block;
}
@media (min-width: 769px) {
  .modal#gciPlusPlanWizard .modal-body #animation img.desktop {
    display: block;
  }
  .modal#gciPlusPlanWizard .modal-body #animation img.mobile {
    display: none;
  }
}
.modal#gciPlusPlanWizard .modal-body #animation lottie-player {
  display: none;
}
.modal#gciPlusPlanWizard .modal-body #animation lottie-player.mobile {
  display: block;
}
@media (min-width: 769px) {
  .modal#gciPlusPlanWizard .modal-body #animation lottie-player.desktop {
    display: block;
  }
  .modal#gciPlusPlanWizard .modal-body #animation lottie-player.mobile {
    display: none;
  }
}
.modal#gciPlusPlanWizard .form-page {
  display: none;
}
@media (max-width: 767px) {
  .modal#gciPlusPlanWizard .form-page .container {
    padding: 0 24px 32px !important;
  }
}
.modal#gciPlusPlanWizard .form-page:last-child {
  padding: 0;
}
.modal#gciPlusPlanWizard .form-page:last-child .question {
  display: block;
}
.modal#gciPlusPlanWizard .current-page {
  display: block;
}
.modal#gciPlusPlanWizard .current-page:has(+ div[style*="display: block;"]) {
  display: none;
}
.modal#gciPlusPlanWizard #progress-bar {
  min-height: 32px;
  min-width: 90%;
  margin: 0 auto 16px;
  position: relative;
  background-repeat: no-repeat;
  background-position: left center;
}
@media (min-width: 576px) {
  .modal#gciPlusPlanWizard #progress-bar {
    min-width: 582px;
  }
}
@media (min-width: 768px) {
  .modal#gciPlusPlanWizard #progress-bar {
    margin: 0 auto 40px;
  }
}
.modal#gciPlusPlanWizard #progress-bar #progress {
  position: relative;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left center;
  display: flex;
  justify-content: flex-end;
  transition: width 1s ease-in-out;
  height: 32px;
  align-items: center;
}
.modal#gciPlusPlanWizard .modal-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal#gciPlusPlanWizard .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
  display: grid;
  align-content: flex-start;
}
.modal#gciPlusPlanWizard .modal-header {
  padding: 0;
  height: 88px !important;
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  transition: background-position 2s ease-in-out;
}
@media (min-width: 768px) {
  .modal#gciPlusPlanWizard .modal-header {
    padding: 0 16px;
    height: 142px;
  }
}
.modal#gciPlusPlanWizard .modal-header .container {
  padding: 0;
  max-width: 1200px;
}
@media (min-width: 1200px) {
  .modal#gciPlusPlanWizard .modal-header {
    background-size: 2880px;
  }
}
.modal#gciPlusPlanWizard .modal-header .close {
  padding: 0;
  margin: 16px;
}
@media (min-width: 768px) {
  .modal#gciPlusPlanWizard .modal-header .close {
    margin: 24px 16px;
  }
}
@media (max-width: 768px) {
  .modal#gciPlusPlanWizard .modal-header img {
    width: 17px;
    height: 17px;
  }
}
.modal#gciPlusPlanWizard .modal-header picture img {
  display: none;
}
.modal#gciPlusPlanWizard .modal-body {
  overflow-y: auto;
  padding: 0 24px 32px;
  color: #312E3B;
  padding: 0 0 0;
  padding-bottom: 82px;
}
.modal#gciPlusPlanWizard .modal-body .container {
  padding: 0;
  max-width: 582px;
  text-align: center;
}
.modal#gciPlusPlanWizard .modal-body .radios,
.modal#gciPlusPlanWizard .modal-body .radiosFull,
.modal#gciPlusPlanWizard .modal-body .checkboxes {
  margin-top: 2rem;
}
.modal#gciPlusPlanWizard .modal-body .question-number {
  font-family: "Gotham";
  font-size: 12px;
  font-weight: bold;
  line-height: 21px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .modal#gciPlusPlanWizard .modal-body .question-number {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.28px;
  }
}
.modal#gciPlusPlanWizard .modal-body .question-text, .modal#gciPlusPlanWizard .modal-body h3 {
  color: unset;
  text-transform: unset;
  font-weight: unset;
  letter-spacing: unset;
  word-spacing: unset;
  font-family: "Gotham";
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
}
@media (min-width: 768px) {
  .modal#gciPlusPlanWizard .modal-body .question-text, .modal#gciPlusPlanWizard .modal-body h3 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 8px;
  }
}
.modal#gciPlusPlanWizard .modal-body .question-directions {
  font-family: "Gotham";
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}
@media (min-width: 768px) {
  .modal#gciPlusPlanWizard .modal-body .question-directions {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.modal#gciPlusPlanWizard .modal-footer {
  z-index: 2;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 16px;
  background: #fff;
  box-shadow: 0px -6px 12px 0px rgba(0, 0, 0, 0.2);
}
.modal#gciPlusPlanWizard .modal-footer .container {
  padding: 0;
  max-width: 582px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(100% / 2 - (2 * 16px)), 1fr));
  justify-content: flex-end;
}
.modal#gciPlusPlanWizard .modal-footer button {
  justify-self: flex-start;
  border: none;
  margin: 0;
  padding: 0;
  background: none;
  color: #00A9E0;
  font-family: "Gotham";
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  cursor: pointer;
}
.modal#gciPlusPlanWizard .modal-footer button#previous {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.modal#gciPlusPlanWizard .modal-footer button#previous:hover {
  text-decoration: none;
}
.modal#gciPlusPlanWizard .modal-footer button#next {
  justify-self: flex-end;
}
.modal#gciPlusPlanWizard .modal-footer button#next:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.modal#gciPlusPlanWizard .modal-footer button#results {
  display: none;
  justify-self: flex-end;
}
.modal#gciPlusPlanWizard .modal-footer button:focus {
  outline: none !important;
}
.modal#gciPlusPlanWizard .question {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px;
}
@media (min-width: 992px) {
  .modal#gciPlusPlanWizard .question {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
  }
}
@media (max-width: 991px) {
  .modal#gciPlusPlanWizard .question > div:not(.helpful-info):not(.animation) {
    margin-left: 24px;
    margin-right: 24px;
  }
}
.modal#gciPlusPlanWizard .question input[type=radio],
.modal#gciPlusPlanWizard .question input[type=checkbox] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.modal#gciPlusPlanWizard .question label {
  margin: 0;
}
.modal#gciPlusPlanWizard .question label .animated {
  display: none;
}
.modal#gciPlusPlanWizard .question input[type=radio]:checked + label,
.modal#gciPlusPlanWizard .question input[type=checkbox]:checked + label {
  background-color: #312e3b;
  color: white;
  border: 2px solid #00A9E0;
}
.modal#gciPlusPlanWizard .question input[type=radio]:checked + label .radio-image img,
.modal#gciPlusPlanWizard .question input[type=checkbox]:checked + label .radio-image img {
  display: none;
}
.modal#gciPlusPlanWizard .question input[type=radio]:checked + label .animated,
.modal#gciPlusPlanWizard .question input[type=checkbox]:checked + label .animated {
  display: block;
}
.modal#gciPlusPlanWizard .question input[type=radio]:checked + label .animated img,
.modal#gciPlusPlanWizard .question input[type=checkbox]:checked + label .animated img {
  display: block;
}
.modal#gciPlusPlanWizard .question input[type=checkbox]:checked + label {
  padding: 10px 16px 10px 10px;
}
.modal#gciPlusPlanWizard .question input[type=radio] + label {
  display: block;
  min-height: 180px;
  border-radius: 8px;
  padding: 8px;
  border: 2px solid #bbbdc0;
  background: #f2f5fa;
  box-shadow: 0px 2px 12px 0px rgba(49, 46, 59, 0.2);
}
.modal#gciPlusPlanWizard .question input[type=radio] + label > div {
  display: grid;
  justify-items: center;
  gap: 4px;
}
.modal#gciPlusPlanWizard .question input[type=radio] + label .q-container {
  display: flex;
  justify-items: center;
  align-items: center;
}
.modal#gciPlusPlanWizard .question input[type=radio] + label .q-container img {
  margin-right: 16px;
  display: none;
}
.modal#gciPlusPlanWizard .question input[type=radio] + label:hover {
  border: 2px solid #00A9E0;
}
.modal#gciPlusPlanWizard .question input[type=radio]:checked + label > div .q-container img {
  display: block;
}
.modal#gciPlusPlanWizard .question input[type=checkbox] + label {
  display: block;
  border-radius: 8px;
  padding: 10px 32px;
  border: 2px solid #bbbdc0;
  background: #f2f5fa;
  box-shadow: 0px 2px 12px 0px rgba(49, 46, 59, 0.2);
}
.modal#gciPlusPlanWizard .question input[type=checkbox] + label div:last-child {
  width: 100%;
}
.modal#gciPlusPlanWizard .question input[type=checkbox] + label > div {
  display: flex;
  justify-items: center;
  align-items: center;
}
.modal#gciPlusPlanWizard .question input[type=checkbox] + label > div img {
  margin-right: 6px;
  display: none;
}
@media (min-width: 768px) {
  .modal#gciPlusPlanWizard .question input[type=checkbox] + label > div img {
    margin-right: 16px;
  }
}
.modal#gciPlusPlanWizard .question input[type=checkbox] + label:hover {
  border: 2px solid #00A9E0;
}
.modal#gciPlusPlanWizard .question input[type=checkbox]:checked + label > div img {
  display: block;
}
.modal#gciPlusPlanWizard .question .q-text {
  font-family: "Gotham";
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) {
  .modal#gciPlusPlanWizard .question .q-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.modal#gciPlusPlanWizard .question.checkboxes, .modal#gciPlusPlanWizard .question.radiosFull, .modal#gciPlusPlanWizard .question.slider {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px;
}
.modal#gciPlusPlanWizard .question.radiosFull input[type=radio] + label {
  display: block;
  min-height: auto;
  border-radius: 8px;
  padding: 10px 32px;
  border: 2px solid #bbbdc0;
  background: #f2f5fa;
  box-shadow: 0px 2px 12px 0px rgba(49, 46, 59, 0.2);
}
.modal#gciPlusPlanWizard .question.radiosFull input[type=radio] + label div:last-child {
  width: 100%;
}
.modal#gciPlusPlanWizard .question.radiosFull input[type=radio] + label > div {
  display: flex;
  justify-items: center;
  align-items: center;
}
.modal#gciPlusPlanWizard .question.radiosFull input[type=radio] + label > div img {
  margin-right: 6px;
  display: none;
}
.modal#gciPlusPlanWizard .question.radiosFull input[type=radio] + label:hover {
  border: 2px solid #00A9E0;
}
.modal#gciPlusPlanWizard .question.radiosFull input[type=radio]:checked + label > div img {
  display: block;
}
.modal#gciPlusPlanWizard .question.radiosFull input[type=radio]:checked + label,
.modal#gciPlusPlanWizard .question.radiosFull input[type=checkbox]:checked + label {
  background-color: #312e3b;
  border: 2px solid #00A9E0;
  color: white;
  padding: 10px 16px 10px 10px;
}
.modal#gciPlusPlanWizard .question.radiosFull input[type=radio]:checked + label img,
.modal#gciPlusPlanWizard .question.radiosFull input[type=checkbox]:checked + label img {
  display: none;
}
.modal#gciPlusPlanWizard .question.radiosFull input[type=radio]:checked + label .animated,
.modal#gciPlusPlanWizard .question.radiosFull input[type=checkbox]:checked + label .animated {
  display: block;
}
.modal#gciPlusPlanWizard .helpful-info {
  border-radius: 8px;
  border: 1px dashed #312E3B;
  padding: 16px;
  font-family: "Gotham";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin-top: 24px;
  text-align: left;
}
@media (min-width: 768px) {
  .modal#gciPlusPlanWizard .helpful-info {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}
.modal#gciPlusPlanWizard .helpful-info strong {
  font-weight: bold;
}
.modal#gciPlusPlanWizard .helpful-info em {
  font-family: sans-serif;
  font-style: italic;
  font-weight: bold;
}
.modal#gciPlusPlanWizard .helpful-info a {
  color: #312e3b;
  text-decoration: underline;
}
.modal#gciPlusPlanWizard .helpful-info a:hover {
  text-decoration: none;
}
.modal#gciPlusPlanWizard .radios + .helpful-info {
  margin-top: 24px;
}
.modal#gciPlusPlanWizard .range-slider {
  text-align: center;
  font-family: "Gotham";
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin-top: 24px;
}
.modal#gciPlusPlanWizard .range-slider .rangeValue {
  margin-bottom: 16px;
}
.modal#gciPlusPlanWizard input[type=range].styled-slider {
  height: 34px;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
}
.modal#gciPlusPlanWizard input[type=range].styled-slider.slider-progress {
  --range: calc(var(--max) - var(--min));
  --ratio: calc((var(--value) - var(--min)) / var(--range));
  --sx: calc(0.5 * 32px + var(--ratio) * (100% - 32px));
}
.modal#gciPlusPlanWizard input[type=range].styled-slider:focus {
  outline: none !important;
}
.modal#gciPlusPlanWizard input[type=range].styled-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 32px;
  height: 32px;
  border-radius: 2em;
  background: #ffffff;
  border: 2px solid #312E3B;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  margin-top: calc(1em * 0.5 - max(32px * 0.5,1px));
}
.modal#gciPlusPlanWizard input[type=range].styled-slider::-webkit-slider-runnable-track {
  height: 1em;
  border: none;
  border-radius: 800px;
  background: #BBBDC0;
  box-shadow: none;
}
.modal#gciPlusPlanWizard input[type=range].styled-slider::-webkit-slider-thumb:hover {
  background: #FFFFFF;
}
.modal#gciPlusPlanWizard input[type=range].styled-slider:hover::-webkit-slider-runnable-track {
  background: #BBBDC0;
}
.modal#gciPlusPlanWizard input[type=range].styled-slider::-webkit-slider-thumb:active {
  background: #FFFFFF;
}
.modal#gciPlusPlanWizard input[type=range].styled-slider:active::-webkit-slider-runnable-track {
  background: #BBBDC0;
}
.modal#gciPlusPlanWizard input[type=range].styled-slider.slider-progress::-webkit-slider-runnable-track {
  background: linear-gradient(#312E3B, #312E3B) 0/var(--sx) 100% no-repeat, #BBBDC0;
}
.modal#gciPlusPlanWizard input[type=range].styled-slider.slider-progress:hover::-webkit-slider-runnable-track {
  background: linear-gradient(#312E3B, #312E3B) 0/var(--sx) 100% no-repeat, #BBBDC0;
}
.modal#gciPlusPlanWizard input[type=range].styled-slider.slider-progress:active::-webkit-slider-runnable-track {
  background: linear-gradient(#312E3B, #312E3B) 0/var(--sx) 100% no-repeat, #BBBDC0;
}
.modal#gciPlusPlanWizard input[type=range].styled-slider::-moz-range-thumb {
  width: max(calc(32px - 1px - 1px), 0px);
  height: max(calc(32px - 1px - 1px), 0px);
  border-radius: 2em;
  background: #ffffff;
  border: 1px solid #312E3B;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.modal#gciPlusPlanWizard input[type=range].styled-slider::-moz-range-track {
  height: 1em;
  border: none;
  border-radius: 800px;
  background: #F2F5FA;
  box-shadow: none;
}
.modal#gciPlusPlanWizard input[type=range].styled-slider::-moz-range-thumb:hover {
  background: #FFFFFF;
}
.modal#gciPlusPlanWizard input[type=range].styled-slider:hover::-moz-range-track {
  background: #F2F5FA;
}
.modal#gciPlusPlanWizard input[type=range].styled-slider::-moz-range-thumb:active {
  background: #FFFFFF;
}
.modal#gciPlusPlanWizard input[type=range].styled-slider:active::-moz-range-track {
  background: #F2F5FA;
}
.modal#gciPlusPlanWizard input[type=range].styled-slider.slider-progress::-moz-range-track {
  background: linear-gradient(#312E3B, #312E3B) 0/var(--sx) 100% no-repeat, #F2F5FA;
}
.modal#gciPlusPlanWizard input[type=range].styled-slider.slider-progress:hover::-moz-range-track {
  background: linear-gradient(#312E3B, #312E3B) 0/var(--sx) 100% no-repeat, #F2F5FA;
}
.modal#gciPlusPlanWizard input[type=range].styled-slider.slider-progress:active::-moz-range-track {
  background: linear-gradient(#312E3B, #312E3B) 0/var(--sx) 100% no-repeat, #F2F5FA;
}
.modal#gciPlusPlanWizard input[type=range].styled-slider::-ms-fill-upper {
  background: transparent;
  border-color: transparent;
}
.modal#gciPlusPlanWizard input[type=range].styled-slider::-ms-fill-lower {
  background: transparent;
  border-color: transparent;
}
.modal#gciPlusPlanWizard input[type=range].styled-slider::-ms-thumb {
  width: 32px;
  height: 32px;
  border-radius: 2em;
  background: #ffffff;
  border: 1px solid #312E3B;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  margin-top: 0;
  box-sizing: border-box;
}
.modal#gciPlusPlanWizard input[type=range].styled-slider::-ms-track {
  height: 1em;
  border-radius: 800px;
  background: #F2F5FA;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
}
.modal#gciPlusPlanWizard input[type=range].styled-slider::-ms-thumb:hover {
  background: #FFFFFF;
}
.modal#gciPlusPlanWizard input[type=range].styled-slider:hover::-ms-track {
  background: #F2F5FA;
}
.modal#gciPlusPlanWizard input[type=range].styled-slider::-ms-thumb:active {
  background: #FFFFFF;
}
.modal#gciPlusPlanWizard input[type=range].styled-slider:active::-ms-track {
  background: #F2F5FA;
}
.modal#gciPlusPlanWizard input[type=range].styled-slider.slider-progress::-ms-fill-lower {
  height: 1em;
  border-radius: 800px 0 0 800px;
  margin: -undefined 0 -undefined -undefined;
  background: #312E3B;
  border: none;
  border-right-width: 0;
}
.modal#gciPlusPlanWizard input[type=range].styled-slider.slider-progress:hover::-ms-fill-lower {
  background: #312E3B;
}
.modal#gciPlusPlanWizard input[type=range].styled-slider.slider-progress:active::-ms-fill-lower {
  background: #312E3B;
}
.modal#gciPlusPlanWizard .error {
  display: none;
  font-family: "Gotham";
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #B40000;
  padding-left: 32px;
  position: relative;
}
.modal#gciPlusPlanWizard .error:before {
  width: 25px;
  height: 24px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.5 20L12.5 4L4.5 20H20.5ZM11.5 9H13.5V15H11.5V9ZM11.5 18V16H13.5V18H11.5Z' fill='%23FF3B30'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.5 20L12.5 4L4.5 20H20.5ZM11.5 9H13.5V15H11.5V9ZM11.5 18V16H13.5V18H11.5Z' fill='%23E60000'/%3E%3C/svg%3E%0A");
}

.wizard.results + .modal .generic-modal.modal-dialog {
  margin: 1.75rem auto;
  max-width: 90%;
  height: unset;
}
@media (min-width: 768px) {
  .wizard.results + .modal .generic-modal.modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }
}
.wizard.results + .modal .generic-modal.modal-dialog .modal-body {
  padding: 40px 20px 20px;
}
.wizard.results + .modal .generic-modal.modal-dialog .modal-body .title {
  margin-top: 0;
  font-family: "Gotham";
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.275px;
  margin-bottom: 20px;
}
.wizard.results + .modal .generic-modal.modal-dialog .modal-body .description {
  font-family: "Gotham";
  font-size: 16px;
  font-weight: 400;
  line-height: 18.8px;
  letter-spacing: 0.178px;
  margin-bottom: 20px;
}
.wizard.results + .modal .generic-modal.modal-dialog .modal-body .cta-container {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .wizard.results + .modal .generic-modal.modal-dialog .modal-body .cta-container {
    grid-template-columns: 50% 50%;
    column-gap: 20px;
  }
}
.wizard.results + .modal .generic-modal.modal-dialog .modal-body .cta-container .small-button {
  font-size: 16px;
  font-weight: bold;
  padding: 8px 20px;
  line-height: 24px !important;
}
.wizard.results + .modal .generic-modal.modal-dialog .modal-body .cta-container .blue-link {
  border: 1px solid #00A9E0;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}

.wizard.results {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
}
@media (min-width: 576px) {
  .wizard.results {
    padding: 64px 5%;
  }
}
.wizard.results .content-container {
  padding: 40px 24px;
  max-width: 582px;
  text-align: center;
  color: white;
}
@media (min-width: 576px) {
  .wizard.results .content-container {
    padding: 0;
  }
}
.wizard.results.bg-white .container {
  color: #312E3B;
}
.wizard.results.bg-white .cta-container .btn {
  background: #B7122E;
  color: white;
}
.wizard.results.red-bg {
  background: #B7122E;
}
.wizard.results.red-bg .container {
  color: white;
}
.wizard.results.red-bg .cta-container .btn {
  background: white;
  color: #B7122E;
}
.wizard.results.bg-lightblue .container {
  color: #312E3B;
}
.wizard.results.bg-lightblue .cta-container .btn {
  background: #B7122E;
  color: white;
}
.wizard.results .copy-container lottie-player, .wizard.results .copy-container > img {
  float: right;
  margin: 0 0 2rem 2rem;
}
.wizard.results .plans-title {
  font-family: "Gotham";
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
}
.wizard.results .other-title {
  font-family: "Gotham";
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
  margin-bottom: 16px;
}
.wizard.results .cta-container {
  text-align: center;
  display: block;
}
.wizard.results .cta-container .btn {
  display: table;
  background: transparent;
  border: 1px solid white;
  margin: 0 auto 16px;
  padding: 8px 34px;
  font-family: "Gotham";
  font-size: 16px;
  line-height: 24px;
  min-width: 220px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) {
  .wizard.results .cta-container .btn {
    min-width: auto;
    display: inline-block;
    margin: 0 8px 0;
  }
  .wizard.results .cta-container .btn:last-child {
    margin-right: 0;
  }
}
.wizard.results .cta-container .btn:last-child {
  margin-bottom: 0;
}
.wizard.results .plans {
  text-align: left;
  position: relative;
  margin: 32px 0;
}
.wizard.results .plans .copy-container {
  background: white;
  padding: 16px;
  color: #312E3B;
}
.wizard.results .plans.red-bg .copy-container {
  background: #b71234;
  color: white;
}
.wizard.results .plans.red-bg ul li img {
  filter: brightness(0) invert(1);
}
.wizard.results .plans.red-bg .btn {
  background: white;
  color: #b71234;
}
.wizard.results .plans.bg-white {
  background-color: transparent !important;
}
.wizard.results .plans .callout {
  font-family: "Gotham";
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  display: inline-block;
  background: linear-gradient(270deg, #D18100 0%, #B71234 100%);
  color: white;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.wizard.results .plans .callout.red-gradient-bg {
  background: linear-gradient(270deg, #D18100 0%, #B71234 100%);
  color: white;
}
.wizard.results .plans .callout.bg-white {
  background: white;
  color: #b71234;
}
.wizard.results .plans .callout.red-bg {
  background: #b71234;
  color: white;
}
.wizard.results .plans .callout.bg-almostblack {
  background: #312E3B;
  color: white;
}
.wizard.results .plans .callout.bg-midnightblue {
  background: #042046;
  color: white;
}
.wizard.results .plans .callout.bg-lightblue {
  background: #F2F5FA !important;
  color: #312E3B;
}
.wizard.results .plans .title {
  font-family: "Gotham";
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
  margin-bottom: 8px;
}
.wizard.results .plans .subtitle {
  font-family: "Gotham";
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}
.wizard.results .plans .subtitle p {
  font-family: "Gotham";
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
.wizard.results .plans .subtitle .highlight {
  font-family: "Gotham";
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
}
.wizard.results .plans .upgrade-callout {
  font-family: "Gotham";
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  padding: 6px;
  margin-bottom: 8px;
  background: #312E3B;
  color: white;
  text-align: center;
}
.wizard.results .plans .upgrade-callout span {
  font-family: "Gotham";
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #00a9e0;
}
.wizard.results .plans ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 16px;
}
.wizard.results .plans ul li {
  display: flex;
  font-family: "Gotham";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 8px;
}
.wizard.results .plans ul li img {
  margin-right: 8px;
}
.wizard.results .plans .btn {
  display: block;
  margin: 0;
  width: 100%;
  padding: 8px 42px;
  font-family: "Gotham";
  font-size: 16px;
  line-height: 24px;
}
.wizard.results .plans.alt .copy-container {
  background-color: #544c5c;
  color: white;
}
.wizard.results .plans.alt .copy-container ul li img {
  filter: brightness(0) invert(1);
}

#RemoveItemFromCartConfirmation.modal .generic-modal .modal-body .cta a {
  font-size: 20px;
}
@media screen and (max-width: 576px) {
  #RemoveItemFromCartConfirmation.modal .generic-modal .modal-body .cta a {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  #RemoveItemFromCartConfirmation.modal .generic-modal .modal-body .ctatwo a {
    font-size: 20px;
  }
}

@keyframes iframePulse {
  0%, 100% {
    opacity: 1;
    background-color: #bcc3ca;
    margin: 20px;
  }
  50% {
    opacity: 0.5;
    margin: 20px;
    background-color: #bcc3ca;
  }
}
@media screen and (max-width: 992px) {
  .main-container .col div#savingsCalculatorWrapper {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 768px) {
  .main-container .col div#savingsCalculatorWrapper {
    margin: 0;
  }
}
@media screen and (max-width: 576px) {
  .main-container .col div#savingsCalculatorWrapper {
    margin: 0 -15px;
  }
}
.yukon-gradient-bg {
  color: #ffffff;
}

.midnight-blue-bg {
  color: #ffffff;
}

.gci-plus .select-btn a {
  border: 3px solid #B71234;
  font-weight: 600;
  padding: 12px 20px;
  width: 100%;
  font-size: 20px;
  font-weight: normal;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  color: #B71234;
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .gci-plus .select-btn a {
    font-size: 14px;
  }
}
.gci-plus .select-btn a:hover {
  background: #B71234;
  color: #ffffff !important;
}

#gdprAlert {
  align-items: center;
  background-color: #B71234;
  box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2);
  bottom: 0;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  left: 0;
  margin: 0;
  padding: 15px 20px;
  position: fixed;
  text-align: left;
  width: 100%;
  z-index: 999999999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
#gdprAlert.visible {
  opacity: 1;
  visibility: visible;
}
@media print {
  #gdprAlert.visible {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 576px) {
  #gdprAlert {
    flex-direction: column;
    padding-bottom: 30px;
  }
}

.gdprAlertText {
  flex: 1;
  max-width: 60%;
}
@media screen and (max-width: 576px) {
  .gdprAlertText {
    margin-bottom: 10px;
    max-width: 100%;
  }
}
.gdprAlertText p {
  margin: 0;
}
.gdprAlertText a {
  color: #ffffff;
  text-decoration: underline;
}
.gdprAlertText a:hover {
  text-decoration: none;
}
.gdprAlertText a:focus {
  box-shadow: 0 0 2em rgba(255, 255, 255, 0.75);
  outline: 2px solid #00A9E0;
}

.gdprAlertButton {
  margin-top: 10px;
  text-align: center;
}
.gdprAlertButton button {
  background-color: #ffffff;
  border: none;
  border-radius: 0px;
  color: #B71234;
  font-weight: bold;
  margin-left: 20px;
  padding: 10px 25px;
  position: relative;
  transition: ease-out 0.3s;
  z-index: 1;
}
.gdprAlertButton button:before {
  background-color: #9B0F2C;
  bottom: 0;
  content: "";
  left: 50%;
  opacity: 0;
  position: absolute;
  right: 50%;
  top: 0;
  transition: 0.3s all ease;
}
.gdprAlertButton button:hover {
  color: #ffffff;
  cursor: pointer;
  outline: 2px solid #ffffff;
}
.gdprAlertButton button:hover:before {
  left: 0;
  opacity: 1;
  right: 0;
  transition: 0.3s all ease;
  z-index: -1;
}
.gdprAlertButton button:focus {
  box-shadow: 0 0 3em rgba(255, 255, 255, 0.75);
  outline: 4px solid #00A9E0;
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

    .mfp-container:before {
        content: '';
        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-inline-holder .mfp-content, .mfp-ajax-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-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -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: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

    .mfp-preloader a {
        color: #CCC
    }

        .mfp-preloader a:hover {
            color: #FFF
        }

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace
}

    .mfp-close:hover, .mfp-close:focus {
        opacity: 1
    }

    .mfp-close:active {
        top: 1px
    }

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close, .mfp-iframe-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-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

    .mfp-arrow:active {
        margin-top: -54px
    }

    .mfp-arrow:hover, .mfp-arrow:focus {
        opacity: 1
    }

    .mfp-arrow:before, .mfp-arrow:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: .7
    }

.mfp-arrow-left {
    left: 0
}

    .mfp-arrow-left:after {
        border-right: 17px solid #FFF;
        margin-left: 31px
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3f3f3f
    }

.mfp-arrow-right {
    right: 0
}

    .mfp-arrow-right:after {
        border-left: 17px solid #FFF;
        margin-left: 39px
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3f3f3f
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0,0,0,0.6);
        background: #000
    }

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0,0,0,0.6);
        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-image-holder .mfp-content {
    max-width: 100%
}

.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 0;
        transform-origin: 0 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.categoryLanding .compareSelect .btn-clear{font-size:14px !important;}
.CoveoSearchbox .CoveoSearchButton {
    z-index: unset !important;
}

.CoveoSearchbox .magic-box {
    z-index: unset !important;
}

.coveo-tab-section {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    list-style-type: none;
    margin: 0 10px;
    padding: 0;
}

.CoveoSearchInterface .coveo-search-section {
    max-width: 1200px !important;
    margin: 15px auto 0 !important;
}

.CoveoSearchButton {
    background: #0e9fd5;
    padding: 16px !important;
    width: 80px !important;
    height: 50px !important;
}

    .CoveoSearchButton:before {
        content: "Search" !important;
        color: #fff !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        padding: 0 25px !important;
    }

    .CoveoSearchButton .coveo-search-button {
        display: none !important;
    }

.coveo-search-button-loading {
    display: none !important;
}

.CoveoSearchbox .magic-box {
    border: thin solid #ccc;
    border-radius: 0;
    margin-right: 10px;
}

.coveo-facet-header-settings-section {
    z-index: 10;
}

.coveo-facet-header-settings {
    display: none !important;
}

.CoveoFacet,
.CoveoTimespanFacet {
    height: auto !important;
    overflow: hidden !important;
    transition: height .25s ease-in-out !important;
    border: 0 !important;
    cursor: pointer !important;
    border: none !important;
    margin: 0 0 5px !important;
}

    .CoveoFacet.active,
    .CoveoTimespanFacet.active {
        height: 32px !important;
    }

    .CoveoTimespanFacet,
    .CoveoTimespanFacet .CoveoFacetRange {
        margin: 0;
        border: 0;
    }

.coveo-facet-header {
    background: none !important;
    border-bottom: 2px solid #ccc !important;
    padding: 0 !important;
}

    .coveo-facet-header:after {
        content: "" !important;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGFyaWEtaGlkZGVuPSJ0cnVlIiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtY2hldnJvbi1yaWdodCBmYS13LTEwIGZhLXhzIiBkYXRhLWljb249ImNoZXZyb24tcmlnaHQiIGRhdGEtcHJlZml4PSJmYXMiIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCBmaWxsPSIjQ0NDQ0NDIiBkPSJNMjg1LjQ3NiAyNzIuOTcxTDkxLjEzMiA0NjcuMzE0Yy05LjM3MyA5LjM3My0yNC41NjkgOS4zNzMtMzMuOTQxIDBsLTIyLjY2Ny0yMi42NjdjLTkuMzU3LTkuMzU3LTkuMzc1LTI0LjUyMi0uMDQtMzMuOTAxTDE4OC41MDUgMjU2IDM0LjQ4NCAxMDEuMjU1Yy05LjMzNS05LjM3OS05LjMxNy0yNC41NDQuMDQtMzMuOTAxbDIyLjY2Ny0yMi42NjdjOS4zNzMtOS4zNzMgMjQuNTY5LTkuMzczIDMzLjk0MSAwTDI4NS40NzUgMjM5LjAzYzkuMzczIDkuMzcyIDkuMzczIDI0LjU2OC4wMDEgMzMuOTQxeiIvPjwvc3ZnPgo=") !important;
        width: 15px !important;
        height: 24px !important;
        right: 5px !important;
        top: 3px !important;
        position: relative !important;
        transform: rotate(90deg) !important;
    }

.CoveoFacet.active .coveo-facet-header:after,
.CoveoTimespanFacet.active .coveo-facet-header:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGFyaWEtaGlkZGVuPSJ0cnVlIiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtY2hldnJvbi1yaWdodCBmYS13LTEwIGZhLXhzIiBkYXRhLWljb249ImNoZXZyb24tcmlnaHQiIGRhdGEtcHJlZml4PSJmYXMiIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCBmaWxsPSIjQ0NDQ0NDIiBkPSJNMjg1LjQ3NiAyNzIuOTcxTDkxLjEzMiA0NjcuMzE0Yy05LjM3MyA5LjM3My0yNC41NjkgOS4zNzMtMzMuOTQxIDBsLTIyLjY2Ny0yMi42NjdjLTkuMzU3LTkuMzU3LTkuMzc1LTI0LjUyMi0uMDQtMzMuOTAxTDE4OC41MDUgMjU2IDM0LjQ4NCAxMDEuMjU1Yy05LjMzNS05LjM3OS05LjMxNy0yNC41NDQuMDQtMzMuOTAxbDIyLjY2Ny0yMi42NjdjOS4zNzMtOS4zNzMgMjQuNTY5LTkuMzczIDMzLjk0MSAwTDI4NS40NzUgMjM5LjAzYzkuMzczIDkuMzcyIDkuMzczIDI0LjU2OC4wMDEgMzMuOTQxeiIvPjwvc3ZnPgo=") !important;
    width: 15px !important;
    height: 24px !important;
    right: 3px !important;
    position: relative !important;
    transform: rotate(0) !important;
}

.coveo-facet-value-label {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.coveo-facet-header-title {
    color: #000 !important;
    font-size: 18px !important;
}

.coveo-facet-value-count {
    order: 2;
}

    .coveo-facet-value-count:before {
        content: "(";
    }

    .coveo-facet-value-count:after {
        content: ")";
    }

.coveo-facet-value-caption {
    order: 1;
}
/* RESULTS AREA */
.coveo-card-action-bar-arrow-container,
.CoveoCardActionBar {
    display: none;
}

.coveo-card-layout.CoveoResult {
    margin-bottom: 10px;
    margin-right: 10px;
    border: 1px solid #ccc;
    text-align: center;
}

    .coveo-card-layout.CoveoResult.coveo-clickable:hover {
        box-shadow: 0 2px 5px 2px rgba(37,39,31,.1);
        border-color: #ddd;
    }

.coveo-card-layout-container {
    margin-right: -5px;
}

.CoveoResultList[data-layout="list"] {
    margin-bottom: 15px !important;
}

    .CoveoResultList[data-layout="list"] .coveo-result-title {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
    }

        .CoveoResultList[data-layout="list"] .coveo-result-title img {
            width: 100%;
            margin: 0 30px 0 0;
            height: 100%;
            max-width: 60px;
        }

        .CoveoResultList[data-layout="list"] .coveo-result-title > div {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

            .CoveoResultList[data-layout="list"] .coveo-result-title > div .search-title {
                text-align: left;
            }

.coveo-results-per-page-list-item.coveo-accessible-button,
.coveo-pager-list-item.coveo-accessible-button {
    border-bottom: thin solid #bcc3ca !important;
}

.coveo-pager-next.coveo-accessible-button,
.coveo-pager-previous.coveo-accessible-button {
    border-bottom: 0 !important;
}

.coveo-pager-list li:first-of-type {
    margin-left: 0 !important;
}

.coveo-pager-list-item,
.coveo-results-per-page-list-item {
    color: #ccc;
}

    .coveo-pager-list-item.coveo-active {
        color: #004990 !important;
        background-color: #ccc !important;
    }

    .coveo-pager-list-item:hover,
    .coveo-results-per-page-list-item:hover {
        color: #004990 !important;
        background-color: transparent !important;
        text-decoration: none !important;
    }

        .coveo-pager-list-item.coveo-active a,
        .coveo-pager-list-item:hover a,
        .coveo-results-per-page-list-item-text.coveo-active a,
        .coveo-results-per-page-list-item-text:hover {
            color: #004990 !important;
        }

.coveo-pager-next,
.coveo-pager-previous,
.coveo-pager-next-icon-svg,
.coveo-pager-previous-icon-svg {
    color: #ccc !important;
}

.coveo-results-per-page-list-item.coveo-active {
    color: #004990 !important;
    background-color: #ccc !important;
    text-decoration: none !important;
}

    .coveo-results-per-page-list-item.coveo-active a,
    .coveo-results-per-page-list-item:hover a {
        color: #004990 !important;
    }

.coveo-icon {

}

    .coveo-icon.objecttype.coveo-small {
        background-image: none;
        content: attr(title);
        color: #666;
        width: 100px;
        height: 30px;
    }

        .coveo-icon.objecttype.coveo-small:after {
        }

.coveo-result-list .coveo-result-frame {
    text-align: center;
}

.coveo-result-frame img {
    max-width: 50%;
    width: 100%;
    height: auto;
    margin: 30px auto 15px;
}
/* clean up */
.coveo-result-title,
.search-manufacturer {
    color: #d9d9d9;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.coveo-result-frame > div:nth-child(3) > div:nth-child(1),
.CoveoQueryDuration {
    display: none !important;
}

.coveo-result-frame > div:nth-child(3) > div:nth-child(2) {
    padding-left: 0 !important;
    text-align: center !important;
}

    .coveo-result-frame > div:nth-child(3) > div:nth-child(2) a,
    .search-title a {
        color: #000 !important;
        font-size: 22px !important;
        text-align: center;
        text-decoration: none !important;
        text-transform: none !important;
    }

.coveo-facet-value-label-wrapper {
    display: flex !important;
    font-weight: normal;
}

.coveo-facet-value {
    padding: 0 !important;
}

    .coveo-facet-value .coveo-facet-value-checkbox {
        margin-right: 10px;
    }

.coveo-results-header {
    box-shadow: none !important;
}

.coveo-summary-section {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.coveo-result-layout-section {
    /*display: none !important;*/
}

.CoveoResultList {
    margin-bottom: 0 !important;
}
/* .coveo-result-layout-selector,
.coveo-result-layout-selector:nth-of-type(1) {
  display: none;
} */
/* clean up */
.CoveoExcerpt,
.search-teaser {
    color: #999999;
    margin-top: 5px;
    text-transform: none;
}

.coveo-clickable {
    /* color: #50bae7; */
}

.CoveoQuerySummary,
.CoveoQuerySummary span {
    color: #999;
}

.CoveoText[data-value="Date"],
.CoveoText[data-value="Description"],
.CoveoText[data-value="Modified"],
.CoveoText[data-value="Author"],
.CoveoText[data-value="From"],
.CoveoText[data-value="To"],
.CoveoText[data-field="Modified"],
.CoveoPrintableUri,
.CoveoFieldValue[data-field*="date"],
.CoveoFieldValue[data-field*="author"],
.CoveoFieldValue[data-field*="liboardshorttitle"],
.CoveoChatterPostedBy,
.CoveoLogo {
    display: none !important;
}

.CoveoPager {
    margin-left: 0 !important;
}

.CoveoSort.coveo-selected,
.CoveoSort.coveo-selected:hover {
    border-bottom: 2px solid #e00011 !important;
    color: #000 !important;
    margin-right: 0 !important;
}

.CoveoSort.coveo-accessible-button,
.coveo-result-layout-section .coveo-result-layout-selector {
    border-bottom: 2px solid transparent !important;
}

.coveo-facet-value.coveo-selected .coveo-facet-value-caption {
    font-weight: bold;
}

.CoveoSort.coveo-selected,
.CoveoSort.coveo-selected:hover,
.coveo-result-layout-section .coveo-selected,
.coveo-result-layout-section .coveo-selected:hover {
    border-bottom: 2px solid #e00011 !important;
    color: #000 !important;
    margin-right: 10px;
}

.coveo-accessible-button {
    /* border-bottom: 2px solid #ccc; */
    border-bottom: 0 !important;
    color: #999 !important;
    padding: 5px !important;
    height: auto !important;
    margin-left: 10px !important;
    margin-right: 0 !important;
}

.CoveoSort.coveo-selected,
.CoveoSort.coveo-selected:hover {
    margin-left: 10px !important;
    margin-right: 0 !important;
}

.coveo-facet-header-eraser {
    margin-right: 10px !important;
}

.coveo-sort-section {
    margin-right: 5px;
}

.CoveoSort.coveo-sort-icon-descending-svg,
.coveo-sort-icon-ascending-svg {
    color: #999 !important;
}

.CoveoSort.coveo-selected .coveo-sort-icon-descending-svg,
.CoveoSort.coveo-selected .coveo-sort-icon-ascending-svg {
    color: #999 !important;
}

.coveo-sort-icon-descending-svg,
.coveo-sort-icon-ascending-svg {
    width: 10px;
    height: 6px;
    color: #999 !important;
}
/* clean up */
.search-startingprice {
    color: #313a45;
    text-transform: none;
}

    .CoveoText span:nth-of-type(2),
    .search-startingprice span {
        color: #50bae7;
    }

.CoveoSearchbox .CoveoSearchButton {
    border: 0;
}

.CoveoSearchInterface.coveo-small-facets .coveo-facet-dropdown-header {
    color: #ccc;
    padding: 10px;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: normal;
}

    .CoveoSearchInterface.coveo-small-facets .coveo-facet-dropdown-header:after {
        content: "";
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGFyaWEtaGlkZGVuPSJ0cnVlIiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtY2hldnJvbi1yaWdodCBmYS13LTEwIGZhLXhzIiBkYXRhLWljb249ImNoZXZyb24tcmlnaHQiIGRhdGEtcHJlZml4PSJmYXMiIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCBmaWxsPSIjQ0NDQ0NDIiBkPSJNMjg1LjQ3NiAyNzIuOTcxTDkxLjEzMiA0NjcuMzE0Yy05LjM3MyA5LjM3My0yNC41NjkgOS4zNzMtMzMuOTQxIDBsLTIyLjY2Ny0yMi42NjdjLTkuMzU3LTkuMzU3LTkuMzc1LTI0LjUyMi0uMDQtMzMuOTAxTDE4OC41MDUgMjU2IDM0LjQ4NCAxMDEuMjU1Yy05LjMzNS05LjM3OS05LjMxNy0yNC41NDQuMDQtMzMuOTAxbDIyLjY2Ny0yMi42NjdjOS4zNzMtOS4zNzMgMjQuNTY5LTkuMzczIDMzLjk0MSAwTDI4NS40NzUgMjM5LjAzYzkuMzczIDkuMzcyIDkuMzczIDI0LjU2OC4wMDEgMzMuOTQxeiIvPjwvc3ZnPgo=");
        width: 13px;
        height: 20px;
        left: 5px;
        top: -1px;
        position: relative;
        transform: rotate(0deg);
        display: inline-block;
    }

.CoveoSearchInterface .coveo-facet-column {
    margin-top: 50px;
}



.coveo-tab-section {
    background: none !important;
    border: 0 !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    list-style-type: none;
    margin: 30px 0 0 !important;
    padding: 0;
}

.CoveoTab * {
    display: inline-block;
    vertical-align: middle;
    line-height: 1 !important;
    margin: 0;
}

.coveo-tab-section .CoveoTab {
    border-bottom: 4px solid transparent !important;
    padding: 10px 15px;
    padding-bottom: 5px !important;
}

    .coveo-tab-section .CoveoTab.coveo-selected {
        border-bottom: 4px solid #e00011 !important;
    }

.coveo-tab-section .CoveoTab {
    color: #000;
    border-bottom: 4px solid transparent;
    font-size: 18px;
    text-decoration: none;
    padding-bottom: 5px;
    padding: 10px 15px 5px 0;
    text-transform: uppercase;
}

    .coveo-tab-section .CoveoTab.active {
        border-bottom: 4px solid #e00011;
    }

    .coveo-tab-section .CoveoTab p {
        color: #000 !important;
    }


@media screen and (max-width: 800px) {
    .CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content {
        left: -6px !important;
        padding: 15px;
        background: #fff;
    }

        .CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoFacet {
            margin-bottom: 15px;
        }

    .coveo-facet-more-icon-svg, .coveo-facet-less-icon-svg {
        width: 10px;
        height: 6px;
        color: #999;
    }

    .CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoFacet .coveo-facet-header,
    .CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoFacetRange .coveo-facet-header {
        border-top: 0;
    }

    .CoveoSearchInterface .coveo-results-column {
        padding: 0;
    }

    .coveo-card-layout-container {
        margin: 0;
    }

    .coveo-card-layout.CoveoResult {
        margin-right: 0;
    }

    .coveo-results-header {
        padding-left: 10px;
        padding-right: 10px;
    }

    .coveo-result-frame img {
        max-width: 100%;
    }
}

.coveo-facet-dropdown-header.coveo-accessible-button {
    border: 0;
    padding: 5px;
    height: 25px;
}

.magic-box-clear {
    padding: 0 !important;
}

.CoveoSearchInterface {
    min-height: 100%;
    position: relative;
    margin: 0;
    font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif, sans-serif !important;
    font-size: 15px;
    color: #313a45;
}

.coveo-facet-more.coveo-accessible-button,
.coveo-facet-less.coveo-accessible-button {
    padding: 0 !important;
}

.coveo-facet-more .coveo-facet-more-icon,
.coveo-facet-less .coveo-facet-less-icon {
    top: 0 !important;
}

.coveo-facet-more-icon-svg,
.coveo-facet-less-icon-svg {
    color: #cccccc !important;
}

.CoveoSearchInterface.coveo-small-facets .coveo-facet-dropdown-header {
    padding: 5px 10px 10px !important;
}

@media screen and (max-width: 830px) {
    .CoveoSearchInterface.coveo-small-facets .coveo-facet-dropdown-header:after {
        top: 5px !important;
        right: 5px !important;
    }

    .CoveoSearchInterface.coveo-small-facets .coveo-facet-dropdown-header {
        border: thin solid #bcc3ca !important;
        margin-right: 10px !important;
    }

    .coveo-small-tabs .CoveoTab.coveo-selected p,
    .coveo-small-tabs .CoveoTab.coveo-selected:hover p {
        border-bottom: 0 !important;
    }

    .CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content {
        padding: 10px !important;
    }

        .CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoFacet .coveo-facet-header,
        .CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoFacetRange .coveo-facet-header,
        .CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoFacetSlider .coveo-facet-header,
        .CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoHierarchicalFacet .coveo-facet-header,
        .CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoCategoryFacet .coveo-facet-header,
        .CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoTimespanFacet .coveo-facet-header {
            border: 0 !important;
            border-bottom: 2px solid #ccc !important;
        }

    .CoveoSearchInterface.coveo-small-tabs .coveo-tab-section > a:last-of-type,
    .CoveoSearchInterface.coveo-small-facets .coveo-tab-section > a:last-of-type,
    .CoveoSearchInterface.coveo-small-recommendation .coveo-tab-section > a:last-of-type {
        border-bottom: 2px solid transparent !important;
    }
}

@media (max-width: 480px) {
    .CoveoSearchInterface .CoveoSearchbox {
        margin-right: 0 !important;
    }
}

.CoveoSearchbox {
    position: relative;
}

    .CoveoSearchbox .magic-box {
        z-index: 1;
    }

.curated-links {
    background: #fff;
    border: 1px solid #f0f0f0;
    width: 91%;
    min-width: 320px;
    padding: 5px 10px;
    height: auto;
    /* min-height: 30px; */
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    /* top: -30px; */
    opacity: 0;
    transition: top .25s cubic-bezier(0.125, 0.05, 0.125, 1), opacity .25s cubic-bezier(0.125, 0.05, 0.125, .5);
    z-index: 0;
}

    .curated-links.active {
        display: flex;
        opacity: 1;
        top: 0;
    }

    .curated-links h4 {
        font-size: 15px;
        font-weight: bold;
        margin: 0 30px 0 0;
        padding: 0;
    }

    .curated-links ul {
        list-style-type: none;
        display: flex;
        margin: 0;
        padding: 0;
    }

    .curated-links li {
        line-height: 1;
        margin: 0 15px 0 0;
        padding: 5px;
    }

@media screen and (max-width: 767px) {
    .curated-links {
        flex-direction: column;
        align-items: flex-start;
    }
}

header nav .form-search-bar.CoveoOmnibox {
    margin-top: 10px;
}

.theme-gcib header .form-search-bar, .theme-gcib .header .form-search-bar {
    margin-right: 0 !important;
}

    .theme-gcib header .form-search-bar.CoveoOmnibox input, .theme-gcib .header .form-search-bar.CoveoOmnibox input {
        background-color: transparent;
        height: auto;
        padding: 12px 49px 12px 12px;
    }

@media (min-width: 1200px) {
    .theme-gcib header .form-search-bar.CoveoOmnibox input, .theme-gcib .header .form-search-bar.CoveoOmnibox input {
        width: 100%;
    }
}

theme-gcib header .form-search-bar.CoveoOmnibox .search-btn, .theme-gcib .header .form-search-bar.CoveoOmnibox .search-btn {
    top: 12px;
}

