#header .container p.nav{
    margin:0px;
    text-align: right;
    padding:0px;
    background:rgba(27,36, 35, 1.0);

    height: 100%;
    overflow: hidden;
    display: block;
    padding: 11px;
}
#header .container p.nav a {
    font-size: 16px;
    padding: 12px 20px;
    color: #ffffff;
    
    text-decoration: none;
    background: rgba(27,36, 35, 1.0);
}
#header .container p.nav a:hover,
#header .container p.nav a:focus{
    text-decoration: underline;
    background:rgba(27,36, 35, 0.8);
}
#menu{
	display:block !important;
	background: transparent !important;
}
#menu .container{
	background: #333333 !important;
}
.nav>li>a:hover,
.nav>li>a:focus,
.nav>li.active>a{
	background:#872175;
	color:#ffffff;
}
.navbar-nav>li>a {
    font-size: 1.1rem;
    padding: 13px 15px !important;
}
nav.navbar{
	background:transparent;	
}
div.centered{text-align:center;}

html,
body,
label,
legend, 
legend.left,
lable.left,
input,
select,
textarea{
	font-size:1rem !important;	
}
.fancybox-bg{
	opacity:0.6 !important;	
}
.modalPopUp{
	width:75% !important;	
}
div[data-group="note"] div.form-group p.information{
	display:none;
}
div[data-group="note"] div.form-group .text-editable{
	width:100% !important;	
}
div[data-group="note"] div.form-group .text-editable .alert{
	width:98% !important;
	margin:15px;
}
div[data-group="file"] .form-group fieldset div {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 15px;
}
div[data-group="file"] .form-group fieldset div:after {
    content: attr(data-text);
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 10px 15px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 2;
    height: 47px;
    line-height: 27px;
    color: #999;
    border-radius: 5px 10px 10px 5px;
    font-weight: 300;
    border: 1px solid rgba(00,00,00,0.1);
    box-shadow: 1px 1px 3px rgb(0 0 0 / 10%);
}
div[data-group="file"] .form-group fieldset div:before {
    content: 'Upload';
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 47px;
    background: #4daf7c;
    color: #fff;
    font-weight: normal;
    z-index: 3;
    font-size: 1rem;
    line-height: 40px;
    padding: 4px 10px;
    text-transform: uppercase;
    pointer-events: none;
    border-radius: 0 5px 5px 0;
}
div[data-group="file"] .form-group fieldset div:hover:before {
  background: #3d8c63;
}
div[data-group="file"] .form-group fieldset div input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 47px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}
div[data-group="file"] fieldset legend{
	border:none;
	width:24%;
	float:left;
}
div[data-group="file"] div.form-group fieldset{
    margin-right: 0px;
    margin-bottom: 5px;	
}
div[data-group="file"] div.form-group fieldset div{
	width:76% !important;
	margin:0px;
	padding:0px;
}
div[data-group="file"] div.form-group fieldset legend{
	font-weight:400 !important;
	padding-top: 10px;
}
div[data-group="file"] p{
	display:none;	
}
div[data-group="file"] p.foot{
	display: block;
    width: 74%;
    float: right;
    margin-top: 0px;
    padding: 5px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    border-radius: 4px;
    margin-right: 0;
}
div[data-group="wide"] .text-editable{
    width: 99% !important;
    padding-left: 10px;
}
input[type="checkbox"],
input[type="radio"]{
	opacity:0 !important;	
}
#paymentForm input[type="checkbox"],
#paymentForm input[type="radio"]{
	opacity:1 !important;
	position:relative !important;
}
/***********************************
    Radio/Checkbox Inputs
***********************************/
[type="radio"],
[type="checkbox"]{
    opacity:0;
    position: absolute;
}
[type="radio"] + label,
[type="checkbox"] + label{
    position:relative;
    padding-left:30px;
    cursor:pointer;
    display:inline-block;
    color:#666;
    line-height:25px;
}

[type="radio"] + label:before,
[type="checkbox"] + label:before{
    content:"";
    position:absolute;
    left:0;
    top:2px;
    width:20px;
    height:20px;
    border-radius: 100%;
    border:2px solid rgba(16,25,24,0.6);
    background:#fff;
}
[type="checkbox"] + label:before{
    border-radius: 0px;
}

[type="radio"]:checked + label:after,
[type="checkbox"]:checked + label:after{
    content:"";
    position:absolute;
    left:3px;
    top:5px;
    width:14px;
    height:14px;
    border-radius:100%;
    background:rgba(168, 125, 80, 1);
    transform:scale(1);
    opacity:1;
    transition:all .3s ease;
}
[type="checkbox"]:checked + label:after{
    border-radius:0;
}
[type="radio"]:checked + label:before,
[type="checkbox"]:checked + label:before{
    border-color:rgba(168, 125, 80, 0.6);
}

[type="radio"]:not(:checked) + label:after,
[type="checkbox"]:not(:checked) + label:after{
    content:"";
    position:absolute;
    left: 3px;
    top: 5px;
    width:14px;
    height:14px;
    border-radius:100%;
    background:#fff;
    transform:scale(0);
    opacity:0;
}
[type="checkbox"]:not(:checked) + label:after{
    border-radius: 0;
}
input[type="checkbox"], input[type="radio"]{
	position: absolute;
    top: 0px;	
}
form[name="regForm"] .form-group [type="checkbox"] + label, form[name="regForm"] .form-group [type="radio"] + label{
	padding-left:30px;
	color: #333333;
	font-weight: normal;
}
legend.left{
	padding-left:0px !important;
	padding-right:10px;
}
.sponsors .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 1rem;
  align-items: center;
}

.sponsors .grid > div {
  background: white;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sponsors .grid > div img {
  width: 100%;
  max-width: fit-content; 
  height: auto;
}

#bayer {
	max-width: 200px;
}
#novartis, #pfizer {
	width: 200%;
}
#header div.container img {
    width: 100%;
    height: auto;
}
div.wButton{
	display:inline-block !important;	
}