ul.bwp-rc-ulist {
  margin: 0px;
}

#page-wrapper {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 15px silver;
}

a._ps2id {
  text-decoration: none;
}

header#masthead .hgroup {
  padding-top: 10px;
  padding-bottom: 20px;
}

.main-navigation ul li {
  font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
}

/*** BUTTON STYLING ***/
.caldera-grid input[type=submit] {
    padding: 10px 20px 10px 20px;
    border-radius: 0;
    background: #ffffff;
    color: #053772 !important;
    font-size: 18px;
    border: 2px solid #053772;
    transition: all 0.3s ease-in-out;
}
/*** BUTTON STYLING ***/
.caldera-grid input[type=submit]:hover {
    background: #053772;
    border-color: #053772;
    color: #ffffff !important;
}
/*** ON CLICK ***/
.caldera-grid .form-control:focus {
    border-color: #053772 !important;
    box-shadow: none !important;
}

.caldera-forms-consent-field-agreement {font-weight: 400 !important;}
.caldera-grid label {	font-weight: 400 !important;}

.sow-headline-container {
  text-shadow: 3px 3px 12px rgba(65, 65, 65, 0.9);
}

.timeline-date { font-size: 1.2em; }

.cmplz-cookiebanner .cmplz-links .cmplz-link {
  text-decoration: none;
}