/*!
Theme Name: Randolph County Board Portal
Theme URI: http://www.cskern.com/
Author: Jason Toomey
Author URI: http://www.cskern.com
Description: A responsive theme built for Community Foundation of Randolph County.
Tags: two-columns, fluid-layout, responsive-layout, custom-menu, theme-options, editor-style
Version: 1.3.0
*/
/*
===========================================================
 Normalize, Page Layout, and Grid
===========================================================
*/
/* 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 (min-width: 1025px) {
  .content-area.content-left:after {
    content: "";
    display: table;
    clear: both;
  }
  .content-area.content-left .main-content {
    width: 100%;
    padding-right: 300px;
    float: left;
  }
  .content-area.content-left .main-sidebar {
    width: 270px;
    margin-left: -270px;
    float: right;
  }
  .content-area.content-right:after {
    content: "";
    display: table;
    clear: both;
  }
  .content-area.content-right .main-content {
    width: 100%;
    padding-left: 300px;
    float: right;
  }
  .content-area.content-right .main-sidebar {
    width: 270px;
    margin-right: -270px;
    float: left;
  }
}

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

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

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

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

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

@media (max-width: 940px) {
  .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;
  }
}

/*
===========================================================
 Vendor Styles
===========================================================
*/
/*****************************************************************
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 *****************************************************************/
.bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  *zoom: 1;
}

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

.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("./library/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;
  *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 {
  background: #000;
}

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

.bx-wrapper .bx-next {
  right: 10px;
  background: url("./library/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("./library/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("./library/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: 225px;
  overflow-x: hidden;
  overflow-y: auto;
}

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

.sidr.left {
  left: -225px;
  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(./library/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(./library/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;
}

/*
===========================================================
 Components Styles
===========================================================
*/
/* Text meant only for screen readers. */
.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;
}

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

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

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

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

.google-map {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
}

html {
  font-size: 100%;
}

body {
  font-family: "Cabin", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #252525;
  background-color: #FFFFFF;
}

a {
  color: #0084CC;
  text-decoration: none;
}

a:focus {
  color: #33B7FF;
}

a:hover {
  color: #92B42F;
}

h1, .h1 {
  margin-top: 0.6em;
  margin-bottom: 0.2em;
  font-family: "Montserrat", "Cabin", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.875em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #D41820;
}

h1 a, .h1 a {
  color: #D41820;
}

h1 a:hover, h1 a:focus, .h1 a:hover, .h1 a:focus {
  color: #FF333D;
}

h2, .h2 {
  margin-top: 0.6em;
  margin-bottom: 0.3em;
  font-family: "Cabin", "Arial", sans-serif;
  font-weight: normal;
  font-size: 1.375em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #0084CC;
}

h2 a, .h2 a {
  color: #0084CC;
}

h2 a:hover, h2 a:focus, .h2 a:hover, .h2 a:focus {
  color: #33B7FF;
}

h3, .h3 {
  margin-top: 0.6em;
  margin-bottom: 0.3em;
  font-family: "Cabin", "Arial", sans-serif;
  font-weight: normal;
  font-size: 1.25em;
  line-height: 1.2;
  text-transform: none;
  color: #92B42F;
}

h3 a, .h3 a {
  color: #92B42F;
}

h3 a:hover, h3 a:focus, .h3 a:hover, .h3 a:focus {
  color: #B6E038;
}

h4, .h4 {
  margin-top: 0.6em;
  margin-bottom: 0.3em;
  font-family: "Cabin", "Arial", sans-serif;
  font-weight: normal;
  font-size: 1.125em;
  line-height: 1.2;
  text-transform: none;
  color: #F2AC14;
}

h4 a, .h4 a {
  color: #F2AC14;
}

h4 a:hover, h4 a:focus, .h4 a:hover, .h4 a:focus {
  color: #FFD747;
}

h5, .h5 {
  margin-top: 0.6em;
  margin-bottom: 0.3em;
  font-family: "Cabin", "Arial", sans-serif;
  font-weight: normal;
  font-size: 1.125em;
  line-height: 1.2;
  text-transform: none;
}

h6, .h6 {
  margin-top: 0.6em;
  margin-bottom: 0.3em;
  font-family: "Cabin", "Arial", sans-serif;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.2;
  text-transform: none;
}

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

blockquote {
  position: relative;
  z-index: 1;
  padding: 1em;
  margin: 0 0 1.5em 0;
  overflow: hidden;
  font-family: "Montserrat", "Cabin", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.25;
  text-align: center;
  color: #ACACAC;
  background-color: #363636;
}

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

blockquote cite {
  display: block;
  font-family: "Cabin", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.8em;
  line-height: 1.5;
}

blockquote cite:before {
  content: '-';
}

pre {
  margin-top: 0;
  margin-bottom: 1.2em;
}

ol, ul, dl {
  padding: 0 0 0 1em;
  margin: 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;
  margin-bottom: 1.5em;
  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;
  border: 0;
  border-bottom: 4px solid #EBEBEB;
}

q {
  font-style: italic;
}

input[type='submit'], input[type='button'],
input[type='reset'], button, .button {
  display: inline-block;
  vertical-align: middle;
  padding: 0.5em 1em;
  margin: 0;
  border: 0;
  font-family: "Montserrat", "Cabin", "Arial", sans-serif;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  background-color: #0084CC;
  color: #FFFFFF;
}

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

input[type='submit']:focus, input[type='button']:focus,
input[type='reset']:focus, button:focus, .button:focus {
  background-color: #33B7FF;
}

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%;
  height: 2em;
  padding: 0.1em 0.375em;
  margin: 0;
  border: 1px solid #CCCCCC;
  line-height: 1.2;
  background-color: #F4F4F4;
}

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

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

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

input[type='file'] {
  max-width: 100%;
}

a.button {
  padding: 0.4em;
  border: 2px solid #D41820;
  height: 2em;
  font-family: "Montserrat", "Cabin", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1;
  text-transform: uppercase;
  color: #D41820;
  background-color: #FFFFFF;
}

a.button:focus {
  color: #0084CC;
  border-color: #0084CC;
  background-color: #FFFFFF;
}

a.button:hover {
  color: #FFFFFF;
  border-color: #D41820;
  background-color: #D41820;
}

a.button.small {
  font-size: 1em;
}

label {
  font-weight: bold;
  line-height: 1.2;
  color: #0084CC;
}

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;
}

/* Wordpress */
.alignnone {
  margin: 0 1.5em 0.5em 0;
}

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

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

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

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

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

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

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

blockquote.alignleft,
blockquote.alignright {
  max-width: 350px;
  padding: 1em;
}

blockquote-aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  display: block;
}

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

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

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

.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 2px 1em;
  font-size: 0.8em;
  line-height: 1.2;
}

.site-header {
  background-color: #252525;
}

.site-header .topbar {
  padding-top: 10px;
  padding-bottom: 5px;
  min-height: 78px;
}

.site-header .topbar .site-logo {
  width: 342px;
}

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

.site-header .topbar .site-information {
  display: none;
}

.site-header .navbar-toggle {
  display: none;
  position: absolute;
  z-index: 10;
  top: 2px;
  right: 0;
}

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

.site-header .site-information {
  float: right;
  font-family: "Cabin", "Arial", sans-serif;
  font-weight: normal;
  font-size: 0.75em;
  line-height: 52px;
  text-transform: uppercase;
  color: #ACACAC;
}

.site-header .donate-button {
  margin-top: 6px;
  margin-left: 18px;
  float: right;
}

.site-header .donate-button a {
  min-width: 140px;
  border-color: #FFFFFF;
  background-color: #363636;
  color: #FFFFFF;
}

.site-header .donate-button a:hover {
  border-color: #0084CC;
  color: #0084CC;
}

.site-header .donate-button a:focus {
  border-color: #33B7FF;
  color: #33B7FF;
}

.fixed-header .site-header {
  position: fixed;
  z-index: 99999;
  width: 100%;
  box-shadow: 0 1px 3px rgba(37, 37, 37, 0.5);
}

.fixed-header .site-content {
  padding-top: 130px;
}

@media (max-width: 1024px) {
  .fixed-header .site-content {
    padding-top: 78px;
  }
}

@media (max-width: 520px) {
  .fixed-header .site-content {
    padding-top: 57px;
  }
}

@media screen and (max-width: 782px) {
  .admin-bar .fixed-header .site-header {
    top: 0;
    z-index: 100000;
  }
  .admin-bar .fixed-header .site-content {
    padding-top: 32px;
  }
}

@media (max-width: 520px) {
  .admin-bar .fixed-header .site-content {
    padding-top: 11px;
  }
}

@media (max-height: 400px) {
  .fixed-header .site-header {
    position: absolute;
  }
}

@media (min-width: 1025px) and (max-width: 1160px) {
  .site-header .site-information {
    display: none;
  }
  .site-header .navbar-top ul li a {
    padding: 18px 14px;
  }
}

@media (max-width: 1024px) {
  .site-header .navbar {
    display: none;
  }
  .site-header .navbar-toggle {
    display: block;
  }
  .site-header .topbar .site-information {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 24px;
  }
}

@media (max-width: 520px) {
  .site-header .topbar {
    min-height: 56px;
  }
  .site-header .topbar .site-logo img {
    width: 228px;
  }
  .site-header .topbar .navbar-toggle {
    top: 0;
  }
  .site-header .topbar .site-information {
    display: none;
  }
}

.navbar-top {
  height: 78px;
  margin-top: -78px;
}

.navbar-top ul {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.navbar-top ul li {
  border-left: 1px solid #363636;
  float: left;
}

.navbar-top ul li a {
  display: block;
  padding: 18px;
  margin: 1px;
  font-family: "Cabin", "Arial", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}

.navbar-top ul li a b {
  display: block;
  font-family: "Montserrat", "Cabin", "Arial", sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}

.navbar-top ul li:last-child {
  border-right: 1px solid #363636;
}

.navbar-top ul li:nth-child(4n+1) a {
  color: #D41820;
}

.navbar-top ul li:nth-child(4n+2) a {
  color: #0084CC;
}

.navbar-top ul li:nth-child(4n+3) a {
  color: #92B42F;
}

.navbar-top ul li:nth-child(4n+4) a {
  color: #F2AC14;
}

.navbar-top ul li:nth-child(4n+1) a:hover {
  color: #FF333D;
}

.navbar-top ul li:nth-child(4n+2) a:hover {
  color: #33B7FF;
}

.navbar-top ul li:nth-child(4n+3) a:hover {
  color: #B6E038;
}

.navbar-top ul li:nth-child(4n+4) a:hover {
  color: #FFD747;
}

.navbar-bottom {
  background-color: #363636;
}

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

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

.navbar-bottom ul li a {
  display: block;
  font-size: 1em;
  line-height: 1.25;
  color: #FFFFFF;
}

.navbar-bottom ul.main-menu {
  width: 100%;
}

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

.navbar-bottom ul.main-menu > li > a {
  padding: 0.5em;
  text-transform: uppercase;
  color: #ACACAC;
}

.navbar-bottom ul.main-menu > li > a:hover {
  color: #0084CC;
}

.navbar-bottom ul.sub-menu {
  padding: 0.5em;
  margin-left: -0.5em;
  background-color: #363636;
  box-shadow: 1px 1px 3px rgba(37, 37, 37, 0.5);
}

.navbar-bottom ul.sub-menu > li {
  position: relative;
  min-width: 200px;
  float: none;
  background-color: #252525;
}

.navbar-bottom ul.sub-menu > li:hover, .navbar-bottom ul.sub-menu > li:focus {
  background-color: #000000;
}

.navbar-bottom ul.sub-menu > li > a {
  padding: 0.5em;
  margin-bottom: 1px;
}

.navbar-bottom ul.sub-menu ul.sub-menu {
  margin-left: 0;
}

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

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

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

#sidr-main-menu {
  padding: 3px 0;
  background-color: #252525;
  box-shadow: inset 10px 0 10px -10px rgba(0, 0, 0, 0.4);
  min-height: 100%;
}

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

#sidr-main-menu ul.color-menu li {
  border-bottom: 1px solid #363636;
}

#sidr-main-menu ul.color-menu li a {
  display: block;
  padding: 9px 21px;
  margin: 1px;
  font-family: "Cabin", "Arial", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}

#sidr-main-menu ul.color-menu li a b {
  display: block;
  font-family: "Montserrat", "Cabin", "Arial", sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}

#sidr-main-menu ul.color-menu li:last-child {
  border-right: 1px solid #363636;
}

#sidr-main-menu ul.color-menu li:nth-child(4n+1) a {
  color: #D41820;
}

#sidr-main-menu ul.color-menu li:nth-child(4n+2) a {
  color: #0084CC;
}

#sidr-main-menu ul.color-menu li:nth-child(4n+3) a {
  color: #92B42F;
}

#sidr-main-menu ul.color-menu li:nth-child(4n+4) a {
  color: #F2AC14;
}

#sidr-main-menu ul.color-menu li:nth-child(4n+1) a:hover {
  color: #FF333D;
}

#sidr-main-menu ul.color-menu li:nth-child(4n+2) a:hover {
  color: #33B7FF;
}

#sidr-main-menu ul.color-menu li:nth-child(4n+3) a:hover {
  color: #B6E038;
}

#sidr-main-menu ul.color-menu li:nth-child(4n+4) a:hover {
  color: #FFD747;
}

#sidr-main-menu ul.main-menu {
  padding: 3px 24px;
}

#sidr-main-menu ul.main-menu li a {
  display: block;
  padding: 0.5em 0;
  font-family: "Cabin", "Arial", sans-serif;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.25;
  text-transform: uppercase;
  color: #FFFFFF;
}

#sidr-main-menu ul.main-menu li a:hover {
  color: #0084CC;
}

#sidr-main-menu ul.main-menu li.current_page_item > a {
  color: #92B42F;
}

#sidr-main-menu ul.sub-menu li a {
  text-transform: none;
  color: #ACACAC;
}

.site-content.content-interior {
  margin-bottom: 26px;
  border-bottom: 4px solid #EBEBEB;
}

/* Page Header */
.main-header {
  border-bottom: 4px solid #EBEBEB;
}

.main-header .main-title {
  padding: 22px 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Cabin", "Arial", sans-serif;
  font-weight: normal;
  font-size: 2.5em;
  line-height: 1.25;
  color: #363636;
  text-transform: none;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* Page Search */
/* Page Content */
.main-content.content-multiple .hentry {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.main-content.content-multiple .hentry .entry-header .entry-title {
  font-size: 1.75em;
}

/* Page Footer */
.main-footer {
  margin-bottom: 1.5em;
}

.hentry {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

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

.events-wrapper {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* Content Header */
.entry-header .entry-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* Content Meta */
.entry-meta .meta-value {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
  font-style: italic;
  font-size: 1.125em;
}

/* Content */
.entry-content h1, .entry-content h2 {
  clear: both;
}

.entry-content h2:first-child {
  margin-top: 0;
}

.entry-content img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.entry-content blockquote {
  padding-left: 150px;
  padding-right: 150px;
}

.entry-content blockquote:before, .entry-content blockquote:after {
  position: absolute;
  z-index: -1;
  font-family: "Montserrat", "Cabin", "Arial", sans-serif;
  font-weight: bold;
  font-size: 305px;
  line-height: 1;
  color: #252525;
}

.entry-content blockquote:before {
  content: '\201C';
  top: -50px;
  left: -20px;
}

.entry-content blockquote:after {
  content: '\201D';
  bottom: -180px;
  right: -20px;
}

@media (max-width: 1024px) {
  .entry-content blockquote {
    padding-left: 130px;
    padding-right: 130px;
  }
}

@media (max-width: 768px) {
  .entry-content blockquote {
    padding-left: 90px;
    padding-right: 90px;
  }
  .entry-content blockquote:before {
    font-size: 200px;
    top: -30px;
    left: -10px;
  }
  .entry-content blockquote:after {
    font-size: 200px;
    bottom: -120px;
    right: -10px;
  }
}

@media (max-width: 520px) {
  .entry-content blockquote {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 1em;
  }
  .entry-content blockquote:before {
    font-size: 140px;
    top: -20px;
    left: -7px;
  }
  .entry-content blockquote:after {
    font-size: 140px;
    bottom: -85px;
    right: -7px;
  }
  .entry-content blockquote cite {
    font-size: 1em;
  }
}

.entry-content blockquote.alignleft, .entry-content blockquote.alignright {
  padding: 1em;
}

.entry-content blockquote.alignleft:before, .entry-content blockquote.alignleft:after, .entry-content blockquote.alignright:before, .entry-content blockquote.alignright:after {
  content: none;
}

.entry-content .page-quote blockquote {
  margin-top: 26px;
  margin-bottom: 26px;
  font-size: 26px;
}

.entry-content .page-quote blockquote cite {
  font-size: 18px;
}

@media (max-width: 520px) {
  .entry-content .page-quote blockquote {
    font-size: 1em;
  }
  .entry-content .page-quote blockquote cite {
    margin-top: 6px;
    font-size: 1em;
  }
}

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

/* Content Footer */
.entry-footer .button-links .button {
  margin: 0 0.5em 0.5em 0;
}

/* Search Form */
.search-form {
  position: relative;
  margin-top: 0;
  margin-bottom: 1.5em;
  width: 270px;
  max-width: 100%;
}

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

.search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 38px;
  height: 38px;
  padding: 0;
  margin-left: -38px;
}

.search-form .search-submit .fa {
  font-size: 16px;
}

/* Pagination */
.pagination {
  margin-top: 0;
  background-color: #EBEBEB;
}

.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;
  font-size: 1.125em;
}

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

.pagination.top-pagination {
  margin: 26px 0;
}

.wp-caption {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 1.2em;
  text-align: center;
}

.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 .widget {
  margin: 26px 10px;
}

.sidebar .widget .title {
  padding: 5px 10px;
  margin: 0 -10px 0 -10px;
  font-family: "Montserrat", "Cabin", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.5;
  color: #92B42F;
  background-color: #363636;
}

.sidebar .widget .title a {
  color: #92B42F;
}

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

.sidebar .widget ul, .sidebar .widget ol {
  margin-top: 0.5em;
}

.sidebar .widget ul ul, .sidebar .widget ul ol, .sidebar .widget ol ul, .sidebar .widget ol ol {
  margin-top: 0;
}

.sidebar .widget.widget_pages, .sidebar .widget.widget_csk_submenu_widget, .sidebar .widget.widget_nav_menu, .sidebar .widget.widget_recent_entries, .sidebar .widget.widget_lc_taxonomy {
  margin-left: 0;
  margin-right: 0;
}

.sidebar .widget.widget_pages .title, .sidebar .widget.widget_csk_submenu_widget .title, .sidebar .widget.widget_nav_menu .title, .sidebar .widget.widget_recent_entries .title, .sidebar .widget.widget_lc_taxonomy .title {
  margin-left: 0;
  margin-right: 0;
}

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

.sidebar .widget.widget_pages ul li, .sidebar .widget.widget_csk_submenu_widget ul li, .sidebar .widget.widget_nav_menu ul li, .sidebar .widget.widget_recent_entries ul li, .sidebar .widget.widget_lc_taxonomy ul li {
  margin-bottom: 1px;
}

.sidebar .widget.widget_pages ul li a, .sidebar .widget.widget_csk_submenu_widget ul li a, .sidebar .widget.widget_nav_menu ul li a, .sidebar .widget.widget_recent_entries ul li a, .sidebar .widget.widget_lc_taxonomy ul li a {
  display: block;
  padding: 1px 10px;
  font-size: 1.125em;
  line-height: 1.5;
}

.sidebar .widget.widget_pages ul li.current_page_item > a, .sidebar .widget.widget_csk_submenu_widget ul li.current_page_item > a, .sidebar .widget.widget_nav_menu ul li.current_page_item > a, .sidebar .widget.widget_recent_entries ul li.current_page_item > a, .sidebar .widget.widget_lc_taxonomy ul li.current_page_item > a {
  color: #92B42F;
}

.sidebar .widget.widget_pages ul ul, .sidebar .widget.widget_csk_submenu_widget ul ul, .sidebar .widget.widget_nav_menu ul ul, .sidebar .widget.widget_recent_entries ul ul, .sidebar .widget.widget_lc_taxonomy ul ul {
  display: none;
  margin: 0;
}

.sidebar .widget.widget_pages ul ul li a, .sidebar .widget.widget_csk_submenu_widget ul ul li a, .sidebar .widget.widget_nav_menu ul ul li a, .sidebar .widget.widget_recent_entries ul ul li a, .sidebar .widget.widget_lc_taxonomy ul ul li a {
  font-size: 1em;
}

.sidebar .widget.widget_pages ul ul li a:before, .sidebar .widget.widget_csk_submenu_widget ul ul li a:before, .sidebar .widget.widget_nav_menu ul ul li a:before, .sidebar .widget.widget_recent_entries ul ul li a:before, .sidebar .widget.widget_lc_taxonomy ul ul li a:before {
  content: '\f105';
  padding: 0 4px;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
}

.sidebar .widget.widget_recent_entries .post-date {
  padding: 0 10px;
}

.sidebar .widget.widget_search {
  margin-left: 0;
  margin-right: 0;
}

.sidebar .widget.widget_search .title {
  margin-left: 0;
  margin-right: 0;
}

.sidebar .widget.widget_calendar table {
  width: 100%;
  text-align: center;
}

.sidebar .widget.widget_calendar table td, .sidebar .widget.widget_calendar table th {
  padding: 5px;
}

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

.sidebar .widget.tribe-events-list-widget .tribe-list-widget {
  padding: 0;
}

.sidebar .widget.tribe-events-list-widget .tribe-list-widget li {
  padding: 0;
}

.sidebar .widget.tribe-events-list-widget .tribe-list-widget li .tribe-event-duration span {
  display: inline-block;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .sidebar .widget.widget_pages > ul, .sidebar .widget.widget_csk_submenu_widget > ul, .sidebar .widget.widget_nav_menu > ul, .sidebar .widget.widget_recent_entries > ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

.site-footer {
  color: #FFFFFF;
  background-color: #252525;
}

.site-footer .site-logo {
  padding-top: 26px;
  padding-bottom: 10px;
  margin-left: 12px;
}

.site-footer .site-logo img {
  max-width: 100%;
}

.site-footer .site-information {
  margin-left: 82px;
  margin-bottom: 12px;
  line-height: 1.25;
}

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

.site-footer .site-information .phone-number, .site-footer .site-information .fax {
  display: inline-block;
}

.site-footer .site-information .phone-number a, .site-footer .site-information .fax a {
  color: #FFFFFF;
}

.site-footer .site-information .phone-number:after {
  content: '|';
  padding: 0 3px;
}

.site-footer .social-icons {
  margin-left: 82px;
  margin-bottom: 32px;
}

.site-footer .social-icons .label {
  font-family: "Montserrat", "Cabin", "Arial", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.site-footer .social-icons a {
  display: inline-block;
  margin: 0 2px;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}

.site-footer .footer-map {
  position: absolute;
  top: 0;
  left: 430px;
  padding: 26px;
  border-left: 1px solid #363636;
}

.site-footer .footer-map .map-content {
  width: 500px;
  height: 192px;
}

.site-footer .footer-map .map-content iframe {
  width: 100%;
  height: 100%;
  border: 1px solid #363636;
}

.site-footer .credit {
  float: right;
}

.site-footer .credit .site-by {
  font-family: 'Arial', sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
  color: #ACACAC;
  line-height: 52px;
}

.site-footer .credit svg {
  position: relative;
  top: 0.5em;
  width: 80px;
  height: 26px;
  fill: #ACACAC;
}

.site-footer .navbar-top {
  position: absolute;
  top: 0;
  height: auto;
  width: 100%;
  margin-top: 0;
}

.site-footer .navbar-top ul li {
  float: none;
  border: 1px solid #363636;
  border-top: 0;
}

.site-footer .navbar-top ul li a {
  padding: 9px 12px;
}

.site-footer .navbar-bottom {
  padding: 4px 0;
}

@media (max-width: 1260px) {
  .site-footer .footer-map .map-content {
    width: 430px;
  }
}

@media (max-width: 1160px) {
  .site-footer .site-logo {
    margin-left: 0;
  }
  .site-footer .site-information, .site-footer .social-icons {
    margin-left: 70px;
  }
  .site-footer .footer-map {
    left: 400px;
  }
  .site-footer .footer-map .map-content {
    width: 340px;
  }
}

@media (max-width: 1024px) {
  .site-footer .navbar-top {
    display: none;
  }
  .site-footer .navbar-bottom ul.main-menu {
    display: none;
  }
  .site-footer .footer-map {
    left: auto;
    right: 0;
    padding: 26px 0;
    border-left: 0;
    width: 40%;
  }
  .site-footer .footer-map .map-content {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .site-footer {
    text-align: center;
  }
  .site-footer .site-logo {
    margin-left: auto;
    margin-right: auto;
  }
  .site-footer .site-information {
    margin-left: 0;
    margin-bottom: 16px;
  }
  .site-footer .social-icons {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .site-footer .footer-map {
    position: static;
    width: auto;
    padding-top: 0;
    padding-bottom: 32px;
  }
  .site-footer .credit {
    float: none;
  }
}

@media (max-width: 400px) {
  .site-footer .site-information .address .address-1:after {
    content: none;
  }
  .site-footer .site-information .address .address-1, .site-footer .site-information .address .address-2, .site-footer .site-information .address .address-3 {
    display: block;
  }
}

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

.gform_wrapper.gf_browser_chrome .gform_body {
  width: auto !important;
}

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

.accordionButton {
  background: #252525;
  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;
}

.csk-staff-profiles .csk-staff-profile {
  background-color: #EBEBEB;
  padding: 1em;
  margin: 1.5em 0;
}

.csk-staff-profiles .csk-staff-profile:after {
  content: "";
  display: table;
  clear: both;
}

.csk-staff-profiles .csk-staff-profile .csk-staff-profile-image {
  width: 150px;
  height: 200px;
  float: left;
  margin-right: -150px;
  background-color: #ACACAC;
}

.csk-staff-profiles .csk-staff-profile .csk-staff-profile-image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

.csk-staff-profiles .csk-staff-profile .csk-staff-name {
  margin-bottom: 0;
}

.csk-staff-profiles .csk-staff-profile .csk-staff-fields {
  width: 100%;
  float: right;
  padding-left: 180px;
}

.csk-staff-profiles .csk-staff-profile .csk-staff-fields .staff-field .fa {
  width: 1.2em;
}

.csk-staff-profiles .csk-staff-profile .csk-staff-fields .staff-field .label {
  position: absolute;
  left: -99999px;
  right: auto;
}

.csk-staff-profiles .csk-staff-profile .csk-staff-fields .staff-field.email a {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.csk-staff-profiles .csk-staff-profile .csk-staff-fields .staff-field.occupation {
  font-weight: bold;
  font-size: 1.25em;
}

.csk-staff-profiles .csk-staff-profile .csk-staff-fields .staff-field.city {
  font-style: italic;
}

.csk-staff-profiles .csk-staff-profile .staff-excerpt p {
  max-height: 3em;
  line-height: 1.5;
  overflow: hidden;
}

.csk-staff-profiles .csk-staff-profile .staff-buttons .button {
  color: #0084CC;
  border-color: #0084CC;
  background-color: #EBEBEB;
}

.csk-staff-profiles .csk-staff-profile .staff-buttons .button:hover {
  color: #FFFFFF;
  background-color: #0084CC;
}

.csk-staff-profiles .csk-staff-pagination {
  margin-bottom: 1em;
}

.single-csk_staff .hentry {
  margin-bottom: 1em;
}

.single-csk_staff .entry-content .staff-image {
  float: left;
  margin-right: 1.5em;
  width: 200px;
}

.single-csk_staff .entry-content .staff-image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

.single-csk_staff .entry-content .csk-staff-fields .staff-field .label {
  position: absolute;
  left: -99999px;
  right: auto;
}

.single-csk_staff .entry-content .csk-staff-fields .staff-field.job_title h3 {
  font-size: 1.5em;
}

.single-csk_staff .entry-content .csk-staff-fields .staff-field.email a {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.single-csk_staff .entry-content .csk-staff-fields .staff-field.occupation {
  font-weight: bold;
  font-size: 1.25em;
}

.single-csk_staff .entry-content .csk-staff-fields .staff-field.city {
  font-style: italic;
}

.single-csk_staff .entry-content .staff-content {
  margin-top: 0.5em;
}

@media (max-width: 640px) {
  .csk-staff-profiles .csk-staff-profile .csk-staff-profile-image {
    float: none;
    margin-right: 0;
    margin-bottom: 1em;
  }
  .csk-staff-profiles .csk-staff-profile .csk-staff-fields {
    float: none;
    padding-left: 0;
    margin-top: 1em;
  }
  .csk-staff-profiles .csk-staff-profile .staff-excerpt p {
    max-height: none;
    overflow: visible;
  }
  .single-csk_staff .entry-header .entry-title span {
    display: block;
  }
  .single-csk_staff .entry-content .staff-image {
    float: none;
    margin-right: 0;
    margin-bottom: 1em;
  }
  .single-csk_staff .entry-content .csk-staff-fields {
    margin-top: 1em;
  }
}

table.tablepress thead th, table.tablepress tfoot th {
  font-size: 1.125em;
  color: #FFFFFF;
  background-color: #252525;
}

table.tablepress .odd td {
  background-color: rgba(0, 132, 204, 0.1);
}

table.tablepress .even td {
  background-color: rgba(235, 235, 235, 0.5);
}

table.tablepress .row-hover tr:hover td {
  background-color: rgba(146, 180, 47, 0.3);
}

.document-gallery .document-icon {
  margin-bottom: 35px;
}

.document-gallery .document-icon a {
  display: block;
  font-size: 1em;
  line-height: 1.2;
}

.document-gallery .document-icon img {
  width: auto;
  max-width: 90%;
}

/*
===========================================================
 Page Styles
===========================================================
*/
.site-content.content-home .top-content {
  background-color: #EBEBEB;
}

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

.site-content.content-home .top-content .top-banner {
  width: 100%;
  float: left;
  padding-right: 300px;
}

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

.site-content.content-home .top-content .top-banner ul.bxslider li.slide {
  position: relative;
  overflow: hidden;
}

.site-content.content-home .top-content .top-banner ul.bxslider li.slide img {
  display: block;
}

.site-content.content-home .top-content .top-banner ul.bxslider li.slide .responsive-video {
  padding-bottom: 46.206896%;
}

@media (min-width: 1025px) {
  .site-content.content-home .top-content .top-banner ul.bxslider li.slide .responsive-video {
    min-height: 402px;
  }
}

@media (max-width: 520px) {
  .site-content.content-home .top-content .top-banner ul.bxslider li.slide .responsive-video {
    padding-top: 56px;
  }
}

.site-content.content-home .top-content .top-banner ul.bxslider li.slide span {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 8px 10px;
  max-width: 450px;
  font-family: "Montserrat", "Cabin", "Arial", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  color: #92B42F;
  background-color: #252525;
}

.site-content.content-home .top-content .top-sidebar {
  width: 300px;
  float: right;
  margin-left: -300px;
}

.site-content.content-home .top-content .top-sidebar .image-container {
  display: block;
  position: relative;
  width: 100%;
}

.site-content.content-home .top-content .top-sidebar .image-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 2px solid #EBEBEB;
}

.site-content.content-home .top-content .top-sidebar .image-container img {
  display: block;
  width: 100%;
  height: auto;
}

.site-content.content-home .top-content .top-sidebar .image-container span {
  position: absolute;
  bottom: 8px;
  left: 12px;
  font-family: "Montserrat", "Cabin", "Arial", sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 34px;
  text-transform: uppercase;
  color: #FFFFFF;
  word-spacing: 9999em;
}

.site-content.content-home .top-content .top-sidebar .image-container + .image-container {
  margin-top: 2px;
}

.site-content.content-home .top-content .top-sidebar .image-container.background-1:before {
  background-color: rgba(212, 24, 32, 0.65);
}

.site-content.content-home .top-content .top-sidebar .image-container.background-1:hover:before {
  background-color: rgba(255, 51, 61, 0.65);
}

.site-content.content-home .top-content .top-sidebar .image-container.background-2:before {
  background-color: rgba(0, 132, 204, 0.65);
}

.site-content.content-home .top-content .top-sidebar .image-container.background-2:hover:before {
  background-color: rgba(51, 183, 255, 0.65);
}

.site-content.content-home .top-content .top-sidebar .image-container.background-3:before {
  background-color: rgba(146, 180, 47, 0.65);
}

.site-content.content-home .top-content .top-sidebar .image-container.background-3:hover:before {
  background-color: rgba(182, 224, 56, 0.65);
}

.site-content.content-home .top-content .top-sidebar .image-container.background-4:before {
  background-color: rgba(242, 172, 20, 0.65);
}

.site-content.content-home .top-content .top-sidebar .image-container.background-4:hover:before {
  background-color: rgba(255, 215, 71, 0.65);
}

.site-content.content-home .content-wrapper {
  margin: 40px 0;
  border-top: 4px solid #EBEBEB;
  border-bottom: 4px solid #EBEBEB;
}

.site-content.content-home .content-wrapper .hentry {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.site-content.content-home .content-wrapper .hentry .entry-content h1:first-child {
  margin-top: 0.5em;
  margin-bottom: 0.2em;
}

.site-content.content-home .content-wrapper .hentry .entry-content p:first-of-type {
  margin-bottom: 0.25em;
}

.site-content.content-home .content-wrapper .hentry .entry-content p:first-of-type strong {
  font-weight: normal;
  font-size: 1.1em;
  text-transform: uppercase;
}

.site-content.content-home .content-wrapper .hentry .entry-content p {
  font-size: 1.25em;
  line-height: 1.2;
}

.site-content.content-home .content-wrapper .hentry .entry-footer .button-links {
  margin-bottom: 1.25em;
}

.site-content.content-home .content-wrapper .hentry .entry-footer .button-links a.button {
  min-width: 160px;
  margin: 0 0.5em 0.5em 0.5em;
}

.site-content.content-home .bottom-content {
  margin-bottom: 45px;
}

.site-content.content-home .bottom-content .row {
  margin-left: -1px;
  margin-right: -1px;
}

.site-content.content-home .bottom-content .row .column {
  padding-left: 1px;
  padding-right: 1px;
}

.site-content.content-home .bottom-content .title {
  padding: 0 15px;
  background-color: #252525;
}

.site-content.content-home .bottom-content .title h2 {
  margin: 0;
  line-height: 42px;
}

.site-content.content-home .bottom-content .title h2, .site-content.content-home .bottom-content .title a {
  color: #FFFFFF;
}

.site-content.content-home .bottom-content .title a:hover {
  color: #92B42F;
}

.site-content.content-home .bottom-content .title a:focus {
  color: #B6E038;
}

.site-content.content-home .bottom-content .content {
  padding: 15px;
  height: 245px;
  background-color: #0084CC;
  color: #FFFFFF;
}

.site-content.content-home .bottom-content .content a {
  color: #FFFFFF;
}

.site-content.content-home .bottom-content .content a.button {
  padding: 0.5em;
  height: auto;
  font-family: "Cabin", "Arial", sans-serif;
  font-weight: normal;
  font-size: 1.125em;
  line-height: 24px;
  color: #FFFFFF;
  background-color: #0084CC;
  border-color: #FFFFFF;
}

.site-content.content-home .bottom-content .content a.button .fa {
  margin-right: 0.3em;
}

.site-content.content-home .bottom-content .content a.button:hover {
  background-color: #33B7FF;
}

.site-content.content-home .bottom-content .content h1, .site-content.content-home .bottom-content .content h2, .site-content.content-home .bottom-content .content h3 {
  margin-top: 0;
  font-family: "Montserrat", "Cabin", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.125em;
  color: #FFFFFF;
}

.site-content.content-home .bottom-content .content h4, .site-content.content-home .bottom-content .content h5, .site-content.content-home .bottom-content .content h6 {
  margin-top: 0;
  font-size: 1em;
  color: #FFFFFF;
}

.site-content.content-home .bottom-content .content .event-box {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 8px;
}

.site-content.content-home .bottom-content .content .event-box .event-date, .site-content.content-home .bottom-content .content .event-box .event-info {
  display: table-cell;
  vertical-align: middle;
  height: 100px;
}

.site-content.content-home .bottom-content .content .event-box .event-date {
  width: 100px;
  border: 2px solid #FFFFFF;
  text-align: center;
  line-height: 1;
  background-color: #FFFFFF;
  color: #0084CC;
}

.site-content.content-home .bottom-content .content .event-box .event-date .event-month {
  display: block;
  font-size: 22px;
  text-transform: uppercase;
}

.site-content.content-home .bottom-content .content .event-box .event-date .event-day {
  display: block;
  font-family: "Montserrat", "Cabin", "Arial", sans-serif;
  font-weight: bold;
  font-size: 40px;
}

.site-content.content-home .bottom-content .content .event-box .event-info {
  width: 100%;
  padding: 0 10px;
  border: 2px solid #FFFFFF;
}

.site-content.content-home .bottom-content .content .event-box .event-info .event-title, .site-content.content-home .bottom-content .content .event-box .event-info .event-time {
  display: block;
  margin: 0;
  line-height: 1.4;
}

.site-content.content-home .bottom-content .content a.event-box:hover .event-date {
  color: #33B7FF;
}

.site-content.content-home .bottom-content .content a.event-box:hover .event-info {
  background-color: #33B7FF;
}

.site-content.content-home .bottom-content .content .event-box.content-right .event-date {
  border-right: 0;
}

.site-content.content-home .bottom-content .content .event-box.content-right .event-info {
  border-left: 0;
}

.site-content.content-home .bottom-content .content .event-box.content-left {
  direction: rtl;
}

.site-content.content-home .bottom-content .content .event-box.content-left .event-date {
  direction: ltr;
  border-left: 0;
}

.site-content.content-home .bottom-content .content .event-box.content-left .event-info {
  direction: ltr;
  border-right: 0;
}

.site-content.content-home .bottom-content .content .link {
  display: block;
  padding: 3px 10px;
  border: 2px solid #FFFFFF;
  margin-bottom: 9px;
  font-size: 1.125em;
  text-transform: uppercase;
}

.site-content.content-home .bottom-content .content .link:before, .site-content.content-home .bottom-content .content .link span {
  display: inline-block;
  vertical-align: middle;
  line-height: 36px;
}

.site-content.content-home .bottom-content .content .link:before {
  content: '';
  width: 32px;
  height: 35px;
  margin-right: 12px;
  background-image: url("./library/images/link-icons.png");
  background-repeat: no-repeat;
  background-position: inherit;
}

.site-content.content-home .bottom-content .content a.link:hover {
  background-color: #33B7FF;
}

.site-content.content-home .bottom-content .column-events .content .event-title {
  max-height: 4.2em;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .site-content.content-home .bottom-content .column-posts .content h1, .site-content.content-home .bottom-content .column-posts .content h2, .site-content.content-home .bottom-content .column-posts .content h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .site-content.content-home .bottom-content .column-posts .content p {
    height: 7.5em;
    overflow: hidden;
  }
}

@media (max-width: 1024px) {
  .site-content.content-home .top-content .top-banner {
    width: auto;
    float: none;
    padding-right: 0;
  }
  .site-content.content-home .top-content .top-banner ul.bxslider li.slide img {
    max-width: 100%;
  }
  .site-content.content-home .top-content .top-sidebar {
    width: auto;
    float: none;
    margin-left: 0;
  }
  .site-content.content-home .top-content .top-sidebar .image-container {
    width: 50%;
    float: left;
    margin-top: 2px;
  }
  .site-content.content-home .top-content .top-sidebar .image-container:before {
    border-left: 0;
    border-right: 1px solid #EBEBEB;
  }
  .site-content.content-home .top-content .top-sidebar .image-container + .image-container:before {
    border-left: 1px solid #EBEBEB;
    border-right: 0;
  }
  .site-content.content-home .bottom-content .column {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px;
    float: none;
  }
  .site-content.content-home .bottom-content .content {
    height: auto;
  }
  .site-content.content-home .bottom-content .content p {
    height: auto;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .site-content.content-home .bottom-content .column-links .content:after {
    content: "";
    display: table;
    clear: both;
  }
  .site-content.content-home .bottom-content .column-links .content .link {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
  }
}

@media (max-width: 520px) {
  .site-content.content-home .top-content .top-banner ul.bxslider li.slide span {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    max-width: none;
    font-size: 20px;
  }
  .site-content.content-home .top-content .top-sidebar .image-container span {
    font-size: 20px;
    line-height: 1.2;
  }
}

@media (max-width: 400px) {
  .site-content.content-home .top-content .top-sidebar .image-container {
    width: auto;
    float: none;
  }
  .site-content.content-home .top-content .top-sidebar .image-container:before, .site-content.content-home .top-content .top-sidebar .image-container + .image-container:before {
    border-left: 0;
    border-right: 0;
  }
}

.post-533 .entry-content img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 224px;
}
