html {overflow-x: hidden;}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Raleway', Optima, Avenir, Calibri, 'Helvetica Neue', sans-serif;
	font-weight: 500;
}
h1 {
	color: #AE3964/*#d9531d*/;
	font-size: 30px;
	margin-bottom: 30px;
}
h2 {
	color: #AE3964/*#d9531d*/;
	font-size: 24px;
	margin-bottom: 15px;
}
h3 {
	color: #AE3964/*#d9531d*/;
	font-size: 20px;
	margin-bottom: 0;
}
h4 {
	color: #666;
	font-size: 18px;
	margin-bottom: 0;
}
h5 {
	color: #666;
	font-size: 17px;
	margin-bottom: 0;
}
h6 {
	color: #666;
	margin-bottom: 0;
}
p.compact {
	color: #686868;	
	line-height: 1.2;
	font-weight: 300;
}
/** added by chris **/
.ilistserv p.compact{
	font-size:14px;
    line-height: 1.4;
}
.orange_link{
	
	color:#AE3964/*#bb471a */ !important;
}
/** end added **/
blockquote {
	border-left-width: 8px;
	padding-top: 0;
	font-style: italic;
}
.bullet-a ul {
	list-style: none;
}
.bullet-a li::before {
	content: "\f105";
	color: #BE5329;
	font-family: FontAwesome;
	font-weight: bold;
	position: relative;
	left: -14px;
	text-indent: 0;
}
/* --- BUTTONS --- */
button, .button, input[type=submit] {
	border: 1px solid #AE3964/*#D9521D*/;
	color: #fff;
	border: none;
	border-radius: 5px;
	padding-top: 12px;
	padding-bottom: 12px;
}
input[type=submit]:hover,button:hover,.button:hover, input[type=submit]:active,button:active,.button:active {
	color: #fff;
	background: #42536e;
}
.button.secondary {
	border: 2px solid #fff; color: #fff; background: none;
}
.button.secondary:hover {
	/*
	update by chris may 6 2017
	background: #42536E; color:  white; */
	background: #AE3964/*#d9531d*/; color:  white; 
}
.button.inline + .button.inline {
	margin-left: 10px;
}

/* --- ARTICLES --- */
article {
	padding-right: 1.5rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #eee;
	margin-bottom: 2rem;
}
article p,
article li {color: #888;}

article b,
article strong {color: #333;}

article a {color: #42536e; text-decoration: underline;}
article img {margin-bottom: 15px;}
article img.left {margin-right: 15px;}
article img.right {margin-left: 15px;}
article blockquote {
	border: none;
	font-style: italic;
	font-size: 18px;
	line-height: 23px;
	color: #42536e;}article h1 {
	margin-bottom: 1rem;
	padding-bottom: 0;
	line-height: 1.2;
}
article > .right > img {
	max-width: 35vw;
	margin-left: 1rem;
}
article ul {list-style: none; margin-left: 0;}
article ul li {position: relative; padding-left: 15px;}
article ul li::before {
	content: "\f054";
	position: absolute;
	left: 0;
	top: 6px;
	color: #AE3964/*#d9531d*/;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 12px;}

article legend {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px 20px;
	margin-left: -36px;}
article small.requiredlabel {
	display: block;
	text-align: right;
	font-size: 11px;
	font-style: italic;
	margin-top: -10px;
	margin-bottom: 10px;}

article fieldset {padding: 20px 35px; border-radius: 5px;}
article label {font-size: 12px; color: #777;}
article input[type=text],
article input[type=email],
article input[type=tel],
article select,
article textarea,
article input[type=password] {background: #f5f5f5; box-shadow: none;}

article input[type=submit],
article button,
article .button {color: #fff; background: #AE3964/*#d9531d*/;}

.formlabel {
	font-size: 21px;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-weight: 600;}

/*input:not([type=checkbox]):not([type=radio]),input[type=text],input[type=email],input[type=tel],select,textarea,.button,button,input[type=submit],input[type=password] {
	border-radius: 5px;
	background: none;
	height: 43px;
	padding: 0 17px;}*/
input:focus,input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus,select:focus,textarea:focus,input[type=password]:focus {background: none;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {text-transform: uppercase;}
textarea {padding-top: 12px; padding-bottom: 12px;}
input[type=submit],button {text-transform: uppercase; font-size: 14px;}

.orange .formlabel {color: #fff;}
.orange input,.orange input[type=text],.orange input[type=email],.orange input[type=tel],.orange select,.orange textarea {color: #fff;}
.orange input::-webkit-input-placeholder,.orange textarea::-webkit-input-placeholder {color: #fff;}
.orange input[type=submit],.orange button {border: 1px solid #fff; color: #fff;
/* added may 6 2017 by chris */
background:none;
/* added may 6 2017 by chris */
}
.orange input[type=submit]:hover,.orange button:hover,orange_cont button:hover {
	border: 1px solid #fff;
	color: #fff;
	background: #42536e;}

.orange select option {
    background: #fff !important;
    color: #000;
    padding:1px 24px;
}


.issubmit {
    background: none;
    border: 1px solid #fff !important;
    padding: 0 36px;
}	

.issubmit:hover {
    transition: background-color 300ms ease-out;
	
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
	
.orange .system-message,.orange .system-error-message {color: #fff; font-style: italic;}
.orange small.error {color: #AE3964/*#d9531d*/; background: #fff;}

.quiz.orange input[type=submit]:hover,.quiz.orange button:hover{
	color: rgba(66, 83, 110, 0.8);
}
.system-message,.system-error-message {color: #AE3964/*#d9531d*/; font-style: italic;}
small.error {background: #AE3964/*#d9531d*/; color: #fff;}
input+.lostpassword {margin-left: 10px;}

.iconbar {margin: 0; list-style: none;}
.iconbar li {
	display: inline-block;
	font-size: 34px;
	text-align: center;}
.iconbar li+li {margin-left: 3px;}
.iconbar a {
	color: #fff;
	padding: 10px;
	width: 50px;
	height: 50px;
	background: #777;}
.iconbar a:hover {background: #42536e;}

/* @end */
/* @group Page Header */

#pageheader .topthird {
	padding-top: 24px;
	/*margin-bottom: 17px;
	background: #f5f4f4;
	box-shadow: inset 0 -5px 7px #e6e4e4;
	-moz-box-shadow: inset 0 -5px 7px #e6e4e4; */
}
#pageheader .topthird .news {position: relative; margin-bottom: 15px;}
#pageheader .topthird .news .title {
	display: inline-block;
	margin: 0;
	width: 75px;
	position: absolute;
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	font-weight: 600;}
#pageheader .topthird .news .title::after {content: " >";}
#pageheader .topthird .news .content {
	display: block;
	margin-left: 75px;
	font-size: 13px;
	color: #42536e;}
#pageheader .topthird .news .content a {
	margin-left: 5px;
	text-decoration: underline;
	color: #000;}
#pageheader .topthird .news .items {position: relative;}
#pageheader .topthird .news .items::after {
	content: "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation";
	margin-bottom: 20px;
	display: block;
	color: transparent;}
#pageheader .topthird .news .item {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;}

#pageheader .topthird .signin {text-align: right; color: #AE3964/*#d9531d*/;}
#pageheader .topthird .signin a {color: #333; text-decoration: underline;}

#pageheader #accountbox {
	max-height: 2000px;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;}
#pageheader #accountbox.closed {
	max-height: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;}

#pageheader .callus {text-align: right;}
#pageheader .callus>div {display: inline-block; text-transform: uppercase;}
#pageheader .callus p {
	margin: 0;
	text-align: center;
	color: #AE3964/*#d9531d*/;
	font-size: 22px;
	line-height: 24px;}
#pageheader .callus p>span {font-size: 17px;}

#pageheader #primary .top-bar-section ul ul li a {
	background-color: #425366;/*#201c15*/
}
#pageheader #primary .top-bar-section ul li > a {
	font-weight: 400;
	font-size: 16px;
	text-transform: capitalize;
}
#pageheader #primary .top-bar-section ul ul li a:hover {
	background-color: #AE3964;/*#d9531e;*/
}
#pageheader #primary {margin-top: 17px; background: #425366/*#201c15*/;}
#pageheader #primary .level>li>a {padding: 0 18px;}
#pageheader #primary .level>li li:not(.back):not(.parent-link)+li {border-top: 1px solid #aaa;}
#pageheader #primary .level>li ul {box-shadow: 0px 1px 2px rgba(0,0,0,.45);}
#pageheader #primary ul ul.dropdown li a {
	text-transform: none;
}
#pageheader #primary .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
	top: 0.7rem;
}


#pageheader .logo>img {height: 100%; /*width: auto;*/ width: 170px;}
#pageheader .loginrequest {
	font-weight: bold;
	font-style: italic;
	color: white;}

#pageheader #banner {background: #000 url('/Images/general/col2bgd.png') no-repeat center top; background-size: cover;}
#pageheader #banner ul {margin: 0; list-style: none;}
#pageheader #banner .leveltitle {text-align: center;}
#pageheader #banner .leveltitle>span {
	font-size: 36px;
	color: #fff;
	margin: 40px 0;
	display: block;}

#pageheader .crumbs {margin: 27px 0 7px;}
#pageheader .crumbs>span {color: #999; font-size: 13px;}
#pageheader .crumbs a {color: #666; font-size: 14px;}
#pageheader .crumbs .this_crumb {font-size: 14px;}
#pageheader .crumbs a {margin-right: 5px;}
#pageheader .crumbs a+a,#pageheader .crumbs a+span {margin-left: 5px;}

@media only screen and (max-width: 64.000em) {
	#pageheader #primary .level>li>a {padding: 0 14px;}
}
@media only screen and (max-width:40.063em) {
	#pageheader .logo {
		display: block;
		max-width: 200px;
		margin: 0 auto;}
	#pageheader .callus {text-align: center; margin-top: 15px;}
	#pageheader .callus p {font-size: 18px; line-height: 20px;}
	#pageheader .callus p>span {font-size: 14px;}
	#pageheader #primary .top-bar.expanded li {background: #425366/*#201c15*/;}
	#pageheader #primary .top-bar.expanded .level li+li {border-top: 1px solid #666;}
	#pageheader #primary .top-bar.expanded .level li>a {line-height: 38px;}
}

/* @end */
/* @group Page Content */
#pagecontent .homemiddle h2 {
	margin-top: 30px !important;
	margin-bottom: 26px !important;
}
#pagecontent {padding: 15px 0;}

#pagecontent #secondary {
	border-radius: 5px;
	background: #efefef;
	overflow: hidden;
	padding-bottom: 15px;}
#pagecontent #secondary .side-nav {padding: 0;}
#pagecontent #secondary .leveltitle>span {
	display: block;
	font-size: 16px;
	line-height: 34px;
	padding: 0 20px;
	background: #AE3964/*#d9531d*/;
	color: #fff;}
#pagecontent #secondary li {margin: 0;}
#pagecontent #secondary li.active.last>a {background: #000; color: #fff;}
#pagecontent #secondary a {
	color: #888;
	font-size: 16px;
	padding: 5px 20px;}
#pagecontent #secondary a:hover {background: #dfdfdf;}
#pagecontent #secondary .level>li ul {display: none;}
#pagecontent #secondary .level>li li>a {padding-left: 40px;}
#pagecontent #secondary .level>li.active>ul {display: block;}

#pagecontent main .accordion li::before {
	content: "\f055";
	position: absolute;
	left: 0;
	top: 6px;
	color: #42536e;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;}
#pagecontent main .accordion li.active::before {content: "\f056";}
#pagecontent main .accordion li>a {
	padding: 3px 10px;
	background: none;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #42536e;}
#pagecontent main .accordion .content {padding-top: 0px;}

/* Home */
#pagecontent .homebanner {
	padding: 0;
	margin: -15px 0 0;
	position: relative;
	max-height: 710px;
	overflow-y: hidden;
	background: url('/images/home/homebanner.jpg') no-repeat top center;
	background-size: cover;}
#pagecontent .homebanner .textgroup {margin-top: 60px;}
#pagecontent .homebanner .textgroup h1 {
	color: #fff;
	font-size: 50px;
	line-height: 1.2;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 10px;
	text-align: left;
}
#pagecontent .homebanner .textgroup p {
	color: #fff;
	font-size: 34px;
	margin-bottom: 20px;
	font-weight: 400;
	line-height: 1.2;}
#pagecontent .homebanner .textgroup p:last-of-type {
	margin-bottom: 55px;
	margin-top: 45px;
}
#pagecontent .homebanner .textgroup .buttonholder {
	position: absolute;
	bottom: 0;
}
#pagecontent .homebanner .homebanner-form { opacity: 0.8; }
#pagecontent .quiz {
	background: #AE3964;	 line-height: 1;
	padding: 40px 40px;
	overflow: hidden;
	min-height: 620px;
	box-sizing: content-box;
}

/** added by chris may 11 2017 **/
.orange_cont{
	background: #AE3964;	 line-height: 1;
	padding: 40px 40px;
	overflow: hidden;
	min-height: 620px;
	box-sizing: content-box;
	color:#fff;
}

.orange_cont label {
    color: #fff;
	margin-bottom:10px !important;
}

.orange_cont input[type='text'], .orange_cont select ,.orange_cont textarea,.form_border input[type='text'],.form_border textarea,.form_border input[type='email']{
    background: none;
    color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	-ms-border-radius: 5px; 
	-o-border-radius: 5px; 
	border-radius: 5px; 
}
.form_border textarea,.form_border input[type='email'],.form_border input[type='text']{
		color:#686868
}
.orange_cont select {
    background: #42536e url('/images/general/down-arrow.png') no-repeat right 20px center;
	-moz-appearance: none;
	-webkit-appearance: none;
    background-size: 1em;
}
/** added by chris may 11 2017 **/

/* Pricing Table */
.no-padding {
    padding: 0;
}
.pricing-table-green{
	padding:30px 0 !important;
	font-family: 'Muli', sans-serif;
	/*overflow:hidden;*/
}
.pricing-table-green ul{ list-style: none; margin: 0; padding:0;}
.pricing-table-green ul li{
	position:relative;
}
.pricing-table-green ul li img{
	width:20px;
}
.pricing-table-bottom { padding-bottom: 120px; }

#pricing-table, .pricing-table-red, .pricing-table-green, .pricing-table-yellow { background: #ffffff; }

.pricing-table-red-title { background: #e84c3d; padding: 13px 0 12px; }

.pricing-table-red-title h2 { font-size: 25px; color: #ffffff; text-transform: uppercase; font-weight: 500; letter-spacing: 2px; }

.pricing-table-red-content { background: #ecf0f1; padding: 1px 0; }

.pricing-table-red-content p.price { color: #4e4e4e; }

.pricing-table-red-content p.price sup { font-size: 14px; font-weight: 700; }

.pricing-table-red-content p.price span { font-size: 30px; font-weight: 700; }

.pricing-table-red-content p.price sub { font-size: 14px; font-weight: 500; }

.pricing-table-red-features { background: #ffffff; }

.pricing-table-red-features li { font-size: 14px; line-height: 40px; color: #a1b1bc; border-bottom: 1px solid #e9edee; text-transform: capitalize; }

.pricing-table-red-footer { background: #f5f7f8; padding: 15px 0; margin-top: 1px; }

.pricing-table-red-footer a.btn-buynow { font-size: 18px; font-weight: 600; background: #e84c3d; color: #ffffff; padding: 9px 54px; text-transform: uppercase; display: inline-block; }

.pricing-table-red-footer a.btn-buynow:hover { background: #b93f6d; }

.pricing-table-red-sub.active { border-top: 6px solid #b93f6d; border-bottom: 6px solid #b93f6d; border-left: 5px solid #b93f6d; border-right: 5px solid #b93f6d; margin-top: -6px; }

.pricing-table-red-sub.active .pricing-table-red-title { background: #b93f6d; position: relative; }

.pricing-table-red-sub.active .pricing-table-red-title:after { position: absolute; content: ''; background: url(/_assets/image/pricingtable/hot.png) no-repeat center; top: -8px; right: -7px; width: 55px; height: 55px; }

.pricing-table-green {}

.pricing-table-green .pricing-table-green-sub { border-right: 1px solid #ffffff; }
.pricing-table-green .pricing-table-green-sub > div{ background:#42536e;}

.pricing-table-green .medium-3:last-child .pricing-table-green-sub { border-right: none; }

.pricing-table-green-title { background: #42536e; padding: 16px 0 14px; border-bottom: 1px solid #2d394d; }

.pricing-table-green-title h2 {font-family: 'Raleway', sans-serif; font-size: 16px; line-height:22px; margin:0; min-height:45px; color: #ffffff; text-transform: capitalize; font-weight: 700; }

.pricing-table-green-content { background: #42536e; padding: 12px 0; }

.pricing-table-green-content p.price { color: #ffffff; margin-bottom:8px; }

.pricing-table-green-content p.price span { font-size: 20px; line-height: 30px; font-weight: 300; }

.pricing-table-green-content p.price span.month { font-size: 12px; line-height: 13px; font-weight: 700; display: block; }

.pricing-table-green-features { background: #ffffff; }

.pricing-table-green-features li { font-size: 14px; line-height: 40px; color: #686d80; border-bottom: 1px solid #ffffff;}

.pricing-table-green-features li:nth-child(odd) { background: #ecf0f1; }

.pricing-table-green-features li:nth-child(even) { background: #eaebec; }

.pricing-table-green-features li span.ion-ios-close-outline { color: #ef584d; font-size: 16px; line-height: 14px; display: inline-block; }

.pricing-table-green-features li span.ion-ios-checkmark-outline { color: #7bc200; font-size: 16px; line-height: 14px; display: inline-block; }

.pricing-table-green-footer { background: #f5f7f8; padding: 15px 0; }

.pricing-table-green-footer a.btn-ordernow { font-size: 15px; font-weight: 900; background: #00c1a6; color: #ffffff; padding: 4px 22px 6px; text-transform: capitalize; display: inline-block; }

.pricing-table-green-footer a.btn-ordernow:hover, .pricing-table-green-sub.active a.btn-ordernow { background: #b93f6d; }

.pricing-table-green-sub.pricing-table-green-pricing .pricing-table-green-title { background: #eaebec; position: relative; border-bottom: none; }

.pricing-table-green-sub.pricing-table-green-pricing .pricing-table-green-title h2 { color: #a1b1bc; position: absolute; top: 0; left: 0; bottom: 0; margin: auto; display: flex; right: 0; justify-content: center; height: 100%; flex-direction: column; font-family: 'Raleway', sans-serif; }

.pricing-table-green-sub.pricing-table-green-pricing .pricing-table-green-features li:nth-child(odd) { background: #f6f6f6; }

.pricing-table-green-sub.pricing-table-green-pricing .pricing-table-green-footer a.btn-ordernow { visibility: hidden; }

.pricing-table-green-sub.active { margin-top: -18px; }

.pricing-table-green-sub.active .pricing-table-green-title { padding: 24px 0; }

.pricing-table-yellow-sub-border { border: 1px solid #dde6e9; border-top: none; padding-bottom: 3px; }

.pricing-table-yellow-title { background: #fece24; padding: 13px 0 12px; -webkit-box-shadow: 0 0 9px 5px #f7f7f7; -moz-box-shadow: 0 0 9px 5px #f7f7f7; box-shadow: 0 0 9px 5px #f7f7f7; }

.pricing-table-yellow-title h2 { font-size: 25px; color: #ffffff; text-transform: uppercase; font-weight: 600; letter-spacing: 2px; }

.pricing-table-yellow-content { border-bottom: 1px solid #dde6e9; margin-bottom: 3px; padding: 30px 0 27px; }

.pricing-table-yellow-content p { width: 140px; height: 140px; border: 3px solid #ffffff; background: #f4f7f8; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; margin: auto; display: flex; justify-content: center; flex-direction: column; -webkit-box-shadow: 0 0 28px 12px #f4f4f4; -moz-box-shadow: 0 0 28px 12px #f4f4f4; box-shadow: 0 0 28px 12px #f4f4f4; }

.pricing-table-yellow-content p.price { color: #4e4e4e; }

.pricing-table-yellow-content p.price span { font-size: 35px; line-height: 35px; font-weight: 600; color: #a1b1bc; }

.pricing-table-yellow-content p.price span.month { font-size: 14px; line-height: 20px; font-weight: 500; display: block; }

.pricing-table-yellow-features { background: #ffffff; border-top: 1px solid #dde6e9; }

.pricing-table-yellow-features li { font-size: 14px; line-height: 40px; color: #a1b1bc; text-transform: capitalize; }

.pricing-table-yellow-features li:nth-child(even) { background: #f4f7f8; }

.pricing-table-yellow-footer { background: #f5f7f8; padding: 28px 0; margin-top: 1px; }

.pricing-table-yellow-footer a.btn-getstartednow { font-size: 15px; font-weight: 600; background: #FECB16; color: #ffffff; padding: 13px 29px 9px; text-transform: uppercase; display: inline-block; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; }

.pricing-table-yellow-footer a.btn-getstartednow:hover, .pricing-table-yellow-sub.active a.btn-getstartednow { background: #363636; }

.pricing-table-yellow-sub { position: relative; }

.pricing-table-yellow-sub.active { z-index: 9; }

.pricing-table-yellow-sub.active .pricing-table-yellow-title { background: #323941; -webkit-box-shadow: 0 0 0 10px #363637; -moz-box-shadow: 0 0 0 10px #363637; box-shadow: 0 0 0 7px #363637; }

.pricing-table-yellow-sub.active .pricing-table-yellow-sub-border { position: relative; z-index: -1; }

.pricing-table-yellow-sub.active .pricing-table-yellow-footer { padding: 35px 0; }

.pricing-table-yellow .column:last-child:not(:first-child), .pricing-table-yellow .columns:last-child:not(:first-child) { float: left; }



.q-pop{
	position:absolute;
	background:#42536e;
	z-index:99;
	text-align:left;
	left:65%;
	top:0;
	width:250px;
	padding:5px 15px 10px;
	display:none;
}
#qp-6.q-pop{
	left:82%;
}
#qp-9.q-pop,
#qp-10.q-pop{
	left:89%;
}
.q-pop:before {
  position: absolute;
  content: '';
  top: calc(24% - 10px);
  left: -10px;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #42536e transparent transparent;
  -webkit-transition-property: left;
  transition-property: left;
}
.q-pop h3{
	margin:0;
	padding:0 0 5px;
	font-size:16px;
	font-weight:600;
	text-transform:capitalize;
	color:#fff;
}
.q-pop p{
	margin:0;
	padding:0;
	font-size:13px;
	color:#fff;
}
.q-pop .close{
	position:absolute;
	width:22px;
	border-bottom:0px;
	background:#fff url(/Images/cross.png);
	background-size:100%;
	border-radius:100%;
	border:solid 1px #fff;
	right:-8px;
	top:-8px;
	display:block;
	height:22px;
}
#taglist .post-info.when-link:after{
	content:',';
	display:inline-block;
	font-size:21px;
}
#taglist .post-info.when-link:last-child:after{
	display:none;
}

/** added by chris may 12 2017 **/
div.footer_subscription input[type="submit"] {
    background: none !important;
    border: 1px solid #AE3964/*#D9521D*/;
    color: #AE3964/*#D9521D*/;
}

.footer_subscription input[type="submit"]:hover{
	border: 1px solid #fff ;
	color: #fff;
	background: #42536e !important;
	
}
/** added by chris may 12 2017 **/

.footer_subscription input[type='text'],.footer_subscription input[type='email']{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	-ms-border-radius: 5px; 
	-o-border-radius: 5px; 
	border-radius: 5px; 
}



@media only screen and (max-width:767px){
	
	/** added may 8 2017 **/
	.orange_cont label{
		text-align:left;
		
	}
	
	.orange_cont label.mobile_radio {
		margin-bottom: 10px;
		display: block;
	}

	div.istextarea {
		margin-bottom: 5px;
		font-size: 15px;
		line-height: 18px;
	}
	div.istext{
				margin-bottom:0px;
				font-size:15px;
	}
	/** added may 8 2017 **/
/* added may 5 2017 */	
.ilistserv .pl0{
	padding-left:15px !important
}
div.columns.medium-5.iadjusting_top {
    margin-top: 6px;
}
/* added may 5 2017 */

.pricing-table-green-sub.pricing-table-green-pricing .pricing-table-green-title{
	  height:80px !important;
  }
  .pricing-table-green{
	  padding-bottom:0px !important;
  }
  .pricing-table-green .columns{
	  float:none;
	  width:100%;
	  margin:0 0 25px;
  }
  .pricing-table-green-title h2{
	  min-height:inherit;
  }
  .pricing-table-green-sub.active .pricing-table-green-title{
	  padding:16px 0 14px;
  }
.q-pop,
#qp-6.q-pop,
#qp-9.q-pop,
#qp-10.q-pop{
	left:50%;
	margin:45px 0 0 -125px;
}
.q-pop:before{
  pointer-events: none;
  z-index: -1;
  -webkit-transition-property: top;
  transition-property: top;
  left: calc(50% - 10px);
  top: -10px;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fae44e transparent;
}
}







@media only screen and (max-width:64.063em) {
	#pagecontent .homebanner .textgroup h1 {
		font-size: 40px;
		margin-top: 35px;
	}
	#pagecontent .homebanner .textgroup p {
		font-size: 24px;
		margin-bottom: 20px;
	}
	#pagecontent .homebanner .textgroup p:last-of-type {
		margin-bottom: 45px;
		margin-top: 35px;
	}
	#pagecontent .homebanner .textgroup .button, #pagecontent .homebanner .textgroup button {
		margin-left: 0 !important;
		display: block;
		margin-bottom: 10px;
	}
}
@media only screen and (max-width:40.063em) {
	#pagecontent .homebanner .textgroup {
		text-align: center;
	}
	#pagecontent .homebanner .textgroup h1 {
		font-size: 28px;
		margin-top: 20px;
		margin-bottom: 5px;
	}
	#pagecontent .homebanner .textgroup p {
		font-size: 18px;
		margin-bottom: 22px;
	}
	#pagecontent .homebanner .textgroup .button, #pagecontent .homebanner .textgroup button {
		margin-left: 0 !important;
		width: 100%;
	}
}
#pagecontent .quiz .formlabel {color: #fff; text-align: center;}
#pagecontent .quiz .formlabel>small {
	font-size: 18px;
	font-weight: 400;
	margin-top: 15px;
	display: block;}
#pagecontent .quiz .button-group {margin-top: 20px; margin-bottom: 20px;}
#pagecontent .quiz .button-group li {
	font-size: 22px;
	color: rgba(255,255,255,.5);
	padding: 5px 0;
	width: 14%;
	text-align: center;
	cursor: default;
	background: rgba(255,255,255,.15)}
#pagecontent .quiz .button-group li+li {border-left: 1.5px solid #AE3964;}
#pagecontent .quiz .button-group li:last-child {width: 40%;}
#pagecontent .quiz .button-group li.active {color: #fff; 
/* updated by chris may 6 2017
background: rgba(255,255,255,.35);
*/
background:#425366/* rgb(66, 83, 110,.75)*/

}
#pagecontent .quiz .button-group li:last-of-type {box-shadow: none;}
#pagecontent .quiz label {color: #fff; font-size: 16px;}
#pagecontent .quiz label.radio + label:not(.radio) {margin-top: 20px;}
#pagecontent .quiz button {margin-top: 20px; margin-bottom: 0;}
#pagecontent .quiz {
 	position: relative;
}
#pagecontent .quiz .buttonholder {
	position: absolute;
	bottom: 20px;
}
#pagecontent .quiz label {
	display: none;
}
#pagecontent .quiz select {
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 40px;
	width: calc(100% - 75px);
	font-size: 0.9rem;
	line-height: 1.2;
	font-weight: 400;
	white-space: normal;
	-moz-appearance: none;
	-webkit-appearance: none;
	color: #fff;
	height: auto;
	min-height: 64px;
	border: 1px solid #fde4d4;
	cursor: pointer;
	background: #425366/*#42536e*/ url('/images/general/down-arrow.png') no-repeat right 20px center;
	background-size: 1em;
	box-sizing: content-box;
}
#pagecontent .quiz > .quizstep > select {
	margin-bottom: 30px;
}
#pagecontent .quiz .error-group {
	height: auto;
	min-height: 64px;
}
#pagecontent .quiz select:hover {
	/*background-color: rgba(255,255,255,.05);*/
	border: 1px solid #fff;
	box-shadow: 0px 0px 5px rgba(255,255,255,.25) inset;}
#pagecontent .quiz select.unselected {
	font-weight: normal;
	background-color: transparent;}

#pagecontent .quiz .error-group {
	margin-bottom: 30px;
	position: relative;
}
#pagecontent .quiz .error-group small {
	border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;
	color: white;
	background: none;
	position: absolute;
}
#pagecontent .quiz .radio {
	vertical-align: baseline;
	margin-bottom: 7px;
	margin-left: 20px;
	font-size: 13px;
	color: rgba(255,255,255,.85);
	line-height: 1.4;}
#pagecontent .quiz .radio input[type=radio],
#pagecontent .quiz .radio input[type=checkbox] {
	margin: 0 8px 0 -20px;
	vertical-align: baseline;
	height: auto;}
#pagecontent .quiz button,
#pagecontent .quiz .button {margin: 0;}
#pagecontent .quiz button:hover, #pagecontent .quiz .button:hover {
	color: #e2e2e2;
}
#pagecontent .homemiddle {
	background: #efefef; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzZlYjQzZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzZlYjQzZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(left,  #efefef 1%, #efefef 51%, #efefef 51%, #fff 51%, #fff 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,#efefef), color-stop(51%,#efefef), color-stop(51%,#efefef), color-stop(51%,#fff), color-stop(99%,#fff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #efefef 1%,#efefef 51%,#efefef 51%,#fff 51%,#fff 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #efefef 1%,#efefef 51%,#efefef 51%,#fff 51%,#fff 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #efefef 1%,#efefef 51%,#efefef 51%,#fff 51%,#fff 99%); /* IE10+ */
	background: linear-gradient(to right,  #efefef 1%,#efefef 51%,#efefef 51%,#fff 51%,#fff 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#fff',GradientType=1 ); /* IE6-8 */}
#pagecontent .homemiddle .hm_inner {
	background: #efefef; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzZlYjQzZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzZlYjQzZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(left,  #efefef 1%, #efefef 60%, #efefef 60%, #fff 60%, #fff 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,#efefef), color-stop(60%,#efefef), color-stop(60%,#efefef), color-stop(60%,#fff), color-stop(99%,#fff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #efefef 1%,#efefef 60%,#efefef 60%,#fff 60%,#fff 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #efefef 1%,#efefef 60%,#efefef 60%,#fff 60%,#fff 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #efefef 1%,#efefef 60%,#efefef 60%,#fff 60%,#fff 99%); /* IE10+ */
	background: linear-gradient(to right,  #efefef 1%,#efefef 60%,#efefef 60%,#fff 60%,#fff 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#fff',GradientType=1 ); /* IE6-8 */}

#pagecontent .report-block h2 {font-size: 32px; margin-top: 22px;}
#pagecontent .report-block .rightarrow {
	position: relative;
	display: block;
	border: 2px solid #999;
	border-radius: 5px;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
	font-size: 14px;
	font-weight: normal;
	padding: 10px;}
#pagecontent .report-block .rightarrow span {text-transform: none;}
#pagecontent .report-block .rightarrow + .rightarrow {margin-top: 15px;}
#pagecontent .report-block .rightarrow::after {
	content: "\f054";
	position: absolute;
	right: 10px;
	top: 13px;
	font-weight: normal;
	font-style: normal;
	font: normal normal normal 18px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;}
#pagecontent .report-block .rightarrow:hover {color: #AE3964/*#d9531d*/; border-color: #AE3964/*#d9531d*/;}
#pagecontent .report-block .rightarrow:hover span {color: #999;}
#pagecontent .report-block .rightarrow:hover::after {color: #AE3964/*#d9531d*/;}

#pagecontent .stories h2 {
	font-size: 32px;
	margin-top: 30px;
	margin-bottom: 26px;
	padding-left: 30px;}
#pagecontent .stories a {
	overflow: hidden;
	display: block;
	text-decoration: none;}
#pagecontent .stories ul {margin-left: 0;}
#pagecontent .stories li {
	display: block;
	overflow: hidden;
	padding-left: 30px;
	padding-top: 30px;}
#pagecontent .stories li:first-of-type {padding-top: 0;}
#pagecontent .stories h3 {
	font-weight: 400;
	font-size: 17px;
	margin-top: 0;
	margin-bottom: 15px;
	
	
	}
#pagecontent .stories .more {
	font-weight: normal;
	color: #42536e;
	font-weight: 200;}
#pagecontent .stories .more::after {
	content: "\f054";
	padding-left: 5px;
	margin-top: .5px;
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
	font: normal normal normal 12px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;}
#pagecontent .stories a:hover .more {text-decoration: underline;}
#pagecontent .stories a:hover .more::after {text-decoration: none;}
#pagecontent .stories img {
	float: left;
	margin-right: 0.5rem;
	border: 1px solid #ccc;}
#pagecontent .stories li::before {content: "";}

#pagecontent .approach a {
	display: block;
	overflow: hidden;
	background: #f5f5f5;
	text-align: center;}
#pagecontent .approach h2 {
	text-align: center;
	font-size: 40px;
	margin: 40px 0;}
#pagecontent .approach img {width: 100%;}
#pagecontent .approach h3 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
	color: #333;
	/* updated by chris may 6
	margin: 25px 30px 0
	*/
	margin: 25px 30px 10px
	}
#pagecontent .approach p {margin: 15px 30px 30px;color: #999;}

#pagecontent .testimonial {
	background: #63B0BB/*#201c15*/;
	padding: 50px 0;
	margin-bottom: -30px;}
#pagecontent .testimonial blockquote {
	border: none;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #aaa;
	font-size: 20px;
	line-height: 1.7;
	text-align: center;}
#pagecontent .testimonial blockquote::before,
#pagecontent .testimonial blockquote::after {
	position: absolute;
	color: rgba(255,255,255,.2);
	font-size: 380px;
	display: block;}
#pagecontent .testimonial blockquote::before {
	content: "\201C";
	left: 0;
	top: 0;
	line-height: 220px;}
#pagecontent .testimonial blockquote::after {
	content: "\201E";
	right: 0;
	bottom: 0;
	line-height: 300px;}
#pagecontent .testimonial blockquote cite {
	margin-top: 20px;
	font-style: normal;
	font-size: 18px;
	color: #ddd;
	font-weight: 100;}
#pagecontent .testimonial blockquote cite b {font-weight: 400; color: #fff;}
#pagecontent .testimonial blockquote cite::before {content: "";}

.quiz .quizstep {
    min-height: 300px;
}
.faq-item{
	margin-bottom: 20px;
}
.faq-item > a{
	position: relative;
	display: block;
	border: 2px solid #999;
	border-radius: 5px;
	text-decoration: none;
	color: #6f6f6f;
	font-size: 18px;
	padding: 10px 10px 10px 30px;
}
.faq-item > a:before { 
    border-color: transparent #AE3964/*#d9531d*/;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    content: "";
    display: inline-block;
    height: 0;
    left: 12px;
    position: absolute;
    top: 12px;
    width: 0;
}
.faq-item > a.faq-open{
	border-radius: 5px 5px 0 0;
	color: #AE3964/*#d9531d*/;
}
.faq-item > a.faq-open:before{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}
.faq-item-details{
	border: 2px solid #999;
	border-top: none;
	border-radius: 0 0 5px 5px;	
    background: #fff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fff, #efefef); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff, #efefef); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, #efefef); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, #efefef); /* Standard syntax */
} 
.faq-item-details blockquote {
    border: medium none;
    padding-left: 30px;
}
.visual-navigation-items{
	margin: 40px 0;
}
.visual-navigation-items a{
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 0 30px;
}
.visual-navigation-items img{	
	-webkit-transform: scaleX(1) scaleY(1) scaleZ(1);
	transform: scaleX(1) scaleY(1) scaleZ(1);
    -webkit-transition: transform 500ms ease 0s;
    transition: transform 500ms ease 0s;
    width: 100%;
}
.visual-navigation-items a:hover img{
	-webkit-transform: scaleX(1.2) scaleY(1.2) scaleZ(1.2);
	transform: scaleX(1.2) scaleY(1.2) scaleZ(1.2);
}
.divider-inside {
    background-color: hsla(0, 0%, 100%, 0.1);
    height: 100%;
    padding: 15px;
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 0;
    text-align: center;
}
.line-inside {
    border-color: hsla(0, 0%, 100%, 0.95);
    border-style: solid;
    border-width: 1px;
    height: 100%;
    width: 100%;
}

/** added may 5 201 */
.line-inside.xisline_insides {
    border: none;
}

.columns.medium-5.iadjusting_top {
    margin-top: -49px;
}

/** added may 5 201 */

/* added by may 8 2017 by chris **/
.quiz input[type="text"], .quiz input[type="email"]{
		background:none;
		border-radius: 5px;
}

.istext {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    line-height: 33px;
	text-align:left !important;
	margin-bottom: 25px;
	font-family:raleway;
}

.istextarea {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 25px;
    line-height: 25px;
	font-family:raleway;
	text-align:left;
   
}
.istextarea a{
		color:#42536e;
}
.istextarea a:hover{
	color:#fff;
}
.iscenter{
 
}
.orange.isfooter_forms input[type="text"], .orange.isfooter_forms input[type="email"], .orange.isfooter_forms input[type="tel"], .orange.isfooter_forms textarea {
    background: none;
    color: #fff;
    border-radius: 5px;
}
/* end added by may 8 2017 by chris **/
.banner-conent {
    position: relative;
   /*  top: 78%; 
       -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
   */
   /* updated on may 8 2017 by chris */
   top: 90%;
   -webkit-transform: translate(0px, -58%);
    transform: translate(0px, -58%);
   /* end updated on may 8 2017 by chris */
   
   
    
}
.banner-conent h4 {
    background-color: #42668d;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 0;
    padding: 12px;
	
	/* updated on may 8 2017 by chris */
	width:100%;
   /* end updated on may 8 2017 by chris */
    /* 
	updated by chris may 8 2017
	text-transform: uppercase;
	end 
	*/
}
/* added on may 9 2017 by chris */
.istheport .banner-conent{
	bottom: 5px;
    position: absolute;
    top: auto;
    transform: none;
    width: 100%;
}
.istheport .banner-conent h4{
	width:auto;
	padding:8px;
}

.istheport .line-inside{
	position:relative;
}


/* end added on may 9 2017 by chris */
.product-item {
	padding-bottom: 40px;
	margin-top: 40px !important;
	margin-bottom: 40px !important;
	border-bottom: 1px solid #333;
}
.product-item a {
  /* updated by chris may 23 2017
    display: block;
  */
    position: relative;
}
.display_inline {display:inline !important};
/* added on june 24 2017 by chris */
.faq_wrapper .faq_list {
    margin-bottom: 10px;
}

.faq_wrapper .faq_list h4 span{
    font-size: 24px;
    margin-right: 5px;
	color:#42536e;
}
.faq_wrapper .faq_list h4 span.minus{
	opacity:.5;
}
/* end added on june 24 2017 by chris */

/* added on june 26 2017 by chris */
.tbl_cart{
	width:100%;
    border:none;
    background:#fff;
    margin:25px 0 0;
}

.tbl_cart tr{
	background:#fff !important;
}
.tbl_cart th{
	background:#f5f5f5;
}
.tbl_cart th,
.tbl_cart td{
    border-top:1px solid #e9ebec;
    padding:20px 15px;
}
.tbl_cart td.title{
	width:80%;
}
.tbl_cart td.price {
    width: 15%;
}
.cart_back_btn{
	border-bottom: 0 none;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    display:inline-block;
}
.remove-item a {
    background: rgba(0, 0, 0, 0) url("../Images/close-icon.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 18px;
    text-indent: -9999px;
    width: 18px;
    overflow:hidden;
}
/* endadded on june 26 2017 by chris */

@media only screen and (max-width: 64.000em) {

}
@media only screen and (max-width:40.063em) {
	#pagecontent .report-block h2 {text-align: center;}
	#pagecontent .homebanner .textgroup h1 {text-align: center;}
	#pagecontent .quiz {margin: 0;}
	#pagecontent .homemiddle,
	#pagecontent .homemiddle .hm_inner {background: #f5f5f5;}
}

/* @end */
/* @group Page Footer */

#pagefooter {padding-top: 15px;}
#pagefooter .contactsubscribe {
	background: #efefef; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzZlYjQzZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzZlYjQzZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(left,  #efefef 1%, #efefef 50%, #efefef 50%, #AE3964/*#D9521D*/ 50%, #AE3964/*#D9521D*/ 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,#efefef), color-stop(50%,#efefef), color-stop(50%,#efefef), color-stop(50%,#AE3964/*#D9521D*/), color-stop(99%,#AE3964/*#D9521D*/)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #efefef 1%,#efefef 50%,#efefef 50%,#AE3964/*#D9521D*/ 50%,#AE3964/*#D9521D*/ 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #efefef 1%,#efefef 50%,#efefef 50%,#AE3964/*#D9521D*/ 50%,#AE3964/*#D9521D*/ 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #efefef 1%,#efefef 50%,#efefef 50%,#AE3964/*#D9521D*/ 50%,#AE3964/*#D9521D*/ 99%); /* IE10+ */
	background: linear-gradient(to right,  #efefef 1%,#efefef 50%,#efefef 50%,#AE3964/*#D9521D*/ 50%,#AE3964/*#D9521D*/ 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#AE3964/*#D9521D*/',GradientType=1 ); /* IE6-8 */}
#pagefooter .cs_inner {
	background: #efefef; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzZlYjQzZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzZlYjQzZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(left,  #efefef 1%, #efefef 35%, #efefef 35%, #AE3964/*#D9521D*/ 35%, #AE3964/*#D9521D*/ 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,#efefef), color-stop(35%,#efefef), color-stop(35%,#efefef), color-stop(35%,#AE3964/*#D9521D*/), color-stop(99%,#AE3964/*#D9521D*/)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #efefef 1%,#efefef 35%,#efefef 35%,#AE3964/*#D9521D*/ 35%,#AE3964/*#D9521D*/ 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #efefef 1%,#efefef 35%,#efefef 35%,#AE3964/*#D9521D*/ 35%,#AE3964/*#D9521D*/ 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #efefef 1%,#efefef 35%,#efefef 35%,#AE3964/*#D9521D*/ 35%,#AE3964/*#D9521D*/ 99%); /* IE10+ */
	background: linear-gradient(to right,  #efefef 1%,#efefef 35%,#efefef 35%,#AE3964/*#D9521D*/ 35%,#AE3964/*#D9521D*/ 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#AE3964/*#D9521D*/',GradientType=1 ); /* IE6-8 */
	padding: 54px 0;}
#pagefooter .contactsubscribe .white {
	overflow: hidden;
	padding-right: 40px;
	overflow: hidden;}
#pagefooter .contactsubscribe .orange {
	overflow: hidden;
	padding-left: 70px;
	overflow: hidden;}
#pagefooter .contactsubscribe textarea {height: 161px;}
#pagefooter .contactsubscribe .orange .rightbutton {text-align: right;}

#pagefooter .ourpartners h2 {
	text-transform: uppercase;
	font-size: 30px;
	padding: 34px 0;
	color: #42536e;}
#pagefooter .ourpartners h2>span {color: #999;}
#pagefooter .ourpartners .partnerslides {margin: 0;}
#pagefooter .ourpartners .slick-track {max-height: 120px; overflow: hidden;}
#pagefooter .ourpartners img {max-height: 120px; padding: 20px;}

#pagefooter .footernav {
	text-align:center;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 26px 0;}
#pagefooter .footernav ul {list-style: none; margin: 0;}
#pagefooter .footernav nav>ul>li {display: inline-block; vertical-align: top;}
#pagefooter .footernav nav>ul>li>a {
	text-transform: uppercase;
	color: #333;
	font-weight: 600;
	font-size: 14px;}
#pagefooter .footernav nav>ul ul {margin-top: 5px; display:none;}
#pagefooter .footernav nav>ul>li+li {margin-left: 40px;}
#pagefooter .footernav nav>ul>li li a {color: #333; font-size: 11px;}
#pagefooter .footernav nav>ul>li li.active a {color: #aaa;}

#pagefooter .footerlinks {padding: 29px 0;}
#pagefooter .footerlinks ul {list-style: none; margin: 0;}
#pagefooter .footerlinks li {display: inline-block;}
#pagefooter .footerlinks li, #pagefooter .footerlinks a {color: #999; font-size: 13px;}
#pagefooter .footerlinks li+li {
	border-left: 1px solid #999;
	padding-left: 9px;
	margin-left: 9px;
	line-height: 12px;}
#pagefooter .footerlinks li.active a {text-decoration: underline;}

#pagefooter .iconbar {margin-top: 15px;}

/* ----------------- */
/*      HEADER       */
/* ----------------- */
.bg-hero {
	background-image: url('/images/general/grey-pattern-narrow.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: -3;
	margin-bottom: 1.5rem;
}
.bg-hero::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.15);
	z-index: -2;
}
.bg-hero h1 {
	position: relative;
	margin-top: 60px;
	margin-bottom: 60px;
	margin-left: 20px;
	padding: 0 1rem 5px;
	color: #fff;
	text-shadow: 1px 1px 6px rgba(0,0,0,.3);
	font-size: 2.67rem;
	/* may 5 2017 updated by chris 
	font-weight: 900;
	*/
	text-transform: lowercase;
	line-height: 1.2;
	letter-spacing: 3px;
	z-index: 1;
}
.bg-hero h1::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -26px;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(0%,-50%);
	width: 100px;
	height: 100px;
	border: 25px solid #AE3964/*rgb(190,83,40)*/;
	border-radius: 999px;
	box-shadow: 1px 1px 6px rgba(0,0,0,.5);;
	z-index: -1;
}
/* ----------------- */
/*      SIDEBAR      */
/* ----------------- */
aside {
	margin-bottom: 2rem;
}
aside h4 {
	margin-bottom: 0.5rem;
}
aside ul {
	list-style: none;
	margin-left: 1.2rem;
}
aside ul li {
	margin-bottom: 0.5rem;
	line-height: 1.3;
	position: relative;
}
aside ul li::before {
	content: "\f054";
	position: absolute;
	left: -1rem;
	top: 4px;
	color: #333;
	font: normal normal normal 10px FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 9px;}
/* ----------------- */
/*       BLOG        */
/* ----------------- */
.inline-btn {
	font-style: italic;
	text-transform: uppercase;
	border-bottom: 1px solid #201c15;
}
.inline-btn:hover {
	color: #201c15;
}

/* ----------------- */
/*     BLOCK LIST    */
/* ----------------- */

.bg-image {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.block-list {
	display: flex;
	justify-content: space-around;}
.block-list .item {
	position: relative;
	width: 31%;
	height: 280px;
	margin-bottom: 20px;
}
.block-list .item .text-overlay, .block-list .item .hover-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.block-list .item .text-overlay {
	background-image: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,.3) 20%, rgba(0,0,0,.6) 60%, rgba(0,0,0,.8) 100%);
	border-bottom: 4px solid #BE5329;
}
.block-list .item .text-overlay h3 {
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 1px;
	color: white;
	text-shadow: 1px 1px 6px rgba(0,0,0,.4);
	position: relative;
	top: 0;
	transition: all 200ms ease-in-out 0s;
	-webkit-transition: all 200ms ease-in-out 0s;
	
}
.block-list .item.hovered .text-overlay h3 {
	top: -16px;
	transition: all 250ms ease-in-out 100ms;
	-webkit-transition: all 250ms ease-in-out 100ms;
}
.block-list .item .hover-overlay {
	opacity: 0;
	transition: all 100ms ease-in-out 100ms;
	-webkit-transition: all 100ms ease-in-out 100ms;
}
.block-list .item .hover-overlay h4 {
	color: #BE5329;
	font-weight: 700;
	font-size: 14px;
	margin-top: 18px;
}
.block-list .item.hovered .hover-overlay {
	opacity: 1;
}
@media only screen and (max-width: 71.4rem) {
	.block-list .item {
		height: 25vw;	
	}
}
@media only screen and (max-width: 640px) {
	/** added by chris may 8 2017 **/
	
	/** end added by chris may 8 2017 **/
	.block-list {
		flex-wrap: wrap;
	}
	.block-list .item {
		width: 100%;
		height: 80vw;
	}
}
/* ----------------- */
/*     UTILITIES     */
/* ----------------- */

.capitalize {
	text-transform: capitalize !important;
}
.ttn {
	text-transform: none !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb1 {
	margin-bottom: 0.67rem !important;
}
.mb2 {
	margin-bottom: 1.33rem !important;
}
.mb3 {
	margin-bottom: 2.33rem !important;
}
.mb4 {
	margin-bottom: 3.67rem !important;
}
.mt0 {
	margin-top: 0 !important;
}
.mt1 {
	margin-top: 0.67rem !important;
}
.mt2 {
	margin-top: 1.33rem !important;
}
.mt3 {
	margin-top: 2.33rem !important;
}
.mt4 {
	margin-top: 3.67rem !important;
}
.pb0 {
	padding-bottom: 0 !important;
}
.pb1 {
	padding-bottom: 0.67rem !important;
}
.pb2 {
	padding-bottom: 1.33rem !important;
}
.pb3 {
	padding-bottom: 2.33rem !important;
}
.pb4 {
	padding-bottom: 3.67rem !important;
}
.pt0 {
	padding-top: 0 !important;
}
.pt1 {
	padding-top: 0.67rem !important;
}
.pt2 {
	padding-top: 1.33rem !important;
}
.pt3 {
	padding-top: 2.33rem !important;
}
.pt4 {
	padding-top: 3.67rem !important;
}
.pl0 {
	padding-left: 0 !important;
}
.pl1 {
	padding-left: 0.67rem !important;
}
.pl2 {
	padding-left: 1.33rem !important;
}
.pl3 {
	padding-left: 2.33rem !important;
}
.pl4 {
	padding-left: 3.67rem !important;
}
.pr0 {
	padding-right: 0 !important;
}
.pr1 {
	padding-right: 0.67rem !important;
}
.pr2 {
	padding-right: 1.33rem !important;
}
.pr3 {
	padding-right: 2.33rem !important;
}
.pr4 {
	padding-right: 3.67rem !important;
}


@media only screen and (max-width: 64.000em) {
	#pagefooter .footerlinks {padding: 10px 0; text-align: center;}
	#pagefooter .iconbar {text-align: center;margin: 0;}
	#pagefooter .iconbar li {line-height: 20px;}
	#pagefooter .iconbar a {
		font-size: 20px;
		padding: 5px;
		width: 30px;
		height: 30px;}
}
@media only screen and (max-width:40.063em) {
	#pagefooter .contactsubscribe,
	#pagefooter .contactsubscribe .cs_inner {background: #AE3964/*#D9521D*/;}

	#pagefooter .contactsubscribe .white,
	#pagefooter .contactsubscribe .orange {padding: 0;}
	#pagefooter .contactsubscribe .orange {margin-top: 50px;}

	#pagefooter .contactsubscribe .white input,
	#pagefooter .contactsubscribe .white input[type=text],
	#pagefooter .contactsubscribe .white input[type=email],
	#pagefooter .contactsubscribe .white input[type=tel],
	#pagefooter .contactsubscribe .white select,
	#pagefooter .contactsubscribe .white textarea {color: #fff;}

	#pagefooter .contactsubscribe .white .formlabel {color: #fff;}
	#pagefooter .contactsubscribe .white input::-webkit-input-placeholder,
	#pagefooter .contactsubscribe .white textarea::-webkit-input-placeholder {color: #fff;}
	#pagefooter .contactsubscribe .white input[type=submit],
	#pagefooter .contactsubscribe .white button {border: 1px solid #fff; color: #fff;}
	#pagefooter .contactsubscribe .white input[type=submit]:hover,
	#pagefooter .contactsubscribe .white button:hover {
		border: 1px solid #fff;
		color: #fff;
		background: #42536e;}
	#pagefooter .contactsubscribe .white .system-message,
	#pagefooter .contactsubscribe .white .system-error-message {color: #fff; font-style: italic;}
	#pagefooter .contactsubscribe .white small.error {color: #AE3964/*#d9531d*/; background: #fff;}
	#pagefooter .contactsubscribe .white p {color: #fff;}

	#pagefooter .footerlinks li,
	#pagefooter .footerlinks a {font-size: 10px;}
}


/** added may 17 2017 **/
	.recaptchatable, #recaptcha_area tr, #recaptcha_area td, #recaptcha_area th {line-height:0!important;}

	.recaptcha_input_area{height: 30px!important;}

	#recaptcha_area input[type="text"] { display: inline-block; height: auto;}
	.irecaptcha.required {
		margin-bottom: 18px;
	}
/** added may 17 2017 **/
/* @end */