/* Main */

.w3-row-padding {
    padding: 0 20px !important;
}

@font-face {
  font-family: 'lato';
  src: url('../fonts/lato-black-webfont.eot');
  src: url('../fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-black-webfont.svg#latoblack') format('svg'), url('../fonts/lato-black-webfont.woff') format('woff'), url('../fonts/lato-black-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'lato';
  src: url('../fonts/lato-italic-webfont.eot');
  src: url('../fonts/lato-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-italic-webfont.svg#latoitalic') format('svg'), url('../fonts/lato-italic-webfont.woff') format('woff'), url('../fonts/lato-italic-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'lato';
  src: url('../fonts/lato-regular-webfont.eot');
  src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-regular-webfont.svg#latoregular') format('svg'), url('../fonts/lato-regular-webfont.woff') format('woff'), url('../fonts/lato-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'lato';
  src: url('../fonts/lato-light-webfont.eot');
  src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-light-webfont.svg#latolight') format('svg'), url('../fonts/lato-light-webfont.woff') format('woff'), url('../fonts/lato-light-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    font-family: sans-serif;
  }
}

body {
  background-color: #f5f5f5;
}


* {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 300;
  font-size: 12px;
}

.inside-content-div {
    margin-top: -40px;
}

.intro-div {
    padding-bottom: 23px !important;
}

.grey1-bg {
    background-color: #ECECEC;
}

.bolder {
  font-weight: 600;
  font-size: 20px;
}

h1 {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 30px;
  color: #4E4F51;

}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.out-of-dom {
    display: none;
}

.in-dom {
    display: block;
}

.center {
  display: block;
  margin: auto;
}

.fullwidth {
  width: 100%;
}

.sc-hr-grey {
  border-color: #868684;
}

/* Saucon colours */
.sc-txt-white {
  color: #ffffff;
}

.sc-bg-grey-dark {
  background-color: #4E4F51;
}

.sc-bg-motorcoach {
  background-color: #00939A;
}

.sc-bg-transit {
  background-color: #578AB5;
}

.sc-bg-schoolbus {
  background-color: #EC9D1C;
}

.sc-bg-saucon-white {
  background-color: #FFFFFD;
}

.sc-bg-white {
    background-color: #ffffff;
    padding-bottom: 0px;
}

/* Saucon elements */

.sc-button {
  border: 0px;
  border-radius: 0px;
  font-weight: 400;
  letter-spacing: 1px;
  height: 36px;
  
}

a.sc-button-more {
  display: block;
  text-align: center;
  width: 220px;
  height: 42px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-top: 5px;
  margin-top: 35px;
  margin-bottom: 35px;
  text-decoration: none;
}

a.sc-button-home {
  display: block;
  text-align: center;
  width: 220px;
  height: 42px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-top: 5px;
  color: #4E4F51;
  border: 2px solid #4E4F51;
  margin: 0 auto;
  margin-top: 37px;
  text-decoration: none;
}

a.sc-button-home:hover {
  cursor: pointer;
  background-color: #dededc;
}

a.sc-button-motorcoach {
  color: #00939A;
  border: 2px solid #00939A;
}

a.sc-button-motorcoach:hover {
  cursor: pointer;
  background-color: #e1edee;
}

a.sc-button-transit {
  color: #5589B7;
  border: 2px solid #578AB5;
}

a.sc-button-transit:hover {
  cursor: pointer;
  background-color: #E1E8EE;
}

a.sc-button-schoolbus {
  cursor: pointer;
  margin-top: 58px !important;
  color: #DE951C;
  border: 2px solid #EC9D1C;
}

a.sc-button-schoolbus:hover {
  background-color: #FCF0E1;
}

a.sc-button-saucon-block {
  font-size: 12px;
  height: 36px;
}

.sc-button-more-coach {
  margin-top: 0px;
}

.sc-button-more-transit {
  margin-top: 8px;
}

.sc-button-more-schoolbus {
  margin-top: 8px;
}

.sc-bold {
  font-weight: 400;
}

.sc-delivery {
  margin: 0 auto;
  max-width: 1440px;
  background-color: #ECECEC;
  /*padding-bottom: 99px; */
}

.sc-delivery-home {
  margin: 0 auto;
  max-width: 1440px;
  background-color: #ECECEC;
  /*height: 1600px;*/
}

.button-tab {
  font-size: 18px !important;
  font-weight: 600;
  letter-spacing: 1px;
  color: #4E4F51;
  background-color: #fffffd;
  border: 1px solid #4E4F51;
  padding-left: 26px;
  padding-right: 26px;
}

.w3-content {
  max-width: 1109px !important;
}

.grey-bar {
  background-color: #525358;
  height: 48px;
}

.grey-bar-home {
  background-color: #525358;
  height: 12px;
}

.hero {
  /*background-image: url('/storage/app/media/site-images/hero-homepage.jpg');*/
  height:524px;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-color: #ECECEC;
}

.hero-inside {
    height: 532px !important;
}

.sc-brand {
  padding-top: 37px;
}

.sc-nav {
  margin-top: 51px;
  margin-bottom: 12px;
  color: #6e6e6e;
}

.nav-item {
  font-size: 16px;
  text-align: center;
}

.sc-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sc-nav li {
  display: inline;
}

.sc-nav li a {
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #969696;
  padding-left: 17px;
  padding-right: 17px;
}

.sc-nav li.li-last {
  margin-right: 0px;
}

.sc-nav li.li-first {
  margin-left: 0px;
}

.mini-nav {
    height: 20px;
    margin-top: -5px;
    color: #A9A9A9;
    font-size: 14px;
    text-align: right;
}

.mini-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.mini-nav li {
  display: inline;
  letter-spacing: .4px;
}

.mini-nav a {
  text-decoration: none;
}

.mini-nav a:hover {
    color: #525357;
    padding-bottom: 8px;
    text-decoration: underline;
}

.mini-nav img {
  margin-bottom: -2px;
  margin-left: 4px;
  margin-right: 4px;
}

.sc-overlay {
  position: relative;
  margin-top: -484px;
  height: auto;
  /* margin-top was 465 */
  /* margin-top was -484 */
  /* height: 920px; */
}

.lockup-row {
  height: 325px;
}

.saucon-box {
  background-color: white;
  color: #6E6B6B;
  font-size: 16px;
  padding-top: 11px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  margin: 0 auto;
  width: 238px;
  height: 312px;
  border-radius: 0px 0px 20px 0px;
}

.saucon-box p {
  font-size: 16px;
  text-align: left;
}

.saucon-box img {
  margin-top: 4px;
  margin-bottom: -7px;
}

hr {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}

.pic-col {
  position: relative;
  padding-right: 0px !important;
  width: 100%;
}

.pic-col img {
    float: right;
    margin-right: 0px;
    width: 440px;
}

.footer {
  color: #ffffff;
  font-weight: 300;
  background-color: #4E4F51;
  padding-top: 29px;
  padding-bottom: 29px;
}

.footer-col {
  padding-left: 67px;
}


.hero-image {
    width: 100%;
}

.pillar-left {
    padding-right: 25px;
}

.title-bar {
    width: 100%;
    height: 35px;
    padding-top: 2px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: white;
}

.title-bar-home {
    background-color: #4e4f51;
}

.title-bar-motorcoach {
    background-color: #00939A;
}

.title-bar-transit {
    background-color: #578AB5;
}

.title-bar-schoolbus {
    background-color: #EC9D1C;
}


/* MEDIA QUERIES START */
@media screen and (max-width:1200px){
    .sc-overlay {
        margin-top: -500px;
    }
    .lockup {
        margin-top: 36px !important;
    }
}

@media screen and (max-width:1147px){ .sc-overlay { margin-top: -530px;}}
@media screen and (max-width:1059px){ .sc-overlay { margin-top: -555px;}}
@media screen and (max-width:992px) { .sc-overlay { margin-top: -572px;}}


/* inside 3 mediaqueries*/

@media screen and (min-width:1201px){ .sc-overlay-in { margin-top: -500px;}}
@media screen and (max-width:1200px){ .sc-overlay-in { margin-top: -500px;}}
@media screen and (max-width:1147px){ .sc-overlay-in { margin-top: -530px;}}
@media screen and (max-width:1059px){ .sc-overlay-in { margin-top: -555px;}}
@media screen and (max-width:992px) { .sc-overlay-in { margin-top: -365px;}}
@media screen and (max-width:750px) { .sc-overlay-in { margin-top: -420px;}}
@media screen and (max-width:650px) { .sc-overlay-in { margin-top: -495px;}}
@media screen and (max-width:524px) { .sc-overlay-in { margin-top: -550px;}}
@media screen and (max-width:428px) { .sc-overlay-in { margin-top: -623px;}}
/* end of inside 3 mediaqueries*/




@media screen and (max-width:992px){
  .footer-col {
    padding-left: 67px;
    padding-right: 36px;
  }

  .hero {
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 789px;
    padding-top: 57.91%;
    background-color: #ECECEC;
  }

  .hero-inside {
      height: 829px !important;
  }

  .pic-col img {
      width: 100%;
  }

  .pillar-content {
    padding-top: 0px;
  }

  a.sc-button-solutions {
      padding-top: 10px !important;
      width: 100% !important;
      font-size: 12px !important;
      margin-bottom: 17px !important;
  }
}


/* media queries for the homepage hero image */
@media screen and (max-width:992px){
.hero {
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 1000px;
    padding-top: 57.91%;
    background-color: #ECECEC;
  }
}

@media screen and (max-width:756px){
.hero {
    /*background-image: url('/storage/app/media/site-images/hero-homepage-mobile.jpg'); */
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 900px;
    padding-top: 57.91%;
    background-color: #ECECEC;
  }
}

@media screen and (max-width:650px){
.hero {
    /*background-image: url('/storage/app/media/site-images/hero-homepage-mobile.jpg'); */
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 850px;
    padding-top: 57.91%;
    background-color: #ECECEC;
  }
}

@media screen and (max-width:504px){

.hero {
    /*background-image: url('/storage/app/media/site-images/hero-homepage-mobile.jpg'); */
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 800px;
    padding-top: 57.91%;
    background-color: #ECECEC;
  }
}


@media screen and (max-width:422px){
.hero {
    /*background-image: url('/storage/app/media/site-images/hero-homepage-mobile.jpg'); */
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 750px;
    padding-top: 57.91%;
    background-color: #ECECEC;
  }
}

/* end new code here*/







.footer-col h2 {
  font-size: 17px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.footer-col ul {
  font-size: 12px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.contact-list {
  margin-left: 32px;
}

ul.solution-list li {
  margin-bottom: 8px;
}

.saucon-box {
  background-color: white;
  color: #6E6B6B;
  font-size: 16px;
  padding-top: 11px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  margin: 0 auto;
  width: 238px;
  height: 312px;
  border-radius: 0px 0px 20px 0px;
}

.saucon-box p {
  font-size: 16px;
  text-align: left;
}

.saucon-box img {
  margin-top: 4px;
  margin-bottom: -7px;
}

hr {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}

.social-bar {
  font-size: 12px;
  margin-top: 10px auto;
  width:80%;
  height: 42px;
  border: 1px solid #ffffff;

}

.footer-copyright {
  padding-top: 11px;
  padding-left: 20px;
}

.footer-social-icon {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  border-right: 1px solid #ffffff;
}

.footer-social-icon-last {
  border-right: none;
}

.footer-icon {
  width: 30px;
}

.saucon-box-buttons {
  padding-top: 36px;
}

.sc-visit-button {
  border: none;
  position: absolute;
  top: 236px;
  right: 61px;
}
.solution-wrapper {
    border-top: 1px solid #6E6B6B;
    padding-right: 24px;
}

.solution-list {
    padding-top: 4px;
    padding-left: 4px;
    padding-bottom: 20px;
}

.solutions-header {
    padding-top: 10px;
    padding-left: 32px;
    background-color: #525358;
    height: 50px;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 1px;
}

.solution-box {
    display: inline-block;
    height: 50px;
}

.solution-icon {
    text-align: center;
}

.solution-name {
    padding-top: 7px;
    float: left;
    width: 60px;
    font-size: 14px;
    font-weight: 300;
    color: #6E6B6B;
    letter-spacing: 0;
    line-height: 14px;
}

.solution-description {
    color: #6E6B6B;
    line-height: 15px;
    font-size: 12px;
    padding-top: 5px;
    font-weight: 100;
}

.solution-list-item {
    margin-top: 10px;
    float: left;
    width: 99%;
}

.solution-list-item-last {
    margin-bottom: 15px;
}

.story-link {
    cursor: pointer;
    margin-top: 0px;
}


/* Stories */

.story-box{
    width: 100%;
    display: inline-block;
    height: 50px;
}

.story-badge {
    text-align: center;
    width: 270px;
    height: 50px;
    float: left;
}

.story-badge h2 {
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 1px;
}

.story-heading {
    padding-left: 29px;
    padding-top: 8px;
    float: left;
    width: 794px;
    height: 50px;
}

.story-heading h2 {
    display: block;
    font-size: 16px;
    margin-top: 4px;
    color: #5C5959;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 400;
}

.story-arrow{
    float: right;
    text-align: right;
    height: 50px;
}

.story-full-box {
    display: inline;
}

.story-content-div-closed {
    display: none;
}

.story-background-content {
    padding-left: 18px;
    padding-right: 18px;
}

.story-background-content h1 {
    margin-top: 21px;
    font-size: 17px;
    font-weight: 600;
}

.story-background-content p {
    font-size: 13px;
    font-style: italic;
    line-height: 19px;
}

.story-content {
    float: left;
    padding: 29px 25px 3px 32px;
}

.story-content h2 {
    font-size: 17px;
    font-weight: 600;
}

.story-content p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
}

.story-content hr {
    border-top: 1px solid #00939A;
}

.story-content-pics {
    padding-top: 47px;
    padding-left: 29px;
}

.story-content-pics img {
    margin-bottom: 10px;
}

.story-background-arrow img {
    margin-top: -3px;
    margin-left: 29px;
    width: 24px;
    height: 16px;
}

.story-link img {
  width: 45px;
}

.mail-link a {
    text-decoration: none;
}

.solution-text {
    margin-top: 29px;
    height: auto;
}

.solution-text h2{
    color: #66789C;
    font-size: 21px;
}

.solution-text p {
    font-size: 14px !important;
    text-align: left;
    line-height: 22px !important;
}

.solution-text h4 {
    text-align: left;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    color: #6E6B6B;
}

.solution-text li {
    text-align: left;
}

.solution-text li a {
    font-size: 14px;
    color: #6E6B6B;
    text-align: left;
}

ul.solutions-list {
    list-style-type: none;
}

.solutions-list li {
    text-align: left;
}

.solutions-list li a{
    font-size: 15px;
}

.solution-list-wrapper {
    margin-top: 20px;
}

.jleft {
    text-align:left;
}

.pbold {
    font-weight: 600;
}

.mob-grey-nav {
    background-color: #525358;
    height: 28px;
    color: #ECECEC;
    text-align: center;
    font-size:15px;
    font-weight:500;
    padding-top: 3px;
}

.head-pad {
     padding-bottom:5px;
}


@media only screen and (min-width: 993px){
.mobile-nav  {
    display: none;
}

.grey-bar-mobile {
    background-color: #525358;
    height: 2px;
    display: none;
}

.mob-grey-nav {
    background-color: #525358;
    height: 12px;
    display: none;
}

.careerlink {
    margin-bottom: 30px!important;

}
}


/*HEADER-LOGO MEDIA QUERY */
@media only screen and (max-width: 993px){
.mainlogo {
       width:220px;
}

.head-pad {
    margin-bottom: 25px;
}

.mob-left {
    text-align: left!important;
}
}

/* HEADER PILLAR TOP NAV */
@media only screen and (max-width: 520px){
.inner-nav-item {
    font-size: 12px!important;
    padding-left: 3px!important;
    padding-right: 3px!important;
    width: 33.3%;
    text-align:center;
}

.inner-nav-item-left {
    border-left: 1px solid white !important;
}

.inner-nav-item-right {
    border-right: 1px solid white !important;
}

.inner-nav-item a {
    text-decoration: none;
    font-size: 12px!important;
    font-weight: 400;
}
}

@media only screen and (max-width: 336px){
.inner-nav-item {
    font-size: 11px!important;
    padding-left: 2px!important;
    padding-right: 2px!important;
    width: 33.3%;
    text-align:center;
}

.inner-nav-item a {
    text-decoration: none;
    font-size: 11px!important;
    font-weight: 400;
}
}

/* RIDER SAFETY MAINTANNCE */
@media only screen and (max-width: 993px){
.pillar-text-default p {
    padding-right: 10px!important;
    padding-left: 10px!important;
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}

.pillar-text-default {
    padding-left: 0px!important;
}
}

/* FOOTER */
@media only screen and (max-width: 993px){
.mob-b {
    padding-left:37px;
    padding-right: 67px;
    padding-bottom: 30px;
}

.mob-c {
    text-align: center!important;
}

.saucon-box p {
    text-align: center;
}

.mob-p {
    padding:0px!important;
    margin-top:22px!important;
}

.fullwidth {
    width: 200px;
    margin:auto;
}
}

@media only screen and (max-width: 600px){
.footer-col {
    padding-left: 67px;
    padding-right: 67px;
}

.mob-a {
    margin-bottom:30px;
}

.mob-b {}

.mob-c {
    margin-top:10px;
    margin-bottom:30px;
}

.fullwidth {
    width: 100%;
}
}

@media only screen and (max-width: 992px) and (min-width: 600px)  {
.saucon-box {
    width:100%;
}
}


/* MOBILE PAGE SPACING */
@media only screen and (max-width: 992px){

.nav-gone {
    display: none;
}

.sc-mobile-padding {
    width: 95%;
}

.mob-h1 {
    font-size: 23px!important;
    line-height:1.25!important;
    margin-top:10px!important;
}

.mob-padding {
    padding: 20px!important;
    margin-left:0px!important;
    margin-right:0px!important;
}
}

/* CONTACT */
@media only screen and (max-width: 993px){

.contact {
    padding-top: 0px!important;
    margin-top: 0px!important;
}
}

/* CAREERS */
@media only screen and (max-width: 993px){
.car-mob-h1 {
    margin:0px!important;
    padding:0px!important;
    font-size: 24px!important;
}

.car-mob-p {
    margin:0px!important;
    padding:0px!important;
}
}


/* WHO WE ARE*/
@media only screen and (max-width: 993px){

.news-article-box {
    margin:0px;
    padding:20px!important;
}

.first {
    padding:0px!important;
    margin-top: 20px!important;
}

.who-body {
    padding-left:20px;
    padding-right:20px;
}
}



/* WHAT WE DO*/
@media only screen and (max-width: 993px){
.article-box p {
    margin-top:20px;
}
.article-box-grey-body-a {
    padding:0px!important;
}
.article-box-grey-header {
    padding:0px!important;
}
.article-box-grey-body-b {
    padding:0px!important;
}
.emphatic {
    margin-bottom:0px!important;
}
}



/* SUCCESS*/

@media only screen and (max-width: 993px){

h1 {
    font-size: 23px!important;
}

.article-box {
    margin:0px!important;
    padding:20px!important;
}

.article-box p {
    padding: 0px!important;
}

.article-box h1 {
    line-height:1.25!important;
    font-size: 23px;
    margin-top: 10px;

}
}

.onstate {

    color: #D82332;
    text-decoration: underline;
}

.offstate {
}

.hb {
    width: 24px;
    height: 2px;
    background-color: #969696;
    margin: 5px 0;
}

.contain {
    float:right;
}



@media only screen and (max-width: 993px){
.homepage-text-p {
    padding:0px!important;
    margin-top:20px 0px 0px 0px!important;
}
}


@media only screen and (max-width: 664px){
.homepage-text-p {
    padding:0px!important;
    margin-top:50px 0px 0px 0px!important;
}
}


@media only screen and (max-width: 600px){
.mob-center {
    margin: 35px auto;
}
}


@media only screen and (max-width: 993px){
.success {
    margin-top: 10px;

}
}


/* ARROW CHANGE */

@media only screen and (max-width: 993px){
.news-arrow {
background-color: #578AB5!important;
}
}


@media screen and (max-width:993px){
.news-heading  {
    background-color: #578AB5!important;
}

.contact-badge {
    text-align:left!important;
    padding-left:10px;
}
}


@media screen and (max-width:500px){
.contact-badge {
    font-size:12px!important;
    padding-top: 17px!important;
}
}


@media screen and (max-width:992px){
.pillar-tab-tops, .pillar-tab-bots {
    display:none;
}

.pillar {
    height: 60px;
    font-size: 24px;
    padding-top: 11px;
}

.pillar a {
    font-size: 24px;
}

.pillar-text p {
    margin-top: 0px!important;
}

.first p {
    margin-bottom: 0px!important;
    padding-bottom: 0px!important;
}

.who-first {
    margin-top: 0px!important;
}
}



@media only screen and (min-width: 995px){
.contain {
    display: none;
}
}

/* add mobile heading margin */
@media only screen and (max-width: 992px){
.extra-margin {
    margin-top:10px!important;
}
}

.bold {
    margin-bottom: 7px;
}

@media only screen and (min-width: 1122px){
.backgrey {
    background-color: #ECECEC!important;
}
}

.pt-man-desktop-budge {
    margin-top: 29px!important;
    margin-bottom: 29px!important;
}

.hrblue {
    border-top: 1px solid #66789C;
}

.cardlink {
    text-decoration:none;
    font-size: 14px;
    font-weight: 500;
    color: #4D4948;
}

/* MOBILE NAV */
.mobile-nav {
    text-align: center;
    margin-top:5px;
}

.mobile-nav a{
    text-decoration: none;
}

.mobile-nav-item {
    display: block;
    width:100%;
    border-bottom: 2px solid #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 15px;
    color: #969696;
    background-color: #ECECEC;
    letter-spacing: 0.5px;
}

.topbar {
    border-top: 2px solid #525358;
}
.fixed {
    margin-top: 20px;
    text-align: center;
}

.grey-bar-mobile {
  background-color: #525358;
  height: 2px;
}



@media only screen and (min-width: 993px){
.mobile-nav  {
    display: none;
}

.grey-bar-mobile {
    background-color: #525358;
    height: 2px;
    display: none;
}
}

@media only screen and (max-width: 993px){
.grey-bar-home, .grey-bar-inside {
    display: none;
}
}

.extra-quotes-margin p{
    margin-top: 40px!important;
}


/*Training */

.body-t {
    font-size:14px!important;
}


/* GOOGLE MAP */

#map {
height: 800px;
width: 800px;
}

/* TRAINING AND SUPPORT */

.headt {
  color: #5382A0!important;
  font-weight: 600;
  font-size: 20px!important;
}

.greyheadt {
  color: #6E6B6B;
  font-weight: 600;
  font-size: 17px;
}

.bodyt {
    margin-top:0px;
}

.pboldt {
        font-weight: 600;
        margin-bottom:0px!important;

}


/* dropdown content */
@media only screen and (max-width: 993px){
.mob-break  {
   margin-bottom: 10px!important;

}
}



/* FOOTER BOTTOM BAR */
.inside-holder {
    margin-left:67px;
    margin-right:67px;
}

.bar {
height:42px;
width:100%;
border: 1px solid white;
padding-left:10px;
margin-top:10px;
}

.label-box {
padding-top:10px;
}

.valign {
padding-top:5px;
padding-right:100px;
}

.in {
margin-right:100px;
}


/* NEW BOTTOM BAR */

.inside-copy-bar {
    margin-left:67px;
    margin-right:67px;
}

.hold-bar {
height:42px;
width:100%;
border: 1px solid white;
padding-top:0px;
padding-left:10px;
margin-top:13px;
}

@media only screen and (max-width: 751px) and (min-width: 601px)  {
.hold-bar {
height:72px;

}
}

.foot-endbox-a {
padding-top:10px;
}


.foot-endbox-b {
padding-top:10px;
padding-left:36px;
}

.foot-endbox-b a {
text-decoration:none;
}

.foot-endbox-c {
padding-top:2px;
padding-left:108px;
}

.in-bot {
margin-right:100px;
}

.footer-icon-in {
  width: 30px;
}

.facebook-desk {
    margin-top:3px;
    margin-left:35px;
}

.twitter-desk {
      margin-top:3px;
      margin-left:35px;
}

@media only screen and (max-width: 993px){
.facebook-desk {
    margin-top:3px;
    margin-left:5px;
}

.twitter-desk {
      margin-top:3px;
      margin-left:5px;
}
}

@media only screen and (max-width: 808px){
.in-bot {
margin-right:10px;
}

.foot-endbox-c {
    padding-left:20px;
}

/* NEW MOBILE BOTTOM BAR */

.mobile-inside-copy-bar {
margin:auto;
}

.mobile-hold-bar {
height:92px;
width:350px;
border: 1px solid white;
padding-top:0px;
padding-left:10px;
margin-top:13px;
}


.mobile-foot-endbox-a {
text-align:center;
margin-top:10px;
}

.mobile-foot-endbox-a a{
text-decoration:none;
}

.mobile-foot-endbox-b {
text-align:center;
padding-top:3px;
margin-top:10px;

}


.mobile-foot-endbox-c {
text-align:center;
margin:auto;
margin-top:2px;
}

.mobile-foot-endbox-c a {
text-decoration: none;
}

.mobile-footer-icon-in {
  width:50px;
}

.mobile-in-bot {
margin-right:10px;
}

.newbox {
height:92px;
border: 1px solid white;
margin: auto;
width:250px;
margin-top:15px;
}

#vanh {
padding-top:0px;
}

#mci {
}


@media only screen and (max-width: 846px){
.logo-list {
padding:25px!important;

}

.center-ip ul {
    padding: 0px;
    margin-top: 10px!important;
    margin-bottom: 10px!important;

}
}
