* {
  box-sizing: border-box; }

body, h1, h2, h3, h4, h5, h6, p, ul, li {
  padding: 0;
  margin: 0; }

body {
  background-image: url("../images/bg.png");
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  padding-top: 83px; }

li {
  list-style: none; }

.content-width {
  padding: 0 20px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto; }

h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.2rem;
  color: #0a2b57; }

h2 {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1rem; }

h3 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: .8rem; }

h4 {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: .6rem; }

h5 {
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: .4rem; }

h6 {
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: .2rem; }

p {
  margin-bottom: 1rem; }

p.legal {
  font-size: .65rem; }

a {
  text-decoration: none;
  color: #4d8cff; }

a:hover {
    color: #1a6bff;
    text-decoration: underline; }

.btn {
  background-color: #4d8cff;
  display: table;
  margin: 30px auto 0;
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  border: 3px solid #4d8cff;
  transition: all 0.35s ease;
  text-transform: uppercase;
  font-size: .9rem; }

.btn:hover {
    border: 3px solid #4d8cff;
    background-color: transparent;
    color: #4d8cff;
    text-decoration: none; }

header {
  background-color: white;
  padding: 12px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }

header .content-width {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }

header nav ul {
    display: -ms-flexbox;
    display: flex; }

header nav li {
    margin-right: 18px; }

header nav li.current a {
      border-bottom: 2px solid #4d8cff; }

header nav li a {
      text-transform: uppercase;
      color: #0a2b57;
      font-weight: bold;
      font-size: .9rem; }

header nav li a:hover {
        color: #0a2b57;
        text-decoration: none;
        border-bottom: 2px solid #4d8cff; }

header .logo {
    max-width: 275px; }

header .logo img {
      width: 100%;
      display: block; }

footer {
  text-align: center;
  font-size: .8rem; }

footer .content-width {
    margin-top: 50px;
    padding: 50px 0 50px;
    border-top: 1px solid #aaa; }

footer ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }

footer p {
    margin-bottom: 5px; }

footer li:after {
    content: "|";
    color: #4d8cff;
    margin-right: 5px;
    margin-left: 5px; }

footer li:last-child:after {
    display: none; }

body.home .intro {
  min-height: 400px;
  background-image: url("../images/home-hero.jpg");
  background-position: center;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  color: white; }

body.home .intro h1 {
    text-transform: uppercase;
    font-size: 4.5rem;
    color: white; }

body.home .intro h2 {
    font-size: 1.25rem;
    text-transform: uppercase;
    width: 500px;
    margin: 0 auto; }

body.home .callout {
  background-color: #0a2b57;
  text-align: center;
  color: white;
  padding: 20px 0; }

body.home .callout p {
    margin-bottom: 0; }

body.home .services-about .content-width {
  display: -ms-flexbox;
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  width: calc(100% + 75px); }

body.home .services-about .content-width .left, body.home .services-about .content-width .right {
    width: calc(50% - 75px);
    margin-right: 75px; }

body.home .services-about .content-width img {
    max-width: 150px; }

body.home .services-about .content-width ul {
    padding-left: 20px;
    margin-top: 30px; }

body.home .services-about .content-width li {
    list-style: initial;
    margin-bottom: 7px; }

body.home .services-about .content-width .right {
    overflow: hidden; }

body.home .services-about .content-width .right img {
    float: left;
    display: block;
    margin-right: 25px; }

body.home .brands {
  padding-top: 75px;
  padding-bottom: 75px;
  text-align: center; }

body.home .brands p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }

body.home .brands ul {
    margin-top: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    width: calc(100% + 25px); }

body.home .brands li {
    width: calc(20% - 25px);
    margin-right: 25px;
    margin-bottom: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }

body.home .brands li img {
      max-width: 100%; }

body.home .brands .btn {
    margin-top: 50px; }

body.home .other-products {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #333;
  color: white; }

body.home .other-products h1 {
    text-align: center;
    color: white; }

body.home .other-products .lists {
    margin-top: 50px;
    width: calc(100% + 40px);
    font-size: .8rem;
    line-height: 2;
    font-weight: 100;
    display: -ms-flexbox;
    display: flex; }

body.home .other-products .lists ul {
      width: calc(25% - 40px);
      margin-right: 40px; }

body.home .other-products .btn {
    margin-top: 50px; }

body.home .other-products .btn:hover {
      color: white; }

body.catalogs .catalogs {
  padding: 60px 0 0; }

body.catalogs .catalogs .text {
    max-width: 675px;
    margin: 0 auto;
    text-align: center; }

body.catalogs .catalogs ul {
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 40px);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 60px; }

body.catalogs .catalogs ul li {
      margin-right: 40px;
      margin-bottom: 40px;
      width: calc(20% - 40px);
      text-align: center; }

body.catalogs .catalogs ul li img {
        max-width: 100%; }

body.catalogs .catalogs h3 {
    font-size: 1rem;
    text-align: center;
    margin-top: 10px; }

body.contact .details {
  padding: 60px 0 0; }

body.contact .details .address p {
    margin-bottom: 0; }

body.contact .details .social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }

body.contact .details .social li {
      width: 30px;
      height: 30px;
      background-color: #333;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      border-radius: 50%;
      margin-right: 10px; }

body.contact .details .social li a {
        color: white; }

body.contact .details strong {
    text-transform: uppercase;
    font-size: .9rem; }

body.contact .details .contact-detail {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 25px; }

body.contact .details .contact-detail p {
      font-size: .9rem; }

body.contact .details .text {
    max-width: 675px;
    margin: 0 auto;
    text-align: center; }

body.contact .details h4 {
    font-size: 1rem; }

.uso .order-content {
  margin-top: 60px; }

.uso .sizing-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100; }

.uso .sizing-modal .measuring-details {
    margin-top: 25px;
    font-size: .8rem; }

.uso .sizing-modal .measuring-details h4 {
      margin-bottom: 1rem; }

.uso .sizing-modal .measuring-details p {
      margin-bottom: .6rem; }

.uso .sizing-modal table {
    width: 100%;
    border: 1px;
    font-size: .8rem;
    table-layout: fixed;
    margin-top: 25px;
    border-collapse: collapse; }

.uso .sizing-modal tr td:first-child {
    width: 25%;
    font-weight: bold;
    text-transform: uppercase; }

.uso .sizing-modal td {
    padding: 3px 0; }

.uso .sizing-modal tr {
    border-bottom: 1px solid rgba(51, 51, 51, 0.1); }

.uso .sizing-modal tr:first-child {
      font-weight: bold;
      text-transform: uppercase; }

.uso .sizing-modal tr:last-child {
      border-bottom: 0; }

.uso .sizing-modal .close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 2rem;
    color: #333; }

.uso .sizing-modal .background {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s ease; }

.uso .sizing-modal .content {
    z-index: 1;
    left: 50%;
    top: 50%;
    position: absolute;
    max-width: 800px;
    width: 100%;
    background-color: white;
    border-radius: 10px;
    padding: 30px;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transform: translate(-50%, -50%) scale(0.75);
    opacity: 0; }

.uso .sizing-modal.animate .background {
    opacity: 1; }

.uso .sizing-modal.animate .content {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1); }

.uso .sizing-modal.active {
    display: block; }

.uso .intro {
  text-align: center;
  max-width: 500px;
  margin: 0 auto 50px; }

.uso .intro p:not(.legal) {
    margin-top: 15px; }

.uso .intro p.legal {
    margin-top: 3rem; }

.uso .product-section {
  margin-top: 175px; }

.uso .product-section h2 {
    text-align: center;
    margin-bottom: 2.5rem;
    text-transform: uppercase; }

.uso .line {
  border-bottom: 1px solid #ddd;
  width: 75%;
  opacity: .5;
  margin: 0 auto; }

.uso .line + .product-section {
    margin-top: 60px; }

.uso .product-table > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.uso .product-table > li .image {
    width: 200px; }

.uso .product-table > li .image img {
      max-width: 100%;
      width: 100%; }

.uso .product-table > li .image .caption {
      text-align: center;
      font-size: 0.75rem;
      width: 90%;
      margin: 10px auto 0; }

.uso .product-table > li .content {
    padding: 25px 0 25px 40px; }

.uso .product-table > li .content h3 {
      margin-bottom: 0; }

.uso .product-table > li .content > p {
      margin-bottom: 1.4rem; }

.uso .product-table > li .content h4 {
      margin-bottom: 6px;
      font-size: 1rem; }

.uso .size-price {
  margin-bottom: 1.4rem; }

.uso .size-price a {
    font-size: .8rem;
    margin-top: 5px; }

.uso .size-price ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.uso .size-price li {
    margin-right: 25px; }

.uso .size-price .size {
    font-weight: bold;
    font-size: .8rem;
    margin-bottom: -3px; }

.uso .color-note {
  font-size: .8rem;
  color: #aaa;
  font-style: italic;
  margin-top: 10px; }

.uso .colors ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.uso .colors li {
  text-align: center;
  width: 50px;
  margin-right: 25px;
  text-transform: uppercase;
  font-size: .7rem; }

.uso .colors p {
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 1.2; }

.uso .colors .color-triangle {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.uso .colors .color-square.split {
  position: relative; }

.uso .colors li.left {
  text-align: left; }

.uso .colors .color-square.split .color-triangle:first-child {
  background: linear-gradient(135deg, var(--split-triangle-color) 50%, transparent 50%); }

.uso .colors .color-square.split .color-triangle:last-child {
  background: linear-gradient(135deg, transparent 50%, var(--split-triangle-color) 50%); }

.uso .colors .color-square {
  display: block;
  width: 50px;
  height: 50px; }

.uso .colors .white {
  background-color: white;
  border: 2px solid #333; }

.uso .colors .black {
  background-color: black; }

.uso .colors .gildan-navy-blue {
  background-color: #12142d; }

.uso .colors .gildan-irish-green {
  background-color: #009146; }

.uso .colors .gildan-royal-blue {
  background-color: #3668a5; }

.uso .colors .gildan-sand {
  background-color: #e6d7c2; }

.uso .colors .gildan-red {
  background-color: #d53a48; }

.uso .colors .gildan-charcoal {
  background-color: #3d414a; }

.uso .colors .harritonm265-navy-blue {
  background-color: #0d223d; }

.uso .colors .harritonm265-royal-blue {
  background-color: #1057a5; }

.uso .colors .harritonm265-stone {
  background-color: #c2b0a2; }

.uso .colors .harritonm265-red {
  background-color: #ba052e; }

.uso .colors .harritonm265-hunter-green {
  background-color: #345B4C; }

.uso .colors .harritonm265-heather-gray {
  background-color: #acaeb1; }

.uso .colors .harritonm550-dark-denim {
  background-color: #486489; }

.uso .colors .harritonm550-light-denim {
  background-color: #5584B0; }

.uso .colors .harritonm550-washed-black {
  background-color: #2b2b2d; }

.uso .colors .harritonm500-navy-blue {
  background-color: #102246; }

.uso .colors .harritonm500-red {
  background-color: #c10538; }

.uso .colors .harritonm500-stone {
  background-color: #c4b397; }

.uso .colors .harritonm500-dark-gray {
  background-color: #8A8D8F; }

.uso .colors .core365-navy-blue {
  background-color: #323a51; }

.uso .colors .core365-red {
  background-color: #b22641; }

.uso .colors .core365-royal-blue {
  background-color: #00569d; }

.uso .colors .core365-carbon-gray {
  background-color: #4B4F54; }

.uso .colors .core365-ce708-carbon-gray {
  background-color: #4B4F54; }

.uso .colors .core365-ce708-classic-navy {
  background-color: #1F2A44; }

.uso .colors .core365-ce708-classic-red {
  background-color: #9D2235; }

.uso .colors .core365-ce708-royal-blue {
  background-color: #003594; }

.uso .colors .core365polo-navy-blue {
  background-color: #1C2844; }

.uso .colors .core365polo-red {
  background-color: #D70031; }

.uso .colors .core365polo-royal-blue {
  background-color: #005297; }

.uso .colors .core365polo-forest-green {
  background-color: #23352B; }

.uso .colors .core365polo-platinum {
  background-color: #C1C2C8; }

.uso .colors .devonjonesd850-navy-blue {
  background-color: #333a4d; }

.uso .colors .devonjonesd850-khaki {
  background-color: #c7b4a5; }

.uso .colors .devonjonesd850-red {
  background-color: #d03255; }

.uso .colors .devonjonesd850-royal-blue {
  background-color: #2f62b3; }

.uso .colors .devonjonesd620-silver {
  background-color: #CBC7C6; }

.uso .colors .devonjonesd620-french-blue {
  background-color: #4D83B3; }

.uso .colors .devonjonesd620-navy-blue {
  background-color: #1E202C; }

.uso .colors .devonjonesd620-burgundy {
  background-color: #602432; }

.uso .colors .devonjonesd620-dill {
  background-color: #556058; }

.uso .colors .harritonm990-navy-blue {
  background-color: #021939; }

.uso .colors .harritonm990-royal-blue {
  background-color: #335dcd; }

.uso .colors .harritonm990-red {
  background-color: #e4002d; }

.uso .colors .harritonm990-charcoal-gray {
  background-color: #707372; }

.uso .colors .bx002-navy-blue {
  background-color: #16335b; }

.uso .colors .bx002-khaki {
  background-color: #ab9379; }

.uso .colors .bx002-red {
  background-color: #b4273a; }

.uso .colors .bx002-royal-blue {
  background-color: #194d7f; }

.uso .colors .bx002-steel-gray {
  background-color: #545c67; }

.uso .colors .nt102-navy-blue {
  background-color: #2b2d42; }

.uso .colors .team-365-tt80-sport-dark-navy {
  background-color: #0C2340; }

.uso .colors .team-365-tt80-sport-graphite {
  background-color: #75787B; }

.uso .colors .team-365-tt80-sport-red {
  background-color: #BA0C2F; }

.uso .colors .team-365-tt80-sport-royal {
  background-color: #003087; }

.uso .colors .team-365-tt80-sport-silver {
  background-color: #C7C9C7; }

.uso .colors .team-365-tt80-sport-vegas-gold {
  background-color: #DDCBA4; }

.uso .colors .ultra-club-8915-navy-blue {
  background-color: #1F2A44; }

.uso .colors .ultra-club-8921-navy {
  background-color: #1F2A44;
  --split-triangle-color: #1F2A44; }

.uso .colors .ultra-club-8921-charcoal {
  background-color: #53565A;
  --split-triangle-color: #53565A; }

.uso .colors .devon-jones-dg20lw-navy-blue {
  background-color: #1C1F2A; }

.uso .colors .devon-jones-dg20lw-red {
  background-color: #A6192E; }

.uso .colors .devon-jones-dg20lw-royal-blue {
  background-color: #003A70; }
