.form-control,
.form-control:focus {
  width: 100%;
  height: auto;
  padding: .5rem 1rem;
  font-size: 14px;
  color: #3C4950;
  background-color: #EAEFF6;
  border-color: #EAEFF6;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  box-sizing: inherit !important;
  z-index: 1;
  margin: .5rem 0; }

.form-select-2 {
  color: #F3A040 !important;
  border-color: #F3A040 !important;
  background-color: transparent !important;
  font-weight: 600;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/icons/arrow_3.svg");
  background-size: 13px; }

.search-control {
  padding-right: .5rem;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 98%;
  background-image: url("../images/icons/search.svg"); }

.btn {
  font-size: 16px;
  padding: .5rem .75rem;
  margin: .5rem 0;
  font-weight: 700;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .btn.btn-style-1 {
    text-transform: uppercase;
    color: white;
    background-color: #FFC524;
    border-color: #FFC524; }
    .btn.btn-style-1:hover {
      color: white;
      background-color: #FFC524;
      border-color: #FFC524; }
    .btn.btn-style-1.btn-icon path {
      fill: white; }
    .btn.btn-style-1 .ic {
      display: inline-block;
      width: 13px;
      margin-left: 3px;
      height: auto; }
  .btn.btn-style-2 {
    text-transform: uppercase;
    color: #125182;
    background-color: #FFC524;
    border-color: #FFC524;
    padding: .5rem 1rem;
    background-color: #FFC524;
    background: -moz-linear-gradient(to right, #e4b01f 0%, #ffd04f 51%, #FFC524 100%);
    background: -webkit-linear-gradient(to right, #e4b01f 0%, #ffd04f 51%, #FFC524 100%);
    background: -o-linear-gradient(to right, #e4b01f 0%, #ffd04f 51%, #FFC524 100%);
    background: -ms-linear-gradient(to right, #e4b01f 0%, #ffd04f 51%, #FFC524 100%);
    background: linear-gradient(to right, #e4b01f 0%, #ffd04f 51%, #FFC524 100%); }

.link-more {
  text-transform: uppercase;
  font-weight: 600;
  color: #186E42;
  font-size: 16px;
  display: inline-block;
  padding-right: 2.5rem;
  position: relative; }
  .link-more::before {
    content: '';
    position: absolute;
    right: 0;
    width: 22px;
    height: 22px;
    background-color: #186E42;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    background-image: url("../images/icons/arrow_left_1.svg"); }

.pager[data-drupal-views-infinite-scroll-pager] {
  display: inline-block;
  margin: 2rem auto !important;
  padding: 0 !important; }
  .pager[data-drupal-views-infinite-scroll-pager] .pager__item {
    padding: 0; }
    .pager[data-drupal-views-infinite-scroll-pager] .pager__item a {
      font-size: 16px;
      padding: .5rem .75rem;
      margin: .5rem 0;
      font-weight: 700;
      color: white;
      background-color: #FFC524;
      border-color: #FFC524;
      text-transform: uppercase; }

.circle, .link-more::before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center; }

.form-item,
.form-actions {
  margin-top: 0;
  margin-bottom: 0; }

.form-check-input[type=radio], .form-check-input[type=checkbox] {
  border-radius: 1px;
  background-color: #EAEFF6;
  border-color: #EAEFF6;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

.form-check-input:checked[type=checkbox], .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23186EB1' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3E%3C/svg%3E"); }

.form-radios {
  display: inline-block; }

.form-checkboxes .form-item, .form-radios .form-item {
  margin-right: 0.4em;
  margin-left: 0.4em;
  display: inline-block; }

.title-info {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 1rem;
  margin-top: 1rem;
  color: #FFC524; }

.dropzone.dz-clickable {
  cursor: pointer;
  border: 2px dashed #186EB1;
  background-color: #EAEFF6;
  margin-bottom: .75rem; }

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message p {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #186EB1;
  margin-top: 1rem;
  padding: 0 2rem; }

.preview-template, .dropzone-previews {
  font-weight: 600;
  font-size: 12px; }

.dropzone-previews {
  margin-bottom: .75rem; }

.dz-remove {
  font-size: 0;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #F59393;
  margin-right: 1rem;
  line-height: 25px;
  text-align: center;
  font-weight: 700;
  color: white;
  font-size: 13px;
  padding: 0px; }

.scroll-top {
  position: absolute;
  right: 8%;
  top: -1rem;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #2BB970;
  background-image: url("../images/icons/arrow_left_1.svg");
  background-size: 28px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: rotateZ(270deg);
  -moz-transform: rotateZ(270deg);
  -ms-transform: rotateZ(270deg);
  -o-transform: rotateZ(270deg);
  transform: rotateZ(270deg);
  padding: 0;
  margin: 0;
  border: 0; }

