/*
Theme Name: 7thVision Theme 2015
Theme URI: http://7thvision.com.au
Description: A 7thVision Theme 2015
*/

@import url("frontend/css/devs-form.css");


/*________ GLOBAL ELEMENTS ________*/

* {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
.ie * {

}
img {
	display: block;
	border: 0;
	/*chrome fix for animations */
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
	-webkit-backface-visibility: hidden;
	position: relative;
}
a {
	outline: none;
	text-decoration: underline;
	color: #3baf5a;
}
a:hover {
	color: #3baf5a;
	text-decoration: none;
}
a[href*='tel:'] {
	cursor: default;
}
html {
	font-size: 100%;
}
body {
	font-family: 'brandon-grotesque', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	color: #7d7d7d;
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape */
	-ms-text-size-adjust: 100%;
	position: static !important;

	background: #fff -webkit-linear-gradient(top, #FFF, #FFF) repeat-x; /* windows chrome fixed scrolling replication issue */
	background-attachment: fixed; /* windows chrome fixed scrolling replication issue */
}

.outerWrapper {
	clear: both;
	width: 100%;
	max-width: 1440px;
	max-width: 90rem;
	margin: 0 auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wrapper {
	width: 100%;
	max-width: 1120px;
	max-width: 70rem;
	margin: 0 auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ie .wrapper {
	width: 1120px;
}


/*________ HEADER & NAV ________*/

.basicHeader {
	padding: 40px 0;
	padding: 2.5rem 0;
}
.basicHeader .wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}
.basicHeader .logo {
	width: 100%;
	height: auto;
	max-width: 240px;
	max-width: 15rem;
}
.basicHeader .logo img {
	width: 100%;
	height: auto;
}
.basicHeader .greenButton {
	padding-right: 74px;
	padding-right: 4.625rem;
}
.basicHeader .greenButton:after {
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}


/*________ CONTENT ________*/

.contentContainer {
	width: 100%;
	clear: both;
	padding: 50px 0 0;
	padding: 3.125rem 0 0;
	overflow: hidden;
}
.contentContainer.noPadding {
	padding-top: 0;
}
.contentContainer.grey {
	background-color: #fbfbfb;
}
.contentContainer.purple {
	background-color: #55639c;
	color: #fff;
}
.contentContainer.purple .content h2 {
	color: #fff;
}
.content {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.contentContainer .content {
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
}
.mainContent .content {
	width: 71.5%;
	float: left;
}
.halfContent .content {
	width: 50%;
	float: left;
}
.fullContent .content {
	width: 100%;
	float: none;
}


.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	line-height: 1.25;
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.content h1 {
	color: #409dd7;
	font-size: 48px;
	font-size: 3rem;
	font-family: 'Corben', cursive;
	font-weight: 400;
	text-align: center;
}
.content h2 {
	color: #409dd7;
	font-size: 48px;
	font-size: 3rem;
	font-family: 'Corben', cursive;
	font-weight: 400;
	padding-bottom: 24px;
	padding-bottom: 1.5rem;
}
.content h3 {
	color: #4f4e4d;
	font-size: 24px;
	font-size: 1.5rem;
}
.content h4,
.content .h4 {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 400;
	line-height: 1.5;
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
}
.content .subtitle {
	text-align: center;
}

.content h5,
.content h6 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
}

.content p {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	line-height: 1.5;
	font-size: 18px;
	font-size: 1.125rem;
}

.content ul,
.content ol {
	padding: 0 0 20px 40px;
	padding: 0 0 1.25rem 2.5rem;
}
.content ul ul,
.content ol ol {
	margin-bottom: 0;
}
.content ul li,
.content ol li {
	line-height: 1.5;
}
.content blockquote {
	font-style: italic;
	padding: 0 0 20px 40px;
	padding: 0 0 1.25rem 2.5rem;
}
.content iframe {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.content img {
	max-width: 100%;
	height: auto;
}
.content table {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.content hr {
	border-top: 1px solid #eee;
	margin: 16px 0 32px 0;
	margin: 1rem 0 2rem 0;
	display: block;
	clear: both;
}
.content .entryContent {
}


.contentSection .content h2.title {
	text-align: center;
}


.content .articleContainer {

}
.content .articleContainer .article {
	margin: 0 0 40px;
	margin: 0 0 2.5rem;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
}
.content .articleContainer .article:last-child {
	border-bottom: none;
}
.content .articleContainer .article .thumbContainer {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	max-width: 320px;
	max-width: 20rem;
	float: left;
	margin: 0 30px 40px 0;
	margin: 0 1.875rem 2.5rem 0;
}
.content .articleContainer .article .thumbContainer img {
	width: 100%;
	height: auto;
}
.content .articleContainer .article .thumbContainer:hover img {
	opacity: 0.8;
}
.content .articleContainer .article .articleInfo {
	overflow: hidden;
}
.content .articleContainer .article h3 {
	padding: 0 0 12px;
	padding: 0 0 0.75rem;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	border-bottom: 1px solid #e1e1e1;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.2;
}
.content .articleContainer .article h3 a {
	text-decoration: none;
}
.content .articleMeta {
	text-align: left;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	border-bottom: 1px solid #e1e1e1;
	font-size: 12px;
	font-size: 0.75rem;
}
.content .articleMeta p {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	padding: 0 12px 0 0;
	padding: 0 0.75rem 0 0;
	margin: 0 12px 12px 0;
	margin: 0 0.75rem 0.75rem 0;
	border-right: 1px solid #808080;
	line-height: 1;
	font-size: 12px;
	font-size: 0.75rem;
}
.content .articleMeta p:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
.content .articleContainer .article .articleInfo p.excerpt {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

.content .navBelow {
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
	overflow: hidden;
}
.content .navBelow .pageNav a {
	float: left;
	border: 1px solid #222;
	padding: 8px 16px;
	padding: 0.5rem 1rem;
	text-decoration: none;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.content .navBelow .pageNav a:hover {
	background-color: #fff;
}
.content .navBelow .navNext a {
	float: right;
}

.content .bottomContent {
	text-align: center;
}
.content .bottomContent p {
	font-size: 20px;
	font-size: 1.25rem;
}












.testimonialProfile {
	text-align: center;
}
.testimonialProfile .thumbContainer img {
	width: 100%;
	height: auto;
	max-width: 214px;
	max-width: 13.375rem;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #ededed;
	border: 0.125rem solid #ededed;
	padding: 5px;
	padding: 0.3125rem;
	border-radius: 50%;
	margin: 0 auto 12px;
	margin: 0 auto 0.75rem;
}
.testimonialProfile .thumbContainer img:hover {
	opacity: 0.8;
}
.testimonialProfile .entryTitle {
	font-size: 20px;
	font-size: 1.25rem;
	padding-bottom: 0;
}
.testimonialProfile .entryTitle a {
	text-decoration: none;
	color: #48484a;
}
.testimonialProfile .entryTitle a:hover {
	color: #3baf5a;
}
.testimonialProfile p {
	font-size: 16px;
	font-size: 1rem;
}
.testimonialProfile .info {
	padding-bottom: 16px;
	padding-bottom: 1rem;
}
.testimonialProfile .info p {
	padding-bottom: 0;
	color: #fab61e;
}
.testimonialProfile .info p.role {
	color: #e8610b;
}

.testimonialsSlider .slide {
	padding: 0 20px 40px;
	padding: 0 1.25rem 2.5rem;
	display: none;
}
.testimonialsSlider .slide.slick-slide {
	display: block;
}
.testimonialsSlider .slick-arrow {
	position: absolute;
	top: 100px;
	top: 6.25rem;
	width: 15px;
	width: 0.9375rem;
	height: 24px;
	height: 1.5rem;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: transparent;
	text-indent: -9999px;
	z-index: 20;
}

.testimonialsSlider .slick-arrow.slick-prev {
	left: -64px;
	left: -4rem;
	background-image: url(images/icon-arrow-left.png);
}
.testimonialsSlider .slick-arrow.slick-next {
	right: -64px;
	right: -4rem;
	background-image: url(images/icon-arrow-right.png);
}

.testimonialsSlider.video {
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}
.testimonialsSlider.video .slick-arrow {
	top: 60px;
	top: 3.75rem;
}

.testimonialsSlider.video .videoThumbContainer {
	width: 210px;
	width: 13.125rem;
	margin: 0 auto 16px;
	margin: 0 auto 1rem;
	display: block;
	position: relative;
}
.testimonialsSlider.video .videoThumbContainer:before,
.testimonialsSlider.video .videoThumbContainer:after {
	display: block;
	content: '';
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	position: absolute;

	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.testimonialsSlider.video .videoThumbContainer:before {
	z-index: 2;
	background-color: #fff;
	border-radius: 50%;
	width: 40px;
	width: 2.5rem;
	height: 40px;
	height: 2.5rem;
}
.testimonialsSlider.video .videoThumbContainer:hover:before {
	background-color: rgba(255, 255, 255, 0.75);
}
.testimonialsSlider.video .videoThumbContainer:after {
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border: 0.5rem solid transparent;
	border-left-color: #409dd7;
	border-left-width: 10px;
	border-left-width: 0.625rem;
	z-index: 4;
	left: 10px;
	left: 0.625rem;
}
.testimonialsSlider.video .videoThumbContainer img {
	border-radius: 6px;
	border-radius: 0.375rem;
}

/*________ MULTI STEP TRIAL PAGE ________*/

.page-id-3601 .headerImageSection {
	background-color: #3d9cd7;
	position: relative;
	height: 440px;
	height: 27.5rem;
	overflow: hidden;
}
.page-id-3601 .headerImageSection .content {
	color: #fff;
	padding: 60px 0 0;
	padding: 3.75rem 0 0;
	position: relative;
	z-index: 2;

	width: 100%;
	max-width: 572px;
	max-width: 35.75rem;
}
.page-id-3601 .headerImageSection .content h2 {
	color: #fff;
}
.page-id-3601 .headerImageSection .image {
	position: absolute;
	top: 0;
	right: 0;

	width: 820px;
	width: 51.25rem;
	height: 440px;
	height: 27.5rem;
	overflow: hidden;
}
.page-id-3601 .headerImageSection .image .overlay {
	width: 152px;
	width: 9.5rem;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.page-id-3601 .headerImageSection .image .bg {
	width: 100%;
	height: auto;
}

.page-id-3601 .introSection {
	overflow: visible;
	min-height: 560px;
	min-height: 35rem;
	border-bottom: 1px solid #ededed;
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
}
.page-id-3601 .introSection .wrapper {
	position: relative;
}
.page-id-3601 .introSection .imgContainer {
	position: absolute;
	top: -172px;
	top: -10.75rem;
	left: 0;
	z-index: 20;
	width: 280px;
	width: 17.5rem;
}
.page-id-3601 .introSection .imgContainer img {
	width: 100%;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.page-id-3601 .introSection .imgContainer p {
	text-align: center;
	color: #909090;
	padding: 0 12px;
	padding: 0 0.75rem;
}

.page-id-3601 .introSection .content {
	padding-left: 360px;
	padding-left: 22.5rem;
}




.page-id-3601 .introSection .testimonialSection {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
}
.page-id-3601 .introSection .testimonialSection .thumbContainer {
	width: 100%;
	height: auto;
	max-width: 160px;
	max-width: 10rem;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #ededed;
	border: 0.125rem solid #ededed;
	padding: 5px;
	padding: 0.3125rem;
	border-radius: 50%;
	margin: 0 32px 0 0;
	margin: 0 2rem 0 0;
	display: block;
	overflow: hidden;
}
.page-id-3601 .introSection .testimonialSection .thumbContainer img {
	width: 100%;
	height: auto;
}
.page-id-3601 .introSection .testimonialSection .info {
	overflow: hidden;
}
.page-id-3601 .introSection .testimonialSection .info .excerpt {
	font-style: italic;
}
.page-id-3601 .introSection .testimonialSection .info .name {
	font-size: 16px;
	font-size: 1rem;
	color: #55639c;
	font-weight: 700;
	padding-bottom: 0;
}
.page-id-3601 .introSection .testimonialSection .info .position {
	color: #3d9cd7;
	padding-bottom: 0;
}

.page-id-3601 .trialFormContainer .progressNav {
	border-bottom: 1px solid #7782b0;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}
.page-id-3601 .trialFormContainer .progressNav ul {
	list-style: none;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.page-id-3601 .trialFormContainer .progressNav ul li {
	width: 25%;
	border-right: 1px solid #7782b0;
}
.page-id-3601 .trialFormContainer .progressNav ul li:last-child {
	border-right: none;
}
.page-id-3601 .trialFormContainer .progressNav ul li button {
	opacity: 0.4;
	padding: 6px 20px 16px;
	padding: 0.375rem 1.25rem 1rem;
	width: 100%;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background-color: transparent;
	font-family: 'brandon-grotesque', Arial, 'Helvetica Neue', Helvetica, sans-serif;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.page-id-3601 .trialFormContainer .progressNav ul li button:hover,
.page-id-3601 .trialFormContainer .progressNav ul li button:focus,
.page-id-3601 .trialFormContainer .progressNav ul li.active button {
	opacity: 1;
}
.page-id-3601 .trialFormContainer .progressNav ul li button span {
	display: block;
}
.page-id-3601 .trialFormContainer .progressNav ul li button .icon {
	background-color: #ccc;
	width: 40px;
	width: 2.5rem;
	height: 40px;
	height: 2.5rem;
	border-radius: 50%;
	line-height: 40px;
	line-height: 2.5rem;

	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	-webkit-flex-grow: 0;
	flex-grow: 0;
	margin-right: 24px;
	margin-right: 1.5rem;
}
.page-id-3601 .trialFormContainer .progressNav ul li:nth-child(1) button .icon {
	background-color: #3d9cd7;
}
.page-id-3601 .trialFormContainer .progressNav ul li:nth-child(2) button .icon {
	background-color: #3eae5b;
}
.page-id-3601 .trialFormContainer .progressNav ul li:nth-child(3) button .icon {
	background-color: #fab61e;
}
.trialFormContainer .progressNav ul li:nth-child(4) button .icon {
	background-color: transparent;
}
.page-id-3601 .trialFormContainer .progressNav ul li button .text {
	line-height: 1.25;
}

.page-id-3601 .trialFormContainer form.devsForm {
	color: #fff;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}
.page-id-3601 .trialFormContainer form.devsForm .fieldset {
	display: none;
}
.page-id-3601 .trialFormContainer form.devsForm .fieldset.active {
	display: block;
}

/* STEP 1 */
.page-id-3601 .trialFormContainer form.devsForm .fieldset.yourInfo .flexBlocks .fieldContainer.flexBlock {
	-webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%;
}

/* STEP 3 */
.page-id-3601 .trialFormContainer form.devsForm .fieldset.roomInfo .flexBlocks .fieldContainer.flexBlock {
	-webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%;
}
.page-id-3601 .trialFormContainer form.devsForm .fieldset.roomInfo p.note {
	margin-top: -20px;
	margin-top: -1.25rem;
	padding-bottom: 32px;
	padding-bottom: 2rem;
}

.page-id-3601 .trialFormContainer .stepsNav {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.page-id-3601 .trialFormContainer .step-0 .stepsNav {
	-webkit-justify-content: center;
	justify-content: center;
}
.page-id-3601 .trialFormContainer .stepsNav button {
	width: 160px;
	width: 10rem;
	display: block;
}
.page-id-3601 .trialFormContainer .stepsNav button[type="submit"] {
	width: 200px;
	width: 12.5rem;
	padding: 0 48px 0 32px;
    padding: 0 3rem 0 2rem;
}
.page-id-3601 .trialFormContainer .stepsNav button.back {
	text-align: right;
	padding: 0 32px 0 48px;
	padding: 0 2rem 0 3rem;
}
.page-id-3601 .trialFormContainer .stepsNav button.back:after {
	right: auto;
	left: 20px;
	left: 1.25rem;
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}





/*________ TESTIMONIALS PAGE ________*/

.testimonialsSection {
	border-bottom: 1px solid #ededed;
	text-align: center;
}
.testimonialsSection .content {
	padding-bottom: 0;
}

.testimonialsContainer {
	padding: 32px 0 0;
	padding: 2rem 0 0;
}
.testimonialsContainer .testimonial {
	border-bottom: 1px dotted #e5e5e5;
	margin: 0 0 40px;
	margin: 0 0 2.5rem;
	padding: 0 0 36px;
	padding: 0 0 2.25rem;
	overflow: hidden;
}
.testimonialsContainer .testimonial .testimonialProfile {
	float: left;
	width: 216px;
	width: 13.5rem;
	margin: 0 34px 40px 0;
	margin: 0 2.125rem 2.5rem 0;
}
.testimonialsContainer .testimonial .testimonialContent {
	overflow: hidden;
	padding: 16px 0 0 20px;
	padding: 1rem 0 0 1.25rem;
	background: url(images/icon-quote.png) top left no-repeat;
	background-size: 108px 100px;
	background-size: 6.75rem 6.25rem;
	/*font-style: italic;*/
	min-height: 100px;
	min-height: 6.25rem;
}


/*________ FEATURES PAGE ________*/

.featuresSection {
	border-bottom: 1px solid #ededed;
}
.featuresSection .content {
	padding-bottom: 0;
}
.featuresSection h2 {
	text-align: center;
}

.featuresContainer {
	overflow: hidden;
	width: 100%;
	padding: 32px 0 0;
	padding: 2rem 0 0;
}
.featuresContainer .flexBlocks {
	margin-left: -50px;
	margin-left: -3.125rem;
	margin-right: -50px;
	margin-right: -3.125rem;
}
.featuresContainer .flexBlocks .flexBlock {
	padding: 0 50px 60px;
	padding: 0 3.125rem 3.75rem;
}
.featuresContainer .flexBlocks .flexBlock .imgContainer {
	float: left;
	border-radius: 8px;
	border-radius: 0.5rem;
	background-color: #fff;
	border: 1px solid #ededed;
	width: 194px;
	width: 12.125rem;
	height: 194px;
	height: 12.125rem;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 28px 0 0;
	margin: 0 1.75rem 0 0;
}
.featuresContainer .flexBlocks .flexBlock .imgContainer img {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 100%;
	height: auto;
}
.featuresContainer .flexBlocks .flexBlock .featureInfo {
	overflow: hidden;
}
.featuresContainer .flexBlocks .flexBlock .featureInfo .entryTitle {
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
}


.brandedPromo {
	background-color: #fff;
	padding: 0;
	padding: 0;
	border-top: 1px solid #ededed;
	margin-top: 40px;
	margin-top: 2.5rem;
	position: relative;
	height: 100%;
}
.brandedPromo .content {
	float: none;
	position: relative;
	z-index: 10;
}

.brandedPromo .iphoneContainer {
	position: absolute;
	bottom: 0;
	right: 200px;
	right: 12.5rem;
	width: 100%;
	height: 422px;
	height: 26.375rem;
	max-width: 610px;
	max-width: 38.125rem;
	z-index: 2;
	overflow: hidden;
}
.brandedPromo .iphoneContainer img {
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
}


/*________ PRICING PAGE ________*/

.pricingSection {
	text-align: center;
}

.pricingContainer {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.pricingContainer .flexBlocks {
	margin-left: -60px;
	margin-left: -3.75rem;
	margin-right: -60px;
	margin-right: -3.75rem;
}
.pricingContainer .flexBlocks .flexBlock {
	padding: 0 60px 40px;
	padding: 0 3.75rem 2.5rem;
}
.pricingContainer .flexBlocks .flexBlock .inner {
	background-color: #fff;
	border: 1px solid #ededed;
}
.pricingContainer .flexBlocks .flexBlock .inner .titleContainer {
	text-align: center;
	background-color: #55639c;
	padding: 20px;
	padding: 1.25rem;
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
}
.pricingContainer .flexBlocks .flexBlock.customPackage .inner .titleContainer {
	background-color: #409dd7;
}
.pricingContainer .flexBlocks .flexBlock .inner .titleContainer h3 {
	font-size: 32px;
	font-size: 2rem;
	color: #fff;
	font-weight: 700;
	padding: 0;
}
.pricingContainer .flexBlocks .flexBlock .inner .innerPadding {
	padding: 0 40px;
	padding: 0 2.5rem;
}
.pricingContainer .flexBlocks .flexBlock .inner .price {
	font-size: 32px;
	font-size: 2rem;
	color: #4f4e4d;
}
.pricingContainer .flexBlocks .flexBlock .inner p {
	font-size: 20px;
	font-size: 1.25rem;
}
.pricingContainer .flexBlocks .flexBlock .inner img {
	max-width: 100%;
	height: auto;
	margin: 0 auto 36px;
	margin: 0 auto 2.25rem;
}
.pricingContainer .flexBlocks .flexBlock .inner .button {
	text-decoration: none;
	text-transform: uppercase;
	color: #7d7d7d;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	border-radius: 4px;
	border-radius: 0.25rem;
	background-color: #ededed;
	display: inline-block;
	max-width: 320px;
	max-width: 20rem;
	width: 100%;
	line-height: 1.25;
	padding: 10px 20px;
	padding: 0.625rem 1.25rem;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.pricingContainer .flexBlocks .flexBlock .inner .button:hover {
	color: #fff;
	background-color: #55639c;
}
.pricingContainer .flexBlocks .flexBlock.customPackage .inner .button:hover {
	background-color: #409dd7;
}





.page-template-pages-pricing .includesContainer {
	border-top: 1px solid #ededed;
}

.mobileInfo {
	display: none;
}
.includesInfo {
	margin: 0 0 50px;
	margin: 0 0 3.125rem;
}

.includesInfo * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.includesInfo .row {
	border-bottom: 1px dashed #ededed;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.includesInfo .row.legend {
	border-bottom: 1px solid #ededed;
}
.includesInfo .row.legend.noBorder {
	border-bottom: none;

}
.includesInfo .row .cell {
	border-left: 1px solid #ededed;
	padding: 4px;
	padding: 0.25rem;
	width: 22%;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	text-align: center;
	position: relative;
}

.includesInfo .row .cell:first-child {
	border-left: none;
	padding-left: 0;
	width: 56%;
	text-align: left;
}
.includesInfo .row .cell img {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 20px;
	width: 1.25rem;
	height: auto;
}
.includesInfo .row .cell h3 {
	padding: 0 0 14px;
	padding: 0 0 0.875rem;
	margin-top: 40px;
	margin-top: 2.5rem;
	position: relative;
}
.includesInfo .row .cell.basic h3 {
	color: #55639c;
}
.includesInfo .row .cell.custom h3 {
	color: #409dd7;
}
.includesInfo .row .cell p {
	font-size: 16px;
	font-size: 1rem;
	padding: 0;
}




/*________ FAQ PAGE ________*/

.faqContainer {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.faqContainer .faq {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	border-bottom: 1px dotted #ccc;
}

.faqContainer .faq h4,
.faqContainer .faq h4 a {
	color: #55639c
}
.faqContainer .faq h4 a {
	text-decoration: none;
	display: block;
	color: inherit;
}
.faqContainer .faq h4 a .icono {
	color: inherit;
	width: 12px;
	width: 0.75rem;
	height: 12px;
	height: 0.75rem;
	overflow: hidden;
	margin: -2px 8px 0 0;
	margin: -0.125rem 0.5rem 0 0;
}
.faqContainer .faq .faqContent {
	height: 0;
	opacity: 0;
	overflow: hidden;
}
.faqContainer .faq.show .faqContent {
	height: auto;
	opacity: 1;
}


/*________ REGISTRATION PAGE ________*/

.page-template-pages-registration .contactContainer.new  {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

#fs_enter_centre_rooms_065ea label,
#fs_staff_member_setup_2_065ea legend,
#fs_staff_member_setup_3_065ea legend,
#fs_staff_member_setup_4_065ea legend,
#fs_staff_member_setup_5_065ea legend,
#fs_staff_member_setup_6_065ea legend,
#fs_staff_member_setup_7_065ea legend,
#fs_staff_member_setup_8_065ea legend,
#fs_staff_member_setup_065ea label,
#fs_staff_member_setup_2_065ea label,
#fs_staff_member_setup_3_065ea label,
#fs_staff_member_setup_4_065ea label,
#fs_staff_member_setup_5_065ea label,
#fs_staff_member_setup_6_065ea label,
#fs_staff_member_setup_7_065ea label,
#fs_staff_member_setup_8_065ea label {
	display: none;
}
#registration_form_065ea fieldset {
	margin-top: 8px;
	margin-top: 0.5rem;
}
#fs_staff_member_setup_2_065ea,
#fs_staff_member_setup_3_065ea,
#fs_staff_member_setup_4_065ea,
#fs_staff_member_setup_5_065ea,
#fs_staff_member_setup_6_065ea,
#fs_staff_member_setup_7_065ea,
#fs_staff_member_setup_8_065ea {
	padding-top: 32px;
	padding-top: 2rem;
	border-top: 1px dotted #ddd;
}

#registration_form_065ea p.explain {
	padding-bottom: 16px;
	padding-bottom: 1rem;
	margin-top: -8px;
	margin-top: -0.5rem;
}

/*________ CONTACT PAGE ________*/

.contactContainer {
	border: 1px solid #ededed;
	background-color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 50px;
	padding: 3.125rem;
}

.contactContainer.new form.elab_form fieldset legend {
	display: block;
	line-height: 1.25;
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	text-align: center;
	color: #4f4e4d;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	color: #55639c;
}
.contactContainer.new form.elab_form fieldset[id*='fs_free_trial_setup_information'] legend {
	padding-top: 20px;
	padding-top: 1.25rem;
}

.contactContainer.new form.elab_form div[id*='cnt_1_business_suburb'] label,
.contactContainer.new form.elab_form div[id*='cnt_1_business_state'] label,
.contactContainer.new form.elab_form div[id*='cnt_1_business_postcode'] label  {
	display: none;
}
.contactContainer.new form.elab_form div[id*='cnt_1_business_state'],
.contactContainer.new form.elab_form div[id*='cnt_1_business_postcode'] {
	clear: none;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 60%;
	padding-right: 20px;
	padding-right: 1.25rem;
}
.contactContainer.new form.elab_form div[id*='cnt_1_business_postcode'] {
	padding-right: 0;
	width: 40%;
}



.contactContainer form.elab_form fieldset label,
.contactContainer form.elab_form fieldset label * {
	color: #48484a;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 12px;
	padding: 0 0 0.75rem;
}
.contactContainer form.elab_form fieldset .checkbox label {
	font-weight: 400;
	color: #7d7d7d;
}
.contactContainer form.elab_form fieldset .checkbox label a {
	color: #3eae5b;
	font-weight: 400;
}
.contactContainer form.elab_form fieldset .checkbox label abbr {
	display: none;
}
.contactContainer form.elab_form fieldset .checkbox input {
	margin-top: 6px;
	margin-top: 0.375rem;
}
.contactContainer .fc_container form.elab_form fieldset input[type="text"],
.contactContainer .fc_container form.elab_form fieldset input[type="password"],
.contactContainer .fc_container form.elab_form fieldset input[type="email"] {
	height: 40px;
	height: 2.5rem;
	border-radius: 2px;
	border-radius: 0.125rem;
	border: 1px solid #c0c0c0;
}
.contactContainer .fc_container form.elab_form fieldset textarea {
	border-radius: 2px;
	border-radius: 0.125rem;
	border: 1px solid #c0c0c0;
}
.contactContainer form.elab_form fieldset .fieldwrap {
	padding: 0 0 24px;
	padding: 0 0 1.5rem;
}
.contactContainer form.elab_form fieldset .fieldwrap.textarea,
.contactContainer form.elab_form fieldset .fieldwrap.checkbox {
	padding: 0 0 14px;
	padding: 0 0 0.875rem;
}


/*________ ARCHIVE PAGES ________*/


/*________ CATEGORY PAGES ________*/


/*________ TAXONOMY PAGES ________*/


/*________ SINGLE ________*/

.single-post .content h1.entryTitle {
	text-align: left;
	font-size: 32px;
	font-size: 2rem;
}



/*________ SIDEBAR ________*/

.sidebar {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.mainContent .sidebar {
	width: 28.5%;
	padding: 0 0 40px 40px;
	padding: 0 0 2.5rem 2.5rem;
	float: left;
}
.halfContent .sidebar {
	width: 50%;
	float: left;
	padding: 0 0 40px 80px;
	padding: 0 0 2.5rem 5rem;
}
.fullContent .sidebar {
	width: 100%;
	float: none;
}

.sidebar h5 {
	line-height: 1.25;
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	text-align: center;
	color: #4f4e4d;
	font-size: 24px;
	font-size: 1.5rem;
}


.sidebar .section {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}

.sidebar .section ul.basicList {
	list-style: none;
	border-top: 1px dotted #ccc;
}
.sidebar .section ul.basicList li {
	list-style: none;
	border-bottom: 1px dotted #ccc;
}
.sidebar .section ul.basicList li a {
	line-height: 1.5;
	padding: 8px 0;
	padding: 0.5rem 0;
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	font-size: 14px;
	font-size: 0.875rem;
}
.sidebar .section ul.basicList li a:hover {
	padding-left: 4px;
	padding-left: 0.25rem;
}


.sidebar form.searchform {
	position: relative;
}
.sidebar form.searchform .fieldContainer {
	overflow: hidden;
}
.sidebar form.searchform .fieldContainer label {
	display: none
}
.sidebar form.searchform .fieldContainer input[type="text"] {
	height: 40px;
	height: 2.5rem;
	padding: 0 8px;
	padding: 0 0.5rem;
	font-size: 14px;
	font-size: 0.875rem;
	width: 100%;
	border: 1px solid #ddd;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.sidebar form.searchform button[type="submit"] {
	text-indent: -9999px;
	border: none;
	width: 16px;
	width: 1rem;
	height: 16px;
	height: 1rem;
	background: none;
	position: absolute;
	top: 12px;
	top: 0.75rem;
	right: 12px;
	right: 0.75rem;
	opacity: 0.8;
}
.sidebar form.searchform button[type="submit"]:hover {
	opacity: 1;
}
.sidebar form.searchform button[type="submit"] img {
	width: 100%;
	height: auto;
}



/*________ FOOTER ________*/

.basicFooter {
	padding: 20px 0;
	padding: 1.25rem 0;
	background-color: #fff;
}
.basicFooter p {
	color: #828282;
	font-size: 12px;
	font-size: 0.75rem;
}
.basicFooter p {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.basicFooter p span {
	display: block;
	position: relative;
	margin-left: 10px;
	margin-left: 0.625rem;
	padding-right: 10px;
	padding-right: 0.625rem;
}
.basicFooter p span:last-child {
	padding-right: 0;
	margin-right: 0;
}
.basicFooter p span:after {
	display: block;
	content: '';
	width: 1px;
	height: 10px;
	height: 0.625rem;
	background-color: #dfdfdf;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.basicFooter p span:last-child:after {
	display: none;
}


.basicFooter p a {
	color: #828282;
	text-decoration: none;
}
.basicFooter p a:hover,
.basicFooter p a:focus {
	text-decoration: underline;
}


.footer {
	width: 100%;
	clear: both;
}

.newsletterContainer {
	overflow: hidden;
	clear: both;
	width: 100%;
	background-color: #409dd7;
	padding: 80px 0;
	padding: 5rem 0;
}
.newsletterContainer p {
	font-size: 32px;
	font-size: 2rem;
	color: #fff;
	line-height: 1.25;
	text-align: center;
}
.newsletterContainer p a {
	color: #fff;
	position: relative;
	text-decoration: none;
}
.newsletterContainer p a::after {
	content: '';
	display: block;
	position: absolute;
	background-color: #fff;
	height: 2px;
	height: 0.125rem;
	width: 100%;
	bottom: 4px;
	bottom: 0.25rem;
	opacity: 1;
	left: 0;
	z-index: 20;
}
.newsletterContainer p a:hover::after {
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
	bottom: 0;
	opacity: 0.8;
}
.newsletterContainer p a.toggled {
	color: #fab61e;
}
.newsletterContainer p a.toggled::after {
	display: none
}

.newsletterContainer .newsletterForm {
	height: 0;
	overflow: hidden;
	width: 100%;
	opacity: 0;
}
.newsletterContainer .newsletterForm.show {
	height: auto;
	opacity: 1;
}
.newsletterContainer .newsletterForm form.elab_form {
	width: 100%;
	overflow: hidden;
	padding: 40px 0 0;
	padding: 2.5rem 0 0;
}
.newsletterContainer .newsletterForm form.elab_form fieldset {
	width: 100%;
	width: calc(100% + 20px);
	width: calc(100% + 1.25rem);
}
.newsletterContainer .newsletterForm form.elab_form .fieldwrap {
	width: 50%;
	padding: 0 20px 20px 0;
	padding: 0 1.25rem 1.25rem 0;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: none;
}


.newsletterContainer .newsletterForm form.elab_form .fieldwrap label {
	display: none;
}
.newsletterContainer .newsletterForm form.elab_form fieldset input[type="text"],
.newsletterContainer .newsletterForm form.elab_form fieldset input[type="password"],
.newsletterContainer .newsletterForm form.elab_form fieldset input[type="email"],
.newsletterContainer .newsletterForm form.elab_form fieldset textarea {
	border: none;
}
.fc_container div#sent {
	background-color: #3eae5b;
}
.fc_container {
	height: auto !important;
}
.fc_container form.elab_form.completed {
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	overflow: hidden;
}
.fc_container form.elab_form .footnote {
	display: none;
}
.fc_container form.elab_form .footnote.error-field {
	display: block;
}
.newsletterContainer .fc_container form.elab_form input[type="submit"],
.newsletterContainer .fc_container form.elab_form button[type="submit"] {
	background-color: #fab61e;
	margin-top: 0;
	display: block;
	float: none;
	width: 100%;
}
.newsletterContainer .fc_container form.elab_form input[type="submit"]:hover,
.newsletterContainer .fc_container form.elab_form button[type="submit"]:hover {
	background-color: #55639c;
}

.platformsContainer {
	background-color: #48484a;
	overflow: hidden;
	clear: both;
	width: 100%;
	padding: 48px 0;
	padding: 3rem 0;
}
.platformsContainer .devices {
	float: left;
	color: #ffffff;
	font-size: 14px;
	font-size: 0.875rem;
}
.platformsContainer .devices .inlineBlocks {
	text-align: left;
}
.platformsContainer .devices img {
	margin: 0 20px 0 0;
	margin: 0 1.25rem 0 0;
	width: 100%;
	height: auto;
	max-width: 200px;
	max-width: 12.5rem;
}
.platformsContainer .devices p {
	text-align: left;
}

.copyrightContainer {
	background-color: #3a3a3b;
	font-size: 12px;
	font-size: 0.75rem;
	color: #bfbfbf;
	padding: 14px 0 0;
	padding: 0.875rem 0 0;
	overflow: hidden;
}
.copyrightContainer a {
	color: #bfbfbf;
	text-decoration: none;
}
.copyrightContainer a:hover {
	color: #fff;
}
.copyrightContainer p {
	float: left;
	padding: 0 0 14px;
	padding: 0 0 0.875rem;
}
.copyrightContainer .section {
	float: right;
	text-align: right;
}
.copyrightContainer .section .footerNav {
	list-style: none;
	padding: 2px 14px 0 0;
	padding: 0.125rem 0.875rem 0 0;
	text-align: right;

	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}
.copyrightContainer .section .footerNav li {
	margin: 0 0 14px;
	margin: 0 0 0.875rem;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}
.copyrightContainer .section .footerNav li a {
	display: block;
	line-height: 1;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	padding: 0 14px;
	padding: 0 0.875rem;
	border-right: 1px solid #bfbfbf;
}
.copyrightContainer .section .footerNav li:last-child a {
	/*padding-right: 0;
	border-right: none;*/
}


.copyrightContainer .section .translateWidget {
	width: 160px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	margin-top: -4px;
	margin-top: -0.25rem;
}
.copyrightContainer .section .translateWidget a {
	color: #000;
}
.copyrightContainer .section .translateWidget img {
	display: inline-block;
}





/*________ FORMS ________*/

form *,
form.elab_form *,
.fc_container form.elab_form * {
	font-family: inherit;
	font-size: 16px;
	font-size: 1rem;
}
form ::-webkit-input-placeholder { /* WebKit browsers */
	color: #999;
}
form :-moz-placeholder { /* Firefox 18- */
	color: #999;
	opacity: 1;
}
form ::-moz-placeholder {  /* Firefox 19+ */
	color: #999;
	opacity: 1;
}
form :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #999;
}


.fc_container form.elab_form fieldset input[type="text"],
.fc_container form.elab_form fieldset input[type="password"],
.fc_container form.elab_form fieldset input[type="email"],
.fc_container form.elab_form fieldset textarea {
	height: 38px;
	height: 2.375rem;
	padding-left: 12px;
	padding-left: 0.75rem;
	padding-right: 12px;
	padding-right: 0.75rem;
}
.fc_container form.elab_form fieldset textarea {
	height: 160px;
	height: 10rem;
	padding: 12px;
	padding: 0.75rem;
}






/*________ DEVS FORMS OVERRIDES ________*/

form.devsForm {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
form.devsForm *,
form.devsForm *:before,
form.devsForm *:after {
	box-sizing: inherit;
}
form.devsForm .fieldContainer {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}
form.devsForm .fieldContainer label,
form.devsForm span.label {
	padding: 0 0 12px;
	padding: 0 0 0.75rem;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
}
form.devsForm .fieldContainer label *,
form.devsForm span.label * {
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
}
form.devsForm .fieldContainer input[type="text"],
form.devsForm .fieldContainer input[type="email"],
form.devsForm .fieldContainer input[type="tel"],
form.devsForm .fieldContainer input[type="password"],
form.devsForm .fieldContainer textarea,
form.devsForm .fieldContainer select  {
	height: 60px;
	height: 3.75rem;
	border: 1px solid #fff;
	padding: 0 20px;
	padding: 0 1.25rem;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	color: #555;
}
form.devsForm .fieldContainer textarea {
	padding: 16px 20px;
	padding: 1rem 20px;
}

form.devsForm .fieldContainer.selectContainer .inputContainer:after {
	border-width: 6px;
	border-width: 0.375rem;
	border-top-color: #555;
	right: 12px;
	right: 0.75rem;
}

form.devsForm .fieldContainer.checkboxContainer label input {
	margin: 6px 20px 0 0;
    margin: 0.375rem 1.25rem 0 0;
}

form.devsForm button[type="submit"] {
	width: 100%;
	height: 60px;
	height: 3.75rem;
	padding: 0 12px;
	padding: 0 0.75rem;
	color: #fff;
	background-color: #3eae5b;
	font-weight: 700;
	font-size: 24px;
	font-size: 1.5rem;
	border-radius: 4px;
	border-radius: 0.25rem;
}
form.devsForm button[type="submit"]:hover {
	background-color: #409dd7;
}
form.devsForm button[type="submit"]:disabled {
	background-color: #ccc;
	cursor: default;
}



form .fieldContainer.selectContainer ul.parsley-errors-list::after {
	right: 32px;
	right: 2rem;
}




/*________ MISC ________*/

.g-recaptcha {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.buttonWrapper {
	text-align: center;
}
.buttonWrapper p {
	font-size: 20px;
	font-size: 1.25rem;
	padding-bottom: 28px;
	padding-bottom: 1.75rem;
}
.buttonWrapper .purpleButton {
	text-align: center;
	padding-left: 58px;
	padding-left: 3.625rem;
	padding-right: 58px;
	padding-right: 3.625rem;
}


.greenButton {
	display: inline-block;
	position: relative;
    height: 60px;
    height: 3.75rem;
    line-height: 60px;
    line-height: 3.75rem;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem;
    border-radius: 4px;
    border-radius: 0.25rem;
    background-color: #3eae5b;
    text-decoration: none;
    text-align: left;
	padding: 0 48px 0 32px;
    padding: 0 3rem 0 2rem;
}
.greenButton:hover {
    background-color: #fab61e;
    color: #fff;
}
.greenButton:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 9px;
	width: 0.5625rem;
	height: 12px;
	height: 0.75rem;

	right: 20px;
	right: 1.25rem;
	background: url(images/icon-arrow-right-white.png) center center no-repeat;
	background-size: contain;
}


/* FREE TRIAL FORM CHANGES */
.flexBlocks {
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	margin-left: -20px;
	margin-left: -1.25rem;
	margin-right: -20px;
	margin-right: -1.25rem;
}
.flexBlocks .flexBlock {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	padding: 0 20px;
	padding: 0 1.25rem;

	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;

	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}





.bounceIn {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

@-webkit-keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}






.purpleButton,
.fc_container form.elab_form input[type="submit"],
.fc_container form.elab_form button[type="submit"] {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	font-size: 1rem;
	border-radius: 4px;
	border-radius: 0.25rem;
	padding: 8px 48px;
	padding: 0.5rem 3rem;
	line-height: 1.5;
	background-color: #55639c;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	float: none;
}
.purpleButton:hover,
.fc_container form.elab_form input[type="submit"]:hover,
.fc_container form.elab_form button[type="submit"]:hover {
	color: #fff;
	background-color: #409dd7;
}

a.purpleText {
	color: #55639c;
	line-height: 1.5;
	text-decoration: underline;
}
a.purpleText:hover {
	color: #409dd7;
	text-decoration: underline;
}



.inlineBlocks {
	text-align: center;
	overflow: hidden;
}
.inlineBlocks .inlineBlock {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.hide {
	display: none;
}
.clearFix::after {
	clear: both;
	display: block;
	content: ' ';
	visibility: hidden;
	line-height: 0;
	height: 0;
}

button {
	cursor: pointer;
}
button::-moz-focus-inner { /* Remove stupid button padding in FF */
	border:0;
	padding:0;
}

.navigation .wp-pagenavi span,
.navigation .wp-pagenavi a {
	border: none;
}

.flexibleContainer { /* Flexible iFrame */
	position: relative;
	padding-bottom: 50%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.flexibleContainer iframe,
.flexibleContainer object,
.flexibleContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoContainer {
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
}
.videoContainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.animate,
.animate:hover,
.animate:focus,
.animate:active {
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.centerVertical {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
	position: relative;
}
.absoluteWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.feedback {
	width: 100%;
	clear: both;
	border-radius: 4px;
	border-radius: 0.25rem;
	padding: 16px 48px 0 20px;
	padding: 1rem 3rem 0 1.25rem;
	color: #fff;
	margin: 0 auto 20px;
	margin: 0 auto 1.25rem;
	position: relative;
}
.feedback.positive {
	background-color: #26ba3b;
}
.feedback.warning {
	background-color: #ffa800;
}
.feedback.negative {
	background-color: #ee3333;
}
.feedback p {
	padding: 0 0 16px;
	padding: 0 0 1rem;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.feedback p span {
	display: block;
}
.feedback p .icon {
	margin-right: 12px;
	margin-right: 0.75rem;
	width: 24px;
	width: 1.5rem;
	height: 24px;
	height: 1.5rem;

	-webkit-flex-grow: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
.feedback p .icon * {
	stroke: #fff;
}
.feedback p .icon img,
.feedback p .icon svg {
	width: 100%;
	height: 100%
}

.feedback ul {
	padding: 0 0 20px 40px;
	padding: 0 0 1.25rem 2.5rem;
}
.feedback .close {
	background-color: transparent;
	height: 20px;
	height: 1.25rem;
	width: 20px;
	width: 1.25rem;
	border-radius: 50%;
	position: absolute;
	top: 16px;
	top: 1rem;
	right: 20px;
	right: 1.25rem;
	border: 1px solid #fff;
}
.feedback .close:hover,
.feedback .close:focus {
	background-color: #fff;
}
.feedback .close * {
	stroke: #fff;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.feedback.positive .close:hover *,
.feedback.positive .close:focus * {
	stroke: #26ba3b;
}
.feedback.warning .close:hover *,
.feedback.warning .close:focus * {
	stroke: #ffa800;
}
.feedback.negative .close:hover *,
.feedback.negative .close:focus * {
	stroke: #ee3333;
}
.feedback .close img,
.feedback .close svg {
	width: 12px;
	width: 0.75rem;
	height: 12px;
	height: 0.75rem;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}




ul.socialNav {
	text-align: right;
	float: right;
	padding: 6px 0 0;
	padding: 0.375rem 0 0;
}
ul.socialNav li {
	list-style: none;
	padding: 0 0 0 24px;
	padding: 0 0 0 1.5rem;
}
ul.socialNav li a {
	display: block;
	width: 26px;
	width: 1.625rem;
	height: 26px;
	height: 1.625rem;
	position: relative;
}
ul.socialNav li a * {
	fill: #dadadb;
}
ul.socialNav li a:hover *,
ul.socialNav li a:focus *,
ul.socialNav li a:active  * {
	fill: #fff;
}
ul.socialNav li a img,
ul.socialNav li a svg {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 100%;
	height: auto;

	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
ul.socialNav li a:hover svg,
ul.socialNav li a:hover img,
ul.socialNav li a:focus svg,
ul.socialNav li a:focus img,
ul.socialNav li a:active svg,
ul.socialNav li a:active img {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
ul.socialNav li.facebook a svg,
ul.socialNav li.facebook a img {
	max-width: 50%;
}
ul.socialNav li.twitter a svg,
ul.socialNav li.twitter a img {
	max-width: 100%;
}
ul.socialNav li.instagram a svg,
ul.socialNav li.instagram a img {
	max-width: 100%;
}
ul.socialNav li.youtube a svg,
ul.socialNav li.youtube a img {
	max-width: 100%;
}
ul.socialNav li.googlePlus a svg,
ul.socialNav li.googlePlus a img {
	max-width: 98%;
}
ul.socialNav li.pinterest a svg,
ul.socialNav li.pinterest a img {
	max-width: 80%;
}
ul.socialNav li.tripAdvisor a svg,
ul.socialNav li.tripAdvisor a img {
	max-width: 100%;
}
ul.socialNav li.linkedIn a svg,
ul.socialNav li.linkedIn a img {
	max-width: 100%;
}


/*________ WP IMAGES ________*/

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-right: 1.5rem;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-left: 1.5rem;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
.wp-caption {
	background: #f1f1f1;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	max-width: 100%;
	padding: 4px;
	padding: 0.25rem;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wp-caption img {
	padding: 4px 4px 0;
	padding: 0.25rem 0.25rem 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	height: auto;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 4px;
	padding: 0.25rem;
}
.wp-smiley {
	margin: 0;
}

.gallery {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	clear: both;
	width: 100%;
	width: calc(100% + 20px);
	width: calc(100% + 1.25rem);
	text-align: left;
}
.gallery .gallery-item {
	width: 25%;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	min-width: 120px;
	min-width: 7.5rem;
	padding: 0 20px 20px 0;
	padding: 0 1.25rem 1.25rem 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	width: 14.2%;
}
.gallery-columns-8 .gallery-item {
	width: 12%;
}
.gallery .gallery-item a {
	display: block;
	background-color: #222;
	overflow: hidden;
}
.gallery .gallery-item img {
	width: 100%;
	height: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.gallery .gallery-item img:hover {
	opacity: 0.6;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	font-size: 0.75rem;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	text-align: center;
	line-height: 1.5;
}
.gallery br {
	display: none;
}
.gallery dl {
	margin: 0;
}
.content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}



/*________ WP PRINT ________*/

@media print {

}



/*________ RESPONSIVE ________*/

/* 1940px */
@media (max-width: 121.25em) {

}

/* 1840px */
@media (max-width: 115em) {

}

/* 1740px */
@media (max-width: 108.75em) {

	/*________ MULTI STEP TRIAL PAGE ________*/

	.page-id-3601 .headerImageSection .image {
		right: -200px;
		right: -12.5rem;
	}
}

/* 1640px */
@media (max-width: 102.5em) {

}

/* 1540px */
@media (max-width: 96.25em) {

	/*________ FEATURES PAGE ________*/

	.brandedPromo .iphoneContainer {
		right: 0;
	}
}

/* 1440px */
@media (max-width: 90em) {

}

/* 1340px */
@media (max-width: 83.75em) {

	/*________ TESTIMONIALS ________*/

	.testimonialsSlider .slick-arrow.slick-prev {
		left: -24px;
		left: -1.5rem;
	}
	.testimonialsSlider .slick-arrow.slick-next {
		right: -24px;
		right: -1.5rem;
	}


	/*________ MULTI STEP TRIAL PAGE ________*/

	.page-id-3601 .headerImageSection .image {
		right: -400px;
		right: -25rem;
	}
}

/* 1240px */
@media (max-width: 77.5em) {
	html {
		font-size: 90%;
	}
}

/* 1140px */
@media (max-width: 71.25em) {
	html {
		font-size: 80%;
	}
}

/* 1040px */
@media (max-width: 65em) {

	.testimonialsSlider {
		padding: 0 40px;
		padding: 0 2.5rem;
	}
	.testimonialsSlider .slick-arrow.slick-prev {
		left: 0;
	}
	.testimonialsSlider .slick-arrow.slick-next {
		right: 0;
	}



}

/* 940px */
@media (max-width: 58.75em) {
	.wrapper {
		padding-left: 16px;
		padding-left: 1rem;
		padding-right: 16px;
		padding-right: 1rem;
	}




	/*________ FEATURES PAGE ________*/

	.brandedPromo .iphoneContainer img {
		right: -160px;
		right: -10rem;
	}

	.featuresContainer .flexBlocks {
		margin-left: -20px;
		margin-left: -1.25rem;
		margin-right: -20px;
		margin-right: -1.25rem;
	}
	.featuresContainer .flexBlocks .flexBlock {
		padding-left: 20px;
		padding-left: 1.25rem;
		padding-right: 20px;
		padding-right: 1.25rem;
	}



	/*________ MULTI STEP TRIAL PAGE ________*/

	.page-id-3601 .introSection .imgContainer {
		left: 16px;
		left: 1rem;
	}

	.page-id-3601 .trialFormContainer .progressNav ul li button {
		font-size: 16px;
		font-size: 1rem;
	}
	.page-id-3601 .trialFormContainer .progressNav ul li button .icon {
		width: 32px;
		width: 2rem;
		height: 32px;
		height: 2rem;
		line-height: 32px;
		line-height: 2rem;
		margin-right: 16px;
		margin-right: 1rem;
	}



}

/* 840px */
@media (max-width: 52.5em) {



	.content .articleContainer .article .thumbContainer {
		max-width: 200px;
		max-width: 12.5rem;
		margin-right: 20px;
		margin-right: 1.25rem;
	}


	.pricingContainer .flexBlocks {
		margin-left: -20px;
		margin-left: -1.25rem;
		margin-right: -20px;
		margin-right: -1.25rem;
	}
	.pricingContainer .flexBlocks .flexBlock {
		padding-left: 20px;
		padding-left: 1.25rem;
		padding-right: 20px;
		padding-right: 1.25rem;
	}



	.copyrightContainer p {
		float: none;
		text-align: center;
	}
	.copyrightContainer .section {
		float: none;
		text-align: center;
	}






	/*________ FEATURES PAGE ________*/

	.featuresContainer .flexBlocks .flexBlock {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}


	/*________ MULTI STEP TRIAL PAGE ________*/

	.page-id-3601 .headerImageSection {
		height: auto;
	}
	.page-id-3601 .headerImageSection .image {
		position: relative;
		top: auto;
		right: auto;

		width: 100%;
		height: auto;
	}
	.page-id-3601 .headerImageSection .image .overlay {
		display: none;
	}

	.page-id-3601 .headerImageSection .content {
		text-align: center;
		max-width: 100%;
		padding: 32px 0 0;
		padding: 2rem 0 0;
	}

	.page-id-3601 .introSection .imgContainer {
		top: auto;
	}
	.page-id-3601 .introSection .content {
		padding-left: 340px;
		padding-left: 21.25rem;
	}






}

/* 740px */
@media (max-width: 46.25em) {

	.contentContainer .content {
		float: none;
		width: 100%;
	}
	.contentContainer .sidebar {
		width: 100%;
		float: none;
		padding-left: 0;
	}
	.brandedPromo {
		padding-bottom: 400px;
		padding-bottom: 25rem;
	}
	.featuresContainer .flexBlocks .flexBlock {
		width: 100%;
		padding-bottom: 40px;
		padding-bottom: 2.5rem;
	}


	.flexBlocks {
		margin-left: -10px;
		margin-left: -0.625rem;
		margin-right: -10px;
		margin-right: -0.625rem;
	}
	.flexBlocks .flexBlock {
		padding-left: 10px;
		padding-left: 0.625rem;
		padding-right: 10px;
		padding-right: 0.625rem;
	}



	form.devsForm .fieldContainer {
		padding-bottom: 20px;
		padding-bottom: 1.25rem;
	}




	/*________ MULTI STEP TRIAL PAGE ________*/

	.page-id-3601 .introSection .entryContent {
		min-height: 700px;
		min-height: 43.75rem;
	}
	.page-id-3601 .introSection .testimonialSection {
		width: 100%;
		padding-left: 0;
	}

	.page-id-3601 .trialFormContainer form.devsForm .fieldset.roomInfo p.note {
		margin-top: 0;
	}
	.page-id-3601 .trialFormContainer form.devsForm .stepsNav {
		padding-top: 20px;
		padding-top: 1.25rem;
	}


	/*________ PRICING PAGE ________*/

	.pricingContainer .flexBlocks .flexBlock {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.pricingContainer .flexBlocks .flexBlock .inner {
		height: auto !important;
	}

}

/* 640px */
@media (max-width: 40em) {

	/*________ CONTENT ________*/

	.content h1,
	.content h2 {
		font-size: 32px;
		font-size: 2rem;
	}

	.content h4,
	.content .h4 {
		padding-bottom: 40px;
		padding-bottom: 2.5rem;
	}



	/*________ MULTI STEP TRIAL PAGE ________*/

	.page-id-3601 .trialFormContainer form.devsForm .fieldset.yourInfo .flexBlocks .fieldContainer.flexBlock {
		-webkit-flex-basis: 50%;
	    -ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	    max-width: 50%;
	}
	.page-id-3601 .trialFormContainer form.devsForm .fieldset.yourInfo .flexBlocks .fieldContainer.flexBlock.emailFieldContainer {
		-webkit-flex-basis: 100%;
	    -ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	    max-width: 100%;
	    -webkit-order: 3;
	    order: 3;
	}
	.page-id-3601 .trialFormContainer form.devsForm .fieldset.centreInfo .flexBlocks .fieldContainer.flexBlock.addressFieldContainer,
	.page-id-3601 .trialFormContainer form.devsForm .fieldset.centreInfo .flexBlocks .fieldContainer.flexBlock.centreEmailFieldContainer {
		-webkit-flex-basis: 100%;
	    -ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	    max-width: 100%;
	}
	.page-id-3601 .trialFormContainer form.devsForm .fieldset.roomInfo .flexBlocks .fieldContainer.flexBlock {
		-webkit-flex-basis: 50%;
	    -ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	    max-width: 50%;
	    -webkit-order: 2;
	    order: 2;
	}
	.page-id-3601 .trialFormContainer form.devsForm .fieldset.roomInfo .flexBlocks .fieldContainer.flexBlock.staffNameFieldContainer {
		-webkit-flex-basis: 100%;
	    -ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	    max-width: 100%;
	    -webkit-order: 0;
	    order: 0;
	}

}

/* 540px */
@media (max-width: 33.75em) {

	/*________ HEADER & NAV ________*/

	.basicHeader {
		padding: 28px 0 44px;
		padding: 1.75rem 0 2.75rem;
	}
	.basicHeader .wrapper {
		flex-wrap: wrap;
		justify-content: center;
	}
	.basicHeader .logo {
		max-width: 100%;
		margin-bottom: 26px;
		margin-bottom: 1.625rem;
	}
	.basicHeader .logo img {
		max-width: 240px;
		max-width: 15rem;
		margin: 0 auto;
	}


	/*________ FOOTER ________*/

	.copyrightContainer .section .footerNav {
		display: block;
		padding-right: 0;
		text-align: center;
	}
	.copyrightContainer .section .footerNav li:last-child a {
		border-right: none;
	}
	.copyrightContainer .section .translateWidget {
		margin: 0 0 16px;
		margin: 0 0 1rem;
	}




	.buttonWrapper .purpleButton {
		padding-left: 24px;
		padding-left: 1.5rem;
		padding-right: 24px;
		padding-right: 1.5rem;
	}

	.testimonialsContainer .testimonial .testimonialProfile {
		float: none;
		width: 100%;
		margin: 0 0 8px;
		margin: 0 0 0.5rem;
	}





	/*________ MULTI STEP TRIAL PAGE ________*/

	.page-id-3601 .introSection .imgContainer {
		left: -132px;
		left: -8.25rem;
	}
	.page-id-3601 .introSection .imgContainer p {
		display: none;
	}
	.page-id-3601 .introSection .entryContent {
		padding-left: 164px;
		padding-left: 10.25rem;
		min-height: 620px;
		min-height: 38.75rem;
	}

	.page-id-3601 .trialFormContainer .progressNav ul li button {
		font-size: 20px;
		font-size: 1.25rem;
		padding-bottom: 12px;
		padding-bottom: 0.75rem;
	}
	.page-id-3601 .trialFormContainer .progressNav ul li button .text {
		display: none;
	}
	.page-id-3601 .trialFormContainer .progressNav ul li button .icon {
		margin: 0 auto;
		width: 40px;
		width: 2.5rem;
		height: 40px;
		height: 2.5rem;
		line-height: 40px;
		line-height: 2.5rem;
	}

	.page-id-3601 .trialFormContainer .stepsNav button {
		width: 120px;
		width: 7.5rem;
	}


}

/* 440px */
@media (max-width: 27.5em) {

	/*________ HEADER & NAV ________*/

	.platformsContainer .devices {
		float: none;
		margin: 0 0 28px;
		margin: 0 0 1.75rem;
	}
	.platformsContainer .devices .inlineBlocks {
		text-align: center;
	}
	.platformsContainer .devices .inlineBlocks p {
		display: block;
		text-align: center;
		padding: 8px 0 0;
		padding: 0.5rem 0 0;
	}

	.platformsContainer ul.socialNav {
		float: none;
		text-align: center;
	}
	.platformsContainer ul.socialNav li {
		padding: 0 12px;
		padding: 0 0.75rem;
	}



	.content .articleContainer .article .thumbContainer {
		max-width: 100%;
		margin-right: 0;
		float: none;
	}
	.newsletterContainer .newsletterForm form.elab_form .fieldwrap {
		width: 100%;
		float: none;
	}
	.brandedPromo {
		padding-bottom: 320px;
		padding-bottom: 20rem;
	}
	.featuresContainer .flexBlocks .flexBlock .imgContainer {
		width: 160px;
		width: 10rem;
		height: 160px;
		height: 10rem;
	}
	.alignleft,
	img.alignleft,
	.alignright,
	img.alignright {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.gallery .gallery-item {
		width: 50% !important;
	}
	.loginContainer .inlineBlock {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}



	/*________ MULTI STEP TRIAL PAGE ________*/

	.page-id-3601 .introSection .testimonialSection {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
	.page-id-3601 .introSection .testimonialSection .thumbContainer {
		margin-bottom: 16px;
		margin-bottom: 1rem;
	}


}

/* 340px */
@media (max-width: 21.25em) {


	/*________ MULTI STEP TRIAL PAGE ________*/

	.page-id-3601 .introSection .imgContainer {
		left: -180px;
		left: -11.25rem;
	}
	.page-id-3601 .introSection .entryContent {
		padding-left: 120px;
		padding-left: 7.5rem;
	}

}


/* HEIGHT */

/* 340px */
@media (max-height: 21.25em) {

}
