@import url('https://fonts.googleapis.com/css?family=Lato:400,900|Open+Sans&display=swap');

/*----- begin page styles----- */


/*
#dot-alert a {
    font-size: 14px;
    font-weight: 400;
    }
*/


/*----- end page styles -----*/

.sidebar-nav {
   font-size: 1.1em;
  }

/* ------- begin header styles -------- */

.navbar-header-full.dot-navbar  {background-color: #355997;}

@media (max-width: 991px) {
    .dot-navbar .navbar {min-height: 0;}
}
    

.dot-navbar .dropdown > a::after, 
.dot-navbar .dropdown-submenu > a::after {
    display: none;
}


.nav-flex {
   /* padding: 5px 5px 5px 5px;*/
    display: flex;    
    justify-content: space-between;
    padding: 20px 0 14px 0;
}

@media (max-width: 991px) {
    .nav-flex {border-bottom: 3px solid #355997}    
}

@media (max-width: 1199px) {
  .navbar-header {
    text-align: center;
    float: none;
    padding-left: 9px;
  }
}

@media (max-width: 800px) {
  .navbar-header {
  padding-left: 25px;
  }
}

@media (min-width: 768px) {
  .navbar-header {
  margin-top: 7px;
  }
}

.department-text {
    display: inline-block;
    line-height: 1.3;
    vertical-align: top;
    color: #444;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-size: 13px; 
    font-style: italic;
    font-weight: 500;
    margin-top: 2px;
}
@media (min-width: 991px) {
  .department-text {
	  margin-left: 10px;
	  margin-top: 17px;}
}


.navbar-header img {width: 240px;}
/*make logo smaller after 970px - NAMITA*/
@media (max-width: 991px) {
  .navbar-header img {
    width: 160px;
  }
}

.translateWrapper{
    float: right;
margin-left: 10px;
margin-top:7px;
}
.translateWrapper a img{
    width: auto;
   height: 35px;
}


/* begin search box + magnifying glass functionality */
 @media screen and (min-width: 991px){
#searchTop {
    margin-top:25px;
    margin-bottom: 5px;
    z-index: 100;
    width: 340px;
    margin-left: -50px;
}
}

.input-group {
    margin-right: 15px;
    margin-left: 15px;
}

.search-open {
  float: right;
  position: absolute;
  right: 12px;
  top: 35px;
  background: transparent;
  border: none;
  padding: 0;
  display: block;
}
@media (min-width: 374px) and (max-width:767px) {
  .search-open {
    right: 15px;
    top: 35px;
  }
}


@media (min-width: 991px) {
  .search-open {
    display: none;
  }
}
.search-open .fa {
  font-size: 20px;
  display: inline-block;
  color: #355997;
}
@media (min-width: 480px) {
  .search-open .fa {
    font-size: 24px;
  }
}
.search-open:hover .fa {
  color: #000;
}


.navbar-right {
  float: none !important;
  margin-right: 0;
}
@media (min-width: 991px) {
  .navbar-right {
    float: right !important;
  }
}

.navbar-search {
  display: inline-block;
  border: none;
  position: fixed;
  top: 0;
  right: -230px;
  width: 230px;
  margin: 0;
  /* padding: 8px 12px 11px 40px; FROM NAMITA */
  padding: 0 12px 11px 0;
  box-shadow: none;
  background: #355997;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  /*.form-control {
      border-color: $white-base;
      @media (min-width: $screen-xs-min) {
      }
  }*/

}

/*iphone 5 */
@media (min-width: 320px) {
  .navbar-search {
    right: -335px;
    padding: 22px 22px 33px 40px;
    width: 300px;
  }
}

/*iphone 6, 6s*/
@media (min-width: 375px) {
  .navbar-search {
    right: -335px;
    padding: 22px 22px 33px 40px;
    width: 335px;
  }
}

@media (min-width: 991px) {
  .navbar-search {
    /* top: 5px; FROM NAMITA */
    padding: 0;
    transform: translateX(0) !important;
    right: 0 !important;
    position: relative;
    background: none;
  }
}

.navbar-search.nav-view {
  right: 0;
  transform: translateX(0);
}

.navbar-search .menu-close {
  position: absolute;
  top: 3px;
  left: 5px;
}

.menu-close {
  float: right;
  background: transparent;
  border: none;
  padding: 0;
  display: block;
  margin: 5px;
  margin-left: 0;
}
.menu-close .fa {
  font-size: 20px;
  display: block;
  color: white;
}

.menu-close:hover .fa {
  color: yellow; /* sbw: changed from black */
}
@media (min-width: 991px) {
  .menu-close {
    display: none;
  }
}

#searchTop #txtSearchbox {
    color: #555;
    font-weight: normal;
    font-size:14px;
    font-style: italic;
    border-top: none;
    border-right: none;
    border-left: none;
}
    
#searchTop #btnSearchBox {
    color: #355997;
    background-color: #FFF;
    font-size: 15px;
    border-top: 1px solid #FFF;
}

#searchTop #_google_searchbox1 .form-control {box-shadow: none;}

@media (min-width: 991px) {
    
    #searchTop #btnSearchBox {
        border: none;
        border-bottom-right-radius: 0;
    }

    #searchTop .form-control {border: none;}

    #searchTop .input-group {border-bottom: 1px solid #ccc;}
}

/* end header search box + magnifying glass functionality */



/*Begin nav bar styles --*/

/*Begin menu collapse*/
.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}

/*making the screen width 320px makes sure it works for iphone 5 and above*/
@media screen and (min-width: 320px){
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #355997;
       color: #fff;
    }
}

.navbar-collapse {
  box-shadow: none !important;
}

.navbar.dot-navbar {
  border: 0;
  margin-bottom: 0;
  border-radius: 0px;
  z-index: 1000;
}
.navbar.dot-navbar > .container .navbar-brand {
  margin-left: 0;
}
.navbar.dot-navbar .navbar-nav > li > a {
  color: #FFF;
  font-size: 17px;
  font-style: italic;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
    .navbar.dot-navbar .navbar-nav > li > a {
        color: #ffffff;
       font-size: 16px;
       font-weight:bold;
    }
}
@media (max-width: 1024px) {
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: white !important;
    text-decoration:underline;
}
}
@media (min-width: 991px) {
  .navbar.dot-navbar .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.dot-navbar .nav>li>a:focus,
.dot-navbar .nav>li>a:hover {background-color: #FFF;}

/*.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-default .navbar-nav > .open > a:focus, .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
  color: white !important;
  background-color: #274f82 !important;
}
*/
.dot-navbar .navbar-nav {
  margin: 7.5px -15px;
  float: none;
}
@media (min-width: 480px) {
  .dot-navbar .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 991px) {
  .dot-navbar .navbar-nav {
    float: left;
    margin-left: -30px;/*Added by namita to left align the house icon with top site the logo*/
  }
}

.dot-navbar .navbar-nav > li {
  float: none;
}
@media (min-width: 991px) {
  .dot-navbar .navbar-nav > li {
    float: left;
  }
}

.navbar-form {
  margin-left: -15px;
  box-shadow: none;
  padding: 10px 15px;
}
@media (min-width: 991px) {
  .navbar-form {
    float: right !important;
    margin-left: 0;
    padding: 0;
  }
}
.navbar-form label {
  color: white;
}

.navbar-brand {

  padding: 8px 0;
  line-height: 1;
  height: auto;
  display: inline-block;
  float: none;
}

/*added by namita*/
/* 
.navbar-default .navbar-brand span {
    color: #355997;
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    color: #444444;
    display: inline-block;
}
*/

/*added by namita*/
.mobile-ul{
        color:#444;
    }

@media (min-width: 480px) {
  .navbar-brand {
    padding: 14px 0;
  }
}
@media (min-width: 991px) {
  .navbar-brand {
    padding: 17px 0;
    display: block;
  }
}
.navbar-brand img {
  width: 150px;
  height: auto;
  display: inline-block;
}
@media (min-width: 480px) {
  .navbar-brand img {
    width: 240px;
  }
}

.nav-branding {
  background: #ffffff;

}
.nav-branding .container {
  position: relative;
  overflow: hidden;
}

@media (min-width: 991px) {
  .form-group-language {
    margin-top: 19px;
    margin-right: 325px;
  }
}

.nav-global {
  background-color: #f5f5f5;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .nav-global {
    min-height: 0;
  }
  .nav-global .header-home .fa {
    margin-left: 8px;
  }
}
@media (min-width: 991px) {
  .nav-global .navbar-collapse {
    padding: 0;
  }
  .nav-global .header-home .fa {
    font-size: 20px;
  }
  .nav-global .header-home span {
    display: none;
  }
}

.dot-navbar .navbar-nav .dropdown-menu {
  border: none;
  background-color: #f5f5f5 !important;
  border-radius: 0;
  padding-bottom: 15px;
}
.dot-navbar .navbar-nav .dropdown-menu > li > a {
  color: #444 !important;
  font-size: 14px;
  text-transform: none;
  padding: 4px 15px !important;
}
.dot-navbar .navbar-nav .dropdown-menu > li > a:hover {
  background: #355997 !important;
  text-decoration: underline !important;
  color: white !important;
}
.dot-navbar .navbar-nav .dropdown-menu > li > a:focus, .navbar-nav .dropdown-menu > li > a:active {
  background: #355997 !important;
  text-decoration: underline !important;
  color: white !important;
}
@media (max-width: 991px) {
  .dot-navbar .navbar-nav .dropdown-menu > li > a {
    white-space: normal;
  }
}
.dot-navbar .navbar-nav .dropdown-menu .subheader {
  padding-left: 15px;
  padding-right: 15px;
}
.dot-navbar .navbar-nav .dropdown-menu .subheader a {
  font-weight: 600;
  border-top: 1px solid #6884a7;
  border-bottom: 1px solid #6884a7;
  padding: 10px 0 !important;
  margin: 10px 0 !important;
}

@media (max-width: 991px) {
  .dot-navbar .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .dot-navbar .navbar-nav .open > a:after {
    content: "\f00d";
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 20px;
    display: block;
    color: white;
    float: right;
  }

/*this changes on color to yellow on hover for hamburger menu-changed to black, namita*/
  .dot-navbar .navbar-nav .open > a:hover:after {
    color: #000000;
  }

  .dot-navbar .dropdown > a:after {
    top: 10px;
  }
}
.menu-open {
  float: left;
  position: absolute;
  left: 12px;
  top: 35px;
  background: transparent;
  border: none;
  padding: 0;
  display: block;
}
@media (min-width: 480px) {
  .menu-open {
    left: 5px;
    top: 25px;
  }
}
@media (min-width: 991px) {
  .menu-open {
    display: none;
  }
}
.menu-open .fa {
  font-size: 20px;
  display: inline-block;
  color: #355997;
}
@media (min-width: 480px) {
  .menu-open .fa {
    font-size: 28px;
  }
}
.menu-open:hover .fa {
  color: #000000;
}

.menu-close {
  float: right;
  background: transparent;
  border: none;
  padding: 0;
  display: block;
  margin-top: 5px;
  margin-right: -5px;
}
.menu-close .fa {
  font-size: 20px;
  display: block;
  color: white;
}

/*this changes on color to yellow on hover for hamburger menu-namita changed it to black*/
.menu-close:hover .fa {
  /* color: #000000; */
}
@media (min-width: 991px) {
  .menu-close {

    display: none;
  }
}

@media (max-width: 991px) {
  .dot-navbar .navbar-collapse.collapse {
    position: fixed;
    top: 0;
    left: -250px;
    z-index: 10000;
    width: 250px;
    height: 100vh !important;
    overflow-y: scroll;
    background: #355997;
    display: block;
    transform: translateX(0);
    transition: transform 0.3s ease-in-out;
    border: none;
  }
  .dot-navbar .navbar-collapse.collapse.nav-view {
    transform: translateX(100%);
  }
  .dot-navbar .navbar-collapse.collapse .navbar-nav {
    margin-top: 30px;
  }
}

.backtotop-button {
  font-size: 30px;
  opacity: 0.7;
}
.backtotop-button:hover {
  opacity: 1;
}
.navbar-default .navbar-nav > li.dropdown > a {
  padding-right: 30px;
}

/*hide navbar when screen size is mobile*/

/*
.navbar-default .navbar-brand {
  background: none;
  padding-left: 0;
}
*/

.nav-branding .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 767px) {
  .dot-navbar .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.dot-navbar .navbar-nav > li > a:hover,
.dot-navbar .navbar-nav > li > a:active,
.dot-navbar .navbar-nav > li > a:focus,
.dot-navbar .navbar-nav > .active > a:hover,
.dot-navbar .navbar-nav > .active > a,
.dot-navbar .navbar-nav > .open > a,
.dot-navbar .navbar-nav > .open > a:hover,
.dot-navbar .navbar-nav > .open > a:focus {
  background-image: none;
  color: #355997;
}

.dot-navbar .dropdown-menu {
  box-shadow: none;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
@media (min-width: 767px) {
  .dot-navbar .dropdown-menu {
    padding: 5px 0;
  }
}

@media (max-width: 991px) {
  .dot-navbar .dropdown > a {
    border: none;
  }
}
.dot-navbar .dropdown.open > a,
.dot-navbar .dropdown.open > a:focus,
.dot-navbar .dropdown.open > a:active {
  border-bottom: none;
}


.dot-navbar .dropdown-menu li a {
    font-size: 13px;
    font-weight: unset;
   padding-left: 5px;
}



/*End nav bar styles--*/

/*End menu collapse*/

/*--End of header styles ----*/



/* ----- DOT footer styles ----- */

.footer-art {margin-left: auto; margin-right: auto;}

.footer-dot {
    margin-top: 20px;
    background-color: #355997;
}

.footer-dot .row {margin-bottom: 10px;}

.footer-dot,
.footer-dot h4,
.footer-dot a,
.footer-dot li {color: #FFF;}

.footer-dot h4 {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 900;
}

.footer-dot a:hover {text-decoration: underline;}

.footer-dot .footer-space {margin-bottom: 10px;}

#news ul,
.home-sections ul,
.footer-dot ul {
    padding-left: 0;
    letter-spacing: -0.19px;
}
#news li,
.home-sections li,
.footer-dot li {
    list-style: none;
}

#footer-widgets {
    text-align: center;
    padding-bottom: 10px;
    font-size: 13px;
    color: #ccc;
}
#footer-widgets .mc {font-weight: 600;}
#footer-widgets a {color: #355997;}

.dot-footer-seal {margin-top: -25px;}
img.dot-footer-seal + p {margin-top: 5px;}

.dot-copyright {color: #515151;}


/* for Google Translate widget */

.goog-te-gadget {color: white !important;}
.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {
    font-weight: 444;
    color: #FFF;
}
.goog-te-combo, .goog-te-banner *, .goog-te-ftab *, .goog-te-menu *, .goog-te-menu2 *, .goog-te-balloon * {
    font-family: arial;
    font-size: 10pt;
    color: #444444!important;
}

/* ----- End Footer Styles ------ */



/*----- begin page styles----- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Lato;
    color: #666;
    font-weight: 500;
}
    
h1 {
    letter-spacing: -0.48px;
    font-size: 48px;
    font-style: italic;
    font-weight: 900;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
}

.heading--underline {
    letter-spacing: -0.26px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 8px;
}

.heading--sm-bottom-margin {margin-bottom: 4px;}

p, 
li {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: -0.19px;
    color: #666;
}

.more-news {
    font-weight: 700;
    letter-spacing: -0.19px;
}
    
#dot-alert {
    margin: 15px 0;
    font-family: Lato;
    text-align: center;
    font-size: 17px;
    font-weight: 900;
    }
    
/*
#dot-alert a {
    font-size: 14px;
    font-weight: 400;
    }
*/

/* ----- for Google search box in page contents ----- */

@media (min-width: 992px) {
    #_google_searchbox1 .btn-primary {background-color: #355997;}
    #txtSearchbox {font-weight: normal;}
}

/*----- accordion styles -----*/
    
.panel-plus-link {padding: 0 10px;}

.panel-plus-link a {padding-top: 0 !important; padding-bottom: 0px !important;}

.panel-heading {font-size: 16px;}

.panel-heading.panel-plus-link > a, .panel-heading-link > a {padding-left: 0px;}

.panel-group .panel > .panel-heading.panel-plus-link a.collapsed:before {
    font-size: 16px;
    float: right;
}

.panel-group .panel > .panel-heading.panel-plus-link a:before {
    font-size: 16px;
    float: right;
}

.panel-plus-link h2 { 
    font-size:40px; 
    display: inline;
}
.panel-plus-link h3 {font-size: 1.2em; display: inline;}

@media screen and (max-width:768px) {
    .panel-plus-link h2 {font-size: 1.7em;}
    .panel-plus-link h3 {font-size: 1.4em;}
}

.panel-default .panel-heading, .panel-default .panel-footer {
    padding-top: 7px;
    padding-bottom: 7px;
}

/*
.sidebar-nav {
   font-size: 1.1em;
  }
*/

.dot-section__divider {
    border: 1px solid #ccc;
    margin: 20px 0;}

/* ----- DOT home page carousel ----- */

.dot-home-slider .carousel-section {margin-bottom: 0;}

@media (min-width: 991px) {
    .dot-home-slider .carousel-inner .row {margin-right: 30px}
    .dot-home-slider .carousel-control {width: 5%;}
    .dot-home-slider .carousel-caption {margin-right: 15px;}
}

.dot-home-slider h1 {
    letter-spacing: normal;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    border-bottom: none;
    padding-bottom: 0;
}

.dot-home-slider .carousel-caption,
.dot-home-slider .carousel-text p {
        color: #fff;
        text-shadow: none;
}

.dot-home-slider .carousel-caption a {
    color: #fff;
    text-decoration: underline;
}
.dot-home-slider .carousel-caption a:hover {font-weight: bold;}

/* ----- DOT home page ----- */

.DOT-home-news h2 {font-weight: 500;}

/* ----- DOT home page Twitter embed ----- */

.fa-twitter-heading {color: #00aeef;}
.twitter-footer {
    display: flex;
    justify-content: space-between;
}

/* ----- DOT home page sections ----- */

.home-sections {
    margin-top: 20px;
    margin-bottom: 6px;
    padding-top: 17px;
    border-top: 1px solid #ccc;
}

.home-sections div + ul {margin-top: 14px;}

.home-sections__header-text a {color: #FFF;}

@media (min-width: 992px) {
    .home-sections__header {position: relative;}
    .home-sections__header-text {
        font-size: 27px;
        font-style: italic;
        font-weight: 700;
        position: absolute; 
        margin: 0;
        bottom: 0;
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.5); /* Black see-through */
        text-decoration: none;

        padding: 10px 12px 12px 12px;
        transition: .5s ease;
    }
}

@media (max-width: 991px) {
    .home-sections img {display: none;}
    .home-sections h2 {
        margin-top: 15px;
        margin-left: 0;
        padding: 5px 11px 7px 11px;
        color: #FFF;
        font-size: 27px;
        font-style: italic;
        font-weight: 700;
    }
    .home-sections h2.ride-heading {background-color: #00aeef;}
    .home-sections h2.bike-heading {background-color: #355997;}
    .home-sections h2.drive-park-heading {background-color: #666;}
    .home-sections h2.walk-heading {background-color: #00a651;}
    /*   Green  background-color: #00842E; */
}
.home-sections__link {
    font-size: 14px;
    font-family: Lato;
    font-weight: 700;
    }

#news li {
    line-height: 1.36; 
    margin-bottom: 10px;
    }
    
.home-sections li {margin-bottom: 5px;}

/* ----- Carousels for landing pages ----- */
/*
.dot-carousel .glyphicon-chevron-right,
.dot-carousel .glyphicon-chevron-left {
    margin-top: -70px;
}
*/

.dot-carousel .carousel-indicators {
    width: 45%;
    left: 58%;
    background-color: rgba(0, 0, 0, 0.5);
}

.dot-carousel .carousel-control {
    margin-top: -60px;
    background-color: rgba(0, 0, 0, 0.6);
}

.dot-carousel .carousel-control.left {
    margin-left: -20px;
}
.dot-carousel .carousel-caption {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px 20px;
}
.dot-carousel .carousel-caption p,
.dot-carousel .carousel-caption a {
    color: white;
    margin-bottom: 0;
}
.dot-carousel .carousel-caption a {text-decoration: underline;}
.dot-carousel .carousel-caption a:hover {font-weight: bold;}

/* ----- RIDE ----- */

.transit-brands {
    display: flex;
    flex-wrap: wrap;
    padding: 6px 0 14px 0;
    border-bottom: solid 1px #ccc;
}

.transit-brands a img {
    height: 40px;
    padding: 0 16px;
    border-right: solid 1px #ccc;
}

.transit-brands a:first-child img {padding-left: 0;}
.transit-brands a:last-child img {padding-right: 0;border-right: none;}

@media (max-width: 991px) {
    .transit-brands {
        justify-content: space-between;
        border-bottom: none;
    }
    .transit-brands a {
        width: 49%;
        height: 90px;
        border: solid 1px #ccc;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }
    .transit-brands a img {
        border: none;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
    }
}

.ride-links {padding-top: 20px;}

.ride-links ul {
    list-style: none;
    padding-left: 0;
}

.ride-links li {line-height: 2.53;}

.landing-resources {
    font-family: Lato;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: -0.1px;
    margin-bottom: 0;
}

.landing-resources__heading {margin-top: 30px; margin-bottom: 6px;}
.landing-resources__heading:first-child,
.landing-resources__heading:only-child {margin-top: 0;}

@media (max-width: 991px) {
    .ride-links li a {
        color: #FFF;
        height: 40px;
        font-size: 15px;
        padding-left: 12px;
        height: 40px;
        background-color: #355997;
        font-weight: 900;
        line-height: 3;
        letter-spacing: -0.1px;
        margin-bottom: 5px;
        display: block;
    }
}

.ride-subscribe-strip {
    display: flex;    
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 0 14px 0;
}

.ride-subscribe-strip div:first-child {margin-right: 20px;}
    
.ride-subscribe-strip i {font-size: 20px;}

@media (max-width: 991px) {
    .ride-subscribe-strip div {
        width: 100%;
        text-align: center;}
    .ride-subscribe-strip span {display: block;}
    .ride-subscribe-strip div:first-child {margin-right: 0;}
}

.row-dot-promo .promo-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.row-dot-promo img {
    width: 240px;
    object-fit: cover;
}

.row-dot-promo .promo-text {
    background-color: #f5f5f5;
    padding: 0 10px;
    margin-left: -15px;}

.row-dot-promo .promo-text h2 {
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 22px;
}
    
@media (max-width: 991px) {
    .row-dot-promo img {
        width: 100%;
    }
    .row-dot-promo .promo-text {
        margin: 0 15px 10px 15px;
        width: 100%;
    }
}

.ride-resources {line-height: 1.13;}

/* ----- DRIVE & PARK ----- */

@media (max-width: 991px) {
    .drive-top-tier {margin-bottom: 30px;}
}

.drive-links .park-column {padding-left: 10px;}

.drive-links img, 
.drive-tip-tier img {
    width: 50px;
    margin-bottom: 11px;
}
.drive-links ul {
    list-style: none;
    padding-left: 0;
}

.drive-links a {
    font-family: Lato;
    font-size: 16px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.13;
    letter-spacing: -0.11px;
}

.drive-second-tier h2,
.drive-second-tier h3,
.drive-second-tier h4 {margin-top: 0;}

.drive-second-tier__logo-text,
.visionzero__logo-text {
    display: flex;
    margin: 0 0 30px 0;}
@media (max-width: 991px) {
    .visionzero__logo-text {margin-top: 20px;}
}

.drive-second-tier__logo, 
.visionzero__logo {
    width: 108px;
    margin: 20px 20px 30px 0;
}
.drive-second-tier__logo-text .drive-second-tier__logo {margin-top: 0; margin-bottom: 0;}


.visionzero__logo {
    width: 108px;
    margin: 20px 20px 30px 0;
}
.visionzero__logo-text .visionzero__logo {margin-top: 0; margin-bottom: 0;}

.drive-tip-tier {padding-top: 20px;}
.drive-tip-tier img {margin-right: 4px;}
.drive-tip-tier h3,
.drive-tip-tier p {display: inline; margin-right: 2px;}

/* ----- BIKE & SCOOTER ----- */
.bike-links h2 {margin-top: 34px;}

.bike-links img {
    width: 50px;
    margin-right: 4px;
    display: inline;
}
.bike-links img + p {margin-top: 4px;}

@media (max-width: 991px) {
    .bike-second-tier .col-md-3 {margin-bottom: 30px;}
    .bike-second-tier .col-md-3:last-child {margin-bottom: 0;}
}

.bike-tip-tier ul,
.bike-tip-tier .more-news {margin-bottom: 34px;}

/*----- WALK ----- */

@media (max-width: 991px) {
    .walk-carousel {margin-bottom: 30px;}
}

.walkandride__logo-text {
    display: flex;
    margin: 30px 0 30px 0;
    align-items: center;}
@media (max-width: 991px) {
    .walkandride__logo-text {margin-top: 20px;}
}

.walkandride__logo {
    width: 112px;
    margin: 20px 20px 10px 0;
}

/* used here: /DOT-PedSafety/MontgomeryCountyWalks.html */
.walkandride__logo-text .walkandride__logo {
    margin-top: 0; margin-bottom: 0;
}

/* ----- Follow Us snippet ----- */

.follow-us-snippet {margin-top: 20px;}

.follow-us-snippet__text {
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  color: #666666;
  text-transform: uppercase;
  margin-right: 10px;
}
.follow-us-snippet__icons i {
    font-size: 20px;
    margin-right: 10px;
}

/* ----- About Strip ------ */

.about-strip {
    border-top: 1px solid #ccc;
    margin: 20px 0 24px 0;
    padding-top: 25px;
    text-align: center;
}

.about-strip h3,
.ride-subscribe-strip span {
    font-family: Lato;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 20px;
    letter-spacing: -0.18px;
}

.about-strip h3 {display: inline;}

.about-strip ul {    
    list-style: none;
    margin: 0 0 0 10px;
    padding: 0;
    display: inline;
}

@media (max-width: 991px) {
    .about-strip ul {display: block;}
}

.about-strip ul > li {
    display: inline-block;
    padding-left: 0;
    margin: 0 7px 5px 0;
}

.about-strip ul > li:after {
    content: "|";
    margin-left: 10px;
    color: #ccc;
}
.about-strip ul > li:last-child:after {
    content: "";
    margin: 0;
}

/* -----GET IT FIXED / SERVICES ----- */

.dot-service-listing .col-xs-6 {padding-right: 0;}
.dot-service-listing ul {
    list-style-type:none;
    padding-left: 0;
}
.dot-service-listing li {margin-bottom: 10px;}
.dot-service-listing li ul {margin: 0 0 10px 66px;}
.dot-service-listing img {width: 40px; margin-right: 10px;}
.dot-service-listing__more {
    font-weight: bold;
    margin:10px 0 20px 0;
}

/*----- end page styles -----*/
