@charset "UTF-8";
/* BOOTSTRAP VARIABLES */
/* OUR VARIABLES */
/*********************
TYPOGRAPHY
*********************/
/*********************
FOR GRID (BOOTSTRAP)
*********************/
/*********************
SITE WIDTHS
*********************/
/*********************
COLORS
*********************/
/*********************
ELEMENTS
*********************/
/*********************
Navigation
*********************/
/* BOOTSTRAP FILES */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block; }

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

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

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

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

figure {
  margin: 1em 40px; }

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

button,
input,
select,
textarea {
  font: inherit; }

optgroup {
  font-weight: bold; }

button,
input,
select {
  overflow: visible; }

button,
input,
select,
textarea {
  margin: 0; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

[disabled] {
  cursor: default; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

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

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

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

html {
  box-sizing: border-box; }

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

@-ms-viewport {
  width: device-width; }

html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #777;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #0275d8;
  text-decoration: none; }
  a:focus, a:hover {
    color: #014c8c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: none; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

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

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 544px) {
    .container {
      max-width: 576px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }

.col-xs {
  position: relative;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-xs-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-xs-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-xs-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-xs-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-xs-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-xs-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-xs-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-xs-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-xs-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-xs-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-xs-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.pull-xs-0 {
  right: auto; }

.pull-xs-1 {
  right: 8.33333%; }

.pull-xs-2 {
  right: 16.66667%; }

.pull-xs-3 {
  right: 25%; }

.pull-xs-4 {
  right: 33.33333%; }

.pull-xs-5 {
  right: 41.66667%; }

.pull-xs-6 {
  right: 50%; }

.pull-xs-7 {
  right: 58.33333%; }

.pull-xs-8 {
  right: 66.66667%; }

.pull-xs-9 {
  right: 75%; }

.pull-xs-10 {
  right: 83.33333%; }

.pull-xs-11 {
  right: 91.66667%; }

.pull-xs-12 {
  right: 100%; }

.push-xs-0 {
  left: auto; }

.push-xs-1 {
  left: 8.33333%; }

.push-xs-2 {
  left: 16.66667%; }

.push-xs-3 {
  left: 25%; }

.push-xs-4 {
  left: 33.33333%; }

.push-xs-5 {
  left: 41.66667%; }

.push-xs-6 {
  left: 50%; }

.push-xs-7 {
  left: 58.33333%; }

.push-xs-8 {
  left: 66.66667%; }

.push-xs-9 {
  left: 75%; }

.push-xs-10 {
  left: 83.33333%; }

.push-xs-11 {
  left: 91.66667%; }

.push-xs-12 {
  left: 100%; }

.offset-xs-1 {
  margin-left: 8.33333%; }

.offset-xs-2 {
  margin-left: 16.66667%; }

.offset-xs-3 {
  margin-left: 25%; }

.offset-xs-4 {
  margin-left: 33.33333%; }

.offset-xs-5 {
  margin-left: 41.66667%; }

.offset-xs-6 {
  margin-left: 50%; }

.offset-xs-7 {
  margin-left: 58.33333%; }

.offset-xs-8 {
  margin-left: 66.66667%; }

.offset-xs-9 {
  margin-left: 75%; }

.offset-xs-10 {
  margin-left: 83.33333%; }

.offset-xs-11 {
  margin-left: 91.66667%; }

@media (min-width: 544px) {
  .col-sm {
    position: relative;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.33333%; }
  .pull-sm-2 {
    right: 16.66667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.33333%; }
  .pull-sm-5 {
    right: 41.66667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.33333%; }
  .pull-sm-8 {
    right: 66.66667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.33333%; }
  .pull-sm-11 {
    right: 91.66667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.33333%; }
  .push-sm-2 {
    left: 16.66667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.33333%; }
  .push-sm-5 {
    left: 41.66667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.33333%; }
  .push-sm-8 {
    left: 66.66667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.33333%; }
  .push-sm-11 {
    left: 91.66667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    position: relative;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    position: relative;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    position: relative;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

/* OUR MIXINS */
/**
 * Mixin to add turn an element into a fontawesome icon.
 *
 * $content (string) The desired icon's unicode character in the format "\f18e"
 */
/* PARTIALS */
body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  color: #777; }

p,
ul,
ol,
li,
blockquote {
  padding: 0;
  margin: 0; }

ul,
ol {
  list-style: none; }

hr {
  width: 100px;
  margin: 18px auto;
  border: none;
  border-bottom: 4px solid #058dbc; }

/*********************
TITLES & HEADLINES
*********************/
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4, .content-brick--double-heading__line-2,
h5, .h5,
h6, .h6 {
  font-family: "Roboto", sans-serif;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 24px; }

h1, .h1 {
  font-size: 26px; }
  @media (min-width: 544px) {
    h1, .h1 {
      font-size: 30px; } }

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

h3, .h3 {
  font-size: 26px; }

h4, .h4, .content-brick--double-heading__line-2 {
  font-size: 18px; }

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

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

/*********************
CONTENT TYPOGRAPHY
*********************/
.mce-content-body p,
.mce-content-body ul,
.mce-content-body ol,
.mce-content-body blockquote,
.content p,
.content ul,
.content ol,
.content blockquote,
.content-bricks p,
.content-bricks ul,
.content-bricks ol,
.content-bricks blockquote {
  margin-bottom: 24px; }

.mce-content-body ul,
.content ul,
.content-bricks ul {
  margin-bottom: 24px;
  list-style: none; }
  .mce-content-body ul li,
  .content ul li,
  .content-bricks ul li {
    margin-left: 30px;
    margin-bottom: 6px; }
    .mce-content-body ul li:before,
    .content ul li:before,
    .content-bricks ul li:before {
      content: "\f14a";
      font-family: FontAwesome;
      font-size: 16px;
      display: inline-block;
      margin-left: -25px;
      margin-right: 12px;
      color: #058dbc; }

.mce-content-body .gform_body ul li,
.content .gform_body ul li,
.content-bricks .gform_body ul li {
  margin-left: 0; }
  .mce-content-body .gform_body ul li:before,
  .content .gform_body ul li:before,
  .content-bricks .gform_body ul li:before {
    content: none; }

.mce-content-body ol,
.content ol,
.content-bricks ol {
  counter-reset: li; }

.mce-content-body ol > li,
.content ol > li,
.content-bricks ol > li {
  position: relative;
  margin: 0 0 18px 2em;
  padding: 3px 18px;
  list-style: none; }

.mce-content-body ol > li:before,
.content ol > li:before,
.content-bricks ol > li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: -1px;
  left: -2em;
  box-sizing: border-box;
  width: 2em;
  line-height: 33px;
  color: #fff;
  background-color: #058dbc;
  border-radius: 30px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  text-align: center; }

.mce-content-body li ol,
.mce-content-body li ul,
.content li ol,
.content li ul,
.content-bricks li ol,
.content-bricks li ul {
  margin-top: 6px; }

.mce-content-body ol ol li:last-child,
.content ol ol li:last-child,
.content-bricks ol ol li:last-child {
  margin-bottom: 0; }

.mce-content-body li,
.content li,
.content-bricks li {
  margin-left: 24px; }

.mce-content-body blockquote,
.content blockquote,
.content-bricks blockquote {
  padding: 0 24px;
  color: #3aac25;
  border-left: 2px solid currentcolor; }

html {
  box-sizing: border-box; }

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

/*********************
LINKS
*********************/
a, a:visited {
  color: #3aac25;
  text-decoration: none; }

a img {
  border: none; }

a:hover, a:focus {
  color: #47d22d;
  text-decoration: underline;
  cursor: pointer;
  outline: none; }

/*********************
BUTTONS
*********************/
body .button.button--filled {
  color: white; }
  body .button.button--filled:hover, body .button.button--filled:focus {
    color: white; }

.content-button.centre {
  text-align: center; }

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

.button {
  line-height: 24px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: transparent;
  text-transform: uppercase;
  font-weight: 700; }
  .button, .button:visited {
    color: #058dbc;
    text-decoration: none; }
  .button i {
    margin-top: 3px;
    margin-left: 2px;
    height: 17px;
    width: 17px;
    border-radius: 10px;
    padding-left: 2px;
    background-color: #058dbc;
    color: white;
    text-align: center;
    vertical-align: top;
    font-weight: 700;
    -webkit-transition: all 0.6s;
    transition: all 0.6s; }
  .button:hover, .button:focus {
    color: #0598cb;
    text-decoration: none; }
    .button:hover i, .button:focus i {
      margin-left: 12px;
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg); }
  .button:active {
    box-shadow: none; }
  .button.content-button {
    margin-bottom: 24px; }
    .button.content-button.button--filled {
      margin-bottom: 48px;
      overflow: hidden; }
      .button.content-button.button--filled span {
        border-bottom: 94px solid transparent; }
  .button.button--filled {
    position: relative;
    text-align: center;
    font-weight: 700;
    background-color: #061929;
    border: none;
    color: white;
    padding: 11px 106px 11px 30px; }
    .button.button--filled span {
      position: absolute;
      top: 0;
      right: 0;
      background-color: #058dbc;
      border-bottom: 46px solid transparent;
      border-left: 40px solid #061929;
      display: inline-block;
      height: 46px;
      padding: 0 0 0 50px;
      vertical-align: bottom;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .button.button--filled span i {
        position: absolute;
        z-index: 10;
        top: 7px;
        left: 8px;
        font-size: 30px;
        line-height: 27px;
        color: #058dbc;
        background-color: white;
        width: 28px;
        height: 28px;
        border-radius: 14px;
        padding-left: 4px;
        display: inline-block;
        font-weight: 700;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
    .button.button--filled:hover span, .button.button--filled:focus span {
      background-color: #3aac25; }
      .button.button--filled:hover span i, .button.button--filled:focus span i {
        background-color: white;
        color: #3aac25;
        margin-left: 2px; }

/*********************
IMAGES
*********************/
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

/*********************
SELECTION TEXT
*********************/
/*********************
SOCIAL MENU
*********************/
.header-social .menu li,
.contact-col .menu li {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px; }
  .header-social .menu li a,
  .contact-col .menu li a {
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 20px;
    font-size: 22px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .header-social .menu li a:focus, .header-social .menu li a:hover,
    .contact-col .menu li a:focus,
    .contact-col .menu li a:hover {
      text-decoration: none;
      color: white !important;
      opacity: 0.8; }
  .header-social .menu li:first-child a,
  .contact-col .menu li:first-child a {
    background-color: #0e76bc; }
  .header-social .menu li:nth-child(2) a,
  .contact-col .menu li:nth-child(2) a {
    background-color: #3dc7f4; }
  .header-social .menu li:nth-child(3) a,
  .contact-col .menu li:nth-child(3) a {
    background-color: #ec1c24; }
  .header-social .menu li:last-child a,
  .contact-col .menu li:last-child a {
    background: -webkit-linear-gradient(45deg, #f8c75d, #ee5033, #ec1c24, #712bbc);
    background: linear-gradient(45deg, #f8c75d, #ee5033, #ec1c24, #712bbc); }

.icreate-logo-svg {
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px; }
  .icreate-logo-svg__path {
    fill: currentcolor; }

/*********************
IMAGES
*********************/
.alignnone,
img.alignnone {
  display: inline;
  margin: 0 0 10px; }

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

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin: 0 0 10px 10px; }

.aligncenter,
img.aligncenter,
.entry_content .centered {
  display: block;
  margin: 0 auto 10px; }

@media (max-width: 767px) {
  .alignleft, img.alignleft,
  .alignright, img.alignright {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto; } }

/*********************
WP-CAPTION
*********************/
.wp-caption {
  text-align: center; }
  .wp-caption .wp-caption-text {
    font-size: .75em; }

/*********************
OLD BROWSER MESSAGES
*********************/
#outdated-browser {
  position: fixed;
  top: 0;
  background: red;
  color: white;
  padding: 20px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  z-index: 1; }
  #outdated-browser a {
    color: blue; }

.site-container {
  overflow: hidden; }

.site-footer .wrap,
.footer-logos .wrap,
.footer-form .wrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 544px) {
    .site-footer .wrap,
    .footer-logos .wrap,
    .footer-form .wrap {
      max-width: 576px; } }
  @media (min-width: 768px) {
    .site-footer .wrap,
    .footer-logos .wrap,
    .footer-form .wrap {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .site-footer .wrap,
    .footer-logos .wrap,
    .footer-form .wrap {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .site-footer .wrap,
    .footer-logos .wrap,
    .footer-form .wrap {
      max-width: 1140px; } }

.site-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 544px) {
    .site-inner {
      max-width: 576px; } }
  @media (min-width: 768px) {
    .site-inner {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .site-inner {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .site-inner {
      max-width: 1140px; } }

.content-sidebar-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .content-sidebar-wrap .content,
  .content-sidebar-wrap .sidebar {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%; }
  @media (min-width: 992px) {
    .content-sidebar-wrap .content {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66.66667%;
          -ms-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .content-sidebar-wrap .sidebar {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; } }

@media (min-width: 992px) {
  .full-width-content .content-sidebar-wrap .content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 992px) {
  .sidebar-content .content-sidebar-wrap .content {
    left: 33.33333%; }
  .sidebar-content .content-sidebar-wrap .sidebar {
    right: 66.66667%; } }

.nav-primary {
  z-index: 10; }
  @media (min-width: 1650px) {
    .nav-primary {
      margin-top: 90px; } }
  .nav-primary .wrap {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 544px) {
      .nav-primary .wrap {
        max-width: 576px; } }
    @media (min-width: 768px) {
      .nav-primary .wrap {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .nav-primary .wrap {
        max-width: 940px; } }
    @media (min-width: 1200px) {
      .nav-primary .wrap {
        max-width: 1140px; } }
    @media (min-width: 768px) {
      .nav-primary .wrap {
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 767px) {
      .nav-primary .wrap {
        max-width: none; } }
  .nav-primary ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-primary li {
    display: block; }
  .nav-primary .menu {
    display: none; }
    @media (min-width: 768px) {
      .nav-primary .menu {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    @media (min-width: 1200px) {
      .nav-primary .menu {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  @media (min-width: 768px) {
    .nav-primary #menu-item-1683 .sub-menu .sub-menu {
      right: 100%;
      left: auto;
      margin-left: -99999px;
      margin-right: 0; } }
  .nav-primary .menu-item {
    position: relative;
    z-index: 10; }
    @media (min-width: 768px) {
      .nav-primary .menu-item {
        z-index: inherit; }
        .nav-primary .menu-item:last-child .sub-menu {
          left: auto;
          right: 0;
          margin-left: -99999px;
          margin-right: 0; } }
    .nav-primary .menu-item a {
      display: block;
      padding: 12px 12px;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 700;
      color: #333;
      text-decoration: none; }
      .nav-primary .menu-item a:focus, .nav-primary .menu-item a:hover {
        color: #3aac25; }
    .nav-primary .menu-item.current-menu-item > a {
      color: #3aac25; }
    .nav-primary .menu-item.menu-item-has-children > .mobile-dropdown-toggle {
      position: absolute;
      top: 0;
      right: 0;
      height: 48px;
      width: 48px;
      z-index: 15;
      font-size: 1.3em;
      opacity: .7;
      text-align: center;
      line-height: 48px;
      cursor: pointer; }
      .nav-primary .menu-item.menu-item-has-children > .mobile-dropdown-toggle::before {
        display: inline-block;
        font-family: 'FontAwesome', serif;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s; }
      .nav-primary .menu-item.menu-item-has-children > .mobile-dropdown-toggle.active::before {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      @media (min-width: 768px) {
        .nav-primary .menu-item.menu-item-has-children > .mobile-dropdown-toggle {
          display: none; } }
    .nav-primary .menu-item .sub-menu {
      background-color: #d9d9d9;
      display: none; }
      .nav-primary .menu-item .sub-menu li a {
        padding-left: 24px; }
      .nav-primary .menu-item .sub-menu li li a {
        padding-left: 36px; }
      .nav-primary .menu-item .sub-menu li li li a {
        padding-left: 48px; }
      .nav-primary .menu-item .sub-menu .sub-menu {
        background-color: #e6e6e6; }
        .nav-primary .menu-item .sub-menu .sub-menu .sub-menu {
          background-color: #f3f3f3; }
      .nav-primary .menu-item .sub-menu .menu-item:last-child .sub-menu {
        right: auto;
        margin-left: 0;
        margin-right: -99999px; }
    @media (min-width: 768px) {
      .nav-primary .menu-item .sub-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        margin-right: -99999px;
        z-index: 20;
        padding: 0; }
        .nav-primary .menu-item .sub-menu li a {
          padding: 12px 18px; }
        .nav-primary .menu-item .sub-menu li li a {
          padding: 12px 18px; }
        .nav-primary .menu-item .sub-menu li li li a {
          padding: 12px 18px; }
        .nav-primary .menu-item .sub-menu .sub-menu {
          background-color: #e6e6e6;
          top: 0;
          left: 100%; }
        .nav-primary .menu-item .sub-menu > .menu-item-has-children > a span::after,
        .nav-primary .menu-item .sub-menu > .menu-item-has-children > a span::before {
          content: '';
          font-size: .7em;
          line-height: 17px;
          position: relative;
          top: 1px; }
      .nav-primary .menu-item:not(.sub-right) .sub-menu > .menu-item-has-children > a span::after {
        display: inline-block;
        font-family: 'FontAwesome', serif;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        margin-left: 1em;
        float: right; }
      .nav-primary .menu-item.sub-right .sub-menu {
        left: auto;
        right: 0;
        margin-right: 0;
        margin-left: -99999px;
        text-align: right; }
        .nav-primary .menu-item.sub-right .sub-menu > .menu-item-has-children > a span::before {
          display: inline-block;
          font-family: 'FontAwesome', serif;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "";
          margin-right: 1em;
          float: left; }
        .nav-primary .menu-item.sub-right .sub-menu .sub-menu {
          top: 0;
          left: auto;
          right: 100%; } }
  .nav-primary .mobile-menu-toggle {
    padding: 12px 12px;
    background: #061929;
    color: white;
    position: relative;
    box-sizing: content-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700; }
    .nav-primary .mobile-menu-toggle:focus, .nav-primary .mobile-menu-toggle:hover {
      cursor: pointer; }
    @media (min-width: 768px) {
      .nav-primary .mobile-menu-toggle {
        display: none; } }
    .nav-primary .mobile-menu-toggle__icon {
      width: 24px;
      height: 28px;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer;
      position: absolute;
      right: 13px;
      bottom: 19px;
      margin: 0;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      z-index: 5; }
      .nav-primary .mobile-menu-toggle__icon span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        border-radius: 1px;
        left: 0;
        -webkit-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        background: white; }
        .nav-primary .mobile-menu-toggle__icon span:nth-child(1) {
          top: 14px;
          -webkit-transform-origin: left center;
          transform-origin: left center; }
        .nav-primary .mobile-menu-toggle__icon span:nth-child(2) {
          top: 22px;
          -webkit-transform-origin: left center;
          transform-origin: left center; }
        .nav-primary .mobile-menu-toggle__icon span:nth-child(3) {
          top: 30px;
          -webkit-transform-origin: left center;
          transform-origin: left center; }
    .nav-primary .mobile-menu-toggle.open .mobile-menu-toggle__icon span:nth-child(1) {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 14px;
      left: 3px; }
    .nav-primary .mobile-menu-toggle.open .mobile-menu-toggle__icon span:nth-child(2) {
      width: 0;
      opacity: 0;
      filter: alpha(opacity=0); }
    .nav-primary .mobile-menu-toggle.open .mobile-menu-toggle__icon span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 31px;
      left: 3px; }

/*********************
ACCESSIBILITY
*********************/
.genesis-skip-link {
  margin: 0; }

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none; }

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden; }

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #777;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); }

.more-link {
  position: relative; }

/*********************
FORM ELEMENTS
*********************/
label, input[type=button], input[type=submit], button {
  cursor: pointer; }

input,
textarea,
select {
  padding: 12px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  border: none;
  border-radius: 0;
  background: white;
  border: 1px solid #ccc;
  -webkit-transition: all .3s;
  transition: all .3s; }
  input:focus, input:active,
  textarea:focus,
  textarea:active,
  select:focus,
  select:active {
    outline: 0;
    border-color: #3aac25; }

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

::-moz-placeholder {
  color: #777; }

/* firefox 19+ */
:-ms-input-placeholder {
  color: #777; }

/* ie */
:-moz-placeholder {
  color: #777; }

/*********************
GRAVITY FORM STYLES 
*********************/
.gform_wrapper ul li {
  list-style-type: none;
  margin-left: 0; }

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="password"],
.gform_wrapper select,
.gform_wrapper textarea {
  width: 100%; }

.gform_wrapper button {
  padding: 0;
  border: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  padding: 14px 0;
  float: right;
  clear: both; }
  .gform_wrapper button span {
    padding: 18px 48px;
    padding-right: 112px;
    background-color: #061929;
    position: relative;
    vertical-align: top;
    line-height: 30px;
    color: white; }
    .gform_wrapper button span:before {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 10;
      height: 58px;
      width: 90px;
      background-color: #058dbc;
      border-bottom: 58px solid transparent;
      border-left: 40px solid #061929;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .gform_wrapper button span:after {
      content: '\f105';
      font-family: FontAwesome;
      position: absolute;
      top: 15px;
      z-index: 10;
      margin-left: 67px;
      font-size: 30px;
      line-height: 27px;
      color: #058dbc;
      background-color: white;
      width: 28px;
      height: 28px;
      border-radius: 14px;
      padding-left: 3px;
      display: inline-block;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
  .gform_wrapper button:focus span:before, .gform_wrapper button:hover span:before {
    background-color: #3aac25; }
  .gform_wrapper button:focus span:after, .gform_wrapper button:hover span:after {
    color: #3aac25;
    background-color: white;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }

.gfield {
  margin-bottom: 24px; }

.gfield_label {
  display: block; }

.gform_description {
  display: block; }

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

.gform_hidden {
  display: none; }

.gfield_visibility_hidden {
  display: none; }

/*********************
GRAVITY FORM CONFIRMATIONS
*********************/
.gform_confirmation_wrapper {
  margin: 24px 0; }

.gform_confirmation_message {
  color: #3aac25; }

/*********************
GRAVITY FORM ERRORS
*********************/
.validation_error {
  padding: 12px;
  color: red;
  border-top: 1px solid red;
  border-bottom: 1px solid red;
  margin-bottom: 24px;
  display: none; }

.gform_validation_container {
  display: none !important; }

.gfield_error input, .gfield_error select, .gfield_error textarea {
  border-color: red; }

.validation_message {
  position: absolute; }

.validation_message {
  font-size: .75em;
  color: red; }

/*********************
CONTENT FORMS
*********************/
#gform_wrapper_3 #field_3_1 label,
#gform_wrapper_3 #field_3_7 label,
#gform_wrapper_3 #field_3_11 label,
#gform_wrapper_3 #field_3_9 label,
#gform_wrapper_3 #field_3_10 label {
  display: none; }

@media (min-width: 768px) {
  #gform_wrapper_3 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  #gform_wrapper_3 li {
    width: 48%; }
  #gform_wrapper_3 #field_3_2 label {
    display: inline-block; } }

#gform_wrapper_4 #field_4_3 label,
#gform_wrapper_4 #field_4_19 label,
#gform_wrapper_4 #field_4_18 label,
#gform_wrapper_4 #field_4_13 label,
#gform_wrapper_4 #field_4_22 label,
#gform_wrapper_4 #field_4_23 label,
#gform_wrapper_4 #field_4_24 label,
#gform_wrapper_4 #field_4_25 label,
#gform_wrapper_4 #field_4_28 label,
#gform_wrapper_4 #field_4_29 label,
#gform_wrapper_4 #field_4_30 label,
#gform_wrapper_4 #field_4_31 label,
#gform_wrapper_4 #field_4_12 label,
#gform_wrapper_4 #field_4_34 label,
#gform_wrapper_4 #field_4_35 label,
#gform_wrapper_4 #field_4_36 label {
  display: none; }

@media (min-width: 768px) {
  #gform_wrapper_4 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  #gform_wrapper_4 li {
    width: 48%; }
  #gform_wrapper_4 .gfield_html,
  #gform_wrapper_4 #field_4_33,
  #gform_wrapper_4 #field_4_11 {
    width: 100%; }
    #gform_wrapper_4 .gfield_html li,
    #gform_wrapper_4 #field_4_33 li,
    #gform_wrapper_4 #field_4_11 li {
      width: 100%; }
      #gform_wrapper_4 .gfield_html li:last-child,
      #gform_wrapper_4 #field_4_33 li:last-child,
      #gform_wrapper_4 #field_4_11 li:last-child {
        margin-bottom: 0; }
  #gform_wrapper_4 #field_4_4 label {
    display: inline-block; }
  #gform_wrapper_4 #field_4_6,
  #gform_wrapper_4 #field_4_8,
  #gform_wrapper_4 #field_4_5,
  #gform_wrapper_4 #field_4_7,
  #gform_wrapper_4 #field_4_20 {
    width: calc(92% / 3);
    margin: 24px 0 48px; }
  #gform_wrapper_4 #field_4_15 {
    margin: 24px 0; }
  #gform_wrapper_4 #field_4_17 .clear-multi {
    padding-left: 0; } }

#gform_wrapper_5 #field_5_1 label,
#gform_wrapper_5 #field_5_3 label,
#gform_wrapper_5 #field_5_2 label,
#gform_wrapper_5 #field_5_5 label {
  display: none; }

#gform_wrapper_5 #field_5_6 input[type=button] {
  margin-left: 10px; }

#gform_wrapper_5 #field_5_7 {
  color: red; }
  #gform_wrapper_5 #field_5_7 a {
    color: #061929; }

@media (min-width: 768px) {
  #gform_wrapper_5 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  #gform_wrapper_5 li {
    width: 48%; }
  #gform_wrapper_5 #field_5_4 label {
    display: inline-block; }
  #gform_wrapper_5 #field_5_4 .ginput_container {
    display: inline-block;
    width: calc(100% - 130px);
    margin-left: 13px; }
  #gform_wrapper_5 #field_5_7,
  #gform_wrapper_5 #field_5_5,
  #gform_wrapper_5 #field_5_6 {
    width: 100%; } }

.content .gform_wrapper,
.content-bricks .gform_wrapper {
  max-width: 730px;
  margin: 0 auto; }
  .content .gform_wrapper li,
  .content-bricks .gform_wrapper li {
    margin-bottom: 18px; }
  .content .gform_wrapper label,
  .content-bricks .gform_wrapper label {
    color: #061929;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 24px; }
    .content .gform_wrapper label span,
    .content-bricks .gform_wrapper label span {
      margin-left: 6px;
      color: red; }
  .content .gform_wrapper .gfield_html,
  .content-bricks .gform_wrapper .gfield_html {
    margin-bottom: 12px; }
    .content .gform_wrapper .gfield_html h3,
    .content-bricks .gform_wrapper .gfield_html h3 {
      margin-top: 24px;
      margin-bottom: 12px; }
    .content .gform_wrapper .gfield_html li:last-child,
    .content-bricks .gform_wrapper .gfield_html li:last-child {
      margin-bottom: 0; }
  .content .gform_wrapper .gfield_checkbox li input,
  .content-bricks .gform_wrapper .gfield_checkbox li input {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px; }
  .content .gform_wrapper .gfield_checkbox li label,
  .content-bricks .gform_wrapper .gfield_checkbox li label {
    width: calc(100% - 20px);
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    color: #777;
    text-transform: none;
    font-weight: normal; }
  .content .gform_wrapper .clear-multi,
  .content-bricks .gform_wrapper .clear-multi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .content .gform_wrapper .clear-multi .ginput_container_time,
    .content-bricks .gform_wrapper .clear-multi .ginput_container_time {
      width: calc(50% - 32px); }
      .content .gform_wrapper .clear-multi .ginput_container_time select,
      .content .gform_wrapper .clear-multi .ginput_container_time input,
      .content-bricks .gform_wrapper .clear-multi .ginput_container_time select,
      .content-bricks .gform_wrapper .clear-multi .ginput_container_time input {
        padding: 12px 8px; }
      .content .gform_wrapper .clear-multi .ginput_container_time:last-child,
      .content-bricks .gform_wrapper .clear-multi .ginput_container_time:last-child {
        width: 64px; }
    .content .gform_wrapper .clear-multi label,
    .content-bricks .gform_wrapper .clear-multi label {
      margin-top: 14px; }
  .content .gform_wrapper .gfield_time_hour input,
  .content .gform_wrapper .gfield_time_minute input,
  .content-bricks .gform_wrapper .gfield_time_hour input,
  .content-bricks .gform_wrapper .gfield_time_minute input {
    width: calc(100% - 44px); }
  .content .gform_wrapper .gform_drop_area,
  .content-bricks .gform_wrapper .gform_drop_area {
    margin-bottom: 12px; }
  .content .gform_wrapper input[type=button],
  .content-bricks .gform_wrapper input[type=button] {
    background-color: #3aac25;
    color: white; }
  @media (min-width: 768px) {
    .content .gform_wrapper label,
    .content-bricks .gform_wrapper label {
      margin-top: 0; }
    .content .gform_wrapper .clear-multi,
    .content-bricks .gform_wrapper .clear-multi {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding-left: 10px;
      width: calc(100% - 51px); } }

@media (min-width: 1200px) {
  .header__container.sticky {
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }
    .header__container.sticky .site-header {
      padding: 6px 15px 0; }
      .header__container.sticky .site-header .wrap {
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px; } }
      @media (min-width: 1200px) and (min-width: 544px) {
        .header__container.sticky .site-header .wrap {
          max-width: 576px; } }
      @media (min-width: 1200px) and (min-width: 768px) {
        .header__container.sticky .site-header .wrap {
          max-width: 720px; } }
      @media (min-width: 1200px) and (min-width: 992px) {
        .header__container.sticky .site-header .wrap {
          max-width: 940px; } }
      @media (min-width: 1200px) and (min-width: 1200px) {
        .header__container.sticky .site-header .wrap {
          max-width: 1140px; } }

@media (min-width: 1200px) {
    .header__container.sticky .site-title a {
      height: 50px;
      background-size: contain; }
    .header__container.sticky .header-logos {
      display: none; }
    .header__container.sticky .header-social {
      top: 8px; } }

@media (min-width: 1650px) {
  .header__container.sticky .site-header .wrap {
    max-width: none; }
  .header__container.sticky .site-title {
    margin-top: 2px; }
  .header__container.sticky .header-social {
    margin-top: 0; }
  .header__container.sticky .nav-primary {
    margin-top: 0;
    padding-top: 12px; }
    .header__container.sticky .nav-primary li a {
      padding-bottom: 24px; }
    .header__container.sticky .nav-primary li li a {
      padding-bottom: 12px; } }

@media (min-width: 1200px) {
  .sticky-padder.sticky {
    margin-top: 135px; } }

@media (min-width: 1650px) {
  .sticky-padder.sticky {
    margin-top: 132px; } }

.site-header {
  padding: 24px 15px;
  text-align: center;
  /* for IE */
  zoom: 1; }
  .site-header:before, .site-header:after {
    content: "";
    display: table; }
  .site-header:after {
    clear: both; }
  @media (min-width: 1200px) {
    .site-header {
      padding-top: 10px;
      padding-bottom: 10px; } }
  @media (min-width: 1650px) {
    .site-header {
      width: 100%;
      position: absolute;
      top: 0; } }

@media (min-width: 544px) {
  .title-area {
    float: left; } }

.site-title {
  margin: 0 0 24px; }
  .site-title a {
    display: block;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/logo.png") left top no-repeat;
    background-size: contain;
    width: 233px;
    height: 73px;
    margin: 0 auto;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
  @media (min-width: 544px) {
    .site-title {
      margin-bottom: 36px; } }
  @media (min-width: 1200px) {
    .site-title {
      margin-bottom: 0; } }
  @media (min-width: 1650px) {
    .site-title {
      margin-top: 30px; } }

.site-description {
  display: none; }

.header-widget-area {
  clear: both;
  position: relative; }
  @media (min-width: 992px) {
    .header-widget-area {
      clear: none;
      width: calc(100% - 466px);
      float: left; } }

.header-social {
  height: 39px; }
  .header-social a {
    color: white; }
  .header-social .menu-social-menu-container {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px; }
  @media (min-width: 544px) {
    .header-social {
      position: absolute;
      top: -90px;
      right: 0; } }
  @media (min-width: 992px) {
    .header-social {
      top: 15px;
      right: -233px; } }
  @media (min-width: 1650px) {
    .header-social {
      margin-top: 50px; } }

.header-search {
  position: relative;
  display: inline-block;
  margin: 0 4px 0 4px;
  height: 38px;
  width: 36px; }
  .header-search .search-wrap {
    position: absolute;
    top: 1px;
    right: -6px;
    height: 38px;
    width: 48px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .header-search .search-wrap.show {
      width: 235px; }
      .header-search .search-wrap.show form {
        right: 0; }
  .header-search form {
    position: absolute;
    top: 0;
    right: -235px;
    z-index: 10;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  .header-search input[type="search"] {
    height: 38px;
    padding: 8px 34px 9px 18px;
    line-height: 16px;
    border-radius: 20px;
    border: none;
    background-color: #eee;
    width: 235px; }
  .header-search .header-search__close {
    position: absolute;
    top: 1px;
    right: 0;
    color: #061929;
    cursor: pointer;
    height: 36px;
    padding: 10px 15.6px 10px 6px;
    vertical-align: top;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .header-search .header-search__close:focus, .header-search .header-search__close:hover {
      color: #777; }
  .header-search .search-icon {
    position: absolute;
    top: 1px;
    right: 6px;
    font-size: 22px;
    height: 36px;
    width: 36px;
    border: none;
    background: none;
    color: #999;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .header-search .search-icon:focus, .header-search .search-icon:hover {
      color: #061929 !important; }
  .header-search input[type=submit] {
    display: none; }

.header-logos {
  display: none;
  margin-bottom: -24px; }
  .header-logos img {
    height: 46px;
    margin: 0 3px 24px; }
  @media (min-width: 544px) {
    .header-logos {
      display: block; } }
  @media (min-width: 768px) {
    .header-logos {
      margin-bottom: 0; }
      .header-logos img {
        margin: 0 4px; } }
  @media (min-width: 992px) {
    .header-logos .header-logos--wl {
      display: block;
      margin: 0 auto 18px; }
    .header-logos img {
      margin: 0; } }
  @media (min-width: 1010px) {
    .header-logos img {
      margin: 0 4px; } }
  @media (min-width: 1200px) {
    .header-logos {
      margin-top: 14px; }
      .header-logos .header-logos--wl {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 0;
        padding-right: 20px;
        border-right: 1px solid #061929; } }
  @media (min-width: 1500px) {
    .header-logos .header-logos--wl {
      margin-right: 15px;
      padding-right: 25px; }
    .header-logos img {
      margin: 0 10px; } }

.banner {
  height: 220px;
  text-align: center;
  background-size: cover;
  background-position: center left;
  background-color: #e4e4e4; }
  .banner__inner {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .banner__title {
    margin: 0;
    padding: 0; }
  .banner--home {
    height: 600px; }
  .banner h1,
  .banner h5 {
    color: white;
    margin-bottom: 0; }
  .banner h1 {
    line-height: 38px;
    font-weight: 900;
    letter-spacing: 1px; }
  .banner h5 {
    margin-top: 12px; }
  @media (min-width: 768px) {
    .banner__inner {
      text-align: left;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media (min-width: 992px) {
    .banner {
      background-position: center; }
      .banner h5,
      .banner h1 {
        max-width: 38%; }
      .banner .breadcrumbs {
        max-width: 36%; } }
  @media (min-width: 1200px) {
    .banner {
      background-position: center; }
      .banner h5,
      .banner h1 {
        max-width: 41%; }
      .banner .breadcrumbs {
        max-width: 38%; } }

/*********************
FOOTER STYLES
*********************/
.search-section {
  background-image: url("../images/club-bg.jpg");
  background-position: center;
  background-size: cover;
  height: 380px; }
  .search-section .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    padding: 0 15px; }
  .search-section h2 {
    color: white;
    margin-bottom: 36px;
    text-align: center; }
  .search-section #find-txt.error {
    border: 1px solid red; }
  .search-section #find-club {
    text-align: center; }
  .search-section input {
    padding: 16px;
    width: 260px;
    margin: 0 12px 24px; }
  .search-section .button {
    color: #061929;
    background-color: white;
    padding: 17px 121px 17px 45px;
    vertical-align: top;
    margin-left: 12px;
    margin-right: 12px; }
    .search-section .button span {
      border-bottom: 58px solid transparent;
      border-left: 40px solid white; }
      .search-section .button span i {
        top: 15px;
        margin-top: 0;
        margin-left: 2px; }
    .search-section .button:hover, .search-section .button:focus {
      outline: none; }
      .search-section .button:hover span, .search-section .button:focus span {
        background-color: #3aac25; }
        .search-section .button:hover span i, .search-section .button:focus span i {
          background-color: white;
          color: #3aac25; }

body .search-section .button {
  color: #061929; }
  body .search-section .button:focus, body .search-section .button:hover {
    color: #061929; }

.footer-logos {
  background-color: #c7c7c7;
  overflow: hidden; }
  .footer-logos .arrow {
    position: relative;
    margin: 0 auto; }
    @media (min-width: 544px) {
      .footer-logos .arrow {
        max-width: 576px; } }
    @media (min-width: 768px) {
      .footer-logos .arrow {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .footer-logos .arrow {
        max-width: 940px; } }
    @media (min-width: 1200px) {
      .footer-logos .arrow {
        max-width: 1140px; } }
    .footer-logos .arrow:before {
      content: '';
      position: absolute;
      top: -44px;
      left: -65px;
      border-top: 114px solid transparent;
      border-bottom: 114px solid transparent;
      border-right: 65px solid #d4d4d4; }
    .footer-logos .arrow:after {
      content: '';
      position: absolute;
      top: -44px;
      right: -65px;
      border-top: 114px solid transparent;
      border-bottom: 114px solid transparent;
      border-left: 65px solid #d4d4d4; }
  .footer-logos .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 140px;
    background-color: white;
    position: relative; }
    .footer-logos .wrap:before {
      content: '';
      position: absolute;
      top: 0;
      left: -40px;
      border-top: 70px solid transparent;
      border-bottom: 70px solid transparent;
      border-right: 40px solid white; }
    .footer-logos .wrap:after {
      content: '';
      position: absolute;
      top: 0;
      right: -40px;
      border-top: 70px solid transparent;
      border-bottom: 70px solid transparent;
      border-left: 40px solid white;
      z-index: 10; }
  .footer-logos .logo-slider {
    width: 100%; }
  .footer-logos .carousel-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 80px; }
  @media (min-width: 500px) {
    .footer-logos .carousel-cell {
      width: 50%; } }
  @media (min-width: 768px) {
    .footer-logos .carousel-cell {
      width: calc(100% / 3); } }
  @media (min-width: 992px) {
    .footer-logos .carousel-cell {
      width: 25%; } }
  @media (min-width: 1200px) {
    .footer-logos .carousel-cell {
      width: calc(100% / 6); } }

.footer-form {
  background: -webkit-linear-gradient(left, #65bc28, #1ca123);
  background: linear-gradient(90deg, #65bc28, #1ca123);
  padding: 48px 0;
  /* for IE */
  zoom: 1; }
  .footer-form:before, .footer-form:after {
    content: "";
    display: table; }
  .footer-form:after {
    clear: both; }
  .footer-form .gform_title {
    font-weight: 900;
    font-size: 60px;
    color: white;
    line-height: 50px;
    margin-bottom: 0;
    letter-spacing: 3px; }
  .footer-form .gform_description {
    font-weight: 900;
    font-size: 27px;
    line-height: 27px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px;
    margin-bottom: 24px; }
  .footer-form .gform_confirmation_message {
    color: white; }
  .footer-form label {
    display: none; }
  .footer-form input {
    padding: 16px; }
  .footer-form button:focus span:before, .footer-form button:hover span:before {
    background-color: white; }
  .footer-form button:focus span:after, .footer-form button:hover span:after {
    color: white;
    background-color: #061929; }
  @media (min-width: 768px) {
    .footer-form #field_1_1,
    .footer-form #field_1_2 {
      float: left;
      width: 48%; }
    .footer-form #field_1_2 {
      margin-left: 4%; } }
  @media (min-width: 992px) {
    .footer-form #field_1_1,
    .footer-form #field_1_2 {
      width: 35%; }
    .footer-form #field_1_2 {
      margin-left: 2.66%; }
    .footer-form button {
      clear: none; } }
  @media (min-width: 1200px) {
    .footer-form .gform_heading {
      float: left; }
    .footer-form .gform_description {
      margin-bottom: 0; }
    .footer-form #field_1_1,
    .footer-form #field_1_2 {
      width: 24.4%;
      margin-top: 12px;
      margin-bottom: 0; }
    .footer-form #field_1_1 {
      margin-left: 4%; }
    .footer-form #field_1_2 {
      margin-left: 2%; }
    .footer-form button {
      margin-top: 12px; } }

.site-footer {
  background-color: #061929; }
  .site-footer .pre-footer {
    position: relative;
    padding: 36px 0 18px;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px; }
    .site-footer .pre-footer img {
      margin-bottom: 24px; }
    .site-footer .pre-footer p {
      color: white;
      margin-bottom: 6px; }
    .site-footer .pre-footer a,
    .site-footer .pre-footer a:visited {
      color: white;
      display: block;
      margin-bottom: 6px; }
      .site-footer .pre-footer a:hover, .site-footer .pre-footer a:focus,
      .site-footer .pre-footer a:visited:hover,
      .site-footer .pre-footer a:visited:focus {
        color: #3aac25;
        text-decoration: none; }
    .site-footer .pre-footer .menu {
      margin: 24px 0 12px; }
    .site-footer .pre-footer .email i {
      font-size: 6px;
      margin-top: 9px;
      vertical-align: top; }
    @media (min-width: 768px) {
      .site-footer .pre-footer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end; }
        .site-footer .pre-footer .logo-col {
          width: 100%;
          position: absolute;
          top: 24px; }
        .site-footer .pre-footer .address-col {
          text-align: left; }
        .site-footer .pre-footer .contact-col {
          text-align: right; } }
    @media (min-width: 992px) {
      .site-footer .pre-footer .phone {
        margin-right: 12px;
        padding-right: 12px;
        border-right: 2px solid white;
        line-height: 14px; }
      .site-footer .pre-footer .phone,
      .site-footer .pre-footer .fax {
        display: inline-block; } }
    @media (min-width: 1200px) {
      .site-footer .pre-footer .logo-col {
        top: 31px; }
      .site-footer .pre-footer .menu {
        margin-top: 0; } }
  .site-footer .footer {
    border-top: 1px solid white;
    font-size: 12px;
    text-transform: uppercase;
    color: white;
    padding-top: 18px;
    padding-bottom: 18px; }
    .site-footer .footer a,
    .site-footer .footer a:visited {
      color: white; }
      .site-footer .footer a:hover, .site-footer .footer a:focus,
      .site-footer .footer a:visited:hover,
      .site-footer .footer a:visited:focus {
        color: #3aac25;
        text-decoration: none; }
  .site-footer .footer--copyright {
    text-align: center; }
    .site-footer .footer--copyright .copyright-menu-container {
      display: inline-block; }
      .site-footer .footer--copyright .copyright-menu-container .menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        margin: 0; }
        .site-footer .footer--copyright .copyright-menu-container .menu-item::before {
          margin: 0 .5em;
          content: '\7c'; }
    .site-footer .footer--copyright .footer__column:not(:last-child) {
      margin-bottom: 12px; }
    @media (min-width: 768px) {
      .site-footer .footer--copyright {
        text-align: left; }
        .site-footer .footer--copyright .footer__inner {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
        .site-footer .footer--copyright .footer__column:not(:last-child) {
          margin-bottom: 0; }
        .site-footer .footer--copyright .footer__column--right {
          text-align: right; } }

.breadcrumbs .wrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0; }
  @media (min-width: 544px) {
    .breadcrumbs .wrap {
      max-width: 576px; } }
  @media (min-width: 768px) {
    .breadcrumbs .wrap {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .breadcrumbs .wrap {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .breadcrumbs .wrap {
      max-width: 1140px; } }

.breadcrumbs__inner {
  color: #111;
  text-transform: uppercase;
  font-size: 14px;
  padding-top: 18px; }

.breadcrumbs a, .breadcrumbs a:visited {
  color: white; }

.breadcrumbs__sep {
  margin: 0 0.5em;
  color: white; }

.widget h4 {
  margin: 0; }

.widget ul,
.widget ol {
  padding: 0; }

.widget li {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  /* remove the border for the last item in a list */ }
  .widget li:last-child {
    border-bottom: 0; }

/*********************
FOOTER WIDGETS 
*********************/
.footer-widgets {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  clear: both;
  /* overrides for the featured posts */ }
  .footer-widgets h4 {
    background: none;
    border: none;
    margin: 0 0 5px;
    padding: 0; }
  .footer-widgets p {
    font-size: inherit;
    line-height: inherit;
    margin: 0 0 10px; }
  .footer-widgets .widget {
    background: none;
    border: 0;
    margin: 0 0 15px;
    padding: 20px 20px 0; }
    .footer-widgets .widget ul,
    .footer-widgets .widget ol {
      padding: 0; }
  .footer-widgets .featuredpage .page,
  .footer-widgets .featuredpost .post {
    margin: 0 0 10px;
    padding: 0; }
  .footer-widgets .textwidget {
    padding: 0; }

@media (min-width: 992px) {
  .footer-widgets .widget {
    padding: 0; } }

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 0 auto;
  font: 9pt Arial, sans-serif;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }

.ui-datepicker a {
  text-decoration: none; }

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse; }

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #e0e0e0;
  font-weight: bold;
  box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  text-shadow: 1px -1px 0px #000;
  -webkit-filter: dropshadow(color=#000, offx=1, offy=-1);
          filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  min-height: 30px !important;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #666; }

.ui-datepicker-title {
  text-align: center; }

.ui-datepicker-title select {
  margin-top: 2.5%; }

.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url("../images/datepicker-arrow.png");
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden; }

.ui-datepicker-prev {
  float: left;
  background-position: center -30px; }

.ui-datepicker-next {
  float: right;
  background-position: center 0px; }

.ui-datepicker thead {
  background: #f7f7f7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
  border-bottom: 1px solid #bbb; }

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  -webkit-filter: dropshadow(color=#fff, offx=1, offy=0);
          filter: dropshadow(color=#fff, offx=1, offy=0); }

.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb; }

.ui-datepicker tbody td:last-child {
  border-right: 0px; }

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb; }

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  -webkit-filter: dropshadow(color=#fff, offx=1, offy=1);
          filter: dropshadow(color=#fff, offx=1, offy=1); }

.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
  background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5); }

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7; }

.ui-datepicker-calendar .ui-state-active {
  background: #FFF2AA;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  color: #666;
  /* set the active date font color */
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px 0px #FFF;
  -webkit-filter: dropshadow(color=#FFF, offx=0, offy=1);
          filter: dropshadow(color=#FFF, offx=0, offy=1);
  position: relative;
  margin: -1px; }

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3; }

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0; }

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0; }

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0; }

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7; }

table.ui-datepicker-calendar {
  margin: 0 0 0 0 !important; }

body div#ui-datepicker-div[style] {
  z-index: 9999 !important; }

.contact_details {
  margin-bottom: 48px; }
  .contact_details [itemprop='name'] {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden; }
  .contact_details i {
    width: 30px; }
  .contact_details .address-title {
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    color: #058dbc;
    margin-top: 24px; }

.comp {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  position: relative; }

#comp-tabs {
  margin-top: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 24px;
  border-bottom: 2px solid #ccc; }
  #comp-tabs > ul {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%; }
    @media (min-width: 768px) {
      #comp-tabs > ul {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
    @media (min-width: 992px) {
      #comp-tabs > ul {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
            -ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;
        max-width: 16.66667%; } }
  #comp-tabs .tab-wrap {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%; }
    @media (min-width: 768px) {
      #comp-tabs .tab-wrap {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%; } }
    @media (min-width: 992px) {
      #comp-tabs .tab-wrap {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
            -ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;
        max-width: 83.33333%; } }
  @media (min-width: 992px) {
    #comp-tabs .feature-post {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  #comp-tabs h2 {
    text-align: center; }
  #comp-tabs h2 + hr {
    margin-bottom: 36px; }

#comp-tabs > ul {
  margin-bottom: 48px; }
  #comp-tabs > ul li {
    text-align: center;
    border-bottom: 1px solid #ccc; }
    #comp-tabs > ul li:last-of-type {
      border-bottom: 0; }
  #comp-tabs > ul a {
    padding: 20px 10px;
    font-size: 14px;
    letter-spacing: .05em;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: #061929;
    background-color: #ccc; }
    #comp-tabs > ul a:focus, #comp-tabs > ul a:hover {
      background-color: #0b2c48;
      text-decoration: none;
      color: white; }
  #comp-tabs > ul .ui-state-active a {
    color: white;
    background-color: #058dbc;
    /*  @include hover-focus {
            color: white;
          }*/ }
  @media (min-width: 768px) {
    #comp-tabs > ul a {
      text-align: right;
      padding: 15px 20px; } }

#comp-tabs .watch-youtube {
  text-align: center;
  padding: 24px;
  clear: both; }

.comp-tabs-loader {
  color: #3aac25;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center; }

/* POSTS */
.post {
  margin-top: 48px;
  margin-bottom: 48px; }
  .post__image {
    margin-bottom: 24px; }
    .post__image a {
      display: block; }
  .post .entry-title {
    margin: 0; }
  .post .entry-meta {
    font-size: .9em;
    text-transform: uppercase; }

.single-post .banner {
  display: none; }
  @media (min-width: 768px) {
    .single-post .banner {
      background-position: center;
      display: block; } }

@media (min-width: 992px) {
  .full-width-content.single .content-sidebar-wrap .content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }

.blog .post,
.archive .post {
  max-width: 360px;
  margin: 48px auto; }
  .blog .post .entry-title,
  .archive .post .entry-title {
    padding: 0; }
    .blog .post .entry-title a,
    .archive .post .entry-title a {
      color: #061929; }
  .blog .post__image, .blog .post__detail,
  .archive .post__image,
  .archive .post__detail {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%; }
  @media (min-width: 768px) {
    .blog .post,
    .archive .post {
      max-width: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-left: -15px;
      margin-right: -15px; }
      .blog .post__image,
      .archive .post__image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; }
      .blog .post__detail,
      .archive .post__detail {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; } }
  @media (min-width: 992px) {
    .blog .post__image,
    .archive .post__image {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .blog .post__detail,
    .archive .post__detail {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66.66667%;
          -ms-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%; } }

.pagination {
  margin: 40px 0;
  text-align: right; }
  .pagination li {
    display: inline-block;
    margin: 0 5px; }

@media (min-width: 992px) {
  .full-width-content.blog .content-sidebar-wrap .content, .full-width-content.archive .content-sidebar-wrap .content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }

/* BRICKS */
.content-bricks {
  margin-top: 48px;
  margin-bottom: 48px; }

.content-brick {
  margin-bottom: 48px; }
  .content-brick--content p,
  .content-brick--content ul,
  .content-brick--content ol,
  .content-brick--content blockquote {
    margin-bottom: 24px; }
  .content-brick--content ul {
    margin-bottom: 24px;
    list-style: none; }
    .content-brick--content ul li {
      margin-left: 30px;
      margin-bottom: 6px; }
      .content-brick--content ul li:before {
        content: "\f14a";
        font-family: FontAwesome;
        font-size: 16px;
        display: inline-block;
        margin-left: -25px;
        margin-right: 12px;
        color: #058dbc; }
  .content-brick--content .gform_body ul li {
    margin-left: 0; }
    .content-brick--content .gform_body ul li:before {
      content: none; }
  .content-brick--content ol {
    counter-reset: li; }
  .content-brick--content ol > li {
    position: relative;
    margin: 0 0 18px 2em;
    padding: 3px 18px;
    list-style: none; }
  .content-brick--content ol > li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: -1px;
    left: -2em;
    box-sizing: border-box;
    width: 2em;
    line-height: 33px;
    color: #fff;
    background-color: #058dbc;
    border-radius: 30px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    text-align: center; }
  .content-brick--content li ol,
  .content-brick--content li ul {
    margin-top: 6px; }
  .content-brick--content ol ol li:last-child {
    margin-bottom: 0; }
  .content-brick--content li {
    margin-left: 24px; }
  .content-brick--content blockquote {
    padding: 0 24px;
    color: #3aac25;
    border-left: 2px solid currentcolor; }
  .content-brick:not(.content-brick--full) .content-brick__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 544px) {
      .content-brick:not(.content-brick--full) .content-brick__container {
        max-width: 576px; } }
    @media (min-width: 768px) {
      .content-brick:not(.content-brick--full) .content-brick__container {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .content-brick:not(.content-brick--full) .content-brick__container {
        max-width: 940px; } }
    @media (min-width: 1200px) {
      .content-brick:not(.content-brick--full) .content-brick__container {
        max-width: 1140px; } }
  .content-brick.content-brick--full .content-brick__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0; }
  .content-brick__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
  .content-brick__column {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%; }
    .content-brick__column--main > *:last-child {
      margin-bottom: 0; }
    @media (min-width: 992px) {
      .content-brick--large .content-brick__column--main {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0%; }
      .content-brick--small .content-brick__column--main {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%;
        margin-left: 16.66667%; } }
  .content-sidebar-wrap .content-brick .content-brick__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0; }
  .content-sidebar-wrap .content-brick .content-brick__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0; }
  .content-sidebar-wrap .content-brick .content-brick__column--main {
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
    @media (min-width: 992px) {
      .content-sidebar-wrap .content-brick .content-brick__column--main {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0%; } }

.content-brick--single-heading {
  text-align: center; }
  .content-brick--single-heading hr {
    margin-bottom: -12px !important; }

.content-brick--double-heading {
  text-align: center; }
  .content-brick--double-heading__line-1 {
    margin-bottom: 12px; }

.content-brick--two-column-content__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

@media (min-width: 992px) {
  .content-brick--two-column-content__column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
    .content-brick--two-column-content__column > *:last-child {
      margin-bottom: 0; } }

.content-brick--important {
  text-align: center;
  font-size: 18px; }
  .content-brick--important p {
    padding: 0 15px;
    color: #058dbc; }
    @media (min-width: 768px) {
      .content-brick--important p {
        padding: 0 30px; } }
  .content-brick--important hr {
    margin-top: 42px; }

.content-brick--cta-button {
  text-align: center; }

.content-brick--image-set img {
  width: 100%;
  max-width: none; }

.content-brick--image-set--has-gap .content-brick--image-set__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.content-brick--image-set:not(.content-brick--image-set--has-gap) .content-brick--image-set__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0; }

.content-brick--image-set--has-gap .content-brick--image-set__image {
  margin-bottom: 24px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }

.content-brick--image-set:not(.content-brick--image-set--has-gap) .content-brick--image-set__image {
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  width: 100%; }

@media (min-width: 768px) {
  .content-brick--image-set--has-gap .content-brick--image-set__image {
    margin-bottom: 0; }
  .content-brick--image-set--image-count-1 .content-brick--image-set__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .content-brick--image-set--image-count-2 .content-brick--image-set__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .content-brick--image-set--image-count-3 .content-brick--image-set__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; } }

.content-brick--video {
  color: white; }
  .content-brick--video__container {
    width: 100%; }
  .content-brick--video__inner {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .content-brick--video__embed {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50; }
    .content-brick--video__embed iframe {
      width: 100%;
      height: 100%; }
  .content-brick--video__play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.25);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .content-brick--video__play--no-splash {
      display: none; }
    .content-brick--video__play > * {
      position: relative;
      z-index: 10; }
      .content-brick--video__play > *:before {
        content: '';
        position: absolute;
        display: block;
        top: -5px;
        bottom: -5px;
        left: -5px;
        right: -5px;
        border-radius: 50%;
        z-index: -2; }
    .content-brick--video__play .icon i {
      border: 2px solid currentcolor;
      border-radius: 50%;
      width: 58px;
      height: 58px;
      line-height: 58px;
      font-size: 25px;
      -webkit-transition: -webkit-transform .2s;
      transition: -webkit-transform .2s;
      transition: transform .2s;
      transition: transform .2s, -webkit-transform .2s; }
      .content-brick--video__play .icon i:before {
        position: relative;
        top: -1px;
        right: -3px; }
    .content-brick--video__play .text {
      font-size: 18px;
      margin-top: 10px;
      letter-spacing: 0.08em;
      font-weight: 700; }
      @media (min-width: 600px) {
        .content-brick--video__play .text {
          margin-top: 20px;
          font-size: 28px; } }
    .content-brick--video__play:hover .icon i {
      -webkit-transform: scale(1.06);
              transform: scale(1.06); }
  .content-brick--video--has-splash .content-brick--video__embed {
    display: none; }
  .content-brick--video .video-block__caption {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    margin-top: 5px; }
    .content-brick--video .video-block__caption i {
      display: block;
      margin-top: 5px;
      font-family: "Roboto", sans-serif;
      text-transform: uppercase;
      font-size: 12px;
      font-style: normal;
      line-height: 12px; }

.content-brick--map__container {
  width: 100%;
  height: 360px; }

.placecard__container {
  position: absolute;
  z-index: 100;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  width: 330px;
  max-width: calc(100% - 50px);
  background: white none repeat scroll 0% 0%/auto padding-box border-box;
  border-radius: 2px 2px 2px 2px;
  font: normal normal normal normal 11px / normal Roboto, Arial, sans-serif;
  margin: 10px;
  padding: 9px 4px 9px 11px;
  overflow: hidden; }

.placecard__left {
  float: left;
  width: 75%; }

.placecard__right {
  text-align: center;
  float: left;
  width: 25%; }

.placecard__business-name {
  cursor: default;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
  -webkit-perspective-origin: 100px 9.5px;
          perspective-origin: 100px 9.5px;
  -webkit-transform-origin: 100px 9.5px;
          transform-origin: 100px 9.5px;
  font: normal normal 500 normal 14px / normal Roboto, Arial;
  overflow: hidden;
  margin: 0; }

.placecard__info {
  color: #5b5b5b;
  cursor: default;
  width: 200px;
  -webkit-column-rule-color: #5b5b5b;
     -moz-column-rule-color: #5b5b5b;
          column-rule-color: #5b5b5b;
  -webkit-perspective-origin: 100px 16px;
          perspective-origin: 100px 16px;
  -webkit-transform-origin: 100px 16px;
          transform-origin: 100px 16px;
  border: 0px none #5b5b5b;
  font: normal normal normal normal 12px / normal Roboto, Arial;
  margin: 6px 0px 0px;
  outline: #5b5b5b none 0px; }

.placecard__direction-icon {
  background: rgba(0, 0, 0, 0) url("https://maps.gstatic.com/mapfiles/embed/images/entity11.png") repeat scroll 0px 0px/70px 210px padding-box border-box;
  height: 22px;
  width: 22px;
  margin-right: auto;
  margin-left: auto; }

.placecard__direction-link {
  color: #3a84df;
  display: block;
  height: 43px;
  text-decoration: none;
  margin-right: 0; }

.placecard__view-large {
  display: block;
  margin-top: 10px;
  color: #3a84df;
  text-decoration: none; }

.content-brick--accordion__toggle {
  line-height: 24px; }
  .content-brick--accordion__toggle:not(:last-child) {
    margin-bottom: 12px; }
  .content-brick--accordion__toggle__tab {
    display: block;
    position: relative;
    background-color: lightgrey;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 18px;
    padding-right: 66px; }
    .content-brick--accordion__toggle__tab__heading {
      margin: 0;
      font-size: 24px; }
    .content-brick--accordion__toggle__tab__icon {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 48px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .content-brick--accordion__toggle__tab__icon i {
        display: block;
        font-size: 1.2em;
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s; }
        .content-brick--accordion__toggle.active .content-brick--accordion__toggle__tab__icon i {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
  .content-brick--accordion__toggle__content {
    width: 100%;
    display: none; }
    .content-brick--accordion__toggle__content__inner {
      padding-top: 12px; }
    .content-brick--accordion__toggle__content *:last-child {
      margin-bottom: 0; }

.content-brick--feature-list {
  text-align: center; }
  .content-brick--feature-list__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .content-brick--feature-list__feature {
    max-width: 380px;
    margin: 0 auto 24px; }
    .content-brick--feature-list__feature__image {
      height: 100px;
      width: auto;
      margin-bottom: 24px; }
    .content-brick--feature-list__feature__title {
      margin: 0 0 24px; }
    @media (min-width: 768px) {
      .content-brick--feature-list__feature {
        max-width: none;
        margin-left: 0;
        margin-right: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; }
        .content-brick--feature-list__feature__title {
          min-height: 48px; } }
    @media (min-width: 992px) {
      .content-brick--feature-list__feature {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%; } }

.content-brick--featured-posts__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }

.content-brick--featured-posts h2 {
  text-align: center; }

.content-brick--featured-posts hr {
  margin-bottom: 36px; }

.feature-post-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.feature-post {
  max-width: 360px;
  margin: 0 auto 36px;
  position: relative;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px; }
  .feature-post__image {
    border-bottom: 4px solid #058dbc;
    margin-bottom: 18px;
    background-size: cover;
    background-position: center;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .feature-post__title h4 {
    color: #111;
    font-weight: 900; }
  .feature-post__content {
    margin-bottom: 60px; }
  .feature-post__link {
    position: absolute;
    bottom: 12px; }
  .feature-post:last-child {
    margin-bottom: 0; }
  .feature-post:hover .feature-post__image, .feature-post:focus .feature-post__image {
    opacity: 0.7; }

.content-brick--wayfinder__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 768px) {
    .content-brick--wayfinder__container {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.content-brick--wayfinder__item {
  max-width: 390px;
  margin: 0 0 24px;
  position: relative;
  overflow: auto; }
  .content-brick--wayfinder__item:hover .content-brick--wayfinder__item__image, .content-brick--wayfinder__item:focus .content-brick--wayfinder__item__image {
    opacity: 0.7; }
  .content-brick--wayfinder__item__inner {
    background-color: #061929;
    height: 100%;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 60px; }
  .content-brick--wayfinder__item__image {
    margin-left: -12px;
    margin-right: -12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .content-brick--wayfinder__item__title {
    padding-top: 24px; }
    .content-brick--wayfinder__item__title h4 {
      color: white;
      margin-bottom: 10px; }
  .content-brick--wayfinder__item__text {
    color: white;
    margin-bottom: 24px; }
  .content-brick--wayfinder__item__button {
    text-align: center;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0; }
    .content-brick--wayfinder__item__button .button {
      width: calc(100% - 54px);
      background-color: white;
      padding-right: 90px;
      font-size: 14px; }
      .content-brick--wayfinder__item__button .button span {
        border-left: 40px solid white; }
      .content-brick--wayfinder__item__button .button:focus span, .content-brick--wayfinder__item__button .button:hover span {
        background-color: #3aac25; }
        .content-brick--wayfinder__item__button .button:focus span i, .content-brick--wayfinder__item__button .button:hover span i {
          background-color: white;
          color: #3aac25; }
  @media (min-width: 768px) {
    .content-brick--wayfinder__item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
      .content-brick--wayfinder__item__button .button {
        font-size: 16px; } }
  @media (min-width: 992px) {
    .content-brick--wayfinder__item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; } }

body .content-brick--wayfinder__item__button .button {
  color: #061929; }
  body .content-brick--wayfinder__item__button .button:focus, body .content-brick--wayfinder__item__button .button:hover {
    color: #061929; }

.content-brick--divider--spacing-1 {
  padding: 12px 0; }

.content-brick--divider--spacing-2 {
  padding: 24px 0; }

.content-brick--divider--spacing-3 {
  padding: 36px 0; }

.content-brick--divider--spacing-4 {
  padding: 48px 0; }

.content-brick--divider:not(.content-brick--divider--has-rule) hr {
  display: none; }

.content-brick--quote-brick {
  text-align: center; }
  .content-brick--quote-brick .featured-quote {
    border-top: 5px solid #058dbc;
    background-color: #eee;
    padding: 48px 15px 60px; }
    .content-brick--quote-brick .featured-quote h2 {
      margin: 0 auto 12px;
      color: #111;
      text-transform: none;
      width: 80%; }
      @media (min-width: 768px) {
        .content-brick--quote-brick .featured-quote h2 {
          width: 70%; } }
    .content-brick--quote-brick .featured-quote__title {
      font-weight: 700;
      font-size: 14px;
      color: #111; }

.content-brick--job-list .job-list {
  border-top: 4px solid #058dbc;
  padding-top: 36px; }

.content-brick--job-list .single-job {
  padding: 0 24px 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ddd; }
  .content-brick--job-list .single-job:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .content-brick--job-list .single-job__image {
    margin-bottom: 24px; }
  .content-brick--job-list .single-job__title p {
    font-weight: 700;
    margin: 0; }
    .content-brick--job-list .single-job__title p:last-child {
      margin-bottom: 24px; }
  .content-brick--job-list .single-job .button {
    color: #058dbc;
    -webkit-transition: 0.3s all;
    transition: 0.3s all; }
    .content-brick--job-list .single-job .button i {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .content-brick--job-list .single-job .button:focus, .content-brick--job-list .single-job .button:hover {
      color: #058dbc; }
      .content-brick--job-list .single-job .button:focus i, .content-brick--job-list .single-job .button:hover i {
        margin-left: 15px;
        -webkit-transform: rotate(450deg);
                transform: rotate(450deg); }
  .content-brick--job-list .single-job .hidden {
    display: none; }

@media (min-width: 544px) {
  .content-brick--job-list .single-job__title p {
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #999;
    line-height: 16px; }
    .content-brick--job-list .single-job__title p:last-child {
      padding-right: 0;
      margin-right: 0;
      border-right: none; } }

@media (min-width: 768px) {
  .content-brick--job-list .single-job {
    /* for IE */
    zoom: 1; }
    .content-brick--job-list .single-job:before, .content-brick--job-list .single-job:after {
      content: "";
      display: table; }
    .content-brick--job-list .single-job:after {
      clear: both; }
    .content-brick--job-list .single-job__image {
      float: left;
      width: 66px; }
    .content-brick--job-list .single-job__content {
      float: left;
      width: calc(100% - 66px);
      padding-left: 36px; } }

.content-brick--become-tile .content-brick__row {
  margin-left: 0;
  margin-right: 0; }

.content-brick--become-tile__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }

.content-brick--become-tile__tile {
  width: 100%;
  background-position: center;
  background-size: cover; }
  .content-brick--become-tile__tile--overlay {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s; }
  .content-brick--become-tile__tile img {
    padding: 84px 24px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .content-brick--become-tile__tile:focus .content-brick--become-tile__tile--overlay, .content-brick--become-tile__tile:hover .content-brick--become-tile__tile--overlay {
    background-color: rgba(0, 0, 0, 0); }
  .content-brick--become-tile__tile:focus img, .content-brick--become-tile__tile:hover img {
    opacity: 0; }
  @media (min-width: 544px) {
    .content-brick--become-tile__tile {
      max-width: none;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
      .content-brick--become-tile__tile img {
        padding: 72px 24px; } }
  @media (min-width: 992px) {
    .content-brick--become-tile__tile {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  @media (min-width: 1200px) {
    .content-brick--become-tile__tile {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
      .content-brick--become-tile__tile img {
        padding: 84px 24px; } }

.content-brick:first-child.content-brick--become-tile {
  margin-top: -48px; }

.content-brick--resource-list__resource {
  margin-bottom: 36px; }
  .content-brick--resource-list__resource:last-child {
    margin-bottom: 0; }

.content-brick--resource-list .title {
  color: #058dbc;
  font-weight: bold;
  margin-bottom: 12px; }

.content-brick--resource-list .accordion-list {
  position: relative;
  overflow: hidden;
  max-height: 250px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .content-brick--resource-list .accordion-list::before {
    content: '';
    position: absolute;
    bottom: 68px;
    left: 0;
    width: 100%;
    height: 66px;
    background-image: -webkit-linear-gradient(transparent, white);
    background-image: linear-gradient(transparent, white);
    z-index: 20;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .content-brick--resource-list .accordion-list__expand {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px 12px;
    text-align: center;
    z-index: 21;
    background: white;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #3aac25 !important; }
    .content-brick--resource-list .accordion-list__expand:hover, .content-brick--resource-list .accordion-list__expand:focus {
      color: #4ad331 !important; }
  .content-brick--resource-list .accordion-list.expand {
    max-height: 10000px; }
    .content-brick--resource-list .accordion-list.expand::before {
      opacity: 0;
      bottom: -100%; }
    .content-brick--resource-list .accordion-list.expand .accordion-list__expand {
      opacity: 0;
      bottom: -100%; }

@media (min-width: 544px) {
  .content-brick--resource-list .title {
    margin-bottom: 0;
    padding-right: 24px; }
  .content-brick--resource-list__resource {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 24px; }
  .content-brick--resource-list .button {
    min-width: 264px; } }

.content-brick--focus-group__member {
  margin: 0 auto 24px;
  text-align: left;
  vertical-align: top; }
  @media (min-width: 599px) {
    .content-brick--focus-group__member {
      text-align: left; } }
  @media (min-width: 700px) {
    .content-brick--focus-group__member {
      width: calc(50% - 10px);
      display: inline-block;
      float: left; }
      .content-brick--focus-group__member:nth-child(odd) {
        width: calc(50% + 10px);
        clear: both;
        padding-right: 20px; } }
  @media (min-width: 992px) {
    .content-brick--focus-group__member {
      width: calc(100% / 3 - 10px); }
      .content-brick--focus-group__member:nth-child(odd) {
        clear: none;
        width: calc(100% / 3 - 10px);
        padding: 0; }
      .content-brick--focus-group__member:nth-child(3n+1) {
        clear: both; }
      .content-brick--focus-group__member:nth-child(3n+2) {
        padding: 0 15px;
        width: calc(100% / 3 + 20px); } }

.content-brick--focus-group h4 {
  margin-bottom: 0;
  font-size: 24px; }

.content-brick--focus-group .association {
  color: #3aac25; }

.content-brick--focus-group .role {
  text-transform: uppercase; }

.content-brick--content-image {
  padding: 0;
  color: white; }
  .content-brick--content-image.content-brick--full {
    background-color: #058dbc; }
  .content-brick--content-image__wrap {
    margin: 0;
    background-color: #058dbc; }
  .content-brick--content-image__column {
    position: relative;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
    min-height: 300px; }
    @media (min-width: 544px) {
      .content-brick--content-image__column {
        min-height: 340px; } }
    @media (min-width: 768px) {
      .content-brick--content-image__column {
        min-height: 460px; } }
    @media (min-width: 1200px) {
      .content-brick--content-image__column {
        min-height: 600px; } }
    .content-brick--content-image__column--content p:last-child {
      margin: 0; }
    .content-brick--content-image__column--content .content-brick--content-image__column__inner {
      padding: 48px 36px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      height: 100%;
      max-width: 580px;
      margin: 0 auto; }
      .content-brick--content-image__column--content .content-brick--content-image__column__inner > * {
        width: 100%; }
        .content-brick--content-image__column--content .content-brick--content-image__column__inner > *:last-child {
          margin-bottom: 0; }
      .content-brick--content-image__column--content .content-brick--content-image__column__inner hr {
        width: 100px; }
      @media (min-width: 544px) {
        .content-brick--content-image__column--content .content-brick--content-image__column__inner {
          padding: 60px 36px; } }
    .content-brick--content-image__column--image {
      overflow: hidden; }
      @media (min-width: 768px) {
        .content-brick--content-image--image-left .content-brick--content-image__column--image {
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
              -ms-flex-order: 1;
                  order: 1; } }
    .content-brick--content-image__column--image .content-brick--content-image__column__inner {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
    .content-brick--content-image__column .bg-image {
      height: 100%;
      background-size: cover;
      background-position: center; }
  .content-brick--content-image h2 {
    font-size: 26px;
    text-transform: lowercase;
    color: #061929; }
    @media (min-width: 544px) {
      .content-brick--content-image h2 {
        font-size: 30px; } }
    @media (min-width: 768px) {
      .content-brick--content-image h2 {
        font-size: 34px; } }
  .content-brick--content-image h3 {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    margin: 0 0 24px;
    padding: 0;
    color: white;
    font-weight: 700; }
  .content-brick--content-image a {
    color: #061929; }
  .content-brick--content-image ul li:before {
    color: #061929; }
  .content-brick--content-image--background-light {
    background-color: #ececec;
    color: #058dbc; }
    .content-brick--content-image--background-light h2,
    .content-brick--content-image--background-light h3 {
      color: #058dbc; }
  .content-brick--content-image--background-colour {
    background-color: #3aac25; }

/* PAGES */
.home-slider {
  overflow: hidden; }
  .home-slider .carousel-cell {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .home-slider .carousel-cell .wrap {
      width: 100%;
      margin: 0 auto; }
      @media (min-width: 544px) {
        .home-slider .carousel-cell .wrap {
          max-width: 576px; } }
      @media (min-width: 768px) {
        .home-slider .carousel-cell .wrap {
          max-width: 720px; } }
      @media (min-width: 992px) {
        .home-slider .carousel-cell .wrap {
          max-width: 940px; } }
      @media (min-width: 1200px) {
        .home-slider .carousel-cell .wrap {
          max-width: 1140px; } }
    .home-slider .carousel-cell .slider-text {
      max-width: 282px;
      margin-left: 30px;
      margin-bottom: 12px;
      background-color: #061929;
      padding: 12px 18px; }
    .home-slider .carousel-cell h2 {
      font-size: 20px;
      line-height: 24px;
      color: white;
      margin-bottom: 0; }
    .home-slider .carousel-cell .slider-text {
      display: none; }
    .home-slider .carousel-cell .button {
      margin-left: 30px;
      margin-bottom: 48px;
      background-color: white;
      color: #061929; }
      .home-slider .carousel-cell .button span {
        border-left: 40px solid white; }
      .home-slider .carousel-cell .button:hover, .home-slider .carousel-cell .button:focus {
        color: #061929; }
  .home-slider .flickity-prev-next-button {
    display: block;
    border-radius: 0;
    padding: 48px 0;
    width: 24px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: rgba(0, 0, 0, 0.4); }
    .home-slider .flickity-prev-next-button svg {
      height: 15px;
      width: 15px;
      top: 40px; }
    .home-slider .flickity-prev-next-button .arrow {
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      fill: white; }
    .home-slider .flickity-prev-next-button.previous {
      left: 0; }
    .home-slider .flickity-prev-next-button.next {
      right: 0; }
    .home-slider .flickity-prev-next-button:focus, .home-slider .flickity-prev-next-button:hover {
      background-color: rgba(6, 25, 41, 0.8); }
  .home-slider .flickity-page-dots {
    display: block;
    bottom: 0;
    bottom: 15px; }
    .home-slider .flickity-page-dots .dot {
      opacity: 1;
      border: 2px solid white;
      background: none;
      width: 13px;
      height: 13px; }
      .home-slider .flickity-page-dots .dot.is-selected {
        background-color: white; }
  @media (min-width: 544px) {
    .home-slider .carousel-cell {
      height: 340px; }
      .home-slider .carousel-cell .slider-text {
        display: block; } }
  @media (min-width: 768px) {
    .home-slider .carousel-cell {
      height: 440px; }
      .home-slider .carousel-cell .slider-text {
        max-width: 480px; }
      .home-slider .carousel-cell h2 {
        font-size: 36px;
        line-height: 40px; } }
  @media (min-width: 1200px) {
    .home-slider .carousel-cell {
      height: 708px; } }

#gform_wrapper_2 label {
  display: none; }

#gform_wrapper_2 ul {
  margin-bottom: 0; }

#gform_wrapper_2 li {
  margin-bottom: 18px; }

.board-member-list {
  margin: 48px 0; }
  .board-member-list .clinic-list {
    margin-top: 24px;
    margin-bottom: 24px; }
    .board-member-list .clinic-list a.month-toggle {
      margin: 0;
      text-align: left;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 14px;
      line-height: 16px; }
    .board-member-list .clinic-list .month-content {
      padding-top: 24px; }
    .board-member-list .clinic-list.board-members .month-content {
      display: block; }
    @media (min-width: 768px) {
      .board-member-list .clinic-list a.month-toggle {
        font-size: 16px; } }
    @media (min-width: 992px) {
      .board-member-list .clinic-list a.month-toggle {
        font-size: 20px; } }
    @media (min-width: 992px) {
      .board-member-list .clinic-list a.month-toggle {
        font-size: 24px; } }
  .board-member-list .wrap {
    max-width: 1110px;
    margin: 0 auto;
    text-align: center; }
  .board-member-list .month-content {
    display: none;
    overflow: auto; }
  .board-member-list .board-member--single {
    margin: 0 auto 24px;
    padding: 0 10px;
    text-align: left;
    vertical-align: top;
    text-align: center; }
    .board-member-list .board-member--single.board {
      display: inline-block;
      max-width: 265px;
      text-align: left;
      float: none; }
    @media (min-width: 599px) {
      .board-member-list .board-member--single {
        text-align: left; } }
    @media (min-width: 700px) {
      .board-member-list .board-member--single {
        width: 50%;
        display: inline-block;
        float: left; }
        .board-member-list .board-member--single:nth-child(odd) {
          clear: both; } }
    @media (min-width: 992px) {
      .board-member-list .board-member--single {
        width: calc(100% / 3); }
        .board-member-list .board-member--single:nth-child(odd) {
          clear: none; }
        .board-member-list .board-member--single:nth-child(3n+1) {
          clear: both; } }
  .board-member-list .board-member--single__content p {
    margin-bottom: 24px; }
  .board-member-list img {
    border-bottom: 6px solid #3aac25;
    margin-bottom: 12px;
    width: 100%; }
  .board-member-list .author {
    margin-bottom: 0; }
  .board-member-list .role {
    text-transform: uppercase;
    margin-bottom: 18px; }
  .board-member-list .more {
    display: none; }
  .board-member-list a.button {
    color: #058dbc; }
    .board-member-list a.button:after {
      display: inline-block;
      content: '\f107';
      font-family: FontAwesome;
      -webkit-transition: 0.6s all;
      transition: 0.6s all;
      margin-top: 3px;
      margin-left: 2px;
      height: 17px;
      width: 17px;
      border-radius: 10px;
      vertical-align: middle;
      background-color: #058dbc;
      color: white;
      text-align: center;
      vertical-align: top;
      font-weight: 700;
      -webkit-transition: all 0.6s;
      transition: all 0.6s;
      line-height: 18px; }
    .board-member-list a.button.open:after {
      content: '\f106';
      line-height: 14px; }
    .board-member-list a.button:focus, .board-member-list a.button:hover {
      color: #058dbc; }
      .board-member-list a.button:focus:after, .board-member-list a.button:hover:after {
        margin-left: 12px;
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg); }
  @media (min-width: 544px) {
    .board-member-list h3 {
      line-height: 30px; } }

.clinic-list {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 48px; }
  @media (min-width: 544px) {
    .clinic-list {
      max-width: 576px; } }
  @media (min-width: 768px) {
    .clinic-list {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .clinic-list {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .clinic-list {
      max-width: 1140px; } }
  .clinic-list a.month-toggle {
    display: block;
    position: relative;
    color: #061929;
    background-color: #f1f1f1;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 20px;
    height: 62px;
    line-height: 42px;
    padding-right: 110px;
    margin-top: 24px;
    margin-bottom: 24px;
    border-bottom: 2px solid #061929;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .clinic-list a.month-toggle span {
      position: absolute;
      top: 0;
      right: 0;
      display: inline-block;
      height: 62px;
      padding: 0 0 0 50px;
      vertical-align: bottom;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      border-bottom: 2px solid #061929; }
      .clinic-list a.month-toggle span i {
        position: absolute;
        z-index: 10;
        top: 18px;
        left: 3px;
        font-size: 30px;
        line-height: 28px;
        color: white;
        background-color: #061929;
        width: 28px;
        height: 28px;
        border-radius: 14px;
        padding-left: 4.5px;
        display: inline-block;
        font-weight: 700;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
    .clinic-list a.month-toggle.open {
      border-bottom: 2px solid #3aac25; }
      .clinic-list a.month-toggle.open span {
        border-bottom: 2px solid #3aac25; }
      .clinic-list a.month-toggle.open i {
        line-height: 24px;
        background-color: #3aac25; }
        .clinic-list a.month-toggle.open i:before {
          content: '\f106'; }
    .clinic-list a.month-toggle:focus, .clinic-list a.month-toggle:hover {
      color: #061929; }
      .clinic-list a.month-toggle:focus i, .clinic-list a.month-toggle:hover i {
        background-color: #3aac25;
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg); }
    @media (min-width: 544px) {
      .clinic-list a.month-toggle {
        font-size: 28px; } }
  .clinic-list .month-content {
    padding: 0 18px; }
    .clinic-list .month-content.hidden {
      display: none; }
  .clinic-list .clinic--single {
    padding: 48px 0;
    border-bottom: 1px solid #999; }
    .clinic-list .clinic--single:first-child {
      padding-top: 12px; }
    .clinic-list .clinic--single:last-child {
      border-bottom: 0;
      padding-bottom: 24px; }
    .clinic-list .clinic--single__date {
      font-size: 28px;
      line-height: 28px;
      font-weight: 700;
      color: #aaa;
      text-transform: uppercase;
      letter-spacing: 3px;
      margin-bottom: 12px; }
    .clinic-list .clinic--single h3 {
      margin-bottom: 0; }
    .clinic-list .clinic--single .dates {
      font-weight: 700;
      color: #061929;
      letter-spacing: 1px; }
    .clinic-list .clinic--single .subtitle {
      font-weight: 700;
      color: #aaa;
      letter-spacing: 1px;
      margin-bottom: 12px; }
    .clinic-list .clinic--single .button {
      margin-top: 24px; }
      .clinic-list .clinic--single .button:focus span, .clinic-list .clinic--single .button:hover span {
        background-color: #3aac25; }
      .clinic-list .clinic--single .button:focus i, .clinic-list .clinic--single .button:hover i {
        background-color: white;
        color: #3aac25;
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg); }
    .clinic-list .clinic--single__empty {
      margin-top: 24px; }
  .clinic-list .clinic-status {
    width: 100%;
    margin-top: 24px;
    color: #061929;
    text-align: center; }
  @media (min-width: 544px) {
    .clinic-list .clinic--single {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .clinic-list .clinic--single__date {
        width: 100px;
        height: 100px;
        border-right: 4px solid #058dbc; }
      .clinic-list .clinic--single__content {
        width: calc(100% - 100px);
        padding-left: 24px; }
      .clinic-list .clinic--single__button {
        margin-left: 124px; } }
  @media (min-width: 768px) {
    .clinic-list .clinic--single__date {
      width: 110px; }
    .clinic-list .clinic--single__content {
      width: calc(100% - 110px);
      padding-left: 48px; }
    .clinic-list .clinic--single__button {
      margin-left: 158px; } }
  @media (min-width: 992px) {
    .clinic-list .clinic--single__date {
      width: 110px; }
    .clinic-list .clinic--single__content {
      width: calc(100% - 361px);
      padding-right: 24px; }
    .clinic-list .clinic--single__button {
      margin-left: 0;
      width: 251px; }
    .clinic-list .clinic-status {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 250px;
      margin-top: 0; } }

.course-list {
  padding: 0; }
  .course-list .single-month:first-child .month-toggle {
    margin-top: 0; }
  .course-list .clinic--single {
    padding-top: 24px;
    padding-bottom: 24px; }
    .course-list .clinic--single__content p {
      margin-bottom: 0; }
  .course-list a.month-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    line-height: 16px; }
  .course-list .course-type {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #3aac25; }
  .course-list .course-status {
    margin-top: 24px;
    color: #061929; }
  @media (min-width: 544px) {
    .course-list .clinic--single {
      padding-left: 24px;
      padding-right: 24px; }
      .course-list .clinic--single__content {
        width: 100%;
        padding-left: 0; }
      .course-list .clinic--single__button {
        margin-left: 0; } }
  @media (min-width: 768px) {
    .course-list a.month-toggle {
      font-size: 16px; } }
  @media (min-width: 992px) {
    .course-list .clinic--single__content {
      width: calc( 100% - 251px); }
    .course-list .course-status {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 250px; } }
  @media (min-width: 992px) {
    .course-list a.month-toggle {
      font-size: 24px; } }

.blog .news-pagination {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 36px;
  text-align: center; }

.blog .post__image img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .blog .post__image img:hover, .blog .post__image img:focus {
    opacity: 0.7; }

.blog .page-numbers {
  margin: 10px; }

.blog .prev,
.blog .next {
  display: inline-block;
  clear: both; }

.search article {
  border-bottom: 1px solid #ddd;
  padding-bottom: 48px; }
  .search article:last-child {
    border: none;
    padding-bottom: 0; }

.search .type-page {
  margin-top: 48px;
  margin-bottom: 48px; }

.search .news-pagination {
  width: 100%;
  padding: 0 15px;
  margin: 0;
  overflow: auto;
  margin-bottom: 36px;
  text-align: center; }

.search .page-numbers {
  margin: 10px; }

.search .prev,
.search .next {
  display: inline-block;
  clear: both; }

.staff-list .operations-members .month-content {
  display: block; }

.staff-list .board-member--single {
  max-width: 265px;
  float: none; }

.staff-list .role {
  margin-bottom: 6px; }

.staff-list .phone,
.staff-list .email {
  display: block;
  word-break: break-all; }
  .staff-list .phone i,
  .staff-list .email i {
    width: 14px;
    margin-right: 6px; }

/* THE REST */
/******************************************************************
PRINT STYLESHEET
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

/* end of print stylesheet (DO NOT DELETE) */

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