h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  font-family: "Montserrat", sans-serif;
}
h1,
h2,
h3 {
  color: #839cbb;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
p,
li {
  font-size: 17px;
}
a {
  color: #839cbb;
}
.spec-left {
  float: left;
}
.spec-right {
  float: right;
}
.center-text {
  text-align: center;
}
.navy {
  color: #193041;
}
.green {
  color: #89bd65;
}
.green-dotted {
  border-bottom: 2px dotted #89bd65;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.green-dotted-tb {
  border-bottom: 2px dotted #89bd65;
  border-top: 2px dotted #89bd65;
}

/* Header Styles */
.navbar-brand {
  margin-top: 0.5em;
}
#brand {
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
  text-align: left;
  font-family: "Oswald", sans-serif;
}
#navBar {
  display: block !important;
}
.navbar-nav {
  margin-right: 0em !important;
  float: right;
}
.navbar-nav li a {
  font-family: "Oswald", sans-serif;
  color: #fff !important;
  opacity: 1;
}
.navbar-nav li a.active {
  color: #89bd65 !important;
}
.navbar-nav li a.buildone:after {
  content: " (July 2020)";
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  font-size: 0.95rem;
}
.navbar-nav li a.buildtwo:after {
  content: " (June 2022)";
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  font-size: 0.95rem;
}
.navbar-nav li a.buildthree:after {
  content: " (Feb 2021)";
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  font-size: 0.95rem;
}
.navbar-nav li a.buildfour:after {
  content: " (Dec 2022)";
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  font-size: 0.95rem;
}
.navbar-nav li a.buildfive:after {
  content: " (Aug 2023)";
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  font-size: 0.95rem;
}
.navbar-nav li a.buildsix:after {
  content: " (Aug 2023)";
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  font-size: 0.95rem;
}
.navbar-nav li a.buildseven:after {
  content: " (Jan 2024)";
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  font-size: 0.95rem;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-menu {
  right: 0px;
  left: inherit;
}
/* .navbar {-webkit-transition: background-color 500ms; transition: background-color 500ms} */
.navbar {
  background-color: #193041;
}
.navbar.darkHeader #left-logo {
  width: 168px;
}
.navbar.darkHeader #right-logo {
  width: 100px;
  margin-left: 45px;
}
#left-logo {
  width: 217px;
  -webkit-transition: width 500ms;
  transition: width 500ms;
  margin-top: -1.25em;
}
#brand {
  -webkit-transition: font-size 500ms;
  transition: font-size 500ms;
}
.navbar.darkHeader #brand {
  font-size: 22px;
}
/* #left-footer-logo {border-right: 1px solid #FFF; padding-right:7px;} */
#right-logo {
  width: 125px;
  margin-left: 55px;
  -webkit-transition: width 500ms;
  transition: width margin-left 500ms;
}

#footer {
  margin-top: 0em;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #193041 !important;
}

.dropdown-menu {
  background-color: #193041;
  border: 0px solid #fff !important;
  border-radius: 0px !important;
}

.drop-indicator {
  width: 16px;
  height: 16px;
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: rgba(255, 255, 255, 1); /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  z-index: 9999 !important;
  border-right: 1px solid #666;
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a#login {
  width: 90%;
  display: block;
  margin: 1em auto 0em auto;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#sidenav_toggle {
  display: none;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left 0.5s;
  padding: 20px;
}

/* VIMEO RESPONSIVE EMBED */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 989px) {
  #sidenav_toggle {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  #mobile-phone,
  #sidenav_toggle {
    display: block;
  }
  #sidenav_toggle {
    position: absolute;
    top: 0;
    right: 0;
  }
  #sitemap {
    margin-top: 2em;
  }
  #footer-logo,
  #left-footer-logo,
  #right-footer-logo {
    margin: 0em auto;
    display: block;
    width: 133px;
  }
  #left-logo {
    border-right: 0px solid #fff;
    display: block;
    margin: 0em auto;
  }
  #right-logo {
    display: block;
    margin: 0em auto;
  }
  .navbar-brand.img-fluid {
    width: 100%;
  }
  .fwm {
    width: 100%;
  }
  #sidenav_toggle img {
    float: right;
  }
  .navbar-brand.img-fluid {
    padding: 0em !important;
  }
  #left-logo,
  #right-logo,
  #left-footer-logo,
  #right-footer-logo {
    width: auto;
    height: 50px;
  }
  .navbar-brand {
    margin: 0em auto;
  }
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

/* Front Page */
#frontpage-header {
  background-image: url("../img/riverport-mast.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 5%;
  width: 100%;
  height: 840px;
}
body.rail #frontpage-intro,
body.location #frontpage-intro {
  padding: 0em 0em 0em 0em;
}
#frontpage-intro {
  padding: 0em 0em 0em 0em;
}
#frontpage-intro h1 {
  color: #193041;
}
#frontpage-intro p,
#frontpage-intro ul li {
  color: #666;
  font-size: 18px;
}
#frontpage-intro.points {
  padding-top: 1.5em;
}
#frontpage-intro.points .row .col-md-2 {
  padding-left: 6px;
  padding-right: 6px;
}
#delivery-dates {
  background-color: #70818b;
}
#delivery-dates h3 {
  color: #fff;
}
#footer {
  background-color: #193041;
  padding: 2em 0em;
}
#right-footer-logo {
  margin: 0em auto;
  display: block;
  width: 216px;
}

#sitemap {
  list-style: none;
}
#sitemap li {
  padding: 0.5em 0em;
  border-top: 1px solid #fff;
}
#sitemap a {
  color: #fff;
  padding: 1em 0em;
}
#frontpage-intro p.mouseprint {
  font-size: 0.69rem;
  line-height: 106%;
  text-align: center;
  font-weight: 300;
}
#concept {
  padding-right: 0px;
  padding-left: 0px;
}

.bullets {
  display: table;
  margin: 0em auto;
}

.date {
  margin: 1.5em 0em;
}

.btn.blue {
  color: #fff !important;
  background-color: #96beef;
  border: 1px solid #96beef;
  border-radius: 0px;
}
.btn.green {
  color: #fff !important;
  background-color: #89bd65;
  border: 1px solid #89bd65;
  border-radius: 0px;
  margin-bottom: 1em;
}
/*#subheadings .col-md-3 {padding-left: 2px;padding-right: 2px;}*/
#subheadings .btn.green {
  font-size: 1.25em;
}
.btn.trans {
  color: #fff !important;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0px;
}

.no-gutters {
  margin-right: 0px;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.remove-all-margin-padding {
  margin: 0 !important;
  padding: 0 !important;
}

.center-video {
  display: block;
  margin: 0 auto;
}

#delivery-dates {
  color: #fff;
  padding: 1em;
}

#slide {
  width: 100%;
  height: 100%;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 0.7;
}

.carousel-indicators .active {
  background-color: #fff;
}
.carousel-indicators li {
  background-color: #89bd65;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 40px;
  height: 40px;
}

.top-title {
  margin-top: 100px;
}

/* Strategic Advantages */

.advantages ul {
  padding-left: 1rem;
  margin-bottom: 0px;
}
.advantages ul li {
  font-size: 1.25rem;
}

@media only screen and (max-width: 1600px) {
  #frontpage-header {
    background-image: url("../img/riverport-mast.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    width: 100%;
    height: 800px;
  }
}

@media only screen and (max-width: 1440px) {
  #frontpage-header {
    background-image: url("../img/riverport-mast.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 700px;
  }
}

@media only screen and (max-width: 1366px) {
  #frontpage-header {
    background-image: url("../img/riverport-mast.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 680px;
  }
}

@media only screen and (max-width: 767px) {
  #navBar {
    display: none !important;
  }
  #logo {
    width: 400px;
  }
  .center-text-mobile {
    text-align: center;
  }
  .container-fluid.mobile-spacer {
    margin-top: 2em;
  }

  h1 {
    font-size: 38px;
  }
  #render h3 {
    margin-bottom: 1em !important;
  }
  .mobile-margin-bottom {
    margin-bottom: 2em;
  }

  .top-title {
    margin-top: 128px;
  }
}

/* Site 1 Styles */
/* body.site-1 .navbar, body.contact .navbar{background-color: rgba(27,48,65,1)} */
body.site-1,
body.contact {
  padding-top: 7em;
}
body.site-1 #delivery-dates h3 {
  margin-bottom: 1em;
  font-weight: 700;
}
#render {
  padding-top: 5em;
}
#render h3 {
  margin-bottom: 2em;
}

.spec-left {
  font-weight: 500;
}
.spec-right: {
  font-weight: 300;
}
#map {
  display: block;
  margin: 0em auto;
}

/* contact us */
