* {box-sizing:border-box}

/* Slideshow container */
.bannerBox {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.bannerContent {
  display: none;
  width: 100%;
  align-content: center;
}

.bannerShadow{
	background-color: rgba(0,0,0,.4);
	padding: 30px;
	display: inline-block;
	position: absolute;
    top: 60%;
	margin-left: auto;
	margin-right: auto;
	
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.call2action {
  color: #f2f2f2;
  font-size: 22px;
  padding: 8px 12px;
  width: 100%;
  text-align: center;
  display: block;
  float: left;
}

/* Number text (1/3 etc) */
.bannerTitle {
  color: #f2f2f2;
  font-size: 40px;
  font-weight: 700;
  padding: 8px 12px;
  width: 100%;
  text-align: center;
  display: block;
  float: left;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.byebye {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


a .coNav{
	color: white;
}

.coNav{
	background-color: rgba(75, 91, 112, .9);
	display: block;
	padding: 5px 10px;
	margin-bottom: 5px;
}

/*#5CA3D7 */



select items div, select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
select items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}





section#contact select{
    background-color: rgba(0,0,0,.2);
    color:#ffffff;
    backdrop-filter: blur(10px);
}

section#contact select *{
    background-color: rgba(0,0,0,.8);
    color:#ffffff;
    backdrop-filter: blur(10px);
}

section#contact select:auto-fill{
    background-color: rgba(0,0,0,.2);
    color:#ffffff;
    backdrop-filter: blur(10px);
}

section#contact select:-webkit-auto-fill{
    background-color: rgba(0,0,0,.2);
    color:#ffffff;
    backdrop-filter: blur(10px);
    -webkit-box-shadow: rgba(0,0,0,.2);
}



section#contact input{
    background-color: rgba(0,0,0,.2);
    color:#ffffff;
    backdrop-filter: blur(10px);
}

section#contact input:auto-fill{
    background-color: rgba(0,0,0,.2);
    color:#ffffff;
    backdrop-filter: blur(10px);
}

section#contact input:-webkit-auto-fill{
    background-color: rgba(0,0,0,.2);
    color:#ffffff;
    backdrop-filter: blur(10px);
    -webkit-box-shadow: rgba(0,0,0,.2);
}

section#contact textarea{
    background-color: rgba(0,0,0,.2);
    backdrop-filter: blur(10px);
    color:#ffffff;
}

section#contact .section-heading{
	color:#fff;
}

section#contact .form-group{
	margin-bottom:25px;
}

section#contact .form-group input,section#contact .form-group textarea{
	padding:20px;
}

section#contact .form-group input.form-control{
	height:auto;
}

section#contact .form-group select,section#contact .form-group textarea{
	padding:20px;
}

section#contact .form-group select.form-control{
	height:auto;
}

section#contact .form-group textarea.form-control{
	height:150px;
}

section#contact .form-control:focus{
	border-color:rgba(75,91,112,1);
	box-shadow:none;
}

section#contact ::-webkit-input-placeholder{
	font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	font-weight:700;
	color: rgba(255,255,255,.5);
}

section#contact :-moz-placeholder{
	font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	font-weight:700;
	color: rgba(255,255,255,.5);
}

section#contact ::-moz-placeholder{
	font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	font-weight:700;
	color: rgba(255,255,255,.5);
}

section#contact :-ms-input-placeholder{
	font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	font-weight:700;
	color: rgba(255,255,255,.5);
}

section#contact .text-danger{
	color:#e74c3c;
}

.sendMess{
    color:#ffffff;
	background-color:rgba(0,0,0,0.50);
	border:solid 3px #5CA3D7;
	font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	font-weight:700;
	border-radius:8px;
	font-size:18px;
	padding:20px 40px;
    transition:all ease .5s;
	-webkit-transition:all ease .5s;
	-moz-transition:all ease .5s;
}

.sendMess:hover{
    color:#5CA3D7;
	border:solid 3px #ffffff;
    padding:25px 50px;
    transition:all ease .5s;
	-webkit-transition:all ease .5s;
	-moz-transition:all ease .5s;
}


.orgPOD{
    background-color: rgba(255,255,255,.7);
    width: 100%;
    padding:10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.orgLabel{
    width: 100%;
    text-decoration: underline;
    font-weight: 200;
    font-size: 18px;
    color: rgba(81,81,81,1.00);
}

.orgData{
    width: 100%;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 10px;
}

.orgLink{
    color: white;
    background-color: rgba(0,0,0,.7);
    padding: 4px;
    border-radius: 4px;
    font-weight: 500;
}





