/*GRID

.container .grid {
    max-width: 100%;
}
*/

/*ADMIN PAGES*/

.adminpage .pageWrapper {
    padding-top: 20px;
}

/*FONTS, ICONS and BUTTONS*/

/*Body*/

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.ckContentArea{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6, .ckContentArea h1, .ckContentArea h2, .ckContentArea h3, .ckContentArea h4, .ckContentArea h5, .ckContentArea h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: 'Roboto Condensed', sans-serif;
font-weight:700;
}

.ckContentArea h1, .cke_panel_listItem h1, .ckContentArea h2, .cke_panel_listItem h2, .ckContentArea h3, .cke_panel_listItem h3, .ckContentArea h4, .cke_panel_listItem h4, .ckContentArea h5, .cke_panel_listItem h5, .ckContentArea h6, .cke_panel_listItem h6{
font-family: 'Roboto Condensed', sans-serif;
font-weight:700;
}

body a{
transition: all 0.3s ease 0s;
}

.form-group > label, .form-group input {
    font-family: 'Roboto', sans-serif;
}

.BrowseContent {
	font-family: 'Roboto', sans-serif;
}

/*ALERT*/
.globalMessage .alert{
    margin-top:40px;
}

/*Buttons*/

button, .btn {
    border-width: 1px;
	border-radius: 0px;
}

.btn-lg {
    border-width: 1px;
}

.icon-chevron-left::before {
	content: "\e03b";
}

.icon-chevron-right::before {
	content: "\e03c";
}

a.SP_CTA_Button, a.SP_CTA_Button:hover, a.SP_CTA_Button:focus {
    background-color: #e88a2a;
    padding: 10px 20px;
    font-family: 'Roboto condensed', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff!important;
    display: inline-block;
    margin: 20px 0;
}

a.SP_CTA_Button:hover{
    opacity:0.8;
}

/*Panels*/

.thumbContent > p > a {
font-family: 'Roboto Condensed', sans-serif;
font-size: 20px;
}

.thumbContent > p > a > strong{
    font-weight: bold;
}

/*IMAGES*/

.radius4 {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/*HEADER*/

/*Main Header*/

.header {
	width: 100%;
	z-index: 10;
	top: 0;
	height: inherit;
	box-shadow: none;
    border-bottom:none;
      transition: all 0.3s ease 0s;
}

/*System bar
.headRight.pull-right {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 0;
}*/

.header .headRight .btn {
	border-radius: 4px;
}

/*logo*/

.logo.pull-left {
	display: block;
	margin: 0 auto;
	width: 300px;
}

.header .logo img {
	max-height: 100%;
	max-width: 100%;
}

/*NAVIGATION*/

.navigation {
    margin-top: 100px;
	padding: 0;
	width: 100%;
	z-index: 9;
    transition: all 0.3s ease 0s;
}

.navigation ul.nav li > a {
    font-family: 'Roboto condensed', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}

/*BREADCRUMB*/

.breadcrumbLink {
 
    background: transparent;
}

.breadcrumbLink, .breadcrumb > li {
    display:none;
}

/*SECTIONS*/

.Subrow{
    min-height: auto;
}

/*Narrow Row/Section*/

.row.SP_Narrow_Section{
    max-width: 1400px;
}

/*FOOTER*/

.footer {
    box-shadow: none;
}

/*PANELS*/

/*GENERAL*/

.MainTitle .Titletxt {
	border: none;
	font-family: 'Roboto Condensed', sans-serif;
font-weight:400;
}

.SP_Panel .MainTitle.Titlehide{
    margin-top:0;
}

a.SP_Next {
    position: relative;
    bottom: -20px;
    left: 50%;
    background-color: #eb3425;
    padding: 11px 12px;
    display: inline-block;
    border-radius: 50%;
    color: #ffffff;
    font-family: "highq50" !important;
    transform: translate(-50%, -0%);
    z-index: 400;
}
    
.SP_Next span {
    font-size: 30px;
}

.SP_List ul{
    padding-left:0px
}

.SP_List ul li {
    list-style: none;
    margin-bottom: 12px;
    text-indent: -25px;
    padding-left: 25px;
}

.SP_List ul li:before {
    content: "\e0b1";
    /* list-style: none; */
    margin-right: 5px;
    font-family: highq50;
    font-size: 20px;
    vertical-align: bottom;
    color:#ee3224;
}

span .icon.icon-arrow-circle-down::before {
    margin-right: 10px;
}

/*CHECKBOXES*/

label {
	display: inline;
}

.tag {
margin-right:20px;	
position: relative;
	top: 5px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	float: left;
}

.regular-checkbox {
	display: none;
}

.regular-checkbox + label {
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}

.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked + label {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}

.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 7px;
	left: 3px;
	color: #99a1a7;
}

.big-checkbox + label {
	padding: 18px;
}

label {
	display: inline;
}

.big-checkbox:checked + label:after {
	font-size: 28px;
	left: 6px;
}

.SP_CTA_Submission {
    
}

.SP_CTA_Submission.alive {
    display: block;
}

/*FEATURES for scroll to form*/

.SP_Panel_Feat_Scroll .itemList > p:nth-of-type(1) {
    display: none;
}

.SP_Panel_Feat_Scroll hr.clearfix {
    display: none;
}

/*PEOPLE PANEL*/

.SP_Panel_People span.phone, .SP_Panel_People span.email, .SP_Panel_People span.at, .SP_Panel_People span.jobTitle {
    display: none;
}

.SP_Panel_People > div {
    box-shadow: 0px 6px 15px -2px rgb(0,0,0,0.15);
    width: 98%;
    margin: 20px auto;
    border: solid 1px #e3e3e3;
}

.SP_Panel_People > div .MainTitle{display: inline-block;margin-top: 15px;}

.SP_Panel_People a.usercardLink:hover {
    text-decoration: none;
}

.SP_Mobile_Hero{font-size:24px;color:#ffffff;line-height:30px;}

/*media queries*/

@media (max-width: 767px){
    
.TopHeadBar .logo img {height: 60px;}
a.SP_Next{display: none;}
    
/*----Gradient Overlay Hero---*/

.row.bannerOverlap.SP_Overlay.SP_Overlay_Right{
  background-position:right;
}
    
.row.bannerOverlap.SP_Overlay.SP_Overlay_Left{
  background-position:left;
}    

.row.SP_Overlay {
    position: relative;
}

.row.SP_Overlay .clearfix{
    position: relative;
    z-index:10;
}

.row.SP_Overlay::before {
    background: transparent linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2)) repeat scroll 0 0;
    clear: both;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}
    
.SP_Mobile_Hero{font-size:16px;color:#ffffff;line-height:25px;}
    
}

@media (max-width: 1024px){
.navigation-panel .navbar-nav {
    padding-bottom: 15px;
    margin-top: 30px;
}
    .row.SP_Overlay {
    position: relative;
}

.row.SP_Overlay .clearfix{
    position: relative;
   z-index:0;
}

.row.SP_Overlay::before {
    background: transparent linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2)) repeat scroll 0 0;
    clear: both;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}
}

@media (max-width: 1500px){

.row.bannerOverlap.SP_Overlay.SP_Overlay_Right{
  background-position:right;
}
    
.row.bannerOverlap.SP_Overlay.SP_Overlay_Left{
  background-position:left;
}
}