#mainBody{
	background-color: #fff;
  margin-top: 0px!important;
  height: auto !important;
}

#header{
  min-height: 70px;
}

#countryNameContainer{
	/* margin-bottom: 40px; */
  padding: 20px 20px 0px 20px !important;
  margin: 0px !important;
}

#countryImage{
  height: 40px !important;
  margin-bottom: 10px !important;
  margin-right: 10px !important;
}

#countryHeader{
	color: #444 !important;
  font-weight: bold;
  font-size: 3em !important;
  display: inline;
}

.bodyTopNavContainer{
	/* float: right;
    padding-right: 20px;
    margin-top: -60px; */
    position: relative;
    top: -40px;
    padding-right: 20px;
}

.bodyTopNavContainer button,
.bodyTopNavContainer a {
  float: right;
}

.bodyTopNavButton{
	width: auto;
  background: none;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  background-color: #1A2F44;
  outline: none!important;
  border: none;
} 

.resultContainer{
	display: flex;
	color: #1A2F44;
	margin-bottom: 20px;
  min-height: 160px;
}

.resultTextContainer{
	text-align: left;
	float: left;
    width: 100%;
}

.resultTextImage{
  margin-right: 20px;
}

.resultTextImageContainer{
	float: right;
} 

.resultTextHeader{
	font-size: 22px;
	font-weight: bold;
}

.resultTextBody{
	font-size: 16px;
}

/*sidebar*/

.infoSidebarButton{
	width: 100%;
    background: none;
    color: #fff;
    font-size: 22px;
    background-color: #1A2F44;
    margin-bottom: 20px;
    font-weight: 100;
    text-align: left;
    border: 1px solid white;
}

.infoSidebarButton:hover{
	background-color: #fff;
	color: #1A2F44;
}

.infoSidebarButtonActive{
	background-color: #fff!important;
	color: #1A2F44!important;
}

.informationContainer{
	background-color: #fff;
	text-align: left;
}

.informationHeader{
	font-size: 22px;
    font-weight: bold;
    color: #1A2F44;
}

.informationPicture{
	background-color: #000;
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 20px;
}

.b4Picture{
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 20px;
}

#infoSidebarContainer{
	padding-top: 20px;
	background: #1A2F44;
  margin-bottom: 100px;
}

.informationContainer{
  padding-left: 25px;
  padding-top: 20px;
}

.infoBodyText{
	  color: #1a2f44;
    font-size: 16px;
    font-weight: 100;
    padding-left: 72px;
    margin-bottom: 30px;
}

.infoSpacer{
	min-height: 50px;
}

.overviewInfoSpacer p{
    color: #1a2f44;
    font-size: 16px;
    font-weight: 100!important;
    padding-right: 40px;
}

.overviewInfoSpacer span{
    color: #1a2f44;
    font-size: 16px;
    font-weight: 100!important;
    /*padding-right: 40px;*/
}

#basicInformationContainer, #canYouGoContainer, #beforeYouGoContainer, #generalAdviceContainer, #femaleTravelAdviceContainer, #LGBTTravelAdviceContainer, #transportAdviceContainer{
	display: none;
}

.overviewBodyText{
	color: #1a2f44;
    font-size: 16px;
    font-weight: 100;
    padding-right: 40px;
}

.overviewQuoteText{
	font-size: 26px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 40px;
}

.beforeYouGoSubHeader{
	font-weight: bold;
    margin-top: 10px;
    font-size: 16px;
    color: #1A2F44;
}

.beforeYouGoBodyText{
    margin-top: 10px;
    font-size: 16px;
    color: #1A2F44;
    font-weight: 100;
}

.beforeYouGoSubContainer{
	min-height: 72px;
}

.noPadding{
	padding-left: 0px;
	padding-right: 0px;
}

#transportTable{
	border: 1px solid #1A2F44;
}

.transportColumn{
	/*border: 1px solid #1A2F44;*/
}

.transportHeaderWrapper{
	display: flex;
    padding: 5px;
    border-bottom: 1px solid #1A2F44;
}

.transportSubHeader{
	margin-top: 10px;
    margin-left: 10px;
    color: #1A2F44;
    font-weight: bold;
    font-size: 18px;
}

.transportPicture{
	  height: 30px;
    width: 30px;
    margin-top: 5px;
}

td{
	width: 33%;
}

tbody{
	border: 1px solid #1A2F44;
}

/* USAGE
<div class="row">
  <div class="row-height">
    <div class="col-xs-2 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
    <div class="col-xs-4 col-lg-5 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
  </div>
</div>
*/

/* content styles */

.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

/* columns of same height styles */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

.version-toggle { position: fixed; right: 16px; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; z-index: 1000; opacity: 0.7; transition: opacity 0.2s ease; }
.version-toggle:hover { opacity: 1; }
.version-toggle-btn { padding: 8px 14px; border: 1px solid #d0d5dd; background: #fff; color: #495057; font-size: 13px; cursor: pointer; }
.version-toggle-btn:first-child { border-radius: 6px 6px 0 0; border-bottom: none; }
.version-toggle-btn:last-child { border-radius: 0 0 6px 6px; }
.version-toggle-btn.active { background: #4996e6; border-color: #4996e6; color: #fff; }

.version-1,
.version-2 {
/*  display: none;*/
}
.version-1.active {
  display: block;
}
.version-2.active {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#riskResultMainContainer {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  grid-template-rows: min-content 1fr;
  background: #f8f8f8;
/*  height: 360px;*/
}
#riskResultMainContainer .left-overview {
  grid-column: 1;
  grid-row: 1;
}
#riskResultMainContainer .right-overview {
  grid-column: 2;
  grid-row: 1 / 3;
  background: white;
}
#riskResultMainContainer .advice-nav {
  grid-column: 1;
  grid-row: 2;
  align-self: start;
  background: #f8f8f8;
}
.scores-container {
  flex: 1;
/*  max-width: 600px;*/
  padding: 20px;
  gap: 32px 24px !important;
}
.results-info {
  flex: 1;
  max-width: 600px;
  padding: 20px;
  text-align: left;
}
.score-item {
  background: white;
  padding: 24px;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0px 0px 10px #eee;
}

.results-text {
  /*overflow: scroll;
  height: 300px;*/

}

.results-info select {
  font-size: 18px;
  display: block;
  max-width: 40em;
  margin: 0 auto;
}

.results-info p,
.results-info h2 {
  max-width: 40em;
  margin: 0px;
  padding: 8px;
}

/* Version 2 styles */
.version-2 {
  text-align: center;
}
.v2-btn-group {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
  margin-bottom: 16px;
}
.v2-btn-group a {
  text-decoration: none;
}
.v2-reveal-btn {
  font-size: 18px;
  padding: 10px 24px;
  background-color: #4996e6;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.v2-reveal-btn:hover {
  background-color: #3a7fd4;
}
.v2-panel {
  display: flex;
  flex-direction: column;
/*  width: 100%;*/
/*  max-width: 800px;*/
/*  margin: 0 auto;*/
/*  height: 380px;*/
  text-align: left;
}
.v2-sidebar {
  display: flex;
  flex-direction: row;
  min-width: 160px;
/*  border-right: 1px solid #d0d5dd;*/
  padding-right: 8px;
  gap: 10px;
  margin: 8px 16px;
}
.v2-nav-btn {
  text-align: left;
  background: none;
  border: none;
  padding: 12px 20px;
  font-size: 15px;
  color: #495057;
  cursor: pointer;
  border-radius: 4px;
  margin-bottom: 2px;
  background: white;
  border: 1px solid #eee;
  border-radius: 22px;
  font-size: 1.1em;
}
.v2-nav-btn:hover {
  background-color: #e9ecef;
}
.v2-nav-btn.active {
  background-color: #4996e6;
  color: #fff;
}
.v2-content {
  flex: 1;
  overflow-y: auto;
/*  height: 310px;*/
  padding: 8px 16px;
  text-align: left;
  background: white;
  border: 1px solid #eee;
  border-radius: 8px;
  margin: 16px;
}
.v2-content p {
  max-width: 60em;
  position: relative;
  padding: 12px 30px;
  font-size: 1.05em;
/*  margin: 0 auto;*/
}
.v2-content p::before {
  content: "\2022";
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 2.5em;
  line-height: 1;
}

#mainBody{
/*  margin: 12px;*/
/*  border-radius: 8px;*/
}

#countryNameContainer {
  margin: 8px 24px;
  display: flex;
  align-items: center;
  position: relative;
}
.countryNameCTAs {
  position: absolute;
  right: 20px;
  display: flex;
  gap: 10px;
}
.countryNameCTAs a {
  text-decoration: none;
}
.countryNameCTAs .v2-reveal-btn {
  font-size: 14px;
  padding: 8px 18px;
}
.left-overview {
  background: #f8f8f8;
  min-width: 0;
}

.right-overview {
  border-left: 1px solid #eee;
  min-width: 0;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (max-width: 1240px) {
  #countryNameContainer {
    flex-direction: column;
    gap: 10px;
  }
  .countryNameCTAs {
    position: static;
  }
}

@media (max-width: 826px) {
  #riskResultMainContainer{
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  #riskResultMainContainer .left-overview {
    grid-column: 1;
    grid-row: 1;
  }
  #riskResultMainContainer .right-overview {
    grid-column: 1;
    grid-row: 2;
    border-left: none;
    border-top: 1px solid #eee;
  }
  #riskResultMainContainer .advice-nav {
    grid-column: 1;
    grid-row: 3;
  }
}

@media (max-width: 991px) {

  .bodyTopNavContainer{
    float: none;
    margin-top: 0px;
    margin-bottom: 20px;
  }

}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}

.row{
	padding-left: 20px;
	padding-right: 20px;
}

.row-sm-height{
	border: 1px solid #1A2F44;
}

.middleRow{
	border-left: 1px solid #1A2F44;
	border-right: 1px solid #1A2F44;
}

.transportTextContainer{
	padding: 5px;
  color: #1A2F44!important;
  font-size: 16px!important;
  font-weight: 100!important;
}

.transportText{
	color: #1A2F44;
	font-size: 16px;
	font-weight: 100;
}

#preInformationHeader{
  background-color: #1A2F44;
  height: 60px;
  padding-top: 15px;
}

#exploreRiskText{
  color: #fff;
  font-size: 20px;
  margin-bottom: 0px;
}

#canYouGoContainer span{
  font-weight: 100!important;
  color: #1a2f44!important;
  font-size: 16px!important;
  /*padding-right: 40px!important;*/
}

.quoteTwo p{
    font-size: 26px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 40px;
}

.quoteOne p{
    font-size: 26px;
    font-weight: bold!important;
    padding-left: 20px;
    padding-right: 40px;
}

.quoteOne span{
    font-size: 26px;
    font-weight: bold!important;
    padding-left: 20px;
    padding-right: 40px;
}

#overviewInfoSpacer span{
  font-weight: 100!important;
  color: #1a2f44!important;
  font-size: 16px!important;
  /*padding-right: 40px!important;*/
}

#generalAdviceContainer span{
  font-weight: 100!important;
  color: #1a2f44!important;
  font-size: 16px!important;
  /*padding-right: 40px!important;*/
}

#femaleTravelAdviceContainer span{
  font-weight: 100!important;
  color: #1a2f44!important;
  font-size: 16px!important;
  /*padding-right: 40px!important;*/
}

#LGBTTravelAdviceContainer span{
  font-weight: 100!important;
  color: #1a2f44!important;
  font-size: 16px!important;
  /*padding-right: 40px!important;*/
}

#transportText span{
  font-weight: 100!important;
  color: #1a2f44!important;
  font-size: 16px!important;
  /*padding-right: 40px!important;*/
}

.overviewBody p{
  font-weight: 100!important;
  color: #1a2f44!important;
  font-size: 16px!important;
  padding-right: 40px!important;
}

.overviewBody span{
  font-weight: 100!important;
  color: #1a2f44!important;
  font-size: 16px!important;
}

.basicIncomeText p{
  color: #1a2f44;
  font-size: 16px;
  font-weight: 100;
  padding-left: 72px;
}

.basicIncomeText span{
  color: #1a2f44;
  font-size: 16px;
  font-weight: 100;
}

@media all and (max-width: 767px) {
  #infoSidebarContainer{
    margin-bottom: 0px;
  }
}

#headerCompanyInfoContainer{
  text-align: right;
  white-space: nowrap;
}

@media all and (max-width: 600px) {
  #headerLogoContainer > img {
    margin: auto;
     margin-bottom: 0px!important;
  }

  #countryNameContainer {
    flex-direction: column;
    gap: 10px;
  }
  .countryNameCTAs {
    position: static;
  }
  #countryHeader {
    font-size: 2em !important;
  }

  .v2-sidebar {
    flex-wrap: wrap;
  }
  .v2-nav-btn {
    font-size: 0.95em;
    padding: 10px 14px;
  }
}