﻿@font-face {
  font-family: "Muli";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Muli-Regular.eot");
  src: url("../fonts/Muli-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Muli-Regular.woff") format("woff"), url("../fonts/Muli-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Muli";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Muli-Medium.eot");
  src: url("../fonts/Muli-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Muli-Medium.woff") format("woff"), url("../fonts/Muli-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "Muli";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Muli-Bold.eot");
  src: url("../fonts/Muli-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Muli-Bold.woff") format("woff"), url("../fonts/Muli-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "Wastinger Regular";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/victoryia-wastinger-regular-webfont.eot");
  src: url("../fonts/victoryia-wastinger-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/victoryia-wastinger-regular-webfont.woff") format("woff"), url("../fonts/victoryia-wastinger-regular-webfont.ttf") format("truetype"); }

* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 1px; }

html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none; }

a, a:hover, input, textarea, select {
  -webkit-tap-highlight-color: transparent;
  outline: 0 none; }

ol {
  list-style: decimal inside;
  margin-bottom: 20px; }
  ol li {
    padding: 5px 0 5px 15px; }

ul {
  list-style: none; }

.content ul {
  list-style: none;
  margin-bottom: 20px; }
  .content ul li {
    position: relative;
    padding-left: 15px;
    color: #54646b;
    font-family: "Muli";
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 20px; }
    @media (max-width: 1024px) {
      .content ul li {
        font-size: 16px;
        margin-bottom: 15px; } }
    .content ul li:before {
      content: '-';
      position: absolute;
      left: 0;
      top: -1px; }
    .content ul li:last-child {
      margin-bottom: 0; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

:focus {
  outline: 0; }

a img, fieldset, hr {
  border: 0; }

mark {
  background: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: middle; }

input[type="text"], input[type="email"], input[type="tel"], input[type="search"], select, textarea {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  -webkit-appearance: none; }

input[type="submit"], input[type="button"], button, .button {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-appearance: none;
  cursor: pointer; }

hr {
  clear: both;
  overflow: hidden;
  display: block; }

article, aside, details, figcaption, figure, footer, header, nav, section, summary, main {
  display: block; }

.alignleft {
  float: left;
  margin: 0 30px 10px 0; }

.alignright {
  float: right;
  margin: 0 0 10px 30px; }

.aligncenter {
  margin: 0 auto 20px; }

.alignnone {
  margin: 0 0 20px; }

@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px; } }

img {
  max-width: 100%;
  height: auto;
  display: block; }

.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 94%; }

.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fullframe {
  height: 0;
  margin: 0;
  overflow: auto;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0; }
  .fullframe iframe, .fullframe object, .fullframe embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

/*html::-webkit-scrollbar {
  width: 15px;
  @include for-size($table) {
    width: 10px
  }
}*/
/* Buttons */
/*::-webkit-scrollbar-button:single-button {
    background-color: #6bc9f2;
    display: block;
    border-style: solid;
    height: 13px;
    width: 16px;
}*/
/* Up */
/*::-webkit-scrollbar-button:single-button:vertical:decrement {
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #555555 transparent;
}

::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
    border-color: transparent transparent #777777 transparent;
}*/
/* Down */
/*::-webkit-scrollbar-button:single-button:vertical:increment {
    border-width: 8px 8px 0 8px;
    border-color: #555555 transparent transparent transparent;
}

::-webkit-scrollbar-button:vertical:single-button:increment:hover {
    border-color: #777777 transparent transparent transparent;
}

::-webkit-scrollbar-thumb {
  background: $bg
}

::-webkit-scrollbar-track {
  background: #eaeaea
}

::-webkit-scrollbar-thumb:hover {
  background: darken($bg, 5%)
}

::-webkit-scrollbar-thumb:active {
  background: darken($bg, 5%)
}
*/
html {
  font: 400 14px/1.5714 "Muli", sans-serif; }
  @media (max-width: 1024px) {
    html {
      font-size: 14px; } }

body {
  color: #464d4e;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh; }

#main {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%; }

p {
  font-family: "Muli";
  font-size: 15px;
  line-height: 1.75;
  color: #464d4e;
  font-weight: 400; }

a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  a:hover {
    text-decoration: none; }

.custom-form-validation input[id="Password"] {
  width: 92%; }

.custom-form-validation span[toggle="maskedtextbox"] {
  font-size: 10pt;
  width: 35px;
  display: inline-flex; }

#register-form span[toggle="maskedtextbox"] {
  padding-top: 9px;
  width: 35px;
  display: inline-flex; }

#register-form .k-form-error, .k-form-hint {
  font-size: 1.1em !important; }

.toggle-password {
  color: gray;
  cursor: pointer;
  font-size: 10pt; }

.flex-item-password {
  display: inline-flex;
  vertical-align: middle; }

td[data-role="editable"] > input {
  font-size: .9em !important;
  line-height: 1em !important; }

input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="password"], textarea, form[id="contacts-form"] input[type="email"],
form[id="contacts-form"] textarea,
form[id="resend-verification-form"] input[type="email"] {
  border-radius: 5px;
  border: 1px solid #caeefc;
  background-color: #ffffff;
  width: 100%;
  color: #616c6d;
  font-family: "Muli";
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  padding: 0 15px 0 10px;
  /*34px;*/
  margin-bottom: 20px; }
  input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, form[id="contacts-form"] input[type="email"]::-webkit-input-placeholder,
  form[id="contacts-form"] textarea::-webkit-input-placeholder,
  form[id="resend-verification-form"] input[type="email"]::-webkit-input-placeholder {
    color: #616c6d;
    opacity: 1; }
  input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder, form[id="contacts-form"] input[type="email"]:-moz-placeholder,
  form[id="contacts-form"] textarea:-moz-placeholder,
  form[id="resend-verification-form"] input[type="email"]:-moz-placeholder {
    color: #616c6d;
    opacity: 1; }
  input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder, form[id="contacts-form"] input[type="email"]::-moz-placeholder,
  form[id="contacts-form"] textarea::-moz-placeholder,
  form[id="resend-verification-form"] input[type="email"]::-moz-placeholder {
    color: #616c6d;
    opacity: 1; }
  input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder, form[id="contacts-form"] input[type="email"]:-ms-input-placeholder,
  form[id="contacts-form"] textarea:-ms-input-placeholder,
  form[id="resend-verification-form"] input[type="email"]:-ms-input-placeholder {
    color: #616c6d;
    opacity: 1; }

form[id="register-form"] input[type="text"], form[id="register-form"] input[type="email"], form[id="register-form"] textarea, input[type="email"] {
  border-radius: 5px;
  border: 1px solid #caeefc;
  background-color: #ffffff;
  width: 100%;
  color: #616c6d;
  font-family: "Muli";
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  padding: 0 15px 0 10px;
  margin-bottom: 20px; }
  form[id="register-form"] input[type="text"]::-webkit-input-placeholder, form[id="register-form"] input[type="email"]::-webkit-input-placeholder, form[id="register-form"] textarea::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder {
    color: #616c6d;
    opacity: 1; }
  form[id="register-form"] input[type="text"]:-moz-placeholder, form[id="register-form"] input[type="email"]:-moz-placeholder, form[id="register-form"] textarea:-moz-placeholder, input[type="email"]:-moz-placeholder {
    color: #616c6d;
    opacity: 1; }
  form[id="register-form"] input[type="text"]::-moz-placeholder, form[id="register-form"] input[type="email"]::-moz-placeholder, form[id="register-form"] textarea::-moz-placeholder, input[type="email"]::-moz-placeholder {
    color: #616c6d;
    opacity: 1; }
  form[id="register-form"] input[type="text"]:-ms-input-placeholder, form[id="register-form"] input[type="email"]:-ms-input-placeholder, form[id="register-form"] textarea:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder {
    color: #616c6d;
    opacity: 1; }

.registerFormFieldName {
  width: 12%;
  padding-top: 5px;
  font-family: "Muli";
  font-size: 15px;
  line-height: 1.75;
  color: #464d4e;
  font-weight: 400; }

.registerFormField {
  width: 38%;
  padding-right: 5px; }

@media (max-width: 875px) {
  .registerFormFieldName {
    padding-top: 5px;
    font-family: "Muli";
    font-size: 15px;
    line-height: 1.75;
    color: #464d4e;
    font-weight: 400;
    flex-basis: 28.5%; }
  .registerFormField {
    padding-right: 5px;
    flex-basis: 71.5%; }
  .benefits-main > .wrap {
    width: 100% !important; } }

/*.registerFormField input[type="password"] {
        width: 80%;
        padding-right: 5px;
    }*/
/*.registerFormField input[id="Password"], .registerFormField input[id="ConfirmPassword"] {*/
input[type="text"][id="Username"] {
  width: 70%;
  padding-right: 5px; }

#ConfirmPassword, #Password {
  width: 70%;
  padding-right: 5px; }

.validation-summary-valid {
  display: none; }

.footerMenu {
  padding-top: 30px;
  padding-left: 5%;
  padding-right: 5%;
  min-height: 30%;
  /*max-width: 1000px !important;*/ }

h3.popover-header {
  font-family: inherit !important; }

.popoverLink {
  text-decoration: underline;
  cursor: pointer; }

div[id*="block"] input[type="text"], input[type="email"], input[type="tel"], textarea, form[id="form-common-search"] input[id="text"], input[id="SearchQuery"], input[type="text"][data-bind],
div[class="k-filter-menu-container"] input[type="text"], #edit-form input, #lookup-form input {
  border-radius: 0px;
  border: 1px solid #a3d0e4;
  background-color: #ffffff;
  width: 100%;
  color: #616c6d;
  font-family: inherit;
  font-size: 100%;
  font-weight: 400;
  line-height: 21px;
  padding: 0px 0px 0px 0px;
  margin-bottom: 0px; }
  div[id*="block"] input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, form[id="form-common-search"] input[id="text"]::-webkit-input-placeholder, input[id="SearchQuery"]::-webkit-input-placeholder, input[type="text"][data-bind]::-webkit-input-placeholder,
  div[class="k-filter-menu-container"] input[type="text"]::-webkit-input-placeholder, #edit-form input::-webkit-input-placeholder, #lookup-form input::-webkit-input-placeholder {
    color: #616c6d;
    opacity: 1; }
  div[id*="block"] input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, textarea:-moz-placeholder, form[id="form-common-search"] input[id="text"]:-moz-placeholder, input[id="SearchQuery"]:-moz-placeholder, input[type="text"][data-bind]:-moz-placeholder,
  div[class="k-filter-menu-container"] input[type="text"]:-moz-placeholder, #edit-form input:-moz-placeholder, #lookup-form input:-moz-placeholder {
    color: #616c6d;
    opacity: 1; }
  div[id*="block"] input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, textarea::-moz-placeholder, form[id="form-common-search"] input[id="text"]::-moz-placeholder, input[id="SearchQuery"]::-moz-placeholder, input[type="text"][data-bind]::-moz-placeholder,
  div[class="k-filter-menu-container"] input[type="text"]::-moz-placeholder, #edit-form input::-moz-placeholder, #lookup-form input::-moz-placeholder {
    color: #616c6d;
    opacity: 1; }
  div[id*="block"] input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, textarea:-ms-input-placeholder, form[id="form-common-search"] input[id="text"]:-ms-input-placeholder, input[id="SearchQuery"]:-ms-input-placeholder, input[type="text"][data-bind]:-ms-input-placeholder,
  div[class="k-filter-menu-container"] input[type="text"]:-ms-input-placeholder, #edit-form input:-ms-input-placeholder, #lookup-form input:-ms-input-placeholder {
    color: #616c6d;
    opacity: 1; }

.dictionary {
  /*content: url("../images/bg.png");*/
  position: absolute;
  bottom: 0;
  right: 0; }

label {
  display: inline; }

.regular-checkbox {
  display: none; }

.regular-checkbox + label {
  background-color: #fafafa;
  border: 1px solid black;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 5px;
  height: 1px;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  margin-bottom: 0px; }

.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1); }

.regular-checkbox:checked + label {
  background-color: dodgerblue;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
  margin-bottom: 0px; }

.regular-checkbox:checked + label:after {
  content: '\2713';
  font-family: -apple-system;
  font-size: 14px;
  position: absolute;
  top: -3px;
  left: 0px;
  color: #fff; }

.zoom {
  zoom: 1.2; }

.zoom-moz {
  -moz-transform: scale(1.2);
  -moz-transform-origin: 0 0; }

.zoom2 {
  zoom: 1.5; }

.zoom-moz2 {
  -moz-transform: scale(1.5);
  -moz-transform-origin: 0 0; }

.zoom3 {
  zoom: 2; }

.zoom-moz3 {
  -moz-transform: scale(2);
  -moz-transform-origin: 0 0; }

.big-checkbox + label {
  padding: 18px;
  margin-bottom: 0px; }

.big-checkbox:checked + label:after {
  font-size: 28px;
  left: 6px; }

.tag {
  font-family: Arial, sans-serif;
  width: 200px;
  position: relative;
  top: 5px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  float: left; }

.radio-1 {
  width: 193px; }

.button-holder {
  float: left; }

#divSearchBtns {
  /*background-color: #fff;*/ }
  #divSearchBtns button[class*="sm"] {
    width: 200px !important; }
  #divSearchBtns button {
    width: 250px !important; }

#listViewAboutUsAdvisory, #listViewAboutUsDev {
  border-style: none !important;
  background: none !important;
  border-width: 0px !important; }

#edit-form textarea {
  line-height: 14px !important; }

form[id*='edit-form'] textarea {
  padding-left: 9px; }

.userNameLogout {
  color: #e2f300;
  font-family: "Muli";
  font-size: 17px;
  font-weight: 700;
  line-height: 1.64;
  opacity: 1;
  position: relative; }

.helpMenuButton {
  color: #fff;
  font-family: "Muli";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.64;
  opacity: 1;
  position: relative; }

.helpMenuButtonMobile {
  color: #fff;
  font-family: "Muli";
  /*font-size: 20px;*/
  font-weight: 700;
  line-height: 1.64;
  opacity: 1;
  position: relative; }

span[unselectable="on"][class*="k-dropdown"] {
  opacity: 1 !important; }

.adminToolsMenu {
  margin-top: 25px !important;
  width: 50%;
  font-size: 1.4em; }

.ulDetailedInstr {
  list-style: disc !important; }

.usernameDropdown {
  position: relative;
  display: inline-block; }

.helpDropdown {
  position: relative;
  display: inline-block; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #38393b;
  min-width: 180px;
  z-index: 1;
  border-radius: 5px;
  color: #e2f300;
  font-family: "Muli";
  font-size: 17px;
  font-weight: 700;
  opacity: 1; }

.siteFont {
  font-family: "Muli" !important; }

.dropdown-content a {
  /*color: black;*/
  padding: 12px 16px;
  display: block; }

.help-dropdown-content a {
  /*color: black;*/
  padding: 12px 16px;
  display: block; }

.usernameDropdown:hover .dropdown-content {
  display: block;
  z-index: 80;
  padding-top: 0px; }

.helpDropdown:hover .help-dropdown-content {
  display: block;
  z-index: 80;
  padding-top: 0px; }

#divSearchButtons {
  z-index: 50; }

.expandableText {
  text-decoration: underline;
  font-size: .8em;
  font-family: "Muli"; }

.multiSearchDesc {
  font-size: 1.1em; }

.fakeDisabled {
  opacity: .7; }

.k-dirty-cell {
  text-align: left; }

#lookup-form input[type="checkbox"], #edit-form input[type="checkbox"] {
  width: 10px;
  margin-top: 8px; }

@media (min-width: 1030px) {
  #stickyButtonBar {
    position: relative; }
  #divLeftSideFields {
    margin-top: 0px; }
  .stickyButtons {
    position: fixed;
    /*top: -5px;*/
    width: 90%;
    z-index: 90;
    /*background: white;*/
    background-color: #e6f2f8 !important;
    margin-top: 0px; } }

div[class="kendo-grid-container"] div[class*="search-results"] {
  background-color: #e6f2f8 !important; }

.altRowColor {
  background-color: #e6f2f8; }

tr[class="k-alt"] {
  background-color: #fff !important; }

div[class*="search-results"] div[class*="k-grid-content"]:not(.k-grid-content-locked) {
  background-color: #e6f2f8 !important;
  border-width: 5px; }

.tforty {
  /*pointer-events: none;*/
  top: 40%; }

.vertical-center {
  min-height: 100%;
  /* Fallback for vh unit */
  min-height: 100vh;
  /* You might also want to use
                        'height' property instead.
                        
                        Note that for percentage values of
                        'height' or 'min-height' properties,
                        the 'height' of the parent element
                        should be specified explicitly.
  
                        In this case the parent of '.vertical-center'
                        is the <body> element */
  /* Make it a flex container */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* Align the bootstrap's container vertically */
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* In legacy web browsers such as Firefox 9
     we need to specify the width of the flex container */
  width: 100%;
  /* Also 'margin: 0 auto' doesn't have any effect on flex items in such web browsers
     hence the bootstrap's container won't be aligned to the center anymore.
  
     Therefore, we should use the following declarations to get it centered again */
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

@media (max-width: 1029px) {
  #divLeftSideFields {
    margin-top: 280px; }
  #stickyButtonBar {
    position: fixed;
    margin-top: 0px !important; }
  .stickyButtons {
    position: fixed;
    margin-top: 150px;
    top: 86px;
    width: 90%;
    z-index: 90;
    /*background: white;*/
    padding-top: 12px;
    z-index: 250; } }

.k-numeric-wrap {
  border: none !important; }

.searchFor {
  color: #000; }

#myModal[class="k-scrollable"] {
  overflow: hidden; }

@media screen and (min-height: 883px) {
  #contactContainer + footer {
    position: fixed;
    bottom: 0px;
    width: 100%; } }

@media screen and (max-height: 882px) {
  #contactContainer + footer {
    bottom: 0px;
    width: 100%; } }

#contactContainer textarea[id="Message"] {
  line-height: 21px !important;
  padding-top: 8px; }

#contactContainer {
  position: relative;
  z-index: 50; }

ul[id="cheatSheet"] {
  list-style-type: disc !important;
  padding-left: 1em !important;
  margin-left: 1em; }

footer {
  z-index: -1; }

div[id="search-tab-strip-1"], div[id="search-tab-strip-2"], div[id="search-tab-strip-3"], div[id="search-tab-strip-4"], div[id="search-tab-strip-5"] {
  overflow: hidden !important; }

div[aria-expanded="true"].letScroll {
  overflow: scroll !important; }

div[id*="search-container-"] {
  overflow-y: auto;
  padding: 8px; }

button[type="submit"] {
  border-radius: 5px;
  border: 1px solid #77c9eb;
  background-image: linear-gradient(to top, #20627d 0%, #297696 100%);
  color: #ffffff;
  font-family: "Muli";
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  text-align: center;
  padding: 4px 15px; }
  button[type="submit"]:hover {
    background-image: linear-gradient(to bottom, #20627d 0%, #297696 100%); }

textarea {
  resize: auto; }

.contacts-form textarea {
  resize: vertical !important; }

.cust-btn, .submit {
  border-radius: 5px;
  border: 1px solid #68b1d2;
  background-image: linear-gradient(to top, #7cd2f6 0%, #afe4fa 100%);
  min-width: 260px;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  font-family: "Muli";
  padding: 5px 15px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  @media (max-width: 1024px) {
    .cust-btn, .submit {
      font-size: 12px; } }
  .cust-btn:hover, .submit:hover {
    background-image: linear-gradient(to bottom, #7cd2f6 0%, #afe4fa 100%);
    color: #fff; }

h1, h2, h3, h4, p {
  margin-bottom: 18px; }
  @media (max-width: 1024px) {
    h1, h2, h3, h4, p {
      margin-bottom: 16px; } }

h1, h2 {
  font-family: "Wastinger";
  font-size: 52px;
  font-weight: 400; }
  @media (max-width: 1366px) {
    h1, h2 {
      font-size: 50px; } }
  @media (max-width: 1024px) {
    h1, h2 {
      font-size: 45px; } }
  @media (max-width: 768px) {
    h1, h2 {
      font-size: 38px; } }
  @media (max-width: 480px) {
    h1, h2 {
      font-size: 30px; } }

h3 {
  font-family: "Wastinger";
  font-size: 45px; }
  @media (max-width: 1366px) {
    h3 {
      font-size: 35px; } }
  @media (max-width: 1024px) {
    h3 {
      font-size: 30px; } }
  @media (max-width: 768px) {
    h3 {
      font-size: 28px; } }
  @media (max-width: 480px) {
    h3 {
      font-size: 26px; } }

h4 {
  font-family: "Wastinger";
  font-size: 28px;
  font-weight: 400; }
  @media (max-width: 1024px) {
    h4 {
      font-size: 26px; } }
  @media (max-width: 768px) {
    h4 {
      font-size: 24px; } }
  @media (max-width: 480px) {
    h4 {
      font-size: 22px; } }

h5 {
  font-family: "Wastinger";
  font-size: 24px; }
  @media (max-width: 1024px) {
    h5 {
      font-size: 22px; } }
  @media (max-width: 768px) {
    h5 {
      font-size: 20px; } }

h6 {
  font-family: "Wastinger";
  font-size: 19px; }
  @media (max-width: 1024px) {
    h6 {
      font-size: 18px; } }
  @media (max-width: 768px) {
    h6 {
      font-size: 17px; } }

.resizable-input {
  /* make resizable */
  overflow-x: hidden;
  resize: horizontal;
  display: inline-block;
  /* no extra spaces */
  padding: 0;
  margin: 0;
  white-space: nowrap;
  /* default widths */
  width: 10em;
  min-width: 2em;
  max-width: 30em; }

/* let <input> assume the size of the wrapper */
.resizable-input > input {
  width: 100%;
  box-sizing: border-box;
  margin: 0; }

/* add a visible handle */
.resizable-input > span {
  display: inline-block;
  vertical-align: bottom;
  margin-left: -16px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAJUlEQVR4AcXJRwEAIBAAIPuXxgiOW3xZYzi1Q3Nqh+bUDk1yD9sQaUG/4ehuEAAAAABJRU5ErkJggg==");
  cursor: ew-resize; }

.textDimensionCalculation {
  position: absolute;
  visibility: hidden;
  height: auto;
  width: auto;
  white-space: nowrap; }

/*.k-invalid-msg {
        display: none !important;
    }*/
.k-invalid {
  border: 1px solid red; }

.k-widget > span.k-invalid, input.k-invalid {
  border: 1px solid red !important; }

.k-textbox {
  width: 11.8em; }

.demo-section {
  width: 700px; }

#tickets {
  width: 510px;
  height: 323px;
  margin: 0 auto;
  padding: 10px 20px 20px 170px;
  background: url("../content/web/validator/ticketsOnline.png") transparent no-repeat 0 0; }

#tickets h3 {
  font-weight: normal;
  font-size: 1.4em;
  border-bottom: 1px solid #ccc; }

#tickets ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

#tickets li {
  margin: 7px 0 0 0; }

/*form[id="register-form"] label {
    display: inline-block;
    width: 90px;
    text-align: right;
}*/
.required {
  font-weight: bold; }

.accept, .status {
  padding-left: 90px; }

.valid {
  color: green; }

.invalid {
  color: red; }

span.k-tooltip {
  margin-left: 6px; }

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.32) url("/images/blueloading.gif") 50% 50% no-repeat; }

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
  overflow: hidden; }

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
  display: block; }

.k-tabstrip-top > .k-tabstrip-items .k-state-active {
  font-weight: bold;
  /*box-shadow: 1px 0px 0px 0px #888888 !important;*/ }
  .k-tabstrip-top > .k-tabstrip-items .k-state-active span[class*="k-i-close"] {
    font-weight: bold; }

.k-tabstrip-top > .k-tabstrip-items span[class*="k-i-close"] {
  top: 3px;
  left: 9px;
  font-size: 14px;
  font-weight: 100; }

.k-panelbar .k-tabstrip-items .k-item, .k-tabstrip-top > .k-tabstrip-items .k-item {
  /* margin: 0 -1px 0 0;
        border-left-width: 2px !important;
        border-left-color: gray !important;
        border-top-width: 0px;*/ }

.k-pager-wrap .k-link:hover {
  /*background-color: #58a9cd;*/
  border-color: #58a9cd; }

.k-pager-wrap .k-link {
  /*background-color: #58a9cd;*/
  border-color: #58a9cd; }

.input-page-number {
  border-color: #58a9cd;
  border-style: solid;
  border-radius: 4px 4px 4px 4px;
  border-width: 1px; }

div[role="dialog"] div[role="toolbar"] {
  justify-content: center;
  text-align: center; }

.multiRowEdit {
  right: 6px; }

#divAccount {
  width: 100%;
  max-width: 1024px; }

#spResetPrompt {
  display: none;
  font-size: 1.1em; }

.wrap {
  /*width: 1465px;
  max-width: 94%;*/
  max-width: 1465px;
  margin: 0 auto;
  position: relative; }

.header-wrap {
  max-width: 1465px;
  position: relative; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.alc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (max-width: 1024px) {
  .main-menu {
    display: none; } }

.main-menu ul {
  margin-bottom: 0; }

.main-menu li {
  margin-right: 40px; }
  @media (max-width: 1366px) {
    .main-menu li {
      margin-right: 20px; } }
  .main-menu li > a, .main-menu li > span > div > a {
    color: #fff;
    font-family: "Muli";
    font-size: 20px;
    font-weight: 700;
    line-height: 1.64;
    opacity: 1;
    position: relative; }
    .main-menu li > a:before, .main-menu li > span > div > a:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 2px;
      background: #fff;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    .main-menu li > a:hover, .main-menu li > span > div > a:hover {
      opacity: 0.7; }
      .main-menu li > a:hover:before, .main-menu li > span > div > a:hover:before {
        width: 100%; }

.menu-burger {
  display: none;
  width: 26px;
  height: 30px;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 52;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  @media (max-width: 1024px) {
    .menu-burger {
      display: block; } }
  .menu-burger:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moztransform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    height: 2px;
    background: #6bc9f2;
    -webkit-box-shadow: 0 7px 0 0 #6bc9f2, 0 -7px 0 0 #6bc9f2;
    box-shadow: 0 7px 0 0 #6bc9f2, 0 -7px 0 0 #6bc9f2;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .menu-burger:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moztransform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    height: 2px;
    background: #6bc9f2;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .menu-burger.open:before {
    -webkit-transform: translate(0, -50%) rotateZ(-45deg);
    -moz-transform: translate(0, -50%) rotateZ(-45deg);
    -ms-transform: translate(0, -50%) rotateZ(-45deg);
    -o-transform: translate(0, -50%) rotateZ(-45deg);
    transform: translate(0, -50%) rotateZ(-45deg);
    box-shadow: none;
    background: #fff; }
  .menu-burger.open:after {
    -webkit-transform: translate(0, -50%) rotateZ(45deg);
    -moz-transform: translate(0, -50%) rotateZ(45deg);
    -ms-transform: translate(0, -50%) rotateZ(45deg);
    -o-transform: translate(0, -50%) rotateZ(45deg);
    transform: translate(0, -50%) rotateZ(45deg);
    background: #fff; }

.mobile-main-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #6bc9f2;
  z-index: 51;
  padding: 50px 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  overflow: auto; }
  @media (max-width: 1024px) {
    .mobile-main-menu {
      display: block; } }
  .mobile-main-menu li {
    display: block; }
    .mobile-main-menu li a {
      display: inline-block;
      padding: 5px 15px;
      color: #fff;
      font-size: 16px; }
      .mobile-main-menu li a:hover {
        text-decoration: none; }
  .mobile-main-menu .sub-menu {
    display: none;
    padding-left: 20px; }
  .mobile-main-menu span {
    display: inline-block;
    padding: 5px 20px 7px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 20px;
    position: relative; }
    .mobile-main-menu span:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .mobile-main-menu.open {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }

.burger-bg {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  top: 0;
  bottom: 0;
  left: -5px;
  right: -5px;
  z-index: -1; }

.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.tac {
  text-align: center; }

.float-vertical-align {
  border: 1px solid red;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%); }

.k-grid tr:hover {
  background-color: #7ad2f7 !important; }

.foot-notes {
  position: fixed;
  z-index: 3;
  right: 18px;
  top: 85px;
  font-weight: 600;
  font-size: 14px; }
  @media (max-width: 1024px) {
    .foot-notes {
      display: none; } }

.mobile-search-browse-section {
  display: none;
  /*    @media (max-width: 800px) {
        display: block;
    }*/ }

.zoom-icons {
  display: none;
  position: absolute;
  bottom: 10px;
  left: 30px;
  z-index: 99; }
  @media (max-width: 1024px) {
    .zoom-icons {
      display: block; } }

.mobile-footer {
  width: 21rem;
  max-height: 450px;
  min-height: 420px;
  overflow-y: auto;
  overflow-x: hidden; }

@media screen and (orientation: landscape) {
  .mobile-footer {
    height: 200px;
    min-height: auto; }
    .mobile-footer label {
      display: inline; } }

@media only screen and (hover: none) and (pointer: coarse) {
  /* Regular CSS rules here*/
  .mobile-search-browse-section {
    display: block; } }

header {
  border: 1px solid #38393b;
  background: #38393b;
  /*background-image: linear-gradient(to top, #c6ecfc 0%, #def5ff 100%);*/
  /*padding: 11px 0 12px;*/
  /*padding: 2px 0 3px;*/
  padding: 9px 0 10px;
  padding-right: 10px; }
  @media (max-width: 768px) {
    header {
      padding: 9px 0 10px;
      padding-right: 10px !important; } }
  header .logo {
    max-width: 166px;
    margin-right: 20px;
    opacity: 1; }
    header .logo:hover {
      opacity: 0.7; }

footer {
  font-size: 18px; }
  footer > .wrap {
    width: 1186px; }
  footer .top {
    padding: 15px 0;
    background-image: linear-gradient(to top, #7cd2f6 0%, #afe4fa 100%); }
    @media (max-width: 480px) {
      footer .top {
        padding: 20px 0; } }
    footer .top .logo {
      margin: 0 auto;
      max-width: 216px;
      margin-bottom: 27px;
      display: block;
      opacity: 1; }
      footer .top .logo:hover {
        opacity: 0.7; }
    footer .top h4 {
      color: #284754;
      font-weight: 400;
      line-height: 1; }
    footer .top ul {
      max-width: 392px; }
      @media (max-width: 480px) {
        footer .top ul {
          max-width: 100%; } }
      footer .top ul li {
        margin-bottom: 10px; }
        footer .top ul li > a {
          color: #676a72;
          font-family: "Muli";
          font-size: 18px;
          font-weight: 400; }
          footer .top ul li > a:hover {
            text-decoration: underline; }
    @media (max-width: 768px) {
      footer .top .left,
      footer .top .center,
      footer .top .right {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
    @media (max-width: 480px) {
      footer .top .left,
      footer .top .center,
      footer .top .right {
        text-align: center; } }
    @media (max-width: 1024px) {
      footer .top .left {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 20px; } }
    footer .top .center ul {
      column-count: 2;
      column-gap: 175px; }
      @media (max-width: 480px) {
        footer .top .center ul {
          column-count: 1; } }
  footer .bottom {
    background: #6bc9f2;
    text-align: center;
    padding: 14px 0 13px; }
    footer .bottom .copyright {
      color: #2a7a9d;
      font-family: "Muli";
      font-size: 18px;
      font-weight: 400; }

#menuCopyright {
  font-size: .9em; }

.copyright-grid {
  padding-left: 15px;
  padding-top: 20px;
  width: 150px;
  text-align: center; }

.slides-section {
  position: relative;
  padding: 25px 0 40px; }
  @media (max-width: 1024px) {
    .slides-section {
      padding: 25px 0 30px; } }
  .slides-section:before {
    content: "";
    position: absolute;
    background-image: linear-gradient(to top, #c6ecfc 0%, #def5ff 100%);
    opacity: 0.39;
    top: 0;
    left: 0;
    right: 0;
    height: 579px; }
    @media (max-width: 768px) {
      .slides-section:before {
        display: none; } }
  .slides-section .top-box {
    margin-bottom: 50px;
    padding-left: 8px;
    padding-right: 8px; }
    @media (max-width: 1024px) {
      .slides-section .top-box {
        margin-bottom: 40px; } }
    @media (max-width: 1024px) {
      .slides-section .top-box > div {
        display: block; } }
    .slides-section .top-box .left,
    .slides-section .top-box .right {
      flex-basis: 48%; }
    @media (max-width: 1630px) {
      .slides-section .top-box .left {
        flex-basis: 40%; } }
    @media (max-width: 1366px) {
      .slides-section .top-box .left {
        margin-bottom: 10px; } }
    .slides-section .top-box .left h3 {
      color: #2e3639;
      font-weight: 400;
      letter-spacing: -0.5px;
      margin-bottom: 2px; }
      @media (max-width: 1024px) {
        .slides-section .top-box .left h3 {
          text-align: center; } }
    .slides-section .top-box .left span {
      color: #727272;
      font-family: "Muli";
      font-size: 17px;
      font-weight: 500;
      line-height: 1;
      text-transform: uppercase; }
      @media (max-width: 1024px) {
        .slides-section .top-box .left span {
          display: block;
          text-align: center; } }
      @media (max-width: 768px) {
        .slides-section .top-box .left span {
          font-size: 15px; } }
      @media (max-width: 480px) {
        .slides-section .top-box .left span {
          font-size: 11px; } }
    .slides-section .top-box .right {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      justify-content: flex-end; }
      @media (max-width: 1630px) {
        .slides-section .top-box .right {
          flex-basis: 56%; } }
      @media (max-width: 1024px) {
        .slides-section .top-box .right {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          justify-content: center; } }
      .slides-section .top-box .right form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; }
        @media (max-width: 1024px) {
          .slides-section .top-box .right form {
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            width: 100%;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            justify-content: center; } }
        .slides-section .top-box .right form input {
          width: 380px;
          padding-right: 20px;
          margin-bottom: 0; }
          @media (max-width: 1450px) {
            .slides-section .top-box .right form input {
              width: 280px; } }
          @media (max-width: 1250px) {
            .slides-section .top-box .right form input {
              width: 240px; } }
          @media (max-width: 1024px) {
            .slides-section .top-box .right form input {
              width: 100%;
              margin-bottom: 20px;
              height: 36px; } }
        .slides-section .top-box .right form button {
          position: relative;
          margin-left: -15px; }
          @media (max-width: 1250px) {
            .slides-section .top-box .right form button {
              min-width: 130px; } }
          @media (max-width: 1024px) {
            .slides-section .top-box .right form button {
              margin-left: 0;
              margin-right: 15px; } }
      .slides-section .top-box .right .advanced {
        color: #2e3639;
        font-family: "Muli";
        font-size: 18px;
        font-weight: 500;
        line-height: 1.55;
        white-space: nowrap;
        margin-left: 40px; }
        @media (max-width: 1024px) {
          .slides-section .top-box .right .advanced {
            margin-left: 0; } }
  .slides-section .center-box {
    margin-bottom: 10px; }
    @media (max-width: 1024px) {
      .slides-section .center-box {
        margin-bottom: 30px; } }
    @media (max-width: 480px) {
      .slides-section .center-box {
        margin-bottom: 15px; } }
    .slides-section .center-box > .wrap {
      width: 1817px;
      max-width: 100%; }
    .slides-section .center-box .home-swiper .swiper-container {
      max-width: 1605px;
      padding: 0 60px; }
      @media (max-width: 768px) {
        .slides-section .center-box .home-swiper .swiper-container {
          padding: 0 10px; } }
      .slides-section .center-box .home-swiper .swiper-container:before {
        content: "";
        position: absolute;
        background: #d5f1fe;
        top: 11%;
        left: 0;
        bottom: 11%;
        right: 0;
        z-index: -2; }
        @media (max-width: 768px) {
          .slides-section .center-box .home-swiper .swiper-container:before {
            display: none; } }
      .slides-section .center-box .home-swiper .swiper-container:after {
        content: "";
        position: absolute;
        background: #b8e4f9;
        top: 5.5%;
        left: 30px;
        bottom: 5.5%;
        right: 30px;
        z-index: -1; }
        @media (max-width: 768px) {
          .slides-section .center-box .home-swiper .swiper-container:after {
            display: none; } }
      .slides-section .center-box .home-swiper .swiper-container .swiper-slide img {
        /*height: 620px;*/
        width: 100%;
        object-fit: cover; }
        @media (max-width: 1500px) {
          .slides-section .center-box .home-swiper .swiper-container .swiper-slide img {
            /*height: 570px;*/
            max-width: 1500px; } }
        @media (max-width: 1366px) {
          .slides-section .center-box .home-swiper .swiper-container .swiper-slide img {
            /*height: 500px;*/
            max-width: 1366px; } }
        @media (max-width: 1024px) {
          .slides-section .center-box .home-swiper .swiper-container .swiper-slide img {
            max-width: 1024px;
            /*height: 450px;*/ } }
        @media (max-width: 768px) {
          .slides-section .center-box .home-swiper .swiper-container .swiper-slide img {
            max-width: 768px;
            /*height: 400px;*/ } }
        @media (max-width: 480px) {
          .slides-section .center-box .home-swiper .swiper-container .swiper-slide img {
            max-width: 480px;
            /*height: 300px;*/ } }
    .slides-section .center-box .home-swiper .swiper-button-prev:after {
      content: url("../images/left.png"); }
    @media (max-width: 768px) {
      .slides-section .center-box .home-swiper .swiper-button-prev {
        display: none; } }
    .slides-section .center-box .home-swiper .swiper-button-next:after {
      content: url("../images/right.png"); }
    @media (max-width: 768px) {
      .slides-section .center-box .home-swiper .swiper-button-next {
        display: none; } }
  .slides-section .bottom-box > .wrap {
    width: 1130px;
    max-width: 100%; }
  .slides-section .bottom-box .item {
    -webkit-flex-basis: 24%;
    -moz-flex-basis: 24%;
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
    margin-bottom: 20px;
    text-align: center; }
    .slides-section .bottom-box .item:last-child {
      margin-bottom: 0; }
    @media (max-width: 768px) {
      .slides-section .bottom-box .item {
        -webkit-flex-basis: 49%;
        -moz-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%; } }
    @media (max-width: 480px) {
      .slides-section .bottom-box .item {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
    .slides-section .bottom-box .item figure {
      display: inline-block;
      position: relative;
      background-color: #d5f1fe;
      height: 160px;
      width: 160px;
      border-radius: 50%; }
      .slides-section .bottom-box .item figure img {
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        bottom: 0; }
    .slides-section .bottom-box .item h4 {
      color: #272b2d;
      line-height: 1.3;
      margin-bottom: 0; }
  .slides-section .bottom-box .item.first img {
    bottom: 20px; }
  .slides-section .bottom-box .item.third img {
    left: calc(50% + 5px); }

/*
.slides-section{
position: relative;
padding: 25px 0 40px;
@include for-size(1024px){
padding: 25px 0 30px;
}
&:before{
content:'';
position:absolute;
background-image: linear-gradient(to top, #c6ecfc 0%, #def5ff 100%);
opacity: 0.39;
top:0;
left:0;
right: 0;
height: 579px;
  @include for-size($sm){
    display: none;
  }
}
.top-box{
  margin-bottom: 50px;
  @include for-size($table){
    margin-bottom: 40px;
  }
  > div{
    @include for-size(1024px){
      display: block;
    }
  }
  .left, .right{
    flex-basis: 48%;
  }
  .left{
    @include for-size(1630px){
      flex-basis: 40%;
    }
    @include for-size(1366px){
      margin-bottom: 10px;
    }
    h3{
      color: #2e3639;
      font-weight: 400;
      letter-spacing: -0.5px;
      margin-bottom: 2px;
      @include for-size(1024px){
        text-align: center;
      }
    }
    span{
      color: #727272;
      font-family: $f;
      font-size: 17px;
      font-weight: 500;
      line-height: 1;
      text-transform: uppercase;
      @include for-size(1024px){
        display: block;
        text-align: center;
      }
      @include for-size($sm){
        font-size: 15px;
      }
      @include for-size($xs){
        font-size: 11px;
      }
    }
  }
  .right{
    @include for-size(1630px){
      flex-basis: 56%;
    }
    @include flexbox();
    @include justify-content(flex-end);
    @include for-size(1024px){
      @include justify-content(center);
    }
    form{
      @include flexbox();
      @include align-items(center);
      @include for-size(1024px){
        @include flex-wrap(wrap);
        width: 100%;
        @include justify-content(center);
      }
      input{
        width: 380px;
        padding-right: 20px;
        margin-bottom: 0;
        @include for-size(1450px){
          width: 280px;
        }
        @include for-size(1250px){
          width: 240px;
        }
        @include for-size(1024px){
          width: 100%;
          margin-bottom: 20px;
          height: 36px;
        }
      }
      button{
        position: relative;
        margin-left: -15px;
        @include for-size(1250px){
         min-width: 130px;
        }
        @include for-size(1024px){
          margin-left: 0;
          margin-right: 15px;
        }
      }
    }
    .advanced{
      color: #2e3639;
      font-family: $f;
      font-size: 18px;
      font-weight: 500;
      line-height: 1.55;
      white-space: nowrap;
      margin-left: 40px;
      @include for-size(1024px){
        margin-left: 0;
      }
    }
  }
}
.center-box{
  margin-bottom: 10px;
  @include for-size(1024px){
    margin-bottom: 30px;
  }
  @include for-size($xs){
    margin-bottom: 15px;
  }
  >.wrap{
    width: 1817px;
  }
  .home-swiper{
      .swiper-container{
        max-width: 1605px;
        padding: 0 60px;
        @include for-size($sm){
        padding: 0 10px;
        }

        &:before{
        content:'';
        position:absolute;
        background: #d5f1fe;
        top:11%;
        left:0;
        bottom: 11%;
        right: 0;
        z-index: -2;
        @include for-size($sm){
          display: none;
        }
        }
        &:after{
          content:'';
          position:absolute;
          background: #b8e4f9;
          top:5.5%;
          left:30px;
          bottom: 5.5%;
          right: 30px;
          z-index: -1;
          @include for-size($sm){
            display: none;
          }
        }
        .swiper-slide{
          img{
            height: 620px;
            width: 100%;
            object-fit: cover;
            @include for-size(1500px){
              height: 570px;
            }
            @include for-size(1366px){
              height: 500px;
            }
            @include for-size($table){
              height: 450px;
            }
            @include for-size($sm){
              height: 400px;
            }
            @include for-size($xs){
              height: 300px;
            }
          }
        }
      }
      .swiper-button-prev{
        &:after{
          content: url("../images/left.png");
        }
        @include for-size($sm){
          display: none;
        }
      }
    .swiper-button-next{
      &:after{
        content: url("../images/right.png");
      }
      @include for-size($sm){
        display: none;
      }
    }
  }
}
.bottom-box{
  >.wrap{
    width: 1130px;
  }
  .item{
    @include flex-basis(24%);
    margin-bottom: 20px;
    text-align: center;
    &:last-child{
      margin-bottom: 0;
    }
    @include for-size($sm){
    @include flex-basis(49%);
    }
    @include for-size($xs){
    @include flex-basis(100%);
    }
    figure{
      display: inline-block;
      position: relative;
      background-color: #d5f1fe;
      height: 160px;
      width: 160px;
      border-radius: 50%;
      img{
        @include center(true,false);
        bottom: 0;
      }
    }
    h4{
      color: #272b2d;
      line-height: 1.3;
      margin-bottom: 0;
    }
  }
  .item{
    &.first{
      img{
        bottom: 20px;
      }
    }
    &.third{
      img{
        left: calc(50% + 5px);
      }
    }
  }
}
}*/
.about-section {
  position: relative;
  overflow: hidden;
  padding: 60px 70px;
  margin-bottom: 40px;
  /*&:after{
content:url("../images/bg.png");
position:absolute;
bottom: 0;
right: 0;
z-index: -1;
  @include for-size($sm){
    display: none;
  }
}*/ }
  @media (max-width: 1024px) {
    .about-section {
      padding: 40px 0;
      margin-bottom: 0; } }
  @media (max-width: 768px) {
    .about-section {
      padding: 30px 0 0; } }
  .about-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 373px;
    background-image: linear-gradient(to bottom, #dbeef6 0%, rgba(219, 238, 246, 0) 100%);
    opacity: 0.39; }
  .about-section > .wrap {
    width: 1270px;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px; }
  .about-section .left-content {
    -webkit-flex-basis: 43.3%;
    -moz-flex-basis: 43.3%;
    -ms-flex-preferred-size: 43.3%;
    flex-basis: 43.3%; }
    @media (max-width: 1024px) {
      .about-section .left-content {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
    .about-section .left-content .section-title {
      color: #8e8e8e;
      font-family: "Muli";
      font-size: 14px;
      font-weight: 700;
      line-height: 2;
      text-transform: uppercase;
      letter-spacing: 2.8px;
      display: block;
      margin-bottom: 5px; }
    .about-section .left-content h2 {
      line-height: 1.1;
      color: #394b52;
      margin-bottom: 40px; }
      @media (max-width: 1024px) {
        .about-section .left-content h2 {
          margin-bottom: 30px; } }
      @media (max-width: 768px) {
        .about-section .left-content h2 {
          margin-bottom: 20px; } }
    .about-section .left-content p {
      text-align: justify; }
  .about-section .right-content {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%; }
    @media (max-width: 1024px) {
      .about-section .right-content {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
    .about-section .right-content .big-img {
      text-align: right; }
      .about-section .right-content .big-img img {
        margin-left: auto; }
    .about-section .right-content .small-img {
      margin-top: -193px; }
      @media (max-width: 768px) {
        .about-section .right-content .small-img {
          margin-top: 0; } }
    @media (max-width: 768px) {
      .about-section .right-content figure {
        width: 100%;
        margin-bottom: 10px; } }
    @media (max-width: 768px) {
      .about-section .right-content figure img {
        width: 100%; } }

.faq-section {
  margin-bottom: 40px;
  /*padding: 96px 0 115px;*/
  position: relative;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .faq-section {
      margin-bottom: 0;
      padding: 40px 0 0; } }
  .faq-section .wrap {
    width: 1725px;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px; }
  .faq-section .left-content {
    -webkit-flex-basis: 48.6%;
    -moz-flex-basis: 48.6%;
    -ms-flex-preferred-size: 48.6%;
    flex-basis: 48.6%;
    position: relative; }
    @media (max-width: 1024px) {
      .faq-section .left-content {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 20px; } }
    .faq-section .left-content .faq-main {
      padding: 10px;
      background: #fff;
      display: block;
      position: relative; }
      @media (max-width: 1024px) {
        .faq-section .left-content .faq-main {
          background: none;
          padding: 0; } }
      .faq-section .left-content .faq-main:hover:before {
        color: #fff; }
      .faq-section .left-content .faq-main:before {
        content: "\f167";
        position: absolute;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 92px;
        font-weight: 900;
        color: #ce1312;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands"; }
      @media (max-width: 1024px) {
        .faq-section .left-content .faq-main img {
          width: 100%; } }
    .faq-section .left-content .faq-bg {
      position: absolute;
      top: -115px;
      bottom: -115px;
      left: -97px;
      z-index: -1; }
      @media (max-width: 1024px) {
        .faq-section .left-content .faq-bg {
          display: none; } }
  .faq-section .right-content {
    -webkit-flex-basis: 35%;
    -moz-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    margin-right: 135px; }
    @media (max-width: 1500px) {
      .faq-section .right-content {
        margin-right: 50px; } }
    @media (max-width: 1200px) {
      .faq-section .right-content {
        margin-right: 20px; } }
    @media (max-width: 1024px) {
      .faq-section .right-content {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
    .faq-section .right-content h2 {
      text-align: center;
      font-weight: 400;
      color: #3a4b52;
      line-height: 1.1;
      margin-bottom: 30px; }
      @media (max-width: 480px) {
        .faq-section .right-content h2 {
          font-size: 24px; } }
    .faq-section .right-content .acc .item {
      position: relative;
      margin-bottom: 10px; }
      .faq-section .right-content .acc .item h3 {
        color: #2b362e;
        font-family: "Wastinger";
        font-size: 19px;
        font-weight: 400;
        line-height: 1;
        cursor: pointer;
        text-align: center;
        position: relative;
        padding: 0 45px 6px 5px;
        border-bottom: 1px solid #eeeeee; }
        @media (max-width: 1024px) {
          .faq-section .right-content .acc .item h3 {
            font-size: 17px; } }
        .faq-section .right-content .acc .item h3 span {
          position: absolute;
          top: 50%;
          -webkit-transform: translate(0, -50%);
          -moztransform: translate(0, -50%);
          transform: translate(0, -50%);
          right: 0; }
          .faq-section .right-content .acc .item h3 span:before, .faq-section .right-content .acc .item h3 span:after {
            content: "";
            background-color: #b9b9b9;
            width: 16px;
            height: 2px;
            position: absolute;
            right: 0;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease; }
          .faq-section .right-content .acc .item h3 span:before {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg); }
          .faq-section .right-content .acc .item h3 span:after {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg); }
        .faq-section .right-content .acc .item h3.active span:before, .faq-section .right-content .acc .item h3.active span:after {
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg); }
      .faq-section .right-content .acc .item .info {
        display: none;
        padding: 0 10px; }

.register-section {
  margin-bottom: 70px; }
  @media (max-width: 1024px) {
    .register-section {
      margin-bottom: 40px; } }
  .register-section > .wrap {
    width: 1640px;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px; }
  .register-section .left-content {
    -webkit-flex-basis: 28%;
    -moz-flex-basis: 28%;
    -ms-flex-preferred-size: 28%;
    flex-basis: 28%;
    margin: 0 0 0 185px; }
    @media (max-width: 1500px) {
      .register-section .left-content {
        margin: 0 0 0 50px; } }
    @media (max-width: 1024px) {
      .register-section .left-content {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 0 0 40px; } }
    .register-section .left-content h2 {
      margin-bottom: 10px; }
    .register-section .left-content ul {
      margin-bottom: 30px; }
      @media (max-width: 1024px) {
        .register-section .left-content ul {
          margin-bottom: 25px; } }
    @media (max-width: 1024px) {
      .register-section .left-content .btn-wrap {
        text-align: center; } }
  .register-section .right-content {
    -webkit-flex-basis: 49.3%;
    -moz-flex-basis: 49.3%;
    -ms-flex-preferred-size: 49.3%;
    flex-basis: 49.3%; }
    @media (max-width: 1024px) {
      .register-section .right-content {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
    @media (max-width: 1366px) {
      .register-section .right-content figure img {
        /*width: 100%;*/
        max-width: 100%; } }
    .register-section .right-content .reg-small {
      position: relative;
      margin-top: -120px;
      overflow: hidden; }
      @media (max-width: 1366px) {
        .register-section .right-content .reg-small {
          margin-top: 10px; } }
      .register-section .right-content .reg-small img {
        margin-left: auto; }

.who-we-are {
  padding: 26px 0 150px;
  background-image: linear-gradient(to bottom, #f2fbff 0%, #e9f8ff 100%); }
  @media (max-width: 1024px) {
    .who-we-are {
      padding: 40px 0 50px; } }
  .who-we-are > .wrap {
    width: 1270px;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px; }
  .who-we-are .block {
    margin-bottom: 56px; }
    @media (max-width: 1024px) {
      .who-we-are .block {
        margin-bottom: 40px; } }
    .who-we-are .block:last-child {
      margin-bottom: 0; }
    .who-we-are .block .block-title {
      text-align: center;
      color: #21637f;
      font-size: 24px;
      margin-bottom: 44px;
      font-family: sans-serif; }
      @media (max-width: 1024px) {
        .who-we-are .block .block-title {
          margin-bottom: 30px; } }
    .who-we-are .block .box-info {
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      align-items: flex-start;
      border-radius: 5px;
      border: 1px solid #caeefc;
      background: #fff;
      padding: 29px 80px 0 30px;
      margin-bottom: 20px; }
      @media (max-width: 768px) {
        .who-we-are .block .box-info {
          padding: 29px 30px 0; } }
      .who-we-are .block .box-info figure {
        -webkit-flex-basis: 200px;
        -moz-flex-basis: 200px;
        -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
        margin: 0 40px 30px 0;
        overflow: hidden;
        border-radius: 5px; }
        @media (max-width: 768px) {
          .who-we-are .block .box-info figure {
            margin: 0 auto 30px; } }
      .who-we-are .block .box-info .text {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        @media (max-width: 768px) {
          .who-we-are .block .box-info .text {
            -webkit-flex-basis: 100%;
            -moz-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
        .who-we-are .block .box-info .text h4 {
          line-height: 1;
          font-size: 30px;
          margin-bottom: 5px; }
          @media (max-width: 1024px) {
            .who-we-are .block .box-info .text h4 {
              font-size: 26px; } }
          @media (max-width: 768px) {
            .who-we-are .block .box-info .text h4 {
              font-size: 24px; } }
          @media (max-width: 480px) {
            .who-we-are .block .box-info .text h4 {
              font-size: 22px; } }

.faq-page {
  position: relative;
  padding: 70px 0 120px;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .faq-page {
      padding: 50px 0; } }
  .faq-page:before {
    content: url("../images/faq-page-bg.png");
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 410px; }
  .faq-page > .wrap {
    width: 840px;
    max-width: 100%; }
  .faq-page .faq-box {
    background: #fff;
    padding: 75px 108px 20px; }
    @media (max-width: 1024px) {
      .faq-page .faq-box {
        padding: 40px 30px 20px; } }
    .faq-page .faq-box h1 {
      font-size: 62px;
      text-align: center;
      line-height: 1;
      margin-bottom: 76px; }
      @media (max-width: 1024px) {
        .faq-page .faq-box h1 {
          font-size: 45px;
          margin-bottom: 30px; } }
      @media (max-width: 768px) {
        .faq-page .faq-box h1 {
          font-size: 38px; } }
      @media (max-width: 480px) {
        .faq-page .faq-box h1 {
          font-size: 30px; } }
    .faq-page .faq-box .acc .item {
      position: relative;
      margin-bottom: 10px; }
      .faq-page .faq-box .acc .item h3 {
        color: #2b362e;
        font-family: "Wastinger";
        font-size: 19px;
        font-weight: 400;
        line-height: 1;
        cursor: pointer;
        text-align: center;
        position: relative;
        padding: 0 45px 6px 5px;
        border-bottom: 1px solid #eeeeee; }
        @media (max-width: 1024px) {
          .faq-page .faq-box .acc .item h3 {
            font-size: 17px; } }
        .faq-page .faq-box .acc .item h3 span {
          position: absolute;
          top: 50%;
          -webkit-transform: translate(0, -50%);
          -moztransform: translate(0, -50%);
          transform: translate(0, -50%);
          right: 0; }
          .faq-page .faq-box .acc .item h3 span:before, .faq-page .faq-box .acc .item h3 span:after {
            content: "";
            background-color: #b9b9b9;
            width: 16px;
            height: 2px;
            position: absolute;
            right: 0;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease; }
          .faq-page .faq-box .acc .item h3 span:before {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg); }
          .faq-page .faq-box .acc .item h3 span:after {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg); }
        .faq-page .faq-box .acc .item h3.active span:before, .faq-page .faq-box .acc .item h3.active span:after {
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg); }
      .faq-page .faq-box .acc .item .info {
        display: none;
        padding: 0 10px; }

.contact-us {
  padding: 70px 0;
  background-image: linear-gradient(to bottom, #f2fbff 0%, #e9f8ff 100%); }
  @media (max-width: 1024px) {
    .contact-us {
      padding: 40px 0; } }
  .contact-us .contacts-top {
    text-align: center; }
    .contact-us .contacts-top > .wrap {
      width: 950px;
      max-width: 100%;
      padding-left: 8px;
      padding-right: 8px; }
      .contact-us .contacts-top > .wrap h2 {
        line-height: 1;
        margin-bottom: 50px; }
        @media (max-width: 1024px) {
          .contact-us .contacts-top > .wrap h2 {
            margin-bottom: 30px; } }
  .contact-us .contacts-form > .wrap {
    width: 840px;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px; }
  .contact-us .contacts-form textarea {
    height: 108px; }
  .contact-us .contacts-form .flex-item {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-preferred-size: 48.5%;
    flex-basis: 48.5%;
    margin-bottom: 20px; }
    @media (max-width: 480px) {
      .contact-us .contacts-form .flex-item {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 0; } }
  .contact-us .contacts-form .bottom-email {
    text-align: center;
    margin-top: 30px; }
    .contact-us .contacts-form .bottom-email span {
      font-size: 16px;
      color: #21637f;
      font-family: "Muli";
      font-weight: 700; }
    .contact-us .contacts-form .bottom-email a {
      color: #464646;
      font-family: "Muli";
      font-size: 16px;
      font-weight: 500;
      line-height: 1; }
      .contact-us .contacts-form .bottom-email a:hover {
        text-decoration: underline; }

.sifterNews > .wrap {
  max-width: 100%;
  padding-left: 8px;
  padding-right: 8px; }

.sifter-links .links-title {
  background-image: linear-gradient(to bottom, #f2fbff 0%, #e9f8ff 100%);
  padding: 20px 0; }

.sifter-links .title {
  text-align: center;
  line-height: 1; }

.sifter-links .subtitle {
  font-family: sans-serif;
  text-align: center;
  color: #21637f; }

.sifter-links .links {
  padding: 60px 0 120px; }
  @media (max-width: 1024px) {
    .sifter-links .links {
      padding: 40px 0 50px; } }
  .sifter-links .links > .wrap {
    width: 715px;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px; }
  .sifter-links .links h5 {
    color: #000; }
  .sifter-links .links ul {
    margin-bottom: 40px; }
    .sifter-links .links ul li {
      font-family: "Muli";
      font-size: 19px;
      font-weight: 400;
      line-height: 1.7; }
      .sifter-links .links ul li > ul {
        margin-left: 35px;
        margin-bottom: 0; }
      .sifter-links .links ul li a {
        /*color: #21637f;*/
        color: #007bff;
        text-decoration: none;
        opacity: 1; }
        .sifter-links .links ul li a:hover {
          opacity: 0.7; }

.benefits {
  background-image: linear-gradient(to bottom, #f2fbff 0%, #e9f8ff 100%);
  padding: 50px 5px 115px; }
  .benefits .benefits-top {
    margin-bottom: 55px; }
  .benefits .benefits-main > .wrap {
    width: 840px; }
  .benefits .benefits-main .top-text {
    margin-bottom: 28px; }
    .benefits .benefits-main .top-text span {
      color: #21637f;
      font-family: "Wastinger";
      font-size: 19px;
      font-weight: bold;
      line-height: 1.8; }
    .benefits .benefits-main .top-text p {
      margin-bottom: 0; }
  .benefits .benefits-main bot-text {
    margin-bottom: 39px; }
  .benefits .benefits-main form .top-form {
    margin-bottom: 77px; }
    .benefits .benefits-main form .top-form .flex-item {
      -webkit-flex-basis: 48.5%;
      -moz-flex-basis: 48.5%;
      -ms-flex-preferred-size: 48.5%;
      flex-basis: 48.5%; }
  .benefits .benefits-main form .bot-form h6 {
    text-align: center;
    color: #21637f;
    margin-bottom: 25px; }
  .benefits .benefits-main form .bot-form textarea {
    height: 138px; }
  .benefits .benefits-main form .bot-form .check-wrap {
    margin: 30px 0; }
    .benefits .benefits-main form .bot-form .check-wrap label {
      font-family: "Wastinger";
      font-weight: 500;
      font-size: 16px; }
    .benefits .benefits-main form .bot-form .check-wrap a {
      color: #287695;
      text-decoration: underline;
      opacity: 1; }
      .benefits .benefits-main form .bot-form .check-wrap a:hover {
        opacity: 0.7; }

.pop-wrap h2,
.pop-wrap h6 {
  text-align: center; }

.pop-wrap h6 {
  color: #21637f;
  margin-bottom: 50px; }

.pop-wrap .forgot {
  /*display: block;*/
  text-align: center;
  margin-bottom: 26px; }

.pop-wrap p {
  margin-top: 26px; }

.pop-wrap a {
  color: #21637f;
  font-family: "Wastinger";
  /*font-size: 16px;*/
  font-szie: 1.5em;
  /*font-weight: 500;*/
  font-weight: bold;
  line-height: 1.75;
  text-decoration: underline;
  opacity: 1; }
  .pop-wrap a:hover {
    opacity: 0.7; }

[id^="form-footer"],
.k-pager-wrap {
  font-size: 12px !important;
  font-weight: bold; }
  [id^="form-footer"] .k-icon,
  .k-pager-wrap .k-icon {
    font-size: 16px !important; }

.k-dialog-buttongroup {
  padding-bottom: 45px; }
  .k-dialog-buttongroup button:nth-child(3) {
    position: absolute;
    bottom: 10px;
    left: 0px; }
  .k-dialog-buttongroup button:nth-child(4) {
    position: absolute;
    bottom: 10px;
    right: 6px; }

#divPR {
  display: none; }

#password-reset-content {
  width: 75%;
  text-align: center;
  max-width: 850px; }

/*
#passResetDialog + div:last-child {
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative !important;
    bottom: 0px;
}*/
#passResetDialog + div button:last-of-type {
  padding-bottom: 10px;
  /*padding-top: 10px;*/
  position: relative !important;
  bottom: 0px; }

#passResetDialog + div {
  padding-bottom: 5px; }

#passResetDialog + div > button {
  flex: none; }

/*#passResetDialog + div .k-dialog-buttongroup button:last-child {
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative !important;
    bottom: 0px;
}*/
#LName13, #LName23 {
  position: absolute;
  left: -1450px;
  width: 150px; }

.k-window {
  max-height: 100% !important; }

@media print {
  @page {
    margin: 2cm; } }
