* {
  margin: 0px;
  padding: 0px;
}
body {
  
 
background: #f5f5f5;

  color: #000;
  min-height: 100vh;
     background-size: 120%;
    background-repeat: no-repeat;
    background-position: left 60%;
	font-family: 'Open Sans', sans-serif;
	background-image: url(assets/www_bg.jpg);
	background-attachment: fixed;
}

p {
	margin-bottom: 0;
}

h2 {
	font-size: 1.7rem;

}

a {
color: #027c8e;
font-weight: 600;
text-decoration: underline;	
}


a:hover {
color: #027c8e;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 0.8; /* Firefox */
}



h1 {
    font-size: 1.6rem;
    font-weight: 700;
	text-align: center;
}

h1.eventname {
	
	color: #000094;
}


h1.regheader {
		color: #000094;
}



h2 {
    font-size: 1.3rem;
    font-weight: 700;
	text-align: center;
}


h2.eventdate {
	color: #00719E;
}


.lang_choice {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 80px;
}



.intro {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0px;
	    font-size: 1.1rem;
}



.langlink {
	margin-left: 5px;
	margin-right: 5px;
}


.top_banner {
	width: 100%;
	text-align: center;
	background: #fff;
}



.top_banner img {
	width: 100%;
	max-width: 1100px;
	
}




.cont_outer {
    width: 50%;
    margin-right: 10%;
    margin-left: auto;
}




.cont_inner {
	width: 95%;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}



.fullheight {
	
	
	
	
width: 100%;

display: flex;
justify-content: center;
align-content: center;
align-items: center;	
padding: 90px 0px;
background: transparent;

width: 50%;
    margin-right: 10%;
    margin-left: auto;
}


.whole_form {
    width: 100%;
    max-width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    
    padding: 0px;
    align-items: center;
    align-content: center;
   
}

.header {
    width: 100%;
	margin-left: 0%;
    text-align: center;
    border: 0px solid #fff;
    border-bottom: none;
    padding: 0px 0px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    border-right: 0px solid #2c3d51;
}

.header.thanku {
	width: 100%;
	
}


.main_content {
    width: 95%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}



.fw {
	width: 100%;
	
}


.fw_left {
	width: 100%;
	text-align: right;
}


.fw.mobile {
		display: none;
		text-align: right;
	}


.header .fw_left img {
	max-width: 100%;
    width: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	z-index: 2;
}





.head_img {
    width: 100% !important;
    margin-top: 0px !important;
    z-index: 1 !important;
    margin-left: auto;
    margin-right: auto;
}



.fw.mobile .head_img {
    width: 80% !important;
    
}




.form_desc {
    font-size: 1.8rem;
    font-weight: 500;
	margin-top: 0px;
	width: 100%;
	z-index: 2;
}



.form_sm_desc {
   width: 100%;
	margin-top: 10px;
}



.thanku .form_sm_desc {
   width: 100%;
	margin-top: 10px;
}


.form_desc p {
	margin-bottom: 15px;
}

.form_content {
	width: 100%;
	padding: 0px 20px;
}

form {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}


form, .content {

}













.input-group {
  margin: 10px 0px 10px 0px;
}


.input-group.higher {
	 margin: 5px 0px 10px 0px;
}


.input-group label {
  display: block;
  text-align: left;
  width: 100%;
    margin: 8px;
    font-size: 0.8rem;
}



.input-group input, .input-group select {
    height: 40px;
    width: 100%;
    padding: 10px 10px;
    font-size: 0.9rem;
    border-radius: 5px;
    border: 1px solid #0c2669;
    background: rgba(255,255,255,1);
    color: #000;
}


textarea {
	 border: 1px solid #0c2669;
	  background: rgba(255,255,255,1);
}


.input-group select {
	background: #fff;
}


.btn {
  padding: 10px;
  font-size: 15px;
  color: #fff;
   background: #0c2669;
 
  border: none;
  border-radius: 5px;
  width: 100%;
  font-weight: 500;
}


.btn:hover{
	 background: #027c8e;
	 color: #fff;
	
}

a.btnlnk {
	width: 100%;
}

.btn.scnd {
  background: #027c8e;
  
  color: #fff;
}


.btn.scnd:hover {
  background: #0b3d59;
  border: 1px solid #0b3d59;
  color: #fff;
}

.error {
  width: 92%; 
  margin: 0px auto; 
  padding: 10px; 
  border: 1px solid #a94442; 
  color: #a94442; 
  background: #f2dede; 
  border-radius: 5px; 
  text-align: left;
}
.success {
  color: #3c763d; 
  background: #dff0d8; 
  border: 1px solid #3c763d;
  margin-bottom: 20px;
}



.half-width {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.half-width .input-group {
	width: 49%;
}


.input-group.radio input {
    width: 30px;
    height: 30px;
	margin-right: 10px;
}




.radio-option {
    display: flex;
    width: 45%;
	
}


.input-group.radio label {
    display: flex;
        width: 45%;
		color: #12336f;
		font-size: 0.9rem;
}


.input-group.radio {
	justify-content: center;
}








.radio-question {
    margin-top: 15px;
    margin-bottom: 0px;
	width: 100%;
	font-size: 0.92rem;
}


textarea {
    border-radius: 5px;
    width: 100%;
    height: 70px;
    padding: 10px;
    font-size: 0.9rem;
	margin-top: 10px;
margin-bottom: 20px;
}




.add_info {
	font-size: 0.7rem;
	
}




/* Customize the label (the container) */
.radio_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.radio_container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio_container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio_container input:checked ~ .checkmark {
  background-color: #027c8e;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio_container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio_container .checkmark:after {
  top: 6px;
    left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}












.checkbox_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-top: 12px;
  margin-bottom: 12px;
  cursor: pointer;
      font-size: 0.7rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
}

/* Hide the browser's default checkbox */
.checkbox_container input {
 position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}




/* Create a custom checkbox */
.checkbox_container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox_container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox_container input:checked ~ .checkmark {
  background-color: #027c8e;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox_container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox_container .checkmark:after {
left: 8px;
    top: 5px;
    width: 5px;
    height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.manager {
	display: none;
}



form .hidden { display: none; }

form .visible { display: block; width: 100%;}





.cont_outer.speakers {
	
	background: #00719E;
	color: #fff;
	padding: 100px 0px;
}





.speakers {
	
    width: 100%;
   

}





.speakers_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 50px;
	margin-bottom: 0px;
	
}



.single_speaker {
	width: 30%;
	
}



.speaker_photo {
	
	text-align: center;
}




.speaker_photo img {
    max-width: 60%;
    border-radius: 50%;
    border: 2px solid #027c8e;
}




.speaker_name {
	text-align: center;
	font-size: 1.1rem;
	color: #fff;
	font-weight: 600;
	margin-top: 10px;
}



.speaker_position {
	text-align: center;
	font-size: 0.9rem;
	color: #AED7F5;
	font-weight: 500;
}






.fnp_footer {
	margin-top: 0px;
	margin-bottom: 40px;
	width: 50%;
    margin-right: 10%;
    margin-left: auto;
    font-size: 0.9rem;
    font-style: italic;
    text-align: center;
}

.fnp_footer img {
	max-width: 100%;
}







h2.eventinfo {
	color: #0C2669;
}






.add_info_fnp {
	

    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
padding: 80px 0px;
	
}


.add_info_fnp i {
	color: #0C2669;
}



.add_info_fnp ul {
	margin-left: 25px;
}



.form_info {
	
	text-align: center;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}




.fnp_footer {
	
	    width: 50%;
    margin-right: 10%;
    margin-left: auto;
}








@media only screen and (max-width: 1280px) {
	
	
	
	
	
	
}





@media only screen and (max-width: 1080px) {
	
	
	
}









@media only screen and (max-width: 960px) {
	
	body {
	
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 40% top;
	
	
	}
	
	
	
	.cont_outer {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}


.fullheight {
	 width: 90%;
    margin-right: auto;
    margin-left: auto;
	
}



.fnp_footer {
     width: 90%;
    margin-right: auto;
    margin-left: auto;
}

	
	
	.single_speaker {
    width: 31%;
}
	
}





@media only screen and (max-width:800px) {
	
	
	
	.whole_form {
    width: 100%;
	}
	
	
	
	
	
	.form_content {
	width: 100%;
	
}



.input-group.radio label {
    display: flex;
        width: 48%;
}


.half-width .input-group {
	width: 100%;
}


.fw_left {
   
    text-align: center;
}

}















@media only screen and (max-width:700px) {
	
	
	
	
	
	
	


}












@media only screen and (max-width:640px) {
	
	
		.single_speaker {
    width: 48%;
}
	
	
	
	.radio_container {
    padding-left: 30px;
	}
	
	
	.input-group.radio label {
    font-size: 0.8rem;
}


}









@media only screen and (max-width:480px) {
	
	
	
	
		.single_speaker {
    width: 90%;
}
	
	


}