/* -- MAIN BODY: BEGIN -- */
p span.intro_text {
	color: #000000;
	font-weight: bold;
}

div.intro p,
p.intro {
	color: #E3956E;
	font-family: open_sans_cond_bold;
	font-size: 17px;
	line-height: 23px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

 p.search_phrase {
 	font-family: arial,sans-serif;
	font-size: 13px;
 	padding-top: 20px;
 }

/* -- MAIN BODY: END -- */

/* -- LEFT COLUMN: BEGIN -- */
#left_col {
	width: 395px;
	margin-right: 24px;
	float: left;
}

#left_col .sub_nav {
	margin-bottom: 14px;
	border-bottom: 1px solid #b2b2b2;
	padding-bottom: 6px;
}

#left_col .sub_nav a {
	font-family: open_sans_cond_bold;
	font-size: 15px;
	text-transform: uppercase;
	margin-right: 12px;
	color: #000000;
	/*line-height: 33px;*/
	padding-bottom: 10px;
	display: inline-block;
}

#left_col .sub_nav a:hover {
	color: #23527C;
}


#left_col .sub_nav a.on {
	color: #A80532;
}	
/* -- LEFT COLUMN: END -- */


/* -- RIGHT COLUMN: BEGIN -- */
#right_col {
	width: 233px;
	padding-left: 37px;
	border-left: 1px solid #b2b2b2;
	float: left;
}

#right_col .related {
	width: 100%;
	padding-top:20px;
}

#right_col .related:first-child {
   padding-top: 0px;
} 

#right_col .related_first {
	padding-top:26px;
}

#right_col .related .header {
	padding-bottom: 3px;
}

#right_col .related .header h4 {
	float: left;
	margin: 0px;
	font-family: open_sans_cond_bold;
	text-transform: uppercase;
	color: #A80532;
	font-size: 15px;
}

.view_all {
	float: right;
	text-align: right;
	color: #6385BA;
	font-size: 12px;
	font-family: arial,sans-serif;
	cursor: pointer;
}

.view_all_bot_pad {
	float: right;
	text-align: right;
	color: #6385BA;
	font-size: 12px;
	font-family: arial,sans-serif;
	cursor: pointer;
	padding-bottom: 5px;
}

#right_col .related p {
	margin-bottom: 8px;
	margin-top: 0px;
	line-height: 15px;
}

#right_col .related p a {
	font-family: arial,sans-serif;
	color: #000000;
	font-size: 12px;
}

#right_col .related p a:hover {
	color: #23527C;
}

#right_col .related span.date {
	color: #7B7B7B;
	font-family: arial,sans-serif;
	font-size: 12px;
}

#right_col .right_col_standard_image {
	padding-bottom: 7px;
	max-width: 240px;
}



/* -- FULL COLUMN: BEGIN -- */

#full_col {
	width: 100%;
	position: relative;
}

/* -- FULL COLUMN: END -- */


/* -------- CALLOUT BEGIN -------- */

div.callout {
	padding-bottom: 13px;
}

img.callout {
	width: 195px;
	height: 175px; 
}

img.left_callout {
	float: left;
	margin-right: 15px;
}

img.right_callout {
	float: left;
}

img.left_large_callout {
	float: left;
	margin-right: 20px;
}

img.right_large_callout {
	float: left;
}

.landscape_callout {
	padding-bottom: 33px;
}

.landscape_callout_text_area {
	background-color: #E3956E;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	width: 500px;
	color: #ffffff;
	font-size: 16px;
	font-family: open_sans_cond_bold;
	text-transform: uppercase;
	margin-bottom: 33px;
}

.landscape_callout_text_area .left {
	width: 315px;
	float: left;
}

.landscape_callout_text_area .right {
	float: left;
	color: white;
}

/* -------- CALLOUT END -------- */


/* -- LINK STYLES: BEGIN -- */

a.anchor {
	padding-top: 105px;
}

a.more_link {
	font-family: arial,sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-image: url('../images/icons/right_arrow_blue.png');
	background-position: bottom 2px right 0px;
	padding-right: 10px;
   	background-repeat: no-repeat;
	text-transform: lowercase;
}

a.hand {
	cursor: pointer;
}

a.anchor_link {
	padding-top: 150px;
}

/* -- LINK STYLES: END -- */


/* -------- IMAGE STYLES BEGIN -------- */

.image_caption {
	font-size: 11px;
	line-height: 14px;
	padding-top: 8px;
}

.standard_left_img {
	float: left;
	padding-right: 13px;
	padding-bottom: 10px;
}

.thumb {
	border: 1px solid black;
}

.right_col_thumb {
	margin-top: 3px;
	margin-bottom: 5px;
}

.editor_content img {
	margin-bottom: 15px;
} 

/* -------- IMAGE STYLES END -------- */


/* -- SERVICE LIST STYLES: BEGIN -- */
ul.services {
	padding-left: 0;
	margin-bottom: 0px;
}

ul.services li {
	position: relative; /* Relatively positioning for placement of arrow */\
	list-style-type: none;
	list-style-image: url('../images/icons/right_arrow_blue.png');
	border-bottom: 1px solid #b2b2b2;
}

ul.services li.on {
	list-style-type: none;
	list-style-image: url('../images/icons/down_arrow_blue.png');
}

ul.services li.no_arrow {
	list-style-image: none;
	list-style-type: none;
}

ul.services li h2 {
	margin: 0px;
	line-height: 18px;
}

ul.services li a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color: black;
	text-transform: uppercase;
	font-family: open_sans_cond_bold;
	font-weight: 500;
	font-size: 15px;
	cursor: pointer;
}

ul.services li a:hover {
	color: #a80532;
	text-decoration: none;
}

ul.services li.first a {
	padding-top: 0px;
}

ul.services li.on a {
	color: #a80532;;
}

ul.services li a.arrow_link {
	position: absolute;
	width: 20px;
	height: 18px;
	/*border: 1px solid black;*/
	top: 6px;
	left: -20px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: 0px solid #b2b2b2;
}

ul.services li.first a.arrow_link {
	top: 0px;
	height: 15px;
}

ul.services li .service_subs h3 {
	margin: 0px;
}

ul.services li .service_subs h3:first-child {
	margin-top: 3px;
}

ul.services li .service_subs h3:last-child {
	margin-bottom: 8px;
}


ul.services li .service_subs a {
	font-family: arial,sans-serif;
	color: #6385BA;
	font-size: 13px;
	padding-bottom: 7px;
	padding-top: 0px;
	text-transform: none;
}

ul.services li .service_subs a:hover {
	text-decoration: none;
	color: #23527C;
}

/* -- SERVICE LIST STYLES: END -- */



/* -- GENERAL LIST STYLES: BEGIN -- */
.editor_content ul, .editor_content ol {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 16px;
}

.editor_content ul li, .editor_content ol li {
	font-size: 13px;
	line-height: 18px;
	color: #464646;
	padding-bottom: 2px;
}

/* -- GENERAL LIST STYLES: END -- */


/* -- HEADERS: BEGIN -- */

h2 {
	color: #a80532;
    font-family: "open_sans_cond_bold";
    font-size: 15px;
    margin-top: 0;
	margin-bottom: 10px;
    text-transform: uppercase;
}

h1.services {
	font-size: 30px;
	color: #E3956E;
	font-family: 'Montserrat';
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 11px;
	line-height: 30px;
}

h1.services::first-letter {
	margin-left: -1px;
}

.editor_content h1.content_title {
	color: #a80532;
	font-family: open_sans_cond_bold;
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 10px;
	text-transform: uppercase;
}


.editor_content h3 {
	font-family: arial,sans-serif;
	font-size: 13px;
	margin-bottom: 0px;
	font-weight: bold;
}

.editor_content h5 {
	font-family: arial,sans-serif;
	font-size: 13px;
	margin-bottom: 2px;
	margin-top: 0px;
	font-weight: bold;
	color: #464646
}



/* -- HEADERS: END -- */



/* -- FORM STYLES: BEGIN -- */
input[type=text] {
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-family: arial,sans-serif;
	font-size: 13px;
	color: #666666;
	background-color: #d9d9d9;
	border: 0px;
	margin-bottom: 10px;
}

::-webkit-input-placeholder {
   color: #666666;
}


::-moz-placeholder {  
   color: black;  
}

:-ms-input-placeholder {  
   color: #333333;  
}

input[type=text].full {
	width: 100%;
}

input[type=text].medium {
	width: 272px;
	float: left;
}

input[type=text].large {
	width: 400px;
	float: left;
}

input[type=text].left {
	margin-right: 16px;
}

textarea {
	padding-left: 10px;
	padding-right: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-family: arial,sans-serif;
	font-size: 13px;
	color: #666666;
	background-color: #d9d9d9;
	border: 0px;
	margin-bottom: 10px;
}

textarea.full {
	width: 100%;
}

textarea.medium_tall {
	height: 100px;
}



 .select_box {
   width: 272px;
   overflow: hidden;
   background-image: url('../images/global/select_down_arrow.png');
   background-position: bottom 8px right 10px;
   background-repeat: no-repeat;
   background-color: #d9d9d9;
   cursor: hand;
   margin-bottom: 10px;
}

.select_box_left {
	float: left;
	margin-right: 16px;
}

.select_box select {
   background: transparent;
   width: 300px;
   padding-left: 6px;
   padding-right: 55px;
   padding-top: 6px;
   padding-bottom: 6px;;
   font-family: arial,sans-serif;
   font-size: 13px;
   border: 0;
   border-radius: 0;
   -webkit-appearance: none;
   color: #666666;
 }
 
 /* For IE to not show drop down arrrows */
 select::-ms-expand {
    display: none;
}

.select_box select option {
   padding-left: 10px;
}
 
.reset_button {
	cursor: pointer;
}

.list_filters {
	padding-top:15px;
	padding-bottom: 15px;
}

.list_filters select {
	color: #666666;
    font-family: arial,sans-serif;
    font-size: 13px;
	width: 162px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.list_filters select option.selected {
	font-weight: bold;
	color: black;
}

.standard_button {
	font-size: 14px;
	font-family: arial,sans-serif;
	color: #333333;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

/* -- FORM STYLES: END -- */


/* -- PAGINATION: BEGIN -- */
.pagination {
	/*width: auto;*/
	float: right; 
	padding: 0;
	margin: 0; 
	padding-bottom: 8px;
}

.pagination_bottom {
	padding-top: 18px;
}

.pagination a {
	font-family: open_sans_cond_light;
	font-size: 19px;
	line-height: 23px;
	margin: 0;
	padding: 0;
	float: left;
	width: 24px;
	height: 22px;
	text-align: center;
}

.pagination a:hover,
.pagination a.on {
	text-decoration: none;
}

.pagination a.on {
	color: white;
	background-color: #6385BA; 
	border-radius: 2px;	
}

.pagination a.on:hover {
	color: white;
}

.pagination a.pag_prev_link {
	margin-right: 15px;
	font-family: open_sans_cond_light;
    font-size: 19px;
    line-height: 23px;
}

.pagination a.pag_next_link {
	margin-left: 3px;
	margin-right: 16px;
	font-family: open_sans_cond_light;
    font-size: 19px;
    line-height: 23px;
}

.pagination_results_count {
	float: right;
	font-family: open_sans_cond_light;
    font-size: 15px;
	padding-bottom: 3px;
}

/* -- PAGINATION: END -- */



/* -- SUB HEAD: BEGIN -- */

h2.main_sub_head {
	margin-top: 10px;
	margin-bottom: 53px;
	font-family: open_sans_cond_bold;
	font-size: 21px;
} 

/* -- SUB HEAD: END -- */



/* -- ICONS: BEGIN -- */
a.small_button_link {
	background-color: #c1c1c1;
	font-family: open_sans_cond_bold;
	font-size: 12px;
	color: white;
	text-tranform: uppercase;
	padding: 4px;
	line-height: 11px;
	border-radius: 1px;
	display: inline-block;
}

a.small_button_link:hover {
	text-decoration: none;
}

/* -- ICONS: END -- */



/* -- SEARCH LINK STYLES: BEGIN -- */

.search_link {
	text-align: right;
}

.search_link a {
	font-family: open_sans_cond_bold;
	font-size: 15px;
	color: #7f7f7f;
	padding-right: 25px;
	background-image: url('../images/icons/magnify_glass.png');
	background-position: bottom 0px right 0px;
    background-repeat: no-repeat;
}

/* -- SEARCH LINK: END -- */


/* --NEWS FORMAT STYLES: BEGIN -- */

.news_format #news_left_col {
 	width: 460px;
	float: left;
	margin-right: 45px;
 }
 
.news_format #news_right_col {
	width: 310px;
	/*background-color: green;*/
	float: left;
	position: relative;
 } 
 
.news_format .search_link a {
	color: #7f7f7f;
}

.news_format .search_link a:hover {
	color: #7f7f7f;
}

 
.news_format .top_right_img {
	padding-top: 20px;
	padding-bottom: 17px;
}

.news_format .top_left_img {
	padding-top: 20px;
	padding-bottom: 17px;
}

.news_format .primary_story_left {
	width: 250px;
	margin-right: 15px; 
	float: left;
}

.news_format .primary_story_right {
	width: 192px;
	float: left;
	line-height: 0px; /* this is to allow for line-height on the containing inline p tag */
}

.news_format .primary_story_right p {
	display: inline;
	line-height: 15px;
}

.news_format a {
	color: #000000;
}

.news_format a:hover {
	color: #23527C;
}

.news_format p {
	font-size: 11px;
	font-family: arial,sans-serif;
	line-height: 14px;
	color: #000000;
}

.news_format h1 {
	font-family: open_sans_cond_bold;
	font-weight: 700;
	margin: 0px;
	font-size: 28px;
	line-height: 30px;
	text-transform: uppercase;
}

.news_format h3 {
	font-family: open_sans_cond_bold;
	margin: 0px;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}

.news_format h4,
.list_page_item h4 {
	text-transform: uppercase;
	font-family: open_sans_cond_bold;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.news_format h4 a,
.list_page_item a {
	color: #000000;
}

.news_format h4 a:hover,
.list_page_item a:hover {
	color: #23527C;
}

.news_format .date,
.list_page_item .date {
	color: #7f7f7f;
	font-family: arial,sans-serif;
	font-size: 11px;
	padding-right: 7px;
}

.news_format .header {
	padding-bottom: 3px;
}

.news_format .source,
.list_page_item .source p {
	color: #7a7a7a;
    font-family: arial,sans-serif;
    font-size: 12px;
    text-transform: none;
	padding-top: 3px;
}

/* -- NEWS FORMAT STYLES: END -- */



/* -- LISTING PAGE: BEGIN -- */
.list_page_item {
	/*margin-bottom: 10px;*/
	padding-top: 8px;
	padding-bottom: 8px;
	/*padding-left: 5px;*/
	padding-right: 5px;
}


.list_page_item_alt {
	/*background-color: #F8F8F8;*/
}

.list_page_item_hidden_publications {
	display: none;
}

.list_page_item_hidden_events {
	display: none;
}

.list_page_item_hidden_news {
	display: none;
}

.list_page_item_hidden_podcasts {
	display: none;
}

.list_page_item_hidden_blogs {
	display: none;
}


.list_page_item_date {
	float: left;
	width: 80px;
	color: #7f7f7f;
    font-family: arial,sans-serif;
    font-size: 12px;
    padding-right: 7px;
	padding-left: 5px;
}

.list_page_item_title {
	float: left;
	/*width: 435px;*/
	width: 100%;
}

.list_page_item h3 {
	text-transform: uppercase;
	font-family: open_sans_cond_bold;
	font-size: 17px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.listings_format h3 {
	color: #a80532;;
    font-family: open_sans_cond_bold;
	font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 5px;
}

.listings_format p {
	color: #464646;
   	font-family: arial,sans-serif;
    font-size: 13px;
    text-transform: none;
	padding-top: 3px;
	margin-bottom: 0px;
}

/* -- LISTING PAGE: END -- */



/* -- HORIZONTAL RULE STYLES: BEGIN -- */

.hr {
	height: 1px;
	background-color: #b2b2b2;
	margin-top: 20px;
	margin-bottom: 20px;
}

.hr_small_pad {
	margin-top: 13px;
	margin-bottom: 10px;
}

.hr_no_pad {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* -- HORIZONTAL RULE STYLES: END -- */


/* -- FLOAT: BEGIN -- */
.left_float {
	float: left;
}

.right_float {
	float: right;
}

/* -- FLOAT: END -- */


/* -- BXSLIDER STYLES: BEGIN -- */

.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0 0 0 0;
    border: 0;
    left: 0;
    background: #fff;
}

.slider_prev_next .disabled {
	display: none;
}

/* -- BXSLIDER STYLES: END -- */



/* -- TEXT STYLES: BEGIN -- */

.standard_text {
	color: #464646;
    font-family: arial,sans-serif;
    font-size: 13px;
    line-height: 18px;
}


.title_case {
	text-transform: capitalize;
}

.error_message_area {
	padding-bottom: 20px;
	font-size: 12px;
	color: red;
	line-height: 20px;
}


.success_message_area {
	padding-bottom: 20px;
	font-size: 12px;
	color: green;
	font-weight: bold;
	line-height: 20px;
}


/* -- TEXT STYLES: END -- */



/* -- INDIVIDUAL ELEMENT: BEGIN -- */

body.scrolling {
	overflow: auto;
}

body.scrolling_hidden {
	overflow: hidden;
}

.section_spacer {
	height: 10px;
}

.close_link {
    color: #AAAAAA;
    font-size: 21px;
	font-family: arial,sans-serif;
    font-weight: 700;
    line-height: 1;
	cursor: pointer;
}

.close_link:hover {
    color: #666666;
}

.endnotes sup {
	top: 0em;
	font-size: 100%;
}

/* -- INDIVIDUAL ELEMENT: END -- */

