@font-face {
  font-family: 'Lato Regular';
  src: url("../fonts/lato-regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/lato-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-regular.woff") format("woff"), url("../fonts/lato-regular.ttf") format("truetype"), url("../fonts/lato-regular.svg#LatoRegular") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'Lato Light';
  src: url("../fonts/lato-light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/lato-light.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-light.woff") format("woff"), url("../fonts/lato-light.ttf") format("truetype"), url("../fonts/lato-light.svg#LatoLight") format("svg");
  /* Legacy iOS */
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Lato Regular", sans-serif;
}

.gradient {
  height: auto;
  background: #7474BF;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #348AC7, #7474BF);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #348AC7, #7474BF);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.text-white {
  color: white;
}

.text-white a {
  color: white !important;
  outline: 0 !important;
}

.text-white a:link {
  outline: 0 !important;
}

label {
  margin-bottom: 10px;
}

.form-control {
  height: 40px;
  border-radius: 0px !important;
  box-shadow: none !important;
  border: 1px solid #CCCCCC;
}

.form-control:focus {
  border-color: #CCCCCC;
}

.form-control[readonly] {
  background: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato Light", sans-serif;
}

textarea {
  height: 100px !important;
}

.header-wrapper img {
  margin: 120px auto 100px auto;
  width: 250px;
}

.section-title {
  margin: 40px 0 30px 0;
  font-weight: bold;
}

.sub-section-title a {
  font-family: "Lato Light", sans-serif;
  font-size: 1.2em;
  font-weight: bold;
}

.inner-header-wrapper {
  padding: 15px 0px;
  position: fixed;
  width: 100%;
  z-index: 99;
}

.inner-header-wrapper img {
  margin: 0px auto;
  width: 200px;
}

.action-wrapper {
  margin-top: 100px;
  padding-left: 30px;
  padding-right: 30px;
}

.action-wrapper .big-btn {
  display: block;
  background-color: #1B75BB;
  color: white;
  font-size: 1.2em;
  padding: 14px 8px;
  border-radius: 8px;
  font-family: "Lato Light";
}

.text-bold {
  font-weight: bold;
}

.gap-bottom-80 {
  margin-bottom: 80px;
}

.gap-top-30 {
  margin-top: 30px;
}

.back-btn {
  position: absolute;
  top: 20px;
  left: 18px;
}

.back-btn .fa {
  color: white;
  font-size: 2em;
}

.btn-custom {
  width: 100%;
  color: white !important;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 18px;
  font-family: "Lato Light";
  padding: 10px 0px;
  border-radius: 50px;
  outline: none !important;
}

.input-group-addon {
  background: none;
}

.swal2-modal .swal2-title {
  font-size: 20px;
}

.date-style {
  border-right: 0px;
}

.select2-container--default .select2-selection--single {
  height: 40px;
  border-radius: 0px !important;
  box-shadow: none !important;
  border: 1px solid #CCCCCC;
}

.select2-container--default .select2-selection--single:focus {
  border-color: #CCCCCC;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px;
}

ol, ul {
  padding-left: 0px;
}

ol li.nav-item, ul li.nav-item {
  list-style: none !important;
}

.footer-widget p, .footer-widget div {
  color: white !important;
}

a.active {
  color: #2B96CC !important;
}

.parsley-errors-list {
  color: red;
  margin-top: 12px;
  font-size: 12px;
}

.parsley-errors-list li {
  list-style: none !important;
  margin-left: 0px !important;
}

select + .parsley-errors-list {
  margin-top: 0px;
  margin-bottom: 12px;
}

.content ol li {
  list-style: decimal;
  margin-left: 16px;
  font-size: 14px;
}

.content ul li {
  list-style: disc;
  margin-left: 16px;
  font-size: 14px;
}

input.parsley-error, select.parsley-error, textarea.parsley-error, input.parsley-success, select.parsley-success, textarea.parsley-success {
  background: none;
  color: #555555;
}

.pwa-icon {
  width: 180px;
  margin: 0 auto;
}

ul.nav-tabs {
  border-bottom: 0px;
}

ul.nav-tabs li {
  width: 50%;
  margin-left: 0px;
}

ul.nav-tabs li a {
  margin-right: 0px;
  border-bottom: 1px solid #dddddd;
  color: #555555;
}

ul.nav-tabs li a:focus, ul.nav-tabs li a:hover {
  background-color: transparent;
}

ul.nav-tabs li a.active {
  color: #337ab7;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}

.tab-content ol li, .tab-content ul li {
  margin-bottom: 5px;
}

.loader {
  width: 70px;
  height: 70px;
  background: url("../images/loader.gif") no-repeat center center;
  margin: 0 auto;
  clear: both;
  position: relative;
  top: 20px;
  margin-bottom: 100px;
}

.guide-banner img {
  margin: 0 auto;
}

ul.manual-style li {
  font-size: 1.2em;
  margin-top: 15px;
  list-style: none;
  margin-left: 0px;
}
