/* Animation styles */
.animator {
		margin: 0 auto;
		display: block;
		position: relative;
		overflow: hidden
}
.animator .animator-frame {
		margin: 0;
		padding: 0;
		width: auto;
		height: auto;
		display: inline-block;
		position: relative;
		border: none !important;
		outline: none !important
}
.animator .animator-poster {
		top: 0;
		left: 0;
		position: absolute;
		z-index: 0;
		border: none;
		outline: none;
}
.animator .animator-strip {
		display: block;
		font-size: 0;
		overflow: hidden;
		position: relative;
		opacity: 0;
		text-align: left;
		height: inherit
}
.animator .loaded {
		opacity: 1;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden
}

/* About style */

#account-header,
#account-header * {
		box-sizing: content-box
}
#account-header button.login-button.button-primary,
#account-header * button.login-button.button-primary {
		box-sizing: border-box
}
body {
		background: #fff;
		-webkit-font-smoothing: subpixel-antialiased;
		text-rendering: optimizeLegibility;
		color: #3d464d;
		text-align: center;
}
#footer-row, .footer-row, #locale-container {
	text-align: left;
}
#page-header.page-header-border {
		height: 100px;
		left: 0;
		padding: 28px 0;
		right: 0;
		position: fixed;
		top: 0;
		width: auto;
		z-index: 2
}
@media only screen and (max-width: 990px) {
		#page-header.page-header-border {
				height: 80px;
				padding: 22px 0
		}
}
@media only screen and (max-width: 767px) {
		#page-header.page-header-border {
				height: 60px;
				padding: 12px 0
		}
}

@media (min-width: 1281px) {
	.image-size-70 {
		width: 70% !important;
	}
	.image-size-50 {
		width: 50% !important;
	}
	.image-size-75 {
		width: 75% !important;
	}
		.image-size-60 {
			width: 60% !important;
		}
}


@media (min-width: 1025px) and (max-width: 1280px) {
	.image-size-70 {
		width: 70% !important;
	}
	.image-size-75 {
		width: 75% !important;
	}
	.image-size-50 {
		width: 50% !important;
	}
			.image-size-60 {
				width: 60% !important;
			}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
		.image-size-70 {
			width: 70% !important;
		}

		.image-size-75 {
			width: 75% !important;
		}

		.image-size-50 {
			width: 50% !important;
		}

		.image-size-60 {
			width: 60% !important;
		}
}

#account-header .text-input-input,
#account-header .continue-as-button-class {
		box-sizing: border-box
}
#page-header #inner-page-header {
		max-width: 1010px;
		width: auto
}
#page-header.page-header-border {
		margin-bottom: 0
}
#outer-frame {
		max-width: none;
		width: auto
}
#inner-page-header {
		position: relative
}
#locale-link .sprite {
		position: relative;
		top: -3px
}
.about-section {
		border-bottom: 1px solid rgba(208, 212, 217, 0.9);
		padding: 80px 0 10px 0;
		margin-top: 50px;
}
.about-section2 {
		border-bottom: 1px solid rgba(208, 212, 217, 0.9);
		padding-top: 40px;
}
@media only screen and (max-width: 767px) {
		.about-section {
				margin-top: 15px;
		}
}
.about-section.even {
		background: rgba(208, 212, 217, 0.1)
}
.about-section__text {
		font-size: 21px;
		font-weight: 200;
		line-height: 1.8em;
		text-align: left
}
@media only screen and (max-width: 990px) {
		.about-section__text {
				font-size: 18px
		}
}
@media only screen and (max-width: 767px) {
		.about-section__text {
				font-size: 14px
		}
}
.section-intro {
		padding-bottom: 150px;
		padding-top: 110px
}
@media only screen and (max-width: 767px) {
		.section-intro {
				padding-bottom: 70px;
				padding-top: 45px
		}
}
@media only screen and (max-width: 990px) {
		.section-intro__img {
				width: 120px
		}
}
@media only screen and (max-width: 480px) {
		.section-intro__img {
				width: 60px
		}
}
.about-section-container {
		max-width: 650px;
		margin: 0 auto 60px
}
@media only screen and (max-width: 990px) {
		.about-section-container {
				max-width: 500px
		}
}
@media only screen and (max-width: 767px) {
		.about-section-container {
				max-width: 270px
		}
}
.intro-text {
		color: #3d464d;
		font-size: 32px;
		font-weight: 200;
		margin: 25px auto 0;
		max-width: 560px;
		padding: 0
}
@media only screen and (max-width: 990px) {
		.intro-text {
				font-size: 28px
		}
}
@media only screen and (max-width: 640px) {
		.intro-text {
				font-size: 20px;
				max-width: 260px
		}
}
.section-TownSuite-graphic {
		max-width: 1000px;
		margin: 0 auto;
		position: relative;
		text-align: left;
		width: 80%
}
@media only screen and (max-width: 990px) {
		.section-TownSuite-graphic {
				padding-bottom: 200px
		}
}
@media only screen and (max-width: 767px) {
		.section-TownSuite-graphic {
				padding-bottom: 0
		}
}
.stat-callout {
		position: absolute;
		max-width: 180px;
		text-align: center
}
@media only screen and (max-width: 767px) {
		.stat-callout {
				position: relative;
				margin: 40px auto
		}
}
.stat-callout img {
		margin: 0 auto 5px
}
.stat-callout__text {
		font-size: 14px
}
.stat-callout__sharing {
		top: 0;
		left: 90px
}
@media only screen and (max-width: 990px) {
		.stat-callout__sharing {
				top: auto;
				bottom: 0;
				left: 70px
		}
}
@media only screen and (max-width: 767px) {
		.stat-callout__sharing {
				left: auto
		}
}
.stat-callout__saved {
		bottom: 0;
		right: 0
}
@media only screen and (max-width: 990px) {
		.stat-callout__saved {
				right: 70px
		}
}
@media only screen and (max-width: 767px) {
		.stat-callout__saved {
				right: auto
		}
}
.heading-secondary {
		font-size: 31px;
		font-weight: 200;
		margin: 0 0 40px 0;
		padding: 0
}
@media only screen and (max-width: 990px) {
		.heading-secondary {
				font-size: 28px
		}
}
@media only screen and (max-width: 767px) {
		.heading-secondary {
				font-size: 20px;
				margin-bottom: 20px
		}
}
.btn {
		border: 1px solid #007ee5;
		border-radius: 6px;
		display: inline-block;
		font-size: 16px;
		padding: 10px 40px
}
.btn:hover {
		background: #f4faff;
		text-decoration: none
}
.btn:active {
		box-shadow: 0 0 2px #007ee5
}
@media only screen and (max-width: 767px) {
		.btn {
				font-size: 14px;
				padding: 10px 30px
		}
}
.section-jobs__img {
		max-width: 820px;
		width: 85%
}
.section-jobs .about-section-container {
		max-width: 460px;
		margin-bottom: 0
}
.section-jobs .about-section-container .heading-secondary {
		margin-bottom: 70px
}
.section-values__img {
		max-width: 826px;
		width: 85%
}
.section-facts {
		overflow: hidden
}
@media only screen and (min-width: 800px) {
		.section-facts {
				padding-bottom: 175px
		}
}
.section-facts .about-section-container {
		margin-bottom: 80px
}
@media only screen and (max-width: 800px) {
		.section-facts .about-section-container {
				margin-bottom: 40px
		}
}
.section-facts .facts__title {
		padding-bottom: 20px
}
.section-facts .bod__title {
		padding: 80px 0 20px 0
}
.profiles {
		max-width: 800px;
		margin: 0 auto
}
@media only screen and (max-width: 800px) {
		.profiles {
				max-width: 650px
		}
}
@media only screen and (max-width: 700px) {
		.profiles {
				max-width: 280px
		}
}
.profiles+.profiles {
		margin-top: 75px
}
@media only screen and (max-width: 700px) {
		.profiles+.profiles {
				margin-top: 40px
		}
}
@media only screen and (min-width: 800px) {
		.profiles .profile--single {
				margin-right: 400px
		}
}
.profiles__bod .profile__name--main {
		min-width: 200px
}
.profiles__bod .profile__text {
		margin-left: 0;
		width: auto
}
.profiles__bod .profile--right .profile__text {
		margin-right: 0
}
.profiles__bod .profile:hover .profile__container,
.profiles__bod .profile:focus .profile__container {
		height: 280px
}
@media only screen and (max-width: 800px) {
		.profiles__bod .profile:hover .profile__container,
		.profiles__bod .profile:focus .profile__container {
				height: auto
		}
}
@media only screen and (max-width: 800px) {
		.profiles__bod .profile__content {
				padding: 0;
				margin: 0 auto;
				max-width: 400px
		}
}
.profile {
		display: inline-block;
		position: relative;
		vertical-align: top
}
@media only screen and (max-width: 800px) {
		.profile {
				display: block;
				width: auto
		}
}
.profile+.profile {
		margin-left: 200px
}
@media only screen and (max-width: 800px) {
		.profile+.profile {
				margin-top: 50px;
				margin-left: 0
		}
}
@media only screen and (max-width: 700px) {
		.profile+.profile {
				margin-top: 40px
		}
}
.profile__img {
		border-radius: 100%;
		margin-bottom: 20px
}
@media only screen and (max-width: 700px) {
		.profile__img {
				width: 150px
		}
}
.profile__name {
		display: block;
		font-size: 16px;
		font-weight: 600
}
@media only screen and (max-width: 700px) {
		.profile__name {
				font-size: 13px
		}
}
@media only screen and (min-width: 800px) {
		.profile__name--main {
				max-width: 200px
		}
}
.profile__title {
		display: inline-block;
		font-size: 16px;
		font-weight: 200
}
@media only screen and (max-width: 700px) {
		.profile__title {
				font-size: 13px
		}
}
@media only screen and (min-width: 800px) {
		.profile__title--main {
				max-width: 200px
		}
}
.profile__container {
		background: #fff;
		border: 1px solid transparent;
		border-radius: 6px;
		padding: 0 60px;
		position: absolute;
		opacity: 0;
		-webkit-transition: opacity 400ms ease 0s;
		transition: opacity 400ms ease 0s;
		top: -61px;
		width: 0;
		text-align: left;
		height: 0;
		overflow: hidden;
		z-index: 1
}
@media only screen and (max-width: 800px) {
		.profile__container {
				background: none;
				border: 0;
				height: auto;
				top: auto;
				padding: 0;
				position: relative;
				opacity: 1;
				width: auto
		}
}
.profile__description {
		text-align: left
}
.profile__content {
		margin-top: 20px;
		padding: 40px 0 20px 0
}
@media only screen and (max-width: 700px) {
		.profile__content {
				padding: 0;
				text-align: center
		}
}
.profile__content .profile__img {
		float: left
}
@media only screen and (max-width: 700px) {
		.profile__content .profile__img {
				float: none
		}
}
.profile__content .profile__name {
		display: inline-block;
		margin-right: 10px
}
.profile__content .profile__title {
		display: inline-block
}
.profile__heading {
		margin-bottom: 10px
}
.profile__text {
		-webkit-transform: translate3d(-15px, 0, 0);
		transform: translate3d(-15px, 0, 0);
		-webkit-transition: -webkit-transform 400ms ease 0;
		transition: -webkit-transform 400ms ease 0;
		transition: transform 400ms ease 0;
		transition: transform 400ms ease 0, -webkit-transform 400ms ease 0;
		-webkit-transition: -webkit-transform 400ms ease;
		margin-left: 240px;
		padding-top: 15px;
		width: 360px
}
@media only screen and (max-width: 800px) {
		.profile__text {
				-webkit-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0)
		}
}
@media only screen and (max-width: 700px) {
		.profile__text {
				font-size: 13px;
				margin-left: 0;
				width: auto
		}
}
.profile--left .profile__container {
		left: -59px
}
@media only screen and (max-width: 1100px) {
		.profile--left .profile__container {
				left: -58px
		}
}
@media only screen and (max-width: 800px) {
		.profile--left .profile__container {
				left: auto
		}
}
.profile--left:hover .profile__container,
.profile--left:focus .profile__container {
		border: 1px solid #d0d4d9;
		height: auto;
		min-height: 360px;
		opacity: 1;
		width: 720px;
		padding-left: 57px
}
@media only screen and (max-width: 800px) {
		.profile--left:hover .profile__container,
		.profile--left:focus .profile__container {
				border: 0;
				width: auto;
				min-height: auto;
				padding-left: 0
		}
}
.profile--left:hover .profile__board-container,
.profile--left:focus .profile__board-container {
		min-height: auto
}
.profile--left:hover .profile__text {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
}
.profile--right .profile__container {
		right: -59px
}
@media only screen and (max-width: 1100px) {
		.profile--right .profile__container {
				right: -58px
		}
}
@media only screen and (max-width: 800px) {
		.profile--right .profile__container {
				right: auto
		}
}
.profile--right .profile__container .profile__img {
		float: right
}
@media only screen and (max-width: 700px) {
		.profile--right .profile__container .profile__img {
				float: none
		}
}
.profile--right:hover .profile__container,
.profile--right:focus .profile__container {
		border: 1px solid #d0d4d9;
		height: auto;
		min-height: 360px;
		opacity: 1;
		width: 720px;
		padding-right: 57px
}
@media only screen and (max-width: 800px) {
		.profile--right:hover .profile__container,
		.profile--right:focus .profile__container {
				border: 0;
				width: auto;
				min-height: auto;
				padding-right: 0
		}
}
.profile--right:hover .profile__board-container,
.profile--right:focus .profile__board-container {
		min-height: auto
}
.profile--right:hover .profile__text {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
}
.profile--right .profile__text {
		margin-left: auto;
		margin-right: 240px
}
@media only screen and (max-width: 700px) {
		.profile--right .profile__text {
				margin-right: 0
		}
}
@media only screen and (max-width: 800px) {
		.profile>.profile__name {
				display: none
		}
}
@media only screen and (max-width: 800px) {
		.profile>.profile__title {
				display: none
		}
}
@media only screen and (max-width: 800px) {
		.profile>.profile__img {
				display: none
		}
}
@media only screen and (max-width: 990px) {
		.img--desktop {
				display: none
		}
}
.img--tablet {
		display: none
}
@media only screen and (max-width: 990px) {
		.img--tablet {
				display: block
		}
}
@media only screen and (max-width: 767px) {
		.img--tablet {
				display: none
		}
}
.img--mobile {
		display: none
}
@media only screen and (max-width: 767px) {
		.img--mobile {
				display: block;
	width: 100%
		}
		iframe {
		height: 200px;
		}
}

/* financial styles */

@font-face {
		font-family: 'dax';
		src: url('dax-regular-webfont.eot');
		src: url('dax-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('dax-regular-webfont.woff') format('woff'),
		url('dax-regular-webfont.ttf') format('truetype'),
		url('dax-regular-webfont.svg') format('svg');
		font-weight: normal;
		font-style: normal;
}
.grid {
		list-style: none;
		margin-left: -20px
}
.grid__col--2-of-2,
.grid__col--3-of-3,
.grid__col--4-of-4,
.grid__col--6-of-6,
.grid__col--12-of-12 {
		width: 100%
}
.grid__col--1-of-2,
.grid__col--2-of-4,
.grid__col--3-of-6,
.grid__col--6-of-12 {
		width: 50%
}
.grid__col--1-of-3,
.grid__col--2-of-6,
.grid__col--4-of-12 {
		width: 33.33333%
}
.grid__col--2-of-3,
.grid__col--4-of-6,
.grid__col--8-of-12 {
		width: 66.66667%
}
.grid__col--1-of-4,
.grid__col--3-of-12 {
		width: 25%
}
.grid__col--3-of-4,
.grid__col--9-of-12 {
		width: 75%
}
.grid__col--push-2-of-2,
.grid__col--push-3-of-3,
.grid__col--push-4-of-4,
.grid__col--push-6-of-6,
.grid__col--push-12-of-12 {
		margin-left: 100%
}
.grid__col--push-1-of-2,
.grid__col--push-2-of-4,
.grid__col--push-3-of-6,
.grid__col--push-6-of-12 {
		margin-left: 50%
}
.grid__col--push-1-of-3,
.grid__col--push-2-of-6,
.grid__col--push-4-of-12 {
		margin-left: 33.33333%
}
.grid__col--push-2-of-3,
.grid__col--push-4-of-6,
.grid__col--push-8-of-12 {
		margin-left: 66.66667%
}
.grid__col--push-1-of-4,
.grid__col--push-3-of-12 {
		margin-left: 25%
}
.grid__col--push-3-of-4,
.grid__col--push-9-of-12 {
		margin-left: 75%
}
.grid__col--pull-2-of-2,
.grid__col--pull-3-of-3,
.grid__col--pull-4-of-4,
.grid__col--pull-6-of-6,
.grid__col--pull-12-of-12 {
		margin-left: -100%
}
.grid__col--pull-1-of-2,
.grid__col--pull-2-of-4,
.grid__col--pull-3-of-6,
.grid__col--pull-6-of-12 {
		margin-left: -50%
}
.grid__col--pull-1-of-3,
.grid__col--pull-2-of-6,
.grid__col--pull-4-of-12 {
		margin-left: -33.33333%
}
.grid__col--pull-2-of-3,
.grid__col--pull-4-of-6,
.grid__col--pull-8-of-12 {
		margin-left: -66.66667%
}
.grid__col--pull-1-of-4,
.grid__col--pull-3-of-12 {
		margin-left: -25%
}
.grid__col--pull-3-of-4,
.grid__col--pull-9-of-12 {
		margin-left: -75%
}
.grid__col--1-of-6 {
		width: 16.66667%
}
.grid__col--push-1-of-6 {
		margin-left: 16.66667%
}
.grid__col--pull-1-of-6 {
		margin-left: -16.66667%
}
.grid__col--5-of-6 {
		width: 83.33333%
}
.grid__col--push-5-of-6 {
		margin-left: 83.33333%
}
.grid__col--pull-5-of-6 {
		margin-left: -83.33333%
}
.grid__col--1-of-12 {
		width: 8.33333%
}
.grid__col--push-1-of-12 {
		margin-left: 8.33333%
}
.grid__col--pull-1-of-12 {
		margin-left: -8.33333%
}
.grid__col--2-of-12 {
		width: 16.66667%
}
.grid__col--push-2-of-12 {
		margin-left: 16.66667%
}
.grid__col--pull-2-of-12 {
		margin-left: -16.66667%
}
.grid__col--5-of-12 {
		width: 41.66667%
}
.grid__col--push-5-of-12 {
		margin-left: 41.66667%
}
.grid__col--pull-5-of-12 {
		margin-left: -41.66667%
}
.grid__col--7-of-12 {
		width: 58.33333%
}
.grid__col--push-7-of-12 {
		margin-left: 58.33333%
}
.grid__col--pull-7-of-12 {
		margin-left: -58.33333%
}
.grid__col--10-of-12 {
		width: 83.33333%
}
.grid__col--push-10-of-12 {
		margin-left: 83.33333%
}
.grid__col--pull-10-of-12 {
		margin-left: -83.33333%
}
.grid__col--11-of-12 {
		width: 91.66667%
}
.grid__col--push-11-of-12 {
		margin-left: 91.66667%
}
.grid__col--pull-11-of-12 {
		margin-left: -91.66667%
}
.grid__col {
		box-sizing: border-box;
		display: inline-block;
		margin-right: -.25em;
		min-height: 1px;
		padding-left: 20px;
		vertical-align: top
}
.grid--nowhitespace .grid__col {
		margin-right: 0
}
h2, .alpha, #alpha (
	font-family:font-family: "dax", "DaxRegular", "Open Sans", "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
)
@media (max-width: 750px) {
		.grid__col {
				display: block;
				margin-left: 0;
				margin-right: 0;
				width: auto
		}
}
@media (max-width: 750px) and (min-width: 550px) {
		.grid__col[class*="grid__col--m-"] {
				display: inline-block;
				margin-right: -.24em
		}
		.grid__col.grid__col--m-1-of-2,
		.grid__col.grid__col--m-2-of-4 {
				width: 50%
		}
		.grid__col.grid__col--m-1-of-3 {
				width: 33.33333%
		}
		.grid__col.grid__col--m-2-of-3 {
				width: 66.66667%
		}
		.grid__col.grid__col--m-1-of-4 {
				width: 25%
		}
		.grid__col.grid__col--m-3-of-4 {
				width: 75%
		}
		.grid__col.grid__col--m-4-of-4 {
				width: 100%
		}
}
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) {
			.grid__col.grid__col--m-4-of-4 {
				width: 100% !important;
			}
	/* STYLES GO HERE */
}
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
	/* STYLES GO HERE */
				.grid__col.grid__col--m-4-of-4 {
					width: 100% !important;
				}
}
@media (max-width: 550px) {
		.grid__col[class*="grid__col--s-"] {
				display: inline-block;
				margin-right: -.24em
		}
		.grid__col.grid__col--s-1-of-2,
		.grid__col.grid__col--s-2-of-4 {
				width: 50%
		}
		.grid__col.grid__col--s-1-of-3 {
				width: 33.33333%
		}
		.grid__col.grid__col--s-2-of-3 {
				width: 66.66667%
		}
		.grid__col.grid__col--s-1-of-4 {
				width: 25%
		}
		.grid__col.grid__col--s-3-of-4 {
				width: 75%
		}

}
.grid__col--centered {
		display: block;
		margin-left: auto;
		margin-right: auto
}
.grid__col--d-first {
		float: left
}
.grid__col--d-last {
		float: right
}
.grid--no-gutter {
		margin-left: 0;
		width: 100%
}
.grid--no-gutter>* {
		padding-left: 0
}
.grid--no-gutter .grid__col--span-all {
		margin-left: 0;
		width: 100%
}
.grid__col--ab,
.grid__col--align-bottom {
		vertical-align: bottom
}
.grid__col--am,
.grid__col--align-middle {
		vertical-align: middle
}
@-webkit-keyframes anywhereBlockBG {
		0%, 15%, 100% {
				background-position: center 0;
				opacity: 1
		}
		20% {
				background-position: center 0;
				opacity: 0
		}
		21% {
				background-position: center -493px;
				opacity: 0
		}
		25%,
		40% {
				opacity: 1
		}
		45% {
				background-position: center -493px;
				opacity: 0
		}
		46% {
				background-position: center -986px;
				opacity: 0
		}
		50%,
		65% {
				opacity: 1
		}
		70% {
				background-position: center -986px;
				opacity: 0
		}
		71% {
				background-position: center -1479px;
				opacity: 0
		}
		75%,
		90% {
				opacity: 1
		}
		95% {
				background-position: center -1479px;
				opacity: 0
		}
		96% {
				background-position: center 0;
				opacity: 0
		}
}
@keyframes anywhereBlockBG {
		0%, 15%, 100% {
				background-position: center 0;
				opacity: 1
		}
		20% {
				background-position: center 0;
				opacity: 0
		}
		21% {
				background-position: center -493px;
				opacity: 0
		}
		25%,
		40% {
				opacity: 1
		}
		45% {
				background-position: center -493px;
				opacity: 0
		}
		46% {
				background-position: center -986px;
				opacity: 0
		}
		50%,
		65% {
				opacity: 1
		}
		70% {
				background-position: center -986px;
				opacity: 0
		}
		71% {
				background-position: center -1479px;
				opacity: 0
		}
		75%,
		90% {
				opacity: 1
		}
		95% {
				background-position: center -1479px;
				opacity: 0
		}
		96% {
				background-position: center 0;
				opacity: 0
		}
}
@-webkit-keyframes anywhereBlockProps {
		0%, 15%, 100% {
				background-position: center -1238px;
				opacity: 1
		}
		20% {
				background-position: center -1238px;
				opacity: 0
		}
		21% {
				background-position: center -40px;
				opacity: 0
		}
		25%,
		40% {
				opacity: 1
		}
		45% {
				background-position: center -40px;
				opacity: 0
		}
		46% {
				background-position: center -680px;
				opacity: 0
		}
		50%,
		65% {
				opacity: 1
		}
		70% {
				background-position: center -680px;
				opacity: 0
		}
		71% {
				background-position: center -1822px;
				opacity: 0
		}
		75%,
		90% {
				opacity: 1
		}
		95% {
				background-position: center -1822px;
				opacity: 0
		}
		96% {
				background-position: center -1238px;
				opacity: 0
		}
}
@keyframes anywhereBlockProps {
		0%, 15%, 100% {
				background-position: center -1238px;
				opacity: 1
		}
		20% {
				background-position: center -1238px;
				opacity: 0
		}
		21% {
				background-position: center -40px;
				opacity: 0
		}
		25%,
		40% {
				opacity: 1
		}
		45% {
				background-position: center -40px;
				opacity: 0
		}
		46% {
				background-position: center -680px;
				opacity: 0
		}
		50%,
		65% {
				opacity: 1
		}
		70% {
				background-position: center -680px;
				opacity: 0
		}
		71% {
				background-position: center -1822px;
				opacity: 0
		}
		75%,
		90% {
				opacity: 1
		}
		95% {
				background-position: center -1822px;
				opacity: 0
		}
		96% {
				background-position: center -1238px;
				opacity: 0
		}
}
@-webkit-keyframes anywhereBlockPhone {
		0%, 15%, 100% {
				background-position: -275px center;
				opacity: 1
		}
		20% {
				background-position: -275px center;
				opacity: 0
		}
		21% {
				background-position: -1px center;
				opacity: 0
		}
		25%,
		40% {
				opacity: 1
		}
		45% {
				background-position: -1px center;
				opacity: 0
		}
		46% {
				background-position: -93px center;
				opacity: 0
		}
		50%,
		65% {
				opacity: 1
		}
		70% {
				background-position: -93px center;
				opacity: 0
		}
		71% {
				background-position: -186px center;
				opacity: 0
		}
		75%,
		90% {
				opacity: 1
		}
		95% {
				background-position: -186px center;
				opacity: 0
		}
		96% {
				background-position: -275px center;
				opacity: 0
		}
}
@keyframes anywhereBlockPhone {
		0%, 15%, 100% {
				background-position: -275px center;
				opacity: 1
		}
		20% {
				background-position: -275px center;
				opacity: 0
		}
		21% {
				background-position: -1px center;
				opacity: 0
		}
		25%,
		40% {
				opacity: 1
		}
		45% {
				background-position: -1px center;
				opacity: 0
		}
		46% {
				background-position: -93px center;
				opacity: 0
		}
		50%,
		65% {
				opacity: 1
		}
		70% {
				background-position: -93px center;
				opacity: 0
		}
		71% {
				background-position: -186px center;
				opacity: 0
		}
		75%,
		90% {
				opacity: 1
		}
		95% {
				background-position: -186px center;
				opacity: 0
		}
		96% {
				background-position: -275px center;
				opacity: 0
		}
}
@-webkit-keyframes backupBlockBG {
		to {
				background-position: center 20%
		}
		from {
				background-position: center 80%
		}
}
@keyframes backupBlockBG {
		to {
				background-position: center 20%
		}
		from {
				background-position: center 80%
		}
}
@-webkit-keyframes backupBlockScene {
		to {
				background-position: center top
		}
		from {
				background-position: center bottom
		}
}
@keyframes backupBlockScene {
		to {
				background-position: center top
		}
		from {
				background-position: center bottom
		}
}
.medium-title,
.small-title {
		padding: 0 0 20px;
		margin: 0;
		text-align: center;
		color: #47525d
}
.large-title {
		font-size: 31px;
		line-height: 1.2;
		font-weight: 100;
		margin-bottom: 20px;
		color: #47525d
}
@media (min-width: 768px) {
		.large-title {
				line-height: 1.2;
				margin-bottom: 30px
		}
}
.medium-title {
		line-height: 1.4;
		font-size: 25px;
		font-weight: 100
}
.small-title {
		line-height: 1.4;
		font-size: 25px;
		font-weight: 100
}
.ajax-loading #plan-select-container {
		position: relative
}
.ajax-loading #plan-select-container:before {
		content: "";
		position: absolute;
		top: -2px;
		left: -2px;
		right: -2px;
		bottom: -2px;
		display: block;
		background: #f6f9fc;
		opacity: 0.6;
		z-index: 2
}
.upgrade-features {
		background-color: #fff;
		color: #47525d;
		font-size: 14px;
		text-rendering: optimizeLegibility
}
.upgrade-features img {
		max-width: 100%
}
.upgrade-features .wrap--outer {
		max-width: 990px;
		padding-left: 20px;
		padding-right: 20px;
		margin: 0 auto
}
.upgrade-features .island {
		padding: 23px
}
.upgrade-features .island--h {
		padding-left: 23px;
		padding-right: 23px
}
.upgrade-features .island--spacious-v {
		padding-top: 92px;
		padding-bottom: 92px
}
.upgrade-features .island--v,
.upgrade-features .site__content {
		padding-top: 23px;
		padding-bottom: 23px
}
.upgrade-features h1,
.upgrade-features .alpha {
		margin-top: 5.8px;
		margin-bottom: 28.8px;
		font-size: 28px;
		font-weight: 300;
		line-height: 1.571428571;
		color: #3d464d
}
@media (max-width: 550px) {
		.upgrade-features h1,
		.upgrade-features .alpha {
				font-size: 24px;
				text-align: center
		}
}
.upgrade-features h2,
.upgrade-features .beta {
		margin-bottom: 11.5px;
		margin-top: 11.5px;
		font-size: 22px;
		font-weight: 400;
		line-height: 1.4
}
.upgrade-features h3,
.upgrade-features .gamma {
		margin-bottom: 11.5px;
		font-size: 17px;
		font-weight: 400;
		line-height: 1.75
}
.upgrade-features h4,
.upgrade-features .delta {
		font-size: 14px;
		font-weight: 600;
		line-height: 1.76923;
		color: #7b8994;
		margin-bottom: 0
}
.upgrade-features .promo {
		text-align: center
}
.upgrade-features .subhead,
.upgrade-features .meta {
		color: #7b8994
}
.upgrade-features .subhead {
		margin: 0 auto;
		max-width: 700px
}
.upgrade-features .dfb-bar-container {
		text-align: center
}
.upgrade-features .dfb-bar-container .dfb-bar {
		display: inline-block;
		margin: 0 auto
}
.upgrade-features strong,
.upgrade-features .strong {
		font-weight: 700
}
.upgrade-features em,
.upgrade-features .em {
		font-style: italic
}
.upgrade-features hr {
		border: none;
		border-top: 1px solid #d8dce0;
		margin-bottom: 23px;
		margin-top: -2px
}
.upgrade-features ul,
.upgrade-features ol {
		padding-left: 1.35em
}
.upgrade-features li>ul,
.upgrade-features li>ol {
		margin-bottom: 0
}
.upgrade-features dl dt {
		font-weight: 700
}
.upgrade-features dl dd {
		padding-left: 16.9px
}
.upgrade-features p,
.upgrade-features .o--p,
.upgrade-features blockquote,
.upgrade-features table,
.upgrade-features form,
.upgrade-features ul,
.upgrade-features ol,
.upgrade-features .img,
.upgrade-features pre,
.upgrade-features .mega,
.upgrade-features .ultra {
		display: block;
		margin-bottom: 23px
}
.upgrade-features .o--p--dm {
		margin-bottom: 46px
}
.upgrade-features .o--p--hm {
		margin-bottom: 11.5px
}
.upgrade-features .o--p--nm {
		margin-bottom: -23px
}
.upgrade-features .o--b {
		display: block
}
.upgrade-features .o--bc {
		margin-left: auto;
		margin-right: auto
}
.upgrade-features .o--i {
		display: inline-block
}
.upgrade-features .o--p--xxl {
		font-size: 19.5px;
		line-height: 1.142857143
}
.upgrade-features .o--p--xl {
		font-size: 16px;
		line-height: 1.375
}
.upgrade-features .o--p--l {
		font-size: 14.9px;
		line-height: 1.5
}
.upgrade-features .o--p--s,
.upgrade-features .input.input--small {
		font-size: 11.4px;
		line-height: 1.393936364
}
.upgrade-features .o--p--xs {
		font-size: 11.1px;
		line-height: 1.142857143
}
.upgrade-features .f--l,
.upgrade-features .f--r {
		z-index: 1
}
.upgrade-features .f--l {
		float: left
}
.upgrade-features .f--r {
		float: right
}
.upgrade-features .standalone {
		margin-bottom: 0 !important
}
.upgrade-features .unl,
.upgrade-features .plans__checklist {
		list-style: none;
		padding-left: 0
}
.upgrade-features .pro-header {
		background-color: #f3f1f1;
		background-image: url("svg/header.svg");
		background-size: 1373px 726px;
		background-repeat: no-repeat;
		background-position: center -100px;
		color: #000;
		position: relative;
		z-index: 1;
}
@media (-webkit-min-device-pixel-ratio: 1.1),
(min-resolution: 192dpx),
(min-resolution: 1.1dppx) {
		.upgrade-features .pro-header {
				background-image: url("svg/header.svg");
		}
}
.upgrade-features .pro-header .subhead {
		max-width: 700px
}
.upgrade-features .pro-header .subhead.wide {
		max-width: 550px
}
.upgrade-features .pro-header .subhead__list {
		margin-top: 0;
		padding: 0;
		display: inline-block;
		width: auto;
		list-style: none
}
.upgrade-features .pro-header .meta a {
		text-decoration: underline
}
.upgrade-features .pro-header .meta .pro-header__biz-cta {
		display: block;
		color: #004c8a;
		text-decoration: none
}
.upgrade-features .pro-header--bars {
		background-image: none;
		background-color: #cce6fa;
		color: #737373
}
.upgrade-features .pro-header--bars .pro-header__headline {
		color: inherit
}
.upgrade-features .pro-header--bars .meta {
		color: inherit;
		margin-top: 3px
}
.upgrade-features .pro-header--bars.island--spacious-v {
		padding-bottom: 23px
}
.upgrade-features .pro-header--vertical.island--spacious-v {
		padding-top: 68px
}
.upgrade-features .pro-header--horizontal.island--spacious-v {
		padding-top: 48px
}
.upgrade-features .pro-header--layered.island--spacious-v {
		padding-top: 53px
}
.upgrade-features .app__block+.app__block {
		box-shadow: inset 0 1px rgba(123, 137, 148, 0.2);
		overflow: hidden
}
.upgrade-features .app__block+.app__block.app__block--anywhere {
		padding-top: 1px;
		overflow: hidden
}
.upgrade-features .plans__checklist {
		margin-top: 0
}
.upgrade-features .plans__checklist>li>* {
		padding-left: 26px
}
.upgrade-features .plans__checklist h4 {
		background-repeat: no-repeat;
		background-position: left 3px
}
.upgrade-features .plans__checklist--basic>li h4 {
		background-image: url("check-basic-vfln6YH1l.png");
		background-size: 16px auto
}
@media (-webkit-min-device-pixel-ratio: 1.1),
(min-resolution: 192dpx),
(min-resolution: 1.1dppx) {
		.upgrade-features .plans__checklist--basic>li h4 {
				background-image: url("check-basic@2x-vflCuERTz.png")
		}
}
.upgrade-features .plans__pro-all--item h4,
.upgrade-features .plans__checklist--pro>li h4 {
		background-image: url("check-pro-vflkRG0cN.png");
		background-size: 16px auto
}
@media (-webkit-min-device-pixel-ratio: 1.1),
(min-resolution: 192dpx),
(min-resolution: 1.1dppx) {
		.upgrade-features .plans__pro-all--item h4,
		.upgrade-features .plans__checklist--pro>li h4 {
				background-image: url("check-pro@2x-vflDfdDY6.png")
		}
}
.upgrade-features .plans__pro-all--item *,
.upgrade-features .plans__checklist--pro>li * {
		padding-left: 26px
}
.upgrade-features .plans--grid {
		padding-bottom: 0
}
.upgrade-features .plans--grid small {
		font-size: 0.7em
}
@media (min-width: 551px) {
		.upgrade-features .plans--grid .plans__pro {
				border-left: 1px solid #d8dce0
		}
}
.upgrade-features .site__footer {
		color: #47525d
}
.upgrade-features .site__footer nav a {
		color: #7b8994
}
.upgrade-features .get-started header {
		font-size: 1.2em
}
.upgrade-features .get-started p {
		margin: 0
}
.upgrade-features .get-started .upgrade-button {
		margin-bottom: 20px
}
.upgrade-features .intuitive-block {
		max-height: 493px;
		position: relative;
		z-index: 0
}
@media (max-width: 750px) {
		.upgrade-features .intuitive-block {
				overflow: hidden;
				margin-right: -20px
		}
}
.upgrade-features .intuitive-block .intuitive-block__stage {
		padding-top: 100%;
		background-image: url("../img/ebills/ebills.png");
		background-size: 465px auto;
		background-position: center 0;
		background-repeat: no-repeat;

}
@media (-webkit-min-device-pixel-ratio: 1.1),
(min-resolution: 192dpx),
(min-resolution: 1.1dppx) {
		.upgrade-features .intuitive-block .intuitive-block__stage {
				background-image: url("../img/ebills/ebills.png");
				background-size: 100% auto;
		}
}
@media (-webkit-min-device-pixel-ratio: 1.1),
(min-resolution: 192dpx),
(min-resolution: 1.1dppx) {
		.upgrade-features .intuitive-block .intuitive-block__props {
				background-image: url("../img/ebills/ebills.png")
		}
}
@media (max-width: 550px) {
		.upgrade-features .intuitive-block .intuitive-block__props {
				right: -20px;
				left: -20px
		}
		.grid__col {
		display: block;
		margin-left: 0;
		margin-right: 0;
		width: auto;
		}
}

.plans__pro-all, .grid__col.grid__col--5-of-12.grid__col--align-middle.island--v, .grid__col.grid__col--4-of-12 {
		text-align: left;
}

/* Expanding styles */

body,
input,
textarea,
select,
button,
.normal {
		font-family: "Open Sans", "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
		font-size: 13px;
		color: #3d464d;
		font-weight: normal
}
.maestro body,
.maestro input,
.maestro textarea,
.maestro select,
.maestro button,
.maestro .normal {
		font-family: AtlasGrotesk, sans-serif
}
body {
		background-color: #fff;
		min-height: 100%;
		margin: 0;
		padding: 0
}
a,
a * {
		cursor: pointer;
		outline: none
}
a {
		color: #2895F1;
		text-decoration: none
}
a:focus {
		text-decoration: underline
}
a img {
		border: 0
}
p,
h1,
h2,
h3,
h4,
h5 {
		margin: 0 0 1em 0;
		line-height: 1.6em
}
h1 {
		font-size: 18pt;
		font-weight: normal;
		margin: 10px 0
}
h2 {
		padding-top: 3px;
		padding-bottom: 10px;
		margin-bottom: 4px;
		font-size: 10pt
}
h3 {
		padding: 0;
		margin: 0;
		font-size: 10pt
}
h4 {
		margin: 0 0 0.5em 0;
		font-weight: bold;
		font-size: 14px
}
h5 {
		margin: 0 0 0.5em 0;
		font-weight: bold;
		font-size: 12px
}
input[type=password] {
		font-family: arial, sans-serif
}
button {
		border: 0;
		width: auto;
		overflow: visible;
		border-style: solid;
		outline: 0
}
form {
		padding: 0;
		margin: 0
}
label {
		cursor: default
}
noscript {
		font-size: 13px;
		font-weight: normal
}
.carousel * {
		font-family: "Atlas Grotesk Web", "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif
}
.carousel a {
		color: #0bacff
}
.clearfix:before,
.clearfix:after {
		content: " ";
		display: table
}
.clearfix:after {
		clear: both
}
.link-img {
		vertical-align: middle;
		background-color: #fff;
		margin: -2px 0 0 0;
		padding-right: 4px;
		background-repeat: no-repeat
}
#maestro-nav {
		line-height: normal
}
#maestro-nav h2 {
		padding-top: 0;
		padding-bottom: 0
}
.expanding-section {
		position: relative;
		box-sizing: border-box;
		min-width: 200px;
		max-width: 100%;
		height: auto;
		margin: 32px auto 0;
		overflow: hidden
}
.expanding-section__button {
		width: 100%;
		display: block;
		height: 40px;
		font-size: 14px;
		line-height: 40px;
		text-align: left;
		margin: 0 0 32px 0;
		color: #4c545a;
		outline: none;
		cursor: pointer;
		-webkit-transition: color 0ms, -webkit-transform 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
		transition: color 0ms, -webkit-transform 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
		transition: transform 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), color 0ms;
		transition: transform 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), color 0ms, -webkit-transform 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
		border: none;
		background: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		padding: 0
}
.expanding-section__button .button-text {
		display: inline-block
}
.expanding-section__button .button-text--closed {
		display: none
}
.expanding-section__button:before {
		display: inline-block;
		width: 40px;
		height: 40px;
		margin: 0 16px 0 0;
		vertical-align: top;
		background: no-repeat 50% 0;
		content: '';
		-webkit-transition: background 0ms, -webkit-transform 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
		transition: background 0ms, -webkit-transform 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
		transition: transform 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), background 0ms;
		transition: transform 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53), background 0ms, -webkit-transform 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
		-webkit-backface-visibility: 'hidden';
		backface-visibility: 'hidden';
		background-image: url("/index_files/plus.png");
		background-size: 40px 80px
}
@media (-webkit-min-device-pixel-ratio: 1.1),
(min-resolution: 192dpx),
(min-resolution: 1.1dppx) {
		.expanding-section__button:before {
				background-image: url("/static/images/components/expanding_section/plus_icons@2x-vfljWsv1E.png")
		}
}
.expanding-section__button:hover {
		color: #007ee5
}
.expanding-section__button:hover:before {
		background-position-y: 100%
}
.expanding-section__button.button-toggled {
		-webkit-transform: translate(50%, 50%) translateX(-19px);
		transform: translate(50%, 50%) translateX(-19px)
}
.expanding-section__button.button-toggled .button-text {
		opacity: 0;
		-webkit-transform: translateX(-80px);
		transform: translateX(-80px)
}
.expanding-section__button.button-toggled:before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
}
.expanding-section__button.button-toggled .button-text--opened {
		display: none
}
.expanding-section__button.button-toggled .button-text--closed {
		display: inline
}
.expanding-section__button-close {
		font-size: 0;
		display: block;
		margin: 15px auto;
		position: relative;
		height: 40px;
		width: 40px;
		cursor: pointer;
		overflow: hidden;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		background-image: url("/index_files/plus.png");
		background-size: 40px 80px
}
@media (-webkit-min-device-pixel-ratio: 1.1),
(min-resolution: 192dpx),
(min-resolution: 1.1dppx) {
		.expanding-section__button-close {
				background-image: url("/static/images/components/expanding_section/plus_icons@2x-vfljWsv1E.png")
		}
}
.expanding-section__link {
		font-size: 16px;
		display: inline-block;
		margin: 35px 0 30px
}

.expanding-section__body {
		font-size: 14px;
		line-height: 1.5em;
		margin: 30px auto
}
.expanding-section.expanding-section--alt-order .expanding-section__button {
		margin-left: calc(50% + 15px);
		width: calc(50% - 15px)
}
.expanding-section.expanding-section--alt-order .expanding-section__button.button-toggled {
		-webkit-transform: translate(-35px, 50%);
		transform: translate(-35px, 50%)
}

/* Component styles */
@font-face {
		font-family: 'dax';
		src: url('dax-regular-webfont.eot');
		src: url('dax-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('dax-regular-webfont.woff') format('woff'),
		url('dax-regular-webfont.ttf') format('truetype'),
		url('dax-regular-webfont.svg') format('svg');
		font-weight: normal;
		font-style: normal;
}
* { padding: 0; margin: 0;}
.component {
	line-height: 1.5em;
	margin: 0 auto;
	padding: 2em 0 3em;
	width: 90%;
	max-width: 1000px;
	overflow: hidden;
}
.component .filler {
	font-family: "dax", Arial, sans-serif;
	color: #d3d3d3;
}
table {
		border-collapse: collapse;
		margin-bottom: 3em;
		width: 100%;
		background: #fff;
}
td, th {
		padding: 0.75em 2.5em;
		text-align: left;
}
td {
		padding: 0.75em 2.5em;
		text-align: left;
		min-width: 25px !important;
}
tr.header, th.header {
		color: #58595b;
		background-color: #fff !important;
		padding: 30px 0 10px 1px;
		font-size: 1.5em;
		font-family: "dax", Arial, sans-serif;
}
@media (max-width: 1025px) {
	table.sticky-thead{
		width:770px !important;
	}
}
th.title, td {
	text-align: center;
}
td.err {
		background-color: #e992b9;
		color: #fff;
		font-size: 0.75em;
		text-align: center;
		line-height: 1;
	}
th {
		background-color: #00578e;
		font-weight: bold;
		color: #fff;
		white-space: nowrap;
}
tbody th {
	background-color: #d8e0ed;
	color: #58595b;
}
tbody tr:nth-child(2n-1) {
		background-color: #f5f5f5;
}
tbody tr:hover {
		background-color: rgba(216,224,237,.5);
}

/* For appearance */
.sticky-wrap {
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
	margin: 3em 0;
	width: 100%;
}
.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col.title,
.sticky-wrap .sticky-intersect {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	width: auto; /* Prevent table from stretching to full size */
}
.sticky-wrap .sticky-col {
	opacity: 0;
	position: absolute;

}
	.sticky-wrap .sticky-thead {
		z-index: 100;
		width: 100%; /* Force stretch */
		margin-top: 77px;
	}
	.sticky-wrap .sticky-intersect {
		opacity: 1;
		z-index: 150;
		margin-top: 77px;
	}
		.sticky-wrap .sticky-intersect th {
			background-color: #f5f5f5;
			color: #58595b;
			margin-top: 77px;
		}
.sticky-wrap td,
.sticky-wrap th {
	box-sizing: border-box;
}

/* Not needed for sticky header/column functionality */
td.user-name {
	text-transform: capitalize;
}
.sticky-wrap.overflow-y {
	overflow-y: auto;
	max-height: 50vh;
}
p.last-update {
	float: right;
}


/* Footer styles */

#homepage-footer {
		border: none;
		padding: 0;
		width: auto
}
#homepage-footer nav .o-nav {
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
		width: 160px;
		color: #7b8994
}
#homepage-footer nav .o-nav__header {
		font-size: 14px;
		font-weight: 700;
		line-height: 24px;
		margin-bottom: 11px
}
#homepage-footer nav .o-nav__item {
		margin-bottom: 11px;
		line-height: 16px
}
#homepage-footer nav a {
		color: #7b8994
}
#homepage-footer #locale-link {
		float: right
}
#homepage-footer #locale-container {
		padding-top: 60px;
		width: 100%;
		position: relative;
		overflow: hidden
}
.business-2015 .footer-row {
		margin-top: 0;
		padding: 52px 17px 120px;
		background: #fff
}
.business-2015 .footer-row #homepage-footer {
		max-width: 990px
}
@media (max-width: 990px) {
		.townsuite-2017 div .footer-row,
		.index-2015 div .footer-row {
				padding-bottom: 50px
		}
}
.townsuite-2017 #homepage-footer,
.index-2015 #homepage-footer {
		max-width: 990px
}
@media (max-width: 990px) {
		.townsuite-2017 #homepage-footer nav ul,
		.index-2015 #homepage-footer nav ul {
				width: 16.66667%;
				min-height: 170px
		}
}
@media (max-width: 767px) {
		.townsuite-2017 #homepage-footer nav ul,
		.index-2015 #homepage-footer nav ul {
				width: 32%;
				padding: 0 2% 0 0
		}
}
@media (MAX-WIDTH: 500px) {
		.townsuite-2017 #homepage-footer nav ul,
		.index-2015 #homepage-footer nav ul {
				width: 50%;
				padding: 0
		}
}
@media (max-width: 767px) {
		.townsuite-2017 #homepage-footer #locale-link,
		.index-2015 #homepage-footer #locale-link {
				float: none
		}
}
.townsuite-2017 #homepage-footer #locale-container,
.index-2015 #homepage-footer #locale-container {
		min-height: 80px
}
@media (max-width: 990px) {
		.townsuite-2017 #homepage-footer #locale-container,
		.index-2015 #homepage-footer #locale-container {
				padding-top: 0
		}
}
footer img {
		width: 16px !important;
}

/* media style */

.media-text__header,
.media-text--caption-header .media-text__body,
.media-text--horizontal .media-text__header,
.media-text--primary .media-text__body {
		-webkit-font-smoothing: antialias;
		font-weight: 400
}
.media-text__header {
		font-weight: 300;
		font-size: 28px;
		line-height: 44px;
		margin: 12px auto 2px;
		text-align: center
}
@media (max-width: 767px) {
		.media-text__header {
				font-size: 25px;
				line-height: 35px
		}
}
.media-text--caption-header .media-text__body,
.media-text--horizontal .media-text__header {
		font-weight: 400;
		font-size: 21px;
		line-height: 30px
}
.media-text--primary .media-text__body {
		font-weight: 400;
		font-size: 17px;
		line-height: 28px
}
.media-text--caption-header .media-text__header {
		font-size: 12px;
		line-height: 16px;
		font-weight: normal
}
.media-text__media,
.media-text__text {
		width: 100%
}
.media-text__media a:hover,
.media-text__media a:focus,
.media-text__media a:active,
.media-text__text a:hover,
.media-text__text a:focus,
.media-text__text a:active {
		color: #007ee5
}
.media-text__media ul,
.media-text__text ul {
		padding-left: 20px
}
.media-text__media {
		text-align: center
}
.media-text__media img {
		height: auto
}
.media-text__header--responsive {
		display: none
}
.media-text__footer {
		position: relative;
		text-align: center
}
.media-text__footer-item-container {
		width: 33.33333%;
		display: inline-block
}
.media-text__footer--justified .media-text__footer-item-container:first-child {
		text-align: left
}
.media-text__footer--justified .media-text__footer-item-container:last-child {
		text-align: right
}
.media-text__footer-item {
		display: inline-block;
		min-width: 65px;
		background-position: top center;
		background-repeat: no-repeat
}
.media-text__footer-item img {
		display: block;
		margin: 0 auto;
		margin-bottom: 10px
}
.media-text--caption-header .media-text__header {
		font-size: 13px;
		padding-bottom: 3px
}
.media-text--primary {
		margin-bottom: 50px
}
.media-text--horizontal {
		display: table;
		margin: 0 auto
}
.media-text--horizontal .media-text__headline .media-text__headline-head {
		text-align: center;
		font-size: 28px;
		font-weight: 300;
		padding-bottom: 15px
}
.media-text--horizontal .media-text__wrapper {
		width: ;
		text-align: left;
		display: table-cell;
		vertical-align: middle;
		padding-left: 15px
}
.media-text--horizontal .media-text__wrapper:first-child {
		padding-right: 15px;
		padding-left: 0
}
.media-text--horizontal .media-text__media,
.media-text--horizontal .media-text__text {
		padding-left: 0;
		padding-right: 0
}
.media-text--horizontal .media-text__header,
.media-text--horizontal .media-text__body {
		width: 310px;
		margin: 0
}
.media-text--horizontal .media-text__text {
		text-align: left
}
.media-text--horizontal .media-text__media img {
		width: auto;
		height: 100%;
		vertical-align: middle
}
.media-text--horizontal .media-text__header {
		text-align: left
}
.media-text--horizontal.media-text--headline .media-text__media {
		margin-top: 0
}
.media-text--horizontal.media-text--headline .media-text__media img {
		width: auto
}
.media-text--horizontal.media-text--headline .media-text__wrapper:first-child {
		padding-left: 80px;
		padding-right: 15px
}
.media-text--horizontal.media-text--headline .media-text__wrapper {
		padding-right: 80px;
		padding-left: 15px
}
.media-text--horizontal.media-text--headline .media-text__body {
		width: auto
}
.media-text--alt-order.media-text--horizontal .media-text__media {
		padding-right: 0
}
.media-text--alt-order.media-text--horizontal .media-text__text {
		padding-left: 0
}
.media-text--alt-order.media-text--horizontal .media-text__text .media-text__header,
.media-text--alt-order.media-text--horizontal .media-text__text .media-text__body {
		float: right
}
.media-text--border-bottom {
		padding-bottom: 100px;
		border-bottom: 1px solid #e5e5e5
}
.media-text--two-across,
.media-text--three-across {
		display: inline-block;
		padding-left: 20px;
		vertical-align: top
}
.media-text--first.media-text--two-across,
.media-text--first.media-text--three-across {
		padding-left: 0
}
.media-text--two-across {
		width: 50%
}
.media-text--three-across {
		width: 31.25%
}

/* base style */

@font-face {
		font-family: 'dax';
		src: url('dax-regular-webfont.eot');
		src: url('dax-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('dax-regular-webfont.woff') format('woff'),
		url('dax-regular-webfont.ttf') format('truetype'),
		url('dax-regular-webfont.svg') format('svg');
		font-weight: normal;
		font-style: normal;
}
body,
input,
textarea,
select,
button,
.normal {
		font-family: "Open Sans", "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
		font-size: 13px;
		color: #3d464d;
		font-weight: normal
}
.maestro body,
.maestro input,
.maestro textarea,
.maestro select,
.maestro button,
.maestro .normal {
		font-family: AtlasGrotesk, sans-serif
}
body {
		background-color: #fff;
		min-height: 100%;
		margin: 0;
		padding: 0
}
a,
a * {
		cursor: pointer;
		outline: none
}
a {
		color: #00578e;
		text-decoration: none
}
a:focus {
		text-decoration: underline
}
a img {
		border: 0
}
p,
h1,
h2,
h3,
h4,
h5 {
		margin: 0 0 1em 0;
		line-height: 1.6em
}
h1 {
		font-size: 18pt;
		font-weight: normal;
		margin: 10px 0
}
h2 {
		padding-top: 3px;
		padding-bottom: 10px;
		margin-bottom: 4px;
		font-size: 10pt
}
h3 {
		padding: 0;
		margin: 0;
		font-size: 10pt
}
h4 {
		margin: 0 0 0.5em 0;
		font-weight: bold;
		font-size: 14px
}
h5 {
		margin: 0 0 0.5em 0;
		font-weight: bold;
		font-size: 12px
}
input[type=password] {
		font-family: arial, sans-serif
}
button {
		border: 0;
		width: auto;
		overflow: visible;
		border-style: solid;
		outline: 0
}
form {
		padding: 0;
		margin: 0
}
label {
		cursor: default
}
noscript {
		font-size: 13px;
		font-weight: normal
}
.carousel * {
		font-family: "Atlas Grotesk Web", "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif
}
.carousel a {
		color: #0bacff
}
.clearfix:before,
.clearfix:after {
		content: " ";
		display: table
}
.clearfix:after {
		clear: both
}
.link-img {
		vertical-align: middle;
		background-color: #fff;
		margin: -2px 0 0 0;
		padding-right: 4px;
		background-repeat: no-repeat
}
#maestro-nav {
		line-height: normal
}
#maestro-nav h2 {
		padding-top: 0;
		padding-bottom: 0
}
body.townsuite-2017 {
		background: #fbfbfb
}
@media (max-width: 1024px) {
		.grid-990 {
				margin: 0 auto
		}
}
.townsuite-2017 #notify-wrapper {
		width: 100%;
		height: 0px;
		left: 0;
		top: 0;
		text-align: center;
		position: fixed;
		z-index: 1001;
		margin-top: 70px
}
.no-header-bar .townsuite-2017 #notify-wrapper {
		margin-top: 30px
}
.townsuite-2017 #notify {
		display: inline-block;
		padding: 8px 18px;
		border-radius: 6px;
		border-width: 1px;
		border-style: solid;
		font-size: 12px
}
.townsuite-2017 #notify,
.townsuite-2017 #notify.server-info {
		color: #47525d;
		background-color: #fbfbfb;
		border-color: #47525d
}
.townsuite-2017 #notify.server-error {
		color: #e82110;
		background-color: #ffe3e3;
		border-color: #e82110
}
.townsuite-2017 #notify.server-success {
		color: #48ac68;
		background-color: #edfaf1;
		border-color: #48ac68
}
* {
		-webkit-font-smoothing: antialiased
}
body.townsuite-2017 {
		font-size: 14px;
		line-height: 26px
}
.large-title,
.medium-title,
.learn-more-content .media-text__headline-head,
.small-title {
		padding: 0 0 20px;
		margin: 0;
		text-align: center
}
.large-title {
		line-height: 1.4;
		font-size: 38px;
		font-weight: 300
}
.medium-title,
.learn-more-content .media-text__headline-head {
		line-height: 36px;
		font-size: 24px;
		font-weight: 100
}
.small-title {
		line-height: 34px;
		font-size: 21px;
		font-weight: 100
}
.townsuite-2017 .try-townsuite-cta .try-business-cta__button,
.townsuite-2017 .try-townsuite-cta .try-business-cta__header {
		line-height: 34px;
		font-size: 16px;
		font-weight: 400
}
*,
*:before,
*:after {
		box-sizing: border-box
}
.grid-990 body.townsuite-2017 {
		min-width: 990px
}
.grid-990 body.townsuite-2017--responsive {
		min-width: 0
}
.twelve-column {
		margin: 0 auto;
		width: 990px
}
.eleven-column {
		margin: 0 auto;
		width: 905px
}
.ten-column {
		margin: 0 auto;
		width: 820px
}
.nine-column {
		margin: 0 auto;
		width: 735px
}
.eight-column {
		margin: 0 auto;
		width: 650px
}
.seven-column {
		margin: 0 auto;
		width: 565px
}
.six-column {
		margin: 0 auto;
		width: 480px
}
.five-column {
		margin: 0 auto;
		width: 395px
}
.four-column {
		margin: 0 auto;
		width: 310px
}
.three-column {
		margin: 0 auto;
		width: 225px
}
.two-column {
		margin: 0 auto;
		width: 140px
}
.one-column {
		margin: 0 auto;
		width: 55px
}
.townsuite-logo {
		margin: 13px auto;
		width: 200px;
		position: relative;
		height: 60px;
		max-width: 220px;
		font-size: 0;
		text-align: left;
		display: block;
		z-index: 3
}
.townsuite-logo__link {
		display: inline-block
}
.townsuite-logo__type {
		z-index: 3;
		width: 180px;
		height: 54px;
		vertical-align: middle;
		display: inline-block;
		background: no-repeat center center;
		position: relative;
		top: -4px;
		background-size: 120px auto;
		-webkit-transition: all 300ms ease-in-out 0s;
		transition: all 300ms ease-in-out 0s
}
.townsuite-logo__glyph {
		z-index: 4;
		vertical-align: middle;
		height: 46px;
		width: 39px;
		display: inline-block;
		-webkit-transition: all 300ms ease-in-out 0s;
		transition: all 300ms ease-in-out 0s
}
.townsuite-logo.fade-out .townsuite-logo__glyph {
		-webkit-transform: translate(69px, 0);
		transform: translate(69px, 0)
}
.townsuite-logo.fade-out .townsuite-logo__type {
		opacity: 0;
		-webkit-transform: translate(-40px, 0);
		transform: translate(-40px, 0)
}
.mast-head {
		top: 0;
		right: 0;
		left: 0;
		overflow: hidden;
		position: fixed;
		height: 76px;
		z-index: 1000;
		font-size: 0;
		background-color: #fff;
		border-bottom: 1px solid #d0d4d9;
		box-shadow: 0px 1px 1px #d0d4d9
}
.mast-head .mast-head-nav {
		top: 22px;
		right: 105px;
		bottom: 22px;
		left: 105px;
		position: absolute;
		width: auto;
		height: 32px;
		z-index: 3
}
@media (max-width: 990px) {
		.mast-head .mast-head-nav {
				right: 25px;
				left: 25px
		}
}
.mast-head .mast-head-nav .nav-list {
		display: inline-block;
		margin: 0;
		padding: 0;
		width: 50%;
		font-size: 0
}
.mast-head .mast-head-nav .nav-list:nth-of-type(1) {
		text-align: left;
		vertical-align: middle
}
.mast-head .mast-head-nav .nav-list:nth-of-type(1) .nav-list__item {
		margin: 0 12px 0 0
}
.mast-head .mast-head-nav .nav-list:nth-of-type(2) {
		text-align: right
}
.mast-head .mast-head-nav .nav-list:nth-of-type(2) .nav-list__item {
		margin: 0 0 0 12px
}
.mast-head .mast-head-nav .nav-list .nav-list__item {
		display: inline-block;
		vertical-align: middle;
		text-align: right
}
.townsuite-2017 .mast-head .button-tertiary {
		border-color: #00578e;
		color: #00578e
}
.townsuite-2017 .mast-head .button-tertiary:hover {
		border-color: #0071ce;
		color: #0071ce
}
.townsuite-2017 .mast-head .nav-list__item+.nav-list__item {
		position: relative;
		padding-left: 6px
}
.townsuite-2017 .mast-head .nav-list__item+.nav-list__item::before {
		background: #00578e;
		border-radius: 100%;
		content: "";
		height: 3px;
		position: absolute;
		left: -5px;
		top: 12px;
		width: 3px
}
.townsuite-2017 .mast-head .nav-list__item+.nav-list__item--no-bullet::before {
		display: none
}
.townsuite-2017 .button-toggler {
		overflow: hidden;
		width: 75px;
		height: 34px;
		border-radius: 5px
}
.townsuite-2017 .button-toggler .button-toggler__wrapper {
		position: relative;
		display: block
}
.townsuite-2017 .button-toggler .sign-in,
.townsuite-2017 .button-toggler .sign-up {
		position: absolute;
		top: 0;
		left: 0;
		width: 75px;
		height: 29px;
		z-index: 1;
		padding: 7px 13px;
		opacity: 1;
		-webkit-transition: opacity 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms, top 0ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms;
		transition: opacity 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms, top 0ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms
}
.townsuite-2017 .button-toggler .sign-up {
		z-index: 0
}
.townsuite-2017 .button-toggler.show-sign-up .sign-in {
		top: -29px;
		opacity: 0;
		-webkit-transition: opacity 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms, top 0ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 251ms;
		transition: opacity 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms, top 0ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 251ms
}
.hero {
		padding-top: 51px;
		width: 100%;
		text-align: center
}
.hero .medium-title,
.hero .learn-more-content .media-text__headline-head,
.learn-more-content .hero .media-text__headline-head {
		margin: 15px auto 0
}
.hero-banner {
		margin: 60px auto 28px;
		position: relative
}
.hero__scroll {
		position: absolute;
		right: 0;
		bottom: -10px;
		left: 0;
		line-height: 1;
		text-align: center
}
.hero__scroll-text {
		margin: 0 auto;
		padding: 0 60px;
		position: relative;
		display: inline-block;
		height: 20px;
		z-index: 999;
		font-size: 14px;
		line-height: 20px;
		text-align: center;
		color: #47525d;
		background: #fbfbfb
}
.hero__scroll-text:before {
		content: '';
		top: 2px;
		right: 25px;
		bottom: 2px;
		position: absolute;
		width: 16px;
		background: #fafbfc no-repeat center center;
		background-image: url("");
		background-size: 14px 16px
}
@media (-webkit-min-device-pixel-ratio: 1.1),
(min-resolution: 192dpx),
(min-resolution: 1.1dppx) {
		.hero__scroll-text:before {
				background-image: url("")
		}
}
.media-text--horizontal .media-text__wrapper {
		vertical-align: top
}
.large-title, .try-townsuite-cta, .media-text__header, #locale-container, .media-text__headline-head, h2, h4, h1 {
	font-family: "dax", "DaxRegular", "Open Sans", "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
	src: url(https://noisynature.com/files/1/index_files/dax-regular-webfont.ttf) format("truetype");
}

.media-text--horizontal .media-text__header,
.media-text--horizontal .media-text__body {
		width: 100%;
		line-height: 1.4;
		font-size: 32px;
		font-weight: 300;
		color: #d0d4d9
}
.media-text--horizontal .media-text__body {
		padding-right: 5px;
		line-height: 36px;
		font-size: 21px;
		font-weight: 100
}
.media-text--horizontal .media-text__media img {
		display: block;
		margin: 14px auto 0;
		position: relative
}
.media-text__footer-item-container {
		width: 100%;
		text-align: left
}
.media-text__footer-item-container:last-child .media-text__footer-item,
.media-text__footer-item-container:last-child .media-text__footer-item-container {
		width: 100%;
		text-align: left;
		float: left
}
.townsuite-2017 .try-townsuite-cta {
		padding-top: 2em;
		padding-bottom: 2em;
		text-align: center;
		background: #fff;
		margin-top: 25px;
}
.townsuite-2017 .try-townsuite-cta .medium-title,
.townsuite-2017 .try-townsuite-cta .learn-more-content .media-text__headline-head,
.learn-more-content .townsuite-2017 .try-townsuite-cta .media-text__headline-head {
		margin-bottom: 32px;
		font-size: 28px
}
.townsuite-2017 .try-townsuite-cta .try-business-cta__button,
.townsuite-2017 .try-townsuite-cta .try-business-cta__header {
		margin-bottom: 0;
		background: none;
		border: none;
		color: #47525d
}
.townsuite-2017 .try-townsuite-cta .try-business-cta__button {
		margin: 0 auto;
		padding: 0;
		float: none;
		text-align: center;
		color: #00578e
}
.townsuite-2017 .try-townsuite-cta .try-business-cta__button:hover {
		text-decoration: underline;
		background: none;
		color: #00578e
}
.townsuite-2017 .try-townsuite-cta .try-townsuite-cta__footer {
		margin-top: 63px;
		text-align: center
}
.townsuite-2017 .content-row {
		padding: 85px 0;
		overflow: hidden
}
.townsuite-2017 .content-row:last-of-type {
		border-bottom: none
}
.townsuite-2017 .footer-row {
		margin-top: 0;
		padding: 50px 20px 120px;
		background: #fbfbfb
}
.townsuite-2017 .footer-row #homepage-footer {
		max-width: 990px
}
.townsuite-2017 .container {
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
		max-width: 1200px;
		min-width: 600px;
		position: relative
}
.townsuite-2017 .login-form-container.register.small.index {
		width: 100%
}
.learn-more-content {
		padding: 30px 0 30px
}
 -@media only screen and (max-width: 990px) {
	 .learn-more-content {
			 margin-bottom: 40px
	 }
}
.learn-more-content.media-text--three-across:first-of-type {
	 padding-left: 0;
	 padding-right: 45px
}
.learn-more-content.media-text--three-across:nth-of-type(2) {
	 padding-right: 22.5px;
	 padding-left: 22.5px
}
.learn-more-content.media-text--three-across:last-of-type {
	 padding-right: 0;
	 padding-left: 45px
}
.learn-more-content .media-text__media {
	 position: relative;
	 max-width: 220px;
	 margin: 0 auto;
	 border: 1px solid #a1a1a1;
	 overflow: hidden;
	 border-radius: 50%
}
.learn-more-content .media-text__media img {
	 display: block;
	 margin: -1px 0 0 -1px;
	 text-align: center;
	 height: auto !important;
 -	max-height: 235 px !important;
}

.learn-more-content .media-text__headline-head {
	 letter-spacing: -0.5px;
	 color: #737373;
	 min-height: 70px;
	 font-weight: 600;
	 padding: 0
}
.learn-more-content {
		padding: 30px 0 30px
}
@media only screen and (max-width: 990px) {
		.learn-more-content {
				margin-bottom: 40px
		}
}
.learn-more-content.media-text--three-across:first-of-type {
		padding-left: 0;
		padding-right: 45px
}
.learn-more-content.media-text--three-across:nth-of-type(2) {
		padding-right: 22.5px;
		padding-left: 22.5px
}
.learn-more-content.media-text--three-across:last-of-type {
		padding-right: 0;
		padding-left: 45px
}
.learn-more-content .media-text__media {
		position: relative;
		max-width: 220px;
		margin: 0 auto;
		border: 1px solid #a1a1a1;
		overflow: hidden;
		border-radius: 50%
}
.learn-more-content .media-text__media img {
		display: block;
		margin: -1px 0 0 -1px;
		text-align: center;
		height: auto !important;
	max-height: 235 px !important;
}

@media only screen and (max-width: 990px) {
		.learn-more-content .media-text__headline-head {
				margin-bottom: 15px
		}
}
.learn-more-content .media-text__body {
		padding: 0;
		font-size: 18px;
		line-height: 158%;
		color: #737373;
		margin: 35px auto 0;
		max-width: 350px
}
.top-notification-bar #browse-header {
		top: 101px
}
@media (max-width: 1005px) {
		.top-notification-bar #browse-header {
				top: 50px
		}
}
.has-top-dashboard #browse-header {
		top: 320px
}
@media (max-width: 1005px) {
		.has-top-dashboard #browse-header {
				top: 50px
		}
}
.fixed-header #top-notification-bar-container {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9
}
body.top-notification-bar {
		margin-top: 51px
}
body.top-notification-bar .mast-head {
		top: 51px
}
.townsuite-2017 .button-primary,
.townsuite-2017 .button-secondary,
.townsuite-2017 .button-tertiary,
.townsuite-2017 .button-link {
		margin: 0;
		padding: 7px 16px;
		font-size: 12px;
		border-radius: 5px;
		-webkit-filter: none;
		filter: none
}
.townsuite-2017 .button-primary.button-big,
.townsuite-2017 .button-secondary.button-big,
.townsuite-2017 .button-tertiary.button-big,
.townsuite-2017 .button-link.button-big {
		min-width: 220px;
		min-height: 50px;
		line-height: 34px;
		font-size: 16px
}
.townsuite-2017 .button-primary,
.townsuite-2017 .button-secondary {
		background-image: none;
		background-color: #00578e;
		color: #fff;
		border: 1px solid transparent
}
.townsuite-2017 .button-primary:hover,
.townsuite-2017 .button-secondary:hover {
		background-image: none;
		background-color: #3398ea
}
.townsuite-2017 .button-primary:active,
.townsuite-2017 .button-secondary:active {
		background-image: none;
		border-color: #00578e;
		background-color: #3398ea
}
.townsuite-2017 .button-tertiary {
		color: #47525d;
		border: 1px solid #7b8994;
		background: none;
		-webkit-filter: none;
		filter: none
}
.townsuite-2017 .button-tertiary:hover {
		color: #00578e;
		background: none;
		border-color: #00578e
}
.townsuite-2017 .button-link {
		padding-left: 0;
		padding-right: 0;
		font-size: 14px;
		border: none;
		background: none;
		color: #00578e;
		outline: none
}
.townsuite-2017 .button-link:hover {
		text-decoration: underline;
		border: none;
		background: none;
		-webkit-filter: none;
		filter: none
}
.townsuite-2017 .button-link:focus {
		text-decoration: underline
}
.townsuite-2017 .auth-google.button-primary {
		position: relative;
		padding: 8px 0;
		margin-bottom: 5px;
		width: 100%;
		background-size: 16px 16px;
		background-repeat: no-repeat;
		background-position: left 10px center;
		background-image: url("");
		background-color: #4285f4;
		border: 1px solid rgba(0, 0, 0, 0.2);
		font-family: 'Dax', sans-serif;
		font-weight: 500;
		font-size: 14px
}
.townsuite-2017 .auth-google.button-primary:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 36px;
		border-left: 1px solid rgba(0, 0, 0, 0.1);
		border-color: #2265d4
}
.townsuite-2017 .auth-google.button-primary:hover {
		border-color: rgba(0, 0, 0, 0.1);
		background-color: #5496ff
}
body.townsuite-2017.ie .button-primary,
body.townsuite-2017.ie .button-secondary,
body.townsuite-2017.ie .button-tertiary {
		padding-top: 7px;
		padding-bottom: 6px;
		-webkit-filter: none;
		filter: none
}

section.container img {
		max-height: 235px;
	width: auto;
}
.townsuite-2017 .button-tertiary {
		margin: 15px 0 0 0;

}
.k-event {
		cursor: pointer;
		min-height: 3.5em !important;
		color: #d8e0ed !important;
}
.k-task {
		position: relative;
		background-color: inherit !important;
}
.event-section-container, div#TheNewSRDiv {
		max-width: 90%;
		margin: 0 auto 60px;
}
.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list>.k-state-highlight, .k-list>.k-state-selected, .k-marquee-color, .k-panel>.k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited, k-task:hover {
		color: #fff !important;
		background-color: #6b95be !important;
		border-color: #6b95be !important;
}
button#btnReset, button#btnSearchFacilities {
	float:right;
	margin: 10px;
}
.btn-primary:hover {
		color: #fff;
		background-color: #286090;
		border-color: #204d74;
}
div#ts_calendar_placeholder {
		margin-top: 40px;
}
.post {
    text-align: left !important;
}

/* Index style */

.townsuite-2017 .large-title {
		color: #47525d
}
.townsuite-2017 .homepage-download-button {
		font-size: 15px
}
.townsuite-2017 .hero {
		width: 100%;
		overflow: hidden;
		padding-top: 121px;
		text-align: center
}
.townsuite-2017 .hero .homepage-download-button-container {
		padding-top: 60px
}
.townsuite-2017 .hero .homepage-download-button-container .homepage-download-button {
		min-width: 290px
}
.townsuite-2017 .hero .large-title {
		padding-bottom: 0
}
.townsuite-2017 .hero .medium-title {
		padding-bottom: 15px
}
.townsuite-2017 .hero__banner {
		margin: 60px auto 28px;
		position: relative
}
.townsuite-2017 .media-text--horizontal .media-text__header,
.townsuite-2017 .media-text--horizontal .media-text__body {
		color: #47525d;
		font-size: 34px
}
.townsuite-2017 .media-text--horizontal .media-text__body {
		font-size: 21px
}
.townsuite-2017 .content-row {
		margin: 65px auto;
		padding: 35px;
		overflow: hidden
}
.townsuite-2017 .content-row:last-of-type {
		margin-bottom: 105px
}
.townsuite-2017 .login-form-container.register.small.index {
		width: 100%
}
.townsuite-2017 .animator-frame {
		top: -1px;
		right: -2px;
		margin: 0 !important;
		display: inline-block !important
}
.townsuite-2017 .animator-poster {
		top: -1px;
		margin: 0 0 0 2px !important;
		position: absolute !important
}
.townsuite-2017 #docs-anywhere .animator {
		top: 40px
}
.townsuite-2017 #send-videos .animator {
		top: 35px
}
.townsuite-2017 #send-videos .media-text__wrapper:nth-of-type(2) {
		padding-left: 85px
}
.townsuite-2017 #send-videos .media-text__wrapper:nth-of-type(2) .media-text__body {
		padding-right: 0
}
.townsuite-2017 #send-videos+.expanding-section .expanding-section__button {
		margin-left: calc(57% + 15px);
		width: calc(43% - 15px)
}
.townsuite-2017 #send-videos+.expanding-section .expanding-section__button.button-toggled {
		-webkit-transform: translate(-104px, 50%);
		transform: translate(-104px, 50%)
}
.townsuite-2017 #photos-safe {
		margin-top: 30px
}
.townsuite-2017 #photos-safe .animator {
		top: 20px
}
.townsuite-2017 #work-together .media-text__wrapper:first-of-type {
		padding-right: 75px
}
.townsuite-2017 #work-together .animator {
		top: 50px
}
.townsuite-2017 #never-lose .animator {
		top: 60px
}
.townsuite-2017 #sign-up-modal .db-modal {
		width: 422px
}
.townsuite-2017 #index-sign-in-modal .db-modal {
		width: 422px
}
.townsuite-2017 #index-sign-in-modal .db-modal .hr-label__text {
		background-color: #f6f9fc
}
.townsuite-2017 #never-lose+.expanding-section .learn-more-content:first-of-type .media-text__media {
		border: none !important
}
.townsuite-2017 .login-form-container .login-button {
		margin-top: 16px;
		margin-bottom: 5px
}
.townsuite-2017.ja .header-text .medium-title {
		word-spacing: 20px
}
.townsuite-2017.exp-blueshift-pro-homepage-cta-modal .db-modal {
		width: 740px
}
@media (max-width: 767px) {
		.townsuite-2017.exp-blueshift-pro-homepage-cta-modal {
				width: inherit
		}
}
.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-cta__box {
		background-color: #fff;
		border: 1px solid #d0d4d9;
		border-radius: 5px;
		display: table-cell;
		padding: 20px 34px;
		width: 50%
}
.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-cta__footer {
		background-color: #fff;
		border: none;
		border-radius: none;
		padding: 100px 0 120px 0;
		text-align: center;
		width: 100%
}
.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-cta__footer .get-townsuite-cta__header {
		font-size: 28px
}
.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-cta__footer .get-townsuite-cta__link {
		font-size: 14px
}
@media (max-width: 767px) {
		.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-cta__footer .lb--mobile {
				display: block
		}
}
.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-cta__header {
		font-size: 18px;
		font-weight: 100;
		line-height: 28px
}
@media (max-width: 1020px) {
		.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-cta__header {
				font-size: 16px
		}
}
.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-cta__button {
		font-size: 16px;
		margin: 20px 0
}
.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-cta__link {
		color: #6a94be
}
.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-cta__responsive {
		display: none
}
@media (max-width: 1020px) {
		.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-cta__responsive {
				display: inline-block;
				background-color: #fff;
				border: 2px solid #f6f9fc;
				border-radius: 5px;
				padding: 20px
		}
}
.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-cta-v2 .large-title {
		font-size: 38px;
		line-height: 48px;
		padding: 30px 0 22px 0
}
.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-cta-v2 .medium-title {
		font-size: 21px;
		line-height: 36px;
		padding: 0 0 40px 0;
		max-width: 650px
}
.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-cta-v2__button {
		font-size: 16px
}
.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-cta-v2__separator {
		display: none
}
@media (max-width: 767px) {
		.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-cta-v2__separator {
				display: block;
				border-top: 2px solid #d0d4d9;
				margin: 50px 0
		}
}
@media (max-width: 767px) {
		.townsuite-2017.exp-blueshift-pro-homepage-cta .db-modal {
				width: 85%;
				background-color: #fff
		}
}
@media (max-width: 767px) {
		.townsuite-2017.exp-blueshift-pro-homepage-cta .db-modal .db-modal-content {
				padding: 0
		}
}
.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-modal__plans-container {
		display: table;
		width: 100%
}
@media (max-width: 767px) {
		.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-modal__inner {
				background-color: #fff;
				border-radius: 5px
		}
}
.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-modal__title {
		display: block;
		margin: 20px 0;
		font-weight: 100;
		font-size: 25px;
		line-height: 36px;
		text-align: center
}
.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-modal__header {
		font-size: 18px;
		font-weight: 600;
		line-height: 28px
}
@media (max-width: 767px) {
		.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-modal__header {
				margin-bottom: 20px
		}
}
.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-modal__subheader {
		font-size: 12px;
		font-weight: 600;
		line-height: 24px;
		color: #a1a1a1;
		margin-top: -5px;
		margin-bottom: 50px
}
@media (max-width: 767px) {
		.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-modal__subheader {
				display: none
		}
}
.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-modal__plans-left {
		display: table-cell;
		text-align: center;
		margin-left: 50px;
		width: 30%
}
@media (max-width: 767px) {
		.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-modal__plans-left {
				display: none;
				float: none;
				margin: 0;
				width: 100%
		}
}
.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-modal__plans-right {
		display: table-cell;
		text-align: center;
		margin-right: 50px;
		width: 30%
}
@media (max-width: 767px) {
		.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-modal__plans-right {
				border-top: 2px solid #d0d4d9;
				display: block;
				float: none;
				margin: 0;
				padding: 20px 0;
				width: 100%
		}
}
.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-modal__plans-basic {
		display: none
}
@media (max-width: 767px) {
		.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-modal__plans-basic {
				display: block;
				text-align: center;
				margin: 0;
				padding: 20px 0
		}
}
.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-modal__plans-separator {
		display: none
}
@media (max-width: 767px) {
		.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-modal__plans-separator {
				display: block;
				border-top: 2px solid #d0d4d9;
				width: 100%
		}
}
.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-modal__button {
		font-size: 14px;
		font-weight: 600;
		margin: 20px 0
}
.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-modal__button.button-secondary {
		line-height: 0;
		min-height: 0;
		background: none;
		border: 1px solid #6a94be;
		color: #6a94be;
		padding: 16px;
		min-width: 80px
}
.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-modal__button.button-secondary:hover {
		background-color: #f4faff
}
.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-modal__item {
		font-size: 14px;
		line-height: 24px;
		border-top: 1px solid #d0d4d9;
		padding: 14px 0 18px 0
}
@media (max-width: 767px) {
		.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-modal__item {
				border-top: none;
				padding: 0
		}
}
.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-modal__link {
		padding-top: 43px
}
@media (max-width: 767px) {
		.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-modal__last-item {
				margin-top: 15px
		}
}
.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-modal-l__title {
		display: block;
		margin: 20px 0;
		font-weight: 100;
		font-size: 25px;
		line-height: 36px;
		text-align: center
}
.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-modal-l__header {
		font-size: 20px;
		font-weight: 300;
		line-height: 28px;
		min-height: 30px
}
@media (max-width: 767px) {
		.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-modal-l__header {
				margin-bottom: 20px
		}
}
.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-modal-l__subheader {
		font-size: 12px;
		font-weight: 600;
		line-height: 24px;
		color: #a1a1a1;
		margin-top: -5px;
		min-height: 50px
}
@media (max-width: 767px) {
		.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-modal-l__subheader {
				min-height: 30px
		}
}
.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-modal-l__divide {
		border-top: 1px solid #d0d4d9;
		border-bottom: none;
		width: 50px;
		margin-bottom: 20px
}
@media (max-width: 767px) {
		.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-modal-l__divide {
				margin-bottom: 10px
		}
}
.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-modal-l__plans-container {
		display: table;
		width: 100%
}
@media (max-width: 767px) {
		.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-modal-l__plans-container {
				background-color: #fff
		}
}
.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-modal-l__plan {
		display: inline-block;
		text-align: center;
		width: 33%
}
@media (max-width: 767px) {
		.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-modal-l__plan {
				display: block;
				width: 100%;
				margin: 20px 0 40px 0
		}
}
@media (max-width: 767px) {
		.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-modal-l__inner {
				background-color: #fff;
				border-radius: 5px
		}
}
.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-modal-l__list {
		min-height: 170px
}
@media (max-width: 767px) {
		.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-modal-l__list {
				min-height: 130px
		}
}
@media (max-width: 767px) {
		.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-modal-l__short {
				min-height: 80px
		}
}
.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-modal-l__highlight {
		position: relative;
		background-color: #e8e8e8;
		border-radius: 5px;
		padding: 40px 10px
}
.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-modal-l__highlight-header {
		display: inline-block;
		background-color: #d0d4d9;
		border-radius: 5px 5px 0 0;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0
}
@media (max-width: 767px) {
		.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-modal-l__highlight-header {
				border-radius: 0
		}
}
.townsuite-2017.exp-blueshift-pro-homepage-cta .get-townsuite-modal-l__link {
		text-decoration: none
}
.townsuite-2017.townsuite-2017--responsive {
		min-width: 0
}

@media (min-width: 1200px) {
	.header-text {
	width: 700px;
}
}
@media (min-width: 1020px) {
		.townsuite-2017.townsuite-2017--responsive.is-mobile .hero__image,
		.townsuite-2017.townsuite-2017--responsive.is-tablet .hero__image {
				display: inline-block
		}
}
@media (min-width: 1020px) {
		.townsuite-2017.townsuite-2017--responsive.is-mobile .media-text__image,
		.townsuite-2017.townsuite-2017--responsive.is-tablet .media-text__image {
				display: inline-block
		}
}
@media (min-width: 1020px) {
		.townsuite-2017.townsuite-2017--responsive.is-mobile .media-text__wrapper,
		.townsuite-2017.townsuite-2017--responsive.is-tablet .media-text__wrapper {
				vertical-align: middle
		}
}
.townsuite-2017.townsuite-2017--responsive .header-button {
		border: 1px solid #6a94be;
		border-radius: 5px;
		padding: 5px 13px;
		font-size: 12px
}
.townsuite-2017.townsuite-2017--responsive .header-button:hover,
.townsuite-2017.townsuite-2017--responsive .header-button:focus {
		border: 1px solid #6a94be;
		color: #0071ce
}
@media (max-width: 1020px) {
		.townsuite-2017.townsuite-2017--responsive .container {
				min-width: 0
		}
}
@media (max-width: 767px) {
		.townsuite-2017.townsuite-2017--responsive .mast-head-nav {
				display: none
		}
}
@media (max-width: 1020px) {
		.townsuite-2017.townsuite-2017--responsive .mast-head .nav-list .nav-list__item--download .button-link,
		.townsuite-2017.townsuite-2017--responsive .mast-head .nav-list .nav-list__item--ts .button-link {
				border: 1px solid #6a94be;
				border-radius: 5px;
				padding-left: 13px;
				padding-right: 13px;
				font-size: 12px
		}
		.townsuite-2017.townsuite-2017--responsive .mast-head .nav-list .nav-list__item--download .button-link:hover,
		.townsuite-2017.townsuite-2017--responsive .mast-head .nav-list .nav-list__item--download .button-link:focus,
		.townsuite-2017.townsuite-2017--responsive .mast-head .nav-list .nav-list__item--ts .button-link:hover,
		.townsuite-2017.townsuite-2017--responsive .mast-head .nav-list .nav-list__item--ts .button-link:focus {
				background-color: #f4faff;
				text-decoration: none;
				border: 1px solid #6a94be;
				color: #0071ce
		}
}
@media (max-width: 1020px) {
		.townsuite-2017.townsuite-2017--responsive .mast-head .nav-list .nav-list__item--sign-in {
				display: none
		}
}
@media (max-width: 1020px) {
		.townsuite-2017.townsuite-2017--responsive .hero {
				padding-top: 125px
		}
}
@media (max-width: 767px) {
		.townsuite-2017.townsuite-2017--responsive .hero {
				padding-top: 115px
		}
}
@media (max-width: 1020px) {
		.townsuite-2017.townsuite-2017--responsive .hero__banner {
				display: none
		}
}
@media (max-width: 1020px) {
		.townsuite-2017.townsuite-2017--responsive .hero__content {
				display: -webkit-box;
				display: -webkit-flex;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: reverse;
				-webkit-flex-direction: column-reverse;
				-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
				width: 100%;
				padding-bottom: 90px
		}
}
@media (max-width: 767px) {
		.townsuite-2017.townsuite-2017--responsive .hero__content {
				padding: 10px 30px 0
		}
}
.townsuite-2017.townsuite-2017--responsive .hero__copy {
		margin-left: auto !important;
		margin-right: auto !important;
		padding: 0 !important
}
@media (max-width: 1020px) {
		.townsuite-2017.townsuite-2017--responsive .hero__copy {
				float: none;
				width: 100%;
				max-width: 600px;
				padding: 0 0 50px
		}
}
@media (max-width: 767px) {
		.townsuite-2017.townsuite-2017--responsive .hero__copy {
				margin-bottom: 45px;
				border-bottom: 1px solid #d0d4d9
		}
}
@media (max-width: 1020px) {
		.townsuite-2017.townsuite-2017--responsive .hero__copy .large-title,
		.townsuite-2017.townsuite-2017--responsive .hero__copy .medium-title {
				text-align: center
		}
}
@media (max-width: 1020px) {
		.townsuite-2017.townsuite-2017--responsive .hero__copy .large-title {
				max-width: 440px;
				margin: 0 auto 16px
		}
}
@media (max-width: 767px) {
		.townsuite-2017.townsuite-2017--responsive .hero__copy .large-title {
				font-size: 32px
		}
}
@media (max-width: 1020px) {
		.townsuite-2017.townsuite-2017--responsive .hero__copy .medium-title {
				font-size: 21px
		}
}
@media (max-width: 767px) {
		.townsuite-2017.townsuite-2017--responsive .hero__copy .medium-title {
				max-width: 400px;
				margin-bottom: 35px
		}
}
@media (max-width: 1020px) {
		.townsuite-2017.townsuite-2017--responsive .hero__copy .button-secondary {
				line-height: 0;
				min-height: 0;
				background: none;
				min-width: 110px;
				border: 1px solid #6a94be;
				font-size: 14px;
				font-weight: 600;
				color: #6a94be;
				padding: 16px
		}
		.townsuite-2017.townsuite-2017--responsive .hero__copy .button-secondary:hover {
				background-color: #f4faff
		}
}
.townsuite-2017.townsuite-2017--responsive .hero__image {
		display: none
}
@media (max-width: 1020px) {
		.townsuite-2017.townsuite-2017--responsive .hero__image {
				display: block;
				width: 100%
		}
}
@media (max-width: 767px) {
		.townsuite-2017.townsuite-2017--responsive .hero__image {
				display: none
		}
}
@media (max-width: 1020px) {
		.townsuite-2017.townsuite-2017--responsive .hero__register {
				display: none
		}
}
.townsuite-2017.townsuite-2017--responsive .hero .sign-up--responsive,
.townsuite-2017.townsuite-2017--responsive .hero .sign-in--responsive,
.townsuite-2017.townsuite-2017--responsive .hero .download--responsive {
		display: none
}
@media (max-width: 1020px) {
		.townsuite-2017.townsuite-2017--responsive .hero .sign-up--responsive,
		.townsuite-2017.townsuite-2017--responsive .hero .sign-in--responsive,
		.townsuite-2017.townsuite-2017--responsive .hero .download--responsive {
				display: inline-block
		}
}
.townsuite-2017.townsuite-2017--responsive .hero .sign-in--responsive {
		font-size: 14px;
		margin: 0 auto;
		padding: 20px 5px;
		font-weight: normal;
		width: 100%
}
.townsuite-2017.townsuite-2017--responsive .hero .sign-in--responsive a:hover {
		text-decoration: underline
}
@media (max-width: 1020px) {
		.townsuite-2017.townsuite-2017--responsive .content-row {
				margin: 70px auto 0
		}
}
@media (max-width: 767px) {
		.townsuite-2017.townsuite-2017--responsive .content-row {
				margin-top: 5px
		}
}
@media (max-width: 1020px) {
		.townsuite-2017.townsuite-2017--responsive .content-row:first-child {
				margin-top: 0
		}
}
.townsuite-2017.townsuite-2017--responsive .content-row:last-of-type {
		margin-bottom: 0
}
@media (max-width: 1020px) {
		.townsuite-2017.townsuite-2017--responsive .content-row:last-of-type {
				padding-bottom: 50px
		}
}
@media (max-width: 767px) {
		.townsuite-2017.townsuite-2017--responsive .content-row:last-of-type {
				padding-bottom: 20px
		}
}
@media (max-width: 767px) {
		.townsuite-2017.townsuite-2017--responsive .content-row:last-of-type .learn-more-content.media-text--three-across:last-of-type {
				margin-bottom: 30px
		}
}
.townsuite-2017.townsuite-2017--responsive .features-container {
		width: 100%;
		max-width: 1175px
}
@media (max-width: 767px) {
		.townsuite-2017.townsuite-2017--responsive .features-container {
				padding-left: 30px;
				padding-right: 30px
		}
}
@media (max-width: 1020px) {
		.townsuite-2017.townsuite-2017--responsive .animator {
				display: none
		}
}
@media (max-width: 1020px) {
		.townsuite-2017.townsuite-2017--responsive .media-text>div {
				display: -webkit-box;
				display: -webkit-flex;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column
		}
}
@media (max-width: 1020px) {
		.townsuite-2017.townsuite-2017--responsive .media-text .media-text__wrapper {
				display: block;
				width: 100%;
				padding: 0 !important;
				margin: 0
		}
}
@media (max-width: 1020px) {
		.townsuite-2017.townsuite-2017--responsive .media-text--alt-order>div {
				-webkit-box-orient: vertical;
				-webkit-box-direction: reverse;
				-webkit-flex-direction: column-reverse;
				-ms-flex-direction: column-reverse;
				flex-direction: column-reverse
		}
}
@media (max-width: 1020px) {
		.townsuite-2017.townsuite-2017--responsive .media-text__body {
				float: none !important;
				max-width: 650px;
				margin: 40px auto 0;
				padding: 0
		}
}
@media (max-width: 767px) {
		.townsuite-2017.townsuite-2017--responsive .media-text__body {
				margin-top: 10px
		}
}
.townsuite-2017.townsuite-2017--responsive .media-text__image {
		display: none
}
@media (max-width: 1020px) {
		.townsuite-2017.townsuite-2017--responsive .media-text__image {
				display: block;
				width: auto !important;
				max-width: 450px;
				height: initial
		}
}
@media (max-width: 767px) {
		.townsuite-2017.townsuite-2017--responsive .media-text__image {
				width: 100% !important;
				max-width: 400px
		}
}
@media (max-width: 1020px) {
		.townsuite-2017.townsuite-2017--responsive .media-text__header,
		.townsuite-2017.townsuite-2017--responsive .media-text__body {
				text-align: center
		}
}
@media (max-width: 1020px) {
		.townsuite-2017.townsuite-2017--responsive .media-text__header {
				display: none
		}
}
.townsuite-2017.townsuite-2017--responsive .media-text__header--responsive {
		display: none
}
@media (max-width: 1020px) {
		.townsuite-2017.townsuite-2017--responsive .media-text__header--responsive {
				display: inline-block;
				margin-bottom: 20px
		}
}
@media (max-width: 767px) {
		.townsuite-2017.townsuite-2017--responsive .media-text__header--responsive {
				margin-bottom: 0;
				padding-bottom: 0
		}
}
@media (max-width: 1020px) {
		.townsuite-2017.townsuite-2017--responsive .media-text__headline {
				min-height: 140px
		}
}
@media (max-width: 767px) {
		.townsuite-2017.townsuite-2017--responsive .media-text__headline {
				min-height: 0
		}
}
@media (max-width: 1020px) {
		.townsuite-2017.townsuite-2017--responsive .media-text__wrapper {
				display: -moz-box
		}
}
@media (max-width: 1020px) {
		.townsuite-2017.townsuite-2017--responsive .expanding-section {
				margin-top: 22px
		}
}
@media (max-width: 767px) {
		.townsuite-2017.townsuite-2017--responsive .expanding-section {
				margin-top: 32px
		}
}
@media (max-width: 1020px) {
		.townsuite-2017.townsuite-2017--responsive .expanding-section__button {
				width: 100% !important;
				margin: 0 !important;
				text-align: center
		}
		.townsuite-2017.townsuite-2017--responsive .expanding-section__button.button-toggled {
				-webkit-transform: translateX(46px) !important;
				transform: translateX(46px) !important
		}
}
@media (max-width: 1020px) {
		.townsuite-2017.townsuite-2017--responsive .expanding-section__content {
				padding: 0 30px
		}
}
.townsuite-2017.townsuite-2017--responsive .try-townsuite-cta .homepage-download-button {
		min-width: 290px
}
@media (max-width: 1020px) {
		.townsuite-2017.townsuite-2017--responsive .try-townsuite-cta .homepage-download-button {
				display: none
		}
}
@media (max-width: 1020px) {
		.townsuite-2017.townsuite-2017--responsive .try-townsuite-cta {
				padding-top: 30px;
				padding-bottom: 95px
		}
}
.townsuite-2017.townsuite-2017--responsive .try-townsuite-cta .button-secondary {
		display: none
}
@media (max-width: 1020px) {
		.townsuite-2017.townsuite-2017--responsive .try-townsuite-cta .button-secondary {
				display: inline-block;
				font-size: 16px;
				font-weight: 600;
				min-width: 170px
		}
}
.townsuite-2017.townsuite-2017--responsive .try-townsuite-cta__footer {
		display: none
}
@media (max-width: 1020px) {
		.townsuite-2017.townsuite-2017--responsive .try-townsuite-cta__footer {
				display: block
		}
}
.townsuite-2017.townsuite-2017--responsive .try-townsuite-cta__footer--static {
		display: block
}
.townsuite-2017.townsuite-2017--responsive .try-townsuite-cta__footer--static .button-secondary {
		display: inline-block
}
@media (max-width: 1020px) {
		.townsuite-2017.townsuite-2017--responsive .try-townsuite-cta__register {
				display: none
		}
}
.townsuite-2017.townsuite-2017--responsive .try-townsuite-cta .sign-up--static {
		display: inline-block
}
@media (max-width: 1020px) {
		.townsuite-2017.townsuite-2017--responsive .footer-row {
				background: #f6f9fc
		}
}
@media (max-width: 767px) {
		.townsuite-2017.townsuite-2017--responsive .footer-row {
				padding-left: 30px;
				padding-right: 30px
		}
}
@media (max-width: 767px) {
		.townsuite-2017.townsuite-2017--responsive #homepage-footer>nav {
				display: -webkit-box;
				display: -webkit-flex;
				display: -ms-flexbox;
				display: flex;
				-webkit-flex-wrap: wrap;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap
		}
		.townsuite-2017.townsuite-2017--responsive #homepage-footer ul:nth-child(2) {
				-webkit-box-ordinal-group: 5;
				-webkit-order: 4;
				-ms-flex-order: 4;
				order: 4
		}
		.townsuite-2017.townsuite-2017--responsive #homepage-footer ul:nth-child(3) {
				-webkit-box-ordinal-group: 6;
				-webkit-order: 5;
				-ms-flex-order: 5;
				order: 5
		}
		.townsuite-2017.townsuite-2017--responsive #homepage-footer ul:nth-child(4) {
				-webkit-box-ordinal-group: 7;
				-webkit-order: 6;
				-ms-flex-order: 6;
				order: 6
		}
		.townsuite-2017.townsuite-2017--responsive #homepage-footer ul:nth-child(5) {
				-webkit-box-ordinal-group: 3;
				-webkit-order: 2;
				-ms-flex-order: 2;
				order: 2
		}
		.townsuite-2017.townsuite-2017--responsive #homepage-footer ul:nth-child(6) {
				-webkit-box-ordinal-group: 4;
				-webkit-order: 3;
				-ms-flex-order: 3;
				order: 3
		}
}
@media (max-width: 767px) {
		.townsuite-2017.townsuite-2017--responsive .learn-more-content .media-text__media {
				max-width: 180px
		}
}
@media (max-width: 767px) {
		.townsuite-2017.townsuite-2017--responsive .learn-more-content .media-text__wrapper:first-of-type {
				margin-bottom: 10px
		}
}
@media (max-width: 1020px) {
		.townsuite-2017.townsuite-2017--responsive .learn-more-content.media-text--three-across img {
				width: 100% !important
		}
}
@media (max-width: 767px) {
		.townsuite-2017.townsuite-2017--responsive .learn-more-content.media-text--three-across {
				width: 100%;
				padding: 0
		}
		.townsuite-2017.townsuite-2017--responsive .learn-more-content.media-text--three-across .media-text__headline {
				display: block
		}
}
@media (max-width: 767px) {
		.townsuite-2017.townsuite-2017--responsive .learn-more-content.media-text--three-across:last-of-type {
				margin-bottom: 85px
		}
}
@media (max-width: 767px) {
		.townsuite-2017.townsuite-2017--responsive .learn-more-content .media-text__body {
				max-width: 500px
		}
}
.sign-in-form-promo {
		border-top: 1px solid #d0d4d9;
		margin: 15px -32px -15px -32px;
		padding: 15px 32px 0 32px;
		text-align: center
}
.sign-up-form-v1 {
		max-width: 840px;
		margin: 0 auto
}
.sign-up-form-v1:after {
		content: "";
		display: table;
		clear: both
}
.sign-up-form-v1-hero {
		padding: 45px 25px 64px;
		box-sizing: border-box
}
.sign-up-form-v1 .header-text .large-title,
.sign-up-form-v1 .header-text .medium-title {
		text-align: left;
		margin-top: -5px;
		margin-bottom: 30px
}
.sign-up-form-v1 .six-column,
.sign-up-form-v1 .four-column,
.sign-up-form-v1 .three-column {
		margin: 0;
		float: left
}
.sign-up-form-v1 .six-column {
		width: 480px;
		margin-right: 40px
}
.sign-up-form-v1 .four-column {
		width: 320px
}
.sign-up-form-v1 .three-column {
		width: 270px
}
.sign-up-form-v1 .form-container {
		max-width: 270px;
		margin: 8px auto 0
}
.sign-up-form-v1 .form-container .login-form-container {
		width: 100%
}
.sign-up-form-v1 .form-container .login-form-container .two-factor-trusted-info {
		width: auto
}
.sign-up-form-v1 .form-container .text-input input.text-input-input {
		border-color: #bdc4c9
}
.sign-up-form-v1 .form-container .input-fname,
.sign-up-form-v1 .form-container .input-lname {
		float: left;
		width: calc(50% - 4px)
}
.sign-up-form-v1 .form-container .input-lname {
		margin-left: 8px
}
.sign-up-form-v1 .form-container .input-email {
		clear: both
}
.sign-up-form-v1 .form-container .text-input-error-wrapper {
		display: none
}
.sign-up-form-v1 .form-container .agree label {
		font-size: 12px
}
.sign-up-form-v1 .form-container .input-error {
		border-color: #e82110 !important
}
.sign-up-form-v1 .form-container .input-error+label {
		color: #e82110 !important
}
.sign-up-form-v1 .form-container .login-button.button-primary {
		margin-top: 0;
		border: 1px solid #6a94be;
		line-height: 24px;
		font-weight: 600;
		width: 100%;
		float: none;
		background: -webkit-linear-gradient(#6a94be, #6a94be);
		background: linear-gradient(#6a94be, #6a94be)
}
.sign-up-form-v1 .form-container .login-button.button-primary:hover {
		opacity: 0.8
}
.sign-up-form-v1 .form-container .login-button.button-primary:hover:disabled {
		opacity: 0.4
}
.sign-up-form-v1 .form-container .hr-label {
		padding-top: 2px;
		padding-bottom: 2px
}
.sign-up-form-v1 .form-container .hr-label__text {
		background-color: #FBFBFB
}
.sign-up-form-v1 .form-container .auth-google.button-primary {
		margin-top: 0;
		line-height: 24px
}
.sign-up-form-v1 .form-container .auth-google.button-primary .logo {
		margin-top: 5px
}
.sign-up-form-v1 .form-container .input-password input {
		margin-bottom: 0 !important
}
.sign-up-form-v1 .form-container .text-input .text-input-input {
		height: 41px;
		margin: 0 0 10px 0
}
.sign-up-form-v1 .form-container .text-input label {
		padding: 9px 11px
}
.sign-up-form-v1 .recaptcha-container {
		margin-top: 12px
}
.new-exp-form-image {
		padding-top: 12px
}
.new-exp-form-image.sign-up-form-v1 {
		max-width: 1240px
}
.new-exp-form-image.sign-up-form-v1 .header-text .large-title {
		margin-bottom: 16px
}
.new-exp-form-image.sign-up-form-v1 .form-container {
		max-width: 320px;
		margin: -12px auto 14px
}
.new-exp-form-image.sign-up-form-v1 .form-container .register-form__name-fields .text-input:first-of-type {
		margin-right: 4px
}
.new-exp-form-image.sign-up-form-v1 .form-container .input-fname,
.new-exp-form-image.sign-up-form-v1 .form-container .input-lname {
		width: calc(50% - 2px)
}
.new-exp-form-image.sign-up-form-v1 .form-container .input-lname {
		margin-left: 0
}
.new-exp-form-image.sign-up-form-v1 .form-container .login-button.button-primary {
		font-size: 16px;
		font-weight: 700;
		background: #6a94be
}
.new-exp-form-image.sign-up-form-v1 .form-container .text-input .text-input-input {
		margin: 0 0 4px 0;
		height: 37px;
		border-radius: 5px;
		padding: 5px 10px;
		border-color: #d0d4d9
}
.new-exp-form-image.sign-up-form-v1 .form-container .text-input label {
		color: #47525d;
		font-size: 14px
}
.new-exp-form-image.sign-up-form-v1 .form-container .agree label {
		color: #3d464d;
		font-size: 14px
}
.new-exp-form-image.sign-up-form-v1 .form-container .checkbox {
		padding: 12px 0 16px
}
.new-exp-form-image.sign-up-form-v1 .six-column {
		margin-right: 25px;
		padding-right: 13px
}
.new-exp-form-image.sign-up-form-v1 .five-column,
.new-exp-form-image.sign-up-form-v1 .four-column {
		margin: 0;
		float: right
}
.new-exp-form-image.sign-up-form-v1 .five-column {
		width: 370px
}
.new-exp-form-image .hero__banner {
		margin: 20px auto 53px !important
}
.new-exp-form-image .animator {
		margin: 0 auto 35px !important
}
.exp-home-ts-cta .button-tertiary {
		border-color: #6a94be;
		color: #6a94be
}
.exp-home-ts-cta .button-tertiary:hover {
		border-color: #0071ce;
		color: #0071ce
}
.exp-home-ts-cta .nav-list__item+.nav-list__item {
		position: relative;
		padding-left: 6px
}
.exp-home-ts-cta .nav-list__item+.nav-list__item::before {
		background: #6a94be;
		border-radius: 100%;
		content: "";
		height: 3px;
		position: absolute;
		left: -5px;
		top: 12px;
		width: 3px
}
@media (min-width: 991px) {
		.townsuite-2017.exp-teams_signup_homepage .six-column.hero__copy {
				max-width: 490px
		}
}
.townsuite-2017.exp-teams_signup_homepage .media-text--horizontal .media-text__wrapper {
		vertical-align: middle
}
.townsuite-2017.exp-teams_signup_homepage img.media-text__image {
		display: block
}
.townsuite-2017.exp-teams_signup_homepage .content-row:last-of-type {
		padding-bottom: 50px
}
@media (max-width: 767px) {
		.townsuite-2017.exp-teams_signup_homepage .content-row {
				margin-top: 50px
		}
}
@media (max-width: 1020px) {
		.townsuite-2017.exp-teams_signup_homepage .content-row {
				margin-top: 100px
		}
}
.townsuite-2017.exp-teams_signup_homepage .credentials-form__fields label {
		overflow-x: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
}
.townsuite-2017.exp-teams_signup_homepage .register-form__credential-fields .email-suggestion {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
		width: 100%;
		margin-top: -10px;
		padding-left: 0
}
.townsuite-2017.exp-teams_signup_homepage.exp-teams_signup_homepage_user_journeys h1.large-title {
		font-size: 40px;
		margin-top: 15px
}
.townsuite-2017.exp-teams_signup_homepage.exp-teams_signup_homepage_user_journeys .footer-row {
		background-color: #fbfbfb
}
.townsuite-2017.exp-teams_signup_homepage.exp-teams_signup_homepage_user_journeys .try-townsuite-cta {
		background: inherit
}
.townsuite-2017.exp-teams_signup_homepage.exp-teams_signup_homepage_user_journeys .offset-section .media-text__media {
		text-align: left
}
.townsuite-2017.exp-teams_signup_homepage.exp-teams_signup_homepage_user_journeys .offset-section .media-text__wrapper {
		vertical-align: top
}
.townsuite-2017.exp-teams_signup_homepage.exp-teams_signup_homepage_user_journeys .offset-section .media-text__wrapper:last-child {
		padding-top: 400px
}
.townsuite-2017.exp-teams_signup_homepage.exp-teams_signup_homepage_user_journeys .offset-section .media-text__wrapper:last-child .media-text__image {
		width: 400px;
		margin-left: 85px
}
.townsuite-2017.exp-teams_signup_homepage.exp-teams_signup_homepage_user_journeys .offset-section .media-text__header--responsive {
		display: inline-block;
		margin-left: 85px;
		margin-top: 32px
}
.townsuite-2017.exp-teams_signup_homepage.exp-teams_signup_homepage_user_journeys .offset-section .media-text__body {
		margin-left: 85px
}
.townsuite-2017.exp-teams_signup_homepage.exp-teams_signup_homepage_user_journeys .create-online-documents {
		margin-top: -75px
}
.townsuite-2017.exp-teams_signup_homepage.exp-teams_signup_homepage_user_journeys .media-text__header {
		width: 320px;
		float: left
}
.townsuite-2017.exp-teams_signup_homepage.exp-teams_signup_homepage_user_journeys .media-text__body {
		padding: 0;
		float: left;
		width: 320px
}
.townsuite-2017.exp-teams_signup_homepage.exp-teams_signup_homepage_user_journeys .media-text__text {
		padding-left: 85px
}
.townsuite-2017.exp-teams_signup_homepage.exp-teams_signup_homepage_user_journeys .media-text--alt-order .media-text__text {
		padding-left: 85px
}
@media (max-width: 1020px) {
		.townsuite-2017.exp-teams_signup_homepage.exp-teams_signup_homepage_user_journeys .offset-section .media-text__header--responsive {
				margin-top: 32px;
				width: 100%;
				margin-left: 0
		}
		.townsuite-2017.exp-teams_signup_homepage.exp-teams_signup_homepage_user_journeys .offset-section .media-text__body {
				margin: 0 auto 0
		}
		.townsuite-2017.exp-teams_signup_homepage.exp-teams_signup_homepage_user_journeys .offset-section .media-text__text {
				padding-left: 0
		}
		.townsuite-2017.exp-teams_signup_homepage.exp-teams_signup_homepage_user_journeys .offset-section .media-text__wrapper:last-child {
				padding-top: 0;
				margin-top: 85px
		}
		.townsuite-2017.exp-teams_signup_homepage.exp-teams_signup_homepage_user_journeys .offset-section .media-text__wrapper:last-child .media-text__image {
				width: 100% !important;
				max-width: 450px;
				margin-left: auto;
				margin-right: auto
		}
		.townsuite-2017.exp-teams_signup_homepage.exp-teams_signup_homepage_user_journeys .create-online-documents {
				margin-top: 100px
		}
		.townsuite-2017.exp-teams_signup_homepage.exp-teams_signup_homepage_user_journeys .features-container .media-text__content .media-text__header--responsive {
				float: none;
				margin-top: 32px
		}
		.townsuite-2017.exp-teams_signup_homepage.exp-teams_signup_homepage_user_journeys .media-text__text {
				padding-left: 0
		}
		.townsuite-2017.exp-teams_signup_homepage.exp-teams_signup_homepage_user_journeys .media-text--alt-order .media-text__text {
				padding-left: 0
		}
}
.townsuite-2017.exp-teams_signup_homepage.exp-teams_signup_homepage_user_journeys .sign-up-form-v1 .form-container ..button-primary {
		color: #3d464d;
		background-color: #fbfbfb;
		background-image: url("")
}
.townsuite-2017.exp-teams_signup_homepage.exp-teams_signup_homepage_user_journeys .sign-up-form-v1 .form-container ..button-primary:before {
		border-left: 0
}
@media (max-width: 1020px) {
		.townsuite-2017.exp-teams_signup_homepage .sign-up-for-team-hero .hero__content {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column
		}
}
@media (max-width: 767px) {
		.townsuite-2017.exp-teams_signup_homepage .sign-up-for-team-hero .hero__content {
				padding-left: 10px;
				padding-right: 10px
		}
}
.townsuite-2017.exp-teams_signup_homepage .sign-up-for-team-hero .hero__copy {
		max-width: 100%
}
@media (max-width: 1020px) {
		.townsuite-2017.exp-teams_signup_homepage .sign-up-for-team-hero .hero__copy .large-title,
		.townsuite-2017.exp-teams_signup_homepage .sign-up-for-team-hero .hero__copy .medium-title {
				max-width: 100%
		}
}
@media (max-width: 1020px) {
		.townsuite-2017.exp-teams_signup_homepage .sign-up-for-team-hero .hero__copy {
				border-bottom: none;
				margin-bottom: 0
		}
}
.townsuite-2017.exp-teams_signup_homepage .sign-up-for-team-hero .hero__register {
		float: none;
		margin: auto
}
@media (max-width: 1020px) {
		.townsuite-2017.exp-teams_signup_homepage .sign-up-for-team-hero .hero__register {
				display: block
		}
}
@media (max-width: 767px) {
		.townsuite-2017.exp-teams_signup_homepage .sign-up-for-team-hero .hero__register,
		.townsuite-2017.exp-teams_signup_homepage .sign-up-for-team-hero .hero__register>.form-container {
				max-width: 100%
		}
}
.townsuite-2017.exp-teams_signup_homepage .sign-up-for-team-hero .hero__illustrations {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-top: -140px;
		margin-left: -600px
}
@media (max-width: 1100px) {
		.townsuite-2017.exp-teams_signup_homepage .sign-up-for-team-hero .hero__illustrations {
				display: none
		}
}
.townsuite-2017.exp-teams_signup_homepage .sign-up-for-team-hero .hero__illustrations__left,
.townsuite-2017.exp-teams_signup_homepage .sign-up-for-team-hero .hero__illustrations__right {
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		overflow-x: hidden
}
.townsuite-2017.exp-teams_signup_homepage .sign-up-for-team-hero .hero__illustrations__right {
		width: 465px
}
.townsuite-2017.exp-teams_signup_homepage .sign-up-for-team-hero .hero__illustrations__separation {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		border-bottom: solid 2px #d0d4d9;
		margin: 0 -90px 60px -90px
}
.townsuite-2017.exp-teams_signup_homepage .sign-up-for-team-hero .large-title {
		padding: 35px 0 0 0;
		text-align: center;
		font-size: 32px
}
@media (max-width: 767px) {
		.townsuite-2017.exp-teams_signup_homepage .sign-up-for-team-hero .large-title {
				padding: 15px 0 0 0
		}
}
.townsuite-2017.exp-teams_signup_homepage .sign-up-for-team-hero .medium-title {
		padding: 0 0 52px 0;
		text-align: center
}
@media (max-width: 767px) {
		.townsuite-2017.exp-teams_signup_homepage .sign-up-for-team-hero .medium-title {
				padding: 0 0 32px 0
		}
}
.townsuite-2017.exp-teams_signup_homepage .sign-up-for-team-hero .medium-title a {
		font-size: 18px;
		margin-right: 44px;
		color: inherit
}
.townsuite-2017.exp-teams_signup_homepage .sign-up-for-team-hero .medium-title a:last-child {
		margin-right: 0
}
.townsuite-2017.exp-teams_signup_homepage .sign-up-for-team-hero .medium-title a:hover {
		color: #6a94be
}
@media (max-width: 767px) {
		.townsuite-2017.exp-teams_signup_homepage .sign-up-for-team-hero .medium-title a {
				display: block;
				margin-right: 0
		}
}
.townsuite-2017.exp-teams_signup_homepage .features-container {
		margin-top: -20px
}
@media (max-width: 1020px) {
		.townsuite-2017.exp-teams_signup_homepage .features-container {
				margin-top: 40px
		}
		.townsuite-2017.exp-teams_signup_homepage .features-container .media-text__content .media-text__header--responsive {
				margin: 0;
				padding: 0
		}
		.townsuite-2017.exp-teams_signup_homepage .features-container .media-text__content .media-text__image--responsive {
				margin-top: 0
		}
		.townsuite-2017.exp-teams_signup_homepage .features-container .media-text__content .media-text__body {
				margin-top: 0
		}
}
.combined_name__False .register-form__name-fields {
		overflow: hidden
}
body.exp-smores-version-2V1,
body.exp-smores-version-2V1 .new-exp-form-image.sign-up-form-v1 .form-container .text-input input,
body.exp-smores-version-2V1 .new-exp-form-image.sign-up-form-v1 .form-container .text-input textarea,
body.exp-smores-version-2V1 .new-exp-form-image.sign-up-form-v1 .form-container .text-input select,
body.exp-smores-version-2V1 .new-exp-form-image.sign-up-form-v1 .form-container .text-input button,
body.exp-smores-version-2V1 .new-exp-form-image.sign-up-form-v1 .form-container .text-input .normal,
body.exp-smores-version-2V1 .large-title,
body.exp-smores-version-2V1 .sign-up-form-v1,
body.exp-smores-version-2V1 .sign-up-form-v1 .form-container .hr-label .login-button.button-primary,
body.exp-smores-version-2V1 .sign-up-form-v1 .auth-google,
body.exp-smores-version-2V1 .feature .heading,
body.exp-smores-version-2V1 .feature .paragraph {
		font-family: AtlasGrotesk, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-weight: 200;
		color: #637282
}
body.exp-smores-version-2V1.townsuite-2017 .button-primary,
body.exp-smores-version-2V1.townsuite-2017 .button-secondary,
body.exp-smores-version-2V1.townsuite-2017 .button-tertiary,
body.exp-smores-version-2V1.townsuite-2017 .button-link,
body.exp-smores-version-2V1 .new-exp-form-image.sign-up-form-v1 .form-container .text-input .text-input-input,
body.exp-smores-version-2V1 .sign-up-form-v1 .auth-google {
		border-radius: 3px
}
body.exp-smores-version-2V1 .feature--share-securly__article,
body.exp-smores-version-2V1 .feature--teamwork-and-feedback__article,
body.exp-smores-version-2V1 .feature--paper__sub-section,
body.exp-smores-version-2V1 .feature .heading,
body.exp-smores-version-2V1 .feature .paragraph {
		width: 340px;
		margin-left: 8px;
		padding: 0;
		line-height: 32px
}
@media (max-width: 1020px) {
		body.exp-smores-version-2V1 .feature--share-securly__article,
		body.exp-smores-version-2V1 .feature--teamwork-and-feedback__article,
		body.exp-smores-version-2V1 .feature--paper__sub-section,
		body.exp-smores-version-2V1 .feature .heading,
		body.exp-smores-version-2V1 .feature .paragraph {
				width: 340px;
				max-width: 100%;
				margin: 0 auto
		}
}
body.exp-smores-version-2V1 .mast-head {
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1)
}
body.exp-smores-version-2V1 {
		background-color: #F7F9FA
}
@media (max-width: 1020px) {
		body.exp-smores-version-2V1.townsuite-2017. .new-exp-form-image.sign-up-form-v1 .form-container {
				margin: 0
		}
}
body.exp-smores-version-2V1 .new-exp-form-image.sign-up-form-v1 .form-container .text-input label {
		color: #A3A8AE;
		font-size: 14px;
		font-weight: 400
}
body.exp-smores-version-2V1 .new-exp-form-image.sign-up-form-v1 .form-container .text-input input,
body.exp-smores-version-2V1 .new-exp-form-image.sign-up-form-v1 .form-container .text-input textarea,
body.exp-smores-version-2V1 .new-exp-form-image.sign-up-form-v1 .form-container .text-input select,
body.exp-smores-version-2V1 .new-exp-form-image.sign-up-form-v1 .form-container .text-input button,
body.exp-smores-version-2V1 .new-exp-form-image.sign-up-form-v1 .form-container .text-input .normal {
		color: #1B2733;
		font-weight: 400
}
body.exp-smores-version-2V1.new-exp-form-image.sign-up-form-v1 .form-container .text-input .text-input-input {
		color: #6A7C8F;
		font-weight: 400;
		background-color: green
}
body.exp-smores-version-2V1 .mast-head .button-tertiary {
		padding: 9px 16px;
		font-size: 11px;
		font-weight: 400
}
body.exp-smores-version-2V1 .mast-head .nav-list__item .button-link {
		color: #7B8994;
		font-size: 14px;
		font-weight: 400
}
body.exp-smores-version-2V1 .mast-head .nav-list__item+.nav-list__item::before {
		background-color: #7B8994
}
body.exp-smores-version-2V1 .hero__banner {
		margin: -41px auto !important;
		-webkit-transform: translateX(-6%);
		transform: translateX(-6%)
}
body.exp-smores-version-2V1 .hero__copy {
		font-size: 20px;
		margin-top: 19px
}
body.exp-smores-version-2V1 .hero__copy .large-title,
body.exp-smores-version-2V1 .hero__copy .medium-title {
		width: 395px;
		margin-left: 84px
}
@media (max-width: 1020px) {
		body.exp-smores-version-2V1 .hero__copy .large-title,
		body.exp-smores-version-2V1 .hero__copy .medium-title {
				margin-left: 0
		}
}
body.exp-smores-version-2V1 .new-exp-form-image.sign-up-form-v1 .five-column {
		margin-top: 19px;
		display: inline-block;
		margin-left: 146px;
		float: none
}
@media (max-width: 1020px) {
		body.exp-smores-version-2V1 .new-exp-form-image.sign-up-form-v1 .five-column {
				display: none
		}
}
body.exp-smores-version-2V1.townsuite-2017. .new-exp-form-image.sign-up-form-v1 .form-container {
		width: 309px
}
body.exp-smores-version-2V1 .large-title {
		color: #1B2733
}
body.exp-smores-version-2V1 .sign-up-form-v1 {
		color: #6A7C8F
}
body.exp-smores-version-2V1 .sign-up-form-v1 .checkbox-inline label {
		font-size: 10px;
		font-weight: 300;
		line-height: 24px
}
body.exp-smores-version-2V1 .sign-up-form-v1 .form-container .hr-label:before {
		border-top: solid 1px #e82110
}
body.exp-smores-version-2V1 .sign-up-form-v1 .form-container .hr-label__text {
		background-color: #F7F9FA;
		font-size: 10px;
		font-weight: 400
}
body.exp-smores-version-2V1 .sign-up-form-v1 .form-container .hr-label .login-button.button-primary {
		weight: 400;
		font-size: 14px
}
body.exp-smores-version-2V1 .sign-up-form-v1 .auth-google {
		background-color: #fff;
		color: #6A7C8F;
		background-image: url("");
		background-size: contain;
		border: none
}
body.exp-smores-version-2V1 .sign-up-form-v1 .auth-google:before {
		display: none
}
body.exp-smores-version-2V1 .sign-up-form-v1 .auth-google:hover {
		background-color: #fff
}
body.exp-smores-version-2V1 .try-townsuite-cta,
body.exp-smores-version-2V1 .footer-row {
		background-color: #F7F9FA
}
body.exp-smores-version-2V1 .try-townsuite-cta .medium-title,
body.exp-smores-version-2V1 .footer-row .medium-title {
		line-height: 47px;
		font-size: 38px;
		color: #1B2733
}
body.exp-smores-version-2V1 .features {
		width: 1121px;
		margin: 0 auto;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 118px
}
@media (max-width: 1020px) {
		body.exp-smores-version-2V1 .features {
				width: 100%;
				padding: 0 30px;
				text-align: center;
				margin-top: 27px
		}
}
body.exp-smores-version-2V1 .feature {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
}
@media (max-width: 1020px) {
		body.exp-smores-version-2V1 .feature {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				display: block
		}
}
@media (max-width: 1020px) {
		body.exp-smores-version-2V1 .feature__aside {
				display: none
		}
}
body.exp-smores-version-2V1 .feature--across-devices {
		margin-bottom: 117px
}
body.exp-smores-version-2V1 .feature--across-devices__aside {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		min-width: 50%;
		background-color: #D6E8FA;
		height: 436px;
		text-align: center;
		font-size: 0;
		overflow: hidden
}
body.exp-smores-version-2V1 .feature--across-devices__article {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		width: 50%;
		padding: 5px 56px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: column;
		-ms-flex-flow: column;
		flex-flow: column
}
@media (max-width: 1020px) {
		body.exp-smores-version-2V1 .feature--across-devices__article {
				padding: 0
		}
}
body.exp-smores-version-2V1 .feature--across-devices__iphone-image {
		margin: -1px auto 0 auto;
		width: 433px;
		height: 438px
}
body.exp-smores-version-2V1 .feature--across-devices__sync-illustration {
		width: 330px;
		height: 220px;
		margin-left: 22px;
		max-width: 330px
}
body.exp-smores-version-2V1 .feature--across-devices__sub-section {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 50%;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		margin-left: 28px
}
@media (max-width: 1020px) {
		body.exp-smores-version-2V1 .feature--across-devices__sub-section {
				margin: 0 auto
		}
}
body.exp-smores-version-2V1 .feature--across-devices__sub-section:nth-of-type(2) {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: column;
		-ms-flex-flow: column;
		flex-flow: column
}
body.exp-smores-version-2V1 .feature--across-devices .heading {
		margin-left: 0
}
body.exp-smores-version-2V1 .feature--across-devices .paragraph {
		margin-bottom: 0
}
body.exp-smores-version-2V1 .feature--share-securly {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		margin-bottom: 100px
}
body.exp-smores-version-2V1 .feature--share-securly__aside {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 478px;
		-ms-flex: 0 0 478px;
		flex: 0 0 478px;
		height: 427px;
		text-align: center
}
body.exp-smores-version-2V1 .feature--share-securly__article {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 50%;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		padding: 0 139px 0 139px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		height: 427px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: column;
		-ms-flex-flow: column;
		flex-flow: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
}
@media (max-width: 1020px) {
		body.exp-smores-version-2V1 .feature--share-securly__article {
				padding: 0;
				height: auto;
				display: block
		}
}
body.exp-smores-version-2V1 .feature--share-securly .heading,
body.exp-smores-version-2V1 .feature--share-securly .paragraph {
		width: 100%
}
body.exp-smores-version-2V1 .feature--share-securly__secure-image {
		width: 478px;
		height: 478px;
		margin-left: -80px
}
body.exp-smores-version-2V1 .feature--teamwork-and-feedback {
		display: block;
		margin-bottom: 198px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		background-image: url("");
		background-position: center center;
		background-size: 815px;
		background-repeat: no-repeat
}
@media (max-width: 1020px) {
		body.exp-smores-version-2V1 .feature--teamwork-and-feedback {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				background-image: none
		}
}
body.exp-smores-version-2V1 .feature--teamwork-and-feedback__article {
		margin-left: 152px;
		display: block
}
@media (max-width: 1020px) {
		body.exp-smores-version-2V1 .feature--teamwork-and-feedback__article {
				-webkit-flex-basis: 100%;
				-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
				padding: 0;
				margin: 0 auto;
				margin-bottom: 140px
		}
}
body.exp-smores-version-2V1 .feature--teamwork-and-feedback__article:nth-of-type(2) {
		margin-top: 328px;
		margin-left: 644px
}
@media (max-width: 1020px) {
		body.exp-smores-version-2V1 .feature--teamwork-and-feedback__article:nth-of-type(2) {
				margin-top: 0;
				margin-left: auto;
				-webkit-flex-basis: 100%;
				-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
				padding: 0
		}
}
body.exp-smores-version-2V1 .feature--teamwork-and-feedback .heading,
body.exp-smores-version-2V1 .feature--teamwork-and-feedback .paragraph {
		margin: 0
}
body.exp-smores-version-2V1 .feature--teamwork-and-feedback .paragraph {
		margin-bottom: 0
}
body.exp-smores-version-2V1 .feature--paper {
		margin-bottom: 152px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
}
body.exp-smores-version-2V1 .feature--paper__aside {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		background-color: #eeb6a8
}
@media (max-width: 1020px) {
		body.exp-smores-version-2V1 .feature--paper__aside {
				display: none
		}
}
body.exp-smores-version-2V1 .feature--paper__article {
		padding: 5px 56px;
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 50%;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: column;
		-ms-flex-flow: column;
		flex-flow: column;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
}
@media (max-width: 1020px) {
		body.exp-smores-version-2V1 .feature--paper__article {
				padding: 0;
				display: block
		}
}
body.exp-smores-version-2V1 .feature--paper__illustration {
		margin-top: auto;
		margin-left: 13px;
		width: 370px;
		height: 269px
}
@media (max-width: 1020px) {
		body.exp-smores-version-2V1 .feature--paper__illustration {
				margin: 0 auto
		}
}
body.exp-smores-version-2V1 .feature--paper__paper-image {
		margin: 20px 20px 0 0;
		width: 548px;
		height: 685px
}
body.exp-smores-version-2V1 .feature--paper__sub-section {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1;
		-ms-flex: 1 1;
		flex: 1 1;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: column;
		-ms-flex-flow: column;
		flex-flow: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-left: 0
}
@media (max-width: 1020px) {
		body.exp-smores-version-2V1 .feature--paper__sub-section {
				margin: 0 auto
		}
}
body.exp-smores-version-2V1 .feature--paper__sub-section .paragraph,
body.exp-smores-version-2V1 .feature--paper__sub-section .heading {
		margin-left: 18px
}
@media (max-width: 1020px) {
		body.exp-smores-version-2V1 .feature--paper__sub-section .paragraph,
		body.exp-smores-version-2V1 .feature--paper__sub-section .heading {
				margin: 0 auto
		}
}
body.exp-smores-version-2V1 .feature--paper__sub-section:nth-of-type(2) {
		width: 100%;
		-webkit-box-flex: initial;
		-webkit-flex: initial;
		-ms-flex: initial;
		flex: initial;
		height: 269px
}
body.exp-smores-version-2V1 .feature .heading {
		display: block;
		font-size: 31px;
		line-height: 46px;
		color: #1B2733;
		margin-bottom: 23px
}
body.exp-smores-version-2V1 .feature .paragraph {
		font-size: 20px;
		line-height: 30px;
		color: #637282
}
@media (max-width: 1020px) {
		body.exp-smores-version-2V1 .feature .paragraph {
				margin-bottom: 0
		}
}

/* Menu style */

@font-face {
		font-family: 'dax';
		src: url('dax-regular-webfont.eot');
		src: url('dax-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('dax-regular-webfont.woff') format('woff'),
		url('dax-regular-webfont.ttf') format('truetype'),
		url('dax-regular-webfont.svg') format('svg');
		font-weight: normal;
		font-style: normal;
}
.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.menu {
	box-sizing: border-box;
	font-family: "dax", "DaxRegular", "Open Sans", "lucida grande", "Segoe UI";
	font-weight: 500;
}
h1 {
	font-family: "dax", "DaxRegular", "Open Sans", "lucida grande", "Segoe UI";
	font-weight: 400;
	font-size: 5em;
	text-align: center;
}
.outer-menu {
	position: fixed;
	top: 2em;
	right: 0.5em;
	z-index: 1000;
}
.outer-menu .checkbox-toggle {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	cursor: pointer;
	width: 60px;
	height: 60px;
	opacity: 0;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div {
	transform: rotate(135deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:before,
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
	top: 0;
	transform: rotate(90deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
	opacity: 0;
}
.outer-menu .checkbox-toggle:checked ~ .menu {
	pointer-events: auto;
	visibility: visible;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div {
	transform: scale(1);
	transition-duration: 0.5s;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div > div {
	opacity: 1;
	transition: opacity 0.2s ease 0.3s;
}
.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
	transform: rotate(225deg);
}
.outer-menu .hamburger {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 60px;
	height: 60px;
	padding: .5em 1em;
	background: #6b95be;
	border-radius: 0 0.12em 0.12em 0;
	cursor: pointer;
	transition: box-shadow 0.3s ease;
	backface-visibility: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.outer-menu .hamburger > div {
	position: relative;
	flex: none;
	width: 100%;
	height: 2px;
	background: #fbfbfb;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}
.outer-menu .hamburger > div:before,
.outer-menu .hamburger > div:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: -10px;
	right: 0;
	width: 100%;
	height: 2px;
	background: inherit;
	transition: all 0.3s ease;
}
.outer-menu .hamburger > div:after {
	top: 10px;
}
.outer-menu .menu {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	visibility: hidden;
	overflow: hidden;
	backface-visibility: hidden;
	outline: 1px solid transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}
.outer-menu .menu > div {
	width: 300vw;
	height: 300vw;
	color: #d8e0ed;
	background: #00578e;
	border-radius: 50%;
	transition: all 0.3s ease;
	flex: none;
	transform: scale(0);
	backface-visibility: hidden;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.outer-menu .menu > div > div {
	text-align: center;
	opacity: 0;
	transition: opacity 0.2s ease;
	overflow-y: auto;
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.outer-menu .menu > div > div > ul {
	list-style: none;
	padding: 5em 1em;
	margin: 0;
	display: block;
	height: 100%;
	max-width: 95%;
	min-width: 360px;
}
@media (min-width: 1200px) {
	.outer-menu .menu > div > div > ul {
		min-width: 600px;
		min-height: 600px;
	}
}
.outer-menu .menu > div > div > ul > li {
	padding: 0;
	margin: 1em;
	font-size: 24px;
	display: block;
}
.outer-menu .menu > div > div > ul > li > a {
	position: relative;
	display: inline;
	cursor: pointer;
	transition: color 0.3s ease;
}
.outer-menu .menu > div > div > ul > li > a:hover {
	color: #d8e0ed;
}
.outer-menu .menu > div > div > ul > li > a:hover:after {
	width: 100%;
}
.outer-menu .menu > div > div > ul > li > a:after {
	content: '';
	position: absolute;
	z-index: 1;
	bottom: -0.15em;
	right: 0;
	width: 0;
	height: 2px;
	background: #d8e0ed;
	transition: width 0.3s ease;
}
.menu-title {
	font-family: "dax", "DaxRegular", "Open Sans", "lucida grande", "Segoe UI";
	position: fixed;
	right: 1.5em;
	top: 0.25em;
	z-index: 1000;
	color: #00578e;
}
.outer-menu:hover .hamburger {
		background: #00578e;
}
.menu .login {
		position: relative;
	top: 3em;
	padding: 10px;
}
.menu .button-tertiary {
		background: #00578e;
		color: #d8e0ed;
		border: 1px solid;
		margin: 0 17.5px 0 17.5px;
		font-size: 23px;
		font-family: "dax", "DaxRegular", "Open Sans", "lucida grande", "Segoe UI" !important;
}
@media (max-width: 1200px) {
	.menu .button-tertiary {
			margin: 0 10px 0 10px;
			font-size: 12px;
	}
}
.menu .button-tertiary:hover {
	background: #d8e0ed;
	color: #58595b;
}

/* Extra styles */
.grid__col.grid__col--12-of-12 {
    text-align: left;
}
.card-body {
    text-align: left;
}
button#submitanonymous {
    margin: 20px 12px 0 0;
}
.form-group {
    margin-top: 10px;
}

.uk-notify.uk-notify-bottom-right {
    position: fixed;
    bottom: 3em;
    right: 1em;
}

.us-notify.us-notify-bottom-right {
    position: fixed;
    bottom: 3em;
    right: 1em;
}
#TheNewSRDiv{
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

#TheNewSRDiv iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
   overflow: hidden;
}
@media (max-width: 1200px) {
	#TheNewSRDiv {
		height: 950px;
	}
}
@media (max-width: 900px) {
	#TheNewSRDiv {
		height: 1000px;
	}
}
@media (max-width: 400px) {
	#TheNewSRDiv {
		height: 1050px;
	}
}
.card {
    padding: 10px;
    margin: 10px;
}
@media (max-width: 1250px) {
  img.animator-poster {
      width: 1100px;
  }
}
@media (max-width: 1150px) {
  img.animator-poster {
      width: 1000px;
  }
}
.hero__banner.animator {
  width:1200px;
  height:440px !important;
}
a.btn {
    margin-top: 1.5em;
		margin-bottom: 1.5em;
}
a#ts-learn-more, a.button-tertiary {
    text-decoration: none;
}
.outer-menu .menu > div > div > ul > li > a {
    color: #d8e0ed !important;
		text-decoration: none;
}

#Complaints311Div {
	background-color: #fbfbfb;
}
#Complaints311Div div, .labels311 {
	text-align: left !important;
	font-size: 20px !important;
	font-family: "dax", "DaxRegular", "Open Sans", "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif !important;
}
p.p311requestdescription {
	font-size: 16px;
}
h1#formLabel, .button311 {
	font-size:25px !important;
	font-weight: strong !important;
	font-family: "dax", "DaxRegular", "Open Sans", "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif !important;
}
.mapboxgl-ctrl-bottom-left, .mapboxgl-ctrl-bottom-right {
	display: none;
}
.item311, div.item311:hover {
		color: #07578e !important;
		border: 2px solid #07578e !important;
		border-radius: 5px !important;
		margin-top: 1em !important;
}

div.item311:hover {
	color: #07578e !important;
	border: 2px solid #07578e !important;
	border-radius: 5px !important;
	margin-top: 1em !important;
	background-color: #d8e0ed !important;
}

.text-primary311 {
	color: #07578e !important;
}

#Complaints311Div input {
			height: 40px !important;
}

input#311Checkbox {transform:scale(2, 2) !important;}

