<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@font-face {
    font-family: 'gilroy-extrabold';
    src: url('../fonts/gilroy_extrabold_macroman/gilroy-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/gilroy_extrabold_macroman/gilroy-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy-light';
    src: url('../fonts/gilroy_light_macroman/gilroy-light-webfont.woff2') format('woff2'),
         url('../fonts/gilroy_light_macroman/gilroy-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Normalize
–––––––––––––––––––––––––––––––––––––––––––––––––– */
progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,select,textarea{font-family:inherit;font-weight:300}optgroup{font-weight:700}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:1}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* Base
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'gilroy-light';
	font-size: 1.7em;
	line-height: 1.6;
	color: #592C82;
	font-weight: 300;
}
body.has-active-menu {
	overflow: hidden;
}
.pg-wrapper {
	-webkit-transition: -webkit-transform 0.3s;
	        transition: -webkit-transform 0.3s;
	        -o-transition: transform 0.3s;
}
.pg-mask {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	     -o-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	        transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.pg-mask.is-active {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.3s;
	     -o-transition: opacity 0.3s;
	        transition: opacity 0.3s;
               opacity: 0.7;
}
.pg-width {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.pg-width-narrow {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 1180px) {
    .pg-width, .pg-width-narrow {
        max-width: 1024px;
    }
}
@media only screen and (max-width: 1024px) {
    .pg-width, .pg-width-narrow {
        max-width: 768px;
    }
}
@media only screen and (max-width: 768px) {
    .pg-width, .pg-width-narrow {
        max-width: 550px;
    }
}
@media only screen and (max-width: 480px) {
	body {
		font-size: 1.4em;
	}
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 10px;
    font-family: 'gilroy-light';
    font-weight: bold;
}
h1 { font-size: 5.0rem; line-height: 1.2; font-family: 'Source Serif Pro', serif; color: #592C82; }
h2 { font-size: 3.5rem; line-height: 1.25; font-family: 'Source Serif Pro', serif; }
h3 { font-size: 3rem; line-height: 1.3;  }
h4 { font-size: 2.6rem; line-height: 1.3.5; }
h5 { font-size: 2.2rem; line-height: 1.5; }
h6 { font-size: 1.9rem; line-height: 1.6; }
p { margin-top: 0; }
strong { font-family: 'gilroy-extrabold'; }

.tc {
	text-align: center;
}
.text-para1 {
	font-size: 2rem;
}
.text-sm {
	font-size: 1.3rem;
}

@media only screen and (max-width: 768px) {
	h1 { font-size: 3.4rem; line-height: 1.2; }
	h2 { font-size: 3rem; line-height: 1.25; }
	h3 { font-size: 2.6rem; line-height: 1.3; }
	h4 { font-size: 2.3rem; line-height: 1.3.5; }
	h5 { font-size: 1.8rem; line-height: 1.5; }
	h6 { font-size: 1.5rem; line-height: 1.6; }
	
	.text-para1 {
		font-size: 1.7rem;
	}
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	text-decoration: underline;
	color: #592C82;
}
a:hover {
	opacity: 0.5;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column {
	float: left;
	overflow: hidden;
	padding: 20px 30px 20px 30px;
	  -webkit-box-sizing: border-box;
	          box-sizing: border-box;
}
.column .column {
	padding: 20px 30px 20px 0;
}
.one.column 		{ width: 8.3333333%; }
.two.column 		{ width: 16.6666667%; }
.three.column 		{ width: 25%; }
.four.column 		{ width: 33.3333333%; }
.five.column 		{ width: 41.6666667%; }
.six.column 		{ width: 50%; }
.seven.column 		{ width: 58.3333333%; }
.eight.column 		{ width: 66.6666667%; }
.nine.column 		{ width: 75%; }
.ten.column 		{ width: 83.3333333%; }
.eleven.column 		{ width: 91.6666667%; }
.twelve.column 		{ width: 100%; }

/* Column - Feature
––––––––––––––-----–––––––– */
.column-feature {
	float: left;
	overflow: hidden;
	margin: 0 2% 0 2%;
	padding: 40px 60px;
	  -webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	          box-sizing: border-box;
    background: #EEE;
    border-radius: 0 100px 0 0;
}
.one.column-feature		{ width: 4.3333333%; }
.two.column-feature 		{ width: 12.6666667%; }
.three.column-feature 		{ width: 21%; }
.four.column-feature 		{ width: 29.3333333%; }
.five.column-feature 		{ width: 37.6666667%; }
.six.column-feature 		{ width: 46%; }
.seven.column-feature 		{ width: 54.3333333%; }
.eight.column-feature 		{ width: 62.6666667%; }
.nine.column-feature 		{ width: 71%; }
.ten.column-feature 		{ width: 79.3333333%; }
.eleven.column-feature 		{ width: 89.6666667%; }
.twelve.column-feature 		{ width: 96%; }

@media only screen and (max-width: 768px)  {
	.column {
		padding: 20px;
		width: 100% !important;
		max-width: 550px;
		float: none;
		margin: 0 auto;
	}
	.column-feature {
		padding: 20px;
		width: 90% !important;
		max-width: 550px;
		float: none;
		margin: 5% auto;
        border-radius: 0 50px 0 0;
	}
}

/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.main {
	position: relative;
}
main {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	padding: 80px 0;
}
section {
	overflow: hidden;
	clear: both;
}
section.hero {
    background-image: url(../images/banner/hero-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
section.hero img {
    position: absolute;
}
.slider ul {
	height: 400px;
    max-width: 65%;
	list-style: none;
	margin: 0;
    position: relative;
    top: 0;
}
.slider ul li {
	height: 100%;
    padding: 100px 50px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.slider ul li h2 {
    font-size: 6rem;
    color: #FFF;
    line-height: 1;
    margin: 0;
    font-family: 'Source Serif Pro', serif;
}
.slider ul li h3 {
    color: #FFF;
    font-size: 4rem;
}
section.banner-texture {
    background-image: url(../images/texture-banner.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 150px;
}
.cta {
    width: 100%;
    height: 300px;
    background-image: url(../images/cta.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    color: #FFF;
    padding: 40px;
    -webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.cta h2 {
    width: 100%;
    margin: 0;
    font-family: 'Source Serif Pro', serif;
}
.cta h4 {
    width: 100%;
}
section.subtle {
    background: rgba(88,43,129,0.15);
}
section.purple {
     background: #592C82;
    color: #FFF;
    border-bottom: solid 1px rgba(255,255,255,0.4);
}
footer.main {
    background-color: #592C82;
    overflow: hidden;
    clear: both;
    padding: 30px 0 0 0;
}

@media only screen and (max-width: 1180px) {
    .slider ul {
        height: 375px;
    }
}
@media only screen and (max-width: 1024px) {
    .slider ul {
        height: 280px;
    }
    .slider ul li {
        height: 100%;
        padding: 60px 40px;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
           -moz-background-size: cover;
             -o-background-size: cover;
                background-size: cover;
    }
    .slider ul li h2 {
        font-size: 4rem;
    }
    .slider ul li h3 {
        font-size: 2rem;
    }
}
@media only screen and (max-width: 768px) {
    .slider ul {
        height: 200px;
    }
    .slider ul li {
        height: 100px;
    }
    .slider ul li h2 {
        font-size: 3rem;
    }
    .slider ul li h3 {
        font-size: 1.6rem;
    }
	main {
		padding: 40px 0;
	}
    section.banner-texture {
        height: 100px;
    }
    .cta {
        width: 100%;
        height: auto;
        background-color: #592C82;
        background-image: url(../images/brand-mark.svg);
        background-size: 160px auto;
        background-repeat: no-repeat;
        background-position: right top;
        align-content: center;
        padding: 60px 160px 60px 30px;
        border-radius: 0 0 50px 0;
    }
}
@media only screen and (max-width: 480px) {
	main {
		padding: 20px 0;
	}
    section.hero img {
        width: 135%;
        position: absolute;
    }
    .slider ul {
        height: 150px;
    }
    .slider ul li {
        padding: 40px 20px;
    }
    .slider ul li h2 {
        font-size: 2.5rem;
    }
    section.banner-texture {
        height: 60px;
    }
    .cta {
        background-image: none;
        padding: 60px 100px 60px 30px;

    }
}


/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.trigger, .trigger-close {
	display: none;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox]:checked ~ #menu {
	display: block;
}
ul.nav-primary {
    overflow: hidden;
    position: absolute;
    top: 30px;
    right: 30px;
}
ul.nav-primary li {
    float: left;
    font-size: 1.4rem;
}
ul.nav-primary li a {
    box-sizing: border-box;
    color: #592C82;
    display: block;
    padding: 10px 15px;
    border: none;
     text-decoration: none;
}
ul.nav-primary li a:hover {
    color: #009D4F;
}
ul.nav-primary li.blog {
    box-sizing: border-box;
    font-size: 1.1rem;
    line-height: 1.2;
    margin-left: 15px;
    text-align: center;
    margin-top: 5px;
}
ul.nav-primary li.blog a {
    color: #FFF;
    background: #592C82;
    border-radius: 50px;
}

@media only screen and (max-width:1024px) {
    ul.nav-primary {
        top: 90px;
        right: 40px;
    }
}

@media only screen and (max-width:768px) {
	nav.menu-wrapper {
		position: fixed;
		z-index: 200;
		background-color: #FFF;
        background-image: url(../images/brand-mark.svg);
        background-position: bottom;
        background-size: 120px auto;
        background-repeat: repeat-x;
		-webkit-transition: transform 0.3s;
		     -o-transition: transform 0.3s;
				transition: -webkit-transform 0.3s;
				transition: transform 0.3s;
				transition: transform 0.3s, -webkit-transform 0.3s;
	}
	nav.menu-slide {
		height: 100%;
		width: 80%;
		max-width: 320px;
		top: 0;
		left: 0;
		overflow-y: scroll;
		-webkit-transform: translateX(-100%);
			-ms-transform: translateX(-100%);
				transform: translateX(-100%);
	}
	nav.menu-slide.is-active {
		-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
				transform: translateX(0);
	}
    ul.nav-primary {
        overflow: hidden;
        position: relative;
        top: 30px;
        right: auto;
        background: #FFF;
        margin: 0 20px;
    }
    ul.nav-primary li {
        width: 100%;
        font-size: 1.6rem;
        text-align: center;
    }
    ul.nav-primary li a {
        color: #592C82;
        display: block;
        padding: 10px 15px;
    }
    ul.nav-primary li a:hover {
        color: #009D4F;
    }
    ul.nav-primary li.blog {
        margin-left: 0;
        font-size: 1.4rem;
    }
    ul.nav-primary li.blog a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
	.trigger {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 10px;
		left: 5%;
		background: #FFF url(../images/icons/ic_menu.svg) center center no-repeat;
		background-size: 20px 20px;
		border: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.trigger:focus {
		outline: none;
	}
	.trigger-close {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 15px;
		right: 15px;
		background: #FFF url(../images/icons/ic_close.svg) center center no-repeat;
		background-size: 15px 15px;
		border: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.trigger-close:focus {
		outline: none;
	}
}

@media only screen and (max-width:550px) {
    .trigger {
        top: 10px;
		left: 15px;
	}
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
li {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Bullets
–––––––––––––––––––––––––– */
ul.bullets {
	overflow: hidden;
	list-style: disc;
    margin-bottom: 20px;
}
ul.bullets li {
	margin: 0 0 0 30px;
}

/* Feature Items
–––––––––––––––––––––––––– */
ul.featitems {
    overflow: hidden;
    padding: 20px;
}
ul.featitems li {
    width: 100%;
    color: #FFF;
    margin-bottom: 20px;
    position: relative;
    border-radius: 0 50px 0 0;
    background-image: url(../images/featitems.svg);
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    min-height: 120px;
}  
ul.featitems li:hover {
    -webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}
ul.featitems li img {
    position: absolute;
    width: 80px;
    height: auto;
    display: block;
    top: 10px;
}
ul.featitems li h4 {
    font-size: 2rem;
    line-height: 1.1;
    margin: 0 0 5px 0;
    font-family: 'Source Serif Pro', serif;
}
ul.featitems li p {
    margin: 0;
}
ul.featitems li a {
    color: #FFF;
    display: block;
    padding: 30px 30px 30px 100px;
    text-decoration: none;
}

@media only screen and (max-width: 1024px) {
    ul.featitems li img {
        width: 60px;
        top: 10px;
        left: 10px;
    }
    ul.featitems li a {
        padding: 80px 30px 30px 40px;
    }
}

@media only screen and (max-width: 768px) {
    ul.featitems li img {
        width: 80px;
        top: 20px;
    }
    ul.featitems li a {
        padding: 30px 30px 30px 110px;
    }
}

/* Kits
–––––––––––––––––––––––––– */
ul.kits {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
ul.kits &gt; li {
    width: 31.333%;
    float: left;
    font-size: 1.4rem;
    background-color: #FFF;
    padding: 90px 40px 80px 40px;
    position: relative;
    border-top: 17px solid #e6e0ed;
    background-image: url(../images/texture.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top -70px center;
}
ul.kits h4 {
    font-size: 3rem;
    line-height: 1.2;
    font-family: 'Source Serif Pro', serif;
}
ul.kits h5 {
    position: absolute;
    top: -17px;
    right: 30px;
    background: #FFF;
    border: solid 2px #592C82;
    color: #592C82;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 1.7rem;
    font-family: 'gilroy-extrabold';
}
ul.kits li a.btn-primary {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0;
    font-size: 2rem;
    padding: 15px 0;
     text-decoration: none;
}
.btn-buy {
    width: 100%;
    position: absolute !important;
    bottom: -1px;
    left: 0;
}
.btn-buy:hover {
    opacity: 0.7;
    transition: 0.3s;
}
.price {
    font-size: 3rem;
}
.price-sm {
    font-size: 2rem;
}

@media only screen and (max-width: 1024px) {
    ul.kits &gt; li {
        width: 31.333%;
        padding: 90px 20px 80px 20px;
        background-position: top -25px center;
    }
}
@media only screen and (max-width: 768px) {
    ul.kits &gt; li {
        width: 100%;
        margin-bottom: 30px;
        padding: 90px 20px 80px 20px;
        background-position: top -135px center;
    }
}

@media only screen and (max-width: 550px) {
    ul.kits &gt; li {
        width: 100%;
        margin-bottom: 30px;
        padding: 90px 20px 80px 20px;
        background-position: top -150px center;
        background-size: 550px auto;
    }
}

/* Social
–––––––––––––––––––––––––– */
ul.social {
    overflow: hidden;
    display: table;
    margin: 0 auto;
}
ul.social li {
    float: left;
    margin: 0 3px;
}
ul.social li img {
    width: 40px;
    height: auto;
    display: block;
}


/* Contact Details
–––––––––––––––––––––––––– */
ul.contact-details {
    overflow: hidden;
    margin-bottom: 20px;
}
ul.contact-details li {
    width: 100%;
    padding: 10px 0;
    font-size: 1.4rem;
    line-height: 1.2;
}
ul.contact-details li a {
    font-size: 1.8rem;
}


/* Sitemap
–––––––––––––––––––––––––– */
ul.sitemap {
    overflow: hidden;
    display: table;
    margin: 0 auto 20px auto;
}
ul.sitemap li {
    font-size: 1.4rem;
    margin-bottom: 0 auto;
    float: left;
}
ul.sitemap li a {
    display: block;
    color: #FFF;
    padding: 5px 20px;
    text-decoration: none;
}
ul.sitemap li a:hover {
    opacity: 0.5;
}

@media only screen and (max-width: 480px) {
     ul.sitemap {
        padding: 30px 0;
    }
    ul.sitemap li {
        width: 100%;
        text-align: center;
    }
}

/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 150px;
	height: auto;
	display: inline-block;
	padding: 15px 30px;
}
img.logo-menu {
    display: none !important;
}
img.logo-footer {
	width: 150px;
	height: auto;
	display: block;
    margin: 0 auto;
	padding: 15px 30px;
}
img.img-full {
	width: 100%;
	height: auto;
	display: block;
    border-radius: 5px;
}
img.img-sample {
	width: 100%;
	height: auto;
	display: block;
    border: solid 1px #DDD;
    border-radius: 0 40px 0 0;
}
img.tagline {
    position: relative !important;
    width: 100%;
    max-width: 768px;
    height: auto;
    display: block;
    margin: 60px auto;
}
img.footer-paypal {
    width: 150px;
    height: auto;
    display: block;
    border-radius: 5px;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    img.logo {
        width: 150px;
        height: auto;
        display: block;
        padding: 15px 30px 50px 30px;
        margin: 0 auto;
    }
    img.tagline {
        max-width: 550px;
        margin: 40px auto;
    }
}

@media only screen and (max-width: 768px) {
    img.logo {
        width: 100px;
        padding: 10px 15px 10px 15px;
    }
    img.logo-menu {
        display: block !important;
    }
    img.tagline {
        max-width: 480px;
        margin: 40px auto;
    }
    img.img-sample {
        max-width: 200px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 480px) {
    img.tagline {
        max-width: 100%;
        margin: 30px auto;
    }
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.form {
	overflow: hidden;
    margin-bottom: 10px;
}
ul.form li {
	width: 98%;
	float: left;
}
ul.form li.half {
	width: 48%;
	margin: 0 2% 0 0;
}
ul.form li.third {
	width: 31.333%;
	margin: 0 2% 0 0;
}

input[type="email"],
input[type="text"],
input[type="tel"],
textarea,
select {
	width: 100%;
	padding: 15px 10px;
	margin-bottom: 5px;
	background-color: #FFF;
	border: solid 1px rgba(88,43,129,0.2);
	border-radius: 0 10px 0 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-size: 1.2rem;
	color: rgba(88,43,129,0.4);
	-webkit-appearance: none;
	background-position: right 10px center;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
textarea {
	min-height: 130px;
}
input[type="email"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
textarea:focus, 
select:focus {
	border: 1px solid #009D4F;
	outline: 0;
	background-color: rgba(255,255,255,1.00);
	-webkit-transition: ease-in-out 0.5s;
            -o-transition: ease-in-out 0.5s;
            transition: ease-in-out 0.5s;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: block;
	padding: 5px 40px;
	margin: 20px auto 0 auto;
	background: #000;
	color: #FFF;
	cursor: pointer;
	height: auto;
	text-align: center;
	border: none;
	font-size: 1.5rem;
	border-radius: 3px;
	-webkit-font-smoothing: inherit;
	-webkit-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #FFFFFF;
	background: #333;
}
label {
	font-size: 1rem;
	text-align: left;
	display: block;
}
.required {
	color: red;
}
fieldset {
	margin: 0;
	padding: 10px;
	border-width: 0;
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
	fieldset {
		width: 100%;
	}
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.btn-primary, button.btn-primary {
    box-sizing: border-box;
    text-align: center;
	color: #FFF;
	background-color: #000;
	display: inline-block;
	padding: 12px 25px;
	font-size: 1.5rem;
    border-radius: 0 10px 0 0;
   font-family: 'gilroy-extrabold';
    margin-right: 10px;
     text-decoration: none;
}
a.btn-primary:hover {
	background-color: #333;
}

.btn-white {
    background: #FFF !important;
    color: #592C82 !important;
     text-decoration: none;
}
.btn-purple, button.btn-purple {
    background: #592C82 !important;
    color: #FFF !important;
}
.btn-green {
    background: #009D4F !important;
    color: #FFF !important;
}
.btn-blue {
    background: #6BC4E8 !important;
    color: #FFF !important;
}
.btn-yellow {
    background: #D7C724 !important;
    color: #FFF !important;
}

a.btn-full {
    width: 100% !important;
     text-decoration: none;
}

a.btn-outline {
	color: #FFF;
    border: solid 1px #000;
	display: inline-block;
	padding: 8px 25px;
	font-size: 1.5rem;
    border-radius: 0 10px 0 0;
     text-decoration: none;
}
.btn-outline-white {
    border: solid 1px #FFF !important;
}

a.btn-secondary {
	color: #FFF;
	background-color: #000;
	display: inline-block;
	padding: 5px 20px;
	font-size: 1.5rem;
}
a.btn-secondary:hover {
	background-color: #333;
}


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.padding20 { padding-top: 20px;	padding-bottom: 20px; }
.padding40 { padding-top: 40px; padding-bottom: 40px; }
.padding60 { padding-top: 60px; padding-bottom: 60px; }
.padding80 { padding-top: 80px; padding-bottom: 80px; }

.no-padding { padding: 0; }
.no-margin { margin: 0; }

hr { height: 0; border: none; -webkit-box-sizing: content-box; box-sizing: content-box; }

hr.space20 { height: 20px; }
hr.space40 { height: 40px; }
hr.space60 { height: 60px; }
hr.space80 { height: 80px; }

hr.divide20 { border-top: solid 5px #592C82; margin: 20px 0; }
hr.divide40 { border-top: solid 5px #592C82; margin: 40px 0; }
hr.divide60 { border-top: solid 5px #592C82; margin: 60px 0; }
hr.divide80 { border-top: solid 5px #592C82; margin: 80px 0; }

@media only screen and (max-width: 768px) {
	.padding20,
	.padding40,
	.padding60,
	.padding80 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}


/* Blog Feed
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.galcolumn {
    width: 31.333% !important;
    margin: 0 1% !important;
    padding: 20px 0;
}
.crt-widget .crt-post {
    border: none !important;
    border-radius: 0 0 15px 0 !important;
    color: #592C82 !important;
    width: 100% !important;
    min-height: 300px;
    position: relative;
    padding-bottom: 50px;
}
.crt-social-icon {
    display: none !important;
}
.crt-post-fullname, .crt-post-fullname a {
    font-size: 25px !important;
    color: #592C82 !important;
}
.crt-post-text {
    font-size: 12px !important;
    color: #592C82 !important;
}
.crt-post-footer {
    position: absolute !important;
    bottom: 0 !important;
    width: 100% !important;
}
.crt-widget.crt-widget-branded {
    padding-bottom: 0 !important;
}

@media only screen and (max-width: 1024px) {
    .galcolumn {
        width: 100% !important;
        margin: 0!important;
        padding: 20px 0;
    }
    .crt-widget .crt-post {
        min-height: auto;
    }
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.clearfix {
	clear: both;
}
blockquote {
    margin: 0 0 20px 0;
    padding: 30px 30px 20px 30px;
    border-radius: 0 40px 0 0;
    font-size: 1.5rem;
    background: rgba(88,43,129,0.1);
}
.block {
    width: 70px;
    height: 6px;
    background: #592C82;
    display: inline-block;
    margin: 10px 0;
}
.byline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: solid 1px rgba(255,255,255,0.5);
    padding: 10px 0;
    color: #FFF;
}
.byline p {
    font-size: 0.9rem;
}
.byline img {
    width: 80px;
    height: auto;
    opacity: 0.5;
}
.byline img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
</pre></body></html>