/*
Theme Name:		DM Framework
Theme URI: 		http://framework.daviesmoore.com
Version: 		3.3.3
Description: 	Davies Moore's blank theme architecture. Modified from <a href="http://ptahdunbar.com" target="_blank">Ptah Dunbar's</a> <a href="http://wpframework.com/" target="_blank">WP-Framework</a> .
Author: 		Dustin Jones
Author URI:		http://daviesmoore.com

Some table and other basic functions are held within "reset.css"

*/


@import url( 'reset.css' );

.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}

/************* BODY / GLOBAL / RHYTHM *************/

body {
	background-color: #fff;
	position: relative;
	color: #366190;
}

#bg {
  position: fixed !important;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  z-index: -1;
}

#bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}

.container { margin: 0px auto; }
.contentinner {
	margin: 0px auto;
	position: relative;
}

.home .container {
	overflow: hidden;
}

/* Basic Alignments */
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; }

/* Vertical Rhythm  */
.entry-meta { padding-bottom: 10px; }
p, pre, dl, dd, blockquote, address, table, fieldset, form, .gallery-row, .comment-list ul, .comment-list ol { padding-bottom: 20px; }
ul, ol { padding-bottom: 10px; }
.comment, .navigation-links { padding-bottom: 40px; clear: both; }
.wp-pagenavi { clear: both; padding-top: 20px; }


/************* LINK COLORS *************/

a { color: #caa42d; text-decoration: none; }
a:hover { text-decoration: none; color: #366190; }
.entry-content a:link, .entry-content a:active, .entry-content a:visited { color: #caa42d; text-decoration: none; }
.entry-content a:hover { text-decoration: none; color: #366190; }

/************* HEADER *************/

.header {
	width: 100%;
	height: auto;
	background-color: #fff;
	position: relative;
	z-index: 100;
}

.header-shim {
	width: 100%;
	background-color: #fff;
	height: 140px;
	position: absolute;
	top: -140px;
	left: 0;
	z-index: 0;
}

#background, #background-home {
    position: fixed;
    left: 0;
    right: 0;
}

#background-responsive {
	display: none;
	height: 220px;
}

.heading-image-responsive {
	margin-top: 100px;
}

#logo {
	float: left;
	margin: 50px 0 30px 0;
	width: 310px;
	height: auto;
}

.jquery-responsive-select-menu {
	background: url('images/responsive-select.png') right center no-repeat #707070;
	color: #fff;
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 60px;
	-webkit-appearance: none;
}

.nav-sticky {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 99999999;
	width: 100%;
	background-color: #fff;
	border-bottom: 2px solid #b2b2b3;
}

#logo-sticky {
	float: left;
	margin: 10px 0;
	width: 220px;
	height: auto;
	max-width: 65% !important;
}

.nav-sticky .menu {
	margin-top: 14px;
}

#responsive-menu-open {
	float: right;
	width: 55px;
	height: 60px;
	background: url('images/responsive-select-lg.png') center right no-repeat #fff;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.nav-responsive {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 99999999;
	width: 100%;
	background-color: #fff;
	border-bottom: 2px solid #707070;
}

.heading-image {
	position: absolute;
	top: 50%;
	left: 50%;
}

.entry-title-heading-image { display: none; }

.header-contact {
	float: right;
	line-height: 28px !important;
	font-size: 24px;
	padding: 30px 20px 13px 0;
	font-family: 'Neuton', serif;
}

.header-contact a {
	color: #cba62e;
}

.header-social {
	float: left;
	margin: 0 10px 0 0;
	list-style-type: none;
	padding: 0;
}

.header-social li {
	float: left;
	margin: 0 3px;
}

.header-social li img {
	height: 28px !important;
	width: auto;
}

/************* SIDEBAR *************/

.aside { width: 30%; float: right; }

.template-fullwidth .aside { display: none; }

.widget {
	margin: 0 auto 20px;
}

.widgettitle {
	margin-bottom: 10px;
	padding-bottom: 0;
	font-size: 24px;
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar-header {
	padding: 10px 0;
	background-color: #ebebeb;
}

.sidebar-image {
	display: block;
	margin: 0 auto;
}

.widget-border {
	display: block;
	width: 100%;
	clear: both;
	margin: 0 auto;
}

.widget-location .acf-map {
	height: 400px;
}

.widget.contentblock-blocks {
	padding: 5px 0 10px 0;
}

/************* CONTENT *************/

#content {
	clear: both;
	background-color: #fff;
	position: relative;
	z-index: 1;
	padding-top: 50px;
}

.content-padding {
	padding-top: 50px;
}

.hfeed { width: 65%; float: left; }

.template-fullwidth .hfeed { width: 100%; }

.post-1093 {
	margin-left: 50px;
	margin-right: 50px;
}

.page-title { font-size: 14px; font-weight: bold; }
.page-title span { font-style: italic; font-weight: normal; }
.entry-title, .entry-title a { font-size: 48px; line-height: 52px; padding-bottom: 20px; text-transform: uppercase; text-align: center; padding-top: 50px; }
.entry-title a:hover { text-decoration: none; }

.entry-meta { opacity: 0.5; }

.entry-footer {
	text-align: right;
}

.contentblock {
	width: 100%;
	display: block;
	clear: both;
	position: relative;
	z-index: 1;
}

.block-single {
	float: left;
	margin: 0 2% 0 0;
}

.block-single-inner {
	padding: 10px 10px 0px 10px;
	position: relative;
}

.block-single-inner p {
	padding-bottom: 10px;
}

.contentblock-content-reduced {
	width: 70%;
	margin: 0 auto;
	max-width: 1000px;
}

.contentblock-videocontent-area {
	width: 30%;
	float: left;
}

.contentblock-videocontent-player {
	width: 65%;
	float: right;
}

.entry-content a.block-single-link.block-single-responsive { display: none; }

.contentwithimage-block-single {
	margin-bottom: 30px;
}

.contentwithimage-block-single-left { float: left; }
.contentwithimage-block-single-right { float: right; }

.contentwithimage-twothirds .contentwithimage-block-single-left { width: 33%; }
.contentwithimage-onethird .contentwithimage-block-single-left { width: 62%; }

.contentwithimage-twothirds .contentwithimage-block-single-right { width: 62%; }
.contentwithimage-onethird .contentwithimage-block-single-right { width: 33%; }

.entry-content a.block-single-link, .aside a.block-single-link, .entry-content a.apply-reviewapplication {
	display: block;
	color: #fff;
	text-decoration: none;
	font-family: 'Neuton', serif;
	float: left;
	padding: 0px 20px;
	background-color: #2c598b;
	font-size: 16px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.entry-content a.block-single-link:hover, .aside a.block-single-link:hover, .entry-content a.apply-reviewapplication:hover {
	background-color: #a1a1a1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.contenthalf-single {
	float: left;
	width: 48%;
	margin: 0 2% 0 0 !important;
	position: relative;
}

.contentthirds-single {
	float: left;
	width: 31.33333333%;
	margin: 0 2% 0 0 !important;
	position: relative;
}

.contentquarters-single {
	float: left;
	width: 23%;
	margin: 0 2% 0 0 !important;
	position: relative;
}

.post-block-readmore {
	height: 160px;
	overflow: hidden;
}

.post-block-readmore a {
	color: #707070 !important;
	text-decoration: none !important;
}

.readmore-white {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0; padding: 30px 0;
	background-image: linear-gradient(to bottom, transparent, white);
}

.readmore-white input:hover {
	background: #707070;
}

.post-block-client-content {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ececec;
}

.popup-inner {
	width: 900px;
}

.client-popup-left {
	float: left;
	width: 40%;
	padding-top: 40px;
}

.client-popup-right {
	float: right;
	width: 55%;
}

.client-popup-right h3 {
	padding-bottom: 0;
}

.collapse-layout li {
	clear: both;
	margin: 10px 0 !important;
	padding: 0 20px !important;
	clear: both;
}

.collapse-header {
	padding: 5px 0 !important;
}

div.collapse-layout li.collapse-single {
	list-style-type: none;
	padding: 0 !important;
}

.collapse-header, .collapse-content h5  {
	cursor: hand;
	cursor: pointer;
}

.collapse-content { display: none; }

.collapse-content h5 { padding: 5px 0 !important;  }

a.staff-member-list-single {
	display: block;
	color: #fff !important;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	margin-bottom: 20px !important;
}

.staff-title {
	width: 100%;
	bottom: 0;
	position: absolute;
	background-color: rgba(44,89,139,0.95);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.staff-member-list-single:hover .staff-title {
	background-color: #a1a1a1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.staff-list-image {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 0 !important;
}

.staff-title-inner {
	padding: 0 20px 10px 20px;
}

.staff-title h4 {
	padding: 10px 0 0 0;
}

.staff-member-bio {
	width: 98%;
	display: none;
	background-color: #2C598B;
	color: #fff !important;
	z-index: 1 !important;
	clear: both;
	position: relative;
}

.staff-member-bio-inner {
	padding: 20px;
	position: relative;
}

.staff-member-bio-close {
	font-weight: bold;
	position: absolute;
	top: 13px;
	right: 13px;
	font-size: 10px;
}

.staff-arrow {
	display: none;
	position: absolute;
	left: 50%;
	bottom: -20px;
	width: 20px;
	height: 20px;
}

.staff-arrow img {
	margin-left: -10px;
	width: 20px;
	height: 20px;
}

.staff-responsive-photo { display: none !important; padding: 20px 0; }

.search #content { padding-top: 50px; }

h2.entry-title.search-title {
	text-align: left;
	padding: 0 0 10px 0;
}

h2.entry-title.search-title a {
	font-size: 18px;
	text-transform: none;
}

.contentblock-cta {
	background-color: #ececec;
	padding: 10px 0;
}

.content-cta-left {
	width: 54%;
	float: left;
	font-size: 32px;
	letter-spacing: 2px;
	line-height: 36px;
	font-family: 'Neuton', serif;
	border-right: 3px solid #2c598b;
}

.content-cta-right {
	width: 45%;
	float: right;
	font-size: 70px;
	line-height: 84px;
	font-weight: 300;
	text-align: right;
}

.contentblock-cta a {
	color: #2c598b !important;
	text-decoration: none !important;
}

.contentblock-cta-footer .content-cta-left {
	border-right: 3px solid #fff;
}

.contentblock-cta.contentblock-cta-footer a {
	color: #fff !important;
}

/************* HOME PAGE TEMPLATE *************/

.home-header-animation {
	padding-top: 34.1%;
	width: 100%;
	background-color: #fff;
	position: fixed;
	z-index: 0;
}

.home-header-slide {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: auto;
}

#home-slide-2, #home-slide-3, #home-slide-4, #home-slide-5,
#home-slide-6, #home-slide-7, #home-slide-8, #home-slide-9,
#home-slide-10 { display: none; }

.home-header-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
	top: 16%;
}

#contentblock-1 p {
	font-size: 1.3em;
}

.contentblock-homevideo .contentinner {
  padding: 0;
	width: 100%;
}



/************* TESTIMONIAL SETTINGS *************/

.background-content, .footer-rich-content {
	padding: 120px 0px;
	font-family: 'Amatic SC', sans-serif;
	font-weight: bold;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	z-index: 1;
	color: #cda52d;
}

.background-content blockquote.testimonial, .footer-rich-content {
	background-color: rgba(255,255,255,0.85);
	color: inherit !important;
	font-size: 42px;
	font-style: normal;
	width: 60%;
	margin: 0 auto;
	padding: 30px 15%;
}

.background-content blockquote.testimonial cite {
	color: inherit !important;
	text-align: right;
	font-size: 24px;
	font-style: normal;
	clear: both;
	padding-right: 40px;
}

.background-content blockquote.testimonial cite:before {
	content: "- "
}

.background-content blockquote.testimonial cite:after {
	clear: both;
}

.background-content blockquote.testimonial:before {
	display: none;
}
.entry-content .contentblock-slideshow ul.bxslider { margin-left: 0px !important; }

/************* CLIENT TEMPLATE *************/

.client-list-logo {
	height: 50px !important;
	width: auto;
}

/************* BLOG TEMPLATE *************/

.type-post {
	border-bottom: 2px solid #ececec;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

.blog-index-title {
	padding: 0 0 10px 0;
}

.blog-index-title a {
	color: #707070 !important;
	text-decoration: none !important;
	font-size: 24px;
	line-height: 1;
}

.blog-list-link {
	float: left !important;
}

.entry-meta { clear: both; }

.blog-list-left {
	float: left;
	width: 49%;
}

.blog-list-right {
	width: 49%;
	float: right;
}

.blog-list-nothumb {
	width: 100%;
}

.widget-title {
	border-bottom: 2px solid #ececec;
	padding: 5px 0;
	margin: 10px 0;
}

.widget-blog-list {
	margin: 0 0 30px 0;
	padding: 0;
	list-style-type: none;
	font-family: 'Neuton', serif;
}

.widget-blog-list li {
	margin: 5px 0;
}

.widget-blog-list li a {
	color: #707070;
}

.widget-blog-list li a:hover {
	color: #80be85;
}

.wp-pagenavi {
	font-family: 'Neuton', serif;
	text-align: center;
}

.wp-pagenavi .pages, .wp-pagenavi .last, .wp-pagenavi  .first { border: none; }

.wp-pagenavi .page, .wp-pagenavi .extend, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink { border-color: #ececec; }

.wp-pagenavi a:hover, .wp-pagenavi span.current { border-color: #707070 !important; }

.sidebar-popup-button h2 {
	padding: 10px 0;
}

.sidebar-popup-button {
	display: block;
	color: #fff;
	text-decoration: none;
	font-family: 'Neuton', serif;
	background-color: #82bd85;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}

.sidebar-popup-button:hover {
	background-color: #707070;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.sidebar-collapse-content {
	background-color: #82bd85;
	padding: 20px;
}

.sidebar-collapse-content form {
	padding-bottom: 0;
}

.sidebar-collapse-content input {
	width: 88%;
	margin-bottom: 5px;
}

.sidebar-collapse-content input[type=submit] {
	width: auto;
	margin: 0 auto !important;
	background-color: #707070;
}

.blog-single-title {
	padding-top: 0;
}

.entry-header { text-align: center; }

.single-career-title span {
	font-family: 'Quattrocento', serif;
	font-style: italic;
}

.entry-title.archive-title { padding-top: 0; }

.type-post.contentthirds-single {
	border-bottom: none !important;
}

.blog-event-index .blog-index-title {
	padding: 13px 0 0 0;
	white-space: nowrap;
	overflow: hidden;
}

.blog-event-link { float: right !important; margin-top: 15px; }

.blog-events-past {
	border-bottom: 2px solid #ececec;
	padding-bottom: 4px;
}

.blog-event-details {
	padding-top: 30px;
}

.ssb-share {
	margin-bottom: 20px;
}

/************* SURVEY TEMPLATE *************/

.survey-wrap {
	clear: both;
	background-color: #ececec;
	padding: 30px 0;
}

.survey-left {
	float: left;
	width: 60%;
}

.survey-right {
	float: right;
	width: 37%;
}

.survey-paged > div {
	padding: 20px;
}

.survey-right .wpcf7-radio {
	display: block;
}

.survey-right .wpcf7-list-item input[type="radio"]{
	border: none;
	-webkit-box-shadow: inset 3px 1px 5px 0 #fff;
	box-shadow: inset 3px 1px 5px 0 #fff;
}

.survey-right span.wpcf7-list-item {
	width: 50%;
	float: left;
	margin: 0;
}

.survey-right h4 {
	font-size: 20px;
	line-height: 30px;
	border-bottom: 1px solid #366190;
	margin-bottom: 10px;
	padding-bottom: 0;
}

.survey-controls {
	width: 100%;
	text-align: center;
}

.survey-controls a {
	color: #366190;
}

.survey-control-space {
	width: 30px;
	display: inline-block;
}

/************* CAREERS TEMPLATE *************/

.careers-sidebar {
	width: 33%;
	float: right;
}

.careers-content {
	width: 62%;
	float: left;
}

.apply-jobinfo {
	opacity: 0.0;
	height: 1px;
	width: 0px;
	overflow: hidden;
}

.application {
	width: 100%;
}

.application .clear {
	height: 10px;
}

.application div {
	float: left;
}

.application div span input,
.application div span textarea {
	width: 100% !important;
	max-width: 100% !important;
	padding: 5px 0 !important;
	text-align: center;
}

.application div span input[type="radio"], .application div span input[type="checkbox"] {
	width: auto !important;
	border: 1px solid #000;
}

.wpcf7-list-item-label { float: left; }

.application span {
	display: inline;
	position: relative;
}

.apply-rightalign {
	text-align: right;
}

.apply-toppad {
	padding-top: 5px;
}

.apply-100 {
	width: 99%;
}

.apply-80 {
	width: 79%;
	margin-right: 1%;
}

.apply-60 {
	width: 59%;
	margin-right: 1%;
}

.apply-40 {
	width: 39%;
	margin-right: 1%;
}

.apply-20 {
	width: 19%;
	margin-right: 1%;
}

.apply-half {
	width: 50%;
	float: left;
}

.apply-workcontact,
.apply-previousemployee,
.apply-familymember,
.apply-submit {
	display: none;
}

.application div.wpcf7-response-output {
	color: #000;
	text-align: center;
	width: 100%;
	padding: 20px 0;
}

/************* CONTACT TEMPLATE *************/

.contact-column {
	float: left;
	margin: 0 2%;
	width: 41%;
}

.contact-column-full {
	float: none;
	width: 100%;
	margin: 0;
}

.contact-block h3, .contact-block h4 {
	border-bottom: 1px dotted #ececec;
	margin-bottom: 10px;
	padding-top: 20px;
}

.contact-block p {
	padding-bottom: 5px !important;
}

.contact-form {
	background-color: #ececec;
	padding: 10px;
}

form.wpcf7-form p.contact-website { position: absolute !important; left: -9999999px !important; display: none; }

.template-contact .acf-map {
	height: 300px;
	margin-top: 20px;
}

.directions-link { font-size: 0.8em; }

.gm-style img {
	max-width: 9999999px !important;
}

.acf-map {
	width: 100%;
	margin: 0;
}

.wpcf7-form-control-wrap{
	display: block;
}

.wpcf7-form span {

}

.wpcf7-not-valid-tip {
	position: absolute;
	bottom: -5px;
	left: 10px;
	z-index: 9999999;
	background-color: rgba(255,255,255,0.5);
	color: #c00;
	border: 1px solid #c00;
	padding: 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Neuton', serif;
	text-transform: uppercase;
}

.wpcf7-not-valid-tip span {
	font-size: .8em;
	line-height: 1em;
	padding: 0 20px;
	font-weight: normal;
	text-transform: none;
}

.captcha-15 {
	clear: none !important;
}

.wpcf7-form { position: relative; }

.ajax-loader {
	margin: 5px;
}

div.wpcf7-response-output {
	padding: 10px 20px !important;
	margin: 10px 0 0 0 !important;
	background-color: transparent;
	font-family: 'Neuton', serif;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	border: none !important;
}

.footer-contactform div.wpcf7-response-output {
	clear: both;
	font-size: 16px;
	color: #2c598b;
	text-align: center;
	padding: 0 !important;
}

.placeholder {
	color: #aaa;
}

.template-legal #content { padding-top: 0; }

/************* FOOTER *************/

.footer {
	clear: both;
	padding-top: 40px;
	background-color: #ececec;
	position: relative;
	z-index: 1;
	font-family: 'Lato', sans-serif;
}

.footer-content-header {
	padding-bottom: 13px;
	color: #000;
}

.footercontent-left {
	float: left;
	width: 55%;
	color: #000;
	font-size: 12px;
}

.footer-contact-locations {
	clear: both;
	width: 100%;
}

.footer-contact-location {
	width: 32%;
	margin-right: 1.3%;
	float: left;
}

.footer-contact-location strong {
	font-size: 13px;
}

.footercontent-right {
	float: right;
	width: 40%;
}

.footer-contactform input {
	width: 90%;
	position: relative;
	z-index: 999999;
}

.footer-contactform p {
	padding-bottom: 10px;
}

.contactform-submit {
	float: left;
	display: none;
}

.footer-contactform input[type="submit"] {
	width: auto;
	float: left;
	width: auto;
}

.contactform-first, .contactform-email { float: left; }
.contactform-last, .contactform-phone, .contactform-last input, .contactform-phone input { float: right; }

.contactform-company input {
	width: 94.8%;
}

.footer-contactform textarea {
	width: 94.8%;
	padding: 5px 0 5px 20px !important;
}

.contactform-captcha {
	float: right;
	display: none;
	width: 60%;
}

.contactform-captcha input{
	width: 40%;
	float: right;
}

.contactform-captcha .wpcf7-captchac { float: right; }

.span.wpcf7-form-control.wpcf7-radio, .wpcf7-list-item, .wpcf7-list-item label {
	float: left;
	color: #666;
	padding-bottom: 5px;
}

#footer-logo {
	float: right;
	width: 220px;
	height: auto;
}

.footer hr {
	margin: 20px 0;
}

.footer-right {
	float: right;
	width: 49%;
}

.footer-left {
	float: left;
	width: 49%;
}

.footer-social {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

.footer-social li {
	float: left;
	margin: 0px 5px 0 0;
	padding: 1px;
}

.footer-social li a {
	opacity: 1.0;
}

.footer-social li a:hover {
	opacity: 0.8;
}

.footer-social li a img {
	height: 26px !important;
	width: auto;
}

.footer-contact {
	clear: both;
	font-family: 'Neuton', serif;
}

.footer-contactform p {
	text-align: left;
	color: #666;
}

.footer-contact a {
	color: #2c598b;
	font-size: 24px;
	line-height: 28px;
}

#copyright {
	text-align: left;
	font-family: 'Neuton', serif;
	clear: both;
}

#copyright, #copyright a, #copyright a:hover {
	text-decoration: none;
	color: #818285;
	font-size: 12px !important;
}

.footer-bridge {
	background-color: #ececec;
	position: absolute;
	width: 100%;
	height: 20px;
	display: block;
	bottom: -20px;
}

/************* FORMS & INPUT AREAS *************/

input, textarea, button {
	background: #fff;
	border: 1px solid #e0e0e0;
	color: #000;
	font-size: 14px;
	padding: 5px 20px !important;
	-webkit-box-shadow:inset 3px 1px 5px 0 #ededed;
	box-shadow:inset 3px 1px 5px 0 #ededed;
}

input[type="submit"] {
	font-size: 14px;
	padding: 3px 30px !important;
	background-color: #2c598b;
	color: #fff;
	cursor: hand;
	cursor: pointer;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family: 'Neuton', serif;
	border: none !important;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	-webkit-appearance: none;
}

input[type="radio"] {
	float: left;
	clear: none;
	width: auto;
	border: 1px solid #000;
}

input:focus, textarea:focus { border-color: #e0e0e0; }
input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus { background-color: #a1a1a1; border: none !important;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease; }
textarea { margin: 0; }

.requiredred { color: #c00 !important; }

input.search {
	padding: 0 0 0 30px !important;
	background: url('images/icon-search.png') 10px center no-repeat #ececec;
	border: 1px solid #dcdcdc;
}

input.search:focus {
	background-color: #fff;
	border-color: #acacac;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

/************* TEXT, TYPOGRAPHY & FORMATTING *************/

body, input, textarea { font: 14px/1.5 'Lato', sans-serif; }

.serif { font-family: Georgia, "Times New Roman", Times, serif; }
.sans-serif { font-family: "lucida sans", Verdana, Arial, Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; clear: both; font-family: 'Neuton', serif; }
h1 { font-size: 40px; line-height: 46px; padding: 0px 0px 20px 0px; }
h2 { font-size: 36px; line-height: 40px; padding: 0px 0px 20px 0px; }
h3 { font-size: 32px; line-height: 36px; padding: 0px 0px 20px 0px; }
h4 { font-size: 28px; line-height: 30px; padding: 0px 0px 20px 0px; }
h5 { font-size: 24px; line-height: 28px; padding: 0px 0px 20px 0px; }
h6 { font-size: 18px; line-height: 22px; }

address { font-style: italic; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px dotted #666; }

blockquote {
	font-style: italic;
}

strong { font-weight: bold; }
em, dfn, cite { font-style: italic; }
dfn { font-weight: bold; }

sup { bottom: 1ex; }
sub { top: .5ex; }
small { font-size: 12px; }

del { text-decoration: line-through; }
ins { text-decoration: underline; }

code, pre {  line-height: 15px; }
var, kbd, samp, code, pre { font: 12px/1.4 Consolas, "Andale Mono", Courier, "Courier New", monospace; background: #fafafa; }
kbd { font-weight: bold; }
samp, var { font-style: italic; }
pre { white-space: pre; overflow: auto; padding: 10px; border: 1px solid #ddd; clear: both; }
code { padding: 0px 3px; }

/* Lists: (ul, ol, dl) */
ul, ol, dl { margin-left: 15px; }
.menu { margin-left: 0px; }
.entry-content ul, .entry-content ol, #search-query { margin-left: 25px; }

li ul, li ol { margin-bottom: 0; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }

ol { list-style-type: decimal; }

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }

dt { font-weight: bold; }

hr {
	border: none;
	background-color: #b2b2b2;
	height: 2px;
	width: 100%;
	clear: both;
}

.fat li { margin-bottom: 10px; }

/* Tables */
table { border: 1px solid #ebebeb; border-width: 1px; line-height: 18px; margin: 0 0 22px 0; text-align: left; padding: 0 5px; }
table .even { background: #ddd; }
caption { text-align: left; }
tr { border-bottom: 1px solid #ebebeb; }
th, td { padding: 5px 3px; }



/************* IMAGES & CAPTIONS *************/

img.alignleft { float: left; margin-right: 20px; margin-top: 5px; }
img.alignright { display: block; float: right; margin-left: 20px; margin-top: 5px; }
img.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; margin-top: 5px; }

.wp-caption { text-align: center; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption .wp-caption-text { margin: 0; padding: 5px; }



/************* NAVIGATION BAR *************/

/*** DEFAULT COLORS/STYLES ***/
/* Overall style */
.menu {
	font-family: 'Neuton', serif;
	font-size: 14px;
	float: right;
	margin: 0;
	float: right;
}

.menu-header-menu-container {
	clear: right;
}

#menu-legal-menu.menu {
	text-transform: none;
	font-family: inherit;
	font-size: 10px;
	letter-spacing: 0;
	float: none;
	background: transparent;
	padding-bottom: 20px;
	opacity: 0.6;
}

/* Root links */
.menu a, .menu a:link, .menu a:visited {
	text-decoration: none;
	color: #2c598b;
	padding: 13px 20px;
	background: transparent;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
#menu-legal-menu.menu a, #menu-legal-menu.menu a:link, #menu-legal-menu.menu a:visited { text-decoration: none; color: #000; padding: 0px 10px; }
.menu .current-menu-item a, .menu .current_page_ancestor a { text-decoration: none; color: #a1a1a1; }
#menu-legal-menu.menu .current-menu-item a { text-decoration: none; color: #000; background-color: inherit; }
.menu li a { border-right: none; }
#menu-legal-menu.menu li a { border-right: none; }
.menu li:last-child a { border-right: none; }

#menu-item-970, .menu-item-970 { display: none !important; }

/* Root link hover */
.menu a:hover, .menu li.menu-hover > a {
	color: #a1a1a1;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
#menu-legal-menu.menu a:hover, #menu-legal-menu.menu li.menu-hover > a { color: #000; }

/* Root menu item hover */
.menu li:hover, .menu li.menu-hover {
	background-color: transparent;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
#menu-legal-menu.menu li:hover, #menu-legal-menu.menu li.menu-hover { background: inherit; }

/* Submenus */
.menu ul { border: none; background-color: rgba(44, 89, 139, 0.9); *background: url('images/nav-bg.png') center; }
.menu ul.sub-menu a { color: #ebebeb; padding: 10px 20px; border-right: none; }

/* Submenu item hover */
.menu ul.sub-menu a:hover { color: #caa42d; background: transparent !important; }
.menu ul.sub-menu li.current-menu-item a { color: #caa42d !important; background: transparent !important; }
.menu ul.sub-menu li:hover { color: #caa42d; background: transparent; }

/*** MENU FUNCTION STYLES ***/
.menu { white-space: nowrap; display: inline-block; *display: inline; *zoom: 1; }
.menu, .menu ul { padding: 0; list-style: none; }
.menu ul { display: none; position: absolute; z-index: 1000000; float: none; margin: 0; }
.menu ul ul { top: 0; left: 100%; }
.menu li {  margin: 0; padding: 0;  display: inline-block; *display: inline; *zoom: 1; *vertical-align: bottom; }
.menu li a { display: block; line-height: 1; }
.menu ul li {  position: relative; display: block; }

.menu-legal-menu-container { width: 100%; overflow: hidden; }
#menu-legal-menu { list-style: none; position: relative !important; float: left !important; display: block !important; left: 50%; }
#menu-legal-menu li { position: relative !important; float: left !important; display: block !important; right: 50%; }


/*************SLIDESHOW & GALLERY *************/

.slideshow {width: 100%; margin: 0 auto; clear: both;}
.pika-stage {position: relative; width: 100%; height: auto !important;}

	.pika-stage .pika-aniwrap, .pika-stage .main-image {position: absolute; top: 0; left: 0;}
	.pika-stage .pika-aniwrap{width:100%;}
	.pika-stage .pika-ani {position:relative;display: none;z-index:2;margin:0 auto;}
	.pika-stage img {border:0;max-height:100%; height: auto;}

.pika-stage .caption {position: absolute; background:#000; background: rgba(0,0,0,0.75);  border: 1px solid #141414; font-size: 11px; color: #fafafa; padding: 10px; text-align: right; bottom: 20px; right: 10px;}
	.pika-stage .caption p {padding: 0; margin: 0; line-height: 14px;}
.pika-textnav, .pika-imgnav {display:none;}
.pika-counter{position: absolute;bottom: -20px;left:15px;font-size:11px; display: none;}
.slideshow-featuredcontent .caption, .slideshow-nodescription .caption { visibility: hidden !important; }

#slideshow, #slideshow-gallery, .slideshow-gallery {display:none;}

.gallery { list-style-type: none; float: left; margin: 0 !important; padding: 0; width: 100%; }
.gallery li {
	float: left;
	width: 18%;
	margin: 1%;
	opacity: 0.8;
	-moz-transform: scale(1.0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1.0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1.0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1.0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1.0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

.gallery li:hover {
	opacity: 1.0;
	-moz-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

/************* COMMENTS, BLOG & NAVIGATION (remove is not enabled on site) *************/

.comment-list, .comment-list .children { list-style: none; }
.comment-list { margin-left: 10px; }
.comment { margin-bottom: 40px; }
.comment-list .children { margin-top: 40px; }
.comment-meta { margin-bottom: 10px; }
.commenter { font-size: 16px; }
.avatar { float: right; margin: 0px 0px 10px 20px; border: 1px #ddd solid; padding: 1px; }

#comment{
	position:absolute;
	left:-9000px;
}

/* Comment Reply */
#comment-form .form-section input { margin-right: 10px; }
.form-section { margin-bottom: 10px; }
.form-section label { cursor: pointer; }
#commenter-details input { margin-right: 10px; }
#allowed-tags { font: 11px Verdana, Arial, Helvetica, sans-serif; padding: 5px 10px; background: #fff; border: 1px #ddd dotted; border-top: none; width: 573px; }

.wp-smiley { max-height: 13px; margin: 0 !important; } /* Prevent the smileys from breaking line-height */

/* Navigation */
.page-navigation .menu-next { float: left; }
.page-navigation .menu-previous { float: right; }
.single-page-navigation .menu-next { float: right; }
.single-page-navigation .menu-previous { float: left; }

#colorbox { z-index: 99999999 !important; }




/********************************
 * generic als elements styling
 ********************************/
.als-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
}

.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}

.als-wrapper {
	position: relative;
	list-style: none;
}

.als-item {
	position: relative;
	display: block;
	text-align: center;
	float: left;
}

.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}


/**************************
 * specific als elements
 * styling for #lista1
 **************************/

#lista1 {
	margin: 10px auto 20px auto;
	position: relative;
	width: 100%;
}

#lista1 .als-item {
	margin: 0px;
	width: 200px;
	height: 100px;
}

#lista1 .als-item img {
	position: relative;
	display: block;
	vertical-align: middle;
	max-height: 60px;
	max-width: 100%;
	padding-top: 20px;
	margin: 0 auto;
}

#lista1 .als-prev, #lista1 .als-next {
	top: 38px;
	width: 15px;
	height: 22px;
}

#lista1 .als-prev {
	left: 90px;
}

#lista1 .als-next {
	right: 100px;
}


/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	background: #fff;

	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: transparent;
	border: 2px solid #fff;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: rgba(255,255,255,0.6);
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: rgba(255,255,255,0.9);
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.inline-video-container {
	display: none;
}

.contentblock-homevideo .contentinner {
	width: 100% !important;
}

/* HOME BLOG BLOCK */

.home .blog-title {
	text-align: center;
	margin-bottom: 20px;
}

.contentblock-blog-area {
	padding: 0 20px;
}

.contentblock-blog-area ul {
	margin: 0;
}

.contentblock-blog-area .blog-list-left {
	margin-bottom: 30px;
}

/* REAL STORIES PAGE */

.real-story-row {
	width: 100%;
	float: left;
	padding-top: 10px;
	padding-bottom: 40px;
}

.real-story-row .inner {
	width: 70%;
	margin: auto;
}

.real-story-row .text,
.real-story-row .video {
	width: 50%;
}

.real-story-row .text .title {
	font-size: 20px;
}

.real-story-row .video a {
	display: block;
}

.real-story-row .video img {
	width: 100%;
}

.real-story-row:nth-child(odd) .text,
.real-story-row:nth-child(odd) .video {
	float: right;
}

.real-story-row:nth-child(even) .text,
.real-story-row:nth-child(even) .video {
	float: left;
}

.real-story-row:nth-child(even) .video a,
.real-story-row:nth-child(odd) .text .info,
.real-story-row:nth-child(odd) .text .title {
	padding-left: 20px;
}

.real-story-row:nth-child(odd) .video a,
.real-story-row:nth-child(even) .text .info,
.real-story-row:nth-child(even) .text .title {
	padding-right: 20px;
}

/* TESTIMONIALS PAGE */

.template-testimonials .heading {
	padding: 0 30px;
}

.template-testimonials .heading p {
	font-size: 1.3em;
	text-align: center;
}

.template-testimonials .row {
	width: 100%;
	float: left;
}

.template-testimonials .testimonial {
	padding-bottom: 30px;
}

.template-testimonials .testimonial span {
	margin-top: 10px;
	display: block;
	text-align: right;
	text-transform: uppercase;
}

.template-testimonials .row .column .inner {
	padding: 0 20px
}

.template-testimonials .column.text {
	width: 33.3333%;
	float: left;
}

.template-testimonials .column.image {
	width: 66.6666%;
	float: left;
}

/* Header Text Titles */

#background-responsive {
	background-size: auto 120% !important;
}

#background .inner,
#background-responsive .inner {
	position: relative;
}

#background .inner .title {
	margin-top: 2%;
}

#background .inner .title,
#background-responsive .inner .title {
	height: 100%;
	position: absolute;
	width: 100%;
}

#background .inner .title h1 {
	position: relative;
  top: 50%;
	font-weight: 100;
	width: 60%;
	max-width: 1000px;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 15px;
	font-size: 3.25vw;
	left: auto;
	color: #FCDD91;
	background: #ffffff;
	font-family: "Lato", sans-serif;
  transform: translateY(-50%);
	text-transform: uppercase;
	text-align: center;
}

#background-responsive .inner .title h1 {
	position: relative;
	font-weight: 100;
	font-size: 20px;
	padding: 10px;
	color: #FCDD91;
	background: #ffffff;
	font-family: "Lato", sans-serif;
	transform: translateY(100%);
	text-transform: uppercase;
	text-align: center;
}

/* Footer Gallery */

.footer-gallery {
	background: #ffffff;
	padding: 30px 0;
}

ul.als-viewport {
	width: 2400px !important;
}

.footer-gallery #lista1 {
	clear: both;
	margin: 0 !important;
}

.footer-gallery .column {
	width: 50%;
	float: left;
}

.footer-gallery .column span {
	padding: 0 15px;
	display: block;
}

/* Contact Form Adjustments */

p.subscription {
	float: left;
}

p.subscription  input {
	float: left;
	width: 5% !important;
	margin: 5px 0 0 0 !important;
}

p.subscription .wpcf7-list-item-label {
	float: left;
	width: 94% !important;
}

/* Email Signup Banner */

.contentblock-email-signup {
	background: #ECECEC;
}

.contentblock-email-signup p {
	padding-bottom: 0;
}

.contentblock-email-signup .left,
.contentblock-email-signup .right {
	width: 50%;
	padding: 20px 0;
	float: left;
}

.contentblock-email-signup .right {
	height: 55px;
}

.contentblock-email-signup .right .inner {
	float: left;
	margin-top: 10px;
	width: 100%;
}

.contentblock-email-signup .signup-text {
	width: 400px;
	font-size: 23px;
	line-height: 28px;
	font-family: 'Neuton', serif;
	display: block;
	margin: auto;
}

.contentblock-email-signup .wpcf7-text {
	float: left;
	height: 19px;
	width: 73%;
}

.contentblock-email-signup .wpcf7-submit {
	float: right;
	width: 20%;
	height: 30px;
}

.contentblock-email-signup img.ajax-loader,
.contentblock-email-signup .wpcf7-response-output {
	display: none !important;
}

.footer-contactform .captcha {
	width: 100%;
	margin-bottom: 20px;
}

.footer-contactform .captcha .ajax-loader {
	float: left;
	margin-left: 0;
	margin-bottom: 20px;
}



.hs-form {
	color: #666 !important;
	float: left;
}

.hs-error-msgs {
	display: none;
}

.hbspt-form .submitted-message {
	font-size: 16px;
	color: #666 !important;
}

.hs-form fieldset {
	margin-bottom: 10px !important;
}

.inputs-list {
	list-style: none !important;
	margin-left: 0 !important;
	padding-bottom: 0 !important;
}

.hs-form-radio {
	display: inline-block;
	margin-right: 15px;
	margin-top: 5px;
}

.hs_firstname label,
.hs_lastname label,
.hs_email label,
.hs_your_message label {
	display: none;
}

.hs-form-booleancheckbox-display input {
    float: left;
    width: 5% !important;
    margin: 5px 0 0 0 !important;
}

.hs-form-booleancheckbox-display span {
    float: left;
    width: 94% !important;
}


#email-signup-form form {
	width: 100%;
}

#email-beabb327-1b8a-4505-b02b-16135a7acfd0 {
    float: left;
    height: 19px;
    width: 73%;
}

.hs_submit input {
    float: right;
    width: 20%;
    height: 30px;
}
