.main-menu-wrapper {
  position: relative;
  overflow: hidden;
  height: 100vh;
  margin-bottom: 0px;
  background-color: rgba(0, 173, 238, 0);
}
#searchsubmit{
     background-color: transparent;
    font-size: 18px;
}
.careers-button.w-inline-block:hover{
    background-color: #fff !important;
    color: #00bfff;
}
.search-bar-bottom-wrapper a{
    width: 180px !important;
    margin-right: auto;
    margin-left: auto;
}
   
.careers-button.w-inline-block{
    width: 130px;
    padding: 7px 0;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 150px;
    background-color: rgba(255,255,255,0.01);
    text-align: center;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.top-hero-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
  background-color: #fff;
}

.menu-content-holder {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0);
 height: calc(100vh - 100px);
}

.colunm-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 70px 60px 60px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.colunm-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 70px;
  padding-right: 30px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.colunm-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 450px;
  width: 100%;
  padding-top: 70px;
  padding-right: 55px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.top-buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  margin-left: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.text-block.centered {
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}

.text-block.centered.orange {
  color: #f26f1f;
}


.plus-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  margin-left: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100px;
}

.plus-button.close-menu {
  margin-left: 0px;
  border-style: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: 270px;
  margin-left: 70px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-toggle.w--open {
  max-width: 260px;
  padding-left: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown-toggle.vaccine-update {
  width: auto;
  padding-right: 40px;
}

.vertical-line {
  position: absolute;
  width: 3px;
  height: 15px;
  border-radius: 150px;
  background-color: #fff;
}

.vertical-line._2nd {
  height: 23px;
}
.popup_menu_holder_inner{
        padding: 100px 0 0 !important;
}
.horizontal-line {
  position: absolute;
  width: 15px;
  height: 3px;
  border-radius: 150px;
  background-color: #fff;
  opacity: 1;
}

.horizontal-line._2nd {
  width: 22px;
}

.button-dropdown-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  width: 100%;
  height: 1px;
  margin-top: 15px;
  background-color: #fff;
}

.left-buttons-wrapper {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: auto;
  height: auto;
}

.dropdown-list {
  position: relative;
  z-index: 9999;
  width: auto;
}

.dropdown-list.w--open {
  background-color: hsla(0, 0%, 86.7%, 0);
}

.dropdown-list.w--open:hover {
  display: block;
}

.dropdown-list.w--open:active {
  display: block;
  overflow: visible;
}

.dropdown-list.w--open:focus {
  display: block;
}

.button-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  padding: 10px 0px 10px 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: #fff;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.button-left.to-the-right {
  padding-left: 10px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.div-block-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  min-height: 60px;
  min-width: 60px;
  margin-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #00adee;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.text-block-2 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.w-dropdown-list .button-link {
  width: 320px;
  margin-bottom: 15px;
  text-decoration: none;
}

.button-link.this-is-not-absolute {
  width: 280px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: hsla(0, 0%, 100%, 0);
}

.right-buttons-wrapper {
  position: relative;
  left: 0px;
  margin-left: 50px;
  background-color: transparent;
}

.dropdown {
  width: 320px;
}

.dropdown-2 {
  width: 320px;
}

.dropdown-3 {
  z-index: 0;
  width: 320px;
}

.dropdown-4 {
  width: 320px;
}

.dropdown-4.updates {
  z-index: 0;
  width: 320px;
}

.paragraph {
  margin-left: 0px;
  font-family: Lato, sans-serif;
  color: #000;
}

.text-field-copy {
  overflow: scroll;
  width: 500px;
  height: 250px;
  margin-left: 80px;
  padding: 10px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.66);
}

.text-field-copy.blue {
  position: relative;
  z-index: 99999999;
  overflow: auto;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.text-field-copy.blue.bottom-short {
  height: 220px;
}

.round-corners-div {
  position: relative;
  overflow: hidden;
  width: 500px;
  height: 400px;
}

.bottom-secion-1 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -2%;
  z-index: 1;
  height: 130px;
}

.bottom-left-wwh-buton {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 540px;
  height: 100%;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid solid none none;
  border-width: 6px;
  border-color: #7cce47 #7cce47 #7cce47 #000;
  border-top-right-radius: 50px;
  background-color: #fff;
}

.link {
  margin-right: 0px;
  margin-left: 20px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.image {
  margin-right: auto;
  margin-left: 20px;
}

.column5.footer_col5 .image {
    margin-left: 0;
 }

.image-2 {
  position: relative;
  top: 5px;
}

.link-block {
  max-width: max-content;
  padding: 20px 25px 20px 10px;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

.link-block:hover {
  opacity: 0.6;
}

.link-block.tablet-only {
  display: none;
  margin-left: 70px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-3 {
  margin-left: 10px;
}

.main-menu-wrapper .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 150px;
}

.button.large {
  width: 180px;
  margin-right: auto;
}

.button.color-green {
  width: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #7cce47;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.button.color-green:hover {
  opacity: 0.8;
}

.button.color-blue {
  width: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #00adee;
  -webkit-transition: opacity 275ms ease;
  transition: opacity 275ms ease;
}

.button.color-blue:hover {
  opacity: 0.8;
}

.button.color-orange {
  width: auto;
  padding-right: 20px;
  padding-left: 20px;
  border-color: #f26f1f;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}

.button.color-orange:hover {
  opacity: 0.7;
}

.careers-button {
  text-decoration: none;
}

.careers-button.tablet-only {
  display: none;
  margin-left: 80px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.main-menu-wrapper .search {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 45px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 120px;
  -o-object-fit: fill;
  object-fit: fill;
}

.search-input {
  position: static;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-left: 30px;
  border: 1px none #000;
  border-radius: 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.search-button {
  height: 100%;
  background-color: #fff;
}

.image-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  margin-top: auto;
  margin-right: 20px;
  margin-bottom: auto;
}

.search-bar-bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-7 {
  width: 2px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.close-main-menu {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 76%;
  display: none;
  width: 80px;
  height: 45px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdba30), to(#fdba30));
  background-image: linear-gradient(180deg, #fdba30, #fdba30);
}

.close-menu {
  position: relative;
}

.image-5 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -2%;
  z-index: 1;
  display: block;
}

.image-6 {
  position: absolute;
  left: auto;
  top: auto;
  right: 41%;
  bottom: -2%;
  z-index: 1;
  display: block;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.top-section-buton {
  text-decoration: none;
}

.div-block-9 {
  margin-right: 20px;
  margin-left: 20px;
}

.div-block-10 {
  margin-left: 20px;
}

.div-block-11 {
  width: 2px;
  height: 60%;
  background-color: #000;
}

.text-block-3 {
  margin-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.open-menu-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding: 10px 0px 10px 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
  background-color: #fff;
}

.navbar {
  background-color: hsla(0, 0%, 100%, 0);
}

.container {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.div-block-12 {
  width: 100%;
  height: 60px;
}

.bottom-left-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.link-block-2 {
  margin-right: 0px;
  border-bottom: 1px none #fff;
}

.image-7 {
  margin-right: 45px;
}
/* @media screen and (max-width: 1280px) {
	.colunm-1 {
		padding: 70px 0px 60px 0px;
} */

@media screen and (max-width: 1400px) {
	.top-navigation-section .top-navigation-right-menu {
		margin-right: 15px !important;
	}
	
	.colunm-3 {
		padding-right: 0;
	}
}

@media screen and (max-width: 1200px) {
	.colunm-3 {
		display: none;
	}
	
	.menu-content-holder {
		justify-content: normal;
	}
}
	
@media screen and (max-width: 991px) {
  .colunm-2 {
    display: none;
  }

  .text-block.centered {
    font-size: 13px;
  }

  .dropdown-toggle {
    margin-left: 50px;
  }

  .image {
    margin-left: 10px;
  }

  .link-block.tablet-only {
    display: block;
    margin-left: 50px;
  }

  .button.large {
    width: 150px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .careers-button.tablet-only {
    display: block;
    margin-left: 60px !important;
  }

  .image-5 {
    z-index: 0;
    max-width: 70%;
  }

  .image-6 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 40%;
    max-width: 30%;
  }

  .div-block-9 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .div-block-10 {
    margin-left: 10px;
  }

  .open-menu-button {
    padding-left: 50px;
  }
}

@media screen and (max-width: 767px) {
    .bottom-left-wwh-buton{padding-left:0;}
    .hadernomargin .logo_wrapper {    height: 0px!important;}
    .haderfix .header_top_bottom_holder {
       height: 0 !important;
     }
    .careers-button.w-inline-block.w--current{margin-right:20px;}
    .search-bar-bottom-wrapper{bottom: 20px !important;}
    .hadernomargin .side_menu_button{
        height:70px !important;
    }
  .main-menu-wrapper {
    height:66vh !important;
  }
    .main-menu-wrapper .dropdown-toggle{ min-width: 320px;}
  .top-hero-buttons {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-content-holder {
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
     height: 66vh;
  }

  .colunm-1 {
    height: 100%;
    padding-top: 20px;
    padding: 60px 60px 60px 0px;
  }

  .colunm-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
  }

  .top-buttons-wrapper {
    overflow: auto;
    width: 100%;
    padding: 5px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .text-block.centered.orange {
    font-size: 12px;
  }

  .dropdown-toggle {
    margin-left: 10px;
  }

  .dropdown-toggle.vaccine-update {
    margin-left: 10px;
  }

  .button-left {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    border-style: solid;
    border-color: hsla(0, 0%, 100%, 0);
  }

  .text-block-2 {
    font-size: 12px;
  }

  .right-buttons-wrapper {
    margin-left: 0px !important;
  }

  .dropdown {
    margin-left: 0px;
  }

  .dropdown-2 {
    margin-left: 0px;
  }

  .dropdown-3 {
    margin-left: 0px;
  }

  .dropdown-4.updates {
    margin-left: 0px;
  }

  .bottom-left-wwh-buton {
    width: auto;
  }

  .link-block.tablet-only {
    margin-left: 10px;
  }

  .button.color-orange {
    width: 140px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .careers-button.tablet-only {
    margin-left: 20px;
  }

  .image-5 {
    display: none;
  }

  .image-6 {
    display: none;
  }

  .div-block-8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .open-menu-button {
    padding-left: 20px;
  }
  .left-buttons-wrapper{width:200px;}
  .close-main-menu {
    right: -36%;
	}
}

@media screen and (max-width: 479px) {
  .top-buttons-wrapper {
    overflow: auto;
  }

  .text-block.centered {
    font-size: 13px;
  }

  .dropdown-toggle {
    padding-right: 0px;
  }

  .dropdown-toggle.vaccine-update {
    padding-right: 0px;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown-2 {
    width: 100%;
  }

  .dropdown-3 {
    width: 100%;
  }

  .dropdown-4.updates {
    width: 100%;
  }

  .text-field-copy.blue {
    width: auto;
    margin-left: 20px;
    padding: 10px;
  }

  .bottom-left-wwh-buton {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-menu-wrapper .image {
    display: none;
  }

  .link-block.tablet-only {
    width: 100%;
    padding-right: 10px;
  }

  .div-block-5 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .button.large {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .button.color-orange {
    min-width: 110px;
  }

  .search-bar-bottom-wrapper {
    width: 100%;
  }

  .div-block-8 {
    margin-right: 10px;
    padding-right: 0px;
  }
}

/*custom css start here*/
.haderfix{    z-index: 1001;    position: fixed;}
.haderfix .header_top_bottom_holder{height:50px;}
 .div-block-3 .text-block-2 {
            color: rgb(255, 255, 255);
        }

        .div-block-3 .block-color {
            color: #00adee !important;
        }

        .transformarrow {
            transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) !important;
            background-color: rgb(253, 186, 48) !important;
        }

        .button-left:hover {
            background-color: #ffff !important;
            color: #00adee !important;
        }

        .text-block-2:hover {
            color: #00adee !important;
        }

        .centered {
            margin-left: auto !important;
        }

        .header_top_bottom_holder{
            align-items: center;
/*             border-bottom: 1px solid #fff; */
            height: 100px;
        }

        .popup_menu_opened header .q_logo img.popup {
            filter: saturate(0%) brightness(1500%);
        }


        .popup_menu_holder {
            background: rgb(0, 173, 238) !important;
        }

        .popup_menu.opened .line {
            z-index: 1001;
        }

        .popup_menu .line,
        .popup_menu .line:after,
        .popup_menu .line:before {
            width: 25px !important;
            height: 3px;
        }

        .hadernomargin {
            padding: 0px !important;
            z-index: 1;
        }

.hadernomargin .side_menu_button{height:70px;}

        .main-menu-wrapper {
            height: auto;
        }

/*         .colunm-1,
        .colunm-2,
        .colunm-3 {
            margin-top: 70px;
            margin-bottom: 50px;
        } */

        .bottom-secion-1 {
            bottom: 0;
        }

        .dropdown-list {
            margin-top: 25px;
        }

        .main-menu-wrapper .image-5 {
            width: 500px;
        }

        .image-6 {
            right: 28%;
            z-index: 2;
        }

        .dropdown-2,
        .dropdown,
        .dropdown-3,
        .dropdown-4.updates {
            width: 570px;
        }

        .dropdown-toggle,
        .dropdown-toggle.vaccine-update {
            width: 260px;
        }

        /*menu search*/
        .w-form .pseudoSearch {
            display: flex;
            border-radius: 120px;
            padding: 15.1px 15px;
            background-color: #ffffff;
        }

        .w-form .pseudoSearch {
            position: relative;
        }

        .w-form input {
            border: 0;
            background-color: transparent;
            width: auto;
            outline: 0;
            width: 350px;
            font-size:18px;
        }

        .w-form .pseudo-search button {
            position: absolute;
            right: 16px;
            background-color: transparent;
            border: 0;
            font-size: 16px;
            top: 12px;
            color: #000;
            cursor: pointer;
        }

        .w-form .icon {
            color: #000;
        }

        .w-form ::placeholder {
            color: #000;
        }

        .search-bar-bottom-wrapper {
            margin-top: 5px;
        }

        .side_menu_button .plus-button.close-menu {
            padding-top: 9px;
            margin-left: 5px;
        }

        .hadernomargin .side_menu_button>a {
            padding: 0 !important;
        }

        .hadernomargin .side_menu_button{
            height:60px !important; 
        }

        .right-buttons-wrapper {
            margin-left: 20px;
        }

        @media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
            .header_inner_right {
                display: block !important;
            }

            .menu-content-holder .colunm-3,
            .dropdown-2,
            .dropdown,
            .dropdown-3,
            .dropdown-4.updates {
                width: 320px;
            }

            .left-buttons-wrapper .button-link,
            .button-link.this-is-not-absolute {
                width: 200px;
            }

            .left-buttons-wrapper .button-left {
                padding: 10px 28px 10px 30px;
            }

            .left-buttons-wrapper .text-block-2 {
                font-size: 14px;
            }

            .right-buttons-wrapper {
                margin-left: 20px !important;
            }

            .colunm-3 .button.large {
                width: 120px !important;
            }

            .menu-content-holder .image-6 {
                right: 0% !important;
            }

/*             .main-menu-wrapper .colunm-1,
            .main-menu-wrapper .colunm-2,
            .main-menu-wrapper .colunm-3 {
                margin-bottom: 250px;
                margin-top:80px;
            }
 */
            .main-menu-wrapper .image-5 {
                bottom: 0;
            }
            .image-6{
                 bottom: 32%;
            }
            .popup_menu_holder_inner {
                padding: 140px 0 0 !important;
            }
            .careers-button.w-inline-block{
                font-size: 12px;
                 width: 125px !important;
            }

        }

		@media screen and (max-width: 768px) {
			.header_top_bottom_holder .header_inner_right {
				display: block;
			}
		}

        @media screen and (max-width: 767px) {
            .colunm-1 .link-block{padding: 10px 25px 20px 10px;}
            .popup_menu_holder_inner {
                padding: 30px 0 0 !important;
            }
            .main-menu-wrapper .colunm-3{padding: 30px 10px 10px !important;}
            .haderfix{    position: fixed !important;}
            .dropdown-toggle, .dropdown-toggle.vaccine-update{width:320px;}
            .close-main-menu{ width: 45px;height: 45px;}
            .hadernomargin{
                    position: absolute;
                    right: 0;
                    top: 0px;
            }
            .bottom-left-wwh-buton .image{display:block;}
            .div-block-5{
                 position: relative;
            }
            .w-dropdown{z-index: 1;}
            .div-block-5 .image-3 {
                right: 75%;
                position: absolute;
                top: 45%;
            }

            .main-menu-wrapper .div-block-8 {
                margin-right: 10px;
                margin-left:10px;
                margin-top: 60px;
                padding-right: 0px;
                width: auto;
                position: relative;
            }
            .div-block-8 .w-form input{width:250px;}
            .main-menu-wrapper .div-block-7 {
				width: 1px;
				height: auto;
				display: block;
			}
            .search-bar-bottom-wrapper {
                margin-bottom: 55px;
                position: absolute;
                left: 0px;
                justify-content: space-between;
                bottom: 40px !important;
                right: 0;
            }
            .careers-button.w-inline-block{
                font-size: 12px !important;
                width: 130px !important;
                margin-left:0;
                margin-right:0;
            }
            .careers-button.tablet-only {
                display: block;
                margin-left: 20px !important;
            }
            .main-menu-wrapper .colunm-1 {
                margin-top: 0;
                padding-top: 0;
            }

            .main-menu-wrapper .colunm-3 {
                margin-bottom: 0;
                padding: 20px 10px
            }

            .search-bar-bottom-wrapper .text-block.centered {
                font-size: 12px;
            }

            .text-field-copy.blue {
                width: 300px;
            }

            .bottom-left-wwh-buton {
                width: 315px;
				padding-top: 0;
				height: 80px;
    			position: absolute;
    			bottom: 0;
            }
			
			.bottom-left-wwh-buton .image-2 {
				width: 89px;
			}
            
            .button-link.this-is-not-absolute{
                width:200px;
            }

            .image-7 {
                margin-right: 50px;
            }
            .mobile_menu_button span, .side_menu_button>a{color:#000 !important;}

            .bottom-secion-1 {
                display: block;
                opacity: 1;
                position: fixed;
                left: 0;
                bottom: 0;
                width: 100%;
            }
            .button.large{padding-right: 5px;padding-left: 5px;}
            .w--open .div-block-2, .w--open .div-block-2{width:30px;height:30px;}
        }

        @media all and (device-width: 1024px) and (device-height: 1366px) and (orientation:portrait) {
            .popup_menu_holder_outer .popup_menu_holder_inner {
                display: block !important;
            }

            .main-menu-wrapper .colunm-3 {
                width: 370px;
            }

            .dropdown-2,
            .dropdown,
            .dropdown-3,
            .dropdown-4.updates {
                width: 320px;
            }

            .left-buttons-wrapper .button-left {
                padding: 10px 28px 10px 20px;
            }

            .left-buttons-wrapper .button-link {
                width: 200px;
            }

            .right-buttons-wrapper {
                margin-left: 20px;
            }

            .button-link.this-is-not-absolute {
                width: 200px;
            }

        }

        @media all and (device-width: 320px) and (device-height: 568px) and (orientation:portrait) {
                 .left-buttons-wrapper {
                    width: 150px;
                }   
            .main-menu-wrapper .dropdown-toggle{min-width:250px;width:250px;}
            .div-block-8 .w-form input{
                    width: 200px;
                }
              .search-bar-bottom-wrapper {
                    width: 245px;
                }
            .main-menu-wrapper .div-block-8{margin-top: 160px;}
         }
		@media screen and (max-width: 480px) {
			.div-block-2 {
				min-height: 50px;
				min-width: 50px;
			}
			
			.main-menu-wrapper .colunm-3 {
    			padding: 50px 10px 10px !important;
			}
		}

@media screen and (max-width: 1200px) {
	.main-menu-wrapper .menu-content-holder .colunm-2 {
		padding-left: 0;
	}
}

@media screen and (max-width: 1350px) {
	.main-menu-wrapper .menu-content-holder .colunm-2 {
		padding-right: 33vw;
	}
}

@media screen and (max-width: 1550px) {
	.main-menu-wrapper .menu-content-holder .colunm-3 {
		display: none !important;
	}
	
	.main-menu-wrapper .menu-content-holder .colunm-2 {
		padding-right: 40vw;
	}
	
	.colunm-1, .colunm-2 {
		padding-top: 20px;
	}
}

@media screen and (max-width: 993px) {
	.main-menu-wrapper .menu-content-holder .colunm-3 {
		display: flex !important;
	}
	
	.popup_menu_holder_outer .popup_menu_holder {
		position: fixed;
	}
}


@media screen and (max-width: 991px) {
	.menu-content-holder {
		overflow: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		 height: 76vh;
	  }
	
	.main-menu-wrapper .menu-content-holder .colunm-3 {
    	padding-left: 50px;
	}
	
	.main-menu-wrapper .menu-content-holder .colunm-1 .w-dropdown {
		margin-left: unset;
	}
}

@media screen and (max-width:1920px) {
	.main-menu-wrapper .menu-content-holder .colunm-2 {
		padding-right: 24vw;
	}
}

@media screen and (min-width:1921px) {
	.main-menu-wrapper .menu-content-holder .colunm-2 {
		padding-right: 30vw;
	}
}

.popup_menu_holder_outer .popup_menu_holder {
	position: fixed;
}

@media only screen and (min-width: 481px) and (max-width: 1024px) {
	.q_logo a {
		top: -20% !important;
	}
}