@charset "UTF-8";
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ================================================================
   Boilerplate - Base Styles 
   ================================================================ */
html, button, input, select, textarea {
  color: #222222;
}

body {
  font-family: "Lato", sans-serif;
  line-height: 1.4;
  overflow-y: scroll;
  background: #fff;
}

::-moz-selection {
  background: rgba(0, 105, 170, 0.75);
  text-shadow: none;
}

::selection {
  background: rgba(0, 105, 170, 0.75);
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
}

.image-fluid, .image-fluid img {
  max-width: none;
  width: 100%;
  height: auto;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden, .js .form-label-hide .sfTxtLbl {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .js .form-label-hide .focusable.sfTxtLbl:active,
.visuallyhidden.focusable:focus,
.js .form-label-hide .focusable.sfTxtLbl:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:after, .sfcommentsFieldsList:after, .page-meta:after, .sfBreadcrumbWrp .RadSiteMap .rsmFlow:after, .sf_pagerNumeric:after {
  content: "";
  display: table;
  clear: both;
}

.smallest {
  font-size: .8em;
}

.smaller {
  font-size: .9em;
}

.larger {
  font-size: 1.1em;
}

.largest {
  font-size: 1.2em;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.strike {
  text-decoration: line-through;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.nowrap {
  white-space: nowrap;
}

.breakforprint {
  page-break-after: always;
}

.floatRight {
  float: right;
}

.floatLeft {
  float: left;
}

.important {
  color: red;
  font-weight: bold;
  text-transform: uppercase;
}

.nowrap {
  white-space: nowrap;
}

*, *:before, *:after {
  box-sizing: border-box;
}

a[target="_blank"] {
  cursor: alias;
}

body span.gc-cs-link {
  color: inherit;
}
body span.gc-cs-link:hover {
  text-decoration: none;
}

.Sitefinity.RadEditor, .Sitefinity.RadEditor * {
  font-family: inherit;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 120002;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 120003;
  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: 120005;
}

.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: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-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;
  -ms-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: 120004;
}
.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: 120006;
  box-shadow: none;
}
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;
  filter: alpha(opacity=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;
  filter: alpha(opacity=100);
}
.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;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=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;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  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,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  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;
}

/* Main image in popup */
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;
}

/* The shadow behind the image */
.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) {
  /**
   * Remove all paddings around the image on small screen
   */
  .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);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.24
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.grabbing {
  cursor: url(/Images/vendor/owlcarousel/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* CSS3 Transitions */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
            transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
            transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
            transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.24
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

/* ================================================================
   Custom Font 
   - Icomoon
   ================================================================ */
@font-face {
  font-family: "icomoon";
  src: url("../Fonts/icomoon.eot");
  src: url("../Fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../Fonts/icomoon.woff") format("woff"), url("../Fonts/icomoon.ttf") format("truetype"), url("../Fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: attr(data-icon);
}

[class*="icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-left:before {
  content: "\e600";
}

.icon-chevron-right:before {
  content: "\e601";
}

.icon-envelop:before {
  content: "\e945";
}

.icon-printer:before {
  content: "\e954";
}

.icon-redo2:before {
  content: "\e968";
}

.icon-search:before {
  content: "\e986";
}

.icon-menu:before {
  content: "\e9bd";
}

.icon-plus:before {
  content: "\ea0a";
}

/* ================================================================
   Grid Framework 
   ================================================================ */
/* ================================================================
   Fluid Grid Styles 
   ================================================================ */
.container {
  position: relative;
  margin: 0px auto;
  padding: 0px;
  width: 100%;
  min-width: 16em;
  transition: all 0.1s linear;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 60em) {
  .container {
    width: 90%;
    max-width: 1024px;
  }
}

.container [class*="grid-"] {
  padding: 0 10px;
}

.gutterless {
  padding: 0 10px;
}

.gutterless > [class*="grid-"] {
  padding: 0;
}

@media (min-width: 0em) {
  .container [class*="grid-"] {
    position: relative;
    float: left;
    width: 100%;
  }

  .s-1half [class*="grid-"] {
    width: 50%;
  }

  .s-full-grid[class*="grid-"] {
    width: 100%;
  }
}
@media (min-width: 0em) and (max-width: 47.9em) {
  .s-m-1half [class*="grid-"] {
    width: 50%;
  }

  .s-m-1half [class*="push-"] {
    left: 50%;
  }

  .s-m-1half [class*="pull-"] {
    left: -50%;
  }

  .s-m-1third [class*="grid-"] {
    width: 33.333%;
  }

  .s-m-1third [class*="push-"] {
    left: 33.333%;
  }

  .s-m-1third [class*="pull-"] {
    left: -33.333%;
  }

  .container .s-m-grid-2 {
    width: 16.666%;
  }

  .container .s-m-grid-4 {
    width: 33.333%;
  }

  .container .s-m-grid-5 {
    width: 41.666%;
  }

  .container .s-m-grid-6 {
    width: 50%;
  }

  .container .s-m-grid-7 {
    width: 58.333%;
  }

  .container .s-m-grid-8 {
    width: 66.666%;
  }

  .container .s-m-grid-10 {
    width: 83.333%;
  }
}
@media (min-width: 48em) {
  .container .grid-1 {
    width: 8.333%;
  }

  .container .grid-2 {
    width: 16.666%;
  }

  .container .grid-2-5 {
    width: 20%;
  }

  .container .grid-3 {
    width: 25%;
  }

  .container .grid-4 {
    width: 33.333%;
  }

  .container .grid-5 {
    width: 41.666%;
  }

  .container .grid-6 {
    width: 50%;
  }

  .container .grid-7 {
    width: 58.333%;
  }

  .container .grid-8 {
    width: 66.666%;
  }

  .container .grid-9 {
    width: 75%;
  }

  .container .grid-9-5 {
    width: 80%;
  }

  .container .grid-10 {
    width: 83.333%;
  }

  .container .grid-11 {
    width: 91.666%;
  }

  .container .grid-12 {
    width: 100%;
  }

  .container .push-1 {
    left: 8.333%;
  }

  .container .push-2 {
    left: 16.666%;
  }

  .container .push-2-5 {
    left: 20%;
  }

  .container .push-3 {
    left: 25%;
  }

  .container .push-4 {
    left: 33.333%;
  }

  .container .push-5 {
    left: 41.666%;
  }

  .container .push-6 {
    left: 50%;
  }

  .container .push-7 {
    left: 58.333%;
  }

  .container .push-8 {
    left: 66.666%;
  }

  .container .push-9 {
    left: 75%;
  }

  .container .push-9-5 {
    left: 80%;
  }

  .container .push-10 {
    left: 83.333%;
  }

  .container .push-11 {
    left: 91.666%;
  }

  .container .push-12 {
    left: 100%;
  }

  .container .pull-1 {
    left: -8.333%;
  }

  .container .pull-2 {
    left: -16.666%;
  }

  .container .pull-2-5 {
    left: -20%;
  }

  .container .pull-3 {
    left: -25%;
  }

  .container .pull-4 {
    left: -33.333%;
  }

  .container .pull-5 {
    left: -41.666%;
  }

  .container .pull-6 {
    left: -50%;
  }

  .container .pull-7 {
    left: -58.333%;
  }

  .container .pull-8 {
    left: -66.666%;
  }

  .container .pull-9 {
    left: -75%;
  }

  .container .pull-9-5 {
    left: -80%;
  }

  .container .pull-10 {
    left: -83.333%;
  }

  .container .pull-11 {
    left: -91.666%;
  }

  .container .pull-12 {
    left: -100%;
  }

  .container .prefix-1 {
    margin-left: 8.333%;
  }

  .container .prefix-2 {
    margin-left: 16.666%;
  }

  .container .prefix-3 {
    margin-left: 25%;
  }

  .container .prefix-4 {
    margin-left: 33.333%;
  }

  .container .prefix-5 {
    margin-left: 41.666%;
  }

  .container .prefix-6 {
    margin-left: 50%;
  }

  .container .prefix-7 {
    margin-left: 58.333%;
  }

  .container .prefix-8 {
    margin-left: 66.666%;
  }

  .container .prefix-9 {
    margin-left: 75%;
  }

  .container .prefix-10 {
    margin-left: 83.333%;
  }

  .container .prefix-11 {
    margin-left: 91.666%;
  }

  .container .prefix-12 {
    margin-left: 100%;
  }

  .container .suffix-1 {
    margin-right: 8.333%;
  }

  .container .suffix-2 {
    margin-right: 16.666%;
  }

  .container .suffix-3 {
    margin-right: 25%;
  }

  .container .suffix-4 {
    margin-right: 33.333%;
  }

  .container .suffix-5 {
    margin-right: 41.666%;
  }

  .container .suffix-6 {
    margin-right: 50%;
  }

  .container .suffix-7 {
    margin-right: 58.333%;
  }

  .container .suffix-8 {
    margin-right: 66.666%;
  }

  .container .suffix-9 {
    margin-right: 75%;
  }

  .container .suffix-10 {
    margin-right: 83.333%;
  }

  .container .suffix-11 {
    margin-right: 91.666%;
  }

  .container .suffix-12 {
    margin-right: 100%;
  }
}
@media (min-width: 48em) and (max-width: 59.9em) {
  .m-1half [class*="grid-"] {
    width: 50%;
  }

  .m-1half [class*="push-"] {
    left: 50%;
  }

  .m-1half [class*="pull-"] {
    left: -50%;
  }

  .m-1third [class*="grid-"] {
    width: 33.333%;
  }

  .m-1third [class*="push-"] {
    left: 33.333%;
  }

  .m-1third [class*="pull-"] {
    left: -33.333%;
  }

  .m-1fourth [class*="grid-"] {
    width: 25%;
  }

  .m-1fourth [class*="push-"] {
    left: 25%;
  }

  .m-1fourth [class*="pull-"] {
    left: -25%;
  }

  .m-2thirds-left [class*="grid-"] {
    width: 50%;
  }

  .m-2thirds-left [class*="grid-"]:nth-child(2n) {
    width: 25%;
  }

  .m-2thirds-left [class*="grid-"]:nth-child(2n+1) {
    width: 75%;
  }

  .m-2thirds-left [class*="push-"] {
    left: 0;
  }

  .m-2thirds-left [class*="pull-"] {
    left: 0;
  }

  .m-2thirds-right [class*="grid-"] {
    width: 50%;
  }

  .m-2thirds-right [class*="grid-"]:nth-child(2n) {
    width: 75%;
  }

  .m-2thirds-right [class*="grid-"]:nth-child(2n+1) {
    width: 25%;
  }

  .m-2thirds-right [class*="push-"] {
    left: 0;
  }

  .m-2thirds-right [class*="pull-"] {
    left: 0;
  }

  .container .m-l-grid-6 {
    width: 50%;
  }
}
/* ================================================================
   Typography Styles
   ================================================================ */
h1 {
  font-size: 37px;
  font-size: 2.3125rem;
  color: #373737;
}

h2 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
  margin: 0 0 1em;
}

h3, h4, h5, h6 {
  color: #1e428a;
  font-weight: 400;
}

h3 {
  font-size: 1.25em;
}

h4 {
  font-size: 1.125em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.875em;
}

p {
  margin: 0 0 1.5em;
}

ul, ol {
  padding-left: 1.5em;
  margin: 0 0 1.5em;
}

a {
  color: #0069aa;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

table {
  margin: 1em 0;
  border: 1px solid #ccc;
}

td {
  border: 1px solid #ccc;
  background: #e6e6e6;
  padding: 0.2em 0.4em;
}

tr:nth-child(2n) td {
  background: #fff;
}

.btn, .module-list .item .more, .module .back, .sfFormSubmit [type="button"], .sfFormSubmit [type="submit"], .sfcommentsSubmitBtnWrp input[type="submit"], .button, button, input[type="button"] {
  display: inline-block;
  padding: 0.4em 1.5em;
  background: #0069aa;
  color: #fff;
  border: 0;
  font-family: "Lato", sans-serif;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
.btn:hover, .module-list .item .more:hover, .module .back:hover, .sfFormSubmit [type="button"]:hover, .sfFormSubmit [type="submit"]:hover, .sfcommentsSubmitBtnWrp input[type="submit"]:hover, .btn:focus, .module-list .item .more:focus, .module .back:focus, .sfFormSubmit [type="button"]:focus, .sfFormSubmit [type="submit"]:focus, .sfcommentsSubmitBtnWrp input[type="submit"]:focus, .button:hover, button:hover, input[type="button"]:hover, .button:focus, button:focus, input[type="button"]:focus {
  text-decoration: none;
  background: #004977;
}

/* ==========================================================================
   Global Modules
   ========================================================================== */
/* Item Lists Content
   ========================================================================== */
.module-list {
  display: block;
  margin: 0;
  padding: 0;
}
.module-list .item {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.module-list .item + .item {
  margin-top: 40px;
}
.module-list .item .title {
  margin: 0 0 10px;
  margin: 0 0 0.625rem;
}
.module-list .item .title a {
  text-decoration: none;
}
.module-list .item .title a:hover, .module-list .item .title a:focus {
  text-decoration: underline;
}
.module-list .item .meta {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.module-list .item .summary {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.module-list .item .more {
  text-transform: uppercase;
  font-size: 0.8em;
}

/* Item Module Content
   ========================================================================== */
.module .meta {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
.module .summary {
  margin-bottom: 1em;
  font-weight: bold;
}
.module .content {
  margin-bottom: 1em;
}
.module .back {
  text-transform: uppercase;
  font-size: 0.8em;
}

/* ==========================================================================
   Rail Modules
   ========================================================================== */
.actionBtn {
  background: #1646a8;
  border: 4px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 1.375em;
  padding: 15px 2px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 100px;
  float: left;
  letter-spacing: -2px;
  word-spacing: 2px;
  vertical-align: top;
  overflow: hidden;
  box-shadow: 0 0 0 0 transparent inset;
}
@media (min-width: 60em) {
  .actionBtn {
    max-width: 198px;
  }
}
@media (min-width: 48em) and (max-width: 59.9em) {
  .actionBtn {
    font-size: 1.2em;
  }
}
@media (min-width: 0em) and (max-width: 47.9em) {
  .actionBtn {
    border: 0;
    font-size: 1.125em;
    margin-bottom: 10px;
    letter-spacing: -1px;
    padding: 10px 2px;
  }
}
.actionBtn:hover, .actionBtn:focus {
  text-decoration: none;
}
.actionBtn:hover img, .actionBtn:focus img {
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.actionBtn span {
  display: block;
  width: 46px;
  height: 43px;
  transition: margin-top, 0.3s, ease-in;
}
.actionBtn span img {
  transition: all, 0.3s, ease-in;
}
.actionBtn.big {
  height: 218px;
}
.actionBtn.big:hover, .actionBtn.big:focus {
  box-shadow: 0 0 0 100px #2066f5 inset;
}
.actionBtn.big span {
  margin: 35px auto 16px;
}
@media (min-width: 0em) and (max-width: 47.9em) {
  .actionBtn.big {
    width: 100%;
    height: 169px;
  }
}
.actionBtn.medium {
  width: 100%;
  max-width: none;
}
.actionBtn.medium:before {
  margin: 0 auto;
}
.actionBtn.medium:hover, .actionBtn.medium:focus {
  box-shadow: 0 0 0 50px #2066f5 inset;
}
.actionBtn.medium span {
  margin: 0 auto;
}
@media (min-width: 0em) and (max-width: 47.9em) {
  .actionBtn.medium {
    width: 100%;
    height: 78px;
  }
}
.actionBtn.small:before {
  margin: 0 auto;
}
.actionBtn.small:hover, .actionBtn.small:focus {
  box-shadow: 0 0 0 50px #2066f5 inset;
}
.actionBtn.small span {
  margin: 0 auto;
}
@media (min-width: 0em) and (max-width: 47.9em) {
  .actionBtn.small {
    width: 100%;
    height: 78px;
  }
}
.actionBtn.red {
  background: rgba(255, 255, 255, 0.7);
  color: #1f264f;
  border-color: #d0262e;
}
.actionBtn.red.big:hover, .actionBtn.red.big:focus {
  box-shadow: 0 0 0 100px rgba(186, 0, 9, 0.7) inset;
}
.actionBtn.red.medium:hover, .actionBtn.red.medium:focus, .actionBtn.red.small:hover, .actionBtn.red.small:focus {
  box-shadow: 0 0 0 50px rgba(186, 0, 9, 0.7) inset;
}
.actionBtn.red:hover, .actionBtn.red:focus {
  border-color: #fff;
}

.sliderRCol .actionBtn {
  float: right;
}

.court-forms.big {
  background: url(../Images/layout/courtBg.jpg) no-repeat center bottom #1646a8;
}
@media (min-width: 48em) {
  .court-forms.big:hover, .court-forms.big:focus {
    background: url(../Images/layout/courtBgHover.jpg) no-repeat center bottom #2066f5;
    box-shadow: none;
  }
}

.filing-fees.small {
  background: url(../Images/layout/foldersBg.jpg) no-repeat left bottom #1646a8;
}
@media (min-width: 48em) {
  .filing-fees.small:hover, .filing-fees.small:focus {
    background: url(../Images/layout/foldersBg2.jpg) no-repeat left bottom #1646a8;
    box-shadow: none;
  }
}

.enhanced-access.medium {
  background: url(../Images/layout/dataBg.jpg) no-repeat center bottom #1646a8;
}
@media (min-width: 48em) {
  .enhanced-access.medium {
    margin-top: 18px;
  }
  .enhanced-access.medium:hover, .enhanced-access.medium:focus {
    background: url(../Images/layout/dataBg2.jpg) no-repeat center bottom #2066f5;
    box-shadow: none;
  }
}

.failure-insurance {
  margin-top: 18px;
}

.small-claims, .child-support, .faqs {
  margin-top: 18px;
}

/* ==========================================================================
   Slideshow Module
   ========================================================================== */
.sfPageEditorWrp .owl-wrapper-outer.autoHeight {
  height: auto !important;
}

@media (min-width: 0em) and (max-width: 47.9em) {
  .slideshow {
    padding: 0 0 20px 0;
  }
}

.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  top: 113px;
  background: rgba(0, 0, 0, 0.7);
  width: 42px;
  height: 58px;
  margin: -29px 0 0 0;
  padding: 0;
  font-size: 2.5em;
  border-radius: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -5%;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  vertical-align: middle;
  vertical-align: top;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -5%;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  vertical-align: middle;
  vertical-align: top;
}
.owl-theme .owl-controls .owl-buttons div:before {
  width: 42px;
  height: 58px;
  padding-top: 10px;
}
@media (min-width: 48em) and (max-width: 59.9em) {
  .owl-theme .owl-controls .owl-buttons div {
    top: 0;
    margin-top: 0;
  }
  .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 0;
  }
  .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0;
  }
}

.bottomHome {
  margin-top: 50px;
  max-width: 890px;
  padding: 0 6px;
}
@media (min-width: 48em) {
  .bottomHome .grid-3, .bottomHome .grid-3 div, .bottomHome .grid-3 ul {
    height: 100%;
  }
}

@media (min-width: 0em) and (max-width: 47.9em) {
  .topHome {
    margin-top: 15px;
  }

  .page-1 {
    max-width: 450px;
    margin: 0 auto;
  }

  .page-2, .page-3, .page-4 {
    display: none;
  }

  .bottomHome {
    margin: 0;
    max-width: none;
    padding: 0;
  }
}
@media (min-width: 48em) and (max-width: 59.9em) {
  .slideshow [class*="page-"] {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 890px;
  }

  .owl-buttons {
    max-width: 890px;
    margin: 0 auto;
    width: 100%;
  }

  .owl-theme .owl-controls .owl-buttons div {
    position: static;
  }
}
@media (min-width: 60em) {
  .owl-carousel {
    max-width: 890px;
    margin: 0 auto;
  }
}
@media (min-width: 72em) {
  .container .slideshow [class*="grid-"] {
    padding: 0 15px;
  }
}
/* ==========================================================================
   Testimonial Module
   ========================================================================== */
.testimonial {
  border: 4px solid #1646a8;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px 15px 19px 15px;
}
.testimonial:after {
  content: "";
  display: table;
  clear: both;
}
.testimonial .img-container {
  float: left;
  max-width: 107px;
  width: 18%;
}
.testimonial .img-container + div {
  margin-left: 123px;
}
.testimonial span {
  color: #2f2f2f;
  font-family: "Lato", sans-serif;
}
@media (min-width: 0em) and (max-width: 47.9em) {
  .testimonial {
    margin-bottom: 20px;
  }
  .testimonial .img-container {
    width: auto;
    max-width: none;
    margin-bottom: 15px;
    float: none;
    text-align: center;
  }
  .testimonial .img-container + div {
    margin: 0;
  }
  .testimonial strong {
    display: block;
  }
  .testimonial em {
    display: block;
    line-height: 30px;
  }
}

.links-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.links-list li {
  margin-top: 15px;
  display: table;
  width: 100%;
}
.links-list li a {
  background: rgba(22, 70, 168, 0.9);
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  padding: 0 8px;
  text-transform: capitalize;
  font-size: 1em;
  font-weight: bold;
  height: 100%;
  width: 100%;
  line-height: 100%;
  border: 1px solid #fff;
  box-shadow: 0 0 0 0 transparent inset;
}
.links-list li a:hover, .links-list li a:focus {
  text-decoration: none;
  box-shadow: 0 0 0 50px #2066f5 inset;
}
@media (min-width: 0em) and (max-width: 47.9em) {
  .links-list li a {
    height: 57px;
  }
}
@media (min-width: 48em) {
  .links-list li {
    margin: 0;
    height: 32%;
  }
  .links-list li:first-child + li {
    margin: 4% 0;
  }
}
@media (min-width: 72em) {
  .links-list li {
    height: 20%;
  }
  .links-list li:first-child + li {
    margin: 29.5% 0;
  }
}

/* ================================================================
   Pages Module
   ================================================================ */
.error-404, .formSuccess {
  background: #fff;
  padding: 20px;
  text-align: center;
}

.error-404 h2 {
  font-size: 9.375em;
  color: #be0000;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #0c0c0c;
}

.formSuccess p {
  font-size: 1.5625em;
  margin-bottom: 1em;
}

@media (min-width: 48em) {
  .interior-container {
    overflow: hidden;
    margin-bottom: 50px;
    min-height: 500px;
  }
  .interior-container .interior-content {
    padding: 0;
    z-index: 1;
    box-shadow: -7px 0px 13px -8px #747474;
  }
  .interior-container .rail-content {
    padding: 0;
  }
  .interior-container .interior-content, .interior-container .rail-content {
    padding-bottom: 9999px;
    margin-bottom: -9999px;
  }
}
@media (min-width: 0em) and (max-width: 47.9em) {
  .interior-container .rail-content {
    padding: 0;
  }
}

.rail-content {
  background: #efefef;
}

.interior-content {
  background: #fff;
}

@media (min-width: 0em) and (max-width: 47.9em) {
  .interior-container .interior-content {
    padding: 0;
  }
}

.page-title .title {
  color: #3b3b3b;
  font-size: 1.5em;
  text-transform: uppercase;
  padding: 15px 25px;
  margin: 0;
  float: left;
  font-weight: 400;
}
@media (min-width: 48em) and (max-width: 59.9em) {
  .page-title .title {
    max-width: 65%;
  }
}
@media (min-width: 72em) {
  .page-title .title {
    font-size: 1.875em;
  }
}

.page-title.social-tools {
  background: #efefef;
}
@media (min-width: 72em) {
  .page-title.social-tools {
    max-height: 77px;
  }
}

.interior-main-content {
  padding: 20px 25px 38px 25px;
}

/* ================================================================
   News Module
   ================================================================ */
.news-rail {
  background: #244fa5;
  color: #fff;
  padding: 22px 17px;
}
.news-rail ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-rail .title {
  color: inherit;
  text-transform: uppercase;
  font-size: 1.1875em;
  margin: 0 0 0.8em 0;
}
.news-rail .summary:after {
  content: "";
  display: table;
  clear: both;
}
.news-rail .summary:before {
  content: "";
  background: url(../Images/layout/icons/newsIcon.png);
  width: 38px;
  height: 30px;
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.news-rail .sfnewsFullStory {
  text-transform: uppercase;
  text-decoration: underline;
  color: inherit;
  font-size: 0.875em;
}

.fullNewsList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fullNewsList li {
  margin: 1em 0;
}
.fullNewsList .title {
  margin-bottom: 0.5em;
}
.fullNewsList .title a {
  font-size: 1.25em;
  color: #1e428a;
  font-weight: 400;
}
.fullNewsList .title a:hover, .fullNewsList .title a:focus {
  color: #be0000;
}
.fullNewsList .date, .fullNewsList .summary {
  color: #3b3b3b;
  font-size: 0.9375em;
}

.singleNews .title {
  font-size: 1.25em;
  color: #1e428a;
  font-weight: 400;
}
.singleNews .img-container {
  max-width: 300px;
  margin: 1em 0;
}
.singleNews .authorAndDate, .singleNews .content {
  color: #3b3b3b;
  font-size: 0.9375em;
}

/* ================================================================
   Faqs Module
   ================================================================ */
.faqList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.faqList > li {
  border-top: 1px solid #1b1b1b;
}
.faqList > li:first-child {
  border-top: 0;
}
.faqList .question {
  position: relative;
  padding: .7em 30px .7em 0;
  cursor: pointer;
  margin: 0;
}
.faqList .question:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  vertical-align: middle;
  transition: all, 0.3s, ease-in;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -9.5px;
}
.faqList .question.active:after {
  color: #be0000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faqList .answer {
  display: none;
  margin-bottom: 1.5em;
  padding-right: 30px;
}
.faqList .answer.active {
  display: block;
}

/* ================================================================
   Contact Us Module
   ================================================================ */
.contactUsRail {
  margin: 10px;
  font-size: 0.8em;
  border-top: 1px solid #c4c4c4;
  padding-top: 10px;
}
.contactUsRail a {
  color: #be0000;
  display: inline-block;
  word-break: break-all;
  word-break: break-word;
}

/* ================================================================
   Locations Module
   ================================================================ */
.locationDetails {
  padding: 10px;
}
.locationDetails .locationTitle {
  color: #be0000;
  font-size: 1em;
  margin-bottom: 0.5em;
}
.locationDetails h4 {
  font-size: 0.9em;
  margin-bottom: 0.3em;
}
.locationDetails p {
  font-size: 0.8em;
}
.locationDetails a {
  color: #be0000;
  display: inline-block;
  word-break: break-all;
  word-break: break-word;
}

/* ================================================================
   Interior Main Content Module
   ================================================================ */
.interior-main-content {
  color: #3b3b3b;
  font-size: 0.9375em;
}
.interior-main-content p, .interior-main-content div, .interior-main-content li, .interior-main-content span, .interior-main-content address, .interior-main-content pre {
  color: inherit;
  font-size: inherit;
}
.interior-main-content a {
  color: #be0000;
}
.interior-main-content a.basicBtn {
  color: #fff;
}
.interior-main-content input[type="text"], .interior-main-content input[type="password"], .interior-main-content textarea, .interior-main-content select {
  border-color: #1d1d1d;
}
.interior-main-content .sfError {
  color: #be0000;
  font-size: 0.9em;
}
.interior-main-content li {
  list-style-type: disc;
  position: relative
  /*&:before{
  	content: "";
  	font-size: 2em;
  	background: grey;
  	position: absolute;
  	margin: 0 5px;
  	left: -20px;
  	top: 9px;
  	width: 	4px;
  	height: 4px;
  	
  	@include border-radius(50%);
  }*/
}

/* ==========================================================================
   FAQ Modules
   ========================================================================== */
.faq-legend {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 2em;
  background: #f2f2f2;
  border: 1px solid #cccccc;
}
.faq-legend ol {
  margin: 0;
  padding: 0 0.5em 0 15px;
}
.faq-legend li {
  list-style-type: square;
}
.faq-legend li + li {
  margin-top: 0.2em;
}
.faq-legend li a {
  text-decoration: none;
}
.faq-legend li a:hover, .faq-legend li a:focus {
  text-decoration: underline;
}

.faq-details .module-list .item + .item {
  margin-top: 20px;
}
.faq-details .item .title {
  padding-right: 40px;
}
.faq-details .item .top {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #cccccc;
}
.faq-details .item .top:hover, .faq-details .item .top:focus {
  text-decoration: underline;
}
.faq-details .item .top:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 4px;
  width: 0px;
  height: 0px;
  margin-right: 4px;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #cccccc transparent;
}

/* ================================================================
   Generic Form Styles
   ================================================================ */
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"] {
  color: #383838;
  font-weight: 300;
  border: 1px solid transparent;
  height: 30px;
  height: 1.875rem;
  padding: 5px 13px;
  background: #ffffff;
  vertical-align: top;
  font-size: 22px;
  font-size: 1.375rem;
  transition: all 0.2s ease-out;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus {
  outline: none;
}

input[type="checkbox"],
input[type="radio"] {
  /*margin-right: 2px;
  border-radius: 0;
  background: none;*/
}

select {
  color: #383838;
  font-weight: 300;
  border: 1px solid transparent;
  background: #ffffff;
  height: 30px;
  height: 1.875rem;
  font-size: 22px;
  font-size: 1.375rem;
}
select:focus {
  outline: none;
}

textarea {
  color: #383838;
  padding: 10px 13px;
  font-size: 1em;
  border: 1px solid transparent;
  border-radius: 0;
  min-height: 100px;
  background: #ffffff;
  transition: all 0.2s ease-out;
}
textarea:focus {
  outline: none;
}

.sfreContentArea {
  background: #ffffff;
}

button, input[type="button"] {
  font-size: 22px;
  font-size: 1.375rem;
}

/* ================================================================
   Sitefinity Form Styles
   ================================================================ */
.sfTxtLbl {
  font-weight: bold;
  display: block;
}

.Sitefinity.RadEditor .reContentCell {
  border: none;
}
.Sitefinity.RadEditor .reContentCell iframe {
  border: 1px solid transparent;
  border-radius: 0;
}

.sfError {
  color: red;
}

.sfTxt {
  width: 100%;
}

.sfCheckListBox, .sfRadioList {
  display: block;
  margin-left: 1em;
}

.sfTxtBoxSmall .sfTxt {
  max-width: 120px;
}

.sfTxtBoxMedium .sfTxt {
  height: 35px;
  padding: 2px 5px;
  font-size: 1.2em;
  color: #000;
  max-width: none;
}

.sfTxtBoxLarge .sfTxt {
  max-width: 400px;
}

.sfFormBox, .sfFormBlock, .sfFormDropdown, .sfFormCheckboxlist, .sfFormBlock, .sfFormRadiolist {
  margin-bottom: 1em;
}

.sfFormSubmit {
  margin: 0.5em 0;
}

.sfExample {
  font-size: 11px;
  line-height: 1.4em;
  margin: 0.5em 0 1em;
}

/* ================================================================
   Request a Document Form
   ================================================================ */
.sFRRForm .sfTxtBoxMedium, .hAWDF .sfTxtBoxMedium {
  min-height: 75px;
}
.sFRRForm input[type="submit"], .hAWDF input[type="submit"] {
  margin-left: 0;
}

/* ================================================================
Menu Styles
================================================================ */
/* Menu Toggle Styles */
.menu-toggle {
  color: #be0000;
  display: inline-block;
  text-align: left;
  font-size: 2em;
}
.menu-toggle.active {
  color: #fff;
}
.menu-toggle:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.no-js .menu-toggle {
  display: none;
}
@media (min-width: 60em) {
  .menu-toggle {
    display: none;
  }
}

.menu-toggle-container {
  text-align: left;
}

/* Menu Core Styles */
.menu, .menu li, .menu ul {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.menu {
  background: #fff;
  display: none;
}
.menu.active {
  display: block;
}
@media (min-width: 60em) {
  .menu.active {
    display: table;
  }
}
@media (min-width: 60em) {
  .menu {
    display: block;
  }
}
.menu a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #222222;
  z-index: 1;
  text-align: center;
  padding: 11px 0;
  font-size: 1.125em;
}
.menu a:hover, .menu a:focus {
  text-decoration: none;
  color: #be0000;
}
.menu ul {
  display: none;
}
.menu ul.active {
  display: block;
}
.menu ul a {
  font-size: 1em;
  text-align: left;
  border-top: 1px solid #e5e5e5;
  padding: 11px;
}

/* Menu Theme Styles */
@media (min-width: 0em) and (max-width: 59.9em) {
  .menu {
    z-index: 9999;
    position: absolute;
    width: 100%;
    top: 0;
    border-bottom: 1px solid #000;
  }
  .menu a {
    padding: 1em;
    color: #222;
    background: #fff;
    text-align: left;
  }
  .menu a.has-sub:after {
    position: absolute;
    right: 20px;
    margin-top: -9px;
    top: 50%;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: inline-block;
    vertical-align: middle;
    transition: all, 0.3s, ease-in;
  }
  .menu a.has-sub.active:after {
    color: #be0000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu ul a {
    padding: 1em 2em;
  }
  .menu ul ul a {
    padding: 1em 3em;
  }
}
@media (min-width: 60em) {
  .menu {
    display: table;
    width: 100%;
    padding: 0 100px;
    top: -10px;
  }
  .menu:before, .menu:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 59px;
    height: 48px;
    top: -7px;
  }
  .menu:before {
    background: url(../Images/layout/left-ribbon.png) no-repeat 0 0 transparent;
    left: -48px;
  }
  .menu:after {
    background: url(../Images/layout/right-ribbon.png) no-repeat 0 0 transparent;
    right: -48px;
  }
  .menu > li {
    display: table-cell;
  }
  .menu .menu-item-wrap {
    position: relative;
  }
  .menu ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    width: 100%;
    min-width: 13.7em;
    background: #fff;
  }
  .menu ul ul {
    top: 0;
    left: 100%;
  }
  .menu > li:last-child ul {
    right: 0;
    left: auto;
  }
  .menu > li:last-child ul ul {
    right: 100%;
  }
}

/* ==========================================================================
   Comments - Styles
   ========================================================================== */
/* Comments
   ========================================================================== */
.sfcommentsFormWrp, .sfcommentsListWrp {
  margin-top: 20px;
}

.sfcommentsTitle {
  margin-bottom: 10px;
}

/* Comment List
   ========================================================================== */
.sfcommentsList {
  display: block;
  margin: 0 0 20px;
  padding: 0;
}
.sfcommentsList > li {
  position: relative;
  display: block;
  margin: 0;
  padding: 20px;
  background: #f2f2f2;
}
.sfcommentsList > li + li {
  margin-top: 20px;
}

.sfcommentNumber {
  display: none;
}

.sfcommentDate:before {
  content: ' - ';
}

/* Post Comment
   ========================================================================== */
.sfcommentsFieldsList {
  display: block;
  margin: 0;
  padding: 0;
}
.sfcommentsFieldsList > li {
  position: relative;
  display: block;
  margin: 0 0 1em;
}
@media (min-width: 48em) {
  .sfcommentsFieldsList > li {
    width: 33.33%;
    padding: 0 10px;
    float: left;
  }
  .sfcommentsFieldsList > li:nth-child(3n) {
    padding-right: 0;
  }
  .sfcommentsFieldsList > li:nth-child(3n-2) {
    padding-left: 0;
  }
}
.sfcommentsFieldsList > li.sfcommentEditor {
  float: none;
  width: auto;
  clear: both;
  padding-right: 0;
  padding-left: 0;
}
.sfcommentsFieldsList > li.sfcommentEditor .reToolbarWrapper {
  position: absolute;
  top: -6px;
  right: 0;
  margin-right: 0 !important;
}
.sfcommentsFieldsList > li.sfcommentEditor .sfMoreTools {
  min-width: 0 !important;
}
.sfcommentsFieldsList .sfTxt {
  width: 100%;
}
.sfcommentsFieldsList .sfTxtLbl {
  font-weight: bold;
}
.sfcommentsFieldsList .sfNote {
  font-size: 0.9em;
  font-weight: normal;
  font-style: normal;
}

.sfcommentsField .reBottomTable {
  display: none;
}

/* ================================================================
   Search Form
   ================================================================ */
.sfsearchBox {
  width: 434px;
  padding: 6px 8px;
  margin: 40px auto;
  background: rgba(0, 0, 0, 0.3);
}
.sfsearchBox:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 0em) and (max-width: 47.9em) {
  .sfsearchBox {
    background: #b2b2b2;
    width: 100%;
    margin: 0;
    text-align: center;
  }
}

input[type="text"].sfsearchTxt {
  width: 350px;
  height: 46px;
}
@media (min-width: 0em) and (max-width: 47.9em) {
  input[type="text"].sfsearchTxt {
    width: 240px;
    display: inline-block;
    font-size: 1em;
    height: 33px;
    font-size: 1em;
  }
}

label.sfsearchSubmit {
  float: right;
  width: 46px;
  height: 46px;
  margin-right: 5px;
  position: relative;
}
label.sfsearchSubmit:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.7em;
  margin: -13.5px 0 0 -13.5px;
  z-index: 1;
}
label.sfsearchSubmit input {
  background: none;
  border: 0;
  width: 46px;
  height: 46px;
  position: absolute;
  z-index: 2;
}
@media (min-width: 0em) and (max-width: 47.9em) {
  label.sfsearchSubmit {
    float: none;
    display: inline-block;
    height: 33px;
    width: 33px;
    margin: 0;
  }
  label.sfsearchSubmit:before {
    width: 33px;
    height: 33px;
  }
  label.sfsearchSubmit input {
    position: relative;
    width: 33px;
    height: 33px;
  }
}

::-webkit-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

/* ================================================================
   Search Results
   ================================================================ */
.sfsearchResultsWrp dd {
  margin-left: 0;
}
.sfsearchResultsWrp .sfsearchResultTitle {
  display: inline-block;
  margin-top: 1em;
}
.sfsearchResultsWrp .sfsearchResultTitle a {
  color: #1e428a;
  font-size: 1.25em;
}
.sfsearchResultsWrp .sfsearchResultTitle a:hover, .sfsearchResultsWrp .sfsearchResultTitle a:focus {
  color: #be0000;
}
.sfsearchResultsWrp .sfsearchResultTitle:first-child {
  margin-top: 0;
}
.sfsearchResultsWrp .sfsearchResultHighLighter {
  font-size: 0.9375em;
  color: #3b3b3b;
}
.sfsearchResultsWrp .sfsearchResultSnippet {
  display: none;
}
.sfsearchResultsWrp .sfsearchResultUrl {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
}
.sfsearchResultsWrp .sfsearchResultUrl a {
  display: inline-block;
  font-weight: normal;
  color: #1745a3;
}
.sfsearchResultsWrp .sfsearchResultUrl a:before {
  content: '(';
}
.sfsearchResultsWrp .sfsearchResultUrl a:after {
  content: ')';
}

/* ================================================================
   Photos Styles
   ================================================================ */
.gallery {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 50px;
  text-align: center;
}
.gallery li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.gallery-item {
  display: block;
  width: 200px;
  height: 200px;
  overflow: hidden;
  transition: all 0.2s ease-out;
  box-shadow: 0 0 0em #222222;
}
.gallery-item:hover, .gallery-item:focus {
  box-shadow: 0 0 1em #222222;
}
.gallery-item img {
  min-width: 200px;
  min-height: 200px;
  max-width: initial;
}

.gallery-item-comment {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  padding: 4px 8px;
  text-transform: uppercase;
  background-color: #a2a2a2;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 12px;
  line-height: 0.75rem;
}
.gallery-item-comment:after {
  padding-left: 2px;
}
.gallery-item-comment:hover, .gallery-item-comment:focus {
  background-color: #555555;
}
.gallery-item-comment.sfcommentsEmpty {
  display: none;
}

/* Nav Rail
================================================================ */
.nav-rail {
  padding-left: 10px;
}
@media (min-width: 0em) and (max-width: 47.9em) {
  .nav-rail {
    padding: 0 10px;
    background: #efefef;
    box-shadow: 0 5px 19px -7px #000 inset;
  }
}

.nav-rail-list {
  display: block;
  margin: 0;
  padding: 0 20px 15px 0;
  background: transparent;
}
.nav-rail-list ul, .nav-rail-list li {
  display: block;
  margin: 0;
  padding: 0;
}
.nav-rail-list ul {
  display: none;
}
.nav-rail-list > li {
  display: none;
}
.nav-rail-list > li.active {
  display: block;
}
.nav-rail-list > li.active > a {
  border-top: 0;
}
.nav-rail-list > li.active > .sfSel {
  display: none;
}
.nav-rail-list .active > ul {
  display: block;
}
.nav-rail-list a {
  display: block;
  position: relative;
  padding: 12px 10px 12px 0;
  background: transparent;
  color: #3b3b3b;
  font-family: "Lato", sans-serif;
  border-top: 1px solid #c4c4c4;
  font-size: 18px;
  font-size: 1.125rem;
  transition: all 0.2s ease-out;
}
.nav-rail-list a:hover, .nav-rail-list a:focus, .nav-rail-list a.sfSel {
  color: #be0000;
  text-decoration: none;
}
@media (min-width: 0em) and (max-width: 47.9em) {
  .nav-rail-list a {
    margin: 0;
    padding: 12px 10px;
  }
}
.nav-rail-list a.sfSel + ul {
  display: block;
}
.nav-rail-list ul li {
  border-top: 1px solid #c4c4c4;
}
.nav-rail-list ul li a {
  font-size: 1em;
  padding-left: 10px;
}
.nav-rail-list ul li ul li a {
  font-size: .8em;
  padding-left: 15px;
}
.nav-rail-list li:first-child a {
  border-top: none;
}

/* ================================================================
   Page Meta Area
    - Breadcrumbs
    - Page Tools
   ================================================================ */
.page-meta {
  margin-bottom: 2em;
}

/* Page Tools (Print | Email | Share)
   ================================================================ */
.page-tools {
  display: none;
  float: right;
  padding-right: 1em;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 48em) {
  .page-tools {
    display: block;
  }
}
.page-tools ul {
  display: block;
  margin: 0;
  padding: 0;
}
.page-tools li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.page-tools a {
  display: block;
  padding: 0 0.5em;
  line-height: 1em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  color: #231f20;
  font-size: 14px;
  font-size: 0.875rem;
}
.page-tools a:before {
  margin-right: 0.4em;
}
.page-tools .at4-icon.aticon-email, .page-tools .at4-icon.aticon-print, .page-tools .at4-icon.aticon-compact, .page-tools .at4-icon.aticon-more, .page-tools .at4-icon.aticon-expanded, .page-tools .at4-icon.aticon-addthis {
  background: none !important;
}
.page-tools .at-share-btn.at-svc-email, .page-tools .at-share-btn.at-svc-print, .page-tools .at-share-btn.at-svc-compact {
  background: none !important;
}
.page-tools .at-share-btn.at-svc-email:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  vertical-align: middle;
  font-size: 1.3em;
}
.page-tools .at-share-btn.at-svc-print:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  vertical-align: middle;
  font-size: 1.3em;
}
.page-tools .at-share-btn.at-svc-compact:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  vertical-align: middle;
  font-size: 1.3em;
}
.page-tools .at-share-tbx-element.addthis_20x20_style .at-share-btn {
  font-size: 1.5em;
  max-width: 40px !important;
  max-height: 40px !important;
}

/* Breadcrumbs
   ================================================================ */
/* Instructions:

#Breadcrumbs

 - Make sure you remove the Separator (or "crumb") from the widget by removing all the contents from the widget's Advanced -> NodeSeperatorMarkup. There's almost never a time when we can't add the behavior we want to a :before state.
 - We have different crumb styles predefined. Currently we have [triangle, font] but will add [dot, line, image, none]

*/
.sfBreadcrumbWrp {
  display: none;
  float: none;
  padding: 10px 25px;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
}
.sfBreadcrumbWrp .RadSiteMap {
  color: inherit;
  font-family: inherit;
}
.sfBreadcrumbWrp .RadSiteMap .rsmFlow {
  text-align: left;
  padding-bottom: 0;
}
.sfBreadcrumbWrp .RadSiteMap .rsmItem {
  position: relative;
  font-size: inherit;
  font-weight: normal;
  display: block;
  float: left;
  clear: none;
}
.sfBreadcrumbWrp .RadSiteMap .rsmItem + .rsmItem {
  padding-left: 20px;
}
.sfBreadcrumbWrp .RadSiteMap .rsmItem + .rsmItem:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 9px;
  width: 0px;
  height: 0px;
  content: '>';
  margin-top: -8px;
  margin-left: -2px;
  line-height: 1em;
  font-family: "Lato", sans-serif;
  color: #231f20;
}
.sfBreadcrumbWrp .RadSiteMap .rsmItem + .rsmItem:last-child .rsmLink {
  color: #6b6b6b;
  cursor: default;
}
.sfBreadcrumbWrp .RadSiteMap .rsmItem .rsmLink {
  display: block;
  padding: 0;
  color: #231f20;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}
.sfBreadcrumbWrp .RadSiteMap .rsmItem .rsmLink:hover, .sfBreadcrumbWrp .RadSiteMap .rsmItem .rsmLink:focus {
  border: none;
  background: none;
}
@media (min-width: 48em) {
  .sfBreadcrumbWrp {
    display: block;
  }
}

.sfBreadcrumbNodeSeparator {
  display: none;
}

/* ================================================================

#Pagination

Standard Sitefinity pager. Builds off of the format: 

`<div class="sf_pagerNumeric"><a class="sf_PagerCurrent" href="#">1</a><a href="#">2</a><a href="#">3</a><a href="#">4</a></div>`

   ================================================================ */
.sf_pagerNumeric {
  margin: 0 0 1em;
  text-align: right;
}
.sf_pagerNumeric a {
  display: inline-block;
  padding: 0 0.2em;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #0069aa;
}
.sf_pagerNumeric a:hover, .sf_pagerNumeric a:focus {
  text-decoration: underline;
}
.sf_pagerNumeric a.disabled {
  color: #999999;
}
.sf_pagerNumeric a.disabled:hover, .sf_pagerNumeric a.disabled:focus {
  text-decoration: none;
}
.sf_pagerNumeric span {
  display: inline-block;
  padding: 0 0.2em;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #999999;
}
.sf_pagerNumeric .next:before {
  content: '';
  position: relative;
  top: -2px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #0069aa;
}
.sf_pagerNumeric .next.disabled:before, .sf_pagerNumeric .next:hover:before, .sf_pagerNumeric .next:focus:before {
  border-color: transparent transparent transparent #999999;
}
.sf_pagerNumeric .prev:before {
  content: '';
  position: relative;
  top: -2px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 5px 3px 0;
  border-color: transparent #0069aa transparent transparent;
}
.sf_pagerNumeric .prev.disabled:before, .sf_pagerNumeric .prev:hover:before, .sf_pagerNumeric .prev:focus:before {
  border-color: transparent #999999 transparent transparent;
}
.sf_pagerNumeric .sf_PagerCurrent {
  color: #999999;
}
.sf_pagerNumeric .sf_PagerCurrent:hover, .sf_pagerNumeric .sf_PagerCurrent:focus {
  text-decoration: none;
}

/* ================================================================
   Tab Styles
   ================================================================ */
/* Responsive Tabs */
/* Mobile First */
.tab-section {
  background: #e8e8e8;
  border: 1px solid #222;
}

.tab-section + .tab-section {
  border-top-width: 0;
}

.tab-content {
  padding: 1em;
  background: #fff;
}

.js .tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-nav {
  display: none;
}

.tab-header {
  display: block;
  padding: 1em;
  color: #5a5a5a;
  cursor: pointer;
  text-decoration: none;
}

.tab-header:hover, .tab-header:focus {
  background: #dcdcdc;
  text-decoration: none;
}

.js .tab-header:before {
  content: '\2b\a0';
}

.js .tab-header.active:before {
  content: '\2013\a0';
}

/* Large View - for most sites, min-width should be 60em or 40em, for this demo it's 30em */
@media (min-width: 30em) {
  .tab-nav {
    display: block;
  }

  .tab-nav a {
    display: block;
    padding: 0.5em 1.5em;
    float: left;
    background: #e8e8e8;
    color: #5a5a5a;
    text-decoration: none;
  }

  .tab-nav a:hover, .tab-nav a:focus {
    text-decoration: none;
    background: #fff;
  }

  .tab-nav a.active {
    background: #fff;
  }

  .tab-header {
    display: none;
  }

  .tab-content {
    padding: 1em;
  }

  .tab-section {
    display: none;
  }

  .tab-section + .tab-section {
    border-top-width: 1px;
  }

  .tab-section.active {
    display: block;
  }

  .tab-section.active .tab-content {
    display: block;
  }

  .no-js .tab-section {
    display: block;
  }
}
/* ================================================================
   Sitemap Styles
   ================================================================ */
.sitemap-section-heading, .sitemap > ul > li > a {
  display: block;
  padding: 0.5em 20px;
  margin-bottom: 0.5em;
  background: #0069aa;
  color: #fff;
  text-decoration: none;
}
.sitemap-section-heading:hover, .sitemap > ul > li > a:hover, .sitemap-section-heading:focus, .sitemap > ul > li > a:focus {
  background: #004977;
  text-decoration: none;
}

.sitemap ul, .sitemap li {
  display: block;
  margin: 0;
  padding: 0;
}
.sitemap a {
  position: relative;
  display: block;
  font-weight: bold;
  line-height: 1.2em;
  padding: 4px 0;
}
.sitemap > ul > li {
  display: inline-block;
  width: 300px;
  margin-bottom: 2em;
  vertical-align: top;
}
.sitemap > ul > li ul {
  margin-left: 20px;
}
.sitemap > ul > li ul ul {
  margin-left: 10px;
}
.sitemap > ul > li ul ul a {
  font-size: 0.9em;
}
.sitemap > ul > li ul ul ul a {
  font-weight: normal;
  color: #222222;
}
.sitemap > ul > li > ul > li {
  position: relative;
}
.sitemap > ul > li > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  z-index: 2;
  height: 100%;
  width: 1px;
  background: #7fb4d4;
}
.sitemap > ul > li > ul > li:first-child:before {
  height: 100%;
  top: 1em;
}
.sitemap > ul > li > ul > li:last-child:before {
  height: 8px;
}
.sitemap > ul > li > ul > li:first-child:last-child:before {
  height: 0;
}
.sitemap > ul > li > ul > li > a:after {
  content: '';
  position: absolute;
  top: 1em;
  left: -14px;
  z-index: 3;
  height: 8px;
  width: 8px;
  margin-top: -6px;
  background: #7fb4d4;
  border-radius: 8px;
}

/* ================================================================
   PRIMARY LAYOUT STYLES 
   ================================================================ */
a {
  color: #222222;
  text-decoration: none;
  transition: all, 0.3s, ease-in;
}
a:hover, a:focus {
  text-decoration: underline;
}
a[target="_blank"] {
  cursor: pointer;
}
a.pdf:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../Images/layout/pdfLogo.png) no-repeat 0 0 transparent;
  background-size: 16px 16px;
}

.basicBtn, .sfFormSubmit input[type="submit"] {
  background: #1745a3;
  color: #fff;
  display: inline-block;
  border: 0;
  font-weight: 400;
  padding: 5px 10px;
  text-transform: uppercase;
  margin: 5px 10px;
  text-align: center;
  vertical-align: top;
  max-width: 200px;
}
.basicBtn:hover, .basicBtn:focus, .sfFormSubmit input[type="submit"]:hover, .sfFormSubmit input[type="submit"]:focus {
  background: #be0000;
  text-decoration: none;
}

html, body, form {
  height: 100%;
}

.mainBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mainBg div {
  height: 100%;
}
.mainBg img {
  height: 100%;
  width: 100%;
  display: block;
}
@media (min-width: 0em) and (max-width: 59.9em) {
  .mainBg {
    width: 1920px;
  }
  .mainBg img {
    width: 1920px;
  }
}

.page {
  position: relative;
  z-index: 2;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
}

.sfPageEditorWrp .mainBg {
  position: relative;
  height: 50px;
}

/* ================================================================
   Header
   ================================================================ */
header {
  color: #fff;
  background: rgba(23, 69, 163, 0.9);
  padding: 9px 0 20px 0;
  font-weight: 900;
}
header h1 {
  margin: 0;
  position: relative;
}
header h1 a {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}
header h1 a span {
  display: inline-block;
  margin-right: 10px;
}
header h1 a:hover, header h1 a:focus {
  text-decoration: none;
}
@media (min-width: 48em) {
  header h1:after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 58px;
    background: #fff;
    margin: 0 0 0 20px;
    position: absolute;
    top: 15px;
    box-shadow: 1px 1px 1px #fff;
  }
}
header .pageName {
  display: inline-block;
}
header .pageName p {
  text-transform: uppercase;
  position: relative;
  height: 20px;
  line-height: 0;
  clear: both;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
header .pageName p span {
  background-image: url(../Images/layout/of.png);
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  font-size: 0;
  text-indent: -9999px;
}
header .pageName p + span {
  float: right;
  text-transform: capitalize;
  font-style: italic;
  font-weight: 400;
}
@media (min-width: 0em) {
  header .grid-12 > div {
    text-align: center;
  }
  header .pageName {
    text-align: center;
    margin: 0;
  }
  header p {
    margin: 40px 0 0 0;
    font-size: 1.1em;
  }
  header p + span {
    font-size: 0.9375em;
  }
  header p span {
    background-size: 50px auto;
    width: 50px;
    height: 60px;
    top: -25px;
    margin: 0 -10px;
  }
  header #google_translate_element {
    display: none;
  }
}
@media (min-width: 0em) and (max-width: 47.9em) {
  header h1 {
    display: block;
    font-size: 1.2em;
  }
  header h1 img {
    display: none;
  }
  header p {
    margin-top: 30px;
  }
}
@media (min-width: 60em) {
  header #google_translate_element {
    position: absolute;
    bottom: 15px;
    right: -15px;
    display: block;
  }
}
@media (min-width: 72em) {
  header .grid-12 > div {
    text-align: left;
  }
  header .pageName {
    text-align: left;
    margin-left: 3.5%;
  }
  header h1 {
    display: inline-block;
    font-size: 2em;
  }
  header p {
    margin: 0;
    font-size: 2em;
  }
  header p + span {
    font-size: 1.375em;
  }
  header p span {
    width: 90px;
    height: 87px;
    top: -48px;
    margin: 0 -27px;
    background-size: auto;
  }
  header #google_translate_element {
    right: -5%;
  }
}
@media (min-width: 84em) {
  header h1 {
    font-size: 2.3125em;
  }
  header p {
    font-size: 2.3125em;
  }
  header #google_translate_element {
    right: -135px;
  }
}

/* ================================================================
   Footer
   ================================================================ */
.footer {
  background: #000;
  padding: 10px 0;
  margin-top: 180px;
}
.footer p {
  color: #fff;
  margin: 0;
  font-family: Tahoma;
  font-size: 0.75em;
}
.footer a {
  color: #fff;
}
@media (min-width: 0em) and (max-width: 59.9em) {
  .footer {
    margin-top: 0;
  }
  .footer .grid-6 {
    text-align: center;
  }
  .footer p {
    margin: 1em 0;
  }
}

/* ================================================================
   Print Styles
   ================================================================ */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  .mainBg, .menu-toggle-container, .sfsearchBox, .rail-content, footer {
    display: none;
  }

  header .pageName p span {
    font-size: inherit;
    text-indent: 0;
    margin: 0;
    width: auto;
    height: auto;
    background: none;
    position: static;
    top: 0;
  }
}
.RadWindow,
.sfPageEditorToolbarWrapper .sfWorkflowMenuWrp .sfActionsDDL .rmSlide,
.sfLayoutPropsContainer,
.sfVisualLayoutEditor,
.sfPageContainer,
.sfPageEditor [class^="Rad"],
.sfPageEditor [class^="rm"],
.sfPageEditor [class^="rt"],
.sfPageBrowseAndEditToolbarWrp,
.sfOpenBrowseAndEditMenuLnk,
.ZoneEditorToolboxContainer,
.ZoneEditorToolboxContainer *,
.ZoneEditorToolboxContainer *:before,
.ZoneEditorToolboxContainer *:after,
#fancybox-wrap,
#fancybox-wrap * {
  box-sizing: content-box;
}

.RadDockZone .rdContent * {
  box-sizing: border-box;
}

.ZoneEditorToolboxContainer h2 {
  font-family: arial, sans-serif;
}

body.sfPageEditor.zeContentMode div#ScriptWrapper .RadDockZone:before {
  content: "-- ONLY PLACE STYLE WIDGETS AND SCRIPT WIDGETS BELOW THIS AREA --";
  display: block;
  text-align: center;
  font-size: 12px;
}

.sfPageEditor .addthis-smartlayers {
  display: none;
}

.zeContentMode .sfPageContainer .RadDock_Sitefinity .rdContent {
  min-height: 15px;
}

#ZoneEditor {
  overflow: visible !important;
}

/*# sourceMappingURL=main.css.map */