html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  height: 100%;
}
body {
  margin: 0;
  height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
a:active,
a.nice-select.open,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  line-height: 0px;
  font-size: 0px;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
body,
button,
input,
select,
textarea {
  color: #404040;
  font-size: 16px;
  line-height: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
  margin-top: 0px;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #fff;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
img {
  height: auto;
  max-width: 100%;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #e6e6e6;
  color: #000;
  font-size: 16px;
  line-height: 1;
  padding: 10px 30px;
  outline: none;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #afafaf;
  background: #afafaf;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  border-color: #ccc;
  background: #e6e6e6;
}
button:active,
button.nice-select.open,
input[type="button"]:active,
input[type="button"].nice-select.open,
input[type="reset"]:active,
input[type="reset"].nice-select.open,
input[type="submit"]:active,
input[type="submit"].nice-select.open {
  border-color: #afafaf;
  background: #afafaf;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  vertical-align: middle;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus {
  color: #111;
  outline: 1px solid #b5bdff;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
  padding: 5px 10px;
}
textarea {
  width: 100%;
  resize: none;
}
a {
  color: #236092;
}
a:hover,
a:focus,
a:active,
a.nice-select.open {
  color: #194569;
}
a:hover,
a:active,
a.nice-select.open {
  outline: 0;
}
.clearfix:before,
.clearfix:after,
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clearfix:after,
.clear:after {
  clear: both;
}
embed,
iframe,
object {
  max-width: 100%;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left;
  position: relative;
}
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}
@media screen and (max-width: 750px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    float: left;
    position: relative;
  }
}
#array-share ul,
#array-share li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
  line-height: 0;
}
#array-share li {
  display: inline-block;
}
#array-share li a {
  display: block;
}
#array-share li svg {
  height: 24px;
}
#array-share li path {
  fill: #404040;
}
.ajax-loader {
  display: block;
  position: relative;
  text-align: center;
  margin: 100px 0;
}
.ajax-loader .ajax-spinner {
  display: inline-block;
  border: 6px solid #236092;
  border-top: 6px solid #fde739;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  animation: spin 1s linear infinite;
}
.ajax-loader .ajax-text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1;
  color: #fde739;
  font-weight: 600;
  font-family: "Merriweather", serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.misha_loadmore {
  background-color: #ddd;
  border-radius: 2px;
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px 0;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    color 0.3s ease-in-out;
}
.misha_loadmore:hover {
  background-color: #767676;
  color: #fff;
}
.primary-heading {
  font-family: "Merriweather", serif;
  font-size: 52px;
  line-height: 1.2;
  margin: 0.5em 0px;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .primary-heading {
    font-size: 40px;
  }
}
@media screen and (max-width: 800px) {
  .primary-heading {
    font-size: 34px;
  }
}
.primary-heading.big {
  font-size: 75px;
}
.secondary-heading {
  font-family: "Merriweather", serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0.8em 0px;
}
@media screen and (max-width: 1400px) {
  .secondary-heading {
    font-size: 34px;
  }
}
@media screen and (max-width: 800px) {
  .secondary-heading {
    font-size: 22px;
  }
}
.small-heading {
  font-size: 28px;
  line-height: 1.3;
  margin: 0.5em 0px;
  font-weight: 700;
  font-family: "Merriweather", serif;
}
@media screen and (max-width: 1400px) {
  .small-heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 800px) {
  .small-heading {
    font-size: 18px;
  }
}
.input-heading {
  font-size: 19px;
  font-weight: 700;
  font-family: "Merriweather", serif;
  margin-top: 16px;
  margin-bottom: 10px;
}
.custom-link a,
.custom-link span {
  display: inline-block;
  background: url("/wp-content/themes/shakeout/images/shell/arrow.svg") right
    center no-repeat;
  -webkit-background-size: 11px;
  -moz-background-size: 11px;
  -o-background-size: 11px;
  background-size: 11px;
  padding: 10px 22px 10px 0px;
  margin-bottom: 15px;
  cursor: pointer;
}
.custom-button a,
.custom-button span {
  display: inline-block;
  padding: 9px 30px;
  border-radius: 40px;
  border: 2px solid #236092;
  color: #236092;
  font-weight: bold;
  margin: 0px 20px 20px 0px;
  position: relative;
  font-size: 19px;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 800px) {
  .custom-button a,
  .custom-button span {
    font-size: 16px;
    padding: 7px 27px;
  }
}
.custom-button a:hover,
.custom-button a:focus,
.custom-button span:hover,
.custom-button span:focus {
  color: #236092;
}
.custom-button a:hover:after,
.custom-button a:focus:after,
.custom-button span:hover:after,
.custom-button span:focus:after {
  transform: translate(0px, 0px);
}
.custom-button a:after,
.custom-button span:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -2px;
  right: -2px;
  top: -2px;
  z-index: -1;
  border-radius: 40px;
  transform: translate(3px, 5px);
  background: #ffa01c;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.file-button a {
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #efeded;
  color: #fff;
  margin-bottom: 25px;
  width: 100%;
  padding: 15px 70px 15px 35px;
  border-radius: 45px;
  text-align: left;
  text-decoration: none;
  color: #236092;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  border: 2px solid #efeded;
  background: #efeded
    url("/wp-content/themes/shakeout/images/shell/download.svg") right 35px
    center no-repeat;
  -webkit-background-size: 20px;
  -moz-background-size: 20px;
  -o-background-size: 20px;
  background-size: 20px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 800px) {
  .file-button a {
    font-size: 16px;
    padding: 12px 55px 12px 27px;
    margin-bottom: 15px;
    background: #efeded
      url("/wp-content/themes/shakeout/images/shell/download.svg") right 25px
      center no-repeat;
    -webkit-background-size: 20px;
    -moz-background-size: 20px;
    -o-background-size: 20px;
    background-size: 15px;
  }
}
.file-button a:hover {
  color: #236092;
  background: rgba(239, 237, 237, 0)
    url("/wp-content/themes/shakeout/images/shell/download.svg") right 35px
    center no-repeat;
  -webkit-background-size: 20px;
  -moz-background-size: 20px;
  -o-background-size: 20px;
  background-size: 20px;
  border-color: #236092;
}
@media screen and (max-width: 800px) {
  .file-button a:hover {
    background: rgba(239, 237, 237, 0)
      url("/wp-content/themes/shakeout/images/shell/download.svg") right 25px
      center no-repeat;
    -webkit-background-size: 20px;
    -moz-background-size: 20px;
    -o-background-size: 20px;
    background-size: 15px;
  }
}
.file-button a:hover:after {
  transform: translate(4px, 5px);
  opacity: 1;
}
.file-button a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -2px;
  right: -2px;
  top: -2px;
  z-index: -1;
  border-radius: 45px;
  transform: translate(8px, 8px);
  background: #ffa01c;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.file-button a svg {
  margin-left: 25px;
  width: 20px;
}
@media screen and (max-width: 800px) {
  .file-button a svg {
    width: 15px;
    height: 30px;
  }
}
.next-button a,
.next-button input {
  display: inline-block;
  padding: 15px 58px 15px 33px;
  color: #236092;
  border-radius: 50px;
  height: 60px;
  border: none;
  background: #fff;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -ms-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
@media screen and (max-width: 1024px) {
  .next-button a,
  .next-button input {
    height: 47px;
    font-size: 16px;
    padding: 10px 40px 10px 27px;
  }
}
.next-button a:after,
.next-button input:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #fde739;
  transform: scale(1.2);
  border-radius: 50px;
  z-index: -2;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.next-button a:focus,
.next-button input:focus {
  outline: none;
  background-color: #fde739;
  color: #194569;
}
.next-button a:hover,
.next-button input:hover {
  background-color: #fde739;
  color: #194569;
}
.next-button a:hover:after,
.next-button input:hover:after {
  transform: scale(1);
  opacity: 1;
  z-index: -2;
}
.next-button input {
  background: #fff
    url("/wp-content/themes/shakeout/images/shell/arrow-blue.svg") right 30px
    center no-repeat;
}
.next-button input:hover {
  background: #fde739
    url("/wp-content/themes/shakeout/images/shell/arrow-blue.svg") right 30px
    center no-repeat;
  color: #194569;
}
@media screen and (max-width: 1024px) {
  .next-button input:hover {
    background: #fde739
      url("/wp-content/themes/shakeout/images/shell/arrow-blue.svg") right 18px
      center no-repeat;
    background-size: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .next-button input {
    background: #fff
      url("/wp-content/themes/shakeout/images/shell/arrow-blue.svg") right 18px
      center no-repeat;
    background-size: 8px;
  }
}
.next-button .next-arrow {
  display: block;
  width: 69px;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: url("/wp-content/themes/shakeout/images/shell/arrow-blue.svg")
    center center no-repeat;
}
@media screen and (max-width: 1024px) {
  .next-button .next-arrow {
    height: 48px;
    width: 50px;
    background-size: 8px;
  }
}
.next-button .spinner {
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 24px;
  top: 0px;
  bottom: 0px;
  border-radius: 50%;
  margin: auto;
  border: 2px solid rgba(35, 96, 146, 0.3);
  border-top: 2px solid #236092;
  -webkit-animation: spin 1.1s infinite linear;
  animation: spin 1.1s infinite linear;
}
@media screen and (max-width: 1024px) {
  .next-button .spinner {
    height: 13px;
    width: 13px;
    right: 20px;
  }
}
.back-button a {
  display: inline-block;
  padding: 15px 33px 15px 33px;
  color: #fff;
  border-radius: 50px;
  background: none;
  position: relative;
  cursor: pointer;
  margin: 0px 20px 0px 0px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -ms-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
@media screen and (max-width: 1024px) {
  .back-button a {
    padding: 10px 27px;
    font-size: 16px;
  }
}
.back-button a:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.35);
  transform: scale(1.2);
  border-radius: 50px;
  z-index: -2;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.back-button a:focus {
  outline: none;
  background-color: rgba(255, 255, 255, 0.2);
}
.back-button a:hover {
  color: #fff;
}
.back-button a:hover:after {
  transform: scale(1);
  opacity: 1;
  z-index: -2;
}
.small-button a,
.small-button span {
  display: inline-block;
  margin: 15px 10px 0px 0px;
  padding: 8px 20px;
  color: #236092;
  border-radius: 50px;
  border: none;
  background: #fff;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -ms-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
@media screen and (max-width: 1024px) {
  .small-button a,
  .small-button span {
    padding: 8px 20px;
  }
}
.small-button a:after,
.small-button span:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #fde739;
  transform: scale(1.2);
  border-radius: 50px;
  z-index: -2;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.small-button a:hover,
.small-button span:hover {
  background-color: #236092;
  color: #fff;
}
.small-button a:hover:after,
.small-button span:hover:after {
  transform: scale(1);
  opacity: 1;
  z-index: -2;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#navbar {
  padding: 40px 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 1250px) {
  #navbar {
    padding: 30px 35px;
  }
}
@media screen and (max-width: 1024px) {
  #navbar {
    padding: 20px 15px 20px 25px;
  }
}
@media screen and (max-width: 800px) {
  #navbar {
    padding: 10px 20px;
  }
}
#navbar .nav-left {
  position: relative;
  z-index: 9;
}
#navbar .nav-center {
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
@media screen and (max-width: 900px) {
  #navbar .nav-center {
    display: none;
  }
}
#navbar.open .nav-center {
  opacity: 0;
}
#navbar .nav-right {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#navbar .nav-right a {
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
  font-size: 16px;
}
@media screen and (max-width: 1500px) {
  #navbar .nav-right a {
    font-size: 14px;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 1250px) {
  #navbar .nav-right a {
    font-size: 14px;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 1100px) {
  #navbar .nav-right a {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 1000px) {
  #navbar .nav-right a {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  #navbar .nav-right a {
    display: block;
  }
}
#navbar .nav-right a:hover,
#navbar .nav-right a:focus {
  color: #236092;
}
#navbar .nav-right a:hover:after,
#navbar .nav-right a:focus:after {
  width: 70px;
}
@media screen and (max-width: 800px) {
  #navbar .nav-right a:hover:after,
  #navbar .nav-right a:focus:after {
    width: 50px;
  }
}
#navbar .nav-right a:after {
  content: "";
  z-index: -1;
  position: absolute;
  left: -100px;
  right: -100px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  background: url("/wp-content/themes/shakeout/images/shell/highlight.svg")
    center center no-repeat;
  height: 10px;
  width: 0px;
  border-radius: 20px;
  -webkit-transition: width 0.4s ease-out;
  -moz-transition: width 0.4s ease-out;
  -ms-transition: width 0.4s ease-out;
  -o-transition: width 0.4s ease-out;
  transition: width 0.4s ease-out;
}
.fullscreen-nav {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  padding-bottom: 80px;
  background: #f4f7f8;
  opacity: 0;
  z-index: -999999;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
@media screen and (max-height: 750px) {
  .fullscreen-nav {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 800px) {
  .fullscreen-nav {
    padding-bottom: 0px;
    overflow: auto;
  }
}
.fullscreen-nav ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.fullscreen-nav ul li {
  padding: 0px;
}
.fullscreen-nav:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 300px;
  z-index: -1;
  background: url("/wp-content/themes/shakeout/images/shell/line-nav.svg")
    bottom 30px center no-repeat;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-out 0.2s;
  -moz-transition: opacity 1.5s ease-out 0.2s;
  -ms-transition: opacity 1.5s ease-out 0.2s;
  -o-transition: opacity 1.5s ease-out 0.2s;
  transition: opacity 1.5s ease-out 0.2s;
}
@media screen and (max-height: 750px) {
  .fullscreen-nav:after {
    background: url("/wp-content/themes/shakeout/images/shell/line-nav.svg")
      bottom 30px center no-repeat;
    background-size: auto 50px;
  }
}
@media screen and (max-height: 680px) {
  .fullscreen-nav:after {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .fullscreen-nav:after {
    display: none;
  }
}
.fullscreen-nav.open {
  z-index: 998;
  opacity: 1;
  visibility: visible;
}
.fullscreen-nav.open:after {
  opacity: 1;
}
.fullscreen-nav .full-inner {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 5% 12.5%;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-height: 680px) {
  .fullscreen-nav .full-inner {
    padding: 10% 15% 5% 15%;
  }
}
@media screen and (max-width: 800px) {
  .fullscreen-nav .full-inner {
    padding: 10% 15% 5% 15%;
    height: auto;
    overflow-y: scroll;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 800px) {
  .fullscreen-nav .full-left {
    width: 100%;
    max-width: 300px;
    margin: 75px auto 30px auto;
  }
}
.fullscreen-nav .full-left #full_nav li.menu-item-has-children a:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 30px;
  height: 30px;
  background: url("/wp-content/themes/shakeout/images/shell/arrow-nav.svg")
    center center no-repeat;
  -webkit-background-size: 12px;
  -moz-background-size: 12px;
  -o-background-size: 12px;
  background-size: 12px;
  -webkit-transition: transform 0.4s ease-out;
  -moz-transition: transform 0.4s ease-out;
  -ms-transition: transform 0.4s ease-out;
  -o-transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
}
@media screen and (max-height: 750px) {
  .fullscreen-nav .full-left #full_nav li.menu-item-has-children a:after {
    background: url("/wp-content/themes/shakeout/images/shell/arrow-nav.svg")
      center center no-repeat;
    -webkit-background-size: 9px;
    -moz-background-size: 9px;
    -o-background-size: 9px;
    background-size: 9px;
  }
}
@media screen and (max-width: 800px) {
  .fullscreen-nav .full-left #full_nav li.menu-item-has-children a:after {
    background: url("/wp-content/themes/shakeout/images/shell/arrow-nav.svg")
      center center no-repeat;
    -webkit-background-size: 9px;
    -moz-background-size: 9px;
    -o-background-size: 9px;
    background-size: 9px;
  }
}
.fullscreen-nav .full-left #full_nav li.menu-item-has-children.open a:after {
  transform: rotate(90deg);
}
.fullscreen-nav .full-left #full_nav li a {
  display: inline-block;
  text-decoration: none;
  font-size: 32px;
  position: relative;
  padding: 3px 40px 3px 0px;
}
@media screen and (max-height: 750px) {
  .fullscreen-nav .full-left #full_nav li a {
    font-size: 24px;
    padding: 1px 35px 1px 0px;
  }
}
@media screen and (max-width: 800px) {
  .fullscreen-nav .full-left #full_nav li a {
    font-size: 24px;
    padding: 1px 35px 1px 0px;
  }
}
@media screen and (max-height: 780px) {
  .fullscreen-nav .full-left #full_nav li a {
    font-size: 20px;
  }
}
.fullscreen-nav .full-left #full_nav li a:hover,
.fullscreen-nav .full-left #full_nav li a:focus {
  color: #194569;
}
.fullscreen-nav .full-left #full_nav li a:hover:before,
.fullscreen-nav .full-left #full_nav li a:focus:before {
  opacity: 1;
  transform: scaleX(1);
}
.fullscreen-nav .full-left #full_nav li a:before {
  content: "";
  position: absolute;
  right: -20px;
  left: -20px;
  width: calc(100% + 40px);
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: -1;
  background: url("/wp-content/themes/shakeout/images/shell/highlight-nav.svg")
    left center no-repeat;
  border-radius: 50px;
  height: 14px;
  transform-origin: 0px 50%;
  transform: scaleX(0);
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.fullscreen-nav .full-left #full_nav li .sub-menu {
  display: none;
  padding-left: 30px;
  padding-bottom: 15px;
}
.fullscreen-nav .full-left #full_nav li .sub-menu li a {
  font-size: 18px;
  padding-right: 0px;
}
@media screen and (max-height: 750px) {
  .fullscreen-nav .full-left #full_nav li .sub-menu li a {
    font-size: 16px;
  }
}
.fullscreen-nav .full-left #full_nav li .sub-menu li a:after {
  display: none;
}
.fullscreen-nav .full-right {
  text-align: right;
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .fullscreen-nav .full-right {
    width: 100%;
    text-align: center;
  }
}
.fullscreen-nav .full-right .header-social a {
  margin: 0px 0px 0px 10px;
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  .fullscreen-nav .full-right .header-social a {
    margin: 0px 0px 0px 7px;
  }
}
@media screen and (max-width: 850px) {
  .fullscreen-nav .full-right .header-social a {
    margin: 0px 0px 0px 5px;
  }
}
@media screen and (max-width: 900px) {
  .fullscreen-nav .full-right .header-social a svg {
    max-width: 30px;
  }
}
.fullscreen-nav .full-right .header-social a svg path {
  -webkit-transition: fill 0.2s ease-out;
  -moz-transition: fill 0.2s ease-out;
  -ms-transition: fill 0.2s ease-out;
  -o-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
}
.fullscreen-nav .full-right .header-social a:hover svg #Path_918,
.fullscreen-nav .full-right .header-social a:hover svg #Polygon_1,
.fullscreen-nav .full-right .header-social a:focus svg #Path_918,
.fullscreen-nav .full-right .header-social a:focus svg #Polygon_1 {
  fill: #ffa01c !important;
}
.fullscreen-nav .full-right #full_nav_secondary {
  padding: 20px 0px;
}
.fullscreen-nav .full-right #full_nav_secondary li a {
  display: inline-block;
  padding: 3px 0px;
  position: relative;
  text-decoration: none;
}
@media screen and (max-height: 680px) {
  .fullscreen-nav .full-right #full_nav_secondary li a {
    font-size: 17px;
  }
}
@media screen and (max-width: 800px) {
  .fullscreen-nav .full-right #full_nav_secondary li a {
    font-size: 17px;
  }
}
.fullscreen-nav .full-right #full_nav_secondary li a:before {
  content: "";
  position: absolute;
  right: -20px;
  left: -20px;
  width: calc(100% + 40px);
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: -1;
  background: url("/wp-content/themes/shakeout/images/shell/highlight-nav.svg")
    left center no-repeat;
  border-radius: 50px;
  height: 14px;
  transform-origin: 0px 50%;
  transform: scaleX(0);
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.fullscreen-nav .full-right #full_nav_secondary li a:hover,
.fullscreen-nav .full-right #full_nav_secondary li a:focus {
  color: #236092;
}
.fullscreen-nav .full-right #full_nav_secondary li a:hover:before,
.fullscreen-nav .full-right #full_nav_secondary li a:focus:before {
  opacity: 1;
  transform: scaleX(1);
}
#page {
  margin: 0 auto;
}
.site-branding {
  line-height: 0px;
  font-size: 0px;
}
.site-branding .site-logo {
  height: 70px;
}
@media screen and (max-width: 1100px) {
  .site-branding .site-logo {
    height: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .site-branding .site-logo {
    height: 55px;
  }
}
.site-branding .site-logo.white-logo {
  display: none;
}
#navbar ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#navbar ul li {
  padding: 0px;
}
#header_nav {
  display: flex;
}
@media screen and (max-width: 800px) {
  #header_nav {
    display: none;
  }
}
#header_nav li {
  position: relative;
}
@media screen and (max-width: 800px) {
  #header_nav li {
    float: none;
  }
}
#header_nav li.menu-item-39 {
  margin-right: -20px;
}
@media screen and (max-width: 1250px) {
  #header_nav li.menu-item-39 {
    margin-right: 0px;
  }
}
#header_nav li.menu-item-39 > a:hover:before {
  width: 110px;
}
#header_nav li a {
  color: #236092;
  text-decoration: none;
  padding: 15px 0px;
  width: 190px;
  display: inline-block;
  font-weight: 400;
  position: relative;
  font-size: 16px;
  z-index: 2;
  text-align: center;
  z-index: 999;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
#header_nav li a:hover:before,
#header_nav li a:focus:before {
  width: 156px;
}
@media screen and (max-width: 1500px) {
  #header_nav li a:hover:before,
  #header_nav li a:focus:before {
    width: 130px;
  }
}
#header_nav li a:hover:after,
#header_nav li a:focus:after {
  width: 156px;
}
@media screen and (max-width: 1500px) {
  #header_nav li a:hover:after,
  #header_nav li a:focus:after {
    width: 130px;
  }
}
#header_nav li a:before {
  content: "";
  z-index: -5;
  position: absolute;
  left: -100px;
  right: -100px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  background: url("/wp-content/themes/shakeout/images/shell/highlight.svg")
    center center no-repeat;
  height: 10px;
  width: 0px;
  border-radius: 20px;
  -webkit-transition: width 0.4s ease-out;
  -moz-transition: width 0.4s ease-out;
  -ms-transition: width 0.4s ease-out;
  -o-transition: width 0.4s ease-out;
  transition: width 0.4s ease-out;
}
@media screen and (max-width: 1500px) {
  #header_nav li a {
    width: 160px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1250px) {
  #header_nav li a {
    width: 160px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  #header_nav li a {
    margin: 0px -5px;
  }
}
@media screen and (max-width: 800px) {
  #header_nav li a {
    display: block;
    width: 100%;
  }
}
#header_nav li .sub-menu,
#header_nav li .children {
  position: absolute;
  z-index: 99;
  left: 0px;
  margin: auto;
  width: 190px;
  top: 25px;
  padding: 0px;
  text-align: center;
  display: none;
}
@media screen and (max-width: 1500px) {
  #header_nav li .sub-menu,
  #header_nav li .children {
    width: 160px;
  }
}
#header_nav li .sub-menu li,
#header_nav li .children li {
  display: block;
  float: none;
}
#header_nav li .sub-menu li:first-child,
#header_nav li .children li:first-child {
  padding-top: 30px;
}
#header_nav li .sub-menu li:last-child,
#header_nav li .children li:last-child {
  padding-bottom: 15px;
}
#header_nav li .sub-menu li.menu-item-36 a::after,
#header_nav li .children li.menu-item-36 a::after {
  content: "";
  z-index: -1;
  position: absolute;
  left: -100px;
  right: -100px;
  bottom: 8px;
  margin: auto;
  background: url("/wp-content/themes/shakeout/images/shell/highlight.svg")
    center center no-repeat;
  height: 10px;
  width: 0px;
  border-radius: 20px;
  -webkit-transition: width 0.4s ease-out;
  -moz-transition: width 0.4s ease-out;
  -ms-transition: width 0.4s ease-out;
  -o-transition: width 0.4s ease-out;
  transition: width 0.4s ease-out;
}
#header_nav li .sub-menu li a,
#header_nav li .children li a {
  display: inline-block;
  padding: 2px 20px;
  width: auto;
  color: #236092;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  border-radius: 70px;
}
@media screen and (max-width: 1250px) {
  #header_nav li .sub-menu li a,
  #header_nav li .children li a {
    padding: 2px 10px;
  }
}
#header_nav li .sub-menu li a:before,
#header_nav li .children li a:before {
  left: 0px;
  right: 0px;
  top: 8px;
  bottom: auto;
}
@media screen and (max-width: 800px) {
  #header_nav {
    display: none;
  }
}
.morphing-wrap {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 800px;
  perspective: 800px;
  position: absolute;
  min-width: 170px;
  opacity: 0;
  top: 40px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 1500px) {
  .morphing-wrap {
    min-width: 160px;
  }
}
@media screen and (max-width: 1250px) {
  .morphing-wrap {
    top: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .morphing-wrap {
    margin-left: -2.5px;
  }
}
@media screen and (max-width: 1024px) {
  .morphing-wrap {
    top: 20px;
  }
}
.morphing-wrap.active {
  opacity: 1;
}
.morphing-wrap.active .morphing-bg {
  transform: rotateX(0deg);
}
.morphing-bg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  border: 2px solid #236092;
  background: #edf4fa;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  transform-origin: 50% 0;
  transform: rotateX(-30deg);
  border-radius: 26px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.site-footer {
  padding: 25px 0px 0px 0px;
  color: #fff;
  background: url("/wp-content/themes/shakeout/images/shell/footer-bg.svg") top
    center;
  position: relative;
}
.site-footer:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 23px;
  background: #236092;
  z-index: -1;
}
.site-footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
  padding: 55px;
  background: #236092;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .site-footer .footer-inner {
    padding: 5%;
  }
}
@media screen and (max-width: 900px) {
  .site-footer .footer-inner {
    text-align: center;
  }
}
.site-footer .footer-left {
  max-width: 700px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  .site-footer .footer-left {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .site-footer .footer-left {
    width: 100%;
    align-items: center;
  }
}
.site-footer .footer-left .additional-logo {
  margin: 15px 0px;
}
@media screen and (max-width: 450px) {
  .site-footer .footer-left .additional-logo {
    margin: 0px 0px 0px 15px;
  }
}
.site-footer .footer-left .additional-logo svg {
  width: 115px;
}
.site-footer .footer-right {
  max-width: 300px;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .site-footer .footer-right {
    width: 100%;
    max-width: none;
    text-align: center;
  }
}
.site-footer .footer-right .footer-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 1100px) {
  .site-footer .footer-right .footer-social {
    justify-content: center;
    padding: 30px 0px 15px 0px;
    font-size: 14px;
  }
}
.site-footer .footer-right .footer-social div {
  width: 100%;
  text-align: right;
  padding: 0px 0px 20px 0px;
}
@media screen and (max-width: 1100px) {
  .site-footer .footer-right .footer-social div {
    text-align: center;
    display: none;
  }
}
.site-footer .footer-right .footer-social a {
  margin: 0px 7px;
}
.site-footer .footer-right .footer-social a svg path,
.site-footer .footer-right .footer-social a circle {
  -webkit-transition: fill 0.2s ease-out;
  -moz-transition: fill 0.2s ease-out;
  -ms-transition: fill 0.2s ease-out;
  -o-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
}
.site-footer .footer-right .footer-social a:hover svg #Path_918,
.site-footer .footer-right .footer-social a:hover svg #Polygon_1,
.site-footer .footer-right .footer-social a:focus svg #Path_918,
.site-footer .footer-right .footer-social a:focus svg #Polygon_1 {
  fill: #fde739;
}
.site-footer .footer-branding {
  line-height: 0px;
  font-size: 0px;
  height: 70px;
  flex: 0 0 115px;
}
.site-footer .footer-branding .footer-logo {
  width: 115px;
}
@media screen and (max-width: 1100px) {
  .site-footer .footer-branding {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
  }
}
.site-footer .footer-legal {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 20px 0px 0px 0px;
}
@media screen and (max-width: 1200px) {
  .site-footer .footer-legal {
    padding: 10px 0px;
  }
}
.site-footer .footer-legal a {
  color: #fff;
  text-decoration: none;
}
.site-footer .footer-legal a:hover,
.site-footer .footer-legal a:focus {
  color: #fde739;
}
.site-footer .array-link {
  display: block;
  padding: 10px 0px 0px 0px;
}
#footer_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 60px;
  list-style-type: none;
  margin: 0px;
  flex: 0 0 585px;
  max-width: 585px;
}
@media screen and (max-width: 1100px) {
  #footer_nav {
    padding: 20px 0px 0px 0px;
  }
}
#footer_nav li {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 1100px) {
  #footer_nav li {
    text-align: center;
  }
}
#footer_nav li a {
  color: #fff;
  text-decoration: none;
  padding: 3px 15px;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
#footer_nav li a:hover,
#footer_nav li a:focus {
  color: #fde739;
}
@media screen and (max-width: 1100px) {
  #footer_nav li a {
    padding: 2px 10px;
  }
}
@media screen and (max-width: 900px) {
  #footer_nav li a {
    font-size: 14px;
  }
}
#footer_nav li .sub-menu li {
  display: block;
}
#footer_nav li .sub-menu li a {
  display: block;
  padding: 8px 25px;
  opacity: 0.5;
}
#footer_nav li .sub-menu li a:hover {
  opacity: 1;
}
@media screen and (min-width: 800px) {
  #mobile_nav[style] {
    display: none !important;
  }
}
#mobile_nav {
  display: none;
  clear: both;
  text-align: center;
  position: absolute;
  top: 60px;
  left: 0px;
  right: 0px;
  background: #e7e7e7;
  padding: 15px 0px;
}
#mobile_nav li {
  position: relative;
}
#mobile_nav li.menu-item-has-children > a {
  position: relative;
}
#mobile_nav li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0px;
  bottom: 0px;
  width: 30px;
  height: 30px;
  margin: auto;
  transform-origin: 50% 50%;
  transform: rotate(90deg);
  background: url("/wp-content/themes/shakeout/images/shell/arrow.svg") center
    center no-repeat;
  -webkit-background-size: 11px;
  -moz-background-size: 11px;
  -o-background-size: 11px;
  background-size: 11px;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
#mobile_nav li.menu-item-has-children.open > a:after {
  transform: rotate(-90deg);
}
#mobile_nav li a {
  display: block;
  text-decoration: none;
  padding: 10px;
  color: #fde739;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
#mobile_nav li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#mobile_nav li .sub-menu {
  display: none;
}
#mobile_nav li .sub-menu a {
  opacity: 0.5;
}
.nav-toggle {
  padding: 17px 18px;
  border: none;
  background: none;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition: border-color 0.2s ease-out;
  -moz-transition: border-color 0.2s ease-out;
  -ms-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}
@media screen and (max-width: 800px) {
  .nav-toggle {
    padding: 13px 14px;
  }
}
.nav-toggle:hover:after {
  opacity: 1;
  transform: translate(4px, 5px);
}
.nav-toggle:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -3px;
  right: -3px;
  top: -3px;
  z-index: -1;
  border-radius: 40px;
  transform: translate(8px, 8px);
  background: #ffa01c;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 800px) {
  .nav-toggle {
    display: block;
  }
}
.nav-toggle span {
  display: block;
  background: #236092;
  width: 28px;
  height: 2px;
  margin: 6px 0px;
  transform-origin: 50% 50%;
  border-radius: 2px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 800px) {
  .nav-toggle span {
    width: 20px;
    margin: 4px 0px;
  }
}
.nav-toggle.open .one {
  transform: translateY(8px) rotate(135deg);
  -moz-transform: translateY(8px) rotate(135deg);
  -webkit-transform: translateY(8px) rotate(135deg);
}
@media screen and (max-width: 800px) {
  .nav-toggle.open .one {
    transform: translateY(6px) rotate(135deg);
    -moz-transform: translateY(6px) rotate(135deg);
    -webkit-transform: translateY(6px) rotate(135deg);
  }
}
.nav-toggle.open .three {
  transform: translateY(-8px) rotate(-135deg);
  -moz-transform: translateY(-8px) rotate(-135deg);
  -webkit-transform: translateY(-8px) rotate(-135deg);
}
@media screen and (max-width: 800px) {
  .nav-toggle.open .three {
    transform: translateY(-6px) rotate(-135deg);
    -moz-transform: translateY(-6px) rotate(-135deg);
    -webkit-transform: translateY(-6px) rotate(-135deg);
  }
}
.nav-toggle.open .two {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.nav-toggle:focus {
  background: none;
  border: 2px solid #236092;
}
.nav-toggle:active,
.nav-toggle.nice-select.open {
  background: none;
  border: 2px solid rgba(0, 0, 0, 0);
}
.nav-toggle:hover {
  border: 2px solid #236092;
  background: none;
}
.ie9 .block-graphic img[src$=".svg"] {
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .block-graphic img[src$=".svg"] {
    width: 100%;
  }
}
body {
  font-family: "DM Sans", sans-serif;
  font-display: swap;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
  color: #236092;
}
@media screen and (max-width: 1300px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  body {
    font-size: 15px;
  }
}
body.no-scroll {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Merriweather", serif;
}
a {
  color: #236092;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
a:hover,
a:focus {
  color: #ffa01c;
}
ul {
  margin-left: 0px;
  padding-left: 17px;
}
ul li {
  padding: 3px 0px;
}
ol {
  margin-left: 0px;
  padding-left: 17px;
}
ol li {
  padding: 3px 0px;
}
@media screen and (max-width: 900px) {
  .half {
    width: 100% !important;
    text-align: center;
  }
}
.pass-swap {
  background: url("/wp-content/themes/shakeout/images/shell/eye.png") center
    center no-repeat;
  display: block;
  background-size: 22px;
  width: 48px;
  height: 48px;
  margin-top: -48px;
  position: relative;
  z-index: 5;
  cursor: pointer;
  margin-left: auto;
}
.block-inner,
#navbar,
#breadcrumbs,
.footer-inner {
  max-width: 1700px;
  margin: 0 auto;
}
.site-main,
.intro-block,
.post-list {
  padding: 5% 12.5%;
}
@media screen and (max-width: 1400px) {
  .site-main,
  .intro-block,
  .post-list {
    padding: 45px 10%;
  }
}
@media screen and (max-width: 1024px) {
  .site-main,
  .intro-block,
  .post-list {
    padding: 40px 7.5%;
  }
}
@media screen and (max-width: 900px) {
  .site-main,
  .intro-block,
  .post-list {
    padding: 20px 7%;
  }
}
.wow,
.wow-quick {
  opacity: 0;
  transform: translateY(-10px);
  -webkit-transition: opacity 0.4s ease-out, transform 0.4s ease;
  -moz-transition: opacity 0.4s ease-out, transform 0.4s ease;
  -o-transition: opacity 0.4s ease-out, transform 0.4s ease;
  transition: opacity 0.4s ease-out, transform 0.4s ease;
}
.wow.visible,
.wow-quick.visible {
  opacity: 1;
  transform: translateY(0px);
}
.wow-group > * {
  opacity: 0;
  transform: translateY(-10px);
  -webkit-transition: opacity 0.4s ease-out, transform 0.4s ease;
  -moz-transition: opacity 0.4s ease-out, transform 0.4s ease;
  -o-transition: opacity 0.4s ease-out, transform 0.4s ease;
  transition: opacity 0.4s ease-out, transform 0.4s ease;
}
.wow-group > *.visible {
  opacity: 1;
  transform: translateY(0px);
}
#breadcrumbs {
  font-size: 12px;
  padding-left: 55px;
}
@media screen and (max-width: 1024px) {
  #breadcrumbs {
    padding-left: 35px;
  }
}
@media screen and (max-width: 800px) {
  #breadcrumbs {
    padding-left: 25px;
  }
}
#breadcrumbs a {
  display: inline-block;
  padding: 0px 5px;
  text-decoration: none;
}
#breadcrumbs .breadcrumb_last {
  display: inline-block;
  padding: 0px 5px;
}
.bread {
  font-size: 12px;
}
.bread span {
  display: inline-block;
  padding: 0px 5px;
  text-decoration: none;
}
.bread .breadcrumb_last {
  display: inline-block;
  padding: 0px 5px;
}
section.block {
  position: relative;
}
section.block.full .block-inner .block-text {
  width: 100%;
}
section.block.full .block-inner .block-text .text {
  max-width: 100%;
}
section.block .block-inner {
  padding: 55px 12.5%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1400px) {
  section.block .block-inner {
    padding: 45px 10%;
  }
}
@media screen and (max-width: 1024px) {
  section.block .block-inner {
    padding: 40px 7.5%;
  }
}
@media screen and (max-width: 900px) {
  section.block .block-inner {
    padding: 20px 7%;
  }
}
section.block#banner .block-inner {
  padding: 55px 12.5% 55px 12.5%;
}
@media screen and (max-width: 1400px) {
  section.block#banner .block-inner {
    padding: 45px 10%;
  }
}
@media screen and (max-width: 1024px) {
  section.block#banner .block-inner {
    padding: 40px 7.5%;
  }
}
@media screen and (max-width: 800px) {
  section.block#banner .block-inner {
    padding: 25px 7%;
  }
}
section.block#banner .block-text {
  align-items: flex-start;
  width: 55%;
  padding: 0px;
}
@media screen and (max-width: 900px) {
  section.block#banner .block-text {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
section.block#banner .block-text .text {
  max-width: 450px;
}
@media screen and (max-width: 900px) {
  section.block#banner .block-text .text {
    max-width: 100%;
  }
}
section.block#banner .banner-intro {
  width: 45%;
}
@media screen and (max-width: 900px) {
  section.block#banner .banner-intro {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  section.block#banner .block-graphic {
    justify-content: center;
    max-width: 400px;
    margin: 0 auto;
    padding: 0px 5%;
  }
}
section.block#banner.simple .block-text {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
section.block#banner.simple .block-text .text {
  max-width: 100%;
}
section.block .block-graphic {
  width: 45%;
  display: flex;
  align-items: center;
  padding-left: 5%;
}
@media screen and (max-width: 900px) {
  section.block .block-graphic {
    width: 100%;
    order: 2;
    padding: 20px 0px 0px 0px;
  }
}
@media screen and (max-width: 900px) {
  section.block .block-graphic img {
    margin: 0 auto;
    display: block;
    max-height: 400px;
  }
}
section.block .block-text {
  width: 55%;
  display: flex;
  align-items: center;
  padding-left: 5%;
}
@media screen and (max-width: 900px) {
  section.block .block-text {
    width: 100%;
    margin: 0px auto;
    max-width: 600px;
    padding-bottom: 10px;
  }
}
section.block .block-text .text {
  max-width: 550px;
}
@media screen and (max-width: 900px) {
  section.block .block-text .text {
    max-width: 100%;
  }
}
section.block .block-bg {
  background: #efeded;
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 0px;
  right: 0px;
  z-index: -1;
  display: block;
}
section.block .block-intro {
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}
section.block .block-cta {
  width: 100%;
  text-align: center;
  padding: 30px 0px 20px 0px;
}
section.block .block-repeater {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  flex-flow: row wrap;
}
section.block .block-repeater .block-item {
  width: 33.3333%;
  text-align: center;
  padding: 25px 0px;
}
@media screen and (max-width: 900px) {
  section.block .block-repeater .block-item {
    width: 50%;
  }
  section.block .block-repeater .block-item .secondary-heading {
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  section.block .block-repeater .block-item {
    padding: 10px;
  }
}
section.block .block-repeater .block-item a {
  text-decoration: none;
}
section.block .block-repeater .block-item img {
  padding-bottom: 10px;
}
@media screen and (max-width: 500px) {
  section.block .block-repeater .block-item img {
    max-width: 100px;
    max-height: 80px;
  }
}
section.block .block-repeater .block-item .desc {
  max-width: 200px;
  margin: 0 auto;
  text-decoration: none;
}
section.block.block-grey {
  padding: 25px 0px;
}
section.block.block-grey.no-bot:after {
  display: none;
}
section.block.block-grey:before {
  content: "";
  position: absolute;
  top: 0px;
  height: 30px;
  left: 0px;
  right: 0px;
  background: url("/wp-content/themes/shakeout/images/shell/grey-bg.svg") top
    center repeat-x;
}
section.block.block-grey:after {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 30px;
  left: 0px;
  right: 0px;
  background: url("/wp-content/themes/shakeout/images/shell/grey-bg.svg") bottom
    center repeat-x;
}
section.block.block-grey .block-inner {
  background: #efeded;
}
section.block.block-grey .block-graphic {
  order: 2;
  width: 55%;
  padding-left: 5%;
}
@media screen and (max-width: 1200px) {
  section.block.block-grey .block-graphic {
    width: 45%;
  }
}
@media screen and (max-width: 800px) {
  section.block.block-grey .block-graphic {
    width: 100%;
    padding: 0px;
  }
}
section.block.block-grey .block-graphic.why-graphic {
  justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  section.block.block-grey .block-graphic.why-graphic {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 800px) {
  section.block.block-grey .block-graphic.why-graphic {
    flex-direction: row;
    justify-content: center;
  }
}
section.block.block-grey .block-graphic.why-graphic img {
  padding: 25px;
  flex-shrink: 1;
  max-width: 33.3333%;
}
@media screen and (max-width: 1400px) {
  section.block.block-grey .block-graphic.why-graphic img {
    padding: 15px;
  }
}
@media screen and (max-width: 1200px) {
  section.block.block-grey .block-graphic.why-graphic img {
    width: auto;
    max-width: 155px;
  }
  section.block.block-grey .block-graphic.why-graphic img:first-child {
    align-self: flex-start;
  }
  section.block.block-grey .block-graphic.why-graphic img:last-child {
    align-self: flex-end;
  }
}
@media screen and (max-width: 600px) {
  section.block.block-grey .block-graphic.why-graphic img {
    max-width: 120px;
    align-self: center !important;
    margin: 0px;
  }
}
section.block.block-grey .block-text {
  order: 1;
  width: 45%;
  padding: 0px;
}
@media screen and (max-width: 1200px) {
  section.block.block-grey .block-text {
    width: 55%;
  }
}
@media screen and (max-width: 800px) {
  section.block.block-grey .block-text {
    width: 100%;
  }
}
.participate-banner {
  padding: 20px 35px 40px;
  background-color: #236092;
  position: relative;
  margin-bottom: -25px;
}
@media screen and (max-width: 1400px) {
  .participate-banner {
    padding: 20px 35px 50px;
  }
}
.participate-banner:before {
  content: "";
  position: absolute;
  top: -13px;
  height: 30px;
  width: 100%;
  left: 0px;
  right: 0px;
  background: url("/wp-content/themes/shakeout/images/shell/blue-alt.svg") top
    center repeat-x;
  background-position: top center;
  -webkit-background-size: 1500px auto;
  -moz-background-size: 1500px auto;
  -o-background-size: 1500px auto;
  background-size: 1500px auto;
}
@media screen and (max-width: 1000px) {
  .participate-banner .participate-arrow {
    display: none;
  }
}
.participate-banner .participate-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  .participate-banner .participate-row {
    flex-wrap: wrap;
  }
}
.participate-banner .participate-row .participate-steps {
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  width: 70%;
}
@media screen and (max-width: 1400px) {
  .participate-banner .participate-row .participate-steps {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .participate-banner .participate-row .participate-steps {
    flex-wrap: wrap;
  }
}
.participate-banner .participate-row .participate-title {
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
  color: #fff;
  width: 30%;
  flex: 0 0 30%;
  max-width: 250px;
  margin-right: 2%;
}
@media screen and (max-width: 1400px) {
  .participate-banner .participate-row .participate-title {
    width: 100%;
    flex: 0 0 100%;
    max-width: none;
    margin: 0px;
  }
  .participate-banner .participate-row .participate-title .secondary-heading {
    margin: 20px 0px;
  }
}
.participate-banner .participate-row .participate-col {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .participate-banner .participate-row .participate-col {
    width: 100%;
  }
}
.participate-banner .participate-row .participate-col:last-child {
  padding-right: 0;
}
.participate-banner .participate-row .participate-col .participate-graphic {
  padding: 0;
}
@media screen and (max-width: 1500px) {
  .participate-banner .participate-row .participate-col img {
    transform-origin: 50% 50%;
    transform: scale(0.8);
  }
}
@media screen and (max-width: 1100px) {
  .participate-banner .participate-row .participate-col img {
    transform: scale(0.6);
  }
}
.participate-banner .participate-row .participate-col .participate-text {
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  line-height: 1.3em;
  margin: 0 15px;
  min-width: 100px;
}
@media screen and (max-width: 1100px) {
  .participate-banner .participate-row .participate-col .participate-text {
    margin: 0px 10px;
    font-size: 18px;
    min-width: 80px;
  }
}
.participate-banner .participate-row .participate-col .participate-text.yellow {
  color: #fde739;
}
.participate-banner .participate-row .participate-col .participate-text.orange {
  color: #ffa01c;
}
.participate-banner .participate-row .participate-col .participate-text.blue {
  color: #7dcdf7;
}
.content-blocks .block .block-bg {
  display: none;
}
.content-blocks .block:nth-child(even) .block-text {
  justify-content: flex-end;
}
.content-blocks .block:nth-child(odd) {
  padding: 25px 0px;
}
.content-blocks .block:nth-child(odd):before {
  content: "";
  position: absolute;
  top: 0px;
  height: 30px;
  left: 0px;
  right: 0px;
  background: url("/wp-content/themes/shakeout/images/shell/grey-bg.svg") top
    center repeat-x;
}
.content-blocks .block:nth-child(odd):after {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 30px;
  left: 0px;
  right: 0px;
  background: url("/wp-content/themes/shakeout/images/shell/grey-bg.svg") bottom
    center repeat-x;
}
.content-blocks .block:nth-child(odd) .block-text {
  order: 1;
  padding: 0px;
}
.content-blocks .block:nth-child(odd) .block-graphic {
  order: 2;
}
.content-blocks .block:nth-child(odd) .block-bg {
  display: block;
}
section.block-map .block-bg {
  background: #efeded !important;
}
section.block-map .block-inner {
  display: flex;
  flex-wrap: wrap;
  padding: 55px 12.5%;
}
@media screen and (max-width: 1400px) {
  section.block-map .block-inner {
    padding: 45px 10%;
  }
}
@media screen and (max-width: 1024px) {
  section.block-map .block-inner {
    padding: 40px 7.5%;
  }
}
section.block-map .map-left,
section.block-map .map-right {
  width: 30%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  section.block-map .map-left,
  section.block-map .map-right {
    width: 100%;
  }
}
section.block-map .map-left .countdown,
section.block-map .map-right .countdown {
  padding: 0px 25px 15px 25px;
  max-width: 280px;
  position: relative;
}
section.block-map .map-left .countdown strong,
section.block-map .map-right .countdown strong {
  font-size: 40px;
  line-height: 1.15;
  margin: 10px 0px;
  font-family: "Merriweather", serif;
  display: block;
}
@media screen and (max-width: 1400px) {
  section.block-map .map-left .countdown strong,
  section.block-map .map-right .countdown strong {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  section.block-map .map-left .countdown strong,
  section.block-map .map-right .countdown strong {
    font-size: 26px;
  }
}
@media screen and (max-width: 800px) {
  section.block-map .map-left .countdown strong,
  section.block-map .map-right .countdown strong {
    font-size: 22px;
  }
}
section.block-map .map-left .stat,
section.block-map .map-right .stat {
  padding: 15px 0px;
  max-width: 280px;
  position: relative;
}
@media screen and (max-width: 800px) {
  section.block-map .map-left .stat,
  section.block-map .map-right .stat {
    padding: 10px 0px;
  }
}
section.block-map .map-left .stat.stat-fade,
section.block-map .map-right .stat.stat-fade {
  position: relative;
  min-width: 280px;
  min-height: 170px;
}
@media screen and (max-width: 800px) {
  section.block-map .map-left .stat.stat-fade,
  section.block-map .map-right .stat.stat-fade {
    min-height: 130px;
  }
}
@media screen and (max-width: 500px) {
  section.block-map .map-left .stat.stat-fade,
  section.block-map .map-right .stat.stat-fade {
    min-height: 100px;
  }
}
section.block-map .map-left .stat strong,
section.block-map .map-right .stat strong {
  font-size: 40px;
  line-height: 1.15;
  margin: 10px 0px;
  font-family: "Merriweather", serif;
  display: block;
}
@media screen and (max-width: 1400px) {
  section.block-map .map-left .stat strong,
  section.block-map .map-right .stat strong {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  section.block-map .map-left .stat strong,
  section.block-map .map-right .stat strong {
    font-size: 26px;
  }
}
@media screen and (max-width: 800px) {
  section.block-map .map-left .stat strong,
  section.block-map .map-right .stat strong {
    font-size: 22px;
  }
}
section.block-map .map-left .stat .stat-single,
section.block-map .map-right .stat .stat-single {
  display: none;
  padding: 0px 25px;
  position: absolute;
  top: 20px;
  left: 0px;
  width: 100%;
}
section.block-map .map-left .stat .stat-single:first-child,
section.block-map .map-right .stat .stat-single:first-child {
  display: block;
}
section.block-map .map {
  width: 40%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  section.block-map .map {
    width: 80%;
    margin: 0px 10%;
  }
}
section.block-map .map svg {
  display: block;
  margin: 0 auto;
  width: 100%;
}
section.block-map .map svg #hover g:hover path {
  opacity: 0.15;
}
section.block-map .map svg #hover path {
  cursor: pointer;
  opacity: 0;
  fill: #236092 !important;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
section.block-map .map svg #regions path {
  stroke-width: 1px;
  stroke: #5ac0be;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
section.block-map .map svg #regions path.active {
  fill: #ffa01c !important;
  stroke: #ffa01c;
}
section.block-map .map svg #dot > g,
section.block-map .map svg #minidot > g {
  cursor: pointer;
}
section.block-map .map svg #dot > g:hover ellipse,
section.block-map .map svg #dot > g:hover circle,
section.block-map .map svg #minidot > g:hover ellipse,
section.block-map .map svg #minidot > g:hover circle {
  fill: #fde739 !important;
}
section.block-map .map svg #dot > g ellipse,
section.block-map .map svg #dot > g circle,
section.block-map .map svg #minidot > g ellipse,
section.block-map .map svg #minidot > g circle {
  cursor: pointer;
  -webkit-transition: fill 0.3s ease-out;
  -moz-transition: fill 0.3s ease-out;
  -ms-transition: fill 0.3s ease-out;
  -o-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}
section.block-map .map svg #dot > g.active ellipse,
section.block-map .map svg #dot > g.active circle,
section.block-map .map svg #minidot > g.active ellipse,
section.block-map .map svg #minidot > g.active circle {
  fill: #fff !important;
}
section.block-map .map svg #areas > g path,
section.block-map .map svg #area > g path {
  -webkit-transition: fill 0.3s ease-out;
  -moz-transition: fill 0.3s ease-out;
  -ms-transition: fill 0.3s ease-out;
  -o-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}
section.block-map .map svg #areas > g.active path,
section.block-map .map svg #areas > g.active polygon,
section.block-map .map svg #area > g.active path,
section.block-map .map svg #area > g.active polygon {
  fill: #ffa01c !important;
}
section.block-map .map svg #areas > path,
section.block-map .map svg #area > path {
  -webkit-transition: fill 0.3s ease-out;
  -moz-transition: fill 0.3s ease-out;
  -ms-transition: fill 0.3s ease-out;
  -o-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}
section.block-map .map svg #areas > path.active,
section.block-map .map svg #area > path.active {
  fill: #ffa01c !important;
}
.block-company {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 30px 30px 20px 30px;
}
.block-company .single {
  padding: 25px;
  line-height: 0px;
}
@media screen and (max-width: 1400px) {
  .block-company .single {
    padding: 10px 17px;
  }
}
@media screen and (max-width: 800px) {
  .block-company .custom-link {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}
.block-company .custom-link a {
  text-decoration: none;
  margin-left: 20px;
}
.block-company.v2{
  .flex-container{
    display: flex;
    @media screen and (max-width: 800px){
      flex-direction: column;
      gap: 20px;
    }
    .single{
      display: block;
      img{
        display: block;
        max-height: 40px;
        min-height: 55px;
        width: auto;
        object-fit: contain;
        @media screen and (max-width: 1300px){
          margin: auto;
        }
        @media screen and (max-width: 800px){
          margin: auto;
        }
      }
    }
    .partners{
      padding-right: 50px;
      border-right: 2px solid #236092;
      width: 400px;
      @media screen and (max-width: 950px){
        width: 350px;
      }
      @media screen and (max-width: 800px){
        padding: 0px;
        border: initial;
        padding-inline: 5%;
      }
      .list{
        display: flex;
        grid-gap: 30px;
        flex-wrap: wrap;
        /* margin-inline: -20px; */
        @media screen and (max-width: 1400px){
          /* margin-inline: -17px; */
        }
        @media screen and (max-width: 800px){
          margin-inline: 0px;
        }
        .single{
          flex: 0 0 calc(50% - 30px / 2);
          padding: 20px 0px;
          text-decoration: initial;
          position: relative;
          .subtext{
            line-height: normal;
            font-size: 12px;
            white-space: nowrap;
            margin-bottom: 19px;
            position: absolute;
            top: 0;
            @media screen and (max-width: 950px){
              max-width: 100px;
              white-space: initial;
            }
          }
          &.hassubtext{
            padding-top: 32px;
            bottom: 7px;
            @media screen and (max-width: 950px){
              padding-top: 32px;
            }
          }
          @media screen and (max-width: 1400px) {
              padding: 10px 0px;
          }
          img{
            width: 100%;
            height: auto;
            max-height: initial;
          }
        }
      }
    }
    .sponsors{
      padding-left: 50px;
      width: 800px;
      @media screen and (max-width: 1300px){
        width: 600px;
      }
      @media screen and (max-width: 1100px){
        width: 370px;
      }
      @media screen and (max-width: 800px){
        padding: 0px;
        padding-inline: 5%;
        width: 100vw;
      }
      .header-bar{
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        gap: 30px;
        .custom-link{
          margin: 0px !important;
        }
        a{
          margin: 0px;
        }
      }
      .list{
        margin-inline: -20px;
        @media screen and (max-width: 1400px){
          margin-inline: -17px;
        }
      }
    }
  }
  .slick-arrows{
    display: flex;
    gap: 0px;
    padding: 0px;
    margin-inline: -20px;
    &>*{
      padding: 20px;
      cursor: pointer;
    }
    .left-arrow{
      transform: scaleX(-1);
    }
  }
}
.register-cta {
  position: fixed;
  right: 0px;
  bottom: 50px;
  background: #efeded;
  border-radius: 1000px 0 0 1000px;
  padding: 30px;
  z-index: 999;
  line-height: 0px;
  transform: translateX(100%);
}
@media screen and (max-width: 1024px) {
  .register-cta {
    display: none;
  }
}
.register-cta:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: -100px;
  width: 110px;
  background: #efeded;
}
.register-cta.active {
  transform: translateX(0);
}
.register-cta:hover .register-close {
  opacity: 1;
}
.register-cta a svg {
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.register-cta a svg:hover #join-circle ellipse,
.register-cta a svg:hover #join-circle circle {
  fill: #fde739;
}
.register-cta a svg:active #join-button,
.register-cta a svg.nice-select.open #join-button {
  transform: translateX(3px) translateY(4px);
}
.register-cta a svg #join-circle ellipse,
.register-cta a svg #join-circle circle {
  -webkit-transition: fill 0.2s ease-out;
  -moz-transition: fill 0.2s ease-out;
  -ms-transition: fill 0.2s ease-out;
  -o-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
}
.register-cta a svg #join-button {
  -webkit-transition: transform 0.05s ease-out;
  -moz-transition: transform 0.05s ease-out;
  -ms-transition: transform 0.05s ease-out;
  -o-transition: transform 0.05s ease-out;
  transition: transform 0.05s ease-out;
}
.register-cta .register-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.register-cta .register-close:hover svg path {
  fill: #000;
}
.register-cta .register-close svg {
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.register-cta .register-close svg path {
  fill: #236092;
  -webkit-transition: fill 0.2s ease-out;
  -moz-transition: fill 0.2s ease-out;
  -ms-transition: fill 0.2s ease-out;
  -o-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
}
#page .gform_wrapper {
  margin: 0px;
  max-width: 700px;
  max-width: 100% !important;
}
#page .gform_wrapper .validation_error {
  background: #fde739;
  color: #fff;
  border: none;
  border-radius: 3px;
  padding: 15px 35px;
  margin: 0px 15px 25px 0px;
  width: auto;
}
#page .gform_wrapper .gform_fields {
  margin: 0px;
  padding: 0px;
}
#page .gform_wrapper .gform_fields .gfield {
  float: left;
  width: 100%;
  clear: none;
  padding: 0px 15px 15px 0px;
  margin: 0px;
}
#page .gform_wrapper .gform_fields .gfield:nth-child(2),
#page .gform_wrapper .gform_fields .gfield:nth-child(3) {
  width: 50%;
}
#page .gform_wrapper .gform_fields .gfield.gfield_error {
  background: none;
  border: none;
  max-width: none !important;
}
#page .gform_wrapper .gform_fields .gfield.gfield_error .ginput_container input,
#page
  .gform_wrapper
  .gform_fields
  .gfield.gfield_error
  .ginput_container
  textarea {
  border-left: 5px solid red;
}
#page .gform_wrapper .gform_fields .gfield.gfield_error .validation_message {
  padding: 10px 15px 0px 0px;
  color: #fde739;
  border: none;
  background: none;
}
#page .gform_wrapper .gform_fields .gfield.gfield_error .gfield_label {
  margin-top: 0px;
  color: #fde739;
}
#page .gform_wrapper .gform_fields .gfield label {
  font-size: 14px;
  padding: 0px 0px 8px 0px;
}
#page .gform_wrapper .gform_fields .gfield .ginput_container {
  margin: 0px;
}
#page .gform_wrapper .gform_fields .gfield .ginput_container input {
  width: 100%;
  border: none;
  height: 48px;
  padding: 0px 15px;
  background: #f4f4f4;
  border-radius: 0px;
}
#page .gform_wrapper .gform_fields .gfield .ginput_container input:focus {
  outline: none;
  background: #e7e7e7;
}
#page .gform_wrapper .gform_fields .gfield .ginput_container textarea {
  width: 100%;
  border: none;
  height: 150px;
  padding: 10px 15px;
  background: #f4f4f4;
  border-radius: 2px;
}
#page .gform_wrapper .gform_fields .gfield .ginput_container textarea:focus {
  outline: none;
  background: #e7e7e7;
}
#page .gform_wrapper .gform_fields .gfield .ginput_container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: none;
  background: url("/wp-content/themes/shakeout/images/shell/arrow.svg") right
    13px center no-repeat;
  -webkit-background-size: 11px;
  -moz-background-size: 11px;
  -o-background-size: 11px;
  background-size: 11px;
  border-radius: 0px;
  height: 40px;
  padding: 0px 15px;
  border: 1px solid #236092;
}
#page .gform_wrapper .gform_fields .gfield .ginput_container select:focus {
  outline: none;
  background-color: rgba(35, 96, 146, 0.1);
}
#page
  .gform_wrapper
  .gform_fields
  .gfield
  .ginput_container.ginput_container_radio
  .gfield_radio {
  margin: 0px;
}
#page
  .gform_wrapper
  .gform_fields
  .gfield
  .ginput_container.ginput_container_radio
  .gfield_radio
  input {
  display: none;
}
#page
  .gform_wrapper
  .gform_fields
  .gfield
  .ginput_container.ginput_container_radio
  .gfield_radio
  input:checked
  + label:after {
  background: #236092 !important;
}
#page
  .gform_wrapper
  .gform_fields
  .gfield
  .ginput_container.ginput_container_radio
  .gfield_radio
  input
  + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  font-weight: 400;
  padding: 5px 0px 5px 40px;
}
#page
  .gform_wrapper
  .gform_fields
  .gfield
  .ginput_container.ginput_container_radio
  .gfield_radio
  input
  + label:after {
  position: absolute;
  content: "";
  background: #fff;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 22px;
  height: 22px;
  left: 0px;
  display: block;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 3px #e0e1e2;
  -moz-box-shadow: 0px 0px 0px 3px #e0e1e2;
  box-shadow: 0px 0px 0px 3px #e0e1e2;
  border-radius: 50%;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
#page
  .gform_wrapper
  .gform_fields
  .gfield
  .ginput_container.ginput_container_radio
  .gfield_radio
  input
  + label:hover:after {
  background: #cfd2d3;
}
#page
  .gform_wrapper
  .gform_fields
  .gfield
  .ginput_container.ginput_container_checkbox
  .gfield_checkbox {
  margin: 0px;
}
#page
  .gform_wrapper
  .gform_fields
  .gfield
  .ginput_container.ginput_container_checkbox
  .gfield_checkbox
  input {
  display: none;
}
#page
  .gform_wrapper
  .gform_fields
  .gfield
  .ginput_container.ginput_container_checkbox
  .gfield_checkbox
  input:checked
  + label:after {
  background: #236092 !important;
  -webkit-box-shadow: 0px 0px 0px 3px #236092;
  -moz-box-shadow: 0px 0px 0px 3px #236092;
  box-shadow: 0px 0px 0px 3px #236092;
}
#page
  .gform_wrapper
  .gform_fields
  .gfield
  .ginput_container.ginput_container_checkbox
  .gfield_checkbox
  input
  + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  font-weight: 400;
  padding: 5px 0px 5px 40px;
}
#page
  .gform_wrapper
  .gform_fields
  .gfield
  .ginput_container.ginput_container_checkbox
  .gfield_checkbox
  input
  + label:after {
  position: absolute;
  content: "";
  background: #fff;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 22px;
  height: 22px;
  left: 3px;
  display: block;
  -webkit-box-shadow: 0px 0px 0px 3px #e0e1e2;
  -moz-box-shadow: 0px 0px 0px 3px #e0e1e2;
  box-shadow: 0px 0px 0px 3px #e0e1e2;
  border-radius: 50%;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
#page
  .gform_wrapper
  .gform_fields
  .gfield
  .ginput_container.ginput_container_checkbox
  .gfield_checkbox
  input
  + label:before {
  content: "";
  position: absolute;
  left: 0px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg);
  border: 3px solid #fff;
  border-right: 0px;
  border-top: 0px;
  width: 14px;
  height: 8px;
  z-index: 9;
  top: 10px;
  left: 7px;
}
#page
  .gform_wrapper
  .gform_fields
  .gfield
  .ginput_container.ginput_container_checkbox
  .gfield_checkbox
  input
  + label:hover:after {
  background: #e0e1e2;
}
#page
  .gform_wrapper
  .gform_fields
  .gfield
  .ginput_container.ginput_container_fileupload
  input[type="file"] {
  height: auto;
  padding: 10px 20px;
  border: 3px dashed #ccc;
  background: none;
}
#page .gform_wrapper input[type="submit"] {
  height: auto;
  padding: 17px 25px;
  text-align: center;
  background: none;
  border: 2px solid #236092;
  border-radius: 50px;
  color: #236092;
  font-weight: bold;
  min-width: 176px;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
#page .gform_wrapper input[type="submit"]:hover {
  background: none;
}
@media screen and (max-width: 641px) {
  #page .gform_wrapper input[type="submit"] {
    line-height: inherit;
    min-height: 0px;
    width: auto;
  }
}
#page .gform_wrapper .validation_error {
  background: #ffa01c !important;
  box-shadow: 0px;
}
#page .gform_wrapper .gform_validation_errors {
  background: #ffa01c;
  color: #fff;
  border: none;
  border-radius: 30px;
  margin-bottom: 15px;
  box-shadow: 0px !important;
}
#page .gform_wrapper .gform_validation_errors .gform-icon {
  color: #fff;
}
#page .gform_wrapper .gform_validation_errors .gform_submission_error {
  color: #fff;
  font-family: "DM Sans", sans-serif !important;
}
#page .gform_wrapper #gform_fields_1,
#page .gform_wrapper #gform_fields_4 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#page .gform_wrapper #gform_fields_1 .gfield,
#page .gform_wrapper #gform_fields_4 .gfield {
  width: 48% !important;
  color: #236092;
  margin-bottom: 15px;
  padding: 0px;
  position: relative;
}
@media screen and (max-width: 450px) {
  #page .gform_wrapper #gform_fields_1 .gfield,
  #page .gform_wrapper #gform_fields_4 .gfield {
    width: 100% !important;
  }
}
#page
  .gform_wrapper
  #gform_fields_1
  .gfield.gfield_error
  .ginput_container
  input,
#page
  .gform_wrapper
  #gform_fields_1
  .gfield.gfield_error
  .ginput_container
  textarea,
#page
  .gform_wrapper
  #gform_fields_4
  .gfield.gfield_error
  .ginput_container
  input,
#page
  .gform_wrapper
  #gform_fields_4
  .gfield.gfield_error
  .ginput_container
  textarea {
  border-left: none !important;
}
#page .gform_wrapper #gform_fields_1 .gfield .validation_message,
#page .gform_wrapper #gform_fields_4 .gfield .validation_message {
  color: #ffa01c !important;
  padding-top: 0px;
}
#page .gform_wrapper #gform_fields_1 .gfield .gfield_label,
#page .gform_wrapper #gform_fields_4 .gfield .gfield_label {
  padding-bottom: 0px;
  color: #7dcdf7;
  font-size: 12px;
  font-weight: 300;
}
#page .gform_wrapper #gform_fields_1 .gfield .gfield_label .gfield_required,
#page .gform_wrapper #gform_fields_4 .gfield .gfield_label .gfield_required {
  color: #7dcdf7;
}
#page .gform_wrapper #gform_fields_1 .gfield.question,
#page .gform_wrapper #gform_fields_4 .gfield.question {
  width: 100% !important;
}
#page .gform_wrapper #gform_fields_1 .gfield input,
#page .gform_wrapper #gform_fields_4 .gfield input {
  height: 38px;
}
#page .gform_wrapper #gform_fields_1 .gfield input,
#page .gform_wrapper #gform_fields_1 .gfield textarea,
#page .gform_wrapper #gform_fields_4 .gfield input,
#page .gform_wrapper #gform_fields_4 .gfield textarea {
  background: rgba(0, 0, 0, 0) !important;
  padding-left: 0px;
  border-bottom: 1px solid #236092;
  color: #236092;
  border-radius: 0px;
}
#page .gform_wrapper #gform_fields_1 .gfield input:focus,
#page .gform_wrapper #gform_fields_1 .gfield textarea:focus,
#page .gform_wrapper #gform_fields_4 .gfield input:focus,
#page .gform_wrapper #gform_fields_4 .gfield textarea:focus {
  border-color: #ffa01c !important;
}
#page .gform_wrapper #gform_fields_1 .gfield input::placeholder,
#page .gform_wrapper #gform_fields_1 .gfield textarea::placeholder,
#page .gform_wrapper #gform_fields_4 .gfield input::placeholder,
#page .gform_wrapper #gform_fields_4 .gfield textarea::placeholder {
  color: #236092;
}
#page .gform_wrapper #gform_fields_4 {
  max-width: 700px;
}
#page .gform_wrapper #gform_fields_4 .gfield {
  width: 100% !important;
}
#page .gform_wrapper #gform_fields_4 .gfield .gfield_label {
  color: #236092;
  font-size: 15px;
}
#page .gform_wrapper .gform_footer {
  padding: 0px;
  position: relative;
  width: 176px;
}
#page .gform_wrapper .gform_footer:hover:after {
  transform: translate(0px, 0px);
}
#page .gform_wrapper .gform_footer:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 176px;
  height: 54px;
  z-index: -1;
  border-radius: 40px;
  transform: translate(3px, 5px);
  background: #ffa01c;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
#page .gform_wrapper #gform_submit_button_1 {
  display: inline-block;
  padding: 9px 30px;
  height: 54px;
  border-radius: 40px;
  border: 2px solid #236092;
  color: #236092;
  font-weight: bold;
  position: relative;
  font-size: 19px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0);
  text-decoration: none;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#page .gform_wrapper #gform_submit_button_1:hover ::after {
  transform: translate(0px, 0px);
}
.grecaptcha-badge {
  visibility: hidden;
}
input[type="email"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input:focus,
textarea:focus {
  border-color: #ffa01c !important;
}
.search-form {
  display: flex;
}
.search-form .search-field {
  border: none;
  height: 44px;
  padding: 0px 15px;
  background: #f4f4f4;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.search-form .search-field:focus {
  outline: none;
  background: #e7e7e7;
}
.search-form .search-submit {
  font-size: 0px;
  background: #e7e7e7 url("/wp-content/themes/shakeout/images/shell/search.svg")
    center center no-repeat;
  -webkit-background-size: 17px;
  -moz-background-size: 17px;
  -o-background-size: 17px;
  background-size: 17px;
  padding: 0px;
  width: 44px;
  border: none;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.search-form .search-submit:hover {
  background: #c1c1c1 url("/wp-content/themes/shakeout/images/shell/search.svg")
    center center no-repeat;
  -webkit-background-size: 17px;
  -moz-background-size: 17px;
  -o-background-size: 17px;
  background-size: 17px;
}
.tribe-events-page-template section.block#banner .block-inner {
  padding-top: 0px;
  padding-bottom: 0px;
}
.tribe-events {
  color: #236092;
}
.tribe-events .tribe-wrap {
  display: block;
  width: 100%;
}
.tribe-events .tribe-events-header__events-bar {
  border-radius: 40px;
  border: none;
  background: #efeded;
}
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-header--has-event-search
  .tribe-events-c-events-bar {
  border-radius: 40px;
  border: none;
  background: #efeded;
}
.tribe-events .tribe-events-c-events-bar__search-container,
.tribe-events .tribe-events-c-events-bar__views,
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-c-view-selector--tabs
  .tribe-events-c-view-selector__content {
  background: #efeded;
}
.tribe-common--breakpoint-medium.tribe-common
  .tribe-common-form-control-text__input,
.tribe-common .tribe-common-form-control-text__input {
  color: #236092;
  background: #efeded;
}
#page .tribe-events-before-html {
  padding: 0px 0px 40px 0px;
}
#page .tribe-common .tribe-common-c-btn,
#page .tribe-common a.tribe-common-c-btn {
  background: #236092;
  border-radius: 40px;
}
#page .tribe-common .tribe-common-c-btn:hover,
#page .tribe-common a.tribe-common-c-btn:hover {
  background: #ffa01c;
}
#page .tribe-events .tribe-events-c-ical__link {
  color: #236092;
  border-color: #236092;
  border-radius: 40px;
}
#page .tribe-events .tribe-events-c-ical__link:hover {
  background: #236092;
  color: #fff;
}
#page .tribe-events .tribe-events-c-messages__message {
  border-radius: 40px;
  background-color: #efeded;
}
#page .tribe-common h1,
#page .tribe-common h2,
#page .tribe-common h3,
#page .tribe-common h4,
#page .tribe-common h5,
#page .tribe-common h6 {
  font-weight: bold;
  font-family: "Merriweather", serif;
  color: #236092;
}
#page .tribe-common h1 a,
#page .tribe-common h2 a,
#page .tribe-common h3 a,
#page .tribe-common h4 a,
#page .tribe-common h5 a,
#page .tribe-common h6 a {
  color: #236092;
}
#page .tribe-common p,
#page .tribe-events-content,
#page .tribe-events-schedule .recurringinfo,
#page .tribe-events-schedule h2,
#page .tribe-related-event-info .recurringinfo,
#page .tribe-events-back a,
#page .tribe-events-back a:visited {
  color: #236092;
}
#page .tribe-common .tribe-common-h5,
#page .tribe-common .tribe-common-h6,
#page .tribe-events-single-event-title {
  font-family: "Merriweather", serif;
  color: #236092;
}
#page .tribe-common .tribe-common-h7,
#page .tribe-common .tribe-common-h8 {
  color: #236092;
}
#page .tribe-events-meta-group .tribe-events-single-section-title {
  color: #236092;
  text-transform: none;
}
#page .tribe-events-calendar-list__event-description .more-link {
  display: block;
  text-decoration: underline;
  padding-top: 5px;
}
#page .tribe-events-calendar-list__event-description .more-link:hover {
  color: #ffa01c;
}
#page .tribe-common .tribe-common-b2,
#page .single-tribe_events .tribe-events-single .tribe-events-event-meta,
#page .single-tribe_events .tribe-events-single .tribe-events-event-meta {
  color: #236092;
}
#page .tribe-events-cal-links .tribe-events-gcal,
#page .tribe-events-cal-links .tribe-events-ical {
  color: #ffa01c;
  text-decoration: underline;
}
#page .single-tribe_events .tribe-events-single .tribe-events-event-meta {
  color: #236092;
}
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: none;
  border-radius: 0px;
  border: none;
  border-bottom: 2px solid #fff;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 24px;
  font-weight: normal;
  height: 55px;
  line-height: 53px;
  outline: none;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #fde739;
}
.nice-select:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 10px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 10px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #ccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 18px;
  height: 40px;
  line-height: 38px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 38px;
  min-height: 38px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 2px;
  opacity: 0;
  overflow: hidden;
  padding: 10px 0px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-27.5px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: rgba(0, 0, 0, 0) !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 1.4;
  font-size: 16px;
  list-style: none;
  outline: none;
  padding: 7px 20px;
  text-align: left;
  transition: all 0.2s;
  color: #236092;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: rgba(0, 0, 0, 0);
  color: #999;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
#dot > g,
#dots > g,
#minidot > g {
  cursor: pointer;
  outline: none;
}
#dot > g:hover ellipse,
#dot > g:hover circle,
#dot > g:focus ellipse,
#dot > g:focus circle,
#dots > g:hover ellipse,
#dots > g:hover circle,
#dots > g:focus ellipse,
#dots > g:focus circle,
#minidot > g:hover ellipse,
#minidot > g:hover circle,
#minidot > g:focus ellipse,
#minidot > g:focus circle {
  fill: #fde739 !important;
} /*# sourceMappingURL=styles.css.map */
