/* CSS Document */

/* Style inputs, select elements and textareas */

a {
text-decoration:none;
color:#eb6e80;
font-size:25px;
padding:20px;
border:1px solid #eb6e80;
	
}

a:hover {
    
background-color:#e8c5ca;
}

body {
font-family: 'Source Sans Pro', sans-serif;
color:#243854;
background-color:#FFFFFF;
}

h1 {
color:#008f95;
border-bottom: 50px solid #eb6e80;
text-align:left;
font-size:80px;
line-height:80px;
font-family: 'Playfair Display', serif;
margin:0;
}

h2 {
background-color:#eb6e80;
padding:4px;
font-weight: bold;
margin-top:30px;
font-size:18px;
width:79%;
}

h3 {
text-decoration: underline;
font-weight:900;
font-size:20px;
}

h4 {
text-decoration: underline;
font-weight:900;
font-size:20px;
margin-left:35px;
	line-height:0px;
margin-bottom:0px;
padding:0px;
}

p {
font-family: 'Source Sans Pro', sans-serif;
font-size:18px;	
}

.bold {
	font-weight:bold;
}

.italics {
	font-style:italic;
	font-family: 'Roboto', sans-serif;
	line-height:30px;
	 margin-left: 35px;
	font-size:20px;
}

.info {
max-width:80%;
padding-top:0px;
padding-bottom:10px;
	
}


.transcribed_guide {
display:none;
	
	
}

.line {
    text-indent: 10%;
    font-weight: bold;
    font-style: italic;
    color:#eb6e80;
    
}



.warning {
padding:20px;
background-color:#e9B000;
border-radius:4px;
max-width:80%;
padding-top:10px;
padding-bottom:10px;
margin-bottom:25px;
	
}

.eighty-wrapper {
	max-width:80%;
	
}

.fine-print {
	margin-top:8px;
	max-width:80%;
	color:#5F5F5F;
	font-size:12px;
}

input[type=text], select, textarea{

  width: 80%;
  padding: 12px;
  border: 3px solid #E3E3E3;
  font-size:14px;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

/* Style the label to display next to the inputs */
label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

/* Style the submit button */
input[type=submit] {
  -webkit-appearance: none;
  background-color: #E9B000;
  font-family: 'Source Sans Pro', sans-serif;
   font-size:16px;
  color: white;
  padding: 12px 20px;
  margin-top:20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

input[type=submit]:hover {
	background-color:#FFCD3A;
}

/* Style the container */
.container {
  border-radius: 5px;
  padding: 20px;
	max-width:70%;
	margin:auto;
}

.divider {
padding-top:20px;
max-width:80%;
border-bottom:3px solid #eb6e80;
	
}

/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 15%;
  margin-top: 6px;
}

#media {
display:none;	
	
	
}

.loader {
margin-left:10px;
	margin-top:24px;
float:right;
display:none;
  font-size: 10px;
  text-indent: -9999em;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background: #ffe377;
  background: -moz-linear-gradient(left, #ffe377 10%, rgba(255,227,119, 0) 42%);
  background: -webkit-linear-gradient(left, #ffe377 10%, rgba(255,227,119, 0) 42%);
  background: -o-linear-gradient(left, #ffe377 10%, rgba(255,227,119, 0) 42%);
  background: -ms-linear-gradient(left, #ffe377 10%, rgba(255,227,119, 0) 42%);
  background: linear-gradient(to right, #ffe377 10%, rgba(255,227,119, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #ffe377;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #ffffff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}



.success {
border-radius: 5px;
  padding: 20px;
	max-width:70%;
	margin:auto;
}


.clear_float {
	
	clear:left;
}

.button {
	
border-radius: 5px;
  padding: 20px;
	width:300px;
	display:inline-block;
	font-size:25px;
	text-align: center;
	background:#eb6e80;
	margin-top:25px;
	margin-left:10px;
	
}

.button:hover {
	cursor:pointer;
}

.small_button {
	
border-radius: 5px;
  padding: 5px;
	display:inline-block;
	font-size:15px;
	text-align: center;
	background:#eb6e80;
	margin-top:5px;
	margin-left:5px;
	
}


.small_button:hover {
	cursor:pointer;
}

.spacer {
	min-height:20px;
	width:100%;
}


/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 20px;
  }
	.container {
	max-width:100%;
	}	
	
	
	.button {
	
	border-radius: 5px;
  	padding: 20px;
	width:100%;
	display:inherit;
	font-size:25px;
	text-align: center;
	margin-top:25px;
	margin-left:0px;
	
}
	
	h1 {
font-size:40px;
line-height:40px;
border-bottom: 35px solid #eb6e80;
}


a {

font-size:15px;
padding:10px;
	
}

.line {
    text-indent: 0%;
    
}

}
