#page_outer {
	background-color: #e3e3ea;
}

#page_home_main {
	padding-bottom: 10px;
}

#tablet_share {
	display: block !important;
	top: 0;
	right: 0;
	width: 184px;
	margin: 6px;
	margin-left: 10px;
	float: right;
}

#tablet_share .searchbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 161px;
	height: 28px;
	border: 1px solid #bbb;
	border-right: none;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	font-size: 1.3em;
	padding: 0 6px;
}

#tablet_share .go_button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	color: transparent;
	font-size: 0;
	background-image: url('/media/4106507/icon_search.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
	background-color: #bbb;
	padding: 0;
	width: 30px;
	height: 30px;
}

#tablet_share .addthis_button,
#tablet_share .comment_button,
#tablet_share .font_size_button {
	position: static;
	top: 30px;
}

#tablet_share .addthis_button img,
#tablet_share .comment_button img,
#tablet_share .font_size_button img {
	height: 28px;
	background-color: #f6f6f6;
	border: 1px solid #bbb;
	border-radius: 6px;
}

#tablet_share .addthis_button {
	left: 0;
}

#tablet_share .addthis_button img {
	width: 75px;
}

#tablet_share .comment_button {
	left: 77px;
}

#tablet_share .comment_button img {
	width: 105px;
}

#tablet_share .font_size_button {
	left: 147px;
}

#tablet_share .font_size_button img {
	width: 27px;
}

#tablet_share .share-link {
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding: 0.5em 1em;
	color: #275DA6;
	text-align: right;
}

#tablet_share .share-link:last-child {
	border-bottom: none;
}

#tablet_share .share-link a {
	background: url('/media/4092172/default.png') right no-repeat;
	background-size: 1.4em 1.4em;
	padding-right: 2em;
	text-decoration: none;
}

#tablet_news {
	font-size: 1.2em;
	overflow: hidden;
}

#tablet_news #container {
	-webkit-backface-visibility: hidden;
}

#tablet_news .news-item.feature {
	display: none;
}

#tablet_news .news-item {
	width: 33.333333%;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	white-space: normal;
}

#tablet_news .news-item > div {
	margin: 0.5em;
}

#tablet_news .news-image-container {
	position: relative;
	background-color: #fff;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
}

#tablet_news .news-image-container img {
	width: 100%;
	display: block;
	border-radius: 6px;
}

#tablet_news .news-title-container {
	position: absolute;
	padding: 6px;
	bottom: 0;
	left: 0;
	right: 0;
	color: #f0f0f0;
	background-color: rgb(8, 16, 24);
	background-color: rgba(8, 16, 24, 0.8);
	//background-color: rgb(8, 16, 24);
	border-radius: 6px;
}

#tablet_news .news-title {
	font-size: 1.2em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#tablet_news .news-title a {
	font-weight: bold;
	color: #f0f0f0;
	text-decoration: none;
}

#tablet_news .news-item-summary {
	padding: 6px;
	white-space: normal;
	overflow: hidden;
	background: url('/media/4084266/news_gradient.png');
	background-size: contain;
	background-repeat: repeat-x;
	line-height: 1.3em;
	height: 3.4em;
}

#tablet_news #position_indicator {
	padding-bottom: 10px;
	text-align: center;
}

#tablet_news #position_indicator img {
	width: 6px;
	height: 6px;
	padding: 3px;
	vertical-align: middle;
	cursor: pointer;
}

#tablet_news #position_indicator span {
	display: none;
}

#page_home_feature {
	float: left;
	width: 240px !important;
	margin-left: 6px;
	margin-right: 10px;
	height: 480px !important;
	position: relative;
	font-size: 1.2em;
}

#page_home_feature .news_image {
	width: 240px;
	height: 480px;
}

#page_home_feature .news_image img {
	width: 240px;
	height: 480px;
	border-radius: 6px;
}

#page_home_feature .news_content {
	position: absolute;
	background-color: rgb(32, 64, 96);
	background-color: rgba(32, 64, 96, 0.8);
	//background-color: rgb(32, 64, 96);
	bottom: 0;
	width: 240px;
	border-radius: 6px;
}

#page_home_feature .news_content h3,
#page_home_feature .news_content h2 {
	background-color: rgb(16, 32, 48);
	background-color: rgba(16, 32, 48, 0.8);
	//background-color: rgb(16, 32, 48);
	margin: 0;
	padding: 10px;
	border-radius: 6px;
	font-size: 1.17em;
}

#page_home_feature .news_content a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#page_home_feature .news_content span {
	color: #fff;
	padding: 10px;
	display: block;
}

#page_home_feature .header h2 {
	font-size: 1.2em;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	color: #fff;
}

#page_home_feature .fb {
	background-color: #fff;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	box-sizing: border-box;
	height: 100%;
	margin-top: -36px;
	padding-top: 36px;
}

#page_home_feature .fb .feed {
	height: 100%; overflow-y: auto;
}

#page_home_feature .fb .feed .post {
	padding: 10px 10px 5px;
	word-wrap: break-word;
	background: transparent url(/media/4083941/separator.png) no-repeat;
}

#page_home_feature .fb .feed .post .title {
	font-weight: bold;
	margin: 3px 0;
}

#page_home_feature .fb .feed .post .title a {
	text-decoration: none;
}

#page_home_feature .fb .feed .post .date {
	margin: 3px 0;
	font-size: 90%;
	font-style: italic;
}

#page_home_feature .fb .feed .post .date  a {
	color: #666;
	text-decoration: none;
}

#page_home_feature .fb .feed .post .message {
	margin: 5px 0;
}

#page_home_feature .fb .feed .post .picture {
	width: 100%;
	border-radius: 6px;
}

#sidebar {
	float: right;
	width: 184px;
	margin-right: 6px;
	margin-left: 16px;
	min-height: 480px !important;
	font-size: 1.2em;
}

#sidebar .container {
	border-bottom: 1px solid #ccc;
	padding: 1em 0.5em;
	background: url('/media/4084266/news_gradient.png');
	background-size: 1em 3em;
	background-repeat: repeat-x;
	border-radius: 0.5em;
}

#sidebar .icon {
	float: left;
	//width: 2.7em;
	width: 32px;
}

#sidebar .icon img {
	display: block;
	//width: 2.7em;
	//height: 2.7em;
	//border-radius: 0.5em;
	width: 32px;
	height: 32px;
	border-radius: 6px;
}

#sidebar .item {
	float: left;
	margin-left: 6px;
	width: 134px;
}

#sidebar .item a {
	font-weight: bold;
	text-decoration: none;
}

#tablet-social {
	display: none;
	position: absolute;
	top: 220px;
	right: 6px;
	text-align: center;
	width: 180px;
	z-index: 0;
}

#social-links-bar {
	position: relative;
	width: 180px;
	line-height: 0;
	color: transparent;
	right: 0;
	left: auto;
	text-align: center;
	margin: 0;
}

#tablet-social a {
    width: 30px;
    height: 30px;
    display: inline-block !important;
    margin: 0;
	border-radius: 6px;
}
#tablet-social a span {
	display: none;
}
#stablet-social a:focus, #tablet-social a:hover {
	opacity: .8;
}
#tablet-social a:hover {
	cursor: pointer;
}

.clickable,
.share-link {
  cursor: pointer;
}

@media (max-width: 719px) {
	body {
		background-color: #e3e3ea;
	}

	#footer {
		height: auto;
		border-top: none;
		border-bottom: none;
	}

	#footer_navigation > ul > li {
		position: relative;
	}
	#footer_navigation > ul li.show_submenu ul {
		max-height: 75em;
		padding-left: 2em;
		margin-bottom: 2em;
	}
	#footer_navigation > ul a,
	#footer_navigation > ul .header_primary_nav_heading,
	#footer_navigation > ul h2 {
		text-decoration: none;
		padding: 0.6em;
		display: block;
		border-bottom: 1px solid #cccccc;
		font-size: 1.2em;
		font-weight: bold;
	}
	#footer_navigation > ul .expand_button {
		padding: 0;
		text-align: center;
		width: 3em;
		line-height: 3em;
		position: absolute;
		right: 0;
		top: 0;
		font-weight: bold;
		background-color: #004488;
		color: #f6f5f5;
		display: block !important;
	}
	#footer_navigation > ul ul {
		display: block!important;
		max-height: 0em;
		overflow: hidden;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	#footer_navigation > ul a {
		border-radius: 0.5em;
	}
	#footer_navigation h2 {
		margin-bottom: 0;
	}

	#footer {
		height: auto;
		background: #e3e3ea;
	}

	#footer #footer_inner {
		width: 100%;
	}

	#footer #footer_inner .footer_nav_list {
		width: 100%;
	}

	#footer #footer_inner #footer_navigation {
    	height: auto;
	}

	#footer_base * {
		webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#footer_base {
		padding: 1em;
	}
	#footer_base ul {
		display: block;
		list-style: none;
	}
	#footer_base ul li.responsive-hide {
		display: none;
	}
	#footer_base ul li.responsive {
		display: list-item !important;
	}
	#footer_base ul li {
		width: 50%;
		text-align: center;
		padding: 0.5em;
		margin-left: 0 !important;
	}
	#footer_base ul li a {
		color: #44444d;
		text-decoration: none;
	}
	#footer_base .copyright {
		text-align: center;
		margin-top: 1em;
	}
	#footer_base div.responsive {
		display: block !important;
	}
	#footer_base_inner {
		line-height: normal;
	}
	#footer_base_inner .copyright {
		float: none;
	}
}

@media (max-width: 767px) {
	#search-div {
		top: 6px;
		right: 6px;
	}
}

@media (min-width: 720px) and (max-width: 959px) {
	#content #page_inner_main,
	#page_standard_main {
		margin-right: 165px;
	}

	#content #page_inner_breakout,
	#page_standard_breakout {
		padding-left: 0;
		margin-left: -150px;
	}
}

@media (max-width: 959px) {
	.tablet-hide {
		display: none !important;
	}

	#header,
	#wrapper,
	#page_outer,
	#page_home {
		width: 100% !important;
		padding: 0 !important;
		border: none !important;
	}

	#page_menu {
		display: none;
	}

	#tablet_news .news-item.feature {
		display: inline-block;
	}

	#tablet_news .news-item:last-child {
		display: none;
	}

	#tablet_news .news-item {
		width: 50%;
	}

	#page_home_feature {
		display: none;
	}

	#page_home_latest {
		left: 6px;
		right: 270px;
	}

	#page_home_latest .report_pages li li {
		font-size: 1.3em;
		padding: 12px 0;
	}

	#page_home_latest .report_pages li li p {
		display: none;		
	}

	#sidebar {
		width: 254px;
		font-size: 1.4em;
	}

	#sidebar .icon {
		//width: 2.6em;
		width: 36px;
	}

	#sidebar .icon img {
		//width: 2.6em;
		//height: 2.6em;
		width: 36px;
		height: 36px;
	}

	#sidebar .item {
		width: 198px;
	}

	#page_wide,
	#page_standard {
		background: #fff;
	}

	#page_full_main {
		width: auto;
	}

	#page_standard_main {
		padding: 0 !important;
		width: auto;
	}

	#page_wide_main {
		padding: 0 !important;
		width: 100%;
	}

	#page_wide_main #content,
	#page_standard_main #content {
		margin: 3em;
	}

	#content .page_header .seperator {
		width: auto;
	}

	#content #page_inner_main {
	    width: auto;
	}

	.section_wide,
	.section_single {
		width: 100% !important;
		padding: 0 !important;
	}

	.section_wide > div,
	.section_single > div {
		padding: 20px !important;
	}

	.section_single .section_inner {
		width: 100%;
	}

	#content .tab_control .tabs .tab .section_single .section_inner .value {
		width: 341px !important;
	}

	#newsletter #newsletter-footer,
	#newsletter #newsletter-shadow-r,
	#newsletter #newsletter-stories .newsletter-mode {
		display: none;
	}
	#newsletter #newsletter-main,
	#newsletter #newsletter-stories,
	#newsletter #newsletter-stories .newsletter-story-body {
		width: auto !important;
	}
	#newsletter img {
		max-width: 100%;
		height: auto;
	}
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
