#logoContainer {
	background: rgb(255,255,255); /* Fall-back for browsers that don't support rgba */
    background: rgba(255,255,255, .9);
} 

	
.topBar {
	background-color:#f05541;
	color:#fff;
	height:34px;
} 

.nav-two {
	color: #404041;
	float:right;
}
 
.nav-one li a,
.nav-two li a {
	color:#fbd6d2;
	background-color:#f05541;
	font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 16px;
    
	padding-bottom:0;
	font-weight:bold;
}

.nav-one li a {
	padding-top:0px;
}

.nav-two li a {
	padding-top:10px;
	padding-bottom:8px;
}
.nav-one li a {
	margin-top:10px;
	border-right: 1px solid #f27568;
}
	
.nav-one li a:hover {
	color:#ffffff!important;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: inherit;
}



.nav-two .claim-btn a {
	background-color:#00709e;
    color: #fff!important;
}

.nav-two .claim-btn a:hover {
    background-color: #0380b3;
    color: #fff!important;
}	

.nav-two .social-icon a {
	font-size: 16px;
}
footer .social-icon a,
.staffOnly a {
    color: #b1b7c2;
}
.nav-two>li>.facebook:hover,
footer li>.facebook:hover  {
    color: #fff;
    background-color: #37589b;
}

.nav-two>li>.linkedin:hover,
footer li>.linkedin:hover  {
    color: #fff;
    background-color: #419cca;
}

.nav-two>li>.youtube:hover,
footer li>.youtube:hover  {
    color: #fff;
    background-color: #a72b1d;
}

.grey-border {
	height:10px;
	background-color: #e2e2e2;
}
.nav-three {
	float:right;
}
.nav-three li a {
	color: #404041;
	display: block;
    font-size: 18px;
    font-weight: 600;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 0;
    font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
	padding-top:40px;
}
.nav-three li a:hover {
	color: #f05541;
}
.brand-heading {
	padding-bottom:5px;
	color:#727474;
	text-align:center;
}
.brand-heading h2 {
	font-size:20px;
	margin:10px 0px;
}
footer {
	background-color: #363a42;
    color: #b1b7c2;
    font-size: 12px;
    padding:20px 0px;
    height:100px;
}
footer .social-icon {
	border: none;
    overflow: hidden;
    top: 5px;
    position: relative;
	height: 100%;
    float: left;
    padding: 0;
    display: block;
    width: 30px;
}

footer .staffOnly {
	border: none;
    overflow: hidden;
    top: 5px;
    position: relative;
	height: 100%;
    float: left;
    padding: 0;
    display: block;
    width: 60px;
}

.spacerLg {
	height:40px;
}
    
/* 
BREAKPOINTS 
Smartphone          up to 480px
Tablet - Portrait   481px and up
Desktop             961px and up

BOOTSTRAP BREAKPOINTS
XS Smartphone       up to 480px
S Tablets           768px and up
M desktops          992px and up
L large desktops    1200px and up
*/


/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */

/* Extra Small */
@media(max-width:767px) { 
	
	.nav-two {
		float:none;
		margin:0 auto;
	}
	.nav>li {
	    position: relative;
	    display: inline-block;
	}
	 
}



/* END max-width:767px */


/* Small devices (tablets, 768px and up) */
@media(min-width:768px) {  
	
	

}

/* Small devices (tablets, 768px and up to 991px) */
@media(min-width:768px) and (max-width:991px) {
	
	.nav-two {
		float:none;
		margin:0 auto;
	}
	.navbar-nav>li {
	    float:none; 
	    display:inline-block;
	}


}

/* Medium devices (desktops, 992px and up to 1199) */
@media(min-width:992px) and (max-width:1199px) {
    


}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 


}

/* HDPI media queries */

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    /* Retina-specific stuff here */
    
  
/* 1.25 dpr */
@media 
(-webkit-min-device-pixel-ratio: 1.25), 
(min-resolution: 120dpi){ 
    /* Retina-specific stuff here */
}

/* 1.3 dpr */
@media 
(-webkit-min-device-pixel-ratio: 1.3), 
(min-resolution: 124.8dpi){ 
    /* Retina-specific stuff here */
}

/* 1.5 dpr */
@media 
(-webkit-min-device-pixel-ratio: 1.5), 
(min-resolution: 144dpi){ 
    /* Retina-specific stuff here */
}