@import url("https://fonts.googleapis.com/css?family=Raleway:400,700|Roboto+Condensed:700&display=swap");
/* -------------------- GLOBALS AND RESETS --------------------  */
body {
  font-family: "Raleway", "Arial", serif;
  color: #333;
  font-size: 0.9rem; }

.ytvideo {
    display: flex;
    justify-content: center;
    align-items: center;
    /*border: 1px solid black;*/
    width: 100%;
    height: 100%;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto Condensed", "Arial", serif;
  font-weight: normal; }

a:link, a:visited, a:hover {
  text-decoration: none;
  color: #153096; }

a.btn-primary:link, a.btn-primary:visited, a.btn-primary:hover {
  color: #fff; }

select {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left; } }
.btn {
  background-color: #333;
  border: 1px solid #222;
  border-radius: 50px;
  color: #fff;
  font-size: 0.9rem;
  padding-left: 15px;
  padding-right: 15px; }
  .btn:link, .btn:visited, .btn:hover {
    color: #fff; }
  .btn:hover, .btn:active {
    background-color: #222; }
  .btn.btn-primary {
    background: linear-gradient(0deg, #0f2269, #12297f);
    border: 1px solid #09143c; }
    .btn.btn-primary:hover, .btn.btn-primary:active {
      transition-property: all;
      transition-duration: 0.4s;
      border: 1px solid #153096;
      background: linear-gradient(180deg, #0f2269, #12297f); }
  .btn.btn-secondary {
    background: linear-gradient(0deg, #40a5e9, #57b0ec);
    border: 1px solid #198edd;
    color: #fff; }
    .btn.btn-secondary:hover, .btn.btn-secondary:active {
      transition-property: all;
      transition-duration: 0.4s;
      background-color: #198edd;
      background: linear-gradient(180deg, #40a5e9, #57b0ec); }

#nav-wrapper {
  width: 100%;
  position: absolute;
  border-bottom: none;
  background: transparent; 
}

#nav-wrapper #nav {
    padding: 20px;
    margin-bottom: 0;
    background: transparent;
    border-bottom: none; 
}

#nav-wrapper #nav .container {
    position: relative; 
}
    
#nav-wrapper #nav #navbar-header #logo {
    width: 100px;
    margin-left: auto;
    margin-right: auto; 
}

@media (min-width: 768px) {
    #nav-wrapper #nav #navbar-header #logo {
    width: 120px; 
    } 
}
      
#nav-wrapper #nav #navbar-header #logo img {
    width: 100%;
    height: auto; 
}

#nav-wrapper #nav #navbar {
    font-family: "Roboto Condensed", "Arial", serif;
    font-size: 16px; 
}
      
@media (min-width: 768px) {
    #nav-wrapper #nav #navbar ul.navbar-nav {
    margin-left: 180px; 
    } 
}
      
#nav-wrapper #nav #navbar ul.navbar-nav > li > a {
    color: #fff;
    font-weight: bold; 
}

#nav-wrapper #nav #navbar ul.navbar-nav > li.active > a {
    color: #30a86d;
    background-color: transparent; 
}
      
#nav-wrapper #nav #navbar ul.navbar-nav .dropdown-menu {
    font-size: 14px;
    font-family: "Raleway", "Arial", serif;
    text-transform: none; 
}

#nav-wrapper #nav #header-dropdowns {
    position: absolute;
    top: -20px;
    right: 0;
    width: 300px; 
}

#nav-wrapper #nav #header-dropdowns .toggle {
    text-align: right; 
}

#nav-wrapper #nav #header-dropdowns .toggle div {
    padding: 5px 8px;
    color: #fff;
    background-color: #0f2269;
    cursor: pointer;
    text-align: center;
    display: inline-block; 
}

#nav-wrapper #nav #header-dropdowns div :hover {
    background-color: #E4EDFF;
    color: #0F2269;
}

#nav-wrapper #nav #header-dropdowns .menu {
    display: none;
    position: absolute;
    width: 100%; 
}

#nav-wrapper #nav #header-dropdowns .menu.active {
    display: block; 
}
        
#nav-wrapper #nav #header-dropdowns .menu ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid #0f2269; 
}
 
#nav-wrapper #nav #header-dropdowns .menu ul li {
    margin: 0;
    padding: 0;
    list-style: none; 
}

#nav-wrapper #nav #header-dropdowns .menu ul li a {
    display: block;
    padding: 5px 15px;
    background-color: #c1d5ff;
    border-right: 1px solid #0f2269;
    border-left: 1px solid #0f2269;
    border-bottom: 1px solid #0f2269; 
}

#nav-wrapper #nav #header-dropdowns .menu ul li :hover {
    background-color: #E4EDFF;
}

#nav-wrapper #nav #header-dropdowns .download {
    display: none;
    position: absolute;
    width: 100%; 
}

#nav-wrapper #nav #header-dropdowns .download.active {
    display: block; 
}
        
#nav-wrapper #nav #header-dropdowns .download ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid #0f2269; 
}
 
#nav-wrapper #nav #header-dropdowns .download ul li {
    margin: 0;
    padding: 0;
    list-style: none; 
}

#nav-wrapper #nav #header-dropdowns .download ul li a {
    display: block;
    padding: 5px 15px;
    background-color: #c1d5ff;
    border-right: 1px solid #0f2269;
    border-left: 1px solid #0f2269;
    border-bottom: 1px solid #0f2269; 
}

#nav-wrapper #nav #header-dropdowns .download ul li :hover {
    background-color: #E4EDFF;
}

#nav-wrapper #nav #header-dropdowns .news {
  display: none;
  position: absolute;
  width: 100%; 
}

#nav-wrapper #nav #header-dropdowns .news.active {
  display: block; 
}
      
#nav-wrapper #nav #header-dropdowns .news ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid #0f2269; 
}

#nav-wrapper #nav #header-dropdowns .news ul li {
  margin: 0;
  padding: 0;
  list-style: none; 
}

#nav-wrapper #nav #header-dropdowns .news ul li a {
  display: block;
  padding: 5px 15px;
  background-color: #c1d5ff;
  border-right: 1px solid #0f2269;
  border-left: 1px solid #0f2269;
  border-bottom: 1px solid #0f2269; 
}

#nav-wrapper #nav #header-dropdowns .news ul li :hover {
  background-color: #E4EDFF;
}

#nav-wrapper #nav #header-dropdowns .products {
  display: none;
  position: absolute;
  width: 100%; 
}

#nav-wrapper #nav #header-dropdowns .products.active {
  display: block; 
}
      
#nav-wrapper #nav #header-dropdowns .products ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid #0f2269; 
}

#nav-wrapper #nav #header-dropdowns .products ul li {
  margin: 0;
  padding: 0;
  list-style: none; 
}

#nav-wrapper #nav #header-dropdowns .products ul li a {
  display: block;
  padding: 5px 15px;
  background-color: #c1d5ff;
  border-right: 1px solid #0f2269;
  border-left: 1px solid #0f2269;
  border-bottom: 1px solid #0f2269; 
}

#nav-wrapper #nav #header-dropdowns .products ul li :hover {
  background-color: #E4EDFF;
}
    
#nav-wrapper #nav .login {
    display: none;
    position: absolute;
    width: 100%;
    border: 1px solid #0f2269; 
}
      
#nav-wrapper #nav .login.active {
    display: block; 
}
      
#nav-wrapper #nav .login #tracktrace {
    background-color: #c1d5ff;
    padding: 10px; 
}
        
#nav-wrapper #nav .login #tracktrace h3 {
    font-size: 1.5em;
    text-transform: uppercase; 
}
        
#nav-wrapper #nav .login #tracktrace .input-group-text {
    min-width: 7em;
    border-radius: 0;
    margin-bottom: 5px;
    font-size: 90%; 
}
        
#nav-wrapper #nav .login #tracktrace input.form-control[type=text],#nav-wrapper #nav .login #tracktrace input.form-control[type=password] {
    border-radius: 0;
    padding: 5px 10px;
    margin-bottom: 5px; 
}
        
#nav-wrapper #nav .login #tracktrace input.form-control[type=submit] {
    margin-bottom: 10px; 
}

.incorrect_login {
    
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    color: red;
    
    display: none;
    
}

.page-header {
  color: #222;
  border-bottom: none;
  padding-top: 30px; }
  .page-header h1 {
    font-size: 3.5em;
    color: #0f2269;
    text-transform: uppercase; }
    .page-header h1:after {
      display: block;
      width: 50px;
      content: "";
      border-top: 3px solid #40a5e9;
      margin-top: 15px;
      margin-bottom: 15px; }

.post-content img {
  max-width: 100%;
  height: auto; }

hr.sep {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  height: 30px;
  border: 0;
  background: url("images/hr-bkg.png");
  margin-top: 0;
  margin-bottom: 0;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff; }

.home-section-wrap {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff; }
  .home-section-wrap > div {
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    min-height: 500px; }
    @media (min-width: 1200px) {
      .home-section-wrap > div {
        display: flex;
        justify-content: center; } }
    .home-section-wrap > div .section-content {
      background-color: #0f2269;
      position: relative;
      overflow: hidden;
      width: 100%;
      border-bottom: 5px solid #fff; }
      @media (min-width: 1200px) {
        .home-section-wrap > div .section-content {
          border-bottom: none;
          border-right: 5px solid #fff;
          width: 33.333%; } }
      .home-section-wrap > div .section-content .inner {
        padding: 30px;
        color: #fff;
        z-index: 10; }
        @media (min-width: 1200px) {
          .home-section-wrap > div .section-content .inner {
            padding: 50px;
            position: absolute; } }
        .home-section-wrap > div .section-content .inner h2 {
          font-size: 3em;
          line-height: 95%;
          margin-bottom: 15px;
          text-transform: uppercase; }
          @media (min-width: 1200px) {
            .home-section-wrap > div .section-content .inner h2 {
              font-size: 2.4em; } }
          @media (min-width: 1502px) {
            .home-section-wrap > div .section-content .inner h2 {
              font-size: 3em; } }
          .home-section-wrap > div .section-content .inner h2:before {
            display: block;
            width: 50px;
            content: "";
            border-top: 3px solid #40a5e9;
            margin-bottom: 15px; }
        .home-section-wrap > div .section-content .inner div.two-col {
          display: flex; }
          .home-section-wrap > div .section-content .inner div.two-col ul {
            width: 50%; }
      .home-section-wrap > div .section-content img.background-icon {
        display: none;
        position: absolute;
        opacity: 0.1;
        z-index: 9;
        right: -100px;
        bottom: -100px; }
        @media (min-width: 600px) {
          .home-section-wrap > div .section-content img.background-icon {
            display: block; } }

    .home-section-wrap > div .section-video {
      background-size: cover;
      background-position: center center;
      position: relative;
      width: 100%;
      min-height: 250px; }
    @media (min-width: 992px) {
        .home-section-wrap > div .section-video {
          min-height: 400px; } }
    @media (min-width: 1200px) {
        .home-section-wrap > div .section-video {
          width: 66.667%; } }
    .home-section-wrap > div .section-video img.arrow {
        display: none; }
        @media (min-width: 1200px) {
          .home-section-wrap > div .section-video img.arrow {
            display: block;
            position: absolute;
            height: 100px;
            width: auto;
            margin-top: -52px;
            top: 50%;
            left: 0; }
            .home-section-wrap > div .section-video img.arrow.blue-arrow {
              left: -7px; } }

    .home-section-wrap > div .section-full {
      background-size: cover;
      background-position: bottom;
      position: relative;
      width: 100%;
      min-height: 250px; }
    @media (min-width: 992px) {
        .home-section-wrap > div .section-full {
          min-height: 400px; } }
    @media (min-width: 1200px) {
        .home-section-wrap > div .section-full {
          width: 66.667%; } }
    .home-section-wrap > div .section-full img.arrow {
        display: none; }
        @media (min-width: 1200px) {
          .home-section-wrap > div .section-full img.arrow {
            display: block;
            position: absolute;
            height: 100px;
            width: auto;
            margin-top: -52px;
            top: 50%;
            left: 0; }
            .home-section-wrap > div .section-full img.arrow.blue-arrow {
              left: -7px; } }

    .home-section-wrap > div .section-images {
      background-size: cover;
      background-position: center center;
      position: relative;
      width: 100%;
      min-height: 250px; }
      @media (min-width: 992px) {
        .home-section-wrap > div .section-images {
          min-height: 400px; } }
      @media (min-width: 1200px) {
        .home-section-wrap > div .section-images {
          width: 66.667%; } }
      .home-section-wrap > div .section-images img.arrow {
        display: none; }
        @media (min-width: 1200px) {
          .home-section-wrap > div .section-images img.arrow {
            display: block;
            position: absolute;
            height: 100px;
            width: auto;
            margin-top: -52px;
            top: 50%;
            left: 0; }
            .home-section-wrap > div .section-images img.arrow.blue-arrow {
              left: -7px; } }

    .home-section-wrap > div.alt .section-content {
      position: relative; }
      @media (min-width: 1200px) {
        .home-section-wrap > div.alt .section-content {
          border-right: none;
          border-left: 5px solid #fff;
          left: 66.667%; } }
      .home-section-wrap > div.alt .section-content .inner {
        margin-right: 0; }
    @media (min-width: 1200px) {
      .home-section-wrap > div.alt .section-images {
        right: 33.333%; }
        .home-section-wrap > div.alt .section-images img.arrow {
          transform: rotate(180deg);
          left: auto;
          right: 0; }
          .home-section-wrap > div.alt .section-images img.arrow.blue-arrow {
            right: -7px; } }


    .home-section-wrap > div#covid h2 {
      position: relative; }
      @media (min-width: 1200px) {
        .home-section-wrap > div#covid h2 br {
          display: none; } }
      .home-section-wrap > div#covid h2 img {
        display: block;
        float: left;
        margin-right: 15px;
        border: 5px solid #fff;
        height: 120px; }
        @media (min-width: 621px) {
          .home-section-wrap > div#covid h2 img {
            height: 85px; } }
        @media (min-width: 1325px) {
          .home-section-wrap > div#covid h2 img {
            height: 93px; } }
        @media (min-width: 1502px) {
          .home-section-wrap > div#covid h2 img {
            height: 120px; } }
        @media (min-width: 1805px) {
          .home-section-wrap > div#covid h2 img {
            height: 85px; } }
    .home-section-wrap > div#covid .section-images div {
      background-size: cover;
      position: absolute;
      background-position: center center; }
    .home-section-wrap > div#covid .section-images div:nth-child(1) {
      left: 0;
      width: 50%;
      height: 100%;
      border-right: 5px solid #fff; }
    .home-section-wrap > div#covid .section-images div:nth-child(2) {
      top: 0;
      left: 50%;
      width: 50%;
      height: 50%;
      border-bottom: 5px solid #fff; }
    .home-section-wrap > div#covid .section-images div:nth-child(3) {
      top: 50%;
      left: 50%;
      width: 50%;
      height: 50%; }

  .home-section-wrap > div#tp .section-images div {
    background-size: cover;
    position: absolute;
    background-position: center center; }
    .home-section-wrap > div#tp .section-images div:nth-child(1) {
      top: 0;
      left: 0;
      width: 33.333%;
      height: 50%;
      border-bottom: 5px solid #fff; }
    .home-section-wrap > div#tp .section-images div:nth-child(2) {
      top: 50%;
      left: 0;
      width: 33.333%;
      height: 50%; }
    .home-section-wrap > div#tp .section-images div:nth-child(3) {
      top: 0;
      left: 33.333%;
      width: 33.333%;
      height: 100%;
      border-left: 5px solid #fff; }
    .home-section-wrap > div#tp .section-images div:nth-child(4) {
      top: 0;
      left: 66.667%;
      width: 33.333%;
      height: 100%;
      border-left: 5px solid #fff; }


  .home-section-wrap > div#stores-consumables .section-images div {
    background-size: cover;
    position: absolute;
    background-position: center center; }
    .home-section-wrap > div#stores-consumables .section-images div:nth-child(1) {
      top: 0;
      left: 0;
      width: 33.333%;
      height: 50%;
      border-bottom: 5px solid #fff; }
    .home-section-wrap > div#stores-consumables .section-images div:nth-child(2) {
      top: 50%;
      left: 0;
      width: 33.333%;
      height: 50%; }
    .home-section-wrap > div#stores-consumables .section-images div:nth-child(3) {
      top: 0;
      left: 33.333%;
      width: 33.333%;
      height: 100%;
      border-left: 5px solid #fff; }
    .home-section-wrap > div#stores-consumables .section-images div:nth-child(4) {
      top: 0;
      left: 66.667%;
      width: 33.333%;
      height: 100%;
      border-left: 5px solid #fff; }


    .home-section-wrap > div#provisions .section-images div {
      background-size: cover;
      position: absolute;
      background-position: center center; }
    .home-section-wrap > div#provisions .section-images div:nth-child(1) {
      top: 0;
      left: 0;
      width: 25%;
      height: 100%;
      border-right: 5px solid #fff; }
    .home-section-wrap > div#provisions .section-images div:nth-child(2) {
      top: 0;
      left: 25%;
      width: 25%;
      height: 100%;
      border-right: 5px solid #fff; }
    .home-section-wrap > div#provisions .section-images div:nth-child(3) {
      top: 0;
      left: 50%;
      width: 25%;
      height: 100%;
      border-right: 5px solid #fff; }
    .home-section-wrap > div#provisions .section-images div:nth-child(4) {
      top: 0;
      left: 75%;
      width: 25%;
      height: 100%; }


    .home-section-wrap > div#logistics .section-images div {
      background-size: cover;
      position: absolute;
      background-position: center center; }
    .home-section-wrap > div#logistics .section-images div:nth-child(1) {
      left: 0;
      width: 50%;
      height: 100%; }
    .home-section-wrap > div#logistics .section-images div:nth-child(2) {
      top: 0;
      left: 50%;
      width: 25%;
      height: 66.667%;
      border-left: 5px solid #fff;
      border-bottom: 5px solid #fff; }
    .home-section-wrap > div#logistics .section-images div:nth-child(3) {
      top: 0;
      left: 75%;
      width: 25%;
      height: 66.667%;
      border-left: 5px solid #fff;
      border-bottom: 5px solid #fff; }
    .home-section-wrap > div#logistics .section-images div:nth-child(4) {
      top: 66.667%;
      left: 50%;
      width: 50%;
      height: 33.333%;
      border-left: 5px solid #fff; }


    .home-section-wrap > div#arx h2 {
      position: relative; }
      @media (min-width: 1200px) {
        .home-section-wrap > div#arx h2 br {
          display: none; } }
      .home-section-wrap > div#arx h2 img {
        display: block;
        float: left;
        margin-right: 15px;
        border: 5px solid #fff;
        height: 120px; }
        @media (min-width: 621px) {
          .home-section-wrap > div#arx h2 img {
            height: 85px; } }
        @media (min-width: 1325px) {
          .home-section-wrap > div#arx h2 img {
            height: 93px; } }
        @media (min-width: 1502px) {
          .home-section-wrap > div#arx h2 img {
            height: 120px; } }
        @media (min-width: 1805px) {
          .home-section-wrap > div#arx h2 img {
            height: 85px; } }
    .home-section-wrap > div#arx .section-images div {
      background-size: cover;
      position: absolute;
      background-position: center center; }
    .home-section-wrap > div#arx .section-images div:nth-child(1) {
      left: 0;
      width: 50%;
      height: 100%;
      border-right: 5px solid #fff; }
    .home-section-wrap > div#arx .section-images div:nth-child(2) {
      top: 0;
      left: 50%;
      width: 50%;
      height: 50%;
      border-bottom: 5px solid #fff; }
    .home-section-wrap > div#arx .section-images div:nth-child(3) {
      top: 50%;
      left: 50%;
      width: 50%;
      height: 50%; }


    .home-section-wrap > div#beaupre h2 {
      position: relative; }
      @media (min-width: 1200px) {
        .home-section-wrap > div#beaupre h2 br {
          display: none; } }
      .home-section-wrap > div#beaupre h2 img {
        display: block;
        float: left;
        margin-right: 15px;
        height: 120px; }
        @media (min-width: 621px) {
          .home-section-wrap > div#beaupre h2 img {
            height: 85px; } }
        @media (min-width: 1325px) {
          .home-section-wrap > div#beaupre h2 img {
            height: 101px; } }
    .home-section-wrap > div#beaupre .section-images div {
      background-size: cover;
      position: absolute;
      background-position: center center; }
    .home-section-wrap > div#beaupre .section-images div:nth-child(1) {
      left: 0;
      width: 50%;
      height: 100%; }
    .home-section-wrap > div#beaupre .section-images div:nth-child(2) {
      top: 0;
      left: 50%;
      width: 25%;
      height: 100%;
      border-left: 5px solid #fff; }
    .home-section-wrap > div#beaupre .section-images div:nth-child(3) {
      top: 0;
      left: 75%;
      width: 25%;
      height: 100%;
      border-left: 5px solid #fff; }


    .home-section-wrap > div#wolf h2 {
      position: relative; }
      @media (min-width: 1200px) {
        .home-section-wrap > div#wolf h2 br {
          display: none; } }
      .home-section-wrap > div#wolf h2 img {
        display: block;
        float: left;
        margin-right: 15px;
        border: 0px solid #fff;
        height: 80px; }
        @media (min-width: 621px) {
          .home-section-wrap > div#wolf h2 img {
            height: 50px; } }
        @media (min-width: 1325px) {
          .home-section-wrap > div#wolf h2 img {
            height: 50px; } }
        @media (min-width: 1502px) {
          .home-section-wrap > div#wolf h2 img {
            height: 70px; } }
        @media (min-width: 1805px) {
          .home-section-wrap > div#wolf h2 img {
            height: 50px; } }
    .home-section-wrap > div#wolf .section-images div {
      background-size: cover;
      position: absolute;
      background-position: center center; }
    .home-section-wrap > div#wolf .section-images div:nth-child(1) {
      left: 0;
      width: 50%;
      height: 100%;
      border-right: 5px solid #fff; }
    .home-section-wrap > div#wolf .section-images div:nth-child(2) {
      top: 0;
      left: 50%;
      width: 50%;
      height: 50%;
      border-bottom: 5px solid #fff; }
    .home-section-wrap > div#wolf .section-images div:nth-child(3) {
      top: 50%;
      left: 50%;
      width: 50%;
      height: 50%; }

#hero {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
  background-position: center center;
  background-color: #0f2269;
  background-image: url("images/home-sections/hero-background.jpg");
  background-attachment: fixed;
  min-height: 100vh;
  display: flex;
  justify-content: center; }
  #hero .section-content {
    align-self: center;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    color: #0f2269; }
  #hero .logo {
    margin-bottom: 40px;
    max-width: 130px; }
    @media (min-width: 1200px) {
      #hero .logo {
        max-width: 180px; } }
  #hero h1 {
    font-size: 2em;
    line-height: 95%;
    margin-bottom: 15px;
    text-transform: uppercase; }
  #hero div.tagline {
    padding: 10px; }
    @media (min-width: 1200px) {
      #hero div.tagline {
        padding: 15px; } }
    #hero div.tagline p {
      line-height: 90%;
      font-size: 3.5em;
      font-weight: bold;
      margin-bottom: 0;
      text-transform: uppercase; }
      @media (min-width: 1200px) {
        #hero div.tagline p {
          font-size: 4.5em; } }
  #hero div.scroll-down {
    margin-top: 60px;
    margin-bottom: 20px;
    background-color: #0f2269;
    display: inline-block;
    border-radius: 500px;
    animation: bounce 2s linear;
    animation-iteration-count: infinite; }
    #hero div.scroll-down a.fa {
      font-size: 60px;
      color: #fff;
      padding: 2px 5px 0 6px;
      line-height: 100%; }

#hero_2 {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
  background-position: center center;
  background-color: #0f2269;
  background-image: url("images/home-sections/hero-background.jpg");
  background-attachment: fixed;
  min-height: 100vh;
  display: flex;
  justify-content: center; }
  #hero_2 .section-content {
    border: solid 2px black;
    width: 100%;
    margin-top: 100px;
    padding-left: 15px;
    padding-right: 15px;
    color: #0f2269; }
  #hero_2 .logo {
    margin-bottom: 40px;
    max-width: 130px; }
    @media (min-width: 1200px) {
      #hero .logo {
        max-width: 180px; } }
  #hero_2 h1 {
    font-size: 2em;
    line-height: 95%;
    margin-bottom: 15px;
    text-transform: uppercase; }
  #hero_2 div.tagline {
    padding: 10px; }
    @media (min-width: 1200px) {
      #hero div.tagline {
        padding: 15px; } }
    #hero_2 div.tagline p {
      line-height: 90%;
      font-size: 3.5em;
      font-weight: bold;
      margin-bottom: 0;
      text-transform: uppercase; }
      @media (min-width: 1200px) {
        #hero div.tagline p {
          font-size: 4.5em; } }
  #hero_2 div.scroll-down {
    margin-top: 60px;
    margin-bottom: 20px;
    background-color: #0f2269;
    display: inline-block;
    border-radius: 500px;
    animation: bounce 2s linear;
    animation-iteration-count: infinite; }
    #hero_2 div.scroll-down a.fa {
      font-size: 60px;
      color: #fff;
      padding: 2px 5px 0 6px;
      line-height: 100%; }

#windsor {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  background-color: #ddd;
  background-image: url("images/home-sections/windsor-bkg.jpg");
  background-size: cover;
  background-position: center bottom; }
  #windsor #windsor-products {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 992px) {
      #windsor #windsor-products {
        display: flex;
        justify-content: center; } }
    #windsor #windsor-products > div {
      margin: 20px auto;
      padding: 5px;
      background: linear-gradient(135deg, #ff9e39, #c40e3c); }
      @media (min-width: 992px) {
        #windsor #windsor-products > div {
          max-width: none;
          width: 33.3%;
          margin: 20px 10px; } }
      #windsor #windsor-products > div > .section-content {
        padding: 20px;
        background-color: #fff;
        height: 100%;
        position: relative; }
        @media (min-width: 768px) {
          #windsor #windsor-products > div > .section-content {
            min-height: 290px; } }
        #windsor #windsor-products > div > .section-content img.product-image {
          max-width: 100%;
          height: 250px;
          display: block;
          margin-left: auto;
          margin-right: auto; }
          @media (min-width: 768px) {
            #windsor #windsor-products > div > .section-content img.product-image {
              height: 200px;
              float: left; } }
          @media (min-width: 992px) {
            #windsor #windsor-products > div > .section-content img.product-image {
              height: auto;
              float: none; } }
        #windsor #windsor-products > div > .section-content div.brand-logo {
          padding: 10px;
          background-color: #eee;
          margin-bottom: 20px;
          width: 250px;
          margin-left: auto;
          margin-right: auto; }
          @media (min-width: 768px) {
            #windsor #windsor-products > div > .section-content div.brand-logo {
              position: absolute;
              width: 200px;
              top: 220px; } }
          @media (min-width: 992px) {
            #windsor #windsor-products > div > .section-content div.brand-logo {
              position: relative;
              width: auto;
              top: 0; } }
          #windsor #windsor-products > div > .section-content div.brand-logo img {
            display: block;
            max-height: 40px;
            margin-left: auto;
            margin-right: auto; }
            @media (min-width: 768px) {
              #windsor #windsor-products > div > .section-content div.brand-logo img {
                max-height: 30px; } }
            @media (min-width: 992px) {
              #windsor #windsor-products > div > .section-content div.brand-logo img {
                max-height: 50px; } }
        #windsor #windsor-products > div > .section-content > div.description {
          text-align: center; }
          @media (min-width: 768px) {
            #windsor #windsor-products > div > .section-content > div.description {
              min-height: 120px;
              padding-left: 220px;
              text-align: left; } }
          @media (min-width: 992px) {
            #windsor #windsor-products > div > .section-content > div.description {
              min-height: 150px;
              padding-left: 0;
              text-align: center; } }
        #windsor #windsor-products > div > .section-content > div.link {
          text-align: center; }
          @media (min-width: 768px) {
            #windsor #windsor-products > div > .section-content > div.link {
              padding-left: 220px;
              text-align: left;
              margin-bottom: 15px; } }
          @media (min-width: 992px) {
            #windsor #windsor-products > div > .section-content > div.link {
              padding-left: 0;
              text-align: center;
              margin-bottom: 15px; } }
        #windsor #windsor-products > div > .section-content h2 {
          font-size: 2em;
          line-height: 95%;
          margin-bottom: 15px;
          text-transform: uppercase; }

#about-us {
  max-width: 1440px;
  padding: 60px 30px;
  margin: 0 auto;
  border-bottom: 5px solid #fff; }
  #about-us h2 {
    font-size: 3em;
    line-height: 95%;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center; }
    #about-us h2:after {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 50px;
      content: "";
      border-top: 3px solid #40a5e9;
      margin-top: 15px; }
  #about-us p {
    text-align: center; }
  #about-us ul {
    text-align: center;
    list-style: none;
    padding: 0; }
    #about-us ul li {
      margin: 0;
      padding: 0; }
  #about-us .accreditations {
    text-align: center; }
    #about-us .accreditations img {
      margin-right: 20px;
      margin-top: 15px;
      width: auto; }
      #about-us .accreditations img.rect {
        max-height: 80px; }
      #about-us .accreditations img.rect_med {
        max-height: 100px; }
      #about-us .accreditations img.square {
        max-height: 100px; }
      @media (min-width: 1200px) {
        #about-us .accreditations img.rect {
          max-height: 80px; }
        #about-us .accreditations img.rect_med {
          max-height: 100px; }
        #about-us .accreditations img.square {
          max-height: 100px; } }

#contact {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("images/home-sections/contact-bkg.jpg");
  padding: 40px 30px;
  background-size: cover;
  margin-bottom: -16px; }
  #contact h2 {
    font-size: 3em;
    line-height: 95%;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
    color: #fff; }
    #contact h2:after {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 50px;
      content: "";
      border-top: 3px solid #40a5e9;
      margin-top: 15px; }
  #contact p.lead {
    text-align: center;
    margin-bottom: 10px;
    color: #fff; }
  #contact div.offices {
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      #contact div.offices {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 992px; } }
    @media (min-width: 1200px) {
      #contact div.offices {
        flex-wrap: nowrap;
        max-width: 1600px; } }
    #contact div.offices > div {
      padding: 20px 20px 5px 20px;
      text-align: center;
      border: 1px solid #ddd;
      background-color: rgba(255, 255, 255, 0.95);
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        #contact div.offices > div {
          padding: 30px;
          margin: 10px 20px;
          width: 40%; } }
      @media (min-width: 1200px) {
        #contact div.offices > div {
          margin: 20px;
          width: 25%; } }
      #contact div.offices > div h3 {
        font-size: 1.5em; }
      #contact div.offices > div div.ports {
        min-height: 55px; }
        @media (min-width: 1200px) {
          #contact div.offices > div div.ports {
            min-height: 75px; } }
        @media (min-width: 1600px) {
          #contact div.offices > div div.ports {
            min-height: 55px; } }
      #contact div.offices > div img {
        max-width: 80px;
        height: auto;
        margin-bottom: 20px; }

#motif {
  padding-top: 130px;
  border-bottom: 50px solid #0f2269;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto; }

.specifications {
  font-size: 0.9em; }

.wp-block-columns.reverse-order {
  flex-direction: row-reverse; }
  @media (min-width: 782px) {
    .wp-block-columns.reverse-order .wp-block-column:not(:first-child) {
      margin-left: 0;
      margin-right: 32px; } }
  @media (min-width: 600px) {
    .wp-block-columns.reverse-order .wp-block-column:nth-child(2n) {
      margin-left: 0;
      margin-right: 32px; } }

/* -------------------- FOOTER AREA --------------------  */
#footer-wrapper {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  background-color: #333333;
  width: 100%; }
  #footer-wrapper #footer {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #eee;
    font-size: 0.75em; }
    #footer-wrapper #footer #footer-area {
      text-align: center; }
