@media (min-width: 992px) and (max-width: 1199px) {
  .col-lg-8.col-lg-push-2,
  .col-md-8.col-md-push-2 {
    width: 100%;
    left: 0%;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1270px !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}
a {
  outline: 0;
  border: 0;
  color: #ebfb53;
  cursor: pointer !important;
}
a:hover,
a:active,
a:visited,
a:focus {
  outline: 0;
  color: #ebfb53;
  text-decoration: none;
  cursor: pointer !important;
}
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
::selection {
  background: #37374b;
  color: #fff;
}
::-moz-selection {
  background: #37374b;
  color: #fff;
}
input::-moz-focus-inner {
  border: 0;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}
ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
@media (min-width: 480px) and (max-width: 767px) {
  .col-ms-1,
  .col-ms-2,
  .col-ms-3,
  .col-ms-4,
  .col-ms-5,
  .col-ms-6,
  .col-ms-7,
  .col-ms-8,
  .col-ms-9,
  .col-ms-10,
  .col-ms-11,
  .col-ms-12 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-ms-12 {
    width: 100%;
  }
  .col-ms-11 {
    width: 91.66666667%;
  }
  .col-ms-10 {
    width: 83.33333333%;
  }
  .col-ms-9 {
    width: 75%;
  }
  .col-ms-8 {
    width: 66.66666667%;
  }
  .col-ms-7 {
    width: 58.33333333%;
  }
  .col-ms-6 {
    width: 50%;
  }
  .col-ms-5 {
    width: 41.66666667%;
  }
  .col-ms-4 {
    width: 33.33333333%;
  }
  .col-ms-3 {
    width: 25%;
  }
  .col-ms-2 {
    width: 16.66666667%;
  }
  .col-ms-1 {
    width: 8.33333333%;
  }
}
.dots-container {
  text-align: center;
}
.owl-dot {
  display: inline-block;
}
.owl-dot.active span {
  opacity: 1;
}
.owl-dot span {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  display: block;
  height: 9px;
  margin: 0 7px;
  width: 9px;
}
.owl-dot.active span {
  background: none repeat scroll 0 0 #ffffff;
  opacity: 1;
}
.btt-holder {
  position: fixed;
  bottom: 0;
  height: 1px;
  z-index: 40;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.5;
}
.cd-top {
  display: inline-block;
  color: #fff;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 30px;
  right: 15px;
  z-index: 40;
  white-space: nowrap;
  background: rgba(0, 75, 75, 0.75);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-top .btt-arrow {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50px;
  height: 60px;
  top: -5px;
  background-image: url(../images/icons/arrow-up.svg);
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: center;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.fancybox-nav span {
  visibility: visible !important;
}
.fancybox-next span {
  background-position: 0px -72px;
}
.fancybox-prev span {
  background-position: 2px -36px;
}
.fancybox-close {
  background-position: -1px 152px;
}
.op0 {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
#CookieDisclaimer {
  /*font-size: 20px;*/
  padding: 10px 0;
  width: 100%;
  text-align: left;
  position: fixed;
  bottom: 0;
  height: 5%;
  height: auto;
  background: rgba(31, 62, 80, 0.9);
  color: #fff;
  z-index: 5000;
}
#CookieDisclaimer p {
  font-size: 12px;
}
@media (max-width: 600px) {
  #CookieDisclaimer p {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 360px) {
  #CookieDisclaimer p {
    font-size: 10px;
  }
}
#CookieDisclaimer a {
  color: #fff;
  font-weight: bold;
}
#CookieDisclaimer #closebutton {
  margin-left: 10px;
  display: inline-block;
  cursor: pointer;
  float: right;
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
}
.nocaptcha {
  display: block;
  float: left;
  margin-left: 15px;
  margin-top: 15px;
}
@media (max-width: 385px) {
  .nocaptcha {
    transform: scale(0.75);
    transform-origin: left;
  }
}
.modaal-container .modaal-wrapper .modaal-close:before,
.modaal-container .modaal-wrapper .modaal-close:after {
  background: #0F1E78 !important;
}
.modaal-container .modaal-content-container {
  padding: 0;
}
.modaal-container .modaal-content-container .content-wrapper h3 {
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .modaal-container .modaal-content-container .content-wrapper h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .modaal-container .modaal-content-container .content-wrapper h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
.modaal-container .modaal-content-container .content-wrapper h3 span {
  color: #CCD2F1;
}
.modaal-container .modaal-content-container .content-wrapper img {
  width: 100%;
}
.LoginPage .login-form {
  max-width: 800px;
  margin: 120px auto;
  background: #004b4b;
  color: #fff;
  padding: 60px 30px 10px;
}
.LoginPage .login-form:before {
  content: "";
  background-image: url(../images/assets/f-gold.svg);
  background-size: 45px;
  height: 45px;
  width: 45px;
  position: absolute;
  display: block;
  top: -22px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.LoginPage h1,
.LoginPage h2,
.LoginPage h3,
.LoginPage h4,
.LoginPage h5,
.LoginPage h6,
.LoginPage .h1,
.LoginPage .h2,
.LoginPage .h3,
.LoginPage .h4,
.LoginPage .h5,
.LoginPage .h6 {
  color: #fff;
  text-align: center;
}
.LoginPage input {
  border-radius: 0 !important;
  color: #303030 !important;
}
.LoginPage .btn-toolbar input[type="button"],
.LoginPage .btn-toolbar input[type="submit"] {
  background: #8c7d00 !important;
  margin-bottom: 25px !important;
  display: block !important;
  color: #fff !important;
}
.LoginPage .login-msg {
  text-align: center;
  padding: 30px 0;
  max-width: 360px;
  margin: 0 auto;
}
.LoginPage .ssl {
  display: block;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  width: 240px;
  text-align: right;
  margin: 30px auto 30px;
}
.LoginPage .ssl img {
  width: 13px;
  display: block;
  position: absolute;
  left: 17px;
  top: 6px;
}
.LoginPage .ssl p {
  font-size: 14px;
  background: rgba(255, 255, 255, 0.15);
  padding: 3px 15px 3px 10px;
}
.LoginPage .login-form__content {
  text-align: center;
}
.LoginPage #LogoutForm_Form #LogoutForm_Form_action_doLogout {
  border: 0;
  width: 180px;
  height: 60px;
  margin: 0 auto;
  font-size: 16px;
}
.LoginPage #LogoutForm_Form ~ .lostpassword {
  display: none !important;
}
.LoginPage #LostPasswordForm_lostPasswordForm {
  display: block;
  margin-top: 30px;
}
.LoginPage #LostPasswordForm_lostPasswordForm label {
  display: block;
  float: none !important;
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.5px;
}
.LoginPage #LostPasswordForm_lostPasswordForm input[type="email"] {
  width: 350px;
  margin: 0 auto;
  display: block;
}
.LoginPage #LostPasswordForm_lostPasswordForm_action_forgotPassword {
  outline: 0;
  border: 0;
  margin: 60px auto 0;
  height: 60px;
  width: 180px;
  font-size: 16px;
  font-weight: 500;
  line-height: 60px;
}
.LoginPage .lostpassword {
  text-align: center;
  margin: 0 auto 15px;
  display: block;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}
.LoginPage .lostpassword:hover {
  color: #ffffff;
}
.dropdown-menu {
  position: absolute;
  width: 300px;
  margin: -30px auto 0 auto;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  text-align: center;
  background-color: #224FCB;
  background-clip: padding-box;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .dropdown-menu {
    margin: 0 auto;
  }
}
.dropdown-menu .green a {
  color: #77F296 !important;
}
.dropdown-menu .red a {
  color: #FF4E71 !important;
}
.dropdown-menu .yellow a {
  opacity: 1!important;
  color: #FFED00 !important;
}
.dropdown-menu .nottipped a {
  opacity: 0.25;
}
.dropdown-menu > li {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  float: left;
  width: 50%;
}
.dropdown-menu > li > a {
  font-size: 24px;
  line-height: 27px;
  display: block;
  padding: 4px 5px 0;
  clear: both;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover {
  color: #0F1E78;
  text-decoration: none;
  background-color: #fff;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown .caret {
  background-image: url("../images/icons/caret.svg");
  display: block;
  width: 21px;
  height: 21px;
  background-position: center center;
  background-size: 21px;
  position: absolute;
  right: -15px;
  top: 15px;
}
button[disabled],
html input[disabled] {
  color: #fff;
  background-color: #224FCB;
}
#Dropzone .image-preview {
  background: #224FCB;
}
#Dropzone button.btn {
  display: block;
  float: left;
  width: 12.5%;
  height: 45px;
  background: #224FCB;
}
@media (max-width: 480px) {
  #Dropzone button.btn {
    width: 25%;
  }
}
@media (max-width: 480px) {
  #Dropzone .dz-image-preview {
    overflow: hidden;
    background: #224FCB !important;
  }
}
#Dropzone.dropzone-holder:after {
  height: 1px !important;
  display: block;
}
#Dropzone .attached-file-inputs {
  margin-top: 15px;
}
#UserMultiForm_UserMultiForm_action_prev {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
#UserMultiForm_UserMultiForm_action_prev:hover {
  background-color: #fff;
  color: #0F1E78;
}
.scroller-mouse {
  -webkit-animation: scroller-mouse 1s infinite ease-in-out;
  animation: scroller-mouse 1s infinite ease-in-out;
}
#mouseScroll {
  width: 24px;
  height: 36px;
  display: block;
  margin: 0 auto;
  bottom: 80px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0.75;
}
@media (max-width: 1024px) {
  #mouseScroll {
    display: none !important;
  }
}
@-webkit-keyframes scroller-mouse {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}
@keyframes scroller-mouse {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}
html,
body {
  overflow-x: hidden;
}
.ta-left {
  text-align: left;
}
.ta-center {
  text-align: center;
}
.ta-right {
  text-align: right;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.i-b {
  display: inline-block;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearfix {
  clear: both;
}
.m0auto {
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .hide-1200 {
    display: none;
  }
}
@media (max-width: 992px) {
  .hide-992 {
    display: none;
  }
}
@media (max-width: 768px) {
  .hide-768 {
    display: none;
  }
}
@media (max-width: 1200px) {
  .hide-1200-imp {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .hide-992-imp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hide-768-imp {
    display: none !important;
  }
}
.show-1200 {
  display: none;
}
@media (max-width: 1200px) {
  .show-1200 {
    display: block;
  }
}
.show-992 {
  display: none;
}
@media (max-width: 992px) {
  .show-992 {
    display: block;
  }
}
.show-768 {
  display: none;
}
@media (max-width: 768px) {
  .show-768 {
    display: block;
  }
}
.show-1200-i {
  display: none;
}
@media (max-width: 1200px) {
  .show-1200-i {
    display: inline;
  }
}
.show-992-i {
  display: none;
}
@media (max-width: 992px) {
  .show-992-i {
    display: inline;
  }
}
.show-768-i {
  display: none;
}
@media (max-width: 768px) {
  .show-768-i {
    display: inline;
  }
}
.show-1200-ib {
  display: none;
}
@media (max-width: 1200px) {
  .show-1200-ib {
    display: inline-block;
  }
}
.show-992-ib {
  display: none;
}
@media (max-width: 992px) {
  .show-992-ib {
    display: inline-block;
  }
}
.show-768-ib {
  display: none;
}
@media (max-width: 768px) {
  .show-768-ib {
    display: inline-block;
  }
}
.clickthrough {
  pointer-events: none;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.transitions {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.padding-top-0 {
  padding-top: 0px;
}
.padding-top-120 {
  padding-top: 120px;
}
@media (max-width: 768px) {
  .padding-top-120 {
    padding-top: 90px;
  }
}
.padding-top-90 {
  padding-top: 90px;
}
@media (max-width: 768px) {
  .padding-top-90 {
    padding-top: 45px;
  }
}
.padding-top-60 {
  padding-top: 60px;
}
@media (max-width: 768px) {
  .padding-top-60 {
    padding-top: 30px;
  }
}
.padding-top-30 {
  padding-top: 30px;
}
@media (max-width: 768px) {
  .padding-top-30 {
    padding-top: 15px;
  }
}
.padding-bottom-0 {
  padding-top: 0px;
}
.padding-bottom-120 {
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .padding-bottom-120 {
    padding-bottom: 90px;
  }
}
.padding-bottom-90 {
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .padding-bottom-90 {
    padding-bottom: 45px;
  }
}
.padding-bottom-60 {
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .padding-bottom-60 {
    padding-bottom: 30px;
  }
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .padding-bottom-30 {
    padding-bottom: 15px;
  }
}
.container-big {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container-big {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container-big {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container-big {
    width: 1170px;
  }
}
@media (min-width: 1400px) {
  .container-big {
    width: 1370px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1300px;
  }
}
.table {
  display: table;
  vertical-align: middle;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.table-row {
  display: table-row;
}
.table-stretch {
  width: 100%;
  height: 100%;
}
.scrollable-div {
  overflow-y: scroll;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.scrollable-div .content {
  overflow-y: scroll;
  height: 100%;
  padding-right: 100px;
  margin-right: -100px;
}
.btn {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-family: "United", sans-serif;
  font-weight: 400;
  font-weight: 500;
  font-size: 24px;
  display: block;
  width: 180px;
  height: 50px;
  line-height: 52px;
  padding-top: 0;
  text-align: center;
  text-transform: uppercase;
  outline: 0;
  transition: all 0.2s ease-in-out;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
}
.btn.btn-light-blue {
  background-color: #00AFFA;
  color: #fff;
}
.btn.btn-light-blue:hover {
  background-color: #fff;
  color: #0F1E78;
}
.btn.btn-green {
  background-color: #01CEAA;
  color: #fff;
}
.btn.btn-green:hover {
  background-color: #fff;
  color: #0F1E78;
}
.btn.btn-transparent-white-outline {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn.btn-transparent-white-outline:hover {
  background-color: #fff;
  color: #0F1E78;
}
.btn.w-210 {
  width: 210px;
}
.input-wrapper {
  position: relative;
}
.input-wrapper > label {
  -webkit-transition: all 0.075s ease-in-out;
  -moz-transition: all 0.075s ease-in-out;
  -ms-transition: all 0.075s ease-in-out;
  -o-transition: all 0.075s ease-in-out;
  transition: all 0.075s ease-in-out;
  position: absolute;
  left: 15px;
  top: 17px;
  z-index: 5;
  color: #aaa;
  pointer-events: none;
}
.input-wrapper input::-webkit-input-placeholder,
.input-wrapper textarea::-webkit-input-placeholder,
.input-wrapper select::-webkit-input-placeholder {
  color: transparent;
}
.input-wrapper input:-ms-input-placeholder,
.input-wrapper textarea::-ms-input-placeholder,
.input-wrapper select:-ms-input-placeholder {
  color: transparent;
}
.input-wrapper input::-ms-input-placeholder,
.input-wrapper textarea::-ms-input-placeholder,
.input-wrapper select::-ms-input-placeholder {
  color: transparent;
}
.input-wrapper input::-moz-placeholder,
.input-wrapper textarea::-moz-placeholder,
.input-wrapper select::-moz-placeholder {
  color: transparent;
}
.input-wrapper input::placeholder,
.input-wrapper textarea::placeholder,
.input-wrapper select::placeholder {
  color: transparent;
}
.input-wrapper input:not(:placeholder-shown) ~ label,
.input-wrapper textarea:not(:placeholder-shown) ~ label,
.input-wrapper select:not(:placeholder-shown) ~ label {
  -webkit-transition: all 0.075s ease-in-out;
  -moz-transition: all 0.075s ease-in-out;
  -ms-transition: all 0.075s ease-in-out;
  -o-transition: all 0.075s ease-in-out;
  transition: all 0.075s ease-in-out;
  position: absolute;
  top: 0;
  left: 15px;
  color: #aaa;
  z-index: 5;
  font-size: 14px;
  padding-top: 5px;
}
.input-wrapper .field.checkbox label {
  position: relative;
  color: #fff;
  top: 0;
  left: 0;
  padding-top: 0;
}
.input-wrapper input[type="text"],
.input-wrapper input[type="password"],
.input-wrapper input[type="email"],
.input-wrapper input[type="date"],
.input-wrapper select {
  padding-top: 10px;
}
.input-wrapper .note {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="date"],
textarea,
select {
  font-size: 18px;
  width: 100%;
  height: 60px;
  background: #fff;
  color: #303030;
  border: 0;
  padding-left: 15px;
  outline: none;
  border-radius: 0 !important;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
textarea:focus,
select:focus {
  color: #303030;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="date"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="date"]:disabled,
textarea:disabled,
select:disabled {
  background: rgba(255, 255, 255, 0.1);
  cursor: not-allowed;
}
input[type="text"]:disabled ~ label,
input[type="password"]:disabled ~ label,
input[type="date"]:disabled ~ label,
input[type="email"]:disabled ~ label,
input[type="number"]:disabled ~ label,
input[type="date"]:disabled ~ label,
textarea:disabled ~ label,
select:disabled ~ label {
  color: rgba(255, 255, 255, 0.5);
}
select.dropdown {
  background-image: url(../images/icons/caret-down-dark.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px);
  padding-left: 11px;
}
select.dropdown option {
  color: #0F1E78;
}
select.transparent {
  background-color: transparent;
  background-image: url(../images/icons/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px);
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
  width: 100%;
  height: 40px;
  color: #fff;
  border: 0;
  padding-left: 15px;
  outline: none;
  border: 1px solid #fff;
  padding-top: 0 !important;
}
select.transparent:focus {
  color: #fff;
}
select.transparent option {
  color: #0F1E78;
}
input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 3px;
}
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 4px solid #fff;
  outline: 1px solid rgba(75, 75, 75, 0.5);
}
input:checked ~ .checkmark {
  background-color: #0F1E78;
}
textarea {
  height: 100px;
  resize: none;
  padding-top: 22px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
label {
  font-weight: 400;
}
input[type="submit"] {
  padding-top: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #707070;
  opacity: 0.5;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #707070;
  opacity: 0.5;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #707070;
  opacity: 0.5;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #707070;
  opacity: 0.5;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #707070;
  opacity: 0.5;
}
input::placeholder,
textarea::placeholder {
  color: #707070;
  opacity: 0.5;
}
.preloader {
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.preloader .table,
.preloader .table-cell {
  height: 100vh;
  vertical-align: middle;
}
.preloader .preloader-logo {
  left: 0;
  right: 0;
  position: fixed;
  top: 45%;
}
.preloader .preloader-logo img {
  width: 140px;
}
.owl-dots {
  cursor: pointer;
  text-align: center;
}
.owl-dots span {
  margin-left: 5px !important;
  height: 12px;
  width: 12px;
}
.owl-nav {
  position: absolute;
  top: 30%;
  width: 100%;
}
.owl-nav .owl-prev {
  left: -120px;
  position: absolute;
}
.owl-nav .owl-next {
  right: -120px;
  position: absolute;
}
.owl-nav .arrow-big {
  display: block;
  width: 50px;
  height: 50px;
}
@media (max-width: 768px) {
  .owl-nav .arrow-big {
    display: none;
    width: 50px;
    height: 50px;
  }
}
.owl-nav .arrow-big.arrow-left {
  background-image: url(../images/icons/arrow-w-right.svg);
  transform: scale(-1, -1);
}
.owl-nav .arrow-big.arrow-right {
  background-image: url(../images/icons/arrow-w-right.svg);
}
.owl-prev .arrow-big span:nth-child(1) {
  display: block;
  background: #0F1E78;
  transform: rotate(-45deg);
  position: absolute;
  width: 13px;
  height: 3px;
  top: 20px;
  left: 17px;
}
@media (max-width: 768px) {
  .owl-prev .arrow-big span:nth-child(1) {
    width: 20px;
    height: 3px;
    top: 17px;
    left: 13px;
  }
}
.owl-prev .arrow-big span:nth-child(2) {
  display: block;
  background: #0F1E78;
  transform: rotate(45deg);
  position: absolute;
  width: 13px;
  height: 3px;
  top: 28px;
  left: 17px;
}
@media (max-width: 768px) {
  .owl-prev .arrow-big span:nth-child(2) {
    width: 20px;
    height: 3px;
    top: 29px;
    left: 13px;
  }
}
.owl-next .arrow-big span:nth-child(1) {
  display: block;
  background: #0F1E78;
  transform: rotate(45deg);
  position: absolute;
  width: 13px;
  height: 3px;
  top: 20px;
  left: 20px;
}
@media (max-width: 768px) {
  .owl-next .arrow-big span:nth-child(1) {
    width: 20px;
    height: 3px;
    top: 17px;
    left: 20px;
  }
}
.owl-next .arrow-big span:nth-child(2) {
  display: block;
  background: #0F1E78;
  transform: rotate(-45deg);
  position: absolute;
  width: 13px;
  height: 3px;
  top: 28px;
  left: 20px;
}
@media (max-width: 768px) {
  .owl-next .arrow-big span:nth-child(2) {
    width: 20px;
    height: 3px;
    top: 29px;
    left: 20px;
  }
}
.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-container .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#UserLoginForm_LoginForm_error {
  text-align: center;
  font-size: 18px;
}
.login-msg .message {
  text-align: center;
  margin-top: 30px;
}
#Form_SignupForm {
  margin-top: 30px;
}
#UserLoginForm_LoginForm,
#UserLoginForm_LostPasswordForm,
#LostPasswordForm_lostPasswordForm,
#UserLostPasswordForm_lostPasswordForm {
  margin-top: 30px;
}
#UserLoginForm_LoginForm h1,
#UserLoginForm_LostPasswordForm h1,
#LostPasswordForm_lostPasswordForm h1,
#UserLostPasswordForm_lostPasswordForm h1 {
  margin-bottom: 30px;
}
#UserLoginForm_LoginForm input[type="text"],
#UserLoginForm_LostPasswordForm input[type="text"],
#LostPasswordForm_lostPasswordForm input[type="text"],
#UserLostPasswordForm_lostPasswordForm input[type="text"],
#UserLoginForm_LoginForm input[type="password"],
#UserLoginForm_LostPasswordForm input[type="password"],
#LostPasswordForm_lostPasswordForm input[type="password"],
#UserLostPasswordForm_lostPasswordForm input[type="password"],
#UserLoginForm_LoginForm input[type="email"],
#UserLoginForm_LostPasswordForm input[type="email"],
#LostPasswordForm_lostPasswordForm input[type="email"],
#UserLostPasswordForm_lostPasswordForm input[type="email"] {
  background: #fff;
  height: 60px;
  display: block;
  border: 0;
  outline: 0;
  padding-left: 20px;
  margin-bottom: 15px;
}
#UserLoginForm_LoginForm input[type="submit"],
#UserLoginForm_LostPasswordForm input[type="submit"],
#LostPasswordForm_lostPasswordForm input[type="submit"],
#UserLostPasswordForm_lostPasswordForm input[type="submit"] {
  background-color: #00AFFA;
  color: #fff;
}
#UserLoginForm_LoginForm input[type="submit"]:hover,
#UserLoginForm_LostPasswordForm input[type="submit"]:hover,
#LostPasswordForm_lostPasswordForm input[type="submit"]:hover,
#UserLostPasswordForm_lostPasswordForm input[type="submit"]:hover {
  background-color: #fff;
  color: #0F1E78;
}
#UserLoginForm_LoginForm #ForgotPassword a,
#UserLoginForm_LostPasswordForm #ForgotPassword a,
#LostPasswordForm_lostPasswordForm #ForgotPassword a,
#UserLostPasswordForm_lostPasswordForm #ForgotPassword a {
  display: none;
}
#UserLoginForm_LoginForm .field.checkbox,
#UserLoginForm_LostPasswordForm .field.checkbox,
#LostPasswordForm_lostPasswordForm .field.checkbox,
#UserLostPasswordForm_lostPasswordForm .field.checkbox {
  display: none;
}
#UserLoginForm_LoginForm #UserLoginForm_LoginForm_Remember_Holder,
#UserLoginForm_LostPasswordForm #UserLoginForm_LoginForm_Remember_Holder,
#LostPasswordForm_lostPasswordForm #UserLoginForm_LoginForm_Remember_Holder,
#UserLostPasswordForm_lostPasswordForm #UserLoginForm_LoginForm_Remember_Holder {
  display: none;
}
#UserLoginForm_LoginForm #Actions,
#UserLoginForm_LostPasswordForm #Actions,
#LostPasswordForm_lostPasswordForm #Actions,
#UserLostPasswordForm_lostPasswordForm #Actions {
  margin-top: 30px;
}
#UserLoginForm_LoginForm #ForgotPassword,
#UserLoginForm_LostPasswordForm #ForgotPassword,
#LostPasswordForm_lostPasswordForm #ForgotPassword,
#UserLostPasswordForm_lostPasswordForm #ForgotPassword {
  text-align: center;
  font-size: 14px;
}
#UserLoginForm_LoginForm .pass,
#UserLoginForm_LostPasswordForm .pass,
#LostPasswordForm_lostPasswordForm .pass,
#UserLostPasswordForm_lostPasswordForm .pass {
  color: #666666;
}
.dropdown-container .panel {
  position: relative;
  border-bottom: 1px solid #0F1E78;
}
.dropdown-container .panel:nth-of-type(1) {
  border-top: 1px solid #0F1E78;
}
.dropdown-container .table {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.dropdown-container .panel-title .arrow-go-wrapper {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 35px;
  right: 0;
  transform: rotate(45deg);
}
.dropdown-container .panel-title .arrow-go-wrapper span {
  display: block;
  width: 14px;
  height: 3px;
  background: #A5A5A5;
}
.dropdown-container .panel-title .arrow-go-wrapper span:nth-of-type(2) {
  display: block;
  height: 11px;
  width: 3px;
  background: #A5A5A5;
}
.dropdown-container .panel-heading h4 a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #0F1E78;
  width: 100%;
  padding: 26px 50px 30px 0;
  display: block;
}
@media (max-width: 1199px) {
  .dropdown-container .panel-heading h4 a {
    padding: 25px 50px 25px 0;
  }
}
.dropdown-container .panel-heading h4 a:after {
  display: block;
  content: "";
  background-image: url(../images/icons/minus.svg);
  width: 24px;
  height: 34px;
  background-size: 25px;
  position: absolute;
  right: 15px;
  top: 22px;
}
@media (max-width: 1199px) {
  .dropdown-container .panel-heading h4 a:after {
    top: 22px;
    scale: 0.8;
  }
}
@media (max-width: 768px) {
  .dropdown-container .panel-heading h4 a:after {
    top: 19px;
  }
}
.dropdown-container .panel-heading h4 a.collapsed {
  /* color: #A5A5A5; */
}
.dropdown-container .panel-heading h4 a.collapsed .arrow-go-wrapper {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transform: rotate(-135deg);
  top: 30px;
}
.dropdown-container .panel-heading h4 a.collapsed:after {
  background-image: url(../images/icons/plus.svg);
}
.dropdown-container .panel-heading h4 a:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #0F1E78;
}
.dropdown-container .panel-collapse {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.dropdown-container .panel-collapse .panel-body {
  padding: 0 40px 30px 0;
  color: #0F1E78;
}
@media (max-width: 767px) {
  .dropdown-container .panel-collapse .panel-body {
    padding: 0 0px 30px 0px;
  }
}
.dropdown-container .panel-collapse .panel-body p {
  color: #0F1E78;
  margin-bottom: 10px;
}
.dropdown-container .panel-collapse .panel-body > p,
.dropdown-container .panel-collapse .panel-body ul {
  margin-bottom: 12px;
}
.dropdown-container .panel-collapse .panel-body ul {
  padding-left: 30px;
}
.dropdown-container .panel-collapse .panel-body ul li {
  position: relative;
}
.dropdown-container .panel-collapse .panel-body ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background: #0F1E78;
  border-radius: 10px;
  position: absolute;
  left: -20px;
  top: 10px;
}
.dropdown-container .panel-collapse .panel-body img {
  width: 100%;
}
.dropdown-container .panel-collapse .panel-body a {
  color: #0F1E78;
  font-weight: 500;
}
.tabbable-line > .nav-tabs {
  text-align: center;
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  float: left;
  display: block;
  width: 50%;
}
.tabbable-line > .nav-tabs > li:nth-of-type(1) hr {
  border-top: 1px solid #FFF;
  margin: 0;
  position: absolute;
  bottom: -7px;
  width: 100%;
  right: 0;
}
.tabbable-line > .nav-tabs > li:nth-of-type(2) hr {
  border-top: 1px solid #FFF;
  margin: 0;
  position: absolute;
  bottom: -7px;
  width: 100%;
  left: 0;
}
.nav-tabs:hover hr {
  display: none;
}
.tabbable-line > .nav-tabs > li > a {
  font-size: 30px;
  line-height: 30px;
  background: transparent !important;
  border: 0;
  margin-right: 0;
  color: #FFF;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .tabbable-line > .nav-tabs > li > a {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .tabbable-line > .nav-tabs > li > a {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .tabbable-line > .nav-tabs > li > a {
    font-size: 21px;
    padding: 0;
    padding-bottom: 12px;
  }
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #fff;
}
.tabbable-line > .nav-tabs > li.open,
.tabbable-line > .nav-tabs > li:hover {
  border-bottom: 6px solid #00affa;
}
.tabbable-line > .nav-tabs > li.open > a,
.tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #fff;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu,
.tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 6px solid #fff;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #fff;
}
.tabbable-line > .tab-content {
  color: #fff;
  padding: 60px 0;
}
@media (max-width: 768px) {
  .tabbable-line > .tab-content {
    padding: 30px 0;
  }
}
.tabbable-line > .tab-content h1,
.tabbable-line > .tab-content h2,
.tabbable-line > .tab-content h3,
.tabbable-line > .tab-content h4,
.tabbable-line > .tab-content h5,
.tabbable-line > .tab-content h6,
.tabbable-line > .tab-content p,
.tabbable-line > .tab-content li {
  color: #fff;
  margin-bottom: 15px;
}
.tabbable-line > .tab-content a {
  color: #fff;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}
/* Below tabs mode */
.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.specs-table {
  background: #EBE9DA;
  color: #004B4B;
}
.specs-table .table-container {
  margin-top: 45px;
  margin-bottom: 45px;
}
.specs-table .table-container li {
  padding: 15px 0;
  color: #004B4B;
  border-bottom: 1px solid #004B4B;
}
.specs-table .table-container li:first-child {
  border-top: 1px solid #004B4B;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.opacity-02 {
  opacity: 0.2;
}
.bottom-corner {
  height: 30px;
  width: 100%;
}
.bottom-corner.blue div:nth-of-type(1) {
  background: #224FCB;
}
.bottom-corner.blue div:nth-of-type(2) {
  border-color: #224FCB transparent transparent transparent;
}
.bottom-corner.light-blue div:nth-of-type(1) {
  background: #00AFFA;
}
.bottom-corner.light-blue div:nth-of-type(2) {
  border-color: #00AFFA transparent transparent transparent;
}
.bottom-corner div:nth-of-type(1) {
  float: left;
  height: 30px;
  width: calc(100% - 30px);
}
.bottom-corner div:nth-of-type(2) {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  float: left;
}
.tabbable-panel #pager {
  text-align: center;
}
.tabbable-panel #pager a.first,
.tabbable-panel #pager a.last {
  display: inline-block;
  padding: 5px;
}
.tabbable-panel #pager a.active {
  font-weight: bold;
}
.tabbable-panel .pagesWrapper {
  display: inline-block;
}
.tabbable-panel .pages a {
  padding: 5px 5px;
  display: inline-block;
  min-width: 22px;
  text-align: center;
}
.tabbable-panel a:hover {
  text-decoration: underline;
}
.tabbable-panel .next.pagelink.active,
.tabbable-panel .previous.pagelink.active {
  display: none;
}
body {
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Mundial", sans-serif;
  font-weight: 400;
  color: #fff;
}
@font-face {
  font-family: 'Mundial';
  font-weight: 400;
  src: url('fonts/4-Mundial-Regular-TTY.otf');
}
@font-face {
  font-family: 'Mundial';
  font-weight: 500;
  src: url('fonts/5-Mundial-DemiBold-TTY.otf');
}
@font-face {
  font-family: 'United';
  font-weight: 400;
  src: url('fonts/UnitedItalicCondHeavy.otf');
}
.font-mundial {
  font-family: "Mundial", sans-serif;
  font-weight: 400;
}
.font-united {
  font-family: "United", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
strong {
  font-weight: 500;
}
.fz-90 {
  font-size: 90px;
  line-height: 80px;
}
@media (max-width: 1200px) {
  .fz-90 {
    font-size: 60px;
    line-height: 54px;
  }
}
@media (max-width: 600px) {
  .fz-90 {
    font-size: 40px;
    line-height: 36px;
  }
}
.fz-60 {
  font-size: 60px;
  line-height: 54px;
}
@media (max-width: 1200px) {
  .fz-60 {
    font-size: 45px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .fz-60 {
    font-size: 36px;
    line-height: 33px;
  }
}
.fz-45 {
  font-size: 45px;
  line-height: 40px;
}
@media (max-width: 1200px) {
  .fz-45 {
    font-size: 36px;
    line-height: 33px;
  }
}
@media (max-width: 768px) {
  .fz-45 {
    font-size: 27px;
    line-height: 24px;
  }
}
.fz-18 {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 600px) {
  .fz-18 {
    font-size: 16px;
    line-height: 21px;
  }
}
.mini-text {
  font-size: 16px;
  line-height: 24px;
}
.mini-text p {
  font-size: 16px;
  line-height: 24px;
}
.fz-50 {
  font-size: 50px;
  line-height: 50px;
}
@media (max-width: 1200px) {
  .fz-50 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 600px) {
  .fz-50 {
    font-size: 33px;
    line-height: 36px;
  }
}
.fz-40 {
  font-size: 40px;
  line-height: 36px;
}
@media (max-width: 480px) {
  .fz-40 {
    font-size: 30px;
    line-height: 30px;
  }
}
.fz-30 {
  font-size: 30px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .fz-30 {
    font-size: 24px;
    line-height: 24px;
  }
}
.fz-27 {
  font-size: 27px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .fz-27 {
    font-size: 24px;
    line-height: 27px;
  }
}
@media (max-width: 480px) {
  .fz-27 {
    font-size: 21px;
    line-height: 27px;
  }
}
.fz-24 {
  font-size: 24px;
  line-height: 32px;
}
.fz-21 {
  font-size: 21px;
  line-height: 30px;
}
@media (max-width: 600px) {
  .fz-21 {
    font-size: 18px;
    line-height: 27px;
  }
}
.fz-16 {
  font-size: 16px;
  line-height: 24px;
}
.fz-12 {
  font-size: 12px;
  line-height: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #303030;
  text-align: initial;
}
.headline {
  padding-top: 190px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .headline {
    padding-top: 120px;
    padding-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .headline {
    padding-bottom: 0;
  }
}
.headline h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 54px;
}
@media (max-width: 991px) {
  .headline h1 {
    font-size: 45px;
    line-height: 40px;
  }
}
@media (max-width: 480px) {
  .headline h1 {
    font-size: 36px;
    line-height: 32px;
  }
}
.headline h1 span {
  color: #00AFFA;
}
.headline p {
  text-align: center;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.duration-2000 {
  -webkit-animation-duration: 2000ms !important;
  animation-duration: 2000ms !important;
}
.duration-1500 {
  -webkit-animation-duration: 1500ms !important;
  animation-duration: 1500ms !important;
}
.duration-1000 {
  -webkit-animation-duration: 1000ms !important;
  animation-duration: 1000ms !important;
}
.duration-500 {
  -webkit-animation-duration: 500ms !important;
  animation-duration: 500ms !important;
}
.duration-300 {
  -webkit-animation-duration: 300ms !important;
  animation-duration: 300ms !important;
}
.wait-2000 {
  animation-delay: 2000ms;
  -webkit-animation-delay: 2000ms;
}
.wait-1500 {
  animation-delay: 1500ms;
  -webkit-animation-delay: 1500ms;
}
.wait-1000 {
  animation-delay: 1000ms;
  -webkit-animation-delay: 1000ms;
}
.wait-500 {
  animation-delay: 500ms;
  -webkit-animation-delay: 500ms;
}
.wait-1 {
  animation-delay: 0ms;
  -webkit-animation-delay: 0ms;
}
.wait-2 {
  animation-delay: 200ms;
  -webkit-animation-delay: 200ms;
}
.wait-3 {
  animation-delay: 400ms;
  -webkit-animation-delay: 400ms;
}
.wait-4 {
  animation-delay: 600ms;
  -webkit-animation-delay: 600ms;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(80, 100, 250, 0.95);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(80, 100, 250, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(80, 100, 250, 0);
  }
}
@keyframes pulse {
  0% {
    /*           transform:rotateY(180deg); */
    -moz-box-shadow: 0 0 0 0 rgba(80, 100, 250, 0.95);
    box-shadow: 0 0 0 0 rgba(80, 100, 250, 0.95);
  }
  70% {
    /*                    transform:rotateY(0deg); */
    -moz-box-shadow: 0 0 0 15px rgba(80, 100, 250, 0);
    box-shadow: 0 0 0 15px rgba(80, 100, 250, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(80, 100, 250, 0);
    box-shadow: 0 0 0 0 rgba(80, 100, 250, 0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.menu-and-btn-wrapper {
  display: inline-block;
}
#main-menu {
  display: inline-block;
}
#main-menu ul {
  display: inline-block;
}
#main-menu ul li {
  display: inline-block;
}
#main-menu ul li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #0F1E78;
  margin-right: 5px;
}
.main-logo {
  display: inline-block;
  position: absolute;
  left: 0;
}
.mobile-home-btn {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: 1;
  display: block;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 300px;
}
@media (max-width: 991px) {
  .mobile-home-btn {
    width: 160px;
  }
}
@media (max-width: 768px) {
  .mobile-home-btn {
    top: 28px;
  }
}
.mobile-home-btn img {
  width: 300px;
}
@media (max-width: 991px) {
  .mobile-home-btn img {
    width: 160px;
  }
}
.login-btn {
  color: #fff;
  position: absolute;
  right: 0;
  top: 55px;
}
@media (max-width: 991px) {
  .login-btn {
    right: 10px;
  }
}
@media (max-width: 768px) {
  .login-btn {
    top: 23px;
    right: 24px;
  }
}
@media (max-width: 600px) {
  .login-btn {
    z-index: 30;
  }
}
.login-btn:visited {
  color: #fff;
}
.login-btn:hover {
  color: #ebfb53;
}
.login-btn span {
  position: relative;
  margin-right: 15px;
  top: 2px;
}
@media (max-width: 768px) {
  .login-btn span {
    display: none;
  }
}
.login-btn img {
  border-radius: 50px;
}
.top-menu {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: fixed;
  height: 90px;
  z-index: 60;
  width: 100%;
  top: 0;
}
.top-menu .black-bg {
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
}
.top-menu .black-bg.visible {
  pointer-events: none;
  opacity: 1;
}
.top-menu .sh {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#00ffffff', GradientType=0);
}
.top-menu .mobile-menu-btn {
  position: relative;
  z-index: 15;
}
.top-menu .mobile-menu-btn #mobileMenuBtn {
  cursor: pointer;
  width: 55px;
  height: 38px;
  position: absolute;
  left: 30px;
  top: 50px;
}
@media (max-width: 768px) {
  .top-menu .mobile-menu-btn #mobileMenuBtn {
    left: 20px;
    top: 20px;
    transform: scale(0.75);
  }
}
.top-menu .mobile-menu-btn #mobileMenuBtn.hidden {
  display: none;
}
.top-menu .mobile-menu-btn #mobileMenuBtn.open span:nth-child(1) {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 45px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 9px;
  left: 5px;
}
.top-menu .mobile-menu-btn #mobileMenuBtn.open span:nth-child(2) {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 45px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 18px;
  left: 5px;
}
.top-menu .mobile-menu-btn #mobileMenuBtn.open span:nth-child(3) {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 45px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 27px;
  left: 5px;
}
.top-menu .mobile-menu-btn #mobileMenuBtn.open:hover span:nth-child(1) {
  top: 5px;
}
.top-menu .mobile-menu-btn #mobileMenuBtn.open:hover span:nth-child(3) {
  top: 31px;
}
.top-menu .mobile-menu-btn #mobileMenuBtn.close span:nth-child(1) {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 44px;
  height: 2px;
  background: #fff;
  position: absolute;
  transform: rotate(45deg);
  top: 18px;
  left: 5px;
}
.top-menu .mobile-menu-btn #mobileMenuBtn.close span:nth-child(2) {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 44px;
  height: 2px;
  background: #fff;
  position: absolute;
  transform: rotate(-45deg);
  top: 18px;
  left: 5px;
}
.top-menu .mobile-menu {
  position: absolute;
  background: #224FCB;
  top: 0;
  width: 100%;
  max-width: 735px;
  height: 105vh;
  z-index: 10;
  padding-left: 150px;
  overflow-y: scroll;
}
@media (max-width: 1299px) {
  .top-menu .mobile-menu {
    max-width: 600px;
    padding-left: 90px;
  }
}
@media (max-width: 991px) {
  .top-menu .mobile-menu {
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .top-menu .mobile-menu {
    padding-left: 30px;
  }
}
.top-menu .mobile-menu nav {
  margin-top: 210px;
}
@media (max-width: 1299px) {
  .top-menu .mobile-menu nav {
    margin-top: 120px;
  }
}
@media (max-width: 991px) {
  .top-menu .mobile-menu nav {
    margin-top: 90px;
  }
}
@media (max-width: 768px) {
  .top-menu .mobile-menu nav {
    margin-top: 70px;
  }
}
.top-menu .mobile-menu ul {
  float: left;
  display: block;
  width: 100%;
  margin-top: 15px;
}
.top-menu .mobile-menu ul li {
  display: block;
  padding: 20px 0 0 0;
  width: 100%;
}
@media (max-width: 991px) {
  .top-menu .mobile-menu ul li {
    padding: 12px 0 0 0;
  }
}
@media (max-width: 768px) {
  .top-menu .mobile-menu ul li {
    padding: 10px 0 0 0;
  }
}
.top-menu .mobile-menu ul li a {
  font-size: 45px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 1299px) {
  .top-menu .mobile-menu ul li a {
    font-size: 36px;
    line-height: 30px;
  }
}
.top-menu .mobile-menu ul li a:hover {
  color: #ebfb53;
}
.top-menu .mobile-menu ul li a.current {
  color: #ebfb53;
}
.top-menu .mobile-menu ul li.current > a {
  color: #ebfb53;
}
.top-menu .mobile-menu a.disabled {
  color: #CCD2F1;
}
.top-menu .mobile-menu .login-btns {
  margin-top: 60px;
  padding-bottom: 120px;
}
.top-menu .mobile-menu .login-btns .btn {
  width: 180px;
  margin-bottom: 15px;
}
.top-menu .mobile-menu .mobile-dropdown {
  margin-bottom: 20px;
}
.top-menu .mobile-menu .mobile-dropdown a.section {
  color: #224FCB;
}
.top-menu .desktop-menu {
  margin-top: 10px;
  text-align: right;
}
@media (max-width: 991px) {
  .top-menu .desktop-menu {
    margin-top: 0;
  }
}
.top-menu .desktop-menu nav {
  position: relative;
}
@media (max-width: 1199px) {
  .top-menu .desktop-menu nav {
    display: none;
  }
}
.top-menu .desktop-menu nav ul {
  display: inline-block;
}
.top-menu .desktop-menu nav ul li {
  margin-right: 45px;
  display: inline-block;
  position: relative;
}
.top-menu .desktop-menu nav ul li:hover a {
  color: #0F1E78;
}
.top-menu .desktop-menu nav ul li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #0F1E78;
  padding-bottom: 25px;
}
.top-menu .desktop-menu nav ul li.current a,
.top-menu .desktop-menu nav ul li a:hover {
  color: #224FCB;
}
.top-menu .desktop-menu nav ul li a.has-hover {
  margin-right: 10px;
  position: relative;
}
.top-menu .desktop-menu nav ul li a.has-hover:before {
  content: "";
  background-image: url(../images/icons/dropdown-arrow.svg);
  right: -19px;
  top: 8px;
  position: absolute;
  width: 11px;
  height: 7px;
}
.top-menu .desktop-menu nav ul li a.has-hover:hover + .hover-menu {
  display: block;
  opacity: 1;
}
.top-menu .desktop-menu nav ul li .hover-menu {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 10px 0px;
  background: #fff;
  position: absolute;
  top: 50px;
  width: 300px;
  left: -30px;
  box-shadow: 0 0px 18px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  display: none;
  opacity: 0;
}
.top-menu .desktop-menu nav ul li .hover-menu:before {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  top: -10px;
  content: " ";
  z-index: 5;
  right: 68%;
  left: 0;
  margin: 0 auto;
}
.top-menu .desktop-menu nav ul li .hover-menu:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  display: block;
}
.top-menu .desktop-menu nav ul li .hover-menu li {
  width: 100%;
  background: #fff;
}
.top-menu .desktop-menu nav ul li .hover-menu a {
  font-size: 16px;
  padding: 7px 30px;
  color: #0F1E78;
  display: block;
  text-align: left;
}
.top-menu .desktop-menu nav ul li .hover-menu a.disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
}
.top-menu .desktop-menu nav ul li .hover-menu a:hover {
  color: #224FCB;
}
.top-menu.fixed {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1199px) {
}
.top-menu.fixed .mobile-home-btn {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  transform-origin: center;
  opacity: 0;
  pointer-events: none;
}
.hovermenu {
  position: fixed;
  width: 100%;
  height: auto;
  background: #0F1E78;
  left: 0;
  top: 79px;
  z-index: 15;
  box-shadow: 0px -15px 80px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1199px) {
  .hovermenu {
    display: none !important;
  }
}
.hovermenu.visible {
  border-top: 1px solid #ccc;
}
.hovermenu.visible .hoverout {
  position: absolute;
  height: 100vh;
  bottom: -100vh;
  width: 100%;
}
.hovermenu .f {
  position: absolute;
  left: -30px;
  top: -30px;
}
.hovermenu ul {
  padding: 10px 0 30px 75px;
  margin-left: 42px;
  border-left: 1px solid #ccc;
}
.hovermenu ul li {
  padding: 10px 0;
}
.hovermenu ul li a {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
@media (max-width: 600px) {
  .hovermenu ul li a {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (max-width: 600px) {
  .hovermenu ul li a {
    font-size: 16px;
    line-height: 21px;
  }
}
.hovermenu h4 {
  font-size: 60px;
  line-height: 54px;
  padding-top: 12px;
  color: #fff;
}
@media (max-width: 1200px) {
  .hovermenu h4 {
    font-size: 45px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .hovermenu h4 {
    font-size: 36px;
    line-height: 33px;
  }
}
@media (max-width: 1200px) {
  .hovermenu h4 {
    font-size: 45px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .hovermenu h4 {
    font-size: 36px;
    line-height: 33px;
  }
}
.hovermenu .row {
  padding-top: 120px;
  padding-bottom: 90px;
  display: none;
}
.hovermenu .row.visible {
  display: block;
}
footer {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #224FCB;
}
@media (max-width: 991px) {
  footer {
    padding-top: 60pt;
    padding-bottom: 60pt;
  }
}
@media (max-width: 991px) {
  footer .logo {
    margin: 0 auto 45px;
    display: block;
  }
}
footer .footer-menu {
  text-align: right;
  margin-top: 5px;
}
@media (max-width: 991px) {
  footer .footer-menu {
    text-align: center;
  }
}
footer .footer-menu li {
  display: inline;
  margin: 0 8px;
}
footer .footer-menu li a {
  color: #fff;
}
footer .bottom-row {
  margin-top: 120px;
}
@media (max-width: 991px) {
  footer .bottom-row {
    margin-top: 45px;
  }
}
footer .bottom-row a {
  color: #fff;
}
footer .bottom-row a:hover {
  text-decoration: underline;
}
footer .bottom-row .mid-links {
  text-align: center;
  font-size: 16px;
}
footer .bottom-row .copy {
  text-align: right;
}
footer .bottom-row .copy * {
  font-size: 16px;
}
@media (max-width: 991px) {
  footer .bottom-row .copy {
    margin-top: 60px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  footer .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
footer .social-wrapper p {
  font-size: 16px;
}
footer .social-wrapper a {
  display: inline-block;
  margin-top: 15px;
  position: relative;
  left: -15px;
}
@media (max-width: 991px) {
  footer .social-wrapper a {
    left: 0;
  }
}
footer .social-wrapper a img {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .container {
    width: auto;
  }
}
.page-content h1,
.content h1,
.page-content h2,
.content h2,
.page-content h3,
.content h3,
.page-content h4,
.content h4,
.page-content h5,
.content h5,
.page-content h6,
.content h6 {
  font-family: "United", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 15px;
}
.page-content h1,
.content h1 {
  font-size: 50px;
  line-height: 50px;
}
@media (max-width: 1200px) {
  .page-content h1,
  .content h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 600px) {
  .page-content h1,
  .content h1 {
    font-size: 33px;
    line-height: 36px;
  }
}
@media (max-width: 1200px) {
  .page-content h1,
  .content h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 600px) {
  .page-content h1,
  .content h1 {
    font-size: 33px;
    line-height: 36px;
  }
}
.page-content h2,
.content h2 {
  font-size: 50px;
  line-height: 50px;
}
@media (max-width: 1200px) {
  .page-content h2,
  .content h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 600px) {
  .page-content h2,
  .content h2 {
    font-size: 33px;
    line-height: 36px;
  }
}
@media (max-width: 1200px) {
  .page-content h2,
  .content h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 600px) {
  .page-content h2,
  .content h2 {
    font-size: 33px;
    line-height: 36px;
  }
}
.page-content h3,
.content h3 {
  font-size: 30px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .page-content h3,
  .content h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .page-content h3,
  .content h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
.page-content h4,
.content h4 {
  font-size: 30px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .page-content h4,
  .content h4 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .page-content h4,
  .content h4 {
    font-size: 24px;
    line-height: 24px;
  }
}
.page-content h5,
.content h5 {
  font-size: 30px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .page-content h5,
  .content h5 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .page-content h5,
  .content h5 {
    font-size: 24px;
    line-height: 24px;
  }
}
.page-content h6,
.content h6 {
  font-size: 30px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .page-content h6,
  .content h6 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .page-content h6,
  .content h6 {
    font-size: 24px;
    line-height: 24px;
  }
}
.page-content .text-center,
.content .text-center {
  text-align: center;
}
.page-content .text-right,
.content .text-right {
  text-align: right !important;
}
.page-content .text-left,
.content .text-left {
  text-align: left !important;
}
.page-content .text-justify,
.content .text-justify {
  text-align: justify !important;
}
.page-content p,
.content p,
.page-content li,
.content li {
  font-size: 21px;
  line-height: 27px;
  color: #fff;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .page-content p,
  .content p,
  .page-content li,
  .content li {
    font-size: 18px;
    line-height: 24px;
  }
}
.page-content ul li,
.content ul li {
  margin-left: 30px;
  display: block;
  position: relative;
}
.page-content ul li:before,
.content ul li:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: -20px;
  top: 13px;
}
.page-content ul li span,
.content ul li span {
  display: none;
  color: #474747;
  margin-right: 15px;
}
.page-content ul li a,
.content ul li a {
  color: #ebfb53;
}
.page-content ul li a:hover,
.content ul li a:hover {
  color: #ebfb53;
}
.page-content ol,
.content ol {
  padding-left: 25px;
}
.page-content ol li span,
.content ol li span {
  display: none;
  color: #474747;
  margin-right: 15px;
}
.page-content ol li a,
.content ol li a {
  color: #ebfb53;
}
.page-content ol li a:hover,
.content ol li a:hover {
  color: #ebfb53;
}
.page-content iframe,
.content iframe {
  width: 100%;
  height: 480px;
}
.page-content .ss-htmleditorfield-file,
.content .ss-htmleditorfield-file {
  width: 100% !important;
}
.page-content img,
.content img {
  height: auto;
}
.page-content table,
.content table {
  width: 100% !important;
  margin: 0 !important;
}
.page-content table tr,
.content table tr {
  padding: 10px;
}
.page-content table tr:nth-child(even),
.content table tr:nth-child(even) {
  background: #474747;
}
.page-content table td,
.content table td {
  padding: 10px;
  width: 25% !important;
}
.page-content-section {
  margin: 90px 0;
}
@media (max-width: 991px) {
  .page-content-section {
    margin: 60px 0;
  }
}
section {
  position: relative;
}
body {
  max-width: 100% !important;
  background-color: #0F1E78;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
}
@media (min-width: 600px) {
  body {
    background-image: url("../images/assets/bg.jpg");
  }
}
main {
  position: relative;
  z-index: 15;
  padding-top: 120px;
}
@media (max-width: 1199px) {
  main {
    padding-top: 95px;
  }
}
@media (max-width: 768px) {
  main {
    padding-top: 60px;
  }
}
section.homepage-hero {
  background-size: cover;
  height: 100vh;
  width: 100%;
  background-position: center;
}
section.homepage-hero h1 {
  text-align: center;
  color: #fff;
  padding-top: 35vh;
  line-height: 80px;
}
@media (max-width: 1199px) {
  section.homepage-hero h1 {
    line-height: 54px;
  }
}
@media (max-width: 600px) {
  section.homepage-hero h1 {
    line-height: 36px;
  }
}
section.homepage-hero h1 span {
  color: #00AFFA;
}
section.homepage-hero .buttons {
  margin-top: 30px;
}
section.homepage-hero .buttons .btn {
  display: inline-block;
  margin: 0 15px 15px;
}
@media (max-width: 700px) {
  section.homepage-hero .buttons .btn {
    display: block;
    margin: 0 auto 15px;
  }
}
.bundesliga-logo {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto 30px;
  text-align: center;
}
.bundesliga-logo p.font-united {
  font-size: 24px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}
@media (max-width: 360px) {
  .bundesliga-logo p.font-united {
    display: none;
  }
}
.bundesliga-logo p.font-united.l {
  right: 180px;
}
.bundesliga-logo p.font-united.r {
  left: 190px;
}
section.tippen-section .dropdown-toggle {
  display: block;
  background: none;
  outline: none;
  border: none;
  padding: 10px 20px;
  margin: 0 auto 30px auto;
  position: relative;
}
section.tippen-section li {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid rgba(237, 237, 237, 0.25);
  cursor: pointer;
}
section.tippen-section li .bottom-corner {
  height: 0px;
  overflow: hidden;
}
section.tippen-section li.active {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 0;
}
section.tippen-section li.active .wrapper {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #224FCB;
}
section.tippen-section li.active .bottom-corner {
  height: 30px;
}
section.tippen-section li.active .prediction-bars {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 60px;
}
section.tippen-section .i {
  position: absolute;
  right: 30px;
  top: 45px;
}
@media (max-width: 600px) {
  section.tippen-section .i {
    top: 17px;
  }
}
section.tippen-section .i img {
  display: block;
  width: 18px;
  height: 18px;
}
section.tippen-section .wrapper {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  padding-top: 30px;
}
@media (max-width: 600px) {
  section.tippen-section .wrapper {
    padding-top: 15px;
  }
}
section.tippen-section .date {
  position: absolute;
  top: 35px;
  left: 30px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}
@media (max-width: 600px) {
  section.tippen-section .date {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  section.tippen-section .date br {
    display: none;
  }
}
section.tippen-section .date span {
  display: none;
}
@media (max-width: 600px) {
  section.tippen-section .date span {
    display: inline;
  }
}
section.tippen-section .teams-wrapper {
  position: relative;
}
section.tippen-section .teams-wrapper .input-wrapper {
  width: 180px;
  margin: 0 auto;
  position: relative;
  z-index: 50;
}
@media (max-width: 1199px) {
  section.tippen-section .teams-wrapper .input-wrapper {
    width: 140px;
  }
}
section.tippen-section .teams-wrapper .input-wrapper input[type="text"] {
  width: 75px;
  height: 50px;
  border-radius: 5px;
  float: left;
  padding: 10px 15px 12px;
  text-align: center;
  font-weight: 500;
  font-size: 21px;
}
@media (max-width: 1199px) {
  section.tippen-section .teams-wrapper .input-wrapper input[type="text"] {
    width: 55px;
  }
}
section.tippen-section .teams-wrapper .input-wrapper span {
  display: block;
  float: left;
  margin: 0;
  font-size: 35px;
  line-height: 50px;
  width: 30px;
  text-align: center;
}
section.tippen-section .teams-wrapper .team {
  position: absolute;
  width: 50%;
  height: 50px;
}
section.tippen-section .teams-wrapper .team span {
  line-height: 50px;
  display: inline-block;
  height: 50px;
  padding-top: 2px;
}
@media (max-width: 900px) {
  section.tippen-section .teams-wrapper .team span {
    display: none;
  }
}
section.tippen-section .teams-wrapper .team img {
  width: 50px;
  height: 50px;
  margin-top: -7px;
}
@media (max-width: 900px) {
  section.tippen-section .teams-wrapper .team img {
    margin-top: 0px;
  }
}
section.tippen-section .teams-wrapper .team.team-left {
  padding-right: 120px;
  text-align: right;
  top: 0;
  left: 0;
}
@media (max-width: 1199px) {
  section.tippen-section .teams-wrapper .team.team-left {
    padding-right: 80px;
  }
}
section.tippen-section .teams-wrapper .team.team-left img {
  margin-left: 15px;
}
@media (max-width: 1199px) {
  section.tippen-section .teams-wrapper .team.team-left img {
    margin-left: 5px;
  }
}
section.tippen-section .teams-wrapper .team.team-right {
  padding-left: 120px;
  text-align: left;
  top: 0;
  right: 0;
}
@media (max-width: 1199px) {
  section.tippen-section .teams-wrapper .team.team-right {
    padding-left: 80px;
  }
}
section.tippen-section .teams-wrapper .team.team-right img {
  margin-right: 15px;
}
@media (max-width: 1199px) {
  section.tippen-section .teams-wrapper .team.team-right img {
    margin-right: 5px;
  }
}
section.tippen-section .prediction-bars {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0 30px;
  padding-top: 15px;
  height: 0;
  overflow: hidden;
}
section.tippen-section .prediction-bars table {
  width: 100%;
}
section.tippen-section .prediction-bars td {
  height: 10px;
  color: #fff;
  text-align: left;
}
section.tippen-section .prediction-bars .bar {
  height: 15px;
  width: 100%;
}
section.tippen-section .prediction-bars span {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  padding-top: 10px;
  display: block;
  min-width: 20px;
}
section.tippen-section .prediction-bars .green .bar {
  background: #00AFFA;
}
section.tippen-section .prediction-bars .blue .bar {
  background: #DDE5F4;
}
section.tippen-section .prediction-bars .red .bar {
  background: #0F1E78;
}
section.tippen-section .submit {
  display: block;
  padding: 0;
  margin: 60px auto;
}
.top-five-tippers {
  margin-bottom: 90px;
}
.top-five-tippers h5 {
  color: #fff;
  text-align: right;
  padding-top: 65px;
}
@media (max-width: 768px) {
  .top-five-tippers h5 {
    text-align: center;
    margin-bottom: 45px;
    padding-top: 15px;
  }
  .top-five-tippers h5 br {
    display: none;
  }
}
.top-five-tippers .owl-stage {
  padding-left: 0 !important;
}
.top-five-tippers .top-five-slider.owl-carousel .slide {
  opacity: 1;
  display: block !important;
}
.top-five-tippers .top-five-slider.owl-carousel img {
  max-width: 230px;
}
.top-five-tippers .top-five-slider .img-wrapper {
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 499px) {
  .top-five-tippers .top-five-slider .col-sm-10 {
    padding-right: 0;
  }
}
.top-five-tippers .top-five-slider img {
  max-width: 1px;
}
.top-five-tippers .top-five-slider a,
.top-five-tippers .top-five-slider .slide {
  display: block;
  position: relative;
}
.top-five-tippers .top-five-slider .slide {
  opacity: 0;
  display: inline-block;
}
.top-five-tippers .top-five-slider .num {
  position: absolute;
  background: #224FCB;
  width: 45px;
  height: 45px;
  z-index: 5;
  color: #fff;
  text-align: center;
  padding-top: 8px;
}
@media (max-width: 1199px) {
  .top-five-tippers .top-five-slider .num {
    width: 30px;
    height: 30px;
    padding-top: 0px;
    font-size: 20px !important;
  }
}
.top-five-tippers .top-five-slider .name {
  color: #fff;
  display: block;
  margin-top: 10px;
  font-size: 24px;
}
@media (max-width: 1199px) {
  .top-five-tippers .top-five-slider .name {
    font-size: 20px !important;
  }
}
@media (max-width: 850px) {
  .top-five-tippers .top-five-slider .name {
    width: 65%;
  }
}
.rangliste-section .nodata {
  text-align: center;
  margin-top: 90px;
  margin-bottom: 60px;
}
@media (min-width: 600px) and (max-width: 991px) {
  .rangliste-section .ranglist-table > .row .col-md-6 {
    width: 50%;
    float: left;
  }
}
@media (max-width: 600px) {
  .rangliste-section .ranglist-table .spieltag-dropdown .dropdown-toggle {
    margin: 0 auto;
  }
  .rangliste-section .ranglist-table .spieltag-dropdown .dropdown-menu {
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .rangliste-section .ranglist-table > .row .col-md-6 form select {
    margin: 15px auto 45px;
    display: block;
    float: none;
  }
}
.rangliste-section .ranglist-table .table-header {
  opacity: 50%;
}
.rangliste-section .ranglist-table .dropdown-toggle {
  display: block;
  background: none;
  outline: none;
  border: none;
  padding: 10px 20px;
  margin: 0;
  position: relative;
}
.rangliste-section .ranglist-table .dropdown-menu {
  margin: 0;
}
@media (max-width: 850px) {
  .rangliste-section .ranglist-table .table-style {
    margin-top: 15px;
  }
}
.rangliste-section select {
  width: 210px;
  float: right;
}
@media (max-width: 850px) {
  .rangliste-section .table-style .table-header {
    display: none;
  }
}
.rangliste-section .table-style .table-header .gutter-left {
  display: block;
  width: 54.5%;
  float: left;
  position: relative;
  height: 1px;
}
.rangliste-section .table-style .table-header .pts {
  width: 8%;
  float: left;
  text-align: center;
  font-size: 13px;
}
.rangliste-section .table-style .table-rows .res {
  width: 8%;
  float: left;
  font-weight: bold;
  text-align: center;
  padding-top: 25px;
}
@media (max-width: 850px) {
  .rangliste-section .table-style .table-rows .res {
    display: none;
  }
}
.rangliste-section .table-style .table-rows .sep {
  float: left;
  position: relative;
}
@media (max-width: 850px) {
  .rangliste-section .table-style .table-rows .sep {
    position: absolute;
    right: 60px;
  }
}
@media (max-width: 480px) {
  .rangliste-section .table-style .table-rows .sep {
    display: none;
  }
}
.rangliste-section .table-style .table-rows .sep span {
  height: 30px;
  display: block;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  top: 23px;
  position: absolute;
}
.rangliste-section .table-style .table-rows .total {
  width: 13.5%;
  float: left;
  font-weight: 500;
  padding-top: 25px;
  text-align: center;
}
@media (max-width: 850px) {
  .rangliste-section .table-style .table-rows .total {
    position: absolute;
    right: 0;
    width: 60px;
  }
}
@media (max-width: 480px) {
  .rangliste-section .table-style .table-rows .total {
    left: 100px;
    bottom: 18px;
    text-align: left;
  }
}
.rangliste-section .table-style .table-rows .total span {
  display: none;
}
@media (max-width: 480px) {
  .rangliste-section .table-style .table-rows .total span {
    display: inline;
  }
}
.rangliste-section #pager {
  margin-top: 45px;
}
.rangliste-section #pager .pagelink.first,
.rangliste-section #pager .pagelink.last {
  color: rgba(255, 255, 255, 0.5) !important;
}
.rangliste-section #pager .pagelink.first:hover,
.rangliste-section #pager .pagelink.last:hover {
  color: #ffffff !important;
}
@media (max-width: 480px) {
  .rangliste-section #pager .pagelink.first,
  .rangliste-section #pager .pagelink.last {
    width: 100px;
  }
}
@media (max-width: 480px) {
  .rangliste-section .pagesWrapper {
    display: block;
    float: left;
    width: 100%;
  }
}
.rangliste-section .pagesWrapper .pagelink {
  color: rgba(255, 255, 255, 0.5);
}
.rangliste-section .pagesWrapper .pagelink:hover {
  color: #ffffff;
}
.rangliste-section .pagesWrapper .pagelink.active {
  color: #ffffff;
  font-weight: 600;
}
.rangliste-section .pagesWrapper .previous.pagelink,
.rangliste-section .pagesWrapper .next.pagelink {
  display: none;
}
.table-style .table-header {
  margin-bottom: 15px;
}
.table-style .table-rows li {
  height: 80px;
  overflow: hidden;
  position: relative;
}
.table-style .table-rows li:nth-of-type(odd) {
  background-color: #224FCB;
}
.table-style .table-rows li.yellow .name a {
  color: #ebfb53;
}
.table-style .table-rows .rank {
  display: block;
  float: left;
  width: 6%;
  text-align: center;
  padding-top: 25px;
}
@media (max-width: 850px) {
  .table-style .table-rows .rank {
    width: 60px;
  }
}
@media (max-width: 480px) {
  .table-style .table-rows .rank {
    width: 40px;
  }
}
.table-style .table-rows .avatar {
  width: 7%;
  float: left;
  margin-top: 13px;
}
@media (max-width: 850px) {
  .table-style .table-rows .avatar {
    width: 70px;
  }
}
.table-style .table-rows img {
  width: 100%;
  max-width: 50px;
  border-radius: 5px;
}
.table-style .table-rows .name {
  float: left;
  width: 41.5%;
  padding-top: 25px;
  z-index: 5;
}
@media (max-width: 480px) {
  .table-style .table-rows .name {
    padding-top: 15px;
    position: absolute;
    top: 0px;
    left: 100px;
  }
}
.table-style .table-rows .name a {
  color: #fff;
}
.spielerpass hr {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
@media (max-width: 991px) {
  .spielerpass .col-profile-information {
    display: block;
    float: left;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .spielerpass .col-profile-information {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .spielerpass .col-profile-information h5,
  .spielerpass .col-profile-information .quote {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .spielerpass .col-mini-stats {
    display: block;
    float: left;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .spielerpass .col-mini-stats {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .spielerpass .col-mini-stats .col-md-6 {
    width: 50%;
    float: left;
    display: block;
  }
}
@media (max-width: 480px) {
  .spielerpass .col-mini-stats .col-md-6 {
    width: 50%;
    float: left;
    display: block;
  }
  .spielerpass .col-mini-stats .col-md-6:nth-of-type(1) {
    padding-right: 7px;
  }
  .spielerpass .col-mini-stats .col-md-6:nth-of-type(2) {
    padding-left: 7px;
  }
}
@media (max-width: 991px) {
  .spielerpass .col-stats {
    display: block;
    float: right;
    width: 50%;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .spielerpass .col-stats {
    float: left;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .spielerpass .col-stats {
    margin-top: 15px;
  }
}
.spielerpass .avatar-wrapper {
  width: 210px;
  height: 210px;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .spielerpass .avatar-wrapper {
    margin: 0 auto 45px;
    display: block;
  }
}
.spielerpass .avatar-wrapper img {
  width: 100%;
  display: block;
  border-radius: 1000px;
}
@media (max-width: 480px) {
  .spielerpass .avatar-wrapper img {
    display: block;
  }
}
.spielerpass .quote {
  color: #00AFFA;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 21px;
  font-weight: 500;
}
.spielerpass .profile-link span {
  font-size: 15px;
  margin-left: 10px;
  position: relative;
  top: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.spielerpass .profile-link span:hover {
  text-decoration: underline;
}
.spielerpass .mid-box-small {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .spielerpass .mid-box-small {
    margin-bottom: 15px;
  }
}
.spielerpass .mid-box-small .inner-wrapper {
  background: #224FCB;
  padding-left: 30px;
  height: 180px;
  position: relative;
}
@media (max-width: 1299px) {
  .spielerpass .mid-box-small .inner-wrapper {
    padding-left: 20px;
  }
}
@media (max-width: 480px) {
  .spielerpass .mid-box-small .inner-wrapper {
    height: 140px;
  }
}
.spielerpass .mid-box-small h6 {
  margin-bottom: 0;
  bottom: 40px;
  position: absolute;
}
.spielerpass .mid-box-small p {
  opacity: 0.5;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 16px;
  bottom: 0px;
  position: absolute;
}
.spielerpass .mid-box-small img.arrow-up {
  bottom: 130px;
  position: absolute;
}
@media (max-width: 480px) {
  .spielerpass .mid-box-small img.arrow-up {
    bottom: 105px;
  }
}
.spielerpass .mid-box-wide {
  position: relative;
  overflow: hidden;
}
.spielerpass .mid-box-wide .inner-wrapper {
  background: #00AFFA;
  padding-left: 30px;
  height: 180px;
  position: relative;
}
@media (max-width: 1299px) {
  .spielerpass .mid-box-wide .inner-wrapper {
    padding-left: 20px;
  }
}
@media (max-width: 480px) {
  .spielerpass .mid-box-wide .inner-wrapper {
    height: 140px;
  }
}
.spielerpass .mid-box-wide h6 {
  margin-bottom: 0;
  bottom: 80px;
  position: absolute;
}
@media (max-width: 480px) {
  .spielerpass .mid-box-wide h6 {
    bottom: 60px;
  }
}
.spielerpass .mid-box-wide p {
  opacity: 0.5;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 16px;
  bottom: 0px;
  position: absolute;
}
.spielerpass .mid-box-wide img.tippspielmacher-img {
  position: absolute;
  bottom: 0;
  right: 50px;
  width: 100%;
  max-width: 210px;
  max-height: 210px;
}
@media (max-width: 1299px) {
  .spielerpass .mid-box-wide img.tippspielmacher-img {
    right: 35px;
    max-width: 170px;
    max-height: 170px;
  }
}
@media (max-width: 1199px) {
  .spielerpass .mid-box-wide img.tippspielmacher-img {
    right: 15px;
    bottom: -40px;
  }
}
.spielerpass .box-large {
  margin-bottom: 30px;
}
.spielerpass .box-large .inner-wrapper {
  background: #224FCB;
  padding-left: 30px;
  padding-right: 30px;
  height: 420px;
  position: relative;
}
@media (max-width: 1299px) {
  .spielerpass .box-large .inner-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.spielerpass .box-large .top-row {
  padding-top: 35px;
  margin-bottom: 30px;
}
.spielerpass .box-large .top-row img.avatar {
  width: 45px;
  position: absolute;
  right: 30px;
  top: 30px;
  border-radius: 4px;
}
.spielerpass .box-large .top-row.three-cols .font-united {
  text-align: center;
}
.spielerpass .box-large .top-row.three-cols .avatar:first-of-type {
  right: 0;
  left: 30px;
}
.spielerpass .box-large .col {
  width: 50%;
  float: left;
}
.spielerpass .box-large .col li {
  height: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 0;
  font-size: 15px;
  color: #C7D7E9;
}
.spielerpass .box-large .col li span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.spielerpass .box-large .col.titles {
  line-height: 50px;
}
.spielerpass .box-large .col.num li {
  padding-top: 9px;
  font-size: 27px;
  color: #fff;
  text-align: right;
}
.spielerpass .box-large .three-cols .col {
  width: 33.3%;
}
.spielerpass .box-large .three-cols .col:nth-of-type(1) li {
  text-align: left;
}
.spielerpass .box-large .three-cols .col:nth-of-type(2) li {
  text-align: center;
}
.spielerpass .show-profile .panel {
  border: none !important;
}
.spielerpass .show-profile .panel-title {
  margin-bottom: 0;
}
.spielerpass .panel-body {
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}
.spielerpass .panel-heading h4.panel-title a {
  padding: 0 !important;
  color: #fff !important;
  display: inline;
  position: relative;
}
@media (max-width: 600px) {
  .spielerpass .panel-heading h4.panel-title a {
    height: 50px;
  }
}
.spielerpass .panel-heading h4.panel-title a:hover {
  color: #fff;
  text-decoration: underline;
}
.spielerpass .panel-heading h4.panel-title a.collapsed .dropdown-corner {
  -webkit-transition: all 0.125s ease-in-out;
  -moz-transition: all 0.125s ease-in-out;
  -ms-transition: all 0.125s ease-in-out;
  -o-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
  transform: rotate(0deg);
}
.spielerpass .panel-heading h4.panel-title a .dropdown-corner {
  -webkit-transition: all 0.125s ease-in-out;
  -moz-transition: all 0.125s ease-in-out;
  -ms-transition: all 0.125s ease-in-out;
  -o-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
  transform: rotate(180deg);
  background-image: url(../images/icons/arrow-down.svg);
  width: 11px;
  height: 7px;
  position: absolute;
  top: 8px;
  right: -17px;
}
.spielerpass .panel-collapse .content {
  color: #fff;
  padding-top: 15px;
}
.spielerpass .panel-collapse .content p {
  font-size: 16px;
  line-height: 24px;
  color: #C7D7E9;
  margin-bottom: 5px;
}
.spielerpass .panel-collapse .content p span {
  color: #fff;
}
.tippteam-wrapper.create-team .inner-wrapper {
  max-width: 400px;
  display: block;
  margin: 0 auto;
}
.tippteam-wrapper.create-team .avatar {
  width: 150px;
  display: block;
  margin: 0 auto 30px;
}
.tippteam-wrapper.create-team .avatar img {
  width: 150px;
  height: 150px;
  border-radius: 150px;
}
.tippteam-wrapper.create-team h3 {
  margin-bottom: 25px;
  text-align: center;
}
.tippteam-wrapper.create-team h3 span {
  color: #00AFFA;
}
.tippteam-wrapper.create-team p {
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
.tippteam-wrapper.create-team .btn {
  width: 250px;
  margin: 0 auto;
}
.tippteam-wrapper.teams .table-style {
  margin-bottom: 45px;
}
.tippteam-wrapper.teams .top-wrapper {
  margin-bottom: 15px;
}
.tippteam-wrapper.teams .top-wrapper h3 {
  margin-bottom: 25px;
  text-align: left;
}
.tippteam-wrapper.teams .top-wrapper h3 span {
  color: #00AFFA;
}
.tippteam-wrapper.teams .top-wrapper .btn.btn-green {
  float: right;
}
@media (max-width: 991px) {
  .tippteam-wrapper.teams .top-wrapper .btn.btn-green {
    float: left;
  }
}
.tippteam-wrapper.teams .top-wrapper .btn {
  width: 250px;
  display: inline-block;
}
.tippteam-wrapper.teams .table-header .gutter-left {
  display: block;
  width: 54.5%;
  float: left;
  position: relative;
  height: 1px;
}
.tippteam-wrapper.teams .table-header .pts {
  width: 8%;
  float: left;
  text-align: center;
  font-size: 13px;
}
.tippteam-wrapper.teams .table-rows .res {
  width: 8%;
  float: left;
  font-weight: bold;
  text-align: center;
  padding-top: 25px;
}
@media (max-width: 950px) {
  .tippteam-wrapper.teams .table-rows .res {
    position: absolute;
    right: 110px;
    width: 40px;
  }
}
@media (max-width: 480px) {
  .tippteam-wrapper.teams .table-rows .res {
    right: 0;
    left: 100px;
    text-align: left;
    bottom: 16px;
  }
}
.tippteam-wrapper.teams .table-rows .name {
  width: 66%;
  z-index: 5;
}
@media (max-width: 950px) {
  .tippteam-wrapper.teams .table-rows .name {
    width: 260px;
  }
}
.tippteam-wrapper.teams .table-rows .sep {
  float: left;
  position: relative;
}
@media (max-width: 950px) {
  .tippteam-wrapper.teams .table-rows .sep {
    position: absolute;
    right: 100px;
    width: 1px;
  }
}
@media (max-width: 480px) {
  .tippteam-wrapper.teams .table-rows .sep {
    display: none;
  }
}
.tippteam-wrapper.teams .table-rows .sep span {
  height: 30px;
  display: block;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  top: 23px;
  position: absolute;
}
.tippteam-wrapper.teams .table-rows .link {
  width: 12%;
  float: left;
  padding-top: 25px;
  text-align: center;
}
@media (max-width: 950px) {
  .tippteam-wrapper.teams .table-rows .link {
    position: absolute;
    right: 0;
    width: 100px;
  }
}
@media (max-width: 480px) {
  .tippteam-wrapper.teams .table-rows .link {
    left: 130px;
    bottom: 15px;
  }
}
.tippteam-wrapper.teams .table-rows .link a {
  color: rgba(255, 255, 255, 0.5);
}
.tippteam-wrapper.teams .table-rows .link a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.tippteam-wrapper.teams .dropdown-container .panel:nth-of-type(1) {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.tippteam-wrapper.teams .dropdown-container .panel {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.tippteam-wrapper.teams .dropdown-container a {
  display: block !important;
  width: 100% !important;
}
.tippteam-wrapper.teams .dropdown-container a:after {
  -webkit-transition: all 0.125s ease-in-out;
  -moz-transition: all 0.125s ease-in-out;
  -ms-transition: all 0.125s ease-in-out;
  -o-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
  background-image: url("../images/icons/caret.svg");
  transform: rotate(180deg) !important;
  width: 18px;
  height: 20px;
  background-size: 18px;
  position: absolute;
  right: 15px;
  top: 5px;
}
.tippteam-wrapper.teams .dropdown-container a.collapsed:after {
  -webkit-transition: all 0.125s ease-in-out;
  -moz-transition: all 0.125s ease-in-out;
  -ms-transition: all 0.125s ease-in-out;
  -o-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
  background-image: url("../images/icons/caret.svg");
  transform: rotate(0deg) !important;
}
.tippteam-wrapper.teams .dropdown-container h4 {
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 28px;
}
.tippteam-wrapper.teams .dropdown-container .dropdown-headline {
  display: inline-block;
  position: relative;
}
.tippteam-wrapper.teams .dropdown-container .dropdown-headline:hover {
  text-decoration: none;
}
.tippteam-wrapper.teams .dropdown-container .dropdown-headline span.admin {
  font-family: "Mundial";
  font-size: 16px;
  color: #C7D7E9;
  background: #707070;
  padding: 1px 6px;
  border-radius: 4px;
  position: absolute;
  display: block;
  top: 4px;
  right: -75px;
  line-height: 21px;
}
.tippteam-wrapper.teams .dropdown-container .dropdown-headline span.admin:hover {
  text-decoration: none;
}
@media (max-width: 600px) {
  .tippteam-wrapper.teams .dropdown-container .dropdown-headline span.admin {
    position: relative;
    right: 0;
    line-height: 21px;
    left: 100px;
    width: 55px;
    bottom: 0px;
  }
}
.tippteam-wrapper.teams .dropdown-container span.total {
  position: absolute;
  right: 60px;
}
@media (max-width: 600px) {
  .tippteam-wrapper.teams .dropdown-container span.total {
    right: 0;
    left: 1px;
    bottom: -5px;
  }
}
.tippteam-wrapper.teams .dropdown-container span.total:hover {
  text-decoration: none;
}
.tippteam-wrapper.teams .dropdown-container .panel-collapse .panel-body ul {
  padding-left: 0;
}
.tippteam-wrapper.teams .admin-buttons {
  display: block;
  text-align: right;
  margin-top: 30px;
}
.tippteam-wrapper.teams .admin-buttons a {
  display: inline-block !important;
  width: auto !important;
  margin-left: 15px;
}
.tippteam-wrapper.teams .admin-buttons a.green span {
  color: #01CEAA;
}
.tippteam-wrapper.teams .admin-buttons a.red span {
  color: #FF4E71;
}
.tippteam-wrapper.teams .admin-buttons a img {
  width: 12px;
  height: 12px;
  display: inline-block;
}
.tippteam-wrapper.teams .admin-buttons a span {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.tippteam-wrapper.teams .admin-buttons a span:hover {
  text-decoration: underline;
}
.tsg-form-section .tsg-form {
  width: 450px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .tsg-form-section .tsg-form {
    width: 100%;
    max-width: 450px;
  }
}
.tsg-form .steps-wrapper {
  text-align: center;
}
.tsg-form .steps-wrapper .step {
  width: 25%;
  float: left;
}
.tsg-form .steps-wrapper .step .dot {
  background: #00AFFA;
  width: 35px;
  height: 35px;
  border-radius: 30px;
  border: 10px solid #224FCB;
  display: block;
  margin: 0 auto 15px;
}
.tsg-form .steps-wrapper .step.active .dot {
  background: #E6FF03;
}
.tsg-form .steps-wrapper .step span {
  font-size: 16px;
}
.tsg-form-inner-wrapper {
  margin-top: 150px;
  background: #224FCB;
  padding: 45px;
}
@media (max-width: 768px) {
  .tsg-form-inner-wrapper {
    padding: 45px 25px 15px;
  }
}
@media (max-width: 480px) {
  .tsg-form-inner-wrapper {
    padding: 45px 15px 15px;
  }
}
.tsg-form-inner-wrapper img.logo {
  width: 330px;
  display: block;
  margin: 15px auto 30px;
}
.tsg-form-inner-wrapper h1.font-united {
  text-align: center;
  color: #fff;
}
.tsg-form-inner-wrapper h1.font-united span {
  color: #00AFFA;
}
.tsg-form-inner-wrapper p {
  text-align: center;
}
.tsg-form-inner-wrapper .stepIndicatorWrapper {
  display: block;
  float: left;
  margin: 45px 0;
  width: 100%;
}
.tsg-form-inner-wrapper .stepIndicatorWrapper ul.stepIndicator li {
  text-align: center;
  width: 25%;
  float: left;
}
.tsg-form-inner-wrapper .stepIndicatorWrapper ul.stepIndicator li a {
  color: #fff;
}
.tsg-form-inner-wrapper .stepIndicatorWrapper ul.stepIndicator li.finish .pos {
  background: #E6FF03 !important;
}
.tsg-form-inner-wrapper .stepIndicatorWrapper ul.stepIndicator li.current .pos {
  background: #fff !important;
}
.tsg-form-inner-wrapper .stepIndicatorWrapper ul.stepIndicator li:last-of-type .pos:after {
  display: none;
}
.tsg-form-inner-wrapper .stepIndicatorWrapper ul.stepIndicator li span {
  display: block;
  font-size: 16px;
}
.tsg-form-inner-wrapper .stepIndicatorWrapper ul.stepIndicator .pos {
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 auto 15px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  font-size: 0;
  color: transparent;
  position: relative;
}
.tsg-form-inner-wrapper .stepIndicatorWrapper ul.stepIndicator .pos:after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  top: 7px;
  left: 22px;
}
.tsg-form-inner-wrapper .clear {
  clear: both;
  float: none;
}
.tsg-form-inner-wrapper .uploadable {
  /*width: 180px;*/
  display: block;
  /*margin: 30px auto 0;*/
  position: relative;
}
.tsg-form-inner-wrapper .uploadable label {
  cursor: pointer;
}
.tsg-form-inner-wrapper .uploadable .avatar {
  width: 180px;
  display: block;
}
.tsg-form-inner-wrapper .uploadable .cam {
  position: absolute;
  top: -15px;
  right: -15px;
}
.tsg-form-inner-wrapper .input-wrapper {
  margin-bottom: 15px;
}
.tsg-form-inner-wrapper .btn {
  margin: 15px auto 0;
}
.tsg-form-inner-wrapper .teaserWrapper {
  margin-bottom: 15px;
}
.tsg-form-inner-wrapper .teaserWrapper .teaser {
  font-size: 16px;
}
.tsg-form-inner-wrapper fieldset h1,
.tsg-form-inner-wrapper fieldset h2,
.tsg-form-inner-wrapper fieldset h3,
.tsg-form-inner-wrapper fieldset h4,
.tsg-form-inner-wrapper fieldset h5 {
  color: #fff;
}
.tsg-form-inner-wrapper .field.checkbox {
  clear: both;
  float: none;
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
}
.tsg-form-inner-wrapper .field.checkbox .checkbox {
  margin-left: -3px;
  width: 16px;
  height: 16px;
}
.tsg-form-inner-wrapper .field.checkbox label {
  float: none;
  font-size: 15px;
  padding-left: 25px;
}
.tsg-form-inner-wrapper #hinweistext label {
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 30px;
}
.tsg-form-inner-wrapper .btn-toolbar input[type="submit"] {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-family: "United", sans-serif;
  font-weight: 400;
  font-weight: 500;
  font-size: 24px;
  display: block;
  height: 50px;
  line-height: 52px;
  padding-top: 0;
  text-align: center;
  text-transform: uppercase;
  outline: 0;
  transition: all 0.2s ease-in-out;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  background-color: #00AFFA;
  color: #fff;
  margin: 30px auto 0;
  width: 210px;
}
.tsg-form-inner-wrapper .btn-toolbar input[type="submit"]:hover {
  background-color: #fff;
  color: #0F1E78;
}
.EmailCheckPage fieldset {
  text-align: center;
}
.Page .tsg-form-inner-wrapper > a {
  text-align: center;
  display: block;
}
.faq.dropdown-container {
  margin-bottom: 60px;
}
.faq.dropdown-container .panel-heading h4 a {
  color: #fff;
  padding: 30px 50px 27px 0;
}
.faq.dropdown-container .panel:nth-of-type(1) {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.faq.dropdown-container .panel {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.faq.dropdown-container .content {
  color: #fff;
}
.faq.dropdown-container .content * {
  color: #fff !important;
}
.tippteam-invite h5 {
  color: rgba(255, 255, 255, 0.5);
}
.tippteam-invite hr {
  opacity: 0.5;
}
.login-page .login-msg {
  text-align: center;
}
.login-page .message {
  margin-bottom: 30px;
}
.login-page .bottom-links-wrapper {
  text-align: center;
  margin-top: 30px;
}
.UserMultiFormPage #ProfilBild,
.EditProfilPage #ProfilBild {
  margin-bottom: 10px;
}
.UserMultiFormPage #ProfilBild label,
.EditProfilPage #ProfilBild label {
  text-align: center;
  width: 100%;
}
.UserMultiFormPage #ProfilBild #Dropzone,
.EditProfilPage #ProfilBild #Dropzone {
  background: #224FCB;
  border-radius: 20px;
  border: 1px dashed #fff;
}
.UserMultiFormPage .dropzone-holder,
.EditProfilPage .dropzone-holder {
  margin-bottom: 10px;
}
.UserMultiFormPage .message.bad,
.EditProfilPage .message.bad,
.UserMultiFormPage .message.error,
.EditProfilPage .message.error {
  text-align: center;
  margin-bottom: 45px;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.25);
  padding: 14px;
  font-size: 21px;
}
.UserMultiFormPage fieldset h2,
.EditProfilPage fieldset h2 {
  font-family: "United", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 45px;
}
.UserMultiFormPage fieldset .fieldholder-small label,
.EditProfilPage fieldset .fieldholder-small label {
  display: block;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.UserMultiFormPage fieldset .fieldholder-small span,
.EditProfilPage fieldset .fieldholder-small span {
  display: block;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 10px;
}
.UserMultiFormPage fieldset .CompositeField.fieldgroup,
.EditProfilPage fieldset .CompositeField.fieldgroup {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 5px;
}
section.sidescroll-elements {
  padding: 120px 0;
  background: #224FCB;
}
@media (max-width: 991px) {
  section.sidescroll-elements {
    padding: 90px 0;
  }
}
@media (max-width: 480px) {
  section.sidescroll-elements {
    padding: 45px 0;
  }
}
section.sidescroll-elements h2 {
  margin-bottom: 60px;
  color: #fff;
  text-align: center;
}
section.sidescroll-elements h2 span {
  color: #00AFFA;
}
@media (max-width: 768px) {
  section.sidescroll-elements .owl-item {
    margin-right: 15px !important;
  }
}
section.sidescroll-elements .item {
  margin-right: 30px;
  width: 100%;
  max-width: 400px;
}
section.sidescroll-elements .item .wrapper {
  display: block;
  background: #224FCB;
}
section.sidescroll-elements .item img {
  width: 100%;
  max-width: 400px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
}
section.sidescroll-elements .item h6 {
  margin-bottom: 15px;
  color: #fff;
  padding: 0 30px;
}
@media (max-width: 768px) {
  section.sidescroll-elements .item h6 {
    margin-bottom: 5px;
  }
}
section.sidescroll-elements .item p {
  color: #fff;
  padding: 0 30px;
  min-height: 140px;
}
@media (max-width: 768px) {
  section.sidescroll-elements .item p {
    min-height: 90px;
  }
}
@media (max-width: 600px) {
  section.sidescroll-elements .owl-stage {
    padding-left: 0 !important;
  }
}
section.sidescroll-elements .owl-stage-outer {
  overflow: inherit;
}
section.sidescroll-elements .owl-controls .owl-dot span {
  background: none repeat scroll 0 0 #999;
}
section.sidescroll-elements .owl-controls .owl-dot.active span {
  background: none repeat scroll 0 0 #303030;
}
.FAQPage .accordion .panel-heading a {
  position: relative;
}
.FAQPage .accordion .panel-heading a:after {
  -webkit-transition: all 0.125s ease-in-out;
  -moz-transition: all 0.125s ease-in-out;
  -ms-transition: all 0.125s ease-in-out;
  -o-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
  background-image: url("../images/icons/caret.svg");
  transform: rotate(180deg) !important;
  width: 18px;
  height: 20px;
  background-size: 18px;
  position: absolute;
  right: 15px;
  top: 35px;
}
.FAQPage .accordion .panel-heading a.collapsed:after {
  -webkit-transition: all 0.125s ease-in-out;
  -moz-transition: all 0.125s ease-in-out;
  -ms-transition: all 0.125s ease-in-out;
  -o-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
  background-image: url("../images/icons/caret.svg");
  transform: rotate(0deg) !important;
}
.ranking {
  background-color: #0F1E78;
  padding-top: 90px;
}
.ranking h2.ta-center {
  margin-bottom: 60px;
}
.ranking .col {
  display: block;
  width: 33.33%;
  float: left;
  text-align: center;
  height: 390px;
  position: relative;
}
@media (max-width: 600px) {
  .ranking .col {
    width: 100%;
    height: auto;
    text-align: left;
    padding-left: 50px;
    margin-bottom: 45px;
  }
  .ranking .col:last-of-type {
    margin-bottom: 0;
  }
}
.ranking .col .col-w {
  position: absolute;
  width: 100%;
  bottom: 0;
}
@media (max-width: 600px) {
  .ranking .col .col-w {
    position: relative;
  }
}
.ranking .col img.avatar {
  width: 120px;
  height: 120px;
  border-radius: 5px;
  margin-bottom: 15px;
}
@media (max-width: 800px) {
  .ranking .col img.avatar {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 600px) {
  .ranking .col img.avatar {
    float: left;
    margin-right: 15px;
  }
}
.ranking .col .name {
  margin-bottom: 5px;
}
@media (max-width: 600px) {
  .ranking .col .name {
    padding-top: 10px;
  }
}
.ranking .col .pts {
  color: #00AFFA;
  font-weight: 600;
  margin-bottom: 15px;
}
.ranking .name {
  color: #fff;
}
.ranking .table.tube {
  width: 100%;
}
@media (max-width: 600px) {
  .ranking .table.tube {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px !important;
    text-align: center;
    top: -20px;
    left: -45px;
  }
  .ranking .table.tube .table-cell {
    width: 100%;
    display: block;
    padding-top: 6px;
  }
}
.ranking .table.tube span.font-united {
  font-size: 90px;
  top: 12px;
  position: relative;
}
@media (max-width: 600px) {
  .ranking .table.tube span.font-united {
    font-size: 45px;
  }
}
.ranking .col-1 {
  left: 33.33%;
}
@media (max-width: 600px) {
  .ranking .col-1 {
    left: 0;
  }
}
.ranking .col-2 {
  left: -33.33%;
}
@media (max-width: 600px) {
  .ranking .col-2 {
    left: 0;
  }
}
.ranking .col-2 .tube {
  height: 150px;
  background: #00AFFA;
}
.ranking .col-1 .tube {
  height: 180px;
  background: #224FCB;
}
.ranking .col-3 .tube {
  height: 120px;
  background: #c7d7e9;
}
body {
  font-family: Mundial, sans-serif;
  margin: 0;
  padding: 0;
}
.ranking-table {
  margin-top: 90px;
  margin-bottom: 90px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 600px) {
  .ranking-table {
    margin-top: 15px;
  }
}
.ranking-table .player-row {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.ranking-table .player-row:nth-of-type(odd) {
  background: #224FCB;
}
.ranking-table .player-row .rank {
  min-width: 60px;
  text-align: center;
  font-size: 24px;
  padding-top: 3px;
}
@media (max-width: 600px) {
  .ranking-table .player-row .rank {
    min-width: 45px;
    font-size: 21px;
    padding-top: 5px;
  }
}
.ranking-table .player-row .avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.ranking-table .player-row .avatar img {
  display: block;
  width: 50px;
  border-radius: 3px;
}
.ranking-table .player-row .name {
  flex-grow: 1;
  font-size: 24px;
  padding-top: 3px;
}
@media (max-width: 600px) {
  .ranking-table .player-row .name {
    font-size: 21px;
    padding-top: 5px;
  }
}
.ranking-table .player-row .points {
  margin-left: auto;
  font-weight: 600;
  padding-right: 60px;
}
@media (max-width: 600px) {
  .ranking-table .player-row .points {
    padding-right: 15px;
    padding-left: 10px;
    font-size: 15px;
    padding-top: 1px;
  }
}
.ranking-table .player-row.alt {
  background-color: #00305b;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */