body {
    font-family: Montserrat, sans-serif;
}
section, footer{
	font-family: Montserrat, sans-serif;
}
.grey-menu-container {
	background: #f2f2f2;
}
.top_banner-container{
	padding: 0px;
}
.top_banner{
	cursor: pointer;
	width: 100%;
	height: auto;
}
nav{
	position: absolute!important;
    width: 100%;
    z-index: 1;
}
.navbar-light .navbar-toggler{
	border: 0;
}
.navbar.navbar-expand-lg.navbar-light.px-0.py-2{
	border-bottom: solid 1px #E5E5E5;
}
button:focus {
    outline: 0;
}
#section1{
	padding-top: 0px;
}
.desktop-only{
	display: block;
}
.mobile-only{
	display: none;
}
.menu-container{
	width: 100%;
}
.top_banner-container{
	width: 100% !important;
	max-width: 100% !important;
	background-color: #fafdff ;
}
.lang-switcher{
	color: rgba(0,0,0,.5);
	cursor: pointer;
}
.menu-logo{
	width: 136px;
}

.nav-link{
	color: black;
}

.nav-item{
	padding: 0 10px;;
}

#sidebar{
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 1%;
	z-index: 5;
}

#sidebar .sidebar_download{
	width: 122px;
}

.main-title{
	font-size: 27px;
	font-family:Montserrat, sans-serif; 
	font-weight: bold;
}
.title img {
	 width: 25px;
	 height: auto;
	 margin-right: 5px;
}
.title {
     font-family: Montserrat, sans-serif;
	 font-size: 20px;
}
h2.section-heading{
	font-size: 36px;
    line-height: 50px;
}
.section-heading{
	margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}
.paragraph-3{
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}
.paragraph-4{
	margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-right: 20%;
    padding-left: 20%;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}

.paragraph-small{
	padding-top: 0px;
    font-size: 14px;
    line-height: 26px;
}

.paragraph-light{
    margin-bottom: 20px;
    padding-top: 15px;
    padding-right: 18%;
    opacity: 1;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}

.paragraph-tiny{
	margin-right: 0px;
    color: #3a3b3c;
    font-size: 12px;
    line-height: 20px;
}

.footer-small{
	margin-bottom: 0px;
    padding-left: 0px;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
}
/*footer*/
footer a, footer a:hover{
	color: black;
	text-decoration: none;
}

footer p{
	margin-bottom: 0;
}

.footer-text{
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

.special-desktop-only{
	display: block;
}

.inline-desktop-only{
	display: inline-block;
}

.special-mobile-only{
	display: none;
}

@media only screen and (min-width: 992px){
	.modal-lg, .modal-xl {
		max-width: 1000px;
	}
}

@media only screen and (max-width: 991px) {
	.navbar-collapse{
		background-color: #dd8c80;
	}
	.nav-item a, .lang{
		color: #ffffff !important;
	}	
	.nav-item{
		padding: 15px 0;
	}
	.special-desktop-only{
		display: none;
	}
	.special-mobile-only{
		display: block;
	}
	.inline-desktop-only{
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	#sidebar .sidebar_download{
		width: 100px;
	}
    .desktop-only{
		display: none;
	}
	.mobile-only{
		display: block;
	}
	#section1 {
		padding-top: 0px;
	}
	.footer-text{
		text-align: left;
		margin-left:0;
		margin-right:auto;
	}
	.menu-logo {
		width: 106px;
	}
}

















/*womenshealth-survey--------------------------------------------------------------------------------------------------------------*/




/*Loading*/
.loading-container {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: fixed;
  z-index: 9999;
}

.loading {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 8px solid;
  border-color: white transparent transparent;
  -webkit-animation: spin 1s ease infinite;
  animation: spin 1s ease infinite;
  margin:auto;
  left:0;
  right:0;
  top:0;
  bottom:0;
  position:fixed;
}
@keyframes spin {
  0% { transform: rotate(0deg) }
  
  100% { transform: rotate(359deg) }
}

/*custom font*/

@import url(https://fonts.googleapis.com/css?family=Montserrat);
/*basic reset*/

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
	font-family: Roboto, sans-serif;
    background: #ffffff;
}

.btn-group{
	width: 100%;
}

.modal-header{
	border-bottom: 0;
}

.desktop-only{
	display: block;
}

.mobile-only{
	display: none;
}

.error{
	color:#ff0000;
	font-size:90%;
	height:1px;
}

.error-hide {
    display: none;
}

/*start page*/
.start-page{
	background: url('../images/main-banner.png') no-repeat;
	background-size: contain;
}
.start-page .content{
	color: #ffffff;
}
.start-page .content .special-word{
	color: #FFD400;	
}
.click-start-container{
	background: #ffffff;
	color: #547E8B;
	font-weight: bold;
	font-size: 1.2rem;
	border-radius: 15px;
}
.to-start-btn,
.start-btn{
	background: #ED765E;
	color: #fff;
	cursor: pointer;
	text-align: center;
	width: 250px;
	border-radius: 25px;
	font-weight: bold;
	font-size: 1.2rem;
}
.to-start-attention{
	color: #547E8B;
	font-weight: bold;
}
/*start page*/

/*survey page*/

.menu-logo {
    width: 136px;
}

.navbar.navbar-expand-lg.navbar-light.px-0.py-2 {
    border-bottom: solid 1px #E5E5E5;
}

h2.main-title{
	color: #ED765E;
}

/*form styles*/

.form-container{
	/*background: #F8F8F8;*/
	min-height: 524px;
}

fieldset .form-check{
	background: #ffffff;
	padding: 5px 10px;
	border-radius: 15px;
	cursor: pointer;
}

.select-active{
	background: #AB4444 !important;
}



fieldset [type="radio"]:checked + div{
border: 1px solid rgb(237, 118, 94);
}


/*radio btn*/
fieldset [type="radio"]:checked,
fieldset [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
	background: #ffffff;
}
fieldset [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
fieldset [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
fieldset [type="radio"]:checked + label:after,
fieldset [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #AB4444;
	color: #fff;
    position: absolute;
    top: 0px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
	content: "✓";
}
fieldset [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

fieldset [type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #AB4444;
    border: 1px solid rgb(237, 118, 94);
}
fieldset [type="radio"]:checked + label{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
	color: #AB4444;
	/*background: red;*/
}
fieldset [type="radio"]:checked{
	background: #AB4444;
	color: #fff;
}
fieldset [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*radio btn*/

#msform {
    text-align: center;
    position: relative;
}

#msform h3{
	color: #5F8696;
}

#msform .fs-title{
	color: #838383;
}

#msform .fs-subtitle{
	color: #ED765E;
}

#msform .question-image{
	position: absolute;
	right: 15%;
	bottom: 15px;
}

#msform fieldset {
    border: 0 none;
    border-radius: 0px;
    /* box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4); */
    /* padding: 20px 30px; */
    box-sizing: border-box;
    width: 100%;
    /* margin: 0 10%; */
    /*stacking fieldsets above each other*/
    position: relative;
    text-align: left;
	/*background: #d8d8d863;*/
	padding: 5% 0;
}

/*Hide all except first fieldset*/
/*


#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/

#msform input, #msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ee0979;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

/*buttons*/

#msform .action-button {
    width: 100px;
    background: #ee0979;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #ee0979;
}

#msform .action-button-previous {
    width: 100px;
    background: #C5C5F1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
}

/*headings*/

.fs-title {
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: bold;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/

#progressbar {
    width: 60%;
    margin: auto;
    padding-top: 5px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: #e9e9e9;
    text-transform: uppercase;
    font-size: 9px;
    width: 20%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #E9E9E9;
    background: #E9E9E9;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/

#progressbar li:after {
    content: '';
    width: 70%;
    height: 2px;
    background: #e9e9e9;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: 0;
	margin-left: 20px;
    /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/

/*The number of the step and the connector before it = green*/

#progressbar li.finish:before, #progressbar li.finish:after, #progressbar li.active:before, #progressbar li.active:after {
    background: #004852;
    color: #004852;
}

#progressbar li.active:before {
    width: 28px;
    height: 28px;
    margin-top: -3px;
}

/* Not relevant to this form */
.option-flex {
    display: flex;
    flex-direction: column;
    align-items: start;
    border: none;
}

.option-flex .custom-radio {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.option-flex .custom-radio [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.option-flex .custom-radio .radio-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    position: relative;
    border-radius: 25px;
}

.option-flex .custom-radio .label-icon {
    margin-bottom: 0;
    padding: 5px 60px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: baseline;
}

.option-heading {
    display: block;
    font-family: "Dosis", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.05em;
    text-align: left;
}

.re-submit-btn,
.share-btn{
	background: #ED765E;
	color: #fff;
	cursor: pointer;
	text-align: center;
	width: 100%;
	border-radius: 25px;
	display: inline-block;
}

/* MEMBER FORM*/
#memberform .step-title{
	color: #848484;
	font-weight: bold;
	font-size: 1.2rem;
}
#memberform .form-main-title{
	color: #5F8696;
	font-weight: bold;
	font-size: 1.5rem;
}
#memberform .submit_btn{
    background: #ED765E;
	color: #fff;
    border-radius: 25px;
	border: 0;
}
/* MEMBER FORM*/

/* RESULT*/
.result-page{
	background: url('../images/result-banner.png') no-repeat;
	background-size: contain;
	max-width: 1180px;
	min-height: 565px;
}
.result-content-container{
	background: #ffffff;
	color: #000000;
    border-radius: 15px;
}
.result-content-container .result-title{
	font-size: 1.2rem;
	color: #ED765E;
	font-weight: bold;
}
.result-content-container .result-score{
	font-size: 1.5rem;
	color: #416E7C;
}
.result-content-container .lower-content{
    background: #E9F6FF;
	color: #416E7C;
    border-radius: 0 0 15px 15px;
	font-size: 1rem;
}
.result-content-container .larger-text{
    font-size: 1.2rem;
}
.result-content-container .re-submit-btn,
.result-content-container .share-btn{
    background: #ED765E;
	color: #fff;
    border-radius: 25px;
	border: 0;
}
.re-start-container{
	color: #ffffff;
	font-weight: bold;
	font-size: 0.8rem;
	border-radius: 15px;
}

.dropdown-menu > li {
    display: inline-block;
    float:left;
}
.open > ul {
    display: inline-flex !important;
}
li>.dropdown-menu {
    margin-top: 50px;
}

.dropdown-menu{
	top: -10px !important;
    left: 20px !important;
    border: 0;
    min-width: auto;
	-webkit-box-shadow: 3px 4px 5px -2px rgba(0,0,0,0.4); 
	box-shadow: 3px 4px 5px -2px rgba(0,0,0,0.4);
}

.dropdown-menu::after{
    content: '';
    position: absolute;
    left: 45%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
    clear: both;
}

/* RESULT*/

/* IMAGE STYLES */

[type=radio]+.label-icon {
    cursor: pointer;
}

/* CHECKED STYLES */

[type=radio]:checked+.label-icon {
    background: #ED765E;
	color: #fff;
    border-radius: 25px;
    background-size: auto 40px;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
    .desktop-only{
		display: none;
	}
	.mobile-only{
		display: block;
	}
	.result-page{
		background: #F8F8F8;
	}
	.start-page{
		background: #F8F8F8;
	}
	.start-page .content {
		color: #000000;
	}
	.start-page .content .special-word {
		color: #ED765E;
	}
	#progressbar {
		width: 100%;
	}
	#msform .question-image {
		position: initial;
	}
/*	#msform fieldset {
		padding: 5% 10%;
	}*/
	.re-start-container{
		color: #000;
	}
	.click-start-container,
	.result-container{
		/* -webkit-box-shadow: 3px 4px 5px -2px rgba(0,0,0,0.4);  */
		/* box-shadow: 3px 4px 5px -2px rgba(0,0,0,0.4); */
	}
}
























/*checkbox btn*/
fieldset [type="checkbox"]:checked,
fieldset [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
    background: #ffffff;
}
fieldset [type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
fieldset [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
fieldset [type="checkbox"]:checked + label:after,
fieldset [type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #AB4444;
    color: #fff;
    position: absolute;
    top: 0px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    content: "✓";
}
fieldset [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

fieldset [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #AB4444;
    border: 1px solid rgb(237, 118, 94);
}
fieldset [type="checkbox"]:checked + label{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #AB4444;
    /*background: #AB4444;*/
}
fieldset [type="checkbox"]:checked{
    background: #AB4444;
    color: #fff;
}
fieldset [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*checkbox btn*/
