/* https://fonts.google.com/share?selection.family=Lato:wght@400;700|Montserrat:wght@100;200;300;400;500;600;700;800;900|Open+Sans:wght@300;400;500;600;700;800|Roboto:wght@100;300;400;500;700;900 */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700;800&family=Roboto:wght@100;300;400;500;700;900&display=swap');

* {
  outline: none !important;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

main {
  position: relative;
  z-index: 20;
  display: block;
  height: auto;
  clear: both;
}

footer {
  margin-top: auto;
}

body,
html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  min-height: 100%;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #444;
  background: #fff;
}

.wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.social-navigation::before,
.social-navigation::after {
  display: table;
  content: '';
}

.social-navigation {
  overflow: hidden;
  background-color: #001f4b;
}

.social-navigation .actions-buttons {
  position: relative;
  float: right;
  /* padding-right: 193px; */
  padding-right: 0;
  background-color: #0c2f61;
}

.social-navigation .actions-buttons::before {
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 5px;
  content: '';
  background-color: #01163c;
}

.social-navigation .actions-buttons .call-btn {
  display: inline-block;
  padding: 22px 25px;
  color: #f5db12;
}

.social-navigation .actions-buttons .members-area {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #01163c;
}

.social-navigation .actions-buttons .members-area li a {
  display: block;
  padding: 19px 30px;
  color: #fff;
}

.social-navigation .actions-buttons .members-area li a:hover {
  color: #f5db12;
}

.social-navigation .actions-buttons .members-area li a.members-area-dropdown:hover {
  border-bottom: 5px solid #f5db12;
}

.social-navigation .actions-buttons .members-area li ul {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 5;
  display: none;
  border-bottom: 5px solid #f5db12;
}

.social-navigation .social-buttons {
  float: right;
  height: 100%;
  margin-top: 18px;
  margin-right: 12px;
}

.social-navigation .social-buttons a {
  float: left;
  padding: 5px;
  margin-right: 10px;
  color: #fff;
}

.social-navigation .social-buttons a:hover {
  opacity: .7;
  transition: all 400ms ease-in-out;
}

.site-navigation {
  display: flex;
  align-items: center;
  padding: 0 20px;
  background-color: #4e5159;
  border-bottom: 6px solid #001f4b;
}

.site-navigation .logo-container {
  display: block;
  width: 420px;
  padding: 0 0 5px 5px;
}

.site-navigation nav::before,
.site-navigation nav::after {
  display: table;
  content: '';
}

.site-navigation nav {
  margin-left: auto;
}

.site-navigation nav ul li {
  position: relative;
  float: left;
}

.site-navigation nav ul li a {
  position: relative;
  display: block;
  padding: 50px 15px 40px;
  font-size: 95%;
  color: #fff;
  text-transform: uppercase;
}

.site-navigation nav ul li ul {
  position: absolute;
  top: 100%;
  right: 0;
  width: 270px;
  padding-top: 6px;
  opacity: 0;
}

.site-navigation nav ul li ul li {
  display: block;
  float: none;
  border-bottom: 2px solid #4e5159;
}

.site-navigation nav ul li ul li a {
  padding: 15px 20px;
  color: #fff;
  background-color: rgba(10, 37, 76, 1);
}

.site-navigation nav ul li:hover a {
  color: #f5db12;
  transition: all 400ms ease-in-out;
}

.site-navigation nav ul li:hover ul {
  z-index: 100;
  opacity: 1;
  transition: all 400ms ease-in-out;
}

.site-navigation nav > ul > li:hover > ul {
  background-color: #f5db12;
}

.site-navigation nav ul li:hover ul a {
  color: #fff;
}

.site-navigation nav ul li:hover ul::after {
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 8px;
  content: '';
  background-color: #f5db12;
}

.site-navigation nav ul li ul li a:hover {
  color: #f5db12;
  transition: all 400ms ease-in-out;
}

.mobile-navigation-btn {
  right: 20px;
  display: none;
  font-size: 200%;
  color: #f5db12;
}

.header-container {
  position: relative;
  height: 308px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.header-container .header-text {
  position: absolute;
  bottom: 0;
  left: 100px;
  z-index: 3;
}

.header-container .header-text h1 {
  margin: 0 0 1rem;
  font-size: 300%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}

header .header-container .header-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 160px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .8) 100%);
}

header .header-container .header-lines::before {
  position: absolute;
  left: -70px;
  display: block;
  width: 70px;
  height: 7px;
  content: '';
  background-color: #f5db12;
}

header .header-container .header-lines {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 70px;
  height: 7px;
  background-color: #001f4b;
}

main > section {
  padding: 30px 70px;
}

footer .footer {
  padding-top: 10px;
}

.copyright {
  position: relative;
  bottom: 0;
  padding: 20px;
  font-size: 10px;
  color: #fff;
  text-align: center;
  background-color: #002760;
}

#loading-ajax {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997;
  display: none;
  width: 100%;
  height: 100%;
}

#loading-ajax-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.6;
}

#loading-ajax-image {
  position: fixed;
  top: 20%;
  left: 50%;
  z-index: 9999;
  display: block;
  width: 160px;
  padding: 20px;
  margin-left: -100px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 3px 2px #aaa;
}

#loading-ajax-image img {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
}

div.tip {
  display: inline-block;
  margin-left: 0;
  font-size: 21px;
  line-height: 46px;
  color: #20549a;
  vertical-align: middle;
  cursor: pointer;
  border: none;
}

.tip span {
  display: none !important;
}

i.tip {
  font-style: normal;
  color: #1a75cf;
  cursor: pointer;
}

.wsc-opt-content span.code {
  font-family: "Courier New", Courier, monospace;
  font-style: normal;
}

.wsc-opt-content span.code i {
  font-style: normal;
  white-space: pre;
}

.vine-select {
  float: left;
  margin: 0 10px 0 0;
}

.form .vine-select,
.form .vine-select-icon {
  background-color: #fff;
  border-radius: 0;
}

.cs .error .vine-select-icon {
  border: 0 !important;
}

.vine-window-overlay {
  z-index: 1001;
}

.vine-window {
  z-index: 1002;
}

.vine-window-container {
  color: #111;
}

.vine-window-container .form > .fieldset + .fieldset {
  margin-top: 15px;
}

.vine-window-container .fieldset .legend {
  display: flex;
  align-items: center;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 1rem;
  color: #111;
  background-color: #eee;
  background-image: none;
}

.vine-window-container .fieldset .legend span:last-child {
  margin-left: auto;
}

.vine-window-container .fieldset .legend span em {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  font-style: normal;
}

.vine-window-container .fieldset .legend span em input {
  margin-right: 6px;
}

.vine-window-container .fieldset .fields {
  padding: 0;
  margin: -10px 0 0;
}

.vine-window-title {
  position: relative;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 42px;
  padding: 0 0 0 15px;
  font-family: Arial, Helvetica, Verdana, serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 44px;
  color: #555;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
}

.vine-window-title * {
  color: #777 !important;
  text-decoration: none !important;
}

.vine-window-close {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 9999;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  font: normal normal normal 14px/1 FontAwesome, serif;
  font-size: inherit;
  font-size: 32px;
  line-height: 42px;
  color: #777;
  text-decoration: none;
  text-indent: 0;
  background: none;
  text-rendering: auto;
}

.vine-window-close:hover {
  color: #444 !important;
  text-decoration: none;
}

.vine-window-close::before {
  content: "\f00d";
}

.vine-window .vine-button-plain {
  float: right;
  height: 42px;
  padding: 0 15px;
  margin: 0 0 0 10px;
  line-height: 42px;
  color: #555;
  cursor: pointer;
  background-color: #eee;
  border: 1px solid #d5d5d5;
}

.vine-window-bottom {
  height: auto;
  overflow: hidden;
}

.vine-window .vine-window-buttons {
  display: block;
  float: none;
  padding: 10px;
  margin: 0;
  border-top: 1px solid #ccc;
}

.vine-window .vine-window-buttons .vine-button {
  float: right;
}

.vine-window .vine-button-plain:hover {
  color: #222;
  background-color: #e1e1e1;
  border: 1px solid #bbb;
}

#screen-size-small,
#screen-size-medium,
#screen-size-large {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
}

@media (width <= 767px) {
  .vine-window-overlay {
    display: none;
  }

  .vine-window {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    min-height: 100% !important;
    border: 0 !important;
  }

  .vine-window,
  .vine-window * {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
  }

  .vine-window .vine-window-close {
    top: -1px !important;
    color: #444 !important;
  }

  .vine-window .vine-button-left,
  .vine-window .vine-button-right,
  .vine-window .vine-button-center {
    padding: 0;
    margin: 0;
    background: none;
  }

  .vine-window .vine-button {
    width: 100%;
    font-family: Arial, Helvetica, Verdana, serif;
    font-size: 16px;
    font-weight: normal;
  }

  .vine-window .vine-button-center {
    box-sizing: border-box;
    float: left;
    width: 100%;
    height: 42px;
    padding: 0 15px;
    margin: 0;
    line-height: 42px;
    color: #555;
    text-decoration: none;
    cursor: pointer;
    background-color: #eee;
    border: 1px solid #d5d5d5;
  }

  .vine-window .vine-button-center:hover {
    color: #222;
    background-color: #e1e1e1;
    border: 1px solid #bbb;
  }

  #window-player {
    width: 100% !important;
  }

  #player_wrapper {
    width: 100% !important;
    height: auto;
  }

  #screen-size-small {
    display: block;
  }
}

@media only screen and (width >= 1024px) and (width <= 1400px) {
  .site-navigation .logo-container {
    width: 300px;
  }

  .site-navigation nav ul li a {
    position: relative;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 95%;
    color: #fff;
    text-transform: uppercase;
  }
}

@media only screen and (width >= 1024px) and (width <= 1200px) {
  .site-navigation .logo-container {
    width: 275px;
  }

  .site-navigation nav ul li a {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 90%;
  }
}

@media only screen and (width >= 1024px) and (width <= 1100px) {
  .site-navigation .logo-container {
    width: 255px;
  }

  .site-navigation nav ul li a {
    padding-right: 6px;
    padding-left: 6px;
    font-size: 88%;
  }
}

@media only screen and (width <= 1023px) {
  .site-navigation {
    position: relative;
    padding: 0 20px 0 0;
  }

  .site-navigation nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 100;
    display: none;
    text-align: center;
    background: rgba(255, 255, 255, .95);
  }

  .site-navigation nav.mobile-navigation {
    display: block;
  }

  .site-navigation nav ul li {
    display: block;
    float: none;
    border-bottom: 2px solid #000;
  }

  .site-navigation nav ul li a {
    padding: 15px;
    color: #000;
  }

  .mobile-navigation ul ul {
    display: none;
  }

  .mobile-navigation ul li:hover ul {
    display: block;
  }

  .site-navigation nav ul li:hover ul::after {
    display: none;
  }

  .mobile-navigation > ul > li > a::before {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 25px;
    height: 25px;
    margin-top: -12.5px;
    content: '';
    background: url("../images/dropdown.png") no-repeat;
    background-size: 100% 100%;
  }

  .site-navigation nav ul li ul {
    position: static;
    width: 100%;
    padding-top: 0;
    border-top: 1px solid #000;
    opacity: 1;
  }

  .site-navigation nav ul li ul li {
    font-size: 90%;
    border-bottom: 1px solid #000;
  }

  .site-navigation nav ul li ul li a {
    color: #000 !important;
    background-color: #e4e4e4;
  }

  .site-navigation nav ul li ul li a:hover {
    background-color: #fff;
  }

  .mobile-navigation-btn {
    position: absolute;
    display: block;
  }

  .header-container .header-text h1 {
    font-size: 200%;
  }

  main > section {
    padding: 10px;
  }
}

@media (width <= 767px) {
  .site-navigation .logo-container {
    width: 250px;
    padding-top: 5px;
  }

  .header-container .header-text h1 {
    font-size: 150%;
  }

  footer .footer {
    padding-top: 0;
  }
}

@media (width <= 650px) {
  .social-navigation {
    display: none;
  }

  .header-container .header-text {
    left: 0;
    width: 100%;
    padding: 0 15px;
    text-align: center;
  }

  .header-container .header-text h1 {
    line-height: 175%;
    text-align: center;
  }

  .vine-window-container .fieldset .legend {
    flex-direction: column;
  }

  .vine-window-container .fieldset .legend span:last-child {
    margin: 5px auto 0;
  }
}

@media (width <= 768px) {
  main > section {
    padding: 10px;
  }
}

@media (width >= 768px) and (width <= 1199px) {
  #screen-size-medium {
    display: block;
  }
}

@media (width >= 1200px) {
  #screen-size-large {
    display: block;
  }
}

@media (width >= 768px) {
  .main-scrollbox {
    height: calc(100vh - 5rem);
  }

  .scrollbox::-webkit-scrollbar {
    width: 0.375rem !important;
    height: 0.375rem !important;
    background-color: #0000;
  }

  .scrollbox::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.25) !important;
  }

  .scrollbox::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.15) !important;
  }

  .scrollbox-rounded::-webkit-scrollbar-thumb,
  .scrollbox-rounded::-webkit-scrollbar-track {
    border-radius: 1rem;
  }
}

@media (hover: hover) and (width >= 768px) {
  .scrollbox-dynamic {
    visibility: hidden;
  }

  .scrollbox-content,
  .scrollbox-dynamic:hover,
  .scrollbox-dynamic:focus {
    visibility: visible;
  }

  .scrollbox-dynamic.scrollbar-delay {
    transition: visibility 0.075s;
  }

  .scrollbox-dynamic.scrollbar-delay:hover {
    transition: visibility 0s 0.075s;
  }
}
