/*  ZMIENNE GLOBALNE  */
/*  KONIEC ZMIENNYCH GLOBALNYCH */
/* ZMIENNE TEMPLATEU STRONY */
/*  START CHECKBOX, RADIOBUTTON */
/*Obrazek z ptaszkiem w checkbox*/
/*
	Oryginalne rozmiary SVG:
	$fmcheck_checked-img-width: 15.941px;
	$fmcheck_checked-img-height: 12.146px;
*/
/*  STOP CHECKBOX, RADIOBUTTON */
/* START PASEK POSTEPU */
/* STOP PASEK POSTEPU */
/* START STOPKA */
/* STOP STOPKA */
.fm-form .radio input[type="radio"],
.fm-form .radio-inline input[type="radio"],
.fm-form .checkbox input[type="checkbox"],
.fm-form .checkbox-inline input[type="checkbox"] {
  margin-left: -20px;
  position: absolute; }

.fm-form .radio, .fm-form .checkbox, .fm-form .radio-inline, .fm-form .checkbox-inline {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 7px; }

.fm-form .radio, .fm-form .checkbox, .fm-form .radio-vert {
  display: table;
  min-height: 27px;
  margin-left: 0px; }
  .fm-form .radio > .radiocheck-label, .fm-form .checkbox > .radiocheck-label, .fm-form .radio-vert > .radiocheck-label {
    padding-left: 5px; }
    .fm-form .radio > .radiocheck-label label, .fm-form .checkbox > .radiocheck-label label, .fm-form .radio-vert > .radiocheck-label label {
      padding: 0 !important; }
  .fm-form .radio > .radiocheck-btn, .fm-form .checkbox > .radiocheck-btn, .fm-form .radio-vert > .radiocheck-btn {
    vertical-align: middle;
    display: table-cell; }

.fm-form .fm-check {
  cursor: pointer;
  padding-left: 20px;
  float: left; }
  .fm-form .fm-check input {
    margin-left: -18px;
    display: none;
    opacity: 0;
    position: absolute; }
    .fm-form .fm-check input:checked + i {
      border-color: #979797; }
    .fm-form .fm-check input:checked + span .active {
      display: inherit; }
    .fm-form .fm-check input[type="radio"] + i {
      border-radius: 50%; }
      .fm-form .fm-check input[type="radio"] + i:before {
        border-radius: 50%; }
    .fm-form .fm-check input[type="radio"]:checked + i:before {
      background-color: #bd9b08;
      height: 10px;
      left: 3px;
      top: 3px;
      width: 10px; }
    .fm-form .fm-check input[type="checkbox"]:checked + i:before {
      background-color: #bd9b08;
      height: 13.71482px;
      width: 18px;
      left: 0px;
      top: 1.31245px;
      background: url("checkmb.svg");
      background-size: 18px 13.71482px; }
    .fm-form .fm-check input[disabled] + i {
      border-color: #C0C0C0;
      background-color: #E6E7E2; }
      .fm-form .fm-check input[disabled] + i:before {
        background-color: #E6E7E2; }
  .fm-form .fm-check > i {
    background-color: #FFFFFF;
    border: 2px solid #C0C0C0;
    display: inline-block;
    height: 20px;
    line-height: 1;
    margin-left: -20px;
    margin-right: 3px;
    margin-top: -2px;
    position: relative;
    vertical-align: middle;
    width: 20px; }
    .fm-form .fm-check > i:before {
      background-color: transparent;
      content: "";
      height: 0;
      left: 50%;
      position: absolute;
      top: 50%;
      transition: all 0.1s ease 0s;
      width: 0; }
  .fm-form .fm-check > span {
    margin-left: -20px; }
    .fm-form .fm-check > span .active {
      display: none; }

@media (min-width: 768px) {
  .fm-form .radio-vert {
    display: inherit; }
    .fm-form .radio-vert > .radiocheck-btn {
      display: inherit;
      text-align: center; }
    .fm-form .radio-vert > .radiocheck-label {
      padding-left: 0px;
      text-align: center; }
  .fm-form .fm-check {
    float: inherit;
    padding-left: 24px; } }

.fm-gold-label {
  color: #bd9b08;
  font-weight: 700 !important; }

.fm-voivmap-map {
  display: none; }

.fm-voivmap-question {
  display: inherit; }

.fm-map-c {
  display: flex;
  flex-wrap: wrap; }
  .fm-map-c__map {
    flex-shrink: 0; }
  .fm-map-c__chosen {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
  .fm-map-c .fm-box {
    width: 430px; }
  .fm-map-c__voiv {
    color: #bd9b08;
    font-size: 30px;
    font-weight: 700;
    padding-right: 20px;
    padding-left: 20px; }

@media (min-width: 768px) {
  .fm-voivmap-map {
    display: inherit; }
  .fm-voivmap-question {
    display: none; } }

@media (max-width: 768px) {
  .fm-map-c__chosen {
    display: none; } }

.fm-dropdown-baskets {
  display: none; }

.fm-dropdown-baskets-question {
  display: inherit; }

@media (min-width: 992px) {
  .fm-dropdown-baskets {
    display: inherit; }
  .fm-dropdown-baskets-question {
    display: none; } }

.fm-hidden-captcha {
  display: none; }

.fm-captcha {
  background-color: #ffffff;
  cursor: pointer;
  text-align: center;
  display: block;
  border-radius: 6px !important;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.18);
  margin-bottom: 15px;
  margin-top: 15px;
  opacity: 1; }
  .fm-captcha > span {
    font-size: 32px;
    line-height: 3em; }
  .fm-captcha:hover, .fm-captcha:focus, .fm-captcha:active {
    border: 2px solid #bd9b08; }

.fm-captcha-selected {
  border: 2px solid #bd9b08; }

.fm-hidden-single-img {
  display: none; }

.fm-single-img {
  background-color: #ffffff;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  opacity: 1;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden; }
  .fm-single-img > span {
    font-size: 32px;
    line-height: 3em; }
  .fm-single-img:hover, .fm-single-img:focus, .fm-single-img:active {
    border: 2px solid #bd9b08;
    border-radius: 50% !important; }

.fm-single-img-selected {
  border: 2px solid #bd9b08;
  border-radius: 50% !important;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); }

.fm-single-img-selected + div {
  font-weight: 700;
  color: #bd9b08; }

.fm-single-img > .checker {
  display: none;
  width: 32px;
  height: 32px;
  padding: 0px;
  top: 5px;
  left: 5px;
  background-color: #F7F7F7;
  background-image: url("img/checked.png") !important;
  background-repeat: no-repeat;
  position: absolute;
  border-radius: 16px !important;
  border: 2px solid #E4E4E4 !important; }

.fm-single-img-selected > .checker {
  display: none; }

.fm-hidden-multi-img {
  display: none; }

.fm-multi-img {
  background-color: #ffffff;
  cursor: pointer;
  text-align: center;
  display: block;
  opacity: 1;
  padding-bottom: 10px;
  padding-top: 10px; }
  .fm-multi-img > span {
    font-size: 32px;
    line-height: 3em; }
  .fm-multi-img:hover, .fm-multi-img:focus, .fm-multi-img:active {
    background-color: #bd9b08;
    border-color: #bd9b08; }

.fm-multi-img-selected {
  background-color: #bd9b08;
  border-color: #bd9b08; }

.fm-multi-img > .checker {
  display: none;
  width: 32px;
  height: 32px;
  padding: 0px;
  top: 5px;
  left: 5px;
  background-color: #F7F7F7;
  background-image: url("img/checked.png") !important;
  background-repeat: no-repeat;
  position: absolute;
  border-radius: 15px !important; }

.fm-multi-img-selected > .checker {
  display: inherit; }

/***
Bootstrap Datepicker
***/
.datepicker.dropdown-menu {
  padding: 5px; }

.datepicker .selected {
  background-color: #909090 !important;
  background-image: none !important;
  filter: none !important; }

.datepicker .active {
  background-color: #4b8df8 !important;
  background-image: none !important;
  filter: none !important; }

.datepicker .active:hover {
  background-color: #2678FC !important;
  background-image: none !important;
  filter: none !important; }

.datepicker .input-daterange input {
  text-align: left; }

/* change z-index when opened in modal */
.modal-open .datepicker {
  z-index: 10055 !important; }

.datepicker table td {
  color: #000;
  font-weight: 300  !important;
  font-family: 'Open Sans' !important; }

.datepicker table th {
  color: #333;
  font-family: 'Open Sans' !important;
  font-weight: 400  !important; }

.datepicker.dropdown-menu {
  box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
  border: 1px solid #efefef; }

/***
Bootstrap Time Picker
***/
.bootstrap-timepicker-widget table td a {
  padding: 4px 0; }

.bootstrap-timepicker-widget input,
.bootstrap-timepicker-widget input:focus {
  outline: none !important;
  border: 0; }

.modal-open .bootstrap-timepicker-widget {
  z-index: 10055 !important; }

.bootstrap-timepicker-widget.timepicker-orient-bottom:before,
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  top: auto; }

@font-face {
  font-family: 'KantarBrown-Regular';
  src: url("fonts/KantarBrown-Regular.eot");
  src: url("fonts/KantarBrown-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/KantarBrown-Regular.woff") format("woff"), url("fonts/KantarBrown-Regular.ttf") format("truetype"), url("fonts/KantarBrown-Regular.svg#KantarBrown-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'KantarBrown-Light';
  src: url("fonts/KantarBrown-Light.eot");
  src: url("fonts/KantarBrown-Light.eot?#iefix") format("embedded-opentype"), url("fonts/KantarBrown-Light.woff") format("woff"), url("fonts/KantarBrown-Light.ttf") format("truetype"), url("fonts/KantarBrown-Light.svg#KantarBrown-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'KantarBrown-Bold';
  src: url("fonts/KantarBrown-Bold.eot");
  src: url("fonts/KantarBrown-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/KantarBrown-Bold.woff") format("woff"), url("fonts/KantarBrown-Bold.ttf") format("truetype"), url("fonts/KantarBrown-Bold.svg#KantarBrown-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("fonts/Lato-Bold.eot");
  src: url("fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Bold.woff2") format("woff2"), url("fonts/Lato-Bold.woff") format("woff"), url("fonts/Lato-Bold.ttf") format("truetype"), url("fonts/Lato-Bold.svg#Lato-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("fonts/Lato-Light.eot");
  src: url("fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Light.woff2") format("woff2"), url("fonts/Lato-Light.woff") format("woff"), url("fonts/Lato-Light.ttf") format("truetype"), url("fonts/Lato-Light.svg#Lato-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("fonts/Lato-Regular.eot");
  src: url("fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Regular.woff2") format("woff2"), url("fonts/Lato-Regular.woff") format("woff"), url("fonts/Lato-Regular.ttf") format("truetype"), url("fonts/Lato-Regular.svg#Lato-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

div,
input,
select,
textarea,
span,
img,
table,
label,
td,
th,
p,
a,
button,
ul,
code,
pre,
li {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after,
.fm-form .fm-questions .form-group:before, .fm-form .fm-questions .form-group:after,
.fm-form .fm-questions .fm-question .form-group:before, .fm-form .fm-questions .fm-question .form-group:after,
.btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
  clear: both; }

body {
  color: #000000;
  font: 400 16px "Lato", Helvetica, Arial, sans-serif;
  padding: 0px !important;
  margin: 0px !important;
  direction: ltr;
  background-color: #F4F8F9; }

a {
  color: #bd9b08; }

.fm-bold {
  font-weight: 700; }

.fm-border {
  border-bottom: 1px solid #C0C0C0; }

.fm-border-t {
  border-top: 1px solid #C0C0C0; }

.fm-black {
  color: #333333; }

.fm-grey {
  color: #979797; }

.fm-gold {
  color: #bd9b08; }

.fm-join {
  font-size: 29px;
  font-weight: 300;
  margin-top: 50px;
  font-family: 'Nothing You Could Do', cursive; }

.fm-mb-20 {
  margin-bottom: 20px; }

.fm-mt-10 {
  margin-top: 10px; }

.fm-mt-20 {
  margin-top: 20px; }

.fm-mt-50 {
  margin-top: 50px; }

.fm-mt-100 {
  margin-top: 100px; }

.fm-pt-20 {
  padding-top: 20px; }

.fm-flex-col {
  display: flex;
  flex-direction: column;
  align-items: center; }

.fm-intro-pic {
  position: absolute;
  right: 0;
  bottom: 0; }
  @media (max-width: 500px) {
    .fm-intro-pic {
      height: 98px;
      bottom: 55px;
      right: 10px; } }

.fm-intro-p {
  width: 50%; }
  @media (max-width: 500px) {
    .fm-intro-p {
      width: 100%; } }

.fm-intro-p2 {
  width: 90%; }
  @media (max-width: 500px) {
    .fm-intro-p2 {
      width: 100%; } }

.fm-intro-p,
.fm-intro-p2 {
  margin-top: 20px; }
  @media (max-width: 500px) {
    .fm-intro-p,
    .fm-intro-p2 {
      margin-top: 0; } }

.fm-flex-vc {
  display: flex;
  align-items: center; }

.fm-intro-div {
  width: 100%;
  padding: 0 20px; }
  @media (max-width: 768px) {
    .fm-intro-div {
      padding: 0; } }

.fm-tc {
  text-align: center; }

.fm-blank {
  float: right; }
  @media (max-width: 768px) {
    .fm-blank {
      display: none; } }

.main {
  min-height: calc(100vh - 58px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px; }
  @media (max-width: 768px) {
    .main {
      padding: 20px 12px; } }
  .main > .container {
    width: 90%;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    border-radius: 5px !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    overflow: hidden; }
    @media (max-width: 768px) {
      .main > .container {
        width: 100%;
        box-shadow: 1px 2px 7px rgba(1, 0, 0, 0.51); } }
    .main > .container .header,
    .main > .container .header-white {
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative;
      width: 100%; }
      .main > .container .header img,
      .main > .container .header-white img {
        max-width: 100%; }
    @media (max-width: 768px) {
      .main > .container .header {
        flex-direction: column;
        align-items: flex-start; }
      .main > .container .header-white {
        flex-direction: column-reverse;
        align-items: flex-start; } }
    .main > .container .header {
      background-color: #242424;
      font-size: 20px;
      line-height: 1.5;
      color: #bd9b08;
      padding: 20px 20px 15px 20px;
      position: relative; }
      .main > .container .header__progress {
        flex-shrink: 0;
        margin-left: 30px; }
        @media (max-width: 768px) {
          .main > .container .header__progress {
            margin-top: 30px;
            margin-left: 0;
            width: 100%; } }
      @media (max-width: 768px) {
        .main > .container .header img {
          max-height: 27px;
          width: 65%; } }
      .main > .container .header .fm-progress {
        display: inline-block;
        border: 1px solid #bd9b08;
        background-color: #ffffff;
        border-radius: 16px !important;
        height: 17px;
        overflow: hidden;
        position: relative;
        width: 300px; }
        @media (max-width: 768px) {
          .main > .container .header .fm-progress {
            width: 100%; } }
        .main > .container .header .fm-progress::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          box-sizing: content-box;
          border: 1px solid #ffffff;
          border-radius: inherit; }
        .main > .container .header .fm-progress-bar {
          background-color: #bd9b08;
          width: 0%;
          height: inherit; }
        .main > .container .header .fm-progress-info {
          display: inline-block;
          margin-left: 10px;
          text-align: right;
          font-size: 16px;
          font-weight: 300; }
        .main > .container .header .fm-progress-title {
          font-size: 20px;
          margin-bottom: 5px; }
          @media (max-width: 768px) {
            .main > .container .header .fm-progress-title {
              position: absolute;
              top: 20px;
              right: 20px; } }
    .main > .container .header-white {
      box-shadow: 0 0 0;
      background-color: #ffffff;
      border-bottom: 1px solid #979797;
      padding: 20px 40px; }
      .main > .container .header-white .header-title {
        font-size: 30px; }
    @media (max-width: 768px) {
      .main > .container .header-white {
        padding: 40px 20px 20px;
        border-bottom: none; }
        .main > .container .header-white::before {
          content: "";
          width: 100%;
          height: 2px;
          border: 1px solid #808184;
          opacity: 0.41;
          position: relative;
          top: 20px; }
        .main > .container .header-white .header-title {
          font-size: 24px;
          margin-top: 20px; }
        .main > .container .header-white img {
          max-height: 38px; } }
    .main > .container .content {
      position: relative; }
      .main > .container .content .portlet-title {
        background-color: #7aa74c;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        height: 12px;
        min-height: 12px;
        padding: 0; }
      .main > .container .content .portlet {
        background-color: #ffffff;
        margin-bottom: 0;
        margin-top: 0; }
        .main > .container .content .portlet .alert {
          margin-bottom: 0; }

.fm-form .fm-form-actions {
  background-color: rgba(189, 155, 8, 0.16);
  border-top: 1px solid #bd9b08;
  margin-top: 0px; }

.portlet-title {
  border-radius: 7px !important; }
  .portlet-title .fm-bar, .portlet-title > .first-bar, .portlet-title > .second-bar, .portlet-title > .third-bar, .portlet-title > .fourth-bar {
    padding: 0;
    width: 25%;
    line-height: 8px;
    height: 100%;
    overflow: hidden;
    display: block;
    float: left; }
  .portlet-title > .first-bar {
    background-color: #bd9b08;
    border-top-left-radius: 7px !important; }
  .portlet-title > .second-bar {
    background-color: #bd9b08;
    border-radius: 0px !important; }
  .portlet-title > .third-bar {
    background-color: #bd9b08;
    border-radius: 0px !important; }
  .portlet-title > .fourth-bar {
    background-color: #bd9b08;
    border-top-right-radius: 7px !important; }

.btn-xs, .btn-xs-prev, .btn-xs-abort, .btn-xs-next, .btn-xs-finish {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.42857;
  margin-bottom: 10px;
  padding: 6px 12px;
  display: table;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: 500;
  outline: 0 none;
  border-radius: 5px !important;
  min-width: 112px; }

.btn-xs-prev, .btn-xs-abort {
  background-color: #ffffff;
  border-color: #979797;
  color: #979797; }
  .btn-xs-prev[disabled], .btn-xs-abort[disabled] {
    background-color: #ffffff; }
  .btn-xs-prev:hover, .btn-xs-prev:focus, .btn-xs-prev:active, .btn-xs-abort:hover, .btn-xs-abort:focus, .btn-xs-abort:active {
    background-color: #b0b1b1;
    border-color: #838383;
    color: #fff; }

.btn-xs-abort {
  width: 60%;
  margin-left: auto;
  margin-right: auto; }

.btn-xs-next, .btn-xs-finish {
  background-color: #bd9b08;
  border-color: #bd9b08;
  color: #fff; }
  .btn-xs-next:hover, .btn-xs-next:focus, .btn-xs-next:active, .btn-xs-finish:hover, .btn-xs-finish:focus, .btn-xs-finish:active {
    background-color: #bd9b08;
    border-color: #bd9b08;
    color: #fff !important; }

.btn-next, .btn-prev {
  text-transform: uppercase;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .btn-next .btn-arrow, .btn-prev .btn-arrow {
    font-size: 25px;
    font-weight: 100;
    line-height: 1; }

.btn-finish {
  text-transform: uppercase;
  font-size: 16px; }

.btn-wide {
  min-width: 182px;
  margin-left: 20px; }
  @media (max-width: 768px) {
    .btn-wide {
      margin-left: 0; } }
  @media (max-width: 500px) {
    .btn-wide {
      position: absolute;
      left: 0;
      bottom: 0;
      height: 48px;
      width: 100%;
      margin-bottom: 0;
      font-size: 20px;
      font-weight: 400; } }

@media (min-width: 768px) {
  .btn, .btn-prev, .btn-abort, .btn-next, .btn-finish {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: 500;
    outline: 0 none;
    border-radius: 5px !important;
    min-width: 112px; }
  .btn-prev, .btn-abort {
    background-color: #ffffff;
    border-color: #979797;
    color: #979797; }
    .btn-prev[disabled], .btn-abort[disabled] {
      background-color: #ffffff; }
    .btn-prev:hover, .btn-prev:focus, .btn-prev:active, .btn-abort:hover, .btn-abort:focus, .btn-abort:active {
      background-color: #b0b1b1;
      border-color: #838383;
      color: #fff; }
  .btn-abort {
    float: right;
    width: 80px; }
  .btn-next, .btn-finish {
    background-color: #bd9b08;
    border-color: #bd9b08;
    color: #fff; }
    .btn-next:hover, .btn-next:focus, .btn-next:active, .btn-finish:hover, .btn-finish:focus, .btn-finish:active {
      background-color: #bd9b08;
      border-color: #bd9b08;
      color: #fff !important; }
  .btn-wide {
    min-width: 182px; } }

.form-control {
  width: 100%;
  background-color: #f8f8f8;
  background-image: none;
  border: 1px solid #979797;
  border-radius: 5px !important;
  color: #000000;
  display: block;
  line-height: 1.42857;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  font: 700 16px "Lato", Helvetica, Arial, sans-serif; }
  .form-control:focus {
    border-color: #979797 !important;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.075) inset, 0 0 8px #979797 !important;
    outline: 0 none; }

label {
  display: inline-block;
  margin-bottom: 5px;
  max-width: 100%; }

.radio label, .checkbox label {
  cursor: pointer;
  margin-bottom: 0;
  min-height: 20px;
  padding-left: 20px; }

* {
  box-sizing: none; }

.fm-questions, .fm-navigation {
  padding: 20px; }

.fm-questions {
  padding-bottom: 0px; }

.fm-navigation {
  display: flex;
  justify-content: space-between; }

.fm-header > .fm-header-text {
  padding-bottom: 20px;
  font-weight: 500; }

.fm-question {
  padding-bottom: 20px; }
  .fm-question > .fm-question-text {
    padding-bottom: 12px;
    font-weight: bold;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    color: #bd9b08; }
  .fm-question > .fm-question-info {
    padding-bottom: 12px;
    font-weight: 500;
    font-family: "Lato", Helvetica, Arial, sans-serif; }
  .fm-question #regulations,
  .fm-question #policy {
    color: #333333;
    font-size: 14px; }
    .fm-question #regulations h3, .fm-question #regulations h4,
    .fm-question #policy h3,
    .fm-question #policy h4 {
      color: #333333;
      font-size: 14px; }
    .fm-question #regulations p, .fm-question #regulations ul, .fm-question #regulations ol,
    .fm-question #policy p,
    .fm-question #policy ul,
    .fm-question #policy ol {
      font-weight: 400; }
    .fm-question #regulations .container,
    .fm-question #policy .container {
      width: 100%; }

.form-group .control-label {
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 10px;
  text-align: left;
  font-size: 16px; }

.form-control-static {
  margin-bottom: 0;
  padding-bottom: 7px;
  padding-top: 7px; }

.line-dashed {
  background-color: transparent;
  border-bottom: 1px dashed #dee5e7;
  content: "";
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  width: 100%;
  display: table; }

.form-group {
  margin-bottom: 0px; }

.help-block {
  margin-bottom: 0px;
  font-size: 14px;
  color: #000000; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.6667%; }

.col-xs-10 {
  width: 83.3333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.6667%; }

.col-xs-7 {
  width: 58.3333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.6667%; }

.col-xs-4 {
  width: 33.3333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.6667%; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.6667%; }

.col-xs-pull-10 {
  right: 83.3333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.6667%; }

.col-xs-pull-7 {
  right: 58.3333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.6667%; }

.col-xs-pull-4 {
  right: 33.3333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.6667%; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.6667%; }

.col-xs-push-10 {
  left: 83.3333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.6667%; }

.col-xs-push-7 {
  left: 58.3333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.6667%; }

.col-xs-push-4 {
  left: 33.3333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.6667%; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.6667%; }

.col-xs-offset-10 {
  margin-left: 83.3333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.6667%; }

.col-xs-offset-7 {
  margin-left: 58.3333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.6667%; }

.col-xs-offset-4 {
  margin-left: 33.3333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.6667%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.6667%; }
  .col-sm-10 {
    width: 83.3333%;
    margin-bottom: 10px; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.6667%; }
  .col-sm-7 {
    width: 58.3333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.6667%; }
  .col-sm-4 {
    width: 33.3333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.6667%; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.6667%; }
  .col-sm-pull-10 {
    right: 83.3333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.6667%; }
  .col-sm-pull-7 {
    right: 58.3333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.6667%; }
  .col-sm-pull-4 {
    right: 33.3333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.6667%; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.6667%; }
  .col-sm-push-10 {
    left: 83.3333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.6667%; }
  .col-sm-push-7 {
    left: 58.3333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.6667%; }
  .col-sm-push-4 {
    left: 33.3333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.6667%; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.6667%; }
  .col-sm-offset-10 {
    margin-left: 83.3333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.6667%; }
  .col-sm-offset-7 {
    margin-left: 58.3333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.6667%; }
  .col-sm-offset-4 {
    margin-left: 33.3333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.6667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.6667%; }
  .col-md-10 {
    width: 83.3333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.6667%; }
  .col-md-7 {
    width: 58.3333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.6667%; }
  .col-md-4 {
    width: 33.3333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.6667%; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.6667%; }
  .col-md-pull-10 {
    right: 83.3333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.6667%; }
  .col-md-pull-7 {
    right: 58.3333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.6667%; }
  .col-md-pull-4 {
    right: 33.3333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.6667%; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.6667%; }
  .col-md-push-10 {
    left: 83.3333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.6667%; }
  .col-md-push-7 {
    left: 58.3333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.6667%; }
  .col-md-push-4 {
    left: 33.3333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.6667%; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.6667%; }
  .col-md-offset-10 {
    margin-left: 83.3333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.6667%; }
  .col-md-offset-7 {
    margin-left: 58.3333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.6667%; }
  .col-md-offset-4 {
    margin-left: 33.3333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.6667%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.6667%; }
  .col-lg-10 {
    width: 83.3333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.6667%; }
  .col-lg-7 {
    width: 58.3333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.6667%; }
  .col-lg-4 {
    width: 33.3333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.6667%; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.6667%; }
  .col-lg-pull-10 {
    right: 83.3333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.6667%; }
  .col-lg-pull-7 {
    right: 58.3333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.6667%; }
  .col-lg-pull-4 {
    right: 33.3333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.6667%; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.6667%; }
  .col-lg-push-10 {
    left: 83.3333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.6667%; }
  .col-lg-push-7 {
    left: 58.3333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.6667%; }
  .col-lg-push-4 {
    left: 33.3333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.6667%; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.6667%; }
  .col-lg-offset-10 {
    margin-left: 83.3333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.6667%; }
  .col-lg-offset-7 {
    margin-left: 58.3333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.6667%; }
  .col-lg-offset-4 {
    margin-left: 33.3333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.6667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

.m-b {
  margin-bottom: 15px; }

.m-l-n {
  margin-left: -15px; }

.chosen-container {
  -moz-user-select: none;
  display: inline-block;
  font-size: 13px;
  position: relative;
  vertical-align: middle; }

.chosen-container .chosen-drop {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #fff;
  border-color: -moz-use-text-color #aaa #aaa;
  border-image: none;
  border-right: 1px solid #aaa;
  border-style: none solid solid;
  border-width: 0 1px 1px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  left: -9999px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1010; }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

.chosen-container-single .chosen-single {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #cbd5dd;
  border-radius: 2px;
  color: #444;
  display: block;
  height: 34px;
  line-height: 30px;
  overflow: hidden;
  padding: 0 0 0 8px;
  position: relative;
  text-decoration: none;
  white-space: nowrap; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  margin-right: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  background: url("chosen-sprite.png") no-repeat scroll -42px 1px rgba(0, 0, 0, 0);
  display: block;
  font-size: 1px;
  height: 12px;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 18px; }

.chosen-container-single .chosen-single div b {
  background: url("chosen-sprite.png") no-repeat scroll 0 6px rgba(0, 0, 0, 0);
  display: block;
  height: 100%;
  width: 100%; }

.chosen-container-single .chosen-search {
  margin: 0;
  padding: 3px 4px;
  position: relative;
  white-space: nowrap;
  z-index: 1010; }

.chosen-container-single .chosen-search input[type="text"] {
  background: url("chosen-sprite.png") no-repeat scroll 100% -20px rgba(0, 0, 0, 0);
  border: 1px solid #aaa;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 1em;
  height: auto;
  line-height: normal;
  margin: 1px 0;
  outline: 0 none;
  padding: 4px 20px 4px 5px;
  width: 100%; }

.chosen-container-single .chosen-drop {
  background-clip: padding-box;
  border-radius: 0 0 4px 4px;
  margin-top: -1px; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  left: -9999px;
  position: absolute; }

.chosen-container .chosen-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 0 0 4px;
  position: relative; }

.chosen-container .chosen-results li {
  display: none;
  line-height: 15px;
  list-style: outside none none;
  margin: 0;
  padding: 5px 6px; }

.chosen-container .chosen-results li.active-result {
  cursor: pointer;
  display: list-item; }

.chosen-container .chosen-results li.disabled-result {
  color: #ccc;
  cursor: default;
  display: list-item; }

.chosen-container .chosen-results li.highlighted {
  background-color: #999;
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  background: none repeat scroll 0 0 #f4f4f4;
  display: list-item; }

.chosen-container .chosen-results li.group-result {
  cursor: default;
  display: list-item;
  font-weight: bold; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

.chosen-container-multi .chosen-choices {
  background-color: #fff;
  border: 1px solid #cbd5dd;
  border-radius: 2px;
  box-sizing: border-box;
  cursor: text;
  height: auto !important;
  margin: 0;
  min-height: 34px;
  overflow: hidden;
  padding: 4px;
  position: relative;
  width: 100%; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: outside none none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  background: none repeat scroll 0 0 transparent !important;
  border: 0 none !important;
  border-radius: 0;
  box-shadow: none;
  color: #666;
  height: 22px;
  line-height: normal;
  outline: 0 none;
  padding: 2px 5px; }

.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999; }

.chosen-container-multi .chosen-choices li.search-choice {
  background-clip: padding-box;
  background-color: #f5f5f5;
  border-radius: 3px;
  cursor: default;
  line-height: 13px;
  margin: 2px 0 2px 5px;
  padding: 4px 20px 3px 5px;
  position: relative; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: url("chosen-sprite.png") no-repeat scroll -42px 1px rgba(0, 0, 0, 0);
  display: block;
  font-size: 1px;
  height: 12px;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  background-color: #e4e4e4;
  border: 1px solid #ccc;
  color: #666;
  padding-right: 5px; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: none repeat scroll 0 0 #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  color: #ccc;
  cursor: default;
  display: list-item; }

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  background: none repeat scroll 0 0 transparent;
  border-left: medium none; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 4px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important; }

.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  direction: rtl;
  margin-left: 26px;
  margin-right: 0; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  left: 3px;
  right: auto; }

.chosen-rtl .chosen-single abbr {
  left: 26px;
  right: auto; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  left: 4px;
  right: auto; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-left: 0;
  padding-right: 15px; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: medium none; }

.chosen-rtl .chosen-search input[type="text"] {
  background: url("chosen-sprite.png") no-repeat scroll -30px -20px rgba(0, 0, 0, 0);
  direction: rtl;
  padding: 4px 5px 4px 20px; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

@media not all, only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type="text"], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-repeat: no-repeat !important;
    background-size: 52px 37px !important; } }

.input-group-addon {
  padding: 0; }
  .input-group-addon label {
    margin-bottom: 0; }

.row > .other-radiocheck {
  min-height: 27px;
  margin-left: 0px;
  padding-top: 7px;
  margin-right: 0; }
  .row > .other-radiocheck > .other-radiocheck-sub {
    display: table; }
    .row > .other-radiocheck > .other-radiocheck-sub > .other-radiocheck-label {
      padding-left: 5px; }
      .row > .other-radiocheck > .other-radiocheck-sub > .other-radiocheck-label label {
        padding: 0 !important;
        cursor: pointer; }
    .row > .other-radiocheck > .other-radiocheck-sub > .other-radiocheck-btn {
      display: table-cell;
      vertical-align: middle;
      padding: 0; }

.row > .other-control {
  width: 100%;
  display: table-cell;
  padding-top: 10px; }

#fm-form {
  margin: 0; }

.fm-preloader {
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 200px;
  background: url(img/gears.gif) no-repeat center center;
  background-color: transparent; }

.fm-btncol-centered {
  padding: 5px;
  float: none;
  margin-left: auto;
  margin-right: auto; }

h1, h2, h3, h4, h5 {
  color: #bd9b08; }

h3 {
  font: bold 22px "Lato", Helvetica, Arial, sans-serif; }

#fm-header.stick {
  margin: 0;
  position: fixed;
  display: block;
  padding: 10px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: #fff;
  border: 1px solid #cccccc; }

#fm-header.stick > .fm-header-text {
  padding-bottom: 0; }

.img-responsive {
  height: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 800px) {
  .img-responsive {
    max-width: 100%;
    width: auto; } }

p.copyright {
  font: 300 12px "Lato", Helvetica, Arial, sans-serif; }

.fm-footer {
  height: 58px;
  padding-left: 20px;
  padding-right: 20px;
  border-top: 2px solid #bd9b08;
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.24);
  background-color: #d8d8d8; }
  .fm-footer p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1;
    color: #808184; }
  .fm-footer img {
    height: 14px;
    margin-right: 15px; }

.fm-footer-menu a {
  color: #808184;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  line-height: 1; }

.fm-footer-menu {
  margin-left: auto;
  list-style-type: none;
  display: flex;
  margin-bottom: 0; }

.fm-footer-menu li {
  padding-left: 5px;
  line-height: 1;
  position: relative; }

.fm-footer-menu li:not(:last-of-type) {
  padding-right: 10px; }

.fm-footer-menu li:not(:last-of-type)::after {
  content: '|';
  color: #808184;
  position: absolute;
  bottom: 0;
  right: 0; }

@media (max-width: 769px) {
  .fm-footer-menu {
    display: none; } }

.select2 {
  width: 100% !important; }

.select2-container--default .select2-selection--single {
  border-radius: 5px !important; }

.select2-container .select2-selection--single {
  height: 31px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 31px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #bd9b08 transparent transparent transparent; }

.input-group {
  position: relative; }

.fm-icon-inside {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .3; }
  .fm-icon-inside + input {
    padding-left: 40px; }

.fm-box {
  display: inline-block;
  min-width: 50%;
  padding: 10px 15px;
  border-radius: 5px !important;
  border: 1px solid #979797;
  background-color: #f8f8f8;
  margin-top: 30px;
  margin-bottom: 30px; }
  .fm-box input[type='text'] {
    border: none;
    padding: 0;
    display: inline-block;
    color: #bd9b08;
    font-size: 50px;
    width: 300px;
    height: 50px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 5px; }
    .fm-box input[type='text']:focus {
      border: none !important;
      box-shadow: none !important; }
  .fm-box .help-block {
    margin-top: 0; }

@media (max-width: 500px) {
  .fm-box input[type='text'] {
    width: 220px; } }

.sms-helper {
  padding-bottom: 20px;
  padding-top: 20px;
  color: #979797;
  font-size: 14px;
  font-weight: 700; }

#qQ10post {
  padding-bottom: 0; }

.fm-postcode {
  display: flex;
  justify-content: flex-start; }
  .fm-postcode__box {
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.18);
    border-radius: 6px !important;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 20px;
    padding: 20px; }
    .fm-postcode__box [class^='col-'] {
      margin-bottom: 0; }
    .fm-postcode__box .help-block {
      margin-top: 0; }
  .fm-postcode__input {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .fm-postcode__input span {
      width: 20px;
      display: flex;
      align-items: center;
      justify-content: center; }
  @media (max-width: 768px) {
    .fm-postcode {
      flex-direction: column; }
      .fm-postcode__box {
        margin-right: 0; }
      .fm-postcode__box:last-of-type {
        margin-top: 20px; } }

.fm-icon-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }
  .fm-icon-list li {
    display: flex;
    align-items: center; }
  .fm-icon-list li:not(:last-of-type) {
    margin-bottom: 10px; }
  .fm-icon-list div {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px; }
    .fm-icon-list div img {
      max-width: 100%;
      max-height: 100%; }
  .fm-icon-list p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    line-height: 1; }

.fm-icon-p {
  display: flex; }
  .fm-icon-p__icon {
    flex-shrink: 0;
    padding: 0 20px; }
  @media (max-width: 768px) {
    .fm-icon-p {
      flex-direction: column; }
      .fm-icon-p__icon {
        padding: 0 0 20px 0;
        display: flex;
        justify-content: center; } }

@media (max-width: 768px) {
  [class^='col-'] .fm-icon-p {
    flex-direction: row; }
    [class^='col-'] .fm-icon-p__icon {
      padding-right: 20px; } }

@media (min-width: 768px) {
  .fm-switch-cont {
    display: flex; }
    .fm-switch-cont .fm-answer .radio .radiocheck-btn .fm-check i {
      display: none; }
    .fm-switch-cont .fm-answer .radio .radiocheck-label {
      padding-right: 10px;
      padding-left: 10px; }
    .fm-switch-cont .fm-answer .radio {
      display: flex;
      flex-direction: row-reverse; }
    .fm-switch-cont .fm-check {
      position: relative;
      display: inline-block;
      width: 44px;
      height: 21px; }
      .fm-switch-cont .fm-check__slider {
        display: inline-block;
        margin-left: 0 !important; } }

.fm-check__slider {
  display: none;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #979797;
  transition: .4s;
  border-radius: 21px !important; }
  .fm-check__slider:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    transition: .4s;
    border-radius: 50%;
    border: 1px solid #979797; }

.fm-check > input:focus + i + .fm-check__slider {
  background-color: #7e7e7e;
  box-shadow: 0 0 1px #bd9b08; }

.fm-check > input:checked + i + .fm-check__slider {
  background-color: #bd9b08; }

.fm-check > input:checked + i + .fm-check__slider:before {
  transform: translateX(-23px);
  border: 1px solid #bd9b08; }

.fm-answer [class^='col-'] {
  padding-left: 0;
  padding-right: 0; }
