@charset "UTF-8";
/*!
Theme Name: Educational Furniture 2017
Theme URI: http://www.cskern.com/
Author: Jason Toomey, Alisha Carpenter
Author URI: http://www.cskern.com
Description: A responsive theme built for Educational Furniture.
Version: 1.4.0
Tags: custom-menu, editor-style, theme-options, fluid-layout, responsive-layout
*/
/*
===========================================================
 Normalize, Page Layout, Grid, and Default Styles
===========================================================
*/
/* normalize.css v4.1.1
 * MIT License
 * github.com/necolas/normalize.css
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

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

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

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

figure {
  margin: 1em 40px;
}

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

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

optgroup {
  font-weight: bold;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

textarea {
  overflow: auto;
}

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

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

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

/* Page Structure */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

@media (min-width: 1025px) {
  .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 .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: 1440px) {
  .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: 900px;
  }
}

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

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

.row:after {
  clear: both;
}

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

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

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

.table-row {
  display: table;
  width: 100%;
  table-layout: fixed;
}

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

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

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

.table-row.row-padded {
  width: calc(100% + 2 * 15px);
}

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

@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;
  }
  .table-row-sm.row-padded {
    width: calc(100% + 2 * 15px);
  }
}

@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;
  }
  .table-row-md.row-padded {
    width: calc(100% + 2 * 15px);
  }
}

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

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

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

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

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

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

.clearfix:after {
  clear: both;
}

.responsive-embed {
  position: relative;
  margin-bottom: 1.5em;
}

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

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

.responsive-embed.aspect-ratio-2-1:before {
  padding-bottom: 50%;
}

.responsive-embed.aspect-ratio-16-9:before {
  padding-bottom: 56.25%;
}

.responsive-embed.aspect-ratio-4-3:before {
  padding-bottom: 75%;
}

.responsive-embed.aspect-ratio-1-1:before {
  padding-bottom: 100%;
}

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

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

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

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

/* Default styles */
html {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

body {
  color: #696969;
  background-color: #FFFFFF;
}

h1, .h1 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 700;
  font-size: 2.25em;
  line-height: 1.25;
  text-transform: none;
  color: #00458D;
}

h2, .h2 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-family: "Open Sans Condensed", "Open Sans", "Arial", sans-serif;
  font-weight: 600;
  font-size: 2em;
  line-height: 1.25;
  text-transform: uppercase;
  color: #00458D;
}

h3, .h3 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.25;
  text-transform: none;
  color: #D87113;
}

h4, .h4 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-family: "Open Sans Condensed", "Open Sans", "Arial", sans-serif;
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1.25;
  text-transform: uppercase;
  color: #000000;
}

h5, .h5 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.25;
  text-transform: none;
  color: #D87113;
}

h6, .h6 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-family: "Open Sans Condensed", "Open Sans", "Arial", sans-serif;
  font-weight: 600;
  font-size: 1em;
  line-height: 1.25;
  text-transform: uppercase;
  color: #000000;
}

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

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

a:hover, a:focus {
  color: #00458D;
}

blockquote {
  padding: 1.5em;
  margin: 1em 0;
  background-color: #EBEBEB;
}

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

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

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

pre {
  margin: 1em 0;
}

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: 1em 0;
  border-collapse: collapse;
  border-spacing: 0;
}

table th {
  padding: 0.5em 1em;
  border: 1px solid #CCCCCC;
  text-align: left;
}

table td {
  padding: 0.5em 1em;
  border: 1px solid #CCCCCC;
  text-align: left;
}

hr {
  display: block;
  border: 0;
  border-bottom: 0.125em solid #00458D;
  margin: 1.5em 0;
  clear: both;
}

q {
  font-style: italic;
}

.button, input[type='submit'], input[type='button'],
input[type='reset'], button {
  display: inline-block;
  vertical-align: middle;
  padding: 0.625em 1.5em;
  margin: 0;
  border: 0.125em solid #00458D;
  border-radius: 1.375em;
  font-family: "Open Sans Condensed", "Open Sans", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.25;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #00458D;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

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

.button-wide {
  min-width: 9em;
  padding: 0.625em;
  text-align: center;
}

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

a.button {
  color: #FFFFFF;
}

input[type='text'], input[type='password'],
input[type='email'], input[type='url'],
input[type='number'], input[type='search'],
textarea, select {
  display: inline-block;
  vertical-align: middle;
  width: 20em;
  max-width: 100%;
  padding: 0.625em 1em;
  margin: 0;
  border: 0.125em solid #D7D7D7;
  background-color: #FFFFFF;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 1.25;
}

input[type='text']:hover, input[type='password']:hover,
input[type='email']:hover, input[type='url']:hover,
input[type='number']:hover, input[type='search']:hover,
textarea:hover, select:hover {
  box-shadow: 0 0 4px rgba(119, 120, 124, 0.4);
}

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: #00458D;
}

input[type='number'] {
  width: 5em;
  padding: 0.625em 0.5em 0.625em 1em;
}

textarea {
  width: 30em;
  height: 7.5em;
  line-height: 1.5;
}

label {
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.25;
}

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

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

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

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

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

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

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

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

.alignnone {
  display: inline-block;
  margin: 1em 1.5em 1em 0;
}

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

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

.aligncenter {
  display: block;
  margin: 1em auto;
}

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

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

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

img.aligncenter {
  margin: 0 auto;
}

blockquote.alignleft {
  max-width: 420px;
}

blockquote.alignright {
  max-width: 420px;
}

blockquote.aligncenter {
  max-width: 420px;
}

.wp-caption {
  max-width: 100%;
  max-width: calc(100% - 2em);
  padding: 1em 1em 0.5em 1em;
  text-align: center;
  background-color: #EBEBEB;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.wp-caption img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  padding: 0;
  border: 0;
  margin: 0 0 0.5em 0;
}

.wp-caption .wp-caption-text {
  padding: 0 0.5em;
  margin: 0.5em 0 0 0;
  font-size: 0.875em;
}

@media (max-width: 768px) {
  blockquote.alignleft, blockquote.alignright {
    margin: 1em 0;
    float: none;
  }
}

@media (max-width: 520px) {
  .alignnone {
    margin: 1em 0;
  }
  .alignleft, .alignright {
    margin: 1em 0;
    float: none;
  }
  img.alignnone, img.alignleft, img.alignright {
    display: block;
    margin: 1em 0;
  }
  img.aligncenter {
    display: block;
    margin: 1em auto;
  }
}

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

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

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

ul.bxslider {
  list-style: none;
}

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

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

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("./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;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

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

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

.bx-wrapper .bx-prev {
  left: 10px;
  background: url("./library/images/bx_controls.png") no-repeat 0px 0px;
  width: 22px;
  height: 34px;
  margin-top: -17px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("./library/images/bx_controls.png") no-repeat -24px 0px;
  width: 22px;
  height: 34px;
  margin-top: -17px;
}

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

.bx-wrapper .bx-next:hover {
  background-position: -24px -36px;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  outline: 0;
  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;
  outline: 0;
  margin: 0 3px;
  background: url("./library/images/bx_controls.png") no-repeat -48px 0px;
  width: 11px;
  height: 14px;
}

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

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

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

.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: 255px;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

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

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

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*
===========================================================
 Component Styles
===========================================================
*/
.site-header .header-top {
  border-top: 12px solid #77787C;
}

.site-header .header-top .container {
  display: table;
  table-layout: fixed;
  height: 130px;
}

.site-header .header-top .site-logo {
  display: table-cell;
  vertical-align: middle;
  width: 440px;
}

.site-header .header-top .contact-information {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

@media (max-width: 768px) {
  .site-header .header-top .container {
    display: block;
    height: auto;
  }
  .site-header .header-top .site-logo {
    display: block;
    width: auto;
    max-width: 440px;
    padding: 15px 0 0 0;
  }
  .site-header .header-top .contact-information {
    display: block;
    width: auto;
    padding: 15px 0;
    text-align: inherit;
  }
}

.site-header .header-bottom {
  margin-bottom: 15px;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}

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

.site-header .site-logo img {
  max-width: 100%;
  height: auto;
}

.site-header .contact-information {
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  color: #00458D;
}

.site-header .contact-information a {
  color: #00458D;
}

.site-header .contact-information a:hover, .site-header .contact-information a:focus {
  color: #D87113;
}

@media (max-width: 768px) {
  .site-header .contact-information {
    margin-left: -0.5em;
    margin-right: -0.5em;
    font-size: 1em;
  }
  .site-header .contact-information .contact-item {
    display: inline-block;
    position: relative;
  }
  .site-header .contact-information .contact-item a {
    display: block;
    padding: 0.25em 0.5em;
  }
  .site-header .contact-information .contact-item + .contact-item:before {
    content: '|';
    position: absolute;
    left: -0.5em;
    width: 1em;
    padding: 0.25em 0;
    text-align: center;
    color: #77787C;
  }
}

.site-header .navbar {
  min-height: 52px;
}

.site-header .navbar ul.menu > li.menu-item-type-search {
  float: right;
}

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

.site-header .navbar-toggle a {
  display: block;
  width: 28px;
  height: 28px;
  margin: 12px 0;
  color: #00458D;
}

.site-header .navbar-toggle a:hover, .site-header .navbar-toggle a:focus {
  color: #D87113;
}

.site-header .navbar-toggle .fa {
  width: 28px;
  height: 28px;
  font-size: 28px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}

.sidr-open .site-header .navbar-toggle .fa {
  position: relative;
}

.sidr-open .site-header .navbar-toggle .fa:before, .sidr-open .site-header .navbar-toggle .fa:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 21px;
  height: 4px;
  margin: auto;
  background: #00458D;
}

.sidr-open .site-header .navbar-toggle .fa:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sidr-open .site-header .navbar-toggle .fa:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 1024px) {
  .site-header .navbar ul.menu > li {
    display: none;
  }
  .site-header .navbar ul.menu > li.menu-item-type-search {
    display: inline-block;
    float: none;
  }
  .site-header .navbar-toggle {
    display: block;
  }
}

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

.main-navbar ul.menu {
  margin: 0 -15px;
}

.main-navbar ul.menu a {
  display: block;
  padding: 15px;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #00458D;
}

.main-navbar ul.menu a:hover, .main-navbar ul.menu a:focus {
  color: #D87113;
}

.main-navbar ul.menu > li.menu-item-type-search > a:before {
  content: '\f002';
  margin-right: 0.375em;
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #D87113;
}

.main-navbar ul.sub-menu {
  padding: 5px;
  background: #EBEBEB;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

.main-navbar ul.sub-menu a {
  padding: 10px;
  font-weight: normal;
  font-size: 16px;
}

.main-navbar ul.sub-menu ul.sub-menu {
  margin-top: -5px;
}

.navbar ul.menu > li {
  display: inline-block;
  position: relative;
}

.navbar ul.sub-menu {
  position: absolute;
  top: 100%;
  left: -9999em;
  z-index: 200;
}

.navbar ul.sub-menu ul.sub-menu {
  top: 0;
}

.navbar ul.sub-menu > li {
  position: relative;
  min-width: 220px;
}

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

.navbar ul.sub-menu > li:hover > ul.sub-menu,
.navbar ul.sub-menu ul.sub-menu.is-visible {
  left: 100%;
}

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

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

#sidr-menu ul.menu {
  padding: 20px;
}

#sidr-menu ul.menu li {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

#sidr-menu ul.menu a {
  display: block;
  padding: 0 8px;
  font-family: "Open Sans Condensed", "Open Sans", "Arial", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.25;
  text-transform: uppercase;
  color: #00458D;
}

#sidr-menu ul.menu a:hover, #sidr-menu ul.menu a:focus {
  color: #D87113;
}

#sidr-menu ul.sub-menu {
  padding-top: 10px;
}

#sidr-menu ul.sub-menu li {
  border-bottom: 0;
}

#sidr-menu ul.sub-menu a {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 16px;
  text-transform: none;
}

.main-header {
  margin-top: 1em;
  margin-bottom: 0;
  background: #00458D;
  text-align: center;
}

.main-header .main-title {
  margin: 0;
  padding: 0.5em;
  color: #FFFFFF;
  word-wrap: break-word;
}

.main-header .main-title.line-after {
  position: relative;
  top: -0.25em;
}

.main-header .main-title.line-after:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0.25em;
  width: 1.5em;
  height: 3px;
  margin-left: -0.75em;
  background: #D87113;
}

.main-footer {
  margin-top: 0;
  margin-bottom: 1em;
  clear: both;
}

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

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

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

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

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

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

.hentry .entry-header .entry-meta .meta-value .fa {
  margin-right: 0.125em;
}

.hentry .entry-content {
  margin: 1em 0;
}

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

.hentry .entry-summary {
  margin: 1em 0;
}

.hentry .entry-footer {
  margin: 1em 0 0 0;
  clear: both;
}

.hentry .entry-footer .term-list .label {
  font-weight: bold;
}

.hentry .entry-footer .button-links {
  margin-top: 1em;
}

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

.search-form {
  position: relative;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  max-width: 300px;
}

.search-form .search-field {
  width: 100%;
  height: 40px;
  padding: 5px 40px 5px 15px;
  border-width: 1px;
  border-color: #00458D;
  border-radius: 20px;
  font-size: 16px;
  line-height: 1;
  background-color: #FFFFFF;
}

.search-form .search-submit {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 0 20px 20px 0;
  font-size: 16px;
  color: #000000;
  background: none;
  cursor: pointer;
}

.pagination, .nav-links {
  margin-top: 1em;
  margin-bottom: 2.5em;
  background: #00458D;
}

.pagination ul, .nav-links ul {
  margin: 0;
  padding: 0.25em;
  list-style-type: none;
}

.pagination li, .nav-links li {
  display: inline-block;
}

.pagination a, .pagination span, .nav-links a, .nav-links span {
  display: inline-block;
  min-width: 2.5em;
  padding: 0.5em;
  margin: 0.25em;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}

.pagination a:hover, .nav-links a:hover {
  background: #D87113;
  color: #FFFFFF;
}

.pagination span.current, .nav-links span.current {
  background: #D7D7D7;
  color: #000000;
}

.pagination span.dots, .nav-links span.dots {
  padding: 0.5em;
}

.comments-area {
  margin-top: 1.5em;
}

.comments-area .comment-list {
  padding: 0;
  margin: 1em 0;
  list-style-type: none;
}

.comments-area .comment-list .comment, .comments-area .comment-list .pingback {
  padding: 0.5em;
  margin: 1em 0;
  background-color: #EBEBEB;
}

.comments-area .comment-list .comment .comment-body, .comments-area .comment-list .pingback .comment-body {
  padding: 1em;
  background-color: #FFFFFF;
}

.comments-area .comment-list .comment .comment-body .comment-meta, .comments-area .comment-list .pingback .comment-body .comment-meta {
  margin-bottom: 1em;
}

.comments-area .comment-list .comment .comment-body .comment-meta:after, .comments-area .comment-list .pingback .comment-body .comment-meta:after {
  content: "";
  display: block;
  clear: both;
}

.comments-area .comment-list .comment .comment-body .comment-author, .comments-area .comment-list .pingback .comment-body .comment-author {
  margin-bottom: 0.25em;
}

.comments-area .comment-list .comment .comment-body .comment-author img, .comments-area .comment-list .pingback .comment-body .comment-author img {
  float: left;
  width: 50px;
  height: auto;
  margin: 0 1em 0 0;
}

.comments-area .comment-list .comment .comment-body .comment-metadata, .comments-area .comment-list .pingback .comment-body .comment-metadata {
  font-size: 0.875em;
}

.comments-area .comment-list .comment .comment-body .comment-content:after, .comments-area .comment-list .pingback .comment-body .comment-content:after {
  content: "";
  display: block;
  clear: both;
}

.comments-area .comment-list .children {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .comment-list .children .comment, .comments-area .comment-list .children .pingback {
  padding: 0 0 0 2em;
  margin: 0.5em 0 0 0;
}

@media (max-width: 520px) {
  .comments-area .comment-list .children .comment, .comments-area .comment-list .children .pingback {
    padding-left: 1em;
  }
}

.comment-respond {
  margin-top: 1.5em;
}

.comment-respond .comment-reply-title small {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 0.5em;
}

.comment-respond .comment-form-comment {
  margin: 1.5em 0;
}

.comment-respond .comment-form-comment label {
  display: block;
  max-width: 24em;
  margin: 0.5em 0.5em 0.25em 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sidebar {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

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

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

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

.sidebar .widget_calendar table th, .sidebar .widget_calendar table td {
  padding: 0.25em;
  text-align: center;
}

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

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

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

.sidebar .widget_pages ul, .sidebar .widget_nav_menu ul, .sidebar .csk_submenu_widget ul {
  padding: 0;
  list-style-type: none;
}

.sidebar .widget_pages li, .sidebar .widget_nav_menu li, .sidebar .csk_submenu_widget li {
  margin: 10px 0;
}

.sidebar .widget_pages a, .sidebar .widget_nav_menu a, .sidebar .csk_submenu_widget a {
  display: block;
  padding: 0.625em;
  border-radius: 1.25em;
  font-family: "Open Sans Condensed", "Open Sans", "Arial", sans-serif;
  font-weight: bold;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
  background: #00458D;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar .widget_pages a:hover, .sidebar .widget_pages a:focus, .sidebar .widget_nav_menu a:hover, .sidebar .widget_nav_menu a:focus, .sidebar .csk_submenu_widget a:hover, .sidebar .csk_submenu_widget a:focus {
  background: #D87113;
}

.sidebar .widget_pages ul ul a, .sidebar .widget_nav_menu ul ul a, .sidebar .csk_submenu_widget ul ul a {
  background: #77787C;
}

.site-footer {
  padding: 1.5em 0;
  text-align: center;
  color: #FFFFFF;
  background-color: #77787C;
}

.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6, .site-footer a {
  color: inherit;
}

.site-footer a:hover, .site-footer a:focus {
  text-decoration: underline;
}

.site-footer .contact-information {
  font-size: 0.875em;
}

.site-footer .contact-information .separator:before {
  content: ' | ';
}

.site-footer .contact-information .type span {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

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

.site-footer .social-icons, .site-footer .navbar {
  display: inline-block;
  margin-bottom: 0.5em;
  font-size: 0.875em;
}

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

.site-footer .navbar li:after {
  content: ' | ';
}

.site-footer .social-icons {
  margin: 0 -5px;
}

.site-footer .social-icons a {
  padding: 0 5px;
}

.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: 768px) {
  .site-footer .contact-information .adr {
    display: block;
  }
  .site-footer .contact-information .adr + .separator {
    display: none;
  }
  .site-footer .contact-information .org + .separator {
    display: none;
  }
}

@media (max-width: 520px) {
  .site-footer .contact-information .fax + .separator {
    display: none;
  }
  .site-footer .contact-information .email {
    display: block;
  }
}

.top-banner li.slide + li.slide {
  display: none;
}

.top-banner .bx-wrapper li.slide + li.slide {
  display: block;
}

.top-banner .bx-wrapper .bx-controls-direction a {
  opacity: 0;
  transition: opacity 0.3s ease;
  filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.5)) contrast(1.5);
}

.top-banner .bx-wrapper .bx-controls-direction a:hover {
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.5)) contrast(1.5);
}

.top-banner .bx-wrapper:hover .bx-controls-direction a {
  opacity: 1;
}

.top-banner .image-wrap {
  position: relative;
  overflow: hidden;
}

.top-banner .image-wrap:after {
  content: '';
  display: block;
  padding-bottom: 35%;
}

.top-banner .image-wrap img {
  position: absolute;
  top: 0;
  left: -9999em;
  right: -9999em;
  width: 100%;
  max-width: none;
  height: auto;
  margin: auto;
}

@media (max-width: 520px) {
  .top-banner .image-wrap {
    height: 175px;
  }
  .top-banner .image-wrap img {
    width: 500px;
  }
}

.top-banner .content-wrap {
  position: relative;
  padding: 15px 30px;
  color: #FFFFFF;
  background: #00458D;
}

@media (max-width: 520px) {
  .top-banner .content-wrap {
    padding: 15px;
    font-size: 0.875em;
  }
}

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

.top-banner .content-wrap h1, .top-banner .content-wrap h2, .top-banner .content-wrap h3, .top-banner .content-wrap h4, .top-banner .content-wrap h5, .top-banner .content-wrap h6 {
  color: inherit;
}

.top-banner .content-wrap .image-thumbnail {
  position: absolute;
  top: -45px;
  left: -10px;
  z-index: 1;
  width: 110px;
}

.top-banner .content-wrap .image-thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
  box-shadow: -1px 0 3px rgba(215, 215, 215, 0.75);
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

@media (max-width: 768px) {
  .top-banner .content-wrap .image-thumbnail {
    display: none;
  }
}

.top-banner .content-wrap .summary {
  padding-left: 110px;
  float: left;
}

.top-banner .content-wrap .summary h3 {
  margin: 0;
}

.top-banner .content-wrap .summary p {
  margin: 0;
  font-size: 1.125em;
  line-height: 1.333333;
}

@media (min-width: 1025px) and (max-width: 1160px) {
  .top-banner .content-wrap .summary {
    width: 600px;
  }
}

@media (max-width: 768px) {
  .top-banner .content-wrap .summary {
    padding-left: 0;
    float: none;
  }
  .top-banner .content-wrap .summary h3 {
    margin-bottom: 0.5em;
  }
}

.top-banner .content-wrap .links {
  margin: 0 -0.5em;
  float: right;
}

.top-banner .content-wrap .links .button {
  margin: 5px 0.5em;
  border-color: #FFFFFF;
}

.top-banner .content-wrap .links .button:hover, .top-banner .content-wrap .links .button:focus {
  border-color: #D87113;
}

@media (max-width: 520px) {
  .top-banner .content-wrap .links .button {
    min-width: 0;
  }
}

.top-banner .content-wrap .links .button:first-child {
  background-color: #D87113;
}

@media (max-width: 1024px) {
  .top-banner .content-wrap .links {
    margin: 15px -0.5em 0 -0.5em;
  }
}

@media (max-width: 768px) {
  .top-banner .content-wrap .links {
    float: none;
  }
}

.top-content {
  margin-top: 1em;
  margin-bottom: 0;
  outline: 1px solid #E1E1E1;
  background: #00458D;
  overflow: hidden;
}

.top-content .bx-wrapper .bx-pager {
  bottom: 24px;
  right: 24px;
  text-align: right;
}

@media (max-width: 1024px) {
  .top-content .bx-wrapper .bx-pager {
    bottom: 12px;
    right: 12px;
  }
}

.top-content .bx-wrapper .bx-pager a {
  text-align: center;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  filter: contrast(1.5);
}

.top-content .bx-wrapper .bx-pager a.active {
  background: #D87113;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

.top-content .image-wrap {
  position: relative;
  height: 410px;
  background: #FFFFFF;
  overflow: hidden;
}

.top-content .image-wrap:after {
  content: '';
  display: block;
  padding-bottom: 70%;
}

.top-content .image-wrap img {
  position: absolute;
  top: -9999em;
  bottom: -9999em;
  left: -9999em;
  right: -9999em;
  width: auto;
  max-width: none;
  height: 100%;
  margin: auto;
}

@media (max-width: 1024px) {
  .top-content .image-wrap {
    height: auto;
  }
  .top-content .image-wrap:after {
    padding-bottom: 35%;
  }
}

@media (max-width: 520px) {
  .top-content .image-wrap {
    height: 175px;
  }
}

.top-content .content-wrap {
  max-width: 540px;
  padding: 30px;
  margin: 0 auto;
  color: #FFFFFF;
}

@media (max-width: 1024px) {
  .top-content .content-wrap {
    max-width: none;
  }
}

@media (max-width: 520px) {
  .top-content .content-wrap {
    padding: 15px;
    font-size: 0.875em;
  }
}

.top-content .content-wrap h1, .top-content .content-wrap h2, .top-content .content-wrap h3, .top-content .content-wrap h4, .top-content .content-wrap h5, .top-content .content-wrap h6 {
  color: inherit;
}

.top-content .content-wrap .title {
  margin: 0;
  padding: 0.5em 0;
  word-wrap: break-word;
}

.top-content .content-wrap .title.line-after {
  position: relative;
  top: -0.25em;
}

.top-content .content-wrap .title.line-after:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.5em;
  height: 3px;
  background: #D87113;
}

.top-content .content-wrap .summary {
  font-weight: bold;
  font-size: 1.125em;
}

.top-content .content-wrap .links {
  margin: 2em -0.5em 0 -0.5em;
}

.top-content .content-wrap .links .button {
  margin: 5px 0.5em;
  border-color: #FFFFFF;
}

.top-content .content-wrap .links .button:hover, .top-content .content-wrap .links .button:focus {
  border-color: #D87113;
}

@media (max-width: 520px) {
  .top-content .content-wrap .links .button {
    min-width: 0;
  }
}

.top-content .content-wrap .links .button:first-child {
  background-color: #D87113;
}

.featured-content {
  margin: 2.5em 0;
  text-align: center;
}

.featured-content .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.featured-content .column {
  padding: 15px;
}

.featured-content .featured-item {
  height: 100%;
}

.featured-content .image-wrap {
  position: relative;
  width: 200px;
  height: 200px;
  margin: auto;
  overflow: hidden;
}

.featured-content .image-wrap img {
  position: absolute;
  top: -9999em;
  bottom: -9999em;
  left: -9999em;
  right: -9999em;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.featured-content .image-wrap:hover + .content-wrap a {
  color: #D87113;
}

.featured-content .content-wrap h3 {
  color: #00458D;
}

.featured-content .content-wrap p {
  font-size: 0.9375em;
}

.featured-content .content-wrap a {
  color: #00458D;
}

.featured-content .content-wrap a:hover, .featured-content .content-wrap a:focus {
  color: #D87113;
}

@media (min-width: 521px) and (max-width: 768px) {
  .featured-content .featured-item {
    margin-left: -15px;
    margin-right: -15px;
  }
  .featured-content .featured-item:before, .featured-content .featured-item:after {
    content: '';
    display: table;
  }
  .featured-content .featured-item:after {
    clear: both;
  }
  .featured-content .image-wrap, .featured-content .content-wrap {
    float: left;
    width: 50%;
    padding: 0 15px;
  }
}

.vendor-logos {
  padding: 4.5em 0;
  background: #EBEBEB;
}

.vendor-logos .container {
  padding: 0 30px;
}

.vendor-logos ul.bxslider {
  white-space: nowrap;
  overflow: auto;
}

.vendor-logos li.slide {
  display: inline-block;
  margin-right: 30px;
  vertical-align: top;
  text-align: center;
}

.vendor-logos .bx-wrapper ul.bxslider {
  white-space: normal;
  overflow: visible;
}

.vendor-logos .bx-wrapper li.slide {
  display: block;
  vertical-align: baseline;
  text-align: inherit;
}

@media (min-width: 521px) {
  .vendor-logos .bx-wrapper li.slide {
    width: auto !important;
  }
}

.vendor-logos .bx-wrapper {
  position: static;
  margin: auto;
}

.vendor-logos .bx-wrapper .bx-controls-direction a {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.vendor-logos .bx-wrapper .bx-prev {
  left: 0;
  background-position: 0px -36px;
}

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

.vendor-logos .bx-wrapper .bx-next {
  right: 0;
  background-position: -24px -36px;
}

.vendor-logos .bx-wrapper .bx-next:hover {
  background-position: -24px 0px;
}

.vendor-logos .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  height: 60px;
}

.vendor-logos .image-wrap img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.contact-form {
  padding: 2.5em 0;
  background-color: #EBEBEB;
}

.contact-form .title-wrap .title {
  margin-top: 0;
}

.contact-form .form-wrap .gform_wrapper {
  margin: 0 -15px;
}

.contact-form .form-wrap .gform_wrapper input[type='text'], .contact-form .form-wrap .gform_wrapper input[type='password'],
.contact-form .form-wrap .gform_wrapper input[type='email'], .contact-form .form-wrap .gform_wrapper input[type='url'],
.contact-form .form-wrap .gform_wrapper input[type='number'], .contact-form .form-wrap .gform_wrapper input[type='search'],
.contact-form .form-wrap .gform_wrapper textarea {
  padding: 0.625em 1em !important;
  border-radius: 1.375em;
  outline: 0;
  line-height: 1.25 !important;
}

.contact-form .form-wrap .gform_wrapper textarea {
  height: 7.5em;
  padding: 0.625em 1em !important;
  border-radius: 1.375em;
  outline: 0;
  line-height: 1.5 !important;
}

.contact-form .form-wrap .gform_wrapper select {
  padding: 0 1em;
  height: 2.75em;
  border-radius: 1.375em;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5' viewBox='0 0 16 8' fill='%23000000'%3E%3Cpolygon points='0,0 16,0 8,8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1em top 1.125em;
}

.contact-form .form-wrap .gform_wrapper select::-ms-expand {
  display: none;
}

.contact-form .form-wrap ul.gform_fields li.gfield {
  padding: 0 15px 15px 15px;
  margin: 0;
}

.contact-form .form-wrap ul.gfield_checkbox li {
  display: block !important;
  min-height: 2em;
}

.contact-form .form-wrap ul.gfield_checkbox li label {
  padding-left: 1.25em;
  line-height: 2;
}

.contact-form .form-wrap ul.gfield_checkbox li input + label:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
  height: 2em;
  border: 2px solid #D7D7D7;
  border-radius: 0.5em;
  background: #FFFFFF;
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  line-height: 1.75;
  text-align: center;
}

.contact-form .form-wrap ul.gfield_checkbox li input:checked + label:before {
  content: '\f00c';
}

.contact-form .form-wrap .gform_button {
  min-width: 9em;
  padding: 0.625em;
  text-align: center;
}

.contact-form .form-wrap .gform_footer {
  margin: 0;
  padding: 15px 15px 0 15px;
}

@media (min-width: 769px) {
  .contact-form .form-wrap #field_1_1, .contact-form .form-wrap #field_1_2 {
    width: 50%;
    float: left;
    clear: none;
  }
}

@media (min-width: 1025px) {
  .contact-form .form-wrap #field_1_1, .contact-form .form-wrap #field_1_2, .contact-form .form-wrap #field_1_3 {
    width: 33.333333%;
  }
  .contact-form .form-wrap #field_1_3 {
    float: left;
    clear: none;
  }
  .contact-form .form-wrap #field_1_4 {
    clear: both;
  }
  .contact-form .form-wrap #field_1_5 {
    width: 66.666666%;
  }
  .contact-form .form-wrap .ginput_container_address {
    width: auto !important;
    margin-left: -15px;
    margin-right: -15px;
  }
  .contact-form .form-wrap .ginput_container_address .address_line_1, .contact-form .form-wrap .ginput_container_address .address_line_2, .contact-form .form-wrap .ginput_container_address .address_city, .contact-form .form-wrap .ginput_container_address .address_state, .contact-form .form-wrap .ginput_container_address .address_zip {
    width: 33.333333%;
    padding: 0 15px 15px 15px !important;
    margin: 0 !important;
    float: left;
  }
  .contact-form .form-wrap .ginput_container_address .address_state, .contact-form .form-wrap .ginput_container_address .address_zip {
    width: 16.666666%;
  }
}

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

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

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

@media (min-width: 1025px) {
  .gform_widget .gform_wrapper ul.gform_fields li.gfield {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .gform_widget .gform_wrapper ul.gform_fields li.gfield input, .gform_widget .gform_wrapper ul.gform_fields li.gfield textarea, .gform_widget .gform_wrapper ul.gform_fields li.gfield select {
    width: 100%;
  }
}

table.tablepress thead th, table.tablepress tfoot th {
  color: #FFFFFF;
  background-color: #00458D;
}

table.tablepress .even td {
  background-color: #EBEBEB;
}

table.tablepress .odd td {
  background-color: #FFFFFF;
}

.accordion-title {
  background: #EBEBEB;
  border: none;
  margin: 0.5em 0 1em 0;
  padding: 0.5em 1em;
  cursor: pointer;
}

.accordion-title > * {
  margin: 0;
  padding: 0;
}

.accordion-title > *:before {
  content: '\f067';
  padding-left: 0.5em;
  float: right;
  font-family: "FontAwesome";
}

.accordion-title.accordion-expanded *:before {
  content: '\f068';
}

.accordion-content {
  padding: 0 2em;
  margin-bottom: 1em;
}

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

.accordion-content > *:first-child {
  margin-top: 0;
}

.accordion-content *:last-child {
  margin-bottom: 0;
}

.csk-staff-profiles .staff-pagination {
  margin: 0;
}

/*
===========================================================
 Page Styles
===========================================================
*/
