/*!
Site Name: Sunshine1
Author: Fritz Healy
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,700i,800");
/* 14px @ 480px increasing to 18px @ 1500px */
@media (min-width: 480px) {
	:root {
		font-size: calc(0.875rem + (1vw - 4.8px) * 0.3922);
		/* Where: * 0.3922 = 100 * font_Size_Difference / viewport_Width_Difference */
	}
}
/* Prevent font scaling beyond this breakpoint */
@media (min-width: 1500px) {
	:root {
		font-size: 1rem;
	}
}
html {
	padding: 0;
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
}
body * {
	font-family: "Open Sans", sans-serif;
	box-sizing: border-box;
	color: #000;
}

a {
	color: #000;
	text-decoration: none;
}

main {
	padding-top: 135px;
	width: 1100px;
	min-height: 700px;
	max-width: calc(100% - 40px);
	margin: 0 auto;
}
@media screen and (max-width: 900px) {
	main {
		padding-top: 70px;
	}
}
@media screen and (max-width: 700px) {
	main {
		padding-top: 30px;
		max-width: calc(100% - 20px);
	}
}

footer {
	width: 1100px;
	max-width: calc(100% - 40px);
	margin: 0 auto;
}
@media screen and (max-width: 700px) {
	footer {
		max-width: calc(100% - 20px);
	}
}

p.lead {
	font-size: 1.66rem;
	color: #000;
	line-height: 38px;
	font-weight: 700;
	margin: 0 0 15px 0;
}

p {
	color: #000;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.45;
	margin: 0 0 20px 0;
}
p:last-child {
	margin-bottom: 0;
}

a.button:not(.inline), form button[type=submit], .button-style, header.header > .outer-wrapper > .inner-wrapper nav ul li a.pricing {
	display: inline-block;
	margin-top: 15px;
	padding: 18px 48px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	min-width: 200px;
	cursor: pointer;
	background: #B91E00;
	border: 2px solid #B91E00;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	text-transform: capitalize;
	font-style: normal;
	box-shadow: none;
	transition: 200ms all ease-in;
	transform: scale(1);
}
a.button:not(.inline):hover, a.button:not(.inline):focus, a.button:not(.inline):active, form button[type=submit]:hover, form button[type=submit]:focus, form button[type=submit]:active, .button-style:hover, .button-style:focus, .button-style:active, header.header > .outer-wrapper > .inner-wrapper nav ul li a.pricing:hover, header.header > .outer-wrapper > .inner-wrapper nav ul li a.pricing:focus, header.header > .outer-wrapper > .inner-wrapper nav ul li a.pricing:active {
	background: #fff;
	font-weight: 700;
	transform: scale(1.05);
	box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.13);
	color: #B91E00;
}
a.button:not(.inline):hover *, a.button:not(.inline):focus *, a.button:not(.inline):active *, form button[type=submit]:hover *, form button[type=submit]:focus *, form button[type=submit]:active *, .button-style:hover *, .button-style:focus *, .button-style:active *, header.header > .outer-wrapper > .inner-wrapper nav ul li a.pricing:hover *, header.header > .outer-wrapper > .inner-wrapper nav ul li a.pricing:focus *, header.header > .outer-wrapper > .inner-wrapper nav ul li a.pricing:active * {
	font-weight: 700;
	color: #B91E00;
}
a.button:not(.inline).small, form button[type=submit].small, .button-style.small, header.header > .outer-wrapper > .inner-wrapper nav ul li a.pricing.small {
	padding: 5px 10px;
	min-width: 0;
	font-size: 15px;
	line-height: 1.5;
}
a.button:not(.inline).medium, form button[type=submit].medium, .button-style.medium, header.header > .outer-wrapper > .inner-wrapper nav ul li a.pricing.medium {
	padding: 9px 25px;
	min-width: 0;
	font-size: 16px;
	line-height: 1.5;
}
a.button:not(.inline).alt, form button[type=submit].alt, .button-style.alt, header.header > .outer-wrapper > .inner-wrapper nav ul li a.pricing.alt {
	color: #B91E00;
	background: #fff;
}
a.button:not(.inline).alt:hover, a.button:not(.inline).alt:focus, form button[type=submit].alt:hover, form button[type=submit].alt:focus, .button-style.alt:hover, .button-style.alt:focus, header.header > .outer-wrapper > .inner-wrapper nav ul li a.pricing.alt:hover, header.header > .outer-wrapper > .inner-wrapper nav ul li a.pricing.alt:focus {
	background: #B91E00;
	color: #fff;
}
a.button:not(.inline) *, form button[type=submit] *, .button-style *, header.header > .outer-wrapper > .inner-wrapper nav ul li a.pricing * {
	transition: 200ms all ease-in;
	color: #fff;
}

header.header > .outer-wrapper > .inner-wrapper nav ul li a.pricing {
	padding: 5px 10px;
	margin-top: 0;
	min-width: 0;
	font-size: 0.88rem;
	font-weight: 600;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
}
@media screen and (max-width: 700px) {
	header.header > .outer-wrapper > .inner-wrapper nav ul li a.pricing {
		padding: 8px 10px;
		margin: 0 0 5px;
	}
}

.offers.row {
	padding-bottom: 40px;
	background-image: url("../img/meeting-2.jpg");
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}
@media screen and (max-width: 700px) {
	.offers.row {
		background-image: none;
	}
}
.offers.row .item {
	font-weight: 600;
	font-size: 1rem;
	line-height: 24px;
	letter-spacing: 1px;
	padding-left: 40px;
	position: relative;
}
.offers.row .item i {
	color: #417505;
	font-size: 1.77rem;
	position: absolute;
	top: 0;
	left: 0;
}

.clients.row {
	text-align: center;
	max-width: 1030px;
	margin-left: auto;
	margin-right: auto;
}
.clients.row h2 {
	font-weight: 500;
}
.clients.row .item {
	height: 150px;
	text-indent: -9999px;
}
@media screen and (max-width: 700px) {
	.clients.row .item {
		height: 100px;
	}
}
.clients.row .item.pepsi {
	background-image: url("../img/clients-pepsi.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}
.clients.row .item.fiu {
	height: auto;
	background-color: #081E3F;
	padding: 10px;
}
@media screen and (max-width: 700px) {
	.clients.row .item.fiu {
		margin: 0 auto 50px;
		width: 250px;
	}
}
.clients.row .item.fiu .interior-logo {
	background-image: url("../img/fiu-logo.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 50px;
}
.clients.row .item.uom {
	background-image: url("../img/university-of-miami.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}
.clients.row .item.delmonte {
	background-image: url("../img/del-monte-quality.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}
.clients.row .item.uf {
	background-image: url("../img/client-university-of-florida.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}
.clients.row .item.uom-alt {
	background-image: url("../img/clients-university-of-miami.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}
.clients.row .item.mayo {
	background-image: url("../img/clients-mayo-clinic.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}

main .services.row {
	text-align: center;
	position: relative;
	z-index: 1;
	background-color: #f9f9f9;
	margin-bottom: 0;
	padding-bottom: 60px;
}
main .services.row:before {
	width: 100%;
	height: 100%;
	display: block;
	z-index: -1;
	content: "";
	background-image: url("../img/meeting.jpg");
	background-position: top left;
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 700px) {
	main .services.row:before {
		display: none;
	}
}
main .services.row .item {
	border: 1px solid #CBCBCE;
	border-radius: 5px;
	background-color: #FFFFFF;
	box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.13);
	padding: 30px 12px 38px 12px;
}
main .services.row .item .box {
	height: 66px;
	width: 66px;
	display: block;
	margin: 0 auto 20px auto;
}
main .services.row .item .box img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
}
main .services.row .item h3 {
	margin: 0 0 15px 0;
	font-size: 1rem;
	line-height: 28px;
	font-weight: 700;
	letter-spacing: 0.25px;
}
main .services.row .item p {
	padding: 0 20px;
	font-size: 0.88rem;
	line-height: 28px;
	margin: 0;
}
main .services.row a.button {
	margin-top: -10px;
}

blockquote {
	width: 865px;
	max-width: calc(100% - 100px);
	margin: 0 auto 70px auto;
	padding-top: 30px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 700px) {
	blockquote {
		max-width: calc(100% - 20px);
	}
}
blockquote .slider-pause {
	position: absolute;
	top: 4px;
	right: 4px;
	background: rgba(0, 0, 0, 0.5);
	height: 20px;
	width: 20px;
	z-index: 10;
	border: none;
	transition: 200ms all;
	cursor: pointer;
}
blockquote .slider-pause:hover, blockquote .slider-pause:focus {
	background: rgba(0, 0, 0, 0.8);
}
blockquote .slider-pause:focus {
	outline: 2px solid #000;
	outline-offset: 2px;
}
blockquote .slider-pause.active:before {
	top: 10px;
	left: 10px;
	transform: translate(-5px, -5px);
	width: auto;
	height: auto;
	border-left: 10px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	background: none;
}
blockquote .slider-pause.active:after {
	display: none;
}
blockquote .slider-pause:before {
	content: "";
	display: block;
	width: 3px;
	height: 10px;
	left: 4px;
	top: 5px;
	position: absolute;
	background: #fff;
}
blockquote .slider-pause:after {
	content: "";
	display: block;
	width: 3px;
	height: 10px;
	right: 4px;
	top: 5px;
	position: absolute;
	background: #fff;
}
blockquote .item {
	width: 100%;
	padding: 0 50px;
	display: block;
}
@media screen and (max-width: 700px) {
	blockquote .item {
		padding: 0 40px;
	}
}
blockquote .testimonial {
	font-size: 1rem;
	line-height: 28px;
	font-weight: 300;
	position: relative;
}
blockquote .testimonial:before {
	display: block;
	width: 35px;
	height: 25px;
	content: "";
	background-image: url("../img/right-quote.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 20px;
	right: -50px;
}
@media screen and (max-width: 700px) {
	blockquote .testimonial:before {
		right: -40px;
	}
}
blockquote .testimonial:after {
	display: block;
	width: 35px;
	height: 25px;
	content: "";
	background-image: url("../img/left-quote.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -5px;
	left: -50px;
}
@media screen and (max-width: 700px) {
	blockquote .testimonial:after {
		left: -40px;
	}
}
blockquote img {
	height: 19px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
blockquote .author {
	font-weight: 600;
	font-style: italic;
	font-size: 0.88rem;
	line-height: 32px;
}

.h2 {
	font-size: 1.2rem;
	line-height: 32px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0;
	text-align: center;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 0.88rem;
	line-height: 32px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3.6px;
	text-align: center;
	margin: 0 0 15px 0;
}

.semi-bold {
	font-weight: 600;
}

.bold {
	font-weight: 700;
}

.upp {
	text-transform: uppercase;
}

.aria-hidden {
	visibility: visible;
	overflow: hidden;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	display: block;
}

.hidden {
	visibility: hidden;
	height: 0;
	width: 0;
	display: block;
	margin: 0;
}

body .dark * {
	color: #fff;
}
@media screen and (max-width: 700px) {
	body .dark * {
		color: #000;
	}
}

.phone-info a.phone:hover, .phone-info a.phone:focus, .phone-info a.phone:active {
	text-decoration: underline;
}

.textarea h1 {
	margin: 0 0 60px 0;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 2.22rem;
}
.textarea img.full {
	width: 100%;
	display: block;
	margin: 0 0 60px 0;
}

header.header {
	height: 120px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
@media screen and (max-width: 900px) {
	header.header {
		height: auto;
		position: relative;
	}
}
@media screen and (min-width: 901px) {
	header.header.show-alert.close-alert > .alert {
		display: none;
	}
}
header.header.show-alert > .alert {
	display: block;
}
header.header > .alert {
	background: #B91E00;
	display: none;
}
header.header > .alert > .wrapper {
	width: 1100px;
	margin: 0 auto;
	padding: 10px 30px 22px 30px;
	max-width: calc(100% - 40px);
	text-align: center;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 900px) {
	header.header > .alert > .wrapper {
		padding: 10px 30px;
	}
}
@media screen and (max-width: 700px) {
	header.header > .alert > .wrapper {
		max-width: calc(100% - 20px);
	}
}
header.header > .alert > .wrapper button {
	font-size: 25px;
	color: #fff;
	border: none;
	background: none;
	position: absolute;
	top: 10px;
	right: 0;
	cursor: pointer;
}
header.header > .alert > .wrapper button i {
	color: #fff;
}
header.header > .alert > .wrapper .h2, header.header > .alert > .wrapper p {
	color: #fff;
}
header.header > .alert > .wrapper .h2 a, header.header > .alert > .wrapper p a {
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}
header.header > .alert > .wrapper .h2 a:hover, header.header > .alert > .wrapper .h2 a:focus, header.header > .alert > .wrapper p a:hover, header.header > .alert > .wrapper p a:focus {
	text-decoration: none;
}
header.header > .outer-wrapper {
	box-shadow: 0 3px 34px 0 rgba(0, 0, 0, 0.14);
	position: relative;
	z-index: 1;
	background: #fff;
}
header.header > .outer-wrapper > .inner-wrapper {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	padding: 30px 0 22px 0;
	max-width: calc(100% - 40px);
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}
@media screen and (max-width: 900px) {
	header.header > .outer-wrapper > .inner-wrapper {
		padding: 10px 0;
	}
}
@media screen and (max-width: 700px) {
	header.header > .outer-wrapper > .inner-wrapper {
		max-width: calc(100% - 20px);
	}
}
@media screen and (min-width: 901px) {
	header.header > .outer-wrapper > .inner-wrapper .logo-wrapper {
		width: 33%;
	}
}
header.header > .outer-wrapper > .inner-wrapper .logo-wrapper #logo {
	margin: 0;
	width: 172px;
	height: 50px;
	display: block;
	background-image: url("../img/logo.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
}
@media screen and (max-width: 700px) {
	header.header > .outer-wrapper > .inner-wrapper .logo-wrapper #logo {
		width: 125px;
	}
}
header.header > .outer-wrapper > .inner-wrapper .phone-info {
	text-align: center;
	margin: 0;
}
@media screen and (max-width: 900px) {
	header.header > .outer-wrapper > .inner-wrapper .phone-info {
		display: none;
	}
}
header.header > .outer-wrapper > .inner-wrapper .phone-info .top {
	font-weight: 300;
	color: #000;
	font-size: 1.11rem;
	line-height: 1;
	margin: 0 0 5px 0;
}
header.header > .outer-wrapper > .inner-wrapper .phone-info a.phone {
	color: #B91E00;
	font-weight: 700;
	font-size: 1.44rem;
	line-height: 36px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
header.header > .outer-wrapper > .inner-wrapper a.mobile {
	display: none;
}
@media screen and (max-width: 700px) {
	header.header > .outer-wrapper > .inner-wrapper a.mobile {
		display: block;
		margin-top: 0;
	}
}
@media screen and (max-width: 450px) {
	header.header > .outer-wrapper > .inner-wrapper a.mobile .number {
		display: none;
	}
}
header.header > .outer-wrapper > .inner-wrapper a.mobile .text {
	display: none;
}
@media screen and (max-width: 450px) {
	header.header > .outer-wrapper > .inner-wrapper a.mobile .text {
		display: block;
	}
}
@media screen and (min-width: 901px) {
	header.header > .outer-wrapper > .inner-wrapper nav {
		width: 33%;
	}
}
header.header > .outer-wrapper > .inner-wrapper nav ul {
	text-align: right;
	margin: 0;
	padding: 0;
}
header.header > .outer-wrapper > .inner-wrapper nav ul li {
	display: inline-block;
	margin: 0 0 0 20px;
}
@media screen and (max-width: 900px) {
	header.header > .outer-wrapper > .inner-wrapper nav ul li:first-child {
		margin-left: 0;
	}
}
@media screen and (max-width: 700px) {
	header.header > .outer-wrapper > .inner-wrapper nav ul li {
		display: block;
	}
}
header.header > .outer-wrapper > .inner-wrapper nav ul li a {
	color: #000;
	font-weight: 600;
	font-size: 0.88rem;
	line-height: 1.5;
}
header.header > .outer-wrapper > .inner-wrapper nav ul li a:hover, header.header > .outer-wrapper > .inner-wrapper nav ul li a:focus, header.header > .outer-wrapper > .inner-wrapper nav ul li a:active {
	color: #B91E00;
	text-decoration: underline;
}

footer.footer {
	padding: 30px 0 81px 0;
	width: 436px;
	max-width: calc(100% - 20px);
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #555555;
	margin-top: 50px;
}
footer.footer .phone-info {
	margin: 0 0 37px 0;
}
footer.footer .phone-info .top {
	font-weight: 300;
	font-size: 1.72rem;
	line-height: 42px;
	margin: 0 0 5px 0;
}
footer.footer .phone-info a.phone {
	color: #B91E00;
	font-weight: 700;
	letter-spacing: 1.5px;
	line-height: 55px;
	font-size: 2.22rem;
	text-transform: uppercase;
}
@media screen and (max-width: 700px) {
	footer.footer .phone-info a.phone {
		font-size: 1.77rem;
	}
}
footer.footer .social {
	margin: 0 0 35px 0;
}
footer.footer .social ul {
	margin: 0;
	padding: 0;
	height: 22px;
}
footer.footer .social ul li {
	display: inline-block;
	margin: 0 11px;
}
footer.footer .social ul li a:hover i {
	color: #000;
}
footer.footer .social ul li a i {
	font-size: 1rem;
	color: #CBCBCE;
}
footer.footer a.contact {
	display: inline-block;
	margin: 0 0 30px 0;
	font-weight: 700;
	font-size: 0.88rem;
	line-height: 22px;
	text-decoration: underline;
	text-transform: capitalize;
}
footer.footer a.contact:hover {
	color: #000;
	text-decoration: none;
}
footer.footer .legal {
	margin: 0 0 12px 0;
}
footer.footer .legal ul {
	margin: 0;
	padding: 0;
}
footer.footer .legal ul li {
	margin: 0 5px;
	display: inline-block;
}
footer.footer .legal ul li a {
	text-decoration: underline;
	color: #555555;
	font-size: 0.66rem;
	line-height: 17px;
}
footer.footer .legal ul li a:hover {
	color: #000;
	text-decoration: none;
}
footer.footer .copyright {
	color: #555555;
	font-size: 0.66rem;
	line-height: 30px;
}
footer.footer .copyright a {
	position: relative;
	z-index: 1;
}
footer.footer .copyright a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 75%;
	background: #FFFC00;
	height: 6px;
	z-index: -1;
	transition: all 200ms ease-in;
}
footer.footer .copyright a:hover:before {
	width: 100%;
}

.col-2-fade {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.col-2-fade .col-1 {
	width: 45%;
	flex: 0 1 auto;
	margin-top: 50px;
	padding: 0;
	z-index: 2;
}
@media screen and (max-width: 900px) {
	.col-2-fade .col-1 {
		width: 60%;
	}
}
@media screen and (max-width: 700px) {
	.col-2-fade .col-1 {
		width: 100%;
		margin-top: 0;
	}
}
.col-2-fade .col-2 {
	width: 55%;
	flex: 0 2 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
@media screen and (max-width: 900px) {
	.col-2-fade .col-2 {
		width: 40%;
	}
}
@media screen and (max-width: 700px) {
	.col-2-fade .col-2 {
		display: none;
	}
}
.col-2-fade .col-2:before {
	content: "";
	display: block;
	background: linear-gradient(to right, #fff, transparent);
	width: 20%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.col-2-fade .col-2 img {
	float: right;
	display: block;
	max-height: 441px;
}
@media screen and (max-width: 900px) {
	.col-2-fade .col-2 img {
		transform: translateX(50px);
	}
}

.col-2-fade-alt {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.col-2-fade-alt.dark .col-1:before {
	background: linear-gradient(to left, #0a0f10, transparent);
}
.col-2-fade-alt .col-1 {
	width: 50%;
	flex: 0 2 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
@media screen and (max-width: 900px) {
	.col-2-fade-alt .col-1 {
		width: 40%;
	}
}
@media screen and (max-width: 700px) {
	.col-2-fade-alt .col-1 {
		display: none;
	}
}
.col-2-fade-alt .col-1:before {
	content: "";
	display: block;
	background: linear-gradient(to left, #fff, transparent);
	width: 20%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.col-2-fade-alt .col-1 img {
	display: block;
}
.col-2-fade-alt .col-2 {
	width: 50%;
	flex: 0 1 auto;
	margin-top: 30px;
	padding: 0 0 0 55px;
	z-index: 2;
}
@media screen and (max-width: 900px) {
	.col-2-fade-alt .col-2 {
		width: 60%;
	}
}
@media screen and (max-width: 700px) {
	.col-2-fade-alt .col-2 {
		width: 100%;
		margin-top: 0;
		padding: 0;
	}
}

.row {
	margin-bottom: 60px;
}
.row.services, .row.offers {
	padding: 50px 50px 0 50px;
}
@media screen and (max-width: 500px) {
	.row.services, .row.offers {
		padding: 25px 10px 0 10px;
	}
}
.row .intro {
	text-align: center;
	width: 80%;
	margin: 0 auto;
}
@media screen and (max-width: 700px) {
	.row .intro {
		width: 100%;
	}
}
.row .intro .lead {
	margin: 0 0 65px 0;
}

.grid-3 {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	flex-wrap: wrap;
}
.grid-3 .item {
	width: calc(0.3333333333 * (100% - 100px));
	margin: 0 50px 60px 0;
}
@media screen and (max-width: 900px) {
	.grid-3 .item {
		width: calc(0.5 * (100% - 50px));
	}
	.grid-3 .item:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 700px) {
	.grid-3 .item {
		width: 100%;
		margin: 0 0 60px 0;
	}
}
@media screen and (min-width: 901px) {
	.grid-3 .item:nth-child(3n) {
		margin-right: 0;
	}
	.grid-3 .item:last-child {
		flex: 1 1 auto;
	}
}
@media screen and (max-width: 700px) {
	.grid-3 .item:last-child {
		margin-bottom: 0;
	}
}

.grid-6 {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	flex-wrap: wrap;
}
.grid-6 .item {
	width: 16.6666666667%;
}
@media screen and (max-width: 900px) {
	.grid-6 .item {
		width: 33.3333333333%;
	}
}
@media screen and (max-width: 700px) {
	.grid-6 .item {
		width: 100%;
	}
}

.grid-2 {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	flex-wrap: wrap;
}
.grid-2 .item {
	width: 50%;
}
@media screen and (max-width: 700px) {
	.grid-2 .item {
		width: 100%;
	}
}

.grid-2-small {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	flex-wrap: wrap;
}
.grid-2-small .item {
	width: calc(0.5 * (100% - 40px));
	margin: 0 40px 40px 0;
}
@media screen and (max-width: 700px) {
	.grid-2-small .item {
		width: 100%;
		margin: 0 0 40px 0;
	}
}
.grid-2-small .item:nth-child(2n) {
	margin-right: 0;
}
@media screen and (max-width: 700px) {
	.grid-2-small .item:last-child {
		margin-bottom: 0;
	}
}

.grid-4 {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	flex-wrap: wrap;
}
.grid-4 .item {
	width: calc(0.25 * (100% - 66px));
	margin: 0 22px 50px 0;
}
@media screen and (max-width: 900px) {
	.grid-4 .item {
		width: calc(0.5 * (100% - 22px));
	}
	.grid-4 .item:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 700px) {
	.grid-4 .item {
		width: 100%;
		margin-right: 0;
	}
}
@media screen and (min-width: 901px) {
	.grid-4 .item:nth-child(4n) {
		margin-right: 0;
	}
}

.grid-4-center {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}
.grid-4-center .item {
	width: calc(0.25 * (100% - 66px));
	margin: 0 22px 50px 0;
}
@media screen and (max-width: 900px) {
	.grid-4-center .item {
		width: calc(0.5 * (100% - 22px));
	}
	.grid-4-center .item:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 700px) {
	.grid-4-center .item {
		width: 100%;
		margin-right: 0;
	}
}
@media screen and (min-width: 901px) {
	.grid-4-center .item:nth-child(4n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 700px) {
	.grid-4-center .item:last-child {
		margin-bottom: 0;
	}
}

.promo {
	padding: 100px 0 110px 0;
	background-image: url("../img/man.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media screen and (max-width: 700px) {
	.promo {
		background-image: none;
		padding: 0;
	}
}
.promo .wrapper {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}
@media screen and (max-width: 900px) {
	.promo .wrapper {
		width: 80%;
	}
}
@media screen and (max-width: 700px) {
	.promo .wrapper {
		width: 100%;
	}
}
.promo .wrapper .lead {
	margin-bottom: 60px;
	line-height: 45px;
	letter-spacing: 1.25px;
	font-weight: 600;
}
.promo .wrapper a.button {
	margin-top: 0;
}

.pricing .process {
	text-align: center;
}
.pricing .process h2 {
	color: #000000;
	font-size: 1.44rem;
	font-weight: bold;
	line-height: 34px;
	margin: 0 0 20px 0;
}
.pricing .process p {
	font-size: 1.22rem;
	font-weight: 300;
	line-height: 28px;
	margin: 0 0 30px 0;
}
.pricing .process .item .box {
	margin: 0 auto 20px auto;
	transform: translateX(-10px);
	width: 100px;
	height: 87px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.pricing .process .item .box img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.pricing .process .item p {
	font-size: 1rem;
	font-weight: 300;
	line-height: 28px;
	margin: 0;
}
.pricing .process .item p a {
	color: #FF7E00;
	text-decoration: underline;
}
.pricing .process .item p a:hover {
	text-decoration: none;
}
.pricing .process a.button {
	margin-top: 0;
}

.pricing-information .intro .lead {
	margin: 0 0 20px 0;
}
.pricing-information .process {
	text-align: center;
}
.pricing-information .process h2 {
	color: #000000;
	font-size: 1.44rem;
	font-weight: bold;
	line-height: 34px;
	margin: 0 0 20px 0;
}
.pricing-information .process p {
	font-size: 1.22rem;
	font-weight: 300;
	line-height: 28px;
	margin: 0 0 30px 0;
}
.pricing-information .process .item .box {
	margin: 0 auto 20px auto;
	transform: translateX(-10px);
	width: 100px;
	height: 87px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.pricing-information .process .item .box img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.pricing-information .process .item p {
	font-size: 1rem;
	font-weight: 300;
	line-height: 28px;
	margin: 0;
}
.pricing-information .process .item p a {
	color: #FF7E00;
	text-decoration: underline;
}
.pricing-information .process .item p a:hover {
	text-decoration: none;
}
.pricing-information .process a.button {
	margin-top: 0;
}

/* generic styles for pricing grid */
.pricing-grid {
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 0;
	overflow: hidden;
	margin: 0 0 60px 0;
}
@media screen and (max-width: 700px) {
	.pricing-grid {
		padding: 0 20px;
		margin-bottom: 40px;
	}
}
.pricing-grid .pricing .item {
	border: 1px solid #CBCBCE;
	border-radius: 5px;
	background-color: #FFFFFF;
	box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.13);
	padding: 0;
	text-align: center;
	display: block;
	text-align: center;
	line-height: 1;
	display: flex;
	align-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.pricing-grid .pricing .item * {
	width: 100%;
}
.pricing-grid .pricing .item .level {
	padding: 20px 10px;
	font-size: 25px;
	color: #fff;
	background: #000;
	margin: 0 0 40px 0;
	font-weight: 700;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.pricing-grid .pricing .item .price {
	font-size: 35px;
	font-weight: 700;
	padding: 0 10px;
}
.pricing-grid .pricing .item .month {
	font-size: 20px;
	padding: 0 10px;
	margin: 10px 0 20px 0;
}
.pricing-grid .pricing .item .minutes {
	font-size: 25px;
	padding: 0 10px;
	font-weight: 600;
}
.pricing-grid .pricing .item .additional {
	font-size: 18px;
	padding: 0 10px;
	margin: 10px 0 0 0;
}
.pricing-grid .pricing .item .bar {
	height: 2px;
	background: #000;
	width: calc(100% - 80px);
	margin: 40px;
}
.pricing-grid .pricing .item .lead {
	font-size: 20px;
	margin: 0 0 20px 0;
	padding: 0 10px;
	font-weight: 600;
}
.pricing-grid .pricing .item .copy {
	font-size: 18px;
	padding: 0 10px 0 20px;
	text-align: left;
	position: relative;
	z-index: 1;
}
.pricing-grid .pricing .item .copy ul {
	padding-right: 10px;
}
.pricing-grid .pricing .item .copy ul li {
	list-style-type: none;
	padding: 0 0 0 30px;
	margin: 0 0 10px 0;
}
.pricing-grid .pricing .item .cta {
	margin: auto 0 0 0;
}
.pricing-grid .pricing .item .cta a {
	display: block;
	padding: 20px 10px;
	color: #fff;
	background: #000;
	margin: 30px 0 0 0;
	font-size: 18px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
.pricing-grid .pricing .item .cta a span {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	display: block;
	margin: 0 0 10px 0;
}

/* Custom site styles for pricing grid*/
.pricing-grid .pricing .item.platinum {
	position: relative;
	z-index: 1;
	box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.43);
}
.pricing-grid .pricing .item.platinum:before {
	width: 100px;
	color: #fff;
	content: "Most Popular";
	font-size: 16px;
	line-height: 1;
	position: absolute;
	top: 75px;
	text-align: center;
	font-weight: 700;
	right: 0;
	transform: translate(40%, -50%);
	z-index: 2;
}
@media screen and (max-width: 900px) {
	.pricing-grid .pricing .item.platinum:before {
		transform: translate(0%, -50%);
		font-size: 14px;
		right: -10px;
		width: 85px;
		top: 92px;
	}
}
.pricing-grid .pricing .item.platinum:after {
	content: "\f0a3";
	font-family: "Font Awesome 5 Free";
	transform: translate(40%, -50%);
	font-size: 125px;
	font-weight: 900;
	line-height: 1;
	color: #FF7E00;
	position: absolute;
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.13);
	top: 75px;
	right: 0;
	z-index: 1;
}
@media screen and (max-width: 900px) {
	.pricing-grid .pricing .item.platinum:after {
		transform: translate(0%, -50%);
		font-size: 100px;
		right: -17px;
		top: 92px;
	}
}
.pricing-grid .pricing .item.platinum .level {
	background: linear-gradient(to bottom right, #F2F2F2, #D9D9D9 50%, #F2F2F2 100%);
	color: #000;
}
.pricing-grid .pricing .item .bar, .pricing-grid .pricing .item .level {
	background: #b91e00;
}
.pricing-grid .pricing .item .cta a {
	transition: all 200ms ease-in;
	background: #b91e00;
}
.pricing-grid .pricing .item .cta a:hover, .pricing-grid .pricing .item .cta a:focus {
	background: rgba(185, 30, 0, 0.9);
	box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.13);
}
.pricing-grid .pricing .item .copy ul {
	padding: 0 10px 0 0;
}
.pricing-grid .pricing .item .copy ul li {
	position: relative;
}
.pricing-grid .pricing .item .copy ul li:before {
	top: 0;
	left: 0;
	width: 17px;
	height: 17px;
	content: "\f00c";
	display: block;
	position: absolute;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	background: transparent;
	color: #417505;
	font-size: 18px;
}
.pricing-grid .pricing .item .copy ul li:after {
	display: none;
}

@media screen and (max-width: 700px) {
	.medical .offers h2, .legal .offers h2, .property .offers h2 {
		margin: 0 0 40px 0;
	}
}
.medical .cta-row, .legal .cta-row, .property .cta-row {
	text-align: center;
	margin: 50px 0 60px 0;
}
.medical .cta-row .top, .legal .cta-row .top, .property .cta-row .top {
	font-size: 1.77rem;
	font-weight: 300;
	line-height: 41px;
	margin: 0 0 15px 0;
}
.medical .cta-row .top .bold, .legal .cta-row .top .bold, .property .cta-row .top .bold {
	color: #B91E00;
}

.industries .row:not(.row-1) {
	margin-bottom: 10px;
}
@media screen and (max-width: 700px) {
	.industries .row:not(.row-1) {
		margin-bottom: 60px;
	}
}
.industries .grid-2 .col-1 {
	background-image: url("../img/legal.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 700px) {
	.industries .grid-2 .col-1 {
		background-image: none;
	}
}
.industries .grid-2 .col-2 {
	background-image: url("../img/home.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 700px) {
	.industries .grid-2 .col-2 {
		background-image: none;
	}
}
.industries .grid-2 .item {
	text-align: center;
	padding: 40px 40px 120px 40px;
}
@media screen and (max-width: 700px) {
	.industries .grid-2 .item {
		padding: 0;
		margin: 0 0 60px 0;
	}
}
.industries .grid-2 .item:last-child {
	margin-bottom: 0;
}
.industries .grid-2 .item h2 {
	margin: 0 0 20px 0;
}
.industries .grid-2 .item .lead {
	font-size: 1.33rem;
	margin: 0 0 20px 0;
}
.industries .grid-2 .item p:not(.lead) {
	font-size: 0.88rem;
	line-height: 28px;
}
.industries .phone-info {
	text-align: center;
	margin: 50px 0 60px 0;
}
.industries .phone-info .top {
	font-size: 1.77rem;
	font-weight: 300;
	line-height: 41px;
	margin: 0 0 15px 0;
}
.industries .phone-info .top .bold {
	color: #B91E00;
}
.industries .phone-info p {
	font-size: 1.22rem;
	font-weight: 300;
	line-height: 30px;
	margin: 0 0 20px 0;
}
.industries .phone-info a.phone {
	color: #B91E00;
	font-size: 42px;
	font-weight: bold;
	letter-spacing: 1.83px;
	line-height: 57px;
	text-transform: uppercase;
}
.industries .row-6 {
	background-color: #0a0f10;
}
@media screen and (max-width: 700px) {
	.industries .row-6 {
		background-color: transparent;
	}
}
.industries .row-6 .col-2 {
	padding-left: 30px;
	padding-right: 20px;
}
@media screen and (max-width: 700px) {
	.industries .row-6 .col-2 {
		padding-left: 0;
		padding-right: 0;
	}
}

body.popup {
	height: 100%;
	overflow: hidden;
}
body.popup:after {
	content: "";
	display: block;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 150;
	background: rgba(0, 0, 0, 0.7);
}

#popup {
	display: none;
	max-width: calc(100vw - 20px);
	width: 1080px;
	min-height: 80vh;
	max-height: 90vh;
	overflow-y: auto;
	border: 1px solid #B91E00;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 80px 70px 70px 70px;
	background: #fff;
	z-index: 200;
	text-align: center;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 700px) {
	#popup {
		padding: 50px 10px 10px 10px;
	}
}
body.popup-free #popup .contact .pricing {
	display: none;
}
body.popup-free #popup .contact .free {
	display: block;
}
body.popup #popup {
	display: block;
}
#popup.thanks {
	min-height: 0;
}
#popup.thanks .contact, #popup.thanks .error {
	display: none;
}
#popup.thanks .thanks {
	display: block;
}
#popup.error {
	min-height: 0;
}
#popup.error .contact, #popup.error .thanks {
	display: none;
}
#popup.error .error {
	display: block;
}
#popup .alert {
	color: #B91E00;
	margin: 0;
	font-size: 1.2rem;
}
#popup .close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	font-size: 2.77rem;
	line-height: 1;
	background: none;
	border: none;
	cursor: pointer;
}
@media screen and (max-width: 700px) {
	#popup .close {
		width: 25px;
		height: 25px;
		font-size: 1.28rem;
	}
}
#popup .close i {
	color: #CBCBCE;
}
#popup .contact h2 {
	font-size: 2.22rem;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 55px;
	margin: 0 0 25px 0;
	text-transform: capitalize;
}
#popup .contact .lead {
	margin: 25px 0;
}
#popup .contact .free, #popup .contact .pricing {
	margin: 0 0 20px 0;
}
#popup .contact .free {
	display: none;
}
#popup .thanks, #popup .error {
	display: none;
}
#popup .thanks img, #popup .error img {
	display: block;
	margin: 0 auto 30px auto;
}
#popup .thanks h2, #popup .error h2 {
	font-size: 2.22rem;
	font-weight: 600;
	letter-spacing: 0.8px;
	line-height: 55px;
	margin: 0 0 10px 0;
	color: #417505;
}
#popup .thanks .lead, #popup .error .lead {
	margin: 0 0 20px 0;
	color: #417505;
}

#contact-form .form-row {
	text-align: left;
}
#contact-form .form-row:after {
	content: "";
	display: block;
	clear: both;
}
#contact-form input[type=text] {
	width: calc(0.5 * (100% - 40px));
	padding: 10px 10px 15px 10px;
	float: left;
	display: inline-block;
	border: 1px solid #CBCBCE;
	margin: 0 40px 40px 0;
}
@media screen and (max-width: 700px) {
	#contact-form input[type=text] {
		width: 100%;
		margin: 0 0 40px 0;
	}
}
#contact-form input[type=text]:nth-child(2n) {
	margin-right: 0;
}
#contact-form input[type=text].company {
	width: 100%;
}
#contact-form .label {
	width: calc(0.5 * (100% - 40px));
	float: left;
	margin: 0 40px 40px 0;
}
@media screen and (max-width: 700px) {
	#contact-form .label {
		width: 100%;
		margin: 0 0 40px 0;
	}
}
#contact-form .label:nth-child(2n) {
	margin-right: 0;
}
#contact-form .label input {
	margin: 0;
	width: 100%;
	float: none;
}
#contact-form .label label {
	width: 100%;
	display: block;
	text-align: left;
	color: #CBCBCE;
	margin: 0 0 5px 0;
	font-size: 10px;
	text-transform: uppercase;
}
#contact-form .label label * {
	color: #CBCBCE;
}
#contact-form textarea {
	width: 100%;
	padding: 5px 10px 15px 10px;
	border: 1px solid #CBCBCE;
	min-height: 200px;
}

.page-404 h1 {
	color: #B91E00;
}
.page-404 .textarea {
	text-align: center;
}