@import url("https://use.typekit.net/gjk6oit.css");
/*
	Body & HTML setup

*/
#full-height {
  display: none;
}

body, html {
  height: 100%;
}

body {
  color: #000;
  font-family: "trade-gothic-next";
  font-size: 16px;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body.nav-menu-open {
  position: fixed;
  overflow: hidden;
  left: 0px;
  right: 0px;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  max-width: 1170px;
  min-width: 0px;
  width: 100%;
}
.container.xxsmall-container {
  max-width: 480px;
}
.container.xlarge-container {
  max-width: 1400px;
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  width: 100%;
  max-width: 2000px;
  min-width: 320px;
}

.wrap {
  position: relative;
  margin: 0 auto -90px; /* bottom is negative value of .push height */
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

.push {
  height: 90px;
  background: transparent;
} /* footer height plus padding */
.padding {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.nomargin {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

::-moz-selection { /* Code for Firefox */
  color: white;
  background: #6e9894;
}

::selection {
  color: white;
  background: #6e9894;
}

:focus {
  outline: 0px none transparent;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

::-webkit-input-placeholder {
  color: #CCC;
}

:-moz-placeholder { /* Firefox 18- */
  color: #CCC;
  opacity: 1;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #CCC;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #CCC;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0px;
  margin-bottom: 0px;
}

input[type=text], input[type=email], input[type=password], input[type=tel], input[type=submit], textarea, select {
  -webkit-appearance: none;
  border-radius: 0px;
}

#preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

a, input[type=submit], button {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
a:hover, input[type=submit]:hover, button:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

img {
  max-width: 100%;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img {
  max-width: 100%;
}
img:not([src]) {
  visibility: hidden;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.lazy {
  filter: blur(10px);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
img.lazy.loaded {
  filter: blur(0);
}

@media screen and (max-width: 767px) {
  img.alignright, img.alignleft {
    float: none;
    display: block;
    margin: 0 auto 30px;
  }
  .alignright, .alignleft {
    float: none;
    margin: 0 auto 30px;
  }
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.animsition-loading {
  border: none;
  -webkit-animation-iteration-count: none;
  animation-iteration-count: none;
  -webkit-animation-timing-function: none;
  animation-timing-function: none;
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
  -webkit-animation-name: none;
  animation-name: none;
  width: 60px;
}

@media screen and (max-width: 767px) {
  .animatedParent .animated {
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -webkit-animation: none !important;
    animation: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    opacity: 1;
  }
}
#alert-bar-container {
  background: #000;
  padding: 10px 20px;
  text-align: center;
}
#alert-bar-container p {
  color: #fbcc70;
  font-size: 14px;
}

header {
  position: relative;
}
header.active #header-container {
  background: #6e9894;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
header.active #header-container #mobile-menu-icon {
  background: #305f5a;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#header-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 20px;
  z-index: 100;
  background: transparent;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#header-container > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#header-container > div > div:first-child {
  width: 250px;
}
#header-container > div > div:last-child {
  width: calc(100% - 250px);
  text-align: right;
}
#header-container > div > div:last-child ul {
  padding: 0;
  margin: 0;
}
#header-container > div > div:last-child ul > li {
  display: inline-block;
  position: relative;
}
#header-container > div > div:last-child ul > li:not(:last-of-type) {
  margin-right: 30px;
}
#header-container > div > div:last-child ul > li.menu-item-has-children:hover > a {
  color: #6e9894;
}
#header-container > div > div:last-child ul > li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#header-container > div > div:last-child ul > li.menu-item-has-children > a {
  padding-right: 15px;
  position: relative;
}
#header-container > div > div:last-child ul > li.menu-item-has-children > a:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #6e9894 transparent transparent;
  right: -5px;
  top: 9px;
}
#header-container > div > div:last-child ul > li.button {
  margin-right: 5px;
}
#header-container > div > div:last-child ul > li.button > a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  background: #6e9894;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-family: "trade-gothic-next";
  padding: 8px 10px;
  font-weight: bold;
}
#header-container > div > div:last-child ul > li.button > a:hover {
  background: #305f5a;
  color: #fbcc70;
}
#header-container > div > div:last-child ul > li > a {
  color: #fff;
  font-family: "roca";
  font-size: 18px;
  text-decoration: none;
  padding-bottom: 30px;
}
#header-container > div > div:last-child ul > li > a:hover {
  color: #6e9894;
}
#header-container > div > div:last-child ul > li .sub-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 180px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #cacaca;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-align: left;
}
#header-container > div > div:last-child ul > li .sub-menu > li {
  width: 100%;
}
#header-container > div > div:last-child ul > li .sub-menu > li:not(:last-of-type) {
  margin: 0;
}
#header-container > div > div:last-child ul > li .sub-menu > li > a {
  color: #305f5a;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 12px;
  display: inline-block;
  width: 100%;
  opacity: 1;
  line-height: 1.1;
}
#header-container > div > div:last-child ul > li .sub-menu > li > a:hover {
  opacity: 0.7;
}
#header-container #mobile-menu-icon {
  display: none;
  position: absolute;
  top: 30px;
  right: 20px;
  background: #6e9894;
  padding: 8px;
  border-radius: 5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#header-container #mobile-menu-icon img {
  position: relative;
  top: -2px;
  width: 20px;
}

#mobile-menu {
  display: block;
  position: fixed;
  left: 0;
  top: 115px;
  height: 100%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transition-property: transform;
  transition-duration: 0.6s;
  z-index: 100000;
  background-color: #6e9894;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 30px 30px 240px;
}
#mobile-menu.is-visible {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
}
#mobile-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#mobile-menu ul > li {
  position: relative;
  margin-bottom: 10px;
}
#mobile-menu ul > li.menu-item-has-children > a {
  padding-right: 15px;
  position: relative;
}
#mobile-menu ul > li.menu-item-has-children > a:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fbcc70 transparent transparent;
  right: -5px;
  top: 9px;
}
#mobile-menu ul > li.button {
  margin-bottom: 5px;
  text-align: center;
}
#mobile-menu ul > li.button > a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  background: #fbcc70;
  color: #305f5a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-family: "trade-gothic-next";
  padding: 8px 10px;
  font-weight: bold;
}
#mobile-menu ul > li.button > a:hover {
  background: #305f5a;
  color: #fbcc70;
}
#mobile-menu ul > li.button > a {
  width: 100%;
  max-width: 500px;
}
#mobile-menu ul > li > a {
  color: #fff;
  font-family: "roca";
  font-size: 18px;
  text-decoration: none;
  padding-bottom: 30px;
}
#mobile-menu ul > li > a:hover {
  color: #fbcc70;
}
#mobile-menu ul > li .sub-menu {
  display: none;
  padding: 0 0 0 10px;
  margin: 0;
}
#mobile-menu ul > li .sub-menu > li:not(:last-of-type) {
  margin-bottom: 5px;
}
#mobile-menu ul > li .sub-menu > li > a {
  font-size: 14px;
}

#interior-header-container {
  background-size: cover;
  background-position: 50%;
  height: 260px;
}
#interior-header-container:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) -50%, rgba(0, 0, 0, 0.9) 100%);
}
#interior-header-container #title-container {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #6e9894;
  width: 100%;
  padding: 40px 0;
}
#interior-header-container #title-container h1 {
  color: #fff;
  font-family: "roca";
  font-size: 48px;
  line-height: 1.1;
}

@media screen and (max-width: 1240px) {
  #interior-header-container #title-container {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 1000px) {
  #header-container > div > div > div:last-child {
    display: none;
  }
  #header-container #mobile-menu-icon {
    display: block;
  }
  #interior-header-container #title-container h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  #alert-bar-container p {
    font-size: 12px;
  }
  #header-container > div > div:first-child {
    width: 180px;
  }
  #header-container #mobile-menu-icon {
    top: 20px;
  }
  #interior-header-container #title-container {
    padding: 30px 20px;
  }
}
#content #error-container {
  padding: 100px 20px;
  text-align: center;
}
#content #default-page-container {
  padding: 30px 20px;
  max-width: 1250px;
}
#content h1 {
  font-size: 48px;
  font-family: "roca";
  line-height: 1.1;
  margin-bottom: 20px;
  color: #305f5a;
  font-weight: bold;
}
#content h2 {
  font-size: 40px;
  font-family: "roca";
  line-height: 1.1;
  margin-bottom: 20px;
  color: #305f5a;
  font-weight: bold;
}
#content h3 {
  font-size: 32px;
  font-family: "roca";
  line-height: 1.1;
  margin-bottom: 20px;
  color: #305f5a;
  font-weight: bold;
}
#content h4 {
  font-size: 25px;
  font-family: "roca";
  line-height: 1.1;
  margin-bottom: 20px;
  color: #305f5a;
  font-weight: bold;
}
#content h5 {
  font-size: 20px;
  font-family: "roca";
  line-height: 1.2;
  margin-bottom: 20px;
  color: #305f5a;
  font-weight: bold;
}
#content p {
  line-height: 1.25;
  margin-bottom: 20px;
  font-weight: 400;
}
#content ul, #content ol {
  padding: 0 0 0 20px;
}
#content a:not(.button) {
  color: #305f5a;
}
#content a.button.arrow {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: #6e9894;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 14px;
}
#content a.button.arrow:hover {
  color: #305f5a;
}
#content a.button.arrow img {
  width: 32px;
  margin-left: 5px;
  position: relative;
  top: -1px;
}
#content a.button.green {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  background: #6e9894;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-family: "trade-gothic-next";
  padding: 8px 10px;
  font-weight: bold;
}
#content a.button.green:hover {
  background: #305f5a;
  color: #fbcc70;
}
#content a.button.yellow {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  background: #fbcc70;
  color: #305f5a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-family: "trade-gothic-next";
  padding: 8px 10px;
  font-weight: bold;
}
#content a.button.yellow:hover {
  background: #305f5a;
  color: #fbcc70;
}
#content a.button.yellow-arrow {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  background: #fbcc70;
  color: #305f5a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-family: "trade-gothic-next";
  padding: 8px 10px;
  font-weight: bold;
}
#content a.button.yellow-arrow:hover {
  background: #305f5a;
  color: #fbcc70;
}
#content a.button.yellow-arrow:hover {
  color: #fff;
  background: #6e9894;
}
#content a.button.yellow-arrow img {
  width: 30px;
  margin-left: 5px;
  position: relative;
  top: -1px;
}
#content hr {
  border-top: 4px solid #fbcc70;
  margin: 20px auto;
}
#content blockquote {
  color: #8a8a8a;
  border-left: 1px solid #cacaca;
  margin: 0 0 15px;
  padding: 10px 20px 0 20px;
}
#content .gform_required_legend {
  display: none;
}
#content .gptos_terms_container {
  width: 100%;
}
#content .gform_submission_error {
  font-size: 18px;
  margin-bottom: 0;
}
#content .gform_submission_error:before {
  display: none;
}
#content .gpasc-auto-load-notice {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
#content .gform_wrapper {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
#content .gfield_label .gfield_required_custom {
  color: #0a0a0a;
  font-size: 12px;
  font-style: normal;
  position: relative;
  top: -2px;
}
#content .validation_error {
  border: none;
  border-top: 2px solid #e12626;
  border-bottom: 2px solid #e12626;
  color: #e12626;
  font-size: 24px;
  margin-bottom: 50px;
}
#content .validation_error h2 {
  color: #e12626;
  margin: 0;
}
#content .validation_message {
  font-weight: normal;
  padding: 7px 0 0;
  font-size: 12px;
  color: #e12626;
  border: none;
  background: transparent;
}
#content .gform_confirmation_message {
  font-size: 20px;
  text-align: center;
  padding: 40px 0;
}
#content .gform_required_legend span {
  color: #0a0a0a;
}
#content .gfield_label {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-end;
}
#content .gfield_label .gfield_required_custom {
  color: #0a0a0a;
  font-size: 12px;
  font-style: normal;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
  top: -2px;
}
#content .gfield_description {
  font-size: 14px;
  padding: 0 0 10px;
}
#content .gsection {
  border-bottom: 1px solid rgba(48, 48, 48, 0.2);
}
#content .gsection .gsection_title {
  margin-bottom: 20px;
}
#content .gsection .gsection_description {
  padding-bottom: 0;
  margin-bottom: 0;
}
#content .gsection .gsection_description h3 {
  font-size: 24px;
  color: #0a0a0a;
  margin: 0;
}
#content .gform_wrapper {
  width: 100%;
  margin: 0 auto;
}
#content .gform_wrapper .gform_fields {
  padding: 0;
  margin: 0;
}
#content .gform_wrapper .gform_fields .gfield {
  padding-left: 0;
  margin-bottom: 5px;
  margin-top: 0;
  position: relative;
}
#content .gform_wrapper .gform_fields .gfield:before {
  display: none;
}
#content .gform_wrapper .gform_fields .gfield.gfield_visibility_hidden {
  height: 0;
}
#content .gform_wrapper .gform_fields .gfield.gfield_error {
  background: transparent;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 5px !important;
}
#content .gform_wrapper .gform_fields .gfield.gfield_error .ginput_container {
  margin-top: 8px;
}
#content .gform_wrapper .gform_fields .gfield.gfield_error input[type=text], #content .gform_wrapper .gform_fields .gfield.gfield_error input[type=email], #content .gform_wrapper .gform_fields .gfield.gfield_error input[type=tel], #content .gform_wrapper .gform_fields .gfield.gfield_error textarea {
  border: 1px solid #e12626;
}
#content .gform_wrapper .gform_fields .gfield .gfield_radio > div, #content .gform_wrapper .gform_fields .gfield .gfield_checkbox > div {
  margin-bottom: 10px;
}
#content .gform_footer {
  padding: 30px 0 0;
  max-width: 500px;
  justify-content: center;
  margin: 0 auto;
}
#content .gform_footer button, #content .gform_footer input[type=submit] {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  background: #fbcc70;
  color: #305f5a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-family: "trade-gothic-next";
  padding: 8px 10px;
  font-weight: bold;
}
#content .gform_footer button:hover, #content .gform_footer input[type=submit]:hover {
  background: #305f5a;
  color: #fbcc70;
}
#content .gform_footer button, #content .gform_footer input[type=submit] {
  border: none;
  width: 100%;
}
#content .gform_page_footer {
  display: block;
  width: 100%;
  margin: 0;
  padding: 30px 0 0;
}
#content .gform_page_footer input[type=button] {
  border: none;
  margin: 10px 0;
}
#content .gform_page_footer input[type=button]:first-child {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  background: #6e9894;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-family: "trade-gothic-next";
  padding: 8px 10px;
  font-weight: bold;
}
#content .gform_page_footer input[type=button]:first-child:hover {
  background: #305f5a;
  color: #fbcc70;
}
#content .gform_page_footer input[type=button]:last-child {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  background: #fbcc70;
  color: #305f5a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-family: "trade-gothic-next";
  padding: 8px 10px;
  font-weight: bold;
}
#content .gform_page_footer input[type=button]:last-child:hover {
  background: #305f5a;
  color: #fbcc70;
}
#content img.gform_ajax_spinner {
  margin: 30px auto;
  display: block;
  width: 60px;
}
#content label, #content legend {
  font-size: 16px;
  color: #0a0a0a;
  font-weight: bold;
  border: none;
  margin-bottom: 5px;
  display: inline-block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content label span, #content legend span {
  color: #0a0a0a;
}
#content legend {
  margin-bottom: 15px;
}
#content input[type=text], #content input[type=email], #content input[type=tel], #content input[type=password] {
  width: 100%;
  border-radius: 5px;
  color: #0a0a0a;
  border: 1px solid #000;
  padding-left: 15px;
  font-size: 16px;
  background: #fff;
  height: 55px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content input[type=text]:focus, #content input[type=email]:focus, #content input[type=tel]:focus, #content input[type=password]:focus {
  box-shadow: 0 0 0 4px rgba(51, 122, 183, 0.04);
  border: 1px solid #1779ba;
  background: #fff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content textarea {
  width: 100%;
  border-radius: 5px;
  color: #0a0a0a;
  border: 1px solid #000;
  padding-left: 10px 15px;
  font-size: 16px;
  background: #fff;
  height: 120px;
  resize: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content textarea:focus {
  box-shadow: 0 0 0 4px rgba(51, 122, 183, 0.04);
  border: 1px solid #1779ba;
  background: #fff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .selectric-wrapper {
  width: 100%;
  background: transparent;
  border-radius: 5px;
}
#content .selectric-wrapper.selectric-open .selectric-items {
  top: calc(100% - 3px);
}
#content .selectric-wrapper.selectric-open .selectric {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #fff;
  border: 1px solid #1779ba;
  box-shadow: 0 0 0 4px rgba(51, 122, 183, 0.04);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .selectric-wrapper .selectric {
  border: 1px solid #0a0a0a;
  border-radius: 5px;
  background: transparent;
  height: 54px;
  padding: 0 80px 0 15px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .selectric-wrapper .selectric .button {
  width: 55px;
  height: 55px;
  background: transparent;
  border: none;
}
#content .selectric-wrapper .selectric .button:after {
  border-top-color: transparent;
  content: "";
  background-image: url("../images/icon-dropdown.svg");
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  top: -9px;
  left: -2px;
}
#content .selectric-wrapper .selectric .label {
  line-height: 50px;
  color: #0a0a0a;
  font-size: 16px;
  font-weight: 400;
  height: 55px;
  margin: 0;
  text-align: left;
  padding: 0;
}
#content .selectric-wrapper .selectric-items {
  border: none;
  background: #fff;
  top: 40px;
  width: 100% !important;
  border-left: 1px solid rgba(29, 79, 56, 0.5);
  border-right: 1px solid rgba(29, 79, 56, 0.5);
  border-bottom: 1px solid rgba(29, 79, 56, 0.5);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#content .selectric-wrapper .selectric-items ul {
  padding: 0;
  margin-bottom: 0;
  margin: 0;
}
#content .selectric-wrapper .selectric-items ul li {
  border: none;
  background: #fff;
  color: #0a0a0a;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 16px;
  margin-bottom: 0 !important;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .selectric-wrapper .selectric-items ul li:before, #content .selectric-wrapper .selectric-items ul li:after {
  display: none;
}
#content .selectric-wrapper .selectric-items ul li:hover {
  color: #000;
  background: rgba(51, 122, 103, 0.2);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .selectric-wrapper .selectric-items ul li.selected {
  color: #fff;
  background: #1779ba;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content input[type=radio] {
  display: none;
}
#content input[type=radio]:checked + label:before {
  border: 1px solid #1779ba;
  box-shadow: 0 0 0 4px rgba(51, 122, 183, 0.1);
}
#content input[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content input[type=radio] + label {
  font-size: 16px;
  color: #0a0a0a;
  text-transform: none;
  font-weight: 400;
  padding-left: 27px;
  position: relative;
  cursor: pointer;
}
#content input[type=radio] + label:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #0a0a0a;
  background: #fff;
  border-radius: 50%;
  left: 0;
  top: 2px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content input[type=radio] + label:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 7px;
  left: 5px;
  background: #1779ba;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content input[type=checkbox] {
  display: none;
}
#content input[type=checkbox]:checked + label:before {
  border: 1px solid #1779ba;
  box-shadow: 0 0 0 4px rgba(51, 122, 183, 0.1);
}
#content input[type=checkbox]:checked + label:after {
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content input[type=checkbox] + label {
  font-size: 16px;
  color: #0a0a0a;
  text-transform: none;
  font-weight: 400;
  padding-left: 27px;
  position: relative;
  cursor: pointer;
}
#content input[type=checkbox] + label:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #0a0a0a;
  background: #fff;
  border-radius: 5px;
  background: transparent;
  left: 0;
  top: 2px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content input[type=checkbox] + label:after {
  position: absolute;
  content: "";
  top: 6px;
  left: 4px;
  width: 12px;
  height: 12px;
  background-image: url("../images/icon-check.svg");
  background-size: cover;
  background-position: 50%;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .gpfup__droparea {
  border: 2px dashed #cacaca;
  background: transparent;
  padding: 90px 20px;
  border-radius: 5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .gpfup__droparea:hover {
  background: #fff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .gpfup__droparea:hover button {
  background: #305f5a;
  color: #fff;
}
#content .gpfup__droparea button {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  background: #fbcc70;
  color: #305f5a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-family: "trade-gothic-next";
  padding: 8px 10px;
  font-weight: bold;
}
#content .gpfup__droparea button:hover {
  background: #305f5a;
  color: #fbcc70;
}
#content .gpfup__droparea button {
  border: none;
  margin-top: 10px;
  position: relative;
  left: -3px;
}
#content .gpfup__droparea > div {
  flex-direction: column;
}
#content .gpfup__files {
  padding: 0;
  margin: 20px auto;
}
#content .gpfup__file {
  border: solid 1px #0a0a0a;
  border-radius: 5px;
  padding: 20px;
  position: relative;
  font-size: 18px;
  color: #0a0a0a;
}
#content .gpfup__file .gpfup__preview {
  display: none;
}
#content .gpfup__file .gpfup__filesize {
  color: #1779ba;
  font-size: 14px;
}
#content .gpfup__file button {
  width: 34px;
  height: 34px;
  background-image: url("../images/icon-close.svg");
  background-size: cover;
  background-position: 50%;
  position: absolute;
  top: 17px;
  right: 15px;
}
#content .gpfup__file button svg {
  display: none;
}

@media screen and (max-width: 1240px) {
  #content #default-page-container {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  #content #error-container {
    padding: 70px 20px;
  }
  #content h1 {
    font-size: 30px;
  }
  #content h2 {
    font-size: 25px;
  }
  #content h3 {
    font-size: 22px;
  }
  #content h4 {
    font-size: 20px;
  }
  #content h5 {
    font-size: 18px;
  }
  #content p {
    font-size: 14px;
  }
  #content ul > li, #content ol > li {
    font-size: 14px;
  }
  #content a.button {
    width: 100%;
    max-width: 500px;
    text-align: center;
  }
  #content button, #content input[type=submit] {
    width: 100%;
    max-width: 500px;
  }
  #content .gform-footer {
    display: block;
  }
  #content .gform-footer button {
    margin: 10px 0 0;
    line-height: 2.2;
  }
}
#hero-container {
  background-size: cover;
  background-position: center bottom;
  padding: 200px 0;
}
#hero-container:before {
  position: absolute;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#hero-container > div > div > div > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#hero-container > div > div > div > div > div {
  width: 50%;
}
#hero-container > div > div > div > div > div h2 {
  color: #fff;
  text-shadow: 0px 0px 5px #000;
}

#home-featured-grants-container {
  padding: 100px 0;
}
#home-featured-grants-container > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#home-featured-grants-container > div > div:first-child, #home-featured-grants-container > div > div:last-child {
  width: 20%;
}
#home-featured-grants-container > div > div:first-child h3 {
  color: #6e9894;
}
#home-featured-grants-container > div > div:first-child ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#home-featured-grants-container > div > div:first-child ul a {
  color: #6e9894;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: bold;
}
#home-featured-grants-container > div > div:nth-child(2) {
  width: 60%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#home-featured-grants-container > div > div:nth-child(2) > div {
  width: 33.3333%;
  padding: 0 20px;
}
#home-featured-grants-container > div > div:last-child {
  text-align: center;
}
#home-featured-grants-container > div > div:last-child a {
  margin-top: 80px;
  max-width: 80px;
  display: inline-block;
  color: #6e9894;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
#home-featured-grants-container > div > div:last-child a:hover {
  color: #305f5a;
}
#home-featured-grants-container > div > div:last-child a img {
  margin-bottom: 10px;
}
#home-featured-grants-container > div > div:last-child a p {
  font-weight: bold;
}

#home-news-container {
  padding: 100px 0;
  background-image: url("../images/blog-background.jpg");
  background-size: cover;
  background-position: 50%;
}
#home-news-container > div > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#home-news-container > div > div > div:first-child {
  width: 20%;
}
#home-news-container > div > div > div:last-child {
  width: 80%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#home-news-container > div > div > div:last-child > div {
  width: 50%;
  padding: 0 15px;
}
#home-news-container > div > div > div:last-child > div > div {
  padding: 20px;
  background: #fff;
}
#home-news-container > div > div > div:last-child > div > div h3 {
  margin-bottom: 10px;
}
#home-news-container > div > div > div:last-child > div > div .meta p {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  color: #6e9894;
}
#home-news-container > div > div > div:last-child > div > div .meta span {
  position: relative;
}
#home-news-container > div > div > div:last-child > div > div .meta span:after {
  position: absolute;
  content: "";
  width: 100%;
  top: calc(100% + 4px);
  background: #fbcc70;
  height: 2px;
  left: 0;
}
#home-news-container > div > div > div:last-child > div > div a {
  font-family: "trade-gothic-next-compressed";
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}
#home-news-container > div > div > div:last-child > div > div a:hover {
  color: #6e9894;
}

@media screen and (max-width: 1540px) {
  #home-featured-grants-container {
    padding: 100px 20px;
  }
}
@media screen and (max-width: 1240px) {
  #hero-container {
    padding: 200px 20px;
  }
  #home-news-container {
    padding: 100px 20px;
  }
}
@media screen and (max-width: 1000px) {
  #hero-container > div > div > div > div > div {
    width: 100%;
  }
  #home-featured-grants-container > div > div:first-child, #home-featured-grants-container > div > div:nth-child(2), #home-featured-grants-container > div > div:last-child {
    width: 100%;
  }
  #home-featured-grants-container > div > div:first-child {
    padding: 0 0 30px;
  }
  #home-featured-grants-container > div > div:nth-child(2) > div:first-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 900px) {
  #home-news-container > div > div > div:first-child, #home-news-container > div > div > div:last-child {
    width: 100%;
  }
  #home-news-container > div > div > div:last-child {
    padding: 30px 0 0;
  }
  #home-news-container > div > div > div:last-child > div:first-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #hero-container {
    padding: 150px 20px 100px;
  }
  #home-featured-grants-container {
    padding: 60px 20px;
  }
  #home-featured-grants-container > div > div:nth-child(2) > div {
    width: 100%;
    padding: 0;
  }
  #home-featured-grants-container > div > div:nth-child(2) > div:not(:last-of-type) {
    margin-bottom: 20px;
  }
  #home-featured-grants-container > div > div:last-child a {
    margin-top: 30px;
  }
  #home-news-container {
    padding: 60px 20px;
  }
  #home-news-container > div > div > div:last-child > div {
    width: 100%;
    padding: 0;
  }
  #home-news-container > div > div > div:last-child > div:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
#blog-list-container {
  padding: 40px 0;
}
#blog-list-container > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#blog-list-container > div > div:first-child {
  width: 66.6666%;
}
#blog-list-container > div > div:first-child .blog-list-item {
  margin-bottom: 30px;
}
#blog-list-container > div > div:first-child .blog-list-item > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#blog-list-container > div > div:first-child .blog-list-item > div > div:first-child {
  width: 33.333%;
  padding-right: 40px;
}
#blog-list-container > div > div:first-child .blog-list-item > div > div:last-child {
  width: 66.666%;
  border-bottom: 4px solid #fbcc70;
  padding-bottom: 20px;
}
#blog-list-container > div > div:first-child .blog-list-item > div > div:last-child a {
  text-decoration: none;
}
#blog-list-container > div > div:first-child .blog-list-item > div > div:last-child h2 {
  margin-bottom: 40px;
}
#blog-list-container > div > div:first-child .blog-list-item > div > div:last-child .date {
  margin-bottom: 10px;
}
#blog-list-container > div > div:first-child .blog-list-item > div > div:last-child .category {
  margin-bottom: 10px;
}
#blog-list-container > div > div:first-child .blog-list-item > div > div:last-child .tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#blog-list-container > div > div:first-child .blog-list-item > div > div:last-child .tags > div {
  background: #1779ba;
  padding: 5px 8px 8px;
  margin-bottom: 4px;
}
#blog-list-container > div > div:first-child .blog-list-item > div > div:last-child .tags > div:not(:last-of-type) {
  margin-right: 4px;
}
#blog-list-container > div > div:first-child .blog-list-item > div > div:last-child .tags > div p {
  margin-bottom: 0;
  color: #fff;
  font-size: 12px;
}
#blog-list-container > div > div:last-child {
  width: 33.3333%;
  padding-left: 60px;
}
#blog-list-container > div > div:last-child h3 {
  margin-bottom: 10px;
}
#blog-list-container > div > div:last-child li {
  list-style: none;
  margin-bottom: 10px;
}
#blog-list-container > div > div:last-child li a {
  text-decoration: underline;
}

#single-blog-container {
  padding: 30px 0;
}
#single-blog-container > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#single-blog-container > div > div:first-child {
  width: 66.6666%;
  padding-right: 50px;
}
#single-blog-container > div > div:first-child #single-blog-meta {
  margin-bottom: 10px;
}
#single-blog-container > div > div:first-child #single-blog-meta p {
  margin-bottom: 0;
}
#single-blog-container > div > div:first-child #single-blog-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#single-blog-container > div > div:first-child #single-blog-tags > div {
  background: #1779ba;
  padding: 5px 8px 8px;
  margin-bottom: 4px;
}
#single-blog-container > div > div:first-child #single-blog-tags > div:not(:last-of-type) {
  margin-right: 4px;
}
#single-blog-container > div > div:first-child #single-blog-tags > div p {
  margin-bottom: 0;
  color: #fff;
  font-size: 12px;
}
#single-blog-container > div > div:last-child {
  width: 33.3333%;
}
#single-blog-container > div > div:last-child h3 {
  margin-bottom: 10px;
}
#single-blog-container > div > div:last-child li {
  list-style: none;
  margin-bottom: 10px;
}
#single-blog-container > div > div:last-child li a {
  text-decoration: underline;
}

@media screen and (max-width: 1240px) {
  #blog-list-container {
    padding: 30px 20px;
  }
  #single-blog-container {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 900px) {
  #blog-list-container > div > div:first-child, #blog-list-container > div > div:last-child {
    width: 100%;
    padding: 0;
  }
  #blog-list-container > div > div:last-child {
    padding: 30px 0 0;
  }
  #single-blog-container > div > div:first-child, #single-blog-container > div > div:last-child {
    width: 100%;
    padding: 0;
  }
  #single-blog-container > div > div:last-child {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #blog-list-container > div > div:first-child .blog-list-item > div > div:first-child, #blog-list-container > div > div:first-child .blog-list-item > div > div:last-child {
    width: 100%;
  }
  #blog-list-container > div > div:first-child .blog-list-item > div > div:first-child {
    padding: 0 0 30px;
  }
  #blog-list-container > div > div:first-child .blog-list-item > div > div:last-child h2 {
    margin-bottom: 20px;
  }
}
#contact-container {
  padding: 50px 0;
}
#contact-container > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#contact-container > div > div:first-child {
  width: 66.6666%;
  padding-right: 80px;
}
#contact-container > div > div:last-child {
  width: 33.3333%;
}
#contact-container > div > div:last-child > div {
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@media screen and (max-width: 1240px) {
  #contact-container {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 900px) {
  #contact-container > div {
    flex-direction: column-reverse;
  }
  #contact-container > div > div:first-child, #contact-container > div > div:last-child {
    width: 100%;
    padding: 0;
  }
  #contact-container > div > div:last-child {
    padding: 0 0 50px;
  }
}
#grants-introduction-container {
  padding: 40px 0 10px;
}

#grants-container {
  padding: 40px 0;
}
#grants-container .grant {
  padding: 0 0 50px;
}
#grants-container .grant .grant-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#grants-container .grant .grant-header > div:first-child {
  width: 40%;
}
#grants-container .grant .grant-header > div:first-child p {
  margin-bottom: 0;
}
#grants-container .grant .grant-header > div:last-child {
  width: 60%;
  padding-left: 30px;
}
#grants-container .grant .grant-header > div:last-child p {
  font-weight: bold;
  margin-bottom: 0;
}

@media screen and (max-width: 1240px) {
  #grants-introduction-container {
    padding: 40px 20px 10px;
  }
  #grants-container {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  #grants-container .grant .grant-header > div:first-child, #grants-container .grant .grant-header > div:last-child {
    width: 100%;
  }
  #grants-container .grant .grant-header > div:last-child {
    padding: 20px 0 0;
  }
}
#grant-opportunities-introduction {
  padding: 60px 0 30px;
}

#grant-opportunities-cards {
  padding: 0 0 60px;
}
#grant-opportunities-cards > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#grant-opportunities-cards > div > div {
  padding: 2px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#grant-opportunities-cards > div > div > div {
  padding: 20px;
}
#grant-opportunities-cards > div > div > div ul {
  margin-bottom: 20px;
}
#grant-opportunities-cards > div > div > div .button {
  width: 100%;
}

@media screen and (max-width: 1240px) {
  #grant-opportunities-introduction {
    padding: 60px 20px 30px;
  }
  #grant-opportunities-cards {
    padding: 0 20px 60px;
  }
}
@media screen and (min-width: 901px) {
  #grant-opportunities-cards > div > div {
    width: 32%;
  }
  #grant-opportunities-cards > div > div:nth-of-type(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 900px) {
  #grant-opportunities-cards > div > div {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  #grant-opportunities-cards > div > div:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #grant-opportunities-introduction {
    padding: 40px 20px 20px;
  }
  #grant-opportunities-cards {
    padding: 0 20px 40px;
  }
}
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  background: #F8F8F8;
  position: relative;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-hover .selectric {
  border-color: rgb(195.5, 195.5, 195.5);
}
.selectric-hover .selectric .button {
  color: rgb(161.5, 161.5, 161.5);
}
.selectric-hover .selectric .button:after {
  border-top-color: rgb(161.5, 161.5, 161.5);
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: rgb(195.5, 195.5, 195.5);
}
.selectric-open .selectric-items {
  opacity: 1;
  visibility: visible;
  z-index: 10000;
  top: 100%;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  background: #F8F8F8;
  border: 1px solid rgb(195.5, 195.5, 195.5);
  z-index: -1;
  max-height: 200px;
  width: 100%;
  overflow-y: scroll;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 8px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #EFEFEF;
  color: #444;
}
.selectric-items li:hover {
  background: #F0F0F0;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

#support-introduction-container > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 60px 0 20px;
}
#support-introduction-container > div > div {
  width: 50%;
}
#support-introduction-container > div > div:last-child {
  padding-left: 30px;
}
#support-introduction-container > div > div:last-child > div {
  width: 60%;
  float: left;
}

#support-cards-container h2 {
  margin-bottom: 60px;
}
#support-cards-container > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#support-cards-container > div > div {
  padding: 2px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#support-cards-container > div > div > div {
  padding: 20px;
}
#support-cards-container > div > div > div ul {
  margin-bottom: 20px;
}
#support-cards-container > div > div > div .button {
  width: 100%;
}

#donation-content {
  padding: 50px 0;
  text-align: center;
}

#support-other-container {
  padding: 20px 0;
}
#support-other-container > div {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#support-other-container > div > div {
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#support-content-container {
  padding: 50px 0;
}
#support-content-container blockquote {
  margin-top: 60px;
}

@media screen and (max-width: 1240px) {
  #support-introduction-container > div > div:last-child > div {
    width: 90%;
  }
  #support-cards-container {
    padding: 0 20px;
  }
  #support-other-container {
    padding: 20px;
  }
  #support-content-container {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 1000px) {
  #support-introduction-container > div > div:last-child {
    padding: 0 30px 0 20px;
  }
  #support-introduction-container > div > div:last-child > div {
    width: 100%;
  }
}
@media screen and (min-width: 901px) {
  #support-cards-container > div > div {
    width: 32%;
  }
  #support-cards-container > div > div:nth-of-type(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
  #support-other-container > div > div {
    width: 32%;
  }
  #support-other-container > div > div:nth-of-type(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 900px) {
  #support-cards-container > div > div {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  #support-cards-container > div > div:not(:last-of-type) {
    margin-bottom: 50px;
  }
  #support-other-container > div > div {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  #support-other-container > div > div:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  #support-introduction-container > div > div:first-child, #support-introduction-container > div > div:last-child {
    width: 100%;
  }
  #support-introduction-container > div > div:last-child {
    padding: 30px 20px;
  }
  #support-cards-container h2 {
    margin-bottom: 30px;
  }
  #donation-content {
    padding: 30px 20px;
  }
}
#what-we-do-introduction {
  padding: 60px 0 0;
}

#what-we-do-blocks-container {
  padding: 0 0 60px;
}
#what-we-do-blocks-container > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 60px 0 0;
}
#what-we-do-blocks-container > div:nth-of-type(odd) > div:last-child {
  padding-left: 30px;
}
#what-we-do-blocks-container > div:nth-of-type(odd) > div:last-child > div {
  width: 60%;
  float: left;
}
#what-we-do-blocks-container > div:nth-of-type(even) > div:first-child {
  padding-right: 30px;
}
#what-we-do-blocks-container > div:nth-of-type(even) > div:first-child > div {
  width: 60%;
  float: right;
}
#what-we-do-blocks-container > div > div {
  width: 50%;
}

@media screen and (max-width: 1240px) {
  #what-we-do-introduction {
    padding: 60px 20px 0;
  }
}
@media screen and (max-width: 1000px) {
  #what-we-do-blocks-container > div:nth-of-type(odd) > div:last-child {
    padding: 0 30px 0 20px;
  }
  #what-we-do-blocks-container > div:nth-of-type(odd) > div:last-child > div {
    width: 100%;
  }
  #what-we-do-blocks-container > div:nth-of-type(even) > div:first-child {
    padding: 0 30px 0 20px;
  }
  #what-we-do-blocks-container > div:nth-of-type(even) > div:first-child > div {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #what-we-do-introduction {
    padding: 40px 20px 0;
  }
  #what-we-do-blocks-container > div {
    padding: 40px 0 0;
  }
  #what-we-do-blocks-container > div:nth-of-type(odd) > div:first-child, #what-we-do-blocks-container > div:nth-of-type(odd) > div:last-child {
    width: 100%;
  }
  #what-we-do-blocks-container > div:nth-of-type(odd) > div:last-child {
    padding: 30px 20px 0;
  }
  #what-we-do-blocks-container > div:nth-of-type(even) {
    flex-direction: column-reverse;
  }
  #what-we-do-blocks-container > div:nth-of-type(even) > div:first-child, #what-we-do-blocks-container > div:nth-of-type(even) > div:last-child {
    width: 100%;
  }
  #what-we-do-blocks-container > div:nth-of-type(even) > div:first-child {
    padding: 30px 20px 0;
  }
}
.gv-template-table {
  padding: 50px 0;
}
.gv-template-table .gv-widgets-header {
  margin-bottom: 40px;
}
.gv-template-table .gv-widgets-header .gv-grid-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.gv-template-table .gv-widgets-header .gv-grid-row > div {
  position: relative;
}
.gv-template-table .gv-widgets-header .gv-grid-row > div:last-child {
  padding: 0;
}
.gv-template-table .gv-widgets-header .gv-grid-row > div form {
  margin: 0;
}
.gv-template-table .gv-widgets-header .gv-grid-row > div form .gv-search-widget-area {
  display: block;
}
.gv-template-table .gv-widgets-header .gv-grid-row > div form .gv-search-widget-area .gv-search-box {
  margin: 0;
}
.gv-template-table .gv-widgets-header .gv-grid-row > div form .gv-search-widget-area input[type=search] {
  width: 100%;
  border-radius: 5px;
  color: #0a0a0a;
  border: 1px solid #000;
  padding-left: 15px;
  font-size: 16px;
  background: #fff;
  height: 55px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.gv-template-table .gv-widgets-header .gv-grid-row > div form .gv-search-widget-area input[type=search]:focus {
  box-shadow: 0 0 0 4px rgba(51, 122, 183, 0.04);
  border: 1px solid #1779ba;
  background: #fff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.gv-template-table .gv-widgets-header .gv-grid-row > div form .gv-search-widget-area input[type=submit], .gv-template-table .gv-widgets-header .gv-grid-row > div form .gv-search-widget-area button {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  background: #fbcc70;
  color: #305f5a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-family: "trade-gothic-next";
  padding: 8px 10px;
  font-weight: bold;
}
.gv-template-table .gv-widgets-header .gv-grid-row > div form .gv-search-widget-area input[type=submit]:hover, .gv-template-table .gv-widgets-header .gv-grid-row > div form .gv-search-widget-area button:hover {
  background: #305f5a;
  color: #fbcc70;
}
.gv-template-table .gv-widgets-header .gv-grid-row > div form .gv-search-widget-area input[type=submit], .gv-template-table .gv-widgets-header .gv-grid-row > div form .gv-search-widget-area button {
  border: none;
}
.gv-template-table .gv-widgets-header .gv-grid-row > div form .gv-search-widget-area .gv-search-button {
  position: absolute;
  right: 0;
  top: 28px;
  height: 55px;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.gv-template-table .gv-widgets-header .gv-grid-row > div form .gv-search-widget-area a.button {
  text-decoration: none;
  text-align: center;
  color: #fff;
  margin: 0;
  border-radius: 5px;
  background: #6e9894;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-family: "trade-gothic-next";
  padding: 8px 10px;
  font-weight: bold;
}
.gv-template-table .gv-widgets-header .gv-grid-row > div form .gv-search-widget-area a.button:hover {
  background: #305f5a;
  color: #fbcc70 !important;
}
.gv-template-table .gv-widgets-header .gv-widget-custom-content {
  margin-top: 30px;
}
.gv-template-table .gv-widgets-header .gv-widget-custom-content a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  background: #fbcc70;
  color: #305f5a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-family: "trade-gothic-next";
  padding: 8px 10px;
  font-weight: bold;
}
.gv-template-table .gv-widgets-header .gv-widget-custom-content a:hover {
  background: #305f5a;
  color: #fbcc70;
}
.gv-template-table .gv-widgets-header .gv-widget-custom-content a:hover {
  color: #fbcc70 !important;
}
.gv-template-table .gv-widgets-header .gv-widget-pagination {
  margin-top: 20px;
}
.gv-template-table .gv-widgets-header .gv-widget-pagination p {
  font-size: 14px;
  font-family: "trade-gothic-next";
  margin-bottom: 0 !important;
  color: #666666;
}
.gv-template-table .gv-table-view {
  overflow-x: scroll;
}
.gv-template-table .gv-table-view table {
  table-layout: auto;
  width: 1210px;
}
.gv-template-table .gv-table-view table thead tr th {
  background: #6e9894;
  padding: 10px 20px;
}
.gv-template-table .gv-table-view table thead tr th:not(:last-of-type) {
  border-right: solid 1px rgba(255, 255, 255, 0.15);
}
.gv-template-table .gv-table-view table thead tr th:first-child {
  border-top-left-radius: 10px;
}
.gv-template-table .gv-table-view table thead tr th:last-child {
  border-top-right-radius: 10px;
}
.gv-template-table .gv-table-view table thead tr th span {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
.gv-template-table .gv-table-view table thead tr th a {
  color: #fff;
  position: relative;
  top: -1px;
}
.gv-template-table .gv-table-view table thead tr th a:before {
  color: #fff;
}
.gv-template-table .gv-table-view table tbody tr:nth-of-type(even) {
  background: #d7e5e3;
}
.gv-template-table .gv-table-view table tbody tr:nth-of-type(odd) {
  background: #f1f1f1;
}
.gv-template-table .gv-table-view table tbody tr:not(:last-of-type) {
  border-bottom: 1px solid #cacaca;
}
.gv-template-table .gv-table-view table tbody tr td {
  border-right: 1px solid #cacaca;
}
.gv-template-table .gv-table-view table tbody tr td:not(.gv-no-results-text) {
  padding: 25px 20px;
}
.gv-template-table .gv-table-view table tbody tr td:not(.gv-no-results-text) a {
  text-decoration: underline;
  color: #2b6cb0 !important;
}
.gv-template-table .gv-table-view table tbody tr td:not(.gv-no-results-text) p {
  margin-bottom: 0 !important;
}
.gv-template-table .gv-table-view table tbody tr td[data-label="Project Title"] {
  font-weight: bold;
}
.gv-template-table .gv-table-view table tbody tr td[data-label=Actions] a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #305f5a;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-family: "trade-gothic-next";
  padding: 8px 10px;
  font-weight: bold;
}
.gv-template-table .gv-table-view table tbody tr td[data-label=Actions] a:hover {
  background: #305f5a;
  color: #fff;
}
.gv-template-table .gv-table-view table tbody tr td[data-label=Actions] a {
  text-decoration: none !important;
  color: #305f5a !important;
  font-size: 12px;
}
.gv-template-table .gv-table-view table tbody tr td[data-label=Actions] a:hover {
  color: #fff !important;
}
.gv-template-table .gv-table-view table tbody tr td:first-of-type {
  border-left: 1px solid #cacaca;
}
.gv-template-table .gv-table-view table tbody tr td:last-of-type a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  background: #6e9894;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-family: "trade-gothic-next";
  padding: 8px 10px;
  font-weight: bold;
}
.gv-template-table .gv-table-view table tbody tr td:last-of-type a:hover {
  background: #305f5a;
  color: #fbcc70;
}
.gv-template-table .gv-table-view table tbody tr td:last-of-type a {
  text-decoration: none !important;
  color: #fff !important;
  font-size: 12px;
}
.gv-template-table .gv-table-view table tbody tr td:last-of-type a:hover {
  color: #fff !important;
}
.gv-template-table .gv-table-view table tbody tr td.gv-no-results-text p {
  margin: 30px auto !important;
  display: block;
}
.gv-template-table .gv-table-view table tfoot tr th {
  background: #6e9894;
  padding: 10px 20px;
}
.gv-template-table .gv-table-view table tfoot tr th:not(:last-of-type) {
  border-right: solid 1px rgba(255, 255, 255, 0.15);
}
.gv-template-table .gv-table-view table tfoot tr th span {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
.gv-template-table .gv-table-view table tfoot tr th a {
  color: #fff;
  position: relative;
  top: 1px;
}
.gv-template-table .gv-table-view table tfoot tr th a:before {
  color: #fff;
}
.gv-template-table .gv-widgets-footer {
  background: #f1f1f1;
  padding: 25px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.gv-template-table .gv-widgets-footer p {
  margin-bottom: 0 !important;
  color: #666666;
}
.gv-template-table .gv-widgets-footer > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
.gv-template-table .gv-widgets-footer > div .gv-widget-page-links .page-numbers li span, .gv-template-table .gv-widgets-footer > div .gv-widget-page-links .page-numbers li a {
  font-size: 15px;
  font-weight: 500;
  background: #fff;
  border: 1px solid #cacaca;
  border-radius: 6px;
  padding: 7px 12px 10px;
}
.gv-template-table .gv-widgets-footer > div .gv-widget-page-links .page-numbers li span.current, .gv-template-table .gv-widgets-footer > div .gv-widget-page-links .page-numbers li a.current {
  background: #6e9894;
  color: #fff;
}

.gv-layout-builder-view--entry div[class^=gv-field-] div span.gv-field-label {
  color: #0a0a0a !important;
}

/*.gv-layout-builder-view--entry {
	div[class^=gv-field-]{
		span{
			color: $white !important;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 13px;
		}
		a{
			color: $white !important;
			position: relative;
			top: -1px;
			&:before{
				color: $white !important;
			}
		}
	}
}*/
@media screen and (max-width: 950px) {
  .gv-template-table .gv-widgets-header .gv-grid-row > div {
    width: 100%;
  }
  .gv-template-table .gv-widgets-header .gv-grid-row > div form .gv-search-widget-area a.button {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .gv-template-table .gv-table-view table tbody .gv-no-results-text {
    width: 100%;
    display: block;
  }
  .gv-template-table .gv-table-view table tbody .gv-no-results-text:before {
    display: none;
  }
  .gv-template-table .gv-table-view table tbody tr td[data-label="Project Title"] {
    font-size: 14px;
  }
  .gv-template-table .gv-table-view table tbody tr td a {
    font-size: 14px;
  }
  .gv-template-table .gv-widgets-footer > div > div {
    width: 100%;
  }
  .gv-template-table .gv-widgets-footer > div > div:last-child {
    text-align: left;
  }
  .gv-template-table .gv-widgets-footer > div > div:last-child ul {
    padding: 20px 0 0 !important;
  }
}
@media screen and (max-width: 575px) {
  .gv-template-table .gv-table-view table {
    width: 100%;
  }
  .gv-template-table .gv-table-view table tbody tr td {
    border: none;
  }
  .gv-template-table .gv-table-view table tbody tr td:before {
    text-align: left;
    padding: 10px;
    font-size: 14px;
  }
}
#footer-container {
  background: #6e9894;
}
#footer-container #top-footer-container {
  padding: 50px 0;
}
#footer-container #top-footer-container > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#footer-container #top-footer-container > div > div {
  width: 33.3333%;
}
#footer-container #top-footer-container > div > div:first-child img {
  width: 100%;
  max-width: 250px;
}
#footer-container #top-footer-container > div > div:first-child #footer-social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 15px;
}
#footer-container #top-footer-container > div > div:first-child #footer-social a {
  width: 40px;
  display: inline-block;
}
#footer-container #top-footer-container > div > div:first-child #footer-social a:not(:last-of-type) {
  margin-right: 5px;
}
#footer-container #top-footer-container > div > div:not(:first-child) {
  padding: 0 20px;
}
#footer-container #top-footer-container > div > div:not(:first-child) p {
  line-height: 1.5;
  color: #fff1d1;
  margin-bottom: 10px;
  font-weight: 400;
}
#footer-container #top-footer-container > div > div:not(:first-child) a {
  color: #fbcc70;
}

#bottom-footer-container {
  padding: 15px 20px;
  text-align: center;
  background: #305f5a;
}
#bottom-footer-container p {
  color: #fbcc70;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
}

@media screen and (max-width: 1240px) {
  #footer-container #top-footer-container {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 767px) {
  #footer-container #top-footer-container {
    padding: 40px 20px;
  }
  #footer-container #top-footer-container > div > div:first-child, #footer-container #top-footer-container > div > div:nth-child(2), #footer-container #top-footer-container > div > div:last-child {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  #footer-container #top-footer-container > div > div:first-child #footer-social {
    justify-content: center;
  }
  #footer-container #top-footer-container > div > div:nth-child(2) {
    padding: 20px 0;
  }
  #footer-container #top-footer-container > div > div:not(:first-child) p {
    font-size: 14px;
  }
}

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