@charset "utf-8";

#breadcrumbs {
    font-size: 0.9em;
    line-height: 1.5;
    margin-top: 20px;
    margin-right: 100px;
    margin-bottom: 20px;
}
#breadcrumbs li {
    display: inline;
}
#breadcrumbs li:before {
  content: " > ";
}

#breadcrumbs li:first-child:before {
  content:"";
}
@media screen and (min-width:960px) {
    #breadcrumbs {
        max-width: 960px;
        margin: 0 auto;
	margin-bottom: 20px;
    }
}
@media screen and (min-width:768px) and ( max-width:959px) {
    #breadcrumbs {
        width: 760px;
        margin: 0 auto;
	margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px){
    #breadcrumbs {
        margin-right: 10px;
        margin-left: 10px;
        font-size: 77%;
    }
}

.copyright a {
    text-decoration: none;
    color: #333;
    font-style: normal;
    font-size: 77%;
}

#noscript {
    max-width: 960px;
    padding:10px;
    margin: auto;
}

.ot-sdk-show-settings{
	display: inline-flex !important;
	justify-content: center !important;
	align-items: center !important;
	align-self: center !important;
	position: relative !important;
	min-width: 110px !important;
	padding: 0.375rem 0.75rem !important;
	border: 1px solid transparent !important;
	border-radius: 0.25rem !important;
	background-color: #0064D2 !important;
	color: #fff !important;
	font-size: 1rem !important;
	line-height: 1.5 !important;
	transition: all .3s ease 0s !important;
}

.ot-sdk-show-settings:hover {
	background: #74AAE6 !important;
	color: #fff !important;
}