<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	transition: .3s all;
}
html {
	scroll-behavior: smooth;
}
body {
	color: #464646;
	font-family: 'Noto Sans JP', sans-serif;
}
a {
	color: #307fe2;
	text-decoration: none;
}

.qualify_modal .center { text-align: center; }
.qualify_modal .qualifyform {		
	background-color: #307fe2;
	padding: 15px 5px;
	max-width: 600px;
	margin: 0 auto;
}
.qualify_modal .qualifyholder, .qualify_modal_2 .qualifyholder {
	max-width: 600px;
	margin: 0 auto;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	font-size: 18px;
}
.qualify_modal .qualifyholder p, .qualify_modal_2 .qualifyholder p {
	margin-bottom: .5em;
}
.link { cursor: pointer; }
.mainContainer {
	max-width: 1920px;
	margin: 0 auto;
}

.disclaimer {
    max-width: 1920px;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    line-height: 1.4;
    padding-bottom: 30px;
	font-size: 14px;
}
.pullRight {
	float: right;
}
.pullLeft {
	float: right;
}
.nowrap {
	white-space: nowrap;
}
.clear { 
  clear: both;
}
/*Reset safari btns*/
textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
button {
     -webkit-appearance: none;
}
#hero {
	background: url('../cps-images/bg_rowofhouses.jpg') no-repeat;
	background-size: cover;
	background-position: center 0;
	position: relative;
}
#loginBar {
	background: url('../cps-images/bg_gray.png');
	background-size: 80px;
	background-position: 0 50%;
	color: #fff;
    padding: 15px 20px;
    font-size: 14px;
    text-align: right;
	position: relative;
	top: 2px;
}
#loginBar li {
	display: inline-block;
}
#loginBar li:last-child a {
	padding-left: 35px;
	background: url('../cps-images/icon_user.png') no-repeat;
}
#loginBar a {
	color: rgba(255,255,255,.75);
	padding: 5px;
	text-decoration: none;
	margin: 0 20px;
	display: inline-block;
}
#loginBar a:hover {
	color: rgba(255,255,255,1);
}
header {
	flex-wrap: wrap;
}
header,
#footerContent .innerContainer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 42px 20px 40px;
	line-height: 1;
	max-width: 1800px;
	margin: 0 auto;
}
header &gt; * {

}
header #logo img {
	width: 100%;
	height: auto;
	max-width: 320px;
}
nav,
header #cophone {
	margin: 20px 0 20px;
}
nav {
	font-size: 1.1em;
	text-transform: uppercase;
}
nav li {
	display: inline-block;
	position: relative;
}
nav a {
	text-decoration: none;
	display: inline-block;
	margin: 2px 20px;
	color: #464646;
	padding-bottom: 2px;
	border-top: 2px solid rgba(0,0,0,0);
	border-bottom: 2px solid rgba(0,0,0,0);
    font-size: 18px;
	text-shadow: 0px 2px 5px #fff, 0px -2px 5px #fff;
}
nav a:hover,
nav a.active {
	border-color: #464646;
}
nav .subnav ul {
	position: absolute;
	right: 15px;
	font-size: .9em;
	z-index: 100;
	text-align: right;
	padding-top: 3px;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.5);
}
nav .subnav li {
	display: inline-block;
	white-space: nowrap;
	position: relative;
}
nav .subnav li a {
	border: none;
	padding: 5px;
	margin: 2px 0;
}
nav .subnav li a:hover {
	color: #65afe7;
}
nav .subnav:hover ul {
	display: block;
}
header #cophone {
	font-size: 1.25em;
}
header #cophone a {
	color: #000fa0;
	text-decoration: none;
	background: rgba(255,255,255,.5);
	display: inline-block;
	padding: 8px 10px;
	border-radius: 5px;
}
#heroContent {
	background: rgba(0,0,0,.4);
}
#contact #heroContent {
	
}
#heroContent .innerContainer {
	padding: 80px 40px;
}
#index #heroContent .innerContainer,
#contact #heroContent .innerContainer {
	height: 700px;
}
#index #heroContent .innerContainer {
	padding: 200px 40px;
}
#heroBlurb,
h1,
#index #heroContent h2,
#contact h2 {
	font-size: 3.75em;
	color: #fff;	
	font-family: "Roboto Condensed", sans-serif;
	text-shadow: 0 2px rgba(0,0,0,.8);
	font-weight: normal;
}
h1,
#heroContent h2 {
	text-align: center;
	margin-bottom: 50px;
}
h1.nointro {
	margin-bottom: 0;
}
#heroContent h2 {
	font-size: 2em;
}
#index h1 {
	color: inherit;	
	font-family: inherit;
	text-shadow: none;
	text-align: left;
	margin-bottom: inherit;
}
#heroBlurb span,
h1 span,
#contact h2 span {
	text-transform: uppercase;
	font-weight: 700;
}
#heroContent .btn {
	float: right;
	margin-top: 50px;
}
.btn-con-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.btn {
	text-transform: uppercase;
	padding: 10px 30px;
	background: #e4002b;
	color: #fff;
	border: 1px solid rgba(0,0,0,.5);
	border-radius: 3px;
	box-shadow: 0 1px rgba(0,0,0,.8);
	font-size: 1.5rem;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	display: inline-block;
	font-weight: bold;
	line-height: 1.25;
	cursor: pointer;
}
.btn:hover,
#maintext a.btn:hover {
	background: #c00528;
	text-decoration: none;
}
#maintext {
	font-size: 1em;
	line-height: 2em;
	margin: 0;
	overflow: hidden;
}
#index #maintext {
	top: 0;
}
#intro {
	background: rgba(255,255,255,.85);
	padding: 50px;
	border-radius: 5px;
	display: flex;
	align-content: center;
	justify-content: space-between;
	line-height: 2;
}
#intro h2 {
	line-height: 1.5;
}
#intro h2 a {
	color: #e4002b;
}
#intro &gt; div {
	align-self: center;
}
#intro &gt; div:last-child {
	text-align: right;
	margin-left: 80px;
}
#intro img {
	width: auto;
	height: auto;
	max-width: 300px;
	max-height: 213px;
}
#index h1,
.header h2,
#maintext .header h2,
h3.header2 {
	font-size: 2em;
	line-height: 1.25em;
	text-align: center;
	font-weight: bold;
}
h1 span {
	text-transform: uppercase;
}
h2 a:not(.default) {
	color: #fff;
}
h2 a:hover {
	opacity: .75;
}
p {
	margin-bottom: 2em;
}
.header {
	padding: 60px 0 15px;
	margin: 0 20px;
}
.divider {
	width: 150px;
	height: 4px;
	background: #697078;
	margin: 35px auto;
}
.innerContainer,
#index #heroContent .innerContainer {
	max-width: 1145px;
	margin: 0 auto;
	position: relative;
}
#heroContent .innerContainer {
	max-width: 1500px;
}

#maintext .innerContainer {
	padding: 60px 20px;
}
#maintext .innerContainer.nopadding {
	padding-top: 0;
}
.center {
	text-align: center;
}
#maintext h2 {
	font-size: 2em;
}
#maintext p,
#maintext ul {
	margin-bottom: 1em;
}
.list {
	text-align: center;
}
#maintext ul {
	margin: 1em 0 2em;
	list-style: none;
	display: inline-block;
	text-align: left;
	font-size: 1.25em;
	max-width: 950px;
}
#maintext li {
	margin-bottom: 1em;
	line-height: 1.25em;
	/*border-left: 1.25em solid #307fe2;
	padding-left: 10px;*/
	display: flex;
}
#maintext li:before {
	
}
#maintext li.nobullet {
	border-left: none;
	padding-left: 0;
}
#maintext li li {
	border-color: #697078;
}
#maintext li:before {
	content: "";
	border-left: 1em solid #307fe2;
	margin-right: 10px;
	display: inline-block;
	height: 1em;
	position: relative;
	top: .1em;
}
#maintext li  li:before {
	content: "";
	border: none;
	margin-right: 0;
}
#maintext ul ul {
	display: block;
	font-size: .9em;
	position: relative;
	top: -.25em;
}
section {
	color: #fff;
}
.bgBlue {
	background: #307fe2;
}
.bgDkGray {
	background: #464646;
}
section h2 {
	text-transform: uppercase;
}
section h2 {
	margin: 1em 0;
	font-size: 2em;
	font-weight: normal;
}
.section {
	background: #eaeaea;
}
.section .innerContainer {
	max-width: 1500px;
	margin: 0 auto;
	text-align: center;
	line-height: 1.5;
}
.section .flex {
	justify-content: space-between;
}
.section .flex &gt; * {
	flex-basis: 30%;
	margin: 0;
}
#maintext .icon {
	margin-bottom: 20px;
}
.box {
	background: rgba(255,255,255.5);
	border: 2px solid #c8c8c8;
	border-radius: 5px;
	padding: 40px;
	text-align: left;
	max-width: 1145px;
	margin: 50px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#maintext .box h2 {
	margin-bottom: 1em;
	font-size: 1.5em;
}
.btnContainer {
	text-align: center;
	margin-top: 2em;
}
.box .btn {
	font-size: 1.25em;
	padding: 10px 40px;
	margin: 20px;
	vertical-align: middle;
}
.icons {
	margin-top: 4em;
}
.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.flex &gt; * {
	margin: 0 20px;
}
#maintext .flex {
	padding-left: 0;
	padding-right: 0;
}
section:nth-of-type(odd) .flex {
	flex-direction: row-reverse;
}
#slogan {
	text-align: center;
	margin: 50px 0;
	padding: 0 20px;
	line-height: 0;
}
#slogan img {
	width: 100%;
	max-width: 1145px;
	height: auto;
}
.formGroup {
	padding: 0 15px;
	margin-bottom: 12px;
	width: 100%;
}
.formGroup label {
	color: #fff;
}
.formGroup label, .formGroup .formControl {
	display: block;
	width: 100%;
}
.formGroup .formControl {
    font-size: 18px;
    padding: 5px;
    height: 40px;
    border: none;
    background: rgba(255,255,255,.75);
}
.formGroup select.formControl {
	font-size: 16px;
}
.formGroup textarea.formControl {
	height: 120px;
}
#captchaSubmit {
	margin: 30px 15px 0;
}
.g-recaptcha {
	display: inline-block;
	margin-right: 20px;
	transform: scale(.75);
	transform-origin: 0 0;
	width: 50%;
}
.required-inpt {
    border: 2px solid #FF0000 !important;
}
.error {
    color: red;
    font-size: 22px;
}
.success {
	color: green;
	font-size: 22px;
}
.message {
	text-align: center;
}
.clear::after {
	content: "";
	display: table;
	clear: both;
}
.caps {
	text-transform: uppercase;
	font-weight: bold;
}
.hidden {
	display: none;
}
/*Footer*/
footer {
	line-height: 2em;
}
#contact footer .header {
	display: none;
}
.dividerBlue {
	height: 50px;
	background: url('../cps-images/bg_blue.png');
	background-size: 80px;
	background-position: 0 50%;
}
footer #footerBar {
	height: 75px;
	background: url('../cps-images/bg_gray.png');
	background-size: 80px;
	background-position: 0 650%;
}
#contactFooter {
	background: #eaeaea;
}
#contactFooter .innerContainer {
	max-width: 1800px;
	padding: 45px 20px 65px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: start;
}
#contactFooter .innerContainer &gt; * {
	flex-basis: 10%;
	min-width: 320px;
	margin-top: 20px;
}
#contactInfo p {
	margin-bottom: 30px;
}
#contactFooter a:hover {
	text-decoration: underline;
}
#socialmedia a {
	opacity: .75;
	border: 2px solid rgba(0,0,0,0);
	display: inline-block;
	padding: 2px;
	line-height: 0;
	border-radius: 5px;
	margin: 0 4px;
}
#socialmedia a:hover {
	opacity: 1;
	border-color: #a2a2a2;
}
#contactFooter #contactForm {
	background: #307fe2;
	padding-bottom: 10px;
	border-radius: 5px;
	margin: 0 20px;
	min-width: 730px;
	flex-basis: 50%;
}
#contactForm p {
	background: #464646;
	color: #fff;
	padding: 20px 40px;
	margin-bottom: 15px;
	border-radius: 5px 5px 0 0;
	line-height: 1.5;
}
#contactForm p#capError {
	background: none;
	padding: 0;
	margin-top: -20px;
}
#contactForm .flex {
	align-items: flex-start;
	margin: 0 25px;
}
#contactForm .flex &gt; * {
	margin: 0;
}
#contactForm .flex &gt; *:first-child {
	width: 45%;
}
#contactForm .btn {
	padding: 10px 20px;
	border: 2px solid #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	box-shadow: none;
}
#contactFooter .innerContainer &gt; *:last-child {
	line-height: 2.25;
}
footer ul {
	list-style: none;
}
.logos {
	margin-top: 2em;
}
.logos img {
	margin-right: 5px;
	vertical-align: middle;
	margin-bottom: 10px;
}
/*Contact*/
#contact footer {
	position: relative;
	z-index: 1;
	margin-top: -600px;
}
#contact .dividerBlue {
	display: none;
}
#contact .header {
	padding-top: 40px;
}
#contact h2 {
	margin-bottom: 60px;
}
#contact footer .divider {
	display: none;
}
#contact #contactFooter {
	/*background: rgba(255,255,255,.85);*/
}

.backdrop {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
    background-color: rgba(0,0,0,.15);
    z-index: 1000;
	font-family: 'Noto Sans JP', sans-serif;
}
.modal {
	background: rgba(255,255,255.5);
	border: 2px solid #c8c8c8;
    border-radius: 5px;
    /*padding: 40px;*/
    padding: 10px 40px 40px;
    text-align: left;
    max-width: 40%;
    margin: 40px auto 0;
	box-sizing: border-box;
	font-size: 17px;
	max-width: 600px;
    max-height: 100%;
    overflow-y: auto;
}
.modal form {
	margin: 0px;
}
.modal .step {
	margin-bottom: 20px;
}
.modal input[type=button], .modal input[type=submit] {
	background-color: #307fe2; 
	color: #FFF;
	padding: 5px 20px;
    border: 2px solid #307fe2;
    border-radius: 2px;
}
.modal .step label {
	display: block;
	font-weight: bold;
}
.modal .step label.required_field {
	color: red;
}
.modal .step input[type=text].required_field, .modal .step select.required_field { border-color: red; }
.modal .step .checkboxes {
	margin: 5px 0px 5px;
}
.modal .step .checkboxes label {
	display: inline-block;
	font-weight: normal;
    padding: 10px 0px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
	box-sizing: border-box;
}
.modal .step input[type=text], .modal .step select {
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
    margin: 5px 0px 15px;
}
.modal .next_step, .modal .submit_step { 
	float: right;
}
.modal .prev_step {
	float: left;
}
.hidden { display: none !important; }
.clear { clear: both; }

.checkboxes input:checked + span {
    background-color: #307fe2;
    color: #FFF;
	border: 2px solid #212121 !important;
}
.checkboxes input { 
	visibility: hidden; 
	width: 0px;
	float: left; 
}
.checkboxes span {
	padding: 10px 20px;
    background-color: #e1e1e1;
    color: #333;
    border-radius: 5px;
    border: 1px solid #b2b2b2;
	display: inline-block;
	text-align: center;
	font-size: 15px;
	width: 100%;
	box-sizing: border-box;
}
.creditstyle.checkboxes span {
	padding: 10px;
	font-size: 13px;
}
.checkboxes.creditstyle label {
	margin: 0px 2px;
}
.clear {
	clear: both;
}
.mobile-nav-btn {
	display: none;
	width: 40px;
}
.fadeIn {
	animation: fadeIn .75s;
}
.close-btn {
	display: flex;
	margin-left: auto;
	padding: 5px;
	background: red;
	border-radius: 5px;
	transition: .2s all ease-in-out;
}
.close-btn:hover {
	cursor: pointer;
	background: #ff5656;
}
.close-btn img {
	width: 20px;
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.open-animate {
	animation: open-animate .50s;
}
@keyframes open-animate {
    0% {
        transform: scaleY(0) translateY(100px);
        opacity: 0;
        
    }
    100% {
        transform: scaleY(1) translateY(0);
        opacity: 1;
    }
}
/*
#0f9246
#7dbb42
#fecc09
#f68e1f
#ef4723
#bc2026
*/
h3 {
	margin-top: 1em;
	margin-bottom: 20px;
	font-size: 1.5em;
}
.grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.grid &gt; div {
	width: 50%;
	border-bottom: 2px solid #eaeaea;
	padding-top: 1em;
	padding-bottom: 1em;
}
.grid &gt; div:nth-last-child(-n+2) {
	border-bottom: none;
}
.grid &gt; div:nth-of-type(odd) {
	border-right: 1px solid #eaeaea;
	padding-right: 50px;
}
.grid &gt; div:nth-of-type(even) {
	border-left: 1px solid #eaeaea;
	padding-left: 50px;
}
#maintext .grid .list,
#maintext .moreDetails .list {
	text-align: left;
}
#maintext .grid ul,
#maintext .grid ul ul,
#maintext .moreDetails ul,
#maintext .moreDetails ul ul {
	font-size: 16px;
	margin-bottom: 1em;
}
#maintext .grid li li::before,
#maintext .moreDetails li li::before {
	border-left: 1em solid #807f7f;
	margin-right: 10px;
}
#maintext .grid li li li::before,
#maintext .moreDetails li li li::before {
	border-left: 1em solid #29348f;
	margin-right: 10px;
}
.moreDetails &gt; div {
	margin-bottom: 20px;
	border-bottom: 2px solid #eaeaea;
}
.moreDetails &gt; div:last-child {
	border: none;
}
#maintext .moreDetails h3:before {
	content: "";
	border-left: 1em solid #e4002b;
	margin-right: 10px;
	display: inline-block;
	height: 1em;
	position: relative;
	top: .1em;
}
.moreDetails .expand {
	display: none;
	background: #eaeaea;
	padding: 20px;
	border-radius: 5px;
	line-height: 1.5;
}
.moreDetails h3 {
	display: inline-block;
	margin-right: 10px;
}
h4 {
	font-size: 1.25em;
	margin-bottom: .75em;
}
.btn.btn-sm {
	font-size: 18px;
	font-weight: normal;
	padding: 0;
	background: none;
	border: none;
	color: #e4002b;
	box-shadow: none;
	margin-bottom: 20px;
}
.moreDetails .twocol {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.moreDetails .twocol &gt; div {
	width: 47%;
}

@media (max-width: 1500px) {
	
	#contactFooter .innerContainer &gt; * {
		margin: 3em 20px 0;
	}
	#contactInfo {
		order: 3;
	}
	#contactFooter #contactForm {
		flex-basis: 100%;
		order: 1;
		min-width: auto;
		width: calc(100% - 40px);
	}
	#contactFooter .innerContainer &gt; :last-child {
		order: 2;
	}
	.disclaimer {
		width: 80%;
	}
	
}

@media screen and (max-width: 1030px) {
	#index #heroContent .innerContainer {
		padding: 50px 30px;
	}
	.btn-con-flex {
		flex-direction: column;
	}
	#heroContent .btn-con-flex .btn {
		float: none;
		margin-top: 20px;
	}
}

@media (max-width: 900px) {
	.flex,
	#intro {
		display: block;
	}
	#intro &gt; div:last-child {
		text-align: center;
		margin-left: 0;
	}
	section h2 {
		text-align: center;
	}
	section img {
		margin: 0 auto;
		display: block;
	}
	.section .flex &gt; * {
		margin: 0 auto 80px;
		max-width: 400px;
	}
	#contactForm .flex &gt; :first-child {
		width: 100%;
	}
	.g-recaptcha {
		transform: unset;
	}
}

/*nav*/
@media (max-width: 856px) { 
    #logo {
        margin-bottom: 15px;
    }
    header {
        flex-direction: column;
    }
	header nav {
		display: none;
	}
	nav {
        width: 100%;    
        background: rgba(0,0,0,.5);
        border-radius: 5px;
    }
    nav li {
        display: block;
        text-align: center;
    }
    nav li a {
        padding: 10px 20px;
        display: block;
        color: #eeeeee;
		text-shadow: none;
    }
	.mobile-nav-btn {
		display: block;
		width: 40px;
	}
}

@media (max-width: 800px) {
	#heroBlurb {
		font-size: 3em;
	}
	.box {
		display: block;
		text-align: center;
	}
	.moreDetails .twocol &gt; div {
		width: 100%;
	}
}
/*@media (max-width: 703px) { 
    nav {
        width: 100%;    
        background: rgba(0,0,0,.5);
        border-radius: 5px;
    }
    nav li {
        display: block;
        text-align: center;
    }
    nav li a {
        padding: 10px 20px;
        display: block;
        color: #eeeeee;
    }
}*/

@media (max-width: 600px) {
	
	#loginBar {
		font-size: 12px;
		padding: 5px 0;
		text-align: center;
	}
	#loginBar a {
		margin: 0 10px;
	}
	#loginBar li:last-child a {
		background-size: 25px;
		padding: 3px 15px 3px 35px;
		margin-right: 0;
		font-size: 16px;
	}
	#hero {
		background-position: center 35px;	
	}
	header {
		padding: 10px 20px;
	}
	header #logo {
		width: 50%;
	}
	nav {
		order: 3;
		width: 100%;
		margin: 10px 0;
	}
/*	nav &gt; ul {
		font-size: 13px;
		width: calc(100% + 30px);
		margin-left: -14px;
		text-align: center;
	}
	nav li {
		list-style: none;
		margin: 5px 15px;
		display: inline-block;
	}*/
	nav a {
		margin-left: 0;
		margin-right: 0;
		border-width: 1px;
		font-weight: bold;
		padding-bottom: 1px;
	}
	nav .subnav ul {
		font-size: .9em;
		top: 100%;
		right: auto;
		left: -12px;
		text-align: left;
	}
	header #cophone {
		font-size: 1em;
	}
	#index #heroContent {
		text-align: center;
	}
	h1 {
		font-size: 2em;
	}
	h1, #heroContent h2 {
		margin-bottom: 30px;
	}
	#maintext .innerContainer {
		padding-top: 20px;
	}
	#index #heroContent .innerContainer,
	#heroContent .innerContainer {
		padding: 45px 10px;
		height: auto;
	}
	#contact #heroContent .innerContainer {
		height: 650px;
	}
	#heroBlurb {
		font-size: 2em;
	}
	#intro h2 {
		font-size: 1.5em;
	}
	#heroContent .btn {
		float: none;
		margin-top: 30px;
	}
	#intro {
		padding: 20px;
		line-height: 1.75;
	}
	#intro img {
		width: 100%;
	}
	.header {
		padding-top: 40px;
	}
	#index h1,
	.header h2,
	#maintext .header h2 {
		font-size: 1.5em;
	}
	#maintext ul {
		font-size: 1em;
	}
	.box {
		padding-left: 20px;
		padding-right: 20px;
	}
	#maintext .box h2,
	.box .btn {
		font-size: 1em;
	}
	#slogan {
		margin: 30px 0;
	}
	#contactFooter {
		text-align: center;
	}
	#contactFooter .innerContainer {
		padding: 45px 0 65px;
	}
	#contactFooter .innerContainer &gt; * {
		margin-left: auto;
		margin-right: auto;
		padding: 0 10px;
	}
	#contactFooter #contactForm {
		padding: 0 0 10px;
	}
	#contactForm {
		text-align: left;
	}
	#contactForm p {
		padding: 20px;
	}
	#contactForm .flex {
		margin: 0;
	}
	#captchaSubmit {
		margin: 30px auto;
		text-align: center;
	}
	.g-recaptcha {
		width: auto;
		margin-right: 0;
		transform-origin: 50%;
	}
	#contactForm .btn {
		float: none;
		display: block;
		margin: 0 auto;
	}
	#socialmedia a {
		margin: 0 12px;
	}
	
}

@media (max-width: 450px) {
	
	nav {
		margin-top: 0;
	}
	#maintext .innerContainer {
		padding-top: 20px;
		text-align: center;
	}
	#maintext .innerContainer.nopadding {
		text-align: left;
	}
	#contactFooter .innerContainer &gt; * {
		min-width: auto;
		flex-basis: 100%;
	}
	#captchaSubmit {
		margin: 0;
	}
	img {
		max-width: 100%;
	}
	.btn {
		font-size: inherit;
		white-space: normal;
		margin-left: 0;
		margin-right: 0;
	}
	
}
@media (max-width: 350px) {
	
	.g-recaptcha {
		transform-origin: 0;
		transform: scale(.75);
		padding: 10px;
	}
}
@media (max-width: 320px) {
	
	.g-recaptcha {
		display: block;
	}
}

/* Two column layout */
.columns {
	display: flex;
	justify-content: center;
	max-width: 1145px;
	margin: 0 auto;
	margin-bottom: 2em;
}
.columns &gt; * {
	margin: 0 20px;
	flex-grow: 1;
	align-self: center;
}
.columns .icon {
	margin-top: 1em;
	text-align: center;
	line-height: 0;
}
.columns .icon img {
	max-width: 250px;
	height: auto;
	border: 2px solid rgba(0,0,0,.1);
	padding: 2em;
	border-radius: 10px;
}
#maintext .columns ul {
	margin: 0;
}
@media (max-width: 800px) {
	
	.columns {
		flex-wrap: wrap;
	}
	.columns.reverse {
		flex-direction: column-reverse;
	}
	
}</pre></body></html>