html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

input, textarea, button {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}
img, svg {
  display: block;
}

[href] {
  color: inherit;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

strong, b {
  font-weight: bold;
}

em {
  font-style: italic;
}

*:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.screen_reader_only {
  display: none;
}

.inline_block {
  display: inline-block;
}

html, body {
  scroll-behavior: smooth;
}

main {
  display: block;
}

@media (max-width: 1000px) {
  .desktop_only {
    display: none !important;
  }
}

@media (min-width: 1001px) {
  .mobile_only {
    display: none !important;
  }
}

.non_scrollable {
  overflow-y: hidden;
}

::-moz-selection {
  background: rgba(0, 109, 182, 0.5);
}

::selection {
  background: rgba(0, 109, 182, 0.5);
}

@-webkit-keyframes fly_in {
  from {
    -webkit-transform: translate(-200px, 200px);
            transform: translate(-200px, 200px);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fly_in {
  from {
    -webkit-transform: translate(-200px, 200px);
            transform: translate(-200px, 200px);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fly_in_mobile {
  from {
    -webkit-transform: translate(-150px, 150px);
            transform: translate(-150px, 150px);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fly_in_mobile {
  from {
    -webkit-transform: translate(-150px, 150px);
            transform: translate(-150px, 150px);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
header {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.05), 0 0 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.05), 0 0 30px rgba(0, 0, 0, 0.05);
  -webkit-transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-width: 1000px) {
  header {
    height: 60px;
  }
}
header .logo {
  display: block;
  position: relative;
  width: 180px;
  height: 102px;
  background: url("../images/logo_word.png") no-repeat 100% 100%/123px auto;
  margin-left: 150px;
}
@media (max-width: 1800px) {
  header .logo {
    margin-left: 120px;
  }
}
@media (max-width: 1200px) {
  header .logo {
    margin-left: 80px;
  }
}
@media (max-width: 900px) {
  header .logo {
    margin-left: 50px;
  }
}
@media (max-width: 600px) {
  header .logo {
    margin-left: 30px;
  }
}
header .logo {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 1001px) {
  header .logo {
    -webkit-transform: translate(-59px, -30px);
            transform: translate(-59px, -30px);
  }
}
@media (max-width: 1000px) {
  header .logo {
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    -webkit-transform: scale(0.667) translate(-59px, -86px);
            transform: scale(0.667) translate(-59px, -86px);
    /*
    			width: 80px;
    			height: 60px;
    			background-size: 100% auto;
    			background-position: 0 54%;
    */
  }
}
header .logo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 82px;
  height: 102px;
  background: url("../images/logo_icon.png") no-repeat 0 0/100% auto;
  opacity: 0;
  -webkit-transform: translate(100px, -200px);
          transform: translate(100px, -200px);
  -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s, -webkit-transform 2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
  -webkit-animation: fly_in 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
          animation: fly_in 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
}
@media (max-width: 900px) {
  header .logo:before {
    -webkit-animation: fly_in_mobile 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
            animation: fly_in_mobile 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
  }
}

.is_top_toggle {
  display: none;
}
@media (min-width: 1001px) {
  .is_top_toggle:checked + header {
    height: 140px;
    background: rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0), 0 0 30px rgba(0, 0, 0, 0);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0), 0 0 30px rgba(0, 0, 0, 0);
  }
  .is_top_toggle:checked + header .logo {
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
  }
  .is_top_toggle:checked + header .logo:before {
    opacity: 1;
  }
  .is_top_toggle:checked + header + nav {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 1000px) {
  .is_top_toggle:checked + header {
    background: rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0), 0 0 30px rgba(0, 0, 0, 0);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0), 0 0 30px rgba(0, 0, 0, 0);
  }
  .is_top_toggle:checked + header .logo {
    -webkit-transform: scale(0.667) translate(0, -15px);
            transform: scale(0.667) translate(0, -15px);
  }
  .is_top_toggle:checked + header .logo:before {
    opacity: 1;
  }
}

@media (max-width: 1000px) and (min-width: 601px) {
  body.home .is_top_toggle:checked + header + nav + .nav_hamburger .a, body.home .is_top_toggle:checked + header + nav + .nav_hamburger .a:after, body.page-id-265 .is_top_toggle:checked + header + nav + .nav_hamburger .a, body.page-id-265 .is_top_toggle:checked + header + nav + .nav_hamburger .a:after {
    background: #fff;
  }
  body.home .is_top_toggle:checked + header + nav + .nav_hamburger .label, body.page-id-265 .is_top_toggle:checked + header + nav + .nav_hamburger .label {
    color: #fff;
  }
}

header + nav {
  position: fixed;
  z-index: 103;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 1001px) {
  header + nav {
    top: 20px;
    right: 0;
    width: auto;
    padding-right: 8%;
  }
}
@media (max-width: 1000px) {
  header + nav {
    z-index: 102;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #f98a3c;
    padding: 120px 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow-y: auto;
  }
}
@media (max-width: 600px) {
  header + nav {
    left: 0;
    width: 100%;
  }
}
header + nav .nav_inner {
  display: block;
  white-space: nowrap;
}
@media (min-width: 1001px) {
  header + nav .nav_inner {
    margin: 0;
  }
}
@media (max-width: 1000px) {
  header + nav .nav_inner {
    width: 100%;
  }
}
@media (min-width: 1001px) {
  header + nav .nav_inner > li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
}
header + nav .nav_inner > li > a, header + nav .nav_inner > li > span {
  cursor: pointer;
}
@media (min-width: 1001px) {
  header + nav .nav_inner > li > a, header + nav .nav_inner > li > span {
    position: relative;
    display: inline-block;
    height: 100px;
    overflow: hidden;
    color: #006db6;
    font-family: "DINosaur", dinosaur, -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 96px;
    text-align: right;
    padding: 0 30px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media (min-width: 1001px) and (max-width: 1370px) {
  header + nav .nav_inner > li > a, header + nav .nav_inner > li > span {
    padding: 0 20px;
  }
}
@media (min-width: 1001px) and (max-width: 1170px) {
  header + nav .nav_inner > li > a, header + nav .nav_inner > li > span {
    padding: 0 15px;
  }
}
@media (min-width: 1001px) {
  header + nav .nav_inner > li > a:hover, header + nav .nav_inner > li > span:hover {
    color: #075387;
  }
}
@media (max-width: 1000px) {
  header + nav .nav_inner > li > a, header + nav .nav_inner > li > span {
    display: block;
    color: #fff;
    font-family: "Museo Sans", museo-sans, sans-serif;
    font-size: 20px;
    letter-spacing: 0.035em;
    line-height: 1.2;
    padding: 20px 0;
    padding-left: 15%;
    padding-right: 15%;
  }
  header + nav .nav_inner > li > a:active, header + nav .nav_inner > li > span:active {
    background: rgba(0, 109, 182, 0.2);
  }
}
@media (min-width: 1001px) {
  header + nav .nav_inner > li > a[data-active], header + nav .nav_inner > li > span[data-active] {
    background: url("../images/nav_active_bg.png") no-repeat 50% 78%/40px 5px;
  }
}
@media (max-width: 1000px) {
  header + nav .nav_inner > li > a[data-active], header + nav .nav_inner > li > span[data-active] {
    -webkit-box-shadow: inset 4px 0 0 #006db6;
            box-shadow: inset 4px 0 0 #006db6;
  }
}
@media (max-width: 600px) {
  header + nav .nav_inner > li > a[data-active], header + nav .nav_inner > li > span[data-active] {
    -webkit-box-shadow: inset 4px 0 0 #fff;
            box-shadow: inset 4px 0 0 #fff;
  }
}
header + nav .nav_inner > li.item-donate > a {
  display: inline-block;
  color: #fff;
  font-family: "DINosaur", dinosaur, -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 100px;
  background-color: #f98a3c;
  padding: 6px 20px 8px 20px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  cursor: pointer;
}
header + nav .nav_inner > li.item-donate > a:hover {
  background: rgb(224.1, 124.2, 54);
}
header + nav .nav_inner > li.item-donate > a {
  height: auto;
}
@media (min-width: 1001px) {
  header + nav .nav_inner > li.item-donate > a {
    margin-left: 30px;
  }
}
@media (min-width: 1001px) and (max-width: 1370px) {
  header + nav .nav_inner > li.item-donate > a {
    margin-left: 20px;
  }
}
@media (min-width: 1001px) and (max-width: 1170px) {
  header + nav .nav_inner > li.item-donate > a {
    margin-left: 15px;
  }
}
@media (max-width: 1000px) {
  header + nav .nav_inner > li.item-donate > a {
    background: #006db6;
    margin-left: 15%;
    margin-top: 25px;
  }
}
header + nav .nav_inner > li > .menu_outer {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 100px;
  left: 0;
  width: auto;
  height: 0px;
  -webkit-transition: height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-left: 0;
}
@media (min-width: 1001px) {
  header + nav .nav_inner > li > .menu_outer {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.05), 0 0 30px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.05), 0 0 30px rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  header + nav .nav_inner > li > .menu_outer {
    margin-left: -10px;
  }
}
@media (min-width: 1001px) and (max-width: 1050px) {
  header + nav .nav_inner > li > .menu_outer {
    margin-left: -15px;
  }
}
@media (max-width: 1000px) {
  header + nav .nav_inner > li > .menu_outer {
    position: relative;
    top: 0;
    margin-left: 0;
  }
}
header + nav .nav_inner > li > .menu_outer > ul {
  vertical-align: bottom;
  white-space: nowrap;
  text-align: left;
  padding: 25px 0;
}
@media (min-width: 1001px) {
  header + nav .nav_inner > li > .menu_outer > ul {
    display: inline-block;
    background: #fff;
  }
}
header + nav .nav_inner > li > .menu_outer > ul .subitem {
  display: block;
  width: auto;
  min-width: 170px;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: color 0.3s, background 0.3s, opacity 0.3s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s, background 0.3s, opacity 0.3s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s, background 0.3s, opacity 0.3s;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s, background 0.3s, opacity 0.3s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
}
@media (max-width: 1000px) {
  header + nav .nav_inner > li > .menu_outer > ul .subitem {
    padding: 0;
  }
}
header + nav .nav_inner > li > .menu_outer > ul .subitem a {
  position: relative;
  display: block;
  color: #006db6;
  font-family: "DINosaur", dinosaur, -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  line-height: 40px;
  padding: 0 30px;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
@media (min-width: 1001px) {
  header + nav .nav_inner > li > .menu_outer > ul .subitem a[data-active] {
    color: #fff;
    background: #006db6;
  }
}
@media (max-width: 1000px) {
  header + nav .nav_inner > li > .menu_outer > ul .subitem a[data-active] {
    -webkit-box-shadow: inset 4px 0 0 #006db6;
            box-shadow: inset 4px 0 0 #006db6;
    font-weight: bold;
  }
}
@media (max-width: 600px) {
  header + nav .nav_inner > li > .menu_outer > ul .subitem a[data-active] {
    -webkit-box-shadow: inset 4px 0 0 #fff;
            box-shadow: inset 4px 0 0 #fff;
  }
}
@media (max-width: 1000px) {
  header + nav .nav_inner > li > .menu_outer > ul .subitem a {
    display: block;
    color: #fff;
    padding: 5px 0;
    padding-left: 15%;
    padding-right: 15%;
  }
  header + nav .nav_inner > li > .menu_outer > ul .subitem a[href]:active {
    background: rgba(0, 109, 182, 0.2);
  }
}
@media (min-width: 1001px) {
  header + nav .nav_inner > li > .menu_outer > ul .subitem:hover a {
    background-color: rgba(0, 109, 182, 0.1);
  }
  header + nav .nav_inner > li > .menu_outer > ul .subitem:hover a:before {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  header + nav .nav_inner > li > .menu_outer > ul .subitem:hover a[data-active] {
    background: #006db6;
  }
}
@media (max-width: 1000px) {
  header + nav .nav_inner > li.open > .menu_outer > ul .subitem {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  header + nav .nav_inner > li.open > .menu_outer.items-0 {
    height: 50px;
  }
}
@media (max-width: 1000px) and (max-width: 1000px) {
  header + nav .nav_inner > li.open > .menu_outer.items-0 {
    height: 50px;
  }
}
@media (max-width: 1000px) {
  header + nav .nav_inner > li.open > .menu_outer.items-1 {
    height: 90px;
  }
}
@media (max-width: 1000px) and (max-width: 1000px) {
  header + nav .nav_inner > li.open > .menu_outer.items-1 {
    height: 100px;
  }
}
@media (max-width: 1000px) {
  header + nav .nav_inner > li.open > .menu_outer.items-2 {
    height: 130px;
  }
}
@media (max-width: 1000px) and (max-width: 1000px) {
  header + nav .nav_inner > li.open > .menu_outer.items-2 {
    height: 150px;
  }
}
@media (max-width: 1000px) {
  header + nav .nav_inner > li.open > .menu_outer.items-3 {
    height: 170px;
  }
}
@media (max-width: 1000px) and (max-width: 1000px) {
  header + nav .nav_inner > li.open > .menu_outer.items-3 {
    height: 200px;
  }
}
@media (max-width: 1000px) {
  header + nav .nav_inner > li.open > .menu_outer.items-4 {
    height: 210px;
  }
}
@media (max-width: 1000px) and (max-width: 1000px) {
  header + nav .nav_inner > li.open > .menu_outer.items-4 {
    height: 250px;
  }
}
@media (max-width: 1000px) {
  header + nav .nav_inner > li.open > .menu_outer.items-5 {
    height: 250px;
  }
}
@media (max-width: 1000px) and (max-width: 1000px) {
  header + nav .nav_inner > li.open > .menu_outer.items-5 {
    height: 300px;
  }
}
@media (max-width: 1000px) {
  header + nav .nav_inner > li.open > .menu_outer.items-6 {
    height: 290px;
  }
}
@media (max-width: 1000px) and (max-width: 1000px) {
  header + nav .nav_inner > li.open > .menu_outer.items-6 {
    height: 350px;
  }
}
@media (max-width: 1000px) {
  header + nav .nav_inner > li.open > .menu_outer.items-7 {
    height: 330px;
  }
}
@media (max-width: 1000px) and (max-width: 1000px) {
  header + nav .nav_inner > li.open > .menu_outer.items-7 {
    height: 400px;
  }
}
@media (max-width: 1000px) {
  header + nav .nav_inner > li.open > .menu_outer.items-8 {
    height: 370px;
  }
}
@media (max-width: 1000px) and (max-width: 1000px) {
  header + nav .nav_inner > li.open > .menu_outer.items-8 {
    height: 450px;
  }
}
@media (max-width: 1000px) {
  header + nav .nav_inner > li.open > .menu_outer.items-9 {
    height: 410px;
  }
}
@media (max-width: 1000px) and (max-width: 1000px) {
  header + nav .nav_inner > li.open > .menu_outer.items-9 {
    height: 500px;
  }
}
@media (max-width: 1000px) {
  header + nav .nav_inner > li.open > .menu_outer.items-10 {
    height: 450px;
  }
}
@media (max-width: 1000px) and (max-width: 1000px) {
  header + nav .nav_inner > li.open > .menu_outer.items-10 {
    height: 550px;
  }
}
@media (min-width: 1001px) {
  header + nav .nav_inner > li:hover > .menu_outer > ul .subitem {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  header + nav .nav_inner > li:hover > .menu_outer.items-0 {
    height: 50px;
  }
}
@media (min-width: 1001px) and (max-width: 1000px) {
  header + nav .nav_inner > li:hover > .menu_outer.items-0 {
    height: 50px;
  }
}
@media (min-width: 1001px) {
  header + nav .nav_inner > li:hover > .menu_outer.items-1 {
    height: 90px;
  }
}
@media (min-width: 1001px) and (max-width: 1000px) {
  header + nav .nav_inner > li:hover > .menu_outer.items-1 {
    height: 100px;
  }
}
@media (min-width: 1001px) {
  header + nav .nav_inner > li:hover > .menu_outer.items-2 {
    height: 130px;
  }
}
@media (min-width: 1001px) and (max-width: 1000px) {
  header + nav .nav_inner > li:hover > .menu_outer.items-2 {
    height: 150px;
  }
}
@media (min-width: 1001px) {
  header + nav .nav_inner > li:hover > .menu_outer.items-3 {
    height: 170px;
  }
}
@media (min-width: 1001px) and (max-width: 1000px) {
  header + nav .nav_inner > li:hover > .menu_outer.items-3 {
    height: 200px;
  }
}
@media (min-width: 1001px) {
  header + nav .nav_inner > li:hover > .menu_outer.items-4 {
    height: 210px;
  }
}
@media (min-width: 1001px) and (max-width: 1000px) {
  header + nav .nav_inner > li:hover > .menu_outer.items-4 {
    height: 250px;
  }
}
@media (min-width: 1001px) {
  header + nav .nav_inner > li:hover > .menu_outer.items-5 {
    height: 250px;
  }
}
@media (min-width: 1001px) and (max-width: 1000px) {
  header + nav .nav_inner > li:hover > .menu_outer.items-5 {
    height: 300px;
  }
}
@media (min-width: 1001px) {
  header + nav .nav_inner > li:hover > .menu_outer.items-6 {
    height: 290px;
  }
}
@media (min-width: 1001px) and (max-width: 1000px) {
  header + nav .nav_inner > li:hover > .menu_outer.items-6 {
    height: 350px;
  }
}
@media (min-width: 1001px) {
  header + nav .nav_inner > li:hover > .menu_outer.items-7 {
    height: 330px;
  }
}
@media (min-width: 1001px) and (max-width: 1000px) {
  header + nav .nav_inner > li:hover > .menu_outer.items-7 {
    height: 400px;
  }
}
@media (min-width: 1001px) {
  header + nav .nav_inner > li:hover > .menu_outer.items-8 {
    height: 370px;
  }
}
@media (min-width: 1001px) and (max-width: 1000px) {
  header + nav .nav_inner > li:hover > .menu_outer.items-8 {
    height: 450px;
  }
}
@media (min-width: 1001px) {
  header + nav .nav_inner > li:hover > .menu_outer.items-9 {
    height: 410px;
  }
}
@media (min-width: 1001px) and (max-width: 1000px) {
  header + nav .nav_inner > li:hover > .menu_outer.items-9 {
    height: 500px;
  }
}
@media (min-width: 1001px) {
  header + nav .nav_inner > li:hover > .menu_outer.items-10 {
    height: 450px;
  }
}
@media (min-width: 1001px) and (max-width: 1000px) {
  header + nav .nav_inner > li:hover > .menu_outer.items-10 {
    height: 550px;
  }
}
@media (max-width: 1000px) {
  header + nav .nav_inner > li.has_menu {
    position: relative;
  }
  header + nav .nav_inner > li.has_menu:after {
    content: "";
    position: absolute;
    top: 30px;
    right: 15%;
    width: 16px;
    height: 12px;
    margin: -6px 0 0 -8px;
    background: url("../images/has_menu_arrow.png") no-repeat 0 0/100% auto;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  header + nav .nav_inner > li.has_menu.open:after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
header + nav .secondary_nav {
  padding-top: 30px;
}
@media (min-width: 1001px) {
  header + nav .secondary_nav {
    display: none;
  }
}
header + nav .secondary_nav a {
  display: block;
  color: #fff;
  /*
  			font-family: $heading_font;
  			font-size: 20px;
  			letter-spacing: 0.035em;
  			line-height: 1.2;
  */
  font-family: "DINosaur", dinosaur, -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 15px 0;
  padding-left: 15%;
  padding-right: 15%;
}
header + nav .secondary_nav a:active {
  background: rgba(0, 109, 182, 0.2);
}
header + nav.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
header + nav.open + .nav_hamburger .a {
  -webkit-transform: rotate(-45deg) translate(-3px, 3px);
          transform: rotate(-45deg) translate(-3px, 3px);
}
header + nav.open + .nav_hamburger .a:before {
  -webkit-transform: rotate(45deg) scaleX(0);
          transform: rotate(45deg) scaleX(0);
}
header + nav.open + .nav_hamburger .a:after {
  -webkit-transform: rotate(90deg) translateX(-6px);
          transform: rotate(90deg) translateX(-6px);
}

.nav_hamburger {
  position: fixed;
  z-index: 203;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  -webkit-transition: background 0.3s, margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), right 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 0.3s, margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), right 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 1001px) {
  .nav_hamburger {
    display: none;
  }
}
.nav_hamburger .a {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 24px;
  height: 2px;
  margin-right: -12px;
  margin-top: -4px;
  background: #006db6;
  -webkit-transition: background 0.3s, -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 0.3s, -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 0.3s, transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 0.3s, transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nav_hamburger .a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #006db6;
  margin-top: 6px;
  -webkit-transition: background 0.3s, -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 0.3s, -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 0.3s, transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 0.3s, transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nav_hamburger .label {
  position: absolute;
  top: 22px;
  right: 56px;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.nav_hamburger:active {
  background-color: rgba(0, 109, 182, 0.2);
}

footer {
  color: #fff;
  background: #f98a3c;
  padding-top: 150px;
}
@media (max-width: 1800px) {
  footer {
    padding-top: 120px;
  }
}
@media (max-width: 1200px) {
  footer {
    padding-top: 80px;
  }
}
@media (max-width: 900px) {
  footer {
    padding-top: 80px;
  }
}
@media (max-width: 600px) {
  footer {
    padding-top: 60px;
  }
}
footer {
  padding-bottom: 150px;
}
@media (max-width: 1800px) {
  footer {
    padding-bottom: 120px;
  }
}
@media (max-width: 1200px) {
  footer {
    padding-bottom: 80px;
  }
}
@media (max-width: 900px) {
  footer {
    padding-bottom: 80px;
  }
}
@media (max-width: 600px) {
  footer {
    padding-bottom: 60px;
  }
}
footer {
  padding-left: 150px;
}
@media (max-width: 1800px) {
  footer {
    padding-left: 120px;
  }
}
@media (max-width: 1200px) {
  footer {
    padding-left: 80px;
  }
}
@media (max-width: 900px) {
  footer {
    padding-left: 50px;
  }
}
@media (max-width: 600px) {
  footer {
    padding-left: 30px;
  }
}
footer {
  padding-right: 150px;
}
@media (max-width: 1800px) {
  footer {
    padding-right: 120px;
  }
}
@media (max-width: 1200px) {
  footer {
    padding-right: 80px;
  }
}
@media (max-width: 900px) {
  footer {
    padding-right: 50px;
  }
}
@media (max-width: 600px) {
  footer {
    padding-right: 30px;
  }
}
footer .footer_top:after {
  content: "";
  display: block;
  clear: both;
}
footer .footer_top {
  margin-bottom: 75px;
}
@media (max-width: 1800px) {
  footer .footer_top {
    margin-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  footer .footer_top {
    margin-bottom: 40px;
  }
}
@media (max-width: 900px) {
  footer .footer_top {
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  footer .footer_top {
    margin-bottom: 30px;
  }
}
footer .footer_bottom:after {
  content: "";
  display: block;
  clear: both;
}
footer .footer_bottom {
  color: #fff;
  font-family: "DINosaur", dinosaur, -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (min-width: 1001px) {
  footer .footer_bottom {
    margin-bottom: -15px;
  }
}
footer .logo {
  width: 144px;
  height: 46px;
  margin: 0 auto;
  background: url("../images/logo_word_white.png") no-repeat 0 0/100% auto;
}
@media (min-width: 1001px) {
  footer .logo {
    float: left;
    display: inline-block;
  }
}
@media (max-width: 1000px) {
  footer .logo {
    margin-bottom: 20px;
  }
}
footer .phone {
  color: #fff;
  font-weight: 600;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
footer .phone:hover, footer .phone:focus, footer .phone:active {
  color: #075387;
}
footer .phone {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 46px;
}
@media (min-width: 1001px) {
  footer .phone {
    float: right;
  }
}
@media (max-width: 1000px) {
  footer .phone {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
}
footer nav {
  margin: -20px;
  text-align: center;
}
@media (max-width: 1000px) {
  footer nav {
    display: none;
  }
}
footer nav a, footer nav a[href] {
  color: #fff;
  font-weight: 600;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
footer nav a:hover, footer nav a:focus, footer nav a:active, footer nav a[href]:hover, footer nav a[href]:focus, footer nav a[href]:active {
  color: #075387;
}
footer nav a, footer nav a[href] {
  font-family: "DINosaur", dinosaur, -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: 0.05em;
  padding: 20px;
}
@media (max-width: 1200px) {
  footer nav a, footer nav a[href] {
    padding: 20px 15px;
  }
}
footer nav a[data-active], footer nav a[href][data-active] {
  color: #075387;
}
footer .social {
  display: block;
  text-align: center;
}
@media (max-width: 1000px) {
  footer .social {
    margin-bottom: 25px;
  }
}
footer .social a {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  background-size: 24px 24px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  text-indent: -1000em;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  border-radius: 100%;
  margin-top: -10px;
  margin-bottom: -10px;
}
footer .social a.facebook {
  background-image: url("../images/social/facebook.png");
}
footer .social a.instagram {
  background-image: url("../images/social/instagram.png");
}
footer .social a.x {
  background-image: url("../images/social/x.png");
}
footer .social a.twitter {
  background-image: url("../images/social/twitter.png");
}
footer .social a.linkedin {
  background-image: url("../images/social/linkedin.png");
}
footer .social a.youtube {
  background-image: url("../images/social/youtube.png");
}
footer .social a:hover {
  background-color: #006db6;
}
footer .address {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 1001px) {
  footer .address {
    margin-top: -40px;
    float: left;
    line-height: 40px;
  }
}
@media (max-width: 1000px) {
  footer .address {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  footer .address span {
    display: inline-block;
  }
}
footer .address:hover {
  color: #006db6;
}
@media (min-width: 1001px) {
  footer .hearing_impaired_phone {
    float: right;
    margin-top: -40px;
    line-height: 40px;
  }
}
@media (max-width: 1000px) {
  footer .hearing_impaired_phone {
    display: block;
    text-align: center;
  }
}
footer .hearing_impaired_phone strong {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
footer .hearing_impaired_phone:hover strong {
  color: #006db6;
}

.funnels {
  position: relative;
  z-index: 1;
  text-align: center;
  background: #000;
}
.funnels a {
  position: relative;
  z-index: 0;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 200px;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  cursor: pointer;
}
@media (max-width: 900px) {
  .funnels a {
    height: 160px;
    padding: 0 15px;
  }
}
@media (max-width: 600px) {
  .funnels a {
    height: 120px;
    padding: 0 20px;
  }
}
.funnels a .image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.funnels a .text {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  font-family: "DINosaur", dinosaur, -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.funnels a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.funnels a:hover {
  background: #075387;
}
.funnels a:hover .image {
  opacity: 0.1;
}
.funnels a {
  width: 50%;
  height: 300px;
}
@media (max-width: 900px) {
  .funnels a {
    height: 240px;
  }
}
@media (max-width: 600px) {
  .funnels a {
    width: 100%;
    height: 200px;
  }
}

main {
  overflow: hidden;
}

@media (min-width: 1001px) and (min-width: 1001px) {
  body.home .is_top_toggle:checked + header + nav .nav_inner > li > a, body.home .is_top_toggle:checked + header + nav .nav_inner > li > span, body.page-id-265 .is_top_toggle:checked + header + nav .nav_inner > li > a, body.page-id-265 .is_top_toggle:checked + header + nav .nav_inner > li > span {
    color: #fff;
  }
}

body.home .intro .image_outer .image .image_inner {
  background-position: 0 0;
}
@media (max-width: 600px) {
  body.home .intro .image_outer .image .image_inner {
    background-position: 0 25%;
  }
}

.intro {
  position: relative;
  z-index: 1;
  padding-top: 140px;
  padding-bottom: 150px;
}
@media (max-width: 1800px) {
  .intro {
    padding-bottom: 120px;
  }
}
@media (max-width: 1200px) {
  .intro {
    padding-bottom: 80px;
  }
}
@media (max-width: 900px) {
  .intro {
    padding-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .intro {
    padding-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .intro {
    padding-top: 120px;
  }
}
@media (min-width: 601px) {
  .intro .image_outer {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
}
.intro .image_outer .image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 35%;
  width: 120%;
  overflow: hidden;
  padding-top: 120%;
  margin-top: -60%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 2px #fff;
          box-shadow: 0 0 0 2px #fff;
}
@media (max-width: 1200px) {
  .intro .image_outer .image {
    left: 30%;
  }
}
@media (max-width: 1000px) {
  .intro .image_outer .image {
    left: 280px;
  }
}
@media (max-width: 900px) {
  .intro .image_outer .image {
    left: 230px;
  }
}
@media (max-width: 600px) {
  .intro .image_outer .image {
    position: relative;
    left: auto;
    width: 100%;
    padding-top: 66.667%;
    margin-top: 0;
    border-radius: 0 0 0 60px;
    -webkit-box-shadow: none;
            box-shadow: none;
    /*
    				left: 190px;
    				margin-top: -40%;
    */
  }
}
.intro .image_outer .image .image_inner {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  width: 54.2%;
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 1200px) {
  .intro .image_outer .image .image_inner {
    width: 60%;
  }
}
@media (max-width: 1000px) {
  .intro .image_outer .image .image_inner {
    width: 61.9%;
  }
}
@media (max-width: 600px) {
  .intro .image_outer .image .image_inner {
    top: 0;
    width: 100%;
  }
}
.intro .image_outer .image:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 140px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 1000px) {
  .intro .image_outer .image:after {
    height: 60px;
  }
}
@media (max-width: 600px) {
  .intro .image_outer .image:after {
    display: none;
  }
}
.intro h1, .intro h2 {
  color: #006db6;
  font-family: "Museo Sans", museo-sans, sans-serif;
  font-size: 96px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 1200px) {
  .intro h1, .intro h2 {
    font-size: 84px;
  }
}
@media (max-width: 1000px) {
  .intro h1, .intro h2 {
    font-size: 72px;
  }
}
@media (max-width: 900px) {
  .intro h1, .intro h2 {
    font-size: 56px;
  }
}
@media (max-width: 600px) {
  .intro h1, .intro h2 {
    font-size: 44px;
  }
}
.intro h1, .intro h2 {
  margin-top: 140px;
  margin-bottom: 75px;
}
@media (max-width: 1800px) {
  .intro h1, .intro h2 {
    margin-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .intro h1, .intro h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 900px) {
  .intro h1, .intro h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .intro h1, .intro h2 {
    margin-bottom: 30px;
  }
}
.intro h1, .intro h2 {
  margin-right: 40%;
}
@media (max-width: 1200px) {
  .intro h1, .intro h2 {
    margin-top: 90px;
    margin-right: 50%;
  }
}
@media (max-width: 1000px) {
  .intro h1, .intro h2 {
    margin-top: 30px;
    margin-right: 60%;
  }
}
@media (max-width: 600px) {
  .intro h1, .intro h2 {
    margin-right: 30px;
    margin-top: 150px;
  }
}
@media (max-width: 600px) and (max-width: 1800px) {
  .intro h1, .intro h2 {
    margin-top: 120px;
  }
}
@media (max-width: 600px) and (max-width: 1200px) {
  .intro h1, .intro h2 {
    margin-top: 80px;
  }
}
@media (max-width: 600px) and (max-width: 900px) {
  .intro h1, .intro h2 {
    margin-top: 80px;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .intro h1, .intro h2 {
    margin-top: 60px;
  }
}
.intro h5 {
  color: #f98a3c;
  font-family: "Museo Sans", museo-sans, sans-serif;
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  .intro h5 {
    font-size: 22px;
  }
}
@media (max-width: 900px) {
  .intro h5 {
    font-size: 20px;
  }
}
.intro h5 {
  margin-bottom: 15px;
}
.intro p {
  color: #006db6;
  font-family: "DINosaur", dinosaur, -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.intro h5, .intro p {
  width: 33.3333333333%;
}
@media (max-width: 900px) {
  .intro h5, .intro p {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .intro h5, .intro p {
    width: auto;
    margin-right: 150px;
  }
}
@media (max-width: 600px) and (max-width: 1800px) {
  .intro h5, .intro p {
    margin-right: 120px;
  }
}
@media (max-width: 600px) and (max-width: 1200px) {
  .intro h5, .intro p {
    margin-right: 80px;
  }
}
@media (max-width: 600px) and (max-width: 900px) {
  .intro h5, .intro p {
    margin-right: 50px;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .intro h5, .intro p {
    margin-right: 30px;
  }
}
.intro .wp-block-button__link {
  margin-top: 25px;
  display: inline-block;
  color: #fff;
  font-family: "DINosaur", dinosaur, -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 100px;
  background-color: #f98a3c;
  padding: 6px 20px 8px 20px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  cursor: pointer;
}
.intro .wp-block-button__link:hover {
  background: rgb(224.1, 124.2, 54);
}
.intro h1, .intro h2, .intro h5, .intro p, .intro .wp-block-button {
  position: relative;
  margin-left: 150px;
}
@media (max-width: 1800px) {
  .intro h1, .intro h2, .intro h5, .intro p, .intro .wp-block-button {
    margin-left: 120px;
  }
}
@media (max-width: 1200px) {
  .intro h1, .intro h2, .intro h5, .intro p, .intro .wp-block-button {
    margin-left: 80px;
  }
}
@media (max-width: 900px) {
  .intro h1, .intro h2, .intro h5, .intro p, .intro .wp-block-button {
    margin-left: 50px;
  }
}
@media (max-width: 600px) {
  .intro h1, .intro h2, .intro h5, .intro p, .intro .wp-block-button {
    margin-left: 30px;
  }
}
.intro:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 35%;
  width: 120%;
  margin-top: -60%;
  padding-top: 120%;
  border-radius: 100%;
  background: #075387;
}
@media (max-width: 1200px) {
  .intro:before {
    left: 30%;
  }
}
@media (max-width: 1000px) {
  .intro:before {
    display: none;
    /*
    			margin-top: -40%;
    			left: 280px;
    */
  }
}

section.services {
  border-radius: 0 0 0 180px;
}
@media (max-width: 900px) {
  section.services {
    border-radius: 0 0 0 100px;
  }
}
@media (max-width: 600px) {
  section.services {
    border-radius: 0 0 0 60px;
  }
}
section.services:last-child {
  border-radius: 0;
}
section.services {
  /*
  	position: relative;

  	&:before, &:after {
  		content: '';
  		position: absolute;
  		bottom: 0;
  		left: 0;
  		@include spacing('width', 1.5);
  		@include spacing('height', 1.5);
  		background: #fff;
  	}
  	&:after {
  		background: $blue;
  		border-radius: 0 0 0 100%;
  	}
  */
  color: #fff;
  background: #006db6;
  padding-top: 150px;
}
@media (max-width: 1800px) {
  section.services {
    padding-top: 120px;
  }
}
@media (max-width: 1200px) {
  section.services {
    padding-top: 80px;
  }
}
@media (max-width: 900px) {
  section.services {
    padding-top: 80px;
  }
}
@media (max-width: 600px) {
  section.services {
    padding-top: 60px;
  }
}
section.services {
  padding-bottom: 150px;
}
@media (max-width: 1800px) {
  section.services {
    padding-bottom: 120px;
  }
}
@media (max-width: 1200px) {
  section.services {
    padding-bottom: 80px;
  }
}
@media (max-width: 900px) {
  section.services {
    padding-bottom: 80px;
  }
}
@media (max-width: 600px) {
  section.services {
    padding-bottom: 60px;
  }
}
@media (min-width: 901px) {
  section.services {
    padding-left: 33.3333333333%;
    padding-right: 33.3333333333%;
  }
}
@media (max-width: 900px) {
  section.services {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (max-width: 900px) and (max-width: 1800px) {
  section.services {
    padding-left: 120px;
  }
}
@media (max-width: 900px) and (max-width: 1200px) {
  section.services {
    padding-left: 80px;
  }
}
@media (max-width: 900px) and (max-width: 900px) {
  section.services {
    padding-left: 50px;
  }
}
@media (max-width: 900px) and (max-width: 600px) {
  section.services {
    padding-left: 30px;
  }
}
@media (max-width: 900px) and (max-width: 1800px) {
  section.services {
    padding-right: 120px;
  }
}
@media (max-width: 900px) and (max-width: 1200px) {
  section.services {
    padding-right: 80px;
  }
}
@media (max-width: 900px) and (max-width: 900px) {
  section.services {
    padding-right: 50px;
  }
}
@media (max-width: 900px) and (max-width: 600px) {
  section.services {
    padding-right: 30px;
  }
}
section.services .services_inner:after {
  content: "";
  display: block;
  clear: both;
}
section.services * {
  position: relative;
  z-index: 2;
}
section.services h3 {
  color: inherit;
  font-family: "Museo Sans", museo-sans, sans-serif;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.1;
}
@media (max-width: 1200px) {
  section.services h3 {
    font-size: 52px;
  }
}
@media (max-width: 900px) {
  section.services h3 {
    font-size: 42px;
  }
}
@media (max-width: 600px) {
  section.services h3 {
    font-size: 36px;
  }
}
@media (min-width: 901px) {
  section.services h3 {
    width: 100%;
    margin-left: -100%;
    padding-left: 150px;
  }
}
@media (min-width: 901px) and (max-width: 1800px) {
  section.services h3 {
    padding-left: 120px;
  }
}
@media (min-width: 901px) and (max-width: 1200px) {
  section.services h3 {
    padding-left: 80px;
  }
}
@media (min-width: 901px) and (max-width: 900px) {
  section.services h3 {
    padding-left: 50px;
  }
}
@media (min-width: 901px) and (max-width: 600px) {
  section.services h3 {
    padding-left: 30px;
  }
}
@media (max-width: 900px) {
  section.services h3 {
    margin-bottom: 75px;
  }
}
@media (max-width: 900px) and (max-width: 1800px) {
  section.services h3 {
    margin-bottom: 60px;
  }
}
@media (max-width: 900px) and (max-width: 1200px) {
  section.services h3 {
    margin-bottom: 40px;
  }
}
@media (max-width: 900px) and (max-width: 900px) {
  section.services h3 {
    margin-bottom: 40px;
  }
}
@media (max-width: 900px) and (max-width: 600px) {
  section.services h3 {
    margin-bottom: 30px;
  }
}
section.services p {
  color: inherit;
  font-family: "DINosaur", dinosaur, -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (max-width: 900px) {
  section.services p {
    margin-bottom: 40px;
  }
}
section.services h5 {
  color: inherit;
  font-family: "Museo Sans", museo-sans, sans-serif;
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  section.services h5 {
    font-size: 22px;
  }
}
@media (max-width: 900px) {
  section.services h5 {
    font-size: 20px;
  }
}
section.services h5 {
  margin-bottom: 15px;
}
section.services ul li {
  position: relative;
  color: inherit;
  font-family: "DINosaur", dinosaur, -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding-left: 20px;
}
section.services ul li + li {
  margin-top: 5px;
}
section.services ul li:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 100%;
  background: #f98a3c;
}
@media (min-width: 901px) {
  section.services ul {
    margin-top: 50px;
  }
}
@media (min-width: 901px) {
  section.services h5, section.services ul {
    float: right;
    width: 100%;
    margin-right: -100%;
    padding-left: 75px;
    padding-right: 150px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (min-width: 901px) and (max-width: 1800px) {
  section.services h5, section.services ul {
    padding-left: 60px;
  }
}
@media (min-width: 901px) and (max-width: 1200px) {
  section.services h5, section.services ul {
    padding-left: 40px;
  }
}
@media (min-width: 901px) and (max-width: 900px) {
  section.services h5, section.services ul {
    padding-left: 25px;
  }
}
@media (min-width: 901px) and (max-width: 600px) {
  section.services h5, section.services ul {
    padding-left: 15px;
  }
}
@media (min-width: 901px) and (max-width: 1800px) {
  section.services h5, section.services ul {
    padding-right: 120px;
  }
}
@media (min-width: 901px) and (max-width: 1200px) {
  section.services h5, section.services ul {
    padding-right: 80px;
  }
}
@media (min-width: 901px) and (max-width: 900px) {
  section.services h5, section.services ul {
    padding-right: 50px;
  }
}
@media (min-width: 901px) and (max-width: 600px) {
  section.services h5, section.services ul {
    padding-right: 30px;
  }
}
section.services p, section.services .wp-block-button {
  float: left;
}
section.services .wp-block-button__link {
  margin-top: 25px;
  display: inline-block;
  color: #fff;
  font-family: "DINosaur", dinosaur, -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 100px;
  background-color: #f98a3c;
  padding: 6px 20px 8px 20px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  cursor: pointer;
}
section.services .wp-block-button__link:hover {
  background: rgb(224.1, 124.2, 54);
}

.stories_section {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 150px;
}
@media (max-width: 1800px) {
  .stories_section {
    padding-top: 120px;
  }
}
@media (max-width: 1200px) {
  .stories_section {
    padding-top: 80px;
  }
}
@media (max-width: 900px) {
  .stories_section {
    padding-top: 80px;
  }
}
@media (max-width: 600px) {
  .stories_section {
    padding-top: 60px;
  }
}
.stories_section {
  padding-bottom: 150px;
}
@media (max-width: 1800px) {
  .stories_section {
    padding-bottom: 120px;
  }
}
@media (max-width: 1200px) {
  .stories_section {
    padding-bottom: 80px;
  }
}
@media (max-width: 900px) {
  .stories_section {
    padding-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .stories_section {
    padding-bottom: 60px;
  }
}
.stories_section {
  padding-left: 150px;
}
@media (max-width: 1800px) {
  .stories_section {
    padding-left: 120px;
  }
}
@media (max-width: 1200px) {
  .stories_section {
    padding-left: 80px;
  }
}
@media (max-width: 900px) {
  .stories_section {
    padding-left: 50px;
  }
}
@media (max-width: 600px) {
  .stories_section {
    padding-left: 30px;
  }
}
.stories_section {
  padding-right: 150px;
}
@media (max-width: 1800px) {
  .stories_section {
    padding-right: 120px;
  }
}
@media (max-width: 1200px) {
  .stories_section {
    padding-right: 80px;
  }
}
@media (max-width: 900px) {
  .stories_section {
    padding-right: 50px;
  }
}
@media (max-width: 600px) {
  .stories_section {
    padding-right: 30px;
  }
}
.stories_section {
  background: url("../images/stories_bg.png") no-repeat 105% -10%/auto 60%;
}
@media (max-width: 900px) {
  .stories_section {
    background-position: 120% 30px;
    background-size: 60% auto;
  }
}
.stories_section h3 {
  color: #f98a3c;
  font-family: "Museo Sans", museo-sans, sans-serif;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.1;
}
@media (max-width: 1200px) {
  .stories_section h3 {
    font-size: 52px;
  }
}
@media (max-width: 900px) {
  .stories_section h3 {
    font-size: 42px;
  }
}
@media (max-width: 600px) {
  .stories_section h3 {
    font-size: 36px;
  }
}
.stories_section h3 {
  margin-bottom: 75px;
}
@media (max-width: 1800px) {
  .stories_section h3 {
    margin-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .stories_section h3 {
    margin-bottom: 40px;
  }
}
@media (max-width: 900px) {
  .stories_section h3 {
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .stories_section h3 {
    margin-bottom: 30px;
  }
}
.stories_section p {
  color: #006db6;
  font-family: "DINosaur", dinosaur, -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (max-width: 600px) {
  .stories_section p br {
    display: none;
  }
}
.stories_section .stories .story:hover .fake_link {
  color: #006db6;
}

section.join {
  position: relative;
  z-index: 0;
  text-align: center;
  padding-top: 150px;
}
@media (max-width: 1800px) {
  section.join {
    padding-top: 120px;
  }
}
@media (max-width: 1200px) {
  section.join {
    padding-top: 80px;
  }
}
@media (max-width: 900px) {
  section.join {
    padding-top: 80px;
  }
}
@media (max-width: 600px) {
  section.join {
    padding-top: 60px;
  }
}
section.join {
  padding-bottom: 150px;
}
@media (max-width: 1800px) {
  section.join {
    padding-bottom: 120px;
  }
}
@media (max-width: 1200px) {
  section.join {
    padding-bottom: 80px;
  }
}
@media (max-width: 900px) {
  section.join {
    padding-bottom: 80px;
  }
}
@media (max-width: 600px) {
  section.join {
    padding-bottom: 60px;
  }
}
section.join {
  padding-left: 150px;
}
@media (max-width: 1800px) {
  section.join {
    padding-left: 120px;
  }
}
@media (max-width: 1200px) {
  section.join {
    padding-left: 80px;
  }
}
@media (max-width: 900px) {
  section.join {
    padding-left: 50px;
  }
}
@media (max-width: 600px) {
  section.join {
    padding-left: 30px;
  }
}
section.join {
  padding-right: 150px;
}
@media (max-width: 1800px) {
  section.join {
    padding-right: 120px;
  }
}
@media (max-width: 1200px) {
  section.join {
    padding-right: 80px;
  }
}
@media (max-width: 900px) {
  section.join {
    padding-right: 50px;
  }
}
@media (max-width: 600px) {
  section.join {
    padding-right: 30px;
  }
}
section.join {
  background: #006db6;
}
section.join h3 {
  color: #f98a3c;
  font-family: "Museo Sans", museo-sans, sans-serif;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.1;
}
@media (max-width: 1200px) {
  section.join h3 {
    font-size: 52px;
  }
}
@media (max-width: 900px) {
  section.join h3 {
    font-size: 42px;
  }
}
@media (max-width: 600px) {
  section.join h3 {
    font-size: 36px;
  }
}
section.join h3 {
  margin-bottom: 75px;
}
@media (max-width: 1800px) {
  section.join h3 {
    margin-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  section.join h3 {
    margin-bottom: 40px;
  }
}
@media (max-width: 900px) {
  section.join h3 {
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  section.join h3 {
    margin-bottom: 30px;
  }
}
section.join p {
  color: #fff;
  font-family: "DINosaur", dinosaur, -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 75px;
}
@media (max-width: 1800px) {
  section.join p {
    margin-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  section.join p {
    margin-bottom: 40px;
  }
}
@media (max-width: 900px) {
  section.join p {
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  section.join p {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  section.join p br {
    display: none;
  }
}
section.join .links {
  margin: -10px;
}
section.join .links .link_outer {
  display: inline-block;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 601px) {
  section.join .links .link_outer {
    width: 33.3333333333%;
  }
}
@media (max-width: 600px) {
  section.join .links .link_outer {
    width: 100%;
  }
}
section.join .links .link {
  background: #000;
  position: relative;
  z-index: 0;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 200px;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  cursor: pointer;
}
@media (max-width: 900px) {
  section.join .links .link {
    height: 160px;
    padding: 0 15px;
  }
}
@media (max-width: 600px) {
  section.join .links .link {
    height: 120px;
    padding: 0 20px;
  }
}
section.join .links .link .image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
section.join .links .link .text {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  font-family: "DINosaur", dinosaur, -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
section.join .links .link:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
section.join .links .link:hover {
  background: #075387;
}
section.join .links .link:hover .image {
  opacity: 0.1;
}
section.join .links .link:hover {
  background: #f98a3c;
}
section.join:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -300px;
}
@media (max-width: 1800px) {
  section.join:before {
    top: -240px;
  }
}
@media (max-width: 1200px) {
  section.join:before {
    top: -160px;
  }
}
@media (max-width: 900px) {
  section.join:before {
    top: -160px;
  }
}
@media (max-width: 600px) {
  section.join:before {
    top: -120px;
  }
}
section.join:before {
  left: -50%;
  width: 80%;
  margin-top: 0;
  padding-top: 80%;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.2);
}
section.join:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 20%;
  right: -5%;
  width: 25%;
  margin-top: 0;
  padding-top: 25%;
  border-radius: 100%;
  background: #075387;
}

body.no-featured-image:not(.home), body.single-member {
  margin-top: 140px;
}
@media (max-width: 1000px) {
  body.no-featured-image:not(.home), body.single-member {
    margin-top: 60px;
  }
}

@media (min-width: 601px) {
  .banner:before, .banner .image_outer .image {
    position: absolute;
    top: 0;
    left: 50%;
    width: 76%;
    padding-top: 76%;
    border-radius: 100%;
    /*
    		left: 35%;
    		width: 120%;
    		margin-top: -60%;
    		padding-top: 120%;
    */
  }
}
@media (min-width: 601px) and (max-width: 900px) {
  .banner:before, .banner .image_outer .image {
    left: 50%;
  }
}

.banner {
  position: relative;
  z-index: 1;
  margin-top: 140px;
}
@media (max-width: 1000px) {
  .banner {
    margin-top: 60px;
  }
}
@media (max-width: 600px) {
  .banner {
    margin-top: 90px;
  }
}
@media (min-width: 601px) {
  .banner .image_outer {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    overflow: hidden;
  }
}
@media (min-width: 601px) {
  .banner .image_outer .image {
    z-index: 0;
    border-radius: 100%;
    overflow: hidden;
    background: #f2f2f2;
  }
}
.banner .image_outer .image .image_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 65.8%;
  height: 67vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 900px) {
  .banner .image_outer .image .image_inner {
    width: 65.8%;
  }
}
@media (max-width: 600px) {
  .banner .image_outer .image .image_inner {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 66.667%;
    border-radius: 0 60px 0 0;
  }
}
@media (min-width: 601px) {
  .banner .image_outer .image .image_inner.preload, .banner .image_outer .image .image_inner.first_size_to_banner {
    opacity: 0;
  }
}
.banner .text {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  width: 60%;
  padding: 15vh 0;
  padding-left: 150px;
}
@media (max-width: 1800px) {
  .banner .text {
    padding-left: 120px;
  }
}
@media (max-width: 1200px) {
  .banner .text {
    padding-left: 80px;
  }
}
@media (max-width: 900px) {
  .banner .text {
    padding-left: 50px;
  }
}
@media (max-width: 600px) {
  .banner .text {
    padding-left: 30px;
  }
}
.banner .text {
  padding-right: 150px;
}
@media (max-width: 1800px) {
  .banner .text {
    padding-right: 120px;
  }
}
@media (max-width: 1200px) {
  .banner .text {
    padding-right: 80px;
  }
}
@media (max-width: 900px) {
  .banner .text {
    padding-right: 50px;
  }
}
@media (max-width: 600px) {
  .banner .text {
    padding-right: 30px;
  }
}
@media (max-width: 1000px) {
  .banner .text {
    padding-top: 110px;
  }
}
@media (max-width: 900px) {
  .banner .text {
    padding-bottom: 10vh;
  }
}
@media (max-width: 600px) {
  .banner .text {
    width: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (max-width: 600px) and (max-width: 1800px) {
  .banner .text {
    padding-top: 120px;
  }
}
@media (max-width: 600px) and (max-width: 1200px) {
  .banner .text {
    padding-top: 80px;
  }
}
@media (max-width: 600px) and (max-width: 900px) {
  .banner .text {
    padding-top: 80px;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .banner .text {
    padding-top: 60px;
  }
}
@media (max-width: 600px) and (max-width: 1800px) {
  .banner .text {
    padding-bottom: 120px;
  }
}
@media (max-width: 600px) and (max-width: 1200px) {
  .banner .text {
    padding-bottom: 80px;
  }
}
@media (max-width: 600px) and (max-width: 900px) {
  .banner .text {
    padding-bottom: 80px;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .banner .text {
    padding-bottom: 60px;
  }
}
.banner .text h1 {
  color: #006db6;
  font-family: "Museo Sans", museo-sans, sans-serif;
  font-size: 96px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 1200px) {
  .banner .text h1 {
    font-size: 84px;
  }
}
@media (max-width: 1000px) {
  .banner .text h1 {
    font-size: 72px;
  }
}
@media (max-width: 900px) {
  .banner .text h1 {
    font-size: 56px;
  }
}
@media (max-width: 600px) {
  .banner .text h1 {
    font-size: 44px;
  }
}
.banner .text h1 span {
  display: inline-block;
}
@media (max-width: 600px) {
  .banner .text h1 {
    -ms-hyphens: auto;
        hyphens: auto;
  }
}
.banner .text p {
  width: 66.6667%;
  color: #006db6;
  font-family: "Museo Sans", museo-sans, sans-serif;
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  .banner .text p {
    font-size: 22px;
  }
}
@media (max-width: 900px) {
  .banner .text p {
    font-size: 20px;
  }
}
.banner .text p {
  font-size: 20px;
  margin: 30px auto 0 0;
  max-width: 600px;
}
.banner .text p span {
  display: inline-block;
}
@media (max-width: 600px) {
  .banner .text p {
    width: auto;
    margin-top: 20px;
  }
}
.banner:before {
  content: "";
  z-index: -1;
  background: #075387;
  pointer-events: none;
}
.banner + .content_inner {
  border-radius: 0 0 0 180px;
}
@media (max-width: 900px) {
  .banner + .content_inner {
    border-radius: 0 0 0 100px;
  }
}
@media (max-width: 600px) {
  .banner + .content_inner {
    border-radius: 0 0 0 60px;
  }
}
.banner + .content_inner:last-child {
  border-radius: 0;
}
.banner + .content_inner {
  /*
  	position: relative;

  	&:before, &:after {
  		content: '';
  		position: absolute;
  		bottom: 0;
  		left: 0;
  		@include spacing('width', 1.5);
  		@include spacing('height', 1.5);
  		background: #fff;
  	}
  	&:after {
  		background: $blue;
  		border-radius: 0 0 0 100%;
  	}
  */
}
main .content_inner form, .code_of_ethics, .jobs_section .jobs .job, .jobs_section h2, main .content_inner .wp-block-columns.has_buttons, main .content_inner .wp-block-button, main .content_inner .wp-block-image, main .content_inner .wp-block-embed-youtube.wp-embed-aspect-16-9, main .content_inner ul, main .content_inner ol, main .content_inner blockquote, main .content_inner p, main .content_inner h4, main .content_inner h3, main .content_inner h2, main .content_inner h1, .banner + .content_inner .wp-block-columns.has-2-columns {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

main .content_inner {
  position: relative;
  color: #fff;
  background: #006db6;
  margin: auto;
  padding-left: 150px;
}
@media (max-width: 1800px) {
  main .content_inner {
    padding-left: 120px;
  }
}
@media (max-width: 1200px) {
  main .content_inner {
    padding-left: 80px;
  }
}
@media (max-width: 900px) {
  main .content_inner {
    padding-left: 50px;
  }
}
@media (max-width: 600px) {
  main .content_inner {
    padding-left: 30px;
  }
}
main .content_inner {
  padding-right: 150px;
}
@media (max-width: 1800px) {
  main .content_inner {
    padding-right: 120px;
  }
}
@media (max-width: 1200px) {
  main .content_inner {
    padding-right: 80px;
  }
}
@media (max-width: 900px) {
  main .content_inner {
    padding-right: 50px;
  }
}
@media (max-width: 600px) {
  main .content_inner {
    padding-right: 30px;
  }
}
main .content_inner {
  padding-top: 150px;
}
@media (max-width: 1800px) {
  main .content_inner {
    padding-top: 120px;
  }
}
@media (max-width: 1200px) {
  main .content_inner {
    padding-top: 80px;
  }
}
@media (max-width: 900px) {
  main .content_inner {
    padding-top: 80px;
  }
}
@media (max-width: 600px) {
  main .content_inner {
    padding-top: 60px;
  }
}
main .content_inner {
  padding-bottom: 150px;
}
@media (max-width: 1800px) {
  main .content_inner {
    padding-bottom: 120px;
  }
}
@media (max-width: 1200px) {
  main .content_inner {
    padding-bottom: 80px;
  }
}
@media (max-width: 900px) {
  main .content_inner {
    padding-bottom: 80px;
  }
}
@media (max-width: 600px) {
  main .content_inner {
    padding-bottom: 60px;
  }
}
main .content_inner * {
  position: relative;
  z-index: 1;
}
main .content_inner h1 {
  color: inherit;
  font-family: "Museo Sans", museo-sans, sans-serif;
  font-size: 96px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 1200px) {
  main .content_inner h1 {
    font-size: 84px;
  }
}
@media (max-width: 1000px) {
  main .content_inner h1 {
    font-size: 72px;
  }
}
@media (max-width: 900px) {
  main .content_inner h1 {
    font-size: 56px;
  }
}
@media (max-width: 600px) {
  main .content_inner h1 {
    font-size: 44px;
  }
}
main .content_inner h1 {
  margin-top: 150px;
}
@media (max-width: 1800px) {
  main .content_inner h1 {
    margin-top: 120px;
  }
}
@media (max-width: 1200px) {
  main .content_inner h1 {
    margin-top: 80px;
  }
}
@media (max-width: 900px) {
  main .content_inner h1 {
    margin-top: 80px;
  }
}
@media (max-width: 600px) {
  main .content_inner h1 {
    margin-top: 60px;
  }
}
main .content_inner h1 {
  margin-bottom: 75px;
}
@media (max-width: 1800px) {
  main .content_inner h1 {
    margin-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  main .content_inner h1 {
    margin-bottom: 40px;
  }
}
@media (max-width: 900px) {
  main .content_inner h1 {
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  main .content_inner h1 {
    margin-bottom: 30px;
  }
}
main .content_inner h1:first-child {
  margin-top: 0 !important;
}
main .content_inner h2 {
  color: inherit;
  font-family: "Museo Sans", museo-sans, sans-serif;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.1;
}
@media (max-width: 1200px) {
  main .content_inner h2 {
    font-size: 52px;
  }
}
@media (max-width: 900px) {
  main .content_inner h2 {
    font-size: 42px;
  }
}
@media (max-width: 600px) {
  main .content_inner h2 {
    font-size: 36px;
  }
}
main .content_inner h2 {
  margin-top: 150px;
}
@media (max-width: 1800px) {
  main .content_inner h2 {
    margin-top: 120px;
  }
}
@media (max-width: 1200px) {
  main .content_inner h2 {
    margin-top: 80px;
  }
}
@media (max-width: 900px) {
  main .content_inner h2 {
    margin-top: 80px;
  }
}
@media (max-width: 600px) {
  main .content_inner h2 {
    margin-top: 60px;
  }
}
main .content_inner h2 {
  margin-bottom: 75px;
}
@media (max-width: 1800px) {
  main .content_inner h2 {
    margin-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  main .content_inner h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 900px) {
  main .content_inner h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  main .content_inner h2 {
    margin-bottom: 30px;
  }
}
main .content_inner h2:first-child {
  margin-top: 0 !important;
}
main .content_inner h3 {
  color: inherit;
  font-family: "Museo Sans", museo-sans, sans-serif;
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  main .content_inner h3 {
    font-size: 32px;
  }
}
@media (max-width: 900px) {
  main .content_inner h3 {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  main .content_inner h3 {
    font-size: 24px;
  }
}
main .content_inner h3 {
  margin-top: 75px;
}
@media (max-width: 1800px) {
  main .content_inner h3 {
    margin-top: 60px;
  }
}
@media (max-width: 1200px) {
  main .content_inner h3 {
    margin-top: 40px;
  }
}
@media (max-width: 900px) {
  main .content_inner h3 {
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  main .content_inner h3 {
    margin-top: 30px;
  }
}
main .content_inner h3 {
  margin-bottom: 37.5px;
}
@media (max-width: 1800px) {
  main .content_inner h3 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  main .content_inner h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 900px) {
  main .content_inner h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  main .content_inner h3 {
    margin-bottom: 15px;
  }
}
main .content_inner h3:first-child {
  margin-top: 0 !important;
}
main .content_inner h4 {
  color: #f98a3c;
  font-family: "Museo Sans", museo-sans, sans-serif;
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  main .content_inner h4 {
    font-size: 22px;
  }
}
@media (max-width: 900px) {
  main .content_inner h4 {
    font-size: 20px;
  }
}
main .content_inner h4 {
  margin-top: 37.5px;
}
@media (max-width: 1800px) {
  main .content_inner h4 {
    margin-top: 30px;
  }
}
@media (max-width: 1200px) {
  main .content_inner h4 {
    margin-top: 20px;
  }
}
@media (max-width: 900px) {
  main .content_inner h4 {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  main .content_inner h4 {
    margin-top: 15px;
  }
}
main .content_inner h4 {
  margin-bottom: 20px;
}
main .content_inner h4:first-child {
  margin-top: 0 !important;
}
main .content_inner p {
  color: inherit;
  font-family: "DINosaur", dinosaur, -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-top: 20px;
  margin-bottom: 20px;
}
main .content_inner p a {
  color: #f98a3c;
  font-weight: 600;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
main .content_inner p a:hover, main .content_inner p a:focus, main .content_inner p a:active {
  color: #075387;
}
main .content_inner p a:hover, main .content_inner p a:focus, main .content_inner p a:active {
  color: #fff;
}
main .content_inner p:first-child {
  margin-top: 0;
}
main .content_inner p:last-child {
  margin-bottom: 0;
}
main .content_inner blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
}
main .content_inner blockquote p {
  color: inherit;
  font-family: "Museo Sans", museo-sans, sans-serif;
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  main .content_inner blockquote p {
    font-size: 22px;
  }
}
@media (max-width: 900px) {
  main .content_inner blockquote p {
    font-size: 20px;
  }
}
main .content_inner blockquote p {
  max-width: none;
}
main .content_inner blockquote:first-child {
  margin-top: 0;
}
main .content_inner blockquote:last-child {
  margin-bottom: 0;
}
main .content_inner ul li, main .content_inner ol li {
  position: relative;
  color: inherit;
  font-family: "DINosaur", dinosaur, -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding-left: 20px;
}
main .content_inner ul li + li, main .content_inner ol li + li {
  margin-top: 5px;
}
main .content_inner ul li:before, main .content_inner ol li:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 100%;
  background: #f98a3c;
}
main .content_inner ul, main .content_inner ol {
  margin-top: 20px;
  margin-bottom: 20px;
}
main .content_inner ul:first-child, main .content_inner ol:first-child {
  margin-top: 0;
}
main .content_inner ul:last-child, main .content_inner ol:last-child {
  margin-bottom: 0;
}
main .content_inner ol li {
  list-style: decimal;
  padding-left: 2px;
  margin-left: 18px;
}
main .content_inner ol li:before {
  content: none;
}
main .content_inner .wp-block-embed-youtube.wp-embed-aspect-16-9 {
  margin-top: 75px;
}
@media (max-width: 1800px) {
  main .content_inner .wp-block-embed-youtube.wp-embed-aspect-16-9 {
    margin-top: 60px;
  }
}
@media (max-width: 1200px) {
  main .content_inner .wp-block-embed-youtube.wp-embed-aspect-16-9 {
    margin-top: 40px;
  }
}
@media (max-width: 900px) {
  main .content_inner .wp-block-embed-youtube.wp-embed-aspect-16-9 {
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  main .content_inner .wp-block-embed-youtube.wp-embed-aspect-16-9 {
    margin-top: 30px;
  }
}
main .content_inner .wp-block-embed-youtube.wp-embed-aspect-16-9 {
  margin-bottom: 75px;
}
@media (max-width: 1800px) {
  main .content_inner .wp-block-embed-youtube.wp-embed-aspect-16-9 {
    margin-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  main .content_inner .wp-block-embed-youtube.wp-embed-aspect-16-9 {
    margin-bottom: 40px;
  }
}
@media (max-width: 900px) {
  main .content_inner .wp-block-embed-youtube.wp-embed-aspect-16-9 {
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  main .content_inner .wp-block-embed-youtube.wp-embed-aspect-16-9 {
    margin-bottom: 30px;
  }
}
main .content_inner .wp-block-embed-youtube.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: relative;
}
main .content_inner .wp-block-embed-youtube.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
}
main .content_inner .wp-block-embed-youtube.wp-embed-aspect-16-9 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main .content_inner .wp-block-embed-youtube.wp-embed-aspect-16-9:first-child {
  margin-top: 0 !important;
}
main .content_inner .wp-block-embed-youtube.wp-embed-aspect-16-9:last-child {
  margin-bottom: 0 !important;
}
main .content_inner .wp-block-image {
  margin-top: 75px;
}
@media (max-width: 1800px) {
  main .content_inner .wp-block-image {
    margin-top: 60px;
  }
}
@media (max-width: 1200px) {
  main .content_inner .wp-block-image {
    margin-top: 40px;
  }
}
@media (max-width: 900px) {
  main .content_inner .wp-block-image {
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  main .content_inner .wp-block-image {
    margin-top: 30px;
  }
}
main .content_inner .wp-block-image {
  margin-bottom: 75px;
}
@media (max-width: 1800px) {
  main .content_inner .wp-block-image {
    margin-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  main .content_inner .wp-block-image {
    margin-bottom: 40px;
  }
}
@media (max-width: 900px) {
  main .content_inner .wp-block-image {
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  main .content_inner .wp-block-image {
    margin-bottom: 30px;
  }
}
main .content_inner .wp-block-image img {
  max-width: 100%;
  height: auto !important;
}
main .content_inner .wp-block-image:first-child {
  margin-top: 0 !important;
}
main .content_inner .wp-block-image:last-child {
  margin-bottom: 0 !important;
}
main .content_inner .wp-block-button {
  margin-top: 25px;
  margin-bottom: 0;
}
main .content_inner .wp-block-button:first-child {
  margin-top: 0;
}
main .content_inner .wp-block-button:last-child {
  margin-bottom: 0;
}
main .content_inner .wp-block-button a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-family: "DINosaur", dinosaur, -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 100px;
  background-color: #f98a3c;
  padding: 6px 20px 8px 20px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  cursor: pointer;
}
main .content_inner .wp-block-button a:hover {
  background: rgb(224.1, 124.2, 54);
}
main .content_inner .wp-block-columns {
  margin-top: 150px;
}
@media (max-width: 1800px) {
  main .content_inner .wp-block-columns {
    margin-top: 120px;
  }
}
@media (max-width: 1200px) {
  main .content_inner .wp-block-columns {
    margin-top: 80px;
  }
}
@media (max-width: 900px) {
  main .content_inner .wp-block-columns {
    margin-top: 80px;
  }
}
@media (max-width: 600px) {
  main .content_inner .wp-block-columns {
    margin-top: 60px;
  }
}
main .content_inner .wp-block-columns .wp-block-column {
  margin-bottom: 0 !important;
}
@media (min-width: 600px) {
  main .content_inner .wp-block-columns .wp-block-column {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
main .content_inner .wp-block-columns .wp-block-column .wp-block-button {
  margin-top: 25px;
}
main .content_inner .wp-block-columns .wp-block-column:not(:first-child) {
  margin-left: 0;
}
@media (min-width: 782px) {
  main .content_inner .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 80px;
  }
}
@media (max-width: 781px) {
  main .content_inner .wp-block-columns .wp-block-column:not(:first-child) {
    margin-top: 50px;
  }
}
main .content_inner .wp-block-columns.has_buttons {
  display: block;
  margin-top: 75px;
}
@media (max-width: 1800px) {
  main .content_inner .wp-block-columns.has_buttons {
    margin-top: 60px;
  }
}
@media (max-width: 1200px) {
  main .content_inner .wp-block-columns.has_buttons {
    margin-top: 40px;
  }
}
@media (max-width: 900px) {
  main .content_inner .wp-block-columns.has_buttons {
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  main .content_inner .wp-block-columns.has_buttons {
    margin-top: 30px;
  }
}
main .content_inner .wp-block-columns.has_buttons .wp-block-column {
  display: inline-block;
  vertical-align: middle;
}
main .content_inner .wp-block-columns.has_buttons .wp-block-column .wp-block-button {
  margin-top: 0 !important;
}
main .content_inner .wp-block-columns.has_buttons .wp-block-column:not(:first-child) {
  margin-left: 20px;
}
main .content_inner .wp-block-columns + .wp-block-columns {
  margin-top: 150px;
}
@media (max-width: 1800px) {
  main .content_inner .wp-block-columns + .wp-block-columns {
    margin-top: 120px;
  }
}
@media (max-width: 1200px) {
  main .content_inner .wp-block-columns + .wp-block-columns {
    margin-top: 80px;
  }
}
@media (max-width: 900px) {
  main .content_inner .wp-block-columns + .wp-block-columns {
    margin-top: 80px;
  }
}
@media (max-width: 600px) {
  main .content_inner .wp-block-columns + .wp-block-columns {
    margin-top: 60px;
  }
}
main .content_inner .wp-block-columns:first-child {
  margin-top: 0 !important;
}
main .content_inner:first-child:before, main .content_inner:first-child:after, main .content_inner + .content_inner:before, main .content_inner + .content_inner:after, main .content_inner:last-child:before, main .content_inner:last-child:after {
  content: none;
}

.content_inner:first-child, .banner + .content_inner + .content_inner {
  position: relative;
  z-index: 1;
  background: #fff;
  color: #006db6;
}
.content_inner:first-child p a:hover, .content_inner:first-child p a:focus, .content_inner:first-child p a:active, .banner + .content_inner + .content_inner p a:hover, .banner + .content_inner + .content_inner p a:focus, .banner + .content_inner + .content_inner p a:active {
  color: #006db6;
}

.banner + .content_inner + .content_inner + .content_inner {
  position: relative;
  z-index: 1;
}
.banner + .content_inner + .content_inner + .content_inner:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -300px;
}
@media (max-width: 1800px) {
  .banner + .content_inner + .content_inner + .content_inner:before {
    top: -240px;
  }
}
@media (max-width: 1200px) {
  .banner + .content_inner + .content_inner + .content_inner:before {
    top: -160px;
  }
}
@media (max-width: 900px) {
  .banner + .content_inner + .content_inner + .content_inner:before {
    top: -160px;
  }
}
@media (max-width: 600px) {
  .banner + .content_inner + .content_inner + .content_inner:before {
    top: -120px;
  }
}
.banner + .content_inner + .content_inner + .content_inner:before {
  left: -50%;
  width: 80%;
  margin-top: 0;
  padding-top: 80%;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.banner + .content_inner + .content_inner + .content_inner:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: -5%;
  width: 25%;
  margin-top: 0;
  padding-top: 25%;
  border-radius: 100%;
  background: #075387;
}

@media (max-width: 1200px) {
  body.no-featured-image main .content_inner {
    padding-top: 90px;
  }
}
@media (max-width: 900px) {
  body.no-featured-image main .content_inner {
    padding-top: 90px;
  }
}
@media (max-width: 600px) {
  body.no-featured-image main .content_inner {
    padding-top: 90px;
  }
}

.services_section {
  position: relative;
  z-index: 1;
  background: #fff;
  padding-left: 150px;
}
@media (max-width: 1800px) {
  .services_section {
    padding-left: 120px;
  }
}
@media (max-width: 1200px) {
  .services_section {
    padding-left: 80px;
  }
}
@media (max-width: 900px) {
  .services_section {
    padding-left: 50px;
  }
}
@media (max-width: 600px) {
  .services_section {
    padding-left: 30px;
  }
}
.services_section {
  padding-right: 150px;
}
@media (max-width: 1800px) {
  .services_section {
    padding-right: 120px;
  }
}
@media (max-width: 1200px) {
  .services_section {
    padding-right: 80px;
  }
}
@media (max-width: 900px) {
  .services_section {
    padding-right: 50px;
  }
}
@media (max-width: 600px) {
  .services_section {
    padding-right: 30px;
  }
}
.services_section {
  padding-top: 150px;
}
@media (max-width: 1800px) {
  .services_section {
    padding-top: 120px;
  }
}
@media (max-width: 1200px) {
  .services_section {
    padding-top: 80px;
  }
}
@media (max-width: 900px) {
  .services_section {
    padding-top: 80px;
  }
}
@media (max-width: 600px) {
  .services_section {
    padding-top: 60px;
  }
}
.services_section {
  padding-bottom: 150px;
}
@media (max-width: 1800px) {
  .services_section {
    padding-bottom: 120px;
  }
}
@media (max-width: 1200px) {
  .services_section {
    padding-bottom: 80px;
  }
}
@media (max-width: 900px) {
  .services_section {
    padding-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .services_section {
    padding-bottom: 60px;
  }
}
.services_section h2 {
  color: #006db6;
  font-family: "Museo Sans", museo-sans, sans-serif;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.1;
}
@media (max-width: 1200px) {
  .services_section h2 {
    font-size: 52px;
  }
}
@media (max-width: 900px) {
  .services_section h2 {
    font-size: 42px;
  }
}
@media (max-width: 600px) {
  .services_section h2 {
    font-size: 36px;
  }
}
.services_section h2 {
  margin-bottom: 150px;
}
@media (max-width: 1800px) {
  .services_section h2 {
    margin-bottom: 120px;
  }
}
@media (max-width: 1200px) {
  .services_section h2 {
    margin-bottom: 80px;
  }
}
@media (max-width: 900px) {
  .services_section h2 {
    margin-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .services_section h2 {
    margin-bottom: 60px;
  }
}
.services_section .services {
  margin: -40px;
}
.services_section .services a.service {
  display: inline-block;
  vertical-align: top;
  width: 33.3333333333%;
  padding: 40px;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 900px) {
  .services_section .services a.service {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .services_section .services a.service {
    width: 100%;
  }
}
.services_section .services a.service .image {
  display: block;
  width: 100%;
  padding-top: 60%;
  background: #ccc;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.services_section .services a.service .heading {
  display: block;
  color: #006db6;
  font-family: "Museo Sans", museo-sans, sans-serif;
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  .services_section .services a.service .heading {
    font-size: 22px;
  }
}
@media (max-width: 900px) {
  .services_section .services a.service .heading {
    font-size: 20px;
  }
}
.services_section .services a.service .heading {
  margin: 40px 0 15px 0;
}
.services_section .services a.service .description {
  display: block;
  color: #006db6;
  font-family: "DINosaur", dinosaur, -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
.services_section .services a.service .description span {
  display: inline-block;
}
.services_section .services a.service .fake_link {
  color: #f98a3c;
  font-family: "DINosaur", dinosaur, -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: bold;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.services_section .services a.service:before {
  content: none;
}
.services_section .services a.service:hover .fake_link {
  color: #006db6;
}

body.single-job .content_inner:last-child {
  position: relative;
  z-index: 1;
  color: #fff;
  background: #006db6;
}
body.single-job .content_inner:last-child:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -150px;
}
@media (max-width: 1800px) {
  body.single-job .content_inner:last-child:before {
    top: -120px;
  }
}
@media (max-width: 1200px) {
  body.single-job .content_inner:last-child:before {
    top: -80px;
  }
}
@media (max-width: 900px) {
  body.single-job .content_inner:last-child:before {
    top: -80px;
  }
}
@media (max-width: 600px) {
  body.single-job .content_inner:last-child:before {
    top: -60px;
  }
}
body.single-job .content_inner:last-child:before {
  left: -20%;
  width: 60%;
  margin-top: 0;
  padding-top: 60%;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.2);
}
body.single-job .content_inner:last-child:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 125%;
  right: -5%;
  width: 25%;
  margin-top: 0;
  padding-top: 25%;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.jobs_section {
  position: relative;
  z-index: 1;
  background: #fff;
  padding-left: 150px;
}
@media (max-width: 1800px) {
  .jobs_section {
    padding-left: 120px;
  }
}
@media (max-width: 1200px) {
  .jobs_section {
    padding-left: 80px;
  }
}
@media (max-width: 900px) {
  .jobs_section {
    padding-left: 50px;
  }
}
@media (max-width: 600px) {
  .jobs_section {
    padding-left: 30px;
  }
}
.jobs_section {
  padding-right: 150px;
}
@media (max-width: 1800px) {
  .jobs_section {
    padding-right: 120px;
  }
}
@media (max-width: 1200px) {
  .jobs_section {
    padding-right: 80px;
  }
}
@media (max-width: 900px) {
  .jobs_section {
    padding-right: 50px;
  }
}
@media (max-width: 600px) {
  .jobs_section {
    padding-right: 30px;
  }
}
.jobs_section {
  padding-top: 150px;
}
@media (max-width: 1800px) {
  .jobs_section {
    padding-top: 120px;
  }
}
@media (max-width: 1200px) {
  .jobs_section {
    padding-top: 80px;
  }
}
@media (max-width: 900px) {
  .jobs_section {
    padding-top: 80px;
  }
}
@media (max-width: 600px) {
  .jobs_section {
    padding-top: 60px;
  }
}
.jobs_section {
  padding-bottom: 150px;
}
@media (max-width: 1800px) {
  .jobs_section {
    padding-bottom: 120px;
  }
}
@media (max-width: 1200px) {
  .jobs_section {
    padding-bottom: 80px;
  }
}
@media (max-width: 900px) {
  .jobs_section {
    padding-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .jobs_section {
    padding-bottom: 60px;
  }
}
.jobs_section h2 {
  color: #006db6;
  font-family: "Museo Sans", museo-sans, sans-serif;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.1;
}
@media (max-width: 1200px) {
  .jobs_section h2 {
    font-size: 52px;
  }
}
@media (max-width: 900px) {
  .jobs_section h2 {
    font-size: 42px;
  }
}
@media (max-width: 600px) {
  .jobs_section h2 {
    font-size: 36px;
  }
}
.jobs_section h2 {
  margin-bottom: 150px;
}
@media (max-width: 1800px) {
  .jobs_section h2 {
    margin-bottom: 120px;
  }
}
@media (max-width: 1200px) {
  .jobs_section h2 {
    margin-bottom: 80px;
  }
}
@media (max-width: 900px) {
  .jobs_section h2 {
    margin-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .jobs_section h2 {
    margin-bottom: 60px;
  }
}
.jobs_section .jobs .job {
  display: block;
  /*
  			display: inline-block;
  			vertical-align: top;
  			width: percentage(1/3);
  			padding: 40px;
  			margin: 0;
  			box-sizing: border-box;
  */
  /*
  			@include mobile() {
  				width: 50%;
  			}
  			@include phone() {
  				width: 100%;
  			}
  */
  /*
  			.image {
  				display: block;
  				width: 100%;
  				padding-top: 60%;
  				background: #ccc;
  				@include cover();
  			}
  */
}
.jobs_section .jobs .job .heading {
  display: block;
  color: #006db6;
  font-family: "Museo Sans", museo-sans, sans-serif;
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  .jobs_section .jobs .job .heading {
    font-size: 22px;
  }
}
@media (max-width: 900px) {
  .jobs_section .jobs .job .heading {
    font-size: 20px;
  }
}
.jobs_section .jobs .job .heading {
  margin: 0 0 15px 0;
}
.jobs_section .jobs .job .description {
  display: block;
  color: #006db6;
  font-family: "DINosaur", dinosaur, -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
.jobs_section .jobs .job .fake_link {
  color: #f98a3c;
  font-family: "DINosaur", dinosaur, -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: bold;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.jobs_section .jobs .job + .job {
  margin-top: 50px;
}
.jobs_section .jobs .job:before {
  content: none;
}
.jobs_section .jobs .job:hover .fake_link {
  color: #006db6;
}

.page-id-265 .intro h1, .page-id-265 .intro h2 {
  color: #f98a3c;
}
.page-id-265 .intro p + p {
  margin-top: 20px;
}
.page-id-265 .content_inner {
  position: relative;
  z-index: 0;
  overflow: hidden;
  color: #fff;
  background: #006db6;
  padding-left: 150px;
}
@media (max-width: 1800px) {
  .page-id-265 .content_inner {
    padding-left: 120px;
  }
}
@media (max-width: 1200px) {
  .page-id-265 .content_inner {
    padding-left: 80px;
  }
}
@media (max-width: 900px) {
  .page-id-265 .content_inner {
    padding-left: 50px;
  }
}
@media (max-width: 600px) {
  .page-id-265 .content_inner {
    padding-left: 30px;
  }
}
.page-id-265 .content_inner {
  padding-right: 150px;
}
@media (max-width: 1800px) {
  .page-id-265 .content_inner {
    padding-right: 120px;
  }
}
@media (max-width: 1200px) {
  .page-id-265 .content_inner {
    padding-right: 80px;
  }
}
@media (max-width: 900px) {
  .page-id-265 .content_inner {
    padding-right: 50px;
  }
}
@media (max-width: 600px) {
  .page-id-265 .content_inner {
    padding-right: 30px;
  }
}
.page-id-265 .content_inner {
  padding-top: 150px;
}
@media (max-width: 1800px) {
  .page-id-265 .content_inner {
    padding-top: 120px;
  }
}
@media (max-width: 1200px) {
  .page-id-265 .content_inner {
    padding-top: 80px;
  }
}
@media (max-width: 900px) {
  .page-id-265 .content_inner {
    padding-top: 80px;
  }
}
@media (max-width: 600px) {
  .page-id-265 .content_inner {
    padding-top: 60px;
  }
}
.page-id-265 .content_inner {
  padding-bottom: 150px;
}
@media (max-width: 1800px) {
  .page-id-265 .content_inner {
    padding-bottom: 120px;
  }
}
@media (max-width: 1200px) {
  .page-id-265 .content_inner {
    padding-bottom: 80px;
  }
}
@media (max-width: 900px) {
  .page-id-265 .content_inner {
    padding-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .page-id-265 .content_inner {
    padding-bottom: 60px;
  }
}
.page-id-265 .content_inner {
  border-radius: 0 0 0 180px;
}
@media (max-width: 900px) {
  .page-id-265 .content_inner {
    border-radius: 0 0 0 100px;
  }
}
@media (max-width: 600px) {
  .page-id-265 .content_inner {
    border-radius: 0 0 0 60px;
  }
}
.page-id-265 .content_inner:last-child {
  border-radius: 0;
}
.page-id-265 .content_inner {
  /*
  	position: relative;

  	&:before, &:after {
  		content: '';
  		position: absolute;
  		bottom: 0;
  		left: 0;
  		@include spacing('width', 1.5);
  		@include spacing('height', 1.5);
  		background: #fff;
  	}
  	&:after {
  		background: $blue;
  		border-radius: 0 0 0 100%;
  	}
  */
  /*
  		h2 {
  			@include h_b($orange);
  			// text-align: center;
  			@include spacing('margin-bottom', 0.5);
  			@extend %content_max_width;
  		}
  		p {
  			@include p(#fff);
  			@extend %content_max_width;

  			+ p {
  				margin-top: 20px;
  				@include spacing('margin-bottom');
  			}
  		}
  */
}
.page-id-265 .content_inner:before {
  content: "" !important;
  position: absolute;
  z-index: -1;
  top: 20%;
  left: -30%;
  width: 60%;
  margin-top: 0;
  padding-top: 60%;
  border-radius: 100%;
  background: #075387;
}
.page-id-265 .content_inner {
  /*
  		&:after { // circle
  			content: '' !important;
  			position: absolute;
  			z-index: -1;
  			top: 50%;
  			right: -5%;
  			width: 25%;
  			margin-top: 0;
  			padding-top: 25%;
  			border-radius: 100%;
  			background: $blue_darker; // rgba(#000,0.2);
  		}
  */
}

.stories {
  margin: 0 -40px -80px -40px;
  margin-top: 150px;
}
@media (max-width: 1800px) {
  .stories {
    margin-top: 120px;
  }
}
@media (max-width: 1200px) {
  .stories {
    margin-top: 80px;
  }
}
@media (max-width: 900px) {
  .stories {
    margin-top: 80px;
  }
}
@media (max-width: 600px) {
  .stories {
    margin-top: 60px;
  }
}
.stories .story {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 33.3333333333%;
  padding: 0 40px 80px 40px;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 900px) {
  .stories .story {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .stories .story {
    width: 100%;
  }
}
.stories .story .image {
  display: block;
  width: 100%;
  padding-top: 100%;
  background: #ccc;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (max-width: 600px) {
  .stories .story .image {
    padding-top: 60%;
  }
}
.stories .story .heading {
  display: block;
  color: inherit;
  font-family: "Museo Sans", museo-sans, sans-serif;
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  .stories .story .heading {
    font-size: 22px;
  }
}
@media (max-width: 900px) {
  .stories .story .heading {
    font-size: 20px;
  }
}
.stories .story .heading {
  margin: 40px 0 15px 0;
}
.stories .story .description {
  display: block;
  color: inherit;
  font-family: "DINosaur", dinosaur, -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
.stories .story .fake_link {
  color: #f98a3c;
  font-family: "DINosaur", dinosaur, -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: bold;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.stories .story:before {
  content: none;
}
.stories .story:hover .fake_link {
  color: #fff;
}

body.page-id-45 main .content_inner + .content_inner {
  background: url("../images/stories_bg.png") no-repeat 105% -10%/auto 60%;
}

main .content_inner h4.code_of_ethics_heading {
  margin-top: 75px;
}
@media (max-width: 1800px) {
  main .content_inner h4.code_of_ethics_heading {
    margin-top: 60px;
  }
}
@media (max-width: 1200px) {
  main .content_inner h4.code_of_ethics_heading {
    margin-top: 40px;
  }
}
@media (max-width: 900px) {
  main .content_inner h4.code_of_ethics_heading {
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  main .content_inner h4.code_of_ethics_heading {
    margin-top: 30px;
  }
}

.code_of_ethics .code_of_ethics_inner {
  width: 100%;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.code_of_ethics .item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 100%;
  position: relative;
  padding-right: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.code_of_ethics .item .heading {
  color: #006db6;
  font-family: "DINosaur", dinosaur, -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.code_of_ethics .item .description {
  color: #006db6;
  font-family: "Museo Sans", museo-sans, sans-serif;
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .code_of_ethics .item .description {
    font-size: 32px;
  }
}
@media (max-width: 900px) {
  .code_of_ethics .item .description {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .code_of_ethics .item .description {
    font-size: 24px;
  }
}
.code_of_ethics .item .description {
  padding-top: 10px;
}
.code_of_ethics .item .description span {
  display: inline-block;
}
.code_of_ethics .item + .item {
  margin-left: -100%;
}
.code_of_ethics .button_nav {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 100%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.code_of_ethics .button_nav:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-top: solid 3px #006db6;
  border-right: solid 3px #006db6;
  margin: -8px 0 0 -8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
@media (min-width: 901px) {
  .code_of_ethics .button_nav:hover {
    background: #f98a3c;
  }
  .code_of_ethics .button_nav:hover:after {
    border-color: #fff;
  }
}
@media (max-width: 900px) {
  .code_of_ethics .button_nav:active {
    background: #f98a3c;
  }
  .code_of_ethics .button_nav:active:after {
    border-color: #fff;
  }
}
.code_of_ethics .button_nav.back:after {
  -webkit-transform: rotate(-135deg) translate(-2px, 2px);
          transform: rotate(-135deg) translate(-2px, 2px);
}
.code_of_ethics .button_nav.forward {
  top: 60px;
}
.code_of_ethics .button_nav.forward:after {
  -webkit-transform: rotate(45deg) translate(-2px, 2px);
          transform: rotate(45deg) translate(-2px, 2px);
}
.code_of_ethics.active-1 .item:nth-child(1) {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.code_of_ethics.active-1 .item:nth-child(2) {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.code_of_ethics.active-1 .item:nth-child(3) {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.code_of_ethics.active-1 .item:nth-child(4) {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.code_of_ethics.active-1 .item:nth-child(5) {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.code_of_ethics.active-1 .item:nth-child(6) {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.code_of_ethics.active-1 .item:nth-child(7) {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.code_of_ethics.active-2 .item:nth-child(1) {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.code_of_ethics.active-2 .item:nth-child(2) {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.code_of_ethics.active-2 .item:nth-child(3) {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.code_of_ethics.active-2 .item:nth-child(4) {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.code_of_ethics.active-2 .item:nth-child(5) {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.code_of_ethics.active-2 .item:nth-child(6) {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.code_of_ethics.active-2 .item:nth-child(7) {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.code_of_ethics.active-3 .item:nth-child(1) {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.code_of_ethics.active-3 .item:nth-child(2) {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.code_of_ethics.active-3 .item:nth-child(3) {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.code_of_ethics.active-3 .item:nth-child(4) {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.code_of_ethics.active-3 .item:nth-child(5) {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.code_of_ethics.active-3 .item:nth-child(6) {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.code_of_ethics.active-3 .item:nth-child(7) {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.code_of_ethics.active-4 .item:nth-child(1) {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.code_of_ethics.active-4 .item:nth-child(2) {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.code_of_ethics.active-4 .item:nth-child(3) {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.code_of_ethics.active-4 .item:nth-child(4) {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.code_of_ethics.active-4 .item:nth-child(5) {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.code_of_ethics.active-4 .item:nth-child(6) {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.code_of_ethics.active-4 .item:nth-child(7) {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.code_of_ethics.active-5 .item:nth-child(1) {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.code_of_ethics.active-5 .item:nth-child(2) {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.code_of_ethics.active-5 .item:nth-child(3) {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.code_of_ethics.active-5 .item:nth-child(4) {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.code_of_ethics.active-5 .item:nth-child(5) {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.code_of_ethics.active-5 .item:nth-child(6) {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.code_of_ethics.active-5 .item:nth-child(7) {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.code_of_ethics.active-6 .item:nth-child(1) {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.code_of_ethics.active-6 .item:nth-child(2) {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.code_of_ethics.active-6 .item:nth-child(3) {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.code_of_ethics.active-6 .item:nth-child(4) {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.code_of_ethics.active-6 .item:nth-child(5) {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.code_of_ethics.active-6 .item:nth-child(6) {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.code_of_ethics.active-6 .item:nth-child(7) {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.code_of_ethics.active-7 .item:nth-child(1) {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.code_of_ethics.active-7 .item:nth-child(2) {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.code_of_ethics.active-7 .item:nth-child(3) {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.code_of_ethics.active-7 .item:nth-child(4) {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.code_of_ethics.active-7 .item:nth-child(5) {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.code_of_ethics.active-7 .item:nth-child(6) {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.code_of_ethics.active-7 .item:nth-child(7) {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.team_section {
  position: relative;
  z-index: 1;
  background: #006db6;
  color: #fff;
  padding-top: 150px;
}
@media (max-width: 1800px) {
  .team_section {
    padding-top: 120px;
  }
}
@media (max-width: 1200px) {
  .team_section {
    padding-top: 80px;
  }
}
@media (max-width: 900px) {
  .team_section {
    padding-top: 80px;
  }
}
@media (max-width: 600px) {
  .team_section {
    padding-top: 60px;
  }
}
.team_section {
  padding-bottom: 150px;
}
@media (max-width: 1800px) {
  .team_section {
    padding-bottom: 120px;
  }
}
@media (max-width: 1200px) {
  .team_section {
    padding-bottom: 80px;
  }
}
@media (max-width: 900px) {
  .team_section {
    padding-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .team_section {
    padding-bottom: 60px;
  }
}
.team_section {
  padding-left: 150px;
}
@media (max-width: 1800px) {
  .team_section {
    padding-left: 120px;
  }
}
@media (max-width: 1200px) {
  .team_section {
    padding-left: 80px;
  }
}
@media (max-width: 900px) {
  .team_section {
    padding-left: 50px;
  }
}
@media (max-width: 600px) {
  .team_section {
    padding-left: 30px;
  }
}
.team_section {
  padding-right: 150px;
}
@media (max-width: 1800px) {
  .team_section {
    padding-right: 120px;
  }
}
@media (max-width: 1200px) {
  .team_section {
    padding-right: 80px;
  }
}
@media (max-width: 900px) {
  .team_section {
    padding-right: 50px;
  }
}
@media (max-width: 600px) {
  .team_section {
    padding-right: 30px;
  }
}
.team_section h2 {
  color: inherit;
  font-family: "Museo Sans", museo-sans, sans-serif;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.1;
}
@media (max-width: 1200px) {
  .team_section h2 {
    font-size: 52px;
  }
}
@media (max-width: 900px) {
  .team_section h2 {
    font-size: 42px;
  }
}
@media (max-width: 600px) {
  .team_section h2 {
    font-size: 36px;
  }
}
.team_section h2 {
  margin-bottom: 150px;
}
@media (max-width: 1800px) {
  .team_section h2 {
    margin-bottom: 120px;
  }
}
@media (max-width: 1200px) {
  .team_section h2 {
    margin-bottom: 80px;
  }
}
@media (max-width: 900px) {
  .team_section h2 {
    margin-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .team_section h2 {
    margin-bottom: 60px;
  }
}
.team_section h2 {
  text-align: center;
}
.team_section .team {
  margin: -40px;
}
@media (min-width: 1201px) {
  .team_section .team {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
}
@media (max-width: 900px) {
  .team_section .team {
    margin: -25px -20px;
  }
}
@media (max-width: 600px) {
  .team_section .team {
    margin: -25px -15px;
  }
}
.team_section .team .team_member {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 33.3333333333%;
  color: inherit;
  padding: 40px;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 900px) {
  .team_section .team .team_member {
    width: 50%;
    padding: 25px 20px;
  }
}
@media (max-width: 600px) {
  .team_section .team .team_member {
    padding: 25px 15px;
  }
}
.team_section .team .team_member .image {
  display: block;
  width: 100%;
  padding-top: 120%;
  background: #ccc;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  /*
  				@include phone() {
  					padding-top: 0;
  					height: 320px;
  				}
  */
}
.team_section .team .team_member .heading {
  display: block;
  color: inherit;
  font-family: "Museo Sans", museo-sans, sans-serif;
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  .team_section .team .team_member .heading {
    font-size: 22px;
  }
}
@media (max-width: 900px) {
  .team_section .team .team_member .heading {
    font-size: 20px;
  }
}
.team_section .team .team_member .heading {
  margin: 40px 0 0 0;
}
@media (max-width: 900px) {
  .team_section .team .team_member .heading {
    margin-top: 30px;
  }
}
.team_section .team .team_member .job_title {
  display: block;
  color: inherit;
  font-family: "DINosaur", dinosaur, -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
.team_section .team .team_member .fake_link {
  color: #f98a3c;
  font-family: "DINosaur", dinosaur, -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: bold;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.team_section .team .team_member:before {
  content: none;
}
.team_section .team .team_member:hover .fake_link {
  color: #fff;
}
.team_section:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -300px;
}
@media (max-width: 1800px) {
  .team_section:before {
    top: -240px;
  }
}
@media (max-width: 1200px) {
  .team_section:before {
    top: -160px;
  }
}
@media (max-width: 900px) {
  .team_section:before {
    top: -160px;
  }
}
@media (max-width: 600px) {
  .team_section:before {
    top: -120px;
  }
}
.team_section:before {
  left: -50%;
  width: 80%;
  margin-top: 0;
  padding-top: 80%;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.team_section:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 25%;
  right: -5%;
  width: 25%;
  margin-top: 0;
  padding-top: 25%;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.2);
}

body.single-member main .content_inner > h1 {
  color: #006db6;
  font-family: "Museo Sans", museo-sans, sans-serif;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.1;
}
@media (max-width: 1200px) {
  body.single-member main .content_inner > h1 {
    font-size: 52px;
  }
}
@media (max-width: 900px) {
  body.single-member main .content_inner > h1 {
    font-size: 42px;
  }
}
@media (max-width: 600px) {
  body.single-member main .content_inner > h1 {
    font-size: 36px;
  }
}
body.single-member main .content_inner > h1 {
  margin-bottom: 0 !important;
}
body.single-member main .content_inner > h1 + h4 {
  margin-bottom: 75px;
}
@media (max-width: 1800px) {
  body.single-member main .content_inner > h1 + h4 {
    margin-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  body.single-member main .content_inner > h1 + h4 {
    margin-bottom: 40px;
  }
}
@media (max-width: 900px) {
  body.single-member main .content_inner > h1 + h4 {
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  body.single-member main .content_inner > h1 + h4 {
    margin-bottom: 30px;
  }
}

.support_section {
  position: relative;
  z-index: 1;
  text-align: center;
  background: #fff url("../images/stories_bg.png") no-repeat 105% 50%/33.333% auto;
  padding-left: 150px;
}
@media (max-width: 1800px) {
  .support_section {
    padding-left: 120px;
  }
}
@media (max-width: 1200px) {
  .support_section {
    padding-left: 80px;
  }
}
@media (max-width: 900px) {
  .support_section {
    padding-left: 50px;
  }
}
@media (max-width: 600px) {
  .support_section {
    padding-left: 30px;
  }
}
.support_section {
  padding-right: 150px;
}
@media (max-width: 1800px) {
  .support_section {
    padding-right: 120px;
  }
}
@media (max-width: 1200px) {
  .support_section {
    padding-right: 80px;
  }
}
@media (max-width: 900px) {
  .support_section {
    padding-right: 50px;
  }
}
@media (max-width: 600px) {
  .support_section {
    padding-right: 30px;
  }
}
.support_section {
  padding-top: 150px;
}
@media (max-width: 1800px) {
  .support_section {
    padding-top: 120px;
  }
}
@media (max-width: 1200px) {
  .support_section {
    padding-top: 80px;
  }
}
@media (max-width: 900px) {
  .support_section {
    padding-top: 80px;
  }
}
@media (max-width: 600px) {
  .support_section {
    padding-top: 60px;
  }
}
.support_section {
  padding-bottom: 150px;
}
@media (max-width: 1800px) {
  .support_section {
    padding-bottom: 120px;
  }
}
@media (max-width: 1200px) {
  .support_section {
    padding-bottom: 80px;
  }
}
@media (max-width: 900px) {
  .support_section {
    padding-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .support_section {
    padding-bottom: 60px;
  }
}
.support_section * {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.support_section h2 {
  color: #006db6;
  font-family: "Museo Sans", museo-sans, sans-serif;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.1;
}
@media (max-width: 1200px) {
  .support_section h2 {
    font-size: 52px;
  }
}
@media (max-width: 900px) {
  .support_section h2 {
    font-size: 42px;
  }
}
@media (max-width: 600px) {
  .support_section h2 {
    font-size: 36px;
  }
}
.support_section h2 {
  margin-bottom: 15px;
}
.support_section h2 span {
  display: inline-block;
}
.support_section p {
  color: #006db6;
  font-family: "DINosaur", dinosaur, -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}
.support_section p span {
  display: inline-block;
}
.support_section .wp-block-button {
  margin: 0 auto;
}
.support_section .wp-block-button a {
  display: inline-block;
  color: #fff;
  font-family: "DINosaur", dinosaur, -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 100px;
  background-color: #f98a3c;
  padding: 6px 20px 8px 20px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  cursor: pointer;
}
.support_section .wp-block-button a:hover {
  background: rgb(224.1, 124.2, 54);
}

main .content_inner form textarea, main .content_inner form select, main .content_inner form input[type=color], main .content_inner form input[type=date], main .content_inner form input[type=datetime], main .content_inner form input[type=datetime-local], main .content_inner form input[type=email], main .content_inner form input[type=month], main .content_inner form input[type=number], main .content_inner form input[type=password], main .content_inner form input[type=search], main .content_inner form input[type=tel], main .content_inner form input[type=text], main .content_inner form input[type=time], main .content_inner form input[type=url], main .content_inner form input[type=week] {
  color: #006db6;
  font-family: "DINosaur", dinosaur, -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 50vh;
  line-height: 1.6;
  outline: none;
  border: 0;
  border: solid 1px #ccc;
  border-radius: 0;
  background: transparent;
  padding: 8px 12px 10px 12px !important;
  -webkit-transition: border 0.3s, -webkit-box-shadow 0.3s;
  transition: border 0.3s, -webkit-box-shadow 0.3s;
  transition: border 0.3s, box-shadow 0.3s;
  transition: border 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
main .content_inner form textarea:focus, main .content_inner form select:focus, main .content_inner form input[type=color]:focus, main .content_inner form input[type=date]:focus, main .content_inner form input[type=datetime]:focus, main .content_inner form input[type=datetime-local]:focus, main .content_inner form input[type=email]:focus, main .content_inner form input[type=month]:focus, main .content_inner form input[type=number]:focus, main .content_inner form input[type=password]:focus, main .content_inner form input[type=search]:focus, main .content_inner form input[type=tel]:focus, main .content_inner form input[type=text]:focus, main .content_inner form input[type=time]:focus, main .content_inner form input[type=url]:focus, main .content_inner form input[type=week]:focus {
  border-bottom: solid 1px #f98a3c;
  -webkit-box-shadow: 0 1px 0 #f98a3c;
          box-shadow: 0 1px 0 #f98a3c;
}
main .content_inner form textarea:focus + .placeholder, main .content_inner form select:focus + .placeholder, main .content_inner form input[type=color]:focus + .placeholder, main .content_inner form input[type=date]:focus + .placeholder, main .content_inner form input[type=datetime]:focus + .placeholder, main .content_inner form input[type=datetime-local]:focus + .placeholder, main .content_inner form input[type=email]:focus + .placeholder, main .content_inner form input[type=month]:focus + .placeholder, main .content_inner form input[type=number]:focus + .placeholder, main .content_inner form input[type=password]:focus + .placeholder, main .content_inner form input[type=search]:focus + .placeholder, main .content_inner form input[type=tel]:focus + .placeholder, main .content_inner form input[type=text]:focus + .placeholder, main .content_inner form input[type=time]:focus + .placeholder, main .content_inner form input[type=url]:focus + .placeholder, main .content_inner form input[type=week]:focus + .placeholder,
main .content_inner form textarea:focus + * + .placeholder,
main .content_inner form select:focus + * + .placeholder,
main .content_inner form input[type=color]:focus + * + .placeholder,
main .content_inner form input[type=date]:focus + * + .placeholder,
main .content_inner form input[type=datetime]:focus + * + .placeholder,
main .content_inner form input[type=datetime-local]:focus + * + .placeholder,
main .content_inner form input[type=email]:focus + * + .placeholder,
main .content_inner form input[type=month]:focus + * + .placeholder,
main .content_inner form input[type=number]:focus + * + .placeholder,
main .content_inner form input[type=password]:focus + * + .placeholder,
main .content_inner form input[type=search]:focus + * + .placeholder,
main .content_inner form input[type=tel]:focus + * + .placeholder,
main .content_inner form input[type=text]:focus + * + .placeholder,
main .content_inner form input[type=time]:focus + * + .placeholder,
main .content_inner form input[type=url]:focus + * + .placeholder,
main .content_inner form input[type=week]:focus + * + .placeholder {
  opacity: 0.5;
}

main .content_inner form select {
  background-image: url("../images/layout/select_bg.png");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 31px 8px;
}
main .content_inner form select:focus {
  background-image: url("../images/layout/select_focus_bg.png");
}
main .content_inner form textarea {
  height: 24px;
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
}
main .content_inner form button, main .content_inner form input[type=submit], main .content_inner form input[type=button] {
  display: inline-block;
  color: #fff;
  font-family: "DINosaur", dinosaur, -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 100px;
  background-color: #f98a3c;
  padding: 6px 20px 8px 20px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  cursor: pointer;
}
main .content_inner form button:hover, main .content_inner form input[type=submit]:hover, main .content_inner form input[type=button]:hover {
  background: rgb(224.1, 124.2, 54);
}
main .content_inner .gform_wrapper {
  margin-top: 150px;
}
@media (max-width: 1800px) {
  main .content_inner .gform_wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 1200px) {
  main .content_inner .gform_wrapper {
    margin-top: 80px;
  }
}
@media (max-width: 900px) {
  main .content_inner .gform_wrapper {
    margin-top: 80px;
  }
}
@media (max-width: 600px) {
  main .content_inner .gform_wrapper {
    margin-top: 60px;
  }
}
main .content_inner .gform_wrapper ul.gform_fields li.gfield {
  padding: 0 !important;
}
main .content_inner .gform_wrapper li.gfield.gfield_html,
main .content_inner .gform_wrapper li.gfield.gsection,
main .content_inner .gform_wrapper li.gfield.field_description_below + li.gsection {
  border-bottom: 0 !important;
  margin-top: 150px !important;
}
@media (max-width: 1800px) {
  main .content_inner .gform_wrapper li.gfield.gfield_html,
  main .content_inner .gform_wrapper li.gfield.gsection,
  main .content_inner .gform_wrapper li.gfield.field_description_below + li.gsection {
    margin-top: 120px !important;
  }
}
@media (max-width: 1200px) {
  main .content_inner .gform_wrapper li.gfield.gfield_html,
  main .content_inner .gform_wrapper li.gfield.gsection,
  main .content_inner .gform_wrapper li.gfield.field_description_below + li.gsection {
    margin-top: 80px !important;
  }
}
@media (max-width: 900px) {
  main .content_inner .gform_wrapper li.gfield.gfield_html,
  main .content_inner .gform_wrapper li.gfield.gsection,
  main .content_inner .gform_wrapper li.gfield.field_description_below + li.gsection {
    margin-top: 80px !important;
  }
}
@media (max-width: 600px) {
  main .content_inner .gform_wrapper li.gfield.gfield_html,
  main .content_inner .gform_wrapper li.gfield.gsection,
  main .content_inner .gform_wrapper li.gfield.field_description_below + li.gsection {
    margin-top: 60px !important;
  }
}
main .content_inner .gform_wrapper li.gfield.gfield_html,
main .content_inner .gform_wrapper li.gfield.gsection,
main .content_inner .gform_wrapper li.gfield.field_description_below + li.gsection {
  margin-bottom: 75px !important;
}
@media (max-width: 1800px) {
  main .content_inner .gform_wrapper li.gfield.gfield_html,
  main .content_inner .gform_wrapper li.gfield.gsection,
  main .content_inner .gform_wrapper li.gfield.field_description_below + li.gsection {
    margin-bottom: 60px !important;
  }
}
@media (max-width: 1200px) {
  main .content_inner .gform_wrapper li.gfield.gfield_html,
  main .content_inner .gform_wrapper li.gfield.gsection,
  main .content_inner .gform_wrapper li.gfield.field_description_below + li.gsection {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 900px) {
  main .content_inner .gform_wrapper li.gfield.gfield_html,
  main .content_inner .gform_wrapper li.gfield.gsection,
  main .content_inner .gform_wrapper li.gfield.field_description_below + li.gsection {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 600px) {
  main .content_inner .gform_wrapper li.gfield.gfield_html,
  main .content_inner .gform_wrapper li.gfield.gsection,
  main .content_inner .gform_wrapper li.gfield.field_description_below + li.gsection {
    margin-bottom: 30px !important;
  }
}
main .content_inner .gform_wrapper li.gfield.gfield_html h2.gsection_title:first-child,
main .content_inner .gform_wrapper li.gfield.gsection h2.gsection_title:first-child,
main .content_inner .gform_wrapper li.gfield.field_description_below + li.gsection h2.gsection_title:first-child {
  font-size: 60px !important;
  font-weight: bold !important;
  line-height: 1.1 !important;
}
@media (max-width: 1200px) {
  main .content_inner .gform_wrapper li.gfield.gfield_html h2.gsection_title:first-child,
  main .content_inner .gform_wrapper li.gfield.gsection h2.gsection_title:first-child,
  main .content_inner .gform_wrapper li.gfield.field_description_below + li.gsection h2.gsection_title:first-child {
    font-size: 52px !important;
  }
}
@media (max-width: 900px) {
  main .content_inner .gform_wrapper li.gfield.gfield_html h2.gsection_title:first-child,
  main .content_inner .gform_wrapper li.gfield.gsection h2.gsection_title:first-child,
  main .content_inner .gform_wrapper li.gfield.field_description_below + li.gsection h2.gsection_title:first-child {
    font-size: 42px !important;
  }
}
@media (max-width: 600px) {
  main .content_inner .gform_wrapper li.gfield.gfield_html h2.gsection_title:first-child,
  main .content_inner .gform_wrapper li.gfield.gsection h2.gsection_title:first-child,
  main .content_inner .gform_wrapper li.gfield.field_description_below + li.gsection h2.gsection_title:first-child {
    font-size: 36px !important;
  }
}
main .content_inner .gform_wrapper li.gfield.gfield_html p {
  font-size: 0.875em;
}
main .content_inner .gform_wrapper label.gfield_label, main .content_inner .gform_wrapper .gform_wrapper legend.gfield_label {
  font-weight: normal !important;
}
main .content_inner .gform_wrapper .gfield_required {
  color: #f98a3c !important;
}
main .content_inner .gform_wrapper ul li.gfield {
  margin-top: 30px;
}
main .content_inner .gform_wrapper .top_label div.ginput_container {
  margin-top: 15px;
}
main .content_inner .gform_wrapper .description, main .content_inner .gform_wrapper .gfield_description, main .content_inner .gform_wrapper .gsection_description, main .content_inner .gform_wrapper .instruction {
  letter-spacing: inherit;
}
main .content_inner .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
main .content_inner .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label {
  margin: 6px 0 10px 0;
}
main .content_inner .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, main .content_inner .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], main .content_inner .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin: 0 10px 0 0;
}
main .content_inner .gform_wrapper table.gfield_list thead th {
  font-weight: normal;
}
main .content_inner .gform_wrapper .description,
main .content_inner .gform_wrapper .gfield_description,
main .content_inner .gform_wrapper .gsection_description {
  padding-top: 10px;
}
main .content_inner .gform_wrapper .gfield.field_sublabel_below.field_description_below .gfield_description {
  color: #999;
}

.screen_reader_text {
  display: none;
}

body {
  font-family: "DINosaur", dinosaur, -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  color: #006db6;
}