/*
===========================================================
 Normalize, Page Layout, Grid, and Default Styles
===========================================================
*/
/* normalize.css v4.1.1
 * 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;
  -webkit-text-decoration-skip: objects;
}

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

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

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bold;
}

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;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-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;
  outline-offset: -2px;
}

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Page Structure */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.site-header, .site-content, .site-footer {
  position: relative;
}

.site-header:after, .site-content:after, .site-footer:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 520px) {
  .site-content.content-interior {
    border-top: 2px solid #D0D9DE;
  }
}

.content-area:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 1025px) {
  .content-area.content-center .main-content {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
  }
  .content-area.content-left .main-content {
    width: 100%;
    padding-right: 330px;
    float: left;
  }
  .content-area.content-left .main-sidebar {
    width: 300px;
    margin-left: -300px;
    float: right;
  }
  .content-area.content-left .main-sidebar .sidebar {
    border-left: 1px solid #D0D9DE;
    padding-left: 20px;
    padding-right: 15px;
  }
  .content-area.content-right .main-content {
    width: 100%;
    padding-left: 330px;
    float: right;
  }
  .content-area.content-right .main-sidebar {
    width: 300px;
    margin-right: -300px;
    float: left;
  }
  .content-area.content-right .main-sidebar .sidebar {
    border-right: 1px solid #D0D9DE;
    padding-left: 15px;
    padding-right: 20px;
  }
}

.fixed-width {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  max-width: 100%;
}

@media (max-width: 1400px) {
  .fixed-width {
    width: 1200px;
  }
}

@media (max-width: 1260px) {
  .fixed-width {
    width: 980px;
  }
}

@media (max-width: 1024px) {
  .fixed-width {
    width: 720px;
  }
}

@media (max-width: 768px) {
  .fixed-width {
    width: 600px;
  }
}

@media (max-width: 640px) {
  .fixed-width {
    width: 480px;
  }
}

@media (max-width: 520px) {
  .fixed-width {
    width: auto;
    margin-left: 5%;
    margin-right: 5%;
  }
}

/* Responsive Grid */
@-ms-viewport {
  width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block,
.visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 520px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 521px) and (max-width: 768px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

.visible-print-inline {
  display: none !important;
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
  .visible-print-block {
    display: block !important;
  }
  .visible-print-inline {
    display: inline !important;
  }
  .visible-print-inline-block {
    display: inline-block !important;
  }
  .hidden-print {
    display: none !important;
  }
}

.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
}

.col, .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 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

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

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

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

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

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

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

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

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

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

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

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

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

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

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

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

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

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

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

.col-xs-offset-12 {
  margin-left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 521px) {
  .col, .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 769px) {
  .col, .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1025px) {
  .col, .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.clearfix,
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.row:after {
  clear: both;
}

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

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

/* Alternative grid using CSS tables */
.table-row {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.table-row .column {
  display: table-cell;
  float: none;
}

@media (max-width: 520px) {
  .table-row-xs {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .table-row-xs .column {
    display: table-cell;
    float: none;
  }
}

@media (min-width: 521px) and (max-width: 768px) {
  .table-row-sm {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .table-row-sm .column {
    display: table-cell;
    float: none;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .table-row-md {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .table-row-md .column {
    display: table-cell;
    float: none;
  }
}

@media (min-width: 1025px) {
  .table-row-lg {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .table-row-lg .column {
    display: table-cell;
    float: none;
  }
}

/* Space between each cell */
.row-padded {
  margin-left: -15px;
  margin-right: -15px;
}

.row-padded .column {
  padding: 15px;
}

.row-padded.small {
  margin-left: -8px;
  margin-right: -8px;
}

.row-padded.small .column {
  padding: 8px;
}

.row-padded.large {
  margin-left: -22px;
  margin-right: -22px;
}

.row-padded.large .column {
  padding: 22px;
}

.table-row.row-padded,
.table-row-xs.row-padded,
.table-row-sm.row-padded,
.table-row-md.row-padded,
.table-row-lg.row-padded {
  margin-left: 0;
  margin-right: 0;
  border-spacing: 30px;
}

.table-row.row-padded .column,
.table-row-xs.row-padded .column,
.table-row-sm.row-padded .column,
.table-row-md.row-padded .column,
.table-row-lg.row-padded .column {
  padding: 0;
}

.table-row.row-padded.small,
.table-row-xs.row-padded.small,
.table-row-sm.row-padded.small,
.table-row-md.row-padded.small,
.table-row-lg.row-padded.small {
  margin-left: 0;
  margin-right: 0;
  border-spacing: 16px;
}

.table-row.row-padded.small .column,
.table-row-xs.row-padded.small .column,
.table-row-sm.row-padded.small .column,
.table-row-md.row-padded.small .column,
.table-row-lg.row-padded.small .column {
  padding: 0;
}

.table-row.row-padded.large,
.table-row-xs.row-padded.large,
.table-row-sm.row-padded.large,
.table-row-md.row-padded.large,
.table-row-lg.row-padded.large {
  margin-left: 0;
  margin-right: 0;
  border-spacing: 44px;
}

.table-row.row-padded.large .column,
.table-row-xs.row-padded.large .column,
.table-row-sm.row-padded.large .column,
.table-row-md.row-padded.large .column,
.table-row-lg.row-padded.large .column {
  padding: 0;
}

/* Classes not related to a single component */
.list-unstyled {
  padding: 0;
  list-style-type: none;
}

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

.screen-reader-text:focus {
  clip: auto !important;
  display: block;
  width: auto;
  height: auto;
  left: 5px;
  top: 5px;
  z-index: 100000;
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
}

.screen-reader-hide {
  position: absolute;
  left: -99999px;
  right: auto;
}

.cf:after {
  content: '';
  display: table;
  clear: both;
}

.responsive-embed {
  position: relative;
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.responsive-embed:before {
  content: '';
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

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

.responsive-embed.aspect-ratio-16-9:before {
  content: '';
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.responsive-embed.aspect-ratio-4-3:before {
  content: '';
  display: block;
  position: relative;
  padding-bottom: 75%;
  height: 0;
}

.responsive-embed.small {
  max-width: 320px;
}

.responsive-embed.medium {
  max-width: 480px;
}

.responsive-embed.large {
  max-width: 640px;
}

.responsive-image {
  max-width: 100%;
  height: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Default styles */
html {
  font-size: 100%;
}

body {
  font-family: "ITC Stone Sans W01", "Trebuchet", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.625;
  color: #484847;
  background-color: #FFFFFF;
}

h1, .h1 {
  margin-top: 0.75em;
  margin-bottom: 0.5em;
  font-family: "ITC Stone Sans W01", "Trebuchet", "Arial", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2em;
  line-height: 1.25;
  text-transform: none;
  color: #484847;
}

h2, .h2 {
  margin-top: 0.75em;
  margin-bottom: 0.5em;
  font-family: "ITC Stone Sans W01", "Trebuchet", "Arial", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 1.625em;
  line-height: 1.25;
  text-transform: none;
  color: #EA7125;
}

h3, .h3 {
  margin-top: 0.75em;
  margin-bottom: 0.5em;
  font-family: "Open Sans Condensed", "PT Sans", "Arial", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1.25;
  text-transform: uppercase;
  color: #005e85;
}

h4, .h4 {
  margin-top: 0.75em;
  margin-bottom: 0.5em;
  font-family: "ITC Stone Sans W01", "Trebuchet", "Arial", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1.25;
  text-transform: none;
  color: #484847;
}

h5, .h5 {
  margin-top: 0.75em;
  margin-bottom: 0.5em;
  font-family: "ITC Stone Sans W01", "Trebuchet", "Arial", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 1.125em;
  line-height: 1.25;
  text-transform: none;
  color: #EA7125;
}

h6, .h6 {
  margin-top: 0.75em;
  margin-bottom: 0.5em;
  font-family: "Open Sans Condensed", "PT Sans", "Arial", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1em;
  line-height: 1.25;
  text-transform: uppercase;
  color: #005e85;
}

p {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

a {
  color: #EA7125;
  text-decoration: none;
}

a:hover {
  color: #005e85;
}

a:active {
  color: #F18F19;
}

blockquote {
  padding: 1.5em;
  margin: 0.5em 0 1em 0;
  border-left: 3px solid #EA7125;
  border-right: 3px solid #EA7125;
  max-width: 450px;
  font-size: 1.25em;
  color: #005e85;
  background-color: #D0D9DE;
}

blockquote p {
  margin: 0;
  padding: 0;
}

blockquote cite {
  display: block;
  font-size: 0.75em;
  margin-top: 0.5em;
}

pre {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

ol, ul, dl {
  padding: 0 0 0 1.2em;
  margin: 0.5em 0 1em 0;
}

ul {
  list-style-type: disc;
}

ul ul {
  list-style-type: circle;
  margin: 0;
}

ul ul ul {
  list-style-type: square;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style-type: lower-alpha;
  margin: 0;
}

ol ol ol {
  list-style-type: lower-roman;
}

ol ul, ul ol {
  margin: 0;
}

table {
  margin-top: 0.5em;
  margin-bottom: 1em;
  border-collapse: collapse;
  border-spacing: 0;
}

table th {
  padding: 0.5em 1em;
  border: 1px solid #CCCCCC;
}

table td {
  padding: 0.5em 1em;
  border: 1px solid #CCCCCC;
}

hr {
  display: block;
  clear: both;
  border: 0;
  border-bottom: 1px solid #A1B4BE;
}

q {
  font-style: italic;
}

input[type='submit'], input[type='button'],
input[type='reset'], button, .button {
  display: inline-block;
  vertical-align: middle;
  padding: 0.5em 2.5em;
  margin: 0;
  border: 0;
  border-radius: 0;
  font-family: "Open Sans Condensed", "PT Sans", "Arial", sans-serif;
  font-weight: bold;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: center;
  background-color: #FECB00;
  color: #005e85;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  -moz-transition: background-color 0.3s ease, color 0.3s ease;
  -ms-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

input:hover[type='submit'], input:hover[type='button'],
input:hover[type='reset'], button:hover, .button:hover {
  background-color: #EA7125;
  color: #FFFFFF;
}

input:active[type='submit'], input:active[type='button'],
input:active[type='reset'], button:active, .button:active, input:focus[type='submit'], input:focus[type='button'],
input:focus[type='reset'], button:focus, .button:focus {
  outline: 0;
  background-color: #F18F19;
  color: #FFFFFF;
}

input[type='text'], input[type='password'],
input[type='email'], input[type='url'],
input[type='number'], input[type='search'],
textarea, select {
  display: inline-block;
  vertical-align: middle;
  width: 16em;
  max-width: 100%;
  padding: 0.375em;
  margin: 0;
  border: 1px solid #A1B4BE;
  border-radius: 0;
  line-height: 1.25;
  background-color: #FFFFFF;
}

input:hover[type='text'], input:hover[type='password'],
input:hover[type='email'], input:hover[type='url'],
input:hover[type='number'], input:hover[type='search'],
textarea:hover, select:hover {
  box-shadow: 1px 1px 4px rgba(68, 105, 125, 0.4);
}

input:focus[type='text'], input:focus[type='password'],
input:focus[type='email'], input:focus[type='url'],
input:focus[type='number'], input:focus[type='search'],
textarea:focus, select:focus {
  border-color: #005e85;
}

input[type='number'] {
  width: 4em;
}

textarea {
  width: 24em;
  height: 6.5em;
  line-height: 1.4;
}

a.button {
  color: #005e85;
}

label {
  font-family: "ITC Stone Sans W01", "Trebuchet", "Arial", sans-serif;
  font-weight: 600;
  line-height: 1.25;
  color: #484847;
}

/* Increase contrast for placeholder text */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0.85;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.85;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0.85;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0.85;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0;
}

.alignnone {
  margin: 0.5em 1.5em 1.5em 0;
}

.alignleft {
  float: left;
  margin: 0.5em 1.5em 1.5em 0;
}

.alignright {
  float: right;
  margin: 0.5em 0 1.5em 1.5em;
}

.aligncenter {
  display: block;
  margin: 0.5em auto 1.5em auto;
}

img.alignnone {
  margin: 0em 1.5em 0.5em 0;
}

img.alignleft {
  float: left;
  margin: 0em 1.5em 0.5em 0;
}

img.alignright {
  float: right;
  margin: 0em 0 0.5em 1.5em;
}

img.aligncenter {
  display: block;
  margin: 0em auto 0.5em auto;
}

blockquote.alignleft {
  border-left: 0;
  margin: 0.5em 1.5em 1.5em 0;
}

blockquote.alignright {
  border-right: 0;
  margin: 0.5em 0 1.5em 1.5em;
}

blockquote.aligncenter {
  display: block;
  margin: 0.5em auto 1.5em auto;
}

.wp-caption {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 1em;
  border: 1px solid #D0D9DE;
}

.wp-caption.alignnone {
  margin: 0em 1.5em 0.5em 0;
}

.wp-caption.alignleft {
  margin: 0em 1.5em 0.5em 0;
}

.wp-caption.alignright {
  margin: 0em 0 0.5em 1.5em;
}

.wp-caption img {
  border: none;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.wp-caption .wp-caption-text {
  padding: 0.25rem;
  margin: 0;
  font-size: 0.8125em;
  line-height: 1.25rem;
  text-align: center;
}

/*
===========================================================
 Vendor Styles
===========================================================
*/
.bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  padding: 0;
  margin: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-wrapper .bx-viewport {
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../images/bx_loading.gif") center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-prev {
  left: 10px;
  background: url("../images/bx_controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("../images/bx_controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("../images/bx_controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("../images/bx_controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 320px;
  overflow-x: hidden;
  overflow-y: auto;
}

.sidr.right {
  left: auto;
  right: -320px;
}

.sidr.left {
  left: -320px;
  right: auto;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #ccc;
  padding: 1px;
}

#cboxLoadingGraphic {
  background: url(../images/cb_loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  background: url(../images/cb_controls.png) no-repeat 0 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 48px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 26px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  background-position: -50px 0px;
  right: 4px;
}

#cboxClose:hover {
  background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

/*
===========================================================
 Component Styles
===========================================================
*/
.site-header .topbar {
  background-color: #D0D9DE;
}

.site-header .topbar .left {
  float: left;
  padding: 7px 15px;
}

.site-header .topbar .right {
  float: right;
}

.site-header .topbar .site-description {
  margin: 0;
  font-family: "ITC Stone Sans W01", "Trebuchet", "Arial", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 1.125em;
  line-height: 1.5;
  color: #005e85;
}

.site-header .topbar .search, .site-header .topbar .separator, .site-header .topbar .social-icons, .site-header .topbar .donate-button {
  float: left;
}

.site-header .topbar .search a, .site-header .topbar .separator, .site-header .topbar .social-icons a, .site-header .topbar .donate-button a {
  padding: 10px 5px;
  line-height: 21px;
}

.site-header .topbar .search a {
  font-size: 14px;
}

.site-header .topbar .separator {
  font-size: 15px;
  color: #FFFFFF;
}

.site-header .topbar .separator:before {
  content: '|';
}

.site-header .topbar .social-icons a {
  font-size: 20px;
}

.site-header .topbar .search a, .site-header .topbar .social-icons a {
  float: left;
  color: #484847;
}

.site-header .topbar .search a:hover, .site-header .topbar .social-icons a:hover {
  color: #EA7125;
}

.site-header .topbar .search a:active, .site-header .topbar .search a:focus, .site-header .topbar .social-icons a:active, .site-header .topbar .social-icons a:focus {
  color: #F18F19;
}

.site-header .topbar .donate-button a {
  display: block;
  margin-left: 5px;
  min-width: 142px;
  font-family: "Open Sans Condensed", "PT Sans", "Arial", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
  background-color: #5BC46A;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.site-header .topbar .donate-button a:hover {
  background-color: #005e85;
}

.site-header .topbar .donate-button a:active, .site-header .topbar .donate-button a:focus {
  outline: 0;
  background-color: #779CB0;
}

.site-header .header-content {
  padding: 0 15px;
}

.site-header .site-logo {
  width: 160px;
  margin: 21px 0;
  float: left;
}

.site-header .site-logo a, .site-header .site-logo img {
  display: block;
}

.site-header .navbar {
  margin: 60px 0;
  float: right;
}

.site-header .navbar-toggle {
  display: none;
  margin: 80px 0 0 0;
  float: right;
}

.site-header .navbar-toggle a {
  display: block;
  width: 30px;
  line-height: 30px;
  font-size: 28px;
  text-align: center;
  color: #484847;
}

.site-header .navbar-toggle a:hover {
  color: #EA7125;
}

/* Make navbar fit on smaller desktops. */
@media (min-width: 1025px) and (max-width: 1260px) {
  .site-header .navbar {
    width: 630px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

/* Move search and social icons below the topbar, hide the navbar, and show the sidr toggle button. */
@media (max-width: 1024px) {
  .site-header .topbar .donate-button {
    float: none;
    margin-right: 10px;
  }
  .site-header .topbar .donate-button a {
    margin: 0;
  }
  .site-header .topbar .search, .site-header .topbar .separator, .site-header .topbar .social-icons {
    position: absolute;
    top: 100%;
    z-index: 1;
    margin-top: 21px;
    margin-right: 10px;
  }
  .site-header .topbar .search {
    right: 124px;
  }
  .site-header .topbar .separator {
    right: 110px;
    color: #D0D9DE;
  }
  .site-header .topbar .social-icons {
    right: 0;
  }
  .site-header .navbar {
    display: none;
  }
  .site-header .navbar-toggle {
    display: block;
  }
}

/* Adjust header content to fit on smaller screens. */
@media (max-width: 768px) {
  .site-header .topbar .left {
    width: 75%;
    padding: 5px 8px 5px 0;
  }
  .site-header .topbar .right {
    width: 25%;
  }
  .site-header .topbar .site-description {
    font-size: 0.875em;
  }
  .site-header .topbar .search, .site-header .topbar .separator, .site-header .topbar .social-icons {
    margin-top: 8px;
    margin-right: 0;
  }
  .site-header .topbar .search span:not(.fa) {
    position: absolute;
    left: -99999px;
    right: auto;
  }
  .site-header .topbar .donate-button {
    margin-right: 0;
  }
  .site-header .topbar .donate-button a {
    min-width: 0;
    font-size: 1.125em;
    line-height: 32px;
  }
  .site-header .header-content {
    padding: 0;
  }
  .site-header .site-logo {
    margin: 12px 0;
  }
  .site-header .site-logo img {
    width: 130px;
    height: auto;
  }
  .site-header .navbar-toggle {
    margin-top: 60px;
  }
}

.navbar:after {
  content: "";
  display: table;
  clear: both;
}

.navbar ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.navbar ul li {
  position: relative;
  font-family: "ITC Stone Sans W01", "Trebuchet", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 1.5;
}

.navbar ul li a {
  display: block;
  color: #484847;
}

.navbar ul li a:hover {
  color: #EA7125;
}

.navbar ul li a:active, .navbar ul li a:focus {
  color: #F18F19;
}

.navbar ul.main-menu {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.navbar ul.main-menu > li {
  padding: 0.5em;
  float: left;
}

.navbar ul.main-menu > li.current-menu-item > a, .navbar ul.main-menu > li.current-menu-ancestor > a {
  color: #EA7125;
}

.navbar ul.sub-menu {
  padding: 0.5em 0;
  background-color: #D0D9DE;
  width: 244px;
  margin-left: -122px;
}

.navbar ul.sub-menu > li {
  position: relative;
  font-family: "Open Sans Condensed", "PT Sans", "Arial", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1em;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: center;
}

.navbar ul.sub-menu > li > a {
  padding: 10px 1em;
  color: #005e85;
}

.navbar ul.sub-menu > li > a:hover {
  color: #EA7125;
  background-color: rgba(255, 255, 255, 0.65);
}

.navbar ul.sub-menu > li > a:active, .navbar ul.sub-menu > li > a:focus {
  color: #F18F19;
  background-color: rgba(255, 255, 255, 0.65);
}

.navbar ul.sub-menu ul.sub-menu {
  display: none;
}

.navbar {
  /* Special navbar edit - JKC*/
}

.navbar ul.main-menu > li:hover > ul.sub-menu,
.navbar ul.sub-menu.show {
  left: 50%;
}

.navbar ul.sub-menu {
  position: absolute;
  left: -99999px;
  right: auto;
  top: 100%;
  z-index: 200;
}

.navbar ul.sub-menu > li:hover > ul.sub-menu,
.navbar ul.sub-menu ul.sub-menu.show {
  top: 0;
  left: 100%;
}

.navbar li#menu-item-157 a {
  padding-right: 1.25em;
  padding-left: 1.25em;
}

.navbar li#menu-item-155 a {
  padding-right: 3em;
  padding-left: 3em;
}

#sidr-main-menu {
  background-color: rgba(255, 255, 255, 0.9);
  min-height: 100%;
}

#sidr-main-menu .sidr-buttons {
  padding: 11px 20px;
  height: 52px;
  line-height: 52px;
}

#sidr-main-menu .sidr-buttons a {
  width: 30px;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  color: #5BC46A;
}

#sidr-main-menu .sidr-buttons a:hover {
  color: #005e85;
}

#sidr-main-menu .sidr-buttons a:active, #sidr-main-menu .sidr-buttons a:focus {
  color: #779CB0;
}

#sidr-main-menu .sidr-buttons .home-button {
  float: left;
}

#sidr-main-menu .sidr-buttons .close-button {
  float: right;
}

#sidr-main-menu .quick-links {
  border: 0;
}

#sidr-main-menu .quick-links .row .column {
  width: 50%;
}

#sidr-main-menu .quick-links .link .center img {
  max-width: 30px;
  max-height: 30px;
}

#sidr-main-menu .quick-links .link .center span {
  font-size: 0.9375em;
}

#sidr-main-menu .quick-links .link .center .text-wrap {
  margin-left: 42px;
  width: 90px;
}

#sidr-main-menu .sidr-navbar {
  padding: 1em 1.5em;
}

#sidr-main-menu .sidr-navbar ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#sidr-main-menu .sidr-navbar ul li {
  padding: 0;
  margin: 0 0 1em 0;
}

#sidr-main-menu .sidr-navbar ul li a {
  display: block;
  margin: 0.5em 0;
  font-family: "ITC Stone Sans W01", "Trebuchet", "Arial", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1em;
  line-height: 1.25;
  color: #A1B4BE;
}

#sidr-main-menu .sidr-navbar ul li a:hover {
  color: #EA7125;
}

#sidr-main-menu .sidr-navbar ul li a:active, #sidr-main-menu .sidr-navbar ul li a:focus {
  color: #F18F19;
}

#sidr-main-menu .sidr-navbar ul ul li {
  margin: 0 0 0.5em 0;
}

#sidr-main-menu .sidr-navbar ul ul li a {
  font-family: "Open Sans Condensed", "PT Sans", "Arial", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1.25;
  color: #005e85;
}

#sidr-main-menu .sidr-navbar ul ul ul li {
  margin: 0 0 0.25em 0;
}

#sidr-main-menu .sidr-navbar ul ul ul li a {
  font-family: "ITC Stone Sans W01", "Trebuchet", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 1.25;
}

#sidr-main-menu .sidr-navbar ul ul ul ul li {
  padding-left: 1em;
}

@media (max-width: 520px) {
  .site-content .quick-links {
    display: none;
  }
}

.quick-links {
  border-top: 3px solid #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
  background-color: #F18F19;
  overflow: hidden;
}

.quick-links .row {
  margin: 0 -1px -2px -1px;
  overflow: hidden;
}

.quick-links .row .column {
  padding: 0 1px 2px 1px;
}

.quick-links .link {
  display: block;
  background: #EA7125;
  color: #FFFFFF;
}

.quick-links .link .center {
  display: block;
  height: 60px;
  overflow: hidden;
  line-height: 60px;
  text-align: center;
}

.quick-links .link .center img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.quick-links .link .center span {
  display: inline-block;
  vertical-align: middle;
  font-family: "Open Sans Condensed", "PT Sans", "Arial", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1;
  text-transform: uppercase;
  text-align: left;
}

.quick-links .link .center .text-wrap {
  margin-left: 50px;
}

.quick-links a.link:hover {
  background-color: #005e85;
}

.quick-links a.link:active, .quick-links a.link:focus {
  outline: 0;
  background-color: #779CB0;
}

@media (min-width: 1025px) and (max-width: 1260px) {
  .quick-links .link .center span {
    font-size: 1em;
  }
}

@media (max-width: 1024px) {
  .quick-links .link .center .text-wrap {
    width: 120px;
  }
}

@media (max-width: 400px) {
  .quick-links .fixed-width {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }
  .quick-links .link {
    padding: 0 5%;
  }
}

.top-banner {
  background-color: #005e85;
}

.top-banner:after {
  content: "";
  display: table;
  clear: both;
}

.top-banner .bx-wrapper .bx-controls-direction a {
  margin-top: -16px;
  width: 21px;
  height: 32px;
}

.top-banner .bx-wrapper .bx-prev {
  left: 15px;
  background: url("../images/bx_controls_2.png") no-repeat 0 0;
}

.top-banner .bx-wrapper .bx-prev:hover {
  background-position: 0 -32px;
}

.top-banner .bx-wrapper .bx-next {
  right: 15px;
  background: url("../images/bx_controls_2.png") no-repeat -21px 0;
}

.top-banner .bx-wrapper .bx-next:hover {
  background-position: -21px -32px;
}

.top-banner ul.bxslider {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.top-banner ul.bxslider li.slide {
  position: relative;
}

.top-banner .slide-image img {
  display: block;
  max-width: 100%;
}

.top-banner .slide-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 22px;
  font-family: "ITC Stone Sans W01", "Trebuchet", "Arial", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1.5;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.85);
}

.top-banner .slide-content a {
  color: #005e85;
}

.top-banner .slide-content a:hover {
  color: #EA7125;
}

.top-banner .slide-content a:active, .top-banner .slide-content a:focus {
  color: #F18F19;
}

.top-banner .slide-content .fa {
  margin-left: 0.25em;
  font-size: 0.8em;
  color: #EA7125;
}

.top-banner .recent-entries {
  padding: 14px 26px;
}

.top-banner .recent-entries article {
  margin-top: 2em;
  margin-bottom: 2em;
  line-height: 1.5;
}

.top-banner .recent-entries h2 {
  margin: 0.25em 0;
  font-family: "ITC Stone Sans W01", "Trebuchet", "Arial", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1em;
  line-height: 1.25;
  text-transform: none;
  color: #A1B4BE;
}

.top-banner .recent-entries h3 {
  margin: 0.25em 0;
  font-family: "Open Sans Condensed", "PT Sans", "Arial", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1.25;
  text-transform: uppercase;
  color: #EA7125;
}

.top-banner .recent-entries a {
  color: #FECB00;
}

.top-banner .recent-entries a:hover {
  color: #EA7125;
}

.top-banner .recent-entries a:active, .top-banner .recent-entries a:focus {
  color: #F18F19;
}

.top-banner .recent-entries .read-more {
  font-family: "Open Sans Condensed", "PT Sans", "Arial", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 0.9375em;
  line-height: 1.25;
  text-transform: uppercase;
  color: #FFFFFF;
}

.top-banner .recent-entries .fa {
  position: relative;
  top: -2px;
  font-size: 0.8em;
  color: #EA7125;
}

@media (min-width: 1025px) {
  .top-banner .banner-wrap {
    width: 66.666666%;
    float: left;
  }
  .top-banner .recent-entries {
    width: 33.333333%;
    float: left;
  }
}

@media (min-width: 1025px) and (max-width: 1260px) {
  .top-banner .slide-content {
    position: static;
  }
  .top-banner .recent-entries {
    padding-top: 0;
    padding-bottom: 0;
  }
  .top-banner .recent-entries article {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
}

@media (max-width: 1024px) {
  .top-banner .recent-entries {
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .top-banner .slide-content {
    position: static;
    padding: 10px 20px;
    font-size: 1em;
  }
  .top-banner .slide-content .fa {
    font-size: 1em;
  }
  .top-banner .recent-entries {
    padding: 0;
  }
}

@media (max-width: 520px) {
  .top-banner .fixed-width {
    margin-left: 0;
    margin-right: 0;
  }
  .top-banner .slide-content {
    padding: 10px 5%;
  }
  .top-banner .recent-entries {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.bottom-links {
  border-top: 3px solid #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
  background-color: #FED533;
}

.bottom-links .row {
  margin: 0 -1px -2px -1px;
  overflow: hidden;
}

.bottom-links .column {
  padding: 0 1px 2px 1px;
}

.bottom-links .link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5em;
  height: 60px;
  background: #FECB00;
  font-family: "Open Sans Condensed", "PT Sans", "Arial", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.125em;
  line-height: 1;
  text-align: center;
  color: #005e85;
}

.bottom-links a.link:hover {
  color: #FFFFFF;
  background-color: #EA7125;
}

.bottom-links a.link:active, .bottom-links a.link:focus {
  outline: 0;
  color: #FFFFFF;
  background-color: #F18F19;
}

@media (min-width: 1025px) {
  .bottom-links.has-5-items .column {
    width: 20%;
  }
}

@media (max-width: 1024px) {
  .bottom-links .link br {
    display: none;
  }
}

@media (max-width: 400px) {
  .bottom-links .fixed-width {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }
  .bottom-links .link {
    padding: 0 5%;
  }
}

.main-content .main-header {
  margin-top: 3em;
  margin-bottom: 2em;
}

.main-content .main-header .main-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.main-content .main-header .hentry {
  padding: 0;
}

.main-content .hentry {
  padding: 0 15px;
  margin-top: 3em;
  margin-bottom: 5em;
  clear: both;
}

.main-content .hentry .entry-footer {
  margin-top: 2em;
  clear: both;
}

.main-content .main-footer {
  margin-top: 2em;
  margin-bottom: 5em;
}

.main-content .main-header, .main-content .hentry, .main-content .main-footer {
  padding-left: 15px;
  padding-right: 15px;
}

.main-content.content-multiple .hentry {
  margin-top: 2em;
  margin-bottom: 2em;
}

.main-content.content-multiple .hentry .entry-footer {
  margin-top: 1em;
}

@media (max-width: 768px) {
  .main-content .main-header {
    margin-top: 2em;
    margin-bottom: 1.5em;
  }
  .main-content .hentry {
    margin-top: 2em;
    margin-bottom: 3em;
  }
  .main-content .main-footer {
    margin-top: 1.5em;
    margin-bottom: 3em;
  }
  .main-content .main-header, .main-content .hentry, .main-content .main-footer {
    padding-left: 0;
    padding-right: 0;
  }
  .main-content.content-multiple .hentry {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
}

.hentry .entry-header .entry-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.hentry .entry-header .entry-meta {
  margin: -0.25em 0 1em 0;
}

.hentry .entry-header .entry-meta .meta-value {
  margin: 0 0.5em 0.5em 0;
  font-style: italic;
}

.hentry .entry-content h1, .hentry .content-column h1 {
  clear: both;
}

.hentry .entry-content img, .hentry .content-column img {
  display: block;
  max-width: 100%;
  height: auto;
}

.hentry .entry-content ul li, .hentry .entry-content ol li, .hentry .content-column ul li, .hentry .content-column ol li {
  margin: 0.5em 0;
}

.hentry .entry-content > ul, .hentry .content-column > ul {
  padding: 0;
}

.hentry .entry-content > ul li, .hentry .content-column > ul li {
  position: relative;
  padding-left: 1.2em;
  list-style-type: none;
}

.hentry .entry-content > ul li:before, .hentry .content-column > ul li:before {
  content: '\25A0';
  position: absolute;
  left: 0;
  top: -2px;
  color: #005E85;
}

.hentry .entry-content > ul ul li:before, .hentry .content-column > ul ul li:before {
  content: '\25CF';
}

.hentry .entry-content > ul ul ul li:before, .hentry .content-column > ul ul ul li:before {
  content: '\25AA';
  top: -1px;
}

.hentry .entry-content .social-icons, .hentry .content-column .social-icons {
  font-size: 1.5em;
}

.hentry .entry-content .social-icons:after, .hentry .content-column .social-icons:after {
  content: "";
  display: table;
  clear: both;
}

.hentry .entry-content .social-icons a, .hentry .content-column .social-icons a {
  float: left;
  clear: both;
}

.hentry .entry-content .social-icons .screen-reader-text, .hentry .content-column .social-icons .screen-reader-text {
  position: static !important;
  clip-path: none;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
}

@media (max-width: 520px) {
  .hentry .entry-content img.alignleft, .hentry .entry-content img.alignright, .hentry .entry-content blockquote.alignleft, .hentry .entry-content blockquote.alignright, .hentry .content-column img.alignleft, .hentry .content-column img.alignright, .hentry .content-column blockquote.alignleft, .hentry .content-column blockquote.alignright {
    display: block;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
}

.hentry .entry-footer .button-links .button {
  margin: 0 0.5em 0.5em 0;
}

@media (max-width: 400px) {
  .hentry .entry-footer .button-links .button {
    display: block;
    width: 288px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.search-form {
  position: relative;
  margin-top: 0;
  margin-bottom: 1.5em;
  width: 300px;
  max-width: 100%;
  font-size: 16px;
}

.search-form .search-field {
  width: 100%;
  height: 38px;
  padding: 4px 46px 4px 10px;
  border-radius: 0;
  font-size: 1em;
  line-height: 1;
  background-color: #FFFFFF;
}

.search-form .search-field:focus ~ .search-submit {
  border-color: #005e85;
}

.search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid #A1B4BE;
  border-radius: 0;
  font-size: 1em;
}

.pagination {
  margin-top: 0;
  margin-bottom: 1.5em;
}

.pagination:after {
  content: "";
  display: table;
  clear: both;
}

.pagination ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.pagination ul li {
  display: inline-block;
  float: left;
}

.pagination ul li a, .pagination ul li span {
  display: inline-block;
  padding: 0.4em 0.8em;
}

.pagination ul li span.dots {
  padding: 0.4em;
}

.gallery {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.gallery:after {
  content: "";
  display: table;
  clear: both;
}

.gallery .gallery-item {
  margin: 0;
  float: left;
  padding: 0.5em;
}

.gallery .gallery-item img {
  display: block;
  width: 100%;
  height: auto;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  float: none;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.3333%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6667%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

@media (min-width: 769px) {
  .gallery-columns-2 .gallery-item:nth-child(2n+1),
  .gallery-columns-3 .gallery-item:nth-child(3n+1),
  .gallery-columns-4 .gallery-item:nth-child(4n+1),
  .gallery-columns-5 .gallery-item:nth-child(5n+1),
  .gallery-columns-6 .gallery-item:nth-child(6n+1),
  .gallery-columns-7 .gallery-item:nth-child(7n+1),
  .gallery-columns-8 .gallery-item:nth-child(8n+1),
  .gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
  }
}

@media (max-width: 768px) {
  .gallery-columns-4 .gallery-item {
    width: 50%;
  }
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item {
    width: 33.3333%;
  }
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item {
    width: 25%;
  }
  .gallery-columns-9 .gallery-item {
    width: 20%;
  }
  .gallery-columns-4 .gallery-item:nth-child(2n+1),
  .gallery-columns-5 .gallery-item:nth-child(3n+1),
  .gallery-columns-6 .gallery-item:nth-child(3n+1),
  .gallery-columns-7 .gallery-item:nth-child(4n+1),
  .gallery-columns-8 .gallery-item:nth-child(4n+1),
  .gallery-columns-9 .gallery-item:nth-child(5n+1) {
    clear: left;
  }
}

@media (max-width: 520px) {
  .gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item {
    width: 100%;
    float: none;
  }
}

.sidebar {
  margin-top: 3.25em;
  margin-bottom: 5em;
}

@media (max-width: 1024px) {
  .sidebar {
    display: none;
  }
}

.sidebar .widget {
  margin-top: 1.5em;
  margin-bottom: 2.5em;
  clear: both;
}

.sidebar .widget .title {
  margin-top: 0;
  font-family: "ITC Stone Sans W01", "Trebuchet", "Arial", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1em;
  color: #A1B4BE;
}

.sidebar .widget .title a {
  color: #A1B4BE;
}

.sidebar .widget .title a:hover {
  color: #EA7125;
}

.sidebar .widget .title a:active, .sidebar .widget .title a:focus {
  color: #F18F19;
}

.sidebar .widget ul {
  padding: 0;
  list-style-type: none;
}

.sidebar .widget ul li {
  position: relative;
  padding-left: 1em;
}

.sidebar .widget ul li:before {
  content: '\25A0';
  position: absolute;
  left: 0;
  top: -2px;
  color: #A1B4BE;
}

.sidebar .widget ul ul li:before {
  content: '\25CF';
}

.sidebar .widget ul ul ul li:before {
  content: '\25AA';
  top: -1px;
}

.sidebar .widget.widget_calendar table {
  width: 100%;
}

.sidebar .widget.widget_calendar table caption {
  font-weight: 600;
  font-size: 1.125em;
}

.sidebar .widget.widget_calendar table th, .sidebar .widget.widget_calendar table td {
  padding: 0.5em;
}

.sidebar .widget.widget_calendar table thead, .sidebar .widget.widget_calendar table tbody {
  text-align: center;
}

.sidebar .widget.widget_calendar table tfoot #prev {
  text-align: left;
}

.sidebar .widget.widget_calendar table tfoot #next {
  text-align: right;
}

.sidebar .widget.widget_recent_entries ul, .sidebar .widget.widget_pages ul,
.sidebar .widget.widget_nav_menu ul, .sidebar .widget.widget_csk_submenu_widget ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sidebar .widget.widget_recent_entries ul li, .sidebar .widget.widget_pages ul li,
.sidebar .widget.widget_nav_menu ul li, .sidebar .widget.widget_csk_submenu_widget ul li {
  padding: 0;
  margin: 0 0 0.5em 0;
}

.sidebar .widget.widget_recent_entries ul li:before, .sidebar .widget.widget_pages ul li:before,
.sidebar .widget.widget_nav_menu ul li:before, .sidebar .widget.widget_csk_submenu_widget ul li:before {
  content: none;
}

.sidebar .widget.widget_recent_entries ul li a, .sidebar .widget.widget_pages ul li a,
.sidebar .widget.widget_nav_menu ul li a, .sidebar .widget.widget_csk_submenu_widget ul li a {
  font-family: "Open Sans Condensed", "PT Sans", "Arial", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1.25;
  color: #005e85;
}

.sidebar .widget.widget_recent_entries ul li a:hover, .sidebar .widget.widget_pages ul li a:hover,
.sidebar .widget.widget_nav_menu ul li a:hover, .sidebar .widget.widget_csk_submenu_widget ul li a:hover {
  color: #EA7125;
}

.sidebar .widget.widget_recent_entries ul li a:active, .sidebar .widget.widget_recent_entries ul li a:focus, .sidebar .widget.widget_pages ul li a:active, .sidebar .widget.widget_pages ul li a:focus,
.sidebar .widget.widget_nav_menu ul li a:active,
.sidebar .widget.widget_nav_menu ul li a:focus, .sidebar .widget.widget_csk_submenu_widget ul li a:active, .sidebar .widget.widget_csk_submenu_widget ul li a:focus {
  color: #F18F19;
}

.sidebar .widget.widget_recent_entries ul ul, .sidebar .widget.widget_pages ul ul,
.sidebar .widget.widget_nav_menu ul ul, .sidebar .widget.widget_csk_submenu_widget ul ul {
  margin-top: 0.25em;
}

.sidebar .widget.widget_recent_entries ul ul li, .sidebar .widget.widget_pages ul ul li,
.sidebar .widget.widget_nav_menu ul ul li, .sidebar .widget.widget_csk_submenu_widget ul ul li {
  margin: 0 0 0.25em 0;
}

.sidebar .widget.widget_recent_entries ul ul li a, .sidebar .widget.widget_pages ul ul li a,
.sidebar .widget.widget_nav_menu ul ul li a, .sidebar .widget.widget_csk_submenu_widget ul ul li a {
  font-family: "ITC Stone Sans W01", "Trebuchet", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 1.25;
}

.sidebar .widget.widget_recent_entries ul ul ul li, .sidebar .widget.widget_pages ul ul ul li,
.sidebar .widget.widget_nav_menu ul ul ul li, .sidebar .widget.widget_csk_submenu_widget ul ul ul li {
  padding-left: 1em;
}

.circle-members-section {
  position: relative;
  padding: 1rem 0;
  background-color: #F3F6F9;
}

.circle-members-section .section-title {
  margin: 1.5rem 0 1rem 0;
  font-style: normal;
  font-size: 2.5rem;
  text-align: center;
  color: #005e85;
}

.circle-members-section .section-subtitle {
  margin: -0.5rem 0 1rem 0;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.375;
  text-align: center;
}

.circle-members-section .section-content {
  margin: 1.5rem 0 0 0;
  font-size: 1.125rem;
}

.circle-members-section .member-carousel {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.circle-members-section .member-carousel__item {
  flex: 0 0 auto;
  width: 300px;
  padding: 0.75rem;
}

.circle-members-section .member-carousel.slick-slider {
  display: block;
  max-width: none;
  overflow: visible;
}

.circle-members-section .member-carousel.slick-slider .slick-prev,
.circle-members-section .member-carousel.slick-slider .slick-next {
  width: 32px;
  height: 32px;
}

.circle-members-section .member-carousel.slick-slider .slick-prev::before,
.circle-members-section .member-carousel.slick-slider .slick-next::before {
  font-size: 24px;
  line-height: 32px;
  color: #005e85;
}

.circle-members-section .member-carousel.slick-slider .slick-dots li button::before {
  font-size: 10px;
  color: #005e85;
}

.circle-members-section .member-item {
  position: relative;
}

.circle-members-section .member-item:hover .member-item__content {
  transform: none;
}

.circle-members-section .member-item:focus-within .member-item__content {
  transform: none;
}

.circle-members-section .member-item__sizer {
  display: block;
  padding-bottom: 100%;
}

.circle-members-section .member-item__layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.circle-members-section .member-item__image {
  position: relative;
  height: 100%;
  background-color: #FFFFFF;
  overflow: hidden;
}

.circle-members-section .member-item__image img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.circle-members-section .member-item__content {
  height: 100%;
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.375;
  color: #FFFFFF;
  background-color: #005e85;
  transform: translateY(110%);
  transition: 0.3s ease-out;
}

.circle-members-section .member-item__content h3 {
  margin-top: 0.5rem;
  color: inherit;
}

.circle-members-section .member-item__content a {
  color: #FECB00;
}

.circle-members-section .member-item__content .more {
  font-weight: 700;
}

.circle-members-section .member-item__link {
  display: block;
  height: 100%;
}

@media (max-width: 1024px) {
  .circle-members-section .member-carousel {
    max-width: none;
  }
  .circle-members-section .member-carousel__item {
    width: 33.33333333%;
  }
  .circle-members-section .member-item__content p {
    display: none;
  }
}

@media (max-width: 768px) {
  .circle-members-section .member-item__content {
    display: none;
  }
}

@media (max-width: 520px) {
  .circle-members-section .section-title {
    font-size: 1.75rem;
  }
  .circle-members-section .member-carousel__item {
    padding: 0.25rem;
  }
}

@media (max-width: 400px) {
  .circle-members-section .member-carousel__item {
    width: 50%;
  }
}

.circle-spotlight-section {
  position: relative;
  padding: 1rem 0;
}

.circle-spotlight-section .section-title {
  margin: 1.5rem 0 1rem 0;
  font-style: normal;
  font-size: 2.5rem;
  text-align: center;
  color: #005e85;
}

.circle-spotlight-section .section-subtitle {
  margin: -0.5rem 0 1rem 0;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.375;
  text-align: center;
}

.circle-spotlight-section .section-content {
  margin: 1.5rem 0 0 0;
  font-size: 1.125rem;
}

.circle-spotlight-section .member-spotlight {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1.5rem;
  margin: 1.5rem 0 0 0;
  color: #FFFFFF;
  background-color: #005e85;
}

.circle-spotlight-section .member-spotlight h1, .circle-spotlight-section .member-spotlight h2, .circle-spotlight-section .member-spotlight h3, .circle-spotlight-section .member-spotlight h4, .circle-spotlight-section .member-spotlight h5, .circle-spotlight-section .member-spotlight h6 {
  color: inherit;
}

.circle-spotlight-section .member-spotlight a {
  color: inherit;
  text-decoration: underline;
}

.circle-spotlight-section .member-spotlight a:focus, .circle-spotlight-section .member-spotlight a:hover {
  text-decoration: none;
}

.circle-spotlight-section .member-spotlight .button {
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  text-decoration: none;
  color: #005e85;
  background-color: #FFFFFF;
}

.circle-spotlight-section .member-spotlight__image {
  flex: 0 1 auto;
  align-self: flex-start;
  width: 33.33333333%;
  max-width: 300px;
  margin: -0.5rem 0 -0.5rem -0.5rem;
  background-color: #FFFFFF;
}

.circle-spotlight-section .member-spotlight__image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.circle-spotlight-section .member-spotlight__content {
  flex: 1 1 auto;
  width: 66.66666666%;
  padding: 0 0 0 1.5rem;
  margin: -0.5rem 0;
}

.circle-spotlight-section .member-spotlight__content > :first-child {
  margin-top: 0;
}

.circle-spotlight-section .member-spotlight__content > :last-child {
  margin-bottom: 0;
}

.circle-spotlight-section .member-spotlight__title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.circle-spotlight-section .member-spotlight__subtitle {
  margin: 0 0 1rem 0;
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 700;
  font-style: italic;
}

@media (max-width: 768px) {
  .circle-spotlight-section .member-spotlight {
    display: block;
  }
  .circle-spotlight-section .member-spotlight__image {
    width: auto;
    max-width: 200px;
    float: left;
    margin: 0 1.5rem 0.5rem 0;
  }
  .circle-spotlight-section .member-spotlight__content {
    width: auto;
    padding: 0;
    margin: 0;
  }
}

@media (max-width: 520px) {
  .circle-spotlight-section {
    padding-bottom: 0;
  }
  .circle-spotlight-section .fixed-width {
    margin-left: auto;
    margin-right: auto;
  }
  .circle-spotlight-section .section-title {
    padding: 0 1.5rem;
    font-size: 1.75rem;
  }
}

@media (max-width: 480px) {
  .circle-spotlight-section .member-spotlight__image {
    max-width: none;
    float: none;
    margin: 0 0 1rem 0;
  }
}

.circle-support-section {
  position: relative;
  padding: 1rem 0;
}

.circle-support-section .section-title {
  margin: 1.5rem 0 1rem 0;
  font-style: normal;
  font-size: 2.5rem;
  text-align: center;
  color: #005e85;
}

.circle-support-section .section-subtitle {
  margin: -0.5rem 0 1rem 0;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.375;
  text-align: center;
}

.circle-support-section .section-content {
  margin: 1.5rem 0 0 0;
  font-size: 1.125rem;
}

.circle-support-section .member-circles .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}

.circle-support-section .member-circles .column {
  padding: 1rem;
}

.circle-support-section .member-circle {
  position: relative;
  height: 100%;
  padding: 1.5rem;
  text-align: center;
  background-color: #005e85;
  color: #FFFFFF;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}

.circle-support-section .member-circle a {
  color: inherit;
}

.circle-support-section .member-circle a:focus,
.circle-support-section .member-circle a:hover {
  text-decoration: underline;
}

.circle-support-section .member-circle h3 {
  margin: 0 0 0.5rem 0;
  font-size: 1.5rem;
  color: inherit;
}

.circle-support-section .member-circle ul {
  padding: 0;
  margin: 0.5rem 0;
  list-style: none;
}

.circle-support-section .member-circle li {
  margin: 0.5rem 0;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.375;
}

.circle-support-section .member-circle--index-1 {
  background-color: #5c2b85;
}

.circle-support-section .member-circle--index-2 {
  background-color: #EA7125;
}

.circle-support-section .member-circle--index-3 {
  background-color: #005e85;
}

.circle-support-section .member-circle__icon {
  width: 5rem;
  height: 5rem;
  padding: 1rem 0;
  border: 0.25rem solid currentColor;
  margin: 0 auto 1rem auto;
  font-size: 2.5rem;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  text-shadow: none;
  border-radius: 50%;
}

.circle-support-section .member-circle__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

@media (max-width: 520px) {
  .circle-support-section .section-title {
    font-size: 1.75rem;
  }
}

.site-footer {
  padding: 28px 0;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: #005e85;
}

.site-footer .row .column {
  padding: 0 15px;
  vertical-align: top;
}

.site-footer .row .column:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #4d778e;
}

.site-footer .row .resource-column:after {
  content: none;
}

.site-footer a {
  color: #FECB00;
}

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

.site-footer a:active, .site-footer a:focus {
  color: #F18F19;
}

.site-footer .site-logo {
  margin: 20px 0 12px 0;
}

.site-footer .info-column {
  font-size: 0.9375em;
  line-height: 1.666666;
}

.site-footer .info-column a {
  color: #FFFFFF;
}

.site-footer .info-column a:hover {
  color: #EA7125;
}

.site-footer .info-column a:active, .site-footer .info-column a:focus {
  color: #F18F19;
}

.site-footer .info-column p {
  margin: 0;
}

.site-footer .contact-information .address .address-1:after {
  content: ',';
}

.site-footer .contact-information .address .address-3 {
  display: block;
}

.site-footer .contact-information .phone-number, .site-footer .contact-information .toll-free-number {
  display: inline-block;
}

.site-footer .contact-information .phone-number:after {
  content: "|";
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
}

.site-footer .policy-navbar {
  margin-bottom: 52px;
}

.site-footer .policy-navbar ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.site-footer .policy-navbar ul:after {
  content: "";
  display: table;
  clear: both;
}

.site-footer .policy-navbar ul li {
  float: left;
  font-size: 13px;
}

.site-footer .policy-navbar ul li + li:before {
  content: "|";
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
}

.site-footer .social-column, .site-footer .resource-column {
  text-align: center;
}

.site-footer .social-column h2, .site-footer .resource-column h2 {
  margin: 1em 0 0.25em 0;
  font-family: "ITC Stone Sans W01", "Trebuchet", "Arial", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.25;
  color: #A1B4BE;
  text-align: center;
}

.site-footer .social-icons {
  margin-top: 36px;
  text-align: center;
}

.site-footer .social-icons a {
  display: inline-block;
  margin: 0 2px;
  width: 30px;
  line-height: 30px;
  font-size: 28px;
  text-align: center;
}

.site-footer .sign-up a.button {
  display: block;
  width: 230px;
  max-width: 100%;
  margin: 1em auto;
  color: #005e85;
}

.site-footer .sign-up a.button:hover, .site-footer .sign-up a.button:active, .site-footer .sign-up a.button:focus {
  color: #FFFFFF;
}

.site-footer .footer-navbar ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.site-footer .footer-navbar ul li {
  margin: 1em 0;
  font-family: "Open Sans Condensed", "PT Sans", "Arial", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1em;
  line-height: 1.25;
  text-transform: uppercase;
}

.site-footer .site-credit {
  position: absolute;
  left: 15px;
  bottom: 0;
  font-family: 'Arial', sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  opacity: 0.7;
}

.site-footer .site-credit .site-by {
  margin-right: 2px;
}

.site-footer .site-credit a {
  color: inherit;
  text-decoration: none;
}

.site-footer .site-credit svg {
  position: relative;
  top: 3px;
  width: 103px;
  height: 14px;
  fill: currentColor;
}

@media (max-width: 1024px) {
  .site-footer .sign-up h2 {
    margin-bottom: 1em;
    font-size: 1.125em;
  }
}

@media (max-width: 768px) {
  .site-footer .row .column {
    padding: 28px 0;
  }
  .site-footer .row .column:after {
    top: 100%;
    width: 100%;
    height: 1px;
  }
  .site-footer .row .social-column:after {
    content: none;
  }
  .site-footer .site-logo {
    margin-top: 0;
  }
  .site-footer .policy-navbar {
    margin-bottom: 0;
  }
  .site-footer .site-credit {
    position: relative;
    left: 0;
    top: 15px;
  }
}

@media (max-width: 520px) {
  .site-footer .row .social-column:after {
    content: '';
  }
}

@media (max-width: 400px) {
  .site-footer .sign-up a.button {
    width: 288px;
  }
}

/*
===========================================================
 Plugin Styles
===========================================================
*/
.ui-datepicker select {
  width: auto;
  padding: 0.1em;
  margin: 0 3px;
  box-shadow: none;
}

.gform_wrapper form {
  padding: 1.5em;
  background-color: #F0F0F0;
}

@media (max-width: 520px) {
  .gform_wrapper form {
    padding: 0.5em 1em;
  }
}

.gf_browser_ie.gform_wrapper .gform_footer input.button {
  padding: 0.4em 1em !important;
}

.gform_widget .gform_wrapper form {
  padding: 0;
  background: none;
}

.gform_widget .gform_wrapper ul.gform_fields li.gfield {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.gform_widget .gform_wrapper ul.gform_fields li.gfield input.medium {
  width: 100%;
}

.accordionButton {
  background: #D0D9DE;
  border: none;
  margin: 0.5em 0 1em 0;
  padding: 0.5em 1em;
}

.accordionButton > * {
  margin: 0;
  padding: 0;
}

.accordionButton > *:hover {
  cursor: pointer;
}

.accordionButton > *:after {
  content: '\f067';
  float: right;
  font-family: 'FontAwesome';
}

.accordionButton.openDiv *:after {
  content: '\f068';
}

.accordionContent {
  display: none;
  padding: 0 2em;
  margin-bottom: 1em;
}

.accordionContent {
  overflow: hidden;
  padding: 0.5em 2em;
  margin: 1em 0;
  -moz-transform: rotate(0.01deg);
}

.accordionContent p {
  padding: 0;
  margin: 0;
}

/* Single event template wrapper */
#tribe-events-pg-template {
  padding: 0;
  max-width: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding: 3em 0 0 0;
}

.tribe-events-back {
  display: none;
  margin-bottom: 1.5rem;
}

.tribe-events-single {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 3em;
}

.tribe-events-single .hentry {
  padding-left: 0;
  padding-right: 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.tribe-events-schedule h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-style: normal;
}

.tribe-events-schedule .tribe-events-cost {
  font-weight: 600;
  text-transform: uppercase;
}

.tribe-events-event-meta dt {
  font-weight: 600;
}

/* Single event meta section */
.tribe-events-event-meta.primary,
.tribe-events-event-meta.secondary {
  width: 100%;
  gap: 2rem;
  flex-wrap: nowrap;
}

.tribe-events-event-meta.primary .tribe-events-meta-group,
.tribe-events-event-meta.primary .tribe-events-venue-map,
.tribe-events-event-meta.secondary .tribe-events-meta-group,
.tribe-events-event-meta.secondary .tribe-events-venue-map {
  flex: 1 1 0%;
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  .tribe-events-event-meta.primary,
  .tribe-events-event-meta.secondary {
    flex-wrap: wrap;
  }
  .tribe-events-event-meta.primary .tribe-events-meta-group,
  .tribe-events-event-meta.primary .tribe-events-venue-map,
  .tribe-events-event-meta.secondary .tribe-events-meta-group,
  .tribe-events-event-meta.secondary .tribe-events-venue-map {
    flex-basis: 100%;
  }
}

/* Related events section */
.tribe-events-single ul.tribe-related-events li .tribe-related-event-info {
  padding: 0 0.75rem 0.75rem 0.75rem;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-event-info .tribe-event-date-start {
  margin-bottom: 0.25rem;
}

/* Event nav at bottom of single event page */
.tribe-events-single .tribe-events-sub-nav {
  padding: 0;
  list-style: none;
}

.tribe-events-single .tribe-events-nav-next {
  text-align: right;
}

/* Widget */
.tribe-events-widget-events-list__header .tribe-events-widget-events-list__header-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  font-style: normal;
}

.csk-staff-profiles .staff-wrapper .staff-image .placeholder {
  background-color: #F0F0F0;
  border: 1px solid #D0D9DE;
}

.csk-staff-profiles .staff-wrapper .staff-fields .staff-field .fa {
  color: #005e85;
}

.csk-staff-profiles .staff-wrapper .staff-fields .staff-field a {
  color: #005e85;
}

.csk-staff-profiles .staff-wrapper .staff-fields .staff-field a:hover {
  color: #EA7125;
}

.csk-staff-profiles .staff-wrapper .staff-fields .staff-field a:active, .csk-staff-profiles .staff-wrapper .staff-fields .staff-field a:focus {
  color: #F18F19;
}

.mapsvg {
  max-width: 100%;
  height: auto !important;
}

.csk-map-locations .location-search {
  background-color: #D0D9DE;
}

.csk-map-locations .location-search .location-field {
  margin-top: 1em;
}

.csk-map-locations .accordion-title {
  background-color: #D0D9DE;
}

.csk-map-locations .accordion-title .location-title h2 {
  font-weight: normal;
  font-style: normal;
  font-size: 1.25em;
  color: #005e85;
}

@media (max-width: 400px) {
  .csk-map-locations .accordion-title .location-title h2 {
    font-size: 1em;
  }
}

.csk-map-locations.single-location-template .contacts-column {
  border-color: #D0D9DE;
}

.csk-map-locations.single-location-template .contacts-column .location-contacts {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.csk-map-locations.single-location-template .contacts-column .location-contacts .contact {
  padding: 0 0.5em;
}

.csk-map-locations.multiple-locations-template .single-location {
  clear: both;
}

/*
===========================================================
 Page Styles
===========================================================
*/
.site-content.content-home .hentry .entry-content h1 {
  color: #EA7125;
}

.site-content.content-home .sidebar {
  display: block;
  padding: 0 !important;
  border: 0 !important;
}

.site-content.content-home .sidebar-images {
  position: relative;
  height: 520px;
  padding: 0 8px 0 2px;
}

.site-content.content-home .sidebar-images img {
  position: absolute;
  z-index: 2;
}

.site-content.content-home .sidebar-images span {
  position: absolute;
  z-index: 1;
}

.site-content.content-home .sidebar-images .image-1 {
  top: 0;
  left: 4px;
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  transform: rotate(1deg);
}

.site-content.content-home .sidebar-images .image-2 {
  top: 168px;
  left: 100px;
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}

.site-content.content-home .sidebar-images .image-3 {
  top: 328px;
  left: 0;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.site-content.content-home .sidebar-images .rectangle-1 {
  top: 53px;
  left: 272px;
  width: 66px;
  height: 141px;
  background-color: #FECB00;
}

.site-content.content-home .sidebar-images .rectangle-2 {
  top: 189px;
  left: 46px;
  width: 72px;
  height: 62px;
  background-color: #EA7125;
}

.site-content.content-home .sidebar-images .rectangle-3 {
  top: 360px;
  left: 264px;
  width: 59px;
  height: 93px;
  background-color: #A1B4BE;
}

@media (max-width: 1024px) {
  .site-content.content-home .sidebar-images {
    height: 280px;
  }
  .site-content.content-home .sidebar-images img {
    width: 250px;
  }
  .site-content.content-home .sidebar-images .image-1 {
    top: 74px;
    left: 0;
  }
  .site-content.content-home .sidebar-images .image-2 {
    top: 0;
    left: 242px;
  }
  .site-content.content-home .sidebar-images .image-3 {
    top: 88px;
    left: auto;
    right: 0;
  }
  .site-content.content-home .sidebar-images .rectangle-1 {
    top: 40px;
    left: 34px;
  }
  .site-content.content-home .sidebar-images .rectangle-2 {
    top: 36px;
    left: auto;
    right: 50px;
  }
  .site-content.content-home .sidebar-images .rectangle-3 {
    top: 163px;
    left: auto;
    right: 240px;
  }
}

@media (max-width: 768px) {
  .site-content.content-home .sidebar-images {
    height: 382px;
  }
  .site-content.content-home .sidebar-images img {
    width: 200px;
  }
  .site-content.content-home .sidebar-images .image-1 {
    top: 0;
    left: 0;
  }
  .site-content.content-home .sidebar-images .image-2 {
    top: 126px;
    left: 73px;
    right: auto;
  }
  .site-content.content-home .sidebar-images .image-3 {
    top: 240px;
    left: 0;
    right: auto;
  }
  .site-content.content-home .sidebar-images .rectangle-1 {
    top: 53px;
    left: 196px;
  }
  .site-content.content-home .sidebar-images .rectangle-2 {
    top: 200px;
    left: 20px;
    right: auto;
  }
  .site-content.content-home .sidebar-images .rectangle-3 {
    top: 260px;
    left: 196px;
    right: auto;
  }
}

@media (min-width: 1025px) {
  .site-content.content-home .content-area.content-left .main-content {
    padding-right: 440px;
  }
  .site-content.content-home .content-area.content-left .main-sidebar {
    width: 390px;
    margin-left: -390px;
  }
  .site-content.content-home .content-area.content-right .main-content {
    padding-left: 440px;
  }
  .site-content.content-home .content-area.content-right .main-sidebar {
    width: 390px;
    margin-right: -390px;
  }
}

.circle-logo-section {
  position: relative;
  padding: 2.5rem 0 0 0;
}

.circle-logo-section img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.post-81 #mapsvg-7342 {
  position: relative;
  z-index: 1;
  margin: 0.5em 0 0.5em 0.5em;
  float: right;
}

.post-81 .csk-map-locations.custom-search-template .search-column {
  float: left;
  width: 320px;
  width: calc(100% - 320px);
  min-width: 280px;
}

@media (max-width: 640px) {
  .post-81 #mapsvg-7342 {
    margin: 0.5em 0;
    float: none;
  }
  .post-81 .csk-map-locations.custom-search-template .search-column {
    float: none;
    width: auto;
    min-width: 0;
  }
}
