
/* INSPECTION SERVICES CSS */

body {
	padding: 0;
	margin: 0;
	font-family: 'Gentium', serif;
  font-size: 1.1rem;
  line-height: 1.45;
  color: #1E242B;
}

body.noBg {
	background: none;
}
/* RESET */

html, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, fieldset, aside, nav, header {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
h1, h2, h3, h4 {
	font-family: 'Montserrat', sans-serif;
}
ul {
	list-style: none;
}

fieldset, img {
	border: none;
}

th {
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*tr:not(.rgPager) {
	display: inherit;
	padding: 4px 0;
}*/
td {
	vertical-align: top;
}
a {
	outline: none;
	text-decoration: none;
	padding: 0;
	-webkit-transition: color .09s linear;
	transition: color .09s linear;
	overflow-wrap: break-word;
  word-wrap: break-word;
	color: #FF4337;
}
/* LINKS */
.white-text {
	color: #fff;
}
.close {
	max-height: 0;
	/*overflow: hidden;*/
	-webkit-transition: max-height .35s ease-out;
	transition: max-height .35s ease-out;
}
.drop {
	overflow: initial;
	max-height: 550px!important;
}
.underline {
	text-decoration: underline;
	white-space: pre;
}
.red-text {
	color: #ff4337;
}
/* HTML5 DISPLAY RULE */
header, nav, footer, article, aside, canvas, details, figcaption, hgroup, menu, summary, section, figure {
	display: block;
}

/* PAGE LAYOUT - UNIVERSAL */

#pageCenter {
	position: relative;
	margin: 0 auto;
	max-width: 77em;
}

/* HEADER */

#header {
	position: relative;
	width: 100%;
	min-height: 125px;
	background: #FF4337;
	background: url(../images/header_bg.svg) #ff4337 no-repeat left top;
	background-position: left center;
	background-size: cover;
}
#header .page-title {
	display: block;
	position: absolute;
  padding: .45em 15px .45em 24px;
	text-transform: uppercase;
	font-size: 2em;
	bottom: 50%;
	font-family: 'Montserrat', sans-serif;
	-webkit-transform: translateY(50%);
	        transform: translateY(50%);
	-webkit-transition: font-size .15s linear;
	transition: font-size .15s linear;
}
#header .page-title a {
	line-height: 1.1;
}
#logo {
	float: left;
	margin: 2.25em 10px 1em 0;
}
#logo img {
	width: 100%;
	height: 100%;
}
#tagline {
	float: left;
	padding: 5.75em 1em .5em 6%;
	border-right: 1px #40667d dotted;
	margin-right: 10px;
}

/* GLOBAL NAVIGATION */

#globalWrapper {
	float: right;
	margin: 1rem 1rem 0 0;
	padding: 0;
}
ul#global  {
	padding: 0 0 10px 0;
	float: left;
	clear: both;
}
ul#global li {
	font-family: 'Montserrat', sans-serif;
	font-size: .6em;
	float: left;
	border-right: 1px #fff solid;
	padding: 0 6px 0 6px;
	-webkit-transition: font-size .15s linear;
	transition: font-size .15s linear;
	text-transform:uppercase;
	font-weight:bold;
}
ul#global li.last {
	border-right: none;
	padding-right: 0;
}
ul#global a {
	color: #EEEBEA;
}
ul#global a:hover {
	color: #1E242B;
}
ul#global a.login {
	padding-left: 14px;
}

ul#social {
	display: none!important;
	float: right;
	padding: 0;
	clear: both;
}
ul#social li {
	float: left;
	padding: 0 3px 0 3px;
}
#search {
	background-color: #fff;
	padding: 7px;
	border: 1px #afc4d0 solid;
}
#search img {
	vertical-align: middle;
	border: 1px #eeefef solid;
}
input#query {
	height: 1.6em;
	width: 13em;
	color: #888888;
	border: 1px #eeefef solid;
	font-size: 0.73em;
}
/* PRIMARY NAVIGATION */

nav#primary {
	width: 100%;
	background: #FF4337;
	font-family: 'Montserrat', sans-serif;
}

nav#primary ul:not(.mega-ul) {
	display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
	-ms-flex-pack: end;
  -webkit-box-pack: end;
	        justify-content: flex-end;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
	position: relative;
	padding: 0 2.5rem 0 0;
	margin: 0 0 0 auto;
	height: 3rem;
	max-width: 780px;
}

nav#primary li.mega, nav#primary li.megaNone {
 -ms-flex-order: 0;
 -webkit-box-ordinal-group: 1;
         order: 0;
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
	position: relative;
	font-size: .85em;
	margin: 0;
	padding: 0 16px;
	height: 100%;
	line-height: 1.25;
	text-align: center;
	cursor: pointer;
	-webkit-transition: background .15s linear, font-size .15s linear;
	transition: background .15s linear, font-size .15s linear;
}
.mega a, .megaNone a {
	display: block;
  margin: 1rem 0;
	font-weight: 600;
	letter-spacing: 1px;
}
nav#primary li.mega:hover > a, nav#primary li.megaNone:hover > a {
	color: #EEEBEA;
}
nav#primary li.megaNone > a:after, nav#primary li.mega > a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 9px;
	width: 0;
	margin: 0;
	background: #fff;
	-webkit-transition: width .08s linear, background 1s linear;
	transition: width .08s linear, background 1s linear;
}
nav#primary li.megaNone:hover > a:after, nav#primary li.mega:hover > a:after {
	left: 0;
	width: 100%;
	height: 2px;
	background: #D9D9D6;
	/*transform: translateX(-50%);*/
}
nav#primary li.mega div {
	display: none;
}

/* MEGA MENUS - dropdowns level 2 nav */
nav#primary div {
	display: none;
	z-index: 20;
}
nav#primary li.mega div.dropDown {
	background-color: #EEEBEA;
	position: absolute;
	box-shadow: 3px 3px 4px rgba(0, 0, 0, .15); /* blk with 15% opacity */
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .15);
	top: 48px!important;
	left: -3px!important;
	width: 126%;
	min-width: 240px;
}
nav#primary li.mega div#lastDropDown {
	min-width: 160px;
}
nav#primary li.mega div div {
	position: relative;
	background: 0;
	border: 0;
}

nav#primary li.hovering div {
	display: block;
}

nav#primary li.mega div ul {
	display: block;
	width: 80%;
	list-style: none;
	margin: 16px auto;
	padding: 0;
}

nav#primary li.mega div ul li {
	font-size: .9rem;
	font-weight: normal;
	width: 100%;
	margin: 0;
	padding: 8px 0;
	float: none;
  text-align: left;
}
nav#primary li.mega div ul li:not(:last-child) {
	border-bottom: 1px solid #D9D9D6;
}
nav#primary li.mega div ul li ul {
	list-style: none;
	margin: 7px 0 0 0;
	padding: 0;
}

nav#primary li.mega div ul li ul li {
	font-size: 100%;
	margin: 0 17px 0 10px;
	padding: 2px 0 2px 0;
	float: none;
	border-bottom: none;
}

nav#primary li.mega div a {
	display: block;
	color: #333d47;
	text-decoration: none;
	background-image: none;
	padding: 2px 0;
	font-weight: 600;
	margin:0;
}

nav#primary li.mega div ul li ul li a {
	color: #7b858d;
}

nav#primary li.mega div a:hover {
	text-decoration: none;
	color: #FF4337;
}

/* make "join our team" yellow*/
/*nav#primary li#B >a {
color: #f9c72d;
}*/

/* SECONDARY NAVIGATION */
#secNav {
	font-size: .85em;
	margin: 1rem 0 1.5rem 0;
	padding: 0 0 0 24px;
	width: calc(90% - 24px);
}
#secNav li {
	line-height: 1.5;
}
#secNav li a {
	color: #474747;
	font: 600 .85em 'Montserrat', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	width: auto;
	display: inline-block;
	padding: 8px 4px 4px 0;
	-webkit-transition: color .15s linear;
	transition: color .15s linear;
}
#secNav li a:hover {
	color: #FF4337;
	text-decoration: none;
}

body.S1 li#SA a, body.S2 li#SB a, body.S3 li#SC a, body.S4 li#SD a, body.S5 li#SE a, body.S6 li#SF a, body.S7 li#SG a, body.S8 li#SH a, body.S9 li#SI a, body.S10 li#SJ a {
	border-bottom: 3px #FF4337 solid;
}

.mobileSecNavTitle {
	color:#f7be1f;
	padding: 0 0 10px 10px;
	text-transform:  uppercase;
}

/* MOBILE NAVIGATION */

nav#mobileWrapper {
	width: 100%;
	display:none;
	font-size: .75em;
}

#mobileNavToggle {
	position: absolute;
	top: 40px;
	left: 4px;
}

ul#mobileNav {
	line-height: 1.35em;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}
ul#mobileNav li:not(:first-child) {
	border-top: 1px #333D47 dotted;
}
ul#mobileNav a {
	color: #1E242B;
	padding: 1em;
	display: block;
	background-color: #fff;
}

ul#mobileNav a:visited {
	color: #333D47;
}

ul#mobileNav a:hover {
	color: #FF4337;
}

ul#mobileGlobal {
	line-height: 1.35em;
	background-color: #fff;
	font-family: 'Montserrat', sans-serif;
}

ul#mobileGlobal li {
	border-top: 1px #333D47 solid;
	background: #EEEBEA;
}

ul#mobileGlobal a:link {
	color: #1E242B;
	padding: 14px 0 14px 23px;
	display:block;
	margin-left: 14px;
}

ul#mobileGlobal a:visited {
	color: #333D47;
	padding: 14px 0 14px 23px;
	display:block;
}

ul#mobileGlobal a:hover {
	color: #FF4337;
	padding: 14px 0 14px 23px;
	display:block;
}

ul#mobileGlobal a.login {
	background: url(/images/grfx_mobile_icon_lock.png) no-repeat 0 45%;
}

ul#mobileGlobal a.contact {
	background: url(/images/grfx_mobile_icon_contact.png) no-repeat 0 45%;
}

ul#mobileGlobal a.search {
	background: url(/images/grfx_mobile_icon_search.png) no-repeat 0 45%;
}

ul#mobileGlobal a.facebook {
	background: url(/images/grfx_mobile_icon_facebook.png) no-repeat 0 45%;
}

ul#mobileGlobal a.share {
	background: url(/images/grfx_mobile_icon_share.png) no-repeat 0 45%;
}

ul#mobileGlobal a.youtube {
	background: url(/images/grfx_mobile_icon_youtube.png) no-repeat 0 45%;
}

ul#mobileGlobal a.registration {
	background: url(/images/grfx_mobile_icon_registration.png) no-repeat 0 45%;
}

/* PAGE LAYOUT */

#contentWrapper {
	padding: 1.5rem 0 1.95em 0;
	float: left;
	width: 100%;
	background: #fff;
}
.title {
	display: block;
	padding: 20px 0;
	margin: 0;
	background: #333D47;
	border-top: 8px solid #FF4337;
	border-bottom: 4px solid #FF4337;
	text-align: center;
}
#leftColumn .title {
	padding-left: 24px;
	text-align: left;
}
.title.main {
	border-top: none;
}
.grey {
	background: #D9D9D6;
}
.grey.wide {
	display: block;
	height: 2.5rem;
	padding: 0;
	margin: 0;
	line-height: 2.5;
}
.grey.wide span {
	display: inline-block;
	margin-left: 31%;
	font-size: .85em;
	font-weight: 600;
	text-transform: uppercase;
}
#leftColumn {
	width: 30%;
	max-width: 370px;
	float: left;
	padding: 0;
}

#rightColumn {
	position: relative;
	width: calc(70% - 4rem);
	float: right;
	margin: 0 2rem 0 16px;
	padding: 0 0 2rem 0;
	min-height: 700px;
	line-height: 1.4;
	background: #fff;
}
#rightColumn h2 {
	display: block;
	margin-bottom: 1rem;
	width: 100%;
}
/* need this so that right-aligned photos don't overlap next item's H3 */
#rightColumn.clearHeadings h3 {
	clear: both;
}
.daily-dart-title {
	display: block;
	width: 90%;
	margin: 0 auto 1.5rem auto;
}
.clearHeadings img {
  float: left;
  padding: 0 16px 16px 0;
}
body.S2 #rightColumn p img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 690px;
	height: auto;
}
#leftColumn aside {
	width: 100%;
	margin: 0 0 2.5rem 0;
	float: left;
}
ul#contact {
	margin: 1rem auto 0 24px;
	width: calc(90% - 24px);
}
ul#contact li {
	width: 100%;
	padding: 8px 0;
	line-height: 1;
}
ul#contact li a {
	color: #FF4337;
	padding-left: 20px;
	-webkit-transition: color .15s linear;
	transition: color .15s linear;
}
ul#contact li a.email {
	background: url(/images/icon_email.gif) no-repeat 0 0;
}
ul#contact li a.submit {
	background: url(/images/icon_submit.gif) no-repeat 0 0;
}
ul#contact li:hover > a {
	color: #1E242B;
}
/* FOOTER NAVIGATION */
#footer {
	float: left;
	width: 100%;
	padding: 1rem 0 2rem 0;
	background: #F9423A;
	font-family: 'Montserrat', sans-serif;
	font-size: .75em;
}
#footer .footer-inner {
	display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
	margin: 0 auto;
	width: 100%;
	max-width: 85rem;

}
#footer ul {
	-ms-flex-order: 0;
	-webkit-box-ordinal-group: 1;
	        order: 0;
	-ms-flex: 1 1 auto;
	-webkit-box-flex: 1;
	        flex: 1 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	display: block;
  padding: 0 16px;
	line-height: 1.45;
	text-align: left;
}
#footer .footer-right {
	padding: 0;
	margin: 0;
}
#footer .footer-right li {
	margin: 0;
}
#footer .footer-right li:nth-child(2) {
	margin-top: -1rem;
	padding-right: 23px;
	text-align: right;
}
.footer-right li:first-child a {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	line-height: 0;
  font-size: 0;
  color: transparent;
}
#footer li {
	display: block;
	margin: 12px 0;
}
#footer li.last {
	font-weight: 600;
	border-right: none;
}
#footer li a {
	padding: 8px 0;
	color: #fff;
}
#footer li a:hover {
	color: #1E242B;
}
#footer li a img {
	display: block;
	margin: -12px 0 0 auto;
	width: 130px;
}
.footer-wide {
	clear: both;
	float: left;
	margin: 1rem auto;
	width: 100%;
}
.buttonTop {
	font-size: .9em !important;
	margin-top: 0.5em !important;
}
#registration {
	position: absolute;
  top: 4px;
  left: 360px;
  margin: 0;
}
.button a {
	color: #fff;
}
.more, .button {
	display: block;
	color: #fff;
	width: 125px;
	margin: 1rem auto 0 0;
	padding: 8px 4px;
	text-decoration: none;
	border: 1px solid #333D47;
	text-align: center;
	font: .85em 'Montserrat', sans-serif;
	font-style: normal;
	line-height: 1;
	text-transform: capitalize;
	background: #333d47;
	-webkit-transition: border .15s ease-in, background .15s ease-in, color .15s ease-in;
	transition: border .15s ease-in, background .15s ease-in, color .15s ease-in;
}
.more.big {
	margin: 0;
	width: 200px;
}
aside .more.big {
	margin: 0 auto;
}
.more:hover, .button:hover {
	border: 1px solid #ff4337;
	background: #fff;
	color: #ff4337;
}
.button:hover > a {
	color: #ff4337;
}
/* VIDEOS & PODCASTS */

a.video {
	background: url(/images/icon_pbds.gif) no-repeat 0 45%;
	padding-left: 24px;
}
a.youTube {
	background: url(/images/icon_youtube_sm.png) no-repeat 0 45%;
	padding-left: 24px;
}
/* GENERAL DESIGN STYLES */
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
	padding-right: 20px;
}
.clearBoth {
	clear: both;
}
/*.padLeft20 {
	padding-left: 20px;
}*/
.floatLeft.padLeft20:nth-of-type(3n) {
  padding-left: 0;
	padding-right: 12px;
  clear: left;
}
.floatLeft.padLeft20:nth-of-type(3n) ~ .floatLeft.padLeft20 {

}
a.pdf {
	background: url(/images/icon_pdf_sm.gif) no-repeat 0 48%;
	padding: 0 0 0 1.65em;
	color: #1E242B;
	-webkit-transition: color .15s linear;
	transition: color .15s linear;
}
	a.pdf:hover {
		color: #FF4337;
	}
/* TYPE */
p {
	font-size: 1.1rem;
	line-height: 1.5;
	margin: 0 0 1.5rem 0;
}
p.noPad {
	margin-bottom: .3em;
}
p.pageLeader {
	padding-top: 4em;
}
p.caption {
	font-size: .7em;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.35em;
}
p.archives {
	font-size: .8em;
	float: right;
	margin-top: -30px;
}
#leftColumn p {
	margin: 1rem auto 1.5rem 24px;
	width: calc(90% - 24px);
}
h1 {
	font-size: 2em;
	-webkit-transition: font-size .15s linear;
	transition: font-size .15s linear;
}
#pageCenter h1 {
	display: block;
	width: calc(100% - 24px);
	padding: 20px 0 20px 24px;
	margin-top: -5px;
  background: #333D47;
	border-top: 5px solid #FF4337;
  border-bottom: 4px solid #FF4337;
	color: #fff;
	line-height: 1.1;
	text-transform: uppercase;
}
h2 {
	font-size: 1.75em;
	line-height: 1.25;
}
#leftColumn h2 {
	font-size: 1.75em;
	font-weight: bold;
	padding: 2em 0 1em 25px;
}
h3 {
	font-size: 1.25em;
	margin: 0 0 10px 0;
	padding: .25em 0 .65em 0;
}
h4 {
	margin: 0 0 15px 0;
  padding: 10px 0 5px 0;
  font-size: 1.25em;
  border-bottom: 1px solid #d7dde2;
  padding: 0 0 12px 8px;
  margin: 0;
  padding-left: 4px;
  color: #333D47;
  font-weight: 600;
}
h5 {
	border-bottom: 1px #CCC solid;
	margin: 25px 0 15px 0;
	font-weight: 600;
	padding: 0 0 5px 0;
}
/* COLORS */
.blue {
	color: #003b5d;
}
.blueGray {
	color: #7a92a2;
}
.gray {
	color: #999;
}
.ltBlue {
	color: #6993cd;
}
.green {
	color: #71bf44;
}

.yellow {
	color: #f9c72d;
}

/* PHOTOS */

.imgRight {
	padding: 4px 0 10px 4%;
	margin: 0;
	float: right;
}

.imgRight img {
	border: 5px solid #D9D9D6;
	padding: 0;
	margin: 0;
}

.imgRightWide {
	float: right;
	width: 300px;
	padding: 0;
	margin: 0 0 0 20px;
}

.imgRightWide img {
	border: 5px solid #e2e2e2;
	margin: 0 0 5px 0;
}

.imgRight2 {
	padding: 4px 0 10px 4%;
	margin: 0;
	float: right;
}

.imgRight2 img {
	padding: 0;
	margin: 0;
}

.imgLeft {
	padding: 4px 4% 10px 0;
	margin: 0;
	float: left;
}

.imgLeft img {
	border: 5px solid #e2e2e2;
	padding: 0;
	margin: 0;
}

/* LISTS */

#rightColumn ul,
.articleBody ul,
ul.list {
	margin: 1.15em 7% 1em 3%;
}
ul.news li a:hover {
	color: #333d47;
}
#rightColumn ul li,
.articleBody ul li,
ul.list li  {
	background: url(/images/bullet.gif) no-repeat 0 10px;
	padding: 0 0 .45em 1.5em;
}
#faqsWrapper ul.faqs li {
	background: url(/images/more.png) no-repeat 0 8px;
}
.less {
	background: url(/images/less.png) no-repeat 0 8px!important;
}
#rightColumn ul li ul,
.articleBody ul li ul,
ul.list li ul {
	margin: 1.25em 7% 1.55em 3%;
}

#rightColumn ul li ul li,
.articleBody ul li ul li,
ul.list li ul li {
	background: url(/images/bullet2.gif) no-repeat 0 8px;
	padding: 0 0 .45em 1.5em;
}
#faqsWrapper ul.faqs li ul li {
	background: url(/images/bullet2.gif) no-repeat 0 8px;
	padding: 0 0 .45em 1.5em;
}
ol {
	margin: 1.25em 7% 0 9%;
}

ol li {
	line-height: 1.65;
	padding: 0 0 20px 16px;
}

ul.news {
	line-height: 1.55;
	margin: 1em 7% 1em 0;
	color: #666;
}

ul.news li {
	padding: 0 0 .5em 1em;
}

.rightFeature {
	position: relative;
	float: right;
	padding: 25px 15px 10px 25px;
	margin: 0 0 25px 3%;
	width: 35%;
	background: #d8e5f0;
	-webkit-box-shadow: 6px 6px 7px 0px rgba(0,0,0,.15);
	        box-shadow: 6px 6px 7px 0px rgba(0,0,0,.15);
}
.rightFeature p:first-child {
	font: 600 1.5rem 'Montserrat', sans-serif;
	color: #ff4337;
}
.rightFeature ul.list {
	padding-top: 1rem;
	border-top: 2px solid #ff4337;
}
#irghtColumn .rightFeature ul.list li {
	background: url(/images/bullet.gif) no-repeat 0 5px;
	padding: 0 0 .45em 1.5em;
	font: 400 .9rem 'Montserrat', sans-serif;
}

/* TABLES */

.oddRow {
	background-color: #f2f2f2;
}

/* INSPECTORS IN THE NEWS */


.letter {
	border: 1px #e3e3e3 solid;
	padding: 35px;
	font-family: 'Gentium', serif;
	-webkit-box-shadow: 3px 3px 3px #e3e3e3;
	box-shadow: 3px 3px 3px #e3e3e3;
	width: 85%;
	float: left;
}
.imgRightWideLetter {
	float: right;
	width: 300px;
	padding: 0;
	margin: 0 0 0 20px;
}
.imgRightWideLetter img {
	border: 5px solid #e2e2e2;
	margin: 0 0 5px 0;
}

/* ABOUT US - OUR PEOPLE */

.ourPeople {
	margin: 0;
}
.ourPeople h3 {
	margin: 0 0 4px 0;
	padding: .25em 0 .15em 0;
}
.ourPeople h4 {
	font-size: .75em;
	text-transform:uppercase;
	margin: 0 0 15px 0;
	padding: 0;
	border:none;
	letter-spacing: .1em;
}
/* JOIN OUR TEAM */
#showAll {
	float: right;
}
#faqsWrapper h3 {
	float: left;
	clear: both;
}
#faqsWrapper h3:not(:first-child) {
	margin-top: 1em;
}
.faqs li {
	float: left;
	clear: both;
}
.faqs .question {
	float: left;
	/* font: 400 1rem "Montserrat", sans-serif; */
	margin-bottom: .5rem;
	color: #ff4337;
	font-size: 1.25rem;
	-webkit-transition: color .08s linear;
	transition: color .08s linear;
}
	.faqs .question:hover {
		color: #333d47;
	}
	.faqs .question.active {
		color: #FF4337;
	}
.faqs .answer {
	display: none;
	clear: both;
	font: 400 1.1rem "Gentium", serif;
}


/* NEWS ARTICLES */

.newsArticle {
	margin: 0;
}
.newsArticle h3 {
	font: bold 120%/1.25em 'Montserrat', sans-serif;
	color: #1E242B;
	margin: 0 0 4px 0;
	padding: .25em 0 .15em 0;
}
.newsArticle h4 {
	font-size: .75em;
	text-transform:uppercase;
	color: #1E242B;
	margin: 0 0 15px 0;
	padding: 0;
	border:none;
}

/* Form fields */
table.dataTable {
	width: 100%;
}

table.dataTable td {
	vertical-align: top;
	font-size: 0.85em;
	padding: 5px;
}

table.dataTable td.columnHeading {
	font-weight: bold;
}

.errorInput {
	border: 2px solid #DC493F;
}
.required, .error {
	color: #DC493F;
}

input, select, textarea{
	font: normal .9em/1.3em 'Montserrat', sans-serif!important;
	padding: 3px;
	color: #1E242B;
	border: 1px solid #D9D9D6;
	margin-right: 3px;
}
.RadComboBox_Default {

}
label {
    font: .85rem "Montserrat", sans-serif;
}
/* Modal Dialogs */
div.searchModal .ui-dialog-titlebar {
	display:none;
}
div.searchModal.ui-widget-content, div.modalVideo.ui-widget-content{
	border: 0 !important;
	background: none !important;
}

div.deploymentModal.ui-widget-content {
	border: 0 !important;
	background: #fff;
	padding: 0 !important;
}

div.searchModal {
	width: auto!important;
	border-radius: 0;
}
div.deploymentModal .ui-dialog,
div.modalVideo.ui-dialog {
	padding: 0 !important;
}
div.deploymentModal .ui-dialog-titlebar,
div.modalVideo .ui-dialog-titlebar {
	color: #fff;
	font-size: .75em;
	font-weight: bold;
	height: 20px;
	padding: 8px 15px 2px;
}
div.deploymentModal .ui-widget-header,
div.modalVideo .ui-widget-header {
	background-color: #333d47;
    background-image: none;
    border: 0;
    border-radius: 0;
    border-bottom: 4px solid #ff4337;
}
div.deploymentModal .ui-widget-content, div.deploymentModal .ui-dialog-content,
div.modalVideo .ui-widget-content, div.modalVideo .ui-dialog-content {
	border: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}
div.deploymentModal.ui-corner-all,
div.modalVideo.ui-corner-all {
	border-radius: 0;
	margin: 0 auto;
	width: 90%!important;
	max-width: 650px;
}


/*!
 * qTip2 - Pretty powerful tooltips -
 * http://qtip2.com
 *
 * Copyright (c) 2013 Craig Michael Thompson
 * Released under the MIT, GPL licenses
 * http://jquery.org/license
 *
 * Date: Tue May 28 2013 01:29 UTC+0000
 * Plugins: svg ajax tips modal viewport imagemap ie6
 * Styles: basic css3
 */

/* Core qTip styles */
.qtip, .qtip {
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;
  min-height: 100px;
  min-width: 150px;
	width: 200px;
	font-size: 0.8em;
}

.qtip-content {
	position: relative;
	overflow: hidden;
	text-align: left;
	word-wrap: break-word;
}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus {}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover {}

/* Default tooltip style */
.qtip-default {
	border: solid 1px #333D47;
  border-radius: 3px;
  background: #fff;
  color: #1E242B;
  padding: 7px;
}

/*! jQuery UI - v1.10.3 - 2013-05-30
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.button.css, jquery.ui.dialog.css
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	/*margin: .1em 0;*/
	white-space: nowrap;
	width: 90%;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog #search.ui-dialog-content {
	overflow: visible;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable.ui-dialog-titlebar {
	cursor: move;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	/*border: 1px solid #aaaaaa;*/
	background: #fff url(/images/jquery_ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #44494E;
}
.ui-widget-content a {
	color: #44494E;
}
.ui-widget-header {
	/*border: 1px solid #aaaaaa;*/
	background: #cccccc url(/images/jquery_ui/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	color: #44494E;
	font-weight: bold;
}
.ui-widget-header a {
	color: #44494E;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(/images/jquery_ui/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url(/images/jquery_ui/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url(/images/jquery_ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url(/images/jquery_ui/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url(/images/jquery_ui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/images/jquery_ui/ui-icons_454545_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(/images/jquery_ui/ui-icons_454545_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(/images/jquery_ui/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(/images/jquery_ui/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(/images/jquery_ui/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(/images/jquery_ui/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/images/jquery_ui/ui-icons_cd0a0a_256x240.png);
}
/* positioning */
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background-color: #000000;
	opacity: .45;
	filter: Alpha(Opacity=45);
}
/*
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(/images/jquery_ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}*/
