/*
Theme Name:          ACI Divi Child Theme
Theme URI:           https://bitbucket.org/developer/aci-divi-child-theme
Version:             0.3.2
Description:         Child theme of Divi with frontend and backend customizations for ACI.
Author:              ACI Information Group
Template:            Divi
Template Version:    2.7.6
BitBucket Theme URI: https://bitbucket.org/developer/aci-divi-child-theme
BitBucket Branch:    master
*/

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #323235;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #0091da;
  text-decoration: none;
}
a:hover, a:focus {
  color: #005e8d;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 3px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -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;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeef;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

body {
  font-weight: normal;
}

a.et_pb_button:hover {
  text-decoration: none;
}

.clearfix.divider {
  margin-bottom: 1.5em;
}

.wp-caption {
  border: 0;
  background: transparent;
  font-size: 12px;
  color: #96979c;
  padding: 0;
}
.wp-caption.alignleft {
  margin: 0 10px 0 0;
}
.wp-caption.alignright {
  margin: 0 0 0 10px;
}

.search-result .headline {
  font-size: 18px;
  padding-bottom: 5px;
}
.search-result .dateline, #left-area .search-result .post-meta {
  padding-bottom: 5px;
  margin-bottom: 0;
}
.search-result .excerpt {
  font-size: 12px;
}

.hungryfeed_items, .search-result-grid {
  padding: 20px 0 0 0;
}
.hungryfeed_items:before, .hungryfeed_items:after, .search-result-grid:before, .search-result-grid:after {
  content: " ";
  display: table;
}
.hungryfeed_items:after, .search-result-grid:after {
  clear: both;
}
.hungryfeed_items .search-result, .search-result-grid .search-result {
  padding-bottom: 20px;
}
@media only screen and (min-width: 981px) {
  .hungryfeed_items .search-result, .search-result-grid .search-result {
    float: left;
    width: 33.333%;
    padding: 0 20px 20px 0;
  }
  .hungryfeed_items .search-result:nth-child(3n+1), .search-result-grid .search-result:nth-child(3n+1) {
    clear: left;
  }
}

.et_pb_post {
  margin-bottom: 20px;
}

#footer, #main-footer {
  background-color: #eeeeef;
  color: #323235;
  border-top: 1px solid #d4d4d6;
  padding: 30px 0;
}
#footer a, #main-footer a {
  color: #297299;
  position: relative;
}
#footer a:hover, #main-footer a:hover, #footer a:active, #main-footer a:active, #footer a:focus, #main-footer a:focus {
  color: #212224;
  text-decoration: none;
}
#footer a:hover .fa.fa-square, #main-footer a:hover .fa.fa-square, #footer a:active .fa.fa-square, #main-footer a:active .fa.fa-square, #footer a:focus .fa.fa-square, #main-footer a:focus .fa.fa-square {
  display: inline-block;
}
#footer a .fa.fa-square, #main-footer a .fa.fa-square {
  display: none;
  position: absolute;
  top: 0;
  left: -12px;
  line-height: 16px;
  font-size: 8px;
}
#footer strong, #main-footer strong {
  font-weight: 200;
  font-size: 1.3em;
}
#footer hr, #main-footer hr {
  border-top-color: #e1e1e3;
}
#footer .mobile-badges li, #main-footer .mobile-badges li {
  padding: 5px 0 0;
}
#footer .tagline, #main-footer .tagline {
  background-color: white;
  border-bottom: 1px solid #e1e1e3;
  font-family: Hind, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-top: -30px;
  margin-bottom: 30px;
  padding: 20px 16px;
}
@media print {
  #footer .tagline, #main-footer .tagline {
    margin-top: 0;
  }
}
#footer .tagline img, #main-footer .tagline img {
  max-height: 40px;
}
#footer .tagline img.match-text-height, #main-footer .tagline img.match-text-height {
  max-height: 14px;
}

@media (max-width: 750px) {
  .has-bottom-toolbar-xs #footer, .has-bottom-toolbar-xs #main-footer {
    padding-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .has-bottom-toolbar-sm #footer, .has-bottom-toolbar-sm #main-footer {
    padding-bottom: 50px;
  }
}
@media (max-width: 1200px) {
  .has-bottom-toolbar-md #footer, .has-bottom-toolbar-md #main-footer {
    padding-bottom: 50px;
  }
}
.has-bottom-toolbar-lg #footer, .has-bottom-toolbar-lg #main-footer {
  padding-bottom: 50px;
}

#main-footer #footer-widgets {
  padding-top: 0;
}
#main-footer #footer-widgets .footer-widget {
  line-height: 20px;
}
#main-footer #footer-widgets .footer-widget .widget_nav_menu {
  float: none;
  margin-bottom: 40px;
}
#main-footer #footer-widgets .footer-widget li {
  padding-left: 0;
}
#main-footer #footer-widgets .footer-widget li:before {
  display: none;
}
#main-footer #footer-widgets .footer-widget li a:before {
  display: none;
  position: absolute;
  top: 0;
  left: -12px;
  font-family: FontAwesome;
  font-size: 8px;
  content: "\f0c8";
}
#main-footer #footer-widgets .footer-widget li a:hover {
  color: #212224;
}
#main-footer #footer-widgets .footer-widget li a:hover:before {
  display: block;
}
#main-footer #footer-widgets .footer-widget li a[href*="play.google.com"]:hover:before, #main-footer #footer-widgets .footer-widget li a[href*="itunes.apple.com"]:hover:before {
  display: none;
}
#main-footer #footer-widgets .footer-widget .codie-award {
  display: block;
  width: 150px;
  text-align: center;
}
#main-footer #footer-widgets .footer-widget .codie-award img {
  max-width: 150px;
}
#main-footer #footer-widgets .footer-widget .codie-award small {
  display: block;
  margin-top: -10px;
  line-height: 1.5em;
}

.logo-gallery.et_pb_gallery {
  pointer-events: none;
}
.logo-gallery.et_pb_gallery.pull-right {
  float: right;
  width: 250px;
}
.logo-gallery.et_pb_gallery .et-pb-slider-arrows, .logo-gallery.et_pb_gallery .et-pb-controllers {
  display: none;
}
.logo-gallery.et_pb_gallery .et_pb_gallery_image {
  line-height: 100px;
  height: 100px;
  text-align: center;
}
.logo-gallery.et_pb_gallery .et_pb_gallery_image img {
  width: auto;
  max-width: 200px;
  max-height: 100px;
  vertical-align: middle;
}

#top-menu li li a {
  width: 240px;
}

.nav li ul {
  width: 280px;
}

#main-header {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiNkNGRmZTMiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZDRkZmUzIiBzdG9wLW9wYWNpdHk9IjAuMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, rgba(212, 223, 227, 0)), color-stop(100%, rgba(212, 223, 227, 0.3)));
  background-image: -moz-linear-gradient(top, rgba(212, 223, 227, 0) 40%, rgba(212, 223, 227, 0.3) 100%);
  background-image: -webkit-linear-gradient(top, rgba(212, 223, 227, 0) 40%, rgba(212, 223, 227, 0.3) 100%);
  background-image: linear-gradient(to bottom, rgba(212, 223, 227, 0) 40%, rgba(212, 223, 227, 0.3) 100%);
  background-color: #f3f6f7;
  border-bottom: 1px solid #d4dfe3;
}

.et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container,
.et_fixed_nav.et_show_nav #page-container {
  padding-top: 54px;
}

.posts-compact-list .display-posts-listing {
  list-style-type: none !important;
  padding: 0 !important;
}
.posts-compact-list .listing-item {
  margin-bottom: 10px;
}
.posts-compact-list .listing-item h5 {
  margin: 0;
  padding: 0;
}
.posts-compact-list .listing-item .post-meta {
  font-size: 12px;
}
.posts-compact-list.posts-titles-only .listing-item {
  margin-bottom: 20px;
}

.section-royal {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA5MTUwNiIgeTE9IjAuMTU4NDk0IiB4Mj0iMS4wOTE1MDYiIHkyPSIwLjg0MTUwNiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFkMWQ3MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNmMmFhNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(330deg, #1d1d72, #3f2aa7);
  background-image: -webkit-linear-gradient(330deg, #1d1d72, #3f2aa7);
  background-image: linear-gradient(120deg, #1d1d72, #3f2aa7);
}
.section-royal .dark-ribbon {
  background-color: rgba(0, 0, 0, 0.25);
  border-top: 1px solid #17175d;
  border-bottom: 1px solid #3f2aa7;
}

.section-primary {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA5MTUwNiIgeTE9IjAuMTU4NDk0IiB4Mj0iMS4wOTE1MDYiIHkyPSIwLjg0MTUwNiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEyM2Q1MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFmNTM4OCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(330deg, #123d52, #1f5388);
  background-image: -webkit-linear-gradient(330deg, #123d52, #1f5388);
  background-image: linear-gradient(120deg, #123d52, #1f5388);
}
.section-primary .dark-ribbon {
  background-color: rgba(0, 0, 0, 0.25);
  border-top: 1px solid #0e2d3d;
  border-bottom: 1px solid #1f5388;
}

.section-info {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA5MTUwNiIgeTE9IjAuMTU4NDk0IiB4Mj0iMS4wOTE1MDYiIHkyPSIwLjg0MTUwNiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM4YTZiOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYzYWVjZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(330deg, #38a6b8, #63aecf);
  background-image: -webkit-linear-gradient(330deg, #38a6b8, #63aecf);
  background-image: linear-gradient(120deg, #38a6b8, #63aecf);
}
.section-info .dark-ribbon {
  background-color: rgba(0, 0, 0, 0.25);
  border-top: 1px solid #3294a4;
  border-bottom: 1px solid #63aecf;
}

.section-success {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA5MTUwNiIgeTE9IjAuMTU4NDk0IiB4Mj0iMS4wOTE1MDYiIHkyPSIwLjg0MTUwNiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVmOTM0NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzcxYjc2MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(330deg, #5f9344, #71b763);
  background-image: -webkit-linear-gradient(330deg, #5f9344, #71b763);
  background-image: linear-gradient(120deg, #5f9344, #71b763);
}
.section-success .dark-ribbon {
  background-color: rgba(0, 0, 0, 0.25);
  border-top: 1px solid #54823c;
  border-bottom: 1px solid #71b763;
}

.section-warning {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA5MTUwNiIgeTE9IjAuMTU4NDk0IiB4Mj0iMS4wOTE1MDYiIHkyPSIwLjg0MTUwNiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M3OGIwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZGUwYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(330deg, #c78b00, #ffde0a);
  background-image: -webkit-linear-gradient(330deg, #c78b00, #ffde0a);
  background-image: linear-gradient(120deg, #c78b00, #ffde0a);
}
.section-warning .dark-ribbon {
  background-color: rgba(0, 0, 0, 0.25);
  border-top: 1px solid #ae7a00;
  border-bottom: 1px solid #ffde0a;
}

.section-danger {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA5MTUwNiIgeTE9IjAuMTU4NDk0IiB4Mj0iMS4wOTE1MDYiIHkyPSIwLjg0MTUwNiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg5MDgwYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M3MjkwYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(330deg, #89080a, #c7290c);
  background-image: -webkit-linear-gradient(330deg, #89080a, #c7290c);
  background-image: linear-gradient(120deg, #89080a, #c7290c);
}
.section-danger .dark-ribbon {
  background-color: rgba(0, 0, 0, 0.25);
  border-top: 1px solid #710708;
  border-bottom: 1px solid #c7290c;
}

.dark-ribbon.et_pb_row_fullwidth {
  width: 100% !important;
  max-width: 100% !important;
}

.slider-royal .et_pb_slide .et_pb_slide_overlay_container {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA5MTUwNiIgeTE9IjAuMTU4NDk0IiB4Mj0iMS4wOTE1MDYiIHkyPSIwLjg0MTUwNiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFkMWQ3MiIgc3RvcC1vcGFjaXR5PSIwLjYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZjJhYTciIHN0b3Atb3BhY2l0eT0iMC42Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(330deg, rgba(29, 29, 114, 0.6), rgba(63, 42, 167, 0.6));
  background-image: -webkit-linear-gradient(330deg, rgba(29, 29, 114, 0.6), rgba(63, 42, 167, 0.6));
  background-image: linear-gradient(120deg, rgba(29, 29, 114, 0.6), rgba(63, 42, 167, 0.6));
}

.slider-primary .et_pb_slide .et_pb_slide_overlay_container {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA5MTUwNiIgeTE9IjAuMTU4NDk0IiB4Mj0iMS4wOTE1MDYiIHkyPSIwLjg0MTUwNiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEyM2Q1MiIgc3RvcC1vcGFjaXR5PSIwLjYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZjUzODgiIHN0b3Atb3BhY2l0eT0iMC42Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(330deg, rgba(18, 61, 82, 0.6), rgba(31, 83, 136, 0.6));
  background-image: -webkit-linear-gradient(330deg, rgba(18, 61, 82, 0.6), rgba(31, 83, 136, 0.6));
  background-image: linear-gradient(120deg, rgba(18, 61, 82, 0.6), rgba(31, 83, 136, 0.6));
}

.slider-info .et_pb_slide .et_pb_slide_overlay_container {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA5MTUwNiIgeTE9IjAuMTU4NDk0IiB4Mj0iMS4wOTE1MDYiIHkyPSIwLjg0MTUwNiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM4YTZiOCIgc3RvcC1vcGFjaXR5PSIwLjYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2M2FlY2YiIHN0b3Atb3BhY2l0eT0iMC42Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(330deg, rgba(56, 166, 184, 0.6), rgba(99, 174, 207, 0.6));
  background-image: -webkit-linear-gradient(330deg, rgba(56, 166, 184, 0.6), rgba(99, 174, 207, 0.6));
  background-image: linear-gradient(120deg, rgba(56, 166, 184, 0.6), rgba(99, 174, 207, 0.6));
}

.slider-success .et_pb_slide .et_pb_slide_overlay_container {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA5MTUwNiIgeTE9IjAuMTU4NDk0IiB4Mj0iMS4wOTE1MDYiIHkyPSIwLjg0MTUwNiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVmOTM0NCIgc3RvcC1vcGFjaXR5PSIwLjYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MWI3NjMiIHN0b3Atb3BhY2l0eT0iMC42Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(330deg, rgba(95, 147, 68, 0.6), rgba(113, 183, 99, 0.6));
  background-image: -webkit-linear-gradient(330deg, rgba(95, 147, 68, 0.6), rgba(113, 183, 99, 0.6));
  background-image: linear-gradient(120deg, rgba(95, 147, 68, 0.6), rgba(113, 183, 99, 0.6));
}

.slider-warning .et_pb_slide .et_pb_slide_overlay_container {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA5MTUwNiIgeTE9IjAuMTU4NDk0IiB4Mj0iMS4wOTE1MDYiIHkyPSIwLjg0MTUwNiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M3OGIwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmRlMGEiIHN0b3Atb3BhY2l0eT0iMC42Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(330deg, rgba(199, 139, 0, 0.6), rgba(255, 222, 10, 0.6));
  background-image: -webkit-linear-gradient(330deg, rgba(199, 139, 0, 0.6), rgba(255, 222, 10, 0.6));
  background-image: linear-gradient(120deg, rgba(199, 139, 0, 0.6), rgba(255, 222, 10, 0.6));
}

.slider-danger .et_pb_slide .et_pb_slide_overlay_container {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA5MTUwNiIgeTE9IjAuMTU4NDk0IiB4Mj0iMS4wOTE1MDYiIHkyPSIwLjg0MTUwNiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg5MDgwYSIgc3RvcC1vcGFjaXR5PSIwLjYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNzI5MGMiIHN0b3Atb3BhY2l0eT0iMC42Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(330deg, rgba(137, 8, 10, 0.6), rgba(199, 41, 12, 0.6));
  background-image: -webkit-linear-gradient(330deg, rgba(137, 8, 10, 0.6), rgba(199, 41, 12, 0.6));
  background-image: linear-gradient(120deg, rgba(137, 8, 10, 0.6), rgba(199, 41, 12, 0.6));
}

.text-twitter {
  color: #55acee;
}

.text-facebook {
  color: #3b5998;
}

.text-linkedin {
  color: #0977b5;
}

.text-google-plus {
  color: #dd4b39;
}

.text-academia-edu {
  color: #1a3e58;
}

.text-isni {
  color: #399dfc;
}

.text-orcid {
  color: #a6ce39;
}

.text-scopus {
  color: #e9711c;
}

.text-klout {
  color: #e67d69;
}

.text-newstex {
  color: #F78F1E;
}

h1, h2, h3, h4, h5, h6 {
  color: #2e2e89;
  font-family: Hind, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

h1, h2, h3 {
  font-weight: 200;
}

.page-header h1 {
  font-size: 48px;
}

.et_pb_bg_layout_dark a {
  color: #74d0ff;
}
.et_pb_bg_layout_dark a.et_pb_button {
  color: white;
}
.et_pb_bg_layout_dark h1 a, .et_pb_bg_layout_dark h2 a, .et_pb_bg_layout_dark h3 a, .et_pb_bg_layout_dark h4 a, .et_pb_bg_layout_dark h5 a, .et_pb_bg_layout_dark h6 a {
  color: white;
}

small, .text-small {
  font-size: 12px;
}

big, .text-big {
  font-size: 18px;
}

.links-royal a, a.links-royal {
  color: #2e2e89;
}
.links-royal a:hover, a.links-royal:hover {
  color: #1b1b50;
}

.links-cta a, a.links-cta {
  color: #ea8715;
}
.links-cta a:hover, a.links-cta:hover {
  color: #a45f0f;
}

.aci-bise-install, .aci-bise-if-installed {
  display: none !important;
}

.chrome .aci-bise-install-chrome,
.gecko .aci-bise-install-firefox,
.safari .aci-bise-install-safari,
.et-fb .aci-bise-install {
  display: inline-block !important;
}

.aci-bise-installed .aci-bise-if-installed {
  display: block !important;
}
.aci-bise-installed .aci-bise-install {
  display: none !important;
}

.fsBody {
  padding: 0;
  margin: 0;
}
.fsBody * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fsBody *:before,
.fsBody *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fsBody html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
.fsBody body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #323235;
  background-color: #fff;
}
.fsBody input,
.fsBody button,
.fsBody select,
.fsBody textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.fsBody a {
  color: #0091da;
  text-decoration: none;
}
.fsBody a:hover, .fsBody a:focus {
  color: #005e8d;
  text-decoration: underline;
}
.fsBody a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.fsBody figure {
  margin: 0;
}
.fsBody img {
  vertical-align: middle;
}
.fsBody .img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.fsBody .img-rounded {
  border-radius: 3px;
}
.fsBody .img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -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;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.fsBody .img-circle {
  border-radius: 50%;
}
.fsBody hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeef;
}
.fsBody .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.fsBody .sr-only-focusable:active, .fsBody .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.fsBody h1, .fsBody h2, .fsBody h3, .fsBody h4, .fsBody h5, .fsBody h6,
.fsBody .h1, .fsBody .h2, .fsBody .h3, .fsBody .h4, .fsBody .h5, .fsBody .h6 {
  font-family: Hind, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.fsBody h1 small,
.fsBody h1 .small, .fsBody h2 small,
.fsBody h2 .small, .fsBody h3 small,
.fsBody h3 .small, .fsBody h4 small,
.fsBody h4 .small, .fsBody h5 small,
.fsBody h5 .small, .fsBody h6 small,
.fsBody h6 .small,
.fsBody .h1 small,
.fsBody .h1 .small, .fsBody .h2 small,
.fsBody .h2 .small, .fsBody .h3 small,
.fsBody .h3 .small, .fsBody .h4 small,
.fsBody .h4 .small, .fsBody .h5 small,
.fsBody .h5 .small, .fsBody .h6 small,
.fsBody .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #96979c;
}
.fsBody h1, .fsBody .h1,
.fsBody h2, .fsBody .h2,
.fsBody h3, .fsBody .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.fsBody h1 small,
.fsBody h1 .small, .fsBody .h1 small,
.fsBody .h1 .small,
.fsBody h2 small,
.fsBody h2 .small, .fsBody .h2 small,
.fsBody .h2 .small,
.fsBody h3 small,
.fsBody h3 .small, .fsBody .h3 small,
.fsBody .h3 .small {
  font-size: 65%;
}
.fsBody h4, .fsBody .h4,
.fsBody h5, .fsBody .h5,
.fsBody h6, .fsBody .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.fsBody h4 small,
.fsBody h4 .small, .fsBody .h4 small,
.fsBody .h4 .small,
.fsBody h5 small,
.fsBody h5 .small, .fsBody .h5 small,
.fsBody .h5 .small,
.fsBody h6 small,
.fsBody h6 .small, .fsBody .h6 small,
.fsBody .h6 .small {
  font-size: 75%;
}
.fsBody h1, .fsBody .h1 {
  font-size: 36px;
}
.fsBody h2, .fsBody .h2 {
  font-size: 30px;
}
.fsBody h3, .fsBody .h3 {
  font-size: 24px;
}
.fsBody h4, .fsBody .h4 {
  font-size: 18px;
}
.fsBody h5, .fsBody .h5 {
  font-size: 14px;
}
.fsBody h6, .fsBody .h6 {
  font-size: 12px;
}
.fsBody p {
  margin: 0 0 10px;
}
.fsBody .lead, .fsBody .short-message p:first-of-type, .short-message .fsBody p:first-of-type {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 750px) {
  .fsBody .lead, .fsBody .short-message p:first-of-type, .short-message .fsBody p:first-of-type {
    font-size: 21px;
  }
}
.fsBody small,
.fsBody .small {
  font-size: 85%;
}
.fsBody cite {
  font-style: normal;
}
.fsBody mark,
.fsBody .mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.fsBody .text-left {
  text-align: left;
}
.fsBody .text-right {
  text-align: right;
}
.fsBody .text-center {
  text-align: center;
}
.fsBody .text-justify {
  text-align: justify;
}
.fsBody .text-nowrap {
  white-space: nowrap;
}
.fsBody .text-lowercase {
  text-transform: lowercase;
}
.fsBody .text-uppercase {
  text-transform: uppercase;
}
.fsBody .text-capitalize {
  text-transform: capitalize;
}
.fsBody .text-muted {
  color: #96979c;
}
.fsBody .text-primary {
  color: #21536c;
}
.fsBody a.text-primary:hover {
  color: #153545;
}
.fsBody .text-success {
  color: #3c763d;
}
.fsBody a.text-success:hover {
  color: #2b542c;
}
.fsBody .text-info {
  color: #31708f;
}
.fsBody a.text-info:hover {
  color: #245269;
}
.fsBody .text-warning {
  color: #8a6d3b;
}
.fsBody a.text-warning:hover {
  color: #66512c;
}
.fsBody .text-danger {
  color: #a94442;
}
.fsBody a.text-danger:hover {
  color: #843534;
}
.fsBody .bg-primary {
  color: #fff;
}
.fsBody .bg-primary {
  background-color: #21536c;
}
.fsBody a.bg-primary:hover {
  background-color: #153545;
}
.fsBody .bg-success {
  background-color: #dff0d8;
}
.fsBody a.bg-success:hover {
  background-color: #c1e2b3;
}
.fsBody .bg-info {
  background-color: #d9edf7;
}
.fsBody a.bg-info:hover {
  background-color: #afd9ee;
}
.fsBody .bg-warning {
  background-color: #fcf8e3;
}
.fsBody a.bg-warning:hover {
  background-color: #f7ecb5;
}
.fsBody .bg-danger {
  background-color: #f2dede;
}
.fsBody a.bg-danger:hover {
  background-color: #e4b9b9;
}
.fsBody .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeef;
}
.fsBody ul,
.fsBody ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.fsBody ul ul,
.fsBody ul ol,
.fsBody ol ul,
.fsBody ol ol {
  margin-bottom: 0;
}
.fsBody .list-unstyled, .fsBody .list-inline {
  padding-left: 0;
  list-style: none;
}
.fsBody .list-inline {
  margin-left: -5px;
}
.fsBody .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.fsBody dl {
  margin-top: 0;
  margin-bottom: 20px;
}
.fsBody dt,
.fsBody dd {
  line-height: 1.428571429;
}
.fsBody dt {
  font-weight: bold;
}
.fsBody dd {
  margin-left: 0;
}
.fsBody .dl-horizontal dd:before, .fsBody .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.fsBody .dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 750px) {
  .fsBody .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .fsBody .dl-horizontal dd {
    margin-left: 180px;
  }
}
.fsBody abbr[title],
.fsBody abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #96979c;
}
.fsBody .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.fsBody blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeef;
}
.fsBody blockquote p:last-child,
.fsBody blockquote ul:last-child,
.fsBody blockquote ol:last-child {
  margin-bottom: 0;
}
.fsBody blockquote footer,
.fsBody blockquote small,
.fsBody blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #96979c;
}
.fsBody blockquote footer:before,
.fsBody blockquote small:before,
.fsBody blockquote .small:before {
  content: '\2014 \00A0';
}
.fsBody .blockquote-reverse,
.fsBody blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeef;
  border-left: 0;
  text-align: right;
}
.fsBody .blockquote-reverse footer:before,
.fsBody .blockquote-reverse small:before,
.fsBody .blockquote-reverse .small:before,
.fsBody blockquote.pull-right footer:before,
.fsBody blockquote.pull-right small:before,
.fsBody blockquote.pull-right .small:before {
  content: '';
}
.fsBody .blockquote-reverse footer:after,
.fsBody .blockquote-reverse small:after,
.fsBody .blockquote-reverse .small:after,
.fsBody blockquote.pull-right footer:after,
.fsBody blockquote.pull-right small:after,
.fsBody blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
.fsBody blockquote:before,
.fsBody blockquote:after {
  content: "";
}
.fsBody address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
.fsBody fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.fsBody legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #323235;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.fsBody label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.fsBody input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fsBody input[type="radio"],
.fsBody input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.fsBody input[type="file"] {
  display: block;
}
.fsBody input[type="range"] {
  display: block;
  width: 100%;
}
.fsBody select[multiple],
.fsBody select[size] {
  height: auto;
}
.fsBody input[type="file"]:focus,
.fsBody input[type="radio"]:focus,
.fsBody input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.fsBody output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #535458;
}
.fsBody .form-control, .fsBody .fsForm input[type=text].fsRequired, .fsBody .fsForm input[type=text].fsField, .fsBody .fsForm input[type=text].fsOtherField, .fsBody .fsForm input[type=number].fsRequired, .fsBody .fsForm input[type=number].fsField, .fsBody .fsForm input[type=number].fsOtherField, .fsBody .fsForm input[type=email].fsRequired, .fsBody .fsForm input[type=email].fsField, .fsBody .fsForm input[type=email].fsOtherField, .fsBody .fsForm input[type=tel].fsRequired, .fsBody .fsForm input[type=tel].fsField, .fsBody .fsForm input[type=tel].fsOtherField, .fsBody .fsForm textarea.fsRequired, .fsBody .fsForm textarea.fsField, .fsBody .fsForm textarea.fsOtherField, .fsBody .fsForm select.fsRequired, .fsBody .fsForm select.fsField, .fsBody .fsForm select.fsOtherField {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #535458;
  background-color: #fff;
  background-image: none;
  border: 1px solid #21536c;
  border-radius: 2px;
  -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;
}
.fsBody .form-control:focus, .fsBody .fsForm input[type=text].fsRequired:focus, .fsBody .fsForm input[type=text].fsField:focus, .fsBody .fsForm input[type=text].fsOtherField:focus, .fsBody .fsForm input[type=number].fsRequired:focus, .fsBody .fsForm input[type=number].fsField:focus, .fsBody .fsForm input[type=number].fsOtherField:focus, .fsBody .fsForm input[type=email].fsRequired:focus, .fsBody .fsForm input[type=email].fsField:focus, .fsBody .fsForm input[type=email].fsOtherField:focus, .fsBody .fsForm input[type=tel].fsRequired:focus, .fsBody .fsForm input[type=tel].fsField:focus, .fsBody .fsForm input[type=tel].fsOtherField:focus, .fsBody .fsForm textarea.fsRequired:focus, .fsBody .fsForm textarea.fsField:focus, .fsBody .fsForm textarea.fsOtherField:focus, .fsBody .fsForm select.fsRequired:focus, .fsBody .fsForm select.fsField:focus, .fsBody .fsForm select.fsOtherField:focus {
  border-color: #2d7193;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), inset 0 1px 6px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(45, 113, 147, 0.15);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), inset 0 1px 6px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(45, 113, 147, 0.15);
}
.fsBody .form-control::-moz-placeholder, .fsBody .fsForm input[type=text].fsRequired::-moz-placeholder, .fsBody .fsForm input[type=text].fsField::-moz-placeholder, .fsBody .fsForm input[type=text].fsOtherField::-moz-placeholder, .fsBody .fsForm input[type=number].fsRequired::-moz-placeholder, .fsBody .fsForm input[type=number].fsField::-moz-placeholder, .fsBody .fsForm input[type=number].fsOtherField::-moz-placeholder, .fsBody .fsForm input[type=email].fsRequired::-moz-placeholder, .fsBody .fsForm input[type=email].fsField::-moz-placeholder, .fsBody .fsForm input[type=email].fsOtherField::-moz-placeholder, .fsBody .fsForm input[type=tel].fsRequired::-moz-placeholder, .fsBody .fsForm input[type=tel].fsField::-moz-placeholder, .fsBody .fsForm input[type=tel].fsOtherField::-moz-placeholder, .fsBody .fsForm textarea.fsRequired::-moz-placeholder, .fsBody .fsForm textarea.fsField::-moz-placeholder, .fsBody .fsForm textarea.fsOtherField::-moz-placeholder, .fsBody .fsForm select.fsRequired::-moz-placeholder, .fsBody .fsForm select.fsField::-moz-placeholder, .fsBody .fsForm select.fsOtherField::-moz-placeholder {
  color: #96979c;
  opacity: 1;
}
.fsBody .form-control:-ms-input-placeholder, .fsBody .fsForm input[type=text].fsRequired:-ms-input-placeholder, .fsBody .fsForm input[type=text].fsField:-ms-input-placeholder, .fsBody .fsForm input[type=text].fsOtherField:-ms-input-placeholder, .fsBody .fsForm input[type=number].fsRequired:-ms-input-placeholder, .fsBody .fsForm input[type=number].fsField:-ms-input-placeholder, .fsBody .fsForm input[type=number].fsOtherField:-ms-input-placeholder, .fsBody .fsForm input[type=email].fsRequired:-ms-input-placeholder, .fsBody .fsForm input[type=email].fsField:-ms-input-placeholder, .fsBody .fsForm input[type=email].fsOtherField:-ms-input-placeholder, .fsBody .fsForm input[type=tel].fsRequired:-ms-input-placeholder, .fsBody .fsForm input[type=tel].fsField:-ms-input-placeholder, .fsBody .fsForm input[type=tel].fsOtherField:-ms-input-placeholder, .fsBody .fsForm textarea.fsRequired:-ms-input-placeholder, .fsBody .fsForm textarea.fsField:-ms-input-placeholder, .fsBody .fsForm textarea.fsOtherField:-ms-input-placeholder, .fsBody .fsForm select.fsRequired:-ms-input-placeholder, .fsBody .fsForm select.fsField:-ms-input-placeholder, .fsBody .fsForm select.fsOtherField:-ms-input-placeholder {
  color: #96979c;
}
.fsBody .form-control::-webkit-input-placeholder, .fsBody .fsForm input[type=text].fsRequired::-webkit-input-placeholder, .fsBody .fsForm input[type=text].fsField::-webkit-input-placeholder, .fsBody .fsForm input[type=text].fsOtherField::-webkit-input-placeholder, .fsBody .fsForm input[type=number].fsRequired::-webkit-input-placeholder, .fsBody .fsForm input[type=number].fsField::-webkit-input-placeholder, .fsBody .fsForm input[type=number].fsOtherField::-webkit-input-placeholder, .fsBody .fsForm input[type=email].fsRequired::-webkit-input-placeholder, .fsBody .fsForm input[type=email].fsField::-webkit-input-placeholder, .fsBody .fsForm input[type=email].fsOtherField::-webkit-input-placeholder, .fsBody .fsForm input[type=tel].fsRequired::-webkit-input-placeholder, .fsBody .fsForm input[type=tel].fsField::-webkit-input-placeholder, .fsBody .fsForm input[type=tel].fsOtherField::-webkit-input-placeholder, .fsBody .fsForm textarea.fsRequired::-webkit-input-placeholder, .fsBody .fsForm textarea.fsField::-webkit-input-placeholder, .fsBody .fsForm textarea.fsOtherField::-webkit-input-placeholder, .fsBody .fsForm select.fsRequired::-webkit-input-placeholder, .fsBody .fsForm select.fsField::-webkit-input-placeholder, .fsBody .fsForm select.fsOtherField::-webkit-input-placeholder {
  color: #96979c;
}
.fsBody .form-control[disabled], .fsBody .fsForm input[disabled][type=text].fsRequired, .fsBody .fsForm input[disabled][type=text].fsField, .fsBody .fsForm input[disabled][type=text].fsOtherField, .fsBody .fsForm input[disabled][type=number].fsRequired, .fsBody .fsForm input[disabled][type=number].fsField, .fsBody .fsForm input[disabled][type=number].fsOtherField, .fsBody .fsForm input[disabled][type=email].fsRequired, .fsBody .fsForm input[disabled][type=email].fsField, .fsBody .fsForm input[disabled][type=email].fsOtherField, .fsBody .fsForm input[disabled][type=tel].fsRequired, .fsBody .fsForm input[disabled][type=tel].fsField, .fsBody .fsForm input[disabled][type=tel].fsOtherField, .fsBody .fsForm textarea[disabled].fsRequired, .fsBody .fsForm textarea[disabled].fsField, .fsBody .fsForm textarea[disabled].fsOtherField, .fsBody .fsForm select[disabled].fsRequired, .fsBody .fsForm select[disabled].fsField, .fsBody .fsForm select[disabled].fsOtherField, .fsBody .form-control[readonly], .fsBody .fsForm input[readonly][type=text].fsRequired, .fsBody .fsForm input[readonly][type=text].fsField, .fsBody .fsForm input[readonly][type=text].fsOtherField, .fsBody .fsForm input[readonly][type=number].fsRequired, .fsBody .fsForm input[readonly][type=number].fsField, .fsBody .fsForm input[readonly][type=number].fsOtherField, .fsBody .fsForm input[readonly][type=email].fsRequired, .fsBody .fsForm input[readonly][type=email].fsField, .fsBody .fsForm input[readonly][type=email].fsOtherField, .fsBody .fsForm input[readonly][type=tel].fsRequired, .fsBody .fsForm input[readonly][type=tel].fsField, .fsBody .fsForm input[readonly][type=tel].fsOtherField, .fsBody .fsForm textarea[readonly].fsRequired, .fsBody .fsForm textarea[readonly].fsField, .fsBody .fsForm textarea[readonly].fsOtherField, .fsBody .fsForm select[readonly].fsRequired, .fsBody .fsForm select[readonly].fsField, .fsBody .fsForm select[readonly].fsOtherField, fieldset[disabled] .fsBody .form-control, fieldset[disabled] .fsBody .fsForm input[type=text].fsRequired, fieldset[disabled] .fsBody .fsForm input[type=text].fsField, fieldset[disabled] .fsBody .fsForm input[type=text].fsOtherField, fieldset[disabled] .fsBody .fsForm input[type=number].fsRequired, fieldset[disabled] .fsBody .fsForm input[type=number].fsField, fieldset[disabled] .fsBody .fsForm input[type=number].fsOtherField, fieldset[disabled] .fsBody .fsForm input[type=email].fsRequired, fieldset[disabled] .fsBody .fsForm input[type=email].fsField, fieldset[disabled] .fsBody .fsForm input[type=email].fsOtherField, fieldset[disabled] .fsBody .fsForm input[type=tel].fsRequired, fieldset[disabled] .fsBody .fsForm input[type=tel].fsField, fieldset[disabled] .fsBody .fsForm input[type=tel].fsOtherField, fieldset[disabled] .fsBody .fsForm textarea.fsRequired, fieldset[disabled] .fsBody .fsForm textarea.fsField, fieldset[disabled] .fsBody .fsForm textarea.fsOtherField, fieldset[disabled] .fsBody .fsForm select.fsRequired, fieldset[disabled] .fsBody .fsForm select.fsField, fieldset[disabled] .fsBody .fsForm select.fsOtherField {
  cursor: not-allowed;
  background-color: #eeeeef;
  opacity: 1;
}
.fsBody textarea.form-control, .fsBody .fsForm textarea.fsRequired, .fsBody .fsForm textarea.fsField, .fsBody .fsForm textarea.fsOtherField {
  height: auto;
}
.fsBody input[type="search"] {
  -webkit-appearance: none;
}
.fsBody input[type="date"],
.fsBody input[type="time"],
.fsBody input[type="datetime-local"],
.fsBody input[type="month"] {
  line-height: 34px;
  line-height: 1.428571429 \0;
}
.fsBody input[type="date"].input-sm,
.fsBody input[type="time"].input-sm,
.fsBody input[type="datetime-local"].input-sm,
.fsBody input[type="month"].input-sm {
  line-height: 30px;
}
.fsBody input[type="date"].input-lg,
.fsBody input[type="time"].input-lg,
.fsBody input[type="datetime-local"].input-lg,
.fsBody input[type="month"].input-lg {
  line-height: 46px;
}
.fsBody .form-group {
  margin-bottom: 15px;
}
.fsBody .has-success .help-block, .fsBody .has-success .fsForm .fsSupporting, .fsBody .fsForm .has-success .fsSupporting,
.fsBody .has-success .control-label,
.fsBody .has-success .radio,
.fsBody .has-success .checkbox,
.fsBody .has-success .radio-inline,
.fsBody .has-success .checkbox-inline {
  color: #3c763d;
}
.fsBody .has-success .form-control, .fsBody .has-success .fsForm input[type=text].fsRequired, .fsBody .fsForm .has-success input[type=text].fsRequired, .fsBody .has-success .fsForm input[type=text].fsField, .fsBody .fsForm .has-success input[type=text].fsField, .fsBody .has-success .fsForm input[type=text].fsOtherField, .fsBody .fsForm .has-success input[type=text].fsOtherField, .fsBody .has-success .fsForm input[type=number].fsRequired, .fsBody .fsForm .has-success input[type=number].fsRequired, .fsBody .has-success .fsForm input[type=number].fsField, .fsBody .fsForm .has-success input[type=number].fsField, .fsBody .has-success .fsForm input[type=number].fsOtherField, .fsBody .fsForm .has-success input[type=number].fsOtherField, .fsBody .has-success .fsForm input[type=email].fsRequired, .fsBody .fsForm .has-success input[type=email].fsRequired, .fsBody .has-success .fsForm input[type=email].fsField, .fsBody .fsForm .has-success input[type=email].fsField, .fsBody .has-success .fsForm input[type=email].fsOtherField, .fsBody .fsForm .has-success input[type=email].fsOtherField, .fsBody .has-success .fsForm input[type=tel].fsRequired, .fsBody .fsForm .has-success input[type=tel].fsRequired, .fsBody .has-success .fsForm input[type=tel].fsField, .fsBody .fsForm .has-success input[type=tel].fsField, .fsBody .has-success .fsForm input[type=tel].fsOtherField, .fsBody .fsForm .has-success input[type=tel].fsOtherField, .fsBody .has-success .fsForm textarea.fsRequired, .fsBody .fsForm .has-success textarea.fsRequired, .fsBody .has-success .fsForm textarea.fsField, .fsBody .fsForm .has-success textarea.fsField, .fsBody .has-success .fsForm textarea.fsOtherField, .fsBody .fsForm .has-success textarea.fsOtherField, .fsBody .has-success .fsForm select.fsRequired, .fsBody .fsForm .has-success select.fsRequired, .fsBody .has-success .fsForm select.fsField, .fsBody .fsForm .has-success select.fsField, .fsBody .has-success .fsForm select.fsOtherField, .fsBody .fsForm .has-success select.fsOtherField {
  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);
}
.fsBody .has-success .form-control:focus, .fsBody .has-success .fsForm input[type=text].fsRequired:focus, .fsBody .fsForm .has-success input[type=text].fsRequired:focus, .fsBody .has-success .fsForm input[type=text].fsField:focus, .fsBody .fsForm .has-success input[type=text].fsField:focus, .fsBody .has-success .fsForm input[type=text].fsOtherField:focus, .fsBody .fsForm .has-success input[type=text].fsOtherField:focus, .fsBody .has-success .fsForm input[type=number].fsRequired:focus, .fsBody .fsForm .has-success input[type=number].fsRequired:focus, .fsBody .has-success .fsForm input[type=number].fsField:focus, .fsBody .fsForm .has-success input[type=number].fsField:focus, .fsBody .has-success .fsForm input[type=number].fsOtherField:focus, .fsBody .fsForm .has-success input[type=number].fsOtherField:focus, .fsBody .has-success .fsForm input[type=email].fsRequired:focus, .fsBody .fsForm .has-success input[type=email].fsRequired:focus, .fsBody .has-success .fsForm input[type=email].fsField:focus, .fsBody .fsForm .has-success input[type=email].fsField:focus, .fsBody .has-success .fsForm input[type=email].fsOtherField:focus, .fsBody .fsForm .has-success input[type=email].fsOtherField:focus, .fsBody .has-success .fsForm input[type=tel].fsRequired:focus, .fsBody .fsForm .has-success input[type=tel].fsRequired:focus, .fsBody .has-success .fsForm input[type=tel].fsField:focus, .fsBody .fsForm .has-success input[type=tel].fsField:focus, .fsBody .has-success .fsForm input[type=tel].fsOtherField:focus, .fsBody .fsForm .has-success input[type=tel].fsOtherField:focus, .fsBody .has-success .fsForm textarea.fsRequired:focus, .fsBody .fsForm .has-success textarea.fsRequired:focus, .fsBody .has-success .fsForm textarea.fsField:focus, .fsBody .fsForm .has-success textarea.fsField:focus, .fsBody .has-success .fsForm textarea.fsOtherField:focus, .fsBody .fsForm .has-success textarea.fsOtherField:focus, .fsBody .has-success .fsForm select.fsRequired:focus, .fsBody .fsForm .has-success select.fsRequired:focus, .fsBody .has-success .fsForm select.fsField:focus, .fsBody .fsForm .has-success select.fsField:focus, .fsBody .has-success .fsForm select.fsOtherField:focus, .fsBody .fsForm .has-success select.fsOtherField:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.fsBody .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.fsBody .has-success .form-control-feedback {
  color: #3c763d;
}
.fsBody .has-warning .help-block, .fsBody .has-warning .fsForm .fsSupporting, .fsBody .fsForm .has-warning .fsSupporting,
.fsBody .has-warning .control-label,
.fsBody .has-warning .radio,
.fsBody .has-warning .checkbox,
.fsBody .has-warning .radio-inline,
.fsBody .has-warning .checkbox-inline {
  color: #8a6d3b;
}
.fsBody .has-warning .form-control, .fsBody .has-warning .fsForm input[type=text].fsRequired, .fsBody .fsForm .has-warning input[type=text].fsRequired, .fsBody .has-warning .fsForm input[type=text].fsField, .fsBody .fsForm .has-warning input[type=text].fsField, .fsBody .has-warning .fsForm input[type=text].fsOtherField, .fsBody .fsForm .has-warning input[type=text].fsOtherField, .fsBody .has-warning .fsForm input[type=number].fsRequired, .fsBody .fsForm .has-warning input[type=number].fsRequired, .fsBody .has-warning .fsForm input[type=number].fsField, .fsBody .fsForm .has-warning input[type=number].fsField, .fsBody .has-warning .fsForm input[type=number].fsOtherField, .fsBody .fsForm .has-warning input[type=number].fsOtherField, .fsBody .has-warning .fsForm input[type=email].fsRequired, .fsBody .fsForm .has-warning input[type=email].fsRequired, .fsBody .has-warning .fsForm input[type=email].fsField, .fsBody .fsForm .has-warning input[type=email].fsField, .fsBody .has-warning .fsForm input[type=email].fsOtherField, .fsBody .fsForm .has-warning input[type=email].fsOtherField, .fsBody .has-warning .fsForm input[type=tel].fsRequired, .fsBody .fsForm .has-warning input[type=tel].fsRequired, .fsBody .has-warning .fsForm input[type=tel].fsField, .fsBody .fsForm .has-warning input[type=tel].fsField, .fsBody .has-warning .fsForm input[type=tel].fsOtherField, .fsBody .fsForm .has-warning input[type=tel].fsOtherField, .fsBody .has-warning .fsForm textarea.fsRequired, .fsBody .fsForm .has-warning textarea.fsRequired, .fsBody .has-warning .fsForm textarea.fsField, .fsBody .fsForm .has-warning textarea.fsField, .fsBody .has-warning .fsForm textarea.fsOtherField, .fsBody .fsForm .has-warning textarea.fsOtherField, .fsBody .has-warning .fsForm select.fsRequired, .fsBody .fsForm .has-warning select.fsRequired, .fsBody .has-warning .fsForm select.fsField, .fsBody .fsForm .has-warning select.fsField, .fsBody .has-warning .fsForm select.fsOtherField, .fsBody .fsForm .has-warning select.fsOtherField {
  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);
}
.fsBody .has-warning .form-control:focus, .fsBody .has-warning .fsForm input[type=text].fsRequired:focus, .fsBody .fsForm .has-warning input[type=text].fsRequired:focus, .fsBody .has-warning .fsForm input[type=text].fsField:focus, .fsBody .fsForm .has-warning input[type=text].fsField:focus, .fsBody .has-warning .fsForm input[type=text].fsOtherField:focus, .fsBody .fsForm .has-warning input[type=text].fsOtherField:focus, .fsBody .has-warning .fsForm input[type=number].fsRequired:focus, .fsBody .fsForm .has-warning input[type=number].fsRequired:focus, .fsBody .has-warning .fsForm input[type=number].fsField:focus, .fsBody .fsForm .has-warning input[type=number].fsField:focus, .fsBody .has-warning .fsForm input[type=number].fsOtherField:focus, .fsBody .fsForm .has-warning input[type=number].fsOtherField:focus, .fsBody .has-warning .fsForm input[type=email].fsRequired:focus, .fsBody .fsForm .has-warning input[type=email].fsRequired:focus, .fsBody .has-warning .fsForm input[type=email].fsField:focus, .fsBody .fsForm .has-warning input[type=email].fsField:focus, .fsBody .has-warning .fsForm input[type=email].fsOtherField:focus, .fsBody .fsForm .has-warning input[type=email].fsOtherField:focus, .fsBody .has-warning .fsForm input[type=tel].fsRequired:focus, .fsBody .fsForm .has-warning input[type=tel].fsRequired:focus, .fsBody .has-warning .fsForm input[type=tel].fsField:focus, .fsBody .fsForm .has-warning input[type=tel].fsField:focus, .fsBody .has-warning .fsForm input[type=tel].fsOtherField:focus, .fsBody .fsForm .has-warning input[type=tel].fsOtherField:focus, .fsBody .has-warning .fsForm textarea.fsRequired:focus, .fsBody .fsForm .has-warning textarea.fsRequired:focus, .fsBody .has-warning .fsForm textarea.fsField:focus, .fsBody .fsForm .has-warning textarea.fsField:focus, .fsBody .has-warning .fsForm textarea.fsOtherField:focus, .fsBody .fsForm .has-warning textarea.fsOtherField:focus, .fsBody .has-warning .fsForm select.fsRequired:focus, .fsBody .fsForm .has-warning select.fsRequired:focus, .fsBody .has-warning .fsForm select.fsField:focus, .fsBody .fsForm .has-warning select.fsField:focus, .fsBody .has-warning .fsForm select.fsOtherField:focus, .fsBody .fsForm .has-warning select.fsOtherField:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.fsBody .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.fsBody .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.fsBody .has-error .help-block, .fsBody .has-error .fsForm .fsSupporting, .fsBody .fsForm .has-error .fsSupporting,
.fsBody .has-error .control-label,
.fsBody .has-error .radio,
.fsBody .has-error .checkbox,
.fsBody .has-error .radio-inline,
.fsBody .has-error .checkbox-inline {
  color: #a94442;
}
.fsBody .has-error .form-control, .fsBody .has-error .fsForm input[type=text].fsRequired, .fsBody .fsForm .has-error input[type=text].fsRequired, .fsBody .has-error .fsForm input[type=text].fsField, .fsBody .fsForm .has-error input[type=text].fsField, .fsBody .has-error .fsForm input[type=text].fsOtherField, .fsBody .fsForm .has-error input[type=text].fsOtherField, .fsBody .has-error .fsForm input[type=number].fsRequired, .fsBody .fsForm .has-error input[type=number].fsRequired, .fsBody .has-error .fsForm input[type=number].fsField, .fsBody .fsForm .has-error input[type=number].fsField, .fsBody .has-error .fsForm input[type=number].fsOtherField, .fsBody .fsForm .has-error input[type=number].fsOtherField, .fsBody .has-error .fsForm input[type=email].fsRequired, .fsBody .fsForm .has-error input[type=email].fsRequired, .fsBody .has-error .fsForm input[type=email].fsField, .fsBody .fsForm .has-error input[type=email].fsField, .fsBody .has-error .fsForm input[type=email].fsOtherField, .fsBody .fsForm .has-error input[type=email].fsOtherField, .fsBody .has-error .fsForm input[type=tel].fsRequired, .fsBody .fsForm .has-error input[type=tel].fsRequired, .fsBody .has-error .fsForm input[type=tel].fsField, .fsBody .fsForm .has-error input[type=tel].fsField, .fsBody .has-error .fsForm input[type=tel].fsOtherField, .fsBody .fsForm .has-error input[type=tel].fsOtherField, .fsBody .has-error .fsForm textarea.fsRequired, .fsBody .fsForm .has-error textarea.fsRequired, .fsBody .has-error .fsForm textarea.fsField, .fsBody .fsForm .has-error textarea.fsField, .fsBody .has-error .fsForm textarea.fsOtherField, .fsBody .fsForm .has-error textarea.fsOtherField, .fsBody .has-error .fsForm select.fsRequired, .fsBody .fsForm .has-error select.fsRequired, .fsBody .has-error .fsForm select.fsField, .fsBody .fsForm .has-error select.fsField, .fsBody .has-error .fsForm select.fsOtherField, .fsBody .fsForm .has-error select.fsOtherField {
  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);
}
.fsBody .has-error .form-control:focus, .fsBody .has-error .fsForm input[type=text].fsRequired:focus, .fsBody .fsForm .has-error input[type=text].fsRequired:focus, .fsBody .has-error .fsForm input[type=text].fsField:focus, .fsBody .fsForm .has-error input[type=text].fsField:focus, .fsBody .has-error .fsForm input[type=text].fsOtherField:focus, .fsBody .fsForm .has-error input[type=text].fsOtherField:focus, .fsBody .has-error .fsForm input[type=number].fsRequired:focus, .fsBody .fsForm .has-error input[type=number].fsRequired:focus, .fsBody .has-error .fsForm input[type=number].fsField:focus, .fsBody .fsForm .has-error input[type=number].fsField:focus, .fsBody .has-error .fsForm input[type=number].fsOtherField:focus, .fsBody .fsForm .has-error input[type=number].fsOtherField:focus, .fsBody .has-error .fsForm input[type=email].fsRequired:focus, .fsBody .fsForm .has-error input[type=email].fsRequired:focus, .fsBody .has-error .fsForm input[type=email].fsField:focus, .fsBody .fsForm .has-error input[type=email].fsField:focus, .fsBody .has-error .fsForm input[type=email].fsOtherField:focus, .fsBody .fsForm .has-error input[type=email].fsOtherField:focus, .fsBody .has-error .fsForm input[type=tel].fsRequired:focus, .fsBody .fsForm .has-error input[type=tel].fsRequired:focus, .fsBody .has-error .fsForm input[type=tel].fsField:focus, .fsBody .fsForm .has-error input[type=tel].fsField:focus, .fsBody .has-error .fsForm input[type=tel].fsOtherField:focus, .fsBody .fsForm .has-error input[type=tel].fsOtherField:focus, .fsBody .has-error .fsForm textarea.fsRequired:focus, .fsBody .fsForm .has-error textarea.fsRequired:focus, .fsBody .has-error .fsForm textarea.fsField:focus, .fsBody .fsForm .has-error textarea.fsField:focus, .fsBody .has-error .fsForm textarea.fsOtherField:focus, .fsBody .fsForm .has-error textarea.fsOtherField:focus, .fsBody .has-error .fsForm select.fsRequired:focus, .fsBody .fsForm .has-error select.fsRequired:focus, .fsBody .has-error .fsForm select.fsField:focus, .fsBody .fsForm .has-error select.fsField:focus, .fsBody .has-error .fsForm select.fsOtherField:focus, .fsBody .fsForm .has-error select.fsOtherField:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.fsBody .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.fsBody .has-error .form-control-feedback {
  color: #a94442;
}
.fsBody .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.fsBody .help-block, .fsBody .fsForm .fsSupporting {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #6f7176;
}
.fsBody .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fsBody .fade.in {
  opacity: 1;
}
.fsBody .collapse {
  display: none;
}
.fsBody .collapse.in {
  display: block;
}
.fsBody tr.collapse.in {
  display: table-row;
}
.fsBody tbody.collapse.in {
  display: table-row-group;
}
.fsBody .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.fsBody .btn, .fsBody .fsForm .fsSubmit .fsSubmitButton, .fsBody .fsForm .fsPagination .fsNextButton, .fsBody .fsForm .fsPagination .fsPreviousButton {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fsBody .btn:focus, .fsBody .fsForm .fsSubmit .fsSubmitButton:focus, .fsBody .fsForm .fsPagination .fsNextButton:focus, .fsBody .fsForm .fsPagination .fsPreviousButton:focus, .fsBody .btn:active:focus, .fsBody .fsForm .fsSubmit .fsSubmitButton:active:focus, .fsBody .fsForm .fsPagination .fsNextButton:active:focus, .fsBody .fsForm .fsPagination .fsPreviousButton:active:focus, .fsBody .btn.active:focus, .fsBody .fsForm .fsSubmit .active.fsSubmitButton:focus, .fsBody .fsForm .fsPagination .active.fsNextButton:focus, .fsBody .fsForm .fsPagination .active.fsPreviousButton:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.fsBody .btn:hover, .fsBody .fsForm .fsSubmit .fsSubmitButton:hover, .fsBody .fsForm .fsPagination .fsNextButton:hover, .fsBody .fsForm .fsPagination .fsPreviousButton:hover, .fsBody .btn:focus, .fsBody .fsForm .fsSubmit .fsSubmitButton:focus, .fsBody .fsForm .fsPagination .fsNextButton:focus, .fsBody .fsForm .fsPagination .fsPreviousButton:focus {
  color: #333;
  text-decoration: none;
}
.fsBody .btn:active, .fsBody .fsForm .fsSubmit .fsSubmitButton:active, .fsBody .fsForm .fsPagination .fsNextButton:active, .fsBody .fsForm .fsPagination .fsPreviousButton:active, .fsBody .btn.active, .fsBody .fsForm .fsSubmit .active.fsSubmitButton, .fsBody .fsForm .fsPagination .active.fsNextButton, .fsBody .fsForm .fsPagination .active.fsPreviousButton {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.fsBody .btn.disabled, .fsBody .fsForm .fsSubmit .disabled.fsSubmitButton, .fsBody .fsForm .fsPagination .disabled.fsNextButton, .fsBody .fsForm .fsPagination .disabled.fsPreviousButton, .fsBody .btn[disabled], .fsBody .fsForm .fsSubmit [disabled].fsSubmitButton, .fsBody .fsForm .fsPagination [disabled].fsNextButton, .fsBody .fsForm .fsPagination [disabled].fsPreviousButton, fieldset[disabled] .fsBody .btn, fieldset[disabled] .fsBody .fsForm .fsSubmit .fsSubmitButton, fieldset[disabled] .fsBody .fsForm .fsPagination .fsNextButton, fieldset[disabled] .fsBody .fsForm .fsPagination .fsPreviousButton {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fsBody .btn-default, .fsBody .fsForm .fsPagination .fsNextButton, .fsBody .fsForm .fsPagination .fsPreviousButton {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.fsBody .btn-default:hover, .fsBody .fsForm .fsPagination .fsNextButton:hover, .fsBody .fsForm .fsPagination .fsPreviousButton:hover, .fsBody .btn-default:focus, .fsBody .fsForm .fsPagination .fsNextButton:focus, .fsBody .fsForm .fsPagination .fsPreviousButton:focus, .fsBody .btn-default:active, .fsBody .fsForm .fsPagination .fsNextButton:active, .fsBody .fsForm .fsPagination .fsPreviousButton:active, .fsBody .btn-default.active, .fsBody .fsForm .fsPagination .active.fsNextButton, .fsBody .fsForm .fsPagination .active.fsPreviousButton, .open > .fsBody .btn-default.dropdown-toggle, .open > .fsBody .fsForm .fsPagination .dropdown-toggle.fsNextButton, .open > .fsBody .fsForm .fsPagination .dropdown-toggle.fsPreviousButton {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.fsBody .btn-default:active, .fsBody .fsForm .fsPagination .fsNextButton:active, .fsBody .fsForm .fsPagination .fsPreviousButton:active, .fsBody .btn-default.active, .fsBody .fsForm .fsPagination .active.fsNextButton, .fsBody .fsForm .fsPagination .active.fsPreviousButton, .open > .fsBody .btn-default.dropdown-toggle, .open > .fsBody .fsForm .fsPagination .dropdown-toggle.fsNextButton, .open > .fsBody .fsForm .fsPagination .dropdown-toggle.fsPreviousButton {
  background-image: none;
}
.fsBody .btn-default.disabled, .fsBody .fsForm .fsPagination .disabled.fsNextButton, .fsBody .fsForm .fsPagination .disabled.fsPreviousButton, .fsBody .btn-default.disabled:hover, .fsBody .fsForm .fsPagination .disabled.fsNextButton:hover, .fsBody .fsForm .fsPagination .disabled.fsPreviousButton:hover, .fsBody .btn-default.disabled:focus, .fsBody .fsForm .fsPagination .disabled.fsNextButton:focus, .fsBody .fsForm .fsPagination .disabled.fsPreviousButton:focus, .fsBody .btn-default.disabled:active, .fsBody .fsForm .fsPagination .disabled.fsNextButton:active, .fsBody .fsForm .fsPagination .disabled.fsPreviousButton:active, .fsBody .btn-default.disabled.active, .fsBody .fsForm .fsPagination .disabled.active.fsNextButton, .fsBody .fsForm .fsPagination .disabled.active.fsPreviousButton, .fsBody .btn-default[disabled], .fsBody .fsForm .fsPagination [disabled].fsNextButton, .fsBody .fsForm .fsPagination [disabled].fsPreviousButton, .fsBody .btn-default[disabled]:hover, .fsBody .fsForm .fsPagination [disabled].fsNextButton:hover, .fsBody .fsForm .fsPagination [disabled].fsPreviousButton:hover, .fsBody .btn-default[disabled]:focus, .fsBody .fsForm .fsPagination [disabled].fsNextButton:focus, .fsBody .fsForm .fsPagination [disabled].fsPreviousButton:focus, .fsBody .btn-default[disabled]:active, .fsBody .fsForm .fsPagination [disabled].fsNextButton:active, .fsBody .fsForm .fsPagination [disabled].fsPreviousButton:active, .fsBody .btn-default[disabled].active, .fsBody .fsForm .fsPagination [disabled].active.fsNextButton, .fsBody .fsForm .fsPagination [disabled].active.fsPreviousButton, fieldset[disabled] .fsBody .btn-default, fieldset[disabled] .fsBody .fsForm .fsPagination .fsNextButton, fieldset[disabled] .fsBody .fsForm .fsPagination .fsPreviousButton, fieldset[disabled] .fsBody .btn-default:hover, fieldset[disabled] .fsBody .fsForm .fsPagination .fsNextButton:hover, fieldset[disabled] .fsBody .fsForm .fsPagination .fsPreviousButton:hover, fieldset[disabled] .fsBody .btn-default:focus, fieldset[disabled] .fsBody .fsForm .fsPagination .fsNextButton:focus, fieldset[disabled] .fsBody .fsForm .fsPagination .fsPreviousButton:focus, fieldset[disabled] .fsBody .btn-default:active, fieldset[disabled] .fsBody .fsForm .fsPagination .fsNextButton:active, fieldset[disabled] .fsBody .fsForm .fsPagination .fsPreviousButton:active, fieldset[disabled] .fsBody .btn-default.active, fieldset[disabled] .fsBody .fsForm .fsPagination .active.fsNextButton, fieldset[disabled] .fsBody .fsForm .fsPagination .active.fsPreviousButton {
  background-color: #fff;
  border-color: #ccc;
}
.fsBody .btn-default .badge, .fsBody .fsForm .fsPagination .fsNextButton .badge, .fsBody .fsForm .fsPagination .fsPreviousButton .badge {
  color: #fff;
  background-color: #333;
}
.fsBody .btn-primary, .fsBody .fsForm .fsSubmit .fsSubmitButton {
  color: #fff;
  background-color: #21536c;
  border-color: #1b4458;
}
.fsBody .btn-primary:hover, .fsBody .fsForm .fsSubmit .fsSubmitButton:hover, .fsBody .btn-primary:focus, .fsBody .fsForm .fsSubmit .fsSubmitButton:focus, .fsBody .btn-primary:active, .fsBody .fsForm .fsSubmit .fsSubmitButton:active, .fsBody .btn-primary.active, .fsBody .fsForm .fsSubmit .active.fsSubmitButton, .open > .fsBody .btn-primary.dropdown-toggle, .open > .fsBody .fsForm .fsSubmit .dropdown-toggle.fsSubmitButton {
  color: #fff;
  background-color: #153545;
  border-color: #0d202a;
}
.fsBody .btn-primary:active, .fsBody .fsForm .fsSubmit .fsSubmitButton:active, .fsBody .btn-primary.active, .fsBody .fsForm .fsSubmit .active.fsSubmitButton, .open > .fsBody .btn-primary.dropdown-toggle, .open > .fsBody .fsForm .fsSubmit .dropdown-toggle.fsSubmitButton {
  background-image: none;
}
.fsBody .btn-primary.disabled, .fsBody .fsForm .fsSubmit .disabled.fsSubmitButton, .fsBody .btn-primary.disabled:hover, .fsBody .fsForm .fsSubmit .disabled.fsSubmitButton:hover, .fsBody .btn-primary.disabled:focus, .fsBody .fsForm .fsSubmit .disabled.fsSubmitButton:focus, .fsBody .btn-primary.disabled:active, .fsBody .fsForm .fsSubmit .disabled.fsSubmitButton:active, .fsBody .btn-primary.disabled.active, .fsBody .fsForm .fsSubmit .disabled.active.fsSubmitButton, .fsBody .btn-primary[disabled], .fsBody .fsForm .fsSubmit [disabled].fsSubmitButton, .fsBody .btn-primary[disabled]:hover, .fsBody .fsForm .fsSubmit [disabled].fsSubmitButton:hover, .fsBody .btn-primary[disabled]:focus, .fsBody .fsForm .fsSubmit [disabled].fsSubmitButton:focus, .fsBody .btn-primary[disabled]:active, .fsBody .fsForm .fsSubmit [disabled].fsSubmitButton:active, .fsBody .btn-primary[disabled].active, .fsBody .fsForm .fsSubmit [disabled].active.fsSubmitButton, fieldset[disabled] .fsBody .btn-primary, fieldset[disabled] .fsBody .fsForm .fsSubmit .fsSubmitButton, fieldset[disabled] .fsBody .btn-primary:hover, fieldset[disabled] .fsBody .fsForm .fsSubmit .fsSubmitButton:hover, fieldset[disabled] .fsBody .btn-primary:focus, fieldset[disabled] .fsBody .fsForm .fsSubmit .fsSubmitButton:focus, fieldset[disabled] .fsBody .btn-primary:active, fieldset[disabled] .fsBody .fsForm .fsSubmit .fsSubmitButton:active, fieldset[disabled] .fsBody .btn-primary.active, fieldset[disabled] .fsBody .fsForm .fsSubmit .active.fsSubmitButton {
  background-color: #21536c;
  border-color: #1b4458;
}
.fsBody .btn-primary .badge, .fsBody .fsForm .fsSubmit .fsSubmitButton .badge {
  color: #21536c;
  background-color: #fff;
}
.fsBody .btn-success {
  color: #fff;
  background-color: #75a25e;
  border-color: #699254;
}
.fsBody .btn-success:hover, .fsBody .btn-success:focus, .fsBody .btn-success:active, .fsBody .btn-success.active, .open > .fsBody .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #5e824b;
  border-color: #4d6b3e;
}
.fsBody .btn-success:active, .fsBody .btn-success.active, .open > .fsBody .btn-success.dropdown-toggle {
  background-image: none;
}
.fsBody .btn-success.disabled, .fsBody .btn-success.disabled:hover, .fsBody .btn-success.disabled:focus, .fsBody .btn-success.disabled:active, .fsBody .btn-success.disabled.active, .fsBody .btn-success[disabled], .fsBody .btn-success[disabled]:hover, .fsBody .btn-success[disabled]:focus, .fsBody .btn-success[disabled]:active, .fsBody .btn-success[disabled].active, fieldset[disabled] .fsBody .btn-success, fieldset[disabled] .fsBody .btn-success:hover, fieldset[disabled] .fsBody .btn-success:focus, fieldset[disabled] .fsBody .btn-success:active, fieldset[disabled] .fsBody .btn-success.active {
  background-color: #75a25e;
  border-color: #699254;
}
.fsBody .btn-success .badge {
  color: #75a25e;
  background-color: #fff;
}
.fsBody .btn-info {
  color: #fff;
  background-color: #5bb0be;
  border-color: #49a7b7;
}
.fsBody .btn-info:hover, .fsBody .btn-info:focus, .fsBody .btn-info:active, .fsBody .btn-info.active, .open > .fsBody .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #4197a5;
  border-color: #377f8b;
}
.fsBody .btn-info:active, .fsBody .btn-info.active, .open > .fsBody .btn-info.dropdown-toggle {
  background-image: none;
}
.fsBody .btn-info.disabled, .fsBody .btn-info.disabled:hover, .fsBody .btn-info.disabled:focus, .fsBody .btn-info.disabled:active, .fsBody .btn-info.disabled.active, .fsBody .btn-info[disabled], .fsBody .btn-info[disabled]:hover, .fsBody .btn-info[disabled]:focus, .fsBody .btn-info[disabled]:active, .fsBody .btn-info[disabled].active, fieldset[disabled] .fsBody .btn-info, fieldset[disabled] .fsBody .btn-info:hover, fieldset[disabled] .fsBody .btn-info:focus, fieldset[disabled] .fsBody .btn-info:active, fieldset[disabled] .fsBody .btn-info.active {
  background-color: #5bb0be;
  border-color: #49a7b7;
}
.fsBody .btn-info .badge {
  color: #5bb0be;
  background-color: #fff;
}
.fsBody .btn-warning {
  color: #fff;
  background-color: #eba605;
  border-color: #d29404;
}
.fsBody .btn-warning:hover, .fsBody .btn-warning:focus, .fsBody .btn-warning:active, .fsBody .btn-warning.active, .open > .fsBody .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #b98304;
  border-color: #966a03;
}
.fsBody .btn-warning:active, .fsBody .btn-warning.active, .open > .fsBody .btn-warning.dropdown-toggle {
  background-image: none;
}
.fsBody .btn-warning.disabled, .fsBody .btn-warning.disabled:hover, .fsBody .btn-warning.disabled:focus, .fsBody .btn-warning.disabled:active, .fsBody .btn-warning.disabled.active, .fsBody .btn-warning[disabled], .fsBody .btn-warning[disabled]:hover, .fsBody .btn-warning[disabled]:focus, .fsBody .btn-warning[disabled]:active, .fsBody .btn-warning[disabled].active, fieldset[disabled] .fsBody .btn-warning, fieldset[disabled] .fsBody .btn-warning:hover, fieldset[disabled] .fsBody .btn-warning:focus, fieldset[disabled] .fsBody .btn-warning:active, fieldset[disabled] .fsBody .btn-warning.active {
  background-color: #eba605;
  border-color: #d29404;
}
.fsBody .btn-warning .badge {
  color: #eba605;
  background-color: #fff;
}
.fsBody .btn-danger {
  color: #fff;
  background-color: #a61416;
  border-color: #8f1113;
}
.fsBody .btn-danger:hover, .fsBody .btn-danger:focus, .fsBody .btn-danger:active, .fsBody .btn-danger.active, .open > .fsBody .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #780f10;
  border-color: #590b0c;
}
.fsBody .btn-danger:active, .fsBody .btn-danger.active, .open > .fsBody .btn-danger.dropdown-toggle {
  background-image: none;
}
.fsBody .btn-danger.disabled, .fsBody .btn-danger.disabled:hover, .fsBody .btn-danger.disabled:focus, .fsBody .btn-danger.disabled:active, .fsBody .btn-danger.disabled.active, .fsBody .btn-danger[disabled], .fsBody .btn-danger[disabled]:hover, .fsBody .btn-danger[disabled]:focus, .fsBody .btn-danger[disabled]:active, .fsBody .btn-danger[disabled].active, fieldset[disabled] .fsBody .btn-danger, fieldset[disabled] .fsBody .btn-danger:hover, fieldset[disabled] .fsBody .btn-danger:focus, fieldset[disabled] .fsBody .btn-danger:active, fieldset[disabled] .fsBody .btn-danger.active {
  background-color: #a61416;
  border-color: #8f1113;
}
.fsBody .btn-danger .badge {
  color: #a61416;
  background-color: #fff;
}
.fsBody .btn-link {
  color: #0091da;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.fsBody .btn-link, .fsBody .btn-link:active, .fsBody .btn-link[disabled], fieldset[disabled] .fsBody .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fsBody .btn-link, .fsBody .btn-link:hover, .fsBody .btn-link:focus, .fsBody .btn-link:active {
  border-color: transparent;
}
.fsBody .btn-link:hover, .fsBody .btn-link:focus {
  color: #005e8d;
  text-decoration: underline;
  background-color: transparent;
}
.fsBody .btn-link[disabled]:hover, .fsBody .btn-link[disabled]:focus, fieldset[disabled] .fsBody .btn-link:hover, fieldset[disabled] .fsBody .btn-link:focus {
  color: #96979c;
  text-decoration: none;
}
.fsBody .btn-lg, .fsBody .fsForm .fsSubmit .fsSubmitButton {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 3px;
}
.fsBody .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.fsBody .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.fsBody .btn-block {
  display: block;
  width: 100%;
}
.fsBody .btn-block + .btn-block {
  margin-top: 5px;
}
.fsBody input[type="submit"].btn-block,
.fsBody input[type="reset"].btn-block,
.fsBody input[type="button"].btn-block {
  width: 100%;
}
.fsBody .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.fsBody .close:hover, .fsBody .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.fsBody button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.fsBody .alert, .fsBody .fsForm .fsError {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.fsBody .alert h4, .fsBody .fsForm .fsError h4 {
  margin-top: 0;
  color: inherit;
}
.fsBody .alert .alert-link, .fsBody .fsForm .fsError .alert-link {
  font-weight: bold;
}
.fsBody .alert > p, .fsBody .fsForm .fsError > p,
.fsBody .alert > ul,
.fsBody .fsForm .fsError > ul {
  margin-bottom: 0;
}
.fsBody .alert > p + p, .fsBody .fsForm .fsError > p + p {
  margin-top: 5px;
}
.fsBody .alert-dismissable,
.fsBody .alert-dismissible {
  padding-right: 35px;
}
.fsBody .alert-dismissable .close,
.fsBody .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.fsBody .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.fsBody .alert-success hr {
  border-top-color: #c9e2b3;
}
.fsBody .alert-success .alert-link {
  color: #2b542c;
}
.fsBody .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.fsBody .alert-info hr {
  border-top-color: #a6e1ec;
}
.fsBody .alert-info .alert-link {
  color: #245269;
}
.fsBody .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.fsBody .alert-warning hr {
  border-top-color: #f7e1b5;
}
.fsBody .alert-warning .alert-link {
  color: #66512c;
}
.fsBody .alert-danger, .fsBody .fsForm .fsError {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.fsBody .alert-danger hr, .fsBody .fsForm .fsError hr {
  border-top-color: #e4b9c0;
}
.fsBody .alert-danger .alert-link, .fsBody .fsForm .fsError .alert-link {
  color: #843534;
}
.fsBody .modal-open {
  overflow: hidden;
}
.fsBody .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1090;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.fsBody .modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -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;
}
.fsBody .modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fsBody .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.fsBody .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.fsBody .modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.fsBody .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1080;
  background-color: #000;
}
.fsBody .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.fsBody .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.fsBody .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.fsBody .modal-header .close {
  margin-top: -2px;
}
.fsBody .modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.fsBody .modal-body {
  position: relative;
  padding: 15px;
}
.fsBody .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.fsBody .modal-footer:before, .fsBody .modal-footer:after {
  content: " ";
  display: table;
}
.fsBody .modal-footer:after {
  clear: both;
}
.fsBody .modal-footer .btn + .btn, .fsBody .modal-footer .fsForm .fsSubmit .fsSubmitButton + .btn, .fsBody .fsForm .fsSubmit .modal-footer .fsSubmitButton + .btn, .fsBody .modal-footer .fsForm .fsPagination .fsNextButton + .btn, .fsBody .fsForm .fsPagination .modal-footer .fsNextButton + .btn, .fsBody .modal-footer .fsForm .fsPagination .fsPreviousButton + .btn, .fsBody .fsForm .fsPagination .modal-footer .fsPreviousButton + .btn, .fsBody .modal-footer .fsForm .fsSubmit .btn + .fsSubmitButton, .fsBody .fsForm .fsSubmit .modal-footer .btn + .fsSubmitButton, .fsBody .modal-footer .fsForm .fsSubmit .fsSubmitButton + .fsSubmitButton, .fsBody .fsForm .fsSubmit .modal-footer .fsSubmitButton + .fsSubmitButton, .fsBody .modal-footer .fsForm .fsPagination .fsSubmit .fsNextButton + .fsSubmitButton, .fsBody .modal-footer .fsForm .fsSubmit .fsPagination .fsNextButton + .fsSubmitButton, .fsBody .fsForm .fsPagination .modal-footer .fsSubmit .fsNextButton + .fsSubmitButton, .fsBody .fsForm .fsSubmit .fsPagination .modal-footer .fsNextButton + .fsSubmitButton, .fsBody .modal-footer .fsForm .fsPagination .fsSubmit .fsPreviousButton + .fsSubmitButton, .fsBody .modal-footer .fsForm .fsSubmit .fsPagination .fsPreviousButton + .fsSubmitButton, .fsBody .fsForm .fsPagination .modal-footer .fsSubmit .fsPreviousButton + .fsSubmitButton, .fsBody .fsForm .fsSubmit .fsPagination .modal-footer .fsPreviousButton + .fsSubmitButton, .fsBody .modal-footer .fsForm .fsPagination .btn + .fsNextButton, .fsBody .fsForm .fsPagination .modal-footer .btn + .fsNextButton, .fsBody .modal-footer .fsForm .fsSubmit .fsPagination .fsSubmitButton + .fsNextButton, .fsBody .modal-footer .fsForm .fsPagination .fsSubmit .fsSubmitButton + .fsNextButton, .fsBody .fsForm .fsSubmit .modal-footer .fsPagination .fsSubmitButton + .fsNextButton, .fsBody .fsForm .fsPagination .fsSubmit .modal-footer .fsSubmitButton + .fsNextButton, .fsBody .modal-footer .fsForm .fsPagination .fsNextButton + .fsNextButton, .fsBody .fsForm .fsPagination .modal-footer .fsNextButton + .fsNextButton, .fsBody .modal-footer .fsForm .fsPagination .fsPreviousButton + .fsNextButton, .fsBody .fsForm .fsPagination .modal-footer .fsPreviousButton + .fsNextButton, .fsBody .modal-footer .fsForm .fsPagination .btn + .fsPreviousButton, .fsBody .fsForm .fsPagination .modal-footer .btn + .fsPreviousButton, .fsBody .modal-footer .fsForm .fsSubmit .fsPagination .fsSubmitButton + .fsPreviousButton, .fsBody .modal-footer .fsForm .fsPagination .fsSubmit .fsSubmitButton + .fsPreviousButton, .fsBody .fsForm .fsSubmit .modal-footer .fsPagination .fsSubmitButton + .fsPreviousButton, .fsBody .fsForm .fsPagination .fsSubmit .modal-footer .fsSubmitButton + .fsPreviousButton, .fsBody .modal-footer .fsForm .fsPagination .fsNextButton + .fsPreviousButton, .fsBody .fsForm .fsPagination .modal-footer .fsNextButton + .fsPreviousButton, .fsBody .modal-footer .fsForm .fsPagination .fsPreviousButton + .fsPreviousButton, .fsBody .fsForm .fsPagination .modal-footer .fsPreviousButton + .fsPreviousButton {
  margin-left: 5px;
  margin-bottom: 0;
}
.fsBody .modal-footer .btn-group .btn + .btn, .fsBody .modal-footer .btn-group .fsForm .fsSubmit .fsSubmitButton + .btn, .fsBody .fsForm .fsSubmit .modal-footer .btn-group .fsSubmitButton + .btn, .fsBody .modal-footer .btn-group .fsForm .fsPagination .fsNextButton + .btn, .fsBody .fsForm .fsPagination .modal-footer .btn-group .fsNextButton + .btn, .fsBody .modal-footer .btn-group .fsForm .fsPagination .fsPreviousButton + .btn, .fsBody .fsForm .fsPagination .modal-footer .btn-group .fsPreviousButton + .btn, .fsBody .modal-footer .btn-group .fsForm .fsSubmit .btn + .fsSubmitButton, .fsBody .fsForm .fsSubmit .modal-footer .btn-group .btn + .fsSubmitButton, .fsBody .modal-footer .btn-group .fsForm .fsSubmit .fsSubmitButton + .fsSubmitButton, .fsBody .fsForm .fsSubmit .modal-footer .btn-group .fsSubmitButton + .fsSubmitButton, .fsBody .modal-footer .btn-group .fsForm .fsPagination .fsSubmit .fsNextButton + .fsSubmitButton, .fsBody .modal-footer .btn-group .fsForm .fsSubmit .fsPagination .fsNextButton + .fsSubmitButton, .fsBody .fsForm .fsPagination .modal-footer .btn-group .fsSubmit .fsNextButton + .fsSubmitButton, .fsBody .fsForm .fsSubmit .fsPagination .modal-footer .btn-group .fsNextButton + .fsSubmitButton, .fsBody .modal-footer .btn-group .fsForm .fsPagination .fsSubmit .fsPreviousButton + .fsSubmitButton, .fsBody .modal-footer .btn-group .fsForm .fsSubmit .fsPagination .fsPreviousButton + .fsSubmitButton, .fsBody .fsForm .fsPagination .modal-footer .btn-group .fsSubmit .fsPreviousButton + .fsSubmitButton, .fsBody .fsForm .fsSubmit .fsPagination .modal-footer .btn-group .fsPreviousButton + .fsSubmitButton, .fsBody .modal-footer .btn-group .fsForm .fsPagination .btn + .fsNextButton, .fsBody .fsForm .fsPagination .modal-footer .btn-group .btn + .fsNextButton, .fsBody .modal-footer .btn-group .fsForm .fsSubmit .fsPagination .fsSubmitButton + .fsNextButton, .fsBody .modal-footer .btn-group .fsForm .fsPagination .fsSubmit .fsSubmitButton + .fsNextButton, .fsBody .fsForm .fsSubmit .modal-footer .btn-group .fsPagination .fsSubmitButton + .fsNextButton, .fsBody .fsForm .fsPagination .fsSubmit .modal-footer .btn-group .fsSubmitButton + .fsNextButton, .fsBody .modal-footer .btn-group .fsForm .fsPagination .fsNextButton + .fsNextButton, .fsBody .fsForm .fsPagination .modal-footer .btn-group .fsNextButton + .fsNextButton, .fsBody .modal-footer .btn-group .fsForm .fsPagination .fsPreviousButton + .fsNextButton, .fsBody .fsForm .fsPagination .modal-footer .btn-group .fsPreviousButton + .fsNextButton, .fsBody .modal-footer .btn-group .fsForm .fsPagination .btn + .fsPreviousButton, .fsBody .fsForm .fsPagination .modal-footer .btn-group .btn + .fsPreviousButton, .fsBody .modal-footer .btn-group .fsForm .fsSubmit .fsPagination .fsSubmitButton + .fsPreviousButton, .fsBody .modal-footer .btn-group .fsForm .fsPagination .fsSubmit .fsSubmitButton + .fsPreviousButton, .fsBody .fsForm .fsSubmit .modal-footer .btn-group .fsPagination .fsSubmitButton + .fsPreviousButton, .fsBody .fsForm .fsPagination .fsSubmit .modal-footer .btn-group .fsSubmitButton + .fsPreviousButton, .fsBody .modal-footer .btn-group .fsForm .fsPagination .fsNextButton + .fsPreviousButton, .fsBody .fsForm .fsPagination .modal-footer .btn-group .fsNextButton + .fsPreviousButton, .fsBody .modal-footer .btn-group .fsForm .fsPagination .fsPreviousButton + .fsPreviousButton, .fsBody .fsForm .fsPagination .modal-footer .btn-group .fsPreviousButton + .fsPreviousButton {
  margin-left: -1px;
}
.fsBody .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.fsBody .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 750px) {
  .fsBody .modal-dialog {
    width: 650px;
    margin: 30px auto;
  }
  .fsBody .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);
  }
  .fsBody .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .fsBody .modal-lg {
    width: 900px;
  }
}
.fsBody .modal-content .frame-container > iframe {
  margin-bottom: -5px;
}
.fsBody .modal-header p:last-of-type {
  margin-bottom: 0;
}
.fsBody .modal-header .close {
  padding: 15px;
  margin: -15px -15px 0 0;
}
.fsBody .modal-fs .modal-dialog {
  width: 100%;
  padding: 15px;
  margin: 0;
}
@media (max-width: 750px) {
  .fsBody .modal-fs .modal-dialog {
    padding: 1px;
  }
}
.fsBody .modal.modal-video .modal-content {
  padding: 4px;
}
.fsBody .modal.modal-video .modal-content iframe {
  display: block;
}
.fsBody .modal .close:before, .fsBody .popover .close:before {
  content: '\00D7';
}
.fsBody .close-floating {
  -webkit-box-shadow: 0 0 4px 1px white;
  box-shadow: 0 0 4px 1px white;
  position: absolute;
  top: -11px;
  right: -11px;
  width: 22px;
  height: 22px;
  border-radius: 99px;
  vertical-align: middle;
  cursor: pointer;
  color: #212224;
  background: white;
}
.fsBody .close-floating .fa {
  font-size: 26px;
  line-height: 22px;
}
.fsBody .close-floating:hover {
  -webkit-box-shadow: 0 0 6px 2px white;
  box-shadow: 0 0 6px 2px white;
  color: black;
}
.fsBody .btn .btn-icon, .fsBody .fsForm .fsSubmit .fsSubmitButton .btn-icon, .fsBody .fsForm .fsPagination .fsNextButton .btn-icon, .fsBody .fsForm .fsPagination .fsPreviousButton .btn-icon {
  margin-top: -6px;
  margin-bottom: -6px;
}
.fsBody .btn .btn-icon.btn-icon-left, .fsBody .fsForm .fsSubmit .fsSubmitButton .btn-icon.btn-icon-left, .fsBody .fsForm .fsPagination .fsNextButton .btn-icon.btn-icon-left, .fsBody .fsForm .fsPagination .fsPreviousButton .btn-icon.btn-icon-left {
  padding-right: 6px;
}
.fsBody .btn .btn-icon.btn-icon-left.btn-icon-edge, .fsBody .fsForm .fsSubmit .fsSubmitButton .btn-icon.btn-icon-left.btn-icon-edge, .fsBody .fsForm .fsPagination .fsNextButton .btn-icon.btn-icon-left.btn-icon-edge, .fsBody .fsForm .fsPagination .fsPreviousButton .btn-icon.btn-icon-left.btn-icon-edge {
  margin-left: -6px;
}
.fsBody .btn .btn-icon.btn-icon-right, .fsBody .fsForm .fsSubmit .fsSubmitButton .btn-icon.btn-icon-right, .fsBody .fsForm .fsPagination .fsNextButton .btn-icon.btn-icon-right, .fsBody .fsForm .fsPagination .fsPreviousButton .btn-icon.btn-icon-right {
  padding-left: 6px;
}
.fsBody .btn .btn-icon.btn-icon-right.btn-icon-edge, .fsBody .fsForm .fsSubmit .fsSubmitButton .btn-icon.btn-icon-right.btn-icon-edge, .fsBody .fsForm .fsPagination .fsNextButton .btn-icon.btn-icon-right.btn-icon-edge, .fsBody .fsForm .fsPagination .fsPreviousButton .btn-icon.btn-icon-right.btn-icon-edge {
  margin-right: -6px;
}
.fsBody .btn .btn-icon.btn-icon-bordered, .fsBody .fsForm .fsSubmit .fsSubmitButton .btn-icon.btn-icon-bordered, .fsBody .fsForm .fsPagination .fsNextButton .btn-icon.btn-icon-bordered, .fsBody .fsForm .fsPagination .fsPreviousButton .btn-icon.btn-icon-bordered {
  padding: 5px 9px;
  margin: -5px 9px;
}
.fsBody .btn.btn-xs .btn-icon, .fsBody .fsForm .fsSubmit .btn-xs.fsSubmitButton .btn-icon, .fsBody .fsForm .fsPagination .btn-xs.fsNextButton .btn-icon, .fsBody .fsForm .fsPagination .btn-xs.fsPreviousButton .btn-icon {
  margin-top: -1px;
  margin-bottom: -1px;
}
.fsBody .btn.btn-xs .btn-icon.btn-icon-left, .fsBody .fsForm .fsSubmit .btn-xs.fsSubmitButton .btn-icon.btn-icon-left, .fsBody .fsForm .fsPagination .btn-xs.fsNextButton .btn-icon.btn-icon-left, .fsBody .fsForm .fsPagination .btn-xs.fsPreviousButton .btn-icon.btn-icon-left {
  padding-right: 2.5px;
}
.fsBody .btn.btn-xs .btn-icon.btn-icon-left.btn-icon-edge, .fsBody .fsForm .fsSubmit .btn-xs.fsSubmitButton .btn-icon.btn-icon-left.btn-icon-edge, .fsBody .fsForm .fsPagination .btn-xs.fsNextButton .btn-icon.btn-icon-left.btn-icon-edge, .fsBody .fsForm .fsPagination .btn-xs.fsPreviousButton .btn-icon.btn-icon-left.btn-icon-edge {
  margin-left: -2.5px;
}
.fsBody .btn.btn-xs .btn-icon.btn-icon-right, .fsBody .fsForm .fsSubmit .btn-xs.fsSubmitButton .btn-icon.btn-icon-right, .fsBody .fsForm .fsPagination .btn-xs.fsNextButton .btn-icon.btn-icon-right, .fsBody .fsForm .fsPagination .btn-xs.fsPreviousButton .btn-icon.btn-icon-right {
  padding-left: 2.5px;
}
.fsBody .btn.btn-xs .btn-icon.btn-icon-right.btn-icon-edge, .fsBody .fsForm .fsSubmit .btn-xs.fsSubmitButton .btn-icon.btn-icon-right.btn-icon-edge, .fsBody .fsForm .fsPagination .btn-xs.fsNextButton .btn-icon.btn-icon-right.btn-icon-edge, .fsBody .fsForm .fsPagination .btn-xs.fsPreviousButton .btn-icon.btn-icon-right.btn-icon-edge {
  margin-right: -2.5px;
}
.fsBody .btn.btn-xs .btn-icon.btn-icon-bordered, .fsBody .fsForm .fsSubmit .btn-xs.fsSubmitButton .btn-icon.btn-icon-bordered, .fsBody .fsForm .fsPagination .btn-xs.fsNextButton .btn-icon.btn-icon-bordered, .fsBody .fsForm .fsPagination .btn-xs.fsPreviousButton .btn-icon.btn-icon-bordered {
  padding: 1px 4px;
  margin: -1px 4px;
}
.fsBody .btn.btn-sm .btn-icon, .fsBody .fsForm .fsSubmit .btn-sm.fsSubmitButton .btn-icon, .fsBody .fsForm .fsPagination .btn-sm.fsNextButton .btn-icon, .fsBody .fsForm .fsPagination .btn-sm.fsPreviousButton .btn-icon {
  margin-top: -5px;
  margin-bottom: -5px;
}
.fsBody .btn.btn-sm .btn-icon.btn-icon-left, .fsBody .fsForm .fsSubmit .btn-sm.fsSubmitButton .btn-icon.btn-icon-left, .fsBody .fsForm .fsPagination .btn-sm.fsNextButton .btn-icon.btn-icon-left, .fsBody .fsForm .fsPagination .btn-sm.fsPreviousButton .btn-icon.btn-icon-left {
  padding-right: 5px;
}
.fsBody .btn.btn-sm .btn-icon.btn-icon-left.btn-icon-edge, .fsBody .fsForm .fsSubmit .btn-sm.fsSubmitButton .btn-icon.btn-icon-left.btn-icon-edge, .fsBody .fsForm .fsPagination .btn-sm.fsNextButton .btn-icon.btn-icon-left.btn-icon-edge, .fsBody .fsForm .fsPagination .btn-sm.fsPreviousButton .btn-icon.btn-icon-left.btn-icon-edge {
  margin-left: -5px;
}
.fsBody .btn.btn-sm .btn-icon.btn-icon-right, .fsBody .fsForm .fsSubmit .btn-sm.fsSubmitButton .btn-icon.btn-icon-right, .fsBody .fsForm .fsPagination .btn-sm.fsNextButton .btn-icon.btn-icon-right, .fsBody .fsForm .fsPagination .btn-sm.fsPreviousButton .btn-icon.btn-icon-right {
  padding-left: 5px;
}
.fsBody .btn.btn-sm .btn-icon.btn-icon-right.btn-icon-edge, .fsBody .fsForm .fsSubmit .btn-sm.fsSubmitButton .btn-icon.btn-icon-right.btn-icon-edge, .fsBody .fsForm .fsPagination .btn-sm.fsNextButton .btn-icon.btn-icon-right.btn-icon-edge, .fsBody .fsForm .fsPagination .btn-sm.fsPreviousButton .btn-icon.btn-icon-right.btn-icon-edge {
  margin-right: -5px;
}
.fsBody .btn.btn-sm .btn-icon.btn-icon-bordered, .fsBody .fsForm .fsSubmit .btn-sm.fsSubmitButton .btn-icon.btn-icon-bordered, .fsBody .fsForm .fsPagination .btn-sm.fsNextButton .btn-icon.btn-icon-bordered, .fsBody .fsForm .fsPagination .btn-sm.fsPreviousButton .btn-icon.btn-icon-bordered {
  padding: 4px 8px;
  margin: -4px 8px;
}
.fsBody .btn.btn-lg .btn-icon, .fsBody .fsForm .fsSubmit .fsSubmitButton .btn-icon, .fsBody .fsForm .fsPagination .btn-lg.fsNextButton .btn-icon, .fsBody .fsForm .fsPagination .btn-lg.fsPreviousButton .btn-icon {
  margin-top: -10px;
  margin-bottom: -10px;
}
.fsBody .btn.btn-lg .btn-icon.btn-icon-left, .fsBody .fsForm .fsSubmit .fsSubmitButton .btn-icon.btn-icon-left, .fsBody .fsForm .fsPagination .btn-lg.fsNextButton .btn-icon.btn-icon-left, .fsBody .fsForm .fsPagination .btn-lg.fsPreviousButton .btn-icon.btn-icon-left {
  padding-right: 8px;
}
.fsBody .btn.btn-lg .btn-icon.btn-icon-left.btn-icon-edge, .fsBody .fsForm .fsSubmit .fsSubmitButton .btn-icon.btn-icon-left.btn-icon-edge, .fsBody .fsForm .fsPagination .btn-lg.fsNextButton .btn-icon.btn-icon-left.btn-icon-edge, .fsBody .fsForm .fsPagination .btn-lg.fsPreviousButton .btn-icon.btn-icon-left.btn-icon-edge {
  margin-left: -8px;
}
.fsBody .btn.btn-lg .btn-icon.btn-icon-right, .fsBody .fsForm .fsSubmit .fsSubmitButton .btn-icon.btn-icon-right, .fsBody .fsForm .fsPagination .btn-lg.fsNextButton .btn-icon.btn-icon-right, .fsBody .fsForm .fsPagination .btn-lg.fsPreviousButton .btn-icon.btn-icon-right {
  padding-left: 8px;
}
.fsBody .btn.btn-lg .btn-icon.btn-icon-right.btn-icon-edge, .fsBody .fsForm .fsSubmit .fsSubmitButton .btn-icon.btn-icon-right.btn-icon-edge, .fsBody .fsForm .fsPagination .btn-lg.fsNextButton .btn-icon.btn-icon-right.btn-icon-edge, .fsBody .fsForm .fsPagination .btn-lg.fsPreviousButton .btn-icon.btn-icon-right.btn-icon-edge {
  margin-right: -8px;
}
.fsBody .btn.btn-lg .btn-icon.btn-icon-bordered, .fsBody .fsForm .fsSubmit .fsSubmitButton .btn-icon.btn-icon-bordered, .fsBody .fsForm .fsPagination .btn-lg.fsNextButton .btn-icon.btn-icon-bordered, .fsBody .fsForm .fsPagination .btn-lg.fsPreviousButton .btn-icon.btn-icon-bordered {
  padding: 8px 12px;
  margin: -8px 12px;
}
.fsBody .btn.btn-xl .btn-icon, .fsBody .fsForm .fsSubmit .btn-xl.fsSubmitButton .btn-icon, .fsBody .fsForm .fsPagination .btn-xl.fsNextButton .btn-icon, .fsBody .fsForm .fsPagination .btn-xl.fsPreviousButton .btn-icon {
  margin-top: -20px;
  margin-bottom: -20px;
}
.fsBody .btn.btn-xl .btn-icon.btn-icon-left, .fsBody .fsForm .fsSubmit .btn-xl.fsSubmitButton .btn-icon.btn-icon-left, .fsBody .fsForm .fsPagination .btn-xl.fsNextButton .btn-icon.btn-icon-left, .fsBody .fsForm .fsPagination .btn-xl.fsPreviousButton .btn-icon.btn-icon-left {
  padding-right: 16px;
}
.fsBody .btn.btn-xl .btn-icon.btn-icon-left.btn-icon-edge, .fsBody .fsForm .fsSubmit .btn-xl.fsSubmitButton .btn-icon.btn-icon-left.btn-icon-edge, .fsBody .fsForm .fsPagination .btn-xl.fsNextButton .btn-icon.btn-icon-left.btn-icon-edge, .fsBody .fsForm .fsPagination .btn-xl.fsPreviousButton .btn-icon.btn-icon-left.btn-icon-edge {
  margin-left: -16px;
}
.fsBody .btn.btn-xl .btn-icon.btn-icon-right, .fsBody .fsForm .fsSubmit .btn-xl.fsSubmitButton .btn-icon.btn-icon-right, .fsBody .fsForm .fsPagination .btn-xl.fsNextButton .btn-icon.btn-icon-right, .fsBody .fsForm .fsPagination .btn-xl.fsPreviousButton .btn-icon.btn-icon-right {
  padding-left: 16px;
}
.fsBody .btn.btn-xl .btn-icon.btn-icon-right.btn-icon-edge, .fsBody .fsForm .fsSubmit .btn-xl.fsSubmitButton .btn-icon.btn-icon-right.btn-icon-edge, .fsBody .fsForm .fsPagination .btn-xl.fsNextButton .btn-icon.btn-icon-right.btn-icon-edge, .fsBody .fsForm .fsPagination .btn-xl.fsPreviousButton .btn-icon.btn-icon-right.btn-icon-edge {
  margin-right: -16px;
}
.fsBody .btn.btn-xl .btn-icon.btn-icon-bordered, .fsBody .fsForm .fsSubmit .btn-xl.fsSubmitButton .btn-icon.btn-icon-bordered, .fsBody .fsForm .fsPagination .btn-xl.fsNextButton .btn-icon.btn-icon-bordered, .fsBody .fsForm .fsPagination .btn-xl.fsPreviousButton .btn-icon.btn-icon-bordered {
  padding: 15px 24px;
  margin: -15px 24px;
}
.fsBody .btn .btn-icon, .fsBody .fsForm .fsSubmit .fsSubmitButton .btn-icon, .fsBody .fsForm .fsPagination .fsNextButton .btn-icon, .fsBody .fsForm .fsPagination .fsPreviousButton .btn-icon {
  vertical-align: middle;
}
.fsBody .btn .btn-icon.btn-icon-left.btn-icon-bordered, .fsBody .fsForm .fsSubmit .fsSubmitButton .btn-icon.btn-icon-left.btn-icon-bordered, .fsBody .fsForm .fsPagination .fsNextButton .btn-icon.btn-icon-left.btn-icon-bordered, .fsBody .fsForm .fsPagination .fsPreviousButton .btn-icon.btn-icon-left.btn-icon-bordered {
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.06);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.06);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.06);
  border-left-width: 0;
  padding-left: 0;
  margin-left: 0;
}
.fsBody .btn .btn-icon.btn-icon-right.btn-icon-bordered, .fsBody .fsForm .fsSubmit .fsSubmitButton .btn-icon.btn-icon-right.btn-icon-bordered, .fsBody .fsForm .fsPagination .fsNextButton .btn-icon.btn-icon-right.btn-icon-bordered, .fsBody .fsForm .fsPagination .fsPreviousButton .btn-icon.btn-icon-right.btn-icon-bordered {
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.06);
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.06);
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.06);
  border-right-width: 0;
  padding-right: 0;
  margin-right: 0;
}
.fsBody .btn .btn-icon.btn-icon-bordered, .fsBody .fsForm .fsSubmit .fsSubmitButton .btn-icon.btn-icon-bordered, .fsBody .fsForm .fsPagination .fsNextButton .btn-icon.btn-icon-bordered, .fsBody .fsForm .fsPagination .fsPreviousButton .btn-icon.btn-icon-bordered {
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.06), inset -1px 0 0 rgba(0, 0, 0, 0.06);
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.06), inset -1px 0 0 rgba(0, 0, 0, 0.06);
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.06), inset -1px 0 0 rgba(0, 0, 0, 0.06);
  border-width: 0 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.1);
  line-height: inherit;
}
.fsBody .btn h1, .fsBody .fsForm .fsSubmit .fsSubmitButton h1, .fsBody .fsForm .fsPagination .fsNextButton h1, .fsBody .fsForm .fsPagination .fsPreviousButton h1, .fsBody .btn h2, .fsBody .fsForm .fsSubmit .fsSubmitButton h2, .fsBody .fsForm .fsPagination .fsNextButton h2, .fsBody .fsForm .fsPagination .fsPreviousButton h2, .fsBody .btn h3, .fsBody .fsForm .fsSubmit .fsSubmitButton h3, .fsBody .fsForm .fsPagination .fsNextButton h3, .fsBody .fsForm .fsPagination .fsPreviousButton h3, .fsBody .btn h4, .fsBody .fsForm .fsSubmit .fsSubmitButton h4, .fsBody .fsForm .fsPagination .fsNextButton h4, .fsBody .fsForm .fsPagination .fsPreviousButton h4, .fsBody .btn h5, .fsBody .fsForm .fsSubmit .fsSubmitButton h5, .fsBody .fsForm .fsPagination .fsNextButton h5, .fsBody .fsForm .fsPagination .fsPreviousButton h5, .fsBody .btn h6, .fsBody .fsForm .fsSubmit .fsSubmitButton h6, .fsBody .fsForm .fsPagination .fsNextButton h6, .fsBody .fsForm .fsPagination .fsPreviousButton h6 {
  margin-top: 10px;
}
.fsBody h1 .btn, .fsBody h1 .fsForm .fsSubmit .fsSubmitButton, .fsBody .fsForm .fsSubmit h1 .fsSubmitButton, .fsBody h1 .fsForm .fsPagination .fsNextButton, .fsBody .fsForm .fsPagination h1 .fsNextButton, .fsBody h1 .fsForm .fsPagination .fsPreviousButton, .fsBody .fsForm .fsPagination h1 .fsPreviousButton, .fsBody h2 .btn, .fsBody h2 .fsForm .fsSubmit .fsSubmitButton, .fsBody .fsForm .fsSubmit h2 .fsSubmitButton, .fsBody h2 .fsForm .fsPagination .fsNextButton, .fsBody .fsForm .fsPagination h2 .fsNextButton, .fsBody h2 .fsForm .fsPagination .fsPreviousButton, .fsBody .fsForm .fsPagination h2 .fsPreviousButton, .fsBody h3 .btn, .fsBody h3 .fsForm .fsSubmit .fsSubmitButton, .fsBody .fsForm .fsSubmit h3 .fsSubmitButton, .fsBody h3 .fsForm .fsPagination .fsNextButton, .fsBody .fsForm .fsPagination h3 .fsNextButton, .fsBody h3 .fsForm .fsPagination .fsPreviousButton, .fsBody .fsForm .fsPagination h3 .fsPreviousButton, .fsBody h4 .btn, .fsBody h4 .fsForm .fsSubmit .fsSubmitButton, .fsBody .fsForm .fsSubmit h4 .fsSubmitButton, .fsBody h4 .fsForm .fsPagination .fsNextButton, .fsBody .fsForm .fsPagination h4 .fsNextButton, .fsBody h4 .fsForm .fsPagination .fsPreviousButton, .fsBody .fsForm .fsPagination h4 .fsPreviousButton, .fsBody h5 .btn, .fsBody h5 .fsForm .fsSubmit .fsSubmitButton, .fsBody .fsForm .fsSubmit h5 .fsSubmitButton, .fsBody h5 .fsForm .fsPagination .fsNextButton, .fsBody .fsForm .fsPagination h5 .fsNextButton, .fsBody h5 .fsForm .fsPagination .fsPreviousButton, .fsBody .fsForm .fsPagination h5 .fsPreviousButton, .fsBody h6 .btn, .fsBody h6 .fsForm .fsSubmit .fsSubmitButton, .fsBody .fsForm .fsSubmit h6 .fsSubmitButton, .fsBody h6 .fsForm .fsPagination .fsNextButton, .fsBody .fsForm .fsPagination h6 .fsNextButton, .fsBody h6 .fsForm .fsPagination .fsPreviousButton, .fsBody .fsForm .fsPagination h6 .fsPreviousButton {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fsBody .btn-spans-screen {
  border-radius: 0;
  border-radius: 0;
  border-radius: 0;
  border-width: 1px 0;
}
@media (max-width: 750px) {
  .fsBody .btn-spans-screen-xs {
    border-radius: 0;
    border-radius: 0;
    border-radius: 0;
    border-width: 1px 0;
  }
}
@media (max-width: 992px) {
  .fsBody .btn-spans-screen-sm {
    border-radius: 0;
    border-radius: 0;
    border-radius: 0;
    border-width: 1px 0;
  }
}
.fsBody .navbar-search .btn, .fsBody .navbar-search .fsForm .fsSubmit .fsSubmitButton, .fsBody .fsForm .fsSubmit .navbar-search .fsSubmitButton, .fsBody .navbar-search .fsForm .fsPagination .fsNextButton, .fsBody .fsForm .fsPagination .navbar-search .fsNextButton, .fsBody .navbar-search .fsForm .fsPagination .fsPreviousButton, .fsBody .fsForm .fsPagination .navbar-search .fsPreviousButton {
  position: relative;
  z-index: 2;
}
.fsBody .btn-royal {
  color: white;
  background-color: #2e2e89;
  border-color: #24246a;
}
.fsBody .btn-royal:hover, .fsBody .btn-royal:focus, .fsBody .btn-royal:active, .fsBody .btn-royal.active, .open > .fsBody .btn-royal.dropdown-toggle {
  color: white;
  background-color: #212163;
  border-color: #14143d;
}
.fsBody .btn-royal:active, .fsBody .btn-royal.active, .open > .fsBody .btn-royal.dropdown-toggle {
  background-image: none;
}
.fsBody .btn-royal.disabled, .fsBody .btn-royal.disabled:hover, .fsBody .btn-royal.disabled:focus, .fsBody .btn-royal.disabled:active, .fsBody .btn-royal.disabled.active, .fsBody .btn-royal[disabled], .fsBody .btn-royal[disabled]:hover, .fsBody .btn-royal[disabled]:focus, .fsBody .btn-royal[disabled]:active, .fsBody .btn-royal[disabled].active, fieldset[disabled] .fsBody .btn-royal, fieldset[disabled] .fsBody .btn-royal:hover, fieldset[disabled] .fsBody .btn-royal:focus, fieldset[disabled] .fsBody .btn-royal:active, fieldset[disabled] .fsBody .btn-royal.active {
  background-color: #2e2e89;
  border-color: #24246a;
}
.fsBody .btn-royal .badge {
  color: #2e2e89;
  background-color: white;
}
.fsBody .btn-white {
  color: #333;
  background-color: transparent;
  border-color: white;
  background-color: transparent;
  border-color: transparent;
}
.fsBody .btn-white:hover, .fsBody .btn-white:focus, .fsBody .btn-white:active, .fsBody .btn-white.active, .open > .fsBody .btn-white.dropdown-toggle {
  color: #333;
  background-color: transparent;
  border-color: #e0e0e0;
}
.fsBody .btn-white:active, .fsBody .btn-white.active, .open > .fsBody .btn-white.dropdown-toggle {
  background-image: none;
}
.fsBody .btn-white.disabled, .fsBody .btn-white.disabled:hover, .fsBody .btn-white.disabled:focus, .fsBody .btn-white.disabled:active, .fsBody .btn-white.disabled.active, .fsBody .btn-white[disabled], .fsBody .btn-white[disabled]:hover, .fsBody .btn-white[disabled]:focus, .fsBody .btn-white[disabled]:active, .fsBody .btn-white[disabled].active, fieldset[disabled] .fsBody .btn-white, fieldset[disabled] .fsBody .btn-white:hover, fieldset[disabled] .fsBody .btn-white:focus, fieldset[disabled] .fsBody .btn-white:active, fieldset[disabled] .fsBody .btn-white.active {
  background-color: transparent;
  border-color: white;
}
.fsBody .btn-white .badge {
  color: transparent;
  background-color: #333;
}
.fsBody .btn-light {
  color: inherit;
  background-color: rgba(255, 255, 255, 0.8);
  border-color: transparent;
  border-top-color: rgba(255, 255, 255, 0.25);
}
.fsBody .btn-light:hover, .fsBody .btn-light:focus, .fsBody .btn-light:active, .fsBody .btn-light.active, .open > .fsBody .btn-light.dropdown-toggle {
  color: inherit;
  background-color: rgba(230, 230, 230, 0.8);
  border-color: transparent;
}
.fsBody .btn-light:active, .fsBody .btn-light.active, .open > .fsBody .btn-light.dropdown-toggle {
  background-image: none;
}
.fsBody .btn-light.disabled, .fsBody .btn-light.disabled:hover, .fsBody .btn-light.disabled:focus, .fsBody .btn-light.disabled:active, .fsBody .btn-light.disabled.active, .fsBody .btn-light[disabled], .fsBody .btn-light[disabled]:hover, .fsBody .btn-light[disabled]:focus, .fsBody .btn-light[disabled]:active, .fsBody .btn-light[disabled].active, fieldset[disabled] .fsBody .btn-light, fieldset[disabled] .fsBody .btn-light:hover, fieldset[disabled] .fsBody .btn-light:focus, fieldset[disabled] .fsBody .btn-light:active, fieldset[disabled] .fsBody .btn-light.active {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: transparent;
}
.fsBody .btn-light .badge {
  color: rgba(255, 255, 255, 0.8);
  background-color: inherit;
}
.fsBody .btn-light:hover, .fsBody .btn-light:focus, .fsBody .btn-light:active, .fsBody .btn-light.active, .open > .fsBody .btn-light.dropdown-toggle {
  background-color: white;
}
.fsBody .navbar-default .navbar-nav > li > a.btn-cta,
.fsBody .btn-cta {
  color: white;
  background-color: #ea8715;
  border-color: #c57112;
}
.fsBody .navbar-default .navbar-nav > li > a.btn-cta:hover, .fsBody .navbar-default .navbar-nav > li > a.btn-cta:focus, .fsBody .navbar-default .navbar-nav > li > a.btn-cta:active, .fsBody .navbar-default .navbar-nav > li > a.btn-cta.active, .open > .fsBody .navbar-default .navbar-nav > li > a.btn-cta.dropdown-toggle,
.fsBody .btn-cta:hover,
.fsBody .btn-cta:focus,
.fsBody .btn-cta:active,
.fsBody .btn-cta.active, .open >
.fsBody .btn-cta.dropdown-toggle {
  color: white;
  background-color: #bb6c11;
  border-color: #8c510d;
}
.fsBody .navbar-default .navbar-nav > li > a.btn-cta:active, .fsBody .navbar-default .navbar-nav > li > a.btn-cta.active, .open > .fsBody .navbar-default .navbar-nav > li > a.btn-cta.dropdown-toggle,
.fsBody .btn-cta:active,
.fsBody .btn-cta.active, .open >
.fsBody .btn-cta.dropdown-toggle {
  background-image: none;
}
.fsBody .navbar-default .navbar-nav > li > a.btn-cta.disabled, .fsBody .navbar-default .navbar-nav > li > a.btn-cta.disabled:hover, .fsBody .navbar-default .navbar-nav > li > a.btn-cta.disabled:focus, .fsBody .navbar-default .navbar-nav > li > a.btn-cta.disabled:active, .fsBody .navbar-default .navbar-nav > li > a.btn-cta.disabled.active, .fsBody .navbar-default .navbar-nav > li > a.btn-cta[disabled], .fsBody .navbar-default .navbar-nav > li > a.btn-cta[disabled]:hover, .fsBody .navbar-default .navbar-nav > li > a.btn-cta[disabled]:focus, .fsBody .navbar-default .navbar-nav > li > a.btn-cta[disabled]:active, .fsBody .navbar-default .navbar-nav > li > a.btn-cta[disabled].active, fieldset[disabled] .fsBody .navbar-default .navbar-nav > li > a.btn-cta, fieldset[disabled] .fsBody .navbar-default .navbar-nav > li > a.btn-cta:hover, fieldset[disabled] .fsBody .navbar-default .navbar-nav > li > a.btn-cta:focus, fieldset[disabled] .fsBody .navbar-default .navbar-nav > li > a.btn-cta:active, fieldset[disabled] .fsBody .navbar-default .navbar-nav > li > a.btn-cta.active,
.fsBody .btn-cta.disabled,
.fsBody .btn-cta.disabled:hover,
.fsBody .btn-cta.disabled:focus,
.fsBody .btn-cta.disabled:active,
.fsBody .btn-cta.disabled.active,
.fsBody .btn-cta[disabled],
.fsBody .btn-cta[disabled]:hover,
.fsBody .btn-cta[disabled]:focus,
.fsBody .btn-cta[disabled]:active,
.fsBody .btn-cta[disabled].active, fieldset[disabled]
.fsBody .btn-cta, fieldset[disabled]
.fsBody .btn-cta:hover, fieldset[disabled]
.fsBody .btn-cta:focus, fieldset[disabled]
.fsBody .btn-cta:active, fieldset[disabled]
.fsBody .btn-cta.active {
  background-color: #ea8715;
  border-color: #c57112;
}
.fsBody .navbar-default .navbar-nav > li > a.btn-cta .badge,
.fsBody .btn-cta .badge {
  color: #ea8715;
  background-color: white;
}
.fsBody .navbar-default .navbar-nav > li > a.btn-cta, .fsBody .navbar-default .navbar-nav > li > a.btn-cta.btn-hollow:hover, .fsBody .navbar-default .navbar-nav > li > a.btn-cta.btn-hollow:active, .fsBody .navbar-default .navbar-nav > li > a.btn-cta.btn-hollow:focus,
.fsBody .btn-cta,
.fsBody .btn-cta.btn-hollow:hover,
.fsBody .btn-cta.btn-hollow:active,
.fsBody .btn-cta.btn-hollow:focus {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(234, 135, 21, 0) 75%, rgba(197, 113, 18, 0.25) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(234, 135, 21, 0) 75%, rgba(197, 113, 18, 0.25) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(234, 135, 21, 0) 75%, rgba(197, 113, 18, 0.25) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(234, 135, 21, 0) 75%, rgba(197, 113, 18, 0.25) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(234, 135, 21, 0) 75%, rgba(197, 113, 18, 0.25) 100%);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
.fsBody .navbar-default .navbar-nav > li > a.btn-cta.btn-hollow,
.fsBody .btn-cta.btn-hollow {
  background-image: none;
  text-shadow: none;
}
.fsBody .navbar-default .navbar-nav > li > a.btn-cta:hover,
.fsBody .btn-cta:hover {
  background-color: #ed9a3a;
  border-color: #c57112;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.fsBody .btn-hollow {
  transition: background-color 0.12s ease-out, color 0.3s ease-out;
  transition: background-color 0.12s ease-out, color 0.3s ease-out;
  transition: background-color 0.12s ease-out, color 0.3s ease-out;
  transition: background-color 0.12s ease-out, color 0.3s ease-out;
  background-color: transparent;
  color: inherit;
  text-shadow: none;
}
.fsBody .btn-xl {
  padding: 20px 32px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 3px;
}
.fsBody .short-message {
  padding: 10px 0 30px;
}
.fsBody .short-message h1 {
  margin-top: 0;
  font-size: 24px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 5px solid #2e2e89;
}
@-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;
  }
}
.fsBody .progress, .fsBody div.fsProgress .fsProgressBarContainer, div.fsProgress .fsBody .fsProgressBarContainer {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 2px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.fsBody .progress-bar, .fsBody div.fsProgress .fsProgressBar, div.fsProgress .fsBody .fsProgressBar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #21536c;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
  transition: width 0.6s ease;
  transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.fsBody .progress-striped .progress-bar, .fsBody .progress-striped div.fsProgress .fsProgressBar, div.fsProgress .fsBody .progress-striped .fsProgressBar,
.fsBody .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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 40px 40px;
}
.fsBody .progress.active .progress-bar, .fsBody div.fsProgress .active.fsProgressBarContainer .progress-bar, div.fsProgress .fsBody .active.fsProgressBarContainer .progress-bar, .fsBody .progress.active div.fsProgress .fsProgressBar, div.fsProgress .fsBody .progress.active .fsProgressBar, .fsBody div.fsProgress .active.fsProgressBarContainer .fsProgressBar, div.fsProgress .fsBody .active.fsProgressBarContainer .fsProgressBar,
.fsBody .progress-bar.active,
.fsBody div.fsProgress .active.fsProgressBar,
div.fsProgress .fsBody .active.fsProgressBar {
  animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.fsBody .progress-bar[aria-valuenow="1"], .fsBody div.fsProgress [aria-valuenow="1"].fsProgressBar, div.fsProgress .fsBody [aria-valuenow="1"].fsProgressBar, .fsBody .progress-bar[aria-valuenow="2"], .fsBody div.fsProgress [aria-valuenow="2"].fsProgressBar, div.fsProgress .fsBody [aria-valuenow="2"].fsProgressBar {
  min-width: 30px;
}
.fsBody .progress-bar[aria-valuenow="0"], .fsBody div.fsProgress [aria-valuenow="0"].fsProgressBar, div.fsProgress .fsBody [aria-valuenow="0"].fsProgressBar {
  color: #96979c;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.fsBody .progress-bar-success {
  background-color: #75a25e;
}
.progress-striped .fsBody .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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}
.fsBody .progress-bar-info {
  background-color: #5bb0be;
}
.progress-striped .fsBody .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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}
.fsBody .progress-bar-warning {
  background-color: #eba605;
}
.progress-striped .fsBody .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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}
.fsBody .progress-bar-danger {
  background-color: #a61416;
}
.progress-striped .fsBody .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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}
.fsBody #fsHeaderImage {
  margin-top: 30px;
}
.fsBody .fsForm {
  margin: 0;
  border: 0;
  padding: 0;
  width: 100%;
}
.fsBody .fsForm .fsPage {
  padding: 15px;
}
.fsBody .fsForm .fsSubmit {
  padding: 15px;
  margin: 0;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  background: rgba(255, 255, 255, 0.95);
}
.fsBody .fsForm .fsSubmit .fsSubmitButton {
  color: #fff !important;
  background-color: #21536c !important;
}
.fsBody .fsForm .fsPagination .fsNextButton, .fsBody .fsForm .fsPagination .fsPreviousButton {
  background: #fff !important;
  margin-top: 6px;
  width: auto;
  height: auto;
  border: 1px solid #ccc;
  text-indent: 0;
}
.fsBody .fsForm .fsPagination .fsNextButton:hover, .fsBody .fsForm .fsPagination .fsNextButton:focus, .fsBody .fsForm .fsPagination .fsNextButton:active, .fsBody .fsForm .fsPagination .fsPreviousButton:hover, .fsBody .fsForm .fsPagination .fsPreviousButton:focus, .fsBody .fsForm .fsPagination .fsPreviousButton:active {
  background: #e6e6e6 !important;
}
.fsBody .fsForm .fsPagination .fsNextButton .fsFull, .fsBody .fsForm .fsPagination .fsPreviousButton .fsFull {
  display: inline;
  color: #333;
  text-indent: 0;
}
.fsBody .fsForm .fsPagination .fsNextButton .fsSlim, .fsBody .fsForm .fsPagination .fsPreviousButton .fsSlim {
  display: none;
}
.fsBody .fsForm .fsSectionHeader {
  background: transparent;
  padding: 0 15px;
  margin: 0 0 6px 0;
}
.fsBody .fsForm .fsSectionHeading {
  color: #5bb0be;
  font-size: 30px;
  font-weight: 300;
}
.fsBody .fsForm input[type=text].fsRequired, .fsBody .fsForm input[type=text].fsField, .fsBody .fsForm input[type=text].fsOtherField, .fsBody .fsForm input[type=number].fsRequired, .fsBody .fsForm input[type=number].fsField, .fsBody .fsForm input[type=number].fsOtherField, .fsBody .fsForm input[type=email].fsRequired, .fsBody .fsForm input[type=email].fsField, .fsBody .fsForm input[type=email].fsOtherField, .fsBody .fsForm input[type=tel].fsRequired, .fsBody .fsForm input[type=tel].fsField, .fsBody .fsForm input[type=tel].fsOtherField, .fsBody .fsForm textarea.fsRequired, .fsBody .fsForm textarea.fsField, .fsBody .fsForm textarea.fsOtherField, .fsBody .fsForm select.fsRequired, .fsBody .fsForm select.fsField, .fsBody .fsForm select.fsOtherField {
  display: inline-block;
  font-weight: normal;
  max-width: 100%;
}
.fsBody .fsForm .fieldset-content select, .fsBody .fsForm .fsProductField select {
  width: auto;
}
.fsBody .fsForm .fsField.fsFormatNumber {
  width: auto !important;
}
.fsBody .fsForm .fsSubField.fsFieldCity {
  width: calc(60% - 5px);
}
.fsBody .fsForm .fsSubField.fsFieldState {
  width: calc(30% - 5px);
}
.fsBody .fsForm .fsSubField.fsFieldZip {
  width: 10%;
  margin-right: 0;
}
.fsBody .fsForm .fsSubField.fsNameFirst {
  width: calc(50% - 2.5px);
}
.fsBody .fsForm .fsSubField.fsNameLast {
  width: calc(50% - 2.5px);
  margin-right: 0;
}
.fsBody .fsForm .fsLabel, .fsBody .fsForm .fsOptionLabel {
  color: #21536c;
  margin-bottom: 5px;
}
.fsBody .fsForm .fsLabel.fsLabelVertical, .fsBody .fsForm .fsLabel.vertical, .fsBody .fsForm .fsOptionLabel.fsLabelVertical, .fsBody .fsForm .fsOptionLabel.vertical {
  display: block;
}
.fsBody .fsForm .fsLabel .fsField[type=checkbox], .fsBody .fsForm .fsLabel .fsField[type=radio], .fsBody .fsForm .fsOptionLabel .fsField[type=checkbox], .fsBody .fsForm .fsOptionLabel .fsField[type=radio] {
  margin-right: 7px;
}
.fsBody .fsForm .fsLabel .fsRequiredMarker, .fsBody .fsForm .fsOptionLabel .fsRequiredMarker {
  color: #a61416;
}
.fsBody .fsForm .fsCreditCardLogo {
  margin-top: 5px;
}
.fsBody .fsForm .fsSection {
  padding-top: 0 !important;
}
.fsBody .fsForm .fsSupporting {
  font-size: 90%;
}
.fsBody .fsForm .fsRowBody {
  padding: 8px 15px;
}
.fsBody .fsForm .fsFieldCell.fsSpan25 {
  width: 25%;
}
.fsBody .fsForm .fsFieldCell.fsSpan50 {
  width: 50%;
}
.fsBody .fsForm .fsFieldFocused {
  background-color: transparent;
}
.fsBody .fsForm .fsValidationError {
  background: transparent !important;
}
.fsBody .fsForm .fsValidationError .fsField[aria-invalid=true], .fsBody .fsForm .fsValidationError .fsSubField .fsField {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.fsBody .fsForm .fsValidationError .fsField[aria-invalid=true]:focus, .fsBody .fsForm .fsValidationError .fsSubField .fsField:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.fsBody #fsSubmissionCheckmark {
  display: none;
}
.fsBody .fsSectionText {
  padding-left: 0 !important;
}
.fsBody .fs2Col, .fsBody .fs3Col, .fsBody .fs4Col {
  min-width: auto;
}

.fsboxshadow .fsBody .fsForm {
  -webkit-box-shadow: none;
  box-shadow: none;
}

div.fsProgress {
  border: 0;
}
div.fsProgress .fsProgressBarContainer {
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid white;
}
div.fsProgress .fsProgressBar {
  background-color: #80c2cc;
}
.progress-striped div.fsProgress .fsProgressBar {
  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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}
div.fsProgress .fsProgressText {
  text-shadow: 0 -1px rgba(255, 255, 255, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  line-height: 18px;
  font-size: 12px;
}

.modal-backdrop {
  background: rgba(255, 255, 255, 0.8);
}

.close {
  margin-top: -5px;
}

.short-message {
  text-align: center;
}

.et_pb_bg_layout_dark .fsBody .fsForm input[type=text].fsRequired, .et_pb_bg_layout_dark .fsBody .fsForm input[type=text].fsField, .et_pb_bg_layout_dark .fsBody .fsForm input[type=text].fsOtherField, .et_pb_bg_layout_dark .fsBody .fsForm input[type=number].fsRequired, .et_pb_bg_layout_dark .fsBody .fsForm input[type=number].fsField, .et_pb_bg_layout_dark .fsBody .fsForm input[type=number].fsOtherField, .et_pb_bg_layout_dark .fsBody .fsForm input[type=email].fsRequired, .et_pb_bg_layout_dark .fsBody .fsForm input[type=email].fsField, .et_pb_bg_layout_dark .fsBody .fsForm input[type=email].fsOtherField, .et_pb_bg_layout_dark .fsBody .fsForm input[type=tel].fsRequired, .et_pb_bg_layout_dark .fsBody .fsForm input[type=tel].fsField, .et_pb_bg_layout_dark .fsBody .fsForm input[type=tel].fsOtherField, .et_pb_bg_layout_dark .fsBody .fsForm textarea.fsRequired, .et_pb_bg_layout_dark .fsBody .fsForm textarea.fsField, .et_pb_bg_layout_dark .fsBody .fsForm textarea.fsOtherField, .et_pb_bg_layout_dark .fsBody .fsForm select.fsRequired, .et_pb_bg_layout_dark .fsBody .fsForm select.fsField, .et_pb_bg_layout_dark .fsBody .fsForm select.fsOtherField {
  border-style: solid;
  border-color: white;
  color: white;
  border-width: 2px;
  background-color: transparent;
}
.et_pb_bg_layout_dark .fsBody .fsForm input[type=text].fsRequired::-moz-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm input[type=text].fsField::-moz-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm input[type=text].fsOtherField::-moz-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm input[type=number].fsRequired::-moz-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm input[type=number].fsField::-moz-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm input[type=number].fsOtherField::-moz-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm input[type=email].fsRequired::-moz-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm input[type=email].fsField::-moz-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm input[type=email].fsOtherField::-moz-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm input[type=tel].fsRequired::-moz-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm input[type=tel].fsField::-moz-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm input[type=tel].fsOtherField::-moz-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm textarea.fsRequired::-moz-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm textarea.fsField::-moz-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm textarea.fsOtherField::-moz-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm select.fsRequired::-moz-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm select.fsField::-moz-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm select.fsOtherField::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}
.et_pb_bg_layout_dark .fsBody .fsForm input[type=text].fsRequired:-ms-input-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm input[type=text].fsField:-ms-input-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm input[type=text].fsOtherField:-ms-input-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm input[type=number].fsRequired:-ms-input-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm input[type=number].fsField:-ms-input-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm input[type=number].fsOtherField:-ms-input-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm input[type=email].fsRequired:-ms-input-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm input[type=email].fsField:-ms-input-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm input[type=email].fsOtherField:-ms-input-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm input[type=tel].fsRequired:-ms-input-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm input[type=tel].fsField:-ms-input-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm input[type=tel].fsOtherField:-ms-input-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm textarea.fsRequired:-ms-input-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm textarea.fsField:-ms-input-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm textarea.fsOtherField:-ms-input-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm select.fsRequired:-ms-input-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm select.fsField:-ms-input-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm select.fsOtherField:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.et_pb_bg_layout_dark .fsBody .fsForm input[type=text].fsRequired::-webkit-input-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm input[type=text].fsField::-webkit-input-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm input[type=text].fsOtherField::-webkit-input-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm input[type=number].fsRequired::-webkit-input-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm input[type=number].fsField::-webkit-input-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm input[type=number].fsOtherField::-webkit-input-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm input[type=email].fsRequired::-webkit-input-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm input[type=email].fsField::-webkit-input-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm input[type=email].fsOtherField::-webkit-input-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm input[type=tel].fsRequired::-webkit-input-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm input[type=tel].fsField::-webkit-input-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm input[type=tel].fsOtherField::-webkit-input-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm textarea.fsRequired::-webkit-input-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm textarea.fsField::-webkit-input-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm textarea.fsOtherField::-webkit-input-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm select.fsRequired::-webkit-input-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm select.fsField::-webkit-input-placeholder, .et_pb_bg_layout_dark .fsBody .fsForm select.fsOtherField::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.et_pb_bg_layout_dark .fsBody .fsForm input[type=text].fsRequired:focus, .et_pb_bg_layout_dark .fsBody .fsForm input[type=text].fsField:focus, .et_pb_bg_layout_dark .fsBody .fsForm input[type=text].fsOtherField:focus, .et_pb_bg_layout_dark .fsBody .fsForm input[type=number].fsRequired:focus, .et_pb_bg_layout_dark .fsBody .fsForm input[type=number].fsField:focus, .et_pb_bg_layout_dark .fsBody .fsForm input[type=number].fsOtherField:focus, .et_pb_bg_layout_dark .fsBody .fsForm input[type=email].fsRequired:focus, .et_pb_bg_layout_dark .fsBody .fsForm input[type=email].fsField:focus, .et_pb_bg_layout_dark .fsBody .fsForm input[type=email].fsOtherField:focus, .et_pb_bg_layout_dark .fsBody .fsForm input[type=tel].fsRequired:focus, .et_pb_bg_layout_dark .fsBody .fsForm input[type=tel].fsField:focus, .et_pb_bg_layout_dark .fsBody .fsForm input[type=tel].fsOtherField:focus, .et_pb_bg_layout_dark .fsBody .fsForm textarea.fsRequired:focus, .et_pb_bg_layout_dark .fsBody .fsForm textarea.fsField:focus, .et_pb_bg_layout_dark .fsBody .fsForm textarea.fsOtherField:focus, .et_pb_bg_layout_dark .fsBody .fsForm select.fsRequired:focus, .et_pb_bg_layout_dark .fsBody .fsForm select.fsField:focus, .et_pb_bg_layout_dark .fsBody .fsForm select.fsOtherField:focus {
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), inset 0 1px 6px rgba(0, 0, 0, 0.1), 0 0 5px 5px rgba(45, 113, 147, 0.15);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), inset 0 1px 6px rgba(0, 0, 0, 0.1), 0 0 5px 5px rgba(45, 113, 147, 0.15);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), inset 0 1px 6px rgba(0, 0, 0, 0.1), 0 0 5px 5px rgba(45, 113, 147, 0.15);
  background-color: rgba(0, 0, 0, 0.05);
  border-color: white;
}

.et_pb_bg_layout_dark .fsBody .fsForm .fsSubmit .fsSubmitButton {
  background-color: transparent;
  color: white;
  border-style: solid;
  border-color: white;
  border-width: 2px;
  font-weight: bold;
}
.et_pb_bg_layout_dark .fsBody .fsForm .fsSubmit .fsSubmitButton:hover {
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}

.et_pb_bg_layout_dark .fsBody .fsForm {
  background: transparent;
  box-shadow: none;
}
.et_pb_bg_layout_dark .fsBody .fsForm * {
  font-family: 'Open Sans', Arial, sans-serif !important;
}
.et_pb_bg_layout_dark .fsBody .fsForm .fsLabel, .et_pb_bg_layout_dark .fsBody .fsForm .fsOptionLabel, .et_pb_bg_layout_dark .fsBody .fsForm .fsSupporting.fsRequiredLabel, .et_pb_bg_layout_dark .fsBody .fsForm .fsRequiredMarker {
  color: white;
}
.et_pb_bg_layout_dark .fsBody .fsForm .fsSupporting {
  color: rgba(255, 255, 255, 0.8);
}
.et_pb_bg_layout_dark .fsBody .fsForm .fsSubmit {
  position: static;
  background: transparent;
  border-color: transparent;
}

.et_pb_bg_layout_light .fsBody .fsForm {
  background: transparent;
}
.et_pb_bg_layout_light .fsBody .fsForm .fsSubmit {
  background: transparent;
}

#page-container .fsBody {
  padding-bottom: 0;
}
#page-container .fsBody .fsForm .fsSubmit {
  position: static;
}
