/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
@-webkit-keyframes fade-up {
  0% {
    opacity: 0;
    top: -60px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-moz-keyframes fade-up {
  0% {
    opacity: 0;
    top: -60px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-ms-keyframes fade-up {
  0% {
    opacity: 0;
    top: -60px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-o-keyframes fade-up {
  0% {
    opacity: 0;
    top: -60px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    top: -60px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-ms-keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
    top: 85px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-moz-keyframes slideUp {
  0% {
    opacity: 0;
    top: 85px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-ms-keyframes slideUp {
  0% {
    opacity: 0;
    top: 85px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-o-keyframes slideUp {
  0% {
    opacity: 0;
    top: 85px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    top: 85px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes slideDown {
  0% {
    opacity: 0;
    top: -85px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-moz-keyframes slideDown {
  0% {
    opacity: 0;
    top: -85px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-ms-keyframes slideDown {
  0% {
    opacity: 0;
    top: -85px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-o-keyframes slideDown {
  0% {
    opacity: 0;
    top: -85px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
    top: -85px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    right: -85px;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@-moz-keyframes slideLeft {
  0% {
    opacity: 0;
    right: -85px;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@-ms-keyframes slideLeft {
  0% {
    opacity: 0;
    right: -85px;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@-o-keyframes slideLeft {
  0% {
    opacity: 0;
    right: -85px;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    right: -85px;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    left: -85px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-moz-keyframes slideRight {
  0% {
    opacity: 0;
    left: -85px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-ms-keyframes slideRight {
  0% {
    opacity: 0;
    left: -85px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-o-keyframes slideRight {
  0% {
    opacity: 0;
    left: -85px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes slideRight {
  0% {
    opacity: 0;
    left: -85px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
#g-main .g-container {
  width: 100% !important;
  max-width: 1644px !important;
  margin-inline: auto;
}
.u-fade {
  -webkit-animation: fade-up 1s .3s forwards;
  -moz-animation: fade-up 1s .3s forwards;
  -ms-animation: fade-up 1s .3s forwards;
  -o-animation: fade-up 1s .3s forwards;
  animation: fade-up 1s .3s forwards;
}
.c-block__gold-discovery .g-title, .c-block__gold-discovery .c-introduction {
  opacity: 0;
  position: relative;
}
.c-block__gold-discovery .c-introduction {
  animation-delay: 0.7s;
}
.c-animated-object {
  opacity: 0;
  position: relative;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
}
.c-animated-object.c-delay1 {
  animation-delay: 0.3s !important;
  -webkit-animation-delay: 0.3s !important;
}
.c-animated-object.active.fadeInLeft {
  -webkit-animation: slideLeft 1s forwards;
  -moz-animation: slideLeft 1s forwards;
  -ms-animation: slideLeft 1s forwards;
  -o-animation: slideLeft 1s forwards;
  animation: slideLeft 1s forwards;
}
.c-animated-object.active.fadeInRight {
  -webkit-animation: slideRight 1s forwards;
  -moz-animation: slideRight 1s forwards;
  -ms-animation: slideRight 1s forwards;
  -o-animation: slideRight 1s forwards;
  animation: slideRight 1s forwards;
}
.c-animated-object.active.fadeInDown {
  -webkit-animation: slideDown 1s forwards;
  -moz-animation: slideDown 1s forwards;
  -ms-animation: slideDown 1s forwards;
  -o-animation: slideDown 1s forwards;
  animation: slideDown 1s forwards;
}
.c-animated-object.active.fadeInUp {
  -webkit-animation: slideUp 1s forwards;
  -moz-animation: slideUp 1s forwards;
  -ms-animation: slideUp 1s forwards;
  -o-animation: slideUp 1s forwards;
  animation: slideUp 1s forwards;
}
@media (max-width: 700px) {
  .isNews #g-main table {
    display: block;
    overflow-x: auto;
  }
  .isNews #g-main table tr {
    border: 1px solid #cbc8c8;
  }
}
[class*="col-"] {
  width: 100%;
  float: left;
}
.reponsive-row::after {
  display: block;
  content: "";
  clear: both;
}
.row {
  margin-left: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .col-t-1 {
    width: 8.33%;
  }
  .col-t-2 {
    width: 16.66%;
  }
  .col-t-3 {
    width: 25%;
  }
  .col-t-4 {
    width: 33.33%;
  }
  .col-t-5 {
    width: 41.66%;
  }
  .col-t-6 {
    width: 50%;
  }
  .col-t-7 {
    width: 58.33%;
  }
  .col-t-8 {
    width: 66.66%;
  }
  .col-t-9 {
    width: 75%;
  }
  .col-t-10 {
    width: 83.33%;
  }
  .col-t-11 {
    width: 91.66%;
  }
  .col-t-12 {
    width: 100%;
  }
}
/* For desktop: */
@media (min-width: 1024px) {
  .col-1 {
    width: 8.33%;
  }
  .col-2 {
    width: 16.66%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.33%;
  }
  .col-5 {
    width: 41.66%;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 58.33%;
  }
  .col-8 {
    width: 66.66%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.33%;
  }
  .col-11 {
    width: 91.66%;
  }
  .col-12 {
    width: 100%;
  }
}
form {
  margin: 0;
}
.itemid-397 #g-main {
  position: relative;
}
.itemid-397 #g-main::after {
  Content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 20vw;
  height: 586px;
  background-color: #015e98;
}
.itemid-397 .item-page {
  position: relative;
  margin-left: 30vw;
  margin-bottom: 200px;
}
.itemid-397 .contact-image {
  position: absolute;
  inset: 0 auto auto 0;
  transform: translateX(-22vw);
  z-index: 1;
  width: 20vw;
  height: 20vw;
}
.itemid-397 .contact-image img {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: auto;
  box-shadow: -3px 0px 9px 0px black;
}
/* sandman form */
form#Signup .sandmanFormFormName {
  display: none;
}
.sandmanFormInputWrap {
  --num-column: 2;
  display: grid;
  grid-template-columns: repeat(var(--num-column), 1fr);
  gap: clamp(20px, 5%, 40px);
}
.sandmanFormInputWrap label {
  font-weight: bolder;
}
.sandmanFormInputWrap select {
  min-height: 36px;
}
.sandmanFormInputWrap .sandmanFormSingleInput {
  display: flex;
  flex-direction: column;
}
.sandmanFormInputWrap .sandmanFormSingleInput:has(input[name="Signup_optIn"]) {
  display: block;
}
.sandmanFormInputWrap .sandmanFromsingleInput_textarea {
  grid-column-start: 1;
  grid-column-end: 3;
}
.sandmanFormInputWrap .sandmanFromsingleInput_textarea input {
  width: 100%;
  height: 220px;
  position: relative;
}
.sandmanFormInputWrap .sandmanFromsingleInput_textarea input::placeholder {
  position: absolute;
  top: 10px;
}
.sandmanFormContainer form .formSumbitBtnWrap {
  grid-column-start: 1;
  grid-column-end: 3;
}
.sandmanFormContainer form .formSumbitBtnWrap button {
  background-color: #136c98;
  color: #fff;
  cursor: pointer;
  padding: 10px 20px;
  font-weight: bolder;
  margin-top: 2rem;
}
/* reset */
.mod-list li.active > a {
  text-decoration: none;
}
/* END reset */
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-selected {
  background: white;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-selected > .g-menu-item-container {
  color: #136c98;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #231f20;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
  color: #136c98;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
  background: white;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-menu-item-container {
  color: #136c98;
}
.g-main-nav .g-standard .g-dropdown .g-dropdown.g-dropdown-right {
  left: -100% !important;
}
.g-main-nav .g-sublevel > li > .g-menu-item-container {
  padding: 3px 5px;
  font-size: 14px;
}
.g-main-nav .g-sublevel > li {
  padding: 5px 10px;
  font-weight: bold;
}
#g-navigation .g-main-nav .g-dropdown {
  width: 100%;
  min-width: 230px;
  background: rgba(255, 255, 255, 0.9);
  border-top: 5px solid #136c98;
}
#g-navigation .g-main-nav .g-dropdown ul > li:not(:last-child) {
  border-bottom: 1px dotted #136c98;
}
#g-navigation .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-navigation .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #c29d2a;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
}
#g-navigation .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-menu-item-container, #g-navigation .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
  color: white;
}
.g-dropdown {
  transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  -webkit-transform: translateY(40px);
}
.g-dropdown.g-active {
  transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
}
#g-navigation .g-menu-item-113 .g-dropdown {
  min-width: 115px;
}
#g-navigation .g-menu-item-113 .g-sublevel {
  width: 115px;
}
.m-social-icons > ul, .m-social-icons .mod-custom > ul {
  list-style-type: none;
  margin: 0;
}
.m-social-icons > ul > li, .m-social-icons .mod-custom > ul > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.m-social-icons > ul > li a, .m-social-icons .mod-custom > ul > li a {
  color: white;
}
.finder {
  display: none;
}
#mod-finder-searchword274 {
  border: none;
  height: 30px;
  position: relative;
  width: 180px;
  margin: 0 auto;
  background: black;
  font-family: bebas_neueregular;
}
input#mod-finder-searchword274, input#mod-finder-searchword274::placeholder {
  color: white;
}
/* This is the correct separate rule for the input field */
/*
div.finder.m-search, {
  &.style1{
    position: relative;
    width: 182px;
    margin: 0 auto;
    background: black;
    &:after,&::after{
      content: "\f002 ";
      position: absolute;
      left: 10px;
      top: 4px;
      font-size: 13px;
      color: $sub-color;
      font-family: FontAwesome;
    }
    input.search-query{
      padding-left: 25px;
      background-color: black;
      border-radius: 0;
      border: none;
      box-shadow: none;
      font-family: 'bebas_neueregular';
      &::-webkit-input-placeholder { 
        color: white;
      }
      &::-moz-placeholder { 
        color: white;
      }
      &:-ms-input-placeholder {
        color: white;
      }
      &:-moz-placeholder {
        color: white;
      }
    }
  }
}
*/
@media (min-width: 768px) {
  .g-container--padding {
    padding: 0 30px !important;
  }
}
.c-btn1 {
  font-size: 18px;
  text-transform: uppercase;
  background: white;
  padding: 10px 35px;
  border-radius: 30px;
  display: inline-block;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) {
  .c-btn1 {
    font-size: 30px;
  }
}
.c-btn1.c-btn1--green {
  color: #136c98 !important;
}
.c-btn1.c-btn1--green:hover {
  background: #136c98;
  color: white !important;
}
.c-btn1.c-btn1--blue {
  color: #5b83ac !important;
}
.c-btn1.c-btn1--blue:hover {
  background: #5b83ac;
  color: white !important;
}
.c-btn1.c-btn1--brown {
  color: #8f7f6d !important;
}
.c-btn1.c-btn1--brown:hover {
  background: #8f7f6d;
  color: white !important;
}
.c-btn1.c-btn1--gradient-blue {
  color: white !important;
  background: #1887b2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1887b2 0%, #0e517e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1887b2), color-stop(100%, #0e517e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1887b2 0%, #0e517e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1887b2 0%, #0e517e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1887b2 0%, #0e517e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1887b2 0%, #0e517e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000",GradientType=0);
  /* IE6-9 */
}
.c-btn1.c-btn1--gradient-blue:hover {
  background: #c29d2a;
}
.c-btn1.c-btn1--no-background {
  background: none;
  border: 1px solid white;
  box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  color: white !important;
}
.c-btn-hover {
  position: relative;
  display: inline-block;
  padding: 10px 50px;
  border: 1px solid white;
  color: white;
  text-transform: uppercase;
  border-radius: 40px;
  font-size: 15px;
  transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  -webkit-transition: color 0.1s linear;
}
@media (min-width: 768px) {
  .c-btn-hover {
    font-size: 30px;
  }
}
.c-btn-hover:after, .c-btn-hover::after {
  transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  background: white;
  content: "";
  position: absolute;
  z-index: -1;
}
.c-btn-hover.c-btn-hover--style1 {
  overflow: hidden;
}
.c-btn-hover.c-btn-hover--style1:after, .c-btn-hover.c-btn-hover--style1::after {
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.2s;
  transform-origin: top left;
  width: 0;
}
.c-btn-hover.c-btn-hover--style1:hover {
  color: #136c98;
}
.c-btn-hover.c-btn-hover--style1:hover:after, .c-btn-hover.c-btn-hover--style1:hover::after {
  height: 100%;
  width: 135%;
}
.c-video-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.c-bg-image {
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .c-bg-image.c-bg-video .c-video-bg {
    display: none;
  }
}
.c-bg-image .c-video-bg {
  position: absolute;
  z-index: 0;
}
.c-bg-image p {
  margin: 0;
}
.c-bg-image img {
  display: none;
}
.c-image-text-overlay {
  width: 100%;
  max-width: 100%;
  position: relative;
}
.c-image-text-overlay p {
  margin: 0;
}
.c-image-text-overlay:after, .c-image-text-overlay::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.c-image-text-overlay.c-green-overlay:after, .c-image-text-overlay.c-green-overlay::after {
  background: rgba(106, 128, 96, 0.35);
}
.c-image-text-overlay.c-light-brown-overlay:after, .c-image-text-overlay.c-light-brown-overlay::after {
  background: rgba(148, 135, 118, 0.5);
}
.c-image-text-overlay.c-gray-overlay:after, .c-image-text-overlay.c-gray-overlay::after {
  background: rgba(112, 112, 112, 0.5);
}
.c-image-text-overlay.c-brown-overlay:after, .c-image-text-overlay.c-brown-overlay::after {
  background: rgba(113, 97, 85, 0.5);
}
.c-image-text-overlay.c-dark-overlay:after, .c-image-text-overlay.c-dark-overlay::after {
  background: rgba(0, 0, 0, 0.7);
}
.c-image-text-overlay.c-blue-overlay:after, .c-image-text-overlay.c-blue-overlay::after {
  background: rgba(0, 77, 112, 0.6);
}
.c-image-text-overlay:hover:after, .c-image-text-overlay:hover::after {
  background: rgba(19, 108, 152, 0.8);
}
.c-image-text-overlay .c-text-wrapper {
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.c-image-text-overlay .c-text-wrapper h2 {
  color: white;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px black;
  z-index: 5;
}
.c-image-text-overlay .c-text-wrapper p {
  z-index: 5;
}
.c-image-text-overlay .c-text-wrapper a:not(.c-btn1) {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.c-image-text-overlay .c-text-wrapper a.normal_links {
  position: relative;
  color: white !important;
}
.c-image-text-overlay .c-text-wrapper a.factsheet {
  position: static;
}
.c-image-text-overlay.c-bg-image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 300px;
}
.c-image-text-overlay.c-bg-image .c-text-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
  top: auto;
  left: auto;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.c-banner-container.c-bg-video-banner {
  overflow: hidden;
  position: relative;
  /*
  @media (max-width:768px;){
    video{
     // display: none;
     width: auto;
         width: 100%;
    }
  }
	*/
}
@media (min-width: 768px) {
  .c-banner-container.c-bg-video-banner {
    background: none !important;
  }
}
.c-banner-container.c-bg-video-banner img {
  display: none;
}
.c-banner-container.c-bg-video-banner video {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
@media only screen and (min-width: 2200px) {
  .c-banner-container.c-bg-video-banner video {
    height: 500%;
  }
}
.c-banner-container.c-bg-video-banner .c-text-wrapper {
  text-align: center;
  margin: auto;
}
.c-banner-container.c-bg-video-banner .c-banner-text {
  z-index: 3;
}
.c-banner-container.c-bg-video-banner .c-banner-text h2 {
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.c-title {
  text-transform: uppercase;
  font-weight: bold;
}
.c-title.c-title--icon {
  position: relative;
}
.c-title.c-title--icon:before, .c-title.c-title--icon::before {
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  font-weight: normal;
  color: #136c98;
  margin-right: 10px;
}
.c-title.c-title--icon.c-title--stock-icon:before, .c-title.c-title--icon.c-title--stock-icon::before {
  content: "";
}
.c-title.c-title--icon.c-title--news-icon:before, .c-title.c-title--icon.c-title--news-icon::before {
  content: "";
}
.c-title.c-title--icon.c-title--location-icon:before, .c-title.c-title--icon.c-title--location-icon::before {
  content: "";
}
.c-title.c-title--icon.c-title--industry-icon:before, .c-title.c-title--icon.c-title--industry-icon::before {
  content: "";
}
.c-title.c-title--icon.c-title--truck-icon:before, .c-title.c-title--icon.c-title--truck-icon::before {
  content: "";
}
.c-title.c-title--icon.c-title--pickaxe-icon:before, .c-title.c-title--icon.c-title--pickaxe-icon::before {
  background-image: url('../../../../images/pickaxeIcon.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
.c-title.c-title--icon.c-title--leaf-icon:before, .c-title.c-title--icon.c-title--leaf-icon::before {
  content: "";
}
.c-title.c-title--icon.c-title--globe-icon:before, .c-title.c-title--icon.c-title--globe-icon::before {
  content: "";
}
@media only screen and (min-width: 1400px) {
  h2 {
    font-size: 45px;
    line-height: 50px;
  }
}
.c-divider {
  border-bottom: 2px solid #136c98;
}
.c-divider--dotted {
  border-bottom: 2px dotted #136c98;
}
.c-homepage-stock {
  line-height: 35px;
}
.c-homepage-stock .text-before {
  font-size: 45px;
}
.c-homepage-stock .stockquote-table {
  border: none;
}
.c-homepage-stock .stockquote-table tr, .c-homepage-stock .stockquote-table th, .c-homepage-stock .stockquote-table td {
  border: none;
  padding: 0;
}
.c-homepage-stock .stockquote-table th {
  background: transparent;
}
.c-homepage-stock .stockquote-table tbody > tr:first-child label, .c-homepage-stock .stockquote-table tbody > tr:nth-child(2) label {
  font-size: 45px;
}
.c-homepage-stock .stockquote-table label:hover {
  cursor: default;
}
.c-homepage-stock .stockquote-table tbody > tr {
  float: left;
}
.c-homepage-stock .stockquote-table tbody > tr:first-child {
  margin-right: 20px;
}
.c-homepage-stock .stockquote-table tbody > tr:nth-child(3) {
  width: 100%;
  margin-top: 10px;
}
.c-homepage-stock .stockquote-table tbody > tr:nth-child(3) label {
  font-size: 16px;
  font-weight: normal;
}
.c-homepage-stock .stockquote-table .stock-data-entry-LastTradePriceOnly {
  margin-right: 20px;
}
.c-investor-stock .stockquote-table tbody > tr:nth-child(3) {
  margin-bottom: 20px;
}
.c-investor-stock .stockquote-table tbody > tr:nth-child(n+4) {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
@media (min-width: 768px) {
  .c-investor-stock .stockquote-table tbody > tr:nth-child(n+4) {
    width: 25%;
  }
}
.c-investor-stock .stockquote-table tbody > tr:nth-child(n+4) label {
  font-size: 24px;
  margin-bottom: 0;
}
.pdfWrapper {
  height: 200px;
  width: 180px;
  padding-top: 20px;
  background-color: #2b2a2a;
  margin: 20px auto;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.pdfWrapper:hover {
  transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
}
.pdfWrapper p {
  color: white;
  background: #136c98;
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.pdfWrapper .fa, .pdfWrapper .fas {
  color: white;
  font-size: 40px;
}
span.highlight {
  background: none !important;
}
#filter-search {
  padding: 15px;
  margin-bottom: 20px;
}
.category.table {
  border: none;
}
.category.table tr, .category.table td, .category.table th {
  border: none;
}
.category.table thead tr {
  background: rgba(106, 128, 96, 0.2);
}
.category.table tbody > tr:nth-child(odd) {
  background: white;
}
.category.table tbody > tr:nth-child(odd) td {
  background: white;
}
.category.table tbody > tr:nth-child(even) {
  background: rgba(106, 128, 96, 0.2);
}
.category.table #categorylist_header_date, .category.table .list-date {
  text-align: right;
  white-space: nowrap;
}
.category.table .list-title a {
  color: #2b2a2a;
}
.category.table .list-title a:hover {
  color: #136c98;
}
.chronoforms6_credits {
  display: none;
}
.ui.green.button, .ui.green.buttons .button {
  color: white !important;
  background-color: #136c98 !important;
  border: 1px solid #136c98 !important;
  border-radius: 0;
}
.ui.green.button:hover, .ui.green.buttons .button:hover {
  background-color: white !important;
  color: #136c98 !important;
  text-shadow: none;
  border: 1px solid #136c98 !important;
}
.c-toggle-content {
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
body {
  -ms-overflow-style: scrollbar;
}
@media only screen and (max-width: 767px) {
  .chronoforms .column {
    width: 100% !important;
  }
}
.c-bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-bg-overlay.c-bg-overlay--dark {
  background: rgba(0, 0, 0, 0);
}
.c-container {
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
@media (min-width: 768px) {
  .c-container {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
.c-nice-list {
  list-style-type: none;
}
.c-nice-list > li {
  padding-left: 20px;
  position: relative;
}
.c-nice-list > li:before, .c-nice-list > li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 5px;
  height: 5px;
  width: 5px;
  background-color: #136c98;
  transition: all 0.12s;
  -moz-transition: all 0.12s;
  -ms-transition: all 0.12s;
  -o-transition: all 0.12s;
  -webkit-transition: all 0.12s;
}
.c-nice-list > li:hover:before, .c-nice-list > li:hover::before {
  width: 15px;
  left: -5px;
}
.owl-carousel button.owl-dot {
  outline: none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #136c98 !important;
}
ul.c-columns {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
ul.c-columns > li {
  width: 50%;
  padding: 20px;
}
@media only screen and (max-width: 1200px) {
  ul.c-columns > li {
    width: 100%;
  }
}
iframe {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}
.b-sub-menu:not(.b-sub-menu--third) ul {
  background: #136c98;
}
.m-sub-menu .nav.menu, .m-sub-menu .nav.mod-menu {
  margin: 0;
  min-height: 68px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  align-items: center;
  background: #136c98;
}
.m-sub-menu .nav.menu > li, .m-sub-menu .nav.mod-menu > li {
  margin: 0 20px;
  padding: 20px 0;
  border-top: 2px solid #136c98;
  border-bottom: 2px solid #136c98;
  transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .m-sub-menu .nav.menu > li, .m-sub-menu .nav.mod-menu > li {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .m-sub-menu .nav.menu > li, .m-sub-menu .nav.mod-menu > li {
    padding: 0px 0;
  }
}
.m-sub-menu .nav.menu > li:before, .m-sub-menu .nav.menu > li:after, .m-sub-menu .nav.mod-menu > li:before, .m-sub-menu .nav.mod-menu > li:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #136c98;
  left: 0;
  transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}
.m-sub-menu .nav.menu > li:before, .m-sub-menu .nav.mod-menu > li:before {
  top: 0;
}
.m-sub-menu .nav.menu > li:after, .m-sub-menu .nav.mod-menu > li:after {
  bottom: 0;
}
.m-sub-menu .nav.menu > li.active a, .m-sub-menu .nav.mod-menu > li.active a {
  text-decoration: none;
}
.m-sub-menu .nav.menu > li a, .m-sub-menu .nav.mod-menu > li a {
  color: white;
}
.m-sub-menu .nav.menu > li a:hover, .m-sub-menu .nav.mod-menu > li a:hover {
  text-decoration: none;
}
.m-sub-menu .nav.menu > li:hover:before, .m-sub-menu .nav.menu > li:hover:after, .m-sub-menu .nav.menu > li.active:before, .m-sub-menu .nav.menu > li.active:after, .m-sub-menu .nav.mod-menu > li:hover:before, .m-sub-menu .nav.mod-menu > li:hover:after, .m-sub-menu .nav.mod-menu > li.active:before, .m-sub-menu .nav.mod-menu > li.active:after {
  background-color: white;
}
@media only screen and (max-width: 767px) {
  .m-sub-menu .nav.menu > li:hover:before, .m-sub-menu .nav.menu > li:hover:after, .m-sub-menu .nav.menu > li.active:before, .m-sub-menu .nav.menu > li.active:after, .m-sub-menu .nav.mod-menu > li:hover:before, .m-sub-menu .nav.mod-menu > li:hover:after, .m-sub-menu .nav.mod-menu > li.active:before, .m-sub-menu .nav.mod-menu > li.active:after {
    background-color: transparent;
  }
}
.m-sub-menu .nav.menu > li:hover:before, .m-sub-menu .nav.menu > li.active:before, .m-sub-menu .nav.mod-menu > li:hover:before, .m-sub-menu .nav.mod-menu > li.active:before {
  top: 10px;
}
.m-sub-menu .nav.menu > li:hover:after, .m-sub-menu .nav.menu > li.active:after, .m-sub-menu .nav.mod-menu > li:hover:after, .m-sub-menu .nav.mod-menu > li.active:after {
  bottom: 10px;
}
@media (min-width: 768px) {
  #g-navigation.fixed .g-dropdown {
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
  }
  #g-navigation.fixed .g-container > .g-grid:first-child {
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .b-sub-menu.fixed {
    position: fixed;
    width: 100%;
    left: 0;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .b-sub-menu.fixed {
    top: 61px !important;
    z-index: 100;
  }
}
@media (min-width: 768px) {
  .m-sidebar-menu.fixed {
    position: fixed;
    width: 290px;
    padding-right: 15px;
    padding-left: 20px;
    top: 196px;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .m-sidebar-menu.fixed {
    /* IE10+ CSS styles go here */
    position: inherit;
    left: inherit;
    width: inherit;
    padding-right: inherit;
    padding-left: inherit;
    top: inherit;
  }
}
.m-sidebar-menu .mod-menu.mod-list.nav {
  display: unset;
}
.b-page-content {
  padding: 20px;
  width: calc(100% - 290px);
  -webkit-flex: 0 calc(100% - 290px);
  -moz-flex: 0 calc(100% - 290px);
  -ms-flex: 0 calc(100% - 290px);
  flex: 0 calc(100% - 290px);
  padding-bottom: 30px;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .b-page-content {
    padding: 0px;
    flex: 0%;
    -ms-flex: 0%;
  }
}
.b-page-content .blog h3 {
  color: #a80202;
}
.b-page-content .blog strong {
  color: #136c98 !important;
}
.b-side-bar {
  padding-left: 20px;
  padding-right: 15px;
  padding-bottom: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .b-side-bar {
    width: 290px;
    -webkit-flex: 0 290px;
    -moz-flex: 0 290px;
    -ms-flex: 0 290px;
    flex: 0 290px;
  }
}
@media (min-width: 768px) {
  .b-side-bar .g-content > .platform-content:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .b-side-bar .g-content > .platform-content:not(:first-child) {
    display: none !important;
  }
}
.b-side-bar .g-content .isStickyJumpToMenu {
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  .b-side-bar .g-content .isStickyJumpToMenu.fixed {
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .b-side-bar .g-content .isStickyJumpToMenu.fixed {
    position: fixed;
    top: 185px;
    width: 225px;
  }
}
@media (min-width: 1024px) {
  .b-side-bar .g-content .isStickyJumpToMenu.fixed {
    position: fixed;
    top: 141px;
    width: 225px;
  }
}
@media only screen and (min-height: 400px) and (max-height: 599px) {
  .b-side-bar .g-content .isStickyJumpToMenu.fixed {
    height: 200px;
  }
}
@media only screen and (min-height: 600px) and (max-height: 700px) {
  .b-side-bar .g-content .isStickyJumpToMenu.fixed {
    height: 450px;
  }
}
@media only screen and (min-height: 701px) and (max-height: 900px) {
  .b-side-bar .g-content .isStickyJumpToMenu.fixed {
    height: 550px;
  }
}
@media only screen and (min-height: 901px) {
  .b-side-bar .g-content .isStickyJumpToMenu.fixed {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .b-side-bar .g-content .isStickyJumpToMenu.stayAtBottom {
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .b-side-bar .g-content .isStickyJumpToMenu.stayAtBottom {
    position: absolute;
    bottom: 0;
    width: 225px;
  }
}
@media (min-width: 1024px) {
  .b-side-bar .g-content .isStickyJumpToMenu.stayAtBottom {
    position: absolute;
    bottom: 0;
    width: 225px;
  }
}
.b-side-bar .g-content .isStickyJumpToMenu .m-sidebar-module .parent .nav-child {
  display: none;
}
.b-side-bar .g-content .isStickyJumpToMenu .m-sidebar-module .parent.active .nav-child {
  display: block;
}
.b-side-bar .g-content .isStickyJumpToMenu .m-sidebar-module .parent.active .nav-child > .parent .nav-child {
  display: none;
}
.b-side-bar .g-content .isStickyJumpToMenu .m-sidebar-module .parent.active .nav-child > .parent.active .nav-child {
  display: block;
}
.b-side-bar .g-title {
  background-color: #136c98;
  color: white;
  padding-left: 5px;
  margin-bottom: 0;
}
.b-side-bar .c-btn {
  text-transform: capitalize;
}
.b-side-bar ul {
  margin: 0;
}
.b-side-bar ul > li {
  padding: 5px 0;
  font-size: 0.9em;
}
.b-side-bar ul > li:not(:last-child) {
  border-bottom: 1px dotted lightgray;
}
.b-side-bar ul > li a {
  font-weight: bold;
  color: black !important;
}
.b-side-bar ul > li:hover > a, .b-side-bar ul > li.active > a {
  color: #136c98 !important;
}
@font-face {
  font-family: "bebas_neueregular";
  src: url('../../fonts/bebasneue-webfont.eot');
  src: url('../../fonts/bebasneue-webfont.eot#iefix') format("embedded-opentype"), url('../../fonts/bebasneue-webfont.woff') format("woff"), url('../../fonts/bebasneue-webfont.ttf') format("truetype"), url('../../fonts/bebasneue-webfont.svg#bebas_neueregular') format("svg");
  font-weight: normal;
  font-style: normal;
}
a {
  color: #136c98;
}
a:hover {
  color: #c29d2a;
}
body {
  font-size: 1.1rem;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "bebas_neueregular";
}
h2 {
  color: #c29d2a;
}
.c-fa-hover {
  font-size: 14px;
  width: 14px;
}
.blog .items-row .item h2[itemprop="name"] {
  color: #c29d2a;
}
@media only screen and (max-width: 767px) {
  .blog .items-row .item .item-image {
    width: 100%;
  }
}
.blog .items-row .item .item-image img {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}
.header-font {
  font-family: "bebas_neueregular";
}
.blue-text {
  color: #136c98;
}
#g-header {
  background: #093b60;
}
@media (min-width: 768px) {
  #g-header {
    padding: 0 30px !important;
  }
}
#g-header a {
  color: white;
}
.c-stockquote-header {
  list-style-type: none;
  margin: 0;
  padding-top: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media only screen and (max-width: 767px) {
  .c-stockquote-header .stockquote-module-sandman {
    margin: 0 auto;
  }
}
.c-stockquote-header > li {
  width: 100%;
}
@media (min-width: 768px) {
  .c-stockquote-header > li {
    width: auto;
    margin: 0 20px 0 0;
  }
}
.c-header-stock {
  border: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
@media only screen and (max-width: 767px) {
  .c-header-stock {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.c-header-stock table, .c-header-stock td, .c-header-stock tr, .c-header-stock th {
  border: none;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .c-header-stock .stockquote-table tbody > tr {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .c-header-stock .stockquote-table tbody > tr {
    margin-right: 30px;
  }
}
.c-header-stock .stockquote-table tbody > tr .stock-header-label {
  text-transform: uppercase;
  padding-right: 10px;
  font-family: "bebas_neueregular";
  font-weight: normal;
}
.c-header-stock .stockquote-table tbody > tr:first-child .stock-header-label {
  color: #c8def0;
}
.c-header-stock .stockquote-table tbody > tr:nth-child(2) .stock-header-label {
  color: #c8def0;
}
.c-header-stock tr {
  display: inline-block;
}
.c-header-stock th {
  background: transparent;
}
.c-header-stock .text-before {
  white-space: nowrap;
  color: #136c98;
  margin-right: 5px;
}
.c-header-stock label {
  margin: 0;
  cursor: default;
}
.c-header-stock .stock-data-entry.stock-change-sign-positive {
  color: green !important;
}
.c-header-stock .stock-data-entry.stock-change-sign-negative {
  color: red !important;
}
.c-header-stock .stock-data-entry label {
  font-family: "bebas_neueregular";
}
.m-social-icons-search > ul, .m-social-icons-search .mod-custom > ul {
  margin: 0;
  list-style-type: none;
}
@media (min-width: 768px) {
  .m-social-icons-search > ul, .m-social-icons-search .mod-custom > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media (min-width: 768px) {
  .m-social-icons-search > ul, .m-social-icons-search .mod-custom > ul {
    float: right;
  }
}
.m-social-icons-search > ul > li, .m-social-icons-search .mod-custom > ul > li {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .m-social-icons-search > ul > li, .m-social-icons-search .mod-custom > ul > li {
    display: inline-block;
    text-align: center;
    left: 0%;
    top: -22px;
    position: relative;
  }
}
.m-social-icons-search .c-signup-header a {
  display: block;
  height: 30px;
  background: #136c98;
  padding: 3px 15px 0;
}
@media only screen and (max-width: 767px) {
  .m-social-icons-search .c-signup-header a {
    /*    top: 421px;
    position: relative;
        left: -182%;
      width: 110px;
      margin: 0 auto;
 */
  }
}
.c-header-signup {
  position: absolute;
  right: 60px;
  top: 72px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-header-signup {
    top: 69px;
  }
}
@media (min-width: 1024px) {
  .c-header-signup {
    top: 73px;
  }
}
.c-header-signup p {
  margin: 0;
}
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container {
  color: black;
  font-weight: normal;
}
#g-navigation {
  position: relative;
  background: white !important;
}
#g-navigation .g-main-nav {
  margin: 0;
}
#g-navigation .g-main-nav .g-toplevel {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
#g-navigation .g-main-nav .g-toplevel > li {
  border-left: 1px solid darkgray;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
    font-size: 12px;
    padding: 1.2rem 4px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
    padding: 1.2rem 5px;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1410px) {
  #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
    padding: 1.2rem 14px;
  }
}
@media only screen and (min-width: 1411px) and (max-width: 1600px) {
  #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
    padding: 1.2rem 19px;
  }
}
@media only screen and (min-width: 1601px) {
  #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
    padding: 1.2rem 29px;
  }
}
#g-navigation .g-container > .g-grid:first-child {
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) {
  #g-navigation .g-container > .g-grid:first-child {
    padding: 0 0 0 30px;
  }
}
.b-menu .g-menu-parent-indicator {
  display: none !important;
}
.b-logo--header {
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .b-logo--header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.gantry-logo img {
  width: 211px;
}
.c-banner-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-background: red;
  height: 330px;
}
@media (min-width: 768px) {
  .c-banner-container {
    height: 700px;
  }
}
@media (min-width: 1024px) {
  .c-banner-container {
    height: 700px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-banner-container {
    height: 485px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .c-banner-container {
    height: 488px;
  }
}
.c-banner-container img {
  display: none;
}
.c-banner-container p {
  margin: 0;
}
.c-banner-container .c-banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  .c-banner-container .c-banner-text {
    width: 80%;
  }
}
.c-banner-container .c-banner-text h1 {
  color: white;
  font-size: 25px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 42px;
  text-shadow: 1px 1px 6px black;
  letter-spacing: 5px;
}
.c-banner-container .c-banner-text h1 span {
  font-size: 60px;
}
@media (min-width: 768px) {
  .c-banner-container .c-banner-text h1 {
    font-size: 70px;
    line-height: 100px;
    letter-spacing: 8px;
  }
  .c-banner-container .c-banner-text h1 span {
    font-size: 120px;
  }
}
.c-banner-container .c-banner-text h2 {
  color: white;
  font-size: 25px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 42px;
  text-shadow: 1px 1px 6px black;
  letter-spacing: 4px;
}
.c-banner-container .c-banner-text h2 span {
  font-size: 50px;
}
@media only screen and (max-width: 767px) {
  .c-banner-container .c-banner-text h2 span {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .c-banner-container .c-banner-text h2 {
    font-size: 60px;
    line-height: 90px;
    letter-spacing: 6px;
  }
  .c-banner-container .c-banner-text h2 span {
    font-size: 79px;
  }
}
body:not(.isHomePage) .c-banner-container {
  height: 400px;
}
body:not(.isHomePage) .c-banner-container .c-banner-text {
  z-index: 10;
  top: 60%;
}
.c-title {
  margin-bottom: 0;
  font-weight: normal;
}
.moduletable.m-company-highlights {
  border-top: 8px solid #136c98;
  border-bottom: 8px solid #136c98;
}
@media only screen and (max-width: 767px) {
  .moduletable.m-company-highlights {
    border-top: 0px solid #136c98;
  }
}
.moduletable.m-company-highlights .c-image-text-overlay.c-bg-image {
  height: auto;
}
.moduletable.m-company-highlights .c-image-text-overlay.c-bg-image:after, .moduletable.m-company-highlights .c-image-text-overlay.c-bg-image::after {
  background: rgba(0, 0, 0, 0.7);
}
.moduletable.m-company-highlights .c-title {
  border-bottom: 2px solid white;
}
.moduletable.m-company-highlights .c-text-wrapper {
  text-align: left;
  font-size: 131%;
  text-shadow: 1px 1px 6px black;
}
.moduletable.m-company-highlights .c-text-wrapper table {
  width: auto;
  border: none;
}
.moduletable.m-company-highlights .c-text-wrapper table td, .moduletable.m-company-highlights .c-text-wrapper table th, .moduletable.m-company-highlights .c-text-wrapper table tr {
  border: none;
}
.moduletable.m-company-highlights .c-btn1 {
  font-size: 22px;
  padding: 6px 30px;
}
.moduletable.m-company-highlights .c-btn1:hover {
  background: white;
  color: #136c98 !important;
}
.moduletable.m-company-highlights .c-nice-list > li:before, .moduletable.m-company-highlights .c-nice-list > li::before {
  background-color: white;
}
#g-showcase {
  background: white;
}
#g-showcase.c-container {
  padding-top: 0 !important;
}
#g-showcase .c-title {
  color: #136c98;
  border-bottom: 2px solid #136c98;
  margin-bottom: 20px;
}
#g-showcase a.mod-articles-category-title {
  color: #231f20;
}
#g-showcase a.mod-articles-category-title:hover {
  color: #136c98;
}
.b-corporate-presentation-icon, .b-latest-news, .b-featured, .b-featured-video {
  padding: 10px 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .b-corporate-presentation-icon .c-title, .b-latest-news .c-title, .b-featured .c-title, .b-featured-video .c-title {
    font-size: 25px;
  }
}
.b-featured {
  background-size: cover;
  background-repeat: no-repeat;
}
.b-corporate-presentation-icon {
  text-align: center;
}
.b-corporate-presentation-icon .c-title {
  text-align: left;
}
.b-latest-news {
  background: #f2f2f2;
}
.moduletable.m-latest-news .category-module.m-latest-news {
  margin: 0;
}
.moduletable.m-latest-news .mod-articles-category-introtext {
  margin-top: 10px;
  color: #231f20;
  font-weight: normal;
  font-size: 15px;
  font-style: italic;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .moduletable.m-latest-news .mod-articles-category-introtext {
    display: none;
  }
}
.moduletable.m-latest-news .mod-articles-category-introtext strong {
  color: #231f20 !important;
  font-weight: normal;
}
.moduletable.m-latest-news .mod-articles-category-date {
  display: block;
  color: #c29d2a;
  font-weight: bold;
}
.moduletable.m-latest-news .owl-theme .owl-dots {
  text-align: left;
}
.b-featured {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .b-featured {
    height: 300px;
  }
}
.b-featured .c-title, .b-featured p {
  position: relative;
  z-index: 1;
}
.b-featured:after, .b-featured::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.custom.m-featured p {
  color: #c29d2a;
  font-weight: bold;
}
.custom.m-featured a {
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: lightgray !important;
}
.custom.m-featured a:hover {
  color: white !important;
}
.b-featured-video {
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}
.b-featured-video .c-title {
  padding-left: 10px;
  margin-bottom: 0px !important;
}
.b-featured-video .custom .iframe-wrapper {
  display: flex;
}
.b-featured-video .custom .iframe-wrapper iframe {
  width: 100%;
}
@media only screen and (max-width: 1399px) {
  .m-quicklinks h2 {
    line-height: 30px;
  }
}
.m-quicklinks .c-bg-image.c-image-text-overlay {
  height: 250px;
}
.b-signup-btn--home {
  background: #1887b2;
  /* Old browsers */
  background: -moz-linear-gradient(left, #1887b2 0%, #0e517e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1887b2 0%, #0e517e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1887b2 0%, #0e517e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1887b2", endColorstr="#0e517e",GradientType=1);
  /* IE6-9 */
  text-align: center;
  padding: 60px 10px;
}
.b-signup-btn--home a {
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .b-signup-btn--home a {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .b-signup-btn--home a {
    font-size: 28px;
  }
}
.b-signup-btn--home a:hover {
  background: white;
  color: #136c98 !important;
}
#g-footer {
  background: #054870;
  color: white;
}
#g-footer a {
  color: white;
}
#g-footer a:hover {
  color: #c29d2a;
}
#g-footer .g-container > .g-grid:first-child {
  padding-top: 30px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  #g-footer .g-container > .g-grid:first-child {
    padding: 30px 30px 0;
  }
}
#g-footer .g-container > .g-grid:nth-child(2) {
  border-bottom: 3px solid #c29d2a;
  padding: 10px 0;
}
@media (min-width: 768px) {
  #g-footer .g-container > .g-grid:nth-child(2) {
    padding: 10px 30px 50px;
  }
}
#g-footer .g-container > .g-grid:nth-child(3) {
  padding: 10px 0;
}
@media (min-width: 768px) {
  #g-footer .g-container > .g-grid:nth-child(3) {
    padding: 10px 30px;
  }
}
@media (min-width: 768px) {
  #g-footer .b-powered-by {
    text-align: right;
  }
}
#g-footer .b-powered-by a {
  color: #136c98;
}
.m-footer-menu .nav.menu, .m-footer-menu .nav.mod-menu {
  margin: 0;
  display: block;
}
.m-footer-menu .nav.menu > li, .m-footer-menu .nav.mod-menu > li {
  display: block;
  margin: 10px 0;
}
.m-footer-menu .nav.menu > li a, .m-footer-menu .nav.mod-menu > li a {
  font-weight: bold;
}
.m-footer-menu .nav.menu > li:not(:first-child), .m-footer-menu .nav.mod-menu > li:not(:first-child) {
  border-left: none;
  padding-left: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .m-footer-menu .nav.menu > li, .m-footer-menu .nav.mod-menu > li {
    display: inline-block;
    margin-right: 10px;
  }
  .m-footer-menu .nav.menu > li:not(:first-child), .m-footer-menu .nav.mod-menu > li:not(:first-child) {
    padding-left: 10px;
    border-left: 2px solid #c29d2a;
  }
}
@media (min-width: 1024px) {
  .m-footer-menu .nav.menu > li, .m-footer-menu .nav.mod-menu > li {
    display: inline-block;
    margin-right: 20px;
  }
  .m-footer-menu .nav.menu > li:not(:first-child), .m-footer-menu .nav.mod-menu > li:not(:first-child) {
    padding-left: 20px;
    border-left: 2px solid #c29d2a;
  }
}
.b-social-icons-footer {
  text-align: center;
}
@media (min-width: 768px) {
  .b-social-icons-footer {
    text-align: right;
  }
}
.b-social-icons-footer .m-social-icons a {
  border: 1px solid white;
  padding: 5px;
  border-radius: 50%;
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
}
.b-social-icons-footer .m-social-icons a .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.b-social-icons-footer .m-social-icons a:hover .fa {
  color: #fff;
}
.b-website-by {
  text-align: center;
}
@media (min-width: 768px) {
  .b-website-by {
    text-align: right;
  }
  .b-website-by a {
    color: #c29d2a !important;
  }
}
.blog.hasDivider > .items-row:not(:last-child) {
  border-bottom: 3px solid #136c98;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
body.hasDivider .blog-items {
  column-gap: 0;
}
body.hasDivider .blog-item:not(:last-child) {
  border-bottom: 3px solid #136c98;
}
.isSubPage.isFinancialStatements p {
  border-bottom: 1px solid #c69f2d;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.isSubPage.isFinancialStatements p:last-child {
  border-bottom: none;
}
.c-project-summary-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.c-project-summary-container table {
  margin: 0 20px;
  width: auto;
  border: none;
}
.c-project-summary-container table td, .c-project-summary-container table th, .c-project-summary-container table tr {
  border: none;
}
.c-project-summary-container table tr > td {
  font-weight: bold;
  color: #136c98;
}
.c-project-summary-container table tr > td:first-child {
  text-transform: uppercase;
}
.g-menu-item-180 .g-dropdown, .g-menu-item-179 .g-dropdown, .g-menu-item-136 .g-dropdown, .g-menu-item-181 .g-dropdown, .g-menu-item-182 .g-dropdown, .g-menu-item-183 .g-dropdown, .g-menu-item-185 .g-dropdown, .g-menu-item-186 .g-dropdown, .g-menu-item-187 .g-dropdown {
  display: none;
}
.ui.form input[type=text] {
  max-width: 300px;
  margin: 0 auto;
}
.ui.form .field > .selection.dropdown {
  max-width: 300px;
  margin: 0 auto;
}
#button11 {
  margin-top: 30px;
}
.b-copyright {
  font-size: 14px;
}
.btn-group {
  width: 100%;
  display: block;
}
.btn-group .button {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .btn-group .button {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .btn-group .button {
    width: 25%;
  }
}
.b-quicklinks-partnership .c-text-wrapper p {
  width: 100%;
  position: absolute;
  font-size: 28px;
  height: 100%;
}
.b-quicklinks-factsheet .c-text-wrapper h2 {
  line-height: 40px;
}
.b-quicklinks-mediacentre .c-text-wrapper h2 {
  line-height: 40px;
}
.c-banner-text .c-text-wrapper {
  /*  palabras en las esquiza y letra pequena
  .item-1{
    animation-name: anim-1;
   //     text-align: center;
   // position: relative;
   top: 38%; //25%; //-5%;
    left:18%; 
     //30
     @include mobile{
      font-size: 40px;
          left: 20%;
              top: -11px !important;
      }
      @include tablet{
      font-size: 40px;
          left: 20%;
      }
      @include large-desktop{
font-size: 40px;
          left: 24%; //36%;
      }
  }
  .item-2{
    animation-name: anim-2;
    top: 121%;//92%;
    left:-12%; //-12%; //-10%;
  //  font-size: 100px;
     @include mobile{
      font-size: 40px;
      left: 32%;
      top: -11px !important;
      }
      @include tablet{
      font-size: 40px;
          left: 20%;
      }
            @include large-desktop{
font-size: 40px;
          left: 2-12%; //36%;
      }
  }
  .item-3{
    animation-name: anim-3;
   top: -36%; //-10%;
    left:84%; //18%;
       @include mobile{
      font-size: 40px;
      left: 32%;
      top: -11px !important;
      }
      @include tablet{
      font-size: 40px;
          left: 20%;
      }
            @include large-desktop{
font-size: 40px;
          left: 92%; //36%;
      }
  }
  .item-4{
    animation-name: anim-4;
  top: 117%; //103%;
    left:73%; //54%;
         @include mobile{
      font-size: 40px;
      left: 32%;
      top: -11px !important;
      }
      @include tablet{
      font-size: 40px;
          left: 20%;
      }
            @include large-desktop{
font-size: 40px;
          left: 82%; //36%;
      }
  }
  .item-5{
    animation-name: anim-5;
   top: -36%;//-5%;
    left:-12%; //8%;
         @include mobile{
      font-size: 40px;
      left: 32%;
      top: -11px !important;
      }
      @include tablet{
      font-size: 40px;
          left: 20%;
      }
            @include large-desktop{
font-size: 40px;
          left: -12%; //36%;
      }
  }
  .item-6{
    animation-name: anim-6;
     top:117%;// 20%;
    left:-12%; //48%;
         @include mobile{
      font-size: 40px;
      left: 32%;
      top: -11px !important;
      }
      @include tablet{
      font-size: 40px;
          left: 20%;
      }
            @include large-desktop{
font-size: 40px;
          left: -12%; //36%;
      }
  }
  .item-7{
    animation-name: anim-7;
    top: 111%; //103%;
    left:77%; //54%;
         @include mobile{
      font-size: 40px;
      left: 32%;
      top: -11px !important;
      }
      @include tablet{
      font-size: 40px;
          left: 20%;
      }
            @include large-desktop{
font-size: 40px;
          left: 86%; //36%;
      }
  }
    .item-8{
    animation-name: anim-1;
 top: 111%; //103%;
    left:71%; //54%;
  }
  .item-10{
    animation-name: anim-2;
     top:115%;// 20%;
    left:-42%; //48%;
  }
  .item-9{
    animation-name: anim-3;
     top: 111%; //107%;
    left:71%; //24%;
  }
  .item-12{
    animation-name: anim-4;
   top: -36%;//-5%;
    left:-12%; //8%;
  }
  .item-11{
    animation-name: anim-5;
  top: -40%; //-10%;
    left:85%; //18%;
  }
  .item-14{
    animation-name: anim-6;
      top: 115%;//92%;
    left:-42%; //-12%; //-10%;
  }
  .item-13{
    animation-name: anim-7;
    top: -5%;
    left:36%;  //30
  }
}


@keyframes anim-1 {

  0%, 1% {  opacity: 0; }
  1%, 10% {  opacity: 1;  }
  13%, 100% {  opacity: 0;  }
}

@keyframes anim-2 {
  0%, 13% { opacity: 0; }
  15%, 20% {  opacity: 1; }
  26%, 100% {  opacity: 0; }
}

@keyframes anim-3 {
  0%, 26% {  opacity: 0; }
  28%, 30% {  opacity: 1; }
  39%, 100% { opacity: 0; }
}
@keyframes anim-4 {
  0%, 39% {  opacity: 0; }
  41%, 49% {  opacity: 1; }
  52%, 100% { opacity: 0; }
}
@keyframes anim-5 {
  0%, 52% {  opacity: 0; }
  54%, 60% {  opacity: 1; }
  65%, 100%{ opacity: 0; }
}
@keyframes anim-6 {
  0%, 65% {  opacity: 0; }
  68%, 75% {  opacity: 1; }
  78%, 100% { opacity: 0; }
}
@keyframes anim-7 {
  0%, 78% {  opacity: 0; }
  90%, 98% {  opacity: 1; }
  100% { opacity: 0; }
}

.transp
{
      visibility: hidden;
}

*/
}
.c-banner-text .c-text-wrapper .item-1, .c-banner-text .c-text-wrapper .item-2, .c-banner-text .c-text-wrapper .item-3, .c-banner-text .c-text-wrapper .item-4, .c-banner-text .c-text-wrapper .item-5, .c-banner-text .c-text-wrapper .item-6, .c-banner-text .c-text-wrapper .item-7, .c-banner-text .c-text-wrapper .item-8, .c-banner-text .c-text-wrapper .item-9, .c-banner-text .c-text-wrapper .item-10, .c-banner-text .c-text-wrapper .item-11, .c-banner-text .c-text-wrapper .item-12, .c-banner-text .c-text-wrapper .item-13, .c-banner-text .c-text-wrapper .item-14, .c-banner-text .c-text-wrapper .new-1, .c-banner-text .c-text-wrapper .new-2, .c-banner-text .c-text-wrapper .new-3, .c-banner-text .c-text-wrapper .new-4, .c-banner-text .c-text-wrapper .new-5, .c-banner-text .c-text-wrapper .new-6, .c-banner-text .c-text-wrapper .new-7 {
  position: absolute;
  display: block;
  animation-duration: 36s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.c-banner-text .c-text-wrapper .new-1, .c-banner-text .c-text-wrapper .new-2, .c-banner-text .c-text-wrapper .new-3, .c-banner-text .c-text-wrapper .new-4, .c-banner-text .c-text-wrapper .new-5, .c-banner-text .c-text-wrapper .new-6, .c-banner-text .c-text-wrapper .new-7 {
  animation-duration: 36s;
}
.c-banner-text .c-text-wrapper .new {
  animation-duration: 38s;
}
.c-banner-text .c-text-wrapper .item-1, .c-banner-text .c-text-wrapper .item-2, .c-banner-text .c-text-wrapper .item-3, .c-banner-text .c-text-wrapper .item-4, .c-banner-text .c-text-wrapper .item-5, .c-banner-text .c-text-wrapper .item-6, .c-banner-text .c-text-wrapper .item-7, .c-banner-text .c-text-wrapper .new-1, .c-banner-text .c-text-wrapper .new-2, .c-banner-text .c-text-wrapper .new-3, .c-banner-text .c-text-wrapper .new-4, .c-banner-text .c-text-wrapper .new-5, .c-banner-text .c-text-wrapper .new-6, .c-banner-text .c-text-wrapper .new-7 {
  text-align: center;
  margin: auto;
  width: 100%;
  align-content: center;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-banner-text .c-text-wrapper .item-1, .c-banner-text .c-text-wrapper .item-2, .c-banner-text .c-text-wrapper .item-3, .c-banner-text .c-text-wrapper .item-4, .c-banner-text .c-text-wrapper .item-5, .c-banner-text .c-text-wrapper .item-6, .c-banner-text .c-text-wrapper .item-7, .c-banner-text .c-text-wrapper .new-1, .c-banner-text .c-text-wrapper .new-2, .c-banner-text .c-text-wrapper .new-3, .c-banner-text .c-text-wrapper .new-4, .c-banner-text .c-text-wrapper .new-5, .c-banner-text .c-text-wrapper .new-6, .c-banner-text .c-text-wrapper .new-7 {
    font-size: 26px;
    top: 13px !important;
    line-height: 41px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-banner-text .c-text-wrapper .item-1, .c-banner-text .c-text-wrapper .item-2, .c-banner-text .c-text-wrapper .item-3, .c-banner-text .c-text-wrapper .item-4, .c-banner-text .c-text-wrapper .item-5, .c-banner-text .c-text-wrapper .item-6, .c-banner-text .c-text-wrapper .item-7, .c-banner-text .c-text-wrapper .new-1, .c-banner-text .c-text-wrapper .new-2, .c-banner-text .c-text-wrapper .new-3, .c-banner-text .c-text-wrapper .new-4, .c-banner-text .c-text-wrapper .new-5, .c-banner-text .c-text-wrapper .new-6, .c-banner-text .c-text-wrapper .new-7 {
    font-size: 30px;
  }
}
@media (min-width: 1920px) {
  .c-banner-text .c-text-wrapper .item-1, .c-banner-text .c-text-wrapper .item-2, .c-banner-text .c-text-wrapper .item-3, .c-banner-text .c-text-wrapper .item-4, .c-banner-text .c-text-wrapper .item-5, .c-banner-text .c-text-wrapper .item-6, .c-banner-text .c-text-wrapper .item-7, .c-banner-text .c-text-wrapper .new-1, .c-banner-text .c-text-wrapper .new-2, .c-banner-text .c-text-wrapper .new-3, .c-banner-text .c-text-wrapper .new-4, .c-banner-text .c-text-wrapper .new-5, .c-banner-text .c-text-wrapper .new-6, .c-banner-text .c-text-wrapper .new-7 {
    font-size: 45px !important;
  }
}
.c-banner-text .c-text-wrapper .item-1 {
  animation-name: anim-1;
  top: 32%;
}
.c-banner-text .c-text-wrapper .item-2 {
  animation-name: anim-2;
  top: 12%;
}
.c-banner-text .c-text-wrapper .item-3 {
  animation-name: anim-3;
  top: 38%;
}
.c-banner-text .c-text-wrapper .item-4 {
  animation-name: anim-4;
  top: 38%;
}
.c-banner-text .c-text-wrapper .item-5 {
  animation-name: anim-5;
  top: 38%;
}
.c-banner-text .c-text-wrapper .item-6 {
  animation-name: anim-6;
  top: 38%;
}
.c-banner-text .c-text-wrapper .item-7 {
  animation-name: anim-7;
  top: -30%;
}
.c-banner-text .c-text-wrapper .new-1 {
  animation-name: new-1;
  top: 32%;
}
.c-banner-text .c-text-wrapper .new-2 {
  animation-name: new-2;
  top: 12%;
}
.c-banner-text .c-text-wrapper .new-3 {
  animation-name: new-3;
  top: 38%;
}
.c-banner-text .c-text-wrapper .new-4 {
  animation-name: new-4;
  top: 38%;
}
.c-banner-text .c-text-wrapper .new-5 {
  animation-name: new-5;
  top: 38%;
}
.c-banner-text .c-text-wrapper .new-6 {
  animation-name: new-6;
  top: 38%;
}
.c-banner-text .c-text-wrapper .new-7 {
  animation-name: new-7;
  top: -30%;
}
@keyframes anim-1 {
  0%, 14% {
    opacity: 0;
  }
  16%, 22% {
    opacity: 1;
  }
  23%, 100% {
    opacity: 0;
  }
}
@keyframes anim-2 {
  0%, 23% {
    opacity: 0;
  }
  28%, 35% {
    opacity: 1;
  }
  40%, 100% {
    opacity: 0;
  }
}
@keyframes anim-3 {
  0%, 40% {
    opacity: 0;
  }
  47%, 53% {
    opacity: 1;
  }
  60%, 100% {
    opacity: 0;
  }
}
@keyframes anim-4 {
  0%, 60% {
    opacity: 0;
  }
  67%, 76% {
    opacity: 1;
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes anim-5 {
  0%, 80% {
    opacity: 0;
  }
  87%, 92% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes new-1 {
  0%, 8% {
    opacity: 0;
  }
  12%, 18% {
    opacity: 1;
  }
  23%, 100% {
    opacity: 0;
  }
}
@keyframes new-2 {
  0%, 23% {
    opacity: 0;
  }
  28%, 35% {
    opacity: 1;
  }
  40%, 100% {
    opacity: 0;
  }
}
@keyframes new-3 {
  0%, 40% {
    opacity: 0;
  }
  47%, 53% {
    opacity: 1;
  }
  60%, 100% {
    opacity: 0;
  }
}
@keyframes new-4 {
  0%, 60% {
    opacity: 0;
  }
  67%, 76% {
    opacity: 1;
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes new-5 {
  0%, 90% {
    opacity: 0;
  }
  90%, 95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/****todas las palbras***
@keyframes anim-1 {

  0%, 7% {  opacity: 0; }
  7%, 10% {  opacity: 1;  }
  15%, 100% {  opacity: 0;  }
}

@keyframes anim-2 {
  0%, 15% {   opacity: 0; }//left:-100%; 
  20%, 23% {  opacity: 1; } //left: 37%;
  26%, 100% {   opacity: 0; }//left:120%;
}

@keyframes anim-3 {
  0%, 26% {  opacity: 0; }
  33%, 33% {  opacity: 1; } //left: 35%;
  41%, 100% { opacity: 0; }
}
@keyframes anim-4 {
  0%, 41% {  opacity: 0; }
  48%, 48% {  opacity: 1; } //left: 31%;
  56%, 100% { opacity: 0; }
}
@keyframes anim-5 {
  0%, 56% {  opacity: 0; }
  63%, 63% { opacity: 1; } //left: 35%;
  71%, 100%{ opacity: 0; }
}
@keyframes anim-6 {
  0%, 71% {  opacity: 0; }
  78%, 78% {  opacity: 1; } //left: 32%;
  86%, 100% {  opacity: 0; }
}
@keyframes anim-7 {
  0%, 86% {  opacity: 1; }
  93%, 93% {  opacity: 1; } //left: 34%;
  100% { opacity: 1; }
}

**fin todas las palabras***/
/* animacion con parada en la mitad quitada


@keyframes anim-1 {

  0%, 1% {  opacity: 0; }
  1%, 10% {  opacity: 1;  }
  11%, 100% {  opacity: 0;  }
}

@keyframes anim-2 {
  0%, 11% { left:-100%;  opacity: 1; }
  16%, 22% {  opacity: 1; } //left: 37%;
  26%, 100% { left:120%;  opacity: 1; }
}

@keyframes anim-3 {
  0%, 26% { left:-100%; opacity: 1; }
  31%, 37% {  opacity: 1; } //left: 35%;
  41%, 100% {  left:120%;opacity: 1; }
}
@keyframes anim-4 {
  0%, 41% { left:-100%; opacity: 1; }
  46%, 52% {  opacity: 1; } //left: 31%;
  56%, 100% {  left:120%;opacity: 1; }
}
@keyframes anim-5 {
  0%, 56% { left:-100%; opacity: 1; }
  61%, 67% {  opacity: 1; } //left: 35%;
  71%, 100%{  left:120%;opacity: 1; }
}
@keyframes anim-6 {
  0%, 71% { left:-100%; opacity: 1; }
  75%, 82% {  opacity: 1; } //left: 32%;
  86%, 100% { left:120%; opacity: 1; }
}
@keyframes anim-7 {
  0%, 86% { left:-100%; opacity: 1; }
  91%, 96% {  opacity: 1; } //left: 34%;
  100% { left:120%; opacity: 1; }
}
*/
.transp {
  visibility: hidden;
}
.oldcolor span {
  text-shadow: -1px 2px 2px black !important;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #231f20 !important;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 1px solid #231f20 !important;
  background: #136c98 !important;
  border-radius: 0.1875rem;
  margin: -0.2rem 0 -0.2rem 0.5rem;
  padding: 0.2rem;
}
#g-offcanvas #g-mobilemenu-container ul {
  background: #231f20 !important;
}
#g-offcanvas {
  background: white !important;
  width: 17rem;
  color: #fff;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
  color: purple !important;
}
.m-signup .customm-signup {
  border: #136c98 0px solid;
  height: 1px;
}
@media only screen and (max-width: 767px) {
  .m-signup .customm-signup {
    height: auto;
  }
  .m-signup .customm-signup .c-signup-header a {
    display: block;
    background: #136c98;
    padding: 3px 15px 0;
  }
}
.m-social-icons .c-signup-header {
  display: block;
  padding: 2px 17px 11px;
}
@media only screen and (max-width: 767px) {
  .m-social-icons .c-signup-header {
    display: inherit !important;
  }
}
.m-social-icons .c-signup-header a {
  border: 1px solid white;
  padding: 3px 28px;
  border-radius: 0%;
  display: inline;
  width: 0px;
  height: 0px;
  position: relative;
}
.m-social-icons .c-signup-header a .fa {
  position: unset;
  top: 0px;
  left: 0px;
  transform: translate(0%, 0%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(0%, 0%);
}
.c-text-wrapper h1 sup {
  top: -2.3em !important;
  font-size: 40% !important;
  color: #c29d2a;
}
@media only screen and (max-width: 767px) {
  .c-text-wrapper h1 sup {
    top: -2.7em !important;
    font-size: 30% !important;
  }
}
@media (min-width: 1920px) {
  .c-text-wrapper h1 sup {
    top: -5.3em !important;
    font-size: 30% !important;
  }
}
@media only screen and (max-width: 767px) {
  .img-feature img {
    max-width: 53%;
  }
}
.c-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  text-align: center;
  z-index: 999;
  border-top: 3px solid #136c98;
}
.c-cookie-banner p {
  color: white !important;
}
.c-cookie-banner a {
  color: #136c98;
}
.c-cookie-banner a.c-cookie-btn--accept {
  background-color: #136c98;
  color: white;
  width: 155px;
  display: inline-block;
  padding: 5px 0;
  margin-bottom: 20px;
  border-radius: 15px;
}
.c-cookie-banner a.c-cookie-btn--accept:hover {
  background: white;
  color: #006eb6;
}
.c-header-stock .text-after {
  color: #c8def0;
  text-transform: uppercase;
  padding-right: 10px;
  font-family: "bebas_neueregular";
  font-weight: normal;
  position: relative;
  top: 2px;
}
@media only screen and (max-width: 767px) {
  .b-landingpage #g-navigation .c-bg-video .player img {
    height: 200px;
  }
}
.b-landingpage {
  /*  #g-navigation .g-container > .g-grid:first-child {
          transform: translate3d(0, 0, 0);
          -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
          -o-transform: translate3d(0, 0, 0);
          -webkit-transform: translate3d(0, 0, 0);
          position: unset;
          width: 100%;
          top: 0;
          left: 0;
          z-index: 20;
          background: white;
           padding: 0 2px 10px 30px;
          box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.6);
          -moz-box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.6);
          -ms-box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.6);
          -o-box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.6);
          -webkit-box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.6);
      }*/
}
.b-landingpage #g-showcase .g-container {
  /*width: 96rem;
    @media only all and (max-width: 74.938rem) and (min-width: 60rem) {
      width: 60rem;
    }
      @media only all and (max-width: 59.938rem) and (min-width: 48rem)
     {
      width: 48rem;
    }
    @media only all and (max-width: 47.938rem) and (min-width: 30.062rem)
    {
    width: 30rem;
    }
    @include mobile
    {
          width: 21rem
    }*/
}
@media only screen and (max-width: 767px) {
  .b-landingpage #jcemediabox-popup-body, .b-landingpage #jcemediabox-popup-container, .b-landingpage #jcemediabox-popup-content {
    width: 100% !important;
    height: 537px !important;
  }
}
@media only screen and (max-width: 767px) {
  .b-landingpage #jcemediabox-popup-body iframe, .b-landingpage #jcemediabox-popup-container iframe, .b-landingpage #jcemediabox-popup-content iframe {
    width: 100% !important;
  }
}
.b-landingpage p, .b-landingpage h1, .b-landingpage h2, .b-landingpage h3, .b-landingpage h4, .b-landingpage h5, .b-landingpage h6 {
  font-family: Raleway;
}
.b-landingpage #g-navigation .g-container > .g-grid:first-child {
  -moz-box-shadow: 1px 4px 66px rgba(0, 0, 0, 0.6) !important;
  -ms-box-shadow: 1px 4px 66px rgba(0, 0, 0, 0.6) !important;
  -o-box-shadow: 1px 4px 66px rgba(0, 0, 0, 0.6) !important;
  -webkit-box-shadow: 1px 4px 66px rgba(0, 0, 0, 0.6) !important;
}
.b-landingpage .c-bg-image img {
  display: unset;
}
@media only screen and (max-width: 767px) {
  .b-landingpage .topbanner .c-image-text-overlay.c-bg-image {
    height: unset;
  }
}
.b-landingpage .topbanner a {
  color: #252525;
}
.b-landingpage .topbanner .c-bg-video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  background: #222222;
}
.b-landingpage .topbanner .c-bg-video .player {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  transition-delay: 0.5s;
}
@media (min-width: 1024px) {
  .b-landingpage .topbanner .c-bg-video .player {
    display: block;
  }
}
.b-landingpage .topbanner .c-bg-video .player img {
  width: 100%;
}
.b-landingpage .topbanner .c-bg-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: transparent;
}
.b-landingpage .topbanner .c-bg-video .video > a {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  z-index: -100;
}
.b-landingpage .topbanner .c-bg-video::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #292929;
  opacity: 0;
  z-index: 2;
}
.b-landingpage .topbanner .b-banner {
  background: #67828b;
}
@media (min-width: 992px) {
  .b-landingpage .topbanner .b-banner {
    border-left: solid 0px #fff;
    border-right: solid 0px #fff;
  }
}
.b-landingpage .topbanner .b-banner--subpage {
  border: none;
}
.b-landingpage .topbanner .b-banner--subpage img {
  display: none;
}
.b-landingpage .topbanner .c-video-bg--industry {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.b-landingpage .topbanner .c-banner__text {
  text-align: center;
  position: absolute;
  top: 41%;
  max-width: 100%;
  width: 100%;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .b-landingpage .topbanner .c-banner__text {
    width: 100%;
    top: 48%;
    margin-left: 0%;
  }
}
.b-landingpage .topbanner .c-banner__text h1, .b-landingpage .topbanner .c-banner__text h2 {
  line-height: 1em;
}
@media only screen and (max-width: 767px) {
  .b-landingpage .topbanner .c-banner__text h1, .b-landingpage .topbanner .c-banner__text h2 {
    line-height: 1em;
  }
}
.b-landingpage .topbanner .c-banner__text h1 {
  text-transform: uppercase;
  text-shadow: 3px 1px 6px black;
  font-size: calc(4vw - 1rem);
  color: white;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .b-landingpage .topbanner .c-banner__text h1 {
    font-size: 17px;
  }
}
.b-landingpage .topbanner .c-banner__text h1 strong {
  color: white;
}
.b-landingpage .topbanner .c-banner__text h2 {
  text-transform: capitalize;
  color: white;
  font-size: calc(4vw - 1rem);
}
@media only screen and (max-width: 767px) {
  .b-landingpage .topbanner .c-banner__text h2 {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .b-landingpage .topbanner .c-banner__text h2 {
    font-size: calc(5.5vw - 1rem);
  }
}
.b-landingpage .topbanner .c-banner__text h3 {
  color: white;
  text-transform: uppercase;
  font-size: calc(3.5vw - 1rem);
  font-weight: 300;
  text-shadow: 1px 1px 6px black;
}
@media only screen and (max-width: 767px) {
  .b-landingpage .topbanner .c-banner__text h3 {
    font-size: 14px;
  }
}
.b-landingpage .topbanner .c-banner__text .textsubbanner {
  margin-left: 20%;
  margin-right: 20%;
}
@media only screen and (max-width: 767px) {
  .b-landingpage .topbanner .c-banner__text .textsubbanner {
    margin-left: 0%;
    margin-right: 0%;
  }
}
.b-landingpage .b-presentation .g-title {
  color: #015e98 !important;
  text-transform: uppercase;
  font-weight: 700;
}
.b-landingpage .b-presentation p {
  color: black;
}
.b-landingpage .b-presentation .c-btn-hover {
  position: relative;
  display: inline-block;
  padding: 10px 92px;
  border: 1px solid #093b60;
  color: white !important;
  text-transform: uppercase;
  border-radius: 40px;
  font-size: 23px;
  background-image: linear-gradient(-90deg, #136c98, #093b60);
  transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  -webkit-transition: color 0.1s linear;
}
@media only screen and (max-width: 767px) {
  .b-landingpage .b-presentation .c-btn-hover {
    font-size: x-small;
  }
}
.b-landingpage .b-presentation .c-btn-hover:after, .b-landingpage .b-presentation .c-btn-hover::after {
  transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  background: #093b60;
  color: white;
  content: "";
  position: absolute;
  z-index: -1;
}
.b-landingpage .b-presentation .c-btn-hover.c-btn-hover--style1 {
  overflow: hidden;
}
.b-landingpage .b-presentation .c-btn-hover.c-btn-hover--style1:after, .b-landingpage .b-presentation .c-btn-hover.c-btn-hover--style1::after {
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}
.b-landingpage .b-presentation .c-btn-hover.c-btn-hover--style1:hover {
  color: white;
}
.b-landingpage .b-presentation .c-btn-hover.c-btn-hover--style1:hover:after, .b-landingpage .b-presentation .c-btn-hover.c-btn-hover--style1:hover::after {
  height: 100%;
  width: 135%;
}
.b-landingpage .b-blue-mexico {
  background-color: #007fbf !important;
}
.b-landingpage .b-blue-mexico h2 {
  margin: 0rem 0 0rem 0;
}
.b-landingpage .b-blue-mexico h4 {
  margin: 0rem 0 1.5rem 0;
}
.b-landingpage .b-blue-mexico h2, .b-landingpage .b-blue-mexico h4, .b-landingpage .b-blue-mexico h3 {
  color: white;
}
.b-landingpage .col-3 {
  padding: 10px;
}
.b-landingpage .b-blue-mexico table {
  background-color: white;
  border: 2px solid white;
}
.b-landingpage .b-blue-mexico table td, .b-landingpage .b-blue-mexico table tr {
  background-color: white;
  color: #136c98;
  font-weight: bold;
  text-transform: uppercase;
}
.b-landingpage .b-blue-mexico table tr:nth-child(2) td {
  border-top: 9px solid #093b60;
}
.b-landingpage .b-blue-mexico table h4 {
  font-size: 25px;
}
@media only screen and (max-width: 767px) {
  .b-landingpage .b-blue-mexico table h4 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .b-landingpage .b-today {
    height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .b-landingpage .b-today .c-bg-video .player img {
    height: 600px;
    max-width: 450%;
    width: 450%;
  }
}
.b-landingpage .b-today .c-banner__text {
  top: 1%;
}
.b-landingpage .b-today .chronoforms .ui.grid {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.b-landingpage .b-today .c-btn-hover {
  position: relative;
  display: inline-block;
  padding: 10px 92px;
  border: 1px solid #093b60;
  color: #093b60;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
  border-radius: 40px;
  font-size: 23px;
  background-color: white;
  transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  -webkit-transition: color 0.1s linear;
}
@media only screen and (max-width: 767px) {
  .b-landingpage .b-today .c-btn-hover {
    font-size: 12px;
  }
}
.b-landingpage .b-today .c-btn-hover:after, .b-landingpage .b-today .c-btn-hover::after {
  transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  background: #093b60;
  color: white;
  content: "";
  position: absolute;
  z-index: -1;
}
.b-landingpage .b-today .c-btn-hover.c-btn-hover--style1 {
  overflow: hidden;
}
.b-landingpage .b-today .c-btn-hover.c-btn-hover--style1:after, .b-landingpage .b-today .c-btn-hover.c-btn-hover--style1::after {
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}
.b-landingpage .b-today .c-btn-hover.c-btn-hover--style1:hover {
  color: white;
  background-color: #093b60;
}
.b-landingpage .b-today .c-btn-hover.c-btn-hover--style1:hover:after, .b-landingpage .b-today .c-btn-hover.c-btn-hover--style1:hover::after {
  height: 100%;
  width: 135%;
}
.b-landingpage .c-image-text-overlay.c-bg-image:after, .b-landingpage .c-image-text-overlay.c-bg-image::after {
  background: rgba(0, 77, 112, 0.6);
}
.b-landingpage .b-map {
  background-color: #f1f5f8;
}
.b-landingpage .b-map h2 {
  color: black;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 800;
}
.b-landingpage .b-map p {
  color: #136c98;
  font-size: 21px;
}
.b-landingpage .b-map .mapsize {
  margin-left: 10%;
  margin-right: 10%;
}
@media only screen and (max-width: 767px) {
  .b-landingpage .b-map .mapsize {
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media only screen and (max-width: 767px) {
  .b-landingpage .b-map .col-5 {
    text-align: left !important;
  }
}
.b-landingpage .b-why h2 {
  text-transform: uppercase !important;
  font-size: 22px !important;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .b-landingpage .b-why h2 {
    font-size: 16px !important;
  }
}
.b-landingpage .b-why .c-banner__text {
  text-align: center;
  position: absolute;
  top: 12%;
  max-width: 100%;
  width: 100%;
  z-index: 3;
}
.b-landingpage .b-why table {
  background-color: transparent;
  border: none;
}
@media only screen and (max-width: 767px) {
  .b-landingpage .b-why table {
    width: 100% !important;
  }
}
.b-landingpage .b-why table td, .b-landingpage .b-why table tr {
  border: none;
  background-color: transparent;
  text-align: left;
  color: white;
}
.b-landingpage .b-why .c-banner__text .col-6:nth-child(3) {
  margin-left: 0;
}
.b-landingpage .b-why .c-banner__text .col-6:nth-child(3) table {
  margin-left: 0 !important;
}
.b-landingpage .b-why .c-banner__text .col-6:nth-child(2) {
  margin-right: 0;
}
.b-landingpage .b-why .c-banner__text .col-6:nth-child(2) table {
  margin-right: 0 !important;
}
@media only screen and (max-width: 767px) {
  .b-landingpage .b-why {
    height: 647px;
  }
  .b-landingpage .b-why .player img {
    height: 647px;
    width: 250% !important;
    max-width: 250%;
  }
  .b-landingpage .b-why .c-banner__text {
    top: 0%;
  }
  .b-landingpage .b-why h2 {
    font-size: 26px !important;
  }
  .b-landingpage .b-why table {
    float: unset !important;
  }
}
.b-landingpage .b-company .size-company {
  margin-left: 11%;
}
.b-landingpage .b-company h2 {
  color: black;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 600;
}
.b-landingpage .b-company li {
  padding: 3px 12px;
}
.b-landingpage .b-signup-land {
  background-color: #015e99;
  border-top: 2px solid white;
  /*   background-color: white;
        color: white;
        background-image: linear-gradient(90deg, rgba(19, 108, 152, 1), #093b60);
        border-top: 2px solid white;

      a {
        color:white !important;
        font-weight: 700;
      }*/
}
.b-landingpage .b-signup-land .c-btn-hover {
  position: relative;
  display: inline-block;
  padding: 10px 92px;
  border: 1px solid white;
  color: white !important;
  text-transform: uppercase;
  border-radius: 40px;
  font-size: 23px;
  background-image: linear-gradient(-90deg, #136c98, #093b60);
  transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  -webkit-transition: color 0.1s linear;
}
.b-landingpage .b-footerl {
  background: white !important;
}
.b-landingpage .b-footerl p {
  color: black;
}
.b-landingpage .b-footerl a {
  color: black !important;
}
@media (min-width: 768px)\a       #g-navigation .g-container > .g-grid:first-child {
  .b-landingpage {
    padding: 0 2px 10px 30px;
  }
}
.b-landingpage .marginh1 {
  margin-left: 5%;
}
.b-landingpage .g-title {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .b-landingpage .g-title {
    font-size: 18px;
  }
}
.b-landingpage .b-presentation {
  margin-left: 10%;
  margin-right: 10%;
}
.b-landingpage .b-slogan {
  position: relative;
  top: 10px;
}
@media only screen and (max-width: 767px) {
  .b-landingpage .b-slogan {
    text-align: center !important;
  }
}
.b-landingpage .b-slogan1 {
  position: relative;
  top: 7px;
}
@media only screen and (max-width: 767px) {
  .b-landingpage .b-slogan1 {
    text-align: center !important;
  }
}
.b-landingpage .form-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1000 !important;
  top: 0;
}
.b-landingpage .form-popup label, .b-landingpage .form-popup h3 {
  color: white !important;
}
.b-landingpage .form-popup .ui[class*="two column"].grid > .column:not(.row), .b-landingpage .form-popup .ui[class*="two column"].grid > .row > .column {
  width: 100%;
}
@media (max-width: 741px) {
  .b-landingpage .form-popup {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
@media (min-width: 900px) {
  .b-landingpage .form-popup {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 5em;
  }
}
@media (min-width: 1200px) {
  .b-landingpage .form-popup {
    padding: 83px 348px !important;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.b-landingpage .form-popup .custom {
  position: absolute;
  margin-left: 39%;
  width: 329px;
}
@media only screen and (max-width: 767px) {
  .b-landingpage .form-popup .custom {
    margin-left: 6%;
  }
}
.b-landingpage .form-popup .custom div:first-child {
  background-color: #093b60;
}
.b-landingpage .form-popup .custom .popup {
  border: 2px solid #093b60;
  border-radius: 5px;
  background-color: #093b60;
  padding: 21px;
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  .b-landingpage .form-popup .custom .popup {
    padding: 20px 93px;
    width: 500px;
  }
}
.b-landingpage .form-popup .custom .popup .popup-header {
  font-size: 1.2em;
  color: white;
  text-transform: uppercase;
  margin: 9px;
}
@media only screen and (max-width: 767px) {
  .b-landingpage .form-popup .custom .popup .popup-header {
    font-size: 16px;
  }
}
.b-landingpage .form-popup .custom .popup .opt-in {
  padding-right: 90px;
}
.b-landingpage .form-popup .custom .popup .opt-in label {
  color: white;
}
.b-landingpage .form-popup .custom .fa {
  color: white;
  font-size: 1.5em;
}
@media (min-width: 1200px) {
  .b-landingpage .form-popup .custom .fa {
    position: absolute;
    right: 15px;
    top: 13px;
    font-size: 1.5em;
  }
}
.b-landingpage .form-popup .custom .chronoforms6_credits {
  display: none;
}
.b-landingpage .b-over {
  margin-left: 10%;
  margin-right: 10%;
}
.b-landingpage .b-over li, .b-landingpage .b-over div {
  color: black;
}
.b-landingpage .b-over h3 {
  color: #015e98 !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.b-landingpage .b-cata {
  background-color: #dcf0ff;
}
.b-landingpage .b-cata .b-cata-sz {
  margin-left: 10%;
  margin-right: 10%;
}
.b-landingpage .b-cata h3 {
  color: #015e98 !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.b-landingpage .b-cata table {
  border: none;
}
.b-landingpage .b-cata table th, .b-landingpage .b-cata table td, .b-landingpage .b-cata table tr {
  border: none;
}
.b-landingpage .b-fact .c-image-text-overlay.c-bg-image {
  height: auto;
}
.b-landingpage .b-fact .c-banner__text {
  top: 12%;
}
@media only screen and (max-width: 767px) {
  .b-landingpage .b-fact .c-banner__text {
    top: -21px;
  }
}
.b-landingpage .b-fact .c-banner__text a {
  color: white;
}
.b-landingpage .b-fact .c-btn-hover {
  position: relative;
  display: inline-block;
  padding: 10px 92px;
  border: 1px solid white;
  color: white !important;
  text-transform: uppercase;
  border-radius: 40px;
  font-size: 23px;
  background-image: linear-gradient(-90deg, #136c98, #093b60);
  transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  -webkit-transition: color 0.1s linear;
}
@media only screen and (max-width: 767px) {
  .b-landingpage .b-fact .c-btn-hover {
    font-size: x-small;
  }
}
.b-landingpage .b-fact .c-btn-hover:after, .b-landingpage .b-fact .c-btn-hover::after {
  transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  background: #093b60;
  color: white;
  content: "";
  position: absolute;
  z-index: -1;
}
.b-landingpage .b-fact .c-btn-hover.c-btn-hover--style1 {
  overflow: hidden;
}
.b-landingpage .b-fact .c-btn-hover.c-btn-hover--style1:after, .b-landingpage .b-fact .c-btn-hover.c-btn-hover--style1::after {
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}
.b-landingpage .b-fact .c-btn-hover.c-btn-hover--style1:hover {
  color: white;
}
.b-landingpage .b-fact .c-btn-hover.c-btn-hover--style1:hover:after, .b-landingpage .b-fact .c-btn-hover.c-btn-hover--style1:hover::after {
  height: 100%;
  width: 135%;
}
@media (min-width: 768px) {
  .b-landingpage .b-footerl .g-container > .g-grid:nth-child(2) {
    padding: 0px 0px 0px !important;
  }
}
.b-landingpage .b-header-stock .stockquote-table {
  position: relative;
  top: 23px;
}
.b-landingpage .b-header-stock .stockquote-table th label {
  color: #093b60;
}
.b-landingpage .b-header-stock .stockquote-table .stock-data-entry-LastTradePriceOnly {
  color: black;
}
.b-landingpage #g-navigation .g-grid:nth-child(1) {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: all ease-out;
  -moz-transition: all ease-out;
  -ms-transition: all ease-out;
  -o-transition: all ease-out;
  -webkit-transition: all ease-out;
}
.b-landingpage .land-sing-up {
  position: relative;
  top: 14px;
}
@media only screen and (max-width: 767px) {
  .b-landingpage #g-navigation .g-container > .g-grid:first-child {
    background: white;
  }
}
@media only screen and (max-width: 767px) {
  .b-landingpage #g-navigation .g-container > .g-grid:nth-child(2) {
    height: 148px;
  }
}
.b-landingpage .m-social-icons-search .c-signup-header a {
  display: block;
  height: 46px;
  background: #136c98;
  padding: 9px 56px 0;
  top: -4px;
  position: relative;
  color: white !important;
}
#stockquote-89, #stockquote-156 {
  display: inline-block;
}
.fullstock span {
  position: relative;
  top: -9px;
  left: -16px;
}
@media only screen and (max-width: 767px) {
  .fullstock {
    font-size: 14px;
    height: 72px;
  }
}
@media only screen and (max-width: 767px) {
  .g-offcanvas-toggle {
    top: 21px;
  }
}
.project_submissions input, .project_submissions button, .project_submissions #file_upload {
  width: 305px;
  border-radius: 0px !important;
}
.project_submissions .ui.green.button, .project_submissions .ui.green.buttons .button {
  background-color: white !important;
  color: #136c98 !important;
  text-shadow: none;
  border: 3px solid #136c98 !important;
}
.project_submissions .ui.green.button:hover, .project_submissions .ui.green.buttons .button:hover {
  color: white !important;
  background-color: #136c98 !important;
  border: 3px solid #136c98 !important;
  border-radius: 0;
}
.b-menuold {
  display: none;
}
#g-navigation .fut-menu {
  /* Navbar container */
  /*.navbar li  a  {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
  }*/
  /* Links inside the navbar */
  /* Add a background color on hover */
  /* The dropdown container */
  /* Dropdown button */
  /* Add a red background color to navbar links on hover */
  /* Dropdown content (hidden by default) */
  /* Mega Menu header, if needed */
  /* Show the dropdown menu on hover */
  /* Clear floats after the columns */
}
@media only screen and (max-width: 767px) {
  #g-navigation .fut-menu {
    display: none;
  }
}
#g-navigation .fut-menu .fa-caret-down {
  display: none;
}
#g-navigation .fut-menu .navbar {
  overflow: hidden;
  background-color: transparent;
  margin-bottom: 0px;
}
#g-navigation .fut-menu .navbar .dropdown1-content a {
  float: left;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}
#g-navigation .fut-menu .navbar .column a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: white;
  white-space: nowrap;
  transition: color 0.2s linear;
}
#g-navigation .fut-menu p {
  font-size: 12px;
  text-align: left;
}
#g-navigation .fut-menu .column {
  float: left;
  width: 33.33%;
  padding: 10px;
  height: 250px;
}
#g-navigation .fut-menu .column a:hover {
  background-color: transparent;
  color: #c29d2a !important;
  transition: color 0.3s linear;
}
#g-navigation .fut-menu .column .num1 {
  text-transform: uppercase;
  text-align: right;
  color: white;
  font-weight: 600;
  margin-right: 8%;
  font-size: 31px;
}
#g-navigation .fut-menu .column.num2 {
  border-left: 6px solid #0e6f99;
}
#g-navigation .fut-menu .column.num3 {
  text-align: left;
  color: white;
  font-size: 12px;
}
#g-navigation .fut-menu .dropdown1 {
  float: left;
  overflow: hidden;
  width: 10.4%;
}
#g-navigation .fut-menu .dropdown1.bigsize {
  float: left;
  overflow: hidden;
  width: 26%;
}
#g-navigation .fut-menu .dropdown1 .dropbtn {
  border: none;
  outline: none;
  color: black;
  padding: 22px 0px;
  background-color: inherit;
  margin: 0;
  /* Important for vertical align on mobile phones */
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1rem;
  font-family: "Source Sans Pro";
  border-left: 1px solid darkgray;
  width: 100%;
}
#g-navigation .fut-menu .dropdown1 .dropbtn a {
  color: black;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #g-navigation .fut-menu .dropdown1 .dropbtn {
    font-size: 11px;
  }
}
#g-navigation .fut-menu .navbar a:hover, #g-navigation .fut-menu .dropdown1:hover .dropbtn {
  color: #136c98;
}
#g-navigation .fut-menu .dropdown-menu1 {
  list-style: none;
  background-color: #ffffff;
  margin-top: 0rem;
}
#g-navigation .fut-menu .dropdown1-content {
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s, opacity 0.5s linear;
}
#g-navigation .fut-menu .dropdown1-content .header {
  padding: 8px;
  color: white;
}
#g-navigation .fut-menu .dropdown1:hover .dropdown1-content {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.3s, opacity 0.3s linear;
}
#g-navigation .fut-menu .row:after {
  content: "";
  display: table;
  clear: both;
}
.mcor .mcor {
  color: #136c98 !important;
  background: white !important;
}
.minv .minv {
  color: #136c98 !important;
  background: white !important;
}
.mpro .mpro {
  color: #136c98 !important;
  background: white !important;
}
.mmed .mmed {
  color: #136c98 !important;
  background: white !important;
}
.mnew .mnew {
  color: #136c98 !important;
  background: white !important;
}
.mcont .mcont {
  color: #136c98 !important;
  background: white !important;
}
.gantry.itemid-1 .item-1 a, .gantry.itemid-2 .item-2 a, .gantry.itemid-3 .item-3 a, .gantry.itemid-4 .item-4 a, .gantry.itemid-5 .item-5 a, .gantry.itemid-6 .item-6 a, .gantry.itemid-7 .item-7 a, .gantry.itemid-8 .item-8 a, .gantry.itemid-9 .item-9 a, .gantry.itemid-10 .item-10 a, .gantry.itemid-11 .item-11 a, .gantry.itemid-12 .item-12 a, .gantry.itemid-13 .item-13 a, .gantry.itemid-14 .item-14 a, .gantry.itemid-15 .item-15 a, .gantry.itemid-16 .item-16 a, .gantry.itemid-17 .item-17 a, .gantry.itemid-18 .item-18 a, .gantry.itemid-19 .item-19 a, .gantry.itemid-20 .item-20 a, .gantry.itemid-21 .item-21 a, .gantry.itemid-22 .item-22 a, .gantry.itemid-23 .item-23 a, .gantry.itemid-24 .item-24 a, .gantry.itemid-25 .item-25 a, .gantry.itemid-26 .item-26 a, .gantry.itemid-27 .item-27 a, .gantry.itemid-28 .item-28 a, .gantry.itemid-29 .item-29 a, .gantry.itemid-30 .item-30 a, .gantry.itemid-31 .item-31 a, .gantry.itemid-32 .item-32 a, .gantry.itemid-33 .item-33 a, .gantry.itemid-34 .item-34 a, .gantry.itemid-35 .item-35 a, .gantry.itemid-36 .item-36 a, .gantry.itemid-37 .item-37 a, .gantry.itemid-38 .item-38 a, .gantry.itemid-39 .item-39 a, .gantry.itemid-40 .item-40 a, .gantry.itemid-41 .item-41 a, .gantry.itemid-42 .item-42 a, .gantry.itemid-43 .item-43 a, .gantry.itemid-44 .item-44 a, .gantry.itemid-45 .item-45 a, .gantry.itemid-46 .item-46 a, .gantry.itemid-47 .item-47 a, .gantry.itemid-48 .item-48 a, .gantry.itemid-49 .item-49 a, .gantry.itemid-50 .item-50 a, .gantry.itemid-51 .item-51 a, .gantry.itemid-52 .item-52 a, .gantry.itemid-53 .item-53 a, .gantry.itemid-54 .item-54 a, .gantry.itemid-55 .item-55 a, .gantry.itemid-56 .item-56 a, .gantry.itemid-57 .item-57 a, .gantry.itemid-58 .item-58 a, .gantry.itemid-59 .item-59 a, .gantry.itemid-60 .item-60 a, .gantry.itemid-61 .item-61 a, .gantry.itemid-62 .item-62 a, .gantry.itemid-63 .item-63 a, .gantry.itemid-64 .item-64 a, .gantry.itemid-65 .item-65 a, .gantry.itemid-66 .item-66 a, .gantry.itemid-67 .item-67 a, .gantry.itemid-68 .item-68 a, .gantry.itemid-69 .item-69 a, .gantry.itemid-70 .item-70 a, .gantry.itemid-71 .item-71 a, .gantry.itemid-72 .item-72 a, .gantry.itemid-73 .item-73 a, .gantry.itemid-74 .item-74 a, .gantry.itemid-75 .item-75 a, .gantry.itemid-76 .item-76 a, .gantry.itemid-77 .item-77 a, .gantry.itemid-78 .item-78 a, .gantry.itemid-79 .item-79 a, .gantry.itemid-80 .item-80 a, .gantry.itemid-81 .item-81 a, .gantry.itemid-82 .item-82 a, .gantry.itemid-83 .item-83 a, .gantry.itemid-84 .item-84 a, .gantry.itemid-85 .item-85 a, .gantry.itemid-86 .item-86 a, .gantry.itemid-87 .item-87 a, .gantry.itemid-88 .item-88 a, .gantry.itemid-89 .item-89 a, .gantry.itemid-90 .item-90 a, .gantry.itemid-91 .item-91 a, .gantry.itemid-92 .item-92 a, .gantry.itemid-93 .item-93 a, .gantry.itemid-94 .item-94 a, .gantry.itemid-95 .item-95 a, .gantry.itemid-96 .item-96 a, .gantry.itemid-97 .item-97 a, .gantry.itemid-98 .item-98 a, .gantry.itemid-99 .item-99 a, .gantry.itemid-100 .item-100 a, .gantry.itemid-101 .item-101 a, .gantry.itemid-102 .item-102 a, .gantry.itemid-103 .item-103 a, .gantry.itemid-104 .item-104 a, .gantry.itemid-105 .item-105 a, .gantry.itemid-106 .item-106 a, .gantry.itemid-107 .item-107 a, .gantry.itemid-108 .item-108 a, .gantry.itemid-109 .item-109 a, .gantry.itemid-110 .item-110 a, .gantry.itemid-111 .item-111 a, .gantry.itemid-112 .item-112 a, .gantry.itemid-113 .item-113 a, .gantry.itemid-114 .item-114 a, .gantry.itemid-115 .item-115 a, .gantry.itemid-116 .item-116 a, .gantry.itemid-117 .item-117 a, .gantry.itemid-118 .item-118 a, .gantry.itemid-119 .item-119 a, .gantry.itemid-120 .item-120 a, .gantry.itemid-121 .item-121 a, .gantry.itemid-122 .item-122 a, .gantry.itemid-123 .item-123 a, .gantry.itemid-124 .item-124 a, .gantry.itemid-125 .item-125 a, .gantry.itemid-126 .item-126 a, .gantry.itemid-127 .item-127 a, .gantry.itemid-128 .item-128 a, .gantry.itemid-129 .item-129 a, .gantry.itemid-130 .item-130 a, .gantry.itemid-131 .item-131 a, .gantry.itemid-132 .item-132 a, .gantry.itemid-133 .item-133 a, .gantry.itemid-134 .item-134 a, .gantry.itemid-135 .item-135 a, .gantry.itemid-136 .item-136 a, .gantry.itemid-137 .item-137 a, .gantry.itemid-138 .item-138 a, .gantry.itemid-139 .item-139 a, .gantry.itemid-140 .item-140 a, .gantry.itemid-141 .item-141 a, .gantry.itemid-142 .item-142 a, .gantry.itemid-143 .item-143 a, .gantry.itemid-144 .item-144 a, .gantry.itemid-145 .item-145 a, .gantry.itemid-146 .item-146 a, .gantry.itemid-147 .item-147 a, .gantry.itemid-148 .item-148 a, .gantry.itemid-149 .item-149 a, .gantry.itemid-150 .item-150 a, .gantry.itemid-151 .item-151 a, .gantry.itemid-152 .item-152 a, .gantry.itemid-153 .item-153 a, .gantry.itemid-154 .item-154 a, .gantry.itemid-155 .item-155 a, .gantry.itemid-156 .item-156 a, .gantry.itemid-157 .item-157 a, .gantry.itemid-158 .item-158 a, .gantry.itemid-159 .item-159 a, .gantry.itemid-160 .item-160 a, .gantry.itemid-161 .item-161 a, .gantry.itemid-162 .item-162 a, .gantry.itemid-163 .item-163 a, .gantry.itemid-164 .item-164 a, .gantry.itemid-165 .item-165 a, .gantry.itemid-166 .item-166 a, .gantry.itemid-167 .item-167 a, .gantry.itemid-168 .item-168 a, .gantry.itemid-169 .item-169 a, .gantry.itemid-170 .item-170 a, .gantry.itemid-171 .item-171 a, .gantry.itemid-172 .item-172 a, .gantry.itemid-173 .item-173 a, .gantry.itemid-174 .item-174 a, .gantry.itemid-175 .item-175 a, .gantry.itemid-176 .item-176 a, .gantry.itemid-177 .item-177 a, .gantry.itemid-178 .item-178 a, .gantry.itemid-179 .item-179 a, .gantry.itemid-180 .item-180 a, .gantry.itemid-181 .item-181 a, .gantry.itemid-182 .item-182 a, .gantry.itemid-183 .item-183 a, .gantry.itemid-184 .item-184 a, .gantry.itemid-185 .item-185 a, .gantry.itemid-186 .item-186 a, .gantry.itemid-187 .item-187 a, .gantry.itemid-188 .item-188 a, .gantry.itemid-189 .item-189 a, .gantry.itemid-190 .item-190 a, .gantry.itemid-191 .item-191 a, .gantry.itemid-192 .item-192 a, .gantry.itemid-193 .item-193 a, .gantry.itemid-194 .item-194 a, .gantry.itemid-195 .item-195 a, .gantry.itemid-196 .item-196 a, .gantry.itemid-197 .item-197 a, .gantry.itemid-198 .item-198 a, .gantry.itemid-199 .item-199 a, .gantry.itemid-200 .item-200 a, .gantry.itemid-201 .item-201 a, .gantry.itemid-202 .item-202 a, .gantry.itemid-203 .item-203 a, .gantry.itemid-204 .item-204 a, .gantry.itemid-205 .item-205 a, .gantry.itemid-206 .item-206 a, .gantry.itemid-207 .item-207 a, .gantry.itemid-208 .item-208 a, .gantry.itemid-209 .item-209 a, .gantry.itemid-210 .item-210 a, .gantry.itemid-211 .item-211 a, .gantry.itemid-212 .item-212 a, .gantry.itemid-213 .item-213 a, .gantry.itemid-214 .item-214 a, .gantry.itemid-215 .item-215 a, .gantry.itemid-216 .item-216 a, .gantry.itemid-217 .item-217 a, .gantry.itemid-218 .item-218 a, .gantry.itemid-219 .item-219 a, .gantry.itemid-220 .item-220 a, .gantry.itemid-221 .item-221 a, .gantry.itemid-222 .item-222 a, .gantry.itemid-223 .item-223 a, .gantry.itemid-224 .item-224 a, .gantry.itemid-225 .item-225 a, .gantry.itemid-226 .item-226 a, .gantry.itemid-227 .item-227 a, .gantry.itemid-228 .item-228 a, .gantry.itemid-229 .item-229 a, .gantry.itemid-230 .item-230 a, .gantry.itemid-231 .item-231 a, .gantry.itemid-232 .item-232 a, .gantry.itemid-233 .item-233 a, .gantry.itemid-234 .item-234 a, .gantry.itemid-235 .item-235 a, .gantry.itemid-236 .item-236 a, .gantry.itemid-237 .item-237 a, .gantry.itemid-238 .item-238 a, .gantry.itemid-239 .item-239 a, .gantry.itemid-240 .item-240 a, .gantry.itemid-241 .item-241 a, .gantry.itemid-242 .item-242 a, .gantry.itemid-243 .item-243 a, .gantry.itemid-244 .item-244 a, .gantry.itemid-245 .item-245 a, .gantry.itemid-246 .item-246 a, .gantry.itemid-247 .item-247 a, .gantry.itemid-248 .item-248 a, .gantry.itemid-249 .item-249 a, .gantry.itemid-250 .item-250 a, .gantry.itemid-251 .item-251 a, .gantry.itemid-252 .item-252 a, .gantry.itemid-253 .item-253 a, .gantry.itemid-254 .item-254 a, .gantry.itemid-255 .item-255 a, .gantry.itemid-256 .item-256 a, .gantry.itemid-257 .item-257 a, .gantry.itemid-258 .item-258 a, .gantry.itemid-259 .item-259 a, .gantry.itemid-260 .item-260 a, .gantry.itemid-261 .item-261 a, .gantry.itemid-262 .item-262 a, .gantry.itemid-263 .item-263 a, .gantry.itemid-264 .item-264 a, .gantry.itemid-265 .item-265 a, .gantry.itemid-266 .item-266 a, .gantry.itemid-267 .item-267 a, .gantry.itemid-268 .item-268 a, .gantry.itemid-269 .item-269 a, .gantry.itemid-270 .item-270 a, .gantry.itemid-271 .item-271 a, .gantry.itemid-272 .item-272 a, .gantry.itemid-273 .item-273 a, .gantry.itemid-274 .item-274 a, .gantry.itemid-275 .item-275 a, .gantry.itemid-276 .item-276 a, .gantry.itemid-277 .item-277 a, .gantry.itemid-278 .item-278 a, .gantry.itemid-279 .item-279 a, .gantry.itemid-280 .item-280 a, .gantry.itemid-281 .item-281 a, .gantry.itemid-282 .item-282 a, .gantry.itemid-283 .item-283 a, .gantry.itemid-284 .item-284 a, .gantry.itemid-285 .item-285 a, .gantry.itemid-286 .item-286 a, .gantry.itemid-287 .item-287 a, .gantry.itemid-288 .item-288 a, .gantry.itemid-289 .item-289 a, .gantry.itemid-290 .item-290 a, .gantry.itemid-291 .item-291 a, .gantry.itemid-292 .item-292 a, .gantry.itemid-293 .item-293 a, .gantry.itemid-294 .item-294 a, .gantry.itemid-295 .item-295 a, .gantry.itemid-296 .item-296 a, .gantry.itemid-297 .item-297 a, .gantry.itemid-298 .item-298 a, .gantry.itemid-299 .item-299 a, .gantry.itemid-300 .item-300 a, .gantry.itemid-301 .item-301 a, .gantry.itemid-302 .item-302 a, .gantry.itemid-303 .item-303 a, .gantry.itemid-304 .item-304 a, .gantry.itemid-305 .item-305 a, .gantry.itemid-306 .item-306 a, .gantry.itemid-307 .item-307 a, .gantry.itemid-308 .item-308 a, .gantry.itemid-309 .item-309 a, .gantry.itemid-310 .item-310 a, .gantry.itemid-311 .item-311 a, .gantry.itemid-312 .item-312 a, .gantry.itemid-313 .item-313 a, .gantry.itemid-314 .item-314 a, .gantry.itemid-315 .item-315 a, .gantry.itemid-316 .item-316 a, .gantry.itemid-317 .item-317 a, .gantry.itemid-318 .item-318 a, .gantry.itemid-319 .item-319 a, .gantry.itemid-320 .item-320 a, .gantry.itemid-321 .item-321 a, .gantry.itemid-322 .item-322 a, .gantry.itemid-323 .item-323 a, .gantry.itemid-324 .item-324 a, .gantry.itemid-325 .item-325 a, .gantry.itemid-326 .item-326 a, .gantry.itemid-327 .item-327 a, .gantry.itemid-328 .item-328 a, .gantry.itemid-329 .item-329 a, .gantry.itemid-330 .item-330 a, .gantry.itemid-331 .item-331 a, .gantry.itemid-332 .item-332 a, .gantry.itemid-333 .item-333 a, .gantry.itemid-334 .item-334 a, .gantry.itemid-335 .item-335 a, .gantry.itemid-336 .item-336 a, .gantry.itemid-337 .item-337 a, .gantry.itemid-338 .item-338 a, .gantry.itemid-339 .item-339 a, .gantry.itemid-340 .item-340 a, .gantry.itemid-341 .item-341 a, .gantry.itemid-342 .item-342 a, .gantry.itemid-343 .item-343 a, .gantry.itemid-344 .item-344 a, .gantry.itemid-345 .item-345 a, .gantry.itemid-346 .item-346 a, .gantry.itemid-347 .item-347 a, .gantry.itemid-348 .item-348 a, .gantry.itemid-349 .item-349 a, .gantry.itemid-350 .item-350 a, .gantry.itemid-351 .item-351 a, .gantry.itemid-352 .item-352 a, .gantry.itemid-353 .item-353 a, .gantry.itemid-354 .item-354 a, .gantry.itemid-355 .item-355 a, .gantry.itemid-356 .item-356 a, .gantry.itemid-357 .item-357 a, .gantry.itemid-358 .item-358 a, .gantry.itemid-359 .item-359 a, .gantry.itemid-360 .item-360 a, .gantry.itemid-361 .item-361 a, .gantry.itemid-362 .item-362 a, .gantry.itemid-363 .item-363 a, .gantry.itemid-364 .item-364 a, .gantry.itemid-365 .item-365 a, .gantry.itemid-366 .item-366 a, .gantry.itemid-367 .item-367 a, .gantry.itemid-368 .item-368 a, .gantry.itemid-369 .item-369 a, .gantry.itemid-370 .item-370 a, .gantry.itemid-371 .item-371 a, .gantry.itemid-372 .item-372 a, .gantry.itemid-373 .item-373 a, .gantry.itemid-374 .item-374 a, .gantry.itemid-375 .item-375 a, .gantry.itemid-376 .item-376 a, .gantry.itemid-377 .item-377 a, .gantry.itemid-378 .item-378 a, .gantry.itemid-379 .item-379 a, .gantry.itemid-380 .item-380 a, .gantry.itemid-381 .item-381 a, .gantry.itemid-382 .item-382 a, .gantry.itemid-383 .item-383 a, .gantry.itemid-384 .item-384 a, .gantry.itemid-385 .item-385 a, .gantry.itemid-386 .item-386 a, .gantry.itemid-387 .item-387 a, .gantry.itemid-388 .item-388 a, .gantry.itemid-389 .item-389 a, .gantry.itemid-390 .item-390 a, .gantry.itemid-391 .item-391 a, .gantry.itemid-392 .item-392 a, .gantry.itemid-393 .item-393 a, .gantry.itemid-394 .item-394 a, .gantry.itemid-395 .item-395 a, .gantry.itemid-396 .item-396 a, .gantry.itemid-397 .item-397 a, .gantry.itemid-398 .item-398 a, .gantry.itemid-399 .item-399 a, .gantry.itemid-400 .item-400 a, .gantry.itemid-401 .item-401 a, .gantry.itemid-402 .item-402 a, .gantry.itemid-403 .item-403 a, .gantry.itemid-404 .item-404 a, .gantry.itemid-405 .item-405 a, .gantry.itemid-406 .item-406 a, .gantry.itemid-407 .item-407 a, .gantry.itemid-408 .item-408 a, .gantry.itemid-409 .item-409 a, .gantry.itemid-410 .item-410 a, .gantry.itemid-411 .item-411 a, .gantry.itemid-412 .item-412 a, .gantry.itemid-413 .item-413 a, .gantry.itemid-414 .item-414 a, .gantry.itemid-415 .item-415 a, .gantry.itemid-416 .item-416 a, .gantry.itemid-417 .item-417 a, .gantry.itemid-418 .item-418 a, .gantry.itemid-419 .item-419 a, .gantry.itemid-420 .item-420 a, .gantry.itemid-421 .item-421 a, .gantry.itemid-422 .item-422 a, .gantry.itemid-423 .item-423 a, .gantry.itemid-424 .item-424 a, .gantry.itemid-425 .item-425 a {
  color: #c29d2a !important;
}
.item-137 .mp-one {
  display: none;
}
.item-137:hover .mp-one {
  display: visibility;
}
.item-184 .mp-two {
  display: none;
}
.item-184:hover .mp-two {
  display: visibility;
}
.topbannermenu {
  text-align: center;
}
.topbannermenu .contenedor {
  position: relative;
}
.topbannermenu .contenedor img:nth-child(1) {
  width: 100%;
  max-height: 400px;
  height: 317px;
}
.topbannermenu .contenedor .column img {
  width: 296px;
  height: auto;
}
.topbannermenu .top-banner {
  position: absolute;
  top: 10px;
  left: 10px;
}
.topbannermenu .center-banner {
  position: absolute;
  top: 0%;
  width: 100%;
}
.topbannermenu .right-banner {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(4%, -50%);
  letter-spacing: 4px;
}
@media (min-width: 930px) and (max-width: 1690px) {
  .topbannermenu .right-banner {
    left: 43%;
    transform: translate(10%, -50%);
  }
}
@media (min-width: 780px) and (max-width: 929px) {
  .topbannermenu .right-banner {
    left: 31%;
    top: 35%;
    letter-spacing: 1px;
    transform: translate(2%, -50%);
  }
}
@media (max-width: 779px) {
  .topbannermenu .right-banner {
    left: 49%;
    letter-spacing: 0px;
    right: 5%;
  }
  .topbannermenu .right-banner h1 {
    color: white;
  }
}
.topbannermenu .left-banner {
  position: absolute;
  top: 78%;
  left: 9.5%;
}
@media only screen and (max-width: 767px) {
  .topbannermenu .left-banner {
    top: 54%;
  }
}
.nice-button {
  background-color: #136c98;
  width: 150px;
  height: 40px;
  font-weight: 500;
  font-size: 14px;
  border-radius: 20px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
@media (min-width: 700px) and (max-width: 1300px) {
  .m-sub-menu {
    font-size: 12px;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .stockbanner {
    background-image: url('../../../../images/projects/cecilia/subpageBanner.jpg');
  }
}
@media only screen and (max-width: 767px) {
  .c-header-stock {
    width: 100%;
  }
  .c-header-stock .stockquote-table {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .fullstock span {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .m-social-icons-search li {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .m-social-icons-search .m-social-icons li {
    display: contents !important;
  }
}
@media only screen and (max-width: 767px) {
  .m-social-icons-search .c-signup-header a {
    margin: 0 76px 0 75px !important;
  }
}
.project-button {
  color: white !important;
  background-color: #136c98 !important;
  border: 1px solid #136c98 !important;
  border-radius: 0;
  padding: 15px 30px;
  font-size: 2rem;
}
.project-button:hover {
  background-color: white !important;
  color: #136c98 !important;
  text-shadow: none;
  border: 1px solid #136c98 !important;
}
::-webkit-scrollbar-thumb {
  background-color: #136c98;
}
::-webkit-scrollbar-track {
  background: #093b60;
}
::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}
.showhide {
  cursor: pointer;
}
.showhide:before {
  height: 100px;
  background: yellow;
}
.showhide {
  cursor: pointer;
}
.showhide::after {
  content: "";
  background: transparent url('../../../../images/down8.png?5e25ec27') no-repeat right 50%;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 37px 10px 1px;
  background-size: 20px 20px;
}
.showhide.sel::after {
  background-image: url('../../../../images/down8-1.png');
  content: "";
  background-size: 20px 20px;
}
.b-canada .pad-text {
  padding: 4%;
}
@media only screen and (max-width: 767px) {
  .b-fact .c-banner--home {
    height: 56px;
  }
}
.b-landingpage #g-showcase .b-canada.b-canada-color {
  background-color: #015e99;
}
.b-landingpage #g-showcase .b-canada p, .b-landingpage #g-showcase .b-canada span, .b-landingpage #g-showcase .b-canada div {
  color: white !important;
  text-align: center;
}
.b-landingpage #g-showcase .b-canada ul, .b-landingpage #g-showcase .b-canada strong {
  list-style: none;
}
.b-landingpage #g-showcase .b-canada ul {
  margin-top: 0rem;
  margin-left: 0rem;
}
.b-landingpage #g-showcase .b-canada h3 {
  margin: 0.75rem 0 0rem 0;
}
.b-landingpage #g-showcase .b-canada li {
  background: white;
  color: #093b60;
  padding: 5%;
  border: 5px solid #015e98;
}
@media only screen and (max-width: 767px) {
  .b-landingpage #g-showcase .b-canada img {
    height: auto;
  }
}
.b-landingpage #g-showcase .b-canada .b-cata-sz {
  margin-left: 2%;
  margin-right: 2%;
}
.b-landingpage .bhp img {
  padding: 9% 0;
}
.b-landingpage .compa-img {
  background-image: url('../../../../images/landingpage/company1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 744px) {
  .b-landingpage .compa-img {
    background-image: none;
  }
}
.b-landingpage .compa-img img {
  display: none;
}
@media (max-width: 744px) {
  .b-landingpage .compa-img img {
    display: block;
  }
}
.b-landingpage .mapsize img {
  width: 81%;
}
.b-landingpage .b-canada.b-canada-map {
  background-color: #007fbf !important;
  border-bottom: 4px solid white;
}
.rc-anchor-normal .rc-anchor-checkbox-label {
  width: 119px;
}
.rc-anchor-normal {
  height: 74px;
  width: 282px;
}
.fix-text-strong strong {
  color: black !important;
}
@media only screen and (max-width: 767px) {
  .spacer {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .g-recaptcha div:first-child {
    width: 234px;
    height: 49px;
  }
}
@media only screen and (max-width: 767px) {
  .img-popf {
    height: 75px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .form-popup br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .f-pop-s {
    display: none;
  }
}
.f-pop-p {
  padding: 5%;
  width: 100%;
  text-align: -webkit-right;
  display: none;
}
@media only screen and (max-width: 767px) {
  .f-pop-p {
    display: block;
  }
}
.fa-close {
  color: #136c98;
}
#jcemediabox-popup-body, #jcemediabox-popup-content {
  width: 400px !important;
  height: 542px !important;
}
#jcemediabox-popup-content {
  width: 90% !important;
}
#jcemediabox-popup-iframe {
  border: none !important;
  box-shadow: none !important;
}
.form-popup #jcemediabox-popup-content {
  height: 643px !important;
}
@media only screen and (max-width: 767px) {
  .form-popup #jcemediabox-popup-content {
    height: 540px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ui.form .field {
    margin: 0 0 0.4em !important;
  }
  .ui.checkbox input.hidden + label {
    margin: 1rem 0 1em;
  }
}
@media only screen and (max-width: 767px) {
  .ui.form .field .prompt.label {
    display: none !important;
  }
}
#google_nocaptcha10 {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .f-pop-p #button11 {
    margin-top: 3px;
  }
}
#jcemediabox-popup-body {
  top: 71px !important;
}
@media only screen and (max-width: 767px) {
  #jcemediabox-popup-body {
    top: 1px !important;
  }
}
#jcemediabox-popup-content {
  display: table-cell;
}
.ui.message.g2-message.error {
  font-size: 8px;
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .c-banner-container .c-banner-text {
    top: 65% !important;
  }
}
.c-banner--home h4 {
  font-size: 36px;
  color: white;
  margin: -2.25rem 0 1.5rem 0;
  text-shadow: 1px 1px 1px #00101d;
  text-decoration-line: underline;
}
@media only screen and (max-width: 1000px) {
  .c-banner--home h4 {
    margin: 4.75rem 0 1.5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-banner--home h4 {
    margin: -4.25rem 0 1.5rem 0;
    font-size: 23px;
    padding: 2%;
  }
}
.pdfWrapper {
  text-align: center;
}
.pdfWrapper .c-animated-object {
  opacity: 1;
  text-align: center;
}
.fixvideo .c-banner-container {
  height: 900px;
}
@media (max-width: 1558px) {
  .fixvideo .c-banner-container {
    height: 800px;
  }
}
@media (max-width: 1400px) {
  .fixvideo .c-banner-container {
    height: 700px;
  }
}
@media (max-width: 1200px) {
  .fixvideo .c-banner-container {
    height: 600px;
  }
}
@media (max-width: 1000px) {
  .fixvideo .c-banner-container {
    height: 400px;
  }
}
@media (max-width: 600px) {
  .fixvideo .c-banner-container {
    height: 182px;
  }
  .fixvideo .c-banner-container video {
    width: 100% !important;
  }
}
#presen #jcemediabox-popup-body-p {
  width: 100% !important;
  height: 70% !important;
}
#presen #jcemediabox-popup-content-p {
  width: 100% !important;
  height: 100% !important;
}
.space-vertical {
  padding: 50px 0;
}
.space-top {
  padding-top: 50px;
}
.sign-one #g-main .b-page-content {
  margin: auto;
}
.sign-one #g-main .column {
  text-align: center;
}
.sign-one #g-main form div {
  text-align: center;
}
.sign-one #g-main form {
  max-width: 600px;
  margin: auto;
}
.sign-one #g-main form, .sign-one #g-main h2 {
  text-align: center;
  line-height: 1;
}
.sign-one #g-main .ui.basic.red.pointing.prompt.label.transition.visible {
  display: none !important;
  position: fixed;
}
.map-pdf {
  position: relative;
  max-width: 700px;
  margin: auto;
}
@media (max-width: 1000px) {
  .map-pdf {
    max-width: 370px;
  }
}
.map-pdf .doc-royal {
  position: absolute;
  top: -4%;
  width: 154px;
  left: 31%;
  font-size: 13px;
  padding: 2% 0px;
  background: #f8f190;
  border: 2px solid #fefe34;
  text-align: center;
  /* color: red; */
  line-height: 1.5;
}
.map-pdf .doc-royal:hover {
  border: 3px solid #1b6c98;
}
.map-pdf .doc-royal a {
  color: #020201;
}
.map-pdf .doc-royal strong {
  color: black !important;
}
@media (max-width: 1000px) {
  .map-pdf .doc-royal {
    font-size: 9px;
    width: 99px;
    top: -7%;
  }
}
.map-pdf .doc-canoe {
  position: absolute;
  top: 14%;
  width: 180px;
  left: 56%;
  border: 2px solid #9f74bf;
  background: #e6e0ec;
  font-size: 13px;
  padding: 2% 0px;
  text-align: center;
  /* color: red; */
  line-height: 1.5;
}
.map-pdf .doc-canoe:hover {
  border: 3px solid #1b6c98;
}
.map-pdf .doc-canoe a {
  color: #020201;
}
.map-pdf .doc-canoe strong {
  color: black !important;
}
@media (max-width: 1000px) {
  .map-pdf .doc-canoe {
    font-size: 9px;
    top: 11%;
    width: 101px;
  }
}
#overlaypop {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  z-index: 100;
  display: none;
}
.cnt223 a {
  text-decoration: none;
}
.cnt223 {
  border-top: #106c98 8px solid;
  border-bottom: #106c98 9px solid;
}
.popup {
  background: #000000d1;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: none;
  position: fixed;
  z-index: 101;
  top: 0;
}
.close {
  top: -20px;
  font-size: 15px;
}
.cnt223 {
  background: white;
  margin: auto;
  width: 500px;
  min-height: 150px;
  margin: 100px auto;
  position: relative;
  z-index: 103;
  padding: 15px 35px;
  border-radius: 5px;
  box-shadow: 0 2px 5px #000;
}
@media only screen and (max-width: 767px) {
  .cnt223 {
    width: 100%;
  }
}
.cnt223 h2 {
  font-size: 14pt !important;
}
.cnt223 p {
  clear: both;
  color: #555555;
  /* text-align: justify; */
  font-size: 20px;
  font-family: sans-serif;
}
.cnt223 p a {
  color: #d91900;
  font-weight: bold;
}
.cnt223 .x {
  float: right;
  height: 35px;
  left: 22px;
  position: relative;
  top: -25px;
  width: 34px;
}
.cnt223 .x:hover {
  cursor: pointer;
}
.menu-thankyou #g-main {
  display: none;
}
.menu-thankyou .c-banner-container {
  height: 700px !important;
}
@media only screen and (max-width: 767px) {
  .menu-thankyou .c-banner-container {
    height: 330px !important;
  }
}
.popfix.cnt223 {
  margin: 0;
}
.blogitem-page.hasDivider > .items-row:not(:last-child) {
  border-bottom: 3px solid #136c98;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.multifield.grouped.fields {
  display: inline-flex !important;
}
.multifield.grouped.fields .field {
  font-size: 9px;
  margin: 0 !important;
  padding-left: 10px !important;
}
.multifield.grouped.fields .icon {
  font-size: 1em;
}
.ui.radio.checkbox .box, .ui.radio.checkbox label {
  padding-left: 17px !important;
}
@media only screen and (max-width: 767px) {
  .ui.checkbox input.hidden + label {
    margin: 0rem 0 1em !important;
  }
}
.cta {
  padding: 15px 50px 15px 50px;
  border-radius: 31px;
  border: solid 2px #fafafa;
  background-image: linear-gradient(276deg, #126793, #093e63 1%);
  color: white !important;
}
.fullstock {
  display: flex;
}
.fullstock .mod-newstockfq:not(:last-of-type) {
  border-right: 1px solid white;
  padding-right: 10px;
}
.fullstock .mod-newstockfq:not(:first-of-type) {
  padding-left: 10px;
}
.fullstock .mod-newstockfq {
  display: flex;
  gap: 0.5rem;
  text-transform: uppercase;
  font-family: "bebas_neueregular";
  font-weight: normal;
  font-size: 1.1rem;
}
.fullstock .mod-newstockfq h3 {
  margin: 0;
  font-size: 1.1rem;
  text-wrap: nowrap;
  color: #c8def0;
}
.fullstock .mod-newstockfq table {
  border: none;
}
.fullstock .mod-newstockfq table tbody {
  display: flex;
  gap: 0.5rem;
}
.fullstock .mod-newstockfq table tbody td {
  border: none;
  padding: 0;
}
.fullstock .mod-newstockfq table tbody td:first-of-type {
  color: #c8def0;
}
.fullstock .mod-newstockfq table tbody tr:first-of-type td:first-of-type {
  display: none;
}
.fullstock .mod-newstockfq table tbody .negativePercentChange {
  color: red;
}
.fullstock .mod-newstockfq table tbody .positivePercentChange {
  color: green;
}
.stockInfoPage #g-main .mod-newstockfq {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.stockInfoPage #g-main .mod-newstockfq h3 {
  color: #136c98 !important;
  font-size: 45px;
  margin-bottom: 0;
}
.stockInfoPage #g-main .mod-newstockfq table {
  border: none;
}
.stockInfoPage #g-main .mod-newstockfq table tbody {
  display: flex;
  flex-flow: row wrap;
}
.stockInfoPage #g-main .mod-newstockfq table tbody td {
  border: none;
}
.stockInfoPage #g-main .mod-newstockfq table tbody tr {
  flex: 1 0 30%;
}
.stockInfoPage #g-main .mod-newstockfq table tbody tr:first-of-type {
  order: -3;
  flex: 0 0 10%;
}
.stockInfoPage #g-main .mod-newstockfq table tbody tr:first-of-type td:first-of-type {
  display: none;
}
.stockInfoPage #g-main .mod-newstockfq table tbody tr:first-of-type td {
  color: #136c98;
  font-size: 45px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0.5;
}
.stockInfoPage #g-main .mod-newstockfq table tbody tr:nth-of-type(2) {
  order: -2;
  flex: 0 0 10%;
}
.stockInfoPage #g-main .mod-newstockfq table tbody tr:nth-of-type(2) td:first-of-type {
  display: none;
}
.stockInfoPage #g-main .mod-newstockfq table tbody tr:nth-of-type(2) td {
  color: #136c98;
  font-size: 45px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0.5;
}
.stockInfoPage #g-main .mod-newstockfq table tbody tr:last-of-type {
  order: -1;
  flex: 1 0 100%;
}
.stockInfoPage #g-main .mod-newstockfq table tbody tr:last-of-type td {
  font-size: 1rem;
}
.stockInfoPage #g-main .mod-newstockfq table tbody tr:not(:first-of-type):not(:last-of-type):not(:nth-of-type(2)) {
  display: flex;
  flex-flow: column;
}
.stockInfoPage #g-main .mod-newstockfq table tbody tr:not(:first-of-type):not(:last-of-type):not(:nth-of-type(2)) td {
  font-size: 1.5rem;
  padding-top: 0;
}
.stockInfoPage #g-main .mod-newstockfq table tbody tr:not(:first-of-type):not(:last-of-type):not(:nth-of-type(2)) td:first-of-type {
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 0;
}
.stockInfoPage #g-main .mod-newstockfq table tbody tr td.negativePercentChange {
  color: red;
}
.stockInfoPage #g-main .mod-newstockfq table tbody tr td.positivePercentChange {
  color: green;
}
/*# sourceMappingURL=custom_13.css.map */