/*
Theme Name: Momentum Senior Living Community
Theme URI: https://momentumseniorliving.com/
Description: Responsive theme for the Momentum Senior Living community landing pages, designed by Angell Marketing
Version: 1.0
Author: Aaron Guetzlaff, kcweb.co
Author URI: https://kcweb.co
*/

/* 
#000000 - black
#dddddd - gray
#ffffff - white

font-family: 'Open Sans', sans-serif;
font-weight: 300;
font-weight: 400; font-style: italic;
font-weight: 600;

font-family: serif;
*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section,
main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*end reset*/

/*begin base*/
html {
	-webkit-box-sizing: border-box;	
	-moz-box-sizing: border-box;	
	box-sizing: border-box;	
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

html, body {
	height: 100%;
	width: 100%;
}
body {
	font-size: 100%;
	color: #000000;
	background-color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
}
body.overlay-open {
	/*overflow: hidden;*/
}
img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

i,
em {
	font-style: italic;
}
b,
strong {
	font-weight: 600;
}
i b, b i,
em strong, strong em {
	font-style: italic;
	font-weight: 600;
}

sup {
	top: -0.5em;
	font-size: 0.625em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
	bottom: -0.5em;
	font-size: 0.625em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
button {
	background: none;
	border: 0 none;
	margin: 0;
	padding: 0;
	cursor: pointer;
	outline: 0 none;
}
button, input, textarea, select {
	color: #000000;
	font-size: 100%;
	font-family: 'Open Sans', sans-serif;
}
input[type="submit"] {
	cursor: pointer;
}
/* end base */

.notransition * {
	-webkit-transition: none !important;
	transition: none !important;
}
.nowrap {
	white-space: nowrap;
}
.phone {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}
.phone:hover {
	text-decoration: none;
}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gmap iframe,
.gmap {
	display: block;
	width: 100%;
}

.container {
	font-size: 16px;
	min-width: 320px;
	line-height: 1.25em;
	overflow: hidden;
}

.wrapper {
	padding: 0 20px;
	max-width: 1520px;
	margin: 0 auto;
}
.wrapper:after {
	content: '';
	display: table;
	clear: both;
}
.msl-default .wrapper {
	max-width: 1144px;
}

.msl-section {
	padding: 40px 0;
	position: relative;
}
.gform_title,
.the-content h1,
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6,
.msl-headline-intro,
.msl-headline {
	font-size: 1.75em;
	line-height: 1.15em;
}
.gform_title,
.msl-headline {
	margin-bottom: 24px;
}
.the-content h1,
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6,
.msl-headline-intro {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 300;
}
.msl-headline-seo {
	font-size: 1.125em;
	line-height: 1.1em;
}
.msl-title {
	text-transform: uppercase;
	font-size: 0.875em;
	line-height: 1em;
	letter-spacing: 2px;
	margin: 0 0 32px;
}

#momentum .gform_wrapper.gravity-theme .gform_footer .gform_button {
	line-height: 1em;
	min-height: 0;
}
.gform_wrapper.gravity-theme .gform_footer .gform_button,
.gform_button,
.msl-btn {
    outline: 0 none;
    border: 0 none;
    margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
    line-height: 1em;
    display: inline-block;
    color: #ffffff;
    background-color: #000000;
    text-transform: uppercase;
    padding: 24px 32px;
    -moz-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;		
}
.msl-btn {
	margin-top: 24px;
}
.gform_wrapper.gravity-theme .gform_footer .gform_button:hover,
.gform_button:hover,
.msl-btn:hover {
    background-color: #ffffff;
    color: #000000;
	text-decoration: none;
}
.msl-more {
	display: inline-block;
	color: inherit;
	letter-spacing: 2px;
}
.msl-more:hover {
	text-decoration: none;
}
.msl-more span,
.msl-more .msl-arrow {
	display: block;
	margin: 0 auto;
}
.msl-more span {
	text-transform: uppercase;
	font-size: 0.875em;
	line-height: 1em;
}
.msl-more .msl-arrow {
	margin-top: 20px;
	width: 23px;
	height: 12px;
    -webkit-transition: all 0.33s ease;
    transition: all 0.33s ease;	
}
.msl-more:hover .msl-arrow {
	-webkit-transform: translatey(4px);
	transform: translatey(4px);
}

.msl-icon {
	display: inline-block;
}
.msl-phone {
	display: inline-block;
}
.msl-address {
	display: block;
}
.msl-address .business-name,
.msl-address .business-logo {
	display: none;
}

/*the-content*/
.gform_description,
.the-content {
	line-height: 1.5em;
}
.the-content h1,
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6 {	
	margin: 24px 0;
}
.the-content h1:first-child,
.the-content h2:first-child,
.the-content h3:first-child,
.the-content h4:first-child,
.the-content h5:first-child,
.the-content h6:first-child {
	margin-top: 0;
}
.the-content a {
	color: inherit;
	text-decoration: underline;
}
.the-content p, .the-content ul, .the-content ol, .the-content dl, .the-content pre {
	margin: 24px 0 0;
}
.the-content p.wp-caption-text {
	font-style: italic;
	margin-top: 0.5em;
	font-size: 0.875em;
	line-height: 1.25em;
}
.the-content p u {
	text-decoration: underline;
}
.the-content ol {
	padding-left: 16px;
	list-style-type: decimal;
}
.the-content ul {
	list-style-type: disc;
	padding-left: 24px;
}
.the-content ul > li {
	position: relative;
}
.the-content li {
	margin: 8px 0;
}
.the-content dl {

}
.the-content pre {
	font-family: monospace;
}
.the-content blockquote {
	line-height: 1.4em;
	margin: 48px 0;
	padding-left: 30px;
	border-left: 1px solid #000000;
}
.the-content blockquote p {
	margin-top: 48px;
}
.the-content figcaption {
	text-align: right;	
}
.the-content a.phone,
.the-content a[href^="tel"] {
	text-decoration: none;
}
.the-content table {
	width: 100%;
	margin: 16px 0 0;
}
.the-content table,
.the-content tr,
.the-content td {
	border: 1px solid #000000;
}
.the-content td {
	padding: 4px;
}
.the-content hr {
	margin: 24px 0;
    padding: 0;
    border: 0 none;
    outline: 0 none;
    height: 1px;
    width: 100%;
    background-color: #000000;
}
.the-content img.alignnone {
	display: inline-block;
}
.the-content *.alignwide {
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
@media only screen and (min-width: 768px) {
	.the-content *.alignwide {
		width: 100%;
		max-width: 100%;
	}
}
.the-content *.alignfull {
	position: relative;
	clear: both;
}
@media only screen and (min-width: 768px) {
	.the-content *.alignfull {
		margin-top: calc(2 * 1rem);
		margin-bottom: calc(2 * 1rem);
	}
}
.the-content *.alignleft {
	/*rtl:ignore*/
	float: left;
	max-width: calc(5 * (100vw / 12));
	margin-top: 24px;
	margin-bottom: 24px;
	margin-left: 0;
	/*rtl:ignore*/
	margin-right: 1rem;
}
@media only screen and (min-width: 768px) {
	.the-content *.alignleft {
		max-width: calc(4 * (100vw / 12));
		/*rtl:ignore*/
		margin-right: calc(2 * 1rem);
	}
}
.the-content *.alignright {
	/*rtl:ignore*/
	float: right;
	max-width: calc(5 * (100vw / 12));
	margin-top: 24px;
	margin-bottom: 24px;
	margin-right: 0;
	/*rtl:ignore*/
	margin-left: 1rem;
}
@media only screen and (min-width: 768px) {
	.the-content *.alignright {
		max-width: calc(4 * (100vw / 12));
		margin-right: 0;
		/*rtl:ignore*/
		margin-left: calc(2 * 1rem);
	}
}
.the-content *.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 24px;
	margin-bottom: 24px;
}
/*the-content*/

.masthead {
    padding: 12px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 199;
    background-color: #ffffff;
    min-width: 320px;
	-webkit-transition: transform .3s ease, background .5s ease, padding .3s ease;
	transition: transform .3s ease, background .5s ease, padding .3s ease;
	text-align: center;
}
.scrolling-down .masthead {
	-webkit-transform: translatey(-100%);
	transform: translatey(-100%);
}
.not-top .masthead {
	padding: 10px 0;
	background-color: rgba(255, 255, 255, 0.85);	
}
.logo {
	width: 200px;
	margin: 0 auto 15px;
	display: block;
	color: #000000;
}
.msl-img,
.logo-img {
	display: block;
	width: 100%;
	height: auto;
}
.msl-community {
	font-size: 0.75em;
	line-height: 1.25em;
	display: inline-block;
}
.msl-community span {
	display: block;
	white-space: nowrap;
}
.msl-community .msl-icon {
	width: 17px;
	height: 23px;
	float: left;
	margin: 2px 6px 0 0;
}

.main {
	background-color: #ffffff;
}

.msl-hero {
	
}
.msl-hero .msl-img {
	
}

.msl-intro {
	text-align: center;
	background-color: #000000;
	color: #ffffff;
}
.msl-intro .msl-headline-intro {
	
}
.msl-intro .msl-headline-seo {
	margin: 24px 0;
}
.msl-intro .msl-more {
	margin-top: 24px;
}
.msl-intro .msl-more .msl-arrow {
	fill: #ffffff;
}

.msl-callouts {
	
}
.msl-callout .msl-title {
	color: #ffffff;
}
.msl-features {
	
}
.msl-features:after {
	content: '';
	display: table;
	clear: both;
}
.msl-features .msl-callout {
	margin: 50px 0;
	background-color: #dddddd;
}
.msl-living-options {
	
}
.msl-living-options .msl-callout {
	background-color: #000000;
	color: #ffffff;
}

.msl-content {
	text-align: center;
}
.msl-content .the-content {
	max-width: 960px;
	margin: 0 auto;
}

.gform_confirmation_message {
	font-size: 1.75em;
	line-height: 1.125em;
}
.gform_title {
	display: block;
}
.gform_description {
	display: block;
	margin: 24px 0;
}
.gform_body {
	margin: 24px 0 0;
}
#momentum .gform_wrapper.gravity-theme .gfield_label,
.gfield_label,
.gform_required_legend {
	display: none;
}
#momentum .gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 20px;
}
.gform_wrapper.gravity-theme .gfield input[type=text],
.gform_wrapper.gravity-theme .gfield input[type=email],
.gform_wrapper.gravity-theme .gfield input[type=tel],
.gform_wrapper.gravity-theme .gfield select,
.gform_wrapper.gravity-theme .gfield textarea {
	border: 4px solid #ffffff;
	padding: 16px;
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.5);
	font-weight: 600;
	font-size: 100%;
}
.gform_wrapper.gravity-theme .gfield select {
	text-transform: uppercase;
}
.gfield ::-webkit-input-placeholder {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000000;
	opacity: 1;
}
.gfield :-moz-placeholder {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000000;
	opacity: 1;
}
.gfield ::-moz-placeholder {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000000;
	opacity: 1;
}
.gfield :-ms-input-placeholder {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000000;
	opacity: 1;
}
.gfield .gf_placeholder {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000000;
	opacity: 1;
}
.gfield_checkbox {
	
}
.gfield_checkbox li {
	overflow: auto;
	margin: 0 0 20px;
}
#momentum .gform_wrapper.gravity-theme input.gfield-choice-input,
.gfield_checkbox input[type=checkbox] {
	display: none;
}
#momentum .gform_wrapper.gravity-theme .gfield_checkbox label,
.gfield_checkbox label {
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	font-size: 100%;
	letter-spacing: 2px;
	font-weight: 600;
	padding-top: 10px;
}
.gfield_checkbox label:before {
	content: '';
	display: inline-block;
	height: 60px;
	width: 60px;
	border: 4px solid #ffffff;
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.5);
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: -10px;
}
.gfield_checkbox input[type=checkbox]:checked + label:before {
	background: scroll no-repeat center center url('images/checkmark.svg') rgba(255, 255, 255, 0.5);
	background-size: 28px auto;
}
.ie .gfield_checkbox input[type=checkbox] {
	display: inline;
	-webkit-box-sizing: content-box;	
	-moz-box-sizing: content-box;	
	box-sizing: content-box;	
}
.ie .gfield_checkbox label:before {
	content: none !important;
	display: none !important;
}
.gform_button {

}
.gform_button:hover {
	
}

.msl-contact {
	
}
.msl-connect {
	background-color: #dddddd;
}
.msl-location {
	
}
.msl-location .msl-address {
	margin: 24px 0;
	line-height: 1.5em;
}
.msl-location .msl-address .address-line {
	display: block;
}
.msl-location .gmap {
	border: 4px solid #ffffff;
}

.orlop {
	padding: 30px 0;
	position: relative;
	border-top: 1px solid #ffffff;
	text-align: center;
}
.orlop > .wrapper {
	
}
.msl-logo {
	display: block;
	margin: 0 auto 24px;
	width: 80%;
	max-width: 254px;
}
.msl-footer-info {
	font-size: 0.75em;
	margin: 24px 0;
}
.msl-footer-info p {
	
}
.msl-footer-info a {
	color: inherit;
	text-decoration: none;
}
.msl-footer-info a:hover {
	text-decoration: underline;
}
.msl-icons {
}
.msl-icons .msl-icon {
	height: 30px;
}
.msl-icons .icon-eho {
	width: 39px;
}
.msl-icons .icon-ada {
	width: 28px;
}
.msl-icons .icon-pets {
	width: 34px;
}

/**/
.msl-slider-ctr {
	/*width: 700px;
	height: 440px;*/
	width: 100%;
	height: 0;
	padding: 0 0 56.25%;
	position: relative;
	overflow: hidden;
}
.msl-slider-ctr:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.6) 100%);
	background: -webkit-linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.6) 100%);
	pointer-events: none;
	z-index: 9;
}

.msl-slider-control {
	position: absolute;
	right: 30px;
	bottom: 30px;
	width: 80px;
	overflow: hidden;
	border-radius: 3px;
	box-shadow: 0 3px 3px 3px rgba(0, 0, 0, 0.15);
	z-index: 99;
}
.msl-slider-control .control {
	width: 50%;
	height: 40px;
	display: block;
	float: left;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	transition: 0.3s all ease;

	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #ffffff;
	background-size: 8px auto;
}
.msl-slider-control .control .icon {
	pointer-events: none;
	transition: 0.3s all ease;
}
.msl-slider-control .control.disabled {
	pointer-events: none;
	background-color: #ddd;
}
.msl-slider-control .control.disabled .icon {
	opacity: 0.5;
}
.msl-slider-control .control.prev {
	background-image: url('images/arrow-left.svg');
}
.msl-slider-control .control.next {
	background-image: url('images/arrow-right.svg');
}
.msl-slide {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: 0.45s all cubic-bezier(0.65, 0.05, 0.36, 1);
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}
.msl-slide:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.125);
}
.msl-slide.slide-on {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
}
.msl-slide.text-on .title {
	transition: 0.3s all cubic-bezier(0.65, 0.05, 0.36, 1) 0.45s;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}
.msl-slide.text-on .author {
	transition: 0.3s all cubic-bezier(0.65, 0.05, 0.36, 1) 0.6s;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}
.msl-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.msl-slide figcaption {
	position: absolute;
	top: 30px;
	left: 30px;
}
.msl-slide .title {
	font-size: 50px;
	margin-bottom: 2px;
	color: white;
	transition: 0.3s all cubic-bezier(0.65, 0.05, 0.36, 1) 0.45s;
	-webkit-clip-path: inset(0 0 0 100%);
	clip-path: inset(0 0 0 100%);
	font-weight: 400;
	letter-spacing: 10px;
	text-transform: uppercase;
	position: relative;
}
.msl-slide .author {
	font-size: 16px;
	color: white;
	opacity: 0.8;
	transition: 0.3s all cubic-bezier(0.65, 0.05, 0.36, 1) 0.45s;
	-webkit-clip-path: inset(0 0 0 100%);
	clip-path: inset(0 0 0 100%);
	font-weight: 300;
	letter-spacing: 3px;
	position: relative;
	z-index: 9;
}
/**/


@media screen and (min-width: 30em) { /*480px*/
	.masthead {
		text-align: left;
	}
	.logo {
		float: left;
		margin: 0;
	}
	.msl-community {
		float: right;
		display: block;
		margin-top: 10px;
	}
	.msl-community .msl-icon,
	.msl-community .msl-address {
		display: inline-block;
	}
}

@media screen and (min-width: 35em) { /*560px*/
	.msl-footer-info p {
		display: inline-block;
	}
}

@media screen and (min-width: 37.5em) { /*600px*/
	#momentum .gform_wrapper.gravity-theme .gfield_checkbox label,
	.gfield_checkbox label {
		padding-top: 20px;
	}
	.gfield_checkbox label:before {
		margin-top: -20px;
	}
}

@media screen and (min-width: 40em) { /*640px*/
	.wrapper {
		padding: 0 40px;
	}
}

@media screen and (min-width: 48em) { /*768px*/
	.logo {
		width: 220px;
	}
	
	
	.msl-community {
		margin-top: 14px;
	}
	.msl-community .msl-icon {
		margin: 0 6px 0 0;
	}
	.msl-community .msl-icon,
	.msl-community .msl-address,
	.msl-community span {
		display: inline-block;
		vertical-align: middle;
	}
	.msl-community .msl-address-street:after {
		content: '-';
		display: inline-block;
		margin: 0 2px;
	}
	
	.msl-callout {
		display: flex;
	}
	.msl-callout.msl-even {
		flex-direction: row-reverse;
	}
	.msl-callout-content,
	.msl-callout-img-wrap {
		width: 50%;
	}
	.msl-callout-content > .wrapper {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.msl-features .msl-slider-ctr {
		padding: 0;
		height: 100%;
		height: calc(100% - 40px);
		margin-top: 20px;
	}
	.msl-features .msl-odd .msl-slider-ctr {
		right: -20px;
	}
	.msl-features .msl-even .msl-slider-ctr {
		left: -20px;
	}
	.msl-living-options .msl-img {
		height: 100%;
		object-fit: cover;
	}
	
	.msl-contact {
		display: flex;
	}
	.msl-connect,
	.msl-location {
		width: 50%;
	}
	.msl-living-options .msl-callout-content > .wrapper,
	.msl-connect > .wrapper,
	.msl-location > .wrapper {
		max-width: 760px;
		margin: 0;
	}
	.msl-living-options .msl-odd .msl-callout-content > .wrapper,
	.msl-connect > .wrapper {
		margin-left: auto;
	}
	
	.gform_wrapper.gravity-theme .gfield input[type=text],
	.gform_wrapper.gravity-theme .gfield input[type=email],
	.gform_wrapper.gravity-theme .gfield input[type=tel],
	.gform_wrapper.gravity-theme .gfield select,
	.gform_wrapper.gravity-theme .gfield textarea,
	#momentum .gform_wrapper.gravity-theme .gfield_checkbox label,
	.gfield_checkbox label {
		font-size: 82.5%;
	}
	
	.orlop > .wrapper {
		display: grid;
		grid-template-columns: 254px 1fr 150px;
		align-items: center;
	}
	.msl-footer-info {
		margin: 0;
		padding: 0 20px;
	}
	.msl-logo {
		margin: 0;
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.msl-icons {
		text-align: right;
	}
}

@media screen and (min-width: 52.5em) { /*840px*/
	.gform_wrapper.gravity-theme .gfield input[type=text],
	.gform_wrapper.gravity-theme .gfield input[type=email],
	.gform_wrapper.gravity-theme .gfield input[type=tel],
	.gform_wrapper.gravity-theme .gfield select,
	.gform_wrapper.gravity-theme .gfield textarea,
	#momentum .gform_wrapper.gravity-theme .gfield_checkbox label,
	.gfield_checkbox label {
		font-size: 100%;
	}
}

@media screen and (min-width: 60em) { /*960px*/
	.masthead {
		padding: 20px 0;
	}
	.logo {
		width: 274px;
	}
	.msl-community {
		margin-top: 24px;
	}

}

@media screen and (min-width: 64em) { /*1024px*/
	.container {
		font-size: 18px;
	}
	.msl-section {
		padding: 60px 0;
	}
	
	.msl-features .msl-callout {
		margin: 60px 0;
	}
}

@media screen and (min-width: 75em) { /*1200px*/
	.container {
		font-size: 21px;
	}
	.gform_title,
	.the-content h1,
	.the-content h2,
	.the-content h3,
	.the-content h4,
	.the-content h5,
	.the-content h6,
	.msl-headline-intro,
	.msl-headline {
		font-size: 1.7em;
	}
	.msl-headline-seo {
		font-size: 1em;
	}
	.msl-title {
		font-size: 0.8em;
	}
	.msl-footer-info,
	.msl-community,
	.msl-more span {
		font-size: 0.666667em;
	}

	.wrapper {
		padding: 0 60px;
	}
	
	.masthead {
		padding: 24px 0;
	}
	.logo {
		width: 328px;
	}
	.msl-community {
		margin-top: 28px;
	}

	.msl-callout-content > .wrapper {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.msl-features .msl-slider-ctr {
		height: calc(100% - 60px);
		margin-top: 30px;
	}
	.msl-features .msl-odd .msl-slider-ctr {
		right: -30px;
	}
	.msl-features .msl-even .msl-slider-ctr {
		left: -30px;
	}
	
	#momentum .gform_wrapper.gravity-theme .gfield_checkbox label,
	.gfield_checkbox label {
		padding-top: 10px;
	}
	.gfield_checkbox label:before {
		margin-top: -10px;
	}
}

@media screen and (min-width: 87.5em) { /*1400px*/

}

@media screen and (min-width: 100em) { /*1600px*/
	
}



/**/
#wpadminbar {display: none !important;}
html.js{margin: 0 !important;}