/*FONTS*/
@font-face {
    font-family: 'BridgestoneType-Regular';
    src: url("https://fonts.bridgestoneresources.com/BridgestoneType-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BridgestoneType-Regular-Bold';
    src: url("https://fonts.bridgestoneresources.com/BridgestoneType-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BridgestoneType-Regular-Italic';
    src: url("https://fonts.bridgestoneresources.com/BridgestoneType-Italic.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BridgestoneType-Regular-BoldItalic';
    src: url("https://fonts.bridgestoneresources.com/BridgestoneType-BoldItalic.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

:root {
  font-size: 16px; }

html {
  scroll-behavior: smooth;
  position: relative; }

a,
a:hover {
  color: #000000;
  text-decoration: none; }

body {
    font-family: BridgestoneType-Regular;
    color: #272727;
    font-weight: 500;
}

p {
    font-family: BridgestoneType-Regular;
    font-size: 0.875rem;
    color: #333333;
    /*text-align: justify;*/
}

hr.HrNoSpacing {
    height: 1px;
    background-color: #696969;
    width: 90%;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

ul {
  list-style: none;
  padding-left: 0; }

.dropdown-toggle::after {
  color: #f80000; }

/* Common Styles */
.red {
  color: #f80000; }

.vertical-align-bottom {
  vertical-align: bottom; }

.font-white {
  color: #ffffff; }

.font-weight-bold {
  font-weight: 700; }

.section-padding {
  padding: 2rem 0; }

.btn:hover {
  color: #ffffff; }

@media (min-width: 1200px) {
  .container {
    max-width: 1280px; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .navbar-collapse {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0; } }

.navbar {
  padding: .1rem 0rem; }

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #fff; }

.navbar-light .navbar-nav .nav-item {
  position: relative; }

.fa-bars {
  font-size: 2rem !important;
  color: #FFF; }

.navbar-light .navbar-toggler-icon {
  background-image: none;
  display: none; }

.navbar-toggler {
  background-color: #f80000;
  border: 2px solid #f80000;
  border-color: #f80000 !important;
  border-radius: 0; }

.navbar-light .navbar-nav .nav-link {
  font-weight: 500;
  color: #fff;
  font-size: 0.75rem;
  text-transform: capitalize;
  text-align: left; }

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem; }

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none; }
  .navbar .nav-item:hover .nav-link {
    color: #5ab8eb; }
  .navbar .nav-item:hover .dropdown-menu {
    display: block; }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0; } }

.dropdown-menu {
  min-width: 11rem;
  padding: .2rem 0;
  border: none;
  left: 10px; }

.dropdown-item {
  font-size: 0.8rem;
  text-transform: capitalize;
  padding: .25rem 1rem; }

.form-head {
    background-color: #000;
    padding: 14px 35px;
}

.form-column {
    background-color: #f4f4f4;
    padding: 14px 35px;
}

.form-control {
    
    /*background-color: #deecf9;
    border: 1px solid #deecf9;
    */
    border-radius: 4px;
    padding: 1rem .75rem;
}


.form-upload {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.general-input {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 4px;
    padding: 0.5rem .75rem;
    margin-bottom: 0.5rem;
    width: 100%;
}

.general-input::-webkit-input-placeholder {
    color: #ffffff;
    font-size: 0.75rem;
}

.general-input:-ms-input-placeholder {
    color: #ffffff;
    font-size: 0.75rem;
}

.general-input::-ms-input-placeholder {
    color: #ffffff;
    font-size: 0.75rem;
}

.general-input::placeholder {
    color: #ffffff;
    font-size: 0.75rem;
}

/* Clickabe Dropdown */
.dropdown .dropdown-icon {
    display: none;
    position: absolute;
    padding: 15px;
    background: #fff;
    right: 10px;
    top: 8px;
}

.dropdown .dropdown-icon:before {
    transition: all ease 0.5s;
    background: #444;
    height: 2px;
    width: 16px;
    top: 14px;
    left: 7px;
    content: "";
    position: absolute;
}

.dropdown .dropdown-icon:after {
    transition: all ease 0.5s;
    background: #444;
    content: "";
    height: 16px;
    left: 14px;
    position: absolute;
    top: 7px;
    width: 2px;
}

.dropdown.show .dropdown-icon:after {
    transform: rotate(-90deg);
}

.dropdown.show .dropdown-icon:before {
    transform: rotate(-180deg);
}

.navbar .dropdown .dropdown-toggle .dropdown-icon {
    display: none;
}

.form-control::-webkit-input-placeholder {
    /*
  color: #f80000; 
  */
}

.form-control:-ms-input-placeholder {
    /*
  color: #f80000;
        */

}

.form-control::-ms-input-placeholder {
    /*
  color: #f80000; 
        */

}

.form-control::placeholder {
    /*
  color: #f80000; 
        
        */

}

/* Header */
    #header {
  background: #000000; }

.header-topbar {
  background: #e5e5e5;
  padding: 0.3rem 0; }

.header-topbar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .header-topbar-inner span {
    font-weight: 500;
    font-size: 0.75rem; }

.logo-header {
  background: url(../img/logo-header-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1rem 0 0.5rem 0; }

.logo-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.search-block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.search-input {
  border-radius: 0;
  border: 2px solid #000000;
  padding: 0.9rem;
  width: 421px; }

.search-input::-webkit-input-placeholder {
  color: #f80000;
  font-size: 0.75rem; }

.search-input:-ms-input-placeholder {
  color: #f80000;
  font-size: 0.75rem; }

.search-input::-ms-input-placeholder {
  color: #f80000;
  font-size: 0.75rem; }

.search-input::placeholder {
  color: #f80000;
  font-size: 0.75rem; }

.search-btn {
  background: #f80000;
  border-radius: 0;
  border: none;
  padding: 1rem;
  margin-top: -2px;
  margin-left: -7px; }

.search-btn:hover, .search-btn:active, .search-btn:focus {
  background: #f80000;
  border-radius: 0;
  border: none; }

.carousel-caption {
  color: #fff;
  padding-top: 0;
  background: rgba(248, 0, 0, 0.8);
  right: unset;
  bottom: 8.25rem;
  padding: 1.25rem; }
  .carousel-caption h1 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 2.8rem;
    line-height: 2rem;
    margin-bottom: 0; }
  .carousel-caption h3 {
    font-size: 1.6rem;
    margin-bottom: 0;
    text-transform: uppercase; }

@media (min-width: 992px) {
  .col-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 18.666667%; }
  .col-center {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 64.666667%; } }

.left-sidebar .sidebar-inner .left-block {
  background: #f5f5f5;
  padding: 2rem;
  text-align: left;
  margin-bottom: 1rem; }
  .left-sidebar .sidebar-inner .left-block h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #f80000;
    text-transform: uppercase; }
  .left-sidebar .sidebar-inner .left-block .announcement-single {
    padding-left: 1rem; }
    .left-sidebar .sidebar-inner .left-block .announcement-single .announcement-title {
      font-size: 0.875rem;
      font-weight: 700;
      color: #000000;
      position: relative; }
      .left-sidebar .sidebar-inner .left-block .announcement-single .announcement-title::before {
        content: "";
        display: block;
        background: url("../img/right-caret-red.png");
        width: 5px;
        height: 10px;
        position: absolute;
        left: -14px;
        top: 3px; }
    .left-sidebar .sidebar-inner .left-block .announcement-single .announcement-text {
      font-size: 0.875rem;
      color: #838383; }

.left-sidebar .sidebar-inner .image-block {
  margin-bottom: 1rem; }
  .left-sidebar .sidebar-inner .image-block .sidebar-image {
    position: relative;
     }
  .left-sidebar .sidebar-inner .image-block .overlay {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    position: absolute;
    bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /*justify-content: center;*/
    padding: 0.5rem; }
    .left-sidebar .sidebar-inner .image-block .overlay .text {
      margin-right: 1rem; }
      .left-sidebar .sidebar-inner .image-block .overlay .text h3 {
        text-transform: uppercase;
        font-weight: 800;
        font-size: 1.5rem;
        line-height: 1.2rem;
        margin-bottom: 0;
        color: #f80000; }
      .left-sidebar .sidebar-inner .image-block .overlay .text h4 {
        font-size: 0.85rem;
        font-weight: 500;
        margin-bottom: 0;
        text-transform: uppercase; }

.center-content .content-heading {
  font-size: 2rem;
  font-weight: 500; }

.center-content .heading-underline {
  height: 5px;
  border: #cecece 1px solid;
  border-left: none;
  border-right: none;
  background: #efefef;
  margin: 1rem 0; }

.center-content .image-card {
  border: 0px solid #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem; }
  .center-content .image-card img {
    margin: 0 auto;
    margin-top: 1.5rem; }
  .center-content .image-card .card-text {
    padding: 1.5rem; }
    .center-content .image-card .card-text h5 {
      font-size: 0.875rem;
      font-weight: 700; }
    .center-content .image-card .card-text p {
      font-size: 0.75rem;
      margin-bottom: 0; }

.right-sidebar .sidebar-inner .right-block {
  padding: 2rem;
  text-align: left;
  border: 1px solid #e6e6e6;
  padding: 1rem;
  margin-bottom: 1.5rem; }
  .right-sidebar .sidebar-inner .right-block h4 {
    font-size: 0.875rem;
    font-weight: 700;
    color: #f80000;
    text-transform: uppercase;
    text-align: center; }
  .right-sidebar .sidebar-inner .right-block .event-block h5 {
    font-size: 0.875rem;
    color: #000000;
    font-weight: 700; }
  .right-sidebar .sidebar-inner .right-block .event-block p {
    font-size: 0.75rem; }
  .right-sidebar .sidebar-inner .right-block .event-block .view-more {
    font-size: 0.75rem;
    font-weight: 600;
    color: #f80000;
    font-style: italic; }
  .right-sidebar .sidebar-inner .right-block .event-block .event-separator {
    background-color: #cfcfcf;
    height: 2px;
    width: 54px;
    margin: 0 auto;
    margin-top: 1.5rem;
    margin-bottom: 1rem; }

.right-sidebar .sidebar-inner .right-block .quick-links {
  font-size: 0.875rem;
  margin-left: 1rem; }

.right-sidebar .sidebar-inner .right-block .quick-links li {
  position: relative; }
  .right-sidebar .sidebar-inner .right-block .quick-links li::before {
    content: "";
    display: block;
    background: url(../img/right-caret-red.png);
    width: 5px;
    height: 10px;
    position: absolute;
    left: -14px;
    top: 5px; }

.contact-input {
  
    /*background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
  */
  border-radius: 4px;
  padding: 0.5rem .75rem;
  margin-bottom: 0.5rem;
  width: 100%; }

    .contact-input::-webkit-input-placeholder {
        /*
        color: #404040;
        */
            font-size: 0.75rem;
    }

.contact-input:-ms-input-placeholder {
    /*
  color: #404040;
        */
  font-size: 0.75rem; }

.contact-input::-ms-input-placeholder {
    /*
  color: #404040;
        */
  font-size: 0.75rem; }

.contact-input::placeholder {
    /*
  color: #404040;
        */
  font-size: 0.75rem; }

.contact-btn {
  background-color: #f80000;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  color: #ffffff; }

.clearfix {
  clear: both; }

#footer-main {
  background: url(../img/footer-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 217px;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #footer-main a {
    color: #fff; }
  #footer-main h5 {
    font-size: 1.125rem;
    margin-bottom: 0; }
  #footer-main h3 {
    font-size: 1.375rem;
    font-weight: 600; }

#footer-bottom {
  font-size: 0.75rem;
  padding: 0.8rem 0;
  background-color: #000; }
  #footer-bottom p {
    color: #ffffff;
    text-align: center;
    margin-bottom: 0; }

#login-wrapper {
  background: url(../img/login-overlay-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 1000px;
  position: relative; }

.red-btn {
  background-color: #f80000;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.125rem;
  color: #ffffff;
  padding: 0.8rem 4rem; }

.red-btnSM {
    background-color: #f80000;
    font-weight: bold;
    font-size: 0.65rem;
    color: #ffffff;
    padding: 5px;
}

.red-btnReg {
    background-color: #f80000;
    color: #ffffff;
    padding: 2px;
    height: 38px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

.login-container {
  color: #ffffff;
  z-index: 10; }

.login-header {
  text-align: center;
  padding: 4rem 0; }

.login-title {
  font-size: 2rem;
  font-weight: 600;
  color: #ffffff; }

.login-title-red {
  font-size: 2rem;
  color: #f80000;
  font-weight: 400; }

.login-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 540px;
  margin-bottom: 2rem; }
  .login-box .login-box-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f80000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem 0.5rem 0.5rem 1rem; }
  .login-box .login-icon {
    margin-right: 1rem; }
  .login-box .login-box-heading {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0; }
  .login-box .login-box-content {
    background: rgba(0, 0, 0, 0.5);
    padding: 1rem 3rem 3rem 3rem; }
    .login-box .login-box-content p {
      font-size: 0.875rem;
      color: #ffffff; }
    .login-box .login-box-content .login-input {
      background-color: #ffffff;
      padding: 0.8rem .75rem; }
    .login-box .login-box-content .login-input::-webkit-input-placeholder {
      color: #6e6e6e;
      font-size: 0.875rem; }
    .login-box .login-box-content .login-input:-ms-input-placeholder {
      color: #6e6e6e;
      font-size: 0.875rem; }
    .login-box .login-box-content .login-input::-ms-input-placeholder {
      color: #6e6e6e;
      font-size: 0.875rem; }
    .login-box .login-box-content .login-input::placeholder {
      color: #6e6e6e;
      font-size: 0.875rem; }
  .login-box .login-box-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #000000;
    padding: 1rem 3rem; }
    .login-box .login-box-footer .login-footer-link {
      color: #ffffff;
      font-size: 0.875rem; }

.login-text {
  max-width: 540px;
  /*text-align: justify;*/
  margin-bottom: 8rem; }

.login-text p {
  font-size: 1.125rem;
  color: #ffffff;
  line-height: 1.5rem;
  font-weight: 400; }

.get-started-btn {
  padding: 0.8rem 2rem; }

.cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.cta-text {
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 2rem;
  font-weight: 600; }

.login-footer-copyright {
  position: absolute;
  bottom: 0; }

.copyright-text {
  position: absolute;
  bottom: 0;
  font-size: 0.75rem;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  padding-bottom: 1.5rem; }

/*TOP Carousel Banner*/
.banner {
  /*background: url(../img/banner_img.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 319px;
  position: relative;
  margin-bottom: 1rem; }

.banner-text {
  position: absolute;
  background: rgba(248, 0, 0, 0.8);
  max-width: 700px;
  padding: 0.4rem 2rem;
  bottom: 65px; }

.banner-text p {
  margin-bottom: 0; }

/*Carousel Body Banner*/
.bannerCB {
    /*background: url(../img/banner_img.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /*width: 100%;
    height: 319px;
        */
    position: relative;
    margin-bottom: 0rem;
}

.bannerCB-text {
    position: absolute;
    background: rgba(248, 0, 0, 0.8);
    max-width: 700px;
    padding: 0.4rem 2rem;
    bottom: 65px;
}

.bannerCB-text p {
    margin-bottom: 0;
}

/*TEXT Position over Image*/
/* Centered text */
.centered-text-onImg {
    position: absolute;
    background: rgba(248, 0, 0, 0.8);
    max-width: 700px;
    padding: 0.4rem 2rem;
    bottom: 65px;
}
/*TEST*/
.containerImg {
    position: relative;
    text-align: center;
    color: white;
}

.centeredImg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: red;
    width: 90%;
}

.leftTextImg {
    position: absolute;
    bottom: 20%;
    left: 20%;
    transform: translate(-50%, -50%);
    color: red;
}


.center-content .interior-card img {
  margin-top: 0; }

@media (max-width: 1606px) and (min-width: 1500px) {
  .left-sidebar .sidebar-inner .image-block .overlay .text h3 {
    font-size: 1.35rem; }
  .left-sidebar .sidebar-inner .image-block .overlay .text h4 {
    font-size: 0.75rem; } }

@media (max-width: 1512px) and (min-width: 1200px) {
  .col-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 21.666667%; }
  .col-center {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.666667%; }
  .col-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 19.666667%; } }

@media (max-width: 1390px) and (min-width: 1200px) {
  .left-sidebar .sidebar-inner .image-block .overlay .text h3 {
    font-size: 1.125rem; }
  .left-sidebar .sidebar-inner .image-block .overlay .text h4 {
    font-size: 0.65rem; } }

@media (max-width: 1050px) and (min-width: 992px) {
  .left-sidebar .sidebar-inner .image-block .overlay .text {
    margin-right: 0.2rem; }
  .left-sidebar .sidebar-inner .announcement-block h4 {
    font-size: 1rem; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .bridgestone-text {
    max-width: 400px; }
  .search-input {
    width: 310px; }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 24.666667%; }
  .col-center {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 51.666667%; }
  .col-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 23.666667%; }
  .carousel-caption {
    bottom: 4.25rem; }
  .left-sidebar .sidebar-inner .image-block .overlay .text h3 {
    font-size: 1.125rem; }
  .left-sidebar .sidebar-inner .image-block .overlay .text h4 {
    font-size: 0.65rem; } }

@media (max-width: 991px) and (min-width: 768px) {
  .bridgestone-text {
    max-width: 400px; }
  .carousel-caption {
    bottom: 3.25rem;
    padding: 1rem; }
  .carousel-caption h1 {
    font-size: 2rem; }
  .carousel-caption h3 {
    font-size: 1.125rem; } }

@media (max-width: 991px) {
  #header {
    background: #fff; }
    .navbar {
        padding: 0;
        display: block !important;
  }
  .search-btn {
    padding: 0.625rem; }
  .search-input {
    padding: 0.5rem 0.5rem; }
  .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #272727; }
  .navbar-light .navbar-nav .nav-item {
    text-align: left; }
  .navbar-light .navbar-nav .nav-link {
    color: #272727; }
  .navbar-expand-lg .navbar-toggler {
    display: block; }

    .navbar .dropdown .dropdown-toggle::after {
        display: none;
    }

    .navbar .dropdown .dropdown-toggle .dropdown-icon {
        display: block;
    }

    .navbar .dropdown .dropdown-menu .dropdown-item {
        white-space: pre-wrap;
    }
  .bridgestone-text {
    max-width: 400px; }
  .login-box .login-box-content {
    padding: 1rem 2rem 3rem 2rem; }
  .login-box .login-box-footer {
    padding: 1rem 2rem; }
    .sidebar-image {
        display: inline-block;
    }
}

@media (max-width: 767px) {
  #login-wrapper {
    height: auto; } }

@media (max-width: 767px) and (min-width: 576px) {
  .search-input {
    width: 230px; }
  .carousel-caption {
    bottom: 3.25rem;
    left: 60px;
    padding: 0.5rem; }
  .carousel-caption h1 {
    font-size: 1.8rem; }
  .carousel-caption h3 {
    font-size: 1rem; } }

@media (max-width: 576px) {
  .search-input {
    width: 100%; }
  .carousel-caption {
    bottom: 2.25rem;
    padding: .25rem; }
  .carousel-caption h1 {
    font-size: 1.5rem;
    line-height: 1.2rem; }
  .carousel-caption h3 {
    font-size: 0.85rem; }
  #footer-main h3 {
    font-size: 1.125rem; }
  #footer-main h5 {
    font-size: 1rem; } }

@media (max-width: 500px) {
  .navbar-brand img {
    max-width: 95px; }
  .navbar-brand {
    margin-right: 0; } }

@media (max-width: 380px) {
  .navbar-brand img {
    max-width: 90px; }
  .login-box .login-box-heading, .login-title, .login-title-red {
    font-size: 1.5rem; }
  .cta-text, .login-text p {
    font-size: 1rem; }
  .get-started-btn {
    padding: 0.8rem 1rem; } }



/****************************  Gridview Css *****************************/
.cusGrid th a {
    color: #000000;
}

.cusGrid .pgr a {
    color: #000000;
    text-decoration: none;
}

    .cusGrid .pgr a:hover {
        color: #000000;
        text-decoration: none;
    }

.cusGrid1 {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 0px #525252;
    border-collapse: collapse;
    font-size: 12px;
}

    .cusGrid1 td {
        padding: 2px;
        border: solid 0px #c1c1c1;
        color: #000000;
        text-align: left;
    }

    .cusGrid1 th {
        padding: 4px 2px;
        color: #fff;
        background: #ffffff url(/img/grd_head.png) repeat-x top;
        border-left: solid 0px #525252;
        font-size: 12px;
    }

        .cusGrid1 th a {
            color: #000000;
        }

    .cusGrid1 .alt {
        background: #ffffff url(/img/grd_alt.png) repeat-x top;
    }

    .cusGrid1 .pgr {
        background: #ffffff url(/img/grd_pgr.png) repeat-x top;
    }

        .cusGrid1 .pgr table {
            margin: 5px 0;
        }

        .cusGrid1 .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 0px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
            text-align: center;
        }

        .cusGrid1 .pgr a {
            color: #666;
            text-decoration: none;
        }

            .cusGrid1 .pgr a:hover {
                color: #000;
                text-decoration: none;
            }

.cusGrid2 table {
}


.cusGrid2 th a {
    color: #000000;
    text-align: right;
}

.cusGrid2 .pgr a {
    color: #000000;
    text-decoration: none;
}

.cusGrid3 .pgr a:hover {
    color: #000000;
    text-decoration: none;
}


/*Set Gridview overflow options*/

@media (max-width: 425px) {
    .GridviewOverflow {
        overflow-x: scroll;
    }
}

@media (max-width: 500px) {
    .GridviewOverflow {
        overflow-x: scroll;
    }
}

@media (max-width: 600px) {
    .GridviewOverflow {
        overflow-x: scroll;
    }
}

@media (max-width: 700px) {
    .GridviewOverflow {
        overflow-x: scroll;
    }
}

@media (max-width: 1200px) {
    .GridviewOverflow {
    }
}

.login-box-register {
    max-width: 1280px;
    text-align: left;
}


.ImageWebsiteText {
    font-weight: bold;
    font-size: 14px;
    color: black;
}

.carousel-indicators .inactive {
    background-color: red;
}

.carousel-indicators .active {
    background-color: black;
}



/* Bottom grid page number */
 .cssPager td
        {
              padding-left: 4px;     
              padding-right: 5px;    
          }

 .cssPager span
    {
        background-color: #A1DCF2;
        color: #000;
        border: 1px solid #3AC0F2;
        padding: 2px;
    }

 /* Google Translation*/
/* Set the height of the language dropdown */
.goog-te-combo {
    height: 20px !important; /* or whatever height you want */
    font-size: 8px !important; /* optional: make the text larger */
    padding: 0px 0px !important; /* optional: add some padding */
    border-radius: 0px; /* optional: rounded corners */
}

/* Regular Blue Button */
.button-blue{
  background-color: #0d73af;
  font-weight: 700; 
  line-height: 36px;
  padding: 0 0px;
  color: #ffffff;
  text-align: center;
  min-width: 56px;
  line-height: 22px;
  padding: 0 10px;
}
.button-blue:hover { background-color: #1f8f8c;}
.button-blueLg:hover { background-color: #1f8f8c;}


