.btn-gr {
  white-space: normal;
}
.separator {
  border-bottom: 1px solid #afafaf;
  padding-bottom: 100px;
}

.hero-wrapper {
  height: 525px !important;
}

.text-wrapper h3 {
  font-weight: 900;
  font-size: 40px;
  color: #d71635;
  margin-top: 0;
}

.text-wrapper p {
  color: #222222;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin: 20px 0 0 0;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.page-map-wrapper {
  padding: 50px 45px;
  background-color: #ededed;
  margin-left: 20px;
}

.page-map-wrapper h5 {
  font-family: 'Roboto';
  font-size: 22px;
  font-weight: 900;
  line-height: 32px;
}


.page-map-item {
  display: block;
  font-size: 18px;
  line-height: 23px;
  color: #d71635;
  font-family: 'Roboto';
  font-weight: 900;
  border-bottom: 1px solid #afafaf;
  padding: 11px 0;
}

.page-map-item:hover,
.page-map-item:focus {
  text-decoration: none;
}

.page-map-item::after {
  font-family: 'gr-icons';
  content: "\f105";
  position: absolute;
  right: 55px;
}

.section-grey-bg h5 {
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 900;
  line-height: 23px;
  text-align: center;
}

.section-grey-bg p {
  color: #222222;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin: 20px 0;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.section-grey-bg {
  position: relative;
  background-color: #ededed;
  padding: 50px 15px 30px 15px;
  margin-left: 20px;
}

.section-grey-bg ul {
  padding-left: 20px;
}

.section-grey-bg::before {
  content: '';
  background: url(/grcom/grmkt_resources/images/icons/vaccine-icon.svg) center no-repeat;
  width: 93px;
  height: 93px;
  display: block;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ededed;
  border-radius: 50%;
}

.section-grey-bg.two::before {
  background: url(/grcom/grmkt_resources/images/icons/hurricane-icon.svg) center no-repeat #ededed;
}

.text-wrapper hr {
  border-color: #afafaf;
}

.no-separator .separator {
  border: none;
  padding: 0;
}

@media screen and (max-width: 576px) {
  #health,
  #health .vc_column-inner,
  #security,
  #security .vc_column-inner,
  #weather,
  #weather .vc_column-inner {
      padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .text-wrapper h3 {
      font-size: 26px;
      line-height: 29px;
  }

  .page-map-wrapper {
      margin: 0;
  }

  .section-wrapper .text-wrapper {
      margin-bottom: 30px;
  }

  .p-b-30 .section-wrapper.separator {
      padding-bottom: 10px;
  }

  .home_content_section_full_image {
      display: none !important;
  }

  .section-grey-bg {
      margin: 100px 0 0 0;
  }

  .text-wrapper h4 {
      color: #d63652;
  }

  .custom-separator {
      border-top: 1px solid #afafaf;
      padding-top: 30px;
  }

  .d-sm-none {
      display: none;
  }

  .page-map-wrapper {
      padding: 35px 10px;
  }

  .page-map-item::after {
      right: 25px;
  }

  .text-wrapper h5 {
      margin: 0;
  }


  #health .wpb_content_element,
  #security .wpb_content_element,
  #weather .wpb_content_element {
      margin: 0;
  }

  .section-difference {
      padding-bottom: 0;
  }

  .blog-posts .row .col-6:first-child {
      margin-bottom: 15px;
  }
  .section-weather .vc_column-inner {
      padding: 0;
  }
  .heading {
      font-size: 1.6rem;
  }
  .aboutcol .separator .vc_column-inner {
      padding: 0;
  }

}

@media only screen and (max-width: 992px) {
  .page-map-wrapper {
      margin: 0;
  }

  .section-wrapper .text-wrapper {
      margin-bottom: 30px;
  }

  .section-scrollTo.section-wrapper,
  .section-vaccines.section-wrapper {
      border-bottom: 0;
      padding: 0;
  }

  .p-b-30 .section-wrapper.separator {
      padding-bottom: 10px;
  }

  .section-grey-bg {
      margin: 100px 0 0 0;
  }

  .text-wrapper h4 {
      color: #d63652;
  }

  .text-wrapper h5 {
      margin: 0;
  }
}

#riskmap {
  position: relative;
}

.scrollbar {
  overflow-y: auto;
  max-height: 166px;
}

.scrollbar::-webkit-scrollbar {
  width: 8px;
  border-radius: 10px;
}

.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgb(0 0 0 / 30%);
}

.scrollbar::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgb(0 0 0 / 15%);
}

.map-legend.mobile {
  display: none;
}


.map-legend h4 {
  font-weight: 900;
}

.destination-popup {
  border-top: 1px solid #fff;
  padding-top: 10px;
  text-align: right;
}

.destination-popup a {
  color: #d71635 !important;
  font-weight: bold;
  cursor: pointer;
}

.destination-popup a:focus, 
.destination-popup a:hover {
  color: #900e24 !important;
  text-decoration: underline;
}

.severity-tooltip-wrapper {
  display: flex;
}

.severity-tooltip-legend {
  min-width: 60px;
  margin-right: 10px;
  background: #fff;
}

.severity-tooltip-legend .severity {
  opacity: 0.4;
  padding: 10px 0;
  color: #222;
}

.severity-tooltip-legend .severity.active {
  opacity: 1;
}

#geoChartPanel {
  padding: 0;
}

#geoChartContainer {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 70%;
  vertical-align: middle;
  overflow: hidden;
}

#geoChartContainer svg {
  background: #d4f1fd;
  display: inline-block;
  position: absolute !important;
  top: 0;
  left: -56% !important;
  height: 100%;
}

#geoChartContainer svg path:hover {
  cursor: pointer;
}

#geoChartPanel #mapControls {
  display: none;
  position: relative;
  top: 65px;
  float: right;
  margin-right: 15px;
  z-index: 1;
}

.tooltipDestC h4 {
  border-bottom: 4px solid #e4e4e4;
  padding-bottom: 10px;
}



@media only screen and (min-device-width: 320px) and (max-device-width: 920px) and (orientation: landscape) {
  #geoChartContainer svg {
      left: 0% !important;
      right: -30% !important;
  }

  #geoChartContainer {
      padding-bottom: 63%;
      background: #d4f1fd;
      overflow: auto;
  }

  .map-legend div {
      min-width: 90px;
  }

  #geoChartPanel #mapControls {
      display: block;
  }

  #riskmap .text-wrapper {
      padding: 0 15px;
  }
}
.hero-wrapper {
  height: 525px !important;
}
.hero-wrapper h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 44px;
  color: #fff;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px)
{
.hero-wrapper {
  height: 249px !important;
  padding: 0 !important;
}
}

.text-panel p{
 letter-spacing: 0;
}
@media only screen and (max-width: 767px)
{
.text-wrapper p {
  text-align: left !important;
}
.text-wrapper h3 {
  text-align: left !important;
  margin: 0 !important;
}
.custom-padding p {
  font-weight: normal !important;
}
.custom-padding {
  padding: 20px 0 !important;
}
}
.carousel-wrap {
  width: 100%;
}
.aboutcol h2{
  font-weight: 900;
  margin: 0 0 40px 0;
  font-size: 41px;
}
.mfp-wrap, .mfp-bg{
  z-index: 2001 !important;
}
.mfp-figure figcaption .mfp-counter{
  display: none !important;
}
.owl-nav>div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
  color: #000;
}

.owl-nav .owl-next {
  right: -30px;
  color: #000;
}
.bootleggers .owl-nav button span{
  display: none;
}

.bootleggers .owl-nav .owl-prev{
  position: absolute;
  left: -11px;
  background: url(/grcom/grmkt_resources/images/icons/button-arrow-grey-half-circle-left.svg) no-repeat !important;
  width: 44px;
  height: 87px;
  top: 45%;
  transform: translateY(-50%);
}
.bootleggers .owl-nav .owl-next{
  position: absolute;
  right: -11px;
  background: url(/grcom/grmkt_resources/images/icons/button-arrow-grey-half-circle-right.svg) no-repeat !important;
  width: 44px;
  height: 87px;
  top:45%;
  transform: translateY(-50%);
}
.bootleggers .owl-nav {
  display: block !important;
}
.mfp-content{
  width: auto !important;
}
.mfp-arrow.mfp-arrow-right{
  background: url(/grcom/grmkt_resources/images/icons/button-arrow-grey-half-circle-right.svg) no-repeat !important;
  width: 44px;
  height: 87px;
}
.mfp-arrow.mfp-arrow-left{
  background: url(/grcom/grmkt_resources/images/icons/button-arrow-grey-half-circle-left.svg) no-repeat !important;
  width: 44px;
  height: 87px;
}
.mfp-arrow.mfp-arrow-left::before, .mfp-arrow.mfp-arrow-left::after {
  display: none !important;
}
.mfp-arrow.mfp-arrow-right::before, .mfp-arrow.mfp-arrow-right::after {
  display: none !important;
}   
.bootleggers img{
  padding: 0 !important;
}
.aboutrow {
  margin: 0 0 90px 0px;
}
.bootleggers .owl-item img{
   transition: all 0.5s ease;
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.bootleggers .owl-item img:hover {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.bootleggers .owl-item{
  overflow: hidden !important;
  max-height: 158px;
}
.mfp-container {
  position: fixed !important;
  cursor: pointer !important;
}
.mfp-close{
 cursor: pointer !important;
 width: auto !important;
}
.mfp-title{
  font-size: 13px !important;
}
.mfp-bg{
 opacity: 0.9 !important;

}
.twitter-feed .bootleggers .owl-item {
  overflow: auto !important;
  max-height: none;
  padding: 10px;
}
.twitter-feed .item {
  padding: 25px 25px 65px;
  box-shadow: 0px 3px 15px #00000029;
  height: 350px;
  font-size: 14px;
  overflow: auto;
}
.twitter-feed .item::before {
  content: "";
  background: url(/grcom/grmkt_resources/images/icons/twitter-icon.svg);
  width: 26px;
  height: 21px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.twitter-feed h2 {
  color: #d61535;
}
.twitter-feed .twitter-follow {
  margin-top: 30px;
  text-align: center;
}
@media only screen and (max-width: 767.99px)
{
  .twitter-feed h2 {
      font-size: 26px;
      margin-bottom: 10px;
  }
  .twitter-feed .twitter-follow {
      margin-top: 0;
  }
  .aboutcol.separator {
      padding-bottom: 30px;
  }
  .twitter-feed.aboutrow {
      margin: 0 0 30px 0px;
  }
  .twitter-feed .item {
      padding: 75px 25px 65px;
  }
  .map-container .container {
      max-width: 100% !important;
  }
  .lp-blog-list-v2 {
      overflow: hidden;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .map-legend {
      width: 100%;
  }
}


.grabbing { cursor: url(closedhand.cur), pointer !important; }

#geoChartPanel #mapControls a {
    display: block;
    height: 25px;
    width: 25px;
    background-color: #fff !important;
    margin-bottom: 1px;
    box-shadow: 0 3px 6px 0px #00000029;
}
#geoChartPanel #mapControls #up {
    background: url(iconUp.png) no-repeat center;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

#geoChartPanel #mapControls #up:active,
#geoChartPanel #mapControls #down:active{
    background-color: #F5F5F5;
}

#geoChartPanel #mapControls #down {
    background: url(iconDown.png) no-repeat center;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.markerInfoBox{
	width: 15em;
	position: fixed;
	top: 7em;
	left: 48em;
	min-height: 3em;
	background: #f9f9f9;
	padding: 0.5em;
	z-index: 999;
	border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-webkit-box-shadow: 0 0 0.5em #c0c0c0;
	-moz-box-shadow: 0 0 0.5em #c0c0c0;
	box-shadow: 0 0 0.5em #c0c0c0;
	display:none;
}

.markerInfoBox .countryName{
	width: 100%;
	float: left;
	font-weight: bold;
	border-bottom: 1px solid #D6D6D6;
}

.markerInfoBox .markerSize{
	width: 100%;
	float: left;
	font-size: 0.75em;
	padding-top: 0.5em;
}

#geoChartContainer svg path:hover{
	fill: #002c5b;
}
div.tooltipDestC {
    padding: 0px !important;
    box-shadow: none !important;
    border-radius: .3rem!important;
}
.severity-indicators li{
	padding-left: 0px;
}
i.fi{
	background-size: cover !important;
    background-position: 50%;
	font-size: 18px !important;
	width: 2.33em !important;
	line-height: 1.5em;
}
span.gr-destination-rating{
  
	border-radius:25rem;
  padding: 4px 10px 3px;
  width: fit-content;

}
span.text-low{
	background-color: #5CC04D;
}
span.text-high{
	background-color: #E79034;
}
span.text-moderate{
	background-color: #EDC442;
}
span.text-extreme{
	background-color: #eb4736;
}
.map-legend {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  box-shadow: 0px 0px 15px #0000001A;
  padding: 30px 25px;
  position: relative;
  top: -50px;
  width: 80%;
  margin: auto;
  flex-direction: row;
  flex-wrap: nowrap;
}
.right-map-legend{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-around;
}
.severity {
  min-width: auto;
  text-align: center;
  border-radius: 50px;
  padding: 7px 20px;
  margin: 0px 15px;
  font-size: 14px;
  color: #000;
  font-family: 'Roboto';
  border-bottom: none !important;
  text-transform: uppercase;
}
div.severity.low{
	background-color: #5CC04D !important;
}
div.severity.medium {
    background-color: #EDC442 !important;
}
.severity.high {
    background-color: #E79034 !important
}
.severity.extreme {
    background-color: #EB4736 !important;
}
a.free-destination-report:hover {
    text-decoration: none !important;
}
.map-legend{
	border-radius: 150px;
}

@media only screen and (max-width: 768px) {
	.map-legend.mobile {
		text-align: center;
		margin: 10px 0px;
		padding: 15px 20px;
	}
  .map-legend.mobile .mobile-wrapper .severity{
    padding: 5px;
    font-size: 11px;
  }
}
@media only screen and (max-width: 768px) {

  .map-legend {
      display: none;
      flex-direction: column;
      top: 0;
  }

  .map-legend.mobile {
      display: block;
      flex-direction: column;
      top: 0;
      width: 100%;
  }

  .map-legend.mobile .mobile-wrapper {
      display: flex;
      min-width: auto !important;
      width: 100%;
  }

  .map-legend.mobile .mobile-wrapper .severity {
      flex: 1 1 0px;
      margin-right: 5px;
      min-width: 0;
  }

  #geoChartContainer {
      overflow: auto;
      padding: 0px;
      height: 400px;
  }

  #geoChartContainer svg {
      width: 1000px;
      left: 0 !important;
  }

  #riskmap .text-wrapper {
      padding: 0 15px;
  }

  .tooltipDestC {
      left: 50% !important;
      top: 50% !important;
      transform: translate(-48%, -38%);
  }

  #geoChartPanel #mapControls {
      display: block;
  }
}