/*!
Theme Name: IHSTCA
Theme URI: http://www.cskern.com/
Author: Jason Toomey
Author URI: http://www.cskern.com
Description: A responsive theme built for Indiana High School Tennis Coaches Association.
Tags: fluid-layout, responsive-layout, custom-menu, editor-style
Version: 1.2.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;
}

html {
  -ms-overflow-style: scrollbar;
}

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

.content-area .main-content, .content-area .main-sidebar {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (min-width: 769px) {
  .content-area:after {
    content: "";
    display: table;
    clear: both;
  }
  .content-area .main-content {
    width: 100%;
  }
  .content-area.content-left .main-content {
    padding-right: 340px;
    float: left;
  }
  .content-area.content-left .main-sidebar {
    width: 280px;
    margin-left: -280px;
    float: right;
  }
  .content-area.content-right .main-content {
    padding-left: 310px;
    float: right;
  }
  .content-area.content-right .main-sidebar {
    width: 280px;
    margin-right: -280px;
    float: left;
  }
}

@media (max-width: 1024px) {
  .content-area.content-left .main-content {
    padding-right: 0;
    float: none;
  }
  .content-area.content-left .main-sidebar {
    display: none;
    width: auto;
    margin-left: 0;
    float: none;
  }
}

@media (max-width: 768px) {
  .content-area .main-sidebar {
    padding-top: 0;
  }
}

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

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

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

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

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

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

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

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

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

/*
===========================================================
 Vendors
===========================================================
*/
/*****************************************************************
 * 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
 *****************************************************************/
/* RESET AND LAYOUT */
.bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  *zoom: 1;
}

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

/* THEME */
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -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%;
}

/* LOADER */
.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;
}

/* PAGER */
.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;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.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;
}

/* AUTO CONTROLS (START / STOP) */
.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;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.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;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  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: 255px;
  overflow-x: hidden;
  overflow-y: auto;
}

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

.sidr.left {
  left: -255px;
  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: #fff;
  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: #000;
  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: -20px;
  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: 44px;
}

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

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

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

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

#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
===========================================================
*/
/* 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%;
}

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

html {
  font-size: 100%;
}

body {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}

a {
  color: #63899C;
  text-decoration: none;
}

a:hover {
  color: #184D0A;
}

h1, .h1 {
  margin-top: 0.35em;
  margin-bottom: 0.25em;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-weight: bold;
  font-size: 2em;
  line-height: 1.25;
  text-transform: none;
  color: #63899C;
}

h2, .h2 {
  margin-top: 0.5em;
  margin-bottom: 0.3em;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.625em;
  line-height: 1.2;
  text-transform: none;
  color: #1D2A34;
}

h3, .h3 {
  margin-top: 0.5em;
  margin-bottom: 0.3em;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-weight: normal;
  font-size: 1.375em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #184D0A;
}

h4, .h4 {
  margin-top: 0.5em;
  margin-bottom: 0.3em;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.2;
  text-transform: none;
  color: #63899C;
}

h5, .h5 {
  margin-top: 0.5em;
  margin-bottom: 0.3em;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-weight: 600;
  font-size: 1em;
  line-height: 1.2;
  text-transform: none;
  color: #1D2A34;
}

h6, .h6 {
  margin-top: 0.5em;
  margin-bottom: 0.3em;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.2;
  text-transform: none;
  color: #184D0A;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.75;
  color: #000000;
}

blockquote {
  padding: 1em;
  margin: 0 0 1em 0;
  border-left: 3px solid #184D0A;
  border-right: 3px solid #184D0A;
  max-width: 450px;
  background-color: #D7D7D7;
}

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

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

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

ol, ul, dl {
  padding: 0 0 0 2em;
  margin: 0 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;
  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;
  border: 0;
  border-bottom: 2px dotted #184D0A;
}

q {
  font-style: italic;
}

input[type='submit'], input[type='button'],
input[type='reset'], button, .button {
  display: inline-block;
  vertical-align: middle;
  padding: 0.75em 1.5em;
  margin: 0;
  border: 0;
  outline: 0;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1em;
  line-height: 1;
  text-transform: uppercase;
  background-color: #1D2A34;
  color: #FFFFFF;
}

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

input[type='submit']:focus, input[type='button']:focus,
input[type='reset']:focus, button:focus, .button:focus {
  color: #FFFFFF;
  background-color: #63899C;
  border-color: #63899C;
}

input[type='text'], input[type='password'],
input[type='tel'], input[type='email'], input[type='url'],
input[type='number'], input[type='search'],
textarea, select {
  display: inline-block;
  vertical-align: middle;
  padding: 0.1em 0.375em;
  margin: 0;
  border: 1px solid #D7D7D7;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-weight: normal;
  font-size: 1em;
  width: 16em;
  max-width: 100%;
  height: 2em;
  line-height: 1.2;
  background-color: #FFFFFF;
  background-color: rgba(99, 137, 156, 0.1);
}

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

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

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

a.button {
  border: 3px solid #184D0A;
  color: #1D2A34;
  background-color: #FFFFFF;
}

a.button.small {
  padding: 0.5em 1em;
}

label {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.2;
  color: #184D0A;
}

input:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0;
  font-style: italic;
  color: #63899C;
}

input:focus::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0;
  font-style: italic;
  color: #63899C;
}

input:focus:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0;
  font-style: italic;
  color: #63899C;
}

input:focus:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0;
  font-style: italic;
  color: #63899C;
}

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
  color: #63899C;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
  color: #63899C;
}

input:-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
  color: #63899C;
}

input:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
  color: #63899C;
}

textarea:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0;
  font-style: italic;
  color: #63899C;
}

textarea:focus::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0;
  font-style: italic;
  color: #63899C;
}

textarea:focus:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0;
  font-style: italic;
  color: #63899C;
}

textarea:focus:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0;
  font-style: italic;
  color: #63899C;
}

textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
  color: #63899C;
}

textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
  color: #63899C;
}

textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
  color: #63899C;
}

textarea:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
  color: #63899C;
}

/* 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 {
  border-left: 0;
}

blockquote.alignright {
  border-right: 0;
}

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: #1D2A34;
}

.site-header .topbar {
  position: relative;
  height: 240px;
  background-image: url("./library/images/main-image.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  background-size: cover;
}

.site-header .topbar .full-height {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.site-header .topbar .site-logo {
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 10;
}

.site-header .topbar .site-logo a {
  display: block;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-size: 10px;
  color: #FFFFFF;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

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

.site-header .topbar .site-logo a .logo-image {
  font-size: 2em;
}

.site-header .topbar .site-logo a .logo-image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

.site-header .topbar .site-logo a .logo-text {
  font-weight: bold;
  font-size: 9em;
  line-height: 1;
}

.site-header .topbar .site-logo a .site-name {
  font-size: 2em;
  line-height: 1;
}

.site-header .topbar .site-logo a:hover, .site-header .topbar .site-logo a:focus {
  color: #FFFFFF;
}

.site-header .topbar .social-icons {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 40;
  height: 0;
}

.site-header .topbar .social-icons a {
  display: block;
  position: relative;
  padding: 0 9px;
  margin: 6px 0 6px 6px;
  outline: 0;
  min-width: 150px;
  height: 36px;
  color: #FFFFFF;
  background-color: #1D2A34;
  background-color: rgba(29, 42, 52, 0.75);
}

.site-header .topbar .social-icons a:hover, .site-header .topbar .social-icons a:focus {
  background-color: #184D0A;
  background-color: rgba(24, 77, 10, 0.75);
}

.site-header .topbar .social-icons a .fa, .site-header .topbar .social-icons a .label {
  display: inline-block;
  vertical-align: middle;
  line-height: 36px;
}

.site-header .topbar .social-icons a .fa {
  font-size: 18px;
  width: 18px;
}

.site-header .topbar .social-icons a .label {
  padding-left: 3px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

.site-header .topbar .social-icons a:nth-child(n+4) {
  top: -126px;
  right: 100%;
}

.site-header .topbar .navbar-toggle {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

.site-header .topbar .navbar-toggle a {
  display: block;
  width: 73px;
  line-height: 71px;
  text-align: center;
  font-size: 35px;
  color: #FFFFFF;
  background-color: #1D640A;
  background-color: rgba(29, 100, 10, 0.75);
}

.site-header .navbar {
  position: relative;
  z-index: 30;
  height: 60px;
  margin-top: -60px;
  background-color: #1D640A;
  background-color: rgba(29, 100, 10, 0.75);
}

@media (max-width: 1024px) {
  .site-header .topbar {
    height: 150px;
  }
  .site-header .topbar .site-logo {
    top: 20px;
  }
  .site-header .topbar .social-icons {
    top: 3px;
    right: 90px;
  }
  .site-header .topbar .social-icons a {
    position: static;
    float: left;
    min-width: 0;
    text-align: center;
  }
  .site-header .topbar .social-icons a .label {
    position: absolute;
    left: -99999px;
    right: auto;
  }
  .site-header .navbar {
    display: none;
  }
  .site-header .topbar .navbar-toggle {
    display: block;
  }
}

@media (max-width: 768px) {
  .site-header .topbar {
    height: 132px;
  }
  .site-header .topbar .site-logo {
    top: 22px;
  }
  .site-header .topbar .site-logo a {
    font-size: 8px;
  }
  .site-header .topbar .social-icons {
    display: none;
  }
}

@media (max-width: 520px) {
  .site-header .topbar {
    height: 90px;
  }
  .site-header .topbar .site-logo {
    top: 12px;
  }
  .site-header .topbar .site-logo a {
    font-size: 6px;
  }
  .site-header .topbar .navbar-toggle a {
    width: 55px;
    line-height: 55px;
    font-size: 28px;
  }
}

@media (max-width: 400px) {
  .site-header .topbar {
    height: 0;
    min-height: 55px;
    padding-bottom: 17%;
  }
  .site-header .topbar .site-logo {
    top: 5px;
  }
  .site-header .topbar .site-logo a {
    font-size: 4px;
  }
}

/* Main Navigation */
.navbar ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

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

.navbar ul li a {
  display: block;
  padding: 9px 14px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FFFFFF;
}

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

.navbar ul.main-menu > li {
  float: left;
  padding: 9px 0;
}

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

.navbar ul.main-menu > li > a {
  margin: 1px;
}

.navbar ul.main-menu > li > a:hover {
  margin: 0;
  border: 1px solid #FFFFFF;
  background-color: #184D0A;
}

.navbar ul.sub-menu {
  position: absolute;
  left: -99999px;
  right: auto;
  z-index: 150;
  top: 60px;
  padding: 12px 6px;
  background-color: #184D0A;
}

.navbar ul.sub-menu > li {
  min-width: 175px;
}

.navbar ul.sub-menu > li > a {
  padding: 4px 10px;
}

.navbar ul.sub-menu > li > a:hover {
  color: #000000;
  background-color: #FFFFFF;
}

.navbar ul.sub-menu.show {
  left: auto;
}

@media (max-width: 1180px) {
  .navbar ul li a {
    font-size: 16px;
  }
}

#sidr-main-menu {
  background-color: #184D0A;
  min-height: 100%;
  -webkit-box-shadow: inset 10px 0px 10px -10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 10px 0px 10px -10px rgba(0, 0, 0, 0.4);
  box-shadow: inset 10px 0px 10px -10px rgba(0, 0, 0, 0.4);
}

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

#sidr-main-menu ul li {
  margin-bottom: 1em;
}

#sidr-main-menu ul li a {
  display: block;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
}

#sidr-main-menu ul li a:hover {
  color: #63899C;
}

#sidr-main-menu ul.sub-menu {
  padding-left: 1em;
  margin-top: 0.5em;
}

#sidr-main-menu ul.sub-menu li {
  margin: 0.2em 0;
}

#sidr-main-menu ul.sub-menu li a {
  font-weight: normal;
  text-transform: none;
}

#sidr-main-menu .sidr-inner {
  margin: 24px;
}

#sidr-main-menu .sidr-inner + .sidr-inner {
  padding-bottom: 100px;
}

#sidr-main-menu .sidr-inner + .sidr-inner a {
  display: block;
  float: left;
  position: relative;
  padding: 0 9px;
  margin: 6px 6px 6px 0;
  outline: 0;
  height: 36px;
  text-align: center;
  color: #FFFFFF;
  background-color: #1D2A34;
  background-color: rgba(29, 42, 52, 0.75);
}

#sidr-main-menu .sidr-inner + .sidr-inner a:hover, #sidr-main-menu .sidr-inner + .sidr-inner a:focus {
  background-color: #63899C;
}

#sidr-main-menu .sidr-inner + .sidr-inner a .fa, #sidr-main-menu .sidr-inner + .sidr-inner a .label {
  display: inline-block;
  vertical-align: middle;
  line-height: 36px;
}

#sidr-main-menu .sidr-inner + .sidr-inner a .fa {
  font-size: 18px;
  width: 18px;
}

#sidr-main-menu .sidr-inner + .sidr-inner a .label {
  padding-left: 3px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  left: -99999px;
  right: auto;
}

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

.main-content.content-multiple .entry-header .entry-title a {
  color: #1D2A34;
}

.main-content.content-multiple .entry-header .entry-title a:hover {
  color: #184D0A;
}

.main-header {
  padding: 27px 0;
  background-color: #1D2A34;
}

.main-header .main-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 35px;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 1.2;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

@media (max-width: 768px) {
  .main-header {
    padding: 21px 0;
  }
  .main-header .main-title {
    font-size: 27px;
  }
}

.main-footer {
  border-bottom: 2px solid #184D0A;
  background-color: #1D2A34;
}

.entry-header .entry-title {
  margin-bottom: 0.5em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.featured-image {
  margin: 0 0 1em 0;
}

.featured-image img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}

@media (min-width: 521px) {
  .featured-image {
    float: right;
    margin: 0.5em 0 0.5em 1.5em;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .content-area.content-right .main-content .featured-image {
    float: none;
    margin: 0 0 1em 0;
  }
}

.entry-meta .meta-value {
  display: inline-block;
  margin-right: 1em;
  font-weight: 600;
  line-height: 1.75;
}

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

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

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

.entry-footer p.button-links {
  margin-top: 2em;
  margin-bottom: 1em;
}

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

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

.search-form .search-field, .search-form .search-submit {
  margin-bottom: 0.5em;
}

.search-form .search-submit {
  padding: 0.4em 1em;
  height: 2em;
}

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

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

.pagination ul li {
  float: left;
  margin: 0.5em 0.5em 0.5em 0;
}

.pagination ul li a, .pagination ul li span {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid #FFFFFF;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1em;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #184D0A;
}

.pagination ul li a:hover {
  background-color: #63899C;
}

.pagination ul li span.current {
  color: #1D2A34;
  background-color: #FFFFFF;
}

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

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

.sidebar .widget {
  position: relative;
  background-color: #D7D7D7;
  padding: 18px;
}

.sidebar .widget .title {
  padding: 0 18px;
  margin: -18px -18px 18px -18px;
  font-wieght: 600;
  font-size: 22px;
  line-height: 38px;
  color: #FFFFFF;
  background-color: #184D0A;
}

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

.sidebar .widget > *:last-child {
  margin-bottom: 0;
}

.sidebar .widget ul {
  padding-left: 1em;
  list-style-type: square;
}

.sidebar .widget ul ul {
  list-style-type: disc;
}

.sidebar .widget ul ul ul {
  list-style-type: circle;
}

.sidebar .widget input[type='text'], .sidebar .widget input[type='password'],
.sidebar .widget input[type='email'], .sidebar .widget input[type='url'],
.sidebar .widget input[type='number'], .sidebar .widget input[type='search'],
.sidebar .widget textarea, .sidebar .widget select {
  background-color: #FFFFFF;
}

@media (max-width: 520px) {
  .sidebar .widget .title:after {
    float: right;
    font-weight: 600;
    font-size: 30px;
  }
  .sidebar .widget.open .title:after {
    content: '\2212';
  }
  .sidebar .widget.closed {
    height: 38px;
    overflow: hidden;
  }
  .sidebar .widget.closed .title:after {
    content: '+';
  }
  .sidebar .widget.no-title {
    display: none;
  }
}

.sidebar .widget + .widget {
  margin-top: 8px;
}

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

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

.sidebar .widget.widget_calendar table td, .sidebar .widget.widget_calendar table th {
  padding: 0.5em;
  border-color: #1D2A34;
}

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

.sidebar .widget.gform_widget .gform_wrapper {
  margin: 0;
}

.sidebar .widget.gform_widget .gfield {
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 641px) {
  .sidebar .widget.gform_widget .gfield.gf_left_half {
    padding: 0 4px 0 0;
  }
  .sidebar .widget.gform_widget .gfield.gf_right_half {
    padding: 0 0 0 4px;
  }
}

.sidebar .widget.gform_widget div.ginput_container {
  margin-top: 6px;
}

.sidebar .widget.gform_widget .gform_footer {
  padding: 0;
  margin: 18px 0 0 0;
  text-align: center;
}

.sidebar .widget.gform_widget .gform_footer .gform_button {
  width: 200px;
}

.sidebar .widget.gform_widget .gfield_label {
  position: absolute;
  left: -99999px;
  right: auto;
}

.sidebar .widget.gform_widget textarea.small {
  height: 92px;
}

.sidebar .widget.gform_widget .small-text {
  margin-bottom: 14px;
  font-weight: bold;
  font-size: 0.75em;
}

.quick-links {
  background-color: #1D2A34;
  background-image: url("./library/images/quick-links-background.png");
  text-align: center;
  -webkit-box-shadow: inset 0px -32px 32px -32px rgba(0, 0, 0, 0.65), inset 0px 32px 32px -32px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: inset 0px -32px 32px -32px rgba(0, 0, 0, 0.65), inset 0px 32px 32px -32px rgba(0, 0, 0, 0.65);
  box-shadow: inset 0px -32px 32px -32px rgba(0, 0, 0, 0.65), inset 0px 32px 32px -32px rgba(0, 0, 0, 0.65);
}

.quick-links .row {
  padding: 10px 0;
}

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

.quick-links .link {
  display: inline-block;
}

.quick-links .link:hover .icon {
  background-color: #63899C;
}

.quick-links .icon {
  display: block;
  position: relative;
  margin: 0 auto;
  border: 3px solid #FFFFFF;
  border-radius: 50%;
  width: 108px;
  height: 108px;
  background-color: #184D0A;
}

.quick-links .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.quick-links .text {
  display: block;
  margin-top: 18px;
  margin-bottom: 7px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  color: #FFFFFF;
}

.quick-links .text .fa {
  padding-left: 5px;
  color: #63899C;
  font-size: 21px;
}

@media (max-width: 768px) {
  .quick-links .text {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 16px;
  }
  .quick-links .text .fa {
    font-size: 14px;
  }
}

.scores.row {
  margin-left: -4px;
  margin-right: -4px;
}

.scores.row .column {
  padding: 4px;
}

.scores .date {
  padding: 0 0.5em;
  background-color: #184D0A;
}

.scores .date h3 {
  margin: 0;
  line-height: 38px;
  color: #FFFFFF;
}

.scores .heading {
  background-color: #D7D7D7;
}

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

.scores .heading .label {
  width: 40%;
  float: left;
  padding: 0.2em 0.5em;
  font-weight: bold;
}

.scores .heading .label.score-label {
  width: 20%;
}

.scores .game {
  line-height: 1.2;
  background-color: #D7D7D7;
}

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

.scores .game .team {
  width: 40%;
  float: left;
  padding: 0.3em 0.5em;
}

.scores .game .team-score {
  width: 20%;
  float: left;
  padding: 0.3em 0.5em;
}

.scores .game:hover {
  background-color: #F3F3F3;
}

@media (max-width: 520px) {
  .scores {
    font-size: 14px;
  }
}

.ui-datepicker {
  position: absolute;
}

.ui-datepicker select {
  width: auto;
  padding: 0.1em;
  margin: 0 3px;
  box-shadow: none;
  background-color: #FFFFFF;
}

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

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

.tablepress {
  margin: 1em 0;
}

.tablepress thead th {
  color: #FFFFFF;
  background-color: #184D0A !important;
}

.tablepress .even td, .tablepress .odd td {
  background-color: #D7D7D7 !important;
  border: 0;
}

.tablepress .row-hover tr:hover td {
  background-color: #F3F3F3 !important;
}

@media (max-width: 520px) {
  .tablepress {
    font-size: 14px;
  }
}

.csk-staff-profiles {
  margin: 0 -15px 1em -15px;
}

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

.csk-staff-profiles .csk-staff-profile {
  float: left;
  width: 50%;
  min-height: 200px;
  padding: 0 15px;
}

.csk-staff-profiles .csk-staff-profile .csk-staff-profile-image {
  float: left;
  width: 100px;
  margin-right: -100px;
}

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

.csk-staff-profiles .csk-staff-profile .csk-staff-fields {
  float: right;
  width: 100%;
  padding-left: 120px;
  font-size: 15px;
}

.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.job_title h3 {
  font-size: 1.2em;
  text-transform: none;
}

.csk-staff-profiles .csk-staff-profile:nth-child(2n+1) {
  clear: both;
}

@media (max-width: 768px) {
  .csk-staff-profiles .csk-staff-profile {
    float: none;
    width: 100%;
  }
}

@media (max-width: 400px) {
  .csk-staff-profiles .csk-staff-profile .csk-staff-profile-image {
    width: 50px;
    margin-right: -50px;
  }
  .csk-staff-profiles .csk-staff-profile .csk-staff-fields {
    padding-left: 60px;
  }
}

.accordionButton {
  background-color: #184D0A;
  margin: 0.3em 0;
}

.accordionButton h3 {
  color: #FFFFFF !important;
}

.accordionButton h3:after {
  content: '+';
  font-weight: bold;
  float: right;
}

.accordionButton.openDiv h3:after {
  content: '-';
}

.accordionContent {
  overflow: hidden;
  -moz-transform: rotate(0.01deg);
}

.site-footer {
  padding: 18px 0;
  background-color: #184D0A;
}

.site-footer .information {
  font-size: 14px;
  color: #FFFFFF;
}

.site-footer .information .separator:before {
  content: '|';
  padding: 0 4px;
}

.site-footer .information .site-name {
  font-weight: bold;
  text-transform: uppercase;
}

.site-footer .information a {
  color: #FFFFFF;
  text-decoration: underline;
}

.site-footer .information a:hover {
  text-decoration: none;
}

.site-footer .credit {
  position: absolute;
  top: -9px;
  right: 0;
}

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

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

@media (max-width: 1024px) {
  .site-footer {
    text-align: center;
  }
  .site-footer .information .separator {
    display: block;
    height: 6px;
  }
  .site-footer .information .separator:before {
    content: none;
  }
  .site-footer .credit {
    position: relative;
    top: 14px;
  }
}

/*
===========================================================
 Pages
===========================================================
*/
.site-content.content-home .top-content {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #D7D7D7;
}

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

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

.site-content.content-home .top-content .top-banner ul.bxslider li.slide {
  padding-bottom: 30px;
}

.site-content.content-home .top-content .top-banner ul.bxslider li.slide img {
  display: block;
  width: 100%;
  height: auto;
}

.site-content.content-home .top-content .top-banner ul.bxslider li.slide .text {
  display: block;
  padding: 0.4em 1em;
  color: #FFFFFF;
}

.site-content.content-home .top-content .top-banner .bx-wrapper .bx-pager {
  padding: 0;
  bottom: 0;
  line-height: 1.5;
}

.site-content.content-home .top-content .top-banner .bx-wrapper .bx-pager a {
  width: 8px;
  height: 8px;
  margin: 0 8px;
  border-radius: 50%;
  background-color: #FFFFFF;
}

.site-content.content-home .top-content .top-banner .bx-wrapper .bx-pager a.active {
  background-color: #63899C;
}

.site-content.content-home .top-content .top-sidebar {
  margin-bottom: -8px;
}

.site-content.content-home .top-content .top-sidebar .row {
  margin-left: -4px;
  margin-right: -4px;
}

.site-content.content-home .top-content .top-sidebar .row .column {
  padding-left: 4px;
  padding-right: 4px;
}

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

.site-content.content-home .top-content .top-sidebar .top-box {
  position: relative;
  margin-bottom: 8px;
  background-color: #FFFFFF;
}

.site-content.content-home .top-content .top-sidebar .top-box .title {
  padding: 0 16px;
  margin: 0;
  font-weight: 600;
  font-size: 22px;
  line-height: 38px;
  color: #FFFFFF;
  background-color: #184D0A;
}

.site-content.content-home .top-content .top-sidebar .top-box .content {
  padding: 10px 16px;
}

.site-content.content-home .top-content .top-sidebar .top-box .content h4 {
  margin: 0;
}

.site-content.content-home .top-content .top-sidebar .top-box .content .buttons {
  text-align: center;
}

.site-content.content-home .top-content .top-sidebar .top-box .content a.button {
  margin: 0 0.5em 10px 0.5em;
  width: 200px;
  text-align: center;
}

.site-content.content-home .top-content .top-sidebar .banner {
  background: none;
}

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

.site-content.content-home .top-content .top-sidebar .rankings .ranking-list {
  padding: 12px 0 20px 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-width: 200px;
  -moz-column-width: 200px;
  column-width: 200px;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}

.site-content.content-home .top-content .top-sidebar .rankings .ranking-list .list-item:after {
  content: "";
  display: table;
  clear: both;
}

.site-content.content-home .top-content .top-sidebar .rankings .ranking-list .list-item .rank {
  width: 2.25em;
  margin-right: -2.25em;
  float: left;
}

.site-content.content-home .top-content .top-sidebar .rankings .ranking-list .list-item .team {
  width: 100%;
  padding-left: 2.25em;
  float: right;
}

.site-content.content-home .top-content .top-sidebar .event .title sup {
  top: -0.75em;
  font-size: 0.5em;
}

.site-content.content-home .top-content .top-sidebar .event .content a {
  color: #000000;
}

@media (max-width: 520px) {
  .site-content.content-home .top-content .top-sidebar .top-box .title:after {
    float: right;
    font-weight: 600;
    font-size: 30px;
  }
  .site-content.content-home .top-content .top-sidebar .top-box.open .title:after {
    content: '\2212';
  }
  .site-content.content-home .top-content .top-sidebar .top-box.closed {
    height: 38px;
    overflow: hidden;
  }
  .site-content.content-home .top-content .top-sidebar .top-box.closed .title:after {
    content: '+';
  }
}

.site-content.content-home .entry-content h2:first-child {
  margin-bottom: 0;
}

.site-content.content-home .entry-content p {
  line-height: 1.6;
}

@media (min-width: 1025px) {
  .site-content.content-home .top-content:after {
    content: "";
    display: table;
    clear: both;
  }
  .site-content.content-home .top-content .top-banner {
    width: 100%;
    padding-right: 480px;
    float: left;
  }
  .site-content.content-home .top-content .top-sidebar {
    width: 470px;
    margin-left: -470px;
    float: right;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .site-content.content-home .top-content .top-sidebar .left {
    position: relative;
    z-index: 20;
    width: 470px;
    margin-right: -470px;
    float: left;
  }
  .site-content.content-home .top-content .top-sidebar .right {
    position: relative;
    z-index: 10;
    width: 100%;
    padding-left: 480px;
    float: right;
  }
}

@media (max-width: 1024px) {
  .site-content.content-home .top-content .top-sidebar {
    margin-top: 8px;
  }
  .site-content.content-home .top-content .top-sidebar:after {
    content: "";
    display: table;
    clear: both;
  }
  .site-content.content-home .top-content .top-sidebar .rankings .ranking-list {
    padding-top: 4px;
    padding-bottom: 12px;
  }
  .site-content.content-home .top-content .top-sidebar .rankings .ranking-list .list-item:nth-child(n+9) {
    display: none;
  }
}

@media (max-width: 768px) {
  .site-content.content-home .top-content .top-banner ul.bxslider li.slide .text {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}

.page-id-1482 .rankings .ranking-list {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-width: 200px;
  -moz-column-width: 200px;
  column-width: 200px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.page-id-1482 .rankings .ranking-list .list-item:after {
  content: "";
  display: table;
  clear: both;
}

.page-id-1482 .rankings .ranking-list .list-item .rank {
  width: 2.25em;
  margin-right: -2.25em;
  float: left;
}

.page-id-1482 .rankings .ranking-list .list-item .team {
  width: 100%;
  padding-left: 2.25em;
  float: right;
}
