/* # General
--------------------------------------------- */

.site-container .nojs-hide {
	display: none;
}

.spacing,
.landing-page .wrap-medium.spacing {
	margin-bottom: 40px;
}

.contact-paths.section {
	margin-bottom: 80px;
	margin-top: 44px;
}
.contact-paths.section .spacing {
	margin-bottom: 20px;
}

.double-spacing,
.landing-page .wrap-medium.double-spacing,
.landing-page .title.double-spacing {
	margin-bottom: 80px;
}

.break {
	clear: both;
	height: 25px;
}

.double-break {
	clear: both;
	height: 50px;
}

ul.check-list,
ul.check-list li,
.entry-content ul.check-list,
.entry-content ul.check-list li {
	margin-left: 0;
	list-style: none;
}

ul li.icon-check,
ul li.icon-cross {
	font-size: 15px;
	font-size: 1.5rem;
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 40px;
	position: relative;
}

ul li.icon-check:before,
ul li.icon-cross:before {
	position: absolute;
	left: 12px;
	top: 10px;
}

ul li.icon-check:before { color: #0066CC; }
ul li.icon-cross:before { color: #546E7A; }

.entry-content ul.check-list li {
	background: url(../../images/svgs/icon-checkmark.svg) no-repeat 0px 4px;
	padding: 4px 0 4px 40px;
}


/* Articles list */
.entry-content .articles-list {
	margin-top: 10px;
	margin-left: 0;
	list-style: none;
}

.entry-content .articles-list li {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;

	list-style: none;
}

.entry-content .articles-list li a {
	border: 1px solid rgba(255,255,255,0);
	border-radius: 3px;
	display: block;
	font-weight: 500;
	padding: 10px 5px 8px 38px;
	position: relative;
	text-decoration: underline;

	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.entry-content .articles-list li a:before {
	color: #90A4AE;
	position: absolute;
	left: 10px;
	top: 14px;
}

.entry-content .articles-list li a:hover {
	background: #fff;
	border: 1px solid #CFD8DC;
	color: #0066CC;
	z-index: 10;

	-webkit-box-shadow: 0px 2px 10px 0px rgba(84,110,122,0.2);
	-moz-box-shadow: 0px 2px 10px 0px rgba(84,110,122,0.2);
	box-shadow: 0px 2px 10px 0px rgba(84,110,122,0.2);
}

.entry-content .articles-list li:hover {
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
}

/* Features list */
.entry-content .features-list,
.entry-content .features-list li {
	list-style: none;
	margin: 0;
	text-align: left;
}

.entry-content .features-list {
	margin: 30px 0 50px;
}

.entry-content .features-list li {
	background: #F5F7F8;
	border: 5px solid #fff;
	border-radius: 3px;
	float: left;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	padding: 20px 35px;
	width: 33.3%;
}

/* Review list */
.entry-content ul.review,
.entry-content ul.review li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.entry-content ul.review {
	margin-top: 30px;
}

.entry-content ul.review li {
	background: #F5F7F8;
	margin-top: 10px;
	padding: 7px 20px 12px;
}

.entry-content ul.review h3 {
	margin: 0;
}

.entry-content ul.review span {
	color: #546E7A;
	font-size: 15px;
	font-size: 1.5rem;
}

/* Quotes */
.quote {
	margin: 40px 0;
}

.quote blockquote {
	margin: 40px 0 20px;
}

.quote blockquote:after {
	display: none;
}

.quote .author {
	color: #546E7A;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 1px;
	position: relative;
	text-transform: uppercase;
}

.quote .author img {
	border-radius: 50%;
	border: 3px solid #CFD8DC;
	display: inline-block;
	margin-right: 15px;
	position: relative;
	top: -3px;
	vertical-align: middle;
	width: 45px;
}

/* Slider */
ul.slick-dots,
ul.slick-dots li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.slick-dots li {
	display: inline;
}

ul.slick-dots li button {
	background: #90A4AE;
	border-radius: 50%;
	height: 15px;
	margin: 0 10px;
	padding: 5px;
	outline: none;
	overflow: hidden;
	text-indent: -999px;
	width: 15px;
}

ul.slick-dots li.slick-active button {
	background: #0066CC;
}

/* CTAs */
.small-cta {
	border-top: 1px solid #e4ebee;
	margin-top: 50px;
	padding: 50px 70px;
}

.small-cta h2 {
	margin: 0;
}

.small-cta h2 em {
	display: block;
}

.small-cta .copy {
	float: left;
	width: 48%;
}

.small-cta .buttons {
	float: right;
	text-align: right;
	width: 48%;
}

.small-cta .widget {
	margin-bottom: 0;
}

.sidebar-cta .wrap {
	border-top: 1px solid #e4ebee;
	margin-top: 0
}

/* Sections */
.section {
	padding: 100px 0;
}

.section :last-child {
	margin-bottom: 0;
}

.section.no-border {
	border-bottom: none;
}

.section.less-space,
.section.less-bottom {
	padding-bottom: 40px;
}

.section.less-top {
	padding-top: 40px;
}

.section.no-padding {
	padding: 0;
}

.section-title h1 {
	font-size: 60px;
	font-size: 6rem;
	letter-spacing: -0.15rem;
	margin-top: 0;
}

.section-title h1.small-title {
	font-size: 54px;
	font-size: 5.4rem;
}

.section .left {
	float: left;
	width: 45%;
}

.section .right {
	float: right;
	width: 45%;
}

.section .no-width-right {
	float: right;
}

.section .gray-box {
	padding: 40px 50px;
}

.section.overlap-top {
	margin-top: -140px;
	padding-top: 140px;
}

.space-left {
	padding-left: 5%;
}

.space-right {
	padding-right: 5%;
}

.space-top {
	padding-top: 5%;
}

.light-gray {
	background: #F5F7F8;
}

.dark-gray {
	background: #ECEFF1;
}

.copy-one-third {
	width: 33.3%;
}

.copy-two-thirds {
	width: 66.6%;
}

.copy-half {
	width: 50%;
}

.copy-intro {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.5;
}

.gray { color: #546E7A; }
.blue { color: #0066CC; }

.section .title h2 {
	font-size: 48px;
	font-size: 4.8rem;
	letter-spacing: -0.1rem;
	line-height: 1;
}

.section .title h5 {
	color: #0066CC;
	margin-bottom: 0;
}

.section .title .copy-intro {
	margin-top: 24px;
}

/* Sites CTA */
.section-sites-cta .title {
	max-width: 500px;
}

.section-sites-cta .title.left {
	text-align: right;
}

.section-sites-cta .title h2 {
	margin-bottom: 25px;
}

.section-sites-cta .testimonial {
	position: relative;
}

.section-sites-cta .testimonial.left {
	margin-left: 50px;
}

.section-sites-cta .testimonial:before {
	background: url(../../images/svgs/quote-circles.svg) no-repeat;
	background-size: 100%;
	content: '';
	display: block;
	height: 430px;
	margin-left: -340px;
	margin-top: -230px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
}

.section-sites-cta .testimonial blockquote {
	margin: 0 auto;
	position: relative;
	max-width: 460px;
}

.section-sites-cta .testimonial blockquote:after {
	display: none;
}

.section-sites-cta .testimonial blockquote:before {
	content: '\201C';
	color: #CFD8DC;
	background: none;
	font-size: 110px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: -65px;
	top: -45px;
}

.section-sites-cta .testimonial blockquote p,
.section-sites-cta .testimonial blockquote footer {
	color: #263238;
	font-size: 22px;
	font-size: 2.2rem;
	text-align: left;
}

.section-sites-cta .testimonial blockquote footer {
	line-height: 1.2;
	font-size: 18px;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 500;
	padding: 20px 0 0 100px;
	position: relative;
}

.section-sites-cta .testimonial blockquote footer cite {
	font-style: normal;
}

.section-sites-cta .testimonial blockquote footer strong {
	display: block;
}

.section-sites-cta .testimonial blockquote footer .photo {
	left: 0;
	position: absolute;
	top: 0;
	width: 70px;
}


/* Reciept */
.gray-box.reciept {
	margin: 0 auto;
	padding: 5% 8%;
}

.reciept table {
	margin: 0;
}

.reciept h3 {
	margin: 0;
}

.reciept td {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	padding: 15px;
	vertical-align: top;
}

.reciept td label {
	display: block;
	line-height: 1.7;
}

.reciept td:nth-child(1) {
	width: 130px;
}

/* # Colors
--------------------------------------------- */

.blue { color: #0066CC; }
.purple { color: #3600CC; }
.red { color: #BE0040 !important; }
.green { color: #00CF86; }

.blue-gradient {
	background: #0066cc; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #0066cc 0%, #78d9d8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #0066cc 0%,#78d9d8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #0066cc 0%,#78d9d8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066cc', endColorstr='#78d9d8',GradientType=1 )"; /* IE6-9 fallback on horizontal gradient */
}

.gray-gradient {
	background: #eceff1; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #eceff1 0%, #f5f7f8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #eceff1 0%,#f5f7f8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #eceff1 0%,#f5f7f8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceff1', endColorstr='#f5f7f8',GradientType=1 )"; /* IE6-9 fallback on horizontal gradient */
}

.dark-gray-gradient {
	background: #cfd8dc; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #cfd8dc 0%, #eceff1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #cfd8dc 0%,#eceff1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #cfd8dc 0%,#eceff1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfd8dc', endColorstr='#eceff1',GradientType=1 )"; /* IE6-9 fallback on horizontal gradient */
}

/* # Icons
--------------------------------------------- */

.field-status-error:before,
.field-status-warning:before,
.field-status-success:before,
.wpe-field__fieldset input[type='radio'] + label:before,
.wpe-field__fieldset input[type='checkbox'] + label:before,
select:before,
.mfp-close:before,
.message:before,
.message-big:before,
.acp-error:before,
.entry-content .faq-list li .question:before,
.search-results .entry .entry-title a:before,
.archive .entry .entry-title a:before,
.sidebar .widget_categories .widget-wrap > ul > li > a:before {
	display: inline-block;
	font-family: "studiopress";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* # Popups (http://dimsemenov.com/plugins/magnific-popup/)
--------------------------------------------- */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(38,50,56,0.5) 0%, rgba(38,50,56,0.6) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(38,50,56,0.5) 0%,rgba(38,50,56,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(38,50,56,0.5) 0%,rgba(38,50,56,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#99263238', endColorstr='#cc263238',GradientType=1 )"; /* IE6-9 fallback on horizontal gradient */
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 10px auto;
	text-align: left;
	z-index: 1045;
	max-width: 920px;
	width: 90%;
}

.mfp-content .modal-wrap,
.mfp-content #popup-iframe {
	background: #fff;

	padding: 25px 50px 20px;

	-webkit-box-shadow: 0px 2px 30px 0px rgba(84,110,122,0.5);
	-moz-box-shadow: 0px 2px 30px 0px rgba(84,110,122,0.5);
	box-shadow: 0px 2px 30px 0px rgba(38,50,56,0.5);

	-webkit-animation:slide-in-bottom 0.5s ease-in-out 1;
	-moz-animation:slide-in-bottom 0.5s ease-in-out 1;
	animation:slide-in-bottom 0.5s ease-in-out 1;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #fff;
	font-weight: 700;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a { color: #fff; }
.mfp-preloader a:hover { color: #FFF; }
.mfp-s-ready .mfp-preloader { display: none; }
.mfp-s-error .mfp-content { display: none; }

.mfp-s-ready.mfp-iframe-holder .mfp-preloader { display: block; }

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	background: none;
	width: 44px;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	text-indent: -9999px;
}

.mfp-close:before {
	content: "\73";
	color: #90A4AE;
	display: block;
	font-size: 22px;
	position: absolute;
	margin: 3px 4px;
	text-indent: 0;
	top: 7px;
	left: 6px;
}

.mfp-close:hover:before {
  color: #0066CC;
}

.mfp-close:hover,
.mfp-close:focus {
	background: none;
	color: #0066CC;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

	-webkit-transform: none;
	transform: none;
}
.mfp-close:active { top: 1px; }
.mfp-close-btn-in .mfp-close { color: #90A4AE; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active { margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus { opacity: 1; }
.mfp-arrow:before,

.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left { left: 0; }
.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right { right: 0; }
.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before { border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder .mfp-close { top: -40px; }

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure { line-height: 0; }
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure { margin: 0; }

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content { max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}

	.mfp-iframe-scaler iframe {
		height: 100% !important;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.modal-header {
  border-bottom: 1px solid #ECEFF1;
  background: #fff;
  display: block;
  margin-bottom: 25px;
}

.modal-header h2 {
  margin-top: 0;
}

.modal-header .subtitle {
  color: #90A4AE;
  font-size: 16px;
  font-weight: 500;
}

.modal-footer {
  border-top: 1px solid #ECEFF1;
  height: 70px;
  padding-top: 13px;
  padding-right: 14px;
  text-align: right;
}

.mfp-content #popup-iframe {
	padding: 0;
	width: 100%;
}

.mfp-content #popup-iframe iframe {
	background: none;
	height: 200px;
	width: 100%;
	position: relative;
	z-index: 2;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.mfp-content #popup-iframe:before {
	content: 'Loading...';
	color: #90A4AE;
	position: absolute;
	top: 95px;
	left: 50%;
	margin-left: -75px;
	text-align: center;
	width: 150px;
	z-index: 1;
}

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

  .mfp-content .modal-wrap {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }

  .modal-header {
    margin-bottom: 15px;
    padding-top: 10px;
  }

  .modal-header .subtitle {
    font-size: 14px;
  }

  .modal-header h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }

}

/* # Tooltips (https://github.com/object505/tipso)
--------------------------------------------- */

.icon-info {
	background: #CFD8DC;
	border-radius: 50%;
	color: #fff;
	display: block;
	line-height: 18px;
	height: 20px;
	text-align: center;
	width: 20px;
}

.icon-info:before {
	content: '?';
	font-family: 'museo-sans', sans-serif !important;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	left: 1px;
}

span.tooltip {
	border-bottom: 1px solid #CFD8DC;
	cursor: help;
}

.tipso_bubble, .tipso_bubble > .tipso_arrow{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.tipso_bubble {
	border: 1px solid #CFD8DC;
	font-size: 13px;
	font-weight: 500;
  	line-height: 18px;
    position: absolute;
	text-align: center;
	border-radius: 2px;
	z-index: 9999;
	width: auto !important;
	max-width: 250px;

	-webkit-box-shadow: 0px 2px 10px 0px rgba(84,110,122,0.3);
	-moz-box-shadow: 0px 2px 10px 0px rgba(84,110,122,0.3);
	box-shadow: 0px 2px 10px 0px rgba(84,110,122,0.3);
}

.tipso_content {
  	word-wrap: break-word;
	padding: 8px 10px 6px;
}

/* Tipso Bubble Div */
.tipso_bubble > .tipso_arrow {
	position: absolute;
	width: 0; height: 0;
	border: 8px solid;
	pointer-events: none;
}

.tipso_bubble.top > .tipso_arrow {
	border-top-color: #CFD8DC !important;
	border-right-color: transparent;
	border-left-color: transparent;
	border-bottom-color: transparent;
	top: 100%;
	left: 50%;
}

.tipso_bubble.top > .tipso_arrow:before {
	content: '';
	position: absolute;
	width: 0; height: 0;
	border: 7px solid;
	border-top-color: #fff !important;
	border-right-color: transparent;
	border-left-color: transparent;
	border-bottom-color: transparent;
	top: -8px;
	left: 50%;
	margin-left: -7px;
}

.tipso_bubble.bottom > .tipso_arrow {
	border-bottom-color: #000;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	bottom: 100%;
	left: 50%;
}
.tipso_bubble.left > .tipso_arrow {
	border-left-color: #000;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
	top: 50%;
	left: 100%;
}
.tipso_bubble.right > .tipso_arrow {
	border-right-color: #000;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	top: 50%;
	right: 100%;
}

.tipso_bubble .top_right_corner,
.tipso_bubble.top_right_corner {
	border-bottom-left-radius: 0;
}

.tipso_bubble .bottom_right_corner,
.tipso_bubble.bottom_right_corner  {
	border-top-left-radius: 0;
}

.tipso_bubble .top_left_corner,
.tipso_bubble.top_left_corner {
	border-bottom-right-radius: 0;
}

.tipso_bubble .bottom_left_corner,
.tipso_bubble.bottom_left_corner  {
	border-top-right-radius: 0;
}

/* # Buttons
--------------------------------------------- */

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.archive-pagination a {
	background-color: #263238;
	border: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	margin: 3px;
	padding: 12px 24px 10px;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	white-space: normal;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus,
.archive-pagination a:hover  {
	background-color: #546E7A;
	border: none;
	color: #fff;

	-webkit-box-shadow: 0px 3px 18px 0px rgba(84,110,122,0.3);
	-moz-box-shadow: 0px 3px 18px 0px rgba(84,110,122,0.3);
	box-shadow: 0px 3px 18px 0px rgba(84,110,122,0.3);
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
}

.button,
.archive-pagination a  {
	display: inline-block;
}

.button-large,
input.button-large {
	font-size: 18px;
	font-size: 1.8rem;
	padding: 20px 50px 18px;
}

.button-medium {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px 20px 8px;
}

.button-small {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 7px 14px 4px;
}

.button-hollow.button-secondary {
	background: none;
	border: 1px solid #546E7A;
	color: #263238;
}

.button-hollow.button-secondary:hover {
	color: #546E7A;
}

.button-primary,
input.button-primary,
.mysp-account-page .premise-checkout-wrap input[type=submit],
.nf-form-wrap input[type=button] {
	background-color: #0066CC;
}
.button-primary:hover,
input.button-primary:hover,
.mysp-account-page .premise-checkout-wrap input[type=submit]:hover,
.nf-form-wrap input[type=button]:hover {
	background-color: #1C8EFC;

	-webkit-box-shadow: 0px 3px 18px 0px rgba(0,102,204,0.3);
	-moz-box-shadow: 0px 3px 18px 0px rgba(0,102,204,0.3);
	box-shadow: 0px 3px 18px 0px rgba(0,102,204,0.3);
}

.button-hollow.button-primary {
	background: none;
	border: 1px solid #0066CC;
	color: #0066CC;
}

.button-hollow.button-primary:hover {
	border: 1px solid #1C8EFC;
	color: #1C8EFC;
}

.button-purple,
input.button-purple {
	background-color: #4320C4;
}
.button-purple:hover,
input.button-purple:hover {
	background-color: #6B3FE4;

	-webkit-box-shadow: 0px 3px 18px 0px rgba(54,0,204,0.3);
	-moz-box-shadow: 0px 3px 18px 0px rgba(54,0,204,0.3);
	box-shadow: 0px 3px 18px 0px rgba(54,0,204,0.3);
}

.button-hollow.button-purple {
	background: none;
	border: 1px solid #4320C4;
	color: #4320C4;
}

.button-hollow.button-v:hover {
	border: 1px solid #6B3FE4;
	color: #6B3FE4;
}

.button-light 			{ background-color: #546E7A; }
.button-light:hover 	{ background-color: #78909C; }

.button-gray,
.archive-pagination a 		{ background-color: #ECEFF1;color: #546E7A; }
.button-gray:hover,
.archive-pagination a:hover { background-color: #78909C; }

.button-hollow.button-light {
	background: none;
	border: 1px solid #546E7A;
	color: #546E7A;
}

.button-hollow.button-light:hover {
	border: 1px solid #78909C;
	color: #78909C;
}

.button-hollow.button-white {
	background: none;
	border: 2px solid #fff;
	color: #fff;
}

.button-hollow.button-white:hover {
	background: #fff;
	border: 2px solid #fff;
	color: #263238;
}

.button-red,
input.button-red {
	background-color: #BE0040;;
}

.button-red:hover,
input.button-red:hover {
	background-color: #D90048;

	-webkit-box-shadow: 0px 3px 18px 0px rgba(204,0,69,0.3);
	-moz-box-shadow: 0px 3px 18px 0px rgba(204,0,69,0.3);
	box-shadow: 0px 3px 18px 0px rgba(204,0,69,0.3);
}

.button-hollow.button-red {
	background: none;
	border: 1px solid #BE0040;
	color: #BE0040;
}

.button-hollow.button-red:hover {
	border: 1px solid #D90048;
	color: #D90048;
}

.button-green,
input.button-green {
	background-color: #00A86D;
}
.button-green:hover,
input.button-green:hover {
	background-color: #00CC85;

	-webkit-box-shadow: 0px 3px 18px 0px rgba(0,207,134,0.3);
	-moz-box-shadow: 0px 3px 18px 0px rgba(0,207,134,0.3);
	box-shadow: 0px 3px 18px 0px rgba(0,207,134,0.3);
}

.button-hollow.button-green {
	background: none;
	border: 1px solid #00A86D;
	color: #00A86D;
}

.button-hollow.button-green:hover {
	border: 1px solid #00CC85;
	color: #00CC85;
}

.button[class^="icon-"]:before,
.button[class*=" icon-"]:before {
	opacity: 0.6;
	margin-right: 14px;
	margin-left: -3px;
	position: relative;
	top: 2px;
}

.button-medium[class^="icon-"]:before,
.button-medium[class*=" icon-"]:before {
	margin-right: 10px;
}

.button-small[class^="icon-"]:before,
.button-small[class*=" icon-"]:before {
	margin-right: 8px;
}

.button.icon-loader {
	position: relative;
}

.button.icon-loader:before {
	-webkit-animation:rotate 1.5s linear infinite;
    -moz-animation:rotate 1.5s linear infinite;
    animation:rotate 1.5s linear infinite;
    height: 18px;
    top: -2px;
    width: 15px;
}

.button-medium.icon-loader:before {
    height: 15px;
    width: 14px;
}

.button-small.icon-loader:before {
    height: 14px;
    width: 11px;
    top: -1px;
}

.button.button-icon {
	margin-right: 1px;
	margin-left: 1px;
	padding: 0;
	overflow: hidden;
}

.button.button-icon span {
	display: inline-block;
	text-indent: -999px;
}

.button.button-icon:before {
	font-size: 20px;
	opacity: 1;
	margin: 0 0 5px;
	text-indent: 0;
}

.button.button-medium.button-icon {
	height: 40px;
	line-height: 43px;
	width: 43px;
}

.button.button-medium.button-icon:before {
	font-size: 17px;
}

.button.button-small.button-icon {
	height: 30px;
	line-height: 33px;
	width: 32px;
}

.button.button-small.button-icon:before {
	font-size: 16px;
}

.button-link {
	color: #546E7A;
	display: inline-block;
	border-bottom: 1px solid #CFD8DC;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	padding: 2px 5px;
}

.button-link:hover {
	border-bottom: 1px solid #CFD8DC;
	color: #263238;
}

.button-link[class^="icon-"]:before,
.button-link[class*=" icon-"]:before {
	opacity: 0.6;
	margin-right: 10px;
	margin-left: 0;
	position: relative;
	top: -2px;
}

.button-disabled,
.button-disabled:hover,
.button-disabled:focus,
.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
input[type="button"]:disabled,
input[type="button"]:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #ECEFF1;
	border-width: 0;
	color: #546E7A;
	cursor: not-allowed;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.button-disabled {
	pointer-events: none;
}

.text-button {
	font-size: 16px;
	font-weight: 500;
}

.text-button.secondary {
	border-bottom: 1px solid rgba(84,110,122,0.35);
	color: #546E7A;
}

.text-button.secondary:hover {
	color: #263238;
}

/* # Messages
--------------------------------------------- */

.message,
.acp-error {
	color: #fff;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	border-radius: 2px;
	margin-bottom: 5px;
	padding: 15px 20px 14px 60px;
	position: relative;
}

.message:before,
.acp-error:before {
	font-size: 22px;
	content: "\54";
	position: absolute;
	left: 17px;
	top: 16px;
}

.message :last-child,
.acp-error :last-child{
	margin-bottom: 0;
}

.message-success { background: #00A86D; }
.message-success:before { content: "\53"; }

.message-warning {
	background: #CC4B00;
}

.message-warning:before {
	content: "\e002";
	font-size:20px;
}

.message-error,
.acp-error {
	background: #BE0040;
}
.message-error:before,
.acp-error:before {
	content: "\54";
}

.message-info {
	background: #0066cc;
}

.message-info:before {
	content: "\e002";
	font-size:20px;
}

.message a,
.acp-error a {
	color: #fff;
	border-bottom-color: rgba(255,255,255,0.5);
}

.message a:hover,
.acp-error a:hover {
	color: #fff;
	border-bottom-color: rgba(255,255,255,1);
}

.acp-error:last-child {
	display: none;
}

.message-big {
	background: none;
	margin: 60px 0;
	padding-left: 130px;
	position: relative;
}

.message-big:before {
	font-size: 80px;
	left: 10px;
	top: -20px;
	position: absolute;
}

.message-big.message-success:before {
	color: #00A86D;
}

.message-big.message-error:before {
	color: #BE0040;
}

.message-big.message-warning:before {
	color: #CC4B00;
}

/* # Forms
--------------------------------------------- */

input,
input[type="search"],
select,
textarea {
	background-color: #fff;
	border: 1px solid #CFD8DC;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	color: #263238;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 9px 14px 8px;
	width: 100%;
}

input:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #0066CC;
	outline: none;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;

	-webkit-appearance: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
	margin-right: 5px;
}
input[type="checkbox"]:focus {
	display: none;
}

input[type="radio"]:focus {
	width: auto;
	background-color: #fff;
	border: 1px solid #CFD8DC;
	border-radius: 2px;
	color: #263238;
	-webkit-appearance: radio;
}

::-moz-placeholder {
	color: #90A4AE;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #90A4AE;
	opacity: 1;
}

label {
	color: #546E7A;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
}

.wpe-field__fieldset {
	border: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}

/* Hide default checkbox */
.wpe-field__fieldset input[type='radio'],
.wpe-field__fieldset input[type='checkbox'] {
	display: none;
}

.wpe-field__fieldset input[type='radio'] + label,
.wpe-field__fieldset input[type='checkbox'] + label {
	position: relative;
	padding-left: 30px;
}

/* Fancy Checkbox Un-Checked */
.wpe-field__fieldset input[type='radio'] + label:before,
.wpe-field__fieldset input[type='checkbox'] + label:before {
	margin-right: 9px;
	opacity: 0.3;
	position: absolute;
	top: 1px;
	left: 4px;
	font-size: 20px;
}
.wpe-field__fieldset input[type='radio'] + label:before {
	content: "\69";
}

fieldset input[type='radio'] + label:hover,
fieldset input[type='checkbox'] + label:hover {
	background: #F5F7F8;

	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
}

fieldset input[type='radio']:checked + label,
fieldset input[type='checkbox']:checked + label {
    background: #0066CC;
    color: #fff;

    -webkit-box-shadow: 0px 1px 10px 0px rgba(84,110,122,0.4);
	-moz-box-shadow: 0px 1px 10px 0px rgba(84,110,122,0.4);
	box-shadow: 0px 1px 10px 0px rgba(84,110,122,0.4);

	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
}

.wpe-field__fieldset input[type='checkbox'] + label:before {
	content: "\5a";
}

/* Fancy Checkbox Checked */
.wpe-field__fieldset input[type='radio']:checked + label:before ,
.wpe-field__fieldset input[type='checkbox']:checked + label:before {
	font-size: 16px;
	color: #0066CC;
}

.wpe-field__fieldset input[type='radio']:checked + label:before {
	content: "\53";
	opacity: 1;
	top: 3px;
	left: 6px;
}

.wpe-field__fieldset input[type='checkbox']:checked + label:before {
	content: "\57";
	opacity: 1;
	top: 3px;
	left: 6px;
}
/* End Fancy Checkbox*/

.wpe-form .wpe-form__message {
	padding: 12px 24px 12px;
	font-size: 1.6rem;
	margin: 3px;
	line-height: 26px;
}

.switch {
	display: inline-block;
	margin-left: 10px;
	position: relative;
	top: 8px;
	height: 31px;
	width: 70px;
}

.switch input { display:none; }

.slider {
	background-color: #ECEFF1;
	border-radius: 2px;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;

	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	background-color: #fff;
	border-radius: 1px;
	bottom: 4px;
	content: '';
	height: 23px;
	left: 4px;
	position: absolute;
	text-indent: 25px;
	width: 28px;

	-webkit-transition: .4s;
	transition: .4s;
}

.slider:after {
	content: "off";
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	margin-left: 42px;
	margin-top: 8px;
	text-transform: uppercase;
}

.yesno .slider:after {
	content: "no";
}

input:checked + .slider {
	background-color: #0066CC;

	-webkit-box-shadow: 0px 1px 10px 0px rgba(84,110,122,0.4);
	-moz-box-shadow: 0px 1px 10px 0px rgba(84,110,122,0.4);
	box-shadow: 0px 1px 10px 0px rgba(84,110,122,0.4);
}

input:checked + .slider:before {
	-webkit-transform: translateX(34px);
	-ms-transform: translateX(34px);
	transform: translateX(34px);
}

input:checked + .slider:after {
	color: #fff;
	content: "on";
	margin-left: 10px;
}

select {
	background-image: url(../../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 26px 9px;
	cursor: pointer;
	padding-right: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
}

select:before {
	content: "\e097";
}

.yesno input:checked + .slider:after {
	content: "yes";
}

.field {
	clear: both;
	margin-bottom: 12px;
}

.field * {
	vertical-align: middle;
}

.field-break {
	clear: both;
	margin-top: 24px;
}

.field-medium {
	display: block;
	max-width: 500px;
}

.field-small {
	display: block;
	max-width: 300px;
}

.field-left {
	float: left;
	width: 48%;
}

.field-right {
	clear: none;
	float: right;
	width: 48%;
}

.field-message {
	display: block;
	font-size: 14px;
}

.field-status-error,
.field-status-warning,
.field-status-success {
	position: relative;
}

.field-status-error:before,
.field-status-warning:before,
.field-status-success:before {
	position: absolute;
	right: 15px;
	top: 43px;
}

.field-status-error:before,
.field-status-error .field-message { color: #BE0040; content: "\54"; }
.field-status-error input { border-color: #BE0040; }

.field-status-warning:before,
.field-status-warning .field-message { color: #CC4B00; content: "\e002"; }

.field-status-success:before,
.field-status-success .field-message { color: #00A86D; content: "\53"; }

.floating-label.field-status-error:before,
.floating-label.field-status-warning:before,
.floating-label.field-status-success:before {
	top: 33px;
}

.floating-label,
.checkout-page .entry-content .accesspress-checkout-form-row {
	margin-bottom: 0px;
	position: relative;
}

.floating-label input,
.checkout-page .entry-content .accesspress-checkout-form-row input {
	background: none;
	border: none;
	border-bottom: 1px solid #CFD8DC;
	font-size: 22px;
	font-size: 2.2rem;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

.floating-label select,
.checkout-page .entry-content .accesspress-checkout-form-row select {
	background: none;
	border-bottom: 1px solid #ddd !important;
	padding: 0;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 44px;
	margin-bottom: 10px;
	outline: none;
	-webkit-appearance: none;
}

.floating-label label,
.checkout-page .entry-content .accesspress-checkout-form-row label,
.floating-label .field-message,
.checkout-page .entry-content .accesspress-checkout-form-row .field-message {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.05em;
	position: relative;
	text-transform: uppercase;
	transition: all 0.2s linear;
}

.floating-label label,
.checkout-page .entry-content .accesspress-checkout-form-row label {
	color: #546E7A;
	opacity: 0;
	top: 10px;
}

.floating-label .field-message,
.checkout-page .entry-content .accesspress-checkout-form-row .field-message {
	position: absolute;
	top: 14px;
}

.floating-label label.on,
.checkout-page .entry-content .accesspress-checkout-form-row label.on {
	color: #0066CC;
}

.floating-label label.show,
.checkout-page .entry-content .accesspress-checkout-form-row label.show {
	opacity: 1;
	top: 5px;
}

/* Ninja forms */
.ninja-forms-form-wrap {
	background: #F5F7F8;
	border-radius: 3px;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 30px 60px 30px;
}

.ninja-forms-required-items {
	color: #546E7A;
	margin-bottom: 20px;
}

.nf-field-description {
	margin-bottom: 10px;
}

.ninja-forms-req-symbol,
.ninja-forms-field-error,
.ninja-forms-error-msg p {
	font-size: 15px;
	font-size: 1.5rem;
	color: #BE0040 !important;
}

.ninja-forms-error input,
.ninja-forms-error select {
	border: 1px solid #BE0040;
}

.ninja-forms-error-msg p {
	font-weight: bold;
}

h3.ninja-forms-field {
	display: block;
	line-height: 1.35;
	margin: 0 0 30px;
}

/* wpengine/wpengine-forms */
.entry-content .wpe-field__controls,
.entry-content .wpe-form--horizontal .wpe-field__input,
.entry-content .wpe-form--horizontal .wpe-field__validation {
	width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.wpe-field .wpe-field__hint {
	font-size: 14px;
}
.wpe-form__submit {
	background-color: #0066CC;
}

.wpe-form__submit:hover {
	background-color: #1C8EFC;
}

.required-message {
	color: #546E7A;
}

.required {
	color: #BE0040;
	font-weight: 500;
}

.wpe-field--required label::after,
.wpe-field--required .wpe-field__legend::after {
	content: "*";
	color: #BE0040;
	padding-left: 5px;
	font-size: 18px;
}
.wpe-field--required .wpe-field__option label::after {
	display: none;
}

/* # Boxes
--------------------------------------------- */

.light-box,
.checkout-page .entry-content,
.single-post .content,
.page .content,
.line-box,
.blue-box {
	background: #fff;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 40px 50px;
	position: relative;
}

.line-box {
	border: 1px solid #CFD8DC;
}

.light-box,
.checkout-page .entry-content,
.blue-box {
	border: 1px solid #CFD8DC;
	-webkit-box-shadow: 0px 7px 50px 0px rgba(84,110,122,0.1);
	-moz-box-shadow: 0px 7px 50px 0px rgba(84,110,122,0.1);
	box-shadow: 0px 7px 50px 0px rgba(38,50,56,0.1);
}

/*.single-post .content,
.page .content {
	-webkit-box-shadow: 0px 7px 50px 0px rgba(84,110,122,0.07);
	-moz-box-shadow: 0px 7px 50px 0px rgba(84,110,122,0.07);
	box-shadow: 0px 7px 50px 0px rgba(38,50,56,0.07);
	padding: 80px 140px;
}*/

.page .entry {
	margin-bottom: 0;
}

.gray-box {
	background: #F5F7F8;
	border-radius: 3px;
	margin-bottom: 20px;
	padding: 30px 30px;
}

.light-box p:last-child,
.gray-box p:last-child,
.blue-box p:last-child {
	margin-bottom: 0;
}

.box-heading {
	margin-top: 0;
}

.newsletter-message .page {
	padding-left: 100px;
}

.newsletter-message .entry-content .icon-mail {
	position: absolute;
	left: 50px;
	font-size: 250px;
	top: 0px;
	opacity: 0.05;
	-ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);
}

.blue-box {
	background: #0066cc; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #0066cc 0%, #52B5D5 100%);
	background: -webkit-linear-gradient(45deg,  #0066cc 0%,#52B5D5 100%);
	background: linear-gradient(45deg,  #0066cc 0%,#52B5D5 100%);
	filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066cc', endColorstr='#52B5D5',GradientType=1 )";
}

.blue-box h3,
.blue-box h2,
.blue-box p {
	color: #fff;
}

.blue-box .box-title {
	font-size: 38px;
	margin-top: 0;
}

.blue-box input {
	margin-left: 0;
	text-align: center;
	width: 100%;
}

.blue-box input[type=email],
.blue-box input[type=text] {
	border: none;
	padding: 15px 0 12px;
}


/* # Page Navigation
--------------------------------------------- */

.page-navigation {
	border-bottom: 4px solid #CFD8DC;
	margin: 80px 80px 0 0;
	padding-left: 0;
	padding-right: 0;
	-webkit-box-shadow: 0px 7px 50px 0px rgba(84,110,122,0.15);
	-moz-box-shadow: 0px 7px 50px 0px rgba(84,110,122,0.15);
	box-shadow: 0px 7px 50px 0px rgba(38,50,56,0.15);
}

.entry-content .page-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.entry-content .page-navigation ul li {
	border-left: 2px solid #fff;
	margin: 0;
	padding: 0 35px;
	list-style: none;
}

.entry-content .page-navigation ul li a {
	border: none;
	border-bottom: 1px solid #ECEFF1;
	color: #263238;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	padding: 8px 0;
}

.entry-content .page-navigation ul li.active a,
.entry-content .page-navigation ul li a:hover {
	color: #0066cc;
}

.entry-content .page-navigation ul li.active {
	border-left: 2px solid #0066cc;
}

.entry-content .page-navigation ul li.active a {
	font-weight: 700;
}


/* # Tables
--------------------------------------------- */

.table-info .label {
	color: #546E7A;
	width: 150px;
}


/* # Pricing
--------------------------------------------- */

.pricing {
	margin: 0 auto 5px;
}

.pricing .price {
	display: inline-block;
	font-size: 60px;
	position: relative;
}

.pricing .price .sup {
	color: #90A4AE;
	font-size: 22px;
	font-size: 2.2rem;
	left: -15px;
	position: absolute;
	top: 17px;
}

.pricing .price .mo {
	color: #90A4AE;
	font-size: 28px;
	font-size: 2.8rem;
}

.pricing-table {
	text-align: center;
}

.pricing-table .checks {
	list-style: none;
	margin: 0 auto 25px;
	max-width: 300px;
}

.pricing-table .checks li {
	list-style: none;
	padding-bottom: 0;
	text-align: left;
}

.pricing-table .price-box {
	background: #fff;
	border: 1px solid #CFD8DC;
	border-radius: 5px;
	float: left;
	overflow: hidden;
	padding: 40px;
	position: relative;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;

	-webkit-box-shadow: 0px 9px 50px 0px rgba(38,50,56,0.1);
	-moz-box-shadow: 0px 9px 50px 0px rgba(38,50,56,0.1);
	box-shadow: 0px 9px 50px 0px rgba(38,50,56,0.1);

	width: 100%;
}

.pricing-table .price-box:hover {
	border: 1px solid #0066CC;
	-webkit-box-shadow: 0px 9px 50px 0px rgba(0,102,204,0.1);
	-moz-box-shadow: 0px 9px 50px 0px rgba(0,102,204,0.1);
	box-shadow: 0px 9px 50px 0px rgba(0,102,204,0.15);
}

.pricing-table .price-box h3 {
	font-size: 30px;
	margin-bottom: 10px;
	margin-top: 0;
}

#pro-plus-banner .left .price-box {
	float: right;
	margin-top: 25px;
	margin-right: -3px;
}

.pricing-table .price-box.featured {
	z-index: 100;
}

.pricing-table .price-box.featured .button {
	margin: 0;
	width: 100%;
}

.pricing-table .price-box h4 {
	margin-top: 0;
}

.pricing-table .ribbon {
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	-webkit-transform: rotate(45deg);
	background-color: #ECEFF1;
	color: #263238;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 8px 12px 6px;
	position: absolute;
	right: -40px;
	text-align: center;
	text-transform: uppercase;
	top: 30px;
	width: 160px;
}


/* # FAQ
--------------------------------------------- */

.entry-content .faq-list {
	float: right;
	max-width: 550px;
}

.entry-content .first .faq-list {
	float: left;
}

.entry-content .faq-list,
.entry-content .faq-list li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.entry-content .faq-list ul {
	margin-left: 0;
}

.entry-content .faq-list li {
	border: none;
	margin-bottom: 15px;
}

.entry-content .faq-list li h3 {
	margin: 0 0 10px;
}

.entry-content .faq-list li:after {
	background: #CFD8DC;
	content: '';
	display: block;
	height: 1px;
	margin: 25px 0 ;
	width: 50px;
}

.entry-content .faq-list li:last-child:after {
	display: none;
}

.entry-content .faq-list li .answer {

	padding: 0;
}


/* # Sumo Popups
--------------------------------------------- */
body .sumome-vex.sumome-popup .sumome-popup-overlay,
body .s.u.m.o.me .listbuilder-popup-overlay {
	background:  rgba(38,50,56,0.5);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(38,50,56,0.5) 0%, rgba(38,50,56,0.6) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(38,50,56,0.5) 0%,rgba(38,50,56,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(38,50,56,0.5) 0%,rgba(38,50,56,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#99263238', endColorstr='#cc263238',GradientType=1 )"; /* IE6-9 fallback on horizontal gradient */
}

.sumome-vex.sumome-popup .sumome-popup-content {
	background: #fff;
	font-family: 'museo-sans';
	padding: 4% 6% 4% 6%;
	-webkit-box-shadow: 0px 2px 30px 0px rgba(84,110,122,0.5);
	-moz-box-shadow: 0px 2px 30px 0px rgba(84,110,122,0.5);
	box-shadow: 0px 20px 80px 0px rgba(38,50,56,0.5);
	position: relative;
	overflow: hidden;
}

.sumome-vex.sumome-popup .sumome-popup-content h1 {
	margin-bottom: 20px;
	margin-top: 0;
	position: relative;
	z-index: 10;
}

.sumome-vex.sumome-popup .sumome-popup-content p {
	position: relative;
	z-index: 10;
}

.sumome-vex.sumome-popup .sumome-popup-content form {
	position: relative;
	z-index: 10;
}

.sumome-vex.sumome-popup .sumome-popup-content form .button-gray {
	background: none;
	color: #90A4AE;
	font-weight: 500;
}

.sumome-vex.sumome-popup .sumome-popup-content form .button-gray:hover {
	color: #546E7A;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.sumome-vex.sumome-popup .sumome-popup-content label {
	display: none;
}

.sumome-vex.sumome-popup .sumome-popup-content input[type=text],
.sumome-vex.sumome-popup .sumome-popup-content input[type=email] {
	margin-bottom: 20px;
	padding: 20px 32px 16px;
}

.sumome-vex.sumome-popup .sumome-popup-content .button {
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	width: 49%;
}

.sumome-vex.sumome-popup .sumome-popup-content .icon-mail {
	color: #F5F7F8;
	font-size: 400px;
	position: absolute;
	z-index: 0;
	left: -150px;
	top: 0px;

	-ms-transform: rotate(-20deg); /* IE 9 */
    -webkit-transform: rotate(-20deg); /* Safari */
    transform: rotate(-20deg);
}

/* # Sites Styling
--------------------------------------------- */

.sites-styling .section .title h5,
.sites-styling h4 {
	color: #4320C4;
}

.sites-styling .entry-content a:not(.button) {
	color: #4320C4;
	border-bottom: 1px solid rgba(54,0,204,0.35);
}

.sites-styling .entry-content a:not(.button):hover,
.sites-styling .entry-content a:not(.button):focus {
	border-bottom: 1px solid #CFD8DC;
	color: #263238;
	text-decoration: none;
}


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

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

	.light-box,
	.checkout-page .entry-content,
	.line-box {
		padding: 25px 30px;
	}

	.pricing-table .price-box {
		padding: 20px 20px;
	}

	.pricing-table .price-box .button {
		padding-left: 20px;
		padding-right: 20px;
	}

	.entry-content .faq-list {
		max-width: 500px;
	}

}

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

	.single-post .content,
	.page .content {
		padding: 40px 100px;
	}

	.section-title h1 {
		font-size: 50px;
		font-size: 5rem;
	}

	.section .title h2 {
		font-size: 36px;
		font-size: 3.6rem;
	}

	.section-sites-cta .title {
		max-width: 370px;
	}

}

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

	.section {
		padding: 40px 0;
	}

	.section-title {
		padding-top: 70px;
	}

	.small-cta {
		padding: 40px 0;
	}

	.small-cta.light-box {
		padding: 30px 40px 25px;
	}

	.section .left,
	.section .right {
		width: 47%;
	}

	.section-title h1,
	.section-title h1.small-title {
		font-size: 42px;
		font-size: 4.2rem;
		letter-spacing: -0.02em;
	}

	.pricing-table .price-box {
		padding: 20px 30px;
	}

	.overshoot-left .screenshot-mobile {
		right: 20px;
	}

	.overshoot-right .screenshot-mobile {
		left: 20px;
	}

	.newsletter-message .page {
		padding-left: 0;
	}

	.section-sites-cta .title,
	.section-sites-cta .title.left,
	.section-sites-cta .testimonial,
	.section-sites-cta .testimonial.left {
		float: none;
		text-align: center;
		margin: 0;
		max-width: none;
		width: 100%;
	}

	.section-sites-cta .title,
	.section-sites-cta .title.left {
		margin-bottom: 40px;
	}

	.section-sites-cta .testimonial:before {
		display: none;
	}

	.section-sites-cta .testimonial blockquote {
		max-width: none;
		text-align: center;
		width: 90%;
	}

	.section-sites-cta .testimonial blockquote p,
	.section-sites-cta .testimonial blockquote footer {
		padding: 0;
		text-align: center;
	}

	.section-sites-cta .testimonial blockquote footer .photo {
		position: static;
		display: block;
		margin: 0 auto 5px;
	}

	.contact-paths.section {
		margin-bottom: 44px;
		margin-top: 44px;
	}

	.contact-paths.section .left,
	.contact-paths.section .right {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 40px;
	}
	.contact-paths.section .spacing {
		margin-bottom: 10px;
	}
}

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


}

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

	.section-title {
		padding-top: 40px;
	}

	.ninja-forms-form-wrap {
		padding: 10px 30px;
	}

	.light-box,
	.checkout-page .entry-content,
	.line-box {
		padding: 20px 20px 15px;
	}

	.line-box .box-title h2 {
		margin-bottom: 15px;
	}

	.pricing-table .one-half {
		float: none;
		clear: both;
	}

	.pricing-table .price-box {
		float: none;
		margin: 0;
	}

	.quote blockquote {
		margin-top: 20px;
	}

	.small-cta {
		margin-top: 25px;
		padding: 20px 0;
	}

	.small-cta .copy,
	.small-cta .buttons {
		float: none;
		text-align: center;
		width: 100%;
	}

	.small-cta .copy {
		margin-bottom: 10px;
	}

	.small-cta h2 em {
		display: inline;
	}

	.section .left,
	.section .right {
		margin-bottom: 20px;
		width: 100%;
	}

	.spacing {
		margin-bottom: 15px;
	}

	.double-spacing {
		margin-bottom: 30px;
	}

	.gray-box {
		padding: 20px 20px 10px;
	}

	.copy-two-thirds {
		width: 100%;
	}

	.single-post .content,
	.page .content {
		padding: 40px;
	}

	.overshoot-left .screenshot-laptop {
		margin-left: 0 !important;
	}

	.overshoot-right .screenshot-laptop {
		margin-right: 0 !important;
	}

	.overshoot-left .screenshot-mobile {
		right: 50px !important;
		width: 150px;
	}

	.section-sites-cta .title,
	.section-sites-cta .title.left {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
		max-width: 400px;
	}

	.entry-content .faq-list {
		max-width: none;
	}

}

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

	.copy-intro {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.section {
		padding: 20px 0;
	}

	.section .title {
		margin-bottom: 15px;
	}

	.section .title h2 {
		font-size: 28px;
		font-size: 2.8rem;
	}

	.section-title h1,
	.section-title h1.small-title {
		font-size: 32px;
		font-size: 3.2rem;
	}

	.section .title .copy-intro {
		margin-top: 10px;
	}

	.button-large, input.button-large {
		padding: 15px 25px 12px;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.single-post .content,
	.page .content {
		padding: 20px;
	}

	.reciept td {
		border: none;
		display: block;
		font-size: 16px;
		font-size: 1.6rem;
		padding: 0;
		width: 100%;
	}

	.reciept td label {
		margin-top: 10px;
	}

	.small-cta.light-box {
		padding: 20px;
	}

	.small-cta .buttons .button {
		width: 100%;
	}

	.pricing-table .price-box {
		padding: 20px;
	}

	.ninja-forms-form-wrap {
		padding: 10px 20px;
	}

	.ninja-forms-form-wrap input,
	.ninja-forms-form-wrap select,
	.ninja-forms-form-wrap textarea {
		max-width: 100%;
	}

	.message-big:before {
		font-size: 40px;
		left: -4px;
		top: -8px;
	}

	.message-big {
		margin: 20px 0;
		padding-left: 60px;
	}

	.double-break {
		height: 25px;
	}

	.section.less-space {
		padding-bottom: 20px;
	}

}
