﻿@charset "UTF-8";
.sans-serif {
  font-family: Aeonis, Helvetica, Arial, sans-serif; }

.serif {
  font-family: "adobe-garamond-pro", "Times New Roman", Times, serif; }

/*$font-size-base:          14px !default;
$font-size-large:         ceil(($font-size-base * 1.57)) !default; // ~22px
$font-size-small:         ceil(($font-size-base * 0.85)) !default; // ~12px*/
/*$font-size-h1: floor(($font-size-base * 2.5))!default; // ~40px
//$font-size-h2:            floor(($font-size-base * 2.25))  !default; // ~36px
$font-size-h2: floor(($font-size-base * 2)) !default; // ~28px
//$font-size-h3:            ceil(($font-size-base * 1.75)) !default;   // ~28px
$font-size-h3: ceil(($font-size-base * 1.71))!default; // ~24px
$font-size-h4: ceil(($font-size-base * 1.25))!default; // ~20px
$font-size-h5: ceil(($font-size-base * 1.125))!default; // ~18px
$font-size-h6: $font-size-base !default;*/
@font-face {
  font-family: 'Icomoon';
  src: url("/Fonts/Corporate/icomoon.eot");
  src: url("/Fonts/Corporate/icomoon.eot?#iefix") format("embedded-opentype"), url("/Fonts/Corporate/icomoon.woff") format("woff"), url("/Fonts/Corporate/icomoon.ttf") format("truetype"), url("/Fonts/Corporate/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Webfont: Lato-Black */
@font-face {
  font-family: 'Lato';
  src: url("fonts/Lato-Regular.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Regular.woff2") format("woff2"), url("fonts/Lato-Regular.woff") format("woff"), url("fonts/Lato-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

/* Webfont: Lato-Bold */
@font-face {
  font-family: 'Lato Bold';
  src: url("fonts/Lato-Bold.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Bold.woff2") format("woff2"), url("fonts/Lato-Bold.woff") format("woff"), url("fonts/Lato-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

body {
  font-family: Lato, Arial, sans-serif;
  font-size: 16px;
  background-color: #cccccc; }
  body .main-content {
    background: #FFFFFF; }
  body .body-section {
    padding-top: 40px;
    padding-bottom: 60px; }
  body .width-100 {
    width: 100%; }
  body .no-wrap {
    white-space: nowrap; }
  body .module h1, body .module .h1, body .module h2, body .module .h2, body .module h3, body .module .h3 {
    margin-top: 0; }
  body .module .bottom-link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  body .content-container .btn {
    white-space: normal; }
  body h1, body h2, body h3, body h4 {
    font-family: "Lato Bold", Arial, sans-serif;
    letter-spacing: 1px; }
  body h1 {
    font-size: 32px; }
  body .bodycolumn h1 {
    margin-top: 10px; }
  body h2 {
    font-size: 28px; }
  body h3 {
    font-size: 24px; }
  body h4 {
    font-size: 20px; }
  body .railcolumn h2, body .railcolumn h3, body .railcolumn h4 {
    font-size: 16px; }
  body p {
    color: #555; }

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-genderless:before,
.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

/*@import "../../Shared/Styles/bootstrap/variables";*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  /*a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }*/
  /*a[href^="#"]:after,
    a[href^="javascript:"]: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; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; }
  .header, .breadcrumb-container, .section-header, .footer {
    display: none; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: \20ac; }

.glyphicon-minus:before {
  content: \2212; }

.glyphicon-cloud:before {
  content: \2601; }

.glyphicon-envelope:before {
  content: \2709; }

.glyphicon-pencil:before {
  content: \270f; }

.glyphicon-glass:before {
  content: \e001; }

.glyphicon-music:before {
  content: \e002; }

.glyphicon-search:before {
  content: \e003; }

.glyphicon-heart:before {
  content: \e005; }

.glyphicon-star:before {
  content: \e006; }

.glyphicon-star-empty:before {
  content: \e007; }

.glyphicon-user:before {
  content: \e008; }

.glyphicon-film:before {
  content: \e009; }

.glyphicon-th-large:before {
  content: \e010; }

.glyphicon-th:before {
  content: \e011; }

.glyphicon-th-list:before {
  content: \e012; }

.glyphicon-ok:before {
  content: \e013; }

.glyphicon-remove:before {
  content: \e014; }

.glyphicon-zoom-in:before {
  content: \e015; }

.glyphicon-zoom-out:before {
  content: \e016; }

.glyphicon-off:before {
  content: \e017; }

.glyphicon-signal:before {
  content: \e018; }

.glyphicon-cog:before {
  content: \e019; }

.glyphicon-trash:before {
  content: \e020; }

.glyphicon-home:before {
  content: \e021; }

.glyphicon-file:before {
  content: \e022; }

.glyphicon-time:before {
  content: \e023; }

.glyphicon-road:before {
  content: \e024; }

.glyphicon-download-alt:before {
  content: \e025; }

.glyphicon-download:before {
  content: \e026; }

.glyphicon-upload:before {
  content: \e027; }

.glyphicon-inbox:before {
  content: \e028; }

.glyphicon-play-circle:before {
  content: \e029; }

.glyphicon-repeat:before {
  content: \e030; }

.glyphicon-refresh:before {
  content: \e031; }

.glyphicon-list-alt:before {
  content: \e032; }

.glyphicon-lock:before {
  content: \e033; }

.glyphicon-flag:before {
  content: \e034; }

.glyphicon-headphones:before {
  content: \e035; }

.glyphicon-volume-off:before {
  content: \e036; }

.glyphicon-volume-down:before {
  content: \e037; }

.glyphicon-volume-up:before {
  content: \e038; }

.glyphicon-qrcode:before {
  content: \e039; }

.glyphicon-barcode:before {
  content: \e040; }

.glyphicon-tag:before {
  content: \e041; }

.glyphicon-tags:before {
  content: \e042; }

.glyphicon-book:before {
  content: \e043; }

.glyphicon-bookmark:before {
  content: \e044; }

.glyphicon-print:before {
  content: \e045; }

.glyphicon-camera:before {
  content: \e046; }

.glyphicon-font:before {
  content: \e047; }

.glyphicon-bold:before {
  content: \e048; }

.glyphicon-italic:before {
  content: \e049; }

.glyphicon-text-height:before {
  content: \e050; }

.glyphicon-text-width:before {
  content: \e051; }

.glyphicon-align-left:before {
  content: \e052; }

.glyphicon-align-center:before {
  content: \e053; }

.glyphicon-align-right:before {
  content: \e054; }

.glyphicon-align-justify:before {
  content: \e055; }

.glyphicon-list:before {
  content: \e056; }

.glyphicon-indent-left:before {
  content: \e057; }

.glyphicon-indent-right:before {
  content: \e058; }

.glyphicon-facetime-video:before {
  content: \e059; }

.glyphicon-picture:before {
  content: \e060; }

.glyphicon-map-marker:before {
  content: \e062; }

.glyphicon-adjust:before {
  content: \e063; }

.glyphicon-tint:before {
  content: \e064; }

.glyphicon-edit:before {
  content: \e065; }

.glyphicon-share:before {
  content: \e066; }

.glyphicon-check:before {
  content: \e067; }

.glyphicon-move:before {
  content: \e068; }

.glyphicon-step-backward:before {
  content: \e069; }

.glyphicon-fast-backward:before {
  content: \e070; }

.glyphicon-backward:before {
  content: \e071; }

.glyphicon-play:before {
  content: \e072; }

.glyphicon-pause:before {
  content: \e073; }

.glyphicon-stop:before {
  content: \e074; }

.glyphicon-forward:before {
  content: \e075; }

.glyphicon-fast-forward:before {
  content: \e076; }

.glyphicon-step-forward:before {
  content: \e077; }

.glyphicon-eject:before {
  content: \e078; }

.glyphicon-chevron-left:before {
  content: \e079; }

.glyphicon-chevron-right:before {
  content: \e080; }

.glyphicon-plus-sign:before {
  content: \e081; }

.glyphicon-minus-sign:before {
  content: \e082; }

.glyphicon-remove-sign:before {
  content: \e083; }

.glyphicon-ok-sign:before {
  content: \e084; }

.glyphicon-question-sign:before {
  content: \e085; }

.glyphicon-info-sign:before {
  content: \e086; }

.glyphicon-screenshot:before {
  content: \e087; }

.glyphicon-remove-circle:before {
  content: \e088; }

.glyphicon-ok-circle:before {
  content: \e089; }

.glyphicon-ban-circle:before {
  content: \e090; }

.glyphicon-arrow-left:before {
  content: \e091; }

.glyphicon-arrow-right:before {
  content: \e092; }

.glyphicon-arrow-up:before {
  content: \e093; }

.glyphicon-arrow-down:before {
  content: \e094; }

.glyphicon-share-alt:before {
  content: \e095; }

.glyphicon-resize-full:before {
  content: \e096; }

.glyphicon-resize-small:before {
  content: \e097; }

.glyphicon-exclamation-sign:before {
  content: \e101; }

.glyphicon-gift:before {
  content: \e102; }

.glyphicon-leaf:before {
  content: \e103; }

.glyphicon-fire:before {
  content: \e104; }

.glyphicon-eye-open:before {
  content: \e105; }

.glyphicon-eye-close:before {
  content: \e106; }

.glyphicon-warning-sign:before {
  content: \e107; }

.glyphicon-plane:before {
  content: \e108; }

.glyphicon-calendar:before {
  content: \e109; }

.glyphicon-random:before {
  content: \e110; }

.glyphicon-comment:before {
  content: \e111; }

.glyphicon-magnet:before {
  content: \e112; }

.glyphicon-chevron-up:before {
  content: \e113; }

.glyphicon-chevron-down:before {
  content: \e114; }

.glyphicon-retweet:before {
  content: \e115; }

.glyphicon-shopping-cart:before {
  content: \e116; }

.glyphicon-folder-close:before {
  content: \e117; }

.glyphicon-folder-open:before {
  content: \e118; }

.glyphicon-resize-vertical:before {
  content: \e119; }

.glyphicon-resize-horizontal:before {
  content: \e120; }

.glyphicon-hdd:before {
  content: \e121; }

.glyphicon-bullhorn:before {
  content: \e122; }

.glyphicon-bell:before {
  content: \e123; }

.glyphicon-certificate:before {
  content: \e124; }

.glyphicon-thumbs-up:before {
  content: \e125; }

.glyphicon-thumbs-down:before {
  content: \e126; }

.glyphicon-hand-right:before {
  content: \e127; }

.glyphicon-hand-left:before {
  content: \e128; }

.glyphicon-hand-up:before {
  content: \e129; }

.glyphicon-hand-down:before {
  content: \e130; }

.glyphicon-circle-arrow-right:before {
  content: \e131; }

.glyphicon-circle-arrow-left:before {
  content: \e132; }

.glyphicon-circle-arrow-up:before {
  content: \e133; }

.glyphicon-circle-arrow-down:before {
  content: \e134; }

.glyphicon-globe:before {
  content: \e135; }

.glyphicon-wrench:before {
  content: \e136; }

.glyphicon-tasks:before {
  content: \e137; }

.glyphicon-filter:before {
  content: \e138; }

.glyphicon-briefcase:before {
  content: \e139; }

.glyphicon-fullscreen:before {
  content: \e140; }

.glyphicon-dashboard:before {
  content: \e141; }

.glyphicon-paperclip:before {
  content: \e142; }

.glyphicon-heart-empty:before {
  content: \e143; }

.glyphicon-link:before {
  content: \e144; }

.glyphicon-phone:before {
  content: \e145; }

.glyphicon-pushpin:before {
  content: \e146; }

.glyphicon-usd:before {
  content: \e148; }

.glyphicon-gbp:before {
  content: \e149; }

.glyphicon-sort:before {
  content: \e150; }

.glyphicon-sort-by-alphabet:before {
  content: \e151; }

.glyphicon-sort-by-alphabet-alt:before {
  content: \e152; }

.glyphicon-sort-by-order:before {
  content: \e153; }

.glyphicon-sort-by-order-alt:before {
  content: \e154; }

.glyphicon-sort-by-attributes:before {
  content: \e155; }

.glyphicon-sort-by-attributes-alt:before {
  content: \e156; }

.glyphicon-unchecked:before {
  content: \e157; }

.glyphicon-expand:before {
  content: \e158; }

.glyphicon-collapse-down:before {
  content: \e159; }

.glyphicon-collapse-up:before {
  content: \e160; }

.glyphicon-log-in:before {
  content: \e161; }

.glyphicon-flash:before {
  content: \e162; }

.glyphicon-log-out:before {
  content: \e163; }

.glyphicon-new-window:before {
  content: \e164; }

.glyphicon-record:before {
  content: \e165; }

.glyphicon-save:before {
  content: \e166; }

.glyphicon-open:before {
  content: \e167; }

.glyphicon-saved:before {
  content: \e168; }

.glyphicon-import:before {
  content: \e169; }

.glyphicon-export:before {
  content: \e170; }

.glyphicon-send:before {
  content: \e171; }

.glyphicon-floppy-disk:before {
  content: \e172; }

.glyphicon-floppy-saved:before {
  content: \e173; }

.glyphicon-floppy-remove:before {
  content: \e174; }

.glyphicon-floppy-save:before {
  content: \e175; }

.glyphicon-floppy-open:before {
  content: \e176; }

.glyphicon-credit-card:before {
  content: \e177; }

.glyphicon-transfer:before {
  content: \e178; }

.glyphicon-cutlery:before {
  content: \e179; }

.glyphicon-header:before {
  content: \e180; }

.glyphicon-compressed:before {
  content: \e181; }

.glyphicon-earphone:before {
  content: \e182; }

.glyphicon-phone-alt:before {
  content: \e183; }

.glyphicon-tower:before {
  content: \e184; }

.glyphicon-stats:before {
  content: \e185; }

.glyphicon-sd-video:before {
  content: \e186; }

.glyphicon-hd-video:before {
  content: \e187; }

.glyphicon-subtitles:before {
  content: \e188; }

.glyphicon-sound-stereo:before {
  content: \e189; }

.glyphicon-sound-dolby:before {
  content: \e190; }

.glyphicon-sound-5-1:before {
  content: \e191; }

.glyphicon-sound-6-1:before {
  content: \e192; }

.glyphicon-sound-7-1:before {
  content: \e193; }

.glyphicon-copyright-mark:before {
  content: \e194; }

.glyphicon-registration-mark:before {
  content: \e195; }

.glyphicon-cloud-download:before {
  content: \e197; }

.glyphicon-cloud-upload:before {
  content: \e198; }

.glyphicon-tree-conifer:before {
  content: \e199; }

.glyphicon-tree-deciduous:before {
  content: \e200; }

.glyphicon-cd:before {
  content: \e201; }

.glyphicon-save-file:before {
  content: \e202; }

.glyphicon-open-file:before {
  content: \e203; }

.glyphicon-level-up:before {
  content: \e204; }

.glyphicon-copy:before {
  content: \e205; }

.glyphicon-paste:before {
  content: \e206; }

.glyphicon-alert:before {
  content: \e209; }

.glyphicon-equalizer:before {
  content: \e210; }

.glyphicon-king:before {
  content: \e211; }

.glyphicon-queen:before {
  content: \e212; }

.glyphicon-pawn:before {
  content: \e213; }

.glyphicon-bishop:before {
  content: \e214; }

.glyphicon-knight:before {
  content: \e215; }

.glyphicon-baby-formula:before {
  content: \e216; }

.glyphicon-tent:before {
  content: \26fa; }

.glyphicon-blackboard:before {
  content: \e218; }

.glyphicon-bed:before {
  content: \e219; }

.glyphicon-apple:before {
  content: \f8ff; }

.glyphicon-erase:before {
  content: \e221; }

.glyphicon-hourglass:before {
  content: \231b; }

.glyphicon-lamp:before {
  content: \e223; }

.glyphicon-duplicate:before {
  content: \e224; }

.glyphicon-piggy-bank:before {
  content: \e225; }

.glyphicon-scissors:before {
  content: \e226; }

.glyphicon-bitcoin:before {
  content: \e227; }

.glyphicon-yen:before {
  content: \00a5; }

.glyphicon-ruble:before {
  content: \20bd; }

.glyphicon-scale:before {
  content: \e230; }

.glyphicon-ice-lolly:before {
  content: \e231; }

.glyphicon-ice-lolly-tasted:before {
  content: \e232; }

.glyphicon-education:before {
  content: \e233; }

.glyphicon-option-horizontal:before {
  content: \e234; }

.glyphicon-option-vertical:before {
  content: \e235; }

.glyphicon-menu-hamburger:before {
  content: \e236; }

.glyphicon-modal-window:before {
  content: \e237; }

.glyphicon-oil:before {
  content: \e238; }

.glyphicon-grain:before {
  content: \e239; }

.glyphicon-sunglasses:before {
  content: \e240; }

.glyphicon-text-size:before {
  content: \e241; }

.glyphicon-text-color:before {
  content: \e242; }

.glyphicon-text-background:before {
  content: \e243; }

.glyphicon-object-align-top:before {
  content: \e244; }

.glyphicon-object-align-bottom:before {
  content: \e245; }

.glyphicon-object-align-horizontal:before {
  content: \e246; }

.glyphicon-object-align-left:before {
  content: \e247; }

.glyphicon-object-align-vertical:before {
  content: \e248; }

.glyphicon-object-align-right:before {
  content: \e249; }

.glyphicon-triangle-right:before {
  content: \e250; }

.glyphicon-triangle-left:before {
  content: \e251; }

.glyphicon-triangle-bottom:before {
  content: \e252; }

.glyphicon-triangle-top:before {
  content: \e253; }

.glyphicon-console:before {
  content: \e254; }

.glyphicon-superscript:before {
  content: \e255; }

.glyphicon-subscript:before {
  content: \e256; }

.glyphicon-menu-left:before {
  content: \e257; }

.glyphicon-menu-right:before {
  content: \e258; }

.glyphicon-menu-down:before {
  content: \e259; }

.glyphicon-menu-up:before {
  content: \e260; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: Aeonis, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #303135;
  text-decoration: none; }
  a:hover, a:focus {
    color: #0076A8;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 0; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.8;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 28px;
  margin-bottom: 28px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Aeonis, Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  color: #313430; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 28px;
  margin-bottom: 14px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 14px;
  margin-bottom: 14px;
  font-family: Aeonis, Helvetica, Arial, sans-serif; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 40px; }

h2, .h2 {
  font-size: 32px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 18px; }

h6, .h6 {
  font-size: 16px; }

p {
  margin: 0 0 15px; }

.lead {
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

small,
.small {
  font-size: 87%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

@media (max-width: 767px) {
  .text-left-xs {
    text-align: left; }
  .text-right-xs {
    text-align: right; }
  .text-center-xs {
    text-align: center; }
  .text-justify-xs {
    text-align: justify; }
  .text-nowrap-xs {
    white-space: nowrap; } }

@media (min-width: 768px) and (max-width: 1019px) {
  .text-left-sm {
    text-align: left; }
  .text-right-sm {
    text-align: right; }
  .text-center-sm {
    text-align: center; }
  .text-justify-sm {
    text-align: justify; }
  .text-nowrap-sm {
    white-space: nowrap; } }

@media (min-width: 1020px) and (max-width: 1335px) {
  .text-left-md {
    text-align: left; }
  .text-right-md {
    text-align: right; }
  .text-center-md {
    text-align: center; }
  .text-justify-md {
    text-align: justify; }
  .text-nowrap-md {
    white-space: nowrap; } }

@media (min-width: 1336px) {
  .text-left-lg {
    text-align: left; }
  .text-right-lg {
    text-align: right; }
  .text-center-lg {
    text-align: center; }
  .text-justify-lg {
    text-align: justify; }
  .text-nowrap-lg {
    white-space: nowrap; } }

.text-lowercase {
  text-transform: lowercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-italic {
  font-style: italic; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #0076A8; }

a.text-primary:hover {
  color: #005275; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary, .blog-listing-hr, .blog-details-hr {
  color: #fff; }

.bg-primary, .blog-listing-hr, .blog-details-hr {
  background-color: #0076A8; }

a.bg-primary:hover, a.blog-listing-hr:hover, a.blog-details-hr:hover {
  background-color: #005275; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 13px;
  margin: 56px 0 28px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 14px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 28px; }

dt,
dd {
  line-height: 1.8; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 14px 28px;
  margin: 0 0 28px;
  font-size: 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.8;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 28px;
  font-style: normal;
  line-height: 1.8; }

.font-size-100 {
  font-size: 100px !important; }

.font-size-99 {
  font-size: 99px !important; }

.font-size-98 {
  font-size: 98px !important; }

.font-size-97 {
  font-size: 97px !important; }

.font-size-96 {
  font-size: 96px !important; }

.font-size-95 {
  font-size: 95px !important; }

.font-size-94 {
  font-size: 94px !important; }

.font-size-93 {
  font-size: 93px !important; }

.font-size-92 {
  font-size: 92px !important; }

.font-size-91 {
  font-size: 91px !important; }

.font-size-90 {
  font-size: 90px !important; }

.font-size-89 {
  font-size: 89px !important; }

.font-size-88 {
  font-size: 88px !important; }

.font-size-87 {
  font-size: 87px !important; }

.font-size-86 {
  font-size: 86px !important; }

.font-size-85 {
  font-size: 85px !important; }

.font-size-84 {
  font-size: 84px !important; }

.font-size-83 {
  font-size: 83px !important; }

.font-size-82 {
  font-size: 82px !important; }

.font-size-81 {
  font-size: 81px !important; }

.font-size-80 {
  font-size: 80px !important; }

.font-size-79 {
  font-size: 79px !important; }

.font-size-78 {
  font-size: 78px !important; }

.font-size-77 {
  font-size: 77px !important; }

.font-size-76 {
  font-size: 76px !important; }

.font-size-75 {
  font-size: 75px !important; }

.font-size-74 {
  font-size: 74px !important; }

.font-size-73 {
  font-size: 73px !important; }

.font-size-72 {
  font-size: 72px !important; }

.font-size-71 {
  font-size: 71px !important; }

.font-size-70 {
  font-size: 70px !important; }

.font-size-69 {
  font-size: 69px !important; }

.font-size-68 {
  font-size: 68px !important; }

.font-size-67 {
  font-size: 67px !important; }

.font-size-66 {
  font-size: 66px !important; }

.font-size-65 {
  font-size: 65px !important; }

.font-size-64 {
  font-size: 64px !important; }

.font-size-63 {
  font-size: 63px !important; }

.font-size-62 {
  font-size: 62px !important; }

.font-size-61 {
  font-size: 61px !important; }

.font-size-60 {
  font-size: 60px !important; }

.font-size-59 {
  font-size: 59px !important; }

.font-size-58 {
  font-size: 58px !important; }

.font-size-57 {
  font-size: 57px !important; }

.font-size-56 {
  font-size: 56px !important; }

.font-size-55 {
  font-size: 55px !important; }

.font-size-54 {
  font-size: 54px !important; }

.font-size-53 {
  font-size: 53px !important; }

.font-size-52 {
  font-size: 52px !important; }

.font-size-51 {
  font-size: 51px !important; }

.font-size-50 {
  font-size: 50px !important; }

.font-size-49 {
  font-size: 49px !important; }

.font-size-48 {
  font-size: 48px !important; }

.font-size-47 {
  font-size: 47px !important; }

.font-size-46 {
  font-size: 46px !important; }

.font-size-45 {
  font-size: 45px !important; }

.font-size-44 {
  font-size: 44px !important; }

.font-size-43 {
  font-size: 43px !important; }

.font-size-42 {
  font-size: 42px !important; }

.font-size-41 {
  font-size: 41px !important; }

.font-size-40 {
  font-size: 40px !important; }

.font-size-39 {
  font-size: 39px !important; }

.font-size-38 {
  font-size: 38px !important; }

.font-size-37 {
  font-size: 37px !important; }

.font-size-36 {
  font-size: 36px !important; }

.font-size-35 {
  font-size: 35px !important; }

.font-size-34 {
  font-size: 34px !important; }

.font-size-33 {
  font-size: 33px !important; }

.font-size-32 {
  font-size: 32px !important; }

.font-size-31 {
  font-size: 31px !important; }

.font-size-30 {
  font-size: 30px !important; }

.font-size-29 {
  font-size: 29px !important; }

.font-size-28 {
  font-size: 28px !important; }

.font-size-27 {
  font-size: 27px !important; }

.font-size-26 {
  font-size: 26px !important; }

.font-size-25 {
  font-size: 25px !important; }

.font-size-24 {
  font-size: 24px !important; }

.font-size-23 {
  font-size: 23px !important; }

.font-size-22 {
  font-size: 22px !important; }

.font-size-21 {
  font-size: 21px !important; }

.font-size-20 {
  font-size: 20px !important; }

.font-size-19 {
  font-size: 19px !important; }

.font-size-18 {
  font-size: 18px !important; }

.font-size-17 {
  font-size: 17px !important; }

.font-size-16 {
  font-size: 16px !important; }

.font-size-15 {
  font-size: 15px !important; }

.font-size-14 {
  font-size: 14px !important; }

.font-size-13 {
  font-size: 13px !important; }

.font-size-12 {
  font-size: 12px !important; }

.font-size-11 {
  font-size: 11px !important; }

.font-size-10 {
  font-size: 10px !important; }

.font-size-9 {
  font-size: 9px !important; }

.font-size-8 {
  font-size: 8px !important; }

.font-size-7 {
  font-size: 7px !important; }

.font-size-6 {
  font-size: 6px !important; }

.font-size-5 {
  font-size: 5px !important; }

.font-size-4 {
  font-size: 4px !important; }

.font-size-3 {
  font-size: 3px !important; }

.font-size-2 {
  font-size: 2px !important; }

.font-size-1 {
  font-size: 1px !important; }

.line-height-50 {
  line-height: 50px; }

.line-height-49 {
  line-height: 49px; }

.line-height-48 {
  line-height: 48px; }

.line-height-47 {
  line-height: 47px; }

.line-height-46 {
  line-height: 46px; }

.line-height-45 {
  line-height: 45px; }

.line-height-44 {
  line-height: 44px; }

.line-height-43 {
  line-height: 43px; }

.line-height-42 {
  line-height: 42px; }

.line-height-41 {
  line-height: 41px; }

.line-height-40 {
  line-height: 40px; }

.line-height-39 {
  line-height: 39px; }

.line-height-38 {
  line-height: 38px; }

.line-height-37 {
  line-height: 37px; }

.line-height-36 {
  line-height: 36px; }

.line-height-35 {
  line-height: 35px; }

.line-height-34 {
  line-height: 34px; }

.line-height-33 {
  line-height: 33px; }

.line-height-32 {
  line-height: 32px; }

.line-height-31 {
  line-height: 31px; }

.line-height-30 {
  line-height: 30px; }

.line-height-29 {
  line-height: 29px; }

.line-height-28 {
  line-height: 28px; }

.line-height-27 {
  line-height: 27px; }

.line-height-26 {
  line-height: 26px; }

.line-height-25 {
  line-height: 25px; }

.line-height-24 {
  line-height: 24px; }

.line-height-23 {
  line-height: 23px; }

.line-height-22 {
  line-height: 22px; }

.line-height-21 {
  line-height: 21px; }

.line-height-20 {
  line-height: 20px; }

.line-height-19 {
  line-height: 19px; }

.line-height-18 {
  line-height: 18px; }

.line-height-17 {
  line-height: 17px; }

.line-height-16 {
  line-height: 16px; }

.line-height-15 {
  line-height: 15px; }

.line-height-14 {
  line-height: 14px; }

.line-height-13 {
  line-height: 13px; }

.line-height-12 {
  line-height: 12px; }

.line-height-11 {
  line-height: 11px; }

.line-height-10 {
  line-height: 10px; }

.line-height-9 {
  line-height: 9px; }

.line-height-8 {
  line-height: 8px; }

.line-height-7 {
  line-height: 7px; }

.line-height-6 {
  line-height: 6px; }

.line-height-5 {
  line-height: 5px; }

.line-height-4 {
  line-height: 4px; }

.line-height-3 {
  line-height: 3px; }

.line-height-2 {
  line-height: 2px; }

.line-height-1 {
  line-height: 1px; }

code,
kbd,
pre,
samp {
  font-family: Aeonis, Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 13.5px;
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.8;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 100%; } }
  @media (min-width: 1020px) {
    .container {
      width: 100%; } }
  @media (min-width: 1336px) {
    .container {
      width: 1306px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.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;
  padding-left: 15px;
  padding-right: 15px; }

.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-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .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-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1020px) {
  .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-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1336px) {
  .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-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 28px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.8;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 21px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 28px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 9px;
  font-size: 16px;
  line-height: 1.8;
  color: #313430; }

.form-control {
  display: block;
  width: 100%;
  height: 46px;
  padding: 8px 18px;
  font-size: 16px;
  line-height: 1.8;
  color: #313430;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #777777;
    opacity: 1; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 46px; }
    input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
    .input-group-sm > input[type="date"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="date"].btn,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input[type="time"].form-control,
    .input-group-sm > input[type="time"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="time"].btn,
    .input-group-sm
    input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input[type="datetime-local"].form-control,
    .input-group-sm > input[type="datetime-local"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-sm
    input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input[type="month"].form-control,
    .input-group-sm > input[type="month"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="month"].btn,
    .input-group-sm
    input[type="month"] {
      line-height: 33px; }
    input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
    .input-group-lg > input[type="date"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="date"].btn,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input[type="time"].form-control,
    .input-group-lg > input[type="time"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="time"].btn,
    .input-group-lg
    input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input[type="datetime-local"].form-control,
    .input-group-lg > input[type="datetime-local"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-lg
    input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input[type="month"].form-control,
    .input-group-lg > input[type="month"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="month"].btn,
    .input-group-lg
    input[type="month"] {
      line-height: 57px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 28px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 57px;
  padding: 10px 16px;
  font-size: 26px;
  line-height: 1.33333;
  border-radius: 0; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 57px;
  line-height: 57px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 57px;
  padding: 10px 16px;
  font-size: 26px;
  line-height: 1.33333;
  border-radius: 0; }

.form-group-lg select.form-control {
  height: 57px;
  line-height: 57px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 57px;
  padding: 10px 16px;
  font-size: 26px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 57.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 57px;
  height: 57px;
  line-height: 57px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 33px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #959595; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 37px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 9px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.sans-serif {
  font-family: Aeonis, Helvetica, Arial, sans-serif; }

.serif {
  font-family: "adobe-garamond-pro", "Times New Roman", Times, serif; }

/*$font-size-base:          14px !default;
$font-size-large:         ceil(($font-size-base * 1.57)) !default; // ~22px
$font-size-small:         ceil(($font-size-base * 0.85)) !default; // ~12px*/
/*$font-size-h1: floor(($font-size-base * 2.5))!default; // ~40px
//$font-size-h2:            floor(($font-size-base * 2.25))  !default; // ~36px
$font-size-h2: floor(($font-size-base * 2)) !default; // ~28px
//$font-size-h3:            ceil(($font-size-base * 1.75)) !default;   // ~28px
$font-size-h3: ceil(($font-size-base * 1.71))!default; // ~24px
$font-size-h4: ceil(($font-size-base * 1.25))!default; // ~20px
$font-size-h5: ceil(($font-size-base * 1.125))!default; // ~18px
$font-size-h6: $font-size-base !default;*/
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 8px 18px;
  font-size: 16px;
  line-height: 1.8;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #FFFFFF;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn i.right {
    margin-left: 5px; }
  .btn i.left {
    margin-right: 5px; }

.btn-default {
  color: #FFFFFF;
  background-color: #0076A8;
  border-color: #0076A8; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #FFFFFF;
    background-color: #005275;
    border-color: #005275; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #0076A8;
    border-color: #0076A8; }
  .btn-default .badge {
    color: #0076A8;
    background-color: #FFFFFF; }

.btn-primary, .btn-blog, .btn-blog-extend {
  color: #FFFFFF;
  background-color: #0076A8;
  border-color: #0076A8; }
  .btn-primary:hover, .btn-blog:hover, .btn-blog-extend:hover, .btn-primary:focus, .btn-blog:focus, .btn-blog-extend:focus, .btn-primary.focus, .focus.btn-blog, .focus.btn-blog-extend, .btn-primary:active, .btn-blog:active, .btn-blog-extend:active, .btn-primary.active, .active.btn-blog, .active.btn-blog-extend,
  .open > .btn-primary.dropdown-toggle,
  .open > .dropdown-toggle.btn-blog,
  .open > .dropdown-toggle.btn-blog-extend {
    color: #FFFFFF;
    background-color: #005275;
    border-color: #005275; }
  .btn-primary:active, .btn-blog:active, .btn-blog-extend:active, .btn-primary.active, .active.btn-blog, .active.btn-blog-extend,
  .open > .btn-primary.dropdown-toggle,
  .open > .dropdown-toggle.btn-blog,
  .open > .dropdown-toggle.btn-blog-extend {
    background-image: none; }
  .btn-primary.disabled, .disabled.btn-blog, .disabled.btn-blog-extend, .btn-primary.disabled:hover, .disabled.btn-blog:hover, .disabled.btn-blog-extend:hover, .btn-primary.disabled:focus, .disabled.btn-blog:focus, .disabled.btn-blog-extend:focus, .btn-primary.disabled.focus, .disabled.focus.btn-blog, .disabled.focus.btn-blog-extend, .btn-primary.disabled:active, .disabled.btn-blog:active, .disabled.btn-blog-extend:active, .btn-primary.disabled.active, .disabled.active.btn-blog, .disabled.active.btn-blog-extend, .btn-primary[disabled], [disabled].btn-blog, [disabled].btn-blog-extend, .btn-primary[disabled]:hover, [disabled].btn-blog:hover, [disabled].btn-blog-extend:hover, .btn-primary[disabled]:focus, [disabled].btn-blog:focus, [disabled].btn-blog-extend:focus, .btn-primary[disabled].focus, [disabled].focus.btn-blog, [disabled].focus.btn-blog-extend, .btn-primary[disabled]:active, [disabled].btn-blog:active, [disabled].btn-blog-extend:active, .btn-primary[disabled].active, [disabled].active.btn-blog, [disabled].active.btn-blog-extend,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-blog,
  fieldset[disabled] .btn-blog-extend,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-blog:hover,
  fieldset[disabled] .btn-blog-extend:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-blog:focus,
  fieldset[disabled] .btn-blog-extend:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .focus.btn-blog,
  fieldset[disabled] .focus.btn-blog-extend,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-blog:active,
  fieldset[disabled] .btn-blog-extend:active,
  fieldset[disabled] .btn-primary.active,
  fieldset[disabled] .active.btn-blog,
  fieldset[disabled] .active.btn-blog-extend {
    background-color: #0076A8;
    border-color: #0076A8; }
  .btn-primary .badge, .btn-blog .badge, .btn-blog-extend .badge {
    color: #0076A8;
    background-color: #FFFFFF; }

.btn-success {
  color: #fff;
  background-color: #a4bb53;
  border-color: #98af45; }
  .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #889d3e;
    border-color: #788b37; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #a4bb53;
    border-color: #98af45; }
  .btn-success .badge {
    color: #a4bb53;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #28a1c5; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #EAAA00;
  border-color: #d19700; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #b78500;
    border-color: #9e7200; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #EAAA00;
    border-color: #d19700; }
  .btn-warning .badge {
    color: #EAAA00;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #BA0C2F;
  border-color: #a20a29; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #8a0923;
    border-color: #72071d; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #BA0C2F;
    border-color: #a20a29; }
  .btn-danger .badge {
    color: #BA0C2F;
    background-color: #fff; }

.btn-link {
  color: #303135;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #0076A8;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 26px;
  line-height: 1.33333;
  border-radius: 0; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none;
  visibility: hidden; }
  .collapse.in {
    display: block;
    visibility: visible; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #f1f1ee;
  border: 1px solid #f1f1ee;
  border: 1px solid #f1f1ee;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 13px 0;
    overflow: hidden;
    background-color: #f1f1ee; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.8;
    color: #313430;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #BA0C2F;
  background-color: transparent; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0076A8; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.8;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 8px 18px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #313430;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 0; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 26px;
    border-radius: 0; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #303135; }
  .nav .nav-divider {
    height: 1px;
    margin: 13px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.8;
      border: 1px solid transparent;
      border-radius: 0 0 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #cccccc;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 0; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #0076A8; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 0 0 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none;
  visibility: hidden; }

.tab-content > .active {
  display: block;
  visibility: visible; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 0; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 11px 15px;
  font-size: 26px;
  line-height: 28px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 5.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 28px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 28px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 11px;
          padding-bottom: 11px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 2px;
  margin-bottom: 2px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 2px;
  margin-bottom: 2px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 8.5px;
    margin-bottom: 8.5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 11px;
  margin-bottom: 11px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #FFFFFF;
  border-color: transparent; }
  .navbar-default .navbar-brand {
    color: #313430; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #181918;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #313430; }
  .navbar-default .navbar-nav > li > a {
    color: #313430; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #BA0C2F;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #BA0C2F;
    background-color: transparent; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: transparent; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #f1f1ee; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #303135; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #BA0C2F; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #313430; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #BA0C2F;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #BA0C2F;
      background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #313430; }
    .navbar-default .navbar-link:hover {
      color: #BA0C2F; }
  .navbar-default .btn-link {
    color: #313430; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #BA0C2F; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 15px 0;
  /*margin-bottom: $line-height-computed;*/
  list-style: none;
  background-color: transparent;
  border-radius: 0; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "> ";
      padding: 0 5px;
      color: #FFFFFF; }
    .breadcrumb > li a {
      color: #0076A8; }
  .breadcrumb > .active {
    color: #FFFFFF; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 28px 0;
  border-radius: 0; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 8px 18px;
      line-height: 1.8;
      text-decoration: none;
      color: #303135;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    color: #0076A8;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #0076A8;
    border-color: #0076A8;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 26px; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.pager {
  padding-left: 0;
  margin: 28px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #0076A8; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #005275; }

.label-success {
  background-color: #a4bb53; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #889d3e; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #EAAA00; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #b78500; }

.label-danger {
  background-color: #BA0C2F; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #8a0923; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #303135;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.alert {
  padding: 15px;
  margin-bottom: 28px;
  border: 1px solid transparent;
  border-radius: 0; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

a.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #0076A8;
  border-color: #0076A8; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #75d6ff; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 28px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: -1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: -1; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: -1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: -1; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 28px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #0076A8; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #0076A8;
    border-color: #0076A8; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #0076A8; }
    .panel-primary > .panel-heading .badge {
      color: #0076A8;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #0076A8; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 0; }

.well-sm {
  padding: 9px;
  border-radius: 0; }

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  min-height: 100%;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.8px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.8; }

.modal-body {
  position: relative;
  padding: 20px; }

.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 1020px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: Aeonis, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.mejs-offscreen {
  /* Accessibility: hide screen reader texts (and prefer "top" for RTL languages). */
  position: absolute !important;
  top: -10000px;
  left: -10000px;
  overflow: hidden;
  width: 1px;
  height: 1px; }

.mejs-container {
  position: relative;
  background: #000000;
  font-family: Aeonis, Helvetica, Arial, sans-serif;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
  width: 100% !important; }

.me-plugin {
  position: absolute; }

.mejs-embed, .mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000000;
  overflow: hidden; }

.mejs-fullscreen {
  /* set it to not show scroll bars so 100% will work */
  overflow: hidden !important; }

.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000; }

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%; }

.mejs-clear {
  clear: both; }

/* Start: LAYERS */
.mejs-background {
  position: absolute;
  top: 0;
  left: 0; }

.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

:root .mejs-poster img {
  display: none; }

.mejs-poster img {
  border: 0;
  padding: 0;
  border: 0; }

.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0; }

.mejs-overlay-play {
  cursor: pointer; }

.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(/Assets/Shared/Images/MediaElement/bigplay.svg) no-repeat; }

.no-svg .mejs-overlay-button {
  background-image: url(/Assets/Shared/Images/MediaElement/bigplay.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .mejs-overlay-button {
    background: none; } }

.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px; }

.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url(/Assets/Shared/Images/MediaElement/background.png);
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9)); }
  .mejs-overlay-loading span {
    display: block;
    width: 80px;
    height: 80px;
    background: transparent url(/Assets/Shared/Images/MediaElement/loading.gif) 50% 50% no-repeat; }

/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: url(/Assets/Shared/Images/MediaElement/background.png);
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  height: 30px;
  width: 100%;
  visibility: hidden;
  display: block; }
  .mejs-container .mejs-controls div {
    list-style-type: none;
    background-image: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 26px;
    height: 26px;
    font-size: 11px;
    line-height: 11px;
    font-family: Aeonis, Helvetica, Arial, sans-serif;
    border: 0; }
    .mejs-container .mejs-controls div.mejs-time-rail {
      direction: ltr;
      width: 200px;
      padding-top: 5px; }
  .mejs-container .mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    margin: 7px 5px;
    padding: 0;
    position: absolute;
    height: 16px;
    width: 16px;
    border: 0;
    background: transparent url(/Assets/Shared/Images/MediaElement/controls.svg) no-repeat;
    /* :focus for accessibility */ }
    .mejs-container .mejs-controls .mejs-button button:focus {
      outline: dotted 1px #999; }
  .mejs-container .mejs-controls .mejs-button.mejs-speed-button button {
    background: transparent;
    width: 36px;
    font-size: 11px;
    line-height: normal;
    color: #ffffff; }
  .mejs-container .mejs-controls .mejs-button.mejs-speed-button .mejs-speed-selector {
    visibility: hidden;
    position: absolute;
    top: -100px;
    left: -10px;
    width: 60px;
    height: 100px;
    background: url(/Assets/Shared/Images/MediaElement/background.png);
    background: rgba(50, 50, 50, 0.7);
    border: solid 1px transparent;
    padding: 0;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .mejs-container .mejs-controls .mejs-button.mejs-speed-button .mejs-speed-selector ul {
      margin: 0;
      padding: 0;
      display: block;
      list-style-type: none !important;
      overflow: hidden; }
      .mejs-container .mejs-controls .mejs-button.mejs-speed-button .mejs-speed-selector ul li {
        margin: 0 0 6px 0;
        padding: 0 10px;
        list-style-type: none !important;
        display: block;
        color: #fff;
        overflow: hidden; }
        .mejs-container .mejs-controls .mejs-button.mejs-speed-button .mejs-speed-selector ul li:hover {
          background-color: #c8c8c8 !important;
          background-color: rgba(255, 255, 255, 0.4) !important; }
        .mejs-container .mejs-controls .mejs-button.mejs-speed-button .mejs-speed-selector ul li label {
          width: 60px;
          float: left;
          padding: 4px 0 0 0;
          line-height: 15px;
          font-family: Aeonis, Helvetica, Arial, sans-serif;
          font-size: 11.5px;
          color: white;
          margin-left: 5px;
          cursor: pointer; }
          .mejs-container .mejs-controls .mejs-button.mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
            color: #21f8f8; }
        .mejs-container .mejs-controls .mejs-button.mejs-speed-button .mejs-speed-selector ul li input {
          clear: both;
          float: left;
          margin: 3px 3px 0 5px;
          display: none; }
  .mejs-container .mejs-controls .mejs-button.mejs-speed-button:hover > .mejs-speed-selector {
    visibility: visible; }
  .mejs-container .mejs-controls .mejs-time {
    color: #fff;
    display: block;
    height: 17px;
    width: auto;
    padding: 10px 3px 0 3px;
    overflow: hidden;
    text-align: center;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
    .mejs-container .mejs-controls .mejs-time a {
      color: #fff;
      font-size: 11px;
      line-height: 12px;
      display: block;
      float: left;
      margin: 1px 2px 0 0;
      width: auto; }
  .mejs-container .mejs-controls .mejs-time-rail span {
    display: block;
    position: absolute;
    width: 180px;
    height: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer; }
  .mejs-container .mejs-controls .mejs-time-rail a {
    display: block;
    position: absolute;
    width: 180px;
    height: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer; }
  .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
    margin: 5px;
    background: #333;
    background: rgba(50, 50, 50, 0.8);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
    background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
    background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
    background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
    background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
    background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8)); }
  .mejs-container .mejs-controls .mejs-time-rail .mejs-time-buffering {
    width: 100%;
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    -o-background-size: 15px 15px;
    background-size: 15px 15px;
    -webkit-animation: buffering-stripes 2s linear infinite;
    -moz-animation: buffering-stripes 2s linear infinite;
    -ms-animation: buffering-stripes 2s linear infinite;
    -o-animation: buffering-stripes 2s linear infinite;
    animation: buffering-stripes 2s linear infinite; }
  .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #3caac8;
    background: rgba(60, 170, 200, 0.8);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(44, 124, 145, 0.8)), to(rgba(78, 183, 212, 0.8)));
    background: -webkit-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
    background: -moz-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
    background: -o-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
    background: -ms-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
    background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
    width: 0; }
  .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
    width: 0; }
  .mejs-container .mejs-controls .mejs-time-rail .mejs-time-handle {
    display: none;
    position: absolute;
    margin: 0;
    width: 10px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    border: solid 2px #333;
    top: -2px;
    text-align: center; }
  .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
    position: absolute;
    display: none;
    background: #eee;
    width: 36px;
    height: 17px;
    border: solid 1px #333;
    top: -26px;
    margin-left: -18px;
    text-align: center;
    color: #111; }
  .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float-current {
    margin: 2px;
    width: 30px;
    display: block;
    text-align: center;
    left: 0; }
  .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    border: solid 5px #eee;
    border-color: #eee transparent transparent transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: 15px;
    left: 13px; }
  .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
    width: 48px; }
  .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float-current {
    width: 44px; }
  .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    left: 18px; }
  .mejs-container .mejs-controls .mejs-play button {
    background-position: 0 0; }
  .mejs-container .mejs-controls .mejs-pause button {
    background-position: 0 -16px; }
  .mejs-container .mejs-controls .mejs-stop button {
    background-position: -112px 0; }
  .mejs-container .mejs-controls .mejs-fullscreen-button button {
    background-position: -32px 0; }
  .mejs-container .mejs-controls .mejs-unfullscreen button {
    background-position: -32px -16px; }
  .mejs-container .mejs-controls .mejs-mute button {
    background-position: -16px -16px; }
  .mejs-container .mejs-controls .mejs-unmute button {
    background-position: -16px 0; }
  .mejs-container .mejs-controls .mejs-volume-button {
    position: relative; }
    .mejs-container .mejs-controls .mejs-volume-button:hover {
      -webkit-border-radius: 0 0 4px 4px;
      -moz-border-radius: 0 0 4px 4px;
      border-radius: 0 0 4px 4px; }
    .mejs-container .mejs-controls .mejs-volume-button .mejs-volume-slider {
      display: none;
      height: 115px;
      width: 25px;
      background: url(/Assets/Shared/Images/MediaElement/background.png);
      background: rgba(50, 50, 50, 0.7);
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      top: -115px;
      left: 0;
      z-index: 1;
      position: absolute;
      margin: 0; }
      .mejs-container .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
        position: absolute;
        left: 11px;
        top: 8px;
        width: 2px;
        height: 100px;
        background: #ddd;
        background: rgba(255, 255, 255, 0.5);
        margin: 0; }
      .mejs-container .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
        position: absolute;
        left: 11px;
        top: 8px;
        width: 2px;
        height: 100px;
        background: #ddd;
        background: rgba(255, 255, 255, 0.9);
        margin: 0; }
      .mejs-container .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
        position: absolute;
        left: 4px;
        top: -3px;
        width: 16px;
        height: 6px;
        background: #ddd;
        background: rgba(255, 255, 255, 0.9);
        cursor: N-resize;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        margin: 0; }
  .mejs-container .mejs-controls a.mejs-horizontal-volume-slider {
    height: 26px;
    width: 56px;
    position: relative;
    display: block;
    float: left;
    vertical-align: middle; }
  .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #333;
    background: rgba(50, 50, 50, 0.8);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
    background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
    background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
    background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
    background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
    background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8)); }
  .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8)); }
  .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    display: none; }
  .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-captions-button {
    position: relative; }
    .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-captions-button button {
      background-position: -48px 0; }
    .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-captions-button .mejs-captions-selector {
      visibility: hidden;
      position: absolute;
      bottom: 26px;
      right: -51px;
      width: 85px;
      height: 100px;
      background: url(/Assets/Shared/Images/MediaElement/background.png);
      background: rgba(50, 50, 50, 0.7);
      border: solid 1px transparent;
      padding: 10px 10px 0 10px;
      overflow: hidden;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
      .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-captions-button .mejs-captions-selector ul {
        margin: 0;
        padding: 0;
        display: block;
        list-style-type: none !important;
        overflow: hidden; }
        .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-captions-button .mejs-captions-selector ul li {
          margin: 0 0 6px 0;
          padding: 0;
          list-style-type: none !important;
          display: block;
          color: #fff;
          overflow: hidden; }
          .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-captions-button .mejs-captions-selector ul li input {
            clear: both;
            float: left;
            margin: 3px 3px 0 5px; }
          .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-captions-button .mejs-captions-selector ul li label {
            width: 55px;
            float: left;
            padding: 4px 0 0 0;
            line-height: 15px;
            font-family: Aeonis, Helvetica, Arial, sans-serif;
            font-size: 10px; }
    .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-captions-button .mejs-captions-translations {
      font-size: 10px;
      margin: 0 0 5px 0; }
  .mejs-container .mejs-controls .mejs-loop-off button {
    background-position: -64px -16px; }
  .mejs-container .mejs-controls .mejs-loop-on button {
    background-position: -64px 0; }
  .mejs-container .mejs-controls .mejs-backlight-off button {
    background-position: -80px -16px; }
  .mejs-container .mejs-controls .mejs-backlight-on button {
    background-position: -80px 0; }
  .mejs-container .mejs-controls .mejs-picturecontrols-button {
    background-position: -96px 0; }
  .mejs-container .mejs-controls .mejs-sourcechooser-button {
    position: relative; }
    .mejs-container .mejs-controls .mejs-sourcechooser-button button {
      background-position: -128px 0; }
    .mejs-container .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
      visibility: hidden;
      position: absolute;
      bottom: 26px;
      right: -10px;
      width: 130px;
      height: 100px;
      background: url(/Assets/Shared/Images/MediaElement/background.png);
      background: rgba(50, 50, 50, 0.7);
      border: solid 1px transparent;
      padding: 10px;
      overflow: hidden;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
      .mejs-container .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
        margin: 0;
        padding: 0;
        display: block;
        list-style-type: none !important;
        overflow: hidden; }
        .mejs-container .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
          margin: 0 0 6px 0;
          padding: 0;
          list-style-type: none !important;
          display: block;
          color: #fff;
          overflow: hidden; }
          .mejs-container .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
            clear: both;
            float: left;
            margin: 3px 3px 0 5px; }
          .mejs-container .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
            width: 100px;
            float: left;
            padding: 4px 0 0 0;
            line-height: 15px;
            font-family: Aeonis, Helvetica, Arial, sans-serif;
            font-size: 10px; }
  .mejs-container .mejs-controls .mejs-button.mejs-skip-back-button {
    background: transparent url(/Assets/Shared/Images/MediaElement/skipback.png) no-repeat;
    background-position: 3px 3px; }
  .mejs-container .mejs-controls .mejs-button.mejs-skip-back-button button {
    background: transparent;
    font-size: 9px;
    line-height: normal;
    color: #ffffff; }

.mejs-container:hover .mejs-controls {
  visibility: visible; }

.mejs-container .no-svg .mejs-controls .mejs-button button {
  background-image: url(/Assets/Shared/Images/MediaElement/controls.png); }

.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
  z-index: 1; }
  .mejs-chapters .mejs-chapter {
    position: absolute;
    float: left;
    background: #222;
    background: rgba(0, 0, 0, 0.7);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);
    overflow: hidden;
    border: 0; }
    .mejs-chapters .mejs-chapter .mejs-chapter-block {
      font-size: 11px;
      color: #fff;
      padding: 5px;
      display: block;
      border-right: solid 1px #333;
      border-bottom: solid 1px #333;
      cursor: pointer; }
      .mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
        background: #666;
        background: rgba(102, 102, 102, 0.7);
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102, 102, 102, 0.7)), to(rgba(50, 50, 50, 0.6)));
        background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
        background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
        background: -o-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
        background: -ms-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
        background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232); }
      .mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
        font-size: 12px;
        font-weight: bold;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: 0 0 3px 0;
        line-height: 12px; }
      .mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
        font-size: 12px;
        line-height: 12px;
        margin: 3px 0 4px 0;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis; }
    .mejs-chapters .mejs-chapter .mejs-chapter-block-last {
      border-right: none; }

.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #fff; }
  .mejs-captions-layer a {
    color: #fff;
    text-decoration: underline; }
  .mejs-captions-layer[lang=ar] {
    font-size: 20px;
    font-weight: normal; }

.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0; }

.mejs-captions-position-hover {
  bottom: 35px; }

.mejs-captions-text {
  padding: 3px 5px;
  background: url(/Assets/Shared/Images/MediaElement/background.png);
  background: rgba(20, 20, 20, 0.5);
  white-space: pre-wrap; }

.me-cannotplay a {
  color: #fff;
  font-weight: bold; }

.me-cannotplay span {
  padding: 15px;
  display: block; }

.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001;
  /* make sure it shows on fullscreen */ }
  .mejs-contextmenu .mejs-contextmenu-separator {
    height: 1px;
    font-size: 0;
    margin: 5px 6px;
    background: #333; }
  .mejs-contextmenu .mejs-contextmenu-item {
    font-family: Aeonis, Helvetica, Arial, sans-serif;
    font-size: 12px;
    padding: 4px 6px;
    cursor: pointer;
    color: #333; }
    .mejs-contextmenu .mejs-contextmenu-item:hover {
      background: #2C7C91;
      color: #fff; }

.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/Assets/Shared/Images/MediaElement/background.png);
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden; }

.mejs-postroll-layer-content {
  width: 100%;
  height: 100%; }

.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url(/Assets/Shared/Images/MediaElement/background.png);
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer; }

div.mejs-speed-button {
  width: 46px !important;
  position: relative; }

@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }

@-moz-keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }

@-ms-keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }

@-o-keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }

@keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.cursor-pointer {
  cursor: pointer; }

.cursor-zoom-in {
  cursor: zoom-in; }

.cursor-zoom-out {
  cursor: zoom-out; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

.toggle-plus {
  position: relative;
  display: inline-block; }
  .toggle-plus:before {
    content: "+"; }
  [aria-expanded="true"] .toggle-plus:before {
    content: "-"; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.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: 767px) {
  .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; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 1019px) {
  .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; } }

@media (min-width: 768px) and (max-width: 1019px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 1019px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 1019px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 1020px) and (max-width: 1335px) {
  .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; } }

@media (min-width: 1020px) and (max-width: 1335px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 1020px) and (max-width: 1335px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 1020px) and (max-width: 1335px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1336px) {
  .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; } }

@media (min-width: 1336px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1336px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1336px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 1019px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 1020px) and (max-width: 1335px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1336px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  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: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*@import "../../Shared/Styles/Magnific/main";*/
@media \0screen {
  .container {
    width: 1020px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
    .container:before {
      content: "";
      position: relative;
      display: table;
      clear: both; }
    .container:after {
      content: "";
      position: relative;
      display: table;
      clear: both; }
    .container .row {
      position: relative; }
      .container .row .row {
        margin-left: -15px;
        margin-right: -15px; }
  .collapse {
    display: block;
    visibility: visible; }
  .navbar-nav {
    margin-top: 0;
    margin-bottom: 0; }
  .nav {
    text-align: center; }
    .nav > li {
      display: inline-block; }
  .col-xs-12 {
    position: relative;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-sm-12 {
    position: relative;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-md-12 {
    position: relative;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-lg-12 {
    position: relative;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-xs-11 {
    position: relative;
    width: 91.66667%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-sm-11 {
    position: relative;
    width: 91.66667%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-md-11 {
    position: relative;
    width: 91.66667%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-lg-11 {
    position: relative;
    width: 91.66667%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-xs-10 {
    position: relative;
    width: 83.33333%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-sm-10 {
    position: relative;
    width: 83.33333%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-md-10 {
    position: relative;
    width: 83.33333%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-lg-10 {
    position: relative;
    width: 83.33333%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-xs-9 {
    position: relative;
    width: 75%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-sm-9 {
    position: relative;
    width: 75%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-md-9 {
    position: relative;
    width: 75%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-lg-9 {
    position: relative;
    width: 75%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-xs-8 {
    position: relative;
    width: 66.66667%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-sm-8 {
    position: relative;
    width: 66.66667%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-md-8 {
    position: relative;
    width: 66.66667%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-lg-8 {
    position: relative;
    width: 66.66667%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-xs-7 {
    position: relative;
    width: 58.33333%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-sm-7 {
    position: relative;
    width: 58.33333%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-md-7 {
    position: relative;
    width: 58.33333%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-lg-7 {
    position: relative;
    width: 58.33333%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-xs-6 {
    position: relative;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-sm-6 {
    position: relative;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-md-6 {
    position: relative;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-lg-6 {
    position: relative;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-xs-5 {
    position: relative;
    width: 41.66667%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-sm-5 {
    position: relative;
    width: 41.66667%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-md-5 {
    position: relative;
    width: 41.66667%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-lg-5 {
    position: relative;
    width: 41.66667%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-xs-4 {
    position: relative;
    width: 33.33333%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-sm-4 {
    position: relative;
    width: 33.33333%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-md-4 {
    position: relative;
    width: 33.33333%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-lg-4 {
    position: relative;
    width: 33.33333%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-xs-3 {
    position: relative;
    width: 25%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-sm-3 {
    position: relative;
    width: 25%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-md-3 {
    position: relative;
    width: 25%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-lg-3 {
    position: relative;
    width: 25%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-xs-2 {
    position: relative;
    width: 16.66667%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-sm-2 {
    position: relative;
    width: 16.66667%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-md-2 {
    position: relative;
    width: 16.66667%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-lg-2 {
    position: relative;
    width: 16.66667%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-xs-1 {
    position: relative;
    width: 8.33333%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-sm-1 {
    position: relative;
    width: 8.33333%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-md-1 {
    position: relative;
    width: 8.33333%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .col-lg-1 {
    position: relative;
    width: 8.33333%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  .navbar-toggle {
    display: none; } }

.blog-image img {
  border: 10px #777777 solid; }

.blog-listing .blog-listing-item {
  margin-bottom: 40px; }
  .blog-listing .blog-listing-item h2 a {
    color: #777777; }

.blog-title {
  text-transform: none;
  text-align: left; }
  .blog-title a {
    text-decoration: none;
    color: #000000; }

.btn-blog {
  text-transform: uppercase; }

.blog-widget {
  margin-bottom: 20px; }
  .blog-widget ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none; }

.sans-serif {
  font-family: Aeonis, Helvetica, Arial, sans-serif; }

.serif {
  font-family: "adobe-garamond-pro", "Times New Roman", Times, serif; }

/*$font-size-base:          14px !default;
$font-size-large:         ceil(($font-size-base * 1.57)) !default; // ~22px
$font-size-small:         ceil(($font-size-base * 0.85)) !default; // ~12px*/
/*$font-size-h1: floor(($font-size-base * 2.5))!default; // ~40px
//$font-size-h2:            floor(($font-size-base * 2.25))  !default; // ~36px
$font-size-h2: floor(($font-size-base * 2)) !default; // ~28px
//$font-size-h3:            ceil(($font-size-base * 1.75)) !default;   // ~28px
$font-size-h3: ceil(($font-size-base * 1.71))!default; // ~24px
$font-size-h4: ceil(($font-size-base * 1.25))!default; // ~20px
$font-size-h5: ceil(($font-size-base * 1.125))!default; // ~18px
$font-size-h6: $font-size-base !default;*/
.btn-primary-color {
  background-color: #0076A8;
  color: #FFFFFF;
  border: 0;
  outline: none;
  text-decoration: none;
  line-height: 22px;
  padding: 8px; }
  .btn-primary-color:hover {
    background-color: #003865; }

.icon-primary-bg-color {
  background-color: #0076A8;
  border: 1px solid #0076A8; }

.primary-bg-color {
  background-color: #0076A8; }

.half-inner-margin > [class*="col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px; }
  .half-inner-margin > [class*="col-"]:first-child {
    padding-left: 15px; }
  .half-inner-margin > [class*="col-"]:last-child {
    padding-right: 15px; }

sup sup {
  top: 0; }

.img-respond img {
  height: auto;
  max-width: 100%; }

.underlined-content-link {
  text-align: center; }
  .underlined-content-link a {
    text-decoration: none; }
    .underlined-content-link a:hover {
      text-decoration: none; }

.short-hr {
  width: 55px;
  display: block;
  border-top: 1px solid #cccccc;
  margin-top: 5px;
  margin-bottom: 5px; }
  .short-hr.hr-white {
    border-top-color: #FFFFFF; }

a.no-decoration {
  text-decoration: none; }
  a.no-decoration:hover {
    text-decoration: none; }

a:hover .short-hr {
  border-color: #0076A8; }

.twocolumnleftrail {
  z-index: 1; }

@media only screen and (min-width: 768px) and (max-width: 1019px) {
  .twocolumnleftrail {
    z-index: 33; } }

.mobile-check {
  height: 0px; }

@media only screen and (max-width: 1019px) {
  .mobile-check {
    height: 1px; } }

/*
.module-heading {
	font-size:20px;
	color:$navy;
	margin-bottom:20px;
	display:block;
	font-weight:bold;
}
*/
/*@include bg-variant-extended($brand-color-maps);
@include border-variant-extended($brand-color-maps);

@include button-variant-extended($brand-btn-color-maps);
@include text-variant-extended($brand-color-maps);*/
.margin-bottom-100 {
  margin-bottom: 100px !important; }

.margin-top-100 {
  margin-top: 100px !important; }

.margin-left-100 {
  margin-left: 100px !important; }

.margin-right-100 {
  margin-right: 100px !important; }

.margin-bottom-95 {
  margin-bottom: 95px !important; }

.margin-top-95 {
  margin-top: 95px !important; }

.margin-left-95 {
  margin-left: 95px !important; }

.margin-right-95 {
  margin-right: 95px !important; }

.margin-bottom-90 {
  margin-bottom: 90px !important; }

.margin-top-90 {
  margin-top: 90px !important; }

.margin-left-90 {
  margin-left: 90px !important; }

.margin-right-90 {
  margin-right: 90px !important; }

.margin-bottom-85 {
  margin-bottom: 85px !important; }

.margin-top-85 {
  margin-top: 85px !important; }

.margin-left-85 {
  margin-left: 85px !important; }

.margin-right-85 {
  margin-right: 85px !important; }

.margin-bottom-80 {
  margin-bottom: 80px !important; }

.margin-top-80 {
  margin-top: 80px !important; }

.margin-left-80 {
  margin-left: 80px !important; }

.margin-right-80 {
  margin-right: 80px !important; }

.margin-bottom-75 {
  margin-bottom: 75px !important; }

.margin-top-75 {
  margin-top: 75px !important; }

.margin-left-75 {
  margin-left: 75px !important; }

.margin-right-75 {
  margin-right: 75px !important; }

.margin-bottom-70 {
  margin-bottom: 70px !important; }

.margin-top-70 {
  margin-top: 70px !important; }

.margin-left-70 {
  margin-left: 70px !important; }

.margin-right-70 {
  margin-right: 70px !important; }

.margin-bottom-65 {
  margin-bottom: 65px !important; }

.margin-top-65 {
  margin-top: 65px !important; }

.margin-left-65 {
  margin-left: 65px !important; }

.margin-right-65 {
  margin-right: 65px !important; }

.margin-bottom-60 {
  margin-bottom: 60px !important; }

.margin-top-60 {
  margin-top: 60px !important; }

.margin-left-60 {
  margin-left: 60px !important; }

.margin-right-60 {
  margin-right: 60px !important; }

.margin-bottom-55 {
  margin-bottom: 55px !important; }

.margin-top-55 {
  margin-top: 55px !important; }

.margin-left-55 {
  margin-left: 55px !important; }

.margin-right-55 {
  margin-right: 55px !important; }

.margin-bottom-50 {
  margin-bottom: 50px !important; }

.margin-top-50 {
  margin-top: 50px !important; }

.margin-left-50 {
  margin-left: 50px !important; }

.margin-right-50 {
  margin-right: 50px !important; }

.margin-bottom-45 {
  margin-bottom: 45px !important; }

.margin-top-45 {
  margin-top: 45px !important; }

.margin-left-45 {
  margin-left: 45px !important; }

.margin-right-45 {
  margin-right: 45px !important; }

.margin-bottom-40 {
  margin-bottom: 40px !important; }

.margin-top-40 {
  margin-top: 40px !important; }

.margin-left-40 {
  margin-left: 40px !important; }

.margin-right-40 {
  margin-right: 40px !important; }

.margin-bottom-35 {
  margin-bottom: 35px !important; }

.margin-top-35 {
  margin-top: 35px !important; }

.margin-left-35 {
  margin-left: 35px !important; }

.margin-right-35 {
  margin-right: 35px !important; }

.margin-bottom-30 {
  margin-bottom: 30px !important; }

.margin-top-30 {
  margin-top: 30px !important; }

.margin-left-30 {
  margin-left: 30px !important; }

.margin-right-30 {
  margin-right: 30px !important; }

.margin-bottom-25 {
  margin-bottom: 25px !important; }

.margin-top-25 {
  margin-top: 25px !important; }

.margin-left-25 {
  margin-left: 25px !important; }

.margin-right-25 {
  margin-right: 25px !important; }

.margin-bottom-20 {
  margin-bottom: 20px !important; }

.margin-top-20 {
  margin-top: 20px !important; }

.margin-left-20 {
  margin-left: 20px !important; }

.margin-right-20 {
  margin-right: 20px !important; }

.margin-bottom-15 {
  margin-bottom: 15px !important; }

.margin-top-15 {
  margin-top: 15px !important; }

.margin-left-15 {
  margin-left: 15px !important; }

.margin-right-15 {
  margin-right: 15px !important; }

.margin-bottom-10 {
  margin-bottom: 10px !important; }

.margin-top-10 {
  margin-top: 10px !important; }

.margin-left-10 {
  margin-left: 10px !important; }

.margin-right-10 {
  margin-right: 10px !important; }

.margin-bottom-5 {
  margin-bottom: 5px !important; }

.margin-top-5 {
  margin-top: 5px !important; }

.margin-left-5 {
  margin-left: 5px !important; }

.margin-right-5 {
  margin-right: 5px !important; }

.margin-bottom-0 {
  margin-bottom: 0px !important; }

.margin-top-0 {
  margin-top: 0px !important; }

.margin-left-0 {
  margin-left: 0px !important; }

.margin-right-0 {
  margin-right: 0px !important; }

.margin-bottom--5 {
  margin-bottom: -5px !important; }

.margin-top--5 {
  margin-top: -5px !important; }

.margin-left--5 {
  margin-left: -5px !important; }

.margin-right--5 {
  margin-right: -5px !important; }

.margin-bottom--10 {
  margin-bottom: -10px !important; }

.margin-top--10 {
  margin-top: -10px !important; }

.margin-left--10 {
  margin-left: -10px !important; }

.margin-right--10 {
  margin-right: -10px !important; }

.margin-bottom--15 {
  margin-bottom: -15px !important; }

.margin-top--15 {
  margin-top: -15px !important; }

.margin-left--15 {
  margin-left: -15px !important; }

.margin-right--15 {
  margin-right: -15px !important; }

.margin-bottom--20 {
  margin-bottom: -20px !important; }

.margin-top--20 {
  margin-top: -20px !important; }

.margin-left--20 {
  margin-left: -20px !important; }

.margin-right--20 {
  margin-right: -20px !important; }

.margin-bottom--25 {
  margin-bottom: -25px !important; }

.margin-top--25 {
  margin-top: -25px !important; }

.margin-left--25 {
  margin-left: -25px !important; }

.margin-right--25 {
  margin-right: -25px !important; }

.padding-bottom-100 {
  padding-bottom: 100px !important; }

.padding-top-100 {
  padding-top: 100px !important; }

.padding-left-100 {
  padding-left: 100px !important; }

.padding-right-100 {
  padding-right: 100px !important; }

.padding-bottom-95 {
  padding-bottom: 95px !important; }

.padding-top-95 {
  padding-top: 95px !important; }

.padding-left-95 {
  padding-left: 95px !important; }

.padding-right-95 {
  padding-right: 95px !important; }

.padding-bottom-90 {
  padding-bottom: 90px !important; }

.padding-top-90 {
  padding-top: 90px !important; }

.padding-left-90 {
  padding-left: 90px !important; }

.padding-right-90 {
  padding-right: 90px !important; }

.padding-bottom-85 {
  padding-bottom: 85px !important; }

.padding-top-85 {
  padding-top: 85px !important; }

.padding-left-85 {
  padding-left: 85px !important; }

.padding-right-85 {
  padding-right: 85px !important; }

.padding-bottom-80 {
  padding-bottom: 80px !important; }

.padding-top-80 {
  padding-top: 80px !important; }

.padding-left-80 {
  padding-left: 80px !important; }

.padding-right-80 {
  padding-right: 80px !important; }

.padding-bottom-75 {
  padding-bottom: 75px !important; }

.padding-top-75 {
  padding-top: 75px !important; }

.padding-left-75 {
  padding-left: 75px !important; }

.padding-right-75 {
  padding-right: 75px !important; }

.padding-bottom-70 {
  padding-bottom: 70px !important; }

.padding-top-70 {
  padding-top: 70px !important; }

.padding-left-70 {
  padding-left: 70px !important; }

.padding-right-70 {
  padding-right: 70px !important; }

.padding-bottom-65 {
  padding-bottom: 65px !important; }

.padding-top-65 {
  padding-top: 65px !important; }

.padding-left-65 {
  padding-left: 65px !important; }

.padding-right-65 {
  padding-right: 65px !important; }

.padding-bottom-60 {
  padding-bottom: 60px !important; }

.padding-top-60 {
  padding-top: 60px !important; }

.padding-left-60 {
  padding-left: 60px !important; }

.padding-right-60 {
  padding-right: 60px !important; }

.padding-bottom-55 {
  padding-bottom: 55px !important; }

.padding-top-55 {
  padding-top: 55px !important; }

.padding-left-55 {
  padding-left: 55px !important; }

.padding-right-55 {
  padding-right: 55px !important; }

.padding-bottom-50 {
  padding-bottom: 50px !important; }

.padding-top-50 {
  padding-top: 50px !important; }

.padding-left-50 {
  padding-left: 50px !important; }

.padding-right-50 {
  padding-right: 50px !important; }

.padding-bottom-45 {
  padding-bottom: 45px !important; }

.padding-top-45 {
  padding-top: 45px !important; }

.padding-left-45 {
  padding-left: 45px !important; }

.padding-right-45 {
  padding-right: 45px !important; }

.padding-bottom-40 {
  padding-bottom: 40px !important; }

.padding-top-40 {
  padding-top: 40px !important; }

.padding-left-40 {
  padding-left: 40px !important; }

.padding-right-40 {
  padding-right: 40px !important; }

.padding-bottom-35 {
  padding-bottom: 35px !important; }

.padding-top-35 {
  padding-top: 35px !important; }

.padding-left-35 {
  padding-left: 35px !important; }

.padding-right-35 {
  padding-right: 35px !important; }

.padding-bottom-30 {
  padding-bottom: 30px !important; }

.padding-top-30 {
  padding-top: 30px !important; }

.padding-left-30 {
  padding-left: 30px !important; }

.padding-right-30 {
  padding-right: 30px !important; }

.padding-bottom-25 {
  padding-bottom: 25px !important; }

.padding-top-25 {
  padding-top: 25px !important; }

.padding-left-25 {
  padding-left: 25px !important; }

.padding-right-25 {
  padding-right: 25px !important; }

.padding-bottom-20 {
  padding-bottom: 20px !important; }

.padding-top-20 {
  padding-top: 20px !important; }

.padding-left-20 {
  padding-left: 20px !important; }

.padding-right-20 {
  padding-right: 20px !important; }

.padding-bottom-15 {
  padding-bottom: 15px !important; }

.padding-top-15 {
  padding-top: 15px !important; }

.padding-left-15 {
  padding-left: 15px !important; }

.padding-right-15 {
  padding-right: 15px !important; }

.padding-bottom-10 {
  padding-bottom: 10px !important; }

.padding-top-10 {
  padding-top: 10px !important; }

.padding-left-10 {
  padding-left: 10px !important; }

.padding-right-10 {
  padding-right: 10px !important; }

.padding-bottom-5 {
  padding-bottom: 5px !important; }

.padding-top-5 {
  padding-top: 5px !important; }

.padding-left-5 {
  padding-left: 5px !important; }

.padding-right-5 {
  padding-right: 5px !important; }

.padding-bottom-0 {
  padding-bottom: 0px !important; }

.padding-top-0 {
  padding-top: 0px !important; }

.padding-left-0 {
  padding-left: 0px !important; }

.padding-right-0 {
  padding-right: 0px !important; }

.padding-bottom--5 {
  padding-bottom: -5px !important; }

.padding-top--5 {
  padding-top: -5px !important; }

.padding-left--5 {
  padding-left: -5px !important; }

.padding-right--5 {
  padding-right: -5px !important; }

.padding-bottom--10 {
  padding-bottom: -10px !important; }

.padding-top--10 {
  padding-top: -10px !important; }

.padding-left--10 {
  padding-left: -10px !important; }

.padding-right--10 {
  padding-right: -10px !important; }

.padding-bottom--15 {
  padding-bottom: -15px !important; }

.padding-top--15 {
  padding-top: -15px !important; }

.padding-left--15 {
  padding-left: -15px !important; }

.padding-right--15 {
  padding-right: -15px !important; }

.padding-bottom--20 {
  padding-bottom: -20px !important; }

.padding-top--20 {
  padding-top: -20px !important; }

.padding-left--20 {
  padding-left: -20px !important; }

.padding-right--20 {
  padding-right: -20px !important; }

.padding-bottom--25 {
  padding-bottom: -25px !important; }

.padding-top--25 {
  padding-top: -25px !important; }

.padding-left--25 {
  padding-left: -25px !important; }

.padding-right--25 {
  padding-right: -25px !important; }

@media (min-width: 768px) and (max-width: 1019px) {
  .margin-bottom-sm-100 {
    margin-bottom: 100px !important; }
  .margin-top-sm-100 {
    margin-top: 100px !important; }
  .margin-left-sm-100 {
    margin-left: 100px !important; }
  .margin-right-sm-100 {
    margin-right: 100px !important; } }

@media (min-width: 768px) and (max-width: 1019px) {
  .margin-bottom-sm-95 {
    margin-bottom: 95px !important; }
  .margin-top-sm-95 {
    margin-top: 95px !important; }
  .margin-left-sm-95 {
    margin-left: 95px !important; }
  .margin-right-sm-95 {
    margin-right: 95px !important; } }

@media (min-width: 768px) and (max-width: 1019px) {
  .margin-bottom-sm-90 {
    margin-bottom: 90px !important; }
  .margin-top-sm-90 {
    margin-top: 90px !important; }
  .margin-left-sm-90 {
    margin-left: 90px !important; }
  .margin-right-sm-90 {
    margin-right: 90px !important; } }

@media (min-width: 768px) and (max-width: 1019px) {
  .margin-bottom-sm-85 {
    margin-bottom: 85px !important; }
  .margin-top-sm-85 {
    margin-top: 85px !important; }
  .margin-left-sm-85 {
    margin-left: 85px !important; }
  .margin-right-sm-85 {
    margin-right: 85px !important; } }

@media (min-width: 768px) and (max-width: 1019px) {
  .margin-bottom-sm-80 {
    margin-bottom: 80px !important; }
  .margin-top-sm-80 {
    margin-top: 80px !important; }
  .margin-left-sm-80 {
    margin-left: 80px !important; }
  .margin-right-sm-80 {
    margin-right: 80px !important; } }

@media (min-width: 768px) and (max-width: 1019px) {
  .margin-bottom-sm-75 {
    margin-bottom: 75px !important; }
  .margin-top-sm-75 {
    margin-top: 75px !important; }
  .margin-left-sm-75 {
    margin-left: 75px !important; }
  .margin-right-sm-75 {
    margin-right: 75px !important; } }

@media (min-width: 768px) and (max-width: 1019px) {
  .margin-bottom-sm-70 {
    margin-bottom: 70px !important; }
  .margin-top-sm-70 {
    margin-top: 70px !important; }
  .margin-left-sm-70 {
    margin-left: 70px !important; }
  .margin-right-sm-70 {
    margin-right: 70px !important; } }

@media (min-width: 768px) and (max-width: 1019px) {
  .margin-bottom-sm-65 {
    margin-bottom: 65px !important; }
  .margin-top-sm-65 {
    margin-top: 65px !important; }
  .margin-left-sm-65 {
    margin-left: 65px !important; }
  .margin-right-sm-65 {
    margin-right: 65px !important; } }

@media (min-width: 768px) and (max-width: 1019px) {
  .margin-bottom-sm-60 {
    margin-bottom: 60px !important; }
  .margin-top-sm-60 {
    margin-top: 60px !important; }
  .margin-left-sm-60 {
    margin-left: 60px !important; }
  .margin-right-sm-60 {
    margin-right: 60px !important; } }

@media (min-width: 768px) and (max-width: 1019px) {
  .margin-bottom-sm-55 {
    margin-bottom: 55px !important; }
  .margin-top-sm-55 {
    margin-top: 55px !important; }
  .margin-left-sm-55 {
    margin-left: 55px !important; }
  .margin-right-sm-55 {
    margin-right: 55px !important; } }

@media (min-width: 768px) and (max-width: 1019px) {
  .margin-bottom-sm-50 {
    margin-bottom: 50px !important; }
  .margin-top-sm-50 {
    margin-top: 50px !important; }
  .margin-left-sm-50 {
    margin-left: 50px !important; }
  .margin-right-sm-50 {
    margin-right: 50px !important; } }

@media (min-width: 768px) and (max-width: 1019px) {
  .margin-bottom-sm-45 {
    margin-bottom: 45px !important; }
  .margin-top-sm-45 {
    margin-top: 45px !important; }
  .margin-left-sm-45 {
    margin-left: 45px !important; }
  .margin-right-sm-45 {
    margin-right: 45px !important; } }

@media (min-width: 768px) and (max-width: 1019px) {
  .margin-bottom-sm-40 {
    margin-bottom: 40px !important; }
  .margin-top-sm-40 {
    margin-top: 40px !important; }
  .margin-left-sm-40 {
    margin-left: 40px !important; }
  .margin-right-sm-40 {
    margin-right: 40px !important; } }

@media (min-width: 768px) and (max-width: 1019px) {
  .margin-bottom-sm-35 {
    margin-bottom: 35px !important; }
  .margin-top-sm-35 {
    margin-top: 35px !important; }
  .margin-left-sm-35 {
    margin-left: 35px !important; }
  .margin-right-sm-35 {
    margin-right: 35px !important; } }

@media (min-width: 768px) and (max-width: 1019px) {
  .margin-bottom-sm-30 {
    margin-bottom: 30px !important; }
  .margin-top-sm-30 {
    margin-top: 30px !important; }
  .margin-left-sm-30 {
    margin-left: 30px !important; }
  .margin-right-sm-30 {
    margin-right: 30px !important; } }

@media (min-width: 768px) and (max-width: 1019px) {
  .margin-bottom-sm-25 {
    margin-bottom: 25px !important; }
  .margin-top-sm-25 {
    margin-top: 25px !important; }
  .margin-left-sm-25 {
    margin-left: 25px !important; }
  .margin-right-sm-25 {
    margin-right: 25px !important; } }

@media (min-width: 768px) and (max-width: 1019px) {
  .margin-bottom-sm-20 {
    margin-bottom: 20px !important; }
  .margin-top-sm-20 {
    margin-top: 20px !important; }
  .margin-left-sm-20 {
    margin-left: 20px !important; }
  .margin-right-sm-20 {
    margin-right: 20px !important; } }

@media (min-width: 768px) and (max-width: 1019px) {
  .margin-bottom-sm-15 {
    margin-bottom: 15px !important; }
  .margin-top-sm-15 {
    margin-top: 15px !important; }
  .margin-left-sm-15 {
    margin-left: 15px !important; }
  .margin-right-sm-15 {
    margin-right: 15px !important; } }

@media (min-width: 768px) and (max-width: 1019px) {
  .margin-bottom-sm-10 {
    margin-bottom: 10px !important; }
  .margin-top-sm-10 {
    margin-top: 10px !important; }
  .margin-left-sm-10 {
    margin-left: 10px !important; }
  .margin-right-sm-10 {
    margin-right: 10px !important; } }

@media (min-width: 768px) and (max-width: 1019px) {
  .margin-bottom-sm-5 {
    margin-bottom: 5px !important; }
  .margin-top-sm-5 {
    margin-top: 5px !important; }
  .margin-left-sm-5 {
    margin-left: 5px !important; }
  .margin-right-sm-5 {
    margin-right: 5px !important; } }

@media (min-width: 768px) and (max-width: 1019px) {
  .margin-bottom-sm-0 {
    margin-bottom: 0px !important; }
  .margin-top-sm-0 {
    margin-top: 0px !important; }
  .margin-left-sm-0 {
    margin-left: 0px !important; }
  .margin-right-sm-0 {
    margin-right: 0px !important; } }

@media (min-width: 768px) and (max-width: 1019px) {
  .margin-bottom-sm--5 {
    margin-bottom: -5px !important; }
  .margin-top-sm--5 {
    margin-top: -5px !important; }
  .margin-left-sm--5 {
    margin-left: -5px !important; }
  .margin-right-sm--5 {
    margin-right: -5px !important; } }

@media (min-width: 768px) and (max-width: 1019px) {
  .margin-bottom-sm--10 {
    margin-bottom: -10px !important; }
  .margin-top-sm--10 {
    margin-top: -10px !important; }
  .margin-left-sm--10 {
    margin-left: -10px !important; }
  .margin-right-sm--10 {
    margin-right: -10px !important; } }

@media (min-width: 768px) and (max-width: 1019px) {
  .margin-bottom-sm--15 {
    margin-bottom: -15px !important; }
  .margin-top-sm--15 {
    margin-top: -15px !important; }
  .margin-left-sm--15 {
    margin-left: -15px !important; }
  .margin-right-sm--15 {
    margin-right: -15px !important; } }

@media (min-width: 768px) and (max-width: 1019px) {
  .margin-bottom-sm--20 {
    margin-bottom: -20px !important; }
  .margin-top-sm--20 {
    margin-top: -20px !important; }
  .margin-left-sm--20 {
    margin-left: -20px !important; }
  .margin-right-sm--20 {
    margin-right: -20px !important; } }

@media (min-width: 768px) and (max-width: 1019px) {
  .margin-bottom-sm--25 {
    margin-bottom: -25px !important; }
  .margin-top-sm--25 {
    margin-top: -25px !important; }
  .margin-left-sm--25 {
    margin-left: -25px !important; }
  .margin-right-sm--25 {
    margin-right: -25px !important; } }

@media (max-width: 1019px) {
  .margin-bottom-xs-100 {
    margin-bottom: 100px !important; }
  .margin-top-xs-100 {
    margin-top: 100px !important; }
  .margin-left-xs-100 {
    margin-left: 100px !important; }
  .margin-right-xs-100 {
    margin-right: 100px !important; } }

@media (max-width: 1019px) {
  .margin-bottom-xs-95 {
    margin-bottom: 95px !important; }
  .margin-top-xs-95 {
    margin-top: 95px !important; }
  .margin-left-xs-95 {
    margin-left: 95px !important; }
  .margin-right-xs-95 {
    margin-right: 95px !important; } }

@media (max-width: 1019px) {
  .margin-bottom-xs-90 {
    margin-bottom: 90px !important; }
  .margin-top-xs-90 {
    margin-top: 90px !important; }
  .margin-left-xs-90 {
    margin-left: 90px !important; }
  .margin-right-xs-90 {
    margin-right: 90px !important; } }

@media (max-width: 1019px) {
  .margin-bottom-xs-85 {
    margin-bottom: 85px !important; }
  .margin-top-xs-85 {
    margin-top: 85px !important; }
  .margin-left-xs-85 {
    margin-left: 85px !important; }
  .margin-right-xs-85 {
    margin-right: 85px !important; } }

@media (max-width: 1019px) {
  .margin-bottom-xs-80 {
    margin-bottom: 80px !important; }
  .margin-top-xs-80 {
    margin-top: 80px !important; }
  .margin-left-xs-80 {
    margin-left: 80px !important; }
  .margin-right-xs-80 {
    margin-right: 80px !important; } }

@media (max-width: 1019px) {
  .margin-bottom-xs-75 {
    margin-bottom: 75px !important; }
  .margin-top-xs-75 {
    margin-top: 75px !important; }
  .margin-left-xs-75 {
    margin-left: 75px !important; }
  .margin-right-xs-75 {
    margin-right: 75px !important; } }

@media (max-width: 1019px) {
  .margin-bottom-xs-70 {
    margin-bottom: 70px !important; }
  .margin-top-xs-70 {
    margin-top: 70px !important; }
  .margin-left-xs-70 {
    margin-left: 70px !important; }
  .margin-right-xs-70 {
    margin-right: 70px !important; } }

@media (max-width: 1019px) {
  .margin-bottom-xs-65 {
    margin-bottom: 65px !important; }
  .margin-top-xs-65 {
    margin-top: 65px !important; }
  .margin-left-xs-65 {
    margin-left: 65px !important; }
  .margin-right-xs-65 {
    margin-right: 65px !important; } }

@media (max-width: 1019px) {
  .margin-bottom-xs-60 {
    margin-bottom: 60px !important; }
  .margin-top-xs-60 {
    margin-top: 60px !important; }
  .margin-left-xs-60 {
    margin-left: 60px !important; }
  .margin-right-xs-60 {
    margin-right: 60px !important; } }

@media (max-width: 1019px) {
  .margin-bottom-xs-55 {
    margin-bottom: 55px !important; }
  .margin-top-xs-55 {
    margin-top: 55px !important; }
  .margin-left-xs-55 {
    margin-left: 55px !important; }
  .margin-right-xs-55 {
    margin-right: 55px !important; } }

@media (max-width: 1019px) {
  .margin-bottom-xs-50 {
    margin-bottom: 50px !important; }
  .margin-top-xs-50 {
    margin-top: 50px !important; }
  .margin-left-xs-50 {
    margin-left: 50px !important; }
  .margin-right-xs-50 {
    margin-right: 50px !important; } }

@media (max-width: 1019px) {
  .margin-bottom-xs-45 {
    margin-bottom: 45px !important; }
  .margin-top-xs-45 {
    margin-top: 45px !important; }
  .margin-left-xs-45 {
    margin-left: 45px !important; }
  .margin-right-xs-45 {
    margin-right: 45px !important; } }

@media (max-width: 1019px) {
  .margin-bottom-xs-40 {
    margin-bottom: 40px !important; }
  .margin-top-xs-40 {
    margin-top: 40px !important; }
  .margin-left-xs-40 {
    margin-left: 40px !important; }
  .margin-right-xs-40 {
    margin-right: 40px !important; } }

@media (max-width: 1019px) {
  .margin-bottom-xs-35 {
    margin-bottom: 35px !important; }
  .margin-top-xs-35 {
    margin-top: 35px !important; }
  .margin-left-xs-35 {
    margin-left: 35px !important; }
  .margin-right-xs-35 {
    margin-right: 35px !important; } }

@media (max-width: 1019px) {
  .margin-bottom-xs-30 {
    margin-bottom: 30px !important; }
  .margin-top-xs-30 {
    margin-top: 30px !important; }
  .margin-left-xs-30 {
    margin-left: 30px !important; }
  .margin-right-xs-30 {
    margin-right: 30px !important; } }

@media (max-width: 1019px) {
  .margin-bottom-xs-25 {
    margin-bottom: 25px !important; }
  .margin-top-xs-25 {
    margin-top: 25px !important; }
  .margin-left-xs-25 {
    margin-left: 25px !important; }
  .margin-right-xs-25 {
    margin-right: 25px !important; } }

@media (max-width: 1019px) {
  .margin-bottom-xs-20 {
    margin-bottom: 20px !important; }
  .margin-top-xs-20 {
    margin-top: 20px !important; }
  .margin-left-xs-20 {
    margin-left: 20px !important; }
  .margin-right-xs-20 {
    margin-right: 20px !important; } }

@media (max-width: 1019px) {
  .margin-bottom-xs-15 {
    margin-bottom: 15px !important; }
  .margin-top-xs-15 {
    margin-top: 15px !important; }
  .margin-left-xs-15 {
    margin-left: 15px !important; }
  .margin-right-xs-15 {
    margin-right: 15px !important; } }

@media (max-width: 1019px) {
  .margin-bottom-xs-10 {
    margin-bottom: 10px !important; }
  .margin-top-xs-10 {
    margin-top: 10px !important; }
  .margin-left-xs-10 {
    margin-left: 10px !important; }
  .margin-right-xs-10 {
    margin-right: 10px !important; } }

@media (max-width: 1019px) {
  .margin-bottom-xs-5 {
    margin-bottom: 5px !important; }
  .margin-top-xs-5 {
    margin-top: 5px !important; }
  .margin-left-xs-5 {
    margin-left: 5px !important; }
  .margin-right-xs-5 {
    margin-right: 5px !important; } }

@media (max-width: 1019px) {
  .margin-bottom-xs-0 {
    margin-bottom: 0px !important; }
  .margin-top-xs-0 {
    margin-top: 0px !important; }
  .margin-left-xs-0 {
    margin-left: 0px !important; }
  .margin-right-xs-0 {
    margin-right: 0px !important; } }

@media (max-width: 1019px) {
  .margin-bottom-xs--5 {
    margin-bottom: -5px !important; }
  .margin-top-xs--5 {
    margin-top: -5px !important; }
  .margin-left-xs--5 {
    margin-left: -5px !important; }
  .margin-right-xs--5 {
    margin-right: -5px !important; } }

@media (max-width: 1019px) {
  .margin-bottom-xs--10 {
    margin-bottom: -10px !important; }
  .margin-top-xs--10 {
    margin-top: -10px !important; }
  .margin-left-xs--10 {
    margin-left: -10px !important; }
  .margin-right-xs--10 {
    margin-right: -10px !important; } }

@media (max-width: 1019px) {
  .margin-bottom-xs--15 {
    margin-bottom: -15px !important; }
  .margin-top-xs--15 {
    margin-top: -15px !important; }
  .margin-left-xs--15 {
    margin-left: -15px !important; }
  .margin-right-xs--15 {
    margin-right: -15px !important; } }

@media (max-width: 1019px) {
  .margin-bottom-xs--20 {
    margin-bottom: -20px !important; }
  .margin-top-xs--20 {
    margin-top: -20px !important; }
  .margin-left-xs--20 {
    margin-left: -20px !important; }
  .margin-right-xs--20 {
    margin-right: -20px !important; } }

@media (max-width: 1019px) {
  .margin-bottom-xs--25 {
    margin-bottom: -25px !important; }
  .margin-top-xs--25 {
    margin-top: -25px !important; }
  .margin-left-xs--25 {
    margin-left: -25px !important; }
  .margin-right-xs--25 {
    margin-right: -25px !important; } }

/*Form Styles*/
form[data-wffm] {
  width: 100%; }
  form[data-wffm] legend {
    text-decoration: none;
    border: none; }
  form[data-wffm] .form-group {
    width: 100%; }
    form[data-wffm] .form-group label {
      font-weight: normal;
      margin-bottom: 5px; }
      form[data-wffm] .form-group label:after {
        content: none;
        border: none;
        background-color: transparent; }
    form[data-wffm] .form-group .form-control {
      /*padding: 10px;*/
      width: 100%;
      color: #62B5E5; }
    form[data-wffm] .form-group .text-box, form[data-wffm] .form-group textarea {
      border-radius: 0; }
    form[data-wffm] .form-group .text-box:focus, form[data-wffm] .form-group textarea:focus {
      border-color: #e30613; }
    form[data-wffm] .form-group .field-validation-error {
      color: #e30613;
      font-style: italic; }
  form[data-wffm] input[type="checkbox"] {
    height: 1.5rem;
    margin-right: .5rem;
    width: 1.5rem;
    position: relative;
    left: 0px;
    top: .3rem; }
  form[data-wffm] .radio input[type="radio"] {
    width: auto;
    background-color: transparent !important;
    border: 0 !important;
    padding: 0;
    margin: 0;
    position: relative;
    height: auto !important; }
  form[data-wffm] .form-submit-border {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    max-width: 300px; }
    form[data-wffm] .form-submit-border .btn-default {
      color: #ffffff;
      background-color: #0076A8;
      border: 0;
      outline: none;
      text-decoration: none;
      line-height: 22px;
      padding: 8px; }
  form[data-wffm] .has-feedback .validation-summary-valid .list-group li {
    background-color: transparent;
    border: none; }
  form[data-wffm] .has-feedback .validation-summary-valid .list-group .list-group-item {
    color: #e30613;
    font-style: italic;
    border: none; }

/*Elements*/
.header {
  z-index: 9;
  margin: 0;
  padding: 0;
  border-bottom: 5px solid #BA0C2F; }
  .header .navbar {
    border: 0; }
    .header .navbar .navbar-header {
      float: none; }
      .header .navbar .navbar-header > .row {
        margin: 0; }
      .header .navbar .navbar-header .nav-utility > div.library-tabs {
        padding: 0 5px; }
        @media only screen and (min-width: 1336px) {
          .header .navbar .navbar-header .nav-utility > div.library-tabs {
            padding-top: 3rem; } }
  .header .logo {
    float: left; }
    .header .logo img {
      display: inline-block; }
  .header .utility-nav {
    position: relative;
    display: block;
    height: 82px;
    width: 50%;
    float: right; }
    .header .utility-nav .hideFromHeader {
      display: none;
      visibility: hidden; }
  .header:before, .header:after {
    content: "";
    display: table; }
  .header:after {
    clear: both; }
  .header .library-tabs .nav {
    margin-top: 2rem; }
    .header .library-tabs .nav.nav-tabs {
      border-bottom: none !important;
      display: flex; }
  .header .library-tabs #searchTabs li .nav-link {
    border: none;
    background: none;
    cursor: pointer;
    padding-top: 0.35rem; }
    @media (max-width: 1335px) {
      .header .library-tabs #searchTabs li .nav-link {
        transition: all ease 0.5s;
        font-size: 1.15rem; } }
    .header .library-tabs #searchTabs li .nav-link i {
      font-size: 1.8rem;
      color: #FFFFFF; }
    .header .library-tabs #searchTabs li .nav-link span {
      color: #FFFFFF;
      padding-left: 1rem; }
  .header .library-tabs #searchTabs li:nth-of-type(1) {
    background: linear-gradient(180deg, #ffc11e, #b78500);
    border-radius: 5px 5px 0 0; }
    .header .library-tabs #searchTabs li:nth-of-type(1).active {
      background: linear-gradient(180deg, #ffcf51, #b78500); }
  .header .library-tabs #searchTabs li:nth-of-type(2) {
    background: linear-gradient(180deg, #009adb, #00405c);
    border-radius: 5px 5px 0 0;
    margin-left: 1rem; }
    .header .library-tabs #searchTabs li:nth-of-type(2).active {
      background: linear-gradient(180deg, #62B5E5, #00405c); }
  .header .library-tabs #catalogSearch .search-wrapper input {
    border-color: #313430; }
  .header .library-tabs #catalogSearch .search-wrapper .btn {
    border-color: #313430;
    color: #313430; }
  .header .library-tabs #siteSearch .search-input-wrapper input {
    border-color: #cccccc; }
  .header .library-tabs #siteSearch .search-input-wrapper .btn {
    border-color: #cccccc;
    color: #cccccc; }
  .header .search-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;
    float: right;
    transition: all 1s ease; }
    @media only screen and (max-width: 1336px) {
      .header .search-wrapper {
        width: 100%; } }
    .header .search-wrapper h5 {
      display: flex; }
    .header .search-wrapper .select-wrapper {
      position: relative;
      line-height: 1.15 !important; }
      .header .search-wrapper .select-wrapper:after {
        content: '\f078';
        font: normal normal normal 17px/1 FontAwesome;
        color: #000;
        right: 11px;
        top: 0px;
        height: 100%;
        padding: 12px 0px 0px 8px;
        position: absolute;
        pointer-events: none; }
      .header .search-wrapper .select-wrapper select {
        font-size: 18px !important;
        color: #313430;
        width: auto;
        display: flex;
        height: 4rem;
        padding-right: 5rem;
        padding-top: -2%;
        border-color: #313430;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        /* Add some styling */
        /*display: block;
			width: 100%;
			max-width: 320px;
			height: 50px;
			float: right;
			margin: 5px 0px;
			padding: 0px 24px;
			font-size: 16px;
			line-height: 1.75;
			color: #333;
			background-color: #ffffff;
			background-image: none;
			border: 1px solid #0ebeff;*/
        -ms-word-break: normal;
        word-break: normal;
        /* IE11 hide native button (thanks Matt!) */ }
        @media only screen and (max-width: 1336px) {
          .header .search-wrapper .select-wrapper select {
            padding-right: 4rem; } }
        .header .search-wrapper .select-wrapper select::-ms-expand {
          display: none; }
    .header .search-wrapper .search-input-wrapper {
      height: 4rem;
      width: 40%;
      min-width: 240px; }
      @media only screen and (max-width: 1336px) {
        .header .search-wrapper .search-input-wrapper {
          min-width: 200px;
          display: flex; } }
      .header .search-wrapper .search-input-wrapper input {
        height: 100%;
        font-size: 19px; }
        .header .search-wrapper .search-input-wrapper input::placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #313430;
          font-weight: 500;
          font-size: 1.8rem;
          opacity: 1;
          /* Firefox */ }
        .header .search-wrapper .search-input-wrapper input:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #313430;
          font-weight: 500;
          font-size: 1.8rem; }
        .header .search-wrapper .search-input-wrapper input::-ms-input-placeholder {
          /* Microsoft Edge */
          color: #313430;
          font-weight: 500;
          font-size: 1.8rem; }
      .header .search-wrapper .search-input-wrapper a {
        height: 100%; }
  .header .search-mobile {
    background-color: #f1f1ee;
    margin-top: -9px;
    width: 100%;
    position: relative;
    float: left; }
    .header .search-mobile .search-wrapper {
      padding: 20px; }
      .header .search-mobile .search-wrapper .search {
        background-color: #FFFFFF; }
  .header .dropdown .dropdown-menu > li > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

.alert-banner {
  position: relative;
  display: none;
  text-align: center;
  width: 100%;
  background-color: #BA0C2F;
  line-height: 70px; }
  .alert-banner .alert-message {
    display: inline-block;
    color: #FFFFFF !important;
    margin: 0 auto;
    line-height: 22px; }
    .alert-banner .alert-message .alert-message-heading {
      font-weight: bold; }
    .alert-banner .alert-message a {
      color: #FFFFFF;
      margin: 0 5px;
      white-space: nowrap; }
    .alert-banner .alert-message span {
      margin: 0 5px; }
    .alert-banner .alert-message i {
      font-size: 26px;
      margin-right: 5px; }

.show-alert-banner {
  display: block; }

ul.nav-tabs li.nav-item {
  background: #e0e6dd; }
  ul.nav-tabs li.nav-item a.nav-link {
    text-decoration: none;
    padding-top: 0px;
    padding-bottom: 0px; }
    ul.nav-tabs li.nav-item a.nav-link h5 {
      margin-top: 0px;
      margin-bottom: 0px; }

.search-wrapper {
  display: inline-block;
  width: 100%;
  float: none;
  padding-bottom: 1rem; }
  .search-wrapper .search-input-wrapper {
    display: inline-block;
    width: 100%;
    float: none;
    position: relative; }
    .search-wrapper .search-input-wrapper input {
      color: #313430;
      display: inline-block;
      border: 1px solid #cccccc;
      background: #FFFFFF;
      padding: 0 12px;
      padding-right: 50px;
      font-size: 16px;
      height: 38px;
      line-height: 38px;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .search-wrapper .search-input-wrapper .btn {
      position: absolute;
      background: #FFFFFF;
      top: 0;
      right: 0;
      color: #313430;
      font-size: 16px;
      line-height: 24px;
      height: 38px;
      margin: 0;
      padding: 7px 15px;
      border: 1px solid #cccccc; }

@media (max-width: 400px) {
  .header .navbar .logo {
    width: 75%; } }

@media (min-width: 401px) and (max-width: 1019px) {
  .header .navbar .logo {
    width: 100%; } }

@media (min-width: 768px) {
  .display-search-panel {
    display: none;
    visibility: hidden; } }

@media (min-width: 1020px) and (max-width: 1335px) {
  .header {
    height: auto; }
    .header .logo {
      overflow: hidden;
      width: 200px; } }

@media (max-width: 1020px) {
  .header {
    margin-top: 0;
    height: auto;
    line-height: 70px; }
    .header .navbar {
      position: relative;
      margin-left: -15px;
      margin-right: -15px;
      margin-bottom: -1px;
      z-index: 999; }
      .header .navbar .navbar-header {
        padding-bottom: 0;
        padding-top: 0;
        margin-bottom: 0; }
        .header .navbar .navbar-header > .row {
          margin: 0; }
          .header .navbar .navbar-header > .row > div {
            padding: 0; }
        .header .navbar .navbar-header .logo {
          overflow: hidden;
          z-index: -1;
          text-align: center; }
          .header .navbar .navbar-header .logo .logo-img {
            width: 100%;
            height: 65px;
            margin: 0 auto;
            padding: 5px 0; }
            .header .navbar .navbar-header .logo .logo-img img {
              height: 55px;
              width: auto;
              vertical-align: inherit; }
        .header .navbar .navbar-header .mobile-catalog-search-btn {
          position: absolute;
          right: 65px;
          height: 65px;
          font-size: 30px;
          background: #EAAA00;
          color: #FFFFFF;
          border: 0;
          border-left: 1px solid #f1f1ee;
          line-height: 55px; }
          .header .navbar .navbar-header .mobile-catalog-search-btn.collapsed {
            background: #FFFFFF;
            color: #0076A8; }
        .header .navbar .navbar-header #navbar-catalog-search .search-wrapper {
          background: #EAAA00; }
        .header .navbar .navbar-header .mobile-search-btn {
          position: absolute;
          right: 0;
          height: 65px;
          font-size: 30px;
          background: #0076A8;
          color: #FFFFFF;
          border: 0;
          border-left: 1px solid #f1f1ee;
          line-height: 55px; }
          .header .navbar .navbar-header .mobile-search-btn.collapsed {
            background: #FFFFFF;
            color: #0076A8; }
    .header .navbar-toggle {
      width: 65px;
      height: 65px;
      margin-right: 0;
      padding-left: 5px;
      padding-right: 5px;
      background-color: #0076A8;
      margin-bottom: 0;
      margin-top: 0; }
    .header .mobile-menu-toggle {
      float: left; }
      .header .mobile-menu-toggle:hover, .header .mobile-menu-toggle:focus {
        background-color: #FFFFFF;
        background-color: #fff;
        border-right: solid 1px #f1f1ee; }
        .header .mobile-menu-toggle:hover .icon-bar, .header .mobile-menu-toggle:focus .icon-bar {
          background-color: #949496; }
      .header .mobile-menu-toggle:not(.collapsed) {
        background-color: #0076A8 !important;
        margin-bottom: 0;
        margin-top: 0; }
      .header .mobile-menu-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 3px;
        margin-left: auto;
        margin-right: auto;
        background-color: #FFFFFF;
        border-radius: 1px; }
    .header .submobile-menu-toggle {
      float: right; }
      .header .submobile-menu-toggle .icon-bar {
        margin-left: auto;
        margin-right: auto; }
    .header .mobile-menu-text {
      font-size: 10px;
      color: #949496; }
    .header .mobile-search-toggle {
      float: right;
      color: #949496;
      line-height: 1; }
      .header .mobile-search-toggle .fa {
        font-size: 20px; }
      .header .mobile-search-toggle:focus {
        background-color: transparent; }
      .header .mobile-search-toggle:not(.collapsed) {
        background-color: #f1f1ee; }
  .display-search-panel {
    display: block;
    visibility: visible;
    padding: 15px;
    background: #003865; }
  .search-mobile .search-wrapper {
    padding: 15px;
    background-color: #0076A8;
    text-align: center; }
  .search-mobile .search-mobile-dropdowns {
    width: 100%;
    display: block;
    align-items: center;
    text-align: center;
    background-color: #0076A8;
    padding-top: 15px;
    padding-bottom: 0px;
    padding-left: 20%;
    padding-right: 20%;
    /* The switch - the box around the slider */
    /* Hide default HTML checkbox */
    /* The slider */
    /* Rounded sliders */ }
    .search-mobile .search-mobile-dropdowns > div.search-mobile-heading-top {
      justify-content: center; }
    .search-mobile .search-mobile-dropdowns > div {
      width: 100%;
      display: flex;
      justify-content: space-around;
      align-items: center; }
      .search-mobile .search-mobile-dropdowns > div .search-mobile-heading h5 {
        font-weight: 400;
        transition: font-weight ease-in-out 1s; }
      .search-mobile .search-mobile-dropdowns > div .search-mobile-heading.active h5 {
        font-weight: 700; }
      .search-mobile .search-mobile-dropdowns > div label {
        margin-bottom: 0px; }
    .search-mobile .search-mobile-dropdowns h5 {
      color: #FFFFFF;
      margin-top: 0px;
      margin-bottom: 0px; }
      .search-mobile .search-mobile-dropdowns h5.left {
        text-align: left; }
    .search-mobile .search-mobile-dropdowns .switch {
      position: relative;
      display: inline-block;
      width: 60px;
      height: 34px; }
    .search-mobile .search-mobile-dropdowns .switch input {
      opacity: 0;
      width: 0;
      height: 0; }
    .search-mobile .search-mobile-dropdowns .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ccc;
      -webkit-transition: .4s;
      transition: .4s; }
    .search-mobile .search-mobile-dropdowns .slider:before {
      position: absolute;
      content: "";
      height: 26px;
      width: 26px;
      left: 4px;
      bottom: 4px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s; }
    .search-mobile .search-mobile-dropdowns input:checked + .slider {
      background-color: #2196F3; }
    .search-mobile .search-mobile-dropdowns input:focus + .slider {
      box-shadow: 0 0 1px #2196F3; }
    .search-mobile .search-mobile-dropdowns input:checked + .slider:before {
      -webkit-transform: translateX(26px);
      -ms-transform: translateX(26px);
      transform: translateX(26px); }
    .search-mobile .search-mobile-dropdowns .slider.round {
      border-radius: 34px; }
    .search-mobile .search-mobile-dropdowns .slider.round:before {
      border-radius: 50%; }
  .search-mobile .search-mobile-buttons {
    display: flex;
    justify-content: space-around; }
    .search-mobile .search-mobile-buttons a.btn {
      display: block;
      text-decoration: none;
      text-transform: none;
      flex-grow: 1;
      margin: 15px;
      margin-top: 10px;
      padding-left: 0px;
      padding-right: 0px; }
      .search-mobile .search-mobile-buttons a.btn:nth-of-type(2) {
        background: #EAAA00;
        border-color: #EAAA00; }
  .search-mobile#navbar-catalog-search .search-wrapper {
    background-color: #EAAA00; }
  .alert-banner {
    line-height: inherit;
    padding: 15px; } }

.hero-banner {
  position: relative;
  overflow: hidden;
  text-align: center;
  max-height: 695px;
  height: auto; }
  .hero-banner h1, .hero-banner h2, .hero-banner h3, .hero-banner h4, .hero-banner h5 {
    color: white;
    margin: 0; }
  .hero-banner h1 {
    font-size: 36px;
    font-weight: bold; }
  .hero-banner h2 {
    font-size: 28px; }
  .hero-banner h3 {
    font-size: 24px; }
  .hero-banner h4 {
    font-size: 20px; }
  .hero-banner .banner-content-container {
    position: relative;
    z-index: 2; }
    .hero-banner .banner-content-container .banner-content {
      max-height: 695px;
      padding: 20px 0 40px 0;
      min-height: 348px; }
      @media (max-width: 767px) {
        .hero-banner .banner-content-container .banner-content {
          padding: 20px 0; } }
      .hero-banner .banner-content-container .banner-content .banner-image {
        width: 100%;
        height: auto;
        min-height: 350px;
        min-width: 618px;
        margin: 0 -100%;
        margin-top: -15%; }
      .hero-banner .banner-content-container .banner-content.thin .banner-image {
        min-height: 225px;
        min-width: 1108px;
        margin: 0 -100%; }
      .hero-banner .banner-content-container .banner-content ul, .hero-banner .banner-content-container .banner-content p {
        position: relative;
        display: block;
        color: #FFFFFF;
        list-style: none;
        width: 100%;
        margin: 0;
        padding: 0; }
        .hero-banner .banner-content-container .banner-content ul > li, .hero-banner .banner-content-container .banner-content p > li {
          padding: 50px;
          padding-bottom: 0; }
          @media (max-width: 767px) {
            .hero-banner .banner-content-container .banner-content ul > li, .hero-banner .banner-content-container .banner-content p > li {
              padding: 10px; } }
          @media (min-width: 767px) and (max-width: 1019px) {
            .hero-banner .banner-content-container .banner-content ul > li, .hero-banner .banner-content-container .banner-content p > li {
              padding: 20px; } }
          .hero-banner .banner-content-container .banner-content ul > li a, .hero-banner .banner-content-container .banner-content p > li a {
            color: #FFFFFF;
            text-decoration: none;
            border: 0 !important;
            padding-bottom: 5px; }
            .hero-banner .banner-content-container .banner-content ul > li a:hover, .hero-banner .banner-content-container .banner-content ul > li a:focus, .hero-banner .banner-content-container .banner-content p > li a:hover, .hero-banner .banner-content-container .banner-content p > li a:focus {
              color: #0076A8;
              background: transparent !important; }
              .hero-banner .banner-content-container .banner-content ul > li a:hover .short-hr, .hero-banner .banner-content-container .banner-content ul > li a:focus .short-hr, .hero-banner .banner-content-container .banner-content p > li a:hover .short-hr, .hero-banner .banner-content-container .banner-content p > li a:focus .short-hr {
                border-top-color: #0076A8; }
          .hero-banner .banner-content-container .banner-content ul > li > p, .hero-banner .banner-content-container .banner-content p > li > p {
            font-size: 14px;
            line-height: 22px; }
  .hero-banner .banner-content-image {
    position: relative;
    height: 400px; }
  .hero-banner .banner-content-video video {
    vertical-align: top; }
  .hero-banner .banner-overlay-content {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #0076A8;
    filter: alpha(opacity=15);
    opacity: 0.15; }
  .hero-banner .overlay-content-wrapper {
    padding: 20px; }

@-moz-document url-prefix() {
  .hero-banner .banner-content .banner-image {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    min-height: 350px;
    min-width: 618px;
    margin: 0;
    margin-top: -15%; }
  .hero-banner .banner-content-image {
    position: relative;
    width: 100%;
    display: inline-block; }
  .hero-banner .banner-content {
    position: relative;
    width: 100%;
    display: inline-block; }
  .hero-banner .banner-content.thin .banner-image {
    min-height: 225px;
    min-width: 1108px;
    max-width: 100%;
    margin: 0;
    margin-top: 0; }
  .vertical-content .vertical-content-item {
    height: 100%; }
  .right-rail-module {
    position: relative;
    display: inline-block;
    width: 100%; }
    .right-rail-module .right-rail-item {
      margin-bottom: 20px;
      width: 100%;
      display: inline-block; } }

@media (min-width: 768px) and (max-width: 1019px) {
  .hero-banner .banner-bt {
    width: auto;
    padding: 10px 40px; } }

@media (min-width: 768px) {
  .hero-banner .banner-content {
    display: block !important; }
  .dropdown-navigation {
    display: block !important; } }

@media (max-width: 767px) {
  .hero-banner {
    max-height: none; }
    .hero-banner .banner-content .mobile-banner-bg {
      display: block;
      width: 100%;
      height: 100%;
      background-color: #003865; }
      .hero-banner .banner-content .mobile-banner-bg .utility-nav .search-wrapper {
        margin: 10px 0; }
        .hero-banner .banner-content .mobile-banner-bg .utility-nav .search-wrapper .search {
          width: auto;
          margin: 0 10px 10px; }
          .hero-banner .banner-content .mobile-banner-bg .utility-nav .search-wrapper .search .search input {
            width: 76%; }
      .hero-banner .banner-content .mobile-banner-bg .utility-nav .panel-padding {
        margin: 20px 5px; }
    .hero-banner .banner-content .mobile-banner-bg:after {
      display: block;
      content: "";
      height: 0;
      clear: both; }
    .hero-banner h1 {
      font-size: 24px; }
    .hero-banner h2, .hero-banner h3 {
      font-size: 20px; }
    .hero-banner h4, .hero-banner h5 {
      font-size: 18px; }
    .hero-banner .banner-bt {
      width: auto;
      padding: 7px 35px; }
    .hero-banner .hide-contact-button {
      display: none; } }

@media (max-width: 640px) {
  .hero-banner .banner-overlay-content ul > li {
    width: 100%;
    margin: 0;
    margin: 20px 0;
    float: none; }
    .hero-banner .banner-overlay-content ul > li > p {
      display: none; } }

@media (min-width: 640px) {
  .hide-hero-banner {
    display: none;
    visibility: hidden; } }

@media (max-width: 479px) {
  .hero-banner .banner-bt {
    padding: 7px 25px; } }

@media (max-width: 370px) {
  .hero-banner .banner-bt {
    padding: 7px 15px; } }

.footer {
  display: block;
  color: #FFFFFF;
  text-align: left;
  background-color: #BA0C2F;
  width: 100%;
  padding: 30px 0; }
  .footer p {
    color: #FFFFFF; }
  .footer .footer-nav {
    width: 100%;
    float: left; }
    .footer .footer-nav .footer-nav-column {
      display: inline-block;
      float: left; }
      @media (max-width: 767px) {
        .footer .footer-nav .footer-nav-column {
          width: 100%; } }
      .footer .footer-nav .footer-nav-column:last-child .footer-nav-group {
        margin-right: 0; }
      .footer .footer-nav .footer-nav-column .footer-nav-group {
        float: left;
        margin-right: 40px;
        clear: both; }
        @media (max-width: 767px) {
          .footer .footer-nav .footer-nav-column .footer-nav-group {
            width: 100%;
            margin-right: 0; } }
        .footer .footer-nav .footer-nav-column .footer-nav-group > a {
          text-decoration: none;
          cursor: default; }
          @media (max-width: 767px) {
            .footer .footer-nav .footer-nav-column .footer-nav-group > a {
              cursor: pointer; } }
          .footer .footer-nav .footer-nav-column .footer-nav-group > a h4 {
            color: #FFFFFF;
            margin-bottom: 20px; }
            @media (max-width: 767px) {
              .footer .footer-nav .footer-nav-column .footer-nav-group > a h4:after {
                font-family: FontAwesome;
                content: "\f078";
                color: #FFFFFF;
                margin-left: 5px; } }
        .footer .footer-nav .footer-nav-column .footer-nav-group .dropdown-menu {
          position: relative;
          padding: 0;
          margin: 0;
          border: 0;
          background: transparent;
          box-shadow: none;
          -webkit-box-shadow: none;
          display: block;
          margin-bottom: 40px; }
          @media (max-width: 767px) {
            .footer .footer-nav .footer-nav-column .footer-nav-group .dropdown-menu {
              width: 100%;
              text-align: center;
              display: none; } }
          .footer .footer-nav .footer-nav-column .footer-nav-group .dropdown-menu > li > a {
            color: #FFFFFF;
            font-size: 14px;
            text-decoration: underline;
            line-height: 35px;
            padding: 0; }
            .footer .footer-nav .footer-nav-column .footer-nav-group .dropdown-menu > li > a:hover, .footer .footer-nav .footer-nav-column .footer-nav-group .dropdown-menu > li > a:focus .footer .footer-nav .footer-nav-column .footer-nav-group .dropdown-menu > li > a:active {
              color: #0076A8; }
        @media (max-width: 767px) {
          .footer .footer-nav .footer-nav-column .footer-nav-group.open > a {
            color: #003865; }
            .footer .footer-nav .footer-nav-column .footer-nav-group.open > a h4 {
              color: #003865; }
              .footer .footer-nav .footer-nav-column .footer-nav-group.open > a h4:after {
                font-family: FontAwesome;
                content: "\f077";
                color: #003865; } }
        @media (max-width: 767px) {
          .footer .footer-nav .footer-nav-column .footer-nav-group.open > .dropdown-menu {
            display: block; } }
  .footer .footer-contact-content {
    text-align: center; }
    .footer .footer-contact-content img {
      margin: 0 auto; }
    .footer .footer-contact-content p {
      padding: 0;
      margin: 0; }
    .footer .footer-contact-content .btn-default {
      width: 100%;
      max-width: 200px;
      padding: 10px;
      color: #FFFFFF;
      background-color: #EAAA00; }
    .footer .footer-contact-content .phone {
      margin: 10px 0; }
      .footer .footer-contact-content .phone i {
        margin-right: 5px; }
    .footer .footer-contact-content .copyright {
      margin: 10px 0; }
  .footer .footer-bottom-content {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    float: none; }
    .footer .footer-bottom-content .social-links {
      display: block;
      width: 122px;
      margin: 0 auto; }
      .footer .footer-bottom-content .social-links .social-icon {
        width: 30px;
        height: 30px;
        text-align: center;
        border: solid 2px #EAAA00;
        border-radius: 50%;
        margin: 0 5px;
        padding: 3px;
        float: left; }
        .footer .footer-bottom-content .social-links .social-icon a {
          color: #EAAA00;
          font-size: 16px; }
    .footer .footer-bottom-content .social-links:after {
      display: block;
      content: "";
      height: 0;
      clear: both; }
    .footer .footer-bottom-content .footer-legal {
      display: block;
      text-align: center;
      margin: 10px 0 20px; }
      .footer .footer-bottom-content .footer-legal > a {
        color: #FFFFFF;
        text-decoration: underline;
        font-size: 14px; }
        .footer .footer-bottom-content .footer-legal > a:hover, .footer .footer-bottom-content .footer-legal > a:focus .footer .footer-bottom-content .footer-legal > a:active {
          color: #0076A8; }

@media (max-width: 767px) {
  .footer .footer-nav {
    text-align: center;
    margin-bottom: 20px;
    float: left; }
    .footer .footer-nav > ul {
      width: 100%;
      text-align: center;
      float: none; } }

@media (max-width: 480px) {
  .footer {
    padding: 30px 10px; } }

.navbar-collapse {
  padding-left: 0;
  padding-right: 0; }

.navbar-default {
  margin-left: -15px;
  margin-right: -15px; }

@media (max-width: 1019px) {
  .mobile-section-nav {
    background-color: #FFFFFF; }
    .mobile-section-nav label select {
      color: #313430;
      font-size: 15px !important;
      line-height: 56px;
      border: 0;
      border-bottom: solid 5px #EAAA00;
      outline: none;
      padding: 7px 30px; }
    .mobile-section-nav label:after {
      color: #313430;
      line-height: 71px;
      padding: 0 25px;
      font-size: 35px; }
    .mobile-section-nav .dropdown .dropdown-toggle {
      padding: 10px 20px;
      display: block;
      font-size: 16px;
      font-weight: bold;
      color: #313430;
      cursor: pointer;
      /*&:before {
                    float: right;
                    font-family: FontAwesome;
                    content: "\f078";
                }*/ }
    .mobile-section-nav .dropdown.open .dropdown-toggle {
      color: #BA0C2F;
      text-decoration: none;
      /*
                    &:before {
                        float: right;
                        font-family: FontAwesome;
                        content: "\f077";
                    }*/ }
    .mobile-section-nav .dropdown.open .dropdown-menu {
      float: none;
      position: relative;
      background-color: transparent;
      padding: 0;
      border: none;
      box-shadow: none; }
      .mobile-section-nav .dropdown.open .dropdown-menu > li {
        margin-top: 1px; }
        .mobile-section-nav .dropdown.open .dropdown-menu > li a {
          font-size: 14px;
          background-color: #FFFFFF;
          padding: 10px 20px; }
          .mobile-section-nav .dropdown.open .dropdown-menu > li a:hover {
            color: red; }
        .mobile-section-nav .dropdown.open .dropdown-menu > li.selected a {
          color: #BA0C2F;
          background-color: #FFFFFF; }
  .mobile-section-nav-wrapper {
    position: relative;
    display: block; }
    .mobile-section-nav-wrapper .dropdown-section-control {
      position: relative;
      display: inline-block;
      color: #313430;
      font-size: 14px;
      text-decoration: none;
      width: 100%;
      height: 80px;
      padding: 0;
      border-bottom: solid 5px #EAAA00;
      cursor: pointer; }
      .mobile-section-nav-wrapper .dropdown-section-control .menu-item-selected {
        text-decoration: none;
        padding: 30px; }
      .mobile-section-nav-wrapper .dropdown-section-control:before {
        font-family: FontAwesome;
        content: "\f106";
        font-size: 30px;
        line-height: 75px;
        color: #FFFFFF;
        background-color: #EAAA00;
        padding: 0 25px;
        float: right; }
    .mobile-section-nav-wrapper .dropdown-section-control.collapsed:before {
      font-family: FontAwesome;
      content: "\f107";
      font-size: 30px;
      line-height: 75px;
      color: #313430;
      background-color: #FFFFFF;
      padding: 0 25px;
      border-left: solid 1px #f1f1ee;
      float: right; }
    .mobile-section-nav-wrapper .dropdown-section-menu {
      position: absolute;
      background-color: #FFFFFF;
      list-style: none;
      padding: 0;
      margin: 0;
      z-index: 999; }
      .mobile-section-nav-wrapper .dropdown-section-menu > li {
        display: inline-block;
        width: 100%;
        border-bottom: solid 1px #f1f1ee; }
        .mobile-section-nav-wrapper .dropdown-section-menu > li a {
          display: block;
          color: #313430;
          font-weight: bold;
          text-decoration: none;
          padding: 15px 30px;
          padding-right: 25px;
          width: 100%; }
      .mobile-section-nav-wrapper .dropdown-section-menu .dropdown-toggle {
        padding: 15px 30px;
        padding-right: 26px;
        display: block;
        font-size: 14px;
        font-weight: bold;
        color: #313430;
        cursor: pointer; }
        .mobile-section-nav-wrapper .dropdown-section-menu .dropdown-toggle:before {
          font-family: FontAwesome;
          content: "\f107";
          font-size: 26px;
          color: #313430;
          line-height: 20px;
          padding-right: 5px;
          float: right; }
      .mobile-section-nav-wrapper .dropdown-section-menu .dropdown .dropdown-toggle:hover, .mobile-section-nav-wrapper .dropdown-section-menu .dropdown .dropdown-toggle:focus, .mobile-section-nav-wrapper .dropdown-section-menu .dropdown .dropdown-toggle.active {
        color: #FFFFFF;
        background-color: #0076A8; }
      .mobile-section-nav-wrapper .dropdown-section-menu .dropdown.open .dropdown-toggle {
        color: #FFFFFF;
        background-color: #0076A8; }
      .mobile-section-nav-wrapper .dropdown-section-menu .dropdown.open .dropdown-toggle:before {
        font-family: FontAwesome;
        content: "\f106";
        color: #FFFFFF;
        float: right; }
      .mobile-section-nav-wrapper .dropdown-section-menu .dropdown.open .dropdown-menu > li {
        margin-top: 0; }
        .mobile-section-nav-wrapper .dropdown-section-menu .dropdown.open .dropdown-menu > li a {
          color: #313430;
          font-size: 10px;
          padding: 15px 20px 10px 50px; }
          .mobile-section-nav-wrapper .dropdown-section-menu .dropdown.open .dropdown-menu > li a:hover, .mobile-section-nav-wrapper .dropdown-section-menu .dropdown.open .dropdown-menu > li a:focus, .mobile-section-nav-wrapper .dropdown-section-menu .dropdown.open .dropdown-menu > li a.active {
            color: #0076A8; }
    .mobile-section-nav-wrapper .image-content-dropdown-section-menu {
      position: relative;
      background-color: #FFFFFF;
      list-style: none;
      padding: 0;
      margin: 0;
      z-index: 999; }
      .mobile-section-nav-wrapper .image-content-dropdown-section-menu > li {
        display: inline-block;
        width: 100%;
        border-bottom: solid 1px #f1f1ee; }
        .mobile-section-nav-wrapper .image-content-dropdown-section-menu > li a {
          display: block;
          color: #313430;
          font-weight: bold;
          text-decoration: none;
          padding: 15px 30px;
          padding-right: 25px;
          width: 100%; }
      .mobile-section-nav-wrapper .image-content-dropdown-section-menu .dropdown-toggle {
        padding: 15px 30px;
        padding-right: 26px;
        display: block;
        font-size: 16px;
        font-weight: bold;
        color: #313430;
        cursor: pointer; }
        .mobile-section-nav-wrapper .image-content-dropdown-section-menu .dropdown-toggle:before {
          font-family: FontAwesome;
          content: "\f107";
          font-size: 26px;
          color: #313430;
          line-height: 20px;
          padding-right: 5px;
          float: right; }
      .mobile-section-nav-wrapper .image-content-dropdown-section-menu .dropdown .dropdown-toggle:hover, .mobile-section-nav-wrapper .image-content-dropdown-section-menu .dropdown .dropdown-toggle:focus, .mobile-section-nav-wrapper .image-content-dropdown-section-menu .dropdown .dropdown-toggle.active {
        color: #FFFFFF;
        background-color: #0076A8; }
      .mobile-section-nav-wrapper .image-content-dropdown-section-menu .dropdown.open .dropdown-toggle {
        color: #FFFFFF;
        background-color: #0076A8; }
      .mobile-section-nav-wrapper .image-content-dropdown-section-menu .dropdown.open .dropdown-toggle:before {
        font-family: FontAwesome;
        content: "\f106";
        color: #FFFFFF;
        float: right; }
      .mobile-section-nav-wrapper .image-content-dropdown-section-menu .dropdown.open .dropdown-menu > li {
        margin-top: 0; }
        .mobile-section-nav-wrapper .image-content-dropdown-section-menu .dropdown.open .dropdown-menu > li a {
          color: #313430;
          font-size: 10px;
          padding: 15px 20px 10px 50px; }
          .mobile-section-nav-wrapper .image-content-dropdown-section-menu .dropdown.open .dropdown-menu > li a:hover, .mobile-section-nav-wrapper .image-content-dropdown-section-menu .dropdown.open .dropdown-menu > li a:focus, .mobile-section-nav-wrapper .image-content-dropdown-section-menu .dropdown.open .dropdown-menu > li a.active {
            color: #0076A8; }
  .mobile-section-nav:after, mobile-section-nav-wrapper:after {
    display: block;
    content: "";
    height: 0;
    clear: both; }
  .dropdownOpen {
    display: block; } }

.breadcrumb-wrapper .breadcrumb {
  color: #949496;
  margin: 0;
  padding: 0; }
  .breadcrumb-wrapper .breadcrumb > li a, .breadcrumb-wrapper .breadcrumb > .active {
    color: #949496;
    text-decoration: none; }
  .breadcrumb-wrapper .breadcrumb > li:before {
    content: "/ ";
    padding: 0 2px;
    color: #949496; }
  .breadcrumb-wrapper .breadcrumb > li:first-child:before {
    content: ""; }

.breadcrumb-wrapper .breadcrumb-section {
  background-color: #303135; }
  .breadcrumb-wrapper .breadcrumb-section .breadcrumb {
    font-size: 14px;
    padding: 15px 30px;
    margin-bottom: 0; }

.feature-wrapper .hero-banner {
  max-height: 325px; }
  .feature-wrapper .hero-banner .banner-content {
    max-height: 325px; }

.feature-wrapper .banner-overlay-content {
  background-color: transparent;
  text-align: left; }
  .feature-wrapper .banner-overlay-content .container {
    height: 100%; }
    .feature-wrapper .banner-overlay-content .container > .row {
      height: 100%; }
      .feature-wrapper .banner-overlay-content .container > .row > div[class|=cols] {
        height: 100%; }
        .feature-wrapper .banner-overlay-content .container > .row > div[class|=cols] h3 {
          margin-top: 5px; }
          @media (max-width: 1060px) {
            .feature-wrapper .banner-overlay-content .container > .row > div[class|=cols] h3 {
              font-size: 19px; } }

.feature-wrapper .overlay-content-wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  max-height: 325px;
  height: 100%;
  width: 375px;
  margin-left: 20px; }

.feature-wrapper .feature-overlay-content-wrapper {
  position: absolute;
  display: inline-block;
  text-align: left;
  color: #fff;
  bottom: 0;
  height: auto;
  width: 100%;
  padding: 10px 20px;
  /* margin-left: 20px; */
  background-color: rgba(0, 0, 0, 0.5); }
  .feature-wrapper .feature-overlay-content-wrapper p {
    font-size: 18px;
    margin-bottom: 0; }
  .feature-wrapper .feature-overlay-content-wrapper .feature-detail-overlay p {
    margin-bottom: 20px; }

@media (max-width: 767px) {
  .feature-wrapper .banner-overlay-content {
    position: relative; }
  .feature-wrapper .hero-banner {
    max-height: none; }
    .feature-wrapper .hero-banner .banner-content {
      max-height: none; }
  .feature-wrapper .overlay-content-wrapper {
    width: 100%;
    background-color: transparent;
    max-height: none;
    margin-left: 0; } }

.split-body {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%; }
  .split-body .split-left {
    margin-top: 20px;
    padding: 0;
    padding-right: 15px; }
    @media (max-width: 767px) {
      .split-body .split-left {
        padding-right: 0; } }
  .split-body .split-right {
    margin-top: 20px;
    padding: 0;
    padding-left: 15px; }
    @media (max-width: 767px) {
      .split-body .split-right {
        padding-left: 0; } }

.body-image-content-wrapper {
  display: block;
  border-bottom: solid 3px #cccccc; }
  .body-image-content-wrapper .image-content-group {
    outline: none;
    padding-bottom: 10px; }
    .body-image-content-wrapper .image-content-group .body-image-content-item {
      outline: none; }
    .body-image-content-wrapper .image-content-group .slick-dots, .body-image-content-wrapper .image-content-group .slick-prev, .body-image-content-wrapper .image-content-group .slick-next {
      display: none !important;
      visibility: hidden; }
  .body-image-content-wrapper h3 {
    color: #313430; }
  .body-image-content-wrapper .image-content {
    display: block;
    padding: 20px 0;
    border-top: solid 3px #cccccc;
    float: left; }
    .body-image-content-wrapper .image-content .image-content-item {
      position: relative;
      display: block; }
      .body-image-content-wrapper .image-content .image-content-item .image-content-img {
        display: block;
        width: 30%;
        height: auto;
        padding: 10px 0;
        margin-right: 3%;
        border-top: solid 1px #cccccc;
        border-bottom: solid 1px #cccccc;
        float: left; }
    .body-image-content-wrapper .image-content .image-content-text {
      position: relative;
      display: block;
      width: 66%;
      height: 100%;
      padding: 15px;
      float: left; }
      .body-image-content-wrapper .image-content .image-content-text .heading {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        float: left; }
      .body-image-content-wrapper .image-content .image-content-text h3, .body-image-content-wrapper .image-content .image-content-text h4, .body-image-content-wrapper .image-content .image-content-text .date-line {
        color: #313430;
        float: left;
        margin: 0; }
      .body-image-content-wrapper .image-content .image-content-text h3, .body-image-content-wrapper .image-content .image-content-text h4 {
        margin-right: 10px;
        margin-bottom: 20px; }
      .body-image-content-wrapper .image-content .image-content-text p {
        margin-bottom: 20px; }
      .body-image-content-wrapper .image-content .image-content-text .date-line {
        padding-top: 4px; }
    .body-image-content-wrapper .image-content .image-content-item .equal-column-img {
      width: 48%; }
    .body-image-content-wrapper .image-content .equal-column-text {
      width: 48%; }
  .body-image-content-wrapper .btn-image-content-group {
    display: table;
    width: 100%;
    text-align: center;
    margin-top: -25px;
    margin-bottom: 20px; }
    .body-image-content-wrapper .btn-image-content-group .slick-list .slick-track {
      display: inline-flex;
      width: auto !important;
      margin: 0 auto;
      text-align: center; }
    .body-image-content-wrapper .btn-image-content-group .btn-link-group {
      width: auto !important;
      margin: 0 auto; }
      .body-image-content-wrapper .btn-image-content-group .btn-link-group .carousel-btn-link {
        display: table-cell;
        width: auto !important;
        margin: 0 5px;
        outline: none;
        float: left; }
        .body-image-content-wrapper .btn-image-content-group .btn-link-group .carousel-btn-link a {
          color: #003865;
          font-size: 14px;
          text-decoration: underline;
          outline: none; }
          .body-image-content-wrapper .btn-image-content-group .btn-link-group .carousel-btn-link a:hover, .body-image-content-wrapper .btn-image-content-group .btn-link-group .carousel-btn-link a:focus {
            color: #0076A8; }

.body-content-section {
  position: relative;
  display: block; }
  .body-content-section > ul {
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    list-style: none; }
    .body-content-section > ul > li {
      padding-left: 20px;
      width: 100%; }
  .body-content-section.page-body ul {
    list-style: inherit;
    margin-left: 15px; }
    .body-content-section.page-body ul li {
      padding-left: 0;
      list-style-type: disc; }
  .body-content-section.page-body img {
    max-width: 100%;
    height: auto; }
  .body-content-section.page-body table {
    width: 100% !important; }
    @media (max-width: 767px) {
      .body-content-section.page-body table tr {
        height: auto !important; } }
  .body-content-section .opportunity-table {
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
    list-style: none; }
    .body-content-section .opportunity-table .opportunity-heading, .body-content-section .opportunity-table deadline-heading {
      display: inline-block;
      color: #313430;
      font-family: "Lato Bold", Arial, sans-serif;
      font-size: 16px;
      width: 50%;
      padding: 10px 20px; }
    .body-content-section .opportunity-table > li {
      display: block;
      width: 100%;
      border: solid 1px #cccccc;
      border-bottom: none;
      padding: 0;
      float: left; }
      .body-content-section .opportunity-table > li a, .body-content-section .opportunity-table > li span {
        display: inline-block;
        width: 50%;
        padding: 12px 15px;
        float: left; }
    .body-content-section .opportunity-table > li:nth-child(odd) {
      background-color: #f1f1ee; }
    .body-content-section .opportunity-table > li:last-child {
      border-bottom: solid 1px #cccccc; }
  .body-content-section .community-table {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0; }
    .body-content-section .community-table > li {
      display: inline-block;
      width: 100%;
      text-align: left;
      border: solid 1px #cccccc;
      border-bottom: none; }
      .body-content-section .community-table > li .center, .body-content-section .community-table > li .phone, .body-content-section .community-table > li .school, .body-content-section .community-table > li .address {
        display: inline-block;
        color: #62B5E5;
        text-align: left;
        padding: 1.5% 1%; }
      .body-content-section .community-table > li .center {
        width: 23%; }
      .body-content-section .community-table > li .phone {
        width: 18%; }
      .body-content-section .community-table > li .school {
        width: 23%; }
      .body-content-section .community-table > li .address {
        width: 31%; }
      .body-content-section .community-table > li:nth-child(odd) {
        background-color: #f1f1ee; }
      .body-content-section .community-table > li:last-child {
        border-bottom: solid 1px #cccccc; }
  .body-content-section .community-center-operation-hour {
    display: block;
    margin-top: 20px; }
  .body-content-section .council-member-bio {
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
    padding: 0; }
    .body-content-section .council-member-bio .heading {
      display: inline-block;
      width: 100%;
      text-align: left; }
      .body-content-section .council-member-bio .heading h2, .body-content-section .council-member-bio .heading h3 {
        margin: 20px 0; }
    .body-content-section .council-member-bio .bio-content {
      display: inline-block;
      width: 100%;
      margin: 0;
      float: left; }
      .body-content-section .council-member-bio .bio-content .image {
        display: block;
        width: 250px;
        height: auto;
        padding: 10px 0;
        margin: 0;
        margin-bottom: 10px;
        margin-right: 20px;
        border-top: solid 1px #f1f1ee;
        border-bottom: solid 1px #f1f1ee;
        float: left; }
        @media (max-width: 767px) {
          .body-content-section .council-member-bio .bio-content .image {
            float: none;
            margin: 20px auto; } }
      .body-content-section .council-member-bio .bio-content .text-content {
        display: inline-block;
        margin: 0;
        float: left; }

@media (max-width: 767px) {
  .body-image-content-wrapper .image-content-group {
    padding-bottom: 40px; }
    .body-image-content-wrapper .image-content-group .slick-dots, .body-image-content-wrapper .image-content-group .slick-prev, .body-image-content-wrapper .image-content-group .slick-next {
      display: block !important;
      visibility: visible; }
    .body-image-content-wrapper .image-content-group .slick-dots {
      bottom: -10px;
      margin-bottom: 20px; }
      .body-image-content-wrapper .image-content-group .slick-dots > li button {
        background: #003865; }
        .body-image-content-wrapper .image-content-group .slick-dots > li button:hover {
          background: #0076A8;
          outline: none; }
      .body-image-content-wrapper .image-content-group .slick-dots > li.slick-active button {
        background: #0076A8;
        outline: none; }
    .body-image-content-wrapper .image-content-group .slick-prev, .body-image-content-wrapper .image-content-group .slick-next {
      top: 87%;
      bottom: 0;
      line-height: 0;
      font-size: 0;
      cursor: pointer;
      background: transparent;
      color: #003865;
      padding: 12px 7px;
      border: none;
      outline: none;
      height: 65px;
      z-index: 99; }
      .body-image-content-wrapper .image-content-group .slick-prev:hover, .body-image-content-wrapper .image-content-group .slick-prev:focus, .body-image-content-wrapper .image-content-group .slick-prev:active, .body-image-content-wrapper .image-content-group .slick-prev.active, .body-image-content-wrapper .image-content-group .slick-next:hover, .body-image-content-wrapper .image-content-group .slick-next:focus, .body-image-content-wrapper .image-content-group .slick-next:active, .body-image-content-wrapper .image-content-group .slick-next.active {
        color: #0076A8;
        background: transparent;
        outline: none; }
    .body-image-content-wrapper .image-content-group .slick-prev:before, .body-image-content-wrapper .image-content-group .slick-next:before {
      font-size: 50px;
      line-height: 1;
      opacity: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .body-image-content-wrapper .image-content-group .slick-prev:before:hover, .body-image-content-wrapper .image-content-group .slick-prev:before:focus, .body-image-content-wrapper .image-content-group .slick-prev:before:active, .body-image-content-wrapper .image-content-group .slick-prev:before.active, .body-image-content-wrapper .image-content-group .slick-next:before:hover, .body-image-content-wrapper .image-content-group .slick-next:before:focus, .body-image-content-wrapper .image-content-group .slick-next:before:active, .body-image-content-wrapper .image-content-group .slick-next:before.active {
        color: #0076A8; }
    .body-image-content-wrapper .image-content-group .slick-prev {
      left: 5px;
      /*&:before {
					content: $slick-prev-character;

					[dir="rtl"] & {
						content: $slick-next-character;
					}
				}*/ }
      [dir="rtl"] .body-image-content-wrapper .image-content-group .slick-prev {
        left: auto;
        right: 0; }
    .body-image-content-wrapper .image-content-group .slick-next {
      right: 5px;
      /*&:before {
					content: $slick-next-character;

					[dir="rtl"] & {
						content: $slick-prev-character;
					}
				}*/ }
      [dir="rtl"] .body-image-content-wrapper .image-content-group .slick-next {
        left: 0;
        right: auto; }
  .body-image-content-wrapper .btn-image-content-group {
    display: none; }
  .body-two-columns-left-rail {
    float: none; } }

@media (max-width: 639px) {
  .body-image-content-wrapper .image-content-group .slick-prev, .body-image-content-wrapper .image-content-group .slick-next {
    top: 92.5%; }
  .body-image-content-wrapper .image-content-group {
    padding-bottom: 30px; }
  .body-image-content-wrapper .image-content .image-content-item .image-content-img {
    width: 100%;
    margin-right: 0;
    float: none; }
  .body-image-content-wrapper .image-content .image-content-text {
    width: 100%;
    float: none; }
  .body-content-section .community-table {
    margin-bottom: 20px; }
    .body-content-section .community-table > li {
      padding-top: 20px;
      padding-bottom: 10px; }
      .body-content-section .community-table > li a {
        padding-top: 0;
        padding-bottom: 10px; }
      .body-content-section .community-table > li .center, .body-content-section .community-table > li .phone, .body-content-section .community-table > li .school, .body-content-section .community-table > li .address {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 5px; }
      .body-content-section .community-table > li .hide-639 {
        display: none; } }

@media (max-width: 479px) {
  .body-content-section .opportunity-table .opportunity-heading {
    width: 100%; }
  .body-content-section .opportunity-table .deadline-heading {
    display: none; }
  .body-content-section .opportunity-table > li a, .body-content-section .opportunity-table > li span {
    width: 100%; }
  .body-content-section .opportunity-table > li a {
    padding-bottom: 10px; }
  .body-content-section .opportunity-table > li span {
    padding-top: 0; }
  .body-image-content-wrapper .image-content-group {
    padding-bottom: 20px; } }

@media (max-width: 320px) {
  .body-image-content-wrapper .image-content-group .slick-prev, .body-image-content-wrapper .image-content-group .slick-next {
    top: 92%; } }

.framed-module {
  width: 100%;
  border: 0;
  margin: 20px 0; }
  @media (max-width: 767px) {
    .framed-module iframe {
      width: 100%; } }

.script-module {
  width: 100%; }
  @media (max-width: 767px) {
    .script-module iframe {
      width: 100%; } }

.railcolumn .text-module {
  width: 100%;
  padding: 20px;
  background-color: #f1f1ee;
  color: #003865; }
  .railcolumn .text-module.option2 {
    background-color: #FFFFFF; }
  .railcolumn .text-module h4 {
    color: #003865; }

.list-module {
  margin-bottom: 20px;
  width: 100%; }
  .list-module ul {
    list-style-type: none;
    padding-left: 0;
    float: left;
    width: 100%; }
    .list-module ul li {
      width: 100%; }
      .list-module ul li a {
        display: inline-block;
        text-decoration: underline;
        width: auto;
        padding-top: 5px;
        padding-bottom: 10px; }

.railcolumn .list-module {
  float: left;
  padding: 20px;
  border: solid 1px #f1f1ee;
  background-color: #FFFFFF;
  color: #003865; }
  .railcolumn .list-module ul li a {
    text-decoration: underline; }
  .railcolumn .list-module.option2 {
    border: 0;
    background-color: #f1f1ee; }
    .railcolumn .list-module.option2 ul li a {
      text-decoration: none; }

#trip_planner table tr td label {
  margin-bottom: 0; }
  #trip_planner table tr td label:after {
    top: -10000px; }

#trip_planner input[type="radio"] {
  margin: 0;
  display: inline;
  width: auto; }
  #trip_planner input[type="radio"] + label {
    width: auto; }

#trip_planner input[type="text"] {
  background-color: white;
  margin-bottom: 10px; }

.heading-section .heading-content-image {
  width: 100%;
  height: auto;
  max-height: 400px;
  padding: 0 15px;
  overflow: hidden; }

.heading-section.thin .heading-content-image {
  min-height: 225px;
  min-width: 1108px;
  margin: 0 -100%; }

.heading-section .heading-overlay-content {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 30px; }
  .heading-section .heading-overlay-content .bg-dark h1, .heading-section .heading-overlay-content .bg-dark h2, .heading-section .heading-overlay-content .bg-dark h3, .heading-section .heading-overlay-content .bg-dark h4, .heading-section .heading-overlay-content .bg-dark p {
    color: #FFFFFF; }
  .heading-section .heading-overlay-content .bg-light h1, .heading-section .heading-overlay-content .bg-light h2, .heading-section .heading-overlay-content .bg-light h3, .heading-section .heading-overlay-content .bg-light h4, .heading-section .heading-overlay-content .bg-light p {
    color: #313430; }
  .heading-section .heading-overlay-content .align-right {
    width: 50%;
    float: right; }
  .heading-section .heading-overlay-content .align-left {
    width: 50%;
    float: left; }

.heading-section .heading-overlay-content-wrapper {
  padding: 20px;
  height: 120px;
  overflow: hidden; }

.heading-section h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: bold; }

.media-border-top {
  border-top: 1px solid #f1f1ee; }

.image-content-wrapper {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0; }
  .image-content-wrapper .image-content-item {
    display: block;
    width: 100%;
    float: left; }
    .image-content-wrapper .image-content-item .content-item {
      display: block;
      width: 100%;
      margin-bottom: 25px;
      border: solid 1px #cccccc;
      float: left; }
      .image-content-wrapper .image-content-item .content-item .image-left {
        width: 28%;
        float: left; }
      .image-content-wrapper .image-content-item .content-item .image-right {
        width: 28%;
        float: right; }
      .image-content-wrapper .image-content-item .content-item .content-text {
        width: 72%;
        padding: 25px;
        float: left; }
        .image-content-wrapper .image-content-item .content-item .content-text h3 {
          display: block;
          width: 100%;
          text-align: center;
          margin-top: 0;
          margin-bottom: 15px; }

.bottom-module-link {
  display: block;
  text-align: center;
  margin: 20px 0 30px;
  width: 100%; }
  .bottom-module-link > ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    list-style: none; }
    .bottom-module-link > ul .link {
      display: inline-block;
      padding: 0 10px;
      float: left; }
      .bottom-module-link > ul .link a {
        color: #62B5E5;
        font-size: 14px;
        text-decoration: underline; }
        .bottom-module-link > ul .link a:hover, .bottom-module-link > ul .link a:focus {
          color: #0076A8; }

.location h3 {
  margin-top: 0; }

.location .location-finder p {
  margin-top: 20px; }

.module-heading {
  display: block;
  text-align: center; }
  .module-heading h3, .module-heading h4 {
    color: #313430;
    margin: 0 0 10px; }

.contact-module {
  display: table;
  width: 100%;
  padding: 15px 55px 15px 15px; }
  .contact-module .contact-utility {
    display: table-cell;
    vertical-align: middle;
    width: 65%; }
    .contact-module .contact-utility .btn-account-login, .contact-module .contact-utility .btn-contact-us {
      margin-right: 1%;
      padding: 0;
      display: inline-block;
      height: auto;
      float: none; }
      .contact-module .contact-utility .btn-account-login a.btn, .contact-module .contact-utility .btn-contact-us a.btn {
        padding: 11px 40px;
        border-radius: 2px; }
        @media (min-width: 768px) and (max-width: 1019px) {
          .contact-module .contact-utility .btn-account-login a.btn, .contact-module .contact-utility .btn-contact-us a.btn {
            padding: 11px 15px; } }
    .contact-module .contact-utility .subsearch {
      display: inline-block;
      float: none;
      width: 30%; }
      .contact-module .contact-utility .subsearch .subsearch-container {
        position: relative;
        float: none;
        display: inline-block;
        width: 100%; }
        .contact-module .contact-utility .subsearch .subsearch-container .search-box {
          font-size: 16px !important;
          display: inline-block;
          height: 44px;
          line-height: 44px;
          margin-right: 40px;
          padding: 0 10px;
          float: none;
          -webkit-box-shadow: none;
          box-shadow: none; }
        .contact-module .contact-utility .subsearch .subsearch-container .search-btn {
          position: absolute;
          top: 0;
          margin: 0;
          height: 44px;
          background: #FFFFFF;
          color: #313430;
          border: 1px solid #cccccc;
          border-left: 0;
          padding: 11px; }
    .contact-module .contact-utility .social-group {
      display: inline-block;
      text-align: center;
      float: none;
      line-height: 44px; }
      .contact-module .contact-utility .social-group .social-icon-link a {
        display: inline-block;
        margin-left: 2px;
        text-decoration: none; }
        .contact-module .contact-utility .social-group .social-icon-link a i {
          display: block;
          text-align: center;
          width: 25px;
          height: 25px;
          padding: 4px;
          border: solid 1px #0076A8;
          border-radius: 50%;
          background-color: #0076A8;
          color: #FFFFFF;
          font-size: 16px; }
        .contact-module .contact-utility .social-group .social-icon-link a:hover, .contact-module .contact-utility .social-group .social-icon-link a:focus {
          text-decoration: none; }
          .contact-module .contact-utility .social-group .social-icon-link a:hover i, .contact-module .contact-utility .social-group .social-icon-link a:focus i {
            border: solid 1px #003865;
            background-color: #003865; }
  .contact-module [class^="contact-phone"] {
    width: 35%;
    float: none;
    display: table-cell;
    vertical-align: middle;
    height: 38px; }
    .contact-module [class^="contact-phone"] > h3 {
      margin: 0;
      font-size: 18px !important;
      display: inline-block;
      width: 100%; }
      .contact-module [class^="contact-phone"] > h3 > span {
        white-space: nowrap; }
        .contact-module [class^="contact-phone"] > h3 > span a {
          color: inherit;
          text-decoration: none !important;
          font-size: 18px;
          font-family: "Lato Bold", Arial, sans-serif;
          color: #313430; }
          .contact-module [class^="contact-phone"] > h3 > span a :hover {
            color: inherit;
            text-decoration: none !important;
            font-size: 18px;
            font-family: "Lato Bold", Arial, sans-serif;
            color: #313430; }
    .contact-module [class^="contact-phone"] button {
      font-size: 14px;
      padding: 11px 0; }

.dropdown-nav-panel {
  display: block;
  height: auto;
  width: 100%; }
  .dropdown-nav-panel .dropdown-nav-content {
    position: relative;
    width: 100%;
    height: 350px;
    margin: 0;
    padding: 10px; }
    .dropdown-nav-panel .dropdown-nav-content .dropdown-nav-content-inner {
      display: block;
      color: #FFFFFF;
      text-align: center;
      width: 100%;
      height: 100%; }
      .dropdown-nav-panel .dropdown-nav-content .dropdown-nav-content-inner p {
        color: #FFFFFF; }
      .dropdown-nav-panel .dropdown-nav-content .dropdown-nav-content-inner h3 {
        color: #FFFFFF;
        margin: 15px 0; }
      .dropdown-nav-panel .dropdown-nav-content .dropdown-nav-content-inner p {
        padding: 0 10px; }
      .dropdown-nav-panel .dropdown-nav-content .dropdown-nav-content-inner p, .dropdown-nav-panel .dropdown-nav-content .dropdown-nav-content-inner .dropdown-select-panel {
        text-align: left;
        width: 100%;
        max-width: 750px;
        margin: 0 auto;
        margin-bottom: 30px; }
        .dropdown-nav-panel .dropdown-nav-content .dropdown-nav-content-inner p label select, .dropdown-nav-panel .dropdown-nav-content .dropdown-nav-content-inner .dropdown-select-panel label select {
          color: #cccccc; }
        .dropdown-nav-panel .dropdown-nav-content .dropdown-nav-content-inner p label:after, .dropdown-nav-panel .dropdown-nav-content .dropdown-nav-content-inner .dropdown-select-panel label:after {
          color: #313430;
          padding: 0 20px;
          right: 15px;
          top: 0;
          line-height: 45px;
          border-left: solid 1px #f1f1ee;
          background: transparent; }
        .dropdown-nav-panel .dropdown-nav-content .dropdown-nav-content-inner p .btn-med-blue, .dropdown-nav-panel .dropdown-nav-content .dropdown-nav-content-inner .dropdown-select-panel .btn-med-blue {
          width: 100%;
          padding: 11px; }

@media (max-width: 768px) {
  .heading-section .heading-overlay-content .align-right {
    display: inline-block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    float: none; }
  .heading-section .heading-overlay-content .align-left {
    display: inline-block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    float: none; }
  .xs-top-20, .location {
    margin-top: 20px !important; } }

@media (max-width: 767px) {
  .row-mobile {
    margin-left: -15px;
    margin-right: -15px; }
  .content-image-panel .content-image .overlay-content .search-panel .row-mobile label:after {
    right: 0;
    top: 1px; }
  .contact-module .contact-phone {
    text-align: center;
    width: 100%;
    margin: 0;
    margin-bottom: 20px; }
  .contact-module .btn-account-login, .contact-module .btn-contact-us {
    width: 20%;
    margin-right: 2%; }
  .contact-module .social-group {
    width: 50%; }
  .hidden-767 {
    display: none !important;
    visibility: hidden; }
  .bottom-module-link {
    display: none; }
  .image-content-wrapper .image-content-item .content-item .image-left, .image-content-wrapper .image-content-item .content-item .image-right {
    width: 36%; }
  .image-content-wrapper .image-content-item .content-item .content-text {
    width: 64%; } }

@media (min-width: 640px) {
  .image-content-wrapper .image-content-item .content-item .image-right-mobile {
    display: none; } }

@media (max-width: 767px) {
  .contact-module {
    padding: 15px; }
    .contact-module .contact-utility {
      width: 100%;
      display: inline-block; }
      .contact-module .contact-utility .btn-account-login, .contact-module .contact-utility .btn-contact-us {
        width: 100%;
        margin: 0;
        margin-bottom: 20px; }
      .contact-module .contact-utility .subsearch {
        width: 100%; }
        .contact-module .contact-utility .subsearch .subsearch-container .search-box {
          margin-right: 0;
          padding-right: 40px; }
        .contact-module .contact-utility .subsearch .subsearch-container .search-btn {
          right: 0;
          border-left: 1px solid #cccccc; }
    .contact-module .contact-phone {
      display: block;
      width: 100%;
      float: left;
      height: auto; }
      .contact-module .contact-phone > h3 {
        display: block;
        float: left;
        width: 100%; }
    .contact-module .social-group {
      width: 100%; }
  .image-content-wrapper .image-content-item .content-item .image-left, .image-content-wrapper .image-content-item .content-item .image-right {
    width: 100%; }
  .image-content-wrapper .image-content-item .content-item .content-text {
    width: 100%; }
  .image-content-wrapper .image-content-item .content-item .image-right {
    display: none; }
  .image-content-wrapper .image-content-item .content-item .image-right-mobile {
    display: block; } }

@media (max-width: 480px) {
  .heading-section .heading-overlay-content {
    padding: 10px; }
    .heading-section .heading-overlay-content .mobile-overlay {
      margin: 5px 25px; }
      .heading-section .heading-overlay-content .mobile-overlay h2, .heading-section .heading-overlay-content .mobile-overlay p {
        margin-top: 0;
        margin-bottom: 0;
        overflow: hidden; }
  .heading-section .heading-overlay-content-wrapper {
    padding: 5px; } }

@media (max-width: 479px) {
  .content-image-panel .content-image .overlay-content h3 {
    margin-top: 0; }
  .content-image-panel .content-image .overlay-content p {
    margin-bottom: 20px; } }

.rail-content {
  display: block;
  width: 100%;
  margin-bottom: 20px; }
  .rail-content h3 {
    margin-top: 10px;
    float: left;
    width: 100%;
    font-size: 16px; }
  .rail-content ul {
    list-style-type: none;
    padding-left: 0;
    float: left;
    width: 100%; }
    .rail-content ul li {
      width: 100%; }
      .rail-content ul li a {
        display: inline-block;
        text-decoration: none;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px; }
  .rail-content .rail-board-commission, .rail-content .rail-white-bg-gray-border {
    width: 100%;
    padding: 20px;
    border: solid 1px #f1f1ee; }
  .rail-content .rail-med-blue-item {
    color: #FFFFFF;
    width: 100%;
    padding: 20px;
    background-color: #62B5E5; }
    .rail-content .rail-med-blue-item h3, .rail-content .rail-med-blue-item h4 {
      color: #FFFFFF; }
    .rail-content .rail-med-blue-item p {
      color: #FFFFFF !important; }
  .rail-content .primary-color-rail-module {
    color: #FFFFFF;
    width: 100%;
    padding: 20px;
    background-color: #003865; }
    .rail-content .primary-color-rail-module h3, .rail-content .primary-color-rail-module h4 {
      color: #FFFFFF; }
    .rail-content .primary-color-rail-module p {
      color: #FFFFFF; }
  .rail-content .rail-light-gray-item {
    width: 100%;
    padding: 20px;
    float: left;
    background-color: #f1f1ee; }
    .rail-content .rail-light-gray-item p {
      color: #003865;
      padding: 0;
      margin: 0; }
    .rail-content .rail-light-gray-item .rail-content-text {
      line-height: 25px; }
  .rail-content .mission-content-img {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    border-top: solid 1px #f1f1ee;
    border-bottom: solid 1px #f1f1ee; }
    .rail-content .mission-content-img .img {
      display: block;
      padding: 20px;
      border: solid 1px #f1f1ee; }
      .rail-content .mission-content-img .img img {
        margin: 0 auto; }
  .rail-content .mission-content {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0; }
    .rail-content .mission-content p {
      margin-bottom: 0; }
  .rail-content .contact-info {
    display: inline-block;
    width: 100%;
    padding: 25px;
    text-align: center;
    border: solid 1px #f1f1ee; }
    .rail-content .contact-info h2, .rail-content .contact-info h3, .rail-content .contact-info .address, .rail-content .contact-info .contact-info-section {
      margin-bottom: 30px; }
    .rail-content .contact-info .address div {
      margin-top: 5px; }
    .rail-content .contact-info .address .phone {
      font-weight: bold; }
      .rail-content .contact-info .address .phone i {
        margin-right: 2px; }
    .rail-content .contact-info .contact-link {
      margin-bottom: 15px; }
      .rail-content .contact-info .contact-link span {
        padding: 0 5px; }
  .rail-content .hide-mission-content {
    display: none;
    visibility: hiiden;
    height: 0; }

@media (max-width: 768px) {
  .rail-display-none {
    display: none;
    visibility: hidden; }
  .rail-content .right-rail-item .rail-content-img {
    width: 25%;
    margin-left: 15px;
    float: left; }
  .rail-content .right-rail-item .rail-content {
    width: 70%;
    margin-left: 10px;
    float: left; }
  .rail-content ul li {
    float: left; }
  .rail-content .right-rail-item:after {
    content: '';
    display: block;
    height: 0;
    clear: both; } }

@media (max-width: 480px) {
  .rail-content .right-rail-item .rail-content-img {
    width: 30%;
    margin-left: 15px;
    float: left; }
  .rail-content .right-rail-item .rail-content {
    width: 60%;
    margin-left: 10px; }
  .rail-content .right-rail-item:after {
    content: '';
    display: block;
    height: 0;
    clear: both; } }

.page-title h1 {
  color: #FFFFFF;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 30px; }
  @media (max-width: 480px) {
    .page-title h1 {
      margin-top: 30px; } }

.section-divider {
  border-top: 1px solid #f1f1ee;
  margin-top: 10px;
  margin-bottom: 10px; }

.section-title h1 {
  color: #FFFFFF;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px; }

.section-title h2 {
  color: #FFFFFF;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px; }

.section-title h3 {
  color: #FFFFFF; }

.section-title p {
  color: #FFFFFF;
  font-size: 18px; }

.section-title label {
  position: relative;
  width: 100%;
  margin: 0 3px; }

.section-title .region-filter {
  background-color: #f1f1ee;
  width: 100%;
  padding: 5px 10px; }

.section-title .explore {
  width: 48%;
  float: left;
  margin: 3px; }

.section-title .btn {
  width: 100%;
  padding: 10px 0; }

.section-title .section-link {
  color: #FFFFFF;
  font-size: 15px; }
  .section-title .section-link a {
    color: #003865; }
  .section-title .section-link a:hover {
    color: #0076A8; }

.section-title .padding-30 {
  padding: 30px; }

/************************************ SECTION ************************************/
.section-nav.navbar {
  border: 0; }

.section-nav .navbar-nav {
  margin: 0 auto;
  display: table;
  table-layout: auto;
  float: none;
  width: 100%;
  height: 80px;
  border-bottom: solid 4px #EAAA00; }
  .section-nav .navbar-nav > li {
    display: table-cell;
    text-align: center;
    background-color: #FFFFFF;
    width: 16.666%;
    vertical-align: middle;
    float: none;
    border-left: 3px solid #f1f1ee; }
    .section-nav .navbar-nav > li:first-child {
      border-left: 0; }
    .section-nav .navbar-nav > li:hover, .section-nav .navbar-nav > li:focus, .section-nav .navbar-nav > li.selected, .section-nav .navbar-nav > li.active {
      background-color: #EAAA00; }
      .section-nav .navbar-nav > li:hover a, .section-nav .navbar-nav > li:focus a, .section-nav .navbar-nav > li.selected a, .section-nav .navbar-nav > li.active a {
        color: #FFFFFF; }
    .section-nav .navbar-nav > li > a {
      display: block;
      color: #313430;
      font-weight: bold;
      text-decoration: none;
      width: 100%;
      margin-top: 4px;
      white-space: nowrap; }
      @media (max-width: 1019px) {
        .section-nav .navbar-nav > li > a {
          font-size: 14px;
          padding-left: 5px;
          padding-right: 5px; } }
    .section-nav .navbar-nav > li:last-child {
      border-right: none; }
  .section-nav .navbar-nav.nav-tabs > li > a {
    border: 0; }
    .section-nav .navbar-nav.nav-tabs > li > a:hover, .section-nav .navbar-nav.nav-tabs > li > a:focus {
      border: 0; }
  .section-nav .navbar-nav.nav-tabs > li:hover, .section-nav .navbar-nav.nav-tabs > li:focus, .section-nav .navbar-nav.nav-tabs > li.selected, .section-nav .navbar-nav.nav-tabs > li.active {
    background-color: #EAAA00; }
    .section-nav .navbar-nav.nav-tabs > li:hover a, .section-nav .navbar-nav.nav-tabs > li:focus a, .section-nav .navbar-nav.nav-tabs > li.selected a, .section-nav .navbar-nav.nav-tabs > li.active a {
      color: #FFFFFF;
      background-color: #EAAA00;
      border: 0; }

.section-nav .mobile-section-nav {
  background-color: #FFFFFF; }
  .section-nav .mobile-section-nav .mobile-section-nav-wrapper > .dropdown {
    height: 80px;
    width: 100%;
    position: relative; }
    .section-nav .mobile-section-nav .mobile-section-nav-wrapper > .dropdown > ul.dropdown-menu {
      width: 100%;
      position: absolute; }
      .section-nav .mobile-section-nav .mobile-section-nav-wrapper > .dropdown > ul.dropdown-menu li {
        width: 100%;
        border-bottom: solid 1px #cccccc;
        margin: 0; }
        .section-nav .mobile-section-nav .mobile-section-nav-wrapper > .dropdown > ul.dropdown-menu li > a, .section-nav .mobile-section-nav .mobile-section-nav-wrapper > .dropdown > ul.dropdown-menu li .inner-dropdown-toggle {
          padding: 15px 30px !important;
          padding-right: 26px;
          display: block;
          font-size: 14px;
          font-weight: bold;
          color: #313430;
          cursor: pointer;
          text-decoration: none;
          line-height: 24px;
          background-color: #FFFFFF; }
          .section-nav .mobile-section-nav .mobile-section-nav-wrapper > .dropdown > ul.dropdown-menu li > a:hover, .section-nav .mobile-section-nav .mobile-section-nav-wrapper > .dropdown > ul.dropdown-menu li .inner-dropdown-toggle:hover {
            color: #FFFFFF !important;
            background-color: #003865; }
        .section-nav .mobile-section-nav .mobile-section-nav-wrapper > .dropdown > ul.dropdown-menu li.active.no-children {
          display: none; }
        .section-nav .mobile-section-nav .mobile-section-nav-wrapper > .dropdown > ul.dropdown-menu li .inner-dropdown-toggle {
          width: 100%;
          text-align: left;
          background-color: #FFFFFF; }
          .section-nav .mobile-section-nav .mobile-section-nav-wrapper > .dropdown > ul.dropdown-menu li .inner-dropdown-toggle:before {
            font-family: FontAwesome;
            content: "\f107";
            font-size: 30px;
            float: right;
            color: #313430; }
        .section-nav .mobile-section-nav .mobile-section-nav-wrapper > .dropdown > ul.dropdown-menu li .inner-dropdown {
          margin-top: 0; }
          .section-nav .mobile-section-nav .mobile-section-nav-wrapper > .dropdown > ul.dropdown-menu li .inner-dropdown > li {
            border: 0;
            background-color: #f1f1ee; }
            .section-nav .mobile-section-nav .mobile-section-nav-wrapper > .dropdown > ul.dropdown-menu li .inner-dropdown > li > a {
              padding-left: 30px !important;
              font-size: 10px;
              background-color: #f1f1ee;
              padding-top: 8px !important;
              padding-bottom: 8px !important;
              white-space: normal; }
              .section-nav .mobile-section-nav .mobile-section-nav-wrapper > .dropdown > ul.dropdown-menu li .inner-dropdown > li > a:hover {
                background-color: #f1f1ee;
                color: #003865 !important; }
            .section-nav .mobile-section-nav .mobile-section-nav-wrapper > .dropdown > ul.dropdown-menu li .inner-dropdown > li.active > a {
              color: #003865 !important; }
        .section-nav .mobile-section-nav .mobile-section-nav-wrapper > .dropdown > ul.dropdown-menu li.dropdown.open .inner-dropdown-toggle {
          background-color: #003865;
          color: #FFFFFF; }
          .section-nav .mobile-section-nav .mobile-section-nav-wrapper > .dropdown > ul.dropdown-menu li.dropdown.open .inner-dropdown-toggle:before {
            content: "\f106";
            color: #FFFFFF; }
    .section-nav .mobile-section-nav .mobile-section-nav-wrapper > .dropdown > .dropdown-toggle {
      position: absolute;
      display: table;
      color: #313430 !important;
      font-size: 14px;
      text-decoration: none;
      width: 100%;
      height: 80px;
      padding: 0;
      padding-left: 15px;
      border: 0;
      border-bottom: solid 5px #EAAA00;
      cursor: pointer;
      background-color: #FFFFFF;
      text-align: left;
      padding-left: 30px;
      line-height: 18px;
      white-space: normal; }
      .section-nav .mobile-section-nav .mobile-section-nav-wrapper > .dropdown > .dropdown-toggle:before {
        content: "MENU";
        font-size: 10px;
        position: absolute;
        top: 55px;
        right: 0;
        z-index: 1000;
        width: 78px;
        text-align: center;
        line-height: 12px;
        color: #EAAA00; }
      .section-nav .mobile-section-nav .mobile-section-nav-wrapper > .dropdown > .dropdown-toggle:after {
        font-family: FontAwesome;
        content: "\f0c9";
        font-size: 30px;
        line-height: 75px;
        padding: 0 25px;
        float: right;
        color: #EAAA00;
        border-left: 1px solid #f1f1ee;
        position: absolute;
        top: 0;
        right: 0; }
      .section-nav .mobile-section-nav .mobile-section-nav-wrapper > .dropdown > .dropdown-toggle > div {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        padding-right: 80px; }
    .section-nav .mobile-section-nav .mobile-section-nav-wrapper > .dropdown.open > .dropdown-toggle:before {
      color: #FFFFFF; }
    .section-nav .mobile-section-nav .mobile-section-nav-wrapper > .dropdown.open > .dropdown-toggle:after {
      content: "\f0c9";
      color: #FFFFFF;
      background-color: #EAAA00; }

.section-nav .dropdown-menu {
  position: relative;
  background-color: transparent;
  padding: 0;
  border: none;
  box-shadow: none; }

@media (min-width: 768px) {
  .section-nav .nav-items {
    margin-bottom: 0;
    margin-left: 0; }
    .section-nav .nav-items > li {
      background-color: #FFFFFF; }
      .section-nav .nav-items > li a {
        display: block;
        padding: 10px;
        color: #313430; }
      .section-nav .nav-items > li.selected {
        background-color: #003865; }
        .section-nav .nav-items > li.selected a {
          color: #FFFFFF; } }

.section-nav-panel {
  background-color: #FFFFFF; }
  .section-nav-panel .section-nav-panel-content {
    padding: 10px;
    background-color: #003865; }
  .section-nav-panel .section-nav-panel-toggle {
    color: #FFFFFF;
    cursor: pointer;
    line-height: 27px; }
    .section-nav-panel .section-nav-panel-toggle .view-panel {
      display: none; }
    .section-nav-panel .section-nav-panel-toggle .close-panel {
      display: inline; }
    .section-nav-panel .section-nav-panel-toggle:before {
      float: right;
      font-family: FontAwesome;
      content: "\f077"; }
    .section-nav-panel .section-nav-panel-toggle.collapsed:before {
      float: right;
      font-family: FontAwesome;
      content: "\f078"; }
    .section-nav-panel .section-nav-panel-toggle.collapsed .view-panel {
      display: inline; }
    .section-nav-panel .section-nav-panel-toggle.collapsed .close-panel {
      display: none; }
    @media (max-width: 480px) {
      .section-nav-panel .section-nav-panel-toggle .view-panel {
        display: none !important; }
      .section-nav-panel .section-nav-panel-toggle .close-panel {
        display: none !important; } }
  .section-nav-panel .section-nav-panel-dropdown {
    background-color: #f1f1ee; }
    .section-nav-panel .section-nav-panel-dropdown .panel-filters .filter-option label:after {
      content: '';
      display: none;
      height: 0; }
  .section-nav-panel .solution-content-panel {
    background-color: #FFFFFF;
    border: solid 1px #cccccc;
    padding: 8px 10px;
    margin-top: 10px; }
    .section-nav-panel .solution-content-panel .section-nav-panel-toggle {
      color: #003865 !important; }
    .section-nav-panel .solution-content-panel h4 {
      margin: 0; }
  .section-nav-panel .solution-content-dropdown {
    background-color: #FFFFFF;
    border: solid 1px #cccccc;
    border-top: 0;
    margin-top: -1px; }
    .section-nav-panel .solution-content-dropdown .solution-content {
      margin: 15px;
      margin-top: 0; }
  .section-nav-panel .comment-form-content-panel {
    background-color: #FFFFFF;
    padding: 8px 0;
    margin-top: 10px; }
    .section-nav-panel .comment-form-content-panel .section-nav-panel-toggle {
      color: #003865 !important; }
    .section-nav-panel .comment-form-content-panel h4 {
      margin-top: 30px;
      margin-bottom: 0;
      padding: 0; }
  .section-nav-panel .comment-form-content-dropdown {
    background-color: #FFFFFF; }

.panel-filters {
  padding: 15px; }
  .panel-filters .filter-category {
    font-weight: bold;
    font-size: 16px; }
  .panel-filters .filter-option label {
    cursor: pointer;
    font-weight: normal;
    padding-left: 20px;
    display: block;
    position: relative; }
  .panel-filters .filter-option input {
    display: none; }
    .panel-filters .filter-option input ~ .check {
      width: 12px;
      height: 12px;
      border-radius: 2px;
      border: 1px solid #cccccc;
      background-color: #FFFFFF;
      position: absolute;
      left: 0;
      top: 2px; }
    .panel-filters .filter-option input:checked ~ .check {
      background-color: #003865; }
  .panel-filters .region-filter {
    background-color: #FFFFFF;
    width: 100%;
    padding: 5px 10px; }

.opportunity-panel-filters {
  padding: 15px; }
  .opportunity-panel-filters label {
    position: relative;
    width: 100%; }
  .opportunity-panel-filters label:after {
    background-color: #FFFFFF;
    cursor: pointer; }
  .opportunity-panel-filters .region-filter {
    background-color: #FFFFFF;
    width: 100%;
    padding: 5px 10px; }
  .opportunity-panel-filters .btn {
    width: 100%; }

.contact-form {
  margin: 0 15%; }
  .contact-form h2 {
    text-align: left;
    font-weight: bold;
    margin: 30px;
    margin-left: 0; }
  .contact-form p {
    text-align: left;
    margin: 0 30px 50px 0px; }
  .contact-form .contact-label {
    margin: 25px 0 10px 0;
    float: none; }
  .contact-form .capcha {
    margin: 30px 0 50px 0; }

@media (max-width: 1050px) {
  .section-title .explore {
    width: 100%;
    float: none; } }

@media (max-width: 767px) {
  .section-title .explore {
    width: 100%;
    max-width: 300px;
    float: none; }
  .contact-form {
    margin: 0 5%; }
  .panel-filters .project-filter-mobile-padding {
    padding: 0 20px;
    margin-top: 20px; }
  .panel-filters .filter-submit-mobile-padding {
    padding: 0 28px; } }

@media (max-width: 479px) {
  .contact-form h2, .contact-form p {
    margin-left: 0;
    margin-right: 0; }
  .contact-form {
    margin: 0 1%; } }

@media (max-width: 330px) {
  .col-320 {
    width: 100%;
    padding: 0 !important;
    padding-bottom: 10px !important; } }

.padding-0 {
  padding: 0; }

.accordion-simple .accordion-item {
  width: 100%; }
  .accordion-simple .accordion-item .accordion-item-title {
    color: #BA0C2F;
    font-weight: bold;
    display: block;
    padding: 15px 0;
    text-decoration: none;
    cursor: pointer; }
    .accordion-simple .accordion-item .accordion-item-title:before {
      float: right;
      font-family: FontAwesome;
      content: "\f077";
      margin-right: 10px; }
    .accordion-simple .accordion-item .accordion-item-title.collapsed:before {
      float: right;
      font-family: FontAwesome;
      content: "\f078"; }
  .accordion-simple .accordion-item .accordion-global-operation-item-title {
    color: #BA0C2F;
    font-weight: bold;
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    background-color: #f1f1ee;
    cursor: pointer;
    border-bottom: solid 1px #FFFFFF; }
    .accordion-simple .accordion-item .accordion-global-operation-item-title:before {
      float: right;
      font-family: FontAwesome;
      content: "\f077";
      margin-right: 10px; }
    .accordion-simple .accordion-item .accordion-global-operation-item-title.collapsed:before {
      float: right;
      font-family: FontAwesome;
      content: "\f078"; }
  .accordion-simple .accordion-item .accordion-item-body {
    padding-right: 30px; }
    .accordion-simple .accordion-item .accordion-item-body .global-operation-list {
      margin-right: 15px;
      padding-left: 15px;
      border-bottom: solid 1px #FFFFFF; }
      .accordion-simple .accordion-item .accordion-item-body .global-operation-list h4 {
        color: #fff;
        padding: 5px 0;
        border-bottom: solid 1px #fff; }
      .accordion-simple .accordion-item .accordion-item-body .global-operation-list ul {
        list-style: none;
        margin-left: -40px; }
        .accordion-simple .accordion-item .accordion-item-body .global-operation-list ul li {
          padding: 5px 0; }
          .accordion-simple .accordion-item .accordion-item-body .global-operation-list ul li a {
            color: #0076A8;
            padding: 5px 0;
            cursor: pointer; }
          .accordion-simple .accordion-item .accordion-item-body .global-operation-list ul li a:hover, .accordion-simple .accordion-item .accordion-item-body .global-operation-list ul li a:active {
            color: #62B5E5; }
    .accordion-simple .accordion-item .accordion-item-body .global-operation-list:last-child {
      margin-right: 0; }
  .accordion-simple .accordion-item .border-bottom {
    border-bottom: solid 1px #f1f1ee; }

.accordion-rail-nav .accordion-rail-nav-item {
  list-style: none;
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  padding: 0; }
  .accordion-rail-nav .accordion-rail-nav-item .panel {
    margin-bottom: 0;
    border: 0; }
  .accordion-rail-nav .accordion-rail-nav-item a[aria-expanded='true'] {
    border-bottom: 2px solid transparent;
    /*transition: border-bottom 0.5s;*/
    border-left: solid 4px #BA0C2F; }
  .accordion-rail-nav .accordion-rail-nav-item .accordion-rail-nav-content {
    display: block;
    outline: none;
    width: 100%;
    line-height: 0; }
    .accordion-rail-nav .accordion-rail-nav-item .accordion-rail-nav-content .panel {
      box-shadow: none !important; }
    .accordion-rail-nav .accordion-rail-nav-item .accordion-rail-nav-content:active {
      border-bottom: 0; }
    .accordion-rail-nav .accordion-rail-nav-item .accordion-rail-nav-content > a {
      height: 51px; }
      .accordion-rail-nav .accordion-rail-nav-item .accordion-rail-nav-content > a:before {
        float: right;
        font-family: FontAwesome;
        content: "\f106";
        font-size: 26px;
        /*background-color: $app-secondary-color;
                    border-left: solid 1px $app-secondary-color;*/
        border-bottom: 0;
        padding: 0 19px;
        height: 50px;
        line-height: 50px; }
      .accordion-rail-nav .accordion-rail-nav-item .accordion-rail-nav-content > a > span {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        padding-right: 55px;
        line-height: 16px; }
    .accordion-rail-nav .accordion-rail-nav-item .accordion-rail-nav-content a {
      position: relative;
      display: inline-block;
      font-family: "Lato Bold", Arial, sans-serif;
      color: #313430;
      font-size: 16px;
      text-decoration: none;
      width: 100%;
      padding-left: 20px;
      padding-right: 0;
      /*border-left: solid 4px #4e99b9;*/
      border-top: solid 1px #ccc;
      /*border-bottom: 0;*/
      cursor: pointer;
      z-index: 99;
      white-space: normal; }
      @media (max-width: 1335px) {
        .accordion-rail-nav .accordion-rail-nav-item .accordion-rail-nav-content a {
          font-size: 14px; } }
      .accordion-rail-nav .accordion-rail-nav-item .accordion-rail-nav-content a[aria-expanded='true'] {
        /*border-bottom: 2px solid transparent;
                    border-top: 2px solid transparent;
                    transition: border-bottom 0.5s;
                    border-left: solid 4px #4e99b9;*/ }
    .accordion-rail-nav .accordion-rail-nav-item .accordion-rail-nav-content a.collapsed:before {
      float: right;
      font-family: FontAwesome;
      content: "\f107";
      font-size: 26px;
      color: #313430;
      background-color: transparent;
      /*border-left: solid 1px $app-secondary-color;*/ }
    .accordion-rail-nav .accordion-rail-nav-item .accordion-rail-nav-content:last-child > a {
      border-bottom: 1px solid transparent; }
  .accordion-rail-nav .accordion-rail-nav-item .accordion-item-body {
    color: #313430;
    text-decoration: none;
    background-color: #f1f1ee;
    width: 100%;
    padding: 0;
    margin: 0; }
    .accordion-rail-nav .accordion-rail-nav-item .accordion-item-body > li {
      display: block; }
      .accordion-rail-nav .accordion-rail-nav-item .accordion-item-body > li a {
        display: block;
        font-size: 16px;
        line-height: 40px;
        cursor: pointer;
        border: none;
        white-space: normal;
        border-top: 1px solid rgba(98, 181, 229, 0.2); }
        .accordion-rail-nav .accordion-rail-nav-item .accordion-item-body > li a:hover, .accordion-rail-nav .accordion-rail-nav-item .accordion-item-body > li a:focus, .accordion-rail-nav .accordion-rail-nav-item .accordion-item-body > li a.active {
          color: #313430;
          background-color: #62B5E5; }
        .accordion-rail-nav .accordion-rail-nav-item .accordion-item-body > li a:hover {
          font-weight: bold; }
        .accordion-rail-nav .accordion-rail-nav-item .accordion-item-body > li a:before {
          content: "";
          background-color: transparent; }
      .accordion-rail-nav .accordion-rail-nav-item .accordion-item-body > li.active a {
        color: #313430;
        /*background-color: $app-primary-bg-hover-color;*/
        border-bottom: solid 4px #4e99b9; }
  .accordion-rail-nav .accordion-rail-nav-item .border-bottom {
    border-top: solid 1px #f1f1ee; }

.accordion-module {
  display: block;
  padding: 0;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 10px;
  /*
	.content-council-members :after {
		display: block;
		content:"";
		height:0;
		clear: both;
	}
	*/ }
  .accordion-module .module-heading {
    text-align: center; }
  .accordion-module .module-heading-left {
    text-align: left;
    padding-left: 10px; }
  .accordion-module .content-link a {
    text-decoration: none; }
  .accordion-module .content-council-members {
    position: relative;
    display: block;
    width: 95%;
    height: 515px;
    border: solid 1px #f1f1ee;
    margin: 0 auto;
    margin-bottom: 30px; }
    .accordion-module .content-council-members .content-council-member-wrapper {
      display: block;
      width: 100%;
      padding: 0;
      margin: 0;
      float: left; }
      .accordion-module .content-council-members .content-council-member-wrapper .content-council-member {
        text-align: left;
        margin: 0;
        padding: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .accordion-module .content-council-members .content-council-member-wrapper .content-council-member h3 {
          font-weight: bold;
          leter-spacing: 2px; }
        .accordion-module .content-council-members .content-council-member-wrapper .content-council-member p {
          margin-bottom: 30px; }
        .accordion-module .content-council-members .content-council-member-wrapper .content-council-member .content {
          height: 380px;
          margin: 0 50px; }
          @media (max-width: 767px) {
            .accordion-module .content-council-members .content-council-member-wrapper .content-council-member .content {
              margin: 0; } }
      .accordion-module .content-council-members .content-council-member-wrapper .selected {
        display: block !important; }
    .accordion-module .content-council-members .member-thumb {
      display: block;
      width: 100%; }
      .accordion-module .content-council-members .member-thumb > ul {
        display: table;
        list-style: none;
        width: 100%;
        padding: 0;
        margin: 0; }
        .accordion-module .content-council-members .member-thumb > ul > li {
          display: table-cell;
          padding: 1px;
          float: none; }
          .accordion-module .content-council-members .member-thumb > ul > li .thum-overlay {
            width: 122px;
            height: 100%;
            margin: 0;
            padding: 0;
            bottom: 0;
            border: solid 7px #0076A8;
            opacity: 0.65;
            z-index: 99;
            display: none; }
          .accordion-module .content-council-members .member-thumb > ul > li .active {
            display: block; }
  .accordion-module .video-accordion-content {
    position: relative;
    display: block;
    width: 98%;
    max-width: 940px;
    height: 401px;
    padding: 0;
    margin: 0 auto; }
    .accordion-module .video-accordion-content .accordion-content {
      display: inline-block;
      width: 70%;
      height: 100%;
      padding: 0;
      margin: 0;
      float: left; }
      .accordion-module .video-accordion-content .accordion-content .video-content {
        position: relative;
        display: none;
        height: 100%;
        width: 100%;
        margin-bottom: 2px; }
        .accordion-module .video-accordion-content .accordion-content .video-content img {
          display: inline-block;
          width: 100%;
          height: 100%; }
      .accordion-module .video-accordion-content .accordion-content .transportation-video-content {
        position: relative;
        display: none;
        margin-bottom: 2px; }
        .accordion-module .video-accordion-content .accordion-content .transportation-video-content img {
          height: 401px; }
      .accordion-module .video-accordion-content .accordion-content .selected {
        display: inline-block; }
      .accordion-module .video-accordion-content .accordion-content .overlay-wrapper {
        position: absolute;
        display: block;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        background-color: #000000;
        opacity: 0.8;
        padding: 15px; }
        .accordion-module .video-accordion-content .accordion-content .overlay-wrapper .heading {
          display: block;
          width: 100%;
          margin-bottom: 10px;
          float: left; }
        .accordion-module .video-accordion-content .accordion-content .overlay-wrapper h4, .accordion-module .video-accordion-content .accordion-content .overlay-wrapper p, .accordion-module .video-accordion-content .accordion-content .overlay-wrapper .date-line {
          color: #FFFFFF;
          float: left;
          margin: 0; }
        .accordion-module .video-accordion-content .accordion-content .overlay-wrapper h4 {
          margin-right: 10px; }
        .accordion-module .video-accordion-content .accordion-content .overlay-wrapper p {
          margin-bottom: 10px; }
        .accordion-module .video-accordion-content .accordion-content .overlay-wrapper .date-line {
          padding-top: 4px; }
    .accordion-module .video-accordion-content .accordion-tab, .accordion-module .video-accordion-content .transportation-accordion-tab {
      display: block;
      width: 30%;
      margin: 0;
      padding: 0;
      float: right; }
      .accordion-module .video-accordion-content .accordion-tab > ul, .accordion-module .video-accordion-content .transportation-accordion-tab > ul {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none; }
        .accordion-module .video-accordion-content .accordion-tab > ul > li, .accordion-module .video-accordion-content .transportation-accordion-tab > ul > li {
          display: inline-flex;
          width: 100%;
          border-bottom: solid 1px #FFFFFF; }
          .accordion-module .video-accordion-content .accordion-tab > ul > li a, .accordion-module .video-accordion-content .transportation-accordion-tab > ul > li a {
            display: block;
            color: #FFFFFF;
            height: 100%;
            width: 100%;
            padding: 12px 10px;
            margin: 0;
            background-color: #62B5E5; }
            .accordion-module .video-accordion-content .accordion-tab > ul > li a img, .accordion-module .video-accordion-content .transportation-accordion-tab > ul > li a img {
              display: block;
              width: 34%;
              float: left; }
            .accordion-module .video-accordion-content .accordion-tab > ul > li a .heading, .accordion-module .video-accordion-content .transportation-accordion-tab > ul > li a .heading {
              display: block;
              margin-left: 10px;
              float: left; }
              .accordion-module .video-accordion-content .accordion-tab > ul > li a .heading h4, .accordion-module .video-accordion-content .transportation-accordion-tab > ul > li a .heading h4 {
                color: #FFFFFF;
                font-size: 13px;
                margin: 0;
                margin-bottom: 5px;
                padding: 0; }
              .accordion-module .video-accordion-content .accordion-tab > ul > li a .heading p, .accordion-module .video-accordion-content .transportation-accordion-tab > ul > li a .heading p {
                color: #cccccc;
                font-size: 14px;
                margin: 0; }
            .accordion-module .video-accordion-content .accordion-tab > ul > li a:hover, .accordion-module .video-accordion-content .accordion-tab > ul > li a:focus, .accordion-module .video-accordion-content .accordion-tab > ul > li a:active, .accordion-module .video-accordion-content .transportation-accordion-tab > ul > li a:hover, .accordion-module .video-accordion-content .transportation-accordion-tab > ul > li a:focus, .accordion-module .video-accordion-content .transportation-accordion-tab > ul > li a:active {
              background-color: #0076A8; }
              .accordion-module .video-accordion-content .accordion-tab > ul > li a:hover .heading p, .accordion-module .video-accordion-content .accordion-tab > ul > li a:focus .heading p, .accordion-module .video-accordion-content .accordion-tab > ul > li a:active .heading p, .accordion-module .video-accordion-content .transportation-accordion-tab > ul > li a:hover .heading p, .accordion-module .video-accordion-content .transportation-accordion-tab > ul > li a:focus .heading p, .accordion-module .video-accordion-content .transportation-accordion-tab > ul > li a:active .heading p {
                color: #FFFFFF; }
          .accordion-module .video-accordion-content .accordion-tab > ul > li .active, .accordion-module .video-accordion-content .transportation-accordion-tab > ul > li .active {
            background-color: #0076A8; }
    .accordion-module .video-accordion-content .accordion-tab > ul > li a, .accordion-module .video-accordion-content .transportation-accordion-tab > ul > li a {
      height: 66px; }
    .accordion-module .video-accordion-content .video-accordion-content:after {
      display: block;
      content: "";
      height: 0;
      clear: both; }
  .accordion-module .accordion-content-wrapper {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto; }
    .accordion-module .accordion-content-wrapper .accordion-content {
      display: block;
      width: 68%;
      padding: 0;
      margin: 0;
      float: left; }
      .accordion-module .accordion-content-wrapper .accordion-content .accordion-content-item {
        position: relative;
        display: none; }
        .accordion-module .accordion-content-wrapper .accordion-content .accordion-content-item .accordion-content-img {
          display: block;
          width: 29.5%;
          height: auto;
          padding: 10px 0;
          margin-right: 3%;
          border-top: solid 1px #cccccc;
          border-bottom: solid 1px #cccccc;
          float: left; }
      .accordion-module .accordion-content-wrapper .accordion-content .selected {
        display: block; }
      .accordion-module .accordion-content-wrapper .accordion-content .accordion-content-text {
        position: relative;
        display: block;
        width: 67%;
        height: 280px;
        padding: 15px;
        float: left; }
        .accordion-module .accordion-content-wrapper .accordion-content .accordion-content-text .heading {
          display: block;
          width: 100%;
          margin-bottom: 10px;
          float: left; }
        .accordion-module .accordion-content-wrapper .accordion-content .accordion-content-text h3, .accordion-module .accordion-content-wrapper .accordion-content .accordion-content-text h4, .accordion-module .accordion-content-wrapper .accordion-content .accordion-content-text p, .accordion-module .accordion-content-wrapper .accordion-content .accordion-content-text .date-line {
          color: #313430;
          float: left;
          margin: 0; }
        .accordion-module .accordion-content-wrapper .accordion-content .accordion-content-text h3, .accordion-module .accordion-content-wrapper .accordion-content .accordion-content-text h4 {
          margin-right: 10px; }
        .accordion-module .accordion-content-wrapper .accordion-content .accordion-content-text p {
          margin-bottom: 10px; }
        .accordion-module .accordion-content-wrapper .accordion-content .accordion-content-text .date-line {
          padding-top: 4px; }
    .accordion-module .accordion-content-wrapper .accordion-content-tab {
      display: block;
      width: 30%;
      margin: 0;
      margin-right: 2%;
      padding: 0;
      float: left; }
      .accordion-module .accordion-content-wrapper .accordion-content-tab > ul {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        border-right: solid 1px #cccccc;
        float: left; }
        .accordion-module .accordion-content-wrapper .accordion-content-tab > ul > li {
          display: block;
          width: 100%;
          height: auto;
          border-bottom: none;
          float: left; }
          .accordion-module .accordion-content-wrapper .accordion-content-tab > ul > li a {
            text-decoration: none;
            display: block;
            color: #62B5E5;
            width: 100%;
            padding: 10px 20px;
            margin: 0; }
            .accordion-module .accordion-content-wrapper .accordion-content-tab > ul > li a:hover, .accordion-module .accordion-content-wrapper .accordion-content-tab > ul > li a:focus, .accordion-module .accordion-content-wrapper .accordion-content-tab > ul > li a:active, .accordion-module .accordion-content-wrapper .accordion-content-tab > ul > li a.active {
              background-color: #0076A8;
              color: #FFFFFF; }

.accordion-faq-content-wrapper, .body-accordion {
  margin-bottom: 20px; }
  .accordion-faq-content-wrapper .panel, .body-accordion .panel {
    border: 1px solid #cccccc;
    border-bottom: 0;
    margin-bottom: 0; }
    .accordion-faq-content-wrapper .panel:nth-child(even), .body-accordion .panel:nth-child(even) {
      background-color: #f1f1ee; }
    .accordion-faq-content-wrapper .panel:last-child, .body-accordion .panel:last-child {
      border-bottom: 1px solid #cccccc; }
    .accordion-faq-content-wrapper .panel .accordion-heading .accordion-toggle, .body-accordion .panel .accordion-heading .accordion-toggle {
      display: table;
      padding: 15px 70px 15px 20px;
      position: relative;
      width: 100%;
      font-weight: bold;
      text-decoration: none; }
      .accordion-faq-content-wrapper .panel .accordion-heading .accordion-toggle:after, .body-accordion .panel .accordion-heading .accordion-toggle:after {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        font-family: FontAwesome;
        content: "\f107";
        font-size: 26px;
        color: #313430;
        text-decoration: none;
        background-color: transparent;
        border-left: solid 1px #cccccc;
        line-height: 50px;
        padding: 0 25px; }
      .accordion-faq-content-wrapper .panel .accordion-heading .accordion-toggle[aria-expanded="true"], .body-accordion .panel .accordion-heading .accordion-toggle[aria-expanded="true"] {
        border-bottom: 2px solid transparent;
        border-top: 2px solid transparent;
        transition: border-bottom 0.5s;
        border-left: solid 4px #4e99b9; }
        .accordion-faq-content-wrapper .panel .accordion-heading .accordion-toggle[aria-expanded="true"]:after, .body-accordion .panel .accordion-heading .accordion-toggle[aria-expanded="true"]:after {
          color: #FFFFFF;
          background-color: #EAAA00;
          content: "\f106"; }
      .accordion-faq-content-wrapper .panel .accordion-heading .accordion-toggle > span, .body-accordion .panel .accordion-heading .accordion-toggle > span {
        text-decoration: underline; }
    .accordion-faq-content-wrapper .panel .accordion-body, .body-accordion .panel .accordion-body {
      padding: 20px;
      border-top: 1px solid #cccccc;
      color: #313430; }

.wide-video .video-heading {
  display: inline-block;
  width: 100%;
  text-align: left; }

.wide-video .video-accordion-content {
  width: 100%; }
  .wide-video .video-accordion-content .accordion-content .video-content img {
    height: 100%;
    width: 100%; }
  .wide-video .video-accordion-content .accordion-tab > ul > li a {
    padding-right: 2px; }
    .wide-video .video-accordion-content .accordion-tab > ul > li a img {
      width: 25%; }
    .wide-video .video-accordion-content .accordion-tab > ul > li a .heading h4 {
      font-size: 14px; }

.wide-video .view-all-video {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin: 10px 0 20px; }

.accordion-faq-content-wrapper {
  display: block; }
  .accordion-faq-content-wrapper .accordion-faq-content-item {
    list-style: none;
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    /*
		& > li:last-child {
			border-bottom: solid 1px $gray;
		}
		*/ }
    .accordion-faq-content-wrapper .accordion-faq-content-item .accordion-faq-content {
      display: block;
      outline: none;
      width: 100%; }
      .accordion-faq-content-wrapper .accordion-faq-content-item .accordion-faq-content a {
        position: relative;
        display: table;
        font-family: "Lato Bold", Arial, sans-serif;
        color: #313430;
        font-size: 16px;
        text-decoration: none;
        width: 100%;
        padding-left: 20px;
        padding-right: 0;
        height: 76px;
        border: solid 1px #cccccc;
        margin-bottom: -1px;
        cursor: pointer;
        z-index: 99; }
        .accordion-faq-content-wrapper .accordion-faq-content-item .accordion-faq-content a span {
          display: table-cell;
          vertical-align: middle;
          line-height: 18px;
          text-decoration: underline; }
        .accordion-faq-content-wrapper .accordion-faq-content-item .accordion-faq-content a:after {
          float: right;
          font-family: FontAwesome;
          content: "\f106";
          color: #FFFFFF;
          font-size: 26px;
          text-decoration: none;
          background-color: #EAAA00;
          border-left: solid 1px #EAAA00;
          padding: 0 19px;
          height: 74px;
          padding: 20px 25px; }
        .accordion-faq-content-wrapper .accordion-faq-content-item .accordion-faq-content a:hover, .accordion-faq-content-wrapper .accordion-faq-content-item .accordion-faq-content a:focus, .accordion-faq-content-wrapper .accordion-faq-content-item .accordion-faq-content a:active, .accordion-faq-content-wrapper .accordion-faq-content-item .accordion-faq-content a.active {
          color: #0076A8; }
      .accordion-faq-content-wrapper .accordion-faq-content-item .accordion-faq-content a.collapsed:after {
        float: right;
        font-family: FontAwesome;
        content: "\f107";
        font-size: 26px;
        color: #313430;
        text-decoration: none;
        background-color: transparent;
        border-left: solid 1px #cccccc;
        height: 74px;
        padding: 20px 25px; }
    .accordion-faq-content-wrapper .accordion-faq-content-item > li:nth-child(odd) {
      background-color: #f1f1ee; }
    .accordion-faq-content-wrapper .accordion-faq-content-item .accordion-faq-item-body {
      color: #313430;
      text-decoration: none;
      background-color: #f1f1ee;
      border: solid 1px #cccccc;
      border-bottom: none;
      border-top: none;
      width: 100%;
      padding: 0;
      margin: 0;
      margin-top: 0; }
      .accordion-faq-content-wrapper .accordion-faq-content-item .accordion-faq-item-body > li {
        display: block;
        width: 100%;
        padding: 20px; }
        .accordion-faq-content-wrapper .accordion-faq-content-item .accordion-faq-item-body > li a {
          display: inline-block;
          font-size: 14px;
          line-height: 18px;
          width: 100%;
          padding: 10px;
          padding-left: 40px;
          cursor: pointer;
          border: none; }
          .accordion-faq-content-wrapper .accordion-faq-content-item .accordion-faq-item-body > li a:hover, .accordion-faq-content-wrapper .accordion-faq-content-item .accordion-faq-item-body > li a:focus {
            color: #FFFFFF;
            background-color: #0076A8; }
          .accordion-faq-content-wrapper .accordion-faq-content-item .accordion-faq-item-body > li a:before {
            content: "";
            background-color: transparent; }
    .accordion-faq-content-wrapper .accordion-faq-content-item .border-bottom {
      border-bottom: solid 1px #f1f1ee; }
    .accordion-faq-content-wrapper .accordion-faq-content-item .accordion-faq-content:last-child .accordion-faq-item-body {
      border-bottom: solid 1px #cccccc; }

@media (max-width: 990px) {
  .wide-video .video-accordion-content .accordion-content .video-content img {
    height: 353px; }
  .wide-video .video-accordion-content .accordion-tab > ul > li a {
    padding-right: 2px; }
    .wide-video .video-accordion-content .accordion-tab > ul > li a img {
      width: 25%; }
    .wide-video .video-accordion-content .accordion-tab > ul > li a .heading h4 {
      font-size: 11px; }
    .wide-video .video-accordion-content .accordion-tab > ul > li a .heading p {
      font-size: 10px; } }

@media (min-width: 768px) and (max-width: 862px) {
  .wide-video .video-accordion-content .accordion-content .video-content img {
    height: 335px; }
  .wide-video .video-accordion-content .accordion-tab > ul > li a {
    padding-right: 2px; }
    .wide-video .video-accordion-content .accordion-tab > ul > li a img {
      width: 20%; }
    .wide-video .video-accordion-content .accordion-tab > ul > li a .heading h4 {
      font-size: 10px; }
    .wide-video .video-accordion-content .accordion-tab > ul > li a .heading p {
      font-size: 9px; }
  .accordion-rail-nav .accordion-rail-nav-item .accordion-rail-nav-content a {
    font-size: 14px; } }

@media (max-width: 767px) {
  .accordion-module .video-accordion-content {
    height: 100%;
    width: 100%;
    padding: 0 15px; }
    .accordion-module .video-accordion-content .accordion-content {
      width: 100%;
      float: none; }
      .accordion-module .video-accordion-content .accordion-content .video-content img {
        width: 100%;
        height: 100%; }
    .accordion-module .video-accordion-content .accordion-tab, .accordion-module .video-accordion-content .transportation-accordion-tab {
      width: 100%;
      float: none; }
      .accordion-module .video-accordion-content .accordion-tab > ul > li a, .accordion-module .video-accordion-content .transportation-accordion-tab > ul > li a {
        width: 100%;
        display: inline-table; }
        .accordion-module .video-accordion-content .accordion-tab > ul > li a img, .accordion-module .video-accordion-content .transportation-accordion-tab > ul > li a img {
          width: 34%;
          height: auto; }
        .accordion-module .video-accordion-content .accordion-tab > ul > li a .heading, .accordion-module .video-accordion-content .transportation-accordion-tab > ul > li a .heading {
          float: left; }
          .accordion-module .video-accordion-content .accordion-tab > ul > li a .heading h4, .accordion-module .video-accordion-content .transportation-accordion-tab > ul > li a .heading h4 {
            font-size: 16px; }
          .accordion-module .video-accordion-content .accordion-tab > ul > li a .heading p, .accordion-module .video-accordion-content .transportation-accordion-tab > ul > li a .heading p {
            font-size: 14px; }
  .accordion-module .interior-page-video-content {
    padding: 0; }
  .accordion-module .accordion-content-wrapper .accordion-content {
    width: 100%; }
    .accordion-module .accordion-content-wrapper .accordion-content .accordion-content-item .accordion-content-img {
      width: 29.5%;
      padding: 10px 0;
      margin-right: 3%;
      margin-left: 15px;
      border-top: solid 1px #cccccc;
      border-bottom: solid 1px #cccccc;
      float: left; }
    .accordion-module .accordion-content-wrapper .accordion-content .accordion-content-text {
      width: 64%;
      height: 280px;
      padding: 15px;
      float: left; }
  .accordion-module .accordion-content-wrapper .accordion-content-tab {
    display: none; } }

@media (max-width: 767px) {
  .accordion-module .module-heading {
    display: none; }
  .accordion-module .accordion-content-wrapper .accordion-content .accordion-content-item .accordion-content-img {
    width: 100%;
    padding: 10px 0;
    margin-right: 0;
    margin-left: 0;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    float: none; }
  .accordion-module .accordion-content-wrapper .accordion-content .accordion-content-text {
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 20px;
    float: none; }
    .accordion-module .accordion-content-wrapper .accordion-content .accordion-content-text h3, .accordion-module .accordion-content-wrapper .accordion-content .accordion-content-text h4 {
      width: 100%;
      text-align: center; }
  .accordion-module .video-accordion-content .accordion-content .overlay-wrapper {
    display: none; } }

@media (max-width: 479px) {
  .accordion-module .video-accordion-content .accordion-content .overlay-wrapper {
    display: none; } }

.content-tiles {
  display: inline-block;
  margin-bottom: 25px;
  padding: 0 40px;
  float: left; }
  @media (max-width: 767px) {
    .content-tiles {
      padding: 0; } }
  .content-tiles > h2 {
    color: #313430;
    margin: 30px 0 10px; }
  .content-tiles .content-tile-link {
    text-decoration: none;
    margin-bottom: 10px;
    float: left;
    padding: 15px; }
    .content-tiles .content-tile-link .content-tile {
      display: block;
      border: solid 1px #003865;
      height: 315px;
      float: left;
      overflow: hidden; }
      .content-tiles .content-tile-link .content-tile .post-date {
        display: inline-block;
        color: #FFFFFF;
        text-align: left;
        background-color: #003865;
        margin-left: 0;
        margin-top: 0;
        padding-left: 10px;
        padding-right: 20px;
        line-height: 35px;
        padding-top: 1px;
        float: left; }
      .content-tiles .content-tile-link .content-tile .content-tile-content {
        padding: 20px;
        float: left; }
        .content-tiles .content-tile-link .content-tile .content-tile-content .content-tile-title {
          display: block;
          text-align: center;
          color: #003865;
          font-weight: bold;
          float: left;
          width: 100%; }
        .content-tiles .content-tile-link .content-tile .content-tile-content .content-tile-subtitle {
          display: block;
          text-align: center;
          margin: 10px 0;
          color: #555;
          float: left;
          width: 100%; }
        .content-tiles .content-tile-link .content-tile .content-tile-content > div {
          color: #555;
          line-height: 24px;
          float: left;
          width: 100%; }
    .content-tiles .content-tile-link:hover .content-tile {
      border: 1px solid #0076A8; }
      .content-tiles .content-tile-link:hover .content-tile .post-date {
        background-color: #0076A8; }
      .content-tiles .content-tile-link:hover .content-tile .content-tile-content .content-tile-title {
        color: #0076A8; }
      .content-tiles .content-tile-link:hover .content-tile .content-tile-content .content-tile-subtitle {
        color: #555; }
      .content-tiles .content-tile-link:hover .content-tile .content-tile-content > div {
        color: #555; }
  .content-tiles .border-blue-hover {
    border-color: #0076A8; }

.feature-area .content-tile-link {
  width: 25%; }
  @media (max-width: 1019px) {
    .feature-area .content-tile-link {
      width: 50%; } }
  @media (max-width: 767px) {
    .feature-area .content-tile-link {
      width: 100%; } }

.bodycolumn .content-tile-link {
  width: 33.3333%; }
  @media (max-width: 1019px) {
    .bodycolumn .content-tile-link {
      width: 50%; } }
  @media (max-width: 767px) {
    .bodycolumn .content-tile-link {
      width: 100%; } }

.threecolumnbodycolumn .content-tile-link {
  width: 50%; }
  @media (max-width: 767px) {
    .threecolumnbodycolumn .content-tile-link {
      width: 100%; } }

.split-right .content-tile-link {
  width: 50%; }
  @media (max-width: 1019px) {
    .split-right .content-tile-link {
      width: 100%; } }

.content-tile-padding-10 {
  padding: 0 10px; }

.image-tile {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0; }
  .image-tile .image-tile-content {
    display: block;
    width: 100%; }
    .image-tile .image-tile-content > ul {
      position: relative;
      display: block;
      list-style: none;
      padding: 5px; }
      @media (max-width: 767px) {
        .image-tile .image-tile-content > ul {
          padding: 0; } }
      .image-tile .image-tile-content > ul > li {
        display: block;
        float: left;
        padding: 10px; }
        @media (max-width: 767px) {
          .image-tile .image-tile-content > ul > li {
            padding: 0;
            border-bottom: 1px solid #FFFFFF;
            background-color: #003865; } }
        .image-tile .image-tile-content > ul > li > a {
          position: relative;
          display: block;
          width: 100%;
          height: 300px;
          margin: 0;
          padding: 0;
          overflow: hidden;
          background-size: cover;
          background-position: center center;
          display: table; }
          @media (max-width: 767px) {
            .image-tile .image-tile-content > ul > li > a {
              height: 100px !important;
              width: 100px !important;
              float: left;
              margin-right: 20px;
              text-decoration: none; } }
          .image-tile .image-tile-content > ul > li > a img {
            position: relative;
            display: inline-block;
            width: 100%;
            height: auto; }
        .image-tile .image-tile-content > ul > li .text-overlay {
          color: #FFFFFF;
          text-align: center;
          height: auto;
          background-color: #003865;
          z-index: 200;
          width: 100%;
          text-decoration: none;
          display: table; }
          @media (max-width: 767px) {
            .image-tile .image-tile-content > ul > li .text-overlay {
              height: 100px !important;
              text-align: left;
              float: none;
              width: auto !important;
              background-color: transparent;
              display: table-cell;
              vertical-align: middle; } }
          .image-tile .image-tile-content > ul > li .text-overlay > span {
            padding: 10px 0;
            display: block;
            line-height: 18px; }
          .image-tile .image-tile-content > ul > li .text-overlay > a {
            color: white;
            text-decoration: none;
            display: block;
            padding: 10px 0;
            width: 100%;
            text-align: center;
            height: auto !important; }
            @media (max-width: 767px) {
              .image-tile .image-tile-content > ul > li .text-overlay > a {
                margin-left: 20px;
                width: auto;
                display: inline-block;
                float: none; } }
        .image-tile .image-tile-content > ul > li a:hover .text-overlay, .image-tile .image-tile-content > ul > li a:focus .text-overlay {
          background-color: #0076A8; }
  .image-tile .council-member-image-tile-comtent {
    display: block;
    width: 100%; }
    .image-tile .council-member-image-tile-comtent > ul {
      position: relative;
      display: block;
      width: 100%;
      list-style: none;
      padding: 0;
      margin: 0;
      margin-left: -2%; }
      .image-tile .council-member-image-tile-comtent > ul > li {
        display: block;
        width: 31.3%;
        margin-left: 2%;
        margin-bottom: 2%;
        float: left; }
        .image-tile .council-member-image-tile-comtent > ul > li a {
          position: relative;
          display: inline-block;
          width: 100%;
          height: 100%;
          margin: 0;
          padding: 0; }
          .image-tile .council-member-image-tile-comtent > ul > li a img {
            position: relative;
            display: inline-block;
            width: 100%;
            height: auto; }
          .image-tile .council-member-image-tile-comtent > ul > li a .text-overlay {
            position: absolute;
            display: block;
            color: #FFFFFF;
            text-align: center;
            width: 100%;
            height: auto;
            bottom: 0;
            padding: 12px 0;
            background-color: #003865; }
        .image-tile .council-member-image-tile-comtent > ul > li a:hover .text-overlay, .image-tile .council-member-image-tile-comtent > ul > li a:focus .text-overlay {
          background-color: #0076A8; }

.threecolumnbodycolumn .image-tile .image-tile-content > ul > li a {
  height: 225px; }
  .threecolumnbodycolumn .image-tile .image-tile-content > ul > li a.text-overlay {
    height: auto; }

@media (max-width: 1020px) {
  .content-tile > ul {
    width: 95%; }
    .content-tile > ul > li {
      width: 48%; }
  .body-two-columns-left-rail .left-rail, .body-two-columns-left-rail .right-rail {
    width: 100%; } }

@media (max-width: 767px) {
  .content-tile .content-tile-two-item > li {
    width: 96%;
    margin: 2%; } }

@media (max-width: 639px) {
  .body-two-columns-left-rail .left-rail, .body-two-columns-left-rail .right-rail {
    width: 100%; }
  .content-tile > ul {
    width: 100%; }
    .content-tile > ul > li {
      width: 100%;
      margin: 0;
      margin-bottom: 20px; }
  .content-tile .content-tile-three-item {
    margin-left: 0; }
    .content-tile .content-tile-three-item > li {
      width: 100%;
      margin: 0;
      margin-bottom: 20px; }
  .image-tile .image-tile-comtent > ul > li {
    width: 100%;
    height: 100px;
    margin-bottom: 1px; }
    .image-tile .image-tile-comtent > ul > li a img {
      width: 35%;
      height: 100px; }
    .image-tile .image-tile-comtent > ul > li a .text-overlay {
      position: relative;
      display: table;
      text-align: left;
      width: 65%;
      float: right;
      height: 100px;
      padding: 10px; }
      .image-tile .image-tile-comtent > ul > li a .text-overlay span {
        display: table-cell;
        vertical-align: middle; }
  .image-tile .council-member-image-tile-comtent > ul > li {
    width: 48%;
    margin-bottom: 20px; } }

@media (max-width: 479px) {
  .contact-form h2, .contact-form p {
    margin-left: 0;
    margin-right: 0; }
  .contact-form {
    margin: 0 1%; }
  .image-tile .image-tile-comtent > ul {
    margin: 0; }
    .image-tile .image-tile-comtent > ul > li {
      width: 100%;
      margin: 0;
      margin-bottom: 1px; }
  .image-tile .council-member-image-tile-comtent > ul > li {
    width: 100%; } }

@media (max-width: 330px) {
  .col-320 {
    width: 100%;
    padding: 0 !important;
    padding-bottom: 10px !important; } }

.padding-0 {
  padding: 0; }

.vertical-content {
  display: table;
  height: 100%;
  width: 100%; }
  .vertical-content .vertical-content-item {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    float: none; }
    .vertical-content .vertical-content-item.top {
      vertical-align: top; }
    .vertical-content .vertical-content-item.bottom {
      vertical-align: bottom; }

/*
.grid-vertical-content {
    display: table;
    height: 50%;
    width: 100%;
    
    .vertical-content-item {
        display: table-cell;
        vertical-align: middle;
        float: none;

        &.top {
            vertical-align: top;
        }
        
        &.bottom {
            vertical-align: bottom;
        }
    }
}
*/
.thumb-inline {
  display: table;
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
  list-style: none; }
  .thumb-inline .inline-content {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px; }
  .thumb-inline .inline-content-img {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px; }
  .thumb-inline .solution-inline-content-img {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 0;
    padding-top: 4px;
    width: 25%;
    list-style: none;
    float: left; }
  .thumb-inline .solution-inline-content {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
    width: 74%;
    list-style: none;
    float: left; }

.thumb-inline::after {
  content: "";
  display: block;
  height: 0;
  clear: both; }

@media (max-width: 800px) {
  .thumb-inline {
    display: block; }
    .thumb-inline .thumb {
      max-width: 100%; } }

/*
@media (max-width: $screen-sm) {
	.thumb-inline {
		display: block;
		.inline-content-img {
			display: block;
			width: 26%;
			float: left;
		}
		.inline-content {
			display: block;
			width: 70%;
			float: left;
		}
	}
}

@media (max-width: $screen-xs) {
	.thumb-inline {
		.inline-content-img {
			width: 38%;
		}
		.inline-content {
			width: 60%;
		}
	}
}
*/
.widget {
  margin-bottom: 30px;
  margin-top: 10px;
  border-top: 1px solid #f1f1ee; }

.widget-content {
  padding: 0 10px; }

.video-widget-content {
  padding: 0; }

.media-widget-content {
  padding: 0 15px; }
  .media-widget-content .media-widget-title {
    margin-top: 15px; }
    .media-widget-content .media-widget-title a {
      color: #0076A8;
      font-size: 19px; }
  .media-widget-content .media-content-img {
    width: 32%;
    margin-right: 2%;
    float: left; }
  .media-widget-content .media-content {
    width: 65%;
    float: left; }
  .media-widget-content .media-contact-img {
    width: 110px;
    margin-right: 10px;
    float: left; }
  .media-widget-content .contact-content {
    width: auto;
    float: left; }
    .media-widget-content .contact-content p, .media-widget-content .contact-content h4 {
      margin-top: 0;
      margin-bottom: 5px;
      text-transform: none; }
    .media-widget-content .contact-content h4 {
      font-size: 20px; }
  .media-widget-content .widget-sub-title h1, .media-widget-content .widget-sub-title h2, .media-widget-content .widget-sub-title h3, .media-widget-content .widget-sub-title h4, .media-widget-content .widget-sub-title h5 {
    font-weight: normal;
    margin: 10px 0;
    text-transform: none; }

.media-widget-content:after {
  display: block;
  content: "";
  height: 0;
  clear: both; }

.widget-icon .widget-title h1, .widget-icon .widget-title h2, .widget-icon .widget-title h3, .widget-icon .widget-title h4, .widget-icon .widget-title h5 {
  font-weight: bold;
  margin: 15px 0; }

.widget-blog-content {
  padding: 0; }
  .widget-blog-content i {
    font-size: 20px; }
  .widget-blog-content .blog-filter {
    width: 76%;
    float: left; }
    .widget-blog-content .blog-filter label:after {
      right: 26.6%; }
  .widget-blog-content .blog-btn {
    width: 20%;
    margin-left: 3%;
    float: left; }

.tiles {
  overflow: hidden; }
  .tiles a, .tiles img {
    overflow: hidden; }

@media (max-width: 768px) {
  .video-widget-content {
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .blog-filter label:after {
    right: 25.7% !important; } }

@media (max-width: 480px) {
  .media-widget-content .contact-content {
    margin-left: 0; }
  .blog-filter label:after {
    right: 26.3% !important; } }

@media (max-width: 400px) {
  .blog-filter label:after {
    right: 27% !important; } }

.search-result {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0; }
  .search-result .search-result-item .search {
    height: 38px;
    width: 80%;
    border: 1px solid #313430;
    background-color: #FFFFFF;
    padding: 3px 8px;
    display: block;
    margin: 0;
    margin-bottom: 30px; }
    .search-result .search-result-item .search input {
      color: #313430;
      display: inline-block;
      height: 100%;
      border: none;
      background: none;
      padding: 0;
      font-size: 16px;
      width: 80%;
      float: left;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .search-result .search-result-item .search .search-btn {
      display: inline-block;
      background: none;
      color: #303135;
      float: right;
      font-size: 16px;
      line-height: 37px;
      margin: 0;
      padding: 0;
      padding-left: 15px;
      padding-right: 5px;
      border: none;
      border-left: solid 1px #313430;
      margin-top: -4px; }
  .search-result .search-result-item .search-result-content {
    position: relative;
    display: inline-block; }
    .search-result .search-result-item .search-result-content > ul {
      display: block;
      margin: 0;
      padding: 0;
      list-style: none; }
      .search-result .search-result-item .search-result-content > ul > li {
        display: inline-block;
        width: 100%;
        margin-bottom: 25px; }
        .search-result .search-result-item .search-result-content > ul > li h4 {
          text-decoration: underline; }
        .search-result .search-result-item .search-result-content > ul > li .heading {
          color: #313430; }
          .search-result .search-result-item .search-result-content > ul > li .heading:hover, .search-result .search-result-item .search-result-content > ul > li .heading:focus {
            color: #0076A8; }
        .search-result .search-result-item .search-result-content > ul > li .result-count {
          color: #313430; }
        .search-result .search-result-item .search-result-content > ul > li .post-date {
          margin-bottom: 20px; }
        .search-result .search-result-item .search-result-content > ul > li p {
          margin-bottom: 15px; }
        .search-result .search-result-item .search-result-content > ul > li .break-line {
          border-bottom: solid 1px #f1f1ee;
          width: 60px;
          margin-bottom: 25px; }

@media (max-width: 640px) {
  .search-result .search-result-item .search {
    width: 100%; } }

.image-gallery {
  width: 100%;
  background: #FFFFFF;
  padding: 20px 0; }
  @media (max-width: 767px) {
    .image-gallery {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1336px) {
    .image-gallery .container {
      width: 1236px; } }
  @media (max-width: 1335px) {
    .image-gallery .container {
      width: 95%;
      padding-left: 0;
      padding-right: 0; } }
  .image-gallery .module-heading {
    text-align: center; }
  .image-gallery .module-heading-left {
    text-align: left;
    padding-left: 10px; }
  .image-gallery .content-link a {
    text-decoration: none; }
  .image-gallery .image-gallery-content {
    position: relative;
    display: block;
    border: solid 1px #cccccc;
    margin: 0 auto;
    margin-bottom: 30px; }
    @media (max-width: 1019px) {
      .image-gallery .image-gallery-content {
        border: 0; } }
    .image-gallery .image-gallery-content .image-gallery-content-slider, .image-gallery .image-gallery-content .image-gallery-content-slider-option2 {
      display: block;
      width: 100%;
      padding: 0;
      margin: 0;
      float: left; }
      .image-gallery .image-gallery-content .image-gallery-content-slider .image-gallery-item, .image-gallery .image-gallery-content .image-gallery-content-slider-option2 .image-gallery-item {
        text-align: left;
        margin: 0;
        padding: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .image-gallery .image-gallery-content .image-gallery-content-slider .image-gallery-item h3, .image-gallery .image-gallery-content .image-gallery-content-slider-option2 .image-gallery-item h3 {
          font-weight: bold;
          leter-spacing: 2px; }
        .image-gallery .image-gallery-content .image-gallery-content-slider .image-gallery-item p, .image-gallery .image-gallery-content .image-gallery-content-slider-option2 .image-gallery-item p {
          margin-bottom: 30px; }
        @media (max-width: 767px) {
          .image-gallery .image-gallery-content .image-gallery-content-slider .image-gallery-item > div > .row, .image-gallery .image-gallery-content .image-gallery-content-slider-option2 .image-gallery-item > div > .row {
            margin: 0; } }
        @media (max-width: 767px) {
          .image-gallery .image-gallery-content .image-gallery-content-slider .image-gallery-item .img-responsive, .image-gallery .image-gallery-content .image-gallery-content-slider-option2 .image-gallery-item .img-responsive {
            margin: 0 auto;
            max-height: 300px;
            width: auto; } }
        .image-gallery .image-gallery-content .image-gallery-content-slider .image-gallery-item .content, .image-gallery .image-gallery-content .image-gallery-content-slider-option2 .image-gallery-item .content {
          padding-top: 40px;
          margin: 0 50px; }
          @media (max-width: 1019px) {
            .image-gallery .image-gallery-content .image-gallery-content-slider .image-gallery-item .content, .image-gallery .image-gallery-content .image-gallery-content-slider-option2 .image-gallery-item .content {
              padding-top: 0;
              margin: 0 10px; } }
          @media (max-width: 767px) {
            .image-gallery .image-gallery-content .image-gallery-content-slider .image-gallery-item .content, .image-gallery .image-gallery-content .image-gallery-content-slider-option2 .image-gallery-item .content {
              margin: 0; } }
      .image-gallery .image-gallery-content .image-gallery-content-slider .selected, .image-gallery .image-gallery-content .image-gallery-content-slider-option2 .selected {
        display: block !important; }
    .image-gallery .image-gallery-content .image-gallery-thumbnails, .image-gallery .image-gallery-content .image-gallery-thumbnails-option2 {
      display: block;
      width: 100%; }
      .image-gallery .image-gallery-content .image-gallery-thumbnails .slick-list, .image-gallery .image-gallery-content .image-gallery-thumbnails-option2 .slick-list {
        width: 100%; }
      .image-gallery .image-gallery-content .image-gallery-thumbnails .slick-slide, .image-gallery .image-gallery-content .image-gallery-thumbnails-option2 .slick-slide {
        margin: 1px; }
        .image-gallery .image-gallery-content .image-gallery-thumbnails .slick-slide a, .image-gallery .image-gallery-content .image-gallery-thumbnails-option2 .slick-slide a {
          display: inline-block;
          height: 140px;
          width: 100%;
          background-size: cover;
          background-position: center center;
          overflow: hidden;
          padding: 0; }
          @media (max-width: 1019px) {
            .image-gallery .image-gallery-content .image-gallery-thumbnails .slick-slide a, .image-gallery .image-gallery-content .image-gallery-thumbnails-option2 .slick-slide a {
              height: 100px; } }
        .image-gallery .image-gallery-content .image-gallery-thumbnails .slick-slide .thumb-overlay, .image-gallery .image-gallery-content .image-gallery-thumbnails-option2 .slick-slide .thumb-overlay {
          height: 140px;
          top: 0;
          left: 0; }
          @media (max-width: 1019px) {
            .image-gallery .image-gallery-content .image-gallery-thumbnails .slick-slide .thumb-overlay, .image-gallery .image-gallery-content .image-gallery-thumbnails-option2 .slick-slide .thumb-overlay {
              height: 100px; } }
      .image-gallery .image-gallery-content .image-gallery-thumbnails .thumb-overlay, .image-gallery .image-gallery-content .image-gallery-thumbnails-option2 .thumb-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        bottom: 0;
        border: solid 8px #EAAA00;
        z-index: 99;
        display: none; }
      .image-gallery .image-gallery-content .image-gallery-thumbnails .slick-current .thumb-overlay, .image-gallery .image-gallery-content .image-gallery-thumbnails-option2 .slick-current .thumb-overlay {
        display: block; }
      @media (max-width: 767px) {
        .image-gallery .image-gallery-content .image-gallery-thumbnails .thumb-overlay, .image-gallery .image-gallery-content .image-gallery-thumbnails-option2 .thumb-overlay {
          border: solid 5px #EAAA00; }
        .image-gallery .image-gallery-content .image-gallery-thumbnails .slick-arrow, .image-gallery .image-gallery-content .image-gallery-thumbnails-option2 .slick-arrow {
          float: left;
          width: 10%;
          padding-top: 28px;
          display: inline-block !important;
          position: relative !important;
          color: #0076A8; }
          .image-gallery .image-gallery-content .image-gallery-thumbnails .slick-arrow:before, .image-gallery .image-gallery-content .image-gallery-thumbnails-option2 .slick-arrow:before {
            font-size: 22px; }
        .image-gallery .image-gallery-content .image-gallery-thumbnails .slick-list, .image-gallery .image-gallery-content .image-gallery-thumbnails-option2 .slick-list {
          width: 80%;
          float: left; } }
    .image-gallery .image-gallery-content .image-gallery-thumbnails-option2 .slick-list {
      width: 80%;
      float: left; }
    .image-gallery .image-gallery-content .image-gallery-thumbnails-option2 .slick-arrow {
      float: left;
      width: 10%;
      line-height: 100px;
      padding: 0;
      display: inline-block !important;
      position: relative !important;
      color: #0076A8;
      left: 0;
      right: 0;
      margin-top: 0; }
      .image-gallery .image-gallery-content .image-gallery-thumbnails-option2 .slick-arrow:before {
        font-size: 36px; }
    .image-gallery .image-gallery-content .image-gallery-thumbnails-option2 .slick-slide a {
      display: inline-block;
      height: 100px;
      width: 100%;
      background-size: cover;
      overflow: hidden;
      padding: 0; }
      @media (max-width: 1019px) {
        .image-gallery .image-gallery-content .image-gallery-thumbnails-option2 .slick-slide a {
          height: 80px; } }
    .image-gallery .image-gallery-content .image-gallery-thumbnails-option2 .slick-slide .thumb-overlay {
      height: 100px;
      top: 0;
      left: 0; }
      @media (max-width: 1019px) {
        .image-gallery .image-gallery-content .image-gallery-thumbnails-option2 .slick-slide .thumb-overlay {
          height: 80px; } }
  .image-gallery.option-2 .img-responsive {
    max-height: 500px;
    margin: 0 auto;
    width: auto; }

.bodycolumn .image-gallery .container {
  width: 100%; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .slick-slider .slick-track > div {
    position: relative; }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .slick-slide h1 {
    color: white;
    margin: 0;
    font-size: 36px;
    font-weight: bold;
    font-style: normal; }
  .slick-slide .img {
    position: relative;
    height: 400px; }
  .slick-slide .overlay-content-wrapper {
    display: inline-block;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    max-width: 650px;
    padding: 20px;
    margin: 0 auto; }
  .slick-slide .btn-ghost {
    border: 2px solid #FFFFFF;
    background-color: transparent;
    font-weight: bold;
    color: #FFFFFF;
    -webkit-transition: 0.25s all;
    -o-transition: 0.25s all;
    transition: 0.25s all; }
    .slick-slide .btn-ghost:hover {
      background-color: #FFFFFF;
      color: #313430; }
  .slick-slide .overlay-bt {
    width: auto;
    padding: 15px 45px; }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: #FFFFFF;
  top: 45%;
  margin-top: -10px;
  padding: 12px 7px;
  border: none;
  outline: none;
  z-index: 99; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: #0076A8; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: FontAwesome;
  font-size: 100px;
  line-height: 1;
  opacity: 0.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 45px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 0; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: 45px; }
  [dir="rtl"] .slick-next {
    left: 0;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

.slick-dots {
  position: absolute;
  z-index: 5;
  bottom: 0;
  text-align: center;
  list-style: none;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0; }
  .slick-dots li {
    display: inline-block;
    margin: 0 5px; }
    .slick-dots li button {
      height: 12px;
      width: 12px;
      border-radius: 6px;
      border: none;
      background: #aaaaaa;
      padding: 0;
      margin: 0;
      outline: none;
      color: transparent;
      overflow: hidden; }
    .slick-dots li.slick-active button {
      background: #EAAA00; }

.feature-carousel .max-width-50 {
  max-width: 50%; }

.feature-carousel .slick-slide {
  padding-bottom: 60px; }
  .feature-carousel .slick-slide img {
    margin: 0 auto; }
  .feature-carousel .slick-slide h1, .feature-carousel .slick-slide h2, .feature-carousel .slick-slide h3 {
    font-weight: bold;
    margin: 10px 0; }
  .feature-carousel .slick-slide p, .feature-carousel .slick-slide h1, .feature-carousel .slick-slide h2, .feature-carousel .slick-slideh3 {
    color: #FFFFFF; }
  .feature-carousel .slick-slide p {
    font-size: 16px;
    margin: 0; }

.feature-carousel .slick-dots {
  bottom: 20px; }
  .feature-carousel .slick-dots li {
    display: inline-block;
    margin: 0 5px; }
    .feature-carousel .slick-dots li button {
      height: 12px;
      width: 12px;
      border-radius: 50%;
      border: solid 1px #FFFFFF;
      background-color: transparent;
      padding: 0;
      margin: 0;
      outline: none;
      color: transparent;
      overflow: hidden; }
      .feature-carousel .slick-dots li button:active {
        border: solid 1px #0076A8;
        background-color: #0076A8; }
    .feature-carousel .slick-dots li.slick-active button {
      background: #0076A8; }

.feature-carousel .slick-prev:before, .feature-carousel .slick-next:before {
  font-size: 40px; }

.feature-carousel2 {
  margin-bottom: 30px; }
  .feature-carousel2 .caption {
    padding: 5px 15px; }
  .feature-carousel2 .slick-slide {
    height: auto;
    padding-bottom: 60px; }
    .feature-carousel2 .slick-slide img {
      margin: 0 auto; }
  .feature-carousel2 .slick-prev:before, .feature-carousel2 .slick-next:before {
    font-size: 26px; }
  .feature-carousel2 .slick-next {
    right: 5px; }
  .feature-carousel2 .slick-prev {
    left: 5px; }

.feature-carousel3 {
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.6);
  height: 360px;
  padding: 20px; }
  .feature-carousel3 .gallery-link {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%; }
  .feature-carousel3 h3 {
    text-align: center;
    margin-top: 10px; }
  .feature-carousel3 .caption {
    padding: 5px 0;
    line-height: 1; }
  .feature-carousel3 .slick-slider {
    padding: 0 50px;
    width: 100%;
    max-height: 50%; }
    .feature-carousel3 .slick-slider .slick-slide {
      text-align: center;
      overflow: hidden; }
      .feature-carousel3 .slick-slider .slick-slide img {
        height: 120px;
        margin: 0 auto; }
  .feature-carousel3 .slick-prev:before, .feature-carousel3 .slick-next:before {
    font-size: 26px; }
  .feature-carousel3 .slick-next {
    right: 0; }
  .feature-carousel3 .slick-prev {
    left: 0; }

.feature-carousel4 {
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.6);
  height: 360px;
  padding: 20px; }
  .feature-carousel4 .gallery-link {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%; }
  .feature-carousel4 h3 {
    text-align: center;
    margin-top: 10px; }
  .feature-carousel4 .caption {
    padding: 5px 0;
    line-height: 1; }
  .feature-carousel4 .slick-slider {
    padding: 0 50px;
    width: 100%;
    max-height: 50%; }
    .feature-carousel4 .slick-slider .slick-slide {
      text-align: center;
      overflow: hidden; }
      .feature-carousel4 .slick-slider .slick-slide img {
        height: 120px;
        margin: 0 auto; }
  .feature-carousel4 .slick-prev:before, .feature-carousel4 .slick-next:before {
    font-size: 26px; }
  .feature-carousel4 .slick-next {
    right: 0; }
  .feature-carousel4 .slick-prev {
    left: 0; }

.video-gallery {
  margin-bottom: 30px;
  padding-bottom: 5px; }
  .video-gallery .video-module.responsive-video {
    position: relative;
    /* keeps the aspect ratio */
    padding-bottom: 56.25%;
    /* fine tunes the video positioning */
    padding-top: 60px;
    overflow: hidden; }
  .video-gallery .video-module iframe,
  .video-gallery .video-module object,
  .video-gallery .video-module embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .video-gallery .slick-dots {
    position: absolute;
    z-index: 5;
    bottom: 0;
    text-align: center;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0; }
    .video-gallery .slick-dots li {
      display: inline-block;
      margin: 0 5px; }
      .video-gallery .slick-dots li button {
        height: 12px;
        width: 12px;
        border-radius: 6px;
        border: none;
        background: #aaaaaa;
        padding: 0;
        margin: 0;
        outline: none;
        color: transparent;
        overflow: hidden; }
      .video-gallery .slick-dots li.slick-active button {
        background: #0076A8; }
  .video-gallery .gallery-title {
    padding: 15px 35px 0; }
  .video-gallery .caption {
    padding: 5px 15px; }
  .video-gallery .slick-prev,
  .video-gallery .slick-next {
    top: 150px; }
  .video-gallery .slick-prev:before, .video-gallery .slick-next:before {
    font-size: 26px; }
  .video-gallery .slick-next {
    right: 5px; }
  .video-gallery .slick-prev {
    left: 5px; }

.gallery {
  position: relative;
  max-width: 100%; }
  .gallery.feature-carousel3 .img-responsive {
    width: auto; }
  .gallery.feature-carousel4 .img-responsive {
    width: auto; }

.media-gallery {
  width: 100%;
  margin: 0;
  padding: 0; }
  .media-gallery h2 {
    margin-top: 0; }
  .media-gallery .media-gallery-content {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0; }
    .media-gallery .media-gallery-content li {
      width: 49%;
      list-style: none;
      margin: 0.4%;
      float: left; }
      .media-gallery .media-gallery-content li a {
        cursor: pointer; }
    .media-gallery .media-gallery-content .img-title {
      font-weight: bold;
      color: #313430;
      height: auto;
      margin: 5px 0 20px 0; }
  .media-gallery .modal-lg {
    width: 70%;
    max-width: 1000px;
    height: auto; }
    .media-gallery .modal-lg .modal-body {
      color: #313430;
      /*background-color: $light-gray;*/
      position: relative;
      padding: 2px;
      padding-bottom: 20px;
      margin: 0 auto; }
      .media-gallery .modal-lg .modal-body .content {
        color: #313430;
        opacity: 1;
        padding: 5px 20px; }
        .media-gallery .modal-lg .modal-body .content h3, .media-gallery .modal-lg .modal-body .content h4 {
          color: #313430;
          opacity: 1;
          margin-top: 0; }
        .media-gallery .modal-lg .modal-body .content .download-btn {
          display: inline-block;
          float: right; }
      .media-gallery .modal-lg .modal-body .content:after {
        display: block;
        content: "";
        height: 0;
        clear: both; }
      .media-gallery .modal-lg .modal-body .close-modal {
        position: absolute;
        color: #FFFFFF;
        top: 1px;
        right: 3px;
        cursor: pointer;
        opacity: 1;
        outline: none; }
        .media-gallery .modal-lg .modal-body .close-modal i {
          color: #FFFFFF;
          padding: 5px;
          font-size: 16px; }
      .media-gallery .modal-lg .modal-body img {
        margin: 0 auto; }

.media-gallery:after {
  display: block;
  content: "";
  height: 0;
  clear: both; }

.feature-tiles-gallery {
  position: relative; }
  .feature-tiles-gallery .tile {
    float: left;
    overflow: hidden;
    margin: 0;
    background: transparent;
    opacity: 0; }
    .feature-tiles-gallery .tile img.item {
      -moz-transition: -moz-transform 0.2s, opacity 0.2s linear;
      -o-transition: -o-transform 0.2s, opacity 0.2s linear;
      -webkit-transition: -webkit-transform 0.2s, opacity 0.2s linear;
      transition: transform .2s linear;
      display: block;
      position: relative;
      width: 100%; }
  .feature-tiles-gallery .tile.ftg-loaded {
    /*display: block;*/
    opacity: 1; }
  .feature-tiles-gallery .tile.ftg-hidden {
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5); }
  .feature-tiles-gallery .edge {
    position: absolute;
    z-index: 1000;
    background: #333;
    color: #fff;
    font-size: 11px;
    padding: 4px;
    font-family: sans-serif; }
  .feature-tiles-gallery .edge.enlarged-true {
    color: yellow; }
  .feature-tiles-gallery .hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all .3s;
    opacity: 0;
    display: table;
    width: 100%;
    height: 100%; }
    .feature-tiles-gallery .hover .icon {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      color: #fff;
      font-size: 20px; }
    .feature-tiles-gallery .hover .img-hover-btn {
      display: table;
      vertical-align: middle;
      color: #FFFFFF;
      font-size: 16px;
      font-weight: bold;
      background-color: transparent;
      border: solid 2px #FFFFFF;
      padding: 10px 25px;
      margin: 0 auto;
      opacity: 1; }
  .feature-tiles-gallery .tile:hover .hover {
    opacity: 0.6; }
  .feature-tiles-gallery .tile:hover .img-hover-btn {
    opacity: 1; }

.feature-tiles-gallery.effect-fade-out .tile img {
  transition: all 0.5s;
  opacity: 1; }

.feature-tiles-gallery.effect-fade-out .tile:hover img {
  opacity: .5; }

.feature-tiles-gallery.effect-zoom .tile img {
  transition: all 0.5s;
  -moz-transform: perspective(1000px) translate3d(0, 0, 0);
  -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
  -ms-transform: perspective(1000px) translate3d(0, 0, 0);
  transform: perspective(1000px) translate3d(0, 0, 0);
  position: relative;
  display: block; }

.feature-tiles-gallery.effect-zoom .tile:hover img {
  -moz-transform: perspective(1000px) translate3d(-10px, -10px, 60px);
  -webkit-transform: perspective(1000px) translate3d(0, 0, 60px);
  -ms-transform: perspective(1000px) translate3d(-10px, -10px, 60px);
  transform: perspective(1000px) translate3d(-10px, -10px, 60px); }

.feature-tiles-gallery.effect-dezoom .tile:hover img {
  opacity: .8; }

.feature-tiles-gallery.effect-dezoom .tile {
  display: block; }
  .feature-tiles-gallery.effect-dezoom .tile img {
    opacity: 1;
    transition: all 0.35s;
    -moz-transform: scale(1.12);
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
    display: block; }

.feature-tiles-gallery.effect-dezoom .tile:hover img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/********************/
@media (min-width: 768px) and (max-width: 1019px) {
  .slick-slide .img {
    position: relative;
    height: 450px; }
  .feature-carousel2 .slick-slide {
    height: auto;
    padding-bottom: 60px; } }

.feature-detail-carousel .slick-dots {
  padding: 5px 0; }

.feature-detail-carousel .slick-prev:before, .feature-detail-carousel .slick-next:before {
  font-size: 26px; }

.feature-detail-carousel .xs-feature-overlay-content-wrapper, .feature-detail-carousel .feature-mobile-overlay {
  display: none; }

@media (max-width: 768px) {
  .feature-tiles-gallery.effect-zoom .tile img {
    transition: all 0.5s;
    -moz-transform: perspective(1000px) translate3d(0, 0, 0);
    -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
    -ms-transform: perspective(1000px) translate3d(0, 0, 0);
    transform: perspective(1000px) translate3d(0, 0, 0);
    position: relative;
    display: block; }
  .feature-tiles-gallery.effect-zoom .tile:hover img {
    transition: all 0.5s;
    -moz-transform: perspective(1000px) translate3d(0, 0, 0);
    -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
    -ms-transform: perspective(1000px) translate3d(0, 0, 0);
    transform: perspective(1000px) translate3d(0, 0, 0);
    position: relative;
    display: block; } }

@media (max-width: 767px) {
  .page-title h1 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .feature-wrapper .feature-overlay-content-wrapper {
    position: initial !important;
    display: block !important;
    text-align: left !important;
    color: #fff !important;
    width: 100% !important;
    height: auto !important;
    padding: 0 !important; }
  .feature-wrapper .feature-overlay {
    padding: 10px 15px; }
  .modal-open .modal {
    padding-right: 0 !important; }
  .media-gallery .modal-lg {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px; }
  .slick-prev, .slick-next {
    top: 42%;
    margin-top: 0;
    display: none !important; }
  .slick-next {
    right: 8px; }
  .slick-prev {
    left: 8px; }
  .feature-carousel .slick-slide h1 {
    margin: 0;
    padding: 0; }
  .feature-carousel .slick-slide .overlay-content-wrapper {
    padding: 10px 30px; } }

@media (max-width: 640px) {
  .media-gallery .modal-lg {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px; }
  .feature-detail-carousel .slick-prev, .feature-detail-carousel .slick-next {
    top: 35%;
    margin-top: 0; } }

@media (max-width: 480px) {
  .slick-slide .img {
    height: auto !important;
    padding: 120px 0; }
  .feature-detail-carousel .slick-prev, .feature-detail-carousel .slick-next {
    top: 30%;
    margin-top: 0; } }

@media (max-width: 400px) {
  .feature-detail-carousel .slick-prev, .feature-detail-carousel .slick-next {
    top: 25%;
    margin-top: 0; } }

@media (max-width: 767px) {
  .slick-slide h1 {
    font-size: 32px; }
  .slick-slide .overlay-bt {
    padding: 10px 30px; }
  .feature-carousel .pull-right {
    float: none !important; }
  .feature-carousel .slick-slide {
    text-align: center; }
    .feature-carousel .slick-slide h2 {
      text-align: center;
      font-size: 24px;
      padding-bottom: 0 !important; }
    .feature-carousel .slick-slide p {
      text-align: center;
      font-size: 12px;
      line-height: 22px;
      padding-bottom: 0 !important; }
    .feature-carousel .slick-slide .margin-top-30 {
      margin-top: 10px !important; }
  .feature-carousel .slick-dots {
    bottom: 10px; }
  .feature-carousel .slick-prev:before, .feature-carousel .slick-next:before {
    font-size: 26px; }
  .feature-carousel2 .slick-slide {
    height: auto;
    padding-bottom: 60px; } }

@media (max-width: 330px) {
  .slick-slide h1 {
    font-size: 25px; }
  .slick-slide .overlay-bt {
    padding: 7px 25px; }
  .slick-prev,
  .slick-next {
    padding: 10px 4px;
    top: 42%; }
  .slick-prev {
    left: 10px; }
  .slick-next {
    right: 10px; }
  /*
	.media-gallery {
		.media-gallery-content {
			li {
				width: 100%;
				margin: 0.4%;
				float: none;
			}
		}
	}
	*/
  .media-gallery .modal-lg {
    width: 95%;
    margin: 0 auto;
    margin-top: 20px; } }

.text-module {
  width: 100%;
  margin-bottom: 20px; }

.image-module {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 20px;
  border-top: solid 1px #f1f1ee;
  border-bottom: solid 1px #f1f1ee; }
  .image-module img {
    border: 1px solid #f1f1ee;
    width: 100%; }

.action-module-listing {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  clear: both; }
  .action-module-listing:before, .action-module-listing:after {
    content: " ";
    display: table;
    clear: both; }
  .action-module-listing .action-module {
    display: block;
    margin-bottom: 25px;
    border: solid 1px #cccccc;
    line-height: 22px;
    clear: both; }
    .action-module-listing .action-module:before, .action-module-listing .action-module:after {
      content: " ";
      display: table;
      clear: both; }
    .action-module-listing .action-module .action-module-image {
      padding: 0;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
    .action-module-listing .action-module .action-module-text {
      padding: 25px 60px;
      float: left; }
      @media (max-width: 767px) {
        .action-module-listing .action-module .action-module-text {
          padding: 25px 20px; } }
      .action-module-listing .action-module .action-module-text h4 {
        text-align: center;
        margin-top: 0;
        margin-bottom: 15px; }
    @media (max-width: 767px) {
      .action-module-listing .action-module > div {
        height: auto !important; } }

.action-module-group-v2 {
  max-width: 1306px;
  margin: 0 auto;
  clear: both; }
  .action-module-group-v2:before, .action-module-group-v2:after {
    content: " ";
    display: table;
    clear: both; }

.action-module-group-v2.one-column-layout {
  padding: 15px; }

@media (max-width: 600px) {
  .action-module-group-v2.one-column-layout {
    padding: 0; } }

.action-module-group-v2 h1 {
  margin-top: 20px;
  display: inline-block;
  width: 100%; }

.action-module-group-v2 ul {
  position: relative;
  display: block;
  list-style: none;
  padding: 0; }

.action-module-v2-block {
  position: relative;
  margin-bottom: 20px; }

.action-module-group-v2 ul li {
  display: block;
  float: left;
  margin: 0;
  padding-left: 5px;
  padding-right: 5px; }

@media (max-width: 600px) {
  .action-module-group-v2 ul {
    padding-left: 25px;
    padding-right: 25px; }
  .action-module-group-v2.two-column-layout ul {
    padding-left: 10px;
    padding-right: 10px; }
  .action-module-group-v2.three-column-layout ul {
    padding-left: 10px;
    padding-right: 10px; } }

.action-module-group-v2 ul li a.action-module-bg {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  height: 208px;
  max-height: 208px;
  transition: max-height .3s linear; }

.action-module-group-v2 ul li a.action-module-bg:hover {
  opacity: 0.8; }

.action-module-group-v2 ul li a.text-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-weight: bold;
  color: white;
  text-decoration: none;
  text-align: center;
  /*padding: 16px 0;*/
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  transition: line-height .3s linear; }

.action-module-group-v2 ul li a.text-overlay span {
  white-space: normal;
  display: inline-block;
  vertical-align: middle; }

@media (max-width: 600px) {
  .action-module-v2-list-item {
    width: 100%; }
  .action-module-row-small .action-module-v2-list-item {
    width: 50%; } }

.mobile-tabbed-nav-toggle {
  position: relative;
  display: inline-block;
  color: #313430 !important;
  font-size: 14px;
  text-decoration: none;
  width: 100%;
  height: 80px;
  padding: 0;
  border: 0;
  border-bottom: solid 5px #edaa00;
  cursor: pointer;
  background-color: #FFFFFF;
  text-align: left;
  padding-left: 30px;
  line-height: 80px; }
  .mobile-tabbed-nav-toggle:before {
    content: "MENU";
    font-size: 10px;
    position: absolute;
    top: 55px;
    right: 0;
    z-index: 1000;
    width: 78px;
    text-align: center;
    line-height: 12px;
    color: #edaa00; }
  .mobile-tabbed-nav-toggle:after {
    font-family: FontAwesome;
    content: "\f0c9";
    font-size: 30px;
    line-height: 75px;
    padding: 0 25px;
    float: right;
    color: #edaa00;
    border-left: 1px solid #f1f1ee;
    position: absolute;
    top: 0;
    right: 0; }
  .mobile-tabbed-nav-toggle.open:before {
    color: #FFFFFF; }
  .mobile-tabbed-nav-toggle.open:after {
    content: "\f0c9";
    color: #FFFFFF;
    background-color: #edaa00; }

.tabbed-nav {
  border: 0; }
  .tabbed-nav > .nav-tabs {
    height: 80px;
    border-bottom: solid 4px #edaa00; }
    .tabbed-nav > .nav-tabs > li {
      background-color: #FFFFFF;
      height: 76px;
      vertical-align: middle;
      border-left: 3px solid #f1f1ee; }
      .tabbed-nav > .nav-tabs > li:first-child {
        border-left: 0; }
      .tabbed-nav > .nav-tabs > li:hover, .tabbed-nav > .nav-tabs > li:focus, .tabbed-nav > .nav-tabs > li.selected, .tabbed-nav > .nav-tabs > li.active {
        background-color: #edaa00; }
        .tabbed-nav > .nav-tabs > li:hover a, .tabbed-nav > .nav-tabs > li:focus a, .tabbed-nav > .nav-tabs > li.selected a, .tabbed-nav > .nav-tabs > li.active a {
          color: #FFFFFF; }
      .tabbed-nav > .nav-tabs > li > a {
        display: block;
        color: #313430;
        font-weight: bold;
        text-decoration: none;
        width: 100%;
        margin-top: 4px;
        white-space: nowrap; }
        @media (max-width: 1019px) {
          .tabbed-nav > .nav-tabs > li > a {
            font-size: 14px;
            padding-left: 5px;
            padding-right: 5px; } }
      .tabbed-nav > .nav-tabs > li:last-child {
        border-right: none; }
    .tabbed-nav > .nav-tabs > li > a {
      border: 0; }
      .tabbed-nav > .nav-tabs > li > a:hover, .tabbed-nav > .nav-tabs > li > a:focus {
        border: 0 !important; }
    .tabbed-nav > .nav-tabs > li:hover, .tabbed-nav > .nav-tabs > li:focus, .tabbed-nav > .nav-tabs > li.selected, .tabbed-nav > .nav-tabs > li.active {
      background-color: #edaa00; }
      .tabbed-nav > .nav-tabs > li:hover a, .tabbed-nav > .nav-tabs > li:focus a, .tabbed-nav > .nav-tabs > li.selected a, .tabbed-nav > .nav-tabs > li.active a {
        color: #FFFFFF;
        background-color: #edaa00;
        border: 0 !important; }
  @media (max-width: 1019px) {
    .tabbed-nav {
      display: none; }
      .tabbed-nav > .nav-tabs {
        position: absolute;
        z-index: 200; }
        .tabbed-nav > .nav-tabs li {
          width: 100%;
          border-bottom: solid 1px #cccccc;
          margin: 0;
          height: auto;
          float: left;
          border-left: 0; }
          .tabbed-nav > .nav-tabs li > a, .tabbed-nav > .nav-tabs li .inner-dropdown-toggle {
            padding: 15px 30px !important;
            padding-right: 26px;
            display: block;
            font-size: 14px;
            font-weight: bold;
            color: #FFFFFF;
            cursor: pointer;
            text-decoration: none;
            line-height: 24px;
            background-color: #003865;
            margin: 0;
            text-align: left;
            border: 0 !important; }
            .tabbed-nav > .nav-tabs li > a:hover, .tabbed-nav > .nav-tabs li .inner-dropdown-toggle:hover {
              color: #FFFFFF !important;
              background-color: #0076A8; }
          .tabbed-nav > .nav-tabs li:hover, .tabbed-nav > .nav-tabs li:focus, .tabbed-nav > .nav-tabs li.selected, .tabbed-nav > .nav-tabs li.active {
            background-color: #0076A8;
            height: auto; }
            .tabbed-nav > .nav-tabs li:hover a, .tabbed-nav > .nav-tabs li:focus a, .tabbed-nav > .nav-tabs li.selected a, .tabbed-nav > .nav-tabs li.active a {
              background-color: #0076A8; }
          .tabbed-nav > .nav-tabs li.active.no-children {
            display: none; }
          .tabbed-nav > .nav-tabs li .inner-dropdown-toggle {
            width: 100%;
            text-align: left;
            background-color: #003865; }
            .tabbed-nav > .nav-tabs li .inner-dropdown-toggle:before {
              font-family: FontAwesome;
              content: "\f107";
              font-size: 30px;
              float: right;
              color: #FFFFFF; }
          .tabbed-nav > .nav-tabs li .inner-dropdown {
            margin-top: 0;
            float: left; }
            .tabbed-nav > .nav-tabs li .inner-dropdown > li {
              border: 0;
              background-color: #f1f1ee; }
              .tabbed-nav > .nav-tabs li .inner-dropdown > li > a {
                padding-left: 50px !important;
                font-size: 10px;
                background-color: #f1f1ee;
                padding-top: 8px !important;
                padding-bottom: 8px !important;
                color: #313430; }
                .tabbed-nav > .nav-tabs li .inner-dropdown > li > a:hover {
                  background-color: #f1f1ee;
                  color: #0076A8 !important; }
              .tabbed-nav > .nav-tabs li .inner-dropdown > li.active > a, .tabbed-nav > .nav-tabs li .inner-dropdown > li.hover > a {
                color: #0076A8 !important;
                background-color: #f1f1ee; }
          .tabbed-nav > .nav-tabs li.dropdown.open .inner-dropdown-toggle {
            background-color: #0076A8;
            color: #FFFFFF; }
            .tabbed-nav > .nav-tabs li.dropdown.open .inner-dropdown-toggle:before {
              content: "\f106";
              color: #FFFFFF; } }
  .tabbed-nav .dropdown-menu {
    position: relative;
    background-color: transparent;
    padding: 0;
    /*border: none;*/
    box-shadow: none; }
  @media (min-width: 768px) {
    .tabbed-nav .nav-items {
      margin-bottom: 0;
      margin-left: 0; }
      .tabbed-nav .nav-items > li {
        background-color: #FFFFFF; }
        .tabbed-nav .nav-items > li a {
          display: block;
          padding: 10px;
          color: #313430; }
        .tabbed-nav .nav-items > li.selected {
          background-color: #0076A8; }
          .tabbed-nav .nav-items > li.selected a {
            color: #FFFFFF; } }

.tabbed-content-module .tabbed-content-module-wrapper {
  position: relative; }
  .tabbed-content-module .tabbed-content-module-wrapper .tab-content {
    display: block; }
    .tabbed-content-module .tabbed-content-module-wrapper .tab-content .tab-pane {
      position: relative; }
      @media (max-width: 1019px) {
        .tabbed-content-module .tabbed-content-module-wrapper .tab-content .tab-pane {
          padding: 10px; } }
      .tabbed-content-module .tabbed-content-module-wrapper .tab-content .tab-pane .tabbed-content-img {
        display: block;
        height: auto;
        padding: 10px 0;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc; }
        .tabbed-content-module .tabbed-content-module-wrapper .tab-content .tab-pane .tabbed-content-img .tabbed-content-img-container {
          max-height: 300px;
          overflow: hidden;
          position: relative; }
          .tabbed-content-module .tabbed-content-module-wrapper .tab-content .tab-pane .tabbed-content-img .tabbed-content-img-container img {
            width: 100%; }
            @media (max-width: 1019px) {
              .tabbed-content-module .tabbed-content-module-wrapper .tab-content .tab-pane .tabbed-content-img .tabbed-content-img-container img {
                margin: 0 auto; } }
    .tabbed-content-module .tabbed-content-module-wrapper .tab-content .tabbed-content-text {
      position: relative;
      display: block;
      height: 280px;
      padding: 15px;
      float: left; }
      @media (max-width: 1019px) {
        .tabbed-content-module .tabbed-content-module-wrapper .tab-content .tabbed-content-text {
          height: auto; } }
      .tabbed-content-module .tabbed-content-module-wrapper .tab-content .tabbed-content-text .date-line {
        color: #313430;
        float: left;
        margin: 0; }
      .tabbed-content-module .tabbed-content-module-wrapper .tab-content .tabbed-content-text h3, .tabbed-content-module .tabbed-content-module-wrapper .tab-content .tabbed-content-text h4 {
        margin-right: 10px; }
      .tabbed-content-module .tabbed-content-module-wrapper .tab-content .tabbed-content-text p {
        margin-bottom: 10px; }
      .tabbed-content-module .tabbed-content-module-wrapper .tab-content .tabbed-content-text .date-line {
        padding-top: 4px; }
  .tabbed-content-module .tabbed-content-module-wrapper .tabbed-content-tabs {
    display: block;
    margin: 0;
    float: left; }
    .tabbed-content-module .tabbed-content-module-wrapper .tabbed-content-tabs > ul {
      display: block;
      width: 100%;
      margin: 0;
      padding: 0;
      list-style: none;
      border-right: solid 1px #cccccc;
      float: left; }
      .tabbed-content-module .tabbed-content-module-wrapper .tabbed-content-tabs > ul > li {
        display: block;
        width: 100%;
        height: auto;
        border-bottom: none;
        float: left; }
        .tabbed-content-module .tabbed-content-module-wrapper .tabbed-content-tabs > ul > li a {
          text-decoration: none;
          display: block;
          color: #303135;
          width: 100%;
          padding: 10px 20px;
          margin: 0; }
          .tabbed-content-module .tabbed-content-module-wrapper .tabbed-content-tabs > ul > li a:hover, .tabbed-content-module .tabbed-content-module-wrapper .tabbed-content-tabs > ul > li a:focus, .tabbed-content-module .tabbed-content-module-wrapper .tabbed-content-tabs > ul > li a:active, .tabbed-content-module .tabbed-content-module-wrapper .tabbed-content-tabs > ul > li a.active {
            background-color: #0076A8;
            color: #FFFFFF; }
        .tabbed-content-module .tabbed-content-module-wrapper .tabbed-content-tabs > ul > li.active a {
          background-color: #003865;
          color: #FFFFFF; }

.content-slider-wrapper {
  border-bottom: solid 3px #cccccc;
  width: 100%; }
  .content-slider-wrapper .content-slider-content {
    outline: none;
    padding-bottom: 10px; }
    .content-slider-wrapper .content-slider-content .content-slider-item {
      outline: none; }
    .content-slider-wrapper .content-slider-content .slick-dots, .content-slider-wrapper .content-slider-content .slick-prev, .content-slider-wrapper .content-slider-content .slick-next {
      display: none !important;
      visibility: hidden; }
  .content-slider-wrapper h3 {
    color: #313430; }
  .content-slider-wrapper .content-slider-item-content {
    display: block;
    padding: 20px 0;
    border-top: solid 3px #cccccc;
    float: left;
    position: relative;
    width: 100%; }
    .content-slider-wrapper .content-slider-item-content .content-slider-item-img {
      display: block;
      overflow: hidden;
      position: relative;
      padding: 10px 0;
      border-top: solid 1px #cccccc;
      border-bottom: solid 1px #cccccc;
      float: left; }
      .content-slider-wrapper .content-slider-item-content .content-slider-item-img .content-slider-item-img-container {
        max-height: 300px;
        overflow: hidden;
        position: relative; }
        .content-slider-wrapper .content-slider-item-content .content-slider-item-img .content-slider-item-img-container img {
          width: 100%; }
    .content-slider-wrapper .content-slider-item-content .content-slider-item-text {
      position: relative;
      display: block;
      padding: 15px;
      padding-left: 30px; }
      .content-slider-wrapper .content-slider-item-content .content-slider-item-text .heading {
        display: block;
        width: 100%;
        margin-bottom: 10px; }
      .content-slider-wrapper .content-slider-item-content .content-slider-item-text h3, .content-slider-wrapper .content-slider-item-content .content-slider-item-text h4 {
        color: #313430; }
      .content-slider-wrapper .content-slider-item-content .content-slider-item-text .date-line {
        color: #313430;
        float: left;
        margin: 0; }
      .content-slider-wrapper .content-slider-item-content .content-slider-item-text h3, .content-slider-wrapper .content-slider-item-content .content-slider-item-text h4 {
        margin-right: 10px;
        margin-bottom: 20px; }
      .content-slider-wrapper .content-slider-item-content .content-slider-item-text p {
        margin-bottom: 20px; }
      .content-slider-wrapper .content-slider-item-content .content-slider-item-text .date-line {
        padding-top: 4px; }
    .content-slider-wrapper .content-slider-item-content .image-content-item .equal-column-img {
      width: 48%; }
    .content-slider-wrapper .content-slider-item-content .equal-column-text {
      width: 48%; }
  .content-slider-wrapper .content-slider-controls {
    display: table;
    width: 100%;
    text-align: center;
    margin-top: -25px;
    margin-bottom: 20px; }
    .content-slider-wrapper .content-slider-controls .slick-list .slick-track {
      display: inline-flex;
      width: auto !important;
      margin: 0 auto;
      text-align: center; }
    .content-slider-wrapper .content-slider-controls .content-slider-controls-inner {
      display: inline-block;
      width: auto;
      margin: 0 auto;
      text-align: center; }
      .content-slider-wrapper .content-slider-controls .content-slider-controls-inner .carousel-btn-link {
        width: auto !important;
        margin: 0 5px;
        outline: none;
        display: inline-block; }
        .content-slider-wrapper .content-slider-controls .content-slider-controls-inner .carousel-btn-link a {
          color: #003865;
          font-size: 14px;
          text-decoration: underline;
          outline: none;
          white-space: nowrap; }
          .content-slider-wrapper .content-slider-controls .content-slider-controls-inner .carousel-btn-link a:hover, .content-slider-wrapper .content-slider-controls .content-slider-controls-inner .carousel-btn-link a:focus {
            color: #0076A8; }
        .content-slider-wrapper .content-slider-controls .content-slider-controls-inner .carousel-btn-link.slick-current a {
          color: #0076A8; }

@media (max-width: 767px) {
  .content-slider-wrapper .content-slider-content {
    padding-bottom: 40px; }
    .content-slider-wrapper .content-slider-content .content-slider-item-content {
      padding: 20px 0; }
      .content-slider-wrapper .content-slider-content .content-slider-item-content .content-slider-item-img {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
        margin-bottom: 50px;
        text-align: center;
        float: none; }
        .content-slider-wrapper .content-slider-content .content-slider-item-content .content-slider-item-img .content-slider-item-img-container {
          max-height: 325px;
          overflow: hidden;
          position: relative;
          height: 325px; }
          .content-slider-wrapper .content-slider-content .content-slider-item-content .content-slider-item-img .content-slider-item-img-container img {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%; }
      .content-slider-wrapper .content-slider-content .content-slider-item-content .content-slider-item-text {
        padding: 0; }
        .content-slider-wrapper .content-slider-content .content-slider-item-content .content-slider-item-text .heading {
          margin-bottom: 0; }
          .content-slider-wrapper .content-slider-content .content-slider-item-content .content-slider-item-text .heading h3 {
            margin-bottom: 0; }
        .content-slider-wrapper .content-slider-content .content-slider-item-content .content-slider-item-text p {
          margin-bottom: 5px; }
    .content-slider-wrapper .content-slider-content .slick-dots, .content-slider-wrapper .content-slider-content .slick-prev, .content-slider-wrapper .content-slider-content .slick-next {
      display: block !important;
      visibility: visible; }
    .content-slider-wrapper .content-slider-content .slick-dots {
      top: 385px;
      bottom: auto;
      padding-top: 20px; }
      .content-slider-wrapper .content-slider-content .slick-dots > li button {
        background: #003865; }
        .content-slider-wrapper .content-slider-content .slick-dots > li button:hover {
          background: #0076A8;
          outline: none; }
      .content-slider-wrapper .content-slider-content .slick-dots > li.slick-active button {
        background: #0076A8;
        outline: none; }
    .content-slider-wrapper .content-slider-content .slick-prev, .content-slider-wrapper .content-slider-content .slick-next {
      top: 385px;
      line-height: 0;
      font-size: 0;
      cursor: pointer;
      background: transparent;
      color: #003865;
      padding: 0;
      border: none;
      outline: none;
      height: auto;
      z-index: 99; }
      .content-slider-wrapper .content-slider-content .slick-prev:hover, .content-slider-wrapper .content-slider-content .slick-prev:focus, .content-slider-wrapper .content-slider-content .slick-prev:active, .content-slider-wrapper .content-slider-content .slick-prev.active, .content-slider-wrapper .content-slider-content .slick-next:hover, .content-slider-wrapper .content-slider-content .slick-next:focus, .content-slider-wrapper .content-slider-content .slick-next:active, .content-slider-wrapper .content-slider-content .slick-next.active {
        color: #0076A8;
        background: transparent;
        outline: none; }
    .content-slider-wrapper .content-slider-content .slick-prev:before, .content-slider-wrapper .content-slider-content .slick-next:before {
      font-size: 50px;
      line-height: 1;
      opacity: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .content-slider-wrapper .content-slider-content .slick-prev:before:hover, .content-slider-wrapper .content-slider-content .slick-prev:before:focus, .content-slider-wrapper .content-slider-content .slick-prev:before:active, .content-slider-wrapper .content-slider-content .slick-prev:before.active, .content-slider-wrapper .content-slider-content .slick-next:before:hover, .content-slider-wrapper .content-slider-content .slick-next:before:focus, .content-slider-wrapper .content-slider-content .slick-next:before:active, .content-slider-wrapper .content-slider-content .slick-next:before.active {
        color: #0076A8; }
    .content-slider-wrapper .content-slider-content .slick-prev {
      left: 15px; }
      [dir="rtl"] .content-slider-wrapper .content-slider-content .slick-prev {
        left: auto;
        right: 0; }
    .content-slider-wrapper .content-slider-content .slick-next {
      right: 15px; }
      [dir="rtl"] .content-slider-wrapper .content-slider-content .slick-next {
        left: 0;
        right: auto; }
  .content-slider-wrapper .content-slider-controls {
    display: none; }
  .body-two-columns-left-rail {
    float: none; } }

@media (min-width: 550px) and (max-width: 650px) {
  .content-slider-wrapper .content-slider-content .content-slider-item-content .content-slider-item-img .content-slider-item-img-container {
    max-height: 375px;
    overflow: hidden;
    position: relative;
    height: 375px; }
  .content-slider-wrapper .content-slider-content .slick-dots {
    top: 425px; }
  .content-slider-wrapper .content-slider-content .slick-prev, .content-slider-wrapper .content-slider-content .slick-next {
    top: 425px; } }

@media (min-width: 651px) and (max-width: 767px) {
  .content-slider-wrapper .content-slider-content .content-slider-item-content .content-slider-item-img .content-slider-item-img-container {
    max-height: 450px;
    overflow: hidden;
    position: relative;
    height: 450px; }
  .content-slider-wrapper .content-slider-content .slick-dots {
    top: 500px; }
  .content-slider-wrapper .content-slider-content .slick-prev, .content-slider-wrapper .content-slider-content .slick-next {
    top: 500px; } }

.news-listing {
  width: 100%; }
  .news-listing ul {
    padding: 0;
    list-style-type: none; }
    .news-listing ul li a.heading {
      text-transform: uppercase; }
    .news-listing ul li .post-date {
      margin-bottom: 20px; }
    .news-listing ul li p {
      margin-bottom: 15px; }
    .news-listing ul li .break-line {
      border-bottom: solid 1px #f1f1ee;
      width: 60px;
      margin-bottom: 25px; }

.rail-filter ul li ul {
  padding-left: 30px; }

table {
  width: 100%;
  border: 1px solid #cccccc;
  margin-bottom: 15px; }
  table thead tr {
    background-color: #f1f1ee;
    border-bottom: 1px solid #cccccc !important; }
    table thead tr th {
      text-transform: uppercase;
      color: #313430; }
  table tr {
    border-bottom: 1px solid #cccccc;
    padding: 20px; }
    table tr:nth-child(even) {
      background-color: #f1f1ee; }
    table tr:last-child {
      border-bottom: 0; }
    table tr th, table tr td {
      padding: 20px 15px; }

@media only screen and (max-width: 767px) {
  /* Force table to not be like tables anymore */
  /* Hide table headers (but not display: none;, for accessibility) */
  table thead tr th {
    position: absolute;
    top: -9999px;
    left: -9999px; }
    table thead tr th[data-mobile-display] {
      display: table-cell;
      position: relative;
      top: auto;
      left: auto; }
  table tr {
    /*height: auto;*/ }
    table tr td {
      /* Behave  like a "row" 
				
				position: relative;				
				white-space: normal;
				text-align:left;
				padding:2px 0;
				width:auto!important;

				&[data-title]
				{
					padding-left: 30%; 

					&:before {
						position: absolute;
						top: 2px;
						left: 0;
						width: 25%; 
						padding-right: 10px; 
						white-space: nowrap;
						text-align:left;
						content: attr(data-title);
					}
				}
					*/ } }

.videogallery-module {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 10px; }
  .videogallery-module .module-heading {
    text-align: center; }
  .videogallery-module .module-heading-left {
    text-align: left;
    padding-left: 10px; }
  .videogallery-module .content-link a {
    text-decoration: none; }
  .videogallery-module .underlined-content-link {
    float: left;
    width: 100%; }
  .videogallery-module .videogallery {
    position: relative;
    display: block;
    width: 98%;
    max-width: 940px;
    height: auto;
    padding: 0;
    margin: 0 auto; }
    .videogallery-module .videogallery .videogallery-container {
      display: inline-block;
      height: 100%;
      padding: 0;
      margin: 0;
      float: left; }
      .videogallery-module .videogallery .videogallery-container .video-content {
        position: relative;
        display: none;
        height: 100%;
        width: 100%;
        margin-bottom: 2px;
        background-color: black; }
        .videogallery-module .videogallery .videogallery-container .video-content iframe, .videogallery-module .videogallery .videogallery-container .video-content video {
          width: 100% !important;
          height: 400px !important;
          display: block; }
        .videogallery-module .videogallery .videogallery-container .video-content .VideoPlayer {
          height: 400px !important;
          display: block; }
      .videogallery-module .videogallery .videogallery-container .transportation-video-content {
        position: relative;
        display: none;
        margin-bottom: 2px; }
        .videogallery-module .videogallery .videogallery-container .transportation-video-content img {
          height: 401px; }
      .videogallery-module .videogallery .videogallery-container .selected {
        display: inline-block; }
      .videogallery-module .videogallery .videogallery-container .overlay-wrapper {
        display: block;
        width: 100%;
        height: auto;
        background-color: #000000;
        padding: 15px;
        float: left; }
        .videogallery-module .videogallery .videogallery-container .overlay-wrapper .heading {
          display: block;
          width: 100%;
          margin-bottom: 10px;
          float: left; }
        .videogallery-module .videogallery .videogallery-container .overlay-wrapper h4, .videogallery-module .videogallery .videogallery-container .overlay-wrapper p, .videogallery-module .videogallery .videogallery-container .overlay-wrapper .date-line {
          color: #FFFFFF;
          float: left;
          margin: 0; }
        .videogallery-module .videogallery .videogallery-container .overlay-wrapper h4 {
          margin-right: 10px; }
        .videogallery-module .videogallery .videogallery-container .overlay-wrapper p {
          margin-bottom: 10px; }
        .videogallery-module .videogallery .videogallery-container .overlay-wrapper .date-line {
          padding-top: 4px; }
    .videogallery-module .videogallery .video-nav {
      display: block;
      margin: 0;
      padding: 0;
      float: right; }
      .videogallery-module .videogallery .video-nav > ul {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none; }
        .videogallery-module .videogallery .video-nav > ul li {
          width: 100%;
          border-bottom: solid 1px #FFFFFF; }
          .videogallery-module .videogallery .video-nav > ul li a {
            display: block;
            color: #FFFFFF;
            height: 66px;
            width: 100%;
            padding: 12px 10px;
            margin: 0;
            background-color: #0076A8;
            float: left;
            outline: none;
            /*& img {
							display: block;
							width: 90px;
							float: left;
						}*/ }
            .videogallery-module .videogallery .video-nav > ul li a .thumbnail {
              width: 60px;
              height: 40px;
              float: left;
              background-size: cover; }
            .videogallery-module .videogallery .video-nav > ul li a .heading {
              display: block;
              margin-left: 10px;
              float: left; }
              .videogallery-module .videogallery .video-nav > ul li a .heading h4 {
                color: #FFFFFF;
                font-size: 13px;
                margin: 0;
                margin-bottom: 5px;
                padding: 0; }
              .videogallery-module .videogallery .video-nav > ul li a .heading p {
                color: #cccccc;
                font-size: 14px;
                margin: 0; }
            .videogallery-module .videogallery .video-nav > ul li a:hover, .videogallery-module .videogallery .video-nav > ul li a:focus, .videogallery-module .videogallery .video-nav > ul li a:active {
              background-color: #003865; }
              .videogallery-module .videogallery .video-nav > ul li a:hover .heading p, .videogallery-module .videogallery .video-nav > ul li a:focus .heading p, .videogallery-module .videogallery .video-nav > ul li a:active .heading p {
                color: #FFFFFF; }
      .videogallery-module .videogallery .video-nav .slick-slider .slick-list {
        padding: 0 !important; }
        .videogallery-module .videogallery .video-nav .slick-slider .slick-list .slick-track {
          webkit-transform: translate3d(0, 0, 0) !important;
          -moz-transform: translate3d(0, 0, 0) !important;
          -ms-transform: translate3d(0, 0, 0) !important;
          -o-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
          width: 100% !important; }
          .videogallery-module .videogallery .video-nav .slick-slider .slick-list .slick-track .slick-slide {
            width: 100% !important; }
            .videogallery-module .videogallery .video-nav .slick-slider .slick-list .slick-track .slick-slide.slick-current a {
              background-color: #003865; }
    .videogallery-module .videogallery .videogallery-content:after {
      display: block;
      content: "";
      height: 0;
      clear: both; }

.topic-cloud a {
  border: 1px solid #62B5E5;
  padding: 8px 15px;
  display: inline-block;
  width: auto;
  margin-right: 7px;
  margin-bottom: 7px;
  text-decoration: none; }
  .topic-cloud a:hover {
    border: 1px solid #0076A8; }

.topic-items-listing {
  width: 100%; }
  .topic-items-listing ul {
    padding: 0;
    list-style-type: none; }
    .topic-items-listing ul li a.heading {
      text-transform: uppercase; }
    .topic-items-listing ul li > div p:last-child {
      margin-bottom: 0; }
    .topic-items-listing ul li .break-line {
      border-bottom: solid 1px #f1f1ee;
      width: 100px;
      margin-top: 5px;
      margin-bottom: 25px; }
  .topic-items-listing .topics-tags > a {
    border: 1px solid #62B5E5;
    padding: 8px 15px;
    display: inline-block;
    width: auto;
    margin-right: 7px;
    margin-bottom: 7px;
    text-decoration: none; }
    .topic-items-listing .topics-tags > a:hover {
      border: 1px solid #0076A8; }

.whats-new {
  width: 100%;
  padding-bottom: 20px; }
  .whats-new ul {
    list-style: none;
    padding: 0; }
    .whats-new ul li {
      line-height: 22px; }
      .whats-new ul li span {
        display: inline-block;
        width: 40%; }
      .whats-new ul li a {
        width: 17%;
        display: inline-block;
        text-transform: capitalize; }

.sans-serif {
  font-family: Aeonis, Helvetica, Arial, sans-serif; }

.serif {
  font-family: "adobe-garamond-pro", "Times New Roman", Times, serif; }

/*$font-size-base:          14px !default;
$font-size-large:         ceil(($font-size-base * 1.57)) !default; // ~22px
$font-size-small:         ceil(($font-size-base * 0.85)) !default; // ~12px*/
/*$font-size-h1: floor(($font-size-base * 2.5))!default; // ~40px
//$font-size-h2:            floor(($font-size-base * 2.25))  !default; // ~36px
$font-size-h2: floor(($font-size-base * 2)) !default; // ~28px
//$font-size-h3:            ceil(($font-size-base * 1.75)) !default;   // ~28px
$font-size-h3: ceil(($font-size-base * 1.71))!default; // ~24px
$font-size-h4: ceil(($font-size-base * 1.25))!default; // ~20px
$font-size-h5: ceil(($font-size-base * 1.125))!default; // ~18px
$font-size-h6: $font-size-base !default;*/
#filterInput {
  background-color: #fff;
  -webkit-transition: max-height 0.6s ease-in-out, padding 0.6s linear, opacity 1s ease-in, border 1s linear;
  -moz-transition: max-height 0.6s ease-in-out, padding 0.6s linear, opacity 1s ease-in, border 1s linear;
  -ms-transition: max-height 0.6s ease-in-out, padding 0.6s linear, opacity 1s ease-in, border 1s linear;
  -o-transition: max-height 0.6s ease-in-out, padding 0.6s linear, opacity 1s ease-in, border 1s linear;
  transition: max-height 0.6s ease-in-out, padding 0.6s linear, opacity 1s ease-in, border 1s linear; }
  @media only screen and (min-width: 1020px) {
    #filterInput {
      width: 100%; } }
  #filterInput.closed {
    opacity: 0 !important; }

#filterTable {
  border-spacing: 0px;
  border: 0px;
  border-bottom: 1px #cccccc solid;
  border-top: 1px #cccccc solid; }
  #filterTable .img-wrapper {
    width: 19%; }
    @media only screen and (max-width: 1020px) {
      #filterTable .img-wrapper {
        width: 100%;
        text-align: center; } }
  #filterTable img {
    float: left;
    max-width: 100%;
    height: auto; }
    @media only screen and (max-width: 1020px) {
      #filterTable img {
        padding: 10px;
        float: none; } }
  #filterTable .resource-link {
    float: right; }
    #filterTable .resource-link a {
      font-family: Aeonis, Helvetica, Arial, sans-serif;
      margin-block-start: 0px;
      margin-block-end: 0px;
      margin-inline-start: 0px;
      margin-inline-end: 0px;
      display: block;
      font-size: 16px; }
  #filterTable .filter-table-content-wrapper {
    width: calc(100% + 2px);
    margin: 0 -1px;
    background: white;
    left: 0;
    z-index: 10;
    border: 1px #cccccc solid; }
    @media only screen and (max-width: 1020px) {
      #filterTable .filter-table-content-wrapper {
        position: static; } }
  #filterTable .filterStripeDark {
    background-color: #f1f1ee !important; }
  #filterTable .filterStripeLight {
    background-color: #fff !important; }
  #filterTable td {
    padding: 0px;
    padding-left: 30px;
    position: relative;
    vertical-align: middle;
    width: 100% !important; }
    @media only screen and (max-width: 1020px) {
      #filterTable td {
        padding-left: 0px; } }
  #filterTable tr {
    overflow: hidden;
    border: 1px #cccccc solid;
    border-top: 0px; }
    @media only screen and (max-width: 1020px) {
      #filterTable tr {
        padding: 0px; } }
    #filterTable tr.closed {
      border: 0px;
      max-height: 0px; }
    #filterTable tr.filterStripeDark {
      border-bottom: 1px #cccccc solid; }
      #filterTable tr.filterStripeDark div {
        max-width: 75%; }
    #filterTable tr.filterStripeLight td {
      padding-left: 0px; }
  #filterTable tr:nth-of-type(2n+1) {
    cursor: pointer; }
  #filterTable div {
    -webkit-transition: max-height 0.6s ease-in-out, padding 0.6s linear, opacity 1s ease-in;
    -moz-transition: max-height 0.6s ease-in-out, padding 0.6s linear, opacity 1s ease-in;
    -ms-transition: max-height 0.6s ease-in-out, padding 0.6s linear, opacity 1s ease-in;
    -o-transition: max-height 0.6s ease-in-out, padding 0.6s linear, opacity 1s ease-in;
    transition: max-height 0.6s ease-in-out, padding 0.6s linear, opacity 1s ease-in;
    max-height: 250px;
    padding: 10px;
    opacity: 1;
    float: left; }
    @media only screen and (max-width: 1020px) {
      #filterTable div {
        max-height: 775px; } }
    #filterTable div a.btn {
      text-decoration: none; }
    #filterTable div div.filter-table-content {
      padding-top: 0px; }
      @media only screen and (max-width: 1020px) {
        #filterTable div div.filter-table-content {
          padding-top: 10px;
          padding-bottom: 20px; } }
  #filterTable i {
    -webkit-transition: max-height 0.6s ease-in-out, padding 0.6s linear, opacity 1s ease-in;
    -moz-transition: max-height 0.6s ease-in-out, padding 0.6s linear, opacity 1s ease-in;
    -ms-transition: max-height 0.6s ease-in-out, padding 0.6s linear, opacity 1s ease-in;
    -o-transition: max-height 0.6s ease-in-out, padding 0.6s linear, opacity 1s ease-in;
    transition: max-height 0.6s ease-in-out, padding 0.6s linear, opacity 1s ease-in;
    position: absolute;
    left: 20px;
    top: 0.7rem;
    font-size: 20px; }
  #filterTable h5 {
    margin-top: 0px;
    margin-bottom: 0px; }
  #filterTable h3 {
    margin-top: 0; }
  #filterTable .filter-table-content {
    float: left;
    width: 80%; }
    @media only screen and (max-width: 768px) {
      #filterTable .filter-table-content {
        width: 100%; } }
    #filterTable .filter-table-content ul {
      margin-bottom: 15px; }
  #filterTable .filterFade, #filterTable .unselected {
    border: 0px !important; }
    #filterTable .filterFade div, #filterTable .unselected div {
      overflow: hidden;
      opacity: 0 !important;
      max-height: 0 !important;
      padding: 0px !important; }
      #filterTable .filterFade div i, #filterTable .unselected div i {
        opacity: 0 !important; }
  #filterTable .closed div {
    overflow: hidden;
    opacity: 0 !important;
    max-height: 0 !important;
    padding: 0px !important;
    border: 0px; }
    #filterTable .closed div i {
      opacity: 0 !important; }
  #filterTable .loading {
    display: none !important; }

.flex-row {
  margin-bottom: 25px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 30px;
  transition: all 1s; }
  @media (max-width: 1335px) {
    .flex-row {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 767px) {
    .flex-row {
      grid-template-columns: 1fr;
      padding: 0; } }
  .flex-row .blog-tile {
    display: flex;
    flex-direction: column;
    min-width: 0;
    /*box-shadow: 0 0 3px 0 rgba($dark-blue,0.4);*/
    overflow: hidden; }
    .flex-row .blog-tile img {
      width: 100%;
      height: 200px;
      object-fit: cover; }
    .flex-row .blog-tile .blog-tile-link {
      text-decoration: none; }
    .flex-row .blog-tile .blog-tile-subtitle {
      display: block;
      padding: 20px;
      color: #555;
      align-self: flex-end; }
      .flex-row .blog-tile .blog-tile-subtitle span:hover {
        cursor: pointer;
        font-weight: bold; }
    .flex-row .blog-tile .post-date {
      display: inline-block;
      color: #FFFFFF;
      text-align: left;
      background-color: #003865;
      margin-left: 0;
      margin-top: 0;
      padding-left: 10px;
      padding-right: 20px;
      line-height: 35px;
      padding-top: 1px;
      float: left; }
    .flex-row .blog-tile .blog-tile-content {
      float: left;
      padding: 8px 5px 0 0;
      flex-grow: 1; }
      .flex-row .blog-tile .blog-tile-content .blog-tile-title {
        display: block;
        text-align: left;
        color: #003865;
        line-height: 1.4;
        font-size: 18px;
        font-weight: bold;
        float: left;
        width: 100%; }
      .flex-row .blog-tile .blog-tile-content > div {
        color: #555;
        line-height: 24px;
        float: left;
        width: 100%; }
    .flex-row .blog-tile .blog-title-author-img {
      border-radius: 50%;
      width: 50px;
      height: 50px;
      object-fit: contain; }
    .flex-row .blog-tile .blog-title-author-caption {
      cursor: pointer; }
      .flex-row .blog-tile .blog-title-author-caption:hover {
        font-weight: bold; }
  .flex-row .border-blue-hover {
    border-color: #003865; }

.feature-area .blog-tile-link {
  width: 25%; }
  @media (max-width: 1019px) {
    .feature-area .blog-tile-link {
      width: 50%; } }
  @media (max-width: 767px) {
    .feature-area .blog-tile-link {
      width: 100%; } }

.bodycolumn .blog-tile-link {
  width: 33.3333%; }
  @media (max-width: 1019px) {
    .bodycolumn .blog-tile-link {
      width: 50%; } }
  @media (max-width: 767px) {
    .bodycolumn .blog-tile-link {
      width: 100%; } }

.threecolumnbodycolumn .flex-row {
  grid-template-columns: 1fr 1fr; }
  @media (max-width: 1335px) {
    .threecolumnbodycolumn .flex-row {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 767px) {
    .threecolumnbodycolumn .flex-row {
      grid-template-columns: 1fr;
      padding: 0; } }

.threecolumnbodycolumn .latest-blog-listing .flex-row .blog-tile:last-child {
  display: none; }

.threecolumnbodycolumn .blog-tile-link {
  width: 50%; }
  @media (max-width: 767px) {
    .threecolumnbodycolumn .blog-tile-link {
      width: 100%; } }

@media (max-width: 1335px) {
  .latest-blog-listing .flex-row .blog-tile:last-child {
    display: none; } }

.split-right .flex-row {
  grid-template-columns: 1fr 1fr; }
  @media (max-width: 1335px) {
    .split-right .flex-row {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 767px) {
    .split-right .flex-row {
      grid-template-columns: 1fr;
      padding: 0; } }

.split-right .blog-tile-link {
  width: 50%; }
  @media (max-width: 1019px) {
    .split-right .blog-tile-link {
      width: 100%; } }

.blog-tile-padding-10 {
  padding: 0 10px; }

.image-tile {
  position: relative;
  display: block;
  margin: 0;
  padding: 0; }
  .image-tile .image-tile-content {
    display: block; }
    .image-tile .image-tile-content > ul {
      position: relative;
      display: block;
      list-style: none;
      padding: 5px; }
      @media (max-width: 767px) {
        .image-tile .image-tile-content > ul {
          padding: 0; } }
      .image-tile .image-tile-content > ul > li {
        display: block;
        float: left;
        padding: 10px; }
        @media (max-width: 767px) {
          .image-tile .image-tile-content > ul > li {
            padding: 0;
            border-bottom: 1px solid #FFFFFF;
            background-color: #003865; } }
        .image-tile .image-tile-content > ul > li > a {
          position: relative;
          width: 100%;
          height: 300px;
          margin: 0;
          padding: 0;
          overflow: hidden;
          background-size: cover;
          background-position: center center;
          display: table; }
          @media (max-width: 767px) {
            .image-tile .image-tile-content > ul > li > a {
              height: 100px !important;
              width: 100px !important;
              float: left;
              margin-right: 20px;
              text-decoration: none; } }
          .image-tile .image-tile-content > ul > li > a img {
            position: relative;
            display: inline-block;
            width: 100%;
            height: auto; }
        .image-tile .image-tile-content > ul > li .text-overlay {
          color: #FFFFFF;
          text-align: center;
          height: auto;
          background-color: #003865;
          z-index: 200;
          width: 100%;
          text-decoration: none;
          display: table; }
          @media (max-width: 767px) {
            .image-tile .image-tile-content > ul > li .text-overlay {
              height: 100px !important;
              text-align: left;
              float: none;
              width: auto !important;
              background-color: transparent;
              display: table-cell;
              vertical-align: middle; } }
          .image-tile .image-tile-content > ul > li .text-overlay > span {
            padding: 10px 0;
            display: block;
            line-height: 18px; }
          .image-tile .image-tile-content > ul > li .text-overlay > a {
            color: white;
            text-decoration: none;
            display: block;
            padding: 10px 0;
            text-align: center;
            height: auto !important; }
            @media (max-width: 767px) {
              .image-tile .image-tile-content > ul > li .text-overlay > a {
                margin-left: 20px;
                width: auto;
                display: inline-block;
                float: none; } }
  .image-tile .council-member-image-tile-comtent {
    display: block; }
    .image-tile .council-member-image-tile-comtent > ul {
      position: relative;
      display: block;
      width: 100%;
      list-style: none;
      padding: 0;
      margin: 0;
      margin-left: -2%; }
      .image-tile .council-member-image-tile-comtent > ul > li {
        display: block;
        width: 31.3%;
        margin-left: 2%;
        margin-bottom: 2%;
        float: left; }
        .image-tile .council-member-image-tile-comtent > ul > li a {
          position: relative;
          display: inline-block;
          width: 100%;
          height: 100%;
          margin: 0;
          padding: 0; }
          .image-tile .council-member-image-tile-comtent > ul > li a img {
            position: relative;
            display: inline-block;
            width: 100%;
            height: auto; }
          .image-tile .council-member-image-tile-comtent > ul > li a .text-overlay {
            position: absolute;
            display: block;
            color: #FFFFFF;
            text-align: center;
            width: 100%;
            height: auto;
            bottom: 0;
            padding: 12px 0;
            background-color: #003865; }

.threecolumnbodycolumn .image-tile .image-tile-content > ul > li a {
  height: 225px; }
  .threecolumnbodycolumn .image-tile .image-tile-content > ul > li a.text-overlay {
    height: auto; }

@media (max-width: 1020px) {
  .blog-tile > ul {
    width: 95%; }
    .blog-tile > ul > li {
      width: 48%; }
  .body-two-columns-left-rail .left-rail, .body-two-columns-left-rail .right-rail {
    width: 100%; } }

@media (max-width: 767px) {
  .blog-tile .blog-tile-two-item > li {
    width: 96%;
    margin: 2%; } }

@media (max-width: 639px) {
  .body-two-columns-left-rail .left-rail, .body-two-columns-left-rail .right-rail {
    width: 100%; }
  .blog-tile > ul {
    width: 100%; }
    .blog-tile > ul > li {
      width: 100%;
      margin: 0;
      margin-bottom: 20px; }
  .blog-tile .blog-tile-three-item {
    margin-left: 0; }
    .blog-tile .blog-tile-three-item > li {
      width: 100%;
      margin: 0;
      margin-bottom: 20px; }
  .image-tile .image-tile-comtent > ul > li {
    width: 100%;
    height: 100px;
    margin-bottom: 1px; }
    .image-tile .image-tile-comtent > ul > li a img {
      width: 35%;
      height: 100px; }
    .image-tile .image-tile-comtent > ul > li a .text-overlay {
      position: relative;
      display: table;
      text-align: left;
      width: 65%;
      float: right;
      height: 100px;
      padding: 10px; }
      .image-tile .image-tile-comtent > ul > li a .text-overlay span {
        display: table-cell;
        vertical-align: middle; }
  .image-tile .council-member-image-tile-comtent > ul > li {
    width: 48%;
    margin-bottom: 20px; } }

@media (max-width: 479px) {
  .contact-form h2, .contact-form p {
    margin-left: 0;
    margin-right: 0; }
  .contact-form {
    margin: 0 1%; }
  .image-tile .image-tile-comtent > ul {
    margin: 0; }
    .image-tile .image-tile-comtent > ul > li {
      width: 100%;
      margin: 0;
      margin-bottom: 1px; }
  .image-tile .council-member-image-tile-comtent > ul > li {
    width: 100%; } }

@media (max-width: 330px) {
  .col-320 {
    width: 100%;
    padding: 0 !important;
    padding-bottom: 10px !important; } }

.padding-0 {
  padding: 0; }

.blog-view-more {
  float: left; }
  .blog-view-more a {
    font-size: 18px;
    font-weight: bold; }
  .blog-view-more hr {
    font-weight: bold; }

#meetingContent .panel-success, #updateMeetingContent .panel-success {
  font-size: 3rem;
  color: green;
  max-height: 500px;
  transition: max-height 2s linear;
  overflow: hidden; }

/*td.cwuceeventtitle::before {
    content: "test" !important;
    background: red !important;
    height: 50px !important;
    width: 70px !important;
    left: 0px !important;
    position: absolute !important;
}*/
@media only screen and (min-width: 768px) {
  td.cwuceeventtitle {
    padding: 20px 20px 20px 110px !important;
    position: relative !important; } }

@media only screen and (max-width: 768px) {
  table[id^="cwucetable"] tr {
    padding: 0 !important; }
  table[id^="cwucetable"] tr td {
    display: block !important; } }

td.cwuceeventtitle {
  padding: 20px 20px 20px 110px !important;
  position: relative !important; }

td.cwuceeventtitle a {
  font-size: 1.75rem !important; }

td.cwuceeventtitle div {
  margin-top: 10px;
  font-size: 1.75rem !important; }

span.calDate {
  position: absolute;
  left: 20px;
  background: grey;
  height: 60px;
  width: 70px;
  color: white;
  padding: 5px;
  text-align: center;
  line-height: 2.25rem; }

span.calDateNum {
  font-size: 32px;
  margin-top: 0px; }

td.cwuceeventtitle .calBadge {
  position: absolute;
  top: -15px;
  left: -15px; }

.bg-blue {
  background-color: #0076A8; }

a.bg-blue:hover {
  background-color: #005275; }

.bg-red {
  background-color: #BA0C2F; }

a.bg-red:hover {
  background-color: #8a0923; }

.bg-white {
  background-color: #FFFFFF; }

a.bg-white:hover {
  background-color: #e6e6e6; }

.bg-orange {
  background-color: #EAAA00; }

a.bg-orange:hover {
  background-color: #b78500; }

.bg-green {
  background-color: #a4bb53; }

a.bg-green:hover {
  background-color: #889d3e; }

.bg-teal {
  background-color: #006979; }

a.bg-teal:hover {
  background-color: #003d46; }

.bg-black {
  background-color: #313430; }

a.bg-black:hover {
  background-color: #181918; }

.bg-dark-gray {
  background-color: #303135; }

a.bg-dark-gray:hover {
  background-color: #18181a; }

.bg-light-gray {
  background-color: #f1f1ee; }

a.bg-light-gray:hover {
  background-color: #dadad2; }

.bg-med-gray {
  background-color: #949496; }

a.bg-med-gray:hover {
  background-color: #7a7a7d; }

.bg-gray {
  background-color: #cccccc; }

a.bg-gray:hover {
  background-color: #b3b3b3; }

.bg-blue-gray {
  background-color: #62B5E5; }

a.bg-blue-gray:hover {
  background-color: #36a0de; }

.color-blue {
  color: #0076A8; }

.color-blue:hover {
  color: #0076A8; }

.color-red {
  color: #BA0C2F; }

.color-red:hover {
  color: #BA0C2F; }

.color-white {
  color: #FFFFFF; }

.color-white:hover {
  color: #FFFFFF; }

.color-orange {
  color: #EAAA00; }

.color-orange:hover {
  color: #EAAA00; }

.color-green {
  color: #a4bb53; }

.color-green:hover {
  color: #a4bb53; }

.color-teal {
  color: #006979; }

.color-teal:hover {
  color: #006979; }

.color-black {
  color: #313430; }

.color-black:hover {
  color: #313430; }

.color-dark-gray {
  color: #303135; }

.color-dark-gray:hover {
  color: #303135; }

.color-light-gray {
  color: #f1f1ee; }

.color-light-gray:hover {
  color: #f1f1ee; }

.color-med-gray {
  color: #949496; }

.color-med-gray:hover {
  color: #949496; }

.color-gray {
  color: #cccccc; }

.color-gray:hover {
  color: #cccccc; }

.color-blue-gray {
  color: #62B5E5; }

.color-blue-gray:hover {
  color: #62B5E5; }

.right-rail {
  font-size: 16px; }
  .right-rail .list-item {
    margin-bottom: 10px; }

/*.feature-wrapper {
    padding-bottom: 10px; 
}*/
.bg-white:after {
  display: block;
  content: "";
  height: 0;
  clear: both; }

.bg-lighter-gray {
  background-color: #f1f1ee; }

.bg-light-gray {
  background-color: #f1f1ee; }

.bg-med-blue {
  background-color: #62B5E5; }

.bg-med-blue:after, .bg-light-gray:after, .bg-lighter-gray:after {
  display: block;
  content: "";
  height: 0;
  clear: both; }

.no-shade {
  background-color: transparent !important; }

.hide {
  display: none !important; }

.SiouxFallsMap {
  width: 100%;
  height: 300px; }
  .SiouxFallsMap .gm-style .gm-style-iw {
    position: absolute;
    top: 5px;
    left: 5px;
    font-weight: normal;
    font-size: 10px;
    overflow: hidden;
    color: #BA0C2F;
    background-color: transparent;
    border-color: transparent;
    width: 160px !important;
    margin: 0;
    padding: 0; }
  .SiouxFallsMap .gm-style-iw {
    width: auto;
    top: 94px !important;
    left: 115px !important;
    background-color: transparent;
    box-shadow: none;
    border: 0;
    border-radius: 0; }

label {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  label select {
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    background-color: #f1f1ee;
    font-weight: normal;
    width: 100%;
    padding: 7px 10px;
    line-height: 29px;
    border: solid 1px #cccccc;
    text-indent: 0.01px;
    text-overflow: ""; }
    label select option {
      -moz-appearance: none;
      border: 0 !important;
      /*Removes border*/ }

/*THIS cannot be applied globally*/
/*label:after {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    position: absolute;
    font-family: $module-font-family;
    content: "\f107";
    font-size: $font-size-large;
    color: #aaa;
    right: 1px;
    top: 1px;
    padding: 0 15px;
    line-height: 45px;
    border-left: 1px solid $light-gray;
    pointer-events: none;
    background-color: $lighter-gray;
    cursor: pointer;
    -moz-cursor: hand;
}*/
@-moz-document url-prefix() {
  .img-responsive {
    max-width: 100%;
    display: inline-block; }
  label select {
    padding: 8px 10px 9px; }
  input {
    padding: 8px 10px; }
  textarea {
    border: solid 1px #cccccc;
    box-shadow: 0;
    padding: 10px; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  label:after {
    content: ''; }
  label select {
    height: 40px; }
  input {
    height: 40px; }
  textarea {
    border: solid 1px #cccccc;
    box-shadow: 0;
    padding: 10px; } }

.red-label {
  color: #BA0C2F;
  font-size: 20px; }

input[type="text"], select, textarea {
  width: 100%; }

input {
  font-style: normal;
  font-weight: normal;
  width: 100%;
  padding: 8px 10px;
  border: solid 1px #cccccc;
  background-color: #f1f1ee;
  -moz-cursor: hand; }

::-webkit-input-placeholder {
  font-style: normal; }

:-moz-placeholder {
  font-style: normal; }

::-moz-placeholder {
  font-style: normal; }

:-ms-input-placeholder {
  font-style: normal; }

.white-bg {
  background-color: #FFFFFF !important; }

.check-box {
  width: auto;
  vertical-align: top;
  height: 12px; }

select {
  font-weight: normal;
  width: 100%;
  padding: 7px 10px;
  -moz-cursor: hand; }

.ul-offset {
  margin-left: -30px;
  margin-right: 10px; }

h1, h2, h3 {
  margin-top: 20px; }

.center {
  text-align: center; }

input, select, textarea, input[type="text"], input[type="search"],
input[type="password"], input[type="datetime"],
input[type="datetime-local"], input[type="date"],
input[type="month"], input[type="time"], input[type="week"],
input[type="number"], input[type="email"], input[type="url"],
input[type="search"], input[type="tel"], input[type="color"] {
  font-size: 16px !important; }

textarea {
  padding: 10px; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select, textarea, input {
    font-size: 16px !important; } }

@media (max-width: 767px) {
  h1 {
    font-size: 26px; }
  h2 {
    font-size: 26px; }
  h3 {
    font-size: 20px; }
  h4 {
    font-size: 18px; }
  /*
    h5 {
        font-size: 16px;
    }
	*/ }

@media (max-width: 1019px) and (min-width: 768px) {
  h1 {
    font-size: 30px; }
  h2 {
    font-size: 28px; }
  h3 {
    font-size: 24px; }
  h4 {
    font-size: 20px; }
  /*
    h5 {
        font-size: 18px;
    }
	*/ }

@media (max-width: 1335px) and (min-width: 1020px) {
  h1 {
    font-size: 30px; }
  h2 {
    font-size: 28px !important; }
  h3 {
    font-size: 24px; }
  h4 {
    font-size: 20px; }
  /*
	h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 24px;
    }
	
    h5 {
        font-size: 20px;
    }
	*/ }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.head-teaser {
  color: #949496;
  font-size: 18px; }

.element-category {
  font-size: 14px; }

.element-border-around {
  border: 1px solid #cccccc; }

.element-border-top {
  border-top: 1px solid #f1f1ee; }

.element-border-bottom {
  border-bottom: 1px solid #cccccc; }

.element-border-left {
  border-left: 1px solid #cccccc; }

.element-border-right {
  border-right: 1px solid #cccccc; }

.no-border {
  border: none; }

a {
  color: #303135;
  font-size: 16px;
  /*@include transition(all .25s);*/
  text-decoration: underline; }
  a:hover {
    color: #0076A8;
    text-decoration: underline; }

.blue-link a {
  color: #0076A8; }
  .blue-link a:hover {
    color: #00405c; }

.med-blue-link a {
  color: #62B5E5; }
  .med-blue-link a:hover {
    color: #0076A8; }

.dark-blue-link a {
  color: #003865;
  font-weight: bold; }
  .dark-blue-link a:hover {
    color: #0076A8; }

.red-link a {
  color: #BA0C2F;
  cursor: pointer;
  -moz-cursor: pointer; }
  .red-link a:hover {
    color: #72071d; }
  .red-link a:active, .red-link a:focus {
    text-decoration: none; }

.white-link a {
  color: #FFFFFF;
  text-decoration: underline; }
  .white-link a:hover {
    color: #d9d9d9; }

.more-link {
  font-weight: bold; }
  .more-link i {
    font-size: 16px; }

.more-link:active, .more-link:forcus {
  text-decoration: none; }

.link-text {
  cursor: pointer;
  padding: 2px 3px; }

.action-link-group {
  display: block;
  text-align: center;
  padding: 20px 0 30px;
  width: 100%;
  float: left;
  background: #FFFFFF; }
  .action-link-group > ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0; }
    .action-link-group > ul li {
      padding: 0 15px;
      float: left; }
      @media (max-width: 1019px) {
        .action-link-group > ul li {
          width: 100%;
          margin-bottom: 30px; } }
      .action-link-group > ul li a {
        text-decoration: none; }

.center-link {
  display: block;
  text-align: center;
  margin: 20px 0 30px;
  width: 100%;
  float: left; }
  .center-link > ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0; }
    .center-link > ul li {
      padding: 0 15px;
      float: left; }

.link-underline {
  text-align: center;
  width: 40px;
  margin: 0 auto;
  padding-top: 5px;
  margin-bottom: 5px; }

.link-border-white {
  border-bottom: solid 1px #FFFFFF; }

.link-border-darkblue {
  border-bottom: solid 1px #62B5E5; }

.blue-underline {
  border-color: #0076A8; }

.med-blue-underline-link a {
  color: #62B5E5;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
  -moz-cursor: pointer; }
  .med-blue-underline-link a:hover, .med-blue-underline-link a:active, .med-blue-underline-link a:focus {
    color: #0076A8; }

.vertical-center-absolute {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 100; }

.list-inline {
  font-size: 0; }
  .list-inline > li {
    margin-right: 3px;
    font-size: 16px; }

ul, ol {
  margin: 0; }

.submit-btn {
  padding: 8px 30px; }

.go-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px 18px 9px; }

.register-btn {
  padding: 8px 30px;
  float: right; }

.submit-btn:after {
  display: block;
  content: "";
  height: 0;
  clear: both; }

.pseudo-btn {
  padding: 5px 10px;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s; }
  .pseudo-btn:hover {
    background-color: #FFFFFF;
    color: #0076A8; }

.btn-ghost {
  border: 2px solid #FFFFFF;
  background-color: transparent;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all; }
  .btn-ghost:hover {
    background-color: #FFFFFF;
    color: #313430; }

.banner-bt {
  width: auto;
  padding: 15px 45px;
  font-size: 16px; }

.btn-med-blue {
  color: #FFFFFF;
  background-color: #0076A8;
  border: 0;
  outline: none;
  text-decoration: none;
  line-height: 22px;
  padding: 8px; }
  .btn-med-blue:hover {
    background-color: #003865; }

.btn-wide {
  padding: 10px 60px; }

.btn-full {
  width: 100%; }

.margin-top-bottom-20 {
  margin: 20px 0; }

.left-0 {
  padding-left: 0;
  margin-left: 0; }

.right-0 {
  margin-right: 0;
  padding-right: 0; }

.right {
  float: right; }

.left {
  float: left; }

.right:after, left:after, .clear-both:after {
  display: block;
  content: "";
  height: 0;
  clear: both; }

.breadcrumb {
  font-size: 14px;
  margin-bottom: 4px; }

.carousel {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute; }
  .carousel.slick-initialized {
    opacity: 1;
    position: relative; }
  .carousel .slick-dots li button {
    width: 10px;
    height: 10px; }

.video-popup {
  display: block;
  position: relative;
  /*
    &:before {
        content: "\f01d";
        font-family: FontAwesome;
        font-size: 80px;
        color: $white;
        text-align: center;
        opacity: 0.5;
        position: absolute;
        //top: 25%;
        left: 0;
        right: 0;
        //bottom: 0;
        @include transition(0.25s all);
    }
	*/ }
  .video-popup i {
    font-family: FontAwesome;
    font-size: 80px;
    color: #FFFFFF;
    text-align: center;
    opacity: 0.5;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: 0.25s all;
    -o-transition: 0.25s all;
    transition: 0.25s all; }
  .video-popup:hover:before, .video-popup:hover i {
    opacity: 1; }

p {
  margin: 0 0 20px; }

.float-none {
  float: none !important; }

@media (min-width: 768px) {
  .hide-md {
    display: none; } }

@media (min-width: 641px) {
  .hide-tablet {
    display: none; } }

@media (max-width: 768px) {
  .hide-sm {
    display: none !important; }
  .col-sm-bottom-0 {
    margin-bottom: 0; } }

@media (max-width: 767px) {
  .register-btn {
    float: none; }
  .hide-sm-1 {
    display: none !important; } }

@media (max-width: 767px) {
  .container .mobile-no-gutter {
    margin-left: -15px;
    margin-right: -15px; } }

@media (min-width: 480px) {
  .visible-xs-1 {
    display: none; }
  .xs-top-5 {
    margin-top: 5px; }
  .xs-top-10 {
    margin-top: 10px; } }

@media (max-width: 479px) {
  .hide-xs {
    display: none !important; }
  .visible-xs-1 {
    display: block !important; }
  .register-btn {
    float: none; } }

form[data-sc-fxb] {
  margin-bottom: 20px;
  clear: both; }
  form[data-sc-fxb] label {
    margin-bottom: 5px !important; }
  form[data-sc-fxb] .form-control {
    color: #313430;
    margin-bottom: 5px !important; }
    form[data-sc-fxb] .form-control + span {
      display: block;
      margin-bottom: 20px; }
  form[data-sc-fxb] input[type="submit"] {
    width: auto; }
  form[data-sc-fxb] .g-recaptcha {
    margin-bottom: 20px; }

@media print {
  .header, .breadcrumb-container, .section-header, .footer {
    display: none; } }

.tabbed-content-video {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 10px;
  background-color: #cccccc; }

.tabbed-content-video .heading {
  text-align: center; }

.tabbed-content-video .heading h3 {
  color: #313430;
  margin: 0 0 10px; }

.tabbed-content-video .video-content {
  position: relative;
  display: block;
  width: 98%;
  max-width: 940px;
  height: auto;
  padding: 0;
  margin: 0 auto; }

.tabbed-content-video .video-content .video-container {
  position: relative;
  display: inline-block;
  width: 100%; }

.tabbed-content-video .video-content .video-content-item {
  position: relative;
  display: inline-block;
  height: 100%; }

.tabbed-content-video .video-content .video-content-item .tabbed-content-text {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden; }

.tabbed-content-video .video-content .video-content-item .tabbed-content-text iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.tabbed-content-video .video-content .video-content-item .overlay-wrapper {
  display: block;
  width: 100%;
  height: auto;
  background-color: #000000;
  padding: 15px; }

.tabbed-content-video .video-content .video-content-item .overlay-wrapper .heading {
  display: block;
  width: 100%;
  margin-bottom: 10px; }

.tabbed-content-video .video-content .video-content-item .overlay-wrapper .heading h4 {
  color: #FFFFFF;
  text-align: left;
  margin-right: 10px; }

.tabbed-content-video .video-content .video-content-item ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }

.tabbed-content-video .video-content .video-content-item ul li {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: -6px;
  border-bottom: solid 1px #FFFFFF; }

.tabbed-content-video .video-content .video-content-item ul li a {
  display: block;
  color: #FFFFFF;
  height: 66px;
  width: 100%;
  padding: 12px 10px;
  text-align: left;
  margin: 0;
  background-color: #435762;
  float: left;
  outline: none; }

.tabbed-content-video .video-content .video-content-item ul li a .heading {
  display: block;
  margin-left: 10px;
  text-align: left;
  float: left; }

.tabbed-content-video .video-content .video-content-item ul li a .heading h4 {
  color: #FFFFFF;
  font-size: 13px;
  text-align: left;
  margin: 0;
  margin-bottom: 5px;
  padding: 0; }

.tabbed-content-video .video-content .video-content-item ul li a .heading p {
  color: #cccccc;
  font-size: 12px;
  text-align: left;
  margin: 0; }

.tabbed-content-video .video-content .video-content-item ul li.active a {
  background-color: #4e99b9; }

.tabbed-content-video .video-content .col-left {
  width: 66%;
  float: left; }

@media (max-width: 767px) {
  .tabbed-content-video .video-content .col-left {
    width: 100%; } }

.tabbed-content-video .video-content .col-right {
  width: 34%;
  float: left; }

@media (max-width: 767px) {
  .tabbed-content-video .video-content .col-right {
    width: 100%;
    margin-top: 2px; } }

/*.content-slider-wrapper {
    border-bottom: solid 3px #cccccc;
    
    //letter-spacing: 2px;
    color: #313430;
}*/
table thead tr .meeting-body-text {
  display: none;
  visibility: hidden; }

table tr {
  border-bottom: 1px solid #cccccc;
  padding: 20px; }

table tr th, table tr td {
  padding: 20px 15px; }

table tr .list-col {
  padding: 20px 10px; }

.datepicker .datepicker-days .table-condensed {
  display: table;
  margin-bottom: 0; }

@media only screen and (max-width: 961px) {
  table tr .list-col {
    padding: 20px 6px; } }

@media only screen and (max-width: 767px) {
  /* Force table to not be like tables anymore */
  /*table,
    tr {
        display: block;
    }

    table tr .list-col {
        padding: 2px 0;
    }
    */
  .datepicker .datepicker-days .table-condensed {
    display: table;
    margin-bottom: 0; }
  .datepicker .datepicker-days .table-condensed thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit; }
  .datepicker .datepicker-days .table-condensed tbody {
    display: table-row-group; }
  .datepicker .datepicker-days .table-condensed thead tr, .datepicker .datepicker-days .table-condensed tbody tr {
    display: table-row; }
  .datepicker .datepicker-days .table-condensed thead tr th, .datepicker .datepicker-days .table-condensed thead tr td, .datepicker .datepicker-days .table-condensed tbody tr th, .datepicker .datepicker-days .table-condensed tbody tr td {
    display: table-cell; }
  .datepicker .datepicker-days .table-condensed thead tr th, .datepicker .datepicker-days .table-condensed tbody tr th {
    position: relative;
    top: auto;
    left: auto; }
  .datepicker .datepicker-days .table-condensed tfoot {
    display: none; }
  /* Hide table headers (but not display: none;, for accessibility) */
  table thead tr th {
    display: table-cell;
    position: relative;
    top: auto;
    left: auto; }
    table thead tr th h2 {
      font-size: 20px; }
  table thead tr .hideMobile {
    position: relative;
    display: none;
    visibility: hidden; }
  table thead tr .meeting-body-text {
    position: relative;
    display: block;
    visibility: visible;
    top: 0;
    left: 0;
    padding: 0; }
  table thead tr .meeting-body-text p {
    font-family: Lato, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-transform: none; }
  table thead tr .meeting-body-text p:last-child {
    margin-bottom: 0; }
  table tr {
    /*height: auto;*/ }
  table tr td {
    text-transform: capitalize; } }

.cablecast-container {
  display: block;
  margin: 0;
  padding: 0; }

.cablecast-container .cablecast-content {
  display: inline-block;
  width: 100%; }

@media (max-width: 767px) {
  .cablecast-container .cablecast-content h1 {
    font-size: 35px; } }

@media (max-width: 639px) {
  .cablecast-container .cablecast-content h1 {
    font-size: 25px; } }

@media (max-width: 479px) {
  .cablecast-container .cablecast-content h1 {
    font-size: 20px; } }

.cablecast-container .cablecast-content h2 {
  font-size: 16px; }

.cablecast-container .cablecast-content .video-category {
  display: inline-block;
  width: 100%;
  border-bottom: solid 1px #cccccc; }

.cablecast-container .cablecast-content .video-category:last-child {
  margin-bottom: 30px;
  border-bottom: 0; }

.cablecast-container .cablecast-content .video-category h2 {
  color: #313430;
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px; }

.cablecast-container .cablecast-content .video-category ul {
  display: block;
  list-style: none;
  margin: 0 -0.5%;
  padding: 0; }

@media (max-width: 767px) {
  .cablecast-container .cablecast-content .video-category ul {
    margin-left: -1%;
    margin-right: -1%; } }

@media (max-width: 639px) {
  .cablecast-container .cablecast-content .video-category ul {
    margin-left: -1.5%;
    margin-right: -1.5%; } }

@media (max-width: 479px) {
  .cablecast-container .cablecast-content .video-category ul {
    margin-left: -2%;
    margin-right: -2%; } }

.cablecast-container .cablecast-content .video-category ul li {
  display: block;
  width: 24%;
  min-height: 230px;
  margin: 0.5%;
  float: left; }

@media (max-width: 767px) {
  .cablecast-container .cablecast-content .video-category ul li {
    width: 31.29%;
    min-height: 185px;
    margin: 1%; } }

@media (max-width: 639px) {
  .cablecast-container .cablecast-content .video-category ul li {
    width: 46.999%;
    margin: 1.5%; } }

@media (max-width: 479px) {
  .cablecast-container .cablecast-content .video-category ul li {
    width: 96%;
    margin: 2%; } }

.cablecast-container .cablecast-content .video-category ul li .video {
  display: inline-block;
  width: 100%; }

.cablecast-container .cablecast-content .video-category ul li .video iframe {
  width: 100%;
  height: 100%;
  min-height: 174px; }

@media (max-width: 1020px) {
  .cablecast-container .cablecast-content .video-category ul li .video iframe {
    min-height: 150px; } }

@media (max-width: 767px) {
  .cablecast-container .cablecast-content .video-category ul li .video iframe {
    min-height: 125px;
    max-height: 130px; } }

@media (max-width: 639px) {
  .cablecast-container .cablecast-content .video-category ul li .video iframe {
    min-height: 162px; } }

@media (max-width: 479px) {
  .cablecast-container .cablecast-content .video-category ul li .video iframe {
    height: 100%;
    min-height: 154px; } }

.cablecast-container .cablecast-content .video-category ul li .heading {
  display: block;
  width: 100%;
  color: #313430;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0 10px; }

.cablecast-container .cablecast-content .video-category ul li .category {
  display: inline-block;
  width: 100%;
  color: #313430;
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 5px; }

.cablecast-container .cablecast-content .video-category ul li .description {
  display: inline-block;
  width: 100%;
  color: #313430;
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 10px; }

.cablecast-container .cablecast-content .video-category .vertical-list {
  margin: 0; }

.cablecast-container .cablecast-content .video-category .vertical-list .vertical-list-item {
  display: inline-block;
  width: 100%;
  margin: 0;
  float: none; }

.cablecast-container .cablecast-content .video-category .vertical-list .vertical-list-item .video iframe {
  min-height: 351px; }

@media (max-width: 1020px) {
  .cablecast-container .cablecast-content .video-category .vertical-list .vertical-list-item .video iframe {
    min-height: 266px; } }

@media (max-width: 767px) {
  .cablecast-container .cablecast-content .video-category .vertical-list .vertical-list-item .video iframe {
    min-height: 360px; } }

@media (max-width: 639px) {
  .cablecast-container .cablecast-content .video-category .vertical-list .vertical-list-item .video iframe {
    min-height: 330px; } }

@media (max-width: 479px) {
  .cablecast-container .cablecast-content .video-category .vertical-list .vertical-list-item .video iframe {
    height: 100%;
    min-height: 253px; } }

.cablecast-container .cablecast-content .video-category .vertical-list .vertical-list-item .rail-video {
  display: inline-block;
  width: 100%; }

.cablecast-container .cablecast-content .video-category .vertical-list .vertical-list-item .rail-video iframe {
  width: 100%;
  height: 100%;
  min-height: 170px; }

@media (max-width: 1020px) {
  .cablecast-container .cablecast-content .video-category .vertical-list .vertical-list-item .rail-video iframe {
    min-height: 180px; } }

@media (max-width: 767px) {
  .cablecast-container .cablecast-content .video-category .vertical-list .vertical-list-item .rail-video iframe {
    min-height: 360px; } }

@media (max-width: 639px) {
  .cablecast-container .cablecast-content .video-category .vertical-list .vertical-list-item .rail-video iframe {
    min-height: 330px; } }

@media (max-width: 479px) {
  .cablecast-container .cablecast-content .video-category .vertical-list .vertical-list-item .rail-video iframe {
    height: 100%;
    min-height: 210px; } }

.cablecast-container .cablecast-content .video-category .vertical-list .vertical-list-item .heading {
  display: inline-block;
  padding-bottom: 20px; }

.cablecast-container .cablecast-content .video-category .view-more-btn {
  display: block;
  visibility: visible;
  float: none;
  clear: both; }

.cablecast-container .cablecast-content .video-category .rail-view-more-btn {
  display: block;
  visibility: visible;
  float: right; }

.audio-player {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  text-align: left;
  /*
  .mejs__embed,
  .mejs__embed body {
  	width: 100%;
  	height: 100%;
  	margin: 0;
  	padding: 0;
  	background: #000;
  	overflow: hidden;
  }
  */
  /* End: CONTROL BAR */
  /* Start: Time (Current / Duration) */
  /* End: Time (Current / Duration) */
  /* Start: Play/Pause/Stop */
  /* End: Play/Pause/Stop */
  /* Start: Progress Bar */
  /* End: Progress Bar */
  /* Start: Fullscreen */
  /* End: Fullscreen */
  /* Start: Mute/Volume */
  /* End: Mute/Volume */
  /* Start: Track (Captions and Chapters) */ }

.audio-player .mejs__offscreen {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.audio-player .mejs__container {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "Helvetica", Arial, serif;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
  box-sizing: border-box; }

.audio-player .mejs__container video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

.audio-player .mejs__container:focus {
  outline: none; }

.audio-player .mejs__container * {
  box-sizing: border-box; }

.audio-player .mejs__fill-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  background: transparent; }

.audio-player .mejs__iframe-overlay {
  position: absolute;
  width: 100%;
  height: 100%; }

.audio-player .mejs__fullscreen {
  overflow: hidden !important; }

.audio-player .mejs__container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000; }

.audio-player .mejs__container-fullscreen .mejs__mediaelement, .audio-player .mejs__container-fullscreen video {
  width: 100% !important;
  height: 100% !important; }

.audio-player .mejs__clear {
  clear: both; }

.audio-player .mejs__background {
  position: absolute;
  top: 0;
  left: 0; }

.audio-player .mejs__mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }

.audio-player .mejs__poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 1; }

.audio-player :root .mejs__poster-img {
  display: none; }

.audio-player .mejs__poster-img {
  border: 0;
  padding: 0; }

.audio-player .mejs__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.audio-player .mejs__layer {
  z-index: 1; }

.audio-player .mejs__overlay-play {
  cursor: pointer; }

.audio-player .mejs__overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: url("mejs-controls.svg") no-repeat;
  background-position: 0 -39px;
  overflow: hidden;
  z-index: 1; }

.audio-player .mejs__overlay:hover > .mejs__overlay-button {
  background-position: -80px -39px; }

.audio-player .mejs__overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px; }

.audio-player .mejs__overlay-loading-bg-img {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url("/Assets/Corporate/Images/Icons/gray-mejs-controls.png") -160px -40px no-repeat;
  -webkit-animation: mejs-loading-spinner 1s linear infinite;
  -moz-animation: mejs-loading-spinner 1s linear infinite;
  animation: mejs-loading-spinner 1s linear infinite;
  z-index: 1; }

@-moz-keyframes mejs-loading-spinner {
  100% {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes mejs-loading-spinner {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes mejs-loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.audio-player .mejs__controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  bottom: 0;
  left: 0;
  height: 36px;
  width: 100%;
  z-index: 1; }

.audio-player .mejs__controls:not([style*="display: none"]) {
  background-color: #fafafa;
  /*rgba(255, 0, 0, 0.7);*/
  /*background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.35));*/ }

.audio-player .mejs__button,
.audio-player .mejs__time-rail {
  float: left;
  margin: 0;
  width: 32px;
  height: 40px;
  font-size: 10px;
  line-height: 10px; }

.audio-player .mejs__time {
  float: left;
  margin: 0;
  width: 0;
  height: 40px;
  font-size: 10px;
  line-height: 10px; }

.audio-player .mejs__button > button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 8px 6px;
  padding: 0;
  position: absolute;
  height: 20px;
  width: 20px;
  border: 0;
  background: transparent url("/Assets/Corporate/Images/Icons/gray-mejs-controls.png");
  overflow: hidden; }

.audio-player .mejs__button > button:focus {
  outline: dotted 1px #999; }

.audio-player .mejs__container-keyboard-inactive a,
.audio-player .mejs__container-keyboard-inactive a:focus,
.audio-player .mejs__container-keyboard-inactive button,
.audio-player .mejs__container-keyboard-inactive button:focus,
.audio-player .mejs__container-keyboard-inactive [role=slider],
.audio-player .mejs__container-keyboard-inactive [role=slider]:focus {
  outline: 0; }

.audio-player .mejs__time {
  display: none !important;
  color: #fff;
  display: block;
  height: 24px;
  width: 0;
  font-weight: bold;
  font-size: 11px;
  padding: 16px 6px 0 6px;
  overflow: hidden;
  text-align: center;
  box-sizing: content-box; }

.audio-player .mejs__play > button {
  background-position: 0 0; }

.audio-player .mejs__pause > button {
  background-position: -20px 0; }

.audio-player .mejs__replay > button {
  background-position: -280px 0; }

.audio-player .mejs__time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 10px;
  height: 40px;
  position: relative;
  margin: 0 10px; }

.audio-player .mejs__time-total,
.audio-player .mejs__time-buffering,
.audio-player .mejs__time-loaded,
.audio-player .mejs__time-current,
.audio-player .mejs__time-handle,
.audio-player .mejs__time-float,
.audio-player .mejs__time-float-current,
.audio-player .mejs__time-float-corner,
.audio-player .mejs__time-marker {
  cursor: pointer;
  display: block;
  position: absolute;
  height: 10px;
  border-radius: 2px; }

.audio-player .mejs__time-total {
  margin: 5px 0 0 0;
  background-color: #c8c8c8;
  /*rgba(255, 255, 255, 0.3);*/
  width: 100%; }

.audio-player .mejs__time-buffering {
  width: 100%;
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 15px 15px;
  animation: buffering-stripes 2s linear infinite; }

@keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }

.audio-player .mejs__time-loaded {
  background-color: #c8c8c8;
  /*rgba(255, 255, 255, .3);*/
  width: 0; }

.audio-player .mejs__time-current {
  background: #4285f4;
  /*rgba(255, 255, 255, 0.9);*/
  width: 0; }

.audio-player .mejs__time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center; }

.audio-player .mejs__time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111; }

.audio-player .mejs__time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0; }

.audio-player .mejs__time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  border-radius: 0;
  top: 15px;
  left: 13px; }

.audio-player .mejs__long-video .mejs__time-float {
  width: 48px; }

.audio-player .mejs__long-video .mejs__time-float-current {
  width: 44px; }

.audio-player .mejs__long-video .mejs__time-float-corner {
  left: 18px; }

.audio-player .mejs__broadcast {
  color: #fff;
  position: absolute;
  width: 100%;
  height: 10px;
  top: 15px; }

.audio-player .mejs__fullscreen-button > button {
  background-position: -80px 0; }

.audio-player .mejs__unfullscreen > button {
  background-position: -100px 0; }

.audio-player .mejs__mute > button {
  background-position: -60px 0; }

.audio-player .mejs__unmute > button {
  background-position: -40px 0; }

.audio-player .mejs__volume-button {
  position: relative; }

.audio-player .mejs__volume-button > .mejs__volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  top: -115px;
  left: 5px;
  z-index: 1;
  position: absolute;
  margin: 0; }

.audio-player .mejs__volume-button:hover {
  border-radius: 0 0 4px 4px; }

.audio-player .mejs__volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0; }

.audio-player .mejs__volume-current {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  margin: 0; }

.audio-player .mejs__volume-handle {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 16px;
  height: 6px;
  margin: 0 0 -3px -7px;
  background: rgba(255, 255, 255, 0.9);
  cursor: ns-resize;
  border-radius: 1px; }

.audio-player .mejs__horizontal-volume-slider {
  height: 36px;
  width: 0;
  position: relative;
  display: block;
  float: right;
  vertical-align: middle; }

.audio-player .mejs__horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 16px;
  width: 0;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: rgba(50, 50, 50, 0.8); }

.audio-player .mejs__horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.8); }

.audio-player .mejs__horizontal-volume-handle {
  display: none; }

.audio-player .mejs__captions-button, .audio-player .mejs__chapters-button {
  position: relative; }

.audio-player .mejs__captions-button > button {
  background-position: -140px 0; }

.audio-player .mejs__chapters-button > button {
  background-position: -302px 0; }

.audio-player .mejs__captions-button > .mejs__captions-selector, .audio-player .mejs__chapters-button > .mejs__chapters-selector {
  visibility: hidden;
  position: absolute;
  bottom: 40px;
  right: -51px;
  width: 85px;
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 0;
  overflow: hidden;
  border-radius: 0; }

.audio-player .mejs__chapters-button > .mejs__chapters-selector {
  width: 110px; }

.audio-player .mejs__captions-button > .mejs__captions-selector, .audio-player .mejs__chapters-button > .mejs__chapters-selector {
  visibility: visible; }

.audio-player .mejs__captions-selector-list, .audio-player .mejs__chapters-selector-list {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden; }

.audio-player .mejs__captions-selector-list-item, .audio-player .mejs__chapters-selector-list-item {
  margin: 0 0 6px 0;
  padding: 0 10px;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
  cursor: pointer; }

.audio-player .mejs__captions-selector-list-item:hover, .audio-player .mejs__chapters-selector-list-item:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important; }

.audio-player .mejs__captions-selector-input, .audio-player .mejs__chapters-selector-input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
  position: absolute;
  left: -1000px; }

.audio-player .mejs__captions-selector-label, .audio-player .mejs__chapters-selector-label {
  width: 55px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-size: 10px;
  cursor: pointer; }

.audio-player .mejs__captions-selected, .audio-player .mejs__chapters-selected {
  color: #21f8f8; }

.audio-player .mejs__captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0; }

.audio-player .mejs__captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #fff; }

.audio-player .mejs__captions-layer a {
  color: #fff;
  text-decoration: underline; }

.audio-player .mejs__captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal; }

.audio-player .mejs__captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0; }

.audio-player .mejs__captions-position-hover {
  bottom: 35px; }

.audio-player .mejs__captions-text, .audio-player .mejs__captions-text * {
  padding: 0;
  background: rgba(20, 20, 20, 0.5);
  white-space: pre-wrap;
  box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5); }

.audio-player object {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 20px !important; }

@media only screen and (max-width: 767px) {
  .audio-player object {
    width: 200px;
    left: 0; } }

.audio-player audio {
  width: 100%;
  max-width: 350px; }

.audio-player audio::-internal-media-controls-download-button {
  display: none;
  visibility: hidden;
  width: 0; }

.audio-player audio::-webkit-media-controls-enclosure {
  overflow: hidden; }

.audio-player audio::-webkit-media-controls-panel {
  width: calc(100% + 30px); }

.audio-player audio::-webkit-input-placeholder {
  color: lightgray; }

.audio-player audio:-moz-placeholder {
  color: lightgray; }

.audio-player audio::-moz-placeholder {
  color: lightgray; }

.audio-player audio:-ms-input-placeholder {
  color: lightgray; }

#container {
  padding: 0 20px 50px; }

.error {
  color: red; }

a {
  word-wrap: break-word; }

.player-container .mejs__time-buffering, .player-container .mejs__time-current, .player-container .mejs__time-handle, .player-container .mejs__time-loaded, .player-container .mejs__time-marker, .player-container .mejs__time-total {
  height: 2px; }

.player-container .mejs__time-total {
  margin-top: 7px; }

.player-container .mejs__time-handle {
  left: -10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #4285f4;
  top: -5px;
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 1;
  border: none; }

.date > input[type="text"][readonly] {
  cursor: pointer;
  background: #FFFFFF; }

.datepicker {
  border-radius: 0;
  padding: 0;
  margin: 0; }

.datepicker .datepicker-days table tr th {
  border: 1px solid #FFFFFF;
  text-align: center; }

.datepicker .datepicker-days table tr th.next, .datepicker .datepicker-days table tr th.prev {
  cursor: pointer;
  color: #ff8b38; }

.datepicker .datepicker-days table tr td {
  background: #e8e6e4;
  text-align: center;
  cursor: pointer;
  border-spacing: 1px;
  height: 40px;
  width: 40px;
  border: 1px solid #FFFFFF; }

.datepicker .datepicker-days table tr td.old, .datepicker .datepicker-days table tr td.new, .datepicker .datepicker-days table tr td.disabled, .datepicker .datepicker-days table tr td:nth-child(7) {
  color: #cccccc;
  background: none;
  cursor: default; }

.datepicker .datepicker-days table tr td.active {
  background: #ff8b38; }

.bootstrap-timepicker-widget table {
  display: table;
  width: 100%;
  margin: 0;
  background-color: transparent;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse; }

.bootstrap-timepicker-widget table tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit; }

.bootstrap-timepicker-widget table tbody tr {
  display: table-row;
  padding: 10px;
  vertical-align: inherit;
  border: 0;
  background-color: transparent; }

.bootstrap-timepicker-widget table tbody tr td {
  display: table-cell;
  vertical-align: inherit;
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px; }

.bootstrap-timepicker-widget table tbody tr td.separator {
  width: 16px; }

.bootstrap-timepicker-widget table tbody tr td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 5px 0;
  outline: 0;
  color: #333;
  text-decoration: none; }

.bootstrap-timepicker-widget table tbody tr td a .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.bootstrap-timepicker-widget table tbody tr td a .glyphicon-chevron-up:before {
  content: "\e113"; }

.bootstrap-timepicker-widget table tbody tr td a .glyphicon-chevron-down:before {
  content: "\e114"; }

.bootstrap-timepicker-widget table tbody tr td span {
  width: 100%; }

.bootstrap-timepicker-widget table tbody tr td input {
  width: 29px;
  margin: 0;
  padding: 1px 0;
  text-align: center;
  background-color: transparent;
  border: solid 1px #cccccc;
  border-radius: 4px; }

.bootstrap-timepicker-widget table tbody tr td:not(.separator) {
  min-width: 28px; }

.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block; }

.bootstrap-timepicker-widget.dropdown-menu {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  min-width: 160px;
  padding: 4px;
  margin: 2px 0 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  float: left;
  z-index: 1000;
  /*
  	&:before {
  		position: absolute;
  		display: inline-block;
  		content: "";
  		border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  		border-left: 7px solid transparent;
  		border-right: 7px solid transparent;
  	}
  
  	&:after {
  		position: absolute;
  		display: inline-block;
  		content: "";
  		border-bottom: 6px solid #FFFFFF;
  		border-left: 6px solid transparent;
  		border-right: 6px solid transparent;
  	}
  	*/ }

/*
.bootstrap-timepicker-widget.timepicker-orient-top {
	&:before {
		top: -7px;
		left: 6px;
	}
	&:after {
		top: -6px;
	}
}

.bootstrap-timepicker-widget.timepicker-orient-left {
	&:before {
		left: 6px;
	}
	&:after {
		left: 7px;
	}
}
*/
.meeting-agenda {
  display: inline-block;
  width: 100%;
  height: 100%; }

.meeting-agenda .required-field .control-label {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 5px; }

.meeting-agenda .required-field .form-inline .PickupDate {
  display: table;
  width: 100%;
  cursor: pointer; }

.meeting-agenda .required-field .form-inline .PickupDate .input-group-content {
  display: table-cell;
  padding: 5px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #e9b61a;
  text-align: center;
  background-color: #efefef;
  border: 1px solid #ccc;
  border-left: 0;
  vertical-align: middle; }

.meeting-agenda .required-field .form-inline .PickupDate .input-group-content i {
  cursor: pointer; }

.meeting-agenda .required-field .form-inline .PickupDate input[type="text"] {
  color: #777;
  width: 100%;
  margin-right: -1px; }

.meeting-agenda .required-field .form-inline .PickupDate .data-picker {
  display: table-cell; }

.meeting-agenda .required-field .input-group input {
  height: 35px;
  padding: 5px 10px 3px;
  vertical-align: middle; }

.meeting-agenda .required-field .file-upload input[type="file"] {
  width: auto;
  max-width: 300px;
  padding: 0;
  border: 0;
  background-color: transparent;
  outline: none; }

.meeting-agenda .required-field select {
  border: solid 1px #cccccc; }

.meeting-agenda .required-field span {
  color: #e30613; }

.meeting-agenda .required-field .timepicker {
  display: table;
  margin-left: 10px; }

@media (max-width: 1019px) {
  .meeting-agenda .required-field .timepicker {
    margin-left: 0; } }

.meeting-agenda .required-field .timepicker .input-group-addon {
  display: table-cell;
  width: auto;
  padding: 6px 10px;
  text-align: center;
  cursor: pointer;
  vertical-align: middle; }

.meeting-agenda .required-field .timepicker .input-group-addon i {
  font-size: 17px;
  color: #e9b61a; }

.meeting-agenda .required-field .timepicker input[type="text"] {
  display: table-cell;
  width: 100%;
  color: #777;
  vertical-align: middle; }

.meeting-agenda .required-field .timepicker input[type="text"][readonly] {
  cursor: pointer;
  background: #FFFFFF; }

.meeting-agenda .required-field .cancelled-checkbox {
  display: table; }

.meeting-agenda .required-field .cancelled-checkbox input[type="checkbox"] {
  display: table-cell;
  width: 17px;
  height: 17px;
  margin-top: 0;
  vertical-align: middle;
  outline: none; }

.meeting-agenda .required-field .cancelled-checkbox .cancelled-text {
  display: table-cell;
  width: auto;
  padding-top: 1px;
  padding-left: 5px;
  color: #313430;
  vertical-align: middle; }

.meeting-agenda .form-submit-btn {
  display: block;
  text-align: center; }

.meeting-agenda .form-submit-btn .btn-submit {
  display: inline-block;
  width: auto;
  padding: 8px 25px; }

.meeting-agenda .error-message, .meeting-agenda .required-field-message {
  display: inline-block;
  width: 100%;
  color: #e30613; }

.meeting-agenda .error-message {
  display: none; }

.user-account {
  display: inline-block;
  width: 100%;
  padding-bottom: 30px; }

.user-account .account-content {
  display: inline-block;
  width: auto; }

.user-account a {
  display: none;
  visibility: hidden;
  text-align: center;
  text-decoration: none;
  margin-top: 15px;
  float: left; }

.user-content {
  display: none;
  visibility: hidden; }

.login-container {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 100px;
  margin-top: 50px; }

.login-container .login-content {
  display: inline-block;
  width: auto;
  max-width: 400px;
  padding: 30px;
  margin: 0 auto;
  text-align: left;
  background-color: #FFFFFF;
  border: solid 1px #cccccc; }

.login-container .login-content .login-content-item {
  display: inline-block;
  width: 100%; }

.login-container .login-content .login-content-item input[type="text"], .login-container .login-content .login-content-item input[type="password"] {
  width: 100%;
  background-color: transparent; }

.login-container .login-content .login-content-item h2 {
  margin-top: 0; }

.login-container .login-content .login-content-item h4 {
  margin-top: 15px; }

.login-container .login-content .login-content-item p {
  margin-bottom: 5px; }

.login-container .login-content .login-content-item .btn-login {
  display: inline-block;
  margin: 0 auto;
  margin-top: 25px;
  padding: 7px 25px; }

.login-container .login-content .login-content-item .required-field {
  color: #e30613; }

.bg-blue {
  background-color: #4e99b9; }

.action-module-group-v2 {
  max-width: 1306px;
  margin: 0 auto; }

.action-module-group-v2.one-column-layout {
  padding: 15px; }

@media (max-width: 600px) {
  .action-module-group-v2.one-column-layout {
    padding: 0; } }

.action-module-group-v2 h1 {
  margin-top: 20px;
  display: inline-block;
  width: 100%; }

.action-module-group-v2 ul {
  position: relative;
  display: block;
  list-style: none;
  padding: 0; }

.action-module-v2-block {
  position: relative;
  margin-bottom: 20px; }

.action-module-group-v2 ul li {
  display: block;
  float: left;
  margin: 0;
  padding-left: 5px;
  padding-right: 5px; }

@media (max-width: 600px) {
  .action-module-group-v2 ul {
    padding-left: 25px;
    padding-right: 25px; }
  .action-module-group-v2.two-column-layout ul {
    padding-left: 10px;
    padding-right: 10px; }
  .action-module-group-v2.three-column-layout ul {
    padding-left: 10px;
    padding-right: 10px; } }

.action-module-group-v2 ul li a.action-module-bg {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center center; }

.action-module-group-v2 ul li a.action-module-bg:hover {
  opacity: 0.8; }

.action-module-group-v2 ul li a.text-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-weight: bold;
  color: white;
  text-decoration: none;
  text-align: center;
  /*padding: 16px 0;*/
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

.action-module-group-v2 ul li a.text-overlay span {
  white-space: normal;
  display: inline-block;
  vertical-align: middle; }

@media (max-width: 600px) {
  .action-module-v2-list-item {
    width: 100%; }
  .action-module-row-small .action-module-v2-list-item {
    width: 50%; } }
