
html {
}


body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  max-width: 2048px;
  margin:0 auto;
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: #85b0be;
  text-decoration: none;
}

a:hover {
  color: #a6c6d0;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .tagline {
  font-family: "Raleway", sans-serif;
}


.tagline {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
    display: block;
    font-size: 1.4em;
    font-weight: 500;
    unicode-bidi: isolate;
}
	
media (min-width: 1200px) {
    .tagline {
        font-size: 1.5rem;
    }
}

.smallprint {
	font-size: 0.8em;
}

.largerprint {
	font-size: 1.3em;
}


a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.btn-get-started:focus-visible,
[role="button"]:focus-visible,
.nav-link:focus-visible,
.dropdown-toggle:focus-visible,
.dropdown-item:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid #FFC000;
  outline-offset: 2px;
  border-radius: 3px;
  box-shadow: none;
}


.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #85b0be;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 1.75rem;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #a0c1cc;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


#header {
  z-index: 997;
  transition: all 0.5s;
  background: #002242;
  padding: 1.375rem 0;
  max-width: 2048px;
  margin:0 auto;
}
#header.header-transparent {
  background: none;
}
#header.header-scrolled {
  background: #002242;
  padding: 0.75rem 0;
}
#header .logo h1 {
  font-size: 2.25rem;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 5rem;
}




.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px 10px 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  text-transform: uppercase;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: .75rem;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #85b0be;
}

.navbar .dropdown a:hover {
  color: #fff;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  margin: 0;
  padding: 0;
  min-width: auto;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #212529;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
}
.navbar .dropdown-header {
  color: #85b0be;
  padding: 0.25rem 0.75rem 0.25rem 0.25rem;
}
.navbar .dropdown ul a {
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
  font-size: 0.8rem;
  text-transform: none;
  font-weight: 500;
  color: #fff;
}
.dropdown .dropdown-item.disabled,  .dropdown .dropdown-item:disabled {
	color: #85b0be;
}
.dropdown .dropdown-item.active, .dropdown .dropdown-item:active{
	color: #212529;
}
.navbar .dropdown ul a i {
  font-size: 1rem;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #212529; 
}
.navbar .dropdown ul a:focus, .navbar .dropdown ul li:focus > a {
  color: #212529; 
}
.navbar .dropdown ul a.disabled:hover, .navbar .dropdown ul li:hover > a.disabled {
  color: #888; 
}


.navbar .dropdown:hover > ul,
.navbar .dropdown:focus-within > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul,
.navbar .dropdown .dropdown:focus-within > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}


.mobile-nav-toggle {
  color: #fff;
  font-size: 1.75rem;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #212529;
  opacity: 0.9;
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #000;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 1.2rem;
  color: #fff;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #85b0be;
}
.navbar-mobile .dropdown .dropdown-item.disabled, .navbar-mobile .dropdown .dropdown-item:disabled {
	color: #85b0be;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #666;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 0.75rem;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #273439;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}


#hero {
  width: 100%;
  height: 80vh;
  
  background: #32505F center center;
  background-image: var(--hero-bg-1280-webkit);
  background-image: var(--hero-bg-1280);
  background-size: cover;
  position: relative;
}
#hero:before {
  content: "";
  background: rgba(50, 80, 95, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}
#hero h1 {
  margin: 0 0 15px 0;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
#hero h3, #hero .tagline {
  color: #eee;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.3;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  border: 2px solid #85b0be;
  color: #fff;
}
#hero .btn-get-started:hover {
  background: #85b0be;
  border: 2px solid #85b0be;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (min-width: 1280px) {
  #hero {
    background-image: var(--hero-bg-2560-webkit);
    background-image: var(--hero-bg-2560);
  }
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 1.8rem;
  }
  #hero h2 {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}


section {
  padding: 80px 0;
  overflow: hidden;
}

.section-top-padding {
  padding: 80px 0 0 0;
}

.section-bottom-padding {
  padding: 0 0 80px 0;
}

.section-full-padding {
  padding: 80px 0;
}

.section-half-padding {
  padding: 40px 0;
}

.section-bg {
  background-color: #f6f9fa;
}

.section-bg-2 {
  background-color: #ebebeb;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #003063;
}
.section-title p {
  margin-bottom: 0;
}

.section-title h3, .section-title .tagline {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #003063;
}

.sub-section .btn {
  border-radius: 4px;
  padding: 4px 30px 6px 30px;
  border: 2px solid #85b0be;
  color: #85b0be;
  font-weight: 500;
}

.section-article {
	line-height: 1.8;	
}

.section-minihero {
	padding: 0;	
}

.social-share a {
  font-size: 1.4rem;  
  display: inline-block;
  background: #85b0be;
  color: #fff;
  line-height: 1;
  padding: 0.75rem 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 2.8rem;
  height: 2.8rem;
  transition: 0.3s;
}
.social-share a:hover {
  background: #649aac;
  color: #fff;
  text-decoration: none;
}


.about .content h1, .about .content h2 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #003063;
}
@media screen and (max-width: 768px) {
  .about .content h1 {
	font-size: 1.75rem;
  }
}
.about .content h3, .about .content .tagline {
  font-weight: 500;
  line-height: 1.3;
  font-size: 1.4rem;
  color: #4d8090;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  margin: 10px 0 0 0;
  position: relative;
}
.about .content ul i {
  left: 0;
  top: 0;
  position: absolute;
  font-size: 1.25rem;
  color: #85b0be;
}
.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .emphasize li {
	padding-left: 3em;	
}

.about .content .emphasize i {
	font-size: 2em;	
}

.parallax-roadtram {
  
  background-color: #000;
  background-image:
    linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.7)),
    url("/assets/img/pantero1-2560w.jpg");
  background-image:
    linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.7)),
    -webkit-image-set(
      url("/assets/img/pantero1-2560w.webp") type("image/webp"),
      url("/assets/img/pantero1-2560w.jpg") type("image/jpeg")
    );
  background-image:
    linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.7)),
    image-set(
      url("/assets/img/pantero1-2560w.webp") type("image/webp"),
      url("/assets/img/pantero1-2560w.jpg") type("image/jpeg")
    );
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  padding: 60px 0;
}
.parallax-roadtram h2 {
  color: #fff;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.parallax-roadtram .tagline {
  color: #fff;  
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.parallax-roadtram .parallax-roadtram-btn:hover {
  background: #ffc451;
  border-color: #ffc451;
  color: #151515;
}

.parallax-rrt {
  
  background-color: #fff;
  background-image:
    linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)),
    url("/assets/img/banner-1280w.jpg");
  background-image:
    linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)),
    -webkit-image-set(
      url("/assets/img/banner-1280w.webp") type("image/webp"),
      url("/assets/img/banner-1280w.jpg") type("image/jpeg")
    );
  background-image:
    linear-gradient(to right, rgba(50, 80, 95, 0.5), rgba(0, 0, 0, 0)),
    image-set(
      url("/assets/img/banner-1280w.webp") type("image/webp"),
      url("/assets/img/banner-1280w.jpg") type("image/jpeg")
    );
  background-position: center center;
  background-size: cover;
  padding: 60px 0;
}
.parallax-rrt h1 {
  color: #fff;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}
.parallax-rrt h3, .parallax-rrt .tagline {
  color: #fff;  
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
@media (max-width: 768px) {
  .parallax-rrt h1, .parallax-rrt h3 {
    text-align: center;
  }
}



.services {
}
.services .icon-box {
  margin-bottom: 40px;
}
.services .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  transition: 0.5s;
  border: 2px solid #85b0be;
}
.services .icon i {
  color: #649aac;
  font-size: 1.5rem;
  line-height: 0;
}
.services .title {
  margin-left: 5.625rem;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1.25rem;
}
.services .title a {
  color: #003063;
  transition: 0.3s;
}
.services .description {
  margin-left: 5.625rem;
  line-height: 1.5;
  font-size: 1rem;
}

.services .icon-box:hover .title a {
  color: #85b0be;
}



.featured img {
  border-radius: 0;
}
.featured .card {
  border: 0;
  text-align: center;
}

.featured .card-text {
	text-align: left;
} 
.featured .card-title a {
  font-weight: bold;
  font-size: 1.125rem;
  color: #003063;
}
.featured .btn {
  border-radius: 4px;
  padding: 4px 30px 6px 30px;
  border: 2px solid #85b0be;
  color: #4d8090;
  font-weight: 500;
}
.featured .btn:hover {
  background-color: #85b0be;
  color: #fff;
}

.featured .title {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1.25rem;
}



#specsheet {
  border-collapse: collapse;
  width: 100%;
  max-width: 36em;
  margin-left: auto;
  margin-right: auto;
}

#specsheet td, #specsheet th {
  border: 1px solid #bbb;
  padding: 8px;
  text-align: center;
}


#specsheet td:first-child, #specsheet th:first-child {
  max-width: 24rem;
  text-align: left;
}


.specsheet-extras {
  max-width: 36em;
  margin-left: auto;
  margin-right: auto;
}



#specsheet th {
  padding-top: 12px;
  padding-bottom: 12px; 
  background-color: #002242;
  color: white;
}
	



#rrt-compare {
  border-collapse: collapse;
  width: 100%;
  max-width: 45em;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
  font-size: 0.9em;
}

#rrt-compare td, #rrt-compare th {
  border: 1px solid #bbb;
  padding: 6px;
  text-align: center;
  
}


#rrt-compare td:first-child, #rrt-compare th:first-child {
  text-align: left;
}

#rrt-compare tbody td:nth-child(3),
#rrt-compare tbody td:nth-child(5) {
  border-left: 2px solid #888;
}



#rrt-compare tr { background-color: white; }
#rrt-compare tr.roadtram { background-color: #fffbd4; }

#rrt-compare th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #002242;
  color: white;
}


.testimonials {
  padding: 80px 0;
  
  background-color: #000;
  background-image: url("/assets/img/pantero3-2560w.jpg");
  background-image: -webkit-image-set(
      url("/assets/img/pantero3-2560w.webp") type("image/webp"),
      url("/assets/img/pantero3-2560w.jpg") type("image/jpeg")
    );
  background-image: image-set(
      url("/assets/img/pantero3-2560w.webp") type("image/webp"),
      url("/assets/img/pantero3-2560w.jpg") type("image/jpeg")
    );
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
.testimonials .section-header {
  margin-bottom: 40px;
}
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}
.testimonials .testimonial-item .testimonial-img {
  width: 150px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}
.testimonials .testimonial-item h3, .testimonials .testimonial-item .tagline {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}
.testimonials .testimonial-item h4 {
  font-size: 0.875rem;
  color: #ddd;
  margin: 0 0 15px 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 1.625rem;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #85b0be;
}
@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}



.faq {
  padding-top: 0;
}
.faq .faq-item {
  margin-bottom: 40px;
}
.faq .faq-item i {
  color: #85b0be;
  font-size: 1.875rem;
  float: left;
  line-height: 1;
  padding: 0;
  margin: 0;
}
.faq .faq-item h4 {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: bold;
  margin: 0 0 10px 40px;
}
.faq .faq-item p {
  margin-left: 40px;
}


.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  background: #fff;
}
.contact .info i {
  font-size: 1.25rem;
  color: #85b0be;
  float: left;
  width: 2.75rem;
  height: 2.75rem;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3.125rem;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 3.75rem;
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #003063;
}
.contact .info p {
  padding: 0 0 0 3.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #0d6e9e;
}

.contact .php-email-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: normal;
  font-size: 0.8125rem;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: bold;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: bold;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 0.875rem;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #85b0be;
}
.contact .php-email-form input {
  height: 2.75rem;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
  background: #85b0be;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #6a9fb0;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.breadcrumbs {
  margin-top: 6rem;
  padding: 1.6rem 0;
  min-height: 2.5rem;
  background: #f2fafe;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 0.875rem;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #094d6e;
  content: "/";
}

*------------------------------------------------*/


.margin-bottom-30px {
  margin-bottom: 30px !important;
}

.blog h2 {
    font-size: 1.75em;
}

.blog hr {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

.blog a:hover, .blog a:focus {
  text-decoration: none;
}
.blog .entry-title a {
  color: inherit;
}
.blog .entry-title a:hover, .blog .entry-title a:focus {
  color: #406da4;
}
.blog .entry-header {
  margin-bottom: 20px;
}

.blog .meta-line {
	color: #595959;
}
.blog .meta-line span {
  margin-right: 15px;
}
.blog .meta-line .post-comment {
  margin-right: 0;
}
.blog .meta-line a {
  color: inherit;
  font-weight: 500;
}
.blog .meta-line a:hover, .blog .meta-line a:focus {
  color: #406da4;
}
.blog .featured-video,
.blog .featured-image {
  margin-bottom: 20px;
}
.blog .featured-image img {
  max-width: 100%;
}
.blog .featured-video iframe {
  border: none;
}
.blog .featured-video .post-date-info {
  z-index: 9999;
}
.blog.medium-thumbnail .featured-video .fluid-width-video-wrapper {
  position: relative;
  height: 0;
  padding-top: 1px !important;
  padding-bottom: 70%;
}
.blog.medium-thumbnail .featured-video .fluid-width-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .blog .meta-line > div {
    display: block;
    float: none !important;
  }
}
@media screen and (max-width: 480px) {
  .blog .post-tags {
    display: none;
  }
}


.blog-body {
   line-height: 1.8;
}

.blog-body h2, .blog-body h1 {
    margin-top: 1em;
    margin-bottom: 0.8em;
}

.blog-body p {
    margin: 0 0 1.5em;
}


.blogposts, .recent-comments {
  margin-bottom: 0;
}
.blogposts li, .recent-comments li {
  margin-bottom: 20px;
}
.blogposts li:last-child, .recent-comments li:last-child {
  margin-bottom: 0;
}

.blogposts .post-title {
  margin-bottom: 0;
  font-family: inherit;
  line-height: 1.2;
  font-size: 0.9rem;;
}

.blogposts span {
  font-size: 0.75em;
}

.blog-post-padding {
  padding-right: 1.875em;
}


.blog.single .section-heading {
  margin-top: 0;
  font-family: inherit;
  font-size: 21px;
  font-weight: 500;
}


.social-share a {
  font-size: 1.4rem;  
  display: inline-block;
  background: #85b0be;
  color: #fff;
  line-height: 1;
  padding: 0.75rem 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 2.8rem;
  height: 2.8rem;
  transition: 0.3s;
}
.social-share a:hover {
  background: #649aac;
  color: #fff;
  text-decoration: none;
}

.reference-list {
	line-height : 1.5em;	
} 

.reference-list ol {
	padding-left: 2em;
}

.reference-list .card-body li {
	margin-bottom: 2em;
}

.reference-title { 
	font-weight: 500;
	font-style: italic;
}

.reference-abstract { 
	color: #707070;	
	font-size: 1rem;
	margin-top: 0.5em;
}

.blog-author {
  padding-top: 20px;
}
.blog-author .author-name {
  font-weight: bold;
}
.blog-author em {
  display: block;
  line-height: 1.0;
}


.blog-container {		
}
@media screen and (min-width: 1650px) {
	.blog-container {
		width:85%;
		margin:auto;
	}
}
	
@media screen and (max-width: 1199px) {
	.blog-wrapper {
	}
	.blogtextbox {
		border-bottom: 1px solid #DDD;
		padding-bottom: 1rem;
	}
	.blogsidebox {
	}
}
@media screen and (min-width: 1200px) {
	.blog-wrapper {
	   background-color: #EEE;
	}
	.blogtextbox {		
		background-color: #FFF;
		box-shadow: 0px 0px 0.125em #888;
		padding:1.5rem;
		border-radius: 0.3rem;
	}
	.blogsidebox {		
		background-color: #FFF;
		box-shadow: 0px 0px 0.125em #888;
		padding:1rem;
		border-radius: 0.3rem;
	}
}



.legal {
}

.legal h1, .legal h2, .legal h3 {
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.legal h1 { 
	color: #003063; 
	font-size: 2rem;
}
.legal h2, .legal h3 {
	font-size: 1.5rem;
}

.legal li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 0.5em;
}


.form-aux {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}


#footer {
  
  background-color: #002242;
  background-image: url("/assets/img/footer-bg-1920w.jpg");
  background-image: -webkit-image-set(
      url("/assets/img/footer-bg-1920w.webp") type("image/webp"),
      url("/assets/img/footer-bg-1920w.jpg") type("image/jpeg")
    );
  background-image: image-set(
      url("/assets/img/footer-bg-1920w.webp") type("image/webp"),
      url("/assets/img/footer-bg-1920w.jpg") type("image/jpeg")
    );
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 0.875rem;
  position: relative;
}
#footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(1, 11, 16, 0.8);
  z-index: 1;
}
#footer .footer-top {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 30px 0;
}
#footer .footer-top h3,#footer .footer-top .tagline {
  font-size: 2.25rem;
  font-weight: bold;
  color: #fff;
  padding-bottom: 0;
  margin-bottom: 0;
}
#footer .footer-top p {
  font-size: 0.9375rem;
  margin: 30px 0 0 0;
  padding: 0;
}
#footer .footer-top .footer-newsletter {
  text-align: center;
  font-size: 0.9375rem;
  margin-top: 30px;
}
#footer .footer-top .footer-newsletter form {
  background: #fff;
  padding: 6px 10px 6px 8px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}
#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 1rem;
  padding: 0 20px;
  background: #85b0be;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #6a9fb0;
}
#footer .footer-top .social-links {
  margin-top: 30px;
}
#footer .footer-top .social-links a {
  font-size: 1.125rem;
  display: inline-block;
  background: #85b0be;
  color: #fff;
  line-height: 1;
  padding: 0.6rem 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 2.25rem;
  height: 2.25rem;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #649aac;
  color: #fff;
  text-decoration: none;
}
#footer .footer-bottom {
  z-index: 2;
  position: relative;
  padding-bottom: 40px;
  text-align: center;
}
#footer .credits {
  text-align: center;
  font-size: 0.8125rem;
}