/**************************************************************************************************************************
  ___  _____  ____  ____  ____     _    _  ____  ____  _   _    __    _____  _  _  ____ 
 / __)(  _  )(  _ \( ___)(  _ \   ( \/\/ )(_  _)(_  _)( )_( )  (  )  (  _  )( \/ )( ___)
( (__  )(_)(  )(_) ))__)  )(_) )   )    (  _)(_   )(   ) _ (    )(__  )(_)(  \  /  )__) 
 \___)(_____)(____/(____)(____/   (__/\__)(____) (__) (_) (_)  (____)(_____)  \/  (____)
 ____  _  _     ___  _____    __  __  ____  ____  ____    __                            
(  _ \( \/ )   / __)(  _  )  (  \/  )( ___)(  _ \(_  _)  /__\                           
 ) _ < \  /   ( (_-. )(_)(    )    (  )__)  )(_) )_)(_  /(__)\                          
(____/ (__)    \___/(_____)  (_/\/\_)(____)(____/(____)(__)(__)                         

**************************************************************************************************************************/

body {
	background-image: url('../images/stitch_tile.jpg');
}

a {
	-webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.masthead {
	height: 538px;
	margin-bottom: 33px;
	padding-top: 1px;
	z-index: 1 !important;
}

.masthead.no-slider {
	height: auto;
}

.masthead.no-slider .header-wrap {
	margin-bottom: 20px;
}

.no-mobile {
	display: block;
}

.mobile-only {
	display: none;
}

.section-title {
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 22px;
}


.tick {
	color: #f28a04 !important;
	font-size: 13px;
	text-decoration: none;
}

.news-well {
	background-color: #ffffff;
	min-height: 10px;
	padding: 20px;
}

.bg-contrast {
	border-bottom: 1px solid #c3c3c3;
}

.clear {
	clear: both;
}

::-webkit-input-placeholder {
   color: #473b8b;
}

:-moz-placeholder { /* Firefox 18- */
   color: #473b8b;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #473b8b;  
}

:-ms-input-placeholder {  
   color: #473b8b;  
}

.btn-grey {
	background: #e1e0e0;
	text-decoration: none;
	padding: 3px 10px;
	-webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.btn-grey:hover {
	background: #d1d1d1;
}

.btn-trans {
	background-image: url('../images/trans_dark.png');
	padding: 3px 30px 3px 15px;
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	display: inline-block;

}

.btn-trans.trans-dark {
	background-image: url('../images/trans_dark.png');
	color: #000 !important;
	font-weight: normal !important;
}

.btn-trans:hover {
	color: #000;
	text-decoration: none;
}

.font-small {
	font-size: 13px;
	font-weight: 600;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.ccm-error {
	padding: 0;
	list-style-type: disc;
}

.ccm-error li {
	background: none !important;
	padding: 0 !important;
}

.formBlockSurveyTable td {
	vertical-align: top;
}

.miniSurveyView label {
	font-weight: normal;
}

.required {
	color: #DA2827;
}

.pub-social {
	text-align: right;	
	margin-bottom: 20px;
}

.no-pub-results {
	background: #ffffff;
}

.no-pub-results-wrap {
	padding: 20px 35px 35px 35px;
}

.errors {
	padding: 15px;
	border: 1px solid rgb(255, 163, 163);
	background: #FFE5E5;
	font-weight: bold;
	margin-bottom: 15px;
}

.errors .error {
	color: red !important;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 3px;	
}

.footer .errors {
	background: none;
	border: none;
	padding: 0;	
}

.miniSurveyView #msg {
	background: none;
	margin-bottom: 30px;
	font-weight: bold;
	border: 0;	
}

.search-result-page-link {
	display: block;
	color: #aaaaaa !important;
	font-size: 11px;	
}

.btn-site-search-action {
	cursor: pointer;	
}

/***********************************************/
/* Header Area */
/***********************************************/

.header-wrap {
	margin-top: 20px;
	margin-bottom: 55px;
}

.logo {
	display: block;
	width: 221px;
	/*height: 45px;*/
	/*background-image: url('../images/chdi_black.png');*/
	height: 35px;
	background-image: url('../images/chdi_logo_2022.png');
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	/*margin-top: 12px;*/
	margin-top: 20px;
}

.mobile-logo {
	display: block;
	width: 56px;
	height: 25px;
	/*background-image: url('../images/chdi_logo_mobile.png');*/
	background-image: url('../images/chdi_mobile_logo.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 56px 25px;
	float: left;
	text-decoration: none;
	padding: 20px 0 5px 30px;
}


.mobile-nav-toggle {
	position: relative;
	display:  block;
	width: 30px;
	height: 30px;
	outline:0;
	float: right;
	padding: 15px 25px 5px 0;
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.mobile-nav-toggle:focus {
	outline:0;
}

.mobile-nav-toggle span {
	margin: 0 auto;
	position: relative;
	top: 10px;
}

.mobile-nav-toggle span:before, .mobile-nav-toggle span:after {
	position: absolute;
	content: '';
}

.mobile-nav-toggle span, .mobile-nav-toggle span:before, .mobile-nav-toggle span:after {
	width: 30px;
	height: 3px;
	background-color: #5c5a5a;
	display: block;
	outline:0;
}

.mobile-nav-toggle span:before {
	margin-top: -8px;
}

.mobile-nav-toggle span:after {
	margin-top: 8px;
}

.mobile-nav-toggle.anim span {
	background-color: rgba(0,0,0,0.0);
	-webkit-transition-delay: .2s;
}

.mobile-nav-toggle span:before {
	-webkit-transition-property: margin, -webkit-transform;
	-webkit-transition-duration: .2s;
	-webkit-transition-delay: .2s, 0;
}

.mobile-nav-toggle.anim span:before {
	margin-top: 0;
	-webkit-transform: rotate(45deg);
	-webkit-transition-delay: 0, .2s;
}

.mobile-nav-toggle span:after {
	-webkit-transition-property: margin, -webkit-transform;
	-webkit-transition-duration: .2s;
	-webkit-transition-delay: .2s, 0;
}

.mobile-nav-toggle.anim span:after {
	margin-top: 0;
	-webkit-transform: rotate(-45deg);
	-webkit-transition-delay: 0, .2s;
}

.mobile-nav-toggle:active, .mobile-nav-toggle:focus {
	color: #5c5a5a !important;
	outline: none !important;
}

.logo.white-theme {
	background-image: url('../images/chdi_logo.png');
}

.nav-wrap {
	float: right;
}

.main-nav {
	float: left;
}

.site-search-wrap {
	background-image: url('../images/trans_dark.png');
	padding: 1px 10px;
	overflow: auto;
}

.site-search-wrap.trans-dark {
	background-image: url('../images/trans_dark.png');
}

.site-search-wrap.trans-dark input {
	color: #000 !important;
}

.site-search-wrap img {
	display: block;
	margin-top: 5px;
	padding-left: 7px;
}


.connect-wrap .btn-trans {
	display: block;
	width: 75px;
	float: left;
	font-weight: bold;
}

.connect-wrap .btn-trans:visited {
	color: #ffffff;
}

.connect-wrap .social-colophon {
	margin-left: 5px;
	margin-top: 5px;
	float: left;
}

.txt-site-search {
	background: none !important;
	padding: 3px 5px !important;
	border: 0 !important;
	outline: none;
	display: inline-block;
	margin: 0 !important;
	width: 130px !important;
	border-radius: none !important;
	-webkit-border-radius: none !important;
	-moz-border-radius: none !important;
	color: #ffffff !important;
	font-weight: 100;
	font-size: 12px;
}

.txt-site-search:focus {
	border: 0 !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important; 
}

.site-search-wrap ::-webkit-input-placeholder {
   color: #ffffff;
   
}

.site-search-wrap :-moz-placeholder { /* Firefox 18- */
   color: #ffffff;  
}

.site-search-wrap ::-moz-placeholder {  /* Firefox 19+ */
   color: #ffffff;  
}

.site-search-wrap :-ms-input-placeholder {  
   color: #ffffff;  
}

.site-search-wrap.trans-dark ::-webkit-input-placeholder {
   color: #333;
}

.site-search-wrap.trans-dark :-moz-placeholder { /* Firefox 18- */
   color: #333;  
}

.site-search-wrap.trans-dark ::-moz-placeholder {  /* Firefox 19+ */
   color: #333;  
}

.site-search-wrap.trans-dark :-ms-input-placeholder {  
   color: #333;  
}


/***********************************************/
/* Main & Mobile Nav */
/***********************************************/

.main-nav ul {
	margin-top: 12px;
	margin-bottom: 0;
}

.main-nav ul li {
	float: left;
	margin-right: 3px;
}

.main-nav ul li ul {
	margin-top: 0;
}

.main-nav ul li ul li {
	float: none;
}

.main-nav ul li a, .mobile-main-nav ul li a {
	display: block;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	padding: 14px 11px 14px 11px;
}

.mobile-main-nav {
	display: none;
}

.mobile-main-nav ul {
	margin-bottom: 3px;
}

.mobile-main-nav ul li {
	margin-bottom: 3px;
}

.mobile-main-nav ul li a {
	padding-left: 15px;
}


/***********************************************/
/* Tier / Sidebar / Mobile Tier Nav */
/***********************************************/

.tier {
	margin-top: 10px;
}

.tier-nav {
	margin-bottom: 45px;
}

.tier-nav ul {
	margin: 0;
}

.tier-nav ul li {
	margin-bottom: 2px;
}

.tier-nav ul li a {
	display: block;
	background-color: #ffffff;
	border-bottom: 1px solid #c3c3c3;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	color: #3e3b3b;
}

.tier-nav ul li a:hover {
	color: #000 !important;
}

.tier-nav ul ul {
	font-size: inherit;
}

.tier-nav ul li.nav-path-selected .navicon {
	color: #ffffff !important;
}

.tier-nav ul li.nav-path-selected a {
	background-color: #da2827;
	color: #ffffff;
}

.tier-nav ul li.nav-path-selected ul li a {
	background-color: #f8d4d4;
	color: #3e3b3b;
}

.tier-nav ul li.nav-path-selected ul li.nav-path-selected a.nav-path-selected {
	font-weight: 600;
	border: 0;
}

/* Fourth Tier */

/* make ul bg color fixed for padding of 4h tier */
.tier-nav ul li.nav-path-selected.nav-dropdown ul li.nav-path-selected.nav-dropdown ul {
	background-color: #f8d4d4;
}


.tier-nav ul li.nav-path-selected ul li.nav-path-selected ul {
	margin: 0;
	border: 0;

}

.tier-nav ul li.nav-path-selected ul li.nav-path-selected ul li {
	margin: 0;
	border: 0;
}

.tier-nav ul li.nav-path-selected ul li.nav-path-selected ul {
	padding: 0px 0 10px 0;
}

/* NEED TO SPECIFY JUST FLEXNAV HERE */

.tier-nav.mobile-tier-nav {
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.tier-nav ul li.nav-path-selected ul li.nav-path-selected ul li a,
.tier-nav.mobile-tier-nav ul li ul li ul li a {
	border: 0;
	background-image: url('../images/sidebar_bullet.png');
	background-repeat: no-repeat;
	background-position: 0 13px;
	padding-left: 16px;
	margin-left: 20px;
	margin-right: 10px;
	font-size: 13px;
}

.tier-nav.mobile-tier-nav ul li ul li a {
	display: block;
	padding-left: 20px;
}

.tier-nav.mobile-tier-nav ul li ul li ul li a {
	background-position: 0 18px;
}

.tier-nav.mobile-tier-nav {
	margin-bottom: 0;
}

.tier-nav.mobile-tier-nav ul li a {
	padding: 10px;
}

.tier-nav.mobile-tier-nav ul li.nav-path-selected ul li.nav-path-selected ul li a {
	background-position: 0 18px;
}

.tier-nav.mobile-tier-nav ul li a {
	border-bottom: 0;
}

/**************************/
/* General Sidebar Styles */
/**************************/

.sidebar h3, .sidebar h1, .sidebar h4, .sidebar h5 {
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 22px;
}

.sidebar .section-title {
	margin-bottom: 20px;
}

.sidebar .callout-widget {
	margin-bottom: 15px;
}

.sidebar .cw-title {
	padding: 5px;
	font-size: 13px;
	font-weight: 700;
}

.sidebar .cw-title img {
	width: 85%;
}

.tier-base {
	margin-top: 35px;
}




/***********************************************/
/* Homepage */
/***********************************************/

.news-well ul li {
	font-size: 13px;
	margin-bottom: 20px;
}

.news-well ul li a {
	text-decoration: none;
	color: #000000;
	font-weight: 700;
}

.learn-more {
	text-decoration: none;
	font-weight: 600;
}

/***********************************************/
/* Slider */
/***********************************************/

.slider-container {
	height: 350px;
	overflow: hidden;
}

.slider-copy {
	height: 350px;
	display: table;
	overflow: hidden;
}

.slide-copy-item {
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 30px;
}

.slide-copy-item.linkedSlide {
	cursor: pointer;	
}

.slide-copy-item .title {
	font-weight: 700;
	color: #ffffff;
	font-size: 36px;
	text-shadow: 1px 1px 2px #444;
	line-height: 45px;
	font-family: 'Montserrat', sans-serif;
	-webkit-transform: translateZ(0);
}

.slide-copy-item.dark, 
.slide-copy-item.dark h1, 
.slide-copy-item.dark h3, 
.slide-copy-item.dark a {
	color: #181818 !important;
	text-shadow: 1px 1px 1px #fff;
}

.slide-copy-item .desc {
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: 1px 1px 2px #444;
	font-weight: 700;
	font-size: 16px;
	/*margin-top: 75px;*/ /* uncomment for JQuery animation */
	font-family: 'Montserrat', sans-serif;
	line-height: 25px;
	-webkit-transform: translateZ(0);
}

.slide-copy-item a {
	color: #ffffff;
	text-decoration: none;
}

.slider-nav {
	text-align: right;
}

.slider-nav a {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url('../images/slide_inactive.png');
	text-decoration: none;
	margin-left: 1px;
}

.slider-nav a:active, .slider-nav a:visited {
	text-decoration: none;
}

.slider-nav a.active {
	background-image: url('../images/slide_active.png');
}

/***********************************************/
/* General Content Styles */
/***********************************************/

.main {
	background: #ffffff;
	padding: 20px 35px 35px 35px;
	color: #363636;
	margin-bottom: 30px;
}

.main p {
	line-height: 23px;
}

.main a {
	font-weight: bold;
	text-decoration: none;
}

.main a:hover {
	text-decoration: underline;
}

.main h1 {
	font-size: 24px;
	font-weight: 700;
	line-height: 35px;
}

.main h2, .main h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
}

.main h4 {
	font-size: 16px;
}

.main h5, .main h6 {
	margin-bottom: 5px;
}

.main ol { 
	padding-left: 15px;	
}

.main ul {
	padding-left: 20px;
}

.main ul li {
	padding-left: 24px;
}

.main ul ul {
	margin-bottom: 20px;
}

.main ul ul li {
	background: none !important;
	padding-left: 0;
}

.main sup {
	vertical-align: baseline;
	top: -0.4em;
    font-size: smaller;
    position: relative;
}

.press-page-list ul {
	padding: 0;
}

.press-page-list ul li {
	background-image: url('../images/default_news_thumb_small.png') !important;
	background-repeat: no-repeat;
	background-position: 0 10px !important;
	min-height: 45px;
	padding-left: 40px;
	margin-bottom: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.press-page-list ul li a {
	color: #333;
	font-weight: 600;
	text-decoration: none;
	display: block;
}

.press-page-list ul li a.newsletter-title {
	padding-top: 11px;	
}

.press-page-list ul li a:hover {
	color: #f28a04 !important;
}

.press-page-list .press-list-date {
	font-size: 13px;
	padding-top: 5px;
}

.main blockquote {
	border: 0;
	color: #000000;
	font-style: normal;
	font-weight: 600;
	padding: 5px 40px 5px 40px;
	line-height: 26px;
}

.main blockquote p {
	border: 0;
	font-style: normal;
	font-weight: 600;
	padding: 10px 0 10px 0;
	line-height: 26px;
	color: #000;
	margin-bottom: 0;
}

.breadcrumbs {
	text-align: right;
	color: #8e8e8e;
	font-size: 12px;
	font-weight: 600;
	padding-bottom: 3px;
}

.breadcrumbs a, .breadcrumbs a:visited {
	text-decoration: none;
	color: #8e8e8e;
}

.breadcrumbs a:hover {
	color: #3e3e3e;
}

.breadcrumbs a.active {
	color: #3e3e3e;
}

.grey-lined-title {
	color: #3e3e3e;
	font-weight: 600;
	font-size: 14px;
	border-bottom: 1px solid #c5c4c4;
	padding-bottom: 5px;
	display: block;
	margin-bottom: 15px;
}

.label-purple {
	display: block;
	color: #473b8b !important;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
}

.pagination a, .ccm-pagination a {
	font-weight: bold;
	text-decoration: none;
}

.pagingSummary, .ccm-pagination {
	margin-top: 20px;

}

.pagingSummary .ccm-paging-top {
	color: #AFACAC;
	text-transform: none;
}

.bio-full-toggle {
	font-weight: bold;
	display: block;
	padding-left: 25px;
	text-decoration: none;
	background-image: url('../images/plus_ico.png');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.bio-full-toggle.active {
	background-image: url('../images/minus_ico.png');
	color: #000;
}

.bio-full-copy {
	padding-left: 25px;
}

.photo-float-right {
	float: right; 
	padding-left: 30px; 
	padding-bottom: 15px; 
	padding-top: 7px;
}

.photo-float-left {
	float: left; 
	padding-right: 30px; 
	padding-bottom: 15px; 
	padding-top: 7px;
}

/***********************************************/
/* Widgets */
/***********************************************/

.callout-widget {
	margin-bottom: 20px;
	font-size: 13px;
}

.cw-title {
	padding: 15px;
	font-size: 19px;
	color: #ffffff;
	text-align: center;
	font-weight: 600;
	/*-ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
	-webkit-hyphens: auto;
   	-moz-hyphens: auto;
    hyphens: auto;*/
}

.cw-title a, .cw-title a:hover, .cw-title a:visited {
	text-decoration: none;
	color: #ffffff;	
}

.cw-title.blue-bg {
	background-color: #0068a6;
}

.cw-body {
	padding: 10px;
	background: #ffffff;
}

.cw-body p {
	margin: 0;
}

.cw-body a {
	text-decoration: none;
	font-weight: bold;
}

.cw-body img {
	width: 100%;
	height: auto;	
}

.overlay-callout {
	width: 100%;
	margin-bottom: 17px;
}

.oc-wrap {
	position: relative;
}

.oc-img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.oc-wrap img {
	width: 100%;
	height: auto;
	display: block;
}

.oc-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	visibility: hidden;
	background-image: url('../images/red_overlay_bg.png');
	text-align: center;
	width: 100%;
	color: #ffffff !important;
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	display: table;
}

.oc-overlay span {
	display: table-cell;
	vertical-align: middle;
}

.oc-wrap, .oc-img, .oc-overlay {}

.oc-title {
	padding: 5px 10px 5px 10px;
	color: #ffffff !important;
	display: block;
	font-weight: 700;
	font-size: 12px;
	text-decoration: none;
}

.pub-util {
	padding: 10px 10px 20px 10px;
	min-height: 10px;
	background-color: #ffffff;
	/*margin-bottom: 52px;*/
	margin-bottom: 40px;
}

.pub-nav {
	margin-bottom: 25px;
}

.pub-nav.violet {
	margin-top: 10px;
	margin-bottom: 20px;
}

.pub-nav ul {
	margin: 0;
}

.pub-nav ul li {
	float: left;
	margin-bottom: 0;
}

.pub-nav ul li a {
	display: block;
	background: #e1e0e0;
	color: #444444;
	text-decoration: none;
	font-weight: 600;
	height: 29px;
	padding: 0 10px 0 11px;
	line-height: 29px;
	margin-right: 3px;
	-webkit-transition: background-color 0s;
    transition: background-color 0s;
}

.pub-nav.violet ul li a {
	background: #dad8e8;
	color: #473b8b;
}

.pub-nav.violet ul li a.active {
	color: #ffffff;
}

.pub-nav ul li a.menu-toggle {
	background-image: url('../images/menu_toggle.jpg');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 35px;
}

.pub-nav.violet ul li a.menu-toggle {
	background-image: url('../images/menu_toggle_purple.jpg');
}

.pub-nav ul li a:hover {
	background-color: #C0BEBF;
}

.pub-nav.violet ul li a:hover {
	color: #ffffff;
	background-color: #473b8b;
}

.pub-nav ul li a.active {
	background-color: #ffffff;
}

.pub-nav.violet ul li a.active, .pub-nav.violet ul li a.toggle-active {
	background-color:#473b8b;
	color: #ffffff;
}

.pub-nav li.menu-toggle {
	position: relative;
}

.pub-nav li.menu-toggle ul {
	width: 230px;
	position: absolute;
	z-index: 1;
	border: 1px solid #c0bebe;

}

.pub-nav li.menu-toggle ul li {
	float: none;
	margin: 0;
}

.pub-nav li.menu-toggle ul li a {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 36px;
	line-height: 19px;
	padding-top: 8px !important;
}

.pub-nav li.menu-toggle ul li a.sub-option {
	padding-left: 25px;
	font-size: 13px;
}

.pub-search {
	background-color: #e1e0e0;
	padding: 5px;
	width: 32%;
	float: right;
}

.pub-search span {
	display: inline-block;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

.pub-search input {
	background-image: url('../images/magnify_icon.png');
	background-repeat: no-repeat;
	background-position: 6px 4px;
	padding: 3px 0 0 25px;
	border: 0;
	outline: none;
	display: inline-block;
	float: right;
	margin: 0;
	width: 71%;
	border-radius: 0;
}

.pub-search input:focus {
	border: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none; 
}

.pub-filter {
	margin-bottom: 5px !important;
}

.mobile-pub-nav, .mobile-pub-type-selector, .mobile-pub-search {
	margin-bottom: 5px;
}

.mobile-pub-type-selector, .mobile-pub-search {
	border-bottom: 1px solid #c3c3c3;
}

.mobile-pub-nav .action-wrap {
	overflow: hidden;
}

.mobile-pub-nav a.type-trigger {
	display: inline-block;
	background-color: #dad8e8;
	height: 40px;
	width: 100%;
	float: left;
	margin-left: -40px;
	padding-top: 10px;
	padding-left: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	color: #473b8b;
}

.mobile-pub-nav a.search-ico {
	display: inline-block;
	width: 40px;
	float: right;
	height: 40px;
	background-color: #e1e0e0;
	background-image: url('../images/magnify_icon_large.png');
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
}

.mobile-pub-type-selector, .mobile-pub-search {
	display: none;
}


.mobile-pub-search input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 6px 0;
	padding-left: 10px;
	padding-right: 10px;
}

.mobile-pub-type-selector ul {
	margin: 0;
}

.mobile-pub-type-selector ul li {
	margin: 0 0 2px 0;
	padding: 0;
	border-bottom: 1px solid #c3c3c3;
}

.mobile-pub-type-selector ul li:last-child {
	border-bottom: 0;
}

.mobile-pub-type-selector ul li a {
	display: block;
	background: #ffffff;
	color: #444444;
	text-decoration: none;
	font-weight: 600;
	height: 29px;
	padding: 5px 21px 5px 21px;
	line-height: 29px;
	-webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.mobile-pub-type-selector ul li a:hover, .mobile-pub-type-selector ul li a.active {
	background-color: #c5c3c3;
}

.mobile-widget-pub-search {
	background-color: #e1e0e0;
	padding: 5px 5px 5px 45px;
	margin-top: 5px;
	background-image: url('../images/magnify_icon_large.png');
	background-position: 13px 12px;
	background-repeat: no-repeat;
}

.mobile-widget-pub-search input {
	margin: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pub-filter.tags {
	padding-bottom: 10px;
}

.pub-filter .pub-filter-list {
	display: block;
}

.pub-filter.dates {
	padding-top: 10px;
	padding-bottom: 10px;
}

.pub-filter.dates .label-purple {
	color: #444444 !important;
}

.pub-filter.dates .label-purple.active, 
.pub-filter.dates .label-purple:hover {
	color: #473b8b !important; 
}


.pub-filter-list {
	padding: 0 !important;
	margin-top: 15px;
	overflow: auto;
	margin-bottom:0;
}

.pub-filter-list li {
	float: left;
	margin-bottom: 5px;
	padding: 0 !important;
}

.pub-filter-list li a {
	display: block;
	background: #e1e0e0;
	color: #444444;
	text-decoration: none;
	font-weight: 600;
	height: 29px;
	padding: 0 10px 0 11px;
	line-height: 29px;
	margin-right: 3px;
	-webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.pub-filter-list li a:hover, .pub-filter-list li a.active {
	background-color: #c5c3c3;
	text-decoration: none;
}


.pub-util-see-all {
	margin-right: 58px;
	padding-right: 15px;
	padding-left: 15px;
}

.pub-slider {
	margin-left: 50px;
	margin-right: 40px;
	min-height: 180px;
}

.slick-slider {
	margin-bottom: 20px;
}

.slick-prev, .slick-next {
	width: 17px;
	height: 73px;
	border-radius: 0;
	-webkit-border-radius: 0;
	border: 0;
	top: 35%;
}

.slick-prev:before, .slick-next:before { content: ""; }

.slick-prev:hover, .slick-next:hover {
	border: 0;
}

.slick-prev, .slick-prev:hover { 
	left: -40px;
	background-color: #ffffff;
	background-image: url('../images/arrow_left.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.slick-next, .slick-next:hover { 
	right: -25px;
	background-color: #ffffff;
	background-image: url('../images/arrow_right.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.home-carousel-loader {
	padding-top: 65px;
}

.pub-widget {
	margin-bottom: 0;
}

.pub-widget .pub-slider {
	margin-top: 20px;
}

.pub-widget .pub-util-see-all {
	margin-right: 67px;
	padding-right: 15px;
	padding-left: 15px;
}

.news-search-wrap {
	background-color: #d3d3d3;
	padding: 5px;
	margin-bottom: 20px;
}

.news-search-wrap form {
	margin: 0;
}

.news-search-wrap input {
	border: 0 !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	padding: 2px 0 2px 25px;
	background-image: url('../images/magnify_icon.png');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	width: 100%;
	margin: 0;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.news-search-wrap input:focus {
	border: 0 !important;
	outline: none !important;
}

.filter-list {
	margin-bottom: 30px;
}

.filter-list li label {
	display: inline-block;
	padding-left: 5px;
}

.filter-well {
	display: none;
}

.filter-well .filter-list {
	padding: 0;
	margin: 10px 0 0 0;
}

.filter-well .filter-list li {
	padding: 0;
}

.filter-well .filter-list li label {
	padding-left: 0;
}

.filter-well .filter-list li {
	display: block;
	float: left;
	width: 65px;
}

.sidebar-search-wrap .ccm-search-block-text {
	  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
	  box-sizing: border-box;         /* Opera/IE 8+ */
	  width: 100%;
	  margin-bottom: 5px;
}

.ccm-search-block-submit {
	width: auto;
	background: #C0BEBF !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	text-shadow: none  !important;
	border: 0  !important;
	color: #000000 !important;
	text-transform: uppercase  !important;
	padding: 5px 20px 5px 20px  !important;
}

.poi-wrapper {
	margin-top: 10px;
	margin-bottom: 20px;
}

.poi-wrapper img {
	padding-top: 7px;
}

/***********************************************/
/* Publication Results */
/***********************************************/

.pub-results {
	margin-top: 50px;
}

.pitem {
	width: 212px;
	height: 365px;
	background-color: #ffffff;
	float: left;
	margin-bottom: 40px;
	margin-right: 30px;
}

.pitem.modulus {
	margin-right: 0;
}

.pitem .pthumb {
	text-align: center;
	padding-top: 13px;
}

.pitem .pthumb a {
	display: block;
	width: 100%;
	height: 190px;
	text-decoration: none;
	position: relative;
}

.pitem .pthumb img {
	/*border: 1px solid #c5c5c5;*/
}

.pitem .pdesc {
	text-align: center;
	display: table;
	width: 100%;
}

.pitem .pdesc span.pdesc-wrap {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 135px;
	max-height: 135px;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 19px;
}

.pitem .pdesc span.pdesc-wrap a {
	text-decoration: none;
	color: #2a2a2a !important;
	font-weight: 700;
}

.pitem .pdesc span.pdesc-wrap a span {
	font-weight: normal;
	font-size: 12px;
}

.pitem .pdesc span.pitem-date {
	display: block;
}

.pitem.pi-4 {
	margin-right: 0;
}


.pub-slide-item {
	position: relative;
	overflow: hidden;
	height: 180px;
}

.pub-slide-item a {
	display: block;
	width: 117px;
	height: 180px;
	position: absolute;
	top: 0;
	left: 0;
	color: #ffffff;
	text-decoration: none;
}

.pub-slide-item .pslide-overlay {
	display: none;
	z-index: 5;
	background-image: url('../images/purple_overlay.png');
}

.pub-slide-item .pslide-overlay .pslide-overlay-wrap {
	padding: 10px;
}

.pslide-overlay span {
	display: block;
	font-size: 11px;
	line-height: 14px;
}

.pslide-overlay .pslide-title {
	font-weight: bold;
	margin-bottom: 5px;
}

.pslide-overlay .pslide-desc {
	margin-bottom: 10px;
}

.ib-title {
	position: absolute;
	top: 0;
	left: 0;
	color: #47398B;
	font-size: 11px;
	line-height: 14px;
	padding: 17px 8px 0 8px;
	text-align: center;
	font-weight: bold;
	height: 85px;
	max-height: 85px;
	overflow: hidden;
	display: table;
}

.ib-title span {
	display: table-cell;
	vertical-align: middle;	
}

.pub-thumb-title {
	font-weight: bold;
	display: block;
	color: #ffffff;
	position: absolute;
	bottom: 42px;
	text-align: center;
	width: 100%;
	font-size: 15px;
	text-transform: uppercase;
}

.pub-thumb-title.small {
	font-size: 13px;	
}

.pub-thumb-subtitle {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 12px;
}

.pthumb .pub-thumb-title {
	bottom: 50px;
}

.pthumb .pub-thumb-subtitle {
	font-size: 12px;
	bottom: 30px;
}

/***********************************************/
/* News Styles */
/***********************************************/

.news-item {
	padding: 15px;
	margin-bottom: 20px;

    -webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
}
.news-thumb {
	width: 109px;
	height: 109px;
	float: left;
}

.news-desc {
	padding-left: 30px;
	width: 445px;
	float: left;
	/*-ms-word-break: break-all;
     word-break: break-all;
     word-break: break-word;
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	        hyphens: auto;*/
}

.news-desc .title {
	color: #f28a04;
	text-decoration: none;
	display: block;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
}

.news-desc .news-list-date {
	margin-bottom: 10px;
	font-size: 11px;
}

.news-desc p {
	font-size: 13px;
	line-height: 18px;
	margin: 0;
}

.news-desc .more {
	color: #363636;
	font-weight: bold;
	text-decoration: none;
}

.news-desc .more:hover { color: #000; }

.pagination {
	margin-top: 40px;
	text-align: center;
}

.downloads-label {
	color:#3e3e3e;
	border-bottom: 1px solid #8e8e8e;
}

.news-download-link {
	display: block;
	text-decoration: none;
}

/***********************************************/
/* Bio Styles
/***********************************************/

.bio-item {
	margin-bottom: 65px;
}

.bio-item.full {
	margin-bottom: 15px;	
}

.bio-thumb {
	width: 98px;
	height: 148px;
	float: left;
}

.bio-desc {
	padding-left: 30px;
	width: 495px;
	float: left;
}

.bio-desc .job-divider {
	display: inline-block;
}

.bio-desc .title {
	color: #00629c;
	text-decoration: none;
	display: block;
	font-weight: 700;
	font-size: 16px;
}

.bio-desc .contact-wrap {
	font-weight: 600;
	margin-bottom: 10px;
}

.bio-desc .contact-wrap .contact {
	color: #000 !important;
	text-decoration: none;
	display: inline-block;
}

.bio-desc .contact-wrap .divider {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.bio-desc .contact-wrap .phone {
	color: #000;

}

/***********************************************/
/* Footer */
/***********************************************/

.footer {
	background-color: #473b8b;
	color: #ffffff;
	margin-top: 85px;
	padding: 45px 0 65px 0;
}

.footer h3 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 700;
}

.footer-base {
	margin-top: 50px;
}

.footer-desc {
	padding-right: 20px;
	font-size: 13px;
}

.foot-col-1, .foot-col-2 {
	float: left;
	width: 50%;
}

.footer-links ul li {
	border-bottom: 1px solid #746ba7;
	margin-bottom: 0;
	width: 80%;
	
}

.footer-links ul li a {
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 20px;
	font-size: 13px;

}

.footer-links ul li a:hover {
	color: #746ba7;
}

.footer form {
	margin-bottom: 0;
}

.footer .social-colophon {
	margin-right: 8px;
}

.footer .signup-wrap {
	overflow: auto;
}

.footer input[type=text] {
	width: 96%;
	margin-bottom: 10px;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}

.footer input[type=submit] {
	width: auto;
	float: right;
	background: #c2bbf7;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	text-shadow: none;
	border: 0;
	color: #4c3089;
	text-transform: uppercase;
	padding: 5px 20px 5px 20px;
	margin-right: 3px;
}

.footer input[type=submit]:hover {
	background: #b1a8f7;
}

.purple-button {
	width: auto;
	background: #c2bbf7;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	text-shadow: none;
	border: 0;
	color: #4c3089;
	text-transform: uppercase;
	padding: 5px 20px 5px 20px;
	margin-right: 3px;
	text-decoration: none;
}

/** Sitemap **/

.sitemap-nav {
	padding-left: 0;	
}

.sitemap-nav ul {
	margin-left: 0;
	padding-left: 0;
	padding-top: 9px;
	font-size: 14px;
}

.sitemap-nav ul li {
	
}

.sitemap-nav ul li ul {
	margin-left: 0;
	padding-left: 20px;
}

.sitemap-nav ul li ul li {
	
}

.sitemap-nav ul li ul li ul {
	padding-left: 30px;
}

.sitemap-nav ul li ul li ul li {
	
}
