a {
  color: #19458d;
}

/* Navigation style */
header {
  position: relative;
  z-index: 9;
}
/**/
@media screen and (min-width: 1440px) {
  header .container {
    max-width: 100%;
  }
  header .container {
    padding-left: 100px;
    padding-right: 100px;
  }
}
/**/
#navb {
  justify-content: flex-end;
}
.navigation {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
  width: 100%;
  float: left;
}
.navigation .navbar {
  margin: 0;
  padding: 0;
}
.navigation .navbar-brand {
  padding: 0 0 6px;
}
.navigation .navbar-nav .nav-link {
  padding-top: 48px;
  padding-bottom: 49px;
  padding-left: 0;
  padding-right: 0;
  line-height: 19px;
}
.navigation .navbar-brand img {
  max-width: 275px;
}
.navigation .navbar-brand .site-slogan {
  font-size: 12px;
  font-family: 'ProximaNova-Regular';
  color: #000;
  margin-top: 2px;
  text-align: right;
}
.navigation .nav-link {
  color: #000;
  font-size: 18px;
  display: inline-block;
  padding: 0;
  position: relative;
  font-family: ProximaNova-Bold;
}
.navigation .nav-link:after {
  display: block;
  content: '';
  width: 100%;
  height: 20px;
  margin-top: 30px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  display: none;
  position: absolute;
  bottom: 0;
  background-color: #fdc42f;
  transform: skewX(-15deg);
}
.navigation .nav-item:last-child .nav-link:after {
  left: 0;
  right: 2px;
}
.navigation .nav-item:hover .nav-link:after {
  opacity: 1;
  display: block;
}
.navigation li.nav-item:after {
  content: url(../images/icon/nav-line.png);
  display: inline-block;
  margin-left: 12px;
  top: 14px;
  position: relative;
  margin-right: 12px;
}
.navigation li.nav-item:last-child:after {
  visibility: hidden;
  width: 0;
  margin: 0;
  display: none;
}
.navigation li.nav-item span {
  display: none;
}

.navigation li.nav-item {
  position: relative;
}
.navigation .nav-item .child-menu {
  background-color: #6b6b6b;
  font-weight: normal;
  position: absolute;
  left: -2px;
  visibility: hidden;
  padding: 5px 0;
  min-width: 325px;
}
.navigation .nav-item:last-child .child-menu {
  right: 4px;
  left: initial;
}
.navigation .nav-item .child-menu li {
  position: relative;
  padding: 0;
  background-color: transparent;
}
.navigation .nav-item .child-menu > li a {
  color: #fff;
  padding: 11.5px 15px;
  display: block;
  font-size: 16px;
  white-space: nowrap;
}
.navigation .nav-item .child-menu > li a:hover {
  background-color: #fdc42f;
  color: #000;
}
@media screen and (min-width: 992px) {
  .navigation .nav-item .child-menu > li a.active {
    background-color: #fdc42f;
    color: #000;
  }
}
.navigation .nav-item .sub-menu {
  position: absolute;
  top: 0;
  background: #f4f4f4;
  transform: translate(-100%);
  visibility: hidden;
  padding: 5px 0;
  min-width: 325px;
}
@media screen and (min-width: 992px) {
  .navigation .nav-item:hover .child-menu {
    visibility: visible;
    display: block;
  }
  .navigation .nav-item .child-menu > li:hover .sub-menu {
    visibility: visible;
    display: block;
  }
}
.navigation .child-menu .sub-menu li a {
  color: #000;
  font-size: 16px;
}
/* Topbar style */
.topbar {
  float: left;
  width: 100%;
  background-color: #f4f4f4;
  font-weight: normal;
}
.topbar-wrap {
  float: right;
}
.search-bar {
  float: left;
  margin-right: 28px;
}
.search-bar form {
  width: 286px;
  border-bottom: 1px solid #d8d8d8;
  float: left;
  margin-bottom: 10px;
  height: 40px;
  box-sizing: border-box;
  padding-top: 11px;
}
.search-bar form input[type="search"] {
  width: calc(100% - 54px);
  float: left;
  margin: 0;
  font-size: 15px;
  border: 0;
  background-color: transparent;
  font-family: 'ProximaNova-Bold';
}
::placeholder {
  color: #000;
}
.search-bar form input[type="button"],
.search-bar form input[type="submit"] {
  float: left;
  width: 40px;
  margin: 0;
  border: 0;
  background-color: transparent;
  padding: 0;
  background-image: url(../images/icon/search-icon-black.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 20px;
  background-size: 16px;
  cursor: pointer;
}
.search-bar form input[type="submit"]:hover {
  background-color: transparent !important;
}

.topbar-wrap ul {
  float: left;
  margin-left: 20px;
}
.topbar-wrap ul li {
  float: left;
  margin-left: 43px;
}
.topbar-wrap ul li:first-child {
  margin-left: 0;
}
.topbar-wrap ul li a,
.topbar-wrap ul li button {
  display: block;
  padding: 0 0px;
  color: #000;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-family: ProximaNova-Bold;
}
.topbar-wrap ul li a .mob,
.topbar-wrap ul li button .mob {
  display: none;
}
@media screen and (max-width: 991px) {
  .topbar-wrap ul li a .mob,
  .topbar-wrap ul li button .mob {
    display: block;
  }
  .topbar-wrap ul li a .desk,
  .topbar-wrap ul li button .desk {
    display: none;
  }
}
.topbar-wrap ul li.active button, .topbar-wrap ul li.active a {
  background-color: #fdc42f;
  position: relative;
  box-shadow: none;
  border: 0;
  font-weight: normal;
  z-index: 99;
}
.topbar-wrap ul li.active button:after, .topbar-wrap ul li.active a:after {
  display: block;
  content: '';
  width: 17px;
  height: 100%;
  background-color: #fdc42f;
  float: left;
  margin-left: -8px;
  transform: skew(-19deg);
  z-index: -9;
  position: relative;
}
.topbar-wrap ul li.active button:before, .topbar-wrap ul li.active a:before {
  display: block;
  content: '';
  width: 17px;
  height: 100%;
  background-color: #fdc42f;
  float: right;
  margin-right: -8px;
  transform: skew(-19deg);
  z-index: -9;
  position: relative;
}
/* Hover */
.topbar-wrap ul li.active:hover button, .topbar-wrap ul li.active:hover a,
.topbar-wrap ul li.active:hover button:after, .topbar-wrap ul li.active:hover a:after,
.topbar-wrap ul li.active:hover button:before, .topbar-wrap ul li.active:hover a:before {
  background-color: #e9a800;
}

/* Slider Style */
.slider {
  position: relative;
}
.slider .owl-pagination {
  display: none;
}
.slider .item-img img {
  width: auto;
  min-width: 100%;
  min-height: 740px;
  height: auto;
  max-width: initial;
}
.slider-caption {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .5);
  width: 50%;
  padding: 20px 100px 125px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.slider-caption h1 {
  color: #fff;
  text-transform: uppercase;
}
.slider-caption h1 span {
  position: relative;
  z-index: 9;
}
.slider-caption h1 span:after {
  display: block;
  width: calc(100% + 16px);
  height: 20px;
  background-color: #f26c23;
  content: '';
  position: absolute;
  bottom: 8px;
  z-index: -9;
  left: -8px;
}
.slider-caption p {
  margin-top: 40px;
}
.slider:after {
  content: '';
  display: block;
  height: 145px;
  background-color: transparent;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-image: url(../images/light-curbe.png);
  background-position: bottom left;
  background-size: cover;
  background-repeat: no-repeat;
}
.slider-caption p {
  font-size: 24px;
  color: #fff;
}
/* Home banner */
.home-banner {
  position: relative;
  overflow: hidden;
}
.home-banner img {
  width: auto;
  min-width: 100%;
  min-height: 740px;
  height: auto;
  max-width: initial;
  float: right;
}
@media screen and (min-width: 768px) {
  .home-banner img {
    width: 100%;
    min-height: auto;
  }
}
.home-banner .banner-caption {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .5); /*Edited by Brian to put back  gray div 2025-11-06 */
  width: 50%;
  padding: 20px 100px 125px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.home-banner .banner-caption h1 {
  color: #fff;
  text-transform: uppercase;
  line-height: 90px;
}
.home-banner .banner-caption h1 {
  color: #fff;
  text-transform: uppercase;
  background-image: -webkit-linear-gradient(left, transparent 5px, transparent 5px), -webkit-linear-gradient(right, transparent 5px, transparent 5px), -webkit-linear-gradient(transparent 78px, #f26c23 78px, #f26c23 98px, transparent 98px);
  background-size: 100% 100%, 100% 100%, 100% 120px;
  /*border-radius: 8px;*/
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  line-height: 90px;
  display: inline; /* Edited by Brian to unhide title 2025-11-06 */
  background-position: 0 !important;
}
.home-banner .banner-caption h1 span {
  position: relative;
  z-index: 9;
}
.home-banner .banner-caption h1 span:after {
  display: block;
  width: calc(100% + 16px);
  height: 20px;
  background-color: #f26c23;
  content: '';
  position: absolute;
  bottom: 8px;
  z-index: -9;
  left: -8px;
}
.home-banner .banner-caption p {
  margin-top: 44px;
  font-size: 24px;
  color: #fff;
  line-height: 28px;
}
.home-banner:after {
  content: '';
  display: block;
  height: 74px;
  background-color: transparent;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-image: url(../images/light-curbe.png);
  background-position: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 99;
}
.block-local-tasks-block {
  clear: both;
}
/* Advisories */
.advisories {
  background-color: #f4f4f4;
  padding: 18px 0 87px;
}
.advisories .nav-tabs li {
  display: block;
  width: 100%;
}
.nav-tabs {
  border: 0;
}
.advisories .nav-tabs .nav-link {
  border: 0;
  background-color: #6b6b6b;
  border-radius: 0;
  height: 65px;
  color: #fff;
  text-align: center;
  line-height: 65px;
  margin-bottom: 5px;
  padding: 0;
  font-size: 20px;
  font-weight: normal;
  position: relative;
  font-family: ProximaNova-Bold;
}
.advisories .nav-tabs .nav-link:after {
  display: block;
  content: '';
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  border-left: 20px solid #fdc42f;
  float: right;
  margin-right: -20px;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  visibility: hidden;
}
.advisories .nav-tabs .nav-link.active:after {
  visibility: visible;
}
.advisories .nav-tabs .nav-link.active {
  background-color: #fdc42f;
  color: #000;
}
.advisories .tab-content .tab-anchore {
  padding: 20px 30px;
  display: block;
  background-color: #fff;
  margin-bottom: 5px;
  position: relative;
  float: left;
  width: 100%;
  color: #000;
}
.advisories .tab-content a h6 {
  float: left;
  width: calc(100% - 50px);
}
.advisories .tab-content a span {
  display: block;
  float: right;
}
.advisories .tab-content a span img {
  display: none;
}
.advisories .tab-content a span:after {
  content: '';
  width: 27px;
  display: inline-block;
  background-image: url(../images/icon/right-arrow-circle-blue.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  height: 20px;
  margin-left: 7px;
}
.advisories .tab-content a span:hover:after {
  background-image: url(../images/icon/right-arrow-circle-hover-blue.svg);
}
.advisories-wrap {
  margin-top: 64px;
}
.advisories .tab-content .view-empty {
  font-size: 20px;
  font-weight: 500;
  border-left: #f26c23 10px solid;
  padding: 20px 30px;
  padding-bottom: 25px;
  margin-bottom: 5px;
}
.see-all {
  color: #19458d;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  float: right;
  margin-top: 10px;
  font-family: ProximaNova-Bold;
}
.see-all:hover, .learn-more:hover {
  color: #000 !important;
}
/* Highlights Style */
.highlights article {
  background-color: #fdc42f;
  color: #000;
  padding: 65px 110px 125px;
  height: 100%;
}
.highlights article h3 {
  /*max-width: 300px;*/
  text-transform: uppercase;
}
.highlights article h6 {
  margin-top: 30px;
  font-weight: normal;
}
.highlights figure {
  background-size: cover;
  height: 100%;
  width: 100%;
}
.highlights figure img {
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.highlights-column {
  position: relative;
  padding: 0;
  /* updated by Brian to address Chrome changes 2020-07-31 */
  height: 350px;
  overflow: hidden;
}
.highlights-caption {
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 0 60px;
}
.highlights-caption h4 {
  color: #fff;
}
/* Heppenings */
.heppenings {
  padding: 78px 0 30px;
}
.heppenings .date {
  width: 100px;
  height: 100px;
  background: #f26c23;
  float: left;
  color: #fff;
  text-align: center;
  padding: 18px 0 0;
  text-transform: uppercase;
}
.heppenings .date h6 {
  position: relative;
  top: 5px;
  font-family: ProximaNova-Bold;
}
.heppenings .date h4 {
  font-size: 36px;
}
.heppenings .heading span:after {
  background-color: #f4f4f4;
}
.heppenings .row {
  margin-top: 50px;
}
.heppenings ul {
  padding-right: 9px;
}
.heppenings ul li {
  width: 100%;
  float: left;
  padding-bottom: 30px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 30px;
}
.heppenings .content {
  width: calc(100% - 100px);
  float: right;
  padding-left: 17px;
  display: flex;
  flex-wrap: wrap;
}
.heppenings .content > div {
  float: left;
  width: calc(100% - 160px);
  padding-right: 15px;
}
.heppenings .content > p {
  display: flex;
}
.heppenings .content > div p {
  margin-top: 7px;
  color: #4f4f4f;
}
.heppenings .content a.learn-more {
  float: right;
  display: flex;
  width: 160px;
  text-transform: uppercase;
  color: #19458d;
  font-size: 15px;
  font-weight: normal;
  font-family: ProximaNova-Bold;
  align-items: flex-end;
  justify-content: flex-end;
}
.heppenings .content a.learn-more img {
  margin-left: 7px;
  width: 20px;
}
.heppenings .content a.learn-more:after {
  content: '';
  width: 27px;
  display: inline-block;
  background-image: url(../images/icon/right-arrow-circle-blue.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  height: 20px;
  margin-left: 7px;
  position: relative;
  top: -3px;
}
.heppenings .content a.learn-more:hover:after {
  background-image: url(../images/icon/right-arrow-circle-hover-blue.svg);
}
.heppenings figure img {
  max-width: 100%;
}
/* Footer */
.copyright {
  padding: 24px 0 20px;
  background-color: #f4f4f4;
  width: 100%;
  float: left;
}
.footer {
  background-color: #6b6b6b;
  margin-top: 72px;
  padding-bottom: 36px;
  width: 100%;
  float: left;
  padding-top: 7px;
}
.footer-contact {
  margin-top: 14px;
  min-width: 354px;
  float: right;
}
.footer:before {
  display: block;
  content: '';
  background-image: url(../images/footer-bg.png);
  background-size: 100% 100%;
  background-position: top left;
  height: 73px;
  background-repeat: no-repeat;
  width: 100%;
  margin-top: -72px;
  position: relative;
  top: -6px;
}
.footer-link li {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
}
.footer-link li:after {
  content: url(../images/icon/nav-line.png);
  display: inline-block;
  margin-left: 16px;
  top: 14px;
  position: relative;
  margin-right: 16px;
}
.footer-link li:last-child:after {
  width: 0;
  margin: 0;
  display: none;
}
.footer-link li a {
  color: #fff;
  font-size: 17px;
  line-height: 15px;
  display: inline-block;
  padding: 0;
  font-family: ProximaNova-Bold;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
}
.footer-link li a:hover {
  border-bottom: 1px solid #fff;
}
.footer-contact a.contact {
  display: block;
  float: left;
  height: 40px;
  padding: 0 25px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: ProximaNova-Bold;
  font-size: 15px;
}
.footer-contact a.contact:hover {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
footer .twitter {
  float: left;
  margin-left: 12px;
}
footer .instagram {
  float: left;
  margin-left: 12px;
}
footer .linkedin {
  float: left;
  margin-left: 12px;
}
footer .youtube {
  float: left;
  margin-left: 12px;
}
footer .twitter img, footer .instagram img, footer .linkedin img, footer .youtube img  {
  height: 40px;
  width: auto;
}
/* Hover */
footer .linkedin img:last-child {
  display: none;
}
footer .twitter img:last-child {
  display: none;
}
footer .instagram img:last-child {
  display: none;
}
footer .youtube img:last-child {
  display: none;
}

footer .linkedin:hover img:first-child {
  display: none;
}
footer .twitter:hover img:first-child {
  display: none;
}
footer .instagram:hover img:first-child {
  display: none;
}
footer .youtube:hover img:first-child {
  display: none;
}
footer .linkedin:hover img:last-child {
  display: block;
}
footer .twitter:hover img:last-child {
  display: block;
}
footer .instagram:hover img:last-child {
  display: block;
}
footer .youtube:hover img:last-child {
  display: block;
}
/* Share icon */
.social-share-facebook:hover {
  background-image: url(../images/icon/facebook-hover-blue.svg);
}
.social-share-mail:hover {
  background-image: url(../images/icon/email-hover-blue.svg);
}
.social-share-linkedin:hover {
  background-image: url(../images/icon/linkedin-hover-blue.svg);
}
.social-share-twitter:hover {
  background-image: url(../images/icon/twitter-hover-blue.svg);
}
.region-footer {
  clear: both;
}
.copyright {
  padding: 25px 0;
  background-color: #f4f4f4;
  width: 100%;
  float: left;
}
.copyright-wrap {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-family: 'ProximaNova-Regular'
}
.copyright-wrap span {
  white-space: nowrap;
}
/* Shuttles Model */
#shuttles .modal-content {
  width: 540px;
  padding: 45px 80px;
  border-radius: 0;
}
#shuttles .modal-content a {
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  font-family: ProximaNova-Bold;
}
#shuttles .modal-content a:hover {
  color: #000;
  border-bottom: 1px solid #000;
}
#shuttles .close {
  opacity: 1;
  position: absolute;
  right: 15px;
  top: 15px;
}
#shuttles .modal-header {
  display: block;
  border: 0;
  padding: 0;
}
#shuttles .modal-header p {
  color: #4f4f4f;
}
#shuttles .modal-body {
  padding: 0;
  margin-top: 20px;
}
#shuttles .modal-header h5 {
  width: 100%;
  float: left;
  text-transform: uppercase;
}
#shuttles .form-item label {
  display: block;
  color: #4f4f4f;
  margin-bottom: 2px;
}
#shuttles .form-item input,
#shuttles .form-item textarea,
#shuttles .form-item select {
  width: 100%;
  border: 1px solid #4f4f4f;
  padding: 0 10px;
}

#shuttles .form-item input,
#shuttles .form-item select {
  height: 38px;
}
#shuttles .form-item textarea {
  height: 100px;
}
#shuttles .btn-primary {
  float: right;
}
#shuttles .btn-primary:hover {
  color: #000 !important;
  border-color: #000 !important;
}
/* News page */
.news-section {
  margin: 50px 0 80px;
}
.main-section {
  margin: 45px 0 78px;
}
.news-wrap {
  padding-left: 0px;
}
.news-wrap h4 {
  margin-top: 20px;
  text-transform: uppercase;
  color: #000;
}
.news-wrap .form-item select {
  color: #19458d;
  border: 1px solid #19458d;
  padding: 8px;
  font-size: 15px;
  font-weight: normal;
  background-color: transparent;
  cursor: pointer;
}
.news-wrap .form-item select option {
  cursor: pointer;
}
.news-wrap .form-type-select {
  display: flex;
  flex-wrap: wrap;
  font-family: ProximaNova-Bold;
  align-items: center;
}
.news-wrap .form-type-select label {
  margin: 0 15px 0 0;
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.news-wrap .form-type-select .theme-select {
  margin-left: 15px;
}
.news-row {
  margin-top: 50px;
  padding-top: 0;
  border-top: 1px solid #d8d8d8;
}
.news-row .date {
  font-size: 15px;
  color: #4f4f4f;
  font-weight: normal;
  font-family: ProximaNova-Bold;
}
.news-row h5 {
  color: #19458d;
  font-weight: normal;
  margin-top: 2px;
  margin-bottom: 0 !important;
}
.news-row h5 a {
  color: #19458d !important;
  font-weight: normal;
  text-decoration: none !important;
}
.news-row h5 a:hover {
  text-decoration: none !important;
  color: #000 !important;
}
.news-row > div {
  margin-top: 23px;
}
.news-row > div.row {
  margin-top: 35px;
}
.news-row figure img {
  max-width: 100%;
  margin-bottom: 0 !important;
}
.news-row article {
  margin-top: -6px;
}
.news-row article p {
  color: #4f4f4f;
  margin-bottom: 0 !important;
}
.news-wrap .pagination {
  margin-top: 80px;
}
.entity-pagination.pagination li a,
.news-wrap .pagination li a {
  margin-right: 15px;
  margin-left: 0;
}
.entity-pagination.pagination li a,
.news-wrap .pagination li a {
  display: block;
  padding: 11.5px 25px !important;
}
.entity-pagination.pagination li:last-child a,
.news-wrap .pagination li:last-child a {
  margin-right: 0px;
}

/* News details */
.news-details {
  margin: 50px 0 80px;
}
.news-content {
  padding-left: 0px;
}
.news-content .h1 {
  margin-top: 50px;
  margin-bottom: 35px !important;
  font-family: ProximaNova-Bold;
}
.news-content .h2 {
  font-family: ProximaNova-Bold;
  margin-bottom: 0;
}
.news-content .h4 {
  margin-top: 60px;
  margin-bottom: 40px;
  color: #4f4f4f;
  text-transform: none;
}
.news-content > p {
  color: #4f4f4f;
}
.news-content .h6 {
  margin-top: 10px;
  margin-bottom: 45px;
  color: #19458d;
}
.news-content .h3 {
  margin-top: 40px;
  margin-bottom: 5px;
  font-family: ProximaNova-Bold;
}
.news-content .last-child {
  margin-top: 40px;
}
.back-btn a {
  padding: 11.5px 25px;
  display: inline-block;
}
.news-content > img {
  max-width: 100%;
}
.news-content .news-image {
  margin-bottom: 35px;
}

/* Shuttle style */
.shuttle-header .h6 {
  color: #19458d;
  font-weight: normal;
  margin: 35px 0 55px;
}
.shuttle-header p {
  color: #4f4f4f
}
.shuttle-header .h3 {
  margin-bottom: 25px;
  font-weight: normal;
  font-family: ProximaNova-Bold;
}
.shuttle-accordion .card {
  border: 0;
  margin-bottom: 30px;
}
.shuttle-accordion-btn button {
  background-color: transparent;
  border: 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
  padding: 0;
  padding-bottom: 10px;
  cursor: pointer;
}
.shuttle-accordion-btn button h5 {
  float: left;
  color: #19458d;
  width: calc(100% - 125px);
  text-align: left;
  margin-top: 0 !important;
}
.shuttle-accordion-btn button h6 {
  float: right;
  color: #19458d;
  font-weight: normal;
  width: 125px;
  margin-top: 5px !important;
}
.shuttle-accordion-btn button img {
  margin-top: -5px !important;
  margin-left: 10px;
}
.shuttle-accordion-btn button .minus {
  display: none;
}
.shuttle-accordion-btn button .hide {
  display: none;
}
.shuttle-accordion-btn {
  cursor: pointer;
}
.shuttle-accordion-btn button[aria-expanded="true"] .minus {
  display: inline-block;
}
.shuttle-accordion-btn button[aria-expanded="true"] .plus {
  display: none;
}
.shuttle-accordion-btn button[aria-expanded="true"] .hide {
  display: inline-block;
}
.shuttle-accordion-btn button[aria-expanded="true"] .view {
  display: none;
}

.stop-tbl-header[aria-expanded="false"] .hide {
  display: none;
}
.stop-tbl-header[aria-expanded="true"] .show {
  display: none;
}
.stop-tbl-header[aria-expanded="true"] .hide {
  display: block;
}
.shuttle-accordion-body {
  border-top: 10px solid #f26c23;
  margin-top: 20px;
}
.shuttle-accordion-body p {
  color: #4f4f4f;
}
.shuttle-map {
  margin-bottom: 30px;
}
.get-direction {
  display: none;
  margin-top: 10px;
}
.get-direction a {
  color: #19458d;
  font-weight: normal;
}
.shuttle-map .row {
  margin: 0;
}
.shuttle-map .row > div {
  padding: 0;
}
.shuttle-accordion-body figure img {
  width: 100%;
}
.shuttle-map-add {
  background-color: #f4f4f4;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  padding: 50px 55px;
}
.shuttle-map-add h5 {
  font-family: ProximaNova-Regular !important;
  text-transform: none !important;
}

.stop-tbl {
  /*	margin-top: 50px; */
}
.stop-tbl-header {
  background-color: #6b6b6b;
  padding: 15px 20px;
  color: #fff;
  float: left;
  width: 100%;
}
.stop-tbl-header h6 {
  float: left;
  font-family: ProximaNova-Bold;
  margin-top: 0 !important;
}
.stop-tbl-header h6.h6 {
  float: right;
  margin-bottom: 0;
  margin-top: 5px !important;
}
.stop-tbl-header h6.h6 {
  cursor: pointer;
}
.stop-tbl-header h6.h6 img {
  margin-left: 10px;
  margin-top: 0 !important;
  position: relative;
  top: -2px;
}
.stop-tbl table .time {
  width: 70px;
  height: 70px;
  text-align: center;
  background-color: #fdc42f;
  border-radius: 50%;
  padding: 11px;
  margin-left: 20px;
}
.stop-tbl table .time h3, .stop-tbl table .time h5 {
  line-height: 24px;
  margin: 0 !important;
  font-weight: normal;
}
.stop-tbl table {
  width: 100%;
  font-family: ProximaNova-Bold;
}
.stop-tbl table tr td {
  width: 16.66%;
  font-weight: normal;
  font-size: 18px !important;
  padding: 15px 0 !important;
  min-width: 150px !important;
  border: 0 !important;
  color: #000 !important;
}
.stop-tbl table tr:nth-child(even) {
  background-color: #f4f4f4;
}
div.content ol {
  list-style-position: outside;
  margin-left: 20px;
}
.ui-dialog .ui-dialog-buttonpane {
  background: #FFFFFF;
  border: 0px;
}
.ui-dialog .ui-dialog-titlebar {
  background: #FFFFFF;
  border: 0px;
}
.ui-dialog .ui-dialog-content {
/*  overflow: visible;
  max-height: none !important;
  */
/* BRIAN: previous 2 lines commented out and next line added to make entire form scrollable/reacheable on small screens */
  overflow: scroll;
  border: 0px;
}
.modal-content {
  border: 0px;
  padding: 0px !important;
}
.ui-widget-overlay {
  background: #000000;
  opacity: .8;
}
.ui-dialog-title {
  font-size: 25px;
  text-transform: uppercase;
}
.ui-widget.ui-widget-content {
  padding: 30px;
}
.ui-dialog .ui-dialog-titlebar-close {
  width: 30px !important;
  height: 30px !important;
  background-size: 30px !important;
}
