svg {
  max-width: 180px;
  width: 180px;
}
svg path.cls-1 {
  fill: #0484c2;
}

.logos-main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 2em auto 4em;
}
@media only screen and (max-width: 75em) {
  .logos-main {
    display: grid;
    align-items: center;
    margin: 2em auto 4em;
    justify-content: center;
    justify-items: center;
    grid-row-gap: 2em;
  }
  .logos-main img, .logos-main svg {
    max-width: 120px;
  }
}

h1 {
  color: #0a0a0a;
  font-size: 2.8rem;
}

h2 {
  color: #0a0a0a;
  font-size: 2rem;
  font-weight: 400;
  margin: 1.75em auto !important;
}

p, ul, li {
  color: #0a0a0a;
  font-weight: 400;
  font-size: 1.3rem;
}

li {
  margin: 1.5em 0;
}

.listed-grid {
  display: grid;
  grid-template-columns: 2fr 4fr;
  grid-column-gap: 2.5em;
}
@media only screen and (max-width: 75em) {
  .listed-grid {
    grid-template-columns: 1fr;
  }
}
.listed-grid.reverse {
  grid-template-columns: 4fr 2fr;
}
.listed-grid.reverse.mobile {
  display: none;
}
@media only screen and (max-width: 75em) {
  .listed-grid.reverse {
    grid-template-columns: 1fr;
  }
  .listed-grid.reverse.mobile {
    display: grid;
  }
  .listed-grid.reverse.dtp {
    display: none;
  }
}
.listed-grid p {
  font-size: 1.2em;
}
.listed-grid .carrier-grid {
  display: grid;
  grid-template-columns: 175px 175px 175px;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 75em) {
  .listed-grid .carrier-grid {
    display: flex;
  }
}
.listed-grid .carrier-grid img {
  margin: 0 4em 2em;
  max-width: 130px;
}
.listed-grid .carrier-grid img.contain-img {
  max-width: 85px;
}
@media only screen and (max-width: 112.5em) {
  .listed-grid .carrier-grid img {
    margin: 0 4em 2em;
    max-width: 130px;
  }
}

.CC-carriers {
  margin: 2em auto 3em;
  width: 100%;
  border-top: 10px solid #f37220;
  padding: 3em 2em 2em;
}
.CC-carriers.CB {
  border-top: 10px solid #9ecb3a;
}

.img-rdce {
  max-width: 100%;
  margin-bottom: 1.5em;
}

.bg-skate {
  background-size: cover;
  background: url("../img/Skateboarder_Ghosted.png") no-repeat center;
}
.bg-skate h2 {
  margin-top: 1em !important;
}

.bg-CBL {
  background-size: contain;
  background: url(../img/CBL_BG.png) no-repeat top center;
  background-size: 1300px;
  background-position-y: 25px;
}
.bg-CBL h2 {
  margin-top: 1em !important;
}
@media only screen and (max-width: 75em) {
  .bg-CBL {
    background-size: 1000px;
  }
}
@media only screen and (max-width: 50em) {
  .bg-CBL {
    background-size: 600px;
  }
}
@media only screen and (max-width: 31.25em) {
  .bg-CBL {
    background-size: 400px;
  }
}

.bg-foot {
  background: url("../img/Layer_97.png") no-repeat right;
}
@media only screen and (max-width: 87.25em) {
  .bg-foot {
    background-image: none;
  }
}

.split {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
@media only screen and (max-width: 112.5em) {
  .split {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 87.25em) {
  .split {
    grid-template-columns: 1fr;
  }
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer {
  background-color: #2d343e;
  padding: 2em;
  min-height: 150px;
  display: flex;
}
footer .footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 90%;
  margin: auto;
  align-items: center;
  justify-content: center;
  justify-items: center;
  grid-column-gap: 10em;
}
@media only screen and (max-width: 87.25em) {
  footer .footer-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 2em;
  }
}
footer .footer-grid img {
  max-width: 450px;
}
@media only screen and (max-width: 75em) {
  footer .footer-grid img {
    max-width: 300px;
  }
}
footer .footer-grid i {
  color: #aeb6c9;
  font-size: 1.325em;
  margin: 0 0.25em;
}

.cc-cb-logos {
  display: inline-flex;
  flex-direction: row;
}
.cc-cb-logos img {
  max-width: 230px !important;
  margin-right: 40px;
}
@media only screen and (max-width: 87.25em) {
  .cc-cb-logos img {
    max-width: 150px !important;
    margin: 0 5px;
  }
}

.single-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
}
.single-row img {
  max-height: 55px;
  margin-left: 25px;
}
@media only screen and (max-width: 50em) {
  .single-row {
    display: grid;
  }
}

/* Brand colors for theme ------------------**/
/* General theme color inputs --------------**/
body,
button,
input,
select,
optgroup,
textarea {
  color: #59595c;
  font-family: "Open Sans", sans-serif !important;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

h1 {
  letter-spacing: 1.25px;
  margin: 0.37em 0;
}

h2,
h3 {
  margin: 0.5em 0 0.1em;
  letter-spacing: 0.5px;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
  border-left: 5px solid #f47320;
  padding-left: 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.emphasis-text {
  font-family: "Montserrat", sans-serif;
}

h1, h2, h3, p {
  font-family: "Open Sans", sans-serif;
  line-height: 150%;
}

.container {
  max-width: 75%;
  margin: auto;
}
@media only screen and (max-width: 50em) {
  .container {
    max-width: 90%;
  }
}

section {
  padding: 2em 0;
}
section:nth-child(odd) {
  background-color: #EEEEEE;
}
section:nth-child(even) {
  min-height: 500px;
}

.welcome-video {
  margin: 2em 0;
}

/* Brand colors for theme ------------------**/
/* General theme color inputs --------------**/

/*# sourceMappingURL=style.css.map */
