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

body {
  margin: 0;
}

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

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

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

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

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

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

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

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

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

figure {
  margin: 1em 40px;
}

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

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

optgroup {
  font-weight: bold;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

/* Page Structure */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

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

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

@media (min-width: 1025px) {
  .content-area.content-left .main-content {
    width: 100%;
    padding-right: 350px;
    float: left;
  }
  .content-area.content-left .main-sidebar {
    width: 300px;
    margin-left: -300px;
    float: right;
  }
  .content-area.content-right .main-content {
    width: 100%;
    padding-left: 350px;
    float: right;
  }
  .content-area.content-right .main-sidebar {
    width: 300px;
    margin-right: -300px;
    float: left;
  }
}

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

@media (max-width: 1440px) {
  .fixed-width {
    width: 1150px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #3F3F3F;
  background-color: #FFFFFF;
}

h1, .h1 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 900;
  font-size: 2.5em;
  line-height: 1.25;
  text-transform: none;
  color: #C2AB83;
}

h2, .h2 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 900;
  font-size: 1.5em;
  line-height: 1.25;
  text-transform: none;
  color: #A13535;
}

h3, .h3 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 900;
  font-size: 1.25em;
  line-height: 1.25;
  text-transform: none;
  color: #3F3F3F;
}

h4, .h4 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 900;
  font-size: 1em;
  line-height: 1.25;
  text-transform: none;
  color: #C2AB83;
}

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

h6, .h6 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 900;
  font-size: 1em;
  line-height: 1.25;
  text-transform: none;
  color: #3F3F3F;
}

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

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

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

.image-outline {
  outline: 1px solid #B3B3B3;
}

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

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

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

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

pre {
  margin: 1em 0;
}

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

ul {
  list-style-type: disc;
}

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

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

ol {
  list-style-type: decimal;
}

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

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

ol ul, ul ol {
  margin: 0;
}

.list-styled li {
  padding-left: 0.5em;
  margin: 0.5em 0;
}

.list-columns {
  padding: 0;
  list-style-type: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-width: 270px;
  -moz-column-width: 270px;
  column-width: 270px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.list-columns li {
  padding: 0.5em 0;
  border-bottom: 1px solid #B3B3B3;
  font-size: 1.25em;
  line-height: 1.25;
}

.list-columns a {
  display: inline-block;
}

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

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

hr {
  display: block;
  border: 0;
  border-bottom: 1px solid #B3B3B3;
  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.375em;
  margin: 0;
  border: 0;
  border-radius: 0;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.25;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #A13535;
  -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 {
  background-color: #C2AB83;
}

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

a.button {
  color: #FFFFFF;
}

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

input[type='text']:hover, input[type='password']:hover,
input[type='email']:hover, input[type='url']:hover,
input[type='number']:hover, input[type='search']:hover,
textarea:hover, select:hover {
  box-shadow: 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-family: "Lato", "Arial", sans-serif;
  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;
  font-style: italic;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

img.aligncenter {
  margin: 0 auto;
}

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

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

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

.wp-caption {
  max-width: 100%;
  outline: 1px solid #B3B3B3;
  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;
  margin: 0;
  border: 0;
}

.wp-caption .wp-caption-text {
  padding: 1em;
  margin: 0;
  border-top: 1px solid #B3B3B3;
  font-size: 0.875em;
  line-height: 1.25;
}

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

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

@font-face {
  font-family: 'CustomIcons';
  src: url("./library/fonts/CustomIcons.eot?bznig9");
  src: url("./library/fonts/CustomIcons.eot?bznig9#iefix") format("embedded-opentype"), url("./library/fonts/CustomIcons.ttf?bznig9") format("truetype"), url("./library/fonts/CustomIcons.woff?bznig9") format("woff"), url("./library/fonts/CustomIcons.svg?bznig9#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-blank, .icon-dollar, .icon-percent {
  font-family: "Lato", "Arial", sans-serif !important;
  font-weight: 700;
}

.icon-blank:before {
  content: '\00a0';
}

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

.icon-credit-card:before {
  content: "\e901";
}

.icon-dollar:before {
  content: '$';
}

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

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

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

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

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

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

.icon-percent:before {
  content: '%';
}

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

.icon-search:before {
  content: "\e909";
}

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

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

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

ul.bxslider {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

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

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

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

.mfp-figure-padding .mfp-figure:after {
  background: #EBEBEB;
}

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

/*
===========================================================
 Component Styles
===========================================================
*/
.site-header {
  background: #FFFFFF;
}

@media (min-width: 769px) {
  .site-header .header-top .container {
    height: 135px;
  }
  .site-header .header-top .container:after {
    content: '';
    display: table;
    clear: both;
  }
  .site-header .header-top .header-left {
    float: left;
    height: 100%;
  }
  .site-header .header-top .header-right {
    height: 100%;
    float: right;
  }
}

.site-header .site-logo {
  width: 280px;
  padding: 20px 0 18px 0;
}

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

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

.site-header .account-login {
  height: 100%;
}

.site-header .main-navbar .container:after {
  content: '';
  display: table;
  clear: both;
}

.site-header .main-navbar ul.menu {
  float: right;
}

.site-header .main-navbar ul.menu a .icon, .site-header .main-navbar ul.menu a .fa {
  display: none;
}

.site-header .main-navbar ul.menu > li + li > a {
  border-left: 1px solid #EBEBEB;
}

.site-header .main-navbar ul.menu > li + li:hover > a {
  border-color: #C2AB83;
}

.site-header .main-navbar ul.menu > li.menu-item-mobile, .site-header .main-navbar ul.menu > li.menu-item-mobile-interior {
  display: none;
}

.site-header .main-navbar ul.menu > li.menu-item-mobile-interior > a {
  text-align: center;
  background-color: #A13535;
  color: #FFFFFF;
}

.site-header .main-navbar ul.menu > li.menu-item-mobile-interior > a:hover, .site-header .main-navbar ul.menu > li.menu-item-mobile-interior > a:focus {
  background-color: #C2AB83;
}

.site-header .main-navbar ul.menu > li.menu-item-featured > a, .site-header .main-navbar ul.menu > li.menu-item-mobile > a {
  text-align: center;
  background-color: #C2AB83;
  color: #FFFFFF;
}

.site-header .main-navbar ul.menu > li.menu-item-featured > a:hover, .site-header .main-navbar ul.menu > li.menu-item-featured > a:focus, .site-header .main-navbar ul.menu > li.menu-item-mobile > a:hover, .site-header .main-navbar ul.menu > li.menu-item-mobile > a:focus {
  background-color: #3F3F3F;
}

.site-header .main-navbar ul.menu > li.menu-item-featured > a .icon, .site-header .main-navbar ul.menu > li.menu-item-featured > a .fa, .site-header .main-navbar ul.menu > li.menu-item-mobile > a .icon, .site-header .main-navbar ul.menu > li.menu-item-mobile > a .fa {
  display: inline-block;
}

.site-header .main-navbar ul.menu > li:nth-last-child(2) a {
  width: 238px;
  padding-left: 0.125em;
  padding-right: 0.125em;
}

.site-header .main-navbar ul.menu > li:last-child a {
  width: 201px;
  padding-left: 0.125em;
  padding-right: 0.125em;
}

.site-header .main-navbar ul.sub-menu li.menu-item-has-children > a:before {
  content: '\f105';
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  font-size: 21px;
  line-height: 20px;
  float: right;
}

.site-header .navbar-toggle {
  display: none;
  float: left;
}

.site-header .navbar-toggle a {
  display: block;
  padding: 0.625em 0.75em 0.625em 0;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.25;
  color: #3F3F3F;
}

.site-header .navbar-toggle .fa {
  float: left;
  margin-right: 15px;
  font-size: 28px;
  line-height: 25px;
}

@media (max-width: 1160px) {
  .site-header .navbar-toggle {
    display: block;
  }
  .site-header .main-navbar ul.menu > li {
    display: none;
  }
  .site-header .main-navbar ul.menu > li.menu-item-featured {
    display: inline-block;
  }
}

@media (max-width: 768px) {
  .site-header .header-top {
    overflow: hidden;
  }
  .site-header .header-right {
    position: relative;
  }
  .site-header .header-right:before, .site-header .header-right:after {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #A13535;
  }
  .site-header .header-right:before {
    right: 100%;
  }
  .site-header .header-right:after {
    left: 100%;
  }
  .site-header .account-login {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .site-header .account-login {
    display: none;
  }
  .site-header .main-navbar ul.menu > li.menu-item-featured {
    display: none;
  }
  .site-header .main-navbar ul.menu > li.menu-item-mobile-interior {
    display: inline-block;
  }
}

@media (max-width: 400px) {
  .site-header .site-logo {
    width: 200px;
    margin: 0 auto;
  }
}

.main-navbar {
  background-color: #EBEBEB;
}

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

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

.main-navbar ul.menu a {
  display: block;
  padding: 0.625em 0.75em;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: normal;
  font-size: 1.25em;
  line-height: 1.25;
  color: #3F3F3F;
}

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

.main-navbar ul.menu a .icon, .main-navbar ul.menu a .fa {
  margin-right: 0.25em;
}

.main-navbar ul.menu a .icon {
  position: relative;
  top: 1px;
}

@media (min-width: 1161px) and (max-width: 1260px) {
  .main-navbar ul.menu a {
    padding: 0.625em;
  }
}

.main-navbar ul.sub-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  background-color: #3F3F3F;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.main-navbar ul.sub-menu li + li {
  border-top: 1px solid #6D6D6D;
}

.main-navbar ul.sub-menu a {
  font-size: 1em;
  color: #FFFFFF;
}

.main-navbar ul.sub-menu a:hover, .main-navbar ul.sub-menu a:focus {
  background-color: #EBEBEB;
  color: #3F3F3F;
}

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

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

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

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

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

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

#sidr-menu ul.menu {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

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

#sidr-menu ul.menu li.menu-item-mobile, #sidr-menu ul.menu li.menu-item-mobile-interior {
  display: none;
}

#sidr-menu ul.menu li.menu-item-featured {
  order: -1;
  border-bottom-color: #FFFFFF;
}

#sidr-menu ul.menu li.menu-item-featured > a {
  background-color: #C2AB83;
  color: #FFFFFF;
}

#sidr-menu ul.menu li.menu-item-featured > a:hover, #sidr-menu ul.menu li.menu-item-featured > a:focus {
  background-color: #A13535;
  color: #FFFFFF;
}

#sidr-menu ul.menu li.menu-item-type-search {
  padding: 2px;
}

#sidr-menu ul.menu li.menu-item-type-search .menu-search-form label {
  cursor: auto;
}

#sidr-menu ul.menu li.menu-item-type-search .menu-search-form .search-field {
  width: 100%;
  background: #FFFFFF;
  color: #000000;
  cursor: auto;
}

#sidr-menu ul.menu a {
  display: block;
  position: relative;
  padding: 0.875em 48px 0.875em 60px;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: normal;
  font-size: 1.125em;
  line-height: 1.25;
  color: #FFFFFF;
}

#sidr-menu ul.menu a .icon, #sidr-menu ul.menu a .fa {
  position: absolute;
  top: 12px;
  left: 15px;
  width: 30px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

#sidr-menu ul.menu a .sub-menu-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 18px 15px;
}

#sidr-menu ul.menu a .sub-menu-toggle:before {
  content: '\f107';
  display: inline-block;
  vertical-align: top;
  width: 18px;
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #3F3F3F;
  background-color: #FFFFFF;
  border-radius: 50%;
}

#sidr-menu ul.menu a .sub-menu-toggle.sub-menu-collapsed:before {
  content: '\f105';
}

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

#sidr-menu ul.sub-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  background-color: #EBEBEB;
  box-shadow: inset -10px 0 10px -10px rgba(0, 0, 0, 0.4);
}

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

#sidr-menu ul.sub-menu a {
  color: #3F3F3F;
}

#sidr-menu ul.sub-menu a .sub-menu-toggle:before {
  background-color: #A13535;
  color: #FFFFFF;
}

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

#sidr-menu ul.sub-menu ul.sub-menu {
  background-color: #FFFFFF;
}

#sidr-menu .social-icons {
  padding: 10px 0;
  text-align: center;
}

#sidr-menu .social-icons .title {
  display: none;
}

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

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

#sidr-menu .social-icons .fa {
  display: inline-block;
  width: 36px;
  font-size: 21px;
  line-height: 36px;
}

.top-content {
  margin-top: 2.5em;
}

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

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

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

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

.bottom-content {
  margin-bottom: 2.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

.button-links {
  margin: 1em -0.375em;
}

.button-links .button {
  margin: 0 0.375em 0.75em 0.375em;
}

.search-form {
  position: relative;
  width: 300px;
  max-width: 100%;
}

.search-form .search-field {
  width: 100%;
  padding: 0.5em;
}

.search-form .search-submit {
  position: absolute;
  bottom: 1px;
  right: 1px;
  padding: 0.5em 0.75em;
}

.search-form .search-field, .search-form .search-submit {
  border-radius: 0;
  font-size: inherit;
  line-height: 1.25;
}

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

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

.pagination ul li a:hover, .pagination ul li a:focus {
  color: #FFFFFF;
  background-color: #C2AB83;
  border-color: #C2AB83;
}

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

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

.nav-links {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

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

.nav-links span.dots {
  padding: 0.4em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sidebar .widget {
  padding: 12px 24px;
  margin-top: 1em;
  margin-bottom: 1em;
  clear: both;
  text-align: center;
  background: #EBEBEB;
}

.sidebar .widget .title {
  padding: 0.375em 24px;
  margin: -12px -24px 12px -24px;
  font-weight: 700;
  color: #FFFFFF;
  background: #C2AB83;
}

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

.sidebar .widget ul a {
  font-weight: 700;
}

.sidebar .widget img {
  max-width: 100%;
  height: auto;
}

.sidebar .widget_calendar table {
  width: 100%;
  background: #FFFFFF;
}

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

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

.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_media_image .wp-caption {
  margin: 0;
}

.sidebar .widget_csk_employee_widget .image-wrap {
  position: relative;
  width: 175px;
  height: 175px;
  margin: 1.25em auto 0.75em auto;
  border-radius: 50%;
  overflow: hidden;
}

.sidebar .widget_csk_employee_widget .image-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.sidebar .widget_csk_employee_widget .title-wrap h3 {
  margin: 0;
  font-weight: 700;
  font-size: 1.25em;
}

.sidebar .widget_csk_employee_widget .job-description-wrap {
  margin: 0 0 1.25em 0;
}

.sidebar .widget_csk_employee_widget .button-wrap {
  margin: 0.75em 0;
}

@media (max-width: 1024px) {
  .sidebar .widget_csk_employee_widget .image-wrap {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 768px) {
  .sidebar .widget_csk_employee_widget .image-wrap {
    width: 135px;
    height: 135px;
  }
  .sidebar .widget_csk_employee_widget .job-description-wrap {
    display: none;
  }
}

.sidebar .widget_csk_app_graphic_widget {
  padding: 0;
}

.sidebar .widget_csk_insurance_banner_widget {
  padding: 0;
}

.sidebar .widget_nav_menu {
  padding: 0;
  background: none;
}

.sidebar .widget_nav_menu .title {
  margin: 15px 0 12px 0;
}

.sidebar .widget_nav_menu a {
  display: block;
  padding: 0.5em 24px;
  margin: 15px 0;
  font-size: 1.125em;
  line-height: 1.25;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #3F3F3F;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar .widget_nav_menu a:hover, .sidebar .widget_nav_menu a:focus {
  background: #A13535;
}

@media (max-width: 520px) {
  .sidebar .widget_nav_menu a {
    font-size: 1em;
  }
}

@media (min-width: 521px) and (max-width: 1024px) {
  .sidebar {
    position: relative;
    top: 15px;
    margin: -30px -15px 2.5em -15px;
  }
  .sidebar:after {
    content: '';
    display: table;
    clear: both;
  }
  .sidebar .widget {
    width: calc(33.333333% - 30px);
    margin: 15px;
    float: left;
    clear: none;
  }
  .sidebar .widget_nav_menu {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 521px) and (max-width: 768px) {
  .sidebar .widget {
    width: calc(50% - 30px);
  }
}

.site-footer {
  padding: 20px 0;
  border-bottom: 8px solid #3F3F3F;
  background-color: #EBEBEB;
  text-align: center;
}

.site-footer .social-icons .title {
  margin: 0.25em 0;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.25;
  text-transform: uppercase;
  color: #A13535;
}

.site-footer .social-icons .fa {
  width: 36px;
  height: 36px;
  margin: 5px;
  font-size: 21px;
  line-height: 36px;
  text-align: center;
  background: #3F3F3F;
  color: #FFFFFF;
}

.site-footer .social-icons a:hover .fa, .site-footer .social-icons a:focus .fa {
  background: #A13535;
}

.site-footer .footer-navbar {
  margin: 1rem 0 1.5rem 0;
}

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

.site-footer .footer-navbar ul.menu li {
  display: inline-block;
  position: relative;
  padding: 0 15px;
}

.site-footer .footer-navbar ul.menu li:before {
  content: '|';
  position: absolute;
  right: -10px;
  width: 20px;
  font-weight: 900;
  font-size: 1.125em;
  color: #A13535;
  text-align: center;
}

.site-footer .footer-navbar ul.menu li:last-child:before {
  content: none;
}

.site-footer .footer-navbar ul.menu a {
  display: block;
  font-weight: 700;
  font-size: 1.125em;
  color: #3F3F3F;
}

.site-footer .footer-navbar ul.menu a:hover, .site-footer .footer-navbar ul.menu a:focus {
  color: #A13535;
}

.site-footer .policy-information {
  margin: 1.5rem 0 0 0;
}

.site-footer .policy-information div {
  display: inline;
  padding: 0 5px;
}

.site-footer .policy-information .nmls-identifier {
  display: block;
}

.site-footer .policy-information a {
  text-decoration: underline;
  color: #3F3F3F;
}

.site-footer .policy-information a:hover, .site-footer .policy-information a:focus {
  text-decoration: none;
  color: #A13535;
}

.site-footer .policy-information .logos a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
}

.site-footer .insured-by {
  margin: 0.5rem 0;
}

.site-footer .insured-by img {
  display: block;
  margin: 0 auto 0.5rem auto;
}

.site-footer .insured-by span {
  display: block;
}

.site-footer .contact-information {
  margin: 0.5rem 0;
}

.site-footer .contact-information a {
  font-weight: 900;
  color: #3F3F3F;
}

.site-footer .contact-information a:hover, .site-footer .contact-information a:focus {
  color: #A13535;
}

.site-footer .contact-information div {
  display: inline-block;
  position: relative;
  padding: 0 10px;
}

.site-footer .contact-information div:before {
  content: '|';
  position: absolute;
  right: -10px;
  width: 20px;
  font-weight: 900;
  text-align: center;
  color: #A13535;
}

.site-footer .contact-information div:last-child:before {
  content: none;
}

.site-footer .site-credit {
  margin: 1.5rem 0 0 0;
  font-family: 'Arial', sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  opacity: 0.7;
}

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

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

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

@media (min-width: 1025px) and (max-width: 1160px) {
  .site-footer .contact-information div.org {
    display: block;
  }
  .site-footer .contact-information div.org:before {
    content: none;
  }
}

@media (max-width: 1024px) {
  .site-footer .contact-information div {
    display: block;
  }
  .site-footer .contact-information div:before {
    content: none;
  }
}

@media (max-width: 768px) {
  .site-footer .policy-information .logos {
    display: block;
    margin: 1.5em 0 0 0;
  }
}

@media (max-width: 520px) {
  .site-footer .footer-navbar ul.menu li {
    padding: 0 10px;
  }
  .site-footer .footer-navbar ul.menu li:before, .site-footer .footer-navbar ul.menu a {
    font-size: inherit;
  }
  .site-footer .policy-information .links {
    display: block;
  }
}

.account-login {
  width: 438px;
  padding: 10px 30px;
  background: #A13535;
  color: #FFFFFF;
}

.account-login:after {
  content: '';
  display: block;
  clear: both;
}

.account-login .title {
  margin: 0 0 0.25em 0;
  font-size: 2em;
  color: inherit;
}

.account-login .title .icon {
  position: relative;
  top: 2px;
}

.account-login .description {
  margin: 0;
  padding: 0.5em 0 0 0;
  clear: both;
  font-size: 0.875em;
}

.account-login a {
  color: #FFFFFF;
  text-decoration: underline;
}

.account-login a:hover, .account-login a:focus {
  text-decoration: none;
}

.account-login .button {
  background-color: #EBEBEB;
  color: #3F3F3F;
}

.account-login .button:hover, .account-login .button:focus {
  background-color: #C2AB83;
  color: #FFFFFF;
}

.account-login .account-login-id {
  width: 244px;
  float: left;
}

.account-login .account-login-id input {
  font-size: 1.125em;
  border: 0;
}

.account-login .account-login-submit {
  float: right;
}

@media (max-width: 768px) {
  .account-login {
    width: auto;
  }
  .account-login .account-login-id {
    width: 100%;
    padding-right: 130px;
  }
  .account-login .account-login-id input {
    width: 100%;
  }
  .account-login .account-login-submit {
    margin-left: -120px;
  }
}

@media (max-width: 400px) {
  .account-login {
    padding: 15px 15px 20px 15px;
  }
  .account-login .title {
    font-size: 1.5em;
  }
  .account-login .button {
    font-size: 1em;
  }
  .account-login .account-login-id {
    padding-right: 110px;
  }
  .account-login .account-login-id input {
    font-size: 1em;
  }
  .account-login .account-login-submit {
    margin-left: -100px;
  }
}

.menu-search-form {
  position: relative;
  font-size: 1.25em;
}

.menu-search-form label {
  display: block;
  padding: 0.625em;
  cursor: pointer;
}

.menu-search-form .fa {
  position: relative;
  z-index: 1;
}

.menu-search-form .search-field {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  max-width: none;
  padding-left: 2.25em;
  padding-right: 0;
  border-width: 0;
  background: none;
  color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-search-form .search-field:hover {
  box-shadow: none;
}

.menu-search-form .search-field:focus {
  width: 674px;
  padding-left: 2.25em;
  padding-right: 0.625em;
  background: #FFFFFF;
  color: #000000;
  cursor: auto;
}

@media (min-width: 1161px) and (max-width: 1260px) {
  .menu-search-form .search-field:focus {
    width: 644px;
  }
}

.menu-search-form .search-submit {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9999em;
  z-index: 1;
  font-weight: normal;
  font-size: 1em;
  text-transform: none;
}

.menu-search-form .search-submit:focus {
  left: 0;
}

.top-banner {
  background-color: #EBEBEB;
}

.top-banner .bx-wrapper .bx-controls-direction a {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.top-banner .bx-wrapper .bx-prev {
  filter: drop-shadow(-1px 1px 3px rgba(0, 0, 0, 0.25));
}

.top-banner .bx-wrapper .bx-next {
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.25));
}

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

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

.top-banner .image-wrap {
  position: relative;
  padding-bottom: 33.333333%;
  overflow: hidden;
}

.top-banner .image-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-linear-gradient(left, transparent 50%, rgba(0, 0, 0, 0.54) 100%);
  background: -moz-linear-gradient(left, transparent 50%, rgba(0, 0, 0, 0.54) 100%);
  background: linear-gradient(to right, transparent 50%, rgba(0, 0, 0, 0.54) 100%);
}

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

@supports (object-fit: cover) {
  .top-banner .image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.top-banner .content-left .image-wrap:after {
  background: -webkit-linear-gradient(right, transparent 50%, rgba(0, 0, 0, 0.54) 100%);
  background: -moz-linear-gradient(right, transparent 50%, rgba(0, 0, 0, 0.54) 100%);
  background: linear-gradient(to left, transparent 50%, rgba(0, 0, 0, 0.54) 100%);
}

@media (min-width: 769px) {
  .top-banner .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
  .top-banner .content-wrap {
    max-width: 500px;
    padding: 30px;
    float: right;
    text-align: right;
    background: rgba(0, 0, 0, 0.5);
  }
  .top-banner .content-wrap .title {
    margin: 0 0 1em 0;
    font-family: "Lato", "Arial", sans-serif;
    font-weight: 700;
    font-size: 2em;
    line-height: 1.333333;
    color: #FFFFFF;
    text-shadow: 0 0 0.125em rgba(0, 0, 0, 0.5);
  }
  .top-banner .content-wrap .title span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-left: 0.125em;
    font-weight: 900;
    font-style: italic;
    font-size: 2em;
    line-height: 1;
    text-transform: uppercase;
    color: #A13535;
  }
  .top-banner .content-wrap .title span:after {
    content: '';
    position: absolute;
    bottom: -0.4em;
    left: -0.125em;
    width: 2.5em;
    height: 0.5em;
    background: url("./library/images/underline-curve.png") no-repeat left bottom;
    background-size: auto 100%;
  }
  .top-banner .content-left .container {
    align-items: flex-start;
  }
  .top-banner .content-left .content-wrap {
    float: left;
    text-align: left;
  }
}

@media (min-width: 769px) {
  .top-banner .container {
    top: 10%;
    bottom: 10%;
  }
}

@media (min-width: 769px) and (max-width: 950px) {
  .top-banner .content-wrap {
    transform: scale(0.85);
    transform-origin: right center;
  }
  .top-banner .content-left .content-wrap {
    transform-origin: left center;
  }
}

@media (max-width: 768px) {
  .top-banner .image-wrap {
    min-height: 256px;
  }
  .top-banner .content-wrap {
    padding: 0.625em 0;
    font-size: 1.125em;
    line-height: 1.25;
    text-align: center;
  }
  .top-banner .content-wrap .title {
    max-width: 400px;
    min-height: 2.5em;
    margin: 0 auto 0.5em auto;
    font-size: 1.25em;
    line-height: 1.25;
    color: #3F3F3F;
  }
}

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

.quick-links {
  background-color: #A13535;
}

.quick-links .container {
  overflow: hidden;
}

.quick-links ul.row {
  list-style-type: none;
  padding: 0;
}

.quick-links .row {
  margin: -1px;
  border-color: #B3B3B3;
  border-style: solid;
  border-width: 0 1px 1px 0;
  background-color: #EBEBEB;
}

.quick-links .column {
  border-color: inherit;
  border-style: inherit;
  border-width: 1px 0 0 1px;
}

.quick-links .link {
  display: block;
  padding: 10px 5px;
  text-align: center;
  color: #3F3F3F;
}

.quick-links .link .fa, .quick-links .link .icon {
  display: block;
  font-size: 32px;
  line-height: 40px;
  color: #C2AB83;
}

.quick-links .link .text {
  display: block;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 25px;
}

.quick-links a.link:hover, .quick-links a.link:focus {
  background-color: #C2AB83;
  color: #FFFFFF;
}

.quick-links a.link:hover .fa, .quick-links a.link:hover .icon, .quick-links a.link:focus .fa, .quick-links a.link:focus .icon {
  color: inherit;
}

@media (max-width: 768px) {
  .quick-links .row {
    margin-top: 0;
  }
}

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

.site-message {
  padding: 5px 30px;
  background-color: #3F3F3F;
  color: #FFFFFF;
}

.site-message:after {
  content: '';
  display: table;
  clear: both;
}

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

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

.site-message .button {
  padding: 0.333333em 1.375em;
  line-height: 1;
  background-color: #FFFFFF;
  color: #3F3F3F;
}

.site-message .button:hover, .site-message .button:focus {
  background-color: #A13535;
  color: #FFFFFF;
}

.site-message .content-wrap {
  position: relative;
  width: 100%;
  float: left;
  font-size: 1.25em;
}

.site-message .content-wrap p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.site-message.has-icon .content-wrap {
  padding-left: 50px;
}

.site-message.has-link .content-wrap {
  padding-right: 270px;
}

.site-message .icon-wrap {
  position: absolute;
  left: 0;
}

.site-message .icon-wrap .fa, .site-message .icon-wrap .icon {
  margin: 0.333333em 0;
  font-size: 1.5em;
  line-height: 1;
}

.site-message .icon-wrap svg {
  display: block;
  width: 36px;
  height: 40px;
  margin: 5px auto;
}

.site-message .button-wrap {
  position: relative;
  float: right;
  width: 270px;
  margin-left: -270px;
  text-align: right;
}

.site-message .button-wrap .button {
  min-width: 240px;
  margin: 0.5em 0 0.5em 0.5em;
  text-align: center;
}

@media (max-width: 1024px) {
  .site-message .content-wrap {
    width: auto;
    font-size: 1.125em;
  }
  .site-message.has-icon .content-wrap {
    padding-left: 45px;
  }
  .site-message.has-link .content-wrap {
    padding-right: 0;
  }
  .site-message .icon-wrap svg {
    width: 30px;
    height: 35px;
  }
  .site-message .button-wrap {
    display: none;
  }
}

@media (max-width: 520px) {
  .site-message .icon-wrap {
    position: static;
  }
  .site-message .icon-wrap .fa, .site-message .icon-wrap .icon {
    font-size: 2em;
    margin-bottom: 0;
  }
  .site-message .content-wrap {
    font-size: 1em;
    text-align: center;
  }
  .site-message.has-icon .content-wrap {
    padding-left: 0;
  }
}

.featured-article {
  margin: 2.5em 0;
  background: #EBEBEB;
}

.featured-article:after {
  content: '';
  display: table;
  clear: both;
}

.featured-article .article-image {
  position: relative;
  width: 280px;
  margin: 0 24px 0 0;
  float: left;
  color: #FFFFFF;
  background: #3F3F3F;
}

.featured-article .article-image .image-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}

.featured-article .article-image .image-wrap img {
  position: absolute;
  top: 0;
  left: -9999em;
  right: -9999em;
  width: auto;
  height: 100%;
  margin: auto;
  opacity: 0.95;
}

.featured-article .article-image .image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.75em;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  background: #3F3F3F;
}

.featured-article .article-wrap .title {
  padding: 0.375em 24px;
  margin: 0;
  background: #C2AB83;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 900;
  font-size: 1.5em;
  line-height: 1.333333;
  color: #FFFFFF;
}

.featured-article .article-wrap .title a {
  color: #FFFFFF;
}

.featured-article .article-wrap .title a:hover, .featured-article .article-wrap .title a:focus {
  color: #A13535;
}

.featured-article .article-wrap .hentry {
  margin: 0;
  padding: 0.5em 24px;
}

.featured-article .article-wrap .hentry:after {
  content: none;
}

.featured-article .article-wrap .hentry .entry-title {
  margin: 0;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.25;
}

.featured-article .article-wrap .hentry .entry-header, .featured-article .article-wrap .hentry .entry-summary, .featured-article .article-wrap .hentry .entry-footer {
  margin: 0.5em 0;
}

.featured-article .article-wrap .hentry .entry-summary p {
  max-height: 4.5em;
  overflow: hidden;
}

.featured-article .article-wrap .hentry .entry-footer {
  clear: none;
}

.featured-article .article-wrap .hentry .button-links {
  margin: 1em 0 0 0;
}

.featured-article .article-wrap .hentry .button-links .button {
  margin: 0.375em 0.75em 0.375em 0;
}

.featured-article.has-thumbnail .article-wrap {
  padding-left: 280px;
}

@media (max-width: 768px) {
  .featured-article .article-image .image-caption {
    position: static;
  }
}

@media (max-width: 640px) {
  .featured-article .article-image {
    width: 200px;
  }
  .featured-article .article-wrap .hentry .entry-summary {
    display: none;
  }
  .featured-article.has-thumbnail .article-wrap {
    padding-left: 200px;
  }
}

@media (max-width: 520px) {
  .featured-article .article-image {
    width: auto;
    margin: 0;
    float: none;
  }
  .featured-article .article-image .image-wrap {
    padding-bottom: 90%;
  }
  .featured-article .article-image .image-wrap img {
    width: 100%;
    height: auto;
  }
  .featured-article .article-image .image-caption {
    display: none;
  }
  .featured-article .article-wrap {
    text-align: center;
  }
  .featured-article .article-wrap .hentry .button-links .button {
    margin: 0 0.375em 0.75em 0.375em;
  }
  .featured-article.has-thumbnail .article-wrap {
    padding-left: 0;
  }
}

.newsletter-signup {
  background: #A13535;
  color: #FFFFFF;
  text-align: center;
}

.newsletter-signup .button {
  background-color: #EBEBEB;
  color: #3F3F3F;
}

.newsletter-signup .button:hover, .newsletter-signup .button:focus {
  background-color: #C2AB83;
  color: #FFFFFF;
}

.newsletter-signup .content-wrap, .newsletter-signup .form-wrap {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  text-align: left;
}

.newsletter-signup .content-wrap {
  font-weight: 700;
  font-size: 1.25em;
}

.newsletter-signup .content-wrap p {
  margin: 0.75em 0;
}

.newsletter-signup .newsletter-signup-form:after {
  content: '';
  display: table;
  clear: both;
}

.newsletter-signup .newsletter-signup-form .newsletter-signup-email {
  float: left;
  padding-right: 20px;
}

.newsletter-signup .newsletter-signup-form .newsletter-signup-email input {
  border: 0;
  width: 240px;
  font-size: 1.125em;
}

.newsletter-signup .newsletter-signup-form .newsletter-signup-submit {
  float: left;
}

@media (max-width: 1024px) {
  .newsletter-signup .content-wrap {
    max-width: 260px;
  }
}

@media (max-width: 768px) {
  .newsletter-signup {
    padding: 10px 0 20px 0;
  }
  .newsletter-signup .content-wrap, .newsletter-signup .form-wrap {
    padding: 10px 0;
    text-align: inherit;
  }
  .newsletter-signup .content-wrap p {
    margin: 0;
  }
}

@media (max-width: 520px) {
  .newsletter-signup .newsletter-signup-form .newsletter-signup-email {
    padding: 0 0 10px 0;
    float: none;
  }
  .newsletter-signup .newsletter-signup-form .newsletter-signup-submit {
    padding: 10px 0 0 0;
    float: none;
  }
}

.app-graphic {
  position: relative;
}

.app-graphic img {
  display: block;
  width: 100%;
  height: auto;
}

.app-graphic .app-link {
  position: absolute;
  text-indent: -9999em;
  border-radius: 3px;
  overflow: hidden;
}

.app-graphic .app-link:hover, .app-graphic .app-link:focus {
  border: 1px solid #FFFFFF;
}

.app-graphic .app-google {
  top: 80.8%;
  left: 4.7%;
  width: 30%;
  height: 10.8%;
}

.app-graphic .app-apple {
  top: 80.8%;
  left: 37.3%;
  width: 30%;
  height: 10.8%;
}

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

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

.insurance-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;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}

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

.insurance-banner .bx-wrapper .bx-prev {
  left: 0px;
}

.insurance-banner .bx-wrapper .bx-next {
  right: 0px;
}

.insurance-banner a {
  display: block;
}

.insurance-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.sales-item .row {
  margin: 0 -15px;
}

.sales-item .column {
  padding: 0 15px 15px 15px;
}

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

.sales-item table.sales-item-meta {
  width: 100%;
  margin: 0;
}

.sales-item table.sales-item-meta tr {
  border-bottom: 1px solid #B3B3B3;
}

.sales-item table.sales-item-meta tr:last-child {
  border-bottom: 0;
}

.sales-item table.sales-item-meta td, .sales-item table.sales-item-meta th {
  padding: 0.25em 0.5em;
  border: 0;
  vertical-align: top;
  line-height: 1.25;
}

.locations .column {
  padding: 15px;
}

.locations .location-item {
  margin: 1.5em 0;
  border: 1px solid #B3B3B3;
  background: #EBEBEB;
}

.locations .location-map {
  margin: 0;
  border: 1px solid #B3B3B3;
}

.locations .location-map img {
  max-width: none;
}

.locations .location-map .marker {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
}

.locations .location-name {
  margin-top: 0.5em;
  font-size: 1.5em;
}

.locations .location-name small {
  margin-left: 0.25em;
  font-weight: normal;
  font-size: 60%;
}

.locations .location-name small:before {
  content: '(';
}

.locations .location-name small:after {
  content: ')';
}

.locations .location-contact .label {
  font-weight: bold;
}

.locations .location-hours-title {
  font-size: 1.25em;
}

.locations .location-hours {
  padding: 0;
  list-style-type: none;
}

.locations .location-hours .day {
  font-weight: bold;
}

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

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

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

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

table.tablepress {
  margin: 0 0 1.5em 0;
  border: 1px solid #B3B3B3;
}

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

.tablepress-table-description {
  margin: -1em 0 1.5em 0;
}

table.rates-table td:nth-child(n+2), table.rates-table th:nth-child(n+2) {
  text-align: center;
}

table.rates-table .column-2 {
  border-left: 1px solid #B3B3B3;
}

table.rates-table-1 thead th {
  color: #3F3F3F;
  background-color: #f9f9f9;
  font-weight: normal;
}

table.rates-table-1 .row-1 .column-1 {
  font-weight: bold;
}

table.rates-table-1 .row-2 td {
  color: #FFFFFF;
  background-color: #3F3F3F;
  font-weight: bold;
}

table.rates-table-1 .row-2 .column-1 {
  background-color: #C2AB83;
}

table.rates-table-2 thead th {
  color: #3F3F3F;
  background-color: #f9f9f9;
  font-weight: normal;
}

table.rates-table-2 .row-1 .column-1, table.rates-table-2 .row-2 .column-1 {
  font-weight: bold;
}

table.rates-table-2 .row-3 td {
  color: #FFFFFF;
  background-color: #3F3F3F;
  font-weight: bold;
}

table.rates-table-2 .row-3 .column-1 {
  background-color: #C2AB83;
}

table.rates-table-3 thead th {
  color: #3F3F3F;
  background-color: #f9f9f9;
  font-weight: normal;
}

table.rates-table-3 .row-1 .column-1, table.rates-table-3 .row-2 .column-1, table.rates-table-3 .row-3 .column-1 {
  font-weight: bold;
}

table.rates-table-3 .row-4 td {
  color: #FFFFFF;
  background-color: #3F3F3F;
  font-weight: bold;
}

table.rates-table-3 .row-4 .column-1 {
  background-color: #C2AB83;
}

.ctct-form-wrapper .ctct-form-field {
  margin: 1.5em 0;
}

.ctct-form-wrapper .ctct-form-field label {
  display: inline-block;
  min-width: 120px;
}

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

.accordion-title > * {
  margin: 0;
  padding: 0;
  font-size: 1.25em;
}

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

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

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

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

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

/*
===========================================================
 Page Styles
===========================================================
*/
@media (max-width: 768px) {
  .home .site-header .account-login {
    display: block;
  }
  .home .site-header .main-navbar ul.menu > li.menu-item-mobile {
    display: inline-block;
  }
  .home .site-header .main-navbar ul.menu > li.menu-item-mobile-interior {
    display: none;
  }
}

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

@media (min-width: 769px) and (max-width: 1024px) {
  .home .site-content .sidebar .widget_csk_employee_widget {
    width: calc(66.666666% - 30px);
  }
  .home .site-content .sidebar .widget_csk_employee_widget .image-wrap, .home .site-content .sidebar .widget_csk_employee_widget .content-wrap {
    display: inline-block;
    vertical-align: middle;
  }
  .home .site-content .sidebar .widget_csk_employee_widget .image-wrap {
    margin: 0 24px 0 0;
  }
}

.site-content.content-home .hentry h1 {
  font-size: 2em;
  color: #A13535;
}

.visa-access-cards .row {
  margin-left: -15px;
  margin-right: -15px;
}

.visa-access-cards .column {
  padding: 15px;
}

@media (min-width: 769px) {
  .visa-access-cards .column {
    text-align: center;
  }
}

.visa-access-cards .link {
  display: block;
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.5;
}

.visa-access-cards .link:hover {
  color: #3F3F3F;
}

.visa-access-cards .link:hover img {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}

.visa-access-cards .link img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 0 10px 0;
  border-radius: 10px;
}

.visa-access-cards .link span {
  display: block;
  margin: 10px 0;
}

@media (min-width: 769px) {
  .visa-access-cards .link img {
    max-height: 150px;
    margin-left: auto;
    margin-right: auto;
  }
  .visa-access-cards .link span {
    min-height: 3em;
  }
}

.visa-access-cards .rewards-link {
  text-decoration: underline;
}
