/* MISC */

.backgrounds .content_background {
	height:100%;
	position: relative; 
	margin:0 auto;
}
.content_background_container {position: relative;}

#container_hornav {
	-moz-box-shadow: 	0px 1px 0 rgba(0,0,0, 0.1) inset, 0px 1px 15px rgba(0,0,0, 0.4);
	-webkit-box-shadow: 0px 1px 0 rgba(0,0,0, 0.1) inset, 0px 1px 15px rgba(0,0,0, 0.4);
	box-shadow: 		0px 1px 0 rgba(0,0,0, 0.1) inset, 0px 1px 15px rgba(0,0,0, 0.4);
}

.titleRight .module_header h3 {text-align: right;}

.body_noise {background: url(../images/noisy-texture.png) repeat;}

/* Hornav Hover */
#hornav li > a:hover, #hornav li.active > a, #hornav .mainMenuParentBtnFocused {
	background-color: rgba(255,255,255,0.06) !important;
}

body {
	line-height: 1.8em;
	margin: 0;
	padding: 0;
}

#body_bg, #container_header {
	background-attachment: scroll;
	-webkit-background-size: 	cover !important;
	-moz-background-size: 		cover !important;
	-o-background-size: 		cover !important;
	background-size: 			cover !important;
	position: relative;
}
.body_noise {
	padding-top: 25px;
}

h1, h2, h3, h3, h4, h5, h6 {
	text-rendering: optimizelegibility;
}
h2 {
    font-size: 30px;
    font-weight: 300;
    line-height: 1em;
    margin: 0 0 5px;
}
h3 {
	padding: 0;
	font-size:24px;
	line-height: 32px;
	font-weight:300;
	margin: 0;
}
a {
	color:#333;
}
a:hover {color:#888;}
p {margin-bottom: 16px;}


/*-----------------------------------------------------------------------------------*/
/* Container Divs */
/*-----------------------------------------------------------------------------------*/

#container_header {height: 80px; position: absolute;}
#container_hornav {
	position:relative; 
	top:0px; 
	margin-bottom: 51px;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0,0,0,0.0)), to(rgba(0,0,0,0.05)));
	background-image: -webkit-linear-gradient(to top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.05) 100%);
	background-image: -moz-linear-gradient(to top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.05) 100%);
	background-image: -o-linear-gradient(to top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.05) 100%);
	background-image: linear-gradient(to top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.05) 100%);
	-moz-box-shadow: 	0 1px 0px rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.4), 0 -1px 0px rgba(255,255,255,0.2), inset 0 1px 0 rgba(0,0,0,0.4); /* drop shadow and inner shadow */
	-webkit-box-shadow: 0 1px 0px rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.4), 0 -1px 0px rgba(255,255,255,0.2), inset 0 1px 0 rgba(0,0,0,0.4); /* drop shadow and inner shadow */
	box-shadow: 		0 1px 0px rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.4), 0 -1px 0px rgba(255,255,255,0.2), inset 0 1px 0 rgba(0,0,0,0.4); /* drop shadow and inner shadow */ 
}
#container_hornav_mobile{display:none;}
#container_slideshow {
    overflow:hidden;
    z-index: 0;
}
#container_breadcrumb {padding-bottom:0px;}
#container_top1_modules { margin-bottom:30px; margin-top: 30px;}
#container_top2_modules {}
#container_top3_modules {}
#container_main {
	padding:2px 0 1px;
	-moz-box-shadow: 	0 1px 0 rgba(255, 255, 255, 0.4), 0 -1px 0 rgba(0, 0, 0, 0.1) inset, 0 -1px 0 rgba(255,255,255, 0.4), 0 1px 2px rgba(0,0,0, 0.2) inset; /* drop shadow and inner shadow */
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 -1px 0 rgba(0, 0, 0, 0.1) inset, 0 -1px 0 rgba(255,255,255, 0.4), 0 1px 2px rgba(0,0,0, 0.2) inset; /* drop shadow and inner shadow */
	box-shadow: 		0 1px 0 rgba(255, 255, 255, 0.4), 0 -1px 0 rgba(0, 0, 0, 0.1) inset, 0 -1px 0 rgba(255,255,255, 0.4), 0 1px 2px rgba(0,0,0, 0.2) inset; /* drop shadow and inner shadow */
}
#container_bottom_modules {padding: 30px 0 0}
#container_base {}
#container_copyright {padding:15px 0 0; color:#999999; background-color: rgba(0, 0, 0, 0.2); overflow: hidden;}
#container_spacer1 {height:60px; } 
#container_spacer2 {
	height:5px; 
	background: #7FA6AE; 
	width: 100%;
	-moz-box-shadow: 	0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 		0 1px 1px rgba(0,0,0,0.1);
} 

#container_header_bg {
	position: absolute;
	width:100%;
	height:70px;
	top:180px;
	opacity: .9; /* layer alpha */
	z-index:16;
}

/*-----  End of Container Divs  ------*/


/*-----------------------------------------------------------------------------------*/
/* Wrapper Divs */
/*-----------------------------------------------------------------------------------*/

#container_top2_modules .wrapper960 {
	padding: 0px;
	position: relative;
}
#top3_modules .wrapper960 {
    border-top: 1px solid #DDDDDD;
    box-shadow: 0 1px 0 #FFFFFF inset;
}
#container_main .wrapper960 {
    position: relative;
}

/*-----  End of Wrapper Divs  ------*/


/*-----------------------------------------------------------------------------------*/
/* BlockHolder Divs */
/*-----------------------------------------------------------------------------------*/

.block_holder {padding: 0 20px;}
#container_header.block_holder {}
#top1_modules.block_holder{padding-bottom: 5px;}
#top2_modules.block_holder {}
#top3_modules.block_holder {padding-bottom: 10px;}
#main.block_holder {padding: 0;}
#bottom_modules.block_holder {}
#base.block_holder {}

/*-----  End of BlockHolder Divs  ------*/


/*-----------------------------------------------------------------------------------*/
/* Header */
/*-----------------------------------------------------------------------------------*/

#header {position: relative; height:100px; }

/* Logo */ 
.logo_container {top:0px; left:0px; } 
.logo_container, h1.logo, h1.logo a {height:100px; text-align:left; z-index: 20 !important;} 
h1.logo-text a {
    display: block;
    font-size: 30px;
    font-weight: 300;
    left: 20px;
    letter-spacing: -1px;
    text-align: left;
    text-transform: none !important;
    top: 30px;
    z-index: 20;
}
p.site-slogan {
    font-size: 12px;
	font-family: Josefin Sans;
    left: 23px;
    letter-spacing: 2px;
    margin: 0;
    position: absolute;
    text-align: left;
    top: 56px; 
    z-index: 20;
}

/* Social Media */
#socialmedia {
    position: absolute;
    right: 20px;
    top: -34px;
}

/* Header-1 */
.header-1 {
    border-radius: 0 0 4px 4px;
    color: #ffffff;
    height: 28px;
    margin: 0;
    padding: 4px;
    position: absolute;
    right: 20px;
    top: 100px;
    z-index: 20;
}
.header-1 > div {
    float: left;
    margin: 0 10px;
}
.header-1 input, .header-1 form, .header-1 label, .header-1 ul, .header-1 ol, .header-1 dl, .header-1 fieldset, .header-1 address {
	margin: 0;
}
.header-1 .search {
	margin: 0;
}
/*-----  End of Header  ------*/


/*-----------------------------------------------------------------------------------*/
/* Top Menu - Hornav */
/*-----------------------------------------------------------------------------------*/

.hornavmenu {
	border-radius: 5px 5px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display:block;
	height:100px;
	position: relative;
	z-index:15;
	width: 100%;
}

#hornav {position: relative;  display: table; float:right; padding-top: 16px; padding-right:0px;}

/* Hornav - Parent Styling */ 
#hornav ul {
	overflow: hidden; 
	padding: 12px 10px 12px 12px;
}
#hornav ul a, #hornav ul ul a, #hornav .separator {color:#ffffff; line-height:25px; }
#hornav ul > li {margin:0px 5px; padding:0;}
#hornav ul a, #hornav .separator {
	display:block;
	font-size:13px; 
	font-weight: normal;
	letter-spacing:0px;
	padding: 10px 12px; 
	text-decoration: none; 
	margin: 0;
	z-index: 1; 
	-webkit-transition-duration: 	0.4s;
	-moz-transition-duration: 		0.4s;
	-o-transition-duration: 		0.4s;
	-ms-transition-duration: 		0.4s;
	transition-duration: 			0.4s;
	-webkit-transition-property: 	background-color;
	-moz-transition-property: 		background-color;
	-o-transition-property: 		background-color;
	-ms-transition-property: 		background-color;
	transition-property: 			background-color;
	border-radius: 5px;
	text-transform: uppercase;
}

#hornav ul ul a {line-height:20px; padding: 1px 10px;}

/* Hornav - Child Styling */
#hornav li li a, #hornav li li.active a, #hornav li li.visited a {color:#888888 !important;}

/* Hornav - Child Block Styling */
#hornav li li, #hornav li li li {padding: 6px 0px !important;}
#hornav li li:last-child, #hornav li li li:last-child {background:none !important;}

/* Hornav - Dropdown Block Styling */
#hornav ul li ul {
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius:0px 0px 5px 5px;
	margin:0; 
}

/* Hornav - Sub-Child Block Styling */
#hornav li ul li ul {
	border-radius:5px;
	padding:5px;
}

/* Hornav - Hover/Highlight Styling */
#hornav ul a:hover, #hornav ul ul a:hover {opacity: 1;}
#hornav li > a:hover, #hornav li.active > a, .mainMenuParentBtnFocused {
	background: none;
}

/* Dropdown */
#subMenusContainer a {
	text-decoration:none;
	display:block;
	padding:8px 15px 8px 10px;
	color:#555555; 
	font-size:14px; 
	text-shadow:none; 
	cursor:pointer; 
	border-bottom:1px solid rgba(0, 0, 0, 0.04); 
}

/* Parent Sub Menu Links ---[javascript users only] */
.subMenuParentBtn { background: url(../images/arrow_right.png) right center no-repeat !important;  }

/* Parent Sub Menu Links on hover or focus ---[javascript users only] */
.subMenuParentBtnFocused{background: url(../images/arrow_right_over.png) right center no-repeat !important;  }

/* sub menu links on hover or focus */
#subMenusContainer a:hover, #subMenusContainer a:focus, a.subMenuParentBtnFocused {
	color:#000000;
	background-color: rgba(0,0,0,0.03);
}

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{display:none; position: absolute; overflow:hidden; padding:0 2px; margin:0 0 0 -2px;}

/* All ULs and OLs */
#subMenusContainer ul, #subMenusContainer ol {padding: 0; margin: 0; list-style: none; line-height: 1em; min-width:170px;}

/* All submenu OLs and ULs */
#subMenusContainer ul, #subMenusContainer ol {
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	border:1px solid rgba(0, 0, 0, 0.1); 
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
	left:0; 
	padding-bottom:4px;
	padding-top:5px;
}
#subMenusContainer {top:-2px;}

/* Hornav Mobile Menu */
.hornavmenumobile {display:none;}
#nav-toggle {
    right:10px;
	top: 0;
	position: relative;
	z-index: 20;
	margin-top: -63px;
	margin-bottom: 5px;
	float:left;
}
.js #nav {
    top: 0;
    z-index: 20;
}
#nav.opened {margin-bottom: 10px;}

/*-----  End of Top Menu - Hornav  ------*/

/*-----------------------------------------------------------------------------------*/
/* Slideshow */
/*-----------------------------------------------------------------------------------*/

#slideshow {position:relative;}
#slideshow.block_holder {
	padding:0;
	margin-left: auto;
	margin-right: auto;
}
.mobile_showcase {display:none;}
.mobile_showcase img {
	display: block;
	margin:0 auto;
	max-width:100%;
}
.slidesjs-previous.slidesjs-navigation, .slidesjs-next.slidesjs-navigation {opacity: 0.2}


/*-----  End of Slideshow  ------*/

/*-----------------------------------------------------------------------------------*/
/* Component */
/*-----------------------------------------------------------------------------------*/

#main #content_remainder, #main #content_full {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: 	border-box;
	-ms-box-sizing: 	border-box;
	box-sizing: 		border-box;
} 
.item-title {margin-bottom: 5px}

/*-----  End of Component  ------*/

/*-----------------------------------------------------------------------------------*/
/* Default Module Styling */
/*-----------------------------------------------------------------------------------*/

.module-surround {
	padding: 0px 15px 30px;
}
.module_header h3 {
    font-size: 24px;
    line-height: 22px;
    padding: 14px 0;
    text-align: center;
	border-top: 5px solid rgba(0,0,0,0.1);
	margin-top: 4px;
	border-bottom: 5px solid rgba(0,0,0,0.1);
	margin-bottom: 4px;
}

/* Module Styling - Menus */
.module ul, .module_menu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.module ul a, .module_menu ul a  {
    color: #777777;
    display: block;
    font-size: 12px;
    letter-spacing: 0;
    padding: 12px 5px;
    text-decoration: none;
    text-transform: uppercase;
}

.module ul li, .module_menu ul li  {
	border-bottom: 2px solid rgba(0,0,0,0.06);
	position:relative;
}
.module ul li:last-child, .module_menu ul li:last-child  {
	border-bottom: none;
}
.module ul a:hover, .module_menu ul a:hover {
	color:#999999 !important;
}
.module ul li li a, .module_menu ul li li a {
	border:none;
	padding-left:25px;
	background:none;
}
.module ul.menu li li a, .module_menu ul.menu li li a {
	padding:4px 30px;
	color:#666 !important;
}
.module ul li li a:hover, .module_menu ul li li a:hover {
	color:#888;
}
.module ul ul, .module_menu ul ul {
	margin-top:-4px;
	padding-bottom:5px;
	margin-bottom:0px;
}
.module ul li:first-child a, .module_menu ul li:first-child a {
	margin-top:-5px;
}

/*-----  End of Default Module Styling  ------*/


/*-----------------------------------------------------------------------------------*/
/* ALternative Module Styling */
/*-----------------------------------------------------------------------------------*/

/* Modules Top */

/* Modules Top-1 */
#container_top1_modules {
	color:#fafafa; 
	color:rgba(255,255,255,0.8); 
	border-top: 2px solid rgba(0, 0, 0, 0.1);
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
#container_top1_modules h2, #container_top1_modules h3 {color:#fafafa; color:rgba(255,255,255,0.9);}

/* Modules Top-2 */

/* Modules Top-3 */

/* Sidecol A & B */
.sidecol_block {padding:0 20px; }
#sidecol_a .sidecol_block {padding: 35px 30px 0px;}
#sidecol_b .sidecol_block {padding: 35px 30px 0px;}
.sidecol_block .module-surround {padding: 0px 0 10px;}
.sidecol_block .module, .sidecol_block .module_menu{margin:0 0 10px 0;}

/* Contenttop/Contentbottom */
.wrapper_contenttop {
    padding: 27px 20px 10px 20px;
}
.wrapper_contentbottom {
	padding: 5px 20px 20px 20px;
}

/** MB BOTTOM **/
#container_bottom_modules .menu a {
	color: #eeeeee !important;
	color: rgba(255,255,255,0.5) !important;
}

/* MB BASE */
.base-1, .base-2, #footer-1, #footer-2 {padding-top:30px}
#base {
	padding-bottom:15px;
	overflow: hidden;
	color:#808080;
}
#base .menu a {
	color: #eeeeee !important;
	color: rgba(255,255,255,0.8) !important;
}
#base .module {
	text-shadow: none;
}
#base .module li a {
	text-shadow: none;
	color:#CCCCCC;
}
#base .module h3 {
	text-shadow: none;
	color:#ffffff;
	opacity: 0.8;
}
#base .module ul.menu a, #base .module_menu ul.menu a {
	/* background: url("../images/bullet1.png") no-repeat scroll 6px center transparent; */
    text-shadow: none;
}

/* MB Base-1 */

/* MB Base-2 */

/* Footers */
#base_footer .block_holder {
	padding: 10px 0px;
}
/* Footer Menu */
#footermenu {
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 10px;
 	position: relative;
    width: 100%;
}
#footermenu ul{
	margin:0;
}
#footermenu ul li{
	padding: 1px 0;
}
#footermenu ul li a {
	color: #eeeeee;
	color: #999999;
	font-size:14px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 5px 10px;
}
#footermenu ul li a:hover {
	color: #ffffff;
}

/* Copyright */
 #copyright {
 	float:right;
	font-size:12px;
    color: #666666;
    padding: 12px 0 5px;
}
#copyright p {
	float:left;
	padding:0;
	text-align: right;
}

/*-----  End of Alternative Module Styling  ------*/

/*-----------------------------------------------------------------------------------*/
/* Breadcrumbs */
/*-----------------------------------------------------------------------------------*/

#breadcrumb.block_holder {
	padding: 0px 10px 10px;
}
#breadcrumb .module_content {
	padding:0;
}
.breadcrumb {
	color: #CCCCCC;
	color: rgba(255, 255, 255, 0.5);
	width:100%;
	overflow:hidden;
}
.breadcrumb a {
	color:#DDDDDD;
	background:none !important;
}
.breadcrumb img {
	vertical-align: 0%;
}
.breadcrumb li a {
	color: #999999;
	display: inline-block;
	padding:0;
}
.breadcrumb li {
	background: none !important;
	color: #555555;
	text-shadow: none;
	border-bottom: none !important;
} 
ul.breadcrumb {
	padding:10px 15px 0 ;
}

/*-----  End of Breadcrumbs  ------*/

/*-----------------------------------------------------------------------------------*/
/* Buttons / Fields */
/*-----------------------------------------------------------------------------------*/

/* Read More */
.readmore a, input.button, ul.pagination li, li.pagenav-prev, li.pagenav-next, button, .j51-button a, .btn, .pager a, button {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 9px 20px;
	font-size: 18px ;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #fff !important;
	text-shadow: none ;
	background-image: none;
	background-repeat: repeat-x;
	border: 0px solid;
	box-shadow: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 0;
	border-width: 0;
	*margin-left: .3em;
	font-weight:normal;
	border-radius: 5px;
}

p.readmore {padding:0;}
.button {
display: inline-block;
color:#000000;
font-size:14px !important;
padding:4px 20px;
margin:10px 5px 5px;
}
.icon-chevron-right {display: none;}

.btn:hover {
	background-color: rgba(0,0,0,0.3) !important;
   	-webkit-transition-duration: 	0.2s;
	-moz-transition-duration: 		0.2s;
	-o-transition-duration: 		0.2s;
	-ms-transition-duration: 		0.2s;
	transition-duration: 			0.2s;
	-webkit-transition-property: 	background-color;
	-moz-transition-property: 		background-color;
	-o-transition-property: 		background-color;
	-ms-transition-property: 		background-color;
	transition-property: 			background-color;
}

/* Search Form */
.search .search-query {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(0,0,0, 0.1);
	border-radius: 0;
	color: #eeeeee;
	color: rgba(255,255,255,0.6);;
	padding-left:10px;
	-webkit-transition: 	border linear .2s, box-shadow linear .2s, width 0.7s ease 0s;
	-moz-transition: 		border linear .2s, box-shadow linear .2s, width 0.7s ease 0s;
	-o-transition: 			border linear .2s, box-shadow linear .2s, width 0.7s ease 0s;
	transition: 			border linear .2s, box-shadow linear .2s, width 0.7s ease 0s;
}
.header-1 .search-query {
	width: 100px;
	margin-top: -5px;
}
.header-1 .search-query:focus {
	width:140px;
}
.search .button {
    box-shadow: none;
    color: rgba(255, 255, 255, 0.6);
    font-size: 10px !important;
    padding: 4px 8px;
    margin: 0;
    text-transform: uppercase;
    -webkit-transition: 	background-color 300ms linear;
    -moz-transition: 		background-color 300ms linear;
    -o-transition: 			background-color 300ms linear;
    -ms-transition: 		background-color 300ms linear;
    transition: 			background-color 300ms linear;
}
.search .icon-search {
    color: rgba(255,255,255,0.6);
    cursor: pointer;
    z-index: 1;
    padding: 7px 8px;
    margin: 0;
    -webkit-transition: 	background-color 300ms linear;
    -moz-transition: 		background-color 300ms linear;
    -o-transition: 			background-color 300ms linear;
    -ms-transition: 		background-color 300ms linear;
    transition: 			background-color 300ms linear;
}
.search .icon-search:hover, .search .button:hover {
	background-color: rgba(0,0,0,0.2);
}
input[type="text"]:focus {
	border-color: rgba(255, 255, 255, 0.3);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 2px rgba(255, 255, 255, 0.4);
}

/* Pagination */
ul.pagenav a {color:#333;}
ul.pagenav a:hover {color:#888;}

/*-----  End of Buttons  ------*/


/*-----------------------------------------------------------------------------------*/
/* Miscellaneous */
/*-----------------------------------------------------------------------------------*/

/* Contact Tabs */
dl.tabs {float:left; margin: 50px 0 0 0; z-index: 50; clear:both;}
dl.tabs h3 {margin:0px; padding:0px;}
dl.tabs dt {float:left; padding: 4px 10px; border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-top: 1px solid #ccc; margin-right: 3px; background: #E9E7E0; color: #fff;}
dl.tabs dt.open {background: #F4F1EA; border-bottom: 1px solid #F9F9F9; z-index: 100; color: #000;}
div.current {clear: both; border: 1px solid #ccc; padding: 10px 10px;}
div.current dd {padding: 0; margin: 0;}
dl#content-pane.tabs {margin: 1px 0 0 0;}

/* Hornav Mobile */
#hornav_mobile.block_holder {
	padding:10px;
}
.js .selectnav { 
	display: block; 
	-webkit-appearance: listbox;
	width:100%; 
	padding:10px;  
	border-radius: 3px;
	-webkit-box-shadow: 	0 5px 6px -6px #b1b1b1;
	-moz-box-shadow: 		0 5px 6px -6px black;
	box-shadow: 			0 5px 6px -6px black;
	border:1px solid #555;
	background-color:#363539;
	color:#FFFFFF;
	z-index:100;
	margin-top: 13px;
	font-weight: bold;
}

/* Article Info */
.article-info-term {display: none;}
.article-info {
	color: #888888;
	display: inline-block;
	font-size: 12px;
	padding: 0px;
	width: 100%;
}
.article-info .actions {
    float: right;
    margin: -10px 0 0;
    width: 50px;
}
.articleContent img {
	display: block;
	margin: 20px auto;
}
.article-info dd {
	border-right: 1px solid #CCCCCC;
	display: inline;
	padding: 0 7px 0 0;
}
.article-info dd:last-child {
	border-right: medium none;
}
dl.article-info {
	clear: both;
	display: block;
	margin: 0;
	width: 100%;
}
dd > div {
    display: inline;
}
dl :nth-child(2) {
    margin-left: 0px;
}

/* Messages */
.message {
    margin-top: -10px;
}

/* Mobile Chrome Fix */
.js .selectnav {
height: auto !important;
padding: 8px 10px;
}

/* Login */
#login-form ul a {
	padding: 8px 0 8px 22px;
}
.input-small {
    margin: 3px;
}

/*-----  End of Miscellaneous  ------*/

/*-----------------------------------------------------------------------------------*/
/* Font Awesome */
/*-----------------------------------------------------------------------------------*/

[class^="fa-"]:before, [class*=" fa-"]:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right:10px;
}

.menu li [class^="fa-"]:before, .menu li [class*=" fa-"]:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.menu li [class^="fa-"]:before, .menu li [class*=" fa-"]:before {
    color: rgba(0, 0, 0, 0.2);
    font-size: 18px;
    position: absolute;
    top: 14px;
    left: 12px;
}
.menu li a[class^="fa-"], .menu li a[class*=" fa-"] {
	position: relative;
	padding-left: 38px !important;
}
.menu li a:hover[class^="fa-"]:before, .menu li a:hover[class*=" fa-"]:before {
	color: rgba(0, 0, 0, 0.1);
}
#hornav li [class^="fa-"]:before, #hornav li [class*=" fa-"]:before {
	left: 14px;
	color: rgba(255,255,255, 0.3);
}
.smOW li [class^="fa-"]:before, .smOW li [class*=" fa-"]:before {
	color: rgba(0, 0, 0, 0.2);
    top:9px;
}
.row.fa-icon-list {margin:0 0 30px;}
.fa-col5 {
    float: left;
    padding: 0 0 10px;
    width: 20%;
}
/* Base Module Icons */
#base [class^="fa-"]:before, #base [class*=" fa-"]:before {
    color: rgba(255,255,255, 0.2);
}
/* Footer Menu Icons */
#footermenu .menu li [class^="fa-"]:before, #footermenu.menu li [class*=" fa-"]:before {
    color: rgba(255,255,255, 0.2);
    top: 5px;
    left:15px;
}
a.slicknav_item [class^="fa-"]:before, a.slicknav_item [class*=" fa-"]:before {display:none; }
.slicknav_nav ul > li a[class^="fa-"], .slicknav_nav ul > li a[class*=" fa-"] {padding-left: 14px !important;}
.menu a.slicknav_item [class^="fa-"], .menu a.slicknav_item [class*=" fa-"] {padding-left: 0 !important;}

/*-----  End of Font Awesome  ------*/

.animatebox {
	background: #cccccc;
	background: rgba(0,0,0,0.1);
	border: 1px solid #dddddd;
	border: 1px solid rgba(0,0,0,0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	font-size: 22px;
    margin: 30px auto 60px;
    padding: 80px 0;
    text-align: center;
    max-width: 500px;
    width: 100%;
}


