/* ======================== */
/* Phone Devices */
/* ======================== */	
@media only screen 
	and (max-width: 768px) {
	

.desktop-only,
#background,
.mainContent p.spacer,
nav#mainNav,
nav#secondaryNav,
header .left,
#headerOverlay,
#headerColorBlock,
section #bodyWrapper > .left,
.sidebar,
#siteSearch,
footer,
#mobileNavList ul li.news-center,
#mobileNavList ul li.case-studies,
#mobileNavList ul li.careers {
	display: none;
}

.mobile-only {
	display: inline;
}


/**********************
	Main Navigation
**********************/
header #mobileNav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #ffffff;
    font-family: "Source Sans Pro",Helvetice,Arial,san-serif;
    background-image: url(../images/bodman_logo_mobile.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 80px;    
}

header #mobileNav #mobileLogo {
	position: relative;
	right:0;
	top: 0;
	height: 80px;
	background-image: url(../images/bodman_logo_mobile.svg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 80px;
}

header #mobileNav #mobileLogo a {
	display: block;
	width: 45%;
	height: 80px;
	position: absolute;
	top: 0;
	right: 0;
}

header #mobileNav #mobileLogo a span {
	display: none;
}

header #mobileNav #mobileToggle {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 80px;
	z-index: 100;
}

header #mobileNav #mobileToggle a {
	background-image: url("../images/icons_sprite.svg");
    background-position: -2px -448px;
    background-repeat: no-repeat;
    background-size: 310px 588px;
    color: #ffffff;
    font-family: "Source Sans Pro",Helvetice,Arial,san-serif;
    font-size: 22px;
    height: 36px;
    left: 5%;
    padding: 8px 0 5px 33%;
    position: absolute;
    text-transform: lowercase;
    top: 0;
}

header #mobileNav #mobileToggle a.active {
	background-position: -2px -529px;
}

header #mobileNav #mobileMenu {
	position: absolute;
	top: 81px;
	left: 0;
	width: 300px;
	z-index: 100;
	background-color: #cbcbcb;
	padding: 20px 15px 15px 15px;
	font-family: "Source Sans Pro",Helvetice,Arial,san-serif;
	font-size: 20px;
	text-transform: lowercase;
	display: none;
}

header #mobileNav #mobileMenu #mobileNavList a {
	padding: 10px 10px 10px 2px;
	display: block;
	color: #29509e;
}

header #mobileNav #mobileMenu #mobileNavList ul {
	margin: 0 10px 40px 0;
}

header #mobileNav #mobileMenu #mobileNavList ul li {
	border-top: 1px solid #ffffff;
}

header #mobileNav #mobileMenu #mobileNavList ul li:first-child {
	border-top: none;
}

header #mobileNav #mobileMenu #socialMediaMobile ul li {
	float: left;
	margin-left: 10px;
}

header #mobileNav #mobileMenu #socialMediaMobile ul li:first-child {
	margin-left: 0;
}

header #mobileNav #mobileMenu #socialMediaMobile a span {
	display: none;
}

header #mobileNav #mobileMenu #socialMediaMobile a {
	background-image: url(../images/icons_social_footer.svg);
	background-repeat: no-repeat;
	background-size: 400px 310px;
	display: block;
	height: 100%;
	width: 100%;
	
}

header #mobileNav #mobileMenu #socialMediaMobile a.facebook {
	background-position: -110px -3px;
	height: 30px;
	width: 20px;
}

header #mobileNav #mobileMenu #socialMediaMobile a.twitter {
	height: 30px;
	width: 30px;
	background-position: -105px -150px;
}

header #mobileNav #mobileMenu #socialMediaMobile a.linkedin {
	height: 30px;
	width: 30px;
	background-position: -106px -70px;
}

header #mobileNav #viewDesktop {
	display: block;
	clear: left;
	padding: 20px 0 0 0;
}


header #mobileNav div.copyright {
	color: #a1a1a1;
	font-size: 14px;
	padding: 20px 0 10px 0;
	text-transform: none;
	clear: both;
}

header #mobileNav #siteSearchMobile {
	border: 1px solid #a1a1a1;
	background-color: #ffffff;
	border-radius: 15px;
	margin: 0 8% 10px -2%;
	width: 102%;
	height: 35px;
	overflow: hidden;
}

header #mobileNav #siteSearchMobile form input.siteSearchInput {
	border: none;
	font-size: 16px;
	color: #a1a1a1;
	padding: 0 0 0 10px;
	margin: 7px 0 0;
}

header #mobileNav #siteSearchMobile form input.siteSearchSubmit {
	margin: -5px 0 0 0;
}


/**********************
	Container Styles
**********************/
body {
	background: #ffffff;
	position: relative;
	height: 100%;
}

.siteCenter {
	width: 100%;
	min-width: 320px;
	padding: 0;
}

header {
	height: 330px;
	min-height: 330px;
	z-index: 100;
}

section {
	background: none;
	min-height: auto;
	position: absolute;
}

section:before {
	display: none;
}

section #bodyWrapper {
	background: none;
	border: none;
}

.siteCenter > .left.border-left, 
#bodyWrapper > .left.border-left, 
#bodyWrapper > .right.border-left, 
#bodyWrapper > .right.border-left, 
.border-left {
    border: none;
}

.siteCenter > .left.border-right, 
#bodyWrapper > .left.border-right, 
#bodyWrapper > .right.border-right, 
#bodyWrapper > .right.border-right, 
.border-right {
    border: none
}

header .left, 
header .right, 
header .border-left {
    min-height: 80px;
}

#bodyWrapper > .right {
	background-color: #ffffff;
	width: 100%;
}

section > .siteCenter > .right, 
section #bodyWrapper > .right {
    min-height: auto;
}

#headerBackground {
	position: absolute;
	top: -331px;
	left: 0;
	width 100%;
	min-height: 250px;
	height: 250px;
	background-size: cover;
	background-color: rgba(29,69,141,.5);
	margin-top: 80px;
}

#titleBar {
	display: inline;
	position: absolute;
	max-height: auto;
	left: 0;
	top: -180px;
	white-space: normal;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	width: 100%;
	padding: 15px 0;
	background-color: rgba(0,0,0,.15);
	transform:none;
}

#titleBar h1, 
#titleBar h4 {
    color: #ffffff;
    font-size: 26px;
    line-height: 26px;
    padding: 0 5%;
}

#titleBar h6, #titleBar h2 {
	color: #ffffff;
	font-size: 42px;
	padding: 0 5%;
}

.mainContent {
    float: none;
    min-height: auto;
    overflow: visible;
    padding: 0 0 50px 0;
    width: 100%;
}

span.mobileInlineNav {
	display: block;
	width: 100%;
	text-transform: lowercase;
	border-bottom: 1px solid #ffffff;

	font-size: 20px;
}

span.mobileInlineNav a {
	padding: 15px 5%;
	color: #ffffff;
	display: block;
	background-color: #cbcbcb;
}

span.mobileInlineNav a.active {
	background-color: #CD8B13;
}

.mainContent #subnav {
	margin-left: 0;
	width: 100%;
}

.mainContent #subnav ul li.fourths {
    width: 32.5%;
}

.mainContent #subnav ul li.fourths {
    width: 24%;
}



/**********************
	Main Content 
**********************/
div.mainContent > div.narrative {
	padding: 10px 5%;
	font-size: 16px;
	line-height: 25px;
}

.narrative h2 {
	font-size: 22px;
}

.mainContent.newsDetail {
	width: 90%;
	padding: 35px 5% 50px 5%;
}
