@charset "utf-8";
/* CSS Document */

html,body{height:100%;}
html {
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
    -webkit-text-stroke: rgba(255,255,255,0.01) 0.1px;
    -webkit-text-stroke-width: 0.1px;
}


body {
	color: #555555;
	font-family: "ProximaNovaLight", "sans-serif";
	background-color: #949494;
	font-size:18px;
	line-height:1.3;
}
a {
	text-decoration:none;
	color:#3769ac;
}
a:hover {
	text-decoration:none;
	color:#092851;
}
/* --colors -- */
/*.adv{color:#789AD3 !important;}
.assn{color:#7b9f77 !important;}*/
.adv{color:#4668A2 !important;}
.assn{color:#62835E !important; font-weight: bold;}
.greyBkgnd{background-color:#e1e1e1;}
.whiteBkgnd{background-color:#ffffff;}
/* -- defaults -- */
.clearFix {
	clear:both;
	display:block;
}
.left {float:left;}
.right {float:right;}
.tLeft {text-align:left;}
.tRight {text-align:right;}
.tCenter {text-align:center;}
.mCenter {
	margin:0 auto;
}
.caps {text-transform:uppercase;}
b{
	font-family: "ProximaNovaSemiBold", "sans-serif";
	font-weight:normal;
}
.bold {font-weight:bold;}
.auto {overflow:auto;}
.imageLeft
{
	float:left;
	margin:0 20px 20px 0;
}
.headerDiv {
	background-color:#ffffff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2000;
	box-shadow: 0 0 10px rgba(00,00,00,.3);
}
.header {
    height: 92px;
    margin: 0 auto;
    max-width: 960px;
    position: relative;
    width: 100%;
    z-index: 100;
}
.wrapper{
	background-color:#fff;
	background:#ececec url("/images/main/topShadow.png") top left repeat-x;
	padding-bottom:50px;
padding-top:90px;
}
.content {
	margin: 0 auto;
	max-width: 960px;
	width: 90%;
	min-height:600px;
	background:#ffffff url("/images/main/topShadow.png") top left repeat-x;
	-webkit-box-shadow: 0 5px 5px 0 #777777;
box-shadow: 0 5px 5px 0 #777777;
}
.mainColumn {
	/*border-right: 1px dotted #CCCCCC;*/
    float: left;
	width: 68%;
	height:100%;
}
.cmargin {
	padding: 30px;
}
.noTopPad{padding-top:0 !important;}
.noTopMarg{margin-top:0 !important;}
.tPad{padding-top:60px !important;}
.bottomMarg{margin-bottom:30px !important;}
.noBottomPad{padding-bottom:0 !important;}
.topBotPad{padding-top:10px;padding-bottom:30px;}
.lastCol {margin-right:0 !important;}
.top20Marg{margin-top:20px;}
.topImage
{
	bottom: 40px;
    float: right;
    margin-right: 0;
    margin-top: 0;
    position: absolute;
    width: 250px;
}
.sideBar {
	float:right;
	width: 24%;
	margin: 0 0 40px 0;
    font-size: 14px;
	padding-left:20px;
	border-left:1px dotted #cccccc;
}


.sideBar p
{font-size:14px;}
.sideMarg
{margin-left:20px;}
.dotBrdrTop
{
	border-top:1px dotted #cccccc;
}
.dotBrdrLeft
{
	border-left:1px dotted #cccccc;
}
.dotBrdrRight
{
	border-right:1px dotted #cccccc;
}
.brdrBottom
{
	border-bottom:1px solid #cccccc;
}
.dotBrdrBottom
{
	border-bottom:1px dotted #cccccc;
}
h1 {
	font-family: "ProximaNovaThin", "sans-serif";
	font-weight:normal;
	font-size:38px;
	margin:0 0 20px;
	line-height:1.15;
}
h2 {
	font-family: "ProximaNovaLight", "sans-serif";
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 0.01em;
	line-height: 1.2;
	margin: 0 0 10px;
	padding: 0;
}
.sideBar h2 {
    font-family: "ProximaNovaLight","sans-serif";
}
.pageName {
	font-size: 14px;
	margin: 16px 0 30px;
	text-align: left;
}
h3 {
	font-family: "ProximaNovaSemibold", "sans-serif";
	font-size: 18px;
	line-height: 1.2;
	margin: 0 0 6px;
	font-weight: normal;
}
h4 {
	font-family: "ProximaNovaSemibold", "sans-serif";
	font-weight:normal;
	font-size: 14px;
	line-height: 1.2em;
	margin:0 0 6px ;
}
.sideBar h4
{font-size:13px;}
.biline {
	color: #8c8c8c;
	font-size: 12px;
	margin-top: 10px;
	font-weight:normal;
}
.small {font-size:12px;}
.med {font-size:16px;}
.bigLight
{
	font-family: "ProximaNovaLight", "sans-serif";
	font-weight:notmal;
	font-size:22px;
}
p {margin-bottom:10px;}
.hide {display:none;}
.show {display:block;}
.colOne{float:left;}
.colTwo{float:right;}


/* --NAVIGATION -- */

#navIcon {
    background: url("/images/main/navIcon.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 26px;
	display:none;
    margin-left: 6px;
    padding: 0 !important;
    vertical-align: text-bottom;
    width: 26px;
}
#shareIcon {
    background: url("/images/main/shareIcon.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: none;
    height: 26px;
    margin-right: 20px;
    padding: 0 !important;
    vertical-align: text-bottom;
    width: 26px;
}
.logo {
    float: left;
    margin: 11px 20px 10px 30px;
}
.logoSmall, .logoSmall2
{
	display:none;
	float: left;
    margin: 11px 20px 10px 5%;
}
.navBar {
    bottom: 0;
    position: absolute;
    right: 5px;
}
.navList {
	color:#b0b0b0;
	position:relative;
}
.navTop {
    display: inline-block;
    height: 39px;
    list-style-type: none;
    margin-left: 20px;
    text-align: center;
	zoom: 1;
    *display: inline;
}
.mainNavDivider {
	padding-left: 12px;
	padding-right: 12px;
	vertical-align:middle;
	display:inline-block;
}
.navList li a {
	color: #7F7E7E;
	font-size: 13px;
	text-decoration: none;
}
.mainNavLink
{
	padding:4px 0 18px;
}
.navTop:hover
{
	background:url("/images/main/navPointerRev.png") no-repeat scroll center bottom #D7D7D7;
}
.navTop a:hover
{color:#333333;}

.breadCrumb
{

	font-size:13px;
	color:#767676;
	width:100%;
	margin:0 0 10px 0;
	padding-top:30px;
}
.breadCrumb li
{
	display:inline-block;
	padding:0 6px 0 0;
}

.close {
	float: right;
	right: 40px;
	top:-6px;
}
.close a {color:#fff;}
.close img {vertical-align:middle;}
/* -- end SUB NAV -- */


/* ------------------- css nav ------------------------------ */


#cssmenu li a {

  display: block;
}

#cssmenu li ul {
  background: #d7d7d7;

  border-top:none;
  display: none;
  height: auto;
  padding: 0px;
  margin: 0px;
  position: absolute;
  width: 160px;
  z-index: 200;
  /*top:1em;
	/*left:0;*/
	-webkit-box-shadow: 0 4px 6px 0 #606060;
box-shadow: 0 4px 6px 0 #606060;

}
#cssmenu li:hover ul {
  display: block;
}
#cssmenu li li {
  display: block;
  float: none;
  margin: 0px;
  padding: 0px;
  width: 160px;
  border-bottom:1px solid #ffffff;
}
.last{border-bottom:none !important;}
#cssmenu li:hover li a {
  background: none;
}
#cssmenu li ul a {
  display: block;
  font-style: normal;
  margin: 0px;
  padding: 10px 10px 6px 15px;
  text-align: left;
  color:#333333;
}
#cssmenu li ul a:hover,
#cssmenu li ul li:hover > a {
  background-color: #789AD3;
  color:#ffffff !important;
  border: 0px;
  text-decoration: none;
}
#cssmenu p {
  clear: left;
}





/* end NAVIGATION */


/*  SHARE ------------  */

.shareDiv {
    float: right;
    margin: 14px 0 20px 20px;
}
.share {
	width:33px;
	height:33px;
	background-repeat:no-repeat;
	background-position:0 0;
	cursor:pointer;
	display:inline-block;
	margin-left:8px;
}
.share:hover {
	background-position:0 -33px;
}
/* header shares.... */

.headerShareDiv {
	float: right;
	margin: 20px 6px;
}
.headerShare {
	background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 28px;
    margin-left: 8px;
    width: 28px;
	zoom: 1;
    *display: inline;
}
.headerShare:hover {
	background-position:0 -28px;
}
#searchHeader {background-image:url("/images/main/icon_search.png");}
.searchContainer {float:left;}
.searchContainer input {
	display: none;
}
#twitterHeader {background-image:url("/images/main/twitterShare_btn_header.png");}
#facebookHeader {background-image:url("/images/main/facebookShare_btn_header.png");}
#linkedinHeader {background-image:url("/images/main/linkedinShare_btn_header.png");}
#googleHeader {background-image:url("/images/main/googleShare_btn_header.png");}
#mblogsHeader {
	background-image: url("/images/main/mblogs-icon_header2.png");
	width: 67px;
}
.firstShare {margin-left:0;}
/* END header shares.... */


/* ----- buttons ------ */

.button
{
    background-color: #22608f;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: inline-block;
    font-family: "ProximaNovaRegular","sans-serif";
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    padding: 10px 19px 10px 19px;
    text-align: left;
}
.button:hover
{
	background-color:#194595;
	color:#ffffff;
}

.buttonOne
{
	background: url("/images/main/icon_email.png") no-repeat scroll 10px 13px #789ad3;
    -webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: inline-block;
    font-family: "ProximaNovaRegular","sans-serif";
    line-height: 1.1;
    padding: 4px 14px 4px 54px;
	text-align:left;
	border:none;
	font-size: 18px;
}
.buttonOne:hover
{
	background-color:#194595;
	color:#ffffff;
}
.oneLiner
{
	background-position:6px 5px;
}

.buttonTwo {
    background: url("/images/main/icon_email2.png") no-repeat scroll 14px 14px #789ad3;
    -webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: inline-block;
    font-family: "ProximaNovaRegular","sans-serif";
    font-size: 20px;
    line-height: 1.1;
    padding: 6px 19px 6px 72px;
    text-align: left;
}
.buttonTwo:hover
{
	background-color:#194595;
	color:#ffffff;
}

.buttonThree {
    background: url("/images/main/callout.png") no-repeat scroll 6px 4px #789AD3;
    -webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: inline-block;
    font-family: "ProximaNovaRegular","sans-serif";
    font-size: 14px;
    line-height: 1.1;
    padding: 7px 19px 6px 34px;
    text-align: left;
	border:none;
}
.buttonThree:hover
{
	background-color:#194595;
	color:#ffffff;
}
.buttonSingle
{
	background: url("/images/main/icon_email3.png") no-repeat scroll 6px 5px #789ad3;
    -webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: inline-block;
    font-family: "ProximaNovaRegular","sans-serif";
    line-height: 1.1;
    padding: 4px 14px 4px 36px;
	text-align:left;
	border:none;
	font-size: 15px;
	border:none;
}
.buttonSingle:hover
{
	background-color:#194595;
	color:#ffffff;
}
.buttonSingleDot {
    background: url("/images/main/callout.png") no-repeat scroll 6px 3px #789AD3;
    -webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: inline-block;
    font-family: "ProximaNovaRegular","sans-serif";
    font-size: 16px;
    line-height: 1.1;
    padding: 4px 15px 4px 34px;
    text-align: left;
	border:none;
}
.buttonSingleDot:hover
{
	background-color:#194595;
	color:#ffffff;
}

/* ------ colors -------- */

.prodImg
{text-align:center;}

div.email-news-briefs
{background-color:#edaf42;}
div.email-news-briefs:hover
{background-color:#DBA10E;}
div.content-capture
{background-color:#478BCA;}
div.content-capture:hover
{background-color:#327CB2;}
div.multiweb-ad-sales, div.multiweb-ad-sales
{background-color:#7B9F77;}
div.multiweb-ad-sales:hover, div.multiweb-ad-sales:hover
{background-color:#6d8c69;}
div.buyers-guides
{background-color:#D3762A;}
div.buyers-guides:hover
{background-color:#B75027;}
div.targeted-campaigns
{/*background-color:#5BC1A7;*/}
div.targeted-campaigns
{/*background-color:#41A389;*/}
div.corporate-briefs
{background-color:#B5422B;}
div.corporate-briefs:hover
{background-color:#AA3720;}

/*  -----FOOTER---------  */


/* FOOTER */
.footer {
	width:100%;
	background-color:#5b5b5b;
	/*background-image:url(/images/main/footerFade.png);*/
	background-position:0 0;
	background-repeat:repeat-x;
}
.ie6 .footer, .ie7 .footer {z-index:-1;}
.footerSection {
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
	border:0;
}

.footerLogo {
    margin: 36px auto 16px;
}
.footer .navList {
    border-bottom: 1px double #6B6B6B;
    margin: 10px 0 20px;
    padding-bottom: 20px;
}
.footer .navList li {
    display: inline-block;
    list-style-type: none;
    text-align: center;
	margin:0 10px;
	zoom: 1;
    *display: inline;
}
.footer .navList li a {
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}
.footer .navList a
{color:#ffffff;}
.footerShareDiv {

	text-align:center;
	margin:26px 0;
}
.footerShare {
	width:33px;
	height:33px;
	background-repeat:no-repeat;
	background-position:0 0;
	cursor:pointer;
	display:inline-block;
	margin-left:8px;
}
.footerContent {

}
.footerContent a, .footerColumn {
	font-family:Oxygen, sans-serif;
	font-weight:400;
	font-size: 9pt;
	line-height: 1.3em;
	color:#b2b2b2;
}
.footerColumn {
	padding-left:10px;
	padding-right:30px;
	text-align:left;
	display:inline-block;
	zoom: 1;
    *display: inline;

}
.addressBlock {
	height: 86px;
	width: 181px;
	padding-right: 20px;
	text-align:center;
}


.footerHeading
{
	color:#0b0b0b;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:4px;
}

.address {
	color:#e4e4e4;
	font-size:9pt;
	width:150px;
	position:absolute;
	right:-26px;
	top:60px;
	text-align:left;
	padding-left:5px;
}
.addressSection {
	margin-bottom:30px;
	text-align:center;
}
.addressSection .lastBlock {

}
.addressSection .footerColumn .footerText {
}
.footerDivider {
	background-color:#b0b0b0;
	width:2px;
	height:80px;
	float:left;
}
.copyrightText {
	color:#090909;
	font-size:8pt;
	text-align:center;
}
/*  -----END FOOTER-----  */

/* ----- common  elements --- */

.calloutBox {

    margin: 0 0 20px;
    min-height: 154px;
    width: 48.7%;;
}
.calloutPoint {
    background: url("/images/main/callout.png") no-repeat scroll 12px 14px transparent;
	padding: 10px 10px 10px 40px;
}
.calloutBox h3 {
    font-family: "ProximaNovaRegular","sans-serif";
    font-size: 24px;
    margin-bottom: 0;
	color:#3d3d3d;
}
.calloutBox p
{
	color:#fff;
	line-height:1.2;
}

/* -- testimonial quotes -- */
.testimonyDiv
{
	float: left;
    margin-bottom: 20px;
    margin-right: 2%;
    width: 31.6%;
}
.bizco
{font-size:12px;}
.quoteDiv
{
	-webkit-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
	background-color:#E9E7C3;
	padding:12px 4px;
	font-size:16px;
	font-family:'ProximaNovaRegularItalic';
	min-height:60px;
	text-align:center;
	line-height:1.2;
}
.quoteDiv span
{
	font-family:'ProximaNovaBold';
	color:#b2b2b2;
}
.quoteBottom
{
	background: transparent url(/images/main/bottomQuoteGrey.png) 20px 0px no-repeat;
	padding:4px 0 0 66px;
	font-size:14px;
}

.sideBar .testimonyDiv
{
	display:block;
	margin:0 auto 10px;
	width:100%;
}
.sideBar .quoteDiv
{
	font-size:14px;
	background-color:#E9E7C3;
	min-height:20px;
	height:auto;
}
.sideBar .quoteBottom
{
	background: transparent url(/images/main/bottomQuoteGrey.png) 8px -12px no-repeat;
	font-size:12px;
	padding: 4px 0 0 52px;
}
.sideBar .testimonials
{margin-bottom:20px;}
/* -- press articles -- */
.pressDiv {
    background-color: #FFFFFF;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 1.1%;
    min-height: 234px;
    padding: 14px;
    vertical-align: top;
    width: 15.4%;
	zoom: 1;
    *display: inline;
}
.pressDiv p
{font-size:13px;}
.pressDiv h4
{

}
.projectImage, .articleImage
{
	width:100%;
	max-width:146px;
}
.pressTop img
{
	margin:0 20px 20px 0 ;
	border:1px solid #cccccc;
	padding:10px;
	float:left;
}
.pressPage h1 {
    font-family: "ProximaNovaLight","sans-serif";
    font-size: 28px;
    font-weight: normal;
    line-height: 1.1;
    margin: 0 0 10px;
	width: 70%;
}
.pressList h3 {margin-bottom:0;}
.pressPage .biline
{
	margin-bottom:10px;
	display:block;
}
.pressList
{
	border-top:1px dotted #cccccc;
	padding-top:4px;
	margin-bottom:10px;
}
/* -------------------------------------------------------------
Resource
---------------------------------------------------------------- */
.resource {
}

.resource-image {
    display: block;
    width: 100%;
    height: 360px;
    background-size: cover;
    background-position: center center;
}

.resource-image-inner {
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

.resource-type {
    font-size: 8px;
    height: 10px;
    line-height: 12px;
    padding-left: 16px;
    text-transform: uppercase;
    background-size: 12px 100%;
    background-position: top left;
    background-repeat: no-repeat;
    margin-bottom: 4px;
    color: #5b5b5b;
}

.resource-head {
    margin: 0 12px 6px 6px;
    line-height: 10px;
    letter-spacing: 0.5px;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}

.resource-body {
    font-size: 8px;
    font-family: monospace, serif;
    padding: 0 12px 10px 6px;
    border-bottom: solid 1px #d7d7d7;
    color: #5b5b5b;
}

/* -------------------------------------------------------------
Resource List
---------------------------------------------------------------- */
.resouceList {

}
.resourceList-title{
	font-size: 18px;
	margin:0;
}
.resourceList-title > a{
	color: #fca637;
	font-family:"ProximaNovaSemiBold", "sans-serif";
}
.resourceList-title > a:hover {
	color: #789AD3;
}
.resourceList > li {
	border-top:1px dotted #cccccc;
	padding-top:30px;
	padding-bottom:20px;
}
.resourceList-meta {
	text-transform: uppercase;
	font-size: 12px;
}
.resourceList-desc {
	margin:10px 0;
	font-size: 15px;
}
.resourceList_sidebar > li{
	border-top:0;
	padding-top:10px;
	padding-bottom: 10px;
}
.resourceShare {margin-top:50px;}
.resourceShare .stButton .chicklets {
	width: 16px;
	overflow: hidden;
	padding: 0;
	text-indent: -1999px;
}
/* -------------------------------------------------------------
User Content
---------------------------------------------------------------- */
.userContent ul,
.userContent ol {
	margin:10px 10px 30px 30px;
}
.userContent ul li {
	list-style: disc;
}
.userContent ol li {
	list-style: decimal;
}
.userContent figure {
	margin-bottom: 20px;
}
.userContent figcaption {font-size:10px;}
/* -- email sidebar form -- */

/* -------------- EMAIL FORM ------------ */

.sideBarForm label
{
	color:#555555;
	font-size:14px;
}
.sideBarForm p
{margin-bottom:2px;}
.emailForm input
{height:32px;}
.sideBarForm input
{height:26px;}
.emailForm textarea, .sideBarForm textarea
{padding:6px;}
.emailForm input, textarea
{
	background-color: #FFFFFF;
    border: 1px solid #C2C2C2;
    box-shadow: 0 0 3px 0 #B2B2B2 inset;
    overflow: hidden;
	width: 98%;
    min-width:98%;
	max-width: 98%;
	color:#484848;
	padding:0 6px;
}

.sideBarForm input, .sideBarForm textarea
{
	background-color: #FFFFFF;
    border: 1px solid #C2C2C2;
    box-shadow: 0 0 3px 0 #B2B2B2 inset;
    overflow: hidden;
	color:#484848;
	padding:0 6px;
	width: 90%;
	margin-bottom:8px;
}
.locationIcons
{
	display: inline-block;
    margin: 20px 0;
    text-align: center;
    width: 20%;
}
.locationIcons img, .sliderThumb {
    transition: all 0.3s ease-in 0s;
}
.locationIcons img:hover, .sliderThumb:hover {
    transform: scale(1.2) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}

/* ---------- popUps ---------------- */
.popUp
{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #777777;
    box-shadow: 5px 5px 7px 0 #444444;
    margin: 2% auto /*!important*/;
    padding: 20px;
    width: 750px;
    z-index: 900;
}
.jobsPopUp
{
    position: fixed;
    margin-left: 85px;
    top: 5px;
}
h2.popTitle
{
	margin:0;
	width:80%;
	float:left;
}
.popLink
{
}
.popClose
{
	font-family:"Oxygen", "sans-serif"
	font-weight:400;
	float:right;
	padding: 0 6px 4px
}
.popNav {
    background-color: #E2E2E2;
    padding: 14px 10px 0 20px;
}
.blackOut {
    background: transparent url(/images/main/blackOUt.png) top left repeat;
    height: 100%;
    left: 0;
    min-height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 800;
}
.modText {
    margin-bottom: 20px;
    max-height: 320px;
    overflow-y: scroll;
}

/* ---------- share --------- */

.contentShare {
	font-size:18px;
	color:#777;
	border-top:1px dotted #777777;
	display:inline-block;
	padding-top:2px;
	margin:20px 0 20px;
}
.contentShare span {
	display:block;
	float:left;
	margin-right:10px;
}
.contentShare a {
	display: inline-block;
	height: 19px;
	margin: 3px 0 0 0;
	width: 26px;
}
.articleShareTweet {
	background:transparent url("/images/main/tweetShare.png") top left no-repeat;
}
.articleShareFB {
	background:transparent url("/images/main/facebookShare.png") top left no-repeat;
}
.articleShareEmail {
	background:transparent url("/images/main/emailShare.png") top left no-repeat;
}
.articleShareG {
	background:transparent url("/images/main/gShare.png") top left no-repeat;
}
.articleShareLi {
	background:transparent url("/images/main/liShare.png") top left no-repeat;
}
.articleShareTmblr {
	background:transparent url("/images/main/tmblrShare.png") top left no-repeat;
}
.articleShareTweet:hover, .articleShareFB:hover, .articleShareEmail:hover, .articleShareG:hover, .articleShareLi:hover, .articleShareTmblr:hover {
	background-position: bottom left;
}

/* ----------END share --------- */


/* --------- mobile --------------------- */
/*-- mobile nav --*/
#mobileNav
{background-color:#282828;}
.mobileShare{
	background-position:0 -29px;
}
.navListMobile
{
	width:100%;
	margin:0 auto;
	padding-bottom:20px;
}
 .shareListMobile
 {
	width:100%;
	margin:0 auto;
	text-align:center;
 }
.shareClose {
    margin: 0 auto 10px;
    width: 244px !important;
}
  .shareListMobile .headerShare
  {
	  margin:10px 20px 40px;
  }
 .mobileShare
  {
	  margin:10px 20px 40px;
  }
#mobileShare {
    background-color: #282828;
}
.navListMobile li
{
	background-color: #789AD3;
    display: block;
    margin: 0 auto 10px;
    padding: 0 6px;
    vertical-align: top;
	text-align:center;
	width:80%;
	font-family:"ProximaNovaSemiBold", "sans-serif";
}
.navListMobile li a {
	color: #ffffff;
	font-size: 18px;
	text-decoration: none;
	display:inline-block;
	padding: 3px 0;
	width:100%;
}
.mobileClose{
	text-align:right !important;
	background-color:transparent !important;
	}
.mobileClose a {
	padding:0 !important;
}
#navIcon:hover, #shareIcon:hover
{
	cursor:pointer;
	background-position:bottom left;
}
.navListMobile li.mobileSub
{
	background-color:#585858;
	width:80%;
	font-family:"ProximaNovaRegular", "sans-serif";
}
/* --------------- /mobile -------------------- */

.videoOverlay {
    background: url("/images/main/videoPlayTrans.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    height: 50px;
    position: absolute;
    top: 32px;
    width: 100%;
    z-index: 10;
}
.videoOverlay:hover {
    background-position: center bottom;
    cursor: pointer;
}
.vidThumbTitle
{font-size:14px;}

.sideBar .vidPreviewBox
{width:170px;}
#video_box{position:relative;}
#video_box .ratio {
	display:block;
	width:100%;
	height:auto;
}
#video_box iframe
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.vidLength {
    color: #FFFFFF;
    font-size: 12px;
    position: absolute;
    right: 6px;
    text-align: right;
    top: 112px;
    width: 100%;
    z-index: 10;
}
.videoOverlay {
    top: 42px;
    z-index: 10;
}

.vidPreviewBox {
    height: 209px;
    margin-bottom: 10px;
}

.vidThumbBox img {
    margin-bottom: 3px;
    width: 100%;
}

.vidPreviewBox {
    height: 209px;
    margin-bottom: 10px;
}
.slantBkgndBtm {
    background: url("/images/main/slantBkgndBtm.png") no-repeat scroll right bottom #ffffff;
    margin-bottom: 30px;
    padding: 12px;
}




@media all and (min-width : 850px) and (max-width : 1078px){.content{width:100%;}
	.header{width:100%;padding-right:0;}
	.navBar{right: 3%;}
	.footerSection{width:auto;}
	.topImage{width:24%;}
	.calloutBox {float:none; width:100%;}
}
@media all and (min-width : 0px) and (max-width : 849px){

	.sideBar{width:auto !important;float:none !important;border:none !important;padding-left:0 !important; border-top:1px dotted #cccccc !important;padding-top:10px;}
	.mainColumn {float: none!important; width:100%!important;}
	.content{width:100%;}

	.navBar {right: 3%;}
	.navTop{margin-left:10px;}
	.navList li a{font-size: 12px;}
	.quoteBottom {background-position:-7px -14px !important;padding: 4px 0 0 35px !important;}
	.testimonyDiv {float:none;width:100%;}
	.pressDiv{width: 27%;min-height: 188px;}
	.calloutBox {float:none; width:100%;}
	.topCell{width:100%;float:none;}
	.topImage{float:none;position:relative;bottom:auto;}
	.sideBar h4 {font-size: 16px;}
}
@media all and (min-width : 0px) and (max-width : 675px){h1{font-size:30px;}
.pagination {font-size:14px;}
.pagination a, .pagination strong{padding:0 8px;display:inline-block;}
#navIcon{
    display: inline-block;
    float: right;
    margin-right: 14px;
    margin-top: 6px;
}
.wrapper{padding-top: 0px;}
.headerDiv {position:static}
.navTop, .shareDiv, .logo{display:none;}
.logoSmall{display:block; margin-top:5px;}
.header {height: 50px;background-color: #000000;}
.navBar{bottom: 12px;}
.cmargin {padding: 5%;}

.breadCrumb {margin: 0 5% 2% 0;padding-top:10px;}
.calloutBox {min-height: 100px;}
.calloutBox p{font-size:14px;}
.buttonTwo{font-size:16px;}
.pressDiv {min-height: 156px; width: 90%;padding: 5%;}
.pressDiv span{display:block;}
.tPad {padding-top: 30px !important;}
}
@media all and (min-width : 0px) and (max-width : 390px){body{font-size:17px;}
h2{font-size: 20px;}
.navBar{mright:2%;}
	.logoSmall{display:none !important;}
	.logoSmall2{display:block; margin-top:5px;}
	.pressDiv {min-height: 70px!important; width: 90% !important;}
.pressDiv span{display:block !important;}
.pressDiv .articleImage{width:30%;float:left;margin-bottom:20px;}
.pagination {font-size:12px !important;}
.pagination a, .pagination strong{padding:0 6px !important;display:inline-block;}
.addressBlock {
    height: 108px;
    margin-bottom: 10px;
    padding-right: 20px;
    text-align: left;
    width: 36%;
}

.footerLogo {margin: 19px auto 22px;}
.footer .navList {display:none;}
.logoSmall2{width:55%;}
}
/* -------------------------------------------------------------
BLOCKS
---------------------------------------------------------------- */
.blocks  {
    margin: 0 0 0 -30px;
}
.blocks > * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0 0 0 30px;
}
.blocks_2up {
    margin: 0;
}
.blocks_2up > * {
    width: 47%;
}
.blocks_3up > * {
    width: 33.33333%;
}
@media screen and (max-width:768px) {
    .blocks_2up > *,
    .blocks_3up > * {
        width: 100%;
        float:none;
        margin-bottom:20px;
    }
}
.mix-blocks_blue {
    background-color: #22608f;
    color: #fff;
}
/* -------------------------------------------------------------
BUTTONS
---------------------------------------------------------------- */
.btn {
    margin:0 0 14px;
    padding:4px 6px;
    background-color:#f2f2f2;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-family: "ProximaNovaLight","sans-serif";
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0.01em;
    line-height: 1.2;
    display:block;
}
.btn:hover{
    background-color:#97b0d5;
    color:#ffffff;
}
.btn img
{
    margin:0 20px 0 6px;
    vertical-align:middle;
}
/* -------------------------------------------------------------
FEATURES
---------------------------------------------------------------- */
.feature {
    margin-top: 30px;
}
.feature-title {
    font-family: "ProximaNovaThin", "sans-serif";
    font-size: 38px;
    margin: 0 0 10px;
    line-height: 1.15;
}
.feature-subtitle {
    font-family: "ProximaNovaSemibold", "sans-serif";
    font-size: 22px;
    margin: 0 0 10px;
    line-height: 1.15;
    color: #3769ac;
}

.feature .resourceList_sidebar > li {
    padding-top:0;
    padding-bottom: 20px;
}

.resourceList-title {
    color: #edaf42;
    font-family:"ProximaNovaSemiBold", "sans-serif";
    font-size: 15px;
}


.ebook-image {
    display: block;
}
.ebook-cta {

}

/* -------------------------------------------------------------
MEDIA
---------------------------------------------------------------- */
.media {
    margin:10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.media,
.media-bd {
    overflow: hidden;
    _overflow: visible;
    zoom:1;
}
.media-item {
    float: left;
    margin-right: 20px;
}
.media-item img {
    display: block;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}
.clear:after {
    clear: both;
}

.media_constrained {
    max-width: 412px;
    margin: 0 auto;
}

.mix-media_bgGrey {
    background-color: #e1e1e1;
}

.mix-media_padMd {
    padding: 10px 15px;
}

/* -------------------------------------------------------------
TEXT
---------------------------------------------------------------- */
.txt_blue {
    color: #3769ac;
}

/* -------------------------------------------------------------
ICONS
---------------------------------------------------------------- */
.icon {
    padding: 10px 0 10px 60px;
    background: 6px center no-repeat transparent;
}

.icon_plusLg {
    background-image: url("/images/main/icon_plusLg.png");
}

.mix-icon_spread {
    padding: 30px 0 30px 60px;
}

/* -------------------------------------------------------------
IMAGES
---------------------------------------------------------------- */
.img > * {
    max-width: 100%;
}

.img_center {
    text-align: center;
}
