
/* RESET */
html,body,div,span,object,frame,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,button,input,select,textarea,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,  time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none;}ins{background-color:#ff9;color:#000;text-decoration:none;}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}pre,code,kbd,samp{font-family:monospace, sans-serif;}.ie7 img {-ms-interpolation-mode:bicubic;}

/* stupid webkit browsers think they're soooo smart */
input[type=search] {   -moz-appearance:none;   -webkit-appearance:none;}
::-webkit-input-placeholder {
        color: white;
        display: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input[type="search"]{ -webkit-tap-highlight-color: rgba(0,0,0,0); outline: 0; }


/* MINIMAL BASE STYLES */
html{overflow-y:scroll;overflow-x:hidden;}small{font-size:85%;}strong,th,b{font-weight:bold;}em,i{font-style:italic;}td{vertical-align:top;}
sub,sup{font-size:75%;line-height:0;position:relative;}sup{top:-0.5em;}sub{bottom:-0.25em;}
pre{white-space:pre; white-space:pre-wrap; word-wrap:break-word; padding:15px;}
.clearfix:before, .clearfix:after {content:"\0020"; display:block; height:0; overflow:hidden;}
.clearfix:after {clear:both;}
.clearfix {zoom:1;}

/* BASIC PAGE LAYOUT */
body {font:normal 12px/1.5 arial, sans-serif; color:#2c2e35; background: #fff url('../images/bg-body.png') repeat-x;
}
.container {width:1200px; margin:auto;}
/* z-index of header higher than #main so navigation sub-menus display on top of page content */
header {position:relative; z-index:5;}
#main {position:relative; z-index:1;}
#widecolumn {width:69%; display: flex;}
#widecolumn.full-width {width:100%;}
#widecolumn .content {padding:20px 43px 30px 0px;}
.home #widecolumn .content {padding:20px 0px 30px;}
#narrowcolumn {width:31%; float: right;}
#narrowcolumn .content {padding:21px 0px;	}


/* NAVIGATION */
/* 1st level nav menu */
ul.sf-menu {padding:4px 0;}
.sf-menu>li {position:relative;} /* position relative to enable absolute position of sub-menu */
ul.sf-menu>li>a {display:block; border-left:1px solid #ccc;}
.sf-menu>li:first-child a {border-left:none;} /* first-child works in IE */
ul.sf-menu>li>a:hover, ul.sf-menu>li.sfHover>a {}
/* default sf-sub-indicator is a &raquo; on the right of menu items with sub-menus, use these two lines to hide it altogether or replace with an image */
span.sf-sub-indicator {}
ul.sf-menu>li>a:hover span.sf-sub-indicator, ul.sf-menu>li.sfHover>a span.sf-sub-indicator {}
/* sub nav menu */
ul.sf-menu li ul {position:absolute; display:none; top:30px; left:0; background:#fff; border:1px solid #ccc; border-top-color:#eee; border-left-color:#eee;
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.2); -moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.2); box-shadow: 3px 3px 5px rgba(0,0,0,0.2);}
ul.sf-menu li ul li {white-space:nowrap;}
ul.sf-menu li ul li a {display:block; padding:10px;}
ul.sf-menu li ul li a:hover {background:#eee; text-decoration:none;}


/* HEADINGS , PARAGRAPHS*/
/* if you use @font-face with local fonts...
@font-face {
    font-family: 'VanillaRegular';
    src: url('images/fonts/Vanilla-webfont.eot');
    src: url('images/fonts/Vanilla-webfont.eot?#iefix') format('embedded-opentype'),
         url('images/fonts/Vanilla-webfont.woff') format('woff'),
         url('images/fonts/Vanilla-webfont.ttf') format('truetype'),
         url('images/fonts/Vanilla-webfont.svg#VanillaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
/* NOTE: for font-face or typekit fonts, add this to make Mac Safari render better:
	-webkit-font-smoothing:antialiased;	
*/

/* 	To prevent Typekit FOUT: */
.wf-loading h1 {}
  /* styles to use before Typekit is loaded */
.wf-active h1 {}
  /* styles to use after Typekit is loaded */

h1, h2, h3, h4, h5 {line-height:1.2;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {text-decoration:none;}
h1 {font-size:24px; margin:30px 0 20px; font-family: "chunk", "arial black", sans-serif;}
h2 {font-size:20px; margin:30px 0 10px;}
h3 {font-size:17px; margin:20px 0 6px;}
h4 {font-size:15px; margin:16px 0 4px;}
h5 {font-style:italic; margin:12px 0 2px;}

/* special headings */
/* Use site's title in text in header h1 a, but move it offscreen with text-indent. 
	 Set logo as background image. */
header h1 { margin:0; }
header .headerlogo {margin:30px 0;} 
/* match h1 a dimensions to site logo image */ 
header .headerlogo a {width:749px; height:143px; display:block; background:url('../images/logo.png') center top no-repeat; text-indent:-9999px;margin:0 auto;}
.entry-content h3, .entry h3{color:#2A4A67; margin: 25px 0 0px; font-size: 1.5rem; font-weight:bold;}
.pageTitle {position:relative; background:gray;}
.pageTitle h1 {color:#fff; padding:30px;}


/* other paragraphs */
p {padding:15px 0}
#widecolumn p {color: #2C2E35;}
.blog_info p {font-size:11px; font-style:italic; margin-bottom:0;} 
blockquote {background:#eee; padding:20px; width:85%; margin:10px auto 30px;}
blockquote p {margin-bottom:5px;}

/* page tools are inside pageTitle in template HTML */
ul.tools {position:absolute; right:30px; bottom:5px; *bottom:20px; font-size:10px; text-transform:uppercase; color:#fff;}
ul.tools li a {vertical-align:top; color:#fff; }
ul.tools li a:hover {text-decoration:none;}
.bookmark a, .email a, .print a {border-right:1px solid #fff; padding:1px 6px;}
.bookmark a span, .email a span, .print a span {display:inline-block; height:7px; vertical-align:top; background-image:url(images/tools.png); background-repeat:no-repeat; overflow:hidden; margin:4px 6px 0 0; *margin:2px 6px 0 0;} /* *IE7 */
.bookmark a span {width:9px; background-position:0 0;}
.email a span {width:13px; background-position:-10px 0;}
.print a span {width:11px; background-position:-24px 0;}
.bookmark a:hover span {background-position:0 -8px;}	
.email a:hover span {background-position:-10px -8px;}
.print a:hover span {background-position:-24px -8px;}
#font_size_links {padding-left:6px;}	
a#font_select {font-size:13px; line-height:19px;}
a#font_select_mid {font-size:17px; line-height:16px;}
a#font_select_large {font-size:21px; line-height:13px;}

/* IMAGES in main content */
/**#widecolumn img {border:1px solid #ddd; /* give a border so something shows in IE <9 */
	/**-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3); -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3); box-shadow: 0 0 5px rgba(0,0,0,0.3);}**/
/* Give floated images some space - doesn't work in IE7 */
#widecolumn img[style*=right], #widecolumn img[align=right], #widecolumn img.right {margin:5px 0 20px 20px;}
#widecolumn img[style*=left], #widecolumn img[align=left], #widecolumn img.left {margin:5px 20px 20px 0;}
/* Copy this into Design Styles to give users an unstyled image option */
#widecolumn img.noshadow {border:none; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none;}

/* ANCHORS and buttons */ 
a, a:visited {color:#365a76; text-decoration:none;}
a:hover {text-decoration:underline; color: #419195;
}
a:hover, a:active, a:focus {outline:none;}
/* insert icons after links to PDF, DOC or XLS */
a[href$=pdf]{padding-right:20px;background:url(https://d8ldk29pm7a3h.cloudfront.net/default/images/pdf.png) right top no-repeat;}
a[href$=doc],a[href$=docx]{padding-right:20px;background:url(https://d8ldk29pm7a3h.cloudfront.net/default/images/word.png) right top no-repeat;}
a[href$=xls],a[href$=xls]{padding-right:20px;background:url(https://d8ldk29pm7a3h.cloudfront.net/default/images/excel.png) right top no-repeat;}
/* buttons */
.container input[type="button"], .container input[type="submit"], .container input[type="image"], .container button {cursor:pointer;}
a.button, .container input[type="button"], .container input[type="submit"], .container button {display:inline-block; border:1px solid #ccc; padding:5px 10px; color:#fff; vertical-align:middle; /**background:deeppink; text-transform:uppercase;
	background:-webkit-gradient(linear, left top, left bottom, from(#fc80a3), to(#ff2e69)); background:-moz-linear-gradient(top, #fc80a3, #ff2e69);
	-webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px; 
	text-shadow: rgba(0,0,0,.4) 0 1px 0;**/}
a.button:hover, .container input[type="button"]:hover, .container input[type="submit"]:hover, .container button:hover {text-decoration:none; color:#fff;}
a.button:active, .container input[type="button"]:active, .container input[type="submit"]:active, .container button:active {background:gray;}

/** Header **/
header .menu-header{height: 38px; display: block;}
header .menu-header ul{margin-top: 7px; float: right;
}
header .menu-header li{float: left; border-left: 1px solid #8e8e90; list-style: none; padding: 0px 10px; margin: 0px;}
header .menu-header li:first-child{border-left: none;}
header .menu-header li a{color: #fff; font: 18px "minion-pro", "times new roman", serif;
}
/*
.home .header-content, .static-page-header .header-content{height: 184px;}
.header-content{background: url('../images/bg-blue-bar.png') repeat-x; height: 135px;
}
*/
.header-content {background: none;}
.header-content .bluebgtop { background-image: url('../images/bg-blue-bar-top.png'); background-repeat: repeat;}
.header-content .bluebgbottom { background-image: url('../images/bg-blue-bar-bottom.png'); background-repeat: repeat;}


.header-content, .header-content a{color: #fff;}
.header-content p{font-size: 16px; line-height: 25px; padding-right: 20px; font-family: "minion-pro", "times new roman", serif;
}
.header-content .left{float: left; width: 69%; height:116px; margin: 10px 0px;}

.alpha-search{/**padding-bottom: 10px;**/}
.alpha-search h2{float: left; font: 17px "chunk", "arial black", sans-serif; text-transform: uppercase; margin-top: 13px;}

header .alpha-search {
	display: flex;
	padding: 3px 0;
	flex-wrap: wrap;
}
header .alpha-search h2 {
	display: flex;
	flex-basis: 220px;
	justify-content: left;
	align-self: center;
	margin: 0;
	flex-shrink: 0;
}
header .alpha-search a { 
	text-align:center; 
	display: flex; 
	padding: 0; 
	width: 15px;
	font-size: 14px;
	text-align: center;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	height: 26px;
	width: 26px;
}
/*
.alpha-search a {width: 10px; text-align:center; display: inline-block; padding: 8px 12px; font-size: 21px;}
*/
header .alpha-search a:hover {
	background: url('../images/bg-letter-hover-sm.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	text-decoration:none;
}
/*
.alpha-search a:hover{background: url('../images/bg-letter-hover.png') no-repeat left top; text-decoration:none;}
*/
.alpha-search ul {
	margin: 3px -6px 0 0px; 
	display: inline-block; 
	width: 729px; 
	float:right; 
	font-family: "minion-pro", "times new roman", serif;
}
header .alpha-search ul {
	margin: 3px auto; 
	max-width: 750px;
	display: flex;
	align-self: center;
	justify-content: center;
	flex-basis: calc(100% - 220px);
	flex-wrap: wrap;
}
.alpha-search ul li {
	float: left; 
	list-style: none;
	margin-left: -7px; 
	padding-left: 0px;
}
header .alpha-search ul li {
	margin: 0;
}


/** Header Search **/
.header-content .search {float: right; width:auto; height:120px;}

.header-content .container .searchform label{display: none;}

.header-content .container .search form {
	background:#355A75;
	margin:26px 0 0 0;
	padding:12px;
}

.container .search form > div {
	height:45px;
}

.container .search form div {
	margin:0;
}

.container .search input[type=text] {
	border:0;
	border-radius:3px 0 0 3px;
	color: #999999;
	display:block;
	float:left;
	font: 16px "chunk", "arial black", sans-serif;
	height:25px;
	line-height:25px;
	margin:0 0 0 0;
	padding:10px
	width:205px !important;
}

.container .search button {
	background:url('../images/icon-search.png') center no-repeat #ce8516 !important;
	border:1px solid #CCCCCC;
	border-radius:0 3px 3px 0;
	display:block;
	float:left;
	height:45px;
	margin:0;
	overflow:hidden;
	text-indent:-9999px;
	width:45px;
}

#sf_results{
	background-color: #fff;
	width:264px !important;
	margin:7px 0 0 -8px;
	box-shadow:1px 3px 6px rgba(1, 1, 1, 0.45);
	border: 1px solid #d4d5d6;
	position: absolute;
	left: 0px;
}

#sf_results ul{margin-left: 0px;}

#sf_results ul li {
	margin-left: 0px;
	padding: 0px;
	font:normal 14px arial, sans-serif;
}

#sf_results ul li a {
	color: #2c2e35;
	display: block;
	padding:10px 15px;
}

#sf_results ul li ul li:hover{background-color: #e2e2e2;}

#sf_results ul li.sf_header,
#sf_results ul li .sf_small,
#sf_results ul li img {
	display: none;
}


/** Sidebars **/
#widecolumn #home-callouts-sidebar .widget_featured_post_widget{
	width: 378px; border: 1px solid #a1431f;
	background:url('../images/bg-featured-entry.png') 30px 40px no-repeat #f5f5f5; padding: 30px 30px 30px 220px; position: relative; margin-bottom: 10px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
#home-callouts-sidebar{display: flex; flex-wrap:wrap; justify-content:center;}
#widecolumn #home-callouts-sidebar .widget_featured_post_widget p{color:#58595b; padding: 0px; font: 15px/18px arial, sans-serif;}
#widecolumn #home-callouts-sidebar .widget_featured_post_widget p a.button {position: absolute; left: 61px; top: 190px; background-color: #48738d; border-radius: 2px 2px 2px 2px; padding: 8px 10px 5px; color: #fff; text-transform:uppercase; font: bold 14px arial, sans-serif;}
#widecolumn #home-callouts-sidebar .widget_featured_post_widget p a.button:hover{text-decoration:none; opacity: 0.9;}
#widecolumn #home-callouts-sidebar .widget_featured_post_widget h2{margin-top: 0px;}
#widecolumn #home-callouts-sidebar .widget_featured_post_widget h2 a{color:#a1431f; font: 22px chunk-n4, chunk, serif; padding-top: 0px; text-transform: uppercase;
}
#widecolumn #home-callouts-sidebar div.widget_image{float: left; margin-right: 10px; margin-bottom: 10px;}
#widecolumn #home-callouts-sidebar div img{box-shadow:none; display: block;}
#home-callouts-sidebar .widget{padding: 0px; align-items: center; justify-content: center;}
#widecolumn #home-callouts-sidebar div.widget_image#image-6{background:#f1f2f2;border:1px solid #517a93;}

#widecolumn #home-callouts-sidebar div.widget_image#image-6 img{padding:0 4px}




/** Widgets **/
.flex-container{

}

#media_image-2{
	float: left;
}

#media_image-4{
	float: left;
}
#narrowcolumn .widget{padding: 10px 0px; margin-bottom: 15px; width: auto;
}


#narrowcolumn .textwidget h2 {
	    font-size: 24px;
    margin: 30px 0 20px;
    font-family: "chunk", "arial black", sans-serif;
}

#narrowcolumn .widget h2{
	padding-bottom: 10px;
}
#narrowcolumn .widget ol{margin: 0px 0px 20px; padding:15px 0 0 0px; border-top: 1px solid #e0dedb;
}
#narrowcolumn .widget li{font-size: 15px; font-weight: bold;
}
#narrowcolumn .widget li, #narrowcolumn .widget li a{color: #2c2e35;}
#narrowcolumn .widget li a{font-weight: normal;}
#narrowcolumn .popular-posts {background:url('../images/bg-callout-red.png') repeat;}
#narrowcolumn .recently-updated {background:url('../images/bg-callout-blue.png') repeat;}
#narrowcolumn .most-shared-posts {background:url('../images/bg-callout-green.png') repeat;}
#narrowcolumn .widget-container {margin: 0px 10px; background: #fff; padding: 10px 20px;}
.home #narrowcolumn .widget-container {padding: 13px 24px;}
#narrowcolumn.home .widget a.full-list{color:#9e9e9e ; background: url('../images/arrow-link.png') no-repeat right 1px; padding-right: 20px; text-transform: uppercase; float: right; display: inline-block; margin-top:-15px; }
#narrowcolumn.home .widget h2{text-indent:-999px; width: 173px;	height: 76px; margin: 10px auto; overflow: hidden;}
#narrowcolumn.home .widget a{margin-left: 0px;}
#narrowcolumn.home .widget li .wpp-views{display:none;}
.widget.popular-posts h2{background: url('../images/header-most-popular.png') no-repeat left top;}
.widget.recently-updated h2{background: url('../images/header-most-recent.png') no-repeat left top;}
.widget.most-shared-posts h2{background: url('../images/header-most-shared.png') no-repeat left top;}
#widecolumn h2.widgettitle{display: none;}
.widget_text{padding-top: 0px; margin-top: -35px;
}

#narrowcolumn.inner{margin: 40px 0px 120px;}
#narrowcolumn .alpha-search {background: url("../images/bg-callout-blue.png") repeat scroll 0 0 transparent; margin-top: 8px;
}
#narrowcolumn.inner .alpha-search h2{background: url("../images/header-alpha-search.png") no-repeat top center; width:300px; margin:18px 0 15px 12px; height: 76px; text-indent: -999px; overflow: hidden; padding-bottom: 10px; border-bottom: 1px solid #DFDFDF; }
#narrowcolumn .alpha-search ul{margin-left: 0px;}
#narrowcolumn .alpha-search li, #narrowcolumn .alpha-search span{font: 21px/36px "minion pro", "times new roman", serif; margin: 0px; display: inline-block; width: auto;
}

#narrowcolumn .alpha-search .widget-container {text-align: center;}
#narrowcolumn .alpha-search li, #narrowcolumn .alpha-search span {
	width: 38px;
	height: 38px; 
	text-align: center;
	margin: 2px 5px;
	border-radius: 50px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#narrowcolumn .alpha-search li a, #narrowcolumn .alpha-search span a {
	background-position: left top;
	vertical-align: middle;

}
#narrowcolumn .alpha-search li:hover, #narrowcolumn .alpha-search span:hover {
	background-color: #d08616;
	color: #ffffff;
	text-decoration: none;
}
#narrowcolumn .alpha-search li:hover a, #narrowcolumn .alpha-search span:hover a {
	color: #ffffff;
	text-decoration: none;
}
#narrowcolumn .alpha-search .allterms li, #narrowcolumn .alpha-search .allterms span {
	width: 100%;
	height: auto;
	margin:0;
	border-radius: 0;
}



#narrowcolumn .alpha-search .center{width: 168px; margin: 0px auto !important;}
#narrowcolumn .alpha-search .all-terms a{margin-left: 0px;}
#narrowcolumn .alpha-search .widget-container div{
	/* margin: 8px 0px 8px 8px; */
}
#narrowcolumn .alpha-search li a:hover, #narrowcolumn .alpha-search span a:hover{color: #fff;}
#narrowcolumn .alpha-search span.all-terms{width: 100%;}
#narrowcolumn .alpha-search span.all-terms a{color: #1D4B74; width: 100%;
}
#narrowcolumn .alpha-search span.all-terms a:hover {  color: #419195; background: none;}


#narrowcolumn a.callout{display:block; width: auto; text-align: center; font: 23px "chunk", "arial black", sans-serif; color: #fff; padding: 15px 0px 12px; margin-top: 10px; text-decoration: none; text-transform:uppercase;
}
#narrowcolumn a.callout:hover{opacity: 0.9;}
#narrowcolumn a.callout.red{background: url('../images/bg-link-red.png') repeat left top;}
#narrowcolumn a.callout.lt-blue{background: url('../images/bg-link-ltblue.png') repeat left top;}
#narrowcolumn a.callout.green{background: url('../images/bg-link-green.png') repeat left top;}
#narrowcolumn a.callout.yellow{background: url('../images/bg-link-yellow.png') repeat left top;}
#narrowcolumn a.callout.dk-blue{background: url('../images/bg-link-dkblue.png') repeat left top;}


#narrowcolumn.static-page .content { border-left: 1px solid #999999; padding: 21px 0 21px 15px; }
#narrowcolumn.static-page .content p{font-size: 16px;}

/** Inner page content styles **/
#widecolumn.inner{margin-top: 30px; min-height: 940px;}
#widecolumn h1 {font: 32px "chunk", "arial black", sans-serif;}
#widecolumn h1 {
	text-transform:uppercase; 
	color: #d08616; 
	clear: both; 
	margin-bottom: 0px; 
	padding-bottom: 5px;
}
#widecolumn h2{font: bold 16px/24px arial, sans-serif; color: #419195;}
#widecolumn p{font-size: 16px; line-height:  23px;	padding: 10px 0px 5px;}
#widecolumn li{font-size: 16px;}
#widecolumn.inner img{padding: 4px; border: 1px solid #dfdfdf;}
#widecolumn .entry-content{font-family: arial, sans-serif;}
#widecolumn .entry-content a{color: #1d4b74;font-weight: bold; text-decoration:underline;}
#widecolumn .entry-content a:hover{color: #419195;}
#widecolumn img.alignright{float: right; margin: 0 0 15px 10px}
#widecolumn .related-posts h2, #widecolumn .related-posts ul, #widecolumn .related h2{float:left;  margin:0px;}
#widecolumn .related h2{text-transform:uppercase; line-height: 23px; margin-right: 8px;}
#widecolumn .related-posts ul{width: 470px; margin-top: -1px;}
#widecolumn .related-posts ul li{float: left; list-style:none; margin-left: 15px;}
#widecolumn .related p{padding: 0px 0px 0px 10px}
#widecolumn .content table{margin: 15px 0;}
#widecolumn .content table tr td{padding: 15px; font: 14px/20px arial, sans-serif; color: #2C2E35; border-left: 1px solid #bebebe; border-top: 1px solid #bebebe;}
#widecolumn .content table tr td:first-child{border-left: none;}
#widecolumn .content table tr:first-child td{border-top: none;}
#widecolumn .cc-licence {border-top:1px solid #CCC; margin:30px 0 0; padding:30px 0 0; font-size: 18px;}

footer.meta {
	color: #a1431f; 
	text-transform:uppercase; 
	font: bold 14px arial, sans-serif; 
	margin-top: 0; 
	margin-bottom: 20px;
}
#widecolumn .related-posts{padding: 15px 0px; display: inline-block;}
#widecolumn .related-posts h2{text-transform: uppercase;}
#widecolumn .related-info,  #widecolumn .entry-content blockquote{border: 1px solid #E9E9E9; padding: 5px 20px; position: relative; background-color: #F5F5F5; }
#widecolumn .related-info h3{margin-top: 0px; color:#a1431f; font: bold 20px arial, sans-serif;}

/** list page Styles **/
#widecolumn .list-page ul, #widecolumn .list-page ol{width: 100%;}
#widecolumn .list-page li{padding: 9px 5px; margin: 0px;}
#widecolumn .list-page h1{padding: 10px 0px 17px;}
#widecolumn .list-page h1.popular{color: #a1431f;}
#widecolumn .list-page h1.recent{color: #517a93;}
#widecolumn .list-page h1.shared{color: #419195;}
#widecolumn .list-page h3{color: #a1431f; font: 25px "chunk", "arial black", sans-serif; text-transform:uppercase;}
#widecolumn .list-page h3:first-child{margin-top: 50px;}

.search #widecolumn .list-page h1{color: #9b9b9b; font: 20px "chunk", "arial black", sans-serif; text-transform:none; margin-top: 45px;}
.search #widecolumn .list-page h1 span{color: #517a93;}

#widecolumn .list-page ul, #widecolumn .list-page ol{margin: 20px 0 0 0;}
#widecolumn .list-page ul{	margin-left: 0px;}
#widecolumn .list-page li{font: 17px arial, sans-serif; color: #606060; }
#widecolumn .list-page li:nth-child(odd){background-color: #f7f7f7;}

#widecolumn .list-page ol {
	list-style: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

}
#widecolumn .list-page ol li {
	list-style: outside;
	list-style-type: decimal;
	margin-left: 30px !important;
	position: relative;
}
#widecolumn .list-page ol li:nth-child(odd):before {
	background-color: #f7f7f7;
	width: 30px;
	position: absolute;
	top:0;
	bottom:0;
	left: -30px;
	display: block;
	z-index: -1;
	content:" ";
}


#widecolumn .list-page li a, #widecolumn .results-list li a{font:20px arial, sans-serif; text-decoration: underline;} 
#widecolumn .list-page a.full-list{display: none;}
#widecolumn .list-page li p, #widecolumn .list-page li .wpp-views{font:20px arial, sans-serif;}
#widecolumn .list-page li p, #widecolumn .list-page ul li span{display: inline;}
#widecolumn .list-page li .wpp-views{font:17px arial, sans-serif;}
#widecolumn ul.terms-list h3 { border-top: 1px solid #e0dedb; padding: 40px 0 6px; margin: 40px 0 0 0px;}
#widecolumn ul.terms-list h3:first-child{border-top: none; padding-top: 20px; margin-top: 0px;}
#widecolumn .list-page li p{color: #606060;}
#widecolumn .list-page.popular a, #widecolumn .list-page.popular span.wpp-post-title{text-decoration: underline !important;} 

/*	Most Popular Page Styles	*/
#widecolumn .list-page ul#most-popular-filters {
	background:url("../images/most-popular-filter-bkg.png"); 
	padding:5px; 
	width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#widecolumn .list-page ul#most-popular-filters li {background:url("../images/most-popular-button.png") repeat-x 137px 0; height:48px; margin:5px; padding:0; text-align:center; width:136px;}
#widecolumn .list-page ul#most-popular-filters li:first-child { margin: 5px; }
#widecolumn .list-page ul#most-popular-filters li.activetab {background-position:0;}
#widecolumn .list-page ul#most-popular-filters li.activetab a {color:#FFF;}
#widecolumn .list-page ul#most-popular-filters li:last-child {margin-right:5px;}
#widecolumn .list-page ul#most-popular-filters li a {color:#2f2f2f; display:block; height:36px; font:bold 14px Arial; padding:13px 0 0; text-decoration:none !important; text-transform:uppercase;}

#most-popular-tabs .tab {display:none;}
		

/* Search Results Page Styles*/
#widecolumn .list-page ul li{list-style: none; margin-left: 0px; padding-left: 5px;}
#widecolumn .list-page li a{font:20px arial, sans-serif;  } 

/* Pagination */
.wp-pagenavi{font:14px/23px arial, sans-serif; color:#365a76;}
.wp-pagenavi .pages{position: absolute; left: 0px;}
.wp-pagenavi .prev, .wp-pagenavi .next, .wp-pagenavi  span, .wp-pagenavi a{float: left;}
.wp-pagenavi .prev, .wp-pagenavi .next{width: 23px; height: 23px;}
.wp-pagenavi .prev{background:url('../images/arrow-prev.png') no-repeat center center #517a93;}
.wp-pagenavi .next{background:url('../images/arrow-next.png') no-repeat center center #517a93;}
.wp-pagenavi .numbers-outer {float: right; position: relative; }
.wp-pagenavi .current{font-weight: bold; float: left; margin: 0 10px;}
.wp-pagenavi a.page{margin: 0 10px;}
.page-nav{border-top: 1px solid rgb(224, 222, 219); height: 23px; display: inline-block; padding-top: 15px; width: 66%;}

/** Add this styles **/
#widecolumn .share{display: inline-block; margin-bottom: 15px;
}

ul.entry-add{
    float: left; margin: 0 8px 0 10px; position: relative; width: auto;  }
ul.entry-add li{border: 0 none; float: left; height: 29px; list-style: none outside none; margin: 0 5px 10px; padding: 0; width: 29px;}
ul.entry-add li.share-btn{width: 96px; padding: 8px 12px 5px 0px; border-right: 1px solid #DFDFDF;}
#widecolumn ul.entry-add li img{box-shadow:none; border: none;}
html > body #at15s {margin-top: 40px;}

/* FORMS */
.container form div {margin-bottom:7px;} /* place inline inputs in these for line-spacing */
.container input[type='email'], .container input[type='text'], .container input[type='password'], .container select, .container textarea {padding:6px 8px; border:1px solid #ddd; margin-right:7px;}
.placeholder {color:#999;} /* works with placeholder plugin to allow styling of placeholder text */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color:#999;} /* style placeholders in Chrome & Safari */
.container input[type='text'], .container input[type='password'], .container select {vertical-align:middle;}
.container input[type='text']:focus, .container input[type='password']:focus, .container select:focus, .container textarea:focus {font-style:normal; color:#333; outline:none;}
.container textarea {overflow:auto;}
.container input[type="radio"] {vertical-align:text-bottom;}
.container input[type="checkbox"] {vertical-align:bottom;}
.ie7 legend {margin-left:-7px;} 
.ie7 input[type="checkbox"]{vertical-align:baseline;}

/* Contact form */
.entry .wpcf7 input[type="text"], .entry .wpcf7 textarea, .entry .wpcf7 input[type='email']{ width: 100%;}

/* error messages */
/* make inputs with errors obvious */
input.error {border:1px dotted #fa352b; background-color:#faf4d7;}
label.error {position:absolute;}
/* .message div for client-side validation */
.err-message {display:inline-block; background:url(https://d8ldk29pm7a3h.cloudfront.net/default/images/error-message-arrow.png) no-repeat left bottom; padding-bottom:7px;}
.error {display:block; background-color:#faf4d7; border:1px dotted #fa352b; color:#fa352b; padding:3px 5px;}
.message .error {border-bottom:none;}
/* Zissou error fields */
.container .fieldWithErrors input[type="text"], .container .fieldWithErrors textarea {border:1px dotted #fa352b !important; background-color:#faf4d7 !important;}
/* Zissou error block on contribute form */
.errors, .fieldErrMessage {color:#fa352b;}
.fieldErrMessage {padding-bottom:4px;}
.error_block {padding:30px 30px 30px 100px; background:url(https://d8ldk29pm7a3h.cloudfront.net/default/images/icon_alert_new.gif) no-repeat 10px 10px #FFEBEB; font-weight:bold; color:#333; text-shadow:0 1px #fff}
#widecolumn h1.not-found{color: #A1431F;}

/* LISTS */
ol {margin:10px 0 10px 20px;}
ul{margin:10px 0 10px 10px;}
li {margin:0 0 10px 20px;}
ul li {padding-left: 15px; list-style:none; }
.entry-content ul li, .entry ul li  {background:url(../images/bullet.gif) no-repeat 0px 9px; }
ol li {list-style:decimal outside;}
/* Navigation or other li-floated lists - apply clearfix to ul element to float li & remove margin */
ul.clearfix {margin:0;}
ul.clearfix li {float:left; list-style:none; margin:0;}

/* Footer */
.footer-content{background:url(../images/bg-footer.png) repeat; min-height: 420px; font-size: 14px; margin-top: 35px;}
.footer-content h2{font: 21px "chunk", "arial black", sans-serif; color: #6e707a; text-transform: uppercase; padding-bottom: 5px;
}
.footer-content p, .footer-content p.contact-button{color: #fff; font-size: 18px; font-family: "minion pro", "times new roman", serif;
}
.footer-content .left{width: 578px; float: left; -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;}
.footer-content .right{width: 330px; -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;}
/** Preserved in case they want to put this back in
.footer-content .meet-our-team{width: 276px; float: left; min-height: 300px; border-right: 1px solid #40424c;}
.footer-content .meet-our-team li{margin: 5px 0px; clear: both; display: inline-block; padding-left: 0px;}
.footer-content .meet-our-team h4{margin: 0px; color:#fff; font: bold 14px "minion pro", "times new roman", serif;}
.footer-content .meet-our-team h4 a, .footer-content .meet-our-team h4 a:hover{color: #fff;}
.footer-content .meet-our-team h4 a:hover{text-decoration:underline;}
.footer-content .meet-our-team p{padding: 5px 0px; padding-top: 0px; font: 14px/16px "minion pro", "times new roman", serif;
}
.footer-content .meet-our-team .text{font-size: 14px; margin-left: 15px; margin-top: 2px;}
.footer-content .meet-our-team img, .footer-content .meet-our-team .text{float: left;}
**/
#footer #twitterFeed ul li{background-color: #4f5053; padding:15px; border-radius:3px; color: #fff; margin: 0px; font-size: 13px;
}

#footer #twitterFeed ul li a{color: #fff;}

#footer #twitterFeed ul{padding-bottom: 11px; background: url(../images/twitter-bubble-tail.png) no-repeat left bottom; width:242px; margin: 0px; 
}

.latest-tweets{
border-right: 1px solid #40424C;
    float: left;
    min-height: 300px;
    width: 276px;
    font-family: "minion pro","times new roman",serif;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;}

  }
  
  .latest-tweets h2{background: url(../images/bg-twitter-h2.png) no-repeat 190px top;}
  
  .latest-tweets a.button{font: 12.5px "chunk","arial black",sans-serif; border: 0px !important;
	  background-color: #437c9f;   display: block; border-radius: 2px 2px 2px 2px; padding: 8px 0px 5px; width: 100px; text-align: center;
  }
  
  a.twitter-user{color: #fff; background: url(../images/icon-glossary-twitter.png) no-repeat 17px 0px; padding: 5px 0 14px 52px; margin-top: 5px; display: inline-block;
  }

.footer-content .search-share{width: 300px; float: left; border-right: 1px solid #40424c; min-height: 300px; overflow: hidden;}
.footer-content .search,
.footer-content .share{padding-left: 34px;}

.footer-content .search{width: 100%; border-bottom: 1px solid #40424c; padding-bottom: 25px;}
.footer-content .search label{display: none;}

.footer-content .container .sf_search {background: none; padding: 0; position:relative; width:236px; margin: 0;}

.footer-content .search .search-input-container{height: 19px !important; padding: 14px 8px; margin-right: -4px; border-radius: 4px 0px 0px 4px; width: 175px; background-color: #fff; float: left;
}

.footer-content .search input[type=text] {width:170px !important;}

.footer-content .search #s{border: 0 none; font: 15px "chunk","arial black",sans-serif; width: 175px; padding-left: 6px;
}
.footer-content #searchsubmit {float: none; margin-top: 0px !important; }

.footer-content .share h2{background: url('../images/icon-share.png') no-repeat left top; padding-left: 25px;}
.footer-content .share{padding-top: 5px;
}
.footer-content .share ul{border-left: 0px; margin-left: 0px;
}
.footer-content .share ul.entry-add li {height: 40px;width: 40px; margin: 0px 10px 10px 0px;
}
.footer-content .logos{border-top: 1px solid #40424c; border-right: 1px solid #40424c; padding-bottom: 20px;
}
.footer-content .logos a{margin: 30px 30px 0px 0px; display: inline-block;}

.footer-content .wpcf7 p{padding: 5px 0px;}
.footer-content .wpcf7 input[type="text"], .footer-content .wpcf7 textarea{font: 14px "chunk", "arial black", sans-serif; color: #2c2e35;}
.footer-content .wpcf7 input[type="text"], .footer-content .wpcf7 textarea{width: 308px;}
.footer-content .wpcf7 textarea{height: 112px; resize: none;}
.footer-content .wpcf7 .wpcf7-submit{float: right;}
.container .wpcf7 .wpcf7-submit, .contact-button{background-color: #419195; text-transform: uppercase; border: 0px !important; border-radius: 2px 2px 2px 2px; color:#fff; font: bold 14px; margin-right: 5px;
}
.container .wpcf7 .wpcf7-submit:hover, .contact-button:hover{opacity: .9;}
.footer-content .wpcf7 .wpcf7-submit:hover{opacity: .9;}
div.wpcf7 .watermark { color: #888888 !important;}
footer span.wpcf7-not-valid-tip {top: 1px; background:none; border: none;	color: red; left: 145px;
}
div.wpcf7-validation-errors {width: 340px; margin: 10px 0 0 !important; padding: 5px; line-height: 18px;
}
footer p.info, footer p.info a{color: #2c2e35; -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;}
footer p.info { clear:both; text-align: center; font: 14px/12px arial, sans-serif; }

/**fix this **/
.footer-content .related-posts{ display: none; }

/*WP style */
a.post-edit-link{ display: block; clear: both; }

/* HELPERS */
.clear {clear:both;}
.left {float:left;}
.right {float:right;}
.textright {text-align:right;}
.textcenter {text-align:center;}
.separator {height:15px; border-bottom:1px dashed #ccc; margin-bottom:15px;}
.hidden {display:none;}
#cms_page_content .hidden {display:block;}
.invisible {visibility:hidden;}

::-moz-selection {background:#666; color:#fff; text-shadow:none;}
::selection {background:#666; color:#fff; text-shadow:none;}

/* CMS feature paragraph dialogs */
#overDiv .cms_popup_bg td>b font[color="#FFFFFF"] {color:#000 !important; font-weight:bold !important; font-size:14px !important;}
#overDiv .cms_popup_bg td a {color:blue !important;}
#overDiv .cms_popup_bg td a b.selected {font-weight:bold !important; text-decoration:underline !important;}
#overDiv .cms_popup_bg table[bgcolor="#CCCCFF"] {background-color:#fff !important;}
#cms_header img { vertical-align: top;}

/* IE Styles */
html.ie7 #narrowcolumn .alpha-search span a, html.ie8 #narrowcolumn .alpha-search span a, html.ie9 #narrowcolumn .alpha-search span a{padding-top: 2px;}
html.ie7 .container .sf_search .sf_input, html.ie8 .container .sf_search .sf_input{padding-top: 9px; padding-bottom: 3px;}


/* IE7 Styles */
html.ie7 .container .search, html.ie7 #narrowcolumn{width: 30%;}
html.ie7 #narrowcolumn .alpha-search li {display: inline-block; width: 60px;}
html.ie7 .container .sf_search .sf_input {float: left;}
html.ie7 #searchsubmit{padding-left:43px}
html.ie7 footer .wpcf7 form, html.ie7 footer .right h2, html.ie7 footer .right p{padding-left: 10px;}
html.ie7 #searchform #searchsubmit{position: absolute;}
html.ie7 .wp-pagenavi .numbers-outer{bottom: 0px; position: absolute; float: right; right: 350px; }
html.ie7 .wp-pagenavi .numbers {float: right; right: 0; position: static; }
html.ie7 .alpha-search .widget-container{display: inline-block;}
html.ie7 .alpha-search .widget-container div.first{float: left;}
html.ie7 .page-nav{position: absolute; left: 0px; bottom: 10px;}

/* Media queries for responsive design.
 * These follow after primary styles so they will successfully override.
 */
@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */
}
@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */
}
@media screen and (max-device-width: 480px) {
  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}
/*
 * Print styles 
 */
@media print {
  * {background:transparent !important; color:black !important; text-shadow:none !important; filter:none !important;
  -ms-filter:none !important;} /* Black prints faster: sanbeiji.com/archives/953 */
  header, footer, #narrowcolumn, #widecolumn .share {display:none;}  
  #widecolumn {width:100%}
  a, a:visited {color:#444 !important; text-decoration:underline;}
  a[href]:after {content:" (" attr(href) ")";}
  abbr[title]:after {content:" (" attr(title) ")";}
  a[href^="javascript:"]:after, a[href^="#"]:after {content:"";}  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {border:1px solid #999; page-break-inside:avoid;}
  thead {display:table-header-group;} 
  tr, img {page-break-inside:avoid;}
  @page {margin:0.5cm;}
  p, h2, h3 {orphans:3; widows:3;}
  h2, h3{page-break-after:avoid;}
}