/*
Theme Name: GBW
Author: m5 Marketing Communications
Version: 2

*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

 @font-face{font-family:'FontAwesome';src:url('fonts/fontawesome-webfont.eot?v=4.7.0');src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    text-decoration: none;
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}



/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 12, 2021 */

@font-face {
  font-family: 'Proxima Nova';
  src: url("./fonts/proxima_nova_bold-webfont.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("./fonts/proximanova-regular-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url("./fonts/icomoon.woff?6ccsj9") format("woff"), url("./fonts/icomoon.svg?6ccsj9") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
.search-form:before,
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
  content: "\e900";
}

.icon-youtube:before {
  content: "\e901";
}

.icon-twitter:before {
  content: "\e902";
}

.icon-facebook:before {
  content: "\e903";
}

.icon-phone:before {
  content: "\e904";
}

.icon-email:before {
  content: "\e905";
}
/*
.icon-search:before,
.search-form:before {
  content: "\e906";
}
*/
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

html {
  box-sizing: border-box;
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #000;
  background: #fff;
  font: 18px/1.56 "Proxima Nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 375px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

video,
iframe,
object,
embed {
  max-width: 100%;
  display: block;
}

#__bs_notify__ {
  display: none;
}

.gm-style img {
  max-width: none;
}

blockquote,
blockquote:before,
blockquote:after,
q,
q:before,
q:after {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

blockquote {
	width: 90%;
	margin-left: 0;
	padding-left: 1.5em;
	border-left: 5px solid #fccd3c;
}
blockquote span {
	display: inline-block;
	width: 100%;
	padding-top: 5px;
	text-align: right;
	color: #444;
}

.resize-active #header * {
  transition: none !important;
}

ol {
  counter-reset: item;
  margin: 0 0 25px;
}
ol li { margin-bottom: 10px; }

ol li:before {
  content: counter(item) ".";
  counter-increment: item;
  display: inline-block;
  vertical-align: top;
  margin: 0 3px 0 0;
}

ol ol li:before {
  content: counter(item, lower-latin) ".";
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 30px;
  margin: 0;
}

ul:not([class]) {
  padding: 0;
  margin: 0 0 15px;
}

ul:not([class]) li {
  position: relative;
  padding: 0 0 10px 18px;
}

ul:not([class]) li:before {
  content: '';
  background: #000;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 11px;
  border-radius: 50%;
}
ul.list-alpha {
	list-style-type: lower-alpha;
	padding: 0 0 15px 15px;
}
ul.list-alpha li {
  padding: 0 0 10px 8px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.18;
  margin: 0 0 20px;
  color: #398cbd;
}

h1,
.h1 {
  font-size: 30px;
}

h2,
.h2 {
  font-size: 27px;
}

h3,
.h3 {
	color: #13b2a9;
  font-size: 24px;
}

h4,
.h4 {
	color: #13b2a9;
  font-size: 21px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

p {
  margin: 0 0 25px;
}

a {
  color: #398cbd;
  transition: color .3s, background .3s, border .3s;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #003282;
  text-decoration: none;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
/*input[type='search'],*/
input[type='password'],
textarea {
  color: #000;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  display: block;
  background: #fff;
  border: 1px solid #c8c7c6;
  padding: 16px 17px 18px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  height: 58px;
  width: 100%;
  margin: 0 0 20px;
  outline: none;
  box-shadow: none;
  transition: border 0.3s;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000;
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #000;
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder {
  color: #000;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #000;
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='password'].placeholder,
textarea.placeholder {
  color: #000;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus {
  border-color: #000;
}

input[type='search']::-webkit-input-placeholder,
input[type='search']::-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='search'].placeholder {
  color: #fff;
}

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

select .hideme {
  display: none;
}

textarea {
  resize: vertical;
  vertical-align: top;
  height: 150px;
  min-height: 120px;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  outline: none;
  transition: color .3s, background .3s, border .3s;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

body.nav-active {
  overflow: hidden;
}

.hidden {
  display: none !important;
}
.alignleft {
	float: left;
	margin: 6px 1.5em 14px 0;
}
.alignright {
	float: right;
	margin: 6px 0 14px 1.5em;
}
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  min-height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
}

.container-wrap {
  width: 100%;
  max-width: 1440px;
  padding: 0 75px;
  margin: 0 auto;
}

.btn,
.gform_wrapper .gform_footer input[type=submit]{
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #000;
  background: #fccd3c;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  border: none;
  min-width: 138px;
  text-align: center;
  padding: 15px 25px 14px;
  margin: 0;
}

.btn:hover,
.gform_wrapper .gform_footer input[type=submit]:hover{
  color: #fff;
  background: #003282;
}

.fpo { opacity: .35; }
.disclaimer {
	font-size: 90%;
}

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

.img-stretch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.img-stretch img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 7px -14px;
}

.breadcrumbs li {
  position: relative;
  margin-left: 14px;
  padding-right: 14px;
}

.breadcrumbs a {
  position: relative;
  text-decoration: underline;
}
.breadcrumbs a:after {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	right: -18px;
	width: 0;
	height: 0;
	border-left: 6px solid #fccd3c;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}

.social-networks {
  --indentSocials: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 calc(-1 * var(--indentSocials));
}

.social-networks li {
  padding: 0 var(--indentSocials);
}

.social-networks a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  font-size: 18px;
  border-radius: 50%;
  color: #fff;
  background: #003282;
}

.social-networks a:hover {
  background: #398cbd;
}

.social-networks a.facebook:hover {
  background: #3b5999;
}

.social-networks a.twitter {
  padding: 1px 0 0 1px;
}

.social-networks a.twitter:hover {
  background: #55acee;
}

.social-networks a.youtube {
  font-size: 1em;
}

.social-networks a.youtube:hover {
  background: #cd201f;
}

.social-networks a.instagram:hover {
  background: #e4405f;
}
.social-networks a i {
  transition: all .2s;
}
.social-networks a:hover i {
  transform: rotate(2deg) scale(1.2);
}

/*
[id="header"] {
  padding: 62px 0 70px;
}

.home [id="header"] {
  position: relative;
  font-size: 25px;
  line-height: 1.22;
  font-weight: 700;
  color: #fff;
  min-height: 650px;
  padding: 60px 0 124px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.home [id="header"] p {
  text-shadow: 0 0 35px rgba(0, 0, 0, 0.95);
}

[id="header"] .container-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home [id="header"] .container-wrap {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
*/
/*
[id="header"] .logo {
  width: 357px;
  margin-left: 4px;
}

.home [id="header"] .logo {
  width: 432px;
  margin: 0 0 49px;
}

[id="header"] .search-form {
  width: 59.8%;
  margin-bottom: 15px;
}

.home [id="header"] .search-form {
  width: 100%;
  max-width: 896px;
  margin: 0 auto 39px;
}

.home [id="header"] .search-form input[type=search] {
  border-color: #fff;
}

.home [id="header"] .search-form input[type=search]:focus {
  border-color: #000;
}

.search-form {
  position: relative;
}

.search-form:before {
  position: absolute;
  left: 22px;
  top: 50%;
  margin-top: -1px;
  transform: translateY(-50%);
  font-size: 31px;
  color: #484747;
}

.search-form input[type=search] {
  padding-right: 160px;
  padding-left: 71px;
  margin-bottom: 0;
}

.search-form input[type=submit] {
  position: absolute;
  right: 4px;
  top: 4px;
  height: 50px;
}
*/
.nav-slide .main-nav {
  font-size: 30px;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 40px;
}

.nav-slide .main-nav > li {
  padding: 27px 0;
  border-top: 2px solid #fff;
}

.nav-slide .main-nav > li:first-child {
  border-top: none;
}

.nav-slide .main-nav a {
  color: #fff;
}

.nav-slide .side-nav {
  font-size: 25px;
  padding: 46px 0 0 62px;
  text-transform: none;
}

.nav-slide .side-nav li {
  margin-bottom: 23px;
}

.nav-slide .side-nav a {
  color: #fff;
}

.nav-slide .social-networks {
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-slide .social-networks a {
  background: none;
  border: 1px solid #fff;
}

.nav-opener {
  -webkit-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 35px;
  height: 22px;
  margin: 0 0 0 auto;
  transition: padding 0.4s;
  position: absolute;
  top: 25px;
  right: 20px;
  z-index: 50;
  -webkit-tap-highlight-color: transparent;
  display: none;
}

.nav-active .nav-opener span:before,
.nav-active .nav-opener span:after {
  background: #fff;
}

.nav-opener > * {
  display: block;
}

.nav-opener span {
  height: 4px;
  border-radius: 3px;
  width: 100%;
  position: relative;
  transition: transform 0.3s, background 0.3s;
  background: #398cbd;
}

.nav-opener span:before,
.nav-opener span:after {
  content: '';
  height: 4px;
  border-radius: 3px;
  background: #398cbd;
  position: absolute;
  left: 0;
  width: 100%;
  top: 11px;
  transition: top .3s .4s ease, transform .3s ease, background 0.3s;
}

.nav-opener span:after {
  top: -11px;
}

.nav-active .nav-opener span {
  background: transparent;
}

.nav-active .nav-opener span:before,
.nav-active .nav-opener span:after {
  top: 0;
  transform: rotate3d(0, 0, 1, 45deg);
  transition: top .3s ease, transform .3s .4s ease, background 0.3s;
}

.nav-active .nav-opener span:after {
  transform: rotate3d(0, 0, 1, -45deg);
}

.contact-section {
  color: #fff;
  background: #398cbd;
  text-align: center;
  padding: 68px 0 79px;
}

.contact-section h2,
.contact-section h3,
.contact-section h4,
.contact-section a {
  color: inherit;
}

.contact-section h2 {
  margin-bottom: 34px;
}

.contact-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -114px;
  font-size: 20px;
}

.contact-list li {
  padding: 0 114px;
}

.contact-list a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
}

.contact-list a:hover {
  color: #003282;
}

.contact-list a:hover span[class^="icon-"],
.contact-list a:hover span.search-form:before {
  border-color: #003282;
}

.contact-list span[class^="icon-"],
.contact-list span.search-form:before {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 30px;
  margin: 0 26px 0 0;
  transition: border 0.3s;
}

.footer-holder .container-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main {
  padding-bottom: 33px;
}
.home main { 
  padding-bottom: 0;
}

.main-holder {
  padding: 111px 0 104px;
}
.page h1 {
	padding: 20px 0 0;
}

.bylaws-template-default .two-columns [id="content"],
.public_notices-template-default .two-columns [id="content"],
.page .two-columns [id="content"] {
    margin: 0 auto;
	width: auto;
}
.post-template-default .two-columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 59px 0 0;
  overflow: auto;	
}

.two-columns [id="content"] {
  width: calc(100% - 294px);
}
.two-columns [id="content"].fullwidth {
	width: 100%;
}

[id="sidebar"] {
  width: 283px;
}

[id="sidebar"] .title {
  display: block;
  font-size: 20px;
  margin-bottom: 12px;
}

.bylaws-template-default [id="sidebar"],
.public_notices-template-default [id="sidebar"] {
  display: none;
}

.side-nav {
  font-size: 20px;
}

.side-nav ul {
  padding: 0 15px 0 0;
}

.side-nav ul li {
  padding: 0 0 15px;
  line-height: 1.15;
}

.side-nav ul li:before {
  display: none;
}

.side-nav ul a {
  color: #000;
}
.side-nav ul .active a,
.side-nav ul a:hover {
  color: #398cbd;
}

[id="content"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

[id="content"] .image-container {
  width: 29.9%;
  margin: 7px 5.6% 0 0;
}

[id="content"] .image-container img {
  border: 2px solid #398cbd;
  border-radius: 10px;
}

[id="content"] .content-block {
  -ms-flex: 1;
  flex: 1;
}

[id="content"] .closing-phrase {
  font-size: 20px;
  line-height: 1.4;
}

.visual-block {
  margin-bottom: 40px;
}

.visual-block img {
  width: 100%;
}

.home .about-section {
  background: #d9dfeb;
  padding: 0 0 48px;
}

.about-content {
  border-radius: 16px;
  padding: 52px 5%;
  margin-bottom: 10px;
  background: #fff;
  border-top: 32px solid #fccd3c;
/*  box-shadow: 0 0 13px rgba(76, 32, 32, 0.24); */
}

.home .about-content,
.page-home .about-content {
  border: none;
  margin: 0;
  padding-top: 32px;
/*  padding-bottom: 52px; */
}

.about-content > h2 {
  margin: 0;
  color: #000;
  font-size: 32px;
  text-align: center;
}

.about-content .note-block {
  background: #fccd3c;
  text-align: center;
  padding: 16px 15px 20px;
  margin-bottom: 13px;
}

.about-content .note-block p {
  margin-bottom: 0;
}

.about-content .note-block a {
  color: inherit;
  font-weight: 700;
}

.about-content .note-block a:hover {
  text-decoration: underline;
}

.category-holder {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: 1fr;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  padding-top: 20px;
}

.category-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 15px;
  line-height: 1.34;
  padding: 10px 2rem 20px;
  min-height: 300px;
  border: 2px solid #D9D9D9;
  border-radius: 9px;
  color: #000;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.15);
}

.home .category-block {
  min-height: 0;
  -ms-flex-pack: start;
  justify-content: flex-start;
/*  padding-top: 38px;
  padding-bottom: 44px; */
}

.category-block .icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border: 4px solid #fccd3c;
  border-radius: 50%;
  margin: 0 8px 24px auto;
  background: #fff;
}

.category-block h2 {
  margin-bottom: 12px;
}

.category-block p {
  margin-bottom: 0;
  font-size: 14px;
}

.category-block:hover {
  border-color: #fccd3c;
  background: #fccd3c;
}
.category-block:hover h2 {
  color: #fff;
}

/*#content h3 {
	margin-top: 30px;
}*/

#content p+ul,
#content p+ol {
	margin-top: -10px;
}

.flex-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 0 30px;
}
.flex-container .item {
	width: 100%;
	padding: 5px;
	margin-bottom: 10px;
}
.item-mayor {
	text-align: center;
}
.flex-container .item img {
	margin-bottom: 5px;
}

.links a[target="_blank"]:after {
	content: "\f08e";
	font-size: 12px;
	font-family: 'FontAwesome';
	margin-left: 5px;
}

.gallery-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;	
}
.gallery-container > img {
	width: 49.25%;
	margin: 0 0 15px;
}
.gallery-container a {
	width: 100%;
	margin-bottom: 15px;
}
.gallery-container a img {
	width: 100%;
	height: auto;
}

.table-container table {
	width: 100%;
	margin: 15px 0 35px;
	border-bottom: 1px solid #dcdcdc;
}
.table-container table th,
.table-container table td {
	padding: 5px 10px;
}
.table-container table tr > *:last-child {
	width: 20%;
}
.table-container table tr:nth-child(even){
	background-color: #dcdcdc;
}
.table-container table th {
	text-align: left;
	color: #fff;
	background-color: #283891;
}

.single-agenda h3,
.single-minutes h3 {
	color: #003282;
	margin: 0;
}

.gform_wrapper input[type='text'],
.gform_wrapper input[type='tel'],
.gform_wrapper input[type='email'], 
.gform_wrapper input[type='search'], 
.gform_wrapper input[type='password'] {
	margin-bottom: 8px;
	height: 48px;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
	height: 48px;
}
#content .gform_wrapper ul.gfield_radio { margin-bottom: 20px; }
#content .gform_wrapper .field_description_below .gfield_description {
	padding-top: 0;
}
#content .gform_wrapper .top_label div.ginput_container {
	margin-top: 0;
}

@media (min-width: 768px) {
  .mobile-visible {
    display: none !important;
  }

  .tablet-hidden {
    display: none !important;
  }
	.flex-container .item-3,
	.flex-container .item-4 {
		width: 50%;
	}
	.gallery-container a {
		width: 48.5%;
	}
}

/**
 ** Accordion
*/

.su-accordion .su-spoiler-style-default > .su-spoiler-title{
  font-size: 18px;	
  text-align: left;
  color: #398cbd;
  font-weight: lighter;	
}

@media (min-width: 1024px) {
  .desktop-hidden {
    display: none !important;
  }
	.flex-container .item-3 {
		width: 33.3333%;
	}
	.flex-container .item-4 {
		width: 25%;
	}
	.gallery-container a {
		width: 32%;
	}
	.single-agenda .two-columns [id="content"].fullwidth,
	.single-minutes .two-columns [id="content"].fullwidth {
		width: 80%;
		margin: 40px auto 0;
	}
}

@media (min-width: 1200px) {
	.gallery-container a {
		width: 23.85%;
	}
}

@media (max-width: 1099px) {

  .main-holder {
    padding: 70px 0;
  }

  .about-content {
    padding: 60px 4% 70px;
  }
  .home .about-content {
    margin: 0 6.25%;
    padding: 32px 5% 52px;
  }
  .category-holder {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .category-block {
    padding: 40px 8%;
    min-height: 280px;
  }
  .home .category-block {
    padding-top: 12px;
    padding-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .container-wrap {
    padding: 0 28px;
  }

  .desktop-visible {
    display: none !important;
  }

  .contact-section {
    padding: 50px 0;
  }

  .contact-list {
    margin: 0 -30px;
  }

  .contact-list li {
    padding: 0 30px;
  }

  .footer-holder {
    padding: 28px 0;
  }

  .main-holder {
    padding-bottom: 20px;
  }

  [id="content"] {
    display: block;
  }

  [id="content"] .image-container {
    width: auto;
    margin: 0 0 30px;
    text-align: center;
  }

  .about-content {
    padding: 50px 20px 60px;
  }
	.home .about-content { padding: 32px 4% 52px; }

  .category-block {
    padding: 20px;
    min-height: 240px;
  }
  .gallery-container > * { width: 100%; }
}

@media (max-width: 767px) {

  body { line-height: 1.28; }
  p { margin-bottom: 22px; }

  input[type='text'],
  input[type='tel'],
  input[type='email'],
  input[type='password'],
  textarea {
    border-color: #7d7a7a;
  }

  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    opacity: 0;
  }

  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    opacity: 0;
  }

  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    opacity: 0;
  }

  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    opacity: 0;
  }

  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    opacity: 0;
  }

  .container-wrap {
    padding: 0 36px;
  }

  .btn {
    min-width: 111px;
  }

  .mobile-hidden {
    display: none !important;
  }

  .breadcrumbs {
    margin-bottom: 16px;
  }
  .contact-section {
    padding: 92px 0 127px;
  }

  .contact-list {
    display: block;
    max-width: 260px;
    margin: 0 auto;
    text-align: left;
  }

  .contact-list li {
    padding: 0 0 19px;
  }

  .footer-holder .container-wrap {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-holder .logo {
    margin-bottom: 62px;
  }

  .main-holder {
    padding: 20px 0 15px;
  }

  .two-columns {
    display: block;
    padding-top: 72px;
  }

  .two-columns [id="content"] {
    width: auto;
  }

  [id="content"] .image-container {
    margin-bottom: 65px;
  }

  [id="content"] .closing-phrase {
    font-size: 18px;
    line-height: 1.48;
    padding-top: 22px;
  }

  [id="content"] .closing-phrase a {
    font-size: 20px;
    line-height: 1.3;
  }

  .about-section {
    background: #d9e0ec;
    padding-bottom: 40px;
  } 

  .about-section .container-wrap {
    padding: 0 25px;
  }

  .about-content {
    border-top-width: 21px;
    margin: -95px 0 0;
    padding: 63px 36px 122px;
    position: relative;
  }

  .home .about-content {
    padding: 36px 25px;
    margin: 0;
  }
  .about-content > h2 { font-size: 28px; margin-bottom: 20px; }

  .about-content .note-block {
    padding: 50px 36px 46px;
    margin: 0 -36px 23px;
  }

  .category-holder {
    grid-template-columns: 1fr;
    row-gap: 20px;
    padding-top: 65px;
  }

  .home .category-holder {
    padding-top: 0;
  }

  .category-block {
    border-radius: 10px;
    min-height: 0;
    padding: 60px 15px;
  }

  .home .category-block {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    column-gap: 12px;
    padding: 13px;

  }
  .category-block h2 { margin-bottom: 0; }
  .category-block .icon {
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 7px;
  }
  .category-block .icon img {

  }
  .home .category-block p { display: none; }

}