@charset "UTF-8";
/*!
Theme Name: The Ocean Foundation
Theme URI: http://www.oceanfdn.org
Author: Openbox9 (Joe Tan)

DO NOT EDIT style.css DIRECTLY.

Use style.scss.
*/
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-7px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-15px);
  }
  60% {
    -moz-transform: translateY(-7px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-7px);
  }
}
@-webkit-keyframes pulse {
  0% {
    margin-bottom: 0px;
    opacity: 0;
  }
  10% {
    margin-bottom: 0px;
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    margin-bottom: -15px;
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  90% {
    margin-bottom: 0px;
    opacity: 0;
  }
  100% {
    margin-bottom: 0px;
    opacity: 0;
  }
}
@-moz-keyframes pulse {
  0% {
    margin-bottom: 0px;
    opacity: 0;
  }
  10% {
    margin-bottom: 0px;
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    margin-bottom: -15px;
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  90% {
    margin-bottom: 0px;
    opacity: 0;
  }
  100% {
    margin-bottom: 0px;
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    margin-bottom: 0px;
    opacity: 0;
  }
  10% {
    margin-bottom: 0px;
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    margin-bottom: -15px;
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  90% {
    margin-bottom: 0px;
    opacity: 0;
  }
  100% {
    margin-bottom: 0px;
    opacity: 0;
  }
}
@-webkit-keyframes loading {
  100% {
    background-position: 0px -570px;
  }
}
@-moz-keyframes loading {
  100% {
    background-position: 0px -570px;
  }
}
@keyframes loading {
  100% {
    background-position: 0px -570px;
  }
}
@-webkit-keyframes loop {
  from {
    -webkit-transform: translate(0%, 0%);
  }
  to {
    -webkit-transform: translate(-50%, 0%);
  }
}
@-moz-keyframes loop {
  from {
    -moz-transform: translate(0%, 0%);
  }
  to {
    -moz-transform: translate(-50%, 0%);
  }
}
@keyframes loop {
  from {
    transform: translate(0%, 0%);
  }
  to {
    transform: translate(-50%, 0%);
  }
}
/*
Author: Joe Tan (joetan54@gmail.com)

Copyright (c) 2018 Joe Tan
THIS CODE MAY NOT BE REDISTRIBUTED WITHOUT EXPLICIT PERMISSION
*/
/*
Author: Joe Tan (joetan54@gmail.com)

Copyright (c) 2017 Joe Tan
THIS CODE MAY NOT BE REDISTRIBUTED WITHOUT EXPLICIT PERMISSION
*/
/* @group Grid Layout */
.row {
  position: relative;
  margin-bottom: 20px;
  zoom: 1;
}
.row:after {
  content: " ";
  display: block;
  clear: both;
}
.row:last-child {
  margin-bottom: 0;
}
.row.group {
  margin-bottom: 0;
}

/*! 16 grid, 25px margins */
.row > [class*=span],
.row > [class*=col],
.wpb_row.vc_row-fluid > [class*=vc_span] {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row {
  margin-left: -25px;
  margin-left: calc(-25px);
}

.row > [class*=span],
.row > [class*=col],
.wpb_row.vc_row-fluid > [class*=vc_span] {
  margin-left: 25px;
  margin-left: calc(25px);
}

.row > .col1_10 {
  width: 10%;
  width: -webkit-calc(10% - 25px);
  width: -moz-calc(10% - 25px);
  width: calc(10% - 25px);
}

.row > .offset1_10 {
  margin-left: 10%;
  margin-left: -webkit-calc(10% + 25px);
  margin-left: -moz-calc(10% + 25px);
  margin-left: calc(10% + 25px);
}

.row > .col1_5, .row > .col2_10, .row > .col3_15 {
  width: 20%;
  width: -webkit-calc(20% - 25px);
  width: -moz-calc(20% - 25px);
  width: calc(20% - 25px);
}

.row > .offset1_5, .row > .offset2_10, .row > .offset3_15 {
  margin-left: 20%;
  margin-left: -webkit-calc(20% + 25px);
  margin-left: -moz-calc(20% + 25px);
  margin-left: calc(20% + 25px);
}

.row > .col1_4, .row > .col2_8, .row > .col3_12, .row > .col4_16, .row > .span3, .wpb_row.vc_row-fluid > .vc_span3 {
  width: 25%;
  width: -webkit-calc(25% - 25px);
  width: -moz-calc(25% - 25px);
  width: calc(25% - 25px);
}

.row > .offset1_4, .row > .offset2_8, .row > .offset3_12, .row > .offset4_16, .row > .offset3 {
  margin-left: 25%;
  margin-left: -webkit-calc(25% + 25px);
  margin-left: -moz-calc(25% + 25px);
  margin-left: calc(25% + 25px);
}

.row > .col3_10 {
  width: 30%;
  width: -webkit-calc(30% - 25px);
  width: -moz-calc(30% - 25px);
  width: calc(30% - 25px);
}

.row > .offset3_10 {
  margin-left: 30%;
  margin-left: -webkit-calc(30% + 25px);
  margin-left: -moz-calc(30% + 25px);
  margin-left: calc(30% + 25px);
}

.row > .col2_5, .row > .col4_10, .row > .col6_15 {
  width: 40%;
  width: -webkit-calc(40% - 25px);
  width: -moz-calc(40% - 25px);
  width: calc(40% - 25px);
}

.row > .offset2_5, .row > .offset4_10, .row > .offset6_15 {
  margin-left: 40%;
  margin-left: -webkit-calc(40% + 25px);
  margin-left: -moz-calc(40% + 25px);
  margin-left: calc(40% + 25px);
}

.row > .col1_2, .row > .col2_4, .row > .col3_6, .row > .col4_8, .row > .col5_10, .row > .col6_12, .row > .col7_14, .row > .col8_16, .row > .span6, .wpb_row.vc_row-fluid > .vc_span6 {
  width: 50%;
  width: -webkit-calc(50% - 25px);
  width: -moz-calc(50% - 25px);
  width: calc(50% - 25px);
}

.row > .offset1_2, .row > .offset2_4, .row > .offset3_6, .row > .offset4_8, .row > .offset5_10, .row > .offset6_12, .row > .offset7_14, .row > .offset8_16, .row > .offset6 {
  margin-left: 50%;
  margin-left: -webkit-calc(50% + 25px);
  margin-left: -moz-calc(50% + 25px);
  margin-left: calc(50% + 25px);
}

.row > .col3_5, .row > .col6_10, .row > .col9_15 {
  width: 60%;
  width: -webkit-calc(60% - 25px);
  width: -moz-calc(60% - 25px);
  width: calc(60% - 25px);
}

.row > .offset3_5, .row > .offset6_10, .row > .offset9_15 {
  margin-left: 60%;
  margin-left: -webkit-calc(60% + 25px);
  margin-left: -moz-calc(60% + 25px);
  margin-left: calc(60% + 25px);
}

.row > .col7_10 {
  width: 70%;
  width: -webkit-calc(70% - 25px);
  width: -moz-calc(70% - 25px);
  width: calc(70% - 25px);
}

.row > .offset7_10 {
  margin-left: 70%;
  margin-left: -webkit-calc(70% + 25px);
  margin-left: -moz-calc(70% + 25px);
  margin-left: calc(70% + 25px);
}

.row > .col3_4, .row > .col6_8, .row > .col9_12, .row > .col12_16, .row > .span9, .wpb_row.vc_row-fluid > .vc_span9 {
  width: 75%;
  width: -webkit-calc(75% - 25px);
  width: -moz-calc(75% - 25px);
  width: calc(75% - 25px);
}

.row > .offset3_4, .row > .offset6_8, .row > .offset9_12, .row > .offset12_16, .row > .offset9 {
  margin-left: 75%;
  margin-left: -webkit-calc(75% + 25px);
  margin-left: -moz-calc(75% + 25px);
  margin-left: calc(75% + 25px);
}

.row > .col4_5, .row > .col8_10, .row > .col12_15 {
  width: 80%;
  width: -webkit-calc(80% - 25px);
  width: -moz-calc(80% - 25px);
  width: calc(80% - 25px);
}

.row > .offset4_5, .row > .offset8_10, .row > .offset12_15 {
  margin-left: 80%;
  margin-left: -webkit-calc(80% + 25px);
  margin-left: -moz-calc(80% + 25px);
  margin-left: calc(80% + 25px);
}

.row > .col9_10 {
  width: 90%;
  width: -webkit-calc(90% - 25px);
  width: -moz-calc(90% - 25px);
  width: calc(90% - 25px);
}

.row > .offset9_10 {
  margin-left: 90%;
  margin-left: -webkit-calc(90% + 25px);
  margin-left: -moz-calc(90% + 25px);
  margin-left: calc(90% + 25px);
}

.row > .col1_1, .row > .col2_2, .row > .col3_3, .row > .col4_4, .row > .col5_5, .row > .col6_6, .row > .col7_7, .row > .col8_8, .row > .col9_9, .row > .col10_10, .row > .col11_11, .row > .col12_12, .row > .col13_13, .row > .col14_14, .row > .col15_15, .row > .col16_16, .row > .span12, .wpb_row.vc_row-fluid > .vc_span12 {
  width: 100%;
  width: -webkit-calc(100% - 25px);
  width: -moz-calc(100% - 25px);
  width: calc(100% - 25px);
}

.row > .offset1_1, .row > .offset2_2, .row > .offset3_3, .row > .offset4_4, .row > .offset5_5, .row > .offset6_6, .row > .offset7_7, .row > .offset8_8, .row > .offset9_9, .row > .offset10_10, .row > .offset11_11, .row > .offset12_12, .row > .offset13_13, .row > .offset14_14, .row > .offset15_15, .row > .offset16_16, .row > .offset12 {
  margin-left: 100%;
  margin-left: -webkit-calc(100% + 25px);
  margin-left: -moz-calc(100% + 25px);
  margin-left: calc(100% + 25px);
}

.row > .col1_3, .row > .col2_6, .row > .col3_9, .row > .col4_12, .row > .col5_15, .row > .span4, .wpb_row.vc_row-fluid > .vc_span4 {
  width: 33.333%;
  width: -webkit-calc(33.333% - 25px);
  width: -moz-calc(33.333% - 25px);
  width: calc(33.333% - 25px);
}

.row > .offset1_3, .row > .offset2_6, .row > .offset3_9, .row > .offset4_12, .row > .offset5_15, .row > .offset4 {
  margin-left: 33.333%;
  margin-left: -webkit-calc(33.333% + 25px);
  margin-left: -moz-calc(33.333% + 25px);
  margin-left: calc(33.333% + 25px);
}

.row > .col2_3, .row > .col4_6, .row > .col6_9, .row > .col8_12, .row > .col10_15, .row > .span8, .wpb_row.vc_row-fluid > .vc_span8 {
  width: 66.667%;
  width: -webkit-calc(66.667% - 25px);
  width: -moz-calc(66.667% - 25px);
  width: calc(66.667% - 25px);
}

.row > .offset2_3, .row > .offset4_6, .row > .offset6_9, .row > .offset8_12, .row > .offset10_15, .row > .offset8 {
  margin-left: 66.667%;
  margin-left: -webkit-calc(66.667% + 25px);
  margin-left: -moz-calc(66.667% + 25px);
  margin-left: calc(66.667% + 25px);
}

.row > .col1_6, .row > .col2_12, .row > .span2, .wpb_row.vc_row-fluid > .vc_span2 {
  width: 16.667%;
  width: -webkit-calc(16.667% - 25px);
  width: -moz-calc(16.667% - 25px);
  width: calc(16.667% - 25px);
}

.row > .offset1_6, .row > .offset2_12, .row > .offset2 {
  margin-left: 16.667%;
  margin-left: -webkit-calc(16.667% + 25px);
  margin-left: -moz-calc(16.667% + 25px);
  margin-left: calc(16.667% + 25px);
}

.row > .col5_6, .row > .col10_12, .row > .span10, .wpb_row.vc_row-fluid > .vc_span10 {
  width: 83.333%;
  width: -webkit-calc(83.333% - 25px);
  width: -moz-calc(83.333% - 25px);
  width: calc(83.333% - 25px);
}

.row > .offset5_6, .row > .offset10_12, .row > .offset10 {
  margin-left: 83.333%;
  margin-left: -webkit-calc(83.333% + 25px);
  margin-left: -moz-calc(83.333% + 25px);
  margin-left: calc(83.333% + 25px);
}

.row > .col1_7, .row > .col2_14 {
  width: 14.286%;
  width: -webkit-calc(14.286% - 25px);
  width: -moz-calc(14.286% - 25px);
  width: calc(14.286% - 25px);
}

.row > .offset1_7, .row > .offset2_14 {
  margin-left: 14.286%;
  margin-left: -webkit-calc(14.286% + 25px);
  margin-left: -moz-calc(14.286% + 25px);
  margin-left: calc(14.286% + 25px);
}

.row > .col2_7, .row > .col4_14 {
  width: 28.571%;
  width: -webkit-calc(28.571% - 25px);
  width: -moz-calc(28.571% - 25px);
  width: calc(28.571% - 25px);
}

.row > .offset2_7, .row > .offset4_14 {
  margin-left: 28.571%;
  margin-left: -webkit-calc(28.571% + 25px);
  margin-left: -moz-calc(28.571% + 25px);
  margin-left: calc(28.571% + 25px);
}

.row > .col3_7, .row > .col6_14 {
  width: 42.857%;
  width: -webkit-calc(42.857% - 25px);
  width: -moz-calc(42.857% - 25px);
  width: calc(42.857% - 25px);
}

.row > .offset3_7, .row > .offset6_14 {
  margin-left: 42.857%;
  margin-left: -webkit-calc(42.857% + 25px);
  margin-left: -moz-calc(42.857% + 25px);
  margin-left: calc(42.857% + 25px);
}

.row > .col4_7, .row > .col8_14 {
  width: 57.143%;
  width: -webkit-calc(57.143% - 25px);
  width: -moz-calc(57.143% - 25px);
  width: calc(57.143% - 25px);
}

.row > .offset4_7, .row > .offset8_14 {
  margin-left: 57.143%;
  margin-left: -webkit-calc(57.143% + 25px);
  margin-left: -moz-calc(57.143% + 25px);
  margin-left: calc(57.143% + 25px);
}

.row > .col5_7, .row > .col10_14 {
  width: 71.429%;
  width: -webkit-calc(71.429% - 25px);
  width: -moz-calc(71.429% - 25px);
  width: calc(71.429% - 25px);
}

.row > .offset5_7, .row > .offset10_14 {
  margin-left: 71.429%;
  margin-left: -webkit-calc(71.429% + 25px);
  margin-left: -moz-calc(71.429% + 25px);
  margin-left: calc(71.429% + 25px);
}

.row > .col6_7, .row > .col12_14 {
  width: 85.714%;
  width: -webkit-calc(85.714% - 25px);
  width: -moz-calc(85.714% - 25px);
  width: calc(85.714% - 25px);
}

.row > .offset6_7, .row > .offset12_14 {
  margin-left: 85.714%;
  margin-left: -webkit-calc(85.714% + 25px);
  margin-left: -moz-calc(85.714% + 25px);
  margin-left: calc(85.714% + 25px);
}

.row > .col1_8, .row > .col2_16 {
  width: 12.5%;
  width: -webkit-calc(12.5% - 25px);
  width: -moz-calc(12.5% - 25px);
  width: calc(12.5% - 25px);
}

.row > .offset1_8, .row > .offset2_16 {
  margin-left: 12.5%;
  margin-left: -webkit-calc(12.5% + 25px);
  margin-left: -moz-calc(12.5% + 25px);
  margin-left: calc(12.5% + 25px);
}

.row > .col3_8, .row > .col6_16 {
  width: 37.5%;
  width: -webkit-calc(37.5% - 25px);
  width: -moz-calc(37.5% - 25px);
  width: calc(37.5% - 25px);
}

.row > .offset3_8, .row > .offset6_16 {
  margin-left: 37.5%;
  margin-left: -webkit-calc(37.5% + 25px);
  margin-left: -moz-calc(37.5% + 25px);
  margin-left: calc(37.5% + 25px);
}

.row > .col5_8, .row > .col10_16 {
  width: 62.5%;
  width: -webkit-calc(62.5% - 25px);
  width: -moz-calc(62.5% - 25px);
  width: calc(62.5% - 25px);
}

.row > .offset5_8, .row > .offset10_16 {
  margin-left: 62.5%;
  margin-left: -webkit-calc(62.5% + 25px);
  margin-left: -moz-calc(62.5% + 25px);
  margin-left: calc(62.5% + 25px);
}

.row > .col7_8, .row > .col14_16 {
  width: 87.5%;
  width: -webkit-calc(87.5% - 25px);
  width: -moz-calc(87.5% - 25px);
  width: calc(87.5% - 25px);
}

.row > .offset7_8, .row > .offset14_16 {
  margin-left: 87.5%;
  margin-left: -webkit-calc(87.5% + 25px);
  margin-left: -moz-calc(87.5% + 25px);
  margin-left: calc(87.5% + 25px);
}

.row > .col1_9 {
  width: 11.111%;
  width: -webkit-calc(11.111% - 25px);
  width: -moz-calc(11.111% - 25px);
  width: calc(11.111% - 25px);
}

.row > .offset1_9 {
  margin-left: 11.111%;
  margin-left: -webkit-calc(11.111% + 25px);
  margin-left: -moz-calc(11.111% + 25px);
  margin-left: calc(11.111% + 25px);
}

.row > .col2_9 {
  width: 22.222%;
  width: -webkit-calc(22.222% - 25px);
  width: -moz-calc(22.222% - 25px);
  width: calc(22.222% - 25px);
}

.row > .offset2_9 {
  margin-left: 22.222%;
  margin-left: -webkit-calc(22.222% + 25px);
  margin-left: -moz-calc(22.222% + 25px);
  margin-left: calc(22.222% + 25px);
}

.row > .col4_9 {
  width: 44.444%;
  width: -webkit-calc(44.444% - 25px);
  width: -moz-calc(44.444% - 25px);
  width: calc(44.444% - 25px);
}

.row > .offset4_9 {
  margin-left: 44.444%;
  margin-left: -webkit-calc(44.444% + 25px);
  margin-left: -moz-calc(44.444% + 25px);
  margin-left: calc(44.444% + 25px);
}

.row > .col5_9 {
  width: 55.556%;
  width: -webkit-calc(55.556% - 25px);
  width: -moz-calc(55.556% - 25px);
  width: calc(55.556% - 25px);
}

.row > .offset5_9 {
  margin-left: 55.556%;
  margin-left: -webkit-calc(55.556% + 25px);
  margin-left: -moz-calc(55.556% + 25px);
  margin-left: calc(55.556% + 25px);
}

.row > .col7_9 {
  width: 77.778%;
  width: -webkit-calc(77.778% - 25px);
  width: -moz-calc(77.778% - 25px);
  width: calc(77.778% - 25px);
}

.row > .offset7_9 {
  margin-left: 77.778%;
  margin-left: -webkit-calc(77.778% + 25px);
  margin-left: -moz-calc(77.778% + 25px);
  margin-left: calc(77.778% + 25px);
}

.row > .col8_9 {
  width: 88.889%;
  width: -webkit-calc(88.889% - 25px);
  width: -moz-calc(88.889% - 25px);
  width: calc(88.889% - 25px);
}

.row > .offset8_9 {
  margin-left: 88.889%;
  margin-left: -webkit-calc(88.889% + 25px);
  margin-left: -moz-calc(88.889% + 25px);
  margin-left: calc(88.889% + 25px);
}

.row > .col1_11 {
  width: 9.091%;
  width: -webkit-calc(9.091% - 25px);
  width: -moz-calc(9.091% - 25px);
  width: calc(9.091% - 25px);
}

.row > .offset1_11 {
  margin-left: 9.091%;
  margin-left: -webkit-calc(9.091% + 25px);
  margin-left: -moz-calc(9.091% + 25px);
  margin-left: calc(9.091% + 25px);
}

.row > .col2_11 {
  width: 18.182%;
  width: -webkit-calc(18.182% - 25px);
  width: -moz-calc(18.182% - 25px);
  width: calc(18.182% - 25px);
}

.row > .offset2_11 {
  margin-left: 18.182%;
  margin-left: -webkit-calc(18.182% + 25px);
  margin-left: -moz-calc(18.182% + 25px);
  margin-left: calc(18.182% + 25px);
}

.row > .col3_11 {
  width: 27.273%;
  width: -webkit-calc(27.273% - 25px);
  width: -moz-calc(27.273% - 25px);
  width: calc(27.273% - 25px);
}

.row > .offset3_11 {
  margin-left: 27.273%;
  margin-left: -webkit-calc(27.273% + 25px);
  margin-left: -moz-calc(27.273% + 25px);
  margin-left: calc(27.273% + 25px);
}

.row > .col4_11 {
  width: 36.364%;
  width: -webkit-calc(36.364% - 25px);
  width: -moz-calc(36.364% - 25px);
  width: calc(36.364% - 25px);
}

.row > .offset4_11 {
  margin-left: 36.364%;
  margin-left: -webkit-calc(36.364% + 25px);
  margin-left: -moz-calc(36.364% + 25px);
  margin-left: calc(36.364% + 25px);
}

.row > .col5_11 {
  width: 45.455%;
  width: -webkit-calc(45.455% - 25px);
  width: -moz-calc(45.455% - 25px);
  width: calc(45.455% - 25px);
}

.row > .offset5_11 {
  margin-left: 45.455%;
  margin-left: -webkit-calc(45.455% + 25px);
  margin-left: -moz-calc(45.455% + 25px);
  margin-left: calc(45.455% + 25px);
}

.row > .col6_11 {
  width: 54.545%;
  width: -webkit-calc(54.545% - 25px);
  width: -moz-calc(54.545% - 25px);
  width: calc(54.545% - 25px);
}

.row > .offset6_11 {
  margin-left: 54.545%;
  margin-left: -webkit-calc(54.545% + 25px);
  margin-left: -moz-calc(54.545% + 25px);
  margin-left: calc(54.545% + 25px);
}

.row > .col7_11 {
  width: 63.636%;
  width: -webkit-calc(63.636% - 25px);
  width: -moz-calc(63.636% - 25px);
  width: calc(63.636% - 25px);
}

.row > .offset7_11 {
  margin-left: 63.636%;
  margin-left: -webkit-calc(63.636% + 25px);
  margin-left: -moz-calc(63.636% + 25px);
  margin-left: calc(63.636% + 25px);
}

.row > .col8_11 {
  width: 72.727%;
  width: -webkit-calc(72.727% - 25px);
  width: -moz-calc(72.727% - 25px);
  width: calc(72.727% - 25px);
}

.row > .offset8_11 {
  margin-left: 72.727%;
  margin-left: -webkit-calc(72.727% + 25px);
  margin-left: -moz-calc(72.727% + 25px);
  margin-left: calc(72.727% + 25px);
}

.row > .col9_11 {
  width: 81.818%;
  width: -webkit-calc(81.818% - 25px);
  width: -moz-calc(81.818% - 25px);
  width: calc(81.818% - 25px);
}

.row > .offset9_11 {
  margin-left: 81.818%;
  margin-left: -webkit-calc(81.818% + 25px);
  margin-left: -moz-calc(81.818% + 25px);
  margin-left: calc(81.818% + 25px);
}

.row > .col10_11 {
  width: 90.909%;
  width: -webkit-calc(90.909% - 25px);
  width: -moz-calc(90.909% - 25px);
  width: calc(90.909% - 25px);
}

.row > .offset10_11 {
  margin-left: 90.909%;
  margin-left: -webkit-calc(90.909% + 25px);
  margin-left: -moz-calc(90.909% + 25px);
  margin-left: calc(90.909% + 25px);
}

.row > .col1_12, .row > .span1, .wpb_row.vc_row-fluid > .vc_span1 {
  width: 8.333%;
  width: -webkit-calc(8.333% - 25px);
  width: -moz-calc(8.333% - 25px);
  width: calc(8.333% - 25px);
}

.row > .offset1_12, .row > .offset1 {
  margin-left: 8.333%;
  margin-left: -webkit-calc(8.333% + 25px);
  margin-left: -moz-calc(8.333% + 25px);
  margin-left: calc(8.333% + 25px);
}

.row > .col5_12, .row > .span5, .wpb_row.vc_row-fluid > .vc_span5 {
  width: 41.667%;
  width: -webkit-calc(41.667% - 25px);
  width: -moz-calc(41.667% - 25px);
  width: calc(41.667% - 25px);
}

.row > .offset5_12, .row > .offset5 {
  margin-left: 41.667%;
  margin-left: -webkit-calc(41.667% + 25px);
  margin-left: -moz-calc(41.667% + 25px);
  margin-left: calc(41.667% + 25px);
}

.row > .col7_12, .row > .span7, .wpb_row.vc_row-fluid > .vc_span7 {
  width: 58.333%;
  width: -webkit-calc(58.333% - 25px);
  width: -moz-calc(58.333% - 25px);
  width: calc(58.333% - 25px);
}

.row > .offset7_12, .row > .offset7 {
  margin-left: 58.333%;
  margin-left: -webkit-calc(58.333% + 25px);
  margin-left: -moz-calc(58.333% + 25px);
  margin-left: calc(58.333% + 25px);
}

.row > .col11_12, .row > .span11, .wpb_row.vc_row-fluid > .vc_span11 {
  width: 91.667%;
  width: -webkit-calc(91.667% - 25px);
  width: -moz-calc(91.667% - 25px);
  width: calc(91.667% - 25px);
}

.row > .offset11_12, .row > .offset11 {
  margin-left: 91.667%;
  margin-left: -webkit-calc(91.667% + 25px);
  margin-left: -moz-calc(91.667% + 25px);
  margin-left: calc(91.667% + 25px);
}

.row > .col1_13 {
  width: 7.692%;
  width: -webkit-calc(7.692% - 25px);
  width: -moz-calc(7.692% - 25px);
  width: calc(7.692% - 25px);
}

.row > .offset1_13 {
  margin-left: 7.692%;
  margin-left: -webkit-calc(7.692% + 25px);
  margin-left: -moz-calc(7.692% + 25px);
  margin-left: calc(7.692% + 25px);
}

.row > .col2_13 {
  width: 15.385%;
  width: -webkit-calc(15.385% - 25px);
  width: -moz-calc(15.385% - 25px);
  width: calc(15.385% - 25px);
}

.row > .offset2_13 {
  margin-left: 15.385%;
  margin-left: -webkit-calc(15.385% + 25px);
  margin-left: -moz-calc(15.385% + 25px);
  margin-left: calc(15.385% + 25px);
}

.row > .col3_13 {
  width: 23.077%;
  width: -webkit-calc(23.077% - 25px);
  width: -moz-calc(23.077% - 25px);
  width: calc(23.077% - 25px);
}

.row > .offset3_13 {
  margin-left: 23.077%;
  margin-left: -webkit-calc(23.077% + 25px);
  margin-left: -moz-calc(23.077% + 25px);
  margin-left: calc(23.077% + 25px);
}

.row > .col4_13 {
  width: 30.769%;
  width: -webkit-calc(30.769% - 25px);
  width: -moz-calc(30.769% - 25px);
  width: calc(30.769% - 25px);
}

.row > .offset4_13 {
  margin-left: 30.769%;
  margin-left: -webkit-calc(30.769% + 25px);
  margin-left: -moz-calc(30.769% + 25px);
  margin-left: calc(30.769% + 25px);
}

.row > .col5_13 {
  width: 38.462%;
  width: -webkit-calc(38.462% - 25px);
  width: -moz-calc(38.462% - 25px);
  width: calc(38.462% - 25px);
}

.row > .offset5_13 {
  margin-left: 38.462%;
  margin-left: -webkit-calc(38.462% + 25px);
  margin-left: -moz-calc(38.462% + 25px);
  margin-left: calc(38.462% + 25px);
}

.row > .col6_13 {
  width: 46.154%;
  width: -webkit-calc(46.154% - 25px);
  width: -moz-calc(46.154% - 25px);
  width: calc(46.154% - 25px);
}

.row > .offset6_13 {
  margin-left: 46.154%;
  margin-left: -webkit-calc(46.154% + 25px);
  margin-left: -moz-calc(46.154% + 25px);
  margin-left: calc(46.154% + 25px);
}

.row > .col7_13 {
  width: 53.846%;
  width: -webkit-calc(53.846% - 25px);
  width: -moz-calc(53.846% - 25px);
  width: calc(53.846% - 25px);
}

.row > .offset7_13 {
  margin-left: 53.846%;
  margin-left: -webkit-calc(53.846% + 25px);
  margin-left: -moz-calc(53.846% + 25px);
  margin-left: calc(53.846% + 25px);
}

.row > .col8_13 {
  width: 61.538%;
  width: -webkit-calc(61.538% - 25px);
  width: -moz-calc(61.538% - 25px);
  width: calc(61.538% - 25px);
}

.row > .offset8_13 {
  margin-left: 61.538%;
  margin-left: -webkit-calc(61.538% + 25px);
  margin-left: -moz-calc(61.538% + 25px);
  margin-left: calc(61.538% + 25px);
}

.row > .col9_13 {
  width: 69.231%;
  width: -webkit-calc(69.231% - 25px);
  width: -moz-calc(69.231% - 25px);
  width: calc(69.231% - 25px);
}

.row > .offset9_13 {
  margin-left: 69.231%;
  margin-left: -webkit-calc(69.231% + 25px);
  margin-left: -moz-calc(69.231% + 25px);
  margin-left: calc(69.231% + 25px);
}

.row > .col10_13 {
  width: 76.923%;
  width: -webkit-calc(76.923% - 25px);
  width: -moz-calc(76.923% - 25px);
  width: calc(76.923% - 25px);
}

.row > .offset10_13 {
  margin-left: 76.923%;
  margin-left: -webkit-calc(76.923% + 25px);
  margin-left: -moz-calc(76.923% + 25px);
  margin-left: calc(76.923% + 25px);
}

.row > .col11_13 {
  width: 84.615%;
  width: -webkit-calc(84.615% - 25px);
  width: -moz-calc(84.615% - 25px);
  width: calc(84.615% - 25px);
}

.row > .offset11_13 {
  margin-left: 84.615%;
  margin-left: -webkit-calc(84.615% + 25px);
  margin-left: -moz-calc(84.615% + 25px);
  margin-left: calc(84.615% + 25px);
}

.row > .col12_13 {
  width: 92.308%;
  width: -webkit-calc(92.308% - 25px);
  width: -moz-calc(92.308% - 25px);
  width: calc(92.308% - 25px);
}

.row > .offset12_13 {
  margin-left: 92.308%;
  margin-left: -webkit-calc(92.308% + 25px);
  margin-left: -moz-calc(92.308% + 25px);
  margin-left: calc(92.308% + 25px);
}

.row > .col1_14 {
  width: 7.143%;
  width: -webkit-calc(7.143% - 25px);
  width: -moz-calc(7.143% - 25px);
  width: calc(7.143% - 25px);
}

.row > .offset1_14 {
  margin-left: 7.143%;
  margin-left: -webkit-calc(7.143% + 25px);
  margin-left: -moz-calc(7.143% + 25px);
  margin-left: calc(7.143% + 25px);
}

.row > .col3_14 {
  width: 21.429%;
  width: -webkit-calc(21.429% - 25px);
  width: -moz-calc(21.429% - 25px);
  width: calc(21.429% - 25px);
}

.row > .offset3_14 {
  margin-left: 21.429%;
  margin-left: -webkit-calc(21.429% + 25px);
  margin-left: -moz-calc(21.429% + 25px);
  margin-left: calc(21.429% + 25px);
}

.row > .col5_14 {
  width: 35.714%;
  width: -webkit-calc(35.714% - 25px);
  width: -moz-calc(35.714% - 25px);
  width: calc(35.714% - 25px);
}

.row > .offset5_14 {
  margin-left: 35.714%;
  margin-left: -webkit-calc(35.714% + 25px);
  margin-left: -moz-calc(35.714% + 25px);
  margin-left: calc(35.714% + 25px);
}

.row > .col9_14 {
  width: 64.286%;
  width: -webkit-calc(64.286% - 25px);
  width: -moz-calc(64.286% - 25px);
  width: calc(64.286% - 25px);
}

.row > .offset9_14 {
  margin-left: 64.286%;
  margin-left: -webkit-calc(64.286% + 25px);
  margin-left: -moz-calc(64.286% + 25px);
  margin-left: calc(64.286% + 25px);
}

.row > .col11_14 {
  width: 78.571%;
  width: -webkit-calc(78.571% - 25px);
  width: -moz-calc(78.571% - 25px);
  width: calc(78.571% - 25px);
}

.row > .offset11_14 {
  margin-left: 78.571%;
  margin-left: -webkit-calc(78.571% + 25px);
  margin-left: -moz-calc(78.571% + 25px);
  margin-left: calc(78.571% + 25px);
}

.row > .col13_14 {
  width: 92.857%;
  width: -webkit-calc(92.857% - 25px);
  width: -moz-calc(92.857% - 25px);
  width: calc(92.857% - 25px);
}

.row > .offset13_14 {
  margin-left: 92.857%;
  margin-left: -webkit-calc(92.857% + 25px);
  margin-left: -moz-calc(92.857% + 25px);
  margin-left: calc(92.857% + 25px);
}

.row > .col1_15 {
  width: 6.667%;
  width: -webkit-calc(6.667% - 25px);
  width: -moz-calc(6.667% - 25px);
  width: calc(6.667% - 25px);
}

.row > .offset1_15 {
  margin-left: 6.667%;
  margin-left: -webkit-calc(6.667% + 25px);
  margin-left: -moz-calc(6.667% + 25px);
  margin-left: calc(6.667% + 25px);
}

.row > .col2_15 {
  width: 13.333%;
  width: -webkit-calc(13.333% - 25px);
  width: -moz-calc(13.333% - 25px);
  width: calc(13.333% - 25px);
}

.row > .offset2_15 {
  margin-left: 13.333%;
  margin-left: -webkit-calc(13.333% + 25px);
  margin-left: -moz-calc(13.333% + 25px);
  margin-left: calc(13.333% + 25px);
}

.row > .col4_15 {
  width: 26.667%;
  width: -webkit-calc(26.667% - 25px);
  width: -moz-calc(26.667% - 25px);
  width: calc(26.667% - 25px);
}

.row > .offset4_15 {
  margin-left: 26.667%;
  margin-left: -webkit-calc(26.667% + 25px);
  margin-left: -moz-calc(26.667% + 25px);
  margin-left: calc(26.667% + 25px);
}

.row > .col7_15 {
  width: 46.667%;
  width: -webkit-calc(46.667% - 25px);
  width: -moz-calc(46.667% - 25px);
  width: calc(46.667% - 25px);
}

.row > .offset7_15 {
  margin-left: 46.667%;
  margin-left: -webkit-calc(46.667% + 25px);
  margin-left: -moz-calc(46.667% + 25px);
  margin-left: calc(46.667% + 25px);
}

.row > .col8_15 {
  width: 53.333%;
  width: -webkit-calc(53.333% - 25px);
  width: -moz-calc(53.333% - 25px);
  width: calc(53.333% - 25px);
}

.row > .offset8_15 {
  margin-left: 53.333%;
  margin-left: -webkit-calc(53.333% + 25px);
  margin-left: -moz-calc(53.333% + 25px);
  margin-left: calc(53.333% + 25px);
}

.row > .col11_15 {
  width: 73.333%;
  width: -webkit-calc(73.333% - 25px);
  width: -moz-calc(73.333% - 25px);
  width: calc(73.333% - 25px);
}

.row > .offset11_15 {
  margin-left: 73.333%;
  margin-left: -webkit-calc(73.333% + 25px);
  margin-left: -moz-calc(73.333% + 25px);
  margin-left: calc(73.333% + 25px);
}

.row > .col13_15 {
  width: 86.667%;
  width: -webkit-calc(86.667% - 25px);
  width: -moz-calc(86.667% - 25px);
  width: calc(86.667% - 25px);
}

.row > .offset13_15 {
  margin-left: 86.667%;
  margin-left: -webkit-calc(86.667% + 25px);
  margin-left: -moz-calc(86.667% + 25px);
  margin-left: calc(86.667% + 25px);
}

.row > .col14_15 {
  width: 93.333%;
  width: -webkit-calc(93.333% - 25px);
  width: -moz-calc(93.333% - 25px);
  width: calc(93.333% - 25px);
}

.row > .offset14_15 {
  margin-left: 93.333%;
  margin-left: -webkit-calc(93.333% + 25px);
  margin-left: -moz-calc(93.333% + 25px);
  margin-left: calc(93.333% + 25px);
}

.row > .col1_16 {
  width: 6.25%;
  width: -webkit-calc(6.25% - 25px);
  width: -moz-calc(6.25% - 25px);
  width: calc(6.25% - 25px);
}

.row > .offset1_16 {
  margin-left: 6.25%;
  margin-left: -webkit-calc(6.25% + 25px);
  margin-left: -moz-calc(6.25% + 25px);
  margin-left: calc(6.25% + 25px);
}

.row > .col3_16 {
  width: 18.75%;
  width: -webkit-calc(18.75% - 25px);
  width: -moz-calc(18.75% - 25px);
  width: calc(18.75% - 25px);
}

.row > .offset3_16 {
  margin-left: 18.75%;
  margin-left: -webkit-calc(18.75% + 25px);
  margin-left: -moz-calc(18.75% + 25px);
  margin-left: calc(18.75% + 25px);
}

.row > .col5_16 {
  width: 31.25%;
  width: -webkit-calc(31.25% - 25px);
  width: -moz-calc(31.25% - 25px);
  width: calc(31.25% - 25px);
}

.row > .offset5_16 {
  margin-left: 31.25%;
  margin-left: -webkit-calc(31.25% + 25px);
  margin-left: -moz-calc(31.25% + 25px);
  margin-left: calc(31.25% + 25px);
}

.row > .col7_16 {
  width: 43.75%;
  width: -webkit-calc(43.75% - 25px);
  width: -moz-calc(43.75% - 25px);
  width: calc(43.75% - 25px);
}

.row > .offset7_16 {
  margin-left: 43.75%;
  margin-left: -webkit-calc(43.75% + 25px);
  margin-left: -moz-calc(43.75% + 25px);
  margin-left: calc(43.75% + 25px);
}

.row > .col9_16 {
  width: 56.25%;
  width: -webkit-calc(56.25% - 25px);
  width: -moz-calc(56.25% - 25px);
  width: calc(56.25% - 25px);
}

.row > .offset9_16 {
  margin-left: 56.25%;
  margin-left: -webkit-calc(56.25% + 25px);
  margin-left: -moz-calc(56.25% + 25px);
  margin-left: calc(56.25% + 25px);
}

.row > .col11_16 {
  width: 68.75%;
  width: -webkit-calc(68.75% - 25px);
  width: -moz-calc(68.75% - 25px);
  width: calc(68.75% - 25px);
}

.row > .offset11_16 {
  margin-left: 68.75%;
  margin-left: -webkit-calc(68.75% + 25px);
  margin-left: -moz-calc(68.75% + 25px);
  margin-left: calc(68.75% + 25px);
}

.row > .col13_16 {
  width: 81.25%;
  width: -webkit-calc(81.25% - 25px);
  width: -moz-calc(81.25% - 25px);
  width: calc(81.25% - 25px);
}

.row > .offset13_16 {
  margin-left: 81.25%;
  margin-left: -webkit-calc(81.25% + 25px);
  margin-left: -moz-calc(81.25% + 25px);
  margin-left: calc(81.25% + 25px);
}

.row > .col15_16 {
  width: 93.75%;
  width: -webkit-calc(93.75% - 25px);
  width: -moz-calc(93.75% - 25px);
  width: calc(93.75% - 25px);
}

.row > .offset15_16 {
  margin-left: 93.75%;
  margin-left: -webkit-calc(93.75% + 25px);
  margin-left: -moz-calc(93.75% + 25px);
  margin-left: calc(93.75% + 25px);
}

.grid {
  position: relative;
}

.grid:after {
  content: " ";
  display: block;
  clear: both;
}

.grid > [class*=col] {
  float: left;
}

.grid > .col1_4 {
  width: 25%;
}

.grid > .col1_2,
.grid > .col2_4,
.grid > .col3_6 {
  width: 50%;
}

.grid > .col3_4 {
  width: 75%;
}

.grid > .col1_1,
.grid > .col2_2,
.grid > .col3_3,
.grid > .col4_4,
.grid > .col5_5,
.grid > .col6_6 {
  width: 100%;
}

.grid > .col1_3,
.grid > .col2_6 {
  width: 33.333%;
}

.grid > .col2_3,
.grid > .col4_6 {
  width: 66.666%;
}

.grid > .col1_5 {
  width: 20%;
}

.grid > .col2_5 {
  width: 40%;
}

.grid > .col3_5 {
  width: 60%;
}

.grid > .col4_5 {
  width: 80%;
}

.grid > .col1_6 {
  width: 16.666%;
}

.grid > .col5_6 {
  width: 83.333%;
}

.grid > .col1_7 {
  width: 14.285%;
}

.grid > .col1_8 {
  width: 12.5%;
}

.grid > .col1_9 {
  width: 11.111%;
}

.grid > .col1_10 {
  width: 10%;
}

.grid > .offset1_1 {
  margin-left: 100%;
}

.grid > .offset1_2 {
  margin-left: 50%;
}

.grid > .offset1_3 {
  margin-left: 33.333%;
}

.grid > .offset1_4 {
  margin-left: 25%;
}

.grid > .offset1_5 {
  margin-left: 20%;
}

.grid > .offset1_6 {
  margin-left: 16.666%;
}

.grid > .offset1_7 {
  margin-left: 14.285%;
}

.grid > .offset1_8 {
  margin-left: 12.5%;
}

.grid > .offset1_9 {
  margin-left: 11.111%;
}

.grid > .offset1_10 {
  margin-left: 10%;
}

.table-grid {
  display: table;
  border-collapse: separate;
}
.table-grid > .row {
  display: table-row;
  margin-left: 0;
  margin-bottom: 5px;
}
.table-grid > .row > [class*=col] {
  display: table-cell;
  float: none;
  width: auto;
}
.table-grid > .row > [class*=col].col1_2 {
  width: 50%;
}
.table-grid > .row > [class*=col].col1_3 {
  width: 33.333%;
}
.table-grid > .row > [class*=col].col2_3 {
  width: 66.666%;
}

.show-grid {
  margin-top: 10px;
  margin-bottom: 20px;
}

.show-grid [class*=span],
.show-grid [class*=col] {
  background-color: #578ec8;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 40px;
  line-height: 40px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .row,
.row > [class*=span],
.row > [class*=col],
.grid,
.grid > [class*=col] {
    width: auto;
    float: none;
    display: block;
    margin-left: 0;
  }

  .table-grid,
.table-grid > .grid,
.table-grid > .grid > [class*=col] {
    float: none;
    display: block;
    width: auto;
  }
}
/* @end */
xmp {
  margin: 0 0 1em;
  background: yellow;
  color: #000;
  overflow: hidden;
  font-size: 10px;
}

img.sample {
  background: #00aaee;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
  text-align: left;
  min-width: 320px;
}

html {
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #01203a;
}

body {
  padding: 0 0 0px 0;
  background: #ffffff;
}
body.rtl {
  direction: rtl;
  unicode-bidi: embed;
  text-align: right;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

em strong,
strong em {
  font-weight: bold;
  font-style: italic;
}

.hidden {
  display: block;
  position: absolute;
  top: -10000px;
  height: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
}

.clear {
  clear: both;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.entity {
  font-family: "Lucida Sans Unicode", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

.text-sans-serif {
  font-family: Roboto, sans-serif;
}

.text-serif {
  font-family: "Noticia Text", Georgia, serif;
}

.text-headline {
  font-family: Teko, Roboto, sans-serif;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-aligncenter,
.text-center {
  text-align: center;
}

.text-alignright,
.text-right {
  text-align: right;
}

.text-alignleft,
.text-left {
  text-align: left;
}

.text-white {
  color: white;
}

.text-black {
  color: black;
}

.text-red {
  color: red;
}

.text-green {
  color: green;
}

.text-blue {
  color: #004987;
}

.text-light-blue {
  color: #95d4e9;
}

.text-orange {
  color: #ff8300;
}

.text-yellow {
  color: yellow;
}

.text-navy-blue {
  color: navy;
}

.text-teal {
  color: #afe2e3;
}

.text-purple {
  color: purple;
}

.text-gray {
  color: #999999;
}

.text-silver {
  color: silver;
}

.text-dark-gray {
  color: gray;
}

@media screen and (max-width: 600px) {
  .alignleft,
.alignright {
    margin: 0;
    float: none;
  }
}
img {
  max-width: 100%;
  height: auto;
}

img[align=left],
img.alignleft {
  margin: 0 15px 15px 0;
}

img[align=right],
img.alignright {
  margin: 0 0 15px 15px;
}

img.aligncenter {
  display: block;
  margin: 0 auto 15px auto;
}

img.circle {
  border-radius: 50%;
}

img,
a > img {
  border: 0;
}

a {
  color: #007bc5;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:hover {
  color: #ff8300;
  text-decoration: none;
}
a.more {
  white-space: nowrap;
}

p {
  margin: 0 0 1.4em 0;
}
p:last-child {
  margin-bottom: 0;
}

iframe {
  max-width: 100%;
}
.fb_iframe_widget iframe {
  max-width: none;
}

.intro {
  margin: 0 0 1.2em;
  font-size: 1.2rem;
  line-height: 1.55;
  font-family: "Noticia Text", Georgia, serif;
}

.clickable {
  cursor: pointer;
}

.anchor:before {
  content: "";
  display: block;
  height: 120px;
  margin: -120px 0 0;
}

ol,
ul {
  margin-left: 3em;
  padding: 0;
}

/*ul li, .lists ul li {
    list-style: none;
    margin-left: -10px;
    text-indent: -1em;
    margin-bottom: .25em;
}
ul li:before {
    content: "\25AA\ ";
    color: $color-light-blue;
    font-size: 1.25em;
    line-height: normal;
}*/
small {
  font-size: 80%;
}

hr {
  margin: 2.5em auto;
  width: 100%;
  border-bottom: 2px solid #eee;
  border-top: none;
  border-left: none;
  border-right: none;
}

th, td {
  border: 0;
  padding: 0.5em;
}

.toggle {
  cursor: pointer;
}

/*
.question {
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e3e6;
}*/
@media screen and (min-width: 768px) {
  .mobile-only, .desktop-hide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .mobile-hide, .desktop-only {
    display: none !important;
  }
}
.fb_iframe_widget,
.fb_iframe_widget > span {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  table,
tr,
td {
    display: block;
  }

  td {
    margin-bottom: 1em;
  }

  table.table-responsive > thead {
    display: none;
  }
  table.table-responsive > tbody > tr > td {
    margin-bottom: 0;
  }
  table.table-responsive > tbody > tr > td:before {
    display: block;
    content: attr(data-label);
    font-size: 80%;
  }
  table.table-responsive > tbody > tr > td:last-child {
    margin-bottom: 1em;
  }
}
input[type=submit],
input[type=button],
button,
.button,
.btn,
.wp-block-button__link {
  position: relative;
  display: inline-block;
  margin: 0em 0 0;
  padding: 13px 35px 10px;
  font-family: Roboto, sans-serif;
  font-size: 0.85em;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
  color: white;
  background-color: #004987;
  -webkit-appearance: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-style: none;
  border: 0;
  border-radius: 21px;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-style: normal;
}
input[type=submit] > span,
input[type=button] > span,
button > span,
.button > span,
.btn > span,
.wp-block-button__link > span {
  margin: 0 20px;
}
input[type=submit] > .fa,
input[type=button] > .fa,
button > .fa,
.button > .fa,
.btn > .fa,
.wp-block-button__link > .fa {
  font-size: 1.2em;
}
input[type=submit].aligncenter, input[type=submit].center,
input[type=button].aligncenter,
input[type=button].center,
button.aligncenter,
button.center,
.button.aligncenter,
.button.center,
.btn.aligncenter,
.btn.center,
.wp-block-button__link.aligncenter,
.wp-block-button__link.center {
  display: block;
  max-width: 250px;
  margin: 0 auto 1em;
}
input[type=submit].bright-blue,
input[type=button].bright-blue,
button.bright-blue,
.button.bright-blue,
.btn.bright-blue,
.wp-block-button__link.bright-blue {
  background-color: #007bc5;
}
.wp-block-button.outline input[type=submit], input[type=submit].outline,
.wp-block-button.outline input[type=button],
input[type=button].outline,
.wp-block-button.outline button,
button.outline,
.wp-block-button.outline .button,
.button.outline,
.wp-block-button.outline .btn,
.btn.outline,
.wp-block-button.outline .wp-block-button__link,
.wp-block-button__link.outline {
  background: none;
  border: 2px solid #999999;
  color: #666666;
}
.wp-block-button.outline input[type=submit]:hover, input[type=submit].outline:hover,
.wp-block-button.outline input[type=button]:hover,
input[type=button].outline:hover,
.wp-block-button.outline button:hover,
button.outline:hover,
.wp-block-button.outline .button:hover,
.button.outline:hover,
.wp-block-button.outline .btn:hover,
.btn.outline:hover,
.wp-block-button.outline .wp-block-button__link:hover,
.wp-block-button__link.outline:hover {
  background-color: #004987;
  border-color: #004987;
  color: white;
}
.wp-block-button.outline input[type=submit].white, input[type=submit].outline.white,
.wp-block-button.outline input[type=button].white,
input[type=button].outline.white,
.wp-block-button.outline button.white,
button.outline.white,
.wp-block-button.outline .button.white,
.button.outline.white,
.wp-block-button.outline .btn.white,
.btn.outline.white,
.wp-block-button.outline .wp-block-button__link.white,
.wp-block-button__link.outline.white {
  color: white;
  border-color: white;
}
.wp-block-button.outline input[type=submit].white:hover, input[type=submit].outline.white:hover,
.wp-block-button.outline input[type=button].white:hover,
input[type=button].outline.white:hover,
.wp-block-button.outline button.white:hover,
button.outline.white:hover,
.wp-block-button.outline .button.white:hover,
.button.outline.white:hover,
.wp-block-button.outline .btn.white:hover,
.btn.outline.white:hover,
.wp-block-button.outline .wp-block-button__link.white:hover,
.wp-block-button__link.outline.white:hover {
  background-color: #95d4e9;
  color: #004987;
  border-color: #95d4e9;
}
input[type=submit]:hover,
input[type=button]:hover,
button:hover,
.button:hover,
.btn:hover,
.wp-block-button__link:hover {
  background-color: #ff8300;
  color: white;
}
input[type=submit].loading:after,
input[type=button].loading:after,
button.loading:after,
.button.loading:after,
.btn.loading:after,
.wp-block-button__link.loading:after {
  position: absolute;
  right: -40px;
  top: 50%;
  margin: -15px 0 0 0;
  display: block;
  background: url(../png/loading.png) no-repeat center top;
  width: 30px;
  height: 30px;
  content: " ";
  -webkit-animation: loading 1s steps(19) infinite;
  -moz-animation: loading 1s steps(19) infinite;
  -ms-animation: loading 1s steps(19) infinite;
  -o-animation: loading 1s steps(19) infinite;
  animation: loading 1s steps(19) infinite;
}
input[type=submit].done,
input[type=button].done,
button.done,
.button.done,
.btn.done,
.wp-block-button__link.done {
  cursor: default;
  color: #555;
  border-color: #555;
}
input[type=submit].done:hover,
input[type=button].done:hover,
button.done:hover,
.button.done:hover,
.btn.done:hover,
.wp-block-button__link.done:hover {
  color: #555;
  background: none;
}

button.unstyled,
.button.unstyled {
  padding: 3px 5px;
  background: none;
  color: #363636;
  font-size: 100%;
  font-family: arial, sans-serif;
  background: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

button.unstyled:hover {
  background: #eeeeee;
}

.link {
  font-family: Teko, Roboto, sans-serif;
  font-size: 0.9em;
  text-transform: uppercase;
  color: #999999;
  letter-spacing: 0.05em;
  border: 0;
  border-bottom: 2px solid #999999;
  padding: 0;
}
.link:hover {
  border-bottom: none;
  color: #666666;
}

input[type=text],
input[type=password],
input[type=email],
textarea {
  line-height: 1;
  margin: 0;
  padding: 15px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
}

textarea {
  width: 100%;
}

.listselect-wrap select.ninja-forms-field  {
  position: relative;
  z-index: 1000;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  border: 2px solid #999999;
  cursor: pointer;
  text-align: left;
  min-width: 100px;
  font-size: 0.8rem;
  line-height: 1;
  letter-spacing: 0.03em;
  width: auto;
  padding: 13px 40px 10px 18px;
  min-width: 100px;
  text-transform: uppercase;
  background: #f7f7f7;
  background-image: url(../svg/dropdown-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
  min-width: 100px;
  font-weight: 500!important;
  font-family: Roboto, sans-serif;
  color: #787878;
  appearance: none; /* remove native styles */
  -webkit-appearance: none;
  -moz-appearance: none;
}

.filter select {
  position: relative;
  z-index: 1000;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  border: 2px solid #999999;
  border-radius: 21px;
  cursor: pointer;
  text-align: left;
  min-width: 100px;
  font-size: 0.8rem;
  line-height: 1;
  letter-spacing: 0.03em;
  width: auto;
  padding: 13px 40px 10px 18px;
  min-width: 100px;
  text-transform: uppercase;
  background: white;
  background-image: url(../svg/dropdown-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
  min-width: 100px;
  font-weight: 500!important;
  font-family: Roboto, sans-serif;
  color: #000;
  appearance: none; /* remove native styles */
  -webkit-appearance: none;
  -moz-appearance: none;
}







select.ninja-forms-field strong .icon {
  position: absolute;
  top: 50%;
  right: 15px;
  height: 20px;
  line-height: 20px;
  margin: -10px 0 0;
  font-size: 20px;
  font-weight: 700;
  color: #999999;
  -webkit-transition: transform 0.2s linear;
  -moz-transition: transform 0.2s linear;
  -ms-transition: transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
}

.select.ninja-forms-field strong .icon {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}
select.ninja-forms-field > select {
  position: absolute;
  z-index: -1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
select.ninja-forms-field .select {
  zoom: 1;
  margin: 0;
  list-style: none;
  background: white;
  border: 2px solid #999999;
  border-top: 0;
  font-size: 0.8rem;
  border-radius: 0 0 21px 21px;
}
}
.input.select .select .option.selected, .input.select .select .option:hover {
  background: #eee;
}
.input.select .select .option:last-child {
  border-bottom: 0;
}
.input.select > .select {
  display: none;
  position: absolute;
  z-index: 1001;
  top: 100%;
  left: -2px;
  width: 100%;
  padding: 0 0 10px;
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.input.select > .select::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.input.select.on {
  border-radius: 21px 21px 0 0;
  background-color: #eee;
}
.input.select.on > .select {
  display: block !important;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .input.select select {
    z-index: 1;
  }
  .input.select .select {
    display: none !important;
  }
}
@media screen and (max-height: 600px) {
  .input.select select {
    z-index: 1;
  }
  .input.select .select {
    display: none !important;
  }
}

.partner-form {
  background: #caeaf5;
}

.nf-form-title h3 {
  font-weight: 450;
  padding-top: 0px;
  font-size: 1.3em;
  padding-bottom: 15px;
}

.ninja-forms-form-wrap .field-wrap.layout-half-wrap {
  display: inline-block;
  width: 47%;
}
.ninja-forms-form-wrap .field-wrap.layout-half-wrap + .layout-half-wrap {
  margin-left: 5%;
}
.ninja-forms-form-wrap .field-wrap.layout-half-wrap.layout-left-wrap {
  margin-left: 0;
}
.ninja-forms-form-wrap .field-wrap.layout-third-wrap {
  display: inline-block;
  width: 31%;
}
.ninja-forms-form-wrap .field-wrap.layout-third-wrap + .layout-third-wrap {
  margin-left: 2.5%;
}
.ninja-forms-form-wrap .field-wrap.layout-third-wrap.layout-left-wrap {
  margin-left: 0;
}
.ninja-forms-form-wrap .nf-form-fields-required {
  display: none;
}
.ninja-forms-form-wrap .nf-form-content {
  padding: 0;
  max-width: none;
}
.ninja-forms-form-wrap .nf-form-content input[type=button] {
  height: auto;
  padding: 13px 35px 10px;
  background-color: #004987;
}
.ninja-forms-form-wrap .nf-form-content input[type=button]:hover {
  background-color: #ff8300;
  color: white;
}
.ninja-forms-form-wrap .nf-form-content input[type=text],
.ninja-forms-form-wrap .nf-form-content input[type=email],
.ninja-forms-form-wrap .nf-form-content input[type=tel],
.ninja-forms-form-wrap .nf-form-content textarea {
  border-radius: 5px;
  border: 0;
}
.ninja-forms-form-wrap .submit-container {
  text-align: center;
}

.wp-caption-wrap a {
  border: 0;
}

.wp-caption {
  position: relative;
  max-width: 100%;
  font-size: 14px;
  margin-bottom: 1em;
  text-align: center;
  padding: 8px 0 0;
  color: #999999;
}
.wp-caption img {
  position: relative;
  z-index: 1;
  display: block;
}
.wp-caption.alignright {
  margin: 0 -50px 1em 1.5em;
}
.wp-caption.alignleft {
  margin: 0 1.5em 1em -50px;
}
.wp-caption.alignnone {
  margin: 2em 0;
}
.wp-caption .wp-caption-text {
  position: relative;
  bottom: 0;
  width: auto;
  margin: 0;
  padding: 10px 0px;
  line-height: 1.5;
  text-align: left;
  font-style: italic;
  font-size: 14px;
  font-family: Roboto, sans-serif;
}
.wp-caption .credit {
  margin: 5px 0 10px;
  font-size: 12px;
  text-align: left;
  text-transform: uppercase;
}
.wp-caption .wp-caption-text + .credit {
  margin-top: -5px;
}

.wrap .wp-block-image {
  margin-top: 2em;
}
.wrap .wp-block-image figcaption {
  font-size: 14px;
  margin: 0 0 1em;
  text-align: center;
  padding: 0 0 0.5em;
  color: #999999;
}

.gallery {
  position: relative;
  text-align: center;
}
.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.3333333333%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
  width: 16.6666666667%;
}
.gallery.gallery-columns-7 .gallery-item {
  width: 14.2857142857%;
}
.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
  width: 11.1111111111%;
}
.gallery .gallery-item {
  display: inline-block;
  vertical-align: text-top;
  padding: 20px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery .gallery-item img {
  display: block;
  margin: 0 auto 10px auto;
  border: 0;
  border-radius: 5px;
}
.gallery .gallery-item .gallery-caption {
  line-height: normal;
  font-size: 80%;
}
@media screen and (max-width: 767px) {
  .gallery .gallery-item {
    display: block;
    width: auto !important;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 1.2em 0 0.2em;
  padding: 0;
  clear: both;
  font-family: Teko, Roboto, sans-serif;
}

h1 {
  font-family: "Noticia Text", Georgia, serif;
  font-size: 2.5rem;
  font-weight: normal;
  margin: 1.6em 0 0.6em;
  line-height: 1.1;
}

h2 {
  font-family: "Noticia Text", Georgia, serif;
  font-size: 1.85rem;
  font-weight: normal;
  margin: 1.4em 0 0.5em;
  line-height: 1.2;
}

h3 {
  font-family: "Noticia Text", Georgia, serif;
  font-size: 1.45rem;
  font-weight: 600;
  margin: 1.3em 0 0.4em;
  line-height: 1.25;
}

h4 {
  font-family: Teko, Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 1.3em 0 0.3em;
  line-height: 1.2;
}

h5 {
  font-size: inherit;
  font-weight: normal;
}

h6 {
  font-style: italic;
  font-size: inherit;
  color: #666666;
  font-weight: normal;
}

h1 + h2, h1 + h3, h2 + h3, h2 + h4, h3 + h4, h3 + h5, h4 + h5, h4 + h6, h5 + h6 {
  margin-top: 0;
}

h2.expandable {
  text-transform: none;
  font-size: 14px;
  font-weight: bold;
}
h2.expandable:before {
  margin-right: 17px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  content: "+";
  bottom: -2px;
}
h2.expandable.opened:before {
  content: "–";
}

h5.rule {
  margin: 2em 0 1em;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 20px;
}
h5.rule:after, h5.rule:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 2px;
  background: currentColor;
}
@media screen and (max-width: 767px) {
  h5.rule:after, h5.rule:before {
    width: 50px;
  }
}
h5.rule:before {
  margin: 0 1em 0 0;
}
h5.rule:after {
  margin: 0 0 0 1em;
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: 0;
    font-size: 2em;
  }

  h2 {
    font-size: 1.65em;
  }

  h3 {
    font-size: 1.35em;
  }
}
#header {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 0 35px;
  background: white;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -ms-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  /*
  @media screen and (max-width:500px) {
      .logo {
          a {
              display: block;
              width: 150px;
              height: 35px;
              background: url(images/logo_stack.svg) no-repeat 50% 50%;
              background-size: contain;
              img {
                  display: none;
              }
          }
      }
      .top {
          margin-bottom: 0;
          a.tab {
              padding: 5px 10px 2px;
              font-size: 16px;
          }
          div.tab {
              > strong {
                  padding-right: 1.5em;
                  font-size: 16px;
                  .icon {
                      right: 0.5em;
                      top: -0.2em;
                  }
              }
          }
      }
      form {
          button {
              padding: 5px;
              span {
                  margin: 0 5px;
              }
          }
      }
  }
  */
}
#header:before {
  content: " ";
  display: block;
  height: 4px;
  background: #004987;
}
body.scrolled #header, body.header-collapsed #header {
  background-color: white;
}
#header .buttons {
  position: absolute;
  top: 0;
  right: 80px;
  display: flex;
  font-family: Teko, Roboto, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  opacity: 1;
  z-index: 3;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 971px) {
  body.search-on #header .buttons {
    opacity: 0;
    -webkit-transform: translate(-100px, 0);
    -moz-transform: translate(-100px, 0);
    -ms-transform: translate(-100px, 0);
    -o-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
  }
}
#header .buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px 9px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.035em;
  font-size: 20px;
  text-decoration: none;
}
#header .buttons a.subscribe {
  background: #C6E6F1;
  color: #004987;
  display: none;
}
#header .buttons a.subscribe:hover {
  background: #ff8300;
  color: white;
}
@media screen and (min-width: 810px) {
  #header .buttons a.subscribe {
    display: flex;
  }
}
#header .buttons a.donate {
  background: #95d4e9;
  color: #004987;
}
#header .buttons a.donate:hover {
  background: #ff8300;
  color: white;
}
#header .buttons a.partner {
  background: #004987;
  color: white;
}
#header .buttons a.partner:hover {
  background: #ff8300;
  color: white;
}
@media screen and (min-width: 971px) and (max-width: 1200px) {
  body.scrolled #header .buttons, body.header-collapsed #header .buttons {
    right: 50px;
  }
  body.scrolled #header .buttons a, body.header-collapsed #header .buttons a {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 500px) {
  #header .buttons a {
    padding: 14px 12px 8px;
  }
}
#header .channels {
  -webkit-transition: top 0.4s ease-in-out;
  -moz-transition: top 0.4s ease-in-out;
  -ms-transition: top 0.4s ease-in-out;
  -o-transition: top 0.4s ease-in-out;
  transition: top 0.4s ease-in-out;
  font-family: Teko, Roboto, sans-serif;
  line-height: 1;
  text-transform: uppercase;
  opacity: 1;
  box-sizing: border-box;
}
@media screen and (min-width: 971px) {
  #header .channels {
    position: absolute;
    top: 5px;
    right: 282px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 9px 0;
    font-size: 20px;
  }
  body.search-on #header .channels {
    opacity: 0;
    -webkit-transform: translate(-100px, 0);
    -moz-transform: translate(-100px, 0);
    -ms-transform: translate(-100px, 0);
    -o-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
  }
}
#header .channels > strong {
  position: relative;
  z-index: 2;
  padding: 0 2em 0 1.2em;
  color: #999999;
  font-weight: 300;
  letter-spacing: 0.03em;
  box-sizing: border-box;
}
#header .channels > strong .icon {
  position: absolute;
  right: 1em;
  top: 0em;
  margin-left: 0.5em;
  font-size: 14px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
body.channels-on #header .channels > strong .icon {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}
@media screen and (max-width: 970px) {
  #header .channels {
    border-top: 1px solid #ccc;
    padding: 30px 0 23px;
    border-bottom: 1px solid #ccc;
    margin: 5px 0 12px;
  }
  #header .channels > strong {
    font-size: 1.5em;
    padding: 0;
  }
  #header .channels > strong .icon {
    display: none;
  }
}
#header .channels ul {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  right: 0;
  margin: 0;
  width: 100%;
  padding: 5px 0;
  background: white;
  list-style: none;
  text-align: left;
  /*

  */
}
body.channels-on #header .channels ul {
  display: block;
}
#header .channels ul li {
  position: relative;
  z-index: 1;
  padding: 0;
}
#header .channels ul li a {
  display: block;
  padding: 5px 20px;
  margin-left: 4px;
  text-decoration: none;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  text-transform: none;
  color: #004987;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (min-width: 971px) {
  #header .channels ul:before {
    display: block;
    content: " ";
    position: absolute;
    bottom: 0;
    width: 100%;
    border: 2px solid #004987;
    border-top: none;
    background-color: white;
    margin-bottom: -5px;
    height: 100%;
    padding-top: 37px;
  }
  body.scrolled #header .channels ul, body.header-collapsed #header .channels ul {
    border: 2px solid #004987;
    border-width: 0 2px 2px 2px;
    box-sizing: border-box;
  }
  body.scrolled #header .channels ul:before, body.scrolled #header .channels ul:after, body.header-collapsed #header .channels ul:before, body.header-collapsed #header .channels ul:after {
    position: absolute;
    display: block;
    content: " ";
    bottom: 100%;
    width: 2px;
    height: 200px;
    padding: 0;
    background: #004987;
    border: 0;
  }
  body.scrolled #header .channels ul:before, body.header-collapsed #header .channels ul:before {
    left: -2px;
  }
  body.scrolled #header .channels ul:after, body.header-collapsed #header .channels ul:after {
    right: -2px;
    left: auto;
  }
}
@media screen and (max-width: 970px) {
  #header .channels ul {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
    margin-top: 0.4em;
  }
  #header .channels ul:before {
    display: none;
  }
  #header .channels ul li a {
    display: inline-block;
    font-size: 1em;
    padding: 8px 20px;
  }
}
#header form {
  display: flex;
  white-space: nowrap;
}
@media screen and (min-width: 970px) {
  #header form {
    position: absolute;
    top: 0;
    right: 0;
    order: 1;
    z-index: 10;
    -webkit-transition: top 0.4s ease-in-out;
    -moz-transition: top 0.4s ease-in-out;
    -ms-transition: top 0.4s ease-in-out;
    -o-transition: top 0.4s ease-in-out;
    transition: top 0.4s ease-in-out;
  }
}
#header form .input {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 100%;
  width: 0;
  -webkit-transition: width 0.2s linear;
  -moz-transition: width 0.2s linear;
  -ms-transition: width 0.2s linear;
  -o-transition: width 0.2s linear;
  transition: width 0.2s linear;
  overflow: hidden;
  background: white;
}
#header form .input .close {
  position: absolute;
  right: 10px;
  top: 50%;
  margin: -10px 0 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  background: #e4e7e8;
  color: #333333;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -ms-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
#header form .input .close:hover {
  background: #999999;
}
#header form .input .close:before, #header form .input .close:after {
  content: " ";
  display: block;
  position: absolute;
  left: 25%;
  top: 50%;
  height: 1px;
  width: 50%;
  background: #000;
}
#header form .input .close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header form .input .close:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#header form .input input[type=text] {
  display: block;
  width: 100%;
  padding: 13px 40px 13px 15px;
  font-size: 16px;
  margin: 0;
  line-height: 1;
  border: 0;
  background: none;
  border-radius: 0;
  color: #01203a;
}
#header form button {
  margin: 0;
  padding: 12px;
  background: none;
  border: 0;
  border-radius: 0;
  color: #004987;
  outline: 0;
}
#header form.on .input {
  width: 300px;
}
@media screen and (min-width: 971px) and (max-width: 1200px) {
  body.scrolled #header form button, body.header-collapsed #header form button {
    padding-left: 5px;
    padding-right: 5px;
  }
  body.scrolled #header form button span, body.header-collapsed #header form button span {
    margin: 0 10px;
  }
}
@media screen and (max-width: 970px) {
  #header form {
    text-align: center;
    justify-content: center;
  }
  #header form button {
    padding: 0;
  }
  #header form .input {
    display: inline-block;
    position: relative;
    top: auto;
    right: auto;
    max-width: -webkit-calc(100% - 90px);
    max-width: -moz-calc(100% - 90px);
    max-width: calc(100% - 90px);
  }
}
#header .wrap.main {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  -webkit-transition: padding 0.4s ease-in-out;
  -moz-transition: padding 0.4s ease-in-out;
  -ms-transition: padding 0.4s ease-in-out;
  -o-transition: padding 0.4s ease-in-out;
  transition: padding 0.4s ease-in-out;
}
@media screen and (max-width: 1230px) {
  #header .wrap.main {
    margin: 0 15px;
  }
}
@media screen and (min-width: 971px) {
  #header .wrap.main {
    padding: 50px 0 0;
  }
}
#header .logo {
  flex-grow: 1;
  margin: 18px 0 0;
  order: -1;
}
#header .logo a {
  display: block;
}
#header .logo .img {
  display: block;
  width: 415px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: width 0.4s ease-in-out;
  -moz-transition: width 0.4s ease-in-out;
  -ms-transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
#header #nav {
  position: relative;
  font-family: Teko, Roboto, sans-serif;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1.277rem;
  color: #004987;
  margin-bottom: 2px;
  -webkit-transition: opacity 0.4s ease-in-out, padding 0.4s ease-in-out, max-height 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out, padding 0.4s ease-in-out, max-height 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out, padding 0.4s ease-in-out, max-height 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, padding 0.4s ease-in-out, max-height 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, padding 0.4s ease-in-out, max-height 0.4s ease-in-out;
}
#header #nav > ul > li > a {
  color: inherit;
  text-decoration: none;
}
#header #nav ul, #header #nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  #header #nav > ul {
    padding-top: 20px;
  }
}
#header #nav > ul > li {
  position: relative;
  letter-spacing: 0.035em;
}
#header #nav > ul > li > a {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 5px 3px 0;
}
@media screen and (max-width: 970px) {
  #header #nav > ul > li > a {
    font-size: 32px;
    padding: 0;
    line-height: 2.5;
  }
}
#header #nav > ul > li.current-menu-item:after, #header #nav > ul > li.current-menu-ancestor:after, #header #nav > ul > li:hover:after {
  height: 4px;
}
@media screen and (min-width: 971px) {
  #header #nav > ul > li {
    display: inline-block;
    margin: 0 0.8em;
  }
  #header #nav > ul > li:after {
    content: " ";
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    height: 0px;
    background: #95d4e9;
    -webkit-transition: height 0.2s linear;
    -moz-transition: height 0.2s linear;
    -ms-transition: height 0.2s linear;
    -o-transition: height 0.2s linear;
    transition: height 0.2s linear;
  }
}
@media screen and (min-width: 971px) and (max-width: 1200px) {
  body.scrolled #header #nav > ul > li, body.header-collapsed #header #nav > ul > li {
    margin: 0 0.3em;
  }
}
@media screen and (max-width: 970px) {
  #header #nav {
    margin: 0 -15px;
  }
}
#header .toggle.menu {
  align-self: center;
  position: relative;
  display: none;
  box-sizing: border-box;
  z-index: 1007;
  width: 24px;
  height: 12px;
  margin: 27px 10px 0 0;
  color: #01203a;
  border: 4px solid currentColor;
  border-width: 2px 0;
}
body.has-js #header .toggle.menu {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header .toggle.menu:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  height: 2px;
  left: 0;
  width: 100%;
  background: currentColor;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header .toggle.menu .bar {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
body.has-js #header .toggle.menu .bar {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#header .toggle.menu .bar:after, #header .toggle.menu .bar:before {
  content: " ";
  display: block;
  position: absolute;
  height: 2px;
  left: 0;
  width: 100%;
  top: 3px;
  background: currentColor;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#header .toggle.menu .bar:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
body.menu-on #header .toggle.menu {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  border-color: rgba(255, 255, 255, 0);
}
body.menu-on #header .toggle.menu:after {
  opacity: 0;
}
body.menu-on #header .toggle.menu .bar {
  opacity: 1;
}
body.search-on #header .top div.tab {
  opacity: 0;
}
@media screen and (min-width: 971px) {
  body.search-on.scrolled #header body.search-on.header-collapsed #header #nav {
    opacity: 0;
  }
  body.scrolled #header, body.header-collapsed #header {
    -webkit-transition: opacity 0.4s ease-in-out, padding 0.4s ease-in-out, max-height 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out, padding 0.4s ease-in-out, max-height 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out, padding 0.4s ease-in-out, max-height 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out, padding 0.4s ease-in-out, max-height 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, padding 0.4s ease-in-out, max-height 0.4s ease-in-out;
    padding: 0;
  }
  body.scrolled #header .wrap.main, body.header-collapsed #header .wrap.main {
    padding-top: 0;
    align-items: center;
  }
  body.scrolled #header .logo, body.header-collapsed #header .logo {
    margin: 5px 0 5px;
    flex-grow: 0;
  }
  body.scrolled #header .logo a, body.header-collapsed #header .logo a {
    padding: 1px 0;
  }
  body.scrolled #header .logo .img, body.header-collapsed #header .logo .img {
    width: 250px;
  }
  body.scrolled #header #nav, body.header-collapsed #header #nav {
    padding-right: 175px;
  }
  body.scrolled #header #nav > ul > li, body.header-collapsed #header #nav > ul > li {
    margin: 0 0.5em;
  }
  body.scrolled #header .channels, body.header-collapsed #header .channels {
    top: 0;
    margin: 0;
    right: 218px;
    padding-left: 15px;
    background: #e4e7e8;
    -webkit-transition: opacity 0.4s ease-in-out, padding 0.4s ease-in-out, max-height 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out, padding 0.4s ease-in-out, max-height 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out, padding 0.4s ease-in-out, max-height 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out, padding 0.4s ease-in-out, max-height 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, padding 0.4s ease-in-out, max-height 0.4s ease-in-out;
  }
  body.scrolled #header .channels:hover, body.header-collapsed #header .channels:hover {
    background-color: #dce0e1;
  }
  body.scrolled #header .channels > strong, body.header-collapsed #header .channels > strong {
    padding: 19px 1.9em 13px 0px;
    width: 137px;
    white-space: nowrap;
  }
  body.scrolled #header .channels > strong .icon, body.header-collapsed #header .channels > strong .icon {
    top: 19px;
  }
  body.scrolled #header .channels ul li a, body.header-collapsed #header .channels ul li a {
    padding: 5px 17px;
    margin-left: 0;
  }
  body.scrolled #header .buttons, body.header-collapsed #header .buttons {
    top: 0px;
    right: 51px;
  }
  body.scrolled #header .buttons a, body.header-collapsed #header .buttons a {
    padding: 15px 15px 9px;
  }
  body.scrolled #header form, body.header-collapsed #header form {
    top: 5px;
  }
  body.scrolled #header form button .icon, body.header-collapsed #header form button .icon {
    margin: 0 5px;
  }
}
body.admin-bar #header {
  border-top: 32px solid #fff;
}
@media screen and (max-width: 782px) {
  body.admin-bar #header {
    border-top-width: 46px;
  }
}
@media screen and (min-width: 1300px) {
  #header .logo {
    margin-left: -40px;
  }
}
@media screen and (max-width: 970px) {
  #header {
    padding-bottom: 0;
  }
  #header .wrap.main {
    align-items: center;
    padding: 15px 0;
  }
  #header .toggle.menu {
    display: block;
    margin-top: 0;
    margin-left: 15px;
  }
  #header .buttons {
    top: auto;
    right: auto;
    position: relative;
  }
  #header .logo {
    margin-top: 0;
  }
  #header .nav-wrap {
    position: absolute;
    top: 60px;
    left: -15px;
    width: 100%;
    padding: 0 15px;
    background: white;
    text-align: center;
    height: 0;
    -webkit-transition: height 0.4s ease-in-out;
    -moz-transition: height 0.4s ease-in-out;
    -ms-transition: height 0.4s ease-in-out;
    -o-transition: height 0.4s ease-in-out;
    transition: height 0.4s ease-in-out;
    overflow: hidden;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    overflow: auto;
  }
  #header .nav-wrap > ul > li {
    display: block;
    margin: 0.5em 0;
  }
  #header .nav-wrap > ul > li > a {
    display: block;
  }
  #header .nav-wrap > ul > li > a:after {
    display: none;
  }
  body.menu-on #header .nav-wrap {
    max-height: 100vh;
    height: -webkit-calc(100vh - 50px);
    height: -moz-calc(100vh - 50px);
    height: calc(100vh - 50px);
  }
  body.menu-on #header .nav-wrap form {
    margin-bottom: 2em;
    font-size: 1.25em;
  }
}
@media screen and (max-width: 970px) and (max-height: 800px) {
  #header #nav,
#header .channels {
    max-height: 100vh;
    overflow: hidden;
  }
  body.search-on #header #nav,
body.search-on #header .channels {
    max-height: 0;
  }
}
@media screen and (min-width: 970px) and (max-width: 1100px) {
  body.scrolled #header .logo a, body.header-collapsed #header .logo a {
    display: block;
    width: 150px;
    height: 40px;
    background: url(../svg/logo_stack.svg) no-repeat 50% 50%;
    background-size: contain;
  }
  body.scrolled #header .logo a .img, body.header-collapsed #header .logo a .img {
    display: none;
  }
}
@media screen and (max-width: 710px) {
  #header .wrap.main {
    padding: 10px 0;
  }
  #header .logo a {
    display: block;
    width: 150px;
    height: 40px;
    background: url(../svg/logo_stack.svg) no-repeat 50% 50%;
    background-size: contain;
  }
  #header .logo a .img {
    display: none;
  }
}
@media screen and (max-width: 410px) {
  #header .wrap.main {
    padding: 5px 0;
  }
  #header .buttons a {
    padding: 12px 10px 7px;
    font-size: 17px;
  }
  #header .logo a {
    width: 130px;
  }
}
@media screen and (max-width: 360px) {
  #header .logo a {
    width: 38px;
    background-position: 0 50%;
    background-size: 130px auto;
  }
}

#footer {
  padding: 90px 0 0;
  background: url(../jpg/footer.jpg) no-repeat 50% 80%;
  background-size: cover;
  color: white;
  font-size: 0.88rem;
}
#footer .wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: -ms-grid;
  -ms-grid-columns: 75px auto 25% 25%;
  -ms-grid-rows: 125px auto auto;
  display: grid;
  grid-template-columns: 75px auto 25% 25%;
  grid-template-rows: 125px auto auto;
  grid-template-areas: "logo logo    column2 column3" ".... column1 column2 column3" ". sitemap sitemap sitemap";
}
@media screen and (max-width: 1428.5714285714px) {
  #footer .wrap {
    margin: 0 8%;
  }
}
#footer .logo {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: logo;
}
#footer .column1 {
  -ms-grid-column: 2;
  -ms-grid-row: 2;
  grid-area: column1;
}
#footer .column2 {
  -ms-grid-column: 3;
  -ms-grid-row-span: 2;
  grid-area: column2;
}
#footer .column3 {
  -ms-grid-column: 4;
  -ms-grid-row-span: 2;
  grid-area: column3;
}
#footer .sitemap-expanded {
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  -ms-grid-row: 3;
  grid-area: sitemap;
}
#footer .logo {
  margin: 0 0 25px;
}
#footer .logo a {
  display: inline-block;
  width: 270px;
  height: 75px;
  background: url(../svg/logo_stack_white.svg) no-repeat 50% 50%;
  background-size: contain;
  text-indent: -1000px;
}
#footer h5 {
  margin: 0 0 25px;
  font-size: 1.1rem;
  color: #95d4e9;
  font-weight: 400;
  text-transform: uppercase;
}
#footer h5 .icon {
  margin: 0 0 0 0.5em;
  font-size: 16px;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -ms-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
body.sitemap-on #footer h5 .icon {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}
#footer h5.on .icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#footer a {
  color: inherit;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
#footer .logos a {
  margin: 0 10px 0 0;
}
#footer .logos a:last-child {
  margin: 0;
}
#footer .logos img {
  display: inline-block;
  max-width: 110px;
  max-height: 65px;
}
#footer .social {
  margin: 25px 0 0;
}
#footer .social ul, #footer .social li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .social li {
  display: inline-block;
  margin: 0 0.5em 0 0;
}
#footer .social li a {
  display: inline-block;
  font-size: 22px;
  padding: 5px;
}
#footer .social .fa:hover {
  opacity: 0.8;
}
#footer ul.links {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
  line-height: 1;
}
#footer ul.links li + li {
  margin: 0.5em 0 0;
}
#footer ul.buttons {
  display: flex;
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
  line-height: 1;
  text-align: center;
  font-family: Teko, Roboto, sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  justify-content: space-between;
}
#footer ul.buttons li {
  flex-basis: 32%;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
#footer ul.buttons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
  padding: 8px 5px 5px;
  border-radius: 8px;
  text-decoration: none;
}
#footer ul.buttons li a:hover {
  background: white;
  color: #01203a;
}
@media screen and (max-width: 767px) {
  #footer ul.buttons li a {
    padding: 13px 15px 10px;
  }
}
#footer .copyright {
  margin: 50px 0 0;
  padding: 30px 15px;
  text-align: center;
  background: #01203a;
  color: #4b6f8d;
  font-size: 0.777rem;
}
@media screen and (max-width: 990px) {
  #footer .wrap {
    grid-template-columns: auto 50%;
    grid-template-rows: 125px auto auto auto;
    grid-template-areas: "logo   column2" "column1 column2" "column3 column3" "sitemap sitemap";
  }
  #footer .column1 {
    padding-right: 1em;
  }
  #footer .column3 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  #footer .column3 .block {
    flex-basis: 45%;
  }
  #footer .logos {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 970px) and (max-width: 1280px) {
  #footer .logos img {
    max-width: 90px;
    max-height: 55px;
  }
}
@media screen and (min-width: 767px) and (max-width: 990px) {
  #footer .column3 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 45px 0 0;
    text-align: center;
  }
  #footer .wrap {
    grid-template-columns: auto;
    grid-template-rows: auto auto auto auto auto;
    grid-template-areas: "logo" "column1" "column2" "sitemap" "column3";
  }
  #footer .column3 {
    display: block;
  }
  #footer .block {
    margin: 1em 0 0;
  }
  #footer ul.buttons,
#footer .logos {
    justify-content: center;
  }
  #footer ul.buttons li {
    flex-basis: auto;
    margin: 0 0.5em 0 0;
  }
  #footer h5.toggle {
    margin-bottom: 0;
  }
}

#nav-sitemap {
  padding: 0;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  font-size: 90%;
  text-transform: uppercase;
  font-family: Teko, Roboto, sans-serif;
  letter-spacing: 0.04em;
  font-size: 18px;
  border-top: 2px solid #95d4e9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
body.sitemap-on #nav-sitemap {
  padding: 30px 0 0;
  max-height: 100vh;
  opacity: 1;
  margin-top: 20px;
}
#nav-sitemap ul, #nav-sitemap li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#nav-sitemap > ul {
  display: flex;
  flex-wrap: wrap;
}
#nav-sitemap > ul > li {
  flex-basis: 17%;
  padding-right: 35px;
}
#nav-sitemap > ul > li:last-child {
  padding-right: 0;
}
#nav-sitemap > ul ul {
  margin: 0.5em 0 0 0;
  opacity: 0.7;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.2;
  font-weight: 500;
}
#nav-sitemap > ul ul > li {
  margin: 0 0 0.7em;
}
#nav-sitemap > ul ul ul {
  margin: 0.5em 0 0.75em 0.6em;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.1em;
}
@media screen and (max-width: 1200px) {
  #nav-sitemap > ul > li {
    flex-basis: 16%;
    padding-right: 32px;
  }
}
@media screen and (max-width: 767px) {
  #nav-sitemap > ul {
    display: block;
  }
  #nav-sitemap > ul ul {
    margin: 0 0 1em 0;
  }
  #nav-sitemap > ul ul > li {
    display: block;
    margin: 0.25em 0 0.5em 0;
  }
  #nav-sitemap > ul ul ul {
    margin: 0.5em 0;
  }
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1428.5714285714px) {
  .wrap {
    margin: 0 8%;
  }
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1428.5714285714px) {
  .wrap {
    margin: 0 8%;
  }
}
body.page-interior .wrap {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 952.380952381px) {
  body.page-interior .wrap {
    margin: 0 4%;
  }
}

.wrap.interior {
  max-width: 760px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .wrap.interior {
    margin: 0 8%;
  }
}

#wrap {
  padding: 150px 0 0;
}
body.header-collapsed #wrap {
  padding-top: 56px;
}
@media screen and (max-width: 970px) {
  #wrap {
    padding-top: 90px;
  }
  body.header-collapsed #wrap {
    padding-top: 77px;
  }
}
@media screen and (max-width: 767px) {
  #wrap {
    padding-top: 80px;
  }
  .single-post #wrap {
    padding-top: 50px;
  }
}

body.error404 .main-content {
  padding: 0 0 100px;
  min-height: 500px;
}

.main-content {
  padding: 0 0 100px;
}
.main-content.bottom {
  padding: 0;
}

.expandable {
  cursor: pointer;
  position: relative;
}
.expandable:hover {
  color: #004987;
}
.expandable:before {
  display: inline-block;
  margin: 0 0.2em 0 0;
  font-family: "FontAwesome";
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none !important;
  content: "\f0da";
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.expandable.opened:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.expand-content {
  display: none;
  margin: 0 0 1.5em 0;
}

.page-solutions .wp-block-theme-blocks-content-section {
  margin-bottom: 10px;
}
.page-solutions .intro {
  font-size: 1.4rem;
  line-height: 1.25;
}
.page-solutions h3 {
  font-size: 1.65rem;
  max-width: 300px;
}
.page-solutions h4 {
  text-align: center;
  margin-top: 2.5em;
}

.icon-waves {
  display: inline-block;
  width: 55px;
  height: 45px;
  background: url(../svg/icon-waves.svg) no-repeat 50% 50%;
  background-size: contain;
}

#clip-paths {
  position: absolute;
  width: 0;
  height: 0;
}

.theme-block {
  position: relative;
  margin: 100px auto;
}
.theme-block.full-width {
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
}
.theme-block.wp-block-theme-blocks-interrupt-featured {
  margin-top: 70px;
}
.theme-block.wp-block-theme-blocks-projects {
  margin-top: 70px;
}
.theme-block:first-child {
  margin-top: 0;
}
.theme-block:last-child {
  margin-bottom: 0;
}

.more {
  font-family: Teko, Roboto, sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: normal;
}
.more a {
  position: relative;
  display: inline-block;
  color: #999999;
  text-decoration: none;
  letter-spacing: 0.035em;
  font-size: 1.12em;
  font-weight: 500;
}
.more a:after {
  display: block;
  content: " ";
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 100%;
  left: 0;
  background: currentColor;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.more a:hover {
  color: #004987;
}
.more a:hover:after {
  opacity: 0;
}

.query-posts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.query-posts > .hentry {
  width: 30%;
}
@media screen and (max-width: 940px) {
  .query-posts > .hentry {
    width: 47%;
  }
}
@media screen and (max-width: 640px) {
  .query-posts > .hentry {
    width: 100%;
  }
}
.query-posts > .hentry.ad {
  width: 100%;
}
.query-posts .more {
  display: block;
  width: 100%;
  text-align: center;
}
.query-posts .more.done {
  display: none;
}

.query-posts.profiles {
  justify-content: center;
  margin-top: 50px;
}
.query-posts.profiles > .hentry.profile {
  width: 20%;
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .query-posts.profiles > .hentry.profile {
    width: 31%;
  }
}
@media screen and (max-width: 500px) {
  .query-posts.profiles > .hentry.profile {
    width: 48%;
  }
}
.query-posts.profiles > .hentry.hr {
  width: 100%;
  margin-bottom: 60px;
}
.query-posts.profiles > .hentry.hr hr {
  display: none;
}
.query-posts.profiles > .hentry.hr:after {
  display: block;
  content: " ";
  margin: 0 auto;
  width: 100%;
  max-width: 767px;
  height: 4px;
  background-color: #004987;
}

.query-posts.projects.featured {
  padding-bottom: 100px;
}
.query-posts.projects.featured > .hentry {
  width: 48%;
}
.query-posts.projects.featured > .hentry:nth-child(even) {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
}
@media screen and (max-width: 767px) {
  .query-posts.projects.featured > .hentry {
    width: 100%;
  }
  .query-posts.projects.featured > .hentry.excerpt {
    margin: 0;
  }
  .query-posts.projects.featured > .hentry.excerpt:last-child {
    margin-bottom: 50px;
  }
}

.meta-bottom {
  margin: 0 0 100px;
  color: #999999;
  border-top: 2px solid #cccccc;
  padding: 1em 0 0;
  font-size: 0.9rem;
  font-family: Teko, Roboto, sans-serif;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.03em;
}
.meta-bottom a {
  color: inherit;
  text-decoration: none;
}
.meta-bottom a:hover {
  text-decoration: underline;
}
.meta-bottom .terms + .terms:before {
  content: "•";
  margin: 0 0.2em 0 0.3em;
}
.meta-bottom .taxonomies {
  align-items: center;
  max-width: 520px;
}
.meta-bottom .taxonomies .terms {
  min-width: 80px;
}
.meta-bottom .share:before {
  margin: 0 1em;
  content: "|";
  color: #cccccc;
}
.meta-bottom .share .label {
  margin: 0 1em 0 0;
}
.meta-bottom .share a {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  padding: 0 5px;
  margin: 0 0.2em;
}
@media screen and (max-width: 970px) {
  .meta-bottom {
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .meta-bottom .taxonomies {
    display: block;
    margin: 0 auto;
  }
  .meta-bottom .taxonomies .terms {
    display: inline;
  }
  .meta-bottom .share:before {
    display: none;
  }
}

#subscribe-tab {
  position: fixed;
  z-index: 1002;
  top: 40vh;
  right: 0%;
  background: #e4e7e8;
  text-transform: uppercase;
  font-family: Teko, Roboto, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.03em;
  color: #4d4d4d;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
#subscribe-tab a {
  padding: 16px 20px 11px;
  display: block;
  color: inherit;
  text-decoration: none;
  line-height: 1;
}
#subscribe-tab:hover {
  background: #004987;
  color: white;
}
@media screen and (min-width: 810px) {
  #subscribe-tab {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .menu-on #subscribe-tab {
    display: block;
    bottom: 0vh;
    top: unset;
    transform: none;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 25px;
  }
  .menu-on #subscribe-tab a {
    padding: 10px 15px 0px;
  }
}

form.filters {
  margin: 2em auto 1em;
  line-height: 1;
  color: #999999;
}
form.filters .label {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: Teko, Roboto, sans-serif;
  letter-spacing: 0.04em;
  font-weight: 500;
  padding-top: 20px;
}
form.filters .status {
  margin: 1em 0 0;
  font-size: 0.8em;
}
form.filters a.label,
form.filters label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 0 0 0 1em;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 0.85em;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #666666;
  margin-top: 1em;
  padding: 13px 30px 10px;
  border: 2px solid #999999;
  border-radius: 50px;
}
form.filters a.label input[type=radio],
form.filters label input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  cursor: pointer;
}
form.filters a.label:hover, form.filters a.label.on,
form.filters label:hover,
form.filters label.on {
  background: #004987;
  color: white;
  border-color: #004987;
}
@media screen and (max-width: 767px) {
  form.filters {
    margin-top: 1em;
  }
  form.filters .label {
    display: block;
  }
  form.filters a.label,
form.filters label {
    margin-top: 0.7em;
    margin-bottom: 0.2em;
  }
}

#bezier-debug {
  position: fixed;
  z-index: 9999999;
  bottom: 1em;
  left: 5%;
  width: 90%;
  background: white;
  padding: 5px;
  box-sizing: border-box;
}
#bezier-debug input[type=text] {
  font-size: 12px;
  width: 100%;
  padding: 5px;
}

.wp-block-button:last-child {
  margin-bottom: 0;
}

ul.inline-icons,
ul.inline-links {
  padding: 0;
  margin: 1.5em 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  line-height: 1;
  text-align: center;
}
ul.inline-icons > li,
ul.inline-links > li {
  max-width: 120px;
  margin: 0 0.5em;
  padding: 0;
  flex-basis: 50%;
}
ul.inline-icons a,
ul.inline-links a {
  text-decoration: none;
}
ul.inline-icons a:hover,
ul.inline-links a:hover {
  text-decoration: underline;
}

ul.inline-links {
  font-family: Teko, Roboto, sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.25;
  letter-spacing: 0.04em;
  color: #004987;
}
ul.inline-links > li {
  max-width: 120px;
  margin: 0 0.5em;
  padding: 0;
  flex-basis: 50%;
}
@media screen and (max-width: 767px) {
  ul.inline-links {
    font-size: 0.9rem;
  }
  ul.inline-links > li {
    margin: 0;
    padding: 10px 0;
  }
}

ul.inline-icons {
  margin: 1.8em 0 3em;
}
ul.inline-icons > li {
  margin: 0.5em 1em;
  line-height: 1.4;
}
ul.inline-icons .image-svg {
  display: block;
  margin: 0 auto 10px;
}
ul.inline-icons .image-svg img {
  display: block;
  margin: 0 auto;
  max-width: 80px;
  height: 40px;
  object-fit: contain;
}

.breadcrumb {
  font-family: Teko, Roboto, sans-serif;
  text-transform: uppercase;
  color: #999999;
  letter-spacing: 0.05em;
}
.breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb .icon {
  margin: 0 0.5em;
}

.section-solutions .wp-block-theme-blocks-page-intro .breadcrumb {
  color: #666666;
}
.section-solutions .services {
  margin-bottom: 2em;
}

.description {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

body.section-solutions .wrap, body.page-about .wrap, body.page-partner .wrap,
body.page-calculator .wrap {
  max-width: 940px;
}
body.section-solutions .wrap .main-content.wrap, body.page-about .wrap .main-content.wrap, body.page-partner .wrap .main-content.wrap,
body.page-calculator .wrap .main-content.wrap {
  max-width: 940px;
}

body.page-why-go-blue #wrap, body.page-methodology #wrap, body.page-kits-for-boaters #wrap,
body.page-threats-and-solutions #wrap, body.page-reduce #wrap {
  background-color: #92d7d6;
}

#mc_embed_signup #mc_embed_signup_scroll {
  width: 100%;
  margin: 0 auto;
}
#mc_embed_signup .mc-field-group {
  margin: 20px auto;
}
#mc_embed_signup .mc-field-group input {
  width: 100%;
}
#mc_embed_signup label {
  font-weight: bold;
}
#mc_embed_signup input {
  margin: 0 auto;
  border-radius: 6px;
  display: block;
  height: 40px;
}
#mc_embed_signup input[type=submit] {
  background: #ff8300;
  border-radius: 45px;
  margin-top: 20px;
}
#mc_embed_signup input[type=submit]:hover {
  background: #004987;
}

/* Front page styles */
.theme-block.wp-block-theme-blocks-posts {
  margin-bottom: 0;
}

.hentry {
  position: relative;
}
.hentry a {
  color: inherit;
  text-decoration: none;
}

.hentry.featured {
  position: relative;
  padding: 0px;
  height: 390px;
  background: #004987 50% 20%;
  background-size: cover;
  color: white;
}
.hentry.featured:before {
  display: block;
  content: " ";
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.hentry.featured:after {
  display: block;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 80%;
  max-height: 12em;
  background: no-repeat 0% 100%;
  background-size: contain;
}
.hentry.featured:hover .title span {
  color: #ff8300;
  background-color: white;
}
.hentry.featured .content2 {
  position: absolute;
  z-index: 5;
  bottom: 40px;
  left: 40px;
  margin: 0;
  max-width: 19em;
}
.hentry.featured .content2:after {
  content: " ";
  display: block;
  width: 50px;
  height: 4px;
  margin: 0.75em 0 0;
  background: #95d4e9;
}
.hentry.featured .content2 .icon {
  display: inline-block;
  margin: 0 0 0 0.5em;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 26px;
  background: #95d4e9;
  color: #004987;
  text-align: center;
  font-weight: 700;
  text-indent: 4px;
  border-radius: 50%;
}
.hentry.featured .content2:hover .icon {
  background: white;
  color: #ff8300;
}
.hentry.featured .content2 .title {
  font-size: 1.7rem;
  line-height: 1.1;
}
.hentry.featured .content2 .subtitle {
  display: inline;
}
.hentry.featured.no-subtitle .title {
  display: inline;
}
.hentry.featured.no-subtitle .title + p {
  display: inline;
}
.hentry.featured .fa-angle-right:before {
  padding-right: 1px;
}
.hentry.featured.large {
  height: 560px;
  -moz-clip-path: url(#clip-post-featured-large-top);
  -webkit-clip-path: url(#clip-post-featured-large-top);
  -o-clip-path: url(#clip-post-featured-large-top);
  -ms-clip-path: url(#clip-post-featured-large-top);
  clip-path: url(#clip-post-featured-large-top);
}
body.disable-clip-path .hentry.featured.large {
  -moz-clip-path: none;
  -webkit-clip-path: none;
  -o-clip-path: none;
  -ms-clip-path: none;
  clip-path: none;
}
.hentry.featured.large:after {
  width: 70%;
  background-image: url(../svg/1.svg);
}
@media screen and (max-width: 1080px) {
  .hentry.featured .content2 {
    bottom: 25px;
    left: 20px;
    max-width: 16em;
  }
}
@media screen and (max-width: 970px) {
  .hentry.featured .content2 .title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .hentry.featured .content2 .title {
    font-size: 1.7rem;
  }
}

.hentry.carousel .inner {
  display: flex;
  align-items: center;
}
.hentry.carousel .thumbnail {
  align-self: stretch;
  display: block;
  max-width: 700px;
}
.hentry.carousel .thumbnail a, .hentry.carousel .thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
}
.hentry.carousel .thumbnail img {
  display: block;
  object-fit: cover;
}
.hentry.carousel .content {
  flex-basis: 50%;
  padding: 0 0 3em 75px;
  max-width: 350px;
}
.hentry.carousel .post_type {
  font-family: Teko, Roboto, sans-serif;
  color: #999999;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.hentry.carousel .post_type .icon-waves {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em 0 0;
}
.hentry.carousel .title {
  margin-top: 0.5em;
}
.hentry.carousel .title a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .hentry.carousel .content {
    flex-basis: 75%;
    padding: 0 0 0 25px;
  }
}
@media screen and (max-width: 640px) {
  .hentry.carousel .inner {
    display: block;
  }
  .hentry.carousel .content {
    width: 100%;
    flex-basis: auto;
    padding: 25px 0 0;
    max-width: none;
  }
}

.hentry.excerpt {
  margin: 0 0 70px;
}
.hentry.excerpt.off {
  display: none;
}
.hentry.excerpt .thumbnail {
  display: block;
  margin: 0 0 25px;
  height: 225px;
  overflow: hidden;
}
.hentry.excerpt .thumbnail a,
.hentry.excerpt .thumbnail img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.hentry.excerpt .thumbnail a {
  background: #eee url(../png/logo_stack.png) 50% 50% no-repeat;
  background-size: auto 50px;
}
.hentry.excerpt .thumbnail img {
  object-fit: cover;
}
.hentry.excerpt p {
  font-size: 90%;
}
.hentry.excerpt .meta {
  font-family: Teko, Roboto, sans-serif;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding-bottom: 4px;
  color: #999999;
}
.hentry.excerpt .meta a, .hentry.excerpt .meta .post_type {
  color: #004987;
}
.hentry.excerpt .meta a:hover {
  text-decoration: underline;
}
.hentry.excerpt .meta .topic {
  margin: 0;
}
.hentry.excerpt .meta .topic a {
  color: #999999;
}
.hentry.excerpt .meta .topic a:hover {
  text-decoration: underline;
}
.hentry.excerpt .meta .date:before,
.hentry.excerpt .meta .terms + .terms:before {
  content: "/";
  display: inline-block;
  margin: 0 0.2em;
  color: #999999;
}
.hentry.excerpt .title {
  margin: 0 0 0.4em;
  font-weight: 400;
  line-height: 1.25em;
}
.hentry.excerpt .title a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .hentry.excerpt .thumbnail {
    height: 340px;
    height: unset;
  }
}

.hentry.ad {
  margin: 120px auto 150px;
  text-align: center;
}
.hentry.ad:before {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 320px;
  height: 320px;
  margin: -185px 0 0 -160px;
  padding: 0;
  border-radius: 50%;
  background: url(../png/pattern-seigaiha.png) 50% 50%;
}
.hentry.ad .content {
  position: relative;
}
.hentry.ad .content h3 {
  margin: 0 auto 0.4em;
  color: #004987;
  font-family: Teko, Roboto, sans-serif;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1.9em;
  letter-spacing: 0.05em;
}
.hentry.ad .content h3 strong {
  display: block;
  font-size: 1.55em;
}
.hentry.ad .content .button {
  color: white;
}
@media screen and (max-width: 400px) {
  .hentry.ad .content h3 {
    font-size: 1.2rem;
  }
}

.hentry.preview.profile {
  width: 20%;
  margin: 0 auto 1em;
  padding: 0 0.5em;
  box-sizing: border-box;
  text-align: center;
}
.hentry.preview.profile .thumbnail {
  display: block;
  margin: 0 auto 0.4em;
  -moz-clip-path: url(#clip-profiles-bottom);
  -webkit-clip-path: url(#clip-profiles-bottom);
  -o-clip-path: url(#clip-profiles-bottom);
  -ms-clip-path: url(#clip-profiles-bottom);
  clip-path: url(#clip-profiles-bottom);
}
.hentry.preview.profile .thumbnail img {
  display: block;
  margin: 0 auto;
}
body.disable-clip-path .hentry.preview.profile .thumbnail {
  -moz-clip-path: none;
  -webkit-clip-path: none;
  -o-clip-path: none;
  -ms-clip-path: none;
  clip-path: none;
}
.hentry.preview.profile a {
  color: inherit;
}
.hentry.preview.profile .name {
  margin: 0 auto 0.5em;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1;
}
.hentry.preview.profile .title {
  font-family: Teko, Roboto, sans-serif;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #004987;
}
@media screen and (max-width: 767px) {
  .hentry.preview.profile .name {
    font-size: 1.1rem;
  }
}

.hentry.preview.supporter {
  padding: 1em;
  box-sizing: border-box;
  text-align: left;
  font-size: 0.8rem;
}
.hentry.preview.supporter .inner {
  position: relative;
  background: #004987;
  color: white;
  padding: 1.5em;
}
.hentry.preview.supporter .inner p:empty {
  display: none;
}
.hentry.preview.supporter .thumbnail {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 1em;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.hentry.preview.supporter .thumbnail img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}
.hentry.preview.supporter .thumbnail:hover {
  opacity: 0;
}
.hentry.preview.supporter .title {
  margin: 0 0 0.2em;
  font-size: 1.1rem;
  font-weight: normal;
}
@media screen and (max-width: 500px) {
  .hentry.preview.supporter {
    padding: 0.5em;
  }
  .hentry.preview.supporter .inner {
    padding: 0.5em;
  }
  .hentry.preview.supporter .thumbnail {
    padding: 0.5em;
  }
}
.hentry.preview.supporter p {
  line-height: 1.4em;
}
.hentry.preview.supporter p a {
  text-decoration: underline;
}

.hentry.hr {
  width: 100%;
}

.hentry.empty {
  visibility: hidden;
  opacity: 0;
}

/* General page styles */
/* General single post styles */
body.single-supporter #wrap {
  padding: 100px 0 0;
}
body.single-supporter .main-content {
  background-color: #e4e7e8;
  padding-bottom: 150px;
}
body.single-supporter .main-content > .wrap {
  padding-top: 50px;
  display: grid;
  grid-template-columns: 40% 2% 50% auto;
  grid-template-areas: "image . title   ." "image . content .";
}
body.single-supporter .main-content > .wrap .featured-image {
  grid-area: image;
  background-color: white;
  display: block;
  align-self: start;
  padding: 0em;
  width: 440px;
  height: 400px;
}
body.single-supporter .main-content > .wrap .featured-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
}
body.single-supporter .main-content > .wrap .content {
  grid-area: content;
}
body.single-supporter .main-content > .wrap .title {
  grid-area: title;
}
body.single-supporter .main-content > .wrap .title #page-title {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
body.single-supporter .main-content > .wrap .title .meta {
  color: #004987;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.1rem;
  text-transform: uppercase;
}
body.single-supporter .main-content > .wrap .title .meta-bottom {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1300px) {
  body.single-supporter .main-content > .wrap .featured-image {
    width: auto;
    height: auto;
    min-height: 300px;
  }
}
@media screen and (max-width: 970px) {
  body.single-supporter .main-content > .wrap {
    grid-template-columns: 40% 2% auto;
    grid-template-areas: "image . title  " "image . content";
  }
  body.single-supporter .main-content > .wrap .featured-image {
    width: auto;
    height: auto;
    min-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  body.single-supporter .main-content > .wrap {
    grid-template-columns: 150px 15px auto;
    grid-template-areas: "image . title  " "content content content";
  }
  body.single-supporter .main-content > .wrap .featured-image {
    min-height: 100px;
    width: auto;
    height: auto;
  }
  body.single-supporter .main-content > .wrap .title {
    margin-left: 15px;
  }
  body.single-supporter .main-content > .wrap .title .meta-bottom {
    margin-top: 10px;
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  body.single-supporter .main-content > .wrap {
    display: block;
  }
  body.single-supporter .main-content > .wrap .title {
    margin-top: 30px;
  }
}

body.single-profile .main-content {
  padding-bottom: 150px;
  /*  @media screen and (max-width:900px) {
      .wrap{
       .wrap2 {
              grid-template-columns: 40% 2% auto;
              grid-template-areas:
                  "image . title  "
                  "image . content";

              .featured-image {
                width: auto;
                height: auto;
                min-height: 300px;
                padding-bottom: 30px;
                  //min-height: 300px;
              }
              .meta-bottom {
                text-align: left;
              }
          }
      }
    }
    /*  @media screen and (max-width: $mobile-breakpoint) {
          > .wrap {
              grid-template-columns: 150px 15px auto;
              grid-template-areas:
                  "image . title  "
                  "content content content";



              .featured-image {
                  //padding: 5px;
                  //min-height: 100px;
                  width: auto;
                  height: auto;
              }
              .title {
                  .meta-bottom {
                      margin-top: 10px;
                  }
              }
          }
      }*/
}
body.single-profile .main-content .wrap > .wrap2 {
  padding-top: 50px;
  display: grid;
  grid-template-columns: 40% 2% 50% auto;
  grid-template-areas: "image . title   ." "image . content .";
}
body.single-profile .main-content .wrap > .wrap2 .featured-image {
  grid-area: image;
  display: block;
  align-self: start;
  padding: 0em;
  width: 440px;
  height: 400px;
}
body.single-profile .main-content .wrap > .wrap2 .featured-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
  -moz-clip-path: url(#clip-post-bottom);
  -webkit-clip-path: url(#clip-post-bottom);
  -o-clip-path: url(#clip-post-bottom);
  -ms-clip-path: url(#clip-post-bottom);
  clip-path: url(#clip-post-bottom);
}
body.disable-clip-path body.single-profile .main-content .wrap > .wrap2 .featured-image img {
  -moz-clip-path: none;
  -webkit-clip-path: none;
  -o-clip-path: none;
  -ms-clip-path: none;
  clip-path: none;
}
@media screen and (max-width: 1350px) {
  body.single-profile .main-content .wrap > .wrap2 .featured-image {
    margin-right: 15px;
  }
}
body.single-profile .main-content .wrap > .wrap2 .content {
  grid-area: content;
}
body.single-profile .main-content .wrap > .wrap2 .title {
  grid-area: title;
}
body.single-profile .main-content .wrap > .wrap2 .title #page-title {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
body.single-profile .main-content .wrap > .wrap2 .title .position-title {
  font-family: Teko, Roboto, sans-serif;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #004987;
  font-size: 1.5rem;
  margin-top: 15px;
}
body.single-profile .main-content .wrap > .wrap2 .title .meta {
  color: #999999;
  font-family: Teko, Roboto, sans-serif;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
body.single-profile .main-content .wrap > .wrap2 .title .meta-bottom {
  margin-top: 60px;
  margin-bottom: 40px;
  justify-content: flex-end;
}
body.single-profile .main-content .wrap > .wrap2 .title .meta-bottom .share {
  width: 100%;
}
body.single-profile .main-content .wrap > .wrap2 .title .meta-bottom .share a {
  margin: 0;
}
body.single-profile .main-content .wrap > .wrap2 .title .meta-bottom .share p {
  font-family: Roboto, sans-serif;
  text-transform: lowercase;
  font-size: 14px;
  display: inline-block;
  margin-right: 20px;
  margin-left: 0.2em;
}
body.single-profile .main-content .wrap > .wrap2 .title .meta-bottom .share:before {
  display: none;
}
@media screen and (max-width: 1300px) {
  body.single-profile .main-content .wrap .wrap2 .featured-image {
    width: auto;
    height: auto;
    min-height: 300px;
  }
}
@media screen and (max-width: 1000px) {
  body.single-profile .main-content .wrap .wrap2 {
    display: block;
    padding-top: 0;
  }
  body.single-profile .main-content .wrap .wrap2 .featured-image {
    padding-bottom: 30px;
  }
  body.single-profile .main-content .wrap .wrap2 .meta-bottom {
    text-align: left;
  }
}

/* @group Pagination */
.posts-nav {
  top: 5em;
  clear: both;
  margin: 4em 0 2em;
  white-space: nowrap;
}
.posts-nav.no-ajax {
  visibility: visible;
}
.posts-nav.ajax-pager {
  visibility: visible;
  text-align: center;
}
.posts-nav:after {
  content: " ";
  display: block;
  clear: both;
}
.posts-nav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.posts-nav ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  padding: 0;
  list-style: none;
  color: #999999;
  width: 35px;
  height: 35px;
}
.posts-nav ul li.page_info {
  display: none;
}
.posts-nav ul li a {
  color: #999999;
  display: block;
  padding: 0.4em;
  line-height: normal;
  text-decoration: none;
  border: 0;
  border-radius: 50%;
  height: 21px;
}
.posts-nav ul li a:hover {
  color: #999999;
  background: #e4e7e8;
  border-radius: 50%;
}
.posts-nav ul li a span {
  font-size: 28px;
  line-height: 0.75;
}
.posts-nav ul li a span.fa-angle-right {
  padding-left: 3px;
}
.posts-nav ul li a span.fa-angle-left {
  padding-right: 3px;
}
.posts-nav ul li.active_page {
  color: white;
  background: #95d4e9;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
.posts-nav ul li.active_page a {
  padding: 0.4em;
  color: #fff;
}
.posts-nav ul li.active_page a:hover {
  background: #95d4e9;
}

@media screen and (max-width: 700px) {
  .posts-nav {
    top: 0;
    margin-left: -10px;
    margin-right: -10px;
    font-size: 12px;
  }

  .posts-nav ul li {
    margin-right: 3px;
  }
}
.posts-nav.ajax-pager {
  text-align: center;
  /*.button {
      font-style: italic;
      background: white;
      border: 1px solid #b7b6bf;
      color: $color-text;
      font-weight: 600;
      border-radius: 10px;
      padding: 20px 30px;
      font-size: 0.77em;
      text-decoration: none;
      &.done {
          color: #b7b6bf;
          cursor: default;
      }
  }
  */
}

/* @end */
#overlay-mask {
  display: block;
  position: fixed;
  z-index: 199999;
  top: 0%;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out;
  -ms-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
}
#overlay-mask:before {
  display: none;
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  background: url(../png/loading.png) no-repeat center top;
  -webkit-animation: loading 1s steps(19) infinite;
  -moz-animation: loading 1s steps(19) infinite;
  -ms-animation: loading 1s steps(19) infinite;
  -o-animation: loading 1s steps(19) infinite;
  animation: loading 1s steps(19) infinite;
}
#overlay-mask:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
body.overlay-loading #overlay-mask, body.overlay-init #overlay-mask {
  top: 0%;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
}
body.overlay-loading #overlay-mask:before {
  display: block;
}
body.overlay-on #overlay-mask:before {
  display: none;
}
body.overlay-on #overlay-mask:after {
  height: 100%;
}

#overlay {
  display: none;
  position: fixed;
  z-index: 200000;
  top: 0px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 50px 0 0;
  text-align: center;
  color: white;
}
body.overlay-init #overlay {
  display: block;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
body.overlay-on #overlay {
  -webkit-transform: translate(0, 0%);
  -moz-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  -o-transform: translate(0, 0%);
  transform: translate(0, 0%);
}
#overlay .content {
  position: relative;
  top: 50px;
  padding: 30px;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
#overlay .content iframe {
  display: block;
  width: 100%;
  height: 630px;
  margin: 0 auto;
}
#overlay .close {
  position: absolute;
  z-index: 200001;
  top: 25px;
  right: 25px;
  cursor: pointer;
  text-align: right;
  color: #333333;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
#overlay .close span {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 900px) {
  #overlay .content iframe {
    height: 550px;
  }
}
@media screen and (max-width: 850px) {
  #overlay {
    padding-top: 150px;
  }
  #overlay .logo .svg-icon {
    width: 125px;
    height: 144px;
  }
}
@media screen and (max-width: 800px) {
  #overlay .content iframe {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  #overlay {
    padding-top: 105px;
  }
  #overlay .content iframe {
    height: 470px;
  }
}
@media screen and (max-width: 600px) {
  #overlay .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  #overlay .content iframe {
    height: 400px;
  }
}
@media screen and (max-width: 500px) {
  #overlay .content {
    padding-left: 0;
    padding-right: 0;
  }
  #overlay .content iframe {
    height: 350px;
  }
}
@media screen and (max-width: 400px) {
  #overlay .content iframe {
    height: 300px;
  }
}

#map {
  position: relative;
  display: block;
  background: #eee;
  height: 50vh;
}
body.map-off #map {
  display: none;
}

#map-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.location-info {
  position: absolute;
  z-index: 10;
  display: block;
  font-size: 14px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}
.location-info .info {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #004987;
  width: 200px;
  padding: 0 0px 0 0;
}
.location-info .info:after {
  display: block;
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0 0 0 -6px;
  border: 10px solid #004987;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 0;
}
.location-info .location {
  position: relative;
}
.location-info .location .thumbnail {
  display: block;
}
.location-info .location .thumbnail a {
  min-height: 50px;
  background: rgba(0, 0, 0, 0.1);
}
.location-info .location .thumbnail a,
.location-info .location .thumbnail img {
  display: block;
  width: 100%;
}
.location-info .location .title {
  margin: 0;
  padding: 10px;
  line-height: 1;
  font-size: 1em;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: white;
}
.location-info .location .title a {
  display: block;
  color: inherit;
  text-decoration: none;
  line-height: 1.2;
}
.location-info .location:hover {
  background: #01203a;
}
.location-info .location:hover .thumbnail {
  opacity: 0.9;
}
.location-info.multiple .info {
  width: 320px;
  overflow-y: auto;
  max-height: 200px;
}
.location-info.multiple .location {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid white;
}
.location-info.multiple .location .thumbnail {
  flex-basis: 100px;
  margin: 0 10px 0 0;
  min-width: 100px;
  display: none;
}
.location-marker {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  cursor: pointer;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  color: #ff8300;
  /*
  .info {
      display: none;
      position: absolute;
      bottom: $marker-height + 10px;
      left: 50%;
      @include transform(translate(-50%, 0));
      padding: 10px;
      box-sizing: border-box;
      box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
      background: $color-blue;
      color: white;
      border-radius: 0px;
      border: 0;
      text-align: left;
      width: 200px;
      font-size: 14px;
      &:after {
          display: block;
          content: ' ';
          position: absolute;
          top: 100%;
          left: 50%;
          width: 0;
          height: 0;
          margin: 0 0 0 -6px;
          border: 10px solid $color-blue;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          border-bottom:0;
      }

      .thumbnail {
          position: relative;
          display: block;
          margin: -10px -10px 10px -10px;
          img {
              display: block;
              width: 100%;
          }
      }
      .title {
          margin: 1em 0.5em 0.35em;
          font-size: 1em;
          font-family: $font-sans-serif;
          font-weight: 500;
          a {
              color: white;
              text-decoration: none;
              &:hover {
                  color: $color-light-gray;
              }
          }
      }
      .address {
          margin: 0 0 1em;
          font-style: italic;
      }
      .button.learn {
          position: relative;
          display: block;
          text-align: center;
          padding: 5px;
          line-height: 1;
          background: $color-yellow;
          text-transform: lowercase;
      }
      &:hover {

      }
  }



  &.hover2 {
      .info {
          .thumbnail {
              &:before,
              &:after {
                  opacity: 1;
              }
          }
      }
  }

  &.on {
      &:before {
          opacity: 1;
      }
      .info {
          display: block;
      }
  }
  */
}
.location-marker.no-click {
  cursor: default;
}
.location-marker .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: currentColor;
  border-radius: 50%;
  border: 4px solid white;
  box-sizing: border-box;
}
.location-marker .close {
  color: #000;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.location-marker.hover, .location-marker:hover {
  color: #004987;
}

.section.banner {
  position: relative;
  margin: 60px 0;
}
.section.banner .bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
}
@media screen and (min-width: 768px) {
  .section.banner:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 80px;
    background: white;
  }
  .section.banner.no-image:after {
    display: none;
  }
}
.section.banner .wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 100px 1fr auto 100px;
  grid-template-rows: auto 1fr;
}
@media screen and (max-width: 1024px) {
  .section.banner .wrap {
    grid-template-columns: 50px 1fr auto 50px;
  }
}
@media screen and (max-width: 767px) {
  .section.banner .wrap {
    grid-template-columns: 0px 1fr auto 0px;
  }
}
@media screen and (max-width: 500px) {
  .section.banner .wrap {
    display: block;
  }
}
.section.banner .title {
  grid-column: 2/span 1;
  grid-row: 1/span 1;
}
.section.banner .title h1 {
  margin: 0 0 10px 0;
  line-height: 1;
}
.section.banner .title .meta {
  text-transform: uppercase;
  color: #999999;
  font-family: Teko, Roboto, sans-serif;
  margin: 7px 0;
  letter-spacing: 0.03em;
}
.section.banner .title .meta a {
  color: inherit;
  text-decoration: none;
}
.section.banner .title .meta a:hover {
  text-decoration: underline;
}
.section.banner .title .meta.author::before, .section.banner .title .meta.date::before {
  content: "•";
  margin: 0 0.2em 0 0.3em;
}
.section.banner .featured-image {
  position: relative;
  display: block;
  grid-column: 1/span 4;
  grid-row: 2/span 1;
  width: 100%;
  max-width: 1200px;
  margin: 25px auto 0;
}
.section.banner .featured-image img {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  -moz-clip-path: url(#clip-project-featured-image);
  -webkit-clip-path: url(#clip-project-featured-image);
  -o-clip-path: url(#clip-project-featured-image);
  -ms-clip-path: url(#clip-project-featured-image);
  clip-path: url(#clip-project-featured-image);
}
body.disable-clip-path .section.banner .featured-image img {
  -moz-clip-path: none;
  -webkit-clip-path: none;
  -o-clip-path: none;
  -ms-clip-path: none;
  clip-path: none;
}
.section.banner .featured-image .caption {
  color: #333333;
  font-size: 0.7em;
  text-align: right;
}
.section.banner .cta {
  grid-column: 3/span 1;
  grid-row: 1/span 1;
  align-self: center;
}
@media screen and (max-width: 500px) {
  .section.banner .title {
    margin: 0 0 1em;
  }
  .section.banner .title h1 {
    font-size: 2rem;
  }
}

#project-top {
  padding: 60px 0 0;
  color: white;
  margin-top: 20px;
}
#project-top .bg {
  background: url(../jpg/pattern-seigaiha-blue.jpg) repeat 50% 50%;
  -moz-clip-path: url(#clip-project-top);
  -webkit-clip-path: url(#clip-project-top);
  -o-clip-path: url(#clip-project-top);
  -ms-clip-path: url(#clip-project-top);
  clip-path: url(#clip-project-top);
  max-height: none !important;
}
body.disable-clip-path #project-top .bg {
  -moz-clip-path: none;
  -webkit-clip-path: none;
  -o-clip-path: none;
  -ms-clip-path: none;
  clip-path: none;
}
#project-top.section.banner .title .meta a {
  color: #95d4e9;
}
@media screen and (max-width: 767px) {
  #project-top {
    padding: 50px 0 0;
    margin-top: 0;
  }
}

#post-top .bg {
  display: none;
  height: 75%;
}
#post-top .featured-image:before {
  content: " ";
  display: block;
  position: absolute;
  top: 20%;
  height: 70%;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  background: #95d4e9;
  -moz-clip-path: url(#clip-single-post-top);
  -webkit-clip-path: url(#clip-single-post-top);
  -o-clip-path: url(#clip-single-post-top);
  -ms-clip-path: url(#clip-single-post-top);
  clip-path: url(#clip-single-post-top);
}
@media screen and (min-width: 768px) {
  #post-top .featured-image:before {
    height: -webkit-calc(80% - 80px);
    height: -moz-calc(80% - 80px);
    height: calc(80% - 80px);
  }
}
body.disable-clip-path #post-top .featured-image:before {
  -moz-clip-path: none;
  -webkit-clip-path: none;
  -o-clip-path: none;
  -ms-clip-path: none;
  clip-path: none;
}

#event-top {
  padding: 60px 0 0;
  margin-top: 20px;
}
#event-top .bg {
  background: #e4e7e8;
  -moz-clip-path: url(#clip-project-top);
  -webkit-clip-path: url(#clip-project-top);
  -o-clip-path: url(#clip-project-top);
  -ms-clip-path: url(#clip-project-top);
  clip-path: url(#clip-project-top);
  max-height: none !important;
}
body.disable-clip-path #event-top .bg {
  -moz-clip-path: none;
  -webkit-clip-path: none;
  -o-clip-path: none;
  -ms-clip-path: none;
  clip-path: none;
}
#event-top .featured-image {
  grid-column: 2/span 2;
}
#event-top .featured-image img {
  -moz-clip-path: none;
  -webkit-clip-path: none;
  -o-clip-path: none;
  -ms-clip-path: none;
  clip-path: none;
}
body.disable-clip-path #event-top .featured-image img {
  -moz-clip-path: none;
  -webkit-clip-path: none;
  -o-clip-path: none;
  -ms-clip-path: none;
  clip-path: none;
}
@media screen and (max-width: 767px) {
  #event-top {
    padding: 50px 0 0;
    margin-top: 0;
  }
}

.donate-content .wrap {
  display: grid;
  grid-column-gap: 60px;
  grid-template-columns: 470px auto;
  grid-template-areas: "content embed";
}
.donate-content .wrap > .content {
  grid-area: content;
  padding: 50px 0px 50px 0;
  box-sizing: border-box;
}
.donate-content .wrap > .content #page-title {
  margin-top: 0;
  font-size: 2.22rem;
}
.donate-content .wrap > .content .wp-block-image {
  margin-top: 0;
  margin-bottom: 0;
}
.donate-content .wrap > .content .wp-block-image.logo1 img {
  margin-top: 1.5em;
}
.donate-content .wrap > .content .wp-block-image.logo3 img {
  margin-top: 1em;
}
.donate-content .wrap > .content .wp-block-columns {
  flex-wrap: initial;
}
.donate-content .wrap > .embed {
  grid-area: embed;
  position: relative;
  padding: 100px 0 50px 15%;
}
.donate-content .wrap > .embed:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0%;
  left: 0;
  width: 70vw;
  width: -webkit-calc((100vw - 450px - ((100vw - 1200px) / 2)));
  width: -moz-calc((100vw - 450px - ((100vw - 1200px) / 2)));
  width: calc((100vw - 450px - ((100vw - 1200px) / 2)));
  height: 100%;
  background: #e4e7e8;
  -moz-clip-path: url(#clip-donate-top);
  -webkit-clip-path: url(#clip-donate-top);
  -o-clip-path: url(#clip-donate-top);
  -ms-clip-path: url(#clip-donate-top);
  clip-path: url(#clip-donate-top);
}
body.disable-clip-path .donate-content .wrap > .embed:before {
  -moz-clip-path: none;
  -webkit-clip-path: none;
  -o-clip-path: none;
  -ms-clip-path: none;
  clip-path: none;
}
.donate-content .wrap > .embed .inner {
  position: relative;
  z-index: 1;
  max-width: 570px;
  margin: 0 auto;
}
@media screen and (max-width: 1428.5714285714px) {
  .donate-content .wrap > .embed:before {
    width: -webkit-calc((92vw - 450px));
    width: -moz-calc((92vw - 450px));
    width: calc((92vw - 450px));
  }
}
@media screen and (max-width: 1024px) {
  .donate-content .wrap {
    display: block;
  }
  .donate-content .wrap > .content {
    margin: 0 auto;
    max-width: 550px;
  }
  .donate-content .wrap > .embed {
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    box-sizing: border-box;
    padding: 100px 0 50px 0;
  }
  .donate-content .wrap > .embed:before {
    width: 100%;
  }
}

#IATS_PaymentBoxDiv {
  width: auto !important;
  margin: 0;
}

#IATSPaymentBoxForm .IATS_AmountItemDiv, #IATSPaymentBoxForm .IATS_ProfileItemDiv, #IATSPaymentBoxForm .IATS_PaymentItemDiv, #IATSPaymentBoxForm .IATS_ResponseItemDiv {
  font-weight: bold;
  color: #666666;
  margin-bottom: 1.2em;
  font-size: initial;
}

.postid-2687 #IATSPaymentBoxForm #IATS_PaymentItemDiv_CompanyName {
  width: 100%;
}

.IATS_PaymentItemDiv label:after {
  content: "Optional";
  padding-left: 8px;
  font-size: 12px;
  color: #999;
  font-weight: normal;
}

label.IATS_InputRequired:after, .IATS_SelectItemsSubDiv label:after {
  display: none;
}

#IATS_AmountSectionDiv {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#IATS_AmountSectionDiv .IATS_AmountSectionTitle {
  width: 100%;
  font-family: "Noticia Text", Georgia, serif;
  font-weight: normal;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 1em;
}
#IATS_AmountSectionDiv .IATS_AmountItemDiv {
  position: relative;
  border: 2px solid #999999;
  padding: 7px 20px 5px;
  margin: 5px;
  border-radius: 50px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
#IATS_AmountSectionDiv .IATS_AmountItemDiv.selected {
  background: #004987;
  color: white;
  border-color: #004987;
}
#IATS_AmountSectionDiv .IATS_AmountItemDiv table td {
  padding: 0;
  margin: 0;
}
#IATS_AmountSectionDiv .IATS_AmountItemDiv table td:nth-child(2) {
  display: none;
}
#IATS_AmountSectionDiv .IATS_AmountItemDiv span.IATS_AmountSpan {
  padding: 0;
  margin: 0;
}
#IATS_AmountSectionDiv .IATS_AmountItemDiv input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  cursor: pointer;
}
#IATS_AmountSectionDiv .IATS_AmountItemDiv .IATS_RadioAmtLabel {
  display: none;
}
#IATS_AmountSectionDiv .IATS_AmountItemDiv .IATS_OtherAmount {
  width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
#IATS_AmountSectionDiv .IATS_AmountItemDiv span.IATS_OtherAmtMinimum {
  margin: 0;
}
#IATS_AmountSectionDiv .IATS_AmountItemDiv.selected .IATS_OtherAmount {
  width: 120px;
  font-size: 0.8rem;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  margin-top: -3px;
  color: #666666;
}
#IATS_AmountSectionDiv .IATS_AmountItemDiv.selected .IATS_OtherAmtMinimum {
  color: #666666;
  display: none;
}
#IATS_AmountSectionDiv .IATS_AmountItemDiv.selected#IATS_AmountListItemDiv_Other0 {
  border: 2px solid #e4e7e8;
  background-color: white;
}
#IATS_AmountSectionDiv #IATS_AmountListItemDiv_Other0,
#IATS_AmountSectionDiv #IATS_AmountListItemDiv_Other1,
#IATS_AmountSectionDiv #IATS_AmountListItemDiv_Other2,
#IATS_AmountSectionDiv #IATS_AmountListItemDiv_Other3 {
  margin: 1em 0 0;
  width: 100%;
  max-width: 150px;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  #IATS_AmountSectionDiv #IATS_AmountListItemDiv_Other0 {
    margin: 5px;
  }
}

#IATS_PaymentSectionDiv {
  margin: 4em 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#IATS_PaymentSectionDiv .IATS_PaymentSectionTitle {
  width: 100%;
  text-align: center;
  font-family: "Noticia Text", Georgia, serif;
  font-weight: normal;
  font-size: 1.4rem;
  margin-bottom: 1.2em;
}
#IATS_PaymentSectionDiv .IATS_PaymentItemDiv {
  width: 48%;
}
#IATS_PaymentSectionDiv .IATS_PaymentItemDiv #IATS_Payment_ExpiryDateDiv {
  width: 150px;
}
#IATS_PaymentSectionDiv .IATS_PaymentItemDiv #IATS_Payment_ExpiryDateDiv label {
  width: 200px !important;
}
#IATS_PaymentSectionDiv .IATS_PaymentInputField {
  width: 100%;
  font-size: 0.8rem;
  padding: 0.8em;
  border-radius: 4px;
  border: 0;
  background: white;
  box-sizing: border-box;
  color: #333333;
}
#IATS_PaymentSectionDiv #IATS_Payment_PaymentFrequencyDiv {
  width: 100%;
  padding: 0;
  text-align: center;
  font-size: initial;
}
#IATS_PaymentSectionDiv #IATS_Payment_PaymentAccountInputDiv {
  width: 100%;
}
#IATS_PaymentSectionDiv #IATS_Payment_PaymentAccountInputDiv .IATS_ReoccurringDiv_ScheduleType {
  margin-right: 12px;
}
#IATS_PaymentSectionDiv #IATS_PaymentItemDiv_Comment, #IATS_PaymentSectionDiv #IATS_PaymentItemDiv_Item1 {
  width: 100%;
}
#IATS_PaymentSectionDiv #IATS_PaymentItemDiv_Comment .IATS_PaymentInputField, #IATS_PaymentSectionDiv #IATS_PaymentItemDiv_Item1 .IATS_PaymentInputField {
  height: 65px;
}
#IATS_PaymentSectionDiv #IATS_PaymentItemDiv_Comment .IATS_PaymentInputField.IATS_InputRequired, #IATS_PaymentSectionDiv #IATS_PaymentItemDiv_Item1 .IATS_PaymentInputField.IATS_InputRequired {
  height: 40px;
}
#IATS_PaymentSectionDiv #IATS_PaymentItemDiv_Item2 {
  width: 100%;
}
#IATS_PaymentSectionDiv #IATS_Payment_CreditCardDiv {
  width: 100%;
}
#IATS_PaymentSectionDiv #IATS_Payment_CreditCardDiv #IATS_Payment_AccountNumberDiv {
  margin-right: 14%;
}
#IATS_PaymentSectionDiv #IATS_Payment_CreditCardDiv #IATS_Payment_AccountNumberDiv #IATS_Payment_AccountNumber {
  width: 130%;
}
@media screen and (max-width: 1400px) {
  #IATS_PaymentSectionDiv #IATS_Payment_CreditCardDiv #IATS_Payment_AccountNumberDiv {
    margin-right: 5%;
  }
  #IATS_PaymentSectionDiv #IATS_Payment_CreditCardDiv #IATS_Payment_AccountNumberDiv #IATS_Payment_AccountNumber {
    width: 110%;
  }
}
#IATS_PaymentSectionDiv #IATS_PaymentItemInput_Country {
  height: 40px;
}
#IATS_PaymentSectionDiv label.IATS_PaymentLabelOnLeft {
  font-size: 15px;
  line-height: 1.4;
  padding-bottom: 0.2em;
  width: auto !important;
}
@media screen and (max-width: 767px) {
  #IATS_PaymentSectionDiv label.IATS_PaymentLabelOnLeft {
    font-size: 14px;
  }
}
#IATS_PaymentSectionDiv #IATS_PaymentItemDiv_Item1 label {
  margin-bottom: 5px;
}
#IATS_PaymentSectionDiv .IATS_SelectItemsSubDiv {
  margin: 0 0.5em 0 0;
  font-weight: normal;
  display: inline-block;
  width: 48%;
  min-width: 160px;
}
#IATS_PaymentSectionDiv .IATS_SelectItemsSubDiv label {
  padding-left: 3px;
}

#IATS_ContentSectionDiv .IATS_Action button.IATS_Action {
  font-size: 1rem;
  padding: 0.6em 4em;
}
#IATS_ContentSectionDiv .IATS_SecureDataDiv {
  margin: 3em 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #IATS_ContentSectionDiv {
    margin: 0 10px;
  }
}

#IATS_Payment_ShareLinkDiv {
  display: none;
}

#IATS_Payment_PaymentFrequencyDiv {
  margin: 3em 0 1em;
}
#IATS_Payment_PaymentFrequencyDiv input[type=radio] {
  position: absolute;
  visibility: hidden;
  cursor: pointer;
}
#IATS_Payment_PaymentFrequencyDiv label.IATS_RadioPaymentLabel {
  border: 2px solid #999999;
  padding: 10px 10%;
  margin: 5px;
  border-radius: 50px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
#IATS_Payment_PaymentFrequencyDiv label.IATS_RadioPaymentLabel.selected {
  background: #004987;
  color: white;
  border-color: #004987;
}

#IATS_Payment_CreditCardDiv .IATS_PaymentItemDiv {
  display: inline-block !important;
  width: 30%;
  width: -webkit-calc(48% - 50px);
  width: -moz-calc(48% - 50px);
  width: calc(48% - 50px);
  padding: 0;
  margin: 0 2% 0 0;
  box-sizing: border-box;
}
#IATS_Payment_CreditCardDiv .IATS_PaymentItemDiv input.IATS_AccountNumberField {
  width: 110%;
}
#IATS_Payment_CreditCardDiv .IATS_PaymentItemDiv input.IATS_AccountNumberField, #IATS_Payment_CreditCardDiv .IATS_PaymentItemDiv input.IATS_CVV2Field, #IATS_Payment_CreditCardDiv .IATS_PaymentItemDiv select.IATS_ExpiryMonthField, #IATS_Payment_CreditCardDiv .IATS_PaymentItemDiv select.IATS_ExpiryYearField {
  width: 100%;
  font-size: 0.8rem;
  padding: 0.3em 0.5em;
  border-radius: 4px;
  border: 0;
  background: white;
  box-sizing: border-box;
  height: 40px;
}
#IATS_Payment_CreditCardDiv .IATS_PaymentItemDiv select.IATS_ExpiryYearField {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #IATS_Payment_CreditCardDiv .IATS_PaymentItemDiv select.IATS_ExpiryYearField {
    width: 55%;
  }
}
#IATS_Payment_CreditCardDiv .IATS_PaymentItemDiv select.IATS_ExpiryMonthField {
  margin-right: 8px;
  width: 44%;
}
@media screen and (max-width: 767px) {
  #IATS_Payment_CreditCardDiv .IATS_PaymentItemDiv select.IATS_ExpiryMonthField {
    width: 35%;
  }
}
#IATS_Payment_CreditCardDiv .IATS_PaymentItemDiv input.IATS_CVV2Field {
  width: 75px;
}
#IATS_Payment_CreditCardDiv #IATS_Payment_CVV2Div {
  width: 100px;
  margin: 0;
}
#IATS_Payment_CreditCardDiv #IATS_Payment_CVV2Div a {
  top: -35px;
  right: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #IATS_Payment_CreditCardDiv #IATS_Payment_CVV2Div {
    width: 75px;
  }
  #IATS_Payment_CreditCardDiv #IATS_Payment_CVV2Div label {
    width: auto !important;
  }
  #IATS_Payment_CreditCardDiv #IATS_Payment_CVV2Div a {
    right: 0px;
    top: 0px;
  }
}
@media screen and (max-width: 1400px) {
  #IATS_Payment_CreditCardDiv #IATS_Payment_CVV2Div {
    width: 75px;
  }
  #IATS_Payment_CreditCardDiv #IATS_Payment_CVV2Div #IATS_Payment_CVV2 {
    width: 50px;
  }
  #IATS_Payment_CreditCardDiv #IATS_Payment_CVV2Div label {
    width: auto !important;
  }
  #IATS_Payment_CreditCardDiv #IATS_Payment_CVV2Div a {
    top: -35px;
    right: 10px;
  }
}

#IATS_Payment_ReoccurringSettingDiv #IATS_ReoccurringDiv_ScheduleType,
#IATS_Payment_ReoccurringSettingDiv #IATS_ReoccurringDiv_BeginDate,
#IATS_Payment_ReoccurringSettingDiv #IATS_ReoccurringDiv_EndDate {
  display: inline-block;
}
#IATS_Payment_ReoccurringSettingDiv #IATS_ReoccurringDiv_ScheduleType select.IATS_PaymentReoccurringInputField {
  width: 102% !important;
}
#IATS_Payment_ReoccurringSettingDiv input.IATS_PaymentDateInputField,
#IATS_Payment_ReoccurringSettingDiv select.IATS_PaymentReoccurringInputField {
  width: 90% !important;
  background-color: white;
  background-position: 95% 50%;
  padding: 0 0.5em;
  border-radius: 4px;
  border: 0;
  font-size: 0.8rem;
  height: 40px;
}
@media screen and (max-width: 767px) {
  #IATS_Payment_ReoccurringSettingDiv input.IATS_PaymentDateInputField,
#IATS_Payment_ReoccurringSettingDiv select.IATS_PaymentReoccurringInputField {
    width: 93% !important;
  }
}
#IATS_Payment_ReoccurringSettingDiv .IATS_PaymentItemDiv {
  width: 31%;
}
#IATS_Payment_ReoccurringSettingDiv #IATS_ReoccurringDiv_BeginDate,
#IATS_Payment_ReoccurringSettingDiv #IATS_ReoccurringDiv_EndDate {
  margin-left: 2%;
}

#IATS_AmountSectionDiv #IATS_AmountListItemDiv_Other0 {
  padding-top: 9px;
}

#IATS_ContentSectionDiv .IATS_Action button.IATS_Action {
  padding: 0.7em 3em 0.6em;
}

#carbon-calculator {
  text-align: center;
}
#carbon-calculator strong.label {
  display: block;
  font-size: 1.3em;
}
#carbon-calculator strong.prefix {
  font-size: 1.3em;
}
#carbon-calculator input[type=text] {
  display: inline-block;
  font-size: 30px;
  text-align: center;
  width: 200px;
  border: 0;
  border-radius: 8px;
  margin: 5px 5px 20px;
  color: #1a6364;
  line-height: normal;
  padding: 5px;
  min-width: 10px;
  background: white;
}
#carbon-calculator button {
  margin: 10px 0 0;
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
  font-size: 16px;
  padding: 0.7em 2em 0.6em;
  text-transform: uppercase;
}

body.postid-6273 #IATS_PaymentSectionDiv {
  margin: 0;
}

/*
These styles will also get loaded into the Gutenberg editor
*/
.text-smaller {
  font-size: 0.8rem;
}

.wp-block-columns.image-layout {
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .wp-block-columns.image-layout.image-right {
    display: grid;
    grid-template-areas: "image", "text";
    grid-template-rows: 200px auto;
  }
  .wp-block-columns.image-layout.image-right .wp-block-column {
    grid-area: text;
  }
  .wp-block-columns.image-layout.image-right .wp-block-column.image {
    grid-area: image;
    position: relative;
    top: -80%;
  }
}
.wp-block-columns.image-layout .wp-block-column {
  flex-basis: 50%;
}
@media screen and (max-width: 767px) {
  .wp-block-columns.image-layout .wp-block-column {
    flex-basis: 80%;
  }
}
.wp-block-columns.image-layout .wp-block-column.image {
  flex-basis: 40%;
}
.wp-block-columns.image-layout .wp-block-column.image img {
  display: block;
  max-width: 330px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .wp-block-columns.image-layout .wp-block-column.image img {
    max-width: 250px;
  }
}

.wp-block-columns.phone {
  margin-top: 3em;
}
.wp-block-columns.phone .wp-block-column {
  margin: 0;
  flex-wrap: nowrap;
}
.wp-block-columns.phone h3 {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 450;
  font-size: 1.3em;
}
@media screen and (min-width: 501px) {
  .wp-block-columns.phone .wp-block-column {
    text-align: left;
    flex-basis: 50%;
  }
  .wp-block-columns.phone .wp-block-column:nth-child(2) {
    text-align: right;
  }
}
@media screen and (max-width: 500px) {
  .wp-block-columns.phone {
    flex-direction: row;
  }
  .wp-block-columns.phone .wp-block-column {
    text-align: left;
    flex-basis: auto;
  }
}

.wp-block-columns.icon {
  margin: 30px auto;
}
.wp-block-columns.icon .wp-block-column {
  flex-basis: 100%;
}
.wp-block-columns.icon .wp-block-column h3 {
  font-size: 1.35rem;
}
.wp-block-columns.icon .wp-block-column p {
  font-size: 17px;
}
.wp-block-columns.icon .wp-block-column.icon {
  flex-basis: 150px;
}
.wp-block-columns.icon .wp-block-column.icon .image-svg {
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  background: #bfe5f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-block-columns.icon .wp-block-column.icon .image-svg.light-orange {
  background-color: #f7c179;
}
.wp-block-columns.icon .wp-block-column.icon .image-svg.light-gray {
  background-color: #e4e7e8;
}
.wp-block-columns.icon .wp-block-column.icon .image-svg.teal {
  background-color: #afe2e3;
}
.wp-block-columns.icon .wp-block-column.icon img {
  display: block;
  width: 70px;
  height: 60px;
  object-fit: contain;
  background-size: contain;
}
.wp-block-columns.icon h2:first-child, .wp-block-columns.icon h3:first-child, .wp-block-columns.icon h4:first-child {
  margin-top: 0;
}

blockquote,
blockquote.wp-block-quote {
  box-sizing: border-box;
  position: relative;
  margin: 2em 0 2em 2.5em;
  padding: 0;
  font-size: 1.2em;
  line-height: 1.55;
  font-family: "Noticia Text", Georgia, serif;
  font-weight: 600;
  border: 0;
}
.section-solutions blockquote,
.section-solutions blockquote.wp-block-quote {
  margin: 2em 0;
}
blockquote p,
blockquote.wp-block-quote p {
  position: relative;
  z-index: 1;
}
blockquote .wp-block-quote__citation,
blockquote cite,
blockquote.wp-block-quote .wp-block-quote__citation,
blockquote.wp-block-quote cite {
  display: block;
  margin: 5px 0 0 0;
  font-style: normal;
  margin: 10px 0 0;
  font-size: 1em;
  font-family: Teko, Roboto, sans-serif;
  font-weight: normal;
  line-height: normal;
  text-transform: uppercase;
  opacity: 0.6;
  color: inherit;
}
blockquote.alignright,
blockquote.wp-block-quote.alignright {
  width: 50%;
  margin: 0 0 1em 1em;
}
blockquote.alignleft,
blockquote.wp-block-quote.alignleft {
  width: 50%;
  margin: 0 1em 1em 0;
}

hr,
hr.wp-block-separator {
  margin: 2em auto;
  border-bottom-color: #cccccc;
  border-bottom-width: 1.5px;
}

.theme-block.wp-block-theme-blocks-posts.related {
  margin-top: 100px;
}

.hentry.search {
  margin: 0 0 1.5em;
}
.hentry.search .title {
  margin: 1em 0 0.3em;
  font-size: 1.35em;
  color: #007bc5;
}
.hentry.search .title:hover {
  text-decoration: underline;
  color: #ff8300;
}
.hentry.search .url {
  font-size: 14px;
  color: #777;
}
.hentry.search .hasMore,
.hentry.search a.more {
  display: none;
}
.hentry.search p {
  margin-bottom: 0.2em;
}

.search-results .main-content .wrap {
  max-width: 800px;
  margin: 0 auto;
}

form.search {
  margin: 1em auto;
  text-align: center;
}
form.search button {
  display: inline-block;
  vertical-align: middle;
}
form.search input[type=text] {
  display: inline-block;
  vertical-align: middle;
  padding: 6px 5px;
}

.posts-filter {
  margin: 0 0 2em;
  display: flex;
  align-items: center;
}

.posts-filter .label {
  margin: 0 1em 0 0;
  font-weight: bold;
  font-size: 0.9em;
}

.posts-filter .filters {
  display: flex;
  align-items: center;
}

.posts-filter .filters .filter {
  margin: 0 1em 0 0;
}

.posts-filter .message {
  margin: 1em 0 0;
  width: 100%;
  font-size: 0.8em;
}

body {
  --banner-height: 177px;
  --wpadminbar-height: 32px;
}
body.scrolled {
  --banner-height: 86px;
}
@media screen and (min-width: 1168px) {
  body {
    --banner-height: 147px;
  }
}

@media screen and (max-width: 970px) {
  .meganav {
    display: none;
    background-color: #123E7A;
  }
  .meganav__block__copy, .meganav__link__description, .meganav__arrow, .meganav__block__heading--desktop, .meganav__block__link--desktop, .meganav__sublink--desktop, .meganav__link--desktop {
    display: none !important;
  }
  .meganav a {
    display: block;
    color: white;
    padding: 14px 5vw;
    text-decoration: none;
    text-transform: none;
    font-family: Roboto, sans-serif;
    font-weight: 500;
  }
  .meganav a:empty {
    padding: 0;
  }
}
@media screen and (min-width: 971px) {
  .meganav__block__heading--mobile, .meganav__block__link--mobile, .meganav__sublink--mobile, .meganav__link--mobile {
    display: none !important;
  }
  body.meganav-open {
    position: relative;
  }
  body.meganav-open::before {
    content: "";
    position: fixed;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    background: #092346;
    opacity: 0.7;
  }

  body #header #nav .meganav {
    display: none;
    box-sizing: border-box;
    max-height: calc(100vh - var(--banner-height));
    overflow-y: auto;
    background: white;
    border-top: 1px solid #123E7A;
    margin-top: 0;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: column dense;
    gap: 68px;
    position: fixed;
    z-index: 1000;
    top: var(--banner-height);
    width: 100vw;
    left: 0 !important;
    right: 0 !important;
    transition: top ease-in-out 350ms;
    padding: 48px 5vw;
    text-transform: none;
  }
}
@media screen and (min-width: 971px) and (min-width: 970px) and (max-width: 1200px) {
  body #header #nav .meganav {
    gap: 40px;
  }
  body #header #nav .meganav .meganav__link__title,
body #header #nav .meganav .meganav__link__description,
body #header #nav .meganav a {
    font-size: 80%;
  }
}
@media screen and (min-width: 971px) and (min-width: 1260px) {
  body #header #nav .meganav {
    padding-left: calc(50vw - 630px);
    padding-right: calc(50vw - 630px);
  }
}
@media screen and (min-width: 971px) {
  body #header #nav .meganav a {
    text-decoration: none;
  }
}
@media screen and (min-width: 971px) {
  body #header #nav .meganav__col {
    flex-basis: 25%;
  }
  body #header #nav .meganav__col--wide {
    flex-basis: 50%;
  }
}
@media screen and (min-width: 971px) {
  body #header #nav .meganav__block__heading {
    display: block;
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: bold;
    font-family: "Noticia Text", Georgia, serif;
    line-height: 1.3;
    color: #8ECDE4;
    transition: color ease 250ms;
  }
  body #header #nav .meganav__block__heading:focus, body #header #nav .meganav__block__heading:hover {
    color: #123E7A;
  }
  body #header #nav .meganav__block__copy {
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: Roboto, sans-serif;
    line-height: 1.4;
    color: #123E7A;
  }
  body #header #nav .meganav__block__link {
    position: relative;
    padding-right: 30px;
    font-size: 20px;
    color: #8ECDE4;
    font-family: Roboto, sans-serif;
    line-height: 1.3;
    transition: color ease 250ms;
  }
  body #header #nav .meganav__block__link .meganav__arrow path {
    fill: #8ECDE4 !important;
  }
  body #header #nav .meganav__block__link:focus, body #header #nav .meganav__block__link:hover {
    color: #123E7A;
    text-decoration: underline;
  }
  body #header #nav .meganav__block__link:focus .meganav__arrow path, body #header #nav .meganav__block__link:hover .meganav__arrow path {
    fill: #123E7A !important;
  }
}
@media screen and (min-width: 971px) {
  body #header #nav .meganav__heading {
    display: block;
    padding: 16px 0;
    font-size: 24px;
    font-family: "Noticia Text", Georgia, serif;
    font-weight: bold;
    opacity: 0.6;
    color: #123E7A;
    transition: opacity ease 250ms;
  }
  body #header #nav .meganav__heading + .meganav__heading {
    border-top: 1px solid #D0D8E4;
  }
  body #header #nav .meganav__heading:focus, body #header #nav .meganav__heading:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 971px) {
  body #header #nav .meganav__sublink {
    position: relative;
    display: block;
    padding: 12px 30px 12px 0;
    font-size: 20px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    color: #123E7A;
    border-top: 1px solid #D0D8E4;
    transition: border-color ease 250ms;
    line-height: 1.2;
  }
  body #header #nav .meganav__sublink:last-child {
    border-bottom: 1px solid #D0D8E4;
  }
  body #header #nav .meganav__sublink:focus, body #header #nav .meganav__sublink:hover {
    border-color: #8ECDE4;
  }
  body #header #nav .meganav__sublink:focus .meganav__arrow path, body #header #nav .meganav__sublink:hover .meganav__arrow path {
    fill: #8ECDE4;
  }
}
@media screen and (min-width: 971px) {
  body #header #nav .meganav__link {
    position: relative;
    display: block;
    padding: 12px 26px 12px 8px;
    border-top: 1px solid #D0D8E4;
  }
  body #header #nav .meganav__link__title {
    display: block;
    margin-bottom: 4px;
    font-size: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    line-height: 1.3;
    color: #123E7A;
  }
  body #header #nav .meganav__link__description {
    display: block;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    color: #123E7A;
    opacity: 0.7;
    line-height: 1.3;
  }
  body #header #nav .meganav__link:focus, body #header #nav .meganav__link:hover {
    background-color: #D0D8E4;
  }
  body #header #nav .meganav__link:focus .meganav__arrow path, body #header #nav .meganav__link:hover .meganav__arrow path {
    fill: white;
  }
}
@media screen and (min-width: 971px) {
  body #header #nav .meganav .meganav__arrow {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
  }
  body #header #nav .meganav .meganav__arrow path {
    fill: #123E7A;
    transition: fill ease 250ms;
  }
}
@media screen and (min-width: 971px) {
  body.scrolled #header #nav .meganav {
    border-top-color: rgba(0, 0, 0, 0.2);
  }
}
.wp-block-theme-blocks-hero {
  position: relative;
}
.wp-block-theme-blocks-hero .wrap {
  position: relative;
  z-index: 1;
}
.wp-block-theme-blocks-hero .wrap.top {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.wp-block-theme-blocks-hero .content {
  max-width: 520px;
}
.wp-block-theme-blocks-hero .content h1 {
  margin: 0 0 0.5em;
  max-width: 350px;
  font-size: 2.666rem;
}
.wp-block-theme-blocks-hero .hentry.featured .title {
  margin: 0 0 0.05em 0;
}
.wp-block-theme-blocks-hero .hentry.featured .subtitle {
  margin: 0;
}

.theme-block.wp-block-theme-blocks-hero {
  padding: 30px 0;
}
.theme-block.wp-block-theme-blocks-hero .content {
  position: relative;
  padding: 40px 30px 0 40px;
}
.theme-block.wp-block-theme-blocks-hero .content .icon-waves {
  position: absolute;
  top: 70px;
  left: 15px;
}
.theme-block.wp-block-theme-blocks-hero .content a[href^="#"] {
  visibility: hidden;
}
.theme-block.wp-block-theme-blocks-hero .content .more a[href^="#"] {
  visibility: visible;
}
.theme-block.wp-block-theme-blocks-hero .featured-post {
  position: relative;
  z-index: 1;
}
.theme-block.wp-block-theme-blocks-hero .posts {
  position: relative;
}
.theme-block.wp-block-theme-blocks-hero .posts > .wrap {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.theme-block.wp-block-theme-blocks-hero .posts > .wrap .hentry:nth-child(1):after {
  max-height: 8em;
  background-image: url(../svg/2.svg);
}
.theme-block.wp-block-theme-blocks-hero .posts > .wrap .hentry:nth-child(2):after {
  background-image: url(../svg/3.svg);
}
.theme-block.wp-block-theme-blocks-hero .posts > .wrap .hentry:nth-child(3):after {
  background-image: url(../svg/4.svg);
}
.theme-block.wp-block-theme-blocks-hero.layout-home {
  margin-bottom: 250px;
}
.theme-block.wp-block-theme-blocks-hero.layout-home .content {
  padding-top: 135px;
  font-size: 1.2rem;
  max-width: 490px;
}
.theme-block.wp-block-theme-blocks-hero.layout-home .posts .bg {
  display: block;
  position: absolute;
  top: -3%;
  height: 560px;
  width: 100%;
  left: 0%;
  background: #95d4e9;
  -moz-clip-path: url(#clip-hero-bg);
  -webkit-clip-path: url(#clip-hero-bg);
  -o-clip-path: url(#clip-hero-bg);
  -ms-clip-path: url(#clip-hero-bg);
  clip-path: url(#clip-hero-bg);
}
body.disable-clip-path .theme-block.wp-block-theme-blocks-hero.layout-home .posts .bg {
  -moz-clip-path: none;
  -webkit-clip-path: none;
  -o-clip-path: none;
  -ms-clip-path: none;
  clip-path: none;
}
.theme-block.wp-block-theme-blocks-hero.layout-home .posts > .wrap {
  top: -2em;
}
.theme-block.wp-block-theme-blocks-hero.layout-home .posts > .wrap .hentry {
  position: relative;
  width: 520px;
}
.theme-block.wp-block-theme-blocks-hero.layout-home .posts > .wrap .hentry:nth-child(even) {
  top: 0px;
}
.theme-block.wp-block-theme-blocks-hero.layout-home .posts > .wrap .hentry:nth-child(1) {
  z-index: 1;
  left: 110px;
  top: -30px;
}
.theme-block.wp-block-theme-blocks-hero.layout-home .posts > .wrap .hentry:nth-child(2) {
  top: 2em;
  z-index: 3;
  top: 36px;
  left: 100px;
}
.theme-block.wp-block-theme-blocks-hero.layout-home .posts > .wrap .hentry:nth-child(3) {
  top: -70px;
  -moz-clip-path: url(#clip-post-bottom);
  -webkit-clip-path: url(#clip-post-bottom);
  -o-clip-path: url(#clip-post-bottom);
  -ms-clip-path: url(#clip-post-bottom);
  clip-path: url(#clip-post-bottom);
}
body.disable-clip-path .theme-block.wp-block-theme-blocks-hero.layout-home .posts > .wrap .hentry:nth-child(3) {
  -moz-clip-path: none;
  -webkit-clip-path: none;
  -o-clip-path: none;
  -ms-clip-path: none;
  clip-path: none;
}
.theme-block.wp-block-theme-blocks-hero.layout-home .posts > .wrap .blank {
  display: block;
  width: 100%;
}
.theme-block.wp-block-theme-blocks-hero.layout-interior {
  margin-bottom: 230px;
}
.theme-block.wp-block-theme-blocks-hero.layout-interior h1 {
  font-size: 2.5em;
}
.theme-block.wp-block-theme-blocks-hero.layout-interior .posts > .wrap .hentry {
  width: 35%;
}
.theme-block.wp-block-theme-blocks-hero.layout-interior .posts > .wrap .hentry:nth-child(even) {
  top: 0px;
}
.theme-block.wp-block-theme-blocks-hero.layout-interior .posts > .wrap .hentry:nth-child(1) {
  z-index: 1;
  left: 6em;
  top: -6em;
}
.theme-block.wp-block-theme-blocks-hero.layout-interior .posts > .wrap .hentry:nth-child(2) {
  left: 6em;
  z-index: 3;
}
@media screen and (min-width: 1401px) {
  .theme-block.wp-block-theme-blocks-hero .featured-post {
    left: 100px;
    flex-basis: 720px;
  }
}
@media screen and (max-width: 1400px) {
  .theme-block.wp-block-theme-blocks-hero .wrap.top {
    max-width: none;
    margin: 0 auto;
  }
  .theme-block.wp-block-theme-blocks-hero .content {
    margin-left: 100px;
  }
  .theme-block.wp-block-theme-blocks-hero .featured-post {
    flex-basis: 47%;
  }
}
@media screen and (max-width: 1250px) {
  .theme-block.wp-block-theme-blocks-hero .content {
    margin-left: 50px;
  }
  .theme-block.wp-block-theme-blocks-hero.layout-home .posts > .wrap {
    margin: 0 auto;
  }
  .theme-block.wp-block-theme-blocks-hero.layout-home .posts > .wrap .hentry {
    width: 45%;
    height: 30vw;
  }
  .theme-block.wp-block-theme-blocks-hero.layout-home .posts > .wrap .hentry:nth-child(1) {
    top: -1em;
    left: 70px;
  }
  .theme-block.wp-block-theme-blocks-hero.layout-home .posts > .wrap .hentry:nth-child(2) {
    top: 2em;
    left: 0em;
  }
  .theme-block.wp-block-theme-blocks-hero.layout-home .posts > .wrap .hentry:nth-child(3) {
    top: -3em;
    left: auto;
  }
  .theme-block.wp-block-theme-blocks-hero.layout-interior .posts > .wrap .hentry:nth-child(2) {
    left: 5em;
    z-index: 3;
  }
}
@media screen and (max-width: 1080px) {
  .theme-block.wp-block-theme-blocks-hero .content {
    max-width: 400px;
  }
  .theme-block.wp-block-theme-blocks-hero .content h1 {
    font-size: 2.3rem;
  }
  .theme-block.wp-block-theme-blocks-hero.layout-home .posts .bg {
    top: -12%;
    height: 500px;
  }
  .theme-block.wp-block-theme-blocks-hero.layout-interior .posts > .wrap .hentry {
    box-sizing: border-box;
    min-width: 360px;
  }
  .theme-block.wp-block-theme-blocks-hero.layout-interior .posts > .wrap .hentry:nth-child(1) {
    left: 5em;
    top: -3em;
  }
}
@media screen and (max-width: 1024px) {
  .theme-block.wp-block-theme-blocks-hero .content {
    margin-left: 25px;
  }
}
@media screen and (max-width: 970px) {
  .theme-block.wp-block-theme-blocks-hero.layout-home .posts > .wrap .hentry {
    /*
    &:nth-child(1) {
        top: -2em;
        left: -7em;
    }
    &:nth-child(2) {
        top: -17em;
        left: 10em;
    }
    &:nth-child(3) {
        top: -22em;
    }
    */
  }
  .theme-block.wp-block-theme-blocks-hero.layout-interior {
    margin-bottom: 200px;
  }
  .theme-block.wp-block-theme-blocks-hero.layout-interior .posts > .wrap .hentry:nth-child(1) {
    left: 0;
    top: -2em;
  }
  .theme-block.wp-block-theme-blocks-hero.layout-interior .posts > .wrap .hentry:nth-child(2) {
    left: 0;
    top: -2em;
    z-index: 0;
  }
}
@media screen and (max-width: 850px) {
  .theme-block.wp-block-theme-blocks-hero.layout-home .posts > .wrap .hentry {
    /*
    &:nth-child(1) {
        left: -8em;
    }
    &:nth-child(2) {
        left: 8.5em;
    }
    */
  }
  .theme-block.wp-block-theme-blocks-hero.layout-interior {
    margin-bottom: 120px;
  }
  .theme-block.wp-block-theme-blocks-hero.layout-interior .posts > .wrap .hentry:nth-child(1) {
    left: 8em;
    top: 0;
  }
  .theme-block.wp-block-theme-blocks-hero.layout-interior .posts > .wrap .hentry:nth-child(2) {
    left: -5em;
    top: -13em;
  }
}
@media screen and (max-width: 767px) {
  .theme-block.wp-block-theme-blocks-hero {
    padding: 0;
  }
  .theme-block.wp-block-theme-blocks-hero .hentry.featured.large {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
  .theme-block.wp-block-theme-blocks-hero .posts > .wrap {
    top: auto;
    max-width: 100%;
    margin: 0 auto;
  }
  .theme-block.wp-block-theme-blocks-hero .posts > .wrap .hentry {
    box-sizing: border-box;
    width: 100% !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    min-height: 360px;
  }
  .theme-block.wp-block-theme-blocks-hero.layout-home {
    margin-bottom: 120px;
  }
  .theme-block.wp-block-theme-blocks-hero.layout-home .wrap.top {
    display: block;
  }
  .theme-block.wp-block-theme-blocks-hero.layout-home .content {
    padding: 0 15px;
    margin: 0 auto 3em;
    max-width: 500px;
    text-align: center;
  }
  .theme-block.wp-block-theme-blocks-hero.layout-home .content h1 {
    max-width: 500px;
    text-align: center;
  }
  .theme-block.wp-block-theme-blocks-hero.layout-home .content .icon-waves {
    position: relative;
    top: -10px;
    left: 0px;
  }
  .theme-block.wp-block-theme-blocks-hero.layout-home .posts .bg {
    top: -40%;
  }
  .theme-block.wp-block-theme-blocks-hero.layout-interior {
    margin-bottom: 120px;
  }
  .theme-block.wp-block-theme-blocks-hero.layout-interior .wrap.top {
    display: block;
  }
  .theme-block.wp-block-theme-blocks-hero.layout-interior .content {
    padding: 0;
    margin: 0 auto 3em;
    max-width: 500px;
    text-align: center;
  }
  .theme-block.wp-block-theme-blocks-hero.layout-interior .content h1 {
    max-width: 500px;
    text-align: center;
  }
  .theme-block.wp-block-theme-blocks-hero.layout-interior .content .icon-waves {
    position: relative;
    top: -10px;
    left: 0px;
  }
}

.theme-block.wp-block-theme-blocks-posts-carousel #query-posts {
  position: relative;
  white-space: nowrap;
}
.theme-block.wp-block-theme-blocks-posts-carousel #query-posts .hentry {
  outline: 0;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.theme-block.wp-block-theme-blocks-posts-carousel #query-posts .slick-list {
  overflow: hidden;
}
.theme-block.wp-block-theme-blocks-posts-carousel #query-posts .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  height: 50px;
  line-height: 50px;
  margin: -25px 0 0;
  font-size: 50px;
  color: #999999;
  cursor: pointer;
}
.theme-block.wp-block-theme-blocks-posts-carousel #query-posts .slick-arrow.slick-next {
  left: 100%;
  margin-left: 30px;
}
.theme-block.wp-block-theme-blocks-posts-carousel #query-posts .slick-arrow.slick-prev {
  right: 100%;
  margin-right: 30px;
}
.theme-block.wp-block-theme-blocks-posts-carousel #query-posts .slick-dots {
  position: absolute;
  left: 775px;
  bottom: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.theme-block.wp-block-theme-blocks-posts-carousel #query-posts .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1em 0 0;
  padding: 0;
}
.theme-block.wp-block-theme-blocks-posts-carousel #query-posts .slick-dots li button {
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  line-height: 30px;
  color: #999;
  background: rgba(255, 255, 255, 0);
  font-weight: 300;
}
.theme-block.wp-block-theme-blocks-posts-carousel #query-posts .slick-dots li button:hover {
  background: #ddd;
}
.theme-block.wp-block-theme-blocks-posts-carousel #query-posts .slick-dots li.slick-active button {
  background: #95d4e9;
  color: white;
}
@media screen and (max-width: 1340px) {
  .theme-block.wp-block-theme-blocks-posts-carousel #query-posts .nav-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    display: flex;
    align-items: flex-end;
  }
  .theme-block.wp-block-theme-blocks-posts-carousel #query-posts .nav-wrap .spacer {
    position: relative;
    flex-basis: 75%;
    height: 10px;
    max-width: 700px;
  }
  .theme-block.wp-block-theme-blocks-posts-carousel #query-posts .nav-wrap .nav {
    flex-basis: 50%;
    padding: 0 0 0 75px;
    max-width: 350px;
    display: flex;
    justify-content: left;
    align-items: flex-start;
  }
  .theme-block.wp-block-theme-blocks-posts-carousel #query-posts .slick-dots {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 10px 1em 0 1em;
    width: auto;
    text-align: center;
  }
  .theme-block.wp-block-theme-blocks-posts-carousel #query-posts .slick-dots li {
    margin: 0 0.2em;
  }
  .theme-block.wp-block-theme-blocks-posts-carousel #query-posts .slick-arrow {
    position: relative;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    margin: 0 !important;
    font-size: 30px;
  }
  .theme-block.wp-block-theme-blocks-posts-carousel #query-posts .slick-arrow.slick-next {
    order: 1;
  }
  .theme-block.wp-block-theme-blocks-posts-carousel #query-posts .slick-arrow.slick-prev {
    order: -1;
  }
}
@media screen and (max-width: 767px) {
  .theme-block.wp-block-theme-blocks-posts-carousel #query-posts .nav-wrap {
    position: relative;
    bottom: auto;
    left: auto;
    width: auto;
    height: auto;
    justify-content: center;
  }
  .theme-block.wp-block-theme-blocks-posts-carousel #query-posts .nav-wrap .nav {
    padding: 20px 0 0;
    justify-content: center;
  }
  .theme-block.wp-block-theme-blocks-posts-carousel #query-posts .nav-wrap .spacer {
    display: none;
  }
}

.wp-block-theme-blocks-browse-projects {
  text-align: center;
}
.wp-block-theme-blocks-browse-projects .block-title {
  color: #999999;
}
.wp-block-theme-blocks-browse-projects .filters {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.wp-block-theme-blocks-browse-projects .filters .filter, .wp-block-theme-blocks-browse-projects .filters button {
  margin: 0.5em;
}
.wp-block-theme-blocks-browse-projects .more {
  margin: 3em 0 0;
}
.wp-block-theme-blocks-browse-projects .results {
  margin: 2em 0 auto;
  font-size: 0.8rem;
}

.theme-block.wp-block-theme-blocks-browse-projects .block-title {
  margin-bottom: 30px;
}
.theme-block.wp-block-theme-blocks-browse-projects .toggle.map {
  display: none;
  display: block;
  margin: 0 0 0 2em;
  font-family: Teko, Roboto, sans-serif;
  color: #004987;
  text-transform: uppercase;
  vertical-align: middle;
}
body.map-ready .theme-block.wp-block-theme-blocks-browse-projects .toggle.map {
  display: block;
}
.theme-block.wp-block-theme-blocks-browse-projects .toggle.map .label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1em 0 0;
  padding-top: 4px;
}
.theme-block.wp-block-theme-blocks-browse-projects .toggle.map .control {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 26px;
  border-radius: 50px;
  background: #ff8300;
}
.theme-block.wp-block-theme-blocks-browse-projects .toggle.map .control .x {
  position: absolute;
  top: 4px;
  left: 22px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.map-on .theme-block.wp-block-theme-blocks-browse-projects .toggle.map .control {
  background-color: #ff8300;
}
body.map-on .theme-block.wp-block-theme-blocks-browse-projects .toggle.map .control .x {
  left: 22px;
}
body.map-off .theme-block.wp-block-theme-blocks-browse-projects .toggle.map .control {
  background-color: #999999;
}
body.map-off .theme-block.wp-block-theme-blocks-browse-projects .toggle.map .control .x {
  left: 4px;
}
.wp-block-theme-blocks-interrupt {
  background: #004987 no-repeat 50% 50%;
  background-size: cover;
  /*
  &.wave-top:before {
      content: ' ';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 36px;
      background: url(images/wave5.png) no-repeat 50% 50%;
      background-size: 100% 100%;
  }
  &.wave-bottom:after {
      content: ' ';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 69px;
      background: url(images/wave4.png) no-repeat 50% 50%;
      background-size: 100% 100%;
  }
  */
}
.wp-block-theme-blocks-interrupt .block-title {
  color: #999999;
}
.wp-block-theme-blocks-interrupt .filters {
  display: flex;
  justify-content: center;
}
.wp-block-theme-blocks-interrupt .filters .filter, .wp-block-theme-blocks-interrupt .filters button {
  margin: 0 0.5em;
}
.wp-block-theme-blocks-interrupt .more {
  margin: 3em 0 0;
}
.wp-block-theme-blocks-interrupt.theme-block {
  margin-top: 0px;
}

.theme-block.wp-block-theme-blocks-interrupt .wrap {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .theme-block.wp-block-theme-blocks-interrupt .wrap {
    padding: 50px 0;
  }
}
@media screen and (min-width: 768px) {
  .theme-block.wp-block-theme-blocks-interrupt.wave-top .wrap {
    padding-top: 150px;
  }
}
@media screen and (min-width: 768px) {
  .theme-block.wp-block-theme-blocks-interrupt.wave-top {
    -moz-clip-path: url(#clip-interrupt-top);
    -webkit-clip-path: url(#clip-interrupt-top);
    -o-clip-path: url(#clip-interrupt-top);
    -ms-clip-path: url(#clip-interrupt-top);
    clip-path: url(#clip-interrupt-top);
  }
  body.disable-clip-path .theme-block.wp-block-theme-blocks-interrupt.wave-top {
    -moz-clip-path: none;
    -webkit-clip-path: none;
    -o-clip-path: none;
    -ms-clip-path: none;
    clip-path: none;
  }
}
@media screen and (max-width: 767px) {
  .theme-block.wp-block-theme-blocks-interrupt.wave-top {
    -moz-clip-path: url(#clip-interrupt-top-mobile);
    -webkit-clip-path: url(#clip-interrupt-top-mobile);
    -o-clip-path: url(#clip-interrupt-top-mobile);
    -ms-clip-path: url(#clip-interrupt-top-mobile);
    clip-path: url(#clip-interrupt-top-mobile);
  }
  body.disable-clip-path .theme-block.wp-block-theme-blocks-interrupt.wave-top {
    -moz-clip-path: none;
    -webkit-clip-path: none;
    -o-clip-path: none;
    -ms-clip-path: none;
    clip-path: none;
  }
}
.theme-block.wp-block-theme-blocks-interrupt.wave-top:last-child {
  margin-bottom: -100px;
}
.theme-block.wp-block-theme-blocks-interrupt.wave-bottom {
  -moz-clip-path: url(#clip-interrupt-bottom);
  -webkit-clip-path: url(#clip-interrupt-bottom);
  -o-clip-path: url(#clip-interrupt-bottom);
  -ms-clip-path: url(#clip-interrupt-bottom);
  clip-path: url(#clip-interrupt-bottom);
}
@media screen and (min-width: 768px) {
  .theme-block.wp-block-theme-blocks-interrupt.wave-bottom .wrap {
    padding-bottom: 200px;
  }
}
body.disable-clip-path .theme-block.wp-block-theme-blocks-interrupt.wave-bottom {
  -moz-clip-path: none;
  -webkit-clip-path: none;
  -o-clip-path: none;
  -ms-clip-path: none;
  clip-path: none;
}
.theme-block.wp-block-theme-blocks-interrupt.wave-top.wave-bottom {
  -moz-clip-path: url(#clip-interrupt-top-bottom);
  -webkit-clip-path: url(#clip-interrupt-top-bottom);
  -o-clip-path: url(#clip-interrupt-top-bottom);
  -ms-clip-path: url(#clip-interrupt-top-bottom);
  clip-path: url(#clip-interrupt-top-bottom);
}
body.disable-clip-path .theme-block.wp-block-theme-blocks-interrupt.wave-top.wave-bottom {
  -moz-clip-path: none;
  -webkit-clip-path: none;
  -o-clip-path: none;
  -ms-clip-path: none;
  clip-path: none;
}

.wp-block-theme-blocks-interrupt.stats {
  color: white;
}
.wp-block-theme-blocks-interrupt.stats .wp-block-columns {
  align-items: center;
}
.wp-block-theme-blocks-interrupt.stats h2 {
  margin-top: 0;
  line-height: 1;
  font-family: Teko, Roboto, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.3em;
  letter-spacing: 0.03em;
}
.wp-block-theme-blocks-interrupt.stats h2 strong {
  display: block;
  font-size: 1.5em;
  line-height: 0.9em;
}
.wp-block-theme-blocks-interrupt.stats .buttons .button {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 15px;
  margin-right: 15px;
  text-align: center;
  word-break: keep-all;
}
.wp-block-theme-blocks-interrupt.stats .buttons .button:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1250px) {
  .wp-block-theme-blocks-interrupt.stats .buttons {
    font-size: 16px;
  }
}
@media screen and (max-width: 1150px) {
  .wp-block-theme-blocks-interrupt.stats h2 {
    font-size: 2em;
  }
  .wp-block-theme-blocks-interrupt.stats .buttons {
    font-size: 14px;
  }
  .wp-block-theme-blocks-interrupt.stats .buttons button {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 5px;
  }
  .wp-block-theme-blocks-interrupt.stats .wp-block-columns:first-child .wp-block-column {
    margin-right: 10px;
  }
}
@media screen and (max-width: 970px) {
  .wp-block-theme-blocks-interrupt.stats .wp-block-columns .wp-block-column {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 781px) {
  .wp-block-theme-blocks-interrupt.stats .wp-block-columns {
    text-align: center;
  }
  .wp-block-theme-blocks-interrupt.stats .wp-block-columns .wp-block-column {
    margin: 0 auto;
    flex-basis: 100%;
  }
}
.wp-block-theme-blocks-interrupt.stats .buttons {
  font-size: 17px;
}

.wp-block-theme-blocks-interrupt.partners {
  text-align: center;
}
.wp-block-theme-blocks-interrupt.partners .wrap {
  padding: 150px 0;
}
.wp-block-theme-blocks-interrupt.partners h4 {
  margin: 0 0 33.3333333333px;
}
.wp-block-theme-blocks-interrupt.partners .more {
  margin: 33.3333333333px 0 0;
}

.wp-block-theme-blocks-posts h4 {
  text-align: center;
  text-transform: uppercase;
  color: #999999;
}
.wp-block-theme-blocks-posts h4 a {
  color: inherit;
  text-decoration: none;
}
.wp-block-theme-blocks-posts .block-title {
  margin: 0 0 2em;
}
.wp-block-theme-blocks-posts .more {
  text-align: center;
  color: #999999;
}

.theme-block.wp-block-theme-blocks-images-carousel {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
@media screen and (min-width: 1024px) {
  .theme-block.wp-block-theme-blocks-images-carousel {
    margin-left: -50px;
    margin-right: -50px;
  }
}
.theme-block.wp-block-theme-blocks-images-carousel .wrap {
  display: block;
}
.theme-block.wp-block-theme-blocks-images-carousel a {
  color: inherit;
  text-decoration: underline;
}
.theme-block.wp-block-theme-blocks-images-carousel a:hover {
  text-decoration: none;
}
.theme-block.wp-block-theme-blocks-images-carousel .slides {
  position: relative;
}
.theme-block.wp-block-theme-blocks-images-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 100px;
  line-height: 100px;
  margin: -50px 0 0;
  font-size: 40px;
  text-align: center;
  color: #999999;
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.theme-block.wp-block-theme-blocks-images-carousel .slick-arrow.slick-next {
  left: 100%;
}
.theme-block.wp-block-theme-blocks-images-carousel .slick-arrow.slick-next:hover {
  margin-left: 3px;
}
.theme-block.wp-block-theme-blocks-images-carousel .slick-arrow.slick-prev {
  right: 100%;
}
.theme-block.wp-block-theme-blocks-images-carousel .slick-arrow.slick-prev:hover {
  margin-right: 3px;
}
@media screen and (max-width: 767px) {
  .theme-block.wp-block-theme-blocks-images-carousel .slick-arrow {
    width: 40px;
  }
  .theme-block.wp-block-theme-blocks-images-carousel .slick-arrow.slick-next {
    text-align: right;
  }
  .theme-block.wp-block-theme-blocks-images-carousel .slick-arrow.slick-prev {
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  .theme-block.wp-block-theme-blocks-images-carousel .slick-arrow {
    width: 25px;
  }
}
.theme-block.wp-block-theme-blocks-images-carousel .slick-list {
  overflow: hidden;
}
.theme-block.wp-block-theme-blocks-images-carousel .slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  min-height: 100px;
  outline: 0;
  font-size: 0.777rem;
  color: #999999;
}
.theme-block.wp-block-theme-blocks-images-carousel .slide .image {
  position: relative;
  margin: 0 0 0.65em;
}
.theme-block.wp-block-theme-blocks-images-carousel .slide .image img {
  display: block;
  width: 100%;
}
.theme-block.wp-block-theme-blocks-images-carousel .slide .image .count {
  display: none;
  position: absolute;
  z-index: 1;
  bottom: 1em;
  left: 1em;
  font-size: 1.28rem;
  line-height: 1;
}
.theme-block.wp-block-theme-blocks-images-carousel .slide .content {
  padding: 0 0 0.5em;
  border-bottom: 2px solid #95d4e9;
}

.wp-block-theme-blocks-project-info {
  margin: 4em 0 3em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
}
.wp-block-theme-blocks-project-info.no-image {
  grid-template-columns: 1fr 1fr 1fr;
}
.wp-block-theme-blocks-project-info .image {
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: 3;
  align-self: start;
  justify-self: center;
  display: flex;
  align-items: center;
}
.wp-block-theme-blocks-project-info .image img {
  display: block;
  width: 100%;
  max-width: 200px;
  max-height: 200px;
  object-fit: contain;
  object-position: 50%;
}
.wp-block-theme-blocks-project-info .block-content {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  font-size: 0.83rem;
  line-height: 1.8;
}
.wp-block-theme-blocks-project-info .block-content a {
  color: inherit;
}
.wp-block-theme-blocks-project-info .urls {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  margin: 1em 0 0;
  display: table;
  border-collapse: separate;
  border-spacing: 10px;
}
.wp-block-theme-blocks-project-info .urls a,
.wp-block-theme-blocks-project-info .urls .link {
  display: block;
  vertical-align: middle;
  padding: 5px 35px;
  border-radius: 50px;
  border: 2px solid #999999;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.wp-block-theme-blocks-project-info .urls a:hover,
.wp-block-theme-blocks-project-info .urls .link:hover {
  background: #004987;
  color: white;
  border-color: #004987;
}
.wp-block-theme-blocks-project-info .urls a + a {
  margin-top: 1em;
}

.wp-block-theme-blocks-cta-button {
  margin: 1.5em 0 2em;
}
.wp-block-theme-blocks-cta-button .urls {
  display: flex;
  justify-content: center;
}
.wp-block-theme-blocks-cta-button .urls a,
.wp-block-theme-blocks-cta-button .urls .link {
  display: block;
  padding: 9px 35px 7px;
  border-radius: 50px;
  border: 2px solid #999999;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.wp-block-theme-blocks-cta-button .urls a:hover,
.wp-block-theme-blocks-cta-button .urls .link:hover {
  background: #004987;
  color: white;
  border-color: #004987;
}
.wp-block-theme-blocks-cta-button .urls a + a {
  margin-left: 1em;
}

.wp-block-theme-blocks-expandable {
  margin: 20px auto;
}
.wp-block-theme-blocks-expandable > .block-content {
  position: relative;
  max-height: 100px;
  overflow: hidden;
  -webkit-transition: max-height, 0.2s linear;
  -moz-transition: max-height, 0.2s linear;
  -ms-transition: max-height, 0.2s linear;
  -o-transition: max-height, 0.2s linear;
  transition: max-height, 0.2s linear;
}
.wp-block-theme-blocks-expandable > .block-content:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  max-height: 120px;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0), #fff);
}
.wp-block-theme-blocks-expandable > .more {
  position: relative;
  z-index: 1;
  display: block;
  cursor: pointer;
  font-size: 17px;
  text-transform: uppercase;
  color: #007bc5;
}
.wp-block-theme-blocks-expandable > .more:hover {
  color: #004987;
}
.wp-block-theme-blocks-expandable > .more:after {
  margin-left: 0.5em;
  font-family: "FontAwesome";
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none !important;
  content: "\f107";
}
.wp-block-theme-blocks-expandable.on > .block-content {
  max-height: 200vh !important;
  overflow: auto;
}
.wp-block-theme-blocks-expandable.on > .block-content:after {
  display: none;
}
.wp-block-theme-blocks-expandable.on > .more:after {
  content: "\f106";
}

.theme-block.wp-block-theme-blocks-logos .logos {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.theme-block.wp-block-theme-blocks-logos .logo {
  display: flex;
  align-items: center;
  margin: 20px;
}
.theme-block.wp-block-theme-blocks-logos .logo .image {
  display: flex;
  align-items: center;
}
.theme-block.wp-block-theme-blocks-logos .logo .image img {
  display: block;
  max-width: 100px;
  max-height: 100px;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.block-content .theme-block.wp-block-theme-blocks-logos {
  margin-top: 1em;
  margin-bottom: 1em;
}

.wp-block-theme-blocks-mailchimp form {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wp-block-theme-blocks-mailchimp form label {
  display: block;
  width: 48%;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-mailchimp form label {
    width: 100%;
  }
}
.wp-block-theme-blocks-mailchimp form label strong {
  display: block;
}
.wp-block-theme-blocks-mailchimp form label input {
  display: block;
  width: 100%;
}
.wp-block-theme-blocks-mailchimp form .action {
  width: 100%;
}
.wp-block-theme-blocks-mailchimp form .message,
.wp-block-theme-blocks-mailchimp form .message-success,
.wp-block-theme-blocks-mailchimp form .message-error {
  width: 100%;
  margin: 1em 0 0;
  font-weight: bold;
}
.wp-block-theme-blocks-mailchimp form .message.error,
.wp-block-theme-blocks-mailchimp form .message-error {
  color: red;
}
.wp-block-theme-blocks-mailchimp form .mc-field-group {
  margin-bottom: 1em;
  line-height: 1;
}
.wp-block-theme-blocks-mailchimp form .mc-field-group ul {
  position: relative;
  list-style: none;
  margin: 0.5em 0 0 0;
  padding: 0;
}
@media screen and (min-width: 767px) {
  .wp-block-theme-blocks-mailchimp form .mc-field-group ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
  }
}
.wp-block-theme-blocks-mailchimp form .mc-field-group ul.loading {
  min-height: 100px;
}
.wp-block-theme-blocks-mailchimp form .mc-field-group ul.loading:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  display: block;
  background: url(../png/loading.png) no-repeat center top;
  width: 30px;
  height: 30px;
  content: " ";
  -webkit-animation: loading 1s steps(19) infinite;
  -moz-animation: loading 1s steps(19) infinite;
  -ms-animation: loading 1s steps(19) infinite;
  -o-animation: loading 1s steps(19) infinite;
  animation: loading 1s steps(19) infinite;
}
@media screen and (max-width: 970px) {
  .wp-block-theme-blocks-mailchimp form .mc-field-group ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
.wp-block-theme-blocks-mailchimp form .mc-field-group ul li {
  position: relative;
  width: auto;
  break-inside: avoid;
  padding: 0 0 0 1.3em;
  margin: 0 0 0.5em;
}
.wp-block-theme-blocks-mailchimp form .mc-field-group ul li label {
  display: inline-block;
  width: auto;
  margin: 0;
  cursor: pointer;
}
.wp-block-theme-blocks-mailchimp form .mc-field-group ul li input[type=checkbox] {
  top: 0px;
  left: 0;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .wp-block-theme-blocks-content .wrap-inner {
    display: flex;
    justify-content: space-between;
  }
  .wp-block-theme-blocks-content .block-content {
    flex-basis: 45%;
  }
  .wp-block-theme-blocks-content .images {
    padding-right: 0px;
    flex-basis: 40%;
  }
}
.wp-block-theme-blocks-content.financial {
  margin-top: 30px;
}
.wp-block-theme-blocks-content .images {
  position: relative;
}
.wp-block-theme-blocks-content .images .image {
  margin: 0;
  background: #eee;
}
.wp-block-theme-blocks-content .images .image img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  min-height: 400px;
  object-fit: cover;
}
.wp-block-theme-blocks-content .images .image2 {
  width: 80%;
  margin: 0 0 0 auto;
}
.wp-block-theme-blocks-content.images-right .images {
  order: 1;
}
.wp-block-theme-blocks-content.images-right .images .image img {
  margin: 0 0 0 auto;
}
.wp-block-theme-blocks-content.images-left .images {
  order: -1;
}
.wp-block-theme-blocks-content.images-left .images .image img {
  margin: 0 auto 0 0;
}
.wp-block-theme-blocks-content.images-left .image2 {
  margin: 0 auto 0 0;
}

.theme-block.wp-block-theme-blocks-content.images-right .image1 {
  -moz-clip-path: url(#clip-project-top);
  -webkit-clip-path: url(#clip-project-top);
  -o-clip-path: url(#clip-project-top);
  -ms-clip-path: url(#clip-project-top);
  clip-path: url(#clip-project-top);
}
body.disable-clip-path .theme-block.wp-block-theme-blocks-content.images-right .image1 {
  -moz-clip-path: none;
  -webkit-clip-path: none;
  -o-clip-path: none;
  -ms-clip-path: none;
  clip-path: none;
}
.theme-block.wp-block-theme-blocks-content.images-left .image1 {
  -moz-clip-path: url(#clip-project-top);
  -webkit-clip-path: url(#clip-project-top);
  -o-clip-path: url(#clip-project-top);
  -ms-clip-path: url(#clip-project-top);
  clip-path: url(#clip-project-top);
}
body.disable-clip-path .theme-block.wp-block-theme-blocks-content.images-left .image1 {
  -moz-clip-path: none;
  -webkit-clip-path: none;
  -o-clip-path: none;
  -ms-clip-path: none;
  clip-path: none;
}
@media screen and (min-width: 768px) {
  .theme-block.wp-block-theme-blocks-content {
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
  }
  .theme-block.wp-block-theme-blocks-content .wrap-inner {
    margin: 0 auto;
    max-width: 1400px;
    display: grid;
    grid-template-columns: 7% 45% auto 40%;
    grid-template-areas: " . content . images";
  }
  .theme-block.wp-block-theme-blocks-content .block-content {
    grid-area: content;
  }
  .theme-block.wp-block-theme-blocks-content .images {
    grid-area: images;
  }
  .theme-block.wp-block-theme-blocks-content.images-left .wrap-inner {
    grid-template-columns: 40% auto 45% 7%;
    grid-template-areas: " images . content .";
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .theme-block.wp-block-theme-blocks-content .wrap-inner {
    grid-template-columns: auto 45% auto 40%;
  }
  .theme-block.wp-block-theme-blocks-content.images-left .wrap-inner {
    grid-template-columns: 40% auto 45% auto;
  }
}
@media screen and (max-width: 767px) {
  .theme-block.wp-block-theme-blocks-content .images {
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    padding-top: 30px;
  }
  .theme-block.wp-block-theme-blocks-content#introduction {
    margin-bottom: -50px;
    z-index: 1;
  }
}
.theme-block.wp-block-theme-blocks-content.has-image.images-right .block-content .wp-block-button.outline, .theme-block.wp-block-theme-blocks-content.has-image.images-left .block-content .wp-block-button.outline {
  padding-bottom: 20px;
}
.theme-block.wp-block-theme-blocks-content.has-image.images-right .wp-block-columns.has-2-columns .wp-block-column, .theme-block.wp-block-theme-blocks-content.has-image.images-left .wp-block-columns.has-2-columns .wp-block-column {
  padding: 0 0 0 0;
  margin: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .theme-block.wp-block-theme-blocks-content.has-image.images-right .wp-block-columns.has-2-columns .wp-block-column ul, .theme-block.wp-block-theme-blocks-content.has-image.images-left .wp-block-columns.has-2-columns .wp-block-column ul {
    padding: 0 0 0 0;
    margin: 0 0 0 30px;
  }
}

.wp-block-theme-blocks-callout {
  margin: 1.5em auto;
  padding: 2em 2.5em;
  background: #e4e7e8;
  font-size: 0.85em;
}
.wp-block-theme-blocks-callout h1:first-child, .wp-block-theme-blocks-callout h2:first-child, .wp-block-theme-blocks-callout h3:first-child, .wp-block-theme-blocks-callout h4:first-child, .wp-block-theme-blocks-callout h5:first-child {
  margin-top: 0;
}

.wp-block-theme-blocks-profiles {
  text-align: center;
}
.wp-block-theme-blocks-profiles .block-content {
  max-width: 800px;
  margin: 0 auto;
}

.theme-block.wp-block-theme-blocks-profiles {
  margin-top: 0;
  background: #bfe5f2;
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .theme-block.wp-block-theme-blocks-profiles {
    -moz-clip-path: url(#clip-profiles-bottom);
    -webkit-clip-path: url(#clip-profiles-bottom);
    -o-clip-path: url(#clip-profiles-bottom);
    -ms-clip-path: url(#clip-profiles-bottom);
    clip-path: url(#clip-profiles-bottom);
  }
  body.disable-clip-path .theme-block.wp-block-theme-blocks-profiles {
    -moz-clip-path: none;
    -webkit-clip-path: none;
    -o-clip-path: none;
    -ms-clip-path: none;
    clip-path: none;
  }
}
@media screen and (max-width: 767px) {
  .theme-block.wp-block-theme-blocks-profiles {
    -moz-clip-path: url(#clip-profiles-bottom-mobile);
    -webkit-clip-path: url(#clip-profiles-bottom-mobile);
    -o-clip-path: url(#clip-profiles-bottom-mobile);
    -ms-clip-path: url(#clip-profiles-bottom-mobile);
    clip-path: url(#clip-profiles-bottom-mobile);
  }
  body.disable-clip-path .theme-block.wp-block-theme-blocks-profiles {
    -moz-clip-path: none;
    -webkit-clip-path: none;
    -o-clip-path: none;
    -ms-clip-path: none;
    clip-path: none;
  }
}
.theme-block.wp-block-theme-blocks-profiles .wrap {
  padding: 50px 0 150px;
}
.theme-block.wp-block-theme-blocks-profiles .query-posts {
  margin: 3em auto 0;
}
.theme-block.wp-block-theme-blocks-profiles .query-posts.loading {
  min-height: 200px;
}
.theme-block.wp-block-theme-blocks-profiles .query-posts.loading:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  display: block;
  background: url(../png/loading.png) no-repeat center top;
  width: 30px;
  height: 30px;
  content: " ";
  -webkit-animation: loading 1s steps(19) infinite;
  -moz-animation: loading 1s steps(19) infinite;
  -ms-animation: loading 1s steps(19) infinite;
  -o-animation: loading 1s steps(19) infinite;
  animation: loading 1s steps(19) infinite;
}
.theme-block.wp-block-theme-blocks-profiles .query-posts .hentry.view-all {
  position: relative;
  display: flex;
  padding: 0;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.theme-block.wp-block-theme-blocks-profiles .query-posts .hentry.view-all img {
  display: block;
  position: relative;
  width: 100%;
}
.theme-block.wp-block-theme-blocks-profiles .query-posts .hentry.view-all a {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Roboto, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: #666666;
  background-color: #cccccc;
  height: -webkit-calc(100% - 25px);
  height: -moz-calc(100% - 25px);
  height: calc(100% - 25px);
}
.theme-block.wp-block-theme-blocks-profiles .query-posts .hentry.view-all a:hover {
  background-color: #c4c4c4;
}
.theme-block.wp-block-theme-blocks-profiles form {
  margin: 2em 0 0;
}

.wp-block-theme-blocks-partners {
  text-align: center;
  background: url(../jpg/pattern-seigaiha.jpg);
}
.wp-block-theme-blocks-partners .block-content {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 15px;
}

.theme-block.wp-block-theme-blocks-partners {
  margin-top: 0;
  margin-bottom: 0;
  height: auto;
}
@media screen and (min-width: 768px) {
  .theme-block.wp-block-theme-blocks-partners {
    -moz-clip-path: url(#clip-partners);
    -webkit-clip-path: url(#clip-partners);
    -o-clip-path: url(#clip-partners);
    -ms-clip-path: url(#clip-partners);
    clip-path: url(#clip-partners);
  }
  body.disable-clip-path .theme-block.wp-block-theme-blocks-partners {
    -moz-clip-path: none;
    -webkit-clip-path: none;
    -o-clip-path: none;
    -ms-clip-path: none;
    clip-path: none;
  }
}
@media screen and (max-width: 767px) {
  .theme-block.wp-block-theme-blocks-partners {
    -moz-clip-path: url(#clip-partners-mobile);
    -webkit-clip-path: url(#clip-partners-mobile);
    -o-clip-path: url(#clip-partners-mobile);
    -ms-clip-path: url(#clip-partners-mobile);
    clip-path: url(#clip-partners-mobile);
    height: auto;
  }
  body.disable-clip-path .theme-block.wp-block-theme-blocks-partners {
    -moz-clip-path: none;
    -webkit-clip-path: none;
    -o-clip-path: none;
    -ms-clip-path: none;
    clip-path: none;
  }
}
.theme-block.wp-block-theme-blocks-partners .wrap {
  padding: 100px 0 100px;
}
.theme-block.wp-block-theme-blocks-partners .query-posts {
  display: block;
  margin: 1em auto 0;
  visibility: hidden;
}
.theme-block.wp-block-theme-blocks-partners .query-posts.slick-initialized {
  visibility: visible;
}
.theme-block.wp-block-theme-blocks-partners .query-posts .hentry {
  vertical-align: middle;
  margin: 0;
}
.theme-block.wp-block-theme-blocks-partners .query-posts .hentry.off {
  display: none !important;
}
.theme-block.wp-block-theme-blocks-partners .query-posts .hentry .inner {
  min-height: 150px;
  max-height: 150px;
  overflow: hidden;
}
.theme-block.wp-block-theme-blocks-partners .query-posts .hentry .inner .content {
  line-height: 1.4em;
  overflow: hidden;
}
.theme-block.wp-block-theme-blocks-partners .query-posts .hentry .inner .content .title {
  margin-bottom: 0.5em;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .theme-block.wp-block-theme-blocks-partners .query-posts .hentry .inner {
    min-height: 100px;
  }
}
@media screen and (max-width: 500px) {
  .theme-block.wp-block-theme-blocks-partners .query-posts .hentry .inner {
    min-height: 50px;
  }
}
.theme-block.wp-block-theme-blocks-partners .slick-slide {
  display: inline-block;
  vertical-align: top;
}
.theme-block.wp-block-theme-blocks-partners .slick-list {
  overflow: hidden;
}
.theme-block.wp-block-theme-blocks-partners .controls {
  display: flex;
  justify-content: center;
  margin: 2em auto 0;
  color: #999999;
}
.theme-block.wp-block-theme-blocks-partners .controls .slick-arrow {
  display: block;
  margin: 2px 0 0;
  padding: 0 0.5em;
  line-height: 24px;
  cursor: pointer;
}
.theme-block.wp-block-theme-blocks-partners .controls .slick-arrow.slick-next {
  order: 1;
}
.theme-block.wp-block-theme-blocks-partners .controls ul, .theme-block.wp-block-theme-blocks-partners .controls li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.theme-block.wp-block-theme-blocks-partners .controls li {
  display: inline-block;
  margin: 0 0.5em;
}
.theme-block.wp-block-theme-blocks-partners .controls li button {
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: transparent;
  border-radius: 50%;
  color: inherit;
  outline: 0;
  font-weight: normal;
}
.theme-block.wp-block-theme-blocks-partners .controls li.slick-active button {
  background: #95d4e9;
  color: white;
}

.wp-block-theme-blocks-content-section {
  margin-left: auto;
  margin-right: auto;
  background: no-repeat 50% 50%;
  box-sizing: border-box;
}
.wp-block-theme-blocks-content-section .wrap {
  padding: 100px 2.5em;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-content-section .wrap {
    padding: 50px 0.25em;
  }
}
.wp-block-theme-blocks-content-section h1:first-child, .wp-block-theme-blocks-content-section h2:first-child, .wp-block-theme-blocks-content-section h3:first-child, .wp-block-theme-blocks-content-section h4:first-child, .wp-block-theme-blocks-content-section h5:first-child {
  margin-top: 0;
}
.wp-block-theme-blocks-content-section.introduction {
  background: none;
  text-align: center;
}
.wp-block-theme-blocks-content-section.partner-form {
  background: #caeaf5;
  margin-top: 0;
}
.wp-block-theme-blocks-content-section.partner-form h3.lighter a {
  color: #333333;
  text-decoration: none;
}
.wp-block-theme-blocks-content-section.partner-form h3.lighter a:hover {
  text-decoration: underline;
}

.theme-block.wp-block-theme-blocks-content-section {
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
}
.theme-block.wp-block-theme-blocks-content-section .wrap-inner {
  max-width: 800px;
  margin: 0 auto;
}
.theme-block.wp-block-theme-blocks-content-section:last-child {
  margin-bottom: -100px;
}
.theme-block.wp-block-theme-blocks-content-section.wave-top {
  -moz-clip-path: url(#clip-interrupt-top);
  -webkit-clip-path: url(#clip-interrupt-top);
  -o-clip-path: url(#clip-interrupt-top);
  -ms-clip-path: url(#clip-interrupt-top);
  clip-path: url(#clip-interrupt-top);
}
.theme-block.wp-block-theme-blocks-content-section.wave-top .wrap {
  padding-top: 150px;
}
body.disable-clip-path .theme-block.wp-block-theme-blocks-content-section.wave-top {
  -moz-clip-path: none;
  -webkit-clip-path: none;
  -o-clip-path: none;
  -ms-clip-path: none;
  clip-path: none;
}
.theme-block.wp-block-theme-blocks-content-section.wave-top:last-child {
  margin-bottom: -100px;
}
.theme-block.has-background-color + .theme-block.wp-block-theme-blocks-content-section.wave-top {
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  .theme-block.wp-block-theme-blocks-content-section.wave-top {
    -moz-clip-path: url(#clip-interrupt-top-mobile);
    -webkit-clip-path: url(#clip-interrupt-top-mobile);
    -o-clip-path: url(#clip-interrupt-top-mobile);
    -ms-clip-path: url(#clip-interrupt-top-mobile);
    clip-path: url(#clip-interrupt-top-mobile);
  }
  body.disable-clip-path .theme-block.wp-block-theme-blocks-content-section.wave-top {
    -moz-clip-path: none;
    -webkit-clip-path: none;
    -o-clip-path: none;
    -ms-clip-path: none;
    clip-path: none;
  }
}
.theme-block.wp-block-theme-blocks-content-section.wave-bottom {
  -moz-clip-path: url(#clip-interrupt-bottom);
  -webkit-clip-path: url(#clip-interrupt-bottom);
  -o-clip-path: url(#clip-interrupt-bottom);
  -ms-clip-path: url(#clip-interrupt-bottom);
  clip-path: url(#clip-interrupt-bottom);
}
.theme-block.wp-block-theme-blocks-content-section.wave-bottom .wrap {
  padding-bottom: 200px;
}
body.disable-clip-path .theme-block.wp-block-theme-blocks-content-section.wave-bottom {
  -moz-clip-path: none;
  -webkit-clip-path: none;
  -o-clip-path: none;
  -ms-clip-path: none;
  clip-path: none;
}
.theme-block.wp-block-theme-blocks-content-section.wave-top.wave-bottom {
  -moz-clip-path: url(#clip-interrupt-top-bottom);
  -webkit-clip-path: url(#clip-interrupt-top-bottom);
  -o-clip-path: url(#clip-interrupt-top-bottom);
  -ms-clip-path: url(#clip-interrupt-top-bottom);
  clip-path: url(#clip-interrupt-top-bottom);
}
body.disable-clip-path .theme-block.wp-block-theme-blocks-content-section.wave-top.wave-bottom {
  -moz-clip-path: none;
  -webkit-clip-path: none;
  -o-clip-path: none;
  -ms-clip-path: none;
  clip-path: none;
}
@media screen and (max-width: 767px) {
  .theme-block.wp-block-theme-blocks-content-section {
    padding-left: 0;
    padding-right: 0;
  }
}

.theme-block.wp-block-theme-blocks-interrupt-images {
  padding: 100px 0;
}
.theme-block.wp-block-theme-blocks-interrupt-images .wrap {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1428.5714285714px) {
  .theme-block.wp-block-theme-blocks-interrupt-images .wrap {
    margin: 0 8%;
  }
}
.theme-block.wp-block-theme-blocks-interrupt-images .images .image img {
  display: block;
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  object-position: 50% 50%;
}
@media screen and (min-width: 768px) {
  .theme-block.wp-block-theme-blocks-interrupt-images .images {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .theme-block.wp-block-theme-blocks-interrupt-images .images .image {
    flex-basis: 50%;
    padding: 1em;
  }
  .theme-block.wp-block-theme-blocks-interrupt-images .images .image img {
    height: 350px;
  }
  .theme-block.wp-block-theme-blocks-interrupt-images .images .image.image1 {
    -webkit-transform: translate(0, -75px);
    -moz-transform: translate(0, -75px);
    -ms-transform: translate(0, -75px);
    -o-transform: translate(0, -75px);
    transform: translate(0, -75px);
  }
  .theme-block.wp-block-theme-blocks-interrupt-images .images .image.image2 {
    -webkit-transform: translate(0, 75px);
    -moz-transform: translate(0, 75px);
    -ms-transform: translate(0, 75px);
    -o-transform: translate(0, 75px);
    transform: translate(0, 75px);
  }
}
@media screen and (max-width: 767px) {
  .theme-block.wp-block-theme-blocks-interrupt-images .images .images img {
    height: auto;
  }
  .theme-block.wp-block-theme-blocks-interrupt-images .images .image + .image {
    margin-top: 1em;
  }
}
.theme-block.wp-block-theme-blocks-interrupt-images .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #95d4e9;
  -moz-clip-path: url(#clip-interrupt-images);
  -webkit-clip-path: url(#clip-interrupt-images);
  -o-clip-path: url(#clip-interrupt-images);
  -ms-clip-path: url(#clip-interrupt-images);
  clip-path: url(#clip-interrupt-images);
}
body.disable-clip-path .theme-block.wp-block-theme-blocks-interrupt-images .bg {
  -moz-clip-path: none;
  -webkit-clip-path: none;
  -o-clip-path: none;
  -ms-clip-path: none;
  clip-path: none;
}
.theme-block.wp-block-theme-blocks-interrupt-images.last .bg {
  -moz-clip-path: url(#clip-interrupt-images-top);
  -webkit-clip-path: url(#clip-interrupt-images-top);
  -o-clip-path: url(#clip-interrupt-images-top);
  -ms-clip-path: url(#clip-interrupt-images-top);
  clip-path: url(#clip-interrupt-images-top);
}
body.disable-clip-path .theme-block.wp-block-theme-blocks-interrupt-images.last .bg {
  -moz-clip-path: none;
  -webkit-clip-path: none;
  -o-clip-path: none;
  -ms-clip-path: none;
  clip-path: none;
}

@media screen and (min-width: 768px) {
  .wp-block-theme-blocks-page-intro .wrap-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .wp-block-theme-blocks-page-intro .breadcrumb {
    margin: 0 0 1.5em;
    flex-basis: 100%;
  }
  .wp-block-theme-blocks-page-intro .block-content {
    flex-basis: 45%;
  }
  .wp-block-theme-blocks-page-intro .images {
    padding-right: 0px;
    flex-basis: 40%;
  }
}
.wp-block-theme-blocks-page-intro .wrap-inner {
  position: relative;
  z-index: 1;
}
.wp-block-theme-blocks-page-intro .images {
  position: relative;
}
.wp-block-theme-blocks-page-intro .images .image {
  margin: 0;
  background: #eee;
}
.wp-block-theme-blocks-page-intro .images .image img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  min-height: 400px;
  object-fit: cover;
}
.wp-block-theme-blocks-page-intro .images {
  order: 1;
}
.wp-block-theme-blocks-page-intro .images .image img {
  margin: 0 0 0 auto;
}
.wp-block-theme-blocks-page-intro h1, .wp-block-theme-blocks-page-intro h2 {
  margin-top: 0;
}

.theme-block.wp-block-theme-blocks-page-intro {
  padding: 5em 0 0;
}
.theme-block.wp-block-theme-blocks-page-intro .image1 {
  position: relative;
  z-index: 1;
  height: 100%;
  height: -webkit-calc(100% + 2em + 50px);
  height: -moz-calc(100% + 2em + 50px);
  height: calc(100% + 2em + 50px);
  -moz-clip-path: url(#clip-page-intro-image-top);
  -webkit-clip-path: url(#clip-page-intro-image-top);
  -o-clip-path: url(#clip-page-intro-image-top);
  -ms-clip-path: url(#clip-page-intro-image-top);
  clip-path: url(#clip-page-intro-image-top);
}
body.disable-clip-path .theme-block.wp-block-theme-blocks-page-intro .image1 {
  -moz-clip-path: none;
  -webkit-clip-path: none;
  -o-clip-path: none;
  -ms-clip-path: none;
  clip-path: none;
}
.theme-block.wp-block-theme-blocks-page-intro .image1 img {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.theme-block.wp-block-theme-blocks-page-intro .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #bfe5f2;
}
@media screen and (min-width: 768px) {
  .theme-block.wp-block-theme-blocks-page-intro .bg {
    -moz-clip-path: url(#clip-page-intro-top);
    -webkit-clip-path: url(#clip-page-intro-top);
    -o-clip-path: url(#clip-page-intro-top);
    -ms-clip-path: url(#clip-page-intro-top);
    clip-path: url(#clip-page-intro-top);
  }
  body.disable-clip-path .theme-block.wp-block-theme-blocks-page-intro .bg {
    -moz-clip-path: none;
    -webkit-clip-path: none;
    -o-clip-path: none;
    -ms-clip-path: none;
    clip-path: none;
  }
}
@media screen and (max-width: 767px) {
  .theme-block.wp-block-theme-blocks-page-intro .bg {
    -moz-clip-path: url(#clip-page-intro-top-mobile);
    -webkit-clip-path: url(#clip-page-intro-top-mobile);
    -o-clip-path: url(#clip-page-intro-top-mobile);
    -ms-clip-path: url(#clip-page-intro-top-mobile);
    clip-path: url(#clip-page-intro-top-mobile);
  }
  body.disable-clip-path .theme-block.wp-block-theme-blocks-page-intro .bg {
    -moz-clip-path: none;
    -webkit-clip-path: none;
    -o-clip-path: none;
    -ms-clip-path: none;
    clip-path: none;
  }
}
@media screen and (min-width: 768px) {
  .theme-block.wp-block-theme-blocks-page-intro {
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
  }
  .theme-block.wp-block-theme-blocks-page-intro .wrap-inner {
    margin: 0 auto;
    max-width: 1400px;
    display: grid;
    grid-template-columns: 7% 40% auto 40%;
    grid-template-areas: ". breadcrumb breadcrumb breadcrumb" ". content    .......... images";
  }
  .theme-block.wp-block-theme-blocks-page-intro .breadcrumb {
    grid-area: breadcrumb;
  }
  .theme-block.wp-block-theme-blocks-page-intro .block-content {
    grid-area: content;
    padding: 0 0 2em;
  }
  .theme-block.wp-block-theme-blocks-page-intro .images {
    grid-area: images;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .theme-block.wp-block-theme-blocks-page-intro {
    padding: 4em 0 1em;
  }
  .theme-block.wp-block-theme-blocks-page-intro .wrap-inner {
    grid-template-columns: auto 45% auto 40%;
  }
}
@media screen and (max-width: 767px) {
  .theme-block.wp-block-theme-blocks-page-intro {
    padding: 3em 0 1em;
  }
  .theme-block.wp-block-theme-blocks-page-intro .bg,
.theme-block.wp-block-theme-blocks-page-intro .images {
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
  }
  .theme-block.wp-block-theme-blocks-page-intro .images {
    top: 80px;
  }
}

.wp-block-theme-blocks-interrupt-featured .ctas {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.wp-block-theme-blocks-interrupt-featured .ctas > .image {
  position: relative;
  display: block;
  width: 50%;
  height: 280px;
  background: rgba(0, 0, 0, 0.1) no-repeat 50% 50%;
  background-size: cover;
}
.wp-block-theme-blocks-interrupt-featured .ctas > .image.cta2 {
  -webkit-transform: translate(0, 80px);
  -moz-transform: translate(0, 80px);
  -ms-transform: translate(0, 80px);
  -o-transform: translate(0, 80px);
  transform: translate(0, 80px);
  z-index: 1;
}
.wp-block-theme-blocks-interrupt-featured .ctas > .image.cta3 {
  -webkit-transform: translate(100px, 0);
  -moz-transform: translate(100px, 0);
  -ms-transform: translate(100px, 0);
  -o-transform: translate(100px, 0);
  transform: translate(100px, 0);
}
.wp-block-theme-blocks-interrupt-featured .ctas > .image .content {
  position: absolute;
  bottom: 1em;
  left: 1em;
  color: white;
}
.wp-block-theme-blocks-interrupt-featured .ctas > .cta {
  align-self: flex-start;
  -webkit-transform: translate(100px, 80px);
  -moz-transform: translate(100px, 80px);
  -ms-transform: translate(100px, 80px);
  -o-transform: translate(100px, 80px);
  transform: translate(100px, 80px);
  width: 350px;
  margin: 1em 0 0 1em;
  background: #004987;
  color: white;
  text-align: center;
}
.wp-block-theme-blocks-interrupt-featured .ctas > .cta .a,
.wp-block-theme-blocks-interrupt-featured .ctas > .cta a {
  display: block;
  padding: 1.4em 0.5em;
  font-size: 1.4rem;
  font-family: Teko, Roboto, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
}
.wp-block-theme-blocks-interrupt-featured .ctas > .cta:hover {
  background: #ff8300;
}
.wp-block-theme-blocks-interrupt-featured .ctas h3 {
  margin: 0;
  color: inherit;
  font-family: Teko, Roboto, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1;
}
.wp-block-theme-blocks-interrupt-featured .ctas h3 a {
  color: inherit;
  text-decoration: none;
}
.wp-block-theme-blocks-interrupt-featured .block-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .wp-block-theme-blocks-interrupt-featured .ctas > .cta {
    width: 100%;
    margin: 1em 0 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .wp-block-theme-blocks-interrupt-featured .ctas > .cta .a, .wp-block-theme-blocks-interrupt-featured .ctas > .cta a {
    padding: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-interrupt-featured .ctas {
    justify-content: center;
  }
  .wp-block-theme-blocks-interrupt-featured .ctas > .image {
    height: 200px;
    width: 100%;
  }
  .wp-block-theme-blocks-interrupt-featured .ctas > .image.cta2, .wp-block-theme-blocks-interrupt-featured .ctas > .image.cta3 {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.theme-block.wp-block-theme-blocks-interrupt-featured {
  padding: 0 0 100px 0;
  margin-bottom: 0;
}
.theme-block.wp-block-theme-blocks-interrupt-featured .wrap {
  position: relative;
  z-index: 1;
  margin: 0;
}
.theme-block.wp-block-theme-blocks-interrupt-featured .images {
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-block.wp-block-theme-blocks-interrupt-featured .images .image {
  flex-basis: 50%;
  padding: 1em;
}
.theme-block.wp-block-theme-blocks-interrupt-featured .images .image img {
  display: block;
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  object-position: 50% 50%;
}
.theme-block.wp-block-theme-blocks-interrupt-featured .images .image.image1 {
  -webkit-transform: translate(0, -75px);
  -moz-transform: translate(0, -75px);
  -ms-transform: translate(0, -75px);
  -o-transform: translate(0, -75px);
  transform: translate(0, -75px);
}
.theme-block.wp-block-theme-blocks-interrupt-featured .images .image.image2 {
  -webkit-transform: translate(0, 75px);
  -moz-transform: translate(0, 75px);
  -ms-transform: translate(0, 75px);
  -o-transform: translate(0, 75px);
  transform: translate(0, 75px);
}
.theme-block.wp-block-theme-blocks-interrupt-featured .bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  margin: 0 0 0 -50vw;
  height: 100%;
  background: #95d4e9;
  -moz-clip-path: url(#clip-interrupt-featured);
  -webkit-clip-path: url(#clip-interrupt-featured);
  -o-clip-path: url(#clip-interrupt-featured);
  -ms-clip-path: url(#clip-interrupt-featured);
  clip-path: url(#clip-interrupt-featured);
}
body.disable-clip-path .theme-block.wp-block-theme-blocks-interrupt-featured .bg {
  -moz-clip-path: none;
  -webkit-clip-path: none;
  -o-clip-path: none;
  -ms-clip-path: none;
  clip-path: none;
}
.theme-block.wp-block-theme-blocks-interrupt-featured .ctas {
  margin-bottom: 5em;
}
.theme-block.wp-block-theme-blocks-interrupt-featured .block-content {
  margin-bottom: 50px;
}

.wp-block-theme-blocks-projects .hentry.excerpt .thumbnail {
  height: 300px;
}
.wp-block-theme-blocks-projects .more {
  text-align: center;
  color: #999999;
}

.wp-block-theme-blocks-expandable {
  margin: 20px auto;
}
.wp-block-theme-blocks-expandable > .block-content {
  position: relative;
  max-height: 100px;
  overflow: hidden;
  -webkit-transition: max-height, 0.2s linear;
  -moz-transition: max-height, 0.2s linear;
  -ms-transition: max-height, 0.2s linear;
  -o-transition: max-height, 0.2s linear;
  transition: max-height, 0.2s linear;
}
.wp-block-theme-blocks-expandable > .block-content:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  max-height: 120px;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0), #fff);
}
.wp-block-theme-blocks-expandable > .more {
  position: relative;
  z-index: 1;
  display: block;
  cursor: pointer;
  font-size: 17px;
  text-transform: uppercase;
  color: #007bc5;
}
.wp-block-theme-blocks-expandable > .more:hover {
  color: #004987;
}
.wp-block-theme-blocks-expandable > .more:after {
  margin-left: 0.5em;
  font-family: "FontAwesome";
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none !important;
  content: "\f107";
}
.wp-block-theme-blocks-expandable.on > .block-content {
  max-height: 200vh !important;
  overflow: auto;
}
.wp-block-theme-blocks-expandable.on > .block-content:after {
  display: none;
}
.wp-block-theme-blocks-expandable.on > .more:after {
  content: "\f106";
}

.page-styleguide #share-tab,
.page-styleguide #support-work,
.page-styleguide #related,
.page-styleguide #footer:before {
  display: none;
}
.page-styleguide .tag {
  color: #86c0ed;
}
.page-styleguide .clickme {
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  background: #004987;
  color: white;
}
.page-styleguide .clickme:hover {
  cursor: pointer;
  background: #007bc5;
}
.page-styleguide .placeholders {
  float: left;
  margin: 20px 20px 20px 0;
  padding: 50px 5px 0;
  box-sizing: border-box;
  text-align: center;
  background-color: #eee;
}
.page-styleguide article {
  display: none;
}
.page-styleguide .code_area {
  min-height: 200px;
  padding: 25px;
  margin-bottom: 1em;
  vertical-align: middle;
  box-sizing: border-box;
  overflow-x: hidden;
  color: white;
  font-family: "Consolas", "Lucida Console", Monaco, monospace;
  background-color: #252525;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.page-styleguide summary.styleguide {
  cursor: pointer;
  border: 0;
  outline: 0;
}
.page-styleguide details.primer {
  position: relative;
  display: block;
  clear: both;
  margin: 2.5em 0;
  background-color: #e9e9e9;
  border-bottom: 2px solid #e9e9e9;
}
.page-styleguide details.primer summary {
  position: absolute;
  right: 0;
  top: -2.5em;
  padding: 0.75em;
  overflow: hidden;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  background-color: #e9e9e9;
}
.page-styleguide details.primer summary::-webkit-details-marker {
  display: none;
}
.page-styleguide details.primer section {
  overflow: hidden;
  padding: 3% 1.5% 1.5%;
}
.page-styleguide details .caption {
  margin-bottom: 0;
}
.page-styleguide .circle {
  width: 150px;
  height: 150px;
  margin: 20px 10px;
  float: left;
  text-align: center;
  font-size: 75%;
  border-radius: 50%;
}
.page-styleguide .circle.border {
  width: 148px;
  height: 148px;
}
.page-styleguide .circle p {
  margin-top: 60px;
}
.page-styleguide .posts-nav {
  text-align: center;
}
.page-styleguide .posts-nav ul {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .page-styleguide .code_area {
    margin-bottom: 20px;
  }
}

.has-white-color {
  color: #fff;
}

/*# sourceMappingURL=style.css.map */
