/* styleguid */

/* TYPOGRAPHY / HEADINGS */

.site-body {
  /* background: #f6f7f9 !important; */
  /* font-family:'MarkPro'; */
  font-family: 'Open Sans';
  font-size: 16px;
  color: #595959;
  letter-spacing: 0px;
  line-height: 25px;
}
.din-pro {
  font-family: 'DINPro' !important;
}
.mark-pro {
  font-family: 'Open Sans', serif;
}
a {
  color: #0059a4;
}

.site-body h1 {
  font-family: 'DINPro-CondBold';
  font-size: 60px;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 60px;
  text-transform: uppercase;
}
.site-body h2 {
  /* font-family: 'DINPro'; */
  font-size: 36px;
  color: #303030;
  letter-spacing: 0.6px;
  line-height: 44px;
  margin: 0 0 12px;
}
.site-body h3 {
  /* font-family: 'DINPro'; */
  font-size: 28px;
  color: #303030;
  letter-spacing: 0.4px;
  line-height: 32px;
  margin: 0 0 12px;
}
.site-body h3.con {
  /* font-family: 'DINPro-CondBold'; */
  font-size: 34px;
  color: #303030;
  letter-spacing: 1.2px;
  line-height: 38px;
  text-transform: uppercase;
}
.site-body h4 {
  /* font-family: 'DINPro'; */
  font-size: 22px;
  color: #303030;
  letter-spacing: 0.27px;
  line-height: 28px;
}
.siteh4 {
  /* font-family: 'DINPro'; */
  font-size: 22px;
  color: #303030;
  letter-spacing: 0.27px;
  line-height: 28px;
}
.site-body h5 {
  /* font-family: 'MarkPro-Medium'; */
  font-size: 18px;
  color: #303030;
  letter-spacing: 0.3px;
  line-height: 24px;
}
.site-body h6 {
  /* font-family: 'Open Sans', serif; */
  font-size: 14px;
  color: #303030;
  letter-spacing: 0px;
  line-height: 20px;
}
.site-body h6.bold {
  /* font-family: 'Open Sans', serif; */
  font-size: 14px;
  color: #303030;
  letter-spacing: 0px;
  line-height: 20px;
}

.site-tiny {
  /* font-family: 'MarkPro-Book'; */
  font-size: 12px;
  color: #595959;
  letter-spacing: 0px;
  line-height: 18px;
}
.site-lead {
  /* font-family: 'MarkPro-Light'; */
  font-size: 22px;
  color: #595959;
  letter-spacing: 0px;
  line-height: 32px;
}
.site-pull-quote {
  /* font-family: 'MarkPro-Italic'; */
  font-size: 22px;
  color: #595959;
  letter-spacing: 0px;
  line-height: 32px;
}
.site-list-normal {
  padding-left: 18px;
}

.sitebtn-pri {
  background: #0059a4;
  border-radius: 3px;
  /* font-family: 'DINPro-Bold'; */
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 0.75px;
  line-height: 6px;
  border: none;
  padding: 16px;
  transition-duration: 0.4s;
}
.sitebtn-large {
  background: #0059a4;
  border-radius: 4px;
  font-family: 'DINPro-Bold';
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 9px;
  padding: 22px;
  border: none;
}
.sitebtn-pri:hover,
.sitebtn-large:hover {
  background: #003e72;
  cursor: pointer;
  color: #fff;
}
.sitebtn-sec {
  background: transparent;
  box-shadow: inset 0 0 0 2px #0059a4;
  border-radius: 3px;
  font-family: 'DINPro-Bold';
  font-size: 13px;
  color: #0059a4;
  letter-spacing: 0.75px;
  line-height: 6px;
  padding: 16px;
  border: none;
}
.sitebtn-sec-big {
  background: transparent;
  box-shadow: inset 0 0 0 2px #0059a4;
  border-radius: 4px;
  font-family: 'DINPro-Bold';
  font-size: 15px;
  color: #0059a4;
  letter-spacing: 1px;
  line-height: 9px;
}
.sitebtn-sec:hover,
.sitebtn-sec-big:hover {
  color: #003e72;
  box-shadow: inset 0 0 0 2px #003e72;
  cursor: pointer;
}
.sitebtn-strs {
  border-radius: 3px;
  font-family: 'DINPro-Bold';
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 0.75px;
  line-height: 6px;
  border: none;
  padding: 16px;
  transition-duration: 0.4s;
  background: #747474;
}

.site-label {
  font-family: 'MarkPro-Medium';
  font-size: 14px;
  color: #595959;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 10px;
  width: 100%;
  font-weight: 500;
}

.site-input {
  height: 40px;
  border: 1px solid #afb7bc;
  border-radius: 2px;
  background: #f0f9fd;
  width: 100%;
  padding: 6px 12px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
.form-control:disabled,
.site-input:disabled {
  border: 1px solid #dbe2e5;
  background: #fcfcfc;
  box-shadow: none;
}
textarea.site-input {
  height: auto;
}
.m-t-b-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.ml-20 {
  margin-left: 20px;
}

/*radiobox  */
.site-radiobox {
}
.site-radiobox .radio-box {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  line-height: 21px;
  font-weight: 500;
}

/* Hide the browser's default radio button */
.site-radiobox .radio-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.site-radiobox .radio-box .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #f0f9fd;
  border-radius: 50%;
  border: 1px solid #afb7bc;
}

/* On mouse-over, add a grey background color */
.site-radiobox .radio-box:hover input ~ .checkmark {
  border: 1px solid #009ff2;
  background: #f0f9fd;
}

/* When the radio button is checked, add a blue background */
.site-radi obox .radio-box input:checked ~ .checkmark {
  background-color: #f0f9fd;
  border: 1px solid #009ff2;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.site-radiobox .radio-box .checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.site-radiobox .radio-box input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.site-radiobox .radio-box .checkmark:after {
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #009ff2;
}

.btn-group.bootstrap-select.site-select {
  /* border: 1px solid #AFB7BC !important; */
  width: 100% !important;
}
.bootstrap-select.site-select > .dropdown-toggle {
  height: 40px;
  border: 1px solid #afb7bc;
  border-radius: 2px;
  background: #f0f9fd;
  box-shadow: none;
  color: #595959;
}
.btn-group.open > .btn:first-child,
.btn-group.open > .btn + .dropdown-toggle,
.btn-group:hover .btn-group.open > .btn:first-child,
.btn-group:hover .btn-group.open > .btn + .dropdown-toggle,
.form-control:hover {
  border: 1px solid #009ff2;
  background: #f4fafd;
  color: #494949;
  /* font-size: 14px; */
  line-height: 24px;
}
.bootstrap-select.site-select > .dropdown-toggle:before {
  background: #afb7bc;
  position: absolute;
  width: 1px;
  height: 39px;
  right: 33px;
  top: 0;
  content: '';
}
.btn-group.bootstrap-select.site-select {
  /* border: 1px solid #AFB7BC !important; */
  width: 100% !important;
  min-width: 185px;
}
.pad-in {
  padding: 20px 0;
}

/* checkbox */

.site-checkbox {
}
.site-checkbox .checkbox {
  display: block;
  font-weight: 500;
  position: relative;
  font-family: 'MarkPro-Medium';
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  margin-top: 0;
  color: #595959;
}

/* Hide the browser's default checkbox */
.site-checkbox .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.site-checkbox .checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #f0f9fd;
  border: 1px solid #afb7bc;
  border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.site-checkbox .checkbox:hover input ~ .checkmark {
  border: 1px solid #009ff2;
  background: #f0f9fd;
}

/* When the checkbox is checked, add a blue background */
.site-checkbox .checkbox input:checked ~ .checkmark {
  background-color: #009ff2;
  border: 1px solid #009ff2;
}

/* Create the checkmark/indicator (hidden when not checked) */
.site-checkbox .checkbox .checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.site-checkbox .checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.site-checkbox .checkbox .checkmark:after {
  left: 7px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.date-input .input-group-btn img {
  display: block;
  max-width: 35px;
  margin-left: 23px;
}
.p0 {
  padding: 0px;
}
.site-tab .nav-tabs {
  border: none;
}
.site-tab .nav-tabs > li > a {
}
.site-tab .nav-tabs > li > a:hover {
}
.site-tab .nav-tabs > li.active > a {
}
.site-tab .nav-tabs.nav-justified > .active > a,
.site-tab .nav-tabs.nav-justified > .active > a:focus,
.site-tab .nav-tabs.nav-justified > .active > a:hover {
}
.nav-tabs > li > a {
  font-family: 'DINPro-Bold';
  font-size: 14px;
  color: #0059a4;
  padding: 20px 16px 20px 16px;
  text-transform: uppercase;
  border: none;
  border-bottom: 2px solid #dde5e9;
  background: none;
}

.nav-tabs.nav > li > a:hover,
.nav-tabs.nav > li > a:active,
.nav-tabs.nav > li > a:focus {
  color: #003e72;
  border: none;
  border-bottom: 2px solid #003e72;
  background: none;
  background: none;
}
.nav-tabs.nav > li.active > a,
.nav-tabs.nav > li.active > a:focus,
.nav-tabs.nav > li.active > a:hover {
  border: none;
  border-bottom: 2px solid #0059a4;
  color: #0059a4;
  background: none;
}
.site-tab-content .tab-content {
  background: white;
  padding: 20px;
  margin-bottom: 30px;
}
.t-content-head {
  background: #f6f7f9;
  padding: 10px 20px;
}
.site-tab-content .t-content-head p {
  font-size: 14px;
  color: #595959;
  margin: 0px;
  /* font-family: 'Open Sans', serif; */
}
.site-table table {
  border: 1px solid #dbe2e5;
  border-radius: 2px;
  padding: 20px;
  background-color: #f6f7f9;
}
.site-table table tr th {
  background: #f6f7f9;
  padding: 10px 20px;
  font-size: 14px;
  /* font-family: 'Open Sans', serif; */
  color: #595959;
  border-right: 1px solid #dbe2e5;
  border-bottom: 0 !important;
}
.site-table table tr td {
  color: #595959;
  font-size: 14px;
  padding: 10px 20px;
  border-right: 1px solid #dbe2e5;
  /* font-family: 'MarkPro-Book'; */
}

.dumt-tbl.site-table table tr td {
  max-width: 385px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.site-table table tr td a {
  color: #0059a4;
}
.site-table .table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f6f7f9;
}
.site-tab-content h4.table-head {
  font-family: 'Open Sans', serif;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
}
.site-table .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ffffff;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
  padding: 0;
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: rgb(238, 238, 238);
  outline: none;
}
.site-checkbox .checkbox input:checked:hover ~ .checkmark {
  background-color: #0059a4;
  border: 1px solid #0059a4;
  transition: 300ms linear;
}
.sitebtn-pri:active,
.sitebtn-large:active {
  background: #2f373e;
  cursor: pointer;
}
.sitebtn-pri:focus,
.sitebtn-large:focus {
  background: #003e72;
  box-shadow: inset 0 0 0 3px #009ff2;
  outline: none;
}
.sitebtn-pri:disabled,
.sitebtn-large:disabled {
  background: #747474;
  cursor: default;
}
.line-btn:active {
  color: #000000;
  box-shadow: inset 0 0 0 2px #000000;
  cursor: pointer;
  background: transparent;
}
.line-btn:hover {
  color: #003e72;
  box-shadow: inset 0 0 0 2px #003e72;
  cursor: pointer;
  background: transparent;
}
.line-btn:focus {
  color: #003e72;
  box-shadow: inset 0 0 0 3px #009ff2;
  background: transparent;
  border-color: white;
  outline: none;
}
.line-btn.disable {
  color: #696969;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 50);
  background: transparent;
  cursor: default;
}
.mt-b-20n {
  margin-bottom: 20px;
  margin-top: 0px;
}
.pd5 {
  padding-bottom: 5px;
  padding-top: 5px;
}
.plt0 {
  padding-left: 0;
}
.pdrt0 {
  padding-right: 0;
}
.primary-clr,
.pro-img .fa-star.primary-clr {
  color: #0059a4;
}
.ftn600 {
  font-weight: 600;
}
.site-tab2.site-tab .nav-tabs {
  border: none;
  background: white;
  height: 60px;
}
.site-tab2.site-tab .nav-tabs > li > a {
  border: none;
  transition-duration: 0.4s;
}
.site-tab2.site-tab .nav-tabs > li > a:hover {
  color: #303030;
  cursor: pointer;
  font-size: 15px;
}
.site-tab2.site-tab .nav-tabs.nav > li.active > a,
.site-tab2.site-tab .nav-tabs.nav > li.active > a:focus {
  border: none;
  border-bottom: none;
  color: #0059a4;
  background: rgb(235, 242, 246);
  border-radius: 0;
}
.site-tab2.site-tab .nav-tabs.nav > li.active > a:hover {
  cursor: default;
}
.site-tab.site-tab2 {
  margin-top: 5px;
}
.f-mp-b {
  font-family: 'Open Sans', serif;
}

.gm-listing {
  position: absolute;
  z-index: 99999;
  height: 100%;
  width: 100%;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

.gm-listing:before {
  content: '';
  display: block;
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, 0.31), rgba(0, 0, 0, 0.41));
  background: -webkit-radial-gradient(
    rgba(20, 20, 20, 0.31),
    rgba(0, 0, 0, 0.41)
  );
}

.gm-listing:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.gm-listing:not(:required):after {
  top: 15%;
  content: '';
  display: block;
  font-size: 10px;
  left: 50%;
  width: 1em;
  height: 1em;
  margin-top: 0;
  position: absolute;
  text-align: center;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
    rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
    rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
    rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
    rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

.product-list {
  position: relative;
}

.gm-loading {
  position: fixed;
  z-index: 99999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

.gm-loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, 0.4), rgba(0, 0, 0, 0.45));
  background: -webkit-radial-gradient(
    rgba(20, 20, 20, 0.4),
    rgba(0, 0, 0, 0.45)
  );
}

.gm-loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.gm-loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
    rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
    rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
    rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
    rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* .pagination {
margin: 0;
} */
.pagination > li {
  display: inline-block;
  padding-left: 0;
}
.pagination > li > a {
  border: none;
  border-radius: 2px;
  font-family: 'Open Sans';
  font-size: 15px;
  color: #0059a4;
  line-height: 14px;
  padding: 6px 11px;
  background: none;
  margin-left: 0;
}

.pagination > li.page-item.last  > a{
  padding-right: 0;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 2px;
}
.pagination > li > a:hover {
  color: #003e72;
  background: none;
}
.pagination > li.active {
  margin-left: 6px;
  margin-right: 6px;
}
.pagination > li.active > a,
.pagination > li.active > a:hover,
.pagination > li.active > a:focus,
.pagination > li.active > a:active {
  background-color: #2f373e;
  color: #ffffff;
  padding: 6px 8px;
}
.modal {
  background: rgba(0, 0, 0, 0.3);
  z-index: 99999;
}

.modal-content {
  border-radius: 0;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  border: 0;
}
.modal-header {
  padding: 20px 30px;
}
.modal-body {
  padding: 40px 30px;
}
.modal-footer {
  padding: 20px 30px;
}
.modal-footer .btn {
  min-width: 80px;
  outline: inherit;
  text-transform: uppercase;
}
.modal-footer .btn.sitebtn-pri {
  color: #fff !important;
}
.modal-footer .btn + .btn {
  margin-left: 20px;
}
.modal-footer a + a {
  margin-left: 20px;
}

.modal-header .close {
  opacity: 1;
  outline: inherit;
}

.modal-header .close img {
  max-width: 16px;
  max-height: 16px;
  margin-top: 6px;
}

.modal .table {
  margin-bottom: 0;
}

.alert {
  font-family: 'Open Sans', serif;
  font-size: 14px;
  color: #a31600;
  letter-spacing: 0px;
  line-height: 22px;
  border-radius: 0;
  padding: 20px;
  font-weight: normal;
}
.alert a {
  text-decoration: underline;
}
.alert-success {
  background-color: #f0fff4;
  color: #006333;
  border-color: #f0fff4;
}
.alert-danger {
  color: #a31600;
  background-color: #fff0f0;
  border-color: #fff0f0;
}

ul.parsley-errors-list.filled {
  opacity: 1;
  float: left;
  width: 100%;
  padding-left: 0;
  /* margin-top: -5px; */
  margin-bottom: 12px;
}
ul.parsley-errors-list li:before {
  display: none;
}

ul.parsley-errors-list li {
  font-size: 12px;
  background: none;
  /* font-family: 'MarkPro-Book'; */
  color: #a31600;
  letter-spacing: 0.2px;
  list-style: none;
  line-height: 16px;
  padding: 0;
}

input.form-control.parsley-error,
select.form-control.parsley-error,
textarea.form-control.parsley-error,
input.site-input.parsley-error,
select.site-input.parsley-error,
textarea.site-input.parsley-error,
input.form-control.parsley-error:focus,
select.form-control.parsley-error:focus,
textarea.form-control.parsley-error:focus,
input.site-input.parsley-error:focus,
select.site-input.parsley-error:focus,
textarea.site-input.parsley-error:focus,
.prsly-error.bootstrap-select .dropdown-toggle,
.prsly-error.bootstrap-select .dropdown-toggle:focus,
.prsly-error.bootstrap-select .dropdown-toggle:hover {
  border: 1px solid #cf7f74 !important;
  background: #fff0f0 !important;
  font-family: 'Open Sans', serif;
  font-size: 14px;
  color: #a31600;
  letter-spacing: 0;
  box-shadow: none;
  line-height: 24px;
}

.bootstrap-select.site-select.prsly-error > .dropdown-toggle:before {
  background: #cf7f74;
}

.site-input.parsley-error::placeholder,
.form-control.parsley-error::placeholder {
  color: #a31600;
}

.btn-group.bootstrap-select.site-select ul.parsley-errors-list.filled {
  margin-top: 15px;
}

.terms-new ul {
  margin: 0;
  padding-left: 20px;
}

.terms-new ul li {
  margin-bottom: 20px;
  line-height: 30px;
  padding-left: 8px;
}

.terms-new ul li li,
.terms-new ol li ul li {
  list-style: disc;
}

.terms-new ol {
  margin: 0;
  list-style: none;
  padding-left: 45px;
}

.terms-new ol li {
  counter-increment: step-counter;
  margin-bottom: 20px;
  line-height: 30px;
}

.terms-new ol li::before {
  content: counter(step-counter);
  margin-right: 5px;
  font-family: 'DINPro-Bold';
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 0.37px;
  line-height: 28px;
  position: absolute;
  left: 0;
  background: #0059a4;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align: center;
}
.terms-new ol li li::before {
  display: none;
}
