/*
 _____       _             _
|  __ \     | |           | |
| |__) |   _| | _____ _ __| |_
|  _  / | | | |/ / _ \ '__| __|
| | \ \ |_| |   <  __/ |  | |_
|_|  \_\__,_|_|\_\___|_|   \__|
(c)Rukert Terminals. All Rights Reserved. Website by Chulado. be más!
*/

/* Base */
html {
  overflow-x: hidden; }

body {
  line-height: 27px;
  /*font-weight: 400;
  font-size: 1.1rem;*/
  font-size: 20px;
  /*color: #222f3d;*/
  color: #212529; 
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

::-moz-selection {
  background: #000;
  color: #fff; 
}

::selection {
  background: #000;
  color: #fff; 
}
.lead {
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
}
@media(max-width:1024px) {
.lead {
    font-size: 21px;
  }
}   
.txt-red {
  color: #d7e4ee;
}
.txt-bluish {
  color: rgb(1, 34, 43);
}
.txt-dk-gray {
  color: rgba(33, 37, 41, 0.84)
}
.officers {
  margin-bottom: 35px;
}

.txt-blue {
  color: #083451;
}
.txt-blanco {
  color: #fff;
}
.txt-sand {
  color: #f4ede2;
}
.txt-verde {
  color: rgba(1, 30, 39, 0.8196078431372549);
}
.txt-verde-dk {
  color: rgb(1, 34, 43);
}
.txt-gray { 
  color: rgba(32, 37, 41, 0.74);
}
.txt-archive {
  color: rgba(44, 27, 13, 0.95);
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  
a:hover {
    text-decoration: none; 
}

a {
    color: #027495;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
}
a.body-copy {
    color: #027495;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
}
a.body-copy:hover {
    color: rgba(2, 116, 149, 0.6); 
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: source-serif-pro, serif;
}
h1 {
  font-size: 3.7rem;
  font-weight: 400;
  line-height: 0.9;
}
h2 {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 400;
}
@media(max-width:360px) {
  h2 {
  font-size: 2.7rem;
  }
}   
.reset {
  margin-top: -0.7rem;
}
h3 {
  font-size: 2.2rem;
  font-weight: 400;
}
h4 {
  font-size: 1.8rem;
  font-weight: 400;
}
h5 {
  font-size: 1.3rem;
  font-weight: 700;
}
h6 {
  font-size: 19px;
  color: #696340;
}
.txt-link a {
  color:#0274a9;
  text-decoration: none;
  position: relative;
}
.txt-link a:after {
    background-color: #0274a9;
    /*bottom: -1.6rem;*/
    display: block;
    content: '';
    font-size: 0;
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform .5s cubic-bezier(.19,1,.22,1);
    transition: transform .5s cubic-bezier(.19,1,.22,1);
    transition: transform .5s cubic-bezier(.19,1,.22,1),-webkit-transform .5s cubic-bezier(.19,1,.22,1);
    width: 100%;
}
.txt-link:hover:after {
  -webkit-transform:translateY(3px);
  transform:translateY(3px);
}
.txt-link-pub a {
  color:#0274a9;
  text-decoration: none;
  position: relative;
}
.txt-link-pub a:after {
    background-color: rgba(56, 115, 169, 0.22);
    /* bottom: -1.6rem;
    /*bottom: -1.6rem;*/
    display: block;
    content: '';
    font-size: 0;
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform .5s cubic-bezier(.19,1,.22,1);
    transition: transform .5s cubic-bezier(.19,1,.22,1);
    transition: transform .5s cubic-bezier(.19,1,.22,1),-webkit-transform .5s cubic-bezier(.19,1,.22,1);
    width: 100%;
}
.txt-link-pub:hover:after {
  -webkit-transform:translateY(3px);
  transform:translateY(3px);
}

p {
font-family: source-serif-pro, serif;
font-weight: 400;
color: rgba(33, 37, 41, 0.82);
}

p.medium {
  font-size: 17px;
  line-height: 28px;
}
p.grande {
  line-height: 34px;
  font-size: 22px;
  margin-bottom: 35px;
}
p.x-grande {
  line-height: 50px;
  font-size: 42px;
  margin-bottom: 45px;
}
@media(max-width:640px) {
p.x-grande {
  line-height: 40px;
  font-size: 29px;
  }
} 
@media(max-width:320px) {
p.x-grande {
    line-height: 35px;
    font-size: 24px;
  }
}   

p.assets {
  line-height: 34px;
  font-size: 22px;
  color: #564d45;
  margin-bottom: 15px;
}
.team {
  font-size: 17px;
  line-height: 27px;
  margin-top: 18px;
}

p.bajada{
  font-size: 1.1rem; 
  font-weight: 400;}   

.border-2 {
  border-width: 2px; }


.text-black {
  color: #000 !important; 
}

.bg-black {
  background: #000 !important; 
}

.line-red {
  display: block;
  width: 50px;
  height: 3px;
  background-color: #e83944;
  margin: 15px auto 20px auto;
}
.line-red-left {
  display: block;
  width: 50px;
  height: 3px;
  background-color: #e83944;
  margin: 15px 0 20px 0;
}
.line-red-right {
  display: block;
  width: 50px;
  height: 3px;
  background-color: #e83944;
  margin: 15px 0 20px 20px;
  float: right;
}


.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5); 
}

.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5); 
}

.site-wrap:before {
  display: none;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; 
}

.offcanvas-menu .site-wrap {
  height: 100%;
  width: 100%;
  z-index: 2; 
}

.offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible; 
}

.btn {
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  border-width: 2px;
  border-radius: 5px;
  padding: 15px 70px;
  margin: 10px 0;  
  background-color: #4d7fb3;
  color: #fff;
  width: 100%;
}
@media (max-width: 280px) {
.btn {
    padding: 15px 40px;
  }
}  
.btn-primary {
    color: #fff;
    border-color: #4d7fb3;
}

.btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; 
}

.btn.btn-primary:hover {
    border-color: #e83944;
    background: #fff;
    color: #e83944; 
}

.btn.btn-black {
    border-width: 2px;
    border-color: #000;
    background: #000;
    color: #fff;
}

.btn.btn-black:hover {
      color: #000;
      background-color: transparent; 
}

.btn.btn-black.btn-outline-black {
      color: #000;
      background-color: transparent; 
}

.btn.btn-black.btn-outline-black:hover {
        border-color: #000;
        background: #000;
        color: #fff; 
}
  
.btn.btn-white {
    border-width: 2px;
    border-color: #fff;
    background: #fff;
    color: #000; 
}

.btn.btn-white:hover {
      color: #fff;
      background-color: transparent;
}

.btn.btn-white.btn-outline-white {
      color: #fff;
      background-color: transparent; 
}

.btn.btn-white.btn-outline-white:hover {
        border-color: #fff;
        background: #fff;
        color: #000; 
}

.btn.btn-outline-white {
    background: transparent;
    border-color: #fff;
    color: #fff; 
}

.btn.btn-outline-white:hover {
      background: #fff;
      border-color: #fff;
      color: #000;
}

.line-height-1 {
  line-height: 1 !important; 
}

.bg-black {
  background: #000; 
}

.bg-blanco {
  background-color: #fff;
}

.site-section {
  padding: 2.5em 0; 
}

@media (min-width: 768px) {
    .site-section {
      padding: 5em 0; 
  } 
}

.site-section.site-section-sm {
    padding: 4em 0; 
}

.site-section-heading {
  padding-bottom: 20px;
  margin-bottom: 0px;
  position: relative;
  font-size: 2.5rem; 
}

@media (min-width: 768px) {
    .site-section-heading {
      font-size: 3rem; 
  } 
}     

#map-section{
  background: #083451;
  color: #fff;
}

.border-top {
  border-top: 1px solid #edf0f5 !important; 
}

.site-footer {
  padding: 4em 0; 
}
  
  @media (min-width: 768px) {
    .site-footer {
      padding: 8em 0; 
  } 
}

.site-footer p {
    color: #737373; 
}

.site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #fff; 
}

.site-footer a {
    color: #999999; 
}

.site-footer a:hover {
      color: black; 
}

.site-footer ul li {
    margin-bottom: 10px; 
}

.site-footer .footer-heading {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900; 
}

.bg-text-line {
  display: inline;
  background: #000;
  -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000; }

.text-white-opacity-05 {
  color: rgba(255, 255, 255, 0.5); }

.text-black-opacity-05 {
  color: rgba(0, 0, 0, 0.5); }

.img-blue {
  background-color: #083451;
  width: 330px;
  height: 310px;
  margin: -285px 0 30px -30px;
}


@media (max-width: 991.98px) {
  .img-md-fluid {
    max-width: 100%; } 
}
/* Unknown use 6-22-20
@media (max-width: 991.98px) {
  .display-1, .display-3 {
    font-size: 3rem; }
*/
/* Navbar */
.site-logo {
  position: relative;
  font-weight: 900;
  font-size: 1.3rem;
  text-transform: uppercase; 
}
  
.site-logo a {
  color: #fff; 
}
    
.site-logo a span {
  color: #f23a2e; 
}

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  width: 100%; 
}
.site-navbar .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem; 
}

@media (max-width: 1200px) { /*Matias*/
      .site-navbar .container-fluid {
        padding-left: 15px;
        padding-right: 15px; 
  } 
}

.site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid #f3f3f4 !important;
}
  
.site-navbar .site-navigation .site-menu {
    margin-bottom: 0; 
}

.site-navbar .site-navigation .site-menu .active {
    color: #f23a2e;
    display: inline-block;
    padding: 5px 15px; 
}

.site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; 
}

.site-navbar .site-navigation .site-menu > li {
      display: inline-block; 
}
/* 
.site-navbar .site-navigation .site-menu > li > a {
    padding: 5px 20px;
    color: #f5fbff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none !important; 
  }
*/
/* Mod for new a:hover style - previous style causing issues with padding and hover state*/
.site-navbar .site-navigation .site-menu > li > a {
    margin: 0 25px 0 0;
    color: #f5fbff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none !important; 
  }
.nav-link { /* fuc*s up hover state with padding on */
    padding: unset;
}  

/*
.site-navbar .site-navigation .site-menu > li > a:hover {
     color: #cbeaff; 
}
*/
/* Begin default navbar hover styles */
.site-navbar .site-navigation .site-menu > li > a:before{left:0;bottom:-1px;width:100%;height:1px;content:'';position:absolute;background:#f3faff;transform:scaleX(0);transform-origin:right;transition:transform 0.4s ease-out;
}

.site-navbar .site-navigation .site-menu > li > a:hover{opacity:1;
}

.site-navbar .site-navigation .site-menu > li > a:hover:before{transform:scaleX(1);transform-origin:left;
}

/* End default hover styles */ 

/* Begin alternate hover styles */

.site-menu-mod > li > a:before{left:0;bottom:-1px;width:100%;height:1px;content:'';position:absolute;background-color: rgba(1, 34, 43, 0.57)!important;transform:scaleX(0);transform-origin:right;transition:transform 0.4s ease-out;}

.site-menu-mod > li > a:hover{opacity:1;}

.site-menu-mod > li > a:hover:before{transform:scaleX(1);transform-origin:left;}

/* End alternate hover styles */ 

.site-navbar .site-navigation .site-menu .has-children {
position: relative; 
}

.site-navbar .site-navigation .site-menu .has-children > a {
    position: relative;
    padding-right: 20px; 
}
        
.site-navbar .site-navigation .site-menu .has-children > a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon'; 
}
      
.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    border-top: 2px solid #f23a2e;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    border-left: 1px solid #edf0f5;
    border-right: 1px solid #edf0f5;
    border-bottom: 1px solid #edf0f5;
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s; 
}
        
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute; 
}
          
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; 
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; 
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #343a40; 
}
      
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #f23a2e !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
    padding: 9px 20px;
    display: block; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
    background: #f4f5f9;
    color: #25262a; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
    content: "\e315";
    right: 20px; }
          
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
    left: 100%;
    top: 0; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
      background: #f4f5f9;
      color: #25262a; 
}

.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
      color: #f23a2e; 
}

.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
      cursor: pointer; 
}
        
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s;
      margin-top: 0px;
      visibility: visible;
      opacity: 1; 
}

.site-navbar .site-navigation .site-menu.site-menu-dark > li > a {
      color: #000; 
}

.site-mobile-menu {
  width: 100%;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background-color: rgb(2, 116, 149);
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; 
}
@media screen and (max-aspect-ratio: 3/4) and (max-width: 1200px) {
.site-mobile-menu {
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}  
  
.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); 
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; 
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; 
        color: #fff;
        opacity: 0.6;
}
        
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #25262a; 
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; 
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
      display: inline-block;
      text-transform: uppercase; 
}
        
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
      max-width: 70px; 
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
      text-decoration: none; 
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; 
}
  
.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; 
    text-align: center;
}

.site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #fff; 
}

.site-mobile-menu .site-nav-wrap a:hover {
        color: #f23a2e; 
}

.site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block;
}

.site-mobile-menu .site-nav-wrap li .active {
        color: #f23a2e; 
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; 
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; 
}
      
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; 
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}
    
.site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      /*float: left;*/ /* messes up upgraded mobile menu */
      width: 100%; 
}

.site-mobile-menu .site-nav-wrap > li > a {
      font-size: 30px;
      line-height: 25px;
}
@media (max-width: 280px) {
  .site-mobile-menu .site-nav-wrap > li > a {
      font-size: 25px;
      line-height: 1;
  }
}  
      
.site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; 
}
        
.site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; 
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; 
}
          
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; 
}
            
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
      display: block; }

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
      font-size: 16px;
      padding-left: 60px; }

.site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; 
}
      
.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; 
}
        
.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
        padding-left: 15px !important; 
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%; 
}
.sticky-wrapper + .site-blocks-cover {
    margin-top: 96px; 
}
.sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; 
}
.sticky-wrapper .site-navbar .site-menu-toggle > span:before {
      color: #fff !important; 
}
.sticky-wrapper .site-navbar .site-menu > li {
      display: inline-block; 
}
.sticky-wrapper .site-navbar .site-menu > li > a.active {
        color: #f23a2e;
        position: relative; 
}
.sticky-wrapper .site-navbar .site-menu > li > a.active:after {
          height: 2px;
          background: #f23a2e;
          content: "";
          position: absolute;
          bottom: 0;
          left: 20px;
          right: 20px;
}
.sticky-wrapper.is-sticky .site-navbar {
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.71); 
}
.sticky-wrapper.is-sticky .site-navbar .site-menu-toggle > span:before {
      color: #fff !important; 
}
.sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #000; 
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li {
      display: inline-block; 
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
      padding: 5px 15px;
      color: #fff;
      display: inline-block;
      text-decoration: none !important; 
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover {
          color: #f23a2e; 
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active:after {
          background: #f23a2e; 
}
  .sticky-wrapper .shrink {
    padding-top: 10px !important;
    padding-bottom: 10px !important; 
}

.phone {
  text-align: right;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-right: 45px;
}    
    @media (max-width: 768px) {
      .phone {
      margin-right: 1px;} }    

/* Blocks */
.intro-section {
  position: absolute; 
}

.intro-section > .container {
    z-index: 10;
    position: relative; 
}
  
.intro-section, .intro-section .container .row {
    height: 100vh;
    /*min-height: 780px; 
    position: absolute;*/
    top: 0;
    width: 100%;
    /*z-index: 1;*/
    display: flex;
  }
    @media (max-width: 768px) {
.intro-section, .intro-section .container .row {
    width: auto;
  }
}  

  .intro-section:before {
    content: "";
    position: absolute;
    height: 100%;
    width: auto;
    background: #083451;
    border-bottom-right-radius: 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/*
@media (max-width: 425px) {
      .intro-section:before {
       width: unset; 
  }
}
*/
@media (max-width: 768px) {
      .intro-section, .intro-section .container .row {
      /*height: auto;*/
      min-height: 520px; 
      } 
    }    
  .intro-section:after {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; 
  }

  .intro-section .desc {
    color: white;
    font-size: 1.4rem;
    max-width: 700px; 
  }

.intro-section a {
    color: #fff;
}

.intro-section a:hover {
      text-decoration: none;
      color: #fff;
    }

.intro-section .btn {
    text-decoration: none; 
  }

.block-14 .owl-nav {
  display: none; }

.block-14 .owl-stage {
  padding-top: 2rem;
  padding-bottom: 2rem; 
}

.block-14 .owl-dots {
  text-align: center; 
}

.block-14 .owl-dots .owl-dot {
    display: inline-block;
    margin: 5px; 
}

.block-14 .owl-dots .owl-dot > span {
      display: inline-block;
      width: 10px;
      height: 10px;
      background: #ccc;
      border-radius: 50%; 
}

.block-14 .owl-dots .owl-dot.active > span {
      background: #f23a2e; 
}

.section-heading .subheading {
  color: #ababab;
  font-size: 1.2rem; 
}

.sm-heading {
  font-size: 1.7rem;
  margin-bottom: 25px;
}

.section-heading .heading {
  font-size: 3rem;
  letter-spacing: -0.25px;
  color: rgb(5, 42, 69);
  /*font-weight: 900;*/ 
}

@media (max-width: 991.98px) {
      .section-heading .heading {
        font-size: 2rem; 
        letter-spacing: -0.75px;} 
  }
.map {
      margin: 50px 0 50px 0; 
}
.bgimg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  
  .bgimg, .bgimg .container .row {
    height: 470px; 
  }
  
.bgimg:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.33);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}

.bgimg .lead {
    color: #fff;
}

.bgimg > .container {
    z-index: 2;
    position: relative; 
}

.bgimg h1 {
    color: #fff;
    font-size: 3.4rem;
    margin-top: 0;
    margin-top: 70px;
  }
    
    @media (max-width: 991.98px) {
    .bgimg h1 {
        font-size: 2rem; 
  } 
}
  .bgimg a {
    color: #fff;
    text-decoration: underline; }
    .bgimg a:hover {
      text-decoration: none; }

.sub-menu {
  background: #027495;
  height: auto;
  width: 100%;
}
.sub-menu ul li {
  display: inline-block;
  text-align: center;
}
.sub-menu ul li a{
  font-size: 14px;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: .025rem;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 20px 15px 5px 15px
}
.sub-menu ul li a:hover {
  color: rgba(255, 255, 255, 0.7607843137254902);
}
.sub-menu ul li a.active {
  color: rgba(255, 255, 255, 0.7607843137254902);;
}
@media(max-width:991.98px) {
  .sub-menu ul{ 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 20px;
  }
}

/* GRID */
.container.grid{
  position: relative;
  min-height: 400px;
  max-width: 100%;
}
#grid-info{ 
  /*padding:35px 15px;*/
  padding: 205px 105px;
}
@media(max-width:1024px) {
  #grid-info{ 
  padding: 175px 105px;
  }
}  
.bg-white{
  background-color: #fff;
}

.grid-image-first {
  position: relative;
  min-height: 850px;
  background-image: url("../images/liebherr-crane.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media(max-width:768px) {
.grid-image-first {
  margin-bottom: 150px;
  }
}  
@media(max-width:640px) { 
.grid-image-first {
  background-position-x: 75%;
  margin-bottom: 15px;
  }  
}  
.hero-stevedore {
  position: relative;
  background-image: url("../images/stevedore-payday-historical.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh; 
}
.hero-rts {
  position: relative;
  background-image: url("../images/rail-car.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh; 
}
@media (max-width: 1024px) {
.hero-rts {
  background-position: 42%;
  height: 60vh;  
  }
.hero-stevedore {
  background-position: 42%;
  height: 60vh;  
  }
}  
@media(max-width:540px) {
.hero-rts {
  height: 90vh; 
  }
.hero-stevedore {
  height: 90vh; 
  }  
} 
@media(max-width:425px) {
.hero-rts {
  height: 70vh; 
  }
.hero-stevedore {
  height: 70vh; 
  }   
}   

.hero-tariffs {
  position: relative;
  background-image: url("../images/karine-bulker.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh; 
}

.hero-contact {
  position: relative;
  background-image: url("../images/deere-tractor.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh; 
}
@media (max-width: 1024px) {
.hero-tariffs {
  background-position: 42%;
  height: 60vh;  
  }
.hero-contact {
  background-position: 42%;
  height: 60vh;  
  }
}  
@media(max-width:540px) {
.hero-tariffs {
  height: 90vh; 
  }
.hero-contact {
  height: 90vh; 
  }  
} 
@media(max-width:425px) {
.hero-tariffs {
  height: 70vh; 
  }
.hero-contact {
  height: 70vh; 
  }   
}   
.hero-terminal {
  position: relative;
  background-image: url("../images/marine-terminal.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh; 
  /*margin-top:-80px*/
}

.grid-image-second {
  position: relative;
  min-height: 850px;
  background-image: url("../images/drone-rukert.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /*margin-bottom: 150px;*/
}
@media(min-width:768px) and (max-width: 1024px) {
  .hero-terminal {
  height: 60vh; 
  }
}  
@media(max-width:540px) {
  .hero-terminal {
  height: 90vh; 
  }
} 
@media(max-width:425px) {
  .hero-terminal {
  height: 70vh; 
  }
}   

@media(max-width:900px) {
  #grid-info{ 
    padding:35px 15px;
  }
}
@media(max-width:640px) { 
.grid-image-second {
  margin-bottom: 15px;
  }  
} 
@media(max-width:768px) {
  #grid-info{ 
    text-align: left;
  }
}
.carousel {
  margin: 50px auto;
  padding: 0 70px;
}
.carousel .item {
  color: #999;
  overflow: hidden;
  min-height: 120px;
  font-size: 14px;
}
.carousel .media img {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 50%;
}
.carousel .testimonial {
  padding: 0 15px 0 60px ;
  position: relative;
}
@media(max-width:768px) {
  .carousel {
    padding: 0 15px;
  }
  .carousel .testimonial {
    padding: 15px 15px 30px 0px;
  }
}


.carousel .testimonial::before {
  content: '\93';
  color: #e2e2e2;
  font-weight: bold;
  font-size: 68px;
  line-height: 54px;
  position: absolute;
  left: 15px;
  top: 0;
}
.carousel .overview b {
  text-transform: uppercase;
  color: #1c47e3;
}
.carousel .carousel-indicators {
  bottom: -70px;
}
.carousel-indicators li, .carousel-indicators li.active {
  width: 18px;
    height: 18px;
  border-radius: 50%;
  margin: 1px 3px;
}
.carousel-indicators li { 
    background: #e2e2e2;
    border: 4px solid #fff;
}
.carousel-indicators li.active {
  color: #fff;
    background: #e73946;    
}

.footer-section {
  /*padding: 6em 0; waves not visible on desktop at this padding*/
  padding: 3em 0; 
  background: url(../images/bg-footer.jpg) center bottom no-repeat;
  background-size: cover; /*adds white line below bg needs to be svg*/
}
.footer-section p {
    font-family: 'Open Sans', sans-serif;
    font-size: .80rem;
    color: #c6d4d6;
    font-weight: 700;
    /* letter-spacing: 0.5px; */
    margin-bottom: 0;
  }

.footer-section h3 {
    font-size: 2.1rem;
    font-family: source-serif-pro, serif;
    color: #fff;
    margin-bottom: 1.8rem;
    font-weight: 700;
}
/*
@media(max-width:768px) and (min-width:360px){
.footer-section h3 {
    font-size: 2.5rem;
  }
} 
*/ 
.footer-section .footer-links li {
    margin-bottom: 10px; 
  }
.footer-link a {
    color: #c6d4d6;
    text-decoration: none;
}
.footer-link a:hover {
  color: #fff;
}

.logo-footer {
  margin-top: 25px;   
}
@media(max-width:768px) {
  .footer-section {
    text-align: center;
  }
}

.copyright {
    background: #0e2638;
    padding: 18px 0 10px 0;}
.copyright p {
    font-family: 'Open Sans', sans-serif;
    font-size: .6rem;
    text-transform: uppercase;
    color: #8ea2a4;
    font-weight: 300;
    letter-spacing: 0.5px;
  }  
  .copyright a{
      font-size: .6rem;
      text-transform: uppercase;
      text-decoration: none;
      color: #8ea2a4;;
      font-weight: 300;
      letter-spacing: 0.5px;
  }
  .copyright a:hover{
      color: #fff;
  }
@media(max-width:768px) {
 .copyright p, .copyright a {
    font-size: .5rem;
  }
}   
@media(max-width:768px) {
  .copyright {
    text-align: center;
  }
}

#contact-section .form-control {
  background: #fff; }

.contact-wrap {
  padding-bottom: 8rem !important; }

/*
.footer-section {
  padding-top: 12rem !important; }
*/

/* 1/8/2020 */

.privacy {
  padding: 22px 0 0 0;
}
.stevedoring {
    width: 100%;
    position: relative;
    background: url(../images/stevedore.jpg) center bottom no-repeat;
    background-size: cover;
    padding: 250px 0 620px 0;
    margin-bottom: 75px;
}
.mang-contacts {
    width: 100%;
    position: relative;
    background: url(../images/employee-group-shot.jpg)center bottom no-repeat;
    background-size: cover;
    padding: 250px 0 620px 0;
    margin-bottom: 75px;
}
.row.no-gutters {
    margin-right: 75px;
    margin-left: 75px;
}
.bg-seagreen {
  background-color: rgba(2, 116, 149, 0.16);
  padding-bottom: 200px;
}
.bg-world-class {
    background-image: linear-gradient(rgba(81, 64, 32, 0.09), rgba(204, 200, 190, 0.15));
    /* min-height: 1100px; */
    margin-left: 90px;
    margin-right: 90px;
    margin-top: 200px;
    margin-bottom: 150px;
    padding-bottom: 200px;
    padding-top: 150px;
}
@media(max-width:1024px) {
.bg-world-class {
    margin-top: unset;
  }
}  

@media(max-width:414px) {
.bg-world-class {
    margin-left: 0;
    margin-right: 0;
  }
}  
#closing {
  padding-bottom: 200px;
}
#contacts {
  margin-bottom: 0;
  background-color: rgba(169, 220, 212, 0.43);
  padding: 140px 0 150px 0;
}

.quote {
  margin: -25px 0 0 0;
}
.quote h2 {
  font-style: italic;
}
#misc-contacts {
  padding: 150px 0 150px 0;
}
.intro {
  margin-right: 75px;
}
.scribd-docs {
  margin-bottom: 200px;
}

iframe {
  margin-bottom: 200px;
}
.bgimg::after {
    content: ' ';
    display: block;
    width: 1px;
    height: 121px;
    background: #D2D2D2;
    bottom: -45px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 3;
}

ul {
    list-style-type: none;
}
.cargo-list {
  margin: 45px 0 0 0;
}

/* FORMS  */  
.form-control {
    border: 1px solid #c3ced2;
    /* background-color: #e5edf0; */
    background-color: rgba(255, 255, 255, 0.88);
}
.form-group {
    margin-bottom: 0.1rem;
}
.form-brand {
    background-color: rgba(255, 255, 255, 0.33);
    padding: 45px;
    border-radius: 7px;
    border: 1px solid rgba(195, 206, 210, 0.49);
    margin-bottom: 100px;
} 
@media(max-width:280px) {
.form-brand {
    background-color: unset;
    padding: 45px;
    border-radius: unset;
    border: 0px solid rgba(195, 206, 210, 0.49);
  }
}  
a.d-inline-block.d-lg-none.site-menu-toggle.js-menu-toggle.float-right {
    margin-top: -15px;
}
@media(max-width:320px) {
  a.d-inline-block.d-lg-none.site-menu-toggle.js-menu-toggle.float-right {
    margin-top: 0;
  }
}
@media(max-width:1025px) {
.phone-alternate {
  display: none;
  }
}  
a#menu {
    color: #0d2638;
}
/*
.world-class-stevedore {
  margin-top:-300px;
  margin-bottom: 200px;
  padding: 0 75px 0 75px;
}
*/
@media(max-width:1024px) {
.world-class-stevedore {
  padding: 0;
  } 
} 
.payday-photo-container {
  background-color: rgba(221, 213, 203, 0.7);
}
@media(max-width:414px) { 
 .payday-photo-container {
  background-color: unset;
  }
}   
.payday-photo {
  margin-top: -275px;
  padding: 0 95px 0 95px;
} 
@media(max-width:1024px) { 
  .payday-photo {
  padding: 0;
  }
}   
.reg-content {
  background-color: rgb(230, 230, 230);
}
.overlay-effect {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(259, 67, 95, 0.7);
  overflow:hidden;
}
.ngr-quote {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    line-height: 54px;
    font-size: 40px;
}

/* Marine Terminal Table */
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
table caption {
  font-size: 2.5em;
  margin: .5em 0 .75em;
}
table tr {
  background: #f8f8f8;
  border: 1px solid #f1f1f1;
  padding: .35em;
  line-height: 35px; 
}
table th,
table td {
  padding: 1.3em;
  text-align: left;
  font-size: 16px;
}
table th {
  font-size: 18px;
  /*letter-spacing: 1.7em;*/
  text-transform: none;
  text-align: left;
}
@media screen and (max-width: 600px) {
  table {
    border: 0;
  }
  .terminal-tableAlt {
    background: #f8f8f8!important;
}
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .7em;
    text-align: right;
    padding: 1.5em .15em 1.5em .15em;
  }
  table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: none;
  }
  table td:last-child {
    border-bottom: 0;
  }
}
.terminal-table {
    width: 100%;
    max-width: 960px;
    display: block;
    background: #fafafa;
    color: #464646;
    font-size: 15px;
    padding-top: 20px;
    margin: 0;
    overflow-x: auto;
}
.terminal-table tr {
    height: 34px;
    padding-right: 20px;
}
/*cellpadding="3" cellspacing="1"*/

.terminal-table td {
    padding: 10px !important;
}
.terminal-table th {
    text-align: left;
    font-size: 19px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal !important;
    color: #111;
    padding-left: 10px;
}
.terminal-tableAlt {
    background: rgba(214, 233, 238, 0.6); 
}
.lazaretto-bb {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (max-width: 414px) {
  .lazaretto-bb {
  padding-top: 0;
  padding-bottom: 0;
  }
} 
.fa-map-marker-alt:before {
    content: "\f3c5";
    color: #ea4235;
    } 
.rtc-content {
    background-color: #f0f2ee;
    /* display: flex; */
    /* display: -webkit-flex; */
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    /*padding: 60px 120px 60px 20px;*/
    max-width: 25%; 
    overflow: hidden;
    /*height: 100vh;*/
    min-height: 100%;
    margin-top: 300px;
    /* min-width: 80%; */
}
@media(max-width:1024px) {
  .rtc-content {
    margin-top: 0;
  }
} 
@media (max-width: 576px) {
.rtc-content {
    padding: 60px 20px;
    margin-left: 23px;
    max-width: unset;
  }
} 

.link-arrow:before {
    content: '\02192';
    position: relative;
    display: inline-block;
    margin-right: 10px;
    transition: 0.6s;
}
*,*:before,*:after {
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}
::selection {
  background:rgb(242, 242, 242);
}
::-moz-selection {
  background:rgb(242, 242, 242);
}
a{ position:relative;
  word-wrap:break-word;
  text-decoration:none;
  border:none;
  outline:none;
  cursor:pointer;
  color:inherit;
  -o-user-select:none;
  -moz-user-select:none;
  -webkit-user-select:none;
  user-select:none;transition:.2s;
}
/*a:hover,a:visited{color:auto;}*/
.link-arrow:before {
  content:'\02192';
  position:relative;
  display:inline-block;
  margin-right:10px;
  transition:0.6s;
}
.link-arrow:hover::before {
  -webkit-transform:translateX(7px);
  transform:translateX(7px);
}
@media(max-width:1024px) {
.commerce {
  margin-top: 100px;
}
.heading-lg {
  font-size:5rem; 
  line-height: 70px;
  margin-top: 30%;
}
.heading-panels {
  line-height: 50px;
  }
} 
@media(max-width:768px) {
.heading-panels {
    font-size: 4rem;
    line-height: 50px;
    margin-top: 20%;
  }
}
@media(max-width:576px) {
.heading-panels {
    font-size: 3.5rem;
    line-height: 0.9;
  }
}
@media(max-width:640px) {
  .heading-lg {
  font-size:3.1rem; 
  line-height: 1;
  }
}
@media(max-width:280px) {
  .heading-lg {
  font-size:2.5rem; 
  line-height: 1;
  }
}

.heading-md {
  font-size: 4.5rem;
  line-height: 89px;
  width: 75%;
}
/*
@media(max-width:1024px) {
.heading-md {
  font-size: 94px;
  line-height: 89px;
  }
}
*/
.section-charcoal {
  background-color:#f0f2ee;
}
.crane-liehberr {
  max-height: 100%;
}
.video-link {
  display:inline-block;
 /* margin-top:2rem; */
  text-decoration:none;
  background:transparent linear-gradient(90deg,#fff 50%,rgba(156,158,165,.6) 0) no-repeat;
  background-size:202% 1px;
  background-position:100% 100%;
  border:none;
  font-size:inherit;
  padding:0 0 2px;
  transition:all .3s;
}
.video-link a:hover {
  color: #fff;
} 
.x-grande-link {
  display:inline-block;
 /* margin-top:2rem; */
  text-decoration:none;
  background:transparent linear-gradient(90deg,#e6eef1 50%,rgba(156,158,165,.6) 0) no-repeat;
  background-size:202% 1px;
  background-position:100% 100%;
  border:none;
  font-size:inherit;
  padding:0 0 2px;
  transition:all .3s;
}
.x-grande-link a:hover {
  color: #031b74!important;
}
*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box;}
a{color:rgba(33, 37, 41, 0.82);text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects;}
a:hover{color:#027495;text-decoration:none;}

body a:focus,body a:hover {
  background-position:0 100%;
}

/* Video */
section.hero.stretch {
    height: 100vh;
}
section.hero {
    background-color: #000;
    color: #fff;
    position: relative;
}
section.hero .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.hero .hero-bg {
    overflow: hidden;
    z-index: 2;
}
section.hero .hero-bg:after {
    content: "";
    background-color: #000;
    opacity: .3;
    z-index: 8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}
section.hero .hero-bg img, section.hero .hero-bg video {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-intro { /* video overlay */
  font-size:67px;
  line-height:94px; 
}

.gateway { /*gateway to the midwest section */
  margin-top: 200px;
} 
.built-by { /*built by a vision to succeed */
  margin-top: 200px;
  margin-bottom: 200px;
}
.stevedore { /*3 stevedore photos */
  margin-top: 100px;
} 

@media (max-width: 1200px){
  .video-intro {
  margin-left: 0;
  }
  p.video-intro { 
   margin-left: 0px;
 }
 .gateway {
  margin-top: 100px;
  } 
  .built-by { 
  margin-top: 100px;
  } 
}
@media(max-width:640px) { 
.video-intro {
  font-size:27px;
  line-height:40px; 
  }
} 
.icon-menu:before { /* hamburger menu */
    color: #fff;
}
.icon-menu-dk:before { /* hamburger menu */
    color: #0e2638;
} 
.icon-menu-dk:before {
    content: "\e5d2";
} 
.blue-bg {
  background-color: #1f303a;
}
.pad-bottom {
  margin-bottom: 50px;
}
.facility-chart {
  margin-top:150px;
}
.piers {
  margin-top:10rem;
} 
.warehouse {
  margin-top:10rem;
} 
.kalmar {
  margin-top:30px;
}
.port {
  margin-top:7rem; 
  margin-bottom:7rem;
}
.img-margin {
  margin-top: 8rem;
}
.freight {
  background-color:#1f303a;
}
@media(max-width:640px) { 
  .warehousing {
  margin-left: 25px;
  }
  .storage-list {
    margin-right: 45px;
  }
  #closing {
  padding-bottom: 100px;
  }
  .ngr-quote {
    line-height: 44px;
    font-size: 30px;
  }
}  
.blue-panel {
  margin-top: 200px; 
  font-size:5rem; 
  line-height: 70px;
  padding-right: 5rem 
}/* vimeo use, not needed here
@media screen and (max-aspect-ratio: 3/4) and (max-width: 900px) { 
  */
@media (max-width: 912px) { 
.blue-panel {
  margin-top: -250px;
  text-align: center;
  background-color: #1f303a;
  padding: 75px 10px 75px 10px;
  }
.blue-bg {
  background-color: transparent;
  } 
.mb-div {
  margin-bottom: -10px;
  }   
}  

.storage {
  margin-bottom: 250px;
}
.peco-crane {
  margin-top:100px;
}
.intro-h {
  margin-top: 15rem; 
  font-size: 4rem;
}
@media (max-width: 1024px) { 
.intro-h {
  margin-top: 10rem; 
  }
}  
@media (max-width: 768px) { 
.blue-panel {
  margin-top: -100px;
  }
}  
@media(min-width:320px) and ( max-width: 360px) { 
.intro-h {  
    font-size: 3.4rem;
  }
}
@media(max-width:280px) { 
.intro-h {  
    font-size: 3rem;
  }
}
.margin-b-small {
  margin-bottom: 5rem;
}
.margin-b-med {
  margin-bottom: 10rem;
}
.margin-b-lg {
  margin-bottom: 15rem;
}
.port-of-entry {
    margin-top: 15rem;
    background-color: rgba(255, 255, 255, 0.5);
}
.features li {
    font-size: 22px;
    line-height: 38px;
    font-weight: 400;
    /* color: #333; */
    color: rgba(33, 37, 41, 0.75);
    margin-bottom: 0.5vw;
    list-style-type: circle;
    font-family: source-serif-pro, serif;
}

@media(max-width:414px) { 
.commodities-div { /* cargo pg */
  margin-bottom: -60px;
  }
}    

@media(max-width:320px) { 
h1 {
    font-size: 3.3rem;
    line-height: 1;
  }
}
@media(max-width:280px) { 
h1 {
    font-size: 2.8rem;
    line-height: 1;
  }
}
@media(max-width:1024px) {  
#menu-subsidiary {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    font-weight: 500;
  }
} 
@media(max-width:640px) {
.izquierda {
  text-align: left!important;
  }
}  
.menu-misc {
  border-top: 1px solid rgba(244, 237, 226, 0.32);
  width: 50%!important;
  margin: auto;
} 
@media(min-width:990px) { 
 .menu-misc {
  visibility: hidden;
  }
}   
.menu-misc-links {
  font-size:16px!important; 
  line-height:16px!important; 
  color:rgba(255, 255, 255, 0.92)!important;
}  
.menu-misc-fone {
  font-size:16px; 
  line-height:16px; 
  color:rgba(255, 255, 255, 0.92); 
  /*padding-left:20px;*/
}
.horizontal-line {
border-top: 1px solid #ededed; 
margin-top:6rem; 
margin-bottom:6rem;
}

/** Raj  10/2020 **/
@media(max-width:1280px){
    .site-navigation,.phone{
        display:none !important;
    }
    .site-menu-toggle{
        display:block !important;
    }

}
/* 5/2021 fix errors due to overwriting file mistake*/
.hero-below {
  margin-top: 100px;
}
.btn-social {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 5px;
    border-radius: 100%;
    border: 2px #163851 solid;
    color: #eaeaea!important;
    text-align: center;
    font-size: 22px!important;
    line-height: 42px;
    background-color: #163851;
    transition: all .1s ease-in-out;
}
.btn-social:hover,
.btn-social:focus,
.btn-social:active,
.btn-social.active {
    border: solid 2px #163851;
    color: #6b9bbe!important;;
}
@media(max-width:414px){
.ann-logo {
    width: 150px;
    height: auto;
  }
}  
.grecaptcha-badge { /* 6-4-21 */
  visibility: hidden; 
} 
.terms {
  font-size: 1.7rem;
}
