/* 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";
.non-desktop {
  display: none;
}
@media only screen and (max-width: 1270px) {
  .non-desktop {
    display: block;
  }
}
.desktop-only {
  display: none;
}
@media only screen and (min-width: 1270px) {
  .desktop-only {
    display: block;
  }
}
.text-color-third {
  color: #9e6221;
}
.m-btn, .ui.button.m-btn {
  padding: 15px 0;
  display: block;
  width: 250px;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  border-radius: 15px;
  transition: all 0.2s linear;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  margin: auto;
  font-family: "roboto", sans-serif;
}
.m-btn.btn-color-main, .ui.button.m-btn.btn-color-main {
  background-color: #103454;
  color: white;
}
.m-btn.btn-color-main:hover, .ui.button.m-btn.btn-color-main:hover {
  background-color: #081929;
  color: white;
}
.m-btn.btn-color-light, .ui.button.m-btn.btn-color-light {
  background-color: #103454;
  color: #fff !important;
}
.m-btn.btn-color-light:hover, .ui.button.m-btn.btn-color-light:hover {
  background-color: #47698a;
  color: #0d0809;
}
.m-btn.btn-color-secondary, .ui.button.m-btn.btn-color-secondary {
  background-color: #a31122;
  color: white;
}
.m-btn.btn-color-secondary:hover, .ui.button.m-btn.btn-color-secondary:hover {
  background-color: #184f7f;
  color: white;
}
@media only screen and (max-width: 767px) {
  .m-btn, .ui.button.m-btn {
    width: 180px;
    padding: 10px 0;
    font-size: 18px;
  }
}
.signup-header {
  background-color: #103454;
  padding-right: 10%;
}
@media only screen and (max-width: 767px) {
  .signup-header {
    padding-right: 0;
  }
}
.btnheader {
  display: inline-block !important;
  padding: 6px 0;
  display: block;
  border-radius: 0;
}
.btnheader:hover {
  color: white !important;
}
.showcase-box {
  z-index: 2;
  margin-left: 5rem;
  width: 40px;
  height: 220px;
  background-color: #a31122;
  box-shadow: 25px 20px 0px 0px #5a82aa;
}
@media only screen and (max-width: 767px) {
  .showcase-box {
    margin-left: 10vw;
  }
}
.subpage-banner .showcase-box {
  box-shadow: 25px 20px 0px 0px #103454;
}
.box {
  position: relative;
}
.box .inner {
  width: 100%;
  height: 100%;
}
.box:before, .box:after {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  transition: all 0.2s linear;
  transition-delay: 0.2s;
}
.box .inner:before, .box .inner:after {
  content: "";
  height: 0;
  width: 3px;
  position: absolute;
  transition: all 0.2s linear;
  transition-delay: 0;
}
.box:before {
  right: 0;
  top: 0;
}
.box:after {
  left: 0;
  bottom: 0;
}
.box .inner:before {
  left: 0;
  top: 0;
}
.box .inner:after {
  right: 0;
  bottom: 0;
}
.box.active:before, .box.active:after {
  width: 100%;
  transition-delay: 0s;
}
.box.active .inner:before, .box.active .inner:after {
  height: 100%;
  transition-delay: 0.2s;
}
.primarybox:before, .primarybox:after, .primarybox .inner:before, .primarybox .inner:after {
  background-color: #a31122;
}
.secondarybox:before, .secondarybox:after, .secondarybox .inner:before, .secondarybox .inner:after {
  background-color: #1e2f5e;
}
.site .fade-in {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.site .fade-in.active {
  opacity: 1;
}
@-webkit-keyframes border-color {
  0% {
    border-color: #1e2f5e;
  }
  100% {
    border-color: #9e6221;
  }
}
@-moz-keyframes border-color {
  0% {
    border-color: #1e2f5e;
  }
  100% {
    border-color: #9e6221;
  }
}
@-ms-keyframes border-color {
  0% {
    border-color: #1e2f5e;
  }
  100% {
    border-color: #9e6221;
  }
}
@-o-keyframes border-color {
  0% {
    border-color: #1e2f5e;
  }
  100% {
    border-color: #9e6221;
  }
}
@keyframes border-color {
  0% {
    border-color: #1e2f5e;
  }
  100% {
    border-color: #9e6221;
  }
}
@-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;
  }
}
@-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 slideUp {
  0% {
    opacity: 0;
    bottom: -85px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-moz-keyframes slideUp {
  0% {
    opacity: 0;
    bottom: -85px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-ms-keyframes slideUp {
  0% {
    opacity: 0;
    bottom: -85px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-o-keyframes slideUp {
  0% {
    opacity: 0;
    bottom: -85px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    bottom: -85px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
.slide-right {
  opacity: 0;
  position: relative;
}
.slide-right.active {
  -webkit-animation: slideRight 1s ease-in-out;
  -moz-animation: slideRight 1s ease-in-out;
  -ms-animation: slideRight 1s ease-in-out;
  -o-animation: slideRight 1s ease-in-out;
  animation: slideRight 1s ease-in-out;
  opacity: 1;
}
.slide-left {
  opacity: 0;
  position: relative;
}
.slide-left.active {
  -webkit-animation: slideLeft 1s ease-in-out;
  -moz-animation: slideLeft 1s ease-in-out;
  -ms-animation: slideLeft 1s ease-in-out;
  -o-animation: slideLeft 1s ease-in-out;
  animation: slideLeft 1s ease-in-out;
  opacity: 1;
}
.slide-down {
  opacity: 0;
  position: relative;
}
.slide-down.active {
  -webkit-animation: slideDown 1s ease-in-out;
  -moz-animation: slideDown 1s ease-in-out;
  -ms-animation: slideDown 1s ease-in-out;
  -o-animation: slideDown 1s ease-in-out;
  animation: slideDown 1s ease-in-out;
  opacity: 1;
}
.slide-up {
  opacity: 0;
  position: relative;
}
.slide-up.active {
  -webkit-animation: slideUp 1s ease-in-out;
  -moz-animation: slideUp 1s ease-in-out;
  -ms-animation: slideUp 1s ease-in-out;
  -o-animation: slideUp 1s ease-in-out;
  animation: slideUp 1s ease-in-out;
  opacity: 1;
}
.border-color-animatable {
  border-color: #1e2f5e;
}
.border-color-animatable.active {
  animation: border-color 1s ease-in-out;
  border-color: #9e6221;
}
#g-main .latest-news-item.active {
  opacity: 1;
}
#g-main .article-link.active {
  transform-origin: 0% 50%;
}
.tombstone-south .image img .active {
  opacity: 1;
  transform: rotateZ(-2deg);
}
.section-separator {
  margin-top: 50px;
  width: 100%;
  height: 6px;
  background-color: #103454;
  position: relative;
}
.section-separator:before, .section-separator:after {
  content: "";
  display: block;
  position: absolute;
  width: 90px;
  height: 12px;
}
.section-separator:before {
  right: 20px;
  top: -3px;
  background-color: #5A82AA;
}
.section-separator:after {
  right: 10px;
  bottom: 6px;
  background-color: #a31122;
}
.col-2 {
  display: flex;
  align-items: center;
}
.col-2 > * {
  flex: 1;
  width: 50%;
  margin: 0;
}
.col-2 > *:first-child {
  margin-right: 20px;
}
.col-2 > *:last-child {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .col-2 {
    flex-direction: column;
  }
  .col-2 > *:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .col-2 > *:last-child {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.border-left {
  border-left: solid 15px;
  padding-left: 20px;
}
.border-left.border-main {
  border-color: #103454;
}
.border-left.border-secondary {
  border-color: #1e2f5e;
}
.border-left.border-third {
  border-color: #a31122;
}
#g-navigation .page-header {
  display: none;
}
#g-navigation .logo-scrolled.sublogo {
  display: block;
  max-height: 104px;
}
.subpage #g-main h3 {
  color: #1e2f5e;
  font-size: 30px;
}
.subpage #g-main p, .subpage #g-main strong, .subpage #g-main span, .subpage #g-main div {
  font-size: 20px;
  color: #0d0809;
}
.subpage #g-main a {
  color: #103454;
  font-size: 20px;
  transition: color 0.2s ease-out;
}
.subpage #g-main a:hover {
  color: #a31122;
}
.subpage #g-main ul {
  list-style: none;
  margin-left: 0;
}
.subpage #g-main ul li {
  font-size: 20px;
  color: #0d0809;
  position: relative;
  margin-left: 1.5em;
}
.subpage #g-main ul li:not(:last-child) {
  margin-bottom: 1em;
}
.subpage #g-main ul li::marker {
  display: none;
  color: #fff;
}
.subpage #g-main ul li:before {
  content: "•";
  color: #103454;
  font-weight: 700;
  display: inline-block;
  width: 1em;
  height: 1em;
  font-size: 2em;
  position: absolute;
  top: -0.35em;
  left: -0.8em;
}
@media only screen and (max-width: 767px) {
  .subpage #g-main h3 {
    font-size: 25px;
  }
  .subpage #g-main p, .subpage #g-main a, .subpage #g-main ul li, .subpage #g-main strong, .subpage #g-main span, .subpage #g-main div {
    font-size: 15.5px;
  }
}
.subpage-banner {
  position: relative;
  overflow: hidden;
}
.subpage-banner .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.subpage-banner .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subpage-banner .content {
  position: relative;
  margin-top: 138px;
  padding: 120px 0;
  padding-right: 10%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.subpage-banner .content h1, .subpage-banner .content h2 {
  font-size: 85px;
  font-weight: 900;
  color: #103454;
  text-shadow: -4px 2px 6px rgba(0, 0, 0, 0.22);
}
@media only screen and (max-width: 767px) {
  .subpage-banner .content h1, .subpage-banner .content h2 {
    font-size: 40px;
  }
  .subpage-banner .showcase-box {
    height: 150px;
  }
}
.page-content {
  background-image: url('../../../../images/transparent_background_new-logo.png');
  background-repeat: no-repeat;
  background-size: 760px 1031px;
  background-position: bottom -300px right 0;
  padding: 0 10%;
  padding-bottom: 100px;
}
.subpage.flushed .page-content {
  padding: 0;
}
.content-category {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.subpage h2, .com-content-category-blog h1 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 50px;
  text-align: center;
  color: #1e2f5e;
  font-weight: bold;
}
.subpage h2:after, .com-content-category-blog h1:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 250px;
  height: 10px;
  background-color: #a31122;
  margin: auto;
}
.content-category h2, .subpage .content-category h2, .subpage #g-main .subheading-category, .page-header h2, .subpage .content-category.news h1 {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 50px;
  text-align: center;
  color: #1e2f5e;
  font-weight: bold;
}
.content-category h2:after, .subpage .content-category h2:after, .subpage #g-main .subheading-category:after, .page-header h2:after, .subpage .content-category.news h1:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 250px;
  height: 10px;
  background-color: #a31122;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .content-category h2, .subpage .content-category h2, .subpage #g-main .subheading-category, .page-header h2, .subpage .content-category.news h1 {
    font-size: 30px;
  }
}
.subpage .content-category.news form .btn-toolbar {
  display: flex;
  justify-content: flex-end;
}
.subpage .content-category.news form .element-invisible {
  display: none;
}
.subpage .p-banners .subpage-banner .content h1:after, .subpage .p-banners .subpage-banner .content h2:after {
  content: unset;
}
.subpage .latest-news-list {
  position: relative;
}
.subpage .latest-news-list .latest-news-item {
  padding-left: 30px;
  border-left: solid #103454 30px;
  margin-bottom: 50px;
}
.subpage .latest-news-list .latest-news-item .article-link {
  border-bottom: solid #103454 1px;
  display: flex;
  font-size: 25px;
}
.subpage .latest-news-list .latest-news-item .article-link:hover .news-title {
  transform: scale(1.03);
}
.subpage .latest-news-list .latest-news-item .article-link:hover .arrow {
  color: #1e2f5e;
}
.subpage .latest-news-list .latest-news-item .news-title {
  flex: 2;
  color: #1e2f5e;
  transition: all 0.4s ease-in-out;
}
.subpage .latest-news-list .latest-news-item .arrow {
  flex: 1;
  text-align: right;
  color: #9e6221;
  transition: all 0.4s ease-in-out;
}
.subpage .latest-news-list .latest-news-item .news-date {
  font-size: 20px;
  color: #0d0809;
}
.subpage .latest-news-list .latest-news-item .news-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5px;
}
.subpage .latest-news-list .latest-news-item .pdf-btn {
  font-size: 20px;
  color: #0d0809;
  display: flex;
  align-items: center;
  transition: color 0.3s ease-in-out;
}
.subpage .latest-news-list .latest-news-item .pdf-btn img {
  height: 1em;
  margin-left: 0.5em;
}
.subpage .latest-news-list .latest-news-item .pdf-btn:hover {
  color: #103454;
}
@media only screen and (max-width: 767px) {
  .subpage .latest-news-list .latest-news-item {
    padding-left: 20px;
  }
  .subpage .latest-news-list .latest-news-item .article-link {
    font-size: 20px;
  }
  .subpage .latest-news-list .latest-news-item .arrow {
    display: none;
  }
  .subpage .latest-news-list .latest-news-item .news-date {
    font-size: 18px;
  }
}
.news #g-main .page-header h2 {
  font-size: 30px;
  text-align: left;
  padding: 0;
}
.news #g-main .page-header h2:after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .news #g-main .page-header h2 {
    font-size: 20px;
  }
}
.subpage #g-main .team {
  display: flex;
  flex-wrap: wrap;
}
.subpage #g-main .team h2 {
  width: 100%;
}
.subpage #g-main .team .items-row {
  width: 33%;
}
@media only screen and (max-width: 1400px) {
  .subpage #g-main .team .items-row {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .subpage #g-main .team .items-row {
    width: 100%;
  }
}
.team-page #g-main .com-content-category-blog__items {
  --num-column:3;
  display: grid;
  grid-template-columns: repeat(var(--num-column), 1fr);
  grid-auto-rows: auto;
}
@media only all and (max-width: 1200px) {
  .team-page #g-main .com-content-category-blog__items {
    --num-column:2;
  }
}
@media only all and (max-width: 750px) {
  .team-page #g-main .com-content-category-blog__items {
    --num-column:1;
  }
}
#g-main .team-member {
  margin: 50px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#g-main .team-member h3 {
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0d0809;
  margin-bottom: 0;
}
#g-main .team-member img {
  border-radius: 50%;
  border: solid #a31122 10px;
}
#g-main .team-member .title {
  width: 100%;
  padding: 10px 0;
  background-color: #5A82AA;
  display: flex;
  justify-content: center;
}
#g-main .team-member .title span {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
#g-main .team-member a {
  text-align: right;
  margin-top: 0.5em;
  display: block;
}
@media only screen and (max-width: 767px) {
  #g-main .team-member h3 {
    font-size: 25px;
  }
  #g-main .team-member .title span {
    font-size: 15px;
  }
}
/*
.share-structure {
  
    table {
		border: none;
      	margin: auto;
      
        tr {
            td {
				text-align: center;
              	color: $black-color;
              	font-size: 20px;
              	background-color: white;
              	border: none;
              
                &:not(:last-child) {
					border-right: solid white 2px;
                }
            }
          
            &:nth-child(2n+1) td {
				background-color: #f3f3f3;
            }
          
            td:first-child {
				color: white;
              	background-color: $secondary-color;
              	text-align: left;
              	padding-left: 60px;
            }
        }
      
        tr:first-child {
            td {
				//width: 250px;
              	color: white;
              	padding-top: 25px;
              	padding-bottom: 25px;
              	background-color: $primary-color;
              	border-bottom: solid white 3px;
            }
          
            td:first-child {
              	//width: 520px;
				background-color: $third-color;
              	text-transform: uppercase;
            }
        }
    }
  
    @media only screen and (max-width: 900px) {
        table tr td {
			font-size: 16px;
        }
    }
  
    @include mobile {
        table, tbody, tr, td {
			display: block;
          	border-right: none!important;
        }
      
        table {
			position: relative;
        }
      
      
        table tr:first-child {
			position: absolute;
          	opacity: 0;
          	z-index: -1;
        }
      
        table tr td {
			border-bottom: solid white 3px;
        }
      
        table tr td:first-child {
			font-size: 18px;
          	text-align: center;
          	padding: 0.5rem;
        }
      
        table tr td:not(:first-child) {
			position: relative;
          	padding-left: 50%;
          	font-size: 13px;
          	background-color: #f3f3f3;
          
            &:before {
				position: absolute;
              	top: 0;
              	left: 0;
              	width: 50%;
              	height: 100%;
              	color: white;
              	padding: 0.5rem;
              	text-align: left;
              	background-color: $primary-color;
            }
        }
      	
        table tr td:nth-child(2):before { content: 'Shares'; }
      	table tr td:nth-child(3):before { content: 'Warrants/Options'; }
      	table tr td:nth-child(4):before { content: 'Fully Diluted'; }
      	table tr td:nth-child(5):before { content: 'Cash Position'; }
    }
}
*/
.share-structure table {
  border: none;
  margin: auto;
}
.share-structure table tr {
  background-color: white;
}
.share-structure table tr td {
  text-align: center;
  color: #0d0809;
  font-size: 20px;
  border: none;
  font-weight: bold;
  padding: 25px;
}
.share-structure table tr td:first-child {
  text-align: left;
}
.share-structure table tr:nth-child(2n-1) {
  background-color: #5A82AA;
}
@media only screen and (max-width: 500px) {
  .share-structure table tr td {
    font-size: 12px;
  }
}
.share-structure em {
  color: #707070;
  font-size: 14px;
}
.corporate-presentation {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.corporate-presentation iframe {
  height: 40vw;
}
.corporate-presentation .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
  margin-top: 80px;
  position: relative;
}
.corporate-presentation .text span, .corporate-presentation .text a {
  position: relative;
}
.corporate-presentation .text span {
  font-size: 20px;
  font-weight: 600;
  margin: 0.5em 0;
  color: #1e2f5e;
  text-align: center;
}
.corporate-presentation .text:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  background-color: #103454;
  right: 0;
  transform: translate(10vw, -50px);
  transition: all 1s ease-in-out;
}
.corporate-presentation .text.active:before {
  width: 200vw;
}
@media only screen and (min-width: 768px) {
  .corporate-presentation .text {
    min-width: 500px;
  }
}
.financial-reports {
  width: 100%;
  overflow-x: auto;
}
.financial-reports img {
  width: 25px;
}
.financial-reports table {
  border: none;
  margin: auto;
}
.financial-reports table tr td {
  text-align: center;
  color: #0d0809;
  font-size: 20px;
  background-color: white;
  border: none;
}
.financial-reports table tr td:not(:last-child) {
  border-right: solid white 2px;
}
.financial-reports table tr:nth-child(2n+1) td {
  background-color: #f3f3f3;
}
.financial-reports table tr td:first-child {
  color: white;
  background-color: #9e6221;
  text-align: left;
}
@media (min-width: 768px) {
  .financial-reports table tr td:first-child {
    padding-left: 60px;
  }
}
.financial-reports table tr:first-child td {
  color: white;
  background-color: #1e2f5e;
  border-bottom: solid white 3px;
}
@media (min-width: 768px) {
  .financial-reports table tr:first-child td {
    width: 250px;
  }
}
.financial-reports table tr:first-child td:first-child {
  background-color: #103454;
  text-transform: uppercase;
  font-size: 35px;
}
@media (min-width: 768px) {
  .financial-reports table tr:first-child td:first-child {
    width: 520px;
  }
}
@media only screen and (max-width: 767px) {
  .financial-reports table, .financial-reports tbody, .financial-reports tr, .financial-reports td {
    display: block;
    border-right: none !important;
  }
  .financial-reports table {
    position: relative;
  }
  .financial-reports table tr:first-child td:not(:first-child) {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }
  .financial-reports table tr td {
    border-bottom: solid white 3px;
  }
  .financial-reports table tr td:first-child {
    font-size: 18px;
    text-align: center;
    padding: 0.5rem;
    text-align: center;
  }
  .financial-reports table tr td:not(:first-child) {
    position: relative;
    padding-left: 50%;
    font-size: 13px;
    background-color: #f3f3f3;
  }
  .financial-reports table tr td:not(:first-child):before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    color: white;
    padding: 1rem;
    /* vertical-align: middle; */
    text-align: center;
    background-color: #103454;
  }
  .financial-reports table tr td:nth-child(2):before {
    content: "Q1";
  }
  .financial-reports table tr td:nth-child(3):before {
    content: "Q2";
  }
  .financial-reports table tr td:nth-child(4):before {
    content: "Q3";
  }
  .financial-reports table tr td:nth-child(5):before {
    content: "Q4";
  }
}
.stock-quote {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 68%;
  margin: auto;
}
.stock-quote .header {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-right: solid #9e6221 5px;
}
.stock-quote .header:before {
  content: "";
  background-image: url('../../../../images/icons/graph.png');
  display: block;
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  margin-right: 20px;
}
.stock-quote .header .stockquote-module-sandman {
  flex: 1;
}
.stock-quote .header .text-before-container .text-before {
  font-size: 30px;
  font-weight: 600;
  color: #1e2f5e;
  position: relative;
}
.stock-quote .header .stockquote-table {
  border: none;
}
.stock-quote .header .stockquote-table tbody {
  display: flex;
  flex-wrap: wrap;
}
.stock-quote .header .stockquote-table tr:first-child {
  width: 100%;
}
.stock-quote .header .stockquote-table tr:first-child th, .stock-quote .header .stockquote-table tr:first-child td {
  font-size: 15px;
}
.stock-quote .header .stockquote-table tr th {
  background-color: transparent;
  padding: 0;
  font-weight: normal;
}
.stock-quote .header .stockquote-table tr td {
  border: none;
  padding: 0;
}
.stock-quote .header .stockquote-table tr:not(:first-child) {
  flex: 1;
}
.stock-quote .header .stockquote-table tr:not(:first-child) td {
  font-size: 16px;
}
.stock-quote .module {
  flex: 2;
  padding-left: 50px;
  display: flex;
  align-items: center;
}
.stock-quote .module > div {
  flex: 1;
}
.stock-quote .module .small {
  display: none;
}
.stock-quote .module .stockquote-module-sandman table {
  border: none;
  text-align: center;
}
.stock-quote .module .stockquote-module-sandman th {
  font-size: 22px;
  color: #1e2f5e;
  background-color: transparent;
  text-align: center;
}
.stock-quote .module .stockquote-module-sandman td {
  border: none;
  color: #1e2f5e;
  font-size: 16px;
}
@media only screen and (max-width: 1200px) {
  .stock-quote {
    flex-direction: column;
  }
  .stock-quote .header {
    border-right: none;
  }
  .stock-quote .module {
    padding-left: 0;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .stock-quote .module .large {
    display: none;
  }
  .stock-quote .module .small {
    display: block;
  }
}
.stock-chart {
  max-width: 600px;
  margin: 100px auto 0 auto;
}
.contact .chronoforms {
  padding: 100px 10%;
  background-color: #103454;
}
.contact .chronoforms .ui.form .field:not(:last-child) {
  margin-bottom: 50px;
}
.contact .chronoforms .ui.form .field > label {
  display: none;
}
.contact .chronoforms .ui.form .field input, .contact .chronoforms .ui.form .field textarea {
  border-radius: 0;
  font-size: 20px;
  border: none;
  border-left: solid #9e6221 10px;
}
.contact .chronoforms .ui.form .m-btn {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 767px) {
  .contact .chronoforms .ui.grid > .row {
    flex-direction: column;
  }
  .contact .chronoforms .ui.grid > .row .column {
    width: 100%;
  }
  .contact .chronoforms .ui.grid > .row .column:not(:last-child) {
    margin-bottom: 50px;
  }
  .contact .chronoforms .ui.form .field input, .contact .chronoforms .ui.form .field textarea {
    font-size: 15px;
  }
}
.contact-map {
  position: relative;
  margin-bottom: 50px;
}
.info-card {
  background-color: #1e2f5e;
  padding: 70px 70px;
  display: inline-block;
  position: absolute;
  left: 10%;
}
.info-card:before {
  content: "";
  display: block;
  position: absolute;
  height: 90%;
  top: 5%;
  width: 50px;
  left: -25px;
  background-color: #103454;
}
.info-card .row {
  display: flex;
  align-items: flex-start;
}
.info-card .row:not(:last-child) {
  margin-bottom: 40px;
}
.info-card .row .info-icon {
  width: 40px;
  margin-right: 40px;
}
.info-card .row .info-text {
  color: white !important;
  font-size: 20px;
}
.info-card .row .info-text a, .info-card .row .info-text strong {
  color: white !important;
}
@media only screen and (max-width: 767px) {
  .contact-map .info-card {
    position: static;
    display: block;
  }
  .contact-map .info-card:before {
    display: none;
  }
  .contact-map .info-card .row .info-icon {
    width: 20px;
    margin-right: 20px;
  }
  .contact-map .info-card .info-text {
    font-size: 15px;
  }
  .contact-map iframe {
    height: 500px !important;
  }
}
@media only screen and (max-width: 400px) {
  .contact-map .info-card .row {
    flex-direction: column;
  }
  .contact-map .info-card .row .info-icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.subscribe-container {
  position: relative;
  display: flex;
  margin-bottom: 100px;
  padding-bottom: 25%;
}
.subscribe-container > .item {
  flex: 1;
  min-height: 700px;
}
.subscribe-container > .item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subscribe-container h3 {
  margin-left: 10%;
  margin-right: 20px;
}
.subscribe-container .form-container {
  position: absolute;
  right: 10%;
  padding: 50px;
  background-color: #5A82AA;
  width: 80%;
  max-width: 1150px;
}
.subscribe-container .form-container .ui.form {
  margin: 0;
}
.subscribe-container .form-container .ui.form .field {
  margin-bottom: 40px;
}
.subscribe-container .form-container .ui.form .field > label {
  display: none;
}
.subscribe-container .form-container .ui.form .field input, .subscribe-container .form-container .ui.form .field .dropdown.selection {
  border-radius: 0;
  font-size: 20px;
  border: none;
  border-left: solid #9e6221 10px;
}
.subscribe-container .form-container .ui.form .m-btn {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 767px) {
  .subscribe-container {
    flex-direction: column;
  }
  .subscribe-container > .item {
    min-height: auto;
  }
  .subscribe-container .form-container {
    position: static;
    width: 100%;
    padding: 30px 10%;
  }
  .subscribe-container .form-container .ui.grid > .row {
    flex-direction: column;
  }
  .subscribe-container .form-container .ui.grid > .row .column {
    width: 100%;
  }
  .subscribe-container .form-container .ui.form .field input, .subscribe-container .form-container .ui.form .field .dropdown.selection {
    font-size: 15px;
  }
}
.subpage.project .page-content {
  padding: 0;
  padding-bottom: 100px;
}
.subpage.project .page-content .blog-items .blog-item, .subpage.project .page-content .items-row {
  padding: 0 10%;
}
.subpage.project .page-content .blog-items .blog-item:nth-child(2) {
  padding: 0;
  background-color: #5A82AA;
  background-color: rgba(90, 130, 170, 0.49);
}
.subpage.project .page-content .blog-items .blog-item:nth-child(2) > div {
  padding: 0 10%;
}
.subpage.project .page-content img {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.subpage.project .page-content .col-2:not(:last-child) {
  margin-bottom: 3.5em;
}
.subpage.project .page-content .col-2 > * > *:first-child {
  margin-top: 0;
}
.subpage.project .page-content .col-2 > * > *:last-child {
  margin-bottom: 0;
}
.subpage.project .page-content .content-section {
  display: flex;
  align-items: center;
}
.subpage.project .page-content .content-section .primary-section {
  flex: 3;
  width: 75%;
  padding-right: 50px;
  border-right: solid #a31122 5px;
}
.subpage.project .page-content .content-section .secondary-section {
  flex: 1;
  width: 25%;
  padding-left: 50px;
  font-size: 25px;
  color: #9e6221;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .subpage.project .page-content .content-section {
    flex-direction: column;
  }
  .subpage.project .page-content .content-section .primary-section {
    width: 100%;
    padding-right: 0;
    border-right: none;
    border-bottom: solid #9e6221 5px;
    padding-bottom: 30px;
  }
  .subpage.project .page-content .content-section .secondary-section {
    width: 75%;
    margin: auto;
    font-size: 18px;
    text-align: center;
    padding-left: 0;
  }
}
.subpage.search #g-main #search-form {
  margin-top: 100px;
}
.subpage.search #g-main #search-form button {
  padding: 8px 0;
  width: 150px;
  font-size: 15px;
  font-weight: normal;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  border-radius: 7px;
  transition: all 0.2s linear;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  margin: 10px auto;
  border: none;
  background-color: #103454;
  color: white;
}
.subpage.search #g-main #search-form button span {
  color: white;
  font-size: 15px;
}
.subpage.search #g-main #search-form button:hover {
  background-color: #081929;
  color: white;
}
.subpage.search #g-main .search-results li {
  margin-left: 0;
  line-height: 1.5;
}
.subpage.search #g-main .search-results li:before {
  display: none;
}
.subpage #g-main .directory-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 70px 0;
  max-width: 1000px;
  margin: 100px auto;
}
.subpage #g-main .directory-item:first-child {
  margin-top: 50px;
}
.subpage #g-main .directory-item:last-child {
  margin-bottom: 0;
}
.subpage #g-main .directory-item .directory-title, .subpage #g-main .directory-item .directory-content {
  position: relative;
  z-index: 2;
}
.subpage #g-main .directory-item .directory-title {
  padding: 15px;
  background-color: #103454;
  color: white;
  text-align: center;
  width: 370px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.subpage #g-main .directory-item .directory-content {
  margin: 0 75px;
  width: 370px;
}
.subpage #g-main .directory-item .directory-content p:first-child {
  margin-top: 0;
}
.subpage #g-main .directory-item .directory-content p:last-child {
  margin-bottom: 0;
}
.subpage #g-main .directory-item .box {
  position: absolute;
  width: 800px;
  height: 90%;
}
.subpage #g-main .directory-item .primarybox {
  top: 25px;
  right: 0;
}
.subpage #g-main .directory-item .secondarybox {
  top: 0;
  right: 35px;
}
@media only screen and (max-width: 1100px) {
  .subpage #g-main .directory-item .box {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .subpage #g-main .directory-item {
    flex-direction: column;
  }
  .subpage #g-main .directory-item .directory-title {
    width: 100%;
  }
  .subpage #g-main .directory-item .directory-content {
    width: 100%;
    margin: 0;
    padding: 20px;
    background-color: white;
    border: solid #103454 2px;
  }
  .subpage #g-main .directory-item .box {
    width: 100vw;
  }
  .subpage #g-main .directory-item .primarybox {
    right: initial;
    left: 30%;
  }
  .subpage #g-main .directory-item .secondarybox {
    right: initial;
    left: calc(30% - 35px);
  }
}
.view-category.menu-direc .team-member .content {
  overflow: hidden;
}
.view-category.menu-direc .team-member .content .hidebio {
  display: none;
}
.view-article.menu-direc .team-member a {
  display: none;
  align-self: flex-end;
}
.view-article.menu-direc .team-member p a {
  display: contents;
}
.view-article.menu-direc .team-member .content {
  height: auto !important;
}
.menu-direc .team-member a {
  align-self: flex-end;
}
/* Corral-project-page */
.Corral-project-page table p {
  margin: 10px 0;
}
.Corral-project-page #g-main ul li:first-child {
  margin-top: 1em;
}
.subpage.news *:has(> table) {
  overflow: scroll;
}
.g-offcanvas-toggle {
  z-index: 9999;
  top: 66px;
  color: white;
  position: absolute;
}
#g-offcanvas {
  background: #1e2f5e;
}
#g-offcanvas #g-mobilemenu-container ul {
  background: #1e2f5e;
}
#g-header {
  display: none;
}
#g-navigation .logo-scrolled {
  display: none;
}
#g-navigation.scrolled {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}
#g-navigation.scrolled .g-logo {
  align-items: center;
}
#g-navigation.scrolled .logo {
  display: none;
}
#g-navigation.scrolled .logo-scrolled {
  display: block;
  margin: 0 10px;
  width: calc(100% - 20px);
  max-height: 104px;
}
#g-navigation .g-logo .logo .logo-text, #g-navigation .g-logo .logo .logo-img, #g-navigation .g-logo .logo .logo-img-blue {
  opacity: 0;
  position: relative;
}
#g-navigation .g-logo .logo .logo-img-blue {
  max-height: 90px;
}
#g-navigation .g-logo .logo .logo-img.active {
  -webkit-animation: slideDown 0.5s .3s forwards;
  -moz-animation: slideDown 0.5s .3s forwards;
  -ms-animation: slideDown 0.5s .3s forwards;
  -o-animation: slideDown 0.5s .3s forwards;
  animation: slideDown 0.5s .3s forwards;
}
@media only screen and (max-width: 1250px) {
  #g-navigation .g-logo .logo .logo-img-blue.active {
    opacity: 1;
    width: 80%;
    height: auto;
  }
  #g-navigation .g-logo .logo .logo-img.active {
    display: none;
  }
}
#g-navigation .g-logo .logo .logo-text.active {
  -webkit-animation: slideRight 0.5s .3s forwards;
  -moz-animation: slideRight 0.5s .3s forwards;
  -ms-animation: slideRight 0.5s .3s forwards;
  -o-animation: slideRight 0.5s .3s forwards;
  animation: slideRight 0.5s .3s forwards;
}
.g-logo .logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#g-navigation {
  position: fixed;
  z-index: 1000;
  width: 100%;
  transition: all 0.3s linear;
  background-color: white;
}
#g-navigation .g-stockquote {
  background-color: #103454;
  padding-left: 25px;
}
@media only all and (max-width: 767px) {
  #g-navigation .g-stockquote {
    padding-left: none;
  }
}
#g-navigation .g-stockquote p {
  margin: 0;
  color: white;
  text-align: left;
  padding: 6px 0 0 0;
}
@media only all and (max-width: 767px) {
  #g-navigation .g-stockquote p {
    text-align: center;
  }
}
#g-navigation .g-logo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#g-navigation .g-logo .logo {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
}
#g-navigation .g-logo .logo img {
  max-width: none;
}
#g-navigation .g-menu .g-main-nav {
  margin: 0;
}
#g-navigation .g-menu .g-main-nav .g-toplevel {
  justify-content: flex-end;
}
#g-navigation .g-menu .g-main-nav .g-menu-item {
  background-color: transparent !important;
}
#g-navigation .g-menu .g-main-nav .g-menu-parent-indicator {
  display: none;
}
#g-navigation .g-menu .g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding: 40px 1em;
  text-transform: uppercase;
  transition: all 0.2s ease-in;
}
#g-navigation .g-menu .g-main-nav .g-menu-item-container {
  color: #1e2f5e !important;
  font-size: 1rem;
}
#g-navigation .g-menu .g-main-nav .g-menu-item-container:hover {
  color: #103454 !important;
}
#g-navigation .g-menu .g-main-nav .g-dropdown {
  background-color: white;
}
#g-navigation .g-menu .g-main-nav .g-sublevel {
  border-top: solid #9e6221 10px;
}
#g-navigation .g-search-btn {
  display: flex;
  align-items: center;
}
#g-navigation .g-search-btn .custom {
  border-left: solid #103454 2px;
  padding-left: 20px;
  text-align: left;
}
#g-navigation .g-search-btn .custom #search-btn {
  color: #1e2f5e;
  transition: color 0.2s linear;
}
#g-navigation .g-search-btn .custom #search-btn:hover {
  cursor: pointer;
  color: #103454;
}
#g-navigation .g-search {
  display: none;
  position: absolute;
  z-index: 10;
}
#g-navigation .g-search label {
  display: none;
}
#g-navigation .g-search form {
  margin: auto;
  padding: 0 10%;
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
}
#g-navigation .g-search form input {
  border-radius: 5px;
  outline: none;
  border: solid #9e6221 1px;
  box-shadow: none;
  width: 170px;
  color: black;
}
#g-navigation .searchbar {
  display: flex;
  align-items: center;
  position: relative;
  top: 10px;
  display: none;
}
#g-navigation .searchbarshow {
  display: block;
}
@media only screen and (max-width: 1200px) {
  #g-navigation .g-menu .g-main-nav .g-menu-item-container {
    font-size: 12px;
  }
  #g-navigation .g-search-btn {
    padding: 15px;
  }
  #g-navigation .g-logo .logo {
    top: 7px;
    right: 0;
  }
  #g-navigation .g-logo .logo img {
    width: 150px;
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  #g-navigation {
    position: absolute;
  }
  #g-navigation .g-logo .logo {
    left: 50%;
    transform: translate(-50%, 0);
    width: 170px;
  }
  #g-navigation .g-logo .logo img {
    width: 65px;
  }
  #g-navigation .g-menu {
    display: none;
  }
  #g-navigation .g-search-btn {
    position: relative;
    justify-content: flex-end;
    height: 104px;
  }
  #g-navigation .g-search-btn .custom {
    padding-left: 2vw;
    border-left: none;
  }
}
#g-navigation.scrolled .g-grid:nth-child(2) .g-block, #g-navigation.subpage-nav .g-grid:nth-child(2) .g-block {
  flex: initial;
}
#g-navigation.scrolled .g-grid:nth-child(2) .g-block.g-logo, #g-navigation.subpage-nav .g-grid:nth-child(2) .g-block.g-logo {
  flex: 1;
  margin-left: 40px;
  padding-right: 10px;
}
#g-navigation .fullwidth-menu {
  display: flex;
  justify-content: flex-end;
}
#g-navigation .fullwidth-menu .menu-item > a {
  padding: 40px 1em;
  text-transform: uppercase;
  transition: all 0.2s ease-in;
  color: #1e2f5e;
  font-size: 20px;
  display: block;
  font-weight: 500;
}
#g-navigation .fullwidth-menu .menu-item > a:hover {
  color: #103454;
}
#g-navigation .fullwidth-menu .menu-item .dropdown-item {
  position: absolute;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  display: flex;
  border-bottom: solid #103454 10px;
  margin-top: 10px;
  height: 460px;
  width: 100%;
  padding: 0;
}
#g-navigation .fullwidth-menu .menu-item .dropdown-item .menu-background {
  flex: 1;
  width: 50%;
  box-sizing: border-box;
}
#g-navigation .fullwidth-menu .menu-item .dropdown-item .menu-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom left;
}
#g-navigation .fullwidth-menu .menu-item .dropdown-item .dropdown-content {
  flex: 1;
  width: 50%;
  box-sizing: border-box;
  background-color: white;
  padding: 30px 0;
}
#g-navigation .fullwidth-menu .menu-item .dropdown-item .dropdown-content .dropdown-title {
  font-size: 50px;
  color: #103454;
  text-shadow: -4px 2px 6px rgba(0, 0, 0, 0.22);
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1vw;
}
#g-navigation .fullwidth-menu .menu-item .dropdown-item .dropdown-content .dropdown-title .showcase-box {
  width: 1.2vw;
  height: 6vw;
  margin-left: 2vw;
  box-shadow: 0.6vw 0.6vw 0px 0px #1e2f5e;
}
#g-navigation .fullwidth-menu .menu-item .dropdown-item .dropdown-content .items-container {
  display: flex;
  margin: 0 10%;
}
#g-navigation .fullwidth-menu .menu-item .dropdown-item .dropdown-content .col {
  flex: 1;
}
#g-navigation .fullwidth-menu .menu-item .dropdown-item .dropdown-content .col:not(:first-child) {
  margin-left: 20px;
}
#g-navigation .fullwidth-menu .menu-item .dropdown-item .dropdown-content .col:not(:last-child) {
  margin-right: 20px;
}
#g-navigation .fullwidth-menu .menu-item .dropdown-item .dropdown-content ul {
  margin-left: 0;
  list-style: none;
}
#g-navigation .fullwidth-menu .menu-item .dropdown-item .dropdown-content ul li {
  color: #1e2f5e;
  position: relative;
  transition: all 0.2s ease-in-out;
}
#g-navigation .fullwidth-menu .menu-item .dropdown-item .dropdown-content ul li:before {
  content: "▶";
  position: absolute;
  font-size: 20px;
  line-height: 20px;
  left: -1.2em;
  top: 0.2em;
  transition: all 0.2s ease-in-out;
}
#g-navigation .fullwidth-menu .menu-item .dropdown-item .dropdown-content ul li a {
  font-size: 22px;
  color: #1e2f5e;
  font-weight: 500;
  margin: 0.6em 0;
  display: block;
  text-align: left;
  transition: all 0.2s ease-in-out;
}
#g-navigation .fullwidth-menu .menu-item .dropdown-item .dropdown-content ul li:hover {
  padding-left: 0.2em;
}
#g-navigation .fullwidth-menu .menu-item .dropdown-item .dropdown-content ul li:hover:before {
  left: -1.4em;
  color: #103454;
}
#g-navigation .fullwidth-menu .menu-item .dropdown-item .dropdown-content ul li:hover a {
  color: #103454;
}
#g-navigation .fullwidth-menu .menu-item:hover .dropdown-item {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 1200px) {
  #g-navigation .fullwidth-menu .menu-item > a {
    font-size: 12px;
  }
  #g-navigation .fullwidth-menu .menu-item .dropdown-item .dropdown-content .dropdown-title {
    font-size: 40px;
  }
  #g-navigation .fullwidth-menu .menu-item .dropdown-item .dropdown-content ul li:before {
    font-size: 12px;
    top: 0.5em;
  }
  #g-navigation .fullwidth-menu .menu-item .dropdown-item .dropdown-content ul li a {
    font-size: 20px;
    margin: 0.8em 0;
  }
}
@media only screen and (max-width: 767px) {
  #g-navigation .fullwidth-menu {
    display: none;
  }
}
#g-showcase {
  padding: 0;
  margin: 0;
}
#g-showcase * {
  margin: 0;
  padding: 0;
}
#g-showcase .custom {
  background-image: url('../../../../images/banners/home-banner-Intrepid-Sunset.png');
  background-size: cover;
  position: relative;
  text-align: center;
  overflow: hidden;
  height: clamp(500px, 58rem, 90vw);
}
#g-showcase .custom .background {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
}
#g-showcase .custom .showcase-container {
  display: flex;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-30%);
}
#g-showcase .custom .showcase-container .showcase-text {
  display: flex;
  flex-direction: column;
  font-size: 4rem;
  text-align: right;
  color: #1e2f5e;
  font-weight: 900;
  text-shadow: -4px 2px 6px rgba(0, 0, 0, 0.22);
}
#g-showcase .custom .showcase-container .showcase-text .word {
  display: inline-block;
}
#g-showcase .custom .showcase-container .showcase-text .letter {
  display: inline-block;
  line-height: 1em;
}
#g-showcase .custom .showcase-container .showcase-text button {
  padding: 10px;
  border-radius: 15px;
  font-size: 1.5rem;
  background-color: #103454;
  color: #f0f0f0;
}
@media only screen and (max-width: 500px) {
  #g-showcase .custom .showcase-container .showcase-text button {
    font-size: 1rem;
  }
}
#g-showcase .custom .showcase-container .showcase-box {
  opacity: 0;
  z-index: 999;
  margin-left: 5rem;
  width: 40px;
  height: 220px;
  background-color: #a31122;
  box-shadow: 25px 20px 0px 0px #1e2f5e;
}
@media only screen and (max-width: 1440px) {
  #g-showcase .custom .showcase-container .showcase-text {
    width: 60vw;
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #g-showcase .custom {
    height: 40rem;
  }
  #g-showcase .custom .showcase-container {
    transform: translateY(-10%);
  }
  #g-showcase .custom .showcase-container .showcase-box {
    margin-left: 10vw;
  }
  #g-showcase .custom .showcase-container .showcase-text {
    font-size: 30px;
  }
}
#g-feature {
  margin: 0;
  padding: 0;
}
#g-feature * {
  margin: 0;
  padding: 0;
}
#g-feature .who_we_are_background {
  position: relative;
  text-align: center;
  overflow: hidden;
  height: 49rem;
}
#g-feature .who_we_are_background .background {
  display: block;
  width: 50%;
  height: auto;
  position: absolute;
}
#g-feature .who_we_are_background .left_background {
  background-color: rgba(90, 130, 170, 0.49);
  height: 100%;
}
#g-feature .who_we_are_background .right_background {
  right: 0;
  display: flex;
  justify-content: flex-end;
}
#g-feature .who_container {
  position: relative;
}
#g-feature .who_we_are_text {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: clamp(24px, 4vw, 40px);
  color: white;
  padding: 4rem 2rem 4rem 15%;
  width: clamp(500px, 95vw, 1150px);
  background-color: rgba(24, 87, 126, 0.6);
  transition: all 0.3s ease-in-out;
}
#g-feature .who_we_are_text:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  background-color: rgba(20, 72, 105, 0.6);
}
#g-feature .who_we_are_text span {
  font-size: clamp(24px, 4.5vw, 50px);
  font-weight: 900;
  color: #1e2f5e;
}
#g-feature .primarybox {
  position: absolute;
  top: 33%;
  height: 23rem;
  left: 5%;
  width: 70rem;
  pointer-events: none;
}
#g-feature .secondarybox {
  pointer-events: none;
  position: absolute;
  top: 21%;
  left: 8%;
  width: 65rem;
  height: 23rem;
}
@media only screen and (max-width: 767px) {
  #g-feature .primarybox {
    height: 17rem;
    width: 42em;
    display: none;
  }
  #g-feature .secondarybox {
    height: 18rem;
    width: 39rem;
    display: none;
  }
  #g-feature .who_we_are_text {
    width: 100vw;
  }
  #g-feature .who_we_are_background {
    height: calc(100vw + 20rem);
  }
}
.home-page h2 {
  font-size: 50px;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .home-page h2 {
    font-size: 30px;
  }
}
.highlights {
  margin: 40px 0;
  /*
  div[class^="column"] {
    display: grid;
    grid-gap: 40px;
  }*/
  /*.columns-inner {
    grid-template-columns: auto auto;

    &:last-child {
      margin-left: 40px;
    }

    @include mobile {
      grid-template-columns: 1fr;
    }
  }

  div[class^="item"] {
    padding: 25px;

    h3,
    p {
      color: white;
    }
  }

  .item-1 {
    background-color: $secondary-color;
  }

  .item-2 {
    background-color: $primary-color;
  }

  .item-3 {
    background-color: #f3b100;
  }

  .item-4 {
    background-color: $third-color;
  }

  .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  @include mobile {
    div.column_one, div.column_three {
      display: flex;
      flex-direction: column-reverse;
      grid-gap: 0;
    }
    
    div.column_two, div.column_four {
      display: flex;
      flex-direction: column;
      grid-gap: 0;
    }
  }*/
}
.highlights h2 {
  color: #1e2f5e;
  text-align: center;
  margin: 0;
}
.highlights h2.non-desktop {
  text-align: left;
  margin-bottom: 30px;
  margin-left: 20px;
}
.highlights h3 {
  font-size: 30px;
  text-transform: uppercase;
}
.highlights p {
  font-size: 22px;
}
.highlights .columns-outer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}
@media only screen and (max-width: 1270px) {
  .highlights .columns-outer {
    grid-template-columns: 1fr;
    grid-gap: 40px !important;
    /*.columns-inner:last-child {
        margin-left: 0;
      }*/
  }
}
.highlights .columns-inner-two {
  display: grid;
  grid-template-columns: 4fr 3fr;
  grid-gap: 40px;
}
.highlights .columns-inner-one {
  display: grid;
}
.highlights .rows-2 {
  display: grid;
  grid-gap: 40px;
}
.highlights .card-img {
  width: 100%;
  height: 100%;
}
.highlights .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.highlights .card {
  padding: 60px 40px;
  color: white;
  display: block;
}
.highlights .card.bg-main {
  background-color: #2d6394;
}
.highlights .card.bg-main.slide-up.active {
  -webkit-animation: slideUp 1s ease-in-out;
  -moz-animation: slideUp 1s ease-in-out;
  -ms-animation: slideUp 1s ease-in-out;
  -o-animation: slideUp 1s ease-in-out;
  animation: slideUp 1s ease-in-out;
}
.highlights .card.bg-secondary {
  background-color: #a31122 !important;
}
.highlights .card.bg-third {
  background-color: #103454;
}
.highlights .card.bg-third.slide-up.active {
  -webkit-animation: slideUp 2s ease-in-out;
  -moz-animation: slideUp 2s ease-in-out;
  -ms-animation: slideUp 2s ease-in-out;
  -o-animation: slideUp 2s ease-in-out;
  animation: slideUp 2s ease-in-out;
}
.highlights .card.bg-light {
  background-color: #5A82AA;
  color: #0d0809;
}
.highlights .card.bg-light.fade-in {
  transition: opacity 2s;
}
.highlights .card.bg-fourth {
  background-color: #5a82aa;
}
.highlights .card.bg-fourth.slide-up.active {
  -webkit-animation: slideUp 3s ease-in-out;
  -moz-animation: slideUp 3s ease-in-out;
  -ms-animation: slideUp 3s ease-in-out;
  -o-animation: slideUp 3s ease-in-out;
  animation: slideUp 3s ease-in-out;
}
.highlights .card-img.slide-up.active {
  -webkit-animation: slideUp 4s ease-in-out;
  -moz-animation: slideUp 4s ease-in-out;
  -ms-animation: slideUp 4s ease-in-out;
  -o-animation: slideUp 4s ease-in-out;
  animation: slideUp 4s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .highlights .columns-inner-two {
    grid-template-columns: 1fr;
  }
}
.paraimg {
  position: relative;
}
/*
.tombstone-south {
  padding: 0 10%;
  margin-bottom: 50px;
  position: relative;

  h2 {
    color: $primary-color;
  }

  .image {
    margin-bottom: 50px;

    img {
      width: 100%;
      border-width: 25px;
      border-style: solid;
      border-color: $third-color;
      //border: solid $third-color 25px;
    }
  }

  .content {
    padding: 50px 100px;
    background-color: $primary-color;

    ul {
      margin: 0;

      li {
        color: white;
        font-size: 20px;
        line-height: 1.36;
        margin-bottom: 1em;
      }
    }

    .m-btn {
      margin: 0 auto;
      margin-top: 30px;
    }
  }

  @media only screen and (min-width: 1440px) {
    padding-right: 0;
    margin-bottom: 175px;

    .content-container {
      position: relative;
    }

    .image {
      margin-bottom: 0;
      width: 44.44%;
      position: relative;
      z-index: 2;
    }

    .content {
      position: absolute;
      width: 43%;
      top: 80px;
      left: calc(44% - 50px);
      height: 38vw;
      display: flex;
      flex-direction: column;
      justify-content: center;

      &:after {
        content: '';
        display: block;
        background-color: #ecdeb9;
        position: absolute;
        height: 80%;
        top: 10%;
        left: 100%;
        width: 100%;
      }
    }
  }

  @include mobile {
    padding: 0;

    h2 {
      margin-left: 20px;
    }

    .image {
      margin-bottom: 0;

      img {
        border-width: 10px;
      }
    }

    .content {
      padding: 30px 0;

      >ul {
        margin: 0 10px 0 2rem;

        li {
          font-size: 18px;
        }
      }
    }
  }
}

*/
.tombstone-south {
  margin-bottom: 100px;
}
.tombstone-south h2 {
  padding-left: 10%;
  color: #103454;
}
.tombstone-south .content-wrapper {
  position: relative;
  padding: 0 10%;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-gap: 40px;
}
.tombstone-south .content-wrapper > div {
  position: relative;
}
.tombstone-south .content-wrapper > div.bg-line {
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  background-color: #5A82AA;
}
.tombstone-south .content-wrapper .col.rows-2 {
  display: grid;
  grid-gap: 40px;
}
.tombstone-south .content-wrapper .col.rows-2.row-3-2 {
  grid-template-rows: 3fr 2fr;
}
.tombstone-south .content-wrapper .col.rows-2.row-2-3 {
  grid-template-rows: 2fr 3fr;
}
.tombstone-south .center-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: solid #1e2f5e 10px;
}
.tombstone-south .card {
  padding: 60px 40px 40px 40px;
  color: white;
  font-size: 20px;
  box-shadow: 0 3px 28px 0 rgba(0, 0, 0, 0.16);
}
.tombstone-south .card.text-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tombstone-south .card.bg-main {
  background-color: #103454;
}
.tombstone-south .card.bg-secondary {
  background-color: #1e2f5e;
}
.tombstone-south .card.bg-third {
  background-color: #9e6221;
}
.tombstone-south .card.bg-light {
  background-color: #5A82AA;
  color: #0d0809;
}
.tombstone-south .card.bg-fourth {
  background-color: #f3b100;
}
.tombstone-south .card.bg-fifth {
  background-color: #c2ad75;
}
.tombstone-south .card p {
  margin: 0;
}
.tombstone-south .m-btn {
  margin-top: 30px;
}
@media only screen and (max-width: 1100px) {
  .tombstone-south .content-wrapper {
    grid-template-columns: 1fr;
  }
  .tombstone-south .content-wrapper .col.rows-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .tombstone-south .content-wrapper .col.rows-2 {
    grid-template-columns: 1fr;
  }
  .tombstone-south .content-wrapper .col.rows-2.row-3-2, .tombstone-south .content-wrapper .col.rows-2.row-2-3 {
    grid-template-rows: repeat(2, 1fr);
  }
}
.home-news {
  position: relative;
  padding: 100px 0;
  background-image: url('../../../../images/news-bg.png');
  background-attachment: fixed;
}
.home-news h2 {
  color: #1e2f5e;
  max-width: 1000px;
  width: 90%;
  margin: auto;
  display: block;
  position: relative;
}
.home-news .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home-news .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-news .latest-news-list {
  position: relative;
  max-width: 1000px;
  width: 90%;
  margin: auto;
}
.home-news .latest-news-list .latest-news-item {
  padding-left: 40px;
  margin-bottom: 50px;
  position: relative;
}
.home-news .latest-news-list .latest-news-item .article-link {
  display: flex;
  font-size: 25px;
  position: relative;
}
.home-news .latest-news-list .latest-news-item .article-link .news-title:hover {
  transition: transform 0.5s ease-in-out;
  transform: scale(1.05);
}
.home-news .latest-news-list .latest-news-item .article-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #103454;
  transition: all 0.5s ease-in-out;
}
.home-news .latest-news-list .latest-news-item .article-link.active:after {
  width: 100%;
}
.home-news .latest-news-list .latest-news-item .news-title {
  flex: 2;
  color: #1e2f5e;
}
.home-news .latest-news-list .latest-news-item .arrow {
  flex: 1;
  text-align: right;
  color: #a31122;
  opacity: 0;
  position: relative;
}
.home-news .latest-news-list .latest-news-item .arrow.active {
  -webkit-animation: slideLeft 0.5s forwards;
  -moz-animation: slideLeft 0.5s forwards;
  -ms-animation: slideLeft 0.5s forwards;
  -o-animation: slideLeft 0.5s forwards;
  animation: slideLeft 0.5s forwards;
}
.home-news .latest-news-list .latest-news-item .news-date {
  font-size: 20px;
  color: #0d0809;
}
.home-news .latest-news-list .latest-news-item:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 0;
  background-color: #a31122;
  left: -40px;
  transition: all 0.2s ease-in-out;
}
.home-news .latest-news-list .latest-news-item.active:before {
  height: 100%;
}
.home-news .m-btn {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .home-news {
    padding: 50px 0;
  }
  .home-news .latest-news-list .latest-news-item {
    padding-left: 20px;
  }
  .home-news .latest-news-list .latest-news-item .arrow {
    display: none;
  }
  .home-news .latest-news-list .latest-news-item .article-link {
    font-size: 20px;
  }
  .home-news .latest-news-list .latest-news-item .news-date {
    font-size: 18px;
  }
}
#g-subfeature {
  background-color: white;
  border: none;
}
.home-presentation h2 {
  color: #103454;
  text-align: center;
  margin-top: 30px;
}
.home-presentation h4 {
  font-size: 30px;
  color: #1e2f5e;
  text-align: center;
}
.home-presentation .content {
  padding: 50px 0;
  background-color: #a31122;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-presentation .content .image {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
.home-presentation .content .image img {
  position: relative;
  max-width: 45%;
  z-index: 2;
  object-fit: contain;
  flex: 1 0 auto;
}
.home-presentation .content .white-streak {
  position: absolute;
  left: 0;
  width: 100%;
  height: 40%;
  top: 30%;
  background-color: white;
}
.home-presentation .content p {
  font-size: 20px;
  color: white;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .home-presentation h4 {
    font-size: 22px;
  }
  .home-presentation p {
    font-size: 18px;
  }
}
.subpage .home-presentation .content {
  background-color: rgba(90, 130, 170, 0.49);
}
.subpage .home-presentation h4 {
  color: #fff;
}
.home-signup {
  background-color: #aec1d5;
  padding: 0 10%;
}
.home-signup h2 {
  color: #1e2f5e;
  text-align: center;
  margin-top: 30px;
}
.home-signup h4 {
  font-size: 30px;
  color: #1e2f5e;
  text-align: center;
}
.home-signup .ui.form .field {
  margin-bottom: 30px;
}
.home-signup .ui.form .field > label {
  display: none;
}
.home-signup .ui.form .field input {
  border-radius: 0;
  padding: 20px;
  font-size: 20px;
  border: none;
  border-left: solid #103454 10px;
}
.home-signup .ui.form .m-btn {
  background-color: #9e6221;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.home-signup .ui.form .m-btn:hover {
  background-color: #c87c2a;
}
@media only screen and (max-width: 767px) {
  .home-signup h4 {
    font-size: 22px;
  }
  .home-signup .ui.form .field {
    margin-bottom: 20px;
  }
  .home-signup .ui.form .field input {
    font-size: 18px;
    padding: 10px;
  }
}
#g-footer {
  padding-top: 50px !important;
  background-color: #103454;
  color: white;
  border: none;
}
#g-footer a {
  font-size: 20px;
}
#g-footer .g-container {
  width: 80%;
}
#g-footer .g-grid {
  align-items: center;
  align-content: center;
  justify-content: center;
}
#g-footer .g-grid ul {
  height: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#g-footer .g-grid ul li {
  margin: 0.5rem 2rem 0.5rem 0;
}
#g-footer .g-grid ul li a {
  color: white;
  text-transform: uppercase;
}
#g-footer .g-grid ul li a:hover {
  color: #103454;
}
#g-footer .g-grid .social {
  display: flex;
  flex-wrap: wrap;
}
#g-footer .g-grid .social a {
  border: none;
  margin: 1rem;
  color: #1e2f5e;
  background: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 4px;
  display: flex;
  justify-content: center;
}
#g-footer .g-grid .social a fa {
  font-size: 30px;
}
#g-footer .g-grid .social a:hover {
  background-color: #103454;
  color: white;
}
#g-footer .f-logo {
  justify-content: flex-end;
}
#g-footer .f-disclaimer .disclaimer {
  display: flex;
  align-items: center;
}
#g-footer .f-disclaimer .showcase-box {
  width: 0.3em;
  height: 1.5em;
  box-shadow: 0.2em 0.3em 0 0 #5a82aa;
  margin: 0;
  margin-right: 0.5em;
}
#g-footer .f-disclaimer a {
  color: white;
}
#g-footer .f-disclaimer a:hover {
  color: #103454;
}
#g-footer .f-copyrights {
  justify-content: center;
  margin: 10px 0;
}
#g-footer .f-copyrights .branding {
  font-size: 11px;
  text-align: center;
}
@media only screen and (max-width: 990px) {
  #g-footer .g-container .g-grid {
    flex-direction: column;
    gap: 30px;
  }
  #g-footer .g-block {
    flex: 1;
    width: 100%;
  }
  #g-footer .f-logo, #g-footer .f-copyrights {
    text-align: center;
  }
  #g-footer .g-grid .social {
    flex-wrap: nowrap !important;
    justify-content: center;
    margin-bottom: 20px;
  }
  #g-footer .footer-nav .nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #g-footer .g-grid ul li {
    margin: 0.5rem 0;
    display: flex;
    justify-content: center;
    text-align: left;
  }
  #g-footer .g-grid ul li a {
    width: 95px;
  }
}
.c-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #1d2f5e;
  color: white;
  text-align: center;
  z-index: 1000;
  border-top: solid #103454 3px;
}
.c-cookie-banner .c-cookie-btn--accept {
  background-color: #ffffff;
  color: #1d2f5e;
  width: 155px;
  padding: 5px 0;
  display: inline-block;
  margin-bottom: 20px;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  video {
    width: 100% !important;
  }
}
/* phoca gallery */
.subpage #g-navigation .g-social a {
  background: #f0f0f0;
  border: none;
  text-decoration: none;
  color: #1e2f5e;
  border-radius: 50%;
  margin-left: 1rem;
}
.subpage #g-navigation .g-social a:hover {
  background: white;
}
.social-header {
  background-color: #103454;
  padding: 4px 0 0 0;
}
.social-header a {
  background: transparent;
  background: white;
  border-radius: 50%;
  margin-left: 1rem;
}
#g-footer .social-header {
  background-color: transparent;
}
#g-footer .mod-menu.nav {
  margin-bottom: 30px;
  margin-left: 0;
}
.card.bg-secondary.fade-in.active a {
  color: white;
}
.card.bg-secondary.fade-in.active a:hover {
  color: #F3B100;
}
.columns-inner-two .card a {
  color: white;
}
.columns-inner-two .card a:hover {
  color: #1E2F5E;
}
.category-desc.clearfix {
  width: 100%;
}
.stock-quote div:has(.mod-newstockfq)::before {
  content: "";
  background-image: url('../../../../images/icons/graph.png');
  display: block;
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  margin-right: 20px;
}
.stock-quote div:has(.mod-newstockfq) {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only all and (max-width: 500px) {
  .stock-quote div:has(.mod-newstockfq) {
    flex-direction: column;
  }
  .stock-quote div:has(.mod-newstockfq) .mod-newstockfq {
    flex-direction: column;
  }
  .stock-quote div:has(.mod-newstockfq) .mod-newstockfq h3 {
    border-right: none;
    border-left: solid #9e6221 5px;
    padding-left: 5px;
    margin-top: 20px;
  }
}
.mod-newstockfq {
  width: 100%;
  flex-direction: row;
  display: flex;
}
.mod-newstockfq h3 {
  margin: 0;
  border-right: solid #a31122 5px;
}
.mod-newstockfq table {
  margin-left: 0.5rem;
  border: none;
}
.mod-newstockfq table td {
  border: none;
}
.mod-newstockfq table td:first-child {
  font-size: 22px;
  color: #1e2f5e;
  background-color: transparent;
  font-weight: bold;
}
.video-thumbnail {
  width: 120px;
  padding: 8px;
  border: 2px solid lightgray;
  box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.5);
  margin: 0.5em;
}
/* unset bootstrap */
#g-header .fut-menu .navbar {
  position: unset;
}
.dropdown-toggle::after {
  content: unset;
}
.blog-items[class*=" masonry-"] .blog-item {
  display: flex;
}
.mod-menu.nav {
  display: unset;
}
.col-2 {
  width: unset;
}
/* END unset bootstrap */
/* sandman form */
.home-page form#homesignup .sandmanFormFromName, form#contact .sandmanFormFromName, form#signup .sandmanFormFromName {
  display: none;
}
form #sandmanFromInputWrap .sandmanFromsingleInput {
  margin-bottom: 20px;
}
form #sandmanFromInputWrap .sandmanFromsingleInput label {
  display: none;
}
form #sandmanFromInputWrap .sandmanFromsingleInput input, form #sandmanFromInputWrap .sandmanFromsingleInput select {
  border-left: solid #b13434 10px;
  width: 100%;
  height: 60px;
  padding-left: 20px;
}
form #sandmanFromInputWrap .sandmanFromsingleInput input option, form #sandmanFromInputWrap .sandmanFromsingleInput input::placeholder, form #sandmanFromInputWrap .sandmanFromsingleInput select option, form #sandmanFromInputWrap .sandmanFromsingleInput select::placeholder {
  color: light-grey !important;
}
form #sandmanFromInputWrap .sandmanFromsingleInput input[value="required"]::after {
  content: "*";
}
form #sandmanFromInputWrap .formSumbitBtnWrap {
  text-align: center;
  margin: 20px 0;
}
form #sandmanFromInputWrap .formSumbitBtnWrap button {
  background-color: #103454;
  color: #fff;
  cursor: pointer;
  padding: 10px 20px;
  font-weight: bolder;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  min-width: 150px;
}
form#contact #sandmanFromInputWrap, form#signup #sandmanFromInputWrap {
  --num-column: 2;
  display: grid;
  grid-template-columns: repeat(var(--num-column), 1fr);
  gap: 20px;
}
form#contact .sandmanFromsingleInput_textarea {
  grid-column-start: 1;
  grid-column-end: 3;
}
form#contact .sandmanFromsingleInput_textarea input {
  width: 100%;
  height: 100px;
}
form#contact #captcha_contact, form#contact .formSumbitBtnWrap {
  margin: auto;
  grid-column-start: 1;
  grid-column-end: 3;
}
form#contact #captcha_contact button, form#contact .formSumbitBtnWrap button {
  background-color: #1e2f5e;
}
.contact-page form#contact {
  padding: 40px 10%;
  background-color: #5A82AA;
}
.contact-page .platform-content.container {
  padding: 0;
}
form#signup #sandmanFromInputWrap .sandmanFromsingleInput.checkboxInput {
  display: flex;
  gap: 10px;
}
form#signup #sandmanFromInputWrap input#signup_confirmSignup {
  height: 30px;
  width: 30px;
}
form#signup #sandmanFromInputWrap label[for="signup_confirmSignup"] {
  display: inline;
}
/* END sandman form */
/* Gallery */
.pg-item-box .pg-item-box-title.image {
  display: none;
}
.pg-item-box figure {
  width: 120px;
  padding: 8px;
  border: 2px solid lightgray;
  box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.5);
}
.pswp__caption .pswp__caption__center {
  color: #CCC !important;
  text-align: center;
}
/* END Gallery */
/* Mobile menu */
#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: #a31122;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  background: #a31122 !important;
  border: 1px solid #a31122;
}
/* END Mobile menu  */
/*# sourceMappingURL=custom_9.css.map */