#stl_acc_menu {
    width: 345px;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    border: 0;
    z-index: 999999;
    font-family: 'Arial', sans-serif;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}
#stl_acc_menu div.acc_hide_toolbar {
    border: 0;
    padding: 0;
    position: absolute;
    top: 60px;
    /* background-color: #4169E1 !important; */
    /* background-image: url("../images/universal-access.png"); */
    background-repeat: no-repeat;
}
#stl_acc_menu div.acc_hide_toolbar.middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#stl_acc_menu div.acc_hide_toolbar.bottom {
    top: auto;
    bottom: 1%;
}
/*
#stl_acc_menu div.acc_hide_toolbar span {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    bottom: 5px;
    top: 39px;
    line-height: 12px;
    font-weight: 700;
    height: 12px;
    background-color: #4169E1 !important;
    color: white !important;
} */
#stl_acc_menu div.acc_hide_toolbar.acc-icon-small {
        width: 45px;
    height: 45px;
    font-size: 14px;
    background-size: 80%;
    background-position: center center;
    overflow: hidden;
    cursor: pointer;
}
#stl_acc_menu div.acc_hide_toolbar.acc-icon-small:hover{color: #000;}
#stl_acc_menu div.acc_hide_toolbar.acc-icon-medium {
    width: 66px;
    height: 56px;
    font-size: 9px;
    background-position: center 5px;
}
#stl_acc_menu.right {
    right: 0;
}
#stl_acc_menu.right.close-toolbar {
    right: -345px;
}
#stl_acc_menu.right div.acc_hide_toolbar.acc-icon-small {
    left: -38px;
}
#stl_acc_menu.right div.acc_hide_toolbar.acc-icon-medium {
    left: -66px;
}
#stl_acc_menu.left {
    left: 0;
}
#stl_acc_menu.left.close-toolbar {
    left: -345px;
}
#stl_acc_menu.left div.acc_hide_toolbar.acc-icon-small {
    right: -45px;
}
#stl_acc_menu.left div.acc_hide_toolbar.acc-icon-medium {
    right: -66px;
}
#stl_acc_menu .acc-author {
    position: absolute;
    bottom: 5px;
    right: 5px;
    left: 5px;
    text-align: center;
    font-size: 13px;
    background-color: transparent !important;
}
#stl_acc_menu .acc-author a {
    color: #fffacd !important;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    background-color: transparent !important;
}
#stl_acc_menu .acc-author a:hover,
#stl_acc_menu .acc-author a:focus {
    opacity: 1;
    text-decoration: none;
}
#acc_toolbar {
    list-style: none;
    /*padding: 0 10px;*/
    margin: 0;
    /*background: #242424 !important;*/
    background: white;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    border-right: 4px solid #17384c;
}
#acc_toolbar h3 {
    font-size: 18px !important;
    font-weight: 700;
    text-align: center;
    padding: 0 0 10px;
    margin: 10px 0 0;
    color: #fffacd !important;
    background-color: transparent !important;
}
#acc_toolbar .acc-font-reset,
#acc_toolbar .acc-contrast-reset {
    -webkit-appearance: none;
    background: none;
    border: 0;
    padding: 0;
    /*text-decoration: underline;*/
    text-align: center;
}
#acc_toolbar li {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #575757;
    background-color: transparent !important;
}
#acc_toolbar li button {
    color: #17384c;
    border: 0;
    padding: 8px 10px;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: left;
    line-height: 2;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
#acc_toolbar li button.acc-show-statement{    background: #17384c;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 15px;}
#acc_toolbar li button:hover,
#acc_toolbar li button:focus {
    background-color: #ddeeff;
}
#acc_toolbar li button.acc-hide {
    display: none;
}
#acc_toolbar li button.acc-hide,
#acc_toolbar li button.acc-contrast-reset,
#acc_toolbar li button.acc-font-reset {
    border-top: 1px solid #575757;
}
.rtl #acc_toolbar li button {
    text-align: right;
}
.rtl #acc_toolbar li button.acc-contrast-reset,
.rtl #acc_toolbar li button.acc-font-reset {
    text-align: center;
}
body.acc-dark {
    background: #171717 !important;
    color: white !important;
   -webkit-filter: invert(100%);
    filter: invert(100%);

}
body.acc-bright {
    background: white !important;
    color: #171717 !important;
    -webkit-filter: invert(100%) hue-rotate(180deg) brightness(6);
    filter: invert(100%) hue-rotate(180deg) brightness(6);
}

}
/*body.acc-dark a {
    color: #ffee00 !important;
}*/
body.acc-dark .panel,
body.acc-dark .jumbotron,
body.acc-dark .container .jumbotron,
body.acc-dark .container-fluid .jumbotron {
    background-color: rgba(255, 255, 255, 0.1);
}
body.acc-dark .panel-default {
    border-color: rgba(255, 255, 255, 0.2);
}
body.acc-dark #acc_toolbar button.acc-dark-btn {
    background-color: #ddeeff;
}
body.acc-bright #acc_toolbar button.acc-bright-btn {
    background-color: #ddeeff;
}
body.acc-focus a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
body.acc-grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}
body.acc-grayscale #acc_toolbar button.acc-grayscale {
    background-color: #ddeeff;
}

.body .container {
    background-color: transparent;
}

/* Accessibilty statement (popup) */
.messagepop {
	background-color:#FFFFFF;
	border:1px solid #999999;
	cursor:default;
	display:none;
	left: 25%;
	margin-top: 15px;
	position:fixed;
	text-align:left;
	top: 100px;
	width:50%;
	z-index:50;
	padding: 25px 25px 20px;
}
.messagepop p, .messagepop.div {
	border-bottom: 1px solid #EFEFEF;
	margin: 8px 0;
	padding-bottom: 8px;
}

/******** stallioni code **********/
.STLmenu .STLmenuHeader h2 {
    display: inline-block;
    position: static;
    float: none;
    margin: 0 !important;
    padding: 0 !important;
    border: none;
    height: auto;
    background: none;
    color: White;
    text-align: center !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1em;
    letter-spacing: 0;
    transform: scaleY(1.1);
}
.STLmenu .STLmenuHeader {
    position: absolute;
    padding: 16px 0 14px 0;
    width: 100%;
    background-color: #17384c;
    text-align: center;
}
.STLmenuitems_par.fstdiv{    margin-top: 48px;}
.STLmenu button {
    display: block;
    width: 100%;
    min-width: auto;
    height: auto;
    margin: 0;
    padding: 10px 0;
    border: none;
    box-shadow: none;
    background: none;
    text-align: center;
    text-transform: none;
    cursor: pointer;
    font-size: 15px;
}
.STLmenu .STLbodydiv button:hover{    background: #ddeeff;
    border-radius: 5px !important;}
.STLmenu .STLmenuHeader button {
    display: inline-block;
    position: absolute;
    padding: 0;
    top: 10px;
    left: 10px;
    width: auto;
    color: White;
    font-size: 22px;
    font-weight: 700;
}
.STLmenu .STLmenuHeader button {
    right: 10px;
    left: auto;
}
.STLmenu .STLmenuHeader button[data-indopt="hideButton"] {
    left: 10px;
    right: auto;
}
.STLbodydiv{    margin: 0 auto;
    width: 94%;color: #17384c;}
.STLmenuitems{padding: 6px 0;
    /*border-bottom: 1px solid #d1d2d3;*/
    width: 50%;
    float: left;}
  .STLmenuitems i  {font-size: 50px;    color: #1d1d1d;}
.STLmenu button span{display: block;
    padding-top: 20px;}
.STLmenuitems_par{border-bottom: 1px solid #d1d2d3;    width: 100%;
    float: left;}

    .STLmenu button.active span, .STLmenu button.active svg *, .STLmenu button.active span, .STLmenu button.active svg * {
    color: #000  !important;
    fill: #570000 !important;
    font-weight: bold !important;
}
.STLmenu .STLbodydiv img{    width: 55px;margin:0px auto;}

.STLmenu .messagepop a.close{color: #000 !important;}
.STLmenu #overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}
.STLmenu  .overltxt{
  position: absolute;
background-color: #FFFFFF;
    border: 1px solid #999999;
    cursor: default;
    /* display: none; */
    left: 25%;
    margin-top: 15px;
    /* position: fixed; */
    text-align: left;
    top: 100px;
    width: 50%;
    z-index: 50;
    padding: 25px 25px 20px;
}
.activeimg{display: none;}
.active .activeimg{display: block;}
.active .inactiveimg{display: none;}
/*.stlwit33{    width: 33.333%;
    float: left;}
.STLmenu .stlwit33 button{text-align: center;}
.STLmenu .stlwit33 button i{font-size:12px;}
.STLmenu .stlwit33 button span{display: block;}*/
/*.acc-bright-btn{display: block !important;}*/

.stlpaused {
   -ms-animation-play-state:paused !important;
   -o-animation-play-state:paused !important;
   -moz-animation-play-state:paused !important;
   -webkit-animation-play-state:paused !important;
  animation-play-state: paused !important;
  -webkit-animation: none  !important;
  -moz-animation: none  !important;
  -ms-animation: none  !important;
  animation: none  !important;
  transition: none !important;
}