@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway&display=swap");
@font-face {
  font-family: "Coolvetica Compressed Regular";
  src: url("../fonts/coolvetica_compressed_rg-webfont.woff2") format("woff2"), url("../fonts/coolvetica_compressed_rg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Coolvetica Condensed Regular";
  src: url("../fonts/coolvetica_condensed_rg-webfont.woff2") format("woff2"), url("../fonts/coolvetica_condensed_rg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Coolvetica Crammed Regular";
  src: url("../fonts/coolvetica_crammed_rg-webfont.woff2") format("woff2"), url("../fonts/coolvetica_crammed_rg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Coolvetica Regular";
  src: url("../fonts/coolvetica_rg-webfont.woff2") format("woff2"), url("../fonts/coolvetica_rg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  outline: 0;
  list-style: none;
  border: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

*:focus {
  outline: 0;
}

a {
  text-decoration: none;
  color: #e18731;
  transition: 0.3s;
}

a:hover {
  color: #00abcc;
}

a:active, a:focus {
  outline: 0;
}

img {
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

p strong {
  letter-spacing: 1px;
}

.full-width-wrapper, .middle-title {
  width: 100%;
  float: left;
}

.centered-wrapper {
  width: 1120px;
  margin: 0 auto;
}

.half-width-wrapper {
  width: 47.5%;
  float: left;
}

.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.right-aligned, .float-right {
  float: right !important;
}

.beige-background {
  background: #eae5df;
}

.page-title {
  float: left;
  position: relative;
  font-size: 120px;
  line-height: 1;
  color: #0f2069;
  z-index: 2;
}
.page-title span {
  position: relative;
  z-index: 2;
}
.page-title small, .page-title strong {
  width: 100%;
  float: left;
}
.page-title small {
  font-size: 32px;
}
.page-title strong {
  font-size: 50px;
}
.page-title::after {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #eae5df;
  z-index: 1;
}
.page-title::before {
  content: "";
  width: 9999px;
  height: 20px;
  position: absolute;
  right: 100%;
  bottom: 0;
  background: #eae5df;
  z-index: 1;
}
.page-title.post-title {
  margin: 30px 0 0;
  font-size: 42px;
}

body.search .page-title {
  width: 100%;
  margin: 20px 0 0;
}

.middle-title {
  position: relative;
  margin: 50px 0 0;
  font-size: 80px;
  line-height: 1;
  text-align: center;
  color: #0f2069;
  z-index: 2;
}
.middle-title span {
  position: relative;
  z-index: 2;
}
.middle-title::after {
  content: "";
  width: 150px;
  height: 20px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #e18731;
  z-index: 1;
}

.bordered-box {
  padding: 10px 30px 30px;
  position: relative;
  border: 1px solid #0f2069;
  background: #FFF;
  box-shadow: 10px 10px 0 0 #0f2069;
  color: #0f2069;
}

.button {
  padding: 5px 15px;
  float: left;
  margin: 20px 0 0;
  background: #0f2069;
  font-size: 18px;
  text-transform: uppercase;
  color: #FFF;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
}
.button:hover {
  background: #e18731;
  color: #FFF;
}

.msg-info {
  float: left;
  margin: 10px 0 0;
}

input[type=text],
input[type=email],
input[type=date],
input[type=search],
input[type=number],
select,
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #0f2069;
  border-radius: 0;
  background: #FFF;
  font: 18px "Coolvetica Regular", Arial, Helvetica, sans-serif;
  color: #0f2069;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color 0.3s;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=date]:focus,
input[type=search]:focus,
input[type=number]:focus,
select:focus,
textarea:focus {
  border-color: #e18731;
  outline: none;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=date]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #999;
}

input[type=text],
input[type=email],
input[type=date],
input[type=search],
input[type=number],
textarea {
  caret-color: #0f2069;
  cursor: text;
}

button, input[type=submit] {
  border-radius: 0;
  font-family: "Coolvetica Regular", Arial, Helvetica, sans-serif;
  cursor: pointer;
  transition: 0.3s;
  -webkit-appearance: none;
  appearance: none;
}

html, body {
  height: 100%;
}

body {
  background: #FFF;
  font: 100%/1.5 "Coolvetica Regular", Arial, Helvetica, sans-serif;
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Coolvetica Regular", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

#global-wrapper {
  width: 100%;
  height: 100%;
  min-height: 100%;
  height: auto !important;
  margin: 0 auto -290px;
  float: left;
  font-size: 20px;
  overflow: hidden;
}

#content-outer-wrapper {
  width: 100%;
  float: left;
  position: relative;
}

#header-wrapper {
  padding: 20px 0 20px;
  position: relative;
  background: #eae5df;
}

#logo, #logo a {
  width: 320px;
  height: auto;
  float: left;
  margin: 0;
}

#logo a svg {
  width: 100%;
  height: auto;
  float: left;
}

#header .menu {
  float: right;
  margin: 30px 15px 0 0;
}

#header .menu li, #header .menu li a {
  float: left;
}

#header .menu li a {
  padding: 5px 10px;
  font: 22px/1 "Coolvetica Condensed Regular", Arial, sans-serif;
  text-transform: uppercase;
  color: #2a2c30;
}
#header .menu li a:hover {
  color: #e18731;
}

#header .menu li .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFF;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  z-index: 100;
}
#header .menu li .sub-menu li {
  width: 100%;
}
#header .menu li .sub-menu li a {
  padding: 10px 15px;
  font-size: 16px;
  display: block;
  width: 100%;
}

#header .menu li {
  position: relative;
}

#header .menu li:hover .sub-menu {
  display: block;
}

#search-trigger, #search-trigger svg {
  width: 32px;
  height: auto;
  float: right;
}

#search-trigger {
  margin: 30px 0 0;
}

#search-trigger:hover svg path {
  fill: #e18731;
}

#search-form {
  width: 100%;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 100%;
  background: #0f2069;
  z-index: 100;
  display: none;
}
#search-form #s {
  width: calc(100% - 60px);
  height: 50px;
  padding: 10px;
  float: left;
  font-size: 16px;
  color: #0f2069;
  border: none;
}
#search-form #s:focus {
  border: none;
}
#search-form #header-search-results {
  width: 100%;
  float: left;
  max-height: 400px;
  overflow-y: auto;
  background: #FFF;
}
#search-form #header-search-results a {
  display: block;
  padding: 8px 10px;
  color: #0f2069;
  border-bottom: 1px solid #eee;
}
#search-form #header-search-results a:hover {
  background: #eae5df;
  color: #e18731;
}
#search-form #header-search-results .no-results {
  padding: 10px;
  color: #666;
}
#search-form #search-close {
  width: 50px;
  height: 50px;
  float: right;
}
#search-form #search-close svg {
  width: 30px;
  height: 30px;
  float: left;
  margin: 10px;
}
#search-form #search-close svg path {
  fill: #FFF;
}
#search-form #search-close:hover svg path {
  opacity: 0.6;
}

#menu-trigger {
  display: none;
}

#footer-push {
  height: 290px;
}

#footer-wrapper {
  height: 210px;
  padding: 45px 0;
  margin: 80px 0 0;
  position: relative;
  background: #2a2c30;
  color: #FFF;
  z-index: 1;
}

#footer-logo, #footer-logo a {
  width: 180px;
  height: auto;
  float: left;
  margin: 0;
}

#footer-logo {
  margin: 25px 0 0;
}

#footer-logo a svg {
  width: 100%;
  height: auto;
  float: left;
}

.social-networks, .social-networks li, .social-networks a, .social-networks svg {
  float: left;
}

.social-networks {
  margin: 30px 0 0 30px;
}

.social-networks li {
  margin: 0 0 0 10px;
}

.social-networks a {
  width: 36px;
  height: 36px;
  padding: 5px;
  border: 1px solid #FFF;
}
.social-networks a:hover {
  border-color: #e18731;
  background: #e18731;
}

.social-networks svg {
  width: 24px;
  height: 22px;
}

.social-networks svg path {
  fill: #FFF;
}

.social-networks.blue-background {
  width: 100%;
  margin: 0;
}
.social-networks.blue-background li {
  width: 100%;
  margin: 20px 0 0;
}
.social-networks.blue-background a {
  width: 100%;
  height: 48px;
  padding: 0;
  background: 0;
}
.social-networks.blue-background a:hover {
  border-color: transparent;
  background: 0;
}
.social-networks.blue-background a:hover p {
  color: #e18731;
}
.social-networks.blue-background span {
  width: 46px;
  height: 46px;
  padding: 6px;
  float: left;
  background: #0f2069;
  border-color: #0f2069;
}
.social-networks.blue-background svg {
  width: 34px;
  height: 32px;
}
.social-networks.blue-background p {
  float: left;
  margin: 0 0 0 15px;
  line-height: 46px;
  color: #0f2069;
}

#footer-newsletter {
  width: 22.5%;
  float: left;
  margin: 0 0 0 30px;
  color: #FFF;
}
#footer-newsletter h4 {
  font-family: "Coolvetica Condensed Regular", Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

#footer-content {
  width: 33%;
  float: right;
  color: #FFF;
}
#footer-content a {
  color: #FFF;
}
#footer-content a:hover {
  color: #e18731;
}

#sidebar {
  width: 25%;
  float: left;
}

#sidebar.search {
  padding: 25px;
  margin: 50px 0 0;
  background: #eae5df;
}

.field-wrapper {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.field-wrapper ul, .field-wrapper li, .field-wrapper h6 {
  width: 100%;
  float: left;
}
.field-wrapper h6 {
  font-size: 20px;
}
.field-wrapper label {
  float: left;
  max-width: 88%;
  font-size: 18px;
  color: #0f2069;
}
.field-wrapper label:hover {
  cursor: pointer;
  color: #e18731;
}
.field-wrapper input {
  float: left;
}
.field-wrapper input[type=checkbox] {
  margin: 5px 10px 0 0;
}
.field-wrapper .filter-date-wrapper {
  width: 47.5%;
  float: left;
}
.field-wrapper .filter-date-wrapper input {
  width: 100%;
  float: left;
}
.field-wrapper .filter-date-wrapper input[type=date] {
  font-weight: lighter;
  font-size: 12px;
}

#submit-btn {
  width: 100%;
  padding: 10px 0;
  float: left;
  border: 1px solid #0f2069;
  background: #0f2069;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
}
#submit-btn:hover {
  background: #e18731;
  border-color: #e18731;
  color: #FFF;
}

.entry {
  width: 100%;
  float: left;
  font-family: "Raleway", Arial, sans-serif;
}
.entry p, .entry .video-iframe, .entry .gmaps-iframe, .entry hr {
  margin-top: 20px;
}
.entry iframe {
  max-width: 100%;
}
.entry ul, .entry ol {
  padding: 10px 15px 5px;
}
.entry ul li, .entry ol li {
  list-style: inside;
}
.entry ol li {
  list-style-type: decimal;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
  margin: 20px 0 10px;
}
.entry blockquote {
  padding: 10px 20px 20px;
  position: relative;
  margin-top: 20px;
  border-radius: 5px;
  background: #f5f5f5;
  font-style: italic;
}
.entry blockquote:before {
  content: "“";
  position: absolute;
  left: 9px;
  top: 0;
  font: 60px Georgia, "Times New Roman", Times, serif;
  color: #DDD;
  z-index: 0;
}
.entry blockquote:after {
  content: "”";
  position: absolute;
  right: 9px;
  bottom: -34px;
  font: 60px Georgia, "Times New Roman", Times, serif;
  color: #DDD;
  z-index: 0;
}
.entry blockquote p {
  position: relative;
  margin: 10px 0 0;
  z-index: 1;
}
.entry img {
  max-width: 100%;
  height: auto;
  margin: 0;
}
.entry .alignright, .entry .alignright img {
  float: right;
  margin: 10px 0 2px 10px;
}
.entry .alignleft, .entry .alignleft img {
  float: left;
  margin: 10px 10px 2px 0;
}
.entry .centered, .entry .aligncenter, .entry .aligncenter img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.entry table {
  width: 100%;
  margin: 10px 0;
  text-align: center;
}
.entry table td {
  padding: 7px;
}
.entry table thead {
  background: #333;
  font-weight: bold;
  color: #FFF;
}
.entry table tbody tr:nth-child(2n) {
  background: #EEE;
}
.entry table tbody tr td:first-child {
  text-align: left;
}
.entry .wp-block-buttons {
  width: 100%;
  float: left;
  margin: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.entry .wp-block-button {
  display: inline-block;
}
.entry .wp-block-button a,
.entry .wp-block-button .wp-element-button,
.entry .wp-block-button__link {
  padding: 8px 25px;
  background: #0f2069;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  display: inline-block;
  transition: 0.3s;
  border: none;
  cursor: pointer;
}
.entry .wp-block-button a:hover,
.entry .wp-block-button .wp-element-button:hover,
.entry .wp-block-button__link:hover {
  background: #e18731;
  color: #FFF;
}
.entry .wp-block-button.is-style-outline a,
.entry .wp-block-button.is-style-outline .wp-element-button,
.entry .wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  border: 2px solid #0f2069;
  color: #0f2069;
}
.entry .wp-block-button.is-style-outline a:hover,
.entry .wp-block-button.is-style-outline .wp-element-button:hover,
.entry .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: #0f2069;
  color: #FFF;
}
.entry a.button {
  padding: 5px 15px;
  float: left;
  margin: 20px 0 0;
  background: #0f2069;
  font-size: 18px;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}
.entry a.button:hover {
  background: #e18731;
  color: #FFF;
}
.entry .wp-block-columns {
  width: 100%;
  float: left;
  margin: 20px 0 0;
  display: flex;
  gap: 20px;
}
.entry .wp-block-column {
  flex: 1;
}
.entry .wp-block-group {
  width: 100%;
  float: left;
}
.entry .has-text-align-center {
  text-align: center;
}
.entry .has-text-align-right {
  text-align: right;
}
.entry .has-text-align-left {
  text-align: left;
}
.entry .wp-block-separator {
  width: 100%;
  margin: 20px 0;
  border: none;
  border-top: 2px solid #EEE;
}

body.archive .page-title {
  clear: both;
  margin: 30px 0 0;
  font-size: 80px;
}

.posts-wrapper {
  width: 70%;
  float: right;
}

div.post {
  width: 47.5%;
  float: left;
  margin: 50px 0 0;
}
div.post .post-thumb-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
div.post .post-thumb-wrapper img {
  width: 100%;
  height: auto;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
div.post .post-thumb-wrapper h1 {
  max-width: 90%;
  padding: 10px 15px;
  position: absolute;
  left: 0;
  bottom: 50px;
  background: #FFF;
  font-family: "Coolvetica Condensed Regular", Arial, sans-serif;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  z-index: 2;
}
div.post .post-thumb-wrapper span {
  position: absolute;
  left: 15px;
  bottom: 15px;
  color: #FFF;
  z-index: 2;
}
div.post p {
  width: 100%;
  float: left;
  margin: 20px 0 0;
}
div.post:nth-child(2n+1) {
  clear: left;
}
div.post:nth-child(2n+0) {
  float: right;
}

.numeric-pagination {
  margin: 30px 0 0;
  text-align: center;
}
.numeric-pagination a, .numeric-pagination span {
  padding: 5px;
  display: inline-block;
  font-weight: bold;
}

body.home #global-wrapper {
  margin: 0 auto -210px;
}

body.home #header-wrapper {
  background: #FFF;
}

body.home #footer-wrapper {
  margin: 0;
}

body.home #footer-push {
  height: 210px;
}

body.home #services-list li {
  padding-bottom: 70px;
  min-height: 650px;
  position: relative;
}

body.home #services-list .button {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

#home-slider {
  width: 105%;
  position: relative;
  margin: 0 0 0 -5%;
  overflow: hidden;
}
#home-slider .home-slide {
  position: relative;
  display: flow-root;
  min-height: 400px;
}
#home-slider img.main-img {
  width: 95%;
  height: auto;
  float: right;
  margin-bottom: 50px;
}
#home-slider img.thumb-img {
  width: 20%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
#home-slider h1 {
  width: 40%;
  position: absolute;
  left: 23%;
  bottom: 80px;
  font-size: 45px;
  line-height: 1;
  color: #FFF;
}
#home-slider .slide-content {
  width: 40%;
  padding: 20px;
  position: absolute;
  left: 10%;
  bottom: 0;
  z-index: 1;
  background: #0f2069;
  color: #FFF;
}
#home-slider .slide-content h2 {
  font-size: 32px;
  line-height: 1;
  color: #e18731;
}
#home-slider .slide-content p {
  margin: 20px 0 0;
  font-size: 18px;
}
#home-slider .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #e18731;
  background: #FFF;
  opacity: 1;
}
#home-slider .swiper-pagination-bullet:hover {
  background: #e18731;
}
#home-slider .swiper-pagination-bullet-active {
  background: #e18731;
}

#home-posts-wrapper {
  padding: 0 0 50px;
  margin: 400px 0 0;
  position: relative;
}
#home-posts-wrapper::before {
  content: "";
  width: 50%;
  height: 10px;
  background: #e18731;
  position: absolute;
  left: 50%;
  top: -320px;
  transform: translateX(-50%);
  z-index: -1;
}
#home-posts-wrapper #home-posts {
  margin: -300px 0 0;
}
#home-posts-wrapper div.post {
  width: 32%;
}
#home-posts-wrapper div.post:nth-child(2n+1) {
  clear: none;
}
#home-posts-wrapper div.post:nth-child(3n+1) {
  clear: left;
}
#home-posts-wrapper div.post:nth-child(3n+2) {
  margin: 50px 2% 0;
}
#home-posts-wrapper div.post:nth-child(2n+0) {
  float: left;
}

#services-list {
  padding: 0 0 80px;
}
#services-list li {
  width: 32%;
  float: left;
  margin: 80px 0 0;
  text-align: center;
}
#services-list li:nth-child(3n+2) {
  margin: 80px 2% 0;
}
#services-list li:nth-child(3n+1) {
  clear: left;
}
#services-list li img {
  max-width: 75%;
  height: auto;
  display: inline-block;
}
#services-list li h2, #services-list li p {
  width: 100%;
  float: left;
}
#services-list li h2 {
  margin: 30px 0 20px;
  font-family: "Coolvetica Condensed Regular", Arial, sans-serif;
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
}
#services-list li p {
  white-space: pre-line;
  text-align: left;
}

body.page-template-page-about #global-wrapper {
  margin: 0 auto -210px;
}

body.page-template-page-about #footer-wrapper {
  margin: 0;
}

body.page-template-page-about #footer-push {
  height: 210px;
}

#about-left-side {
  width: 20%;
  padding: 100px 0 0;
  float: left;
}
#about-left-side .page-title {
  font-size: 80px;
}
#about-left-side .page-title:before, #about-left-side .page-title:after {
  background: #e18731;
}

#about-right-side {
  width: 75%;
  float: right;
  margin: 50px 0 0;
}

#about-boxes-list li {
  width: 100%;
  float: left;
  margin: 50px 0 0;
}
#about-boxes-list li img {
  width: 17.5%;
  height: auto;
  float: left;
}
#about-boxes-list li .content {
  width: 80%;
  float: right;
}
#about-boxes-list li h2, #about-boxes-list li p {
  width: 100%;
  float: left;
}
#about-boxes-list li h2 {
  font-family: "Coolvetica Condensed Regular", Arial, sans-serif;
  font-size: 45px;
  line-height: 1;
  text-transform: uppercase;
}

body.page-template-page-about #about-boxes-list > li {
  width: 50%;
  padding: 0 7.5%;
  text-align: center;
}
body.page-template-page-about #about-boxes-list > li img {
  width: auto;
  max-width: 50%;
  height: auto;
  float: none;
  display: inline-block;
  position: relative;
  z-index: 2;
}
body.page-template-page-about #about-boxes-list > li .content {
  width: 100%;
  padding: 40px 30px 30px;
  margin: -30px 0 0;
  background: #0f2069;
  z-index: 1;
  color: #FFF;
}
body.page-template-page-about #about-boxes-list > li .content h2 {
  margin-bottom: 20px;
}
body.page-template-page-about #about-boxes-list > li .content ul {
  text-align: left;
}
body.page-template-page-about #about-boxes-list > li .content ul li {
  margin: 0;
  list-style: disc inside;
}

#members-list-wrapper {
  padding: 0 0 50px;
  margin: 150px 0 0;
}

#members-list {
  margin: -125px 0 0;
}
#members-list li {
  width: 32%;
  float: left;
  margin: 50px 0 0;
}
#members-list li:nth-child(3n+2) {
  margin: 50px 2% 0;
}
#members-list li:nth-child(3n+1) {
  clear: both;
}
#members-list li .thumb-wrapper, #members-list li img, #members-list li h3, #members-list li p {
  width: 100%;
  float: left;
}
#members-list li .thumb-wrapper {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
#members-list li .thumb-wrapper img {
  width: 100%;
  height: auto;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#members-list li .thumb-wrapper h6 {
  padding: 5px 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #000;
  font-family: "Coolvetica Condensed Regular", Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #FFF;
  opacity: 0.7;
}
#members-list li h3 {
  margin: 15px 0 0;
}
#members-list li h5 {
  font-size: 20px;
  margin: 5px 0 10px;
  color: #0f2069;
}
#members-list li p {
  font-size: 18px;
}
#members-list li .small-social-icon {
  width: 40px;
  height: 40px;
  padding: 10px;
  float: left;
  margin: 10px 10px 0 0;
  border: 1px solid #0f2069;
}
#members-list li .small-social-icon svg {
  width: 20px;
  height: auto;
  float: left;
}
#members-list li .small-social-icon svg path {
  fill: #0f2069;
}
#members-list li .small-social-icon:hover {
  background: #0f2069;
}
#members-list li .small-social-icon:hover svg path {
  fill: #FFF;
}

#partners-list {
  margin: 30px 0 0;
  text-align: center;
}
#partners-list a {
  display: inline-block;
  margin: 20px 20px 0 0;
}
#partners-list a img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

#services-left-side {
  width: 45%;
  padding: 60px 0 0;
  float: left;
}
#services-left-side .page-title {
  float: right;
  text-align: right;
  font-size: 80px;
}
#services-left-side img {
  width: auto;
  max-width: 50%;
  height: auto;
  float: right;
  margin: 0;
}

#services-right-side {
  width: 50%;
  padding: 100px 0 0;
  float: right;
  font-size: 24px;
  color: #0f2069;
}

body.page-template-page-contact #content {
  margin: 30px 0 0;
}

body.page-template-page-contact .page-title {
  font-size: 80px;
}

body.page-template-page-contact .entry p {
  font-size: 24px;
  line-height: 1.2;
}

.contact-info-box {
  width: 100%;
  float: left;
  margin: 20px 0;
  font-size: 20px;
  line-height: 1;
  color: #0f2069;
}
.contact-info-box .icon-wrapper {
  width: 46px;
  padding: 6px;
  float: left;
  background: #0f2069;
}
.contact-info-box .icon-wrapper svg {
  width: 32px;
  height: auto;
  float: left;
}
.contact-info-box .icon-wrapper svg path {
  fill: #FFF;
}
.contact-info-box p {
  width: calc(100% - 61px);
  float: right;
  margin: 5px 0 0;
}
.contact-info-box p a {
  line-height: 36px;
  color: #0f2069;
}

#contact-form {
  width: 100%;
  float: left;
  margin: 20px 0 0;
}
#contact-form p {
  width: 100%;
  float: left;
  margin: 20px 0 0;
}
#contact-form p:first-child {
  margin: 0;
}
#contact-form label {
  width: 100%;
  float: left;
  margin: 0 0 10px;
  font-size: 18px;
  color: #0f2069;
}
#contact-form input[type=text],
#contact-form input[type=email],
#contact-form textarea {
  padding: 15px;
}
#contact-form textarea {
  height: 150px;
  resize: vertical;
}
#contact-form button[type=submit] {
  width: 100%;
  padding: 15px 40px;
  border: 1px solid #0f2069;
  background: #e18731;
  box-shadow: 5px 5px 0 0 #0f2069;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
}
#contact-form button[type=submit]:hover {
  background: #0f2069;
  border-color: #0f2069;
  color: #FFF;
}

body.page-template-page-onda {
  background: #0f2069;
}

body.page-template-page-onda #global-wrapper {
  margin: 0 auto -210px;
}

body.page-template-page-onda #footer-wrapper {
  margin: 0;
}

body.page-template-page-onda #footer-push {
  height: 210px;
}

body.page-template-page-onda #content-outer-wrapper {
  padding: 80px 0 0;
}

body.page-template-page-onda .entry {
  width: 70%;
  padding-bottom: 30px;
  float: left;
  color: #FFF;
}

body.page-template-page-onda .entry svg {
  max-width: 75%;
  float: right;
}

body.page-template-page-onda .entry h2 {
  width: 100%;
  position: relative;
  margin: 0 0 30px;
  clear: both;
  font-size: 50px;
  color: #f197af;
}

body.page-template-page-onda .post-thumb-wrapper {
  width: 25%;
  float: right;
  position: relative;
  background: #3398dc;
}

body.page-template-page-onda .post-thumb-wrapper::after {
  content: "";
  width: 100%;
  height: 999px;
  position: absolute;
  left: 0;
  top: 100%;
  background: #3398dc;
}

body.page-template-page-onda .post-thumb-wrapper img {
  width: 100%;
  height: auto;
  float: left;
  transform: translate(15%, -15%);
}

body.page-template-page-cedbb #content-outer-wrapper {
  padding: 50px 0 0;
}

body.page-template-page-cedbb .wp-post-image {
  width: 100%;
  height: auto;
  float: left;
}

body.page-template-page-cedbb .entry {
  width: 60%;
  float: left;
  position: relative;
  margin: 0 0 0 10%;
}

body.page-template-page-cedbb .entry h2 {
  width: 70%;
  position: absolute;
  left: 0;
  top: -220px;
  font-size: 60px;
  line-height: 1;
  color: #0f2069;
}

body.page-template-page-cedbb .entry h3 {
  width: 100%;
  position: relative;
  font-size: 36px;
  line-height: 1;
  color: #e18731;
  z-index: 1;
}
body.page-template-page-cedbb .entry h3::after {
  content: "";
  width: 100%;
  height: 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #eae5df;
  z-index: -1;
}

#global-wrapper .frm_forms,
#mc-embedded-subscribe-form,
#mc-embedded-subscribe-form #mc_embed_signup_scroll {
  width: 100%;
  float: left;
  position: relative;
}

#global-wrapper .frm-show-form .frm_form_fields label {
  width: 100%;
  float: left;
  margin: 0 0 10px;
  font-size: 18px;
  color: #0f2069;
}

#global-wrapper .frm-show-form .frm_form_fields input,
#global-wrapper .frm-show-form .frm_form_fields select,
#global-wrapper .frm-show-form .frm_form_fields textarea {
  padding: 15px;
}

#global-wrapper .frm-show-form .frm_button_submit {
  width: 100%;
  padding: 15px 40px;
  border: 1px solid #0f2069;
  background: #e18731;
  box-shadow: 5px 5px 0 0 #0f2069;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
}
#global-wrapper .frm-show-form .frm_button_submit:hover {
  background: #0f2069;
  border-color: #0f2069;
  color: #FFF;
}

#footer-newsletter .frm_forms,
#footer-newsletter form,
#footer-newsletter .frm_form_fields,
#footer-newsletter fieldset,
#footer-newsletter .frm_fields_container,
#footer-newsletter .frm_form_field,
#footer-newsletter .frm_form_field input {
  width: 100%;
  padding: 0;
  float: left;
  margin: 0;
}

#footer-newsletter .frm_forms {
  position: relative;
  margin: 10px 0 0;
}

#footer-newsletter .frm_form_field {
  width: calc(100% - 50px);
}

#footer-newsletter .frm_form_field label {
  display: none;
}

#footer-newsletter .frm_form_field input {
  padding: 5px 10px;
  height: 40px;
  border: 1px solid #FFF;
  background: transparent;
  font-family: "Coolvetica Compressed Regular", Arial, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFF;
}
#footer-newsletter .frm_form_field input:focus {
  border-color: #e18731;
}
#footer-newsletter .frm_form_field input::placeholder {
  color: #999;
}

#footer-newsletter .frm_submit {
  width: 40px;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}

#footer-newsletter .frm_submit button {
  width: 40px;
  height: 40px;
  padding: 5px;
  float: left;
  margin: 0;
  border: 1px solid #FFF;
  background: transparent;
  box-shadow: none;
}
#footer-newsletter .frm_submit button svg {
  width: 20px;
  height: auto;
}
#footer-newsletter .frm_submit button svg path {
  fill: #FFF;
}
#footer-newsletter .frm_submit button:hover {
  border-color: #e18731;
  background: #e18731;
}

.pagination, .numeric-pagination {
  width: 100%;
  float: left;
  margin: 30px 0 0;
  text-align: center;
  clear: both;
}
.pagination a, .pagination span, .numeric-pagination a, .numeric-pagination span {
  padding: 5px;
  display: inline-block;
  font-weight: bold;
}

#pagefind-search {
  width: 100%;
  float: left;
  margin: 20px 0 40px;
}
#pagefind-search .pagefind-ui__form.svelte-e9gkc3:before {
  opacity: 1;
}
#pagefind-search .pagefind-ui__search-input.svelte-e9gkc3 {
  font-weight: normal;
  color: #0f2069;
  border: 1px solid #0f2069;
}
#pagefind-search .pagefind-ui__search-input.svelte-e9gkc3:focus {
  border-color: #e18731;
}
#pagefind-search .pagefind-ui__search-input.svelte-e9gkc3::placeholder {
  color: #999;
  opacity: 1;
  font-weight: normal;
}
#pagefind-search .pagefind-ui__search-clear.svelte-e9gkc3 {
  color: #999;
}
#pagefind-search .pagefind-ui__search-clear.svelte-e9gkc3:hover {
  color: #0f2069;
}
#pagefind-search {
  --pagefind-ui-scale: .8;
  --pagefind-ui-primary: #0f2069;
  --pagefind-ui-text: #0f2069;
  --pagefind-ui-border: #0f2069;
  --pagefind-ui-tag: #0f2069;
  --pagefind-ui-border-width: 0px;
  --pagefind-ui-border-radius: 0px;
  --pagefind-ui-image-border-radius: 0px;
}

#advanced-search {
  width: 100%;
  float: left;
  margin: 40px 0;
}
#advanced-search h3 {
  margin: 0 0 20px;
}
#advanced-search .field-wrapper {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
#advanced-search .filter-date-wrapper {
  width: 47.5%;
  float: left;
}
#advanced-search .filter-date-wrapper input {
  width: 100%;
}
#advanced-search .float-right {
  float: right;
}
#advanced-search .filter-date-wrapper input[type=date] {
  font-weight: lighter;
  font-size: 20px;
}
#advanced-search #adv-submit-btn {
  width: 100%;
  padding: 10px 0;
  float: left;
  border: 1px solid #0f2069;
  background: #0f2069;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
}
#advanced-search #adv-submit-btn:hover {
  background: #e18731;
  border-color: #e18731;
}

#advanced-results {
  width: 100%;
  float: left;
}
#advanced-results #results-list {
  width: 100%;
  float: left;
}
#advanced-results #results-list div.post {
  width: 32%;
}
#advanced-results #results-list div.post:nth-child(2n+1) {
  clear: none;
}
#advanced-results #results-list div.post:nth-child(2n+0) {
  float: left;
}
#advanced-results #results-list div.post:nth-child(3n+1) {
  clear: left;
}
#advanced-results #results-list div.post:nth-child(3n+2) {
  margin-left: 2%;
  margin-right: 2%;
}

@media (max-width: 1200px) {
  .centered-wrapper {
    width: 90%;
  }
}
@media (max-width: 768px) {
  #logo, #logo a {
    width: 200px;
  }
  #header .menu {
    display: none;
    width: 100%;
    float: left;
    margin: 20px 0 0;
  }
  #header .menu.active {
    display: block;
  }
  #header .menu li {
    width: 100%;
  }
  #header .menu li a {
    width: 100%;
    display: block;
    padding: 10px;
  }
  #menu-trigger {
    display: block;
    float: right;
    margin: 20px 0 0;
    font-size: 28px;
    color: #2a2c30;
    cursor: pointer;
  }
  #search-trigger {
    margin: 20px 10px 0 0;
  }
  .page-title {
    font-size: 60px;
  }
  .middle-title {
    font-size: 40px;
  }
  #home-slider {
    width: 100%;
    margin: 0;
  }
  #home-slider h1 {
    width: 80%;
    left: 10%;
    font-size: 28px;
  }
  #home-slider .slide-content {
    width: 80%;
    left: 5%;
  }
  #home-posts-wrapper {
    margin: 50px 0 0;
  }
  #home-posts-wrapper::before {
    display: none;
  }
  #home-posts-wrapper #home-posts {
    margin: 0;
  }
  #home-posts-wrapper div.post {
    width: 100%;
  }
  div.post {
    width: 100%;
  }
  .posts-wrapper {
    width: 100%;
  }
  #sidebar {
    width: 100%;
  }
  #advanced-results #results-list div.post {
    width: 100%;
  }
  #advanced-results #results-list div.post:nth-child(2n+1) {
    clear: left;
  }
  #advanced-results #results-list div.post:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0;
  }
  #services-list li {
    width: 100%;
  }
  #about-left-side {
    width: 100%;
    padding: 30px 0 0;
  }
  #about-right-side {
    width: 100%;
  }
  #about-boxes-list li img {
    width: 30%;
  }
  #about-boxes-list li .content {
    width: 65%;
  }
  #members-list li {
    width: 48%;
  }
  #services-left-side {
    width: 100%;
    padding: 30px 0 0;
  }
  #services-right-side {
    width: 100%;
    padding: 30px 0 0;
  }
  .half-width-wrapper {
    width: 100%;
  }
  #footer-wrapper {
    height: auto;
  }
  #footer-logo, #footer-logo a {
    width: 150px;
  }
  .social-networks {
    margin: 20px 0 0;
  }
  #footer-newsletter {
    width: 100%;
    margin: 20px 0 0;
  }
  #footer-content {
    width: 100%;
    margin: 20px 0 0;
  }
}
@media (max-width: 480px) {
  .page-title {
    font-size: 40px;
  }
  .middle-title {
    font-size: 30px;
  }
  #members-list li {
    width: 100%;
  }
  body.page-template-page-about #about-boxes-list > li {
    width: 100%;
  }
}
#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  color: #333;
  border-top: 1px solid rgba(177, 166, 166, 0.7607843137);
  padding: 15px 0;
  z-index: 9999;
  font-size: 11pt;
  line-height: 18px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}
#cookie-banner .centered-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
#cookie-banner p {
  margin: 0;
  flex: 1;
  color: #333;
}
#cookie-banner #cookie-accept {
  background: #61a229;
  color: #FFF;
  border: none;
  padding: 10px 25px;
  font-family: inherit;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 0;
}
#cookie-banner #cookie-accept:hover {
  background: #4e8221;
}

#contact-feedback {
  padding: 12px 15px;
  margin: 0 0 15px;
  font-size: 16px;
}
#contact-feedback.contact-success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
#contact-feedback.contact-error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

#captcha-group {
  margin: 10px 0;
}

#captcha-group label {
  font-weight: bold;
}

#captcha-group input {
  margin: 5px 0 0;
}