@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.fluid {
	width: 100%;
	float: left;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */

.new-header {
	color: #ff9900;
	font-size: 100pt;
}

.new-sub-head {
    color: #ff9900;
    font-family: raleway;
    font-size: 1.85em;
    line-height: 1em;
    font-style: normal;
    font-weight: 100;
    margin-bottom: 0.5 em;
}
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}

.header {
	margin-bottom: 0.5em;
	height: auto;
	padding-bottom: 0.5em;
	margin-top: 0.5em;
}
.logo {
	width: 100%;
	position: relative;
}
body {
	font-size: 100%;
	line-height: 1.7em;
}
.contactinfo {
	width: 100%;
	clear: none;
	float: right;
	font-weight: 500;
	font-size: 1em;
	text-align: right;
	color: #666666;
	line-height: 1.35em;
	margin-top: 0.45em;
}
.mainslider {
	margin-bottom: 0.75em;
	
}

.columns {
	margin-bottom: 1em;
	margin-top: 1em;
	clear: both;
	width: 100%;
	float: left;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.column_wrap {
	margin-left: 0;
	margin-bottom: 0.85em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding-top: 0.5em;
	border-radius: 0.5em;
	padding-bottom: 0.5em;
	display: block;
	text-align: justify;
	border: 1px solid #D3D3D3;
}

.eo_column_wrap {
	padding-top: 0.5em;
	border-radius: 0.5em;
	padding-bottom: 0.5em;
	display: block;
	text-align: justify;
	border: 1px solid #D3D3D3;
	margin-bottom: 2em;
}
.ft_column_wrap {
	width: 100%;
	margin-left: 1.6949%;
	clear: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	display: block;
	min-height: 440px;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
}
.col_hdr h1 {
	font-weight: normal;
}
.col_content {
	padding-bottom: 1em;
	clear: both;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	font-size: 1em;
}

.col_text {
	width: auto;
	padding-left: 0.75em;
	padding-right: 0.75em;
	clear: both;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	font-size: 1em;
	margin-bottom: 1em;
	text-align: center;
	padding-bottom: 0.5em;

}

.col_text a {
	color: #ff9900	
}

.col_text a:hover {
	color: #587494	
}
.col_ft {
	border-right: thin dotted #CCCCCC;
	border-left: thin dotted #CCCCCC;
	color: #FF9900;
	text-align: center;
	padding-top: 0.65em;
	padding-bottom: 0.65em;
	font-size: 1.1em;
	
}
.imagerow {
	margin-top: 1em;


}
.tabpanel {
}
.orangerule {
    margin-bottom: 1.25em;
    border-top: thin solid #D5D5D5;
    clear: both;
    margin-top: 1.25em;
}
.tabs {
	margin-bottom: 1.25em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mainnav {
	width: 100%;
	font-family: "open-sans-condensed";
	font-size: 0.65em;
	margin-bottom: 1em;
	font-weight: 500;
	border-bottom: thin solid #eaeaea;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

.mainnav ul {
	list-style-type: none; /*to remove bullets*/
	zoom: 1;
	overflow: hidden;
	font-style: normal;
	font-weight: 400;
}
.mainnav li{
	text-align: center;
    width: 14%;
    display:inline-block;
	float: left;
}
.ft_col_hdr {
	padding-left: 0.5em;
	font-size: 1.5em;
	font-weight: 400;
	padding-bottom: 0.5em;
	float: left;
	clear: both;
	width: 95%;
	border-bottom: thin solid #eaeaea;
	color: #577494;
	font-style: normal;
	margin-bottom: 0.5em;
}
.ft_col_content {
	padding-bottom: 1em;
	clear: both;
}
.testimonial_hdr {
	padding-left: 0.75em;
	font-size: 1.85em;
	font-weight: 400;
	padding-bottom: 0.5em;
	float: left;
	clear: both;
	width: 90%;
	font-family: raleway;
	font-style: normal;
	color: #ff9900;
}
.testimonial {
    color: #555555;
    font-size: 1.3em;
    padding-left: 0.75em;
    float: left;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    
    font-style: italic;
    font-weight: 300;
    line-height: 1.65em;
}
.testimonial a {
	color: #ff9900;
}
.testimonial a:hover {
	color: #4872E5;
}
.bottombar {
	height: 10px;
	background-color: #FF9900;
}
.nav_item {
	width: 31%;
	text-align: center;
	line-height: 1em;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	font-size: 1.25em;
}
.mainnav a.current {
	color: #ff9900;
}

.contacticon {
	padding-top: 0.5em;
	padding-right: 0.15em;
	padding-bottom: 0.25em;
	padding-left: 0.5em;
	float: left;
	clear: both;
	margin-left: 0;
	width: 10%;
	margin-right: 0.5em;
}
.contactinfo_btm {
	color: #577494;
	font-weight: 400;
	width: auto;
	padding-top: 0.75em;
	padding-bottom: 0.25em;
	padding-left: 0.15em;
	font-size: 0.8em;
}
.contactinfo_btm a{
	color: #577494;
}
.contactinfo_btm a:hover{
	color: #ff9900;
}
.social_icon {
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: left;
	width: 40%;
	margin-right: 0.75em;
}
.quote_icon {
	z-index: -1;
	position: absolute;
	margin-left: -2em;
	width: 15%;
}
.close_quote_icon {
	z-index: -1;
	position: absolute;
	width: 15%;
	margin-left: 90%;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-wrapper {
	width: 600px;
	max-width: 100%;
	margin-top: 1em;
}

.video-wrapper-900 {
	width: 100%;
	max-width: 100%;
	margin-top: 1em;
	margin-bottom: 3em;
}


.media_block {
	margin-bottom: 1em;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	margin-top: 1em;
	clear: both;
	margin-left: 0;
}

.media_text {
	width: 100%;
	text-align: left;
	margin-bottom: 0.5em;
}

.media_text_bold {
	color: #577494;
	font-weight: 400;
	font-size: 0.95em;
	font-style: normal;
}

.media_title {
	font-family: Veneer;
	font-size: 3.25em;
	padding-top: 0.25em;
	margin-bottom: 0.5em;
	padding-left: 0.25em;
	color: #577494;
	width: 90%;
	line-height: 1em;
}

.media_subtitle {
	font-family: Veneer;
	font-size: 1.75em;
	width: 85%;
	padding-left: 0.25em;
	color: #577494;
	margin-bottom: 1em;

}

.media_slider {
	width: 100%;
	float: right;
	clear: both;
	margin-left: 0;
}

.media_menu {
	width: 100%;
}

.media_copy {
	width: 100%;
	margin-left: 1.695%;
	min-height: 470px;
}
.media_copy_full {
	width: 100%;
	margin-left: 1.695%;
	margin-top: 1em;
	margin-bottom: 0.75em;
}

.media_copy_half {
	width: 100%;
	margin-left: 1.695%;
	margin-top: 1em;
	margin-bottom: 0.75em;
}

.media_menu_hdr {
	color: #FFFFFF;
	text-align: center;
	background-color: #FF9900;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	font-size: 1.8em;
	font-weight: 400;
	font-family: bebas-neue;
	font-style: normal;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	letter-spacing: 1px;
}
.media_menu_hdr_rt {
	color: #FFFFFF;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	font-size: 1.65em;
	font-weight: 400;
	font-family: bebas-neue;
	font-style: normal;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	letter-spacing: 1px;
	padding-left: 0.5em;
	text-align: center;
	background-color: #FF9900;
}

.media_menu_content {
	margin-top: 0.15em;

}

.media_copy_content {
	clear: both;
	float: left;
	font-size: 1.1em;
	font-weight: 400;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.media_copy_content a {
	color: #ff9900;
}
.media_copy_content a:hover {
	color: #5B96D7;
}

.media_copy_text {
	padding-left: 0.5em;
	padding-right: 0.75em;
	width: 100%;
	clear: both;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	font-size: 0.95em;
	padding-top: 1em;
	margin-left: 0;
}
.media_copy_text h1 {
	font-weight: bold;
}
.media_copy_text a {
	color: #ff9900;
}
.media_copy_text a:hover {
	color: #5B96D7;
}
.media_copy_text_full {
	padding-left: 0.5em;
	padding-right: 0.75em;
	width: 100%;
	clear: both;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	font-size: 1.2em;
	margin-left: 0;
}
.media_copy_text_full h1 {
	font-weight: bold;	
}

.media_case_wrap {
	margin-bottom: 1em;
	width: 100%;
	clear: both;
	overflow-x: hidden;
	overflow-y: hidden;

}

.media_case_title {
	width: 100%;
	color: #FFFFFF;
	padding-top: 0.25em;
	padding-left: 0.5em;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	font-size: 1.85em;
	overflow-y: hidden;
	background-color: #777777;
	overflow-x: hidden;
	margin-bottom: -150px;
	padding-bottom: 150px;
	font-family: bebas-neue;
	font-style: normal;
	font-weight: 400;
}
.media_case_title a{
	color: #FFFFFF;
}
.media_case_title a:hover{
	color: #FFFFFF;
}

.media_case_copy {
	width: 100%;
	margin-left: 1.695%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	padding-top: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 150px;
	font-size: 1em;
	padding-right: 0.25em;
	margin-bottom: -150px;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	font-style: normal;
	font-weight: 400;
	border-top: thin solid #d5d5d5;
	border-bottom: thin solid #d5d5d5;
}
.media_case_copy a{
	color: #ff9900;
}
.media_case_copy a:hover{
	color: #587494;
}


.media_case_section {
	margin-bottom: 1.25em;
	margin-top: 1.25em;
}

.media_case_img {
	width: 100%;
	margin-left: 1.695%;
}

.media_options {
	margin-bottom: 1.5em;
	width: 100%;
	background-color: #f4f4f4;
	float: left;
	clear: both;
	margin-top: 1.15em;
	padding-bottom: 1em;
}

.options_copy {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 0.5em;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding-top: 0.25em;
	padding-left: 0.5em;
	padding-bottom: 0.25em;
	font-family: bebas-neue;
	font-weight: 400;
	font-size: 1.5em;
	margin-top: 0.5em;
}

.options_wrap {
	width: 47%;
	margin-left: 1.695%;
	margin-bottom: 0.75em;
}

.options_image {
	position:relative;
	text-align: left;
	filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
}
.options_image:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}

.options_caption {
	z-index: 2;
	position: absolute;
	font-size: 1.1em;
	font-family: bebas-neue;
	font-style: normal;
	font-weight: 400;
	color: #FFFFFF;
	text-align: left;
	padding-left: 0.25em;
}

.search_box {
	clear: none;
	width: 100%;
}

.search_wrap {
	width: 100%;
}

.team_story {
	margin-bottom: 1.25em;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	font-size: 1em;
	padding-left: 2em;
	padding-right: 2em;
	width: 100%;
}
.team_story h1 {
	font-weight: bold;
}
.case_content {
	font-size: 1em;
}
.case_content strong{
	color: #ff9900;
	font-weight: bold;
}
.case_content h1{
	font-weight: bold;
}

.case_logo {
	text-align: center;
	margin-top: 2.5em;
	margin-bottom: 1.25em;
}

.case_subtitle {
	text-align: center;
}

.case_stricon {
	margin-right: 8px;
}

.teamlink {
	width: 100%;
	font-size: 0.9em;
}

.teampicsbar {
	width: 100%;
	margin-left: 1.695%;
	filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
}
.teampicsbar:hover {
    filter: none;
    -webkit-filter: grayscale(0);}

.teamlinktitle {
	font-weight: 400;
	font-style: normal;
	font-size: 1.45em;
}

.main_content {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding-left: 1em;
	padding-right: 1em;
	width: 95%;
	margin-bottom: 1em;
	margin-top: 1em;
}

.main_content a {
	color: #ff9900;
}

.main_content a:hover {
	color: #587494;
}

.main_content_wrapper {

}
.mappg_main_content {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding-left: 1em;
	padding-right: 1em;
	width: 95%;
	margin-bottom: 1em;
	margin-top: 1em;
}
.mappg_main_content h1 {
	font-weight: bold;
	
}

.emc_map_wrapper {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	padding-left: 1em;
	padding-right: 1em;
}

.emc_map_text {
width: 100%;
}

.emc_map {
	width: 100%;
	margin-left: 1.65%;
	clear: both;
	margin-bottom: 0.75em;
}

.stripe {
	margin-left: -1em;
}

.banner_text_wrap {
	width: 100%;
	clear: both;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}

.banner_text_block {
	color: #666666;
	text-align: center;
	padding-top: 7%;
	padding-bottom: 7%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	height: 80%;
}

.banner_subtitle {
	font-style: normal;
	font-weight: 400;
	font-family: arvo;
	font-size: 1.5em;
	padding-left: 1.4em;
	padding-right: 1.4em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.banner_title {
	font-family: bebas-neue;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	font-size: 3em;
	line-height: 1em;
	font-style: normal;
	font-weight: 400;
	color: #FF9900;
}

.banner_title2 {
	font-family: bebas-neue;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	font-size: 2.25em;
	line-height: 1em;
	font-style: normal;
	font-weight: 400;
	color: #FF9900;
}

.orange_block {
	background-color: #ff9900;
	height: 16px;
	width: 100%;
	margin-bottom: 1.75em;
	margin-top: 1.75em;
	box-shadow: 2px 2px 0px 2px #FF9933;
}

.tab_headline {
    margin-bottom: 0.5em;
    color: #555555;
    font-family: raleway;
    font-style: normal;
    font-weight: 200;
    font-size: 1.85em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 1em;
    padding-left: 0.5em;
    letter-spacing: 1px;
}

.nav_list {

}

.nav_list_item {
}

.orlines {
	margin-top: 0.25em;
	margin-bottom: 0.5em;
}

.our_work_copy {
	margin-bottom: 1em;
}
.our_work_copy h1 {
	font-weight: bold;	
}
.our_work_callout {
	color: #ff9900;
	font-family: vollkorn;
	font-style: italic;
	font-weight: 400;
	font-size: 1.15em;
}
.quotes_wrap {
	position: relative;
	width: 100%;
}

.team_wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
}

.content_headline {
	color: #555555;
	font-family: bebas-neue;
	font-style: normal;
	font-weight: 400;
	font-size: 1.85em;
	margin-bottom: 0.25em;
	letter-spacing: 1px;
	margin-top: 0.25em;
}

.twentyfive_headline {
	color: #ff9900;
	font-family: vollkorn;
	font-style: italic;
	font-weight: 400;
	font-size: 1.25em;
	margin-bottom: 0.25em;
	letter-spacing: 1px;
}


.content_headline h1 {
	font-weight: normal;
}

.stat_copy {
}

.stat_icon {
}

.org_block {
}

.home_columns_icon {
	margin-left: auto;
	margin-top: -25%;
	width: 22%;
	position: relative;
	margin-right: auto;
	float: none;
}

.learn_more {
	color: #ff9900;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.25em;
	width: 40%;
	text-align: center;
	display: block;
	float: none;
	font-weight: 400;
	padding-top: 0.15em;
	padding-right: 0.15em;
	padding-bottom: 0.15em;
	padding-left: 0.15em;
	height: auto;
	font-style: normal;
	font-size: 1.35em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}

.learn_more2 {
	color: #ff9900;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.25em;
	text-align: center;
	display: block;
	float: none;
	font-weight: 400;
	padding-top: 0.15em;
	padding-right: 0.15em;
	padding-bottom: 0.15em;
	padding-left: 0.15em;
	height: auto;
	text-align: center;
	font-style: normal;
	font-size: 1.35em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
.learn_more a {
	color: #ff9900;
}

.learn_more a:hover {
	color: #587494;
}



.alt_slider {
	margin-bottom: 0.5em;
}

.footer {
	padding-bottom: 1em;
	padding-top: 1em;
}

.footer_link {
	font-style: normal;
	font-size: 0.65em;
	width: 20%;
	line-height: 1em;
	margin-bottom: 1em;
	text-align: center;
}
.sitemap_link {
	font-style: normal;
	font-size: 0.8em;
	width: 12%;
	line-height: 1.15em;
	margin-bottom: 1.25em;
	text-align: center;
	margin-top: 1.25em;
	letter-spacing: -1px;
}

.btm_contact_wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	width: 100%;
	display: block;
	float: left;
	clear: both;
}

.btm_contact {
	width: 90%;
	margin-bottom: 1.25em;
}

.btm_social {
	width: 90%;
}

.media_callout {
	color: #FF9933;
	font-weight: 400;
	font-family: arvo;
	font-style: normal;
	font-size: 1.25em;
}

.category_row {
	text-align: justify;
}

.category_wrap {
}

.category_row img {
	filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
}
.category_row img:hover {
	filter: none;
    -webkit-filter: grayscale(0);
}
.thumbs_row {
	text-align: justify;
}

.category_caption {
}

.callout {
	font-weight: 400;
	font-size: 1.15em;
	margin-top: 1.25em;
	margin-bottom: 1em;
	clear: both;
	margin-left: 0;
	font-family: raleway;
}
.callout a {
	color: #ff9900;
}
.callout a:hover {
	color: #5B96D7;
}
.callout2 {
	color: #ff9900;
	font-weight: 400;
	font-size: 1.15em;
	margin-top: 1.25em;
	clear: both;
	margin-left: 0;
	font-family: vollkorn;
	font-style: italic;
}
.callout3 {
	color: #ff9900;
	font-style: bold;
}

.media_copy_title {
	padding-left: 0.5em;
	padding-bottom: 0.75em;
	border-bottom: thin solid #D5D5D5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 0.75em;
}

.media_title_block {
	margin-top: 1em;
	
}

.media_title_1 {
	font-family: raleway;
	font-size: 2.25em;
	color: rgb(255, 153, 0);
	width: auto;
	font-style: normal;
    font-weight: 400;
	margin-right: 0.25em;
	margin-bottom: 0.25em;   
    
}

.media_title_2 {
	color: #555555;
	font-family: raleway;
	font-style: normal;
	font-weight: 200;
	width: auto;
	font-size: 2.25em;
	margin-bottom: 0.25em;
}

.media_options_row {
}

.banner_wrap {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	clear: both;
}

.testimonialrule {
	margin-top: 1.5em;
	margin-bottom: 2.5em;
}

.static_hero {
	margin-bottom: .6em;
}

.contactpg_details {
	font-size: 1.25em;
	line-height: 1.5em;
}
.contactpg_details a {
	color: #ff9900;
}
.contactpg_details a:hover {
	color: #5B96D7;
}

.lg_map_wrapper {
}

.contact_row {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.contact_row img {
	margin-right: .75em;
	float: left;
	display: inline;
	width: 30px;
}

.stats_graphic {
}

.stats_copy {
}

.stats_wrap {
	margin-bottom: 4em;
	margin-top: 2em;
}

.stats_title {
    color: #ff9900;
    font-weight: bold;
    margin-bottom: 0.75em;
    font-size: 1.5 em;
}

.news_hdln {
	margin-bottom: 0.5em;
	color: #FF9900;
	font-weight: 400;
	font-family: bebas-neue;
	font-style: normal;
	margin-top: 0.25em;
	padding-left: 0.25em;
	font-size: 1.65em;
}

.news_copy {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 0.9em;
	padding-left: 0.5em;
	padding-right: 0.65em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}

.thumb_row_wrap {
	padding-top: 0.7em;
	padding-right: 0.7em;
	padding-bottom: 0.7em;
	padding-left: 0.7em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: -1em;
	margin-right: -1em;
	width: 102%;
	margin-bottom: 1em;
	-webkit-box-shadow: 1px 3px 3px 2px hsla(0,0%,55%,0.59);
	box-shadow: 1px 3px 3px 2px hsla(0,0%,55%,0.59);
	margin-top: 1.5em;
}

.learn_wrap {
	background-color: #a9bdd0;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
	float: none;
	border-radius: 24px;
	margin-bottom: 0.75em;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.vidfeature_hdln {
	color: #ff9900;
	font-family: arvo;
	font-weight: 700;
	font-size: 1.25em;
}

.img_404 {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

.sitemap_wrap {
	margin-top: 2em;
	margin-bottom: 3em;
}

.sitemap_headline {
	font-family: arvo;
	font-style: normal;
	font-weight: 400;
	font-size: 1.25em;
	margin-bottom: 1em;
	border-bottom: thin solid #D5D5D5;
	padding-bottom: 0.5em;
}

.contact_button {
	color: #FFFFFF;
	font-family: arvo;
	font-weight: 400;
	border-radius: 6px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: 1.15em;
	text-align: center;
	border: 2px solid #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact_button a {
	color: #ffffff;
}
.contact_button a:hover {
	color: #3DA6F1;
}

.contact_button_wrap {
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	background-color: #ff9900;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.copyright {
	font-size: 0.65em;
	text-align: center;
}

.attrib {
	margin-left: .5em;
	font-family: vollkorn;
	font-style: italic;
	font-weight: 400;
	font-size: 0.75em;
	color: #777777;
}

.bill_button {
	color: #FFFFFF;
	font-family: arvo;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	background-color: #FF9900;
	border-radius: 14px;
	font-size: 0.9em;
	width: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bill_button a {
	color: #FFFFFF;
}
.bill_button a:hover {
	color: #3DA6F1;
	}
	
.bill_button_wrap {
	width: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.campaigns_link_wrap {
	margin-top: 1em;
	margin-bottom: 1em;
}

.campaigns_link_copy {
	margin-bottom: 1em;
	font-size: 1.15em;
}
.campaigns_link_copy a{
	color: #ff9900;
}
.campaigns_link_copy a:hover{
	color: #55a1d8;
}

.campaigns_link {
	margin-bottom: 1em;
	padding-top: .75em;
	padding-bottom: .75em;
	background-image: url(../images/common/dot.png);
	background-repeat: repeat;
}



#rufous-sandbox { display: none !important; 
}

.cblog-left-img {
    width: 40%;
    float: left;
}

.cblog-right-copy {
	font-size: 1.2em;
}

.cblog-right-copy a {
	color: #ff9900;
}

.cblog-right-copy a:hover {
	color: #587494;
}

.cblog-right-copy-wrap {
	width: 48%;
	margin-left: 5%;
	padding-top: 1em;
}

.cblog-right-hdln {
	font-family: bebas-neue;
	font-size: 2em;
	margin-bottom: 1em;
}

.cblog-left-img-sm {
	width: 20%;
	float: left;
	margin-left: -3%;
}

.cblog-right-copy-sm {
	font-size: 1em;
}

.cblog-right-copy-sm a {
	color: #ff9900;
}

.cblog-right-copy-sm a:hover {
	color: #587494;
}

.cblog-right-copy-wrap-sm {
	width: 78%;
	margin-left: 5%;
	padding-top: 1em;
}

.cblog-right-hdln-sm {
	font-family: bebas-neue;
	font-size: 1.3em;
	margin-bottom: .5em;
}

.billboard_hdln {
	font-family: bebas-neue;
	font-size: 3em;
	color: #555555;
	margin-bottom: 0.5em;
}

.billboard_subhdln {
	font-size: 1.2em;
	width: 80%;
}

/*

.hcea_hdln {
	font-family: bebas-neue;
	font-size: 3.4em;
	color: #ff9900;
	margin-top: -.5em;
	line-height: 1em;
}
*/

.new_header {
    font-family: raleway;
    font-size: 2.5em;
    color: #ff9900;
    line-height: 1em;
    width: 100%;
    font-style: normal;
    font-weight: 200;
	margin-top: 20px;
	margin-bottom: 10px;
}

.new-copy-edit {
	float: right;
	width: 70%;
}


.hcea_subhdln {
    font-size: 1.25em;
    width: 100%;
    margin-bottom: 0.25em;
    font-family: raleway;
    font-style: normal;
    font-weight: 100;
}

.hcea_subhdln a {
	color: #ff9900
}

.hcea_subhdln a:hover {
	color: #587494
}

.media_stats {}

.medstats_item {}

.citation {
	font-size: 0.75em;
	color: #777777;
	font-style: italic;
	margin-bottom: 1.5em;
}

.block_submenu {
	text-align: justify;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 100%;
	clear: both;
	overflow-x: hidden;
	overflow-y: hidden;
}

.submenu_item {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 23%;
	padding-top: 1em;
	padding-right: 0.5em;
	padding-bottom: 170px;
	padding-left: 0.5em;
	text-align: center;
	margin-right: 2%;
	background-color: #DCDCDC;
	margin-bottom: -150px;
	overflow-x: hidden;
	overflow-y: hidden;
}

.submenu_item:hover {
	color: #ffffff;
	background-color: #ff9900;
}

.submenu_item a:hover {
	color: #ffffff;
	background-color: #ff9900;
}

.square-box{
	position: relative;
	width: 23%;
	overflow: hidden;
	background-color: #E1E1E1;
	display: inline-block;
}
.square-box:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.square-content{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
}
.square-content div {
   display: table;
   width: 100%;
   height: 100%;
}
.square-content span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: white
}

.hcp_list {
	font-size: 0.9em;
	font-weight: bold;
	list-style-position: inside;
	list-style-type: circle;
	margin-bottom: 1em;
}

.hcp_item {}

.campaigns_link_small {}

/* Effect 3: bottom line slides/fades in */
.cl-effect-3 a {
	padding: 8px 0;
}

.cl-effect-3 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: rgba(0,0,0,0.1);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.cl-effect-3 a:hover::after,
.cl-effect-3 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.two_column {
}

.zeroMargin_mobile {
margin-left: 0;
}

.hide_mobile {
display: none;
}

.jobheading {
	font-size: 1.2em;
	margin-bottom: 10px;
	color: #ff9900;
}
.tsm_stat_number {
	width: 47px;
	float: left;
	color: #FF9900;
	font-size: 5em;
	font-weight: 400;
	text-align: right;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	padding-right: 1em;
	font-family: bebas-neue;
	font-style: normal;
}
.case_study_hdr {
    font-family: raleway;
    font-style: normal;
    font-size: 1.5em;
    font-weight: 100;
    margin-bottom: 1em;
    line-height: 1.05em;
}

.tsm_copy_widget {
    width: 75%;
    margin-right: 2%;
}
.new_sectionheadline {
	font-family: raleway;
	font-size: 2em;
	margin-bottom: .5em;


}

.new_sectionheadline2 {
	font-family: raleway;
	font-size: 1.5em;
	line-height: 1.75em;
	margin-bottom: .5em;
	color: #ff9900;
}

.new_sectionheadline3 {
	font-size: 1.25em;
	font-weight: 500;
}

.position {
    font-family: raleway;
    font-size: 1.5em;
    line-height: 1.25em;
	margin-top: .5em;


}
.tagline {
    font-family: raleway;
	line-height: 1.25em;
    font-size: 2em;
    color: #ff9900;
    font-weight: 300;
	text-align: center;
    margin-top: .25em;
	margin-bottom: .25em;
	border: 1px solid #ff9900;
    border-width: 0 0 1px 0;
	padding-bottom: .2em;
    
}

.tagline_mobile {
    font-family: raleway;
	line-height: 1.25em;
    font-size: 2em;
    color: #ff9900;
    font-weight: 300;
	text-align: center;
    margin-top: .25em;
	margin-bottom: .25em;
	border: 1px solid #ff9900;
    border-width: 0 0 1px 0;
	padding-bottom: .2em;
    
}

.tagline-tsm {
    font-family: raleway;
	line-height: 1.25em;
    font-size: 2em;
    color: #ff9900;
    font-weight: 300;
	text-align: center;
    margin-top: .25em;
	margin-bottom: .25em;
	border: 1px solid #ff9900;
    border-width: 0 0 1px 0;
	padding-bottom: .2em;
    
}


.imageGrid {
  line-height: 0;
	margin-bottom: 3em;
}
.imageGrid .tile {
  width:33.33%;
  min-height:20em;
  line-height: 1.2;
  display:inline-block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  color:#fff;
  font-family:"raleway",sans-serif;
  cursor: pointer; 
  cursor: hand;
}

.imageGrid .tile a {
	color: #ff9900;
}

.imageGrid .tile:before {
 display: none;
}

.imageGrid .tile:hover:before {
  
content: '';
  background-color: rgba(15,15,15,0.6);
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
}

.imageGrid .tile .textWrapper {
  text-align: center;
  vertical-align: middle;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.3em;
	font-weight: bold;
}

.imageGrid .tile .textWrapper {
  display: none;
}


.imageGrid .tile:hover .textWrapper {
  display: block;
}

.imageGrid .tile:hover .textWrapper .content h2 {
  margin: 0;
}
.megaexamples .gridContainer.clearfix div {
}
.megaexamples .gridContainer.clearfix div {
}

.case_title2_wrap {
	
	margin-top: .5em;
	margin-bottom: .5em;
	 display: flex;
  align-items: center;
	
}

.case_logo2 {
	width: 20%;
	float: left;
	display: inline-block;
	margin-right: 2%;
	
}

.case_title2 {
	font-family: raleway;
	float:left;
	display: inline-block;
	width: 75%;
	font-size: 1.75em;
	color: #ff9900;	
	
}

.mission {
	font-family: raleway;
	font-size: 1.5em;
	
}

.new_subheadline {
	font-family: raleway;
	color: #ff9900;
	font-size: 1.15em;
	
}

@media (max-width: 1000px) {
  .imageGrid .tile {
    width: 50%;
  }
}
 
@media (max-width: 700px) {
  .imageGrid .tile {
    width: 100%;
  }
  
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 569px) {

.gridContainer {
	width: 85%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
body {
	font-size: 95%;
	line-height: 1.7em;
}

.header {
	padding-bottom: 0.75em;
}
.logo {
width: 48.7179%;
}
.contactinfo {
	width: 32.2033%;
	margin-left: 1.6949%;
	clear: none;
	line-height: 1.45em;
}
.mainslider {
	margin-bottom: 2.5em;
}
.columns {
	margin-bottom: 1.5em;
}
.column_wrap {
	width: 32.2033%;
	margin-left: 1.6949%;
	clear: none;
	padding-top: 2.25em;
}
.ft_column_wrap {
	width: 31%;
	margin-left: 1.6949%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	display: block;
	min-height: 400px;
}
.col_hdr {
	font-size: 1.6em;
}
.col_content {

}
.col_ft {
}
.tabpanel {
}
.imagerow {

}
.orangerule {
}
.tabs {
display: block;
}

.mainnav {
display: block;
}
.col_text {
	margin-bottom: 0.25em;
	margin-top: 0.25em;

}
.ft_col_hdr {
}
.testimonial {
}
.bottombar {
}
.nav_item {
	width: 12.5%;
	font-size: 1.1em;
}
.hide_mobile {
display: block;
}
.contacticon {
	clear: both;
	margin-left: 0;
}
.contactinfo_btm {
	font-size: 1em;

}
.social_icon {
	width: 13%;

}
.quote_icon {
}
.media_block {
	margin-left: 0;
	clear: both;

}
.media_title {
	margin-bottom: 0.5em;
	padding-top: 0.5em;
}
.media_subtitle {
	margin-bottom: 0.25em;
}
.media_text {
width: 47%;
}
.media_slider {
width: 47%;
margin-left: 1.6949%;
clear: none;
}
.media_menu {
width: 23.7288%;
}
.media_menu_right {
	width: 23.7288%;
	margin-left: 1em;
}
.media_copy {
	width: 74.5762%;
}
	
.media_copy_half {
	display: block;
	float: left;
	width: 45%;
	margin-left: 1.695%;
	margin-top: .5em;
	margin-bottom: 0.75em;
	padding-right: 16px;
	
}	
.media_menu_hdr {
}
.media_menu_content {
}
.media_copy_content {
}
.media_copy_text {
clear: both;
margin-left: 0;
}
.media_case_wrap {
}
.media_case_title {
width: 23.0769%;
}
.media_case_copy {
	width: 35.8974%;
	margin-left: 2.5%;
}
.media_case_section {
}
.media_case_img {
	width: 33%;
	margin-left: 1.695%;
}
.media_options {
}
.options_copy {
}
.options_wrap {
	width: 23%;
}
.options_image {
clear: both;
margin-left: 0;
}
.options_caption {
}
.search_box {
}
.search_wrap {
	width: 20%;
	float: right;
	clear: none;
	margin-top: 0.5em;
	min-height: 34px;
}
.team_story {
}
.case_content {
}
.case_logo {
}
.case_subtitle {
}
.teamlink {
width: 100%;
}
.teampicsbar {
width: 100%;
}
.teamlinktitle {
}
.main_content {
}
.main_content_wrapper {
}
.emc_map_wrapper {
}
.emc_map_text {
width: 100%;
}
.emc_map {
width: 100%;
clear: both;
margin-left: 0;
}
.stripe {
}
.banner_text_wrap {
width: 50%;
	padding-top: 5%;
	padding-bottom: 5%;
	height: 100%;
}
.banner_text_block {
}
.banner_subtitle {
	font-size: 1em;
	padding-left: 2em;
	padding-right: 2em;
}
.banner_title {
	font-weight: 300;
	font-size: 4vw;
}
.banner_slider {
	width: 50%;
	clear: none;
	float: right;
}
.banner_slider_left {
	width: 70%;
	clear: none;
	float: left;
	margin-right: 1.15em;
}
.orange_block {
}
.tab_headline {
}
.nav_list {
}
.nav_list_item {
}
.orlines {
}
.our_work_copy {
}
.quotes_wrap {
}
.team_wrap {
}
.content_headline {
	margin-bottom: 1em;

}
.stat_copy {
}
.stat_icon {
}
.org_block {
}
.home_columns_icon {

}
.learn_more {
}
.alt_slider {
}
.footer {
}
.footer_link {
}
.btm_contact_wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
}
.btm_contact {
	width: 50%;
}
.btm_social {
	width: 47%;
}
.media_callout {
}
.category_row {
	margin-top: 1em;
	margin-bottom: 0.75em;
	text-align: justify;
}
.category_row img {
  display: inline-block;
  width: 15%;
 
}
.category_row:after {
  content: "";
  width: 100%;
  display: inline-block;
}
.thumbs_row {
	text-align: justify;
	margin-top: 0.75em;
	line-height: 0;
	margin-bottom: 0.75em;
}
.thumbs_row img {
  display: inline-block;
  width: 13%;
 
}
.thumbs_row:after {
  content: "";
  width: 100%;
  display: inline-block;
}
.category_wrap {
	width: 15.5%;
	display: inline-block;
	text-align: center;
	margin-right: 0.5em;
}
.category_image {
}
.category_caption {
}
.callout {
clear: both;
margin-left: 0;
}
.media_copy_title {

}
.media_title_1 {

}
.media_title_2 {
	margin-right: 0.75em;

}
.media_options_row {
	width: 100%;
}
.banner_wrap {
}
.testimonialrule {
}
.static_hero {
}
.contactpg_details {
}
.lg_map_wrapper {
}
.contact_row {
}
.stats_graphic {
	width: 60%;
	float: left;
}
.stats_graphic_right {
	width: 60%;
	float: right;
}
.stats_copy {
	width: 30%;
	float: left;
	padding-left: 1em;
	padding-top: 0.75em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	padding-right: 1em;
}
.stats_copy_right {
	width: 30%;
	float: right;
	padding-left: 1em;
	padding-top: 0.75em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	padding-right: 1em;
}
.stats_wrap {
	margin-bottom: 2em;
}
.stats_title {
}
.news_hdln {
}
.news_copy {
}
.thumb_row_wrap {
}
.learn_border {
}
.learn_wrap {
}
.contact_row img {
	margin-right: .75em;
	float: left;
	display: inline;
	width: auto;
}
.img_404 {
	text-align: center;
}
.sitemap_wrap {
}
.sitemap_headline {
}
.contact_button {
}
.contact_button_wrap {
}
.copyright {
}
.attrib {
}
.bill_button {
}
.bill_button_wrap {

}
.campaigns_link_wrap {
}
.campaigns_link_copy {
}
.campaigns_link {
}
.nav2 {
}
.nav2_logo {
}
.nav2_menu_wrap {
}
.nav2_menu {
}
.nav2_list {
}
.nav2_item {
}
.clear_fix {
}
.slider_overlay {
}
.cblog-left-img {
}
.cblog-right-copy {
}
.cblog-right-copy-wrap {
}
.cblog-right-hdln {
}
.billboard_hdln {
}
.billboard_subhdln {
}
.media_stats {
}
.medstats_item {
}
.citation {
}
.block_submenu {
}
.submenu_item {
}
.hcp_list {
}
.hcp_item {
}
.campaigns_link_small {
}
.jobheading {
}	
.two_column {
	width: 48%;
	float: left;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}

	.tsm_copy_widget {
    width: 75%;
    margin-right: 2%;
}
	
}

.col_40 {
	
	width: 38%;
	float: left;
	margin-left: 1%;
}

.col_60 {
	
	width: 58%;
	float: left;
	margin-left: 1%;
}

.stats_title2 {
	
	font-family: raleway;
	font-size: 2em;
	line-height: 1.3em;
	color: #ff9900;
	margin-left: .5em;
	margin-bottom: .5em;
}

.stats_copy2{
	
	font-size: 1.25em;
	padding-top: .25em;
	margin-left: .5em;
}

.tagline {
    font-size: 4em;    
}

.tagline-tsm {
	font-size: 3.5em;
	 font-family: raleway;
	line-height: 1.25em;
    color: #ff9900;
    font-weight: 300;
	text-align: center;
    margin-top: .25em;
	margin-bottom: .25em;
	border: 1px solid #ff9900;
    border-width: 0 0 1px 0;
	padding-bottom: .2em;
}


.position {
    font-family: raleway;
    font-size: 2em;
    line-height: 1.25em;
	margin-top: .5em;

}

.new_header {
    font-size: 3.2em;
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1025px) {

.gridContainer {
	width: 68%;
	max-width: 1100px;
	padding-left: 0.625%;
	padding-right: 0.625%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.tsm_copy_widget {
    width: 75%;
    margin-right: 2%;
}
.tsm_widget {
    width: 28%;
}


body {
	font-size: 100%;
	line-height: 1.85em;
}


.header {
}
.logo {
	
}
.contactinfo {
	width: 32.2033%;
	margin-left: 1.6949%;
	clear: none;
	margin-top: 0.25em;
}
.mainslider {
	margin-bottom: 1em;
}
.columns {
	margin-top: 1em;
	margin-bottom: 1.5em;
}
.column_wrap {
	width: 32.2033%;
	margin-left: 1.6949%;
	clear: none;
	padding-top: 1em;
}
	
	.eo_column_wrap {
		width: 48%;
		margin-left: 1.6949%;
		clear: none;
		padding-top: 1em;
	}	
	
.ft_column_wrap {
	width: 32.2033%;
	margin-left: 1.6949%;
	clear: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	display: block;
	min-height: 440px;
}
.col_hdr {
	font-size: 1.7em;

}
.col_content {

}
.col_ft {
}
.tabpanel {
}
.imagerow {
	margin-bottom: 1em;
}
.orangerule {
	font-weight: normal;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}
.tabs {
display: block;
}
.mainnav {
	display: block;
	margin-bottom: 2.25em;
}
.col_text {
	font-size: 1.08em;
}
.ft_col_hdr {
}
.testimonial {
}
.bottombar {
}
.nav_item {
	width: 12.5%;
	font-size: 1.25em;
}
.hide_mobile {
display: block;
}
.contacticon {
	margin-left: 0;
}
.contactinfo_btm {


}
.social_icon {

}
.quote_icon {
}
.media_block {
clear: none;
}
.media_title {
	padding-top: 0.35em;
	margin-bottom: 0.5em;
}
.media_subtitle {
}
.media_text {
width: 49.1525%;
}
.media_slider {
width: 49.1525%;
margin-left: 1.6949%;
clear: none;
}
.media_menu {
width: 23.7288%;
}
.media_copy {
	width: 74.5762%;
	margin-left: 1.695%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.media_menu_hdr {
}
.media_menu_content {
}
.media_copy_content {
}
.media_copy_text {
margin-left: 2.2727%;
clear: none;
}
.media_case_wrap {
}
.media_case_title {
width: 23.7288%;
}
.media_case_copy {
	width: 49.1525%;
	margin-left: 1.695%;
}
.media_case_section {
}
.media_case_img {
	width: 23%;
	margin-left: 1.695%;
}
.media_options {
	padding-bottom: 1.5em;
}
.options_copy {
}
.options_wrap {
	margin-left: 1.6949%;
}
.options_image {
clear: both;
margin-left: 0;
}
.options_caption {
}
.search_box {
}
.search_wrap {
	width: 20%;
	float: right;
	clear: none;
	margin-top: 0.5em;

}
.team_story {
}
.case_content {
}
.case_logo {
}
.case_subtitle {
}
.teamlink {
width: 23.7288%;
}
.teampicsbar {
width: 100%;
}
.teamlinktitle {
}
.main_content {

}
.main_content_wrapper {
}
.emc_map_wrapper {
}
.emc_map_text {
width: 32.2033%;
}
.emc_map {
width: 66.1016%;
clear: none;
margin-left: 1.6949%;
}
.stripe {
}
.banner_text_wrap {
	width: 50%;
	padding-top: 5%;
	padding-bottom: 5%;
	height: 100%;
}
.banner_text_block {
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
.banner_subtitle {
	font-size: 1.4vw;
}
.banner_title {
	font-weight: 400;
	font-size: 4.65vw;
	
}
.banner_slider {
	width: 50%;
	clear: none;
	float: right;
}
.orange_block {
}
.tab_headline {
}
.nav_list {
}
.nav_list_item {
	width: 14.25%;
}
.orlines {
}
.our_work_copy {
}
.quotes_wrap {
}
.team_wrap {
}
.content_headline {

}
.stat_copy {
	width: 40%;
}
.stat_icon {
	width: 50%;
	float: right;
}
.org_block {
	background-color: #ff9900;
	height: 0.5em;
	margin-top: 1em;
	margin-bottom: 1em;
}
.home_columns_icon {
}
.learn_more {
}
.alt_slider {
}
.footer {
}
.footer_link {
}
.btm_contact_wrap {
}
.btm_contact {
}
.btm_social {
}
.media_callout {
}
.category_row {
	text-align: justify;
}
.category_wrap {
}
.category_image {
}
.category_caption {
}
.callout {
}
.media_copy_title {
}
.media_title_1 {
}
.media_title_2 {
}
.media_options_row {
}
.banner_wrap {
}
.testimonialrule {
}
.static_hero {
}
.contactpg_details {
}
.lg_map_wrapper {
}
.contact_row {
}
.stats_graphic {
}
.stats_copy {
}
.stats_wrap {
}
.stats_title {
}
.news_hdln {
}
.news_copy {
}
.thumb_row_wrap {
}
.learn_border {
}
.learn_wrap {
}
.img_404 {
}
.sitemap_wrap {
}
.sitemap_headline {
}
.contact_button {
}
.contact_button_wrap {
}
.copyright {
}
.attrib {
}
.bill_button {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bill_button_wrap {
}
.campaigns_link_wrap {
}
.campaigns_link_copy {
}
.campaigns_link {
}
.nav2 {
}
.nav2_logo {
}
.nav2_menu_wrap {
}
.nav2_menu {
}
.nav2_list {
}
.nav2_item {
}
.clear_fix {
}
.slider_overlay {
}
.cblog-left-img {
}
.cblog-right-copy {
}
.cblog-right-copy-wrap {
}
.cblog-right-hdln {
}
.billboard_hdln {
}
.billboard_subhdln {
}
.media_stats {
}
.medstats_item {
}
.citation {
}
.block_submenu {
}
.submenu_item {
}
.hcp_list {
}
.hcp_item {
}
.campaigns_link_small {
}
.two_column {
}
.jobheading {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}

.tagline {
    font-size: 6em;
      
}

.tagline-tsm {
	
	font-size: 3.8em;
	 font-family: raleway;
	line-height: 1.25em;
    color: #ff9900;
    font-weight: 300;
	text-align: center;
    margin-top: .25em;
	margin-bottom: .25em;
	border: 1px solid #ff9900;
    border-width: 0 0 1px 0;
	padding-bottom: .2em;
}
.position {
    font-family: raleway;
    font-size: 2em;
    line-height: 1.25em;
	margin-top: .5em;
}
.col_hdr {
	font-family: raleway;
	color: #666666;
	text-align: center;
	padding-bottom: 0.4em;
	font-size: 1.5em;
	height: auto;
	font-style: normal;
	font-weight: 400;
	padding-left: 0.5em;
	line-height: 1.1em;
	letter-spacing: 1px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	margin-top: 0.6em;
}
.new_header {
    font-size: 3.2em;
}

@media (max-width: 600px) {
    .fluid.tagline {
        font-size: 4em;
    } 
	
	.tagline-tsm {
	font-size: 3em;
	 font-family: raleway;
	line-height: 1.25em;
    color: #ff9900;
    font-weight: 300;
	text-align: center;
    margin-top: .25em;
	margin-bottom: .25em;
	border: 1px solid #ff9900;
    border-width: 0 0 1px 0;
	padding-bottom: .2em;	
	}
}


@media (max-width: 415px) {
    .fluid.tagline {
        font-size: 3em;
    } 
	
	.tagline-tsm {
	font-size: 1.5em;
	 font-family: raleway;
	line-height: 1.25em;
    color: #ff9900;
    font-weight: 300;
	text-align: center;
    margin-top: .25em;
	margin-bottom: .25em;
	border: 1px solid #ff9900;
    border-width: 0 0 1px 0;
	padding-bottom: .2em;	
	}
} 

