* {
  box-sizing: border-box;  
}

body {
    margin:0px;
    font-family: 'Source Sans Pro', sans-serif;
    overflow-x: hidden; 
}

button, input[type="button"], input[type="submit"] {
	font-family: 'Source Sans Pro', sans-serif !important;
	font-weight: bold !important;
}

.ui-widget{
	font-family: 'Source Sans Pro', sans-serif;
}

.sectionheader{
	margin-top:1em;
    color: rgb(103,182,228);
}

select {
	width:100%;
} 

.twentyfive {
	width: 25%;
}

.fifty {
	width: 50%;
}

.seventyfive {
	width: 75%;
	overflow: hidden;
}


.onehundred{
	width: 100%;
	overflow: hidden;
}

.twentyfiveleftmargin{
	width: 97%;
	margin: 0 3% 0 0;
}

.twentyfiverightmargin{
	width: 97%;
	margin: 0 0 0 3%;
}

.remainparent{
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	flex-flow: column;
	-webkit-flex-flow: column;
}

.remainheight{
	flex: 2;
	-webkit-flex: 2;
	overflow: auto
}

.standard{
    width: 100%;
    box-sizing: border-box;
}

.sectionspace{
	height: 2px; 
	margin: 9px 0px 9px 0px; 
}

.sectionheaderspace{
	height: 2px; 
	margin: 4px 0px 4px 0px; 
}

.mainheaderspace
{
	height: 2px; 
	margin: 0 0 9px 0; 
}

.visiblesectionspace{
	background-color: rgb(235,235,235);
}

.carousel b{
	color: #1BBBC7;
}

b{
	color: #1BBBC7;
}

.ui-inputtextarea{
	box-shadow: none;
	padding-right: 20px;
}

.ui-inputtext, .ui-inputmask, .ui-password, .ui-autocomplete-input, .ui-inputfield.hasDatepicker, .ui-widget-content.ui-inputfield, .ui-widget-header.ui-inputfield{
	box-shadow: none;
	height: 2.75em; 
	padding-right: 20px;
	margin-bottom: 1px !important;
}

.ui-button.ui-state-default, .buttonlayout {
    background: rgb(25, 83, 130);
    color: #FFF;
    border: solid 1px rgb(25, 83, 130);
    height: 2.5em;
}

textarea,   
input[type=text],   
input[type=email],   
input[type=number] {  
    width: 100%; /**same width on fields**/  
    color:#333;  
    font-size: 12px;  
}  

.ui-button.ui-state-default, .buttonlayout, .schedulefiller {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.ui-button.ui-state-hover, .buttonlayout:hover{
	background: #4479BA;
    border: solid 1px #4479BA;
    text-decoration: none;
}

.ui-button.ui-state-active, .buttonlayout:active {
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: rgb(0, 49, 81);
    border: solid 1px rgb(0, 49, 81);
}

.rw-wrapper{
	width: 88%;
	position: relative;
	padding: 0 6% 0 6%;
}

.rw-sentence{
	margin: 0;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.rw-sentence span{
	font-size: 350%;
}
.rw-words{
	display: inline;
	text-indent: 10px;
}
.rw-words-1 span{
	position: absolute;
	opacity: 0;
	overflow: hidden;
	color: rgb(103, 182, 228);
	animation: rotateWord 12s linear infinite 0s;
}
.rw-words-1 span:nth-child(2) { 
	animation-delay: 3s; 
	color: rgb(103, 182, 228);
}
.rw-words-1 span:nth-child(3) { 
	animation-delay: 6s; 
	color: rgb(103, 182, 228);	
}
.rw-words-1 span:nth-child(4) { 
	animation-delay: 9s; 
	color: rgb(103, 182, 228);
}
@keyframes rotateWord {
	0% { opacity: 0; }
	2% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
	17% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	z-index: 10000;
	transition: all 0.2s ease-in-out;
	background-color:transparent;  
	color: rgb(115, 152, 173);
	text-align: center;
}

.careheader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	z-index: 10000;
	transition: all 0.2s ease-in-out;
	background-color:rgb(25, 83, 130);  
	color: white;
	text-align: center;
}

.header.active {
	background: rgb(25, 83, 130);
	color: white;
}

a{
	color: rgb(25, 83, 130);
	text-decoration: none;
}

a.active{
	color: white;
	text-decoration: none;
}

a.policy.active{
	color: rgb(25, 83, 130);
	text-decoration: none;
}

.Chevron{
	position:relative;
	display:block;
	height:6em;/*height should be double border*/
}
.Chevron:before,
.Chevron:after{
	position:absolute;
	display:block;
	content:"";
	border:3em solid transparent;/*adjust size*/
}
/*Change four 'top' values below to rotate (top/right/bottom/left)*/
.Chevron:before{
	top:0;
	border-top-color:rgb(25, 83, 130);/*Chevron Color*/
}
.Chevron:after{
	top:-1em;/*adjust thickness*/
	border-top-color:white;/*Match background colour*/
}

.carousel {
	position: relative;
	background-color:rgb(25, 83, 130);
}

.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.carousel-open:checked + .carousel-item {
	position: static;
	opacity: 100;
}

.carousel-item {
	position: absolute;
	opacity: 0;
	-webkit-transition: opacity 0.6s ease-out;
	transition: opacity 0.6s ease-out;
}

.carousel-item div {
	display: block;
	height: auto;
	max-width: 100%;
}

.carousel-control {
	background: rgba(0, 0, 0, 0.28);
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: none;
	font-size: 40px;
	height: 40px;
	line-height: 35px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	cursor: pointer;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-align: center;
	width: 40px;
	z-index: 10;
}

.carousel-control.prev {
	left: 2%;
}

.carousel-control.next {
	right: 2%;
}

.carousel-control:hover {
	background: rgba(0, 0, 0, 0.8);
	color: #aaaaaa;
}

#carousel-1:checked ~ .control-1,
#carousel-2:checked ~ .control-2,
#carousel-3:checked ~ .control-3,
#carousel-4:checked ~ .control-4 {
	display: block;
}

.carousel-indicators {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
}

.carousel-indicators li {
	display: inline-block;
	margin: 0 5px;
}

.carousel-bullet {
	color: #F2F2F2;
	cursor: pointer;
	display: block;
	font-size: 300%;
	font-weight:bold;
}

.carousel-bullet:hover {
	color: #BBBBBB;
}

#carousel-1:checked ~ .control-1 ~ .carousel-indicators li:nth-child(1) .carousel-bullet,
#carousel-2:checked ~ .control-2 ~ .carousel-indicators li:nth-child(2) .carousel-bullet,
#carousel-3:checked ~ .control-3 ~ .carousel-indicators li:nth-child(3) .carousel-bullet,
#carousel-4:checked ~ .control-4 ~ .carousel-indicators li:nth-child(4) .carousel-bullet {
	color: rgb(103,182,228);
	font-size: 350%;
}

.ui-messages-error-summary, .ui-messages-info-summary{
	margin: 0 !important;
}

.errorposition{
	position: relative;
}

.ui-message-error {
    border-color:transparent !important;
    background-color:transparent !important;
    top: 0;
	right: 0;
	height:2.75em;
	position: absolute;
	padding: 0.75em 0em !important;
	margin: 0px;
	width: 20px;
}

.ui-message-error-icon{
	background: url('../resources/image/Error.png') !important;
	
}

#footer a{
	color: white; 
	text-decoration: none;
}

#footer a:visited{ 
	color: white 
}

input[type="radio"] {
  -webkit-appearance: checkbox; /* Chrome, Safari, Opera */
  -moz-appearance: checkbox;    /* Firefox */
  -ms-appearance: checkbox;     /* not currently supported */
}