/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
	color: #FFF;
	font-size: 1.2em;
	line-height: 2;
	overflow-x:hidden !important;
}
body {
	background-color: #000000;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Poppins', sans-serif;
}
html, body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.cleaner {
	height: 0;
	line-height: 0;
	clear: both;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
/* Navbar section */
.nav {
	width: 100%;
	height: 90px;
	position: fixed;
	/*line-height: 58px;*/
	text-align: center;
	line-height: 65px;
	font-size: 1.2rem;
}
.nav div.logo {
	float: left;
	width: auto;
	height: auto;
}
.nav div.logo img {
	max-width: 50%;
	width: 100%;
	transition: all 0.4s ease;
}


.nav div.main_list {
	height: 90px;
	float: right;
}
.navTrigger {
	display: none;
}
.nav {
	padding-bottom: 20px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 10000;
}
.pink-line {
	display: block;
	width: 50%;
	margin-left: 25%;
	float: left;
	clear: both;
	margin-right: 25%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #EC008C;
	padding-bottom: 5%;
}
.home-testimonials {
	display: block;
	height: 720px;
	width: 250px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
}
.home-testimonials p {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 220px;
	font-size: 18px;
	line-height: 32px;
	margin-top: 70px;
	padding: 15px;
}
/* Media qurey section */

@media screen and (min-width: 768px) and (max-width: 1224px) {
.container {
	margin: 0;
}
.nav div.logo {
	width: 300px;
}
}
 @media screen and (max-width:768px) {
.nav div.logo {
	width: 300px;
}
.nav div.media_button {
	display: block;
}
}

.navTrigger {
	cursor: pointer;
	width: 30px;
	height: 25px;
	margin: auto;
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
}
.navTrigger i {
	background-color: #fff;
	border-radius: 2px;
	content: '';
	display: block;
	width: 100%;
	height: 4px;
}
.navTrigger i:nth-child(1) {
	-webkit-animation: outT 0.8s backwards;
	animation: outT 0.8s backwards;
	-webkit-animation-direction: reverse;
	animation-direction: reverse;
}
.navTrigger i:nth-child(2) {
	margin: 5px 0;
	-webkit-animation: outM 0.8s backwards;
	animation: outM 0.8s backwards;
	-webkit-animation-direction: reverse;
	animation-direction: reverse;
}
.navTrigger i:nth-child(3) {
	-webkit-animation: outBtm 0.8s backwards;
	animation: outBtm 0.8s backwards;
	-webkit-animation-direction: reverse;
	animation-direction: reverse;
}
.navTrigger.active i:nth-child(1) {
	-webkit-animation: inT 0.8s forwards;
	animation: inT 0.8s forwards;
}
.navTrigger.active i:nth-child(2) {
	-webkit-animation: inM 0.8s forwards;
	animation: inM 0.8s forwards;
}
.navTrigger.active i:nth-child(3) {
	-webkit-animation: inBtm 0.8s forwards;
	animation: inBtm 0.8s forwards;
}
 @-webkit-keyframes inM {
 50% {
 -webkit-transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(45deg);
}
}
 @keyframes inM {
 50% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(45deg);
}
}
 @-webkit-keyframes outM {
 50% {
 -webkit-transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(45deg);
}
}
 @keyframes outM {
 50% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(45deg);
}
}
 @-webkit-keyframes inT {
 0% {
 -webkit-transform: translateY(0px) rotate(0deg);
}
 50% {
 -webkit-transform: translateY(9px) rotate(0deg);
}
 100% {
 -webkit-transform: translateY(9px) rotate(135deg);
}
}
 @keyframes inT {
 0% {
 transform: translateY(0px) rotate(0deg);
}
 50% {
 transform: translateY(9px) rotate(0deg);
}
 100% {
 transform: translateY(9px) rotate(135deg);
}
}
 @-webkit-keyframes outT {
 0% {
 -webkit-transform: translateY(0px) rotate(0deg);
}
 50% {
 -webkit-transform: translateY(9px) rotate(0deg);
}
 100% {
 -webkit-transform: translateY(9px) rotate(135deg);
}
}
 @keyframes outT {
 0% {
 transform: translateY(0px) rotate(0deg);
}
 50% {
 transform: translateY(9px) rotate(0deg);
}
 100% {
 transform: translateY(9px) rotate(135deg);
}
}
 @-webkit-keyframes inBtm {
 0% {
 -webkit-transform: translateY(0px) rotate(0deg);
}
 50% {
 -webkit-transform: translateY(-9px) rotate(0deg);
}
 100% {
 -webkit-transform: translateY(-9px) rotate(135deg);
}
}
 @keyframes inBtm {
 0% {
 transform: translateY(0px) rotate(0deg);
}
 50% {
 transform: translateY(-9px) rotate(0deg);
}
 100% {
 transform: translateY(-9px) rotate(135deg);
}
}
 @-webkit-keyframes outBtm {
 0% {
 -webkit-transform: translateY(0px) rotate(0deg);
}
 50% {
 -webkit-transform: translateY(-9px) rotate(0deg);
}
 100% {
 -webkit-transform: translateY(-9px) rotate(135deg);
}
}
 @keyframes outBtm {
 0% {
 transform: translateY(0px) rotate(0deg);
}
 50% {
 transform: translateY(-9px) rotate(0deg);
}
 100% {
 transform: translateY(-9px) rotate(135deg);
}
}
.affix {
	padding: 0;
	background-color: #000;
	padding-bottom: 5px;
	padding-top: 5px;
	height: 120px !important;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: fixed;
	top: 0;
}
.affix img {
	max-width: 40% !important;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin-top: 20px;
}
.affix {
	font-size: 1rem !important;
}
/*End Navbar section/*

/* Nav section*/
.responsive-menu {
	position: relative;
}
.main-menu {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	width: 100%;
	height: 90px;
}
.sub-menu {
	display: block;
	list-style: none;
	margin: 0;
	font-size: 0;
	padding-top: 0px;
	padding-bottom: 12px;
	padding-left: 0;
	margin-left: -16px;
}
.main-menu li {
	font-size: 1.2rem;
}
.sub-menu li {
	font-size: 1rem;
}
.main-menu > li {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	padding-right: 2.4rem;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: auto;
	height: 65px;
}
.main-menu > li a {
	display: block;
}
.main-menu > li.active .sub-menu {
	opacity: 1;
	pointer-events: auto;
	margin-top: 0;
	z-index: 20;
}
.m-top {
	display: none !important;
}
.d-top {
	display: block !important;
	height: 48px !important;
}
.d-top a {
	font-weight: 600 !important;
	display: inline-block !important;
	padding-right: 20px;
	line-height: normal;
	color: #fff200 !important;
	font-size: 1.35rem;
}
.d-top a:hover {
	color: #EC008C !important;
}
.d-top-media {
	display: inline-block !important;
	font-size: 0px;
	line-height: 0px;
	position: absolute;
	top: 6px;
	width: 116px;
}
.facebook {
	display: inline-block !important;
}
.facebook a {
	background-image: url(../img/Facebook.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 0;
	line-height: 0;
	height: 48px !important;
	width: 48px;
	display: block;
	margin-right: 20px;
	padding-right: 0;
}
.facebook a:hover {
	background-image: url(../img/Facebook-hover.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.instagram {
	display: inline-block !important;
}
.instagram a {
	background-image: url(../img/Instagram.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 0;
	line-height: 0;
	height: 48px !important;
	width: 48px;
	display: block;
	padding-right: 0;
}
.instagram a:hover {
	background-image: url(../img/Instagram-hover.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.twitter {
	display: inline-block !important;
}
.twitter a {
	background-image: url(../img/Twitter.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 0;
	line-height: 0;
	height: 48px !important;
	width: 48px;
	display: block;
	padding-right: 10px;
}
.twitter a:hover {
	background-image: url(../img/Twitter-hover.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
@media only screen and (min-width: 1225px) {
.main-menu > li:hover .sub-menu {
	opacity: 1;
	pointer-events: auto;
	margin-top: 0;
	z-index: 20;
}
}
.main-menu .expand {
	display: none;
}
@media only screen and (max-width: 1224px) {
.responsive-menu {
	position: inherit;
}
.main-menu {
	opacity: 0;
	pointer-events: none;
	margin-top: 20px;
	transition: 200ms all;
	position: absolute;
	right: 0;
	width: 100%;
	height: 560px;
	left: 0;
	top: -90px;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
	padding-top: 90px;
}
.main-menu li {
	display: block;
}
.main-menu .expand {
	display: block;
	position: absolute;
	top: 0;
	right: auto;
	z-index: 15;
	transform-origin: 50%;
	transition: 200ms all;
	padding-right: 40px;
	padding-left: 40px;
	left: 60%;
}
.main-menu .expand.active {
	transform: rotate(45deg);
}
.affix {
	height: 90px !important;
}
.d-top {
	display: none !important;
}
.m-top {
	display: block !important;
	height: 48px !important;
}
.m-top a {
	font-weight: 600 !important;
	display: block !important;
	padding-right: 0;
	line-height: normal;
	color: #00aeef !important;
	font-size: 1.35rem;
}
.m-top a:hover {
	color: #EC008C !important;
}
.m-top-media {
	display: block !important;
	font-size: 0px !important;
	line-height: 0px !important;
	width: 116px !important;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.facebook {
	display: inline-block !important;
}
.facebook a {
	background-image: url(../img/Facebook.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 0;
	line-height: 0;
	height: 48px !important;
	width: 48px;
}
.facebook a:hover {
	background-image: url(../img/Facebook-hover.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.instagram {
	display: inline-block !important;
}
.instagram a {
	background-image: url(../img/Instagram.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 0;
	line-height: 0;
	height: 48px !important;
	width: 48px;
}
.instagram a:hover {
	background-image: url(../img/Instagram-hover.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.twitter {
	display: inline-block !important;
}
.twitter a {
	background-image: url(../img/Twitter.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 0;
	line-height: 0;
	height: 48px !important;
	width: 48px;
}
.twitter a:hover {
	background-image: url(../img/Twitter-hover.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
}
@media only screen and (max-width: 1224px) {
.main-menu.active {
	opacity: 1;
	pointer-events: auto;
	margin-top: 74px;
	z-index: 20;
}
.main-menu > li {
	padding-right: 0;
}
}
.sub-menu {
	opacity: 0;
	pointer-events: none;
	margin-top: 20px;
	transition: 200ms all;
	position: absolute;
	top: 100%;
	left: 0;
	right: auto;
	min-width: 200px;
}
@media only screen and (max-width: 1224px) {
.sub-menu {
	display: block;
	z-index: 20;
	width: 100%;
}
.nav {
	line-height: 58px;
}
}
.sub-menu li a {
	display: block;
}
.toggle-menu {
	display: none;
}
@media only screen and (max-width: 1224px) {
.toggle-menu {
	display: inline-block;
}
.sub-menu li a {
	text-align: center !important;
}
}
nav {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 1rem;
	box-sizing: border-box;/*width: 85%;*/
}
@media only screen and (min-width: 1224px) {
nav {
	text-align: right;
}
}
.toggle-menu {
	color: #ffffff;
	padding-right: 1rem;
	float: right;
	padding-top: 0.6rem;
	position: relative;
	z-index: 5000 !important;
}
.affix .toggle-menu {
	padding-top: 1.6rem;
}
.toggle-menu span {
	display: inline-block;
	vertical-align: middle;
	padding-left: 0.3rem;
}
.toggle-menu svg {
	display: inline-block;
	vertical-align: middle;
}
.sub-menu {
	background-color: rgba(0,0,0,0.65);
}
.main-menu li a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-shadow: 1px 1px 1px #333;
}
.main-menu li a:hover {
	color: #ec008c;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.main-menu li b::after {
	width: 0;
	height: 0;
	border: 0.313em solid transparent;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-bottom-style: solid;
	border-bottom-width: 0.313em;
	border-bottom: none;
	border-top-color: #ec008c;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em;
}
.sub-menu li a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 400;
	text-transform: none;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	white-space: nowrap;
	text-align: left;
	line-height: 48px;
	padding-left: 16px;
	padding-right: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(236,0,140,0.5);
}
.sub-menu li a:hover {
	color: #000;
	text-decoration: none;
	font-weight: 400;
	text-transform: none;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	white-space: nowrap;
	line-height: 48px;
	background-color: #00aeef;
}
.main-menu .expand, .sub-menu .expand {
	color: #ffffff;
	font-size: 1.5rem;
	cursor: pointer;
	font-weight: 800;
}
.main-menu .expand:hover {
	color: #ec008c;
	cursor: pointer;
}
 @media only screen and (max-width: 1224px) {
.sub-menu {
	margin-left: 0;
	background-color: rgba(0,0,0,0.85);
}
.nav {
	padding-top: 0;
	padding-bottom: 0;
}
.main-menu li b::after {
	display: none;
}

}
 @media only screen and (max-width: 360px) {
.nav div.logo {
	width: 240px;
}
}


/*End Nav Section*/

/* Banner section */

.banner {
	width: 100%;
	height: 100vh;
	background-image: url(../img/BPS-header.jpg);
	background-position: center top;
	background-size: cover;
	display: flex;
}

/*banner*/
.cb-slideshow, .cb-slideshow:after {
	width: 100%;
	height: 100vh;
	display: flex;
	color: #000;
}
.cb-slideshow li span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	opacity: 0;
	z-index: 0;
	animation: imageAnimation 36s ease-in 0s;
	animation-fill-mode: forwards;
	font-size: 0;
	line-height: 0;
	color: #000000;
	text-decoration: none;
}
.cb-slideshow li:nth-child(1) span {
	background-image: url(../img/BPS-header.jpg);
	background-position: center bottom;
	background-size: cover;
}
.services-header {
	background-image: url(../img/Services-header.jpg) !important;
}
.services-header-WGH {
	background-image: url(../img/Sub-Services-header.jpg) !important;
}
.about-header {
	background-image: url(../img/About_Header.jpg) !important;
}
.gallery-header {
	background-image: url(../img/Gallery-Header.jpg) !important;
}

 @keyframes imageAnimation {
 from {
 transform: scale(1.05);
}
to {
	transform: scale(1.1);
}
}
 @keyframes imageAnimation {
 0% {
 opacity: 0;
 animation-timing-function: ease-in;
}
 8% {
 opacity: 1;
 transform: scale(1.05);
 animation-timing-function: ease-out;
}
 17% {
 opacity: 1;
 transform: scale(1.1);
}
 22% {
 opacity: 1;
 -webkit-transform: scale(1.1) translateY(0%);
 -transform: scale(1.1) translateY(0%);
}
 25% {
 opacity: 1;
 -transform: scale(1.1) translateY(0%);
}
 100% {
opacity: 1;
transform: scale(1.1) translateY(0%);
}
}

/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span {
	opacity: 1;
}


.cb-slideshow, .cb-slideshow:after {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
}
.cb-slideshow li span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	opacity: 0;
	z-index: 0;
	animation: imageAnimation 36s ease-in 0s;
	animation-fill-mode: forwards;
	font-size: 0 !important;
	line-height: 0;
	color: #000000;
	text-decoration: none;
}
.cb-slideshow li::marker {
	display: none !important;
}
.cb-slideshow li div {
	position: absolute;
	top: 30%;
	left: 10%;
	width: 60%;
	text-align: left;
	opacity: 0;
	animation: titleAnimation 36s ease-in 0s;
	animation-fill-mode: forwards;
}
.cb-slideshow li div h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 60px;
	line-height: 64px;
	color: #fff200;
	display: block;
	font-variant: normal;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #000000;
	font-weight: 400;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	margin-bottom: 20px;
}
.cb-slideshow li div h2 {
	font-size: 60px;
	line-height: 64px;
	color: #FFF;
	font-weight: 800;
	display: block;
	margin-top: -20px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #000000;
}
.cb-slideshow li div p a {
	font-size: 30px;
	line-height: 34px;
	color: #FFF;
	font-weight: 800;
	display: block;
	margin-top: -20px;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 16px;
	padding-left: 30px;
	background-color: #ec008c;
	margin-right: 30px;
	margin-left: 30px;
	white-space: nowrap;
	float: left;
	width: auto;
	text-decoration: none;
}
.cb-slideshow li div p a:hover {
	color: #000;
	background-color: #00aeef;
}

.cb-slideshow li:nth-child(1) span {
	background-image: url(../img/BPS-header.jpg);
}
.services-header {
	background-image: url(../img/Services-header.jpg) !important;
}
.services-header-WGH {
	background-image: url(../img/Sub-Services-header.jpg) !important;
}
.about-header {
	background-image: url(../img/About_Header.jpg) !important;
}
.gallery-header {
	background-image: url(../img/Gallery-Header.jpg) !important;
}

@keyframes imageAnimation {
from {
 transform: scale(1.05);
}
to {
	transform: scale(1.1);
}
}
@keyframes imageAnimation {
 0% {
 opacity: 0;
 animation-timing-function: ease-in;
}
 8% {
 opacity: 1;
 transform: scale(1.05);
 animation-timing-function: ease-out;
}
 17% {
 opacity: 1;
 transform: scale(1.1);
}
 22% {
 opacity: 1;
 -webkit-transform: scale(1.1) translateY(0%);
 -transform: scale(1.1) translateY(0%);
}
 25% {
 opacity: 1;
 -transform: scale(1.1) translateY(0%);
}
 100% {
opacity: 1;
transform: scale(1.1) translateY(0%);
}
}
@keyframes titleAnimation {
 0% {
 opacity: 0;
 transform: translateY(-300%);
}
 8% {
 opacity: 1;
 transform: translateY(0%);
}
 17% {
 opacity: 1;
 transform: translateY(0%);
}
 19% {
 opacity: 1;
 transform: translateY(0%);
}
 25% {
opacity: 1;
transform: translateY(0%);
}
 100% {
opacity: 1;
transform: translateY(0%);
}
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span {
	opacity: 1;
}
@media screen and (max-width: 1224px) {
.cb-slideshow li div {
	position: absolute;
	top: 20%;
	left: 5%;
	width: 90%;
	text-align: left;
	opacity: 0;
	animation: titleAnimation 36s ease-in 0s;
	animation-fill-mode: forwards;
}
.cb-slideshow li div h1 {
	font-size: 36px;
	line-height: 42px;
}
.cb-slideshow li div h2 {
	font-size: 36px;
	line-height: 42px;
}
.cb-slideshow li div p a {
	font-size: 24px;
	line-height: 30px;
	margin-top: 0;
	padding-top: 12px;
	padding-right: 26px;
	padding-bottom: 12px;
	padding-left: 26px;
}
}

/*End Banner */


/*Form*/
.col-form {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.col-form label {
	display: block;
	font-size: 22px;
	font-weight: 300;
	padding-top: 1em;
	width: 90%;
	color: #00B0EF;
}
.col-form input, .col-form textarea {
	display: block;
	font-size: 22px;
	font-weight: 300;
	padding: 10px;
	width: 90%;
	color: #FFFFFF;
	background-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.col-form textarea {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
}
*:hover, *:active, *:focus {
	outline: 0;
}
.col-form #send {
	display: block;
	margin-top: 1em;
	margin-bottom: 2em;
	border: none;
	font-size: 22px;
	color: #FFFFFF;
	background-color: #ED008D;
	font-weight: 500;
	cursor: pointer;
	text-align: center;
	width: 40%;
	padding: 10px;
}
.col-form #send:hover {
	color: #000000;
	background-color: #00B0EF;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden, [hidden] {
 display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;/* 1 */
}
/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active, .sr-only.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	white-space: inherit;
	width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before, .clearfix::after {
	content: " ";
	display: table;
}
.clearfix::after {
	clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
 @media print,  (-webkit-min-device-pixel-ratio: 1.25),  (min-resolution: 1.25dppx),  (min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
*,  *::before,  *::after {
	background: #fff !important;
	color: #000 !important;
	/* Black prints faster */
	box-shadow: none !important;
	text-shadow: none !important;
}
a,  a:visited {
	text-decoration: underline;
}
a[href]::after {
	content: " (" attr(href) ")";
}
abbr[title]::after {
	content: " (" attr(title) ")";
}
/*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
a[href^="#"]::after,  a[href^="javascript:"]::after {
	content: "";
}
pre {
	white-space: pre-wrap !important;
}
pre,  blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
/*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
thead {
	display: table-header-group;
}
tr,  img {
	page-break-inside: avoid;
}
p,  h2,  h3 {
	orphans: 3;
	widows: 3;
}
h2,  h3 {
	page-break-after: avoid;
}
}
