@import url("https://use.typekit.net/cwh1lrx.css");

/*!
Theme Name: Body Revive
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: body-revive
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Body Revive is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/*--------------------------------------------------------------
# Custom Styles
--------------------------------------------------------------*/


body {
	margin: 0;
	padding: 0;
	background-color: #e8e7e7;
	font-family: greycliff-cf, sans-serif;
	color: #30302f;
}

#page {
	background-color: #FFF;
}

.mast {
	max-width: 930px;
	width: 90%;
	margin: 0 auto;
}

a,
a:visited {
	color: #5cc2ca;
	font-weight: bold;
	text-decoration: none;
}

a.arrow {
	display: inline-block;
	font-size: 20px;
	font-weight: 800;
	color: #FFF;
	text-transform: uppercase;
	padding: 0 22px;
}

a.arrow span {
	height: 48px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

a.arrow span:after {
	content: ' ';
	display: block;
	width: 8px;
	height: 16px;
	background: url("images/arrow.svg") center center no-repeat;
	background-size: cover;
	margin-left: 15px;
}

a.arrow.purple {
  background-image: -moz-linear-gradient( 0deg, rgb(145,115,179) 36%, rgb(110,86,137) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(145,115,179) 36%, rgb(110,86,137) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(145,115,179) 36%, rgb(110,86,137) 100%);
}

a.arrow.blue {
  background-image: -moz-linear-gradient( 0deg, rgb(92,194,202) 36%, rgb(45,164,173) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(92,194,202) 36%, rgb(45,164,173) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(92,194,202) 36%, rgb(45,164,173) 100%);
}


h1 {
	font-size: 36px;
	font-weight: 200;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 15px;
}

h2 {
	font-size: 36px;
	font-weight: 200;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 15px;
}

p {
	font-size: 16px;
	line-height: 1.7;
}

.animate {
    -webkit-transition: All 1.5s ease;
    -moz-transition: All 1.5s ease;
    -o-transition: All 1.5s ease;
    -ms-transition: All 1.5s ease;
    transition: All 1.5s ease;
	transition-delay: 1s;
}

.fadein {
    opacity: 0;
}

.fadein.inview {
    opacity: 1;
}

.riseup {
    transform: translateY(50px);
}

.riseup.inview {
    transform: translateY(0);
}

.post, .page {
	margin: 0;
}




/*--------------------------------------------------------------
# Homepage Styles
--------------------------------------------------------------*/
/*------------ Header ------------*/

#masthead {
	height: 70px;
	padding: 0 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.18);
 	box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.18);
	position: relative;
	z-index: 1;
}

#masthead .site-branding img {
	display: block;
	width: 156px;
}

#masthead .main-navigation {
	width: auto;
    margin-left: auto;
}

#masthead .main-navigation .menu-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
	background-color: transparent;
	background-image: none;
    border: 0;
    width: 22px;
    height: 22px;
	padding: 0;
	z-index: 5;
    position: relative;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease;
    -ms-transition: All .5s ease;
    transition: All .5s ease;
}

#masthead .main-navigation .menu-toggle span {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    border-top: 2px solid #565757;
}

#masthead .main-navigation .menu-toggle:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;
    border-top: 2px solid #565757;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease;
    -ms-transition: All .5s ease;
    transition: All .5s ease;
}

#masthead .main-navigation .menu-toggle:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    border-top: 2px solid #565757;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease;
    -ms-transition: All .5s ease;
    transition: All .5s ease;
}

#masthead .main-navigation.toggled .menu-toggle span {
	display: none;
}

#masthead .main-navigation.toggled .menu-toggle:before {
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
	border-color: #FFF;
}

#masthead .main-navigation.toggled .menu-toggle:after {
    top: 50%;
    bottom: auto;
    transform: rotate(45deg) translateY(-50%);
	border-color: #FFF;
}

#masthead .main-navigation ul {
    width: 70%;
    background-color: #5cc2ca;
    position: fixed;
    bottom: 0;
    top: 0;
    right: -70%;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease;
    -ms-transition: All .5s ease;
    transition: All .5s ease;
    display: block;
    padding: 40px 0;
    -webkit-box-shadow: 0 8px 30px -6px rgb(0,0,0,0.05);
    -moz-box-shadow: 0 8px 30px -6px rgb(0,0,0,0.05);
    box-shadow: 0 8px 30px -6px rgb(0,0,0,0.05);
    z-index: 4;
}

#masthead .main-navigation.toggled ul {
    right: 0;
    -webkit-box-shadow: -10px 0px 27px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -10px 0px 27px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -10px 0px 27px 0px rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 0;
}

#masthead .main-navigation ul li {
    font-size: 17px;
	font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    padding: 20px;
}

#masthead .main-navigation ul li a {
	font-weight: 700;
	color: #FFF;
}



/*------------ Hero ------------*/

#hero {
	text-align: center;
	padding-bottom: 60px;
}

#hero .mobile img {
	display: block;
	width: 100%;
    animation: fadein 1s linear;
}

#hero .hero-text {
	padding-top: 40px;
}

#hero h1 {
	font-size: 41px;
}



/*------------ Categories ------------*/

#cats .catbox {
	font-size: 26px;
	text-transform: uppercase;
	color: #FFF;
	background-color: #5cc2ca;
	padding: 0 20px;
	height: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

#cats .fitness.catbox {
	background: url("images/fitness-bg.png") center center no-repeat;
	background-size: cover;
}

#cats .longevity.catbox {
	background-color: #e8e7e7;
	color: #30302f;
}

#cats .empowerment.catbox {
	background: url("images/empowerment-bg.png") center center no-repeat;
	background-size: cover;
}

#cats .integrity.catbox {
	background-color: #9173b3;
}

#cats .catbox:before {
	content: ' ';
	display: block;
	width: 60px;
	height: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 16px;
}

#cats .nutrition.catbox:before {
	background-image: url("images/nutrition.svg");
}

#cats .fitness.catbox:before {
	background-image: url("images/fitness.svg");
}

#cats .longevity.catbox:before {
	background-image: url("images/longevity.svg");
}

#cats .empowerment.catbox:before {
	background-image: url("images/empowerment.svg");
}

#cats .integrity.catbox:before {
	background-image: url("images/integrity.svg");
}



/*------------ My Story ------------*/

#story {
	padding: 50px 0 70px;
	text-align: center;
}

#story .text-left {
	padding-bottom: 40px;
}

#story img {
	display: block;
	width: 100%;
}



/*------------ CTA ------------*/

#cta {
	padding: 50px 0 70px;
	text-align: center;
	background-image: -moz-linear-gradient( -50deg, rgb(48,48,47) 0%, rgb(86,87,87) 64%);
	background-image: -webkit-linear-gradient( -50deg, rgb(48,48,47) 0%, rgb(86,87,87) 64%);
	background-image: -ms-linear-gradient( -50deg, rgb(48,48,47) 0%, rgb(86,87,87) 64%);
	color: #FFF;
}



/*------------ Contact ------------*/

#contact {
	padding: 50px 0 70px;
	text-align: center;
}

#contact .text-right {
	padding-bottom: 20px;
}

#contact span.contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

#contact .contact.ig:before {
	content: ' ';
	display: block;
	width: 21px;
	height: 21px;
	background: url("images/icon-ig.svg") center center no-repeat;
	background-size: cover;
	margin-right: 10px;
}

#contact .contact.email:before {
	content: ' ';
	display: block;
	width: 21px;
	height: 21px;
	background: url("images/icon-email.svg") center center no-repeat;
	background-size: cover;
	margin-right: 10px;
}

#contact .wpcf7-form p {
	margin: 0;
}

#contact .wpcf7-form input[type="text"],
#contact .wpcf7-form input[type="tel"],
#contact .wpcf7-form input[type="email"],
#contact .wpcf7-form textarea {
	max-width: 100%;
	border: 1px solid #30302f;
	border-radius: 0;
	margin-bottom: 20px;
	font-family: greycliff-cf, sans-serif;
	font-size: 19px;
    color: #30302f;
	padding: 10px 17px;
}

#contact .wpcf7-form .submitform p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#contact .wpcf7-form .submitform input {
	-webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    background-color: transparent;
    border: 0;
	border-radius: 0;
    background-image: -moz-linear-gradient( 0deg, rgb(92,194,202) 36%, rgb(45,164,173) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(92,194,202) 36%, rgb(45,164,173) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(92,194,202) 36%, rgb(45,164,173) 100%);
    height: 48px;
	font-family: greycliff-cf, sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #FFF;
    text-transform: uppercase;
    padding: 0 22px;
}




/*--------------------------------------------------------------
# My Story Styles
--------------------------------------------------------------*/

#story-mission {
	padding-top: 45px;
}

#story-mission .mast {
	width: 100%;
}

#story-mission .image-left {
	position: relative;
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 21%,#5cc2ca 21%,#5cc2ca 94%,#ffffff 94%,#ffffff 100%);

}

#story-mission .image-left .mission-image {
	width: 90%;
	margin: 0 auto;
    animation: riseup 1s linear;
    position: relative;
    z-index: 1;
}

#story-mission .image-left .mission-image img {
	display: block;
	width: 100%;
	border-radius: 50%;
	border: 15px solid #FFF;
    max-width: 321px;
    margin: 0 auto;
}

#story-mission .image-left .mission-bub-container {
    width: 162px;
    margin: -40px auto 0 auto;
    position: relative;
    z-index: 0;
}

#story-mission .image-left .mission-bubble {
	width: 162px;
	height: 162px;
	border: 15px solid #FFF;
	border-radius: 50%;
	background-color: #FFF;
}

#story-mission .image-left .bubble-wrap {
	border: 1px solid #e8e7e7;
	border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
	height: 100%;
	line-height: 1;
}

#story-mission .image-left .story-name {
	font-size: 24px;
	text-align: center;
	line-height: .9;
}

#story-mission .image-left .story-name:after {
	content: ' ';
	display: block;
	width: 37px;
	margin: 10px auto 5px;
	border-bottom: 1px solid #e8e7e7;
}

#story-mission .image-left .story-title {
	text-align: center;
	font-size: 14px;
	color: #5cc2ca;
}

#story-mission .text-right {
	padding-top: 30px;
	text-align: center;
	width: 90%;
	margin: 0 auto;
}

#my-story {
	padding: 40px 0 70px;
}

#my-story .image-right img {
	display: block;
    width: 100%;
    max-width: 368px;
    margin: 0 auto;
}

#my-story .story-quote {
	border: 1px solid #cecccc;
	padding: 35px;
	margin-top: 40px;
	position: relative;
	text-align: center;
	margin-bottom: 60px;
}

#my-story .story-quote p {
	margin: 0;
	font-size: 27px;
	font-weight: 300;
	line-height: 1.2;
}

#my-story .story-quote:before {
	content: ' ';
	display: block;
	width: 57px;
	height: 46px;
	background: url("images/quote-open.svg") center center no-repeat;
	background-size: cover;
	position: absolute;
	top: -19px;
	left: -17px;
}

#my-story .story-quote:after {
	content: ' ';
	display: block;
	width: 57px;
	height: 46px;
	background: url("images/quote-close.svg") center center no-repeat;
	background-size: cover;
	position: absolute;
	bottom: -22px;
	right: -19px;
}




/*--------------------------------------------------------------
# Client Wins Styles
--------------------------------------------------------------*/

#top-text {
	padding: 50px 0;
	text-align: center;
}

#top-text .mast {
	max-width: 840px;
}

#client-wins {
	padding-bottom: 50px;
}

#client-wins .card-wrap {
	position: relative;
	background-image: -moz-linear-gradient( -20deg, rgb(92,194,202) 26%, rgb(150,115,204) 90%);
	background-image: -webkit-linear-gradient( -20deg, rgb(92,194,202) 26%, rgb(150,115,204) 90%);
	background-image: -ms-linear-gradient( -20deg, rgb(92,194,202) 26%, rgb(150,115,204) 90%);
	padding: 30px 0;
	margin-bottom: 30px;
	overflow: hidden;
	z-index: 0;
}

#client-wins .card-wrap:before {
	content: 'Before';
	font-size: 15px;
	font-weight: 800;
	color: #FFF;
	text-transform: uppercase;
	position: absolute;
	top: 7px;
    left: 20px;
    line-height: 1;
	z-index: 1;
}

#client-wins .card-wrap:after {
	content: 'After';
	font-size: 15px;
	font-weight: 800;
	color: #FFF;
	text-transform: uppercase;
	position: absolute;
	bottom: 7px;
    right: 20px;
    line-height: 1;
	z-index: 1;
}

#client-wins .card-wrap .card-info-wrap {
	position: absolute;
	top: 0;
	left: 100%;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	background-color: rgba(48, 48, 47, .95);
	z-index: 2;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease;
    -ms-transition: All .5s ease;
    transition: All .5s ease;
}

#client-wins .card-wrap:hover .card-info-wrap {
	left: 0;
}

#client-wins .card-wrap img {
	display: block;
	width: 100%;
}

#client-wins .card-wrap .card-info-wrap .card-info {
	border: 1px solid #FFF;
	color: #FFF;
	height: 100%;
	padding: 23px;
	box-sizing: border-box;
}

#client-wins .card-wrap .client-name {
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase;
}

#client-wins .card-wrap .client-stats {
	font-size: 15px;
	margin-bottom: 10px;
}

#client-wins .card-wrap .client-testi {
    font-size: 13px;
    line-height: 1.6;
	margin-bottom: 10px;
}

#client-wins .card-wrap .client-link a span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

#client-wins .card-wrap .client-link a span:after {
	content: ' ';
	display: block;
	width: 5px;
	height: 10px;
	background: url("images/arrow-blue.svg") center center no-repeat;
	background-size: cover;
	margin-left: 7px;
    margin-top: 2px;
}

#client-wins .card-link {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	display: block;
}





/*--------------------------------------------------------------
# Bootcamps Styles
--------------------------------------------------------------*/

#boot-top-text {
	background: url("images/boot-bg-mobile.png") center center no-repeat;
	background-size: cover;
	text-align: center;
	color: #FFF;
	padding: 65px 0 75px;
}

#boot-desc {
	text-align: center;
	padding: 45px 0 35px;
}

#boot-perks .mast {
	width: 100%;
}

#boot-perks img {
	display: block;
	width: 100%;
}

#boot-perks .text-left {
	padding: 40px 0 60px;
	width: 90%;
	margin: 0 auto;
}

#boot-perks  h2 {
	margin-bottom: 25px;
}

#page ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#page ul li {
	line-height: 1.4;
	margin-bottom: 10px;
	padding-left: 35px;
	position: relative;
}

#page ul li:before {
	content: ' ';
	display: block;
	background: url("images/arrow-blue.svg") center center no-repeat;
	background-size: cover;
	width: 6px;
	height: 12px;
	position: absolute;
	top: 5px;
	left: 19px;
}
#page #masthead ul li:before {
	display: none;
}

#boot-cta {
	text-align: center;
	color: #FFF;
	background-image: -moz-linear-gradient( -50deg, rgb(48,48,47) 0%, rgb(86,87,87) 64%);
	background-image: -webkit-linear-gradient( -50deg, rgb(48,48,47) 0%, rgb(86,87,87) 64%);
	background-image: -ms-linear-gradient( -50deg, rgb(48,48,47) 0%, rgb(86,87,87) 64%);
	padding-bottom: 75px;
	margin-top: 80px;
}

#boot-cta .boot-image {
	position: relative;
	top: -88px;
    margin-bottom: -50px;
}

#boot-cta img {
	display: block;
	border-radius: 50%;
	border: 15px solid #FFF;
    margin: 0 auto;
}





/*--------------------------------------------------------------
# Client Win individual Styles
--------------------------------------------------------------*/

#stats {
	padding: 50px 0;
}

#stats .text-right {
	margin-top: 30px;
}

#stats h1 {
	font-size: 30px;
}

#stats .stat-column {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#stats .stat-cell {
	flex: 1;
	background-color: #FFF;
	font-size: 16px;
	padding: 5px 10px;
}

#stats .stat-cell:last-child {
	font-weight: 800;
	color: #9673cc;
}

#stats .stat-column:nth-child(odd) .stat-cell {
	background-color: #ececec;
}

#testimonial {
	padding-bottom: 50px;
}

#testimonial .mast {
	max-width: 750px;
}

#testimonial h2 {
	font-size: 28px;
}




/*------------ Footer ------------*/

#colophon {
	padding: 20px 0;
	text-align: center;
}

#colophon p {
	margin: 0;
	font-size: 12px;
	color: #565757;
}


/* Keyframe Animations */

@keyframes riseup {
    0% {
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -o-transform: translateY(50px);
        -ms-transform: translateY(70px);
        transform: translateY(50px);
		opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
		opacity: 1;
    }
}

@keyframes fadein {
    0% {
		opacity: 0;
    }
    100% {
		opacity: 1;
    }
}





/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

@media screen and (min-width: 768px) {
	
	#client-wins .mast {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
	}
	#client-wins .win-card {
		width: calc(50% - 15px);
	}
	#client-wins .card-wrap {
		padding: 40px 0;
	}
	#client-wins .card-wrap:before {
		font-size: 19px;
		top: 11px;
		left: 30px;
	}
	#client-wins .card-wrap:after {
		font-size: 19px;
		bottom: 11px;
		right: 30px;
	}
	#top-text {
		padding: 80px 0 50px 0;
	}
	#boot-top-text {
		background: url(images/boot-bg-desktop.png) center center no-repeat;
		background-size: cover;
	}
	
}

@media screen and (min-width: 900px) {
	
	#masthead .main-navigation ul {
		width: 40%;
	}
	#hero {
		background: url("images/hero-desktop.png") center center no-repeat;
		background-size: cover;
	}
	#hero .mobile {
		display: none;
	}
	#hero .hero-text {
		width: 50%;
		margin-left: auto;
		margin-right: 0;
		padding: 100px 0;
		text-align: left;
	}
	#cats {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	#cats .catbox {
		flex-direction: column;
		align-content: center;
		flex-basis: 1;
		justify-content: center;
		width: 20vw;
    	height: 20vw;
		font-size: 20px;
	}
	#cats .catbox:before {
		margin: 0;
	}
	#cats .fitness.catbox {
		background: url(images/fitness-bg-desktop.png) center center no-repeat;
		background-size: cover;
	}
	#cats .empowerment.catbox {
		background: url(images/empowerment-bg-desktop.png) center center no-repeat;
		background-size: cover;
	}
	#story {
		padding: 90px 0;
	}
	#story .mast {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
	}
	#story .text-left {
		width: 50%;
		text-align: left;
		margin-right: 40px;
	}
	#cta {
		padding: 70px 0 90px;
	}
	#contact {
		padding: 90px 0;
	}
	#contact .mast {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
	}
	#contact .text-right {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
		width: 50%;
		min-width: 50%;
		margin-left: 40px;
		text-align: left;
	}
	#contact span.contact {
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
	}
	#contact .form-left {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
		width: 50%;
	}
	#contact .form-left .form-name {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
	}
	#contact .form-left .form-name input[type="text"] {
		width: 100%;
	}
	#contact .form-left .form-name .field:first-child {
		margin-right: 9px;
	}
	#contact .form-left .form-name .field:last-child {
		margin-left: 9px;
	}
	#contact .wpcf7-form textarea {
		height: 120px;
	}
	#story-mission {
		background: linear-gradient(to bottom, #ffffff 0%,#ffffff 25%,#5cc2ca 25%,#5cc2ca 94%,#ffffff 94%,#ffffff 100%);
	}
	#story-mission .mast {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		width: 90%;
	}
	#story-mission .image-left {
		background-image: none;
		background-color: transparent;
		width: 40%;
		min-width: 40%;
	}
	#story-mission .text-right {
		text-align: left;
		padding-top: 20px
	}
	#story-mission .text-right h2 {
		margin-bottom: 50px;
	}
	#my-story .mast {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
	}
	#my-story .image-right {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
		width: 30%;
	}
	#my-story .text-left {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
		width: 70%;
		margin-right: 40px;
	}
	#boot-perks {
		padding-bottom: 60px;
	}
	#boot-perks .mast {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		width: 90%;
	}
	#boot-perks .image-right {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
		width: 40%;
	}
	#boot-perks .text-left {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
		width: 60%;
		margin-right: 40px;
		padding: 0;
	}
	#boot-cta {
		padding: 70px 0 90px;
	}
	#boot-cta .mast {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
	}
	#boot-cta .boot-image {
		top: auto;
		margin: 0;
	}
	#boot-cta img {
		width: 321px;
		min-width: 321px;
		border: 15px solid rgba(255,255,255,0.15);
	}
	#boot-cta .text-right {
		text-align: left;
		margin-left: 40px;
	}
	
}

@media screen and (min-width: 980px) {
	
	#masthead .main-navigation .menu-toggle {
		display: none;
	}
	#masthead .main-navigation ul {
		background-color: transparent;
		width: auto;
		position: relative;
		bottom: auto;
		top: auto;
		right: auto;
		padding: 0;
		box-shadow: none;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
	}
	#masthead .main-navigation ul li {
		padding: 0;
		font-size: 16px;
		font-weight: 500;
		color: #565757;
		margin-left: 40px;
	}
	#masthead .main-navigation ul li:first-child {
		margin-left: 0;
	}
	#masthead .main-navigation ul li a {
		font-weight: 500;
		color: #565757;
	}
	#masthead .main-navigation ul li:last-child a {
		background-image: -moz-linear-gradient( 0deg, rgb(92,194,202) 36%, rgb(45,164,173) 100%);
		background-image: -webkit-linear-gradient( 0deg, rgb(92,194,202) 36%, rgb(45,164,173) 100%);
		background-image: -ms-linear-gradient( 0deg, rgb(92,194,202) 36%, rgb(45,164,173) 100%);
		display: inline-block;
		font-size: 20px;
		font-weight: 800;
		color: #FFF;
		text-transform: uppercase;
		padding: 0 22px;
	}
	#masthead .main-navigation ul li:last-child a span {
		height: 48px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
	}
	#masthead .main-navigation ul li:last-child a span:after {
		content: ' ';
		display: block;
		width: 8px;
		height: 16px;
		background: url(images/arrow.svg) center center no-repeat;
		background-size: cover;
		margin-left: 15px;
	}
	
}

@media screen and (min-width: 1100px) {
	h1 {
		font-size: 48px;
	}
	#masthead {
		height: 100px;
		padding: 0 40px;
	}
	#masthead .site-branding img {
		width: 230px;
	}
	#masthead .main-navigation ul li {
		font-size: 17px;
	}
	#hero .hero-text {
		width: 52%;
		padding: 160px 0;
	}
	#hero h1 {
		font-size: 61px;
	}
	#hero p {
		font-size: 22px;
	}
	p {
		font-size: 19px;
	}
	#cats .catbox {
		font-size: 22px;
	}
	#cats .catbox:before {
		margin-bottom: 10px;
	}
	#cats .catbox {
		font-size: 26px;
	}
	h2 {
		font-size: 50px;
		line-height: 1;
		margin-bottom: 20px;
	}
	#story {
		padding: 120px 0;
	}
	#contact {
		padding: 100px 0;
	}
	#contact .form-left {
		width: 40%;
	}
	#contact .text-right {
		width: 55%;
	}
	#contact .contact.ig:before,
	#contact .contact.email:before {
		width: 25px;
		height: 25px;
	}
	#colophon p {
		font-size: 15px;
	}
	#client-wins .card-wrap .client-name {
		font-size: 23px;
	}
	#client-wins .card-wrap .client-stats {
		font-size: 17px;
	}
	#client-wins .card-wrap .client-testi {
		font-size: 15px;
	}
	#client-wins .card-wrap .client-link {
		font-size: 17px;
	}
	#story-mission {
		background: linear-gradient(to bottom, #ffffff 0%,#ffffff 30%,#5cc2ca 30%,#5cc2ca 100%);
	}
	#story-mission .image-left .mission-image {
		margin-left: 0;
	}
	#story-mission .image-left .mission-bub-container {
		margin: 0;
		position: absolute;
		top: 260px;
		right: 20px;
	}
	#story-mission .text-right {
		margin-left: 40px;
	}
	#story-mission .text-right h2 {
		margin-left: -40px;
	}
	#my-story {
		padding: 80px 0;
	}
	#my-story .image-right {
		width: 368px;
	}
	#my-story .text-left {
		width: 492px;
	}
	#my-story p {
		font-size: 15px;
	}
	#boot-top-text {
		padding: 95px 0 105px;
	}
	#boot-desc {
		padding: 75px 0 65px;
	}
	#boot-perks .image-right {
		width: 420px;
	}
	#boot-perks .text-left {
		width: 490px;
	}
	#boot-perks h2 {
		font-size: 36px;
	}
	#boot-cta .text-right {
		width: 500;
		margin-right: 60px;
	}
}


