@charset "UTF-8";
.has-blue-color, .has-blue-color.wp-block-button__link {
  color: #59BACC; }

.has-blue-background-color, .has-blue-background-color.wp-block-button__link {
  background-color: #59BACC; }

.has-green-color, .has-green-color.wp-block-button__link {
  color: #009e40; }

.has-green-background-color, .has-green-background-color.wp-block-button__link {
  background-color: #009e40; }

.has-gold-color, .has-gold-color.wp-block-button__link {
  color: #c9a45b; }

.has-gold-background-color, .has-gold-background-color.wp-block-button__link {
  background-color: #c9a45b; }

.has-purple-color, .has-purple-color.wp-block-button__link {
  color: #a20486; }

.has-purple-background-color, .has-purple-background-color.wp-block-button__link {
  background-color: #a20486; }

.has-white-color, .has-white-color.wp-block-button__link {
  color: #fff; }

.has-white-background-color, .has-white-background-color.wp-block-button__link {
  background-color: #fff; }

.has-black-color, .has-black-color.wp-block-button__link {
  color: #000; }

.has-black-background-color, .has-black-background-color.wp-block-button__link {
  background-color: #000; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

html {
  box-sizing: border-box; }

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

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none; }
  ul:not(.browser-default) > li {
    list-style-type: none; }

a {
  color: #990055;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

.valign-wrapper {
  display: flex;
  align-items: center; }

/*mobile and up styles -----------------------------------*/
@media (min-width: 601px) {
  .valign-wrapper-medium {
    display: flex;
    align-items: center; } }
@media screen and (min-width: 1201px) {
  .valign-wrapper-large {
    display: flex;
    align-items: center; } }
.clearfix {
  clear: both; }

/*Helpers and wordpress required styles --------------------------------- */
img.alignright,
.alignright {
  float: right;
  margin: 0 0 10px 20px; }

img.alignleft,
.alignleft {
  float: left;
  margin: 0 20px 10px 0; }

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

a img.alignright {
  float: right;
  margin: 0 0 10px 20px; }

a img.alignleft {
  float: left;
  margin: 0 20px 10px 0; }

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

.clearfix:after {
  clear: both;
  display: table;
  content: " ";
  width: 100%; }

.dont-break-out {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 600px) {
  .hide-on-small-only,
  .hide-on-small-and-down {
    display: none !important; } }

@media only screen and (max-width: 1072px) {
  .hide-on-med-and-down {
    display: none !important; } }

@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important; } }

@media only screen and (min-width: 600px) and (max-width: 1072px) {
  .hide-on-med-only {
    display: none !important; } }

@media only screen and (min-width: 1073px) {
  .hide-on-large-only {
    display: none !important; } }

@media only screen and (min-width: 1073px) {
  .show-on-large {
    display: block !important; } }

@media only screen and (min-width: 600px) and (max-width: 1072px) {
  .show-on-medium {
    display: block !important; } }

@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important; } }

@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important; } }

@media only screen and (max-width: 1072px) {
  .show-on-medium-and-down {
    display: block !important; } }

@media only screen and (max-width: 600px) {
  .center-on-small-only {
    text-align: center; } }

table,
th,
td {
  border: none; }

table {
  width: 100%;
  display: table; }
  table.bordered > thead > tr, table.bordered > tbody > tr {
    border-bottom: 1px solid #d0d0d0; }
  table.striped > tbody > tr:nth-child(odd) {
    background-color: #f2f2f2; }
  table.striped > tbody > tr > td {
    border-radius: 0; }
  table.highlight > tbody > tr {
    transition: background-color 0.25s ease; }
    table.highlight > tbody > tr:hover {
      background-color: #f2f2f2; }
  table.centered thead tr th,
  table.centered tbody tr td {
    text-align: center; }

thead {
  border-bottom: 1px solid #d0d0d0; }

td,
th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px; }

@media only screen and (max-width: 1072px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */ }
    table.responsive-table td:empty:before {
      content: "\00a0"; }
    table.responsive-table th,
    table.responsive-table td {
      margin: 0;
      vertical-align: top; }
    table.responsive-table th {
      text-align: left; }
    table.responsive-table thead {
      display: block;
      float: left; }
      table.responsive-table thead tr {
        display: block;
        padding: 0 10px 0 0; }
        table.responsive-table thead tr th::before {
          content: "\00a0"; }
    table.responsive-table tbody {
      display: block;
      width: auto;
      position: relative;
      overflow-x: auto;
      white-space: nowrap; }
      table.responsive-table tbody tr {
        display: inline-block;
        vertical-align: top; }
    table.responsive-table th {
      display: block;
      text-align: right; }
    table.responsive-table td {
      display: block;
      min-height: 1.25em;
      text-align: left; }
    table.responsive-table tr {
      padding: 0 10px; }
    table.responsive-table thead {
      border: 0;
      border-right: 1px solid #d0d0d0; }
    table.responsive-table.bordered th {
      border-bottom: 0;
      border-left: 0; }
    table.responsive-table.bordered td {
      border-left: 0;
      border-right: 0;
      border-bottom: 0; }
    table.responsive-table.bordered tr {
      border: 0; }
    table.responsive-table.bordered tbody tr {
      border-right: 1px solid #d0d0d0; } }
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

iframe {
  margin: 0 auto;
  display: block; }

/*******************
  Utility Classes
*******************/
.hide {
  display: none !important; }

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

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

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

.left {
  float: left !important; }

.right {
  float: right !important; }

.no-select {
  user-select: none; }

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

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.no-padding {
  padding: 0 !important; }

/*Social sharing links -----------------------------------------------------*/
.sharing a {
  display: inline-block; }

.icon-links svg,
.icon-links g,
.icon-links path,
.icon-links polygon {
  fill: currentColor; }

.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 5px; }

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent; }

.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  transition: 0.4s all; }

.youtube-player img:hover {
  -webkit-filter: brightness(75%); }

.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  cursor: pointer;
  /*       width:50%;
        height: 50%;*/
  border-radius: 50%;
  transition: all 0.2s; }

.youtube-player .play:after {
  content: " ";
  display: block;
  background-color: transparent;
  border-left: 40px solid #5e2011;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  height: 0;
  width: 0;
  margin-left: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

/* Search form
  -------------------------------------------------------- */
.searchform {
  font-size: 0px; }
  .searchform label {
    display: block; }
  .searchform label,
  .searchform input {
    font-size: 1rem; }
  .searchform input {
    display: inline-block; }
  .searchform input[type="text"] {
    width: 66.66%; }
  .searchform input[type="submit"],
  .searchform input[type="button"] {
    width: 33.33%; }

.wrapper {
  overflow: hidden;
  background-color: #fff;
  max-width: 1600px;
  margin: 0 auto; }

.container {
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
  padding: 0px 16px; }

.wide-container {
  max-width: none;
  padding: 0px 16px; }

@media only screen and (min-width: 601px) {
  .container, .wide-container {
    padding: 0px 33px; } }
.wp-block-cover.alignwide,
.wp-block-image.alignwide,
.wp-block-video.alignwide,
.wp-block-file.alignwide,
.wp-block-auto.alignwide,
.wp-block-pullquote.alignwide {
  width: auto; }

.wp-block-image.alignwide, .wp-block-image.alignfull {
  margin: 0 auto;
  max-width: none; }

.alignfull,
.wp-block-image.alignfull,
.wp-block-cover.alignfull,
.wp-block-video.alignfull,
.wp-block-file.alignfull,
.wp-block-auto.alignfull,
.wp-block-pullquote.alignfull
 {
  width: 100vw;
  max-width: 100vw;
  margin-right: calc(-50vw + 50% );
  margin-left: calc(-50vw + 50% );
  margin-right: 0px; }

.alignfull .wp-block-column, .alignwide .wp-block-column {
  padding: 0px 15px; }
  .alignfull .wp-block-column .wp-block-cover, .alignwide .wp-block-column .wp-block-cover {
    width: auto;
    margin-left: -15px;
    margin-right: -15px; }

@media only screen and (min-width: 601px) {
  .alignwide,
  .wp-block-cover.alignwide,
  .wp-block-image.alignwide,
  .wp-block-video.alignwide,
  .wp-block-file.alignwide,
  .wp-block-auto.alignwide,
  .wp-block-pullquote.alignwide
   {
    margin-left: -10%;
    margin-right: -10%; } }
@media screen and (min-width: 1073px) {
  .alignwide,
  .wp-block-cover.alignwide,
  .wp-block-image.alignwide,
  .wp-block-video.alignwide,
  .wp-block-file.alignwide,
  .wp-block-auto.alignwide,
  .wp-block-pullquote.alignwide
   {
    margin-left: -25%;
    margin-right: -25%; } }
@media screen and (max-width: 600px) {
  .container .row {
    margin-left: -5px;
    margin-right: -5px; } }
.container .row {
  margin-left: -10px;
  margin-right: -10px; }

.row {
  margin-left: auto;
  margin-right: auto; }
  .row:after {
    content: "";
    display: table;
    clear: both; }
  .row .col {
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
    min-height: 1px; }
    .row .col[class*="push-"], .row .col[class*="pull-"] {
      position: relative; }
    .row .col.s1 {
      width: 8.3333333333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s2 {
      width: 16.6666666667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s3 {
      width: 25%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s4 {
      width: 33.3333333333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s5 {
      width: 41.6666666667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s6 {
      width: 50%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s7 {
      width: 58.3333333333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s8 {
      width: 66.6666666667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s9 {
      width: 75%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s10 {
      width: 83.3333333333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s11 {
      width: 91.6666666667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s12 {
      width: 100%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.offset-s1 {
      margin-left: 8.3333333333%; }
    .row .col.pull-s1 {
      right: 8.3333333333%; }
    .row .col.push-s1 {
      left: 8.3333333333%; }
    .row .col.offset-s2 {
      margin-left: 16.6666666667%; }
    .row .col.pull-s2 {
      right: 16.6666666667%; }
    .row .col.push-s2 {
      left: 16.6666666667%; }
    .row .col.offset-s3 {
      margin-left: 25%; }
    .row .col.pull-s3 {
      right: 25%; }
    .row .col.push-s3 {
      left: 25%; }
    .row .col.offset-s4 {
      margin-left: 33.3333333333%; }
    .row .col.pull-s4 {
      right: 33.3333333333%; }
    .row .col.push-s4 {
      left: 33.3333333333%; }
    .row .col.offset-s5 {
      margin-left: 41.6666666667%; }
    .row .col.pull-s5 {
      right: 41.6666666667%; }
    .row .col.push-s5 {
      left: 41.6666666667%; }
    .row .col.offset-s6 {
      margin-left: 50%; }
    .row .col.pull-s6 {
      right: 50%; }
    .row .col.push-s6 {
      left: 50%; }
    .row .col.offset-s7 {
      margin-left: 58.3333333333%; }
    .row .col.pull-s7 {
      right: 58.3333333333%; }
    .row .col.push-s7 {
      left: 58.3333333333%; }
    .row .col.offset-s8 {
      margin-left: 66.6666666667%; }
    .row .col.pull-s8 {
      right: 66.6666666667%; }
    .row .col.push-s8 {
      left: 66.6666666667%; }
    .row .col.offset-s9 {
      margin-left: 75%; }
    .row .col.pull-s9 {
      right: 75%; }
    .row .col.push-s9 {
      left: 75%; }
    .row .col.offset-s10 {
      margin-left: 83.3333333333%; }
    .row .col.pull-s10 {
      right: 83.3333333333%; }
    .row .col.push-s10 {
      left: 83.3333333333%; }
    .row .col.offset-s11 {
      margin-left: 91.6666666667%; }
    .row .col.pull-s11 {
      right: 91.6666666667%; }
    .row .col.push-s11 {
      left: 91.6666666667%; }
    .row .col.offset-s12 {
      margin-left: 100%; }
    .row .col.pull-s12 {
      right: 100%; }
    .row .col.push-s12 {
      left: 100%; }
    @media only screen and (min-width: 601px) {
      .row .col.m1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-m1 {
        margin-left: 8.3333333333%; }
      .row .col.pull-m1 {
        right: 8.3333333333%; }
      .row .col.push-m1 {
        left: 8.3333333333%; }
      .row .col.offset-m2 {
        margin-left: 16.6666666667%; }
      .row .col.pull-m2 {
        right: 16.6666666667%; }
      .row .col.push-m2 {
        left: 16.6666666667%; }
      .row .col.offset-m3 {
        margin-left: 25%; }
      .row .col.pull-m3 {
        right: 25%; }
      .row .col.push-m3 {
        left: 25%; }
      .row .col.offset-m4 {
        margin-left: 33.3333333333%; }
      .row .col.pull-m4 {
        right: 33.3333333333%; }
      .row .col.push-m4 {
        left: 33.3333333333%; }
      .row .col.offset-m5 {
        margin-left: 41.6666666667%; }
      .row .col.pull-m5 {
        right: 41.6666666667%; }
      .row .col.push-m5 {
        left: 41.6666666667%; }
      .row .col.offset-m6 {
        margin-left: 50%; }
      .row .col.pull-m6 {
        right: 50%; }
      .row .col.push-m6 {
        left: 50%; }
      .row .col.offset-m7 {
        margin-left: 58.3333333333%; }
      .row .col.pull-m7 {
        right: 58.3333333333%; }
      .row .col.push-m7 {
        left: 58.3333333333%; }
      .row .col.offset-m8 {
        margin-left: 66.6666666667%; }
      .row .col.pull-m8 {
        right: 66.6666666667%; }
      .row .col.push-m8 {
        left: 66.6666666667%; }
      .row .col.offset-m9 {
        margin-left: 75%; }
      .row .col.pull-m9 {
        right: 75%; }
      .row .col.push-m9 {
        left: 75%; }
      .row .col.offset-m10 {
        margin-left: 83.3333333333%; }
      .row .col.pull-m10 {
        right: 83.3333333333%; }
      .row .col.push-m10 {
        left: 83.3333333333%; }
      .row .col.offset-m11 {
        margin-left: 91.6666666667%; }
      .row .col.pull-m11 {
        right: 91.6666666667%; }
      .row .col.push-m11 {
        left: 91.6666666667%; }
      .row .col.offset-m12 {
        margin-left: 100%; }
      .row .col.pull-m12 {
        right: 100%; }
      .row .col.push-m12 {
        left: 100%; } }
    @media only screen and (min-width: 1073px) {
      .row .col.l1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-l1 {
        margin-left: 8.3333333333%; }
      .row .col.pull-l1 {
        right: 8.3333333333%; }
      .row .col.push-l1 {
        left: 8.3333333333%; }
      .row .col.offset-l2 {
        margin-left: 16.6666666667%; }
      .row .col.pull-l2 {
        right: 16.6666666667%; }
      .row .col.push-l2 {
        left: 16.6666666667%; }
      .row .col.offset-l3 {
        margin-left: 25%; }
      .row .col.pull-l3 {
        right: 25%; }
      .row .col.push-l3 {
        left: 25%; }
      .row .col.offset-l4 {
        margin-left: 33.3333333333%; }
      .row .col.pull-l4 {
        right: 33.3333333333%; }
      .row .col.push-l4 {
        left: 33.3333333333%; }
      .row .col.offset-l5 {
        margin-left: 41.6666666667%; }
      .row .col.pull-l5 {
        right: 41.6666666667%; }
      .row .col.push-l5 {
        left: 41.6666666667%; }
      .row .col.offset-l6 {
        margin-left: 50%; }
      .row .col.pull-l6 {
        right: 50%; }
      .row .col.push-l6 {
        left: 50%; }
      .row .col.offset-l7 {
        margin-left: 58.3333333333%; }
      .row .col.pull-l7 {
        right: 58.3333333333%; }
      .row .col.push-l7 {
        left: 58.3333333333%; }
      .row .col.offset-l8 {
        margin-left: 66.6666666667%; }
      .row .col.pull-l8 {
        right: 66.6666666667%; }
      .row .col.push-l8 {
        left: 66.6666666667%; }
      .row .col.offset-l9 {
        margin-left: 75%; }
      .row .col.pull-l9 {
        right: 75%; }
      .row .col.push-l9 {
        left: 75%; }
      .row .col.offset-l10 {
        margin-left: 83.3333333333%; }
      .row .col.pull-l10 {
        right: 83.3333333333%; }
      .row .col.push-l10 {
        left: 83.3333333333%; }
      .row .col.offset-l11 {
        margin-left: 91.6666666667%; }
      .row .col.pull-l11 {
        right: 91.6666666667%; }
      .row .col.push-l11 {
        left: 91.6666666667%; }
      .row .col.offset-l12 {
        margin-left: 100%; }
      .row .col.pull-l12 {
        right: 100%; }
      .row .col.push-l12 {
        left: 100%; } }
    @media only screen and (min-width: 1201px) {
      .row .col.xl1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-xl1 {
        margin-left: 8.3333333333%; }
      .row .col.pull-xl1 {
        right: 8.3333333333%; }
      .row .col.push-xl1 {
        left: 8.3333333333%; }
      .row .col.offset-xl2 {
        margin-left: 16.6666666667%; }
      .row .col.pull-xl2 {
        right: 16.6666666667%; }
      .row .col.push-xl2 {
        left: 16.6666666667%; }
      .row .col.offset-xl3 {
        margin-left: 25%; }
      .row .col.pull-xl3 {
        right: 25%; }
      .row .col.push-xl3 {
        left: 25%; }
      .row .col.offset-xl4 {
        margin-left: 33.3333333333%; }
      .row .col.pull-xl4 {
        right: 33.3333333333%; }
      .row .col.push-xl4 {
        left: 33.3333333333%; }
      .row .col.offset-xl5 {
        margin-left: 41.6666666667%; }
      .row .col.pull-xl5 {
        right: 41.6666666667%; }
      .row .col.push-xl5 {
        left: 41.6666666667%; }
      .row .col.offset-xl6 {
        margin-left: 50%; }
      .row .col.pull-xl6 {
        right: 50%; }
      .row .col.push-xl6 {
        left: 50%; }
      .row .col.offset-xl7 {
        margin-left: 58.3333333333%; }
      .row .col.pull-xl7 {
        right: 58.3333333333%; }
      .row .col.push-xl7 {
        left: 58.3333333333%; }
      .row .col.offset-xl8 {
        margin-left: 66.6666666667%; }
      .row .col.pull-xl8 {
        right: 66.6666666667%; }
      .row .col.push-xl8 {
        left: 66.6666666667%; }
      .row .col.offset-xl9 {
        margin-left: 75%; }
      .row .col.pull-xl9 {
        right: 75%; }
      .row .col.push-xl9 {
        left: 75%; }
      .row .col.offset-xl10 {
        margin-left: 83.3333333333%; }
      .row .col.pull-xl10 {
        right: 83.3333333333%; }
      .row .col.push-xl10 {
        left: 83.3333333333%; }
      .row .col.offset-xl11 {
        margin-left: 91.6666666667%; }
      .row .col.pull-xl11 {
        right: 91.6666666667%; }
      .row .col.push-xl11 {
        left: 91.6666666667%; }
      .row .col.offset-xl12 {
        margin-left: 100%; }
      .row .col.pull-xl12 {
        right: 100%; }
      .row .col.push-xl12 {
        left: 100%; } }

html {
  line-height: 1.875;
  font-family: sans-serif;
  font-weight: normal;
  color: #58585a;
  font-family: 'Source Sans Pro', sans-serif; }
  @media only screen and (min-width: 0) {
    html {
      font-size: 14px; } }
  @media only screen and (min-width: 1072px) {
    html {
      font-size: 16px; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.1; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1 {
  font-size: 1.802em;
  line-height: 1.3;
  margin: .5em auto;
  text-transform: uppercase;
  font-weight: 900; }

h2 {
  font-size: 1.9em;
  line-height: 1.3;
  margin: .5em auto; }

h3 {
  font-size: 1.424em;
  line-height: 1.3;
  margin: .5em auto;
  font-weight: normal; }

h4 {
  font-size: 1.2em;
  line-height: 1.3;
  margin: .5em auto;
  text-transform: uppercase; }
  h4 a {
    text-decoration: none;
    color: currentColor; }

h4:not([class]) {
  text-transform: uppercase; }

h1.sub-page-title {
  font-size: 1.424em;
  line-height: 1.3;
  margin: .5em auto;
  font-weight: normal;
  text-transform: none; }

h5 {
  font-size: 1.125em;
  line-height: 1.3;
  margin: .5em auto;
  text-transform: uppercase;
  letter-spacing: .07em; }

h6 {
  font-size: 1em;
  line-height: 1.3;
  margin: .5em auto; }

h1.post-title {
  font-weight: normal;
  color: #5e2111;
  font-size: 1.424em;
  text-transform: none; }

em {
  font-style: italic; }

strong {
  font-weight: 700; }

small {
  font-size: 75%; }

.light {
  font-weight: 300; }

.thin {
  font-weight: 200; }

a {
  text-decoration: none;
  transition: all .2s; }

.lead-para, .is-style-large-paragraph {
  font-size: 1.1487em; }

.has-medium-font-size {
  font-size: 1.2em !important; }

.has-large-font-size {
  font-size: 1.4em !important; }

.has-huge-font-size {
  font-size: 1.6em !important; }

article ul:not([class]), .wysiwyg ul:not([class]) {
  list-style-type: disc;
  margin-left: 1.5em; }
  article ul:not([class]) li, .wysiwyg ul:not([class]) li {
    list-style-type: disc;
    margin-bottom: .5em;
    padding-left: .5em; }
    article ul:not([class]) li ul, .wysiwyg ul:not([class]) li ul {
      margin-top: .5em; }
article a:not([class]), .wysiwyg a:not([class]) {
  font-weight: 600;
  color: #990055;
  text-decoration: underline; }
  article a:not([class]):hover, .wysiwyg a:not([class]):hover {
    text-decoration: underline; }

.section-title {
  text-transform: uppercase; }

/* Blockquote
--------------------------------------------- */
blockquote,
blockquote.wp-block-quote {
  background: transparent;
  text-align: left; }
  blockquote p,
  blockquote.wp-block-quote p {
    font-size: 1.33em;
    font-style: normal;
    font-weight: 400; }
  blockquote cite,
  blockquote .wp-block-quote__citation,
  blockquote.wp-block-quote cite,
  blockquote.wp-block-quote .wp-block-quote__citation {
    display: block;
    font-size: 1em;
    font-weight: 700;
    margin-top: .865em;
    text-transform: uppercase; }
  blockquote p:last-of-type,
  blockquote.wp-block-quote p:last-of-type {
    margin-bottom: 0; }
  blockquote.is-large, blockquote.is-style-large,
  blockquote.wp-block-quote.is-large,
  blockquote.wp-block-quote.is-style-large {
    margin: calc( 2 * $gutter-width ) auto; }

/* Pull Quote
--------------------------------------------- */
.wp-block-pullquote {
  border: none;
  padding: 0; }
  .wp-block-pullquote blockquote {
    border-left: 0;
    border-top: 0.5em solid #5e2011;
    border-bottom: 0.5em solid #5e2011;
    padding: 1em 0;
    text-align: center;
    margin: 0 auto; }
  .wp-block-pullquote.alignleft blockquote, .wp-block-pullquote.alignright blockquote {
    max-width: 100%; }

/* Horizontal Rule
--------------------------------------------- */
.wp-block-separator:not(.is-style-dots),
hr:not(.is-style-dots) {
  background-color: #5e2011;
  border: 0;
  height: 1px; }
.wp-block-separator:not(.is-style-wide):not(.is-style-dots),
hr:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
  height: 2px;
  background: transparent; }
  .wp-block-separator:not(.is-style-wide):not(.is-style-dots)::before,
  hr:not(.is-style-wide):not(.is-style-dots)::before {
    content: '';
    display: block;
    height: 2px;
    margin: 0px auto;
    width: 100%;
    background: #939598; }
.wp-block-separator.is-style-dots:before,
hr.is-style-dots:before {
  color: #990055;
  font-size: 18px;
  letter-spacing: 12px;
  padding-left: 12px; }

/* Larger screen sizes
--------------------------------------------- */
@media screen and (min-width: 1073px) {
  .lead-para, .is-style-large-paragraph {
    font-size: 1.1486em; }

  h1 {
    font-size: 3.052em;
    line-height: 1.3; }

  h2 {
    font-size: 3.75em;
    line-height: 1.3; }

  h3 {
    font-size: 2.375em;
    line-height: 1.3; }

  h1.sub-page-title {
    font-size: 2.375em;
    line-height: 1.3; }

  h4 {
    font-size: 1.25em;
    line-height: 1.3; }

  h5 {
    font-size: 1.125em;
    line-height: 1.3; }

  h6 {
    font-size: 1em;
    line-height: 1.3; }

  h1.post-title {
    font-size: 2.375em; } }
@media screen and (min-width: 1201px) {
  h1 {
    font-size: 75px; } }
.card {
  background-color: #fff;
  margin-bottom: 20px;
  transition: all .2s;
  max-width: 259px;
  width: 100%;
  margin: 0 auto; }
  .card:hover {
    box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.18); }
  .card img {
    display: block;
    transition: all .2s; }
  .card * {
    transition: all .2s; }

.card-image {
  background-color: #eee1d8;
  display: flex;
  align-items: flex-start;
  /* new */ }

.card:not(:hover) .card-image img {
  opacity: .8;
  filter: grayscale(0.3); }

.card:not(:hover) .card-title, .card:not(:hover) .card-job-title, .card:not(:hover) .archive-card-title, .card:not(:hover) .card-excerpt {
  color: #a7a9ac; }

.card-excerpt {
  max-height: 100px;
  overflow: hidden;
  margin-bottom: 10px; }

.card-inner {
  text-align: center;
  padding: 2em 1em; }

.card-meta {
  font-size: .875em; }

.archive-card-inner {
  padding: 1em 1em; }

.card-grid .slick-slide > div {
  padding: 0px 10px 10px 10px;
  text-align: center; }
  .card-grid .slick-slide > div .card {
    margin: 0 auto 10px auto; }

.card-slider .slick-slide > div {
  padding: 0px 10px 10px 10px;
  text-align: center; }
  .card-slider .slick-slide > div .card {
    margin: 0 auto 10px auto; }

.card-title {
  margin: .4em auto; }

.archive-card-title {
  font-size: 1.5625em;
  text-transform: none;
  letter-spacing: none;
  font-weight: normal; }

.card-job-title {
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 0.07em;
  font-size: 0.875em; }

.archive-content {
  background-color: #eee1d8;
  overflow: hidden; }
  .archive-content .section-layout {
    margin-top: 3.75em; }
  .archive-content .card:not(:hover) .card-title, .archive-content .card:not(:hover) .card-job-title, .archive-content .card:not(:hover) .archive-card-title, .archive-content .card:not(:hover) .card-excerpt, .archive-content .card:not(:hover) .card-meta {
    color: #58585a; }

.post-type-archive-g-staff .archive-content, .tax-staff-groups .archive-content,
.post-type-archive-g-career .archive-content, .tax-career-category .archive-content {
  background-color: #eaede2; }
  .post-type-archive-g-staff .archive-content a, .tax-staff-groups .archive-content a,
  .post-type-archive-g-career .archive-content a, .tax-career-category .archive-content a {
    color: #5b7b37; }
  .post-type-archive-g-staff .archive-content .card-image, .tax-staff-groups .archive-content .card-image,
  .post-type-archive-g-career .archive-content .card-image, .tax-career-category .archive-content .card-image {
    background-color: #eaede2; }

.post-type-archive-g-resource .archive-content, .tax-resource-category .archive-content,
.post-type-archive-post .archive-content, .tax-category .archive-content, .blog .archive-content, .category .archive-content {
  background-color: #fef7ea; }
  .post-type-archive-g-resource .archive-content a, .tax-resource-category .archive-content a,
  .post-type-archive-post .archive-content a, .tax-category .archive-content a, .blog .archive-content a, .category .archive-content a {
    color: #f2bd48; }
  .post-type-archive-g-resource .archive-content .card-image, .tax-resource-category .archive-content .card-image,
  .post-type-archive-post .archive-content .card-image, .tax-category .archive-content .card-image, .blog .archive-content .card-image, .category .archive-content .card-image {
    background-color: #fef7ea; }

.news-cards {
  display: block; }

.news-card {
  margin-bottom: 20px;
  max-width: none;
  text-align: left; }
  .news-card .card-excerpt {
    max-height: none; }
  .news-card .card-inner {
    text-align: left; }
  .news-card .card-image img {
    width: 100%; }
  .news-card .card-title a {
    color: #58585a; }

.posts-1 .card-grid .card {
  width: 100%;
  max-width: none; }

@media screen and (max-width: 601px) {
  .card-grid {
    margin-top: 2em; }

  .archive-content .card {
    margin-bottom: 20px; } }
@media screen and (min-width: 601px) {
  .card-grid {
    display: block;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px; }
    .card-grid .card {
      vertical-align: top;
      display: inline-block;
      display: grid; }

  .posts-1 .card-grid {
    display: block; }

  .card {
    margin-bottom: 0; }

  .news-card {
    margin-bottom: 20px; }
    .news-card .card-title {
      margin-top: 1rem; }

  .news-card:not(:first-of-type) .card-inner {
    overflow: hidden; }
    .news-card:not(:first-of-type) .card-inner > div {
      float: left; }
    .news-card:not(:first-of-type) .card-inner .card-inner-title {
      width: 33.33%;
      padding-right: 10px; }
    .news-card:not(:first-of-type) .card-inner .card-excerpt {
      width: 66.66%;
      padding-left: 10px; }

  .news-card:first-of-type {
    overflow: hidden;
    display: flex;
    align-items: center; }
    .news-card:first-of-type > div {
      float: left; }
    .news-card:first-of-type .card-image {
      width: 33.33%;
      padding: 10px;
      background-color: #fff;
      text-align: center; }
      .news-card:first-of-type .card-image img {
        margin: 0 auto; }
    .news-card:first-of-type .card-inner {
      width: 66.66%;
      padding-left: 10px; }
    .news-card:first-of-type .card-inner.no-image {
      width: 100%; } }
@media screen and (min-width: 1073px) {
  .card-grid {
    grid-template-columns: 1fr 1fr 1fr; }

  .archive-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr; }

  .news-card:not(:first-of-type) .card-inner {
    padding: 20px 40px; }

  .news-card:first-of-type {
    padding: 20px 40px; }
    .news-card:first-of-type .card-image {
      padding-right: 30px;
      padding-left: 0px; } }
.tab-label {
  cursor: pointer; }

.tab-active .tab-label {
  font-weight: bold; }

.tab-content, .tab-mobile-content {
  display: none; }

.tab-content.tab-active, .tab-active .tab-mobile-content {
  display: block; }

.theme-button {
  display: inline-block;
  text-align: center;
  transition: all .2s;
  min-height: 3.25em;
  padding: .5em 2.5em;
  background-color: #5e2011;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .07em;
  text-decoration: none;
  color: #fff;
  border: 0px solid transparent;
  font-family: 'Source Sans Pro', sans-serif; }
  .theme-button:hover {
    background-color: #fff;
    color: #5e2011; }
  .theme-button svg {
    width: 100%;
    height: auto; }

button.plain-button {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border: 0px;
  background-color: transparent; }

.read-more {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .07em;
  border-bottom: 3px solid transparent;
  text-decoration: none; }
  .read-more:hover {
    text-decoration: none;
    border-color: currentColor; }

/* Button block (gutenberg colours)
--------------------------------------------- */
.wp-block-button__link {
  border-radius: 0 !important;
  text-decoration: none !important; }
  .wp-block-button__link:hover {
    text-decoration: none; }
  .wp-block-button__link:not(.has-text-color) {
    color: white; }
    .wp-block-button__link:not(.has-text-color):hover {
      color: white; }
  .wp-block-button__link:not(.has-background) {
    background-color: #59BACC; }
    .wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus {
      background-color: #2d8292; }
  .wp-block-button__link.has-blue-color:hover, .wp-block-button__link.has-blue-color:focus {
    color: #59BACC; }
  .wp-block-button__link.has-blue-background-color:hover, .wp-block-button__link.has-blue-background-color:focus {
    background-color: #2d8292; }
  .wp-block-button__link.has-green-color:hover, .wp-block-button__link.has-green-color:focus {
    color: #009e40; }
  .wp-block-button__link.has-green-background-color:hover, .wp-block-button__link.has-green-background-color:focus {
    background-color: #003817; }
  .wp-block-button__link.has-gold-color:hover, .wp-block-button__link.has-gold-color:focus {
    color: #c9a45b; }
  .wp-block-button__link.has-gold-background-color:hover, .wp-block-button__link.has-gold-background-color:focus {
    background-color: #8f6f2f; }
  .wp-block-button__link.has-purple-color:hover, .wp-block-button__link.has-purple-color:focus {
    color: #a20486; }
  .wp-block-button__link.has-purple-background-color:hover, .wp-block-button__link.has-purple-background-color:focus {
    background-color: #3e0234; }
  .wp-block-button__link.has-white-color:hover, .wp-block-button__link.has-white-color:focus {
    color: #fff; }
  .wp-block-button__link.has-white-background-color:hover, .wp-block-button__link.has-white-background-color:focus {
    background-color: #cccccc; }
  .wp-block-button__link.has-black-color:hover, .wp-block-button__link.has-black-color:focus {
    color: #000; }
  .wp-block-button__link.has-black-background-color:hover, .wp-block-button__link.has-black-background-color:focus {
    background-color: black; }

label {
  font-size: 1rem; }

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
::placeholder {
  color: #939598; }

input[type=submit] {
  display: inline-block;
  text-align: center;
  transition: all .2s;
  min-height: 3.25em;
  padding: .5em 2.5em;
  background-color: #5e2011;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .07em;
  text-decoration: none;
  color: #fff;
  border: 0px solid transparent;
  font-family: 'Source Sans Pro', sans-serif; }
  input[type=submit]:hover {
    background-color: #fff;
    color: #5e2011; }
  input[type=submit] svg {
    width: 100%;
    height: auto; }

/* Text inputs */
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  width: 100%;
  background-color: #fff;
  border: none;
  border: 1px solid #990055;
  border-radius: 0;
  outline: none;
  height: 3.25em;
  font-size: 16px;
  margin: 0 0 0px 0;
  padding: 0 1em;
  box-shadow: none;
  box-sizing: border-box;
  transition: all 0.3s; }
  input:not([type]):disabled, input:not([type])[readonly="readonly"],
  input[type=text]:not(.browser-default):disabled,
  input[type=text]:not(.browser-default)[readonly="readonly"],
  input[type=password]:not(.browser-default):disabled,
  input[type=password]:not(.browser-default)[readonly="readonly"],
  input[type=email]:not(.browser-default):disabled,
  input[type=email]:not(.browser-default)[readonly="readonly"],
  input[type=url]:not(.browser-default):disabled,
  input[type=url]:not(.browser-default)[readonly="readonly"],
  input[type=time]:not(.browser-default):disabled,
  input[type=time]:not(.browser-default)[readonly="readonly"],
  input[type=date]:not(.browser-default):disabled,
  input[type=date]:not(.browser-default)[readonly="readonly"],
  input[type=datetime]:not(.browser-default):disabled,
  input[type=datetime]:not(.browser-default)[readonly="readonly"],
  input[type=datetime-local]:not(.browser-default):disabled,
  input[type=datetime-local]:not(.browser-default)[readonly="readonly"],
  input[type=tel]:not(.browser-default):disabled,
  input[type=tel]:not(.browser-default)[readonly="readonly"],
  input[type=number]:not(.browser-default):disabled,
  input[type=number]:not(.browser-default)[readonly="readonly"],
  input[type=search]:not(.browser-default):disabled,
  input[type=search]:not(.browser-default)[readonly="readonly"],
  textarea.materialize-textarea:disabled,
  textarea.materialize-textarea[readonly="readonly"] {
    color: rgba(0, 0, 0, 0.42);
    border: 1px dotted rgba(0, 0, 0, 0.42); }
  input:not([type]):disabled + label, input:not([type])[readonly="readonly"] + label,
  input[type=text]:not(.browser-default):disabled + label,
  input[type=text]:not(.browser-default)[readonly="readonly"] + label,
  input[type=password]:not(.browser-default):disabled + label,
  input[type=password]:not(.browser-default)[readonly="readonly"] + label,
  input[type=email]:not(.browser-default):disabled + label,
  input[type=email]:not(.browser-default)[readonly="readonly"] + label,
  input[type=url]:not(.browser-default):disabled + label,
  input[type=url]:not(.browser-default)[readonly="readonly"] + label,
  input[type=time]:not(.browser-default):disabled + label,
  input[type=time]:not(.browser-default)[readonly="readonly"] + label,
  input[type=date]:not(.browser-default):disabled + label,
  input[type=date]:not(.browser-default)[readonly="readonly"] + label,
  input[type=datetime]:not(.browser-default):disabled + label,
  input[type=datetime]:not(.browser-default)[readonly="readonly"] + label,
  input[type=datetime-local]:not(.browser-default):disabled + label,
  input[type=datetime-local]:not(.browser-default)[readonly="readonly"] + label,
  input[type=tel]:not(.browser-default):disabled + label,
  input[type=tel]:not(.browser-default)[readonly="readonly"] + label,
  input[type=number]:not(.browser-default):disabled + label,
  input[type=number]:not(.browser-default)[readonly="readonly"] + label,
  input[type=search]:not(.browser-default):disabled + label,
  input[type=search]:not(.browser-default)[readonly="readonly"] + label,
  textarea.materialize-textarea:disabled + label,
  textarea.materialize-textarea[readonly="readonly"] + label {
    color: rgba(0, 0, 0, 0.42); }
  input:not([type]):focus:not([readonly]),
  input[type=text]:not(.browser-default):focus:not([readonly]),
  input[type=password]:not(.browser-default):focus:not([readonly]),
  input[type=email]:not(.browser-default):focus:not([readonly]),
  input[type=url]:not(.browser-default):focus:not([readonly]),
  input[type=time]:not(.browser-default):focus:not([readonly]),
  input[type=date]:not(.browser-default):focus:not([readonly]),
  input[type=datetime]:not(.browser-default):focus:not([readonly]),
  input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
  input[type=tel]:not(.browser-default):focus:not([readonly]),
  input[type=number]:not(.browser-default):focus:not([readonly]),
  input[type=search]:not(.browser-default):focus:not([readonly]),
  textarea.materialize-textarea:focus:not([readonly]) {
    border: 1px solid #9f361d;
    box-shadow: 0 0px 1px 1px #9f361d; }
  input:not([type]):focus:not([readonly]) + label,
  input[type=text]:not(.browser-default):focus:not([readonly]) + label,
  input[type=password]:not(.browser-default):focus:not([readonly]) + label,
  input[type=email]:not(.browser-default):focus:not([readonly]) + label,
  input[type=url]:not(.browser-default):focus:not([readonly]) + label,
  input[type=time]:not(.browser-default):focus:not([readonly]) + label,
  input[type=date]:not(.browser-default):focus:not([readonly]) + label,
  input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
  input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
  input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
  input[type=number]:not(.browser-default):focus:not([readonly]) + label,
  input[type=search]:not(.browser-default):focus:not([readonly]) + label,
  textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #000; }
  input:not([type]).validate + label,
  input[type=text]:not(.browser-default).validate + label,
  input[type=password]:not(.browser-default).validate + label,
  input[type=email]:not(.browser-default).validate + label,
  input[type=url]:not(.browser-default).validate + label,
  input[type=time]:not(.browser-default).validate + label,
  input[type=date]:not(.browser-default).validate + label,
  input[type=datetime]:not(.browser-default).validate + label,
  input[type=datetime-local]:not(.browser-default).validate + label,
  input[type=tel]:not(.browser-default).validate + label,
  input[type=number]:not(.browser-default).validate + label,
  input[type=search]:not(.browser-default).validate + label,
  textarea.materialize-textarea.validate + label {
    width: 100%; }
  input:not([type]).invalid + label:after, input:not([type]).valid + label:after,
  input[type=text]:not(.browser-default).invalid + label:after,
  input[type=text]:not(.browser-default).valid + label:after,
  input[type=password]:not(.browser-default).invalid + label:after,
  input[type=password]:not(.browser-default).valid + label:after,
  input[type=email]:not(.browser-default).invalid + label:after,
  input[type=email]:not(.browser-default).valid + label:after,
  input[type=url]:not(.browser-default).invalid + label:after,
  input[type=url]:not(.browser-default).valid + label:after,
  input[type=time]:not(.browser-default).invalid + label:after,
  input[type=time]:not(.browser-default).valid + label:after,
  input[type=date]:not(.browser-default).invalid + label:after,
  input[type=date]:not(.browser-default).valid + label:after,
  input[type=datetime]:not(.browser-default).invalid + label:after,
  input[type=datetime]:not(.browser-default).valid + label:after,
  input[type=datetime-local]:not(.browser-default).invalid + label:after,
  input[type=datetime-local]:not(.browser-default).valid + label:after,
  input[type=tel]:not(.browser-default).invalid + label:after,
  input[type=tel]:not(.browser-default).valid + label:after,
  input[type=number]:not(.browser-default).invalid + label:after,
  input[type=number]:not(.browser-default).valid + label:after,
  input[type=search]:not(.browser-default).invalid + label:after,
  input[type=search]:not(.browser-default).valid + label:after,
  textarea.materialize-textarea.invalid + label:after,
  textarea.materialize-textarea.valid + label:after {
    display: none; }
  input:not([type]).invalid + label.active:after, input:not([type]).valid + label.active:after,
  input[type=text]:not(.browser-default).invalid + label.active:after,
  input[type=text]:not(.browser-default).valid + label.active:after,
  input[type=password]:not(.browser-default).invalid + label.active:after,
  input[type=password]:not(.browser-default).valid + label.active:after,
  input[type=email]:not(.browser-default).invalid + label.active:after,
  input[type=email]:not(.browser-default).valid + label.active:after,
  input[type=url]:not(.browser-default).invalid + label.active:after,
  input[type=url]:not(.browser-default).valid + label.active:after,
  input[type=time]:not(.browser-default).invalid + label.active:after,
  input[type=time]:not(.browser-default).valid + label.active:after,
  input[type=date]:not(.browser-default).invalid + label.active:after,
  input[type=date]:not(.browser-default).valid + label.active:after,
  input[type=datetime]:not(.browser-default).invalid + label.active:after,
  input[type=datetime]:not(.browser-default).valid + label.active:after,
  input[type=datetime-local]:not(.browser-default).invalid + label.active:after,
  input[type=datetime-local]:not(.browser-default).valid + label.active:after,
  input[type=tel]:not(.browser-default).invalid + label.active:after,
  input[type=tel]:not(.browser-default).valid + label.active:after,
  input[type=number]:not(.browser-default).invalid + label.active:after,
  input[type=number]:not(.browser-default).valid + label.active:after,
  input[type=search]:not(.browser-default).invalid + label.active:after,
  input[type=search]:not(.browser-default).valid + label.active:after,
  textarea.materialize-textarea.invalid + label.active:after,
  textarea.materialize-textarea.valid + label.active:after {
    display: block; }

/* Validation Sass Placeholders */
input.valid:not([type]), input.valid:not([type]):focus,
input[type=text].valid:not(.browser-default),
input[type=text].valid:not(.browser-default):focus,
input[type=password].valid:not(.browser-default),
input[type=password].valid:not(.browser-default):focus,
input[type=email].valid:not(.browser-default),
input[type=email].valid:not(.browser-default):focus,
input[type=url].valid:not(.browser-default),
input[type=url].valid:not(.browser-default):focus,
input[type=time].valid:not(.browser-default),
input[type=time].valid:not(.browser-default):focus,
input[type=date].valid:not(.browser-default),
input[type=date].valid:not(.browser-default):focus,
input[type=datetime].valid:not(.browser-default),
input[type=datetime].valid:not(.browser-default):focus,
input[type=datetime-local].valid:not(.browser-default),
input[type=datetime-local].valid:not(.browser-default):focus,
input[type=tel].valid:not(.browser-default),
input[type=tel].valid:not(.browser-default):focus,
input[type=number].valid:not(.browser-default),
input[type=number].valid:not(.browser-default):focus,
input[type=search].valid:not(.browser-default),
input[type=search].valid:not(.browser-default):focus,
textarea.materialize-textarea.valid,
textarea.materialize-textarea.valid:focus {
  border: 1px solid green;
  box-shadow: 0 1px 0 0 green; }

input.invalid:not([type]), input.invalid:not([type]):focus,
input[type=text].invalid:not(.browser-default),
input[type=text].invalid:not(.browser-default):focus,
input[type=password].invalid:not(.browser-default),
input[type=password].invalid:not(.browser-default):focus,
input[type=email].invalid:not(.browser-default),
input[type=email].invalid:not(.browser-default):focus,
input[type=url].invalid:not(.browser-default),
input[type=url].invalid:not(.browser-default):focus,
input[type=time].invalid:not(.browser-default),
input[type=time].invalid:not(.browser-default):focus,
input[type=date].invalid:not(.browser-default),
input[type=date].invalid:not(.browser-default):focus,
input[type=datetime].invalid:not(.browser-default),
input[type=datetime].invalid:not(.browser-default):focus,
input[type=datetime-local].invalid:not(.browser-default),
input[type=datetime-local].invalid:not(.browser-default):focus,
input[type=tel].invalid:not(.browser-default),
input[type=tel].invalid:not(.browser-default):focus,
input[type=number].invalid:not(.browser-default),
input[type=number].invalid:not(.browser-default):focus,
input[type=search].invalid:not(.browser-default),
input[type=search].invalid:not(.browser-default):focus,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea.invalid:focus {
  border: 1px solid red;
  box-shadow: 0 1px 0 0 red; }

input:not([type]).valid + label:after, input:not([type]):focus.valid + label:after,
input[type=text]:not(.browser-default).valid + label:after,
input[type=text]:not(.browser-default):focus.valid + label:after,
input[type=password]:not(.browser-default).valid + label:after,
input[type=password]:not(.browser-default):focus.valid + label:after,
input[type=email]:not(.browser-default).valid + label:after,
input[type=email]:not(.browser-default):focus.valid + label:after,
input[type=url]:not(.browser-default).valid + label:after,
input[type=url]:not(.browser-default):focus.valid + label:after,
input[type=time]:not(.browser-default).valid + label:after,
input[type=time]:not(.browser-default):focus.valid + label:after,
input[type=date]:not(.browser-default).valid + label:after,
input[type=date]:not(.browser-default):focus.valid + label:after,
input[type=datetime]:not(.browser-default).valid + label:after,
input[type=datetime]:not(.browser-default):focus.valid + label:after,
input[type=datetime-local]:not(.browser-default).valid + label:after,
input[type=datetime-local]:not(.browser-default):focus.valid + label:after,
input[type=tel]:not(.browser-default).valid + label:after,
input[type=tel]:not(.browser-default):focus.valid + label:after,
input[type=number]:not(.browser-default).valid + label:after,
input[type=number]:not(.browser-default):focus.valid + label:after,
input[type=search]:not(.browser-default).valid + label:after,
input[type=search]:not(.browser-default):focus.valid + label:after,
textarea.materialize-textarea.valid + label:after,
textarea.materialize-textarea:focus.valid + label:after {
  content: attr(data-success);
  color: green;
  opacity: 1;
  transform: translateY(9px); }

input:not([type]).invalid + label:after, input:not([type]):focus.invalid + label:after,
input[type=text]:not(.browser-default).invalid + label:after,
input[type=text]:not(.browser-default):focus.invalid + label:after,
input[type=password]:not(.browser-default).invalid + label:after,
input[type=password]:not(.browser-default):focus.invalid + label:after,
input[type=email]:not(.browser-default).invalid + label:after,
input[type=email]:not(.browser-default):focus.invalid + label:after,
input[type=url]:not(.browser-default).invalid + label:after,
input[type=url]:not(.browser-default):focus.invalid + label:after,
input[type=time]:not(.browser-default).invalid + label:after,
input[type=time]:not(.browser-default):focus.invalid + label:after,
input[type=date]:not(.browser-default).invalid + label:after,
input[type=date]:not(.browser-default):focus.invalid + label:after,
input[type=datetime]:not(.browser-default).invalid + label:after,
input[type=datetime]:not(.browser-default):focus.invalid + label:after,
input[type=datetime-local]:not(.browser-default).invalid + label:after,
input[type=datetime-local]:not(.browser-default):focus.invalid + label:after,
input[type=tel]:not(.browser-default).invalid + label:after,
input[type=tel]:not(.browser-default):focus.invalid + label:after,
input[type=number]:not(.browser-default).invalid + label:after,
input[type=number]:not(.browser-default):focus.invalid + label:after,
input[type=search]:not(.browser-default).invalid + label:after,
input[type=search]:not(.browser-default):focus.invalid + label:after,
textarea.materialize-textarea.invalid + label:after,
textarea.materialize-textarea:focus.invalid + label:after {
  content: attr(data-error);
  color: red;
  opacity: 1;
  transform: translateY(9px); }

input:not([type]) + label:after,
input[type=text]:not(.browser-default) + label:after,
input[type=password]:not(.browser-default) + label:after,
input[type=email]:not(.browser-default) + label:after,
input[type=url]:not(.browser-default) + label:after,
input[type=time]:not(.browser-default) + label:after,
input[type=date]:not(.browser-default) + label:after,
input[type=datetime]:not(.browser-default) + label:after,
input[type=datetime-local]:not(.browser-default) + label:after,
input[type=tel]:not(.browser-default) + label:after,
input[type=number]:not(.browser-default) + label:after,
input[type=search]:not(.browser-default) + label:after,
textarea.materialize-textarea + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: .2s opacity ease-out, .2s color ease-out; }

/* Textarea */
textarea {
  width: 100%;
  min-height: 3.25em;
  background-color: #fff;
  border: none;
  border: 1px solid #990055;
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding: 0 1em;
  padding-top: .5em;
  padding-bottom: .5em;
  box-sizing: border-box;
  height: 121px; }
  textarea:disabled, textarea[readonly="readonly"] {
    color: rgba(0, 0, 0, 0.42);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.42); }
  textarea:disabled + label, textarea[readonly="readonly"] + label {
    color: rgba(0, 0, 0, 0.42); }
  textarea:focus:not([readonly]) {
    border: 2px solid #9f361d;
    box-shadow: 0 0px 1px 1px #9f361d; }

@supports (-webkit-appearance: none) {
  /*  AKA, only do this if `-webkit-appearance: none` is supported. 
    Which means IE11 and Opera Mini will get the old browser-styled checkbox. 
    Which works just fine. Old browsers can get old looking things. */
  input[type="radio"],
  fieldset input[type="radio"] {
    /*  Remove the default styling.
        `-webkit-appearance` is not an official CSS property 
      & likely never will be. But it's also in 95% of browsers, 
      non-webkit included, yes, as a `-webkit` property. 
      Firefox, Edge, Chrome, Opera all implemented `-webkit-appearance`.  
      Plus it *will* stick around. Browsers can't remove it. 
      So use it like this...                                 */
    -webkit-appearance: none;
    /* Style the radio button container. */
    width: 1.4rem;
    min-width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    border: 1px solid #990055;
    margin: 0.3rem 0 0 0;
    padding: 0;
    background-color: #fff;
    margin-top: -.2rem;
    transition: background-color .2s; }
    input[type="radio"]:hover,
    fieldset input[type="radio"]:hover {
      background-color: #f2f2f2; }

  input[type="radio"]:checked,
  fieldset input[type="radio"]:checked {
    /* Prepare for placing the new checkmark. */
    position: relative;
    /* Do a bug fix to keep iOS from adding dark background. */
    background: none; }

  input[type="radio"]:checked::after,
  fieldset input[type="radio"]:checked::after {
    /* Place (position) the new ÔÇ£filled-inÔÇØ blob. */
    position: absolute;
    top: 0.3rem;
    left: 0.3rem;
    width: 0.7rem;
    height: 0.7rem;
    background: #5e2011;
    border-radius: 50%;
    content: ""; }

  /* Focus styles. */
  input[type="radio"]:focus,
  fieldset input[type="radio"]:focus {
    box-shadow: 0 0px 1px 1px #9f361d; } }
@supports (-webkit-appearance: none) {
  /*  AKA, only do this if `-webkit-appearance: none` is supported. 
    Which means IE11 and Opera Mini will get the old browser-styled checkbox. 
    Which works just fine. Old browsers can get old looking things. */
  input[type="checkbox"] {
    /*  Remove the default styling.
        `-webkit-appearance` is not an official CSS property 
      & likely never will be. But it's also in 95% of browsers, 
      non-webkit included, yes, as a `-webkit` property. 
      Firefox, Edge, Chrome, Opera all implemented `-webkit-appearance`.  
      Plus it *will* stick around. Browsers can't remove it. 
      So use it like this...                                 */
    -webkit-appearance: none;
    /* Style the box. */
    min-width: 1.6rem;
    width: 1.6rem;
    height: 1.6rem;
    border: 1px solid #990055;
    background-color: #fff;
    transition: background-color .2s; }
    input[type="checkbox"]:hover {
      background-color: #f2f2f2; }

  input[type="checkbox"]:focus {
    /* Style the box when it's focused. */
    box-shadow: 0 0px 1px 1px #9f361d; }

  input[type="checkbox"]:checked {
    /* Prepare for placing the new checkmark. */
    position: relative;
    /* Do a bug fix to keep iOS from adding dark background. */
    background: none; }

  input[type="checkbox"]:checked::after {
    /* Place (position) the new checkmark. */
    position: absolute;
    top: 0.26rem;
    left: 0.22rem;
    display: block;
    /*  Create a checkmark in CSS. 
      Could use an SVG or `content: "Ô£ô";` instead. 
      This is a box, turned 45 degs, with a 
      left and bottom border to make the checkmark.
      Created using an empty pseudo-element.*/
    content: "";
    width: 1.0rem;
    height: 0.7rem;
    border: 4px solid #5e2011;
    border-right: none;
    border-top: none;
    transform: rotate(-45deg); } }
/* Select Field
   ========================================================================== */
select.browser-default {
  display: block; }

select {
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #990055;
  border-radius: 0px;
  height: 3.25em;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: ''; }
  select:focus:not([readonly]), select:focus-within:not([readonly]) {
    border-bottom: 1px solid #9f361d;
    box-shadow: 0 0px 1px 1px #9f361d; }

select:not([multiple]) {
  background-position: right 1em center;
  background-size: auto .5em;
  background-repeat: no-repeat;
  background-image: url(../img/icons/chevron-down.svg); }

select[multiple] {
  height: auto;
  min-height: 3.25em; }

/* File Input
   ========================================================================== */
.file-field {
  position: relative; }
  .file-field .file-path-wrapper {
    overflow: hidden;
    padding-left: 10px; }
  .file-field input.file-path {
    width: 100%; }
  .file-field .btn {
    float: left;
    height: 3.25em;
    line-height: 3.25em; }
  .file-field span {
    cursor: pointer; }
  .file-field input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0); }
    .file-field input[type=file]::-webkit-file-upload-button {
      display: none; }

.hide-label .gfield_label {
  display: none; }

.gfield_label, label {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .07em;
  text-decoration: none; }

body .gform_wrapper .gform_validation_container {
  display: none; }

.gform_wrapper ul li {
  list-style-type: none; }

.gfield_error {
  border: 1px solid red; }

.gform_fields {
  margin: 0px; }

.gfield {
  margin-bottom: .75em; }

.page-section .gform_wrapper {
  margin: 1em auto; }
  .page-section .gform_wrapper .gfield_radio, .page-section .gform_wrapper .gfield_checkbox {
    margin: 0px; }
  .page-section .gform_wrapper .gfield_checkbox li label, .page-section .gform_wrapper .gfield_radio li label {
    padding-left: .5em;
    font-size: 1rem; }

.gform_heading .gform_description {
  display: block; }

.gfield_checkbox li, .gfield_radio li {
  display: block; }

@media screen and (min-width: 601px) {
  .ginput_container_checkbox, .ginput_container_radio {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em; }

  .gf_left_half, .gf_right_half {
    width: 50%;
    float: left;
    clear: none; }

  .gf_left_half {
    padding-right: 10px; }

  .gf_right_half {
    padding-left: 10px; }

  .gf_left_third, .gf_right_third, .gf_middle_third {
    width: 33.33%;
    float: left;
    clear: none; }

  .gf_left_third {
    padding-right: 10px; }

  .gf_middle_third {
    padding: 0px 10px; }

  .gf_right_third {
    padding-left: 10px; }

  .ui-datepicker {
    background-color: #fff;
    border: 1px solid #5e2011; }
    .ui-datepicker > div {
      padding: 8px; }
    .ui-datepicker select {
      width: 50%;
      height: 2.4375em; }
    .ui-datepicker td {
      padding: 5px; }
    .ui-datepicker .ui-datepicker-next {
      float: right; }
    .ui-datepicker a:hover {
      color: #5e2011; } }
.page-section.background-style-image,
.page-section.background-style-solid,
.contact-box,
.feature-boxes-container,
.single-image {
  margin-bottom: 1.75em; }

.page-section:last-of-type .section-layout:last-child {
  margin-bottom: 5.75em; }

.plain_text .section-layout {
  margin-bottom: 1.75em; }

.page-section:first-of-type .section-layout:not(.hero_slider):first-child {
  margin-top: 1.75em; }

@media screen and (min-width: 601px) {
  .page-section:first-of-type .section-layout:not(.hero_slider):first-child {
    margin-top: 3.75em; }

  .plain_text .section-layout {
    margin-bottom: 3.75em; } }
.page-section:after {
  width: 100%;
  display: table;
  content: " ";
  clear: both; }

.background-style-image .section-layout,
.background-style-solid .section-layout {
  padding: 2.625em 0em; }

.background-style-image {
  position: relative; }
  .background-style-image .container {
    position: relative; }
  .background-style-image:before {
    content: " ";
    display: block;
    width: 62%;
    position: absolute;
    opacity: 0.3;
    top: 0;
    right: 38%;
    height: 100%;
    background-image: url(../img/gidgee-design.svg);
    background-position: right bottom 50px;
    background-repeat: no-repeat;
    background-size: 1560px auto;
    bottom: 0; }

.section-color-brown .section-title,
.section-color-inherit .section-title {
  color: #c09380; }
.section-color-brown.background-style-image .section-layout,
.section-color-brown .card-image,
.section-color-inherit.background-style-image .section-layout,
.section-color-inherit .card-image {
  background-color: #eee1d8; }
.section-color-brown.background-style-solid .section-layout,
.section-color-inherit.background-style-solid .section-layout {
  background-color: #e9ddd6; }
.section-color-brown .sub-page-title,
.section-color-brown h2:not([class]),
.section-color-brown h3,
.section-color-brown h5,
.section-color-brown h6,
.section-color-brown a:not([class]),
.section-color-brown .read-more,
.section-color-inherit .sub-page-title,
.section-color-inherit h2:not([class]),
.section-color-inherit h3,
.section-color-inherit h5,
.section-color-inherit h6,
.section-color-inherit a:not([class]),
.section-color-inherit .read-more {
  color: #5e2111; }
.section-color-brown h4,
.section-color-inherit h4 {
  color: #c09380; }
.section-color-brown input:not([type="submit"]),
.section-color-brown textarea,
.section-color-inherit input:not([type="submit"]),
.section-color-inherit textarea {
  border-color: #5e2111; }

.section-color-green .section-title,
.green .section-color-inherit .section-title,
.single-g-career .page-section .section-title {
  color: #b4bc9b; }
.section-color-green.background-style-image .section-layout,
.section-color-green .card-image,
.green .section-color-inherit.background-style-image .section-layout,
.green .section-color-inherit .card-image,
.single-g-career .page-section.background-style-image .section-layout,
.single-g-career .page-section .card-image {
  background-color: #d7dbca; }
.section-color-green.background-style-solid .section-layout,
.green .section-color-inherit.background-style-solid .section-layout,
.single-g-career .page-section.background-style-solid .section-layout {
  background-color: #eaede2; }
.section-color-green .sub-page-title,
.section-color-green h2:not([class]),
.section-color-green h3,
.section-color-green h5,
.section-color-green h6,
.section-color-green a:not([class]),
.section-color-green .read-more,
.green .section-color-inherit .sub-page-title,
.green .section-color-inherit h2:not([class]),
.green .section-color-inherit h3,
.green .section-color-inherit h5,
.green .section-color-inherit h6,
.green .section-color-inherit a:not([class]),
.green .section-color-inherit .read-more,
.single-g-career .page-section .sub-page-title,
.single-g-career .page-section h2:not([class]),
.single-g-career .page-section h3,
.single-g-career .page-section h5,
.single-g-career .page-section h6,
.single-g-career .page-section a:not([class]),
.single-g-career .page-section .read-more {
  color: #5b7b37; }
.section-color-green h4,
.green .section-color-inherit h4,
.single-g-career .page-section h4 {
  color: #b4bc9b; }
.section-color-green input:not([type="submit"]),
.section-color-green textarea,
.green .section-color-inherit input:not([type="submit"]),
.green .section-color-inherit textarea,
.single-g-career .page-section input:not([type="submit"]),
.single-g-career .page-section textarea {
  border-color: #5b7b37; }

.section-color-yellow .section-title,
.yellow .section-color-inherit .section-title,
.single-post .page-section .section-title {
  color: #f6d07f; }
.section-color-yellow.background-style-image .section-layout,
.section-color-yellow .card-image,
.yellow .section-color-inherit.background-style-image .section-layout,
.yellow .section-color-inherit .card-image,
.single-post .page-section.background-style-image .section-layout,
.single-post .page-section .card-image {
  background-color: #fcf0d7; }
.section-color-yellow.background-style-solid .section-layout,
.yellow .section-color-inherit.background-style-solid .section-layout,
.single-post .page-section.background-style-solid .section-layout {
  background-color: #fef7ea; }
.section-color-yellow .sub-page-title,
.section-color-yellow h2:not([class]),
.section-color-yellow h3,
.section-color-yellow h5,
.section-color-yellow h6,
.section-color-yellow a:not([class]),
.section-color-yellow .read-more,
.yellow .section-color-inherit .sub-page-title,
.yellow .section-color-inherit h2:not([class]),
.yellow .section-color-inherit h3,
.yellow .section-color-inherit h5,
.yellow .section-color-inherit h6,
.yellow .section-color-inherit a:not([class]),
.yellow .section-color-inherit .read-more,
.single-post .page-section .sub-page-title,
.single-post .page-section h2:not([class]),
.single-post .page-section h3,
.single-post .page-section h5,
.single-post .page-section h6,
.single-post .page-section a:not([class]),
.single-post .page-section .read-more {
  color: #f2bd48; }
.section-color-yellow h4,
.yellow .section-color-inherit h4,
.single-post .page-section h4 {
  color: #fae2b2; }
.section-color-yellow input:not([type="submit"]),
.section-color-yellow textarea,
.yellow .section-color-inherit input:not([type="submit"]),
.yellow .section-color-inherit textarea,
.single-post .page-section input:not([type="submit"]),
.single-post .page-section textarea {
  border-color: #f2bd48; }

.section-color-orange .section-title,
.orange .section-color-inherit .section-title {
  color: #efba88; }
.section-color-orange.background-style-image .section-layout,
.section-color-orange .card-image,
.orange .section-color-inherit.background-style-image .section-layout,
.orange .section-color-inherit .card-image {
  background-color: #fbf1e5; }
.section-color-orange.background-style-solid .section-layout,
.orange .section-color-inherit.background-style-solid .section-layout {
  background-color: #fbf0e2; }
.section-color-orange .sub-page-title,
.section-color-orange h2:not([class]),
.section-color-orange h3,
.section-color-orange h5,
.section-color-orange h6,
.section-color-orange a:not([class]),
.section-color-orange .read-more,
.orange .section-color-inherit .sub-page-title,
.orange .section-color-inherit h2:not([class]),
.orange .section-color-inherit h3,
.orange .section-color-inherit h5,
.orange .section-color-inherit h6,
.orange .section-color-inherit a:not([class]),
.orange .section-color-inherit .read-more {
  color: #de8026; }
.section-color-orange h4,
.orange .section-color-inherit h4 {
  color: #efba88; }
.section-color-orange input:not([type="submit"]),
.section-color-orange textarea,
.orange .section-color-inherit input:not([type="submit"]),
.orange .section-color-inherit textarea {
  border-color: #de8026; }

.section-title-row {
  margin: 2em 0px 2em 0px; }
  .section-title-row h2 {
    line-height: 0.916; }

.no-title.content_columns, .no-title.plain_text, .no-title.card_grid {
  margin: 2em 0em; }

.section-title-image {
  width: 651px;
  max-width: 100%;
  margin-right: 0px;
  margin-left: auto; }
  .section-title-image img {
    display: block;
    width: 100%; }
  .section-title-image h3,
  .section-title-image h4,
  .section-title-image h5,
  .section-title-image h6,
  .section-title-image a {
    color: #5e2111; }

.acknowledgement {
  font-size: 0.8125em;
  text-align: center;
  border-bottom: 1px solid #b1b3b5; }

.content_columns iframe {
  margin: 0 auto;
  display: block; }

.background-style-default .content-columns-text {
  margin-bottom: 4em; }

.accordion {
  margin: 3em auto; }

.accordion-item {
  border: 2px solid #ddd;
  margin-bottom: 1em;
  border-bottom: 2px solid #5e2011; }

.accordion-title {
  background-color: #ddd;
  overflow: hidden;
  cursor: pointer;
  padding: 0.5em 1em;
  padding-right: 3em;
  position: relative;
  transition: all 0.2s; }
  .accordion-title:hover {
    background-color: #d7d7d7; }
  .accordion-title h1,
  .accordion-title h2,
  .accordion-title h3,
  .accordion-title h4,
  .accordion-title h5 {
    font-weight: 600; }

.accordion-title .chevron {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
  width: 1em; }

.accordion-item.open .accordion-title .chevron {
  transform: translateY(-50%) rotate(180deg); }

.accordion-content {
  overflow: hidden;
  padding: 1em 1.5em; }

.feature-boxes-container:after {
  width: 100%;
  clear: both;
  display: table;
  content: " "; }

.feature-box {
  float: left;
  width: 25%;
  position: relative;
  background-color: #5e2011; }
  .feature-box .read-more {
    color: #fff !important; }

.feature-box-main {
  background-position: center center;
  z-index: 9;
  position: relative;
  cursor: pointer;
  background-repeat: no-repeat;
  padding-bottom: 146.8%;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  -webkit-transition: all 200ms ease-in;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8; }

.feature-box-type {
  position: absolute;
  bottom: 48px;
  left: 41px; }

.feature-box-title {
  text-transform: uppercase;
  color: #fff !important;
  letter-spacing: 0.07em; }

h5.feature-box-title {
  font-size: 1.5em; }

.feature-box-hover {
  padding: 2.25em;
  color: #fff; }
  .feature-box-hover a {
    color: #fff; }
  .feature-box-hover p {
    font-size: 1em;
    line-height: 1.2; }

.feature-boxes-container {
  padding: 0; }

.feature-boxes-container li {
  display: inline;
  vertical-align: middle;
  list-style: none;
  cursor: pointer; }

.feature-box-hover {
  left: -1px;
  position: absolute;
  z-index: 99;
  top: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  width: 100%;
  height: 100%; }

.feature-box-hover:before {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
  height: 100%; }

@media (min-width: 768px) {
  .feature-box:hover .feature-box-hover,
  .feature-box:hover .feature-box-main {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.1);
    z-index: 99; }

  .feature-box:hover .feature-box-type {
    display: none; } }
@media (max-width: 767px) {
  .feature-boxes-container .feature-box {
    width: 100%;
    float: none;
    margin: 1em auto;
    display: block;
    overflow: hidden; }

  .feature-box-main {
    display: block !important;
    height: 150px;
    padding-bottom: 0px; }

  .feature-box-hover {
    display: none; }

  .feature-box:hover .feature-box-hover {
    display: none; } }
.contact-box {
  background-color: #efba87;
  margin-bottom: 6em;
  box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.18); }
  .contact-box .contact-box-left h3 {
    color: #fff; }
  .contact-box .contact-box-left input:not([type="submit"]),
  .contact-box .contact-box-left textarea {
    border-color: #fff;
    background-color: #fbf0e2;
    border-color: #fbf0e2; }
  .contact-box .contact-box-left input[type="submit"] {
    color: #efba87;
    background-color: #de8026; }
    .contact-box .contact-box-left input[type="submit"]:hover {
      background-color: #fff;
      color: #5e2011; }
  .contact-box .contact-box-right {
    background-color: #fff; }
  .contact-box label {
    color: #de8026; }

.section-color-green .contact-box,
.green .section-color-inherit .contact-box {
  background-color: #b4bc9b; }
  .section-color-green .contact-box .contact-box-left h3,
  .green .section-color-inherit .contact-box .contact-box-left h3 {
    color: #fff; }
  .section-color-green .contact-box .contact-box-left input:not([type="submit"]),
  .section-color-green .contact-box .contact-box-left textarea,
  .green .section-color-inherit .contact-box .contact-box-left input:not([type="submit"]),
  .green .section-color-inherit .contact-box .contact-box-left textarea {
    background-color: #eaede2;
    border-color: #eaede2; }
  .section-color-green .contact-box .contact-box-left input[type="submit"],
  .green .section-color-inherit .contact-box .contact-box-left input[type="submit"] {
    color: #b4bc9b;
    background-color: #5b7b37; }
    .section-color-green .contact-box .contact-box-left input[type="submit"]:hover,
    .green .section-color-inherit .contact-box .contact-box-left input[type="submit"]:hover {
      color: #5e2011;
      background-color: #fff; }
  .section-color-green .contact-box .social-links a,
  .green .section-color-inherit .contact-box .social-links a {
    background-color: #5b7b37; }

.section-color-yellow .contact-box,
.yellow .section-color-inherit .contact-box {
  background-color: #f7d590; }
  .section-color-yellow .contact-box .contact-box-left h3,
  .yellow .section-color-inherit .contact-box .contact-box-left h3 {
    color: #fff; }
  .section-color-yellow .contact-box .contact-box-left label,
  .yellow .section-color-inherit .contact-box .contact-box-left label {
    color: #e59d00; }
  .section-color-yellow .contact-box .contact-box-left input:not([type="submit"]),
  .section-color-yellow .contact-box .contact-box-left textarea,
  .yellow .section-color-inherit .contact-box .contact-box-left input:not([type="submit"]),
  .yellow .section-color-inherit .contact-box .contact-box-left textarea {
    background-color: #fef7ea;
    border-color: #fef7ea; }
  .section-color-yellow .contact-box .contact-box-left input[type="submit"],
  .yellow .section-color-inherit .contact-box .contact-box-left input[type="submit"] {
    color: #f6d07f;
    background-color: #e59d00; }
    .section-color-yellow .contact-box .contact-box-left input[type="submit"]:hover,
    .yellow .section-color-inherit .contact-box .contact-box-left input[type="submit"]:hover {
      color: #5e2011;
      background-color: #fff; }
  .section-color-yellow .contact-box .social-links a,
  .yellow .section-color-inherit .contact-box .social-links a {
    background-color: #e59d00; }

.contact-box .social-links,
.content_columns .social-links {
  text-align: center;
  justify-content: center; }
.contact-box .social-links a,
.content_columns .social-links a {
  width: 2.75rem;
  height: 2.75rem;
  background-color: #de8026; }
  .contact-box .social-links a:hover,
  .content_columns .social-links a:hover {
    background-color: #5e2011; }

.contact-box-col {
  padding: 1.75em; }

.location-grid {
  margin: 3em -10px 0.75em -10px;
  overflow: hidden; }

.location-card-wrapper {
  width: 50%;
  float: left;
  padding: 0px 10px 20px 10px; }

.location-card {
  float: left;
  width: 100%;
  background-color: #fbf1e5;
  position: relative;
  height: 0;
  padding-bottom: 100%;
  background-size: 200% auto;
  background-image: url(../img/gidgee-design-rotated.svg);
  text-align: center;
  word-break: break-all; }
  .location-card h5 {
    padding: 0em 0.25em; }
  .location-card a {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .location-card a:hover {
    background-color: #efba87; }
    .location-card a:hover h5 {
      color: #fff; }
  .location-card:nth-child(1) {
    background-position: top left; }
  .location-card:nth-child(2) {
    background-position: top right; }
  .location-card:nth-child(3) {
    background-position: bottom left; }
  .location-card:nth-child(4) {
    background-position: bottom right; }

@media (min-width: 601px) {
  .section-title-row {
    margin: 2.5em 0px 2.5em 0em; }
    .section-title-row h2 {
      margin-left: 0;
      max-width: 10ch; }

  .card-introduction {
    margin-right: 20px; }

  .content-columns-text {
    max-width: 413px;
    margin: 0 40px 30px 40px; }

  .content_columns .row .col:nth-child(odd) .content-columns-text {
    margin-left: 0px; }

  .split-row .row-content {
    float: right;
    width: 50%;
    padding: 0px 20px; }
  .split-row .image-cover {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .split-row .row-content-inner {
    margin: 4em 0px; }

  .hero .hero-background {
    padding-top: 110px; }
    .hero .hero-background:before {
      height: 110px; }
    .hero .hero-background:after {
      height: 350px; }
  .hero h1 {
    font-size: 3.11111111111em;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }

  .contact-box {
    display: flex; }
    .contact-box .social-links a {
      width: 3.75rem;
      height: 3.75rem;
      margin: 0px 10px; }

  .contact-box-col {
    flex: 1;
    width: 50%; } }
@media (min-width: 1073px) {
  .contact-box-col {
    padding: 3.5625em; } }
@media (min-width: 1201px) {
  .split-row .row-content {
    padding: 0px 40px; }
  .split-row .row-content-inner {
    margin: 4em 0px; } }
@media screen and (max-width: 600px) {
  .content-col-image {
    margin: 0em auto 1.5em auto; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  text-align: center; }
  .slick-dots li {
    display: inline-block; }
    .slick-dots li button {
      background-color: #5e2111;
      color: transparent;
      overflow: hidden;
      margin: 5px;
      border-radius: 50%;
      width: 14px;
      height: 14px;
      display: block;
      padding: 0px;
      border: 0px solid transparent; }
  .slick-dots .slick-active button {
    background-color: #fff; }

.background-style-solid .slick-dots li button, .background-style-image .slick-dots li button {
  background-color: #fff;
  opacity: .5; }
.background-style-solid .slick-dots .slick-active button, .background-style-image .slick-dots .slick-active button {
  background-color: #fff;
  opacity: 1; }

.card-grid .slick-list {
  overflow: visible; }

.card-slick-arrow {
  width: 32px;
  height: 67px;
  padding: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-100%); }

.card-slick-prev-arrow {
  left: -10px; }

.card-slick-next-arrow {
  right: -10px; }

.card-container {
  position: relative; }

@media screen and (max-width: 601px) {
  .card-slider .slick-list {
    overflow: visible; } }
.hero-slider .slick-track, .card-slider .slick-track, .card-grid .slick-track {
  display: flex !important; }
.hero-slider .slick-slide, .card-slider .slick-slide, .card-grid .slick-slide {
  height: inherit !important; }
  .hero-slider .slick-slide > div, .card-slider .slick-slide > div, .card-grid .slick-slide > div {
    height: 100%; }
    .hero-slider .slick-slide > div .card, .card-slider .slick-slide > div .card, .card-grid .slick-slide > div .card {
      height: 100%; }

.hero-slide {
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 9px;
  min-height: 400px;
  position: relative; }
  .hero-slide:after {
    content: " ";
    display: block;
    width: 47.7%;
    height: 60.5%;
    max-width: 1406px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../img/gidgee-design.svg);
    background-position: top right -5%;
    background-repeat: no-repeat;
    background-size: 250% auto; }
  .hero-slide .container {
    position: relative; }
  .hero-slide h1 {
    margin: 0;
    line-height: 1;
    text-align: center;
    font-size: 2rem;
    font-weight: normal;
    text-align: right;
    text-transform: none; }
    .hero-slide h1:first-line {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 2.6875rem; }

@media screen and (min-width: 601px) {
  .hero-slide {
    min-height: 37.5em;
    padding: 39px 9px; }
    .hero-slide h1 {
      font-size: 3.4375rem; }
      .hero-slide h1:first-line {
        font-size: 4.6875rem; }
    .hero-slide .hero-content {
      display: flex;
      justify-content: flex-end; }
    .hero-slide:after {
      height: 75%; } }
@media screen and (min-width: 1073px) {
  .hero-slide:after {
    width: 47.7%;
    height: 91.5%;
    max-width: 1406px;
    background-position: top right -5%;
    background-repeat: no-repeat;
    background-size: 250% auto; } }
.page-noscroll {
  overflow: hidden; }

.staff-modal {
  display: none;
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(234, 237, 226, 0.9); }
  .staff-modal .container {
    margin: 20px auto; }

.modal-content {
  background-color: #fff;
  position: relative;
  padding: 20px 12px;
  width: calc(100% - 40px);
  max-width: 880px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: calc(100vh - 100px);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  .modal-content .staff-icon {
    margin-bottom: 20px; }
  .modal-content .staff-image {
    text-align: center; }
  .modal-content .close-button {
    cursor: pointer;
    font-weight: bold;
    position: absolute;
    top: 20px;
    right: 10px; }

@media screen and (min-width: 601px) {
  .staff-content-inner {
    padding-right: 20px; } }
@media screen and (min-width: 1073px) {
  .modal-content {
    padding: 40px 12px; }
    .modal-content .close {
      right: 20px; } }
.mm-navbar.mm-navbar_has-btns {
  padding-left: 28px; }

.mm-navbars_top {
  border-bottom: 0px solid transparent; }

.mm-panels {
  margin-top: 20px; }

.mm-navbar {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1.2px;
  text-transform: uppercase; }

.mm-btn:after, .mm-btn:before {
  border-color: #5e2011; }

#mobile-menu .brand-logo {
  flex: none;
  max-width: 125px;
  width: 126px; }

.mm-listitem:after {
  display: none; }

a.mm-btn.mm-btn_next.mm-listitem__btn {
  border-left: none; }

.mm-navbar {
  border-bottom: none; }

.mm-panels .mm-navbar:after {
  width: calc(100% - 50px);
  height: 2px;
  content: " ";
  display: block;
  background-color: #5e2011;
  position: absolute;
  left: 25px;
  bottom: -11px; }

.mm-navbar__title {
  text-align: left;
  padding-left: 1em; }

#menu-main-menu-1 .mm-navbar {
  display: none; }

#menu-main-menu-1 {
  padding-top: 0px; }
  #menu-main-menu-1 a.mm-listitem__text {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1.2px;
    text-transform: uppercase; }

a.mm-listitem__text {
  font-weight: 500;
  font-size: 15px; }

.mm-panel {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 75px; }

.mm-btn_close:after, .mm-btn_close:before {
  width: 8px;
  height: 8px; }

.mm-btn_close::after {
  right: 29px; }

.mm-btn.mm-btn_close.mm-navbar__btn {
  margin-top: 13px;
  margin-right: 3px; }

/*univeral (mobile first) styles -----------------------------------------*/
body {
  color: #58585a;
  background-color: #f8eee7; }

.google_map {
  height: 20em;
  width: 100%; }

#page {
  background-image: url(../img/gidgee-design-faded.svg);
  background-position: right -100% center;
  background-attachment: fixed;
  background-size: 75vw auto;
  background-color: #f8eee7;
  background-repeat: no-repeat; }

.brand-logo {
  display: block;
  margin: 8px 0px; }

/*responsive image default*/
img {
  max-width: 100%;
  height: auto; }

.fixedPosition {
  overflow: hidden; }

/* Search overlay
-------------------------------------------------------- */
.search-overlay {
  color: #000;
  padding-bottom: 20px;
  background-color: #eee1d8;
  padding-top: 20px;
  padding-bottom: 50px; }
  .search-overlay .icon-close {
    padding: 10px;
    width: 45px;
    height: 45px; }
  .search-overlay #searchsubmit {
    float: right;
    width: auto; }
  .search-overlay #searchform {
    overflow: hidden; }

.search-icon, #search-submit, .search-overlay-close {
  cursor: pointer; }

.search-icon {
  color: #939598;
  transition: all .2s;
  width: 38px;
  height: 38px;
  padding: 0px; }
  .search-icon svg {
    width: 100%;
    height: auto; }

.search-icon:hover {
  color: #5e2111; }

.search-icon svg, .search-icon path {
  fill: currentColor; }

.search-overlay {
  display: none; }

.icon-links li {
  display: inline-block; }

.icon-links {
  display: flex; }

.icon-links a {
  color: #fff;
  background-color: #a86d56;
  display: inline-block;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  font-size: 0px;
  margin: 0em 4.5px;
  text-align: center;
  display: flex;
  align-content: center;
  align-items: center; }
  .icon-links a:hover {
    background-color: #c09380; }
  .icon-links a img {
    width: 50%;
    display: block;
    margin: 0 auto; }

/*Site Header       
-------------------------------------------------------- */
.site-header {
  background-color: #fff;
  min-height: 80.55px;
  position: relative; }
  .site-header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .site-header .brand-logo {
    width: 138px; }
    .site-header .brand-logo img {
      display: block; }
  .site-header .main-menu {
    display: block;
    text-align: right;
    margin-top: 10px; }
  .site-header .menu a {
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    font-weight: 900; }
  .site-header .menu > li {
    padding: 0px 19px; }
  .site-header .menu > li:last-child {
    padding-right: 0px; }
  .site-header .menu > li > a {
    color: #939598;
    padding: 9px 0px 33px 0px;
    transition: all .2s; }
    .site-header .menu > li > a:before {
      content: "";
      display: block;
      height: 9px;
      width: 0px;
      transition: width .2s;
      background-color: #5e2111; }
    .site-header .menu > li > a:hover:before {
      width: 100%; }
  .site-header .menu > li:after {
    content: " ";
    display: block;
    clear: both; }
  .site-header .menu > li:hover a {
    color: #5e2111; }
  .site-header .menu .yellow:hover > a {
    color: #f2bd48; }
  .site-header .menu .yellow > a:before {
    background-color: #f2bd48; }
  .site-header .menu .green:hover > a {
    color: #5b7b37; }
  .site-header .menu .green > a:before {
    background-color: #5b7b37; }
  .site-header .menu .brown:hover > a {
    color: #5e2111; }
  .site-header .menu .brown > a:before {
    background-color: #5e2111; }
  .site-header .menu .orange:hover > a {
    color: #de8026; }
  .site-header .menu .orange > a:before {
    background-color: #de8026; }
  .site-header .menu .yellow .sub-menu {
    background-color: #f2bd48; }
    .site-header .menu .yellow .sub-menu a:hover {
      background-color: #f6d07f; }
  .site-header .menu .green .sub-menu {
    background-color: #5b7b37; }
    .site-header .menu .green .sub-menu a:hover {
      background-color: #b4bc9b; }
  .site-header .menu .brown .sub-menu {
    background-color: #5e2111; }
    .site-header .menu .brown .sub-menu a:hover {
      background-color: #c09380; }
  .site-header .menu .orange .sub-menu {
    background-color: #de8026; }
    .site-header .menu .orange .sub-menu a:hover {
      background-color: #efba88; }
  .site-header .menu li:hover > .sub-menu {
    height: 50px; }

#header-sticky-wrapper {
  overflow: visible;
  z-index: 1;
  position: relative; }

#header-sticky-wrapper.is-sticky {
  z-index: 999; }
  #header-sticky-wrapper.is-sticky .site-header {
    width: 100%;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 999 !important;
    min-height: 0 !important; }
  #header-sticky-wrapper.is-sticky .top-menu {
    display: none; }
  #header-sticky-wrapper.is-sticky .search-icon {
    display: none; }

.site-header ul, .page-menu-container ul, .filters ul {
  margin: 0px;
  font-size: 0px; }
  .site-header ul li, .page-menu-container ul li, .filters ul li {
    display: inline-block; }
.site-header select, .page-menu-container select, .filters select {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0);
  font-size: 16px; }
.site-header a, .page-menu-container a, .filters a {
  font-size: 1rem; }
.site-header .menu .sub-menu, .page-menu-container .menu .sub-menu, .filters .menu .sub-menu {
  height: 0;
  text-align: left;
  position: absolute;
  z-index: 999;
  transition: all .2s;
  background-color: #fff;
  font-size: 14px;
  background-color: #5e2111;
  width: 100%;
  top: 100%;
  left: 0;
  overflow: hidden;
  text-align: center; }
  .site-header .menu .sub-menu li, .page-menu-container .menu .sub-menu li, .filters .menu .sub-menu li {
    float: none;
    line-height: 1;
    display: inline-block; }
    .site-header .menu .sub-menu li a, .page-menu-container .menu .sub-menu li a, .filters .menu .sub-menu li a {
      padding: 18px;
      display: block;
      line-height: 1;
      display: block;
      white-space: nowrap;
      color: #fff; }
      .site-header .menu .sub-menu li a:hover, .page-menu-container .menu .sub-menu li a:hover, .filters .menu .sub-menu li a:hover {
        background-color: #c09380; }

.site-header li:nth-child(6) .sub-menu, .site-header li:nth-child(7) .sub-menu, .site-header li:nth-child(8) .sub-menu {
  text-align: right;
  padding-right: 50px; }
.site-header li:nth-child(3) .sub-menu, .site-header li:nth-child(4) .sub-menu {
  padding-left: 200px; }

@media screen and (max-width: 1200px) {
  .site-header .menu > li {
    padding: 0px 7px; }

  .site-header .menu .sub-menu li a {
    padding: 18px 5px; } }
.top-menu {
  display: flex;
  vertical-align: top;
  justify-content: flex-end;
  margin-top: 19px; }
  .top-menu div {
    display: block; }

.page-menu-container, .filters {
  overflow: hidden;
  text-align: center;
  background-color: #c09380; }
  .page-menu-container a, .filters a {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.07em;
    color: #fff;
    display: block;
    padding: 1em 1em; }
    .page-menu-container a:hover, .filters a:hover {
      background-color: #a86d56;
      color: #c09380; }
    .page-menu-container a .current-menu-item a, .page-menu-container a.selected, .filters a .current-menu-item a, .filters a.selected {
      background-color: #dfc5b7; }
  .page-menu-container.green, .page-menu-container.g-staff, .filters.green, .filters.g-staff {
    background-color: #b4bc9b; }
    .page-menu-container.green a:hover, .page-menu-container.g-staff a:hover, .filters.green a:hover, .filters.g-staff a:hover {
      background-color: #93a375;
      color: #b4bc9b; }
    .page-menu-container.green .current-menu-item a,
    .page-menu-container.green a.selected, .page-menu-container.g-staff .current-menu-item a,
    .page-menu-container.g-staff a.selected, .filters.green .current-menu-item a,
    .filters.green a.selected, .filters.g-staff .current-menu-item a,
    .filters.g-staff a.selected {
      background-color: #cbd0ba; }
  .page-menu-container.orange, .page-menu-container.g-career, .filters.orange, .filters.g-career {
    background-color: #efba88; }
    .page-menu-container.orange a:hover, .page-menu-container.g-career a:hover, .filters.orange a:hover, .filters.g-career a:hover {
      background-color: #de8026;
      color: #efba88; }
    .page-menu-container.orange .current-menu-item a,
    .page-menu-container.orange a.selected, .page-menu-container.g-career .current-menu-item a,
    .page-menu-container.g-career a.selected, .filters.orange .current-menu-item a,
    .filters.orange a.selected, .filters.g-career .current-menu-item a,
    .filters.g-career a.selected {
      background-color: #f5d4b5; }
  .page-menu-container.yellow, .page-menu-container.post, .page-menu-container.g-resource, .filters.yellow, .filters.post, .filters.g-resource {
    background-color: #f5c96f; }
    .page-menu-container.yellow a:hover, .page-menu-container.post a:hover, .page-menu-container.g-resource a:hover, .filters.yellow a:hover, .filters.post a:hover, .filters.g-resource a:hover {
      background-color: #f2bd48;
      color: #fcf0d7; }
    .page-menu-container.yellow .current-menu-item a,
    .page-menu-container.yellow a.selected, .page-menu-container.post .current-menu-item a,
    .page-menu-container.post a.selected, .page-menu-container.g-resource .current-menu-item a,
    .page-menu-container.g-resource a.selected, .filters.yellow .current-menu-item a,
    .filters.yellow a.selected, .filters.post .current-menu-item a,
    .filters.post a.selected, .filters.g-resource .current-menu-item a,
    .filters.g-resource a.selected {
      background-color: #f9e1af; }
  .page-menu-container.brown, .filters.brown {
    background-color: #c09380; }
    .page-menu-container.brown a:hover, .filters.brown a:hover {
      background-color: #5e2111;
      color: #c09380; }
    .page-menu-container.brown .current-menu-item a,
    .page-menu-container.brown a.selected, .filters.brown .current-menu-item a,
    .filters.brown a.selected {
      background-color: #d1b0a2; }

.filters.g-resource {
  border-top: 1px solid #fcf0d7; }

.mobile-search-button {
  margin-left: auto;
  margin-right: 2em; }

.hamburger {
  width: 36px;
  padding: 10px 5px;
  display: block;
  position: relative; }
  .hamburger span {
    display: block;
    background-color: #5e2011;
    width: 100%;
    height: 4px;
    opacity: 1;
    transition: all .2s;
    border-radius: 3px; }
  .hamburger span:not(:last-child) {
    margin-bottom: 4px; }
  .hamburger:hover span {
    background-color: #331109; }

.mm-wrapper_opened .hamburger {
  position: relative; }
  .mm-wrapper_opened .hamburger span {
    position: absolute; }
  .mm-wrapper_opened .hamburger span:nth-child(2) {
    opacity: 0; }
  .mm-wrapper_opened .hamburger span:nth-child(1) {
    transform: rotate(45deg);
    padding: 0px;
    top: 50%; }
  .mm-wrapper_opened .hamburger span:nth-child(3) {
    transform: rotate(-45deg);
    padding: 0px;
    top: 50%; }

.site-header .icon-links a {
  color: #fff;
  background-color: #939598;
  width: 27px;
  height: 27px; }
  .site-header .icon-links a:hover {
    background-color: #5e2111; }

/*Site Footer      
-------------------------------------------------------- */
.site-footer {
  padding: 59px 0px 40px 0px;
  background-color: #5e2011;
  color: #fff;
  font-size: 14px;
  position: relative; }
  .site-footer ul {
    margin: 0 auto; }
  .site-footer .container {
    position: relative; }
  .site-footer:before {
    content: " ";
    display: block;
    width: 23.5%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-image: url(../img/gidgee-design.svg);
    background-position: top -197px right;
    background-repeat: no-repeat;
    background-size: 1350px auto; }
  .site-footer .icon-links {
    margin-bottom: 90px; }

.footer-menu li {
  display: inline-block; }

.footer-menu {
  margin-bottom: 2em; }

.footer-menu .menu {
  display: block;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px; }
  .footer-menu .menu > li {
    vertical-align: top;
    display: inline-block !important; }

.footer-menu .sub-menu {
  margin-bottom: 1em; }

.footer-row {
  width: 75%;
  margin-left: 25%; }

.site-footer .menu a, .site-footer .widget, .copyright, .widget a {
  color: #a86d56; }

.site-footer a:hover {
  color: #fff; }

.site-footer .menu > li > a, .site-footer .widget-title {
  color: #ceaa99;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px; }
  .site-footer .menu > li > a:hover, .site-footer .widget-title:hover {
    color: #fff; }

.footer-divider {
  margin: 0px 37px;
  width: 28px; }
  .footer-divider img {
    margin: 0 auto; }

.site-footer .menu li {
  display: block; }

.copyright {
  font-style: italic; }

.site-footer .icon-links {
  margin-top: 2em; }
  .site-footer .icon-links a {
    width: 28px;
    height: 28px;
    background-color: #a86d56; }
    .site-footer .icon-links a:hover {
      background-color: #fff; }

/*Page Title
---------------------------------------------------------- */
#title {
  overflow: hidden;
  position: relative;
  background-color: #c09380;
  overflow: hidden;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  background-image: url(../img/title-bg.jpg);
  padding: 10px 0px;
  min-height: 30.625rem; }
  #title.green {
    background-color: #b4bc9b; }
  #title.yellow {
    background-color: #f6d07f; }
  #title.orange {
    background-color: #efba88; }
  #title h1 {
    font-size: 4em;
    letter-spacing: -.04em;
    position: absolute;
    text-align: left;
    bottom: 30px;
    left: 60px;
    margin: 0;
    max-width: calc(81% - 60px); }
  #title:before {
    content: " ";
    display: block;
    width: 18.6%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-image: url(../img/gidgee-design.svg);
    background-position: top 69% left 0%;
    background-repeat: no-repeat;
    background-size: 511%;
    z-index: 2; }

.post-type-archive-g-career #title, .g-career #title {
  background-image: url(../img/careers-bg.jpg); }

#small-title {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 150px;
  background-color: #5e2111;
  background-image: url(../img/title-bg.jpg); }

.single-g-staff #title {
  background-color: #b4bc9b; }

.hover-background-container {
  position: relative; }
  .hover-background-container > *:not(.hover-background) {
    position: relative; }

.hover-background-container, #title {
  overflow: hidden; }
  .hover-background-container:hover .hover-background, #title:hover .hover-background {
    transform: scale(1.05);
    position: absolute; }

.hover-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .6s ease-in-out; }

@media screen and (max-width: 601px) {
  #title {
    min-height: 21rem; }
    #title h1 {
      font-size: 3em;
      letter-spacing: -.04em;
      left: 30px;
      bottom: 30px; }

  .site-header {
    padding: 3px 0px; }

  .filters, .page-menu-container {
    padding: 5px 0px; }

  .page-menu-container {
    padding-left: 30px;
    padding-right: 30px; }
    .page-menu-container .menu {
      display: none; } }
/*Staff content styles      -------------------------------------------------------- */
.staff-image {
  width: 357px;
  max-width: 100%;
  margin: 0 auto 2em auto;
  background-image: url(../img/circle-design-green.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
  .staff-image .staff-image-inner {
    padding: 09.24%; }
  .staff-image img {
    display: block;
    border-radius: 50%;
    overflow: hidden; }

.staff-content h1, .staff-content h2, .staff-content h3, .staff-content h4 {
  color: #5b7b37; }
.staff-content h4 {
  color: #5b7b37;
  font-weight: normal;
  font-size: 1.5625em; }
.staff-content .job-title {
  color: #b4bc9b;
  text-transform: uppercase;
  letter-spacing: 0.07em; }
.staff-content .social-links {
  justify-content: center; }
  .staff-content .social-links a {
    width: 27px;
    height: 27px;
    background-color: #b4bc9b; }
    .staff-content .social-links a:hover {
      background-color: #93a375; }

/*Blog styles      -------------------------------------------------------- */
.pagination {
  text-align: center;
  margin-top: 3.75em;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-weight: 900; }
  .pagination ul li {
    display: inline-block;
    margin: 0em 1em; }

.single-post .article-title h2 {
  color: #5e2111;
  margin-top: 0px; }

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

.taxonomy-list {
  margin: 0px;
  list-style-type: none; }
  .taxonomy-list li {
    display: inline-block;
    margin: 0 .5em; }

.post-thumbnail {
  margin: 1em auto 3em auto; }
  .post-thumbnail img {
    display: block;
    margin: 0px auto; }

.background-style-solid .article-content {
  background-color: #fff;
  padding: 20px; }

/*Sidebar  ------------------------------------------------------------------*/
#sidebar .widget {
  margin-bottom: 20px; }

/*Responsive styles ----------------------------------------------------------------------------------------------------------------*/
/*tablet only styles -----------------------------------*/
@media (min-width: 601px) and (max-width: 1072px) {
  .page-menu-container, .filters {
    font-size: 13px;
    padding: 0px 30px; }
    .page-menu-container .menu a, .filters .menu a {
      padding: .5em; } }
/*mobile and up styles -----------------------------------*/
@media (min-width: 601px) {
  #small-title {
    height: 220px; }

  .site-header {
    min-height: 117px; }
    .site-header .brand-logo {
      width: 238px; }

  #header-sticky-wrapper.is-sticky .brand-logo {
    width: 150px; }

  .footer-menu .menu {
    grid-template-columns: 1fr 1fr 1fr; }

  .footer-row {
    overflow: hidden;
    display: flex;
    justify-content: space-between; }

  .footer-menu {
    width: 62%;
    margin-bottom: 0px; }

  .footer-sidebar {
    width: 38%; } }
/*tablet and up styles ----------------------------------*/
@media (min-width: 1073px) {
  .site-header {
    min-height: 114px; }

  #small-title {
    height: 300px; }

  #header-sticky-wrapper.is-sticky .brand-logo {
    padding-bottom: 5px; }
  #header-sticky-wrapper.is-sticky .top-menu {
    display: none; }
  #header-sticky-wrapper.is-sticky .header-inner {
    display: flex;
    align-items: flex-end; }

  .background-style-solid .article-content {
    padding: 40px; } }
/* desktop --------------------------------------*/
@media (min-width: 1201px) {
  #title {
    min-height: 37.5rem; } }

/*# sourceMappingURL=all-styles.css.map */
