﻿@import url("https://fonts.googleapis.com/css?family=Inter:ital,opsz,wght@@,14..32,100..900;1,14..32,100.900s&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200..700&display=swap");
body {
  background-color: #fff;
  color: #3c3428;
  font-family: "Inter", sans-serif !important;
  margin-bottom: 0;
}

h1, h2, h3, h4 {
  color: #0093b1;
}

h1 {
  font: 800 28px/30px "Inter", Arial, Helvetica, sans-serif;
}

h3 {
  margin: 20px 0;
}

a:link, a:visited {
  color: #0093b1;
}

blockquote {
  border: none;
}

.clear {
  clear: both;
}

.alert-danger, .alert-error {
  background-color: #f7e3d9;
  border-color: #cc6633;
  color: #cc6633;
}

.btn.btn-primary, .btn.btn-default {
  margin: 3px 5px;
}

/*** Header ***/
header {
  max-height: 124px;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
}
header .col-3, header .col-9 {
  float: left;
}
header img {
  width: 150px;
}
header .logo {
  margin-top: 20px;
  text-align: right;
}
header .empower {
  margin-top: 10px;
}

@media screen and (max-width: 986px) {
  .col-md-3 {
    width: 30%;
    float: left;
  }
  .col-md-9 {
    width: 60%;
    float: right;
  }
}
/*
header {
.logo {
text-align: left;
margin-left: 10px;

img {
@media screen and (max-width: 430px ) {
max-width: 150px;
width: 100%;
}
}
}

.col-md-7 .tagline {
@media screen and (max-width: 650px ) {

margin-left:20px;padding-left:80px;
.page-title h1, .page-sub-title h1 {
font-size: 1.9em;
}
}
@media screen and (max-width: 430px ) {

.page-title h1, .page-sub-title h1 {
font-size: 1.7em;text-align:left;
}
}
}
}
*/
/*** End Header ***/
/*** Content ***/
.main_footer {
  background: transparent;
  height: auto;
}

.firstFooter {
  background-color: #0093b1;
  line-height: normal;
  height: auto;
  font-size: 12px;
  color: #fff;
}
.firstFooter a {
  color: #fff;
}

.secondFooter {
  background-color: #127289;
  color: #fff;
  font-size: 12px;
}

footer .privacy {
  font-weight: bold;
  padding-right: 5px;
  padding-left: 5px;
}

footer .questions {
  padding-left: 20px;
}

footer p {
  color: #fff;
}

/*footer {
    padding-top: 29px;
    padding-bottom: 29px;
    /*background-color: #fff;
    font-family: Open-Sans, Arial, Helvetica Neue, Helvetica, sans-serif;
}*/
.btn, .btn-primary, a.btn-primary, input.btn-default-action {
  border-radius: 10px;
  /* stops bg color from leaking outside the border: */
  background: #f8991d;
  color: #FFFFFF;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 20px;
  margin-bottom: 0;
  padding: 16px 40px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}

button.btn.nav-link {
  padding: 0.5rem;
  background: transparent;
  font-size: 14px;
  color: #f8991d;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  color: #ffffff !important;
  background-color: #0093b1 !important;
  background-image: none;
  border: none;
  border-image: none;
}

/*** Kendo Overrides ***/
.k-grid td.display-dropdown-menu {
  overflow: visible !important;
}

.k-header {
  height: auto;
  white-space: normal !important;
}

.k-grid-content {
  min-height: 550px;
}

/***privacy******8*/
#PrivacyPageModel,
#TCPageModel {
  text-align: left;
  font-size: 12px;
  white-space: normal;
  line-height: normal;
}

#PrivacyPageModel p,
#PrivacyPageModel p a,
#TCPageModel p,
#TCPageModel p a {
  color: #000 !important;
}

#PrivacyPageModel li,
#PrivacyPageModel li a,
#TCPageModel li,
#TCPageModel li a {
  list-style: circle;
  color: #000 !important;
}

#PrivacyPageModel p,
#PrivacyPageModel h3,
#PrivacyPageModel h4,
#PrivacyPageModel h5,
#TCPageModel p,
#TCPageModel h3,
#TCPageModel h4,
#TCPageModel h5 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  color: #000 !important;
  white-space: normal;
  line-height: normal;
}

#PrivacyPageModel h3,
#TCPageModel h3 {
  font-size: 15px !important;
  line-height: normal !important;
  font-weight: bold !important;
}

#PrivacyPageModel h4, #PrivacyPageModel h5,
#TCPageModel h4,
#TCPageModel h5 {
  font-size: 13px !important;
  line-height: normal !important;
}

#PrivacyPageModel th td,
#TCPageModel th td {
  background-color: #ccc;
}

#PrivacyPageModel tr td,
#TCPageModel tr td {
  background-color: #fff;
}

#PrivacyPageModel tr td,
#TCPageModel tr td {
  border-bottom: 1px solid #000;
}
