header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99 !important;
}

.hs_cos_wrapper_type_language_switcher {
  background: none !important;
}

.header-container {
  position: fixed;
  top: 0;
  width: 100%;
}

.header-center {
  margin-left: 10vw;
  margin-right: auto;
  width: 821px;
}

.body-container {
  flex-grow: 1;
  margin-top: 80px;
}

.navbar-brand {
  height: 80px;
  padding: 0;
  margin-right: 32px;
}

.navbar .container {
  margin:auto;
  max-width: 1240px;
  padding: 0;
}

.nav-link {
  font-size: 17px !important;
  font-weight: bold;
  line-height: 2em;
}

.nav-item {
  top: 0;
  height:80px;
  padding-top:22px;
}

.navbar-panel {
  background-color: rgba(255,255,255,1.0);
  transform: translateY(8px);
  transition: all .25s ease-in-out;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  z-index: 98 !important;
}

.navbar-panel-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
  justify-content: center;
}

.navbar-center {
  margin-left: auto;
  margin-right: auto;
}

.navbar-flex-info {
  font-size: 14px !important;
  display: inline-flex !important;
  flex-wrap: wrap !important;
  width:240px;
  padding: 12px 16px;
  text-align: left !important;
}

.navbar-flex {
  display: inline-flex;
  flex-wrap: wrap;
  width:750px;
  text-align: left;
}

.navbar-flex-item {
  padding: 10px;
  color: black;
  font-size: 14px !important;
  text-align: center;
  position: relative;
  flex-basis:250px;
}

.flex-container {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}

.header-link {
  text-align: left;
  text-decoration: none;
}

.header-link:hover {
  text-align: left;
  text-decoration: none;
}

.image-link:hover {
  background-color: #fff !important;
}

small {
  font-size: calc(12px + (15 - 12) * ((100vw - 360px) / (1600 - 360))) !important
}

.bold-text {
  color: #989c9e !important
}

h3 {
  font-size: calc(34px + (40 - 34) * ((100vw - 360px) / (1600 - 360))) !important
}

.header-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.dropbtn {
  color: black;
  padding: 6px 8px 8px 8px;
  font-size: 18px !important;
  border: none;
  cursor: pointer;
  text-decoration: underline 0.15em rgba(255, 255, 255, 0);
  font-size: 14px !important;
  font-weight: 700 !important;
}

.language {
  color: black;
  padding: 6px 16px 16px 16px;
  border: none;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.mobile-globe {
  width: 25px;
  z-index: 999;
  margin-left: 60vw !important;
}

.first-list-item {
  margin-top: 30px;
  font-weight: bold !important;
}

.starting-list-item {
  margin-top: 30px;
  font-weight: bold !important;
}

.second-list-item {
  margin-left: 15px;
  font-size: 20px !important;
  margin-top: -12px;
}

.secondary-list {
  margin-left: 10px;
  margin-top: -36px;
}

.globe {
  padding-top: 8px;
  margin-left: -15px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-toggler {
  margin-left: auto;
  display: block !important;
  position: relative;
  width: 56px;
  height: 40px;
  margin-top: 19px;
  border: none !important;
  border-radius: 0;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

@media only screen and (max-width: 475px) {
  .cta-class {
    width: auto !important;
    font-size: 14px !important;
  }
}

.navbar-nav .dropdown-menu {
  border: none !important;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.highlight {
  text-decoration: underline 0.15em rgba(0, 0, 0, 0);
  transition: text-decoration-color 300ms;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.highlight:hover {
  text-decoration-color: rgba(0, 0, 0, 1);
}

@media screen and (min-width:1250px) {
  #menuToggle, #menu {
    display: none !important;
  }
  .primary-nav {
    display: block !important;
  }
}

@media screen and (max-width: 350px) {
  .navbar-brand {
    height: 60px;
    margin-top: 10px;
    margin-right: 0;
  }
  #menu {
    margin-top: 13px !important;
  }
}

/* .mobile-globe .globe_class {
  padding: 12px;
} */

@media screen and (max-width: 1052px) {
  .primary-nav {
    display: none !important;
  }
  .header-center {
    width: 100%;
  }
  .globe_class {
    background-image: url("https://i.imgur.com/VJ48URp.png") !important;
    width: 30px !important;
    height: 30px !important;
  }
  #menu {
    width: 120vw !important;
  }
}

/* New burger */

#menuToggle
{
  display: block;
  position: relative;
  top: 30px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  float: right;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: tomato;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);menu
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 110vw;
  margin-top: 20px;
  padding-top: 25px;
  padding-left: 150px;
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0 0;
  transform: translate(-100%,0);
  transition: transform .5s cubic-bezier(0.77,0.2,0.05,1.0);
  margin-right: calc(100%);
  margin-left: -105vw;
  height: 90vh;
  white-space: nowrap;
  overflow-y: auto;
}

#menuInner {
  position: relative;
  height: auto;
}

#menu li
{
  padding: 10px 0;
  font-size: 22px !important;
  color: black;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}

@media screen and (max-width: 486) {
  #menu {
    width: 120vw !important;
  }
}

.hidden {
  display: none;
}