<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
FS Base Theme - Main Styles
*/
.vertical-align-wrap {
  width: 100%;
  height: 100%;
  display: table; }

.vertical-align {
  display: table-cell;
  vertical-align: middle; }

.vertical-align-bottom {
  display: table-cell;
  vertical-align: bottom; }

.force-full-width-wrapper {
  position: relative; }

.force-full-width {
  position: absolute;
  left: -100%;
  min-height: 100%;
  right: -100%;
  z-index: -1; }

/*

WP-Bootstrap

*/
/* wp-specific classes */
/*

WP-Bootstrap

*/
/* wp-specific classes */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
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: none;
  text-decoration: underline;
  text-decoration: underline 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 {
  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;
  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 {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-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; }
  .navbar {
    display: none; }
  .btn &gt; .caret,
  .dropup &gt; .btn &gt; .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; } }

@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: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.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-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub: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: rgba(0, 0, 0, 0); }

body {
  font-family: "Libre Franklin";
  font-size: 14px;
  line-height: 1.428571429;
  color: #656565;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    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: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  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: 400;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  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: 10px;
  margin-bottom: 10px; }
  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: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3; }

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

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  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 &gt; li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " "; }

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

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  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.428571429;
    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;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0; }
  .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: 20px;
  font-style: normal;
  line-height: 1.428571429; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container:before, .container:after {
    display: table;
    content: " "; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px;
      max-width: unset; } }
  @media (min-width: 992px) {
    .container {
      width: 970px;
      max-width: unset; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px;
    max-width: unset; } }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: " "; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-right: -15px;
  margin-left: -15px; }
  .row:before, .row:after {
    display: table;
    content: " "; }
  .row:after {
    clear: both; }

.row-no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.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-right: 15px;
  padding-left: 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.3333333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .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.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .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.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }
  table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none; }
  table td[class*="col-"],
  table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table &gt; thead &gt; tr &gt; th,
  .table &gt; thead &gt; tr &gt; td,
  .table &gt; tbody &gt; tr &gt; th,
  .table &gt; tbody &gt; tr &gt; td,
  .table &gt; tfoot &gt; tr &gt; th,
  .table &gt; tfoot &gt; tr &gt; td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table &gt; thead &gt; tr &gt; th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table &gt; caption + thead &gt; tr:first-child &gt; th,
  .table &gt; caption + thead &gt; tr:first-child &gt; td,
  .table &gt; colgroup + thead &gt; tr:first-child &gt; th,
  .table &gt; colgroup + thead &gt; tr:first-child &gt; td,
  .table &gt; thead:first-child &gt; tr:first-child &gt; th,
  .table &gt; thead:first-child &gt; tr:first-child &gt; td {
    border-top: 0; }
  .table &gt; tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed &gt; thead &gt; tr &gt; th,
.table-condensed &gt; thead &gt; tr &gt; td,
.table-condensed &gt; tbody &gt; tr &gt; th,
.table-condensed &gt; tbody &gt; tr &gt; td,
.table-condensed &gt; tfoot &gt; tr &gt; th,
.table-condensed &gt; tfoot &gt; tr &gt; td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered &gt; thead &gt; tr &gt; th,
  .table-bordered &gt; thead &gt; tr &gt; td,
  .table-bordered &gt; tbody &gt; tr &gt; th,
  .table-bordered &gt; tbody &gt; tr &gt; td,
  .table-bordered &gt; tfoot &gt; tr &gt; th,
  .table-bordered &gt; tfoot &gt; tr &gt; td {
    border: 1px solid #ddd; }
  .table-bordered &gt; thead &gt; tr &gt; th,
  .table-bordered &gt; thead &gt; tr &gt; td {
    border-bottom-width: 2px; }

.table-striped &gt; tbody &gt; tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover &gt; tbody &gt; tr:hover {
  background-color: #f5f5f5; }

.table &gt; thead &gt; tr &gt; td.active,
.table &gt; thead &gt; tr &gt; th.active,
.table &gt; thead &gt; tr.active &gt; td,
.table &gt; thead &gt; tr.active &gt; th,
.table &gt; tbody &gt; tr &gt; td.active,
.table &gt; tbody &gt; tr &gt; th.active,
.table &gt; tbody &gt; tr.active &gt; td,
.table &gt; tbody &gt; tr.active &gt; th,
.table &gt; tfoot &gt; tr &gt; td.active,
.table &gt; tfoot &gt; tr &gt; th.active,
.table &gt; tfoot &gt; tr.active &gt; td,
.table &gt; tfoot &gt; tr.active &gt; th {
  background-color: #f5f5f5; }

.table-hover &gt; tbody &gt; tr &gt; td.active:hover,
.table-hover &gt; tbody &gt; tr &gt; th.active:hover,
.table-hover &gt; tbody &gt; tr.active:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .active,
.table-hover &gt; tbody &gt; tr.active:hover &gt; th {
  background-color: #e8e8e8; }

.table &gt; thead &gt; tr &gt; td.success,
.table &gt; thead &gt; tr &gt; th.success,
.table &gt; thead &gt; tr.success &gt; td,
.table &gt; thead &gt; tr.success &gt; th,
.table &gt; tbody &gt; tr &gt; td.success,
.table &gt; tbody &gt; tr &gt; th.success,
.table &gt; tbody &gt; tr.success &gt; td,
.table &gt; tbody &gt; tr.success &gt; th,
.table &gt; tfoot &gt; tr &gt; td.success,
.table &gt; tfoot &gt; tr &gt; th.success,
.table &gt; tfoot &gt; tr.success &gt; td,
.table &gt; tfoot &gt; tr.success &gt; th {
  background-color: #dff0d8; }

.table-hover &gt; tbody &gt; tr &gt; td.success:hover,
.table-hover &gt; tbody &gt; tr &gt; th.success:hover,
.table-hover &gt; tbody &gt; tr.success:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .success,
.table-hover &gt; tbody &gt; tr.success:hover &gt; th {
  background-color: #d0e9c6; }

.table &gt; thead &gt; tr &gt; td.info,
.table &gt; thead &gt; tr &gt; th.info,
.table &gt; thead &gt; tr.info &gt; td,
.table &gt; thead &gt; tr.info &gt; th,
.table &gt; tbody &gt; tr &gt; td.info,
.table &gt; tbody &gt; tr &gt; th.info,
.table &gt; tbody &gt; tr.info &gt; td,
.table &gt; tbody &gt; tr.info &gt; th,
.table &gt; tfoot &gt; tr &gt; td.info,
.table &gt; tfoot &gt; tr &gt; th.info,
.table &gt; tfoot &gt; tr.info &gt; td,
.table &gt; tfoot &gt; tr.info &gt; th {
  background-color: #d9edf7; }

.table-hover &gt; tbody &gt; tr &gt; td.info:hover,
.table-hover &gt; tbody &gt; tr &gt; th.info:hover,
.table-hover &gt; tbody &gt; tr.info:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .info,
.table-hover &gt; tbody &gt; tr.info:hover &gt; th {
  background-color: #c4e3f3; }

.table &gt; thead &gt; tr &gt; td.warning,
.table &gt; thead &gt; tr &gt; th.warning,
.table &gt; thead &gt; tr.warning &gt; td,
.table &gt; thead &gt; tr.warning &gt; th,
.table &gt; tbody &gt; tr &gt; td.warning,
.table &gt; tbody &gt; tr &gt; th.warning,
.table &gt; tbody &gt; tr.warning &gt; td,
.table &gt; tbody &gt; tr.warning &gt; th,
.table &gt; tfoot &gt; tr &gt; td.warning,
.table &gt; tfoot &gt; tr &gt; th.warning,
.table &gt; tfoot &gt; tr.warning &gt; td,
.table &gt; tfoot &gt; tr.warning &gt; th {
  background-color: #fcf8e3; }

.table-hover &gt; tbody &gt; tr &gt; td.warning:hover,
.table-hover &gt; tbody &gt; tr &gt; th.warning:hover,
.table-hover &gt; tbody &gt; tr.warning:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .warning,
.table-hover &gt; tbody &gt; tr.warning:hover &gt; th {
  background-color: #faf2cc; }

.table &gt; thead &gt; tr &gt; td.danger,
.table &gt; thead &gt; tr &gt; th.danger,
.table &gt; thead &gt; tr.danger &gt; td,
.table &gt; thead &gt; tr.danger &gt; th,
.table &gt; tbody &gt; tr &gt; td.danger,
.table &gt; tbody &gt; tr &gt; th.danger,
.table &gt; tbody &gt; tr.danger &gt; td,
.table &gt; tbody &gt; tr.danger &gt; th,
.table &gt; tfoot &gt; tr &gt; td.danger,
.table &gt; tfoot &gt; tr &gt; th.danger,
.table &gt; tfoot &gt; tr.danger &gt; td,
.table &gt; tfoot &gt; tr.danger &gt; th {
  background-color: #f2dede; }

.table-hover &gt; tbody &gt; tr &gt; td.danger:hover,
.table-hover &gt; tbody &gt; tr &gt; th.danger:hover,
.table-hover &gt; tbody &gt; tr.danger:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .danger,
.table-hover &gt; tbody &gt; tr.danger:hover &gt; th {
  background-color: #ebcccc; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive &gt; .table {
        margin-bottom: 0; }
        .table-responsive &gt; .table &gt; thead &gt; tr &gt; th,
        .table-responsive &gt; .table &gt; thead &gt; tr &gt; td,
        .table-responsive &gt; .table &gt; tbody &gt; tr &gt; th,
        .table-responsive &gt; .table &gt; tbody &gt; tr &gt; td,
        .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; th,
        .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; td {
          white-space: nowrap; }
      .table-responsive &gt; .table-bordered {
        border: 0; }
        .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
        .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
        .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
        .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
        .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
        .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
          border-left: 0; }
        .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
        .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
        .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
        .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
        .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
        .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
          border-right: 0; }
        .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
        .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
        .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
        .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td {
          border-bottom: 0; } }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }
  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; }

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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm &gt; input.form-control[type="date"],
  .input-group-sm &gt; input.input-group-addon[type="date"],
  .input-group-sm &gt; .input-group-btn &gt; input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm &gt; input.form-control[type="time"],
  .input-group-sm &gt; input.input-group-addon[type="time"],
  .input-group-sm &gt; .input-group-btn &gt; input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm &gt; input.form-control[type="datetime-local"],
  .input-group-sm &gt; input.input-group-addon[type="datetime-local"],
  .input-group-sm &gt; .input-group-btn &gt; input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm &gt; input.form-control[type="month"],
  .input-group-sm &gt; input.input-group-addon[type="month"],
  .input-group-sm &gt; .input-group-btn &gt; input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg &gt; input.form-control[type="date"],
  .input-group-lg &gt; input.input-group-addon[type="date"],
  .input-group-lg &gt; .input-group-btn &gt; input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg &gt; input.form-control[type="time"],
  .input-group-lg &gt; input.input-group-addon[type="time"],
  .input-group-lg &gt; .input-group-btn &gt; input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg &gt; input.form-control[type="datetime-local"],
  .input-group-lg &gt; input.input-group-addon[type="datetime-local"],
  .input-group-lg &gt; .input-group-btn &gt; input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg &gt; input.form-control[type="month"],
  .input-group-lg &gt; input.input-group-addon[type="month"],
  .input-group-lg &gt; .input-group-btn &gt; input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio.disabled label,
  fieldset[disabled] .radio label,
  .checkbox.disabled label,
  fieldset[disabled]
  .checkbox label {
    cursor: not-allowed; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }
  .radio-inline.disabled,
  fieldset[disabled] .radio-inline,
  .checkbox-inline.disabled,
  fieldset[disabled]
  .checkbox-inline {
    cursor: not-allowed; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .input-group-lg &gt; .form-control-static.form-control,
  .input-group-lg &gt; .form-control-static.input-group-addon,
  .input-group-lg &gt; .input-group-btn &gt; .form-control-static.btn, .form-control-static.input-sm, .input-group-sm &gt; .form-control-static.form-control,
  .input-group-sm &gt; .form-control-static.input-group-addon,
  .input-group-sm &gt; .input-group-btn &gt; .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.input-sm, .input-group-sm &gt; .form-control,
.input-group-sm &gt; .input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm &gt; select.form-control,
.input-group-sm &gt; select.input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm &gt; textarea.form-control,
.input-group-sm &gt; textarea.input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; textarea.btn,
select[multiple].input-sm,
.input-group-sm &gt; select.form-control[multiple],
.input-group-sm &gt; select.input-group-addon[multiple],
.input-group-sm &gt; .input-group-btn &gt; select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg &gt; .form-control,
.input-group-lg &gt; .input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg, .input-group-lg &gt; select.form-control,
.input-group-lg &gt; select.input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg &gt; textarea.form-control,
.input-group-lg &gt; textarea.input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; textarea.btn,
select[multiple].input-lg,
.input-group-lg &gt; select.form-control[multiple],
.input-group-lg &gt; select.input-group-addon[multiple],
.input-group-lg &gt; .input-group-btn &gt; select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg &gt; .form-control + .form-control-feedback, .input-group-lg &gt; .input-group-addon + .form-control-feedback, .input-group-lg &gt; .input-group-btn &gt; .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm &gt; .form-control + .form-control-feedback, .input-group-sm &gt; .input-group-addon + .form-control-feedback, .input-group-sm &gt; .input-group-btn &gt; .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.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;
  background-color: #dff0d8;
  border-color: #3c763d; }

.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;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

.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;
  background-color: #f2dede;
  border-color: #a94442; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a5a5a5; }

@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 &gt; .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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " "; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }



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; }
  .collapse.in {
    display: block; }

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 dashed;
  border-top: 4px solid \9;
  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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  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); }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu &gt; li &gt; a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }
    .dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a:focus {
      color: #262626;
      text-decoration: none;
      background-color: #f5f5f5; }

.dropdown-menu &gt; .active &gt; a, .dropdown-menu &gt; .active &gt; a:hover, .dropdown-menu &gt; .active &gt; a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0; }

.dropdown-menu &gt; .disabled &gt; a, .dropdown-menu &gt; .disabled &gt; a:hover, .dropdown-menu &gt; .disabled &gt; a:focus {
  color: #777777; }

.dropdown-menu &gt; .disabled &gt; a:hover, .dropdown-menu &gt; .disabled &gt; a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.open &gt; .dropdown-menu {
  display: block; }

.open &gt; a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right &gt; .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9; }

.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 &gt; .btn,
  .btn-group-vertical &gt; .btn {
    position: relative;
    float: left; }
    .btn-group &gt; .btn:hover, .btn-group &gt; .btn:focus, .btn-group &gt; .btn:active, .btn-group &gt; .btn.active,
    .btn-group-vertical &gt; .btn:hover,
    .btn-group-vertical &gt; .btn:focus,
    .btn-group-vertical &gt; .btn:active,
    .btn-group-vertical &gt; .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 {
    display: table;
    content: " "; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar &gt; .btn,
  .btn-toolbar &gt; .btn-group,
  .btn-toolbar &gt; .input-group {
    margin-left: 5px; }

.btn-group &gt; .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group &gt; .btn:first-child {
  margin-left: 0; }
  .btn-group &gt; .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.btn-group &gt; .btn:last-child:not(:first-child),
.btn-group &gt; .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group &gt; .btn-group {
  float: left; }

.btn-group &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0; }

.btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
.btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group &gt; .btn-group:last-child:not(:first-child) &gt; .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group &gt; .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group &gt; .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group &gt; .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 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 &gt; .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg &gt; .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical &gt; .btn,
.btn-group-vertical &gt; .btn-group,
.btn-group-vertical &gt; .btn-group &gt; .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical &gt; .btn-group:before, .btn-group-vertical &gt; .btn-group:after {
  display: table;
  content: " "; }

.btn-group-vertical &gt; .btn-group:after {
  clear: both; }

.btn-group-vertical &gt; .btn-group &gt; .btn {
  float: none; }

.btn-group-vertical &gt; .btn + .btn,
.btn-group-vertical &gt; .btn + .btn-group,
.btn-group-vertical &gt; .btn-group + .btn,
.btn-group-vertical &gt; .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical &gt; .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical &gt; .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical &gt; .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0; }

.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical &gt; .btn-group:last-child:not(:first-child) &gt; .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified &gt; .btn,
  .btn-group-justified &gt; .btn-group {
    display: table-cell;
    float: none;
    width: 1%; }
  .btn-group-justified &gt; .btn-group .btn {
    width: 100%; }
  .btn-group-justified &gt; .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] &gt; .btn input[type="radio"],
[data-toggle="buttons"] &gt; .btn input[type="checkbox"],
[data-toggle="buttons"] &gt; .btn-group &gt; .btn input[type="radio"],
[data-toggle="buttons"] &gt; .btn-group &gt; .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-right: 0;
    padding-left: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.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: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm &gt; .input-group-addon,
  .input-group-sm &gt; .input-group-btn &gt; .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg &gt; .input-group-addon,
  .input-group-lg &gt; .input-group-btn &gt; .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .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 &gt; .btn,
.input-group-btn:first-child &gt; .btn-group &gt; .btn,
.input-group-btn:first-child &gt; .dropdown-toggle,
.input-group-btn:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child &gt; .btn-group:not(:last-child) &gt; .btn {
  border-top-right-radius: 0;
  border-bottom-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 &gt; .btn,
.input-group-btn:last-child &gt; .btn-group &gt; .btn,
.input-group-btn:last-child &gt; .dropdown-toggle,
.input-group-btn:first-child &gt; .btn:not(:first-child),
.input-group-btn:first-child &gt; .btn-group:not(:first-child) &gt; .btn {
  border-top-left-radius: 0;
  border-bottom-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 &gt; .btn {
    position: relative; }
    .input-group-btn &gt; .btn + .btn {
      margin-left: -1px; }
    .input-group-btn &gt; .btn:hover, .input-group-btn &gt; .btn:focus, .input-group-btn &gt; .btn:active {
      z-index: 2; }
  .input-group-btn:first-child &gt; .btn,
  .input-group-btn:first-child &gt; .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child &gt; .btn,
  .input-group-btn:last-child &gt; .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .nav:before, .nav:after {
    display: table;
    content: " "; }
  .nav:after {
    clear: both; }
  .nav &gt; li {
    position: relative;
    display: block; }
    .nav &gt; li &gt; a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav &gt; li.disabled &gt; a {
      color: #777777; }
      .nav &gt; li.disabled &gt; a:hover, .nav &gt; li.disabled &gt; a:focus {
        color: #777777;
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent; }
  .nav .open &gt; a, .nav .open &gt; a:hover, .nav .open &gt; a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav &gt; li &gt; a &gt; img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs &gt; li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs &gt; li &gt; a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs &gt; li &gt; a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {
      color: #555555;
      cursor: default;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent; }

.nav-pills &gt; li {
  float: left; }
  .nav-pills &gt; li &gt; a {
    border-radius: 4px; }
  .nav-pills &gt; li + li {
    margin-left: 2px; }
  .nav-pills &gt; li.active &gt; a, .nav-pills &gt; li.active &gt; a:hover, .nav-pills &gt; li.active &gt; a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked &gt; li {
  float: none; }
  .nav-stacked &gt; li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified &gt; li, .nav-tabs.nav-justified &gt; li {
    float: none; }
    .nav-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
      margin-bottom: 5px;
      text-align: center; }
  .nav-justified &gt; .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified &gt; li, .nav-tabs.nav-justified &gt; li {
      display: table-cell;
      width: 1%; }
      .nav-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified &gt; .active &gt; a, .nav-tabs.nav-justified &gt; .active &gt; a,
  .nav-tabs-justified &gt; .active &gt; a:hover,
  .nav-tabs.nav-justified &gt; .active &gt; a:hover,
  .nav-tabs-justified &gt; .active &gt; a:focus,
  .nav-tabs.nav-justified &gt; .active &gt; a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified &gt; .active &gt; a, .nav-tabs.nav-justified &gt; .active &gt; a,
    .nav-tabs-justified &gt; .active &gt; a:hover,
    .nav-tabs.nav-justified &gt; .active &gt; a:hover,
    .nav-tabs-justified &gt; .active &gt; a:focus,
    .nav-tabs.nav-justified &gt; .active &gt; a:focus {
      border-bottom-color: #fff; } }

.tab-content &gt; .tab-pane {
  display: none; }

.tab-content &gt; .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    display: table;
    content: " "; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " "; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  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 {
    display: table;
    content: " "; }
  .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;
        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-right: 0;
        padding-left: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  .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; } }
  @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; }

.container &gt; .navbar-header,
.container &gt; .navbar-collapse,
.container-fluid &gt; .navbar-header,
.container-fluid &gt; .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container &gt; .navbar-header,
    .container &gt; .navbar-collapse,
    .container-fluid &gt; .navbar-header,
    .container-fluid &gt; .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-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand &gt; img {
    display: block; }
  @media (min-width: 768px) {
    .navbar &gt; .container .navbar-brand,
    .navbar &gt; .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .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: 7.5px -15px; }
  .navbar-nav &gt; li &gt; a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @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 &gt; li &gt; a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu &gt; li &gt; a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav &gt; li {
        float: left; }
        .navbar-nav &gt; li &gt; a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -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: 8px;
  margin-bottom: 8px; }
  @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 &gt; .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;
      padding-top: 0;
      padding-bottom: 0;
      margin-right: 0;
      margin-left: 0;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav &gt; li &gt; .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav &gt; li &gt; .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm &gt; .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs &gt; .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-right: 15px;
      margin-left: 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: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5d5d;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav &gt; li &gt; a {
    color: #777; }
    .navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:hover, .navbar-default .navbar-nav &gt; .active &gt; a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav &gt; .disabled &gt; a, .navbar-default .navbar-nav &gt; .disabled &gt; a:hover, .navbar-default .navbar-nav &gt; .disabled &gt; a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus {
    color: #555;
    background-color: #e7e7e7; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a, .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a, .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .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: #090808; }
  .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 &gt; li &gt; a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav &gt; li &gt; a:hover, .navbar-inverse .navbar-nav &gt; li &gt; a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav &gt; .active &gt; a, .navbar-inverse .navbar-nav &gt; .active &gt; a:hover, .navbar-inverse .navbar-nav &gt; .active &gt; a:focus {
    color: #fff;
    background-color: #090808; }
  .navbar-inverse .navbar-nav &gt; .disabled &gt; a, .navbar-inverse .navbar-nav &gt; .disabled &gt; a:hover, .navbar-inverse .navbar-nav &gt; .disabled &gt; a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-nav &gt; .open &gt; a, .navbar-inverse .navbar-nav &gt; .open &gt; a:hover, .navbar-inverse .navbar-nav &gt; .open &gt; a:focus {
    color: #fff;
    background-color: #090808; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .dropdown-header {
      border-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
      color: #fff;
      background-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; 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-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: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb &gt; li {
    display: inline-block; }
    .breadcrumb &gt; li + li:before {
      padding: 0 5px;
      color: #ccc;
      content: "/&nbsp;"; }
  .breadcrumb &gt; .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination &gt; li {
    display: inline; }
    .pagination &gt; li &gt; a,
    .pagination &gt; li &gt; span {
      position: relative;
      float: left;
      padding: 6px 12px;
      margin-left: -1px;
      line-height: 1.428571429;
      color: #337ab7;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ddd; }
      .pagination &gt; li &gt; a:hover, .pagination &gt; li &gt; a:focus,
      .pagination &gt; li &gt; span:hover,
      .pagination &gt; li &gt; span:focus {
        z-index: 2;
        color: #23527c;
        background-color: #eeeeee;
        border-color: #ddd; }
    .pagination &gt; li:first-child &gt; a,
    .pagination &gt; li:first-child &gt; span {
      margin-left: 0;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .pagination &gt; li:last-child &gt; a,
    .pagination &gt; li:last-child &gt; span {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
  .pagination &gt; .active &gt; a, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; a:focus,
  .pagination &gt; .active &gt; span,
  .pagination &gt; .active &gt; span:hover,
  .pagination &gt; .active &gt; span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7; }
  .pagination &gt; .disabled &gt; span,
  .pagination &gt; .disabled &gt; span:hover,
  .pagination &gt; .disabled &gt; span:focus,
  .pagination &gt; .disabled &gt; a,
  .pagination &gt; .disabled &gt; a:hover,
  .pagination &gt; .disabled &gt; a:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }

.pagination-lg &gt; li &gt; a,
.pagination-lg &gt; li &gt; span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.pagination-lg &gt; li:first-child &gt; a,
.pagination-lg &gt; li:first-child &gt; span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg &gt; li:last-child &gt; a,
.pagination-lg &gt; li:last-child &gt; span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm &gt; li &gt; a,
.pagination-sm &gt; li &gt; span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm &gt; li:first-child &gt; a,
.pagination-sm &gt; li:first-child &gt; span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm &gt; li:last-child &gt; a,
.pagination-sm &gt; li:last-child &gt; span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }
  .pager:before, .pager:after {
    display: table;
    content: " "; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li &gt; a,
    .pager li &gt; span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li &gt; a:hover,
    .pager li &gt; a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next &gt; a,
  .pager .next &gt; span {
    float: right; }
  .pager .previous &gt; a,
  .pager .previous &gt; span {
    float: left; }
  .pager .disabled &gt; a,
  .pager .disabled &gt; a:hover,
  .pager .disabled &gt; a:focus,
  .pager .disabled &gt; span {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  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: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs &gt; .btn .badge,
  .btn-group-xs &gt; .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active &gt; .badge,
  .nav-pills &gt; .active &gt; a &gt; .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item &gt; .badge {
    float: right; }
  .list-group-item &gt; .badge + .badge {
    margin-right: 5px; }
  .nav-pills &gt; li &gt; a &gt; .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron &gt; hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail &gt; img,
  .thumbnail a &gt; img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #656565; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert &gt; p,
  .alert &gt; ul {
    margin-bottom: 0; }
  .alert &gt; 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 {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  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: -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: 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: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    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: -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: 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); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    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: -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: 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); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    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: -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: 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); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    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: -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: 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); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media &gt; .pull-right {
  padding-left: 10px; }

.media-left,
.media &gt; .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.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-left-radius: 4px;
    border-top-right-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #eeeeee; }
    .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: #337ab7;
    border-color: #337ab7; }
    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading &gt; small,
    .list-group-item.active .list-group-item-heading &gt; .small, .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading &gt; small,
    .list-group-item.active:hover .list-group-item-heading &gt; .small, .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading &gt; small,
    .list-group-item.active:focus .list-group-item-heading &gt; .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: #c7ddef; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.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,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.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,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.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,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.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,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.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,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.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,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.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,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.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: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -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 {
    display: table;
    content: " "; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
  .panel-heading &gt; .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title &gt; a,
  .panel-title &gt; small,
  .panel-title &gt; .small,
  .panel-title &gt; small &gt; a,
  .panel-title &gt; .small &gt; a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel &gt; .list-group,
.panel &gt; .panel-collapse &gt; .list-group {
  margin-bottom: 0; }
  .panel &gt; .list-group .list-group-item,
  .panel &gt; .panel-collapse &gt; .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel &gt; .list-group:first-child .list-group-item:first-child,
  .panel &gt; .panel-collapse &gt; .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .panel &gt; .list-group:last-child .list-group-item:last-child,
  .panel &gt; .panel-collapse &gt; .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel &gt; .panel-heading + .panel-collapse &gt; .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel &gt; .table,
.panel &gt; .table-responsive &gt; .table,
.panel &gt; .panel-collapse &gt; .table {
  margin-bottom: 0; }
  .panel &gt; .table caption,
  .panel &gt; .table-responsive &gt; .table caption,
  .panel &gt; .panel-collapse &gt; .table caption {
    padding-right: 15px;
    padding-left: 15px; }

.panel &gt; .table:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
  .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child,
  .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child,
  .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child,
  .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
    .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child,
    .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
    .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child,
    .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
    .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child,
    .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
    .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
    .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
    .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
    .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child,
    .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
    .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
    .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
    .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel &gt; .table:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child,
  .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child,
  .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child,
  .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
    .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
    .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
    .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
    .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child,
    .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
    .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
    .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
    .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
    .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
    .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
    .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child,
    .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
    .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
    .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
    .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel &gt; .panel-body + .table,
.panel &gt; .panel-body + .table-responsive,
.panel &gt; .table + .panel-body,
.panel &gt; .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel &gt; .table &gt; tbody:first-child &gt; tr:first-child th,
.panel &gt; .table &gt; tbody:first-child &gt; tr:first-child td {
  border-top: 0; }

.panel &gt; .table-bordered,
.panel &gt; .table-responsive &gt; .table-bordered {
  border: 0; }
  .panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
  .panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
  .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
  .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
  .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
  .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
    border-left: 0; }
  .panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
  .panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
  .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
  .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
  .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
  .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
    border-right: 0; }
  .panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td,
  .panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th,
  .panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td,
  .panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th {
    border-bottom: 0; }
  .panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
  .panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
  .panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
  .panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th {
    border-bottom: 0; }

.panel &gt; .table-responsive {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse &gt; .panel-body,
    .panel-group .panel-heading + .panel-collapse &gt; .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 &gt; .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
      border-top-color: #ddd; }
    .panel-default &gt; .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default &gt; .panel-footer + .panel-collapse &gt; .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary &gt; .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary &gt; .panel-heading + .panel-collapse &gt; .panel-body {
      border-top-color: #337ab7; }
    .panel-primary &gt; .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary &gt; .panel-footer + .panel-collapse &gt; .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success &gt; .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success &gt; .panel-heading + .panel-collapse &gt; .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success &gt; .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success &gt; .panel-footer + .panel-collapse &gt; .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info &gt; .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info &gt; .panel-heading + .panel-collapse &gt; .panel-body {
      border-top-color: #bce8f1; }
    .panel-info &gt; .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info &gt; .panel-footer + .panel-collapse &gt; .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning &gt; .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning &gt; .panel-heading + .panel-collapse &gt; .panel-body {
      border-top-color: #faebcc; }
    .panel-warning &gt; .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning &gt; .panel-footer + .panel-collapse &gt; .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger &gt; .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger &gt; .panel-heading + .panel-collapse &gt; .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger &gt; .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger &gt; .panel-footer + .panel-collapse &gt; .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -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: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -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;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0; }
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    display: table;
    content: " "; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    display: table;
    content: " "; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .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: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0; }
  .tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .tooltip.top {
    padding: 5px 0;
    margin-top: -3px; }
  .tooltip.right {
    padding: 0 5px;
    margin-left: 3px; }
  .tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px; }
  .tooltip.left {
    padding: 0 5px;
    margin-left: -3px; }
  .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 {
    right: 5px;
    bottom: 0;
    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; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }
  .popover &gt; .arrow {
    border-width: 11px; }
    .popover &gt; .arrow, .popover &gt; .arrow:after {
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid; }
    .popover &gt; .arrow:after {
      content: "";
      border-width: 10px; }
  .popover.top &gt; .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0; }
    .popover.top &gt; .arrow:after {
      bottom: 1px;
      margin-left: -10px;
      content: " ";
      border-top-color: #fff;
      border-bottom-width: 0; }
  .popover.right &gt; .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0; }
    .popover.right &gt; .arrow:after {
      bottom: -10px;
      left: 1px;
      content: " ";
      border-right-color: #fff;
      border-left-width: 0; }
  .popover.bottom &gt; .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
    .popover.bottom &gt; .arrow:after {
      top: 1px;
      margin-left: -10px;
      content: " ";
      border-top-width: 0;
      border-bottom-color: #fff; }
  .popover.left &gt; .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25); }
    .popover.left &gt; .arrow:after {
      right: 1px;
      bottom: -10px;
      content: " ";
      border-right-width: 0;
      border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner &gt; .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner &gt; .item &gt; img,
    .carousel-inner &gt; .item &gt; a &gt; img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner &gt; .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner &gt; .item.next, .carousel-inner &gt; .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner &gt; .item.prev, .carousel-inner &gt; .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner &gt; .item.next.left, .carousel-inner &gt; .item.prev.right, .carousel-inner &gt; .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner &gt; .active,
  .carousel-inner &gt; .next,
  .carousel-inner &gt; .prev {
    display: block; }
  .carousel-inner &gt; .active {
    left: 0; }
  .carousel-inner &gt; .next,
  .carousel-inner &gt; .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner &gt; .next {
    left: 100%; }
  .carousel-inner &gt; .prev {
    left: -100%; }
  .carousel-inner &gt; .next.left,
  .carousel-inner &gt; .prev.right {
    left: 0; }
  .carousel-inner &gt; .active.left {
    left: -100%; }
  .carousel-inner &gt; .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x; }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x; }
  .carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1; }
  .carousel-control .icon-prev:before {
    content: "\2039"; }
  .carousel-control .icon-next:before {
    content: "\203a"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

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

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-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 !important; }
  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: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

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

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

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

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

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

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  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; } }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../../../custom-fs-theme/bower_components/slick-carousel/slick/ajax-loader.gif") center center no-repeat; }

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .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: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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; }

.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,
.slick-slider .slick-list {
  -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-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .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 img {
    display: block; }
  .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-arrow.slick-hidden {
  display: none; }

/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.slick-prev,
.slick-next,
.slick-next:before,
.slick-prev:before,
body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-search-ico a:after,
.select-selected:before,
#ais-wrapper #algolia-search-box .ais-SearchBox-submit:after,
.search-shortcode .searchbox-submit:after,
.posts-feed .loader:before,
.stories-results .loader:before,
.wpb_text_column ul li:before,
.single-post .post_content ul li:before,
ul.square li:before,
.navbar-default .mobile-ico-nav .mobile_ico_navigation &gt; li.ico a:after,
.far,
.wpb_text_column ul li ul li:before,
.single-post .post_content ul li ul li:before,
ul.square li ul li:before,
.single .sd-social-icon .sd-content ul li.share-email a:before,
.single .sd-social-text .sd-content ul li.share-email a:before,
.single .sd-content ul li.share-email div.option.option-smart-off a:before,
.single .sd-social-icon-text .sd-content li.share-email a:before,
.single .sd-social-official .sd-content li.share-email a:before,
.fal,
.fad,
.fab,
.single .sd-social-icon .sd-content ul li.share-facebook a:before,
.single .sd-social-text .sd-content ul li.share-facebook a:before,
.single .sd-content ul li.share-facebook div.option.option-smart-off a:before,
.single .sd-social-icon-text .sd-content li.share-facebook a:before,
.single .sd-social-icon .sd-content ul li.share-twitter a:before,
.single .sd-social-text .sd-content ul li.share-twitter a:before,
.single .sd-content ul li.share-twitter div.option.option-smart-off a:before,
.single .sd-social-icon-text .sd-content li.share-twitter a:before,
.single .sd-social-icon .sd-content ul li.share-linkedin a:before,
.single .sd-social-text .sd-content ul li.share-linkedin a:before,
.single .sd-content ul li.share-linkedin div.option.option-smart-off a:before,
.single .sd-social-icon-text .sd-content li.share-linkedin a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.slick-prev, .slick-next, .slick-next:before, .slick-prev:before, body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-search-ico a:after, .select-selected:before, #ais-wrapper #algolia-search-box .ais-SearchBox-submit:after, .search-shortcode .searchbox-submit:after, .posts-feed .loader:before,
.stories-results .loader:before, .wpb_text_column ul li:before,
.single-post .post_content ul li:before,
ul.square li:before, .wpb_text_column ul li ul li:before,
.single-post .post_content ul li ul li:before,
ul.square li ul li:before, .single .sd-social-icon .sd-content ul li.share-facebook a:before, .single .sd-social-text .sd-content ul li.share-facebook a:before, .single .sd-content ul li.share-facebook div.option.option-smart-off a:before, .single .sd-social-icon-text .sd-content li.share-facebook a:before, .single .sd-social-icon .sd-content ul li.share-twitter a:before, .single .sd-social-text .sd-content ul li.share-twitter a:before, .single .sd-content ul li.share-twitter div.option.option-smart-off a:before, .single .sd-social-icon-text .sd-content li.share-twitter a:before, .single .sd-social-icon .sd-content ul li.share-linkedin a:before, .single .sd-social-text .sd-content ul li.share-linkedin a:before, .single .sd-content ul li.share-linkedin div.option.option-smart-off a:before, .single .sd-social-icon-text .sd-content li.share-linkedin a:before, .single .sd-social-icon .sd-content ul li.share-email a:before, .single .sd-social-text .sd-content ul li.share-email a:before, .single .sd-content ul li.share-email div.option.option-smart-off a:before, .single .sd-social-icon-text .sd-content li.share-email a:before, .single .sd-social-official .sd-content li.share-email a:before, .navbar-default .mobile-ico-nav .mobile_ico_navigation &gt; li.ico a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1; }

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.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 {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul &gt; li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.fa-pull-left.slick-prev,
.fa-pull-left.slick-next,
.fa-pull-left.slick-next:before,
.fa-pull-left.slick-prev:before,
body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-search-ico a.fa-pull-left:after,
.fa-pull-left.select-selected:before,
#ais-wrapper #algolia-search-box .fa-pull-left.ais-SearchBox-submit:after,
.search-shortcode .fa-pull-left.searchbox-submit:after,
.posts-feed .fa-pull-left.loader:before,
.stories-results .fa-pull-left.loader:before,
.wpb_text_column ul li.fa-pull-left:before,
.single-post .post_content ul li.fa-pull-left:before,
ul.square li.fa-pull-left:before,
.navbar-default .mobile-ico-nav .mobile_ico_navigation &gt; li.ico a.fa-pull-left:after,
.far.fa-pull-left,
.wpb_text_column ul li ul li.fa-pull-left:before,
.single-post .post_content ul li ul li.fa-pull-left:before,
ul.square li ul li.fa-pull-left:before,
.single .sd-social-icon .sd-content ul li.share-email a.fa-pull-left:before,
.single .sd-social-text .sd-content ul li.share-email a.fa-pull-left:before,
.single .sd-content ul li.share-email div.option.option-smart-off a.fa-pull-left:before,
.single .sd-social-icon-text .sd-content li.share-email a.fa-pull-left:before,
.single .sd-social-official .sd-content li.share-email a.fa-pull-left:before,
.fal.fa-pull-left,
.fab.fa-pull-left,
.single .sd-social-icon .sd-content ul li.share-facebook a.fa-pull-left:before,
.single .sd-social-text .sd-content ul li.share-facebook a.fa-pull-left:before,
.single .sd-content ul li.share-facebook div.option.option-smart-off a.fa-pull-left:before,
.single .sd-social-icon-text .sd-content li.share-facebook a.fa-pull-left:before,
.single .sd-social-icon .sd-content ul li.share-twitter a.fa-pull-left:before,
.single .sd-social-text .sd-content ul li.share-twitter a.fa-pull-left:before,
.single .sd-content ul li.share-twitter div.option.option-smart-off a.fa-pull-left:before,
.single .sd-social-icon-text .sd-content li.share-twitter a.fa-pull-left:before,
.single .sd-social-icon .sd-content ul li.share-linkedin a.fa-pull-left:before,
.single .sd-social-text .sd-content ul li.share-linkedin a.fa-pull-left:before,
.single .sd-content ul li.share-linkedin div.option.option-smart-off a.fa-pull-left:before,
.single .sd-social-icon-text .sd-content li.share-linkedin a.fa-pull-left:before {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.fa-pull-right.slick-prev,
.fa-pull-right.slick-next,
.fa-pull-right.slick-next:before,
.fa-pull-right.slick-prev:before,
body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-search-ico a.fa-pull-right:after,
.fa-pull-right.select-selected:before,
#ais-wrapper #algolia-search-box .fa-pull-right.ais-SearchBox-submit:after,
.search-shortcode .fa-pull-right.searchbox-submit:after,
.posts-feed .fa-pull-right.loader:before,
.stories-results .fa-pull-right.loader:before,
.wpb_text_column ul li.fa-pull-right:before,
.single-post .post_content ul li.fa-pull-right:before,
ul.square li.fa-pull-right:before,
.navbar-default .mobile-ico-nav .mobile_ico_navigation &gt; li.ico a.fa-pull-right:after,
.far.fa-pull-right,
.wpb_text_column ul li ul li.fa-pull-right:before,
.single-post .post_content ul li ul li.fa-pull-right:before,
ul.square li ul li.fa-pull-right:before,
.single .sd-social-icon .sd-content ul li.share-email a.fa-pull-right:before,
.single .sd-social-text .sd-content ul li.share-email a.fa-pull-right:before,
.single .sd-content ul li.share-email div.option.option-smart-off a.fa-pull-right:before,
.single .sd-social-icon-text .sd-content li.share-email a.fa-pull-right:before,
.single .sd-social-official .sd-content li.share-email a.fa-pull-right:before,
.fal.fa-pull-right,
.fab.fa-pull-right,
.single .sd-social-icon .sd-content ul li.share-facebook a.fa-pull-right:before,
.single .sd-social-text .sd-content ul li.share-facebook a.fa-pull-right:before,
.single .sd-content ul li.share-facebook div.option.option-smart-off a.fa-pull-right:before,
.single .sd-social-icon-text .sd-content li.share-facebook a.fa-pull-right:before,
.single .sd-social-icon .sd-content ul li.share-twitter a.fa-pull-right:before,
.single .sd-social-text .sd-content ul li.share-twitter a.fa-pull-right:before,
.single .sd-content ul li.share-twitter div.option.option-smart-off a.fa-pull-right:before,
.single .sd-social-icon-text .sd-content li.share-twitter a.fa-pull-right:before,
.single .sd-social-icon .sd-content ul li.share-linkedin a.fa-pull-right:before,
.single .sd-social-text .sd-content ul li.share-linkedin a.fa-pull-right:before,
.single .sd-content ul li.share-linkedin div.option.option-smart-off a.fa-pull-right:before,
.single .sd-social-icon-text .sd-content li.share-linkedin a.fa-pull-right:before {
  margin-left: .3em; }

.fa-spin, .posts-feed .loader:before,
.stories-results .loader:before {
  animation: fa-spin 2s infinite linear; }

.fa-pulse, #wrapper .gform_wrapper .ginput_container_select.loading .chosen-container-active.chosen-with-drop .chosen-single:after,
#wrapper .gform_wrapper .ginput_container_select.loading .chosen-container-single .chosen-single:after {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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,
:root .fa-flip-both {
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.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-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bacteria:before {
  content: "\e059"; }

.fa-bacterium:before {
  content: "\e05a"; }

.fa-bahai:before {
  content: "\f666"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-tissue:before {
  content: "\e05b"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caravan:before {
  content: "\f8ff"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-faucet:before {
  content: "\e005"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-medical:before {
  content: "\e05c"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-sparkles:before {
  content: "\e05d"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-wash:before {
  content: "\e05e"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt-slash:before {
  content: "\e05f"; }

.fa-handshake-slash:before {
  content: "\e060"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side-cough:before {
  content: "\e061"; }

.fa-head-side-cough-slash:before {
  content: "\e062"; }

.fa-head-side-mask:before {
  content: "\e063"; }

.fa-head-side-virus:before {
  content: "\e064"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-user:before {
  content: "\e065"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-house:before {
  content: "\e066"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\e067"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-arrows:before {
  content: "\e068"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-plane-slash:before {
  content: "\e069"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pump-medical:before {
  content: "\e06a"; }

.fa-pump-soap:before {
  content: "\e06b"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-virus:before {
  content: "\e06c"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sink:before {
  content: "\e06d"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\e06e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-stopwatch-20:before {
  content: "\e06f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\e070"; }

.fa-store-slash:before {
  content: "\e071"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-slash:before {
  content: "\e072"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\e041"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\e049"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-slash:before {
  content: "\e073"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-vest:before {
  content: "\e085"; }

.fa-vest-patches:before {
  content: "\e086"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-virus:before {
  content: "\e074"; }

.fa-virus-slash:before {
  content: "\e075"; }

.fa-viruses:before {
  content: "\e076"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/fa-solid-900.eot");
  src: url("/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/fa-solid-900.woff2") format("woff2"), url("/fa-solid-900.woff") format("woff"), url("/fa-solid-900.ttf") format("truetype"), url("/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas,
.slick-prev,
.slick-next,
.slick-next:before,
.slick-prev:before,
body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-search-ico a:after,
.select-selected:before,
#ais-wrapper #algolia-search-box .ais-SearchBox-submit:after,
.search-shortcode .searchbox-submit:after,
.posts-feed .loader:before,
.stories-results .loader:before,
.wpb_text_column ul li:before,
.single-post .post_content ul li:before,
ul.square li:before,
.navbar-default .mobile-ico-nav .mobile_ico_navigation &gt; li.ico a:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/fa-brands-400.eot");
  src: url("/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/fa-brands-400.woff2") format("woff2"), url("/fa-brands-400.woff") format("woff"), url("/fa-brands-400.ttf") format("truetype"), url("/fa-brands-400.svg#fontawesome") format("svg"); }


.fab,
.single .sd-social-icon .sd-content ul li.share-facebook a:before,
.single .sd-social-text .sd-content ul li.share-facebook a:before,
.single .sd-content ul li.share-facebook div.option.option-smart-off a:before,
.single .sd-social-icon-text .sd-content li.share-facebook a:before,
.single .sd-social-icon .sd-content ul li.share-twitter a:before,
.single .sd-social-text .sd-content ul li.share-twitter a:before,
.single .sd-content ul li.share-twitter div.option.option-smart-off a:before,
.single .sd-social-icon-text .sd-content li.share-twitter a:before,
.single .sd-social-icon .sd-content ul li.share-linkedin a:before,
.single .sd-social-text .sd-content ul li.share-linkedin a:before,
.single .sd-content ul li.share-linkedin div.option.option-smart-off a:before,
.single .sd-social-icon-text .sd-content li.share-linkedin a:before {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/fa-regular-400.eot");
  src: url("/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/fa-regular-400.woff2") format("woff2"), url("/fa-regular-400.woff") format("woff"), url("/fa-regular-400.ttf") format("truetype"), url("/fa-regular-400.svg#fontawesome") format("svg"); }


.far,
.wpb_text_column ul li ul li:before,
.single-post .post_content ul li ul li:before,
ul.square li ul li:before,
.single .sd-social-icon .sd-content ul li.share-email a:before,
.single .sd-social-text .sd-content ul li.share-email a:before,
.single .sd-content ul li.share-email div.option.option-smart-off a:before,
.single .sd-social-icon-text .sd-content li.share-email a:before,
.single .sd-social-official .sd-content li.share-email a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/*

WP-Bootstrap - Layout

*/
/* layout */
.navbar .brand {
  color: #000;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
  font-weight: bold !important; }

.nav-container {
  padding-left: 0;
  padding-right: 0; }

#inner-header {
  width: 100%; }

input, textarea, select, .uneditable-input {
  margin-bottom: 0; }

.navbar-search {
  padding-left: 0; }

#content {
  padding: 10px 0 0; }

.more-link {
  white-space: nowrap; }

.footer-links {
  float: right;
  margin-bottom: 18px; }

.footer-links .menu {
  list-style-type: none;
  margin-left: 0; }

.footer-links .menu li {
  float: left;
  margin-left: 10px; }

/*

WP-Bootstrap - Post Styles

*/
#main p.meta {
  font-style: italic;
  color: #808080; }

#main article {
  margin-bottom: 18px;
  padding: 0 0 9px; }

#main article footer {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  min-height: 20px; }

p.tags {
  line-height: 20px;
  font-size: 12px; }

p.tags a {
  border-bottom: none;
  color: #337ab7; }

p.tags a:hover, p.tags a:focus {
  border-bottom: none;
  color: #23527c;
  text-decoration: underline; }

div[id*='attachment_'] {
  max-width: 100%;
  height: 100%; }

#main .hero-unit img {
  margin-bottom: 1em; }

#main article img {
  height: auto;
  max-width: 100%; }

.aligncenter, div.aligncenter {
  margin: 5px auto 5px auto;
  display: block; }

.alignleft, div.alignleft {
  margin-bottom: 5px;
  margin-top: 5px;
  margin-right: 10px;
  float: left; }

.alignright, div.alignright {
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 10px;
  float: right; }

.alignnone, div.alignnone {
  margin-top: 5px;
  margin-bottom: 5px; }

.wp-caption-text {
  font-style: italic;
  color: #777; }

.archive #main .post h3 {
  line-height: 30px;
  margin-bottom: 10px; }

video {
  max-width: 100%;
  height: auto; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

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

.video-wrapper {
  width: 630px;
  max-width: 100%;
  margin-bottom: 18px; }

/*

WP-Bootstrap - Pages

*/
#featured-carousel .item {
  width: 970px;
  height: 600px; }

.carousel-caption p {
  display: none; }

.page-template-page-homepage-php #main article {
  border-bottom: none; }

.page-template-page-homepage-php .hero-unit,
.blog .hero-unit {
  padding: 1em; }

.hero-unit h1 {
  font-size: 3em; }

/*

WP-Bootstrap - Comments
test
*/
#comments {
  line-height: 24px;
  margin-bottom: 18px; }

ol.commentlist,
ol.commentlist ul.children {
  list-style-type: none;
  padding-left: 0; }

.comment .vcard &gt; div {
  margin-top: 8px;
  padding: 0 10px; }

ol.commentlist time {
  font-size: .8em;
  color: #eeeeee; }

ol.commentlist div.comment-author {
  position: relative; }

ol.commentlist a.comment-edit-link {
  color: #ffffff;
  text-decoration: none;
  padding-left: 5px; }

ol.commentlist span.edit-comment {
  position: absolute;
  right: 0;
  top: 8px; }

ol.commentlist li.bypostauthor {
  background-color: #dddddd; }

ol.commentlist ul.children li {
  background-color: #cccccc; }

ol.commentlist ul.children li ul.children li {
  background-color: #bbbbbb; }

ol.commentlist ul.children li ul.children li ul.children li {
  background-color: #aaaaaa; }

ol.commentlist article {
  border-bottom: none !important; }

a.comment-reply-link {
  position: absolute;
  right: 0;
  bottom: 0; }

#cancel-comment-reply-link {
  margin-left: 1em; }

#comment-nav ul {
  list-style-type: none;
  margin: 0; }

#comment-form-elements {
  list-style-type: none;
  margin: 0; }

.comment-form label {
  display: block; }

.comment-form-author textarea,
.comment-form-email textarea,
.comment-form-url textarea,
.comment-form-comment textarea {
  height: auto; }

.form-allowed-tags code {
  white-space: normal; }

.comment .vcard .avatar {
  padding-right: 0; }

.comment .vcard .comment-text {
  margin-left: 0; }

img.avatar {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-left: 1px solid #ddd; }

ol.commentlist li {
  padding-right: 10px;
  background-color: #F0F0F0; }

#pings {
  margin-bottom: 9px; }

ol.pinglist {
  list-style-type: none;
  margin: 0 0 9px 0; }

ol.commentlist #respond {
  padding: 5px 10px; }

/*

WP-Bootstrap - Image Attachments

*/
.attachment #main .post_content img {
  max-width: 100%; }

.ie8 #main .media-grid img {
  max-height: none !important;
  max-width: none !important; }

.attachment-img {
  margin-bottom: 18px; }

.metadata p.alert-message {
  margin-right: 0;
  margin-bottom: 18px; }

#gallery-nav {
  list-style-type: none;
  margin-left: 0; }

li.next a, li.previous a {
  position: relative; }

li.next a:hover:before {
  content: "\2190";
  position: absolute;
  display: block;
  top: 42%;
  left: 0;
  background-color: #BFBFBF;
  color: #444;
  width: 20px;
  height: 20px;
  padding-left: 5px;
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); }

li.previous a:hover:before {
  content: "\2192";
  position: absolute;
  display: block;
  top: 42%;
  right: 0;
  background-color: #BFBFBF;
  color: #444;
  width: 20px;
  height: 20px;
  padding-left: 5px;
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); }

/*

WP-Bootstrap - Widgets

*/
.widget {
  margin-bottom: 18px; }

.widgettitle {
  margin-bottom: 9px; }

#tag-cloud {
  margin-bottom: 18px;
  line-height: 160%; }

/* override standard link hover for the tag cloud widget */
#tag-cloud a:hover,
.tags a:hover {
  color: #ffffff;
  text-decoration: none; }

#tag-cloud a {
  white-space: pre;
  text-transform: uppercase; }

/* change default form padding for search */
.widget_search form {
  padding-left: 0; }

/* calendar widget */
#calendar_wrap {
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px; }

#wp-calendar {
  width: 100%; }

#wp-calendar caption {
  font-weight: bold;
  padding: 8px; }

#wp-calendar tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

#wp-calendar tr:last-child {
  border-bottom: none; }

#wp-calendar td {
  text-align: center;
  padding: 8px 0; }

blockquote.pull-left {
  padding-right: 15px; }

/*

WP-Bootstrap - Gallery

*/
.thumbnails {
  padding-left: 0;
  list-style-type: none; }

.gallery-item .thumbnail {
  display: inline-block;
  border-width: 0; }

.slick-slide {
  padding: 10px; }
  .slick-slide:active, .slick-slide:focus {
    outline: 0; }

.multiple-items.align-center {
  text-align: center; }

.multiple-items.align-center img {
  margin: 0 auto; }

.multiple-items.align-right {
  text-align: right; }

.multiple-items.align-right img {
  margin: 0 0 0 auto; }

.multiple-items a:focus {
  outline: 0; }

.slick-prev,
.slick-next {
  height: auto;
  width: auto;
  top: 50%; }
  .slick-prev:before,
  .slick-next:before {
    opacity: 1;
    display: block;
    color: #333333;
    font-size: 30px;
    transition: 0.25s opacity ease; }
  .slick-prev, .slick-prev:disabled:hover, .slick-next, .slick-next:disabled:hover {
    background-color: transparent !important; }
  .slick-prev:hover, .slick-next:hover {
    opacity: 0.8; }

.style2 .slick-dots li, .style2 .slick-dots li button {
  width: 20px;
  height: 20px; }

.style2 .slick-dots li button:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  padding: 2px; }

.style2 .slick-dots li.slick-active button:before {
  border: 3px solid #333;
  border-radius: 50%; }

.style1 .slick-dots li {
  width: 16px;
  height: 16px; }

.style1 .slick-dots li button {
  border: 1px solid transparent;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0; }

.style1 .slick-dots li.slick-active button {
  border: 1px solid #ccc; }

.style1 .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 15px;
  height: 15px;
  bottom: 0;
  right: 0;
  color: #333;
  font-family: "slick";
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: black;
  opacity: 0.5; }

.slick-dots {
  position: relative;
  bottom: initial;
  margin-top: 25px; }

.slick-next:before {
  content: "\f054"; }

.slick-prev:before {
  content: "\f053"; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.75; }

.slick-prev.slick-disabled:hover, .slick-next.slick-disabled:hover {
  background-color: transparent !important; }

@-webkit-keyframes bounce-arrow {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0px); } }

@-moz-keyframes bounce-arrow {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0px); } }

@keyframes bounce-arrow {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0px); } }

.arrow {
  background-repeat: no-repeat;
  background-position: center center;
  width: 22px;
  height: 32px;
  margin: 15px auto -20px auto;
  display: none;
  -webkit-animation: bounce-arrow 2s infinite ease-in-out;
  -moz-animation: bounce-arrow 2s infinite ease-in-out;
  -o-animation: bounce-arrow 2s infinite ease-in-out;
  animation: bounce-arrow 2s infinite ease-in-out; }

.rev_slider .tp-caption.arrow {
  display: none; }

@media (min-width: 768px) {
  .rev_slider .tp-caption.arrow {
    display: block; } }

ul,
ol {
  padding-left: 16px; }

.force-full-width {
  position: absolute;
  left: -100%;
  min-height: 100%;
  right: -100%;
  z-index: -1; }

.featured-full .container {
  height: 250px; }

.page-header {
  border-bottom: 1px solid #D8D8D8; }

.featured-full .page-header {
  border-bottom: none;
  margin: 0;
  padding-bottom: 0; }

.featured-full h2, .featured-full h1 {
  font-size: 32px;
  font-weight: normal;
  color: #fff;
  width: auto;
  margin-bottom: 0;
  margin-top: 0; }

.featured-full .page-header p {
  color: #fff;
  margin-top: 15px; }

.featured-header {
  text-align: left; }

.featured-header.center {
  text-align: center; }

.featured-header.right {
  text-align: right; }

.filter-menu {
  margin-bottom: 15px; }

@media (min-width: 768px) {
  #sidebar1, #main article.no-title {
    padding-top: 65px; } }

@media (min-width: 992px) {
  .lity-container {
    padding: 20px; } }

@media (min-width: 1024px) {
  .vc_section, .section {
    margin-top: 40px;
    margin-bottom: 40px; } }

@media (min-width: 768px) {
  .vc_section, .section {
    padding-top: 30px;
    padding-bottom: 30px; } }

@media (min-width: 768px) {
  .vc_section &gt; .col-has-fill, .section &gt; .col-has-fill {
    padding-top: 30px;
    margin-top: -30px;
    padding-bottom: 30px;
    margin-bottom: -30px; } }

@media (max-width: 767px) {
  .vc_hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .vc_hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .vc_hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .vc_hidden-lg {
    display: none !important; } }

.vc_section, .section {
  padding-top: 0px;
  padding-bottom: 0px; }

.section-xl {
  margin-top: 40px;
  margin-bottom: 40px; }

.section-xl.vc_section-has-fill {
  padding: 0;
  margin: 0; }

.section-xl.vc_section-has-fill &gt; div:first-child, .section-xl.vc_section-has-fill &gt; div:last-child {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px; }

.section-lg {
  margin-top: 30px;
  margin-bottom: 30px; }

.section-lg.vc_section-has-fill {
  padding: 0;
  margin: 0; }

.section-lg.vc_section-has-fill &gt; div:first-child {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 0; }

.section-lg.vc_section-has-fill &gt; div:last-child {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0;
  padding-bottom: 30px; }

.section-md {
  margin-top: 25px;
  margin-bottom: 25px; }

.section-pad-md {
  padding-top: 25px;
  padding-bottom: 25px; }

.section-md.vc_section-has-fill {
  padding: 0;
  margin: 0; }

.section-md.vc_section-has-fill &gt; div:first-child, .section-md.vc_section-has-fill &gt; div:last-child {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 25px; }

.section-sm {
  margin-top: 15px;
  margin-bottom: 15px; }

.section-sm.vc_section-has-fill {
  padding: 0;
  margin: 0; }

.section-sm.vc_section-has-fill &gt; div:first-child, .section-sm.vc_section-has-fill &gt; div:last-child {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px; }

.no-margin-xs, .no-vert-margin-xs {
  margin-top: 0;
  margin-bottom: 0; }

.no-padding-xs.section-sm,
.no-padding-xs.section-md,
.no-padding-xs.section-lg,
.no-padding-xs.section-xl,
.no-padding-xs.section-sm.vc_section-has-fill &gt; div:first-child,
.no-padding-xs.section-md.vc_section-has-fill &gt; div:first-child,
.no-padding-xs.section-lg.vc_section-has-fill &gt; div:first-child,
.no-padding-xs.section-xl.vc_section-has-fill &gt; div:first-child,
.no-padding-xs.section-sm.vc_section-has-fill &gt; div:last-child,
.no-padding-xs.section-md.vc_section-has-fill &gt; div:last-child,
.no-padding-xs.section-lg.vc_section-has-fill &gt; div:last-child,
.no-padding-xs.section-xl.vc_section-has-fill &gt; div:last-child {
  padding-top: 0;
  padding-bottom: 0; }

.no-padding.vc_section.vc_section-has-fill,
.no-padding.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
.no-padding.vc_section.vc_section-has-fill + .vc_section {
  padding-top: 0;
  padding-bottom: 0; }

@media (max-width: 767px) {
  .row [class^="col-"] {
    padding-top: 15px;
    padding-bottom: 15px; }
  .no-padding .row [class^="col-"] {
    padding-top: 0;
    padding-bottom: 0; }
  .row .col-sm-12 {
    padding-top: 0;
    padding-bottom: 0; } }

@media (min-width: 768px) {
  .no-margin-xs, .no-vert-margin-xs {
    margin-top: inherit;
    margin-bottom: inherit; }
  .no-padding-xs, .no-vert-padding-xs {
    margin-top: inherit;
    margin-bottom: inherit; } }

@media (min-width: 768px) {
  .section-xl {
    margin-top: 100px;
    margin-bottom: 100px; } }

@media (min-width: 1200px) {
  .section-xl {
    margin-top: 110px;
    margin-bottom: 110px; }
  .section-xl.vc_section-has-fill &gt; div:first-child, .section-xl.vc_section-has-fill &gt; div:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 110px;
    padding-bottom: 110px; }
  .section-lg {
    margin-top: 76px;
    margin-bottom: 76px; }
  .section-lg.vc_section-has-fill &gt; div:first-child,
  .section-lg.vc_section-has-fill &gt; div:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 76px;
    padding-bottom: 0; }
  .section-lg.vc_section-has-fill &gt; div:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0;
    padding-bottom: 76px; }
  .section-md {
    margin-top: 40px;
    margin-bottom: 40px; }
  .section-pad-md {
    padding-top: 40px;
    padding-bottom: 40px; }
  .section-md.vc_section-has-fill &gt; div:first-child, .section-md.vc_section-has-fill &gt; div:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 40px; }
  .section-sm {
    margin-top: 15px;
    margin-bottom: 15px; }
  .section-sm.vc_section-has-fill &gt; div:first-child {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px; } }

.no-padding {
  padding-top: 0;
  padding-bottom: 0; }

.no-margin {
  margin-top: 0;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .no-margin .row [class^="col-"] {
      margin-top: 0px;
      margin-bottom: 0px; } }

/*.vc_section,.section {
  padding-top: 0px;
  padding-bottom: 0px;
}*/
/*  .vc_section,.section {
    padding-top: 60px;
    padding-bottom: 60px;
  }*/
/*

WP-Bootstrap - Navbar

*/
.admin-bar .navbar-fixed-top {
  top: 32px; }

body.fixed {
  padding-top: 50px; }

body.transparent .featured-full {
  padding-top: 0; }

.navbar {
  border-radius: 0;
  margin-bottom: 0; 
padding:0;}

@media (min-width: 768px) {
  .navbar-default &gt; .container {
    display: flex; flex-wrap: nowrap;}
  .navbar-header {
    display: flex;
    align-self: center; } }

.navbar-default, .affixed .navbar-default.affix {
  background: #FFFFFF;
  transition: all ease 0.25s; }
  .navbar-default .navbar-nav &gt; li &gt; a, .affixed .navbar-default.affix .navbar-nav &gt; li &gt; a {
    color: #333; }
    .navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; a:focus, .affixed .navbar-default.affix .navbar-nav &gt; li &gt; a:hover, .affixed .navbar-default.affix .navbar-nav &gt; li &gt; a:focus {
      color: #C5C5C5; }
  .navbar-default .navbar-nav &gt; li &gt; a.active, .affixed .navbar-default.affix .navbar-nav &gt; li &gt; a.active {
    background-color: #eee;
    color: #333; }
    .navbar-default .navbar-nav &gt; li &gt; a.active:hover, .navbar-default .navbar-nav &gt; li &gt; a.active:focus, .affixed .navbar-default.affix .navbar-nav &gt; li &gt; a.active:hover, .affixed .navbar-default.affix .navbar-nav &gt; li &gt; a.active:focus {
      color: #C5C5C5; }
  .navbar-default .navbar-nav &gt; .btn, .affixed .navbar-default.affix .navbar-nav &gt; .btn {
    border: 1px solid #333;
    background: transparent;
    color: #333; }
    .navbar-default .navbar-nav &gt; .btn:hover, .navbar-default .navbar-nav &gt; .btn:focus, .affixed .navbar-default.affix .navbar-nav &gt; .btn:hover, .affixed .navbar-default.affix .navbar-nav &gt; .btn:focus {
      color: #FFFFFF;
      background: #333; }
  .navbar-default .nav-top, .affixed .navbar-default.affix .nav-top {
    background: #322E78;
    overflow: hidden; }
    @media (max-width: 767px) {
      .navbar-default .nav-top, .affixed .navbar-default.affix .nav-top {
        display: none; } }
    .navbar-default .nav-top .navbar-nav, .affixed .navbar-default.affix .nav-top .navbar-nav {
      margin-top: 0; }
      @media (min-width: 768px) {
        .navbar-default .nav-top .navbar-nav, .affixed .navbar-default.affix .nav-top .navbar-nav {
          float: left;
          clear: both;
          margin-left: -15px;
          margin-right: -15px; } }
      @media (min-width: 992px) {
        .navbar-default .nav-top .navbar-nav, .affixed .navbar-default.affix .nav-top .navbar-nav {
          float: right;
          margin-left: 0px;
          margin-right: 0px; } }
      .navbar-default .nav-top .navbar-nav &gt; li, .affixed .navbar-default.affix .nav-top .navbar-nav &gt; li {
        margin-right: 0;
        font-size: 11px;
        margin-left: 10px; }
        .navbar-default .nav-top .navbar-nav &gt; li:last-child, .affixed .navbar-default.affix .nav-top .navbar-nav &gt; li:last-child {
          margin-right: -10px; }
        .navbar-default .nav-top .navbar-nav &gt; li &gt; a, .affixed .navbar-default.affix .nav-top .navbar-nav &gt; li &gt; a {
          padding: 15px 10px;
          display: inline-block;
          text-transform: uppercase;
          color: #fff;
          font-weight: 700;
          font-size: 11px;
          color: #fff;
          letter-spacing: 0.22px;
          text-align: right;
          transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out; }
          .navbar-default .nav-top .navbar-nav &gt; li &gt; a:hover, .navbar-default .nav-top .navbar-nav &gt; li &gt; a:focus, .navbar-default .nav-top .navbar-nav &gt; li &gt; a:active, .affixed .navbar-default.affix .nav-top .navbar-nav &gt; li &gt; a:hover, .affixed .navbar-default.affix .nav-top .navbar-nav &gt; li &gt; a:focus, .affixed .navbar-default.affix .nav-top .navbar-nav &gt; li &gt; a:active {
            color: #8DD0D8; }
      .navbar-default .nav-top .navbar-nav &gt; .active &gt; a, .affixed .navbar-default.affix .nav-top .navbar-nav &gt; .active &gt; a {
        background-color: transparent; }

.navbar-inverse .nav-top {
  background: #fff; }

.navbar-inverse.navbar-default .nav-top .navbar-nav &gt; li &gt; a {
  color: #0D2D4E;
  transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out; }
  .navbar-inverse.navbar-default .nav-top .navbar-nav &gt; li &gt; a:hover, .navbar-inverse.navbar-default .nav-top .navbar-nav &gt; li &gt; a:focus, .navbar-inverse.navbar-default .nav-top .navbar-nav &gt; li &gt; a:active {
    color: #3e6084; }

.navbar-inverse, .affixed .navbar-inverse.affix {
  background: #333;
  background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
  transition: all ease 0.25s;
  border: none; }
  .navbar-inverse .navbar-nav &gt; li &gt; a, .affixed .navbar-inverse.affix .navbar-nav &gt; li &gt; a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav &gt; li &gt; a:hover, .navbar-inverse .navbar-nav &gt; li &gt; a:focus, .affixed .navbar-inverse.affix .navbar-nav &gt; li &gt; a:hover, .affixed .navbar-inverse.affix .navbar-nav &gt; li &gt; a:focus {
      color: #FFFFFF; }
  .navbar-inverse .navbar-nav &gt; li &gt; a.active, .affixed .navbar-inverse.affix .navbar-nav &gt; li &gt; a.active {
    background-color: #eee;
    color: #FFFFFF; }
    .navbar-inverse .navbar-nav &gt; li &gt; a.active:hover, .navbar-inverse .navbar-nav &gt; li &gt; a.active:focus, .affixed .navbar-inverse.affix .navbar-nav &gt; li &gt; a.active:hover, .affixed .navbar-inverse.affix .navbar-nav &gt; li &gt; a.active:focus {
      color: #e9e9e9; }
    .navbar-inverse .navbar-nav &gt; li &gt; a.active &gt; .btn, .affixed .navbar-inverse.affix .navbar-nav &gt; li &gt; a.active &gt; .btn {
      border: 1px solid #FFFFFF;
      background: transparent;
      color: #FFFFFF; }
      .navbar-inverse .navbar-nav &gt; li &gt; a.active &gt; .btn:hover, .navbar-inverse .navbar-nav &gt; li &gt; a.active &gt; .btn:focus, .affixed .navbar-inverse.affix .navbar-nav &gt; li &gt; a.active &gt; .btn:hover, .affixed .navbar-inverse.affix .navbar-nav &gt; li &gt; a.active &gt; .btn:focus {
        color: #333;
        background: #FFFFFF; }

.navbar-default {
  border: none; }

.navbar-default .navbar-collapse {
  border-color: transparent;
  background: transparent;
  padding: 0px 0px; }
  @media (min-width: 768px) {
    .navbar-default .navbar-collapse {
      background: transparent;
      padding: 0px;
      float: right;
      flex: 1 0 auto; } }

@media (min-width: 768px) {
  .mobile-show {
    display: none; } }

.mobile-show .top_navigation {
  margin-top: -1px;
  background: #322E78;
  padding-top: 10px;
  padding-bottom: 10px; }
  .mobile-show .top_navigation li {
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.22px;
    text-transform: uppercase; }
    .mobile-show .top_navigation li &gt; a {
      transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out;
      color: #fff; }
      .mobile-show .top_navigation li &gt; a:hover, .mobile-show .top_navigation li &gt; a:focus, .mobile-show .top_navigation li &gt; a:active {
        color: #8DD0D8; }

header .navbar-brand {
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
  display: block;
  width: 134px !important;
  height: 29px !important; }
  @media (min-width: 768px) {
    header .navbar-brand {
      margin-top: 0;
      margin-bottom: 0; } }
  @media (min-width: 768px) {
    header .navbar-brand {
      width: 190px !important;
      height: 40px !important;
    margin-right: unset !important; } }
  @media (min-width: 992px) {
    header .navbar-brand {
      width: 240px !important;
      height: 50px !important; } }
  @media (min-width: 992px) {
    header .navbar-brand {
      width: 286px !important;
      height: 60px !important; } }

.navbar-default .navbar-toggle {
  border-color: transparent; }

.navbar-nav {
  margin: 0;
  clear: both; }

.dropdown-menu &gt; li &gt; a {
  color: #fff; }

:hover {
  transition: border,color,background-color 0.2s ease-in-out; }

.no-affix {
  background-color: #fff; }

.no-affix.navbar-fixed-top {
  background: #fff;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.53); }

.affixed.navbar-fixed-top {
  position: absolute;
  top: 0; }

.no-affix.navbar-default .navbar-nav &gt; li &gt; a {
  color: #333; }

.no-affix a.navbar-brand:before {
  opacity: 1; }

.dropdown-menu &gt; li &gt; a {
  color: #333; }

.dropdown-menu li {
  margin-left: 0; }

.logo-option {
  overflow: hidden;
  text-indent: -9999em;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative; }

.maynard-childrens {
  background-image: url(../../../images/ECUH-MaynardChildrensHospital-logo.png) !important; }

header .maynard-childrens.navbar-brand {
  width: 200px !important;
  height: 52px !important; }
  @media (min-width: 992px) {
    header .maynard-childrens.navbar-brand {
      height: 67px !important; } }
  @media (min-width: 1200px) {
    header .maynard-childrens.navbar-brand {
      width: 369px !important;
      height: 87px !important; } }

.logo-affix {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1; }

.affix .logo-affix {
  opacity: 1; }

a.navbar-brand:before {
  display: block;
  opacity: 0;
  transition: opacity 0.25s;
  position: absolute;
  left: 0;
  top: 0;
  content: ' ';
  width: 46px;
  height: 45px; }

.navbar-tobble {
  margin-top: 12px; }

.navbar-toggle .icon-bar {
  width: 16px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 3px; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #0D2D4E; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent; }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 423px; }

@media (min-width: 768px) {
  .tablet.navbar-toggle {
    display: none; } }

.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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0 4px 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.dropdown-menu &gt; li &gt; a:focus, .dropdown-menu &gt; li &gt; a:hover {
  background-color: #e8e8e8;
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  background-repeat: repeat-x; }

@media (min-width: 768px) {
  .nav &gt; li.mobile-only {
    display: none; }
  body.fixed, body.transparent .featured-full {
    padding-top: 160px; }
  .logo-affix {
    opacity: 0; }
  body.transparent {
    padding-top: 0; }
  .transparent .navbar-default {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1030;
    border: none; }
  .transparent .navbar-fixed-top {
    position: fixed; }
  .affixed .navbar-default, .transparent .navbar-default {
    background: transparent;
    border-bottom: 1px solid transparent; }
    .affixed .navbar-default .navbar-nav &gt; li &gt; a, .transparent .navbar-default .navbar-nav &gt; li &gt; a {
      color: #FFFFFF; }
      .affixed .navbar-default .navbar-nav &gt; li &gt; a:hover, .affixed .navbar-default .navbar-nav &gt; li &gt; a:focus, .transparent .navbar-default .navbar-nav &gt; li &gt; a:hover, .transparent .navbar-default .navbar-nav &gt; li &gt; a:focus {
        color: #e9e9e9;
        background-color: transparent; }
    .affixed .navbar-default .navbar-nav &gt; li &gt; a.active, .transparent .navbar-default .navbar-nav &gt; li &gt; a.active {
      background-color: #eee; }
      .affixed .navbar-default .navbar-nav &gt; li &gt; a.active:hover, .affixed .navbar-default .navbar-nav &gt; li &gt; a.active:focus, .transparent .navbar-default .navbar-nav &gt; li &gt; a.active:hover, .transparent .navbar-default .navbar-nav &gt; li &gt; a.active:focus {
        color: #e9e9e9;
        background-color: transparent; }
    .affixed .navbar-default .navbar-nav &gt; .btn, .transparent .navbar-default .navbar-nav &gt; .btn {
      border: 1px solid #FFFFFF;
      background: transparent;
      color: #FFFFFF; }
    .affixed .navbar-default .navbar-brand, .transparent .navbar-default .navbar-brand {
      color: #FFFFFF; }
  .affixed .navbar-default.affix {
    border-bottom: 1px solid rgba(91, 91, 91, 0.17);
    box-shadow: 0px 0px 2px rgba(51, 51, 51, 0.07); }
    .affixed .navbar-default.affix .navbar-brand {
      color: #333; }
  .navbar-default .navbar-form {
    border-color: transparent; }
  .navbar-nav &gt; li:first-child {
    margin-left: -15px; }
  .navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus {
    background-color: #EFEFEF; }
  .dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a:focus {
    text-decoration: none;
    color: #333;
    background-color: #fff; }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #333; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px; }
  .no-affix .navbar-default .navbar-collapse {
    border-color: transparent;
    background: transparent; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: none;
    border-color: #e7e7e7; }
  .navbar-nav &gt; li &gt; a {
    padding-top: 8px;
    padding-bottom: 8px; }
  .affixed .navbar-default .navbar-nav &gt; .active &gt; a:after {
    border-bottom: 2px solid #FFFFFF;
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 8px;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto; }
  .no-affix .navbar-default .navbar-nav &gt; .active &gt; a:after, .affix.navbar-default .navbar-nav &gt; .active &gt; a:after {
    border-bottom: 2px solid #333; }
  .affixed .navbar-inverse.navbar-default .navbar-nav &gt; .active &gt; a:after {
    border-bottom: 2px solid #FFFFFF; }
  .navbar-default .navbar-nav &gt; .active &gt; a {
    background-color: transparent; }
  .navbar-brand {
    width: 210px; }
  .navbar &gt; .container .navbar-brand,
  .navbar &gt; .container-fluid .navbar-brand {
    margin-left: 0; }
  .affixed.navbar-fixed-top.affix {
    top: 0; }
  .dropdown-menu {
    display: block; }
  #nav-container ul ul {
    float: left;
    margin: 0;
    position: absolute;
    left: -999em;
    z-index: 99999;
    padding: 0; }
  #nav-container li li {
    border: 0;
    display: block;
    height: auto;
    line-height: 1.0909090909; }
  #nav-container ul ul ul {
    left: -999em;
    top: 0; }
  #nav-container ul ul li:last-child a {
    border-bottom: none; }
  #nav-container ul ul a {
    white-space: normal; }
  #nav-container ul ul li {
    margin-bottom: 0;
    background: none; }
  #nav-container ul ul a {
    padding: 10px 10px; }
  #nav-container ul ul .caret {
    display: none; }
  #nav-container ul ul ul a:after {
    content: none; }
  #nav-container ul ul a:after {
    content: none; }
  #nav-container ul ul a:hover,
  #nav-container ul ul li.focus &gt; a {
    background-color: #344082; }
  #nav-container ul ul li.menu-item-has-children &gt; a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    content: \f0da;
    position: absolute;
    display: block;
    color: #434343;
    width: 14px;
    height: 14px;
    line-height: 1;
    font-size: 15px;
    text-align: center;
    top: 50%;
    right: 7.5px;
    margin-top: -8px; }
  #nav-container ul ul li:hover a:after,
  #nav-container ul ul li.focus &gt; a:after {
    color: inherit; }
  #nav-container ul li:hover &gt; ul,
  #nav-container ul li.focus &gt; ul {
    left: auto; }
  #nav-container ul ul li:hover &gt; ul,
  #nav-container ul ul li.focus &gt; ul {
    left: 100%; }
  #nav-container .menu-item-has-children &gt; a,
  #nav-container .page_item_has_children &gt; a {
    padding-right: 26px; }
  #nav-container li .menu-item-has-children &gt; a,
  #nav-container li .page_item_has_children &gt; a {
    padding-right: 20px;
    width: 168px; }
  #nav-container ul li:hover &gt; ul,
  #nav-container ul li.focus &gt; ul {
    left: auto; } }

@media (min-width: 1024px) {
  .navbar-nav &gt; li &gt; a {
    padding-top: 15px;
    padding-bottom: 15px; }
  .navbar &gt; .container .navbar-brand,
  .navbar &gt; .container-fluid .navbar-brand {
    margin-left: 0; }
  .navbar-brand {
    width: 279px;
    margin-top: 0;
    margin-top: 26px; }
  .affixed.navbar-fixed-top.affix {
    position: relative;
    top: 0; }
  .affix.navbar-default .navbar-nav &gt; li &gt; a {
    color: #333; }
  .affix.navbar-inverse .navbar-nav &gt; li &gt; a {
    color: #9d9d9d; }
  .affixed.navbar-fixed-top.affix {
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #EFEFEF;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.53); }
  .affix.navbar-default .navbar-nav &gt; li &gt; a:hover,
  .affix.navbar-default .navbar-nav &gt; .active &gt; a:hover,
  .affix.navbar-default .navbar-nav &gt; .active &gt; a:focus {
    color: #C5C5C5;
    background: transparent; }
  .affix.navbar-default .navbar-nav &gt; .active &gt; a,
  .affix.navbar-default .navbar-nav &gt; .active &gt; a:hover,
  .affix.navbar-default .navbar-nav &gt; .active &gt; a:focus {
    background: transparent; }
  .affixed.navbar-fixed-top.affix {
    position: fixed; } }

@keyframes hideBg {
  0% { }
  90% {
    background: inherit; }
  100% {
    background: none; } }

.recent-posts img {
  border-radius: 4px; }

.recent-posts h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #0D2D4E;
  margin-bottom: 26px;
  margin-top: 0; }
  @media (min-width: 768px) {
    .recent-posts h4 {
      font-size: 14px;
      line-height: 19px;
      margin-bottom: 18px;
      margin-top: 10px; } }
  @media (min-width: 992px) {
    .recent-posts h4 {
      font-size: 18px;
      line-height: 24px; } }
  .recent-posts h4 a {
    color: #592A8A; }
    .recent-posts h4 a:hover, .recent-posts h4 a:focus, .recent-posts h4 a:active {
      color: #322E78; }

.recent-posts .style2 h4 {
  font-size: 25px;
  color: #0D2D4E;
  letter-spacing: -0.27px;
  line-height: 32px; }

.recent-posts .style2 p {
  font-weight: 300;
  font-size: 18px;
  color: #505050;
  letter-spacing: 0;
  line-height: 30px; }

.recent-posts .style2 img {
  border-radius: 0px; }

.recent-posts p {
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  color: #505050;
  letter-spacing: 0.4px; }
  @media (min-width: 768px) {
    .recent-posts p {
      font-weight: 400;
      font-size: 13px;
      line-height: 18px; } }
  @media (min-width: 992px) {
    .recent-posts p {
      font-weight: 300;
      font-size: 16px;
      line-height: 23px; } }

.recent-posts .column {
  margin-bottom: 68px; }
  @media (max-width: 991px) {
    .recent-posts .column {
      margin-top: 25px;
      margin-bottom: 25px; } }

@media (max-width: 767px) {
  .recent-posts p.excerpt {
    display: none; } }

#main p.meta {
  color: #72BEC6;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.3px;
  line-height: 23px;
  margin-bottom: 0px;
  margin-top: 10px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    #main p.meta {
      font-size: 13px;
      margin-bottom: 8px;
      margin-top: 20px; } }

body .mega-menu-wrap {
  float: right; }

@media (min-width: 768px) {
  body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link {
    font-weight: 600;
    transition: color,font-weight 0.25s ease-in-out;
    font-size: 14px;
    color: #505050;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 10px; }
    body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:hover, body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:focus, body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:active {
      font-weight: 600; } }
  @media (min-width: 768px) and (min-width: 992px) {
    body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link {
      font-size: 16px; } }

@media (min-width: 768px) {
  body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item {
    margin-bottom: 8px; }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item &gt; a.mega-menu-link {
    font-size: 14px;
    color: #00a1b1;
    letter-spacing: 0;
    transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out;
    padding-left: 12px;
    line-height: 1.3; }
    body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item &gt; a.mega-menu-link:hover, body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item &gt; a.mega-menu-link:focus, body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item &gt; a.mega-menu-link:active {
      font-weight: 700;
      color: #005596; } }
  @media (min-width: 768px) and (min-width: 992px) {
    body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item &gt; a.mega-menu-link {
      padding-left: 0;
      line-height: inherit; } }

@media (min-width: 768px) {
    body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item &gt; a.mega-menu-link:before {
      transform-origin: 50%;
      content: '';
      background: url(../../../images/orange-chev-right.svg) no-repeat;
      width: 6px;
      height: 13px;
      display: inline-block;
      background-size: contain;
      margin-top: 5px;
      margin-right: 10px;
      position: absolute;
      left: 0; } }
    @media (min-width: 768px) and (min-width: 992px) {
      body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item &gt; a.mega-menu-link:before {
        position: relative; } }

@media (min-width: 768px) {
  body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item.view-all &gt; a.mega-menu-link {
    font-weight: 700;
    font-size: 13px;
    color: #00a1b1;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin-top: 18px;
    transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out; }
    body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item.view-all &gt; a.mega-menu-link:hover, body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item.view-all &gt; a.mega-menu-link:focus, body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item.view-all &gt; a.mega-menu-link:active {
      color: #005596; }
    body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item.view-all &gt; a.mega-menu-link:before {
      display: none; }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item.view-all &gt; a.mega-menu-link {
    font-weight: 700;
    font-size: 13px;
    color: #00a1b1;
    letter-spacing: 0.3px;
    text-transform: uppercase; }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu {
    padding: 13px 0px;
    transition: none;
    box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.05); } }
  @media (min-width: 768px) and (min-width: 992px) {
    body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu {
      padding: 13px 20px; } }

@media (max-width: 767px) {
  body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu {
    color: #fff;
    background: #0D2D4E;
    text-transform: uppercase; }
    body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu a.mega-menu-link {
      color: #00a1b1; }
      body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu a.mega-menu-link:hover, body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu a.mega-menu-link:active, body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu a.mega-menu-link:focus {
        color: #005596; }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.28px;
    color: #fff; }
    body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:hover, body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:active, body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:focus {
      color: #8DD0D8; }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item &gt; a.mega-menu-link {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.22px;
    color: #00a1b1;
    padding-top: 8px;
    padding-bottom: 8px; }
    body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item &gt; a.mega-menu-link:hover, body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item &gt; a.mega-menu-link:active, body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item &gt; a.mega-menu-link:focus {
      color: #005596; }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row .mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item {
    margin-left: -15px;
    margin-right: -15px; } }

body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-item {
  position: relative;
  border-bottom: 1px solid #72BEC6;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-item {
      border-bottom: none;
      margin-left: 9px;
      margin-right: 9px; } }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-item &gt; a.mega-menu-link {
    transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out;
    height: auto;
    letter-spacing: 0.32px;
    border-right: none;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 10px 13px 10px;
    margin-left: -10px;
    margin-right: -10px; }
    @media (min-width: 768px) {
      body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-item &gt; a.mega-menu-link:before {
        border-bottom: none;
        background: #592A8A;
        content: "";
        display: block;
        width: 1px;
        position: absolute;
        top: 6px;
        bottom: 10px;
        left: 0; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-item &gt; a.mega-menu-link:before {
      top: 0;
      bottom: 26px; } }
    @media (min-width: 992px) {
      body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-item &gt; a.mega-menu-link {
        font-size: 15px;
        line-height: 22px; } }
    @media (min-width: 1200px) {
      body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-item &gt; a.mega-menu-link {
        font-size: 16px; } }
    body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-item &gt; a.mega-menu-link:hover, body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-item &gt; a.mega-menu-link:active, body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-item &gt; a.mega-menu-link:focus {
      color: #8DD0D8; }
    body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-item &gt; a.mega-menu-link br {
      display: none; }
    @media (min-width: 768px) {
      body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-item &gt; a.mega-menu-link {
        color: #322E78; }
        body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-item &gt; a.mega-menu-link br {
          display: block; }
        body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-item &gt; a.mega-menu-link:hover, body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-item &gt; a.mega-menu-link:active, body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-item &gt; a.mega-menu-link:focus {
          color: #592A8A; } }
    @media (min-width: 768px) {
      body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-item &gt; a.mega-menu-link {
        padding: 8px 22px 14px 22px; } }
    @media (min-width: 992px) {
      body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-item &gt; a.mega-menu-link {
        padding: 8px 30px 14px 30px; } }
    @media (min-width: 1200px) {
      body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-item &gt; a.mega-menu-link {
        padding: 8px 40px 34px 40px; } }
    @media (max-width: 767px) {
      body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-item &gt; a.mega-menu-link {
        display: flex;
        align-items: center; } }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-item:first-child a:before {
    display: none; }

@media (max-width: 767px) {
  body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-item.mega-menu-item-has-children &gt; a.mega-menu-link:after {
    position: absolute;
    right: 20px;
    transform-origin: 50%;
    transition: all 0.25s ease;
    content: '';
    background: url(../../../images/orange-chev-down.svg) no-repeat;
    width: 11px;
    height: 5px;
    display: inline-block; } }

@media (min-width: 992px) {
  body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-item.mega-menu-item-has-children &gt; a.mega-menu-link:after {
    height: 17px;
    opacity: 0;
    content: '';
    background: url(../../../images/menu-chev-light-blue.svg) no-repeat;
    width: 34px;
    height: 11px;
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    background-position: center top;
    transition: all 0.5s ease-in-out; } }

@media (max-width: 767px) {
  body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-item.mega-menu-item-has-children.mega-toggle-on &gt; a.mega-menu-link:after {
    transform: rotate(180deg); } }

body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-search-ico a.mega-menu-link {
  padding-right: 0 !important; }

@media (max-width: 767px) {
  body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-search-ico {
    display: none; } }

body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-search-ico a:after {
  content: "\f002";
  font-size: 36px;
  color: #2F74B7;
  visibility: visible;
  transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out; }

body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-search-ico a:hover:after,
body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-search-ico a:active:after,
body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-search-ico a:focus:after {
  color: #5391CC; }

@media only screen and (max-width: 767px) {
  body #mega-menu-wrap-main_nav .mega-menu-toggle + #mega-menu-main_nav {
    background: #322E78;
    padding: 20px 15px 20px 15px;
    display: block; } }

body #mega-menu-wrap-main_nav,
body #mega-menu-wrap-main_nav #mega-menu-main_nav {
  position: initial !important; }
  @media (min-width: 768px) {
    body #mega-menu-wrap-main_nav,
    body #mega-menu-wrap-main_nav #mega-menu-main_nav {
      margin-top: 10px; } }
  @media (min-width: 992px) {
    body #mega-menu-wrap-main_nav,
    body #mega-menu-wrap-main_nav #mega-menu-main_nav {
      margin-top: 24px; } }

@media (min-width: 768px) {
  body #mega-menu-main_nav {
    display: flex;
    align-content: center;
    justify-content: flex-end; } }

@media (min-width: 768px) {
  .navbar-default #mega-menu-main_nav &gt; li.mega-menu-item.mega-show-mobile,
  #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-item.mega-show-mobile {
    display: none; } }

.navbar-default #mega-menu-main_nav &gt; li.mega-menu-item.mega-hide-mobile,
#mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-item.mega-hide-mobile {
  display: none; }
  @media (min-width: 768px) {
    .navbar-default #mega-menu-main_nav &gt; li.mega-menu-item.mega-hide-mobile,
    #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-item.mega-hide-mobile {
      display: inline-block; } }

@media (max-width: 767px) {
  #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu.mega-horiz-menu &gt; ul.mega-sub-menu &gt; li.mega-menu-row .mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item {
    clear: both;
    border-bottom: 1px solid #D6D6D6;
    width: 100%;
    text-align: left; }
    #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu.mega-horiz-menu &gt; ul.mega-sub-menu &gt; li.mega-menu-row .mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item a {
      text-align: left; } }

@media (max-width: 767px) {
  #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    background: none;
    clear: both;
    border-top: 1px solid #D6D6D6; }
    #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child {
      border-bottom: none; } }

@media (min-width: 768px) {
  .navbar-inverse {
    background: #0D2D4E; }
    .navbar-inverse #mega-menu-wrap-main_nav {
      background: #0D2D4E; }
  body .navbar-inverse #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-item &gt; a.mega-menu-link {
    color: #fff;
    transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out; }
    body .navbar-inverse #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-item &gt; a.mega-menu-link:hover, body .navbar-inverse #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-item &gt; a.mega-menu-link:active, body .navbar-inverse #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-item &gt; a.mega-menu-link:focus {
      color: #8DD0D8; }
  body .navbar-inverse #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-item &gt; a.mega-menu-link:before {
    background: #fff; } }

#mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-item.mega-current-menu-item &gt; a.mega-menu-link {
  color: #322E78; }

/*-------------------------------*/
/*           VARIABLES           */
/*-------------------------------*/
body {
  overflow-y: visible; }

body.expanded {
  overflow-y: hidden; }

@media (min-width: 768px) {
  header .flyout-nav.navbar-default .container, header .flyout-nav.navbar-default .container-fluid {
    padding-top: 15px;
    padding-bottom: 33px;
    padding-left: 15px; } }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    color: #3e6084;
    background-color: transparent; } }

.navbar-default .container {
  position: relative; 
  padding: 0;
}

 

#sidebar-wrapper .navbar-nav &gt; li {
  float: none; }

.dropdown-menu &gt; li &gt; a {
  white-space: wrap; }

body {
  overflow-x: hidden; }

.nav .open &gt; a {
  background-color: transparent; }
  .nav .open &gt; a:hover {
    background-color: transparent; }
  .nav .open &gt; a:focus {
    background-color: transparent; }

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/
.navbar-wrapper {
  position: relative;
  overflow: hidden; }

.navbar-default .navbar-form {
  border-color: transparent;
  box-shadow: none; }

#wrapper .navbar-default {
  transition: color .35s ease; }
  @media (max-width: 767px) {
    #wrapper .navbar-default {
      background: #322E78; 
    display: contents;} }

#wrapper.fixed .navbar-default {
  position: fixed; }

#wrapper.toggled .navbar-default {
  position: fixed;
  z-index: 20;
  right: 0;
  left: 0px;
  bottom: 0;
  top: 0;
  height: 100%;
  overflow-y: auto;
  transition: all 0.35s ease; }
  #wrapper.toggled .navbar-default .collapse {
    display: block;
    margin-top: 0px;
    border: none;
    box-shadow: none; }

#wrapper .search-overlay {
  width: 0;
  width: 100%;
  position: fixed;
  bottom: 0;
  top: 0;
  height: 100%; }

#wrapper.search-toggled .search-overlay {
  right: 0;
  position: fixed;
  z-index: 2000;
  right: 0;
  left: 0px;
  bottom: 0;
  top: 0;
  height: 100%;
  overflow-y: auto;
  width: 100%; }

@media (max-width: 767px) {
  .navbar-header {
    z-index: 1033;
    position: relative;
    background: #fff;
    margin-left: -15px;
    margin-right: -15px; 
  width: inherit;} 
  .container &gt; .navbar-header, .container-fluid &gt; .navbar-header {margin-left: 0 !important; margin-right: 0 !important}
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav &gt; li &gt; a, .navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; a:focus,
  .affixed .navbar-default.affix .navbar-nav &gt; li &gt; a,
  .affixed .navbar-default.affix .navbar-nav &gt; li &gt; a:hover,
  .affixed .navbar-default.affix .navbar-nav &gt; li &gt; a:focus {
    color: #fff; }
  .navbar-default {
    text-transform: uppercase; }
    .navbar-default .dropdown.open,
    .navbar-default .navbar-nav &gt; .active &gt; a {
      background: #2E3B73;
      color: #fff; }
    .navbar-default .navbar-nav &gt; .active &gt; a {
      background: transparent; }
    .navbar-default .navbar-nav .dropdown-menu &gt; li:after {
      background: url(../../../images/teal-horiz.png) repeat-x;
      width: 100%;
      height: 1px;
      content: "";
      display: block; }
    .navbar-default .navbar-nav .dropdown-menu &gt; li:last-child:after {
      display: none; }
    .navbar-default .navbar-nav .dropdown-menu &gt; li &gt; a {
      text-align: right;
      font-weight: normal;
      padding: 10px 15px 10px 25px;
      text-transform: none; }
    .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a,
    .navbar-default #top-nav.navbar-nav &gt; li &gt; a {
      color: #fff; }
    .navbar-default .caret {
      display: none; }
    .navbar-default .navbar-collapse {
      padding: 0 15px; }
  .navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus {
    background-color: #2E3B73;
    background-color: #0D2D4E;
    color: #fff; }
  #nav-container ul li.menu-item-has-children &gt; a :after {
    font-size: 14px; }
  #nav-container ul li.menu-item-has-children &gt; a:after {
    font-size: 15px; } }

#wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  padding-left: 0;
  transition: all 0.5s ease; }

.sidebar-nav-right #wrapper.toggled {
  padding-right: 220px; }
  .sidebar-nav-right #wrapper.toggled.no-expand {
    padding-left: 0;
    padding-right: 0; }
  .sidebar-nav-right #wrapper.toggled .navbar-wrapper {
    width: 100%; }
  @media (max-width: 320px) {
    .sidebar-nav-right #wrapper.toggled .navbar-wrapper {
      width: 320px; } }
  @media (min-width: 768px) {
    .sidebar-nav-right #wrapper.toggled .navbar-wrapper {
      width: 510px; } }
  @media (min-width: 1024px) {
    .sidebar-nav-right #wrapper.toggled .navbar-wrapper {
      width: 600px; } }
  .sidebar-nav-right #wrapper.toggled #page-content-wrapper {
    margin-right: -220px;
    position: absolute; }

#wrapper.toggled .navbar-wrapper {
  right: 0; }

#wrapper .navbar-wrapper {
  overflow: hidden;
  width: 100%; }

#wrapper .navbar-wrapper,
#wrapper .search-overlay {
  right: -100%; }

#wrapper .navbar-wrapper {
  overflow: hidden;
  background: #0D2D4E; }

#wrapper.toggled .navbar-wrapper {
  overflow-x: hidden;
  overflow-y: auto; }

.side-navbar.navbar-wrapper,
.side-navbar.search-overlay {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: #0D2D4E;
  transition: all 0.5s ease;
  width: 0;
  z-index: 1031;
  position: fixed; }
  .side-navbar.navbar-wrapper::-webkit-scrollbar,
  .side-navbar.search-overlay::-webkit-scrollbar {
    display: none; }

body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-search-ico a.is-open:hover, body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-search-ico a.is-open:active, body #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-search-ico a.is-open:focus {
  color: #8DD0D8; }

#wrapper .search-overlay {
  transition: all 0.35s ease;
  z-index: 20;
  position: fixed; }

#wrapper.toggled .search-overlay {
  overflow-x: hidden;
  overflow-y: hidden; }

.sidebar-nav-right .side-navbar.navbar-wrapper {
  height: 100%;
  right: 250px;
  margin-right: -250px; }
  @media (min-width: 1024px) {
    .sidebar-nav-right .side-navbar.navbar-wrapper {
      right: 600px;
      margin-right: -600px; } }

.sidebar-nav-full .side-navbar.navbar-wrapper {
  height: 100%;
  width: 100%; }

#page-content-wrapper {
  padding-top: 70px;
  width: 100%; }

.navbar-wrapper .navbar-inverse .navbar-nav &gt; li &gt; a {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
  transition: all 0.25s ease; }
  .navbar-wrapper .navbar-inverse .navbar-nav &gt; li &gt; a:hover {
    color: #aed1e2; }

.sidebar-nav-full .navbar-wrapper .navbar-inverse .navbar-nav &gt; li &gt; a {
  margin-bottom: 0; }

.sidebar-nav-full .sidebar-nav li a {
  padding-left: 15px; }

.navbar-wrapper .navbar-inverse {
  background: none; }

.navbar-wrapper .navbar-inverse .navbar-nav &gt; .active &gt; a {
  color: #66BE6C; }

.navbar-wrapper .navbar-inverse .navbar-nav &gt; .active &gt; a:hover,
.navbar-wrapper .navbar-inverse .navbar-nav &gt; .active &gt; a:focus {
  background-color: transparent;
  color: #8bd690; }

.bg-sidebar-wrapper-1 {
  background: #0D2D4E; }

.bg-sidebar-wrapper-2 {
  background: #0D2D4E; }

@media (max-width: 767px) {
  .bg-sidebar.bg-sidebar-wrapper-2 {
    padding-top: 15px; } }

.bg-sidebar {
  padding-top: 35px;
  padding-bottom: 35px; }
  @media (max-width: 767px) {
    .bg-sidebar {
      padding-bottom: 15px; } }

.sidebar-menu-title {
  font-style: italic;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.7px;
  padding-left: 30px;
  font-weight: 400;
  margin-bottom: 14px;
  display: block; }
  @media (max-width: 767px) {
    .sidebar-menu-title {
      padding-left: 20px; } }
  @media (max-width: 375px) {
    .sidebar-menu-title {
      font-size: 15px !important;
      margin-bottom: 24px !important; } }

.bg-sidebar .navbar-form,
.hero-form {
  margin-left: 13px;
  margin-bottom: 40px;
  width: 500px; }
  @media (max-width: 767px) {
    .bg-sidebar .navbar-form,
    .hero-form {
      margin-left: 6px;
      margin-bottom: 20px; } }

@media (max-width: 767px) {
  .bg-sidebar .navbar-form {
    width: 365px; } }

@media (max-width: 320px) {
  .bg-sidebar .navbar-form {
    width: 310px; } }

.bg-sidebar .navbar-form input,
.hero-form input {
  height: 52px; }
  @media (min-width: 768px) {
    .bg-sidebar .navbar-form input,
    .hero-form input {
      height: 60px; } }

.bg-sidebar .navbar-form input[type='search'],
.hero-form input[type='search'] {
  /* Enter a condition, s: */
  font-style: italic;
  font-weight: 200;
  font-size: 12px;
  color: #7d7d7d;
  letter-spacing: 0;
  line-height: 25px;
  width: 100%;
  padding: 10px 12px;
  border-radius: 5px;
  border: none; }
  @media (min-width: 768px) {
    .bg-sidebar .navbar-form input[type='search'],
    .hero-form input[type='search'] {
      font-size: 16px !important; } }

.bg-sidebar .navbar-form button,
.hero-form button {
  background: #66BE6C;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #66BE6C;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 28px;
  height: 52px;
  padding: 0 10px;
  transition: all 0.35s ease; }
  @media (min-width: 768px) {
    .bg-sidebar .navbar-form button,
    .hero-form button {
      height: 60px;
      font-size: 32px;
      padding: 0 15px; } }

.bg-sidebar .navbar-form button:hover,
.bg-sidebar .navbar-form button:active,
.bg-sidebar .navbar-form button:focus,
.hero-form button:hover,
.hero-form button:active,
.hero-form button:focus {
  background: #76ca7c;
  padding-bottom: 4px; }

.bg-sidebar .navbar-form .form-group,
.hero-form .form-group {
  width: 100%;
  max-width: 360px;
  padding: 0 !important;
  position: relative; }
  @media (min-width: 768px) {
    .bg-sidebar .navbar-form .form-group,
    .hero-form .form-group {
      max-width: 456px;
      padding: 0px 10px !important; } }

.tp-caption .hero-form {
  font-family: 'Roboto', sans-serif !important; }

.hero-form input[type='search'] {
  font-size: 14px !important;
  line-height: 18px !important;
  padding: 26px 11px !important; }
  @media (max-width: 375px) {
    .hero-form input[type='search'] {
      font-size: 13px !important; } }
  @media (min-width: 768px) {
    .hero-form input[type='search'] {
      font-size: 18px !important;
      padding: 0px 20px !important;
      height: 70px !important; } }

.hero-form .sidebar-menu-title, .phone-title {
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 3px;
  text-align: center !important;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 17px; }

@media (max-width: 767px) {
  .hero-form .sidebar-menu-title {
    margin-bottom: 0 !important;
    display: block; } }

@media (max-width: 767px) {
  .hero-form .helpful-links ul li:last-child {
    margin-bottom: 23px !important; } }

.hero-form {
  display: block !important;
  margin: 0;
  width: 100%;
  overflow: hidden;
  margin: 0 auto !important; }

.hero-form .form-group {
  max-width: 385px;
  margin: 10px auto 0 auto !important;
  display: block !important; }
  @media (min-width: 768px) {
    .hero-form .form-group {
      max-width: 584px; } }
  @media (max-width: 375px) {
    .hero-form .form-group {
      max-width: 375px;
      padding-left: 0px !important;
      padding-right: 0px !important;
      margin: 0 auto !important; } }

.hero-form button {
  padding: 0px 25px;
  height: 52px; }
  @media (min-width: 768px) {
    .hero-form button {
      height: 70px !important; } }
  @media (max-width: 375px) {
    .hero-form button {
      right: 0px; } }

.navbar-wrapper, #sidebar-wrapper {
  left: auto; }

.navbar-default .navbar-wrapper .navbar-nav &gt; .open &gt; a {
  background-color: transparent; }

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.sidebar-nav {
  width: 410px; }
  @media (max-width: 320px) {
    .sidebar-nav {
      width: 320px; } }

.sidebar-nav-full .sidebar-nav {
  text-align: center;
  width: 100%; }
  @media (max-width: 320px) {
    .sidebar-nav-full .sidebar-nav {
      width: 100%; } }
  .sidebar-nav-full .sidebar-nav .dropdown-menu {
    padding-left: 0;
    text-align: center;
    float: none; }

.sidebar-nav-full.transparent .toggled .navbar-default {
  z-index: 1032; }
  .sidebar-nav-full.transparent .toggled .navbar-default .navbar-brand {
    display: none; }

.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  top: 0; }
  .sidebar-nav li {
    display: inline-block;
    line-height: 20px;
    position: relative;
    width: 100%; }
    .sidebar-nav li:first-child a {
      background-color: transparent;
      color: #ffffff; }
    .sidebar-nav li:hover:before {
      transition: width .2s ease-in;
      width: 100%; }
    .sidebar-nav li a {
      color: #dddddd;
      display: block;
      padding: 10px 15px 10px 30px;
      font-size: 18px;
      font-weight: 400;
      color: #FFFFFF;
      letter-spacing: 0.5px;
      line-height: 1.2; }
      @media (max-width: 767px) {
        .sidebar-nav li a {
          padding: 10px 15px 10px 20px; } }
  .sidebar-nav li.open:hover before {
    transition: width .2s ease-in;
    width: 100%; }
  .sidebar-nav .dropdown-menu {
    background-color: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    padding-left: 20px; }

.sidebar-nav-full .sidebar-nav li a {
  display: inline-block; }

.sidebar-nav-full.affixed .navbar-default.affix {
  background: transparent;
  border-bottom: none;
  box-shadow: none; }

.sidebar-nav li a:hover, .sidebar-nav li a:active, .sidebar-nav li a:focus, .sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active, .sidebar-nav li.open a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover {
  background: transparent;
  color: #aed1e2;
  text-decoration: none; }

.sidebar-nav &gt; .sidebar-brand {
  font-size: 20px;
  height: 65px;
  line-height: 44px; }

.navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a {
  color: #ffffff; }

.navbar-inverse .navbar-nav &gt; .active &gt; a, .navbar-inverse .navbar-nav &gt; .active &gt; a:hover, .navbar-inverse .navbar-nav &gt; .active &gt; a:focus {
  background-color: transparent; }

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/
@media (min-width: 768px) {
  .toggled .hamburger,
  .search-toggled .overlay-search-ico {
    right: 525px; } }

@media (min-width: 1024px) {
  .toggled .hamburger,
  .search-toggled .overlay-search-ico {
    right: 615px; } }

@media (min-width: 768px) {
  .sidebar-nav-full .toggled .hamburger {
    right: 30px; } }

@media (min-width: 1024px) {
  .sidebar-nav-full .toggled .hamburger {
    right: 30px; } }

.search-toggled .overlay-search-ico {
  position: absolute;
  z-index: 2032;
  display: block; }
  .search-toggled .overlay-search-ico:after {
    content: '';
    background: url(../../../images/close-ico.svg) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    display: block; }
    @media (min-width: 768px) {
      .search-toggled .overlay-search-ico:after {
        width: 28px;
        height: 28px; } }

.toggled .top-header {
  background: #0D2D4E; }
  @media (max-width: 767px) {
    .toggled .top-header {
      position: absolute;
      height: 0;
      transition: all 0.35s ease; } }

.hamburger.is-open .menu-text {
  visibility: hidden; }

.menu-text {
  font-size: 8px;
  text-transform: uppercase;
  color: #0D2D4E;
  position: absolute;
  bottom: -9px;
  left: 0px;
  text-align: center;
  letter-spacing: 2.1px;
  font-weight: 500;
  display: none; }

.hamburger {
  margin-top: 13px;
  margin-left: 13px;
  transition: all 0.5s ease;
  background: transparent;
  border: none;
  display: block;
  height: 24px;
  position: relative;
  width: 18px;
  right: 0px;
  top: 0px;
  z-index: 1033; }
  @media (min-width: 768px) {
    .hamburger {
      display: none; } }
  @media (min-width: 768px) {
    .hamburger {
      right: 30px;
      top: 38px; } }
  .hamburger:hover {
    outline: none; }
  .hamburger:focus {
    outline: none; }
  .hamburger:active {
    outline: none; }

.search-toggled .overlay-search-ico {
  position: absolute;
  display: block;
  background: transparent;
  border: none;
  display: block;
  top: -26px;
  right: 6px;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0; }
  @media (min-width: 768px) {
    .search-toggled .overlay-search-ico {
      top: 46px;
      right: 6px;
      width: 28px;
      height: 28px; } }
  .search-toggled .overlay-search-ico:hover {
    outline: none; }
  .search-toggled .overlay-search-ico:focus {
    outline: none; }
  .search-toggled .overlay-search-ico:active {
    outline: none; }

@media (min-width: 768px) {
  .sidebar-nav-full .hamburger .hamburger {
    right: 30px;
    top: 38px; } }

.search-overlay #ais-wrapper .h2 {
  font-weight: 700;
  font-size: 16px;
  color: #F3F3F3;
  letter-spacing: 0;
  line-height: 26px; }

.hamburger.is-closed:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all .35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px; }

.hamburger.is-closed:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all .35s ease-in-out;
  display: block;
  opacity: 1; }

.hamburger.is-closed:hover .hamb-top {
  -webkit-transition: all .35s ease-in-out;
  top: 3px; }

.hamburger.is-closed:hover .hamb-bottom {
  -webkit-transition: all .35s ease-in-out;
  bottom: 3px; }

.hamburger.is-closed:hover .menu-text {
  -webkit-transition: all .35s ease-in-out;
  opacity: 0.5; }

.hamburger.is-closed:focus .hamb-top, .hamburger.is-closed .hamb-top {
  -webkit-transition: all .35s ease-in-out;
  background-color: #0D2D4E;
  top: 5px; }

.hamburger.is-closed:focus .hamb-middle, .hamburger.is-closed .hamb-middle {
  background-color: #0D2D4E;
  margin-top: -2px;
  top: 50%; }

.hamburger.is-closed:focus .hamb-bottom, .hamburger.is-closed .hamb-bottom {
  -webkit-transition: all .35s ease-in-out;
  background-color: #0D2D4E;
  bottom: 7px; }

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  height: 2px;
  right: 0;
  position: absolute;
  width: 100%; }

.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #0D2D4E;
  margin-top: -2px;
  top: 50%; }

.hamburger.is-open .hamb-middle {
  background-color: #0D2D4E;
  display: none; }

.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #0D2D4E;
  margin-top: -2px;
  top: 50%; }

.hamburger.is-open:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all .35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px; }

.hamburger.is-open:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
  -webkit-transition: all .35s ease-in-out;
  display: block;
  opacity: 1; }

/*-------------------------------*/
/*          Dark Overlay         */
/*-------------------------------*/
/*!
 * fullPage 3.0.5
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari&lt;=5 Android&lt;=3 */
  -moz-box-sizing: border-box;
  /* &lt;=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari&lt;=6 Android&lt;=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }

#fp-nav.fp-right {
  right: 17px; }

#fp-nav.fp-left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important; }

.fp-slidesNav.fp-bottom {
  bottom: 17px; }

.fp-slidesNav.fp-top {
  top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

/*Only display content to screen readers*/
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

#content .full-width-left-section,
#content .full-width-right-section {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }
  @media (max-width: 767px) {
    #content .full-width-left-section,
    #content .full-width-right-section {
      background: none; } }
  #content .full-width-left-section .row,
  #content .full-width-right-section .row {
    display: flex;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      #content .full-width-left-section .row,
      #content .full-width-right-section .row {
        flex-wrap: nowrap;
        justify-content: space-between; } }
  @media (max-width: 767px) {
    #content .full-width-left-section,
    #content .full-width-right-section {
      padding-bottom: 15px; } }
  @media (max-width: 767px) {
    #content .full-width-left-section .full-width-left-section-img,
    #content .full-width-left-section .full-width-right-section-img,
    #content .full-width-right-section .full-width-left-section-img,
    #content .full-width-right-section .full-width-right-section-img {
      padding-left: 0;
      padding-right: 0; } }
  #content .full-width-left-section img,
  #content .full-width-right-section img {
    display: block;
    border: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0; }
    @media (max-width: 767px) {
      #content .full-width-left-section img,
      #content .full-width-right-section img {
        width: 100%; } }
  @media (min-width: 768px) {
    #content .full-width-left-section .row [class^="col-"],
    #content .full-width-right-section .row [class^="col-"] {
      margin-top: 0px;
      margin-bottom: 0px; }
      #content .full-width-left-section .row [class^="col-"]:first-child,
      #content .full-width-right-section .row [class^="col-"]:first-child {
        padding-right: 0; }
      #content .full-width-left-section .row [class^="col-"]:last-child,
      #content .full-width-right-section .row [class^="col-"]:last-child {
        padding-left: 0; } }
  #content .full-width-left-section .wpb_content_element,
  #content .full-width-right-section .wpb_content_element {
    margin-bottom: 0; }
  #content .full-width-left-section .full-width-right-column, #content .full-width-left-section .full-width-left-column,
  #content .full-width-right-section .full-width-right-column,
  #content .full-width-right-section .full-width-left-column {
    align-self: center; }
    @media (min-width: 768px) and (max-width: 1024px) {
      #content .full-width-left-section .full-width-right-column, #content .full-width-left-section .full-width-left-column,
      #content .full-width-right-section .full-width-right-column,
      #content .full-width-right-section .full-width-left-column {
        margin-top: 0px;
        margin-bottom: 0px; } }
    #content .full-width-left-section .full-width-right-column .vc_column-inner, #content .full-width-left-section .full-width-left-column .vc_column-inner,
    #content .full-width-right-section .full-width-right-column .vc_column-inner,
    #content .full-width-right-section .full-width-left-column .vc_column-inner {
      padding: 15px;
      padding-top: 20px;
      padding-bottom: 20px;
      background: #0D2D4E; }
      @media (min-width: 992px) {
        #content .full-width-left-section .full-width-right-column .vc_column-inner, #content .full-width-left-section .full-width-left-column .vc_column-inner,
        #content .full-width-right-section .full-width-right-column .vc_column-inner,
        #content .full-width-right-section .full-width-left-column .vc_column-inner {
          background: none;
          padding-right: 0px;
          padding-left: 75px;
          padding-top: 0;
          padding-bottom: 0;
          max-width: 500px; } }
  #content .full-width-left-section .full-width-left-column,
  #content .full-width-left-section .full-width-right-column,
  #content .full-width-right-section .full-width-left-column,
  #content .full-width-right-section .full-width-right-column {
    display: flex;
    justify-content: flex-end; }
    @media (min-width: 1200px) {
      #content .full-width-left-section .full-width-left-column,
      #content .full-width-left-section .full-width-right-column,
      #content .full-width-right-section .full-width-left-column,
      #content .full-width-right-section .full-width-right-column {
        padding-right: 70px; } }
    #content .full-width-left-section .full-width-left-column .h6,
    #content .full-width-left-section .full-width-right-column .h6,
    #content .full-width-right-section .full-width-left-column .h6,
    #content .full-width-right-section .full-width-right-column .h6 {
      margin-bottom: 20px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      #content .full-width-left-section .full-width-left-column h3, #content .full-width-left-section .full-width-left-column .h3,
      #content .full-width-left-section .full-width-right-column h3,
      #content .full-width-left-section .full-width-right-column .h3,
      #content .full-width-right-section .full-width-left-column h3,
      #content .full-width-right-section .full-width-left-column .h3,
      #content .full-width-right-section .full-width-right-column h3,
      #content .full-width-right-section .full-width-right-column .h3 {
        font-size: 24px;
        line-height: 32px; }
      #content .full-width-left-section .full-width-left-column p,
      #content .full-width-left-section .full-width-right-column p,
      #content .full-width-right-section .full-width-left-column p,
      #content .full-width-right-section .full-width-right-column p {
        font-size: 15px;
        line-height: 22px; } }
    #content .full-width-left-section .full-width-left-column .vc_column-inner,
    #content .full-width-left-section .full-width-right-column .vc_column-inner,
    #content .full-width-right-section .full-width-left-column .vc_column-inner,
    #content .full-width-right-section .full-width-right-column .vc_column-inner {
      padding: 15px;
      padding-top: 20px;
      padding-bottom: 20px;
      background: #0D2D4E; }
      #content .full-width-left-section .full-width-left-column .vc_column-inner .vc_btn3-container,
      #content .full-width-left-section .full-width-right-column .vc_column-inner .vc_btn3-container,
      #content .full-width-right-section .full-width-left-column .vc_column-inner .vc_btn3-container,
      #content .full-width-right-section .full-width-right-column .vc_column-inner .vc_btn3-container {
        margin-top: 25px; }
      #content .full-width-left-section .full-width-left-column .vc_column-inner hr,
      #content .full-width-left-section .full-width-right-column .vc_column-inner hr,
      #content .full-width-right-section .full-width-left-column .vc_column-inner hr,
      #content .full-width-right-section .full-width-right-column .vc_column-inner hr {
        margin-top: 30px;
        margin-bottom: 30px; }
      @media (min-width: 992px) {
        #content .full-width-left-section .full-width-left-column .vc_column-inner,
        #content .full-width-left-section .full-width-right-column .vc_column-inner,
        #content .full-width-right-section .full-width-left-column .vc_column-inner,
        #content .full-width-right-section .full-width-right-column .vc_column-inner {
          background: none;
          max-width: 500px; } }
  #content .full-width-left-section h4, #content .full-width-left-section .h4,
  #content .full-width-right-section h4,
  #content .full-width-right-section .h4 {
    margin: 0;
    margin-top: 8px; }
  #content .full-width-left-section p,
  #content .full-width-right-section p {
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) and (max-width: 1024px) {
      #content .full-width-left-section p,
      #content .full-width-right-section p {
        font-size: 15px;
        line-height: 20px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    #content .full-width-left-section .vc_btn3-container,
    #content .full-width-right-section .vc_btn3-container {
      margin-top: 20px; } }
  #content .full-width-left-section h3,
  #content .full-width-right-section h3 {
    margin-top: 0;
    margin-bottom: 1.1rem; }
    @media (min-width: 992px) {
      #content .full-width-left-section h3,
      #content .full-width-right-section h3 {
        margin-bottom: 2.1rem; } }

@media (max-width: 767px) {
  #content .full-width-right-section .row .wpb_column:last-child {
    background-image: none !important; } }

@media (min-width: 768px) {
  #content .full-width-right-section .row .wpb_column:last-child {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    #content .full-width-right-section .row .wpb_column:last-child img {
      display: none !important; } }

@media (min-width: 1200px) {
  #content .full-width-right-section .row .wpb_column:last-child {
    background: none !important; }
    #content .full-width-right-section .row .wpb_column:last-child img {
      display: block !important; } }

#content .full-width-right-section .row .wpb_column:first-child .vc_column-inner {
  padding: 35px 20px 35px 40px; }
  @media (min-width: 1200px) {
    #content .full-width-right-section .row .wpb_column:first-child .vc_column-inner {
      padding: 15px 0px 15px 0; } }

@media (min-width: 768px) {
  #content .full-width-left-section .row .wpb_column:first-child {
    padding-right: 0; } }

#content .full-width-left-section .row .wpb_column:first-child .vc_column-inner {
  height: 100%; }

#content .full-width-left-section .row .wpb_column:first-child .wpb_single_image .vc_figure {
  display: block;
  height: 100%; }

#content .full-width-left-section .row .wpb_column:first-child .wpb_wrapper {
  height: 100%; }
  #content .full-width-left-section .row .wpb_column:first-child .wpb_wrapper .wpb_content_element {
    height: 100%; }

@media (max-width: 767px) {
  #content .full-width-left-section .row .wpb_column:first-child {
    background-image: none !important; } }

@media (min-width: 768px) {
  #content .full-width-left-section .row .wpb_column:first-child {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    #content .full-width-left-section .row .wpb_column:first-child img {
      display: none !important; } }

@media (min-width: 1200px) {
  #content .full-width-left-section .row .wpb_column:first-child {
    background: none !important; }
    #content .full-width-left-section .row .wpb_column:first-child img {
      display: block !important; } }

#content .full-width-left-section .row .wpb_column:last-child {
  justify-content: flex-start; }
  #content .full-width-left-section .row .wpb_column:last-child .vc_column-inner {
    height: 100%; }
  #content .full-width-left-section .row .wpb_column:last-child .wpb_single_image .vc_figure {
    display: block;
    height: 100%; }
  #content .full-width-left-section .row .wpb_column:last-child .wpb_wrapper {
    height: 100%; }
    #content .full-width-left-section .row .wpb_column:last-child .wpb_wrapper .wpb_content_element {
      height: 100%; }
  #content .full-width-left-section .row .wpb_column:last-child .vc_column-inner {
    padding: 35px 20px 30px; }
    @media (min-width: 1200px) {
      #content .full-width-left-section .row .wpb_column:last-child .vc_column-inner {
        padding: 15px 0px 15px 0; } }
  @media (min-width: 1200px) {
    #content .full-width-left-section .row .wpb_column:last-child {
      padding-left: 70px;
      padding-right: 0; } }

@media (min-width: 768px) {
  .full-width-left-bg-style-2.wpb_column {
    padding-right: 45px; } }

.full-width-right-bg &gt; .vc_column-inner,
.full-width-left-bg &gt; .vc_column-inner {
  padding: 27px 40px;
  padding-bottom: 20px;
  position: relative; }
  @media (max-width: 767px) {
    .full-width-right-bg &gt; .vc_column-inner,
    .full-width-left-bg &gt; .vc_column-inner {
      margin-left: -15px;
      margin-right: -15px;
      padding-left: 15px;
      padding-right: 15px; } }

.full-width-right-bg .wpb_content_element,
.full-width-left-bg .wpb_content_element {
  margin-bottom: 16px; }

.full-width-right-bg .h4,
.full-width-left-bg .h4 {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 25px;
  margin-top: 0; }

@media (max-width: 991px) {
  .full-width-left-bg .vc_btn3-container.vc_btn3-right {
    text-align: left; }
    .full-width-left-bg .vc_btn3-container.vc_btn3-right .vc_btn3-style-flat {
      margin-top: 20px; } }

.full-width-style2 .h3 {
  font-size: 25px;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 0; }

.wpb_content_element.full-width-right-bg &gt; .wpb_wrapper,
.wpb_content_element.full-width-left-bg &gt; .wpb_wrapper {
  padding: 27px 40px;
  padding-bottom: 20px;
  position: relative; }

.full-width-right-bg.green,
.full-width-left-bg.green,
.full-width-right-bg.navy,
.full-width-left-bg.navy {
  color: #fff; }
  .full-width-right-bg.green .h4, .full-width-right-bg.green .h5, .full-width-right-bg.green h4, .full-width-right-bg.green h5, .full-width-right-bg.green .h3, .full-width-right-bg.green h3, .full-width-right-bg.green .h2, .full-width-right-bg.green h2,
  .full-width-left-bg.green .h4,
  .full-width-left-bg.green .h5,
  .full-width-left-bg.green h4,
  .full-width-left-bg.green h5,
  .full-width-left-bg.green .h3,
  .full-width-left-bg.green h3,
  .full-width-left-bg.green .h2,
  .full-width-left-bg.green h2,
  .full-width-right-bg.navy .h4,
  .full-width-right-bg.navy .h5,
  .full-width-right-bg.navy h4,
  .full-width-right-bg.navy h5,
  .full-width-right-bg.navy .h3,
  .full-width-right-bg.navy h3,
  .full-width-right-bg.navy .h2,
  .full-width-right-bg.navy h2,
  .full-width-left-bg.navy .h4,
  .full-width-left-bg.navy .h5,
  .full-width-left-bg.navy h4,
  .full-width-left-bg.navy h5,
  .full-width-left-bg.navy .h3,
  .full-width-left-bg.navy h3,
  .full-width-left-bg.navy .h2,
  .full-width-left-bg.navy h2 {
    color: #FFFFFF; }
  .full-width-right-bg.green p, .full-width-right-bg.green li,
  .full-width-left-bg.green p,
  .full-width-left-bg.green li,
  .full-width-right-bg.navy p,
  .full-width-right-bg.navy li,
  .full-width-left-bg.navy p,
  .full-width-left-bg.navy li {
    color: #fff; }
  .full-width-right-bg.green a,
  .full-width-left-bg.green a,
  .full-width-right-bg.navy a,
  .full-width-left-bg.navy a {
    font-weight: 700;
    color: #fff;
    transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out; }
    .full-width-right-bg.green a:hover, .full-width-right-bg.green a:focus, .full-width-right-bg.green a:active,
    .full-width-left-bg.green a:hover,
    .full-width-left-bg.green a:focus,
    .full-width-left-bg.green a:active,
    .full-width-right-bg.navy a:hover,
    .full-width-right-bg.navy a:focus,
    .full-width-right-bg.navy a:active,
    .full-width-left-bg.navy a:hover,
    .full-width-left-bg.navy a:focus,
    .full-width-left-bg.navy a:active {
      color: #8DD0D8;
      text-decoration: none; }
  .full-width-right-bg.green a.green,
  .full-width-left-bg.green a.green,
  .full-width-right-bg.navy a.green,
  .full-width-left-bg.navy a.green {
    color: #72BEC6;
    transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out; }
    .full-width-right-bg.green a.green:hover, .full-width-right-bg.green a.green:focus, .full-width-right-bg.green a.green:active,
    .full-width-left-bg.green a.green:hover,
    .full-width-left-bg.green a.green:focus,
    .full-width-left-bg.green a.green:active,
    .full-width-right-bg.navy a.green:hover,
    .full-width-right-bg.navy a.green:focus,
    .full-width-right-bg.navy a.green:active,
    .full-width-left-bg.navy a.green:hover,
    .full-width-left-bg.navy a.green:focus,
    .full-width-left-bg.navy a.green:active {
      color: #9ACED3;
      text-decoration: none; }

.full-width-right-bg.green a.green,
.full-width-left-bg.green a.green {
  color: #0D2D4E;
  transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out; }
  .full-width-right-bg.green a.green:hover, .full-width-right-bg.green a.green:focus, .full-width-right-bg.green a.green:active,
  .full-width-left-bg.green a.green:hover,
  .full-width-left-bg.green a.green:focus,
  .full-width-left-bg.green a.green:active {
    color: #005596;
    text-decoration: none; }

.wpb_content_element.full-width-left-bg.green &gt; .wpb_wrapper,
.wpb_content_element.full-width-right-bg.green &gt; .wpb_wrapper {
  background-color: #00a1b1; }

.full-width-left-bg.green &gt; .vc_column-inner,
.full-width-right-bg.green &gt; .vc_column-inner,
.full-width-left-bg.green-bg &gt; .vc_column-inner,
.full-width-right-bg.green-bg &gt; .vc_column-inner {
  background-color: #00a1b1; }

.wpb_content_element.full-width-left-bg.light-blue &gt; .wpb_wrapper,
.wpb_content_element.full-width-right-bg.light-blue &gt; .wpb_wrapper {
  background-color: #DFEDF0; }

.full-width-left-bg.light-blue &gt; .vc_column-inner,
.full-width-right-bg.light-blue &gt; .vc_column-inner {
  background-color: #DFEDF0; }

.full-width-left-bg &gt; .vc_column-inner {
  padding-left: 0;
  padding-bottom: 16px; }

@media (min-width: 768px) {
  .full-width-left-bg &gt; .vc_column-inner:before {
    right: 103.5%; } }

@media (min-width: 768px) {
  .full-width-left-bg &gt; .vc_column-inner:before {
    background-color: inherit;
    content: '';
    display: block;
    position: absolute;
    right: 100%;
    height: 100%;
    width: 1280%;
    top: 0; } }

.full-width-left-bg.green &gt; .vc_column-inner,
.full-width-right-bg.green &gt; .vc_column-inner {
  background-color: #00a1b1; }

.full-width-left-bg.navy &gt; .vc_column-inner,
.full-width-right-bg.navy &gt; .vc_column-inner {
  background-color: #592A8A; }

.full-width-left-bg &gt; .vc_column-inner {
  padding-left: 0;
  padding-bottom: 16px; }

@media (min-width: 768px) {
  .full-width-left-bg &gt; .vc_column-inner:before {
    right: 103.5%; } }

@media (min-width: 768px) {
  .full-width-left-bg &gt; .vc_column-inner:before {
    background-color: inherit;
    content: '';
    display: block;
    position: absolute;
    right: 100%;
    height: 100%;
    width: 1280%;
    top: 0; } }

.wpb_content_element.full-width-left-bg &gt; .wpb_wrapper,
.wpb_content_element.full-width-right-bg &gt; .wpb_wrapper {
  position: relative; }

.wpb_content_element.full-width-left-bg &gt; .wpb_wrapper {
  padding-left: 0;
  padding-bottom: 16px; }

@media (min-width: 768px) {
  .wpb_content_element.full-width-left-bg .wpb_wrapper:before {
    right: 103.5%; } }

@media (min-width: 768px) {
  .wpb_content_element.full-width-left-bg .wpb_wrapper:before {
    background-color: inherit;
    content: '';
    display: block;
    position: absolute;
    right: 100%;
    height: 100%;
    width: 1280%;
    top: 0; } }

.wpb_content_element.full-width-style2 &gt; .wpb_wrapper {
  padding: 50px 40px; }

.wpb_content_element.full-width-style2 &gt; .vc_column-inner {
  padding: 50px 40px; }

.wpb_content_element.full-width-style2.full-width-right-bg {
  padding-right: 0px; }
  .wpb_content_element.full-width-style2.full-width-right-bg &gt; .wpb_wrapper {
    padding-right: 0px;
    padding-left: 80px; }

.wpb_content_element.full-width-style2.full-width-right-bg {
  padding-right: 0px; }
  .wpb_content_element.full-width-style2.full-width-right-bg &gt; .vc_column-inner {
    padding-right: 0px;
    padding-left: 80px; }

.wpb_content_element.full-width-style2.full-width-left-bg {
  padding-left: 0px; }
  .wpb_content_element.full-width-style2.full-width-left-bg &gt; .wpb_wrapper {
    padding-left: 0px;
    padding-right: 80px; }

.wpb_content_element.full-width-style2.full-width-left-bg {
  padding-left: 0px; }
  .wpb_content_element.full-width-style2.full-width-left-bg &gt; .vc_column-inner {
    padding-left: 0px;
    padding-right: 80px; }

@media (min-width: 768px) {
  .full-width-right-bg &gt; .vc_column-inner:before {
    left: 103.5%; } }

@media (min-width: 768px) {
  .full-width-right-bg &gt; .vc_column-inner:before {
    background-color: inherit;
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    height: 100%;
    width: 1280%;
    top: 0; } }

@media (min-width: 768px) {
  .wpb_content_element.full-width-right-bg .wpb_wrapper:before {
    left: 103.5%; } }

@media (min-width: 768px) {
  .wpb_content_element.full-width-right-bg .wpb_wrapper:before {
    background-color: inherit;
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    height: 100%;
    width: 1280%;
    top: 0; } }

@media (max-width: 767px) {
  .full-width-right-bg &gt; .vc_column-inner,
  .full-width-left-bg &gt; .vc_column-inner {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px; } }

.full-width-left-bg.full-width-left-bg-style-3 &gt; .vc_column-inner {
  padding: 30px 45px 30px 15px; }
  @media (min-width: 768px) {
    .full-width-left-bg.full-width-left-bg-style-3 &gt; .vc_column-inner {
      padding: 50px 65px 50px 0; } }

.full-width-right-bg.full-width-right-bg-style-3 &gt; .vc_column-inner {
  padding: 30px 15px 30px 45px; }
  @media (min-width: 768px) {
    .full-width-right-bg.full-width-right-bg-style-3 &gt; .vc_column-inner {
      padding: 50px 0 50px 65px; } }
  .full-width-right-bg.full-width-right-bg-style-3 &gt; .vc_column-inner .wpb_content_element {
    margin-bottom: 0 !important; }

.wpb_content_element.full-width-right-bg-sm.green &gt; .wpb_wrapper {
  padding: 27px 0px 20px 40px; }

#content .full-width-left-section.bg-pattern-1 .full-width-left-column .vc_column-inner,
#content .full-width-right-section.bg-pattern-1 .full-width-right-column .vc_column-inner,
#content .full-width-left-section.bg-pattern-1 .full-width-right-column .vc_column-inner,
#content .full-width-right-section.bg-pattern-1 .full-width-left-column .vc_column-inner {
  background: transparent;
  /*background-image: url(../../../images/bg-pattern-1-navy.png);*/
  background-color: #592A8A; }
  @media (min-width: 768px) {
    #content .full-width-left-section.bg-pattern-1 .full-width-left-column .vc_column-inner,
    #content .full-width-right-section.bg-pattern-1 .full-width-right-column .vc_column-inner,
    #content .full-width-left-section.bg-pattern-1 .full-width-right-column .vc_column-inner,
    #content .full-width-right-section.bg-pattern-1 .full-width-left-column .vc_column-inner {
      background: none; } }

#content .full-width-left-section.green-bg .full-width-left-column .vc_column-inner,
#content .full-width-right-section.green-bg .full-width-right-column .vc_column-inner,
#content .full-width-left-section.green-bg .full-width-right-column .vc_column-inner,
#content .full-width-right-section.green-bg .full-width-left-column .vc_column-inner {
  background: transparent;
  background-color: #00a1b1; }
  @media (min-width: 768px) {
    #content .full-width-left-section.green-bg .full-width-left-column .vc_column-inner,
    #content .full-width-right-section.green-bg .full-width-right-column .vc_column-inner,
    #content .full-width-left-section.green-bg .full-width-right-column .vc_column-inner,
    #content .full-width-right-section.green-bg .full-width-left-column .vc_column-inner {
      background: none; } }

#content .full-width-left-section.light-blue-bg .full-width-left-column .vc_column-inner,
#content .full-width-right-section.light-blue-bg .full-width-right-column .vc_column-inner,
#content .full-width-left-section.light-blue-bg .full-width-right-column .vc_column-inner,
#content .full-width-right-section.light-blue-bg .full-width-left-column .vc_column-inner {
  background: transparent;
  background-color: #DFEDF0; }
  @media (min-width: 768px) {
    #content .full-width-left-section.light-blue-bg .full-width-left-column .vc_column-inner,
    #content .full-width-right-section.light-blue-bg .full-width-right-column .vc_column-inner,
    #content .full-width-left-section.light-blue-bg .full-width-right-column .vc_column-inner,
    #content .full-width-right-section.light-blue-bg .full-width-left-column .vc_column-inner {
      background: none; } }

.vc_tta-tabs-container:before,
.vc_tta-tabs-container:after {
  background: transparent; }

.wpb-js-composer #content .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
  background-color: transparent; }
  @media (max-width: 767px) {
    .wpb-js-composer #content .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
      clear: both; } }

.wpb-js-composer #content .vc_tta-o-non-responsive .vc_tta-panel {
  transition: all 0.35s ease-in;
  opacity: 0; }

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
  position: relative;
  float: right; }

.wpb-js-composer #content .vc_tta-panels-container {
  clear: both; }

.vc_tta-container h2 {
  float: left;
  font-size: 28px;
  color: #592A8A;
  line-height: 35px;
  margin-top: 2px;
  margin-bottom: .9rem; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .vc_tta-container h2 {
      float: none; } }

.wpb-js-composer #content .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
  margin-left: 0;
  margin-right: 0; }

.wpb-js-composer #content .vc_tta-container {
  margin-bottom: 0; }

.wpb-js-composer #content .vc_tta.vc_general .vc_tta-panel-body {
  padding: 14px 15px; }

.wpb-js-composer #content .vc_tta.vc_general.vc_tta-tabs .vc_tta-panel-body {
  padding: 14px 0px; }

.wpb-js-composer #content .vc_tta.vc_tta-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab {
  position: relative; }
  .wpb-js-composer #content .vc_tta.vc_tta-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab:before {
    width: 1px;
    height: 100%;
    background: #A4D7F4;
    display: inline-block;
    content: '';
    height: 21px;
    float: left;
    margin-top: 5px;
    position: absolute;
    z-index: -1; }
  .wpb-js-composer #content .vc_tta.vc_tta-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab:first-child:before {
    display: none; }
  .wpb-js-composer #content .vc_tta.vc_tta-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab &gt; a {
    display: inline-block;
    color: #72BEC6;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    border-radius: 0;
    padding: 5px 17px;
    margin-right: -2px;
    margin-left: -2px; }
  .wpb-js-composer #content .vc_tta.vc_tta-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab .vc_active:after {
    display: none; }

.wpb-js-composer #content .vc_tta.vc_tta-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active &gt; a {
  background: #EFF6F7;
  border-radius: 0; }

.wpb-js-composer #content .vc_tta.vc_tta-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active:after {
  display: none; }

@media (min-width: 768px) {
  .wpb-js-composer #content .vc_tta-panels-container {
    min-height: 600px; } }

body.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title &gt; a {
  font-weight: 600;
  color: #656565;
  letter-spacing: 0;
  padding: 26px 40px 26px 0;
  font-size: 16px;
  line-height: 22px; }
  @media (min-width: 768px) {
    body.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title &gt; a {
      padding: 26px 20px 26px 0;
      line-height: 30px;
      font-size: 18px; } }

@media (min-width: 768px) {
  body.wpb-js-composer #content .vc_tta-panels-container {
    min-height: auto; } }

body.wpb-js-composer #content .vc_tta.vc_general .vc_tta-panels-container {
  padding-top: 16px;
  padding-bottom: 4px; }

body.single.wpb-js-composer #content .vc_tta.vc_general .vc_tta-panels-container {
  padding-top: 4px;
  padding-bottom: 4px; }

body.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
  background-color: transparent;
  padding: 0px; }

body.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel {
  border-top: 1px solid #322E78; }

.wpb-js-composer #content .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body {
  padding-bottom: 32px;
  padding-top: 0;
  padding-left: 0; }
  @media (min-width: 768px) {
    .wpb-js-composer #content .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body {
      padding-top: 20px;
      padding-left: 30px; } }

.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title &gt; a {
  padding-left: 0; }

body.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  width: 20px; }

body.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before {
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  -webkit-transform: none;
  transform: none;
  border: none;
  content: '';
  background: url(../../../images/teal-chev-down.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 10px;
  right: 20px;
  color: #FB951D;
  transform-origin: 50%;
  transition: all 0.25s ease; }

.wpb-js-composer #content .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus,
.wpb-js-composer #content .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover {
  background-color: #EFF6F7; }
  @media (min-width: 992px) {
    .wpb-js-composer #content .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus a,
    .wpb-js-composer #content .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover a {
      padding-left: 30px; } }

.wpb-js-composer #content .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading:focus,
.wpb-js-composer #content .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading:hover {
  background-color: transparent; }
  .wpb-js-composer #content .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading:focus a,
  .wpb-js-composer #content .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading:hover a {
    padding-left: 0px; }

.wpb-js-composer #content .vc_tta.vc_general .vc_tta-panels-container {
  margin-left: 0;
  margin-right: 0; }

body.wpb-js-composer .vc_tta .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
  -webkit-transform: none;
  transform: none;
  transform: rotate(180deg); }

body.wpb-js-composer .faq-accordion.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title &gt; a strong {
  font-weight: 700;
  font-size: 18px;
  color: #0D2D4E;
  letter-spacing: 0;
  line-height: 30px;
  margin-right: 8px;
  display: inline-block; }

body.wpb-js-composer .faq-accordion.qa-enabled.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title &gt; a:before {
  content: 'Q: ';
  font-weight: 700;
  font-size: 18px;
  color: #322E78;
  letter-spacing: 0;
  line-height: 30px;
  margin-right: 8px;
  display: inline-block; }

body.wpb-js-composer .faq-accordion.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title &gt; a,
body.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title &gt; a {
  font-size: 16px;
  transition: padding-left 0.25s ease; }
  @media (max-width: 991px) {
    body.wpb-js-composer .faq-accordion.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title &gt; a span,
    body.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title &gt; a span {
      display: block;
      padding-right: 12px; } }

.wpb-js-composer #content .faq-accordion.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body {
  padding-left: 0;
  padding-right: 10px; }
  @media (min-width: 768px) {
    .wpb-js-composer #content .faq-accordion.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body {
      padding-left: 34px;
      padding-right: 40px; } }
  .wpb-js-composer #content .faq-accordion.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body p {
    font-weight: 300;
    font-size: 16px; }
    .wpb-js-composer #content .faq-accordion.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body p strong {
      font-weight: 700;
      font-size: 18px;
      color: #0D2D4E;
      letter-spacing: 0;
      line-height: 22px;
      margin-right: 8px;
      display: inline-block;
      display: block;
      float: left;
      margin-right: 15px;
      margin-bottom: 47px; }

.wpb-js-composer #content .faq-accordion.qa-enabled.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body {
  padding-left: 54px; }
  .wpb-js-composer #content .faq-accordion.qa-enabled.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body:before {
    content: 'A: ';
    font-weight: 700;
    font-size: 18px;
    color: #0D2D4E;
    letter-spacing: 0;
    line-height: 30px;
    margin-right: 8px;
    display: block;
    position: absolute;
    left: 28px;
    top: -5px; }
    @media (min-width: 768px) {
      .wpb-js-composer #content .faq-accordion.qa-enabled.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body:before {
        top: 16px; } }

body .vc_separator.vc_sep_color_grey .vc_sep_line {
  border-color: #BEBEBE; }

.vc_row.vc_row-flex &gt; .column_container {
  display: flex; }

.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) &gt; .column_container {
  align-items: center; }

.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) &gt; .column_container {
  align-items: flex-start; }

.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) &gt; .column_container {
  align-items: flex-end; }

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%); }

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-focus-input {
  display: none; }

.chosen-container-single .chosen-default {
  color: #999; }

.gform_wrapper .chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%); }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

.gform_wrapper .chosen-hide-search .chosen-search {
  display: none; }

#content .gform_wrapper .gfield_date_year input {
  width: 6.5rem; }

#content .gform_wrapper .gfield_date_day input,
#content .gform_wrapper .gfield_date_month input {
  width: calc(3.4rem + 8px); }

/* @end */
.carousel {
  position: relative; }

.style1-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 10px; }

.no-margin .style1-nav {
  margin-bottom: 0px; }

.style1-bullets {
  height: 26px; }

.style1-nav .slick-dots {
  text-align: center;
  margin: 0;
  width: auto; }

.slick-slide {
  padding: 0; }

.style1-nav .slick-dots li {
  width: 12px;
  height: 10px;
  position: relative; }
  .style1-nav .slick-dots li button {
    position: relative;
    transition: border,background-color .15s ease-in-out; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-next:before {
  display: none; }

.slick-next:after {
  content: "";
  width: 1px;
  background-color: #BEBEBE;
  height: 26px;
  display: block;
  position: absolute;
  top: 0px;
  opacity: 1;
  left: 0px; }

.slick-prev {
  padding: 10px; }
  .slick-prev:before {
    content: '';
    top: 4px;
    width: 8px;
    height: 17px;
    background: url(../../../images/teal-chev-left.svg) no-repeat;
    background-size: contain;
    top: 6px;
    position: absolute; }

.slick-slide h4 {
  display: none; }

.slick-slide p {
  display: none; }

.slick-next {
  padding: 10px;
  margin-left: 1px; }
  .slick-next:before {
    display: block;
    content: '';
    width: 8px;
    height: 17px;
    background: url(../../../images/teal-chev-right.svg) no-repeat;
    background-size: contain;
    top: 6px;
    position: absolute; }

.slick-prev,
.slick-next {
  transform: none;
  width: 26px;
  height: 26px;
  position: relative;
  top: initial;
  left: initial;
  right: initial; }
  .slick-prev, .slick-prev:hover, .slick-next, .slick-next:hover {
    background: transparent; }
  .slick-prev, .slick-prev:before, .slick-next, .slick-next:before {
    transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out; }
  .slick-prev:hover:before, .slick-prev:active:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:active:before, .slick-next:focus:before {
    color: #9ACED3; }
  .slick-prev:before,
  .slick-next:before {
    color: #72BEC6;
    font-size: 20px;
    line-height: 26px; }
  .slick-prev.slick-prev.dark:after, .slick-next.slick-prev.dark:after {
    color: #fff; }
  .slick-prev.white:before, .slick-next.white:before {
    color: #fff; }
  .slick-prev.white:hover:before, .slick-prev.white:active:before, .slick-prev.white:focus:before, .slick-next.white:hover:before, .slick-next.white:active:before, .slick-next.white:focus:before {
    opacity: 0.75; }

/*the container must be positioned relative:*/
.custom-select {
  display: block;
  position: relative; }

.custom-select select {
  display: none;
  /*hide original SELECT element:*/ }

.select-selected {
  border: none;
  border-radius: 0px;
  border-left: none;
  height: 38px; }
  @media (min-width: 768px) {
    .select-selected {
      height: 52px; } }

.select-selected:after {
  content: ''; }

.select-selected.select-arrow-active:after {
  content: ''; }

.select-selected.select-arrow-active {
  border-radius: 0px; }

.select-items {
  margin-right: 0; }

.select-selected:before {
  position: absolute;
  content: "\f078";
  right: 0;
  top: 40%;
  color: #747474;
  font-size: 12px; }

.select-selected:before {
  position: absolute;
  background-position: 0;
  background-size: cover;
  content: '';
  background: url(../../../images/teal-chev-down.svg) no-repeat;
  width: 11px;
  height: 5px;
  top: 18px;
  right: 12px;
  color: #FB951D;
  font-size: 14px;
  display: inline-block;
  transform-origin: 50%;
  transition: all 0.25s ease;
  background-size: cover; }

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:before {
  transform: rotate(180deg); }

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  color: #ffffff;
  padding: 8px 16px 8px 8px;
  cursor: pointer;
  font-weight: 400;
  color: #747474;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 12px;
  color: #00A1B1;
  letter-spacing: 0.28px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .select-items div, .select-selected {
      padding: 10px 16px 10px 8px; } }

.select-selected {
  display: flex;
  align-items: center; }

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: -1px;
  right: -1px;
  z-index: 99;
  border-radius: 0 0 5px 5px;
  border-left: 1px solid #DFEDF0;
  border-bottom: 1px solid #DFEDF0;
  text-align: left;
  box-shadow: 2px 4px 5px 0px rgba(0, 51, 74, 0.42); }

/*hide the items when the select box is closed:*/
.select-hide {
  display: none; }

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1); }

#glt-settings.wrap {
  max-width: 1300px; }

#glt-settings.wrap:after {
  content: "";
  display: block;
  clear: both; }

#glt-footer,
#glt-footer #google_language_translator {
  display: none !important; }

#glt-translate-trigger,
#glt-translate-trigger span {
  cursor: pointer; }

#glt-settings .glt-main-settings h3:before {
  content: "\f108"; }

#glt-settings .glt-layout-settings h3:before {
  content: "\f116"; }

#glt-settings .glt-floating-widget-settings h3:before {
  content: "\f134"; }

#glt-settings .glt-behavior-settings h3:before {
  content: "\f185"; }

#glt-settings .glt-usage-settings h3:before {
  content: "\f106"; }

#glt-settings .glt-preview-settings h3:before {
  content: "\f115"; }

#glt-settings .glt-flag-settings h3:before {
  content: "\f227"; }

#glt-settings .glt-seo-settings h3:before {
  content: "\f11e"; }

#glt-settings .glt-gtranslate-ad h3:before {
  content: "\f326"; }

#glt-settings .glt-css-settings h3:before {
  content: "\f119"; }

#glt-settings .glt-seo-settings {
  background-color: #ffc293; }

#glt-settings .glt-main-settings h3:before,
#glt-settings .glt-layout-settings h3:before,
#glt-settings .glt-behavior-settings h3:before,
#glt-settings .glt-floating-widget-settings h3:before,
#glt-settings .glt-usage-settings h3:before,
#glt-settings .glt-preview-settings h3:before,
#glt-settings .glt-flag-settings h3:before,
#glt-settings .glt-seo-settings h3:before,
#glt-settings .glt-gtranslate-ad h3:before,
#glt-settings .glt-css-settings h3:before {
  margin-right: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  text-align: center;
  -webkit-transition: color 0.1s ease-in 0;
  transition: color 0.1s ease-in 0;
  -webkit-font-smoothing: antialiased; }

#glt-settings .button,
#glt-settings .button-primary {
  text-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
  transition: 0.25s opacity ease-in-out;
  -webkit-transition: 0.25s opacity ease-in-out;
  -moz-transition: 0.25s opacity ease-in-out; }

#glt-settings .button {
  background: #95a5a6;
  border: 1px solid #95a5a6;
  color: #fff; }

#glt-settings .button-primary {
  background: #ea4335;
  border: 1px solid #ea4335; }

#glt-settings .button:hover {
  opacity: 0.8; }

#glt-settings .button-primary:hover {
  opacity: 0.8;
  background: #ea4335;
  border: 1px solid #ea4335; }

.tool-container {
  bottom: 43px !important;
  top: auto !important;
  z-index: 99999999 !important; }

.tool-container .tool-items a {
  margin: 4px; }

.box-right {
  clear: right; }

a.wp-studio-logo:focus,
a.wp-helpdesk-logo:focus {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important; }

.goog-te-gadget-simple {
  margin: 4px 0; }

#google_language_translator select.goog-te-combo {
  width: 143px;
  background: #fff;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  padding: 3px !important;
  height: auto !important;
  border: 1px solid lightgray !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px !important;
  -o-border-radius: 0px !important; }

#google_language_translator select.goog-te-combo:focus {
  outline: none !important; }

#flags {
  overflow: hidden; }

#flags ul {
  margin: 0;
  padding: 0; }

#flags li {
  float: left !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  border: none !important;
  list-style: none !important;
  content: none !important; }

#flags li:before {
  content: none !important;
  border: none !important;
  background: none !important; }

#flags a,
.tool-container .tool-items a {
  display: inline-block;
  cursor: pointer; }

a.nturl.single-language {
  border: 0; }

a.single-language span.flag {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }

#flags.size24 a,
.tool-container .tool-items a,
a.single-language span.size24 {
  width: 24px !important;
  height: 18px !important;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box; }

#flags.size22 a,
a.single-language span.size22 {
  width: 22px !important;
  height: 17px !important;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box; }

#flags.size20 a,
a.single-language span.size20 {
  width: 20px !important;
  height: 14px !important;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box; }

#flags.size18 a,
a.single-language span.size18 {
  width: 18px !important;
  height: 14px !important;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box; }

#flags.size16 a,
#language span.size16,
a.single-language span.size16 {
  width: 16px !important;
  height: 12px !important;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box; }

.tool-container .tool-items a {
  display: inline-block;
  margin: 3px 5px 3px;
  width: 24px !important;
  height: 18px !important; }

.goog-te-gadget {
  color: #444;
  font-size: 11px;
  font-family: "Arial", sans, sans-serif; }

.goog-te-gadget img {
  vertical-align: middle; }

select.goog-te-combo:focus {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important; }

.metabox-holder {
  width: 65%;
  float: left; }

.metabox-holder h2 {
  margin-bottom: 18px; }

.submit {
  padding: 0px; }

.form-table th {
  width: 50%; }

td.advanced {
  padding-top: 0px;
  padding-bottom: 0px; }

p.hello {
  font-size: 12px;
  color: darkgray; }

.flag {
  padding: 1px 0; }

a.nturl {
  cursor: pointer; }

.flag img,
.alt_flag img {
  border: 0px !important;
  margin-top: 2px !important;
  padding: 0px !important; }

span.goog-branding {
  font-size: 11px;
  font-family: arial;
  color: #666666;
  white-space: nowrap;
  padding-top: 4px;
  text-align: left;
  width: 150px;
  margin-top: 2px;
  left: 170px;
  z-index: 9999;
  float: right; }

.goog-logo-link,
.goog-logo-link:link,
.goog-logo-link:visited,
.goog-logo-link:hover,
.goog-logo-link:active {
  font-size: 12px;
  font-weight: bold;
  color: #444444;
  text-decoration: none;
  line-height: 0.8em; }

span.goog-branding img {
  float: left;
  margin: 0px;
  width: 37px; }

span.vertical-translator {
  position: auto;
  float: none !important;
  font-size: 11px;
  font-family: arial;
  color: #666666;
  white-space: nowrap;
  vertical-align: middle;
  padding-top: 4px;
  text-align: left;
  width: 150px;
  margin-top: 2px;
  right: -50px;
  z-index: 9999; }

.tool-container .tool-items .flag img {
  width: 24px !important;
  height: 24px !important;
  margin-top: 1px !important; }

.tool-items .flag {
  padding: 0px !important; }

.tool-container {
  line-height: 1; }

#footer-instance {
  display: none !important; }

code {
  border: 1px solid lightgray; }

#flags.size24 a.united-states[title="English"], .tool-container a.united-states[title="English"], a.single-language.united-states[title="English"] span.size24 {
  background: url(../../../library/ext/EN-English.png);
  /* background: url(../images/flags.png) -116px -351px no-repeat !important; */ }

#flags.size24 a[title="Spanish"], .tool-container .tool-items a[title="Spanish"], a.single-language[title="Spanish"] span.size24 {
  background: url(../../../library/ext/ES-Spanish.png);
  /* background: url(../images/flags.png) 0 -322px no-repeat; */ }

.glt-controls {
  margin-bottom: 15px;
  background: #f0f0f0;
  padding: 10px; }

/* Some Dashboard mobile styles */
@media only screen and (max-width: 1023px) {
  .metabox-holder {
    float: none !important;
    width: 100% !important; }
  .flagdisplay {
    float: none !important;
    width: 100% !important; }
  .flagdisplay div {
    margin-bottom: 10px; } }

/* End 1023px */
#glt-toolbar {
  display: none; }

#glt-translate-trigger {
  position: fixed;
  bottom: 0px;
  top: auto;
  right: 20px;
  z-index: 200002;
  padding: 6px 20px 3px;
  font-size: 16px;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-align: center;
  box-shadow: none;
  -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
  box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  background-color: #2F74B7; }

.tool-container {
  background-color: #D8D8D8;
  background-size: 100% 100%;
  border-radius: 3px;
  box-shadow: 0px 0px 15px rgba(35, 35, 35, 0.78);
  position: absolute; }

.tool-container.tool-top, .tool-container.tool-bottom {
  border-bottom: 1px solid #beb8b8;
  /* #B1A9A9 */ }

.tool-items {
  height: 100%; }

.tool-top .tool-item, .tool-bottom .tool-item {
  float: left;
  /*border-right: 1px solid #e2dfdf;
  border-left: 1px solid #9f9898;*/ }

.tool-left .tool-item, .tool-right .tool-item {
  height: 34px;
  border-top: 1px solid #e2dfdf;
  border-bottom: 1px solid #9f9898; }

.tool-item {
  height: 100%;
  display: block;
  width: 34px;
  text-align: center; }

.tool-item:first-child {
  border-left: none; }

.tool-left .tool-item:first-child, .tool-right .tool-item:first-child {
  border-top: 1px solid transparent; }

.tool-item:last-child {
  border-right: none;
  border-bottom: none; }

.tool-item.selected, .tool-item:hover {
  background: #a79f9f;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a79f9f), color-stop(93%, #e2dfdf));
  background: -moz-linear-gradient(top, #a79f9f 0%, #e2dfdf 93%);
  background: -ms-linear-gradient(top, #a79f9f 0%, #e2dfdf 93%);
  background: linear-gradient(to bottom, #a79f9f 0%, #e2dfdf 93%);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E3OWY5ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkzJSIgc3RvcC1jb2xvcj0iI2UyZGZkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a79f9f', endColorstr='#e2dfdf',GradientType=0 ); }

.tool-top .tool-item:last-child:hover, .tool-bottom .tool-item:last-child:hover {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.tool-top .tool-item:first-child:hover, .tool-bottom .tool-item:first-child:hover {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.tool-left .tool-item:last-child:hover, .tool-right .tool-item:last-child:hover {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.tool-left .tool-item:first-child:hover, .tool-right .tool-item:first-child:hover {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

.tool-container .arrow {
  width: 0;
  height: 0;
  position: absolute;
  border-width: 7px;
  border-style: solid; }

.tool-container.tool-top .arrow {
  border-color: #e9e5e5 transparent transparent;
  left: 50%;
  bottom: -14px;
  margin-left: -7px; }

.tool-container.tool-bottom .arrow {
  border-color: transparent transparent #e9e5e5;
  left: 50%;
  top: -14px;
  margin-left: -7px; }

.tool-container.tool-left .arrow {
  border-color: transparent transparent transparent #E9E5E5;
  top: 50%;
  right: -14px;
  margin-top: -7px; }

.tool-container.tool-right .arrow {
  border-color: transparent #E9E5E5 transparent transparent;
  top: 50%;
  left: -14px;
  margin-top: -7px; }

.demo-link {
  color: #89CDE4;
  text-decoration: underline;
  cursor: pointer;
  margin-left: 30px; }

.demo-link:hover {
  text-decoration: none;
  cursor: pointer; }

.tool-container.tool-top .arrow {
  border-color: #D8D8D8 transparent transparent;
  left: 50%;
  top: 9px;
  bottom: initial;
  margin-left: -7px;
  display: block;
  animation: none; }

.alert.alert-default {
  margin-left: 0px;
  margin-right: 0px;
  padding: 15px 15px 15px 15px;
  height: auto;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .alert.alert-default {
      padding: 15px 0px 15px 0px; } }
  @media (max-width: 767px) {
    .alert.alert-default .icon {
      display: none;
      padding: 15px 0px 15px 0px; } }
  .alert.alert-default .container {
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

.js-force-full-width.alert {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  border-radius: 0; }

.vc_message_box.alert {
  padding: 0;
  margin: 0;
  margin: 0 0 0 0; }
  .vc_message_box.alert .row [class^="col-"] {
    padding-top: 0;
    padding-bottom: 0; }
  .vc_message_box.alert .alert-inner {
    padding: 1em 1em 1em 2.6em;
    position: relative;
    display: flex; }

.alert h3 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0;
  margin-top: 0;
  margin-right: 50px;
  margin-bottom: 13px; }

.alert p {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19px;
  margin-bottom: 0;
  letter-spacing: 0;
  line-height: 25px;
  line-height: 1.2;
  padding-right: 46px; }
  @media (max-width: 767px) {
    .alert p {
      margin-bottom: 0rem; } }
  @media (min-width: 768px) {
    .alert p {
      padding-right: 60px; } }

.alert-warning,
body .vc_color-warning.vc_message_box {
  background-color: #72BEC6;
  border-color: #72BEC6;
  color: #fff; }
  .alert-warning .vc_message_box-icon,
  body .vc_color-warning.vc_message_box .vc_message_box-icon {
    width: 24px; }
    .alert-warning .vc_message_box-icon:nth-of-type(2),
    body .vc_color-warning.vc_message_box .vc_message_box-icon:nth-of-type(2) {
      float: right;
      position: relative;
      display: inline-block; }
  .alert-warning a,
  body .vc_color-warning.vc_message_box a {
    color: #fff;
    font-weight: 700;
    transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out; }
    .alert-warning a:hover, .alert-warning a:focus, .alert-warning a:active,
    body .vc_color-warning.vc_message_box a:hover,
    body .vc_color-warning.vc_message_box a:focus,
    body .vc_color-warning.vc_message_box a:active {
      color: #592A8A;
      text-decoration: none; }

body .fa-info-circle:before {
  content: "";
  background: url(../../../images/warning-ico.svg) no-repeat;
  width: 24px;
  height: 24px;
  display: block; }

body .vc_message_box .close {
  opacity: 1;
  color: #fff;
  transition: opacity 0.16s ease-in-out; }
  body .vc_message_box .close:hover, body .vc_message_box .close:focus, body .vc_message_box .close:active {
    opacity: 0.75;
    text-decoration: none; }

.alert .close span,
.vc_message_box .close span {
  display: block;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.42;
  line-height: 1;
  color: #FFFFFF;
  opacity: 1;
  text-transform: uppercase;
  height: 16px; }
  @media (min-width: 992px) {
    .alert .close span,
    .vc_message_box .close span {
      font-size: 10px;
      letter-spacing: 0;
      line-height: 1.55; } }
  .alert .close span:after,
  .vc_message_box .close span:after {
    width: 16px;
    height: 16px;
    margin-left: 8px;
    background-position: center;
    content: '';
    background: url(../../../images/alert-close.svg) no-repeat;
    display: block;
    float: right; }

.vc_message_box .close {
  font-size: 30px;
  opacity: 0.2;
  position: absolute;
  right: 0px;
  transition: 0.25s ease;
  display: flex;
  align-self: center; }

a.h-alert-link {
  color: #FFF;
  font-weight: bold; }

a.h-alert-link:hover {
  color: #7EDC84; }

.top-header {
  display: none; }

.top-header.show {
  display: block; }

#ais-wrapper {
  margin-top: 40px; }
  #ais-wrapper #ais-main {
    padding: 9.8% 0 8rem 0; }
  #ais-wrapper #algolia-search-box {
    background: #FFFFFF;
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    color: #717171;
    border-bottom: none;
    position: relative;
    margin-bottom: 14rem; }
    #ais-wrapper #algolia-search-box input {
      border: none;
      border-bottom: none;
      background: transparent;
      width: 100%;
      line-height: 30px;
      padding: 13px 0 13px 18px;
      font-weight: 400;
      font-size: 16px;
      box-sizing: border-box;
      outline: none;
      box-shadow: none;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none; }
    #ais-wrapper #algolia-search-box .ais-SearchBox-submit {
      background: none;
      border: none; }
      #ais-wrapper #algolia-search-box .ais-SearchBox-submit svg {
        display: none; }
    #ais-wrapper #algolia-search-box .ais-SearchBox-submit:after {
      content: "\f002";
      font-size: 30px;
      color: #2F74B7;
      visibility: visible;
      transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out;
      display: block; }
    #ais-wrapper #algolia-search-box .ais-SearchBox-submit:hover:after,
    #ais-wrapper #algolia-search-box .ais-SearchBox-submit:active:after,
    #ais-wrapper #algolia-search-box .ais-SearchBox-submit:focus:after {
      color: #5391CC; }
    #ais-wrapper #algolia-search-box .ais-SearchBox-submit {
      position: absolute;
      left: initial;
      right: 6px;
      top: 0;
      bottom: 0;
      color: #2F74B7;
      font-size: 30px; }
    #ais-wrapper #algolia-search-box .search-icon {
      position: absolute;
      left: initial;
      right: 16px;
      top: 12px;
      color: #FB951D;
      font-size: 30px; }
    #ais-wrapper #algolia-search-box .ais-root.ais-stats,
    #ais-wrapper #algolia-search-box .ais-Stats {
      font-weight: 600;
      font-size: 14px;
      color: #FFFFFF;
      letter-spacing: 0;
      top: 112px;
      padding-left: 16px;
      position: absolute; }
      #ais-wrapper #algolia-search-box .ais-root.ais-stats:before,
      #ais-wrapper #algolia-search-box .ais-Stats:before {
        content: '';
        width: 2px;
        background: #2F74B7;
        height: 25px;
        display: block;
        position: absolute;
        left: 0;
        top: -2px; }

.ais-SearchBox-reset {
  position: absolute;
  left: initial;
  right: 56px;
  top: 0;
  bottom: 0;
  border-radius: 100%;
  background: #D8D8D8;
  border: none;
  background: transparent; }
  .ais-SearchBox-reset svg path {
    fill: #72BEC6; }

.ais-SearchBox-form {
  flex-basis: 100%; }

.filter-cats a.ais-menu--link {
  color: #0D2D4E; }

.filter-cats .ais-menu--count {
  display: none; }

.filter-cats .ais-SearchBox {
  display: flex; }
  .filter-cats .ais-SearchBox select {
    display: flex;
    flex: 0 0 20%; }

.ais-MenuSelect,
#menu-select-categories select {
  display: none; }

.filter-cats .ais-MenuSelect,
.filter-cats #menu-select-categories select {
  display: flex;
  flex: 1 1 20%; }

#ais-wrapper #algolia-search-box.filter-cats input {
  justify-self: flex-end;
  align-self: flex-end;
  flex: 1 1 80%; }

#wrapper .filter-cats .chosen-container-active.chosen-with-drop .chosen-single,
#wrapper .filter-cats .chosen-container-single .chosen-single,
.ais-MenuSelect-select,
#menu-select-categories select {
  border-top: none;
  border-left: none;
  border-bottom: none; }

#wrapper .filter-cats .chosen-container-single .chosen-single,
.ais-MenuSelect-select,
#menu-select-categories select {
  border-radius: 5px 0 0 5px;
  height: 56px; }

#wrapper .filter-cats .chosen-container-active.chosen-with-drop .chosen-single {
  border-radius: 5px 0 0 0px; }

#wrapper .filter-cats .chosen-container .chosen-results {
  width: 100%; }

.ais-MenuSelect-select,
#menu-select-categories select {
  width: 100%;
  -webkit-appearance: none;
  outline: none;
  padding: 13px 0 13px 18px;
  background: url(../../../images/rebrand-blue-chev-down.svg) no-repeat;
  transform-origin: 50%;
  background-size: 16px;
  background-position: right 12px center; }

#ais-wrapper {
  position: relative; }
  #ais-wrapper .ais-search-box--powered-by {
    display: none; }
  #ais-wrapper .ais-hits--thumbnail img {
    border-radius: 0; }
  #ais-wrapper .ais-Hits-list {
    list-style: none;
    padding-left: 0; }
  #ais-wrapper .ais-hits--item,
  #ais-wrapper .ais-Hits-item {
    margin-bottom: 2.6rem;
    padding-bottom: 24px;
    border-bottom: 1px solid #AFB4C5; }
    #ais-wrapper .ais-hits--item :marker,
    #ais-wrapper .ais-Hits-item :marker {
      display: none; }
    #ais-wrapper .ais-hits--item h2,
    #ais-wrapper .ais-Hits-item h2 {
      font-weight: 600;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 25px;
      margin: 0; }
      #ais-wrapper .ais-hits--item h2 a,
      #ais-wrapper .ais-Hits-item h2 a {
        color: #72BEC6;
        transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out; }
        #ais-wrapper .ais-hits--item h2 a:hover, #ais-wrapper .ais-hits--item h2 a:focus, #ais-wrapper .ais-hits--item h2 a:active,
        #ais-wrapper .ais-Hits-item h2 a:hover,
        #ais-wrapper .ais-Hits-item h2 a:focus,
        #ais-wrapper .ais-Hits-item h2 a:active {
          color: #9ACED3;
          text-decoration: none; }
    #ais-wrapper .ais-hits--item em, #ais-wrapper .ais-hits--item a em,
    #ais-wrapper .ais-Hits-item em,
    #ais-wrapper .ais-Hits-item a em {
      font-style: normal;
      background: #8DD0D8;
      border-radius: 2px; }
    #ais-wrapper .ais-hits--item .excerpt p,
    #ais-wrapper .ais-Hits-item .excerpt p {
      margin-bottom: 0; }
  #ais-wrapper .ais-Pagination-item--lastPage,
  #ais-wrapper .ais-Pagination-item--firstPage {
    display: none; }
  #ais-wrapper .ais-Pagination-list {
    padding-left: 0; }
    #ais-wrapper .ais-Pagination-list li {
      float: left; }
  #ais-wrapper .ais-pagination--item,
  #ais-wrapper .ais-Pagination-item {
    font-weight: 700;
    font-size: 16px;
    padding: 4px;
    letter-spacing: 0.37px;
    margin-right: 0; }
    #ais-wrapper .ais-pagination--item a,
    #ais-wrapper .ais-Pagination-item a {
      color: #FFFFFF;
      width: 30px;
      height: 30px;
      display: block;
      text-align: center;
      line-height: 1.95; }
      #ais-wrapper .ais-pagination--item a:hover, #ais-wrapper .ais-pagination--item a:active, #ais-wrapper .ais-pagination--item a:focus,
      #ais-wrapper .ais-Pagination-item a:hover,
      #ais-wrapper .ais-Pagination-item a:active,
      #ais-wrapper .ais-Pagination-item a:focus {
        text-decoration: none; }
    #ais-wrapper .ais-pagination--item.ais-pagination--item__active a, #ais-wrapper .ais-pagination--item.ais-Pagination-item--selected a,
    #ais-wrapper .ais-Pagination-item.ais-pagination--item__active a,
    #ais-wrapper .ais-Pagination-item.ais-Pagination-item--selected a {
      background: #2F74B7; }
    #ais-wrapper .ais-pagination--item.ais-pagination--item__next a,
    #ais-wrapper .ais-pagination--item.ais-Pagination-item--nextPage a,
    #ais-wrapper .ais-pagination--item.ais-Pagination-item--nextPage span,
    #ais-wrapper .ais-Pagination-item.ais-pagination--item__next a,
    #ais-wrapper .ais-Pagination-item.ais-Pagination-item--nextPage a,
    #ais-wrapper .ais-Pagination-item.ais-Pagination-item--nextPage span {
      text-indent: -9999em;
      background: url(../../../images/white-chev-right.svg) no-repeat;
      width: 30px;
      height: 30px;
      display: inline-block;
      background-size: contain;
      margin-left: 0;
      background-size: 5px 11px;
      background-position: center; }
    #ais-wrapper .ais-pagination--item.ais-pagination--item__previous a,
    #ais-wrapper .ais-pagination--item.ais-Pagination-item--previousPage span,
    #ais-wrapper .ais-pagination--item.ais-Pagination-item--previousPage a,
    #ais-wrapper .ais-Pagination-item.ais-pagination--item__previous a,
    #ais-wrapper .ais-Pagination-item.ais-Pagination-item--previousPage span,
    #ais-wrapper .ais-Pagination-item.ais-Pagination-item--previousPage a {
      text-indent: -9999em;
      background: url(../../../images/white-chev-left.svg) no-repeat;
      width: 30px;
      height: 30px;
      display: inline-block;
      background-size: contain;
      margin-left: 0;
      background-size: 5px 11px;
      background-position: center; }

.search-shortcode {
  position: relative;
  margin-bottom: 30px !important; }
  @media (min-width: 992px) {
    .search-shortcode {
      width: 34.5%; } }
  .search-shortcode input[type='search'] {
    border-bottom: none;
    background: transparent;
    width: 100%;
    padding: 12px 0 12px 10px;
    box-sizing: border-box;
    outline: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: #FFFFFF;
    border-radius: 0px;
    font-size: 12px;
    color: #BEBEBE;
    color: #525252;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    border: 1px solid #DFEDF0;
    font-style: italic;
    height: 38px; }
  .search-shortcode .searchbox-submit {
    background: none;
    border: none; }
  .search-shortcode .searchbox-submit:after {
    content: "\f002";
    font-size: 20px;
    color: #2F74B7;
    visibility: visible;
    transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out;
    display: block; }
  .search-shortcode .searchbox-submit:hover:after,
  .search-shortcode .searchbox-submit:active:after,
  .search-shortcode .searchbox-submit:focus:after {
    color: #5391CC; }
  .search-shortcode .searchbox-submit {
    position: absolute;
    left: initial;
    right: 6px;
    top: 0;
    bottom: 0;
    color: #2F74B7;
    font-size: 30px; }

@media (min-width: 992px) {
  .blog-search-section .search-shortcode,
  .archive-search-section .search-shortcode,
  .page-template-publications .search-shortcode {
    width: 100%; } }

.blog-search-section.vc_section,
.archive-search-section.vc_section,
.page-template-publications.vc_section {
  overflow: visible !important; }

#wrapper .search-shortcode .row {
  margin-left: -10px;
  margin-right: -10px; }

#wrapper .search-shortcode .col {
  padding-left: 10px;
  padding-right: 10px; }

#wrapper .search-shortcode.style2 {
  margin-bottom: 0 !important; }
  #wrapper .search-shortcode.style2 .searchbox-submit {
    right: 15px; }
  #wrapper .search-shortcode.style2 .chosen-container-single .chosen-single {
    text-transform: uppercase;
    padding: 12px 0 12px 12px;
    font-weight: 700;
    font-size: 12px;
    color: #72BEC6;
    letter-spacing: 0.28px;
    height: 38px;
    border-radius: 0;
    border: 1px solid #EFF6F7;
    line-height: 1.3; }
  #wrapper .search-shortcode.style2 .chosen-container .chosen-results li {
    font-weight: 400;
    padding: 8px 16px;
    line-height: 1.2;
    font-size: 12px;
    margin-left: -4px !important; }
  #wrapper .search-shortcode.style2 .chosen-container .chosen-drop {
    border: 1px solid #EFF6F7;
    border-top: none; }
  #wrapper .search-shortcode.style2 .chosen-single:after {
    position: absolute;
    content: '';
    background: url(../../../images/rebrand-blue-chev-down.svg) no-repeat;
    transform-origin: 50%;
    background-size: cover;
    width: 16px;
    height: 7px;
    display: block;
    top: 17px;
    right: 12px;
    transition: all 0.25s ease-in-out; }

.blog-search-section,
.archive-search-section {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #DFEDF0;
  border-bottom: 1px solid #DFEDF0; }
  .blog-search-section, .blog-search-section .wpb_content_element,
  .archive-search-section,
  .archive-search-section .wpb_content_element {
    margin-bottom: 0 !important; }

.archive-search-section {
  border-top: none; }

.wpb-js-composer .news-section .search-shortcode {
  margin-top: -17px; }

.wpb-js-composer .news-section .vc_tta.vc_general .vc_tta-panel-body {
  overflow: visible; }

#content .inline-nav .collapse {
  display: none; }
  #content .inline-nav .collapse.in {
    display: block; }

#content .inline-nav .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: 'ease';
  transition-duration: 0.35s;
  transition-property: 'height','visibility'; }

#content .inline-nav .widget_nav_menu br {
  display: none; }

@media (min-width: 1200px) {
  #content .inline-nav .widget_nav_menu {
    padding-left: 36px; }
    #content .inline-nav .widget_nav_menu br {
      display: block; } }

#content .inline-nav .widget_nav_menu ul {
  list-style: none;
  padding: 0; }
  #content .inline-nav .widget_nav_menu ul li.menu-item-has-children {
    display: block; }
    #content .inline-nav .widget_nav_menu ul li.menu-item-has-children &gt; a {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 16px;
      color: #322E78;
      letter-spacing: 0;
      padding: 10px;
      margin-left: -10px;
      transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out; }
      #content .inline-nav .widget_nav_menu ul li.menu-item-has-children &gt; a:hover, #content .inline-nav .widget_nav_menu ul li.menu-item-has-children &gt; a:focus, #content .inline-nav .widget_nav_menu ul li.menu-item-has-children &gt; a:active {
        color: #592A8A;
        text-decoration: none; }
    #content .inline-nav .widget_nav_menu ul li.menu-item-has-children li.menu-item-has-children a {
      margin-left: 0;
      text-transform: none; }
      #content .inline-nav .widget_nav_menu ul li.menu-item-has-children li.menu-item-has-children a:after {
        transition: all 0.25s ease;
        transform: rotate(270deg); }
    #content .inline-nav .widget_nav_menu ul li.menu-item-has-children li.menu-item-has-children .panel-heading.collapsed:after {
      transform: rotate(90deg); }
    #content .inline-nav .widget_nav_menu ul li.menu-item-has-children li.menu-item-has-children.open {
      padding-bottom: 0;
      margin-bottom: 0; }
      #content .inline-nav .widget_nav_menu ul li.menu-item-has-children li.menu-item-has-children.open .dropdown-menu {
        border-top: 1px solid #DFEDF0;
        border-bottom: 1px solid #DFEDF0; }
      #content .inline-nav .widget_nav_menu ul li.menu-item-has-children li.menu-item-has-children.open a:after {
        transform: rotate(-90deg); }
    #content .inline-nav .widget_nav_menu ul li.menu-item-has-children li.menu-item-has-children .dropdown-menu {
      background-color: #EFF6F7;
      border-top: none;
      margin-top: 0;
      /* background: rgba(223, 237, 240, 0.5);*/
      border-radius: 0;
      transition: height 0.45s ease;
      overflow: hidden; }
      #content .inline-nav .widget_nav_menu ul li.menu-item-has-children li.menu-item-has-children .dropdown-menu li:first-child {
        margin-top: 8px; }
      #content .inline-nav .widget_nav_menu ul li.menu-item-has-children li.menu-item-has-children .dropdown-menu li:last-child {
        margin-bottom: 8px; }
      #content .inline-nav .widget_nav_menu ul li.menu-item-has-children li.menu-item-has-children .dropdown-menu li.current-menu-item a {
        margin-left: 0;
        padding-left: 22px;
        /*   background: rgba(223, 237, 240, 0.64);*/ }
        #content .inline-nav .widget_nav_menu ul li.menu-item-has-children li.menu-item-has-children .dropdown-menu li.current-menu-item a:before {
          margin-right: 10px;
          display: block;
          content: '';
          background: #2F74B7;
          width: 3px;
          height: 18px;
          transition: opacity .15s ease-in-out;
          opacity: 1;
          flex: 0 0 auto; }
      #content .inline-nav .widget_nav_menu ul li.menu-item-has-children li.menu-item-has-children .dropdown-menu li a {
        padding: 12px 22px;
        padding-left: 35px;
        font-weight: 500;
        color: #2F74B7;
        background-color: #EFF6F7;
        transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out; }
        #content .inline-nav .widget_nav_menu ul li.menu-item-has-children li.menu-item-has-children .dropdown-menu li a:after {
          display: none; }
        #content .inline-nav .widget_nav_menu ul li.menu-item-has-children li.menu-item-has-children .dropdown-menu li a:hover, #content .inline-nav .widget_nav_menu ul li.menu-item-has-children li.menu-item-has-children .dropdown-menu li a:focus, #content .inline-nav .widget_nav_menu ul li.menu-item-has-children li.menu-item-has-children .dropdown-menu li a:active {
          color: #FFF;
          background-color: #2F74B7;
          /*background: rgba(223, 237, 240, 0.64);*/ }
    #content .inline-nav .widget_nav_menu ul li.menu-item-has-children li.menu-item-has-children .collapse {
      display: none; }
    #content .inline-nav .widget_nav_menu ul li.menu-item-has-children li.menu-item-has-children .collapse.in {
      display: block; }
  #content .inline-nav .widget_nav_menu ul .dropdown-menu {
    border: none;
    border-top: 3px solid #2F74B7;
    box-shadow: none;
    position: relative;
    clear: both;
    background: none;
    display: block;
    top: initial;
    left: initial;
    float: left;
    min-width: auto;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 15px;
    padding-top: 8px;
    padding-top: 0;
    z-index: 0; }
    #content .inline-nav .widget_nav_menu ul .dropdown-menu &gt; li {
      background-color: #FFF;
      border-bottom: 1px solid #C3C9DD;
      border-radius: 0;
      border-left: 0px;
      border-right: 0px;
      box-shadow: none; }
      #content .inline-nav .widget_nav_menu ul .dropdown-menu &gt; li li {
        border-bottom: none; }
      #content .inline-nav .widget_nav_menu ul .dropdown-menu &gt; li:last-child {
        border-bottom: none; }
      #content .inline-nav .widget_nav_menu ul .dropdown-menu &gt; li a {
        padding: 24px 22px 24px 12px;
        white-space: normal;
        font-weight: 600;
        font-size: 14px;
        color: #2F74B7;
        letter-spacing: 0;
        line-height: 17px;
        transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out;
        display: flex;
        align-items: center;
        position: relative;
        padding-right: 30px; }
        @media (min-width: 768px) {
          #content .inline-nav .widget_nav_menu ul .dropdown-menu &gt; li a {
            padding: 24px 22px; } }
        #content .inline-nav .widget_nav_menu ul .dropdown-menu &gt; li a:hover, #content .inline-nav .widget_nav_menu ul .dropdown-menu &gt; li a:focus, #content .inline-nav .widget_nav_menu ul .dropdown-menu &gt; li a:active {
          color: #2F74B7;
          background-color: #EFF6F7;
          text-decoration: none;
          background: none; }
        #content .inline-nav .widget_nav_menu ul .dropdown-menu &gt; li a:after {
          content: '';
          background: url(../../../images/rebrand-blue-chev-right.svg) no-repeat;
          width: 7px;
          height: 15px;
          display: block;
          background-size: contain;
          background-position: center;
          top: 0;
          bottom: 0;
          position: absolute;
          right: 18px;
          height: 100%;
          margin-left: 12px; }
          @media (min-width: 768px) {
            #content .inline-nav .widget_nav_menu ul .dropdown-menu &gt; li a:after {
              right: 8px; } }
          @media (min-width: 992px) {
            #content .inline-nav .widget_nav_menu ul .dropdown-menu &gt; li a:after {
              right: 22px; } }
      #content .inline-nav .widget_nav_menu ul .dropdown-menu &gt; li.current-menu-item a {
        background-color: #EFF6F7; }
        #content .inline-nav .widget_nav_menu ul .dropdown-menu &gt; li.current-menu-item a:hover, #content .inline-nav .widget_nav_menu ul .dropdown-menu &gt; li.current-menu-item a:focus, #content .inline-nav .widget_nav_menu ul .dropdown-menu &gt; li.current-menu-item a:active {
          color: #72BEC6;
          text-decoration: none;
          background-color: #EFF6F7; }
      #content .inline-nav .widget_nav_menu ul .dropdown-menu &gt; li.current-menu-item.menu-item-has-children a, #content .inline-nav .widget_nav_menu ul .dropdown-menu &gt; li.current-menu-item.scroll a {
        background-color: transparent; }

@media (min-width: 1200px) {
  #content .inline-nav-ico .widget_nav_menu {
    padding-left: 36px; } }

.inline-nav.wpb_content_element {
  margin-bottom: 40px;
  overflow: hidden; }

body .inline-nav-ico .menu {
  padding-left: 0; }

body .inline-nav-ico h2, body .inline-nav-ico h4.widgettitle {
  font-weight: 700;
  font-size: 16px;
  color: #322E78;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 16px; }

body .inline-nav-ico li.btn-warning &gt; a {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 17px;
  text-transform: none; }
  @media (min-width: 992px) {
    body .inline-nav-ico li.btn-warning &gt; a {
      font-size: 18px; } }

.wpb_text_column .inline-nav-ico ul li:before {
  display: none; }

.gform_wrapper .top_label .gfield_label, #loginform label {
  color: #0D2D4E;
  font-size: 18px;
  color: #322E78;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 600; }

@media (min-width: 768px) {
  body .gform_wrapper ul li.gfield {
    margin-top: 40px; } }

.gform_wrapper input, .gform_wrapper textarea, #loginform input, #loginform textarea,
.gform_wrapper.gf_browser_ie input,
.gform_wrapper.gf_browser_ie textarea {
  border: 1px solid #BEBEBE;
  border-radius: 3px;
  height: 50px;
  color: #505050;
  padding: 14px 11px; }

.gform_wrapper .gform_button, .gform_wrapper .button,
.gform_wrapper .gform_footer input.button, #loginform .gform_button, #loginform .button,
#loginform .gform_footer input.button,
.gform_wrapper.gf_browser_ie .gform_button,
.gform_wrapper.gf_browser_ie .button,
.gform_wrapper.gf_browser_ie .gform_footer input.button {
  padding-left: 24px;
  padding-right: 24px;
  border: #FB951D;
  border-radius: 0;
  height: 40px;
  line-height: 13px;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 0.3px;
  text-align: center; }

.gform_wrapper textarea, #loginform textarea,
.gform_wrapper.gf_browser_ie textarea {
  height: auto; }

#wrapper .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: 16px;
  padding: 14px 11px;
  height: 50px; }

body #wrapper .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
  font-size: 15px; }
  body #wrapper .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.alert-text {
    color: #d44242; }

body #wrapper .gform_wrapper .gfield_radio li label {
  line-height: 1.7;
  font-size: .975em; }

body #wrapper .gform_wrapper .gfield_radio li input[type="radio"] {
  height: 20px; }

/*the container must be positioned relative:*/
#wrapper {
  /*style the arrow inside the select element:*/
  /*style the arrow inside the select element:*/
  /*point the arrow upwards when the select box is open (active):*/
  /*style the items (options), including the selected item:*/
  /*style items (options):*/
  /*hide the items when the select box is closed:*/ }
  #wrapper .custom-select {
    position: relative; }
  @media (min-width: 641px) {
    #wrapper .custom-select select {
      display: none;
      /*hide original SELECT element:*/ } }
  #wrapper .select-selected,
  #wrapper .gform_wrapper select {
    border: 1px solid #BEBEBE;
    border-radius: 4px;
    font-size: 16px;
    color: #505050;
    padding: 8px 16px;
    background-color: #fff;
    position: relative;
    line-height: 30px; }
  #wrapper .select-selected {
    border: 1px solid #DFEDF0;
    border-radius: 0; }
  #wrapper .gform_wrapper .select-selected {
    height: 49px; }
  #wrapper .gform_wrapper .chosen-container-single .chosen-single div b, #wrapper .chosen-single div b {
    display: none; }
  #wrapper .gform_wrapper .chosen-container-single .chosen-single:after, #wrapper .chosen-container-single .chosen-single:after {
    position: absolute;
    content: '';
    background: url(../../../images/rebrand-blue-chev-down.svg) no-repeat;
    transform-origin: 50%;
    background-size: cover;
    width: 20px;
    height: 8px;
    display: block;
    top: 24px;
    right: 14px;
    transition: all 0.25s ease-in-out; }
  #wrapper .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single:after,
  #wrapper .chosen-container-active.chosen-with-drop .chosen-single:after {
    border-color: transparent transparent #fff transparent;
    content: '';
    transform: rotate(180deg); }
  #wrapper .gform_wrapper .chosen-container .chosen-results li,
  #wrapper .chosen-container .chosen-results li {
    font-weight: 400;
    padding: 8px 16px;
    line-height: 1.2;
    font-size: 16px;
    margin-left: -4px !important; }
  #wrapper .gform_wrapper .chosen-container .chosen-results li.highlighted,
  #wrapper .chosen-container .chosen-results li.highlighted {
    background: none;
    background-color: #EFF6F7;
    color: #505050; }
  #wrapper .chosen-container-single .chosen-single,
  #wrapper .chosen-container-single .chosen-single {
    position: initial; }
  #wrapper .select-selected.select-arrow-active {
    border-bottom-color: transparent;
    border-radius: 4px 4px 0px 0px; }
  #wrapper .select-items div, #wrapper .select-selected {
    color: #505050;
    cursor: pointer; }
  #wrapper .chosen-container .chosen-results {
    padding: 0;
    margin: 0; }
  #wrapper .select-items {
    position: absolute;
    background-color: #fff;
    top: 92%;
    left: 5px;
    right: 0;
    z-index: 99;
    border-left: 1px solid #DFEDF0;
    border-right: 1px solid #DFEDF0;
    border-bottom: 1px solid #DFEDF0;
    margin-right: 16px;
    border-radius: 0px 0px 4px 4px;
    box-shadow: 0px 6px 5px 0 rgba(0, 51, 74, 0.22); }
  #wrapper .gfield .select-items {
    right: 16px; }
  #wrapper .gform_wrapper .chosen-container-single .chosen-single,
  #wrapper .gform_wrapper .gfield_select,
  #wrapper .chosen-container-single .chosen-single {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #BEBEBE;
    font-size: 16px;
    font-weight: 400;
    color: #505050;
    box-shadow: none;
    padding: 15px 16px;
    height: 55px; }
  #wrapper .gform_wrapper .chosen-container-single .chosen-single,
  #wrapper .gform_wrapper .gfield_select,
  #wrapper .gform_wrapper select {
    text-transform: none;
    height: 50px;
    border-radius: 3px;
    line-height: 21px;
    padding: 15px 12px; }
  #wrapper .gform_wrapper .hide-search .chosen-container-single .chosen-search {
    display: none; }
  #wrapper .gform_wrapper .ginput_container_select.loading .chosen-single {
    color: #b3b3b3;
    background: #fbfbfb;
    transition: 0.35s ease-in-out; }
  #wrapper .gform_wrapper .ginput_container_select.loading .chosen-container-active.chosen-with-drop .chosen-single:after,
  #wrapper .gform_wrapper .ginput_container_select.loading .chosen-container-active.chosen-with-drop .chosen-single:after,
  #wrapper .gform_wrapper .ginput_container_select.loading .chosen-container-single .chosen-single:after {
    transform-origin: 50%;
    content: "\f110"; }
  #wrapper .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single,
  #wrapper .chosen-container-active.chosen-with-drop .chosen-single {
    background: #fff;
    border: 1px solid #BEBEBE;
    border-radius: 4px 4px 0px 0px; }
  #wrapper .gform_wrapper .chosen-container .chosen-drop,
  #wrapper .chosen-container .chosen-drop {
    border-left: 1px solid #BEBEBE;
    border-right: 1px solid #BEBEBE;
    border-bottom: 1px solid #BEBEBE;
    border-radius: 0px 0px 4px 4px;
    box-shadow: 1px 4px 2px -2px rgba(116, 116, 116, 0.67); }
  #wrapper .gfield .select-items, #wrapper .custom-select .select-items {
    left: 0px;
    margin-right: 0; }
  #wrapper .select-items div {
    padding: 8px 16px; }
  #wrapper .select-hide {
    display: none; }
  #wrapper .select-items div:hover, #wrapper .same-as-selected {
    background-color: rgba(102, 191, 109, 0.18); }
  @media only screen and (min-width: 641px) {
    #wrapper body .gform_wrapper select.medium.gfield_select + div.chosen-container-multi[style],
    #wrapper body .gform_wrapper select.medium.gfield_select + div.chosen-container-single[style],
    #wrapper div.chosen-container-multi[style],
    #wrapper div.chosen-container-single[style] {
      width: 100% !important; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    #wrapper .chosen-container .chosen-results-scroll-down span,
    #wrapper .chosen-container .chosen-results-scroll-up span,
    #wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    #wrapper .chosen-container-single .chosen-search input[type=text],
    #wrapper .chosen-container-single .chosen-single abbr,
    #wrapper .chosen-container-single .chosen-single div b,
    #wrapper .chosen-rtl .chosen-search input[type=text] {
      background-image: none !important; } }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  color: #656565; }

.fancybox-content {
  background: transparent; }

.fancybox-show-caption .fancybox-caption__body {
  max-width: 1048px;
  margin: 0 auto; }

@media (min-width: 768px) {
  .vc_section[data-vc-full-width] &gt; .vc_row {
    margin-left: -15px !important;
    margin-right: -15px !important; } }

@media (max-width: 767px) {
  .vc_section {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: -15px;
    margin-right: -15px; }
  .vc_section[data-vc-full-width] {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

.vc_section[data-vc-full-width] &gt; .vc_row {
  margin-left: -15px;
  margin-right: -15px; }

@media (min-width: 768px) and (max-width: 1025px) {
  .vc_section.vc_section-o-content-middle {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

.img-responsive,
.vc_single_image-wrapper img {
  max-width: 100%;
  height: auto; }

@media (min-width: 992px) {
  .col-md-offset-1 {
    margin-left: 8.3333333333%; } }

#main article {
  margin-bottom: 0px;
  padding: 0 0 0px; }
  #main article footer {
    display: none; }
  #main article .type-story {
    margin-top: 38px;
    margin-bottom: 38px; }
    @media (min-width: 768px) {
      #main article .type-story {
        margin-top: 18px;
        margin-bottom: 18px; } }

.container-fluid {
  padding-left: 0;
  padding-right: 0; }

.page-template-fullpage #content {
  padding: 0; }

.white,
.h3.white {
  color: #fff; }

h1, .h1 {
  margin-top: 0;
  font-weight: 700;
  font-size: 45px;
  color: #592A8A;
  line-height: 56px;
  margin-bottom: 2.8rem; }

h2, .h2 {
  margin-top: 0;
  font-weight: 700;
  color: #592A8A;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 1.8rem; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 30px;
      line-height: 38px;
      margin-bottom: 2rem; } }
  @media (min-width: 992px) {
    h2, .h2 {
      font-size: 35px;
      line-height: 44px;
      margin-bottom: 2.8rem; } }

#main .publications {
  margin-bottom: 46px; }
  #main .publications .column {
    margin-top: 15px;
    margin-bottom: 15px; }
  #main .publications p.meta {
    font-weight: 300;
    font-size: 14px;
    color: #505050;
    letter-spacing: 0;
    line-height: 30px;
    text-transform: none;
    margin-bottom: -8px; }
  #main .publications h4 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 14px; }

.single-post #main,
.blog #main,
.archive #main,
.page-template-covid-news #main,
.page-template-publications #main {
  margin-top: 68px; }
  .single-post #main .empty-title,
  .blog #main .empty-title,
  .archive #main .empty-title,
  .page-template-covid-news #main .empty-title,
  .page-template-publications #main .empty-title {
    font-weight: 700;
    font-size: 20px;
    color: #0D2D4E;
    letter-spacing: -0.21px;
    line-height: 30px;
    border-bottom: 1px solid #DFEDF0;
    padding-bottom: 8px;
    margin-bottom: 25px; }
  .single-post #main .meta,
  .blog #main .meta,
  .archive #main .meta,
  .page-template-covid-news #main .meta,
  .page-template-publications #main .meta {
    font-weight: 300;
    font-size: 14px;
    color: #505050;
    letter-spacing: 0.32px;
    line-height: 23px;
    text-transform: uppercase;
    margin-bottom: 4px; }
  .single-post #main .meta-categories,
  .blog #main .meta-categories,
  .archive #main .meta-categories,
  .page-template-covid-news #main .meta-categories,
  .page-template-publications #main .meta-categories {
    font-weight: 700;
    font-size: 14px;
    color: #505050;
    letter-spacing: 0.32px;
    line-height: 23px;
    text-transform: uppercase;
    margin-bottom: 10px; }
    .single-post #main .meta-categories a,
    .blog #main .meta-categories a,
    .archive #main .meta-categories a,
    .page-template-covid-news #main .meta-categories a,
    .page-template-publications #main .meta-categories a {
      color: #72BEC6; }
  .single-post #main h1,
  .blog #main h1,
  .archive #main h1,
  .page-template-covid-news #main h1,
  .page-template-publications #main h1 {
    font-weight: 700;
    font-size: 28px;
    color: #322E78;
    letter-spacing: 0;
    line-height: 35px;
    margin-bottom: 0; }
  .single-post #main .h2,
  .blog #main .h2,
  .archive #main .h2,
  .page-template-covid-news #main .h2,
  .page-template-publications #main .h2 {
    font-size: 22px;
    color: #0D2D4E;
    letter-spacing: -0.24px;
    line-height: 35px; }
  .single-post #main .page-header,
  .blog #main .page-header,
  .archive #main .page-header,
  .page-template-covid-news #main .page-header,
  .page-template-publications #main .page-header {
    border-bottom: none;
    margin: 0px 0 10px; }
  .single-post #main .p-lg,
  .blog #main .p-lg,
  .archive #main .p-lg,
  .page-template-covid-news #main .p-lg,
  .page-template-publications #main .p-lg {
    margin-bottom: 0; }
  .single-post #main .intro-section,
  .blog #main .intro-section,
  .archive #main .intro-section,
  .page-template-covid-news #main .intro-section,
  .page-template-publications #main .intro-section {
    margin-bottom: 47px; }
    .single-post #main .intro-section .meta,
    .blog #main .intro-section .meta,
    .archive #main .intro-section .meta,
    .page-template-covid-news #main .intro-section .meta,
    .page-template-publications #main .intro-section .meta {
      margin-top: 0; }
  @media (min-width: 992px) {
    .single-post #main .col-inner,
    .blog #main .col-inner,
    .archive #main .col-inner,
    .page-template-covid-news #main .col-inner,
    .page-template-publications #main .col-inner {
      padding-left: 24px; } }
  .single-post #main .post_content,
  .blog #main .post_content,
  .archive #main .post_content,
  .page-template-covid-news #main .post_content,
  .page-template-publications #main .post_content {
    margin-bottom: 125px; }

.archive #main {
  margin-top: 0px; }

.blog #main .page-header,
.archive #main .page-header,
.page-template-covid-news #main .page-header,
.page-template-publications #main .page-header {
  margin-bottom: 0;
  padding-bottom: 0; }

.blog #main .meta,
.archive #main .meta,
.page-template-covid-news #main .meta,
.page-template-publications #main .meta {
  margin-top: -6px;
  margin-bottom: 6px; }

.blog #main .h2,
.archive #main .h2,
.page-template-covid-news #main .h2,
.page-template-publications #main .h2 {
  margin-bottom: 16px;
  line-height: 29px; }
  .blog #main .h2 a,
  .archive #main .h2 a,
  .page-template-covid-news #main .h2 a,
  .page-template-publications #main .h2 a {
    color: #322E78;
    transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out; }
    .blog #main .h2 a:hover, .blog #main .h2 a:focus, .blog #main .h2 a:active,
    .archive #main .h2 a:hover,
    .archive #main .h2 a:focus,
    .archive #main .h2 a:active,
    .page-template-covid-news #main .h2 a:hover,
    .page-template-covid-news #main .h2 a:focus,
    .page-template-covid-news #main .h2 a:active,
    .page-template-publications #main .h2 a:hover,
    .page-template-publications #main .h2 a:focus,
    .page-template-publications #main .h2 a:active {
      color: #592A8A;
      text-decoration: none; }

.blog #main .post_content,
.archive #main .post_content,
.page-template-covid-news #main .post_content,
.page-template-publications #main .post_content {
  margin-bottom: 0; }
  .blog #main .post_content p,
  .archive #main .post_content p,
  .page-template-covid-news #main .post_content p,
  .page-template-publications #main .post_content p {
    margin-bottom: 10px; }

.blog #main article,
.archive #main article,
.page-template-covid-news #main article,
.page-template-publications #main article {
  margin-top: 62px;
  margin-bottom: 62px; }

.blog #main article:last-child,
.archive #main article:last-child,
.page-template-covid-news #main article:last-child,
.page-template-publications #main article:last-child {
  margin-bottom: 22px; }

.posts-feed,
.stories-results {
  transition: height 0.5s ease;
  position: relative;
  min-height: 200px; }
  .posts-feed .loader:before,
  .stories-results .loader:before {
    animation-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
    animation-duration: 1.5s;
    content: "\f110";
    font-size: 34px;
    color: #dfedf0;
    position: absolute;
    left: 50%;
    top: 30px; }
    @media (min-width: 768px) {
      .posts-feed .loader:before,
      .stories-results .loader:before {
        top: 60px; } }
  .posts-feed article,
  .stories-results article {
    opacity: 0;
    animation-duration: 0.6s;
    animation-fill-mode: both;
    animation-name: fadeIn;
    animation-play-state: paused; }

.posts-feed.loaded:before,
.stories-results.loaded:before {
  opacity: 0; }

.posts-feed.loaded article,
.stories-results.loaded article {
  animation-play-state: running; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.page-template-publications #main .meta {
  text-transform: none; }

.page-template-publications #main .post_content {
  margin-bottom: 88px; }

.page-template-publications #main article {
  margin-top: 38px;
  margin-bottom: 27px;
  padding-bottom: 27px;
  border-bottom: 1px solid #DFEDF0; }
  .page-template-publications #main article .post_content {
    margin-bottom: 0; }
  .page-template-publications #main article:last-child {
    border-bottom: none;
    margin-bottom: 22px;
    padding-bottom: 0; }

.more-link {
  text-transform: uppercase;
  font-size: 14px;
  color: #72BEC6;
  letter-spacing: 0;
  line-height: 25px; }

.publications .pub-more-link,
article .pub-more-link {
  font-size: 14px;
  color: #2F74B7;
  letter-spacing: 0;
  line-height: 25px;
  font-weight: 700; }

.pub-more-link {
  text-transform: uppercase; }
  .pub-more-link i {
    margin-left: 6px;
    color: #2F74B7; }
  .pub-more-link:hover i,
  .pub-more-link:focus i,
  .pub-more-link:active i {
    color: #5391CC;
    text-decoration: none; }

h3, .h3 {
  margin-top: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #592A8A;
  margin-bottom: 1.6rem; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 28px;
      line-height: 35px;
      margin-bottom: 2.8rem; } }

h3 sup {
  font-size: 63%; }

.h3-sm {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 22px; }
  @media (min-width: 768px) {
    .h3-sm {
      font-size: 25px;
      line-height: 32px; } }

.h3-md {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 11px; }
  @media (min-width: 768px) {
    .h3-md {
      font-size: 25px;
      line-height: 32px; } }

.h3-xl {
  font-size: 23px;
  line-height: 30px;
  font-weight: 600; }
  @media (min-width: 1200px) {
    .h3-xl {
      font-size: 28px;
      line-height: 35px; } }

h4, .h4 {
  font-weight: 700;
  font-size: 16px;
  color: #592A8A;
  letter-spacing: 0;
  margin-bottom: 2.2rem;
  line-height: 1.3; }
  @media (min-width: 768px) {
    h4, .h4 {
      font-size: 18px; } }
  @media (min-width: 992px) {
    h4, .h4 {
      font-size: 20px; } }

h5, .h5 {
  margin-top: 0;
  color: #592A8A;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 2.2rem; }
  @media (min-width: 768px) {
    h5, .h5 {
      font-size: 16px;
      line-height: 22px; } }

.h5-sm {
  margin-top: 0;
  color: #322E78;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 1.15rem; }
  @media (min-width: 768px) {
    .h5-sm {
      font-size: 16px;
      line-height: 22px; } }

h6, .h6 {
  margin-top: 0;
  color: #322E78;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 2.2rem; }
  @media (min-width: 768px) {
    h6, .h6 {
      font-size: 18px;
      line-height: 22px; } }

.h6-sm {
  margin-top: 0;
  color: #322E78;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px; }
  .h6-sm {
    margin-bottom: 6px !important; }
  @media (min-width: 768px) {
    .h6-sm {
      font-size: 16px;
      line-height: 22px; } }

.rdkpurple {
  color: #322E78; }

strong.h6 {
  display: inline-block; }

.center {
  text-align: center; }

h5, .h5 {
  font-weight: 700;
  margin-top: 0; }

.h5-style2 {
  font-size: 22px;
  letter-spacing: 0;
  line-height: 30px; }

body .wpb_content_element {
  margin-bottom: 20px; }

body .no-margin-top {
  margin-top: 0; }

body .no-margin-bottom {
  margin-bottom: 0; }

body .margin-xs-bottom {
  margin-bottom: 6px; }

body .margin-sm-bottom {
  margin-bottom: 12px; }

body .margin-md-bottom {
  margin-bottom: 20px; }

body .margin-md-bottom2 {
  margin-bottom: 25px; }

body .margin-lg-bottom {
  margin-bottom: 30px; }

body .margin-xl-bottom {
  margin-bottom: 35px; }

body .margin-xxl-bottom {
  margin-bottom: 60px; }

body .padding-xs-bottom {
  padding-bottom: 6px; }

body .padding-sm-bottom {
  padding-bottom: 12px; }

body .padding-md-bottom {
  padding-bottom: 20px; }

body .padding-lg-bottom {
  padding-bottom: 30px; }

body .padding-xl-bottom {
  padding-bottom: 35px; }

body .padding-xxl-bottom {
  padding-bottom: 60px; }

body .section-96px {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-top: 35px;
  padding-bottom: 35px; }

a.h1, a.h2, a.h3, a.h4, a.h5, a.h6 {
  transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out; }
  a.h1:hover, a.h1:focus, a.h1:active, a.h2:hover, a.h2:focus, a.h2:active, a.h3:hover, a.h3:focus, a.h3:active, a.h4:hover, a.h4:focus, a.h4:active, a.h5:hover, a.h5:focus, a.h5:active, a.h6:hover, a.h6:focus, a.h6:active {
    color: #592A8A;
    text-decoration: none; }

.post_content a[href^="tel:"] {
  color: #656565;
  font-weight: 700; }

.post_content .rdkpurple-bg a[href^="tel:"], .post_content .teal-bg a[href^="tel:"], .post_content .rblue-bg a[href^="tel:"], .post_content .green-bg a[href^="tel:"], .post_content .teal a[href^="tel:"] {
  color: #fff;
  transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out; }
  .post_content .rdkpurple-bg a[href^="tel:"]:hover, .post_content .rdkpurple-bg a[href^="tel:"]:focus, .post_content .rdkpurple-bg a[href^="tel:"]:active, .post_content .teal-bg a[href^="tel:"]:hover, .post_content .teal-bg a[href^="tel:"]:focus, .post_content .teal-bg a[href^="tel:"]:active, .post_content .rblue-bg a[href^="tel:"]:hover, .post_content .rblue-bg a[href^="tel:"]:focus, .post_content .rblue-bg a[href^="tel:"]:active, .post_content .green-bg a[href^="tel:"]:hover, .post_content .green-bg a[href^="tel:"]:focus, .post_content .green-bg a[href^="tel:"]:active, .post_content .teal a[href^="tel:"]:hover, .post_content .teal a[href^="tel:"]:focus, .post_content .teal a[href^="tel:"]:active {
    color: #8DD0D8;
    text-decoration: none; }

.post_content a {
  color: #2F74B7;
  transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out;
  font-weight: 700; }
  .post_content a:hover, .post_content a:focus, .post_content a:active {
    color: #5391CC;
    text-decoration: none; }

.wpb_text_column ul,
.single-post .post_content ul,
ul.square {
  font-weight: 500;
  font-size: 16px;
  color: #656565;
  letter-spacing: 0;
  line-height: 22px;
  list-style: none;
  padding-left: 14px; }
  .wpb_text_column ul li,
  .single-post .post_content ul li,
  ul.square li {
    margin-bottom: 14px;
    position: relative; }
    .wpb_text_column ul li:before,
    .single-post .post_content ul li:before,
    ul.square li:before {
      content: "\f45c";
      color: #72BEC6;
      font-size: 6px;
      display: inline-block;
      position: absolute;
      top: 9px;
      left: -14px; }
    .wpb_text_column ul li ul,
    .single-post .post_content ul li ul,
    ul.square li ul {
      margin-top: 14px;
      padding-left: 24px; }
      .wpb_text_column ul li ul li:before,
      .single-post .post_content ul li ul li:before,
      ul.square li ul li:before {
        content: "\f0c8";
        color: #2F74B7;
        font-size: 6px;
        display: inline-block;
        position: absolute;
        top: 9px;
        left: -14px; }

.wpb_text_column.ul-lg ul li:before {
  top: 13px; }

ul.no-style {
  padding: 0; }
  ul.no-style li:before {
    display: none; }

.wpb_text_column ul.no-style li ul li:before {
  display: none; }

.wpb_text_column ul.locations li {
  margin-bottom: 5px; }

ul.inline-content {
  padding-left: 14px; }

.uppercase {
  text-transform: uppercase; }

@media (min-width: 768px) {
  .col-flex-lines .wpb_column .vc_column-inner {
    border-right: 1px solid #D8D8D8; } }

@media (min-width: 768px) {
  .col-flex-lines .wpb_column .wpb_content_element {
    margin-bottom: 0; } }

.col-flex-lines .wpb_column:last-child .vc_column-inner {
  border-right: none; }

@media (min-width: 768px) {
  .col-flex-middle .vc_column-inner {
    display: flex;
    align-items: center; } }

.col-flex-middle .h6 {
  margin-bottom: 1rem; }

blockquote {
  border-left: none; }
  blockquote p {
    font-weight: 700;
    font-size: 25px;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 6px; }
  blockquote footer {
    color: #fff;
    font-size: 14px;
    font-weight: 600; }

.sharedaddy .sd-content {
  overflow: hidden; }

.sharedaddy .sd-content {
  margin: 0;
  padding: 0; }

.single .post_content .sharedaddy {
  margin-top: 40px;
  margin-bottom: 70px; }
  .single .post_content .sharedaddy ul {
    list-style: none; }

.single .sd-sharing {
  margin: 0;
  padding: 0; }

.single .sd-content ul {
  margin-left: 14px !important;
  list-style: none; }

.single .sd-content ul li {
  margin: 0;
  padding: 0;
  margin-left: 0px; }
  .single .sd-content ul li:before {
    display: none; }

.single .sd-social-icon .sd-content ul li.share-facebook a:before, .single .sd-social-text .sd-content ul li.share-facebook a:before, .single .sd-content ul li.share-facebook div.option.option-smart-off a:before, .single .sd-social-icon-text .sd-content li.share-facebook a:before {
  content: "\f39e";
  font-size: 17px; }

.single .sd-social-icon .sd-content ul li.share-twitter a:before, .single .sd-social-text .sd-content ul li.share-twitter a:before, .single .sd-content ul li.share-twitter div.option.option-smart-off a:before, .single .sd-social-icon-text .sd-content li.share-twitter a:before {
  content: "\f099";
  font-size: 17px; }

.single .sd-social-icon .sd-content ul li.share-linkedin a:before, .single .sd-social-text .sd-content ul li.share-linkedin a:before, .single .sd-content ul li.share-linkedin div.option.option-smart-off a:before, .single .sd-social-icon-text .sd-content li.share-linkedin a:before {
  content: "\f0e1";
  font-size: 17px; }

.single .sd-social-icon .sd-content ul li.share-email a:before, .single .sd-social-text .sd-content ul li.share-email a:before, .single .sd-content ul li.share-email div.option.option-smart-off a:before, .single .sd-social-icon-text .sd-content li.share-email a:before, .single .sd-social-official .sd-content li.share-email a:before {
  content: "\f0e0";
  font-size: 17px; }

.single div.sharedaddy h3.sd-title {
  float: left;
  font-weight: 700;
  font-size: 14px;
  color: #322E78;
  letter-spacing: 0;
  text-align: right;
  line-height: 30px;
  margin-bottom: 0; }
  .single div.sharedaddy h3.sd-title:before {
    display: none; }

.single .sd-social-icon .sd-content ul li[class*='share-'].share-facebook a.sd-button,
.single .sd-social-icon .sd-content ul li[class*='share-'].share-twitter a.sd-button,
.single .sd-social-icon .sd-content ul li[class*='share-'].share-linkedin a.sd-button,
.single .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
  background: none;
  color: #00a1b1 !important; }

.single .sd-social-icon .sd-content ul li[class*='share-'] a,
.single .sd-social-icon .sd-content ul li[class*='share-'] a:hover {
  padding: 6px; }

#main article blockquote footer {
  display: inline-block; }

@media (min-width: 768px) {
  .even-col {
    display: flex; }
    .even-col .vc_column-inner {
      height: 100%; } }

.col-awards {
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .col-awards {
      margin-bottom: 0; }
      .col-awards:first-child {
        padding-right: 30px; }
      .col-awards:last-child {
        padding-left: 30px; } }
  @media (min-width: 768px) {
    .col-awards .wpb_text_column,
    .col-awards .wpb_single_image {
      float: left; } }
  @media (min-width: 768px) {
    .col-awards .wpb_single_image {
      width: 22%;
      padding-right: 15px; } }
  .col-awards .vc_column-inner,
  .col-awards .wpb_wrapper {
    height: 100%; }
  .col-awards .wpb_text_column {
    height: 100%;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .col-awards .wpb_text_column {
        padding-left: 30px;
        width: 78%; } }
    .col-awards .wpb_text_column .wpb_wrapper {
      background: #EFF6F7;
      padding: 35px; }
    .col-awards .wpb_text_column h4, .col-awards .wpb_text_column .h4 {
      margin-top: 0; }

.col-awards-single:last-child {
  padding-left: 15px; }

@media (min-width: 768px) {
  .col-awards-single.col-awards:first-child {
    padding-right: 0px; } }

@media (max-width: 767px) {
  .col-awards-single .wpb_single_image.vc_align_left {
    text-align: center; } }

@media (min-width: 768px) {
  .col-awards-single .wpb_single_image {
    width: 14%;
    padding-right: 15px; } }

.col-awards-single .wpb_text_column {
  height: 100%; }
  .col-awards-single .wpb_text_column ul {
    margin-bottom: 3rem; }
  @media (min-width: 768px) {
    .col-awards-single .wpb_text_column.col-sm-6 {
      padding-left: 0px;
      width: 43%;
      padding-right: 0; } }
  @media (min-width: 768px) {
    .col-awards-single .wpb_text_column.col-sm-10 {
      padding-left: 0px;
      width: 86%;
      padding-right: 0; } }
  .col-awards-single .wpb_text_column:last-child {
    padding-right: 15px; }

@media (max-width: 767px) {
  .col-awards-single .wpb_wrapper .wpb_content_element:nth-child(2) &gt; .wpb_wrapper {
    padding-bottom: 14px; }
    .col-awards-single .wpb_wrapper .wpb_content_element:nth-child(2) &gt; .wpb_wrapper ul {
      margin-bottom: 0; } }

@media (max-width: 767px) {
  .col-awards-single .wpb_wrapper .wpb_content_element:nth-child(3) &gt; .wpb_wrapper {
    padding-top: 0; }
    .col-awards-single .wpb_wrapper .wpb_content_element:nth-child(3) &gt; .wpb_wrapper ul {
      margin-top: 0; } }

.subhead {
  color: #0D2D4E;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 4px; }
  @media (min-width: 992px) {
    .subhead {
      font-size: 14px;
      letter-spacing: -0.13px;
      line-height: 16px;
      margin-bottom: 12px; } }

@media (max-width: 767px) {
  body .wpb_content_element {
    margin-bottom: 25px; } }

@media (max-width: 767px) {
  .wellness-locations .margin-sm-bottom {
    margin-bottom: 0px; } }

@media (max-width: 767px) {
  .wellness-locations .wpb_column {
    padding-top: 15px;
    padding-bottom: 15px; } }

@media (max-width: 767px) {
  .membership-section {
    margin-bottom: 0px; }
    .membership-section .margin-xl-bottom {
      margin-bottom: 5px; }
    .membership-section.margin-xxl-bottom {
      margin-bottom: 16px; } }

@media (max-width: 767px) {
  body .blue-border-grid.vc_row {
    flex-direction: column;
    padding: 0; } }

p {
  font-weight: 500;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 1.6em; }

p.p-lg,
.p-lg p,
p .p-lg,
ul.ul-lg,
.ul-lg ul {
  font-size: 16px;
  line-height: 24px; }
  @media (min-width: 768px) {
    p.p-lg,
    .p-lg p,
    p .p-lg,
    ul.ul-lg,
    .ul-lg ul {
      font-size: 18px;
      line-height: 30px; } }

.sm-margin {
  margin-bottom: 0.8rem; }

p.p-lg2,
.p-lg2 p {
  color: #505050;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400; }
  @media (min-width: 768px) {
    p.p-lg2,
    .p-lg2 p {
      font-size: 20px;
      line-height: 30px; } }

p.p-xl,
.p-xl p {
  color: #505050;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400; }
  @media (min-width: 768px) {
    p.p-xl,
    .p-xl p {
      font-size: 25px;
      line-height: 35px; } }

#main article img.alignnone {
  margin-bottom: 24px; }

@media (max-width: 767px) {
  .programs-section .section-md {
    margin-top: 0;
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .services-section .col-sm-6 {
    flex: none; } }

.services-section .row [class^="col-"],
.services-section .row .col-sm-4 {
  margin-top: 30px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .services-section .row [class^="col-"],
    .services-section .row .col-sm-4 {
      margin-top: 10px; } }

.services-section .row .col-sm-4 {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .services-section .row .col-sm-4 {
      margin-bottom: 40px; } }

.services-section .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: justify; }
  .services-section .row:before, .services-section .row:after {
    content: normal; }

.services-section .col-sm-4 {
  flex-grow: 0;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .services-section .col-sm-4 {
      flex: 1 1 50%; } }
  .services-section .col-sm-4 .h4 {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    width: 100%; }
    .services-section .col-sm-4 .h4, .services-section .col-sm-4 .h4 a {
      font-weight: 400;
      color: #322E78; }
    .services-section .col-sm-4 .h4 a {
      transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out; }
      .services-section .col-sm-4 .h4 a:hover, .services-section .col-sm-4 .h4 a:focus, .services-section .col-sm-4 .h4 a:active {
        color: #592A8A;
        text-decoration: none; }
  .services-section .col-sm-4 .wpb_content_element {
    margin-bottom: 0px; }
  .services-section .col-sm-4 .wpb_text_column .wpb_wrapper {
    min-height: 39px;
    display: flex;
    align-items: center; }
  .services-section .col-sm-4 .wpb_single_image .vc_single_image-wrapper {
    min-height: 100px;
    min-width: 67px; }
    @media (max-width: 992px) {
      .services-section .col-sm-4 .wpb_single_image .vc_single_image-wrapper {
        display: flex;
        align-items: center; } }
    @media (min-width: 768px) {
      .services-section .col-sm-4 .wpb_single_image .vc_single_image-wrapper {
        min-height: 80px; } }
    @media (min-width: 992px) {
      .services-section .col-sm-4 .wpb_single_image .vc_single_image-wrapper {
        min-height: 100px; } }
    @media (min-width: 768px) {
      .services-section .col-sm-4 .wpb_single_image .vc_single_image-wrapper img {
        min-width: 67px;
        width: 85%; } }
    @media (min-width: 992px) {
      .services-section .col-sm-4 .wpb_single_image .vc_single_image-wrapper img {
        min-width: 67px;
        width: auto; } }
    @media (min-width: 1200px) {
      .services-section .col-sm-4 .wpb_single_image .vc_single_image-wrapper img {
        width: auto; } }
  .services-section .col-sm-4 .ortho-ico.wpb_single_image .vc_single_image-wrapper img {
    min-width: 85px; }

@media (max-width: 767px) {
  .services-section .shrink .vc_single_image-wrapper img {
    padding-left: 12px;
    padding-right: 12px; } }

@media (min-width: 768px) {
  .increase-padding-sm {
    padding-right: 40px; } }

@media (min-width: 992px) {
  .increase-padding-sm {
    padding-right: 85px; } }

#content {
  padding: 0; }

.top-header {
  transition: all 0.25s ease;
  overflow: hidden;
  margin-bottom: -1px; }
  .top-header .widget {
    margin-bottom: 0; }

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid &gt; li {
  margin-bottom: 30px; }

body .vc_btn3.vc_btn3-color-warning,
body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat,
body .menu .btn-warning &gt; a,
body .gform_button,
body .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat,
body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat,
body .vc_btn3.vc_btn3-style-no-margin,
#loginform .button {
  color: #fff;
  background-color: #2F74B7;
  font-weight: 700;
  line-height: 2rem;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase; }
  body .vc_btn3.vc_btn3-color-warning:hover, body .vc_btn3.vc_btn3-color-warning:active, body .vc_btn3.vc_btn3-color-warning:focus,
  body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:hover,
  body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:active,
  body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:focus,
  body .menu .btn-warning &gt; a:hover,
  body .menu .btn-warning &gt; a:active,
  body .menu .btn-warning &gt; a:focus,
  body .gform_button:hover,
  body .gform_button:active,
  body .gform_button:focus,
  body .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:hover,
  body .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:active,
  body .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:focus,
  body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:hover,
  body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:active,
  body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:focus,
  body .vc_btn3.vc_btn3-style-no-margin:hover,
  body .vc_btn3.vc_btn3-style-no-margin:active,
  body .vc_btn3.vc_btn3-style-no-margin:focus,
  #loginform .button:hover,
  #loginform .button:active,
  #loginform .button:focus {
    background-color: #5391CC; }

body .menu .btn-warning &gt; a {
  text-align: left; }

.menu .btn-warning {
  color: initial;
  background-color: transparent;
  border: none;
  margin-bottom: 10px;
  width: 100%; }

.menu .btn-lg &gt; a, .menu .btn-group-lg &gt; .btn &gt; a {
  display: block; }

body .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat, body .vc_btn3.vc_btn3-color-info.vc_btn3-style-no-margin {
  background-color: #00a0af; }
  body .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:hover, body .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:active, body .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:focus, body .vc_btn3.vc_btn3-color-info.vc_btn3-style-no-margin:hover, body .vc_btn3.vc_btn3-color-info.vc_btn3-style-no-margin:active, body .vc_btn3.vc_btn3-color-info.vc_btn3-style-no-margin:focus {
    background-color: #3e6084; }

body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat, body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-no-margin {
  background-color: #3e6084; }
  body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:hover, body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:active, body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:focus, body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-no-margin:hover, body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-no-margin:active, body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-no-margin:focus {
    background-color: #0D2D4E; }

body .vc_btn3-style-no-margin {
  margin-top: -26px; }
  @media (min-width: 768px) {
    body .vc_btn3-style-no-margin {
      margin-top: -35px; } }

body .vc_btn3-container {
  margin-top: 26px;
  margin-bottom: 10.73913px; }
  @media (min-width: 768px) {
    body .vc_btn3-container {
      margin-top: 35px; } }

.vc_btn3-container.vc_btn3-inline {
  margin-top: 0; }

body .vc_btn3.vc_btn3-size-md {
  font-size: 13px;
  letter-spacing: 0.3px; }

body .vc_btn3.vc_btn3-size-lg, .menu .btn-lg &gt; a, .menu .btn-group-lg &gt; .btn &gt; a {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 17px;
  padding-right: 32px;
  padding-left: 22px; }

.btn-lg, .btn-group-lg &gt; .btn, .btn-group-lg &gt; .btn {
  padding: 0;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px; }

.btn-shadow .vc_general.vc_btn3,
.btn-shadow &gt; a {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1); }

.btn-chev-right .vc_btn3:after,
.btn-chev-right &gt; a:after {
  content: '';
  background: url(../../../images/white-chev-right.svg) no-repeat;
  width: 7px;
  height: 15px;
  background-size: contain;
  display: inline-block;
  margin-left: 15px;
  right: 18px;
  position: absolute; }
  @media (min-width: 768px) {
    .btn-chev-right .vc_btn3:after,
    .btn-chev-right &gt; a:after {
      right: 12px; } }
  @media (min-width: 992px) {
    .btn-chev-right .vc_btn3:after,
    .btn-chev-right &gt; a:after {
      right: 18px; } }

.menu .ico-doctor &gt; a,
.menu .ico-mychart &gt; a,
.menu .ico-location &gt; a,
.vc_btn3-container.ico-doctor a,
.vc_btn3-container.ico-location a,
.vc_btn3-container.ico-doctor button,
.vc_btn3-container.ico-location button {
  display: flex;
  align-items: center;
  position: relative;
  text-transform: none;
  padding-top: 12px;
  padding-bottom: 12px;
  white-space: normal; }
  .menu .ico-doctor &gt; a:hover, .menu .ico-doctor &gt; a:active, .menu .ico-doctor &gt; a:focus,
  .menu .ico-mychart &gt; a:hover,
  .menu .ico-mychart &gt; a:active,
  .menu .ico-mychart &gt; a:focus,
  .menu .ico-location &gt; a:hover,
  .menu .ico-location &gt; a:active,
  .menu .ico-location &gt; a:focus,
  .vc_btn3-container.ico-doctor a:hover,
  .vc_btn3-container.ico-doctor a:active,
  .vc_btn3-container.ico-doctor a:focus,
  .vc_btn3-container.ico-location a:hover,
  .vc_btn3-container.ico-location a:active,
  .vc_btn3-container.ico-location a:focus,
  .vc_btn3-container.ico-doctor button:hover,
  .vc_btn3-container.ico-doctor button:active,
  .vc_btn3-container.ico-doctor button:focus,
  .vc_btn3-container.ico-location button:hover,
  .vc_btn3-container.ico-location button:active,
  .vc_btn3-container.ico-location button:focus {
    text-decoration: none; }
  @media (max-width: 991px) {
    .menu .ico-doctor &gt; a,
    .menu .ico-mychart &gt; a,
    .menu .ico-location &gt; a,
    .vc_btn3-container.ico-doctor a,
    .vc_btn3-container.ico-location a,
    .vc_btn3-container.ico-doctor button,
    .vc_btn3-container.ico-location button {
      padding-left: 12px;
      font-size: 14px; } }

.menu .ico-location &gt; a:before,
.menu .ico-mychart &gt; a:before,
.menu .ico-doctor &gt; a:before,
.vc_btn3-container.ico-doctor button:before,
.vc_btn3-container.ico-location button:before,
.vc_btn3-container.ico-doctor a:before,
.vc_btn3-container.ico-location a:before {
  flex: none;
  content: '';
  width: 36px;
  height: 36px;
  display: inline-block;
  margin-right: 19px; }
  @media (min-width: 992px) {
    .menu .ico-location &gt; a:before,
    .menu .ico-mychart &gt; a:before,
    .menu .ico-doctor &gt; a:before,
    .vc_btn3-container.ico-doctor button:before,
    .vc_btn3-container.ico-location button:before,
    .vc_btn3-container.ico-doctor a:before,
    .vc_btn3-container.ico-location a:before {
      width: 46px;
      height: 46px; } }

.menu .ico-mychart &gt; a:before {
  background: url(/wp-content/themes/vidant/images/mychart-ico.svg) no-repeat;
  background-size: cover; }

.menu .ico-location &gt; a:before,
.vc_btn3-container.ico-location button:before,
.vc_btn3-container.ico-location a:before {
  background: url(../../../images/location-ico.svg) no-repeat;
  background-size: cover; }

body .vc_btn3-container.ico-doctor button,
body .vc_btn3-container.ico-doctor .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat, body .vc_btn3-container.ico-location button,
body .vc_btn3-container.ico-location .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat,
body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat.vc_btn3-container.ico-doctor button,
body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat.vc_btn3-container.ico-doctor .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat,
body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat.vc_btn3-container.ico-location button,
body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat.vc_btn3-container.ico-location .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat {
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 17px;
  text-transform: none; }
  @media (min-width: 992px) {
    body .vc_btn3-container.ico-doctor button,
    body .vc_btn3-container.ico-doctor .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat, body .vc_btn3-container.ico-location button,
    body .vc_btn3-container.ico-location .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat,
    body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat.vc_btn3-container.ico-doctor button,
    body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat.vc_btn3-container.ico-doctor .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat,
    body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat.vc_btn3-container.ico-location button,
    body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat.vc_btn3-container.ico-location .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat {
      width: 100%;
      max-width: 325px; } }

.menu .ico-doctor &gt; a:before,
.vc_btn3-container.ico-doctor button:before {
  background: url(../../../images/doctor-ico.svg) no-repeat;
  background-size: cover; }

.menu .ico-nurse &gt; a:before {
  background: url(../../../images/nurse-ico.svg) no-repeat;
  background-size: cover; }

.menu .ico-pdf &gt; a:before {
  background: url(../../../images/pdf-btn-ico.svg) no-repeat;
  background-size: cover; }

.pdf-ico,
.xlsx-ico,
.xml-ico,
.csv-ico,
.doc-ico {
  content: '';
  width: 32px;
  height: 42px;
  margin-top: 6px;
  margin-right: 11px;
  background: url(../../../images/rebrand-pdf-ico.svg) no-repeat;
  text-indent: -9999em;
  display: flex;
  flex: 0 0 auto; }
  @media (max-width: 767px) {
    .pdf-ico,
    .xlsx-ico,
    .xml-ico,
    .csv-ico,
    .doc-ico {
      background-size: contain; } }

.xlsx-ico {
  background: url(../../../images/rebrand-xlsx-ico.svg) no-repeat; }

.xml-ico {
  background: url(../../../images/rebrand-xml-ico.svg) no-repeat; }

.csv-ico {
  background: url(../../../images/rebrand-csv-ico.svg) no-repeat; }

.doc-ico {
  background: url(../../../images/rebrand-doc-ico.svg) no-repeat; }

@media (min-width: 768px) {
  .documents-section .col-right {
    width: auto;
    float: right; }
  .documents-section .col-left {
    width: 55%; } }

.documents-section .icon {
  float: left;
  margin-right: 18px; }
  .documents-section .icon:last-child {
    margin-right: 0; }

.navy-bg .pdf-ico {
  background: url(../../../images/rebrand-pdf-ico-w.svg) no-repeat; }

hr {
  border-top: 1px solid #D8D8D8;
  margin-top: 30px;
  margin-bottom: 30px; }

.vert-center-flex {
  display: flex;
  align-items: center; }
  .vert-center-flex .pdf-ico,
  .vert-center-flex .ico {
    margin-top: 0; }

@media (max-width: 991px) {
  .vert-center-flex.h6 {
    font-size: 16px;
    line-height: 1.2; } }

.vert-top-flex {
  display: flex;
  align-items: flex-start; }

.vert-bottom-flex {
  display: flex;
  align-items: flex-end; }

.navy-bg,
.rblue-bg,
.teal-bg {
  color: #fff; }
  .navy-bg .h3,
  .rblue-bg .h3,
  .teal-bg .h3 {
    margin-bottom: 1.6rem; }
    @media (min-width: 768px) {
      .navy-bg .h3,
      .rblue-bg .h3,
      .teal-bg .h3 {
        margin-bottom: 2.1rem; } }
  .navy-bg a,
  .rblue-bg a,
  .teal-bg a {
    color: #00a1b1; }
  .navy-bg p,
  .rblue-bg p,
  .teal-bg p {
    color: #fff; }
  .navy-bg h1, .navy-bg h2, .navy-bg h3, .navy-bg h4, .navy-bg h5,
  .navy-bg .h1, .navy-bg .h2, .navy-bg .h3, .navy-bg .h4, .navy-bg .h5, .navy-bg .subhead,
  .rblue-bg h1,
  .rblue-bg h2,
  .rblue-bg h3,
  .rblue-bg h4,
  .rblue-bg h5,
  .rblue-bg .h1,
  .rblue-bg .h2,
  .rblue-bg .h3,
  .rblue-bg .h4,
  .rblue-bg .h5,
  .rblue-bg .subhead,
  .teal-bg h1,
  .teal-bg h2,
  .teal-bg h3,
  .teal-bg h4,
  .teal-bg h5,
  .teal-bg .h1,
  .teal-bg .h2,
  .teal-bg .h3,
  .teal-bg .h4,
  .teal-bg .h5,
  .teal-bg .subhead {
    color: #fff; }
  .navy-bg ul,
  .rblue-bg ul,
  .teal-bg ul {
    color: #fff;
    padding-left: 15px;
    list-style: none;
    display: inline-block; }
    .navy-bg ul li,
    .rblue-bg ul li,
    .teal-bg ul li {
      margin-right: 10px; }
  .navy-bg ul.inline,
  .rblue-bg ul.inline,
  .teal-bg ul.inline {
    padding: 0; }
    @media (max-width: 767px) {
      .navy-bg ul.inline,
      .rblue-bg ul.inline,
      .teal-bg ul.inline {
        display: block; } }
    @media (min-width: 768px) {
      .navy-bg ul.inline li,
      .rblue-bg ul.inline li,
      .teal-bg ul.inline li {
        float: left; } }
  .navy-bg ul.inline-content,
  .rblue-bg ul.inline-content,
  .teal-bg ul.inline-content {
    padding-left: 14px; }
  .navy-bg.content-block,
  .rblue-bg.content-block,
  .teal-bg.content-block {
    background-color: inherit; }
    .navy-bg.content-block .vc_column-inner,
    .rblue-bg.content-block .vc_column-inner,
    .teal-bg.content-block .vc_column-inner {
      padding: 38px 57px 20px 57px; }

.navy-bg {
  background-color: #322E78; }
  .navy-bg.content-block {
    background-color: inherit; }
    .navy-bg.content-block .vc_column-inner {
      background-color: #592A8A; }
  .navy-bg h6, .navy-bg .h6 {
    color: #fff; }
  .navy-bg a {
    color: #fff; }
  .navy-bg a[href^="tel:"] {
    color: #FFF; }
  .navy-bg a[href^="tel:"]:hover {
    color: #72BEC6; }
  .navy-bg a[href^="mailto:"]:hover {
    color: #72BEC6; }
  .navy-bg.content-block-2col {
    background-color: transparent; }
    @media (min-width: 992px) {
      .navy-bg.content-block-2col {
        display: flex;
        margin-bottom: 130px; } }
    @media (min-width: 992px) {
      .navy-bg.content-block-2col .col-sm-12:first-child {
        padding-right: 0; }
      .navy-bg.content-block-2col .col-sm-12:last-child {
        padding-left: 0; }
        .navy-bg.content-block-2col .col-sm-12:last-child .vc_column-inner {
          background-color: #592A8A; } }
    .navy-bg.content-block-2col .wpb_single_image {
      margin-bottom: 0; }
    .navy-bg.content-block-2col .content-block {
      background-color: inherit; }
      .navy-bg.content-block-2col .content-block h3, .navy-bg.content-block-2col .content-block .h3 {
        font-size: 23px;
        line-height: 30px; }
        @media (min-width: 1200px) {
          .navy-bg.content-block-2col .content-block h3, .navy-bg.content-block-2col .content-block .h3 {
            font-size: 28px;
            line-height: 35px; } }
      .navy-bg.content-block-2col .content-block .wpb_content_element {
        margin-bottom: 0; }
      .navy-bg.content-block-2col .content-block .vc_column-inner {
        padding: 32px 32px 32px 32px;
        background-color: #592A8A;
        height: 100%; }
        @media (min-width: 992px) {
          .navy-bg.content-block-2col .content-block .vc_column-inner {
            background-color: transparent;
            padding: 32px 32px 32px 32px; } }
        @media (min-width: 1200px) {
          .navy-bg.content-block-2col .content-block .vc_column-inner {
            padding: 42px 42px 42px 42px; } }
        .navy-bg.content-block-2col .content-block .vc_column-inner .vc_btn3-container {
          margin-bottom: 0;
          display: flex;
          margin-bottom: 0;
          align-self: flex-end; }
        .navy-bg.content-block-2col .content-block .vc_column-inner &gt; .wpb_wrapper {
          height: 100%;
          display: flex;
          flex-wrap: wrap;
          flex: 1 1 auto; }

.navy-bg.bg-pattern-1 {
  /* background-image: url(../../../images/bg-pattern-1-rdkpurple.png);*/
  background-size: auto !important;
  background-color: #592A8A; }

.teal-bg {
  background-color: #592A8A; }

.light-blue-bg {
  background-color: #EFF6F7; }

.navy-bg.bg-pattern-1 .page-header h1 {
  margin-top: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #322E78;
  color: #fff;
  margin-bottom: .5rem; }
  @media (min-width: 768px) {
    .navy-bg.bg-pattern-1 .page-header h1 {
      font-size: 28px;
      line-height: 35px;
      margin-bottom: .5rem; } }

.navy-bg.bg-pattern-1.featured-full .container {
  height: 158px; }

.col-6-with-line .wpb_column:first-child .vc_column-inner {
  position: relative; }
  @media (min-width: 992px) {
    .col-6-with-line .wpb_column:first-child .vc_column-inner:after {
      content: '';
      display: block;
      position: absolute;
      width: 1px;
      background: #D8D8D8;
      top: 0;
      bottom: 40px;
      right: -23%; } }

.alignnone {
  margin-top: 5px; }

@media (min-width: 768px) {
  .col-6-exp-gutters .col-sm-6:nth-child(1) {
    padding-right: 35px; } }

@media (min-width: 768px) {
  .col-6-exp-gutters .col-sm-6:nth-child(2) {
    padding-left: 35px; } }

@media (min-width: 768px) {
  .col-2-gutters-xs .wpb_column:nth-child(1) {
    padding-right: 10px; } }

@media (min-width: 768px) {
  .col-2-gutters-xs .wpb_column:nth-child(2) {
    padding-left: 10px; } }

@media (min-width: 768px) {
  .col-6-exp-gutters-sm .col-sm-6:nth-child(1) {
    padding-right: 25px; } }

@media (min-width: 768px) {
  .col-6-exp-gutters-sm .col-sm-6:nth-child(2) {
    padding-left: 25px; } }

.wpb-js-composer #content .vc_tta-panels-container {
  min-height: auto; }

.rblue-bg {
  background-color: #2F74B7; }
  .rblue-bg.content-block {
    background-color: inherit; }
    .rblue-bg.content-block .vc_column-inner {
      background-color: #2F74B7; }

@media (min-width: 768px) {
  .hours-section {
    display: flex;
    align-items: center; } }

.hours-section .wpb_content_element {
  margin-bottom: 0; }

.hours-section .h3 {
  margin-bottom: 2.2rem; }

.hours-section .h4 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 2.2rem; }

.hours-section ul.square {
  font-weight: 400;
  font-size: 18px; }

.hours-section .full-width-right-bg &gt; .vc_column-inner,
.hours-section .full-width-left-bg &gt; .vc_column-inner {
  padding: 42px 45px; }

@media (max-width: 767px) {
  .hours-section .full-width-right-bg {
    padding-top: 25px;
    padding-bottom: 25px; } }

.hours-section .col-sm-7 .vc_column-inner {
  margin-right: 50px; }

.nav-block-section .card {
  background-color: #EFF6F7; }

.nav-block-section .wpb_column &gt; .vc_column-inner {
  height: 100%;
  padding: 64px 35px 35px 35px;
  background-color: #EFF6F7; }

.light-blue-bg.content-block,
.navy-bg.content-block,
.cards.content-block {
  background-color: inherit; }
  .light-blue-bg.content-block &gt; .vc_row &gt; .wpb_column &gt; .vc_column-inner,
  .navy-bg.content-block &gt; .vc_row &gt; .wpb_column &gt; .vc_column-inner,
  .cards.content-block &gt; .vc_row &gt; .wpb_column &gt; .vc_column-inner {
    height: 100%;
    padding: 64px 35px 35px 35px;
    background-color: #EFF6F7; }
  .light-blue-bg.content-block .vc_column-inner .h5,
  .navy-bg.content-block .vc_column-inner .h5,
  .cards.content-block .vc_column-inner .h5 {
    color: #322E78;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    margin-bottom: 20px; }
  .light-blue-bg.content-block .vc_column-inner p,
  .navy-bg.content-block .vc_column-inner p,
  .cards.content-block .vc_column-inner p {
    color: #7C7C7C; }
  .light-blue-bg.content-block &gt; .wpb_wrapper,
  .navy-bg.content-block &gt; .wpb_wrapper,
  .cards.content-block &gt; .wpb_wrapper {
    display: flex;
    height: 100%;
    flex-wrap: wrap; }
  .light-blue-bg.content-block .vc_btn3-container,
  .navy-bg.content-block .vc_btn3-container,
  .cards.content-block .vc_btn3-container {
    display: flex;
    align-self: flex-end; }

.light-blue-bg.card,
.navy-bg.card,
.cards.card {
  background-color: transparent; }
  .light-blue-bg.card .vc_column-inner,
  .navy-bg.card .vc_column-inner,
  .cards.card .vc_column-inner {
    background-color: #EFF6F7;
    background-color: #EFF6F7; }
    .light-blue-bg.card .vc_column-inner .wpb_single_image,
    .navy-bg.card .vc_column-inner .wpb_single_image,
    .cards.card .vc_column-inner .wpb_single_image {
      margin-bottom: 0;
      display: block !important;
      overflow: hidden;
      max-width: inherit;
      vertical-align: inherit;
      vertical-align: top;
      box-sizing: border-box; }
      .light-blue-bg.card .vc_column-inner .wpb_single_image:after, .light-blue-bg.card .vc_column-inner .wpb_single_image:before,
      .navy-bg.card .vc_column-inner .wpb_single_image:after,
      .navy-bg.card .vc_column-inner .wpb_single_image:before,
      .cards.card .vc_column-inner .wpb_single_image:after,
      .cards.card .vc_column-inner .wpb_single_image:before {
        content: normal; }
      .light-blue-bg.card .vc_column-inner .wpb_single_image .vc_single_image-wrapper,
      .navy-bg.card .vc_column-inner .wpb_single_image .vc_single_image-wrapper,
      .cards.card .vc_column-inner .wpb_single_image .vc_single_image-wrapper {
        display: block !important;
        overflow: hidden;
        max-width: inherit;
        vertical-align: inherit;
        vertical-align: top;
        box-sizing: border-box; }
        .light-blue-bg.card .vc_column-inner .wpb_single_image .vc_single_image-wrapper img,
        .navy-bg.card .vc_column-inner .wpb_single_image .vc_single_image-wrapper img,
        .cards.card .vc_column-inner .wpb_single_image .vc_single_image-wrapper img {
          max-width: 100%;
          height: auto;
          display: block; }
    .light-blue-bg.card .vc_column-inner .vc_separator,
    .navy-bg.card .vc_column-inner .vc_separator,
    .cards.card .vc_column-inner .vc_separator {
      padding: 0 25px 0 25px; }
      @media (min-width: 1200px) {
        .light-blue-bg.card .vc_column-inner .vc_separator,
        .navy-bg.card .vc_column-inner .vc_separator,
        .cards.card .vc_column-inner .vc_separator {
          padding: 0 32px 0 32px; } }
    .light-blue-bg.card .vc_column-inner .wpb_text_column,
    .navy-bg.card .vc_column-inner .wpb_text_column,
    .cards.card .vc_column-inner .wpb_text_column {
      padding: 30px 25px 25px 25px;
      margin-bottom: 0;
      justify-self: stretch;
      display: flex;
      flex: 1 1 auto; }
      @media (min-width: 1200px) {
        .light-blue-bg.card .vc_column-inner .wpb_text_column,
        .navy-bg.card .vc_column-inner .wpb_text_column,
        .cards.card .vc_column-inner .wpb_text_column {
          padding: 40px 32px 32px 32px; } }
    .light-blue-bg.card .vc_column-inner .h5,
    .navy-bg.card .vc_column-inner .h5,
    .cards.card .vc_column-inner .h5 {
      color: #322E78;
      font-size: 20px;
      letter-spacing: 0;
      margin-bottom: 20px; }
    .light-blue-bg.card .vc_column-inner p,
    .navy-bg.card .vc_column-inner p,
    .cards.card .vc_column-inner p {
      color: #7C7C7C; }
  .light-blue-bg.card .vc_btn3-container,
  .navy-bg.card .vc_btn3-container,
  .cards.card .vc_btn3-container {
    padding: 0px 25px 25px 25px; }
    @media (min-width: 1200px) {
      .light-blue-bg.card .vc_btn3-container,
      .navy-bg.card .vc_btn3-container,
      .cards.card .vc_btn3-container {
        padding: 0px 32px 32px 32px; } }

.light-blue-bg.card.left-border .vc_column-inner,
.navy-bg.card.left-border .vc_column-inner,
.cards.card.left-border .vc_column-inner {
  border-left: #2F74B7 5px solid; }

.light-blue-bg.content-block.conditions-section {
  margin-top: 45px; }
  .light-blue-bg.content-block.conditions-section &gt; .vc_row &gt; .wpb_column &gt; .vc_column-inner {
    height: 100%;
    padding: 17px 15px 15px 15px;
    background-color: #EFF6F7; }
    @media (min-width: 768px) {
      .light-blue-bg.content-block.conditions-section &gt; .vc_row &gt; .wpb_column &gt; .vc_column-inner {
        padding: 52px 50px 50px 50px; } }

.card.has-btn .vc_column-inner &gt; .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 80px; }

.card.has-btn .vc_btn3-container {
  position: absolute;
  bottom: 0; }

.card.wide-card {
  margin-bottom: 30px;
  min-height: 238px; }
  @media (min-width: 1200px) {
    .card.wide-card {
      min-height: 220px; } }
  @media (min-width: 768px) {
    .card.wide-card .column_container:first-child {
      padding-right: 0; }
    .card.wide-card .column_container:last-child {
      padding-left: 0; } }
  @media (max-width: 767px) {
    .card.wide-card .column_container:first-child .vc_column-inner {
      background-image: none !important; } }
  @media (min-width: 768px) {
    .card.wide-card .column_container:first-child .vc_column-inner {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      .card.wide-card .column_container:first-child .vc_column-inner img {
        display: none !important; } }
  @media (min-width: 1200px) {
    .card.wide-card .column_container:first-child .vc_column-inner {
      background: none !important; }
      .card.wide-card .column_container:first-child .vc_column-inner img {
        display: block !important; } }

.services-block-section .light-blue-bg.content-block .vc_column-inner {
  min-height: 200px;
  background-color: #EFF6F7; }
  .services-block-section .light-blue-bg.content-block .vc_column-inner .wpb_text_column {
    padding: 50px 45px 45px 45px; }

#content .nav-pills {
  padding: 0;
  margin-left: -10px; }
  @media (min-width: 768px) {
    #content .nav-pills {
      display: flex; } }
  #content .nav-pills &gt; li {
    flex: 1 1 auto;
    list-style: none; }
    #content .nav-pills &gt; li:before {
      display: none; }
    #content .nav-pills &gt; li.disabled &gt; a {
      font-weight: 300;
      color: #505050; }
    #content .nav-pills &gt; li.active &gt; a, #content .nav-pills &gt; li.active &gt; a:focus {
      background-color: #f3f3f3; }
    #content .nav-pills &gt; li &gt; a {
      font-weight: 700;
      font-size: 22px;
      color: #2F74B7;
      letter-spacing: 0;
      padding: 5px 8px;
      text-align: center; }

.glossary-feed h5 {
  font-weight: 300;
  font-size: 16px;
  color: #505050;
  letter-spacing: 0;
  line-height: 25px; }
  @media (max-width: 767px) {
    .glossary-feed h5 {
      font-weight: 700;
      color: #322E78; } }

@media (min-width: 768px) {
  .vert-separator-dotted .vc_column-inner:before {
    content: '';
    height: 100%;
    width: 3px;
    background: url(../../../images/vert-dotted-line.png) repeat-y;
    position: absolute;
    left: 0; } }

@media (min-width: 768px) {
  .vert-separator-dotted.light-blue .vc_column-inner:before {
    background: url(../../../images/dotted-line-vert-light-blue.png) repeat-y; } }

@media (min-width: 768px) {
  .horiz-separator-dotted .vc_column-inner:before {
    content: '';
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0; } }

.vert-separator-style1 {
  display: flex; }
  @media (max-width: 767px) {
    .vert-separator-style1 {
      margin-bottom: 50px; } }
  .vert-separator-style1 .wpb_column:first-child {
    flex: 0 0 40%; }
    @media (min-width: 768px) {
      .vert-separator-style1 .wpb_column:first-child {
        flex: 0 0 30%; } }
  .vert-separator-style1 .wpb_column:last-child {
    flex: 0 0 50%;
    padding-left: 26px; }
    @media (min-width: 768px) {
      .vert-separator-style1 .wpb_column:last-child {
        flex: 1 0 40%; }
        .vert-separator-style1 .wpb_column:last-child .vc_column-inner {
          padding-left: 41px; } }
  .vert-separator-style1 .wpb_content_element {
    margin-bottom: 0; }

.vert-separator-dotted .vc_column-inner:before {
  display: none; }

@media (min-width: 768px) {
  .vert-separator-dotted .vc_column-inner:after {
    content: '';
    height: 100%;
    width: 3px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../../../images/rebrand-dotted-line-vert-light-blue.png) repeat-y; } }

.vert-separator-dotted.light-blue .vc_column-inner:after {
  background: url(../../../images/rebrand-dotted-line-vert-light-blue.png) repeat-y; }

.vert-separator-dotted.green .vc_column-inner:before {
  display: none; }

.vert-separator-dotted.green .vc_column-inner:after {
  background: url(../../../images/dotted-line-vert-green.png) repeat-y; }

#content .childrens-feature-1 {
  padding-top: 0;
  padding-bottom: 0;
  height: 440px;
  background-position: right -860px top 48px !important;
  margin-top: -120px;
  background-repeat: no-repeat !important;
  background-size: cover !important; }
  @media (min-width: 768px) {
    #content .childrens-feature-1 {
      margin-top: 0px;
      height: 500px;
      background-position: right 35.5% top 48px !important; } }
  @media (min-width: 992px) {
    #content .childrens-feature-1 {
      height: 675px;
      background-position: right 35.5% top !important; } }
  @media (min-width: 1200px) {
    #content .childrens-feature-1 {
      height: 768px;
      background-position: right 35.5% top !important; } }
  #content .childrens-feature-1 .column_container {
    padding-top: 150px;
    padding-bottom: 150px; }
  #content .childrens-feature-1 .vc_column-inner {
    position: relative; }
  #content .childrens-feature-1 .wpb_content_element {
    margin-bottom: 0; }
  #content .childrens-feature-1 .play-button a {
    line-height: 25px;
    font-size: 18px;
    font-weight: 400;
    transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out;
    background: #2F74B7;
    color: #fff;
    display: block;
    position: relative;
    padding: 15px;
    padding-right: 78px; }
    @media (min-width: 768px) {
      #content .childrens-feature-1 .play-button a {
        line-height: 35px;
        font-size: 22px; } }
    #content .childrens-feature-1 .play-button a strong {
      font-weight: 700;
      font-size: 28px;
      color: #FFFFFF;
      letter-spacing: -0.33px; }
      @media (min-width: 768px) {
        #content .childrens-feature-1 .play-button a strong {
          font-size: 35px; } }
    #content .childrens-feature-1 .play-button a:hover, #content .childrens-feature-1 .play-button a:active, #content .childrens-feature-1 .play-button a:focus {
      background: #5391CC; }
      #content .childrens-feature-1 .play-button a:hover:after, #content .childrens-feature-1 .play-button a:active:after, #content .childrens-feature-1 .play-button a:focus:after {
        opacity: 0.9; }
    @media (min-width: 768px) {
      #content .childrens-feature-1 .play-button a {
        position: absolute;
        left: 0;
        bottom: 50px;
        padding: 25px;
        padding: 48px;
        padding-right: 164px; } }
    #content .childrens-feature-1 .play-button a:after {
      background: url("../../../images/play-button.png") no-repeat;
      content: ' ';
      margin-left: 35px;
      display: block;
      position: absolute;
      width: 50px;
      right: 15px;
      background-size: contain;
      height: 100%;
      top: 0;
      bottom: 0;
      background-position: center;
      transition: 0.25s opacity ease-in-out;
      opacity: 1; }
      @media (min-width: 768px) {
        #content .childrens-feature-1 .play-button a:after {
          background-size: contain;
          width: 84px;
          right: 50px; } }
  #content .childrens-feature-1 .headline {
    position: absolute;
    top: -52px; }

#content .childrens-feature-1.childrens-feature-1-pattern-2 {
  background-image: url(../../../images/waves-fish-2-rebrand.png) !important; }

.childrens-feature-2 {
  background-size: 22%;
  background-position: left 10px center;
  padding-top: 0 !important;
  margin-top: -40px; }
  @media (min-width: 768px) {
    .childrens-feature-2 {
      margin-top: -100px; } }
  @media (min-width: 768px) {
    .childrens-feature-2 .vc_row {
      margin-top: 108px !important;
      margin-bottom: 108px !important; } }
  .childrens-feature-2 .vc_row:first-child {
    position: relative; }
    .childrens-feature-2 .vc_row:first-child:before {
      content: '';
      background-image: url(../../../images/bubbles-fish-rebrand.png);
      background-repeat: no-repeat;
      position: absolute;
      content: '';
      display: block;
      height: 100%;
      width: 100%;
      top: -20px;
      background-position: right top !important; }
      @media (min-width: 768px) {
        .childrens-feature-2 .vc_row:first-child:before {
          right: -550px;
          width: 1280%;
          top: 560px; } }
      @media (min-width: 992px) {
        .childrens-feature-2 .vc_row:first-child:before {
          right: -310px; } }
      @media (min-width: 1200px) {
        .childrens-feature-2 .vc_row:first-child:before {
          right: -160px; } }
    @media (min-width: 768px) {
      .childrens-feature-2 .vc_row:first-child {
        margin-top: 50px !important;
        padding-top: 108px !important;
        padding-bottom: 88px !important; } }
  .childrens-feature-2 .vc_row:last-child {
    margin-top: 0px !important; }
    @media (min-width: 768px) {
      .childrens-feature-2 .vc_row:last-child {
        margin-top: -100px !important; } }
  @media (max-width: 767px) {
    .childrens-feature-2 .vc_row .wpb_column {
      margin-top: 20px;
      margin-bottom: 20px; } }
  .childrens-feature-2.bg-pattern-2 {
    margin-bottom: 0; }
    .childrens-feature-2.bg-pattern-2 .vc_row:first-child {
      position: relative; }
      .childrens-feature-2.bg-pattern-2 .vc_row:first-child:before {
        content: '';
        background-image: url(../../../images/waves-fish-pattern-2-rebrand.png);
        background-repeat: no-repeat;
        position: absolute;
        content: '';
        display: block;
        height: 130%;
        width: 100%;
        top: -20px;
        background-position: right top !important; }
        @media (min-width: 768px) {
          .childrens-feature-2.bg-pattern-2 .vc_row:first-child:before {
            right: -550px;
            width: 1280%;
            top: 50px; } }
        @media (min-width: 992px) {
          .childrens-feature-2.bg-pattern-2 .vc_row:first-child:before {
            right: -310px; } }
        @media (min-width: 1200px) {
          .childrens-feature-2.bg-pattern-2 .vc_row:first-child:before {
            right: -160px; } }
      @media (min-width: 768px) {
        .childrens-feature-2.bg-pattern-2 .vc_row:first-child {
          margin-top: 50px !important;
          padding-top: 88px !important;
          padding-bottom: 88px !important; } }
    .childrens-feature-2.bg-pattern-2 .vc_row:last-child {
      margin-top: 0px !important; }
      @media (min-width: 1200px) {
        .childrens-feature-2.bg-pattern-2 .vc_row:last-child {
          margin-top: -30px !important; } }
  .childrens-feature-2 .vc_single_image-wrapper {
    border: 10px solid #72BEC6;
    border-radius: 100%; }
  .childrens-feature-2 .wpb_column p {
    letter-spacing: -.25px; }
    .childrens-feature-2 .wpb_column p br {
      display: none; }
      @media (min-width: 1200px) {
        .childrens-feature-2 .wpb_column p br {
          display: block; } }
  @media (max-width: 767px) {
    .childrens-feature-2 .wpb_column .vc_column-inner {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 992px) {
    .childrens-feature-2 .wpb_column:nth-child(2) .vc_column-inner {
      padding-left: 6%;
      padding-right: 6%;
      padding-left: 40px;
      padding-right: 40px; } }
  .childrens-feature-2 .wpb_single_image {
    margin-bottom: 30px; }
  .childrens-feature-2 .h4 {
    margin-bottom: 0.8rem; }
  .childrens-feature-2 .wpb_text_column {
    margin-bottom: 20px; }
  .childrens-feature-2 .vc_separator {
    margin-bottom: 12px; }
  .childrens-feature-2 .vc_row {
    margin-top: 68px;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .childrens-feature-2 .vc_row {
        margin-bottom: 68px; } }
  .childrens-feature-2 ul {
    text-align: center;
    margin: 0 auto; }
    @media (min-width: 1200px) {
      .childrens-feature-2 ul {
        width: 280px; }
        .childrens-feature-2 ul.sm-width {
          width: 218px; } }
    .childrens-feature-2 ul li {
      font-size: 16px;
      border-bottom: 1px solid #F6F6F6;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .childrens-feature-2 ul li {
          font-size: 13px; } }
      @media (min-width: 992px) {
        .childrens-feature-2 ul li {
          font-size: 16px; } }
      .childrens-feature-2 ul li:last-child {
        border-bottom: none; }
      .childrens-feature-2 ul li a {
        padding: 10px;
        display: flex;
        flex: 1 1 auto;
        align-items: center;
        justify-content: center; }
        .childrens-feature-2 ul li a:after {
          content: '';
          background: url(../../../images/rblue-chev-right.svg) no-repeat;
          width: 6px;
          height: 12px;
          display: inline-block;
          background-size: contain;
          margin-left: 12px;
          position: absolute;
          right: 6px; }

.water-bubbles-light-blue1,
.water-bubbles-light-blue2,
.water-bubbles-light-blue3 {
  position: relative; }
  .water-bubbles-light-blue1:before,
  .water-bubbles-light-blue2:before,
  .water-bubbles-light-blue3:before {
    content: '';
    background-image: url(../../../images/water-bubbles-light-blue1-rebrand.png);
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    display: block;
    height: 120%;
    width: 100%;
    top: 85px;
    background-position: right top !important; }
    @media (max-width: 767px) {
      .water-bubbles-light-blue1:before,
      .water-bubbles-light-blue2:before,
      .water-bubbles-light-blue3:before {
        background-size: 210%; } }
    @media (min-width: 768px) {
      .water-bubbles-light-blue1:before,
      .water-bubbles-light-blue2:before,
      .water-bubbles-light-blue3:before {
        right: -145px;
        width: 1280%;
        top: 85px; } }
    @media (min-width: 992px) {
      .water-bubbles-light-blue1:before,
      .water-bubbles-light-blue2:before,
      .water-bubbles-light-blue3:before {
        top: 175px; } }

.water-bubbles-light-blue2 {
  position: relative; }
  @media (max-width: 767px) {
    .water-bubbles-light-blue2 {
      padding-top: 20px; } }
  .water-bubbles-light-blue2:before {
    top: 0px;
    content: '';
    background-image: url(../../../images/water-bubbles-light-blue2-rebrand.png); }
    @media (max-width: 767px) {
      .water-bubbles-light-blue2:before {
        background-position: right bottom !important; } }
    @media (min-width: 768px) {
      .water-bubbles-light-blue2:before {
        top: -76px; } }
    @media (min-width: 992px) {
      .water-bubbles-light-blue2:before {
        top: 4px; } }

.water-bubbles-light-blue3 {
  margin-top: 0;
  margin-bottom: -100px;
  min-height: 374px;
  position: relative; }
  .water-bubbles-light-blue3:before {
    top: -76px;
    content: '';
    background-image: url(../../../images/water-bubbles-light-blue3.png); }
    @media (min-width: 768px) {
      .water-bubbles-light-blue3:before {
        top: -76px; } }
    @media (min-width: 992px) {
      .water-bubbles-light-blue3:before {
        top: 4px; } }

@media (min-width: 992px) {
  #content ul.menu-style1 {
    width: 280px; }
    #content ul.menu-style1.sm-width {
      width: 218px; } }

#content ul.menu-style1 li {
  font-size: 13px;
  border-bottom: 1px solid #F6F6F6;
  margin-bottom: 0; }
  #content ul.menu-style1 li:before {
    display: none; }
  @media (min-width: 992px) {
    #content ul.menu-style1 li {
      font-size: 16px; } }
  #content ul.menu-style1 li:last-child {
    border-bottom: none; }
  #content ul.menu-style1 li a {
    padding: 10px;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center; }
    #content ul.menu-style1 li a:after {
      content: '';
      background: url(../../../images/rblue-chev-right.svg) no-repeat;
      width: 6px;
      height: 12px;
      display: inline-block;
      background-size: contain;
      margin-left: 12px;
      position: absolute;
      right: 6px; }

.childrens-footer-bumper {
  margin-bottom: 0;
  background-image: url("../../../images/waves-fish-footer2-rebrand.png");
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: center top !important;
  padding-top: 0 !important; }
  .childrens-footer-bumper .row {
    min-height: 140px;
    display: flex; }
    @media (min-width: 768px) {
      .childrens-footer-bumper .row {
        min-height: 252px; } }
  @media (min-width: 768px) {
    .childrens-footer-bumper {
      margin-top: -100px;
      margin-top: -70px; } }
  @media (max-width: 767px) {
    .childrens-footer-bumper {
      background-position: -20px bottom !important;
      padding-top: 0 !important;
      background-size: 130%; } }

.childrens-footer-bumper2 {
  background-image: url("../../../images/sand-footer-pattern-rebrand.png"); }
  @media (min-width: 768px) {
    .childrens-footer-bumper2 .childrens-footer-bumper {
      margin-top: -90px; } }

.childrens-feature-3 {
  margin-bottom: 0;
  background: url("../../../images/waves-fish-footer-rebrand.png") no-repeat;
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: center top !important;
  padding-top: 0 !important; }
  .childrens-feature-3 .row {
    min-height: 325px;
    display: flex; }
    @media (min-width: 992px) {
      .childrens-feature-3 .row {
        min-height: 411px; } }
  @media (min-width: 768px) {
    .childrens-feature-3 {
      margin-top: -100px; } }
  .childrens-feature-3 .vc_column-inner {
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px; }
    @media (min-width: 992px) {
      .childrens-feature-3 .vc_column-inner {
        padding-left: 50px;
        padding-right: 50px;
        margin-top: 60px; } }
  .childrens-feature-3 .vc_btn3-container {
    margin-top: 0px; }

.childrens-feature-4 {
  position: relative;
  height: 314px; }
  .childrens-feature-4:before {
    content: '';
    background-image: url(../../../images/fish-bubbles-3-rebrand.png);
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    top: 0px;
    background-position: right top !important; }
    @media (min-width: 768px) {
      .childrens-feature-4:before {
        right: -150px;
        width: 1280%; } }

.childrens-feature-5 {
  position: relative;
  height: auto; }
  .childrens-feature-5 .row &gt; .wpb_column {
    margin-bottom: 60px; }
  .childrens-feature-5.bg-pattern-2 .vc_row:first-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }
  .childrens-feature-5.bg-pattern-2 .vc_row:first-child:before {
    background-image: url(../../../images/fish-bubbles-5-rebrand.png);
    bottom: 200px;
    top: initial;
    background-position: right bottom !important;
    right: -140px; }
  .childrens-feature-5:before {
    content: '';
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    top: 0px;
    background-position: right top !important; }
    @media (min-width: 768px) {
      .childrens-feature-5:before {
        right: -138px;
        width: 1280%; } }

.vc_separator.vc_sep_dotted .vc_sep_line {
  border: none !important; }

.horiz-separator-dotted.light-blue,
.horiz-separator-dotted.light-blue2,
.horiz-separator-dotted.teal {
  border: none !important;
  border-color: transparent;
  height: 3px;
  background: url(../../../images/rebrand-dotted-line-horiz-teal.png) repeat-x; }

.horiz-separator-dotted.light-blue2 {
  background: none;
  background: url(../../../images/rebrand-dotted-line-horiz-teal.png) repeat-x; }

.horiz-separator-dotted.teal {
  background: none;
  background: url(../../../images/rebrand-dotted-line-horiz-teal.png) repeat-x; }

#content .vc_separator.vc_sep_color_turquoise .vc_sep_line {
  border-color: #8DD0D8; }

@media (min-width: 768px) {
  .flex-stretch-items .vc_column-inner &gt; .wpb_wrapper {
    display: flex;
    justify-content: space-between; } }

@media (min-width: 768px) {
  .vert-separator.col-6-exp-gutters .col-sm-6:last-child {
    padding-left: 75px; }
  .vert-separator.col-6-exp-gutters .col-sm-6:first-child {
    padding-right: 75px; } }

@media (min-width: 768px) {
  .vert-separator-style2.col-6-exp-gutters .col-sm-6:last-child {
    padding-left: 92px;
    padding-right: 92px; }
  .vert-separator-style2.col-6-exp-gutters .col-sm-6:first-child {
    padding-left: 92px;
    padding-right: 92px; } }

@media (min-width: 768px) {
  .col-4-exp-gutters .col-sm-4:nth-child(1) .vc_column-inner {
    padding-right: 35px; }
  .col-4-exp-gutters .col-sm-4:nth-child(2) .vc_column-inner {
    padding-right: 35px;
    padding-left: 35px; }
  .col-4-exp-gutters .col-sm-4:nth-child(3) .vc_column-inner {
    padding-left: 35px; } }

.glossary-heading {
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    .glossary-heading {
      display: none; } }

#content .term-listing {
  margin-bottom: 32px; }
  #content .term-listing .separator hr {
    border-top: 3px solid #F2F2F2;
    margin-top: 0;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      #content .term-listing .separator hr {
        margin-bottom: 32px; } }

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .cards.row:before, .cards.row:after {
    content: normal; }
  .cards &gt; .card,
  .cards &gt; .column_container {
    flex-grow: 0;
    margin-bottom: 30px; }
    .cards &gt; .card .vc_column-inner,
    .cards &gt; .column_container .vc_column-inner {
      height: 100%; }

.screenings-cards .light-blue-bg &gt; .vc_column-inner {
  background: #EFF6F7;
  padding: 30px 25px 25px 25px; }
  @media (min-width: 768px) {
    .screenings-cards .light-blue-bg &gt; .vc_column-inner {
      padding: 30px 25px 133px 25px; } }
  @media (min-width: 1200px) {
    .screenings-cards .light-blue-bg &gt; .vc_column-inner {
      padding: 40px 32px 133px 32px; } }

@media (max-width: 767px) {
  .screenings-cards .light-blue-bg {
    margin-top: 15px;
    margin-bottom: 15px; } }

.screenings-cards .light-blue-bg:first-child &gt; .vc_column-inner {
  border-left: 5px solid #2F74B7; }

.screenings-cards .light-blue-bg:last-child &gt; .vc_column-inner {
  border-left: 5px solid #00a1b1; }

.screenings-cards .vc_btn3-container {
  position: relative; }

.screenings-cards .vc_btn3-container {
  margin-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0; }
  .screenings-cards .vc_btn3-container:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }

@media (max-width: 767px) {
  .screenings-cards .margin-xxl-bottom {
    margin-bottom: 25px; } }

@media (min-width: 768px) {
  .screenings-cards .buttons {
    position: absolute;
    bottom: 0;
    width: 100%; } }

@media (max-width: 991px) {
  .screenings-cards .buttons button {
    width: 100%;
    max-width: 280px; } }

.cards.cards-leadership:before, .cards.cards-leadership:after {
  content: normal; }

.cards.cards-leadership .card {
  flex-grow: 0; }

@media (min-width: 768px) and (max-width: 991px) {
  .card {
    flex: 1 1 50%; } }

@media (max-width: 768px) {
  .card {
    margin-bottom: 30px; } }

.navy-bg.content-block .vc_column-inner {
  background-color: #592A8A; }
  .navy-bg.content-block .vc_column-inner p {
    color: #fff; }

.home .recent-posts .column {
  margin-bottom: 0; }

@media (min-width: 992px) {
  #widget-footer .col-md-3 {
    padding-left: 35px; } }

@media (min-width: 1200px) {
  #widget-footer .col-md-3 {
    padding-left: 50px; } }

@media (min-width: 992px) {
  #widget-footer .col-md-offset-1.col-md-2,
  #widget-footer .col-lg-offset-1.col-md-2 {
    padding-left: 20px; } }

@media (min-width: 1200px) {
  #widget-footer .col-md-offset-1.col-md-2,
  #widget-footer .col-lg-offset-1.col-md-2 {
    padding-left: 50px; } }

@media (min-width: 768px) and (max-width: 991px) {
  #widget-footer {
    display: flex;
    justify-content: stretch;
    flex-wrap: wrap; }
    #widget-footer .col-flex {
      flex: 1 0 20%; }
    #widget-footer .col-sm-12 {
      flex: none; } }

.navy-bg.card {
  background-color: transparent; }
  .navy-bg.card .vc_column-inner {
    background-color: #592A8A; }
    .navy-bg.card .vc_column-inner .wpb_text_column {
      padding: 0px 30px 0px 30px; }
    .navy-bg.card .vc_column-inner .wpb_content_element {
      margin-bottom: 20px; }
    .navy-bg.card .vc_column-inner .vc_btn3-container {
      padding: 0px 30px 30px 30px;
      margin-bottom: 0;
      justify-self: left; }

.nav-block-section,
.services-block-section {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .nav-block-section.row:before, .nav-block-section.row:after,
  .services-block-section.row:before,
  .services-block-section.row:after {
    content: normal; }
  .nav-block-section .content-block,
  .services-block-section .content-block {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    flex-grow: 0; }

.feature-section-bg.light-blue-bg {
  background: #EFF6F7; }

.feature-section-bg.section-md {
  padding-top: 70px;
  padding-bottom: 30px; }

.feature-section-bg.section-lg {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    .feature-section-bg.section-lg {
      padding-top: 100px;
      padding-bottom: 65px;
      margin-bottom: 48px; } }

.feature-section-bg.no-margin {
  margin-top: 0;
  margin-bottom: 0; }

.navbar-default .mobile-ico-nav {
  float: right;
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-default .mobile-ico-nav .mobile_ico_navigation {
    flex-direction: row;
  }
  .navbar-default .mobile-ico-nav .mobile_ico_navigation &gt; li.ico {
    font-size: 0;
    float: left; }
    .navbar-default .mobile-ico-nav .mobile_ico_navigation &gt; li.ico a {
      font-size: 0;
      line-height: 4px;
      padding: 10px 10px; }
    .navbar-default .mobile-ico-nav .mobile_ico_navigation &gt; li.ico a:after {
      font-size: 14px;
      color: #2F74B7;
      visibility: visible;
      transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out; }
    .navbar-default .mobile-ico-nav .mobile_ico_navigation &gt; li.ico a:hover:after,
    .navbar-default .mobile-ico-nav .mobile_ico_navigation &gt; li.ico a:active:after,
    .navbar-default .mobile-ico-nav .mobile_ico_navigation &gt; li.ico a:focus:after {
      color: #5391CC; }
  .navbar-default .mobile-ico-nav .mobile_ico_navigation &gt; li.search-ico a:after {
    content: "\f002"; }
  .navbar-default .mobile-ico-nav .mobile_ico_navigation &gt; li.phone-ico a:after {
    content: "\f095"; }

.services-block-section p {
  font-size: 18px;
  color: #0D2D4E;
  letter-spacing: 0;
  line-height: 30px; }

.services-block-section .teal-bg.content-block .vc_column-inner {
  padding: 48px 35px 25px 35px; }

.feature-fill-section &gt; .row {
  padding-top: 80px;
  padding-bottom: 80px; }

.services-feature.vc_section {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 992px) {
    .services-feature.vc_section .col-sm-7 .vc_column-inner {
      padding-right: 70px; } }

#content .vc_section {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 768px) {
    #content .vc_section {
      margin-left: 0;
      margin-right: 0; } }

.featured-full .container {
  padding-top: 85px;
  height: auto;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 375px) and (max-width: 414px) {
    .featured-full .container {
      padding-top: 104px; } }
  @media (min-width: 415px) {
    .featured-full .container {
      padding-top: 150px; } }
  @media (min-width: 768px) {
    .featured-full .container {
      padding-left: 15px;
      padding-right: 15px;
      height: 275px;
      padding-top: 0px; } }
  @media (min-width: 992px) {
    .featured-full .container {
      height: 300px; } }
  @media (min-width: 1200px) {
    .featured-full .container {
      height: 400px; } }

@media (max-width: 767px) {
  .featured-full {
    padding: 0;
    background-color: #EFF6F7;
    background-size: contain !important;
    background-position: top  !important; } }

.featured-header h1, .featured-header p, .featured-header h2 {
  display: block; }

@media (max-width: 767px) {
  .featured-header {
    background: #EFF6F7;
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 1px; } }

.navy-bg.bg-pattern-1 h1, .navy-bg.bg-pattern-1 p, .navy-bg.bg-pattern-1 h2 {
  display: block;
  color: #fff; }

.navy-bg.bg-pattern-1 .page-header.navy h1 {
  color: #fff; }

@media (max-width: 767px) {
  .navy-bg.bg-pattern-1 .featured-header {
    background: transparent;
    width: 100%;
    height: 100%;
    display: table;
    margin-bottom: 1px;
    color: #fff; } }

@media (max-width: 767px) {
  .navy-bg.bg-pattern-1 .page-header {
    padding-top: 20px; }
  .navy-bg.bg-pattern-1 .container {
    padding-top: 0; } }

@media (min-width: 768px) {
  .featured-full .shadow {
    text-shadow: 1px 1px 20px black; } }

.featured-full .page-header {
  position: relative; }
  @media (min-width: 768px) and (max-width: 991px) {
    .featured-full .page-header {
      width: 50%; } }
  @media (max-width: 767px) {
    .featured-full .page-header {
      clear: both;
      padding-left: 15px;
      padding-top: 20px;
      padding-bottom: 10px;
      padding-bottom: 30px; }
      .featured-full .page-header p br {
        display: none; } }

#wrapper #content .stories-results {
  margin-bottom: 48px; }

.phone-cta,
.phone-cta2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center; }
  .phone-cta p,
  .phone-cta2 p {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px; }
    @media (min-width: 768px) {
      .phone-cta p,
      .phone-cta2 p {
        font-size: 25px;
        line-height: 34px; }
        .phone-cta p br,
        .phone-cta2 p br {
          display: none; } }
    .phone-cta p em,
    .phone-cta2 p em {
      font-size: 14px;
      line-height: 19px;
      display: block;
      font-style: normal; }
      @media (min-width: 768px) {
        .phone-cta p em,
        .phone-cta2 p em {
          position: absolute;
          right: 48px;
          top: 34px; } }
  .phone-cta .wpb_content_element,
  .phone-cta2 .wpb_content_element {
    margin-top: 30px;
    margin-bottom: 36px; }

.rblue-bg {
  background-color: #2F74B7; }
  .rblue-bg.content-block {
    background-color: inherit; }
    .rblue-bg.content-block .vc_column-inner {
      padding: 38px 57px 20px 57px;
      background-color: #2F74B7; }

@media (max-width: 767px) {
  .top-header .row .col-sm-12 {
    padding-top: 0;
    padding-bottom: 0; } }

.phone-cta2 p {
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: -0.21px;
  text-align: center;
  line-height: 30px; }
  .phone-cta2 p br {
    display: block; }

body #content .fa-map-marker-alt,
body #content .vc_btn3.vc_btn3-size-lg .vc_btn3-icon.fa-map-marker-alt,
body #content .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon.fa-map-marker-alt .menu .ico-location &gt; a {
  width: 46px;
  height: 46px;
  position: relative;
  display: inline-block;
  left: 0;
  margin-right: 24px;
  top: 0;
  transform: none;
  display: flex; }
  body #content .fa-map-marker-alt:before,
  body #content .vc_btn3.vc_btn3-size-lg .vc_btn3-icon.fa-map-marker-alt:before,
  body #content .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon.fa-map-marker-alt .menu .ico-location &gt; a:before {
    background: url(../../../images/location-ico.svg) no-repeat; }
  body #content .fa-map-marker-alt:before,
  body #content .vc_btn3.vc_btn3-size-lg .vc_btn3-icon.fa-map-marker-alt:before,
  body #content .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon.fa-map-marker-alt .menu .ico-location &gt; a:before {
    content: '';
    width: 46px;
    height: 46px;
    display: flex; }

body #content .map-section ul li:before {
  display: none; }

@media (max-width: 767px) {
  body #content .map-section {
    background-position: top right 15px !important;
    background-size: 150% !important; } }

body #content .map-section .vc_btn3-container {
  max-width: 329px;
  width: 100%; }

body #content .map-section .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left {
  padding-left: 15px;
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  width: 100%;
  height: 72px; }

body #content .btn-wide.vc_btn3-container {
  max-width: auto !important; }

body .vc_btn3-container.ico-location.btn-wide button,
body .vc_btn3-container.ico-location.btn-wide .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat {
  max-width: 380px !important;
  width: 100%; }

body .vc_btn3-container.ico-doctor.btn-wide button,
body .vc_btn3-container.ico-doctor.btn-wide .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat {
  max-width: 380px !important;
  width: 100%; }

@media (min-width: 768px) {
  .inline-buttons .column_container:first-child {
    padding-right: 10px; }
  .inline-buttons .column_container:last-child {
    padding-left: 10px; } }

@media (max-width: 767px) {
  .side-menu-section &gt; .row .column_container:first-child {
    margin-bottom: 30px; } }

@media (min-width: 768px) {
  .map-section {
    min-height: 420px; } }

.map-section.vc_section.vc_section-has-fill {
  padding-top: 0;
  margin-top: 34px;
  margin-bottom: 58px; }
  @media (max-width: 767px) {
    .map-section.vc_section.vc_section-has-fill {
      padding-top: 210px; } }
  @media (min-width: 768px) {
    .map-section.vc_section.vc_section-has-fill {
      margin-top: 84px;
      margin-bottom: 58px; } }

.map-section .content-block .vc_column-inner {
  padding: 35px 20px 20px; }
  @media (min-width: 768px) {
    .map-section .content-block .vc_column-inner {
      padding: 35px 35px 20px; } }

.map-section .vc_btn3.vc_btn3-color-warning, .map-section .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat {
  text-transform: none;
  font-weight: 600; }

.map-section .h3 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 11px; }
  @media (min-width: 768px) {
    .map-section .h3 {
      font-size: 25px;
      line-height: 32px; } }

.map-section ul {
  margin-left: -4px; }
  .map-section ul li {
    margin-right: 25px; }
    .map-section ul li:last-child {
      margin-right: 0; }
    .map-section ul li a {
      font-weight: 600;
      font-size: 18px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 30px;
      padding: 4px;
      transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out; }
      .map-section ul li a:hover, .map-section ul li a:focus, .map-section ul li a:active {
        color: #8DD0D8;
        text-decoration: none; }
      .map-section ul li a:after {
        content: '';
        background: url(../../../images/rteal-chev-right.svg) no-repeat;
        width: 5px;
        height: 11px;
        display: inline-block;
        background-size: contain;
        margin-left: 12px; }

.map-section .vc_btn3-container {
  margin-top: 0; }
  @media (min-width: 768px) {
    .map-section .vc_btn3-container {
      margin-bottom: -40px; } }

.map-section .wpb_content_element {
  margin-bottom: 20px; }

.section-lg.vc_section-has-fill &gt; div:last-child {
  padding-bottom: 0px; }

@media (min-width: 768px) {
  #sidebar1, #main article.no-title {
    padding-top: 0px; } }

.news-section.vc_section {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .news-section.vc_section {
      margin-bottom: 40px; } }
  @media (min-width: 768px) {
    .news-section.vc_section .vc_tta.vc_general .vc_tta-tabs-list {
      margin-right: -15px;
      float: left;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .news-section.vc_section {
      margin-bottom: 115px; }
      .news-section.vc_section .vc_tta.vc_general .vc_tta-tabs-list {
        float: right; } }

.view-all-news {
  font-weight: 500;
  font-size: 13px;
  color: #00A1B1;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  margin-left: 15px; }

.video-img .vc_figure {
  position: relative; }

.video-img .vc_figure a:before {
  background: url("../../../images/play-button.png") no-repeat;
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  transition: 0.25s opacity ease-in-out;
  opacity: 0.6; }

.video-img a:hover:before {
  opacity: 0.8; }

.video-img a {
  display: block;
  overflow: hidden; }

.play-button img {
  opacity: 0.6;
  transition: 0.25s opacity ease-in-out; }

.play-button:hover img {
  opacity: 0.8; }

@media (min-width: 992px) {
  .col-left, .col-right {
    float: left;
    width: 50%; } }

@media (min-width: 992px) {
  .col-left {
    padding-right: 15px; } }

@media (min-width: 992px) {
  .col-right {
    padding-left: 15px; } }

body .column_container .col-left {
  margin-bottom: 14px; }
  @media (min-width: 992px) {
    body .column_container .col-left {
      margin-bottom: 20px; } }

@media (max-width: 767px) {
  body .documents-section .col-left, body .documents-section .col-right {
    clear: both; }
  body .documents-section .inline-icons {
    overflow: hidden;
    margin-bottom: 40px; }
  body .documents-section .col-left {
    margin-bottom: 5px; } }

@media (min-width: 768px) {
  .col-left {
    clear: left; }
  .col-right {
    clear: right; } }

.featured-full h2, .featured-full h1, .featured-full .new-shadow {
  font-size: 25px;
  font-weight: 700;
  color: #322E78;
  width: auto;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.2; }
  @media (min-width: 768px) {
    .featured-full h2, .featured-full h1, .featured-full .new-shadow {
      font-size: 35px; } }
  @media (min-width: 992px) {
    .featured-full h2, .featured-full h1, .featured-full .new-shadow {
      line-height: 44px; } }

.featured-full .page-header.white h2, .featured-full .page-header.white h1, .featured-full .page-header.white p {
  color: #322E78; }
  @media (min-width: 768px) {
    .featured-full .page-header.white h2, .featured-full .page-header.white h1, .featured-full .page-header.white p {
      color: #fff; } }

.featured-full .page-header.white p {
  color: #505050; }
  @media (min-width: 768px) {
    .featured-full .page-header.white p {
      color: #fff; } }

.featured-full.bg-pattern-1 .page-header.white h2, .featured-full.bg-pattern-1 .page-header.white h1, .featured-full.bg-pattern-1 .page-header.white p {
  color: #fff; }
  @media (min-width: 768px) {
    .featured-full.bg-pattern-1 .page-header.white h2, .featured-full.bg-pattern-1 .page-header.white h1, .featured-full.bg-pattern-1 .page-header.white p {
      color: #fff; } }

.featured-full.bg-pattern-1 .page-header.white p {
  color: #fff; }
  @media (min-width: 768px) {
    .featured-full.bg-pattern-1 .page-header.white p {
      color: #fff; } }

.featured-full .page-header.navy h2, .featured-full .page-header.navy h1, .featured-full .page-header.navy p {
  color: #322E78; }

.featured-full .page-header.navy p {
  color: #505050; }

.featured-full .page-header p {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #505050;
  letter-spacing: 0;
  margin-top: 4px;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .featured-full .page-header p {
      font-size: 20px;
      line-height: 30px; } }

@media (min-width: 768px) {
  .single-story .featured-full .page-header p {
    width: 50%; } }

.single-story .navy-bg.bg-pattern-1.featured-full .container {
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px; }

.social-meta {
  float: right;
  display: flex;
  justify-content: flex-end;
  flex: 1 0 0%; }

.breadcrumbs {
  background-color: #EFF6F7; }
  .breadcrumbs .container {
    display: flex;
    align-items: center; }
  .breadcrumbs #breadcrumbs {
    padding-top: 10px;
    padding-bottom: 10px; }
    @media (min-width: 768px) {
      .breadcrumbs #breadcrumbs {
        padding-top: 18px;
        padding-bottom: 18px; } }
  .breadcrumbs p {
    float: left;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.3px;
    line-height: 1.2;
    margin-bottom: 0;
    color: #322E78; }
    @media (min-width: 768px) {
      .breadcrumbs p {
        font-size: 13px; } }
    .breadcrumbs p .breadcrumb_last {
      color: #592A8A;
      margin-left: 3px; }
    .breadcrumbs p a {
      color: #322E78;
      transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out;
      margin-left: 3px;
      margin-right: 3px; }
      .breadcrumbs p a:hover, .breadcrumbs p a:focus, .breadcrumbs p a:active {
        color: #592A8A;
        text-decoration: none; }
      .breadcrumbs p a:first-child {
        margin-left: 0; }

rs-module rs-sbg {
  background-position: top center !important; }

@media (max-width: 450px) {
  rs-module rs-bullets {
    top: 105% !important;
    bottom: 4% !important;
    left: 5px !important; } }

rs-module .on {
  text-shadow: 1px 1px 20px black !important; }

@media (max-width: 450px) {
  rs-module rs-arrow {
    top: 105% !important;
    left: 15px !important; } }

@media (min-width: 376px) and (max-width: 420px) {
  rs-module .xs-max-offset {
    padding-left: 17px !important; } }

rs-module ul.menu {
  display: flex;
  flex: 1 1 100%;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  width: 100%; }
  @media (min-width: 321px) and (max-width: 375px) {
    rs-module ul.menu {
      min-width: 400px; } }
  @media (min-width: 376px) and (max-width: 420px) {
    rs-module ul.menu {
      min-width: 410px; } }
  rs-module ul.menu br {
    display: none; }
  rs-module ul.menu li.hero-menu.menu-item {
    width: 100%;
    min-width: 296px; }
    @media (min-width: 992px) {
      rs-module ul.menu li.hero-menu.menu-item {
        min-width: 296px; } }
    rs-module ul.menu li.hero-menu.menu-item &gt; a {
      transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out;
      font-family: 'Libre Franklin', sans-serif;
      font-weight: 400;
      font-size: 18px;
      color: #fff;
      letter-spacing: 0.23px;
      line-height: 50px;
      display: flex;
      align-items: center;
      padding: 10px;
      padding-left: 30px;
      position: relative; }
      rs-module ul.menu li.hero-menu.menu-item &gt; a:hover, rs-module ul.menu li.hero-menu.menu-item &gt; a:focus, rs-module ul.menu li.hero-menu.menu-item &gt; a:active {
        color: #fff;
        text-decoration: none;
        transition: opacity 0.16s ease-in-out;
        transition: background 0.25s ease-in-out;
        background: #7d5ba0; }
      @media (max-width: 320px) {
        rs-module ul.menu li.hero-menu.menu-item &gt; a {
          font-size: 16px;
          line-height: 24px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        rs-module ul.menu li.hero-menu.menu-item &gt; a {
          line-height: 40px; } }
      rs-module ul.menu li.hero-menu.menu-item &gt; a:before {
        content: '';
        width: 45px;
        height: 46px;
        display: inline-block;
        margin-right: 19px; }
      rs-module ul.menu li.hero-menu.menu-item &gt; a:after {
        content: '';
        background: url(../../../images/white-chev-right.svg) no-repeat;
        width: 6px;
        height: 13px;
        position: absolute;
        right: 34px;
        display: block;
        background-position: center;
        top: 0;
        bottom: 0;
        height: 100%; }
  rs-module ul.menu li.ico-doctor a:before {
    background: url(../../../images/doctor-ico.svg) no-repeat; }
  rs-module ul.menu li.ico-schedule a:before {
    background: url(../../../images/schedule-ico.svg) no-repeat; }
  rs-module ul.menu li.ico-location a:before {
    background: url(../../../images/location-ico.svg) no-repeat; }
  rs-module ul.menu li.ico-service a:before {
    background: url(../../../images/service-ico.svg) no-repeat; }
  rs-module ul.menu li.ico-mychart a:before {
    background: url(../../../images/mychart-ico.svg) no-repeat; }
  rs-module ul.menu li.ico-bill a:before {
    background: url(../../../images/bill-ico.svg) no-repeat; }

@media (max-width: 450px) {
  .home #wrapper rs-module rs-bullets {
    top: 46% !important;
    left: -65px !important; } }

#slider-1-slide-1-layer-5 {
  text-shadow: 1px 1px 3px #fff; }

@media (min-width: 1024px) and (max-width: 1199px) {
  #wrapper rs-module .rs-layer.rs-resp-padding {
    margin-left: 35px !important; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  .home #wrapper rs-module .rev-btn {
    margin-left: 35px !important; }
  .home #wrapper rs-module #slider-5-slide-5-layer-7 {
    margin-left: 0 !important; } }

#wrapper rs-module .custom.tparrows,
.style1 .custom.tparrows,
.style1-nav .custom.tparrows {
  visibility: visible; }
  @media (min-width: 768px) and (max-width: 1024px) {
    #wrapper rs-module .custom.tparrows.tp-leftarrow,
    .style1 .custom.tparrows.tp-leftarrow,
    .style1-nav .custom.tparrows.tp-leftarrow {
      left: 15px !important; }
    #wrapper rs-module .custom.tparrows.tp-rightarrow,
    .style1 .custom.tparrows.tp-rightarrow,
    .style1-nav .custom.tparrows.tp-rightarrow {
      left: 15px !important; } }
  #wrapper rs-module .custom.tparrows.tp-leftarrow:after,
  .style1 .custom.tparrows.tp-leftarrow:after,
  .style1-nav .custom.tparrows.tp-leftarrow:after {
    content: "";
    width: 1px;
    background-color: #322E78;
    height: 26px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.5; }
  #wrapper rs-module .custom.tparrows,
  .style1 .custom.tparrows,
  .style1-nav .custom.tparrows {
    width: 30px;
    height: 26px; }
  #wrapper rs-module .custom.tparrows, #wrapper rs-module .custom.tparrows:hover,
  .style1 .custom.tparrows,
  .style1 .custom.tparrows:hover,
  .style1-nav .custom.tparrows,
  .style1-nav .custom.tparrows:hover {
    background: transparent; }
  #wrapper rs-module .custom.tparrows, #wrapper rs-module .custom.tparrows:before,
  .style1 .custom.tparrows,
  .style1 .custom.tparrows:before,
  .style1-nav .custom.tparrows,
  .style1-nav .custom.tparrows:before {
    transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out; }
  #wrapper rs-module .custom.tparrows:hover:before, #wrapper rs-module .custom.tparrows:active:before, #wrapper rs-module .custom.tparrows:focus:before,
  .style1 .custom.tparrows:hover:before,
  .style1 .custom.tparrows:active:before,
  .style1 .custom.tparrows:focus:before,
  .style1-nav .custom.tparrows:hover:before,
  .style1-nav .custom.tparrows:active:before,
  .style1-nav .custom.tparrows:focus:before {
    color: #9ACED3; }
  #wrapper rs-module .custom.tparrows:before,
  .style1 .custom.tparrows:before,
  .style1-nav .custom.tparrows:before {
    color: #72BEC6;
    font-size: 20px;
    line-height: 26px; }
  #wrapper rs-module .custom.tparrows.tp-leftarrow.dark:after,
  .style1 .custom.tparrows.tp-leftarrow.dark:after,
  .style1-nav .custom.tparrows.tp-leftarrow.dark:after {
    color: #fff; }
  #wrapper rs-module .custom.tparrows.white:before,
  .style1 .custom.tparrows.white:before,
  .style1-nav .custom.tparrows.white:before {
    color: #fff; }
  #wrapper rs-module .custom.tparrows.white:hover:before, #wrapper rs-module .custom.tparrows.white:active:before, #wrapper rs-module .custom.tparrows.white:focus:before,
  .style1 .custom.tparrows.white:hover:before,
  .style1 .custom.tparrows.white:active:before,
  .style1 .custom.tparrows.white:focus:before,
  .style1-nav .custom.tparrows.white:hover:before,
  .style1-nav .custom.tparrows.white:active:before,
  .style1-nav .custom.tparrows.white:focus:before {
    opacity: 0.75; }

#wrapper rs-module .hephaistos,
#wrapper rs-module .custom-bullets,
#wrapper rs-module .slick-dots li,
.style1 .hephaistos,
.style1 .custom-bullets,
.style1 .slick-dots li,
.style1-nav .hephaistos,
.style1-nav .custom-bullets,
.style1-nav .slick-dots li {
  border-bottom: none; }
  #wrapper rs-module .hephaistos button,
  #wrapper rs-module .hephaistos .tp-bullet,
  #wrapper rs-module .custom-bullets button,
  #wrapper rs-module .custom-bullets .tp-bullet,
  #wrapper rs-module .slick-dots li button,
  #wrapper rs-module .slick-dots li .tp-bullet,
  .style1 .hephaistos button,
  .style1 .hephaistos .tp-bullet,
  .style1 .custom-bullets button,
  .style1 .custom-bullets .tp-bullet,
  .style1 .slick-dots li button,
  .style1 .slick-dots li .tp-bullet,
  .style1-nav .hephaistos button,
  .style1-nav .hephaistos .tp-bullet,
  .style1-nav .custom-bullets button,
  .style1-nav .custom-bullets .tp-bullet,
  .style1-nav .slick-dots li button,
  .style1-nav .slick-dots li .tp-bullet {
    width: 10px;
    height: 10px;
    background: #322E78;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-color: transparent;
    border-radius: 50%;
    box-shadow: 0px 0px 2px 1px rgba(130, 130, 130, 0.3);
    border: none;
    opacity: 1;
    transform-origin: 50%; }
    #wrapper rs-module .hephaistos button:hover,
    #wrapper rs-module .hephaistos .tp-bullet:hover,
    #wrapper rs-module .custom-bullets button:hover,
    #wrapper rs-module .custom-bullets .tp-bullet:hover,
    #wrapper rs-module .slick-dots li button:hover,
    #wrapper rs-module .slick-dots li .tp-bullet:hover,
    .style1 .hephaistos button:hover,
    .style1 .hephaistos .tp-bullet:hover,
    .style1 .custom-bullets button:hover,
    .style1 .custom-bullets .tp-bullet:hover,
    .style1 .slick-dots li button:hover,
    .style1 .slick-dots li .tp-bullet:hover,
    .style1-nav .hephaistos button:hover,
    .style1-nav .hephaistos .tp-bullet:hover,
    .style1-nav .custom-bullets button:hover,
    .style1-nav .custom-bullets .tp-bullet:hover,
    .style1-nav .slick-dots li button:hover,
    .style1-nav .slick-dots li .tp-bullet:hover {
      background: #592A8A; }
    #wrapper rs-module .hephaistos button:before,
    #wrapper rs-module .hephaistos .tp-bullet:before,
    #wrapper rs-module .custom-bullets button:before,
    #wrapper rs-module .custom-bullets .tp-bullet:before,
    #wrapper rs-module .slick-dots li button:before,
    #wrapper rs-module .slick-dots li .tp-bullet:before,
    .style1 .hephaistos button:before,
    .style1 .hephaistos .tp-bullet:before,
    .style1 .custom-bullets button:before,
    .style1 .custom-bullets .tp-bullet:before,
    .style1 .slick-dots li button:before,
    .style1 .slick-dots li .tp-bullet:before,
    .style1-nav .hephaistos button:before,
    .style1-nav .hephaistos .tp-bullet:before,
    .style1-nav .custom-bullets button:before,
    .style1-nav .custom-bullets .tp-bullet:before,
    .style1-nav .slick-dots li button:before,
    .style1-nav .slick-dots li .tp-bullet:before {
      width: 1px;
      height: 1px;
      border: 1px solid transparent;
      border-radius: 50%;
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform-origin: center;
      transform: translate(-50%, -50%);
      transition: all .15s ease-in;
      z-index: -1; }
    #wrapper rs-module .hephaistos button.selected,
    #wrapper rs-module .hephaistos .tp-bullet.selected,
    #wrapper rs-module .custom-bullets button.selected,
    #wrapper rs-module .custom-bullets .tp-bullet.selected,
    #wrapper rs-module .slick-dots li button.selected,
    #wrapper rs-module .slick-dots li .tp-bullet.selected,
    .style1 .hephaistos button.selected,
    .style1 .hephaistos .tp-bullet.selected,
    .style1 .custom-bullets button.selected,
    .style1 .custom-bullets .tp-bullet.selected,
    .style1 .slick-dots li button.selected,
    .style1 .slick-dots li .tp-bullet.selected,
    .style1-nav .hephaistos button.selected,
    .style1-nav .hephaistos .tp-bullet.selected,
    .style1-nav .custom-bullets button.selected,
    .style1-nav .custom-bullets .tp-bullet.selected,
    .style1-nav .slick-dots li button.selected,
    .style1-nav .slick-dots li .tp-bullet.selected {
      transition: all .15s ease-in;
      background: #2F74B7;
      border-color: #322E78; }
      #wrapper rs-module .hephaistos button.selected:before,
      #wrapper rs-module .hephaistos .tp-bullet.selected:before,
      #wrapper rs-module .custom-bullets button.selected:before,
      #wrapper rs-module .custom-bullets .tp-bullet.selected:before,
      #wrapper rs-module .slick-dots li button.selected:before,
      #wrapper rs-module .slick-dots li .tp-bullet.selected:before,
      .style1 .hephaistos button.selected:before,
      .style1 .hephaistos .tp-bullet.selected:before,
      .style1 .custom-bullets button.selected:before,
      .style1 .custom-bullets .tp-bullet.selected:before,
      .style1 .slick-dots li button.selected:before,
      .style1 .slick-dots li .tp-bullet.selected:before,
      .style1-nav .hephaistos button.selected:before,
      .style1-nav .hephaistos .tp-bullet.selected:before,
      .style1-nav .custom-bullets button.selected:before,
      .style1-nav .custom-bullets .tp-bullet.selected:before,
      .style1-nav .slick-dots li button.selected:before,
      .style1-nav .slick-dots li .tp-bullet.selected:before {
        width: 18px;
        height: 18px;
        border-color: #322E78; }
  #wrapper rs-module .hephaistos.slick-active button,
  #wrapper rs-module .custom-bullets.slick-active button,
  #wrapper rs-module .slick-dots li.slick-active button,
  .style1 .hephaistos.slick-active button,
  .style1 .custom-bullets.slick-active button,
  .style1 .slick-dots li.slick-active button,
  .style1-nav .hephaistos.slick-active button,
  .style1-nav .custom-bullets.slick-active button,
  .style1-nav .slick-dots li.slick-active button {
    transition: all .15s ease-in;
    border: none;
    background: #2F74B7;
    border-color: #322E78; }
    #wrapper rs-module .hephaistos.slick-active button:before,
    #wrapper rs-module .custom-bullets.slick-active button:before,
    #wrapper rs-module .slick-dots li.slick-active button:before,
    .style1 .hephaistos.slick-active button:before,
    .style1 .custom-bullets.slick-active button:before,
    .style1 .slick-dots li.slick-active button:before,
    .style1-nav .hephaistos.slick-active button:before,
    .style1-nav .custom-bullets.slick-active button:before,
    .style1-nav .slick-dots li.slick-active button:before {
      width: 18px;
      height: 18px;
      border-color: #322E78; }

#wrapper rs-layer span.white,
#wrapper rs-layer span.light {
  color: #fff !important; }

#wrapper rs-layer span.dark,
#wrapper rs-layer span.navy {
  color: #322E78 !important; }

#wrapper rs-layer span.excerpt.dark,
#wrapper rs-layer span.excerpt.navy {
  color: #505050 !important; }

#wrapper rs-module .hephaistos.white .tp-bullet,
#wrapper rs-module .hephaistos.light .tp-bullet,
#wrapper rs-module .custom-bullets.white .tp-bullet,
#wrapper rs-module .custom-bullets.light .tp-bullet {
  opacity: 1;
  background: #ffffff;
  box-shadow: none;
  border-color: #ffffff; }
  #wrapper rs-module .hephaistos.white .tp-bullet:hover,
  #wrapper rs-module .hephaistos.light .tp-bullet:hover,
  #wrapper rs-module .custom-bullets.white .tp-bullet:hover,
  #wrapper rs-module .custom-bullets.light .tp-bullet:hover {
    opacity: 0.5; }

#wrapper rs-module .hephaistos.white .tp-bullet.selected,
#wrapper rs-module .hephaistos.light .tp-bullet.selected,
#wrapper rs-module .custom-bullets.white .tp-bullet.selected,
#wrapper rs-module .custom-bullets.light .tp-bullet.selected {
  background: transparent;
  border-color: #ffffff; }
  #wrapper rs-module .hephaistos.white .tp-bullet.selected:before,
  #wrapper rs-module .hephaistos.light .tp-bullet.selected:before,
  #wrapper rs-module .custom-bullets.white .tp-bullet.selected:before,
  #wrapper rs-module .custom-bullets.light .tp-bullet.selected:before {
    border-color: #fff; }

#wrapper rs-module .hephaistos.rdkpurple .tp-bullet,
#wrapper rs-module .hephaistos.dark .tp-bullet,
#wrapper rs-module .custom-bullets.rdkpurple .tp-bullet,
#wrapper rs-module .custom-bullets.dark .tp-bullet {
  opacity: 1;
  background: #BEBEBE;
  border-color: #BEBEBE; }
  #wrapper rs-module .hephaistos.rdkpurple .tp-bullet:hover,
  #wrapper rs-module .hephaistos.dark .tp-bullet:hover,
  #wrapper rs-module .custom-bullets.rdkpurple .tp-bullet:hover,
  #wrapper rs-module .custom-bullets.dark .tp-bullet:hover {
    opacity: 0.5; }

#wrapper rs-module .hephaistos.rdkpurple .tp-bullet.selected,
#wrapper rs-module .hephaistos.dark .tp-bullet.selected,
#wrapper rs-module .custom-bullets.rdkpurple .tp-bullet.selected,
#wrapper rs-module .custom-bullets.dark .tp-bullet.selected {
  background: #2F74B7;
  border-color: #BEBEBE; }
  #wrapper rs-module .hephaistos.rdkpurple .tp-bullet.selected:before,
  #wrapper rs-module .hephaistos.dark .tp-bullet.selected:before,
  #wrapper rs-module .custom-bullets.rdkpurple .tp-bullet.selected:before,
  #wrapper rs-module .custom-bullets.dark .tp-bullet.selected:before {
    border-color: #BEBEBE; }

.lity-container {
  padding: 15px; }

.lity-content h4 {
  font-size: 14px; }

.lity-content h4 {
  color: #fff;
  font-weight: 400;
  margin-top: 6px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.4; }

.lity-content p {
  color: #fff; }

#wrapper #rev_slider_14_1 .hephaistos .tp-bullet,
#wrapper #rev_slider_14_1 .hephaistos .tp-bullet,
#wrapper #rev_slider_14_1 .custom-bullets .tp-bullet,
#wrapper #rev_slider_14_1 .custom-bullets .tp-bullet,
#wrapper #rev_slider_24_1 .hephaistos .tp-bullet,
#wrapper #rev_slider_24_1 .hephaistos .tp-bullet,
#wrapper #rev_slider_24_1 .custom-bullets .tp-bullet,
#wrapper #rev_slider_24_1 .custom-bullets .tp-bullet,
#wrapper #rev_slider_25_1 .hephaistos .tp-bullet,
#wrapper #rev_slider_25_1 .hephaistos .tp-bullet,
#wrapper #rev_slider_25_1 .custom-bullets .tp-bullet,
#wrapper #rev_slider_25_1 .custom-bullets .tp-bullet,
#wrapper .grey-nav .hephaistos .tp-bullet,
#wrapper .grey-nav .hephaistos .tp-bullet,
#wrapper .grey-nav .custom-bullets .tp-bullet,
#wrapper .grey-nav .custom-bullets .tp-bullet {
  background: #BEBEBE;
  border-color: #BEBEBE;
  transition: all 0.25s ease;
  opacity: 1; }
  #wrapper #rev_slider_14_1 .hephaistos .tp-bullet:hover,
  #wrapper #rev_slider_14_1 .hephaistos .tp-bullet:hover,
  #wrapper #rev_slider_14_1 .custom-bullets .tp-bullet:hover,
  #wrapper #rev_slider_14_1 .custom-bullets .tp-bullet:hover,
  #wrapper #rev_slider_24_1 .hephaistos .tp-bullet:hover,
  #wrapper #rev_slider_24_1 .hephaistos .tp-bullet:hover,
  #wrapper #rev_slider_24_1 .custom-bullets .tp-bullet:hover,
  #wrapper #rev_slider_24_1 .custom-bullets .tp-bullet:hover,
  #wrapper #rev_slider_25_1 .hephaistos .tp-bullet:hover,
  #wrapper #rev_slider_25_1 .hephaistos .tp-bullet:hover,
  #wrapper #rev_slider_25_1 .custom-bullets .tp-bullet:hover,
  #wrapper #rev_slider_25_1 .custom-bullets .tp-bullet:hover,
  #wrapper .grey-nav .hephaistos .tp-bullet:hover,
  #wrapper .grey-nav .hephaistos .tp-bullet:hover,
  #wrapper .grey-nav .custom-bullets .tp-bullet:hover,
  #wrapper .grey-nav .custom-bullets .tp-bullet:hover {
    background: #e2e2e2;
    border-color: #e2e2e2; }

#wrapper #rev_slider_14_1 .hephaistos .tp-bullet.selected,
#wrapper #rev_slider_14_1 .hephaistos .tp-bullet.selected,
#wrapper #rev_slider_14_1 .custom-bullets .tp-bullet.selected,
#wrapper #rev_slider_14_1 .custom-bullets .tp-bullet.selected,
#wrapper #rev_slider_24_1 .hephaistos .tp-bullet.selected,
#wrapper #rev_slider_24_1 .hephaistos .tp-bullet.selected,
#wrapper #rev_slider_24_1 .custom-bullets .tp-bullet.selected,
#wrapper #rev_slider_24_1 .custom-bullets .tp-bullet.selected,
#wrapper #rev_slider_25_1 .hephaistos .tp-bullet.selected,
#wrapper #rev_slider_25_1 .hephaistos .tp-bullet.selected,
#wrapper #rev_slider_25_1 .custom-bullets .tp-bullet.selected,
#wrapper #rev_slider_25_1 .custom-bullets .tp-bullet.selected,
#wrapper .grey-nav .hephaistos .tp-bullet.selected,
#wrapper .grey-nav .hephaistos .tp-bullet.selected,
#wrapper .grey-nav .custom-bullets .tp-bullet.selected,
#wrapper .grey-nav .custom-bullets .tp-bullet.selected {
  background: #72BEC6;
  border-color: #BEBEBE; }
  #wrapper #rev_slider_14_1 .hephaistos .tp-bullet.selected:before,
  #wrapper #rev_slider_14_1 .hephaistos .tp-bullet.selected:before,
  #wrapper #rev_slider_14_1 .custom-bullets .tp-bullet.selected:before,
  #wrapper #rev_slider_14_1 .custom-bullets .tp-bullet.selected:before,
  #wrapper #rev_slider_24_1 .hephaistos .tp-bullet.selected:before,
  #wrapper #rev_slider_24_1 .hephaistos .tp-bullet.selected:before,
  #wrapper #rev_slider_24_1 .custom-bullets .tp-bullet.selected:before,
  #wrapper #rev_slider_24_1 .custom-bullets .tp-bullet.selected:before,
  #wrapper #rev_slider_25_1 .hephaistos .tp-bullet.selected:before,
  #wrapper #rev_slider_25_1 .hephaistos .tp-bullet.selected:before,
  #wrapper #rev_slider_25_1 .custom-bullets .tp-bullet.selected:before,
  #wrapper #rev_slider_25_1 .custom-bullets .tp-bullet.selected:before,
  #wrapper .grey-nav .hephaistos .tp-bullet.selected:before,
  #wrapper .grey-nav .hephaistos .tp-bullet.selected:before,
  #wrapper .grey-nav .custom-bullets .tp-bullet.selected:before,
  #wrapper .grey-nav .custom-bullets .tp-bullet.selected:before {
    border-color: #BEBEBE; }
  #wrapper #rev_slider_14_1 .hephaistos .tp-bullet.selected:hover,
  #wrapper #rev_slider_14_1 .hephaistos .tp-bullet.selected:hover,
  #wrapper #rev_slider_14_1 .custom-bullets .tp-bullet.selected:hover,
  #wrapper #rev_slider_14_1 .custom-bullets .tp-bullet.selected:hover,
  #wrapper #rev_slider_24_1 .hephaistos .tp-bullet.selected:hover,
  #wrapper #rev_slider_24_1 .hephaistos .tp-bullet.selected:hover,
  #wrapper #rev_slider_24_1 .custom-bullets .tp-bullet.selected:hover,
  #wrapper #rev_slider_24_1 .custom-bullets .tp-bullet.selected:hover,
  #wrapper #rev_slider_25_1 .hephaistos .tp-bullet.selected:hover,
  #wrapper #rev_slider_25_1 .hephaistos .tp-bullet.selected:hover,
  #wrapper #rev_slider_25_1 .custom-bullets .tp-bullet.selected:hover,
  #wrapper #rev_slider_25_1 .custom-bullets .tp-bullet.selected:hover,
  #wrapper .grey-nav .hephaistos .tp-bullet.selected:hover,
  #wrapper .grey-nav .hephaistos .tp-bullet.selected:hover,
  #wrapper .grey-nav .custom-bullets .tp-bullet.selected:hover,
  #wrapper .grey-nav .custom-bullets .tp-bullet.selected:hover {
    background: #rteal-hover; }
    #wrapper #rev_slider_14_1 .hephaistos .tp-bullet.selected:hover:before,
    #wrapper #rev_slider_14_1 .hephaistos .tp-bullet.selected:hover:before,
    #wrapper #rev_slider_14_1 .custom-bullets .tp-bullet.selected:hover:before,
    #wrapper #rev_slider_14_1 .custom-bullets .tp-bullet.selected:hover:before,
    #wrapper #rev_slider_24_1 .hephaistos .tp-bullet.selected:hover:before,
    #wrapper #rev_slider_24_1 .hephaistos .tp-bullet.selected:hover:before,
    #wrapper #rev_slider_24_1 .custom-bullets .tp-bullet.selected:hover:before,
    #wrapper #rev_slider_24_1 .custom-bullets .tp-bullet.selected:hover:before,
    #wrapper #rev_slider_25_1 .hephaistos .tp-bullet.selected:hover:before,
    #wrapper #rev_slider_25_1 .hephaistos .tp-bullet.selected:hover:before,
    #wrapper #rev_slider_25_1 .custom-bullets .tp-bullet.selected:hover:before,
    #wrapper #rev_slider_25_1 .custom-bullets .tp-bullet.selected:hover:before,
    #wrapper .grey-nav .hephaistos .tp-bullet.selected:hover:before,
    #wrapper .grey-nav .hephaistos .tp-bullet.selected:hover:before,
    #wrapper .grey-nav .custom-bullets .tp-bullet.selected:hover:before,
    #wrapper .grey-nav .custom-bullets .tp-bullet.selected:hover:before {
      border-color: #e2e2e2; }

#wrapper #rev_slider_14_1 .custom.tparrows.tp-leftarrow:after,
#wrapper #rev_slider_24_1 .custom.tparrows.tp-leftarrow:after,
#wrapper #rev_slider_25_1 .custom.tparrows.tp-leftarrow:after,
#wrapper .grey-nav .custom.tparrows.tp-leftarrow:after {
  background-color: #BEBEBE !important; }

@media (max-width: 767px) {
  #wrapper #rev_slider_14_1 rs-sbg,
  #wrapper #rev_slider_24_1 rs-sbg,
  #wrapper #rev_slider_25_1 rs-sbg,
  #wrapper .hero-carousel rs-sbg {
    background-size: 150% !important; } }

@media (max-width: 320px) {
  #wrapper #rev_slider_14_1 rs-sbg,
  #wrapper #rev_slider_24_1 rs-sbg,
  #wrapper #rev_slider_25_1 rs-sbg,
  #wrapper .hero-carousel rs-sbg {
    background-size: 180% !important; } }

.grey-bg .col-sm-12 {
  padding-top: 0;
  padding-bottom: 0; }

.services-feed {
  margin-bottom: 60px; }
  @media (min-width: 992px) {
    .services-feed {
      margin-bottom: 100px; } }

.row .services-list:before, .row .services-list:after {
  content: normal; }

@media (min-width: 768px) {
  .row .services-list {
    display: flex;
    flex-wrap: wrap; } }

.row .services-list a {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px; }

.services-list .column {
  letter-spacing: 0.58px;
  line-height: 38px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: 0.25px;
  line-height: 25px; }

.services-list .column {
  padding-top: 5px;
  padding-bottom: 5px; }
  @media (min-width: 768px) {
    .services-list .column {
      padding-top: 15px;
      padding-bottom: 15px; } }

.service-sidebar .services-list .column {
  padding-top: 8px;
  padding-bottom: 8px; }

.services-list .column .inner .vertical-align-wrap {
  display: none;
  width: auto;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0; }
  @media (max-width: 767px) {
    .services-list .column .inner .vertical-align-wrap {
      right: 11px; } }

.services-list .column .inner .vertical-align-wrap i {
  font-size: 20px;
  color: #66BE6C;
  margin-top: 6px;
  position: relative; }

.services-list .column p {
  font-size: 14px;
  color: #747474;
  line-height: 18px;
  margin-bottom: 0;
  display: none; }

.services-list .column .inner-content {
  padding: 0; }

.services-list .img-wrapper {
  height: auto; }

.services-list .img-wrapper {
  min-height: 81px; }

.services-list .column .inner {
  padding-left: 7px;
  border: 1px solid #EFF6F7;
  border-radius: 0px;
  padding-right: 50px;
  position: relative;
  background-color: #EFF6F7;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: -10;
  min-height: 86px;
  transition: background 0.15s ease-in-out; }
  .services-list .column .inner:before {
    margin-right: 14px;
    display: block;
    content: '';
    background: #2F74B7;
    width: 10px;
    height: 74px;
    transition: opacity 0.15s ease-in-out;
    opacity: 0;
    flex: 0 0 auto; }

.services-list .column.custom .inner span {
  font-size: 17px; }

.services-list .column .inner h4 {
  text-align: left;
  line-height: 24px;
  margin-top: 0px;
  margin-bottom: 5px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 20px;
  color: #322E78;
  letter-spacing: 0; }

.service-callout h4 {
  margin: 0;
  clear: both; }

.services-list .fa-chevron-right:before {
  content: '';
  background: url(../../../images/rblue-chev-right.svg) no-repeat;
  width: 13px;
  height: 29px;
  display: block; }

.services-list a:hover,
.services-list a:focus,
.services-list a:active {
  text-decoration: none; }

.services-list .inner.hover, .team-list .hover .provider-content-inner {
  background-color: #592A8A; }
  .services-list .inner.hover h4, .team-list .hover .provider-content-inner h4 {
    color: #fff; }
  .services-list .inner.hover:before, .team-list .hover .provider-content-inner:before {
    opacity: 1; }

.footer-wrapper {
  background-color: #EFF6F7; }
  @media (max-width: 767px) {
    .footer-wrapper .widget {
      margin-bottom: 0; } }
  .footer-wrapper .attribution {
    font-size: 12px;
    color: #592A8A;
    letter-spacing: 0;
    float: left;
    line-height: 17px; }
    @media (max-width: 767px) {
      .footer-wrapper .attribution {
        margin-bottom: 15px; } }
  .footer-wrapper .footer-links {
    float: left;
    margin-left: 20px;
    font-size: 12px;
    letter-spacing: 0; }
    @media (max-width: 767px) {
      .footer-wrapper .footer-links {
        clear: both;
        margin-left: 0; } }
    .footer-wrapper .footer-links a {
      line-height: 17px;
      color: #592A8A;
      transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out; }
      .footer-wrapper .footer-links a:hover, .footer-wrapper .footer-links a:focus, .footer-wrapper .footer-links a:active {
        color: #72BEC6;
        text-decoration: none; }
    .footer-wrapper .footer-links li {
      margin-left: 5px; }
      @media (max-width: 767px) {
        .footer-wrapper .footer-links li {
          margin-left: 0;
          clear: both;
          margin-bottom: 12px; } }
      @media (min-width: 768px) {
        .footer-wrapper .footer-links li:after {
          content: '|';
          margin-left: 5px;
          color: #592A8A; } }
      .footer-wrapper .footer-links li:last-child:after {
        display: none; }
    .footer-wrapper .footer-links .menu {
      padding-left: 0; }
  .footer-wrapper .navbar-brand {
    margin-top: 25px;
    width: 170px;
    height: 36px;
    float: left; }
    @media (min-width: 992px) {
      .footer-wrapper .navbar-brand {
        width: 286px;
        height: 60px;
        margin-top: 45px; } }
  .footer-wrapper .widgettitle {
    margin-bottom: 0; }

@media (min-width: 768px) {
  .custom-select {
    display: none; } }

body.wpb-js-composer .vc_tta.vc_general .vc_tta-tabs-list {
  display: none; }
  @media (min-width: 768px) {
    body.wpb-js-composer .vc_tta.vc_general .vc_tta-tabs-list {
      display: block; } }

@media (max-width: 767px) {
  body.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container {
    overflow: visible; } }

.widget_nav_menu .navbar-collapse {
  padding-right: 0px;
  padding-left: 0px; }

@media (max-width: 767px) {
  .mobile-hide {
    display: none; } }

@media (max-width: 1199px) {
  .lg-hide {
    display: none; } }

@media (min-width: 768px) {
  .mobile-show {
    display: none; } }

.panel-heading {
  padding-top: 17px;
  padding-bottom: 15px;
  border-radius: 0; }
  @media (min-width: 768px) {
    .panel-heading {
      padding: 0;
      border-top: none; }
      .panel-heading .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px; } }
  .panel-heading a {
    display: flex;
    align-items: center;
    transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out; }
    @media (max-width: 767px) {
      .panel-heading a {
        margin-left: -15px;
        margin-right: -15px; } }
    @media (min-width: 768px) {
      .panel-heading a {
        display: none; } }
    .panel-heading a:after {
      position: absolute;
      content: '';
      background: url(../../../images/rebrand-rblue-chev-down.svg) no-repeat;;
      width: 11px;
      height: 5px;
      right: 20px;
      color: #2F74B7;
      font-size: 14px;
      display: inline-block;
      transform-origin: 50%;
      transition: all 0.25s ease;
      transform: rotate(180deg); }
      @media (min-width: 768px) {
        .panel-heading a:after {
          display: none; } }
    .panel-heading a.collapsed:after {
      transform: rotate(0deg); }
    .panel-heading a:hover, .panel-heading a:focus, .panel-heading a:active {
      color: #592A8A;
      text-decoration: none; }

.result-status {
  display: none; }

.story-feed .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  ms-flex-wrap: wrap;
  -webkit-box-pack: justify; }

.story-feed .row:before,
.story-feed .row:after {
  content: normal; }

.story-feed .row .type-providers {
  display: flex;
  flex-wrap: wrap; }

.story-filter-wrapper {
  margin-bottom: 0; }
  @media (min-width: 992px) {
    .story-filter-wrapper {
      margin-top: 50px; } }

.alignnone {
  margin-top: 0; }

body #wrapper .story-filter-group #service, body #wrapper .story-filter-group #service_chosen {
  display: none; }

@media (min-width: 768px) {
  body #wrapper .story-filter-group .row {
    display: flex;
    justify-content: flex-end; } }

@media (min-width: 768px) {
  body #wrapper .story-filter-group .form-group:first-child {
    padding-right: 5px; }
  body #wrapper .story-filter-group .form-group:last-child {
    padding-left: 5px; } }

body #wrapper .story-filter-group .chosen-container-single .chosen-single {
  font-weight: 700;
  font-size: 13px;
  color: #2F74B7;
  letter-spacing: 0.3px;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
  text-transform: uppercase;
  text-align: left;
  padding-right: 30px;
  padding: 6px 16px;
  padding-left: 10px; }

body #wrapper .story-filter-group .chosen-container-single .chosen-single div b {
  position: relative;
  display: block; }
  body #wrapper .story-filter-group .chosen-container-single .chosen-single div b:after {
    position: absolute;
    background-position: 0;
    background-size: cover;
    content: '';
    background: url(../../../images/rebrand-teal-chev-down.svg) no-repeat;
    width: 14px;
    height: 6px;
    top: 17px;
    right: 8px;
    color: #2F74B7;
    font-size: 14px;
    display: inline-block;
    transform-origin: 50%;
    transition: all 0.25s ease;
    background-size: cover; }

body #wrapper .story-filter-group .chosen-container .chosen-results {
  margin: 0;
  padding: 0; }
  body #wrapper .story-filter-group .chosen-container .chosen-results li:before {
    display: none; }
  body #wrapper .story-filter-group .chosen-container .chosen-results li {
    color: #505050;
    padding: 5px 12px;
    font-weight: 400;
    font-size: 13px; }
  body #wrapper .story-filter-group .chosen-container .chosen-results li.highlighted {
    background: #EFF6F7;
    color: #322E78; }

body #wrapper .story-filter-group .chosen-container .chosen-single {
  border-color: #EFF6F7;
  line-height: 27px;
  height: 38px;
  border-radius: 0px; }
  body #wrapper .story-filter-group .chosen-container .chosen-single:after {
    display: none; }

body #wrapper .story-filter-group .chosen-container-active.chosen-with-drop .chosen-single,
body #wrapper .story-filter-group .chosen-container .chosen-drop {
  background: #fff;
  border-color: #EFF6F7;
  border-bottom: none; }

body #wrapper .story-filter-group .chosen-container .chosen-drop {
  border-top: none; }

.story-filter-group .chosen-container {
  padding-right: 0; }

.stories-results .h3-sm {
  font-weight: 700;
  font-size: 20px;
  color: #322E78;
  letter-spacing: 0;
  display: flex;
  align-items: flex-end; }
  .stories-results .h3-sm a {
    color: #322E78; }

.stories-results p {
  font-weight: 300;
  font-size: 16px;
  color: #7C7C7C;
  letter-spacing: 0;
  line-height: 25px; }

.stories-results .heading {
  font-weight: 600;
  font-size: 10px;
  color: #72BEC6;
  letter-spacing: 0;
  text-transform: uppercase; }

.stories-results .heading-wrapper {
  min-height: 50px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px; }
  .stories-results .heading-wrapper .heading, .stories-results .heading-wrapper h3 {
    width: 100%;
    display: flex;
    align-self: flex-end; }

.trials-filter-wrapper {
  margin-bottom: 26px;
  margin-top: 0; }
  .trials-filter-wrapper .chosen-container .chosen-single {
    line-height: 23px; }
  .trials-filter-wrapper .heading-inner {
    border-bottom: 3px solid #8DD0D8; }
    .trials-filter-wrapper .heading-inner h2 {
      margin-bottom: 12px !important; }
  .trials-filter-wrapper label {
    color: #322E78;
    margin-bottom: 7px; }
  .trials-filter-wrapper .trial-filter-group {
    margin-top: 18px;
    margin-bottom: 12px; }
  .trials-filter-wrapper form {
    border-bottom: 1px solid #8DD0D8; }
  .trials-filter-wrapper .form-group {
    padding-bottom: 10px;
    padding-top: 6px;
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .trials-filter-wrapper .form-group:first-child:after {
      content: '';
      display: block;
      height: 100%;
      background-color: #8DD0D8;
      width: 1px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0; }
    .trials-filter-wrapper .form-group:first-child .filter-inner {
      padding-right: 20px; }
    .trials-filter-wrapper .form-group:last-child .filter-inner {
      padding-left: 20px; } }

.post_content .fa-chevron-right:before,
.blog #main .fa-chevron-right:before,
.page-template-covid-news #main .fa-chevron-right:before,
.page-template-publications #main .fa-chevron-right:before {
  content: '';
  background: url(../../../images/rblue-chev-right.svg) no-repeat;
  width: 6px;
  height: 12px;
  display: inline-block;
  background-size: contain;
  /* margin-top: 1px; */
  margin-left: 6px;
  background-position: bottom; }

.post_content .full-width-right-bg.teal .fa-chevron-right:before,
.blog #main .full-width-right-bg.teal .fa-chevron-right:before,
.page-template-covid-news #main .full-width-right-bg.teal .fa-chevron-right:before,
.page-template-publications #main .full-width-right-bg.teal .fa-chevron-right:before {
  content: '';
  background: url(../../../images/white-chev-right.svg) no-repeat;
  width: 6px;
  height: 12px;
  display: inline-block;
  background-size: contain;
  /* margin-top: 1px; */
  margin-left: 6px;
  background-position: bottom; }

.post_content .pagination,
.blog #main .pagination,
.page-template-covid-news #main .pagination,
.page-template-publications #main .pagination {
  padding-left: 0;
  margin-left: 0; }
  .post_content .pagination &gt; li &gt; a,
  .blog #main .pagination &gt; li &gt; a,
  .page-template-covid-news #main .pagination &gt; li &gt; a,
  .page-template-publications #main .pagination &gt; li &gt; a {
    font-size: 16px;
    font-weight: 700;
    color: #2F74B7;
    padding: 3px 9px;
    margin-right: 6px;
    letter-spacing: 0.37px;
    text-align: center;
    border-radius: 0; }
    @media (min-width: 768px) {
      .post_content .pagination &gt; li &gt; a,
      .blog #main .pagination &gt; li &gt; a,
      .page-template-covid-news #main .pagination &gt; li &gt; a,
      .page-template-publications #main .pagination &gt; li &gt; a {
        margin-right: 14px; } }
  .post_content .pagination &gt; .disabled &gt; a,
  .post_content .pagination &gt; li &gt; a,
  .blog #main .pagination &gt; .disabled &gt; a,
  .blog #main .pagination &gt; li &gt; a,
  .page-template-covid-news #main .pagination &gt; .disabled &gt; a,
  .page-template-covid-news #main .pagination &gt; li &gt; a,
  .page-template-publications #main .pagination &gt; .disabled &gt; a,
  .page-template-publications #main .pagination &gt; li &gt; a {
    border-color: transparent; }
  .post_content .pagination &gt; .active &gt; a,
  .blog #main .pagination &gt; .active &gt; a,
  .page-template-covid-news #main .pagination &gt; .active &gt; a,
  .page-template-publications #main .pagination &gt; .active &gt; a {
    background-color: #2F74B7;
    border-color: #2F74B7;
    color: #fff;
    border-radius: 0; }
  .post_content .pagination li:before,
  .blog #main .pagination li:before,
  .page-template-covid-news #main .pagination li:before,
  .page-template-publications #main .pagination li:before {
    display: none; }
  .post_content .pagination &gt; li &gt; a:hover,
  .post_content .pagination &gt; li &gt; a:focus,
  .post_content .pagination &gt; li &gt; span:hover,
  .post_content .pagination &gt; li &gt; span:focus,
  .blog #main .pagination &gt; li &gt; a:hover,
  .blog #main .pagination &gt; li &gt; a:focus,
  .blog #main .pagination &gt; li &gt; span:hover,
  .blog #main .pagination &gt; li &gt; span:focus,
  .page-template-covid-news #main .pagination &gt; li &gt; a:hover,
  .page-template-covid-news #main .pagination &gt; li &gt; a:focus,
  .page-template-covid-news #main .pagination &gt; li &gt; span:hover,
  .page-template-covid-news #main .pagination &gt; li &gt; span:focus,
  .page-template-publications #main .pagination &gt; li &gt; a:hover,
  .page-template-publications #main .pagination &gt; li &gt; a:focus,
  .page-template-publications #main .pagination &gt; li &gt; span:hover,
  .page-template-publications #main .pagination &gt; li &gt; span:focus {
    border-color: transparent; }
  .post_content .pagination li.next,
  .post_content .pagination li.prev,
  .blog #main .pagination li.next,
  .blog #main .pagination li.prev,
  .page-template-covid-news #main .pagination li.next,
  .page-template-covid-news #main .pagination li.prev,
  .page-template-publications #main .pagination li.next,
  .page-template-publications #main .pagination li.prev {
    display: none; }
  .post_content .pagination li.next a:hover:before,
  .blog #main .pagination li.next a:hover:before,
  .page-template-covid-news #main .pagination li.next a:hover:before,
  .page-template-publications #main .pagination li.next a:hover:before {
    display: none; }
  .post_content .pagination li.prev-page,
  .blog #main .pagination li.prev-page,
  .page-template-covid-news #main .pagination li.prev-page,
  .page-template-publications #main .pagination li.prev-page {
    margin-right: 0; }
    .post_content .pagination li.prev-page a,
    .blog #main .pagination li.prev-page a,
    .page-template-covid-news #main .pagination li.prev-page a,
    .page-template-publications #main .pagination li.prev-page a {
      background: transparent;
      margin-right: 2px; }
      .post_content .pagination li.prev-page a:after,
      .blog #main .pagination li.prev-page a:after,
      .page-template-covid-news #main .pagination li.prev-page a:after,
      .page-template-publications #main .pagination li.prev-page a:after {
        content: "";
        width: 1px;
        background-color: #BEBEBE;
        height: 26px;
        display: block;
        position: absolute;
        right: -2px;
        top: 1px;
        opacity: 0.5; }
  .post_content .pagination a .fa-chevron-right:before,
  .blog #main .pagination a .fa-chevron-right:before,
  .page-template-covid-news #main .pagination a .fa-chevron-right:before,
  .page-template-publications #main .pagination a .fa-chevron-right:before {
    content: '';
    background: url(../../../images/rebrand-teal-chev-right.svg) no-repeat;
    background-position: center;
    width: 8px;
    height: 18px;
    margin-top: 2px;
    display: inline-block;
    background-size: contain;
    margin-left: 0; }
  .post_content .pagination a .fa-chevron-left:before,
  .blog #main .pagination a .fa-chevron-left:before,
  .page-template-covid-news #main .pagination a .fa-chevron-left:before,
  .page-template-publications #main .pagination a .fa-chevron-left:before {
    content: '';
    background: url(../../../images/rebrand-teal-chev-left.svg) no-repeat;
    background-position: center;
    width: 8px;
    height: 18px;
    margin-top: 2px;
    display: inline-block;
    background-size: contain;
    margin-right: 0; }

.footer-cta {
  margin-top: 60px; }
  @media (min-width: 992px) {
    .footer-cta {
      margin-top: 101px; } }

.latest-section .h3 {
  font-size: 20px;
  color: #592A8A;
  letter-spacing: -0.21px;
  line-height: 25px;
  border-bottom: 5px solid #72BEC6;
  display: inline-block;
  padding-bottom: 9px;
  margin-bottom: 18px; }

.trial-results .h3-sm {
  font-weight: 700;
  font-size: 18px;
  color: #5A5A5A;
  letter-spacing: 0;
  line-height: 25px;
  margin-bottom: 22px !important; }

.trial-results .content-inner {
  font-weight: 300;
  font-size: 16px;
  color: #5A5A5A;
  letter-spacing: 0;
  line-height: 25px; }

.trial-results ul li {
  margin-bottom: 8px; }

.trial-results .trial-inner {
  border-bottom: 1px solid #8DD0D8;
  padding-top: 25px;
  padding-bottom: 25px; }
  @media (min-width: 768px) {
    .trial-results .trial-inner {
      padding-top: 50px;
      padding-bottom: 50px; } }

@media (min-width: 768px) {
  .trial-results .trial-info {
    padding-left: 32px; } }

#main .stories-results article.type-story,
#main .trial-results article.type-trial {
  padding-left: 15px;
  padding-right: 15px; }

.story-inner h3 {
  line-height: 1.25; }

.story-feed .type-providers {
  padding-top: 10px;
  padding-bottom: 10px; }

.story-feed h2:after {
  position: absolute;
  display: inline-block;
  content: ' ';
  /* Line: */
  border-bottom: 1px solid #E6E6E6;
  width: 100%;
  top: 15px;
  margin-left: 15px; }

.story-inner img {
  position: relative;
  z-index: 0; }

#inner-footer {
  clear: both; }

#widget-footer {
  padding-top: 30px; }
  @media (max-width: 767px) {
    #widget-footer .panel-heading {
      border-top: 1px solid #C3C9DD; }
      #widget-footer .panel-heading a {
        color: #322E78; } }
  @media (max-width: 767px) {
    #widget-footer.row [class^="col-"] {
      padding-top: 0;
      padding-bottom: 0; }
      #widget-footer.row [class^="col-"]:last-child {
        padding-top: 30px; } }

@media (max-width: 767px) and (max-width: 767px) {
  #widget-footer.row .col-flex {
    padding-top: 15px;
    padding-bottom: 15px; } }

@media (max-width: 767px) and (max-width: 767px) {
  #widget-footer.accordion-active .col-flex {
    padding-top: 0px;
    padding-bottom: 0px; } }
  @media (min-width: 768px) {
    #widget-footer {
      padding-bottom: 40px; } }
  #widget-footer h4 {
    font-weight: 700;
    font-size: 12px;
    color: #322E78;
    letter-spacing: 0.15px;
    line-height: 18px;
    text-transform: uppercase;
    margin-top: 0; }
    @media (min-width: 768px) {
      #widget-footer h4 {
        line-height: 38px; } }
  #widget-footer ul {
    list-style: none;
    padding: 0; }
    #widget-footer ul li a {
      font-size: 12px;
      line-height: 18px;
      color: #592A8A;
      transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out; }
      @media (min-width: 768px) {
        #widget-footer ul li a {
          line-height: 38px; } }
      #widget-footer ul li a:hover, #widget-footer ul li a:focus, #widget-footer ul li a:active {
        color: #72BEC6;
        text-decoration: none; }
  #widget-footer .navbar-collapse {
    overflow: hidden; }
  #widget-footer ul.menu li a {
    padding: 10px;
    display: block;
    margin-left: -10px;
    margin-right: -10px;
    line-height: 1.5; }
  #widget-footer .social {
    letter-spacing: 0.32px; }
    @media (max-width: 991px) {
      #widget-footer .social {
        display: flex;
        justify-content: space-between; } }
    #widget-footer .social li {
      margin-bottom: 10px; }
      @media (max-width: 991px) {
        #widget-footer .social li {
          float: left; } }
      #widget-footer .social li i {
        display: inline-block;
        color: #322E78;
        width: 44px;
        text-align: center;
        font-size: 25px; }
        #widget-footer .social li i:hover, #widget-footer .social li i:focus, #widget-footer .social li i:active {
          color: #592A8A;
          text-decoration: none; }
        @media (min-width: 768px) {
          #widget-footer .social li i {
            font-size: 18px;
            padding-right: 20px; } }
      #widget-footer .social li a {
        font-size: 14px;
        transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out;
        color: #592A8A; }
        #widget-footer .social li a:hover, #widget-footer .social li a:focus, #widget-footer .social li a:active {
          color: #72BEC6;
          text-decoration: none; }
      @media (max-width: 767px) {
        #widget-footer .social li span {
          display: none; } }

.footer-wrapper2 {
  border-top: 1px solid #D8D8D8;
  padding: 0;
  padding-top: 32px;
  padding-bottom: 50px; }

.story-filter-group .gform_wrapper .top_label input.medium.datepicker {
  width: 100% !important; }

.page-template-page-talemetry .top-header, .page-template-page-talemetry header, .page-template-page-talemetry .breadcrumbs, .page-template-page-talemetry .footer-wrapper, .page-template-page-talemetry .featured-full, .page-template-page-talemetry .alert, .page-template-page-talemetry #glt-translate-trigger {
  display: none; }

.page-template-page-talemetry .col-sm-12 {
  padding: 0px;
  margin: 0px; }

.page-template-page-talemetry .gform_wrapper ul.gform_fields li.gfield {
  padding: 0px; }

@media (min-width: 768px) {
  .page-template-page-talemetry .container {
    padding: 0 15px;
    width: 100%; } }

.page-template-page-talemetry .gform_confirmation_wrapper {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: #505050; }

@media (min-width: 480px) {
  .page-template-page-talemetry .gform_wrapper .gform_footer input.button, .page-template-page-talemetry .gform_wrapper .gform_footer input[type=submit] {
    width: 103px; } }

@media (max-width: 479px) {
  .page-template-page-talemetry .gform_wrapper .gform_footer input.button, .page-template-page-talemetry .gform_wrapper .gform_footer input[type=submit] {
    width: 100%; } }

@media (min-width: 641px) {
  .page-template-page-talemetry .gform_wrapper .top_label input.medium {
    width: 100%; } }

.page-template-page-talemetry .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
  line-height: 1rem !important; }

.ginput_container_consent {
  /* checkbox aspect */ }
  .ginput_container_consent [type="checkbox"]:not(:checked),
  .ginput_container_consent [type="checkbox"]:checked {
    position: absolute;
    left: -9999px; }
  .ginput_container_consent [type="checkbox"]:not(:checked) + label,
  .ginput_container_consent [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 2.5em;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: #505050; }
  .ginput_container_consent [type="checkbox"]:not(:checked) + label:before,
  .ginput_container_consent [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.5em;
    height: 1.5em;
    border: 1px solid #BEBEBE;
    background: #fff;
    border-radius: 3px; }
  .ginput_container_consent [type="checkbox"]:not(:checked) + label:after,
  .ginput_container_consent [type="checkbox"]:checked + label:after {
    content: '\2713\0020';
    position: absolute;
    top: .2em;
    left: .3em;
    font-size: 1.3em;
    line-height: 0.8;
    color: #00a2b1;
    transition: all .2s;
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial; }
  .ginput_container_consent [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0); }
  .ginput_container_consent [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1); }
  .ginput_container_consent [type="checkbox"]:disabled:not(:checked) + label:before,
  .ginput_container_consent [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #BEBEBE;
    background-color: #FFF; }

.error404 article {
  margin-top: 68px;
  display: block; }
  @media (max-width: 767px) {
    .error404 article {
      margin-top: 30px; } }

@media (max-width: 767px) {
  .error404 .page-header {
    padding-bottom: 0px; } }

.error404 .post_content {
  margin-bottom: 125px; }
  @media (max-width: 767px) {
    .error404 .post_content {
      margin-bottom: 30px; } }
  .error404 .post_content .form-control {
    width: 100%;
    padding: 12px 0 12px 10px;
    box-sizing: border-box;
    outline: 0;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: #FFF;
    border-radius: 0;
    font-size: 12px;
    color: #525252;
    letter-spacing: .28px;
    text-transform: uppercase;
    border: 1px solid #DFEDF0;
    font-style: italic;
    height: 38px;
    line-height: 1.428571429;
    max-width: 350px; }
  .error404 .post_content .input-group {
    width: 100%;
    display: block; }
  .error404 .post_content button.btn {
    font-size: 0;
    background: 0 0;
    border: none;
    position: absolute;
    left: initial;
    right: 6px;
    top: 0;
    bottom: 0;
    color: #FB951D; }
  .error404 .post_content button.btn:after {
    content: "\f002";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: #FB951D;
    visibility: visible;
    -webkit-transition: color .16s ease-in-out,background-color .16s ease-in-out;
    transition: color .16s ease-in-out,background-color .16s ease-in-out;
    display: block; }
  .error404 .post_content button.btn:hover:after {
    color: #FFAB49; }

#glt-settings.wrap {
  max-width: 1300px; }

#glt-settings.wrap:after {
  content: "";
  display: block;
  clear: both; }

#glt-footer,
#glt-footer #google_language_translator {
  display: none !important; }

#glt-translate-trigger,
#glt-translate-trigger span {
  cursor: pointer; }

#glt-settings .glt-main-settings h3:before {
  content: "\f108"; }

#glt-settings .glt-layout-settings h3:before {
  content: "\f116"; }

#glt-settings .glt-floating-widget-settings h3:before {
  content: "\f134"; }

#glt-settings .glt-behavior-settings h3:before {
  content: "\f185"; }

#glt-settings .glt-usage-settings h3:before {
  content: "\f106"; }

#glt-settings .glt-preview-settings h3:before {
  content: "\f115"; }

#glt-settings .glt-flag-settings h3:before {
  content: "\f227"; }

#glt-settings .glt-seo-settings h3:before {
  content: "\f11e"; }

#glt-settings .glt-gtranslate-ad h3:before {
  content: "\f326"; }

#glt-settings .glt-css-settings h3:before {
  content: "\f119"; }

#glt-settings .glt-seo-settings {
  background-color: #ffc293; }

#glt-settings .glt-main-settings h3:before,
#glt-settings .glt-layout-settings h3:before,
#glt-settings .glt-behavior-settings h3:before,
#glt-settings .glt-floating-widget-settings h3:before,
#glt-settings .glt-usage-settings h3:before,
#glt-settings .glt-preview-settings h3:before,
#glt-settings .glt-flag-settings h3:before,
#glt-settings .glt-seo-settings h3:before,
#glt-settings .glt-gtranslate-ad h3:before,
#glt-settings .glt-css-settings h3:before {
  margin-right: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  text-align: center;
  -webkit-transition: color 0.1s ease-in 0;
  transition: color 0.1s ease-in 0;
  -webkit-font-smoothing: antialiased; }

#glt-settings .button,
#glt-settings .button-primary {
  text-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
  transition: 0.25s opacity ease-in-out;
  -webkit-transition: 0.25s opacity ease-in-out;
  -moz-transition: 0.25s opacity ease-in-out; }

#glt-settings .button {
  background: #95a5a6;
  border: 1px solid #95a5a6;
  color: #fff; }

#glt-settings .button-primary {
  background: #ea4335;
  border: 1px solid #ea4335; }

#glt-settings .button:hover {
  opacity: 0.8; }

#glt-settings .button-primary:hover {
  opacity: 0.8;
  background: #ea4335;
  border: 1px solid #ea4335; }

#content .portal-mychart {
  color: #FFF;
  padding: 25px 15px 0;
  border-left: 5px solid #72BEC6;
  background-color: #592A8A; }
  @media (min-width: 1200px) {
    #content .portal-mychart .inline-nav-ico .widget_nav_menu {
      padding-left: 0; } }

.portal-rapids {
  color: #FFF;
  padding: 25px 15px;
  border-left: 5px solid #72BEC6;
  background-color: #592A8A; }
  .portal-rapids .fa-chevron-right:before {
    margin-left: 19px;
    top: 2px;
    position: relative; }
  .portal-rapids a:link, .portal-rapids a:active, .portal-rapids a:visited, .portal-rapids a {
    color: #FFF; }
  .portal-rapids a:hover {
    color: #72BEC6; }

.portal-covid-vac {
  color: #FFF;
  border-left: solid 5px #72BEC6;
  padding: 25px 15px;
  background-color: #592A8A; }
  .portal-covid-vac a:link, .portal-covid-vac a:active, .portal-covid-vac a:visited, .portal-covid-vac a {
    color: #FFF; }
  .portal-covid-vac a:hover {
    color: #72BEC6; }
  .portal-covid-vac li {
    color: #FFF; }

.clear-both {
  clear: both; }

/*html covid form*/
.covid-html-form label {
  font-size: 18px;
  color: #0D2D4E;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 600; }

.covid-html-form li label {
  line-height: 1.7;
  font-size: .975em;
  color: #656565;
  margin: 2px 0 0 4px; }

.covid-html-form ul {
  list-style: none;
  margin: 16px 0 6px 0;
  padding: 0; }

.covid-html-form li {
  margin: 0 0 8px 0;
  line-height: 1.3; }

.covid-html-form .q-1, .covid-html-form .q-2, .covid-html-form .q-3, .covid-html-form .q-4, .covid-html-form .q-5 {
  margin-top: 16px; }

.covid-html-form p.e-notice {
  color: #d44242;
  font-size: 15px;
  margin-top: 10px;
  font-weight: 400;
  margin-bottom: 1.6em; }

a.e-form-submit {
  padding: 14px 24px;
  border: #FB951D;
  border-radius: 0;
  height: 40px;
  line-height: 13px;
  font-size: 13px;
  color: #FFF;
  letter-spacing: .3px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  border: #FB951D;
  background-color: #FB951D;
  margin: 16px 0 10px 0;
  display: inline-block; }

a.e-form-submit:hover {
  background-color: #FFAB49;
  color: #FFF; }

span.gfield_required {
  color: #790000;
  margin-left: 4px; }

.e-required {
  font-size: 15px;
  margin-top: 10px; }

.e-hide, p.e-hide {
  display: none; }

.covid-raw-html-container {
  margin: 40px 0; }

/*neuro chart*/
.chart-exceeds-check .fa-check {
  color: #72BEC6;
  font-size: 28px; }

.chart-exceeds-check {
  font-weight: 300;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 25px;
  margin-top: -20px; }

@media only screen and (min-width: 768px) {
  .chart-left p {
    max-width: 750px; } }

.modal-header {
  background-color: #322E78;
  border-bottom: none;
  padding: 23px; }
  .modal-header .close {
    text-indent: -9999em;
    text-shadow: none;
    opacity: 1; }
    .modal-header .close:hover {
      opacity: 0.6;
      transition: 0.25s ease; }
    .modal-header .close span {
      background: url(../../../images/close-rblue.svg) no-repeat;
      width: 22px;
      height: 22px;
      display: block;
      opacity: 1; }

.modal-content {
  border-radius: 0;
  border: none; }

.modal-body {
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 25px;
  padding-bottom: 35px; }
  @media (min-width: 992px) {
    .modal-body {
      padding-left: 70px;
      padding-right: 70px;
      padding-top: 50px;
      padding-bottom: 70px; } }
  .modal-body p &gt; strong {
    font-size: 14px; }
  .modal-body p {
    font-size: 18px;
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .modal-body p {
        margin-bottom: 24px; } }

.modal-title {
  margin-bottom: 0px; }

.modal {
  text-align: center;
  padding: 0 !important; }

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
  /* Adjusts for spacing */ }

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }
  @media (min-width: 768px) {
    .modal-dialog {
      width: 620px; } }
  @media (min-width: 992px) {
    .modal-dialog {
      width: 680px; } }

.womens-btns .card.has-btn .vc_column-inner &gt; .wpb_wrapper {
  padding-bottom: 0px; }

.margin-xl-bottom-last {
  margin-bottom: 35px; }

@media only screen and (min-width: 768px) {
  .margin-xl-bottom-last {
    margin-bottom: 0px; } }

.ppw-ppf-desc {
  font-weight: 300;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 1.6em; }

.ppw-post-password-container {
  margin-top: 40px;
  margin-bottom: 40px; }

.ppw-post-password-form input[type='submit'] {
  display: inline-block;
  margin-bottom: 0;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  margin-top: 20px;
  color: #fff;
  background-color: #2F74B7;
  font-weight: 700;
  line-height: 1rem;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0;
  border: 1px solid transparent; }
  .ppw-post-password-form input[type='submit']:hover, .ppw-post-password-form input[type='submit']:active, .ppw-post-password-form input[type='submit']:focus {
    background-color: #5391CC; }

#glt-translate-trigger {
  display: none; }

.websqldatabase.cssreflections #glt-translate-trigger {
  display: block; }

/*covid chart*/
body #wrapper .gform_wrapper .gfield_checkbox li input[type=checkbox] {
  height: 20px; }

body #wrapper .gform_wrapper .gfield_checkbox li label {
  line-height: 1.7;
  font-size: .975em;
  margin-top: 3px; }

body #wrapper .gform_legacy_markup_wrapper ul.gfield_checkbox li, .gform_legacy_markup_wrapper ul.gfield_radio li {
  display: flex; }

.row-1 {
  width: 25%;
  float: left; }

.row-1 .block p {
  padding: 0px 15px;
  margin: 0px; }

.row-2, .row-3 {
  width: 50%;
  float: left; }

.row-2-3-container {
  width: 75%;
  float: left; }

.row-4-5-6-container {
  width: 75%;
  float: left; }

.row-4, .row-5, .row-6 {
  width: 33.3%;
  float: left; }

.block {
  background-color: #EBEBEB;
  border: solid 1px #FFF;
  height: 80px;
  width: 100%;
  clear: both; }

.block-sm {
  height: 80px !important; }

.block-lg {
  height: 110px; }

.block-xl {
  height: 300px; }

.block-head {
  background-color: #0D2D4E;
  display: flex;
  align-items: center;
  height: 80px;
  flex-wrap: wrap; }

.block-head h3 {
  color: #FFF;
  margin: 0 auto;
  padding: 15px;
  font-size: 16px;
  text-align: center; }

.block h4.h5 {
  font-size: 16px !important;
  padding: 10px 15px 0 15px;
  margin: 0px !important; }

.block p {
  padding: 15px 10px 0px 10px;
  font-size: 14px;
  margin: 0px;
  font-weight: 400;
  overflow-wrap: break-word; }

.block-head p {
  color: #FFF !important;
  font-weight: 700;
  text-align: center;
  width: 100%;
  padding-top: 0px !important; }

.block-blue {
  background-color: #dfedf0; }

span.mobile-label, p.mobile-label, .mobile-label {
  display: none; }

.block-head br, .block br {
  display: none; }

span.remove-space {
  margin-left: -4px; }

.boosters-container {
  padding-top: 60px !important;
  padding-bottom: 90px;
  margin-top: 100px;
  margin-bottom: 0px; }

.child-chart {
  margin-bottom: 60px; }

.add-bottom-margin {
  margin-bottom: 120px; }

@media (max-width: 1040px) {
  .block-lg {
    height: 130px; } }

@media (max-width: 670px) {
  .block {
    height: 100px; }
  .block-head h3 {
    font-size: 12px; }
  .block-head br, .block br {
    display: block; }
  .block p {
    font-size: 12px; }
  .block h4.h5 {
    font-size: 12px !important; }
  .block-lg {
    height: 180px; } }

.child-chart .block {
  height: 100px; }

.child-chart .block-lg {
  height: 140px; }

.child-chart .block-xl {
  height: 190px; }

br.ages {
  display: block; }

.third-dose-booster-chart .block-lg {
  height: 190px; }

@media (max-width: 991px) {
  .third-dose-booster-chart .block-lg {
    height: 240px; }
  .child-chart .block-xl {
    height: 240px; } }

@media (max-width: 719px) {
  .block-blue span.remove-space {
    margin: 0px; } }

@media (max-width: 590px) {
  .block p {
    line-height: 18px; }
  .third-dose-booster-chart .block-lg {
    height: 300px; }
  .child-chart .block-lg {
    height: 180px; }
  .child-chart .block-xl {
    height: 280px; } }

@media (max-width: 490px) {
  .third-dose-booster-chart .block-lg {
    height: 340px; }
  .child-chart .block {
    height: 140px; }
  .child-chart .block-xl {
    height: 240px; }
  .child-chart .block-lg {
    height: 180px; } }

@media (max-width: 390px) {
  .child-chart .block-xl {
    height: 280px; }
  .child-chart .block-lg {
    height: 200px; } }

li.accessibility-ic a:before {
  content: '';
  background: url(../../../images/access-icon-c-2.svg) no-repeat;
  width: 25px;
  height: 25px;
  margin-top: -3px;
  background-size: contain;
  display: inline-block;
  visibility: visible;
  -webkit-transition: background-image 0.1s ease-in-out;
  transition: background-image 0.1s ease-in-out; }

li.accessibility-ic a:hover::before {
  background: url(../../../images/access-icon-c-h-2.svg) no-repeat; }

li.accessibility-ic a {
  visibility: hidden;
  max-height: 45px;
  max-width: 35px;
  overflow: hidden; }

.mobile-show li.accessibility-ic a {
  max-width: 100px; }

.panel {
  background-color: #592A8A; }

.panel-group .panel + .panel {
  margin-top: 0px; }

@media screen and (min-width: 768px) {
  .medical-location-container h4 {
    display: block;
    height: 55px; } }

.tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg, .tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-control-icon-svg {
  display: none; }

.tribe-events .tribe-events-c-ical__link-icon-svg path {
  stroke: #fff !important; }

.virtual-sub-head .wpb_wrapper &gt; p {
  color: #595a5a;
  font-weight: 500;
  font-size: 18px; }

.page-template-page-talemetry #glt-translate-trigger {
  display: none !important; }

.pagination &gt; li &gt; a:hover, .pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; span:hover,
.pagination &gt; li &gt; span:focus {
  background-color: #EFF6F7; }

.childrens-add-padding {
  padding-top: 50px;
  padding-bottom: 40px; }

.margin-blue-folder-bottom {
  margin-bottom: 150px; }

.footer-wrapper .navbar-brand {
  max-width: 300px; }

.childerns-cta a.vc_btn3-style-flat {
  background-color: #72BEC6 !important; }

.childerns-cta a.vc_btn3-style-flat:hover {
  background-color: #9ACED3 !important; }

.pum-theme-default-theme .pum-content {
  padding: 35px; }

.pum-container {
  max-width: 800px !important;
  text-align: center;
  border: 0;
  box-shadow: none;
  background-color: #FFF; }
  .pum-container .popmake-close {
    display: none; }
  .pum-container img {
    max-width: 300px !important;
    width: 100%; }
  .pum-container h1 {
    text-align: center;
    font-size: 32px;
    line-height: normal;
    margin-bottom: 2rem; }
  .pum-container h2 {
    font-weight: 400;
    text-align: center;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 2rem; }
  .pum-container p {
    color: #505050;
    text-align: center; }
  .pum-container .vc_btn3.vc_btn3-color-warning {
    display: block;
    margin: 0 auto; }
  .pum-container .vc_btn3-container {
    width: 100%; }

.pum-theme-7665 .pum-container, .pum-theme-default-theme .pum-container {
  box-shadow: none;
  background-color: #FFF; }

.pum-theme-7665, .pum-theme-default-theme {
  background-color: rgba(0, 0, 0, 0.8) !important; }

.card-icon-3-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .card-icon-3-col.row:before, .card-icon-3-col.row:after {
    content: normal; }
  .card-icon-3-col &gt; .card,
  .card-icon-3-col &gt; .column_container {
    flex-grow: 0; }
  .card-icon-3-col .wpb_single_image {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 0; }
    .card-icon-3-col .wpb_single_image h2 {
      font-size: 15px;
      margin-bottom: 9px; }
      .card-icon-3-col .wpb_single_image h2::after {
        content: "";
        display: block;
        margin: 0 auto;
        width: 10%;
        border-bottom: 2px solid #979797; }
  .card-icon-3-col .wpb_column &gt; .vc_column-inner {
    padding-left: 20px;
    padding-right: 20px; }

.map-with-icons .wpb_text_column h3 {
  margin-bottom: 0;
  color: #72BEC6; }

.map-with-icons .map-right p {
  color: #322E78; }

.col-3-list-with-label h4 {
  margin-top: 0; }

.col-12-icon-list h4 {
  margin: 0; }

.two-col-with-separtor .right-card::before {
  content: "";
  position: relative;
  left: 0;
  border-left: dashed 2px #d8d8d8;
  margin-right: 46px; }

.ul-bottom-space {
  margin-bottom: 25px; }

.cards-left {
  justify-content: flex-start; }

.cards-leadership {
  justify-content: flex-start; }
  .cards-leadership .light-blue-bg.card .vc_column-inner &gt; .wpb_wrapper {
    padding-bottom: 10px; }
  .cards-leadership .light-blue-bg.card .vc_column-inner .wpb_text_column {
    padding: 30px 25px 25px; }
    .cards-leadership .light-blue-bg.card .vc_column-inner .wpb_text_column h4 {
      margin-top: 0;
      margin-bottom: 1.2rem;
      font-size: 18px; }
    @media (min-width: 768px) {
      .cards-leadership .light-blue-bg.card .vc_column-inner .wpb_text_column {
        padding: 40px 26px 32px; }
        .cards-leadership .light-blue-bg.card .vc_column-inner .wpb_text_column h4 {
          font-size: 20px;
          margin-top: 10px;
          margin-bottom: 2.2rem; } }

.cards-leadership .card {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px; }

.col-2-bullet-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .col-2-bullet-list ul li {
    min-width: 200px; }

.col-2-navy-blue-stretch {
  color: #fff !important; }
  .col-2-navy-blue-stretch a, .col-2-navy-blue-stretch h3, .col-2-navy-blue-stretch li {
    color: #fff !important; }

@media (max-width: 767px) {
  .right-image.vc_section {
    margin-top: 20px; }
  .two-col-with-separtor .right-card {
    width: 100%; }
    .two-col-with-separtor .right-card::before {
      content: none; }
    .two-col-with-separtor .right-card .vc_column-inner {
      width: 100%; }
  .card-icon-3-col {
    flex-direction: column; }
    .card-icon-3-col .wpb_column {
      margin-bottom: 30px; }
    .card-icon-3-col .vc_column-inner .wpb_wrapper {
      max-width: 300px;
      margin: auto; }
  .cards-awards .wpb_single_image {
    text-align: center; }
  .cards-awards .wpb_wrapper {
    text-align: center; }
  .past-award-link p {
    text-align: center; }
  .cards-community .card {
    width: 100%; } }

.community-impact-icon-list h4 {
  margin: 0;
  font-size: 18px; }

.community-impact-icon-list .vc_row {
  margin-bottom: 10px; }

@media (min-width: 768px) {
  .full-width-left-column-about p span {
    font-size: 18px;
    line-height: 25px; } }

.map-with-icons .wpb_text_column h3 span {
  color: #469fae; }

@media (max-width: 767px) {
  .cards-awards .wpb_single_image {
    text-align: center; } }

.health-pro h2.h3 {
  font-size: 25px;
  margin-bottom: 1.9rem; }

.light-blue-patient-resources h2.h3 {
  margin-bottom: 0; }

.surgi-center-contact-numbers .vert-separator-dotted .vc_column-inner:before {
  background: url(/wp-content/themes/vidant/images/dotted-line-vert-green.png); }

.expect-card .card {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px; }

.h2-no-bottom h2 {
  margin-bottom: 0; }

.col-2-ul-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .col-2-ul-flex &gt; li {
    width: 240px; }

.row-margin-bottom {
  margin-bottom: 70px; }

.row-margin-top {
  margin-top: 50px; }

.row-margin-base {
  margin-bottom: 70px;
  margin-top: 50px; }

.col-1-copy-middle &gt; .vc_column-inner {
  display: flex;
  align-items: center; }

.virtual-mychart .vc_tta-panel .vc_tta-panel-body {
  background-color: #e1edef !important; }

.virtual-mychart .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: #e1edef !important; }

.virtual-sub-head .wpb_wrapper &gt; p {
  color: #595a5a;
  font-weight: 500;
  font-size: 18px; }

@media (max-width: 767px) {
  .cards-appointments .wpb_wrapper {
    text-align: center; }
  .cards-appointments .wpb_single_image,
  .cards-appointments .wpb_single_image.vc_align_left {
    text-align: center; }
  .cards-appointments .vc_column-inner &gt; .wpb_wrapper {
    margin-bottom: 90px; }
  .cards-register {
    flex-direction: column; }
    .cards-register .wpb_column {
      justify-content: center; }
  .virtual-mychart .row-margin-top {
    margin-top: 10px; }
  .virtual-mychart .row-margin-bottom {
    margin-bottom: 30px; } }

.icon-with-bottom-copies h6 {
  margin-bottom: 0; }

.icon-with-bottom-copies p {
  font-size: 18px; }

.menu .ico-up-arrow &gt; a:before {
  background: url(/wp-content/uploads/2020/11/up-arrow-ico.svg) no-repeat; }

.light-blue-columns .col-sm-6 {
  padding-left: 10px;
  padding-right: 10px; }

.light-blue-columns .wpb_text_column {
  padding: 15px 30px 30px; }

.ul-flex ul {
  display: flex;
  flex-wrap: wrap; }

.col-2-accordion-list li {
  width: 370px; }

.col-3-accordion-list li {
  width: 300px; }

.col-2-text-list li {
  width: 560px; }

.col-2-text-50-list li {
  width: 268px; }

.line-xl-height {
  line-height: 35px; }

.line-lg-height {
  line-height: 30px; }

.margin-sm-left {
  margin-left: 15px; }

.margin-sm-right {
  margin-right: 15px; }

.margin-xs-top {
  margin-top: 6px; }

.margin-sm-top {
  margin-top: 12px; }

.margin-md-top {
  margin-top: 20px; }

.margin-lg-top {
  margin-top: 30px; }

.margin-xl-top {
  margin-top: 35px; }

.margin-xxl-top {
  margin-top: 60px; }

.margin-xl-section-bottom {
  margin-bottom: 110px; }

.padding-lg-top {
  padding-top: 30px; }

.padding-sm-bottom {
  padding-bottom: 12px; }

.padding-lg-left {
  padding-left: 30px; }

.padding-lg-right {
  padding-right: 30px; }

.cards-md-gutter.cards .card {
  padding-right: 8px;
  padding-left: 8px;
  margin-bottom: 16px; }

.ul-margin-md-bottom ul {
  padding-bottom: 22px; }

@media (min-width: 768px) {
  .horiz-separator-dotted-3 .vc_column-inner:before {
    content: '';
    height: 3px;
    background: url(/wp-content/themes/vidant/images/rebrand-dotted-line-horiz-light-blue2.png) repeat-x;
    left: 0;
    width: 100%; } }

.horiz-separator-dotted-3-ul .wpb_wrapper p:not(:first-child) {
  margin: 24px 0; }
  @media (min-width: 768px) {
    .horiz-separator-dotted-3-ul .wpb_wrapper p:not(:first-child):before {
      content: '';
      height: 3px;
      background: url(/wp-content/themes/vidant/images/rebrand-dotted-line-horiz-light-blue2.png) repeat-x;
      left: 15px;
      width: 90%;
      display: block;
      margin-bottom: 30px; } }

.ctpl {
  list-style: inherit; }

.pre-study-ol li {
  font-weight: 300;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 1.6em; }

.innovation h2.h3 {
  font-size: 26px;
  margin-bottom: 1.9rem; }

.icon-with-bottom-copies.icon-with-bottom-copies-awards .vc_single_image-wrapper {
  height: 131px; }

.image-bottom-align .vc_single_image-wrapper {
  display: flex;
  align-items: flex-end; }

.page-template-page-career-provider-login .navbar-default {
  background-color: #e1ecef;
  padding: 25px; }

.page-template-page-career-provider-login .navbar &gt; .container .navbar-brand {
  margin: auto; }

.page-template-page-career-provider-login .post_content {
  padding: 150px 0;
  width: 500px;
  margin: auto; }

.page-template-page-career-provider-login .wpb_column {
  text-align: center; }

.page-template-page-career-provider-login #loginform label {
  display: block; }

.page-template-page-career-provider-login #loginform .input {
  width: 100%; }

.page-template-page-career-provider-login .login-submit {
  text-align: center; }

.page-template-page-career-provider #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-item a.mega-menu-link {
  padding: 8px 34px 34px; }
  @media (min-width: 1200px) {
    .page-template-page-career-provider #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-item a.mega-menu-link {
      font-size: 15px; } }

.page-template-page-career-provider #mega-menu-wrap-main_nav #mega-menu-main_nav &gt; li.mega-menu-item:last-child a {
  padding-right: 0; }

.page-template-page-career-provider #career-provider-sub-head {
  background: url(/wp-content/themes/vidant/images/bg-pattern-1-navy.png) repeat;
  color: #fff;
  padding: 50px 0; }
  .page-template-page-career-provider #career-provider-sub-head .h3 {
    color: #fff;
    margin-bottom: 10px; }

.page-template-page-career-provider .ceo-grid {
  display: grid;
  grid-template-columns: 1fr minmax(130px, 130px) minmax(auto, 1010px) 1fr;
  position: relative; }
  .page-template-page-career-provider .ceo-grid strong {
    color: #002f4d;
    font-size: 20px;
    font-weight: 600; }
  .page-template-page-career-provider .ceo-grid .grid {
    width: initial; }
    .page-template-page-career-provider .ceo-grid .grid.grid-1 {
      grid-column: 1/3;
      background: url(/wp-content/uploads/2020/11/Left-design4.jpg) repeat-x right top;
      background-size: 275px 1451px; }
      @media (max-width: 1150px) {
        .page-template-page-career-provider .ceo-grid .grid.grid-1 {
          background: url(/wp-content/themes/vidant/images/bg-pattern-1-navy.png) repeat; } }
      @media (max-width: 800px) {
        .page-template-page-career-provider .ceo-grid .grid.grid-1 {
          background: none; } }
    .page-template-page-career-provider .ceo-grid .grid.grid-3 {
      padding: 70px 15px 55px 220px; }
      .page-template-page-career-provider .ceo-grid .grid.grid-3 .h3 {
        text-align: right; }
      @media (max-width: 800px) {
        .page-template-page-career-provider .ceo-grid .grid.grid-3 {
          grid-column: 1/5;
          padding: 70px 15px 55px 20px; }
          .page-template-page-career-provider .ceo-grid .grid.grid-3 .h3 {
            text-align: center; } }
  .page-template-page-career-provider .ceo-grid .ceo-photo {
    width: 230px;
    grid-column: 2/2;
    position: absolute;
    z-index: 1;
    padding: 0;
    top: 189px;
    left: 14px; }
    @media (max-width: 800px) {
      .page-template-page-career-provider .ceo-grid .ceo-photo {
        grid-column: 1/5;
        display: flex;
        justify-content: center;
        position: initial;
        width: auto;
        padding-top: 50px; } }

.page-template-page-career-provider .h6.vert-center-flex {
  font-size: 16px; }

.page-template-page-career-provider .container-fluid.breadcrumbs {
  display: none; }

.footer-wrapper-career-provider .navbar-brand {
  margin-top: 0; }

.footer-wrapper-career-provider #widget-footer {
  padding-top: 41px; }

@media (max-width: 767px) {
  .footer-wrapper-career-provider #widget-footer {
    padding-top: 25px; }
    .footer-wrapper-career-provider #widget-footer.accordion-active .col-flex.col-navbar-brand {
      display: flex;
      padding-bottom: 25px; } }

.page-template-page-career-provider-login #login-error, .page-template-page-career-provider #login-error {
  padding: 20px !important;
  margin: 20px; }
  .page-template-page-career-provider-login #login-error p, .page-template-page-career-provider #login-error p {
    margin: 0; }

.page-template-page-career-provider-login .social .instagram, .page-template-page-career-provider .social .instagram {
  display: none; }

.page-template-page-career-provider-login #widget-footer ul li.career-footer-subhead &gt; a, .page-template-page-career-provider #widget-footer ul li.career-footer-subhead &gt; a {
  color: inherit;
  cursor: auto; }

.page-template-page-career-provider-login #widget-footer ul li.career-footer-subhead .sub-menu, .page-template-page-career-provider #widget-footer ul li.career-footer-subhead .sub-menu {
  position: initial;
  float: none;
  margin: 0 0 0 20px;
  border: 0;
  background: initial;
  box-shadow: none; }
  .page-template-page-career-provider-login #widget-footer ul li.career-footer-subhead .sub-menu a:hover, .page-template-page-career-provider #widget-footer ul li.career-footer-subhead .sub-menu a:hover {
    background: initial; }
  @media (max-width: 767px) {
    .page-template-page-career-provider-login #widget-footer ul li.career-footer-subhead .sub-menu, .page-template-page-career-provider #widget-footer ul li.career-footer-subhead .sub-menu {
      display: block; } }

#openSchedulingFrame {
  width: 716px;
  height: 510px; }
  @media (max-width: 767px) {
    #openSchedulingFrame {
      width: 100%; } }

.campaign-landing .iframe .wpb_wrapper &gt; p {
  width: 700px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .campaign-landing .iframe .wpb_wrapper &gt; p {
      width: auto; } }

.mileage-reimbursement .wpb_text_column.wpb_content_element {
  margin-bottom: 0; }

.mileage-reimbursement .gform_wrapper {
  margin-top: 0; }
  .mileage-reimbursement .gform_wrapper .validation_error {
    margin: 20px 0 0; }
  .mileage-reimbursement .gform_wrapper .top_label .gfield_error {
    border: none;
    background-color: initial;
    width: 376px;
    margin: 0 !important; }
    @media (max-width: 1200px) {
      .mileage-reimbursement .gform_wrapper .top_label .gfield_error {
        width: 239px; } }
    @media (max-width: 767px) {
      .mileage-reimbursement .gform_wrapper .top_label .gfield_error {
        width: 100%; } }
  .mileage-reimbursement .gform_wrapper .top_label li input.medium {
    width: 360px; }
    @media (max-width: 1200px) {
      .mileage-reimbursement .gform_wrapper .top_label li input.medium {
        width: 223px; } }
    @media (max-width: 767px) {
      .mileage-reimbursement .gform_wrapper .top_label li input.medium {
        width: 100%; } }
  .mileage-reimbursement .gform_wrapper ul.gform_fields {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .mileage-reimbursement .gform_wrapper ul.gform_fields {
        flex-direction: column; } }
  .mileage-reimbursement .gform_wrapper li.html-content-2 {
    flex-basis: 100%;
    margin-top: 31px;
    margin-bottom: -29px; }
  .mileage-reimbursement .gform_wrapper li.html-content-1 {
    align-self: center;
    margin-top: 33px; }
    @media (max-width: 767px) {
      .mileage-reimbursement .gform_wrapper li.html-content-1 {
        align-self: auto; } }
  .mileage-reimbursement .gform_wrapper .captcha {
    margin-top: 31px;
    flex-basis: 100%; }

@media (min-width: 768px) {
  .post-type-archive-tribe_events .featured-full .container {
    height: 158px; } }

.post-type-archive-tribe_events .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input {
  background-image: unset;
  background: url(../../../images/search-ico.png) no-repeat;
  background-size: 14px 15px;
  background-position: 15px center; }

.post-type-archive-tribe_events .tribe-events-c-search__input {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #505050; }

.post-type-archive-tribe_events .tribe-events-c-search__input::placeholder {
  font-style: italic;
  color: #BEBEBE;
  font-family: 'Libre Franklin', sans-serif; }

.post-type-archive-tribe_events .tribe-common-c-btn, .post-type-archive-tribe_events a.tribe-common-c-btn, .post-type-archive-tribe_events a.tribe-events-c-ical__link {
  background-color: #000;
  text-transform: uppercase;
  font-size: 11px;
  color: #FFF;
  border-radius: 0px;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 900;
  letter-spacing: .25px;
  border: 0; }

.post-type-archive-tribe_events .tribe-events .tribe-events-c-events-bar__filter-button-icon path {
  fill: #505050; }

.post-type-archive-tribe_events .tribe-common .tribe-common-c-btn:hover, .post-type-archive-tribe_events .tribe-common a.tribe-common-c-btn:hover, .post-type-archive-tribe_events a.tribe-events-c-ical__link:hover, .post-type-archive-tribe_events .tribe-events .tribe-events-c-ical__link:focus {
  color: #FFF;
  background-color: #2F74B7; }

.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border {
  border: solid 1px #BEBEBE; }

.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events--filter-bar-horizontal.tribe-events .tribe-events-header--has-event-search .tribe-events-c-events-bar__filter-button-container {
  border-color: #BEBEBE; }

.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events--filter-bar-horizontal.tribe-events .tribe-events-header--has-event-search .tribe-events-c-events-bar__filter-button-text {
  font-size: 12px;
  letter-spacing: .28px;
  color: #505050;
  font-family: 'Libre Franklin', sans-serif; }

.post-type-archive-tribe_events .tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill {
  background-color: #2F74B7;
  color: #FFF;
  font-size: 10px;
  font-weight: 700;
  border: 0;
  font-family: 'Libre Franklin', sans-serif; }

.post-type-archive-tribe_events .tribe-common .tribe-common-c-btn-icon--caret-right:before {
  background: url(../../../images/rebrand-teal-chev-right.svg) no-repeat;
  height: 16px;
  width: 7px;
  background-size: contain; }

.post-type-archive-tribe_events .tribe-common .tribe-common-c-btn-icon--caret-left:before {
  background: url(../../../images/rebrand-teal-chev-left.svg) no-repeat;
  height: 16px;
  width: 7px;
  background-size: contain; }

.post-type-archive-tribe_events .tribe-events .datepicker .next .tribe-common-svgicon {
  background: url(../../../images/rebrand-tealchev-right.svg) no-repeat;
  height: 16px;
  width: 7px;
  background-size: contain; }

.post-type-archive-tribe_events .tribe-events .datepicker .prev .tribe-common-svgicon {
  background: url(../../../images/rebrand-teal-chev-left.svg) no-repeat;
  height: 16px;
  width: 7px;
  background-size: contain; }

.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small, .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small {
  background-color: #EFF6F7;
  color: #322E78;
  font-family: 'Libre Franklin', sans-serif;
  border: 0;
  font-weight: 700; }

.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-common .tribe-common-h3 {
  color: #592A8A;
  font-weight: 900;
  font-family: 'Libre Franklin', sans-serif; }

.post-type-archive-tribe_events .tribe-events .tribe-events-c-top-bar__datepicker-button:after {
  background: url(../../../images/orange-chev-down.svg) no-repeat;
  background-size: contain;
  width: 4px;
  height: 9px; }

.post-type-archive-tribe_events .tribe-events .datepicker .datepicker-switch {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 900;
  color: #322E78; }

.post-type-archive-tribe_events .tribe-events .datepicker .day.active {
  background: #00a1b1;
  color: #FFF;
  font-weight: 700; }

.post-type-archive-tribe_events .tribe-events .datepicker .day:hover {
  background: #EFF6F7;
  color: #322E78; }

.post-type-archive-tribe_events .tribe-events .datepicker .day.current {
  background: #f4f4f4;
  color: #505050; }

.post-type-archive-tribe_events .post-type-archive-tribe_events .tribe-events .datepicker .dow {
  font-family: 'Libre Franklin', sans-serif;
  color: #BEBEBE; }

.post-type-archive-tribe_events .tribe-events .datepicker .day {
  font-family: 'Libre Franklin', sans-serif;
  color: #505050; }

.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-common .tribe-common-h6--min-medium {
  font-family: 'Libre Franklin', sans-serif;
  color: #322E78;
  font-size: 14px;
  font-weight: 700; }

.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-list__month-separator:after {
  background-color: #EFF6F7; }

.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
  font-family: 'Libre Franklin', sans-serif;
  color: #505050;
  font-size: 10px;
  font-weight: 500; }

.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
  font-family: 'Libre Franklin', sans-serif;
  color: #505050;
  font-size: 20px;
  font-weight: 900; }

.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after {
  background-color: #2F74B7;
  width: 3px; }

.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-datetime-featured-text {
  font-family: 'Libre Franklin', sans-serif;
  color: #2F74B7;
  font-size: 12px;
  font-weight: 700; }

.post-type-archive-tribe_events time.tribe-events-calendar-list__event-datetime {
  font-family: 'Libre Franklin', sans-serif;
  color: #505050;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: -0.12; }

.post-type-archive-tribe_events .tribe-events-calendar-list__event-title-link {
  font-family: 'Libre Franklin', sans-serif;
  color: #322E78 !important;
  font-size: 20px;
  font-weight: 900; }

.post-type-archive-tribe_events address.tribe-events-calendar-list__event-venue, .post-type-archive-tribe_events span.tribe-events-calendar-list__event-venue-title, .post-type-archive-tribe_events span.tribe-events-calendar-list__event-venue-address {
  font-family: 'Libre Franklin', sans-serif;
  color: #505050;
  font-size: 12px;
  font-weight: 300; }

.post-type-archive-tribe_events .tribe-events-calendar-list__event-description p {
  font-family: 'Libre Franklin', sans-serif;
  color: #505050;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.16px; }

.post-type-archive-tribe_events .tribe-events-c-small-cta__stock, .post-type-archive-tribe_events .tribe-events-c-small-cta__price {
  display: none; }

.post-type-archive-tribe_events a.tribe-events-c-small-cta__link, .post-type-archive-tribe_events a.tribe-events-c-small-cta__link:active, .post-type-archive-tribe_events a.tribe-events-c-small-cta__link:visited, .post-type-archive-tribe_events a.tribe-events-c-small-cta__link:link, .post-type-archive-tribe_events a.tribe-events-c-small-cta__link:focus {
  color: #72BEC6;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: -0.12px;
  font-family: 'Libre Franklin', sans-serif;
  border: 0; }

.post-type-archive-tribe_events a.tribe-events-c-small-cta__link:hover {
  text-decoration: none;
  border: 0;
  color: #5391CC; }

.post-type-archive-tribe_events span.tribe-events-c-nav__prev-label, .post-type-archive-tribe_events span.tribe-events-c-nav__next-label, .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev, .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next {
  color: #2F74B7;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.14px;
  font-family: 'Libre Franklin', sans-serif; }

.post-type-archive-tribe_events span.tribe-events-c-nav__prev-label:hover, .post-type-archive-tribe_events span.tribe-events-c-nav__next-label:hover {
  color: #5391CC; }

.post-type-archive-tribe_events button[disabled] span.tribe-events-c-nav__prev-label, .post-type-archive-tribe_events button[disabled] span.tribe-events-c-nav__next-label, .post-type-archive-tribe_events button[disabled], .post-type-archive-tribe_events button.tribe-events-c-nav__prev:disabled {
  color: #BEBEBE; }

.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:after {
  background: url(../../../images/orange-chev-right.svg) no-repeat;
  height: 16px;
  width: 7px;
  background-size: contain; }

.post-type-archive-tribe_events .post-type-archive-tribe_events .tribe-events-c-nav__next:disabled:after {
  background: url(../../../images/grey-chev-right.svg) no-repeat;
  height: 16px;
  width: 7px;
  background-size: contain; }

.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:before {
  background: url(../../../images/orange-chev-left.svg) no-repeat;
  height: 16px;
  width: 7px;
  background-size: contain; }

.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-list-nav {
  border-color: #EFF6F7; }

.post-type-archive-tribe_events .tribe-events .tribe-events-c-ical__link:before {
  background: url(../../../images/plus.svg) no-repeat;
  height: 18px;
  width: 12px;
  margin-right: 3px;
  background-size: contain;
  background-position: center; }

.post-type-archive-tribe_events .tribe-common-svgicon--featured {
  background: url(../../../images/flag.png) no-repeat;
  height: 10px;
  width: 10px;
  background-size: contain; }

.post-type-archive-tribe_events .tribe-events .tribe-events-c-messages__message--notice:before {
  background: url(../../../images/calendar-x.svg) no-repeat;
  height: 23px;
  width: 21px;
  background-size: contain; }

.post-type-archive-tribe_events .tribe-events-c-messages__message-list-item {
  color: #505050;
  font-size: 14px;
  letter-spacing: -0.14px;
  font-family: 'Libre Franklin', sans-serif; }

.post-type-archive-tribe_events .tribe-common .tribe-common-b3 {
  font-family: 'Libre Franklin', sans-serif;
  color: #505050; }

.post-type-archive-tribe_events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date {
  color: #BEBEBE;
  opacity: 1; }

.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day, .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__week, .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__body {
  border-color: #BEBEBE; }

.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .post-type-archive-tribe_events .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
  color: #72BEC6;
  font-family: 'Libre Franklin', sans-serif; }

.post-type-archive-tribe_events .tribe-common .tribe-common-h7, .post-type-archive-tribe_events .tribe-common .tribe-common-h8 {
  font-family: 'Libre Franklin', sans-serif;
  color: #505050; }

.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:hover:after {
  background-color: #5391CC; }

.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-month__calendar-event--featured:before {
  background-color: #2F74B7; }

.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-month__calendar-event-datetime {
  color: #505050;
  font-family: 'Libre Franklin', sans-serif; }

.post-type-archive-tribe_events a.tribe-events-calendar-month__calendar-event-title-link {
  color: #2F74B7;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 700; }

.post-type-archive-tribe_events a.tribe-events-calendar-month__calendar-event-title-link:hover {
  color: #5391CC;
  border: 0;
  text-decoration: none; }

.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-datetime-featured-text {
  color: #2F74B7;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 12px;
  font-weight: 700; }

.post-type-archive-tribe_events time.tribe-events-calendar-day__event-datetime {
  font-family: 'Libre Franklin', sans-serif;
  color: #505050;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.12px; }

.post-type-archive-tribe_events a.tribe-common, .post-type-archive-tribe_events .tribe-common a:hover, .post-type-archive-tribe_events a.tribe-common-anchor-thin:focus, .post-type-archive-tribe_events a.tribe-common-anchor-thin:active, .post-type-archive-tribe_events a.tribe-events-calendar-list__event-title-link, .post-type-archive-tribe_events .tribe-events-calendar-list__event-title-link:hover, .post-type-archive-tribe_events .tribe-events-calendar-list__event-title-link:visited, .post-type-archive-tribe_events .tribe-events-calendar-day__event-title-link:active, .post-type-archive-tribe_events .tribe-events-calendar-day__event-title-link:visited, .post-type-archive-tribe_events .tribe-events-calendar-day__event-title-link:hover, .post-type-archive-tribe_events .tribe-events-calendar-day__event-title-link:focus {
  border: 0;
  text-decoration: none; }

.post-type-archive-tribe_events a.tribe-common {
  color: #322E78;
  font-family: 'Libre Franklin', sans-serif; }

.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-day__event--featured:after {
  background-color: #2F74B7;
  width: 3px; }

.post-type-archive-tribe_events .tribe-events-calendar-day__event-venue-title, .post-type-archive-tribe_events .tribe-events-calendar-day__event-venue-address {
  font-family: 'Libre Franklin', sans-serif;
  color: #505050;
  font-size: 12px;
  font-weight: 400; }

.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-common .tribe-common-b2 p {
  font-family: 'Libre Franklin', sans-serif;
  color: #505050;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.16px; }

.post-type-archive-tribe_events .tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__container {
  font-family: 'Libre Franklin', sans-serif;
  border-color: #BEBEBE;
  color: #505050; }

.post-type-archive-tribe_events .tribe-common .tribe-common-h6, .post-type-archive-tribe_events .tribe-filter-bar-c-filter__filter-fields, .post-type-archive-tribe_events .tribe-common .tribe-common-form-control-checkbox__label, .post-type-archive-tribe_events .tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-results__option, .post-type-archive-tribe_events .tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-results__option {
  color: #505050;
  font-family: 'Libre Franklin', sans-serif; }

.post-type-archive-tribe_events .tribe-common .tribe-common-form-control-checkbox__input {
  border-color: #BEBEBE; }

.post-type-archive-tribe_events .tribe-filter-bar .tribe-filter-bar-c-range__slider {
  background: #EFF6F7; }

.post-type-archive-tribe_events a.tribe-events-calendar-month__calendar-event-title-link:hover, .post-type-archive-tribe_events a.tribe-events-c-messages__message-list-item-link:hover, .post-type-archive-tribe_events a.tribe-events-c-messages__message-list-item-link:hover {
  color: #5391CC;
  border-color: transparent;
  text-decoration: none; }

.post-type-archive-tribe_events .tribe-common .tribe-common-anchor-thin-alt, .post-type-archive-tribe_events a.tribe-events-calendar-month__calendar-event-title-link:focus, .post-type-archive-tribe_events a.tribe-events-calendar-month__calendar-event-title-link:active, .post-type-archive-tribe_events a.tribe-events-calendar-month__calendar-event-title-link:visited, .post-type-archive-tribe_events a.tribe-events-c-messages__message-list-item-link:active, .post-type-archive-tribe_events a.tribe-events-c-messages__message-list-item-link:focus, .post-type-archive-tribe_events a.tribe-events-c-messages__message-list-item-link:visited {
  border-color: transparent;
  text-decoration: none; }

.post-type-archive-tribe_events a.tribe-events-c-messages__message-list-item-link {
  color: #72BEC6; }

.post-type-archive-tribe_events .tribe-events .datepicker .month.active, .post-type-archive-tribe_events .tribe-events .datepicker .month.active.focused {
  background-color: #2F74B7;
  color: #FFF;
  font-family: 'Libre Franklin', sans-serif; }

.post-type-archive-tribe_events a.more-link {
  color: #2F74B7;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.12px;
  font-family: 'Libre Franklin', sans-serif;
  border: 0;
  text-transform: none;
  display: none; }

.post-type-archive-tribe_events a.more-link:hover, .post-type-archive-tribe_events a.tribe-events-calendar-list__event-title-link:hover {
  color: #5391CC; }

.post-type-archive-tribe_events .tribe-events-calendar-list__event-row:hover {
  background-color: #EFF6F7; }

.post-type-archive-tribe_events .tribe-events-calendar-list__event-row {
  padding: 40px 20px 40px 0px;
  cursor: pointer; }

.post-type-archive-tribe_events .tribe-events-after-html {
  margin-bottom: 60px; }

.post-type-archive-tribe_events .tribe-events-c-view-selector__list-item-text {
  color: #505050;
  font-family: 'Libre Franklin', sans-serif; }

.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:after {
  display: none; }

.post-type-archive-tribe_events .tribe-events-calendar-month__calendar-event-tooltip .tribe-event-date-start, .post-type-archive-tribe_events .tribe-events-calendar-month__calendar-event-tooltip .tribe-event-time {
  font-family: 'Libre Franklin', sans-serif;
  color: #505050; }

.post-type-archive-tribe_events .tribe-common p {
  font-size: 12px; }

.post-type-archive-tribe_events .tribe-events .tribe-events-c-search__input-control--location .tribe-events-c-search__input {
  background: url(../../../images/locations-pin.png) 15px center no-repeat;
  background-size: 11px 14px; }

.tribe-events-page-template .rdkpurple-bg.bg-pattern-1 .page-header h1, .tribe-events-page-template .featured-full .page-header.white p {
  color: #FFF; }

.tribe-events-page-template .tribe-common .tribe-common-h3 {
  color: #322E78;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 900; }

.tribe-events-page-template .tribe-events .tribe-events-c-events-bar__search-button-icon {
  background-image: unset;
  background: url(../../../images/search-ico.png) no-repeat;
  background-size: 14px 15px;
  background-position: center; }

@media (max-width: 990px) {
  .tribe-events-page-template .tribe-events-c-view-selector__button-icon, .tribe-events-page-template .tribe-events-c-events-bar__filter-button-container, .tribe-events-page-template .tribe-events-c-events-bar__views, .tribe-events-page-template .tribe-events-c-nav__today {
    display: none; } }

.tribe-events-page-template .tribe-events-c-events-bar__search-button {
  margin: 0px;
  padding: 0px; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding: 80px 0 0 0; }

.single-tribe_events .featured-full {
  display: none; }

.single-tribe_events h1 {
  margin-top: 34px;
  margin-bottom: 60px; }
  @media (max-width: 1024px) {
    .single-tribe_events h1 {
      margin-top: 16px;
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .single-tribe_events h1 {
      margin-top: 10px;
      margin-bottom: 10px;
      font-size: 36px; } }

.single-tribe_events span.e-date {
  color: #322E78;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 16px;
  font-weight: 900; }
  @media (max-width: 460px) {
    .single-tribe_events span.e-date {
      width: 100%;
      margin-bottom: 10px; } }

.single-tribe_events .tribe-events {
  display: none; }

.single-tribe_events .tribe-events-event-image img {
  clear: both;
  width: 100%;
  margin: 30px 0;
  max-height: 276px;
  height: auto;
  object-fit: cover; }

.single-tribe_events .single-event-header {
  display: block; }

a.e-back-link, a.e-back-link:active, a.e-back-link:visited {
  color: #322E78;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 14px;
  font-weight: 900;
  display: block;
  margin-top: 80px; }
  @media (max-width: 1024px) {
    a.e-back-link, a.e-back-link:active, a.e-back-link:visited {
      margin-top: 40px; } }
  @media (max-width: 767px) {
    a.e-back-link, a.e-back-link:active, a.e-back-link:visited {
      margin-top: 20px; } }

a.e-back-link:hover {
  color: #592A8A;
  text-decoration: none;
  border-color: transparent; }

a.e-back-link:before {
  height: 9px;
  width: 8px;
  background-size: contain;
  display: inline-block;
  content: url(../../../images/rblue-double-chev-left.svg);
  position: relative;
  padding-top: 6px;
  margin-right: 5px; }

.e-info-bar {
  width: 100%;
  clear: both; }
  .e-info-bar span.e-date {
    float: left; }
    @media (max-width: 676px) {
      .e-info-bar span.e-date {
        float: left;
        clear: both;
        margin-bottom: 10px; } }
  .e-info-bar span.e-type {
    float: right;
    background-color: #EFF6F7;
    padding: 5px 15px;
    color: #322E78;
    border-radius: 18px;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 12px;
    font-weight: 600; }
    @media (max-width: 676px) {
      .e-info-bar span.e-type {
        float: left;
        clear: both;
        margin-bottom: 20px;
        /*	margin-top:10px;*/ } }
  .e-info-bar span.e-type:before {
    height: 17px;
    width: 20px;
    background-size: contain;
    display: inline-block;
    content: url(../../../images/blue-virtual.svg);
    position: relative;
    margin-top: 0px;
    margin-right: 0px;
    top: 1px; }

.e-content {
  font-weight: 300;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 25px;
  padding-top: 30px;
  float: none;
  clear: both;
  margin-bottom: 80px; }
  @media (max-width: 1024px) {
    .e-content {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .e-content {
      margin-bottom: 20px; } }
  .e-content p {
    font-weight: 300;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 25px; }
  .e-content a, .e-content a:link, .e-content a:active, .e-content a:focus, .e-content a:visited {
    color: #2F74B7;
    font-weight: 600;
    font-size: 16px; }
  .e-content a:hover {
    color: #5391CC;
    text-decoration: none; }
  .e-content a[href^="mailto:"] {
    color: #2F74B7;
    font-weight: 600;
    font-size: 16px; }
  .e-content a[href^="mailto:"]:hover {
    color: #5391CC; }
  .e-content a[href^="tel:"] {
    color: #656565;
    font-weight: 600;
    font-size: 16px; }
  .e-content a[href^="tel:"]:hover {
    color: #005596; }

.e-related-events h2 {
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .e-related-events h2 {
      margin-bottom: 10px;
      font-size: 20px; } }

.e-related-events ul.event-list {
  padding-left: 0px;
  list-style-type: none;
  padding-bottom: 80px;
  display: block;
  height: auto;
  overflow: hidden; }
  .e-related-events ul.event-list li {
    width: 33.3%;
    float: left;
    padding-right: 15px; }
    @media (max-width: 767px) {
      .e-related-events ul.event-list li {
        width: 100%;
        padding: 15px 0px; } }
    .e-related-events ul.event-list li img {
      width: 100%;
      object-fit: cover;
      margin-bottom: 20px;
      height: 177px; }
  .e-related-events ul.event-list li:last-child {
    padding: 0px; }
    @media (max-width: 767px) {
      .e-related-events ul.event-list li:last-child {
        padding: 15px 0px 0px 15px; } }
  .e-related-events ul.event-list a.title, .e-related-events ul.event-list a.title:hover {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 16px;
    font-weight: 900;
    color: #72BEC6;
    line-height: 25px;
    display: block;
    width: 100%;
    text-decoration: none; }
  .e-related-events ul.event-list a.time, .e-related-events ul.event-list a.time:hover {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #505050;
    line-height: 25px;
    text-decoration: none; }

.e-next-prev {
  padding-top: 30px;
  border-top: solid 1px #EFF6F7;
  margin-bottom: 120px; }
  @media (max-width: 767px) {
    .e-next-prev {
      margin-bottom: 60px; } }
  .e-next-prev a.next, .e-next-prev a.prev {
    color: #2F74B7;
    font-weight: 700;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 14px; }
  .e-next-prev a.next:hover, .e-next-prev a.prev:hover {
    text-decoration: none;
    color: #5391CC; }
  .e-next-prev a.next {
    float: left; }
  .e-next-prev a.next:before {
    background: url(../../../images/rebrand-blue-chev-left.svg) no-repeat;
    height: 11px;
    width: 6px;
    background-size: contain;
    content: '';
    display: inline-block;
    margin-right: 8px; }
  .e-next-prev a.prev:after {
    background: url(../../../images/rebrand-blue-chev-right.svg) no-repeat;
    height: 11px;
    width: 6px;
    content: '';
    background-size: contain;
    display: inline-block;
    margin-left: 8px; }
  .e-next-prev a.prev {
    float: right; }
  .e-next-prev a.disabled {
    color: #BEBEBE;
    cursor: default;
    pointer-events: none; }

.tribe-events-calendar-list__event-description img, .tribe-events-calendar-list__event-description .wpb_single_image {
  display: none; }

a[href^="mailto:"].e-description, .tribe-events-calendar-list__event-description a:link, .tribe-events-calendar-list__event-description a:active, .tribe-events-calendar-list__event-description a:visited, .tribe-events-calendar-list__event-description a:focus, .tribe-events-calendar-list__event-description a {
  color: #2F74B7;
  font-weight: 600;
  font-size: 16px; }

a[href^="mailto:"].e-description:hover, .tribe-events-calendar-list__event-description a:hover {
  color: #2F74B7; }

a[href^="tel:"].e-description {
  color: #656565;
  font-weight: 600;
  font-size: 16px; }

a[href^="tel:"].e-description:hover {
  color: #2F74B7; }

.tribe-tickets__rsvp-actions-button-going, .tribe-common .tribe-common-c-btn, .tribe-common .tribe-common-c-btn:focus, .tribe-common .tribe-common-c-btn:active, .tribe-common .tribe-common-c-btn:visited {
  background-color: #2F74B7;
  text-transform: uppercase;
  font-size: 11px;
  color: #FFF;
  border-radius: 0px;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 900;
  letter-spacing: .25px;
  border: 0; }

.tribe-common .tribe-common-c-btn:focus, .tribe-common .tribe-common-c-btn:hover, .tribe-common a.tribe-common-c-btn:focus, .tribe-common a.tribe-common-c-btn:hover {
  background-color: #5391CC; }

.tribe-register-container {
  margin-top: 60px;
  /*.tribe-tickets__rsvp-message--success-icon{
		background: url(../../../images/sent-kite-ico.svg) no-repeat;
		height:141px;
		width:14px;
		content:'';
		background-size:contain;
		display: inline-block;
	}*/ }
  @media (max-width: 1024px) {
    .tribe-register-container {
      margin-top: 20px; } }
  @media (max-width: 767px) {
    .tribe-register-container {
      margin-top: 0px; }
      .tribe-register-container h2 {
        margin-bottom: 10px;
        font-size: 20px; } }
  .tribe-register-container .tribe-tickets__rsvp-availability, .tribe-register-container .tribe-common .tribe-common-h7, .tribe-register-container .event-tickets .tribe-tickets__rsvp-availability-days-left, .tribe-register-container .event-tickets .tribe-tickets__rsvp-availability-quantity {
    font-family: 'Libre Franklin', sans-serif;
    color: #505050; }
  .tribe-register-container .tribe-common .tribe-common-h2 {
    color: #322E78;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 20px; }
  .tribe-register-container .event-tickets .tribe-tickets__rsvp-attendance-number {
    color: #505050; }
  .tribe-register-container .tribe-tickets__rsvp-form-title h3.tribe-common-h5 {
    font-weight: 400;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Libre Franklin', sans-serif;
    color: #505050; }
  .tribe-register-container .event-tickets .tribe-tickets__form .tribe-tickets__form-field-label, .tribe-register-container .event-tickets .tribe-tickets__form label {
    font-size: 18px;
    color: #322E78;
    letter-spacing: 0;
    line-height: 1.3;
    font-weight: 600;
    font-family: 'Libre Franklin', sans-serif; }
  .tribe-register-container .event-tickets .tribe-tickets__form .tribe-required {
    color: #790000;
    margin-left: 4px;
    font-family: 'Libre Franklin', sans-serif; }
  .tribe-register-container .event-tickets .tribe-tickets__form input[type=color], .tribe-register-container .event-tickets .tribe-tickets__form input[type=date], .tribe-register-container .event-tickets .tribe-tickets__form input[type=datetime-local], .tribe-register-container .event-tickets .tribe-tickets__form input[type=datetime], .tribe-register-container .event-tickets .tribe-tickets__form input[type=email], .tribe-register-container .event-tickets .tribe-tickets__form input[type=month], .tribe-register-container .event-tickets .tribe-tickets__form input[type=number], .tribe-register-container .event-tickets .tribe-tickets__form input[type=password], .tribe-register-container .event-tickets .tribe-tickets__form input[type=range], .tribe-register-container .event-tickets .tribe-tickets__form input[type=search], .tribe-register-container .event-tickets .tribe-tickets__form input[type=tel], .tribe-register-container .event-tickets .tribe-tickets__form input[type=text], .tribe-register-container .event-tickets .tribe-tickets__form input[type=time], .tribe-register-container .event-tickets .tribe-tickets__form input[type=url], .tribe-register-container .event-tickets .tribe-tickets__form input[type=week], .tribe-register-container .event-tickets .tribe-tickets__form select, .tribe-register-container .event-tickets .tribe-tickets__form textarea {
    padding: 5px 4px;
    letter-spacing: normal;
    border: 1px solid #BEBEBE;
    border-radius: 3px;
    height: 50px;
    color: #505050;
    margin-bottom: 15px; }
  .tribe-register-container .event-tickets .tribe-tickets__form input[type=number].tribe-tickets__rsvp-form-input-number {
    max-width: 60px; }
  .tribe-register-container .event-tickets .tribe-tickets__rsvp-actions-success-going-check-icon {
    background-color: #2F74B7; }
  .tribe-register-container .tribe-common .tribe-common-h4 {
    color: #322E78;
    font-family: 'Libre Franklin', sans-serif; }
  .tribe-register-container .event-tickets .tribe-tickets__rsvp-message {
    background-color: #EFF6F7; }
  .tribe-register-container .event-tickets .tribe-tickets__rsvp-wrapper {
    border-color: #BEBEBE;
    border-radius: 0px;
    margin-top: 25px; }
  .tribe-register-container .tribe-common .tribe-common-b3 {
    color: #505050; }
  .tribe-register-container input[type=email]::placeholder, .tribe-register-container input[type=text]::placeholder, .tribe-register-container input[type=number]::placeholder {
    font-style: italic; }
  @media (min-width: 768px) {
    .tribe-register-container .event-tickets .tribe-common-b2--min-medium {
      font-size: 11px; } }

.e-venue-location {
  clear: both;
  width: 100%;
  display: block;
  font-weight: 300;
  font-size: 12px; }

.tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg, .tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-control-icon-svg {
  display: none !important; }

.tribe-events .tribe-events-c-ical__link-icon-svg path {
  stroke: #fff !important; }

.tribe-common .tribe-common-c-svgicon {
  color: #2F74B7; }

.tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg, .tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-control-icon-svg {
  display: none; }

.tribe-events .tribe-events-c-ical__link-icon-svg path {
  stroke: #fff !important; }

.virtual-sub-head .wpb_wrapper &gt; p {
  color: #595a5a;
  font-weight: 500;
  font-size: 18px; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list-item:focus-within, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list-item:hover {
  background-color: #EFF6F7; }

.tribe-events .tribe-events-calendar-month__day-date-daynum {
  color: #592A8A; }

.tribe-events-c-subscribe-dropdown__container {
  display: none !important; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev-icon-svg path, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next-icon-svg path {
  fill: #72BEC6; }

.covid-landing-visitor .vc_column-inner {
  margin-bottom: 14px; }

.covid-landing-visitor .card.has-btn .vc_column-inner &gt; .wpb_wrapper {
  padding-bottom: 0; }

.covid-landing-visitor .light-blue-bg.card .vc_btn3-container {
  position: initial; }

.covid-landing-visitor .light-blue-bg.card:nth-of-type(1) {
  padding-right: 7px; }
  @media (max-width: 767px) {
    .covid-landing-visitor .light-blue-bg.card:nth-of-type(1) {
      padding-right: 15px; } }

.covid-landing-visitor .light-blue-bg.card:nth-of-type(2) {
  padding-left: 7px; }
  @media (max-width: 767px) {
    .covid-landing-visitor .light-blue-bg.card:nth-of-type(2) {
      padding-left: 15px; } }

.orange-numbers span.s1 {
  color: #72BEC6;
  font-weight: 600; }

.light-blue-2-col &gt; .wpb_column &gt; .vc_column-inner {
  background-color: #EFF6F7; }
  .light-blue-2-col &gt; .wpb_column &gt; .vc_column-inner .wpb_wrapper .vc_row {
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .light-blue-2-col &gt; .wpb_column &gt; .vc_column-inner .wpb_wrapper .vc_row {
        flex-direction: column; } }
    .light-blue-2-col &gt; .wpb_column &gt; .vc_column-inner .wpb_wrapper .vc_row &gt; div:nth-child(1) {
      width: 53%; }
      @media (max-width: 991px) {
        .light-blue-2-col &gt; .wpb_column &gt; .vc_column-inner .wpb_wrapper .vc_row &gt; div:nth-child(1) {
          width: 100%; } }
    .light-blue-2-col &gt; .wpb_column &gt; .vc_column-inner .wpb_wrapper .vc_row &gt; div:nth-child(2) .vc_column-inner {
      padding-right: 40px; }
    @media (max-width: 991px) {
      .light-blue-2-col &gt; .wpb_column &gt; .vc_column-inner .wpb_wrapper .vc_row &gt; div:nth-child(2) {
        width: 95%; } }

.light-blue-2-col .wpb_single_image {
  margin-bottom: 0; }

.covid-visit .col-sm-6 h4, .covid-visit .col-sm-6 li {
  color: #fff; }

.covid-visit .col-sm-6:nth-of-type(2) {
  margin-left: 15px;
  margin-right: -15px;
  background: url(/wp-content/themes/vidant/images/bg-pattern-1-navy.png);
  padding: 40px 40px 0 40px; }
  @media (max-width: 767px) {
    .covid-visit .col-sm-6:nth-of-type(2) {
      margin-left: 0;
      margin-right: 0;
      text-align: center; } }
  .covid-visit .col-sm-6:nth-of-type(2) h4 {
    font-size: 45px; }

.covid-visit .col-sm-6:nth-of-type(3) {
  background-color: #469fae;
  padding: 0; }
  @media (max-width: 767px) {
    .covid-visit .col-sm-6:nth-of-type(3) {
      width: 100%; } }
  .covid-visit .col-sm-6:nth-of-type(3) &gt; .vc_column-inner {
    width: 100%; }
  .covid-visit .col-sm-6:nth-of-type(3) .covid-visit-ul {
    margin-bottom: 0;
    padding: 30px 20px 20px; }
    .covid-visit .col-sm-6:nth-of-type(3) .covid-visit-ul .wpb_wrapper {
      display: flex;
      justify-content: space-around; }
      .covid-visit .col-sm-6:nth-of-type(3) .covid-visit-ul .wpb_wrapper ul:nth-of-type(1) {
        width: initial; }
      .covid-visit .col-sm-6:nth-of-type(3) .covid-visit-ul .wpb_wrapper ul:nth-of-type(2) {
        width: initial; }

.covid-visit .covid-visit-question {
  background-color: #ee993f;
  margin-bottom: 0;
  text-align: center;
  padding: 1px 20px 40px; }
  @media (max-width: 1200px) {
    .covid-visit .covid-visit-question {
      padding: 1px 20px 40px 47px;
      text-align: left; } }
  .covid-visit .covid-visit-question h4 {
    font-size: 16px; }
    .covid-visit .covid-visit-question h4:before {
      content: "";
      background: url(https://vidant.wpengine.com/wp-content/uploads/2020/12/Fill-1.png) no-repeat;
      height: 24px;
      width: 27px;
      display: block;
      top: 20px;
      left: 29px;
      position: relative; }
      @media (max-width: 1200px) {
        .covid-visit .covid-visit-question h4:before {
          left: -35px; } }

.blue-border-grid.vc_row {
  margin: 0;
  border-top: 3px solid #9bced6; }
  @media (max-width: 767px) {
    .blue-border-grid.vc_row {
      flex-direction: column;
      padding: 10px; }
      .blue-border-grid.vc_row .wpb_content_element {
        margin-bottom: 0; } }
  .blue-border-grid.vc_row .vc_btn3.vc_btn3-size-md {
    padding-left: 16px;
    padding-right: 16px; }
  @media (min-width: 768px) {
    .blue-border-grid.vc_row .vc_btn3-container {
      margin-top: 0;
      display: inline-block;
      width: 100%; } }
  .blue-border-grid.vc_row .disabled .vc_btn3.vc_btn3-color-warning, .blue-border-grid.vc_row .disabled .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat {
    border: 2px solid #DADADA;
    background-color: #fff;
    font-size: 11px;
    color: #DADADA;
    letter-spacing: 0.25px;
    text-align: center;
    cursor: not-allowed; }
  .blue-border-grid.vc_row &gt; .wpb_column {
    border-bottom: 1px solid #9bced6;
    padding: 20px; }
    @media (min-width: 767px) {
      .blue-border-grid.vc_row &gt; .wpb_column:not(:nth-child(3n+3)) {
        border-right: 1px solid #9bced6; } }
    @media (max-width: 767px) {
      .blue-border-grid.vc_row &gt; .wpb_column {
        border-bottom: none;
        padding: 0 20px 20px; }
        .blue-border-grid.vc_row &gt; .wpb_column:nth-child(3n+3) {
          border-bottom: 1px solid #9bced6;
          padding-bottom: 20px; }
        .blue-border-grid.vc_row &gt; .wpb_column:nth-child(3n+1) {
          padding-top: 20px; } }
  @media (min-width: 768px) {
    .blue-border-grid.vc_row.grid-4-col {
      flex-direction: row; }
      .blue-border-grid.vc_row.grid-4-col .wpb_column {
        order: 2;
        width: 25%; }
      .blue-border-grid.vc_row.grid-4-col .wpb_column:nth-child(3n+3) {
        order: 3; }
      .blue-border-grid.vc_row.grid-4-col .wpb_column:nth-child(3n+1) {
        order: 1; } }
  .blue-border-grid.vc_row.grid-4-col .wpb_text_column .h4 {
    margin-top: 0; }
    @media (max-width: 767px) {
      .blue-border-grid.vc_row.grid-4-col .wpb_text_column .h4 {
        font-size: 20px; } }
  .blue-border-grid.vc_row.grid-4-col .vc_btn3.vc_btn3-size-md {
    padding-top: 10px;
    padding-bottom: 10px; }
  .blue-border-grid.vc_row.grid-4-col &gt; .wpb_column {
    display: block;
    padding: 20px 20px; }
    @media (min-width: 1200px) {
      .blue-border-grid.vc_row.grid-4-col &gt; .wpb_column {
        padding: 20px 30px; } }
    @media (min-width: 768px) {
      .blue-border-grid.vc_row.grid-4-col &gt; .wpb_column {
        border-right: 1px solid #9bced6; }
        .blue-border-grid.vc_row.grid-4-col &gt; .wpb_column:nth-last-child(-n+3) {
          border-right: none; } }
    @media (max-width: 767px) {
      .blue-border-grid.vc_row.grid-4-col &gt; .wpb_column {
        border-bottom: 1px solid #9bced6; }
        .blue-border-grid.vc_row.grid-4-col &gt; .wpb_column:nth-child(3n+3) {
          border-bottom: none !important;
          padding-bottom: 20px;
          margin-bottom: 20px; } }

.covid-grid-items {
  padding: 20px 0 0 10px;
  margin: 0; }
  .covid-grid-items.vc_row {
    margin-left: 0;
    margin-right: 0; }
  @media (max-width: 767px) {
    .covid-grid-items:nth-child(2) {
      display: none; } }
  .covid-grid-items:nth-child(odd) {
    background-color: #EFF6F7; }
  .covid-grid-items:nth-child(even) {
    background-color: #FFF; }
  .covid-grid-items:nth-child(2) {
    background-color: #2F74B7;
    color: #fff; }
    .covid-grid-items:nth-child(2) span {
      font-weight: 600; }

.col-2-blue-light-blue .wpb_column:nth-of-type(1) {
  padding: 50px;
  background-color: #152d4c; }
  .col-2-blue-light-blue .wpb_column:nth-of-type(1) h4 {
    color: #fff;
    font-size: 24px; }
  .col-2-blue-light-blue .wpb_column:nth-of-type(1) &gt; .vc_column-inner {
    display: flex;
    align-items: center; }

.col-2-blue-light-blue .wpb_column:nth-of-type(2) {
  padding: 40px;
  background-color: #e1edef; }

#main article .col-2-image-light-blue {
  display: block; }
  @media (min-width: 992px) {
    #main article .col-2-image-light-blue {
      display: flex; } }
  @media (min-width: 992px) {
    #main article .col-2-image-light-blue .wpb_column:nth-of-type(1) {
      padding-right: 0; } }
  #main article .col-2-image-light-blue .wpb_column:nth-of-type(1) .wpb_single_image {
    margin-bottom: 0; }
  @media (min-width: 992px) {
    #main article .col-2-image-light-blue .wpb_column:nth-of-type(2) {
      padding-left: 0; } }
  #main article .col-2-image-light-blue .wpb_column:nth-of-type(2) &gt; .vc_column-inner {
    background-color: #e1edef;
    padding: 20px; }
    @media (min-width: 992px) {
      #main article .col-2-image-light-blue .wpb_column:nth-of-type(2) &gt; .vc_column-inner {
        display: flex;
        align-items: center;
        padding: 0 40px; } }

.full-width-right-left .full-width-left-bg {
  padding-right: 0; }
  .full-width-right-left .full-width-left-bg em {
    font-size: 14px; }
  @media (max-width: 767px) {
    .full-width-right-left .full-width-left-bg {
      padding-left: 0;
      width: 100%; }
      .full-width-right-left .full-width-left-bg .vc_column-inner {
        width: 100%;
        margin: 0; } }

.full-width-right-left .full-width-right-bg {
  margin-left: -1px;
  padding-left: 0; }
  @media (max-width: 767px) {
    .full-width-right-left .full-width-right-bg {
      padding-left: 15px; } }
  .full-width-right-left .full-width-right-bg .vc_column-inner {
    background-color: #2F74B7;
    color: #fff; }
    .full-width-right-left .full-width-right-bg .vc_column-inner a {
      color: #fff; }
  .full-width-right-left .full-width-right-bg .vc_column-inner:after {
    background-color: inherit !important;
    content: '' !important;
    display: block !important;
    position: absolute !important;
    left: 100% !important;
    height: 100% !important;
    width: 1280% !important;
    top: 0 !important; }

.full-width-right-left .wpb_column &gt; .vc_column-inner {
  padding-bottom: 22px; }

.full-width-right-left .wpb_column &gt; .vc_column-inner &gt; .wpb_wrapper {
  display: table;
  height: 100%;
  padding-bottom: 10px; }
  .full-width-right-left .wpb_column &gt; .vc_column-inner &gt; .wpb_wrapper .wpb_text_column {
    display: table-cell;
    vertical-align: middle; }

.no-margin-bottom.vc_btn3-container {
  margin-bottom: 0; }

.font-sm {
  font-size: 14px; }

.covid-resources-logos {
  display: flex;
  justify-content: space-around; }
  .covid-resources-logos &gt; div:nth-of-type(2) {
    flex-basis: 0; }
  .covid-resources-logos .cdc-image {
    width: 90%; }

@media (max-width: 1200px) {
  body.wpb-js-composer #content .covid-resources.news-section.vc_section .vc_tta.vc_general .vc_tta-tabs-list {
    margin: 10px 0;
    float: left; } }

body.wpb-js-composer #content .covid-resources .vc_tta.vc_general .vc_tta-panels-container {
  padding-top: 45px; }
  body.wpb-js-composer #content .covid-resources .vc_tta.vc_general .vc_tta-panels-container p:not(:last-child) {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #9bced6; }
  @media (max-width: 767px) {
    body.wpb-js-composer #content .covid-resources .vc_tta.vc_general .vc_tta-panels-container p {
      padding-bottom: 25px;
      margin-bottom: 25px;
      border-bottom: 1px solid #9bced6; } }

.page-template-covid-news .custom-posts-feed {
  margin: 130px 0; }

.page-template-covid-news #content .wpb_text_column h2.h3 {
  margin-bottom: 35px; }

.page-template-covid-news #main .post_content .recent-post-covid-date {
  margin: 30px 0 0 0; }

.page-template-covid-news .recent-post-covid-img img {
  width: 100%;
  height: 100%;
  border-radius: 0; }

.page-template-covid-news .recent-posts h4 {
  margin-top: 0; }

body .covid-cta .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat {
  line-height: 15px; }

@media (max-width: 991px) {
  #main article .covid-sleeves {
    display: flex;
    flex-direction: column;
    align-items: center; } }

#main article .covid-sleeves h4 {
  font-size: 66px;
  margin-bottom: 0;
  font-weight: 600; }
  @media (max-width: 991px) {
    #main article .covid-sleeves h4 {
      line-height: 45px;
      font-size: 47px; } }

#main article .covid-sleeves h5 {
  font-size: 61px;
  font-weight: 100; }
  @media (max-width: 991px) {
    #main article .covid-sleeves h5 {
      font-size: 38px; } }

#main article .covid-sleeves img {
  max-width: 97%; }
  @media (max-width: 991px) {
    #main article .covid-sleeves img {
      height: 140px;
      width: 140px; } }

#main article .covid-sleeves &gt; .wpb_column:nth-child(2) {
  padding-left: 0; }
  @media (max-width: 991px) {
    #main article .covid-sleeves &gt; .wpb_column:nth-child(2) {
      padding-left: 15px; } }

.covid-sleeves-col-1 {
  margin-top: 9px; }
  @media (max-width: 991px) {
    .covid-sleeves-col-1 .wpb_single_image.vc_align_left {
      text-align: center;
      margin: 0; }
      .covid-sleeves-col-1 .wpb_single_image.vc_align_left img {
        width: 80%; }
    .covid-sleeves-col-1 .wpb_wrapper {
      text-align: center; } }

/*Covid charts*/
.parent-pageid-2941 #wrapper .gform_wrapper .gfield_checkbox li input[type=checkbox] {
  height: 20px; }

.parent-pageid-2941 #wrapper .gform_wrapper .gfield_checkbox li label {
  line-height: 1.7;
  font-size: .975em;
  margin-top: 3px; }

.parent-pageid-2941 #wrapper .gform_legacy_markup_wrapper ul.gfield_checkbox li, .parent-pageid-2941 .gform_legacy_markup_wrapper ul.gfield_radio li {
  display: flex; }

.parent-pageid-2941 .row-1 {
  width: 25%;
  float: left; }

.parent-pageid-2941 .row-1 .block p {
  padding: 0px 15px;
  margin: 0px; }

.parent-pageid-2941 .row-2, .parent-pageid-2941 .row-3 {
  width: 50%;
  float: left; }

.parent-pageid-2941 .row-2-3-container {
  width: 75%;
  float: left; }

.parent-pageid-2941 .row-4-5-6-container {
  width: 75%;
  float: left; }

.parent-pageid-2941 .row-4, .parent-pageid-2941 .row-5, .parent-pageid-2941 .row-6 {
  width: 33.3%;
  float: left; }

.parent-pageid-2941 .block {
  background-color: #EFF6F7;
  border: solid 1px #FFF;
  height: 80px;
  width: 100%;
  clear: both; }

.parent-pageid-2941 .block-sm {
  height: 80px !important; }

.parent-pageid-2941 .block-lg {
  height: 110px; }

.parent-pageid-2941 .block-xl {
  height: 300px; }

.parent-pageid-2941 .block-head {
  background-color: #592A8A;
  display: flex;
  align-items: center;
  height: 80px;
  flex-wrap: wrap; }

.parent-pageid-2941 .block-head h3 {
  color: #FFF;
  margin: 0 auto;
  padding: 15px;
  font-size: 16px;
  text-align: center; }

.parent-pageid-2941 .block h4.h5 {
  font-size: 16px !important;
  padding: 10px 15px 0 15px;
  margin: 0px !important; }

.parent-pageid-2941 .block p {
  padding: 15px 10px 0px 10px;
  font-size: 14px;
  margin: 0px;
  font-weight: 400;
  overflow-wrap: break-word; }

.parent-pageid-2941 .block-head p {
  color: #FFF !important;
  font-weight: 700;
  text-align: center;
  width: 100%;
  padding-top: 0px !important; }

.parent-pageid-2941 .block-blue {
  background-color: #322E78; }
  .parent-pageid-2941 .block-blue h4.h5, .parent-pageid-2941 .block-blue p {
    color: #FFF !important; }

.parent-pageid-2941 span.mobile-label, .parent-pageid-2941 p.mobile-label, .parent-pageid-2941 .mobile-label {
  display: none; }

.parent-pageid-2941 .block-head br, .parent-pageid-2941 .block br {
  display: none; }

.parent-pageid-2941 span.remove-space {
  margin-left: -4px; }

.parent-pageid-2941 .boosters-container {
  padding-top: 60px !important;
  padding-bottom: 90px;
  margin-top: 100px;
  margin-bottom: 0px; }

.parent-pageid-2941 .child-chart {
  margin-bottom: 60px; }

.parent-pageid-2941 .add-bottom-margin {
  margin-bottom: 120px; }

@media (max-width: 1040px) {
  .parent-pageid-2941 .block-lg {
    height: 130px; } }

@media (max-width: 670px) {
  .parent-pageid-2941 .block {
    height: 100px; }
  .parent-pageid-2941 .block-head h3 {
    font-size: 12px; }
  .parent-pageid-2941 .block-head br, .parent-pageid-2941 .block br {
    display: block; }
  .parent-pageid-2941 .block p {
    font-size: 12px; }
  .parent-pageid-2941 .block h4.h5 {
    font-size: 12px !important; }
  .parent-pageid-2941 .block-lg {
    height: 180px; } }

.parent-pageid-2941 .child-chart .block {
  height: 100px; }

.parent-pageid-2941 .child-chart .block-lg {
  height: 140px; }

.parent-pageid-2941 .child-chart .block-xl {
  height: 190px; }

.parent-pageid-2941 br.ages {
  display: block; }

.parent-pageid-2941 .third-dose-booster-chart .block-lg {
  height: 190px; }

@media (max-width: 991px) {
  .parent-pageid-2941 .third-dose-booster-chart .block-lg {
    height: 240px; }
  .parent-pageid-2941 .child-chart .block-xl {
    height: 240px; } }

@media (max-width: 719px) {
  .parent-pageid-2941 .block-blue span.remove-space {
    margin: 0px; } }

@media (max-width: 590px) {
  .parent-pageid-2941 .block p {
    line-height: 18px; }
  .parent-pageid-2941 .third-dose-booster-chart .block-lg {
    height: 300px; }
  .parent-pageid-2941 .child-chart .block-lg {
    height: 180px; }
  .parent-pageid-2941 .child-chart .block-xl {
    height: 280px; } }

@media (max-width: 490px) {
  .parent-pageid-2941 .third-dose-booster-chart .block-lg {
    height: 340px; }
  .parent-pageid-2941 .child-chart .block {
    height: 140px; }
  .parent-pageid-2941 .child-chart .block-xl {
    height: 240px; }
  .parent-pageid-2941 .child-chart .block-lg {
    height: 180px; } }

@media (max-width: 390px) {
  .parent-pageid-2941 .child-chart .block-xl {
    height: 280px; }
  .parent-pageid-2941 .child-chart .block-lg {
    height: 200px; } }

/*# sourceMappingURL=styles.css.map */

</pre></body></html>