/* Add here all your css styles (customizations) */
.glyphicon
{
    margin-right:4px !important; /*override*/
}

.pagination .glyphicon
{
    margin-right:0px !important; /*override*/
}

.pagination a
{
    color:#555;
}

.btn-cbp {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
}

.g-bg-gray-light-v5 {
    background-color: #f0f0f0 !important;
}

.u-btn-primary:hover, .u-btn-primary.active {
    border-color: #e87854;
    background-color: #e87854;
}

.g-color-gray-dark-v5 {
    color: #000 !important;
}
.g-brd-gray-light-v4 {
    border-color: #bbb !important;
}

.u-header__section--light .hamburger-inner, .u-header__section--light .hamburger-inner::after, .u-header__section--light .hamburger-inner::before {
    background: #f78800;
}

.svg_link {
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    fill: rgba(255, 255, 255, 0);
    cursor: pointer;
}

.svg_link:hover {
    fill: rgba(255, 255, 255, 0.2);
}

h1, h2, h3 {
    font-family: 'Exo', sans-serif !important;
}

.navbar-nav li a {
    font-family: 'Exo', sans-serif !important;
}

.typo-exo {
    font-family: 'Exo', sans-serif !important;
}

.panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

ul.list-nav li {
    padding: 6px 20px 6px 30px;
    display: block;
    text-align: left;
    position: relative;
}

ul.list-nav li a {
    font-size: 18px;
}

ul.list-nav li:before{position:absolute;top:0;left:0;bottom:0;right:0;background-size:contain;background-position:center;background-repeat:no-repeat;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" id="left-arrow" width="550" height="700" viewBox="-2.5 -5 51 73" preserveAspectRatio="none" ><path d="M -0.803572,-3.9700083 48.303572,31.666354 -0.803572,67.302717" fill="none" stroke="black" stroke-linecap="round" stroke-width="2" /></svg>');display:block;content:'';right:auto;width:16px}
ul.list-nav li:last-child:after{display:none}
ul.list-nav li:after{position:absolute;top:0;left:0;bottom:0;right:0;content:'';top:auto;height:1px;background-color:#333}

.u-pagination-v1-4.btn-disabled,.u-pagination-v1-4.btn-disabled:hover, .u-pagination-v1-4.btn-disabled:focus {
    color: #ddd;
}

.white-tooltip.tooltip .tooltip-inner {
    color: #000;
    text-align: center;
    background-color: #fff;
}

.white-tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .white-tooltip.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #dfff;
}

.tab-v1 .tab-content img {
    margin-top: 0;
    margin-bottom: 0;
}

.posts .dl-horizontal dt {
    width: 100px;
}

.posts .dl-horizontal dt img {
    width: 100px;
    height: 100px;
}

.posts .dl-horizontal dd {
    margin-left: 110px;
}

#access_map {
    height: 350px;
    width: 100%;
}

ul.parsley-errors-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 5px;
    color: red;
}

li.parsley-length, li.parsley-required, li.parsley-type {
    color: red;
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}