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

body {
  margin: 0;
}

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

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

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

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

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

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

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

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

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

figure {
  margin: 1em 40px;
}

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

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

optgroup {
  font-weight: bold;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

.content-area:after {
  content: "";
  display: table;
  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;
  }
  .content-area.content-center .main-content {
    max-width: 980px;
    margin: 0 auto;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row-padded .column {
  padding: 1em;
}

.row-padded.small {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.row-padded.small .column {
  padding: 0.5em;
}

.row-padded.large {
  margin-left: -1.5em;
  margin-right: -1.5em;
}

.row-padded.large .column {
  padding: 1.5em;
}

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

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

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

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

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

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

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

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

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

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

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

.responsive-embed {
  position: relative;
  margin-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-16-9:before {
  content: '';
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

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

.responsive-embed.aspect-ratio-2-1:before {
  content: '';
  display: block;
  position: relative;
  padding-bottom: 50%;
  height: 0;
}

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

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

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

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

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

body {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.625;
  color: #363636;
  background-color: #FFFFFF;
}

h1, .h1 {
  margin-top: 0.375em;
  margin-bottom: 0.375em;
  font-weight: bold;
  font-size: 2.25em;
  line-height: 1.25;
  text-transform: normal;
  color: #E44E25;
}

h2, .h2 {
  margin-top: 0.375em;
  margin-bottom: 0.375em;
  font-weight: normal;
  font-size: 1.75em;
  line-height: 1.25;
  text-transform: none;
  color: #2D7DC1;
}

h3, .h3 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.25;
  text-transform: none;
  color: #17A049;
}

h4, .h4 {
  margin-top: 0.625em;
  margin-bottom: 0.625em;
  font-weight: normal;
  font-size: 1.25em;
  line-height: 1.25;
  text-transform: none;
  color: #C3B401;
}

h5, .h5 {
  margin-top: 0.625em;
  margin-bottom: 0.625em;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.25;
  text-transform: none;
  color: #733D87;
}

h6, .h6 {
  margin-top: 0.625em;
  margin-bottom: 0.625em;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.25;
  text-transform: none;
  color: #D9286E;
}

.page-title {
  margin-top: 0.375em;
  margin-bottom: 0.375em;
  font-weight: bold;
  font-size: 2.25em;
  line-height: 1.25;
  text-transform: normal;
  color: #E44E25;
  word-wrap: break-word;
}

.section-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: bold;
  font-size: 3.25em;
  line-height: 1.25;
  text-transform: uppercase;
  color: #000000;
  word-wrap: break-word;
}

.section-title span {
  display: block;
  font-size: 0.55em;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2.5em;
  }
}

@media (max-width: 520px) {
  .section-title {
    font-size: 2em;
  }
}

.main-title {
  margin-top: 0.375em;
  margin-bottom: 0.375em;
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: bold;
  font-size: 4em;
  line-height: 0.875;
  text-transform: uppercase;
  color: #000000;
  word-wrap: break-word;
}

.department-title {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: bold;
  font-size: 6em;
  line-height: 0.875;
  text-transform: uppercase;
  color: #FFFFFF;
  color: rgba(255, 255, 255, 0.45);
}

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

a {
  color: #009FE3;
  text-decoration: none;
}

a:hover, a:focus {
  color: #E44E25;
}

blockquote {
  padding: 1em;
  margin: 1em 0;
  border: 0;
  color: #FFFFFF;
  background-color: #E44E25;
  border-color: #009FE3;
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: bold;
  font-size: 2em;
  line-height: 1.5;
}

@media (max-width: 768px) {
  blockquote {
    font-size: 1.5em;
  }
}

blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote h6, blockquote a {
  color: inherit;
}

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

blockquote a {
  box-shadow: inset 0 -2px 0 #FFFFFF;
}

blockquote a:hover, blockquote a:focus {
  box-shadow: none;
}

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

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

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

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

ul {
  list-style-type: disc;
}

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

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

ol {
  list-style-type: decimal;
}

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

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

ol ul, ul ol {
  margin: 0;
}

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

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

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

hr {
  display: block;
  border: 0;
  border-bottom: 2px solid #E44E25;
  margin: 1.5em 0;
  clear: both;
}

q {
  font-style: italic;
}

input[type='submit'], input[type='button'],
input[type='reset'], button, .button {
  display: inline-block;
  vertical-align: middle;
  padding: 0.375em 1.5em;
  margin: 0;
  border: 0.125em solid #E44E25;
  color: #FFFFFF;
  background-color: #E44E25;
  -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;
}

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

.button-style-1, input[type='submit'], input[type='button'],
input[type='reset'], button, .button {
  min-width: 9.5em;
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.25;
  text-align: center;
}

.button-style-2 {
  min-width: 9em;
  padding: 0.4em 0.75em;
  border-radius: 0.5em;
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}

.button-outline {
  color: #FFFFFF;
  background: none;
  border-color: #FFFFFF;
}

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

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: 1px 1px 4px rgba(68, 105, 125, 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: #44697D;
}

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

textarea {
  width: 24em;
  height: 6.875em;
  line-height: 1.5;
}

label {
  font-weight: bold;
  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: 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 {
  display: inline-block;
  vertical-align: middle;
  margin: 1em 1em 1em 0;
}

blockquote.alignleft {
  max-width: 360px;
  margin: 0 1em 0.5em 0;
}

blockquote.alignright {
  max-width: 360px;
  margin: 0 0 0.5em 1em;
}

blockquote.aligncenter {
  max-width: 360px;
  margin: 1em auto;
}

.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 {
    max-width: none;
    margin: 1em 0;
    float: none;
  }
  blockquote.aligncenter {
    max-width: none;
    margin: 1em auto;
  }
}

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

@font-face {
  font-family: 'CustomIcons';
  src: url("./library/fonts/CustomIcons.eot?x1414q");
  src: url("./library/fonts/CustomIcons.eot?x1414q#iefix") format("embedded-opentype"), url("./library/fonts/CustomIcons.ttf?x1414q") format("truetype"), url("./library/fonts/CustomIcons.woff?x1414q") format("woff"), url("./library/fonts/CustomIcons.svg?x1414q#CustomIcons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon {
  display: inline-block;
  font-family: 'CustomIcons' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-apple-outline:before {
  content: "\e900";
}

.icon-arrow-left:before {
  content: "\e901";
}

.icon-arrow-right:before {
  content: "\e902";
}

.icon-banner-outline:before {
  content: "\e903";
}

.icon-box-outline:before {
  content: "\e904";
}

.icon-building-outline:before {
  content: "\e905";
}

.icon-car-outline:before {
  content: "\e906";
}

.icon-cart-outline:before {
  content: "\e907";
}

.icon-cloud-storage-outline:before {
  content: "\e908";
}

.icon-cmyk-circle-outline:before {
  content: "\e909";
}

.icon-envelope-outline:before {
  content: "\e90a";
}

.icon-eye-outline:before {
  content: "\e90b";
}

.icon-home-outline:before {
  content: "\e90c";
}

.icon-illustration-outline:before {
  content: "\e90d";
}

.icon-lightbulb-outline:before {
  content: "\e90e";
}

.icon-magic-wand-outline:before {
  content: "\e90f";
}

.icon-magnify-outline:before {
  content: "\e910";
}

.icon-mailbox-outline:before {
  content: "\e911";
}

.icon-mobile-outline:before {
  content: "\e912";
}

.icon-monitor-cursor-outline:before {
  content: "\e913";
}

.icon-notebook-outline:before {
  content: "\e914";
}

.icon-paint-brush-pencil-outline:before {
  content: "\e915";
}

.icon-palette-outline:before {
  content: "\e916";
}

.icon-pantone-book-outline:before {
  content: "\e917";
}

.icon-paper-stack:before {
  content: "\e918";
}

.icon-person-outline:before {
  content: "\e919";
}

.icon-quill-outline:before {
  content: "\e91a";
}

.icon-shirt:before {
  content: "\e91b";
}

.icon-stage-light-outline:before {
  content: "\e91c";
}

.icon-target-outline:before {
  content: "\e91d";
}

.icon-thumbs-up-outline:before {
  content: "\e91e";
}

.icon-airplane-outline:before {
  content: "\e91f";
}

/*
===========================================================
 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_2.png") no-repeat 0px 0px;
  width: 22px;
  height: 34px;
  margin-top: -17px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("./library/images/bx_controls_2.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_2.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_2.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: 320px;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

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

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

.sidr-open .site-header .navbar-toggle .bars-icon {
  display: none;
}

.sidr-open .site-header .navbar-toggle .close-icon {
  display: inline-block;
}

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

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5043;
  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: 5045;
}

.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: 5044;
}

.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;
  min-width: 0;
  outline: none;
  padding: 0;
  z-index: 5046;
  box-shadow: none;
  touch-action: manipulation;
}

button.mfp-close:hover, button.mfp-close:focus, button.mfp-arrow:hover, button.mfp-arrow:focus {
  background: transparent;
}

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

.mfp-figure-padding .mfp-figure {
  padding: 0 20px;
}

.mfp-figure-padding img.mfp-img {
  padding: 60px 0;
}

/*
===========================================================
 Component Styles
===========================================================
*/
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 74px;
  background: #000000;
}

.site-header a {
  color: #FFFFFF;
}

.site-header svg {
  fill: #FFFFFF;
}

.site-header .site-logo {
  position: relative;
  top: 11px;
}

.site-header .site-logo a, .site-header .site-logo svg {
  display: block;
  width: 172px;
  height: 56px;
}

.site-header .site-logo a {
  margin: 0 auto;
}

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

.site-header .navbar {
  display: none;
}

.site-header .navbar-toggle {
  position: absolute;
  top: 20px;
  left: 0;
}

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

.site-header .navbar-toggle svg {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}

.site-header .navbar-toggle .close-icon {
  display: none;
}

.site-header .contact-information {
  position: absolute;
  top: 24px;
  right: 0;
}

.site-header .contact-information a {
  font-size: 1.25em;
  line-height: 1.5;
}

.site-content {
  padding-top: 74px;
}

/* Animations */
.site-header.animation {
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -ms-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.site-header.fixed {
  position: fixed;
}

.site-header.shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.site-header.hidden {
  height: 0;
}

.template-blue .site-header {
  background: #2D7DC1;
}

.template-light-blue .site-header {
  background: #733D87;
}

.template-green .site-header {
  background: #17A049;
}

.template-yellow .site-header {
  background: #C3B401;
}

.template-teal .site-header {
  background: #D9286E;
}

.template-home .site-header {
  background: #000000;
  box-shadow: 0 1px 3px rgba(255, 255, 255, 0.25);
}

.template-home .site-header a {
  color: #FFFFFF;
}

.template-home .site-header svg {
  fill: #FFFFFF;
}

/* Adjust for Admin Bar */
@media screen {
  .admin-bar .site-header {
    top: 32px;
  }
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

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

@media (min-width: 769px) {
  .template-department .site-header:not(.shadow) {
    background: none;
  }
}

@media (max-width: 768px) {
  .site-header {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    overflow: hidden;
  }
  .site-header .contact-information .phone-number {
    display: block;
    width: 1.5em;
    height: 1.5em;
    overflow: hidden;
  }
  .site-header .contact-information .phone-number:before {
    content: '\f095';
    display: inline-block;
    width: 1em;
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    line-height: 1;
    text-align: center;
  }
}

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

#sidr-menu .sidr-top {
  height: 74px;
  padding: 24px;
}

#sidr-menu .sidr-bottom {
  padding: 0 24px 24px 24px;
}

#sidr-menu .sidr-close {
  position: absolute;
  color: #FFFFFF;
}

#sidr-menu .sidr-departments:after {
  content: '';
  display: table;
  clear: both;
}

#sidr-menu .sidr-department {
  position: relative;
  width: 100%;
  height: 124px;
  float: left;
}

#sidr-menu .sidr-department:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.15;
  transition: opacity 0.3s ease;
}

#sidr-menu .sidr-department:hover:before {
  opacity: 0.35;
}

#sidr-menu .sidr-department:hover a {
  color: #FFFFFF;
}

#sidr-menu .sidr-department a {
  display: block;
  position: relative;
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 124px;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #FFFFFF;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.3s ease;
}

#sidr-menu .sidr-department-print {
  background: #2D7DC1;
}

#sidr-menu .sidr-department-print:before {
  background-image: url("./library/images/home-page/print-background-768w.jpg");
}

#sidr-menu .sidr-department-webhosting {
  background: #733D87;
}

#sidr-menu .sidr-department-webhosting:before {
  background-image: url("./library/images/home-page/web-hosting-background-768w.jpg");
}

#sidr-menu .sidr-department-creative {
  background: #17A049;
}

#sidr-menu .sidr-department-creative:before {
  background-image: url("./library/images/home-page/creative-background-768w.jpg");
}

#sidr-menu .sidr-department-photo {
  background: #C3B401;
}

#sidr-menu .sidr-department-photo:before {
  background-image: url("./library/images/home-page/photo-background-768w.jpg");
}

#sidr-menu .sidr-department-promotional {
  background: #D9286E;
}

#sidr-menu .sidr-department-promotional:before {
  background-image: url("./library/images/home-page/promotional-background-768w.jpg");
}

#sidr-menu .sidr-close svg {
  fill: #FFFFFF;
}

#sidr-menu .sidr-menu-name {
  display: block;
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
}

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

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

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

#sidr-menu ul.menu a {
  display: block;
  padding: 0.625em 24px;
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 600;
  font-size: 1.125em;
  line-height: 1.25;
  color: #FFFFFF;
}

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

#sidr-menu ul.sub-menu {
  background-color: #a8a8a8;
  background-color: rgba(168, 168, 168, 0.5);
}

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

#sidr-menu ul.sub-menu a {
  padding: 0.625em 36px;
  font-weight: 400;
  font-size: 1em;
}

#sidr-menu .social-icons {
  text-align: center;
}

#sidr-menu .social-icons a {
  display: inline-block;
  padding: 0.625em;
  color: #FFFFFF;
}

#sidr-menu .social-icons a:hover, #sidr-menu .social-icons a:focus {
  color: #E44E25;
}

#sidr-menu .social-icons i {
  font-size: 24px;
}

.color-background {
  background-color: #FFFFFF;
  background-image: url("./library/images/backgrounds/color-wide-top.png"), url("./library/images/backgrounds/color-wide-bottom.png");
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
  overflow: hidden;
}

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

.main-content .hentry {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  clear: both;
}

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

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

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

.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 i {
  margin-right: 0.125em;
}

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

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

.hentry .entry-footer {
  margin-top: 1em;
  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;
  width: 270px;
  max-width: 100%;
}

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

.search-form .search-submit {
  position: absolute;
  bottom: 1px;
  right: 1px;
  width: 36px;
  min-width: 0;
  height: 36px;
  padding: 0;
  border-radius: 0;
  font-size: 16px;
}

.pagination {
  margin: 1.5em 0;
}

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

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

.pagination ul li a, .pagination ul li span {
  display: inline-block;
  padding: 0.5em 1em;
  border: 1px solid #EBEBEB;
  font-weight: 600;
}

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

.pagination ul li .current {
  background-color: #EBEBEB;
}

.nav-links {
  margin: 1.5em 0;
}

.nav-links a, .nav-links span {
  display: inline-block;
  padding: 0.5em 1em;
}

.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: table;
  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: table;
  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: table;
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sidebar .widget {
  margin: 2.5em 0;
  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;
}

.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_archive ul,
.sidebar .widget_categories ul,
.sidebar .widget_csk_submenu_widget ul,
.sidebar .widget_meta ul,
.sidebar .widget_nav_menu ul,
.sidebar .widget_pages ul,
.sidebar .widget_recent_entries ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar .widget_archive ul ul,
.sidebar .widget_categories ul ul,
.sidebar .widget_csk_submenu_widget ul ul,
.sidebar .widget_meta ul ul,
.sidebar .widget_nav_menu ul ul,
.sidebar .widget_pages ul ul,
.sidebar .widget_recent_entries ul ul {
  padding-left: 1em;
}

.sidebar .widget_archive ul a,
.sidebar .widget_categories ul a,
.sidebar .widget_csk_submenu_widget ul a,
.sidebar .widget_meta ul a,
.sidebar .widget_nav_menu ul a,
.sidebar .widget_pages ul a,
.sidebar .widget_recent_entries ul a {
  display: inline-block;
  padding: 0.375em 0.125em;
  font-weight: 600;
  line-height: 1.25;
}

.sidebar .widget_archive ul ul a,
.sidebar .widget_categories ul ul a,
.sidebar .widget_csk_submenu_widget ul ul a,
.sidebar .widget_meta ul ul a,
.sidebar .widget_nav_menu ul ul a,
.sidebar .widget_pages ul ul a,
.sidebar .widget_recent_entries ul ul a {
  font-weight: 400;
}

.site-footer {
  padding: 30px 0;
  background-color: #000000;
  color: #FFFFFF;
}

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

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

.site-footer a:hover, .site-footer a:focus {
  color: #009FE3;
}

.site-footer h2 {
  margin: 0.5em 0;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.25;
  text-transform: none;
}

.site-footer h3 {
  margin: 0.5em 0;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.25;
  text-transform: uppercase;
}

.site-footer .decorative-lines {
  overflow: hidden;
}

.site-footer .decorative-lines:before, .site-footer .decorative-lines:after {
  content: '';
  display: inline-block;
  position: relative;
  top: 0;
  height: 1px;
  vertical-align: middle;
  width: 100%;
  background-color: #959595;
}

.site-footer .decorative-lines:before {
  right: 12px;
  margin-left: -100%;
}

.site-footer .decorative-lines:after {
  left: 12px;
  margin-right: -100%;
}

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

.site-footer .footer-left {
  width: 300px;
  float: left;
}

.site-footer .footer-right {
  width: 600px;
  float: right;
}

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

.site-footer .footer-right-left {
  width: 420px;
  float: left;
}

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

@media (max-width: 1024px) {
  .site-footer .footer-top {
    max-width: 600px;
    margin: 0 auto;
  }
  .site-footer .footer-left {
    width: auto;
    padding: 0 0 15px 0;
    margin: 0 -15px;
    float: none;
    text-align: center;
  }
  .site-footer .footer-right {
    width: auto;
    float: none;
  }
  .site-footer .footer-right h2 {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .site-footer .footer-top {
    max-width: 420px;
  }
  .site-footer .footer-right {
    text-align: center;
  }
  .site-footer .footer-right .newsletter-signup-form {
    text-align: left;
  }
  .site-footer .footer-right-left {
    width: auto;
    margin: 30px auto;
    float: none;
  }
  .site-footer .footer-right-right {
    width: auto;
    margin: 0 auto;
    float: none;
  }
}

.site-footer .site-logo svg {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  height: 36px;
  fill: #FFFFFF;
}

.site-footer .contact-information {
  margin: 0.5em 0;
  font-size: 0.875em;
  text-transform: uppercase;
}

.site-footer .contact-information .separator {
  padding: 0 3px;
  line-height: 1;
}

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

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

.site-footer .newsletter-signup-form {
  position: relative;
  font-size: 0.875em;
}

.site-footer .newsletter-signup-form .newsletter-signup-form-input {
  width: 100%;
  width: calc(100% - 110px);
  padding: 0.5em;
}

.site-footer .newsletter-signup-form .newsletter-signup-form-submit {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 110px;
  padding: 0.5em;
  border: 1px solid #686868;
  border-radius: 0 0.75em 0.75em 0;
  font-weight: 600;
  text-transform: uppercase;
  background: #686868;
  color: #FFFFFF;
}

.site-footer .newsletter-signup-form .newsletter-signup-form-submit:hover, .site-footer .newsletter-signup-form .newsletter-signup-form-submit:focus {
  background: #009FE3;
  border-color: #009FE3;
}

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

.site-footer .social-icons a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  font-size: 24px;
  line-height: 1;
}

/*
.site-footer {
	padding: 20px 0;
	background-color: $color_black;
	color: $color_white;
	
	h1, h2, h3, h4, h5, h6 {
		color: $color_white;
	}
	
	a {
		color: $color_white;
		
		&:hover, &:focus {
			color: $color_main_blue;
		}
	}
	
	.column {
		vertical-align: middle;
	}
	
	.column-logo {
		text-align: left;
	}
	
	.column-contact {
		padding: 0 15px;
		text-align: center;
	}
	
	.column-social {
		text-align: right;
	}
	
	.site-logo {
		svg {
			display: inline-block;
			vertical-align: middle;
			width: 110px;
			height: 36px;
			fill: $color_white;
		}
	}
	
	.contact-information {
		font-size: 0.875em;
		line-height: 1.5;
		text-transform: uppercase;
		
		> div {
			display: inline-block;
			vertical-align: baseline;
		}
		
		.separator {
			padding: 0 3px;
			font-size: 1.5em;
			line-height: 1;
			
			&:before {
				content: '\2022';
			}
		}
	}
	
	.social-icons {
		a {
			display: inline-block;
			vertical-align: middle;
			margin: 0 5px;
			font-size: 21px;
			line-height: 1;
		}
	}
}

@include tablet_max {
	.site-footer {
		.contact-information {
			.adr {
				display: block;
			}
			
			.contact .separator:first-child {
				display: none;
			}
		}
	}
}

@include small_tablet_max {
	.site-footer {
		.column-logo, .column-contact, .column-social {
			padding: 0.5em 0;
			text-align: center;
		}
	}
}
*/
.product-banner {
  position: relative;
  border-top: 2px solid #DDDDDD;
  background: #000000;
}

.product-banner ul.bxslider li.slide {
  overflow: hidden;
}

.product-banner ul.bxslider li.slide + li.slide {
  display: none;
}

.product-banner .bx-wrapper .bx-viewport {
  overflow: visible !important;
}

.product-banner .bx-wrapper .bx-controls-direction a {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

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

.product-banner .bx-wrapper ul.bxslider li.slide + li.slide {
  display: block;
}

.product-banner .image-wrap {
  position: absolute;
  top: 0;
  left: 600px;
  width: 570px;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}

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

@media (max-width: 1024px) {
  .product-banner .image-wrap {
    left: 420px;
  }
  .product-banner .image-wrap img {
    left: 0;
    right: auto;
  }
}

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

.product-banner .content-wrap {
  position: relative;
  z-index: 1;
  width: 600px;
  max-width: 100%;
  min-height: 460px;
  padding: 60px 0;
  color: #FFFFFF;
}

.product-banner .content-wrap .section-title {
  color: #FFFFFF;
}

.product-banner .content-wrap .section-title span {
  font-size: 0.75em;
}

.product-banner .content-wrap p {
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: 600;
}

.product-banner .content-wrap .button-links {
  margin-top: 2em;
}

.product-banner .content-wrap .button-links .button {
  margin: 0 1em 1em 0;
}

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

@media (max-width: 1024px) {
  .product-banner .content-wrap {
    width: 420px;
  }
  .product-banner .content-wrap .section-title {
    font-size: 2.25em;
  }
}

@media (max-width: 768px) {
  .product-banner .content-wrap {
    padding: 30px 0;
    width: auto;
    min-height: 0;
  }
}

@media (max-width: 520px) {
  .product-banner .content-wrap .button-links .button {
    min-width: 8em;
    margin: 0 0.5em 0.5em 0;
  }
}

.template-blue .product-banner {
  background: #2D7DC1;
  background: -webkit-linear-gradient(-25deg, #236298 0%, #2D7DC1);
  background: -moz-linear-gradient(-25deg, #236298 0%, #2D7DC1);
  background: linear-gradient(115deg, #236298 0%, #2D7DC1);
}

.template-light-blue .product-banner {
  background: #733D87;
  background: -webkit-linear-gradient(-25deg, #371d41 0%, #733D87);
  background: -moz-linear-gradient(-25deg, #371d41 0%, #733D87);
  background: linear-gradient(115deg, #371d41 0%, #733D87);
}

.template-green .product-banner {
  background: #17A049;
  background: -webkit-linear-gradient(-25deg, #117335 0%, #17A049);
  background: -moz-linear-gradient(-25deg, #117335 0%, #17A049);
  background: linear-gradient(115deg, #117335 0%, #17A049);
}

.template-yellow .product-banner {
  background: #C3B401;
  background: -webkit-linear-gradient(-25deg, #908501 0%, #C3B401);
  background: -moz-linear-gradient(-25deg, #908501 0%, #C3B401);
  background: linear-gradient(115deg, #908501 0%, #C3B401);
}

.template-teal .product-banner {
  background: #D9286E;
  background: -webkit-linear-gradient(-25deg, #af1f58 0%, #D9286E);
  background: -moz-linear-gradient(-25deg, #af1f58 0%, #D9286E);
  background: linear-gradient(115deg, #af1f58 0%, #D9286E);
}

.department-services {
  padding: 60px 0 90px 0;
  background-color: #E1E1E1;
}

.department-services .section-title {
  margin-bottom: 30px;
  text-align: center;
}

.department-services .service-wrap {
  position: relative;
}

.department-services ul.service-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.department-services .service-list {
  background-color: #FFFFFF;
}

.department-services .service-tab {
  display: block;
  position: relative;
  padding: 1em 2em;
  border-bottom: 1px solid #E1E1E1;
  outline: 0;
  color: #E44E25;
  cursor: pointer;
}

.department-services .service-tab:hover, .department-services .service-tab:focus {
  background-color: #E44E25;
  color: #FFFFFF;
}

.department-services .service-tab:hover .icon, .department-services .service-tab:focus .icon {
  color: #FFFFFF;
}

.department-services .service-tab .icon {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-right: 15px;
  font-size: 3.25em;
  line-height: 1;
  color: #000000;
}

.department-services .service-tab .text {
  display: inline-block;
  vertical-align: middle;
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.25;
}

.department-services .service-tab.is-selected {
  background-color: #E44E25;
  color: #FFFFFF;
}

.department-services .service-tab.is-selected .icon {
  color: #FFFFFF;
}

@media (min-width: 769px) {
  .department-services .service-tab.is-selected:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 42px 0 42px 42px;
    border-color: transparent transparent transparent #E44E25;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .department-services .service-tab.is-selected:after {
    border-width: 46px 0 46px 42px;
  }
}

.department-services .service-panels {
  background-color: #686868;
  color: #FFFFFF;
}

.department-services .service-panel {
  display: none;
  padding: 30px;
  text-align: center;
}

.department-services .service-panel h1, .department-services .service-panel h2, .department-services .service-panel h3, .department-services .service-panel h4, .department-services .service-panel h5, .department-services .service-panel h6 {
  color: inherit;
}

.department-services .service-panel .title-wrap, .department-services .service-panel .content-wrap {
  max-width: 500px;
  margin: 0 auto;
}

.department-services .service-panel .content-wrap:after {
  content: '';
  display: block;
  clear: both;
}

.department-services .service-panel .icon {
  font-size: 10em;
  line-height: 1;
}

.department-services .service-panel .title {
  margin: 0.25em 0 0.75em 0;
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 700;
  font-size: 2.25em;
  line-height: 1.25;
  text-transform: none;
}

.department-services .service-panel.is-selected {
  display: block;
}

@media (min-width: 769px) {
  .department-services .service-wrap {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .department-services .service-list {
    display: table-cell;
    vertical-align: top;
    width: 40%;
  }
  .department-services .service-panels {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
  }
  .department-services .service-panel .content-wrap {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .department-services .service-list {
    width: 250px;
  }
  .department-services .service-panels {
    width: 100%;
  }
  .department-services .service-tab {
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
  }
  .department-services .service-tab .icon {
    display: block;
    width: auto;
    margin-right: 0;
    font-size: 2.5em;
  }
  .department-services .service-tab .text {
    display: block;
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .department-services {
    padding: 30px 0 60px 0;
  }
  .department-services .service-list {
    display: none;
  }
  .department-services .service-panel {
    display: block;
    padding: 0;
    text-align: inherit;
  }
  .department-services .service-panel .title-wrap {
    max-width: none;
    padding: 1em 1.5em;
    border-bottom: 1px solid #E1E1E1;
    background-color: #FFFFFF;
    color: #E44E25;
    cursor: pointer;
  }
  .department-services .service-panel .title-wrap .icon {
    color: #000000;
  }
  .department-services .service-panel .content-wrap {
    display: none;
    padding: 15px 1.5em;
  }
  .department-services .service-panel.is-selected .content-wrap {
    display: block;
  }
  .department-services .service-panel .icon {
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    margin-right: 15px;
    font-size: 3.25em;
  }
  .department-services .service-panel .title {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    max-width: 75%;
    max-width: calc(100% - 72px);
    font-size: 1.125em;
  }
}

@media (max-width: 520px) {
  .department-services {
    padding-bottom: 0;
  }
  .department-services .container {
    margin: 0 auto;
  }
  .department-services .section-title {
    margin-left: 5%;
    margin-right: 5%;
  }
}

.featured-work {
  padding: 60px 0 90px 0;
}

.featured-work .section-title {
  margin-bottom: 30px;
  text-align: center;
}

.featured-work .grid {
  position: relative;
  margin: 0 -15px;
}

.featured-work .grid:before, .featured-work .grid:after {
  content: '';
  display: table;
}

.featured-work .grid:after {
  clear: both;
}

.featured-work .grid-sizer {
  width: 5%;
}

.featured-work .grid-item {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
}

.featured-work .grid-item:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.featured-work .grid-width-20 {
  width: 20%;
}

.featured-work .grid-width-25 {
  width: 25%;
}

.featured-work .grid-width-30 {
  width: 30%;
}

.featured-work .grid-width-40 {
  width: 40%;
}

.featured-work .grid-width-50 {
  width: 50%;
}

.featured-work .grid-width-60 {
  width: 60%;
}

.featured-work .grid-width-70 {
  width: 70%;
}

.featured-work .grid-width-75 {
  width: 75%;
}

.featured-work .grid-width-80 {
  width: 80%;
}

.featured-work .grid-width-100 {
  width: 100%;
}

.featured-work .grid-height-25:after {
  padding-bottom: 25%;
}

.featured-work .grid-height-50:after {
  padding-bottom: 50%;
}

.featured-work .grid-height-100:after {
  padding-bottom: 100%;
}

.featured-work .grid-height-150:after {
  padding-bottom: 150%;
}

.featured-work .grid-height-200:after {
  padding-bottom: 200%;
}

@media (max-width: 768px) {
  .featured-work {
    padding: 30px 0 60px 0;
  }
  .featured-work .grid-item {
    width: 50%;
  }
}

.featured-work .featured-item {
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  margin: 0;
  text-align: center;
  background: #EBEBEB;
  background: -webkit-linear-gradient(-60deg, #b8b8b8 0%, #EBEBEB 100%);
  background: -moz-linear-gradient(-60deg, #b8b8b8 0%, #EBEBEB 100%);
  background: linear-gradient(150deg, #b8b8b8 0%, #EBEBEB 100%);
  overflow: hidden;
}

.featured-work .featured-item .image-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.featured-work .featured-item .image-wrap img {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
}

.featured-work .featured-item .image-wrap .view-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5em;
  height: 2.5em;
  background-color: #E44E25;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.featured-work .featured-item .image-wrap .view-image:before {
  content: '+';
  display: block;
  font-size: 2em;
  line-height: 1.25;
  color: #FFFFFF;
}

.featured-work .featured-item .image-wrap .view-image:hover {
  background-color: #009FE3;
}

.featured-work .featured-item .image-wrap.full-width img {
  width: 100%;
  height: auto;
  max-height: none;
}

.featured-work .featured-item .image-wrap.full-height img {
  width: auto;
  height: 100%;
  max-width: none;
}

.featured-work .featured-item .image-wrap.image-padding img {
  padding: 10px;
}

.featured-work .featured-item .image-wrap.top-left img {
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
}

.featured-work .featured-item .image-wrap.top-center img {
  top: 0;
  bottom: auto;
  left: -9999em;
  right: -9999em;
}

.featured-work .featured-item .image-wrap.top-right img {
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
}

.featured-work .featured-item .image-wrap.center-left img {
  top: -9999em;
  bottom: -9999em;
  left: 0;
  right: auto;
}

.featured-work .featured-item .image-wrap.center-center img {
  top: -9999em;
  bottom: -9999em;
  left: -9999em;
  right: -9999em;
}

.featured-work .featured-item .image-wrap.center-right img {
  top: -9999em;
  bottom: -9999em;
  left: auto;
  right: 0;
}

.featured-work .featured-item .image-wrap.bottom-left img {
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
}

.featured-work .featured-item .image-wrap.bottom-center img {
  top: auto;
  bottom: 0;
  left: -9999em;
  right: -9999em;
}

.featured-work .featured-item .image-wrap.bottom-right img {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}

.featured-work .featured-item .content-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #E44E25;
}

.featured-work .featured-item .content-wrap p {
  margin: 0;
}

@media (max-width: 768px) {
  .featured-work .featured-item .image-wrap .view-image {
    font-size: 0.75em;
  }
  .featured-work .featured-item .content-wrap {
    display: none;
  }
}

.featured-work .featured-item.has-caption .image-wrap {
  bottom: 40px;
}

@media (max-width: 768px) {
  .featured-work .featured-item.has-caption .image-wrap {
    bottom: 0;
  }
}

.featured-work + .department-clients {
  position: relative;
  top: -60px;
}

@media (max-width: 768px) {
  .featured-work + .department-clients {
    top: -30px;
  }
}

.department-clients {
  padding: 15px 0;
}

.department-clients .bx-wrapper {
  max-width: 1110px !important;
  padding: 0 30px;
  margin: 0 auto;
}

@media (max-width: 1260px) {
  .department-clients .bx-wrapper {
    max-width: 900px !important;
  }
}

@media (max-width: 1024px) {
  .department-clients .bx-wrapper {
    max-width: 690px !important;
  }
}

@media (max-width: 768px) {
  .department-clients .bx-wrapper {
    max-width: 480px !important;
  }
}

@media (max-width: 520px) {
  .department-clients .bx-wrapper {
    max-width: 270px !important;
  }
}

.department-clients .bx-wrapper .bx-prev {
  left: 0;
}

.department-clients .bx-wrapper .bx-next {
  right: 0;
}

.department-clients .bx-wrapper .bx-controls-direction a {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}

.department-clients .bx-wrapper ul.client-list li {
  position: relative;
  height: 100px;
}

.department-clients .bx-wrapper ul.client-list li img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.department-clients ul.client-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
}

.department-clients ul.client-list li {
  display: inline-block;
  vertical-align: middle;
}

.department-clients ul.client-list li a {
  display: block;
}

.department-clients ul.client-list li img {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 15px;
  margin: auto;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.department-staff .leading-content {
  position: relative;
  padding: 40px 0;
  background: #686868;
  color: #FFFFFF;
}

.department-staff .leading-content:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15%;
  right: 0;
  background: url("./library/images/backgrounds/cskern-background.png") no-repeat left center;
}

.department-staff .leading-content .section-title {
  color: #FFFFFF;
}

.department-staff .leading-content p {
  margin-top: 1em;
  margin-bottom: 1em;
}

.department-staff .leading-content .button {
  margin: 0.5em 1em 0.5em 0;
}

.department-staff .staff-grid {
  background-color: #EBEBEB;
}

.department-staff .staff-grid .staff-wrap {
  position: relative;
  padding-top: 66.666666%;
}

.department-staff .staff-grid .image-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
}

.department-staff .staff-grid .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: auto;
}

.department-staff .staff-grid .content-wrap {
  position: relative;
  padding: 0.5em;
  text-align: center;
  color: #FFFFFF;
}

.department-staff .staff-grid .content-wrap h3 {
  margin: 0;
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.25;
  text-transform: uppercase;
  color: #FFFFFF;
}

.department-staff .staff-grid .content-wrap p {
  margin: 0;
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 1.125em;
  line-height: 1.25;
}

.department-staff .staff-grid .content-wrap a {
  color: #FFFFFF;
}

@media (min-width: 1025px) {
  .department-staff .leading-content .container {
    display: table;
    table-layout: fixed;
  }
  .department-staff .leading-content .container .title-wrap, .department-staff .leading-content .container .content-wrap {
    display: table-cell;
    vertical-align: middle;
  }
  .department-staff .leading-content .container .title-wrap {
    width: 350px;
    padding-right: 2.5em;
    border-right: 2px solid #FFFFFF;
  }
  .department-staff .leading-content .container .content-wrap {
    padding-left: 2.5em;
  }
  .department-staff .staff-grid .image-wrap img, .department-staff .staff-grid .content-wrap {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .department-staff .staff-grid .content-wrap {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    width: 256px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  .department-staff .staff-grid .staff-wrap:hover .image-wrap img {
    opacity: 0.15;
  }
  .department-staff .staff-grid .staff-wrap:hover .content-wrap {
    opacity: 1;
  }
}

@media (max-width: 1024px) {
  .department-staff .leading-content:before {
    left: 5%;
  }
  .department-staff .staff-grid .content-wrap {
    white-space: nowrap;
  }
  .department-staff .staff-grid .content-wrap h3, .department-staff .staff-grid .content-wrap p {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .department-staff .staff-grid .content-wrap p {
    font-size: 1em;
  }
}

.template-blue .department-staff .staff-grid .image-wrap {
  background-color: #2D7DC1;
}

.template-light-blue .department-staff .staff-grid .image-wrap {
  background-color: #733D87;
}

.template-green .department-staff .staff-grid .image-wrap {
  background-color: #17A049;
}

.template-yellow .department-staff .staff-grid .image-wrap {
  background-color: #C3B401;
}

.template-teal .department-staff .staff-grid .image-wrap {
  background-color: #D9286E;
}

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

@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 td, table.tablepress th {
  padding: 0.5em 1em;
}

table.tablepress thead th, table.tablepress tfoot th {
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #686868;
}

table.tablepress thead th {
  border-bottom: 2px solid #FFFFFF;
}

table.tablepress tbody td, table.tablepress tfoot th {
  border-top: 2px solid #FFFFFF;
}

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

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

.accordion-title {
  background: #2D7DC1;
  border: none;
  margin: 0.5em 0 1em 0;
  padding: 0.5em 1em;
}

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

.accordion-title > *:hover {
  cursor: pointer;
}

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

.accordion-title.accordion-expanded *:after {
  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.01deg);
}

.accordion-content p {
  padding: 0;
  margin: 0;
}

.csk-staff-profiles .staff-view.single-view .staff-wrapper .staff-image {
  float: right;
  margin: 0 0 0.5em 2em;
}

@media (max-width: 520px) {
  .csk-staff-profiles .staff-view.single-view .staff-wrapper .staff-image {
    display: inline-block;
    float: none;
    margin: 0 0 1.5em 0;
  }
}

/*
===========================================================
 Page Styles
===========================================================
*/
.template-home .top-content {
  position: relative;
}

.template-home .top-content .home-video-wrap {
  margin: 0;
  overflow: hidden;
}

@media (min-width: 1025px) {
  @supports (object-fit: cover) {
    .template-home .top-content .home-video-wrap {
      height: 100vh;
    }
    .template-home .top-content .home-video-wrap video {
      position: fixed;
      object-fit: cover;
    }
  }
}

@media (max-width: 520px) {
  .template-home .top-content .home-video-wrap {
    min-height: 300px;
  }
  .template-home .top-content .home-video-wrap video {
    width: auto;
  }
}

.template-home .top-content .content-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@-webkit-keyframes bounce {
  0%, 50%, 60%, 75%, 90%, 100% {
    bottom: 2.5em;
  }
  70% {
    bottom: 3em;
  }
  80% {
    bottom: 2.75em;
  }
}

@keyframes bounce {
  0%, 50%, 60%, 75%, 90%, 100% {
    bottom: 2.5em;
  }
  70% {
    bottom: 3em;
  }
  80% {
    bottom: 2.75em;
  }
}

.template-home .top-content .scroll-down {
  position: fixed;
  bottom: 3em;
  left: 50%;
  width: 3em;
  margin-left: -1.5em;
  color: #000000;
  animation: bounce 4s infinite;
  -webkit-animation: bounce 4s infinite;
}

.template-home .top-content .scroll-down i {
  display: block;
  font-size: 3em;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
}

@media (max-width: 1024px) {
  .template-home .top-content .scroll-down {
    font-size: 0.75em;
  }
}

@media (max-width: 520px) {
  .template-home .top-content .scroll-down {
    display: none;
  }
}

.template-home .top-content .main-content {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.template-home .top-content .hentry {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.25em;
  text-align: center;
}

@media (max-width: 768px) {
  .template-home .top-content .hentry {
    font-size: 1em;
  }
}

.template-home .top-content .hentry .entry-header {
  max-width: 42em;
  margin: 1.5em auto;
}

.template-home .top-content .hentry .entry-header .main-title {
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
}

@media (max-width: 1024px) {
  .template-home .top-content .hentry .entry-header {
    font-size: 0.75em;
  }
}

.template-home .top-content .hentry .entry-content {
  margin: 1.5em auto;
  font-weight: 600;
  line-height: 2;
  color: #000000;
  text-shadow: 0 0 40px #FFFFFF, 1px 1px 10px #FFFFFF, -1px -1px 10px #FFFFFF;
}

.template-home .top-content .hentry .entry-content .button {
  font-size: 0.75em;
  color: #FFFFFF;
  background-color: #009FE3;
  border-color: #009FE3;
  text-shadow: none;
}

.template-home .top-content .hentry .entry-content .button:hover, .template-home .top-content .hentry .entry-content .button:focus {
  color: #FFFFFF;
  background-color: #E44E25;
  border-color: #E44E25;
}

@media (max-width: 768px) {
  .template-home .top-content .hentry .entry-content {
    display: none;
  }
}

.template-home .top-content .hentry .entry-footer {
  max-width: 36em;
  margin: 1.5em auto;
  overflow: hidden;
}

.template-home .top-content .hentry .entry-footer .button-links .button {
  min-width: 10em;
  margin: 1em 1em 0 1em;
  color: #FFFFFF;
  background-color: #009FE3;
  border-color: #009FE3;
}

.template-home .top-content .hentry .entry-footer .button-links .button:hover, .template-home .top-content .hentry .entry-footer .button-links .button:focus {
  color: #FFFFFF;
  background-color: #E44E25;
  border-color: #E44E25;
}

@media (max-width: 768px) {
  .template-home .top-content .hentry .entry-footer {
    display: none;
  }
}

.template-home .department {
  position: relative;
  overflow: hidden;
}

.template-home .department .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.15;
}

@media (min-width: 1025px) {
  .template-home .department .container {
    min-height: 924px;
    height: calc(100vh - 74px);
  }
}

.template-home .department .content-left .content-wrap {
  max-width: 65%;
  margin-right: auto;
  text-align: left;
}

.template-home .department .content-left .department-images {
  right: -30px;
  margin-left: -30px;
}

.template-home .department .content-right .content-wrap {
  max-width: 55%;
  margin-left: auto;
  text-align: right;
}

.template-home .department .content-right .content-wrap .department-title:after {
  content: "";
  display: table;
  clear: both;
}

.template-home .department .content-right .content-wrap .department-title span {
  float: right;
}

.template-home .department .content-right .department-images {
  left: -30px;
  margin-right: -30px;
}

.template-home .department .content-wrap {
  position: relative;
  z-index: 1;
  padding: 40px 0;
  font-size: 1.25em;
  color: #FFFFFF;
}

.template-home .department .content-wrap .department-links {
  margin: 1.5em -0.5em 0 -0.5em;
}

.template-home .department .content-wrap .department-links .button {
  margin: 0 0.5em 0.5em 0.5em;
}

.template-home .department .content-wrap .department-links .button:hover, .template-home .department .content-wrap .department-links .button:focus {
  border-color: #FFFFFF;
}

.template-home .department .department-images {
  display: table;
  position: absolute;
  bottom: 0;
}

.template-home .department .image-wrap {
  display: table-cell;
  vertical-align: bottom;
  padding: 0 30px 40px 30px;
}

.template-home .department .image-wrap img {
  display: block;
  position: relative;
  max-width: 100%;
  height: auto;
}

.template-home .department-print {
  background-color: #2D7DC1;
}

@media (min-width: 641px) {
  .template-home .department-print .background {
    background-image: url("./library/images/home-page/print-background.jpg");
  }
}

@media (max-width: 640px) {
  .template-home .department-print .background {
    background-image: url("./library/images/home-page/print-background-768w.jpg");
  }
}

.template-home .department-print .department-title {
  color: rgba(255, 255, 255, 0.25);
}

.template-home .department-print .image-3 {
  width: 380px;
}

.template-home .department-webhosting {
  background-color: #733D87;
}

@media (min-width: 641px) {
  .template-home .department-webhosting .background {
    background-image: url("./library/images/home-page/web-hosting-background.jpg");
  }
}

@media (max-width: 640px) {
  .template-home .department-webhosting .background {
    background-image: url("./library/images/home-page/web-hosting-background-768w.jpg");
  }
}

.template-home .department-web .image-1 img {
  left: -50px;
  bottom: -40px;
}

.template-home .department-web .image-2 img {
  left: -130px;
}

/*.template-home .department-webhosting .image-1 img {
  left: -50px;
  bottom: -40px;
}

.template-home .department-webhosting .image-2 img {
  left: -130px;
}*/

.template-home .department-creative {
  background-color: #17A049;
}

@media (min-width: 641px) {
  .template-home .department-creative .background {
    background-image: url("./library/images/home-page/creative-background.jpg");
  }
}

@media (max-width: 640px) {
  .template-home .department-creative .background {
    background-image: url("./library/images/home-page/creative-background-768w.jpg");
  }
}

.template-home .department-creative .department-title {
  color: rgba(255, 255, 255, 0.25);
}

.template-home .department-photo {
  background-color: #C3B401;
}

@media (min-width: 641px) {
  .template-home .department-photo .background {
    background-image: url("./library/images/home-page/photo-background.jpg");
  }
}

@media (max-width: 640px) {
  .template-home .department-photo .background {
    background-image: url("./library/images/home-page/photo-background-768w.jpg");
  }
}

.template-home .department-photo .image-1 {
  position: absolute;
  top: -60px;
  margin-top: -188px;
}

.template-home .department-promotional {
  background-color: #D9286E;
}

@media (min-width: 641px) {
  .template-home .department-promotional .background {
    background-image: url("./library/images/home-page/promotional-background.jpg");
  }
}

@media (max-width: 640px) {
  .template-home .department-promotional .background {
    background-image: url("./library/images/home-page/promotional-background-768w.jpg");
  }
}

.template-home .department-promotional .department-title {
  color: rgba(255, 255, 255, 0.25);
}

.template-home .department-promotional .image-1 {
  padding-bottom: 80px;
}

.template-home .department-promotional .image-2 {
  padding-bottom: 80px;
}

.template-home .department-promotional .image-3 {
  padding-bottom: 0;
}

@media (max-width: 1024px) {
  .template-home .bottom-content .department .content-wrap {
    padding: 60px 0 90px 0;
    font-size: 1.125em;
  }
  .template-home .bottom-content .department .content-left .content-wrap,
  .template-home .bottom-content .department .content-right .content-wrap {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
  }
  .template-home .bottom-content .department .content-right .content-wrap .department-title span {
    float: none;
  }
  .template-home .bottom-content .department .department-title {
    font-size: 4.5em;
  }
  .template-home .bottom-content .department .department-images {
    display: none;
  }
}

@media (max-width: 768px) {
  .template-home .bottom-content .department .container {
    min-height: 0;
  }
  .template-home .bottom-content .department .content-wrap {
    padding: 30px 0 45px 0;
  }
  .template-home .bottom-content .department .department-title {
    font-size: 3em;
    color: rgba(255, 255, 255, 0.5);
  }
}

@media (max-width: 520px) {
  .template-home .bottom-content .department .content-wrap {
    font-size: 1em;
  }
  .template-home .bottom-content .department .department-title {
    font-size: 2.5em;
  }
  .template-home .bottom-content .department .department-links .button span {
    display: none;
  }
}

@media (max-width: 400px) {
  .template-home .bottom-content .department .department-title {
    font-size: 2em;
  }
}

.template-department .top-content {
  position: relative;
  padding-top: 74px;
  margin-top: -74px;
  background: #000000;
}

@media (max-width: 768px) {
  .template-department .top-content {
    padding-top: 0;
    margin-top: 0;
  }
}

.template-department .top-content .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  opacity: 0.15;
}

.template-department .top-content .content-wrap {
  padding: 40px 0;
  text-align: center;
}

.template-department .top-content .content-wrap .department-title {
  font-size: 8em;
}

@media (max-width: 1024px) {
  .template-department .top-content .content-wrap .department-title {
    font-size: 6em;
  }
}

@media (max-width: 768px) {
  .template-department .top-content .content-wrap .department-title {
    font-size: 5.5em;
  }
}

@media (max-width: 520px) {
  .template-department .top-content .content-wrap .department-title {
    font-size: 3.25em;
  }
}

.template-department .top-content .content-wrap .button-links {
  max-width: 44em;
  margin: 3em auto 0 auto;
  font-size: 1.25em;
}

.template-department .top-content .content-wrap .button-links .button {
  margin: 0 1em 1em 1em;
}

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

@media (max-width: 1024px) {
  .template-department .top-content .content-wrap .button-links {
    margin-top: 2.5em;
    font-size: 1.125em;
  }
  .template-department .top-content .content-wrap .button-links .button {
    margin: 0 0.5em 1em 0.5em;
  }
}

@media (max-width: 768px) {
  .template-department .top-content .content-wrap .button-links {
    font-size: 1em;
  }
}

@media (max-width: 400px) {
  .template-department .top-content .content-wrap .button-links .button {
    min-width: 8em;
  }
}

.template-department .hentry {
  padding: 2.5em 0;
  margin: 0 auto;
}

.template-department.template-blue .top-content {
  background: #2D7DC1;
}

.template-department.template-light-blue .top-content {
  background: #733D87;
}

.template-department.template-green .top-content {
  background: #17A049;
}

.template-department.template-yellow .top-content {
  background: #C3B401;
}

.template-department.template-teal .top-content {
  background: #D9286E;
}

.template-interior .top-content {
  position: relative;
  padding-top: 74px;
  margin-top: -74px;
  background: #000000;
  overflow: hidden;
}

.template-interior .top-content .content-wrap {
  padding: 20px 0 0 0;
  text-align: center;
}

.template-interior .top-content .content-wrap .department-title {
  font-size: 4em;
}

@media (max-width: 768px) {
  .template-interior .top-content .content-wrap .department-title {
    font-size: 3em;
  }
}

@media (max-width: 520px) {
  .template-interior .top-content .content-wrap .department-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .template-interior .top-content .content-wrap {
    padding: 20px 0;
  }
}

.template-interior.template-blue .top-content {
  background: #2D7DC1;
}

.template-interior.template-light-blue .top-content {
  background: #733D87;
}

.template-interior.template-green .top-content {
  background: #17A049;
}

.template-interior.template-yellow .top-content {
  background: #C3B401;
}

.template-interior.template-teal .top-content {
  background: #D9286E;
}


/* 2023 Replace header phone with bill pay button */ 
.site-header .contact-information {
	top: 17px;
}

.site-header .contact-information .button {
	line-height: 1em;
}
@media (max-width: 768px) {
  .site-header .contact-information .button {
    display: none;
  }
}
