/*!
Theme Name: Human Rights Hub (law.ox.ac.uk)
Author: One Ltd
Author URI: http://oneltd.co.uk
*/
/*	Typography:
----------------------------------------------- */
/*	Color Swatch
----------------------------------------------- */
/* =LESS Imports
----------------------------------------------- */
/* =Reset
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
nav ol,
nav ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */

  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */

  outline: 0;
}
a img {
  border: 0;
}


.download {
  position: absolute;
  top: 70px;
}

.see-hear:hover {
  color: #B0226C !important;
}

/* =WP ADMIN BAR
----------------------------------------------- */

#wpadminbar {
  opacity: 0;
  margin-top: -15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#wpadminbar:hover {
  opacity: 1;
  margin-top: 0px;
}

/* =SEARCH
----------------------------------------------- */

#search { position: relative; }

#search input[type=text] {
  padding-right: 30px !important;
  outline: none;
}

#search input[type=submit] {
  position: absolute;
  top: 2px;
  right: 2px;
  overflow: hidden;
  text-indent: -9999px;
  width: 28px;
  height: 28px;
  border: none;
  background: transparent url(images/common/icon-search.png) no-repeat center center;
}


/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Source Sans Pro", sans-serif;
}
/* Section colours */
.home {
	background-color: #615c31;
}

.blog .cat-list,
.blog .tactical-readmore a,
.blog-2 .cat-list,
.blog-2 .tactical-readmore a,
.blog-3 .cat-list,
.blog-3 .tactical-readmore a,
.blog-4 .cat-list,
.blog-4 .tactical-readmore a,
.blog-5 .cat-list,
.blog-5 .tactical-readmore a { 
  color: #dd2b2f !important; 
}

.events {
	background-color: #4f56a2;
}
.events .cat-list,
.events .tactical-readmore a { color: #4f56a2 !important; }

.news {
	background-color: #35A2A2;
}
.news .cat-list,
.news .tactical-readmore a { color: #35A2A2 !important; }

.about {
	background-color: #b0cb36;
}
.about .cat-list,
.about .tactical-readmore a { color: #b0cb36 !important; }

.probono {
	background-color: #ee7a1a;
}
.pro-bono .cat-list,
.pro-bono .tactical-readmore a { color: #ee7a1a !important; }

.uncategorized {
  background-color: #615C31;
}
.stream {
	background-color: #98c93c;
}
.stream .tactical a {
	color: #36a2db !important;
	display: inline;
    font-size: 1em;
    padding: 0;
}
.stream .tactical a:hover {
	background-color: transparent;
	text-decoration: underline;
}
.stream .tactical p {
	line-height: 1.1;
	border-bottom: 1px dotted #ccc;
	padding: 7px 0;
}
.stream .tactical p:first-child {
	padding-top: 0;
}
.stream .tactical p:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.publications {
  background-color: #f2ad41;
}
article.search.publications {
  background-color: #fff;
}

article.category-blog a,
article.category-blog a:link,
article.category-blog a:visited,
.category-blog .simplePullQuote p {
	color: #dd2b2f!important;
}

article.category-probono a,
article.category-probono a:link,
article.category-probono a:visited {
        color: #ee7a1a!important;
}


article.category-news a,
article.category-news a:link,
article.category-news a:visited {
        color: #35A2A2!important;
}


article.category-events a,
article.category-events a:link,
article.category-events a:visited {
        color: #4f56a2!important;
}

article.type-attachment a,
article.type-attachment a:link,
article.type-attachment a:visited {
        color: #b0cb36!important;
}



/* Text elements */
p {
  margin-bottom: 1em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
dt {
  font-weight: bold;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.simple-form fieldset {
  margin-bottom: 20px;
}
.simple-form input[type="text"],
.simple-form input[type="password"],
.simple-form input[type="email"],
.simple-form textarea,
.simple-form select {
  display: block;
  width: 210px;
  max-width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  padding: 6px 4px;
  margin: 0 0 20px 0;
  font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
font: 13px 'Source Sans Pro', sans-serif;
  color: #777;
}
.simple-form select {
  padding: 0;
}
.simple-form input[type="text"]:focus,
.simple-form input[type="password"]:focus,
.simple-form input[type="email"]:focus,
.simple-form textarea:focus {
  border: 1px solid #aaa;
  color: #444;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.simple-form textarea {
  min-height: 60px;
}
.simple-form label,
.simple-form legend {
  display: block;
  font-weight: bold;
  font-size: 13px;
}
.simple-form input[type="checkbox"] {
  display: inline;
}
.simple-form label span,
.simple-form legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444;
}
.button {
  background: #eee;
  /* Old browsers */

  background: #eeeeee -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* FF3.6+ */

  background: #eeeeee -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  /* Chrome,Safari4+ */

  background: #eeeeee -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Chrome10+,Safari5.1+ */

  background: #eeeeee -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Opera11.10+ */

  background: #eeeeee -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* IE10+ */

  background: #eeeeee linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* W3C */

  border: 1px solid #aaa;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 4px 12px;
  padding: 8px 10px;
  display: inline-block;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  line-height: normal;
  cursor: pointer;
}
.button:hover {
  background: #ddd;
  /* Old browsers */

  background: #dddddd -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */

  background: #dddddd -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */

  background: #dddddd -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */

  background: #dddddd -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera11.10+ */

  background: #dddddd -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */

  background: #dddddd linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */

  border: 1px solid #888;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  color: #222;
}
.button:active {
  background: #ccc;
  /* Old browsers */

  background: #cccccc -moz-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* FF3.6+ */

  background: #cccccc -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.35)), color-stop(100%, rgba(10, 10, 10, 0.4)));
  /* Chrome,Safari4+ */

  background: #cccccc -webkit-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* Chrome10+,Safari5.1+ */

  background: #cccccc -o-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* Opera11.10+ */

  background: #cccccc -ms-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* IE10+ */

  background: #cccccc linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* W3C */

  border: 1px solid #666;
}
.button.full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}
/* To be applied to the UL element which is to become the tabs */
.tabs {
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
  border-bottom: solid 1px #ddd;
}
.tabs li {
  display: block;
  width: auto;
  height: 30px;
  padding: 0;
  float: left;
  margin-bottom: 0;
}
.tabs li a {
  display: block;
  text-decoration: none;
  width: auto;
  height: 29px;
  padding: 0px 20px;
  line-height: 30px;
  border: solid 1px #ddd;
  border-width: 1px 1px 0 0;
  margin: 0;
  background: #f5f5f5;
  font-size: 13px;
}
.tabs li a.active {
  background: #fff;
  height: 30px;
  position: relative;
  top: -4px;
  padding-top: 4px;
  border-left-width: 1px;
  margin: 0 0 0 -1px;
  color: #111;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
}
.tabs li:first-child a {
  border-width: 1px 1px 0 1px;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
}
.tabs li:first-child a.active {
  margin-left: 0;
}
.tabs li:last-child a {
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
}
.tabs:before,
.tabs:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.tabs:after {
  clear: both;
}
/* =Grid variables (sizes)
----------------------------------------------- */
/* =Wordpress Configurable Components
----------------------------------------------- */
/*------ Block Element Colours ------*/
body {
  background-color: #002d62;
}
/*-- Page background --*/
#page {
  background-color: #ffffff;
}
/*-- Page container-temp background --*/
#page .container-temp {
  background-color: #ffffff;
}
/*-- Footer background --*/
/*#site-footer {
  background-color: #002d62;
}*/


#site-footer .socialmedia {
}

#site-footer .container-temp {
	padding-top: 8px;
}

.alignright ul.social {
	list-style-type: none;
	width: 364px;
	padding: 33px 0 0 0;
}

.alignright ul.social li {
	display: inline-block;
	height: 24px;
	width: 23px;
	text-indent: -10000px;
	cursor: pointer;
}

ul.social li.fb {
	background-image: url(images/fb_icon.jpg)!important;
	background-repeat: no-repeat;
}

ul.social li.tw {
        background-image: url(images/twit_icon.jpg)!important;
        background-repeat: no-repeat;
}

ul.social li.li {
        background-image: url(images/lin_icon.jpg)!important;
        background-repeat: no-repeat;
}

ul.social li.fl {
        background-image: url(images/flickr_icon.jpg)!important;
        background-repeat: no-repeat;
}

.footer1 {
	width: 32%;
}
.footer2 {
	padding: 0 22px;
	border: 2px solid #fff;
	border-top: 0;
	border-bottom: 0;
}
.footer3 {
	width: 32%;
	position: relative;
}

#menu-footer-navigation {
	list-style:none;
	line-height: 1.5;
}
#menu-footer-navigation a {
	font-weight:bold;
}
#menu-footer-navigation a:hover {
	color: #fff;
}
#menu-footer-navigation ul {
	list-style:none;
	padding-left: 0.5em;
}
#menu-footer-navigation ul a {
	font-weight: normal;
}
#menu-footer-navigation .current-menu-item a {
	text-decoration: underline;
}



/*------ Header Styles ------*/
/*------ Text Colours ------*/
/*-- Links --*/
a {
  text-decoration: none;
}

/*-- Body Text --*/
p,
li,
h2 {
  color: #4d4d4d;
}

/*-- Footer Text --*/
#site-footer p,
#site-footer li a:link,
#site-footer li a:visited {
  color: #ffffff;
}
#site-footer li a:hover {
  color: #615c31;
}
/* =Begin theme styles
----------------------------------------------- */
/* =Blocks
----------------------------------------------- */
#page {
  width: 100%;
  overflow: hidden;
}
.container-temp {
  width: 940px;
  margin: 0 auto;
  padding: 0;
}
.container-temp #site-header {
  float: left;
  margin-bottom: 10px;
}
.container-temp #main-navigation {
/*	xxwidth: 940px!important;*/
}

.headerborder {
	position:relative;
/*	xxborder-bottom: 8px solid #615c31;
	xxbackground-color: #dd2b2f;*/
	height: 8px;
  top: 135px;
  top: 119px;
  width: 940px;
}


.container-temp .banner {
  clear: both;
  width: 940px;
  height: 120px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
}
.container-temp .banner#carousel {
  height: 340px;
height: 273px;
}
.container-temp .sidebar,
.container-temp .content {
  float: left;
}
.container-temp .sidebar.lhs {
  width: 180px;
  margin-right: 40px;
  margin-top: 40px;
}

.single-media .container-temp .sidebar.pages {
  background-color: white;
}

.container-temp .sidebar.pages {
	margin-top: 103px;
  margin-top: 70px;
	background-color: #f6f6f6;
  padding-top: 5px;
}

.container-temp .sidebar.pages h2 {
	border-bottom: none;
	padding: 5px 10px 5px 10px;
  margin: 0;
	font-size: 14px;
	font-family: arial, sans-serif;
	font-weight: bold;
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
}

.container-temp .sidebar.rhs {
  margin-top: 40px;
  margin-bottom: 20px;
  width: 220px;
  margin-right: 0;
}
.container-temp .content {
  width: 440px;
width: 675px;
  margin-right: 40px;
  padding-left: 5px;
  box-sizing: border-box;
}

.container-temp .static {
	width: 460px;
	margin-top: 40px!important;
	margin-top: 30px!important;
}

.container-temp .static h1 {
	text-transform: uppercase;
	border-bottom: 1px solid #b0cb36;
	width: 460px;
        font-family: "Source Sans Pro", sans-serif;
        font-size: 18px;
}
.single-media .container-temp .static h1{
  border-bottom: 1px solid #B0226C !important;
}
.single-media .container-temp .static a{
  color: #B0226C !important;
}
.container-temp .static h2 {
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 5px;
        font-family: "Source Sans Pro", sans-serif;
        font-size: 18px;
}

.container-temp .static a {
	color: #b0cb36;
}

.container-temp .static a:hover {
	text-decoration: underline;
}

.container-temp .content.double-col {
  width: 680px;
}
#site-footer {
  clear: both;
  padding-top: 10px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
/* =Header
----------------------------------------------- */
#site-header a {
  float: left;
  margin: 10px 0 15px 0;
  text-decoration: none;
  padding: 0 10px 0 0;
  height: 82px;
  font-size: 82px;
  letter-spacing: -3px;
  line-height: 1;
  min-width: 500px;
  background-repeat: no-repeat;
  background-size: auto 82px;
  background-image: none;
  display: block;
}
/* =Navigation
----------------------------------------------- */
#main-navigation {
  float: right;
  margin-bottom: 10px;
  padding: 0;
}
#main-navigation ul {
  float: left;
  margin: 0;
  border-left: 1px solid #b3b3b3;
}
#main-navigation ul li {
  border-right: 1px solid #b3b3b3;
  padding: 0 1px 1px 1px;
  margin: 0;
  float: left;
background-color: white;
}

#main-navigation ul li:last-child {
  border-right: none;
  padding-right: 0;
}
#main-navigation ul li a {
  display: block;
  padding: 5px 15px;
  font-size: 13px;
  text-decoration: none;
  color: #002d62;
font-family: "Source Sans Pro", sans-serif!important;
text-transform: uppercase!important;
}
#main-navigation ul li a:hover {
  color: #fff;
}

#main-navigation ul li.home a:hover {
	background-color: #615c31;
}

#main-navigation ul li.blog a:hover,
#main-navigation ul li.blog.current_page_item a,
.custom_tax_blog #main-navigation ul li.menu-item-649 a {
        background-color: #dd2b2f!important;
        color: #fff;
}

#main-navigation ul li.people a:hover,
#main-navigation ul li.people.current-menu-item a {
        background-color: #4CA9D9!important;
        color: #fff;
}

#main-navigation ul li.media a:hover,
#main-navigation ul li.media.current_page_item a {
        background-color: #B0226C!important;
        color: #fff;
}

#main-navigation ul li.publications a:hover,
#main-navigation ul li.publications.current_page_item a,
.single-publications #main-navigation ul li.publications a {
        background-color: #f2ad41!important;
        color: #fff;
}

#main-navigation ul li.events a:hover,
#main-navigation ul li.events.current_page_item a,
.page-template-archive-events-php #main-navigation ul li.events a,
.custom_tax_events #main-navigation ul li.menu-item-648 a {
        background-color: #4f56a2!important;
        color: #fff;
}

#main-navigation ul li.news a:hover,
#main-navigation ul li.news.current_page_item a,
.custom_tax_news #main-navigation ul li.menu-item-34 a {
        color: #fff;
        background-color: #35A2A2!important;
}

#main-navigation ul li.about a:hover,
#main-navigation ul li.about.current_page_item a,
.parent-pageid-7 #main-navigation ul li.about a {
        background-color: #b0cb36!important;
}

#main-navigation ul li.probono a:hover,
#main-navigation ul li.probono.current_page_item a,
.custom_tax_probono #main-navigation ul li.menu-item-647 a  {
        color: #fff;
        background-color: #ee7a1a!important;
}

#menu-item-12970 a:hover,
#menu-item-12970.current-menu-item a {
  color: #fff;
  background-color:#f2ad41 !important;
}

#main-navigation ul li.current_page_item a,
#main-navigation ul li.current-page-ancestor a {
  color: #fff;
}

.single-person #main-navigation .people a {
  background-color: #4CA9D9!important;
  color: #fff !important;
}

form#search {
  float: left;
  margin: 0;
  padding: 0;
  display: block;
  margin-top: 30px;
  margin-right: 7px;
}
form#search label {
  display: none;
}
form#search input[type="text"] {
  border: 1px solid #d1d1d1;
  padding: 3px 5px;
  font: 12px/1.6em Arial, sans-serif;
  width: 150px;
  color: #666666;
  border-radius: 20px;
}
form#search input[type="submit"] {
  height: 25px;
  border: 0;
  padding: 3px 8px;
  margin: 0;
  cursor: pointer;
  font: 12px/1.6em Arial, sans-serif;
}
/* =Footer
----------------------------------------------- */
#site-footer {
  padding-bottom: 50px;
  font: 12px/1.6em Arial, sans-serif;
}
#site-footer .alignright ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#site-footer .alignright ul li {
  float: left;
  margin: 0 20px 0 0;
}
#site-footer .alignright ul li a {
  text-decoration: none;
}
#site-footer .alignright ul li:last-child {
  margin-right: 0;
}
/* =Subnav
----------------------------------------------- */

.sidebar > .about {
  height: auto !important;
  background: #f6f6f6;
  border-top: 20px solid #b0cb36;
  color: #000 !important;
  margin-bottom: 20px;
}

.sidebar > .about p {
  color: #000 !important;
}

.sidebar > .about > h2 {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #e2e2e2;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: arial, sans-serif;
  color: #000;
}

.sidebar > .about > .frm_forms {
  padding: 10px;
}

.sidebar > .about > .frm_forms label {
  color: #000;
  font-size: 13px;
  position: relative;
  top: -4px;
  margin: 0;
}

.sidebar > .about > .frm_forms input[type=email] {
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  font-size: 12px;
  border: 1px solid #e2e2e2;
  outline: none;
  margin-bottom: 8px;
}

.sidebar > .about > .frm_forms input[type=submit] {
  display: block;
  background: #b0cb36;
  border: none;
  color: #fff;
  font-size: 12px;
  float: left;
  margin: 0;
  margin-right: 10px;
  padding: 2px 10px;
}

.sidebar.lhs h2 {
  clear: left;
  margin-bottom: 10px;
  padding: 0;
  font: 12px/1.6em Arial, sans-serif;
  font-size: 16px;
}
.sidebar.lhs ul {
  width: 100%;
  list-style: none;
  margin: 0;
}
.sidebar.lhs ul li {
  margin: 0 0 5px 0;
}
.sidebar.lhs ul li a {
  display: block;
  padding: 7px 15px 7px 10px;
  background-color: none!important;
  text-decoration: none;
  font-size: 12px;
}

.sidebar.pages ul {

}

.sidebar.pages ul li a {
  color: #000;
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 4px;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sidebar.pages ul li {
	margin-left: 5px;
	margin-right: 5px;
}

.sidebar ul li:hover a {
	background-color: #b0cb36;
  color: #fff;
}

.sidebar.lhs ul li ul.children {
  box-sizing: borer-box;
  width: auto;
  display: none;
  list-style: none;
  margin: 0;
  padding: 5px 0;
  background: #eaeaea;
}
.sidebar.lhs ul li ul.children li {
  padding: 0;
  margin: 0 0 1px 0;
  font: 12px/1.6em Arial, sans-serif;
}
.sidebar.lhs ul li ul.children li a {
  padding: 4px 10px;
  font-weight: normal;
  background: none!important;
}
.sidebar.lhs ul li.current_page_item ul.children,
.sidebar.lhs ul li.current_page_parent ul.children {
  display: block;
}
.sidebar.lhs ul li.current_page_item ul.children li a,
.sidebar.lhs ul li.current_page_parent ul.children li a {
  color: #4d4d4d;
}
.sidebar.lhs ul li.current_page_item ul.children li a:hover,
.sidebar.lhs ul li.current_page_parent ul.children li a:hover {
  color: #615c31;
}
.sidebar.lhs ul li.current_page_item ul.children li.current_page_item a,
.sidebar.lhs ul li.current_page_parent ul.children li.current_page_item a {
  color: #615c31;
}
.sidebar.lhs ul li.current_page_item a,
.sidebar.lhs ul li.current_page_parent a {
  background-color: #b0cb36;
  color: #fff;
}

.sidebar.lhs ul li ul.children li:hover a {
  color: #b0cb36 !important;
  background: #e2e2e2 !important;
}


/* =Front page
----------------------------------------------- */
#carousel {
  overflow: hidden;
}
#carousel ul {
  list-style: none;
  width: 5640px;
  margin: 0;
  padding: 0;
}
#carousel ul li {
  float: left;
  width: 940px;
  height: 340px;
height: 283px;
  position: relative;
background-repeat: no-repeat;
}


#carousel ul li .banner-content {
  position: absolute;
  width: 900px;
width: 220px;
  padding: 20px;
  height: 273px;
  background-color: #000;
left: 720px;
}
#carousel ul li .banner-content h1 a {
  display: block;
  font-size: 21px;
  line-height: 24px;
  text-decoration: none;
  height: 33px;
  xxbackground: transparent url(images/common/arrow.png) top right no-repeat;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 300;
width: 200px;
margin-top: 40px;
}
#carousel ul li .banner-content h1 a:hover {
  background-position: bottom right;
}

article#home-tacticals .tactical:hover {
	background: #e9e9e9!important;
}



article#home-tacticals .tactical {
  float: left;
  width: 300px;
    xxmargin-right: 20px;
  background: #f6f6f6;
  padding: 0px;
  border-right: 20px solid white;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

article#home-tacticals .tactical p {
	color: #000;
}

article#home-tacticals .tactical:last-child,
article#home-tacticals .tactical.end-row {
  margin-right: 0;
  overflow:hidden;
  height: 450px;
}

article#home-tacticals .tile:nth-child(3n+3) .tactical {
  border: none;
}

article#home-tacticals .tactical .tactical-type {
	xxbackground-color: #dd2b2f;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
}

article#home-tacticals .tactical .tactical-cat {
	color: #dd2b2f;
  font-size: 12px;
}


article#home-tacticals .tactical .tactical-readmore,
article#home-tacticals .tactical .tactical-readmore a {
	color:  #dd2b2f;
	font-size: 12px;
	z-index: 9999;
  padding: 0;
  margin-top: 10px;
	font-weight: normal!important;
}

article#home-tacticals .tactical .tactical-readmore:hover,
article#home-tacticals .tactical .tactical-readmore a:hover {
	background-color: #e9e9e9!important;
}

article#home-tacticals .tactical .padding {
  padding: 10px;
}

article#home-tacticals .tactical .tactical-title {
	font-size: 15px;
  padding: 5px 0px;
  margin-bottom: 10px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

article#home-tacticals .tactical .thumbnail {
  display: block;
  width: 100%;
  height: 100px;
  padding: 0;
  margin-bottom: 10px;
  background-size: cover;
  background-position: center center;
}

article#home-tacticals .tactical .tactical-title .cat-list {
  display: block;
  font-size: 10px;
}

article#home-tacticals .tactical .tactical-title .cat-list a {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  margin: 0 5px;
  background: none;
  color: inherit;
}

article#home-tacticals .tactical .tactical-title .cat-list a:hover {
  text-decoration: underline;
}

article#home-tacticals .tactical .tactical-title .cat-list a:first-child { margin-left:0; }
article#home-tacticals .tactical .tactical-title .cat-list a:last-child { margin-right:0; }

/* =Main content

----------------------------------------------- */

article.post,
article.search {
	background-color: #fff!important;
	height: auto;
	margin-bottom: 20px;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* 
article.post:hover, article.attachment:hover, article.search:hover {
	background-color: #f6f6f6!important;
}
*/

.postcontent .cat-list {
  margin: 10px 0;
}
/*
article.content h1 {
  margin: 0 0 10px 0;

  border-bottom: 1px solid #b3b3b3;

}

article.content h2,
article.content h3 {
  font-size: 16px;
  margin-bottom: 0.5em;
}
article.content h3 {
        font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}

*/
article.content p,
article.content li,
#authorbiog,
#authorcitations,
#topblockleft {
  font: 12px/1.6em Arial, sans-serif;
  font: 14px/1.4em 'Source Sans Pro', sans-serif;
	color: #000!important;
}
article.content ul {
  margin-bottom: 1em;
  padding-left: 15px;
}
article.content p.intro {
  font: normal 16px 'Source Sans Pro', sans-serif;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

article.content .cat-list {
  display: block;
  font-size: 11px;
  margin: 5px 0;
}

article.content .cat-list a {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  margin: 0 5px;
  background: none;
  color: inherit;
}
article.content .cat-list a:hover {
  text-decoration: underline;
}

article.content .cat-list a:first-child { margin-left:0; }
article.content .cat-list a:last-child { margin-right:0; }


/* =Sidebar tacticals
----------------------------------------------- */
.tactical {
  padding: 0;
  xxbackground-color: #f6f6f6;
  padding-bottom: 5px;
  margin-bottom: 20px;
  width: 220px;
}

.tactical.manual {
	background-color: #f6f6f6;
}

.tactical-title.manual {
background-color: #b0cb36;
font-family: 'Source Sans Pro', sans-serif;
font-size: 16px!important;
padding-left: 5px!important;
color: #fff!important;
}

.tactical h4 {
  margin: 0 0 5px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #b3b3b3;
}
.tactical img {
  width: 100%;
  height: 100px;
  padding: 0;
  background-color: #aaa;
}
.tactical p {
  xxfont: 12px/1.6em Arial, sans-serif;
font-family: 'Source Sans Pro', sans-serif;
font-size: 0.8em;
line-height: 1.4em;
  margin: 3px 0 0 0;
  padding-bottom: 3px;
}

.tactical.manual p {
	color: #000;
	padding-left: 5px;
	padding-right: 5px;
}

.tactical a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  padding: 6px 5px;
}
.tactical a:hover {
  background-position: 95% -28px;
  color: #fff;
}

.tactical.manual a {
	color: #b0cb36!important;
	background-color: none;
	font-weight: normal;
	font-size: 14px;
}

.tactical.manual a:hover {
	background-color: #b0cb36!important;
	color: #fff!important;
}

.tactical.manual a:after {
	content: "\00BB";
}





/* =News/Search listing
----------------------------------------------- */
.content .news,
.content .search {
  clear: both;
  padding-bottom: 15px;
}
/* .content .news header, */
.content .search header {
  overflow: hidden;
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid #b3b3b3;
}
/* .content .news header h1, */
.content .search header h1 {
  padding: 0 0 20px 0;
  width: 550px;
  margin: 0;
  border: 0;
}
/* .content .news header p, */
.content .search header p {
  position: absolute;
  right: 0;
  bottom: 7px;
  margin: 0;
  font-size: 11px;
}
/* .content .news .news-content, */
.content .search .news-content {
  clear: both;
}
/* .content .news .news-content p, */
.content .search .news-content p {
  margin-bottom: 5px;
}
.content .search h2 {
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid #b3b3b3;
}
#post-search header {
  overflow: hidden;
  padding-bottom: 7px;
  margin-bottom: 15px;
  border-bottom: 1px solid #b3b3b3;
}
#post-search header h1 {
  padding: 0;
  margin: 0;
  border: 0;
}
#post-search header p#search-term {
  padding-top: 5px;
  font-size: 14px;
  color: #002d62;
  margin: 0;
}
.search-pagination {
  width: 680px;
  float: left;
  margin: 15px 0;
  padding-top: 10px;
  border-top: 1px solid #b3b3b3;
}
.search-pagination p a {
  display: block;
  padding: 5px 15px;
  background-color: #e6e6e6;
  color: #615c31;
  font-size: 14px;
}
.search-pagination p a:hover {
  background-color: #615c31;
  color: #fff;
}
/* =Site Map
----------------------------------------------- */
#site-map {
  list-style: none;
  margin: 0;
  padding: 0;
}
#site-map li {
  font: normal 18px/1.4em Arial, sans-serif;
  font-size: 16px;
  margin: 0 0 15px 0;
  clear: left;
}
#site-map li a {
  display: block;
  text-decoration: none;
  padding: 0;
}
#site-map li ul.children {
  list-style: none;
  margin: 10px 0;
  padding-left: 30px;
}
#site-map li ul.children li {
  font-size: 14px;
  display: inline;
  float: left;
  margin: 0 10px 10px 0;
}
#site-map li ul.children li a {
  padding: 0;
  border: 0;
}
/* =404
----------------------------------------------- */
#post-0 {
  position: relative;
  clear: both;
  height: 355px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
}
#post-0 h1 {
  font-size: 25px;
}
#post-0 p {
  font: normal 18px/1.4em Arial, sans-serif;
  font-size: 18px;
}
#post-0 form#search {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
#post-0 form#search label {
  display: none;
}
#post-0 form#search input[type="submit"] {
  height: 30px;
  border: 0;
  padding: 2px 6px;
  margin: 0;
  cursor: pointer;
}

.wp-caption {
  width: 250px !important;
  background: #f6f6f6;
  padding: 10px;
  float: left;
}

.wp-caption.alignright { float: right; }

.wp-caption img {
  width: 100%;
  height: auto;
}

.wp-caption .wp-caption-text {
  margin: 0;
}

#pagetitle {
  margin-top: 30px;
  position: relative;
  top: 0px;
  clear:both;
  margin-bottom: 10px;
  padding-bottom: 8px;
  padding-right: 150px;
  color: #000;
  font-size: 18px;
  box-sizing:  border-box;
}

#pagetitle > div {
  position: absolute;
  top: 10px;
  right: 0px;
}

#pagetitle p {
	color: #000;
	position: relative;
	top: 12px;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 18px;
	text-transform: uppercase;
  margin: 0;
  margin-bottom: 10px;
}

article header h1 {
	width: 679px;
}

/* People */

.sidebar.lhs ul.menu.person-sorter-type {
  margin-top: 5px;
}

.sidebar.lhs ul.menu.person-sorter-type li:hover a {
  background-color: #4CA9D9;
}


.sidebar.lhs ul.menu.person-sorter-alpha {
    float: left;
	padding: 5px;
  padding-bottom: 0;
}
.sidebar.lhs ul.menu.person-sorter-alpha li {
    width: auto;
    float: left;
    margin: 0;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0;
}
.sidebar.lhs ul.menu.person-sorter-alpha li a {
    padding: 3px 5px;
    background-image: none;
    font-size: 11px;
}
.sidebar.lhs ul.menu.person-sorter-alpha li a.active,
.sidebar.lhs ul.menu.person-sorter-type li a.active {
    background-color: #4CA9D9;
    color: #fff;
}

#post-661.content h1 {
    margin-bottom: 0;
}
#post-661.content .pagination {
    width: 100%;
    padding: 5px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #b3b3b3;
    float: left;
}
#post-661.content .pagination p.person-finder-page {
    float: left;
    width: auto;
    margin: 0;
}
#post-661.content .pagination ul.person-sorter-pagination {
    list-style: none;
    float: right;
    margin: 0;
}
#post-661.content article.person a:hover {
  text-decoration: none;
}
#post-661.content .pagination ul.person-sorter-pagination li {
    display: inline;
    float: left;
    margin: 0 3px 0 0;
}
#post-661.content .pagination ul.person-sorter-pagination li a {
    display: block;
    padding: 0 .4em;
    background-color: #e6e6e6;
    color: #4CA9D9;
}
#post-661.content .pagination ul.person-sorter-pagination li a:hover {
    color: #fff;
    background-color: #6cc7dc;
}
#post-661.content .pagination ul.person-sorter-pagination li a:visited {
    color: #002d62;
}
#post-661.content article.person {
    width: 140px;
  padding: 10px 0;
  border-bottom: 1px solid #4CA9D9;
  display: inline-block;
  vertical-align: top;
  height: 210px;
  margin-right: 12px;

}

#post-661.content article.person:nth-of-type(3n) {
  margin-right: 0px;
}



#post-661.content article.person:hover {
	background-color: #f6f6f6;
}


#post-661.content article.person aside {
    width: 100%;
    height: 140px;
}

#post-661.content article.person aside .profile-picture {
  height: 140px;
  width: 140px;
  background-size: cover;
  background-position: top;
  }

#post-661.content article.person aside img {
    width: 100%;
    height: auto;
    max-height: 120px;
}

#post-661.content article.person .profile {
  width: 100%;
  padding: 10px 0px;
  box-sizing: border-box;
  border-top: 1px solid #4CA9D9;
  margin-top: 10px;
}

#post-661.content article.person .profile h1 {
    border: 0;
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
    width: 100%;
}
#post-661.content article.person .profile h2 {
    margin: 0 0 10px 0;
    color: #002d62;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
}


aside.sidebar.lhs h2,
aside.sidebar.lhs li {
	color: black;
	xxborder-bottom: 1px solid black;
}


.postwrapper {
	min-height: 170px;
	height:100%;
	display:block;
	overflow:hidden;
  position: relative;
}

.postimage {
	float:left;
	width: 220px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;

  background-color: #e2e2e2;

  background-size: cover;
  background-position: center center;
  height: 220px;
}

.postcontent {
	float:left;
	width: 420px;
  margin-left: 20px;
	margin-top: 10px;
	border-top:1px solid black;

  padding: 10px 0;
}

.postcontent h1 {
	font-weight: normal!important;
	font-family: 'Source Sans Pro', sans-serif!important;
	text-transform: uppercase!important;
	border-bottom:none!important;
}

.postcontent p {
	color: #000!important;
        font-family: 'Source Sans Pro', sans-serif!important;
}

#authorblock {
	display: block;
	overflow: hidden;
  border-bottom: 1px dotted #e2e2e2 !important;
  padding: 10px 0;
}

#authorblock:first-of-type {
  border-top: 1px dotted #e2e2e2 !important;
}

#authorphoto {
	float: left;
	width: 100px;
	position: relative;
}

#authorphoto img {
	margin-top: 2px;
  max-width: 100%;
  height: auto;
}

#authorbiog {
	float: left;
	width: 550px;
	position: relative;
	margin-top: 0px;
  margin-left: 20px;
  padding-bottom: 10px;
}


#authorcitations {
	display: block;
	position: relative;
	clear: right;
}

#topblock {
	height: auto;
	overflow: hidden;
	display: block;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #e2e2e2;
}

#topblockleft {
	float:left;
  max-width: 80%;
}

#topblockright {
	float:right;
	text-align: right;
}

/* article.content > img.attachment-post-thumbnail { */
#featured-image > img.attachment-post-thumbnail {
  width: 100%;
  height: auto;
  margin: 0px 0px 20px 0px;
}

#pagenav {
	margin-bottom: 20px;
}

#pagenav .wp-pagenavi {
  text-align: center;
}

#pagenav .wp-pagenavi .pages { display: none; }

#pagenav .wp-pagenavi a,
#pagenav .wp-pagenavi span {
  display: inline-block;
  border: none;
  padding: 3px 7px;
  margin: 2px;
  color: #000;
  font-size: 12px;
  font-weight: 300;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#pagenav .wp-pagenavi a:hover {
  background: #eeeeee;
}

#pagenav .wp-pagenavi .current {
  font-weight: 900;
  background: #DD2B2F;
  color: #fff;
}

#pagenav .wp-pagenavi .nextpostslink,
#pagenav .wp-pagenavi .previouspostslink {
  width: 10px;
  display: inline-block;
  background: #fff url(images/common/icon-arrow.png) no-repeat center center !important;
  text-indent: -9999px;
  opacity: 0.3;
}

#pagenav .wp-pagenavi .previouspostslink {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#pagenav .wp-pagenavi .nextpostslink:hover,
#pagenav .wp-pagenavi .previouspostslink:hover { opacity: 1; }

.rhs-subnav {
	background-color: #f6f6f6;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
  margin-bottom: 20px;
}

.rhs-subnav ul {
	width: 200px;
	display:block;
	list-style-type: none;
}

.rhs-subnav ul li {
	width: 200px;!important;
  margin-bottom: 1px;
}

.rhs-subnav ul li a {
  display: block;
	background-color: #f6f6f6;
	font: 13px 'Source Sans Pro', sans-serif;
	color: #000;
  padding: 3px 5px;
}

.rhs-subnav h2 {
	font: 16px arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
        color: #000;
	padding: 5px;
}

.blognav ul li:hover,
.blognav ul li:hover a,
.blognav ul li.current,
.blognav ul li.current a {
	background-color: #dd2b2f;
	color: #fff;
}

.eventnav ul li:hover,
.eventnav ul li:hover a,
.eventnav ul li.current,
.eventnav ul li.current a  {
	background-color: #4f56a2;
	color: #fff;
}

.probononav ul li:hover,
.probononav ul li:hover a,
.probononav ul li.current,
.probononav ul li.current a {
	background-color: #ee7a1a;
	color: #fff;
}

.newsnav ul li:hover,
.newsnav ul li:hover a,
.newsnav ul li.current,
.newsnav ul li.current a {
	background-color: #35A2A2;
	color: #fff;
}

.related {
	background-color: #f6f6f6;
	margin-bottom: 20px;
	width: 220px;
}

.related a,
.related p {
	color: #000!important;
}

.related h2 {
	text-transform: uppercase;
  font-family: arial, sans-serif;
	font-weight: bold!important;
	font-size: 14px!important;
	border-bottom: none!important;
  padding: 10px !important;
  margin: 0px !important;
	color: #000;
}

.sidebaritem {
  position: relative;
  display: block;
	font-size: 13px;
  line-height: 1.3em;
	clear:right;
	overflow:hidden;
	padding: 10px;
  border-top: 1px solid #ccc;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  font-family: 'Source Sans Pro', sans-serif;
}

.sidebaritem:last-child {

}

.sidebaritem .side-thumb {
  position: relative;
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background-size: cover;
  background-position: center center;
  background-color: #cfcfcf;
}

.sidebaritem:hover,
.sidebaritem:hover a {
	background-color: #E2E2E2;
}

.sidebaritem .typemarker {
  float: none !important;
}

aside label {
	color: #fff;
	font-size: 12px;
	margin-left: 5px;
}

/*
#main-navigation ul li.current_page_item a, #main-navigation ul li.current-page-ancestor a {
	xxbackground-color: #b0cb36!important;
}
*/

#main-navigation ul li.current-page-ancestor a {
	background-color: #b0cb36!important;
}


.typemarker {
  display: inline-block;
	background: #999;
	text-transform: uppercase;
	color: #fff;
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;
}

.related .typemarker {
  margin-left: 0px;
  margin-right: 5px;
  position: relative;
  top: 10px;
}

.bookinglink {
	height: 30px;
	width: 150px;
	background-color: #4f56a2;
	padding-left: 10px;
	padding-top: 5px;
	margin: 20px 0;
}

#speakers {
  border-top: 2px solid #4f56a2;
  padding-top: 5px;
  margin: 20px 0;
}

#speakers h2 {
  font-size: 16px;
}

.bookinglink a:hover {
	text-decoration: underline;
}

/*
 * COMMENTS */

#comments ol {
  margin-top: 10px;
  list-style: none;
  border-bottom: 1px dotted #e2e2e2;
}

#comments ol li {
  padding: 10px;
  background: #FFFEFF;
  border: 1px dotted #e2e2e2;
  border-bottom: none;
}

#comments > ol > li.odd {
  background: #FCFCFC;
}

#comments .avatar { display: none; }

#comments .comment-author {
  font-size: 15px;
  font-weight: 600;
}

#comments .comment-meta {
  font-size: 12px;
}

#comments .comment-body {
  position: relative;
  padding-bottom: 23px;
}

#comments .comment-body > p {
  clear: both;
  font-size: 14px;
  margin: 5px 0;
}

#comments .reply a {
  font-size: 12px;

  display: block;
  float: left;

  padding:  2px 5px;
  background: #EFEFEF;
  color: #000;

  text-transform: uppercase;
}

#comments .comment-meta a { color: #595959 !important; }

#comments .comment-author cite {
  font-style: normal;
}

#comments .comment-author .says { display: none; }

#comments .comment-form-url {
  display: none;
}

#respond {
  padding-top: 20px;
}

#respond > h3,
#comments > h3  {
  color: #000;
  font-size: 16px;
  border-top: 2px solid #DD2B2F;
  padding-top: 5px;
}

.type-events #respond > h3,
.type-events #comments > h3 {
  border-color: #4f56a2;
}

.type-news #respond > h3,
.type-news #comments > h3 {
  border-color: #35A2A2;
}

.type-probono #respond > h3,
.type-probono #comments > h3 {
  border-color: #ee7a1a;
}

#respond form label {
  display: block;
}

#respond input[type=text] {
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  outline: none;
  font-size: 14px;
  padding: 5px;
}

#respond .comment-form-author,
#respond .comment-form-email {
  width: 50%;
  float: left;
}

#respond textarea {
	border-radius: 10px;
  width: 100%;
  max-width: 100%;
  height: 80px;
  box-sizing: border-box;

  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  padding: 5px;
  outline: none;
  border: 1px solid #e2e2e2;
}

#comments .logged-in-as a:nth-child(2) {
  margin-left: 5px;
  font-size: 11px;
}

#respond #submit {
  display: block;
  border: none;
  background: #DD2B2F;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}

.type-news #respond #submit { background: #35A2A2; }
.type-events #respond #submit { background: #4f56a2; }
.type-probono #respond #submit { background: #ee7a1a; }

#respond #submit:hover {
  background: #333;
}

#comments {
	padding-top: 20px;
}

#site-header {
	height: 90px;
}

article.post h1 {
  margin-bottom: 0;
}

dt.gallery-icon img {
	height: 100px;
	width: 100px;
}

.gallery {
	background-color: #f6f6f6;
}

.gallery-caption {
	font-family: "Source Sans Pro", sans-serif;
	width: 100px;
	font-size: 12px;
	padding-left: 15px!important;
	display:none;
}

.typelisting {
	font-family: "Source Sans Pro", sans-serif;
	padding-top: 5px;
}

.footeraddressblock h1 {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
}

.footeraddressblock p {
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	line-height: 16px;
}

.hpdatetime {
	background: #fff;
	padding: 5px 5px 5px 5px;
}

#eventnav {
	height: 30px;
	display: block;
	overflow: hidden;

	position: absolute;
  top: 45px;
  right: 0px;
  z-index: 9999;
}

#eventfuture,
#eventarchive {
        height: 30px;
        width: 100px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	text-align: center;
	border-left: 1px solid #4f56a2;
	border-top: 1px solid #4f56a2;
	border-right: 1px solid #4f56a2;
	padding-top: 3px;
}

#eventfuture {
	float: left;
}

#eventarchive {
	float: right;
}

.footerform {
	float: left;
}



html, body {height: 100%; }

body {
  background: #fff !important;
}

#wrapper {min-height: 100%;}

#page {overflow:auto;
  padding-bottom: 240px;}  /* must be same height as the footer */

#site-footer {
  position: relative;
  margin-top: -240px; /* negative value of footer height */
  /*height: 179px;*/
  clear:both;
}

.caption {
	font-size: 12px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	color: #fff;
	float: left;
	display: none;

}

#featured-image .img_caption {
	display: none;
	margin-bottom: 20px;
    margin-top: -25px;
}
#featured-image:hover .img_caption {
	display: block;
}

.category-listing {
  font-size: 13px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}

#site-footer .alignmiddle {
  float: left;
}

#site-footer h3 {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

#site-footer .alignmiddle p {
  margin: 0;
  color: #fff;
  clear: both;
  padding-top: 10px;
}

.frm_ajax_loading {
	margin-left: -20px;
}
#site-footer .alignmiddle .frm_form_fields {
	float: left;
}
#site-footer .alignmiddle input[type=email] {
  width: 197px;
  box-sizing: border-box;
  border: none;
  border-radius: 5px 0 0 5px;
  padding: 5px;
  font-size: 13px;
  outline: none;
}

#site-footer .alignmiddle .frm_submit {
	float:left;
}
#site-footer .alignmiddle input[type=submit] {
  background: #000;
  border: none;
  padding: 4px 15px;
  border-radius: 0 5px 5px 0;
  margin: 0 0 2px 0;
  float: right;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  line-height: 20px;
}
/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#site-footer .alignmiddle input[type=submit] {
		padding: 5px 15px;
		margin: 2px 0;
	}
}
#site-footer .alignmiddle input[type=email] {
	line-height: 20px;
}

#site-footer .alignmiddle .frm_error {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}

#site-footer .frm_primary_label { display: none; }


.custom-content-pad {
  padding: 10px;
  color: #000;
  font-size: 14px;
}

.custom-content-pad h1 {
  font-size: 16px;
  font-family: "arial", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}

.custom-content-pad img {
  max-width: 100%;
  height: auto;
}

.custom-content-pad p {
  font-size: 14px;
  color: #000;
}
.custom-content-pad p:last-child {
  margin-bottom: 0px !important;
}



#twitter-feed {
  width: 300px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  height: 140px;
  margin-top: 20px;
  color: #000;
  position: relative;
}

#twitter-feed ul {
  list-style: none;
}

#twitter-feed ul li {
  display: block;
  padding: 10px;
  font-size: 12px;
  color: #000;
  line-height: 1.2;
  border-bottom: 1px dotted #ccc;
}

#twitter-feed ul li a {
  color: #38A8E0 !important;
  text-decoration: none;
  font-weight: bold;
}


.header-links p a {
  display: block;

  background: #ee7a1a;
  color: #fff;
  text-decoration: none;
  padding: 15px;
}

#intro_p {
	display: none;
}

#the_content .simplePullQuote {
	background: transparent;
	padding: 10px 0 5px 10px;
	border: 0;
	margin: 0;
  -webkit-box-shadow: none;
}
#the_content .simplePullQuote p {
	font-weight: bold;
	font-size: 1.2em;
	margin: 0;
	text-indent: 0;
}
 
.page-template-page-people-template .container-temp .static h1 {
    border-bottom: 2px solid #4CA9D9;
}

.person-content {
  margin-bottom: 25px;
}

.person-content p {
  width: 300px;
  display: inline-block;
}

.person-content img {
  width: 140px;
  height: auto;
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
}

.person-content .addtoany_share_save_container-temp {
  display: none;
}

.single-person .container-temp .static h1 {
    border-bottom: 1px solid #4CA9D9;
   
}

.single-person .container-temp .static {
  margin-bottom: 50px;
}

.single-person .container-temp .static .person-publications h1 {
   margin: 0px;
}

.single-person .container-temp .static h3 {
  margin-bottom: 10px;
}

.media-filters ul {
  list-style-type: none;
  margin-left: 0px;
  padding: 0px !important;
}

.media-filters ul li {
  width: 140px;
  height: 140px;
  display: inline-block;
  margin-right: 15px;
  box-sizing: border-box;
  text-align: center;
}

.media-filters ul li p {
  color: white !important;
  font-size: 18px;
}

.media-filters ul a:last-of-type li {
  margin-right: 0px;
}

.container-temp .content.media {
  width: 100%;
}

.media-container {
  width: 615px;
  margin: 20px auto;
  display: block;
}
/*
article.content .media-container h1 {
  border-bottom: 2px solid #B0226C;
  margin-bottom: 40px;
  color: #000;
  position: relative;
  top: 12px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 20px;
  line-height: 35px;
}
*/

.media-listing ul {
  list-style-type: none;
  padding: 0px !important;

}

.media-listing ul li {
  display: inline-block;
  width: 140px;
  height: 315px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 15px;
  vertical-align: top;
  border-bottom: 1px solid #ACB2B8;
}

.media-listing ul li:nth-child(4n+4) {
  margin-right: 0px;
}

.media-excerpt .addtoany_share_save_container {
  display: none;
}

.media-type-bar {
  height: 18px;
  background-color: #B0226C;
  width: 100%;
  margin-bottom: 15px;
}

.media-thumbnail {
  position: relative;
  height: 140px;
  margin-bottom: 15px;
}

.media-thumbnail img {
  width: 140px;
  height: 140px;
}

.media-excerpt {
  height: 110px;
}

.person-publications ul {
  list-style-type: none;
  padding: 0px !important;
} 

.person-publications ul li {
  border-bottom: 1px solid #4CA9D9;
  padding: 20px 0px;
}

.person-publications .addtoany_share_save_container {
  display: none;
}

.page-template-page-publications .addtoany_share_save_container {
  display: none;
}

.publications-list {
  list-style-type: none;
  padding: 0px !important;
  margin-top: 30px;
}

.publications-listing-series {
  display: inline-block;
  margin-right: 15px;
  height: 196px;
  width: 300px;
  position: relative; 
  overflow: hidden;
  vertical-align: top;
  margin-bottom: 20px;
}

.publications-list a:nth-child(even) li {
  margin-right: 0px;
}

.publications-listing-series h1 {
  position: absolute;
  top: 40px;
  left: 20px;
  border: none !important;
  color: white;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 30px;
  font-weight: 100 !important;
  width: 200px;
}

.publication-content {
  display: inline-block;
  width: 362px;
  margin: 0px 10px;
  vertical-align: top;
}

.publication-listing li .publication-content h1 {
  width: 300px;
}

/*.publication-listing {
  list-style-type: none;
  padding: 0px !important;
}*/
.publication-listing.open {
  height: auto;
}

.publication-listing {
   border-top: 1px solid #ACB2B8;
   padding: 10px 0px !important;
   list-style-type: none;
   position: relative;
   height: 85px;
   overflow: hidden;
   transition: 0.5s;
}

.publication-listing img {
  width: 118px;
  height: auto;
  display: inline-block;
}

.publication-listing:last-of-type {
  border-bottom: 1px solid #ACB2B8;
}

.publication-listing h1 {
  width: 200px;
  display: inline-block;
  margin-bottom: 0px !important;
}

.publication-listing p {
  width: 330px;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0px;
} 

.publication-listing .addtoany_share_save_container {
  display: none;
}

.person-publications .download {
  background-color: #4CA9D9;
}

.download {
  width: 118px;
  height: 20px;
  background-color: #F2AF13;
  display: inline-block;
  padding: 1px 10px;
  box-sizing: border-box;
  text-transform: uppercase;
  color: white !important;
} 

.publication-type {
  background-color: #ACB2B8;
  color: white;
  width: 60px;
  height: 20px;
  padding: 1px 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

#pagenav-media {
  width: 615px;
  margin: 20px auto;
  text-align: right;
  border-top: 1px solid #ACB2B8;
  border-bottom: 1px solid #ACB2B8;
  padding: 10px 0px;

}

#pagenav-media .pages {
  display: none;
}

#pagenav-media .current {
  background-color: #F6F6F6;
  color: #625C34;
  border: none;
}

#pagenav-media a {
  border: none;
  color: #ACB2B8;
  background-color: #F6F6F6;
}

#pagenav-publications {
  width: 625px;
  margin: 40px auto 20px;
  text-align: right;
  border-top: 1px solid #ACB2B8;
  border-bottom: 1px solid #ACB2B8;
  padding: 10px 0px;
}

#pagenav-publications .pages {
  display: none;
}

#pagenav-publications .current {
  background-color: #F6F6F6;
  color: #625C34;
  border: none;
}

#pagenav-publications a {
  border: none;
  color: #ACB2B8;
  background-color: #F6F6F6;
}

#pagenav-publications .previouspostslink, #pagenav-media .previouspostslink {
  display: none;
}

.single-person .container-temp .sidebar.pages {
  background-color: white;
}

.series-filters {
  list-style-type: none;
  padding: 0px !important;

}

.series-filters li {
  display: inline-block;
  background-color: #ACB2B8;
  margin-right: 10px;
  padding: 0px 10px;
}

.post-type-archive-media #main-navigation ul li.media {
  background-color: #B0226C;

}

.post-type-archive-media #main-navigation ul li.media a {
    color: white;
}

.post-type-archive-publications #main-navigation ul li.publications {
  background-color: #f2ad41;

}

.post-type-archive-publications #main-navigation ul li.publications a {
    color: white;
}

.media-filters ul li img {
  width: 140px;
  height: 140px;
}

.page-numbers {
  list-style-type: none;
  padding: 0px !important;
  margin: 0px !important;
}

.page-numbers li {
  display: inline-block;
  font-size: 18px !important;
}

.seemore {
  color: black !important;
  position: absolute;
  right: 0px;
}

.padding .addtoany_share_save_container {
  display: none;
}

.see-hear:hover {
  background-color: #e9e9e9!important;
}

.see-hear:hover p {
  color: #B0226C !important;
}

.media-item {
  border-bottom: solid 1px black;
  margin-bottom: 10px;
}



/* Header Donate Button */
.donate_button {
  float:  left;
  margin-top:  30px;
  margin-left: -10px;
  margin-right:  10px;
  background:  #de2c30;
  padding: 2px 10px;
  border-radius:  5px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.donate_button a {
  color: #fff !important;
}

.donate_button:hover {
  background-color: #b91d20;
}

#site-footer .alignmiddle .frm_submit{
      width:100%;
}

#site-footer .alignmiddle .frm_submit button{
    float: right;
    height: 35px;
    overflow: hidden;
    margin: 10px 0 0 20px;
    padding: 0 20px;
    outline: none;
    border: 0;
    border-radius: 0;
    font: 300 15px/35px Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    text-shadow: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
	background-color:#000000;
    width:100%;
	}

#site-footer .alignmiddle .frm_submit button:hover{
 	color:#a7a7a7; 
}


#site-footer .alignmiddle input[type=email] {
    line-height: 20px;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 39px;
    padding: 5px 7px;
    outline: none;
    border-width: 2px;
    border-style: solid;
    border-radius: 0;
    background: #fff;
    font: 15px/19px Helvetica, Arial, sans-serif;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
}


#site-footer .alignmiddle .frm_form_fields{
 	width:100%; 
}

#site-footer .frm_forms.frm_style_formidable-style.with_frm_style{
 	max-width:250px;
   	line-height:17px;
}

#site-footer .frm_forms.frm_style_formidable-style.with_frm_style p{
 	color:#000000; 
}

h3.mailchimp{
 	margin-top:20px; 
}