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

.btn.btn-inverse {
  background-color: #333;
  border-color: #333;
  color: #ffffff;
}
.btn.btn-inverse.btn:hover, .btn.btn-inverse.btn:focus, .btn.btn-inverse.btn:active {
  background-color: #575757;
  color: #ffffff;
}

.btn.btn-shape-square {
  border-radius: 0;
}

.btn.btn-style-outline {
  background-color: transparent;
}

.btn-style-outline.btn-primary, .btn-primary-inv {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.btn-style-outline.btn-default, .btn-default-inv {
  color: #fff;
}

.btn-style-outline.btn-success, .btn-success-inv {
  color: #5cb85c;
}

.btn-style-outline.btn-info, .btn-info-inv {
  color: #5bc0de;
}

.btn-style-outline.btn-warning, .btn-warning-inv {
  color: #f0ad4e;
}

.btn-style-outline.btn-danger, .btn-danger-inv {
  color: #d9534f;
}

/*

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 > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@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: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

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

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

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

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.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", sans-serif;
  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: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  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 rgb(238.425, 238.425, 238.425);
}

.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: rgb(119.085, 119.085, 119.085);
}

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: 0.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: rgb(119.085, 119.085, 119.085);
}

.text-primary {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

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

a.text-success:hover,
a.text-success:focus {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

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

a.text-info:hover,
a.text-info:focus {
  color: rgb(35.984375, 82.25, 105.015625);
}

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

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

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

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}

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

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}

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

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}

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

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}

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 > 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 rgb(238.425, 238.425, 238.425);
}
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: rgb(119.085, 119.085, 119.085);
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid rgb(238.425, 238.425, 238.425);
  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: " —";
}

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;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.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: rgb(119.085, 119.085, 119.085);
  text-align: left;
}

th {
  text-align: left;
}

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

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

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

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

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

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

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: rgb(232.25, 232.25, 232.25);
}

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

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}

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

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}

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

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}

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

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}

.table-responsive {
  min-height: 0.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 > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  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: rgb(85.425, 85.425, 85.425);
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
  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: rgb(238.425, 238.425, 238.425);
  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 > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .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 > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

.form-group-sm .form-control {
  height: 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 > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

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

.form-group-lg .form-control {
  height: 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 > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .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 > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .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: rgb(42.808988764, 84.191011236, 43.5224719101);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
}
.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: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}
.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: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
}
.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: rgb(164.75, 164.75, 164.75);
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  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;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:hover {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  background-image: none;
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(17.9258264463, 42.6161157025, 63.9241735537);
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  background-image: none;
  border-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
  border-color: rgb(17.9258264463, 42.6161157025, 63.9241735537);
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
}
.btn-primary .badge {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  background-image: none;
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  background-image: none;
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  background-image: none;
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(213.2296875, 132.515625, 18.0703125);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  background-image: none;
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.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 > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: rgb(38.25, 38.25, 38.25);
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  outline: 0;
}

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

.open > .dropdown-menu {
  display: block;
}
.open > 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: rgb(119.085, 119.085, 119.085);
  white-space: nowrap;
}

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

.pull-right > .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 > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

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

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

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

.btn-group > .btn-group {
  float: left;
}

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

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

.btn-group > .btn-group:last-child:not(:first-child) > .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 > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

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

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

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .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 > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

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

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

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

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-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: rgb(85.425, 85.425, 85.425);
  text-align: center;
  background-color: rgb(238.425, 238.425, 238.425);
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 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 > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-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 > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-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 > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  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 > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}
.nav > li.disabled > a {
  color: rgb(119.085, 119.085, 119.085);
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: rgb(238.425, 238.425, 238.425) rgb(238.425, 238.425, 238.425) #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: rgb(85.425, 85.425, 85.425);
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

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

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

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

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .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 > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-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 > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

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

.navbar-fixed-bottom .navbar-nav > li > .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 > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .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: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: rgb(93.5, 93.5, 93.5);
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: rgb(231.425, 231.425, 231.425);
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: rgb(231.425, 231.425, 231.425);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-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: rgb(231.425, 231.425, 231.425);
}
.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: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-brand {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: rgb(157.335, 157.335, 157.335);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-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: rgb(16.15, 16.15, 16.15);
}
.navbar-inverse .navbar-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: rgb(157.335, 157.335, 157.335);
}
.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 > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.breadcrumb > .active {
  color: rgb(119.085, 119.085, 119.085);
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > 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 > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.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: rgb(119.085, 119.085, 119.085);
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: rgb(93.585, 93.585, 93.585);
}

.label-primary {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: rgb(236.015625, 151.21875, 30.984375);
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
}

.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: rgb(119.085, 119.085, 119.085);
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

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

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: rgb(238.425, 238.425, 238.425);
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: rgb(212.925, 212.925, 212.925);
}
.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 > img,
.thumbnail a > 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: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.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 > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.alert-success hr {
  border-top-color: rgb(200.5555555556, 225.8333333333, 179.1666666667);
}
.alert-success .alert-link {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.alert-info hr {
  border-top-color: rgb(166.4434782609, 224.7043478261, 236.3565217391);
}
.alert-info .alert-link {
  color: rgb(35.984375, 82.25, 105.015625);
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.alert-warning hr {
  border-top-color: rgb(247.064516129, 225.4623655914, 180.935483871);
}
.alert-warning .alert-link {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.alert-danger hr {
  border-top-color: rgb(227.5869565217, 185.4130434783, 192.4420289855);
}
.alert-danger .alert-link {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

@-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: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  -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 > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .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: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
  background-color: rgb(238.425, 238.425, 238.425);
}
.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: rgb(119.085, 119.085, 119.085);
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: rgb(199.4324380165, 220.8950413223, 239.4175619835);
}

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: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}
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: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}
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: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}
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: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}
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 > .dropdown .dropdown-toggle {
  color: inherit;
}

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

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

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .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 > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  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 > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-primary > .panel-heading .badge {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.panel-success {
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}

.panel-info {
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}

.panel-warning {
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}

.panel-danger {
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}

.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 rgb(227.15, 227.15, 227.15);
  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", sans-serif;
  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", sans-serif;
  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 > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .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 > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .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 > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .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 > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .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 > .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: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-radius: 5px 5px 0 0;
}

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

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .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 > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .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 > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .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: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.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 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fas, .people-feed .loader:before, .navbar-default .mobile-ico-nav .mobile_ico_navigation > li.ico a:after, .vc_toggle_content ul li:before,
.wpb_text_column ul li:before,
.single-post .post_content ul li:before,
ul.square li:before, .posts-feed .loader:before,
.stories-results .loader:before,
.lab-results .loader:before, .select-selected:before, .page-subnav .navbar-toggler .navbar-toggler-icon, body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-search-ico a:after, body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link .mega-indicator:after, body #mega-menu-wrap-main_nav #mega-menu-main_nav .mega-sub-menu ul li.mega-menu-item .menu-item > a:after, .slick-prev:before, .slick-next:before, .slick-prev, .slick-next,
.far,
.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,
.vc_toggle_content ul li ul 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,
.fab,
.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-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-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,
.fa-solid,
.fa-regular,
.fa-brands,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas::before, .people-feed .loader::before, .vc_toggle_content ul li::before,
.wpb_text_column ul li::before,
.single-post .post_content ul li::before,
ul.square li::before, .posts-feed .loader::before,
.stories-results .loader::before,
.lab-results .loader::before, .select-selected::before, .page-subnav .navbar-toggler .navbar-toggler-icon::before, .slick-prev::before, .slick-next::before,
.far::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,
.vc_toggle_content ul li ul li::before,
.wpb_text_column ul li ul li::before,
ul.square li ul li::before,
.fab::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-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-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,
.fa-solid::before,
.fa-regular::before,
.fa-brands::before,
.fa::before {
  content: var(--fa);
}

.fa-classic,
.fas,
.people-feed .loader:before,
.navbar-default .mobile-ico-nav .mobile_ico_navigation > li.ico a:after,
.vc_toggle_content ul li:before,
.wpb_text_column ul li:before,
.single-post .post_content ul li:before,
ul.square li:before,
.posts-feed .loader:before,
.stories-results .loader:before,
.lab-results .loader:before,
.select-selected:before,
.page-subnav .navbar-toggler .navbar-toggler-icon,
body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-search-ico a:after,
body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link .mega-indicator:after,
body #mega-menu-wrap-main_nav #mega-menu-main_nav .mega-sub-menu ul li.mega-menu-item .menu-item > a:after,
.slick-prev:before,
.slick-next:before,
.slick-prev,
.slick-next,
.fa-solid,
.far,
.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,
.vc_toggle_content ul li ul 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,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}

.fa-brands,
.fab,
.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-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-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 {
  font-family: "Font Awesome 6 Brands";
}

.people-feed .loader:before, .navbar-default .mobile-ico-nav .mobile_ico_navigation > li.ico a:after, .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, .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-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-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, .vc_toggle_content ul li ul 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, .vc_toggle_content ul li:before,
.wpb_text_column ul li:before,
.single-post .post_content ul li:before,
ul.square li:before, .posts-feed .loader:before,
.stories-results .loader:before,
.lab-results .loader:before, .select-selected:before, .page-subnav .navbar-toggler .navbar-toggler-icon, body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-search-ico a:after, body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link .mega-indicator:after, body #mega-menu-wrap-main_nav #mega-menu-main_nav .mega-sub-menu ul li.mega-menu-item .menu-item > a:after, .slick-prev:before, .slick-next:before, .slick-prev, .slick-next {
  -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-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-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin, .people-feed .loader:before, .posts-feed .loader:before,
.stories-results .loader:before,
.lab-results .loader:before {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.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,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .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,
  .fa-shake,
  .fa-spin,
  .people-feed .loader:before,
  .posts-feed .loader:before,
  .stories-results .loader:before,
  .lab-results .loader:before,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

.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%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0 {
  --fa: "\30 ";
}

.fa-1 {
  --fa: "\31 ";
}

.fa-2 {
  --fa: "\32 ";
}

.fa-3 {
  --fa: "\33 ";
}

.fa-4 {
  --fa: "\34 ";
}

.fa-5 {
  --fa: "\35 ";
}

.fa-6 {
  --fa: "\36 ";
}

.fa-7 {
  --fa: "\37 ";
}

.fa-8 {
  --fa: "\38 ";
}

.fa-9 {
  --fa: "\39 ";
}

.fa-fill-drip {
  --fa: "\f576";
}

.fa-arrows-to-circle {
  --fa: "\e4bd";
}

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

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

.fa-at {
  --fa: "\@";
}

.fa-trash-can {
  --fa: "\f2ed";
}

.fa-trash-alt {
  --fa: "\f2ed";
}

.fa-text-height {
  --fa: "\f034";
}

.fa-user-xmark {
  --fa: "\f235";
}

.fa-user-times {
  --fa: "\f235";
}

.fa-stethoscope {
  --fa: "\f0f1";
}

.fa-message {
  --fa: "\f27a";
}

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

.fa-info {
  --fa: "\f129";
}

.fa-down-left-and-up-right-to-center {
  --fa: "\f422";
}

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

.fa-explosion {
  --fa: "\e4e9";
}

.fa-file-lines {
  --fa: "\f15c";
}

.fa-file-alt {
  --fa: "\f15c";
}

.fa-file-text {
  --fa: "\f15c";
}

.fa-wave-square {
  --fa: "\f83e";
}

.fa-ring {
  --fa: "\f70b";
}

.fa-building-un {
  --fa: "\e4d9";
}

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

.fa-calendar-days {
  --fa: "\f073";
}

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

.fa-anchor-circle-check {
  --fa: "\e4aa";
}

.fa-building-circle-arrow-right {
  --fa: "\e4d1";
}

.fa-volleyball {
  --fa: "\f45f";
}

.fa-volleyball-ball {
  --fa: "\f45f";
}

.fa-arrows-up-to-line {
  --fa: "\e4c2";
}

.fa-sort-down {
  --fa: "\f0dd";
}

.fa-sort-desc {
  --fa: "\f0dd";
}

.fa-circle-minus {
  --fa: "\f056";
}

.fa-minus-circle {
  --fa: "\f056";
}

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

.fa-right-from-bracket {
  --fa: "\f2f5";
}

.fa-sign-out-alt {
  --fa: "\f2f5";
}

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

.fa-soap {
  --fa: "\e06e";
}

.fa-icons {
  --fa: "\f86d";
}

.fa-heart-music-camera-bolt {
  --fa: "\f86d";
}

.fa-microphone-lines-slash {
  --fa: "\f539";
}

.fa-microphone-alt-slash {
  --fa: "\f539";
}

.fa-bridge-circle-check {
  --fa: "\e4c9";
}

.fa-pump-medical {
  --fa: "\e06a";
}

.fa-fingerprint {
  --fa: "\f577";
}

.fa-hand-point-right {
  --fa: "\f0a4";
}

.fa-magnifying-glass-location {
  --fa: "\f689";
}

.fa-search-location {
  --fa: "\f689";
}

.fa-forward-step {
  --fa: "\f051";
}

.fa-step-forward {
  --fa: "\f051";
}

.fa-face-smile-beam {
  --fa: "\f5b8";
}

.fa-smile-beam {
  --fa: "\f5b8";
}

.fa-flag-checkered {
  --fa: "\f11e";
}

.fa-football {
  --fa: "\f44e";
}

.fa-football-ball {
  --fa: "\f44e";
}

.fa-school-circle-exclamation {
  --fa: "\e56c";
}

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

.fa-angles-down {
  --fa: "\f103";
}

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

.fa-users-rectangle {
  --fa: "\e594";
}

.fa-people-roof {
  --fa: "\e537";
}

.fa-people-line {
  --fa: "\e534";
}

.fa-beer-mug-empty {
  --fa: "\f0fc";
}

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

.fa-diagram-predecessor {
  --fa: "\e477";
}

.fa-arrow-up-long {
  --fa: "\f176";
}

.fa-long-arrow-up {
  --fa: "\f176";
}

.fa-fire-flame-simple {
  --fa: "\f46a";
}

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

.fa-person {
  --fa: "\f183";
}

.fa-male {
  --fa: "\f183";
}

.fa-laptop {
  --fa: "\f109";
}

.fa-file-csv {
  --fa: "\f6dd";
}

.fa-menorah {
  --fa: "\f676";
}

.fa-truck-plane {
  --fa: "\e58f";
}

.fa-record-vinyl {
  --fa: "\f8d9";
}

.fa-face-grin-stars {
  --fa: "\f587";
}

.fa-grin-stars {
  --fa: "\f587";
}

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

.fa-spaghetti-monster-flying {
  --fa: "\f67b";
}

.fa-pastafarianism {
  --fa: "\f67b";
}

.fa-arrow-down-up-across-line {
  --fa: "\e4af";
}

.fa-spoon {
  --fa: "\f2e5";
}

.fa-utensil-spoon {
  --fa: "\f2e5";
}

.fa-jar-wheat {
  --fa: "\e517";
}

.fa-envelopes-bulk {
  --fa: "\f674";
}

.fa-mail-bulk {
  --fa: "\f674";
}

.fa-file-circle-exclamation {
  --fa: "\e4eb";
}

.fa-circle-h {
  --fa: "\f47e";
}

.fa-hospital-symbol {
  --fa: "\f47e";
}

.fa-pager {
  --fa: "\f815";
}

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

.fa-contact-book {
  --fa: "\f2b9";
}

.fa-strikethrough {
  --fa: "\f0cc";
}

.fa-k {
  --fa: "K";
}

.fa-landmark-flag {
  --fa: "\e51c";
}

.fa-pencil {
  --fa: "\f303";
}

.fa-pencil-alt {
  --fa: "\f303";
}

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

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

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

.fa-paste {
  --fa: "\f0ea";
}

.fa-file-clipboard {
  --fa: "\f0ea";
}

.fa-code-pull-request {
  --fa: "\e13c";
}

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

.fa-truck-ramp-box {
  --fa: "\f4de";
}

.fa-truck-loading {
  --fa: "\f4de";
}

.fa-user-check {
  --fa: "\f4fc";
}

.fa-vial-virus {
  --fa: "\e597";
}

.fa-sheet-plastic {
  --fa: "\e571";
}

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

.fa-user-ninja {
  --fa: "\f504";
}

.fa-person-arrow-up-from-line {
  --fa: "\e539";
}

.fa-scroll-torah {
  --fa: "\f6a0";
}

.fa-torah {
  --fa: "\f6a0";
}

.fa-broom-ball {
  --fa: "\f458";
}

.fa-quidditch {
  --fa: "\f458";
}

.fa-quidditch-broom-ball {
  --fa: "\f458";
}

.fa-toggle-off {
  --fa: "\f204";
}

.fa-box-archive {
  --fa: "\f187";
}

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

.fa-person-drowning {
  --fa: "\e545";
}

.fa-arrow-down-9-1 {
  --fa: "\f886";
}

.fa-sort-numeric-desc {
  --fa: "\f886";
}

.fa-sort-numeric-down-alt {
  --fa: "\f886";
}

.fa-face-grin-tongue-squint {
  --fa: "\f58a";
}

.fa-grin-tongue-squint {
  --fa: "\f58a";
}

.fa-spray-can {
  --fa: "\f5bd";
}

.fa-truck-monster {
  --fa: "\f63b";
}

.fa-w {
  --fa: "W";
}

.fa-earth-africa {
  --fa: "\f57c";
}

.fa-globe-africa {
  --fa: "\f57c";
}

.fa-rainbow {
  --fa: "\f75b";
}

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

.fa-tablet-screen-button {
  --fa: "\f3fa";
}

.fa-tablet-alt {
  --fa: "\f3fa";
}

.fa-paw {
  --fa: "\f1b0";
}

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

.fa-trowel-bricks {
  --fa: "\e58a";
}

.fa-face-flushed {
  --fa: "\f579";
}

.fa-flushed {
  --fa: "\f579";
}

.fa-hospital-user {
  --fa: "\f80d";
}

.fa-tent-arrow-left-right {
  --fa: "\e57f";
}

.fa-gavel {
  --fa: "\f0e3";
}

.fa-legal {
  --fa: "\f0e3";
}

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

.fa-microphone-slash {
  --fa: "\f131";
}

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

.fa-motorcycle {
  --fa: "\f21c";
}

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

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

.fa-pen-ruler {
  --fa: "\f5ae";
}

.fa-pencil-ruler {
  --fa: "\f5ae";
}

.fa-people-arrows {
  --fa: "\e068";
}

.fa-people-arrows-left-right {
  --fa: "\e068";
}

.fa-mars-and-venus-burst {
  --fa: "\e523";
}

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

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

.fa-scissors {
  --fa: "\f0c4";
}

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

.fa-sun-plant-wilt {
  --fa: "\e57a";
}

.fa-toilets-portable {
  --fa: "\e584";
}

.fa-hockey-puck {
  --fa: "\f453";
}

.fa-table {
  --fa: "\f0ce";
}

.fa-magnifying-glass-arrow-right {
  --fa: "\e521";
}

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

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

.fa-users-slash {
  --fa: "\e073";
}

.fa-clover {
  --fa: "\e139";
}

.fa-reply {
  --fa: "\f3e5";
}

.fa-mail-reply {
  --fa: "\f3e5";
}

.fa-star-and-crescent {
  --fa: "\f699";
}

.fa-house-fire {
  --fa: "\e50c";
}

.fa-square-minus {
  --fa: "\f146";
}

.fa-minus-square {
  --fa: "\f146";
}

.fa-helicopter {
  --fa: "\f533";
}

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

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

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

.fa-file-circle-question {
  --fa: "\e4ef";
}

.fa-laptop-code {
  --fa: "\f5fc";
}

.fa-swatchbook {
  --fa: "\f5c3";
}

.fa-prescription-bottle {
  --fa: "\f485";
}

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

.fa-navicon {
  --fa: "\f0c9";
}

.fa-people-group {
  --fa: "\e533";
}

.fa-hourglass-end {
  --fa: "\f253";
}

.fa-hourglass-3 {
  --fa: "\f253";
}

.fa-heart-crack {
  --fa: "\f7a9";
}

.fa-heart-broken {
  --fa: "\f7a9";
}

.fa-square-up-right {
  --fa: "\f360";
}

.fa-external-link-square-alt {
  --fa: "\f360";
}

.fa-face-kiss-beam {
  --fa: "\f597";
}

.fa-kiss-beam {
  --fa: "\f597";
}

.fa-film {
  --fa: "\f008";
}

.fa-ruler-horizontal {
  --fa: "\f547";
}

.fa-people-robbery {
  --fa: "\e536";
}

.fa-lightbulb {
  --fa: "\f0eb";
}

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

.fa-circle-exclamation {
  --fa: "\f06a";
}

.fa-exclamation-circle {
  --fa: "\f06a";
}

.fa-school-circle-xmark {
  --fa: "\e56d";
}

.fa-arrow-right-from-bracket {
  --fa: "\f08b";
}

.fa-sign-out {
  --fa: "\f08b";
}

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

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

.fa-unlock-keyhole {
  --fa: "\f13e";
}

.fa-unlock-alt {
  --fa: "\f13e";
}

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

.fa-headphones-simple {
  --fa: "\f58f";
}

.fa-headphones-alt {
  --fa: "\f58f";
}

.fa-sitemap {
  --fa: "\f0e8";
}

.fa-circle-dollar-to-slot {
  --fa: "\f4b9";
}

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

.fa-memory {
  --fa: "\f538";
}

.fa-road-spikes {
  --fa: "\e568";
}

.fa-fire-burner {
  --fa: "\e4f1";
}

.fa-flag {
  --fa: "\f024";
}

.fa-hanukiah {
  --fa: "\f6e6";
}

.fa-feather {
  --fa: "\f52d";
}

.fa-volume-low {
  --fa: "\f027";
}

.fa-volume-down {
  --fa: "\f027";
}

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

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

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

.fa-wheat-awn {
  --fa: "\e2cd";
}

.fa-wheat-alt {
  --fa: "\e2cd";
}

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

.fa-hands-holding-child {
  --fa: "\e4fa";
}

.fa-asterisk {
  --fa: "\*";
}

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

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

.fa-peseta-sign {
  --fa: "\e221";
}

.fa-heading {
  --fa: "\f1dc";
}

.fa-header {
  --fa: "\f1dc";
}

.fa-ghost {
  --fa: "\f6e2";
}

.fa-list {
  --fa: "\f03a";
}

.fa-list-squares {
  --fa: "\f03a";
}

.fa-square-phone-flip {
  --fa: "\f87b";
}

.fa-phone-square-alt {
  --fa: "\f87b";
}

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

.fa-gamepad {
  --fa: "\f11b";
}

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

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

.fa-face-dizzy {
  --fa: "\f567";
}

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

.fa-egg {
  --fa: "\f7fb";
}

.fa-house-medical-circle-xmark {
  --fa: "\e513";
}

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

.fa-folder-plus {
  --fa: "\f65e";
}

.fa-futbol {
  --fa: "\f1e3";
}

.fa-futbol-ball {
  --fa: "\f1e3";
}

.fa-soccer-ball {
  --fa: "\f1e3";
}

.fa-paintbrush {
  --fa: "\f1fc";
}

.fa-paint-brush {
  --fa: "\f1fc";
}

.fa-lock {
  --fa: "\f023";
}

.fa-gas-pump {
  --fa: "\f52f";
}

.fa-hot-tub-person {
  --fa: "\f593";
}

.fa-hot-tub {
  --fa: "\f593";
}

.fa-map-location {
  --fa: "\f59f";
}

.fa-map-marked {
  --fa: "\f59f";
}

.fa-house-flood-water {
  --fa: "\e50e";
}

.fa-tree {
  --fa: "\f1bb";
}

.fa-bridge-lock {
  --fa: "\e4cc";
}

.fa-sack-dollar {
  --fa: "\f81d";
}

.fa-pen-to-square {
  --fa: "\f044";
}

.fa-edit {
  --fa: "\f044";
}

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

.fa-share-nodes {
  --fa: "\f1e0";
}

.fa-share-alt {
  --fa: "\f1e0";
}

.fa-heart-circle-minus {
  --fa: "\e4ff";
}

.fa-hourglass-half {
  --fa: "\f252";
}

.fa-hourglass-2 {
  --fa: "\f252";
}

.fa-microscope {
  --fa: "\f610";
}

.fa-sink {
  --fa: "\e06d";
}

.fa-bag-shopping {
  --fa: "\f290";
}

.fa-shopping-bag {
  --fa: "\f290";
}

.fa-arrow-down-z-a {
  --fa: "\f881";
}

.fa-sort-alpha-desc {
  --fa: "\f881";
}

.fa-sort-alpha-down-alt {
  --fa: "\f881";
}

.fa-mitten {
  --fa: "\f7b5";
}

.fa-person-rays {
  --fa: "\e54d";
}

.fa-users {
  --fa: "\f0c0";
}

.fa-eye-slash {
  --fa: "\f070";
}

.fa-flask-vial {
  --fa: "\e4f3";
}

.fa-hand {
  --fa: "\f256";
}

.fa-hand-paper {
  --fa: "\f256";
}

.fa-om {
  --fa: "\f679";
}

.fa-worm {
  --fa: "\e599";
}

.fa-house-circle-xmark {
  --fa: "\e50b";
}

.fa-plug {
  --fa: "\f1e6";
}

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

.fa-hand-spock {
  --fa: "\f259";
}

.fa-stopwatch {
  --fa: "\f2f2";
}

.fa-face-kiss {
  --fa: "\f596";
}

.fa-kiss {
  --fa: "\f596";
}

.fa-bridge-circle-xmark {
  --fa: "\e4cb";
}

.fa-face-grin-tongue {
  --fa: "\f589";
}

.fa-grin-tongue {
  --fa: "\f589";
}

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

.fa-face-grin-wink {
  --fa: "\f58c";
}

.fa-grin-wink {
  --fa: "\f58c";
}

.fa-ear-deaf {
  --fa: "\f2a4";
}

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

.fa-deafness {
  --fa: "\f2a4";
}

.fa-hard-of-hearing {
  --fa: "\f2a4";
}

.fa-road-circle-check {
  --fa: "\e564";
}

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

.fa-square-rss {
  --fa: "\f143";
}

.fa-rss-square {
  --fa: "\f143";
}

.fa-land-mine-on {
  --fa: "\e51b";
}

.fa-i-cursor {
  --fa: "\f246";
}

.fa-stamp {
  --fa: "\f5bf";
}

.fa-stairs {
  --fa: "\e289";
}

.fa-i {
  --fa: "I";
}

.fa-hryvnia-sign {
  --fa: "\f6f2";
}

.fa-hryvnia {
  --fa: "\f6f2";
}

.fa-pills {
  --fa: "\f484";
}

.fa-face-grin-wide {
  --fa: "\f581";
}

.fa-grin-alt {
  --fa: "\f581";
}

.fa-tooth {
  --fa: "\f5c9";
}

.fa-v {
  --fa: "V";
}

.fa-bangladeshi-taka-sign {
  --fa: "\e2e6";
}

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

.fa-staff-snake {
  --fa: "\e579";
}

.fa-rod-asclepius {
  --fa: "\e579";
}

.fa-rod-snake {
  --fa: "\e579";
}

.fa-staff-aesculapius {
  --fa: "\e579";
}

.fa-head-side-cough-slash {
  --fa: "\e062";
}

.fa-truck-medical {
  --fa: "\f0f9";
}

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

.fa-wheat-awn-circle-exclamation {
  --fa: "\e598";
}

.fa-snowman {
  --fa: "\f7d0";
}

.fa-mortar-pestle {
  --fa: "\f5a7";
}

.fa-road-barrier {
  --fa: "\e562";
}

.fa-school {
  --fa: "\f549";
}

.fa-igloo {
  --fa: "\f7ae";
}

.fa-joint {
  --fa: "\f595";
}

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

.fa-horse {
  --fa: "\f6f0";
}

.fa-q {
  --fa: "Q";
}

.fa-g {
  --fa: "G";
}

.fa-notes-medical {
  --fa: "\f481";
}

.fa-temperature-half {
  --fa: "\f2c9";
}

.fa-temperature-2 {
  --fa: "\f2c9";
}

.fa-thermometer-2 {
  --fa: "\f2c9";
}

.fa-thermometer-half {
  --fa: "\f2c9";
}

.fa-dong-sign {
  --fa: "\e169";
}

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

.fa-poo-storm {
  --fa: "\f75a";
}

.fa-poo-bolt {
  --fa: "\f75a";
}

.fa-face-frown-open {
  --fa: "\f57a";
}

.fa-frown-open {
  --fa: "\f57a";
}

.fa-hand-point-up {
  --fa: "\f0a6";
}

.fa-money-bill {
  --fa: "\f0d6";
}

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

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

.fa-umbrella-beach {
  --fa: "\f5ca";
}

.fa-helmet-un {
  --fa: "\e503";
}

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

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

.fa-hand-point-down {
  --fa: "\f0a7";
}

.fa-arrow-up-from-bracket {
  --fa: "\e09a";
}

.fa-folder {
  --fa: "\f07b";
}

.fa-folder-blank {
  --fa: "\f07b";
}

.fa-file-waveform {
  --fa: "\f478";
}

.fa-file-medical-alt {
  --fa: "\f478";
}

.fa-radiation {
  --fa: "\f7b9";
}

.fa-chart-simple {
  --fa: "\e473";
}

.fa-mars-stroke {
  --fa: "\f229";
}

.fa-vial {
  --fa: "\f492";
}

.fa-gauge {
  --fa: "\f624";
}

.fa-dashboard {
  --fa: "\f624";
}

.fa-gauge-med {
  --fa: "\f624";
}

.fa-tachometer-alt-average {
  --fa: "\f624";
}

.fa-wand-magic-sparkles {
  --fa: "\e2ca";
}

.fa-magic-wand-sparkles {
  --fa: "\e2ca";
}

.fa-e {
  --fa: "E";
}

.fa-pen-clip {
  --fa: "\f305";
}

.fa-pen-alt {
  --fa: "\f305";
}

.fa-bridge-circle-exclamation {
  --fa: "\e4ca";
}

.fa-user {
  --fa: "\f007";
}

.fa-school-circle-check {
  --fa: "\e56b";
}

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

.fa-van-shuttle {
  --fa: "\f5b6";
}

.fa-shuttle-van {
  --fa: "\f5b6";
}

.fa-building-user {
  --fa: "\e4da";
}

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

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

.fa-highlighter {
  --fa: "\f591";
}

.fa-key {
  --fa: "\f084";
}

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

.fa-globe {
  --fa: "\f0ac";
}

.fa-synagogue {
  --fa: "\f69b";
}

.fa-person-half-dress {
  --fa: "\e548";
}

.fa-road-bridge {
  --fa: "\e563";
}

.fa-location-arrow {
  --fa: "\f124";
}

.fa-c {
  --fa: "C";
}

.fa-tablet-button {
  --fa: "\f10a";
}

.fa-building-lock {
  --fa: "\e4d6";
}

.fa-pizza-slice {
  --fa: "\f818";
}

.fa-money-bill-wave {
  --fa: "\f53a";
}

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

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

.fa-house-flag {
  --fa: "\e50d";
}

.fa-person-circle-minus {
  --fa: "\e540";
}

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

.fa-cancel {
  --fa: "\f05e";
}

.fa-camera-rotate {
  --fa: "\e0d8";
}

.fa-spray-can-sparkles {
  --fa: "\f5d0";
}

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

.fa-star {
  --fa: "\f005";
}

.fa-repeat {
  --fa: "\f363";
}

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

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

.fa-venus-mars {
  --fa: "\f228";
}

.fa-arrow-pointer {
  --fa: "\f245";
}

.fa-mouse-pointer {
  --fa: "\f245";
}

.fa-maximize {
  --fa: "\f31e";
}

.fa-expand-arrows-alt {
  --fa: "\f31e";
}

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

.fa-shapes {
  --fa: "\f61f";
}

.fa-triangle-circle-square {
  --fa: "\f61f";
}

.fa-shuffle {
  --fa: "\f074";
}

.fa-random {
  --fa: "\f074";
}

.fa-person-running {
  --fa: "\f70c";
}

.fa-running {
  --fa: "\f70c";
}

.fa-mobile-retro {
  --fa: "\e527";
}

.fa-grip-lines-vertical {
  --fa: "\f7a5";
}

.fa-spider {
  --fa: "\f717";
}

.fa-hands-bound {
  --fa: "\e4f9";
}

.fa-file-invoice-dollar {
  --fa: "\f571";
}

.fa-plane-circle-exclamation {
  --fa: "\e556";
}

.fa-x-ray {
  --fa: "\f497";
}

.fa-spell-check {
  --fa: "\f891";
}

.fa-slash {
  --fa: "\f715";
}

.fa-computer-mouse {
  --fa: "\f8cc";
}

.fa-mouse {
  --fa: "\f8cc";
}

.fa-arrow-right-to-bracket {
  --fa: "\f090";
}

.fa-sign-in {
  --fa: "\f090";
}

.fa-shop-slash {
  --fa: "\e070";
}

.fa-store-alt-slash {
  --fa: "\e070";
}

.fa-server {
  --fa: "\f233";
}

.fa-virus-covid-slash {
  --fa: "\e4a9";
}

.fa-shop-lock {
  --fa: "\e4a5";
}

.fa-hourglass-start {
  --fa: "\f251";
}

.fa-hourglass-1 {
  --fa: "\f251";
}

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

.fa-building-wheat {
  --fa: "\e4db";
}

.fa-person-breastfeeding {
  --fa: "\e53a";
}

.fa-right-to-bracket {
  --fa: "\f2f6";
}

.fa-sign-in-alt {
  --fa: "\f2f6";
}

.fa-venus {
  --fa: "\f221";
}

.fa-passport {
  --fa: "\f5ab";
}

.fa-thumbtack-slash {
  --fa: "\e68f";
}

.fa-thumb-tack-slash {
  --fa: "\e68f";
}

.fa-heart-pulse {
  --fa: "\f21e";
}

.fa-heartbeat {
  --fa: "\f21e";
}

.fa-people-carry-box {
  --fa: "\f4ce";
}

.fa-people-carry {
  --fa: "\f4ce";
}

.fa-temperature-high {
  --fa: "\f769";
}

.fa-microchip {
  --fa: "\f2db";
}

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

.fa-weight-hanging {
  --fa: "\f5cd";
}

.fa-xmarks-lines {
  --fa: "\e59a";
}

.fa-file-prescription {
  --fa: "\f572";
}

.fa-weight-scale {
  --fa: "\f496";
}

.fa-weight {
  --fa: "\f496";
}

.fa-user-group {
  --fa: "\f500";
}

.fa-user-friends {
  --fa: "\f500";
}

.fa-arrow-up-a-z {
  --fa: "\f15e";
}

.fa-sort-alpha-up {
  --fa: "\f15e";
}

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

.fa-face-laugh-squint {
  --fa: "\f59b";
}

.fa-laugh-squint {
  --fa: "\f59b";
}

.fa-wheelchair {
  --fa: "\f193";
}

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

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

.fa-toggle-on {
  --fa: "\f205";
}

.fa-person-walking {
  --fa: "\f554";
}

.fa-walking {
  --fa: "\f554";
}

.fa-l {
  --fa: "L";
}

.fa-fire {
  --fa: "\f06d";
}

.fa-bed-pulse {
  --fa: "\f487";
}

.fa-procedures {
  --fa: "\f487";
}

.fa-shuttle-space {
  --fa: "\f197";
}

.fa-space-shuttle {
  --fa: "\f197";
}

.fa-face-laugh {
  --fa: "\f599";
}

.fa-laugh {
  --fa: "\f599";
}

.fa-folder-open {
  --fa: "\f07c";
}

.fa-heart-circle-plus {
  --fa: "\e500";
}

.fa-code-fork {
  --fa: "\e13b";
}

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

.fa-microphone-lines {
  --fa: "\f3c9";
}

.fa-microphone-alt {
  --fa: "\f3c9";
}

.fa-pepper-hot {
  --fa: "\f816";
}

.fa-unlock {
  --fa: "\f09c";
}

.fa-colon-sign {
  --fa: "\e140";
}

.fa-headset {
  --fa: "\f590";
}

.fa-store-slash {
  --fa: "\e071";
}

.fa-road-circle-xmark {
  --fa: "\e566";
}

.fa-user-minus {
  --fa: "\f503";
}

.fa-mars-stroke-up {
  --fa: "\f22a";
}

.fa-mars-stroke-v {
  --fa: "\f22a";
}

.fa-champagne-glasses {
  --fa: "\f79f";
}

.fa-glass-cheers {
  --fa: "\f79f";
}

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

.fa-house-circle-exclamation {
  --fa: "\e50a";
}

.fa-file-arrow-up {
  --fa: "\f574";
}

.fa-file-upload {
  --fa: "\f574";
}

.fa-wifi {
  --fa: "\f1eb";
}

.fa-wifi-3 {
  --fa: "\f1eb";
}

.fa-wifi-strong {
  --fa: "\f1eb";
}

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

.fa-bathtub {
  --fa: "\f2cd";
}

.fa-underline {
  --fa: "\f0cd";
}

.fa-user-pen {
  --fa: "\f4ff";
}

.fa-user-edit {
  --fa: "\f4ff";
}

.fa-signature {
  --fa: "\f5b7";
}

.fa-stroopwafel {
  --fa: "\f551";
}

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

.fa-anchor-lock {
  --fa: "\e4ad";
}

.fa-building-ngo {
  --fa: "\e4d7";
}

.fa-manat-sign {
  --fa: "\e1d5";
}

.fa-not-equal {
  --fa: "\f53e";
}

.fa-border-top-left {
  --fa: "\f853";
}

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

.fa-map-location-dot {
  --fa: "\f5a0";
}

.fa-map-marked-alt {
  --fa: "\f5a0";
}

.fa-jedi {
  --fa: "\f669";
}

.fa-square-poll-vertical {
  --fa: "\f681";
}

.fa-poll {
  --fa: "\f681";
}

.fa-mug-hot {
  --fa: "\f7b6";
}

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

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

.fa-gift {
  --fa: "\f06b";
}

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

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

.fa-glasses {
  --fa: "\f530";
}

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

.fa-building-circle-check {
  --fa: "\e4d2";
}

.fa-person-chalkboard {
  --fa: "\e53d";
}

.fa-mars-stroke-right {
  --fa: "\f22b";
}

.fa-mars-stroke-h {
  --fa: "\f22b";
}

.fa-hand-back-fist {
  --fa: "\f255";
}

.fa-hand-rock {
  --fa: "\f255";
}

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

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

.fa-cloud-showers-water {
  --fa: "\e4e4";
}

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

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

.fa-hands-bubbles {
  --fa: "\e05e";
}

.fa-hands-wash {
  --fa: "\e05e";
}

.fa-less-than-equal {
  --fa: "\f537";
}

.fa-train {
  --fa: "\f238";
}

.fa-eye-low-vision {
  --fa: "\f2a8";
}

.fa-low-vision {
  --fa: "\f2a8";
}

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

.fa-sailboat {
  --fa: "\e445";
}

.fa-window-restore {
  --fa: "\f2d2";
}

.fa-square-plus {
  --fa: "\f0fe";
}

.fa-plus-square {
  --fa: "\f0fe";
}

.fa-torii-gate {
  --fa: "\f6a1";
}

.fa-frog {
  --fa: "\f52e";
}

.fa-bucket {
  --fa: "\e4cf";
}

.fa-image {
  --fa: "\f03e";
}

.fa-microphone {
  --fa: "\f130";
}

.fa-cow {
  --fa: "\f6c8";
}

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

.fa-screwdriver {
  --fa: "\f54a";
}

.fa-folder-closed {
  --fa: "\e185";
}

.fa-house-tsunami {
  --fa: "\e515";
}

.fa-square-nfi {
  --fa: "\e576";
}

.fa-arrow-up-from-ground-water {
  --fa: "\e4b5";
}

.fa-martini-glass {
  --fa: "\f57b";
}

.fa-glass-martini-alt {
  --fa: "\f57b";
}

.fa-square-binary {
  --fa: "\e69b";
}

.fa-rotate-left {
  --fa: "\f2ea";
}

.fa-rotate-back {
  --fa: "\f2ea";
}

.fa-rotate-backward {
  --fa: "\f2ea";
}

.fa-undo-alt {
  --fa: "\f2ea";
}

.fa-table-columns {
  --fa: "\f0db";
}

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

.fa-lemon {
  --fa: "\f094";
}

.fa-head-side-mask {
  --fa: "\e063";
}

.fa-handshake {
  --fa: "\f2b5";
}

.fa-gem {
  --fa: "\f3a5";
}

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

.fa-dolly-box {
  --fa: "\f472";
}

.fa-smoking {
  --fa: "\f48d";
}

.fa-minimize {
  --fa: "\f78c";
}

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

.fa-monument {
  --fa: "\f5a6";
}

.fa-snowplow {
  --fa: "\f7d2";
}

.fa-angles-right {
  --fa: "\f101";
}

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

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

.fa-circle-play {
  --fa: "\f144";
}

.fa-play-circle {
  --fa: "\f144";
}

.fa-tablets {
  --fa: "\f490";
}

.fa-ethernet {
  --fa: "\f796";
}

.fa-euro-sign {
  --fa: "\f153";
}

.fa-eur {
  --fa: "\f153";
}

.fa-euro {
  --fa: "\f153";
}

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

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

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

.fa-circle-stop {
  --fa: "\f28d";
}

.fa-stop-circle {
  --fa: "\f28d";
}

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

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

.fa-plate-wheat {
  --fa: "\e55a";
}

.fa-icicles {
  --fa: "\f7ad";
}

.fa-person-shelter {
  --fa: "\e54f";
}

.fa-neuter {
  --fa: "\f22c";
}

.fa-id-badge {
  --fa: "\f2c1";
}

.fa-marker {
  --fa: "\f5a1";
}

.fa-face-laugh-beam {
  --fa: "\f59a";
}

.fa-laugh-beam {
  --fa: "\f59a";
}

.fa-helicopter-symbol {
  --fa: "\e502";
}

.fa-universal-access {
  --fa: "\f29a";
}

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

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

.fa-lari-sign {
  --fa: "\e1c8";
}

.fa-volcano {
  --fa: "\f770";
}

.fa-person-walking-dashed-line-arrow-right {
  --fa: "\e553";
}

.fa-sterling-sign {
  --fa: "\f154";
}

.fa-gbp {
  --fa: "\f154";
}

.fa-pound-sign {
  --fa: "\f154";
}

.fa-viruses {
  --fa: "\e076";
}

.fa-square-person-confined {
  --fa: "\e577";
}

.fa-user-tie {
  --fa: "\f508";
}

.fa-arrow-down-long {
  --fa: "\f175";
}

.fa-long-arrow-down {
  --fa: "\f175";
}

.fa-tent-arrow-down-to-line {
  --fa: "\e57e";
}

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

.fa-reply-all {
  --fa: "\f122";
}

.fa-mail-reply-all {
  --fa: "\f122";
}

.fa-suitcase {
  --fa: "\f0f2";
}

.fa-person-skating {
  --fa: "\f7c5";
}

.fa-skating {
  --fa: "\f7c5";
}

.fa-filter-circle-dollar {
  --fa: "\f662";
}

.fa-funnel-dollar {
  --fa: "\f662";
}

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

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

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

.fa-file-import {
  --fa: "\f56f";
}

.fa-arrow-right-to-file {
  --fa: "\f56f";
}

.fa-square-arrow-up-right {
  --fa: "\f14c";
}

.fa-external-link-square {
  --fa: "\f14c";
}

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

.fa-scroll {
  --fa: "\f70e";
}

.fa-spa {
  --fa: "\f5bb";
}

.fa-location-pin-lock {
  --fa: "\e51f";
}

.fa-pause {
  --fa: "\f04c";
}

.fa-hill-avalanche {
  --fa: "\e507";
}

.fa-temperature-empty {
  --fa: "\f2cb";
}

.fa-temperature-0 {
  --fa: "\f2cb";
}

.fa-thermometer-0 {
  --fa: "\f2cb";
}

.fa-thermometer-empty {
  --fa: "\f2cb";
}

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

.fa-registered {
  --fa: "\f25d";
}

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

.fa-contact-card {
  --fa: "\f2bb";
}

.fa-vcard {
  --fa: "\f2bb";
}

.fa-scale-unbalanced-flip {
  --fa: "\f516";
}

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

.fa-subscript {
  --fa: "\f12c";
}

.fa-diamond-turn-right {
  --fa: "\f5eb";
}

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

.fa-burst {
  --fa: "\e4dc";
}

.fa-house-laptop {
  --fa: "\e066";
}

.fa-laptop-house {
  --fa: "\e066";
}

.fa-face-tired {
  --fa: "\f5c8";
}

.fa-tired {
  --fa: "\f5c8";
}

.fa-money-bills {
  --fa: "\e1f3";
}

.fa-smog {
  --fa: "\f75f";
}

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

.fa-cloud-arrow-up {
  --fa: "\f0ee";
}

.fa-cloud-upload {
  --fa: "\f0ee";
}

.fa-cloud-upload-alt {
  --fa: "\f0ee";
}

.fa-palette {
  --fa: "\f53f";
}

.fa-arrows-turn-right {
  --fa: "\e4c0";
}

.fa-vest {
  --fa: "\e085";
}

.fa-ferry {
  --fa: "\e4ea";
}

.fa-arrows-down-to-people {
  --fa: "\e4b9";
}

.fa-seedling {
  --fa: "\f4d8";
}

.fa-sprout {
  --fa: "\f4d8";
}

.fa-left-right {
  --fa: "\f337";
}

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

.fa-boxes-packing {
  --fa: "\e4c7";
}

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

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

.fa-group-arrows-rotate {
  --fa: "\e4f6";
}

.fa-bowl-food {
  --fa: "\e4c6";
}

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

.fa-arrow-down-wide-short {
  --fa: "\f160";
}

.fa-sort-amount-asc {
  --fa: "\f160";
}

.fa-sort-amount-down {
  --fa: "\f160";
}

.fa-cloud-bolt {
  --fa: "\f76c";
}

.fa-thunderstorm {
  --fa: "\f76c";
}

.fa-text-slash {
  --fa: "\f87d";
}

.fa-remove-format {
  --fa: "\f87d";
}

.fa-face-smile-wink {
  --fa: "\f4da";
}

.fa-smile-wink {
  --fa: "\f4da";
}

.fa-file-word {
  --fa: "\f1c2";
}

.fa-file-powerpoint {
  --fa: "\f1c4";
}

.fa-arrows-left-right {
  --fa: "\f07e";
}

.fa-arrows-h {
  --fa: "\f07e";
}

.fa-house-lock {
  --fa: "\e510";
}

.fa-cloud-arrow-down {
  --fa: "\f0ed";
}

.fa-cloud-download {
  --fa: "\f0ed";
}

.fa-cloud-download-alt {
  --fa: "\f0ed";
}

.fa-children {
  --fa: "\e4e1";
}

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

.fa-blackboard {
  --fa: "\f51b";
}

.fa-user-large-slash {
  --fa: "\f4fa";
}

.fa-user-alt-slash {
  --fa: "\f4fa";
}

.fa-envelope-open {
  --fa: "\f2b6";
}

.fa-handshake-simple-slash {
  --fa: "\e05f";
}

.fa-handshake-alt-slash {
  --fa: "\e05f";
}

.fa-mattress-pillow {
  --fa: "\e525";
}

.fa-guarani-sign {
  --fa: "\e19a";
}

.fa-arrows-rotate {
  --fa: "\f021";
}

.fa-refresh {
  --fa: "\f021";
}

.fa-sync {
  --fa: "\f021";
}

.fa-fire-extinguisher {
  --fa: "\f134";
}

.fa-cruzeiro-sign {
  --fa: "\e152";
}

.fa-greater-than-equal {
  --fa: "\f532";
}

.fa-shield-halved {
  --fa: "\f3ed";
}

.fa-shield-alt {
  --fa: "\f3ed";
}

.fa-book-atlas {
  --fa: "\f558";
}

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

.fa-virus {
  --fa: "\e074";
}

.fa-envelope-circle-check {
  --fa: "\e4e8";
}

.fa-layer-group {
  --fa: "\f5fd";
}

.fa-arrows-to-dot {
  --fa: "\e4be";
}

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

.fa-heart-circle-check {
  --fa: "\e4fd";
}

.fa-house-chimney-crack {
  --fa: "\f6f1";
}

.fa-house-damage {
  --fa: "\f6f1";
}

.fa-file-zipper {
  --fa: "\f1c6";
}

.fa-file-archive {
  --fa: "\f1c6";
}

.fa-square {
  --fa: "\f0c8";
}

.fa-martini-glass-empty {
  --fa: "\f000";
}

.fa-glass-martini {
  --fa: "\f000";
}

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

.fa-cedi-sign {
  --fa: "\e0df";
}

.fa-italic {
  --fa: "\f033";
}

.fa-table-cells-column-lock {
  --fa: "\e678";
}

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

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

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

.fa-z {
  --fa: "Z";
}

.fa-person-skiing {
  --fa: "\f7c9";
}

.fa-skiing {
  --fa: "\f7c9";
}

.fa-road-lock {
  --fa: "\e567";
}

.fa-a {
  --fa: "A";
}

.fa-temperature-arrow-down {
  --fa: "\e03f";
}

.fa-temperature-down {
  --fa: "\e03f";
}

.fa-feather-pointed {
  --fa: "\f56b";
}

.fa-feather-alt {
  --fa: "\f56b";
}

.fa-p {
  --fa: "P";
}

.fa-snowflake {
  --fa: "\f2dc";
}

.fa-newspaper {
  --fa: "\f1ea";
}

.fa-rectangle-ad {
  --fa: "\f641";
}

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

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

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

.fa-filter-circle-xmark {
  --fa: "\e17b";
}

.fa-locust {
  --fa: "\e520";
}

.fa-sort {
  --fa: "\f0dc";
}

.fa-unsorted {
  --fa: "\f0dc";
}

.fa-list-ol {
  --fa: "\f0cb";
}

.fa-list-1-2 {
  --fa: "\f0cb";
}

.fa-list-numeric {
  --fa: "\f0cb";
}

.fa-person-dress-burst {
  --fa: "\e544";
}

.fa-money-check-dollar {
  --fa: "\f53d";
}

.fa-money-check-alt {
  --fa: "\f53d";
}

.fa-vector-square {
  --fa: "\f5cb";
}

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

.fa-language {
  --fa: "\f1ab";
}

.fa-face-kiss-wink-heart {
  --fa: "\f598";
}

.fa-kiss-wink-heart {
  --fa: "\f598";
}

.fa-filter {
  --fa: "\f0b0";
}

.fa-question {
  --fa: "\?";
}

.fa-file-signature {
  --fa: "\f573";
}

.fa-up-down-left-right {
  --fa: "\f0b2";
}

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

.fa-house-chimney-user {
  --fa: "\e065";
}

.fa-hand-holding-heart {
  --fa: "\f4be";
}

.fa-puzzle-piece {
  --fa: "\f12e";
}

.fa-money-check {
  --fa: "\f53c";
}

.fa-star-half-stroke {
  --fa: "\f5c0";
}

.fa-star-half-alt {
  --fa: "\f5c0";
}

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

.fa-whiskey-glass {
  --fa: "\f7a0";
}

.fa-glass-whiskey {
  --fa: "\f7a0";
}

.fa-building-circle-exclamation {
  --fa: "\e4d3";
}

.fa-magnifying-glass-chart {
  --fa: "\e522";
}

.fa-arrow-up-right-from-square {
  --fa: "\f08e";
}

.fa-external-link {
  --fa: "\f08e";
}

.fa-cubes-stacked {
  --fa: "\e4e6";
}

.fa-won-sign {
  --fa: "\f159";
}

.fa-krw {
  --fa: "\f159";
}

.fa-won {
  --fa: "\f159";
}

.fa-virus-covid {
  --fa: "\e4a8";
}

.fa-austral-sign {
  --fa: "\e0a9";
}

.fa-f {
  --fa: "F";
}

.fa-leaf {
  --fa: "\f06c";
}

.fa-road {
  --fa: "\f018";
}

.fa-taxi {
  --fa: "\f1ba";
}

.fa-cab {
  --fa: "\f1ba";
}

.fa-person-circle-plus {
  --fa: "\e541";
}

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

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

.fa-bolt-lightning {
  --fa: "\e0b7";
}

.fa-sack-xmark {
  --fa: "\e56a";
}

.fa-file-excel {
  --fa: "\f1c3";
}

.fa-file-contract {
  --fa: "\f56c";
}

.fa-fish-fins {
  --fa: "\e4f2";
}

.fa-building-flag {
  --fa: "\e4d5";
}

.fa-face-grin-beam {
  --fa: "\f582";
}

.fa-grin-beam {
  --fa: "\f582";
}

.fa-object-ungroup {
  --fa: "\f248";
}

.fa-poop {
  --fa: "\f619";
}

.fa-location-pin {
  --fa: "\f041";
}

.fa-map-marker {
  --fa: "\f041";
}

.fa-kaaba {
  --fa: "\f66b";
}

.fa-toilet-paper {
  --fa: "\f71e";
}

.fa-helmet-safety {
  --fa: "\f807";
}

.fa-hard-hat {
  --fa: "\f807";
}

.fa-hat-hard {
  --fa: "\f807";
}

.fa-eject {
  --fa: "\f052";
}

.fa-circle-right {
  --fa: "\f35a";
}

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

.fa-plane-circle-check {
  --fa: "\e555";
}

.fa-face-rolling-eyes {
  --fa: "\f5a5";
}

.fa-meh-rolling-eyes {
  --fa: "\f5a5";
}

.fa-object-group {
  --fa: "\f247";
}

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

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

.fa-mask-ventilator {
  --fa: "\e524";
}

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

.fa-signs-post {
  --fa: "\f277";
}

.fa-map-signs {
  --fa: "\f277";
}

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

.fa-person-circle-question {
  --fa: "\e542";
}

.fa-h {
  --fa: "H";
}

.fa-tarp {
  --fa: "\e57b";
}

.fa-screwdriver-wrench {
  --fa: "\f7d9";
}

.fa-tools {
  --fa: "\f7d9";
}

.fa-arrows-to-eye {
  --fa: "\e4bf";
}

.fa-plug-circle-bolt {
  --fa: "\e55b";
}

.fa-heart {
  --fa: "\f004";
}

.fa-mars-and-venus {
  --fa: "\f224";
}

.fa-house-user {
  --fa: "\e1b0";
}

.fa-home-user {
  --fa: "\e1b0";
}

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

.fa-house-crack {
  --fa: "\e3b1";
}

.fa-martini-glass-citrus {
  --fa: "\f561";
}

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

.fa-face-surprise {
  --fa: "\f5c2";
}

.fa-surprise {
  --fa: "\f5c2";
}

.fa-bottle-water {
  --fa: "\e4c5";
}

.fa-circle-pause {
  --fa: "\f28b";
}

.fa-pause-circle {
  --fa: "\f28b";
}

.fa-toilet-paper-slash {
  --fa: "\e072";
}

.fa-apple-whole {
  --fa: "\f5d1";
}

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

.fa-kitchen-set {
  --fa: "\e51a";
}

.fa-r {
  --fa: "R";
}

.fa-temperature-quarter {
  --fa: "\f2ca";
}

.fa-temperature-1 {
  --fa: "\f2ca";
}

.fa-thermometer-1 {
  --fa: "\f2ca";
}

.fa-thermometer-quarter {
  --fa: "\f2ca";
}

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

.fa-bitcoin-sign {
  --fa: "\e0b4";
}

.fa-shield-dog {
  --fa: "\e573";
}

.fa-solar-panel {
  --fa: "\f5ba";
}

.fa-lock-open {
  --fa: "\f3c1";
}

.fa-elevator {
  --fa: "\e16d";
}

.fa-money-bill-transfer {
  --fa: "\e528";
}

.fa-money-bill-trend-up {
  --fa: "\e529";
}

.fa-house-flood-water-circle-arrow-right {
  --fa: "\e50f";
}

.fa-square-poll-horizontal {
  --fa: "\f682";
}

.fa-poll-h {
  --fa: "\f682";
}

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

.fa-backward-fast {
  --fa: "\f049";
}

.fa-fast-backward {
  --fa: "\f049";
}

.fa-recycle {
  --fa: "\f1b8";
}

.fa-user-astronaut {
  --fa: "\f4fb";
}

.fa-plane-slash {
  --fa: "\e069";
}

.fa-trademark {
  --fa: "\f25c";
}

.fa-basketball {
  --fa: "\f434";
}

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

.fa-satellite-dish {
  --fa: "\f7c0";
}

.fa-circle-up {
  --fa: "\f35b";
}

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

.fa-mobile-screen-button {
  --fa: "\f3cd";
}

.fa-mobile-alt {
  --fa: "\f3cd";
}

.fa-volume-high {
  --fa: "\f028";
}

.fa-volume-up {
  --fa: "\f028";
}

.fa-users-rays {
  --fa: "\e593";
}

.fa-wallet {
  --fa: "\f555";
}

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

.fa-file-audio {
  --fa: "\f1c7";
}

.fa-burger {
  --fa: "\f805";
}

.fa-hamburger {
  --fa: "\f805";
}

.fa-wrench {
  --fa: "\f0ad";
}

.fa-bugs {
  --fa: "\e4d0";
}

.fa-rupee-sign {
  --fa: "\f156";
}

.fa-rupee {
  --fa: "\f156";
}

.fa-file-image {
  --fa: "\f1c5";
}

.fa-circle-question {
  --fa: "\f059";
}

.fa-question-circle {
  --fa: "\f059";
}

.fa-plane-departure {
  --fa: "\f5b0";
}

.fa-handshake-slash {
  --fa: "\e060";
}

.fa-book-bookmark {
  --fa: "\e0bb";
}

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

.fa-hat-cowboy {
  --fa: "\f8c0";
}

.fa-bridge {
  --fa: "\e4c8";
}

.fa-phone-flip {
  --fa: "\f879";
}

.fa-phone-alt {
  --fa: "\f879";
}

.fa-truck-front {
  --fa: "\e2b7";
}

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

.fa-anchor-circle-exclamation {
  --fa: "\e4ab";
}

.fa-truck-field {
  --fa: "\e58d";
}

.fa-route {
  --fa: "\f4d7";
}

.fa-clipboard-question {
  --fa: "\e4e3";
}

.fa-panorama {
  --fa: "\e209";
}

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

.fa-teeth-open {
  --fa: "\f62f";
}

.fa-file-circle-minus {
  --fa: "\e4ed";
}

.fa-tags {
  --fa: "\f02c";
}

.fa-wine-glass {
  --fa: "\f4e3";
}

.fa-forward-fast {
  --fa: "\f050";
}

.fa-fast-forward {
  --fa: "\f050";
}

.fa-face-meh-blank {
  --fa: "\f5a4";
}

.fa-meh-blank {
  --fa: "\f5a4";
}

.fa-square-parking {
  --fa: "\f540";
}

.fa-parking {
  --fa: "\f540";
}

.fa-house-signal {
  --fa: "\e012";
}

.fa-bars-progress {
  --fa: "\f828";
}

.fa-tasks-alt {
  --fa: "\f828";
}

.fa-faucet-drip {
  --fa: "\e006";
}

.fa-cart-flatbed {
  --fa: "\f474";
}

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

.fa-ban-smoking {
  --fa: "\f54d";
}

.fa-smoking-ban {
  --fa: "\f54d";
}

.fa-terminal {
  --fa: "\f120";
}

.fa-mobile-button {
  --fa: "\f10b";
}

.fa-house-medical-flag {
  --fa: "\e514";
}

.fa-basket-shopping {
  --fa: "\f291";
}

.fa-shopping-basket {
  --fa: "\f291";
}

.fa-tape {
  --fa: "\f4db";
}

.fa-bus-simple {
  --fa: "\f55e";
}

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

.fa-eye {
  --fa: "\f06e";
}

.fa-face-sad-cry {
  --fa: "\f5b3";
}

.fa-sad-cry {
  --fa: "\f5b3";
}

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

.fa-person-military-to-person {
  --fa: "\e54c";
}

.fa-file-shield {
  --fa: "\e4f0";
}

.fa-user-slash {
  --fa: "\f506";
}

.fa-pen {
  --fa: "\f304";
}

.fa-tower-observation {
  --fa: "\e586";
}

.fa-file-code {
  --fa: "\f1c9";
}

.fa-signal {
  --fa: "\f012";
}

.fa-signal-5 {
  --fa: "\f012";
}

.fa-signal-perfect {
  --fa: "\f012";
}

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

.fa-heart-circle-xmark {
  --fa: "\e501";
}

.fa-house-chimney {
  --fa: "\e3af";
}

.fa-home-lg {
  --fa: "\e3af";
}

.fa-window-maximize {
  --fa: "\f2d0";
}

.fa-face-frown {
  --fa: "\f119";
}

.fa-frown {
  --fa: "\f119";
}

.fa-prescription {
  --fa: "\f5b1";
}

.fa-shop {
  --fa: "\f54f";
}

.fa-store-alt {
  --fa: "\f54f";
}

.fa-floppy-disk {
  --fa: "\f0c7";
}

.fa-save {
  --fa: "\f0c7";
}

.fa-vihara {
  --fa: "\f6a7";
}

.fa-scale-unbalanced {
  --fa: "\f515";
}

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

.fa-sort-up {
  --fa: "\f0de";
}

.fa-sort-asc {
  --fa: "\f0de";
}

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

.fa-commenting {
  --fa: "\f4ad";
}

.fa-plant-wilt {
  --fa: "\e5aa";
}

.fa-diamond {
  --fa: "\f219";
}

.fa-face-grin-squint {
  --fa: "\f585";
}

.fa-grin-squint {
  --fa: "\f585";
}

.fa-hand-holding-dollar {
  --fa: "\f4c0";
}

.fa-hand-holding-usd {
  --fa: "\f4c0";
}

.fa-chart-diagram {
  --fa: "\e695";
}

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

.fa-hand-pointer {
  --fa: "\f25a";
}

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

.fa-hand-scissors {
  --fa: "\f257";
}

.fa-hands-praying {
  --fa: "\f684";
}

.fa-praying-hands {
  --fa: "\f684";
}

.fa-arrow-rotate-right {
  --fa: "\f01e";
}

.fa-arrow-right-rotate {
  --fa: "\f01e";
}

.fa-arrow-rotate-forward {
  --fa: "\f01e";
}

.fa-redo {
  --fa: "\f01e";
}

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

.fa-location-crosshairs {
  --fa: "\f601";
}

.fa-location {
  --fa: "\f601";
}

.fa-mars-double {
  --fa: "\f227";
}

.fa-child-dress {
  --fa: "\e59c";
}

.fa-users-between-lines {
  --fa: "\e591";
}

.fa-lungs-virus {
  --fa: "\e067";
}

.fa-face-grin-tears {
  --fa: "\f588";
}

.fa-grin-tears {
  --fa: "\f588";
}

.fa-phone {
  --fa: "\f095";
}

.fa-calendar-xmark {
  --fa: "\f273";
}

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

.fa-child-reaching {
  --fa: "\e59d";
}

.fa-head-side-virus {
  --fa: "\e064";
}

.fa-user-gear {
  --fa: "\f4fe";
}

.fa-user-cog {
  --fa: "\f4fe";
}

.fa-arrow-up-1-9 {
  --fa: "\f163";
}

.fa-sort-numeric-up {
  --fa: "\f163";
}

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

.fa-shield-virus {
  --fa: "\e06c";
}

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

.fa-mosquito-net {
  --fa: "\e52c";
}

.fa-file-fragment {
  --fa: "\e697";
}

.fa-bridge-water {
  --fa: "\e4ce";
}

.fa-person-booth {
  --fa: "\f756";
}

.fa-text-width {
  --fa: "\f035";
}

.fa-hat-wizard {
  --fa: "\f6e8";
}

.fa-pen-fancy {
  --fa: "\f5ac";
}

.fa-person-digging {
  --fa: "\f85e";
}

.fa-digging {
  --fa: "\f85e";
}

.fa-trash {
  --fa: "\f1f8";
}

.fa-gauge-simple {
  --fa: "\f629";
}

.fa-gauge-simple-med {
  --fa: "\f629";
}

.fa-tachometer-average {
  --fa: "\f629";
}

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

.fa-poo {
  --fa: "\f2fe";
}

.fa-quote-right {
  --fa: "\f10e";
}

.fa-quote-right-alt {
  --fa: "\f10e";
}

.fa-shirt {
  --fa: "\f553";
}

.fa-t-shirt {
  --fa: "\f553";
}

.fa-tshirt {
  --fa: "\f553";
}

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

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

.fa-tenge-sign {
  --fa: "\f7d7";
}

.fa-tenge {
  --fa: "\f7d7";
}

.fa-headphones {
  --fa: "\f025";
}

.fa-hands-holding {
  --fa: "\f4c2";
}

.fa-hands-clapping {
  --fa: "\e1a8";
}

.fa-republican {
  --fa: "\f75e";
}

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

.fa-person-circle-xmark {
  --fa: "\e543";
}

.fa-ruler {
  --fa: "\f545";
}

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

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

.fa-restroom {
  --fa: "\f7bd";
}

.fa-j {
  --fa: "J";
}

.fa-users-viewfinder {
  --fa: "\e595";
}

.fa-file-video {
  --fa: "\f1c8";
}

.fa-up-right-from-square {
  --fa: "\f35d";
}

.fa-external-link-alt {
  --fa: "\f35d";
}

.fa-table-cells {
  --fa: "\f00a";
}

.fa-th {
  --fa: "\f00a";
}

.fa-file-pdf {
  --fa: "\f1c1";
}

.fa-book-bible {
  --fa: "\f647";
}

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

.fa-o {
  --fa: "O";
}

.fa-suitcase-medical {
  --fa: "\f0fa";
}

.fa-medkit {
  --fa: "\f0fa";
}

.fa-user-secret {
  --fa: "\f21b";
}

.fa-otter {
  --fa: "\f700";
}

.fa-person-dress {
  --fa: "\f182";
}

.fa-female {
  --fa: "\f182";
}

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

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

.fa-briefcase-clock {
  --fa: "\f64a";
}

.fa-table-cells-large {
  --fa: "\f009";
}

.fa-th-large {
  --fa: "\f009";
}

.fa-book-tanakh {
  --fa: "\f827";
}

.fa-tanakh {
  --fa: "\f827";
}

.fa-phone-volume {
  --fa: "\f2a0";
}

.fa-volume-control-phone {
  --fa: "\f2a0";
}

.fa-hat-cowboy-side {
  --fa: "\f8c1";
}

.fa-clipboard-user {
  --fa: "\f7f3";
}

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

.fa-lira-sign {
  --fa: "\f195";
}

.fa-satellite {
  --fa: "\f7bf";
}

.fa-plane-lock {
  --fa: "\e558";
}

.fa-tag {
  --fa: "\f02b";
}

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

.fa-cake-candles {
  --fa: "\f1fd";
}

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

.fa-cake {
  --fa: "\f1fd";
}

.fa-envelope {
  --fa: "\f0e0";
}

.fa-angles-up {
  --fa: "\f102";
}

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

.fa-paperclip {
  --fa: "\f0c6";
}

.fa-arrow-right-to-city {
  --fa: "\e4b3";
}

.fa-ribbon {
  --fa: "\f4d6";
}

.fa-lungs {
  --fa: "\f604";
}

.fa-arrow-up-9-1 {
  --fa: "\f887";
}

.fa-sort-numeric-up-alt {
  --fa: "\f887";
}

.fa-litecoin-sign {
  --fa: "\e1d3";
}

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

.fa-circle-nodes {
  --fa: "\e4e2";
}

.fa-parachute-box {
  --fa: "\f4cd";
}

.fa-indent {
  --fa: "\f03c";
}

.fa-truck-field-un {
  --fa: "\e58e";
}

.fa-hourglass {
  --fa: "\f254";
}

.fa-hourglass-empty {
  --fa: "\f254";
}

.fa-mountain {
  --fa: "\f6fc";
}

.fa-user-doctor {
  --fa: "\f0f0";
}

.fa-user-md {
  --fa: "\f0f0";
}

.fa-circle-info {
  --fa: "\f05a";
}

.fa-info-circle {
  --fa: "\f05a";
}

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

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

.fa-camera-alt {
  --fa: "\f030";
}

.fa-square-virus {
  --fa: "\e578";
}

.fa-meteor {
  --fa: "\f753";
}

.fa-car-on {
  --fa: "\e4dd";
}

.fa-sleigh {
  --fa: "\f7cc";
}

.fa-arrow-down-1-9 {
  --fa: "\f162";
}

.fa-sort-numeric-asc {
  --fa: "\f162";
}

.fa-sort-numeric-down {
  --fa: "\f162";
}

.fa-hand-holding-droplet {
  --fa: "\f4c1";
}

.fa-hand-holding-water {
  --fa: "\f4c1";
}

.fa-water {
  --fa: "\f773";
}

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

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

.fa-prescription-bottle-medical {
  --fa: "\f486";
}

.fa-prescription-bottle-alt {
  --fa: "\f486";
}

.fa-landmark {
  --fa: "\f66f";
}

.fa-truck {
  --fa: "\f0d1";
}

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

.fa-person-cane {
  --fa: "\e53c";
}

.fa-tent {
  --fa: "\e57d";
}

.fa-vest-patches {
  --fa: "\e086";
}

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

.fa-arrow-down-a-z {
  --fa: "\f15d";
}

.fa-sort-alpha-asc {
  --fa: "\f15d";
}

.fa-sort-alpha-down {
  --fa: "\f15d";
}

.fa-money-bill-wheat {
  --fa: "\e52a";
}

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

.fa-arrow-rotate-left {
  --fa: "\f0e2";
}

.fa-arrow-left-rotate {
  --fa: "\f0e2";
}

.fa-arrow-rotate-back {
  --fa: "\f0e2";
}

.fa-arrow-rotate-backward {
  --fa: "\f0e2";
}

.fa-undo {
  --fa: "\f0e2";
}

.fa-hard-drive {
  --fa: "\f0a0";
}

.fa-hdd {
  --fa: "\f0a0";
}

.fa-face-grin-squint-tears {
  --fa: "\f586";
}

.fa-grin-squint-tears {
  --fa: "\f586";
}

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

.fa-rectangle-list {
  --fa: "\f022";
}

.fa-list-alt {
  --fa: "\f022";
}

.fa-tarp-droplet {
  --fa: "\e57c";
}

.fa-house-medical-circle-check {
  --fa: "\e511";
}

.fa-person-skiing-nordic {
  --fa: "\f7ca";
}

.fa-skiing-nordic {
  --fa: "\f7ca";
}

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

.fa-plane-arrival {
  --fa: "\f5af";
}

.fa-circle-left {
  --fa: "\f359";
}

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

.fa-train-subway {
  --fa: "\f239";
}

.fa-subway {
  --fa: "\f239";
}

.fa-chart-gantt {
  --fa: "\e0e4";
}

.fa-indian-rupee-sign {
  --fa: "\e1bc";
}

.fa-indian-rupee {
  --fa: "\e1bc";
}

.fa-inr {
  --fa: "\e1bc";
}

.fa-crop-simple {
  --fa: "\f565";
}

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

.fa-money-bill-1 {
  --fa: "\f3d1";
}

.fa-money-bill-alt {
  --fa: "\f3d1";
}

.fa-left-long {
  --fa: "\f30a";
}

.fa-long-arrow-alt-left {
  --fa: "\f30a";
}

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

.fa-virus-slash {
  --fa: "\e075";
}

.fa-minus {
  --fa: "\f068";
}

.fa-subtract {
  --fa: "\f068";
}

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

.fa-arrow-left-long {
  --fa: "\f177";
}

.fa-long-arrow-left {
  --fa: "\f177";
}

.fa-plug-circle-check {
  --fa: "\e55c";
}

.fa-street-view {
  --fa: "\f21d";
}

.fa-franc-sign {
  --fa: "\e18f";
}

.fa-volume-off {
  --fa: "\f026";
}

.fa-hands-asl-interpreting {
  --fa: "\f2a3";
}

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

.fa-asl-interpreting {
  --fa: "\f2a3";
}

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

.fa-gear {
  --fa: "\f013";
}

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

.fa-droplet-slash {
  --fa: "\f5c7";
}

.fa-tint-slash {
  --fa: "\f5c7";
}

.fa-mosque {
  --fa: "\f678";
}

.fa-mosquito {
  --fa: "\e52b";
}

.fa-star-of-david {
  --fa: "\f69a";
}

.fa-person-military-rifle {
  --fa: "\e54b";
}

.fa-cart-shopping {
  --fa: "\f07a";
}

.fa-shopping-cart {
  --fa: "\f07a";
}

.fa-vials {
  --fa: "\f493";
}

.fa-plug-circle-plus {
  --fa: "\e55f";
}

.fa-place-of-worship {
  --fa: "\f67f";
}

.fa-grip-vertical {
  --fa: "\f58e";
}

.fa-hexagon-nodes {
  --fa: "\e699";
}

.fa-arrow-turn-up {
  --fa: "\f148";
}

.fa-level-up {
  --fa: "\f148";
}

.fa-u {
  --fa: "U";
}

.fa-square-root-variable {
  --fa: "\f698";
}

.fa-square-root-alt {
  --fa: "\f698";
}

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

.fa-clock-four {
  --fa: "\f017";
}

.fa-backward-step {
  --fa: "\f048";
}

.fa-step-backward {
  --fa: "\f048";
}

.fa-pallet {
  --fa: "\f482";
}

.fa-faucet {
  --fa: "\e005";
}

.fa-baseball-bat-ball {
  --fa: "\f432";
}

.fa-s {
  --fa: "S";
}

.fa-timeline {
  --fa: "\e29c";
}

.fa-keyboard {
  --fa: "\f11c";
}

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

.fa-house-chimney-medical {
  --fa: "\f7f2";
}

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

.fa-temperature-three-quarters {
  --fa: "\f2c8";
}

.fa-temperature-3 {
  --fa: "\f2c8";
}

.fa-thermometer-3 {
  --fa: "\f2c8";
}

.fa-thermometer-three-quarters {
  --fa: "\f2c8";
}

.fa-mobile-screen {
  --fa: "\f3cf";
}

.fa-mobile-android-alt {
  --fa: "\f3cf";
}

.fa-plane-up {
  --fa: "\e22d";
}

.fa-piggy-bank {
  --fa: "\f4d3";
}

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

.fa-battery-3 {
  --fa: "\f242";
}

.fa-mountain-city {
  --fa: "\e52e";
}

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

.fa-khanda {
  --fa: "\f66d";
}

.fa-sliders {
  --fa: "\f1de";
}

.fa-sliders-h {
  --fa: "\f1de";
}

.fa-folder-tree {
  --fa: "\f802";
}

.fa-network-wired {
  --fa: "\f6ff";
}

.fa-map-pin {
  --fa: "\f276";
}

.fa-hamsa {
  --fa: "\f665";
}

.fa-cent-sign {
  --fa: "\e3f5";
}

.fa-flask {
  --fa: "\f0c3";
}

.fa-person-pregnant {
  --fa: "\e31e";
}

.fa-wand-sparkles {
  --fa: "\f72b";
}

.fa-ellipsis-vertical {
  --fa: "\f142";
}

.fa-ellipsis-v {
  --fa: "\f142";
}

.fa-ticket {
  --fa: "\f145";
}

.fa-power-off {
  --fa: "\f011";
}

.fa-right-long {
  --fa: "\f30b";
}

.fa-long-arrow-alt-right {
  --fa: "\f30b";
}

.fa-flag-usa {
  --fa: "\f74d";
}

.fa-laptop-file {
  --fa: "\e51d";
}

.fa-tty {
  --fa: "\f1e4";
}

.fa-teletype {
  --fa: "\f1e4";
}

.fa-diagram-next {
  --fa: "\e476";
}

.fa-person-rifle {
  --fa: "\e54e";
}

.fa-house-medical-circle-exclamation {
  --fa: "\e512";
}

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

.fa-person-hiking {
  --fa: "\f6ec";
}

.fa-hiking {
  --fa: "\f6ec";
}

.fa-venus-double {
  --fa: "\f226";
}

.fa-images {
  --fa: "\f302";
}

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

.fa-people-pulling {
  --fa: "\e535";
}

.fa-n {
  --fa: "N";
}

.fa-cable-car {
  --fa: "\f7da";
}

.fa-tram {
  --fa: "\f7da";
}

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

.fa-building-circle-xmark {
  --fa: "\e4d4";
}

.fa-ship {
  --fa: "\f21a";
}

.fa-arrows-down-to-line {
  --fa: "\e4b8";
}

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

.fa-face-grin {
  --fa: "\f580";
}

.fa-grin {
  --fa: "\f580";
}

.fa-delete-left {
  --fa: "\f55a";
}

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

.fa-eye-dropper {
  --fa: "\f1fb";
}

.fa-eye-dropper-empty {
  --fa: "\f1fb";
}

.fa-eyedropper {
  --fa: "\f1fb";
}

.fa-file-circle-check {
  --fa: "\e5a0";
}

.fa-forward {
  --fa: "\f04e";
}

.fa-mobile {
  --fa: "\f3ce";
}

.fa-mobile-android {
  --fa: "\f3ce";
}

.fa-mobile-phone {
  --fa: "\f3ce";
}

.fa-face-meh {
  --fa: "\f11a";
}

.fa-meh {
  --fa: "\f11a";
}

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

.fa-book-skull {
  --fa: "\f6b7";
}

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

.fa-id-card {
  --fa: "\f2c2";
}

.fa-drivers-license {
  --fa: "\f2c2";
}

.fa-outdent {
  --fa: "\f03b";
}

.fa-dedent {
  --fa: "\f03b";
}

.fa-heart-circle-exclamation {
  --fa: "\e4fe";
}

.fa-house {
  --fa: "\f015";
}

.fa-home {
  --fa: "\f015";
}

.fa-home-alt {
  --fa: "\f015";
}

.fa-home-lg-alt {
  --fa: "\f015";
}

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

.fa-laptop-medical {
  --fa: "\f812";
}

.fa-b {
  --fa: "B";
}

.fa-file-medical {
  --fa: "\f477";
}

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

.fa-kiwi-bird {
  --fa: "\f535";
}

.fa-arrow-right-arrow-left {
  --fa: "\f0ec";
}

.fa-exchange {
  --fa: "\f0ec";
}

.fa-rotate-right {
  --fa: "\f2f9";
}

.fa-redo-alt {
  --fa: "\f2f9";
}

.fa-rotate-forward {
  --fa: "\f2f9";
}

.fa-utensils {
  --fa: "\f2e7";
}

.fa-cutlery {
  --fa: "\f2e7";
}

.fa-arrow-up-wide-short {
  --fa: "\f161";
}

.fa-sort-amount-up {
  --fa: "\f161";
}

.fa-mill-sign {
  --fa: "\e1ed";
}

.fa-bowl-rice {
  --fa: "\e2eb";
}

.fa-skull {
  --fa: "\f54c";
}

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

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

.fa-truck-pickup {
  --fa: "\f63c";
}

.fa-up-long {
  --fa: "\f30c";
}

.fa-long-arrow-alt-up {
  --fa: "\f30c";
}

.fa-stop {
  --fa: "\f04d";
}

.fa-code-merge {
  --fa: "\f387";
}

.fa-upload {
  --fa: "\f093";
}

.fa-hurricane {
  --fa: "\f751";
}

.fa-mound {
  --fa: "\e52d";
}

.fa-toilet-portable {
  --fa: "\e583";
}

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

.fa-file-arrow-down {
  --fa: "\f56d";
}

.fa-file-download {
  --fa: "\f56d";
}

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

.fa-shield-cat {
  --fa: "\e572";
}

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

.fa-zap {
  --fa: "\f0e7";
}

.fa-glass-water {
  --fa: "\e4f4";
}

.fa-oil-well {
  --fa: "\e532";
}

.fa-vault {
  --fa: "\e2c5";
}

.fa-mars {
  --fa: "\f222";
}

.fa-toilet {
  --fa: "\f7d8";
}

.fa-plane-circle-xmark {
  --fa: "\e557";
}

.fa-yen-sign {
  --fa: "\f157";
}

.fa-cny {
  --fa: "\f157";
}

.fa-jpy {
  --fa: "\f157";
}

.fa-rmb {
  --fa: "\f157";
}

.fa-yen {
  --fa: "\f157";
}

.fa-ruble-sign {
  --fa: "\f158";
}

.fa-rouble {
  --fa: "\f158";
}

.fa-rub {
  --fa: "\f158";
}

.fa-ruble {
  --fa: "\f158";
}

.fa-sun {
  --fa: "\f185";
}

.fa-guitar {
  --fa: "\f7a6";
}

.fa-face-laugh-wink {
  --fa: "\f59c";
}

.fa-laugh-wink {
  --fa: "\f59c";
}

.fa-horse-head {
  --fa: "\f7ab";
}

.fa-bore-hole {
  --fa: "\e4c3";
}

.fa-industry {
  --fa: "\f275";
}

.fa-circle-down {
  --fa: "\f358";
}

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

.fa-arrows-turn-to-dots {
  --fa: "\e4c1";
}

.fa-florin-sign {
  --fa: "\e184";
}

.fa-arrow-down-short-wide {
  --fa: "\f884";
}

.fa-sort-amount-desc {
  --fa: "\f884";
}

.fa-sort-amount-down-alt {
  --fa: "\f884";
}

.fa-less-than {
  --fa: "\<";
}

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

.fa-car-tunnel {
  --fa: "\e4de";
}

.fa-head-side-cough {
  --fa: "\e061";
}

.fa-grip-lines {
  --fa: "\f7a4";
}

.fa-thumbs-down {
  --fa: "\f165";
}

.fa-user-lock {
  --fa: "\f502";
}

.fa-arrow-right-long {
  --fa: "\f178";
}

.fa-long-arrow-right {
  --fa: "\f178";
}

.fa-anchor-circle-xmark {
  --fa: "\e4ac";
}

.fa-ellipsis {
  --fa: "\f141";
}

.fa-ellipsis-h {
  --fa: "\f141";
}

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

.fa-kit-medical {
  --fa: "\f479";
}

.fa-first-aid {
  --fa: "\f479";
}

.fa-person-through-window {
  --fa: "\e5a9";
}

.fa-toolbox {
  --fa: "\f552";
}

.fa-hands-holding-circle {
  --fa: "\e4fb";
}

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

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

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

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

.fa-automobile {
  --fa: "\f1b9";
}

.fa-hand-holding-hand {
  --fa: "\e4f7";
}

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

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

.fa-mountain-sun {
  --fa: "\e52f";
}

.fa-arrows-left-right-to-line {
  --fa: "\e4ba";
}

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

.fa-truck-droplet {
  --fa: "\e58c";
}

.fa-file-circle-xmark {
  --fa: "\e5a1";
}

.fa-temperature-arrow-up {
  --fa: "\e040";
}

.fa-temperature-up {
  --fa: "\e040";
}

.fa-medal {
  --fa: "\f5a2";
}

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

.fa-square-h {
  --fa: "\f0fd";
}

.fa-h-square {
  --fa: "\f0fd";
}

.fa-podcast {
  --fa: "\f2ce";
}

.fa-temperature-full {
  --fa: "\f2c7";
}

.fa-temperature-4 {
  --fa: "\f2c7";
}

.fa-thermometer-4 {
  --fa: "\f2c7";
}

.fa-thermometer-full {
  --fa: "\f2c7";
}

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

.fa-superscript {
  --fa: "\f12b";
}

.fa-plug-circle-xmark {
  --fa: "\e560";
}

.fa-star-of-life {
  --fa: "\f621";
}

.fa-phone-slash {
  --fa: "\f3dd";
}

.fa-paint-roller {
  --fa: "\f5aa";
}

.fa-handshake-angle {
  --fa: "\f4c4";
}

.fa-hands-helping {
  --fa: "\f4c4";
}

.fa-location-dot {
  --fa: "\f3c5";
}

.fa-map-marker-alt {
  --fa: "\f3c5";
}

.fa-file {
  --fa: "\f15b";
}

.fa-greater-than {
  --fa: "\>";
}

.fa-person-swimming {
  --fa: "\f5c4";
}

.fa-swimmer {
  --fa: "\f5c4";
}

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

.fa-droplet {
  --fa: "\f043";
}

.fa-tint {
  --fa: "\f043";
}

.fa-eraser {
  --fa: "\f12d";
}

.fa-earth-americas {
  --fa: "\f57d";
}

.fa-earth {
  --fa: "\f57d";
}

.fa-earth-america {
  --fa: "\f57d";
}

.fa-globe-americas {
  --fa: "\f57d";
}

.fa-person-burst {
  --fa: "\e53b";
}

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

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

.fa-battery-0 {
  --fa: "\f244";
}

.fa-socks {
  --fa: "\f696";
}

.fa-inbox {
  --fa: "\f01c";
}

.fa-section {
  --fa: "\e447";
}

.fa-gauge-high {
  --fa: "\f625";
}

.fa-tachometer-alt {
  --fa: "\f625";
}

.fa-tachometer-alt-fast {
  --fa: "\f625";
}

.fa-envelope-open-text {
  --fa: "\f658";
}

.fa-hospital {
  --fa: "\f0f8";
}

.fa-hospital-alt {
  --fa: "\f0f8";
}

.fa-hospital-wide {
  --fa: "\f0f8";
}

.fa-wine-bottle {
  --fa: "\f72f";
}

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

.fa-bars-staggered {
  --fa: "\f550";
}

.fa-reorder {
  --fa: "\f550";
}

.fa-stream {
  --fa: "\f550";
}

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

.fa-hotdog {
  --fa: "\f80f";
}

.fa-person-walking-with-cane {
  --fa: "\f29d";
}

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

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

.fa-ice-cream {
  --fa: "\f810";
}

.fa-heart-circle-bolt {
  --fa: "\e4fc";
}

.fa-fax {
  --fa: "\f1ac";
}

.fa-paragraph {
  --fa: "\f1dd";
}

.fa-check-to-slot {
  --fa: "\f772";
}

.fa-vote-yea {
  --fa: "\f772";
}

.fa-star-half {
  --fa: "\f089";
}

.fa-boxes-stacked {
  --fa: "\f468";
}

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

.fa-boxes-alt {
  --fa: "\f468";
}

.fa-link {
  --fa: "\f0c1";
}

.fa-chain {
  --fa: "\f0c1";
}

.fa-ear-listen {
  --fa: "\f2a2";
}

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

.fa-tree-city {
  --fa: "\e587";
}

.fa-play {
  --fa: "\f04b";
}

.fa-font {
  --fa: "\f031";
}

.fa-table-cells-row-lock {
  --fa: "\e67a";
}

.fa-rupiah-sign {
  --fa: "\e23d";
}

.fa-magnifying-glass {
  --fa: "\f002";
}

.fa-search {
  --fa: "\f002";
}

.fa-table-tennis-paddle-ball {
  --fa: "\f45d";
}

.fa-ping-pong-paddle-ball {
  --fa: "\f45d";
}

.fa-table-tennis {
  --fa: "\f45d";
}

.fa-person-dots-from-line {
  --fa: "\f470";
}

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

.fa-trash-can-arrow-up {
  --fa: "\f82a";
}

.fa-trash-restore-alt {
  --fa: "\f82a";
}

.fa-naira-sign {
  --fa: "\e1f6";
}

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

.fa-walkie-talkie {
  --fa: "\f8ef";
}

.fa-file-pen {
  --fa: "\f31c";
}

.fa-file-edit {
  --fa: "\f31c";
}

.fa-receipt {
  --fa: "\f543";
}

.fa-square-pen {
  --fa: "\f14b";
}

.fa-pen-square {
  --fa: "\f14b";
}

.fa-pencil-square {
  --fa: "\f14b";
}

.fa-suitcase-rolling {
  --fa: "\f5c1";
}

.fa-person-circle-exclamation {
  --fa: "\e53f";
}

.fa-chevron-down, .page-subnav .navbar-toggler .navbar-toggler-icon {
  --fa: "\f078";
}

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

.fa-battery {
  --fa: "\f240";
}

.fa-battery-5 {
  --fa: "\f240";
}

.fa-skull-crossbones {
  --fa: "\f714";
}

.fa-code-compare {
  --fa: "\e13a";
}

.fa-list-ul {
  --fa: "\f0ca";
}

.fa-list-dots {
  --fa: "\f0ca";
}

.fa-school-lock {
  --fa: "\e56f";
}

.fa-tower-cell {
  --fa: "\e585";
}

.fa-down-long {
  --fa: "\f309";
}

.fa-long-arrow-alt-down {
  --fa: "\f309";
}

.fa-ranking-star {
  --fa: "\e561";
}

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

.fa-person-harassing {
  --fa: "\e549";
}

.fa-brazilian-real-sign {
  --fa: "\e46c";
}

.fa-landmark-dome {
  --fa: "\f752";
}

.fa-landmark-alt {
  --fa: "\f752";
}

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

.fa-tv {
  --fa: "\f26c";
}

.fa-television {
  --fa: "\f26c";
}

.fa-tv-alt {
  --fa: "\f26c";
}

.fa-shrimp {
  --fa: "\e448";
}

.fa-list-check {
  --fa: "\f0ae";
}

.fa-tasks {
  --fa: "\f0ae";
}

.fa-jug-detergent {
  --fa: "\e519";
}

.fa-circle-user {
  --fa: "\f2bd";
}

.fa-user-circle {
  --fa: "\f2bd";
}

.fa-user-shield {
  --fa: "\f505";
}

.fa-wind {
  --fa: "\f72e";
}

.fa-car-burst {
  --fa: "\f5e1";
}

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

.fa-y {
  --fa: "Y";
}

.fa-person-snowboarding {
  --fa: "\f7ce";
}

.fa-snowboarding {
  --fa: "\f7ce";
}

.fa-truck-fast {
  --fa: "\f48b";
}

.fa-shipping-fast {
  --fa: "\f48b";
}

.fa-fish {
  --fa: "\f578";
}

.fa-user-graduate {
  --fa: "\f501";
}

.fa-circle-half-stroke {
  --fa: "\f042";
}

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

.fa-clapperboard {
  --fa: "\e131";
}

.fa-circle-radiation {
  --fa: "\f7ba";
}

.fa-radiation-alt {
  --fa: "\f7ba";
}

.fa-baseball {
  --fa: "\f433";
}

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

.fa-jet-fighter-up {
  --fa: "\e518";
}

.fa-diagram-project {
  --fa: "\f542";
}

.fa-project-diagram {
  --fa: "\f542";
}

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

.fa-volume-xmark {
  --fa: "\f6a9";
}

.fa-volume-mute {
  --fa: "\f6a9";
}

.fa-volume-times {
  --fa: "\f6a9";
}

.fa-hand-sparkles {
  --fa: "\e05d";
}

.fa-grip {
  --fa: "\f58d";
}

.fa-grip-horizontal {
  --fa: "\f58d";
}

.fa-share-from-square {
  --fa: "\f14d";
}

.fa-share-square {
  --fa: "\f14d";
}

.fa-child-combatant {
  --fa: "\e4e0";
}

.fa-child-rifle {
  --fa: "\e4e0";
}

.fa-gun {
  --fa: "\e19b";
}

.fa-square-phone {
  --fa: "\f098";
}

.fa-phone-square {
  --fa: "\f098";
}

.fa-plus {
  --fa: "\+";
}

.fa-add {
  --fa: "\+";
}

.fa-expand {
  --fa: "\f065";
}

.fa-computer {
  --fa: "\e4e5";
}

.fa-xmark {
  --fa: "\f00d";
}

.fa-close {
  --fa: "\f00d";
}

.fa-multiply {
  --fa: "\f00d";
}

.fa-remove {
  --fa: "\f00d";
}

.fa-times {
  --fa: "\f00d";
}

.fa-arrows-up-down-left-right {
  --fa: "\f047";
}

.fa-arrows {
  --fa: "\f047";
}

.fa-chalkboard-user {
  --fa: "\f51c";
}

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

.fa-peso-sign {
  --fa: "\e222";
}

.fa-building-shield {
  --fa: "\e4d8";
}

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

.fa-users-line {
  --fa: "\e592";
}

.fa-quote-left {
  --fa: "\f10d";
}

.fa-quote-left-alt {
  --fa: "\f10d";
}

.fa-tractor {
  --fa: "\f722";
}

.fa-trash-arrow-up {
  --fa: "\f829";
}

.fa-trash-restore {
  --fa: "\f829";
}

.fa-arrow-down-up-lock {
  --fa: "\e4b0";
}

.fa-lines-leaning {
  --fa: "\e51e";
}

.fa-ruler-combined {
  --fa: "\f546";
}

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

.fa-equals {
  --fa: "\=";
}

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

.fa-teeth {
  --fa: "\f62e";
}

.fa-shekel-sign {
  --fa: "\f20b";
}

.fa-ils {
  --fa: "\f20b";
}

.fa-shekel {
  --fa: "\f20b";
}

.fa-sheqel {
  --fa: "\f20b";
}

.fa-sheqel-sign {
  --fa: "\f20b";
}

.fa-map {
  --fa: "\f279";
}

.fa-rocket {
  --fa: "\f135";
}

.fa-photo-film {
  --fa: "\f87c";
}

.fa-photo-video {
  --fa: "\f87c";
}

.fa-folder-minus {
  --fa: "\f65d";
}

.fa-hexagon-nodes-bolt {
  --fa: "\e69a";
}

.fa-store {
  --fa: "\f54e";
}

.fa-arrow-trend-up {
  --fa: "\e098";
}

.fa-plug-circle-minus {
  --fa: "\e55e";
}

.fa-sign-hanging {
  --fa: "\f4d9";
}

.fa-sign {
  --fa: "\f4d9";
}

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

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

.fa-tablet {
  --fa: "\f3fb";
}

.fa-tablet-android {
  --fa: "\f3fb";
}

.fa-school-flag {
  --fa: "\e56e";
}

.fa-fill {
  --fa: "\f575";
}

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

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

.fa-holly-berry {
  --fa: "\f7aa";
}

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

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

.fa-hand-lizard {
  --fa: "\f258";
}

.fa-notdef {
  --fa: "\e1fe";
}

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

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

.fa-genderless {
  --fa: "\f22d";
}

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

.fa-retweet {
  --fa: "\f079";
}

.fa-car-rear {
  --fa: "\f5de";
}

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

.fa-pump-soap {
  --fa: "\e06b";
}

.fa-video-slash {
  --fa: "\f4e2";
}

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

.fa-battery-2 {
  --fa: "\f243";
}

.fa-radio {
  --fa: "\f8d7";
}

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

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

.fa-traffic-light {
  --fa: "\f637";
}

.fa-thermometer {
  --fa: "\f491";
}

.fa-vr-cardboard {
  --fa: "\f729";
}

.fa-hand-middle-finger {
  --fa: "\f806";
}

.fa-percent {
  --fa: "\%";
}

.fa-percentage {
  --fa: "\%";
}

.fa-truck-moving {
  --fa: "\f4df";
}

.fa-glass-water-droplet {
  --fa: "\e4f5";
}

.fa-display {
  --fa: "\e163";
}

.fa-face-smile {
  --fa: "\f118";
}

.fa-smile {
  --fa: "\f118";
}

.fa-thumbtack {
  --fa: "\f08d";
}

.fa-thumb-tack {
  --fa: "\f08d";
}

.fa-trophy {
  --fa: "\f091";
}

.fa-person-praying {
  --fa: "\f683";
}

.fa-pray {
  --fa: "\f683";
}

.fa-hammer {
  --fa: "\f6e3";
}

.fa-hand-peace {
  --fa: "\f25b";
}

.fa-rotate {
  --fa: "\f2f1";
}

.fa-sync-alt {
  --fa: "\f2f1";
}

.fa-spinner, #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 {
  --fa: "\f110";
}

.fa-robot {
  --fa: "\f544";
}

.fa-peace {
  --fa: "\f67c";
}

.fa-gears {
  --fa: "\f085";
}

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

.fa-warehouse {
  --fa: "\f494";
}

.fa-arrow-up-right-dots {
  --fa: "\e4b7";
}

.fa-splotch {
  --fa: "\f5bc";
}

.fa-face-grin-hearts {
  --fa: "\f584";
}

.fa-grin-hearts {
  --fa: "\f584";
}

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

.fa-sim-card {
  --fa: "\f7c4";
}

.fa-transgender {
  --fa: "\f225";
}

.fa-transgender-alt {
  --fa: "\f225";
}

.fa-mercury {
  --fa: "\f223";
}

.fa-arrow-turn-down {
  --fa: "\f149";
}

.fa-level-down {
  --fa: "\f149";
}

.fa-person-falling-burst {
  --fa: "\e547";
}

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

.fa-ticket-simple {
  --fa: "\f3ff";
}

.fa-ticket-alt {
  --fa: "\f3ff";
}

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

.fa-angles-left {
  --fa: "\f100";
}

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

.fa-qrcode {
  --fa: "\f029";
}

.fa-clock-rotate-left {
  --fa: "\f1da";
}

.fa-history {
  --fa: "\f1da";
}

.fa-face-grin-beam-sweat {
  --fa: "\f583";
}

.fa-grin-beam-sweat {
  --fa: "\f583";
}

.fa-file-export {
  --fa: "\f56e";
}

.fa-arrow-right-from-file {
  --fa: "\f56e";
}

.fa-shield {
  --fa: "\f132";
}

.fa-shield-blank {
  --fa: "\f132";
}

.fa-arrow-up-short-wide {
  --fa: "\f885";
}

.fa-sort-amount-up-alt {
  --fa: "\f885";
}

.fa-comment-nodes {
  --fa: "\e696";
}

.fa-house-medical {
  --fa: "\e3b2";
}

.fa-golf-ball-tee {
  --fa: "\f450";
}

.fa-golf-ball {
  --fa: "\f450";
}

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

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

.fa-house-chimney-window {
  --fa: "\e00d";
}

.fa-pen-nib {
  --fa: "\f5ad";
}

.fa-tent-arrow-turn-left {
  --fa: "\e580";
}

.fa-tents {
  --fa: "\e582";
}

.fa-wand-magic {
  --fa: "\f0d0";
}

.fa-magic {
  --fa: "\f0d0";
}

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

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

.fa-moon {
  --fa: "\f186";
}

.fa-wine-glass-empty {
  --fa: "\f5ce";
}

.fa-wine-glass-alt {
  --fa: "\f5ce";
}

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

.fa-yin-yang {
  --fa: "\f6ad";
}

.fa-music {
  --fa: "\f001";
}

.fa-code-commit {
  --fa: "\f386";
}

.fa-temperature-low {
  --fa: "\f76b";
}

.fa-person-biking {
  --fa: "\f84a";
}

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

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

.fa-shield-heart {
  --fa: "\e574";
}

.fa-gopuram {
  --fa: "\f664";
}

.fa-earth-oceania {
  --fa: "\e47b";
}

.fa-globe-oceania {
  --fa: "\e47b";
}

.fa-square-xmark {
  --fa: "\f2d3";
}

.fa-times-square {
  --fa: "\f2d3";
}

.fa-xmark-square {
  --fa: "\f2d3";
}

.fa-hashtag {
  --fa: "\#";
}

.fa-up-right-and-down-left-from-center {
  --fa: "\f424";
}

.fa-expand-alt {
  --fa: "\f424";
}

.fa-oil-can {
  --fa: "\f613";
}

.fa-t {
  --fa: "T";
}

.fa-hippo {
  --fa: "\f6ed";
}

.fa-chart-column {
  --fa: "\e0e3";
}

.fa-infinity {
  --fa: "\f534";
}

.fa-vial-circle-check {
  --fa: "\e596";
}

.fa-person-arrow-down-to-line {
  --fa: "\e538";
}

.fa-voicemail {
  --fa: "\f897";
}

.fa-fan {
  --fa: "\f863";
}

.fa-person-walking-luggage {
  --fa: "\e554";
}

.fa-up-down {
  --fa: "\f338";
}

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

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

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

.fa-trailer {
  --fa: "\e041";
}

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

.fa-haykal {
  --fa: "\f666";
}

.fa-sd-card {
  --fa: "\f7c2";
}

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

.fa-shoe-prints {
  --fa: "\f54b";
}

.fa-circle-plus {
  --fa: "\f055";
}

.fa-plus-circle {
  --fa: "\f055";
}

.fa-face-grin-tongue-wink {
  --fa: "\f58b";
}

.fa-grin-tongue-wink {
  --fa: "\f58b";
}

.fa-hand-holding {
  --fa: "\f4bd";
}

.fa-plug-circle-exclamation {
  --fa: "\e55d";
}

.fa-link-slash {
  --fa: "\f127";
}

.fa-chain-broken {
  --fa: "\f127";
}

.fa-chain-slash {
  --fa: "\f127";
}

.fa-unlink {
  --fa: "\f127";
}

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

.fa-person-walking-arrow-loop-left {
  --fa: "\e551";
}

.fa-arrow-up-z-a {
  --fa: "\f882";
}

.fa-sort-alpha-up-alt {
  --fa: "\f882";
}

.fa-fire-flame-curved {
  --fa: "\f7e4";
}

.fa-fire-alt {
  --fa: "\f7e4";
}

.fa-tornado {
  --fa: "\f76f";
}

.fa-file-circle-plus {
  --fa: "\e494";
}

.fa-book-quran {
  --fa: "\f687";
}

.fa-quran {
  --fa: "\f687";
}

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

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

.fa-face-angry {
  --fa: "\f556";
}

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

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

.fa-arrow-trend-down {
  --fa: "\e097";
}

.fa-rss {
  --fa: "\f09e";
}

.fa-feed {
  --fa: "\f09e";
}

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

.fa-scale-balanced {
  --fa: "\f24e";
}

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

.fa-gauge-simple-high {
  --fa: "\f62a";
}

.fa-tachometer {
  --fa: "\f62a";
}

.fa-tachometer-fast {
  --fa: "\f62a";
}

.fa-shower {
  --fa: "\f2cc";
}

.fa-desktop {
  --fa: "\f390";
}

.fa-desktop-alt {
  --fa: "\f390";
}

.fa-m {
  --fa: "M";
}

.fa-table-list {
  --fa: "\f00b";
}

.fa-th-list {
  --fa: "\f00b";
}

.fa-comment-sms {
  --fa: "\f7cd";
}

.fa-sms {
  --fa: "\f7cd";
}

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

.fa-user-plus {
  --fa: "\f234";
}

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

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

.fa-battery-4 {
  --fa: "\f241";
}

.fa-house-circle-check {
  --fa: "\e509";
}

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

.fa-diagram-successor {
  --fa: "\e47a";
}

.fa-truck-arrow-right {
  --fa: "\e58b";
}

.fa-arrows-split-up-and-left {
  --fa: "\e4bc";
}

.fa-hand-fist {
  --fa: "\f6de";
}

.fa-fist-raised {
  --fa: "\f6de";
}

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

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

.fa-person-falling {
  --fa: "\e546";
}

.fa-image-portrait {
  --fa: "\f3e0";
}

.fa-portrait {
  --fa: "\f3e0";
}

.fa-user-tag {
  --fa: "\f507";
}

.fa-rug {
  --fa: "\e569";
}

.fa-earth-europe {
  --fa: "\f7a2";
}

.fa-globe-europe {
  --fa: "\f7a2";
}

.fa-cart-flatbed-suitcase {
  --fa: "\f59d";
}

.fa-luggage-cart {
  --fa: "\f59d";
}

.fa-rectangle-xmark {
  --fa: "\f410";
}

.fa-rectangle-times {
  --fa: "\f410";
}

.fa-times-rectangle {
  --fa: "\f410";
}

.fa-window-close {
  --fa: "\f410";
}

.fa-baht-sign {
  --fa: "\e0ac";
}

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

.fa-book-journal-whills {
  --fa: "\f66a";
}

.fa-journal-whills {
  --fa: "\f66a";
}

.fa-handcuffs {
  --fa: "\e4f8";
}

.fa-triangle-exclamation {
  --fa: "\f071";
}

.fa-exclamation-triangle {
  --fa: "\f071";
}

.fa-warning {
  --fa: "\f071";
}

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

.fa-share {
  --fa: "\f064";
}

.fa-mail-forward {
  --fa: "\f064";
}

.fa-bottle-droplet {
  --fa: "\e4c4";
}

.fa-mask-face {
  --fa: "\e1d7";
}

.fa-hill-rockslide {
  --fa: "\e508";
}

.fa-right-left {
  --fa: "\f362";
}

.fa-exchange-alt {
  --fa: "\f362";
}

.fa-paper-plane {
  --fa: "\f1d8";
}

.fa-road-circle-exclamation {
  --fa: "\e565";
}

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

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

.fa-money-bill-1-wave {
  --fa: "\f53b";
}

.fa-money-bill-wave-alt {
  --fa: "\f53b";
}

.fa-life-ring {
  --fa: "\f1cd";
}

.fa-hands {
  --fa: "\f2a7";
}

.fa-sign-language {
  --fa: "\f2a7";
}

.fa-signing {
  --fa: "\f2a7";
}

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

.fa-water-ladder {
  --fa: "\f5c5";
}

.fa-ladder-water {
  --fa: "\f5c5";
}

.fa-swimming-pool {
  --fa: "\f5c5";
}

.fa-arrows-up-down {
  --fa: "\f07d";
}

.fa-arrows-v {
  --fa: "\f07d";
}

.fa-face-grimace {
  --fa: "\f57f";
}

.fa-grimace {
  --fa: "\f57f";
}

.fa-wheelchair-move {
  --fa: "\e2ce";
}

.fa-wheelchair-alt {
  --fa: "\e2ce";
}

.fa-turn-down {
  --fa: "\f3be";
}

.fa-level-down-alt {
  --fa: "\f3be";
}

.fa-person-walking-arrow-right {
  --fa: "\e552";
}

.fa-square-envelope {
  --fa: "\f199";
}

.fa-envelope-square {
  --fa: "\f199";
}

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

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

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

.fa-bandage {
  --fa: "\f462";
}

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

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

.fa-circle-xmark {
  --fa: "\f057";
}

.fa-times-circle {
  --fa: "\f057";
}

.fa-xmark-circle {
  --fa: "\f057";
}

.fa-gifts {
  --fa: "\f79c";
}

.fa-hotel {
  --fa: "\f594";
}

.fa-earth-asia {
  --fa: "\f57e";
}

.fa-globe-asia {
  --fa: "\f57e";
}

.fa-id-card-clip {
  --fa: "\f47f";
}

.fa-id-card-alt {
  --fa: "\f47f";
}

.fa-magnifying-glass-plus {
  --fa: "\f00e";
}

.fa-search-plus {
  --fa: "\f00e";
}

.fa-thumbs-up {
  --fa: "\f164";
}

.fa-user-clock {
  --fa: "\f4fd";
}

.fa-hand-dots {
  --fa: "\f461";
}

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

.fa-file-invoice {
  --fa: "\f570";
}

.fa-window-minimize {
  --fa: "\f2d1";
}

.fa-mug-saucer {
  --fa: "\f0f4";
}

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

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

.fa-file-half-dashed {
  --fa: "\e698";
}

.fa-mask {
  --fa: "\f6fa";
}

.fa-magnifying-glass-minus {
  --fa: "\f010";
}

.fa-search-minus {
  --fa: "\f010";
}

.fa-ruler-vertical {
  --fa: "\f548";
}

.fa-user-large {
  --fa: "\f406";
}

.fa-user-alt {
  --fa: "\f406";
}

.fa-train-tram {
  --fa: "\e5b4";
}

.fa-user-nurse {
  --fa: "\f82f";
}

.fa-syringe {
  --fa: "\f48e";
}

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

.fa-stopwatch-20 {
  --fa: "\e06f";
}

.fa-square-full {
  --fa: "\f45c";
}

.fa-magnet {
  --fa: "\f076";
}

.fa-jar {
  --fa: "\e516";
}

.fa-note-sticky {
  --fa: "\f249";
}

.fa-sticky-note {
  --fa: "\f249";
}

.fa-bug-slash {
  --fa: "\e490";
}

.fa-arrow-up-from-water-pump {
  --fa: "\e4b6";
}

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

.fa-table-cells-row-unlock {
  --fa: "\e691";
}

.fa-user-injured {
  --fa: "\f728";
}

.fa-face-sad-tear {
  --fa: "\f5b4";
}

.fa-sad-tear {
  --fa: "\f5b4";
}

.fa-plane {
  --fa: "\f072";
}

.fa-tent-arrows-down {
  --fa: "\e581";
}

.fa-exclamation {
  --fa: "\!";
}

.fa-arrows-spin {
  --fa: "\e4bb";
}

.fa-print {
  --fa: "\f02f";
}

.fa-turkish-lira-sign {
  --fa: "\e2bb";
}

.fa-try {
  --fa: "\e2bb";
}

.fa-turkish-lira {
  --fa: "\e2bb";
}

.fa-dollar-sign {
  --fa: "\$";
}

.fa-dollar {
  --fa: "\$";
}

.fa-usd {
  --fa: "\$";
}

.fa-x {
  --fa: "X";
}

.fa-magnifying-glass-dollar {
  --fa: "\f688";
}

.fa-search-dollar {
  --fa: "\f688";
}

.fa-users-gear {
  --fa: "\f509";
}

.fa-users-cog {
  --fa: "\f509";
}

.fa-person-military-pointing {
  --fa: "\e54a";
}

.fa-building-columns {
  --fa: "\f19c";
}

.fa-bank {
  --fa: "\f19c";
}

.fa-institution {
  --fa: "\f19c";
}

.fa-museum {
  --fa: "\f19c";
}

.fa-university {
  --fa: "\f19c";
}

.fa-umbrella {
  --fa: "\f0e9";
}

.fa-trowel {
  --fa: "\e589";
}

.fa-d {
  --fa: "D";
}

.fa-stapler {
  --fa: "\e5af";
}

.fa-masks-theater {
  --fa: "\f630";
}

.fa-theater-masks {
  --fa: "\f630";
}

.fa-kip-sign {
  --fa: "\e1c4";
}

.fa-hand-point-left {
  --fa: "\f0a5";
}

.fa-handshake-simple {
  --fa: "\f4c6";
}

.fa-handshake-alt {
  --fa: "\f4c6";
}

.fa-jet-fighter {
  --fa: "\f0fb";
}

.fa-fighter-jet {
  --fa: "\f0fb";
}

.fa-square-share-nodes {
  --fa: "\f1e1";
}

.fa-share-alt-square {
  --fa: "\f1e1";
}

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

.fa-plus-minus {
  --fa: "\e43c";
}

.fa-video {
  --fa: "\f03d";
}

.fa-video-camera {
  --fa: "\f03d";
}

.fa-graduation-cap {
  --fa: "\f19d";
}

.fa-mortar-board {
  --fa: "\f19d";
}

.fa-hand-holding-medical {
  --fa: "\e05c";
}

.fa-person-circle-check {
  --fa: "\e53e";
}

.fa-turn-up {
  --fa: "\f3bf";
}

.fa-level-up-alt {
  --fa: "\f3bf";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../../library/webfonts/fa-brands-400.woff2") format("woff2"), url("../../../library/webfonts/fa-brands-400.ttf") format("truetype");
}
.fab, .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-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-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,
.fa-brands {
  font-weight: 400;
}

.fa-monero {
  --fa: "\f3d0";
}

.fa-hooli {
  --fa: "\f427";
}

.fa-yelp {
  --fa: "\f1e9";
}

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

.fa-lastfm {
  --fa: "\f202";
}

.fa-shopware {
  --fa: "\f5b5";
}

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

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

.fa-redhat {
  --fa: "\f7bc";
}

.fa-yoast {
  --fa: "\f2b1";
}

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

.fa-ups {
  --fa: "\f7e0";
}

.fa-pixiv {
  --fa: "\e640";
}

.fa-wpexplorer {
  --fa: "\f2de";
}

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

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

.fa-stackpath {
  --fa: "\f842";
}

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

.fa-first-order {
  --fa: "\f2b0";
}

.fa-modx {
  --fa: "\f285";
}

.fa-guilded {
  --fa: "\e07e";
}

.fa-vnv {
  --fa: "\f40b";
}

.fa-square-js {
  --fa: "\f3b9";
}

.fa-js-square {
  --fa: "\f3b9";
}

.fa-microsoft {
  --fa: "\f3ca";
}

.fa-qq {
  --fa: "\f1d6";
}

.fa-orcid {
  --fa: "\f8d2";
}

.fa-java {
  --fa: "\f4e4";
}

.fa-invision {
  --fa: "\f7b0";
}

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

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

.fa-glide-g {
  --fa: "\f2a6";
}

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

.fa-jxl {
  --fa: "\e67b";
}

.fa-dart-lang {
  --fa: "\e693";
}

.fa-hire-a-helper {
  --fa: "\f3b0";
}

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

.fa-unity {
  --fa: "\e049";
}

.fa-whmcs {
  --fa: "\f40d";
}

.fa-rocketchat {
  --fa: "\f3e8";
}

.fa-vk {
  --fa: "\f189";
}

.fa-untappd {
  --fa: "\f405";
}

.fa-mailchimp {
  --fa: "\f59e";
}

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

.fa-square-reddit {
  --fa: "\f1a2";
}

.fa-reddit-square {
  --fa: "\f1a2";
}

.fa-vimeo-v {
  --fa: "\f27d";
}

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

.fa-square-font-awesome {
  --fa: "\e5ad";
}

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

.fa-brave {
  --fa: "\e63c";
}

.fa-sistrix {
  --fa: "\f3ee";
}

.fa-square-instagram {
  --fa: "\e055";
}

.fa-instagram-square {
  --fa: "\e055";
}

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

.fa-the-red-yeti {
  --fa: "\f69d";
}

.fa-square-hacker-news {
  --fa: "\f3af";
}

.fa-hacker-news-square {
  --fa: "\f3af";
}

.fa-edge {
  --fa: "\f282";
}

.fa-threads {
  --fa: "\e618";
}

.fa-napster {
  --fa: "\f3d2";
}

.fa-square-snapchat {
  --fa: "\f2ad";
}

.fa-snapchat-square {
  --fa: "\f2ad";
}

.fa-google-plus-g {
  --fa: "\f0d5";
}

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

.fa-markdown {
  --fa: "\f60f";
}

.fa-sourcetree {
  --fa: "\f7d3";
}

.fa-google-plus {
  --fa: "\f2b3";
}

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

.fa-foursquare {
  --fa: "\f180";
}

.fa-stack-overflow {
  --fa: "\f16c";
}

.fa-github-alt {
  --fa: "\f113";
}

.fa-phoenix-squadron {
  --fa: "\f511";
}

.fa-pagelines {
  --fa: "\f18c";
}

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

.fa-red-river {
  --fa: "\f3e3";
}

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

.fa-safari {
  --fa: "\f267";
}

.fa-google {
  --fa: "\f1a0";
}

.fa-square-font-awesome-stroke {
  --fa: "\f35c";
}

.fa-font-awesome-alt {
  --fa: "\f35c";
}

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

.fa-linkedin-in {
  --fa: "\f0e1";
}

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

.fa-nimblr {
  --fa: "\f5a8";
}

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

.fa-evernote {
  --fa: "\f839";
}

.fa-hacker-news {
  --fa: "\f1d4";
}

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

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

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

.fa-watchman-monitoring {
  --fa: "\e087";
}

.fa-fonticons {
  --fa: "\f280";
}

.fa-weixin {
  --fa: "\f1d7";
}

.fa-shirtsinbulk {
  --fa: "\f214";
}

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

.fa-git-alt {
  --fa: "\f841";
}

.fa-lyft {
  --fa: "\f3c3";
}

.fa-rev {
  --fa: "\f5b2";
}

.fa-windows {
  --fa: "\f17a";
}

.fa-wizards-of-the-coast {
  --fa: "\f730";
}

.fa-square-viadeo {
  --fa: "\f2aa";
}

.fa-viadeo-square {
  --fa: "\f2aa";
}

.fa-meetup {
  --fa: "\f2e0";
}

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

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

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

.fa-opensuse {
  --fa: "\e62b";
}

.fa-pied-piper-alt {
  --fa: "\f1a8";
}

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

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

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

.fa-node {
  --fa: "\f419";
}

.fa-mix {
  --fa: "\f3cb";
}

.fa-steam {
  --fa: "\f1b6";
}

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

.fa-scribd {
  --fa: "\f28a";
}

.fa-debian {
  --fa: "\e60b";
}

.fa-openid {
  --fa: "\f19b";
}

.fa-instalod {
  --fa: "\e081";
}

.fa-files-pinwheel {
  --fa: "\e69f";
}

.fa-expeditedssl {
  --fa: "\f23e";
}

.fa-sellcast {
  --fa: "\f2da";
}

.fa-square-twitter {
  --fa: "\f081";
}

.fa-twitter-square {
  --fa: "\f081";
}

.fa-r-project {
  --fa: "\f4f7";
}

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

.fa-freebsd {
  --fa: "\f3a4";
}

.fa-vuejs {
  --fa: "\f41f";
}

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

.fa-ioxhost {
  --fa: "\f208";
}

.fa-fonticons-fi {
  --fa: "\f3a2";
}

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

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

.fa-itunes-note {
  --fa: "\f3b5";
}

.fa-golang {
  --fa: "\e40f";
}

.fa-kickstarter {
  --fa: "\f3bb";
}

.fa-square-kickstarter {
  --fa: "\f3bb";
}

.fa-grav {
  --fa: "\f2d6";
}

.fa-weibo {
  --fa: "\f18a";
}

.fa-uncharted {
  --fa: "\e084";
}

.fa-firstdraft {
  --fa: "\f3a1";
}

.fa-square-youtube {
  --fa: "\f431";
}

.fa-youtube-square {
  --fa: "\f431";
}

.fa-wikipedia-w {
  --fa: "\f266";
}

.fa-wpressr {
  --fa: "\f3e4";
}

.fa-rendact {
  --fa: "\f3e4";
}

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

.fa-galactic-republic {
  --fa: "\f50c";
}

.fa-nfc-directional {
  --fa: "\e530";
}

.fa-skype {
  --fa: "\f17e";
}

.fa-joget {
  --fa: "\f3b7";
}

.fa-fedora {
  --fa: "\f798";
}

.fa-stripe-s {
  --fa: "\f42a";
}

.fa-meta {
  --fa: "\e49b";
}

.fa-laravel {
  --fa: "\f3bd";
}

.fa-hotjar {
  --fa: "\f3b1";
}

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

.fa-square-letterboxd {
  --fa: "\e62e";
}

.fa-sticker-mule {
  --fa: "\f3f7";
}

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

.fa-hips {
  --fa: "\f452";
}

.fa-css {
  --fa: "\e6a2";
}

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

.fa-reddit {
  --fa: "\f1a1";
}

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

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

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

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

.fa-wpbeginner {
  --fa: "\f297";
}

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

.fa-shoelace {
  --fa: "\e60c";
}

.fa-mdb {
  --fa: "\f8ca";
}

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

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

.fa-ebay {
  --fa: "\f4f4";
}

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

.fa-unsplash {
  --fa: "\e07c";
}

.fa-yarn {
  --fa: "\f7e3";
}

.fa-square-steam {
  --fa: "\f1b7";
}

.fa-steam-square {
  --fa: "\f1b7";
}

.fa-500px {
  --fa: "\f26e";
}

.fa-square-vimeo {
  --fa: "\f194";
}

.fa-vimeo-square {
  --fa: "\f194";
}

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

.fa-font-awesome {
  --fa: "\f2b4";
}

.fa-font-awesome-flag {
  --fa: "\f2b4";
}

.fa-font-awesome-logo-full {
  --fa: "\f2b4";
}

.fa-gratipay {
  --fa: "\f184";
}

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

.fa-hive {
  --fa: "\e07f";
}

.fa-gitkraken {
  --fa: "\f3a6";
}

.fa-keybase {
  --fa: "\f4f5";
}

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

.fa-padlet {
  --fa: "\e4a0";
}

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

.fa-square-github {
  --fa: "\f092";
}

.fa-github-square {
  --fa: "\f092";
}

.fa-stumbleupon {
  --fa: "\f1a4";
}

.fa-fedex {
  --fa: "\f797";
}

.fa-phoenix-framework {
  --fa: "\f3dc";
}

.fa-shopify {
  --fa: "\e057";
}

.fa-neos {
  --fa: "\f612";
}

.fa-square-threads {
  --fa: "\e619";
}

.fa-hackerrank {
  --fa: "\f5f7";
}

.fa-researchgate {
  --fa: "\f4f8";
}

.fa-swift {
  --fa: "\f8e1";
}

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

.fa-speakap {
  --fa: "\f3f3";
}

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

.fa-y-combinator {
  --fa: "\f23b";
}

.fa-empire {
  --fa: "\f1d1";
}

.fa-envira {
  --fa: "\f299";
}

.fa-google-scholar {
  --fa: "\e63b";
}

.fa-square-gitlab {
  --fa: "\e5ae";
}

.fa-gitlab-square {
  --fa: "\e5ae";
}

.fa-studiovinari {
  --fa: "\f3f8";
}

.fa-pied-piper {
  --fa: "\f2ae";
}

.fa-wordpress {
  --fa: "\f19a";
}

.fa-product-hunt {
  --fa: "\f288";
}

.fa-firefox {
  --fa: "\f269";
}

.fa-linode {
  --fa: "\f2b8";
}

.fa-goodreads {
  --fa: "\f3a8";
}

.fa-square-odnoklassniki {
  --fa: "\f264";
}

.fa-odnoklassniki-square {
  --fa: "\f264";
}

.fa-jsfiddle {
  --fa: "\f1cc";
}

.fa-sith {
  --fa: "\f512";
}

.fa-themeisle {
  --fa: "\f2b2";
}

.fa-page4 {
  --fa: "\f3d7";
}

.fa-hashnode {
  --fa: "\e499";
}

.fa-react {
  --fa: "\f41b";
}

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

.fa-squarespace {
  --fa: "\f5be";
}

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

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

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

.fa-keycdn {
  --fa: "\f3ba";
}

.fa-opera {
  --fa: "\f26a";
}

.fa-itch-io {
  --fa: "\f83a";
}

.fa-umbraco {
  --fa: "\f8e8";
}

.fa-galactic-senate {
  --fa: "\f50d";
}

.fa-ubuntu {
  --fa: "\f7df";
}

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

.fa-stripe {
  --fa: "\f429";
}

.fa-houzz {
  --fa: "\f27c";
}

.fa-gg {
  --fa: "\f260";
}

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

.fa-square-pinterest {
  --fa: "\f0d3";
}

.fa-pinterest-square {
  --fa: "\f0d3";
}

.fa-xing {
  --fa: "\f168";
}

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

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

.fa-playstation {
  --fa: "\f3df";
}

.fa-quinscape {
  --fa: "\f459";
}

.fa-less {
  --fa: "\f41d";
}

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

.fa-opencart {
  --fa: "\f23d";
}

.fa-vine {
  --fa: "\f1ca";
}

.fa-signal-messenger {
  --fa: "\e663";
}

.fa-paypal {
  --fa: "\f1ed";
}

.fa-gitlab {
  --fa: "\f296";
}

.fa-typo3 {
  --fa: "\f42b";
}

.fa-reddit-alien {
  --fa: "\f281";
}

.fa-yahoo {
  --fa: "\f19e";
}

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

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

.fa-pied-piper-pp {
  --fa: "\f1a7";
}

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

.fa-odnoklassniki {
  --fa: "\f263";
}

.fa-nfc-symbol {
  --fa: "\e531";
}

.fa-mintbit {
  --fa: "\e62f";
}

.fa-ethereum {
  --fa: "\f42e";
}

.fa-speaker-deck {
  --fa: "\f83c";
}

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

.fa-patreon {
  --fa: "\f3d9";
}

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

.fa-ello {
  --fa: "\f5f1";
}

.fa-gofore {
  --fa: "\f3a7";
}

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

.fa-brave-reverse {
  --fa: "\e63d";
}

.fa-facebook-f {
  --fa: "\f39e";
}

.fa-square-google-plus {
  --fa: "\f0d4";
}

.fa-google-plus-square {
  --fa: "\f0d4";
}

.fa-web-awesome {
  --fa: "\e682";
}

.fa-mandalorian {
  --fa: "\f50f";
}

.fa-first-order-alt {
  --fa: "\f50a";
}

.fa-osi {
  --fa: "\f41a";
}

.fa-google-wallet {
  --fa: "\f1ee";
}

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

.fa-periscope {
  --fa: "\f3da";
}

.fa-fulcrum {
  --fa: "\f50b";
}

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

.fa-forumbee {
  --fa: "\f211";
}

.fa-mizuni {
  --fa: "\f3cc";
}

.fa-schlix {
  --fa: "\f3ea";
}

.fa-square-xing {
  --fa: "\f169";
}

.fa-xing-square {
  --fa: "\f169";
}

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

.fa-wpforms {
  --fa: "\f298";
}

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

.fa-usps {
  --fa: "\f7e1";
}

.fa-megaport {
  --fa: "\f5a3";
}

.fa-magento {
  --fa: "\f3c4";
}

.fa-spotify {
  --fa: "\f1bc";
}

.fa-optin-monster {
  --fa: "\f23c";
}

.fa-fly {
  --fa: "\f417";
}

.fa-square-bluesky {
  --fa: "\e6a3";
}

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

.fa-itunes {
  --fa: "\f3b4";
}

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

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

.fa-flickr {
  --fa: "\f16e";
}

.fa-viber {
  --fa: "\f409";
}

.fa-soundcloud {
  --fa: "\f1be";
}

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

.fa-tencent-weibo {
  --fa: "\f1d5";
}

.fa-letterboxd {
  --fa: "\e62d";
}

.fa-symfony {
  --fa: "\f83d";
}

.fa-maxcdn {
  --fa: "\f136";
}

.fa-etsy {
  --fa: "\f2d7";
}

.fa-facebook-messenger {
  --fa: "\f39f";
}

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

.fa-think-peaks {
  --fa: "\f731";
}

.fa-bilibili {
  --fa: "\e3d9";
}

.fa-erlang {
  --fa: "\f39d";
}

.fa-x-twitter {
  --fa: "\e61b";
}

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

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

.fa-42-group {
  --fa: "\e080";
}

.fa-innosoft {
  --fa: "\e080";
}

.fa-stack-exchange {
  --fa: "\f18d";
}

.fa-elementor {
  --fa: "\f430";
}

.fa-square-pied-piper {
  --fa: "\e01e";
}

.fa-pied-piper-square {
  --fa: "\e01e";
}

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

.fa-palfed {
  --fa: "\f3d8";
}

.fa-superpowers {
  --fa: "\f2dd";
}

.fa-resolving {
  --fa: "\f3e7";
}

.fa-xbox {
  --fa: "\f412";
}

.fa-square-web-awesome-stroke {
  --fa: "\e684";
}

.fa-searchengin {
  --fa: "\f3eb";
}

.fa-tiktok {
  --fa: "\e07b";
}

.fa-square-facebook {
  --fa: "\f082";
}

.fa-facebook-square {
  --fa: "\f082";
}

.fa-renren {
  --fa: "\f18b";
}

.fa-linux {
  --fa: "\f17c";
}

.fa-glide {
  --fa: "\f2a5";
}

.fa-linkedin {
  --fa: "\f08c";
}

.fa-hubspot {
  --fa: "\f3b2";
}

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

.fa-twitch {
  --fa: "\f1e8";
}

.fa-flutter {
  --fa: "\e694";
}

.fa-ravelry {
  --fa: "\f2d9";
}

.fa-mixer {
  --fa: "\e056";
}

.fa-square-lastfm {
  --fa: "\f203";
}

.fa-lastfm-square {
  --fa: "\f203";
}

.fa-vimeo {
  --fa: "\f40a";
}

.fa-mendeley {
  --fa: "\f7b3";
}

.fa-uniregistry {
  --fa: "\f404";
}

.fa-figma {
  --fa: "\f799";
}

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

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

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

.fa-instagram {
  --fa: "\f16d";
}

.fa-cmplid {
  --fa: "\e360";
}

.fa-upwork {
  --fa: "\e641";
}

.fa-facebook {
  --fa: "\f09a";
}

.fa-gripfire {
  --fa: "\f3ac";
}

.fa-jedi-order {
  --fa: "\f50e";
}

.fa-uikit {
  --fa: "\f403";
}

.fa-fort-awesome-alt {
  --fa: "\f3a3";
}

.fa-phabricator {
  --fa: "\f3db";
}

.fa-ussunnah {
  --fa: "\f407";
}

.fa-earlybirds {
  --fa: "\f39a";
}

.fa-trade-federation {
  --fa: "\f513";
}

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

.fa-whatsapp {
  --fa: "\f232";
}

.fa-square-upwork {
  --fa: "\e67c";
}

.fa-slideshare {
  --fa: "\f1e7";
}

.fa-google-play {
  --fa: "\f3ab";
}

.fa-viadeo {
  --fa: "\f2a9";
}

.fa-line {
  --fa: "\f3c0";
}

.fa-google-drive {
  --fa: "\f3aa";
}

.fa-servicestack {
  --fa: "\f3ec";
}

.fa-simplybuilt {
  --fa: "\f215";
}

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

.fa-imdb {
  --fa: "\f2d8";
}

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

.fa-raspberry-pi {
  --fa: "\f7bb";
}

.fa-jira {
  --fa: "\f7b1";
}

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

.fa-screenpal {
  --fa: "\e570";
}

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

.fa-gitter {
  --fa: "\f426";
}

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

.fa-microblog {
  --fa: "\e01a";
}

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

.fa-gg-circle {
  --fa: "\f261";
}

.fa-pied-piper-hat {
  --fa: "\f4e5";
}

.fa-kickstarter-k {
  --fa: "\f3bc";
}

.fa-yandex {
  --fa: "\f413";
}

.fa-readme {
  --fa: "\f4d5";
}

.fa-html5 {
  --fa: "\f13b";
}

.fa-sellsy {
  --fa: "\f213";
}

.fa-square-web-awesome {
  --fa: "\e683";
}

.fa-sass {
  --fa: "\f41e";
}

.fa-wirsindhandwerk {
  --fa: "\e2d0";
}

.fa-wsh {
  --fa: "\e2d0";
}

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

.fa-salesforce {
  --fa: "\f83b";
}

.fa-octopus-deploy {
  --fa: "\e082";
}

.fa-medapps {
  --fa: "\f3c6";
}

.fa-ns8 {
  --fa: "\f3d5";
}

.fa-pinterest-p {
  --fa: "\f231";
}

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

.fa-fort-awesome {
  --fa: "\f286";
}

.fa-waze {
  --fa: "\f83f";
}

.fa-bluesky {
  --fa: "\e671";
}

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

.fa-snapchat {
  --fa: "\f2ab";
}

.fa-snapchat-ghost {
  --fa: "\f2ab";
}

.fa-fantasy-flight-games {
  --fa: "\f6dc";
}

.fa-rust {
  --fa: "\e07a";
}

.fa-wix {
  --fa: "\f5cf";
}

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

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

.fa-supple {
  --fa: "\f3f9";
}

.fa-webflow {
  --fa: "\e65c";
}

.fa-rebel {
  --fa: "\f1d0";
}

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

.fa-staylinked {
  --fa: "\f3f5";
}

.fa-kaggle {
  --fa: "\f5fa";
}

.fa-space-awesome {
  --fa: "\e5ac";
}

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

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

.fa-goodreads-g {
  --fa: "\f3a9";
}

.fa-square-git {
  --fa: "\f1d2";
}

.fa-git-square {
  --fa: "\f1d2";
}

.fa-square-tumblr {
  --fa: "\f174";
}

.fa-tumblr-square {
  --fa: "\f174";
}

.fa-trello {
  --fa: "\f181";
}

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

.fa-get-pocket {
  --fa: "\f265";
}

.fa-perbyte {
  --fa: "\e083";
}

.fa-grunt {
  --fa: "\f3ad";
}

.fa-weebly {
  --fa: "\f5cc";
}

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

.fa-leanpub {
  --fa: "\f212";
}

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

.fa-themeco {
  --fa: "\f5c6";
}

.fa-python {
  --fa: "\f3e2";
}

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

.fa-bots {
  --fa: "\e340";
}

.fa-free-code-camp {
  --fa: "\f2c5";
}

.fa-hornbill {
  --fa: "\f592";
}

.fa-js {
  --fa: "\f3b8";
}

.fa-ideal {
  --fa: "\e013";
}

.fa-git {
  --fa: "\f1d3";
}

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

.fa-sketch {
  --fa: "\f7c6";
}

.fa-yandex-international {
  --fa: "\f414";
}

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

.fa-uber {
  --fa: "\f402";
}

.fa-github {
  --fa: "\f09b";
}

.fa-php {
  --fa: "\f457";
}

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

.fa-youtube {
  --fa: "\f167";
}

.fa-skyatlas {
  --fa: "\f216";
}

.fa-firefox-browser {
  --fa: "\e007";
}

.fa-replyd {
  --fa: "\f3e6";
}

.fa-suse {
  --fa: "\f7d6";
}

.fa-jenkins {
  --fa: "\f3b6";
}

.fa-twitter {
  --fa: "\f099";
}

.fa-rockrms {
  --fa: "\f3e9";
}

.fa-pinterest {
  --fa: "\f0d2";
}

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

.fa-npm {
  --fa: "\f3d4";
}

.fa-yammer {
  --fa: "\f840";
}

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

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

.fa-stumbleupon-circle {
  --fa: "\f1a3";
}

.fa-internet-explorer {
  --fa: "\f26b";
}

.fa-stubber {
  --fa: "\e5c7";
}

.fa-telegram {
  --fa: "\f2c6";
}

.fa-telegram-plane {
  --fa: "\f2c6";
}

.fa-old-republic {
  --fa: "\f510";
}

.fa-odysee {
  --fa: "\e5c6";
}

.fa-square-whatsapp {
  --fa: "\f40c";
}

.fa-whatsapp-square {
  --fa: "\f40c";
}

.fa-node-js {
  --fa: "\f3d3";
}

.fa-edge-legacy {
  --fa: "\e078";
}

.fa-slack {
  --fa: "\f198";
}

.fa-slack-hash {
  --fa: "\f198";
}

.fa-medrt {
  --fa: "\f3c8";
}

.fa-usb {
  --fa: "\f287";
}

.fa-tumblr {
  --fa: "\f173";
}

.fa-vaadin {
  --fa: "\f408";
}

.fa-quora {
  --fa: "\f2c4";
}

.fa-square-x-twitter {
  --fa: "\e61a";
}

.fa-reacteurope {
  --fa: "\f75d";
}

.fa-medium {
  --fa: "\f23a";
}

.fa-medium-m {
  --fa: "\f23a";
}

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

.fa-mixcloud {
  --fa: "\f289";
}

.fa-flipboard {
  --fa: "\f44d";
}

.fa-viacoin {
  --fa: "\f237";
}

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

.fa-sitrox {
  --fa: "\e44a";
}

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

.fa-joomla {
  --fa: "\f1aa";
}

.fa-mastodon {
  --fa: "\f4f6";
}

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

.fa-wolf-pack-battalion {
  --fa: "\f514";
}

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

.fa-gulp {
  --fa: "\f3ae";
}

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

.fa-strava {
  --fa: "\f428";
}

.fa-ember {
  --fa: "\f423";
}

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

.fa-teamspeak {
  --fa: "\f4f9";
}

.fa-pushed {
  --fa: "\f3e1";
}

.fa-wordpress-simple {
  --fa: "\f411";
}

.fa-nutritionix {
  --fa: "\f3d6";
}

.fa-wodu {
  --fa: "\e088";
}

.fa-google-pay {
  --fa: "\e079";
}

.fa-intercom {
  --fa: "\f7af";
}

.fa-zhihu {
  --fa: "\f63f";
}

.fa-korvue {
  --fa: "\f42f";
}

.fa-pix {
  --fa: "\e43a";
}

.fa-steam-symbol {
  --fa: "\f3f6";
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../../library/webfonts/fa-regular-400.woff2") format("woff2"), url("../../../library/webfonts/fa-regular-400.ttf") format("truetype");
}
.far, .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, .vc_toggle_content ul li ul 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,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../../../library/webfonts/fa-solid-900.woff2") format("woff2"), url("../../../library/webfonts/fa-solid-900.ttf") format("truetype");
}
.fas, .people-feed .loader:before, .navbar-default .mobile-ico-nav .mobile_ico_navigation > li.ico a:after, .vc_toggle_content ul li:before,
.wpb_text_column ul li:before,
.single-post .post_content ul li:before,
ul.square li:before, .posts-feed .loader:before,
.stories-results .loader:before,
.lab-results .loader:before, .select-selected:before, .page-subnav .navbar-toggler .navbar-toggler-icon, body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-search-ico a:after, body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link .mega-indicator:after, body #mega-menu-wrap-main_nav #mega-menu-main_nav .mega-sub-menu ul li.mega-menu-item .menu-item > a:after, .slick-prev:before, .slick-next:before, .slick-prev, .slick-next,
.fa-solid {
  font-weight: 900;
}

/*

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: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

p.tags a:hover, p.tags a:focus {
  border-bottom: none;
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  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 > div {
  margin-top: 8px;
  padding: 0 10px;
}

ol.commentlist time {
  font-size: 0.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: "←";
  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: "→";
  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 > .col-has-fill, .section > .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 > div:first-child, .section-xl.vc_section-has-fill > 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 > div:first-child {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 0;
}

.section-lg.vc_section-has-fill > 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 > div:first-child, .section-md.vc_section-has-fill > 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 > div:first-child, .section-sm.vc_section-has-fill > 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 > div:first-child,
.no-padding-xs.section-md.vc_section-has-fill > div:first-child,
.no-padding-xs.section-lg.vc_section-has-fill > div:first-child,
.no-padding-xs.section-xl.vc_section-has-fill > div:first-child,
.no-padding-xs.section-sm.vc_section-has-fill > div:last-child,
.no-padding-xs.section-md.vc_section-has-fill > div:last-child,
.no-padding-xs.section-lg.vc_section-has-fill > div:last-child,
.no-padding-xs.section-xl.vc_section-has-fill > 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 > div:first-child,
  .section-xl.vc_section-has-fill > 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 > div:first-child,
  .section-lg.vc_section-has-fill > div:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 76px;
    padding-bottom: 0;
  }
  .section-lg.vc_section-has-fill > 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 > div:first-child,
  .section-md.vc_section-has-fill > 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 > 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;
}

@media (max-width: 767px) {
  .admin-bar .navbar-fixed-top.sps--abv {
    top: 46px;
  }
  .admin-bar .navbar-fixed-top.sps--blw {
    top: 57px;
  }
}
body.fixed {
  padding-top: 61px;
}
@media (min-width: 992px) {
  body.fixed {
    padding-top: 86px;
  }
}
@media (min-width: 1200px) {
  body.fixed {
    padding-top: 86px;
  }
}

body.transparent .featured-full {
  padding-top: 0;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .navbar-default > .container {
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
    padding-top: 15px;
    min-height: 66px;
    min-height: 86px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-header {
    display: flex;
    align-self: center;
  }
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
}
.navbar-default, .affixed .navbar-default.affix {
  background: #FFFFFF;
  transition: all ease 0.25s;
}
@media (min-width: 992px) {
  .navbar-default .navbar-nav, .affixed .navbar-default.affix .navbar-nav {
    float: right;
  }
  .navbar-default .navbar-nav > li:last-child, .affixed .navbar-default.affix .navbar-nav > li:last-child {
    margin-right: -15px;
  }
}
.navbar-default .navbar-nav > li > a, .affixed .navbar-default.affix .navbar-nav > li > a {
  color: #592A8A;
  font-size: 15px;
  font-weight: 700;
  transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .affixed .navbar-default.affix .navbar-nav > li > a:hover, .affixed .navbar-default.affix .navbar-nav > li > a:focus {
  color: #AFB4C5;
}
.navbar-default .navbar-nav > li > a i, .affixed .navbar-default.affix .navbar-nav > li > a i {
  font-size: 12px;
  margin-left: 5px;
}
.navbar-default .navbar-nav > li > a.active, .affixed .navbar-default.affix .navbar-nav > li > a.active {
  background-color: #eee;
  color: #592A8A;
}
.navbar-default .navbar-nav > li > a.active:hover, .navbar-default .navbar-nav > li > a.active:focus, .affixed .navbar-default.affix .navbar-nav > li > a.active:hover, .affixed .navbar-default.affix .navbar-nav > li > a.active:focus {
  color: #AFB4C5;
}
.navbar-default .navbar-nav > .btn, .affixed .navbar-default.affix .navbar-nav > .btn {
  border: 1px solid #592A8A;
  background: transparent;
  color: #592A8A;
}
.navbar-default .navbar-nav > .btn:hover, .navbar-default .navbar-nav > .btn:focus, .affixed .navbar-default.affix .navbar-nav > .btn:hover, .affixed .navbar-default.affix .navbar-nav > .btn:focus {
  color: #FFFFFF;
  background: #592A8A;
}
.navbar-default .nav-top, .affixed .navbar-default.affix .nav-top {
  background: #FFFFFF;
  overflow: hidden;
  display: flex;
}
@media (max-width: 991px) {
  .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: 992px) {
  .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;
    margin-top: 14px;
  }
}
.navbar-default .nav-top .navbar-nav > li, .affixed .navbar-default.affix .nav-top .navbar-nav > li {
  margin-right: 0;
  font-size: 11px;
  margin-left: 10px;
}
@media (min-width: 992px) {
  .navbar-default .nav-top .navbar-nav > li, .affixed .navbar-default.affix .nav-top .navbar-nav > li {
    margin-left: 29px;
  }
}
.navbar-default .nav-top .navbar-nav > li > a, .affixed .navbar-default.affix .nav-top .navbar-nav > li > a {
  padding: 5px 10px;
  display: inline-block;
  text-transform: none;
  color: #592A8A;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.26px;
  text-align: right;
  transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out;
}
.navbar-default .nav-top .navbar-nav > li > a:hover, .navbar-default .nav-top .navbar-nav > li > a:focus, .navbar-default .nav-top .navbar-nav > li > a:active, .affixed .navbar-default.affix .nav-top .navbar-nav > li > a:hover, .affixed .navbar-default.affix .nav-top .navbar-nav > li > a:focus, .affixed .navbar-default.affix .nav-top .navbar-nav > li > a:active {
  color: #AFB4C5;
}
.navbar-default .nav-top .navbar-nav > li.menu-btn > a, .affixed .navbar-default.affix .nav-top .navbar-nav > li.menu-btn > a {
  text-transform: uppercase;
}
.navbar-default .nav-top .navbar-nav > .active > a, .affixed .navbar-default.affix .nav-top .navbar-nav > .active > a {
  background-color: transparent;
}

.navbar-inverse .nav-top {
  background: #fff;
}

.navbar-inverse.navbar-default .nav-top .navbar-nav > li > 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 > li > a:hover, .navbar-inverse.navbar-default .nav-top .navbar-nav > li > a:focus, .navbar-inverse.navbar-default .nav-top .navbar-nav > li > a:active {
  color: #3e6084;
}

@media (min-width: 992px) {
  #nav-container ul ul a {
    line-height: 1.2;
  }
  #nav-container ul ul.dropdown-menu {
    border-top: none;
    min-width: 181px;
    padding-top: 10px;
    padding-bottom: 5px;
  }
  #nav-container ul ul.dropdown-menu li:last-child a {
    border-bottom: none !important;
  }
}
.navbar-inverse, .affixed .navbar-inverse.affix {
  background: #592A8A;
  background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
  transition: all ease 0.25s;
  border: none;
}
.navbar-inverse .navbar-nav > li > a, .affixed .navbar-inverse.affix .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .affixed .navbar-inverse.affix .navbar-nav > li > a:hover, .affixed .navbar-inverse.affix .navbar-nav > li > a:focus {
  color: #FFFFFF;
}
.navbar-inverse .navbar-nav > li > a.active, .affixed .navbar-inverse.affix .navbar-nav > li > a.active {
  background-color: #eee;
  color: #FFFFFF;
}
.navbar-inverse .navbar-nav > li > a.active:hover, .navbar-inverse .navbar-nav > li > a.active:focus, .affixed .navbar-inverse.affix .navbar-nav > li > a.active:hover, .affixed .navbar-inverse.affix .navbar-nav > li > a.active:focus {
  color: #e9e9e9;
}
.navbar-inverse .navbar-nav > li > a.active > .btn, .affixed .navbar-inverse.affix .navbar-nav > li > a.active > .btn {
  border: 1px solid #FFFFFF;
  background: transparent;
  color: #FFFFFF;
}
.navbar-inverse .navbar-nav > li > a.active > .btn:hover, .navbar-inverse .navbar-nav > li > a.active > .btn:focus, .affixed .navbar-inverse.affix .navbar-nav > li > a.active > .btn:hover, .affixed .navbar-inverse.affix .navbar-nav > li > a.active > .btn:focus {
  color: #592A8A;
  background: #FFFFFF;
}

.navbar-default {
  border: none;
}

.navbar-default .navbar-collapse {
  border-color: transparent;
  background: transparent;
  padding: 0px 0px;
}
@media (min-width: 992px) {
  .navbar-default .navbar-collapse {
    background: transparent;
    padding: 0px;
    float: right;
    flex: 1 0 auto;
  }
}

@media (min-width: 992px) {
  .mobile-show {
    display: none;
  }
}
.mobile-show .top_navigation {
  margin-top: -1px;
  background: #18124b;
  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 > a {
  transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out;
  color: #fff;
}
.mobile-show .top_navigation li > a:hover, .mobile-show .top_navigation li > a:focus, .mobile-show .top_navigation li > a:active {
  color: #8DD0D8;
}

.navbar-nav > li {
  float: none;
}

@media (min-width: 992px) {
  .navbar-nav > li {
    float: left;
  }
}
header .navbar-brand {
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 15px;
  display: block;
  width: 220px !important;
  height: 33px !important;
}
@media (min-width: 992px) {
  header .navbar-brand {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  header .navbar-brand {
    width: 200px !important;
    height: 22px !important;
  }
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

.navbar-nav {
  margin: 0;
  clear: both;
}

.dropdown-menu > li > 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 > li > a {
  color: #17124B;
}

.no-affix a.navbar-brand:before {
  opacity: 1;
}

.dropdown-menu > li > a {
  color: #17124B;
  font-size: 15px;
  font-weight: 700;
}

.dropdown-menu li {
  margin-left: 0;
}

.logo-option {
  overflow: hidden;
  text-indent: -9999em;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.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: 230px;
  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 12px 11px rgba(0, 0, 0, 0.375);
}

@media (min-width: 992px) {
  .nav > li.mobile-only {
    display: none;
  }
  .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 > li > a, .transparent .navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
  }
  .affixed .navbar-default .navbar-nav > li > a:hover, .affixed .navbar-default .navbar-nav > li > a:focus, .transparent .navbar-default .navbar-nav > li > a:hover, .transparent .navbar-default .navbar-nav > li > a:focus {
    color: #e9e9e9;
    background-color: transparent;
  }
  .affixed .navbar-default .navbar-nav > li > a.active, .transparent .navbar-default .navbar-nav > li > a.active {
    background-color: #eee;
  }
  .affixed .navbar-default .navbar-nav > li > a.active:hover, .affixed .navbar-default .navbar-nav > li > a.active:focus, .transparent .navbar-default .navbar-nav > li > a.active:hover, .transparent .navbar-default .navbar-nav > li > a.active:focus {
    color: #e9e9e9;
    background-color: transparent;
  }
  .affixed .navbar-default .navbar-nav > .btn, .transparent .navbar-default .navbar-nav > .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: #592A8A;
  }
  .navbar-default .navbar-form {
    border-color: transparent;
  }
  .navbar-nav > li:first-child {
    margin-left: -15px;
  }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #EFEFEF;
  }
  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #592A8A;
    background-color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #592A8A;
  }
  .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 > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .affixed .navbar-default .navbar-nav > .active > 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 > .active > a:after, .affix.navbar-default .navbar-nav > .active > a:after {
    border-bottom: 2px solid #592A8A;
  }
  .affixed .navbar-inverse.navbar-default .navbar-nav > .active > a:after {
    border-bottom: 2px solid #FFFFFF;
  }
  .navbar-default .navbar-nav > .active > a {
    background-color: transparent;
  }
  .navbar-brand {
    width: 210px;
  }
  .navbar > .container .navbar-brand, .navbar > .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 > a {
    background-color: rgba(175, 180, 197, 0.2);
  }
  #nav-container ul ul li.menu-item-has-children > 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 > a:after {
    color: inherit;
  }
  #nav-container ul li:hover > ul,
  #nav-container ul li.focus > ul {
    left: auto;
  }
  #nav-container ul ul li:hover > ul,
  #nav-container ul ul li.focus > ul {
    left: 100%;
  }
  #nav-container li .menu-item-has-children > a,
  #nav-container li .page_item_has_children > a {
    padding-right: 20px;
    width: 168px;
  }
  #nav-container ul li:hover > ul, #nav-container ul li.focus > ul {
    left: auto;
  }
  #nav-container ul li:hover > ul, #nav-container ul li.focus > ul {
    left: auto;
  }
}
@media (min-width: 1024px) {
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar > .container .navbar-brand, .navbar > .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 > li > a {
    color: #592A8A;
  }
  .affix.navbar-inverse .navbar-nav > li > a {
    color: rgb(157.335, 157.335, 157.335);
  }
  .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 > li > a:hover,
  .affix.navbar-default .navbar-nav > .active > a:hover,
  .affix.navbar-default .navbar-nav > .active > a:focus {
    color: #C5C5C5;
    background: transparent;
  }
  .affix.navbar-default .navbar-nav > .active > a,
  .affix.navbar-default .navbar-nav > .active > a:hover,
  .affix.navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
  }
  .affixed.navbar-fixed-top.affix {
    position: fixed;
  }
}
@keyframes hideBg {
  90% {
    background: inherit;
  }
  100% {
    background: none;
  }
}
#main article .wpb_text_column .recent-events img,
#main .recent-posts .style2 img {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .col-fix {
    display: flex;
  }
}

#content .recent-events .h3,
#content .has-btn .h3 {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 23px;
  line-height: 31px;
}
@media (min-width: 768px) {
  #content .recent-events .h3,
  #content .has-btn .h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  #content .recent-events .h3,
  #content .has-btn .h3 {
    font-size: 23px;
    line-height: 31px;
  }
}

#content .misc-feed-section .h3 a {
  color: #07B862;
}
#content .misc-feed-section .h3 a:hover, #content .misc-feed-section .h3 a:focus, #content .misc-feed-section .h3 a:active {
  color: #0AD472;
}
#content .misc-feed-section .view-all a {
  color: #07B862;
}
#content .misc-feed-section .view-all a:hover, #content .misc-feed-section .view-all a:focus, #content .misc-feed-section .view-all a:active {
  color: #0AD472;
}

.recent-events p,
.has-btn p {
  color: #3A3A3A;
  letter-spacing: 0;
  line-height: 25px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .recent-events p,
  .has-btn p {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .recent-events p,
  .has-btn p {
    line-height: 25px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .recent-events .excerpt {
    margin-bottom: 1.6em;
  }
}
#content .recent-posts img {
  border-radius: 4px;
}
#content .recent-posts h3, #content .recent-posts .h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #0D2D4E;
  margin-bottom: 0px;
  margin-top: 0;
}
@media (min-width: 768px) {
  #content .recent-posts h3, #content .recent-posts .h3 {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0px;
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  #content .recent-posts h3, #content .recent-posts .h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
#content .recent-posts h3 a, #content .recent-posts .h3 a {
  color: #040030;
}
#content .recent-posts h3 a:hover, #content .recent-posts h3 a:focus, #content .recent-posts h3 a:active, #content .recent-posts .h3 a:hover, #content .recent-posts .h3 a:focus, #content .recent-posts .h3 a:active {
  color: #AFB4C5;
}
#content .recent-posts .style2 h3, #content .recent-posts .style2 .h3, #content .recent-posts h3, #content .recent-posts .h3 {
  font-size: 23px;
  line-height: 31px;
  letter-spacing: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  #content .recent-posts .style2 h3 br, #content .recent-posts .style2 .h3 br, #content .recent-posts h3 br, #content .recent-posts .h3 br {
    display: none;
  }
}
@media (min-width: 768px) {
  #content .recent-posts .style2 h3, #content .recent-posts .style2 .h3, #content .recent-posts h3, #content .recent-posts .h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  #content .recent-posts .style2 h3, #content .recent-posts .style2 .h3, #content .recent-posts h3, #content .recent-posts .h3 {
    font-size: 23px;
    line-height: 31px;
  }
}
#content .recent-posts .style2 h3 a, #content .recent-posts .style2 .h3 a, #content .recent-posts h3 a, #content .recent-posts .h3 a {
  color: #592A8A;
}
#content .recent-posts .style2 p, #content .recent-posts p {
  color: #3A3A3A;
  letter-spacing: 0;
  font-size: 15px;
  line-height: 22px;
}
@media (min-width: 992px) {
  #content .recent-posts .style2 p, #content .recent-posts p {
    line-height: 25px;
    font-size: 16px;
  }
}
#content .recent-posts .style2 p.meta, #content .recent-posts p.meta {
  font-weight: 700;
  margin-bottom: 26px;
}
#content .recent-posts .style2 img, #content .recent-posts img {
  border-radius: 0px;
}
#content .recent-posts p {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #505050;
  letter-spacing: 0.4px;
}
@media (min-width: 768px) {
  #content .recent-posts p {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (min-width: 992px) {
  #content .recent-posts p {
    font-size: 16px;
    line-height: 23px;
  }
}
#content .recent-posts .column {
  margin-bottom: 68px;
}
@media (max-width: 991px) {
  #content .recent-posts .column {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

#content .purple-bg .recent-posts .style2 h3 a, #content .purple-bg .recent-posts .style2 .h3 a, #content .purple-bg .recent-posts h3 a, #content .purple-bg .recent-posts .h3 a {
  color: #fff;
}

#content .recent-posts .style2 p.meta {
  margin-bottom: 0;
}

#content #main p.meta {
  font-weight: 700;
  color: #72BEC6;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.3px;
  margin-bottom: 0px;
  margin-top: 5px;
  font-size: 14px;
  line-height: 21px;
  color: #3A3A3A;
  letter-spacing: 0;
  line-height: 25px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  #content #main p.meta {
    margin-top: 10px;
    font-size: 16px;
    line-height: 23px;
  }
}
#content .recent-posts h3 a, #content .recent-posts .h3 a {
  color: #040030;
}
#content .recent-posts h3 a:hover, #content .recent-posts h3 a:focus, #content .recent-posts h3 a:active, #content .recent-posts .h3 a:hover, #content .recent-posts .h3 a:focus, #content .recent-posts .h3 a:active {
  color: #AFB4C5;
}

body #mega-menu-wrap-main_nav #mega-menu-main_nav .mega-sub-menu ul li.mega-menu-item .menu-item > a:after {
  content: "\f054";
  font-size: 11px;
  color: #18124b;
  margin-left: 4px;
  margin-top: 2px;
}

body .mega-menu-wrap {
  float: right;
}
@media (min-width: 992px) {
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    text-transform: none;
    color: #3A3A3A;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 16px;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12,
  body #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12 {
    width: 29%;
    padding-right: 8px;
    padding-left: 8px;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 > ul.mega-sub-menu > li.mega-menu-item,
  body #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12 > ul.mega-sub-menu > li.mega-menu-item {
    padding-top: 0;
    padding-bottom: 0;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link,
  body #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12 > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link {
    font-size: 16px;
    color: #592A8A;
    letter-spacing: 0;
    font-weight: 700;
    padding-bottom: 8px;
    border-bottom: 1px solid #EFF6F7;
    transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link:hover, body #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link:focus, body #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link:active,
  body #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12 > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link:hover,
  body #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12 > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link:focus,
  body #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12 > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link:active {
    color: #AFB4C5;
    background: none;
    text-decoration: none;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 > ul.mega-sub-menu > li.mega-menu-item.widget_media_image,
  body #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12 > ul.mega-sub-menu > li.mega-menu-item.widget_media_image {
    padding-top: 32px;
    padding-bottom: 25px;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12 > ul.mega-sub-menu > li.mega-menu-item {
    padding-top: 30px;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12 > ul.mega-sub-menu > li.mega-menu-item.widget_media_image {
    padding-top: 32px;
    padding-bottom: 25px;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12 > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link {
    border-bottom: none !important;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-12,
  body #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12 {
    width: 71%;
    padding-left: 10px;
    padding-bottom: 10px;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-12 > ul.mega-sub-menu > li.mega-menu-item .menu-heading,
  body #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12 > ul.mega-sub-menu > li.mega-menu-item .menu-heading {
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-12 > ul.mega-sub-menu > li.mega-menu-item .menu-heading, body #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-12 > ul.mega-sub-menu > li.mega-menu-item .menu-heading a,
  body #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12 > ul.mega-sub-menu > li.mega-menu-item .menu-heading,
  body #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12 > ul.mega-sub-menu > li.mega-menu-item .menu-heading a {
    font-size: 16px;
    color: #592A8A;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 700;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-12 > ul.mega-sub-menu > li.mega-menu-item .menu-heading a,
  body #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12 > ul.mega-sub-menu > li.mega-menu-item .menu-heading a {
    margin-left: -10px;
    transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-12 > ul.mega-sub-menu > li.mega-menu-item .menu-heading a:hover, body #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-12 > ul.mega-sub-menu > li.mega-menu-item .menu-heading a:focus, body #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-12 > ul.mega-sub-menu > li.mega-menu-item .menu-heading a:active,
  body #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12 > ul.mega-sub-menu > li.mega-menu-item .menu-heading a:hover,
  body #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12 > ul.mega-sub-menu > li.mega-menu-item .menu-heading a:focus,
  body #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12 > ul.mega-sub-menu > li.mega-menu-item .menu-heading a:active {
    color: #AFB4C5;
    background: none;
    text-decoration: none;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu.mega-ways-give-menu > ul.mega-sub-menu {
    width: 536px;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu.mega-ways-give-menu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12 {
    width: 63.1%;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu.mega-ways-give-menu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12 {
    width: 36.9%;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu.mega-ways-give-menu > ul.mega-sub-menu .cause-right-col .mega-sub-menu {
    height: 291px;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav .mega-sub-menu ul {
    position: relative;
    left: 0;
    border-bottom: none;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav .mega-sub-menu ul li.mega-menu-item .menu-item {
    padding-bottom: 11px;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav .mega-sub-menu ul li.mega-menu-item .menu-item > a {
    color: #18124b;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out;
    border-bottom: none;
    line-height: 1.2;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav .mega-sub-menu ul li.mega-menu-item .menu-item > a:hover, body #mega-menu-wrap-main_nav #mega-menu-main_nav .mega-sub-menu ul li.mega-menu-item .menu-item > a:focus, body #mega-menu-wrap-main_nav #mega-menu-main_nav .mega-sub-menu ul li.mega-menu-item .menu-item > a:active {
    font-weight: 600;
    background: none;
    text-decoration: none;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav .mega-sub-menu ul li.mega-menu-item .menu-item > a:hover, body #mega-menu-wrap-main_nav #mega-menu-main_nav .mega-sub-menu ul li.mega-menu-item .menu-item > a:hover:after, body #mega-menu-wrap-main_nav #mega-menu-main_nav .mega-sub-menu ul li.mega-menu-item .menu-item > a:focus, body #mega-menu-wrap-main_nav #mega-menu-main_nav .mega-sub-menu ul li.mega-menu-item .menu-item > a:focus:after, body #mega-menu-wrap-main_nav #mega-menu-main_nav .mega-sub-menu ul li.mega-menu-item .menu-item > a:active, body #mega-menu-wrap-main_nav #mega-menu-main_nav .mega-sub-menu ul li.mega-menu-item .menu-item > a:active:after {
    color: #AFB4C5;
  }
  body #mega-menu-wrap-main_nav {
    background: transparent;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-weight: 600;
    transition: color, font-weight 0.25s ease-in-out;
    font-size: 14px;
    color: #BBBAC5;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 10px;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:active {
    font-weight: 600;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item {
    margin-bottom: 8px;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu {
    border-bottom: 11px solid #18124b;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    color: #07B862;
    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 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus, body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:active {
    font-weight: 700;
    color: #005596;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    padding-left: 0;
    line-height: inherit;
  }
}
@media (min-width: 992px) {
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > 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: 992px) and (min-width: 992px) {
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:before {
    position: relative;
  }
}
@media (min-width: 992px) {
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.view-all > a.mega-menu-link {
    font-weight: 700;
    font-size: 13px;
    color: #07B862;
    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 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.view-all > a.mega-menu-link:hover, body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.view-all > a.mega-menu-link:focus, body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.view-all > a.mega-menu-link:active {
    color: #005596;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.view-all > a.mega-menu-link:before {
    display: none;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.view-all > a.mega-menu-link {
    font-weight: 700;
    font-size: 13px;
    color: #07B862;
    letter-spacing: 0.3px;
    text-transform: uppercase;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #fff;
    box-shadow: 0 12px 11px rgba(0, 0, 0, 0.375);
    width: 953px;
    right: 0;
    left: auto;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu ul.mega-sub-menu .cause-right-col {
    background-color: #EFF6F7;
  }
  body #nav-container {
    margin-top: 10px;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu ul.mega-sub-menu .cause-right-col .mega-sub-menu {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 57px 42% auto;
    flex-direction: column;
    height: 420px;
    flex-wrap: wrap;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu ul.mega-sub-menu .cause-right-col .mega-sub-menu li:nth-child(1) {
    grid-row-start: 1;
    grid-column-end: span 2;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu ul.mega-sub-menu .cause-right-col .mega-sub-menu li:nth-child(2) {
    grid-row-start: 2;
    grid-column-start: 1;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu ul.mega-sub-menu .cause-right-col .mega-sub-menu li:nth-child(3) {
    grid-row-start: 3;
    grid-column-start: 1;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu ul.mega-sub-menu .cause-right-col .mega-sub-menu li:nth-child(4) {
    grid-row: 2/3;
    grid-column-start: 2;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.mega-cause-right-col > ul.mega-sub-menu > li.mega-menu-item {
    width: auto;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.mega-cause-right-col > ul.mega-sub-menu > li.mega-menu-item.widget_custom_html {
    padding-top: 30px;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-flyout ul.mega-sub-menu {
    background: #fff;
    min-width: 181px;
    box-shadow: 0 12px 11px rgba(0, 0, 0, 0.375);
    border-bottom: solid 11px #592A8A;
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 10px;
    padding-bottom: 5px;
    left: -31px;
    width: auto;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #fff;
    color: #18124b;
    font-size: 16px;
    font-weight: 700;
    transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #EFF6F7 !important;
    line-height: 1.2;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus, body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:active {
    font-weight: 700;
    color: #AFB4C5;
    background: none;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    border-top: none;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a {
    border-bottom: none !important;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding: 13px 0px;
    transition: none;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding: 0;
  }
}
@media (max-width: 991px) {
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu {
    color: #fff;
    background: #0D2D4E;
    text-transform: uppercase;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu a.mega-menu-link {
    color: #07B862;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu a.mega-menu-link:hover, body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu a.mega-menu-link:active, body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu a.mega-menu-link:focus {
    color: #0AD472;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > 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 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:active, body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
    color: #8DD0D8;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.22px;
    color: #07B862;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:active, body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {
    color: #0AD472;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    margin-left: -15px;
    margin-right: -15px;
  }
}
body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:hover, body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:active, body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:focus {
  background: transparent;
  font-weight: 700;
}
@media (min-width: 992px) {
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:hover, body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:active, body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:focus {
    color: #AFB4C5;
  }
}
@media (max-width: 991px) {
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:hover, body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:active, body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:focus {
    font-size: 16px;
  }
}
body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
  background: transparent;
  font-weight: 700;
}
@media (min-width: 992px) {
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
    color: #040030;
  }
}
body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-mobile-show {
  border-top: 1px solid rgba(255, 255, 255, 0.3803921569);
  padding-top: 1px;
}
body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-search-ico > a {
  align-items: center;
  text-indent: -9999em;
  display: inline-flex;
  position: relative;
}
@media (max-width: 991px) {
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-search-ico > a {
    color: #fff;
    text-indent: 0;
  }
}
body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-search-ico > a:before {
  content: "";
  background: url(../../../images/search-ico.svg) no-repeat;
  width: 16px;
  height: 16px;
  margin-top: -3px;
  background-size: contain;
  display: inline-block;
  visibility: visible;
  transition: all 0.16s ease-in-out;
}
body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-search-ico > a:after {
  opacity: 0;
  background: url(../../../images/search-ico-hover.svg) no-repeat;
  width: 16px;
  height: 16px;
  margin-top: -3px;
  background-size: contain;
  display: inline-block;
  content: "";
  position: absolute;
  transition: all 0.16s ease-in-out;
}
@media (max-width: 991px) {
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-search-ico > a:before, body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-search-ico > a:after {
    display: none !important;
  }
}
body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-search-ico > a:hover:after {
  opacity: 1;
}
body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-search-ico > a:hover:before {
  opacity: 0;
}
body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item {
  position: relative;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item {
    border-bottom: none;
    margin-left: 9px;
    margin-right: 9px;
  }
}
body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link {
  transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out;
  height: auto;
  letter-spacing: 0.3px;
  border-right: none;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  color: #fff;
  text-transform: none;
  padding: 13px 10px 13px 10px;
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 992px) {
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (min-width: 1200px) {
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link {
    font-size: 15px;
  }
}
body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link:hover, body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link:active, body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link:focus {
  background: transparent;
  color: #fff;
}
body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link br {
  display: none;
}
@media (min-width: 992px) {
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link {
    color: #18124b;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link br {
    display: block;
  }
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link:hover, body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link:active, body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link:focus {
    color: #AFB4C5;
    background: transparent;
    font-weight: 700;
  }
}
@media (min-width: 992px) {
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link {
    padding: 10px 15px;
  }
}
@media (min-width: 992px) {
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link {
    padding: 10px 15px;
  }
}
@media (min-width: 1200px) {
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link {
    padding: 10px 15px;
  }
}
@media (max-width: 991px) {
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link {
    display: flex;
    align-items: center;
  }
}
body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link .mega-indicator {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link .mega-indicator {
    display: none;
  }
}
body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link .mega-indicator:after {
  content: "\f078";
  font-size: 12px;
}
body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item:first-child a:before {
  display: none;
}
@media (max-width: 991px) {
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-menu-item-has-children > 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: 22px;
    height: 15px;
    background-size: contain;
    display: inline-block;
  }
}
@media (min-width: 992px) {
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-menu-item-has-children > 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: 991px) {
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:after {
    transform: rotate(180deg);
  }
}
body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-search-ico a.mega-menu-link {
  padding-right: 0 !important;
}
@media (max-width: 991px) {
  body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-search-ico {
    display: none;
  }
}
body #mega-menu-wrap-main_nav #mega-menu-main_nav > 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 > li.mega-search-ico a:hover:after,
body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-search-ico a:active:after,
body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-search-ico a:focus:after {
  color: #5391CC;
}
@media only screen and (max-width: 991px) {
  body #mega-menu-wrap-main_nav .mega-menu-toggle + #mega-menu-main_nav {
    background: #18124b;
    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: 992px) {
  body #mega-menu-wrap-main_nav,
  body #mega-menu-wrap-main_nav #mega-menu-main_nav {
    float: right;
  }
}
@media (min-width: 992px) {
  body #mega-menu-main_nav {
    display: flex;
    align-content: center;
    justify-content: flex-end;
  }
}

@media (min-width: 992px) {
  .navbar-default #mega-menu-main_nav > li.mega-menu-item.mega-show-mobile,
  #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-show-mobile {
    display: none;
  }
}

.navbar-default #mega-menu-main_nav > li.mega-menu-item.mega-hide-mobile,
#mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-hide-mobile {
  display: none;
}
@media (min-width: 992px) {
  .navbar-default #mega-menu-main_nav > li.mega-menu-item.mega-hide-mobile,
  #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-hide-mobile {
    display: inline-block;
  }
}

@media (max-width: 991px) {
  #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu.mega-horiz-menu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > 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 > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a {
    text-align: left;
  }
  #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu.mega-horiz-menu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link {
    background: none;
  }
}

@media (max-width: 991px) {
  #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-flyout ul.mega-sub-menu {
    background: #6e3fa0;
  }
}
@media (max-width: 991px) {
  #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    background: none;
    clear: both;
    border: none;
  }
  #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child {
    border-bottom: none;
  }
  #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: none;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0;
    border: none;
    transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out;
  }
  #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:active, #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    color: #8DD0D8;
    background: none !important;
    font-weight: 600;
  }
}

@media (max-width: 991px) {
  body #nav-container ul ul a {
    border-bottom: none !important;
  }
}
@media (min-width: 992px) {
  .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 > li.mega-menu-item > 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 > li.mega-menu-item > a.mega-menu-link:hover, body .navbar-inverse #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link:active, body .navbar-inverse #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link:focus {
    color: #8DD0D8;
  }
  body .navbar-inverse #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link:before {
    background: #fff;
  }
}
@media (min-width: 992px) {
  #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #18124b;
    background: transparent;
    font-weight: 700;
  }
}

@media only screen and (max-width: 991px) {
  #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item {
    display: list-item;
    margin: 0;
    clear: both;
    border: 0;
  }
}
/*-------------------------------*/
/*           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: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #3e6084;
    background-color: transparent;
  }
}
.navbar-default .container {
  position: relative;
}

#sidebar-wrapper .navbar-nav > li {
  float: none;
}

.dropdown-menu > li > a {
  white-space: wrap;
}

body {
  overflow-x: hidden;
}

.nav .open > a {
  background-color: transparent;
}
.nav .open > a:hover {
  background-color: transparent;
}
.nav .open > a:focus {
  background-color: transparent;
}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/
.navbar-wrapper {
  position: relative;
  overflow: hidden;
}

.navbar-header {
  position: relative;
}
.navbar-header:before {
  background: #fff;
  position: absolute;
  right: -100%;
  height: 100%;
  width: 1280%;
  top: 0;
  display: block;
}

.navbar-default .navbar-form {
  border-color: transparent;
  box-shadow: none;
}

#wrapper .navbar-default {
  transition: color 0.35s ease;
}
@media (min-width: 992px) {
  #wrapper .navbar-default {
    margin-bottom: 21px;
  }
}
@media (max-width: 991px) {
  #wrapper .navbar-default {
    background: #17124B;
  }
}

#wrapper.fixed .navbar-default {
  position: fixed;
}

@media (max-width: 991px) {
  #nav-container.collapse {
    display: none !important;
  }
}
#wrapper.toggled .navbar-default {
  position: fixed;
  z-index: 20;
  right: 0;
  left: 0px;
  bottom: 0;
  top: 0;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.35s ease;
}
#wrapper.toggled .navbar-default .collapse {
  display: block !important;
  margin-top: 40px;
  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: 991px) {
  .navbar-header {
    z-index: 1033;
    position: relative;
    background: #17124B;
    margin-left: -15px;
    margin-right: -15px;
    float: none;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,
  .affixed .navbar-default.affix .navbar-nav > li > a,
  .affixed .navbar-default.affix .navbar-nav > li > a:hover,
  .affixed .navbar-default.affix .navbar-nav > li > a:focus {
    color: #fff;
  }
  .navbar-default {
    text-transform: uppercase;
  }
  .navbar-default .dropdown.open,
  .navbar-default .navbar-nav > .active > a {
    background: #2E3B73;
    color: #fff;
  }
  .navbar-default .navbar-nav > .active > a {
    background: transparent;
  }
  .navbar-default .navbar-nav .dropdown {
    overflow: hidden;
  }
  .navbar-default .navbar-nav .dropdown-menu > li {
    overflow: hidden;
  }
  .navbar-default .navbar-nav .dropdown-menu > li:after {
    background: url(../../../images/teal-horiz.png) repeat-x;
    width: 100%;
    height: 1px;
    content: "";
    display: block;
  }
  .navbar-default .navbar-nav .dropdown-menu > li:last-child:after {
    display: none;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    text-align: center;
    font-weight: normal;
    padding: 10px 15px 10px 25px;
    text-transform: none;
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a,
  .navbar-default #top-nav.navbar-nav > li > a {
    color: #fff;
  }
  .navbar-default .caret {
    display: none;
  }
  .navbar-default .navbar-collapse {
    padding: 0;
  }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #2E3B73;
    background-color: #0D2D4E;
    color: #fff;
  }
  #nav-container ul li.menu-item-has-children > a:after {
    font-size: 14px;
  }
  #nav-container ul li.menu-item-has-children > a:after {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .navbar-nav .dropdown-menu.show {
    background-color: transparent;
    border: none;
    box-shadow: none;
    position: relative;
    clear: both;
    background: 0 0;
    display: block;
    top: initial;
    left: initial;
    float: left;
    min-width: auto;
    width: 100%;
    padding: 0;
    z-index: 0;
    margin-left: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1803921569);
    border-bottom: none;
    padding-bottom: 10px;
  }
}
#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 > li.mega-search-ico a.is-open:hover, body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-search-ico a.is-open:active, body #mega-menu-wrap-main_nav #mega-menu-main_nav > 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 > li > 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 > li > a:hover {
  color: #aed1e2;
}

.sidebar-nav-full .navbar-wrapper .navbar-inverse .navbar-nav > li > 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 > .active > a {
  color: #66BE6C;
}
.navbar-wrapper .navbar-inverse .navbar-nav > .active > a:hover,
.navbar-wrapper .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #8bd690;
}

.bg-sidebar-wrapper-1 {
  background: #0D2D4E;
}

.bg-sidebar-wrapper-2 {
  background: #0D2D4E;
}

@media (max-width: 991px) {
  .bg-sidebar.bg-sidebar-wrapper-2 {
    padding-top: 15px;
  }
}

.bg-sidebar {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (max-width: 991px) {
  .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: 991px) {
  .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: 991px) {
  .bg-sidebar .navbar-form,
  .hero-form {
    margin-left: 6px;
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .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: 991px) {
  .hero-form .sidebar-menu-title {
    margin-bottom: 0 !important;
    display: block;
  }
}

@media (max-width: 991px) {
  .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 > .open > 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 0.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: 991px) {
  .sidebar-nav li a {
    padding: 10px 15px 10px 20px;
  }
}
.sidebar-nav li.open:hover before {
  transition: width 0.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 > li > a:hover {
  background: transparent;
  color: #aed1e2;
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  font-size: 20px;
  height: 65px;
  line-height: 44px;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  color: #ffffff;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: transparent;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/
@media (min-width: 992px) {
  .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: 992px) {
  .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: 991px) {
  .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: 7px;
  margin-left: 13px;
  transition: all 0.5s ease;
  background: transparent;
  border: none;
  display: block;
  height: 30px;
  position: relative;
  width: 30px;
  right: 15px;
  top: 0px;
  z-index: 1033;
  margin-right: 0;
}
@media (min-width: 992px) {
  .hamburger {
    display: none;
  }
}
@media (min-width: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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 0.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 0.35s ease-in-out;
  display: block;
  opacity: 1;
}
.hamburger.is-closed:hover .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  top: 3px;
}
.hamburger.is-closed:hover .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  bottom: 3px;
}
.hamburger.is-closed:hover .menu-text {
  -webkit-transition: all 0.35s ease-in-out;
  opacity: 0.5;
}
.hamburger.is-closed:focus .hamb-top, .hamburger.is-closed .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: #FFF;
  top: 5px;
}
.hamburger.is-closed:focus .hamb-middle, .hamburger.is-closed .hamb-middle {
  background-color: #FFF;
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-closed:focus .hamb-bottom, .hamburger.is-closed .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: #FFF;
  bottom: 6px;
}

.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: 3px;
  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: #FFF;
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-open .hamb-middle {
  background-color: #FFF;
  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: #FFF;
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-open:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.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 0.35s ease-in-out;
  display: block;
  opacity: 1;
}

/*-------------------------------*/
/*          Dark Overlay         */
/*-------------------------------*/
@media (min-width: 992px) {
  .navbar-default .mobile-show {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .toggled .navbar-default li.cta-green a {
    position: relative;
    right: unset;
    margin-top: 20px;
  }
  .toggled .navbar-nav li a {
    font-size: 18px !important;
    padding: 15px !important;
    text-align: center;
  }
  .navbar-default ul.navbar-nav {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
  }
  .navbar-default .navbar-nav > li > a {
    text-transform: none;
  }
}
.page-menu {
  background-color: #18124b;
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-menu .h2, .page-menu h2 {
  color: #fff;
  margin: 0px;
  margin-bottom: 2px;
  line-height: 40px;
  font-size: 30px;
}
@media (min-width: 992px) {
  .page-menu .h2, .page-menu h2 {
    font-size: 35px;
  }
}
.page-menu .h2 a, .page-menu h2 a {
  color: #fff;
  transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out;
}
.page-menu .h2 a:hover, .page-menu .h2 a:active, .page-menu .h2 a:focus, .page-menu h2 a:hover, .page-menu h2 a:active, .page-menu h2 a:focus {
  color: #AFB4C5;
  text-decoration: none;
}
@media (min-width: 992px) {
  .page-menu {
    padding: 15px 0px 15px 0px;
  }
}

.page-subnav {
  position: relative;
}
.page-subnav .container,
.page-subnav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .page-subnav {
    margin-bottom: -15px;
  }
}
@media (max-width: 991px) {
  .page-subnav .collapse {
    display: none !important;
  }
}
.page-subnav .collapse.show {
  display: flex !important;
}
.page-subnav .dropdown .dropdown-toggle i {
  transform-origin: 50% 50%;
  transition: all 0.2s ease;
}
.page-subnav .dropdown .dropdown-toggle.show i {
  transform: rotate(180deg);
}
.page-subnav .dropdown.dropend .dropdown-toggle.show i {
  transform: none;
}
.page-subnav .navbar-toggler {
  right: 0;
  position: absolute;
  top: -31px;
  background: transparent;
  border: none;
  transform-origin: 50% 50%;
  transition: all 0.2s ease;
}
.page-subnav .navbar-toggler .navbar-toggler-icon {
  color: #fff;
  font-size: 18.7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-subnav .navbar-toggler:not(.collapsed) {
  box-shadow: none;
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .page-subnav .navbar-toggler {
    display: none;
  }
}
.page-subnav ul.menu {
  list-style: none;
  width: 100%;
  min-width: 380px;
  padding-top: 0px;
  flex-direction: row;
  padding-top: 0;
  padding-bottom: 3px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .page-subnav ul.menu {
    display: flex;
  }
}
@media (min-width: 992px) {
  .page-subnav ul.menu {
    padding-left: 0;
  }
}
.page-subnav .menu-item {
  margin-right: 12px;
}
@media (min-width: 992px) {
  .page-subnav .menu-item {
    margin-right: 35px;
  }
}
.page-subnav .menu-item a {
  line-height: 1.4;
  padding: 10px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0;
  color: #fff;
  transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out;
  display: flex;
  line-height: 1.3;
  align-items: center;
  justify-content: space-between;
}
.page-subnav .menu-item a i {
  font-size: 12.5px;
  margin-left: 4px;
}
.page-subnav .menu-item a:first-child {
  margin-left: -10px;
}
.page-subnav .menu-item a:last-child {
  margin-right: -10px;
}
.page-subnav .menu-item a:hover, .page-subnav .menu-item a:active, .page-subnav .menu-item a:focus {
  color: #FEC923;
  text-decoration: none;
}
.page-subnav .dropdown-menu .menu-item {
  position: relative;
}
.page-subnav .dropdown-toggle.show {
  display: flex !important;
}
@media (min-width: 992px) {
  .page-subnav .dropdown-menu > li.menu-item-has-children > .dropdown-menu {
    position: absolute;
    left: 0;
    top: 3px;
    left: 0;
  }
  .page-subnav .dropdown-menu > li.menu-item-has-children:hover .dropdown-menu {
    display: block;
    left: 100%;
    z-index: 1000;
  }
}
.page-subnav .dropdown-menu {
  border-radius: 0;
  border: none;
  background: transparent;
  position: relative;
}
@media (min-width: 992px) {
  .page-subnav .dropdown-menu {
    box-shadow: 0 12px 11px rgba(0, 0, 0, 0.375);
    border-bottom: solid 11px #592A8A;
    background-color: #fff;
  }
  .page-subnav .dropdown-menu .dropdown-menu {
    box-shadow: 6px -3px 10px rgba(0, 0, 0, 0.375);
    left: -2px;
  }
}
@media (max-width: 991px) {
  .page-subnav .dropdown-menu .dropdown-menu {
    padding-left: 15px;
  }
}
.page-subnav .dropdown-menu .menu-item {
  margin-right: 0;
}
.page-subnav .dropdown-menu .menu-item a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out;
}
.page-subnav .dropdown-menu .menu-item a:first-child {
  margin-left: 0;
}
.page-subnav .dropdown-menu .menu-item a:last-child {
  margin-right: 0;
}
@media (min-width: 992px) {
  .page-subnav .dropdown-menu .menu-item a {
    font-size: 16px;
    font-weight: 700;
  }
}
@media (min-width: 992px) {
  .page-subnav .dropdown-menu .menu-item a {
    color: #18124b;
  }
}
@media (max-width: 991px) {
  .page-subnav .dropdown-menu .menu-item a.dropdown-toggle.show .fas, .page-subnav .dropdown-menu .menu-item a.dropdown-toggle.show .people-feed .loader:before, .people-feed .page-subnav .dropdown-menu .menu-item a.dropdown-toggle.show .loader:before, .page-subnav .dropdown-menu .menu-item a.dropdown-toggle.show .navbar-default .mobile-ico-nav .mobile_ico_navigation > li.ico a:after, .navbar-default .mobile-ico-nav .mobile_ico_navigation > li.ico .page-subnav .dropdown-menu .menu-item a.dropdown-toggle.show a:after, .page-subnav .dropdown-menu .menu-item a.dropdown-toggle.show .vc_toggle_content ul li:before, .vc_toggle_content ul .page-subnav .dropdown-menu .menu-item a.dropdown-toggle.show li:before,
  .page-subnav .dropdown-menu .menu-item a.dropdown-toggle.show .wpb_text_column ul li:before,
  .wpb_text_column ul .page-subnav .dropdown-menu .menu-item a.dropdown-toggle.show li:before,
  .page-subnav .dropdown-menu .menu-item a.dropdown-toggle.show .single-post .post_content ul li:before,
  .single-post .post_content ul .page-subnav .dropdown-menu .menu-item a.dropdown-toggle.show li:before,
  .page-subnav .dropdown-menu .menu-item a.dropdown-toggle.show ul.square li:before,
  ul.square .page-subnav .dropdown-menu .menu-item a.dropdown-toggle.show li:before, .page-subnav .dropdown-menu .menu-item a.dropdown-toggle.show .posts-feed .loader:before, .posts-feed .page-subnav .dropdown-menu .menu-item a.dropdown-toggle.show .loader:before,
  .page-subnav .dropdown-menu .menu-item a.dropdown-toggle.show .stories-results .loader:before,
  .stories-results .page-subnav .dropdown-menu .menu-item a.dropdown-toggle.show .loader:before,
  .page-subnav .dropdown-menu .menu-item a.dropdown-toggle.show .lab-results .loader:before,
  .lab-results .page-subnav .dropdown-menu .menu-item a.dropdown-toggle.show .loader:before, .page-subnav .dropdown-menu .menu-item a.dropdown-toggle.show .select-selected:before, .page-subnav .dropdown-menu .menu-item a.dropdown-toggle.show .slick-prev, .page-subnav .dropdown-menu .menu-item a.dropdown-toggle.show .slick-next, .page-subnav .dropdown-menu .menu-item a.dropdown-toggle.show .slick-next:before, .page-subnav .dropdown-menu .menu-item a.dropdown-toggle.show .slick-prev:before, .page-subnav .dropdown-menu .menu-item a.dropdown-toggle.show body #mega-menu-wrap-main_nav #mega-menu-main_nav .mega-sub-menu ul li.mega-menu-item .menu-item > a:after, body #mega-menu-wrap-main_nav #mega-menu-main_nav .mega-sub-menu ul li.mega-menu-item .page-subnav .dropdown-menu .menu-item a.dropdown-toggle.show .menu-item > a:after, .page-subnav .dropdown-menu .menu-item a.dropdown-toggle.show body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link .mega-indicator:after, body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link .page-subnav .dropdown-menu .menu-item a.dropdown-toggle.show .mega-indicator:after, .page-subnav .dropdown-menu .menu-item a.dropdown-toggle.show body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-search-ico a:after, body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-search-ico .page-subnav .dropdown-menu .menu-item a.dropdown-toggle.show a:after, .page-subnav .dropdown-menu .menu-item a.dropdown-toggle.show .navbar-toggler .navbar-toggler-icon, .page-subnav .navbar-toggler .dropdown-menu .menu-item a.dropdown-toggle.show .navbar-toggler-icon {
    transform: rotate(90deg);
  }
}
.page-subnav .dropdown-menu .menu-item a:hover, .page-subnav .dropdown-menu .menu-item a:active, .page-subnav .dropdown-menu .menu-item a:focus {
  background-color: transparent;
  color: #FEC923;
  text-decoration: none;
}
.page-subnav .dropdown-menu > li > a .dropdown-menu {
  display: flex;
  position: absolute;
  flex-wrap: wrap;
  left: -999em;
  top: 0;
}
.page-subnav .dropdown-menu > li > a:hover .dropdown-menu {
  left: 100%;
  top: 3px;
}

@media (max-width: 991px) {
  .nav-top .dropdown-menu, .page-subnav .dropdown-menu {
    position: relative !important;
    transform: none !important;
    box-shadow: none !important;
    border: none !important;
    width: 100%;
  }
}
#content .full-width-left-section .row,
#content .full-width-right-section .row {
  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;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@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 .full-width-left-section-img,
  #content .full-width-right-section .full-width-left-section-img {
    margin-bottom: 0;
  }
}
#content .full-width-left-section .wpb_single_image .vc_single_image-wrapper,
#content .full-width-right-section .wpb_single_image .vc_single_image-wrapper {
  display: flex;
}
#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;
  }
}
@media (min-width: 768px) {
  #content .full-width-right-section .row {
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  #content .full-width-right-section .row .wpb_column:last-child {
    background-image: none !important;
    order: -1;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #content .full-width-right-section .row .wpb_column:last-child {
    margin-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #content .full-width-right-section .row .wpb_column:last-child {
    padding-left: 35px;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  #content .full-width-right-section .row .wpb_column:last-child {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: 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 {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
#content .full-width-left-section .row .wpb_column:first-child {
  background: none !important;
}
@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;
    z-index: 1;
    background-color: #18124b !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;
  }
}

@media (min-width: 768px) {
  .full-width-left-bg-style-2.wpb_column {
    padding-right: 45px;
  }
}

.full-width-right-bg > .vc_column-inner,
.full-width-left-bg > .vc_column-inner {
  padding: 27px 40px;
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .full-width-right-bg > .vc_column-inner,
  .full-width-left-bg > .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 > .wpb_wrapper,
.wpb_content_element.full-width-left-bg > .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 > .wpb_wrapper,
.wpb_content_element.full-width-right-bg.green > .wpb_wrapper {
  background-color: #07B862;
}

.full-width-left-bg.green > .vc_column-inner,
.full-width-right-bg.green > .vc_column-inner,
.full-width-left-bg.green-bg > .vc_column-inner,
.full-width-right-bg.green-bg > .vc_column-inner {
  background-color: #07B862;
}

.wpb_content_element.full-width-left-bg.light-blue > .wpb_wrapper,
.wpb_content_element.full-width-right-bg.light-blue > .wpb_wrapper {
  background-color: #DFEDF0;
}

.full-width-left-bg.light-blue > .vc_column-inner,
.full-width-right-bg.light-blue > .vc_column-inner {
  background-color: #DFEDF0;
}

.full-width-left-bg > .vc_column-inner {
  padding-left: 0;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .full-width-left-bg > .vc_column-inner:before {
    right: 103.5%;
  }
}
@media (min-width: 768px) {
  .full-width-left-bg > .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 > .vc_column-inner,
.full-width-right-bg.green > .vc_column-inner {
  background-color: #07B862;
}

.full-width-left-bg.navy > .vc_column-inner,
.full-width-right-bg.navy > .vc_column-inner {
  background-color: #040030;
}

.full-width-left-bg > .vc_column-inner {
  padding-left: 0;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .full-width-left-bg > .vc_column-inner:before {
    right: 103.5%;
  }
}
@media (min-width: 768px) {
  .full-width-left-bg > .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 > .wpb_wrapper,
.wpb_content_element.full-width-right-bg > .wpb_wrapper {
  position: relative;
}

.wpb_content_element.full-width-left-bg > .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 > .wpb_wrapper {
  padding: 50px 40px;
}

.wpb_content_element.full-width-style2 > .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 > .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 > .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 > .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 > .vc_column-inner {
  padding-left: 0px;
  padding-right: 80px;
}

@media (min-width: 768px) {
  .full-width-right-bg > .vc_column-inner:before {
    left: 103.5%;
  }
}
@media (min-width: 768px) {
  .full-width-right-bg > .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 > .vc_column-inner,
  .full-width-left-bg > .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 > .vc_column-inner {
  padding: 30px 45px 30px 15px;
}
@media (min-width: 768px) {
  .full-width-left-bg.full-width-left-bg-style-3 > .vc_column-inner {
    padding: 50px 65px 50px 0;
  }
}

.full-width-right-bg.full-width-right-bg-style-3 > .vc_column-inner {
  padding: 30px 15px 30px 45px;
}
@media (min-width: 768px) {
  .full-width-right-bg.full-width-right-bg-style-3 > .vc_column-inner {
    padding: 50px 0 50px 65px;
  }
}
.full-width-right-bg.full-width-right-bg-style-3 > .vc_column-inner .wpb_content_element {
  margin-bottom: 0 !important;
}

.wpb_content_element.full-width-right-bg-sm.green > .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: #040030;
}
@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: #07B862;
}
@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: none;
}

.wpb-js-composer #content .vc_tta-panels-container {
  clear: both;
}

.vc_tta-container h2:not(.h2-lg, .h2-md) {
  font-size: 28px;
  color: #040030;
  line-height: 35px;
  margin-top: 2px;
  margin-bottom: 0.9rem;
  font-family: "akhand";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #040030;
  margin-bottom: 30px;
}

.wpb-js-composer #content .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
  margin-left: 0;
  margin-right: 0;
  padding: 5px;
  background: rgba(244, 244, 244, 0.04);
}
@media (min-width: 992px) {
  .wpb-js-composer #content .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
    border: 1px solid rgba(23, 18, 75, 0.16);
  }
}

.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: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 > a {
  display: inline-block;
  text-transform: none;
  letter-spacing: 0.3px;
  border-radius: 0;
  padding: 16px 10px;
  font-size: 18px;
  margin-right: 0px;
  margin-left: 0px;
  font-family: "akhand";
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #040030;
  width: 100%;
}
@media (min-width: 1200px) {
  .wpb-js-composer #content .vc_tta.vc_tta-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
    padding: 16px 17px;
    font-size: 20px;
  }
}
.wpb-js-composer #content .vc_tta.vc_tta-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:hover {
  background: rgba(4, 0, 46, 0.05);
}
.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 > a {
  background: rgba(4, 0, 46, 0.1019607843);
  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;
}

.wpb-js-composer .vc_tta.vc_tta-spacing-1 .vc_tta-tabs-list {
  margin: 0;
}

@media (min-width: 768px) {
  .wpb-js-composer #content .vc_tta-panels-container {
    min-height: 600px;
  }
}
.wpb-js-composer #content .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .wpb-js-composer #content .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    padding-top: 44px;
  }
}

body.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > 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 > a {
    padding: 26px 20px 26px 0;
    line-height: 30px;
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  body .vc_tta.vc_general .vc_tta-panel-title > a {
    padding: 14px 15px;
  }
  body.wpb-js-composer #content .vc_tta.vc_general .vc_tta-panel-body {
    padding: 14px 15px;
  }
}
@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;
}

.wpb-js-composer #content .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body,
.wpb-js-composer #content .vc_toggle_size_md.vc_toggle_default .vc_toggle_content {
  padding-bottom: 32px;
  padding-top: 0;
  border-top: none;
  border: none;
  border-color: rgba(23, 18, 75, 0.16);
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .wpb-js-composer #content .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body,
  .wpb-js-composer #content .vc_toggle_size_md.vc_toggle_default .vc_toggle_content {
    padding-top: 5px;
    padding-left: 20px;
  }
}

.wpb-js-composer #content .vc_toggle_size_md.vc_toggle_default .vc_toggle_content {
  padding-top: 15px;
  padding-left: 30px;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 15px;
}

.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
  padding-left: 0;
}

.wpb-js-composer #content .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon:before {
  content: "";
  width: 12px;
  height: 16px;
  transform: rotate(-180deg);
  transform-origin: 50% 50%;
  background: rgba(4, 0, 48, 0.8);
  clip-path: polygon(0% 100%, 51.55% 0%, 100% 100%, 0% 100%);
  visibility: visible !important;
}

.wpb-js-composer #content .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
  background: none;
  border: none;
}

.wpb-js-composer #content .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
  display: inline-flex;
  width: 10px;
  margin-right: 25px;
  height: auto;
  margin-top: -5px;
}

.wpb-js-composer #content .vc_toggle_size_md.vc_toggle_default.vc_toggle_active .vc_toggle_icon:before {
  transition: all 0.3s ease;
  background-color: #07B862;
  transform: rotate(0deg);
}

.wpb-js-composer #content .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon:after {
  display: none !important;
}

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 > 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 > a:before {
  content: "Q: ";
  font-weight: 700;
  font-size: 18px;
  color: #18124b;
  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 > a,
body.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > 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 > a span,
  body.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > 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;
  }
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  background: #F6F6F7;
  border: 2px solid rgba(23, 18, 75, 0.16);
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title,
.wpb-js-composer .vc_toggle_default.vc_toggle_color_default .vc_toggle_title h4 {
  font-family: "akhand";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2;
  color: #040030;
  text-transform: none;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.wpb-js-composer .vc_toggle_default.vc_toggle_color_default .vc_toggle_title {
  padding: 8px 28px;
  background: rgba(244, 244, 244, 0.08);
  border: 2px solid rgba(23, 18, 75, 0.16);
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
.wpb-js-composer .vc_toggle_default.vc_toggle_color_default .vc_toggle_title {
  background: #F6F6F7;
  border: 2px solid rgba(23, 18, 75, 0.16);
  border-bottom: none;
}
.wpb-js-composer .vc_toggle_default.vc_toggle_color_default {
  transition: 0.3s background ease;
  border: 2px solid rgba(23, 18, 75, 0.16);
}
.wpb-js-composer .vc_toggle_default.vc_toggle_color_default.vc_toggle_active {
  background: #F6F6F7;
}
.wpb-js-composer .vc_toggle_default.vc_toggle_color_default .vc_toggle_title {
  background: none;
  border: none;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a,
.wpb-js-composer .vc_toggle_default.vc_toggle_color_default .vc_toggle_title h4 {
  text-transform: none;
  color: #040030;
  padding-left: 38px;
  position: relative;
}
.wpb-js-composer .vc_toggle_default.vc_toggle_color_default .vc_toggle_title {
  padding: 24px 30px;
}
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  transform: none;
  top: initial;
  left: 0;
}
.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
  display: none;
}
.wpb-js-composer .vc_tta-panel .vc_tta-panel-title .vc_tta-controls-icon,
.wpb-js-composer .vc_toggle_default.vc_toggle_color_default .vc_toggle_title h4 {
  position: relative;
  padding-left: 34px;
}
.wpb-js-composer .vc_tta-panel .vc_tta-panel-title .vc_tta-controls-icon:before,
.wpb-js-composer .vc_toggle_default.vc_toggle_color_default .vc_toggle_title h4:before {
  width: 25px;
  height: 25px;
  display: block;
  content: "";
  background-size: contain;
  visibility: visible;
  transition: opacity 0.16s ease-in-out;
  background-position: center;
  position: absolute;
  left: 0px;
  top: 0;
  transform: none;
  border-style: solid;
  border-width: 2px 0 0;
  border: none;
}
.wpb-js-composer .vc_toggle_default.vc_toggle_color_default .vc_toggle_title h4 {
  padding-left: 38px;
}
.wpb-js-composer .vc_toggle_default.vc_toggle_size_md .vc_toggle_title .vc_toggle_icon {
  left: initial;
  right: 0;
  top: 50%;
  transform: translate(-50%, 0);
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel {
  margin-bottom: 20px;
}
.wpb-js-composer .technology-ico .vc_tta-panel-title .vc_tta-controls-icon:before,
.wpb-js-composer .technology-ico.vc_toggle_default.vc_toggle_color_default .vc_toggle_title h4:before {
  top: 0px !important;
  background: url(../../../images/accordion-arrow.svg) no-repeat;
}
.wpb-js-composer .complex-fraud-ico .vc_tta-panel-title .vc_tta-controls-icon:before,
.wpb-js-composer .complex-fraud-ico.vc_toggle_default.vc_toggle_color_default .vc_toggle_title h4:before {
  top: 0px !important;
  background: url(../../../images/accordion-arrow.svg) no-repeat;
}
.wpb-js-composer .class-actions-ico .vc_tta-panel-title .vc_tta-controls-icon:before,
.wpb-js-composer .class-actions-ico.vc_toggle_default.vc_toggle_color_default .vc_toggle_title h4:before {
  top: 0px !important;
  background: url(../../../images/accordion-arrow.svg) no-repeat;
}
.wpb-js-composer .professional-liability-ico .vc_tta-panel-title .vc_tta-controls-icon:before,
.wpb-js-composer .professional-liability-ico.vc_toggle_default.vc_toggle_color_default .vc_toggle_title h4:before {
  top: 0px !important;
  background: url(../../../images/accordion-arrow.svg) no-repeat;
}
.wpb-js-composer .pro-bono-ico .vc_tta-panel-title .vc_tta-controls-icon:before,
.wpb-js-composer .pro-bono-ico.vc_toggle_default.vc_toggle_color_default .vc_toggle_title h4:before {
  top: 0px !important;
  background: url(../../../images/accordion-arrow.svg) no-repeat;
}

body .vc_separator.vc_sep_color_grey .vc_sep_line {
  border-color: #BEBEBE;
}

.vc_row.vc_row-flex > .column_container {
  display: flex;
}

.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .column_container {
  align-items: center;
}

.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .column_container {
  align-items: flex-start;
}

.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .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 0.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;
}

#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: rgb(102, 102, 102);
  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: rgb(68, 68, 68);
  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: rgb(102, 102, 102);
  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;
  }
}

.top-header .vc_color-info.vc_message_box, #content .vc_color-info.vc_message_box {
  color: #fff;
  background-color: #72BEC6;
  border-color: #72BEC6;
}
.top-header .vc_color-info.vc_message_box a, #content .vc_color-info.vc_message_box a {
  color: #fff;
  font-weight: 700;
  transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out;
}
.top-header .vc_color-info.vc_message_box a:hover, .top-header .vc_color-info.vc_message_box a:focus, .top-header .vc_color-info.vc_message_box a:active, #content .vc_color-info.vc_message_box a:hover, #content .vc_color-info.vc_message_box a:focus, #content .vc_color-info.vc_message_box a:active {
  color: #5391CC;
  text-decoration: none;
}

body .vc_color-info.vc_message_box .vc_message_box-icon {
  color: #fff;
}

body .vc_color-danger.vc_message_box {
  color: #fff;
  border-color: #ff7877;
  background-color: #ff7877;
}
body .vc_color-danger.vc_message_box .vc_message_box-icon {
  width: 24px;
  color: #fff;
}
body .vc_color-danger.vc_message_box a {
  color: #fff;
  font-weight: 700;
  transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out;
}
body .vc_color-danger.vc_message_box a:hover, body .vc_color-danger.vc_message_box a:focus, body .vc_color-danger.vc_message_box a:active {
  color: #040030;
  text-decoration: none;
}

.alert-warning,
body .vc_color-warning.vc_message_box {
  background-color: #ff9800;
  border-color: #ff9800;
  color: #fff;
}
.alert-warning .vc_message_box-icon,
body .vc_color-warning.vc_message_box .vc_message_box-icon {
  width: 24px;
  color: #fff;
}
.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: #040030;
  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 .vc_message_box-icon {
  width: 24px;
}

.top-header {
  display: none;
}

/*.top-header .hide{
  display: none;
}*/
.top-header.show {
  display: block;
}

#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 > a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: #18124b;
  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 > a:hover, #content .inline-nav .widget_nav_menu ul li.menu-item-has-children > a:focus, #content .inline-nav .widget_nav_menu ul li.menu-item-has-children > a:active {
  color: #040030;
  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 0.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 > 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 > li li {
  border-bottom: none;
}
#content .inline-nav .widget_nav_menu ul .dropdown-menu > li:last-child {
  border-bottom: none;
}
#content .inline-nav .widget_nav_menu ul .dropdown-menu > 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 > li a {
    padding: 24px 22px;
  }
}
#content .inline-nav .widget_nav_menu ul .dropdown-menu > li a:hover, #content .inline-nav .widget_nav_menu ul .dropdown-menu > li a:focus, #content .inline-nav .widget_nav_menu ul .dropdown-menu > li a:active {
  color: #2F74B7;
  background-color: #EFF6F7;
  text-decoration: none;
  background: none;
}
#content .inline-nav .widget_nav_menu ul .dropdown-menu > 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 > li a:after {
    right: 8px;
  }
}
@media (min-width: 992px) {
  #content .inline-nav .widget_nav_menu ul .dropdown-menu > li a:after {
    right: 22px;
  }
}
#content .inline-nav .widget_nav_menu ul .dropdown-menu > li.current-menu-item a {
  background-color: #EFF6F7;
}
#content .inline-nav .widget_nav_menu ul .dropdown-menu > li.current-menu-item a:hover, #content .inline-nav .widget_nav_menu ul .dropdown-menu > li.current-menu-item a:focus, #content .inline-nav .widget_nav_menu ul .dropdown-menu > li.current-menu-item a:active {
  color: #72BEC6;
  text-decoration: none;
  background-color: #EFF6F7;
}
#content .inline-nav .widget_nav_menu ul .dropdown-menu > li.current-menu-item.menu-item-has-children a, #content .inline-nav .widget_nav_menu ul .dropdown-menu > 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: #18124b;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 16px;
}
body .inline-nav-ico li.btn-warning > 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 > 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: #18124b;
  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: #BBBAC5;
  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: 0.975em;
}
body #wrapper .gform_wrapper .gfield_radio li input[type=radio] {
  height: 20px;
}

.search-shortcode,
.main-search {
  position: relative;
  margin-bottom: 30px !important;
}
@media (min-width: 992px) {
  .search-shortcode,
  .main-search {
    width: 34.5%;
  }
}
.search-shortcode input[type=search],
.main-search 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: 14.46px;
  color: #3A3A3A;
  letter-spacing: 0.28px;
  text-transform: none;
  border: 1px solid #322E78;
  height: 38px;
  font-weight: 600;
  font-size: 18px;
  background: #efeff2;
  border: 2px solid #d1cfd9;
  height: 50px;
  padding: 24px 28px;
  padding-left: 43px;
  font-family: "geist";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.search-shortcode input[type=search]::placeholder,
.main-search input[type=search]::placeholder {
  color: rgba(23, 18, 75, 0.431372549);
}
@media (min-width: 768px) {
  .search-shortcode input[type=search],
  .main-search input[type=search] {
    padding-left: 64px;
  }
}
.search-shortcode .searchbox-submit,
.main-search .searchbox-submit {
  background: none;
  border: none;
}

.search-query {
  background: rgba(244, 244, 244, 0.08);
  border: 1.71908px solid rgba(255, 255, 255, 0.16);
  padding: 24px 28px;
  padding-left: 42px;
  font-family: "geist";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.43);
  border-radius: 0;
}
@media (min-width: 768px) {
  .search-query {
    padding-left: 64px;
  }
}

.search-name-wrapper,
#bh-sl-submit,
.search-shortcode-inner .searchbox-submit {
  position: relative;
}
.search-name-wrapper:before,
#bh-sl-submit:before,
.search-shortcode-inner .searchbox-submit:before {
  background: url(../../../images/search-ico.svg) no-repeat;
  width: 26px;
  height: 50px;
  display: block;
  content: "";
  background-size: contain;
  visibility: visible;
  transition: opacity 0.16s ease-in-out;
  background-position: center;
  position: absolute;
  left: 10px;
  top: 0;
}
@media (min-width: 768px) {
  .search-name-wrapper:before,
  #bh-sl-submit:before,
  .search-shortcode-inner .searchbox-submit:before {
    left: 28px;
  }
}
.search-name-wrapper:before,
#bh-sl-submit:before,
.search-shortcode-inner .searchbox-submit:before {
  background: url(../../../images/search-ico-dark.svg) no-repeat;
  width: 26px;
  height: 50px;
  display: block;
  content: "";
  background-size: contain;
  visibility: visible;
  transition: opacity 0.16s ease-in-out;
  background-position: center;
  position: absolute;
  left: 10px;
  top: 0;
}
@media (min-width: 768px) {
  .search-name-wrapper:before,
  #bh-sl-submit:before,
  .search-shortcode-inner .searchbox-submit:before {
    left: 28px;
  }
}
.search-name-wrapper:hover:before, .search-name-wrapper:active:before, .search-name-wrapper:focus:before,
#bh-sl-submit:hover:before,
#bh-sl-submit:active:before,
#bh-sl-submit:focus:before,
.search-shortcode-inner .searchbox-submit:hover:before,
.search-shortcode-inner .searchbox-submit:active:before,
.search-shortcode-inner .searchbox-submit:focus:before {
  opacity: 0.6;
}
.search-name-wrapper .fa-refresh,
#bh-sl-submit .fa-refresh,
.search-shortcode-inner .searchbox-submit .fa-refresh {
  display: none;
}

#peoples-filter .search-name-wrapper:before {
  background-position: center !important;
  background: url(../../../images/search-ico.svg) no-repeat;
}

.search-shortcode-inner p {
  margin: 0 !important;
}

.search-query-wrapper {
  position: relative;
  display: flex;
}

.search-shortcode-inner .searchbox-submit:before {
  right: 0;
}

.search-shortcode-inner .searchbox-submit {
  border: none;
  background: transparent;
  width: 26px;
  height: 57px;
  position: absolute;
  right: 25px;
  top: 0;
  cursor: pointer;
}

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

.main-search {
  margin-bottom: 40px !important;
}
.main-search .searchbox-submit {
  right: initial;
  left: 0;
}
@media (min-width: 992px) {
  .main-search {
    width: 54.5%;
  }
}

#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: initial;
  left: 0;
}
@media (max-width: 767px) {
  #wrapper .search-shortcode.style2 .searchbox-submit {
    left: 10px;
  }
}
#wrapper .search-shortcode.style2 .chosen-container-single .chosen-single {
  text-transform: uppercase;
  font-weight: 500;
  color: #17124B;
  letter-spacing: 0.28px;
  border-radius: 0;
  border: 1px solid #322E78;
  line-height: 1.1;
  padding: 14px 18px;
  height: 50px;
  font-size: 18px;
  background: rgba(23, 18, 75, 0.08);
  border: 2px solid rgba(23, 18, 75, 0.16);
  font-family: "geist";
  text-transform: none;
}
#wrapper .search-shortcode.style2 .chosen-container .chosen-results {
  color: #3A3A3A;
}
#wrapper .search-shortcode.style2 .chosen-container .chosen-results li {
  font-weight: 400;
  padding: 8px 18px;
  line-height: 1.2;
  font-size: 15px;
  margin-left: 0px !important;
}
#wrapper .search-shortcode.style2 .chosen-container .chosen-drop {
  border: 2px solid #d1cfd9;
  border-top: none;
  border-radius: 0;
  box-shadow: 2px 2px 5px -2px rgba(116, 116, 116, 0.26);
  background: #efeff2;
}
#wrapper .search-shortcode.style2 .chosen-single:after {
  position: absolute;
  content: "";
  background: url(../../../images/arrow-down.svg) no-repeat center;
  transform-origin: 50%;
  background-size: contain;
  width: 13px;
  height: 12px;
  display: block;
  top: 19px;
  right: 12px;
  transition: all 0.25s ease-in-out;
}
#wrapper .search-shortcode.style2 .chosen-with-drop, #wrapper .search-shortcode.style2 .chosen-with-drop a {
  border-bottom: none !important;
}
#wrapper .search-shortcode.style2 .chosen-results li.highlighted {
  background: none;
  background-color: rgba(209, 207, 217, 0.3098039216);
  color: #17124B;
}

.blog-search-section,
.archive-search-section {
  padding-top: 30px;
  border-top: none;
  border-bottom: none;
}
@media (min-width: 768px) {
  .blog-search-section,
  .archive-search-section {
    padding-bottom: 30px;
  }
}
.blog-search-section, .blog-search-section .wpb_content_element,
.archive-search-section,
.archive-search-section .wpb_content_element {
  margin-bottom: 0 !important;
}

.blog-search-section {
  margin-top: 17px;
}

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

.peoples-wrapper {
  color: #fff;
  padding: 0px 0px;
}

.peoples-title {
  font-weight: 700;
  margin-top: 20px;
  max-width: 1260px;
  margin: auto;
  font-family: akhand;
  font-size: 45px;
  margin-bottom: 35px;
}

.peoples-wrapper-sec {
  background: #17124B;
  padding: 4vw;
}

.peoples-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  max-width: 1260px;
  margin: auto;
  margin-bottom: 30px;
  width: 100%;
  box-sizing: border-box;
  padding-top: 25px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .peoples-filters .even-col {
    display: flex;
    flex-wrap: wrap;
  }
}

.modal-backdrop {
  background: linear-gradient(360deg, rgba(23, 18, 75, 0.88) -1.92%, rgba(4, 1, 32, 0.88) 100%);
}

.modal-header, .modal-footer {
  border: none;
}

.modal-title {
  font-family: "akhand";
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #040030;
}

.modal-content .modal-body, .modal-content .modal-body p {
  font-family: "geist";
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.72);
}
.modal-content .modal-body:last-child, .modal-content .modal-body p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .modal-content {
    padding: 40px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 989px;
  }
}
@media (min-width: 576px) {
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  border-radius: 0;
}

/* Responsive filter items including input, select, button */
.peoples-filters input[type=text],
.peoples-filters select,
.peoples-filters button {
  flex: 1 1 100%;
  min-width: 150px;
  font-size: 16px;
  border: 2px solid #605C8C;
  border-radius: 4px;
  box-sizing: border-box;
}

.no-record-found {
  text-align: center;
  padding: 40px 20px;
  color: #555;
  background-color: #f9f9f9;
  border: 2px dashed #ccc;
  border-radius: 8px;
  margin: 20px auto;
  max-width: 95%;
}

.no-record-found h3 {
  font-size: 24px;
  margin-top: 15px;
  color: #333;
}

.no-record-found p {
  font-size: 16px;
  color: #666;
}

.no-record-found .no-record-icon {
  max-width: 100px;
  margin-bottom: 10px;
  opacity: 0.7;
}

.custom-loader-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  color: #666;
  font-size: 16px;
}

.custom-loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #07B862; /* Spinner color */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin-bottom: 10px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Tablet: two columns */
@media (min-width: 600px) and (max-width: 899px) {
  .peoples-filters input[type=text],
  .peoples-filters select,
  .peoples-filters button {
    flex: 1 1 calc(50% - 10px);
  }
}
/* Small laptops: three columns */
@media (min-width: 900px) and (max-width: 1199px) {
  .peoples-filters input[type=text],
  .peoples-filters select,
  .peoples-filters button {
    flex: 1 1 calc(33.33% - 10px);
  }
}
/* Desktops: four columns */
@media (min-width: 1200px) and (max-width: 1599px) {
  .peoples-filters input[type=text],
  .peoples-filters select,
  .peoples-filters button {
    flex: 1 1 calc(25% - 10px);
  }
}
/* Large screens: five columns */
@media (min-width: 1600px) {
  .peoples-filters input[type=text],
  .peoples-filters select,
  .peoples-filters button {
    flex: 1 1 calc(20% - 10px);
  }
}
.peoples-filters input,
.peoples-filters select {
  background: rgb(1, 3, 76);
  color: #fff;
  padding: 10px 20px;
  border-radius: 3px;
  min-width: 200px;
}

.peoples-filters button {
  font-weight: 300;
  padding: 10px 30px;
  background: transparent;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}

.peoples-view-toggle a {
  text-decoration: none;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: inline-block;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
}

.peoples-view-toggle a.active {
  background: #fff;
  color: #000;
}

.peoples-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  padding: 0px;
  max-width: 1372px;
  margin: auto;
  row-gap: 34px;
}
@media (min-width: 768px) {
  .peoples-grid {
    row-gap: 54px;
  }
}

.peoples-list .peoples-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 0;
  max-width: 1365px;
  margin: auto;
}

.peoples-card {
  text-align: center;
  overflow: hidden;
}

.peoples-card img {
  width: 100%;
  height: auto;
}

.peoples-card .peoples-content {
  text-align: left;
  padding: 0px;
  background-color: white;
}

.peoples-card h3 {
  margin: 10px 0;
}

.peoples-list .peoples-card img {
  width: 100px;
  height: auto;
}

.peoples-list .peoples-content {
  text-align: left;
}

@media (max-width: 1024px) {
  .peoples-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .peoples-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.post_content a {
  color: #17124B;
}
.post_content a:hover, .post_content a:focus, .post_content a:active {
  color: #AFB4C5;
  text-decoration: none;
}

.post_content .peoples-content .people-email a,
.post_content .peoples-content .people-phone a {
  font-weight: 400;
  color: #17124B;
}
.post_content .peoples-content .people-email a:hover, .post_content .peoples-content .people-email a:focus, .post_content .peoples-content .people-email a:active,
.post_content .peoples-content .people-phone a:hover,
.post_content .peoples-content .people-phone a:focus,
.post_content .peoples-content .people-phone a:active {
  color: #AFB4C5;
  text-decoration: none;
}

@media (max-width: 767px) {
  .post_content .peoples-content .people-email a {
    font-size: 0; /* hide text */
  }
  .post_content .peoples-content .people-email a:after {
    content: "Email";
    font-size: 16px; /* visible replacement */
    line-height: 25px;
    position: relative;
    bottom: -2px;
  }
}
.peoples-content h3 {
  font-weight: 700;
  font-family: "akhand";
  font-size: 22px;
  margin-bottom: 7px;
  margin-top: 14px;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.03em;
}
.peoples-content h3, .peoples-content h3 a {
  color: #17124B;
}

.people-info-item {
  font-weight: 400;
  font-family: Geist;
  margin: 5px 0;
  font-size: 15px;
  color: #17124B;
}
@media (min-width: 768px) {
  .people-info-item {
    font-size: 16px;
  }
}

.people-info-item strong {
  display: inline-block;
  min-width: 100px;
  color: #111;
  font-weight: 600;
}

.post_content .people-view-profile-link {
  background-color: rgba(7, 184, 98, 0.0392156863);
  display: inline-block;
  margin-top: 14px;
  padding: 6px 12px;
  color: #07B862;
  border: 1px solid #07B862;
  text-decoration: none;
  font-size: 14px;
  border-radius: 0px;
  transition: background 0.2s ease;
  font-weight: 400;
}
.post_content .people-view-profile-link:hover {
  color: #07B862;
  background-color: rgba(7, 184, 98, 0.11);
}

.peoples-list .peoples-content img {
  border-radius: 0;
}
.peoples-list .peoples-content h3 {
  margin-bottom: 16px;
  margin-bottom: 6px;
}
.peoples-list .peoples-row {
  display: grid;
  grid-template-columns: 120px 1fr 1fr 1fr 1fr;
  align-items: center;
  gap: 30px;
  padding: 2.5rem 0rem;
  border-bottom: 2px solid #d1cfd9;
}
.peoples-list .peoples-row:last-child {
  border-bottom: none;
}
.peoples-list .person-link {
  justify-self: flex-end;
}
.peoples-list .people-view-profile-link {
  margin-top: 0;
}

.people-info-item {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin: 2px 0;
  color: #17124B;
  opacity: 0.8;
}

.people-title {
  margin-bottom: 12px;
  opacity: 1;
}

.people-info-item img.people-icon-img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  display: inline-block;
  object-fit: contain;
}

.people-search-wrapper {
  position: relative;
  max-width: 465px;
  width: 100%;
}

.people-search-wrapper .people-search-input {
  width: 100%;
  padding: 10px 15px 10px 40px;
  /* left padding for icon */
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.people-search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  pointer-events: none;
}

.peoples-view-toggle a {
  text-decoration: none;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  border-radius: 4px;
  margin-right: -3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.peoples-view-toggle a.active {
  background: bottom;
}

.peoples-view-toggle a img {
  width: 18px;
  height: 18px;
}

@media (min-width: 300px) and (max-width: 600px) {
  .peoples-filters input[type=text],
  .peoples-filters select,
  .peoples-filters button {
    flex: 1 1 100%;
    min-width: 54px;
    font-size: 16px;
    border: 2px solid #605C8C;
    border-radius: 4px;
    box-sizing: border-box;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .people-search-wrapper {
    max-width: 100%;
    width: 100%;
  }
}
/*list view */
.peoples-content-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 420px) and (min-width: 320px) {
  .peoples-content-list {
    display: block;
    /* Use block for full-width stacking */
  }
}
.peoples-view-toggle a:hover img {
  opacity: 0.8;
}

.single-people #content {
  margin-top: 45px;
}

@media (min-width: 768px) {
  .person-inner {
    display: flex;
  }
}
@media (max-width: 767px) {
  .person-thumbnail-inner {
    width: 60%;
  }
}
.biography-text {
  margin-bottom: 48px;
}
.biography-text p {
  font-family: "geist";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.75;
  opacity: 0.85;
  margin-bottom: 1.1rem;
}
.biography-text p a {
  text-decoration: underline;
  opacity: 1;
}

body .person-info-section {
  margin-bottom: 100px;
}

.person-contact-info {
  margin-bottom: 70px;
}

.person-info {
  display: flex;
  justify-content: center;
  align-items: center;
}

.person-contact-info ul {
  list-style: none;
  padding-left: 5px;
}
.person-contact-info ul li, .person-contact-info ul p {
  opacity: 0.85;
  font-family: "geist";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 13px;
}
.person-contact-info ul .phone-ico:before {
  background: url(../../../images/smartphone.svg) no-repeat;
}
.person-contact-info ul .fax-ico:before {
  background: url(../../../images/printer.svg) no-repeat;
}
.person-contact-info ul .address-ico:before {
  top: 4px !important;
  background: url(../../../images/map-pin.svg) no-repeat;
}
.person-contact-info ul .ico {
  position: relative;
  padding-left: 34px;
}
.person-contact-info ul .ico:before {
  width: 16px;
  height: 16px;
  display: block;
  content: "";
  background-size: contain;
  visibility: visible;
  transition: opacity 0.16s ease-in-out;
  background-position: center top;
  position: absolute;
  left: 0px;
  top: 0;
  height: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.person-header {
  margin-top: 20px;
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .person-info-inner {
    padding-left: 40px;
  }
}

.custom-view-toggle {
  display: flex;
  width: 140px;
  height: 46px;
  border: 2px solid #605C8C;
  overflow: hidden;
}

.custom-view-toggle a {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #161340;
  transition: background-color 0.3s;
}

.custom-view-toggle a.active {
  background-color: #44406C;
}

.custom-view-toggle img {
  width: 24px;
  height: 24px;
  filter: brightness(0.7);
  /* Inactive icon dim */
  transition: filter 0.3s;
}

.custom-view-toggle a.active img {
  filter: brightness(1.5);
  /* Active icon bright */
}

@media (max-width: 1024px) and (min-width: 900px) {
  .peoples-filters {
    flex-wrap: nowrap;
  }
}
/* ===== BASE STYLES ===== */
.people-wrapper {
  background-color: #17124B;
  padding: 60px 30px;
  color: #fff;
  max-width: 100%;
  margin: 0 auto;
}

.people-container {
  max-width: 100%;
  margin: 0 auto;
  max-width: 1350px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 40px;
  box-sizing: border-box;
  align-items: flex-start;
}

.people-image {
  flex: 0 0 280px;
}

.people-image img,
.profile-photo {
  width: 100%;
  max-width: 280px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.people-info {
  flex: 1;
  min-width: 300px;
}

.people-info h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 16px;
}

.people-bio {
  font-size: 14px;
  line-height: 1.6;
  color: #cfcfcf;
  margin-bottom: 30px;
}

.people-bio a {
  color: #a2a2ff;
  text-decoration: underline;
  font-weight: 500;
}

.people-contact {
  font-size: 15px;
  margin-bottom: 30px;
}

.people-contact p {
  display: flex;
  align-items: center;
  margin: 6px 0;
}

.people-contact i {
  margin-right: 10px;
  color: #00ffb2;
}

.people-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}

.people-buttons a,
.people-buttons a.email-btn,
.people-buttons a.contact-card-btn {
  padding: 12px 24px;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  font-family: "geist";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.02em;
  transition: 0.3s opacity ease;
}
.people-buttons a:hover,
.people-buttons a.email-btn:hover,
.people-buttons a.contact-card-btn:hover {
  opacity: 0.8;
}

.email-btn {
  background-color: #07B862;
  color: #000;
}

.contact-card-btn {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2509803922);
  color: #fff;
}

/* ===== TABS ===== */
.profile-tabs-wrapper {
  width: 100%;
  max-width: 1355px;
  margin: auto;
  padding: 50px 44px;
  box-sizing: border-box;
}

.profile-tabs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  color: black;
  padding: 0;
  margin: 0 0 0.5rem 0;
  border-bottom: 2px solid #e1e1e1;
}

.profile-tabs li {
  padding: 12px 12px;
  flex: 1 1 auto;
  margin-right: 5px;
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: none;
  font-weight: 600;
  cursor: pointer;
}

.profile-tabs li.active {
  background: rgba(4, 0, 48, 0.1803921569);
  border: 1px solid #ddd;
  border-bottom: none;
}

/* ===== TAB CONTENT ===== */
.profile-tab-content {
  padding: 30px 20px;
  border: 1px solid #ddd;
  border-top: none;
  background: #ffffff;
  display: none;
  color: black;
}

.profile-tab-content.active {
  display: block;
}

.profile-tab-content p {
  font-size: 14px;
  color: #444;
  margin-bottom: 25px;
}

/* ===== ACCORDION ===== */
.accordion-item {
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

.accordion-item.active .accordion-body {
  display: block !important;
}

.accordion-header {
  padding: 15px 20px;
  background: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}

.accordion-header span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
}

.accordion-body {
  display: none;
  padding: 15px 20px;
  background: #fff;
  color: #333;
}

.toggle {
  user-select: none;
}

/* ===== MEDIA QUERIES ===== */
/* Tablets (768px - 1024px) */
@media (max-width: 1024px) {
  .people-container {
    flex-direction: column;
    padding: 30px 20px;
  }
  .people-image,
  .people-info {
    width: 100%;
    max-width: 100%;
  }
  .profile-tabs {
    flex-wrap: unset;
  }
  .profile-tabs-wrapper {
    padding: 40px 40px;
  }
  .people-buttons {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .people-buttons a {
    font-size: 13px;
  }
  .profile-tabs li {
    padding: 10px 20px;
    font-size: 13px;
    flex: 1 1 auto;
  }
}
/* Mobile (up to 767px) */
@media (max-width: 767px) {
  .people-wrapper {
    padding: 40px 20px;
  }
  .people-container {
    flex-direction: column;
    padding: 20px 0;
    gap: 20px;
  }
  .people-image img {
    max-width: 100%;
  }
  .people-info h1 {
    font-size: 28px;
  }
  .people-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .people-buttons a {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  .profile-tabs-wrapper {
    padding: 30px 15px;
  }
  .profile-tabs {
    flex-direction: column;
    overflow-x: auto;
    border-bottom: none;
  }
  .profile-tabs li {
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .accordion-header span {
    font-size: 16px;
  }
}
@media (min-width: 1300px) and (max-width: 1400px) {
  .profile-tabs-wrapper {
    padding: 50px 92px;
  }
}
/* Large Screens (1440px+) */
@media (min-width: 1440px) and (max-width: 1559px) {
  .people-container {
    max-width: 1280px;
  }
  .people-info h1 {
    font-size: 44px;
  }
  .profile-tabs-wrapper {
    padding: 60px 129px;
  }
}
@media (min-width: 2400px) and (max-width: 2560px) {
  .profile-tabs-wrapper {
    padding: 60px 65px;
  }
}
/* icon css */
.contact-icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 8px;
}

/* popup modal css */
/* Responsive Popup Modal CSS */
.modal-header {
  position: relative;
}

/* Close Button */
.btn-close {
  cursor: pointer;
  background: url(../../../images/close.svg) no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  transition: 0.3s opacity ease;
}
.btn-close:hover {
  opacity: 0.4;
}

@media (max-width: 767px) {
  #peoples-filter .form-group.col-sm-3 {
    display: none;
  }
}
#peoples-filter .row {
  margin-left: -10px;
  margin-right: -10px;
}
#peoples-filter .row .form-group {
  padding-left: 10px;
  padding-right: 10px;
}
#peoples-filter .row .auto {
  width: auto;
}
#peoples-filter button {
  background: rgba(244, 244, 244, 0.08);
  border: 1.71908px solid rgba(255, 255, 255, 0.16);
  padding: 15px 28px;
  color: #fff;
  border-radius: 0;
  font-family: "geist";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
#peoples-filter button:hover {
  background: rgba(244, 244, 244, 0.2);
  border: 1.71908px solid rgba(255, 255, 255, 0.3);
}

/* Customize the label (the container) */
.radio-blocks {
  display: block;
  position: relative;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-blocks input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-blocks {
  display: flex;
  gap: 0rem;
  border: none;
  padding: 0;
}

.radio-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  position: relative;
  background: rgba(244, 244, 244, 0.08);
  border: 1.71908px solid rgba(255, 255, 255, 0.16);
  padding: 12px 27px;
  font-family: "geist";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.43);
  border-radius: 0;
  margin: 0;
}
.radio-block:hover {
  background: rgba(244, 244, 244, 0.2);
  border: 1.71908px solid rgba(255, 255, 255, 0.3);
}
.radio-block:hover .icon {
  opacity: 0.4;
}

.radio-block input[type=radio] {
  display: none;
}

.radio-block .icon {
  font-size: 1.5rem;
  margin-bottom: 0rem;
}

.icon {
  width: 24px;
  height: 24px;
  display: block;
  content: "";
  background-size: contain;
  visibility: visible;
  transition: opacity 0.16s ease-in-out;
  background-position: center;
  opacity: 0.2;
}

.list.icon {
  background: url(../../../images/list-ico.svg) no-repeat;
}

.grid.icon {
  background: url(../../../images/grid-ico.svg) no-repeat;
}

/* Checked state */
.radio-block input[type=radio]:checked + .icon,
.radio-block input[type=radio]:checked + .icon + .label {
  color: #007bff;
  opacity: 1;
}

.radio-block input[type=radio]:checked ~ .radio-block {
  border-color: #007bff;
  background-color: #e6f0ff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.2);
}

.people-feed, .meet-team {
  margin-top: 22px;
  margin-bottom: 40px;
}

.meet-team .peoples-card .peoples-content {
  background-color: transparent;
}
.meet-team .peoples-card .peoples-content h3 {
  font-size: 25px;
  margin-bottom: 0;
}
.meet-team .peoples-card .peoples-content a {
  color: #fff;
}
.meet-team .peoples-card .peoples-content .people-view-profile-link {
  background-color: #07B862;
  color: #fff;
  border: 1px solid #07B862;
  transition: opacity 0.3s ease;
}
.meet-team .peoples-card .peoples-content .people-view-profile-link:hover {
  opacity: 0.8;
}
.meet-team .peoples-card .peoples-content .people-title {
  margin-bottom: 14px;
}
.meet-team .peoples-card .peoples-content .people-email {
  margin-bottom: 6px;
}
.meet-team .peoples-card .peoples-content .people-phone {
  margin-top: 14px;
}

/*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: "\f078";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  width: 13px;
  height: 13px;
  right: 12px;
  color: #17124b;
  font-size: 14px;
  top: 15px;
  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: none;
  font-family: akhand;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: rgb(4, 0, 48);
}
@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);
}

/*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 rgba(23, 18, 75, 0.16);
  border-radius: 0px;
  font-size: 16px;
  color: #505050;
  padding: 8px 16px;
  background-color: #fff;
  position: relative;
  line-height: 30px;
}
@media (max-width: 991px) {
  #wrapper .select-selected,
  #wrapper .gform_wrapper select {
    padding: 22px 16px;
    font-size: 19px;
  }
}
#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;
  font-size: 16px;
  color: #3A3A3A;
  letter-spacing: 0;
  line-height: 25px;
}

.fancybox-content {
  background: transparent;
}

.fancybox-show-caption .fancybox-caption__body {
  max-width: 1048px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #wrapper {
    overflow-x: hidden;
  }
}
.home #breadcrumbs {
  display: none;
}

@media (min-width: 768px) {
  .vc_section[data-vc-full-width] > .vc_row {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
@media (max-width: 767px) {
  .vc_section {
    padding-left: 0px !important;
    padding-right: 0px !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] > .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%;
  }
}
.latest-news-section {
  margin-bottom: 75px;
  background-color: #EFF6F7;
}

#main article {
  margin-bottom: 0px;
  padding: 0;
}
#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;
  }
}

#main .posts-feed .row {
  margin-right: -10px;
  margin-left: -10px;
  display: flex;
  flex-wrap: wrap;
}
#main .posts-feed article {
  padding: 0 10px 0px 10px;
}
#main .posts-feed article .col-inner {
  padding-left: 0;
}

.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: #040030;
  line-height: 56px;
  margin-bottom: 2.8rem;
}

h2, .h2 {
  margin-top: 0;
  font-weight: 700;
  color: #040030;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 1.8rem;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 32px;
    line-height: 48px;
    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, #main .publications .h4 {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 14px;
}

.single-post .breadcrumbs {
  display: none;
}
.single-post .page-menu {
  display: none;
}

.single-post #content #main p {
  font-family: "geist";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: -0.02em;
  color: #17124B;
}
.single-post #content #main .quote {
  margin-top: 20px;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  .single-post #content #main .quote {
    margin-bottom: 110px;
  }
}
.single-post #content #main .quote p {
  font-family: "akhand";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #07B862;
  text-align: center;
}
@media (max-width: 767px) {
  .single-post #content #main .quote p br {
    display: none;
  }
}

.single-post #content #main,
.blog #main,
.archive #main,
.page-template-publications #main {
  margin-top: 0px;
}
.single-post #content #main .back-nav,
.blog #main .back-nav,
.archive #main .back-nav,
.page-template-publications #main .back-nav {
  font-family: "Geist";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1;
  display: inline-flex;
  align-items: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  position: relative;
  color: #07B862;
  transition: 0.3s color, opacity ease;
  padding-left: 20px;
  margin-bottom: 42px;
}
.single-post #content #main .back-nav:after, .single-post #content #main .back-nav:before,
.blog #main .back-nav:after,
.blog #main .back-nav:before,
.archive #main .back-nav:after,
.archive #main .back-nav:before,
.page-template-publications #main .back-nav:after,
.page-template-publications #main .back-nav:before {
  transition: 0.3s color, opacity ease;
  content: "";
  background-size: contain;
  width: 12px;
  height: 100%;
  display: inline-flex;
  margin-right: 6px;
  background-size: contain !important;
  background-position: center !important;
  opacity: 0;
  position: absolute;
  left: 0;
  transform: rotate(180deg);
}
.single-post #content #main .back-nav:after,
.blog #main .back-nav:after,
.archive #main .back-nav:after,
.page-template-publications #main .back-nav:after {
  background: url(../../../images/ico-more-arrow.svg) no-repeat;
  opacity: 1;
}
.single-post #content #main .back-nav:before,
.blog #main .back-nav:before,
.archive #main .back-nav:before,
.page-template-publications #main .back-nav:before {
  background: url(../../../images/ico-more-arrow-hover.svg) no-repeat;
  opacity: 0;
}
.single-post #content #main .back-nav:hover,
.blog #main .back-nav:hover,
.archive #main .back-nav:hover,
.page-template-publications #main .back-nav:hover {
  color: #0AD472;
  text-decoration: none;
}
.single-post #content #main .back-nav:hover:after,
.blog #main .back-nav:hover:after,
.archive #main .back-nav:hover:after,
.page-template-publications #main .back-nav:hover:after {
  opacity: 0;
}
.single-post #content #main .back-nav:hover:before,
.blog #main .back-nav:hover:before,
.archive #main .back-nav:hover:before,
.page-template-publications #main .back-nav:hover:before {
  opacity: 1;
}
.single-post #content #main .empty-title,
.blog #main .empty-title,
.archive #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 #content #main .meta,
.blog #main .meta,
.archive #main .meta,
.page-template-publications #main .meta {
  font-weight: 700;
  color: #505050;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 35.3px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.single-post #content #main .meta-categories,
.blog #main .meta-categories,
.archive #main .meta-categories,
.page-template-publications #main .meta-categories {
  font-weight: 800;
  color: #AFB4C5;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 35.3px;
  letter-spacing: 0.32px;
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 15px;
}
.single-post #content #main .meta-categories a,
.blog #main .meta-categories a,
.archive #main .meta-categories a,
.page-template-publications #main .meta-categories a {
  color: #AFB4C5;
  font-weight: 800;
}
@media (min-width: 992px) {
  .single-post #content #main .col-sm-5,
  .blog #main .col-sm-5,
  .archive #main .col-sm-5,
  .page-template-publications #main .col-sm-5 {
    padding-right: 30px;
  }
}
.single-post #content #main .col-sm-7,
.blog #main .col-sm-7,
.archive #main .col-sm-7,
.page-template-publications #main .col-sm-7 {
  display: flex;
  align-items: center;
}
.single-post #content #main h1,
.blog #main h1,
.archive #main h1,
.page-template-publications #main h1 {
  margin-bottom: 0;
}
.single-post #content #main .page-header,
.blog #main .page-header,
.archive #main .page-header,
.page-template-publications #main .page-header {
  border-bottom: none;
  margin: 0px 0 10px;
}
.single-post #content #main .p-lg,
.blog #main .p-lg,
.archive #main .p-lg,
.page-template-publications #main .p-lg {
  margin-bottom: 0;
}
.single-post #content #main .intro-section,
.blog #main .intro-section,
.archive #main .intro-section,
.page-template-publications #main .intro-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #17124B;
  background: linear-gradient(360deg, #040120 -1.92%, #17124B 100%);
}
.single-post #content #main .intro-section .h2,
.blog #main .intro-section .h2,
.archive #main .intro-section .h2,
.page-template-publications #main .intro-section .h2 {
  color: #fff;
  font-size: 48px;
  line-height: 1.1;
}
.single-post #content #main .intro-section p.meta,
.blog #main .intro-section p.meta,
.archive #main .intro-section p.meta,
.page-template-publications #main .intro-section p.meta {
  margin-top: -10px !important;
  font-family: "Akhand";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: #07B862;
}
.single-post #content #main .intro-section .container > .row,
.blog #main .intro-section .container > .row,
.archive #main .intro-section .container > .row,
.page-template-publications #main .intro-section .container > .row {
  margin-top: 47px;
  margin-bottom: 61px;
}
@media (min-width: 992px) {
  .single-post #content #main .col-inner,
  .blog #main .col-inner,
  .archive #main .col-inner,
  .page-template-publications #main .col-inner {
    padding-left: 8px;
  }
}
.single-post #content #main .post_content,
.blog #main .post_content,
.archive #main .post_content,
.page-template-publications #main .post_content {
  margin-bottom: 125px;
  margin-top: 0px;
}
.single-post #content #main .purple-bg,
.blog #main .purple-bg,
.archive #main .purple-bg,
.page-template-publications #main .purple-bg {
  background: #040120;
}
.single-post #content #main .purple-bg p,
.blog #main .purple-bg p,
.archive #main .purple-bg p,
.page-template-publications #main .purple-bg p {
  font-family: "Geist";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.9);
}

#content .vc_separator.vc_sep_color_purple .vc_sep_line {
  border-color: #322E78;
  margin-bottom: 50px;
}

.single-post .intro-section .row {
  display: flex;
}
.single-post .intro-section .row .col-sm-6:last-child {
  display: flex;
  align-items: center;
}

.blog #main,
.single-post #main {
  margin-top: 0;
}
.blog #main p,
.single-post #main p {
  margin-bottom: 1.1em;
}

.blog #main .post_content {
  margin-top: 0;
}

.single-post #main .post_content {
  margin-bottom: 47px;
}

.blog .breadcrumbs, .single-post .breadcrumbs {
  background-color: #EFF6F7;
}

#content .misc-feed-section .news-widget-heading {
  margin-bottom: 31px;
  margin-top: 31px;
}
#content .misc-feed-section .news-widget-heading .view-all a {
  color: #07B862;
}
#content .misc-feed-section .news-widget-heading .view-all a:before {
  opacity: 1;
}
#content .misc-feed-section .news-widget-heading .view-all a:after {
  opacity: 0;
}
#content .misc-feed-section .news-widget-heading .view-all a:hover:before {
  opacity: 0;
}
#content .misc-feed-section .news-widget-heading .view-all a:hover:after {
  opacity: 1;
}
#content .misc-feed-section .news-widget-heading .view-all a:hover,
#content .misc-feed-section .news-widget-heading .view-all a:focus,
#content .misc-feed-section .news-widget-heading .view-all a:active {
  color: #0AD472;
}
#content .misc-feed-section .vc_row > .wpb_column > .vc_column-inner {
  height: 100%;
}
#content .misc-feed-section .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#content .misc-feed-section .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column:last-child {
  flex-grow: 1;
}
#content .misc-feed-section .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column:last-child > .wpb_wrapper, #content .misc-feed-section .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column:last-child .recent-posts, #content .misc-feed-section .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column:last-child .col-fix {
  height: 100%;
}

.single #content .misc-feed-section .vc_row.news-widget-heading > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  height: auto;
}
.single #content .misc-feed-section .vc_row.news-widget-heading > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column:last-child {
  flex-grow: 0;
}

#content .recent-posts .style4 p.meta-categories,
.single-post #content #main .recent-posts .style4 p.meta-categories {
  margin-bottom: 0px;
  font-weight: 800;
  color: #AFB4C5 !important;
}
#content .recent-posts .style4 p.meta-categories a,
.single-post #content #main .recent-posts .style4 p.meta-categories a {
  font-weight: 700;
}
#content .recent-posts .style4 p.meta,
.single-post #content #main .recent-posts .style4 p.meta {
  margin-top: 3px;
  margin-bottom: 4px;
  font-family: "geist";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  text-transform: none;
  color: rgba(255, 255, 255, 0.6);
}
#content .recent-posts .style4 img,
.single-post #content #main .recent-posts .style4 img {
  margin-bottom: 0px;
  width: 100%;
}

.news-widget-section {
  padding-top: 60px;
  padding-bottom: 90px;
}

.featured-header a:hover,
.featured-header a:active,
.featured-header a:focus {
  text-decoration: none;
}

.archive #main {
  margin-top: 0px;
}

.blog #main .page-header,
.archive #main .page-header,
.search #main .page-header {
  margin-bottom: 0;
  padding-bottom: 0;
}
.blog #main .meta,
.archive #main .meta,
.search #main .meta {
  margin-top: -6px;
  margin-bottom: 6px;
}
.blog #main .meta a,
.archive #main .meta a,
.search #main .meta a {
  color: #18124b;
  transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out;
}
.blog #main .meta a:hover, .blog #main .meta a:focus, .blog #main .meta a:active,
.archive #main .meta a:hover,
.archive #main .meta a:focus,
.archive #main .meta a:active,
.search #main .meta a:hover,
.search #main .meta a:focus,
.search #main .meta a:active {
  color: #AFB4C5;
  text-decoration: none;
}
.blog #main .post_content,
.archive #main .post_content,
.search #main .post_content {
  margin-bottom: 0;
}
.blog #main .post_content p,
.archive #main .post_content p,
.search #main .post_content p {
  margin-bottom: 10px;
}
.blog #main article,
.archive #main article,
.search #main article {
  margin-top: 14px;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .blog #main article,
  .archive #main article,
  .search #main article {
    width: 100%;
  }
}
.blog #main article:last-child,
.archive #main article:last-child,
.search #main article:last-child {
  margin-bottom: 22px;
}

.media-contact-section {
  margin-bottom: 40px;
}

.posts-feed,
.stories-results,
.lab-results {
  transition: height 0.5s ease;
  position: relative;
  min-height: 200px;
}
.posts-feed .loader:before,
.stories-results .loader:before,
.lab-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,
  .lab-results .loader:before {
    top: 60px;
  }
}
.posts-feed article,
.stories-results article,
.lab-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,
.lab-results.loaded:before {
  opacity: 0;
}
.posts-feed.loaded article,
.stories-results.loaded article,
.lab-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;
}

.no-transform {
  text-transform: none;
}

.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: #040030;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 23px;
    line-height: 31px;
    margin-bottom: 2.8rem;
  }
}

h3 sup {
  font-size: 63%;
}

.h3-sm {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 22px;
}
@media (min-width: 992px) {
  .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;
  }
}

.h3-xsm {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .h3-xsm {
    font-size: 20px;
    line-height: 28px;
  }
}

h4, .h4 {
  font-weight: 700;
  font-size: 16px;
  color: #040030;
  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: #040030;
  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: #18124b;
  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: #18124b;
  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: #18124b;
  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: #18124b;
}

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 !important;
}
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-xl2-bottom {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  body .margin-xl2-bottom {
    margin-bottom: 40px;
  }
}
body .margin-xxl-bottom {
  margin-bottom: 60px;
}
body .margin-xs-top {
  margin-top: 6px;
}
body .margin-sm-top {
  margin-top: 12px;
}
body .margin-md-top {
  margin-top: 20px;
}
body .margin-md-top2 {
  margin-top: 25px;
}
body .margin-lg-top {
  margin-top: 30px;
}
body .margin-xl-top {
  margin-top: 35px;
}
body .margin-xxl-top {
  margin-top: 60px;
}
body .padding-xs-top {
  padding-top: 6px;
}
body .padding-sm-top {
  padding-top: 12px;
}
body .padding-md-top {
  padding-top: 20px;
}
body .padding-lg-top {
  padding-top: 30px;
}
body .padding-xl-top {
  padding-top: 35px;
}
body .padding-xxl-top {
  padding-top: 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 .remove-side-padding {
  padding-left: 0px;
  padding-right: 0px;
}
body .remove-side-padding .column_container {
  padding-left: 0px;
  padding-right: 0px;
}
body .section-sm-padding {
  padding: 25px;
}
body .section-md-padding {
  padding: 45px;
}
body .section-lg-padding {
  padding: 65px;
}
body .section-xl-padding {
  padding: 85px;
}
body .section-sm-padding .wpb_text_column, body .section-md-padding .wpb_text_column, body .section-lg-padding .wpb_text_column, body .section-xl-padding .wpb_text_column {
  margin-bottom: 0px;
}

body .section-96px {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-top: 35px;
  padding-bottom: 35px;
}

body .areas-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  body .areas-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  body .areas-section .col-sm-6 > .vc_column-inner {
    padding-left: 55px;
    padding-right: 55px;
  }
}

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: #040030;
  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: #18124b;
  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: #AFB4C5;
  text-decoration: none;
}

.vc_toggle_content ul,
.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;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
  font-family: "geist", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.03em;
  color: rgba(4, 0, 48, 0.72);
}
.vc_toggle_content ul li,
.wpb_text_column ul li,
.single-post .post_content ul li,
ul.square li {
  margin-bottom: 14px;
  position: relative;
}
.vc_toggle_content ul li:before,
.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;
  content: "•";
  color: #09b862;
  font-size: 23px;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: -14px;
}
.vc_toggle_content ul li ul,
.wpb_text_column ul li ul,
.single-post .post_content ul li ul,
ul.square li ul {
  margin-top: 14px;
  padding-left: 24px;
}
.vc_toggle_content ul li ul 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 {
  content: "\f0c8";
  color: #2F74B7;
  font-size: 6px;
  top: 9px;
  left: -14px;
  content: "•";
  color: #09b862;
  font-size: 23px;
  display: inline-block;
  position: absolute;
  top: -1px;
  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;
}

.purple-bg {
  background-color: #040030;
}
.purple-bg .h4, .purple-bg .h3, .purple-bg p, .purple-bg .p, .purple-bg a, .purple-bg .h2 {
  color: #fff;
}
.purple-bg ul {
  color: #fff;
}
.purple-bg .modal-body a {
  font-weight: 600;
  color: #474747;
}

@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: #18124b;
  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: #07B862 !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) > .wpb_wrapper {
    padding-bottom: 14px;
  }
  .col-awards-single .wpb_wrapper .wpb_content_element:nth-child(2) > .wpb_wrapper ul {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .col-awards-single .wpb_wrapper .wpb_content_element:nth-child(3) > .wpb_wrapper {
    padding-top: 0;
  }
  .col-awards-single .wpb_wrapper .wpb_content_element:nth-child(3) > .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) {
  .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: 400;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 1.6em;
}

p, ul {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
  font-family: "geist", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  /* or 24px */
  letter-spacing: -0.03em;
  color: rgba(4, 0, 48, 0.72);
}

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: 28px;
  }
}

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

.view-all {
  font-weight: 600px;
  text-transform: uppercase;
}
.view-all a {
  color: #07B862;
  display: inline-flex;
  position: relative;
  align-items: center;
  font-size: 16px;
  line-height: 1.1;
  transition: all 0.16s ease-in-out;
  font-family: "Geist";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.view-all a:after {
  content: "";
  background: url(../../../images/ico-more-arrow-hover.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 10px;
  display: inline-flex;
  margin-left: 6px;
  margin-top: -1px;
}
.view-all a:before {
  content: "";
  background: url(../../../images/ico-more-arrow.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 10px;
  display: inline-flex;
  margin-left: 6px;
  margin-top: -1px;
  opacity: 0;
  position: absolute;
  right: 0;
}
.view-all a:hover:before {
  opacity: 1;
}
.view-all a:hover:after {
  opacity: 0;
}
.view-all a:hover,
.view-all a:focus,
.view-all a:active {
  color: #592A8A;
}

@media (min-width: 1200px) {
  .purple-padded-block h2, .purple-padded-block .h2 {
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .purple-padded-block {
    padding-left: 0;
    padding-right: 0;
    margin-top: -1px;
  }
}
.purple-padded-block .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline {
  margin-top: 5px;
}
@media (min-width: 1200px) {
  .purple-padded-block .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline {
    margin-top: 15px;
  }
}
.purple-padded-block .vc_btn3-container {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .purple-padded-block {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .purple-padded-block > .vc_column-inner {
    /* justify-content: center; */
  }
}
.purple-padded-block .vc_column-inner {
  margin-top: -53px;
  padding: 40px 15px 30px 15px;
  background-color: #040030;
  color: #fff;
}
@media (min-width: 480px) {
  .purple-padded-block .vc_column-inner {
    margin-top: -73px;
  }
}
@media (min-width: 768px) {
  .purple-padded-block .vc_column-inner {
    margin-top: 50px;
    padding: 40px 28px 30px 28px;
  }
}
@media (min-width: 992px) {
  .purple-padded-block .vc_column-inner {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .purple-padded-block .vc_column-inner {
    padding: 50px 37px 40px 37px;
  }
}
@media (min-width: 768px) {
  .purple-padded-block .vc_column-inner {
    max-width: 550px;
  }
}
.purple-padded-block .vc_column-inner .h3, .purple-padded-block .vc_column-inner .h2 {
  color: #fff;
}

.purple-padded-block .vc_separator,
.purple-bg .vc_separator {
  margin-bottom: 26px;
  background-image: linear-gradient(90deg, #FCFBEC 0%, #F7E17C 49%, #D7AA5F 100%);
  height: 2px;
  width: 86px;
  border: none;
}

.spotlight-section,
.half-full-width-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media (min-width: 768px) {
  .spotlight-section.full-width-right-section .wpb_column:last-child > .vc_column-inner,
  .half-full-width-section.full-width-right-section .wpb_column:last-child > .vc_column-inner {
    margin-left: -200px;
  }
}
.spotlight-section.full-width-right-section .purple-padded-block,
.half-full-width-section.full-width-right-section .purple-padded-block {
  padding-right: 0;
  justify-content: flex-end;
  z-index: 1;
}
.spotlight-section.full-width-right-section .wpb_column:first-child .vc_column-inner,
.half-full-width-section.full-width-right-section .wpb_column:first-child .vc_column-inner {
  padding: 25px 30px 25px 25px !important;
}
.spotlight-section.full-width-right-section .wpb_column:first-child .vc_column-inner .p-lg, .spotlight-section.full-width-right-section .wpb_column:first-child .vc_column-inner p,
.half-full-width-section.full-width-right-section .wpb_column:first-child .vc_column-inner .p-lg,
.half-full-width-section.full-width-right-section .wpb_column:first-child .vc_column-inner p {
  font-size: 16px;
  line-height: 25px;
}
@media (min-width: 1200px) {
  .spotlight-section.full-width-right-section .wpb_column:first-child .vc_column-inner,
  .half-full-width-section.full-width-right-section .wpb_column:first-child .vc_column-inner {
    padding: 35px 43px 35px 43px !important;
  }
  .spotlight-section.full-width-right-section .wpb_column:first-child .vc_column-inner .p-lg, .spotlight-section.full-width-right-section .wpb_column:first-child .vc_column-inner p,
  .half-full-width-section.full-width-right-section .wpb_column:first-child .vc_column-inner .p-lg,
  .half-full-width-section.full-width-right-section .wpb_column:first-child .vc_column-inner p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 768px) {
  .spotlight-section.full-width-left-section .wpb_column:first-child > .vc_column-inner,
  .half-full-width-section.full-width-left-section .wpb_column:first-child > .vc_column-inner {
    margin-right: -200px;
  }
}

@media (min-width: 768px) {
  .half-full-width-section.full-width-right-section .wpb_column:last-child > .vc_column-inner {
    margin-left: 0px;
  }
}
@media (min-width: 768px) {
  .half-full-width-section.full-width-left-section .wpb_column:first-child > .vc_column-inner {
    margin-right: 0px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .half-full-width-section.full-width-left-section .wpb_column:first-child > .vc_column-inner {
    padding: 0px 0 0 25px !important;
  }
}
@media (min-width: 768px) {
  .half-full-width-section.full-width-left-section .wpb_column:last-child .vc_column-inner {
    padding: 35px 0px 35px 40px !important;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .half-full-width-section.full-width-left-section .wpb_column:last-child .vc_column-inner {
    padding: 0px 25px 35px 25px !important;
  }
}
.half-full-width-section.full-width-right-section .wpb_column:first-child .vc_column-inner {
  padding: 25px 30px 25px 0px !important;
}
.half-full-width-section.full-width-right-section .wpb_column:first-child .vc_column-inner .p-lg, .half-full-width-section.full-width-right-section .wpb_column:first-child .vc_column-inner p {
  font-size: 16px;
  line-height: 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .half-full-width-section.full-width-right-section .wpb_column:first-child .vc_column-inner {
    padding: 0px 0px 25px 25px !important;
  }
}
@media (min-width: 1200px) {
  .half-full-width-section.full-width-right-section .wpb_column:first-child .vc_column-inner {
    padding: 35px 40px 35px 0px !important;
  }
  .half-full-width-section.full-width-right-section .wpb_column:first-child .vc_column-inner .p-lg, .half-full-width-section.full-width-right-section .wpb_column:first-child .vc_column-inner p {
    font-size: 18px;
    line-height: 28px;
  }
}

.hero-full-width.spotlight-section.full-width-right-section .purple-padded-block {
  align-items: flex-end;
}

.full-width-right-section {
  margin-top: 62px;
}
@media (min-width: 768px) {
  .full-width-right-section .full-width-left-column {
    max-width: 486px;
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .full-width-right-section .full-width-left-column {
    max-width: 584px;
  }
}

@media (max-width: 767px) {
  .spotlight-section.full-width-right-section .wpb_column:first-child .vc_column-inner,
  .half-full-width-section.full-width-right-section .wpb_column:first-child .vc_column-inner {
    padding: 20px 15px 35px 15px !important;
  }
}
@media (min-width: 992px) {
  .full-width-left-section {
    margin-top: 90px;
  }
}
.full-width-left-section .full-width-right-column {
  max-width: 584px;
  display: flex;
  align-items: flex-end;
}
.full-width-left-section .full-width-left-section-img .wpb_single_image {
  margin-bottom: 0 !important;
}

.half-full-width-section.purple-bg {
  padding-top: 0px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .half-full-width-section.purple-bg {
    padding-top: 70px;
  }
}
@media (min-width: 992px) {
  .half-full-width-section.purple-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.margin-slider-offset-top {
  margin-top: 167px;
}
@media (min-width: 1200px) {
  .margin-slider-offset-top {
    margin-top: 217px;
  }
}

.link-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-indent: -9999em;
}

.gutter-sm .row, .gutter-sm.row {
  margin-left: -10px;
  margin-right: -10px;
}
.gutter-sm .row .column,
.gutter-sm .row [class^=col-],
.gutter-sm .row .wpb_column, .gutter-sm.row .column,
.gutter-sm.row [class^=col-],
.gutter-sm.row .wpb_column {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .gutter-sm .row [class^=col-],
  .gutter-sm .row .wpb_column, .gutter-sm.row [class^=col-],
  .gutter-sm.row .wpb_column {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .gutter-sm.single-need [class^=col-],
  .gutter-sm.single-need .wpb_column {
    margin-bottom: 0px;
  }
}

body .misc-feed-section {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1199px) {
  body .misc-feed-section {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .misc-feed-section .h2 {
    font-size: 25px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  body .misc-feed-section p {
    padding-right: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .misc-feed-section p br {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  body.home .misc-feed-section .h2 {
    font-size: 23px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  body.home .misc-feed-section p {
    padding-right: 20px;
  }
}

.light-blue-bg.section-md {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 40px;
}

.inline-scroll-nav-wrapper.wpb_text_column {
  display: flex;
  justify-content: center;
}

#content .inline-scroll-nav {
  list-style: none;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 25px !important;
  padding-left: 0;
}
@media (min-width: 992px) {
  #content .inline-scroll-nav {
    display: flex;
  }
}
#content .inline-scroll-nav li:before {
  display: none;
}
#content .inline-scroll-nav li a {
  color: #592A8A;
  font-weight: 600;
}
#content .inline-scroll-nav li a:hover, #content .inline-scroll-nav li a:active, #content .inline-scroll-nav li a:focus {
  color: #AFB4C5;
}
@media (min-width: 992px) {
  #content .inline-scroll-nav li a:after {
    content: "|";
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
  }
}
#content .inline-scroll-nav li:last-child a:after {
  display: none;
}

.community-hospitals {
  display: flex;
  flex-wrap: wrap;
}
.community-hospitals > .wpb_column {
  margin-bottom: 50px;
}

.services-section .vc_column-inner {
  position: relative;
}
@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 .row [class^=col-],
.services-section .col-sm-4,
.services-section .wpb_column {
  flex-grow: 0;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .services-section .row [class^=col-],
  .services-section .col-sm-4,
  .services-section .wpb_column {
    flex: 1 1 50%;
  }
}
@media (min-width: 768px) {
  .services-section .row [class^=col-],
  .services-section .col-sm-4,
  .services-section .wpb_column {
    margin-bottom: 40px;
  }
}
.services-section .row [class^=col-] .h4,
.services-section .col-sm-4 .h4,
.services-section .wpb_column .h4 {
  text-align: center;
  line-height: 34px;
  margin-top: 11px;
  line-height: 22px;
  font-size: 18px;
  color: #592A8A;
  letter-spacing: 0;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .services-section .row [class^=col-] .h4,
  .services-section .col-sm-4 .h4,
  .services-section .wpb_column .h4 {
    margin-top: 20px;
    line-height: 45px;
  }
}
@media (min-width: 992px) {
  .services-section .row [class^=col-] .h4,
  .services-section .col-sm-4 .h4,
  .services-section .wpb_column .h4 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .services-section .row [class^=col-] .h4,
  .services-section .col-sm-4 .h4,
  .services-section .wpb_column .h4 {
    font-size: 23px;
  }
}
.services-section .row [class^=col-] .h4, .services-section .row [class^=col-] .h4 a,
.services-section .col-sm-4 .h4,
.services-section .col-sm-4 .h4 a,
.services-section .wpb_column .h4,
.services-section .wpb_column .h4 a {
  font-weight: 700;
  color: #040030;
}
@media (min-width: 768px) {
  .services-section .row [class^=col-] .wpb_content_element,
  .services-section .col-sm-4 .wpb_content_element,
  .services-section .wpb_column .wpb_content_element {
    margin-bottom: 0px;
  }
}
.services-section .row [class^=col-] .wpb_text_column .wpb_wrapper,
.services-section .col-sm-4 .wpb_text_column .wpb_wrapper,
.services-section .wpb_column .wpb_text_column .wpb_wrapper {
  min-height: 0;
  display: flex;
  align-items: center;
}
.services-section .row [class^=col-] .wpb_single_image .vc_single_image-wrapper,
.services-section .col-sm-4 .wpb_single_image .vc_single_image-wrapper,
.services-section .wpb_column .wpb_single_image .vc_single_image-wrapper {
  min-height: 100px;
  min-width: 67px;
  display: flex;
}
@media (max-width: 992px) {
  .services-section .row [class^=col-] .wpb_single_image .vc_single_image-wrapper,
  .services-section .col-sm-4 .wpb_single_image .vc_single_image-wrapper,
  .services-section .wpb_column .wpb_single_image .vc_single_image-wrapper {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .services-section .row [class^=col-] .wpb_single_image .vc_single_image-wrapper,
  .services-section .col-sm-4 .wpb_single_image .vc_single_image-wrapper,
  .services-section .wpb_column .wpb_single_image .vc_single_image-wrapper {
    min-height: 80px;
  }
}
@media (min-width: 992px) {
  .services-section .row [class^=col-] .wpb_single_image .vc_single_image-wrapper,
  .services-section .col-sm-4 .wpb_single_image .vc_single_image-wrapper,
  .services-section .wpb_column .wpb_single_image .vc_single_image-wrapper {
    min-height: 100px;
  }
}
.services-section .row [class^=col-] .wpb_single_image .vc_single_image-wrapper img,
.services-section .row [class^=col-] .wpb_single_image .vc_single_image-wrapper svg,
.services-section .col-sm-4 .wpb_single_image .vc_single_image-wrapper img,
.services-section .col-sm-4 .wpb_single_image .vc_single_image-wrapper svg,
.services-section .wpb_column .wpb_single_image .vc_single_image-wrapper img,
.services-section .wpb_column .wpb_single_image .vc_single_image-wrapper svg {
  height: auto;
  max-width: 100%;
}
.services-section .row [class^=col-] .wpb_single_image .vc_single_image-wrapper img > g > g,
.services-section .row [class^=col-] .wpb_single_image .vc_single_image-wrapper svg > g > g,
.services-section .col-sm-4 .wpb_single_image .vc_single_image-wrapper img > g > g,
.services-section .col-sm-4 .wpb_single_image .vc_single_image-wrapper svg > g > g,
.services-section .wpb_column .wpb_single_image .vc_single_image-wrapper img > g > g,
.services-section .wpb_column .wpb_single_image .vc_single_image-wrapper svg > g > g {
  transition: all 0.16s ease-in-out;
}
@media (min-width: 768px) {
  .services-section .row [class^=col-] .wpb_single_image .vc_single_image-wrapper img,
  .services-section .row [class^=col-] .wpb_single_image .vc_single_image-wrapper svg,
  .services-section .col-sm-4 .wpb_single_image .vc_single_image-wrapper img,
  .services-section .col-sm-4 .wpb_single_image .vc_single_image-wrapper svg,
  .services-section .wpb_column .wpb_single_image .vc_single_image-wrapper img,
  .services-section .wpb_column .wpb_single_image .vc_single_image-wrapper svg {
    min-width: 67px;
    width: 85%;
  }
}
@media (min-width: 992px) {
  .services-section .row [class^=col-] .wpb_single_image .vc_single_image-wrapper img,
  .services-section .row [class^=col-] .wpb_single_image .vc_single_image-wrapper svg,
  .services-section .col-sm-4 .wpb_single_image .vc_single_image-wrapper img,
  .services-section .col-sm-4 .wpb_single_image .vc_single_image-wrapper svg,
  .services-section .wpb_column .wpb_single_image .vc_single_image-wrapper img,
  .services-section .wpb_column .wpb_single_image .vc_single_image-wrapper svg {
    min-width: 67px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .services-section .row [class^=col-] .wpb_single_image .vc_single_image-wrapper img,
  .services-section .row [class^=col-] .wpb_single_image .vc_single_image-wrapper svg,
  .services-section .col-sm-4 .wpb_single_image .vc_single_image-wrapper img,
  .services-section .col-sm-4 .wpb_single_image .vc_single_image-wrapper svg,
  .services-section .wpb_column .wpb_single_image .vc_single_image-wrapper img,
  .services-section .wpb_column .wpb_single_image .vc_single_image-wrapper svg {
    width: auto;
  }
}
.services-section .row [class^=col-] .ortho-ico.wpb_single_image .vc_single_image-wrapper img,
.services-section .row [class^=col-] .ortho-ico.wpb_single_image .vc_single_image-wrapper svg,
.services-section .col-sm-4 .ortho-ico.wpb_single_image .vc_single_image-wrapper img,
.services-section .col-sm-4 .ortho-ico.wpb_single_image .vc_single_image-wrapper svg,
.services-section .wpb_column .ortho-ico.wpb_single_image .vc_single_image-wrapper img,
.services-section .wpb_column .ortho-ico.wpb_single_image .vc_single_image-wrapper svg {
  min-width: 85px;
}
.services-section .row [class^=col-] .hover .wpb_single_image .vc_single_image-wrapper img > g > g,
.services-section .row [class^=col-] .hover .wpb_single_image .vc_single_image-wrapper svg > g > g,
.services-section .col-sm-4 .hover .wpb_single_image .vc_single_image-wrapper img > g > g,
.services-section .col-sm-4 .hover .wpb_single_image .vc_single_image-wrapper svg > g > g,
.services-section .wpb_column .hover .wpb_single_image .vc_single_image-wrapper img > g > g,
.services-section .wpb_column .hover .wpb_single_image .vc_single_image-wrapper svg > g > g {
  stroke: #AFB4C5;
}
.services-section .row [class^=col-] .hover a,
.services-section .col-sm-4 .hover a,
.services-section .wpb_column .hover a {
  transition: all 0.16s ease-in-out;
  color: #AFB4C5;
}
.services-section .row [class^=col-] .hover a:hover, .services-section .row [class^=col-] .hover a:focus, .services-section .row [class^=col-] .hover a:active,
.services-section .col-sm-4 .hover a:hover,
.services-section .col-sm-4 .hover a:focus,
.services-section .col-sm-4 .hover a:active,
.services-section .wpb_column .hover a:hover,
.services-section .wpb_column .hover a:focus,
.services-section .wpb_column .hover a:active {
  color: #AFB4C5;
  text-decoration: none;
}
@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 > 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 > 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,
.vc_btn3-color-warning,
.btn-line-hover,
.vc_btn3-color-primary,
.btn-primary {
  position: relative;
}
body .vc_btn3.vc_btn3-color-warning span,
body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat span,
body .menu .btn-warning > a span,
body .gform_button span,
body .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat span,
body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat span,
body .vc_btn3.vc_btn3-style-no-margin span,
.vc_btn3-color-warning span,
.btn-line-hover span,
.vc_btn3-color-primary span,
.btn-primary span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
body .vc_btn3.vc_btn3-color-warning svg,
body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat svg,
body .menu .btn-warning > a svg,
body .gform_button svg,
body .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat svg,
body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat svg,
body .vc_btn3.vc_btn3-style-no-margin svg,
.vc_btn3-color-warning svg,
.btn-line-hover svg,
.vc_btn3-color-primary svg,
.btn-primary svg {
  position: absolute;
  left: 0;
  top: 0;
  fill: none;
  stroke: #FEC923;
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  transition: 1s ease-in-out;
  width: 100%;
  height: 100%;
}
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 > a:hover,
body .menu .btn-warning > a:active,
body .menu .btn-warning > 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,
.vc_btn3-color-warning:hover,
.vc_btn3-color-warning:active,
.vc_btn3-color-warning:focus,
.btn-line-hover:hover,
.btn-line-hover:active,
.btn-line-hover:focus,
.vc_btn3-color-primary:hover,
.vc_btn3-color-primary:active,
.vc_btn3-color-primary:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  border-color: #FEC923 !important;
  transition: 1s ease-in-out;
  background: #4A2175;
}
body .vc_btn3.vc_btn3-color-warning:hover svg,
body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:hover svg,
body .menu .btn-warning > a:hover svg,
body .gform_button:hover svg,
body .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:hover svg,
body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:hover svg,
body .vc_btn3.vc_btn3-style-no-margin:hover svg,
.vc_btn3-color-warning:hover svg,
.btn-line-hover:hover svg,
.vc_btn3-color-primary:hover svg,
.btn-primary:hover svg {
  stroke-dashoffset: -480;
}
body .vc_btn3.vc_btn3-color-warning.purple-style:hover, body .vc_btn3.vc_btn3-color-warning.purple-style:active, body .vc_btn3.vc_btn3-color-warning.purple-style:focus, body .vc_btn3.vc_btn3-color-warning.vc_btn3-color-primary:hover, body .vc_btn3.vc_btn3-color-warning.vc_btn3-color-primary:active, body .vc_btn3.vc_btn3-color-warning.vc_btn3-color-primary:focus, body .vc_btn3.vc_btn3-color-warning.btn-primary:hover, body .vc_btn3.vc_btn3-color-warning.btn-primary:active, body .vc_btn3.vc_btn3-color-warning.btn-primary:focus,
body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat.purple-style:hover,
body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat.purple-style:active,
body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat.purple-style:focus,
body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat.vc_btn3-color-primary:hover,
body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat.vc_btn3-color-primary:active,
body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat.vc_btn3-color-primary:focus,
body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat.btn-primary:hover,
body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat.btn-primary:active,
body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat.btn-primary:focus,
body .menu .btn-warning > a.purple-style:hover,
body .menu .btn-warning > a.purple-style:active,
body .menu .btn-warning > a.purple-style:focus,
body .menu .btn-warning > a.vc_btn3-color-primary:hover,
body .menu .btn-warning > a.vc_btn3-color-primary:active,
body .menu .btn-warning > a.vc_btn3-color-primary:focus,
body .menu .btn-warning > a.btn-primary:hover,
body .menu .btn-warning > a.btn-primary:active,
body .menu .btn-warning > a.btn-primary:focus,
body .gform_button.purple-style:hover,
body .gform_button.purple-style:active,
body .gform_button.purple-style:focus,
body .gform_button.vc_btn3-color-primary:hover,
body .gform_button.vc_btn3-color-primary:active,
body .gform_button.vc_btn3-color-primary:focus,
body .gform_button.btn-primary:hover,
body .gform_button.btn-primary:active,
body .gform_button.btn-primary:focus,
body .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat.purple-style:hover,
body .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat.purple-style:active,
body .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat.purple-style:focus,
body .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat.vc_btn3-color-primary:hover,
body .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat.vc_btn3-color-primary:active,
body .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat.vc_btn3-color-primary:focus,
body .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat.btn-primary:hover,
body .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat.btn-primary:active,
body .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat.btn-primary:focus,
body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat.purple-style:hover,
body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat.purple-style:active,
body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat.purple-style:focus,
body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat.vc_btn3-color-primary:hover,
body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat.vc_btn3-color-primary:active,
body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat.vc_btn3-color-primary:focus,
body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat.btn-primary:hover,
body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat.btn-primary:active,
body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat.btn-primary:focus,
body .vc_btn3.vc_btn3-style-no-margin.purple-style:hover,
body .vc_btn3.vc_btn3-style-no-margin.purple-style:active,
body .vc_btn3.vc_btn3-style-no-margin.purple-style:focus,
body .vc_btn3.vc_btn3-style-no-margin.vc_btn3-color-primary:hover,
body .vc_btn3.vc_btn3-style-no-margin.vc_btn3-color-primary:active,
body .vc_btn3.vc_btn3-style-no-margin.vc_btn3-color-primary:focus,
body .vc_btn3.vc_btn3-style-no-margin.btn-primary:hover,
body .vc_btn3.vc_btn3-style-no-margin.btn-primary:active,
body .vc_btn3.vc_btn3-style-no-margin.btn-primary:focus,
.vc_btn3-color-warning.purple-style:hover,
.vc_btn3-color-warning.purple-style:active,
.vc_btn3-color-warning.purple-style:focus,
.vc_btn3-color-warning.vc_btn3-color-primary:hover,
.vc_btn3-color-warning.vc_btn3-color-primary:active,
.vc_btn3-color-warning.vc_btn3-color-primary:focus,
.vc_btn3-color-warning.btn-primary:hover,
.vc_btn3-color-warning.btn-primary:active,
.vc_btn3-color-warning.btn-primary:focus,
.btn-line-hover.purple-style:hover,
.btn-line-hover.purple-style:active,
.btn-line-hover.purple-style:focus,
.btn-line-hover.vc_btn3-color-primary:hover,
.btn-line-hover.vc_btn3-color-primary:active,
.btn-line-hover.vc_btn3-color-primary:focus,
.btn-line-hover.btn-primary:hover,
.btn-line-hover.btn-primary:active,
.btn-line-hover.btn-primary:focus,
.vc_btn3-color-primary.purple-style:hover,
.vc_btn3-color-primary.purple-style:active,
.vc_btn3-color-primary.purple-style:focus,
.vc_btn3-color-primary.vc_btn3-color-primary:hover,
.vc_btn3-color-primary.vc_btn3-color-primary:active,
.vc_btn3-color-primary.vc_btn3-color-primary:focus,
.vc_btn3-color-primary.btn-primary:hover,
.vc_btn3-color-primary.btn-primary:active,
.vc_btn3-color-primary.btn-primary:focus,
.btn-primary.purple-style:hover,
.btn-primary.purple-style:active,
.btn-primary.purple-style:focus,
.btn-primary.vc_btn3-color-primary:hover,
.btn-primary.vc_btn3-color-primary:active,
.btn-primary.vc_btn3-color-primary:focus,
.btn-primary.btn-primary:hover,
.btn-primary.btn-primary:active,
.btn-primary.btn-primary:focus {
  border-color: #592A8A !important;
  transition: 1s ease-in-out;
  background: #F7FBFB;
}
body .vc_btn3.vc_btn3-color-warning.purple-style svg, body .vc_btn3.vc_btn3-color-warning.vc_btn3-color-primary svg, body .vc_btn3.vc_btn3-color-warning.btn-primary svg,
body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat.purple-style svg,
body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat.vc_btn3-color-primary svg,
body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat.btn-primary svg,
body .menu .btn-warning > a.purple-style svg,
body .menu .btn-warning > a.vc_btn3-color-primary svg,
body .menu .btn-warning > a.btn-primary svg,
body .gform_button.purple-style svg,
body .gform_button.vc_btn3-color-primary svg,
body .gform_button.btn-primary svg,
body .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat.purple-style svg,
body .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat.vc_btn3-color-primary svg,
body .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat.btn-primary svg,
body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat.purple-style svg,
body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat.vc_btn3-color-primary svg,
body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat.btn-primary svg,
body .vc_btn3.vc_btn3-style-no-margin.purple-style svg,
body .vc_btn3.vc_btn3-style-no-margin.vc_btn3-color-primary svg,
body .vc_btn3.vc_btn3-style-no-margin.btn-primary svg,
.vc_btn3-color-warning.purple-style svg,
.vc_btn3-color-warning.vc_btn3-color-primary svg,
.vc_btn3-color-warning.btn-primary svg,
.btn-line-hover.purple-style svg,
.btn-line-hover.vc_btn3-color-primary svg,
.btn-line-hover.btn-primary svg,
.vc_btn3-color-primary.purple-style svg,
.vc_btn3-color-primary.vc_btn3-color-primary svg,
.vc_btn3-color-primary.btn-primary svg,
.btn-primary.purple-style svg,
.btn-primary.vc_btn3-color-primary svg,
.btn-primary.btn-primary svg {
  stroke: #592A8A;
}

.footer-top .btn.btn-primary:hover, .footer-top .btn.btn-primary:active, .footer-top .btn.btn-primary:focus {
  border-color: #FEC923 !important;
  transition: 1s ease-in-out;
  background: #4A2175;
}
.footer-top .btn.btn-primary:hover span, .footer-top .btn.btn-primary:active span, .footer-top .btn.btn-primary:focus span {
  color: #fff;
}
.footer-top .btn.btn-primary svg {
  stroke: #FEC923;
}

body .menu .btn-warning > a {
  text-align: left;
}

.menu .btn-warning {
  color: initial;
  background-color: transparent;
  border: none;
  margin-bottom: 10px;
  width: 100%;
}

.menu .btn-lg > a, .menu .btn-group-lg > .btn > 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.vc_btn3-color-warning.vc_btn3-style-outline,
body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline,
body .btn-lg,
body .btn-group-lg > .btn {
  color: #fff;
  border-color: #FEC923;
  background-color: transparent;
  border-width: 1px;
  font-size: 16px;
}
body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover, body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:active, body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus,
body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:hover,
body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:active,
body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:focus,
body .btn-lg:hover,
body .btn-group-lg > .btn:hover,
body .btn-lg:active,
body .btn-group-lg > .btn:active,
body .btn-lg:focus,
body .btn-group-lg > .btn:focus {
  background-color: #4A2175;
}

body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline,
body .btn-primary {
  padding: 15px 20px;
  min-width: 155px;
  text-transform: uppercase;
  color: #592A8A;
  border-color: #592A8A;
  font-weight: 700;
}
body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:hover, body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:active, body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:focus,
body .btn-primary:hover,
body .btn-primary:active,
body .btn-primary:focus {
  background-color: #F7FBFB;
  color: #592A8A;
}

@media (min-width: 992px) {
  body .menu-btn a {
    padding: 15px 20px;
    color: #592A8A;
    border: 1px solid #592A8A;
  }
  body .menu-btn a:hover, body .menu-btn a:active, body .menu-btn a:focus {
    color: #592A8A !important;
    background-color: #F7FBFB !important;
  }
  body .btn-lg:hover, body .btn-group-lg > .btn:hover, body .btn-lg:active, body .btn-group-lg > .btn:active, body .btn-lg:focus, body .btn-group-lg > .btn:focus {
    background-color: #F7FBFB;
    color: #592A8A;
  }
}
body .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline, .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom {
  padding: 15px 20px;
  min-width: 155px;
}

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 > a,
.menu .btn-group-lg > .btn > 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 > .btn {
  padding: 0;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px;
}

.btn-shadow .vc_general.vc_btn3,
.btn-shadow > a {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
}

.btn-chev-right .vc_btn3:after,
.btn-chev-right > 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 > a:after {
    right: 12px;
  }
}
@media (min-width: 992px) {
  .btn-chev-right .vc_btn3:after,
  .btn-chev-right > a:after {
    right: 18px;
  }
}

.menu .ico-doctor > a,
.menu .ico-mychart > a,
.menu .ico-location > 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 > a:hover, .menu .ico-doctor > a:active, .menu .ico-doctor > a:focus,
.menu .ico-mychart > a:hover,
.menu .ico-mychart > a:active,
.menu .ico-mychart > a:focus,
.menu .ico-location > a:hover,
.menu .ico-location > a:active,
.menu .ico-location > 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 > a,
  .menu .ico-mychart > a,
  .menu .ico-location > 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 > a:before,
.menu .ico-mychart > a:before,
.menu .ico-doctor > 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 > a:before,
  .menu .ico-mychart > a:before,
  .menu .ico-doctor > 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 > a:before {
  background: url(/wp-content/themes/vidant/images/mychart-ico.svg) no-repeat;
  background-size: cover;
}

.menu .ico-location > 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 > a:before,
.vc_btn3-container.ico-doctor button:before {
  background: url(../../../images/doctor-ico.svg) no-repeat;
  background-size: cover;
}

.menu .ico-nurse > a:before {
  background: url(../../../images/nurse-ico.svg) no-repeat;
  background-size: cover;
}

.menu .ico-pdf > 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: #07B862;
}
.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: #18124b;
}
.navy-bg.content-block {
  background-color: inherit;
}
.navy-bg.content-block .vc_column-inner {
  background-color: #040030;
}
.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: #040030;
  }
}
.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: #040030;
  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 > .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: #040030;
}

.teal-bg {
  background-color: #040030;
}

.light-blue-bg {
  background-color: #EFF6F7;
}

.navy-bg.bg-pattern-1 .page-header h1 {
  margin-top: 21px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .navy-bg.bg-pattern-1 .page-header h1 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 0rem;
    margin-bottom: 1.9rem;
    font-size: 35px;
    letter-spacing: 0;
    line-height: 28px;
  }
}

.navy-bg.bg-pattern-1.featured-full .container {
  height: 158px;
  height: auto;
}

.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 > .vc_column-inner,
.hours-section .full-width-left-bg > .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 > .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 > .vc_row > .wpb_column > .vc_column-inner,
.navy-bg.content-block > .vc_row > .wpb_column > .vc_column-inner,
.cards.content-block > .vc_row > .wpb_column > .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: #18124b;
  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 > .wpb_wrapper,
.navy-bg.content-block > .wpb_wrapper,
.cards.content-block > .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: #18124b;
  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 > .vc_row > .wpb_column > .vc_column-inner {
  height: 100%;
  padding: 17px 15px 15px 15px;
  background-color: #EFF6F7;
}
@media (min-width: 768px) {
  .light-blue-bg.content-block.conditions-section > .vc_row > .wpb_column > .vc_column-inner {
    padding: 52px 50px 50px 50px;
  }
}

@media (min-width: 768px) {
  .card.has-btn .vc_column-inner > .wpb_wrapper,
  .has-btn .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 45px;
  }
  .card.has-btn .vc_btn3-container,
  .card.has-btn .btn,
  .has-btn .vc_btn3-container,
  .has-btn .btn {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .recent-events,
  .recent-posts .row .col-sm-12 {
    display: flex;
    align-items: flex-start;
    padding-bottom: 45px;
    flex-direction: column;
  }
  .recent-events .h3,
  .recent-posts .row .col-sm-12 .h3 {
    margin-top: 0 !important;
  }
  .recent-events .btn,
  .recent-posts .row .col-sm-12 .btn {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.posts-feed img,
.recent-posts img {
  box-shadow: 0px 0px 2px #AFB4C5;
}
@media (min-width: 768px) {
  .posts-feed img,
  .recent-posts img {
    object-fit: cover;
    min-height: 300px;
  }
}
@media (min-width: 1200px) {
  .posts-feed img,
  .recent-posts img {
    min-height: 314px;
  }
}

.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 > li {
  flex: 1 1 auto;
  list-style: none;
}
#content .nav-pills > li:before {
  display: none;
}
#content .nav-pills > li.disabled > a {
  font-weight: 300;
  color: #505050;
}
#content .nav-pills > li.active > a, #content .nav-pills > li.active > a:focus {
  background-color: #f3f3f3;
}
#content .nav-pills > li > 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: #18124b;
  }
}

@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: -0.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 > .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 > .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 > .card,
.cards > .column_container {
  flex-grow: 0;
  margin-bottom: 30px;
}
.cards > .card .vc_column-inner,
.cards > .column_container .vc_column-inner {
  height: 100%;
}

.screenings-cards .light-blue-bg > .vc_column-inner {
  background: #EFF6F7;
  padding: 30px 25px 25px 25px;
}
@media (min-width: 768px) {
  .screenings-cards .light-blue-bg > .vc_column-inner {
    padding: 30px 25px 133px 25px;
  }
}
@media (min-width: 1200px) {
  .screenings-cards .light-blue-bg > .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 > .vc_column-inner {
  border-left: 5px solid #2F74B7;
}
.screenings-cards .light-blue-bg:last-child > .vc_column-inner {
  border-left: 5px solid #07B862;
}
.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: #040030;
}
.navy-bg.content-block .vc_column-inner p {
  color: #fff;
}

.home .recent-posts .column {
  margin-bottom: 0;
}

.footer-top {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .footer-top {
    display: flex;
    align-items: center;
  }
}
.footer-top .btn, .footer-top .widget {
  margin-bottom: 0;
}
.footer-top .btn {
  border-color: #FEC923;
  padding: 15px 30px;
  justify-self: flex-end;
}
@media (min-width: 992px) {
  .footer-top {
    margin-top: 45px;
  }
}
@media (min-width: 1200px) {
  .footer-top .col-lg-offset-6 {
    margin-left: 45.8%;
  }
}

@media (min-width: 768px) {
  #widget-footer {
    display: flex;
  }
}
#widget-footer .widget, #widget-footer ul {
  margin-bottom: 0;
}
#widget-footer .col-md-3 {
  padding-left: 30px;
}
@media (max-width: 767px) {
  #widget-footer .col-md-3 {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  #widget-footer .col-md-3 {
    padding-left: 15px;
    position: relative;
  }
  #widget-footer .col-md-3:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  #widget-footer .col-md-3:first-child:after, #widget-footer .col-md-3:last-child:after {
    display: none;
  }
}
#widget-footer .col-md-3:nth-child(2), #widget-footer .col-md-3:nth-child(3), #widget-footer .col-md-3:nth-child(4), #widget-footer .col-md-3:nth-child(5) {
  padding-left: 30px;
}
@media (min-width: 1200px) {
  #widget-footer .col-md-3:nth-child(2), #widget-footer .col-md-3:nth-child(3), #widget-footer .col-md-3:nth-child(4), #widget-footer .col-md-3:nth-child(5) {
    padding-left: 60px;
  }
}
@media (min-width: 992px) {
  #widget-footer .col-md-3:nth-child(2) {
    width: 23.5%;
  }
}
@media (min-width: 992px) {
  #widget-footer .col-md-3:nth-child(3) {
    width: 19.5%;
  }
}
@media (min-width: 992px) {
  #widget-footer .col-md-3:last-child {
    width: 11%;
    padding-left: 0;
  }
}
#widget-footer .col-md-3:last-child img {
  max-width: 110px !important;
}
@media (min-width: 992px) {
  #widget-footer .col-md-offset-1.col-md-2,
  #widget-footer .col-lg-offset-1.col-md-2 {
    padding-left: 0px;
  }
}
@media (min-width: 1200px) {
  #widget-footer .col-md-offset-1.col-md-2,
  #widget-footer .col-lg-offset-1.col-md-2 {
    padding-left: 0px;
  }
}
@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: #040030;
}
.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 > li.ico {
  font-size: 0;
  float: left;
}
.navbar-default .mobile-ico-nav .mobile_ico_navigation > li.ico a {
  font-size: 0;
  line-height: 4px;
  padding: 10px 10px;
}
.navbar-default .mobile-ico-nav .mobile_ico_navigation > 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 > li.ico a:hover:after,
.navbar-default .mobile-ico-nav .mobile_ico_navigation > li.ico a:active:after,
.navbar-default .mobile-ico-nav .mobile_ico_navigation > li.ico a:focus:after {
  color: #5391CC;
}
.navbar-default .mobile-ico-nav .mobile_ico_navigation > li.search-ico a:after {
  content: "\f002";
}
.navbar-default .mobile-ico-nav .mobile_ico_navigation > 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 > .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: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  #content .vc_section {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  #content .vc_custom_1734118682855 {
    padding-top: 50px !important;
  }
}
.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: 124px;
  }
}
@media (min-width: 415px) {
  .featured-full .container {
    padding-top: 137px;
  }
}
@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: 475px;
  }
}
@media (min-width: 1200px) {
  .featured-full .container {
    height: 475px;
  }
}

@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 rgba(0, 0, 0, 0.37);
  }
}

.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: 20px;
  }
  .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 > 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 > 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 > 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 > .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 > 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: #18124b;
  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: #18124b;
}
@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: #BBBAC5;
}
@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: #FFF;
}
.featured-full .page-header.navy p {
  color: #FFF;
}

.featured-full .page-header p {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #BBBAC5;
  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 .container {
  display: flex;
  align-items: center;
}
.breadcrumbs #breadcrumbs {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .breadcrumbs #breadcrumbs {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.breadcrumbs p {
  float: left;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.3px;
  line-height: 1.2;
  margin-bottom: 0;
  color: #3A3A3A;
}
@media (min-width: 768px) {
  .breadcrumbs p {
    font-size: 14px;
  }
}
.breadcrumbs p .breadcrumb_last {
  color: #3A3A3A;
  margin-left: 1px;
  font-weight: 400;
}
.breadcrumbs p a {
  color: #3A3A3A;
  transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out;
  margin-left: 1px;
  margin-right: 1px;
}
.breadcrumbs p a:hover, .breadcrumbs p a:focus, .breadcrumbs p a:active {
  color: #040030;
  text-decoration: underline;
}
.breadcrumbs p a:first-child {
  margin-left: 0;
}

.style2 hr {
  border-color: #592A8A;
  width: 86px;
  text-align: left;
  margin-left: 0;
  border-width: 2px;
  margin-bottom: 25px;
}

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 rgba(0, 0, 0, 0.37) !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 > 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 > a:hover, rs-module ul.menu li.hero-menu.menu-item > a:focus, rs-module ul.menu li.hero-menu.menu-item > 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 > a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  rs-module ul.menu li.hero-menu.menu-item > a {
    line-height: 40px;
  }
}
rs-module ul.menu li.hero-menu.menu-item > a:before {
  content: "";
  width: 45px;
  height: 46px;
  display: inline-block;
  margin-right: 19px;
}
rs-module ul.menu li.hero-menu.menu-item > 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: #18124b;
  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: #18124b;
  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: #040030;
}
#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 0.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 0.15s ease-in;
  background: #2F74B7;
  border-color: #18124b;
}
#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: #18124b;
}
#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 0.15s ease-in;
  border: none;
  background: #2F74B7;
  border-color: #18124b;
}
#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: #18124b;
}

#wrapper rs-layer span.white,
#wrapper rs-layer span.light {
  color: #fff !important;
}

#wrapper rs-layer span.dark,
#wrapper rs-layer span.navy {
  color: #18124b !important;
}

#wrapper rs-layer span.excerpt.dark,
#wrapper rs-layer span.excerpt.navy {
  color: #BBBAC5 !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: #18124b;
  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: #040030;
}
.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: #040030;
  color: #fff;
}
@media (max-width: 767px) {
  .footer-wrapper .widget {
    margin-bottom: 0;
  }
}
.footer-wrapper a {
  color: #fff;
}
.footer-wrapper .footer-links ul {
  margin: 0;
}
.footer-wrapper .footer-links li {
  font-size: 12px;
}
.footer-wrapper .footer-links li a {
  transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out;
}
.footer-wrapper .footer-links li a:hover, .footer-wrapper .footer-links li a:focus, .footer-wrapper .footer-links li a:active {
  color: #fff;
  text-decoration: underline;
}
.footer-wrapper li, .footer-wrapper p {
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 27px;
}
.footer-wrapper ul {
  padding-left: 0;
  list-style: none;
}
.footer-wrapper .attribution {
  font-size: 12px;
  color: #fff;
  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;
  margin-bottom: 0;
  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: #fff;
  transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out;
  padding-left: 7px;
  padding-right: 7px;
}
.footer-wrapper .footer-links a:hover, .footer-wrapper .footer-links a:focus, .footer-wrapper .footer-links a:active {
  color: #fff;
  text-decoration: none;
}
.footer-wrapper .footer-links li {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .footer-wrapper .footer-links li {
    float: left;
    margin-left: 0;
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .footer-wrapper .footer-links li:after {
    content: "|";
    margin-left: 5px;
    color: #fff;
  }
}
.footer-wrapper .footer-links li:last-child:after {
  display: none;
}
.footer-wrapper .footer-links .menu {
  padding-left: 0;
}
.footer-wrapper .navbar-brand {
  margin-top: 0px;
  width: 170px;
  height: 36px;
  float: left;
}
@media (max-width: 767px) {
  .footer-wrapper .navbar-brand {
    margin-left: 15px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .footer-wrapper .navbar-brand {
    width: 286px;
    height: 60px;
    margin-top: 0px;
  }
}
.footer-wrapper .widgettitle {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .footer-wrapper2 > .container nav {
    width: 56%;
    display: flex;
    justify-content: flex-end;
  }
}

body.wpb-js-composer .vc_tta.vc_general .vc_tta-tabs-list {
  display: none;
  display: flex !important;
  justify-content: stretch;
  width: 100%;
  flex-wrap: wrap;
}
body .vc_tta.vc_tta-spacing-1 li.vc_tta-tab {
  margin-right: 0;
  flex: 1 0 auto;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  display: flex;
}
@media (min-width: 1200px) {
  body .vc_tta.vc_tta-spacing-1 li.vc_tta-tab {
    flex: 1;
    min-width: 171px;
  }
}

.wpb-js-composer #content .vc_tta.vc_tta-tabs li {
  margin-bottom: 0;
}
.wpb-js-composer #content .vc_tta.vc_tta-tabs .vc_tta-panel-body li {
  margin-bottom: 7px;
}

@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: 991px) {
  .mobile-hide {
    display: none;
  }
}

@media (max-width: 1199px) {
  .lg-hide {
    display: none;
  }
}

@media (min-width: 992px) {
  .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 {
    position: relative;
    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: #040030;
  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: #BBBAC5;
  padding: 5px 12px;
  font-weight: 400;
  font-size: 13px;
}
body #wrapper .story-filter-group .chosen-container .chosen-results li.highlighted {
  background: #EFF6F7;
  color: #18124b;
}
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: #18124b;
  letter-spacing: 0;
  display: flex;
  align-items: flex-end;
}
.stories-results .h3-sm a {
  color: #18124b;
}
.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: #18124b;
  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 {
  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 {
  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-wrapper > div,
.blog #main .pagination-wrapper > div {
  display: flex;
}
.post_content .pagination,
.blog #main .pagination {
  display: inline-flex;
  padding-left: 0;
  margin-left: 0;
  margin: 46px auto 67px auto;
}
.post_content .pagination > li > a,
.blog #main .pagination > li > a {
  color: #17124B;
  padding: 9px 10px;
  margin-right: 6px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.37px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  width: 40px;
  height: 40px;
  border-radius: 0;
}
@media (min-width: 768px) {
  .post_content .pagination > li > a,
  .blog #main .pagination > li > a {
    margin-right: 14px;
  }
}
.post_content .pagination > .disabled > a,
.post_content .pagination > li > a,
.blog #main .pagination > .disabled > a,
.blog #main .pagination > li > a {
  border-color: transparent;
}
@media (max-width: 767px) {
  .post_content .pagination > .disabled > a span,
  .post_content .pagination > li > a span,
  .blog #main .pagination > .disabled > a span,
  .blog #main .pagination > li > a span {
    display: none;
  }
}
.post_content .pagination li:before,
.blog #main .pagination li:before {
  display: none;
}
.post_content .pagination > li > a:hover,
.post_content .pagination > li > a:focus,
.post_content .pagination > li > span:hover,
.post_content .pagination > li > span:focus,
.blog #main .pagination > li > a:hover,
.blog #main .pagination > li > a:focus,
.blog #main .pagination > li > span:hover,
.blog #main .pagination > li > span:focus {
  border-color: transparent;
}
.post_content .pagination > .active > a,
.blog #main .pagination > .active > a {
  background-color: transparent;
  border-color: #E2E8F0;
  color: #17124B;
  border-radius: 4px;
  font-weight: 400;
}
.post_content .pagination > .active > a:hover, .post_content .pagination > .active > a:focus,
.blog #main .pagination > .active > a:hover,
.blog #main .pagination > .active > a:focus {
  border-color: #E2E8F0;
}
.post_content .pagination li.next,
.post_content .pagination li.prev,
.blog #main .pagination li.next,
.blog #main .pagination li.prev {
  display: none;
}
.post_content .pagination li.next a:hover:before,
.blog #main .pagination li.next a:hover:before {
  display: none;
}
.post_content .pagination li.prev-page,
.post_content .pagination li.next-page,
.blog #main .pagination li.prev-page,
.blog #main .pagination li.next-page {
  margin-right: 0;
}
.post_content .pagination li.prev-page a,
.post_content .pagination li.next-page a,
.blog #main .pagination li.prev-page a,
.blog #main .pagination li.next-page a {
  background: transparent;
  margin-right: 2px;
  display: inline-flex;
  width: auto;
}
.post_content .pagination a .fa-chevron-right:before,
.blog #main .pagination a .fa-chevron-right:before {
  content: "";
  background: url(../../../images/purple-nav-chev-right.svg) no-repeat;
  background-position: center;
  width: 7px;
  height: 12px;
  margin-top: 4px;
  display: inline-block;
  background-size: contain;
  margin-left: 10px;
}
.post_content .pagination a .fa-chevron-left:before,
.blog #main .pagination a .fa-chevron-left:before {
  content: "";
  background: url(../../../images/purple-nav-chev-left.svg) no-repeat;
  background-position: center;
  width: 7px;
  height: 12px;
  margin-top: 4px;
  display: inline-block;
  background-size: contain;
  margin-right: 10px;
}
.post_content .pagination a.nav-links-ajax,
.blog #main .pagination a.nav-links-ajax {
  display: flex;
  width: auto;
}

.footer-cta {
  margin-top: 60px;
}
@media (min-width: 992px) {
  .footer-cta {
    margin-top: 101px;
  }
}

#inner-footer {
  clear: both;
}

#widget-footer {
  padding-top: 39px;
}
@media (max-width: 767px) {
  #widget-footer .panel-heading {
    border-top: 1px solid #C3C9DD;
  }
  #widget-footer .panel-heading a {
    color: #fff;
  }
}
@media (max-width: 767px) {
  #widget-footer.row [class^=col-] {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@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: 34px;
  }
}
#widget-footer h4, #widget-footer .h4 {
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.15px;
  line-height: 1.3;
  margin-bottom: 7px;
  margin-top: 0;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.17px;
}
@media (min-width: 992px) {
  #widget-footer h4, #widget-footer .h4 {
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  #widget-footer h4, #widget-footer .h4 {
    margin-bottom: 0;
  }
}
#widget-footer .navbar-collapse {
  overflow: hidden;
}
@media (max-width: 767px) {
  #widget-footer .navbar-collapse {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
#widget-footer ul.menu li a {
  padding: 5px 10px;
  display: block;
  margin-left: -10px;
  margin-right: -10px;
  line-height: 1.5;
}
#widget-footer .social {
  margin-top: 16px;
  display: inline-flex;
  letter-spacing: 0.32px;
}
@media (max-width: 991px) {
  #widget-footer .social {
    display: flex;
    justify-content: space-between;
  }
}
#widget-footer .social li {
  margin-bottom: 10px;
  margin-right: 20px;
}
@media (max-width: 991px) {
  #widget-footer .social li {
    float: left;
  }
}
#widget-footer .social li .visually-hidden {
  text-indent: -9999em;
  display: none;
}
#widget-footer .social li i {
  display: inline-block;
  color: #fff;
  width: 33px;
  transition: all 0.16s ease-in-out;
  font-size: 25px;
}
#widget-footer .social li i:hover, #widget-footer .social li i:focus, #widget-footer .social li i:active {
  opacity: 0.8;
  text-decoration: none;
}
@media (min-width: 768px) {
  #widget-footer .social li i {
    font-size: 30px;
  }
}
#widget-footer .social li a {
  font-size: 14px;
  transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out;
  color: #fff;
}
#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 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
}

.footer-wrapper2 {
  border-top: 1px solid #fff;
  padding: 0;
  padding-top: 19px;
  padding-bottom: 0;
}

.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: "✓ ";
  position: absolute;
  top: 0.2em;
  left: 0.3em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #00a2b1;
  transition: all 0.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: 0.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 0.16s ease-in-out, background-color 0.16s ease-in-out;
  transition: color 0.16s ease-in-out, background-color 0.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: #040030;
}
@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: #040030;
}
.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: #040030;
}
.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: 0.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: 0.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;
  }
}
.womens-btns .card.has-btn .vc_column-inner > .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: 0.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.search-ico a {
  align-items: center;
  text-indent: -9999em;
  display: inline-flex;
  position: relative;
}
@media (max-width: 767px) {
  li.search-ico a {
    color: #fff;
    text-indent: 0;
  }
}

li.search-ico a:before {
  content: "";
  background: url(../../../images/search-ico.svg) no-repeat;
  width: 16px;
  height: 16px;
  margin-top: -3px;
  background-size: contain;
  display: inline-block;
  visibility: visible;
  transition: all 0.16s ease-in-out;
}

li.search-ico a:after {
  opacity: 0;
  background: url(../../../images/search-ico-hover.svg) no-repeat;
  width: 16px;
  height: 16px;
  margin-top: -3px;
  background-size: contain;
  display: inline-block;
  content: "";
  position: absolute;
  transition: all 0.16s ease-in-out;
}

@media (max-width: 991px) {
  li.search-ico a:before,
  li.search-ico a:after {
    display: none !important;
  }
}
li.search-ico a:hover:after {
  opacity: 1;
}
li.search-ico a:hover:before {
  opacity: 0;
}

.navbar-default.sps--blw {
  box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.1);
}

.navbar-default .nav-top .navbar-nav > li.accessibility-ic a {
  position: relative;
  align-items: center;
  text-indent: -9999em;
  display: inline-flex;
  text-align: left;
}
@media (min-width: 992px) {
  .navbar-default .nav-top .navbar-nav > li.accessibility-ic a {
    margin-right: -11px;
  }
}

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;
  transition: all 0.16s ease-in-out;
}
@media (max-width: 991px) {
  li.accessibility-ic a:before {
    display: none;
  }
}

li.accessibility-ic a:after {
  opacity: 0;
  content: "";
  background: url(../../../images/access-icon-c-h-2.svg) no-repeat;
  width: 25px;
  height: 25px;
  margin-top: -3px;
  background-size: contain;
  display: inline-block;
  position: absolute;
  transition: all 0.16s ease-in-out;
}
@media (max-width: 991px) {
  li.accessibility-ic a:after {
    display: none;
  }
}

li.accessibility-ic a:hover:after {
  opacity: 1;
}
li.accessibility-ic a:hover:before {
  opacity: 0;
}

.panel {
  background-color: #040030;
}

.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 > p {
  color: #595a5a;
  font-weight: 500;
  font-size: 18px;
}

.page-template-page-talemetry #glt-translate-trigger {
  display: none !important;
}

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > 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: 244px;
  height: auto !important;
}

.pum-theme-default-theme .pum-content {
  padding: 35px;
}

#content .events-feed.style1 .recent-events .h3 {
  order: 1;
}
@media (max-width: 767px) {
  #content .events-feed.style1 .recent-events .h3 {
    width: 100%;
    margin-bottom: 40px !important;
  }
}

@media (max-width: 767px) {
  #content .events-feed.style1 .recent-events .meta {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .spotlight-section.full-width-right-section .full-width-right-section-img {
    order: -1;
    background-color: #18124b;
  }
}

@media (max-width: 767px) {
  .full-width-right-section .row .full-width-left-column {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .view-all p {
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  section > .row > .wpb_column {
    margin-bottom: 20px;
  }
  section > .row > .wpb_column:last-child {
    margin-bottom: 0;
  }
  .events-feed .view-all {
    margin-top: -18px !important;
  }
}
body .pum-theme-4223 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
  color: #18124b;
  transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out;
  background: none;
  box-shadow: none;
}
body .pum-theme-4223 .pum-content + .pum-close .fas, body .pum-theme-4223 .pum-content + .pum-close .people-feed .loader:before, .people-feed body .pum-theme-4223 .pum-content + .pum-close .loader:before, body .pum-theme-4223 .pum-content + .pum-close .slick-prev, body .pum-theme-4223 .pum-content + .pum-close .slick-next, body .pum-theme-4223 .pum-content + .pum-close .slick-next:before, body .pum-theme-4223 .pum-content + .pum-close .slick-prev:before, body .pum-theme-4223 .pum-content + .pum-close #mega-menu-wrap-main_nav #mega-menu-main_nav .mega-sub-menu ul li.mega-menu-item .menu-item > a:after, body #mega-menu-wrap-main_nav #mega-menu-main_nav .mega-sub-menu ul li.mega-menu-item .pum-theme-4223 .pum-content + .pum-close .menu-item > a:after, body .pum-theme-4223 .pum-content + .pum-close #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link .mega-indicator:after, body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link .pum-theme-4223 .pum-content + .pum-close .mega-indicator:after, body .pum-theme-4223 .pum-content + .pum-close #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-search-ico a:after, body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-search-ico .pum-theme-4223 .pum-content + .pum-close a:after, body .pum-theme-4223 .pum-content + .pum-close .page-subnav .navbar-toggler .navbar-toggler-icon, .page-subnav .navbar-toggler body .pum-theme-4223 .pum-content + .pum-close .navbar-toggler-icon, body .pum-theme-4223 .pum-content + .pum-close .select-selected:before, body .pum-theme-4223 .pum-content + .pum-close .posts-feed .loader:before, .posts-feed body .pum-theme-4223 .pum-content + .pum-close .loader:before,
body .pum-theme-4223 .pum-content + .pum-close .stories-results .loader:before,
.stories-results body .pum-theme-4223 .pum-content + .pum-close .loader:before,
body .pum-theme-4223 .pum-content + .pum-close .lab-results .loader:before,
.lab-results body .pum-theme-4223 .pum-content + .pum-close .loader:before, body .pum-theme-4223 .pum-content + .pum-close .vc_toggle_content ul li:before, .vc_toggle_content ul body .pum-theme-4223 .pum-content + .pum-close li:before,
body .pum-theme-4223 .pum-content + .pum-close .wpb_text_column ul li:before,
.wpb_text_column ul body .pum-theme-4223 .pum-content + .pum-close li:before,
body .pum-theme-4223 .pum-content + .pum-close .single-post .post_content ul li:before,
.single-post .post_content ul body .pum-theme-4223 .pum-content + .pum-close li:before,
body .pum-theme-4223 .pum-content + .pum-close ul.square li:before,
ul.square body .pum-theme-4223 .pum-content + .pum-close li:before, body .pum-theme-4223 .pum-content + .pum-close .navbar-default .mobile-ico-nav .mobile_ico_navigation > li.ico a:after, .navbar-default .mobile-ico-nav .mobile_ico_navigation > li.ico body .pum-theme-4223 .pum-content + .pum-close a:after, .pum-theme-default-theme .pum-content + .pum-close .fas, .pum-theme-default-theme .pum-content + .pum-close .people-feed .loader:before, .people-feed .pum-theme-default-theme .pum-content + .pum-close .loader:before, .pum-theme-default-theme .pum-content + .pum-close .slick-prev, .pum-theme-default-theme .pum-content + .pum-close .slick-next, .pum-theme-default-theme .pum-content + .pum-close .slick-next:before, .pum-theme-default-theme .pum-content + .pum-close .slick-prev:before, .pum-theme-default-theme .pum-content + .pum-close body #mega-menu-wrap-main_nav #mega-menu-main_nav .mega-sub-menu ul li.mega-menu-item .menu-item > a:after, body #mega-menu-wrap-main_nav #mega-menu-main_nav .mega-sub-menu ul li.mega-menu-item .pum-theme-default-theme .pum-content + .pum-close .menu-item > a:after, .pum-theme-default-theme .pum-content + .pum-close body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link .mega-indicator:after, body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link .pum-theme-default-theme .pum-content + .pum-close .mega-indicator:after, .pum-theme-default-theme .pum-content + .pum-close body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-search-ico a:after, body #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-search-ico .pum-theme-default-theme .pum-content + .pum-close a:after, .pum-theme-default-theme .pum-content + .pum-close .page-subnav .navbar-toggler .navbar-toggler-icon, .page-subnav .navbar-toggler .pum-theme-default-theme .pum-content + .pum-close .navbar-toggler-icon, .pum-theme-default-theme .pum-content + .pum-close .select-selected:before, .pum-theme-default-theme .pum-content + .pum-close .posts-feed .loader:before, .posts-feed .pum-theme-default-theme .pum-content + .pum-close .loader:before,
.pum-theme-default-theme .pum-content + .pum-close .stories-results .loader:before,
.stories-results .pum-theme-default-theme .pum-content + .pum-close .loader:before,
.pum-theme-default-theme .pum-content + .pum-close .lab-results .loader:before,
.lab-results .pum-theme-default-theme .pum-content + .pum-close .loader:before, .pum-theme-default-theme .pum-content + .pum-close .vc_toggle_content ul li:before, .vc_toggle_content ul .pum-theme-default-theme .pum-content + .pum-close li:before,
.pum-theme-default-theme .pum-content + .pum-close .wpb_text_column ul li:before,
.wpb_text_column ul .pum-theme-default-theme .pum-content + .pum-close li:before,
.pum-theme-default-theme .pum-content + .pum-close .single-post .post_content ul li:before,
.single-post .post_content ul .pum-theme-default-theme .pum-content + .pum-close li:before,
.pum-theme-default-theme .pum-content + .pum-close ul.square li:before,
ul.square .pum-theme-default-theme .pum-content + .pum-close li:before, .pum-theme-default-theme .pum-content + .pum-close .navbar-default .mobile-ico-nav .mobile_ico_navigation > li.ico a:after, .navbar-default .mobile-ico-nav .mobile_ico_navigation > li.ico .pum-theme-default-theme .pum-content + .pum-close a:after {
  font-size: 28px;
}
body .pum-theme-4223 .pum-content + .pum-close:hover, body .pum-theme-4223 .pum-content + .pum-close:focus, body .pum-theme-4223 .pum-content + .pum-close:active, .pum-theme-default-theme .pum-content + .pum-close:hover, .pum-theme-default-theme .pum-content + .pum-close:focus, .pum-theme-default-theme .pum-content + .pum-close:active {
  color: #AFB4C5;
  text-decoration: none;
}

.pum-container {
  max-width: 800px !important;
  text-align: center;
  border: 0;
  box-shadow: none;
  background-color: #FFF;
}
.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;
  font-weight: 700;
  font-size: 32px;
  color: #592A8A;
  letter-spacing: 0;
  text-align: center;
  line-height: 51px;
}
.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,
.pum-theme-4223 .pum-container, .pum-theme-default-theme .pum-container {
  box-shadow: none;
  background-color: #FFF !important;
}

.pum-theme-7665, .pum-theme-default-theme {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

/*HP landing page*/
.page-template-page-hp p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.page-template-page-hp h2 {
  margin-bottom: 50px !important;
}
@media (max-width: 767px) {
  .page-template-page-hp h2 {
    margin-bottom: 20px !important;
  }
}
.page-template-page-hp .navbar, .page-template-page-hp .breadcrumbs, .page-template-page-hp .alert, .page-template-page-hp .footer-wrapper {
  display: none;
}
.page-template-page-hp ul li {
  font-size: 16px;
  font-weight: 400;
  color: #505050;
  padding-bottom: 5px;
  line-height: 24px;
}
.page-template-page-hp .main-list .vc_column-inner {
  padding: 70px 70px 50px 70px;
}
@media (max-width: 998px) {
  .page-template-page-hp .main-list .vc_column-inner {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .page-template-page-hp .main-list .vc_column-inner {
    margin-top: 30px;
  }
}
.page-template-page-hp .section {
  margin: 95px 0px;
}
@media (max-width: 767px) {
  .page-template-page-hp .section {
    margin: 50px 0;
  }
}
.page-template-page-hp .section-top-mg {
  margin-top: 95px;
}
@media (max-width: 767px) {
  .page-template-page-hp .section-top-mg {
    margin-top: 50px;
  }
}
.page-template-page-hp .section-padding {
  padding: 95px 0;
}
@media (max-width: 767px) {
  .page-template-page-hp .section-padding {
    padding: 50px 0;
  }
}
.page-template-page-hp .hp-icons p {
  max-width: 455px;
}
.page-template-page-hp .hp-icons .wpb_single_image {
  width: 80px;
  padding-top: 10px;
}
.page-template-page-hp .hp-icons .wpb_text_column {
  width: 100%;
  padding-left: 20px;
}
.page-template-page-hp .hp-icons .col-sm-6 {
  margin-bottom: 95px;
}
@media (max-width: 767px) {
  .page-template-page-hp .hp-icons .col-sm-6 {
    margin-bottom: 10px;
  }
}
.page-template-page-hp .left-bg {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 48%;
}
@media (max-width: 767px) {
  .page-template-page-hp .left-bg {
    background-image: none !important;
  }
}
@media (min-width: 768px) {
  .page-template-page-hp .resource-img {
    min-height: 450px;
  }
  .page-template-page-hp .resource-img .wpb_single_image {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .page-template-page-hp .resource-img .wpb_single_image {
    display: block;
  }
  .page-template-page-hp .resource-img .wpb_single_image img {
    object-fit: cover;
    max-height: 300px;
  }
}
@media (max-width: 767px) {
  .page-template-page-hp .location-section, .page-template-page-hp .map {
    margin-top: 50px;
  }
}
.page-template-page-hp .map .wpb_raw_code {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.page-template-page-hp .map .wpb_wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .page-template-page-hp .map .wpb_wrapper {
    min-height: 300px;
  }
}
.page-template-page-hp .map iframe, .page-template-page-hp .map .wpb_wrapper, .page-template-page-hp .map .wpb_raw_code {
  height: 100% !important;
}
@media (max-width: 599px) {
  .page-template-page-hp .map iframe {
    width: 100%;
    min-width: 350px;
  }
}
.page-template-page-hp span.recruiter-name, .page-template-page-hp .recruiter-name p {
  display: block;
  width: 100%;
  font-weight: 700 !important;
  font-size: 24px;
  line-height: 30px;
  color: #040030 !important;
}
@media (max-width: 1023px) {
  .page-template-page-hp span.recruiter-name, .page-template-page-hp .recruiter-name p {
    font-size: 18px;
  }
}
.page-template-page-hp .recruiter {
  padding: 30px;
  display: flex;
}
.page-template-page-hp .recruiter .copy {
  margin-left: 20px;
}
.page-template-page-hp .recruiter a, .page-template-page-hp .recruiter a:link, .page-template-page-hp .recruiter a:active, .page-template-page-hp .recruiter a:visited {
  color: #040030;
  font-weight: 400;
  width: 100%;
  display: block;
}
.page-template-page-hp .recruiter a:hover {
  color: #50535C;
}
.page-template-page-hp .recruiter p {
  line-height: 30px;
  color: #040030;
  font-weight: 400;
}
.page-template-page-hp .recruiter .col-sm-6 {
  width: auto;
  padding: 0px;
  align-items: center;
  justify-content: center;
}
.page-template-page-hp .recruiter .wpb_single_image {
  margin-right: 20px;
  margin-bottom: 0px;
}
.page-template-page-hp .recruiter br {
  display: none;
}
.page-template-page-hp .vertical-center .vc_column-inner, .page-template-page-hp .vertical-center .wpb_wrapper {
  display: flex;
}
.page-template-page-hp .vertical-center .wpb_wrapper {
  justify-content: center;
  align-content: center;
  align-items: center;
}
.page-template-page-hp #wrapper rs-module .custom.tparrows:before, .page-template-page-hp .style1 .custom.tparrows:before, .page-template-page-hp .style1-nav .custom.tparrows:before {
  color: #FFF;
}
.page-template-page-hp #wrapper .grey-nav .hephaistos .tp-bullet.selected, .page-template-page-hp #wrapper .grey-nav .hephaistos .tp-bullet.selected {
  background-color: #FFF;
  border-color: #FFF;
}
.page-template-page-hp #wrapper .grey-nav .custom.tparrows.tp-leftarrow:after {
  color: #FFF;
}
.page-template-page-hp .add-copy-shadow {
  text-shadow: 6px 6px 20px rgba(58, 58, 58, 0.5);
}

.add-top-padding-sm {
  padding-top: 20px;
}

h4.teal {
  color: #72BEC6;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 25px;
}
@media (max-width: 767px) {
  h4.teal {
    margin-bottom: 10px !important;
    font-size: 18px;
  }
}

.main-section .wpb_text_column {
  margin-bottom: 0px !important;
}

.team-signage .team-list {
  margin-top: 0;
  margin-bottom: 0;
}
.team-signage .team-list img {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
@media (min-width: 1400px) {
  .team-signage .team-list .col-sm-5 {
    display: flex;
    justify-content: flex-end;
  }
}
.team-signage .team-list .col-sm-5 {
  margin-right: 0;
  padding-right: 0;
}
.team-signage .team-list .col .row {
  display: flex;
}
.team-signage .col-sm-7 {
  display: flex;
}
.team-signage .intro {
  font-size: 55px;
  color: #592A8A;
  letter-spacing: 0;
  margin-bottom: 10px;
}
@media (min-width: 1400px) {
  .team-signage .intro {
    font-size: 113px;
  }
}
.team-signage h3, .team-signage .h3 {
  font-weight: 600;
  font-size: 56px;
  color: #592A8A;
  letter-spacing: 0;
  line-height: 1;
}
@media (min-width: 1400px) {
  .team-signage h3, .team-signage .h3 {
    font-size: 114px;
  }
}
.team-signage .body {
  font-size: 26px;
  line-height: 1.2;
  color: #3A3A3A;
  letter-spacing: 0;
}
@media (min-width: 1400px) {
  .team-signage .body {
    font-size: 61px;
    line-height: 74px;
  }
}
.team-signage .qr-area {
  display: flex;
  align-items: center;
  margin-bottom: 40px !important;
}
@media (max-width: 1399px) {
  .team-signage .qr-area img {
    max-width: 170px;
  }
}
.team-signage .qr-area p {
  font-size: 25px;
  line-height: 1.1;
  margin-left: 28px;
  color: #3A3A3A;
  letter-spacing: 0;
}
@media (min-width: 1400px) {
  .team-signage .qr-area p {
    font-size: 48px;
    line-height: 58px;
    margin-left: 38px;
  }
}
.team-signage .content-inner {
  padding-left: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}

.meet-team > .row {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
.meet-team .col {
  margin-bottom: 25px;
}
.meet-team .content-inner > h3 {
  margin-bottom: 0.75rem;
  margin-top: 10px;
  text-align: center;
  line-height: 1.1;
}
.meet-team .content-inner > h4 {
  font-size: 14px;
  color: #AFB4C5;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.2;
  font-weight: 600;
  margin-top: 0;
  text-align: center;
  margin-bottom: 1.2rem;
}
.meet-team .content-inner > .contact-info .email {
  text-transform: uppercase;
  color: #505050;
  font-weight: 600;
  transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out;
}
.meet-team .content-inner > .contact-info .email:hover, .meet-team .content-inner > .contact-info .email:focus, .meet-team .content-inner > .contact-info .email:active {
  color: #AFB4C5;
  text-decoration: none;
}
.meet-team .content-inner > .contact-info {
  font-weight: 600;
  font-size: 16px;
  color: #505050;
  letter-spacing: 0;
  text-align: center;
  line-height: 25px;
}
.meet-team .content-inner > button {
  background: none;
  border: none;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
  color: #592A8A;
  text-transform: uppercase;
  transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out;
}
.meet-team .content-inner > button:hover, .meet-team .content-inner > button:focus, .meet-team .content-inner > button:active {
  color: #AFB4C5;
  text-decoration: none;
}
.meet-team .content-inner hr {
  width: 33px;
  border-top: 1px solid #592A8A;
  margin-top: 9px;
  margin-bottom: 9px;
}
.meet-team .content-inner a[href^="tel:"] {
  color: #505050;
  font-weight: 600;
  transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out;
}
.meet-team .content-inner a[href^="tel:"]:hover, .meet-team .content-inner a[href^="tel:"]:focus, .meet-team .content-inner a[href^="tel:"]:active {
  color: #AFB4C5;
  text-decoration: none;
}

.purple-section p {
  color: #FFF;
  font-size: 18px;
  line-height: 25px;
}
.purple-section ul li {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 5px;
}
.purple-section a, .purple-section a:link, .purple-section a:active, .purple-section a:visited {
  color: #72BEC6;
}
.purple-section a:hover {
  color: #9ACED3;
}
.purple-section h2 {
  color: #FFF;
}

.contact-bumper .btn {
  width: 155px;
  margin: 20px auto 10px;
}

.add-flex-2 .vc_column-inner .wpb_wrapper {
  display: flex;
}
.add-flex-2 .wpb_single_image .wpb_wrapper, .add-flex-2 .wpb_text_column .wpb_wrapper {
  display: block;
}

.add-flex {
  display: flex;
}
.add-flex .wpb_column {
  display: flex;
}
@media (max-width: 767px) {
  .add-flex .wpb_column {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .add-flex {
    display: block;
  }
}

.page-template-page-hp .recruit-section-style-2 .recruiter {
  padding-top: 80px;
}
@media (max-width: 1023px) {
  .page-template-page-hp .recruit-section-style-2 .recruiter {
    display: block;
  }
}
.page-template-page-hp .recruit-section-style-2 .recruiter h2 {
  margin-bottom: 50px;
}
.page-template-page-hp .recruit-section-style-2 .recruiter .col-sm-4 {
  background-color: #eff6f7;
  margin-right: 40px;
  padding: 0 30px 30px 30px;
}
@media (max-width: 1023px) {
  .page-template-page-hp .recruit-section-style-2 .recruiter .col-sm-4 {
    width: 100%;
    margin-bottom: 100px;
  }
}
.page-template-page-hp .recruit-section-style-2 .recruiter .col-sm-last {
  margin-right: 0px;
}
@media (max-width: 1023px) {
  .page-template-page-hp .recruit-section-style-2 .recruiter .col-sm-last {
    margin-bottom: 0px;
  }
}
.page-template-page-hp .recruit-section-style-2 .recruiter img {
  margin-top: -50px;
  margin-bottom: 20px;
}
.page-template-page-hp .recruit-section-style-2 .recruiter span.team-title, .page-template-page-hp .recruit-section-style-2 .recruiter .team-title p {
  color: #2F74B7;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .page-template-page-hp .recruit-section-style-2 .recruiter span.team-title, .page-template-page-hp .recruit-section-style-2 .recruiter .team-title p {
    font-size: 16px;
    line-height: 24px;
  }
}
.page-template-page-hp .recruit-section-style-2 .recruiter br {
  display: block;
}
.page-template-page-hp .recruit-section-style-2 .recruiter p {
  color: #656565;
}
@media (max-width: 1023px) {
  .page-template-page-hp .recruit-section-style-2 .recruiter p {
    font-size: 16px;
    line-height: 24px;
  }
}
.page-template-page-hp .recruit-section-style-2 .recruiter .recruiter-name {
  margin-bottom: 0px;
}
.page-template-page-hp .recruit-section-style-2 .recruiter .team-title {
  margin-bottom: 10px;
}
.page-template-page-hp .top-margin {
  margin-top: 10px;
}

body .vc_pagination-color-blue.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background-color: #2F74B7;
}
body .vc_pagination-color-blue.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: #2F74B7;
}
body .vc_general.vc_pagination .vc_pagination-item {
  vertical-align: top;
}
body .tighten-space .vc_tta-panel-body {
  margin-top: -40px;
}
body .tighten-space .vc_tta-container .wpb_text_column {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
body .tighten-space .vc_tta-container .wpb_text_column p {
  margin-bottom: 1.2em;
}

.search #content {
  margin-top: 60px;
  margin-bottom: 60px;
}
.search #main article {
  margin-bottom: 30px;
}
.search #main h3 {
  margin-bottom: 1.2rem;
}

.searchbox-submit {
  background: url(../../../images/search-ico.svg) no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
  position: relative;
  top: 3px;
  left: -30px;
  display: inline-block;
  border: 0px;
}

.img-learn-more-btn {
  overflow: hidden;
}
.img-learn-more-btn .vc_single_image-wrapper {
  background-color: #040030;
  margin-bottom: -63px;
}
.img-learn-more-btn img {
  transition: all 0.5s ease;
}
.img-learn-more-btn a:after {
  content: "Learn More";
  text-transform: uppercase;
  color: #592A8A;
  border: solid 1px #592A8A;
  font-weight: 700;
  background-color: #FFF;
  display: block;
  width: 153px;
  height: auto;
  padding: 18px 0px;
  position: relative;
  z-index: 2;
  margin: -50% auto 50% auto;
  opacity: 0;
}
.img-learn-more-btn a:hover:after {
  opacity: 1;
}
.img-learn-more-btn:hover img {
  opacity: 0.7;
}

.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 > .card,
.card-icon-3-col > .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 > .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: #18124b;
}

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

@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: #3a3a3a;
}
.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: 0.25px;
  border: 0;
}
.post-type-archive-tribe_events .tribe-events .tribe-events-c-events-bar__filter-button-icon path {
  fill: #3a3a3a;
}
.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: 0.28px;
  color: #3a3a3a;
  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: #040030;
  font-weight: 700;
  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: 700;
  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: #3a3a3a;
}
.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: #3a3a3a;
}
.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: #322E78;
  font-size: 16px;
  font-weight: 600;
}
.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
  font-family: "Libre Franklin", sans-serif;
  color: #322E78;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
}
.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-common .tribe-events-calendar-list__event-date-tag-daynum {
  font-family: "Libre Franklin", sans-serif;
  color: #322E78;
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
}
.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: #3a3a3a;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-title-link {
  font-family: "Libre Franklin", sans-serif;
  color: #040030 !important;
  font-size: 20px;
  font-weight: 700;
}
.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: #3a3a3a;
  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: #3a3a3a;
  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 {
  transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out;
  color: #AFB4C5;
}
.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;
  border: 0px;
}
.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: #3a3a3a;
  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: #3a3a3a;
}
.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: #3a3a3a;
}
.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: #3a3a3a;
  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: #3a3a3a;
  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: #3a3a3a;
  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: #3a3a3a;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}
.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-list__month-separator:after {
  background-color: #322E78;
}
.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details {
  width: calc(var(--tec-grid-width-1-of-8) * 6);
}
.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
  margin-bottom: 0;
  width: calc(var(--tec-grid-width-1-of-8) * 2);
}
.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: #3a3a3a;
}
.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: #3a3a3a;
  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: #fbfbfb;
}
.post-type-archive-tribe_events .tribe-events-calendar-list__event-row {
  padding: 30px 20px 30px 0px;
  cursor: pointer;
}
.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__month-separator + .tribe-events-calendar-list__event-row {
  margin-top: 0;
  margin-bottom: 0;
}
.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row {
  margin-top: 0;
}
.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: #3a3a3a;
  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: #3a3a3a;
}
.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-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #3a3a3a;
}
@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: #040030;
  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: 0px;
}
@media (max-width: 1024px) {
  .e-content {
    margin-bottom: 20px;
  }
}
@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: #3a3a3a;
  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: #FEC923;
}
.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: #322E78;
  font-weight: 600;
  font-size: 16px;
}

a[href^="mailto:"].e-description:hover, .tribe-events-calendar-list__event-description a:hover {
  color: #AFB4C5;
}

a[href^="tel:"].e-description {
  color: #656565;
  font-weight: 600;
  font-size: 16px;
}

a[href^="tel:"].e-description:hover {
  color: #AFB4C5;
}

.tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button, .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: 0.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-events .tribe-events-c-search__button:focus, .tribe-events .tribe-events-c-search__button:hover, .tribe-events button.tribe-events-c-search__button:focus, .tribe-events button.tribe-events-c-search__button:hover {
  background-color: #5391CC !important;
  font-size: 11px;
  border-radius: 0px;
  border: 0px;
}

.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: #3a3a3a;
}
.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: #3a3a3a;
}
.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: #3a3a3a;
}
.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: #3a3a3a;
  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: #3a3a3a;
}
.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: #322E78;
}

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

.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 {
  transition: all 0.16s ease-in-out;
  fill: #322E78;
}

.tribe-events .tribe-events-c-nav__prev:focus .tribe-events-c-nav__prev-icon-svg path, .tribe-events .tribe-events-c-nav__prev:hover .tribe-events-c-nav__prev-icon-svg path, .tribe-events button.tribe-events-c-nav__prev:focus .tribe-events-c-nav__prev-icon-svg path, .tribe-events button.tribe-events-c-nav__prev:hover .tribe-events-c-nav__prev-icon-svg path {
  fill: #AFB4C5;
}

.tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar--has-selected-filters.tribe-filter-bar .tribe-filter-bar__actions {
  display: none !important;
}

.tribe-filter-bar .tribe-filter-bar-c-pill__remove-button {
  display: none !important;
}

/*community edits*/
.tribe_community_edit .tribe-community-events {
  border: 0px;
  padding: 15px 0;
}
.tribe_community_edit .tribe-community-events .tribe-section {
  border-radius: 0px;
}
.tribe_community_edit .my-events-header {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.tribe_community_edit .my-events-header a.tribe-button-secondary {
  display: none;
}
.tribe_community_edit .my-events-header h2.my-events {
  color: #040030;
  font-weight: 700;
  font-family: "Libre Franklin", sans-serif;
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 0rem;
}
.tribe_community_edit .tribe-community-events .events-community-post-title label, .tribe_community_edit .tribe-community-events .events-community-post-content label {
  color: #656565;
  text-transform: unset;
  font-weight: 600;
  font-size: 16px;
}
.tribe_community_edit .tribe-community-events .tribe-section .tribe-section-header h3, .tribe_community_edit .tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-section-header label {
  font-weight: 700;
  font-size: 16px;
  color: #322E78;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.tribe_community_edit .tribe-community-events .req {
  visibility: hidden;
}
.tribe_community_edit .tribe-community-events .req:before {
  visibility: visible;
  content: "*";
  color: red;
  font-size: 16px;
}
.tribe_community_edit .tribe-community-events input[type=color], .tribe_community_edit .tribe-community-events input[type=date], .tribe_community_edit .tribe-community-events input[type=datetime-local], .tribe_community_edit .tribe-community-events input[type=datetime], .tribe_community_edit .tribe-community-events input[type=email], .tribe_community_edit .tribe-community-events input[type=month], .tribe_community_edit .tribe-community-events input[type=number], .tribe_community_edit .tribe-community-events input[type=password], .tribe_community_edit .tribe-community-events input[type=search], .tribe_community_edit .tribe-community-events input[type=tel], .tribe_community_edit .tribe-community-events input[type=text], .tribe_community_edit .tribe-community-events input[type=time], .tribe_community_edit .tribe-community-events input[type=url], .tribe_community_edit .tribe-community-events input[type=week], .tribe_community_edit .tribe-community-events textarea {
  box-shadow: unset;
}
.tribe_community_edit .tribe-community-events input[type=color], .tribe_community_edit .tribe-community-events input[type=date], .tribe_community_edit .tribe-community-events input[type=datetime-local], .tribe_community_edit .tribe-community-events input[type=datetime], .tribe_community_edit .tribe-community-events input[type=email], .tribe_community_edit .tribe-community-events input[type=month], .tribe_community_edit .tribe-community-events input[type=number], .tribe_community_edit .tribe-community-events input[type=password], .tribe_community_edit .tribe-community-events input[type=search], .tribe_community_edit .tribe-community-events input[type=tel], .tribe_community_edit .tribe-community-events input[type=text], .tribe_community_edit .tribe-community-events input[type=time], .tribe_community_edit .tribe-community-events input[type=url], .tribe_community_edit .tribe-community-events input[type=week], .tribe_community_edit .tribe-community-events textarea, .tribe_community_edit .tribe-community-events .events-community-post-content > textarea, .tribe_community_edit .tribe-community-events .events-community-post-title > textarea, .tribe_community_edit .tribe-community-events .events-community-post-content > input, .tribe_community_edit .tribe-community-events .events-community-post-title > input {
  margin-top: 0px;
  padding: 5px 10px;
  font-weight: 300;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 25px;
  color: #656565;
  min-height: 40px;
}
.tribe_community_edit .tribe-datetime-block input[type=text] {
  font-size: 14px;
}
.tribe_community_edit label {
  font-weight: 600;
  font-size: 16px;
}
.tribe_community_edit .tribe-ui-datepicker.ui-datepicker a.ui-state-active {
  background-color: #f4f4f4;
  color: #656565;
}
.tribe_community_edit .tribe-datetime-block input[type=text] {
  border-radius: 0px;
}
.tribe_community_edit #tribe-add-exclusion, .tribe_community_edit .button, .tribe_community_edit .button-primary, .tribe_community_edit .button-secondary, .tribe_community_edit .tribe-add-recurrence.tribe-button, .tribe_community_edit .tribe-button, .tribe_community_edit .tribe_community_list #tribe-add-exclusion, .tribe_community_edit .tribe_community_list .button, .tribe_community_edit .tribe_community_list .button-primary, .tribe_community_edit .tribe_community_list .button-secondary, .tribe_community_edit .tribe_community_list .tribe-add-recurrence.tribe-button, .tribe_community_edit .tribe_community_list .tribe-button {
  background-color: #2F74B7 !important;
  text-transform: uppercase;
  font-size: 11px !important;
  color: #FFF;
  border-radius: 0px !important;
  font-family: "Libre Franklin", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.25px;
  border: 0;
}
.tribe_community_edit #tribe-add-exclusion:hover, .tribe_community_edit .button:hover, .tribe_community_edit .button-primary:hover, .tribe_community_edit .button-secondary:hover, .tribe_community_edit .tribe-add-recurrence.tribe-button:hover, .tribe_community_edit .tribe-button:hover, .tribe_community_edit .tribe_community_list #tribe-add-exclusion:hover, .tribe_community_edit .tribe_community_list .button:hover, .tribe_community_edit .tribe_community_list .button-primary:hover, .tribe_community_edit .tribe_community_list .button-secondary:hover, .tribe_community_edit .tribe_community_list .tribe-add-recurrence.tribe-button:hover, .tribe_community_edit .tribe_community_list .tribe-button:hover {
  background-color: #5391CC !important;
  font-size: 11px;
  border-radius: 0px;
  border: 0px;
}
.tribe_community_edit .tribe-community-events .tribe-section.tribe-section-taxonomy .tribe-dropdown .select2-choices .select2-search--inline, .tribe_community_edit .tribe-community-events .tribe-section.tribe-section-taxonomy .tribe-dropdown .select2-choices .select2-search-field, .tribe_community_edit .tribe-community-events .tribe-section.tribe-section-taxonomy .tribe-dropdown .select2-selection--multiple .select2-search--inline, .tribe_community_edit .tribe-community-events .tribe-section.tribe-section-taxonomy .tribe-dropdown .select2-selection--multiple .select2-search-field {
  padding-top: 0px;
  padding-bottom: 0px;
}
.tribe_community_edit .tribe-dropdown .select2-selection--multiple .select2-selection__rendered, .tribe_community_edit .tribe-ea-dropdown .select2-selection--multiple .select2-selection__rendered {
  border-radius: 0px;
}
.tribe_community_edit .tribe-section-taxonomy--tribe_events_cat, .tribe_community_edit .tribe-section-taxonomy--post_tag {
  display: none;
}
.tribe_community_edit .select2-container--default .select2-selection--single, .tribe_community_edit .select2-container--default .select2-selection--single .select2-selection__rendered {
  border-radius: 0px;
  font-size: 16px;
  color: #656565;
}
.tribe_community_edit .tribe-section-event-status label {
  padding-right: 15px;
}
.tribe_community_edit .select2-container--default .select2-selection--single {
  width: 100%;
}
@media (min-width: 500px) {
  .tribe_community_edit .tribe-community-events input[type=url] {
    width: 50%;
  }
}
.tribe_community_edit .tribe-delete-this {
  color: #2F74B7;
}
.tribe_community_edit .tribe-delete-this:hover, .tribe_community_edit .tribe-community-events .tribe-section .tribe-delete-this.hover-state:hover, .tribe_community_edit .tribe-community-events .tribe-section .tribe-delete-this:hover:hover {
  color: #5391CC !important;
  text-decoration: none !important;
}
.tribe_community_edit .select2-container--default .select2-selection--single {
  border: solid 1px #dcdcdc !important;
  min-height: 40px;
  line-height: 40px;
}
.tribe_community_edit .select2-container--default .select2-selection--single, .tribe_community_edit .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.tribe_community_edit .select2-container--default .select2-results__option--highlighted[data-selected], .tribe_community_edit .select2-container--default .select2-results__option[data-selected=true] {
  background-color: #EFF6F7;
  color: #656565;
}
.tribe_community_edit tr.tribe-field-type-radio td.tribe-section-content-field label {
  font-weight: 500;
  font-size: 14px;
}
.tribe_community_edit .tribe-section-custom-fields textarea {
  margin-bottom: 15px !important;
}

.admin-bar.tribe_community_edit > span.select2-container {
  margin-top: -32px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list, .tribe-events-c-events-bar__views, .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 {
  display: none !important;
}

.tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button {
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.29px !important;
  padding: 4px 15px !important;
}

.tribe-events button.tribe-events-c-search__button:hover {
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.29px !important;
  padding: 4px 15px !important;
}

.post-type-archive-tribe_events .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input, .post-type-archive-tribe_events .tribe-events .tribe-events-c-search__input-control--location .tribe-events-c-search__input {
  background: none !important;
  padding: 10px 0px !important;
}

.post-type-archive-tribe_events .tribe-events .tribe-events-c-search__input-control--location .tribe-events-c-search__input {
  padding-left: 10px !important;
}

input#tribe-events-events-bar-location:placeholder, .post-type-archive-tribe_events .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input, .post-type-archive-tribe_events .tribe-events .tribe-events-c-search__input-control--location .tribe-events-c-search__input, .post-type-archive-tribe_events .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:placeholder, .post-type-archive-tribe_events .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:placeholder, .post-type-archive-tribe_events .tribe-events .tribe-events-c-search__input-control--location .tribe-events-c-search__input:placeholder {
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.29px !important;
  padding: 4px 15px !important;
  text-transform: uppercase !important;
  color: #3a3a3a !important;
}

input.tribe-events-c-search__input,
.post-type-archive-tribe_events .tribe-events .tribe-events-c-search__input-control--location .tribe-events-c-search__input,
.post-type-archive-tribe_events .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input {
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.29px !important;
  padding: 4px 15px !important;
  text-transform: uppercase !important;
  color: #3a3a3a !important;
  font-style: normal !important;
  opacity: 1 !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-control {
  margin: 0px;
  margin-right: 10px;
}

.post-type-archive-tribe_events .tribe-events .tribe-events-c-search__input-control--location .tribe-events-c-search__input:focus, .post-type-archive-tribe_events .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus {
  outline: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-control {
  border-right: solid 1px #322E78;
  max-width: 740px !important;
}

.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border {
  max-width: 740px !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search {
  padding: 10px !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search {
  width: 100%;
}

.post-type-archive-tribe_events .tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill {
  width: 70%;
  max-width: 360px;
  color: #3a3a3a;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.29px !important;
  padding: 4px 15px !important;
  text-transform: uppercase !important;
  background-color: transparent !important;
  border: solid 1px #322E78 !important;
  border-radius: 0px !important;
}

.post-type-archive-tribe_events .tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill:hover {
  border: solid 1px #322E78 !important;
}

.tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar {
  max-width: 30%;
  width: 100%;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search {
  flex-direction: row-reverse;
}

.tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill:focus, .tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill:hover {
  outline: none;
}

.tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar .tribe-filter-bar__filters-slider-container {
  width: 100%;
}

.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 {
  font-weight: 800;
  font-size: 16px;
  color: #592A8A;
  letter-spacing: 0;
  line-height: 22.94px;
  text-transform: uppercase;
}

.post-type-archive-tribe_events span.tribe-events-c-nav__prev-label, .post-type-archive-tribe_events span.tribe-events-c-nav__next-label:hover, .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:hover {
  color: #040030;
  line-height: 1;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list-nav {
  padding-top: 0;
}

/*Events Page - START*/
.post-type-archive-tribe_events .tribe-common .tribe-common-c-btn-icon--caret-left:before {
  background: url(../../../images/events-left-arrow-icon-1.svg) no-repeat;
  height: 25px;
  width: 12px;
  background-size: contain;
  margin-right: 5px;
}

.post-type-archive-tribe_events .tribe-common .tribe-common-c-btn-icon--caret-right:before {
  background: url(../../../images/events-right-arrow-icon.svg) no-repeat;
  height: 25px;
  width: 12px;
  background-size: contain;
  margin-left: 5px;
}

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

.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small:hover,
.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small:hover {
  transition: all 0.16s ease-in-out;
  background-color: #AFB4C5;
  color: #ffffff !important;
  font-family: "Libre Franklin", sans-serif;
  border: 0;
  border-radius: 0;
  font-weight: 700;
}

.tribe-filter-bar .tribe-filter-bar__filters-slider-nav--overflow-end .tribe-filter-bar__filters-slider-nav-button--next, .tribe-filter-bar .tribe-filter-bar__filters-slider-nav--overflow-start .tribe-filter-bar__filters-slider-nav-button--prev {
  display: none;
}

.post-type-archive-tribe_events .tribe-events .datepicker .day:hover {
  background: #AFB4C5;
  color: #322E78;
}

.post-type-archive-tribe_events .tribe-events .datepicker .day.current {
  background: #f3f3f6;
  color: #505050;
}

.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-icon.svg) no-repeat;
  background-size: 14px 15px;
  background-position: 15px center;
}

.post-type-archive-tribe_events .tribe-events .datepicker .day.active {
  background: #592A8A;
  color: #FFF;
  font-weight: 700;
}

.tribe-events .tribe-events-c-search__button:active, .tribe-events .tribe-events-c-search__button:focus, .tribe-events .tribe-events-c-search__button:hover, .tribe-events button.tribe-events-c-search__button:focus, .tribe-events button.tribe-events-c-search__button:hover {
  background-color: #AFB4C5 !important;
  font-size: 11px;
  border-radius: 0px;
  border: 0px;
  color: #ffffff !important;
  outline: none;
}

.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border {
  border: solid 1px #322E78;
}

.tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button, .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: #592A8A;
  text-transform: uppercase;
  font-size: 11px;
  color: #FFF;
  border-radius: 0px;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 900;
  letter-spacing: 0.25px;
  border: 0;
}

.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: #592A8A;
  color: #ffffff;
  font-family: "Libre Franklin", sans-serif;
  border: 0;
  border-radius: 0;
  font-weight: 700;
}

.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
  color: #592A8A;
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
}

.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-common .tribe-common-h6--min-medium {
  font-size: 16px;
  font-weight: 600;
}

.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: #592A8A;
  font-size: 16px;
  line-height: 22px;
  font-weight: 800;
  letter-spacing: unset;
  text-transform: uppercase;
}

.post-type-archive-tribe_events .tribe-events-calendar-list__event-row:hover {
  background-color: #EFF6F7;
}

.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-list__month-separator:after {
  background-color: #322E78;
}

.tribe-common .tribe-common-c-svgicon {
  color: #592A8A;
}

.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: #592A8A;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev-icon-svg {
  margin-right: 15px;
  width: 9px;
  height: 17px;
}

.tribe-common .tribe-common-h5 {
  font-size: 44px !important;
  line-height: 58px !important;
  color: #592A8A !important;
  font-weight: 600 !important;
}

.post-type-archive-tribe_events .tribe-events-calendar-list__event-title-link {
  font-size: 23px;
  line-height: 31px;
}

.post-type-archive-tribe_events time.tribe-events-calendar-list__event-datetime {
  color: #3A3A3A !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}

.tribe-filter-bar .tribe-filter-bar-c-pill {
  width: 100%;
}

.post-type-archive-tribe_events .tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill {
  min-width: 360px;
  max-width: 100%;
}

.tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar {
  max-width: 32%;
  width: 100%;
}

.post-type-archive-tribe_events .tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill {
  padding: 16px 15px !important;
}

.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border {
  margin-top: auto;
  margin-bottom: 30px;
}

.tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar {
  margin-top: auto;
  margin-bottom: 30px;
}

.tribe-filter-bar-c-pill__pill {
  background: url(../../../images/purple-down-chevron.svg);
  position: relative;
}

.tribe-filter-bar-c-pill__pill::after {
  background: url(../../../images/purple-down-chevron.svg);
  width: 14px;
  height: 8px;
  max-width: 100%;
  position: absolute;
  content: " ";
  background-repeat: no-repeat;
  right: 24px;
  top: 24px;
}

.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__container {
  width: 360px;
}

.tribe-filter-bar__filters-container {
  margin-top: 6px !important;
}

.tribe-filter-bar-c-filter__container {
  border-radius: 0px;
}

.tribe-events-c-search .reset-icon {
  display: none;
}

/*Events Page - END*/
body a {
  text-decoration: none;
}
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: 16px;
}
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 .padding-xs-top {
  padding-top: 6px;
}
body .padding-sm-top {
  padding-top: 12px;
}
body .padding-md-top {
  padding-top: 20px;
}
body .padding-lg-top {
  padding-top: 30px;
}
body .padding-xl-top {
  padding-top: 35px;
}
body .padding-xxl-top {
  padding-top: 60px;
}
body .margin-xs-top {
  margin-top: 6px;
}
body .margin-sm-top {
  margin-top: 12px;
}
body .margin-md-top {
  margin-top: 16px;
}
body .margin-lg-top {
  margin-top: 30px;
}
body .margin-xl-top {
  margin-top: 35px;
}
body .margin-xxl-top {
  margin-top: 60px;
}
body .padding-xs-top {
  padding-top: 6px;
}
body .padding-sm-top {
  padding-top: 12px;
}
body .padding-md-top {
  padding-top: 20px;
}
body .padding-lg-top {
  padding-top: 30px;
}
body .padding-xl-top {
  padding-top: 35px;
}
body .padding-xxl-top {
  padding-top: 60px;
}

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: none;
  margin-top: 2rem;
}

.featured-full .page-header {
  border-bottom: none;
  margin: 0;
  padding-bottom: 0;
}

.featured-full h2, .featured-full h1 {
  font-size: 32.7px;
  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;
}

@media (min-width: 768px) {
  .featured-full .shadow {
    text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.37);
  }
}

#main {
  transition: all 0.5s;
}

.filter-menu {
  margin-bottom: 15px;
}

#main article {
  margin-bottom: 0px;
  padding: 0 0 0px;
}
#main article footer {
  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;
  }
}

@media (min-width: 768px) {
  #sidebar1, #main article.no-title {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .lity-container {
    padding: 20px;
  }
}
body {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

.home h1, .home .h1 {
  color: #FFF;
  font-size: 50px;
  line-height: 57px;
  font-weight: 700;
  font-family: "akhand", sans-serif;
}
@media (min-width: 992px) {
  .home h1, .home .h1 {
    font-size: 68px;
    line-height: 72px;
  }
}

h2, .h2, .h2-lg {
  font-size: 34px;
  font-weight: 700;
  font-family: "akhand", sans-serif;
  color: #040030;
}
@media (max-width: 991px) {
  h2, .h2, .h2-lg {
    line-height: 1.1;
  }
}
@media (min-width: 992px) {
  h2, .h2, .h2-lg {
    font-size: 40px;
  }
}

h3, .h3 {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  font-family: "akhand", sans-serif;
  color: #040030;
}
@media (min-width: 992px) {
  h3, .h3 {
    font-size: 30px;
    line-height: 1.3;
  }
}

h2.small {
  font-size: 28px;
  line-height: 31px;
}
@media (min-width: 992px) {
  h2.small {
    font-size: 38px;
    line-height: 42px;
  }
}

h2.lg {
  font-size: 35px;
  line-height: 45px;
}
@media (min-width: 992px) {
  h2.lg {
    font-size: 50px;
    line-height: 60px;
  }
}

h2.light {
  color: #4A476A;
}

h2.white {
  color: #FFF;
}

h1, .h1 {
  font-family: "akhand", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 48px;
    line-height: 1.2;
  }
}

.searchbox-input {
  z-index: 2;
  position: relative;
}

.vc_tta-panels-container .h3 {
  font-size: 25px;
  margin-bottom: 0.8rem;
  font-family: "akhand", sans-serif;
  color: #040030;
}

h4 {
  font-size: 18px;
  color: #07B862;
  text-transform: uppercase;
  font-weight: 600;
}

p.lg {
  font-size: 20px;
}

@media (max-width: 991px) {
  .dark-section b {
    margin-bottom: 6px;
    display: inline-block;
  }
  .dark-section p {
    line-height: 1.2;
  }
}
.dark-section p, .dark-section h2, .dark-section h4, .dark-section h3 {
  color: #FFF;
}

p.grey {
  color: #BBBAC5;
}

.green {
  color: #07B862;
}

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

.force-full-width {
  position: absolute;
  left: -15px;
  right: -15px;
  min-height: 100%;
  z-index: -1;
}
@media (min-width: 992px) {
  .force-full-width {
    left: -100%;
    right: -100%;
  }
}

#content .full-width-bg {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/*body.home{
	padding-top:0px;
}*/
.vc_row[data-vc-full-width].vc_hidden {
  opacity: 1 !important;
}

.purple-bg {
  background: linear-gradient(360deg, #040120 -1.92%, #17124B 100%);
}

.navbar-default .navbar-nav > .active > a {
  color: #07B862;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #07B862;
}

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

.navbar-header .navbar-brand {
  overflow: visible;
  margin-top: 6px !important;
}
@media (min-width: 992px) {
  .navbar-header .navbar-brand {
    margin-top: -12px !important;
  }
}
.navbar-header .navbar-brand:after {
  content: "Bondurant Mixson & Elmore LLP";
  display: flex;
  text-indent: 0px !important;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6705882353);
  width: auto;
  height: auto;
  z-index: 2;
  opacity: 1;
  position: absolute;
  z-index: 1;
  left: -1px;
  font-family: "Geist";
  letter-spacing: 0.4px;
  text-transform: none;
  bottom: -5px;
}
@media (max-width: 991px) {
  .navbar-header .navbar-brand:after {
    line-height: 1.1;
  }
}
@media (min-width: 992px) {
  .navbar-header .navbar-brand:after {
    bottom: -20px;
    font-size: 13px;
  }
}

.navbar-default {
  margin-bottom: 0px;
  background: #17124B;
  padding: 0px 0 0 0;
}
.navbar-default .nav-top {
  display: none;
}
.navbar-default a.navbar-brand {
  margin-top: 18px;
}
@media (min-width: 992px) {
  .navbar-default a.navbar-brand {
    margin-top: 0px;
  }
}
.navbar-default ul.navbar-nav {
  width: 100%;
}
.navbar-default .navbar-responsive-collapse {
  margin-top: 0px;
}
.navbar-default .navbar-nav > li > a, .navbar-default .affixed .affix .navbar-nav > li > a {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
}
.navbar-default .navbar-nav, .navbar-default .affixed .affix .navbar-nav {
  float: left;
  margin-left: 70px;
}
.navbar-default .navbar-nav li a {
  padding: 9px 15px;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav li a.dropdown-toggle {
    margin-right: -14px;
  }
}
.navbar-default .navbar-nav li a:hover {
  color: #07B862;
}
.navbar-default li.cta-green {
  float: right;
}
.navbar-default li.cta-green a {
  background-color: #07B862;
  right: 90px;
  padding: 9px 15px;
  transition: padding 0.3s ease;
}
.navbar-default li.cta-green a:hover {
  color: #FFF;
  background-color: #07B862;
  padding: 13px 20px;
}

.grey-bg {
  background-color: #e6e6ea;
}

.center p {
  text-align: center;
}

.grey-box > .wpb_column > .vc_column-inner {
  background: rgba(230, 230, 234, 0.4);
}
@media (min-width: 768px) {
  .grey-box > .wpb_column > .vc_column-inner {
    padding: 40px 100px;
  }
}

@media (min-width: 768px) {
  .grey-box-sm > .wpb_column > .vc_column-inner {
    padding: 40px 100px 40px 40px;
  }
}

.dark-blue-box > .wpb_column > .vc_column-inner {
  background: rgba(4, 0, 48, 0.8);
}
.dark-blue-box > .wpb_column > .vc_column-inner p, .dark-blue-box > .wpb_column > .vc_column-inner .h2 {
  color: #fff;
}
.dark-blue-box > .wpb_column > .vc_column-inner .p-lg p {
  font-family: "geist";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.75);
}
@media (min-width: 768px) {
  .dark-blue-box > .wpb_column > .vc_column-inner {
    padding: 40px 20px;
  }
}

.nav-top .container {
  padding-top: 35px;
}

.gradient-bg {
  background-color: transparent;
  background: rgb(4, 1, 32);
  background: linear-gradient(0deg, rgb(4, 1, 32) 0%, rgb(23, 18, 75) 100%);
}

body .vc_btn3.vc_btn3-color-success.vc_btn3-style-modern {
  background-color: #07B862;
  background-image: none;
  border: 0px;
  padding: 20px;
  border-radius: 0px;
  font-weight: 400;
  font-size: 16px;
  transition: padding 0.3s ease;
}
body .vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:hover {
  color: #FFF;
  background-color: #07B862;
  padding: 28px;
}
body .vc_btn3-container {
  height: 80px;
  margin-top: -10px;
}
body .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern {
  background-color: transparent;
  border: solid 1px #BBBAC5;
  color: #FFF;
  padding: 20px;
  border-radius: 0px;
  font-weight: 400;
  font-size: 16px;
  transition: padding 0.3s ease;
  background-image: none;
}
body .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern.vc_btn3-size-sm {
  padding: 14px 20px;
}
body .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:hover {
  color: #FFF;
  background-color: transparent;
  padding: 28px;
}
body .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern {
  background-color: transparent;
  border: solid 1px #07B862;
  color: #07B862;
  padding: 20px;
  border-radius: 0px;
  font-weight: 400;
  font-size: 16px;
  transition: padding 0.3s ease;
  background-image: none;
}
body .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern:hover {
  color: #0AD472;
  background-color: transparent;
  padding: 28px;
  border-color: #0AD472;
}

.carousel {
  display: flex;
  flex-direction: column;
}
.carousel .card {
  transition: scale 0.5s ease;
  cursor: pointer;
}

.carousel-track > .card {
  transition: border-color, scale, box-shadow 0.5s ease;
  cursor: pointer;
}
.carousel-track > .card:hover {
  box-shadow: 0px 0px 10px 2px rgba(244, 244, 244, 0.2);
  border-color: #7d7a95;
}

.card {
  width: 250px;
  min-height: 100px;
  margin-bottom: 20px !important;
  background: #1f224c;
  border-radius: 10px;
  color: white;
}

.carousel-wrapper {
  position: relative;
  display: flex;
  gap: 20px;
  height: 550px;
  padding-left: 4px;
  padding-right: 4px;
  background: #0d0f36;
  overflow-y: hidden;
  background: transparent;
  mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
}
@media (min-width: 768px) {
  .carousel-wrapper {
    height: 625px;
  }
}
@media (min-width: 992px) {
  .carousel-wrapper {
    gap: 40px;
    height: 700px;
  }
}

/* Fade effect container */
.carousel-wrapper::before,
.carousel-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 2;
  pointer-events: none;
}

.carousel-wrapper::before {
  top: 0;
  background: linear-gradient(to bottom, #0d0f36, transparent);
}

.carousel-wrapper::after {
  bottom: 0;
  background: linear-gradient(to top, #0d0f36, transparent);
}

.carousel-wrapper {
  background: transparent;
}
.carousel-wrapper .card {
  background: #14113A;
  height: auto;
  border: solid 2px #413E5F;
  border-radius: 0px;
  width: 100%;
  position: relative;
  padding: 15px 15px 0px 15px;
}
@media (min-width: 992px) {
  .carousel-wrapper .card {
    padding: 25px 25px 0px 25px;
  }
}
.carousel-wrapper .featured-img img {
  display: block;
  margin: 0 auto;
  min-height: 70px;
}
.carousel-wrapper .category {
  text-transform: uppercase;
  font-size: 12px;
  color: #838297;
  font-weight: 600;
  padding-top: 15px;
}
.carousel-wrapper .title {
  font-size: 14px;
  font-weight: 500;
  color: #BBBAC6;
  line-height: 1.15;
  margin-bottom: 10px;
}
.carousel-wrapper .description, .carousel-wrapper .description p {
  color: #838297;
  font-size: 12px;
  line-height: 14px;
}
.carousel-wrapper .overlay-link {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

/*BIANCA*/
.vertically-center {
  display: flex;
  align-content: center;
}
.vertically-center .wpb_column {
  align-content: center;
}

.reverse-gradient {
  background: #040120;
  background: linear-gradient(180deg, rgb(4, 1, 32) 0%, rgb(23, 18, 75) 100%);
}

.home-hero {
  justify-content: center;
}
@media (max-width: 767px) {
  .home-hero {
    opacity: 1 !important;
    animation: none !important;
    display: block;
    padding-top: 20px;
  }
  .home-hero .column_container {
    width: 100%;
  }
}

.home-hero-copy {
  /*	max-width:550px;*/
  padding-right: 3%;
}

.btns-left-aligned {
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
}
.btns-left-aligned .wpb_column {
  width: fit-content;
  padding: 8px;
}

@media (max-width: 757px) {
  .btns-left-aligned .wpb_column:first-child {
    padding-left: 18px;
  }
}
.btns-center-aligned {
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
  justify-content: center;
}
.btns-center-aligned .wpb_column {
  width: fit-content;
  padding: 8px;
}

.bottom_awards {
  background: transparent;
  display: flex;
  margin: 40px -20px 0px -20px;
  padding-bottom: 0px;
}
@media (min-width: 992px) {
  .bottom_awards {
    margin: 80px -20px 0px -20px;
  }
}
@media (max-width: 767px) {
  .bottom_awards {
    display: block;
    margin: 30px 0 0px 0px;
  }
}
.bottom_awards .featured-img {
  background: transparent;
  background-color: transparent;
}
.bottom_awards .card {
  background: transparent;
  background-color: transparent;
  color: #DAD9D3;
  width: 33.3%;
  margin: 0 20px;
  padding-top: 30px;
  border-top: solid 2px #16114A;
  border-radius: 0px;
}
@media (max-width: 767px) {
  .bottom_awards .card {
    width: 100%;
    margin: 20px 0px;
    height: auto;
  }
}
.bottom_awards .more-link a {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .bottom_awards .more-link a {
    position: relative;
    bottom: unset;
  }
}

#content .more-link a {
  display: inline-flex;
  position: relative;
  align-items: center;
  font-size: 18px;
  line-height: 1.1;
  transition: all 0.16s ease-in-out;
  color: #07B862;
  font-family: "geist";
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
  width: fit-content;
  padding-right: 20px;
}
#content .more-link a:hover, #content .more-link a:focus, #content .more-link a:active {
  color: #0AD472;
}
#content .more-link a:before, #content .more-link a:after {
  content: "";
  width: 12px;
  height: 10px;
  display: inline-flex;
  margin-left: 6px;
  margin-top: 1px;
  position: absolute;
  right: 0px;
  opacity: 0;
}
#content .more-link a:before {
  opacity: 1;
  background: url(../../../images/ico-more-arrow.svg) no-repeat;
  background-size: contain;
}
#content .more-link a:after {
  background: url(../../../images/ico-more-arrow-hover.svg) no-repeat;
  background-size: contain;
  opacity: 0;
}
#content .more-link a:hover:before {
  opacity: 0;
}
#content .more-link a:hover:after {
  opacity: 1;
}
#content .return-link {
  margin-top: -20px;
  display: inline-flex;
  position: relative;
  align-items: center;
  font-size: 18px;
  line-height: 1.1;
  transition: all 0.16s ease-in-out;
  color: #07B862;
  font-family: "geist";
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
  width: fit-content;
  padding-left: 20px;
}
#content .return-link:hover, #content .return-link:focus, #content .return-link:active {
  color: #0AD472;
}
#content .return-link:before, #content .return-link:after {
  content: "";
  width: 12px;
  height: 10px;
  display: inline-flex;
  margin-right: 6px;
  margin-top: 1px;
  position: absolute;
  left: 0px;
  opacity: 0;
  transform: rotate(-180deg);
}
#content .return-link:before {
  opacity: 1;
  background: url(../../../images/ico-more-arrow.svg) no-repeat;
  background-size: contain;
}
#content .return-link:after {
  background: url(../../../images/ico-more-arrow-hover.svg) no-repeat;
  background-size: contain;
  opacity: 0;
}
#content .return-link:hover:before {
  opacity: 0;
}
#content .return-link:hover:after {
  opacity: 1;
}

.home #content .more-link a {
  font-size: 16px;
}

.single-post #content #main .logo-bg:before {
  background-position: center bottom;
  height: 100%;
}
.single-post #content #main .get-in-touch-section {
  margin-top: 80px;
}
.single-post #content #main .get-in-touch-section .h1 {
  color: #17124B;
}
@media (min-width: 992px) {
  .single-post #content #main .get-in-touch-section .h1 {
    font-size: 50px;
  }
}
.single-post #content #main .get-in-touch-section p.subhead {
  font-family: "geist";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #07B862;
}
.single-post #content #main .get-in-touch-section .btns-left-aligned {
  justify-content: center;
}
.single-post #content #main .get-in-touch-section .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern {
  color: #17124B;
}

.get-in-touch-section.light-purple,
.get-in-touch-section.green {
  background-color: #3D3A5D;
  padding-top: 80px;
  padding-bottom: 50px;
  margin-top: 0px;
}
.get-in-touch-section.light-purple .h1,
.get-in-touch-section.green .h1 {
  color: #fff;
}
@media (min-width: 992px) {
  .get-in-touch-section.light-purple .h1,
  .get-in-touch-section.green .h1 {
    font-size: 48px;
  }
}
.get-in-touch-section.light-purple p.subhead,
.get-in-touch-section.green p.subhead {
  font-family: "geist";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #07B862;
  color: rgba(255, 255, 255, 0.75);
}
.get-in-touch-section.light-purple .btns-left-aligned,
.get-in-touch-section.green .btns-left-aligned {
  display: flex;
  align-items: center;
}
.get-in-touch-section.light-purple .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern,
.get-in-touch-section.green .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern {
  color: #17124B;
}

.has-full-width .vc_tta-panel-body {
  overflow: visible !important;
}

.get-in-touch-section.green {
  background-color: #07B862;
  padding-top: 70px;
  padding-bottom: 60px;
  margin-bottom: -27px !important;
}
.get-in-touch-section.green .h1 {
  color: #fff;
}
@media (min-width: 992px) {
  .get-in-touch-section.green .h1 {
    font-size: 45px;
  }
}
.get-in-touch-section.green p.subhead {
  line-height: 1, 6;
  text-align: center;
  color: rgba(4, 0, 48, 0.8);
}

.force-full-width-row {
  position: relative;
}
.force-full-width-row .vc_row {
  width: 100vw;
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.single-post #content #main .post_content {
  margin-bottom: 95px;
}

.home #content {
  /* Keyframe animation for pulsing movement */
}
.home #content .more-link a {
  position: relative;
  display: inline-block;
  padding-right: 1.6em;
  font-weight: bold;
  text-decoration: none;
}
.home #content .more-link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 12px;
  background-image: url("../../../images/ico-more-arrow.svg"); /* Replace with your SVG path */
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.25s ease;
  opacity: 1 !important;
  margin-top: 0px !important;
}
.home #content .more-link a:hover:after {
  transform: translateY(-50%) translateX(5px);
  opacity: 0.6;
}
.home #content .more-link a::before {
  display: none !important;
}
@keyframes arrowPulse {
  0%, 100% {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateY(-50%) translateX(5px);
    opacity: 0.6;
  }
}
.home #content .dark-section {
  margin-bottom: 0px !important;
}

.dark-section {
  margin-bottom: 0px !important;
}

.comment-respond {
  display: none;
}

.expertise-feed,
.capabilities-feed {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%;
}
@media (max-width: 767px) {
  .expertise-feed,
  .capabilities-feed {
    display: block;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.expertise-feed a,
.capabilities-feed a {
  color: unset;
}
.expertise-feed .card,
.capabilities-feed .card {
  transition: all 0.3s ease-in-out;
  height: auto;
  width: 23%;
  border-radius: 0px;
  margin: 1%;
  background: transparent;
  color: #040030;
  position: relative;
  position: relative;
}
@media (max-width: 767px) {
  .expertise-feed .card,
  .capabilities-feed .card {
    width: 100%;
    margin: 15px 0px;
  }
}
.expertise-feed .card .featured-img,
.capabilities-feed .card .featured-img {
  padding-bottom: 20px;
}
.expertise-feed .card .title,
.capabilities-feed .card .title {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
}
.expertise-feed .card p,
.capabilities-feed .card p {
  color: #4A476A;
  font-size: 16px;
  padding-bottom: 50px;
}
.expertise-feed .card .more-link,
.capabilities-feed .card .more-link {
  position: absolute;
  bottom: 20px;
}
@media (max-width: 767px) {
  .expertise-feed .card .more-link,
  .capabilities-feed .card .more-link {
    position: relative;
    bottom: unset;
  }
}
.expertise-feed .card .no-arrow,
.capabilities-feed .card .no-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.expertise-feed .last-card,
.capabilities-feed .last-card {
  margin-bottom: 1% !important;
  background: #F0F0F3;
}

#content .capabilities-feed .card {
  border: none;
  box-shadow: none;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #content .capabilities-feed .card {
    min-height: 269px;
    padding-bottom: 0px;
  }
}
#content .capabilities-feed .card .card-inner {
  background: #FFFFFF;
  box-shadow: 0px 4px 21.2px rgba(0, 0, 0, 0.16);
  border: none;
  height: 100%;
  padding: 20px;
  position: relative;
  padding-bottom: 50px;
}
#content .capabilities-feed .card.hover .card-inner {
  background: rgba(255, 255, 255, 0.0509803922);
  box-shadow: 0px 4px 21.2px rgba(0, 0, 0, 0.26);
}
#content .capabilities-feed .card.hover .card-inner .title {
  color: #07B862;
}
#content .capabilities-feed .more-link {
  bottom: 15px;
}
#content .capabilities-feed .more-link a {
  font-size: 16px;
}
#content .capabilities-feed a.no-arrow:before, #content .capabilities-feed a.no-arrow:after {
  display: none !important;
}
#content .capabilities-feed p {
  padding-bottom: 0;
}
#content .capabilities-feed .title {
  transition: 0.3s ease;
  font-family: "akhand";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2;
  color: rgba(4, 0, 48, 0.8);
  padding-bottom: 20px;
}

.people-feed,
.posts-feed {
  transition: height 0.5s ease;
  position: relative;
  min-height: 200px;
}
@media (max-width: 767px) {
  .people-feed,
  .posts-feed {
    margin-top: 20px;
  }
}
.people-feed .loader:before,
.posts-feed .loader:before {
  animation-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  animation-duration: 1.5s;
  content: "\f110";
  font-size: 34.7px;
  color: #dfedf0;
  position: absolute;
  left: 50%;
  top: 30px;
}
@media (min-width: 768px) {
  .people-feed .loader:before,
  .posts-feed .loader:before {
    top: 60px;
  }
}
.people-feed article,
.posts-feed article {
  opacity: 0;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-play-state: paused;
}

.capabilities-feed .more-link a {
  text-transform: none !important;
}
.capabilities-feed .more-link a:before, .capabilities-feed .more-link a:after {
  display: none !important;
}

.logo-bg {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.bono-row .row {
  display: flex;
}
@media (min-width: 768px) {
  .bono-row .row {
    margin-left: -25px;
    margin-right: -25px;
  }
}

.bono-box {
  border: solid 2px #D9D8E1;
  padding: 30px 15px 17px;
  margin: 0 10px 20px 10px;
  animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 1s; /* don't forget to set a duration! */
  animation-play-state: paused;
}
@media (min-width: 768px) {
  .bono-box {
    padding: 30px 20px 17px;
  }
}
@media (min-width: 992px) {
  .bono-box {
    padding: 40px 20px;
  }
}
.bono-box > .vc_column-inner > .wpb_wrapper .wpb_text_column:last-child {
  margin-bottom: 0;
}
.bono-box b {
  margin-bottom: 10px !important;
  display: block;
  font-size: 18px;
}
.bono-box .lg {
  font-size: 68px;
  font-weight: 700;
  font-family: "akhand", sans-serif;
}
.bono-box .number {
  margin-bottom: 40px !important;
  display: block;
}
.bono-box.animate-it {
  animation-play-state: running;
}

.count-up-group {
  animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 1s; /* don't forget to set a duration! */
  animation-play-state: paused;
}
.count-up-group .boxes-style-2 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.count-up-group .boxes-style-2 > .wpb_column > .vc_column-inner > .wpb_wrapper .green {
  min-height: 28px;
  margin-top: 6px;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .count-up-group .boxes-style-2 > .wpb_column > .vc_column-inner > .wpb_wrapper .green {
    margin-bottom: 18px;
  }
}
.count-up-group .boxes-style-2 > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_content_element:last-child {
  margin-bottom: 10px;
}
.count-up-group.animate-it {
  animation-play-state: running;
}

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.footer-wrapper {
  background: #040120;
  background: linear-gradient(180deg, rgb(4, 1, 32) 0%, rgb(23, 18, 75) 100%);
}
.footer-wrapper #widget-footer {
  padding-top: 10px;
}
.footer-wrapper p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}
.footer-wrapper ul.social {
  margin-top: 0px;
}
.footer-wrapper #widget-footer .col-md-3:after {
  display: none;
}
.footer-wrapper #widget-footer h4, .footer-wrapper #widget-footer .h4 {
  font-weight: 500;
  margin-bottom: 20px;
}
.footer-wrapper #widget-footer ul.menu li a:hover {
  text-decoration: none;
  color: #07B862;
}
.footer-wrapper .widget_nav_menu {
  margin-top: -60px;
}

#content #main .posts-feed .h2,
#content .recent-posts .style4 .h2,
#content #main .recent-posts .style1 .h2 {
  font-family: "akhand";
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: #17124B;
  margin-bottom: 16px;
}
#content #main .posts-feed .h2 a,
#content .recent-posts .style4 .h2 a,
#content #main .recent-posts .style1 .h2 a {
  color: #17124B;
}
#content #main .posts-feed .h2 a:hover,
#content .recent-posts .style4 .h2 a:hover,
#content #main .recent-posts .style1 .h2 a:hover {
  opacity: 0.8;
  text-decoration: none;
}
#content #main .posts-feed p.meta,
#content .recent-posts .style4 p.meta,
#content #main .recent-posts .style1 p.meta {
  font-family: "geist";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: rgba(23, 18, 75, 0.6);
  text-transform: none;
  margin-bottom: 7px;
  margin-top: 0;
}
#content #main .posts-feed img,
#content .recent-posts .style4 img,
#content #main .recent-posts .style1 img {
  border: 2px solid #d1cfd9;
  width: 100%;
  border-bottom: none;
  box-shadow: none;
}
#content #main .posts-feed header,
#content .recent-posts .style4 header,
#content #main .recent-posts .style1 header {
  background: #efeff2;
  border-top: none;
  border: 2px solid #d1cfd9;
  padding: 29px;
  flex: 1;
  border-top: none;
  display: inline-flex;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 991px) {
  #content #main .posts-feed header,
  #content .recent-posts .style4 header,
  #content #main .recent-posts .style1 header {
    padding: 25px 15px;
  }
}
#content #main .posts-feed .col-inner,
#content .recent-posts .style4 .col-inner,
#content #main .recent-posts .style1 .col-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  #content #main .posts-feed .col-inner,
  #content .recent-posts .style4 .col-inner,
  #content #main .recent-posts .style1 .col-inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}

#content .recent-posts .style4 .col-sm-3 {
  display: flex;
  flex-direction: column;
}
#content .recent-posts .style4 img {
  border: 1px solid #36335A;
  border-bottom: none;
}
#content .recent-posts .style4 header {
  background: #211E48;
  border: 1px solid #36335A;
  border-top: none;
}
#content .recent-posts .style4 .h3 {
  font-family: "akhand";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: #FFFFFF;
  margin-bottom: 16px;
  margin-top: 5px;
  flex: 1;
}

#content #main .recent-posts .style1 {
  display: flex;
  flex-wrap: wrap;
}
#content #main .recent-posts .style1 > article {
  margin-top: 14px;
  margin-bottom: 18px;
  padding: 0 10px 0px 10px;
}
#content #main .recent-posts .style1 .page-header {
  margin-bottom: 0;
  padding-bottom: 0;
  margin: 0px 0 0px;
}
#content #main .recent-posts .style1 header {
  padding: 20px;
}
#content #main .recent-posts .style1.row {
  margin-left: -10px;
  margin-right: -10px;
}

.footer-wrapper2 {
  display: none;
}

.posts-feed > .col-sm-12 {
  text-align: center;
}

.p-lg p, p.p-lg {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
@media (min-width: 992px) {
  .p-lg p, p.p-lg {
    font-size: 20px;
    line-height: 1.6;
  }
}

.p-md p, p.p-md {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

#content .hero-section {
  padding-top: 80px;
  padding-bottom: 0px;
}
#content .hero-section > .row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  #content .hero-section {
    padding-top: 180px;
    padding-bottom: 110px;
  }
}
#content .hero-section .col-sm-6:first-child {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #content .hero-section .col-sm-6:last-child {
    order: -1;
  }
}
#content .hero-section a {
  color: rgba(255, 255, 255, 0.7490196078);
}
#content .hero-section .h1 {
  font-family: "Akhand";
  font-style: normal;
  font-weight: 700;
  margin-top: 20px;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  #content .hero-section .h1 {
    margin-top: 0px;
    font-size: 56px;
    line-height: 72px;
    letter-spacing: -0.02em;
  }
}
#content .hero-section .parallax-wrapper .wpb_single_image:last-child {
  transform: translateY(40%);
}

/*spacing*/
.mg-top-sm {
  margin-top: 20px;
}

.mg-top-sm-2 {
  margin-top: 30px;
}

.mg-top-md {
  margin-top: 40px;
}

.mg-top-lg {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .mg-top-lg {
    margin-top: 60px;
  }
}

.mg-top-lg-2 {
  margin-top: 35px;
}
@media (min-width: 992px) {
  .mg-top-lg-2 {
    margin-top: 80px;
  }
}

.mg-bottom-sm-2 {
  margin-bottom: 30px;
}

.mg-bottom-xl {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .mg-bottom-xl {
    margin-bottom: 50px;
  }
}

.mg-top-xl {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .mg-top-xl {
    margin-top: 50px;
  }
}

.no-margin, .no-mg {
  margin: 0px !important;
}

@media (max-width: 767px) {
  .mobile-mg-offset {
    margin-bottom: -30px;
  }
}
.section-xl {
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0px;
}
@media (min-width: 768px) {
  .section-xl {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .section-xl {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.section-lg {
  margin: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .section-lg {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

.section-md {
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .section-md {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

.section-sm {
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .section-sm {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.latest-news-section {
  margin: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .latest-news-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

#content #main .latest-news-section {
  margin-bottom: 51px;
}
#content #main .latest-news-section .h3 {
  font-size: 23px;
  color: #fff;
  letter-spacing: -0.21px;
  line-height: 31px;
  border-bottom: none;
  display: inline-block;
  margin-bottom: 16px;
  padding-bottom: 0;
  margin-bottom: 24px;
}
#content #main .latest-news-section .h2,
#content #main .latest-news-section .h2 a,
#content #main .latest-news-section .h3,
#content #main .latest-news-section .h3 a {
  color: #fff;
}
#content #main .latest-news-section .h2 {
  font-size: 36px;
}
@media (min-width: 768px) {
  #content #main .latest-news-section .h2 {
    margin-bottom: 2.1rem;
  }
}
#content #main .latest-news-section p.excerpt {
  margin-bottom: 24px !important;
}
#content #main .latest-news-section.purple-bg h3 a,
#content #main .latest-news-section.purple-bg p {
  color: #fff;
  font-family: "geist";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.72);
}
#content #main .latest-news-section.purple-bg p.meta {
  margin-bottom: 0 !important;
  font-family: "akhand";
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.5);
}
#content #main .latest-news-section.purple-bg .more-link a {
  opacity: 1;
  font-family: "Geist";
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #07B862;
  transition: 0.3s opacity ease;
}
#content #main .latest-news-section.purple-bg .more-link a:after, #content #main .latest-news-section.purple-bg .more-link a:before {
  transition: 0.3s opacity ease;
  margin-top: 1px;
}
#content #main .latest-news-section.purple-bg .more-link a:after {
  background: url(../../../images/ico-more-arrow-hover.svg) no-repeat;
  background-size: contain;
  opacity: 1;
}
#content #main .latest-news-section.purple-bg .more-link a:before {
  opacity: 0;
  background: url(../../../images/ico-more-arrow.svg) no-repeat;
  background-size: contain;
}
#content #main .latest-news-section.purple-bg .more-link a:hover {
  opacity: 0.8;
}
#content #main .latest-news-section.purple-bg .more-link a:hover:before {
  opacity: 1;
}
#content #main .latest-news-section.purple-bg .more-link a:hover:after {
  opacity: 0;
}

#main .latest-section .recent-posts .style2 img {
  margin-bottom: 0;
}
#main .latest-section .col-fix {
  display: block;
}
@media (min-width: 992px) {
  #main .latest-section .col-fix {
    display: flex;
  }
}
#main .latest-section .col-sm-6,
#main .latest-section .col-sm-7 {
  display: flex;
  align-items: center;
}

.add-flex {
  display: flex;
}

.gradient-bg2 {
  position: relative;
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0px;
  margin-bottom: 30px;
  display: flex;
}
@media (min-width: 992px) {
  .gradient-bg2 {
    margin-bottom: 80px;
  }
}

.gradient-bg2 > .wpb_column {
  background: linear-gradient(167.85deg, #17124B 27.68%, #040120 111.99%);
}

.logo-bg > .wpb_column {
  position: relative;
  z-index: 3;
}

.logo-bg {
  position: relative;
  overflow: visible !important;
}
@media (min-width: 768px) {
  .logo-bg {
    display: flex;
  }
}

.logo-bg:before {
  background-image: url(../../../images/bg-graphic2.svg);
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-position: center -737px;
  height: 110%;
}

.logo-bg:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 92.76%);
  height: 261px;
  z-index: 2;
}

.logo-bg.logo-bg-fade-bottom:before {
  background-image: url(../../../images/logo-bg-fade-bottom.png);
  background-position: center -705px;
}

.logo-bg.logo-bg-fade-bottom:after {
  top: initial;
  bottom: 0;
  display: none;
}

body .logo-bg.logo-bg-fade-bottom {
  padding-top: 105px;
}

#wrapper .navbar-default.sps--blw {
  transition: background 0.3s ease;
  background: #17124B !important;
}

.recent-posts .style2 > div {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 991px) {
  .category-select {
    display: none;
  }
}
.page-template-people #content,
.blog #content {
  clear: both;
}
.page-template-people .navbar-header,
.blog .navbar-header {
  background: none;
}
.page-template-people #wrapper:not(.toggled) .navbar-default,
.blog #wrapper:not(.toggled) .navbar-default {
  background: none;
}
.page-template-people #wrapper:not(.toggled) .navbar-default:before,
.blog #wrapper:not(.toggled) .navbar-default:before {
  background: linear-gradient(180deg, #17124B 55.08%, rgba(23, 18, 75, 0) 100%);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0px;
  width: 100%;
  height: 108px;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
@media (min-width: 768px) {
  .page-template-people #wrapper:not(.toggled) .navbar-default:before,
  .blog #wrapper:not(.toggled) .navbar-default:before {
    height: 128px;
  }
}
.page-template-people .navbar-default,
.blog .navbar-default {
  background: none;
}
.page-template-people .purple-bg,
.blog .purple-bg {
  background: none;
}
.page-template-people .purple-bg.vc_section[data-vc-full-width],
.blog .purple-bg.vc_section[data-vc-full-width] {
  overflow: visible !important;
}
.page-template-people .purple-bg:before,
.blog .purple-bg:before {
  background: linear-gradient(360deg, #16124b -1.92%, #17124B 100%);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: -90px;
  width: 100%;
  height: 293px;
  height: auto;
}
@media (min-width: 992px) {
  .page-template-people .purple-bg:before,
  .blog .purple-bg:before {
    height: 323px;
  }
}
.page-template-people .purple-bg:after,
.blog .purple-bg:after {
  background-image: url(../../../images/bg-graphic.png);
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: -90px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-position: center;
  height: 293px;
  height: auto;
  background-color: linear-gradient(360deg, #140F44 4.15%, rgba(20, 15, 68, 0) 100%);
}
@media (min-width: 992px) {
  .page-template-people .purple-bg:after,
  .blog .purple-bg:after {
    height: 323px;
  }
}
@media (max-width: 991px) {
  .page-template-people .purple-bg:after,
  .blog .purple-bg:after {
    display: none;
  }
}
.page-template-people .purple-bg .vc_row:first-child:before,
.blog .purple-bg .vc_row:first-child:before {
  background: linear-gradient(360deg, #140F44 4.15%, rgba(20, 15, 68, 0) 100%);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0px;
  width: 100%;
}
@media (min-width: 992px) {
  .page-template-people .purple-bg .vc_row:first-child:before,
  .blog .purple-bg .vc_row:first-child:before {
    height: 651px;
  }
}
.page-template-people #wrapper .navbar-default.sps--blw,
.blog #wrapper .navbar-default.sps--blw {
  transition: background 0.4s ease;
  background: #17124B !important;
}
.page-template-people #wrapper .navbar-default.sps--blw:before,
.blog #wrapper .navbar-default.sps--blw:before {
  opacity: 0;
}

.page-template-people #content,
.blog #content {
  clear: both;
}
.page-template-people .navbar-header,
.blog .navbar-header {
  background: none;
}
.page-template-people #wrapper:not(.toggled) .navbar-default {
  background: none;
}
.page-template-people #wrapper:not(.toggled) .navbar-default:before {
  height: auto;
}

.blog .purple-bg {
  background: transparent !important;
}
.blog .purple-bg:before {
  z-index: -1;
}
.blog .purple-bg:after {
  background-image: url(../../../images/newsroom-bg.png);
  background-position: top center;
  z-index: -1;
  top: -70px;
}
@media (min-width: 992px) {
  .blog .purple-bg:before, .blog .purple-bg:after {
    height: auto;
  }
}

@media (max-width: 991px) {
  body.wpb-js-composer .vc_tta.vc_general .vc_tta-tabs-list {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .custom-select {
    display: none;
  }
}

.gradient-bg2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1280%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  height: 261px;
  z-index: -1;
  top: -130px;
  width: 100vw;
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media (min-width: 992px) {
  .gradient-bg2:after {
    left: -100%;
  }
}

.gradient-bg-bottom:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1280%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  height: 261px;
  z-index: -1;
  top: -130px;
  width: 100vw;
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media (min-width: 992px) {
  .gradient-bg-bottom:after {
    left: -100%;
  }
}

/*mobile*/
@media (min-width: 1360px) {
  .container {
    width: 1310px;
  }
}
@media (min-width: 992px) {
  .footer-top {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .gradient-bg2 h2 br, .gradient-bg2 h3 br, .gradient-bg2 h1 br {
    display: none;
  }
  .btn-right {
    display: block;
  }
  .btn-right .vc_general {
    float: left;
  }
  .mobile-col-center .wpb_column {
    margin-bottom: 30px;
  }
  .mobile-col-center .wpb_single_image, .mobile-col-center .wpb_text_column {
    text-align: center !important;
  }
  .footer-wrapper .navbar-brand {
    margin-bottom: 0px;
  }
  .footer-wrapper .widget_nav_menu {
    margin-top: 10px;
  }
  .footer-wrapper #widget-footer h4, .footer-wrapper #widget-footer .h4 {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .footer-wrapper #widget-footer .panel-heading {
    border-top: solid 2px #413E5F;
  }
  .footer-wrapper .navbar-collapse {
    border: 0px;
    box-shadow: none;
  }
}
.posts-feed {
  clear: both;
}

.latest-news-section [class*=ShortenedText__ShortenedTextComponent] {
  font-family: "geist";
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.88);
}
.latest-news-section [class*=CardUserBlock__UserBlock] {
  order: -1;
  margin-bottom: 10px;
  padding-bottom: 8px !important;
}
.latest-news-section [class*=TextControl__BaseControl] {
  font-family: "geist";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #07B862;
  transition: 0.3s opacity ease;
  position: relative;
  padding-right: 20px;
  padding-left: 12px;
}
.latest-news-section [class*=TextControl__BaseControl]:after, .latest-news-section [class*=TextControl__BaseControl]:before {
  transition: 0.3s opacity ease;
  content: "";
  background-size: contain;
  width: 12px;
  height: 100%;
  display: inline-flex;
  margin-left: 6px;
  background-size: contain !important;
  background-position: center !important;
  opacity: 0;
  position: absolute;
  right: 0;
  margin-top: -1px;
}
.latest-news-section [class*=TextControl__BaseControl]:after {
  background: url(../../../images/ico-more-arrow-hover.svg) no-repeat;
  opacity: 1;
}
.latest-news-section [class*=TextControl__BaseControl]:before {
  opacity: 0;
  background: url(../../../images/ico-more-arrow.svg) no-repeat;
}
.latest-news-section [class*=TextControl__BaseControl]:hover {
  text-decoration: none;
  opacity: 0.8;
}
.latest-news-section [class*=TextControl__BaseControl]:hover:before {
  opacity: 1;
}
.latest-news-section [class*=TextControl__BaseControl]:hover:after {
  opacity: 0;
}
.latest-news-section [class*=BulletsControl__BulletsControlItem] {
  width: 10px;
  min-width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.32);
}
.latest-news-section [class*=BulletsControl__BulletsControlItem]:hover {
  background: rgba(255, 255, 255, 0.63);
}
.latest-news-section [class*=BulletsControl__BulletsControlItem].es-bullets-control-item-active {
  width: 16px;
  min-width: 16px;
  height: 16px;
  background: rgb(255, 255, 255);
}
.latest-news-section [class*=BulletsControl__BulletsControlInner] {
  align-items: center;
}
.latest-news-section [class*=BulletsControl__BulletsControlContainer] {
  width: 90px !important;
}
.latest-news-section [class*=CardContainer-sc] {
  min-height: 477px;
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.latest-news-section [class*=CardMediaBlock__MediaBlock-sc] {
  order: 1;
  margin-top: 28px;
}
.latest-news-section [class*=ShortenedText__ShortenedTextComponent] {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.latest-news-section [class*=CardUserBlock__UserContainer-sc] {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.latest-news-section [class*=Container__PreviewLinkBlock-sc] {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-top: 24px !important;
}
.latest-news-section [class*=PreviewLink__Container-sc] {
  border: none;
  border-radius: 0;
}
.latest-news-section [class*=PreviewLink__Container-sc] [class*=MediaContainer__Container-sc] {
  padding-top: 205px !important;
}
.latest-news-section [class*=User__Name-sc] {
  font-family: "geist";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  margin-bottom: 5px;
}
.latest-news-section [class*=User__Name-sc] [class*=Icon__IconContainer-sc], .latest-news-section [class*=User__Name-sc] [class*=Icon__IconContainer-sc] svg {
  width: 36px;
  height: 36px;
}
.latest-news-section [class*=DateTime__Time-sc] {
  font-family: "geist";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.6);
}
.latest-news-section [class*=Avatar__Container-sc] {
  width: 48px;
  height: 48px;
}
.latest-news-section [class*=Block__RegularBlock-sc] {
  padding: 0 6px;
}
.latest-news-section [class*=PreviewLink__Content-sc] {
  font-family: "geist";
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.88);
}
.latest-news-section [class*=Carousel__CarouselArrowControlContainer] {
  top: 0;
  top: -44px;
  opacity: 0.6;
  transition: 0.3s opacity ease;
}
.latest-news-section [class*=Carousel__CarouselArrowControlContainer]:hover {
  opacity: 0.8;
}
.latest-news-section [class*=Carousel__CarouselArrowControlContainer][aria-label=Previous] {
  right: 50px;
  left: auto;
}
.latest-news-section [class*=Carousel__CarouselArrowControlContainer][aria-label=Next] {
  right: -5px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}

.navbar-default .navbar-nav > .active.cta-green > a,
.navbar-default .navbar-nav > .active.cta-green > a:focus {
  background-color: #07B862;
  color: #fff;
}

.parallax-container {
  position: relative;
  overflow: hidden;
}

.parallax-image {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.parallax-image img {
  width: 100%;
  height: auto;
  max-width: none;
  transform: translateY(0px);
  transition: transform 0.1s ease-out;
  will-change: transform;
}

.page-template-page-no-title .page-menu,
.single-capabilities .page-menu {
  display: none !important;
}
.page-template-page-no-title .hero,
.single-capabilities .hero {
  background: linear-gradient(360deg, #040120 -1.92%, #17124B 100%);
}
.page-template-page-no-title .navbar-default,
.single-capabilities .navbar-default {
  background: transparent;
}
.page-template-page-no-title .dark-section,
.single-capabilities .dark-section {
  background: #040120;
  background: linear-gradient(360deg, #040120 -1.92%, #17124B 100%);
}
.page-template-page-no-title .dark-section .h2,
.single-capabilities .dark-section .h2 {
  color: #fff;
}
.page-template-page-no-title .dark-section-2,
.single-capabilities .dark-section-2 {
  background: #3D3A5D;
}

.flex-inline > div > div > .wpb_wrapper {
  display: flex;
  justify-content: space-between;
}

.single-capabilities #content .hero-section {
  padding-top: 115px;
  padding-bottom: 20px;
}
.single-capabilities #content .hero-section .p-lg p {
  font-size: 18px;
}
.single-capabilities #content .hero-section .h2 {
  color: #040030;
}

#content .hero-section.hero-section-sm {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  #content .hero-section.hero-section-sm {
    padding-bottom: 50px;
  }
  #content .hero-section.hero-section-sm .vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  #content .hero-section.hero-section-sm .p-lg p {
    font-size: 20px;
  }
}
#content .hero-section.hero-section-sm .h2 {
  color: #040030;
}

body.page-template-page-no-title.fixed,
body.single-capabilities.fixed {
  padding-top: 0;
}

.representative-work-section {
  margin-bottom: 80px;
}
.representative-work-section > .vc_row {
  display: flex;
  flex-wrap: wrap;
}
.representative-work-section .col-sm-6 {
  margin-bottom: 22px;
  padding-left: 60px;
}
.representative-work-section .col-sm-6 > .vc_column-inner {
  min-height: 144px;
  display: flex;
  align-items: center;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 19.9px -1px rgba(0, 0, 0, 0.1);
  padding: 20px 32px 20px 62px;
  position: relative;
}
.representative-work-section .col-sm-6 > .vc_column-inner .wpb_text_column {
  margin-bottom: 0;
}
.representative-work-section .col-sm-6 > .vc_column-inner .wpb_text_column p {
  font-family: "geist";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  /* or 23px */
  letter-spacing: -0.02em;
  color: rgba(4, 0, 48, 0.8);
}
.representative-work-section .col-sm-6 > .vc_column-inner:before {
  background: url(../../../images/arrow-circle.png) no-repeat center;
  content: "";
  height: 60px;
  width: 60px;
  position: absolute;
  left: -30px;
}

/*bianca*/
.page-menu h1 {
  display: none;
}

.boxes-style-2 .col-sm-3 .vc_column-inner,
.boxes-style-3 .column_container .vc_column-inner {
  background-color: #FFF;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: solid 8px #07B862;
}
@media (min-width: 992px) {
  .boxes-style-2 .col-sm-3 .vc_column-inner,
  .boxes-style-3 .column_container .vc_column-inner {
    padding: 30px;
  }
}

.boxes-style-2 .col-sm-3 .vc_column-inner p,
.boxes-style-3 .col-sm-3 .vc_column-inner p {
  color: #363359;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 992px) {
  .boxes-style-2 .col-sm-3 .vc_column-inner p,
  .boxes-style-3 .col-sm-3 .vc_column-inner p {
    font-size: 18px;
    line-height: 150%;
  }
}

.boxes-style-2,
.boxes-style-3 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.boxes-style-2 .wpb_column {
  width: 25%;
  height: auto !important;
  display: flex;
  align-self: stretch;
  margin-bottom: 30px;
}

.boxes-style-2 .col-sm-3 .vc_column-inner .green p, .boxes-style-2 .green,
.boxes-style-3 .col-sm-3 .vc_column-inner .green p, .boxes-style-3 .green {
  font-weight: 700;
  font-size: 43px !important;
  font-family: "akhand", sans-serif;
  color: #07B862 !important;
}
@media (min-width: 992px) {
  .boxes-style-2 .col-sm-3 .vc_column-inner .green p, .boxes-style-2 .green,
  .boxes-style-3 .col-sm-3 .vc_column-inner .green p, .boxes-style-3 .green {
    font-size: 56px !important;
  }
}

.boxes-style-2 .green,
.boxes-style-3 .green {
  font-weight: 700;
  font-size: 43px !important;
  font-family: "akhand", sans-serif;
  color: #07B862 !important;
  text-align: center;
}
@media (min-width: 992px) {
  .boxes-style-2 .green,
  .boxes-style-3 .green {
    font-size: 56px !important;
  }
}

@media (min-width: 992px) {
  .col-padding-exp-right > .vc_column-inner {
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  .col-padding-exp-right-sm > .vc_column-inner {
    padding-right: 10px;
  }
}

.p-xs p, .p-xs {
  font-size: 12px;
}

h2.green {
  color: #07B862;
}

.h2-md {
  font-size: 40px;
  line-height: 1.24;
}

.ul-2-col .vc_toggle_content > div {
  display: flex !important;
}
.ul-2-col .vc_toggle_content ul {
  width: 50%;
}

.wpb-js-composer .vc_toggle_default.vc_toggle_color_default.vc_toggle_active {
  background: #F6F6F7;
}

.boxes-style-3 > .vc_column-inner {
  box-shadow: 0px 4px 19.9px -1px rgba(0, 0, 0, 0.1);
  border-bottom: 8px solid #07B862;
  padding: 34px 32px;
}
@media (min-width: 768px) {
  .boxes-style-3 > .vc_column-inner {
    margin-left: 35px;
    margin-right: 35px;
  }
}
.boxes-style-3 > .vc_column-inner .wpb_wrapper {
  display: flex;
}
.boxes-style-3 > .vc_column-inner .wpb_wrapper .wpb_text_column {
  margin-bottom: 0;
}
.boxes-style-3 .green {
  font-size: 75px !important;
  line-height: 1;
  min-width: 120px;
  margin-right: 16px;
}
.boxes-style-3 p {
  font-family: "akhand", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.19;
  letter-spacing: -0.02em;
  color: #040030;
}

.win-quote {
  padding: 100px 15px;
}

.win-quote h2 {
  color: #07B862;
  font-size: 45px;
  text-align: center;
  margin-bottom: 0px;
  line-height: 50px;
}

.win-quote:before {
  display: flex;
  content: "";
  height: 1px;
  width: 100%;
  max-width: 490px;
  margin: 0 auto;
  background-color: #FFF;
  margin-bottom: 100px;
}

.quote-author p {
  text-transform: uppercase;
  color: #b9b8c1;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
}

.left-caret .wpb_wrapper, .left-caret {
  display: flex;
}

.left-caret .wpb_wrapper:before {
  content: "";
  background: url(../../../images/left-caret.svg) no-repeat;
  height: 16px;
  width: 12px;
  display: flex;
  margin-right: 15px;
  background-size: contain;
  min-width: 12px;
  margin-top: 8px;
}

.right-image-overlap .copy {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .right-image-overlap .copy {
    width: 65%;
    margin-top: 245px;
  }
}
@media (min-width: 992px) {
  .right-image-overlap .copy {
    margin-top: 135px;
  }
}
.right-image-overlap .copy > .vc_column-inner {
  box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.16);
  background-color: #FFF;
  padding: 25px 20px;
}
@media (min-width: 768px) {
  .right-image-overlap .copy > .vc_column-inner {
    padding: 50px 40px;
  }
}

.right-image-overlap .image {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .right-image-overlap .image {
    width: 66%;
  }
}
@media (min-width: 992px) {
  .right-image-overlap .image {
    width: 50%;
    margin-left: -250px;
  }
}

.right-image-overlap .image img {
  box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.16);
}

@media (min-width: 768px) {
  .key-wins .column_container:first-child {
    padding-right: 35px;
  }
  .key-wins .column_container:last-child {
    padding-left: 35px;
  }
}
.key-wins {
  margin-left: -35px;
  margin-right: -35px;
}

.key-wins .wpb_text_column {
  border-bottom: 1px solid #07B862;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.key-wins .wpb_text_column:last-child {
  border: 0px;
  margin-bottom: 0px;
}

.green-callout .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern {
  border-color: #FFF;
}

.white-btn .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern {
  background-color: #FFF;
  color: #07B862;
}

@media (max-width: 980px) {
  .boxes-style-2 {
    flex-wrap: wrap;
  }
  .boxes-style-2 .wpb_column {
    width: 50%;
  }
  .win-quote {
    padding: 50px 15px;
  }
  .win-quote:before {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .right-image-overlap .image {
    width: 100%;
    margin-left: 0px;
  }
  .right-image-overlap .copy {
    margin-top: 0px;
    width: 100%;
  }
  .right-image-overlap {
    display: flex;
    flex-direction: column;
  }
  .right-image-overlap .image {
    order: -1;
  }
}
@media (max-width: 560px) {
  .boxes-style-2 .wpb_column {
    width: 50%;
    margin-bottom: 30px;
  }
  .boxes-style-2 .wpb_column .vc_column-inner {
    width: 100%;
  }
}
.green-callout h2 {
  color: #FFF;
}
@media (max-width: 991px) {
  .green-callout h2 br {
    display: none;
  }
}
@media (min-width: 992px) {
  .green-callout h2 {
    line-height: 55px;
  }
}

.green-callout h4 {
  color: #040030;
}

.green-arrow-boxes {
  padding-left: 45px;
}
@media (min-width: 992px) {
  .green-arrow-boxes {
    padding-left: 80px;
  }
}
.green-arrow-boxes h3 {
  margin-bottom: 5px;
}
.green-arrow-boxes .wpb_text_column {
  min-height: 144px;
  display: flex;
  align-items: center;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 19.9px -1px rgba(0, 0, 0, 0.1);
  padding: 20px 24px 20px 50px;
  padding: 20px 32px 20px 62px;
  position: relative;
}
@media (min-width: 992px) {
  .green-arrow-boxes .wpb_text_column {
    padding: 20px 32px 20px 62px;
  }
}
.green-arrow-boxes .wpb_text_column:before {
  background: url(../../../images/green-arrow-ico.svg) no-repeat center;
  content: "";
  height: 60px;
  width: 60px;
  position: absolute;
  left: -30px;
}

.p-18 p {
  font-size: 18px;
}

.vc_tta-color-white .vc_tta-panel {
  border: 2px solid rgba(23, 18, 75, 0.16);
}

.wpb-js-composer .vc_tta-panel .vc_tta-panel-title .vc_tta-controls-icon:before, .wpb-js-composer .vc_toggle_default.vc_toggle_color_default .vc_toggle_title h4:before {
  background: url(../../../images/accordion-arrow.svg) no-repeat center;
  content: "";
  height: 25px;
  width: 25px;
}

#main .recent-posts article {
  padding-left: 15px;
  padding-right: 15px;
}

.vc_tta .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before {
  transform: none !important;
}

body .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a, body .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  color: #363356 !important;
  font-size: 25px !important;
}
body .wpb-js-composer #content .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body, body .wpb-js-composer #content .vc_toggle_size_md.vc_toggle_default .vc_toggle_content {
  border: 0px !important;
}

.recognition-boxes {
  display: flex;
  flex-wrap: wrap;
}
.recognition-boxes h3 {
  color: #07B862;
  padding-bottom: 5px;
}
.recognition-boxes .column_container {
  margin-bottom: 30px;
  height: auto;
  display: flex;
  min-height: 150px;
}
@media (min-width: 768px) {
  .recognition-boxes .column_container {
    min-height: 200px;
  }
}
@media (max-width: 767px) {
  .recognition-boxes .column_container {
    width: 100%;
  }
}
.recognition-boxes .vc_column-inner {
  background-color: #FFF;
  padding: 20px;
  padding-top: 20px;
  box-shadow: 0px 4px 21.2px rgba(0, 0, 0, 0.16);
  width: 100%;
}
@media (min-width: 768px) {
  .recognition-boxes .vc_column-inner {
    padding: 30px;
    padding-top: 38px;
  }
}
.recognition-boxes .no-background .vc_column-inner {
  background: transparent;
  box-shadow: none;
}
.recognition-boxes p {
  line-height: 1.2;
}
@media (min-width: 768px) {
  .recognition-boxes p {
    line-height: 1.4;
  }
}
.recognition-boxes .bottom {
  position: absolute;
  bottom: 0px;
}
.recognition-boxes .bottom p {
  color: #353356;
  font-weight: 400;
  font-size: 18px;
}

.recognition-boxes-2 h3 {
  color: #353356;
  margin-bottom: 0px;
}
.recognition-boxes-2 p {
  color: #07B862;
  font-weight: 600;
  padding-bottom: 15px;
}
.recognition-boxes-2 .bottom p {
  padding: 0px;
}

.show-more-container {
  display: flex;
  overflow: visible;
}

.collapse:not(.show) {
  display: none;
}

.collapse.show {
  display: flex !important;
}

body .vc_btn3.vc_btn3-color-success.vc_btn3-style-modern.active, body .vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:active,
body .vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:focus {
  color: #fff;
  border-color: #07B862;
  background-color: #07B862;
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:active {
  background-color: #07B862;
}

.logo-bg-fade:before {
  background-image: url(../../../images/logo-bg-faded.svg);
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-position: top -1090px center;
  height: 110%;
}

#content .gform-theme--framework .gform_validation_errors {
  background-color: rgba(255, 255, 255, 0.1);
}

#content .gform-theme--framework .gform_validation_errors .gform_submission_error,
#content .gform .gfield_description.gfield_validation_message {
  color: #de6a50;
}

#content .gform-theme--framework .gfield_error input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  color: #e47761;
}

.parallax-wrapper {
  /* Front image (last) is absolutely positioned */
  /* Fade + slight lift when entering view */
}
@media (max-width: 767px) {
  .parallax-wrapper {
    padding-bottom: 60px;
  }
}
.parallax-wrapper .wpb_single_image {
  position: relative;
  width: min(250px, 100%);
  will-change: transform;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s linear;
}
@media (min-width: 768px) {
  .parallax-wrapper .wpb_single_image {
    width: min(550px, 60%);
  }
}
@media (min-width: 1200px) {
  .parallax-wrapper .wpb_single_image {
    width: min(620px, 100%);
  }
}
.parallax-wrapper .wpb_wrapper {
  position: relative;
}
.parallax-wrapper .wpb_single_image:first-child {
  position: relative;
  z-index: 1;
  left: 0;
}
.parallax-wrapper .wpb_single_image:last-child {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .parallax-wrapper .wpb_single_image:last-child {
    left: 90px;
    right: initial;
    bottom: -90px;
  }
}
@media (min-width: 768px) {
  .parallax-wrapper .wpb_single_image:last-child {
    transform: translateY(34%);
  }
}
.parallax-wrapper .wpb_single_image:last-child .vc_figure {
  box-shadow: 4.84642px 9.69283px 40.3868px rgba(0, 0, 0, 0.15);
}
.parallax-wrapper .vc_single_image-wrapper {
  opacity: 0;
}
.parallax-wrapper.img-right-padding > .vc_column-inner {
  padding-right: 15px;
}
@media (min-width: 992px) {
  .parallax-wrapper.img-right-padding > .vc_column-inner {
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .parallax-wrapper.img-right-padding > .vc_column-inner {
    padding-right: 70px;
  }
}
.parallax-wrapper .vc_single_image-wrapper {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  opacity: 0;
  transform: translate3d(0, 16px, 0);
}
.parallax-wrapper .vc_single_image-wrapper.animate-it {
  animation: fadeLift 700ms ease-out forwards;
}

#content .hero-section > .row {
  overflow: visible;
}

/*********** Homepage Mobile - START ***********/
@media (max-width: 767px) {
  #widget-footer .panel-heading {
    display: block;
  }
  .img-right-padding {
    padding-bottom: 110px;
  }
}
/*********** Homepage Mobile - END ***********/
/*********** Why Bondurant - START ***********/
@media (max-width: 767px) {
  .single-post .intro-section .row {
    display: block;
  }
  #content .capabilities-feed .more-link {
    bottom: -15px;
  }
  .page-template-people .navbar-header, .blog .navbar-header {
    background: #17124B;
  }
  #content .hero-section .parallax-wrapper .wpb_single_image:last-child {
    transform: none;
  }
}
@keyframes fadeLift {
  from {
    opacity: 0;
    transform: translate3d(0, 16px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/* Respect reduced motion */

/*# sourceMappingURL=styles.css.map */