/*
  Table of contents. You can find content by these keywords:

  MAIN
  HEADINGS
  BUTTONS
  LINKS
  GRID
  OFFSETS
  ALIGNMENT
  FORMS
  TABLES
  IMAGES
  ICONS
  TEXTS, FONTS
  LISTS
  TABS
  ACCORDION
  BREADCRUMBS
  PAGINATION
  COLORS-AND-BACKGROUNDS
  DROPDOWN
  MODAL
  SECTIONS*/
/*MAIN*/

html {
  font-size: 16px;
}

body {
  position: relative;
  color: #383839;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
}

a {
  cursor: pointer;
}

ul li {
   list-style-position: outside;
}

.p2 {
  padding: 20px;
}

.p20 {
  padding: 0 20px;
}

.p3 {
  padding: 28px;
}

.mt10 {
  margin-top: 10px;
}

.inline {
  display: inline-block;
}

.spinner::before {
  content: '';
    width: 5px;
    height: 5px;
    display: block;
    color: #C33;
    font-size: 4px;
    font-weight: bold;
    border-radius: 50%;
    text-indent: -9999em;
    -webkit-animation: load 1.3s infinite linear;
    animation: load 1.3s infinite linear;
    -webkit-transform: translateY(33px);
    -ms-transform: translateY(33px);
    transform: translateY(27px);
    margin: -15px auto 30px;
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.fs-xs {
  font-size: 0.777rem;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.uppercase {
  text-transform: uppercase !important;
}
/*HEADINGS*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
}

h1 {
  /*40px*/
  font-size: 2.5rem;
}

h2 {
  /*30px*/
  font-size: 1.875rem;
}

h2.bigger {
  /*34px*/
  font-size: 2.125rem;
}

h3 {
  /*26px*/
  font-size: 1.625rem;
}

h3.smaller {
  /*24px*/
  font-size: 1.5rem;
}

h4 {
  /*20px*/
  font-size: 1.25rem;
}

h4.smaller {
  /*16px*/
  font-size: 1rem;
}

h4.bigger {
  /*22px*/
  font-size: 1.375rem;
}

h5 {
  /*18px*/
  font-size: 1.125rem;
}

h6 {
  /*14px*/
  font-size: 0.875rem;
}

.display-1 {
  /*60px*/
  font-size: 3.75rem;
}

.display-2 {
  /*45px*/
  font-size: 2.8125rem;
}

.display-3 {
  /*40px*/
  font-size: 2.5rem;
}

.display-4 {
  /*34px*/
  font-size: 1.925rem;
}

/*BUTTONS*/
/*SIZING*/
.btn {
  padding: 9px 80px;
  border-width: 2px;
  border-radius: 2px;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 1.625rem;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-family: Arial, Helvetica, sans-serif;
}

.btn:focus {
  box-shadow: none;
}

.btn-group-sm > .btn,
.btn-sm {
  min-width: 222px;
  padding: 7px 25px 8px 25px;
  /*20px*/
  font-size: 1.25rem;
}

.js-accout-form-step .btn-sm {
  min-width: 175px;
}

.btn-xs {
  padding-right: 15px;
  padding-left: 15px;
  min-width: 1px;
  /*16px*/
  font-size: 1rem;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 15px 53px 18px 53px;
  /*28px*/
  font-size: 1.75rem;
}

.btn-lrg {
  font-size: 2.35rem;
}

/*REGULAR BUTTONS*/
.btn-primary {
  color: #fff;
  background-color: #3d78ab;
  border-color: #3d78ab;
}

.btn-primary:hover {
  color: #fff;
  background-color: #31628c;
  border-color: #31628c;
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle,
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #31628c;
  border-color: #31628c;
}

.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled.focus {
  background-color: #3d78ab;
  border-color: #3d78ab;
}

.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
  background-color: #3d78ab;
  border-color: #3d78ab;
}

.btn-secondary {
  color: #383839;
  background-color: #a6a6a6;
  border-color: #a6a6a6;
}

.btn-secondary:hover {
  color: #383839;
  background-color: #949494;
  border-color: #949494;
}

.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .btn-secondary.dropdown-toggle,
.btn-secondary:active:hover,
.btn-secondary:active:focus,
.btn-secondary:active.focus,
.btn-secondary.active:hover,
.btn-secondary.active:focus,
.btn-secondary.active.focus,
.open > .btn-secondary.dropdown-toggle:hover,
.open > .btn-secondary.dropdown-toggle:focus,
.open > .btn-secondary.dropdown-toggle.focus {
  color: #383839;
  background-color: gray;
  border-color: gray;
}

.btn-secondary.disabled:focus,
.btn-secondary.disabled.focus,
.btn-secondary:disabled:focus,
.btn-secondary:disabled.focus {
  background-color: #a6a6a6;
  border-color: #a6a6a6;
}

.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover {
  background-color: #a6a6a6;
  border-color: #a6a6a6;
}

.btn-success {
  color: #fff;
  background-color: #cc3333;
  border-color: #cc3333;
}

.btn-success:hover {
  color: #fff;
  background-color: #cc3333;
  border-color: #cc3333;
}

.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle,
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #cc3333;
  border-color: #cc3333;
}

.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success:disabled:focus,
.btn-success:disabled.focus {
  background-color: #cc3333;
  border-color: #cc3333;
}

.btn-success.disabled:hover,
.btn-success:disabled:hover {
  background-color: #cc3333;
  border-color: #cc3333;
}

.btn-info {
  color: #fff;
  background-color: #2d92ff;
  border-color: #2d92ff;
}

.btn-info:hover {
  color: #fff;
  background-color: #097fff;
  border-color: #097fff;
}

.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle,
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #006be0;
  border-color: #006be0;
}

.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info:disabled:focus,
.btn-info:disabled.focus {
  background-color: #2d92ff;
  border-color: #2d92ff;
}

.btn-info.disabled:hover,
.btn-info:disabled:hover {
  background-color: #2d92ff;
  border-color: #2d92ff;
}

.btn-warning {
  color: #fff;
  background-color: #cc3333;
  border-color: #cc3333;
}

.btn-warning:hover {
  color: #fff;
  background-color: #bd3131;
  border-color: #bd3131;
}

.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle,
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #cc3333;
  border-color: #cc3333;
}

.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning:disabled:focus,
.btn-warning:disabled.focus {
  background-color: #f88014;
  border-color: #f88014;
}

.btn-warning.disabled:hover,
.btn-warning:disabled:hover {
  background-color: #f88014;
  border-color: #f88014;
}

.btn-danger {
  color: #fff;
  background-color: #fe2e33;
  border-color: #fe2e33;
}

.btn-danger:hover {
  color: #fff;
  background-color: #fe0a10;
  border-color: #fe0a10;
}

.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle,
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #de0106;
  border-color: #de0106;
}

.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger:disabled:focus,
.btn-danger:disabled.focus {
  background-color: #fe2e33;
  border-color: #fe2e33;
}

.btn-danger.disabled:hover,
.btn-danger:disabled:hover {
  background-color: #fe2e33;
  border-color: #fe2e33;
}

.btn-orange {
  color: #fff;
  background-color: #cc3333;
  border-color: #cc3333;
}

.btn-orange:hover {
  color: #fff;
  background-color: #bd3131;
  border-color: #bd3131;
}

.btn-orange:focus,
.btn-orange.focus,
.btn-orange:active,
.btn-orange.active,
.open > .btn-orange.dropdown-toggle,
.btn-orange:active:hover,
.btn-orange:active:focus,
.btn-orange:active.focus,
.btn-orange.active:hover,
.btn-orange.active:focus,
.btn-orange.active.focus,
.open > .btn-orange.dropdown-toggle:hover,
.open > .btn-orange.dropdown-toggle:focus,
.open > .btn-orange.dropdown-toggle.focus {
  color: #fff;
  background-color: #bd3131;
  border-color: #bd3131;
}

.btn-orange.disabled:focus,
.btn-orange.disabled.focus,
.btn-orange:disabled:focus,
.btn-orange:disabled.focus {
  background-color: #cc3333;
  border-color: #cc3333;
}

.btn-orange.disabled:hover,
.btn-orange:disabled:hover {
  background-color: #cc3333;
  border-color: #cc3333;
}

/*OUTLINE BUTTONS*/
.btn-outline-primary,
.btn-outline-secondary,
.btn-outline-success,
.btn-outline-info,
.btn-outline-warning,
.btn-outline-danger {
  border-width: 2px;
}

.btn-outline-primary {
  color: #3d78ab;
  background-image: none;
  background-color: transparent;
  border-color: #3d78ab;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #476a99;
  border-color: #476a99;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  color: #fff;
  background-color: #3d78ab;
  border-color: #3d78ab;
}

.btn-outline-primary:active,
.btn-outline-primary.active,
.open > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #3d78ab;
  border-color: #3d78ab;
}

.btn-outline-primary:active:hover,
.btn-outline-primary:active:focus,
.btn-outline-primary:active.focus,
.btn-outline-primary.active:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary.active.focus,
.open > .btn-outline-primary.dropdown-toggle:hover,
.open > .btn-outline-primary.dropdown-toggle:focus,
.open > .btn-outline-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #31628c;
  border-color: #31628c;
}

.btn-outline-primary.disabled:focus,
.btn-outline-primary.disabled.focus,
.btn-outline-primary:disabled:focus,
.btn-outline-primary:disabled.focus {
  border-color: #42638e;
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover {
  border-color: #42638e;
}

.btn-outline-secondary {
  color: #a6a6a6;
  background-image: none;
  background-color: transparent;
  border-color: #a6a6a6;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #bababa;
  border-color: #bababa;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  color: #fff;
  background-color: #a6a6a6;
  border-color: #a6a6a6;
}

.btn-outline-secondary:active,
.btn-outline-secondary.active,
.open > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #a6a6a6;
  border-color: #a6a6a6;
}

.btn-outline-secondary:active:hover,
.btn-outline-secondary:active:focus,
.btn-outline-secondary:active.focus,
.btn-outline-secondary.active:hover,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.active.focus,
.open > .btn-outline-secondary.dropdown-toggle:hover,
.open > .btn-outline-secondary.dropdown-toggle:focus,
.open > .btn-outline-secondary.dropdown-toggle.focus {
  color: #fff;
  background-color: gray;
  border-color: gray;
}

.btn-outline-secondary.disabled:focus,
.btn-outline-secondary.disabled.focus,
.btn-outline-secondary:disabled:focus,
.btn-outline-secondary:disabled.focus {
  border-color: #b3b3b3;
}

.btn-outline-secondary.disabled:hover,
.btn-outline-secondary:disabled:hover {
  border-color: #b3b3b3;
}

.btn-outline-success {
  color: #cc3333;
  background-image: none;
  background-color: transparent;
  border-color: #cc3333;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #58ba61;
  border-color: #58ba61;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  color: #fff;
  background-color: #cc3333;
  border-color: #cc3333;
}

.btn-outline-success:active,
.btn-outline-success.active,
.open > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #cc3333;
  border-color: #cc3333;
}

.btn-outline-success:active:hover,
.btn-outline-success:active:focus,
.btn-outline-success:active.focus,
.btn-outline-success.active:hover,
.btn-outline-success.active:focus,
.btn-outline-success.active.focus,
.open > .btn-outline-success.dropdown-toggle:hover,
.open > .btn-outline-success.dropdown-toggle:focus,
.open > .btn-outline-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #cc3333;
  border-color: #cc3333;
}

.btn-outline-success.disabled:focus,
.btn-outline-success.disabled.focus,
.btn-outline-success:disabled:focus,
.btn-outline-success:disabled.focus {
  border-color: #4db657;
}

.btn-outline-success.disabled:hover,
.btn-outline-success:disabled:hover {
  border-color: #4db657;
}

.btn-outline-success {
  color: #fff;
}

.btn-outline-info {
  color: #2d92ff;
  background-image: none;
  background-color: transparent;
  border-color: #2d92ff;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #56a7ff;
  border-color: #56a7ff;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  color: #fff;
  background-color: #2d92ff;
  border-color: #2d92ff;
}

.btn-outline-info:active,
.btn-outline-info.active,
.open > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #2d92ff;
  border-color: #2d92ff;
}

.btn-outline-info:active:hover,
.btn-outline-info:active:focus,
.btn-outline-info:active.focus,
.btn-outline-info.active:hover,
.btn-outline-info.active:focus,
.btn-outline-info.active.focus,
.open > .btn-outline-info.dropdown-toggle:hover,
.open > .btn-outline-info.dropdown-toggle:focus,
.open > .btn-outline-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #006be0;
  border-color: #006be0;
}

.btn-outline-info.disabled:focus,
.btn-outline-info.disabled.focus,
.btn-outline-info:disabled:focus,
.btn-outline-info:disabled.focus {
  border-color: #479fff;
}

.btn-outline-info.disabled:hover,
.btn-outline-info:disabled:hover {
  border-color: #479fff;
}

.btn-outline-warning {
  color: #f88014;
  background-image: none;
  background-color: transparent;
  border-color: #f88014;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #f9953c;
  border-color: #f9953c;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  color: #fff;
  background-color: #f88014;
  border-color: #f88014;
}

.btn-outline-warning:active,
.btn-outline-warning.active,
.open > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f88014;
  border-color: #f88014;
}

.btn-outline-warning:active:hover,
.btn-outline-warning:active:focus,
.btn-outline-warning:active.focus,
.btn-outline-warning.active:hover,
.btn-outline-warning.active:focus,
.btn-outline-warning.active.focus,
.open > .btn-outline-warning.dropdown-toggle:hover,
.open > .btn-outline-warning.dropdown-toggle:focus,
.open > .btn-outline-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #cc3333;
  border-color: #cc3333;
}

.btn-outline-warning.disabled:focus,
.btn-outline-warning.disabled.focus,
.btn-outline-warning:disabled:focus,
.btn-outline-warning:disabled.focus {
  border-color: #f98d2d;
}

.btn-outline-warning.disabled:hover,
.btn-outline-warning:disabled:hover {
  border-color: #f98d2d;
}

.btn-outline-danger {
  color: #fe2e33;
  background-image: none;
  background-color: transparent;
  border-color: #fe2e33;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #fe575b;
  border-color: #fe575b;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  color: #fff;
  background-color: #fe2e33;
  border-color: #fe2e33;
}

.btn-outline-danger:active,
.btn-outline-danger.active,
.open > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #fe2e33;
  border-color: #fe2e33;
}

.btn-outline-danger:active:hover,
.btn-outline-danger:active:focus,
.btn-outline-danger:active.focus,
.btn-outline-danger.active:hover,
.btn-outline-danger.active:focus,
.btn-outline-danger.active.focus,
.open > .btn-outline-danger.dropdown-toggle:hover,
.open > .btn-outline-danger.dropdown-toggle:focus,
.open > .btn-outline-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #de0106;
  border-color: #de0106;
}

.btn-outline-danger.disabled:focus,
.btn-outline-danger.disabled.focus,
.btn-outline-danger:disabled:focus,
.btn-outline-danger:disabled.focus {
  border-color: #fe474c;
}

.btn-outline-danger.disabled:hover,
.btn-outline-danger:disabled:hover {
  border-color: #fe474c;
}

.btn-transformed {
  padding: 16px 35px;
  /*18px*/
  font-size: 1.125rem;
  border-radius: 26px;
}

/*LINKS*/
a {
  color: #3d78ab;
  text-decoration: none;
}

.no-underline {
  text-decoration: none;
}

.no-underline:hover, .no-underline:focus {
  text-decoration: none;
}

.no-underline a {
  /*link inside .no-underline*/
  text-decoration: none;
}

a.media,
.color-inherit {
  color: inherit;
}

a.media:hover, a.media:focus,
.color-inherit:hover,
.color-inherit:focus {
  color: inherit;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: inherit;
}

/*GRID*/
.container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1100px;
}

.container-sm {
  width: 1085px;
}

.row-lg {
  margin-right: -25px;
  margin-left: -25px;
}

.row-lg > [class^="col"] {
  padding-left: 25px;
  padding-right: 25px;
}

/*OFFSETS*/
.m-1 {
  margin: 15px 15px !important;
}

.mt-1 {
  margin-top: 15px !important;
}

.mr-1 {
  margin-right: 15px !important;
}

.mb-1 {
  margin-bottom: 15px !important;
}

.ml-1 {
  margin-left: 15px !important;
}

.mx-1 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.my-1 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.m-2 {
  margin: 30px 30px !important;
}

.mt-2 {
  margin-top: 30px !important;
}

.mr-2 {
  margin-right: 30px !important;
}

.mb-2 {
  margin-bottom: 30px !important;
}

.ml-2 {
  margin-left: 30px !important;
}

.mx-2 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.my-2 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.m-3 {
  margin: 45px 45px !important;
}

.mt-3 {
  margin-top: 45px !important;
}

.mr-3 {
  margin-right: 45px !important;
}

.mb-3 {
  margin-bottom: 45px !important;
}

.ml-3 {
  margin-left: 45px !important;
}

.mx-3 {
  margin-right: 45px !important;
  margin-left: 45px !important;
}

.my-3 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.p-1 {
  padding: 15px 15px !important;
}

.pt-1 {
  padding-top: 15px !important;
}

.pr-1 {
  padding-right: 15px !important;
}

.pb-1 {
  padding-bottom: 15px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 15px !important;
}

.px-1 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.py-1 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.p-2 {
  padding: 30px 30px !important;
}

.pt-2 {
  padding-top: 30px !important;
}

.pr-2 {
  padding-right: 30px !important;
}

.pb-2 {
  padding-bottom: 30px !important;
}

.pl-2 {
  padding-left: 30px !important;
}

.px-2 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.py-2 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.p-3 {
  padding: 45px 45px !important;
}

.pt-3 {
  padding-top: 45px !important;
}

.pr-3 {
  padding-right: 45px !important;
}

.pb-3 {
  padding-bottom: 45px !important;
}

.pl-3 {
  padding-left: 45px !important;
}

.px-3 {
  padding-right: 45px !important;
  padding-left: 45px !important;
}

.py-3 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.mb-0 {
  margin-bottom: 0;
}

/*ALIGNMENT*/
.in-block {
  display: inline-block;
  vertical-align: top;
}

.middle {
  display: inline-block;
  vertical-align: middle;
}

.abs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.pos-stat {
  position: static;
}

.pos-rel {
  position: relative;
}

.z0 {
  z-index: 0;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.z4 {
  z-index: 4;
}

.icon-middle {
  display: table;
  width: 100%;
  height: 100%;
}

.icon-middle:before {
  display: table-cell;
  vertical-align: middle;
}

/*VERTICAL ALIGNMENT AND SAME-HEIGHT*/
.vertical-parent {
  display: table;
  width: 100%;
  height: 100%;
}

.vertical-middle,
.vertical-top,
.vertical-bottom {
  float: none;
  display: table-cell;
}

.vertical-middle {
  vertical-align: middle;
}

.vertical-top {
  vertical-align: top;
}

.vertical-bottom {
  vertical-align: bottom;
}

/*FORMS*/
.form-control,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="number"],
textarea,
.select,
.form-tooltip-link {
  height: 49px;
}

.form-control::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.select::-webkit-input-placeholder,
.form-tooltip-link::-webkit-input-placeholder {
  color: #3d78ab;
}

.form-control:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
textarea:-moz-placeholder,
.select:-moz-placeholder,
.form-tooltip-link:-moz-placeholder {
  color: #3d78ab;
  opacity: 1;
}

.form-control::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
textarea::-moz-placeholder,
.select::-moz-placeholder,
.form-tooltip-link::-moz-placeholder {
  color: #3d78ab;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.select:-ms-input-placeholder,
.form-tooltip-link:-ms-input-placeholder {
  color: #3d78ab;
}

.form-control,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="number"],
textarea,
.select {
  padding: 10px 15px;
  border: #383839 2px solid;
  color: #3d78ab;
  font-weight: 700;
  /*18px*/
  font-size: 1.125rem;
  border-radius: 4px;
}

.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
textarea:focus,
.select:focus {
  box-shadow: none;
  border-color: #383839;
  color: #3d78ab;
}

form option[data-default] {
  color: #8c8c8c;
}

form input[type=text] {
  color: #3d78ab;
}

.moving-group,
.select {
  position: relative;
}

.moving-group .moving-label {
  position: absolute;
  top: 11px;
  left: 15px;
  z-index: 10;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /*18px*/
  font-size: 1.125rem;
  color: #8c8c8c;
}

.moving-group .moving-input {
  position: relative;
  z-index: 1;
  background: transparent;
}

.moving-group.filled .moving-input {
  padding-top: 16px;
  padding-bottom: 4px;
}

.moving-group.filled .moving-label {
  top: 3px;
  /*14px*/
  font-size: 0.875rem;
  color: #8c8c8c;
  font-weight: 600;
}

.moving-group-label-hidden.filled .moving-input {
  padding-top: inherit;
  padding-bottom: inherit;
}

.moving-group-label-hidden.filled .moving-label {
  display: none;
}

.moving-group-icon .moving-input {
  padding-left: 53px;
}

.moving-group-icon .moving-label {
  left: 53px;
}

.moving-group-icon-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 53px;
  text-align: center;
}

/*SELECT CUSTOM*/
.select {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 960px) {
  .select:before, .select:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  pointer-events: none;
}

.select:before {
  content: '';
  display: block;
  right: 29px;
  width: 1px;
  height: 22px;
  margin-top: -11px;
  background-color: #919191;
  pointer-events: none;
}

.select:after {
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: transparent 6px solid;
  border-top: #1a7d94 6px solid;
  pointer-events: none;
}

}

.select select {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select select::-ms-expand {
  display: none;
}

:-moz-any(.select):before {
  pointer-events: none;
  z-index: 1;
}

/*CHECKBOX CUSTOM*/
.checkbox-custom {
  position: relative;
  display: inline-block;
}

.checkbox-custom input[type=checkbox] {
  display: none;
}

.checkbox-custom input[type=checkbox]:checked + label:before {
  border: none;
  background-image: url(../img/checkbox.png?v=f61dba6);
  background-repeat: no-repeat;
}

.checkbox-custom label {
  display: block;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox-custom label:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  height: 14px;
  width: 14px;
  margin-right: 4px;
  border: #3d78ab 1px solid;
  border-radius: 2px;
  box-sizing: border-box;
  background: #fff;
}

.checkbox-custom-offset label {
  position: relative;
  padding-left: 29px;
}

.checkbox-custom-offset label:before {
  position: absolute;
  top: 0;
  left: 0;
}

.checkbox-custom-one-line label {
  vertical-align: middle;
}

/*ALERTS*/
/*TABLES*/
/*IMAGES*/
.img-full-width {
  display: block;
  width: 100%;
  height: auto;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

/*ICONS*/
.icon-right {
  margin-left: 5px;
}

.icon-left {
  margin-right: 5px;
}

/*TEXTS, FONTS*/
.font-main {
  font-family: "Open Sans", sans-serif;
}

.text-sm {
  /*15px*/
  font-size: 0.9375rem;
}

.text-sm-2 {
  /*14px*/
  font-size: 0.875rem;
}

.text-sm-3 {
  /*13px*/
  font-size: 0.8125rem;
}

.text-xs {
  /*12px*/
  font-size: 0.75rem;
}

.bigger {
  /*18px*/
  font-size: 1.125rem;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 400;
}

.fw700,
b,
strong {
  font-weight: 700;
}

.mt {
  margin-top: 10px;
}

.tdu {
  text-decoration: underline;
}

/*SELECTED TEXT BACKGROUND*/
::moz-selection {
  background: #9ab1d0;
}

::selection {
  background: #9ab1d0;
}

/*COLORS-AND-BACKGROUNDS*/
.bg-blue {
  background-color: #3d78ab;
}

.bg-blue2 {
  background-color: #003c76;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #171717;
}

.bg-main {
  background-color: #383839;
}

.bg-green {
  background-color: #cc3333;
}

.bg-yellow {
  background-color: #fec93a;
}

.bg-orange {
  background-color: #cc3333;
}

.bg-grey {
  background-color: #E6E6E6;
}

.bg-lg {
  background-color: #F9F9F9;
}

.bg-dg {
  background-color: #999;
}

.bg-red {
  background-color: #cc3333;
}

.blue {
  color: #3d78ab;
}
.bold {
  font-weight: bold;
}

.black {
  color: #000;
}

.main {
  color: #383839;
}

.green {
  color: #cc3333;
}

.yellow {
  color: #fec93a;
}

.white {
  color: #fff;
}

.orange {
  color: #cc3333;
}

.red {
  color: #ff0000;
}

.blue-dark {
  color: #0a2836;
}

.grey-light {
  color: #8c8c8c;
}

.grey {
  color: #525353;
}

.grey-2 {
  color: #747474;
}

.grey-3 {
  color: #494b4b;
}

.grey-dark {
  color: #494d51;
}

a.blue:hover, a.blue:focus {
  color: #3d78ab;
}

a.black:hover, a.black:focus {
  color: #000;
}

a.white:hover, a.white:focus {
  color: #fff;
}

a.main:hover, a.main:focus {
  color: #383839;
}

a.green:hover, a.green:focus {
  color: #cc3333;
}

a.yellow:hover, a.yellow:focus {
  color: #fec93a;
}

.modal-footer-links .modal-dialog {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
}

.modal-footer-links .modal-content {
  padding: 40px 30px 20px;
  border: 10px solid #333;
  background: #fff;
  border-radius: 30px;
  font-size: 21px;
  line-height: 29px;
  font-family: Arial, Helvetica, sans-serif;
}

.modal-footer-links .modal-custom-container {
    padding: 30px 40px;
}

.modal-footer-links .modal-step-content {
    margin-bottom: 40px;
}

.footer-link-btn {
  padding: 10px 28px;
  font-size: 1.06667rem;
}

.modal-footer-links p {
  font-size: 0.9rem !important;
  line-height: 1.3 !important;
  margin-bottom: 10px !important;
}
.modal-custom-container .modal-footer-link.scroll-overflow {
  overflow-x: hidden;
  overflow-y: scroll;
}
.fs-small {
  font-size: 0.85rem;
}

.iframe-modal {
  width: 100%;
  border: none;
  height: 320px;
}

.modal-top-close-btn {
  display: none;
}

/*LISTS*/
/*unordered list*/
body {
  counter-reset: outer;
}

body > ol {
  counter-increment: outer;
}

ol {
  counter-reset: item;
}

ol li {
  display: block;
}

ol > li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}

+/*PLACEHOLDER TEXT*/
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #8c8c8c;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #8c8c8c;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #8c8c8c;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #8c8c8c;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #8c8c8c;
}

@media screen and (max-width: 800px) {
  .row-lg > [class^="col"] {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 769px) {
  .display-4 {
    font-size: 1.925rem;
  }
  .modal-top-close-btn {
    display: block;
    position: fixed; 
    top: 76px;
    right: 76px;
    font-size: 22px;
    font-weight: bold;
  }
  .modal-footer-link-box {
    margin-top: 40px !important;
  }
}

@keyframes load {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
      box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
      box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 0, 2em 2em 0 0.2em, 0 3em 0 0, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  50% {
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
      box-shadow: 0 -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0, -2em -2em 0 0.2em;
  }
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
  .modal-top-close-btn {
    display: block;
    position: fixed;
    top: 76px;
    right: auto;
    font-size: 22px;
    font-weight: bold;
  }
}