@font-face {
  font-family: 'GT-America-Extended-Black';
  src: url('../fonts/GT-America-Extended-Black.eot');
  src: url('../fonts/GT-America-Extended-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/GT-America-Extended-Black.woff2') format('woff2'), url('../fonts/GT-America-Extended-Black.woff') format('woff'), url('../fonts/GT-America-Extended-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'Gotham HTF';
  src: url("../fonts/GothamHTF-XLight.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/GothamHTF-XLight.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamHTF-XLight.woff") format("woff"), url("../fonts/GothamHTF-XLight.ttf") format("truetype"), url("../fonts/GothamHTF-XLight.svg#8b52fed0408ead3f12b31de25bf83f53") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: 'Gotham HTF';
  src: url("../fonts/GothamHTF-Book.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/GothamHTF-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamHTF-Book.woff") format("woff"), url("../fonts/GothamHTF-Book.ttf") format("truetype"), url("../fonts/GothamHTF-Book.svg#8815e0559e42d2bb6d63fb542f63fc99") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Gotham HTF';
  src: url("../fonts/GothamHTF-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/GothamHTF-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamHTF-Medium.woff") format("woff"), url("../fonts/GothamHTF-Medium.ttf") format("truetype"), url("../fonts/GothamHTF-Medium.svg#05487aa5c1216ca29ce360668b852782") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 500;
}
/****************************** FORMS SECTION ***************************/
.form-section{
    background-color:#fff;
    padding-top:100px;
    padding-bottom:100px;
}
.form-section h1{
    text-align:center;
    margin-bottom:0.5em;
}
.form-section .sub-header{
    font-weight:bold;
    font-size:18px;
    line-height:22px;
    text-align:center;
    padding-bottom:32px;
}
.form-section h2{
    text-align:center;
    padding-bottom:32px;
}
.form-section .form-body{
    background-color:#fff;
    width:100%;
    max-width:900px;
    margin-left:auto;
    margin-right:auto;
}
.form-section p{
    font-weight:900;
}

/*****************************************************************/
/* Bootstrap Adjustments*/
.row{margin-left:0 !important; margin-right:0 !important;}

body {
  background-color:#d4d4d4;
  margin: 0 auto;
  font-family: 'Gotham HTF', sans-serif;
  font-weight: 400;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  /*padding-top: 30px;*/
}
body .master-container{
    background-color:#fff;
}
.standard-btn{
    margin:0 auto;
}
/*******************************************
        HEADER
********************************************/
header.sxm-simple-header {
  position: relative;
  margin: 0 auto;
  margin-bottom:-1px;
  width: 100%;
  max-width:1336px;
  height: 72px;
  padding: 8px 0;
  z-index: 1000;
  background-color: #000;
}
.header-wrapper{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
}
.header-wrapper p.partner-logo{
    color:#fff;
    font-weight:900;
    font-size:18px;
    margin-bottom:0;
}
@media(min-width:768px){
    .header-wrapper{
        flex-direction:row;
        justify-content:space-between;
    }
}

/*******************************************
        HERO
********************************************/
/*.hero h1 {
  font-family: 'GT-America-Extended-Black', "Arial Black", sans-serif;
  text-transform: uppercase;
  font-size: 8.375em;
  line-height: .9em;
}
h1 {
  font-family: 'GT-America-Extended-Black', "Arial Black", sans-serif;
  text-transform: uppercase;
  font-size: 4.125rem;
  line-height: .9em;
}
h1 span {
  font-family: 'Gotham HTF', sans-serif;
  font-weight: 500;
  text-transform: none;
  font-size: 2.125rem;
  line-height: .9em;
}*/
.jumbotron{
    margin-bottom:0;
}
.jumbotron .img-container{
    margin-left:-1em;
    margin-right:-1em;
}
.jumbotron .jumbotron-text-wrapper .btn-wrapper{
    display:flex;
    flex-direction:column;
    align-items:center;
}
.jumbotron .jumbotron-text-wrapper .btn.btn-primary{
    max-width:320px;
}
.jumbotron .jumbotron-text-wrapper .btn.btn-primary:first-child{
    margin-bottom:1em;
}
/* Promo */
@media(min-width:768px){
    .jumbotron{
        /*background-image:url(../images/backgrounds/truck-fleet-lg.jpg);*/
        background:linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.2)), url(../images/backgrounds/truck-fleet-lg.jpg);
        background-color:#fff;
        background-position:center;
        background-size:cover;
        background-repeat:no-repeat;
    }
    .jumbotron .jumbotron-text-wrapper{
        width:100%;
    }
    .jumbotron .jumbotron-text-wrapper h1,
    .jumbotron .jumbotron-text-wrapper p{
        width:65%;
    }
    .jumbotron .jumbotron-text-wrapper .btn-wrapper{
        flex-direction:row;
    }
    .jumbotron .jumbotron-text-wrapper .btn.btn-primary:first-child{
        margin-bottom:0;
        margin-right:2em;
    }
    .jumbotron .jumbotron-text-wrapper .btn.btn-primary{
        background-color:#fff;
        border-color:#fff;
        color:#0000eb;
    }
    .jumbotron .jumbotron-text-wrapper .btn.btn-primary:hover,
    .jumbotron .jumbotron-text-wrapper .btn.btn-primary:focus,
    .jumbotron .jumbotron-text-wrapper .btn.btn-primary:active,
    .jumbotron .jumbotron-text-wrapper .btn.btn-primary:active:focus{
        color:#fff;
        background-color:transparent;
        border-color:#fff;
    }
}
/* Road Dog BT Banner */
.banner-section a.banner-link:focus{
    outline-color:orange;
}
.banner-section img.banner-img{
    width:100%;
}
.banner-section img.banner-img.desktop{
    display:none;
}
@media(min-width:768px)
{
    .banner-section img.banner-img.mobile{
        display:none;
    }
    .banner-section img.banner-img.desktop{
        display:block;
    }
}

#Intro .v-center-wrapper {
  padding-top: 120px;
  padding-bottom:30px;
}
@media only screen and (max-width: 1000px) {
  #Intro .v-center-wrapper {
    padding-top: 80px;
  }
}
.outline-white {
  color: #ffffff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ffffff;
}
.outline-black {
  color: #000;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
}
.outline-orange {
  color: #F8991D;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #F8991D;
}
.outline-green {
  color: #8DC63F;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #8DC63F;
}
.bg-truck-fleet {
  background-image: url("../images/backgrounds/bg-truck-fleet.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
/*.bg-auto-fleet {
  background-image: url("../images/backgrounds/bg-auto-fleet.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}*/
.bg-enroll {
  background-image: url(../images/backgrounds/bg-enroll.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.hdr-start {
  background-color: #020BDD;
  width: 100%;
  height: 80px;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 2.7rem;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.25rem;
  }
}
h2 {
  font-weight: 900;
  font-size: 28px;
}
h2 span {
  text-transform: uppercase;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #333;
}
.img-rounded {
  border-radius: 6px;
}
a {
  color: #0072ba;
  text-decoration: none;
  /*font-weight: 700;*/
}
a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.caps {
  text-transform: uppercase;
}
p.legal {
  font-size: 14px;
  line-height: 15px;
}
h1 sub, sup {
  position: relative;
  font-size: 50%;
  line-height: 0;
  vertical-align: baseline;
}
/************** tabs ************/
#truckFleets,
#autoFleets{
    padding-top:48px;
    padding-bottom:48px;
    background-color:#fff;
}
#truckFleets .nav.nav-tabs,
#autoFleets .nav.nav-tabs{
    justify-content:flex-start !important;
    flex-wrap:nowrap;
}
#truckFleets .nav-tabs .nav-link,
#autoFleets .nav-tabs .nav-link {
    color:#000;
    font-weight:700;
    font-size:18px;
    background-color:transparent;
    border:none;
    border-radius:0;
    padding:16px 0;
    margin-right:48px;
}
#truckFleets .nav-tabs .nav-link.active,
#truckFleets .nav-tabs .nav-link:hover,
#autoFleets .nav-tabs .nav-links.active,
#autoFleets .nav-tabs .nav-links:hover{
    border-bottom:4px solid #006ed7;
}
/*#truckFleets .nav-tabs .nav-link:hover {
  border-color: #F8991D #F8991D transparent;
}
#truckFleets .nav-tabs .nav-item.show .nav-link, #truckFleets .nav-tabs .nav-link.active {
  color: #F8991D;
  background-color: #fff;
  border-color: #F8991D #F8991D #fff;
}*/
#autoFleets{
    padding-top:120px;
}
#autoFleets .nav-link {
  color: #8DC63F !important;
}
#autoFleets .nav-tabs .nav-link:hover {
  border-color: #8DC63F #8DC63F transparent;
}
#autoFleets .nav-tabs {
  border-bottom: 1px solid #8DC63F;
}
#autoFleets .nav-tabs .nav-item.show .nav-link, #autoFleets .nav-tabs .nav-link.active {
  color: #8DC63F;
  background-color: #fff;
  border-color: #8DC63F #8DC63F #fff;
}
#truckFleets h1,
#autoFleets h1{
    margin-bottom:64px;
}
#truckFleets .tab-pane .h4,
#autoFleets .tab-pane .h4{
    margin-bottom:16px;
}
#truckFleets .pane-textBox,
#autoFleets .pane-textBox{
    padding-bottom:104px;
}
#truckFleets .pane-textBox .col-md-8,
#autoFleets .pane-textBox .col-md-8{
    width:100%;
    max-width:600px;
    margin-right:auto;
    margin-left:auto;
}
#truckFleets .pane-btns,
#autoFleets .pane-btns{
    display:flex;
    flex-direction:column;
    justify-content:center;
}
@media(max-width:767px){
    #truckFleets .pane-btns,
    #autoFleets .pane-btns{
        margin-top:48px;
    }
}
@media(min-width:425px){
    #truckFleets{
        padding-top:64px;
        padding-bottom:64px;
    }
}
@media(min-width:768px){
    #truckFleets{
        padding-top:72px;
        padding-bottom:72px;
    }
}
@media(min-width:1024px){
    #truckFleets{
        padding-top:80px;
        padding-bottom:80px;
    }
}
/* Truck Fleets Icon Bullet List */
#truckFleets ul.icon-bullet{
    list-style-type:none;
}
#truckFleets ul.icon-bullet li{
    margin-top:1.3em;
    display:flex;
    align-items:center;
}
#truckFleets ul.icon-bullet img{
    margin-right:1em;
    width:40px;
}
#truckFleets ul.icon-bullet img.rdt-icon{
    width:60px;
    margin-left:-20px;
}
/******** main buttons **********/
.sxm-bootstrap .scrollToBtns a.btn.btn-lg {
  white-space: nowrap;
  font-size: 26px !important;
}
.sxm-bootstrap a.btn.btn-lg {
  white-space: nowrap;
  font-size: 21px;
}
/********************************
    BUTTONS
*********************************/
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: transparent !important;
}
a.btn-outline {
  display: block;
  margin: 10px auto 0 auto !important;
  text-decoration: none;
  border-radius: 6px;
  border: 2px solid #fff;
  color: #fff;
  padding-top: 15px !important;
  transition: .5s;
}
a.btn-outline:hover {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
a.btn-outline:focus {
  background-color: transparent;
  color: #fff;
  transition: .5s;
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: 0px !important;
}
a.btn-outline-blk {
  /*display: block;*/
  margin: 10px auto 0 auto !important;
  text-decoration: none;
  border-radius: 6px;
  border: 2px solid #000;
  color: #000;
  /*padding-top: 15px !important;*/
  transition: .5s;
}
a.btn-outline-blk:hover {
  background-color: #0094d6;
  color: #000;
}
a.btn-outline-blk:focus {
  background-color: transparent;
  color: #000;
  transition: .5s;
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: 0px !important;
}
a.btn-blue {
  background-color: #020BDD;
  /*display: block;*/
  margin: 10px auto 15px auto !important;
  text-decoration: none;
  border-radius: 6px;
  color: #fff;
  /*padding-top: 15px !important;*/
  transition: .5s;
}
a.btn-blue:hover {
  background-color: #00AEEF;
  color: #fff;
}
a.btn-blue:focus {
  background-color: #020BDD;
  color: #fff !important;
  transition: .5s;
}
a.white-btn {
  background-color: #fff;
  color: #0000EB;
  margin: 10px auto 0 auto !important;
  padding: 15px 15px !important;
  transition: .3s;
}
a.white-btn:hover, a.white-btn:focus {
  background-color: #fff;
  color: #0000EB;
  text-decoration: underline;
}
a.white-btn:active {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
a.btn-green {
  background-color: #8DC63F;
  margin: 10px auto 15px auto;
  text-decoration: none;
  border-radius: 0;
  border: 2px solid transparent;
  color: #fff;
}
a.btn-green:hover {
  background-color: transparent;
  text-decoration: none;
  border-radius: 0;
  border: 4px solid #8DC63F;
  color: #8dc63f;
}
a.btn-green:focus {
  background-color: #8DC63F;
  border: 4px solid transparent;
  color: #fff !important;
}
a.btn-orange {
  background-color: #F8991D;
  margin: 10px auto 15px auto;
  text-decoration: none;
  border-radius: 0;
  border: 4px solid transparent;
  color: #fff;
}
a.btn-orange:hover {
  background-color: transparent;
  text-decoration: none;
  border-radius: 0;
  border: 4px solid #F8991D;
  color: #f8991d;
}
a.btn-orange:focus {
  background-color: #F8991D;
  border: 4px solid transparent;
  color: #fff !important;
}
#clickTruckSection.btn-orange,
#clickAutoSection.btn-green{
    margin:32px auto 0;
    max-width:320px;
}
#channels a.white-btn {
  background-color: #fff;
  border: 2px solid #fff;
  color: #0000EB;
  margin: 10px auto 0 auto !important;
  padding: 15px 15px !important;
  transition: .3s;
}
#channels a.white-btn:hover, a.white-btn:focus {
  background-color: transparent;
  text-decoration: none;
  border-radius: 6px;
  border: 2px solid #fff;
  color: #fff;
  /*padding-top: 15px !important;*/
  transition: .5s;
}
#channels a.white-btn:active {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#autoFleets a.btn-outline-blk {
  /*display: block;*/
  margin: 10px auto 0 auto !important;
  text-decoration: none;
  border-radius: 6px;
  border: 2px solid #000;
  color: #000;
  /*padding-top: 15px !important;*/
  transition: .5s;
}
#autoFleets a.btn-outline-blk:hover {
  background-color: #000;
  color: #fff;
}
#autoFleets a.btn-outline-blk:focus, #autoFleets a.btn-outline-blk:active, #autoFleets a.btn-outline-blk:visited {
  background-color: transparent;
  color: #000;
  transition: .5s;
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: 0px !important;
  box-shadow: none !important;
}
#autoFleets a.btn-green {
  background-color: #8DC63F;
  margin: 10px auto 15px auto !important;
  text-decoration: none;
  border-radius: 6px;
  border: 2px solid transparent;
  color: #fff;
}
#autoFleets a.btn-green:hover {
  background-color: transparent;
  text-decoration: none;
  border-radius: 6px;
  border: 2px solid #8DC63F;
  color: #000;
  transition: .5s;
}
#autoFleets a.btn-green:focus {
  background-color: #8DC63F;
  border: 2px solid transparent;
  color: #000 !important;
}
#truckFleets a.btn-orange {
  background-color: #F8991D;
  margin: 10px auto 15px auto !important;
  text-decoration: none;
  border-radius: 6px;
  border: 2px solid transparent;
  color: #fff;
}
#truckFleets a.btn-orange:hover {
  background-color: transparent;
  text-decoration: none;
  border-radius: 6px;
  border: 2px solid #F8991D;
  color: #000;
  transition: .5s;
}
#truckFleets a.btn-orange:focus {
  background-color: #F8991D;
  border: 2px solid transparent;
  color: #000 !important;
}
#truckFleets a.btn-outline-blk {
  /*display: block;*/
  margin: 10px auto 0 auto !important;
  text-decoration: none;
  border-radius: 6px;
  border: 2px solid #000;
  color: #000;
  /*padding-top: 15px !important;*/
  transition: .5s;
}
#truckFleets a.btn-outline-blk:hover {
  background-color: #000;
  color: #fff;
}
#truckFleets a.btn-outline-blk:focus, #autoFleets a.btn-outline-blk:active, #autoFleets a.btn-outline-blk:visited {
  background-color: transparent;
  color: #000;
  transition: .5s;
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: 0px !important;
  box-shadow: none !important;
}
/*******************************/
a.a-white {
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: 1px white dotted;
}
a.a-white:hover {
  text-decoration: none;
  border-bottom: 1px white solid;
}
a.a-white-btn {
  color: #FFFFFF;
  text-decoration: none; /*border-bottom: 1px white dotted;*/
}
a.a-white-btn:hover, a.a-white-btn:focus, a.a-white-btn:visited {
  text-decoration: none;
  color: #FFFFFF; /*border-bottom: 1px white solid;*/
}
a.listen {
  color: #FFFFFF;
  text-decoration: none; /*border-bottom: 1px white dotted;*/
}
a.listen:hover {
  text-decoration: none; /*border-bottom: 1px white solid;*/
}

/**** Banners ****/
.banner-wrapper{background-color:#0059a9;}
.mob-banner{max-width:100%;}
.desk-banner{display:none;}

/*a:hover, a:active, a:focus {
  color: #0000EB;
  text-decoration: underline;
}
#Intro a:hover, #Intro a:active, #Intro a:focus {
  color: #fff !important;
  text-decoration: underline;
}
.effect1 {
  -webkit-box-shadow: 0 1em 1em -.8em #111;
  -moz-box-shadow: 0 1em 1em -.8em #111;
  box-shadow: 0 1em 1em -.8em #111;
}
/*.sxm-bootstrap h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 48px;
	line-height: 47px;
}
.sxm-bootstrap h1 span {
	font-weight: 300;
	font-size: 42px;
	line-height: 45px;
}*/
ul {
  margin-left: 0px;
  padding-left: 20px;
  list-style: disc;
  font-weight: 400;
}
footer {
  background-color: #f5f5f5;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size:12px;
}
.download a {
  color: #fff;
  display: inline-block;
  font-size: larger;
}
.download .glyphicons {
  padding-right: 10px;
  padding-left: 10px;
}
p.notes {
  font-size: 12px;
}
.divider {
  border-top: 1px solid #ccc;
  margin: 20px 0px;
}
/*.btn-lg {
	width: 200px;
	border-radius: 3px;
}*/
.nobreak {
  display: inline-block;
}
.white-txt {
  color: #fff;
}
.orange-txt {
  color: #f7941e;
}
.all-access {
  padding-bottom: 15px;
}
.border-lft-blue {
  border-left: 1px solid #11aaff;
}
@media (max-width: 675px) {
  .border-lft-blue {
    border-left: transparent;
  }
}
.border3px-white {
  border: 3px solid #fff;
}
/******************* shadow effects *****************/
.effect-inset {
  box-shadow: inset 0 0 1em #111;
}
.effect-inset-3sides {
  box-shadow: 0px 8px 10px #111, -10px 8px 15px gray, 10px 8px 15px #111;
}
.outerBoxShadow {
  -webkit-box-shadow: 0px 0px 15px #666;
  /* Firefox */
  -moz-box-shadow: 0px 0px 15px #666;
  /* Standard syntax */
  box-shadow: 0px 0px 15px #666;
}
.outerBoxShadow2 {
  -webkit-box-shadow: 0px 0px 15px #000;
  /* Firefox */
  -moz-box-shadow: 0px 0px 15px #000;
  /* Standard syntax */
  box-shadow: 0px 0px 15px #000;
}
.btm-shadow {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1000;
}
/***************************************************/
.enroll-btn {
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px !important;
}
.enroll-btn.btn:hover, .enroll-btn.btn:focus, .enroll-btn.btn.focus {
  color: #fff;
  text-decoration: underline;
}
.enroll-btn-blk {
  color: #000;
  text-decoration: none;
  margin-bottom: 10px !important;
}
.enroll-btn-blk.btn:hover, .enroll-btn-blk.btn:focus, .enroll-btn-blk.btn.focus {
  color: #000;
  text-decoration: underline;
}
.trans-bg {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(246, 246, 246, 0.7) 47%, rgba(237, 237, 237, 0.7) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(47%, rgba(246, 246, 246, 0.7)), color-stop(100%, rgba(237, 237, 237, 0.7))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(246, 246, 246, 0.7) 47%, rgba(237, 237, 237, 0.7) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(246, 246, 246, 0.7) 47%, rgba(237, 237, 237, 0.7) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(246, 246, 246, 0.7) 47%, rgba(237, 237, 237, 0.7) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(246, 246, 246, 0.7) 47%, rgba(237, 237, 237, 0.7) 100%); /* W3C */
}
.trans-bg2 {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6000000', GradientType=0); /* IE6-9 */
}
.v-center-wrapper {
  display: table;
  min-height: 300px;
}
.v-center {
  display: table-cell;
  vertical-align: middle;
}
#Intro .container-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
h3 {
  font-weight: 900;
  font-size: 22px;
}
h3 span {
  font-weight: 500;
  font-size: 22px;
}
.btn-intro {
  position: absolute;
  bottom: 0;
  width: 90%;
}
.fleet-btn {
  color: #fff;
  /*border: 1px white dotted;*/
  border-radius: 6px;
  padding: 0px 7px 4px 7px;
}
.blk {
  color: #000;
}
.fleet-btn h3 {
  font-size: 16px;
  text-transform: uppercase;
}
.fleet-btn h3.above {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.fleet-btn h3.below {
  margin-top: 0px;
  padding-top: 0px;
}
.fleet-btn img {
  /*margin: -30px 0px -30px 0px;*/
}
.fleet-btn.btn:hover, .fleet-btn.btn:focus, .fleet-btn.btn.focus {
  color: #fff;
  text-decoration: none;
  background-color: #005188;
  border: 1px white solid;
}
.program-description {
  text-align: left;
}
@media (max-width: 990px) {
  .fleet-btn {
    color: #fff;
    /*border: 1px white dotted;*/
    border-radius: 6px;
    padding: 0px 7px 4px 7px;
    margin-bottom: 15px !important;
  }
  .blk {
    color: #000;
  }
}
.sxm-bootstrap .form-group select {
  margin: none;
  font-weight: 400;
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  font-size: 18px;
  line-height: 26px;
  padding: 4px 12px;
  display: inline-block;
  font-family: Roboto, Arial, sans-serif;
}
.sxm-bootstrap button {
  font-weight: 400;
  height: 40px;
  /*border: 1px solid #ccc;*/
  font-size: 18px;
  line-height: 26px;
  padding: 4px 12px;
  display: inline-block;
  font-family: Roboto, Arial, sans-serif;
}
@media only screen and (min-width: 1200px) {
  .sxm-bootstrap button {
    margin-top: -12px;
  }
}
#login-content, #program-nav {
  position: fixed;
  z-index: 1000;
  margin: 0 auto;
  width: 100%;
  top: 80px;
  padding-top: 15px;
  padding-bottom: 10px;
  background-color: #cfd4d8;
  display: none; /*min-height:70px;*/
}
#program-nav .container {
  padding-top: 2px;
  padding-bottom: 5px;
  text-align: center;
}
#program-nav a {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  padding-left: 7px;
  padding-right: 7px;
}
.text-shadow {
  text-shadow: rgb(0, 0, 0) 0px 2px 3px;
}
@media only screen and (max-width: 980px) {
  #login-content, #program-nav {
    top: 110px;
  }
}
/*.talent-lockup {
  background-image: url(../../../components-global/talent-lockup-2019/talent-lockup.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #020BDD;
}*/
.talent-lockup {
  width: 100%;
  height: auto;
}
.btn-contact {
  position: relative; /*z-index:100;*/
}
.btn-login {
  width: 200px;
  color: #fff;
  background-color: #0072ba; /*border:1px solid #2a6496;*/
}
.btn-login:hover, .btn-login:focus {
  color: #fff;
  background-color: #2a6496; /*border:1px solid #2a6496;*/
}
.rememberMeWrapper {
  font-weight: 400;
  width: 200px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  font-size: 18px;
  line-height: 26px;
  padding: 4px 12px;
  display: inline-block;
  font-family: Roboto, Arial, sans-serif;
  vertical-align: top;
}
.btn-register {
  color: #fff;
  background-color: #0072ba;
  border-color: #2a6496;
  position: relative; /*z-index:100;*/
  width: 100%;
  height: auto !important;
  padding-top: 17px !important;
  padding-bottom: 17px !important;
  margin-bottom: 20px;
}
.btn-register:hover, .btn-register:focus {
  color: #fff;
  background-color: #2a6496;
  border-color: #2a6496;
}
@media only screen and (min-width: 991px) and (max-width: 1000px) {}
@media only screen and (min-width: 768px) and (max-width: 991px) {}
@media only screen and (min-width: 300px) and (max-width: 767px) {
  body p, ul, li {
    font-size: 16px;
  }
  h2 {
    font-size: 28px;
  }
  #Intro {
    padding-top: 140px;
  }
  .intro-bg {
    background-attachment: scroll;
  }
  .talent-bg {
    background-attachment: scroll;
  }
  .sxm-bootstrap button {
    max-width: 200px;
  }
  .remeberMeWrapper .radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 1px;
    margin-bottom: 10px;
  }
  .sxm-bootstrap a.btn {
    width: 280px;
  }
  .no-gutter-left {
    padding-right: 0px;
  }
  .no-gutter-right {
    padding-left: 0px;
  }
  .v-center-wrapper-top {
    display: table;
    height: auto;
  }
  #intro .v-center h1 {
    font-family: 'GT-America-Extended-Black', sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 3em;
    line-height: 1em;
  }
  #channels h1 {
    font-family: 'GT-America-Extended-Black', sans-serif;
    /*font-weight: 900;*/
    font-style: normal;
    font-size: 3em;
    line-height: 1em;
  }
  /*.v-center h2 {
    font-weight: 300;
    font-size: 2em;
    line-height: .9em !important;
    text-align: center;
  }*/
}
@media only screen and (max-width: 527px) {
	.row {margin-left:0px}
}
/************************ adjustments **********************/
.intro-logo {
  width: 400px;
}
.pb15 {
  padding-bottom: 15px;
}
.pt5 {
  padding-top: 5px;
}
.pt15 {
  padding-top: 15px;
}
.pt30 {
  padding-top: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.pt15 {
  padding-top: 15px;
}
.mt15 {
  margin-top: 15px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.row-adjust {
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutter {
  padding-right: 0px;
  padding-left: 0px;
}
.fixMe {
  position: fixed;
  width: inherit !important;
  margin: inherit !important;
  padding: inherit !important;
}
.panel-group {
  margin-top: 15px;
}
input.AgreeAlign {
  margin-top: -9px;
}
.adjust-top {
  margin-top: 0px;
  padding-top: 0px;
}
.default-body{
    font-size:16px;
}
/******************* lockup-adjust *******************/
@media only screen and (min-width: 1376px) {
  .lockup-adjust {
    padding-top: 78px;
  }
}
@media only screen and (max-width: 1375px) {
  .lockup-adjust {
    padding-top: 98px;
  }
}
@media only screen and (max-width: 711px) {
  .lockup-adjust {
    padding-top: 120px;
  }
}
/*****************************************************/
@media only screen and (max-width: 991px) {
  .fixMe {
    position: relative;
    width: inherit !important;
    margin: inherit !important;
    padding: inherit !important;
  }
  .fixMe h1, .fixMe h3 {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .no-gutter-left {
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 10px;
  }
  .no-gutter-right {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .mob-banner{display:none;}
  .desk-banner{display:block; max-width:100%; margin:0 auto;}

  .no-gutter-left {
    padding-right: 10px;
    padding-left: 0px;
  }
  .no-gutter-right {
    padding-right: 0px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1375px) {}
@media only screen and (max-width: 991px) {}
/********************* radius **********************/
.radius-all {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.radius-top {
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.radius-btm {
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
/******************** colors & backgrounds ***********************/
.sxm-green {
  color: #8DC63F;
}
.sxm-green-bg {
  background-color: #8DC63F;
}
.sxm-blue {
  color: #0000EB;
}
.sxm-blue-bg {
  background-color: #0000EB
}
.sxm-gray-bg{
    background-color:#f5f5f5;
}
.sxm-purple {
  color: #A3236D;
}
.sxm-purple-bg {
  background-color: #A3236D;
}
.sxm-teal {
  color: #8DC63F;
}
.sxm-teal-bg {
  background-color: #8DC63F;
}
.sxm-orange {
  color: #F8991D;
}
.sxm-orange-bg {
  background-color: #F8991D;
}
.blue-bg {
  background-color: #11aaff;
}
.white-bg {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .headline {
    display: table;
    min-height: 170px;
  }
}
/************************ Talent *******************************/
#talent {
  background-color: #fff;
  padding: 3px 3px 3px 0px;
  margin-top: 30px;
}
.no-gutter {
  padding-right: 0px;
  padding-left: 0px;
}
.adjust-gutter {
  padding-right: 0px;
  padding-left: 3px;
}
.adjust-gutter-bottom {
  padding-bottom: 3px;
}
.gutter {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .adjust-row {
    /*padding-top: 3px;*/
  }
}
/************************* Truck / Auto and Channel Section **********************/
#channels{
    background-color:#fff;
}
.overlap{
    background-color:#fff;
}
.overlap .btn-container-center{
    display:flex;
    flex-direction:column;
    align-items:center;
}
.overlap .btn-container-center a:first-child{
    margin-bottom:1em;
}
.overlap .btn-container-center a{
    max-width:360px;
}
.overlap .sub-header h2.h2{
    margin-bottom:20px;
}
.auto-truck-overlap .col-md-6{
    margin-bottom:32px;
}
.auto-truck-overlap .overlap-img{
    height:auto;
    background-position:100% center;
    background-size:cover;
    background-repeat:no-repeat;
}
.auto-truck-overlap .auto-truck-img{
    width:100%;
    max-width:100%;
    height:auto;
}
.auto-truck-overlap .textBlock{
    display:flex;
    flex-direction:column;
    justify-content:center;
    background-color:#fff;
}
.auto-truck-overlap .textBlock a.btn{
    max-width:320px;
    margin-left:auto;
    margin-right:auto;
}
.auto-truck-overlap h2{
    margin-bottom:16px;
}
@media(min-width:425px){
    .auto-truck-overlap .col-lg-10{
        padding-bottom:64px;
    }
}
@media(max-width:767px){
    .overlap{
        margin:0 -16px 0;
        padding:0 16px 48px;
    }
}
@media(min-width:768px){
    #channels{
        background-color:transparent;
    }
    .overlap{
        padding-bottom:64px;
    }
    .overlap .btn-container-center{
        flex-direction:row;
        justify-content:center;
    }
    .overlap .btn-container-center a:first-child{
        margin-bottom:0;
        margin-right:1em;
    }
    .overlap .sub-header h2.h2{
        margin:0 auto 20px;
        width:60%;
    }
    .auto-truck-overlap .col-lg-10{
        padding-bottom:72px;
    }
    .overlap .col-md-6:first-child{
        border-right:1px solid #d4d4d4;
        padding-bottom:0px;
    }
    .auto-truck-overlap .col-md-6{
        margin-bottom:0;
    }
    .auto-truck-overlap .overlap-img.truck{
        background-image:url(../images/truckFleetImage.jpg);
    }
    .auto-truck-overlap .overlap-img.auto{
        background-image:url(../images/autoFleetImage.jpg);
    }
    .auto-truck-overlap .auto-truck-img{
        display:none;
    }
    .auto-truck-overlap .overlap-img{
        height:200px;
    }
}
@media(min-width:1024px){
    .auto-truck-overlap .col-lg-10{
        padding-bottom:104px;
    }
}
/*************************Channel Section **********************/
.channel-section{
    background-color:#f5f5f5;
}
.channel-section h3.h3{
    padding:32px 0;
    text-align:center;
    width:80%;
    margin-left:auto;
    margin-right:auto;
}
.channel-section .talent-img{
    display:block;
    width:100%;
    max-width:100%;
    height:auto;
    box-shadow:2px 2px 15px 8px rgba(0,0,0,0.1);
    margin-bottom:2em;
    margin-top:3em;
}
@media(min-width:768px){
    .channel-section .talent-img{
        margin-bottom:0;
  }
}
.channel-section .talent-bullet{
    list-style-type:none;
}
.channel-section .talent-bullet li:before{
    content:'';
    width:22px;
    height:22px;
    background-image:url('../images/radioWaves.svg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    display:inline-block;
    margin-right:8px;
    position:relative;
    top:4px;
}
.channel-section .talent-bullet li{
    margin-bottom:8px;
    position:relative;
}
.channel-section .row{
    align-items:center;
    padding-top:48px;
    padding-bottom:48px;
}
.channel-section .channel-text{
    width:100%;
    max-width:425px;
    margin:0 auto;
}
.channel-section .channel-text h3{
    margin-bottom:16px;
}
.channel-section .lineup-section{
    padding-top:40px;
}
.channel-section .lineup-section h4{
    text-align:center;
    margin-bottom:32px;
}
.channel-section .lineup-section ul{
    list-style-type:none;
    display:flex;
    justify-content:space-around;
    margin-bottom:0;
}
.channel-section .playlist-links{
    padding-bottom:16px;
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
}
a.playlist-links {
  color: #000;
  font-weight:bold;
}
a.playlist-links:hover, a.playlist-links:focus, a.playlist-links:active {
  color: #000;
  text-decoration: underline;
}
@media(min-width:425px){
    .channel-section .row:first-child{
        padding-top:64px;
        padding-bottom:64px;
    }
}
@media(min-width:768px){
    .channel-section .row:first-child{
        padding-top:72px;
        padding-bottom:72px;
    }
}
@media(min-width:1024px){
    .channel-section .row:first-child{
        padding-top:80px;
        padding-bottom:80px;
    }
}
/************************* Video Section **********************/
.video-section{
    background-color:#f5f5f5;
    padding:0 48px 48px;
}
/************************* Channel Lineup **********************/
@media (min-width: 320px) {
  .channel-lineup {
    width: 480px;
    height: auto;
  }
}
@media (min-width: 568px) {
  .channel-lineup {
    width: 640px;
    height: auto;
  }
}
@media (min-width: 768px) {
  .channel-lineup {
    width: 750px;
    height: auto;
  }
}
@media (min-width: 992px) {
  .channel-lineup {
    width: 970px;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .channel-lineup {
    width: 1170px;
    height: auto;
  }
}
.table-nocollapse {
  border-collapse: separate;
  border-spacing: 15px;
}
.boxtop {
  width: 100%;
  margin: 0px -15px 15px -15px;
  padding: 10px 0px 10px 0px;
  position: absolute;
  top: 0px;
}
#channel-box .row {
  margin-bottom: -15px;
}
#channel-box .row-same-height {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 15px;
}
#channel-box .boxtop-adjust {
  padding-top: 60px;
}
@media screen and (max-width : 768px) {
  #channel-box .boxtop-adjust {
    padding-top: 70px;
  }
  #channel-box .col-sm-6 {
    margin-bottom: 15px;
  }
  #channel-box .row {
    margin-bottom: -30px;
  }
}
.channel-cat {
  padding: 0px 10px 0px 10px;
}
.channel-pod {
  min-height: 20px;
  padding: 15px;
  /*margin-bottom: 20px;*/
  background-color: #f5f5f5;
  /*border: 1px solid #e3e3e3;*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
/************** channel-logos **************/
table tr td .img-fluid {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media screen and (min-width : 681px) {
  .logos-mobile {
    display: none;
  }
}
@media screen and (max-width : 680px) {
  .logos-desktop {
    display: none;
  }
}
/***********************************************************/
/* vertical alignment styles */
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
/* columns of same height styles */
.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: top;
}
.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed; /*border-collapse: separate;
  	border-spacing: 15px;*/
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}
.program-wrapper {
  height: 180px;
  margin-bottom: 30px;
}
@media (min-width: 670px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
  .program-wrapper {
    /*height: 180px;*/
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
  .program-wrapper {
    /*height: 230px;*/
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
  .program-wrapper {
    /*height: 200px;*/
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
  .program-wrapper {
    /*height: 260px;*/
  }
}
/********************************************************/
@media screen and (max-width : 767px) {
    .modal-body { text-align:left;
    }
  .alignMe {
    text-align: center;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .alignMe .spacer {
    width: 1px;
    display: inline-block;
  }
  .alignMe .list-start {
    text-align: left !important;
  }
  .alignMe img {
    text-align: center;
    left: 0;
    right: 0;
  }
  .alignMe ul {
    text-align: left;
    margin-left: 0px;
    padding-left: 15px;
  }
  .alignMe #gallery1 ul, .alignMe #gallery2 ul, .alignMe #gallery3 ul, .alignMe #gallery4 ul, .alignMe #gallery5 ul, .alignMe #gallery6 ul, .alignMe #gallery7 ul, .alignMe #gallery8 ul, .alignMe #gallery9 ul, .alignMe #gallery10 ul, .alignMe #gallery11 ul {
    text-align: center;
    margin-left: 0px;
    padding-left: 15px;
  }
  .alignMe #sxm-ready ul {
    text-align: center;
    margin-left: 0px;
    padding-left: 15px;
  }
  .alignMe #accordionAwards .panel-body {
    text-align: left;
  }
  .alignMe h1, h2, h3, h4, h5, h6, h7 {
    text-align: center;
  }
  .alignMe .lockup-happy {
    text-align: center;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .enroll-wrapper-mobile {
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    width: 280px;
  }
  .login-wrapper {
    width: 400px;
  }
  .btn-login {
    margin-top: 5px;
  }
}
/**************************************************/
.btn-icon {
  width: 160px;
  height: auto;
  margin: 0 auto;
}
ol {
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 15px;
  -webkit-margin-after: 15px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 18px;
}
.scrollToBtns li {
  display: inline-block;
  list-style-type: none !important;
}
.alignMe .scrollToBtns ul {
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 15px;
  padding-right: 15px;
}
.channel-list li {
  display: inline-block;
  list-style-type: none !important;
  margin-left: 10px;
  margin-right: 10px;
}
.alignMe .channel-list ul {
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 15px;
  padding-right: 15px;
}
.channel-list .glyphicons {
  padding-right: 5px;
  padding-left: 5px;
}
.full-height {
  min-height: 100vh;
}
.sxm-bootstrap .panel-body p {
  font-size: 18px;
}
.sxm-bootstrap .form-group li {
  font-size: 18px;
}
/************* footer **********/
#sxmcorporatefooter .footer-links div{
    display:flex;
    flex-direction:column;
}
#sxmcorporatefooter .footer-links a{
    color:#000;
    text-decoration:none;
    padding-right:8px;
    margin-right:8px;
    margin-bottom:16px;
    text-align:center;
}
#sxmcorporatefooter p{
    margin-bottom:0;
    padding-top:24px;
    font-size:12px;
    text-align:center;
}
@media(min-width:425px){
    #sxmcorporatefooter .footer-links{
        display:flex;
        justify-content:center;
    }
    #sxmcorporatefooter .footer-links a{
        text-align:left;
    }
}
@media(min-width:768px){
    #sxmcorporatefooter p{
        padding-top:0;
        text-align:right;
        white-space:nowrap;
    }
    #sxmcorporatefooter .footer-links div:first-child{
        margin-right:16px;
    }
}
@media(min-width:992px){
    #sxmcorporatefooter .footer-links{
        flex-direction:column;
        line-height:12px;
    }
    #sxmcorporatefooter .footer-links div{
        flex-direction:row;
    }
    #sxmcorporatefooter .footer-links a:not(.last){
        border-right:1px solid #736e7d;
    }
}


.circle {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 26px;
  font-weight: bold;
  background-color: #0000EB;
  color: #fff;
  text-align: center;
  padding-top: 7px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.circle-purple {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 26px;
  font-weight: bold;
  background-color: #77278b;
  color: #fff;
  text-align: center;
  padding-top: 7px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.circle-green {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 26px;
  font-weight: bold;
  background-color: #7ac142;
  color: #fff;
  text-align: center;
  padding-top: 7px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.circle-orange {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 26px;
  font-weight: bold;
  background-color: #f58426;
  color: #fff;
  text-align: center;
  padding-top: 7px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.circle-white {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-image: url(../images/circle-white.png);
  background-position: center;
  background-repeat: no-repeat;
}
/******************* Gallery *********************/
#gallery1 ul, #gallery2 ul, #gallery3 ul, #gallery4 ul, #gallery5 ul, #gallery6 ul, #gallery7 ul, #gallery8 ul, #gallery9 ul, #gallery10 ul, #gallery11 ul {
  padding-left: 0px;
  margin-top: 10px;
}
#gallery1 li, #gallery2 li, #gallery3 li, #gallery4 li, #gallery5 li, #gallery6 li, #gallery7 li, #gallery8 li, #gallery9 li, #gallery10 li, #gallery11 li {
  display: inline-block;
  margin-right: 3px;
  margin-top: 6px;
}
/***************** Compatibility *****************/
#sxm-ready {
  margin-bottom: 15px;
}
#sxm-ready img {
  height: 15px;
  width: auto;
}
#sxm-ready ul {
  padding-left: 0px;
  margin-top: 10px;
  list-style-type: none;
  list-style: none;
}
#sxm-ready li {
  display: inline-block;
  margin-right: 3px;
  margin-top: 6px;
}
/************************* tool tips ***************************/
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  min-width: 200px;
  /*max-width: 300px;*/
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  background-color: #005188;
  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: #005188;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #005188;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #005188;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #005188;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #005188;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #005188;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #005188;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #005188;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
/************************** FAQ ***************************/
#FAQaccordion a {
  font-weight: 500;
  color: #005188;
}
.answer li {
  list-style: upper-alpha;
}
/************************** BUNDLES ***************************/
#bundleProducts .panel-default > .panel-heading {
  color: #fff;
  background-color: #77278b;
  border-color: #ddd;
}
#bundleProducts a {
  font-weight: 500;
  color: #fff;
}
#bundleProducts a:hover, #bundleProducts a:focus, #bundleProducts a:active {
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
div[role="tab"]:hover {
  cursor: pointer;
}
.clickable {
  cursor: pointer;
}
/*********************** Scroll Tabs ********************/
@media screen and (max-width : 527px) {
  .tabbable .nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
    display: -moz-box;
  }
  .tabbable .nav-tabs > li {
    float: none;
  }
}
/********************************************************/
#Radios .nav-tabs > li, #Radios .nav-pills > li {
  float: none;
  display: inline-block;
  *display: inline; /* ie7 fix */
  zoom: 1; /* hasLayout ie7 trigger */
}
#Radios .nav-tabs, #Radios .nav-pills {
  text-align: center;
}
#radioTab .wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 5px;
  height: 44px;
}
@media screen and (max-width : 767px) {
  #radioTab .wrapper {
    height: 42px;
  }
}
#radioTab .list {
  position: absolute;
  left: 0px;
  top: 0px;
  min-width: 3000px;
  /*margin-left:12px;*/
  margin-top: 0px;
}
@media screen and (min-width : 768px) {
  #radioTab .list {
    margin-left: 0px;
  }
}
@media screen and (min-width : 991px) {
  #radioTab .list {
    margin-left: 10%;
  }
}
@media screen and (min-width : 1200px) {
  #radioTab .list {
    margin-left: 16.5%;
  }
  #radioTab .scroller {
    display: none !important;
  }
}
#radioTab .list li {
  display: table-cell;
  position: relative;
  text-align: center;
  cursor: grab;
  cursor: -webkit-grab;
  color: #efefef;
  vertical-align: middle;
}
#radioTab .scroller {
  text-align: center;
  cursor: pointer;
  display: none;
  padding: 7px;
  padding-top: 11px;
  white-space: no-wrap;
  vertical-align: middle;
  background-color: #fff;
}
#radioTab .scroller-right {
  float: right;
}
#radioTab .scroller-left {
  float: left;
}
/***************************** bundles *********************************/
#bundles .panel-title {
  padding: 5px 0px;
}
#bundles .panel-title {
  font-size: 24px;
}
#bundles .panel {
  margin-bottom: 5px;
  background-color: #fff;
  border: 1px solid #77278b;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
#bundles .panel-primary > .panel-heading {
  color: #fff;
  background-color: #77278b;
  border-color: #77278b;
}
/************************ SXV Violator **********************/
@media only screen and (min-width: 1200px) {
  .sxv-violator {
    left: 335px;
  }
}
@media only screen and (max-width: 1199px) {
  .sxv-violator {
    left: 265px;
  }
}
@media only screen and (max-width: 991px) {
  .sxv-violator {
    left: 410px;
  }
}
@media only screen and (max-width: 767px) {
  .sxv-violator {
    left: 320px;
  }
  .threeMonthsFreeLockup {
    padding: 30px 0px;
  }
}
.sxv-violator {
  position: absolute;
  width: 200px;
  top: 0px;
  z-index: 900;
}
/******************** feature icons *********************/
.feature-icons ul {
  list-style: none;
  display: table;
  padding-left: 0px !important;
  margin-block-start: 0em !important;
  margin-block-end: 0em !important;
  margin-inline-start: 0px !important;
  margin-inline-end: 0px !important;
  padding-inline-start: 0px !important;
}
.feature-icons li {
  display: table-cell;
  width: 33%;
  padding: 15px;
  text-align: center;
}
.feature-icons img {
  display: block;
  max-width: 150px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0 auto;
}
.card .card-header h2 button {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}
.card-body h1 {
  font-family: 'GT-America-Extended-Black', "Arial Black", sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: .9em;
}
.btn-link {
  color: #0000EB;
  text-decoration: none;
}
.btn-link.focus, .btn-link:focus {
  text-decoration: underline;
  box-shadow: none;
  color: #0000EB;
}
.btn-link:hover {
  color: #0000EB;
  text-decoration: underline;
}
#FAQaccordion .btn-link {
  color: #000000;
  text-decoration: none;
}
#FAQaccordion .btn-link.focus, .btn-link:focus {
  text-decoration: underline;
  box-shadow: none;
  color: #000000;
}
#FAQaccordion .btn-link:hover {
  color: #000000;
  text-decoration: underline;
}
.lead {
  font-family: 'GT-America-Extended-Black', "Arial Black", sans-serif;
  text-transform: uppercase;
}
/************************** intro module *************************/
/*@media (min-width: 1209px) {
  .right-module {
    left: 50%;
    right: auto;
    width: 318px;
    margin-left: 286px;
  }
}
@media (min-width: 1100px) {
  .right-module {
    position: absolute;
    right: 0px;
    height: 440px;
    background-color: rgba(13, 81, 116, 1);
    width: 318px;
    margin-left: 286px;
  }
}*/
.right-module {
  position: absolute;
  z-index: 2;
  width: 35%;
  min-height: 452px;
  right: 60px;
  top: 0px;
  background-color: #020BDD;
  padding: 60px 30px 0px 30px;
  text-align: center;
}
#inline-module {
  display: none;
}

/*************** ENROLL PAGE ****************/
#enroll {
  background-color:#fff;
  min-height: 100vh;
  padding-top: 200px;
}
#enroll h1.h2{
    margin-bottom:0.5em;
}
#enroll p.sub-header{
    font-weight:bold;
    font-size:18px;
    line-height:22px;
}
@media(max-width:425px){
    #enroll .col-lg-12{padding:0;}
    #enroll .col-lg-12 .col-lg-6{padding:0;}
}

/***************** CARDS ******************/
#EnrollTruck{
    margin-bottom:6em;
}
#EnrollTruck .card-header {
  padding:0;
  background-color:transparent;
  border: none;
}
#EnrollTruck .card {
  background-color:transparent;
  border:none;
}
#EnrollTruck .btn-link {
  color: #fff;
  text-decoration: none;
  background-color: #F8991D;
  width:100%;
  max-width:600px;
  margin-right:auto;
  margin-left:auto;
  padding:18px 32px;
}

#EnrollAuto{
    width:100%;
    max-width:600px;
    margin-left:auto;
    margin-right:auto;
}
#EnrollAuto .card-header {
  padding:0;
  background-color: transparent;
  border:none;
}
#EnrollAuto .card-header .btn.btn-link{
    width:100%;
}
#EnrollAuto .card {
  border: none;
  background-color:transparent;
  margin-bottom:1em;
}
#EnrollAuto .btn-link {
    text-decoration: none;
    background-color:transparent;
    color:#8DC63F;
    width:100%;
    max-width:300px;
    margin-left:auto;
    margin-right:auto;
    padding:18px 32px;
    border:4px solid #8DC63F;
    border-radius:0;
}
#EnrollAuto .btn-link:hover,
#EnrollAuto .btn-link:focus,
#EnrollAuto .btn-link:active{
    background-color:#8DC63F;
    color:#fff;
}
#EnrollAuto.accordion > .card .card-header {
}
#EnrollAuto.card-header:first-child {
  border-radius: 0;
}
/*#headingAutoCompanyPay .btn-link{
    border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    border-bottom:1px solid rgba(0,0,0,0.1);
}*/
#headingAutoRemarketing,
#headingAutoRemarketing .btn-link{
    border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
#EnrollAuto.accordion > .card:last-of-type {
  border-bottom: none;
}
#EnrollAuto.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}
#EnrollAuto .card-body,
#EnrollTruck .card-body{
    background-color:#fff;
    width:100%;
    max-width:900px;
    margin-left:auto;
    margin-right:auto;
}
.btn.btn-block{
    border:2px solid transparent;
}
#EnrollAuto .btn.btn-block{
    border-color:#8DC63F;
    background-color:transparent;
    color:#000;
}
#EnrollAuto .btn.btn-block:hover,
#EnrollAuto .btn.btn-block:focus,
#EnrollAuto .btn.btn-block:active{
    border-color:#8DC63F;
    background-color:#8DC63F;
    color:#fff;
}
#EnrollTruck .btn.btn-block{
    border-color:#F8991D;
    background-color:transparent;
    color:#000;
}
#EnrollTruck .btn.btn-block:hover,
#EnrollTruck .btn.btn-block:focus,
#EnrollTruck .btn.btn-block:active{
    border-color:#F8991D;
    background-color:#F8991D;
    color:#fff;
}
/******************************************/
@media screen and (max-width : 991px) {
  .hero h1 {
    font-family: 'GT-America-Extended-Black', "Arial Black", sans-serif;
    text-transform: uppercase;
    font-size: 3.125em;
    line-height: .9em;
  }
  .modal-body h2 {
    text-align: left;
  }
  #right-module {
    display: none;
  }
  #inline-module {
    display: inline-block;
    width: 100%;
  }
  #Intro {
    padding-top: 0px;
  }
  #Intro .v-center h1 {
    text-align: center;
  }
}

 .fancybox-content {        
        width: 100%;
    }
/*IE ligtbox width fix*/
@media (min-width:600px) {
    .fancybox-content {        
        width: 500px;
    }
}

/****************************** FAQ Page ****************************/
.faq{
    padding-top:120px;
}
.faq h1{
    padding-bottom:1em;
}
.faq-container .qa-wrapper{
    margin-bottom:2em;
    text-align:left;
}
.faq-container .question{
    font-weight:bold;
    font-size:18px;
    line-height:22px;
    margin-bottom:.5em;
}
.faq-container .answer{
    font-size:14px;
    line-height:20px;
}
@media(min-width:768px){
    .faq-container{
        width:80%;
        margin:0 auto;
    }
}
/****************************** Subscription Plans Page ****************************/
.subscription{
    padding-top:120px;
    margin-bottom:48px;
}
.subscription h1{
    margin-bottom:.25em;
}
.subscription h2{
    margin-bottom:1.5em;
}
.plan-container{
    border:1px solid #d4d4d4;
    margin-bottom:1em;
}
.plan-container .plan-header{
    text-align:center;
    color:#fff;
    background-color:#0000eb;
    padding:12px;
    margin:-1px -1px 0 -1px;
}
.plan-container .plan-header p{
    margin-bottom:0;
}
.plan-container .plan-content{
    padding:16px;
}
.plan-container .plan-content .content-head{
    color:#006ed7;
    font-size:18px;
    font-weight:bold;
    margin-bottom:.25em;
}
.plan-container .plan-content ul{
    margin-bottom:0;
}
.plan-container .plan-content ul li{
    margin-bottom:4px;
    font-size:12px;
}
.stream-container{
    display:flex;
    justify-content:center;
    align-items:center;
    padding-top:48px;
}
.stream-container p{
    color:#006ed7;
    font-weight:bold;
    font-size:14px;
    line-height:18px;
    width:180px;
    padding-left:8px;
    margin-bottom:0;
}
@media(min-width:992px){
    .plan-container .plan-content{
        min-height:448px;
    }
}

/****************************** Fleet Plans Page ****************************/
.fleet-plans{
    padding-bottom:80px;
}
.fleet-plans h1{
    padding-bottom:1em;
}
.fleet-plans .fleet-steps li{
    line-height:2.5;
    text-align:left;
}
.fleet-plans .fleet-steps ul li{
    line-height:2;
}
.fleet-plans table{
    margin-top:1em;
    text-align:center;
    vertical-align:middle;
}
.fleet-plans table{
    width:100%;
    line-height:1.5;
    margin-bottom:1.5em;
}
.fleet-plans table,
.fleet-plans th,
.fleet-plans td{
    border:1px solid #d4d4d4;
    border-collapse:collapse;
}
.fleet-plans th,
.fleet-plans td{
    padding:8px;
}
.fleet-plans th{
    background-color:#0000eb;
    color:#fff;
    font-weight:bold;
}
.fleet-plans tr.subheaders td{
    background-color:#e9eef8;
    font-weight:bold;
}
.form-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 64px;
    padding-top:84px;
}
.form-container .form-group{
    text-align:left;
}
.form-container .form-note{
    font-size:12px;
    line-height:16px;
}
.form-message{
    margin:2em 2em 3em;
}