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

@import 'clearfix.css';

body,td,th {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	outline-style: 1em;
	line-height: 1.4em;
	color: #000;
}
body, html {
	background: #fff;
	margin: 0px;
	width: 100%;
	position: relative;
}
.wrapper {
	width: 100%;
	padding: 0px 0px;
	margin: 0px;
	display: block;
	position: relative;
}
.dialog_box *,
.wrapper * {
	box-sizing: border-box;
}
.subwrapper {
	width: 100%;
	max-width: 1200px;
	padding: 0px 2.5%;
	margin: 0 auto;
	display: block;
	position: relative;
}
.withpadding {
	padding: 60px 0px;
	box-sizing: border-box;
}
header {
	width: 100%;
	diaplay: block;
	color: #fff;
}
#main {
	width: 100%;
	display: block;
	position: relative;
}
footer {
	width: 100%;
	display: block;
	padding: 0px;
	color: #fff;
}
/*-----------------------------------------------------------*/
/*----------------------- PAGES STUFF -----------------------*/
/*-----------------------------------------------------------*/
.page_banner {
	height: 200px;
	background: no-repeat right top;
	background-size: cover;
}
.page_banner:after {
	content: "";
	width: 100%;
	height: 100%;
	display: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.7+0,0.05+36,0.05+80,0.8+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.1) 60%,rgba(0,0,0,0.1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.1) 60%,rgba(0,0,0,0.0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.1) 30%,rgba(0,0,0,0.0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#1a000000',GradientType=0 ); /* IE6-9 */
}
/*-----------------------------------------------------------*/
/*----------------------- FORMAT STUFF ----------------------*/
/*-----------------------------------------------------------*/
.colored_green { color: #16C5EF; }
.colored_blue { color: #16C5EF; }
.white { color: #fff; }
.gray { color: #7d7d7d; }
.lightgray { color: #eee; }
.darkgray { color: #333; }
.black { color: #000; }
.alert_text { color: #c00; }
.ok_text { color: #090; }

.highlighted_white {  background: #fff; }
.highlighted_white_trnsp { background: rgba(255,255,255,.9) }
.highlighted_black {  background: #000; }
.highlighted_dark {  background: #333; }
.highlighted_gray {  background: #ccc; }
.highlighted_lightgray {  background: #ededed; }
.highlighted_ultralightgray {  background: #f4f4f4; }
.highlighted_colored_green {  background: #16C5EF; }
/*.highlighted_colored_green_light {  background: #cc7479; } */
.highlighted_colored_blue {  background: #9EDBE4; }
.highlighted_colored_blue_light {  background-color: rgba(22,197,339,.1); }
/*.highlighted_colored_blue_light {  background: #cc7479; } */
.highlighted_colored_dark { background: #333; }

.shadowed {
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
}

.centercontent { text-align: center !important; }
.leftcontent {  text-align: left; }
.rightcontent {  text-align: right; }

.tobottom { position: absolute; bottom: 0px; }

.centered_box { margin-left: auto; margin-right: auto; }
.nofloat { float: none !important;}

.no_bordered { border: none !important; }

img { border: 0px; }

p { margin: 1.4em 0; }
p:first-child { margin-top: 0; }
.leadtext {
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: 400;
}
ul, ol {
	margin: 0;
	padding: 0 0px;
}
li {
	margin: 0 0 1.5em;
	padding: 0;
}
ol > li {
  margin: 0;
  padding: 0 0 0 2em;
  text-indent: -1.5em;
  list-style-type: none;
  counter-increment: item;
	margin-bottom: 1em;
}
ol > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}
.regular_text ul {
	list-style: disc;
	margin: 1em 0;
}
.regular_text ul:first-child,
.regular_text li:first-child {
	margin-top: 0;
}
.regular_text ul li {
	margin: 1em 0 1em 1em;
}
.pre_styled_text ol {
	list-style: none;
	counter-reset: li-counter;
	list-style-type: decimal !ie; /*IE 7- hack*/
	margin: 0;
    margin-left: 3em;
    padding: 0;
}
.pre_styled_text ol li {
	margin: 1em 0;
	position: relative;
    margin-bottom: 20px;
    padding-left: 0.5em;
    min-height: 2em;
}
.pre_styled_text ol li:before {
	position: absolute;
    top: -0.25em;
    left: -1.33em;
	left: -3em;
    width: 2em;
    height: 2em;
	
	font-size: .88em;
    line-height: 2em;
    text-align: center;
    color: #fff;
	
    border-radius: 50%;
    background-color: #333;
    content: counter(li-counter);
    counter-increment: li-counter;
}
.boxes_list {
	list-style: none;
}
.boxes_list li {
	background: #fff;
	border-top: 1px solid #333;
	padding: 15px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 3px 15px 0px rgba(100,100,100,0.2);
	margin-bottom: 30px;
}
.boxes_list li p {
	font-size: .75em;
	line-height: 1.6em;
}
.ondark { font-weight: 200}
.small {
	font-size: 12px;
	line-height: 1.2em;
}
strong, b {
	font-weight: 600;
}
strong.ondark, b.ondark {
	font-weight: 300;
}
i, em {
	font-style:italic;
}
.loading {
	background: url(file:///EVO%20870/Applications/MAMP/htdocs/test/images/layout/ajax-loader.gif) no-repeat left top 30px;
}
.square {
	width: 100%;
	padding-bottom: 100%;
	position: relative;
}
.width_col_sep {
	background: #ccc;
}
/*-----------------------------------------------------------*/
/*----------------------- COLS ------------------------------*/
/*-----------------------------------------------------------*/
[class*='col-'] {
	float: left; 
    min-height: 1px; 
    width: 8.33%; 
    /*-- our gutter -- */
    padding: 15px;
	display: block; 
}
.pos_relative {
	position:relative;
}
[class*='col-'].centered_col {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.col-0-5{ width: 4.165%; }
.col-1{ width: 8.33%; }
.col-1-5 { width: 12.45%; }
.col-2{ width: 16.66%; }
.col-2-5 { width: 20.83%; }
.col-3{ width: 25%;    }
.col-4{ width: 33.33%; }
.col-4-5 { width: 37.45%; }
.col-5{ width: 41.66%; }
.col-5-5{ width: 45.83%; }
.col-6{ width: 50%;   }
.col-7{ width: 58.33%; }
.col-8{ width: 66.66%; }
.col-9{ width: 75%;    }
.col-10{ width: 83.33%; }
.col-10-5{ width: 87.495%; }
.col-11{ width: 91.66%; }
.col-12{ width: 100%;   }

.like_col_padded {
	padding: 15px;
}

.noleft_padding { padding-left: 0px; }
.noright_padding { padding-right: 0px; }
.notop_padding { padding-top: 0px; }
.nobottom_padding { padding-bottom: 0px; }
.novertical_padding {padding-bottom: 0px; padding-top: 0px;}
.nohorizontal_padding {padding-left: 0px; padding-right: 0px;}
.no_padding { padding: 0px; }

.no_margin { margin: 0px; }

.atleft { float: left; }
.atright { float: right; }

.noblock { display: inline-block; }

.pos_relative {
	position:relative;
}
.underlayer_img {
	z-index: -1;
}
/*.tabear {
	position: relative;
	top: -2.4em;
	margin-top: -2.4em;
	margin-bottom: -2.4em;
	text-transform: uppercase;
	font-size: .75em;
	line-height: 2.4em;
	z-index: 99999999;
}
*/
.tabear {
	position: absolute;
	bottom: 0em;
	margin-left: -600px;
	left: 50%;
	text-transform: uppercase;
	font-size: .75em;
	line-height: 2.4em;
}
.tabear .tabear_label {
	padding: 0 10px;
	display: inline-block;
}
/*-----------------------------------------------------------*/
/*----------------------- TEXT STYLES -----------------------*/
/*-----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-weight: 400;
}
/* in News Header */
h1 {
	font-size: 2.6em;
	line-height: 1em;
}
header h1 {
	font-size: .75em;
	font-weight: 600;
	color: #fff;
	padding-left: 3px;
}
/* in Lead text.. smaller */
h2 {
	font-size: 1.75em;
	line-height: 1.2em;
	font-weight: 300;
	margin-top: .6em;
}
/* in Publications header */
h3 {
	font-size: 1.12em;
	line-height: 1.2em;
	font-weight: 600;
	margin-bottom: 1em;
	text-transform: uppercase;
}
/* in News module header */
h4 {
	font-size: .87em;
	line-height: 1.4em;
	font-weight: 600;
}
/* in events header */
h5 {
	font-size: 1.25em;
	line-height: 1.2em;
	font-weight: 400;
}
/* in News module date */
h6 {
	font-size: .625em;
	line-height: 1.4em;
}
/*-----------------------------------------------------------*/
/*----------------------- SELECTORS -------------------------*/
/*-----------------------------------------------------------*/
/* DEFAULT */
a {
	outline: none;
}
a:link,
a:visited {
	color: inherit;
	text-decoration: none;
}
a:hover,
a:active,
a.active {
	color: inherit;
	text-decoration: underline;
}
a.read_more {
	text-transform: uppercase;
	font-size: .625em;
	line-height: 1em;
	font-weight: 600;
}
/* COLORED */
a.colored:link,
a.colored:visited {
	color: #D40;
	text-decoration: none;
}
a.colored:hover,
a.colored:active,
a.colored.active {
	color: #D40;
	text-decoration: underline;
}
/* COLORED BLUE */
a.colored_blue:link,
a.colored_blue:visited {
	color: #A23C03;
	text-decoration: none;
}
a.colored_blue:hover,
a.colored_blue:active,
a.colored_blue.active {
	color: #333;
	text-decoration: underline;
}
/*-------- BUTTONS --------*/
.button {
	cursor: pointer;
	text-transform: capitalize;
	text-align: center;
	line-height: 1em;
	font-size: 1em;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	padding: .5em 1em;
	border: 1px solid #fff;
	background-color: #fff;
}
.button.btn_m {
	padding: .5em 3em;
}
.button.btn_xm {
	padding: 1em 2em;
}
.button.btn_xl {
	padding: 1em 3em;
}
.button.btn_xxl {
	padding: 1.5em 2.5em;
}
.button.btn_caps {
	text-transform: uppercase;
}
.button.btn_colored,
.button.btn_colored:link,
.button.btn_colored:visited {
	border: 1px solid #333;
	background-color: #333;
	color: #fff;
	text-decoration: none;
}
.button.btn_colored:not(btn_inactive):hover {
	border: 1px solid #333;
	background-color: #333;
	text-decoration: none;
}
.button.btn_colored:not(.btn_inactive):active,
.button.btn_colored:not(.btn_inactive).active {
	border: 1px solid #333;
	background-color: #333;
}
.button.btn_brown,
.button.btn_brown:link,
.button.btn_brown:visited {
	border: 1px solid #592f15;
	background-color: #592f15;
	color: #fff;
	text-decoration: none;
}
.button.btn_brown:not(.btn_inactive):hover {
	border: 1px solid #bf344d;
	background-color: #bf344d;
	text-decoration: none;
}
.button.btn_brown:not(.btn_inactive):active,
.button.btn_brown:not(.btn_inactive).active {
	border: 1px solid #666;
	background-color: #666;
}
.button.btn_unfilled,
.button.btn_unfilled:link,
.button.btn_unfilled:visited {
	background-color: transparent;
	color: #fff;
	text-decoration: none;
}
.button.btn_unfilled:not(.btn_inactive):hover {
	border: 1px solid #bf344d;
	background-color: #bf344d;
	text-decoration: none;
}
.button.btn_unfilled:not(.btn_inactive):active,
.button.btn_unfilled:not(.btn_inactive).active {
	border: 1px solid #666;
	background-color: #666;
}
.button.btn_colored.btn_unfilled,
.button.btn_colored.btn_unfilled:link,
.button.btn_colored.btn_unfilled:visited {
	border: 1px solid #bf344d;
	color: #bf344d;
}
.button.btn_colored.btn_unfilled:not(.btn_inactive):hover,
.button.btn_colored.btn_unfilled:not(.btn_inactive):active,
.button.btn_colored.btn_unfilled:not(.btn_inactive).active {
	color: #fff;
}
.button.btn_brown.btn_unfilled,
.button.btn_brown.btn_unfilled:link,
.button.btn_brown.btn_unfilled:visited {
	border: 1px solid #592f15;
	color: #592f15;
}
.button.btn_brown.btn_unfilled:not(.btn_inactive):hover,
.button.btn_brown.btn_unfilled:not(.btn_inactive):active,
.button.btn_brown.btn_unfilled:not(.btn_inactive).active {
	background-color: #592f15;
	color: #fff;
}
.button.btn_inactive {
	opacity: .5 !important;
	cursor: default !important;
}
a.withicon,
a.withicon:link,
a.withicon:visited {
	text-decoration: none;
}
a.withicon:hover,
a.withicon:active,
a.withicon.active {
	text-decoration: none;
	color: #bf344d;
}
a.withicon .fa {
	line-height: 2em;
	margin-right: .6em;
}
/*-----------------------------------------------------------*/
/*----------------------- PAGINATION ------------------------*/
/*-----------------------------------------------------------*/
/*#results_pagination {
	text-align: center;
}
#results_pagination ul {
	
}
#results_pagination ul li {
	display: inline-block;
	border-left: 1px solid #ccc;
	font-family: 'oswald';
	font-size: .77em;
	line-height: 1em;
	height: 1.8em;
	text-align:center;
}
#results_pagination ul li a {
	display: block;
	color: #ccc;
}
#results_pagination ul li.active,
#results_pagination ul li a:hover,
#results_pagination ul li a:active {
	color: #b2975c;
}
#results_pagination ul li a,
#results_pagination ul li.active {
	padding: 4px 8px;
}
#results_pagination ul li .fa {
	position: relative;
	top: -2px;
}*/
/*-----------------------------------------------------------*/
/*----------------------- NAVIGATION ------------------------*/
/*-----------------------------------------------------------*/

/*----------------------  MENU 1 ----------------------------*/
.menu1 {
	margin: 0;
}
.menu1 > ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: .87em;
	line-height: 1em;
	text-transform: uppercase;
}
.menu1 > ul > li {
	padding: 0px;
	display: inline-block;
	position: relative;
}
.menu1 > ul > li > a {
	display: block;
	padding: 0px 10px;
}
.menu1 > ul > li > a > hr {
	margin: 0;
	margin-top: 5px;
	border: none;
	border-bottom: 2px solid;
	width: 30px;
}
.menu1 > ul > li > a:link,
.menu1 > ul > li > a:visited {
	text-decoration: none;
	color: #222;
	font-weight: 400;
}
.menu1 > ul > li > a:link> hr,
.menu1 > ul > li > a:visited > hr {
	border: 2px transparent solid;
}
.menu1 > ul > li > a:hover,
.menu1 > ul > li > a:active,
.menu1 > ul > li > a.active {
	text-decoration: none;
	color: #D40;
	font-weight: 500;
}
.menu1 > ul > li > a:hover > hr,
.menu1 > ul > li > a:active > hr,
.menu1 > ul > li > a.active > hr {
	border: 2px #D40 solid; 
}
.menu1 > ul > li > a.button:link> hr,
.menu1 > ul > li > a.button:visited > hr,
.menu1 > ul > li > a.button:hover > hr,
.menu1 > ul > li > a.button:active > hr,
.menu1 > ul > li > a.button.active > hr {
	display: none;
}
.menu1 > ul > li > a.button {
	position: relative;
	top: -.8em;
	padding: .25em .5em;
	margin-right: .5em;
}
.menu1 > ul > li > a.button:hover,
.menu1 > ul > li > a.button:active,
.menu1 > ul > li > a.button.active {
	text-decoration: none;
	background-color: #D40;
	font-weight: 500;
	border-color: #D40;
}
.menu1 > ul > li > a.button.btn_colored:not(.btn_inactive):active,
.menu1 > ul > li > a.button.btn_colored:not(.btn_inactive).active {
	border: 1px solid #D40;
	background-color: #D40;
}
/*----------------------  LANG MENU ----------------------------*/
.lang_menu {
	margin: 0;
	display: inline-block;
}
.lang_menu > ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline-block;
	font-size: .87em;
	font-weight: 400;
	text-transform: uppercase;
}
.lang_menu > ul > li {
	padding: 0px;
	display: inline-block;
	padding-right: .3em;
	position: relative;
}
.lang_menu > ul > li:not(:first-child):before {
	margin-right: .3em;
	content: "";
}
.lang_menu > ul > li > a {
	padding-bottom: 4px;
	cursor: pointer;
	color: #333;
}
.lang_menu > ul > li > a:link,
.lang_menu > ul > li > a:visited {
	text-decoration: none;
}
.lang_menu > ul > li > a:hover,
.lang_menu > ul > li > a:active,
.lang_menu > ul > li > a.active {
	text-decoration: none;
	border-bottom: 2px solid;
	padding-bottom: 4px;
}
.lang_menu > ul > li > a:link> hr,
.lang_menu > ul > li > a:visited > hr {
	border: 2px transparent solid;
}

/*-----------------------------------------------------------*/
/*----------------------- HEADER STUFF ----------------------*/
/*-----------------------------------------------------------*/
#main_logo {
	position: relative;
	top: -20px;
	/* max-width: 100px; */
	/* max-height: 60px;*/
}
/*-----------------------------------------------------------*/
/*----------------------- FOOTER STUFF ----------------------*/
/*-----------------------------------------------------------*/
/*
footer #center_row {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
*/
footer #copyright,
footer #credits {
	font-size: .625em;
}
/*-----------------------------------------------------------*/
/*-------------------------- HP_ELEMENTS --------------------*/
/*-----------------------------------------------------------*/
/*---- HP BANNER -------- */
#hp_top_banner {
	position: relative;
	background: #000 no-repeat right top;
	background-size: cover;
	min-height: 500px;
}
#hp_top_banner .hp_top_banner_overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	display: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.7+0,0.05+36,0.05+80,0.8+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.1) 30%, rgba(0,0,0,0.1) 75%, rgba(0,0,0,0.3) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.1) 30%, rgba(0,0,0,0.1) 75%, rgba(0,0,0,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.1) 30%, rgba(0,0,0,0.1) 75%, rgba(0,0,0,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
}
#hp_top_banner .hp_top_banner_caption_holder {
	position: relative;
	top: 25%;
	max-height: 70%;
	overflow: hidden;
}
#hp_top_banner .hp_top_banner_caption h1 {
	font-size: 2.3em;
	font-weight: 300;
}
.call_to_action {
	margin-top: 1em;
	display: inline-block;
	text-transform: uppercase;
}
/*---- HP BANNER END ---- */
/* SORT & PAGINATION */
/*
.jplist-panel * {
	line-height: 1.5em !important;
}
.jplist-control-label {
	float: left;
	font-size: .7em;
	color: #592f15;
	font-weight: 400;
	padding: 6px;
}
.jplist-drop-down {
	box-shadow: none;
	border: 1px solid #dbdbdb;
	border-radius: 0px;
	text-shadow: none;
	color: #592f15;
	width: auto;
	background: none;
	height: auto;
	font-size: .7em;
	margin: 0;
}

.jplist-drop-down .jplist-dd-panel {
	width: auto;
	height: auto;
	line-height: 1em;
	text-indent: 0px;
	padding: 6px 50px 6px 6px;
}
.jplist-drop-down.jplist-drop-down-items-per_page .jplist-dd-panel {
	padding: 6px 25px 6px 6px;
}

.jplist-drop-down ul {
	position: absolute;
	top: 2em;
	left: 0;
	width: auto;
	white-space: nowrap;
	text-indent: 0px;
}
.jplist-drop-down ul li {
	text-indent: 0px;
	padding: 6px;
	line-height: 1em;
	height: auto;
}
.jplist-drop-down .jplist-dd-panel:after {
	content: '\f107';
	font-family: FontAwesome;		
	font-size: 10px;
}
.jplist-label {
	background: none;
	border-radius: 0px;
	color: #592f15;
	padding: 6px 30px;
	height: auto;
	width: auto;
	border: 2px solid #592f15;
	font-size: 1em;
	text-shadow: none;
}
.jplist-panel button {	
	background: none;
	border-radius: 0px;
	color: #592f15;
	padding: 6px 16px;
	height: auto;
	width: auto;
	border: 2px solid #592f15;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-shadow: none;
	cursor: pointer;
}
.jplist-drop-down ul li:hover { background-color: #cc7479; color: #fff; }
.jplist-drop-down:hover .jplist-dd-panel { color: #bf344d }
.jplist-drop-down:hover .jplist-dd-panel:after { color:#bf344d }
.jplist-panel button:hover {
}
.jplist-panel button:hover,
.jplist-panel button.jplist-selected,
.jplist-panel button.jplist-current {
	color: #fff;
	background: #cc7479;
	border-color: #cc7479;
}
/*-----------------------------------------------------------*/
/*-------------------------- NEWS STUFF ---------------------*/
/*-----------------------------------------------------------*/
/*------ HP NEWS ---------*/
.news_module {
	border-left: 1px solid #999;
	padding-top: 20px;	
	padding-bottom: 20px;	
}
.news_module:first-child {
	border-left: none;
}
.news_module-info {
	display: block;
	padding: 0;
}
.news_module .news_module-header {
	text-transform: uppercase;
	margin-bottom: .3em;
}
.news_module .news_module-descript {
	margin-bottom: .3em;
}
.news_module .news_module-descript p {
	font-size: .875em;
	margin-bottom: -.2em;
}
/*------ NEWS LIST ---------*/
.news_list {
}
.news_list > .news_list_module {
	display: block;
	border-top: 1px solid #333;
	padding: 12px 0;
	position: relative;
}
.news_list .news_list_module .news_list_thumb {
	float: left;
	margin-bottom: 25px;
	width: 20%;
	padding-left: 15px;
}
.news_list .news_list_module .news_list_thumb .news_list_thumb_img {
	background: no-repeat center;
	background-size: cover;
}
.news_list .news_list_module .news_list_info {
	float: left;
	width: 80%;
	padding: 0px 15px;
}
.news_list .news_list_module .news_list_info.this_expanded {
	width: 100%;
}
.news_list .news_list_module .news_list_info .news_list_info_data {
	font-size: .625em;
}
.news_list .news_list_module .news_list_info .news_list_info_header {
	text-transform: uppercase;
}
.news_list .news_list_module .news_list_info .news_list_info_descript p {
	font-size: .875em;
	margin-bottom: -.2em;
}
.news_list .news_list_module .news_list_info .news_list_info_readmore {
	position: absolute;
	top: 40%;
	right: -11%;
	display: none;
	background: #333;
	border-radius: 50%;
	width: 1.4em;
	height: 1.4em;
	text-align: center;
}
.news_list > .news_list_module:hover,
.news_list > .news_list_module.active {
	background: rgba(51,51,51,.1);
	cursor: pointer;
}
.news_list > .news_list_module.active .news_list_info_readmore {
	display: block;
}
/*------ NEWS DETAIL ---------*/
.news_detail_maodule {
	background: rgba(51,51,51,.1);
}
.news_detail_maodule .news_detail_maodule_photo {
	width: 100%;
	margin-bottom: 1.4em;
}
.news_detail_maodule .news_detail_maodule_date {
	font-size: .875em;
}
.news_detail_maodule .news_detail_maodule_header {
	text-transform: uppercase;
}
.news_detail_maodule .news_detail_maodule_copy img {
	max-width: 100%;
}
/*-------------------------- LINKS STUFF --------------*/
.link_module {
	width: 80%;
	display: inline-block;
	
	background: #fff;
	border-top: 1px solid #9EDBE4;
	padding: 15px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	margin-bottom: 30px;
}
.link_module .link_module_photo {
	max-width: 90%;
	margin: 1em 0;
}
/*-------------------------- STAFF STUFF --------------*/
.staff_list_img {
	width: 244px;
}
.staff_quick_links {
	padding: 20px 10px;
}
.staff_quick_tb {
	display: table;
	width: 100%;
	height: 100%;
}
.staff_quick_td {
	display: table-cell;
	vertical-align: middle;
	color: #333;
}
.staff_quick_links h3  {
	margin: 0px;
}
.staff_quick_links p {
	margin: .5em 0;
	font-size: .88em;
	line-height: 1.2em;
}
.staff_quick_links_list  {
	margin-top: 1em;
}
.staff_quick_links_list li {
	background: #333;
	color: #fff;
	height: 2em;
	width: 2em;
	line-height: 2em;
	border-radius: 50%;
	display: inline-block;
	margin: 0 1px;
	font-size: .88em;
}
.staff_quick_links_list li:hover {
	background: #000;
	color: #fff;
}
/*-------------------------- SHARE_TOOLS_STUFF --------------*/
/*.social_share_tool {
	float: left;
	margin-right: 20px;
}
.social_share_tools_folio {
	margin-top: 20px;
	display: inline-block;
	float: left;
}