.contact-subdiv.hidden {
  opacity: 0;
}

.form-control.modified-height {
  height: calc(2.64rem + 2px) !important;
}

.top-color {
  background: #7f9732;
  color: #fff;
  padding: 5px 10px;
}

.topbar-nav {
  list-style-type: none !important;
  font-size: 14px;
  padding: 0;
  margin-bottom: 0 !important;
  padding-left: 15px !important;
}

.topbar-nav a,
.topbar-nav a:hover {
  color: #fff;
  text-decoration: none;
}

.topbar-nav li {
  float: left;
  list-style-type: none !important;

}

.topbar-nav li:not(:first-child):before {
  content: "|";
  padding: 0 10px;
}

.main-color {
  color: #ccd475;
}

.btn.btn-primary,
.btn.btn-primary:active {
  background: #ccd475 !important;
  border-color: #ccd475 !important;

}

.btn.btn-primary.grouped,
.btn.btn-primary.grouped:active {
  background: #fff !important;
  background-color: #ccd475 !important;

}

.btn.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(204, 202, 117, .5);
  border-color: #ccd475;

}

.logo-color {
  padding: 30px 0;
  background-color: #ccd475;
}

.logo-color .img-responsive {

  max-width: 100%;
  height: auto;
}

.logo-replacment {
  padding: 25px 40px;
  font-size: 1.4em;
  border: 1px solid #d3d3d3;
  display: inline-block;
  background: #fdfdfd;
}

.form-wrapper,
.iframe-wrapper {
  padding: 30px 0;
}

.iframe-wrapper {
  padding: 30px 15px;
}

.alert {
  margin-left: -15px;
}

.red-border:not(.checkbox) {
  border: 1px solid red;
}

.red-border.checkbox [type="checkbox"]:not(:checked)+label:before,
.red-border.checkbox [type="checkbox"]:checked+label:before {
  border: 1px solid red;
}

.hidden {
  display: none;
}

.glyphicon {
  color: black !important;
}

@media all and (max-width:767px) {
  .center-tablet-below {
    text-align: center;
  }
}

@media all and (max-width:1092px) {
  .iframe-wrapper {
    padding: 30px 0;
  }
}

@media all and (max-width:767px) {
  .iframe-wrapper {
    /* margin-top: 5vh; */
    padding: 30px 10vw;
  }
}

.container.additional-padding {
  padding: 0 30px;
}

.form-grey-background {
  background: #f4f4f4;
  padding: 30px 18px;
}

.form-grey-background h4 {
  color: #19294d;
  margin-bottom: 16px;
}

.form-grey-background .card-header,
.form-grey-background .card-body {
  background: #fdfdfd;
}

.card-header span {
  font-size: 16px;
}

.input-group-append label {
  margin-left: 10px;
}

.input-group-append [type="checkbox"]:not(:checked)+label,
.input-group-append [type="checkbox"]:checked+label {
  padding-top: 10px;
}

.input-group-append [type="checkbox"]:not(:checked)+label:before,
.input-group-append [type="checkbox"]:checked+label:before {
  top: 6px !important;
}

.input-group-append [type="checkbox"]:not(:checked)+label:after,
.input-group-append [type="checkbox"]:checked+label:after {
  top: 8.5px !important;
  left: 3px !important;
}

a .fa-facebook-official {
  color: #3b5998;
  font-size: 1.4em;
}

a .fa-facebook-official:hover {
  color: #8b9dc3;
}

a .fa-linkedin-square {
  color: #4875B4;
  margin-left: 10px;
  font-size: 1.4em;
}

a .fa-linkedin-square:hover {
  color: #04669A;
}

iframe {
  min-height: auto;
  height: 80vh;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .125);
  border-right: none;
}

.modal-body iframe {
  height: 100%;
  min-height: 80vh;
  border: none;
}

.modal-header .smaller-close {
  font-size: 1.2rem;
}

.form-check-label {
  font-size: 0.85em;
}

@media all and (min-width:1024px) {
  .modal-lg {
    min-width: 1024px;
  }
}

/*accoridon chevron*/
.card-header .fa.fa-chevron-down {
  transition: .3s transform ease-in-out;
  padding-top: 3px;
  padding-right: 10px;
}

.card-header .collapsed .fa.fa-chevron-down {
  transform: rotate(-90deg);
  padding-top: 0px;
  padding-right: 10px;
  margin-left: -3px;
}

.something-else .fa.fa-chevron-down {
  transition: .3s transform ease-in-out;
}

.something-else .collapsed .fa.fa-chevron-down {
  transform: rotate(-90deg);
}

.list .fa.fa-chevron-down {
  transition: .3s transform ease-in-out;
}

.list .collapsed .fa.fa-chevron-* {
  transform: rotate(-90deg);
}

/*end accoridon chevron*/

input[type="text"]:disabled {
  background-color: #eee;
  opacity: 1;

}

input[type="text"]:disabled:hover {
  cursor: not-allowed;

}

/*Checkbox css*/
/* custom checkbox and radio - start */
.checkbox,
.radio {
  padding: 0 !important;
  margin-top: 0;
  /* 5px old */
  margin-bottom: 5px;
  min-height: 15px;
}

.radio label,
.checkbox label {
  min-height: 15px;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
  position: relative;
  padding-left: 35px;
  padding-top: 4px;
  cursor: pointer;
  font-family: "Arial", sans-serif, "Helvetica Neue", Helvetica;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #606060;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 25px;
  height: 25px;
  border: 1px solid #b6b6b6;
  background: #fff;
  border-radius: 0px;
}

/* checked mark aspect */
[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
  content: '\2714';
  position: absolute;
  top: 3px;
  left: 2px;
  font-size: 25px;
  line-height: 0.8;
  color: #ccd475;
  -webkit-transition: all .2s;
  transition: all .2s;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="checkbox"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked)+label:before,
[type="checkbox"]:disabled:checked+label:before {
  box-shadow: none;
  border-color: #b6b6b6;
  background-color: #ddd;
}

[type="checkbox"]:disabled:checked+label:after {
  color: #999;
}

[type="checkbox"]:disabled+label {
  color: #aaa;
}

/* accessibility */
[type="checkbox"]:checked:focus+label:before,
[type="checkbox"]:not(:checked):focus+label:before {
  /*  border: 1px dotted $primary-btn-color;*/
}

/* hover style just for information */
/*label:hover:before {
    border: 1px solid $primary-btn-color!important;
} */
/* radio */
input[type="radio"] label {
  font-family: "Arial", sans-serif, "Helvetica Neue", Helvetica;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  color: #606060;
}

input[type="radio"] {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  outline: none !important;
  -webkit-appearance: none;
  margin-top: 3px !important;
}

input[type="radio"]::before {
  position: relative;
  top: -1px;
  left: -1px;
  display: block;
  content: '';
  background: white;
  border: 1px solid #b6b6b6;
  border-radius: 100%;
  box-shadow: inset 0 0.1em 1px -0.1em transparent;
  width: 16px;
  height: 16px;
}

input[type="radio"]:active::before {
  box-shadow: inset 0 0.1em 1px -0.1em transparent, inset 0 0 2px 3px rgba(0, 0, 0, 0.1);
}

input[type="radio"]:focus::before {
  box-shadow: inset 0 0.1em 1px -0.1em transparent, white;
}

input[type="radio"]:checked::before {
  background: white;
  border-color: #b6b6b6;
}

input[type="radio"]:disabled::before {
  cursor: not-allowed;
  background-color: #eaeaea;
  border-color: rgba(182, 182, 182, 0.8);
}

input[type="radio"]::after {
  position: relative;
  top: -9px;
  left: 7px;
  display: block;
  content: '';
  background: #0154BB;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  width: 0;
  height: 0;
}

input[type="radio"]:checked::after {
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  top: -14px;
  left: 2px;
  width: 10px;
  height: 10px;
}

input[type="radio"]:disabled::after {
  background: #cccccc;
}

/*end Checkbox css*/


@media all and (max-width:720px) {
  .top-color {
    padding: 5px 0;
  }

  .container.additional-padding {
    padding: 0;
  }

  .container.additional-padding .form-grey-background {

    padding: 30px 33px;
  }

  .container.additional-padding .row.row-eq-height {
    margin-right: 0;
  }

  .card-header a {
    padding: 0;
  }

  .btn.btn-primary.float-right {
    float: left !important;
    margin-left: 15px;
  }
}

/*additional classes for additional pages such as TaC and GDPR*/
.container-padding {
  padding: 30px 0;
}
