/* ------ TRANSITIONS ------ */
.transition-bg-color {
	-webkit-transition: background-color .3s ease;
	   -moz-transition: background-color .3s ease;
			transition: background-color .3s ease;
}

/* ------ HEADLINES ------*/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Quicksand', 'Open Sans', Arial, Tahoma, Verdana !important;
	margin-top: 0;
	font-weight: 300;
	color: #fdc425;
}
h1 {
	font-size:2.500em;
	color: #fff;
	line-height: 1.300em;
	margin-bottom: 0;
	font-weight: 300;
	text-transform: uppercase;
}
h1 span {
	color: #fff;
}
h2 {
	color: #fdc425;
	font-size: 2.750rem;
}

/* ------ LINKS ------ */

a {
	color: #fff;
	text-decoration: none;
}
a:hover, 
a:focus {
	color: #000;
}

.button {
	background-color: transparent;
	font-family: 'Open Sans', Arial, Tahoma, Verdana;
	color: #0065cb;
	padding: 1rem 2.5rem 1rem 2.5rem;
	border: 1px solid #fff;
	font-size: 1.375rem;
}
.button:hover,
.button:active,
.button:focus {
	background-color: #0065cb;
	color: #fff;
}

/* ------ DIVIDER ------ */

.hr {
	border-top: 1px solid #ddd;
	line-height: 1px;
	font-size: 1px;
	margin: 20px 0;
	height: 1px;
}
.hr hr {
	display: none;
}


/* ------ PARAGRAPH ------ */
p {
	font-size: 1.250rem;
	margin-bottom: 0.625rem;
	font-weight: 100;
	line-height: 1.6rem;
}

ul li {
	font-size: 1.250rem;
	list-style-position: inside;
}

/* ------ ALIGNMENTS ------ */
.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-justify {
	text-align: justify;
}

/* ------ FORMS ------ */
textarea {
	min-height: 6rem;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #666;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #666;
	opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #666;
	opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:    #666;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
	color:    #666;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
	color: #111;
}

/* Cookie */
.cc-message a {
	color: #aaaaaa;
}
.cc-message a:hover {
	color: #ffffff;
}