/* =========================== About Start ==================== */


.about-image-header {
  display: flex;
  justify-content:space-between;
  width:100%;

}

.about-image-header img {
  width:100%;
  flex:1;
}
#about-main-content {
  margin-bottom: 2rem;
  text-align: center;
}

#about-main-content h1 {
  font-size: 2rem;
  color: #2A3261;
  text-transform: uppercase;
}

#about-main-content h2 {
  color: #2A3261;
  font-style: italic;
  margin-bottom: 2rem;
}

.about-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-section p {
  width: 100%;
  margin: 1rem 0;
}


/* =========================== About End ==================== */

/* =========================== Careers Start ==================== */

.contact-header h2 {
  color: #27295F;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom:10px;
}

.contact-htwo {
  color: #27295F;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom:10px;
}

.contact-header {
  display:flex;
  flex-flow:row wrap;
  justify-content:space-between;
  text-align:center;
}

/* =========================== Careers End ==================== */


table.standard-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border:none;
  margin-bottom: 15px;
  -webkit-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.03);
  box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.03);
}

select {
  font-weight: 300;
}

table.standard-table th {
  border: 1px solid #e0e0e0;
  border-right: none;
  background-color: #fafafa;
  text-align: left;
  padding: 10px 15px;
  color: #444;
  vertical-align: top;
  font-size: 14px;
  font-weight: 600;
}

table.standard-table td:last-child {
  border-right: 1px solid #e0e0e0;
}

table.standard-table th:last-child {
  border-right: 1px solid #e0e0e0;
}

table.standard-table td {
  padding: 10px 15px;
  border: #e0e0e0 1px solid;
  border-top: none;
  border-right: none;
}

table.standard-table tr:hover td {background-color: #fafafa;}


@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 1rem;
    padding-left: 1rem;
    box-sizing: border-box;
  }
}

body {
  margin: 0;
}

* {
  font-family: acumin-pro;
}



#AdContent {
  width:100%;
  position:relative;
}

#AdContent img {
  width:100%;
}


#LeftAdArrow, #RightAdArrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: ghostwhite;
  font-weight: bold;
  font-size: 2em;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  text-shadow: 2px 2px 2px black;
}
#LeftAdArrow:hover, #RightAdArrow:hover {
  font-weight:bolder;
  background-color: rgba(0,0,0,0.8);
}

#RightAdArrow {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.SpecialCont * {
  line-height: 1.4
}

a {
  text-decoration: none;
  color: #0078a9;
}



.nav-menu {
  position: relative;
  display: flex;
  justify-content: flex-start;
  background-color: #27295F;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  padding: 1.5em 2em;
  margin-bottom: 0;
  font-size: 13px !important;
}

.nav-menu #nav-menu-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  background-color: #27295F;
  margin: 0;
  z-index: 40;
}

#menu-button {
  display: none;
  cursor: pointer;
}

#menu-button svg {
  fill: white;
  height: 1.5rem;
  width: 1.5rem;
  pointer-events: none;
}

.nav-menu a,
.nav-menu button {
  border: none;
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
  font-size: 1em;
  font-family: acumin-pro;
  margin: 0 1em;
}

.nav-item {
  position: relative;
  display: inline-block;
}

.nav-item .icon-cart {
  width: 1.5rem;
  height: 1.5rem;
  fill: #ffffff;
}

.cart-count {
  position: absolute;
  bottom: 50%;
  left: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #be1e2d;
  color: #ffffff;
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  height: 0;
  min-width: 100%;
  width: auto;
  padding: 1em 2em;
  margin-top: 2em;
  list-style: none;
  background-color: white;
  border-radius: 0.5rem;
  text-align: center;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  opacity: 0;
  transform :translateX(-50%);
  pointer-events: none;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  z-index: 20;
}

.sub-menu::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid white;
}

.sub-menu li a {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  color: #27295F;
  margin: 0.75em 0;
  /* padding: 0.5em 0; */
  transition: all 0.2s ease-in-out;
}

.sub-menu li:not(:last-child) {
  border-bottom: 1px solid #27295F;
}

.sub-menu li:hover a {
  color: #00B4FE;
  transition: all 0.2s ease-in-out;
}

.sub-menu.open {
  opacity: 1;
  pointer-events: auto;
  height: auto;
  transition: all 0.2s ease-in-out;
}

.sub-menu-button {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.sub-menu-button .icon {
  width: 0.75em;
  height: 0.75em;
  fill: #ffffff;
  margin-left: 0.25em;
  transform: rotate(-90deg);
  transition: all 0.2s ease-in-out;
}

.sub-menu-button .icon.open {
  transform: rotate(0);
  transition: all 0.2s ease-in-out;
}

#account-manager-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 2rem;
}

#login-div {
  text-align: right;
}

#logo-div {
  position: relative;
  width: 25%;
}

#logo-div a img {
  max-width: 100%;
  height: auto;
}

#search-parts {
  width: 50%;
  margin-left: auto;
  text-align: right;
}

#search-div {
  display: flex;
  justify-content: flex-end;
}

#header-search {
  width: 80%;
  border: 2px solid #27295F;
  border-radius: 0.25rem;
}

#header-search::placeholder {
  font-size: 1rem;
  padding-left: 1rem;
}

#header-search-submit {
  border: none;
  background-color: #27295F;
  padding: 1rem;
  color: white;
  font-weight: bold;
  letter-spacing: 0.025em;
  border-radius: 0.25rem;
  margin-left: 1rem;
  font-size: 1rem;
}

.auth-status-text {
  font-family: acumin-pro;
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.auth-status-text a {
  color: #00B4FE;
  text-decoration: none;
  font-weight: bold;
}

#link-button-container {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
}

#link-button-container img {
  max-width: 20%;
}

.link-button {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: calc(17% - 1rem);
  align-items: center;
  padding: 0.5rem 1rem;
  background-color: #0078a9;
  border-radius: 20px;
  color: white;
  box-sizing: border-box;
}

.link-button a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.link-button p {
  width: 75%;
  color: #ffffff;
  font-weight: 700;
  margin: 0.25rem 0;
}

.SpecialCont .text-center {
  text-align:center;
}

.SpecialCont #related-items-list {
  display: flex;
  flex-flow: row wrap;
}

.SpecialCont h2 {
  font-weight: 550;
}


.SpecialCont a {
  color: #0078a9;
  text-decoration: none;
}

footer {
position: relative;
padding: 1rem 0;
width: 100%;
background-color:#213161;
}

#footer-content-container {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
}

#footer-information {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-bottom: 2rem;
  border-bottom: 1px solid white;
  }

#footer-nav-container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 75%;
box-sizing: border-box;
padding-bottom: 2rem;
border-right: 1px solid #919194;
}

#footer-social-container {
width: 25%;
padding-left: 4rem;
box-sizing: border-box;
}

#follow-us ul {
display: flex;
flex-wrap: wrap;
padding: 0;
}

#follow-us li {
width: calc(100% / 3);
padding: 1rem 0;
}

.social-icon-list {
list-style:none;
}

.social-icon-image {
height: 2rem;
width: 2rem;
}

.footer-list h1,
.social-list h1 {
margin-top: 0;
font-size: 18pt;
font-weight: 500;
color: #f2f2f2;
}

.footer-list li {
font-size: 1rem;
margin-bottom: 0.5rem;
color: #ffffff;
}

#footer-content-container a {
color: #ffffff;
transition: all 0.2s ease-in-out;
}

#footer-content-container a:hover {
color: #00b6ff;
transition: all 0.2s ease-in-out;
}

.footer-list {
color: #ffffff;
margin-left: 1em;
margin-right: 1em;
}

.footer-list.informed {
  width:25%;
  margin-bottom:20px;
}

.footer-list.w50 {
  width: 50%;
}

.footer-list ul {
  padding-left: 0px;
  list-style:none;
}

#copyright-container {
  text-align: center;
  width:100%;
}

#copyright-container p {
text-align: center;
width:100%;
color: #ffffff;
font-weight: 100;
font-size: 0.8rem;
}

.font-24 {
  font-size:24pt;
  font-weight:550;
  line-height: 1;
}

.font-20 {
  font-size:20pt;
  font-weight:550;
  line-height: 1;
}

.font-18 {
  font-size:18pt;
  font-weight:550;
  line-height: 1;
}

.font-16 {
  font-size:16pt;
  font-weight:550;
  line-height: 1;
}

.font-14 {
  font-size:14pt;
  font-weight:550;
  line-height: 1;
}

strong {
  font-weight: 600;
  color: #333;
}

.SpecialCont input[type="text"], input[type="number"], input[type="password"], input[type="email"], textarea, select {
  border: 1px solid #e0e0e0;
  padding: 8px 9px;
  outline: none;
  font-size: 13px;
  color: #888;
  margin: 0;
  max-width: 100%;
  display: block;
  background: #fff;
  -webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.03);
  box-shadow: 0 2px 0 0 rgba(0,0,0,0.03);
  border-radius: 2px;
}

.SpecialCont input[type="text"]:focus, .SpecialCont input[type="email"]:focus {
    border: 1px solid #37ADEA;
    color: #444;
    font-size: 14px;
}

.button.gray:hover, .button.light:hover, .button.color, input[type="button"], input[type="submit"], input[type="button"]:focus, input[type="submit"]:focus {
  background: #169fe6;
  color: #fff;
  padding: 9px 11px;
  border: none!important;
}

.SpecialCont input[type="button"], input[type="submit"], input[type="button"]:focus, input[type="submit"]:focus {
  color: #fff;
  padding: 9px 11px;
  border: none!important;
}

.SpecialCont input[type="button"], input[type="submit"] {
  float: right;
}

.button, input[type="button"], input[type="submit"] {
  display: inline-block;
  font-weight: 500;
  outline: none;
  font-size: 13px;
  cursor: pointer;
  width: auto;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.2);
  letter-spacing: -0.2px;
}

.SpecialCont .search-btn {
  float: right;
  position: relative;
  padding: 0;
  top: 0;
  right: 0;
  margin: 1px 0 0 -35px;
  background: url(/images/search.png) center center no-repeat;
  width: 35px;
  height: 32px;
  cursor: pointer;
  border: none;
  z-index: 100;
  box-shadow: none;
}

#related-items {
color: #0078a9;

}

.SpecialCont button {
  font-family: acumin-pro;
}

.alert-message {
  background-color: #BE1E2D;
  color: white;
  font-weight:bold;
  width: calc(100% - 10px);
  text-align: center;
  padding: 5px;
  font-size:14pt;
}
.alert-message a, .alert-message a:visited {
    color: #0000a0;
    text-decoration: underline;
}

#login-div {
  width: 50%;
}

@media only screen and (max-width: 992px) {

  /*#nav-container {
    width: 100%;
    float: none;
    box-sizing: border-box;
  }*/
  #login-div {
    width: 100%;
  }
  .nav-menu {
    width: 100%;
    padding: 1rem 2rem;
    box-sizing: border-box;
  }

  .nav-menu #nav-menu-list {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    top: 80%;
    left: 0;
    right: 0;
    padding-left: 2rem;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
  }

  .nav-menu #nav-menu-list.open {
    position: absolute;
    top: 100%;
    padding-bottom: 2rem;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.2s ease-in-out;
  }

  .nav-menu li {
    padding: 0.25rem 0;
    width: 100%
  }

  .nav-menu li a,
  .nav-menu li button {
    margin-left: 0;
  }

  .sub-menu {
    display: none;
  }

  .sub-menu.open {
    display: block;
    position: relative;
    transition: all 0.2s ease-in-out;
    transform: translate(0,0);
    height: auto;
    position: relative;
    display: block;
    padding: 0.5rem 1.5rem;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
    transform: translate(0,0);
    background-color: #27295F;
    border-bottom: none;
    text-align: left;
    box-shadow: none;
    z-index: 20;
  }

  .sub-menu.open li a {
    color: #ffffff;
    margin: 0.25rem 0 0 0.25rem;
  }

  .sub-menu.open li a:hover {
    color: #0078a9;
  }

  .sub-menu::before {
    display: none;
  }

  .nav-menu #menu-button {
    display: block;
  }

  #logo-div {
    width: 50%;
  }

  #search-parts {
    width: 100%;
    margin-top: 1rem;
  }
}

@media only screen and (min-width: 725px) {

    .SpecialCont h2 {
        font-size: 24pt;
    }

    .no-list {
        list-style:none;
    }

    #related-items-list {
        justify-content: space-between;
    }

    #login-overlay-background {
        z-index: 99;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100vw;
        height: 100vh;
        background-color: #00000099;
        justify-content:center;
        align-items: center;
    }

    #login-overlay {
        background-color: white;
        width:42%;
        border: 4px solid grey;
        color: #0078a9;
        text-align:left;
        font-size: 32px;
        font-weight: 660;

    }

    #login-overlay input {
        display: inline-block;
        width:80%;
        border: 2px solid #b8b8b8;
        font-size:24pt;
        padding-left:20px;
        color: #444444;
        font-family: acumin-pro;
        font-style: normal;
        margin-top: 20px;
    }

    #login-exit {
        background-color: rgb(201, 201, 201);
        height: 50px;
        width: 50px;
        color: white;
        font-size:20pt;
        font-weight: 550;
        border-radius:25px;
        display:flex;
        justify-content: center;
        align-items:center;
        position:relative;
        float:right;
        right: -25px;
        top: -25px;
        cursor:pointer;
    }

    .login-options {
        margin-left: 25px;
        margin-right: 25px;
        margin-bottom: 25px;
        clear:both;
        position:relative;
        top: -25px;
        text-align: center;
    }

    .login-info {
        margin-bottom:25px;
    }

    #login-submit-button {
        margin:auto;
        background-color: #0078a9;
        border-radius: 20px;
        color: white;
        font-size:24pt;
        padding: 20px 50px 20px 50px ;
        display: inline-block;
        margin-bottom:25px;
        cursor:pointer;
        border:0px;
        font-weight: 660;
    }

    #login-new-header {
        display:flex;
        justify-content: space-between;
        align-items:center;
        margin-top:25px;
        margin-bottom: 25px;
    }

    .login-divider {
        width: 30%;
        color: #b8b8b8;
        text-align:center;
    }

    .login-new {
        width:40%;
        color: #b8b8b8;
        text-align:center;
    }

    #login-open-account-button {
        margin:auto;
        background-color: #b8b8b8;
        border-radius: 20px;
        color: white;
        padding:20px;
        display: inline-block;
        cursor:pointer;
    }
}

@media only screen and (max-width: 992px) {

  .container {
    box-sizing: border-box;
    width: 100%;
    padding: 0 1rem;
  }

  #link-button-container {
    display: flex;
    flex-wrap: wrap;
  }

  .link-button {
    margin-bottom: 1rem;
    width: calc(50% - 0.5rem);
  }

  .footer-list {
    width: 25%;
  }

  .footer-list.informed {
    width:40%;
  }

  #follow-us li {
    flex: 1 1 auto;
    width: 50%;
    padding: 1rem 0;
  }

  #footer-social-container {
    padding-left: 2rem;
  }
}

@media only screen and (max-width: 576px) {


  #link-button-container {
    display: flex;
    flex-wrap: wrap;
  }

}

@media only screen and (max-width: 724px) {

    #related-items-list {
        justify-content: center;
    }

    #login-overlay-background {
        z-index: 99;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100vw;
        height: 100vh;
        background-color: #00000099;
        justify-content:center;
        align-items: center;
    }

    #login-overlay {
        background-color: white;
        width:100vw;
        height:100vh;
        color: #0078a9;
        font-size: 24px;
        font-weight: 660;
    }

    #login-overlay input {
        display: inline-block;
        width:80%;
        border: 1px solid #b8b8b8;
        font-size:14pt;
        padding-left:5px;
        color: #444444;
        font-family: acumin-pro;
        font-style: normal;
        margin-top:10px;
    }

    #login-exit {
        background-color: rgb(201, 201, 201);
        height: 50px;
        width: 50px;
        color: white;
        font-size:20pt;
        font-weight: 550;
        border-radius:25px;
        display:flex;
        justify-content: center;
        align-items:center;
        position:relative;
        float:right;
        right: 0px;
        top: 0px;
        cursor:pointer;
    }

    .login-options {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        clear:both;
        position:relative;
        top: 0px;
        text-align: center;
    }

    .login-info {
        margin-bottom:10px;
    }

    #login-submit-button {
        margin:auto;
        background-color: #0078a9;
        border-radius: 5px;
        color: white;
        font-size:14pt;
        padding: 10px 20px 10px 20px ;
        display: inline-block;
        margin-bottom:10px;
        cursor:pointer;
        border:0px;
        font-weight: 660;
    }

    #login-new-header {
        display:flex;
        justify-content: space-between;
        align-items:center;
        margin-top:10px;
        margin-bottom: 10px;
    }

    .login-divider {
        width: 30%;
        color: #b8b8b8;
        text-align:center;
    }

    .login-new {
        width:40%;
        color: #b8b8b8;
        text-align:center;
    }

    #login-open-account-button {
        margin:auto;
        background-color: #b8b8b8;
        border-radius: 5px;
        color: white;
        padding:10px;
        display: inline-block;
        cursor:pointer;
    }
}

@media only screen and (min-width: 577px) {

  .blog-page-content {
    width:75%;
    float: left;
  }

  .blog-page-sidebar {
    width:20%;
    float:right;
  }


}
#login-div {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 576px) {

  #footer-nav-container {
    width: 100%;
    border-right: none;
  }

  .auth-status-text {
    width: 100%;
  }

  #login-div {
    display: inline-block;
  }

  #footer-social-container {
    text-align: center;
    width: 100%;
    padding-left: 0;
  }

  #follow-us {
    width: 50%;
    margin: 0 auto;
  }

  .footer-list {
    text-align: center;
    width: 100%;
  }

  .footer-list.informed {
    width: 100%;
  }

  .footer-list.w50 {
    text-align: center;
    width: 100%;
  }

  footer .button-container {
    justify-content: center;
  }

   .blog-page-content {
     width: 100%;
   }

   .blog-page-sidebar {
     width: 100%;

   }

   .social-share {
     display: inline-block;
   }

   .social-share-buttons {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
   }
   .social-share-head {
    width: 100%;
    border-bottom: 1px solid #2A3261;
    margin-bottom: 10px;
  }
}

.social-share {
  margin-bottom: 8px;
}

.blog-thumbnail img {
  width:100%;
}


.button-container {
  display: flex;
  width: 50%;
  justify-content: flex-end;
  margin-left: auto;
}

.button-container a {
  display: flex;
  font-size:0.8rem;
  align-items: center;
  margin-left: 1rem;
  padding: 0.25rem 1rem;
  background-color: #BE1E2D;
  border: 2px solid #BE1E2D;
  border-radius: 0.25rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}
.midland-red {
color: #BE1E2D;
}
.button-container a:hover {
  background-color: transparent;
  color: #BE1E2D;
  transition: all 0.2s ease-in-out;
}

.button-container a .icon-next {
  fill: currentColor;
  height: 0.8rem;
  width: 0.8rem;
  margin-left: 1rem;
}
