@charset "utf-8";
/*
    Client : Serious Fraud Office
*/


/* Layout */
.wrap, .contentWrap {
	max-width: 1200px;
	margin: 0 auto !important;
}
.hide-for-large {
		display:none;
}

/* FONTS */

/* first for IE 4–8 */
@font-face {
	font-family: DaxWeb;
	src: url("DaxWeb.eot");
}
/* then for WOFF-capable browsers */
@font-face {
	font-family: DaxWeb;
	src: url("DaxWeb.woff") format("woff");
}
h1, h2, h3, h4, h5 {
	font-family: DaxWeb, sans-serif;
    line-height: 1.2em;
}
/****
 * WP defaults
 */
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption-text {
	font-size: 1em;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.sticky {
}
.gallery-caption {
	color:#333;
}
.bypostauthor {
	color:#333;
}

/****
 * Floats
 */
.alignright {
	float: right;
	margin-left: 1em;
}
.alignleft {
	float: left;
	margin-right: 1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.purpleTextColour {
	color:#234F96;
}
.purpleBackgroundColour {
	background-color:#23376B;
}
/* TABLES */
table { 
	width: auto; 
	border-collapse: collapse; 
}

@media screen and (max-width: 767px) {
	table {
		width: 100%;
	}
}
/* Zebra striping */
/*tr:nth-of-type(odd) { 
	background: #eee; 
} REMOVED AS REQUESTED DURING ACCESSIBILITY REVIEW - TS 14.07.2020 - ZEN #3227. */
th { 
	background: #333; 
	color: white; 
	font-weight: bold; 
}
td, th { 
	padding: 6px; 
	border: 1px solid #f2f2f2; 
	text-align: left; 
}
table tbody tr {
border-bottom: 1px solid #f2f2f2;}
@media screen and (max-width: 767px) {		table tbody tr {font-size: 0.8em;}}
@media screen and (max-width: 553px) {		table tbody tr {font-size: 0.5em;}}
@media screen and (min-width: 768px) {		table tbody tr {font-size: 0.5em;}}
@media screen and (min-width: 900px) {		table tbody tr {font-size: 0.6em;}}
@media screen and (min-width: 1090px) {		table tbody tr {font-size: 0.8em;}}
.skip {
  /*display:none;*/
    position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
}
.skip:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin: inherit !important;
    overflow: visible !important;
    clip: auto !important;
    outline: 3px solid #f4f4ef;
    background-color: #f4f4ef;
}

/* BLOCKQUOTE */

blockquote {
	font-family: DaxWeb, sans-serif;
	background-color: #a78ba0;
	color:#fff;
	font-size:1.4em;
	font-weight:lighter;
	margin-bottom:2%;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
blockquote p {
	font-family: DaxWeb, sans-serif;
	margin-bottom: 0px;
	display: inline-block;
	width: 96%;
	padding: 1% 2% 0px 2%;
	float: left;
	line-height:1.4em;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
	background-color: #23376B;
}
blockquote p:before {
	background-image: url('../images/icon-quote-marks.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 50px;
	height:20px;
	top: 0;
	background-color: #23376B;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
	display: inline-block;
	position: relative;
	left: 0;
	content: "";
}
blockquote p:after {
	background-image: url('../images/icon-quote-marks.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 50px;
	height: 20px;
	top: 0px;
	display: inline-block;
	position: relative;
	content: "";
}
blockquote h5 {
	float: left;
	font-size: 1em;
	clear: both;
	height:20px;
	padding-right:2%;
	
	
	background-color: #23376B;
	text-align: right;
	width: 98%;
	color:#fff;
	margin-bottom:0px;
}
blockquote h6 {
	clear:both;
	font-size: 1em;
	line-height: 1.4em;
	padding:0.5% 2%;
	font-family:Arial, Helvetica, sans-serif;
}

/* TYPOGRAPHY 
------------------------------------- */

body {
	margin: 0;
	font-family: 'DaxWeb', sans-serif;
    font-family: arial, helvetica, sans-serif;
	color: #555555;
	background-color: #ffffff;
}
h1, h2, h3, h4, h5 {
	font-family: DaxWeb, sans-serif;
	margin-bottom:0.3em;
	color:#234F96;
}
h1 {
	font-size:2em;
}
h2 {
	font-size:1.6em;
    line-height: 1.4em;
}
h3 {
	font-size: 1.4em;
    line-height: 1.4em;
}
h4 {
	font-size: 1.2em;
    line-height: 1.2em;
}
h1, h2, aside h3 {
	padding-bottom:0.4em;
}
aside h3 {
	font-size:1.2em;
}

aside h4 {
	font-size:1.0em;
}
p {
	line-height: 1.6em;
	margin-bottom: 1em;
	font-size: 1em;
	/*clear:both; */
	font-family:Arial, Helvetica, sans-serif;
}
li {
	font-family:Arial, Helvetica, sans-serif;
}
.homeUpdate h2, .news-list h2 {
	border-bottom:none;
}
.homeUpdate h2 a, .news-list h2 a {
	text-decoration:none !important;
}
#courtDates h3 {
	font-size:1.2em;
    line-height: 1.4em;
}
#courtDates h4 {
	font-size: 1.2em;
    line-height: 1.4em;
}
.more-btn {
	font-family: DaxWeb, sans-serif;
	color:#234F96;
	font-size: 1em;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	text-decoration:none !important;
	padding:5px 0;
}
input {
	font-family: Arial, Helvetica, sans-serif;
}
#pageContent {
    min-height: 400px;   
}
#pageContent article ul.latestNews, #pageContent article ul.contentListing {
	margin-left: 0;
}
#pageContent article ul li {
	list-style-type: disc;
    margin-left: 20px;
	clear:left;
	font-size: 1em;
    line-height: 1.4em;
}
#pageContent article ol li {
	list-style-type:decimal;
	margin-left: 20px;
    line-height: 1.6em;
}
#pageContent article a {
	text-decoration:underline;
}
#pageContent article a:hover {
	text-decoration:none;
}
#content ul {
	margin-bottom:10px;
}
#pageContent li {
	line-height:1.2em;
	margin-bottom: 10px;
}
#timeline li {
	list-style:none;
}
ul.latestNews li {
	list-style:none;
}
a {
	color: #2c4586;
	text-decoration: none;
}
a:hover, a:focus {
	color:#000;
	text-decoration: underline;
}
hr {
	border-top: 1px solid #555 !important;
	float:left;
	border-bottom:none;
}
.img-rounded {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.img-polaroid {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #77787b;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}
em, i {
	font-style:italic;
}
strong, b {
	font-weight:bold;
}
.dropdownIcon {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #f00;
}
/* LINKS 
------------------------------------- */

.btn, .button {
	font-family: DaxWeb, sans-serif;
	font-weight: normal;
	padding:3px;
	position: relative;
	float: left;
	margin-bottom:5px;
	color:#234F96;
	margin-right:10px;
	clear:both;
	text-decoration:none !important;
	border-top: 1px solid #77787b;
	border-bottom: 1px solid #77787b;
}
.btn:hover, .button:hover {
	text-decoration: none;
}

.btn-block {
	display:block;
	width:94%;
	padding:15px 3%;
	text-align:center;
}
.wpdm-pro a {
	color:#666;
}
.wpdm-pro a:hover {
	color:#000;
}
#pageContent div#pagination {
	display: block;
    float: left;
    margin-top: 10px;
    position: relative;
}
#pageContent div#pagination ul.page-numbers li {
	position: relative;
	float: left;
	list-style: none;
	margin-right: 0%;
	margin-left: 0px;
	list-style-type: none;
	display: inline-block;
	clear: none;
}
#pagination li a, #pagination li span {
	background: #333;
	color:#FFF;
	margin: 0 10px 0 0;
	padding: 10px 15px;
	text-decoration:none;
    display: block;
    border-radius: 2px;  
}
#pagination li a:hover {
	background: #23376B;
}
#pagination li span {
	background: #23376B;
}
/* collapsable link */
section.collapsable h3 {
	cursor:pointer;
	color:#234F96;
	padding-top: 5px;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}
section.collapsable h3:after {
    content: "+";  
    float: right;
}
section.collapsable h3.open:after {
    content: "-";   
}

/* PAGE HEADER 
------------------------------------- */
#cookieNote {
	background:#23376B;
	color:#FFF;
	padding:25px;
	text-align:center;
}
#cookieNote a {
	color:#FFF;
	text-decoration: underline;
}
#cookieNote a span#close {
	background-repeat:no-repeat;
	background-position: center center;
	width:40px;
	height:40px;
	color:#fff;
	display:inline-block;
	text-indent:-9999em;
	position:absolute;
	background-image: url('../images/close-icon.png')!important;
	background-color: #000;
	left:0;
	top:0;
}
#cookieNote p {
	padding:0 10%;
}
header {
	border-top:8px solid #a97c50;
	position:relative;
	float:left;
	width: 100%;
}
header.page-header {
	border:none;
}
header.globalHeader {
	display:block;
	width: 97%;
	float:left;
	padding: 32px 1.5% 20px;
}
#siteLogo {
	width:300px;
	height:60px;
	float: left;
	text-indent:-9999em;
	background-image: url(../images/sfo-logo_v3.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: contain;
}

/*publication inline styles*/
.information_collapsable_outer {
/*background-color of rgba(244, 244, 239, 1); REMOVED AS REQUESTED DURING ACCESSIBILITY REVIEW - TS 14.07.2020 - ZEN #3227. */
width: 98%; 
margin-bottom: 10px; 
padding: 8px 1% 8px 1%; 
float: left; 
position: relative;
}

.information_collapsable_inner {
background-color: #fff; 
padding: 8px 1% 8px 1%; 
float: left; 
position: relative; 
width: 98%;
}
/*END pub inline styles*/ 

@media screen and (max-width: 420px) {
	#siteLogo {
		top: 25px;
		position: relative;
	}
}



/* NAVIGATION
------------------------------------- */
a.twitterIcon {
	width:28px;
	height:28px;
	background:url(../images/twitter-icon.png) #A2D1FF no-repeat;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	text-indent: -99999em;
	float:right;
    position: relative;
    top: -5px;
}
a.twitterIcon:hover {
	background-color:#6C95A9;
}
#mobileNav, #searchDropdown {
	display:none;
	text-indent:-9999px;
}
#navWrap {
	float:right;
	margin-top:16px;
   /* margin-right: 10px; */
}
nav#mainNav {
	font-family: DaxWeb, sans-serif;
	position: relative;
	float: right;
	z-index: 100;
	height:28px;
	margin-right:5px;
}
/* Nav Level 1 */
nav#mainNav ul {
	margin:0;
}
nav#mainNav ul li {
	font-family: DaxWeb, sans-serif;
	float:left;
	position:relative;
	list-style: none;
}
nav#mainNav ul li a {
	color:#555;
	font-size:1em;
	text-decoration:none;
	position:relative;
	float:left;
	display:inline-block;
	text-align:left;
	border-right:1px solid #999;
	padding: 7px 20px 7px;
}
nav#mainNav ul li:last-child a {
	border:none;
}
nav#mainNav ul li:hover, nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-item, nav#mainNav ul li.current-menu-item a {
	color: #2c4586;
	border-bottom:2px solid #23376B;
}
/* Navigation with sub level nav */
nav#mainNav ul li.parent a:after {
	content: "";
	display: block;
	border: 0.3em solid #00A17B;
	border-color: #00A17B transparent transparent transparent;
	position: absolute;
	top: 48%;
	right: .8751em;
}
nav#mainNav ul li.parent ul li a:after {
	border:none;
}
/*
Level 2
*/

nav#mainNav ul li ul {
	display:none;
	z-index:100;
	border-right:0px solid #FFF;
	transition: ease-in 1s;
	height:0;
}
nav#mainNav ul li:hover ul {
	display:block;
	height:100%;
}
nav#mainNav ul li ul li {
	z-index:100;
	width:100%;
	border-top:1px solid #333;
}
/*
Level 3
*/

nav#mainNav ul li:hover ul li ul {
	display:none;
	z-index:100;
	border-right:0px solid #FFF;
}
nav#mainNav ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:100%;
	width:100%;
}
#searchWrap {
	position: relative;
	float:right;
}
#searchWrap form {
	float:right;
	
}
#searchWrap label {
	float:left;
	text-indent:-99999px;
}
input.search-query {
	padding-right:0;
	padding-left:10px;
	border-radius: 0;
	float:left;
	position:relative;
	border:0;
	/*background of rgba(244,244,239,1); REMOVED AS REQUESTED DURING ACCESSIBILITY REVIEW - TS 14.07.2020 - ZEN #3227. */
	border:#eee;
}
#searchSubmit {
	height: 30.5px;
	width: 30.5px;
	border:0;
	float:left;
	position:relative;
	color:#FFF;
	text-indent:-99999px;
	background-color: #23376B;
	background-image: url(../images/search-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#searchSubmit:hover {
	background-color:#3C5EB7;
}
/* SUB NAV
------------------------------------- */
ul.sub-menu {
	margin-bottom:5px;
	position: relative;
	float: left;
	width:100%;
}

/*ul.sub-menu li {
	
}*/

ul.sub-menu li a {
	margin:0;
	width:90%;
	padding-left:7%;
	border:none;
}
ul.sub-menu li a:hover {
	margin:0;
	width:90%;
	padding-left:7%;
	border:none;
}
.current_page_item.menu-item-has-children a {
	margin:0;
	border-bottom: 0px;
}
ul.sub-menu li.current-menu-item a {
	background:#fff;
	color:#234F96;
}
ul.sub-menu li.current-menu-item li a {
	color:#fff;
	padding-left:10%;
	width: 87%;
}
ul.sub-menu li.current-menu-item li a:hover {
	background:#FFF;
	color:#000;
}

ul.sub-menu li .sub-menu a {
}

/* News sidebar nav font */
.news-sidebar a {
	font-family: DaxWeb, sans-serif; 	
}

/* PAGE CONTENT ALIGNMENT
------------------------------------- */

#pageContent {
	width: 72%;
	padding: 0%;
	float: right;
	position: relative;
}
.page-template-contact #pageContent {
    float: left;   
}
.home #pageContent {
    float: left;
    width: 72%;
}
@media screen and (max-width: 768px) {
    .home #pageContent {
        width: 100%;   
    }
}
#pageContent article, #pageContent article.archive {
	float:left;
	width:100%;
}
#pageContent.floatRight {
	float:right;
}
aside {
	width: 24%;
	padding: 15px 1% 0px 1%;
	/*margin-top: 20px; */
	float: left;
	position: relative;
	height:100%;
	/*background-color of rgba(244, 244, 239, 1); REMOVED AS REQUESTED DURING ACCESSIBILITY REVIEW - TS 14.07.2020 - ZEN #3227. */
}
.homeAside, .two-col aside {
    float: right;
}
aside section {
	background:#fff;
	padding: 10px 4%;
	margin-bottom:10px;
	position:relative;
	float: left;
	width: 92%;
	border-top:2px solid #23376B;
}
.section-content {
	background: #fff;
	padding: 4%;
	margin-bottom: 10px;
	position: relative;
	float: left;
	width: 92%;
}
aside section ul li {
	border-bottom:1px solid #999;
	margin-bottom:10px;
}
aside a.title_btn {
	font-family: DaxWeb, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
	background:#fff;
	padding:4% 4% 2% 4%;
	position:relative;
	float:left;
	width:92%;
	border-top:2px solid #23376B;
	text-decoration:none;
	margin-bottom:10px;
}
aside a.title_btn:hover {
	text-decoration:underline;
}
aside p, .line-sidebar p {line-height: 1.4em !important;}
#pageContent.two-col {
	position:relative;
	padding:0;
	width: 74%;
}
#pageContent.two-col article {
	width:60%;
	float:left;
	padding:2% 2% 0 2%;
}
.two-col h2 {
	margin-top:35px;
	position:relative;
	float:left;
	width:100%;
}
/* right side bar */
#pageContent.two-col aside {
	width:30%;
	float:right;/*background:#FDF6E8;*/
}
/* CASE INFO PAGE */
.case-information h2 {
	width:100% !important;
}
section.charges {
	border-bottom:1px solid #f2f2f2;
	position:relative;
	float:left;
	width:100%;
	padding:10px 0;
	font-size: 1em;
}
.chargeDate {
	width: 0%;
	position:relative;
	float:left;
}
.chargeDefendant {
	position:relative;
	float:left;
	width: 30%;
}
.chargeCharge {
	position:relative;
	float:left;
	width: 70%;
}
/* BREADCRUMBS
------------------------------------- */
#breadcrumb {
	width: 97%;
	position:relative;
	float:left;
	color:#000;
	padding:5px 1.5% 5px;
	font-size: 1em;
    margin-bottom: 15px;
}
#breadcrumb a {
	color:#234F96;
}
#breadcrumb a:hover {
	color:#000;
}
/* HOME PAGE 
------------------------------------- */
#homeIntro {
	position: relative;
	float: left;
}
#homeIntro p {
	color: #77787b;
	font-size: 3em;
	line-height: 1.2em;
	font-family: DaxWeb, sans-serif;
    margin-bottom: 20px;
}
section#homeUpdates {
	position: relative;
	float: left;
}
.homeUpdate {
	width: 50%;
	position: relative;
	float: left;
}

#pageContent .homeUpdate article {
	/*padding:0 20px;
	margin-left:-20px;*/
	width:96%;
}
/*inline styling in updates section*/
.homepage_beta{
border-bottom: 1px solid #555; 
border-top: 1px solid #555; 
text-align: center; 
margin: 0px 0px 10px 0px; 
padding-top: 10px; width: 98%;
}

.homepage_beta p{
padding: 5px 0px 5px 0px; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 1em; color: #555555!important; 
line-height: 1.4em !important;
}

.homepage_beta a{
text-decoration: none;
}
/*END inline styling in updates section*/

.homeUpdate h2 {
	border-top: 1px solid #555;
	padding-top:20px;
}
.homeUpdate article img {
	width: 100%;
	height: auto;
	display: block;
	margin: 10px 0;
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}
.homeUpdate article img:hover {
	-webkit-transform: scale(1.02, 1.02);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1.02, 1.02);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}
.homeUpdate article p a {
	text-decoration:none !important;
	color:#666;
}
.homeUpdate article p a:hover {
	
	color:#000;
}
.homeUpdate a.more-btn {
	margin-top:10px;
	position:relative;
	float:left;
}
.updateInfo {
	font-family: DaxWeb, sans-serif;
	font-family: DaxWeb, sans-serif;
	font-size: 1em !important;
	margin-bottom:5px;
	padding:3% 0;
}
.updateInfo .date {
	font-style:italic;
	font-weight:normal;
}
#homeNewsLink {
	position:relative;
	float:right;
	clear:both;
	width:100%;
	margin-top:0px;
	right: 1%;
}
#homeNewsLink .btn {
	float:right;
}
/* Home SideBar */
#campaigns {
	display:block;
	position:relative;
	float:left;
}
.campaignBox {
	position:relative;
	float:left;
	width:92%;
	padding: 10px 4% 5px 4%;
	background:#FFF;
	margin:0 0 10px 0;
	border-top: 2px solid #23376B;
}
.campaignBox a {
	font-family: DaxWeb, sans-serif;
	font-size: 1.2em;
    line-height: 1.4em;
}
.campaignBox a img {
	width:100% !important;
}
.campaignBox p {
	width: 100%;
	position: relative;
	float: left;
}

.campaignBox p a {
    font-size: 1em;
    font-family: arial, helvetica, sans-serif;
}

section#courtDates {
	position:relative;
	float:left;
}
section#courtDates ul {
	margin:0;
}
section#courtDates ul li {
	list-style: none;
	width:100%;
}

section#courtDates ul li p {
	display: block;
	width: 100%;
	clear: both;
}

section#courtDates .courtLocation {
	border-bottom: none;
}
/* ABOUT US
------------------------------------- */

.about-us h2 {
	border-bottom:0px !important;
	color:#555555;
	width:100%!important;
}
.about-us h3 {
	color: #666;
}
.about-us h4 {
	font-size:1.1em;
	font-weight:bold;
}
.about-us ul li {
	list-style-type: none !important;
	background-image: url(../images/icon-bullet-about-us.png);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	color: #2c4586;
	margin-left: 2%!important;
	padding-left: 20px;
}
.left-thirds span.expand-item {
	background-color: #fff;
	padding: 10px 6px;
	position: absolute;
	z-index: 999;
	bottom: -1px;
	right: 0px;
}
.right-thirds span.expand-item {
	background-color: #fff;
	padding: 10px 6px;
	position: absolute;
	z-index: 999;
	bottom: -1px;
	left: 0px;
}
span.expand-item span {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.top-border {
	border-top: 1px solid #555;
	padding-top: 20px;
	margin-top:20px;
	float:left;
	width:100%;
}
.one_half, .one_third, .two_thirds, .three_fourths, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	position: relative;
	margin-right: 4%;
	margin-bottom: 20px;
	float: left;
}
.one_half {
	width: 48%;
}
.one_third {
	width:30.66%;
}
.two_thirds {
	width:65.33%;
}
.one_third img, .two_thirds img, .one_half img {
	width:100%;
}
.last {
	margin-right: 0 !important;
}
.full-width {
	width:100%;
}
.full-width h2, .full-width h3, .full-width h4 {
	display:block;
	width:98%;
	padding-left: 2%;
}
/* CONCERTINA */
.expand {
	padding-left:20px;
	cursor:pointer;
	background-image: url(../images/icon-accordian.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.expand-active {
	background-position: bottom left;
	}

/* SIDEBAR ADVANCED MENU 
--------------------------------------*/
.section-content div h3, .section-content > h3 {
	border-bottom: 3px solid #23376B;
	margin-bottom: 0.5em;
	padding-bottom: 0.2em;
}
ul.menu {
	margin-bottom:20px;
	float:left;
	width: 100%;	
}
ul.menu li {
	margin-bottom:3px;
	color: #fff;
	float:left;
	width:100%;
}
/*
ul.menu li.menu-item {
	margin-bottom:30px;
	width: 80%;
}
*/
ul.menu li.menu-item a {
	font-family: DaxWeb, sans-serif;
	color:#234F96;
	padding-left:0px;
	width: 100%;
	float:left;
	padding-bottom:5px;
	padding-top: 2%;
	margin-bottom:5px;
	border-bottom: 1px solid #555;
}
ul.menu li.menu-item-has-children a:hover {
	background-color:transparent;
	color:#000;
}
ul.menu li.menu-item-has-children ul.sub-menu li {
	margin-bottom:0px;
}
ul.menu li.menu-item-has-children ul.sub-menu li a {
	float: left;
	width: 90%;
	padding: 1% 2% 1% 8%;
	color: #2c4586;
/*	background-image: url(../images/icon-bullet-link-first-level.png);
	background-repeat: no-repeat;
	background-position: 3% 7px;*/
	border:none;
}
ul.sub-menu {
	margin-bottom:0px;
}
/*
ul.sub-menu li {
	border-bottom: 1px solid #f2f2f2;
}
ul.sub-menu .sub-menu {
	border-top: 1px solid #f2f2f2;	
}*/
ul.sub-menu li.menu-item {
	width: 100%;
}
ul.menu li ul.sub-menu li ul.sub-menu a {
	/*background-image: url(../images/icon-bullet-link-second-level.png);
	background-repeat: no-repeat;
	background-position: 9% 8px;*/
	padding-left:12%;
	width:86%;
}
ul.menu li ul.sub-menu li ul.sub-menu a:hover {
	padding-left:12%;
	width:86%;
}
ul.menu li ul.sub-menu li.menu-item-has-children {
	margin-bottom:0px;
}
ul.menu li ul.sub-menu li a:hover {
	/*text-decoration: none;
	background-color: #23376B!important;*/

}
/* SIDEBAR (ABOUT US) LINE
------------------------------------- */
.line-sidebar {
	display: block;
	float: left;
	width:22%;
	padding: 25px 1% 50px 1%;
	background-color: transparent;
	padding-top: 0px;
	padding-bottom:0px;
	border-left: 3px solid #23376B;
}
.pull-block {
	background-color:#ebe6e9;
	padding:8px;
	margin-bottom:8px;
}
.pull-block h2 {
	text-align:center;
	border-top: 1px solid #23376B;
	margin-top:8px;
	padding-top:8px;
}
.pull-block h3 {
	line-height:1.4em;
}
.pull-block a {
	color:#000;
}
.pull-block img {
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.highlighted {
	background-color: #23376B;
	text-align:center;
	color:#fff;
}
.highlighted h3 {
	margin: 0px;
	padding-bottom: 0px;
	line-height: 1em;
	font-size: 1.6em;
	color: #fff;
}
.highlighted p {
	margin-bottom:0px;
}
/* SIDEBAR NEWS
------------------------------------- */
.news-sidebar ul.month li {
	float: left;
	width: 92%;
	padding: 2% 4%;
	margin-bottom: 0px!important;
}
.news-sidebar ul.year li {
	float: left;
	width: 92%;
	padding: 2% 4%;
	margin-bottom: 0px!important;
	border-top: 1px solid #555 !important;
}
.news-sidebar #categories-3 h3 {
	text-indent:-99999px;
	border-bottom:none;
	height:1px;
}
.news-sidebar li.cat-item a {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	text-decoration: none !important;
	float:left;
	margin-bottom:20px;
	clear:left;
	width: 100%;
	padding: 2% 0;
}
/* FOOTER
------------------------------------- */
footer {
	height:100px !important;
	width:100%;
	position:relative;
	float:left;
	padding:15px 0;
	background:#fff;
}
footer .footer-text {
	padding:0 10px;
}
footer span.language-label {
	display: table-cell;
	vertical-align: middle;
	margin-right:15px;
}
footer .translate-button {
	margin-top: -6px;
	float:right;
	display: table;
	
}
footer #lang_sel_click {
	height:30px;
}
footer #lang_sel_click a.lang_sel_sel, footer #lang_sel_click a.lang_sel_sel:visited, footer #lang_sel_click li ul a, footer #lang_sel_click li ul a:visited {
	background-color: #23376B !important;
	border:0px;
	font-size: 1em;
	padding: 3px 15px;
	color:#FFF;
	line-height:24px;
}
footer #lang_sel_click li ul a, footer #lang_sel_click li ul a:link, footer #lang_sel_click li ul a:visited {
	line-height: 24px;
}
footer #lang_sel_click a.lang_sel_sel:hover {
	background: #3C5EB7 !important;
	/*background: #3C5EB7 url("../../../plugins/sitepress-multilingual-cms/res/img/nav-arrow-down.png") no-repeat scroll right center !important;*/
	color:#FFF;
}
 footer #lang_sel_click li ul a:hover, footer #lang_sel_click li ul a:focus {
	background-color: #3C5EB7 !important;
	color:#FFF;
	}
footer #lang_sel_click ul ul {
/*	border:0px;*/
	top:30px;
}

@media screen and (max-width:600px) {

	footer .translate-button {
		margin-top: 15px;
		float:left;
		display: block;
		width: 100%;
		
	}
	footer #lang_sel_click a.lang_sel_sel {
		padding: 3px 15px;
	}

}

/* sticky footer */
html, body {
	height: 100%;
}
.contentWrap {
	min-height: 100%;
}
#main {
	padding-bottom: 20px; /* must be same height as the footer */
	position:relative;
	float:left;
	width:100%;
    min-height: 400px;
}
footer {
	position: relative;
	margin-top: 20px; /* negative value of footer height - check padding too */
	height: 20px;
	clear:both;
    border-top: 1px solid #ccc;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
/* PUBLICATIONS TEMPLATE
------------------------------------- */
.publications h2 {
	border-bottom: 1px solid #555;
	margin-bottom:25px;
}
.publications ul li {
	 margin-bottom:25px !important;
}
.publications .sidebar ul li a {
	text-decoration:none !important;
	font-family: DaxWeb, sans-serif;
	color:#234F96;
	padding-left:0px;
	width:100%;
	float:left;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom: 1px solid #555;
}
.publications ul li a:hover {
	text-decoration:underline !important;
}
/* LISTING PAGE 
------------------------------------- */
ul.contentListing {
	float: left;
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
ul.contentListing li {
	width:47%;
	float:left;
	margin-bottom:20px;
	margin-right:3%;
}

#pageContent ul.caseListing li {
	margin-bottom: 20px;
	border-bottom: 1px solid #555;
	padding-bottom: 1%;
    list-style: none;
    margin-left: 0;
    clear: none;
}

ul.caseListing li a {
	font-family: DaxWeb, sans-serif;
	margin-top: 10px;
	position: relative;
	float: left;
	width: 100%;
	font-size: 1em;
}
ul.contentListing li:nth-child(2n+1) {
	clear:left!important;
}
ul.contentListing li img {
	margin-bottom:10px;
}
ul.contentListing li h1 {
	margin-bottom:5px;
}
/* NEWS LISTING PAGE
------------------------------------- */
#sfoarchives-2, #categories-3 {
	margin-bottom:10px;
	position:relative;
	float:left;
	width:100%;
}
#sfoarchives-2 li, #categories-3 li, #sfoarchives-2 h2, #categories-3 h2 {
	margin-bottom:10px;
}
ul.year li {
	float:left;
	margin-right:10px;
}
#categories-3 {
	clear:left;
}
#pageContent ul.latestNews li {
	margin-bottom: 30px;
	width: 100%;
}
#pageContent ul.latestNews li h1 {
}
#pageContent h1 {
	border-bottom:1px solid #555;
	padding-bottom:8px;
	margin-bottom:30px;
}
#pageContent h2 {
	border-bottom:1px solid #555;
	/*width:50%;*/
}
.no-list img {
	display:none;
}

.news-list .updateInfo {
	border:none!important;
	padding:0px;
}
/* ARREST WARRENT GALLERY 
------------------------------------- */
.arrestWarrant {
	background:#f2f2f2;
	width:300px;
	height:220px;
	position:relative;
	float:left;
	padding:10px;
	margin:10px;
}
.mugshot {
	width:120px;
	height:180px;
	background:#FFF;
	position:relative;
	float:left;
}
.arrestWarrantInfo {
	position:relative;
	float:left;
	width:170px;
	margin-left:10px;
	font-size: 1em;
}
.arrestWarrantName, .associatedCase, .forceName, .suspectLocation {
	margin-bottom:10px;
}
.arrestWarrantName strong, .associatedCase strong, .forceName strong, .suspectLocation strong {
	width:100%;
	position:relative;
	float:left;
}
/* Gallery for case information page */
aside .arrestWarrant {
	width:auto;
	height:auto;
	position:relative;
	float:left;
	padding:0;
	margin:10px 0 0 0;
	background:none;
}
.mugshot {
	width:35%;
	height:auto;
	background:#FFF;
	position:relative;
	float:left;
}
.arrestWarrantInfo {
	position:relative;
	float:left;
	width:63%;
	margin-left:2%;
	font-size: 1em;
}
/* REPORTING FRAUD
------------------------------------- */

.report #pageContent {
	width:100%;
}
.report #pageContent h1 {
	font-size:3.5em;
	margin-bottom:0px;
	border:none;
}
.report #pageContent article {
	margin-top: 10px;
	margin-bottom: 10px;
	position:relative;
	float:left;
}
.report .gfield a {
	color:#234F96;
}
/* CASE INFORMATION PAGE
------------------------------------- */
#timelineMore {
	display:none;
	cursor:pointer;
}
/* COURT CALENDAR
------------------------------------- */
ul#courtCalendar {
	margin-top:10px;
	margin-left:  0 !important;
}
ul#courtCalendar li {
	border-bottom:1px solid #555;
	padding:0 0 5px 0;
	margin:0 0 5px 0 !important;
	position:relative;
	float:left;
	width:100%;
	list-style: none !important;
}
.courtDateInfo {
	position:relative;
	float:left;
	width:100%;
	min-width:200px;
	clear:both;
    font-size: 0.9em;
}
.courtDateInfo em {
	clear:both;
	position:relative;
	float:left;
	width: 100%;
}
.courtDate, .courtDateInfo a, .courtLocation {
	clear:both;
	position:relative;
	float:left;
	margin-top:5px;
    font-size: 0.9em;
}
.courtLocation {
    margin-bottom: 10px;
}

em.courtLocation {
	clear: both;
    position: relative;
    float: left;
    width: 100%;
}
.courtDate {
	font-weight:bold;
}
.courtDateInfo a {
	text-decoration:underline;
}
.courtDateOverview {
	position:relative;
	float:left;
	width:75%;
}
.courtDateOverview li h3 {
	height:25px;
	position:relative;
	float:left;
	width:100%;
}

/* SEARCH RESULTS PAGE
------------------------------------- */
.search-result-item {
	margin-bottom: 20px;	
	border-bottom: 1px solid #555;
	padding-bottom: 10px;
}

.search-result-item p {
	margin-bottom: 0;	
}

#pageContent .search-result-item h2 {
	border-bottom: none;
	padding-bottom: 0;
}


#searchWrapNoResults {
    width:100%;
    margin-top: 20px;
}
#searchWrapNoResults form {
    float: left;
    margin-right: 0px;
    width: 100%;
}
#searchWrapNoResults form label {
    display: none;
}

/* FORMS
------------------------------------- */

#searchsubmit {
	background:#000;
	color:#FFF;
	border:none;
	padding: 10px;
}
input#s {
	padding: 5px;
	color:#555;
	font-size: 1em;
	width:170px;
	border:1px solid #999;
}

.btn {
	padding-left:1.5%;
	padding-right:1.5%;
}

.form-group{
	margin-left:1.5%;
	margin-right:1.5%;
}


/* SITEMAP
------------------------------------- */
div.inline {float:left; width:48%; margin-right:2%; margin-bottom:2%;}
div.inline a {text-decoration:none !important;}
div.inline a:hover {text-decoration: underline !important;}
.sitemap h3 {width: 100%;
border-bottom: 1px solid #555;
padding-bottom: 0.4em;}
.sitemap li {
	width:auto;
	margin:0px !important;
}
.sitemap li a {
	margin-right:10px;
	line-height:2em;
}
.sitemap li li {
	margin-left:2%;
	width:98%;
}
.sitemap li, .sitemap li a {
}
.sitemap ul.children {
	margin-left:20px;
}
/* CONTACT
------------------------------------- */
.contact-details {
	width:40%;
	margin-right:10%;
	float:left;
}
.contact-details section {
	margin-top:60px;
}
.contact-details h3, .contact-content h3 {
	width:100%;
	border-bottom:1px solid #555;
	padding-bottom:0.4em;
}
#pageContent article.contact-content {
	width:40%;
}
.contact-content a {
	text-decoration: none !important;}
.contact-content a:hover {
	text-decoration: underline !important;}
.wpgeo_map {
	height:220px!important;
}
/* REMOVE STYLES
------------------------------------- */
.no-list li, li.no-list, .sitemap ul li {
	list-style-type:none !important;
	margin-left:0px !important;
	clear:none!important;
}


.error-404 {
    font-size: 20em;
    line-height: 1em;
    margin: 0;
    font-weight: bold;
    color: #ccc;
    text-align: left;
}


/* MEDIA QUERIES
------------------------------------- */

@media screen and (min-width:1400px) {
	#homeInfo {
		max-width:80%;
	}
	#pageContent article {
		float:left;
		width:100%;
	}
	#pageContent article.newsList {
		width:100%;
	}
	section#homeUpdates {
		width:100%;
	}
}
 @media screen and (min-width:1100px) {
	#homeIntro p {
		font-size: 2.8em!important;
	}
}
@media screen and (min-width:768px) and (max-width:1200px) {
	.home #pageContent {
		width: 72%;
		margin-left: 1.5%;
	}
	#pageContent.floatRight:not(.two-col) {
		margin-right:1%;
	}
}
 @media screen and (min-width:768px) and (max-width:1024px) {
	header {
		height:auto;
		min-height:0;
	}
	
	#homeIntro p {
		font-size: 2em!important;
	}
}
@media screen and (max-width:1200px) {
	.hide-for-large {
		display:block;
	}
	#sfoarchives-2 h3{
		display: none;
	}
}
@media screen and (max-width:768px) {
	header {
		height:auto;
		min-height:50px;
		position:relative;
		float:left;
	}
/* HEADER 
------------------------------------- */
	#siteLogo {
		width:100%;
		max-width: 100%;
	}
	#searchWrap {
		width:100%;
		margin-top: 20px;
	}
	#searchWrap form {
		float: left;
		margin-right: 0px;
		width: 100%;
	}
/* TYPOGRAPHY
------------------------------------- */
	p, #content li {
		font-size:1em;
	}
	q {
		quotes: "“" "”" "‘" "’";
	}
	q:before {
		content: open-quote;
	}
	q:after {
		content: close-quote;
	}
	#pageContent ul li a {
		margin-bottom:10px;
		position:relative;
		/* float:left; */
		clear:both;
	}
/* PAGE CONTENT ALIGNMENT
------------------------------------- */
	#main {
		width:96%;
		margin:0 2%;
	}
	#pageContent {
		width:100%;
	}
	aside {
		width:98%;
		/*background-color:#fff;*/
		margin-bottom:20px;
	}
	aside .section-content {
		padding: 1.5%;
		width: 97%;
	}
	aside h3 {
		cursor:pointer
	}
	aside h3::after {
		content: '+';
		position: absolute;
		right:1.5%;
	}
	aside h3.open::after {
		content: '–';
	}
	/* Hide aside on contact page */
	.page-id-346 .homeAside {
		display: none;
	}
	#pageContent article {
		width:100%;
	}
	#pageContent.two-col aside {
		width:100%;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		background-color:#fff;
	}
	#pageContent h2 {
		width:100%;
	}
/* NAVIGATION
------------------------------------- */
	a#mobileNav {
		position:absolute;
		right:0;
		top:0;
		width:44px;
		height:44px;
		display:block;
		background:url(../images/mobile-nav-icon.png) center no-repeat #23376B;
	}
	a#searchDropdown {
		position:absolute;
		right:46px;
		top:0;
		width:44px;
		height:44px;
		background:url(../images/search-icon.png) center no-repeat #23376B;
		display:block;
	}
	a#mobileNav:hover, a#searchDropdown:hover {
		background-color: #000;
	}
	#mainNav, #searchWrap {
		display:none;
		z-index:110;
	}
	#navWrap {
		
		width:100%;
	}
	nav#mainNav {
		height:auto;
		width:100%;
		margin-bottom:0;
		border-bottom: 1px solid #555;
	}
	nav#mainNav ul {
		padding: 0;
		position: relative;
		float: left;
		width: 100%;
	}
	nav#mainNav ul li {
		width:100%;
		border:none;
		padding: 0;
	}
	nav#mainNav ul li a, nav#mainNav ul li.current-menu-item a {
		text-align:left;
		border:none;
	}
	nav#mainNav ul li a:hover {
		background-color:#23376B;
		color:#fff;
	}
	nav#mainNav ul li:hover, nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-item, nav#mainNav ul li.current-menu-item a {
		border:none;
	}
	nav#mainNav ul li:hover ul, nav#mainNav ul li:hover ul li:hover ul {
		display:none;
	}
	nav#mainNav ul li.parent a:after {
		border:0px solid #FFF;
	}
	#searchWrap {
		display:none;
		text-align:center;
		background:#FFF;
	}
	input.search-query {
		width:90%!important;
	}
	a.twitterIcon {
		display:none;
	}
/* HOME PAGE 
	------------------------------------- */
	#homeIntro {
		width: 100%;
		margin: 0 2%;
	}

	.report #pageContent {
		width:100%;
		margin:0%;
	}
	#homeNewsLink {
		margin-top:0;
	}
	#pageContent .homeUpdate article {
		margin: 0 2%;
	}
	/* CASE INFO 
		------------------------------------- */
		#pageContent.two-col, #pageContent.two-col article {
		width:100%;
		padding:0;
	}
	.arrestWarrant {
		width:100%;
		height:auto;
		position:relative;
		margin:10px;
	}
	/* NEWS PAGE 
		------------------------------------- */
		ul.contentListing li {
		width:100%;
	}
	ul.contentListing li img {
		display:none;
	}
	#pageContent ul.caseListing li {
		margin-bottom:10px;
	}
	.updateInfo,
	.news-list p{
		width:100%;
		clear:both;
	}
	/* CONTACT PAGE
	------------------------------------- */
	.contact-details, #pageContent article.contact-content {
		width:100%!important;
	}

/* hide contact rhs on mobile */
	.homeAside--contact {
		display: none;	
	}
	
	/* SITEMAP
	------------------------------------- */
	div.inline {
		width: 98%;
	}
}
/* REPORT FORM 
	------------------------------------- */
.report #main {
/*	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	*/width:100%;
	margin:0px;
}


/* DEFAULT STYLES
------------------------------------- */
hr {
	border-top: 1px solid #77787b;
	border-right:0px;
	border-bottom:0px;
	border-left:0px;
}
.inline {
	display: inline-block;
	width: 14%;
	padding-right: 2%;
	margin: 0px;
}
.inline h3 {
	border-bottom: 1px solid #77787b;
	padding-bottom:5px;
	margin-bottom:20px;
}
.inline a {
	text-decoration:none !important;
}
.inline a:hover {
	text-decoration:underline !important;
}
.fullPage {
	width:97% !important;
}



@media screen and (max-width: 767px) {
img.alignright {
 float:left;
 margin-left:0px;
}
.about-us {
	border-right: none;
}
.one_half, .one_third, .two_thirds {
width: 100% !important;
}
.line-sidebar {
 width:98%;
 border-left: none;
}
.top-border h3 {
 text-align:left !important;
}
.left-thirds span.expand-item {
 background-color: #fff;
 padding: 10px 6px;
 position: absolute;
 z-index: 999;
 bottom: -1px;
 left: 0px;
 width:50px;
}



}

@media screen and (max-width:675px) {
	.top-border h3 {
		clear:both;
		margin-top:20px;
		float:left;
	}
}

 @media screen and (max-width:768px) {
	nav#mainNav {
		clear:both;
	}
}

@media screen and (min-width:769px) and (max-width: 951px) {
	#searchWrap {
		margin-bottom:10px;
	}
}

@media screen and (max-width: 420px) {
	input.search-query {
		width: 80%!important;
	}
	
}

 @media screen and (min-width:420px) and (max-width:768px) {
	#navWrap {
		width:100%;
	}
	nav#mainNav {
		width:100%;
	}
	nav#mainNav ul li a {
		width:96%;
		padding:10px 2%;
		text-align:left;
	}
	#searchWrap form {
		float:left;
	}
/* HOME PAGE 
------------------------------------- */
		
		aside .btn-block {
		width:auto;
	}
	.campaignBox {
		padding-bottom: 0;
	}
}



@media screen and (max-width:560px) {
/* NAVIGATION 
------------------------------------- */
	#navWrap {
		width:100%;
	}
	nav#mainNav {
		width:100%;
	}
	nav#mainNav ul li a {
		width:96%;
		padding:10px 2%;
		text-align:left;
	}
/* HOME PAGE 
------------------------------------- */
		section#homeUpdates > div, section#homeUpdates article img {
		display: none;
	}
	section#homeUpdates > div:first-child {
		display:block;
	}
	.homeUpdate {
		width:100%;
	}
	.campaignBox {
		width: 92%;
		position:relative;
		float:left;
	}
	#pageContent ul.latestNews li {
		border-bottom:1px solid #f2f2f2;
	}
	
	section#homeUpdates {
		width: 100%;	
	}
	#pageContent .homeUpdate article {
		/*padding:0 20px;
		margin-left:-20px;*/
		width: 100%;
	}
	#homeIntro p {
		font-size: 1.5em!important;
	}
}

@media screen and (max-width :1230px) {
	#navWrap {
		float:left;
	}
}

@media screen and (max-width:951px) {
	nav#mainNav {
		width: 100%;
		margin:0px;
	}
}

/* iPad bug fixes 21AUG14 */

@media screen and (max-width : 768px) {
	#pageContent article.contact-content {
		margin-top: 60px;
	}
	ul.menu {
		float: none;
	}
}


/* DOWNLOAD MANAGER PRO STYLING PULICATIONS */
.w3eden {
	margin-bottom: 25px;	
}
.w3eden a {
 color: #2c4586;
}
.panel-footer {
	display:none;
}







.inline-toggle {
	border: 1px solid rgba(255, 255, 255, 0.2);
	display: inline-block;
	padding: 5px 5px 5px 10px;
	border-radius: 23px;
}
.inline-toggle fieldset{float:left}
.toggle-label {
	color: white;
	float: left;
	line-height: 34px;
	margin-right: 30px;
}

.toggle-names {
	color: white;
	font-size: 12px;
	font-weight: bold;
	line-height: 34px;
	float: left;
	text-transform: uppercase;
}
.switch-off {
	position: relative;
	display: block;
	float: left;
}
/* toggle switch */
.switch {
	position: relative;
	display: block;
	float: left;
	/*width: 60px;*/
	height: 34px;
	margin: 0 5px;
}

.switch input, .switch-off input {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.switch-off label {
	padding-right: 64px;
	position: relative;
	z-index: 2;
}
.switch-off input:checked + label {
	padding-right: 4px;
}
.switch label {
	padding-left: 60px;
	position: relative;
	z-index: 2;
}
.switch input:checked ~ label {
	padding-left: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: -4px;
	width: 60px;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.2);
	/*-webkit-transition: .4s;
	transition: .4s;*/
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
  
.switch input:checked + .slider {
background-color: #a97c50;
left:-64px;
}
  
input:focus + .slider {
box-shadow: 0 0 1px #a97c50;
}
  
.switch input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

.slider.round {
	border-radius: 34px;
}
  
.slider.round:before {
	border-radius: 50%;
}


.close-button {
	background-color: #fff;
	border: 1px solid #FFF;
	cursor: pointer;
	padding: 0 15px;
	border-radius: 23px;
	float: left;
	line-height: 34px;
	margin-left: 30px;
	appearance: none;
	-webkit-appearance: none;
	border: 0;
	color: #000
}

.close-button:hover {
	background-color: #000;
	border: 0px solid #000;
	color: #fff;
}


/* NAVIGATION
------------------------------------- */

@media print {
	.sidebar,.sideBar,.information_collapsable_outer {
		display:none;
	}
}