/* main */

body {
    font: 14px/1.5 "Droid Sans", Helvetica, Helvetica Neue, Arial, sans-serif;
    color: #666;
    min-width: 480px;
}

/* no responsive for ie lt 9 */
.lt-ie9 {
	/*min-width: 1024px;*/
}

button,
input,
select,
textarea {
    color: #666;
    font: 14px/1.5 "Droid Sans", Helvetica, Helvetica Neue, Arial, sans-serif;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
    max-width: 100%;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a {
	color: #d57403;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 30px;
    font-weight: normal;
    margin: 0 0 10px 0;
    line-height: 1.2;
}

h2 {
	font-size: 24px;
    font-weight: normal;
    margin: 0 0 10px 0;
    line-height: 1.2;
}

h3 {
	font-size: 22px;
    font-weight: normal;
    margin: 0 0 10px 0;
    line-height: 1.2;
}

h4 {
	font-size: 19px;
    font-weight: normal;
    margin: 0 0 10px 0;
}

h5 {
	font-size: 16px;
    font-weight: normal;
    margin: 0 0 10px 0;
}

h6 {
	font-size: 14px;
    font-weight: normal;
   	margin: 0 0 10px 0;
}

.wrapper {
    width: 1024px;
    margin: 0 auto;
}

/* header */

#header {
	background: #252726;
}

#logo {
	float: left;
	margin: 36px 20px;
	width: 233px;
}

#logo img {
    width: 233px;
    height: 60px;
}

#nav {
	float: right;
	padding: 0 25px 37px 0;
	text-align: right;
}

#nav > ul {
	margin: 10px 0 0 0;
	padding: 0;
}

#nav > ul:first-child {
	text-transform: uppercase;
}

#nav > ul:last-child {
	border-top: 1px solid #ff9e1c;
	border-bottom: 1px solid #ff9e1c;
}

#nav > ul > li {
	display: inline-block;
	margin-left: 8px;
    margin-right: 8px;
    padding: 8px 0;
    position: relative;
}

#nav > ul:last-child li.active:after { 
	bottom: 0; 
	left: 50%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
	border-color: rgba(255, 158, 28, 0); 
	border-bottom-color: #ff9e1c; 
	border-width: 8px; 
	margin-left: -8px; 
}

#nav > ul li a {
	color: #fff;
	text-decoration: none;
}

#nav > ul li.active > a,
#nav > ul li:hover > a {
	color: #ff9e1c;
}

#nav li ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    text-align: left;
    font-size: 13px;
    margin: 0;
    padding: 10px 0 0 0;
    min-width: 180px;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.4);
    z-index: 100;
}

#nav li:last-child ul {
	right: 0;
	left: auto;
}

#nav li:hover ul {
    display: block;
}

#nav li ul a {
    display: block;
    padding: 6px 10px;
    color: #222;
    background: #fff;
}

#nav li ul a:hover {
    background: #ff9d1c;
    color: #222;
}

#menu-button {
	display: none;
	float: right;
    font-size: 36px;
    margin: 50px 48px 29px 0;
    color: #fff;
    line-height: 1;
}

#menu-button:hover,
#menu-button.active{
    color: #ff9e1c;
}

#responsive-nav {
	display: none;
	clear: both;
    padding: 0 25px;
    background: #f2f2f2;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.7) inset;
}

#responsive-nav ul {
    padding: 0;
    margin: 0;
}

#responsive-nav li {
    position: relative;
}

#responsive-nav li i {
    position: absolute;
    right: -20px;
    top: 0px;
    padding: 20px;
    cursor: pointer;
}

#responsive-nav li:first-child a,
#responsive-nav li ul li a {
    border-top: 0;
}

#responsive-nav li a {
    color: #222;
    display: block;
    padding: 16px;
    border-top: 1px dotted #555;
    font-size: 14px;
}

#responsive-nav li:hover,
#responsive-nav a:hover,
#responsive-nav li.active > a {
    color: #ff9e1c;
}

#responsive-nav > ul > li.active:after { 
    left: 0%; 
    top: 26px; 
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute; 
    pointer-events: none; 
    border-color: rgba(255, 158, 28, 0);
    border-left-color: #ff9e1c; 
    border-width: 8px; 
    margin-top: -8px; 
}

#responsive-nav li ul {
    margin-left: 17px; 
    margin-bottom: 20px;
    border-left: 1px solid #c3c3c3;
    display: none;
}

#responsive-nav li ul a { 
    padding: 5px 10px;
    font-size: 14px;
    color: #222;
}

#responsive-nav li ul a:hover {
    background: #ff9e1c;
    color: #222;
}

/* footer */

#footer {
	background: #262626;
	padding: 20px 0;
}

#footer nav {
	float: left;
	padding-left: 20px;
}

#footer nav ul {
	margin: 0;
	padding: 0;
}

#footer nav ul li {
	display: inline-block;
	margin-right: 10px;
}

#footer nav ul li a {
	color: #fff;
	text-decoration: none;
}

#footer nav ul li.active a,
#footer nav ul li:hover a {
	color: #ff9e1c;
}

#footer .social {
	float: right;
	font-size: 28px;
	padding-right: 20px;
}

#footer .social a:first-child .fa {
	margin-left: 0
}

#footer .social .fa {
	margin-left: 20px;
}

#footer .social .fa-facebook {
	color: #547bbd;
}

#footer .social .fa-twitter {
	color: #78ccf0;	
}

#footer .social .fa-google-plus {
	color: #e9644a;	
}

#copyright {
	margin-top: 20px;
	color: #ccc;
	font-size: 13px;
}

#copyright p {
	margin: 0;
}

/* subnav */

#subnav {
	background: #454545;
	padding: 0;
	min-height: 10px;
}

#subnav ul {
	margin: 0;
}

#subnav li {
	display: inline-block;
	font-size: 14px;
	margin: 0 10px;
	position: relative;
	padding: 10px 0;
}

#subnav li a {
	color: #fff;
}

#subnav li.active a,
#subnav li.hover a {
	color: #ff9e1c;
}

#subnav li.active:after { 
	top: 100%; 
	left: 50%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
	border-color: rgba(69, 69, 69, 0); 
	border-top-color: #454545; 
	border-width: 10px; 
	margin-left: -10px; 
}

/* homepage */

#homepage-slider #slider {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}

#homepage-slider #slider .bContainer {
	position: absolute;
	top: 0;
	left: 0;
	display: block !important;
}

#homepage-slider #slider .right {
	left: auto;
	right: 0;
	float: none;
}

#homepage-slider #slider .rsActiveSlide .rsImg  {
	opacity: 1;
}

#homepage-slider #slider .rsImg  {
	opacity: 0.7;
}

#homepage-slider #slider .rsSlide {
	background: url("/web/20140625075740im_/http://civilandhumanrights.org/images/slide-filter.png");
	background-size: cover;
}

#homepage-slider #slider .bContainer > div {
	color: #fff;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*width: 206px;
	height: 203px;*/
	max-width: 206px;
	background: #ff9e1c;
	background: rgba(255, 158, 28, 0.7);
	font-size: 17px;
	border-left-color: #ff9e1c;
}

#homepage-slider #slider .rsActiveSlide .bContainer > div {
	-webkit-transition: all 0.5s ease-out; 
	-moz-transition: all 0.5s ease-out; 
	-o-transition: all 0.5s ease-out; 
	transition: all 0.5s ease-out;
	margin-left: 20px;
	margin-top: 20px;
}

#homepage-slider #slider .bContainer > div h4 {
	line-height: 1.1;
	font-size: 24px;
}

#homepage-slider #slider .bContainer > div p {
	margin: 5px 0;
	line-height: 1.2;
}

#homepage-slider #slider .bContainer > div a {
	color: #fff;
	display: block;
	text-decoration: none;
}

#homepage-slider #slider .bContainer > div:after { 
    right: -16px; 
    top: 26px; 
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute; 
    pointer-events: none; 
    border-color: rgba(255, 158, 28, 0);
    border-left-color: inherit; 
    border-width: 8px; 
    margin-top: -8px; 
    opacity: 0.7;
}

#homepage-slider #slider .rsActiveSlide .bContainer > div:after {
	top: 46px;
}

/*#homepage-slider #slider .rsSlide:nth-child(2) .bContainer > div {
	background: #43a0ef;
	background: rgba(67, 160, 239, 0.7);
}

#homepage-slider #slider .rsSlide:nth-child(2) .bContainer > div:after {
	border-color: rgba(67, 160, 239, 0);
    border-left-color: #43a0ef;
    opacity: 0.7;
}

#homepage-slider #slider .rsSlide:nth-child(3) .bContainer > div {
	background: #f9413a;
	background: rgba(249, 65, 58, 0.7);
}

#homepage-slider #slider .rsSlide:nth-child(3) .bContainer > div:after {
	border-color: rgba(249, 65, 58, 0);
    border-left-color: #f9413a;
}

#homepage-slider #slider .rsSlide:nth-child(4) .bContainer > div {
	background: #1eac23;
	background: rgba(30, 172, 35, 0.7);
}

#homepage-slider #slider .rsSlide:nth-child(4) .bContainer > div:after {
	border-color: rgba(30, 172, 35, 0);
    border-left-color: #1eac23;
}

#homepage-slider #slider .rsSlide:nth-child(5) .bContainer > div {
	background: #1cff9e;
	background: rgba(28, 255, 158, 0.7);
}

#homepage-slider #slider .rsSlide:nth-child(5) .bContainer > div:after {
	border-color: rgba(28, 255, 158, 0);
    border-left-color: #1cff9e;
}*/

#homepage #main > div {
	margin: 0;
	padding: 0;
	width: 100%;
}

#homepage .ui-tabs .ui-tabs-nav {
	padding-left: 60px;
}

/* content */

#main {
	background: #fff;
}

#main > div:only-child {
    float: none;
    width: auto;
    border: 0;
    overflow: hidden;
    width: auto;
}

#main > div {
    float: left;
    padding: 0px 30px 0 47px;
    width: 55%;
    margin-top: 30px;
    margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
}

#main > h1,
#main > h2 {
	padding: 0px 30px 0 47px;
    margin-top: 30px;
    margin-bottom: 20px;
}

#main > h1 + div,
#main > h2 + div {
	margin-top: 0px;
}

#main > aside:not(#album) {
    float: right;
    padding: 0px 30px;
    width: 45%;
    margin-top: 5px;
    margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

#main > aside:not(#album) h5 i {
	color: #ff9e1c;
	margin-right: 10px;
}

#main > aside:not(#album) > div {
	clear: both;
	margin-bottom: 0px;
	overflow: hidden;
	margin-left: 15px;
}

#main > aside:not(#album) div img {
	float: left;
	max-width: 149px;
	margin-right: 15px;
	margin-bottom: 10px;
}

#main > aside:not(#album) div > div {
	float: left;
	width: 57%;
	font-size: 11px;
}

#main > aside:not(#album) div > div h6 {
	line-height: 1.3;
	margin-bottom: 0;
}

#main > aside:not(#album) div > div p {
	margin: 3px 0 10px 0;
}

/* gallery */

#gallery #main #album {
	float: left;
	width: 50%;
	padding-right: 30px;
	padding-left: 40px;
	overflow: hidden;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 40px;
    margin-bottom: 30px;
}

#gallery #main > aside + div {
	border-right: 0;
	border-left: 1px solid #ccc;
	padding: 0 47px 0 30px;
	width: 50%;
}

#gallery #main > div {
    float: none;
    width: auto;
    border: 0;
    overflow: hidden;
    width: auto;
}

#gallery div#related-content {
	width: 100%;
}

.rsUni .rsGCaption {
	font-size: 16px;
	line-height: 18px;
	padding: 12px 0 16px;
	background: #222;
	width: 100%;
	position: static;
	float: left;
	left: auto;
	bottom: auto;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
}

.rsUni .rsGCaption span {
	display: block;
	clear: both;
	color: #bbb;
	font-size: 14px;
}

.rsUni.rsFullscreen .rsGCaption {
	position: absolute;
	top: 0;
	font-size: 22px;
}


/* events */

#event #picture {
	float: left;
	margin-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 187px;
}

#event #details {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 283px;
}

#event #location {
	margin-top: 30px;
}

/* mixitup */

#mixitup-controls {
	background: #222;
	padding: 10px 20px;
	color: #fff;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
}

#mixitup-controls label {
	margin: 0 5px 0 10px;
}

#mixitup-controls a {
	float: right;
}

#mixitup-list {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	text-align: justify;
	font-size: 0.1px;
	-webkit-backface-visibility: hidden;
}

#mixitup-list:after {
  content: '';
  display: inline-block;
  width: 100%;
}

#mixitup-list .mix,
#mixitup-list .gap {
  display: inline-block;
  width: 49%;
}

#mixitup-list .mix {
	display: none;
	width: 19%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 2%;
	text-align: left;
	vertical-align: top;
}

#mixitup-list .mix:before {
  content: '';
  display: inline-block;
}

#mixitup-list .mix:nth-child(5n) {
	margin-right: 0;
}

#mixitup-list .mix h6 {
	font-size: 12px;
	margin: 0;
}

#mixitup-list .mix h4 {
	font-size: 17px;
	margin-bottom: 5px;
}

#mixitup-list .mix p {
	font-size: 13px;
	margin: 5px 0;
}

#mixitup-list .mix img {
	position: relative;
	margin-bottom: 10px;
	max-width: 100%;
}

#mixitup-list .mix img:after {
	bottom: 100%; 
	left: 50%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
	border-color: rgba(255, 255, 255, 0); 
	border-bottom-color: #ffffff; 
	border-width: 8px; 
	margin-left: -8px;
}

#mixitup-list.list .mix {
	width: 100%;
	/*border-bottom: 1px solid #ff9e1c;*/
}

#mixitup-list.list .mix img {
	float: left;
	margin-right: 20px;
	margin-bottom: 2%;
}

#mixitup-list.list .mix h6 {
	font-size: 14px;
	margin: 0;
}

#mixitup-list.list .mix h4 {
	font-size: 19px;
	margin-bottom: 5px;
}

#mixitup-list.list .mix p {
	font-size: 14px;
	margin: 5px 0;
}

/* carousel & related content */

#related-content {
	clear: both;
	padding-top: 40px;
}

#related-content > h5 {
	background: #454545;
	display: inline-block;
	margin: 0;
	padding: 3px 10px;
	color: #ff9e1c;
}

#related-content > hr {
	margin: 0 0 30px 0;
	border-color: #454545;
	position: relative;
	height: 0;
}

#related-content > hr:after {
	top: 100%; 
	right: 1.5%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
	border-color: rgba(69, 69, 69, 0); 
	border-top-color: #454545; 
	border-width: 10px; 
	margin-left: -10px;
}

.carousel-wrapper {
	position: relative;
	clear: both;
	width: 95%;
	margin: 0 auto;
}

.carousel img {
	max-height: 212px;
	width: 100%;
	margin-bottom: 15px;
}

.lt-ie9 .owl-item {
	min-width: 237px;
}

.homepage-carousel img {
	max-height: 212px;
	width: 100%;
	margin-bottom: 15px;
}

.carousel h6,
.homepage-carousel h6 {
	font-weight: bold;
	padding: 0 10px;
	margin: 0 0 5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.carousel p,
.homepage-carousel p {
	padding: 0 10px;
	font-size: 12px;
	margin: 0px;
}

.carousel .next,
.carousel .prev,
.homepage-carousel .next,
.homepage-carousel .prev {
	background: #ff9e1c;
	color: #fff;
	font-size: 35px;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 31%;
	margin-top: -20px;
	z-index: 10;
	text-align: center;
	line-height: 40px;
	opacity: 0.7;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out; 
}

.carousel .next,
.homepage-carousel .next {
	right: -10px;
}

.carousel .prev,
.homepage-carousel .prev {
	left: -10px;	
}

.carousel .next:hover,
.carousel .prev:hover,
.homepage-carousel .next:hover,
.homepage-carousel .prev:hover {
	opacity: 1;
}

#header,
#subnav,
#banner,
#main,
#footer {
	box-shadow: 0 1px 50px rgba(0,0,0,0.4);
}

#banner img {
	height: auto !important;
}

/* blog */

#blog .date {
	float: left;
	width: 48px;
	text-align: center;
	margin-top: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 27px;
	font-weight: bold;
	background: #ff9e1c;
	color: #fff;
	line-height: 20px;
	padding: 2px 0;
	margin-right: 10px;
	text-shadow: 0 0 2px rgba(0,0,0,0.5);
}

#blog .date i {
	margin-top: 10px;
	margin-bottom: 3px;
}

#blog .date i + span {
	font-size: 18px;
}

#blog .date span {
	font-size: 14px;
	display: block;
	text-align: center;
	line-height: 14px;
	margin-bottom: 2px;
	margin-top: 2px;
	text-transform: uppercase;
}

#blog .entry {
	float: left;
	width: 427px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#blog .entry h1,
#blog .entry h2 {
	line-height: 1.2;
}

#blog aside p {
	margin-top: 3px;
	margin-bottom: 5px;
}

#blog aside span {
	color: #222;
	margin-bottom: 2px;
	display: block;
}

#blog aside > div,
#blog article {
	padding-bottom: 20px;
	margin-bottom: 0px;
	overflow: hidden;
}

#blog #main aside > div {
	border-bottom: 1px solid #ff9e1c;
	margin-bottom: 20px;
}

#blog article p {
	margin-bottom: 0;
}

/* jquery ui */

.ui-tabs {
	padding: 0;
	border: 0;
}

.ui-tabs .ui-widget-header {
	background: #252626;
	font-size: 18px;
}

.ui-tabs .ui-state-default, .ui-tabs .ui-widget-content .ui-state-default, .ui-tabs .ui-widget-header .ui-state-default {
	background: none;
	color: #fff;
	border: 0;
}

.ui-tabs .ui-state-default a, .ui-tabs .ui-state-default a:link, .ui-tabs .ui-state-default a:visited {
	color: #fff;	
}

.ui-tabs .ui-state-active, .ui-tabs .ui-widget-content .ui-state-active, .ui-tabs .ui-widget-header .ui-state-active {
	background: none;
	color: #ff9e1c;
}

.ui-tabs .ui-state-active a, .ui-tabs .ui-state-active a:link, .ui-tabs .ui-state-active a:visited {
	color: #ff9e1c;
	position: relative;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active,
.ui-tabs .ui-tabs-nav li {
	padding: 0;
	margin: 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	position: relative;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active:after {
	top: 100%; 
	left: 50%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
	border-color: rgba(37, 38, 38, 0); 
	border-top-color: #252626; 
	border-width: 12px; 
	margin-left: -12px;
}

.ui-tabs .ui-widget-content {
	border: 0;
}

.ui-tabs .ui-tabs .ui-tabs-nav {
	padding: 0;
}

.ui-tabs .ui-widget-header {
	border: 0;
	padding: 0;
}

.ui-tabs .ui-tabs-panel {
	padding: 40px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ui-tabs .ui-tabs-panel > p {
	margin-left: 60px;
}

/* mobile  */
@media only screen and (min-width:0px) and (max-width:767px) {

	.wrapper {
    	width: 100%;
	}

	#logo {
	    margin: 10px 25px 36px 25px;
	    text-align: center;
	}
    
    #nav {
        float: none;
        padding: 0;
        text-align: center;
    }

	#nav ul {
	   display: none;
	}

	#nav ul:first-child {
		display: block;
	}

	#menu-button {
		display: block;
        margin: 35px;
	}

	#responsive-nav {
		clear: both;
	}

	#responsive-nav li a {
		text-decoration: none;
	}

	#main > div:only-child {
		width: 95%;
		margin: 0 auto;
	}

	#main > div > h1 {
		margin-top: 20px;
	}

	#main > h1, 
	#main > h2 {
		margin-left: auto;
		margin-right: auto;
		width: 95%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0;
	}

	#main > aside,
	#main > div,
	#gallery #main #album,
	#gallery #main > div,
	#main > aside:not(#album) {
		float: none;
		margin: 20px auto 20px auto;
		padding: 0;
		width: 95%;
		border: none;
	}

	#main > aside:not(#album) div > div {
		width: auto;
	}

	#main > h1 + div, 
	#main > h2 + div {
		overflow: hidden;
	}

	.frame {
		margin: 0 auto;
		display: block;
	}

	.carousel .next,
	.carousel .prev,
	.homepage-carousel .next,
	.homepage-carousel .prev {
		/*top: 26%;*/
	}

	.carousel .next,
	.homepage-carousel .next {
		right: 0px;
	}

	.carousel .prev,
	.homepage-carousel .prev {
		left: 0px;	
	}

	#blog .entry {
		width: 90%;
	}

	#mixitup-controls {
		padding: 10px 5px;
	}

	#mixitup-controls label {
    	margin: 0px 3px;
	}

	#mixitup-controls .button {
		padding: 4px 5px;
	}

	#mixitup-list .mix {
		width: 49%;
	}

	#footer {
		text-align: center;
		margin-top: 30px;
		padding-bottom: 60px;
	}

	#footer nav {
		float: none;
		padding: 0;
		text-align: center;
	}

	#footer .social {
		float: none;
		display: block;
		text-align: center;
		padding: 0;
		margin-top: 20px;
	}

	#subnav ul {
		display: none;
	}

	#footer nav ul li {
		display: block;
		margin: 0 0 10px 0;
	}
    
    #header,
    #subnav,
    #banner,
    #main,
    #footer {
        box-shadow: none;
    }

    img.left,
    img.right {
    	float: none;
    	display: block;
    	margin: 0 auto !important;
    }

}

/* portrait tablet to landscape and desktop */
@media only screen and (min-width:768px) and (max-width:959px) { 

}

/* custom */

/* portrait tablet to landscape and desktop */
@media only screen and (max-width:1120px) { 
	#footer {
		padding-bottom: 60px;
	}

	#toTop {
    	display: none !important;
    }
}

/* forms */

input[type="submit"],
button[type="submit"] {
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
	background: #ff9e1c;
	border: 0;
	cursor: pointer;
	text-shadow: 0 0 2px rgba(0,0,0,0.3);
	font-size: 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="text"],
input[type="email"],
select,
textarea {
	padding: 8px 10px;
	box-shadow: 1px 2px 5px rgba(0,0,0,0.15) inset;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	background: #eee;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 5px;
	vertical-align: middle;
}

form label {
	margin-bottom: 4px;
	display: inline-block;
}

form span.error {
	color: #cc0000;
	font-size: 12px;
}

form .formRow {
	overflow: hidden;
	margin: 0 0 10px 0;
}

form span.required {
	color: #cc0000;
}

/* mailchimp */

#mc_embed_signup ul {
	list-style: none;
	padding: 0px;
	margin-top: 5px;
}

.mc-field-group {
	margin-bottom: 5px;
}

.mc-field-group.input-group {
	margin-top: 15px;
}

.indicates-required {
	text-align: right;
	font-size: 12px;
}

.asterisk {
	color: #cc0000;
}


/* comments */

.comments {
	clear: both;
	border-top: 1px solid #ff9e1c;
	padding-top: 20px;
}

.comment cite,
.comment .says {
	color: #222;
	font-style: normal;
}

.comments .list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.comments .comment > div {
	background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    padding: 15px 15px 15px 120px;
    position: relative;
    margin-bottom: 20px;
}

.comments .comment > div img {
	left: 15px;
    position: absolute;
    top: 11px;
}

.comments .comment > div p {
	margin: 10px 0 0 0;
}

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

/* misc */

#toTop {
    background: url("/web/20140625075740im_/http://civilandhumanrights.org/images/ui.totop.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 0px;
    bottom: 5px;
    display: none;
    height: 36px;
    overflow: hidden;
    position: fixed;
    right: 5px;
    text-decoration: none;
    text-indent: 100%;
    width: 36px;
    z-index: 1000;
}

#toTopHover {
    background: url("/web/20140625075740im_/http://civilandhumanrights.org/images/ui.totop.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    border-radius: 0px;
    display: block;
    float: left;
    height: 36px;
    opacity: 0;
    overflow: hidden;
    width: 36px;
}

iframe {
	max-width: 100%;
}

.pagination {
	list-style: none;
	text-align: center;
	padding: 0;
}

.pagination li {
	display: inline-block;
}

.pagination li a.active {
	color: #222;
}

.gallery {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;  
  user-select: none;
}

div.env-dev,
div.env-staging,
div.env-local {
    font: normal 14px;
    color: #fff;
	padding: 5px;
	width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	display: block;
}

div.env-dev {
    background: #327e04;
}

div.env-staging {
    background: #ff8400;
}

div.env-local {
    background: #cc0000;
}

.button {
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
	background: #ff9e1c;
	border: 0;
	cursor: pointer;
	text-shadow: 0 0 2px rgba(0,0,0,0.5);
}

.button:hover {
	background: #db8615;
}

.button:active {
	background: #ff9e1c;
}

.list-inside {
	list-style-position: inside;
}

.frame {
	border: 1px solid #ff9e1c;
	padding: 5px;
}

.left {
	float: left;
}

img.left {
	margin-right: 2em;
	margin-bottom: 1em;
	clear: left;
}

.right {
	float: right;
}

img.right {
	margin-left: 2em;
	margin-bottom: 1em;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* print styles */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    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;
    }
}
/*
     FILE ARCHIVED ON 07:57:40 Jun 25, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:02:20 May 19, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 324.194
  exclusion.robots: 217.499
  exclusion.robots.policy: 217.487
  xauthn.identify: 93.872
  xauthn.chkprivs: 123.251
  RedisCDXSource: 3.853
  esindex: 0.013
  LoadShardBlock: 68.565 (3)
  PetaboxLoader3.datanode: 136.016 (5)
  CDXLines.iter: 28.847 (3)
  load_resource: 137.995 (2)
  PetaboxLoader3.resolve: 60.906 (2)
*/