html, body {
	height: 100%;
	min-height: 100%;
}
body {
	color: #333;
	font-family: 'Carrois Gothic', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
	position: relative;
	background: #f4f5f7;
}
body {
	color: #fff;
	background: url('../../assets/images/site-bg.jpg') no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
/*.preview-block {
	background: url('../../assets/images/site-bg.jpg') no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}*/
input, button, select, textarea {
	font-family: 'Carrois Gothic', sans-serif;
}
#page { min-height: 100%; }
#page {background-color: rgba(77, 77, 77, 0.75);}
#main {
	padding-bottom: 170px;
	padding-top: 115px;
}
.home #content {
	padding-bottom: 0;
}
img {
	width: 100%;
}
img.noresize, form img { width: auto !important; max-width: 100% !important;}
img.noresize {
	margin: 0 5px;
}
img.round {
	border-radius: 50%;
	box-shadow: 6px 6px 25px 0px #333;
	moz-border-radius: 50%;
	moz-box-shadow: 6px 6px 25px 0px #333;
	webkit-border-radius: 50%;
	webkit-box-shadow: 6px 6px 25px 0px #333;
}
.pageWrapper {
	height: 100%;
	min-height: 100%;
	position: relative;
	
}
#SiteFooter {
	background-color: #3c3c3c;
	clear: both;
	color: #fff;
	height: 170px;
	margin-top: -170px;
	position: relative;
	width: 100%;
}
p {
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}
.content-wrapper img {
	width: 100%;
}
.contact {
	float: left;
	height: 100%;
	overflow: hidden;
	overflow-wrap: break-word;
	white-space: nowrap;
	width: 100%;
}
.sub-content h1 {
	border-bottom: 1px solid #757575;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.entry-content h1 {
	color: #e7e7e7;
	font-size: 1.75em;
	font-weight: 200;
	line-height: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.entry-content {
	padding-bottom: 20px;
	position: relative;
}
.modal-header h3 {
	color: #222222;
	font-size: 1.5em;
	font-weight: 300;
	text-transform: capitalize;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Carrois Gothic', sans-serif;
}
h1, h2, h3 {
	margin: 10px auto;
}
/*.blog .entry-title, .blog .entry-title a, h1, h2, h3, h4, h5, h6, .entry-title, .entry-title a, .post-date, .singular .entry-title, .singular .entry-title a, article .entry-title, article .entry-title a {
	color: #757575;
}*/
h1 {
	font-size: 2em;
	font-weight: 400;
}
h5 {
	color: #333;
	font-size: 1.5em;
	margin-bottom: 20px;
}
a { color: #e5e5e5; text-decoration: underline; }

a:hover,
a:focus,
a:active {
	color: #ffffff;
	filter: alpha(opacity=60);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	moz-opacity: 0.60;
	moz-transition: opacity .5s ease-in-out;
	ms-transition: opacity .5s ease-in-out;
	opacity: 0.6;
	o-transition: opacity .5s ease-in-out;
	text-decoration: none;
	transition: opacity .5s ease-in-out;
	webkit-transition: opacity .5s ease-in-out;
}
.btn-custom {
	background-color: #454545;
	background-image: none;
	border-color: #454545 #454545 #353535;
	border-color: rgba(69, 69, 69, 1) rgba(69, 69, 69, 1) rgba(53, 53, 53, 1);
	color: #fff;
	filter: none;
	text-shadow: none;
	text-transform: uppercase;
}
.btn-custom:hover,
.btn-custom:active,
.btn-custom.active,
.btn-custom.disabled,
.btn-custom[disabled] {
	background-color: #f4f5f7;
	background-image: none;
	color: #454545;
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	moz-opacity: .7;
	moz-transition: opacity .25s ease-in-out;
	ms-transition: opacity .25s ease-in-out;
	opacity: .7;
	o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
	webkit-transition: opacity .25s ease-in-out;
}
.action-caption {
	clear: both;
	float: left;
	text-align: center;
	width: 100%;
}
.action-caption h3 {
	font-size: 20px;
	font-weight: 200;
	line-height: 22px;
	text-transform: uppercase;
	word-spacing: 1px;
}
.action-caption p {
	font-size: .9em;
	font-weight: 200;
	line-height: 100%;
}
.centered {
	clear: both;
	float: right;
	left: -50%;
	position: relative;
}
i.circle {
	display: block;
	float: left;
	position: relative;
}
.circle {
	background-color: #222222;
	border-radius: 50%;
	box-sizing: border-box;
	color: white;
	display: inline-block;
	display: -moz-inline-stack;
	font-size: 50px;
	height: 100px;
	line-height: 105px;
	max-width: 100%;
	moz-border-radius: 50%;
	moz-box-sizing: border-box;
	ms-border-radius: 50%;
	o-border-radius: 50%;
	position: relative;
	text-align: center;
	vertical-align: middle;
	webkit-border-radius: 50%;
	webkit-box-sizing: border-box;
	width: 100px;
	word-spacing: 1px;
	zoom: 1;
}
.circle .circ {
	background: none;
	border: 1px solid #222222;
	border-radius: 50%;
	box-sizing: border-box;
	height: 100%;
	left: 0;
	moz-border-radius: 50%;
	moz-box-sizing: border-box;
	moz-transition-duration: 275ms;
	moz-transition-property: all;
	moz-transition-timing-function: cubic-bezier(0.53, -0.67, 0.73, 0.74);
	ms-border-radius: 50%;
	o-border-radius: 50%;
	opacity: 0;
	o-transition-duration: 275ms;
	o-transition-property: all;
	o-transition-timing-function: cubic-bezier(0.53, -0.67, 0.73, 0.74);
	position: absolute;
	top: 0;
	transition-duration: 275ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.53, -0.67, 0.73, 0.74);
	webkit-border-radius: 50%;
	webkit-box-sizing: border-box;
	webkit-transition-duration: 275ms;
	webkit-transition-property: all;
	webkit-transition-timing-function: cubic-bezier(0.53, -0.67, 0.73, 0.74);
	width: 100%;
}
.action a:hover .circ, .action a:focus .circ, .actions a:active .circ {
	moz-transform: scale(1.15);
	moz-transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
	ms-transform: scale(1.15);
	opacity: 1;
	o-transform: scale(1.15);
	o-transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
	transform: scale(1.15);
	transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
	webkit-transform: scale(1.15);
	webkit-transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
}
.action a:hover h3, .action a:hover img {
	background-image: none;
	filter: alpha(opacity=60);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	moz-opacity: 0.60;
	moz-transition: opacity .5s ease-in-out;
	ms-transition: opacity .5s ease-in-out;
	opacity: 0.6;
	o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	webkit-transition: opacity .5s ease-in-out;
}
.action .row-fluid .span4 {
	border-top: 1px solid #CCC;
	padding-top: 20px;
}
.copyright {
	font-size: .9em;
	font-weight: 200;
	text-align: center;
}
.centered {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearfix, .clear-form {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}
.page-heading {
	background: #f4f5f7;
	clear: both;
	padding: 20px 0 45px 0;
}
.inner-page-content img {
	width: 100%;
}
.sticky-header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1030;
	background: url('../../assets/images/header-bg.png') no-repeat center;
	background-size: cover;
}
.top-menu {
	background-color: rgba(213, 213, 213, 0.5);
	clear: both;
	padding: 20px;
}
.nav-menu {
	background: #1F48A0;
	clear: both;
}
.nav-menu .navbar-collapse {
	padding: 0;
}
.inner-page-content img {
	width: 100%;
}
.desktop .rm-table, .tablet .rm-table {
	display: table;
}
.desktop .rm-table .rm-table-row, .tablet .rm-table .rm-table-row {
	display: table-row;
}
.desktop .rm-table .rm-table-row [class*="col-md-"], .tablet rm-table .rm-table-row [class*="col-md-"] {
	display: table-cell;
	float: none;
	vertical-align: middle;
}
.site-name h1 {
	color: #1F48A0;
	font-size: 2.5em;
	line-height: initial;
	margin: 0;
	padding: 0;
}
.shrink .sitelogo img {
	margin: 0 50% 0 0;
	moz-transition: all .5s ease-in-out;
	ms-transition: all .5s ease-in-out;
	o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	webkit-transition: all .5s ease-in-out;
	width: 50%;
}
.unshrink .sitelogo img {
	margin: 0 auto;
	width: 100%;
	moz-transition: all .5s ease-in-out;
	ms-transition: all .5s ease-in-out;
	o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	webkit-transition: all .5s ease-in-out;
}
.top-menu {
	height: initial;
	moz-transition: all ease-in-out;
	ms-transition: all ease-in-out;
	o-transition: all ease-in-out;
	transition: all ease-in-out;
	webkit-transition: all ease-in-out;
}
.top-menu.shrink {
	padding: 0 20px;
	moz-transition: all .85s ease-in-out;
	ms-transition: all .85s ease-in-out;
	o-transition: all .85s ease-in-out;
	transition: all .85s ease-in-out;
	webkit-transition: all .85s ease-in-out;
}
.top-menu.unshrink {
	padding: 20px;
	moz-transition: all .85s ease-in-out;
	ms-transition: all .85s ease-in-out;
	o-transition: all .85s ease-in-out;
	transition: all .85s ease-in-out;
	webkit-transition: all .85s ease-in-out;
}
/*.top-menu.shrink .rm-table {
	opacity: 0;
}*/
.site-logo h1 {
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
#nav {
	display: block;
	float: left;
	left: 50%;
	margin: 0px 0px 0 0;
	position: relative;
}
.nav-center {
	float: right;
	left: -50%;
	position: relative;
}
.navbar {
	background: none;
	border: none;
	margin-bottom: 0;
	min-height: initial;
	padding: 10px 0;
}
.navbar .nav {
	color: #222222;
	letter-spacing: 1px;
	margin: 0;
	text-transform: capitalize;
	z-index: 99;
}
.in .navbar .nav > li > a {
	border: none;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar .nav > .current-category-ancestor > a, .navbar .nav > .current-post-parent > a {
	background-color: #f4f5f7;
	box-shadow: none;
	color: #131313;
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	moz-box-shadow: none;
	moz-opacity: 1;
	opacity: 1;
	text-decoration: none;
	webkit-box-shadow: none;
}
.navbar .nav > li > a {
	border: 1px solid #eee;
	color: #131313;
	font-family: 'Carrois Gothic', sans-serif;
	font-size: 12px;
	margin: 5px auto;
	font-weight: 600;
	text-shadow: none;
	text-transform: uppercase;
	background: #d5d5d5;
}
.navbar .nav > li.home-logo > a {
	border: none;
}
.navbar .nav > li:first-child > a {
	margin-left: 0;
}
.navbar .nav > li:last-child > a {
	margin-right: 0;
}
.navbar .nav > li > a:hover, .navbar .nav > li.active > a:hover, .blog-nav .nav li a:hover {
	color: #131313;
	moz-transition: all .5s ease-in-out;
	ms-transition: all .5s ease-in-out;
	o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	webkit-transition: all .5s ease-in-out;
}
.entry-title, .entry-title a {
	color: #222222;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #222222;
	text-decoration: none;
}
.footer ul, .footer li {
	list-style: none;
	margin-left: 0;
}
.footer a {
	color: #222;
}
.footer li.title {
	font-weight: 700;
}
.footer .sub-menu {
	margin-top: 10px;
}
.footer .sub-menu a {
	color: #f1f1f1;
	font-size: .9em;
	font-weight: 300;
	padding: 2.5px 0px;
	text-transform: none;
}
.footer li a {
	color: #fff;
	font-weight: 700;
	padding: 10px 0px;
	text-transform: uppercase;
}
.copyright { font-size: .9em; }
#error.item {
	background: #f89406;
	color: #fff;
}
.inner-content {
	clear: both;
	margin: 10px auto;
	width: 100%;
}
.inner-page-content .box {
	min-height: 375px;
}
.inner-page-content.videos .box {
	min-height: 100%;
}
.inner-page-content .box.upgrade {
	min-height: initial;
}
.inner-page-content .box.upgrade .btn {
	padding: 4px 10px 4px;
}
.inner-page-content h1, .inner-page-content h2, .inner-page-content h3, .inner-page-content h4, .inner-page-content h5 {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.page .inner-page-content .entry-meta {
	display: none;
}
.input-progress {
	clear: both;
	margin: 10px 15%;
	width: 70%;
}
.input-progress .bar, .input-progress .progress {
	height: auto;
	text-transform: uppercase;
}
.error {
	background-color: #B81900;
	border: 2px solid #BE2E17;
	color: white;
	font-size: 14px;
	margin: 0;
	margin-bottom: 20px;
	padding: 5px 2.5%;
	width: 95%;
}
.showtip {
	position: absolute;
	right: 0;
	top: 0;
}
.newline {
	clear: both;
}
.inner-page-content .inner {
	margin: 10px auto;
}
.fineprint {
	color: #eee;
	font-size: 11px;
	line-height: 1.5em;
}
.fineprint a {color: #eee; text-decoration: underline;}
.menu-item .sub-menu {
	display: none;
}
.menu-item.open .sub-menu {
	display: block;
}
.footer .menu-item .sub-menu {
	display: block;
}
hr {
	clear: both;
}
hr.light {
	border-bottom: none;
	border-top: 1px solid #DDD;
}
ul.nobullets, ul.nobullets li {
	list-style: none;
}
form {
	margin: 0;
}
.frm_hidden {display: none;}
.gform_wrapper, frm_form_fields  {
	clear: both;
	margin: 25px auto;
}
.gform_wrapper.centered_wrapper {
	display: block;
	float: left;
	left: 50%;
	position: relative;
}
.gform_wrapper.nocenter_wrapper {
	float: none;
	left: inherit;
	width: 100%;
}
.gform_body ul, .gform_body li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gform_body li.gfield.newline {
	margin-left: 0;
}
.nolabel label {
	display: none;
	visibility: hidden;
}
.horizontal_radio.form-inline .frm_primary_label {
	clear: both;
	width: 100%;
}
.horizontal_radio.form-inline {
	margin-bottom: 10px;
}
.gform_body textarea {
	width: 100%;
}
.gform_footer {
	clear: both;
	text-align: center;
}
.standard .gform_footer {
	padding-top: 20px;
	text-align: center;
}
.gform_validation_container {
	display: none !important;
}
.frm_none_container label.frm_primary_label, .frm_none_container label, .none label {
	display: none;
}
.frm_hidden_container label.frm_primary_label, .frm_pos_hidden, .frm_hidden_container label {
	visibility: hidden;
}
.gfield_html {
	margin: 10px auto -20px auto;
}
.padtext.gfield_html {
	margin: 20px auto;
}
.standard label {
	font-size: 1.25em;
}
.standard .ginput_complex label {
	font-size: 1em;
}
.gfield_checkbox label {
	font-size: 1em;
}
.frm_description, .gfield_description {
	color: #aaa;
	font-size: .75em;
	line-height: 110%;
	text-align: center;
}
.bigdesc .frm_description {
	font-size: 1em;
	margin-top: 5px;
}
.radio input.radio, .checkbox input.checkbox {
	margin-top: 0;
}
.gfield input[type="checkbox"] {
	float: left;
	margin-right: 5px;
	width: auto;
}
.gfield_checkbox label {
	display: inline-block;
}
.ginput_left {
	float: left;
	margin-right: 2.5%;
	width: 45%;
}
.ginput_right {
	float: right;
	margin-left: 2.5%;
	width: 45%;
}
.frm_required, .gfield_required {
	color: red;
	margin-left: 2px;
}
.frm_primary_label {
	font-weight: 400;
}
.form-footer p {
	text-align: center;
}
.action-caption .gform_footer {
	width: 190px;
}
.gform_confirmation_message_2 {
	color: #222222;
	font-size: .9em;
	font-weight: 200;
	text-transform: lowercase;
}
input:-moz-placeholder, textarea:-moz-placeholder {
	color: #222222;
	font-family: 'Carrois Gothic', sans-serif;
	font-size: .9em;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #222222;
	font-family: 'Carrois Gothic', sans-serif;
	font-size: .9em;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #222222;
	font-family: 'Carrois Gothic', sans-serif;
	font-size: .9em;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, select {
	font-family: 'Carrois Gothic', sans-serif;
	padding: 4px;
	width: 100%;
}
.frm_submit {clear: both; margin: 20px auto;}
.frm_submit .frm_ajax_loading {display: none;}

.gform_body li.gfield, .frm_form_field input, .frm_form_field select {
	margin: 5px 0;
	padding: 0 5px;
	color: #222222;
}

.gfield_radio li {
	clear: both;
	margin: 5px;
}
.gfield_radio li input {
	border: none;
	box-shadow: none;
	float: left;
	width: 15px;
}
.gfield_radio li label {
	float: left;
	font-weight: 200;
	margin: 7.5px 0 0 7.5px;
}
.modal-footer {
	text-align: center;
}
#QuoteModal .modal-footer span {
	color: #003f29;
	font-size: 30px;
	font-weight: 600;
}
.form-footer {
	clear: both;
	float: left;
	margin-top: 25px;
	text-align: center;
	width: 100%;
}
.hero {
	position: relative;
}
.hero .mask {
	background-color: rgba(244, 245, 247, 0.25);
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
/*.caption-wrapper {
	background-color: rgba(244, 245, 247, 0.75);
	border-radius: 10px;
	bottom: 10%;
	box-shadow: 6px 6px 25px 0px #333;
	left: 10%;
	moz-border-radius: 10px;
	moz-box-shadow: 6px 6px 25px 0px #333;
	padding: 20px;
	position: absolute;
	webkit-border-radius: 10px;
	webkit-box-shadow: 6px 6px 25px 0px #333;
	width: 40%;
}*/
.hero .caption-wrapper {
	border-radius: 50%;
	bottom: initial;
	height: 300px;
	left: initial;
	moz-border-radius: 50%;
	padding: 35px;
	right: 10%;
	top: 2.5%;
	webkit-border-radius: 50%;
	width: 300px;
}
.hero .caption-wrapper h1 {
	color: #003f29;
	font-size: 1.75em;
	font-weight: 400;
	margin: 5px auto;
	padding: 10px;
	text-align: center;
	text-shadow: 2px 3px 3px rgba(128, 128, 128, .5);
}
.hero .caption-wrapper h1:first-child {
	margin-top: 35px;
}
.hero .caption-wrapper h1:first-child:before {
	color: #757575;
	content: '\201C';
	font-family: serif;
	font-size: 75px;
	font-weight: bolder;
	margin-left: -40px;
	padding: 15px 10px 10px 0;
	position: absolute;
	top: 48px;
}
.hero .cta {
	text-align: center;
	width: 100%;
}
.hero .cta .btn {
	text-transform: capitalize;
}
.call-out .circle {
	background: none;
	border: 6px solid;
	color: #003f29;
	font-size: initial;
	left: initial;
	margin-right: 10px;
	padding: 0 5px;
}
.call-out .circle img {
	margin-top: -20px;
}
.home-page section {
	padding: 100px 0;
	position: relative;
}
.home-page section.slider {padding: 0;}
.slider .carousel-inner {padding: 0; margin: 0 auto;}

.box {
	background-color: rgba(0, 63, 41, 0.05);
	border-radius: 10px;
	box-shadow: 6px 6px 25px 0px #333;
	color: #222222;
	moz-border-radius: 10px;
	moz-box-shadow: 6px 6px 25px 0px #333;
	padding: 20px;
	position: relative;
	webkit-border-radius: 10px;
	webkit-box-shadow: 6px 6px 25px 0px #333;
}
.box h3 {
	color: #003f29;
	padding-top: 10px;
	text-align: center;
}
.box.next {
	background-color: rgba(122,183,109,.5);
}
.box.support {
	background-color: rgba(6,154,190,.5);
}
.box.recap {
	background-color: rgba(187,207,94,.5);
}
.featured-boxes .row.bumpup {
	margin-top: -140px;
}
.featured-boxes {
}
.box .copy {
	clear: both;
	margin: 10px auto;
	width: 100%;
}
.box img.box-image, .box .box-image img {
	border-radius: 10px;
	box-shadow: 3px 3px 12px 0px #ddd;
	moz-border-radius: 10px;
	moz-box-shadow: 3px 3px 12px 0px #ddd;
	webkit-border-radius: 10px;
	webkit-box-shadow: 3px 3px 12px 0px #ddd;
}
.footer-menu .menu-item .sub-menu {
	display: block;
}
.footer-wrap {
	font-size: .9em;
	padding: 50px 0 10px 0 !important;
}
.footer-wrap p {
	font-size: .9em;
}
.footer-wrap .left {
	text-align: left;
}
.footer-wrap .right {
	text-align: right;
}
.footer-wrap a {
	color: #f4f5f7;
}
.footer-wrap a:hover {
	text-decoration: underline;
}
.page-bottom h3, .page-bottom h1.widget-title {
	border-bottom: 1px solid #e1e1e1;
	font-size: 24px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.page-bottom .col-md-4:first-child, .page-bottom .col-md-4:first-child h3 {
	text-align: left;
}
.page-bottom .col-md-4:last-child, .page-bottom .col-md-4:last-child h3, .page-bottom .col-md-4:last-child h1 {
	text-align: right;
}
.footer-menu {
	list-style: none;
	padding: 0;
}
.footer-menu .sub-menu {
	list-style: none;
	padding-left: 10px;
	text-transform: lowercase;
}
.story-recap ul {
	list-style: none;
}
.social {
	float: right;
	margin: 0;
}
.footer-wrap .social {
	float: none;
	display: inline-block;
}
.footer-wrap .social-widget {
	float: left;
	width: 100%;
	text-align: center;
}
.social-item {
	background: #ffffff;
	border-radius: 50%;
	float: left;
	font-size: 2em;
	margin-right: 5px;
	moz-border-radius: 50%;
	padding: 5px;
	position: relative;
	text-align: center;
	webkit-border-radius: 50%;
}
.social-item a {
	color: #d5d5d5;
}

.social-item a:hover {
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	moz-opacity: 1;
	opacity: 1;
	text-decoration: none;
}

.author-social a.facebook:hover, .social-item a.facebook:hover { color: #3b5998; }
.author-social a.twitter:hover, .social-item a.twitter:hover { color: #00acee; }
.author-social a.instagram:hover, .social-item a.instagram:hover { color: #517fa4; }
.author-social a.pinterest:hover, .social-item a.pinterest:hover { color: #ca1f27; }
.author-social a.myspace:hover, .social-item a.myspace:hover { color: #030303; }
.author-social a.google:hover, .social-item a.google:hover { color: #dd4b39; }
.author-social a.tumblr:hover, .social-item a.tumblr:hover { color: #2c4762; }
.author-social a.linkedin:hover, .social-item a.linkedin:hover { color: #0e76a8; }

.footer-wrap .circle {
	background: #ed2836;
	float: left;
	font-size: 15px;
	height: 30px;
	left: 0;
	line-height: 33px;
	margin-right: 5px;
	margin-top: 5px;
	width: 30px;
}
.footer-wrap h4 {
	padding-top: 10px;
	text-align: center;
}
.newsletter .gform_wrapper {
	clear: initial;
	float: right;
	margin: auto;
	width: 90%;
}
.newsletter p {
	clear: both;
	color: #f4f5f7;
	font-size: 12px;
	text-align: center;
	width: 100%;
}
.newsletter .gform_body {
	float: left;
	width: 65%;
}
.newsletter .gform_footer {
	clear: initial;
	float: right;
	margin-top: 5px;
	width: 35%;
}
.key-points {
	background-color: rgba(0, 63, 41, 0.05);
	color: #222222;
	padding-top: 80px;
}
.key-points .box {
	background: #ffffff;
	min-height: 525px;
	padding-bottom: 60px;
}
.circle.white {
	background-color: #f4f5f7;
	color: #003f29;
}
.key-points .circle .glyphicon {
	top: 0;
}
.key-points .circle {
	border: 6px solid #003f29;
	box-shadow: 6px 6px 25px 0px #333;
	display: inline-block;
	float: none;
	left: 0;
	margin-top: -65px;
	moz-box-shadow: 6px 6px 25px 0px #333;
	webkit-box-shadow: 6px 6px 25px 0px #333;
}
.key-points .header {
	float: left;
	text-align: center;
	width: 100%;
}
.contact a {
	color: #fff;
	float: left;
	font-size: 16px;
}
.contact a span {
	margin-right: 5px;
}
.products .row {
	margin-bottom: 25px;
}
.products .list-group-item:nth-child(odd) {
	background-color: rgba(0, 63, 41, 0.05);
}
.products .product-title {
	color: #003f29;
	font-weight: 500;
}
.products .product-title span {
	margin-left: 20px;
}
.products .copy {
	background: #f4f5f7;
	border-radius: 10px;
	box-shadow: 3px 3px 12px 0px #ddd;
	clear: both;
	margin: 10px auto;
	moz-border-radius: 10px;
	moz-box-shadow: 3px 3px 12px 0px #ddd;
	padding: 10px;
	webkit-border-radius: 10px;
	webkit-box-shadow: 3px 3px 12px 0px #ddd;
}
.product-type {
	clear: both;
	font-weight: 600;
	margin-top: 5px;
	text-align: right;
}
.main-content.img-page .main-copy {
	background: #f4f5f7;
	border-radius: 10px;
	box-shadow: 6px 6px 25px 0px #333;
	margin-bottom: 50px;
	margin-top: -80px;
	moz-border-radius: 10px;
	moz-box-shadow: 6px 6px 25px 0px #333;
	padding: 20px 20px 20px 120px;
	webkit-border-radius: 10px;
	webkit-box-shadow: 6px 6px 25px 0px #333;
}
.main-content .circle.white {
	background: #fff;
	border: 6px solid #003f29;
	margin: -25px 10px 0 0px;
}
.contact-servco .main-contact .circle.white {
	margin-top: 0;
}
.services .circle.white .icon:before {
	content: "\e108";
}
.services .block-one {
	background-color: rgba(0, 63, 41, 0.05);
}
.services .block-three {
	background-color: rgba(48, 104, 158, 0.05);
}
.services .call-out .circle {
	background: #fff;
}
.services .call-out .circle img {
	height: 75%;
	width: 75%;
}
.products .product-title .quote {
	float: right;
}
.geolocal .textwidget {
	padding-left: 75px;
}
.geolocal .textwidget:before {
	color: #003e29;
	content: "\e081";
	content: attr(data-icon);
	float: left;
	font-family: 'ElegantIcons';
	font-size: 75px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin-left: -75px;
	moz-osx-font-smoothing: grayscale;
	speak: none;
	text-transform: none;
	webkit-font-smoothing: antialiased;
}
.planner h3 {
	font-size: 1.25em;
	font-weight: 200;
	letter-spacing: 5px;
	text-align: center;
	text-transform: uppercase;
}
.planner .gform_body > ul {
	text-align: center;
}
.planner .gform_body > ul > li.gfield {
	display: inline-block;
	float: none;
}
.planner .gform_body {
	text-align: center;
}
form.planner {
	margin: 10px auto;
	width: inital;
}
.planner .gfield_label {
	display: none;
}
#gform_wrapper_3 {
	display: block;
	float: left;
	left: 0;
	position: relative;
}
article #gform_wrapper_3 {
	left: 50%;
}
.planner .gform_body li.gfield, .planner .gform_body .nav-center ul.nav-center-right li {
	float: left;
}
.planner .gform_footer {
	text-align: center;
}
.planner .gform_footer input[type="submit"] {
	margin: 20px auto;
	padding: 10px 20px;
}
.planner .gfield_radio li {
	display: inline-block;
}
.planner textarea, .planner input[type="text"], .planner input[type="email"], .planner input[type="tel"], .planner select {
	margin: 0 5px;
	padding: 7.5px;
}
.planner textarea {
	margin: 0 auto;
	width: 400px;
}
.planner select {
	height: 40px;
	margin-top: 5px;
}
.planner .gfield_radio label {
	background-color: #d1d1d1;
	border-radius: 5px;
	display: block;
	float: none;
	font-weight: 100;
	moz-border-radius: 5px;
	moz-transition: all 275ms;
	ms-border-radius: 5px;
	o-border-radius: 5px;
	o-transition: all 275ms;
	padding: 5px;
	text-transform: uppercase;
	transition: all 275ms;
	webkit-border-radius: 5px;
	webkit-transition: all 275ms;
	width: 160px;
	z-index: 1;
}
.planner .squeeze .gfield_radio label {
	display: inline-block;
	font-size: 0.9em;
	margin: 0;
	padding: 5px;
	width: 120px;
}
.planner .gfield_radio input {
	display: none;
}
.planner .gfield_radio li:nth-child(4n) {
	clear: both;
}
.planner .squeeze .gfield_radio li:nth-child(4n) {
	clear: none;
}
.planner .gfield_radio input[type="radio"]:checked+label {
	background-color: #1F48A0;
	color: #fff;
}
.custom-radio .info.active,
.custom-checkbox .info.active,
.custom-select .info.active {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	opacity: 0.9;
	pointer-events: auto;
}
.custom-radio .check,
.custom-checkbox .check,
.custom-select .check {
	bottom: 3px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	font-size: 13px;
	moz-transform: scale(1.2);
	moz-transition: all 275ms;
	ms-transform: scale(1.2);
	opacity: 0;
	o-transform: scale(1.2);
	o-transition: all 275ms;
	position: absolute;
	right: 10px;
	transform: scale(1.2);
	transition: all 275ms;
	webkit-transform: scale(1.2);
	webkit-transition: all 275ms;
}
.custom-radio.active .check,
.custom-checkbox.active .check,
.custom-select.active .check {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	moz-transform: scale(1);
	ms-transform: scale(1);
	opacity: 1;
	o-transform: scale(1);
	transform: scale(1);
	webkit-transform: scale(1);
}
.custom-radio:hover, .custom-radio:focus, .custom-radio:active, .custom-radio.active, .custom-radio .info {
	background: #ee6557;
}
#ProjectModal .modal-content {
	text-align: center;
}
.planner .gfield_radio label:hover {
	cursor: pointer;
}
.landing-page .hero-block {
	background: url('../../assets/images/landing-hero-back.jpg') no-repeat center;
	background-attachment: fixed;
	background-size: cover;
	padding-bottom: 250px;
}
.hero-bubble {
	background-color: rgba(244, 245, 247, 0.7);
	float: right;
	margin-right: 25px;
	padding: 2em 4em;
	position: relative;
	width: 40%;
}
.hero-bubble h1 {
	color: #1F48A0;
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing: 20px;
	text-align: center;
	text-transform: uppercase;
}
.hero-bubble p {
	color: #1F48A0;
	font-size: 1.375em;
	font-weight: 100;
	letter-spacing: 2px;
	line-height: 1.1em;
	text-align: center;
	text-transform: uppercase;
}
.hero-bubble::after {
	border-color: transparent rgba(244, 245, 247, 0.7) transparent transparent;
	border-style: solid;
	border-width: 0px 4em 4em 0px;
	bottom: -4em;
	content: "";
	display: block;
	height: 0px;
	left: 3em;
	position: absolute;
	width: 0px;
}
.more-indicator {
	bottom: 25px;
	color: #777777;
	font-size: 2em;
	left: 0px;
	position: absolute;
	right: 0px;
	text-align: center;
	width: 100%;
}
.more-indicator:hover {
	cursor: pointer;
}
.landing-page .cta-top {
	background-color: #89a01f;
}
.landing-page section.odd {
	background-color: #f4f5f7;
}
.landing-page section.even {
	background-color: #F26419;
}
.landing-page section h1 {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.landing-page section.summary-block h1 { color: #ce524c; }
.landing-page .cta-top h1 {
	color: #f4f5f7;
}
.landing-page section.odd h1 {
	color: #a0371f;
}
.landing-page section.even h1 {
	color: #f4f5f7;
}
section.odd .more-indicator {
	color: #a0371f;
}
.landing-page section:last-child .more-indicator {
	display: none;
}
.landing-page section.odd .copy {
	text-align: left;
}
.landing-page section.even .copy {
	text-align: right;
}
.copy ul {
	list-style: none;
	padding-left: 0;
}
.copy ul li:before {
	color: #1f48a0;
	content: "E";
	float: left;
	font-family: "ElegantIcons";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin-right: 10px;
	margin-top: 5px;
	text-transform: none;
}
.copy ul li {
	color: #131313;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.copy ul li:nth-child(odd) {
	color: #a0371f;
}
.read-more-btn {
	clear: both;
	float: left;
	font-size: 2em;
	margin: 20px auto;
}
.odd .read-more-btn {
	color: #a0371f;
}
.even .read-more-btn {
	color: #f4f5f7;
	float: right;
}
p.focus {
	font-size: 28px;
	letter-spacing: 2px;
	line-height: 1.2em;
	word-spacing: 2px;
}
.even p.focus {
	color: #ffffff;
}
.even .copy h3 {
	color: rgb(255, 255, 255);
	font-weight: bold;
	letter-spacing: 5px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.copy h3 i {
	color: rgb(221, 221, 221);
	font-size: 0.5em;
	font-variant: super;
	margin: 0px 5px;
}
.btn-cta {font-size: 22px; padding: 15px 45px; }
.btn-cta:hover {
	moz-transition: all 275ms;
	o-transition: all 275ms;
	transition: all 275ms;
	webkit-transition: all 275ms;
}
.landing-page section {
	text-align: center;
}
.site-scroll-top {
	background-color: #f4f5f7;
	color: #3c3c3c;
}
.site-scroll-top:hover {
	background-color: #3c3c3c;
	color: #f4f5f7;
}
.formula {
	color: #1F48A0;
}
.formula span {
	display: inline-block;
	font-size: 0.6em;
	margin-top: 6px;
	vertical-align: top;
}
.formula span.icon_pause_alt2 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4);
	moz-transform: rotate(-90deg);
	ms-transform: rotate(-90deg);
	webkit-transform: rotate(-90deg);
}
.landing-page .featured-projects .featured-graphic {
	position: relative;
}
.landing-page .featured-projects .project-graphic {
	left: 78px;
	position: absolute;
	right: 0px;
	top: 67px;
	width: 60%;
}
.page-bottom .footer-logo img {
	float: left;
	margin-right: 10px;
	width: 50px !important;
}
.page-bottom .footer-logo h1 {
	color: #f4f5f7;
	float: left;
}
.overlay {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.overlay.grey { background: rgba(0, 0, 0, 0.6); }
.overlay.blue { background: rgba(31, 72, 160, 0.75); }
.inner-page .sub-content.services { padding-top: 50px; }
.inner-page-content { padding: 0 0 50px 0; }
.form-page .inner-page-content { padding-top: 0; }
/*.orange .page-header { background-color: #f26419; }
.green .page-header { background-color: #89a01f; }
.light .page-header { background-color: #858592; }
.dark .page-header { background-color: #36413e; }*/
.inner-page .page-header {background: rgba(3, 3, 3, 0.5);}
.form-page .entry-content h3 { font-size: 16px; text-align: center; }
.jumbotron { background: #fff; }

.buy-links .buy-link a {float: left; width: 100%; margin: 10px auto;}

.buy-links .buy-link a img {
	display: inline-block;
	border: 1px solid #777;
	border-radius: 10px;
	border-radius: 5px;
	moz-border-radius: 10px;
	webkit-border-radius: 10px;
	background: #e4e5e7;
	color: #333;
	font-size: 0;
}
.buy-links .buy-link a:hover img {background: #fff;}

.desktop .rm-table, .tablet .rm-table{display:table;}
.desktop .rm-table .rm-table-row, .tablet .rm-table .rm-table-row{display:table-row;}
.desktop .rm-table .rm-table-row [class*="col-md-"], .tablet rm-table .rm-table-row [class*="col-md-"]{float:none;display:table-cell;vertical-align:middle;}

.author-headshot img {
	moz-box-shadow: 6px 6px 25px 0px #333;
	-webkit-box-shadow: 6px 6px 25px 0px #333;
	box-shadow: 6px 6px 25px 0px #333;
	border-radius: 25px;
	moz-border-radius: 25px;
	webkit-border-radius: 25px;
	
}

.home-page .summary-block { background: #e4e5e7; color: #333333; }
.home-page .preview-block { background: rgba(3, 3, 3, 0.5); color: #fff; }

.author-headshot {clear: both; margin-bottom: 25px;}
.author-social {list-style: none; padding: 0;}
.author-social li {
	display: inline-block;
	margin: 0 5px;
	font-size: 2em;
}
.author-social li:first-child {margin-left: 0;}
.author-social li:last-child {margin-right: 0;}
.author-social li a {
	background-color: rgb(255, 255, 255);
	line-height: 1em;
	border-radius: 5px;
	moz-border-radius: 5px;
	webkit-border-radius: 5px;
	height: 30px;
	display: inline-block;
	text-decoration: none;
}

#product-slider .slide-inner { background-color: rgba(213, 213, 213, 0.6); }
#product-slider .slide-inner .slide { float: left; width: 100%; padding: 50px; display: none;}
#product-slider .slide-inner .slide.active {
	display: inline-block;
	moz-transition: all .5s ease-in-out;
	ms-transition: all .5s ease-in-out;
	o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	webkit-transition: all .5s ease-in-out;
}
#product-slider .slide-inner .slide.inactive {
	display: none;
	moz-transition: all .5s ease-in-out;
	ms-transition: all .5s ease-in-out;
	o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	webkit-transition: all .5s ease-in-out;
}
#product-slider .slide-inner .slide .slide-text {margin-top: 20%;}
/*#product-slider .slide-inner .slide .slide-image img {
	moz-box-shadow: 6px 6px 25px 0px #333;
	-webkit-box-shadow: 6px 6px 25px 0px #333;
	box-shadow: 6px 6px 25px 0px #333;
}*/
	
blockquote {font-style: italic; border: none; padding-left: 0;}
.homepg {display: none !important;}
.home .homepg {display: table-cell !important;}
.home .menu-item-27 {display: none;}
.summary ul, .summary-block ul {list-style: none;}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	moz-box-shadow: 3px 3px 12px 0px #333;
	-webkit-box-shadow: 4px 3px 12px 0px #333;
	box-shadow: 3px 3px 12px 0px #333;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.video-link h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.1em;
	height: 2em;
}
.video-row, .video-sidebar .row {padding: 10px 0 25px 0;}
.video-row .container, .video-sidebar .row {
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px;
	padding-bottom: 25px;
}
.video-row .sharedaddy h3.sd-title {display: none;}
.video-row .sharedaddy {padding: 20px 0 0; color: transparent;}

.nav .mobile-home {display: none !important;}

/******************* Responsive Tweaks ***********************************/

@media (max-width:481px) {
	#SiteFooter {
		height: auto;
		margin-top: 0px;
		overflow: auto;
	}
	footer { margin-top: 0; }
	header { padding: 0; }
	#main { padding-bottom: 0; padding-top: 0px; }
	#page { height: auto; }
	.copyright { padding: 5px; }
	#nav { bottom: initial; top: 20px; }
	.navbar .nav > li > a { margin: 5px auto; }
	.sitelogo { float: left; margin-right: 10px; width: 55%; }
	.site-name h1 { display: none; }
	.landing-page section.even .copy, .landing-page section.odd .copy { text-align: center; }
	.footer-wrap .right, .footer-wrap .left { float: none; text-align: center; }
	.social { display: inline-block; float: none; }
	.footer-wrap .social { margin: 10px auto; }
	p.focus { font-size: 18px; }
	.home .nav .homepg{ display: inline-block !important; width: 100%; }
	.sticky-header {position: relative;}
	.nav .mobile-home {display: block !important;}
}
@media (min-width:482px) and (max-width:767px) {
	.home .nav .homepg{ display: inline-block !important; width: 100%; }
	.sticky-header {position: relative;}
	.nav .mobile-home {display: block !important;}
	#SiteFooter {
		height: auto;
		margin-top: 0px;
		overflow: auto;
	}
	footer { margin-top: 0; }
	header { padding: 0; }
	#main { padding-bottom: 0; padding-top: 140px; }
	#page { height: auto; }
	.copyright { padding: 5px; }
	#nav { bottom: initial; top: 20px; }
	.navbar .nav > li > a { margin: 5px auto;
	}
	.hero-bubble {
		display: block;
		margin: 0px auto;
		width: 100%;
	}
	.hero-bubble h1 {
		font-size: 1em;
	}
	.copy h3 i {
		display: inline-block;
	}
	.sitelogo {
		float: left;
		margin-right: 10px;
		width: 48px;
	}
	.site-name h1 {
		display: none;
	}
	.landing-page section.even .copy, .landing-page section.odd .copy {
		text-align: center;
	}
	.landing-page .featured-projects .project-graphic {
		left: 20%;
		top: 13px;
	}
	.footer-wrap .right, .footer-wrap .left {
		float: none;
		text-align: center;
	}
	.social {
		display: inline-block;
		float: none;
	}
	.footer-wrap .social {
		margin: 10px auto;
	}
	.even .read-more-btn, .odd .read-more-btn {
		float: none;
	}
	p.focus { font-size: 18px; }
	img {
		width: inherit;
	}
	.top-menu .rm-table-row > .col-md-1, .top-menu .rm-table-row > .col-md-6 {
		float: left;
	}
	.top-menu .social {
		display: block;
		float: left;
		margin-left: -60px;
		margin-top: 3px;
	}
	.social {
		clear: both;
		display: block;
		margin-top: 5px;
	}
}
@media (min-width:768px) and (max-width:980px) {
	.navbar .nav > li > a {
		font-size: 12px;
		margin: 2.5px;
		padding: 2.5px;
	}
	.sitelogo {
		float: left;
		margin-right: 10px;
		width: 48px;
	}
	.site-name h1 {
		display: none;
	}
	.top-menu .rm-table-row > .col-md-1, .top-menu .rm-table-row > .col-md-6 {
		float: left;
	}
	.top-menu .social {
		display: block;
		float: left;
		margin-left: -60px;
		margin-top: 3px;
	}
	p.focus { font-size: 18px; }
}
@media (min-width:482px) and (max-width:767px) {
}
@media (min-width:482px) and (max-width:979px) {
}
@media (min-width:768px) and (max-width:979px) {
}
@media (min-width:1200px) {
	.navbar .nav > li > a { margin: 5px; font-size: 14px;}
}
@media (min-width:1500px) {
	
}