/*! 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: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * 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;
}

/*
 * apply a natural box layout model to all elements
 */
 
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

/* ==========================================================================
   General
   ========================================================================== */

body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font: 16px/28px 'Montserrat', sans-serif;
	font-weight: 400;
	color: #333;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	background: #fff;
}

img {
	max-width: 100%;
	height: auto;
}

.margin-none { margin: 0 !important;}
.margin-top { margin-top: 30px !important; }
.margin-bottom { margin-bottom: 30px !important; }
.margin-bottom-dbl { margin-bottom: 60px !important; }
.margin-bottom-half { margin-bottom: 15px !important; }
.margin-bottom-mobile { margin-bottom: 0px !important; }

.padding-none { padding: 0 !important; }
.padding-top { padding-top: 30px !important; }
.padding-bottom { padding-bottom: 30px !important; }
.padding-bottom-dbl { padding-bottom: 60px !important; }
.padding-bottom-half { padding-bottom: 15px !important; }

hr {
	margin-top: 50px;
	margin-bottom: 50px;
	border-top: 1px solid #d9d9d9;
	height: 1px;
	clear: both;
	position: relative;
}

.responsive {
	width: 100%;
}

.texture-bg {
	background: url('/images/ui/textured-bg.jpg') repeat top center;
}

/* ==========================================================================
   Typography
   ========================================================================== */

h1, h2, h3, h4, h5, h6 { 
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-transform: none;
	color: #434e74;
	margin-bottom: 30px;
	margin-top: 0px;
	position: relative;
}

/*h1, .h1 { font-size: 34px; }
h2, .h2 { font-size: 24px; }
h3, .h3 { font-size: 18px; }
h4, .h4 { font-size: 16px; }
h5, .h5 { font-size: 14px; }
h6, .h6 { font-size: 12px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #222; }*/

p { margin: 0 0 30px 0; }
em { font-style: italic; }
strong, b { font-weight: 700; }

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.uppercase { text-transform: uppercase; }

/* ==========================================================================
   Links
   ========================================================================== */

a {
	color: #222;
	text-decoration: underline;
	outline: 0;
	opacity: 1;
	-webkit-transition: .1s all linear;
					transition: .1s all linear;
}

a:hover { opacity: .8; }
a:hover, a:active, a:focus { outline: 0; }

a.more {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	color: #889bd3;
	position: relative;
	padding-bottom: 8px;
}

a.more:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #889bd3;
}

/* ==========================================================================
   Header
   ========================================================================== */
   
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}

.header .container {
	width: 100%;
	position: relative;
	padding: 52px 4vw;
	display: flex;
	align-items: center;
}

.site-title img {
	width: 74px;
	margin-right: 13px;
	/*align-self: flex-end;
	padding-bottom: 14px;*/
}

.site-title a {
	font-size: 36px;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
	color: #889bd3;
	display: flex;
	align-items: center;
}

/* ==========================================================================
   Main Menu
   ========================================================================== */
   
.main-nav {
	margin-left: auto;
}

.main-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-nav ul li {
	display: inline-block;
	margin-left: 50px;
}

.main-nav ul li a {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .5px;
	color: #666;
}

.main-nav ul li.selected a {
	color: #ae8fb1;
}

.hamburger {
	display: none;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .5px;
	color: #666;
	cursor: pointer;
}
   
/* ==========================================================================
   Mobile Menu
   ========================================================================== */
   

/* ==========================================================================
   Structure
   ========================================================================== */
   
.page-section {
	padding: 80px 0;
}

.page-section-top {
	margin-top: 152px;
}

.content-wrapper {
	width: 100%;
	/*max-width: 1120px;*/
	max-width: 1360px;
	padding-right: 4vw;
  padding-left: 4vw;
	margin: 0 auto;
	position: relative;
}

/* ==========================================================================
   Home
   ========================================================================== */
   
.home .site-title a {
	color: #fff;
}

.home .main-nav ul li a {
	color: #fff;
}

.hero-section {
	height: 624px;
	background: #889bd3 url('/images/ui/hero-bg.jpg') no-repeat top center;
	background-size: cover;
	position: relative;
}

.hero-message {
	position: absolute;
	left: 10%;
	bottom: 100px;
	width: 520px;
	
	font-size: 60px;
	font-weight: 200;
	line-height: normal;
	color: #fff;
}

.hero-image {
	position: absolute;
	right: 10%;
	bottom: 0;
}

.services-section {
	
}

.testimonials-section {
	background: url('/images/ui/textured-bg.jpg') repeat top center;
}

.testimonials-section h2 {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	color: #ae8fb1;
	margin-bottom: 60px;
}

.testimonials-slider blockquote {
	text-align: center;
	width: 100%;
	max-width: 1120px;
	padding-right: 80px;
  padding-left: 80px;
	margin: 0 auto;
}

.testimonials-slider blockquote p {
	font-family: 'Cardo', serif;
	font-size: 32px;
	font-weight: normal;
	font-style: italic;
	line-height: 42px;
	color: #434e74;
}

.testimonials-slider blockquote cite {
	font-size: 12px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999;
}

.cta-section {
	padding: 125px 0;
	background: #889bd3 url('../images/ui/cta-bg.jpg') no-repeat bottom left;
	background-size: cover;
}

.cta-container {
	text-align: right;
	width: 520px;
	max-width: 100%;
	margin-left: auto;
}

.cta-container h2 {
	font-size: 60px;
	font-weight: 300;
	color: #fff;
}

.cta-container p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 60px;
}

.cta-container .btn:hover {
	color: #fff;
}

/* ==========================================================================
   Blog
   ========================================================================== */

.blog-intro-section h1 {
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	color: #999;
}

.blog-intro-section h2 {
	font-size: 40px;
	font-weight: 300;
	line-height: normal;
	color: #ae8fb1;
	margin-bottom: 20px;
}

.blog-intro-section p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0px;
}

.blog-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 6vw;
	grid-auto-rows: 1fr;
}

.blog-item img {
	border: 8px solid #fff;
	margin-bottom: 25px;
}

.blog-date {
	font-size: 14px;
	font-weight: 500;
	color: #999;
	margin-bottom: 5px;
}

.blog-item h2, .blog-item h2 a {
	font-size: 24px;
	font-weight: 400;
	text-decoration: none;
	color: #434e74;
}

/* ==========================================================================
   Blog Post
   ========================================================================== */

.blog-post h1 {
	font-size: 40px;
	margin-bottom: 50px;
}

.blog-post .blog-date {
	margin-bottom: 20px;
}

.blog-post .blog-date a {
	color: #999;
	text-decoration: none;
}

.post-share {
	text-align: center;
	margin-top: 100px;
}

.post-share h2 {
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.post-share ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.post-share ul li {
	display: inline-block;
	margin: 0 9px;
}

.post-share ul li a {
	font-size: 15px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #889bd3;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: block;
}

.post-nav {
	padding: 60px 0;
	background: #cbbbcd;
}

.post-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	font-size: 0;
}

.post-nav ul li {
	display: inline-block;
	width: 33.33333%;
	font-size: 0;
	text-align: center;
}

.post-nav ul li:first-child {
	text-align: left;
}

.post-nav ul li:last-child {
	text-align: right;
}

.post-nav ul li a {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	color: #fff;
}

/* ==========================================================================
   Comments
   ========================================================================== */

.comment-section h2 {
	font-size: 32px;
	margin-bottom: 50px;
}

.comment-form h3 {
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #434e74;
	text-align: center;
	margin-bottom: 40px;
}

.comments {
	margin-bottom: 120px;
}

.comment {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 30px;
}

.comment p {
	margin-bottom: 10px;
}

.comment-date, .comment-date a {
	font-size: 12px;
	font-weight: 700;
	color: #ae8fb1;
}

/* ==========================================================================
   Contact
   ========================================================================== */
   
.contact-section {
	background: #889bd3 url('../images/ui/hero-bg.jpg') no-repeat top center;
	background-size: cover;
	position: relative;
	padding: 120px 0;
}

.contact-section h2 {
	font-size: 48px;
	font-weight: 200;
	line-height: normal;
	color: #fff;
}

.contact-section p {
	font-size: 18px;
	line-height: 32px;
	color: #fff;
	margin-bottom: 0px;
}

.contact-section-content {
	display: flex;
	align-items: center;
}

.contact-intro {
	width: 60%;
	margin-right: 10vw;
}

.contact-list {
	margin: 0;
	padding: 0;
	list-style: none;
	flex-shrink: 0;
}

.contact-list li {
	margin: 30px 0;
}

.contact-list li a {
	font-size: 22px;
	color: #fff;
	text-decoration: none;
}

.contact-list i {
	margin-right: 15px;
}


.contact-form-section h2 {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.contact-form-section p {
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 60px;
}

/* ==========================================================================
   Footer
   ========================================================================== */
   
.footer {
	background: #cbbbcd;
}

.footer-container {
	width: 100%;
	padding: 54px 4vw;
	text-align: center;
}

.footer-nav {
	margin-bottom: 40px;
}

.footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-nav ul li {
	display: inline-block;
	margin: 0 25px;
}

.footer-nav ul li a {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .5px;
	color: #fff;
}

.footer-logo {
	margin-bottom: 40px;
}

.footer-logo img {
	width: 74px;
}

.footer-copyright {
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #fff;
}

/*.top {
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	bottom: 450px;
	right: 30px;
	cursor: pointer;
	z-index: 2;
	background: #fff;
	padding: 5px;
}

.top:before {
	content: url('/images/top.png');
	position: absolute;
	top: -38px;
	left: 0;
	background: #fff;
	padding: 5px;
}

.top.is-visible {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	   -moz-transition: opacity .3s 0s, visibility 0s 0s;
			transition: opacity .3s 0s, visibility 0s 0s;
}*/

/* ==========================================================================
   Buttons
   ========================================================================== */
   
.btn, button, input[type='submit'] {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: normal;
	letter-spacing: 1px;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	background: #ae8fb1;
	display: inline-block;
	cursor: pointer;
	position: relative;
	border: 1px solid #ae8fb1;
	border-radius: 3px;
	padding: 18px 50px;
	max-width: 100%;
	-webkit-transition: .1s all linear;
					transition: .1s all linear;
}

.btn:hover, button:hover, input[type='submit']:hover {
	color: #ae8fb1;
	background: none;
}

/* ==========================================================================
   Forms
   ========================================================================== */

::-webkit-input-placeholder {
   color: #666;
}

:-moz-placeholder { /* Firefox 18- */
   color: #666;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #666;
}

:-ms-input-placeholder {  
   color: #666;
}

textarea:focus, input:focus, button:focus, select:focus {
    outline: 0 !important;
}

input[type="text"], textarea {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #333;
	width: 100%;
  padding: 16px 18px;
  margin: 0;
	border: 1px solid #c3cde9;
	background: rgba(255, 255, 255, .40);
	
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
    			border-radius: 3px;
    
  -webkit-transition: .1s all linear;
					transition: .1s all linear;
}

input[type="text"]:focus, textarea:focus {
	border: 1px solid #ae8fb1;
}

input[type="text"] {
	height: 49px;
}

textarea {
	height: 225px;
}

input[type="submit"] {
	display: inline-block;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	input[type="submit"]::-moz-focus-inner { border:0; } /* ff specific stuff, yuck*/ 
	input[type="submit"]:focus { background:#ae8fb1; } /* change accordingly depending on your button bg color, this fixes the focus problem when using keyboard to move betweenform elements */
}

/*.form-item {
	position: relative;
	margin-bottom: 25px;
}

.form-item.error input, .form-item.error textarea {
	border: 1px solid #ff0000 !important;
}

.form-item.error label {
	color: #ff0000;
}*/

.radio-group {
	display: block;
	margin-bottom: 20px;
}

input[type='radio'] {
    margin-right: 5px;
}

.alert {
	display: block;
}

.alert label {
	color: #ff0000;
	display: block;
}

.select-field {
	display: block;
	position: relative;
  margin: 0;
  overflow: hidden;
  font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #333;
  background: #fff;
  border: 1px solid #c3cde9;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
    			border-radius: 3px;
  width: 100%;
  height: 49px;
  line-height: 49px;
  cursor: pointer;
}

.select-field:after {
	content: url(/images/ui/select-arrow.png);
  text-align: center;
  position: absolute;
  top: 0;
  right: 18px;
  z-index: 5;
}

.select-field select {
	position: relative;
	display: inline-block;
	z-index: 10;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #333;
	line-height: 18px;
	height: 47px;
  padding: 16px 18px;
  width: 100%;
  cursor: pointer;
  border: none;
  z-index: 6;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
	-webkit-border-radius: 3px;
					border-radius: 3px;
}

.checkbox-container {
	display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px !important;
  cursor: pointer;
	line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #f2f2f2;
	border: none;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
	background: #889bd3;
}

.checkbox-container.radio-group {
	display: inline-block !important;
	margin-right: 25px;
}

.checkbox-container.radio-group .checkmark, .checkbox-container.radio-group input:checked ~ .checkmark:after {
  -webkit-border-radius: 50%;
					border-radius: 50%;
}

/* ==========================================================================
   Freeform
   ========================================================================== */
   
.freeform-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -12px;
}

.freeform-row .freeform-column {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  padding: 0 0 24px;
  margin: 0 12px;
}

.freeform-row .freeform-column label {
	font-size: 15px;
	font-weight: 400;
  color: #375258;
  display: block;
  margin-bottom: 5px;
}

.freeform-row .freeform-column .freeform-label.freeform-required:after {
	content: "*";
	margin-left: 5px;
	color: #4A4A4A;
}

.freeform-row .freeform-column .freeform-input {
	width: 100%;
	display: block;
}

.freeform-row .freeform-column .freeform-input[type=checkbox], .freeform-row .freeform-column .freeform-input[type=radio] {
	width: auto;
	display: inline;
	margin-right: 5px;
}

.freeform-row .freeform-column .freeform-input-only-label {
	font-weight: normal;
}

.freeform-row .freeform-column .freeform-input-only-label>.freeform-input {
	display: inline-block;
	width: auto;
	margin-right: 5px;
}

.freeform-row .freeform-column .freeform-errors {
	list-style: none;
	padding: 0;
	margin: 5px 0 0;
}

.freeform-row .freeform-column .freeform-errors > li {
	font-size: 12px;
	color: #ff0000;
}

.freeform-row .freeform-column .freeform-errors > li:before {
	content: "";
}

.freeform-row .freeform-column .freeform-instructions {
	margin: 5px 0 0;
	font-size: 12px;
	line-height: 16px;
	color: #ABA7A7;
}

.freeform-row .freeform-column.freeform-column-content-align-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.freeform-row .freeform-column.freeform-column-content-align-left>button:not(:first-of-type) {
	margin-left: 5px;
}

.freeform-row .freeform-column.freeform-column-content-align-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.freeform-row .freeform-column.freeform-column-content-align-center>button:not(:first-of-type) {
	margin-left: 5px;
}

.freeform-row .freeform-column.freeform-column-content-align-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.freeform-row .freeform-column.freeform-column-content-align-right>button:not(:first-of-type) {
	margin-left: 5px;
}

.freeform-row .freeform-column.freeform-column-content-align-spread {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.freeform-row .freeform-column.freeform-column-content-align-spread>button:not(:first-of-type) {
	margin-left: 5px;
}

.freeform-form-has-errors {
	color: #FF0000;
}

/* ==========================================================================
   Grid
   ========================================================================== */

.row {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  		flex-wrap: wrap;
  margin-right: -3vw;
  margin-left: -3vw;
}

.col, *[class*='col-'] {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
	padding: 0 3vw;
}

.col {
	flex: 1 0 0%;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.centered { margin: 0 auto; position: relative; }

/* ==========================================================================
   Slick Slider
   ========================================================================== */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
	display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Theme */
.slick-loading .slick-list {
	background: #fff url('/images/ui/ajax-loader.gif') center center no-repeat;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 22px;
  height: 41px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
	z-index: 9;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: .5;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	-webkit-transition: .1s opacity linear;
					transition: .1s opacity linear;
}

.slick-prev {
  left: 0;
}

.slick-prev:before {
  content: url(/images/ui/arrow-left.png);
}

.slick-next {
  right: 0;
}

.slick-next:before {
  content: url(/images/ui/arrow-right.png);
}

/* Dots */
.slick-dotted.slick-slider {
  padding-bottom: 80px;
}

.slick-dots {
  position: absolute;
  bottom: 0;
	left: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  content: '';
  text-align: center;
  opacity: .25;
  background: #889bd3;
	border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	-webkit-transition: .1s opacity linear;
					transition: .1s opacity linear;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #889bd3;
}

/* ==========================================================================
   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;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width : 1280px) {

	
	
}

@media only screen and (max-width : 1024px) {
	
	.hamburger {
		display: inline-block;
	}
	
	.main-nav ul {
		display: none;
	}
		
}

@media only screen and (max-width : 768px) {
	
	.col, *[class*='col-'] {
		width: 100%;
	}
	
	.freeform-row {
    flex-direction: column;
	}
	
	.contact-section-content {
		align-items: flex-start;
		flex-direction: column;
	}
	
	.contact-intro {
		width: 100%;
		margin-right: 0;
	}
	
}

@media only screen and (max-width: 640px) {
	
	.blog-grid {
		grid-template-columns: 1fr;
		grid-gap: 100px;
	}

}

@media only screen and (max-width : 480px) {
	
	.btn, input[type='submit'] {
		width: 100%;
	}
	
}

/* ==========================================================================
   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;
  }
}

