@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg) translateZ(0px);
        -moz-transform: rotate(0deg) translateZ(0px);
        -ms-transform: rotate(0deg) translateZ(0px);
        -o-transform: rotate(0deg) translateZ(0px);
        transform: rotate(0deg) translateZ(0px);
    }
    100% {
        -webkit-transform: rotate(360deg) translateZ(0px);
        -moz-transform: rotate(360deg) translateZ(0px);
        -ms-transform: rotate(360deg) translateZ(0px);
        -o-transform: rotate(360deg) translateZ(0px);
        transform: rotate(360deg) translateZ(0px);
    }
}
@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg) translateZ(0px);
        -moz-transform: rotate(0deg) translateZ(0px);
        -ms-transform: rotate(0deg) translateZ(0px);
        -o-transform: rotate(0deg) translateZ(0px);
        transform: rotate(0deg) translateZ(0px);
    }
    100% {
        -webkit-transform: rotate(360deg) translateZ(0px);
        -moz-transform: rotate(360deg) translateZ(0px);
        -ms-transform: rotate(360deg) translateZ(0px);
        -o-transform: rotate(360deg) translateZ(0px);
        transform: rotate(360deg) translateZ(0px);
    }
}
@-ms-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg) translateZ(0px);
        -moz-transform: rotate(0deg) translateZ(0px);
        -ms-transform: rotate(0deg) translateZ(0px);
        -o-transform: rotate(0deg) translateZ(0px);
        transform: rotate(0deg) translateZ(0px);
    }
    100% {
        -webkit-transform: rotate(360deg) translateZ(0px);
        -moz-transform: rotate(360deg) translateZ(0px);
        -ms-transform: rotate(360deg) translateZ(0px);
        -o-transform: rotate(360deg) translateZ(0px);
        transform: rotate(360deg) translateZ(0px);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg) translateZ(0px);
        -moz-transform: rotate(0deg) translateZ(0px);
        -ms-transform: rotate(0deg) translateZ(0px);
        -o-transform: rotate(0deg) translateZ(0px);
        transform: rotate(0deg) translateZ(0px);
    }
    100% {
        -webkit-transform: rotate(360deg) translateZ(0px);
        -moz-transform: rotate(360deg) translateZ(0px);
        -ms-transform: rotate(360deg) translateZ(0px);
        -o-transform: rotate(360deg) translateZ(0px);
        transform: rotate(360deg) translateZ(0px);
    }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
    font-family: "warnock-pro", serif;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
em {
    font-style: italic;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
html.ready body #wrapper #header .top ul.desktop,
html.ready body #wrapper #header .top ul.mobile {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.edit-toolbar .icon:before {
    background-size: auto !important;
}
html body.mobile #banner-zone-1 {
    min-height: 160px;
}
html body.mobile .top-banner {
    width: 100%;
    margin: 0;
}
#banner-zone-1 {
    display: table;
}
#banner-zone-1 .jubii-adunit {
    vertical-align: middle;
    display: table-cell;
}
input {
    font-family: "warnock-pro", serif;
}
.desktop,
.desktop.fb_iframe_widget {
    display: block;
}
.mobile,
.mobile.fb_iframe_widget {
    display: none;
}
html body #wrapper #body.newsletterBody .articles > div > div.head > h2 {
    font-weight: 500;
}
html body #wrapper #body .banner > div.newsletter {
    padding: 20px 20px 60px 20px;
}
html body #wrapper #body .columns-3 > .col-1 > h1 {
    padding-right: 22px;
}
html body.frontpage #wrapper #body .articles > div > div.content.slider-init .slider-con ul.slider > li {
    width: 106px !important;
}
html body #wrapper #body.category .articles > div > div.content.slider-init .slider-con ul.slider > li,
html body #wrapper #body.article .articles > div > div.content.slider-init .slider-con ul.slider > li {
    width: 112px !important;
}
html body #wrapper #body.article .body-content > p,
html body #wrapper #body.article .body-content > form > p,
html body #wrapper #body.article .body-content > div > p,
html body #wrapper #body.article .body-content > form > div > p {
    margin-bottom: 10px !important;
}
html body #wrapper #body.category .col-1 p {
    margin-bottom: 10px !important;
}
body.create-user #body {
    min-height: 1500px !important;
}
.mdBoxTable.aLeftDouble .mdBoxSub table td ul {
    margin: 0 20px !important;
    padding: 5px 20px 15px !important;
    list-style: disc !important;
}
.mdBoxTable.aLeftDouble .mdBoxSub table td ul > li {
    padding: 2px 0 !important;
    margin: 0 !important;
    color: #000000;
}
.category .arrow-select-small {
    margin-top: 10px;
}
.category .tools {
    width: 145px !important;
}
.category .tools > ul {
    width: 145px !important;
}
.wiki-toc {
    display: none;
}
html body #body .banner > ul {
    display: block;
    width: 100%;
    position: relative;
}
html body #body .banner > ul > li {
    display: block;
    width: 100%;
    margin: 30px 0 0 0;
}
html body #body .banner > ul > li:first-child,
html body #body .banner > ul > li.no-m-t {
    margin-top: 0;
}
html body #body .banner > ul > li > a,
html body #body .banner > ul > li > b {
    display: block;
    width: 100%;
    padding: 0 0 0 30px;
    min-height: 30px;
    color: #1d3255;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-decoration: none;
}
html body #body .banner > ul > li > p {
    font-size: 14px;
    color: #565656;
    font-family: "franklin-gothic-urw", sans-serif;
}
html body #body .banner > ul > li > p > a:hover {
    text-decoration: underline;
}
html body #body .banner > ul > li span.icon-user {
    display: inline-block;
    width: 10px;
    height: 9px;
    background: url(/images/icon-user.png) no-repeat left top;
    margin-right: 3px;
}
html body #body .banner > ul > li.tools {
    position: relative;
    left: -45px;
    margin-bottom: 30px;
}
html body #body .banner > ul > li.copyright a {
    font-size: 14px;
    color: #565656;
}
html body #body .banner > ul > li.files > ul {
    display: block;
    widows: 100%;
}
html body #body .banner > ul > li.files > ul > li {
    display: block;
    width: 100%;
    padding: 0 15px 0 15px;
    background: url(/images/icon-file-arrow.png) no-repeat left 4px;
    font-size: 14px;
    color: #565656;
    font-family: "franklin-gothic-urw", sans-serif;
    line-height: 20px;
}
html body #body .banner > ul > li.files > ul > li > a {
    font-size: 14px;
    color: #565656;
    font-family: "franklin-gothic-urw", sans-serif;
    text-decoration: none;
    line-height: 20px;
}
html body #body .banner > ul > li.files > ul > li > a:hover {
    text-decoration: underline;
}
html body #body .banner > ul > li.files > ul > li > b {
    display: block;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 13px;
    color: #1d2e4c;
    text-decoration: none;
    font-weight: bold;
}
html body #body .banner > ul > li.files > ul > li > ul {
    margin: 15px 0 10px 0;
}
html body #body .banner > ul > li.files > ul > li > ul > li:before {
    content: "- ";
}
html body #body .banner > ul > li .fb-like {
    top: 0;
}
html body #body .banner > ul > li.history {
    position: relative;
}
html body #body .banner > ul > li.history > ul {
    display: block;
    width: 100%;
    position: relative;
    top: -3px;
}
html body #body .banner > ul > li.history > ul:before {
    display: block;
    content: "";
    width: 2px;
    height: 10px;
    background-color: #d7d7d7;
    pointer-events: none;
    position: absolute;
    left: 8px;
    top: -7px;
}
html body #body .banner > ul > li.history > ul > li {
    display: block;
    width: 100%;
    padding: 15px 0 0 28px;
    position: relative;
}
html body #body .banner > ul > li.history > ul > li.toggle {
    display: none;
}
html body #body .banner > ul > li.history > ul > li:first-child {
    padding-top: 0;
}
html body #body .banner > ul > li.history > ul > li:first-child:after {
    top: 2px;
}
html body #body .banner > ul > li.history > ul > li:first-child.line:before {
    top: 5px !important;
    height: 128% !important;
}
html body #body .banner > ul > li.history > ul > li.line:before {
    display: block;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #d7d7d7;
    pointer-events: none;
    position: absolute;
    left: 8px;
    top: 22px;
}
html body #body .banner > ul > li.history > ul > li > a {
    display: block;
    width: 100%;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 13px;
    color: #1d2e4c;
    text-decoration: none;
    font-weight: bold;
}
html body #body .banner > ul > li.history > ul > li > a:hover {
    text-decoration: underline;
}
html body #body .banner > ul > li.history > ul > li > b {
    display: block;
    width: 100%;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 13px;
    color: #1d2e4c;
    text-decoration: none;
    font-weight: bold;
}
html body #body .banner > ul > li.history > ul > li > span {
    display: block;
    width: 100%;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 13px;
    color: #958260;
    margin-top: 5px;
}
html body #body .banner > ul > li.history > ul > li > p {
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 13px;
    color: #565656;
    margin-top: 2px;
}
html body #body .banner > ul > li.history > ul > li > p > a {
    text-decoration: none;
    color: #1d2e4c;
    font-weight: bold;
}
html body #body .banner > ul > li.history > ul > li > p > a:hover {
    text-decoration: underline;
}
html body #body .banner > ul > li.history > ul > li:after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #162847;
    position: absolute;
    left: 4px;
    top: 17px;
}
html body #body a.inactive {
    color: rgba(26, 47, 83, 0.5) !important;
    cursor: default;
}
html body #body a.inactive > span {
    color: rgba(26, 47, 83, 0.5) !important;
    cursor: default;
}
html body #body a.inactive.left {
    background-image: url(/images/icon-arrow-select-left-faded.png);
}
html body #body a.inactive.right {
    background-image: url(/images/icon-arrow-select-right-faded.png);
}
.small-ads {
    margin: 40px 0 0 0;
}
.small-ads .spot {
    float: left;
    margin: 0 0 0 40px;
}
.small-ads .spot:first-child {
    margin-left: 0;
}
.small-ads:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}
html {
    width: 100%;
    height: 100%;
}
html body {
    width: 100%;
    height: 100%;
    background-color: #eeeeee;
    padding: 0 0 0 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}
html body .aktuel {
    font-size: 13px;
}
html body .aktuel p {
    margin-bottom: 10px;
}
html body .aktuel p strong,
html body .aktuel p b {
    font-weight: 600 !important;
}
html body > .cookie {
    width: 100%;
    height: 80px;
    background-color: rgba(29, 50, 85, 0.9);
    position: fixed;
    left: 0;
    bottom: -80px;
    z-index: 90000000;
    -webkit-transition: bottom .4s ease-out;
    -moz-transition: bottom .4s ease-out;
    -ms-transition: bottom .4s ease-out;
    -o-transition: bottom .4s ease-out;
    transition: bottom .4s ease-out;
}
html body > .cookie > p {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 80px;
    font-size: 14px;
    color: #ffffff;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
    text-align: center;
}
html body > .cookie > p > a {
    font-size: 14px;
    color: #ffffff;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
    text-decoration: none;
}
html body > .cookie > p > a:hover {
    text-decoration: underline;
}
html body > .cookie > p > span {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/images/icon-cookie-arrow.png) no-repeat left top;
    position: relative;
    top: 8px;
    left: 8px;
}
html body > .cookie > span {
    display: block;
    width: 93px;
    height: 40px;
    line-height: 36px;
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 24px;
    border: 2px solid #ffffff;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
    -webkit-transition: border-color .4s ease-out, color .4s ease-out;
    -moz-transition: border-color .4s ease-out, color .4s ease-out;
    -ms-transition: border-color .4s ease-out, color .4s ease-out;
    -o-transition: border-color .4s ease-out, color .4s ease-out;
    transition: border-color .4s ease-out, color .4s ease-out;
}
html body > .cookie > span:hover {
    border-color: #958260;
    color: #958260;
}
html body .menu {
    position: fixed;
    right: -300px;
    top: 0;
    background: #1c2940 url(/images/menu-bg.png) left top;
    border-left: 4px solid #162032;
    width: 300px;
    height: 100%;
    z-index: 9000000;
    -webkit-transition: right .4s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: right .4s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: right .4s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: right .4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: right .4s cubic-bezier(0.77, 0, 0.175, 1);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
html body .menu > div:nth-child(1) {
    padding: 15px;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transform: translateZ(0px);
}
html body .menu > div:nth-child(1) > h3 {
    display: block;
    width: 100%;
    min-height: 29px;
    font-family: "adobe-garamond-pro", sans-serif;
    font-size: 24px;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
}
html body .menu > div:nth-child(1) > ul {
    margin: 8px 0 0 0;
}
html body .menu > div:nth-child(1) > ul > li {
    min-height: 26px;
    position: relative;
}
html body .menu > div:nth-child(1) > ul > li > a {
    display: block;
    width: 100%;
    line-height: 26px;
    cursor: pointer;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 14px;
    color: #c8d4e8;
    text-decoration: none;
    background: transparent;
    -webkit-transition: color .4s ease-out;
    -moz-transition: color .4s ease-out;
    -ms-transition: color .4s ease-out;
    -o-transition: color .4s ease-out;
    transition: color .4s ease-out;
}
html body .menu > div:nth-child(1) > ul > li:not(.active) > a:hover {
    width: 300px;
    position: absolute;
    left: -19px;
    top: 0;
    background: url(/images/menu-pixel-hover.png) repeat left top;
    padding: 0 0 0 14px;
    color: #ffffff;
}
html body .menu > div:nth-child(1) > ul > li.active > a {
    width: 300px;
    position: absolute;
    left: -19px;
    top: 0;
    background: #958260;
    border-left: 4px solid #75664c;
    padding: 0 0 0 14px;
    color: #ffffff;
}
html body.active-menu .menu {
    right: 0;
}
html body.active-menu #wrapper {
    left: -200px;
}
html body .bg-color {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1040px;
    background: #1d3255 no-repeat center top;
    z-index: 400;
}
html body .top-banner {
    width: 990px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
html body #wrapper {
    width: 990px;
    max-width: 100%;
    min-height: 100%;
    margin: 0 auto 0 auto;
    background-color: #ffffff;
    position: relative;
    z-index: 500;
    left: 0;
    -webkit-transition: left .4s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: left .4s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: left .4s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: left .4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: left .4s cubic-bezier(0.77, 0, 0.175, 1);
}
html body #wrapper #header {
    width: 100%;
    height: 140px;
    position: relative;
    background-color: #222325;
    z-index: 90000000;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
html body #wrapper #header .effect {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 901;
    overflow: hidden;
}
html body #wrapper #header .effect img {
    position: absolute;
    right: -400px;
    top: 0;
}
html body #wrapper #header .effect-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 901;
    overflow: hidden;
    -moz-opacity: 0.13;
    -khtml-opacity: 0.13;
    opacity: 0.13;
}
html body #wrapper #header .effect-overlay > img {
    min-width: 100%;
    max-width: 150%;
}
html body #wrapper #header .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 900;
    -moz-opacity: 0.87;
    -khtml-opacity: 0.87;
    opacity: 0.87;
}
html body #wrapper #header .bg.blue {
    background-color: #1e3357;
}
html body #wrapper #header .search {
    width: 53.53%;
    height: 57px;
    background-color: rgba(0, 0, 0, 0.23);
    float: left;
    padding: 0 11px 0 11px;
    position: relative;
    z-index: 1000;
}
html body #wrapper #header .search input {
    display: block;
    width: 45%;
    height: 47px;
    float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    border-radius: 0;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 24px;
    color: #ffffff;
    padding: 0;
    margin: 0;
    text-indent: 0;
    line-height: 1;
}
html body #wrapper #header .search input::-webkit-input-placeholder {
    color: #ffffff;
}
html body #wrapper #header .search input:-moz-placeholder {
    color: #ffffff;
}
html body #wrapper #header .search .dropdown-search {
    width: 50%;
    height: 47px;
    float: right;
    cursor: pointer;
    position: relative;
    padding: 13px 0 0 0;
}
html body #wrapper #header .search .dropdown-search .selected {
    display: block;
    position: relative;
    text-align: right;
    width: 100%;
    height: 34px;
    font-size: 18px;
    color: #ffffff;
    font-family: "adobe-garamond-pro", sans-serif;
    padding: 0 28px 0 0;
}
html body #wrapper #header .search .dropdown-search .selected span {
    display: inline-block;
    color: #958260;
    font-family: inherit;
    margin: 0 8px 0 0;
}
html body #wrapper #header .search .dropdown-search .selected:after {
    content: "";
    display: block;
    width: 13px;
    height: 7px;
    background: url(/images/dropdown-arrow.png) no-repeat left top;
    position: absolute;
    right: 0;
    top: 5px;
    pointer-events: none;
}
html body #wrapper #header .search .dropdown-search .items {
    display: block;
    width: 100%;
    width: -webkit-calc(100% + 22px);
    width: -moz-calc(100% + 22px);
    width: -ms-calc(100% + 22px);
    width: -o-calc(100% + 22px);
    width: calc(100% + 22px);
    position: absolute;
    left: -11px;
    top: 0;
    visibility: hidden;
    background-color: rgba(255, 255, 255, 0.97);
    padding: 0 0 0 11px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 2, 5, 0.25);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 2, 5, 0.25);
    box-shadow: 0px 0px 7px 0px rgba(0, 2, 5, 0.25);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity .4s linear, visibility 0s linear .4s;
    -moz-transition: opacity .4s linear, visibility 0s linear .4s;
    -ms-transition: opacity .4s linear, visibility 0s linear .4s;
    -o-transition: opacity .4s linear, visibility 0s linear .4s;
    transition: opacity .4s linear, visibility 0s linear .4s;
}
html body #wrapper #header .search .dropdown-search .items .close {
    display: block;
    width: 15px;
    height: 15px;
    background: url(/images/dropdown-close.png) no-repeat left top;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
html body #wrapper #header .search .dropdown-search .items ul {
    display: block;
    width: 100%;
    padding: 15px 20px 15px 20px;
}
html body #wrapper #header .search .dropdown-search .items ul li {
    display: block;
    width: 100%;
    line-height: 30px;
    color: #162847;
    font-size: 18px;
    font-family: "adobe-garamond-pro", sans-serif;
}
html body #wrapper #header .search .dropdown-search .items ul li.active,
html body #wrapper #header .search .dropdown-search .items ul li:hover {
    font-weight: 600;
}
html body #wrapper #header .search .dropdown-search.active .items {
    visibility: visible;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
html body #wrapper #header .search:before {
    content: "";
    display: block;
    width: 100%;
    width: calc(100% - 22px);
    height: 2px;
    position: absolute;
    left: 11px;
    bottom: 10px;
    background-color: #ffffff;
}
html body #wrapper #header .search:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}
html body #wrapper #header .top {
    width: 100%;
    height: 140px;
    z-index: 900000;
    position: relative;
    padding: 30px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
html body #wrapper #header .top .login {
    display: block;
    width: 275px;
    height: 330px;
    position: absolute;
    right: 19px;
    top: 20px;
    z-index: 10001;
    background: url(/images/login-popup.png) no-repeat left top;
    padding: 20px;
    visibility: hidden;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: visibility 0s linear .5s, opacity .5s linear;
    -moz-transition: visibility 0s linear .5s, opacity .5s linear;
    -ms-transition: visibility 0s linear .5s, opacity .5s linear;
    -o-transition: visibility 0s linear .5s, opacity .5s linear;
    transition: visibility 0s linear .5s, opacity .5s linear;
}
html body #wrapper #header .top .login.active {
    visibility: visible;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
html body #wrapper #header .top .login > div {
    width: 100%;
    height: 100%;
    position: relative;
}
html body #wrapper #header .top .login > div b {
    display: block;
    width: 100%;
    height: 33px;
    font-weight: 500;
    font-size: 26px;
    color: #1d3255;
    font-family: "franklin-gothic-urw", sans-serif;
    text-align: left;
    line-height: 1;
}
html body #wrapper #header .top .login > div .msg {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 59px;
    font-family: "franklin-gothic-urw", sans-serif;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity .4s linear;
    -moz-transition: opacity .4s linear;
    -ms-transition: opacity .4s linear;
    -o-transition: opacity .4s linear;
    transition: opacity .4s linear;
}
html body #wrapper #header .top .login > div .msg.active {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
html body #wrapper #header .top .login > div input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: inset 0px 11px 0px -8px #f7f7f7;
    -moz-box-shadow: inset 0px 11px 0px -8px #f7f7f7;
    box-shadow: inset 0px 11px 0px -8px #f7f7f7;
    margin: 10px 0 0 0;
    display: block;
    width: 100%;
    height: 35px;
    border: 1px solid #d4d4d4;
    line-height: 35px;
    font-size: 16px;
    color: #7b7b7b;
    font-family: "franklin-gothic-urw", sans-serif;
    padding: 0 10px;
    -webkit-transition: border-color .4s ease-out;
    -moz-transition: border-color .4s ease-out;
    -ms-transition: border-color .4s ease-out;
    -o-transition: border-color .4s ease-out;
    transition: border-color .4s ease-out;
}
html body #wrapper #header .top .login > div input.error {
    border-color: #c40000;
}
html body #wrapper #header .top .login > div ul {
    display: block;
    width: 100%;
}
html body #wrapper #header .top .login > div ul li {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 16px;
    color: #1e3357;
    font-weight: 500;
    text-align: left;
    margin: 8px 0 0 0;
    cursor: pointer;
}
html body #wrapper #header .top .login > div ul li.check > span {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #1d3255;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    margin: 0 12px 0 0;
    top: 3px;
}
html body #wrapper #header .top .login > div ul li.check > span:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    background-color: #1d3255;
    border-radius: 50%;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity .4s linear, -webkit-transform .4s ease-out;
    -moz-transition: opacity .4s linear, -moz-transform .4s ease-out;
    -ms-transition: opacity .4s linear, -ms-transform .4s ease-out;
    -o-transition: opacity .4s linear, -o-transform .4s ease-out;
    transition: opacity .4s linear, transform .4s ease-out;
}
html body #wrapper #header .top .login > div ul li.check.active > span:after {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
html body #wrapper #header .top .login > div ul li.lock > span {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #1d3255;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    margin: 0 12px 0 0;
    top: 3px;
    background: url(/images/icon-lock-small.png) no-repeat center center;
}
html body #wrapper #header .top .login > div ul li.user > span {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #1d3255;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    margin: 0 12px 0 0;
    top: 3px;
    background: url(/images/icon-user-small.png) no-repeat center 2px;
}
html body #wrapper #header .top .login > div ul li > a {
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 16px;
    color: #1e3357;
    font-weight: 500;
    text-decoration: none;
}
html body #wrapper #header .top .login > div ul li > a:hover {
    text-decoration: underline;
}
html body #wrapper #header .top .login > div ul li > span {
    display: inline-block;
    width: 30px;
    height: 100%;
    text-align: left;
}
html body #wrapper #header .top .login > div .btn {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-size: 18px;
    background-color: #1d3255;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: 0;
    text-transform: uppercase;
    -webkit-transition: background-color .4s ease-out;
    -moz-transition: background-color .4s ease-out;
    -ms-transition: background-color .4s ease-out;
    -o-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
}
html body #wrapper #header .top .login > div .btn:hover {
    background-color: #172844;
}
html body #wrapper #header .top .logo {
    margin: 0 20px 0 253px;
    float: left;
}
html body #wrapper #header .top .logo > a {
    position: relative;
    z-index: 904;
    cursor: pointer;
}
html body #wrapper #header .top ul.desktop {
    display: block;
}
html body #wrapper #header .top ul.mobile {
    display: none;
}
html body #wrapper #header .top .breadcrumb {
    width: 53.53%;
    height: 60px;
    float: left;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    z-index: 950;
}
html body #wrapper #header .top .breadcrumb > ul {
    width: 100%;
    padding: 11px 0 0 0;
}
html body #wrapper #header .top .breadcrumb > ul > li {
    display: block;
    line-height: 1;
    float: left;
}
html body #wrapper #header .top .breadcrumb > ul > li.active > a {
    color: #cca967;
    font-weight: 500;
    position: relative;
    top: -1px;
}
html body #wrapper #header .top .breadcrumb > ul > li > a {
    font-size: 14px;
    color: #9ba0aa;
    font-family: "franklin-gothic-urw", sans-serif;
    text-decoration: none;
    -webkit-transition: color .4s linear;
    -moz-transition: color .4s linear;
    -ms-transition: color .4s linear;
    -o-transition: color .4s linear;
    transition: color .4s linear;
    position: relative;
    top: -1px;
}
html body #wrapper #header .top .breadcrumb > ul > li > a:hover {
    text-decoration: underline;
    color: #ffffff;
}
html body #wrapper #header .top .breadcrumb > ul > li:before {
    display: inline-block;
    content: ">";
    color: #ffffff;
    font-family: "franklin-gothic-urw", sans-serif;
    padding: 0 8px;
}
html body #wrapper #header .top .breadcrumb > ul > li:first-child > a {
    top: 0;
}
html body #wrapper #header .top .breadcrumb > ul > li:first-child:before {
    content: "";
    display: none;
}
html body #wrapper #header .top .breadcrumb > ul:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}
html body #wrapper #header .top ul.navigation {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 903;
    text-align: right;
    padding: 0 315px 0 80px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity .4s linear;
    -moz-transition: opacity .4s linear;
    -ms-transition: opacity .4s linear;
    -o-transition: opacity .4s linear;
    transition: opacity .4s linear;
}
html body #wrapper #header .top ul.navigation.desktop {
    width: auto;
    height: auto;
    left: auto;
    right: 0;
    z-index: 1005;
    padding: 0 29px 0 0;
}
html body #wrapper #header .top ul.navigation > li {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    cursor: pointer;
    position: relative;
    margin: 30px 0 0 20px;
    text-align: center;
    line-height: 71px;
    -webkit-transition: border-color .4s ease-out;
    -moz-transition: border-color .4s ease-out;
    -ms-transition: border-color .4s ease-out;
    -o-transition: border-color .4s ease-out;
    transition: border-color .4s ease-out;
}
html body #wrapper #header .top ul.navigation > li:hover {
    border-color: #958260;
}
html body #wrapper #header .top ul.navigation > li:hover > a .default {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
html body #wrapper #header .top ul.navigation > li:hover > a .hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
html body #wrapper #header .top ul.navigation > li:hover > a > span {
    color: #958260;
}
html body #wrapper #header .top ul.navigation > li.page-home > a img {
    top: 12px;
}
html body #wrapper #header .top ul.navigation > li.page-info > a img {
    top: 13px;
}
html body #wrapper #header .top ul.navigation > li > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
html body #wrapper #header .top ul.navigation > li > a .default {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
html body #wrapper #header .top ul.navigation > li > a img {
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity .4s linear;
    -moz-transition: opacity .4s linear;
    -ms-transition: opacity .4s linear;
    -o-transition: opacity .4s linear;
    transition: opacity .4s linear;
}
html body #wrapper #header .top ul.navigation > li > a > span {
    width: 100px;
    position: absolute;
    left: 50%;
    top: 39px;
    color: #ffffff;
    font-size: 14px;
    font-family: "warnock-pro";
    -webkit-transition: color .4s ease-out;
    -moz-transition: color .4s ease-out;
    -ms-transition: color .4s ease-out;
    -o-transition: color .4s ease-out;
    transition: color .4s ease-out;
}
html body #wrapper #header .top:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}
html body #wrapper #header .top > ul.navigation {
    padding-right: 29px;
}
html body #wrapper #header .top .logo {
    margin-left: 41px;
}
html body #wrapper #body {
    padding: 0 200px 0 0;
    width: 943px;
    margin: 0 auto 0 auto;
    position: relative;
    font-family: verdana;
    font-size: 13px;
    min-height: 1295px;
}
html body #wrapper #body .breadcrumb-list {
    display: block;
    width: 100%;
    margin: -6px 0 25px 0;
}
html body #wrapper #body .breadcrumb-list > li {
    display: block;
    float: left;
    color: #1e3255;
    font-size: 18px;
    font-family: "franklin-gothic-urw", sans-serif;
}
html body #wrapper #body .breadcrumb-list > li:first-child:before {
    display: none;
}
html body #wrapper #body .breadcrumb-list > li:before {
    content: ">";
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    color: #939393;
    margin: 0 8px;
    font-size: 8px;
    font-family: "franklin-gothic-urw", sans-serif;
}
html body #wrapper #body .breadcrumb-list > li:last-child {
    color: #939393;
}
html body #wrapper #body .breadcrumb-list:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}
html body #wrapper #body:after {
    display: block;
    content: "";
    width: 100%;
    height: 90px;
}
html body #wrapper #body:before {
    display: block;
    content: "";
    width: 100%;
    height: 40px;
}
html body #wrapper #body.forms .crumbs {
    display: block;
    width: 100%;
    min-height: 75px;
}
html body #wrapper #body.forms .crumbs > li {
    display: inline-block;
    margin: 0 0 0 22px;
}
html body #wrapper #body.forms .crumbs > li:first-child {
    margin-left: 0;
}
html body #wrapper #body.forms .crumbs > li > a {
    display: block;
    padding: 0 0 0 50px;
    line-height: 40px;
    font-size: 24px;
    font-family: "adobe-garamond-pro", sans-serif;
    color: #9a9a9a;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: color .4s ease-out, background .4s ease-out;
    -moz-transition: color .4s ease-out, background .4s ease-out;
    -ms-transition: color .4s ease-out, background .4s ease-out;
    -o-transition: color .4s ease-out, background .4s ease-out;
    transition: color .4s ease-out, background .4s ease-out;
}
html body #wrapper #body.forms .crumbs > li > a:hover {
    text-decoration: underline;
}
html body #wrapper #body.forms .crumbs > li > a.active {
    color: #a6926d;
}
html body #wrapper #body.forms .crumbs > li:hover > a {
    color: #a6926d;
}
html body #wrapper #body.filter input[type="button"] {
    line-height: 1;
    min-height: 42px;
    padding: 0 20px;
    float: right;
    margin: 29px 0 0 0;
    color: #ffffff;
    font-weight: 500;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 18px;
    width: 100%;
    text-align: center;
    background-color: #1d3255;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
html body #wrapper #body.filter .filters {
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
}
html body #wrapper #body.filter .filters > li {
    display: block;
    width: 50%;
    min-height: 75px;
    float: left;
}
html body #wrapper #body.filter .filters > li:nth-child(odd) {
    padding-right: 20px;
}
html body #wrapper #body.filter .filters > li:nth-child(even) {
    padding-left: 20px;
}
html body #wrapper #body.filter .filters > li > b {
    display: block;
    width: 100%;
    min-height: 29px;
    font-size: 18px;
    color: #494949;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
}
html body #wrapper #body.filter .filters > li > .dropdown {
    width: 350px;
    height: 42px;
    border: 2px solid #1d3255;
    background-color: #ffffff;
    position: relative;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity .4s linear;
    -moz-transition: opacity .4s linear;
    -ms-transition: opacity .4s linear;
    -o-transition: opacity .4s linear;
    transition: opacity .4s linear;
}
html body #wrapper #body.filter .filters > li > .dropdown.disabled {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
html body #wrapper #body.filter .filters > li > .dropdown.disabled > span {
    cursor: default;
}
html body #wrapper #body.filter .filters > li > .dropdown > span {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 38px;
    padding: 0 30px 0 14px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: #1d3255;
    font-weight: 500;
    font-family: "franklin-gothic-urw", sans-serif;
    cursor: pointer;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
html body #wrapper #body.filter .filters > li > .dropdown > span:after {
    display: block;
    content: "";
    width: 15px;
    height: 10px;
    background: url(/images/icon-dropdown-arrow-blue.png) no-repeat left top;
    position: absolute;
    right: 12px;
    top: 14px;
    pointer-events: none;
}
html body #wrapper #body.filter .filters > li > .dropdown > div.wrap {
    visibility: hidden;
    width: 100%;
    position: absolute;
    left: 0;
    top: 38px;
    background-color: #ffffff;
    z-index: 10000;
    max-height: 200px;
    overflow: hidden;
    border: 2px solid #1d3255;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    padding: 10px 20px;
    -webkit-transition: opacity .4s linear, visibility 0s linear .4s;
    -moz-transition: opacity .4s linear, visibility 0s linear .4s;
    -ms-transition: opacity .4s linear, visibility 0s linear .4s;
    -o-transition: opacity .4s linear, visibility 0s linear .4s;
    transition: opacity .4s linear, visibility 0s linear .4s;
}
html body #wrapper #body.filter .filters > li > .dropdown > div.wrap > ul {
    display: block;
    width: 100%;
    padding: 0 0 25px 0;
}
html body #wrapper #body.filter .filters > li > .dropdown > div.wrap > ul > li {
    display: block;
    width: 100%;
    cursor: pointer;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 18px;
    color: #1d3255;
    line-height: 30px;
    font-weight: 500;
}
html body #wrapper #body.filter .filters > li > .dropdown > div.wrap > ul > li:hover {
    text-decoration: underline;
}
html body #wrapper #body.filter .filters > li > .dropdown.active > div.wrap {
    visibility: visible;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
html body #wrapper #body.filter .filters:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}
html body #wrapper #body.filter .crumbs {
    display: block;
    width: 100%;
    min-height: 75px;
}
html body #wrapper #body.filter .crumbs > li {
    display: inline-block;
    margin: 0 0 0 22px;
}
html body #wrapper #body.filter .crumbs > li:first-child {
    margin-left: 0;
}
html body #wrapper #body.filter .crumbs > li > a {
    display: block;
    padding: 0 0 0 50px;
    line-height: 40px;
    font-size: 24px;
    font-family: "adobe-garamond-pro", sans-serif;
    color: #9a9a9a;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: color .4s ease-out, background .4s ease-out;
    -moz-transition: color .4s ease-out, background .4s ease-out;
    -ms-transition: color .4s ease-out, background .4s ease-out;
    -o-transition: color .4s ease-out, background .4s ease-out;
    transition: color .4s ease-out, background .4s ease-out;
}
html body #wrapper #body.filter .crumbs > li > a:hover {
    text-decoration: underline;
}
html body #wrapper #body.filter .crumbs > li > a.active {
    color: #a6926d;
}
html body #wrapper #body.filter .crumbs > li:hover > a {
    color: #a6926d;
}
html body #wrapper #body.filter .table {
    width: 740px;
    margin: 52px 0 0 0;
    position: relative;
}
html body #wrapper #body.filter .table .table-wrap {
    min-height: 200px;
}
html body #wrapper #body.filter .table .table-wrap > table {
    width: 740px;
    border-collapse: collapse;
}
html body #wrapper #body.filter .table .table-wrap > table > thead > tr > th {
    padding-bottom: 9px;
    border: 0;
    border-bottom: 2px solid #1d3255;
    padding-right: 10px;
    font-size: 14px;
    color: #1a2f53;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
}
html body #wrapper #body.filter .table .table-wrap > table > thead > tr > th.sort {
    font-weight: 700;
}
html body #wrapper #body.filter .table .table-wrap > table > tbody > tr:first-child > td {
    border-top: 0 !important;
}
html body #wrapper #body.filter .table .table-wrap > table > tbody > tr > td {
    padding: 14px 0 14px;
    padding-right: 10px;
    border: 0;
    border-top: 1px solid #c6ccd4;
    font-size: 14px;
    color: #1a2f53;
    font-family: "franklin-gothic-urw", sans-serif;
}
html body #wrapper #body.filter .table .table-wrap > table > tbody > tr > td > input {
    position: relative;
    top: -1px;
}
html body #wrapper #body.filter .table .actions {
    width: 100%;
    height: 50px;
    padding: 0 10px 0 21px;
    background-color: #1d3255;
}
html body #wrapper #body.filter .table .actions > .left {
    float: left;
    line-height: 50px;
}
html body #wrapper #body.filter .table .actions > .left > span {
    font-size: 14px;
    color: #ffffff;
    font-family: "franklin-gothic-urw", sans-serif;
}
html body #wrapper #body.filter .table .actions > .right {
    float: right;
    display: none;
}
html body #wrapper #body.filter .table .actions > .right.active {
    display: block;
}
html body #wrapper #body.filter .table .actions > .right.verify > .dropdown-container {
    background: transparent !important;
}
html body #wrapper #body.filter .table .actions > .right > span {
    display: block;
    font-size: 14px;
    color: #ffffff;
    font-family: "franklin-gothic-urw", sans-serif;
    float: left;
    line-height: 50px;
}
html body #wrapper #body.filter .table .actions > .right input#expert_search,
html body #wrapper #body.filter .table .actions > .right input#field_value {
    display: none;
    float: left;
    display: block;
    width: 180px;
    height: 26px;
    background-color: #ffffff;
    border: 1px solid #d4d4d4;
    padding: 0 12px;
    font-size: 14px;
    color: #a0a0a0;
    font-family: "franklin-gothic-urw", sans-serif;
    line-height: 1;
    margin: 0 0 0 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: inset 0px 11px 0px -8px #f7f7f7;
    -moz-box-shadow: inset 0px 11px 0px -8px #f7f7f7;
    box-shadow: inset 0px 11px 0px -8px #f7f7f7;
}
html body #wrapper #body.filter .table .actions > .right > .dropdown-container {
    display: block;
    height: 30px;
    float: left;
    margin: 10px 0 0 5px;
    background-color: #ffffff;
    padding: 2px 0 0 2px;
}
html body #wrapper #body.filter .table .actions > .right > .dropdown-container > .dropdown {
    width: 203px;
    height: 26px;
    float: left;
    position: relative;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity .4s linear;
    -moz-transition: opacity .4s linear;
    -ms-transition: opacity .4s linear;
    -o-transition: opacity .4s linear;
    transition: opacity .4s linear;
}
html body #wrapper #body.filter .table .actions > .right > .dropdown-container > .dropdown.disabled {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
html body #wrapper #body.filter .table .actions > .right > .dropdown-container > .dropdown.disabled > span {
    cursor: default;
}
html body #wrapper #body.filter .table .actions > .right > .dropdown-container > .dropdown > span {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #1d3255;
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    font-size: 14px;
    font-family: "franklin-gothic-urw", sans-serif;
    padding: 0 0 0 10px;
    line-height: 26px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
html body #wrapper #body.filter .table .actions > .right > .dropdown-container > .dropdown > span:after {
    display: block;
    content: "";
    width: 11px;
    height: 7px;
    background: url(/images/icon-dropdown-arrow-white.png) no-repeat left top;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 9px;
}
html body #wrapper #body.filter .table .actions > .right > .dropdown-container > .dropdown > div.wrap {
    visibility: hidden;
    width: 100%;
    position: absolute;
    left: 0;
    top: 26px;
    background-color: #1d3255;
    z-index: 10000;
    max-height: 200px;
    overflow: hidden;
    border-top: 2px solid #ffffff;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    padding: 10px 20px;
    -webkit-transition: opacity .4s linear, visibility 0s linear .4s;
    -moz-transition: opacity .4s linear, visibility 0s linear .4s;
    -ms-transition: opacity .4s linear, visibility 0s linear .4s;
    -o-transition: opacity .4s linear, visibility 0s linear .4s;
    transition: opacity .4s linear, visibility 0s linear .4s;
}
html body #wrapper #body.filter .table .actions > .right > .dropdown-container > .dropdown > div.wrap ul {
    display: block;
    width: 100%;
}
html body #wrapper #body.filter .table .actions > .right > .dropdown-container > .dropdown > div.wrap ul > li {
    display: block;
    width: 100%;
    cursor: pointer;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    font-weight: 500;
}
html body #wrapper #body.filter .table .actions > .right > .dropdown-container > .dropdown > div.wrap ul > li:hover {
    text-decoration: underline;
}
html body #wrapper #body.filter .table .actions > .right > .dropdown-container > .dropdown.active div.wrap {
    visibility: visible;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
html body #wrapper #body.filter .table .actions > .right > .dropdown-container > .btn {
    width: 82px;
    height: 26px;
    float: left;
    background-color: #ffffff;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
    font-size: 14px;
    color: #1d3255;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
}
html body #wrapper #body.filter .table .actions > .right > .dropdown-container > .btn.btn-no {
    margin-left: 8px;
}
html body #wrapper #body.filter .table .actions > .right > .dropdown-container > .btnextra {
    width: 82px;
    height: 26px;
    float: left;
    background-color: #ffffff;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
    font-size: 14px;
    color: #1d3255;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
    border-right: 2px solid #1d3255;
}
html body #wrapper #body.filter .table .actions > .right > .dropdown-container > .btnextra.btn-no {
    margin-left: 8px;
}
html body #wrapper #body.filter .table .actions > .right:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}
html body #wrapper #body.filter .table .actions:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}
html body #wrapper #body.filter .table .pages {
    width: 100%;
    height: 40px;
    background-color: #e1e1e1;
    position: relative;
}
html body #wrapper #body.filter .table .pages > span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 13px 0 0 14px;
    font-size: 12px;
    color: #545454;
    font-family: "franklin-gothic-urw", sans-serif;
}
html body #wrapper #body.filter .table .pages > ul {
    display: block;
    width: auto;
    height: 40px;
    position: absolute;
    right: 12px;
    top: 0;
    overflow: auto;
    margin: 0;
}
html body #wrapper #body.filter .table .pages > ul > li {
    float: none;
    display: inline-block;
    width: auto;
    height: 40px;
    line-height: 40px;
    margin: 0 0 0 9px;
    font-size: 14px;
    color: #1d3255;
    font-family: "franklin-gothic-urw", sans-serif;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
html body #wrapper #body.filter .table .pages > ul > li.active {
    font-weight: 500;
}
html body #wrapper #body.filter .table .pages > ul > li:first-child {
    margin-left: 0;
}
html body #wrapper #body.filter .table .pages > ul > li.default-cursor {
    cursor: default;
}
html body #wrapper #body.calendar .body-content > span {
    display: block;
    width: 100%;
    color: #958260;
    font-size: 24px;
    font-family: "franklin-gothic-urw", sans-serif;
    min-height: 30px;
    font-weight: 500;
}
html body #wrapper #body.calendar .body-content > span:empty {
    display: none;
}
html body #wrapper #body.calendar .body-content > h1 {
    display: block;
    width: 100%;
    color: #13223d;
    font-size: 40px;
    font-family: "franklin-gothic-urw", sans-serif;
    min-height: 65px;
    font-weight: 600;
}
html body #wrapper #body.calendar .body-content > .calendarOverview > ul > li {
    margin: 30px 0 0 0;
}
html body #wrapper #body.calendar .body-content > .calendarOverview > ul > li:first-child {
    margin-top: 0;
}
html body #wrapper #body.calendar .body-content > .calendarOverview > ul > li > span {
    display: block;
    width: 100%;
    min-height: 20px;
    font-size: 14px;
    color: #9b896a;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
}
html body #wrapper #body.calendar .body-content > .calendarOverview > ul > li > strong {
    display: block;
    width: 100%;
    min-height: 30px;
}
html body #wrapper #body.calendar .body-content > .calendarOverview > ul > li > strong > a {
    font-size: 24px;
    color: #13223d;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 600;
    text-decoration: none;
}
html body #wrapper #body.calendar .body-content > .calendarOverview > ul > li > strong > a:hover {
    text-decoration: underline;
}
html body #wrapper #body.calendar .body-content > .calendarOverview > ul > li > p {
    display: block;
    width: 100%;
    line-height: 20px;
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 500;
    font-family: "franklin-gothic-urw", sans-serif;
}
html body #wrapper #body.newsletterBody .news {
    position: relative;
}
html body #wrapper #body.newsletterBody .msg {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 88px;
    font-family: "franklin-gothic-urw", sans-serif;
    text-align: left;
    font-size: 15px;
    line-height: 18px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity .4s linear;
    -moz-transition: opacity .4s linear;
    -ms-transition: opacity .4s linear;
    -o-transition: opacity .4s linear;
    transition: opacity .4s linear;
}
html body #wrapper #body.newsletterBody .msg.active {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
html body #wrapper #body.newsletterBody p {
    display: block;
    width: 100%;
    line-height: 22px;
    font-size: 14px;
    color: #202021;
    font-family: "franklin-gothic-urw", sans-serif;
}
html body #wrapper #body.newsletterBody p.first {
    margin: 20px 0 0 0;
}
html body #wrapper #body.newsletterBody .big {
    cursor: pointer;
    width: 100%;
    padding: 0 0 0 40px;
    position: relative;
    margin: 25px 0 20px 0;
}
html body #wrapper #body.newsletterBody .big .left {
    position: absolute;
    left: 0;
    top: 0;
}
html body #wrapper #body.newsletterBody .big .right {
    width: 100%;
}
html body #wrapper #body.newsletterBody .big .right b {
    display: block;
    width: 100%;
    min-height: 32px;
    font-size: 24px;
    color: #1d3255;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
}
html body #wrapper #body.newsletterBody ul {
    display: block;
    width: 100%;
}
html body #wrapper #body.newsletterBody ul li {
    display: block;
    width: 50%;
    float: left;
    color: #1d3255;
    font-size: 18px;
    font-family: "franklin-gothic-urw", sans-serif;
    line-height: 25px;
    font-weight: 500;
    margin: 18px 0 0 0;
    cursor: pointer;
}
html body #wrapper #body.newsletterBody ul li .checkbox {
    float: left;
    margin: 0 15px 0 0;
}
html body #wrapper #body.newsletterBody ul:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}
html body #wrapper #body.newsletterBody .banner {
    width: 160px;
}
html body #wrapper #body.newsletterBody .checkbox {
    display: block;
    width: 25px;
    height: 25px;
    border: 2px solid #1d3255;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}
html body #wrapper #body.newsletterBody .checkbox:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    margin: -7.5px 0 0 -7.5px;
    background-color: #1d3255;
    -webkit-transition: opacity .4s linear, -webkit-transform .4s ease-out;
    -moz-transition: opacity .4s linear, -moz-transform .4s ease-out;
    -ms-transition: opacity .4s linear, -ms-transform .4s ease-out;
    -o-transition: opacity .4s linear, -o-transform .4s ease-out;
    transition: opacity .4s linear, transform .4s ease-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
html body #wrapper #body.newsletterBody .checkbox.active:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
html body #wrapper #body.newsletterBody .container {
    width: 100%;
    height: 40px;
    border: 2px solid #000205;
    margin: 55px 0 0 0;
    -webkit-transition: border-color .4s ease-out;
    -moz-transition: border-color .4s ease-out;
    -ms-transition: border-color .4s ease-out;
    -o-transition: border-color .4s ease-out;
    transition: border-color .4s ease-out;
}
html body #wrapper #body.newsletterBody .container.error {
    border-color: #c40000;
}
html body #wrapper #body.newsletterBody .container.in {
    border: 0;
}
html body #wrapper #body.newsletterBody .container.in > span {
    width: 20% !important;
    float: left !important;
}
html body #wrapper #body.newsletterBody .container > input[type="text"] {
    display: block;
    width: 60%;
    height: 100%;
    line-height: 1;
    padding: 0 0 0 14px;
    color: #909090;
    font-size: 24px;
    font-family: "franklin-gothic-urw", sans-serif;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    float: left;
}
html body #wrapper #body.newsletterBody .container > span {
    display: block;
    width: 40%;
    height: 100%;
    line-height: 38px;
    text-align: center;
    background-color: #1d3255;
    color: #ffffff;
    font-size: 24px;
    font-family: "franklin-gothic-urw", sans-serif;
    cursor: pointer;
    float: right;
}
html body #wrapper #body.newsletterBody .muted {
    display: block;
    margin: 20px 0 0 0;
    width: 100%;
    font-size: 14px;
    color: #202021;
    font-family: "franklin-gothic-urw", sans-serif;
}
html body #wrapper #body .sub-subjects {
    display: block;
    width: 100%;
}
html body #wrapper #body .sub-subjects .mdBoxTabsCategoriesCol > ul {
    display: block;
    width: 100%;
    margin: 20px 0 0 0;
    overflow: hidden;
    -webkit-transition: max-height 1s ease-out;
    -moz-transition: max-height 1s ease-out;
    -ms-transition: max-height 1s ease-out;
    -o-transition: max-height 1s ease-out;
    transition: max-height 1s ease-out;
}
html body #wrapper #body .sub-subjects .mdBoxTabsCategoriesCol > ul > li {
    display: block;
    width: 33.33%;
    float: left;
}
html body #wrapper #body .sub-subjects .mdBoxTabsCategoriesCol > ul > li > ul > li {
    margin: 10px 0 0 0;
}
html body #wrapper #body .sub-subjects .mdBoxTabsCategoriesCol > ul > li > ul > li > a {
    display: block;
    width: 100%;
    font-size: 13px;
    color: #1a2f53;
    position: relative;
    text-decoration: none;
    font-weight: 500;
    padding: 2px 0 0 10px;
}
html body #wrapper #body .sub-subjects .mdBoxTabsCategoriesCol > ul > li > ul > li > a:before {
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 6px;
    background-color: #1a2f53;
    border-radius: 50%;
}
html body #wrapper #body .sub-subjects .mdBoxTabsCategoriesCol > ul:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}
html body #wrapper #body .sub-subjects .mask {
    width: 100%;
    height: 2px;
    background-color: #1a2f53;
    position: relative;
    margin: 25px 0;
}
html body #wrapper #body .sub-subjects .mask > a {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    background-color: #ffffff;
    padding: 0 10px 0 30px;
    position: relative;
    font-size: 18px;
    color: #1a2f53;
    font-family: "franklin-gothic-urw", sans-serif;
    text-decoration: none;
    position: absolute;
    left: 0;
    top: -10px;
    font-weight: 500;
}
html body #wrapper #body .sub-subjects .mask > a:hover {
    text-decoration: underline;
}
html body #wrapper #body .sub-subjects .mask > a:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url(/images/icon-list-expand.png) no-repeat left top;
}
html body #wrapper #body .sub-subjects .mask > a.active:before {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}
html body #wrapper #body .sub-subjects .mask > a > span {
    display: inline-block;
    font-size: 18px;
    color: #a4a4a4;
    font-family: "franklin-gothic-urw", sans-serif;
    height: 20px;
    line-height: 20px;
    font-weight: 500;
}
html body #wrapper #body.calendar .articles {
    margin: 45px 0 0 0;
}
html body #wrapper #body.calendar .columns-3 .col-1 > .list {
    display: block;
    width: 100%;
}
html body #wrapper #body.calendar .columns-3 .col-1 > .list > ul {
    display: block;
    width: 100%;
}
html body #wrapper #body.calendar .columns-3 .col-1 > .list > ul > li {
    display: block;
    width: 100%;
    margin: 35px 0 0 0;
}
html body #wrapper #body.calendar .columns-3 .col-1 > .list > ul > li > span {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #9b896a;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
}
html body #wrapper #body.calendar .columns-3 .col-1 > .list > ul > li > b {
    display: block;
    width: 100%;
    font-size: 24px;
    color: #13223d;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
    margin: 6px 0 0 0;
}
html body #wrapper #body.calendar .columns-3 .col-1 > .list > ul > li > p {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #3d3d3d;
    font-family: "franklin-gothic-urw", sans-serif;
    margin: 8px 0 0 0;
}
html body #wrapper #body.calendar > .columns-3 > .col-1 > span {
    display: block;
    width: 100%;
    font-size: 24px;
    color: #958260;
    font-family: "franklin-gothic-urw", sans-serif;
    margin: 0 0 12px 0;
    text-transform: lowercase;
}
html body #wrapper #body.calendar > .columns-3 > .col-1 > span:first-letter {
    text-transform: uppercase;
}
html body #wrapper #body.calendar > .columns-3 > .col-1 > a {
    text-decoration: none;
}
html body #wrapper #body.calendar > .columns-3 > .col-1 > a:hover {
    text-decoration: underline;
}
html body #wrapper #body.calendar > .columns-3 > .col-1 > a h2 {
    display: block;
    width: 100%;
    font-size: 40px;
    color: #13223d;
    font-family: "franklin-gothic-urw", sans-serif;
    text-transform: lowercase;
    font-weight: 500;
}
html body #wrapper #body.calendar > .columns-3 > .col-1 > a h2:first-letter {
    text-transform: uppercase;
}
html body #wrapper #body.calendar > .columns-3 > .col-1 > ul {
    display: block;
    width: 100%;
}
html body #wrapper #body.calendar > .columns-3 > .col-1 > ul > li {
    display: block;
    width: 100%;
    margin: 50px 0 0 0;
}
html body #wrapper #body.calendar > .columns-3 > .col-1 > ul > li > strong {
    font-size: 30px;
    color: #958260;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
}
html body #wrapper #body.calendar > .columns-3 > .col-1 > ul > li > ul {
    display: block;
    width: 100%;
}
html body #wrapper #body.calendar > .columns-3 > .col-1 > ul > li > ul > li {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #1d3255;
    float: left;
    margin: 10px 10px 0 0;
    position: relative;
    background-color: #ffffff;
    -webkit-transition: color .4s ease-out, background-color .4s ease-out;
    -moz-transition: color .4s ease-out, background-color .4s ease-out;
    -ms-transition: color .4s ease-out, background-color .4s ease-out;
    -o-transition: color .4s ease-out, background-color .4s ease-out;
    transition: color .4s ease-out, background-color .4s ease-out;
}
html body #wrapper #body.calendar > .columns-3 > .col-1 > ul > li > ul > li > a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    color: #1d3255;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
    text-decoration: none;
}
html body #wrapper #body.calendar > .columns-3 > .col-1 > ul > li > ul > li > a:hover {
    color: #ffffff;
    text-decoration: underline;
}
html body #wrapper #body.calendar > .columns-3 > .col-1 > ul > li > ul > li:hover {
    background-color: #1d3255;
}
html body #wrapper #body.calendar > .columns-3 > .col-1 > ul > li > ul:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}
html body #wrapper #body.article,
html body #wrapper #body.search,
html body #wrapper #body.calendar,
html body #wrapper #body.category,
html body #wrapper #body.user {
    padding-right: 0;
}
html body #wrapper #body.versionsBody .versions > p {
    margin: 20px 0 20px 0;
    font-size: 14px;
    color: #202021;
    font-family: "franklin-gothic-urw", sans-serif;
}
html body #wrapper #body.versionsBody .versions li.head {
    padding-left: 0;
}
html body #wrapper #body.versionsBody .versions > ul {
    display: block;
    width: 100%;
}
html body #wrapper #body.versionsBody .versions > ul > li {
    display: block;
    width: 100%;
}
html body #wrapper #body.versionsBody .versions > ul > li.head > ul {
    display: block;
    width: 100%;
}
html body #wrapper #body.versionsBody .versions > ul > li.head > ul > li {
    display: block;
    float: left;
    font-size: 14px;
    color: #202021;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
    min-height: 32px;
}
html body #wrapper #body.versionsBody .versions > ul > li.head > ul > li:nth-child(1) {
    width: 10%;
}
html body #wrapper #body.versionsBody .versions > ul > li.head > ul > li:nth-child(2) {
    width: 27%;
}
html body #wrapper #body.versionsBody .versions > ul > li.head > ul > li:nth-child(3) {
    width: 45%;
}
html body #wrapper #body.versionsBody .versions > ul > li.head > ul > li:nth-child(4) {
    width: 18%;
}
html body #wrapper #body.versionsBody .versions > ul > li.head > ul:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}
html body #wrapper #body.versionsBody .versions > ul > li.item > ul {
    display: block;
    width: 100%;
}
html body #wrapper #body.versionsBody .versions > ul > li.item > ul > li {
    display: block;
    float: left;
    min-height: 45px;
    line-height: 16px;
    padding: 5px 0 0 0;
    font-size: 14px;
    color: #202021;
    font-family: "franklin-gothic-urw", sans-serif;
}
html body #wrapper #body.versionsBody .versions > ul > li.item > ul > li:nth-child(1) {
    width: 5%;
    padding: 0;
}
html body #wrapper #body.versionsBody .versions > ul > li.item > ul > li:nth-child(2) {
    width: 5%;
    padding: 0;
}
html body #wrapper #body.versionsBody .versions > ul > li.item > ul > li:nth-child(3) {
    width: 27%;
    font-weight: 500;
    color: #1d3255;
}
html body #wrapper #body.versionsBody .versions > ul > li.item > ul > li:nth-child(4) {
    width: 45%;
}
html body #wrapper #body.versionsBody .versions > ul > li.item > ul > li:nth-child(5) {
    width: 18%;
}
html body #wrapper #body.versionsBody .versions > ul > li.item > ul > li > a {
    font-weight: 500;
    color: #1d3255;
    font-size: 14px;
    font-family: "franklin-gothic-urw", sans-serif;
    text-decoration: none;
}
html body #wrapper #body.versionsBody .versions > ul > li.item > ul > li > a:hover {
    text-decoration: underline;
}
html body #wrapper #body.versionsBody .versions > ul > li.item > ul:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}
html body #wrapper #body.versionsBody .versions > .btn {
    display: inline-block;
    float: right;
    height: 38px;
    line-height: 38px;
    padding: 0 40px;
    color: #ffffff;
    font-size: 14px;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
    cursor: pointer;
    background-color: #1d3255;
}
html body #wrapper #body.versionsBody .versions .radio {
    display: block;
    width: 25px;
    height: 25px;
    border: 2px solid #1d3255;
    border-radius: 50%;
    background-color: #ffffff;
    cursor: pointer;
    position: relative;
}
html body #wrapper #body.versionsBody .versions .radio.disabled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
html body #wrapper #body.versionsBody .versions .radio:after {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #1d3255;
    margin: -7.5px 0 0 -7.5px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity .4s linear, -webkit-transform .4s ease-out;
    -moz-transition: opacity .4s linear, -moz-transform .4s ease-out;
    -ms-transition: opacity .4s linear, -ms-transform .4s ease-out;
    -o-transition: opacity .4s linear, -o-transform .4s ease-out;
    transition: opacity .4s linear, transform .4s ease-out;
}
html body #wrapper #body.versionsBody .versions .radio.active:after {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
html body #wrapper #body.filter #expert_search_container input,
html body #wrapper #body.filter #user_search_container input {
    display: block;
    width: 100%;
    height: 42px;
    background-color: #ffffff;
    border: 1px solid #d4d4d4;
    padding: 0 12px;
    font-size: 14px;
    color: #a0a0a0;
    font-family: "franklin-gothic-urw", sans-serif;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: inset 0px 11px 0px -8px #f7f7f7;
    -moz-box-shadow: inset 0px 11px 0px -8px #f7f7f7;
    box-shadow: inset 0px 11px 0px -8px #f7f7f7;
}
html body #wrapper #body.filter > .head {
    width: 100%;
    min-height: 70px;
    margin: 0 0 25px 0;
    padding: 0 0 0 77px;
    position: relative;
}
html body #wrapper #body.filter > .head > img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 60px;
}
html body #wrapper #body.filter > .head > b {
    display: block;
    width: 100%;
    padding: 0 0 5px 0;
    border-bottom: 2px solid #958260;
    font-size: 30px;
    color: #1a2f53;
    font-family: "adobe-garamond-pro", sans-serif;
    font-weight: 600;
}
html body #wrapper #body.filter > .head > ul {
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
}
html body #wrapper #body.filter > .head > ul > li {
    display: block;
    float: left;
    padding: 0 0 0 20px;
}
html body #wrapper #body.filter > .head > ul > li:first-child {
    padding: 0;
}
html body #wrapper #body.filter > .head > ul > li > span {
    font-size: 14px;
    color: #202021;
    font-family: "franklin-gothic-urw", sans-serif;
}
html body #wrapper #body.filter > .head > ul:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}
html body #wrapper #body.user .columns-3 .col-1 {
    font-size: 14px;
    color: #202021;
    font-family: "franklin-gothic-urw", sans-serif;
}
html body #wrapper #body.user .columns-3 .col-1 > .head {
    width: 100%;
    min-height: 70px;
    margin: 0 0 25px 0;
    padding: 0 0 0 77px;
    position: relative;
}
html body #wrapper #body.user .columns-3 .col-1 > .head > img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 60px;
}
html body #wrapper #body.user .columns-3 .col-1 > .head > b {
    display: block;
    width: 100%;
    padding: 0 0 5px 0;
    border-bottom: 2px solid #958260;
    font-size: 30px;
    color: #1a2f53;
    font-family: "adobe-garamond-pro", sans-serif;
    font-weight: 600;
}
html body #wrapper #body.user .columns-3 .col-1 > .head > ul {
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
}
html body #wrapper #body.user .columns-3 .col-1 > .head > ul > li {
    display: block;
    float: left;
    padding: 0 0 0 20px;
}
html body #wrapper #body.user .columns-3 .col-1 > .head > ul > li:first-child {
    padding: 0;
}
html body #wrapper #body.user .columns-3 .col-1 > .head > ul > li > span {
    font-size: 14px;
    color: #202021;
    font-family: "franklin-gothic-urw", sans-serif;
}
html body #wrapper #body.user .columns-3 .col-1 > .head > ul:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}
html body #wrapper #body.user .columns-3 .col-1 > ul > li {
    padding: 4px 0 4px 15px;
    position: relative;
}
html body #wrapper #body.user .columns-3 .col-1 > ul > li:after {
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
    background-color: #1a2f53;
}
html body #wrapper #body.user .columns-3 .col-2 > b {
    font-size: 18px;
    color: #1d3255;
    font-weight: 500;
    font-family: "franklin-gothic-urw", sans-serif;
    padding: 0 0 0 30px;
    margin: 0 0 10px 0;
}
html body #wrapper #body.user .columns-3 .col-2 > ul {
    display: block;
    width: 100%;
    margin: 15px 0 0 0;
}
html body #wrapper #body.user .columns-3 .col-2 > ul > li {
    display: block;
    width: 100%;
    margin: 20px 0 0 0;
}
html body #wrapper #body.user .columns-3 .col-2 > ul > li:first-child {
    margin-top: 0;
}
html body #wrapper #body.user .columns-3 .col-2 > ul > li > b:not(.tool-header) {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #343434;
    padding: 0;
    min-height: 0;
    line-height: 1;
    font-weight: 500;
    font-family: "franklin-gothic-urw", sans-serif;
}
html body #wrapper #body.user .columns-3 .col-2 > ul > li > b:not(.tool-header).blue {
    color: #1d3255;
}
html body #wrapper #body.user .columns-3 .col-2 > ul > li > span {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #343434;
    margin: 4px 0 0 0;
    font-family: "franklin-gothic-urw", sans-serif;
}
html body #wrapper #body.user .columns-3 .col-3 > ul > li {
    margin: 37px 0 0 0;
}
html body #wrapper #body.user .columns-3 .col-3 > ul > li:first-child {
    margin-top: 0;
}
html body #wrapper #body.article p a {
    color: #20365b;
}
html body #wrapper #body.article .body-content {
    padding: 20px 0 20px 0;
}
html body #wrapper #body.article .body-content strong {
    font-weight: 600;
}
html body #wrapper #body.article .body-content h2 {
    font-size: 17px;
    margin-bottom: 5px;
    margin-top: 15px;
}
html body #wrapper #body.article .body-content h3 {
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 25px;
}
html body #wrapper #body.article .body-content u {
    color: #333;
}
html body #wrapper #body.article .body-content p {
    display: block;
    word-wrap: break-word;
}
html body #wrapper #body.article .body-content p.quote {
    margin-left: 40px;
    line-height: 1;
}
html body #wrapper #body.article .body-content blockquote {
    margin-left: 40px;
    line-height: 1;
    margin-bottom: 10px;
}
html body #wrapper #body.article .body-content .mdBoxTable {
    margin: 0 0 20px 0;
}
html body #wrapper #body.article .body-content table td,
html body #wrapper #body.article .body-content table th {
    border: 1px solid #DFDFDF;
    padding: 3px 5px;
    vertical-align: top;
}
html body #wrapper #body.article .body-content > table,
html body #wrapper #body.article .body-content > form > table {
    margin: 0 0 20px 0;
}
html body #wrapper #body.article .body-content:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}
html body #wrapper #body.sub .newsletter {
    width: 160px;
}
html body #wrapper #body.sub .articles {
    margin-top: 20px;
}
html body #wrapper #body.sub .articles .sub-subjects {
    margin-bottom: 45px;
}
html body #wrapper #body.sub .columns-3 .col-1 > b {
    padding-right: 20px;
    line-height: 50px;
}
html body #wrapper #body.sub .arrow-select-small {
    margin-bottom: 30px;
}
html body #wrapper #body.category h1 {
    display: inline-block;
    font-size: 48px;
    color: #13223d;
    font-family: "franklin-gothic-urw", sans-serif;
    min-height: 75px;
    font-weight: 500;
    position: relative;
    max-width: 82%;
}
html body #wrapper #body.category .tools {
    left: 0 !important;
}
html body #wrapper #body.category .text {
    display: block;
    width: 100%;
    margin: 35px 0 0 0;
    font-size: 14px;
    color: #000000;
    font-family: "franklin-gothic-urw", sans-serif;
    line-height: 20px;
}
html body #wrapper #body.category .col-1 .arrow-select-big {
    margin-bottom: 70px;
}
html body #wrapper #body.category .col-1 > ul {
    display: block;
    width: 100%;
    margin: 45px 0 45px 0;
}
html body #wrapper #body.category .col-1 > ul > li {
    display: block;
    width: 33.33%;
    float: left;
    padding: 0 40px 0 0;
    margin: 0 0 20px 0;
}
html body #wrapper #body.category .col-1 > ul > li > b {
    display: block;
    width: 100%;
    font-size: 24px;
    color: #243c61;
    line-height: 28px;
    border-bottom: 3px solid #958260;
    font-family: "adobe-garamond-pro", sans-serif;
    padding: 0 0 12px 0;
}
html body #wrapper #body.category .col-1 > ul > li > ul {
    display: block;
    width: 100%;
    margin: 15px 0 0 0;
}
html body #wrapper #body.category .col-1 > ul > li > ul > li {
    display: block;
    width: 100%;
}
html body #wrapper #body.category .col-1 > ul > li > ul > li > a {
    display: block;
    width: 100%;
    font-size: 14px;
    color: rgba(46, 46, 46, 0.81);
    line-height: 23px;
    font-family: "franklin-gothic-urw", sans-serif;
    text-decoration: none;
    -webkit-transition: color .4s ease-out;
    -moz-transition: color .4s ease-out;
    -ms-transition: color .4s ease-out;
    -o-transition: color .4s ease-out;
    transition: color .4s ease-out;
}
html body #wrapper #body.category .col-1 > ul > li > ul > li > a:hover {
    color: #1a2f53 !important;
    text-decoration: underline;
}
html body #wrapper #body.category .col-1 > ul:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}
html body #wrapper #body.category .col-2 a {
    text-decoration: none;
}
html body #wrapper #body.category .col-2 .newsletter {
    width: 160px;
}
html body #wrapper #body.category:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}
html body #wrapper #body.search h1 {
    display: block;
    width: 100%;
    font-size: 40px;
    color: #13223d;
    font-family: "franklin-gothic-urw", sans-serif;
    min-height: 55px;
    font-weight: 500;
}
html body #wrapper #body.search h3 {
    display: block;
    width: 100%;
    font-size: 24px;
    color: #958260;
    font-family: "franklin-gothic-urw", sans-serif;
    min-height: 30px;
}
html body #wrapper #body.search .results {
    display: block;
    width: 100%;
}
html body #wrapper #body.search .results > li {
    display: block;
    width: 100%;
    padding: 20px 0 14px 0;
    border-top: 1px solid #e8eaee;
}
html body #wrapper #body.search .results > li:first-child {
    border: none;
    padding-top: 0;
}
html body #wrapper #body.search .results > li > a {
    display: block;
    width: 100%;
    line-height: 28px;
    font-size: 28px;
    color: #13223d;
    font-weight: 500;
    text-decoration: none;
    font-family: "franklin-gothic-urw", sans-serif;
}
html body #wrapper #body.search .results > li > a:hover {
    text-decoration: underline;
}
html body #wrapper #body.search .results > li > p {
    display: block;
    width: 100%;
    line-height: 16px;
    color: #3d3d3d;
    font-size: 14px;
    margin: 12px 0 0 0;
    font-family: "franklin-gothic-urw", sans-serif;
}
html body #wrapper #body.search .results > li > p:empty {
    display: none !important;
}
html body #wrapper #body.search .results > li p:empty {
    display: none;
}
html body #wrapper #body.search .results > li > ul {
    display: block;
    width: 100%;
    margin: 0 0 8px 0;
}
html body #wrapper #body.search .results > li > ul > li {
    display: inline-block;
    color: #b4b4b4;
    font-size: 12px;
    font-family: "franklin-gothic-urw", sans-serif;
}
html body #wrapper #body.search .results > li > ul > li:before {
    display: inline-block;
    content: ">";
    padding: 0 3px;
    position: relative;
    left: -2px;
}
html body #wrapper #body.search .results > li > ul > li:first-child:before {
    display: none;
}
html body #wrapper #body.search .results > li > .tags {
    display: block;
    width: 100%;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
}
html body #wrapper #body.search .results > li > .tags > ul {
    display: inline-block;
}
html body #wrapper #body.search .results > li > .tags > ul > li {
    display: inline-block;
    margin: 0 0 0 8px;
    font-weight: normal;
    font-family: "franklin-gothic-urw", sans-serif;
}
html body #wrapper #body.search .arrow-select-small {
    margin-bottom: 40px;
}
html body #wrapper #body.search .arrow-select-small .middle {
    background-color: transparent;
}
html body #wrapper #body.search .arrow-select-small ul {
    display: inline-block;
    position: relative;
    top: 1px;
}
html body #wrapper #body.search .arrow-select-small ul > li {
    display: inline-block;
    background-color: #ffffff;
    padding: 0 2px;
}
html body #wrapper #body.search .arrow-select-small ul > li > a {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #958260;
    border-radius: 50%;
    background-color: #ffffff;
    text-indent: -99999px;
    overflow: hidden;
}
html body #wrapper #body.search .arrow-select-small ul > li.active > a {
    border: none;
    background-color: #958260;
}
html body #wrapper #body a {
    color: #1b3155;
}
html body #wrapper #body p {
    color: #333;
    line-height: 18px;
    padding-bottom: 5px;
}
html body #wrapper #body .focus-slider {
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
}
html body #wrapper #body .focus-slider > ul.images {
    display: block;
    width: 100%;
    height: 180px;
    position: absolute;
    left: 0;
    top: 0;
}
html body #wrapper #body .focus-slider > ul.images > li {
    display: block;
    width: 180px;
    height: 180px;
    float: left;
    position: relative;
    left: 0;
}
html body #wrapper #body .focus-slider > ul.images > li > img {
    width: 100%;
}
html body #wrapper #body strong {
    font-weight: 500;
}
html body #wrapper #body .mdBoxSub {
    position: relative;
    color: #666;
    margin-right: 16px;
}
html body #wrapper #body .mdBoxSub th {
    font-weight: 500;
    padding: 20px 0 0 0;
}
html body #wrapper #body .mdBoxSub > P {
    line-height: 12px;
}
html body #wrapper #body .mdBoxSub > div.mdTxt {
    width: 100%;
    padding: 15px;
    color: #5c5c5c;
    font-size: 14px;
    font-family: "franklin-gothic-urw", sans-serif;
    background-color: #e7e7e7;
}
html body #wrapper #body .mdBoxSub > div.mdTxt > a {
    color: #5c5c5c;
    font-size: 14px;
    font-family: "franklin-gothic-urw", sans-serif;
}
html body #wrapper #body .mdBoxSub > table {
    background-color: #f2f2f2;
    width: 100%;
}
html body #wrapper #body .mdBoxSub > table td {
    vertical-align: top;
    line-height: 16px;
}
html body #wrapper #body .mdBoxSub > table td a {
    color: #293555;
    text-decoration: underline;
}
html body #wrapper #body .mdBoxImage {
    margin-right: 5px;
    margin-bottom: 5px;
}
html body #wrapper #body .mdBoxImage > div.mdImg {
    border: 1px solid #ccc;
    padding: 1px;
    overflow: hidden;
    width: 176px;
}
html body #wrapper #body .aLeftSingle {
    float: left;
}
html body #wrapper #body .banner {
    width: 160px;
    position: absolute;
    right: 0;
    top: 40px;
    clear: right;
}
html body #wrapper #body .banner > div {
    width: 100%;
    margin: 38px 0 0 0;
}
html body #wrapper #body .banner > div:first-child {
    margin-top: 0;
}
html body #wrapper #body .banner > div.newsletter {
    display: block;
}
html body #wrapper #body .columns-3 > div {
    float: left;
}
html body #wrapper #body .columns-3 > .col-1 {
    width: 561px;
}
html body #wrapper #body .columns-3 > .col-1 > b,
html body #wrapper #body .columns-3 > .col-1 > h1 {
    display: inline-block;
    position: relative;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
    font-size: 48px;
    color: #13223d;
    margin: 0 0 15px 0;
}
html body #wrapper #body .columns-3 > .col-1 > b.has-sound:after,
html body #wrapper #body .columns-3 > .col-1 > h1.has-sound:after {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    position: relative;
    top: -17px;
    background: url(/images/icon-article-sound-off.png) no-repeat left top;
}
html body #wrapper #body .columns-3 > .col-1 > span {
    display: block;
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 22px;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
}
html body #wrapper #body .columns-3 > .col-1 > span.darker {
    color: #5c5c5c;
}
html body #wrapper #body .columns-3 > .col-1 > span.darker > a {
    color: #21365b;
    font-size: 12px;
    text-transform: none;
    line-height: 22px;
    font-family: "franklin-gothic-urw", sans-serif;
}
html body #wrapper #body .columns-3 > .col-1 > span.darker > a:hover {
    text-decoration: underline;
}
html body #wrapper #body .columns-3 > .col-1 > span.blend {
    color: #a4a4a4;
}
html body #wrapper #body .columns-3 > .col-1 > span.blend > a {
    text-transform: none;
}
html body #wrapper #body .columns-3 > .col-1 > span > span {
    text-transform: none;
}
html body #wrapper #body .columns-3 .col-2 {
    width: 184px;
    margin-left: 25px;
}
html body #wrapper #body .columns-3 .col-2 a {
    text-decoration: none;
}
html body #wrapper #body .columns-3 .col-2 p {
    padding-bottom: 0 !important;
}
html body #wrapper #body .columns-3 .col-2 > ul {
    display: block;
    width: 100%;
    position: relative;
}
html body #wrapper #body .columns-3 .col-2 > ul > li {
    display: block;
    width: 100%;
    margin: 30px 0 0 0;
}
html body #wrapper #body .columns-3 .col-2 > ul > li:first-child,
html body #wrapper #body .columns-3 .col-2 > ul > li.no-m-t {
    margin-top: 0;
}
html body #wrapper #body .columns-3 .col-2 > ul > li > a,
html body #wrapper #body .columns-3 .col-2 > ul > li > b {
    display: block;
    width: 100%;
    padding: 0 0 0 30px;
    min-height: 30px;
    color: #1d3255;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-decoration: none;
}
html body #wrapper #body .columns-3 .col-2 > ul > li > p {
    font-size: 14px;
    color: #565656;
    font-family: "franklin-gothic-urw", sans-serif;
}
html body #wrapper #body .columns-3 .col-2 > ul > li > p > a:hover {
    text-decoration: underline;
}
html body #wrapper #body .columns-3 .col-2 > ul > li span.icon-user {
    display: inline-block;
    width: 10px;
    height: 9px;
    background: url(/images/icon-user.png) no-repeat left top;
    margin-right: 3px;
}
html body #wrapper #body .columns-3 .col-2 > ul > li.tools {
    position: relative;
    left: -45px;
    margin-bottom: 30px;
}
html body #wrapper #body .columns-3 .col-2 > ul > li.copyright a {
    font-size: 14px;
    color: #565656;
}
html body #wrapper #body .columns-3 .col-2 > ul > li.files > ul {
    display: block;
    widows: 100%;
}
html body #wrapper #body .columns-3 .col-2 > ul > li.files > ul > li {
    display: block;
    width: 100%;
    padding: 0 15px 0 15px;
    background: url(/images/icon-file-arrow.png) no-repeat left 4px;
    font-size: 14px;
    color: #565656;
    font-family: "franklin-gothic-urw", sans-serif;
    line-height: 20px;
}
html body #wrapper #body .columns-3 .col-2 > ul > li.files > ul > li > a {
    font-size: 14px;
    color: #565656;
    font-family: "franklin-gothic-urw", sans-serif;
    text-decoration: none;
    line-height: 20px;
}
html body #wrapper #body .columns-3 .col-2 > ul > li.files > ul > li > a:hover {
    text-decoration: underline;
}
html body #wrapper #body .columns-3 .col-2 > ul > li.files > ul > li > b {
    display: block;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 13px;
    color: #1d2e4c;
    text-decoration: none;
    font-weight: bold;
}
html body #wrapper #body .columns-3 .col-2 > ul > li.files > ul > li > ul {
    margin: 15px 0 10px 0;
}
html body #wrapper #body .columns-3 .col-2 > ul > li.files > ul > li > ul > li:before {
    content: "- ";
}
html body #wrapper #body .columns-3 .col-2 > ul > li .fb-like {
    top: 0;
}
html body #wrapper #body .columns-3 .col-2 > ul > li.history {
    position: relative;
}
html body #wrapper #body .columns-3 .col-2 > ul > li.history > ul {
    display: block;
    width: 100%;
    position: relative;
    top: -3px;
}
html body #wrapper #body .columns-3 .col-2 > ul > li.history > ul:before {
    display: block;
    content: "";
    width: 2px;
    height: 10px;
    background-color: #d7d7d7;
    pointer-events: none;
    position: absolute;
    left: 8px;
    top: -7px;
}
html body #wrapper #body .columns-3 .col-2 > ul > li.history > ul > li {
    display: block;
    width: 100%;
    padding: 15px 0 0 28px;
    position: relative;
}
html body #wrapper #body .columns-3 .col-2 > ul > li.history > ul > li.toggle {
    display: none;
}
html body #wrapper #body .columns-3 .col-2 > ul > li.history > ul > li:first-child {
    padding-top: 0;
}
html body #wrapper #body .columns-3 .col-2 > ul > li.history > ul > li:first-child:after {
    top: 2px;
}
html body #wrapper #body .columns-3 .col-2 > ul > li.history > ul > li:first-child.line:before {
    top: 5px !important;
    height: 128% !important;
}
html body #wrapper #body .columns-3 .col-2 > ul > li.history > ul > li.line:before {
    display: block;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #d7d7d7;
    pointer-events: none;
    position: absolute;
    left: 8px;
    top: 22px;
}
html body #wrapper #body .columns-3 .col-2 > ul > li.history > ul > li > a {
    display: block;
    width: 100%;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 13px;
    color: #1d2e4c;
    text-decoration: none;
    font-weight: bold;
}
html body #wrapper #body .columns-3 .col-2 > ul > li.history > ul > li > a:hover {
    text-decoration: underline;
}
html body #wrapper #body .columns-3 .col-2 > ul > li.history > ul > li > b {
    display: block;
    width: 100%;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 13px;
    color: #1d2e4c;
    text-decoration: none;
    font-weight: bold;
}
html body #wrapper #body .columns-3 .col-2 > ul > li.history > ul > li > span {
    display: block;
    width: 100%;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 13px;
    color: #958260;
    margin-top: 5px;
}
html body #wrapper #body .columns-3 .col-2 > ul > li.history > ul > li > p {
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 13px;
    color: #565656;
    margin-top: 2px;
}
html body #wrapper #body .columns-3 .col-2 > ul > li.history > ul > li > p > a {
    text-decoration: none;
    color: #1d2e4c;
    font-weight: bold;
}
html body #wrapper #body .columns-3 .col-2 > ul > li.history > ul > li > p > a:hover {
    text-decoration: underline;
}
html body #wrapper #body .columns-3 .col-2 > ul > li.history > ul > li:after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #162847;
    position: absolute;
    left: 4px;
    top: 17px;
}
html body #wrapper #body .columns-3 .col-3 {
    display: block;
    float: left;
    width: 160px;
}
html body #wrapper #body .columns-3 .col-3 > ul {
    display: block;
    width: 100%;
}
html body #wrapper #body .columns-3 .col-3 > ul > li {
    display: block;
    width: 100%;
    text-align: right;
}
html body #wrapper #body .columns-3 .col-3 > ul > li.margin-bottom {
    margin: 0 0 40px 0;
}
html body #wrapper #body .columns-3 .col-3 > ul > li > img {
    max-width: 100%;
}
html body #wrapper #body .columns-3:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}
html body #wrapper #body .articles {
    width: 100%;
}
html body #wrapper #body .articles.small {
    width: 745px;
    margin-top: 35px;
}
html body #wrapper #body .articles > div {
    width: 100%;
    margin: 40px 0 0 0;
}
html body #wrapper #body .articles > div.mobile {
    display: none;
}
html body #wrapper #body .articles > div.low-margin {
    margin: 5px 0 0 0;
}
html body #wrapper #body .articles > div.newsletter {
    display: none;
}
html body #wrapper #body .articles > div.tags > ul {
    margin-top: 20px;
}
html body #wrapper #body .articles > div.tags > ul > li {
    padding-left: 27px;
    min-height: 16px;
    background: url(/images/icon-tag.png) no-repeat 7px 1px;
    float: left;
    color: #1a2f53;
    margin: 0 20px 0 0;
    font-family: "franklin-gothic-urw", sans-serif;
}
html body #wrapper #body .articles > div.tags > ul > li > a {
    color: #1a2f53;
    font-family: "franklin-gothic-urw", sans-serif;
    text-decoration: none;
}
html body #wrapper #body .articles > div.tags > ul > li > a:hover {
    text-decoration: underline;
}
html body #wrapper #body .articles > div.tags > ul:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}
html body #wrapper #body .articles > div.spot {
    float: left;
}
html body #wrapper #body .articles > div.spot.left {
    width: 330px;
}
html body #wrapper #body .articles > div.spot.right {
    width: 225px;
}
html body #wrapper #body .articles > div.spot.right span.label {
    width: 193px;
}
html body #wrapper #body .articles > div.spot.right h3 {
    top: 0;
    height: 34px;
    padding-top: 5px;
}
html body #wrapper #body .articles > div.spot.right .list-content li {
    padding-top: 5px !important;
}
html body #wrapper #body .articles > div.spot.right.books {
    width: 410px;
}
html body #wrapper #body .articles > div.spot.right.books ul {
    display: block;
    width: 100%;
    padding: 28px 0 0 0;
}
html body #wrapper #body .articles > div.spot.right.books ul > li.item {
    width: 50%;
    float: left;
    margin-bottom: 25px;
}
html body #wrapper #body .articles > div.spot.right.books ul > li.item > b {
    display: block;
    font-size: 12px;
    color: #5c5c5c;
    font-family: "franklin-gothic-urw", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}
html body #wrapper #body .articles > div.spot.right.books ul > li.item > a {
    text-decoration: none;
}
html body #wrapper #body .articles > div.spot.right.books ul > li.item > a > span {
    display: block;
    margin: 5px 0 6px 0;
    color: #21365b;
    font-size: 14px;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
}
html body #wrapper #body .articles > div.spot.right.books ul > li.item > a:hover > span {
    text-decoration: underline;
}
html body #wrapper #body .articles > div.spot.right.books.full-width ul > li.item {
    width: auto;
    margin-left: 40px;
}
html body #wrapper #body .articles > div.spot.right.books.full-width ul > li.item:first-child {
    margin-left: 0;
}
html body #wrapper #body .articles > div:first-child {
    margin-top: 0;
}
html body #wrapper #body .articles > div > div.head {
    padding: 0 0 0 55px;
    width: 100%;
    position: relative;
    z-index: 1001;
}
html body #wrapper #body .articles > div > div.head h2 {
    display: block;
    width: 100%;
    min-height: 37px;
    color: #1e3357;
    border-bottom: 2px solid #978462;
    font-family: "adobe-garamond-pro", sans-serif;
    font-size: 30px;
    font-weight: 500;
}
html body #wrapper #body .articles > div > div.head h2 > b,
html body #wrapper #body .articles > div > div.head h2 strong {
    color: #1e3357;
    font-family: "adobe-garamond-pro", sans-serif;
    font-weight: bold;
    font-size: 30px;
}
html body #wrapper #body .articles > div > div.head h2 > span {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
html body #wrapper #body .articles > div > div.head h2 > span > a {
    font-size: 18px;
    color: #1e3357;
    text-decoration: none;
}
html body #wrapper #body .articles > div > div.head h2 > span > a:hover {
    text-decoration: underline;
}
html body #wrapper #body .articles > div > div.head h2 > span > a:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #1e3357;
    border-radius: 50%;
    background: url(/images/icon-arrow-right.png) no-repeat center center;
    position: relative;
    top: 4px;
    margin: 0 0 0 8px;
}
html body #wrapper #body .articles > div > div.head > h3 {
    display: block;
    width: 100%;
    color: #1e3357;
    border-bottom: 2px solid #978462;
    font-size: 23px;
    position: relative;
    top: -4px;
    padding-bottom: 4px;
    font-family: "adobe-garamond-pro", sans-serif;
}
html body #wrapper #body .articles > div > div.content.slider-init {
    width: 100%;
    display: block;
    position: relative;
    padding: 0;
}
html body #wrapper #body .articles > div > div.content.slider-init .arrow {
    position: absolute;
    width: 10px;
    height: 19px;
    top: 35%;
    margin: -9.5px 0 0 0;
    cursor: pointer;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: opacity .4s linear;
    -moz-transition: opacity .4s linear;
    -ms-transition: opacity .4s linear;
    -o-transition: opacity .4s linear;
    transition: opacity .4s linear;
}
html body #wrapper #body .articles > div > div.content.slider-init .arrow.active {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
html body #wrapper #body .articles > div > div.content.slider-init .arrow.left {
    left: -15px;
    background: url(/images/icon-slider-arrow-left.png) no-repeat left top;
}
html body #wrapper #body .articles > div > div.content.slider-init .arrow.right {
    right: -15px;
    background: url(/images/icon-slider-arrow-right.png) no-repeat left top;
}
html body #wrapper #body .articles > div > div.content.slider-init .slider-con {
    width: 100%;
    height: 150px;
    overflow: hidden;
    position: relative;
}
html body #wrapper #body .articles > div > div.content.slider-init .slider-con ul.slider {
    padding: 12px 0 0 0;
    display: block;
    width: 100%;
    height: 135px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .4s ease-out;
    -moz-transition: -moz-transform .4s ease-out;
    -ms-transition: -ms-transform .4s ease-out;
    -o-transition: -o-transform .4s ease-out;
    transition: transform .4s ease-out;
}
html body #wrapper #body .articles > div > div.content.slider-init .slider-con ul.slider > li {
    width: 114px;
    height: 123px;
    float: left;
}
html body #wrapper #body .articles > div > div.content.slider-init .slider-con ul.slider > li > a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: none;
}
html body #wrapper #body .articles > div > div.content.slider-init .slider-con ul.slider > li > a > img {
    max-width: 100%;
    border-radius: 50%;
    -webkit-transform: translateZ(0) scale(0.875);
    -moz-transform: translateZ(0) scale(0.875);
    -ms-transform: translateZ(0) scale(0.875);
    -o-transform: translateZ(0) scale(0.875);
    transform: translateZ(0) scale(0.875);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: -webkit-transform .4s ease-out, box-shadow .4s ease-out;
    -moz-transition: -moz-transform .4s ease-out, box-shadow .4s ease-out;
    -ms-transition: -ms-transform .4s ease-out, box-shadow .4s ease-out;
    -o-transition: -o-transform .4s ease-out, box-shadow .4s ease-out;
    transition: transform .4s ease-out, box-shadow .4s ease-out;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 2, 5, 0);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 2, 5, 0);
    box-shadow: 0px 0px 10px 0px rgba(0, 2, 5, 0);
}
html body #wrapper #body .articles > div > div.content.slider-init .slider-con ul.slider > li > a:hover > span {
    text-decoration: underline;
}
html body #wrapper #body .articles > div > div.content.slider-init .slider-con ul.slider > li > a:hover > img {
    -webkit-transform: translateZ(0) scale(1);
    -moz-transform: translateZ(0) scale(1);
    -ms-transform: translateZ(0) scale(1);
    -o-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 2, 5, 0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 2, 5, 0.35);
    box-shadow: 0px 0px 10px 0px rgba(0, 2, 5, 0.35);
}
html body #wrapper #body .articles > div > div.content.slider-init .slider-con ul.slider > li > a > span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #13223d;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
    margin: 5px 0 0 0;
    padding: 0 5px;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
html body #wrapper #body .articles > div > div.content.slider-init ul.thumbs {
    position: absolute;
    top: -25px;
    right: 0;
    z-index: 10000;
}
html body #wrapper #body .articles > div > div.content.slider-init ul.thumbs li {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #8e98aa;
    float: left;
    margin: 0 0 0 10px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: background-color .4s linear;
    -moz-transition: background-color .4s linear;
    -ms-transition: background-color .4s linear;
    -o-transition: background-color .4s linear;
    transition: background-color .4s linear;
}
html body #wrapper #body .articles > div > div.content.slider-init ul.thumbs li:first-child {
    margin-left: 0;
}
html body #wrapper #body .articles > div > div.content.slider-init ul.thumbs li.active {
    background-color: #1d3255;
}
html body #wrapper #body .articles > div > div.effect {
    width: 336px;
    height: 358px;
    position: absolute;
    left: -69px;
    top: 0;
    z-index: 1000;
    background: url(/images/icon-bg-effect.png) no-repeat left 15px;
}
html body #wrapper #body .articles > div > ul.tabs {
    width: 100%;
    height: 90px;
    overflow: hidden;
    text-align: left;
    position: relative;
    z-index: 1001;
}
html body #wrapper #body .articles > div > ul.tabs > li {
    display: inline-block;
    margin: 23px 0 0 23px;
    text-align: left;
    cursor: pointer;
    vertical-align: top;
}
html body #wrapper #body .articles > div > ul.tabs > li:first-child {
    margin-left: 0;
}
html body #wrapper #body .articles > div > ul.tabs > li > b,
html body #wrapper #body .articles > div > ul.tabs > li > strong {
    display: block;
    height: 30px;
    font-size: 30px;
    color: #969696;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
    -webkit-transition: color .4s ease-out;
    -moz-transition: color .4s ease-out;
    -ms-transition: color .4s ease-out;
    -o-transition: color .4s ease-out;
    transition: color .4s ease-out;
}
html body #wrapper #body .articles > div > ul.tabs > li > span {
    font-size: 14px;
    color: #969696;
    font-family: "franklin-gothic-urw", sans-serif;
    -webkit-transition: color .4s ease-out;
    -moz-transition: color .4s ease-out;
    -ms-transition: color .4s ease-out;
    -o-transition: color .4s ease-out;
    transition: color .4s ease-out;
}
html body #wrapper #body .articles > div > ul.tabs > li.active,
html body #wrapper #body .articles > div > ul.tabs > li:hover {
    border-bottom: 2px solid #aa9063;
    padding-bottom: 10px;
}
html body #wrapper #body .articles > div > ul.tabs > li.active > b,
html body #wrapper #body .articles > div > ul.tabs > li.active > strong,
html body #wrapper #body .articles > div > ul.tabs > li.active > span,
html body #wrapper #body .articles > div > ul.tabs > li:hover > b,
html body #wrapper #body .articles > div > ul.tabs > li:hover > strong,
html body #wrapper #body .articles > div > ul.tabs > li:hover > span {
    color: #aa9063;
}
html body #wrapper #body .articles > div > ul.tab-pages > li {
    display: none;
    position: relative;
    padding: 0 0 0 156px;
    min-height: 175px;
}
html body #wrapper #body .articles > div > ul.tab-pages > li.active {
    display: block;
}
html body #wrapper #body .articles > div > ul.tab-pages > li .imgCon {
    position: absolute;
    left: 0;
    top: 15px;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    overflow: hidden;
}
html body #wrapper #body .articles > div > ul.tab-pages > li .imgCon img {
    min-width: 100%;
    min-height: 100%;
    max-width: 0;
    max-height: 0;
}
html body #wrapper #body .articles > div > ul.tab-pages > li div.content {
    display: inline-block;
}
html body #wrapper #body .articles > div > ul.tab-pages > li div.content > a {
    text-decoration: none;
}
html body #wrapper #body .articles > div > ul.tab-pages > li div.content > a:hover {
    text-decoration: underline;
}
html body #wrapper #body .articles > div > ul.tab-pages > li div.content > a b,
html body #wrapper #body .articles > div > ul.tab-pages > li div.content > a strong {
    display: block;
    margin-top: 14px;
    width: 100%;
    min-height: 46px;
    line-height: 46px;
    font-size: 30px;
    color: #1d3255;
    font-family: "franklin-gothic-urw", sans-serif;
    border-bottom: 1px solid #bfbfbf;
    font-weight: 500;
}
html body #wrapper #body .articles > div > ul.tab-pages > li div.content > a b:first-letter,
html body #wrapper #body .articles > div > ul.tab-pages > li div.content > a strong:first-letter {
    text-transform: uppercase;
}
html body #wrapper #body .articles > div > ul.tab-pages > li div.content p {
    display: block;
    width: 100%;
    font-size: 13px;
    color: #2e2e2e;
    margin: 7px 0 10px 0;
    line-height: 18px;
}
html body #wrapper #body .articles > div > ul.tab-pages > li div.content p strong,
html body #wrapper #body .articles > div > ul.tab-pages > li div.content p b {
    font-weight: 600;
}
html body #wrapper #body .articles > div > ul.tab-pages > li div.content p:empty {
    display: none;
}
html body #wrapper #footer {
    width: 100%;
    height: 486px;
    border-bottom: 4px solid #958260;
    background: #1d3255 url(/images/footer.png) no-repeat center top;
    position: relative;
}
html body #wrapper #footer > ul.desktop {
    display: block;
}
html body #wrapper #footer > ul.mobile {
    display: none;
}
html body #wrapper #footer > ul {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 372px;
    left: 0;
}
html body #wrapper #footer > ul > li {
    display: inline-block;
    margin: 0 0 0 22px;
}
html body #wrapper #footer > ul > li:first-child {
    margin-left: 0;
}
html body #wrapper #footer > ul > li > a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 14px;
}
html body #wrapper #footer > ul > li > a:hover {
    text-decoration: underline;
}
html body #wrapper #footer > span {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 440px;
    font-size: 14px;
    color: #7e8da7;
    font-weight: 400;
    font-family: "franklin-gothic-urw", sans-serif;
}
#reloadcapimg {
    padding-left: 10px;
    margin-top: 27px;
}
#reloadcapimg > i {
    background-image: url('/images/reload.png');
    content: ' ';
    padding-left: 38px;
    background-position: left top;
    background-repeat: no-repeat;
    padding-bottom: 16px;
    position: relative;
}
.form-fields {
    margin: 5px 0 0 0;
}
.form-fields .no-icon .head {
    padding-left: 0 !important;
}
.form-fields > div {
    margin-top: 25px !important;
}
.form-fields form p {
    display: block;
    width: 600px;
    margin: 20px 0 0 0;
    font-size: 14px;
    color: #494949;
    font-family: "franklin-gothic-urw", sans-serif;
}
.form-fields form p.append {
    float: left;
}
.form-fields form .btn {
    line-height: 1;
    min-height: 34px;
    padding: 0 20px;
    float: right;
    margin: 20px 0 0 0;
    color: #ffffff;
    font-weight: 500;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 18px;
    background-color: #1d3255;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.form-fields form .btn.delete {
    background-color: #a61515;
}
.form-fields form:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}
.form-fields .rows {
    display: block;
    width: 100%;
}
.form-fields .rows > li {
    display: block;
    width: 100%;
}
.form-fields .rows > li h3 {
    display: block;
    width: 100%;
    color: #1e3357;
    font-family: "adobe-garamond-pro", sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin: 40px 0 0 0;
}
.form-fields .rows > li > ul {
    display: block;
    width: 100%;
}
.form-fields .rows > li > ul > li {
    display: block;
    width: 100%;
    margin: 20px 0 0 0;
}
.form-fields .rows > li > ul > li.full-width {
    width: 100% !important;
}
.form-fields .rows > li > ul > li.blank {
    height: 59px;
}
.form-fields .rows > li > ul > li.arrangement-first > label {
    display: inline-block;
    width: auto;
}
.form-fields .rows > li > ul > li.arrangement-first > input {
    display: inline-block;
    width: auto;
}
.form-fields .rows > li > ul > li > label {
    display: block;
    width: 100%;
    cursor: pointer;
    min-height: 25px;
    font-size: 14px;
    color: #494949;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
}
.form-fields .rows > li > ul > li > input[type="text"],
.form-fields .rows > li > ul > li > input[type="password"] {
    display: block;
    width: 100%;
    height: 34px;
    line-height: 1;
    font-size: 14px;
    color: #1d3255;
    font-family: "franklin-gothic-urw", sans-serif;
    border: 2px solid #1d3255;
    padding: 0 10px;
    font-weight: 500;
    -webkit-transition: border-color .4s ease-out;
    -moz-transition: border-color .4s ease-out;
    -ms-transition: border-color .4s ease-out;
    -o-transition: border-color .4s ease-out;
    transition: border-color .4s ease-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.form-fields .rows > li > ul > li > input[type="text"]:disabled,
.form-fields .rows > li > ul > li > input[type="password"]:disabled {
    border: 0;
    background-color: #d6d6d6;
}
.form-fields .rows > li > ul > li > input[type="text"].error,
.form-fields .rows > li > ul > li > input[type="password"].error {
    border-color: #ce0000;
}
.form-fields .rows > li > ul > li > textarea {
    display: block;
    width: 100%;
    height: 100px;
    line-height: 1;
    font-size: 14px;
    color: #1d3255;
    font-family: "franklin-gothic-urw", sans-serif;
    border: 2px solid #1d3255;
    padding: 0 10px;
    font-weight: 500;
    -webkit-transition: border-color .4s ease-out;
    -moz-transition: border-color .4s ease-out;
    -ms-transition: border-color .4s ease-out;
    -o-transition: border-color .4s ease-out;
    transition: border-color .4s ease-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.form-fields .rows > li > ul > li > textarea:disabled {
    border: 0;
    background-color: #d6d6d6;
}
.form-fields .rows > li > ul > li > textarea.error {
    border-color: #ce0000;
}
.form-fields .rows > li > ul > li > input[type="file"] {
    font-size: 14px;
    font-family: "franklin-gothic-urw", sans-serif;
}
.form-fields .rows > li.columns-2 > ul > li {
    width: 50%;
    float: left;
}
.form-fields .rows > li.columns-2 > ul > li.col-0 {
    padding-left: 20px;
}
.form-fields .rows > li.columns-2 > ul > li.col-1 {
    padding-right: 20px;
}
.form-fields .rows > li.columns-2 > ul > li .text.valign-middle {
    position: relative;
    top: 34px;
}
.form-fields .rows > li.columns-2 > ul > li .text img {
    margin: 22px 0 0 0;
}
.form-fields .rows > li:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}
html body #wrapper #body .mdBoxSub > div.mdTxt {
    padding: 10px 15px 6px 15px;
}
html body #wrapper #body .mdBoxSub > div.mdTxt p {
    font-size: 12px;
}
html body #banner-zone-2 div.google-banner {
    margin-bottom: 10px;
}
body.history del {
    background: #fcc;
    margin-left: 5px;    
}
body.history ins {
    background: #cfc;
    margin-left: 5px;
}
textarea:focus,
input:focus {
    outline: 0;
}
div.aktuel {
    margin-top: 15px;
}
.click-trigger {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.calendarOverview strong,
.calendarOverview b {
    font-weight: 500;
}
.calendarOverview p {
    margin-bottom: 10px;
}
.otherClose #cboxClose {
    background: url(/images/icon-popup-close.png) no-repeat left top;
    width: 17px;
    height: 17px;
}
.errors {
    display: block;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9000000000;
}
.errors > li {
    display: block;
    width: 100%;
    height: 100px;
    padding: 28px 88px 0 105px;
    background: #d84545 url(/images/icon-notification-top.png) no-repeat 32px 24px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    margin: 30px 0 0 0;
    position: relative;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-animation: fadein .4s;
    -moz-animation: fadein .4s;
    -ms-animation: fadein .4s;
    -o-animation: fadein .4s;
    animation: fadein .4s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.errors > li:first-child {
    margin-top: 0;
}
.errors > li > b {
    display: block;
    width: 100%;
    font-size: 18px;
    color: #ffffff;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
    min-height: 22px;
    text-transform: uppercase;
}
.errors > li > span {
    display: block;
    width: 100%;
    font-size: 25px;
    color: #ffffff;
    font-family: "franklin-gothic-urw", sans-serif;
}
.errors > li > div {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 25px;
    top: 35px;
    cursor: pointer;
    background: url(/images/icon-notification-close.png) no-repeat left top;
}
.notices {
    display: block;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9000000000;
}
.notices > li {
    display: block;
    width: 100%;
    height: 100px;
    padding: 28px 88px 0 105px;
    background: #f1c12b url(/images/icon-notification-top.png) no-repeat 32px 24px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    margin: 30px 0 0 0;
    position: relative;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-animation: fadein .4s;
    -moz-animation: fadein .4s;
    -ms-animation: fadein .4s;
    -o-animation: fadein .4s;
    animation: fadein .4s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.notices > li:first-child {
    margin-top: 0;
}
.notices > li > b {
    display: block;
    width: 100%;
    font-size: 18px;
    color: #ffffff;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
    min-height: 22px;
    text-transform: uppercase;
}
.notices > li > span {
    display: block;
    width: 100%;
    font-size: 25px;
    color: #ffffff;
    font-family: "franklin-gothic-urw", sans-serif;
}
.notices > li > div {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 25px;
    top: 35px;
    cursor: pointer;
    background: url(/images/icon-notification-close.png) no-repeat left top;
}
.version-match {
    padding: 20px;
    background-color: #f3f3f3;
    margin: 20px 0 20px 0;
}
.version-match > b {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #454545;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
    min-height: 28px;
}
.version-match > ul {
    display: block;
    width: 100%;
}
.version-match > ul > li {
    display: block;
    width: 100%;
}
.version-match > ul > li > b {
    display: block;
    width: 100%;
    min-height: 20px;
    font-size: 14px;
    color: #454545;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: normal;
}
.version-match > ul > li > span {
    display: block;
    width: 100%;
    min-height: 28px;
    font-size: 14px;
    color: #454545;
    font-family: "franklin-gothic-urw", sans-serif;
}
.version-match > ul > li > span > a {
    color: #454545 !important;
    text-decoration: none;
}
.version-match > ul > li > span > a:hover {
    text-decoration: underline;
}
.version-match > ul > li > span > a.styled {
    font-size: 14px;
    color: #1d3255 !important;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
}
.version-match > a {
    display: inline-block;
    font-size: 14px;
    color: #ffffff !important;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
    padding: 6px 10px;
    background-color: #1d3255;
    text-decoration: none;
}
.version-match > a:hover {
    text-decoration: underline;
}
html body #wrapper #body.article .columns-3 .col-2 > ul > li {
    margin: 17px 0 0 0;
}
#edit-tools {
    display: block;
    width: 563px;
    position: relative;
    z-index: 90000000000000;
}
.edit-toolbar > ul {
    dislay: block;
    width: 100%;
    padding: 6px 0 0 0;
}
.edit-toolbar > ul > li {
    display: block;
    width: 100%;
    min-height: 31px;
}
.edit-toolbar > ul > li > a {
    display: block;
    width: 100%;
    min-height: 31px;
    padding: 0 0 0 23px;
    font-size: 14px !important;
    color: #565656 !important;
    font-family: "franklin-gothic-urw", sans-serif;
    text-decoration: none;
    padding-top: 3px;
}
.edit-toolbar > ul > li > a:hover {
    text-decoration: underline !important;
}
#mdDirectory .mdColumn1 {
    display: block;
    width: 33.33%;
    float: left;
    margin: 45px 0 45px 0;
}
#mdDirectory .mdColumn1 > dl {
    display: inline-block;
    width: 100%;
    padding: 0 40px 0 0;
    margin: 0 0 20px 0;
    vertical-align: top;
}
#mdDirectory .mdColumn1 > dl > dt > a {
    display: block;
    width: 100%;
    font-size: 23px;
    color: #243c61;
    line-height: 28px;
    border-bottom: 3px solid #958260;
    font-family: "adobe-garamond-pro", sans-serif;
    padding: 0 0 12px 0;
    margin: 0 0 15px 0;
    text-decoration: none;
}
#mdDirectory .mdColumn1 > dl > dt > a:hover {
    text-decoration: underline;
}
#mdDirectory .mdColumn1 > dl > dd {
    display: block;
    width: 100%;
}
#mdDirectory .mdColumn1 > dl > dd > a {
    display: block;
    width: 100%;
    font-size: 14px;
    color: rgba(46, 46, 46, 0.81) !important;
    line-height: 15px;
    font-family: "franklin-gothic-urw", sans-serif;
    text-decoration: none;
    margin: 8px 0 0 0;
    -webkit-transition: color .4s ease-out;
    -moz-transition: color .4s ease-out;
    -ms-transition: color .4s ease-out;
    -o-transition: color .4s ease-out;
    transition: color .4s ease-out;
}
#mdDirectory .mdColumn1 > dl > dd > a:hover {
    color: #1a2f53 !important;
    text-decoration: underline;
}
#mdDirectory .mdColumn1:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}
.verify-msg {
    font-size: 14px;
    font-family: "franklin-gothic-urw", sans-serif;
    width: 500px;
    text-align: center;
    padding: 10px 40px 10px 10px;
}
.popout {
    width: 50px;
    height: 50px;
    background: url(/images/icon-popout.png) no-repeat left top;
    position: absolute;
    right: 30px;
    top: 24px;
    pointer-events: none;
}
.iScrollIndicator {
    border: none !important;
}
.top-list {
    margin: 0 0 15px 0 !important;
}
.top-list .cols-3 {
    width: 240px;
    margin: 40px 0 0 11px;
    padding: 1px 0 0 0;
    float: left;
}
.top-list .cols-3:first-child {
    margin-left: 0;
}
.top-list .cols-3 .head h2 {
    font-size: 26px !important;
}
.top-list:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}
#body .article .top-list .badge-10.icon {
    background-position: 5px 15px !important;
}
.body-content h2 {
    margin-top: 18px;
}
.body-content h2 strong,
.body-content h2 b {
    font-weight: inherit !important;
}
.body-content sup {
    font-size: 10px;
    position: relative;
    top: -4px;
}
.body-content sub {
    top: 3px;
}
.body-content sup,
.body-content sub {
    height: 0;
    font-size: 10px;
    line-height: 1;
    vertical-align: baseline;
    position: relative;
}
.body-content > ul,
.body-content > form > ul {
    list-style: disc;
    margin: 0 20px;
    padding: 5px 20px 15px;
}
.body-content > ul > li,
.body-content > form > ul > li {
    margin: 2px 0;
}
.body-content > ul.template-list > li,
.body-content > form > ul.template-list > li {
    margin: 12px 0 !important;
}
.body-content > ol,
.body-content > form > ol {
    list-style: decimal;
    margin: 0 20px;
    padding: 5px 20px 15px;
}
.body-content > ol > li,
.body-content > form > ol > li {
    margin: 2px 0;
}
.body-content .top-list .cols-3 {
    width: 49%;
}
.audio {
    display: block;
    margin: 2px;
    width: 30px !important;
    height: 30px !important;
    background: url(/images/icon-sound-player.png) no-repeat left top;
    cursor: pointer;
    text-indent: -999px;
    overflow: hidden;
}
div.list-content {
    width: 100%;
    margin: 13px 0 0 0;
}
div.list-content > ol,
div.list-content > ul {
    display: block;
    width: 100%;
}
div.list-content > ol > li,
div.list-content > ul > li {
    width: 100%;
    padding: 10px 0 0 7px;
}
div.list-content > ol > li > a,
div.list-content > ul > li > a {
    display: block;
}
div.list-content > ol > li > a:hover > span.label,
div.list-content > ul > li > a:hover > span.label {
    text-decoration: underline;
    color: #305188;
}
div.list-content > ol > li > a > span.count,
div.list-content > ul > li > a > span.count {
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    background-color: #1a2f53;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    color: #ffffff;
    line-height: 15px;
    font-family: "franklin-gothic-urw", sans-serif;
}
div.list-content > ol > li > a > span.label,
div.list-content > ul > li > a > span.label {
    display: block;
    float: left;
    width: 204px;
    font-size: 13px;
    color: #434343;
    margin: 0 0 0 10px;
    line-height: 15px;
}
div.list-content > ol > li > a:after,
div.list-content > ul > li > a:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}
.head {
    padding: 0 0 0 55px;
    width: 100%;
    position: relative;
    z-index: 1001;
}
.head > h2 {
    display: block;
    width: 100%;
    min-height: 37px;
    color: #1e3357;
    border-bottom: 2px solid #978462;
    font-family: "adobe-garamond-pro", sans-serif;
    font-size: 30px !important;
}
.head > h2 > b {
    color: #1e3357;
    font-family: "adobe-garamond-pro", sans-serif;
    font-weight: bold;
    font-size: 30px;
}
.head > h3 {
    display: block;
    width: 100%;
    color: #1e3357;
    border-bottom: 2px solid #978462;
    font-size: 23px;
    position: relative;
    top: -4px;
    padding-bottom: 4px;
    font-family: "adobe-garamond-pro", sans-serif;
}
ul.toolbar {
    width: 200px;
}
ul.toolbar > li {
    float: left;
    width: 40px;
    height: 40px;
    margin: 0 0 0 10px;
}
ul.toolbar > li:first-child {
    margin-right: 5px;
    margin-left: 0;
}
ul.toolbar > li > div {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
ul.toolbar > li > div:hover > .overlay {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
ul.toolbar > li > div > .overlay {
    position: absolute;
    left: 0;
    top: 40px;
    visibility: hidden;
    z-index: 900000000000;
    -webkit-transition: visibility 0s linear 0.4s, opacity .4s linear;
    -moz-transition: visibility 0s linear 0.4s, opacity .4s linear;
    -ms-transition: visibility 0s linear 0.4s, opacity .4s linear;
    -o-transition: visibility 0s linear 0.4s, opacity .4s linear;
    transition: visibility 0s linear 0.4s, opacity .4s linear;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    cursor: default;
}
ul.toolbar > li > div > .overlay.error {
    width: 314px;
    height: 98px;
    left: -138px;
    top: -97px;
    background: url(/images/overlay-error.png) no-repeat left top;
    padding: 20px;
}
ul.toolbar > li > div > .overlay.error > p {
    font-size: 14px;
    color: #313131;
    font-family: "franklin-gothic-urw", sans-serif;
    line-height: 17px;
}
ul.toolbar > li > div > .overlay.error > p > a {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #0e182a;
    font-family: "franklin-gothic-urw", sans-serif;
    text-decoration: none;
    font-weight: 600;
}
ul.toolbar > li > div > .overlay.error > p > a:hover {
    text-decoration: underline;
}
ul.toolbar > li > div > .overlay.success {
    width: 314px;
    height: 65px;
    left: -138px;
    top: -70px;
    background: url(/images/overlay-success.png) no-repeat left top;
    padding: 20px;
}
ul.toolbar > li > div > .overlay.success > p {
    font-size: 14px;
    color: #313131;
    font-family: "franklin-gothic-urw", sans-serif;
    line-height: 17px;
}
ul.toolbar > li > div > .overlay.success > p > a {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #0e182a;
    font-family: "franklin-gothic-urw", sans-serif;
    text-decoration: none;
    font-weight: 600;
}
ul.toolbar > li > div > .overlay.success > p > a:hover {
    text-decoration: underline;
}
ul.toolbar > li > span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
}
ul.toolbar > li > span:hover > img.passive,
ul.toolbar > li > span.active > img.passive {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
ul.toolbar > li > span:hover > img.active,
ul.toolbar > li > span.active > img.active {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
ul.toolbar > li > span.active > .overlay {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
ul.toolbar > li > span > .colorbox-html {
    display: none;
}
ul.toolbar > li > span > .overlay {
    position: absolute;
    left: 0;
    top: 40px;
    visibility: hidden;
    z-index: 1000;
    -webkit-transition: visibility 0s linear 0.4s, opacity .4s linear;
    -moz-transition: visibility 0s linear 0.4s, opacity .4s linear;
    -ms-transition: visibility 0s linear 0.4s, opacity .4s linear;
    -o-transition: visibility 0s linear 0.4s, opacity .4s linear;
    transition: visibility 0s linear 0.4s, opacity .4s linear;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    cursor: default;
}
ul.toolbar > li > span > .overlay.comment {
    width: 275px;
    height: 523px;
    left: -118.5px;
    top: 15px;
    background: url(/images/comment-overlay.png) no-repeat left top;
    padding: 46px 25px 25px 25px;
}
ul.toolbar > li > span > .overlay.comment > .close {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 21px;
    top: 21px;
    background: url(/images/comment-overlay-close.png) no-repeat left top;
    cursor: pointer;
}
ul.toolbar > li > span > .overlay.comment > b {
    display: block;
    width: 100%;
    font-size: 19px;
    color: #1d3255;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
}
ul.toolbar > li > span > .overlay.comment > b > span {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #1d3255;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 600;
    margin: 8px 0 16px 0;
}
ul.toolbar > li > span > .overlay.comment > b > span > span {
    font-size: 14px;
    color: #1d3255;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
}
ul.toolbar > li > span > .overlay.comment > textarea {
    display: block;
    width: 100%;
    height: 146px;
    background-color: #ffffff;
    border: 1px solid #d4d4d4;
    padding: 14px 9px 14px 9px;
    font-size: 14px;
    color: #6b6b6b;
    font-family: "franklin-gothic-urw", sans-serif;
    line-height: 20px;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: inset 0px 11px 0px -8px #f7f7f7;
    -moz-box-shadow: inset 0px 11px 0px -8px #f7f7f7;
    box-shadow: inset 0px 11px 0px -8px #f7f7f7;
    -webkit-transition: border-color .4s ease-out;
    -moz-transition: border-color .4s ease-out;
    -ms-transition: border-color .4s ease-out;
    -o-transition: border-color .4s ease-out;
    transition: border-color .4s ease-out;
}
ul.toolbar > li > span > .overlay.comment > textarea::-webkit-input-placeholder {
    color: #a0a0a0;
}
ul.toolbar > li > span > .overlay.comment > textarea:-moz-placeholder {
    color: #a0a0a0;
}
ul.toolbar > li > span > .overlay.comment > textarea::-webkit-input-placeholder {
    color: #a0a0a0;
}
ul.toolbar > li > span > .overlay.comment > textarea:-moz-placeholder {
    color: #a0a0a0;
}
ul.toolbar > li > span > .overlay.comment > textarea.error {
    border-color: #c40000;
}
ul.toolbar > li > span > .overlay.comment > input {
    display: block;
    width: 100%;
    height: 35px;
    background-color: #ffffff;
    border: 1px solid #d4d4d4;
    padding: 0 12px;
    font-size: 14px;
    color: #a0a0a0;
    font-family: "franklin-gothic-urw", sans-serif;
    line-height: 1;
    margin: 17px 0 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0px 11px 0px -8px #f7f7f7;
    -moz-box-shadow: 0px 11px 0px -8px #f7f7f7;
    box-shadow: 0px 11px 0px -8px #f7f7f7;
    -webkit-transition: border-color .4s ease-out;
    -moz-transition: border-color .4s ease-out;
    -ms-transition: border-color .4s ease-out;
    -o-transition: border-color .4s ease-out;
    transition: border-color .4s ease-out;
}
ul.toolbar > li > span > .overlay.comment > input.error {
    border-color: #c40000;
}
ul.toolbar > li > span > .overlay.comment > span {
    display: block;
    width: 100%;
    margin: 14px 0 0 0;
    font-size: 14px;
    color: #1d3255;
    font-weight: 500;
}
ul.toolbar > li > span > .overlay.comment > ul {
    display: block;
    width: 100%;
    margin: 11px 0 0 0;
}
ul.toolbar > li > span > .overlay.comment > ul > li {
    display: block;
    width: 25px;
    height: 25px;
    float: left;
    border-radius: 50%;
    margin: 0 0 0 15px;
    position: relative;
    cursor: pointer;
}
ul.toolbar > li > span > .overlay.comment > ul > li:after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5.5px 0 0 -5.5px;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-transition: opacity .4s linear, -webkit-transform .4s ease-out;
    -moz-transition: opacity .4s linear, -moz-transform .4s ease-out;
    -ms-transition: opacity .4s linear, -ms-transform .4s ease-out;
    -o-transition: opacity .4s linear, -o-transform .4s ease-out;
    transition: opacity .4s linear, transform .4s ease-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
ul.toolbar > li > span > .overlay.comment > ul > li.active:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
ul.toolbar > li > span > .overlay.comment > ul > li:first-child {
    margin-left: 0;
}
ul.toolbar > li > span > .overlay.comment > ul:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}
ul.toolbar > li > span > .overlay.comment > .btn {
    width: 100%;
    height: 51px;
    line-height: 51px;
    font-size: 18px;
    color: #ffffff;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    background-color: #1d3255;
    margin: 25px 0 0 0;
}
ul.toolbar > li > span > img {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: opacity .4s linear;
    -moz-transition: opacity .4s linear;
    -ms-transition: opacity .4s linear;
    -o-transition: opacity .4s linear;
    transition: opacity .4s linear;
}
ul.toolbar > li > span > img.passive {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
ul.toolbar > li > span > img.active {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
ul.toolbar > li img {
    max-width: 100%;
}
ul.toolbar:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}
.carousel {
    position: relative;
    margin: 0 0 44px 0;
    top: 10px;
}
.carousel > .slides-con {
    position: relative;
    height: 222px !important;
}
.carousel > .slides-con .slides {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: left .4s ease-out;
    -moz-transition: left .4s ease-out;
    -ms-transition: left .4s ease-out;
    -o-transition: left .4s ease-out;
    transition: left .4s ease-out;
}
.carousel > .slides-con .slides > div {
    float: left;
    position: relative;
}
.carousel > .slides-con .slides > div.active > div {
    z-index: 500;
}
.carousel > .slides-con .slides > div.active > div > a > span {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.45);
}
.carousel > .slides-con .slides > div.active > div > a > span:hover > span.popup {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    pointer-events: auto;
}
.carousel > .slides-con .slides > div.active > div > a > span:hover > span.tools {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    pointer-events: auto;
}
.carousel > .slides-con .slides > div.active > div > a > span > span.shadow {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: box-shadow .4s ease-out;
    -moz-transition: box-shadow .4s ease-out;
    -ms-transition: box-shadow .4s ease-out;
    -o-transition: box-shadow .4s ease-out;
    transition: box-shadow .4s ease-out;
    -webkit-box-shadow: inset 0px 61px 78px -29px rgba(0, 0, 0, 0.49), inset 0px -61px 78px -29px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: inset 0px 61px 78px -29px rgba(0, 0, 0, 0.49), inset 0px -61px 78px -29px rgba(0, 0, 0, 0.49);
    box-shadow: inset 0px 61px 78px -29px rgba(0, 0, 0, 0.49), inset 0px -61px 78px -29px rgba(0, 0, 0, 0.49);
}
.carousel > .slides-con .slides > div.active > div > .text {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
}
.carousel > .slides-con .slides > div > div {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 400;
    -webkit-transition: width .4s ease-out, height .4s ease-out, left .4s ease-out, top .4s ease-out, margin .4s ease-out;
    -moz-transition: width .4s ease-out, height .4s ease-out, left .4s ease-out, top .4s ease-out, margin .4s ease-out;
    -ms-transition: width .4s ease-out, height .4s ease-out, left .4s ease-out, top .4s ease-out, margin .4s ease-out;
    -o-transition: width .4s ease-out, height .4s ease-out, left .4s ease-out, top .4s ease-out, margin .4s ease-out;
    transition: width .4s ease-out, height .4s ease-out, left .4s ease-out, top .4s ease-out, margin .4s ease-out;
}
.carousel > .slides-con .slides > div > div > a {
    display: block;
    width: 100%;
    height: 100%;
}
.carousel > .slides-con .slides > div > div > a > span {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: box-shadow .4s ease-out;
    -moz-transition: box-shadow .4s ease-out;
    -ms-transition: box-shadow .4s ease-out;
    -o-transition: box-shadow .4s ease-out;
    transition: box-shadow .4s ease-out;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
    position: relative;
    background-color: #1e3357;
}
.carousel > .slides-con .slides > div > div > a > span > img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.carousel > .slides-con .slides > div > div > a > span > img.scale-height {
    width: auto !important;
    height: 100% !important;
}
.carousel > .slides-con .slides > div > div > a > span > img.scale-width {
    width: 100% !important;
    height: auto !important;
}
.carousel > .slides-con .slides > div > div > a > span > span.popup {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
    background: url(/images/colorbox-view.png) no-repeat left top;
    cursor: pointer;
    z-index: 100000 !important;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity .4s linear;
    -moz-transition: opacity .4s linear;
    -ms-transition: opacity .4s linear;
    -o-transition: opacity .4s linear;
    transition: opacity .4s linear;
    pointer-events: none;
}
.carousel > .slides-con .slides > div > div > a > span > span.tools {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 55px;
    top: 15px;
    background: url(/images/icon-menu.png) no-repeat left top;
    cursor: pointer;
    z-index: 100000 !important;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity .4s linear, background .4s ease-out;
    -moz-transition: opacity .4s linear, background .4s ease-out;
    -ms-transition: opacity .4s linear, background .4s ease-out;
    -o-transition: opacity .4s linear, background .4s ease-out;
    transition: opacity .4s linear, background .4s ease-out;
    pointer-events: none;
}
.carousel > .slides-con .slides > div > div > a > span > span.tools .icon:before {
    width: 20px;
    height: 20px;
    background-size: auto;
}
.carousel > .slides-con .slides > div > div > a > span > span.tools:hover {
    background-image: url(/images/icon-menu-active.png);
}
.carousel > .slides-con .slides > div > div > a > span > span.tools:hover > ul {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.carousel > .slides-con .slides > div > div > a > span > span.tools > ul {
    display: block;
    width: 206px;
    padding: 15px 20px;
    background-color: #ffffff;
    z-index: 100000000 !important;
    position: absolute;
    left: 50%;
    top: 40px;
    margin: 0 0 0 -103px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    visibility: hidden;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity .4s linear, visibility 0s linear 0.5s;
    -moz-transition: opacity .4s linear, visibility 0s linear 0.5s;
    -ms-transition: opacity .4s linear, visibility 0s linear 0.5s;
    -o-transition: opacity .4s linear, visibility 0s linear 0.5s;
    transition: opacity .4s linear, visibility 0s linear 0.5s;
}
.carousel > .slides-con .slides > div > div > a > span > span.tools > ul:after {
    display: block;
    content: "";
    width: 12px;
    height: 10px;
    background: url(/images/icon-menu-arrow.png) no-repeat left top;
    position: absolute;
    left: 50%;
    top: -10px;
    margin: 0 0 0 -6px;
}
.carousel > .slides-con .slides > div > div > a > span > span.tools > ul > li {
    display: block;
    width: 100%;
}
.carousel > .slides-con .slides > div > div > a > span > span.tools > ul > li > span {
    display: block;
    width: 100%;
    padding: 0 0 0 30px;
    font-size: 14px;
    color: #313131;
    font-family: "franklin-gothic-urw", sans-serif;
    min-height: 22px;
    line-height: 15px;
}
.carousel > .slides-con .slides > div > div > a > span > span.tools > ul > li > span:hover {
    text-decoration: underline !important;
}
.carousel > .slides-con .slides > div > div > .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity .4s linear .5s;
    -moz-transition: opacity .4s linear .5s;
    -ms-transition: opacity .4s linear .5s;
    -o-transition: opacity .4s linear .5s;
    transition: opacity .4s linear .5s;
    visibility: hidden;
    pointer-events: none;
}
.carousel > .slides-con .slides > div > div > .text > span {
    display: block;
    width: 100%;
    pointer-events: none;
}
.carousel > .slides-con .slides > div > div > .text > span.description {
    font-size: 16px;
    color: #ffffff;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 400;
    text-shadow: 1px 2px 1px #000000;
    margin-bottom: 6px;
}
.carousel > .slides-con .slides > div > div > .text > span.copyright {
    position: relative;
    pointer-events: auto;
}
.carousel > .slides-con .slides > div > div > .text > span.copyright > a {
    display: block;
    width: 100%;
    text-decoration: none;
    font-size: 12px;
    color: #ffffff !important;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 400;
    text-shadow: 1px 2px 1px #000000;
    pointer-events: auto;
}
.carousel .line-through {
    width: 100%;
    height: 2px;
    background-color: #e4e4e4;
    position: absolute;
    left: 0;
    bottom: 4px;
    z-index: 100;
}
.carousel .buttonNav {
    position: relative;
    margin: -29px auto 0 auto;
    z-index: 100;
    padding: 0 10px 0 10px;
    background-color: #ffffff;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}
.carousel .buttonNav .bullet {
    position: relative;
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 9px;
    cursor: pointer;
    background-color: #14233e;
    border-radius: 50%;
}
.carousel .buttonNav .bullet:first-child {
    margin-left: 0;
}
.carousel .buttonNav .bullet:hover:after {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.carousel .buttonNav .bullet.active {
    cursor: default;
}
.carousel .buttonNav .bullet.active:after {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.carousel .buttonNav .bullet:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -3px 0 0 -3px;
    background-color: #ffffff;
    border-radius: 50%;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .4s linear, -webkit-transform .4s ease-out;
    -moz-transition: opacity .4s linear, -moz-transform .4s ease-out;
    -ms-transition: opacity .4s linear, -ms-transform .4s ease-out;
    -o-transition: opacity .4s linear, -o-transform .4s ease-out;
    transition: opacity .4s linear, transform .4s ease-out;
}
.arrow-select-small {
    display: block;
    width: 100%;
    height: 2px;
    position: relative;
    background-color: #958260;
    text-align: center;
    margin: 30px 0 0 0;
}
.arrow-select-small > a {
    text-decoration: none;
}
.arrow-select-small > a:hover {
    text-decoration: underline;
}
.arrow-select-small .left {
    width: auto;
    height: 20px;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: -9px;
    background: #ffffff url(/images/icon-arrow-select-left.png) no-repeat left center;
    padding: 0 7px 0 28px;
    color: #1a2f53 !important;
    font-size: 14px;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    text-align: left;
}
.arrow-select-small .left span {
    color: #1a2f53 !important;
    font-size: 14px;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 400;
}
.arrow-select-small .right {
    width: auto;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: -9px;
    background: #ffffff url(/images/icon-arrow-select-right.png) no-repeat right center;
    padding: 0 28px 0 7px;
    color: #1a2f53 !important;
    font-size: 14px;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    text-align: left;
}
.arrow-select-small .right span {
    color: #1a2f53 !important;
    font-size: 14px;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 400;
}
.arrow-select-small .middle {
    display: inline-block;
    width: auto;
    height: 20px;
    line-height: 20px;
    background-color: #ffffff;
    padding: 0 5px;
    color: #958260 !important;
    font-size: 14px;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    text-align: left;
    position: relative;
    top: -9px;
}
.arrow-select-big {
    width: 100%;
    height: 2px;
    position: relative;
    background-color: #958260;
    text-align: center;
    margin: 0 0 40px 0;
}
.arrow-select-big > a {
    text-decoration: none;
}
.arrow-select-big > a:hover {
    text-decoration: underline;
}
.arrow-select-big .left {
    display: block;
    width: 60px;
    height: 40px;
    position: absolute;
    left: 0;
    top: -18px;
    background: #ffffff url(/images/icon-arrow-select-big-left.png) no-repeat left center;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    text-align: left;
}
.arrow-select-big .left > span.top {
    display: block;
    color: #1a2f53 !important;
    font-size: 14px;
    font-family: "franklin-gothic-urw", sans-serif;
    position: absolute;
    left: 60px;
    top: 0;
    width: 155px;
}
.arrow-select-big .left > span.bottom {
    display: block;
    font-weight: 500;
    color: #1a2f53 !important;
    font-size: 14px;
    font-family: "franklin-gothic-urw", sans-serif;
    position: absolute;
    left: 60px;
    top: 24px;
    width: 155px;
}
.arrow-select-big .left:hover span {
    text-decoration: underline;
}
.arrow-select-big .right {
    display: block;
    width: 60px;
    height: 40px;
    position: absolute;
    right: 0;
    top: -18px;
    background: #ffffff url(/images/icon-arrow-select-big-right.png) no-repeat right center;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    text-align: left;
}
.arrow-select-big .right > span.top {
    display: block;
    color: #1a2f53 !important;
    font-size: 14px;
    font-family: "franklin-gothic-urw", sans-serif;
    position: absolute;
    right: 60px;
    top: 0;
    width: 155px;
    text-align: right;
}
.arrow-select-big .right > span.bottom {
    display: block;
    font-weight: 500;
    color: #1a2f53 !important;
    font-size: 14px;
    font-family: "franklin-gothic-urw", sans-serif;
    position: absolute;
    right: 60px;
    top: 24px;
    width: 155px;
    text-align: right;
}
.arrow-select-big .right:hover span {
    text-decoration: underline;
}
.arrow-select-big .middle {
    display: inline-block;
    width: auto;
    height: 20px;
    line-height: 20px;
    background-color: #ffffff;
    padding: 0 5px;
    color: #958260 !important;
    font-size: 14px;
    font-family: "franklin-gothic-urw", sans-serif;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    text-align: left;
    position: relative;
    top: -9px;
}
html body #wrapper #body.category .col-2 .newsletter {
    padding: 20px 20px 60px 20px;
}
.newsletter {
    background: #1d3255 url(/images/icon-newsletter-bg.png) no-repeat center top;
    position: relative;
}
.newsletter.w-160 {
    width: 160px;
    padding: 20px 20px 60px 20px;
}
.newsletter > b {
    display: block;
    width: 100%;
    min-height: 18px;
    font-size: 14px;
    color: #ae9b7a;
    text-transform: uppercase;
    font-family: "franklin-gothic-urw", sans-serif;
}
.newsletter > span {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "adobe-garamond-pro", sans-serif;
}
.newsletter > p {
    font-size: 14px !important;
    color: #e5e9f0 !important;
    margin: 14px 0 0 0;
    line-height: 18px !important;
    font-family: "franklin-gothic-urw", sans-serif;
}
.newsletter > p > b {
    font-size: 14px;
    color: #e5e9f0;
    margin: 14px 0 0 0;
    line-height: 18px;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
}
.newsletter > a {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 41px;
    line-height: 41px;
    text-align: center;
    font-size: 18px;
    color: #ffffff !important;
    text-decoration: none;
    background-color: #958260;
    cursor: pointer;
    font-family: "franklin-gothic-urw", sans-serif;
}
.newsletter > a:hover {
    text-decoration: underline !important;
}
.newsletter > a:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 12px;
    background: url(/images/icon-newsletter-arrow.png) no-repeat left top;
    margin: 0 0 0 12px;
}
.clear {
    font-size: 0 !important;
    line-height: 0 !important;
    clear: both !important;
    float: none !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    min-height: 0 !important;
}
.full-width {
    width: 100% !important;
}
.jubii-adunit[data-name="skyscraper-right-bottom"] {
    margin-top: 25px;
}
#banner-zone-1 {
    width: 100%;
    min-height: 180px;
}
#banner-zone-1 iframe {
    display: block;
    margin: 0 auto;
}
@media only screen and (max-width: 1400px) {
    html body {
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 1024px) {
    html body {
        padding-top: 0;
    }
}
@media only screen and (max-width: 942px) {
    html body #wrapper #body {
        width: 100%;
        padding: 40px 20px 0 20px;
    }
    html body #wrapper #body .banner {
        display: none;
    }
    html body #wrapper #body .articles > div.cols-3 {
        width: 32%;
    }
}
@media only screen and (max-width: 900px) {
    html body #wrapper #body .articles > div > h2 {
        height: 64px;
    }
    html body #wrapper #body .articles > div > h2 > span {
        left: 0;
        bottom: 5px;
        top: auto;
        right: auto;
    }
}
@media only screen and (max-width: 835px) {
    html body #body.category .icon.sub-subjects:before {
        background-image: url('/images/icon-list-items-mobile.png');
        top: -3px !important;
    }
    html body #wrapper #body.category .sub-subjects.mdBoxTabs.icon .head {
        padding-left: 61.5px !important;
    }
    html body #wrapper #body .mdBoxSub > table td {
        font-size: 8px;
        line-height: 9px;
    }
    .mdBoxTable caption {
        font-size: 9px !important;
    }
    html body.active-menu #wrapper #header .top .search .menu-trigger {
        background: url('/images/icon-mobile-list-active.png') no-repeat center center;
    }
    html body .menu > div:nth-child(1) > ul > li.active > a,
    html body .menu > div:nth-child(1) > ul > li:not(.active) > a:hover {
        width: 200px;
    }
    html body #body.article .top-list .icon:before {
        top: 3.5px;
        left: -8px;
    }
    html body .icon:before {
        width: 37.5px;
        height: 37.5px;
        left: 15px;
        top: 1px;
        background-position: center center;
    }
    html body #body.article .icon:before {
        left: -8px;
        top: -0.5px;
    }
    html body.frontpage #wrapper #body .articles > div.newsletter {
        display: none !important;
    }
    #wrapper {
        overflow-x: hidden;
    }
    #wrapper #body p,
    html body #wrapper #body .articles > div > ul.tab-pages > li div.content p,
    html body #wrapper #body .mdBoxSub > div.mdTxt p {
        font-size: 17px !important;
        line-height: 21px !important;
        font-family: Verdana;
        padding-bottom: 6px !important;
    }
    #wrapper #body p:empty,
    html body #wrapper #body .articles > div > ul.tab-pages > li div.content p:empty {
        display: none;
    }
    html body #wrapper #body .articles > div > ul.tab-pages > li div.content {
        display: block;
    }
    html body #wrapper #body.article .body-content h2 {
        font-size: 15px;
    }
    html body #wrapper #body.article .body-content h3 {
        font-size: 13px;
    }
    body {
        word-break: break-word;
    }
    .mdBoxSub .popout {
        display: none !important;
    }
    .aRightDouble {
        float: none !important;
    }
    #mdDirectory .mdColumn1 {
        width: 100% !important;
    }
    html body #wrapper #body.category .articles > div > div.content.slider-init .slider-con ul.slider > li {
        width: 48.5px !important;
    }
    input,
    textarea {
        word-break: normal;
    }
    html body #wrapper #body.search .results > li > a {
        line-height: 18px !important;
    }
    img {
        max-width: 100%;
    }
    td img {
        max-width: 100%;
    }
    .menu {
        position: absolute;
    }
    .arrow-select-small .left span,
    .arrow-select-small .right span {
        display: none;
    }
    html body #wrapper #body .articles > div.spot.right.books {
        width: 100%;
    }
    .tab-pages {
        margin-top: 10px;
    }
    .desktop {
        display: none !important;
    }
    .mobile {
        display: block !important;
    }
    .arrow-select-small .left,
    .arrow-select-small .right {
        font-size: 9.5px;
        top: -7px;
        height: 15px;
        line-height: 15px;
    }
    .arrow-select-small .left {
        padding-left: 22.5px;
    }
    .arrow-select-small .right {
        padding-right: 22.5px;
    }
    html body #wrapper #body.search .arrow-select-small ul > li {
        margin: 0 0 0 2.5px;
    }
    html body #wrapper #body.search .arrow-select-small ul > li:first-child {
        margin-left: 0;
    }
    .arrow-select-small .left {
        background: #ffffff url(/images/icon-arrow-select-left-mobile.png) no-repeat left center;
        background-size: 28%;
    }
    .arrow-select-small .right {
        background: #ffffff url(/images/icon-arrow-select-right-mobile.png) no-repeat right center;
        background-size: 30%;
    }
    html body #wrapper #body .articles > div.tags ul > li {
        background-image: url(/images/icon-tag-mobile.png);
        padding-left: 18.5px;
        min-height: 25px;
    }
    html body #wrapper #body .articles > div.tags ul > li > a {
        font-size: 13.5px;
        color: #1a2f53;
        font-weight: 400;
    }
    html body #wrapper #body .articles > div.spot.right.books ul {
        height: 67.5px;
        overflow: hidden;
    }
    .aLeftTriple {
        width: 230px !important;
    }
    html body #wrapper #header.size-medium.text-included.closed-second {
        height: 70px;
    }
    html body #wrapper #body .columns-3 > .col-1 > b:after {
        top: -5.5px;
        left: 4px;
        background-size: 99%;
        width: 14px;
        height: 14px;
    }
    html body #wrapper #body .columns-3 > .col-1 > b {
        font-size: 28px !important;
    }
    html body #wrapper #body .columns-3 > .col-1 > b:first-letter {
        text-transform: uppercase;
    }
    html body #wrapper #header.text-included .top .text > h1 {
        font-size: 21.5px !important;
        min-height: 23.5px !important;
    }
    html body #wrapper #header .top > ul > li > a img {
        top: 6px;
    }
    html body #wrapper #header .top > ul > li.page-home > a img {
        top: 7.5px !important;
    }
    html body #wrapper #header.text-included .top .text > p {
        font-size: 11px;
    }
    html body #wrapper #body.category .col-1 > ul > li {
        width: 100%;
        float: none;
    }
    html body #wrapper #body.category .col-1 > ul > li > b {
        font-size: 23px;
        line-height: 24.5px;
    }
    html body #wrapper #body .articles {
        width: 100% !important;
    }
    .category .spot {
        display: none !important;
    }
    .arrow-select-big.right {
        margin-bottom: 35px;
    }
    .arrow-select-big.right .left {
        background: #ffffff url(/images/icon-arrow-select-big-right.png) no-repeat left center;
    }
    .arrow-select-big.left {
        margin-bottom: 35px;
    }
    .arrow-select-big .left > span.top {
        font-weight: 500;
    }
    .arrow-select-big .left > span.bottom {
        font-size: 12.5px;
        width: 155px;
    }
    .arrow-select-small {
        height: 1.5px;
        margin-bottom: 50px;
    }
    .arrow-select-small:before {
        display: block;
        content: "";
        width: 100%;
        height: 1.5px;
        position: absolute;
        left: 0;
        top: 34px;
        background-color: #958260;
    }
    .arrow-select-small:after {
        display: block;
        content: "";
        width: 2px;
        height: 12.5px;
        position: absolute;
        left: 50%;
        top: 11.5px;
        background-color: #c2c2c2;
    }
    .arrow-select-small .left {
        top: 10.5px;
        left: 0;
        padding-left: 19px;
        font-size: 15px;
        color: #1a2f53;
        background-size: 12%;
    }
    .arrow-select-small .right {
        top: 10.5px;
        right: 0;
        padding-right: 19px;
        font-size: 15px;
        color: #1a2f53;
        background-size: 12%;
    }
    .arrow-select-small .middle {
        font-size: 12px;
        color: #958260 !important;
        height: 14px;
        line-height: 14px;
        top: -6.5px;
    }
    html body #wrapper #body.search .results > li {
        border-color: #b8b8b8;
    }
    html body #wrapper #body.search .results > li > a {
        font-size: 16px;
        font-weight: 500;
    }
    html body #wrapper #body .articles > div.spot.right.books.full-width ul > li.item {
        min-height: 50px;
        margin-left: 0;
        margin-right: 12.5px;
    }
    html body .menu > ul > li:first-child > a {
        font-weight: 500;
    }
    html body #wrapper #body.newsletterBody ul li {
        width: 100%;
    }
    html body .menu {
        width: 200px;
        right: -200px;
    }
    html body #wrapper #body .articles > div > div.head h2 > span {
        display: none;
    }
    .top-list .cols-3 {
        width: 100%;
        margin-left: 0;
    }
    .top-list .cols-3 .label {
        width: 200px;
    }
    html body #wrapper #body .articles > div.spot.right span.label {
        width: 200px;
    }
    html body .menu > ul > li > a {
        font-size: 11.5px;
    }
    html body .menu > ul > li.active > a {
        font-weight: normal;
    }
    html body #wrapper #header .breadcrumb > ul > li.active > a {
        color: #dbbe85;
    }
    html body #wrapper #body .columns-3 > .col-1 > b {
        float: left;
    }
    .toolbar {
        width: 105px !important;
        float: right;
    }
    #cboxLoadedContent .link-con input {
        width: 240px !important;
    }
    #cboxClose {
        top: 2.5px !important;
        right: 2.5px !important;
    }
    #cboxLoadedContent .link-con h3 {
        width: 95% !important;
    }
    html body #wrapper #body .articles > div > ul.tabs > li.active,
    html body #wrapper #body .articles > div > ul.tabs > li:hover {
        border-bottom: 1.5px solid #aa9063;
    }
    html body #wrapper #body .articles > div:not(.top-list) > ul.tabs {
        height: 31.5px;
    }
    html body #wrapper #body .articles > div:not(.top-list) > ul.tabs > li > b,
    html body #wrapper #body .articles > div:not(.top-list) > ul.tabs > li strong {
        height: 13.5px;
    }
    html body #wrapper #body .articles > div:not(.top-list) > div.head > h2,
    html body #wrapper #body .articles > div:not(.top-list) > div.head > h3 {
        font-weight: 600 !important;
    }
    html body #wrapper #body.article .body-content strong {
        font-weight: bold !important;
    }
    html body > .cookie > p {
        width: 76%;
        line-height: 18px;
        padding: 14.5px 0 0 0;
    }
    html body > .cookie > p > span {
        vertical-align: top;
        top: -2px;
    }
    html body > .cookie > span {
        width: 50px;
        top: 20px;
        right: 20px;
    }
    html body #wrapper #body .articles > div > ul.tabs > li:nth-child(6) {
        display: none;
    }
    html body #wrapper #body .aLeftSingle {
        float: none !important;
        width: 100% !important;
        margin: 4px 0 0 0;
        clear: both;
    }
    html body #wrapper #header.size-medium.text-included.closed-second {
        height: 231.5px !important;
    }
    .head > h2 {
        font-size: 19.5px !important;
        font-weight: 600 !important;
    }
    .fb-like.mobile {
        margin: 15px 0 0 0;
    }
    html body #wrapper #body .columns-3 .col-2 > ul > li > a,
    html body #wrapper #body .columns-3 .col-2 > ul > li > b {
        font-size: 15px;
        font-weight: 400;
        min-height: 18.5px;
    }
    html body #wrapper #body .columns-3 .col-2 > ul > li.history > ul:before {
        top: -7px;
        height: 9px;
    }
    html body #wrapper #body .columns-3 .col-2 > ul > li.history > ul > li > b {
        font-size: 10px;
    }
    html body #wrapper #body .columns-3 .col-2 > ul > li.history > ul > li > span {
        font-size: 8.5px;
    }
    html body #wrapper #body .columns-3 .col-2 > ul > li.history > ul > li > p {
        font-size: 8.5px;
    }
    html body #wrapper #body .columns-3 .col-2 p a {
        font-size: 10px;
    }
    html body #wrapper #body .columns-3 .col-2 > ul > li span.icon-user {
        width: 7.5px;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        position: relative;
        top: -0.5px;
    }
    html body #wrapper #body .columns-3 .col-2 > ul > li.history > ul > li > a {
        font-size: 8px;
    }
    html body #wrapper #body.article .columns-3 .col-2 {
        width: 120px !important;
        display: block !important;
        position: absolute;
        right: 0;
        top: 0;
        padding: 16.5px 7.5px 0 10px !important;
        -webkit-transform: translate3d(120px, 0, 0);
        -moz-transform: translate3d(120px, 0, 0);
        -ms-transform: translate3d(120px, 0, 0);
        -o-transform: translate3d(120px, 0, 0);
        transform: translate3d(120px, 0, 0);
        -webkit-transition: -webkit-transform .4s ease-out;
        -moz-transition: -moz-transform .4s ease-out;
        -ms-transition: -ms-transform .4s ease-out;
        -o-transition: -o-transform .4s ease-out;
        transition: transform .4s ease-out;
    }
    html body #wrapper #body.article .columns-3 .col-1 {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform .4s ease-out;
        -moz-transition: -moz-transform .4s ease-out;
        -ms-transition: -ms-transform .4s ease-out;
        -o-transition: -o-transform .4s ease-out;
        transition: transform .4s ease-out;
    }
    html body #wrapper #body.article.active-info .columns-3 .col-1 {
        -webkit-transform: translate3d(-120px, 0, 0);
        -moz-transform: translate3d(-120px, 0, 0);
        -ms-transform: translate3d(-120px, 0, 0);
        -o-transform: translate3d(-120px, 0, 0);
        transform: translate3d(-120px, 0, 0);
    }
    html body #wrapper #body .columns-3 > .col-1 > h1 {
        padding-right: 0;
    }
    html body #wrapper #body.article.active-info .columns-3 .col-2 {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    html body #wrapper #body .articles > div.newsletter {
        padding-top: 10px !important;
    }
    .top-list .cols-3 {
        width: 100% !important;
        float: none !important;
    }
    html body #wrapper #header .effect img {
        right: 45px;
        top: 134px;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
    html body #wrapper #body:before {
        display: none;
    }
    html body #wrapper #body .aLeftSingle {
        margin: 12.5px 0;
    }
    .aLeftSingle .mdImg,
    .aRightSingle .mdImg {
        width: 100% !important;
    }
    .aLeftSingle .mdImg img,
    .aRightSingle .mdImg img {
        width: 100% !important;
    }
    .icon.news:before {
        background-image: url(/images/icon-news.png) !important;
    }
    html body #wrapper #body .articles > div > div.head h2 > b,
    html body #wrapper #body .articles > div > div.head h2 strong {
        font-weight: 700 !important;
        font-size: 20px !important;
    }
    html body #wrapper #body .articles > div:not(.top-list) > div.content > p {
        font-size: 12px !important;
        line-height: 14px !important;
    }
    html body #wrapper #body .articles > div:not(.top-list).light > div.content > p {
        font-size: 13.5px !important;
        line-height: 17.5px !important;
    }
    html body #wrapper #body .articles > div > div.head h2 {
        font-size: 21px !important;
        font-weight: 600 !important;
        padding-bottom: 3.5px !important;
    }
    html body #wrapper #body .articles .top-list .cols-3 {
        padding-top: 3.5px !important;
    }
    html body #wrapper #body .articles .top-list .cols-3 .head > h2 {
        font-size: 19.5px !important;
        padding-bottom: 2.5px !important;
    }
    html body #wrapper #body .articles > div > div.content {
        margin-top: 9px !important;
    }
    div.list-content > ol > li > a > span.count,
    div.list-content > ul > li > a > span.count {
        font-size: 9px !important;
        width: 14px !important;
        height: 14px !important;
        line-height: 14px !important;
    }
    div.list-content > ol > li > a > span.label,
    div.list-content > ul > li > a > span.label {
        line-height: 12.5px !important;
        font-size: 9px !important;
        font-weight: 500 !important;
    }
    html body #wrapper #body strong {
        font-weight: 600 !important;
    }
    .newsletter > b {
        font-size: 9.5px !important;
    }
    html body #wrapper #body .articles > div.newsletter > span {
        font-size: 19px !important;
    }
    html body #wrapper #body .articles > div.spot.right.books ul > li.item {
        width: 33.33% !important;
    }
    .newsletter > p {
        font-size: 9.5px !important;
        line-height: 11px !important;
    }
    html body #wrapper #body .articles > div.newsletter > p > b {
        font-size: 10px !important;
    }
    html body #wrapper #body .articles > div:not(.top-list) > div.head {
        padding-left: 46.5px !important;
    }
    html body #wrapper #body .articles > div.newsletter {
        background-size: 60% !important;
    }
    html body .menu > ul > li.active > a {
        width: 200px !important;
    }
    html body .menu > ul > li:not(.active) > a:hover {
        width: 200px !important;
    }
    html body #wrapper #body .articles > div:not(.top-list) > ul.tab-pages > li > div.content > b,
    html body #wrapper #body .articles > div:not(.top-list) > ul.tab-pages > li > div.content strong {
        padding-bottom: 8px !important;
    }
    html body #wrapper #body.search h1 {
        min-height: 27.5px !important;
        height: auto !important;
    }
    html body #wrapper #body.search .arrow-select-small {
        margin-bottom: 22.5px !important;
    }
    html body #wrapper #body.search .arrow-select-small:after,
    html body #wrapper #body.search .arrow-select-small:before {
        display: none;
    }
    html body #wrapper #body.search .arrow-select-small .left,
    html body #wrapper #body.search .arrow-select-small .right {
        top: -7.5px;
        background-size: 22%;
        font-size: 12.5px;
    }
    html body #wrapper #body.search .arrow-select-small ul {
        top: -1px !important;
    }
    html body #wrapper #body.search .arrow-select-small ul > li > a {
        width: 6.5px !important;
        height: 6.5px !important;
        border-width: 1px;
    }
    html body #wrapper #body.search .crumbs li {
        font-size: 10px;
    }
    html body #wrapper #body.search .crumbs li a {
        color: #999999;
        font-size: 9px;
        font-weight: 500;
        font-family: "franklin-gothic-urw", sans-serif;
        text-decoration: none;
    }
    html body #wrapper #body.search .crumbs li a:hover {
        text-decoration: underline;
    }
    html body #wrapper #body.search .results > li > a {
        font-size: 21.5px !important;
        font-weight: 600 !important;
    }
    html body #wrapper #body.search .results > li > p {
        font-size: 13px !important;
        color: #3d3d3d !important;
        font-weight: 500 !important;
    }
    html body #wrapper #body .articles > div > div.content > .mdBoxImage .mdBoxSub {
        display: block;
    }
    html body #wrapper #body .articles > div > div.content > .mdBoxImage {
        position: relative;
    }
    html body #wrapper #body .articles > div > ul.tab-pages > li {
        min-height: 195px;
    }
    html body #wrapper #body.search .columns-3 > .col-1,
    html body #wrapper #body.search .columns-3 > .col-2,
    html body #wrapper #body.search .columns-3 > .col-3 {
        padding: 0 !important;
    }
    .cookie {
        display: none;
    }
    html body #wrapper #body.search .articles > div:not(.top-list) {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    html body #wrapper #body.search .articles > div:not(.top-list) > div.head {
        padding-left: 40px !important;
    }
    ul.toolbar > li {
        width: 25px;
        height: 25px;
    }
    ul.toolbar > li img {
        width: 100%;
    }
    ul.toolbar > li img {
        vertical-align: top;
    }
    html body #wrapper #body .sub-subjects ul > li {
        width: 100%;
    }
    html body #wrapper #body .sub-subjects ul > li > a {
        padding-left: 8.5px !important;
    }
    html body #wrapper #body .sub-subjects ul > li > a:before {
        width: 4px !important;
        height: 4px !important;
        top: 4px !important;
    }
    html body #wrapper #body .sub-subjects ul > li > a {
        font-size: 9.5px !important;
    }
    html body #wrapper #body .sub-subjects {
        background-size: 12% !important;
    }
    html body #wrapper #body.article .body-content .head h2 {
        padding-bottom: 2.5px !important;
    }
    .top-list .cols-3 .head h2 {
        font-size: 19.5px !important;
    }
    html body #wrapper #body .articles > div:not(.top-list).no-padding {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .toolbar {
        margin-left: 6.5px;
        margin-top: 3.5px;
    }
    html body #wrapper #body .columns-3 > .col-1 > b {
        width: 100%;
    }
    div.list-content {
        margin-top: 15px !important;
    }
    html body #wrapper #body .articles > div.tags ul > li > a {
        font-size: 9px !important;
        font-weight: 500 !important;
    }
    html body #wrapper #body .articles > div.tags ul > li {
        min-height: 21px !important;
        padding-left: 28px !important;
        background-size: 15px;
    }
    html body #wrapper #body .articles > div.low-margin,
    html body #wrapper #body .articles.small {
        margin-top: 17.5px !important;
    }
    html body #wrapper #header .breadcrumb > .slidedown > .slideshow > .slideshow-con > div > ul > li > a > span > b {
        margin-top: 7.5px !important;
    }
    html body #wrapper #body.search .crumbs li a {
        font-size: 9px;
    }
    html body #wrapper #body.search .results > li > p {
        font-size: 5.5px;
    }
    html body.frontpage #wrapper #body .articles > div > div.content.slider-init .slider-con ul.slider > li {
        width: 58px !important;
    }
    #mdDirectory .mdColumn1 > dl {
        width: 100%;
    }
    #mdDirectory .mdColumn1 > dl:last-child {
        margin-top: 7.5px;
    }
    #mdDirectory .mdColumn1 > dl:first-child {
        margin-top: 0;
    }
    #mdDirectory .mdColumn1 > dl > dt > a {
        font-size: 22px !important;
        line-height: 23.5px !important;
    }
    #mdDirectory .mdColumn1 > dl > dd > a {
        font-size: 8px !important;
        margin: 11px 0 0 0 !important;
        font-weight: 500 !important;
    }
    #mdDirectory .mdColumn1 > dl {
        padding-right: 0 !important;
    }
    #mdDirectory .mdColumn1 {
        margin: 7.5px 0 7.5px 0;
    }
    html body .menu > ul > li > a {
        font-size: 13.5px;
    }
    html body #wrapper #header .top > ul.mobile > li.information img {
        max-width: 32%;
        top: 9.5px;
    }
    .icon.badge-10.cols-3 > .head {
        padding-left: 45.5px !important;
    }
    .icon.badge-10.cols-3 > .head > h2 {
        min-height: 26.5px;
        border-bottom: 2px solid #978462;
        padding-top: 2.5px;
    }
    html body #wrapper #body .sub-subjects.mdBoxTabs.icon .head {
        padding-left: 45.5px !important;
    }
    html body #wrapper #body .sub-subjects.mdBoxTabs.icon .head > h2 {
        min-height: 26.5px;
        border-bottom: 2px solid #978462;
        padding-top: 2.5px;
    }
    html body #wrapper #body .articles > div > div.head h2 {
        border-bottom: 2px solid #978462;
    }
    .mdBoxSub .mdImg {
        position: relative;
    }
    .mdBoxSub .mdImg:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-box-shadow: inset 0px 30.5px 39px -14.5px rgba(0, 0, 0, 0.49), inset 0px -30.5px 39px -14.5px rgba(0, 0, 0, 0.49);
        -moz-box-shadow: inset 0px 30.5px 39px -14.5px rgba(0, 0, 0, 0.49), inset 0px -30.5px 39px -14.5px rgba(0, 0, 0, 0.49);
        box-shadow: inset 0px 30.5px 39px -14.5px rgba(0, 0, 0, 0.49), inset 0px -30.5px 39px -14.5px rgba(0, 0, 0, 0.49);
    }
    html body #wrapper #body .articles > div.spot.right.books.full-width ul > li.item {
        margin-right: 0 !important;
    }
    .carousel > .slides-con .slides > div > div > a > span > span.popup {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
    .carousel > .slides-con {
        height: 310px !important;
    }
    html body #wrapper #body.article .body-content {
        min-height: 0.5px;
    }
    html body #wrapper #body .articles > div > div.content.slider-init .arrow {
        top: 27% !important;
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
    }
    .carousel > .slides-con .slides > div > div > .text {
        padding: 14px !important;
    }
    .carousel > .slides-con .slides > div > div > .text > span.copyright > a {
        font-size: 10px !important;
    }
    .carousel > .slides-con .slides > div > div > .text > span.description {
        font-size: 12px !important;
    }
    html body .navigation .information img {
        width: 7px !important;
        top: 4.5px;
    }
    html body #wrapper .top-banner {
        display: none;
    }
    html body #wrapper #header {
        height: auto;
        min-height: 175px;
    }
    html body #wrapper #header .top .text > p.mobile {
        display: block;
        width: 72%;
    }
    html body #wrapper #header .top .text > p.desktop {
        display: none;
    }
    html body #wrapper #header .top .text {
        display: none !important;
    }
    html body #wrapper #header .breadcrumb:empty {
        display: none !important;
    }
    html body #wrapper #header .breadcrumb {
        height: auto !important;
        min-height: 30px !important;
    }
    html body #wrapper #header .breadcrumb > ul {
        padding-bottom: 8px !important;
    }
    html body #wrapper #header .breadcrumb > ul > li > a {
        color: #7e899b;
        font-size: 11px;
    }
    html body #wrapper #header .top {
        height: auto;
        min-height: 175px;
        padding-top: 25px;
    }
    html body #wrapper #header .top .logo {
        margin-left: 25px;
        float: none;
        height: 37.5px;
    }
    html body #wrapper #header .top .logo img {
        max-height: 100%;
    }
    html body #wrapper #header .top .breadcrumb {
        display: block;
        width: 100%;
    }
    html body #wrapper #header .top .breadcrumb ul {
        display: block;
        width: 100%;
        padding: 12px 0 0 21px;
    }
    html body #wrapper #header .top .breadcrumb ul li {
        font-size: 14px;
    }
    html body #wrapper #header .top .breadcrumb ul li a {
        font-size: 14px;
    }
    html body #wrapper #header .top .search {
        display: block;
        float: none;
        width: 100%;
        margin: 25px 0 0 0;
        height: 50px;
        padding: 0 25px;
        position: relative;
    }
    html body #wrapper #header .top .search .menu-trigger {
        display: block;
        width: 50px;
        height: 50px;
        background: url('/images/icon-mobile-list.png') no-repeat center center;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
    }
    html body #wrapper #header .top .search:before {
        display: none;
    }
    html body #wrapper #header .top .search input {
        width: 90%;
        height: 50px;
        font-size: 24px;
    }
    html body #wrapper #header .top .search input::-webkit-input-placeholder {
        color: #ffffff;
        line-height: 1;
    }
    html body #wrapper #header .top .search input:-moz-placeholder {
        color: #ffffff;
        line-height: 1;
    }
    html body #wrapper #header .top .search .dropdown-search {
        display: none;
    }
    html body #wrapper #header .top ul.navigation.desktop {
        display: none;
    }
    html body #wrapper #header .top ul.navigation.mobile {
        display: block;
        padding-right: 17px;
    }
    html body #wrapper #header .top ul.navigation.mobile > li {
        width: 37.5px;
        height: 37.5px;
        line-height: 34.5px;
        margin-top: 28.5px;
        margin-left: 12.5px;
    }
    html body #wrapper #header .top ul.navigation.mobile > li img {
        max-width: 62%;
    }
    html body #wrapper #header .top ul.navigation.mobile > li.question img {
        max-width: 38%;
    }
    html body #wrapper #body {
        padding-left: 0;
        padding-right: 0;
    }
    html body #wrapper #body .columns-3 .col-1,
    html body #wrapper #body .columns-3 .col-2,
    html body #wrapper #body .columns-3 .col-3 {
        width: 100%;
        padding: 0 17.5px;
        margin-left: 0 !important;
        float: none;
        overflow-x: hidden;
        overflow-y: auto;
    }
    html body #wrapper #body .columns-3 .col-2,
    html body #wrapper #body .columns-3 .col-3 {
        display: none;
    }
    html body #wrapper #body .carousel {
        width: 116% !important;
        margin-bottom: 17.5px !important;
        margin-left: -17.5px !important;
    }
    html body #wrapper #body .buttonNav,
    html body #wrapper #body .line-through {
        display: none;
    }
    html body #wrapper #body .articles.small {
        margin: 10px 0 0 0;
        width: 100% !important;
    }
    html body #wrapper #body .articles.small .spot.mobile {
        background-position: 16px 0 !important;
    }
    html body #wrapper #body.article .col-1 .icon {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    html body #wrapper #body.article .col-1 .icon .head {
        padding-left: 37px !important;
    }
    html body #wrapper #body.article .col-1 .icon.calendar:before {
        background-image: url(/images/icon-mobile-datepicker-blue.png);
    }
    html body #wrapper #body.article .col-1 .icon.light:before {
        background-image: url(/images/icon-mobile-light.png);
    }
    html body #wrapper #body.article .col-1 .icon.badge:before {
        background-image: url(/images/icon-mobile-badge.png);
    }
    html body #wrapper #body.article .col-1 .icon.badge-10:before {
        background-image: url(/images/icon-badge-10-mobile.png);
    }
    html body #wrapper #body.article .col-1 .icon.bird:before {
        background-image: url(/images/icon-mobile-bird.png);
    }
    html body #wrapper #body.article .col-1 .icon.works:before {
        background-image: url(/images/icon-mobile-works.png);
    }
    html body #wrapper #body.article .col-1 .icon.find:before {
        background-image: url(/images/icon-mobile-find.png);
    }
    html body #wrapper #body.article .col-1 .icon.tags:before {
        background-image: url(/images/icon-tag-head-mobile.png);
    }
    html body #wrapper #body.search .articles > div {
        padding: 0;
    }
    html body #wrapper #body.search .columns-3 {
        width: 100%;
        padding: 0 20px;
    }
    html body #wrapper #body.search .columns-3 > .col-1 {
        width: 100%;
    }
    html body #wrapper #body.search .columns-3 > .col-2,
    html body #wrapper #body.search .columns-3 .col-3 {
        display: none;
    }
    html body #wrapper #body.search h3 {
        font-weight: 500;
        font-size: 13px;
    }
    html body #wrapper #body.search h1 {
        font-size: 25px;
    }
    html body #wrapper #body.search .results {
        font-size: 6.5px;
    }
    html body #wrapper #body .articles .icon {
        padding-top: 8.5px;
    }
    html body #wrapper #body .articles .icon.calendar:before {
        background-image: url(/images/icon-mobile-datepicker-blue.png);
    }
    html body #wrapper #body .articles .icon.light:before {
        background-image: url(/images/icon-mobile-light.png);
    }
    html body #wrapper #body .articles .icon.badge:before {
        background-image: url(/images/icon-mobile-badge.png);
    }
    html body #wrapper #body .articles .icon.badge-10:before {
        background-image: url(/images/icon-badge-10-mobile.png);
    }
    html body #wrapper #body .articles .icon.bird:before {
        background-image: url(/images/icon-mobile-bird.png);
    }
    html body #wrapper #body .articles .icon.works:before {
        background-image: url(/images/icon-mobile-works.png);
    }
    html body #wrapper #body .articles .icon.find:before {
        background-image: url(/images/icon-mobile-find.png);
    }
    html body #wrapper #body .articles .icon.tags:before {
        background-image: url(/images/icon-tag-head-mobile.png);
    }
    html body #wrapper #body .articles .top-list .cols-3 {
        padding-left: 15px;
        padding-right: 15px;
    }
    html body #wrapper #body .articles .top-list .cols-3 .head {
        padding-left: 41px;
    }
    html body #wrapper #body .articles .top-list .cols-3 .head > h2 {
        font-size: 19.5px !important;
        padding-bottom: 2.5px !important;
    }
    html body #wrapper #body .articles > div:not(.top-list) {
        padding-left: 15px;
        padding-right: 15px;
    }
    html body #wrapper #body .articles > div:not(.top-list).icon {
        padding-top: 8.5px;
    }
    html body #wrapper #body .articles > div:not(.top-list).icon.calendar:before {
        background-image: url(/images/icon-mobile-datepicker-blue.png);
    }
    html body #wrapper #body .articles > div:not(.top-list).icon.light:before {
        background-image: url(/images/icon-mobile-light.png);
    }
    html body #wrapper #body .articles > div:not(.top-list).icon.badge:before {
        background-image: url(/images/icon-mobile-badge.png);
    }
    html body #wrapper #body .articles > div:not(.top-list).icon.badge-10:before {
        background-image: url(/images/icon-badge-10-mobile.png);
    }
    html body #wrapper #body .articles > div:not(.top-list).icon.bird:before {
        background-image: url(/images/icon-mobile-bird.png);
    }
    html body #wrapper #body .articles > div:not(.top-list).icon.works:before {
        background-image: url(/images/icon-mobile-works.png);
    }
    html body #wrapper #body .articles > div:not(.top-list).icon.find:before {
        background-image: url(/images/icon-mobile-find.png);
    }
    html body #wrapper #body .articles > div:not(.top-list).icon.tags:before {
        background-image: url(/images/icon-tag-head-mobile.png);
    }
    html body #wrapper #body .articles > div:not(.top-list) > div.effect {
        background: url(/images/icon-mobile-bg-effect.png) no-repeat left top;
        width: 211.5px;
        height: 280px;
        background-size: contain;
        left: -48px;
    }
    html body #wrapper #body .articles > div:not(.top-list) > div.head {
        padding-left: 40px;
    }
    html body #wrapper #body .articles > div:not(.top-list) > div.head > h2,
    html body #wrapper #body .articles > div:not(.top-list) > div.head > h3 {
        min-height: 24px;
        font-size: 18.5px;
        font-family: "adobe-garamond-pro", sans-serif;
        font-weight: 500;
        border-bottom: 2px solid #978462;
    }
    html body #wrapper #body .articles > div:not(.top-list) > ul.tab-pages > li {
        padding-left: 0;
    }
    html body #wrapper #body .articles > div:not(.top-list) > ul.tab-pages > li .imgCon {
        position: relative;
        float: left;
        margin: 0 15px 15px 0;
        top: 0;
        z-index: 200;
    }
    html body #wrapper #body .articles > div:not(.top-list) > ul.tab-pages > li .imgCon + .content:before {
        content: "";
        display: block;
        width: 135px;
        height: 135px;
        background-color: #ffffff;
        position: absolute;
        left: 0;
        top: 0;
    }
    html body #wrapper #body .articles > div:not(.top-list) > ul.tab-pages > li > div.content > b,
    html body #wrapper #body .articles > div:not(.top-list) > ul.tab-pages > li > div.content strong {
        min-height: 26.5px;
        line-height: 19.5px;
        border-bottom: 2px solid #bfbfbf;
        font-size: 20px;
    }
    html body #wrapper #body .articles > div:not(.top-list) > ul.tab-pages > li > div.content > p {
        margin: 10px 0 0 0;
        font-size: 13.5px;
        line-height: 17.5px;
        color: #2e2e2e;
    }
    html body #wrapper #body .articles > div:not(.top-list) > ul.tabs {
        height: 28.5px;
    }
    html body #wrapper #body .articles > div:not(.top-list) > ul.tabs > li.active {
        margin-top: 11px;
    }
    html body #wrapper #body .articles > div:not(.top-list) > ul.tabs > li > b,
    html body #wrapper #body .articles > div:not(.top-list) > ul.tabs > li strong {
        height: 10px;
        font-size: 14.5px;
    }
    html body #wrapper #body .articles > div:not(.top-list) > ul.tabs > li > span {
        display: none;
    }
    html body #wrapper #body .articles > div:not(.top-list) > div.content.slider-init ul.thumbs {
        display: none;
    }
    html body #wrapper #body .articles > div:not(.top-list) > div.content {
        padding-left: 0;
    }
    html body #wrapper #body .articles > div:not(.top-list) > div.content > p {
        font-size: 10px;
        line-height: 12.5px;
    }
    html body #wrapper #body .articles > div:not(.top-list) > div.content > span {
        display: none;
    }
    html body #wrapper #body .articles > div:not(.top-list) > div.content.slider-init .slider-con ul.slider > li {
        margin: 0;
    }
    html body #wrapper #body .articles > div:not(.top-list) > div.content.slider-init .slider-con ul.slider > li > a > span {
        font-size: 8.5px;
    }
    html body #wrapper #body .articles > div:not(.top-list) > div.list-content > ul > li > a > span.count {
        width: 10px;
        height: 10px;
        line-height: 10px;
    }
    html body #wrapper #body .articles > div:not(.top-list) > div.list-content > ul > li > a > span.label {
        font-size: 12px;
        line-height: 10.5px;
        font-weight: 500;
    }
    html body #wrapper #body .articles > div:not(.top-list).mobile {
        display: block;
    }
    html body #wrapper #body .articles > div.newsletter {
        display: block;
        margin-bottom: 10px;
        padding-bottom: 47.5px;
    }
    html body #wrapper #body .articles > div.newsletter > span {
        font-family: "adobe-garamond-pro", sans-serif;
        font-size: 17px;
        text-transform: lowercase;
        margin-top: 3px;
    }
    html body #wrapper #body .articles > div.newsletter > span:first-letter {
        text-transform: uppercase;
    }
    html body #wrapper #body .articles > div.newsletter > p {
        font-size: 6px;
    }
    html body #wrapper #body .articles > div.newsletter > p > b {
        font-family: "franklin-gothic-urw", sans-serif;
        font-weight: 500;
        font-size: 6px;
    }
    html body #wrapper #body .articles > div.newsletter > a {
        padding: 0 20px 0 20px;
        text-align: left;
        height: 27.5px;
        line-height: 24px;
        font-size: 14.5px;
    }
    html body #wrapper #body .articles > div.newsletter > a:after {
        content: "";
        display: inline-block;
        width: 11px;
        height: 11px;
        background: url(/images/icon-newsletter-arrow.png) no-repeat center center;
        border: 1.5px solid #ffffff;
        border-radius: 50%;
        margin: 5.5px 0 0 6px;
        float: right;
    }
    html body #wrapper #body .articles > div.cols-3 {
        width: 100% !important;
        margin-left: 0 !important;
        float: none;
        padding: 0 15px;
    }
    html body #wrapper #body .articles > div.cols-3.desktop {
        display: none;
    }
    html body #wrapper #footer {
        margin-top: 5px;
    }
    html body #wrapper #footer > ul.desktop {
        display: none;
    }
    html body #wrapper #footer > ul.mobile {
        display: block;
    }
    html body #wrapper #header .top ul.navigation > li {
        border-width: 2px;
    }
    html body #wrapper #header .top .search .menu-trigger,
    html body.active-menu #wrapper #header .top .search .menu-trigger {
        background-size: 50%;
    }
    html body #wrapper #body .articles > div > ul.tabs > li {
        margin: 12px 0 0 23px;
    }
    html body #wrapper #body .columns-3 > .col-1 > b,
    html body #wrapper #body .columns-3 > .col-1 > h1 {
        font-size: 24px;
    }
    .carousel > .slides-con .slides > div > div > a > span > span.popup {
        top: 16px;
        right: 32px;
    }
    html body #wrapper #body.category .articles > div > div.content.slider-init .slider-con ul.slider > li,
    html body #wrapper #body.article .articles > div > div.content.slider-init .slider-con ul.slider > li {
        width: 95px !important;
    }
    #banner-zone-top,
    #banner-zone-bottom {
        margin-left: -17.5px;
        margin-right: -17.5px;
        min-height: 160px;
    }
    html body #wrapper #footer {
        background-size: auto 85%;
        height: 243px;
    }
    html body #wrapper #footer > ul {
        top: 160px;
    }
    html body #wrapper #footer > span {
        top: 200px;
        font-size: 13px;
    }
    html body #wrapper #footer > ul > li > a {
        font-size: 12px;
    }
    html body #wrapper #body.article .body-content h2 {
        margin-top: 8px;
    }
    html body #wrapper #body .columns-3 .col-2 > ul > li > a,
    html body #wrapper #body .columns-3 .col-2 > ul > li > b {
        padding-left: 19px;
        line-height: 19px;
    }
    #colorbox {
        width: 300px !important;
        left: 10px !important;
    }
    #cboxLoadedContent,
    #cboxContent,
    #cboxWrapper {
        width: 100% !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        -ms-box-sizing: border-box !important;
        -o-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }
    #cboxLoadedContent .link-con h3 {
        font-size: 20px !important;
    }
    html body #wrapper #body.article .articles > div > div.content.slider-init .arrow {
        top: 34% !important;
    }
    html body #wrapper #body .articles > div.jubii-adunit {
        padding: 0 !important;
    }
}
@media only screen and (max-width: 835px) and (orientation: landscape) {
    html body #wrapper #header .top ul.navigation.mobile > li {
        width: 30px !important;
        height: 30px !important;
    }
    html body #wrapper #header .top > ul > li.page-home > a img {
        top: 5.5px !important;
    }
    html body #wrapper #header .top > ul.mobile > li.information img {
        top: 7.5px !important;
    }
    html body #wrapper #header .breadcrumb > ul {
        padding-bottom: 5px !important;
    }
    html body #wrapper #header .breadcrumb {
        min-height: 0 !important;
    }
    #header {
        min-height: 0 !important;
    }
    #header .top {
        min-height: 0 !important;
        padding-top: 12.5px !important;
    }
    #header .top .logo {
        margin-left: 12.5px !important;
        height: 23px !important;
    }
    #header ul.navigation {
        padding-right: 8px !important;
    }
    #header ul.navigation li {
        margin-left: 7.5px !important;
        margin-top: 11.5px !important;
    }
    #header .breadcrumb ul {
        padding: 5px 0 0 7.5px !important;
    }
    #header .breadcrumb ul li {
        font-size: 7px !important;
    }
    #header .breadcrumb ul li a {
        font-size: 7px !important;
    }
    #header .search {
        margin: 12.5px 0 0 0 !important;
        height: 25px !important;
        padding: 0 12.5px !important;
    }
    #header .search input {
        height: 25px !important;
        font-size: 12px !important;
    }
    #header .search .menu-trigger {
        width: 25px !important;
        height: 25px !important;
        background-size: 50% 50% !important;
        background-position: center center;
    }
}
.device-android #wrapper #body h2 {
    font-size: 12.5px !important;
}
.device-android #wrapper #body h3 {
    font-size: 15px !important;
}
@media only screen and (max-width: 795px) {
    html body #wrapper #body .articles > div.spot.left,
    html body #wrapper #body .articles > div.spot.right {
        float: none;
        width: 100%;
        margin-top: 25px;
    }
}
@media only screen and (max-width: 675px) {
    html body #wrapper #header .top > ul {
        top: -6px;
        right: 5px;
        left: auto;
        width: 385px;
    }
    html body #wrapper #header .top > ul > li {
        margin: 10px 0 0 40px;
        overflow: hidden;
    }
    html body #wrapper #header .top > ul > li > a > span {
        text-indent: -999999px;
    }
}
@media only screen and (max-width: 500px) {
    html body #wrapper #body .articles > div > div.head > h2 > span {
        display: none;
    }
    html body #wrapper #body .articles > div > div.content.slider-init ul.thumbs {
        top: -17px;
    }
}
#body.article .top-list .icon:before {
    left: 3px;
    top: 16px;
}
.columns-3 .col-2 .icon:before {
    width: 20px;
    height: 20px;
}
.icon {
    position: relative;
}
.icon:before {
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    background-image: transparent;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}
.icon.calendar:before {
    background-image: url(/images/icon-datepicker-blue.png);
}
.icon.light:before {
    background-image: url(/images/icon-light.png);
}
.icon.badge:before {
    background-image: url(/images/icon-badge.png);
}
.icon.badge-10:before {
    background-image: url(/images/icon-badge-10.png);
}
.icon.bird:before {
    background-image: url(/images/icon-bird.png);
}
.icon.works:before {
    background-image: url(/images/icon-works.png);
}
.icon.tags:before {
    background-image: url(/images/icon-tag-head.png);
}
.icon.copyright:before {
    background-image: url(/images/icon-copyright.png);
}
.icon.pencil:before {
    background-image: url(/images/icon-pencil.png);
}
.icon.news:before {
    background-image: url(/images/icon-news.png);
}
.icon.expert:before {
    background-image: url(/images/icon-expert.png);
}
.icon.files:before {
    background-image: url(/images/icon-files.png);
}
.icon.sub-subjects:before {
    background-image: url(/images/icon-list-items.png);
}
.icon.user-list:before {
    background-image: url(/images/icon-user-list.png);
}
.icon.versions:before {
    background-image: url(/images/icon-versions.png);
}
.icon.tool-header:before {
    background-image: url(/images/icon-tool-header.png);
}
.icon.tool-add-article:before {
    background-image: url(/images/icon-tool-add-article.png);
}
.icon.tool-article-edit:before {
    background-image: url(/images/icon-tool-article-edit.png);
}
.icon.tool-fields-edit:before {
    background-image: url(/images/icon-tool-fields-edit.png);
}
.icon.tool-article-move:before {
    background-image: url(/images/icon-tool-article-move.png);
}
.icon.tool-article-delete:before {
    background-image: url(/images/icon-tool-article-delete.png);
}
.icon.tool-article-add-image:before {
    background-image: url(/images/icon-tool-article-add-image.png);
}
.icon.tool-article-lock:before {
    background-image: url(/images/icon-tool-article-lock.png);
}
.icon.tool-article-copy:before {
    background-image: url(/images/icon-tool-article-copy.png);
}
.icon.tool-article-verify:before {
    background-image: url(/images/icon-tool-article-verify.png);
}
.icon.tools-see-origional:before {
    background-image: url(/images/icon-tools-see-origional.png);
}
.icon.tools-edit:before {
    background-image: url(/images/icon-tools-edit.png);
}
.icon.tools-move-image:before {
    background-image: url(/images/icon-tools-move-image.png);
}
.icon.tools-delete-image:before {
    background-image: url(/images/icon-tools-delete-image.png);
}
.icon.tools-previous-versions:before {
    background-image: url(/images/icon-tools-previous-versions.png);
}
.icon.active.table-breadcrumb-1:before,
.icon:hover.table-breadcrumb-1:before {
    background-image: url(/images/icon-table-breadcrumb-1-active.png);
}
.icon.active.table-breadcrumb-2:before,
.icon:hover.table-breadcrumb-2:before {
    background-image: url(/images/icon-table-breadcrumb-2-active.png);
}
.icon.active.table-breadcrumb-3:before,
.icon:hover.table-breadcrumb-3:before {
    background-image: url(/images/icon-table-breadcrumb-3-active.png);
}
.icon.active.table-breadcrumb-4:before,
.icon:hover.table-breadcrumb-4:before {
    background-image: url(/images/icon-table-breadcrumb-4-active.png);
}
.icon.active.forms-breadcrumb-1:before,
.icon:hover.forms-breadcrumb-1:before {
    background-image: url(/images/user/icon-user-active.png);
}
.icon.active.forms-breadcrumb-2:before,
.icon:hover.forms-breadcrumb-2:before {
    background-image: url(/images/user/icon-edit-active.png);
}
.icon.active.forms-breadcrumb-3:before,
.icon:hover.forms-breadcrumb-3:before {
    background-image: url(/images/user/icon-user-articles-active.png);
}
.icon.table-breadcrumb-1:before {
    background-image: url(/images/icon-table-breadcrumb-1.png);
}
.icon.table-breadcrumb-2:before {
    background-image: url(/images/icon-table-breadcrumb-2.png);
}
.icon.table-breadcrumb-3:before {
    background-image: url(/images/icon-table-breadcrumb-3.png);
}
.icon.table-breadcrumb-4:before {
    background-image: url(/images/icon-table-breadcrumb-4.png);
}
.icon.forms-breadcrumb-1:before {
    background-image: url(/images/user/icon-user.png);
}
.icon.forms-breadcrumb-2:before {
    background-image: url(/images/user/icon-edit.png);
}
.icon.forms-breadcrumb-3:before {
    background-image: url(/images/user/icon-user-articles.png);
}
.icon.form-edit-name:before {
    background-image: url(/images/user/icon-form-edit-name.png);
}
.icon.form-edit-delete:before {
    background-image: url(/images/user/icon-form-edit-delete.png);
}
.icon.form-edit-image:before {
    background-image: url(/images/user/icon-form-edit-image.png);
}
.icon.form-edit-image .profile_image_container {
    position: relative;
}
.icon.form-edit-image .profile_image_container .profile_iamge_wrapper {
    right: 0px;
    overflow: hidden;
    height: 60px;
    width: 60px;
    position: absolute;
    top: 0px;
}
.icon.form-edit-password:before {
    background-image: url(/images/user/icon-form-edit-password.png);
}
.icon.form-edit-email:before {
    background-image: url(/images/user/icon-form-edit-email.png);
}
@media print {
    #header,
    #footer,
    .top-banner,
    .cookie,
    .iScrollLoneScrollbar,
    .menu,
    .colorbox,
    .columns-3 .col-2,
    .columns-3 .col-3,
    .carousel,
    html body #wrapper #body .articles > div.spot,
    html body #wrapper #body .articles > div.bird,
    html body #wrapper #body .articles > div.works,
    .arrow-select-small,
    .arrow-select-big,
    .sub-subjects,
    .top-list,
    .spot {
        display: none !important;
    }
    body,
    #wrapper {
        overflow: visible !important;
    }
    html body #wrapper #body .articles > div > div.head {
        padding: 0 !important;
    }
    #wrapper > div {
        padding: 0 !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
        -moz-transform: translate3d(0, 0, 0) !important;
        -ms-transform: translate3d(0, 0, 0) !important;
        -o-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }
    html body #wrapper #body .columns-3 .col-1 {
        width: 100% !important;
    }
}
.mdBoxTable.aTriple .mdBoxSub > table td {
    line-height: inherit !important;
    padding: 10px !important;
}
.mdBoxTable.aTriple .mdBoxSub {
    margin: 0 !important;
}
.mdBoxTable.aTriple .mdBoxSub caption {
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}
.aLeftSingle {
    width: 200px;
    max-width: 100%;
    float: left;
}
.aLeftDouble {
    width: 400px;
    max-width: 100%;
    float: left;
}
.aLeftTriple {
    width: 100%;
    float: left;
}
.aRightSingle {
    width: 200px;
    max-width: 100%;
    float: right;
}
.aRightDouble {
    width: 400px;
    max-width: 100%;
    float: right;
}
.aRightTriple {
    width: 100%;
    float: right;
}
.mdBoxList.aRightDouble {
    width: 356px;
    max-width: 100%;
}
.mdBoxList.aRightDouble ul {
    margin: 0 20px;
    padding: 5px 20px 15px;
}
.mdBoxList.aRightDouble ul > li {
    padding: 4px 0 4px 15px;
    position: relative;
}
.mdBoxList.aRightDouble ul > li:after {
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
    background-color: #1a2f53;
}
.mdBoxTable .mdBoxSub {
    background: #f6f6f6;
}
.aLeftSingle .mdImg,
.aRightSingle .mdImg {
    width: 100%;
}
.aLeftSingle .mdImg img,
.aRightSingle .mdImg img {
    width: 100%;
}
.aLeftSingle table,
.aRightSingle table {
    width: 142px;
    max-width: 100%;
}
.aLeftDouble .mdImg,
.aRightDouble .mdImg {
    width: 356px;
    max-width: 100%;
}
.aLeftDouble .mdImg img,
.aRightDouble .mdImg img {
    width: 356px;
    max-width: 100%;
}
.aLeftDouble table,
.aRightDouble table {
    width: 342px;
}
.aLeftTriple .mdImg,
.aRightTriple .mdImg {
    width: 556px;
    max-width: 100%;
}
.aLeftTriple .mdImg img,
.aRightTriple .mdImg img {
    width: 556px;
    max-width: 100%;
}
.aLeftTriple table,
.aRightTriple table {
    width: 542px;
    max-width: 100%;
}
.mdBoxTable {
    margin: 10px 0 15px;
}
.mdBoxTable .mdBoxSub {
    margin: 0 20px;
    border: 1px solid #ccc;
    padding: 10px 8px;
}
.mdBoxTable table {
    margin: 0;
    border: 1px solid #ccc;
    border-right: 0;
    border-bottom: 0;
}
.mdBoxTable caption {
    padding: 0 0 10px;
    margin: 0;
    font-size: 11px;
    font-weight: bold;
}
.mdBoxTable table th,
.mdBoxTable table td {
    border: 0;
    padding: 5px 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 11px;
    color: #666;
}
.mdBoxList .mdBoxSub {
    margin: 0 20px;
    border: 1px solid #ccc;
    color: #666;
}
.mdBoxList ul {
    background: #f6f6f6;
    color: #666;
    padding: 1px 25px 10px;
    margin: 0;
    list-style: disc;
}
.mdBoxList ul li {
    margin: 4px 0;
}
.mdBoxList.aRightSingle .mdBoxSub p {
    padding: 8px 20px 15px;
    display: block !important;
    width: 100% !important;
}
.mdBoxList.aRightSingle .mdBoxSub p strong {
    font-weight: bold;
}
.mdBoxList.aRightDouble .mdBoxSub .mdBoxHead p {
    padding: 5px 20px 15px;
    padding-bottom: 10px;
}
.mdBoxList.aRightDouble .mdBoxSub ul {
    margin: 0 !important;
}
.mdBoxList.aRightDouble .mdBoxSub ul > li {
    list-style: none;
    margin: 0 !important;
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
?@-o-keyframes fadein from {
    opacity: 0;
}
?@-o-keyframes fadein to {
    opacity: 1;
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(359deg);
    }
}
@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(359deg);
    }
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}