@charset "utf-8";
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.flex-slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

@font-face {
    font-family: "flexslider-icon";
    src: url("../fonts/flexslider-icon.eot");
    src: url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider-icon.woff") format("woff"), url("../fonts/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
    font-weight: normal;
    font-style: normal;
}

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .flex-slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
    position: relative;
}

.flexslider .flex-slides a {
    text-decoration: none;
    outline: none;
}

.flexslider .flex-slides a img {
    border: none;
}

.flexslider .flex-slides img {
    max-width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.flex-slides::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.flexslider {
    position: relative;
    margin: 0;
}

.flex-viewport {
    max-height: 2000px;
    direction: ltr;
}

.agy .flex-viewport {
    max-height: 300px;
}

.afs li {
    margin-right: 30px;
}

.afs li:last-child {
    margin-right: 0;
}

.flex-direction-nav {
    *height: 0;
    line-height: normal;
}

.flex-direction-nav li {
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 0;
    z-index: 10;
}

.flex-direction-nav li:first-child {
    left: 10px;
}

.flex-direction-nav li:last-child {
    right: 10px;
}

.flex-direction-nav a {
    display: table-cell;
    width: 30px;
    height: 30px;
    padding: 2px 0 0 0;
    font-size: 18px;
    line-height: 18px;
    font-family: "flexslider-icon";
    text-align: center;
    vertical-align: middle;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.flex-direction-nav a::before {
    content: "\f001";
}

.flex-direction-nav a.flex-next::before {
    content: "\f002";
}

.flex-direction-nav a {
    color: #fff;
    background-color: #000;
}

.flexslider:hover .flex-prev,
.flexslider:hover .flex-next {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-direction-nav em {
    display: none;
}

.afs.acq {
    position: relative;
}

.afs.acq .flex-direction-nav {
    display: block;
    position: absolute;
    top: -25px;
    right: 0;
    width: 42px;
}

.afs.acq .flex-direction-nav li {
    width: 20px;
    height: 20px;
    margin: 0;
}

.afs.acq .flex-direction-nav li:first-child {
    left: 0;
}

.afs.acq .flex-direction-nav li:last-child {
    right: 0;
}

.afs.acq .flex-direction-nav a {
    width: 20px;
    height: 20px;
    font-size: 13px;
    line-height: 13px;
}

.flex-pauseplay a {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 10px;
    width: 20px;
    height: 20px;
    color: #000;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
}

.flex-pauseplay a::before {
    display: inline-block;
    font-family: "flexslider-icon";
    font-size: 20px;
    content: "\f004";
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play::before {
    content: "\f003";
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -15px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 0;
    position: static;
    overflow: hidden;
    border-top: 1px solid transparent;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: 0.7;
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

.abs {
    display: block;
    width: 100%;
}

.abs {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 20px 15px;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
}

.m-t-4 {
    margin-top: 4% !important;
}

.abs * {
    margin: 0;
    padding: 0;
    font-size: 1em;
}

.adq .flexslider {
    max-height: 600px;
    overflow: hidden;
}

.nivo-lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
    width: 100%;
    height: 100%;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}

.nivo-lightbox-overlay.nivo-lightbox-open {
    visibility: visible;
    opacity: 1;
}

.nivo-lightbox-wrap {
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%;
}

.nivo-lightbox-content {
    width: 100%;
    height: 100%;
}

.nivo-lightbox-title-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    text-align: center;
}

.nivo-lightbox-nav {
    display: none;
}

.nivo-lightbox-prev {
    position: absolute;
    top: 50%;
    left: 0;
}

.nivo-lightbox-next {
    position: absolute;
    top: 50%;
    right: 0;
}

.nivo-lightbox-close {
    position: absolute;
    top: 2%;
    right: 2%;
}

.nivo-lightbox-image {
    text-align: center;
}

.nivo-lightbox-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
}

.nivo-lightbox-content iframe {
    width: 100%;
    height: 100%;
}

.nivo-lightbox-ajax {
    max-height: 100%;
    overflow: auto;
}

.nivo-lightbox-error {
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #fff;
    text-shadow: 0 1px 1px #000;
}

.nivo-lightbox-error p {
    display: table-cell;
    vertical-align: middle;
}

.nivo-lightbox-effect-fade,
.nivo-lightbox-effect-fadeScale,
.nivo-lightbox-effect-slideLeft,
.nivo-lightbox-effect-slideRight,
.nivo-lightbox-effect-slideUp,
.nivo-lightbox-effect-slideDown,
.nivo-lightbox-effect-fall {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%);
}

.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
}

.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
}

.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
}

.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
}

.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translateZ(300px);
    -moz-transform: translateZ(300px);
    -ms-transform: translateZ(300px);
    transform: translateZ(300px);
}

.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: #666;
    background: rgba(0, 0, 0, 0.6);
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
    background: url(images/loading.gif) no-repeat 50% 50%;
}

.nivo-lightbox-theme-default .nivo-lightbox-nav {
    top: 10%;
    width: 8%;
    height: 80%;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0.5;
}

.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
    opacity: 1;
}

.nivo-lightbox-theme-default .nivo-lightbox-prev {
    background-image: url(images/prev.png);
    border-radius: 0 3px 3px 0;
}

.nivo-lightbox-theme-default .nivo-lightbox-next {
    background-image: url(images/next.png);
    border-radius: 3px 0 0 3px;
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
    display: block;
    background: url(images/close.png) no-repeat 5px 5px;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    padding: 5px;
    opacity: 0.5;
}

.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
    opacity: 1;
}

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
    bottom: -7%;
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    background: #000;
    color: #fff;
    padding: 7px 15px;
    border-radius: 30px;
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
    background: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
    background: #fff;
    padding: 40px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

@media (-webkit-min-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6/2),
(min--moz-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
        background-image: url(images/loading@2x.gif);
        background-size: 32px 32px;
    }
    .nivo-lightbox-theme-default .nivo-lightbox-prev {
        background-image: url(images/prev@2x.png);
        background-size: 48px 48px;
    }
    .nivo-lightbox-theme-default .nivo-lightbox-next {
        background-image: url(images/next@2x.png);
        background-size: 48px 48px;
    }
    .nivo-lightbox-theme-default .nivo-lightbox-close {
        background-image: url(images/close@2x.png);
        background-size: 16px 16px;
    }
}

.nivo-lightbox-overlay,
.mfp-wrap {
    z-index: 999999999999;
}

html {
    overflow-y: scroll;
}

.akn {
    border-bottom: 2px solid;
}

.akf {
    border-top: 3px solid;
}

.ake {
    border-bottom: 1px solid;
}

.ajs,
.ajw {
    border-top: 1px solid;
}

p strong {
    font-weight: bold;
}

address {
    margin: 10px 0;
    font-style: normal;
}

.aku.aid {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 15px 0 0 0;
    font-size: 18px;
    line-height: 18px;
}

.aeo {
    display: table;
    position: relative;
    float: left;
    margin-right: 10px;
    padding: 21px 2px 2px 2px;
    width: 59px;
    height: 63px;
    text-align: center;
}

.aeo,
.aeo em {
    border-radius: 12%;
}

.aeo strong,
.aeo em {
    font-weight: normal;
    font-style: normal;
}

.aeo strong {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-transform: uppercase;
}

.aeo em {
    display: table-cell;
    vertical-align: middle;
    font-size: 22px;
}

#ahl {
    position: relative;
}

#ahl form input,
#ahl form button {
    float: left;
    height: 40px;
    border: none;
}

#ahl form input {
    width: auto;
}

#ahl form button[type="submit"] {
    width: 40px;
    margin-left: 1px;
    padding: 0;
}

#ahl form button span {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 20px;
}

#ahl .ahn li {
    float: left;
    margin-right: 1px;
}

#ahl .ahn a {
    font-size: 1.6em;
    width: 40px;
    height: 40px;
}

#adt {
    display: none;
    position: relative;
    width: 100%;
    padding: 4px 0;
    overflow: hidden;
}

#aep {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    /* margin-left: -29px; */
    margin-left: 70px;
    width: 58px;
    height: 24px;
    overflow: hidden;
}

#aep a {
    display: block;
    width: 58px;
    height: 58px;
    margin-top: -34px;
    padding: 34px 0 0 21px;
    font-size: 16px;
    line-height: 16px;
    border-radius: 100%;
}

#ahq {
    padding: 7px 0 10px;
}

#ahq .agh {
    margin-top: -3px;
}

#ahq .agh h1,
#ahq .agh p {
    margin: 0;
    font-weight: normal;
    text-transform: none;
}

#ahq .agh h1 {
    font-size: 32px;
    font-variant: small-caps;
}

#ahq .agh p {
    font-size: 16px;
    text-transform: capitalize;
}

#ahq .aex {
    padding-top: 2px;
}

#ahq .aex ul.ajz {
    margin-bottom: 0px;
}

#ahq .aex nav.ajz {
    margin-bottom: 17px;
}

#ahq .aex ul.ajz li {
    margin-left: 20px;
}

#ahq .aex ul.ajz li:first-child {
    margin-left: 0;
}

#ahq .aex ul.ajz li span {
    margin-right: 8px;
}

#aen {
    padding: 10px 0;
}

.aem section {
    margin-bottom: 33px;
}

.aem section:last-child,
.aem section.akd,
.aem section.agl {
    margin-bottom: 0;
}

.aei,
.aem .aei {
    font-size: 2.8em;
    line-height: 1.4em;
}

.adi,
.aem .adi {
    font-size: 0.8em;
}

.adn,
.aem .adn {
    font-size: 1em;
}

.adg,
.aem .adg {
    font-size: 1.2em;
}

.ads,
.aem .ads {
    font-size: 1.4em;
}

.agp,
.aem .afi {
    font-size: 4em;
    line-height: 1.2em;
}

.afj,
.aem .aej {
    font-size: 6em;
    font-weight: normal;
    line-height: 1.2em;
}

.ags aside .agr span {
    margin: 0 10px 0 0;
    padding: 0;
}

.ags aside .abc li {
    margin: 20px 0 0 0;
    padding: 0 0 20px 0;
    line-height: normal;
    border-bottom: 1px solid;
}

.ags aside .abc li:first-child {
    margin-top: 0;
}

.ags aside .abc li img {
    float: left;
    margin-right: 10px;
}

.ags aside .abc li p {
    margin: 0;
    padding: 0;
}

.aes {
    padding: 10px 0;
}

.text-center {
    text-align: center;
}

.aes .aix {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid;
}

.aes ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.aes ul li {
    margin: 0 0 8px 0;
}

#aff {
    padding: 10px 0;
}

#aff form input {
    float: left;
    width: 64%;
    height: 30px;
    border: none;
}

#aff form input[type="submit"] {
    width: 35%;
    margin-left: 1px;
    padding: 0 5px;
    text-transform: uppercase;
    font-weight: bold;
}

#ael {
    padding: 10px 0 10px 0;
    border-top: 1px solid;
}

#ahq nav li {
    margin-right: 6px;
    padding-right: 10px;
    border-right: 1px solid;
}

#ahq nav li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}

#ahu {
    position: relative;
    margin: 0;
    padding: 0;
    word-wrap: normal;
    white-space: normal;
    clear: both;
}

#ahu ul:first-child {
    float: left;
    margin-top: -3px;
}

#ahu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
}

#ahu ul ul {
    z-index: 99999;
    position: absolute;
    width: 190px;
    border: solid;
    border-width: 0 0 0 0;
}

#ahu ul ul ul,
#ahu ul ul ul ul {
    left: 190px;
    top: 0;
}

#ahu ul:first-child li:last-child>ul {
    right: 0;
}

#ahu ul:first-child>li:last-child li>ul {
    left: -190px;
}

#ahu li {
    display: block;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

#ahu ul:first-child li:last-child {
    margin-right: 0;
}

#ahu li li {
    width: 100%;
    margin: 0;
    text-transform: capitalize;
    border: solid;
    border-width: 0 0 1px 0;
}

#ahu li li:last-child {
    border-width: 0;
}

#ahu li a {
    display: block;
    /* padding: 27px 25px; */
    padding: 10px 25px;
    border-top: 3px solid transparent;
}

#ahu li li a {
    display: block;
    margin: 0;
    padding: 10px 15px;
    border-top: none;
}

#ahu li a.akb::before,
#ahu li.ahv a.akb::before {
    position: absolute;
    /* top: 36px; */
    top: 19px;
    left: 14px;
    width: 0;
    height: 0;
    border: solid;
    border-width: 5px 3px 3px 3px;
    border-color: transparent;
    content: "";
}

#ahu li li a.akb::before,
#ahu li.ahv li a.akb::before {
    top: 16px;
    left: 5px;
}

#ahu ul ul {
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;
    white-space: normal;
    word-wrap: break-word;
}

#ahu ul li:hover>ul {
    height: auto;
    opacity: 1;
    overflow: visible;
}

#ahu ul li li:hover>a,
#ahu ul li.ahv ul .ahv>a {
    transition: background-color 0.2s ease-in-out;
}

#ahu ul ul {
    transition: all 0.5s ease-in-out;
}

#ahu form {
    display: block;
    margin: 0 auto;
    padding: 30px 0;
}

#ahu form select {
    display: block;
    width: 100%;
    padding: 8px;
    border: 1px solid;
    cursor: pointer;
    outline: none;
}

#ahu form select option {
    display: block;
    margin: 10px;
    padding: 0;
    cursor: pointer;
    outline: none;
    border: none;
}

.adv {
    float: right;
    font-size: 12px;
}

.adv ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.adv li {
    display: inline;
    margin-right: 10px;
    text-transform: uppercase;
}

.adv li:last-child {
    margin-right: 0;
}

.adv a {
    display: inline-block;
    position: relative;
    padding: 0 15px 0 0;
}

.adv a::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "/";
}

.adv li:last-child a {
    padding: 0;
}

.adv li:last-child a::before {
    content: "";
}

.ags aside nav {
    display: block;
    width: 100%;
}

.ags aside nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ags aside nav li {
    margin: 0 0 5px 0;
    padding: 0;
}

.ags aside nav a {
    display: block;
    position: relative;
    margin: 0;
    padding: 5px 10px 8px 15px;
    text-decoration: none;
    border-bottom: 1px solid;
}

.ags aside nav a::before {
    position: absolute;
    top: 5px;
    left: 5px;
    font-family: "FontAwesome";
    font-size: 9px;
    content: "\f0da";
}

.ags aside nav ul ul a {
    padding-left: 35px;
}

.ags aside nav ul ul a::before {
    left: 25px;
}

.ags aside nav ul ul ul a {
    padding-left: 45px;
}

.ags aside nav ul ul ul a::before {
    left: 35px;
}

.adl {
    display: block;
    width: 100%;
    clear: both;
    line-height: normal;
}

.adl ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.adl li {
    display: inline;
}

.adl strong {
    font-weight: normal;
}

.adl .aka {
    margin: 0;
}

.adl a,
.adl .aft strong,
.adl .afe strong {
    display: inline-block;
    padding: 8px 12px;
    margin: 1px 5px;
}

.adl a:first-child {
    margin-left: 0;
}

.adl a {
    border: 1px solid;
}

.afh {
    display: block;
    width: 100%;
    clear: both;
    line-height: normal;
}

.afh ul {
    margin: 0;
    padding: 5px 10px;
    list-style: none;
}

.afh li {
    float: right;
}

.afh li:first-child {
    float: left;
}

#add {
    z-index: 999999;
    visibility: hidden;
    opacity: 0.2;
    filter: alpha(opacity=20);
    position: fixed;
    bottom: 60px;
    right: 5px;
    padding: 8px 10px 5px;
    line-height: normal;
    border-radius: 8px;
}

#add.afz {
    visibility: visible;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#add.afz {
    transition: all 0.8s ease-in-out;
}

#add:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

#add span {
    border-top: 5px solid #fff;
}

.adu {
    margin-bottom: 40px;
}

.abl {
    font-size: 0.8em;
}

.abl ul {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}

.abl ul li {
    display: inline;
    margin-right: 10px;
}

.abl ul li:last-child {
    margin-right: 0;
}

.abl ul li.aay,
.abl ul li.abw,
.abl ul li.aby,
.abl ul li.aaw {
    position: relative;
    padding-left: 14px;
}

.abl ul li.aay::before,
.abl ul li.abw::before,
.abl ul li.aby::before,
.abl ul li.aaw::before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "FontAwesome";
}

.abl ul li.aay::before {
    content: "\f040";
}

.abl ul li.abw::before {
    content: "\f073";
}

.abl ul li.aby::before {
    content: "\f00b";
}

.abl ul li.aaw::before {
    content: "\f086";
}

#ajd ul {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

#ajd li {
    display: table-cell;
    width: 20%;
    height: 100%;
    border: solid;
    border-width: 0 1px;
    border-color: inherit;
    text-align: center;
    vertical-align: top;
}

#ajd li a {
    background-color: inherit;
    padding: 10px 10px;
}

button.ahs.ajf {
    display: block;
    width: 100%;
    padding: 8px 10px;
    font-size: 16px;
    text-transform: uppercase;
}

#ado #aca {
    display: block;
    width: 100%;
}

#ado #aca .aak {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid;
}

#aev .aab {
    margin-bottom: 50px;
}

#aev .abi {
    margin-bottom: 50px;
    padding: 30px 0;
    border: solid;
    border-width: 1px 0;
}

#aev .abi .aao {
    float: left;
    margin-right: 15px;
}

#aev .abi .aal {
    line-height: 1.6em;
}

#aev .abi .aal span {
    display: block;
    margin-bottom: 8px;
    text-transform: uppercase;
}

#aev .aaq {
    margin-bottom: 50px;
}

#aev .aaq sup {
    vertical-align: baseline;
}

#aev .aaq ul {
    margin: 0;
    padding: 0;
}

#aev .aaq ul li {
    margin-bottom: 0;
}

#aev .aaq ul.agl.ahd li {
    margin-bottom: 25px;
}

#aev .aaq ul.agl.ahd li:last-child {
    margin-bottom: 0;
}

#aev .aaq ul.ahb li {
    margin-top: 15px;
}

#aev .aaq ul.ahb li:first-child {
    margin-top: 0;
}

#aev .aaq ul.ahb li img {
    float: left;
    max-width: 52px;
    max-height: 52px;
    margin: 0 10px 0 0;
    padding: 2px;
    border: 1px solid;
}

#aev #acb {
    display: block;
    margin: 0 0 50px 0;
}

#aev #acb .agh {
    font-weight: bold;
}

#aev #act ul {
    list-style: none;
}

#aev #act ul:first-child {
    margin-bottom: 50px;
}

#aev #act ul:first-child li>ul {
    margin-top: 25px;
    margin-bottom: 25px;
}

#aev #act .abh {
    display: block;
    width: 100%;
}

#aev #act .abh .acr .abt {
    margin-right: 20px;
}

#aev #act .abh .acr .abt img {
    padding: 2px;
    border: 1px solid;
}

#aev #act .abh .acr .abn .acn {
    font-size: 11px;
}

#aev #act .abh .acr .abn .acn time {
    float: left;
    margin-right: 10px;
}

#aev #act .abh .acr .abn .acn .abz {
    float: left;
    margin: 3px 0 0 0;
    padding: 0 0 0 10px;
    border: solid;
    border-width: 0 0 0 1px;
    text-transform: uppercase;
}

#aev #act .abh .abd {
    padding-bottom: 10px;
    border-bottom: 1px solid;
}

#aeu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#aeu ul li article {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid;
}

#agv section figure ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#agv section figure ul li {
    margin-bottom: 30px;
}

#agv section figure ul li a {
    display: block;
    position: relative;
}

#agv section figure ul li a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
}

#agv section figure ul li a::after {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    padding: 5px 0 0 0;
    border-radius: 50%;
    font-family: "FontAwesome";
    content: "\f065";
    font-size: 36px;
    line-height: 36px;
}

#agv section figure ul li a::before,
#agv section figure ul li a::after {
    opacity: 0;
}

#agv section figure ul li a:hover::before,
#agv section figure ul li a:hover::after {
    opacity: 1;
}

#akt {
    display: block;
    margin: 0;
    padding: 100px 0 0 0;
    text-align: center;
}

#akt h1,
#akt h2 {
    margin: 0;
    padding: 0;
}

#akt h1 {
    margin-top: -150px;
    font-size: 13em;
}

#akt h2 {
    margin-bottom: 30px;
    font-size: 32px;
    text-transform: uppercase;
}

#akt p.ahz {
    font-size: 32px;
    line-height: 34px;
}

#akt form,
#akt form input {
    display: inline-block;
}

#akt form input {
    width: auto;
    min-width: 200px;
}

#akt form button[type="submit"] {
    width: auto;
}

figure.adf figcaption p {
    margin: 15px 0 0 0;
    padding: 0;
}

figure.adf figcaption .aek {
    font-weight: bold;
}

figure.adf figcaption .adk {
    margin: 0 0 15px 0;
    font-size: 11px;
    line-height: normal;
}

figure.adf figcaption .aat {
    margin: 0;
    padding-top: 15px;
    border-top: 1px solid;
}

.aiv {
    color: #000;
}

.aib {
    color: #800000;
}

.aiw,
.agt,
.afk,
.afd,
.agw,
.aeq,
.aer,
.aet,
.aed,
.aia,
.aea,
.ahs.aiv,
.ahs.aiv:hover,
.ahs.akc,
.ahs.akc:hover,
.ahs.aiy,
.ahs.aiy:hover,
.ahs.akq,
.ahs.akq:hover,
.ahs.aib,
.ahs.aib:hover,
.ahs.ahm,
.ahs.ahm:hover,
.ahs.ahi,
.ahs.ahi:hover,
.ahs.aks,
.ahs.aks:hover,
.ahs.ahk,
.ahs.ahk:hover,
.afp em,
.afp .agt,
.afp .afd,
.afp .agw,
.afp .aeq,
.afp .aer,
.afp .aet,
.afp .aed,
.afp .aia,
.afp .aea {
    color: #fff;
}

.aco {
    display: block;
    padding: 30px;
    text-transform: uppercase;
    font-size: 1em;
}

.aem .aco h1 {
    margin: 0 0 12px 0;
    padding: 0;
    font-size: 2em;
    text-transform: uppercase;
}

.aco p {
    margin: 0;
    padding: 0;
    line-height: 1.4em;
    text-transform: none;
}

.aco .ahs {
    display: block;
    text-align: center;
    line-height: 1.4em;
}

.aco.akj,
.aco.aki,
.aco.akh {
    border: solid;
}

.aco.akj {
    border-width: 0 0 0 5px;
}

.aco.aki {
    border-width: 0 5px 0 0;
}

.aco.akh {
    border-width: 0 5px;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    display: block;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid;
}

h1 span::after,
h2 span::after,
h3 span::after,
h4 span::after,
h5 span::after,
h6 span::after {
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 40px;
    height: 3px;
    content: "";
}

h1 span.fa,
h2 span.fa,
h3 span.fa,
h4 span.fa,
h5 span.fa,
h6 span.fa {
    padding-bottom: 0;
    border-bottom: none;
}

h1 span.fa::after,
h2 span.fa::after,
h3 span.fa::after,
h4 span.fa::after,
h5 span.fa::after,
h6 span.fa::after {
    display: none;
}

ul.agl,
ol.agl {
    list-style: none;
}

.agl.ahx li {
    display: inline-block;
}

.agl.ahd li {
    margin-bottom: 25px;
}

.agl.ahd li:last-child {
    margin-bottom: 0;
}

.akg {
    margin: 10px 0;
    padding: 0;
    list-style-position: inside;
}

.akg.aht {
    margin-left: 20px;
}

.akg li {
    margin: 6px 0 0 0;
    padding: 0;
}

.akg li:first-child {
    margin-top: 0;
}

.akg li>ul,
.akg li>ol {
    margin: 8px 0 8px 30px;
}

.akc,
.akg.afn.akc a {
    color: #56aed4;
}

.aiy,
.akg.afn.aiy a {
    color: #84b533;
}

.akq,
.akg.afn.akq a {
    color: #a8a8a8;
}

.ahy,
.akg.afn.ahy a {
    color: #333;
}

.ahm,
.akg.afn.ahm a {
    color: #fda46a;
}

.ahi,
.akg.afn.ahi a {
    color: #795984;
}

.aks,
.akg.afn.aks a {
    color: #4B95A3;
}

.ahk,
.akg.afn.ahk a {
    color: #ffc600;
}

.akg.akk {
    list-style-type: disc;
}

.akg.aij {
    list-style-type: upper-roman;
}

.akg.aii {
    list-style-type: upper-alpha;
}

.akg.agx {
    list-style-type: decimal;
}

.akg.afm {
    list-style-type: circle;
}

.akg.akl,
.akg.ajf,
.akg.akp,
.akg.aim,
.akg.afr,
.akg.aeh {
    list-style-type: none;
}

.akg.ajf li>ul,
.akg.ajf li>ol {
    padding: 0 0 0 10px;
    list-style: none;
    border: solid;
    border-width: 0 0 0 1px;
}

.akg.akp li,
.akg.akp li .akg.akp li,
.akg.aim li,
.akg.aim li .akg.aim li {
    position: relative;
    padding-left: 22px;
}

.akg.akp li::before,
.akg.aim li::before,
.akg.akp li::after,
.akg.aim li::after {
    position: absolute;
    top: 0;
    font-family: "FontAwesome";
    font-size: 13px;
}

.akg.akp li::before,
.akg.aim li::before {
    left: 0;
}

.akg.akp li::before,
.akg.akp li .akg.akp li::before {
    content: "\f00c";
}

.akg.aim li::before,
.akg.aim li .akg.aim li::before {
    content: "\f061";
}

.akg.akp li ul,
.akg.aim li ul {
    margin: inherit;
    padding: inherit;
}

.akg.akp li li,
.akg.aim li li {
    position: relative;
    padding-left: 0;
}

.akg.akp li li::before,
.akg.aim li li::before {
    content: "";
}

.akg.aeh li {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid;
}

.akg.aeh li:last-child {
    margin-bottom: 0;
}

.akg.afr li {
    display: inline-block;
    margin: 0 5px 5px 0;
}

.akg.afr li a {
    display: block;
    padding: 4px 10px;
    text-transform: capitalize;
}

.akg.afg {
    margin: 0;
    padding: 0 0 0 12px;
    list-style: none;
}

.akg.afg li {
    display: inline-block;
    position: relative;
    margin: 0 15px 5px 0;
    text-transform: capitalize;
}

.akg.afg li:last-child {
    margin-right: 0;
}

.akg.afg li a {
    display: block;
    position: relative;
    padding: 5px 12px;
    font-size: 11px;
    line-height: normal;
}

.akg.afg li a::before {
    position: absolute;
    top: 0;
    left: -12px;
    bottom: 0;
    content: "";
    border-style: solid;
    border-width: 12px 12px 12px 0;
    border-color: transparent;
}

.akg.afg li a::after {
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    content: "";
    background: #fff;
    border-radius: 2px;
    box-shadow: -1px -1px 2px #000;
}

hr,
.afl {
    display: block;
    width: 100%;
    height: 20px;
    margin: 30px 0;
    padding: 0;
    border-top: 1px;
    clear: both;
}

.afl {
    border-top-style: dotted;
}

hr {
    height: 1px;
    margin: 25px 0;
    border: none;
}

.agu {
    display: block;
    float: left;
    clear: left;
    margin: 0 10px 0 0;
    padding: 10px 15px;
    font-size: 28px;
    line-height: 1.2em;
    font-weight: bold;
    text-align: center;
    border: 1px solid #e5e4e3;
}

blockquote::before,
q::before,
blockquote::after,
q::after {
    quotes: none;
}

blockquote,
blockquote::before,
blockquote::after {
    border: solid;
}

blockquote {
    display: block;
    width: auto;
    margin: 15px 0;
    padding: 15px;
    border-width: 0 0 0 5px;
    font-size: 1em;
    line-height: 1.2em;
    text-transform: none;
    font-style: normal;
}

.ahs {
    display: inline-block;
    font-weight: normal;
    line-height: normal;
}

.ahs.aip {
    font-size: 0.9em;
    padding: 5px 15px;
}

.ahs.aho {
    font-size: 1.1em;
    padding: 8px 15px;
}

.ahs.air {
    font-size: 1.4em;
    padding: 10px 22px;
}

.ady {
    display: block;
    position: relative;
    margin: 15px 0;
    padding: 15px 20px;
    border: 1px solid #f00000;
}

.ady a {
    background-color: transparent;
}

.ady.ajy {
    background-color: #fff;
    border-color: #e0e0e0;
}

.ady.agz {
    background-color: #fee794;
    border-color: #fdc703;
}

.ady.aha {
    background-color: #c2e4cd;
    border-color: #76c38f;
}

.ady.ait {
    background-color: #f3cbcc;
    border-color: #4B95A3;
}

.ady .aiu {
    position: absolute;
    top: 15px;
    right: 15px;
    font-weight: bold;
    font-size: 1.4em;
}

.ady.ajy .aiu {
    color: #a8a8a8;
}

.ady.agz .aiu {
    color: #fdc703;
}

.ady.aha .aiu {
    color: #76c38f;
}

.ady.ait .aiu {
    color: #4B95A3;
}

.aap,
.abr {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 15px;
}

.aap:first-child,
.abr:first-child {
    margin-top: 0;
}

.aap .abf,
.aap .abf.ahv,
.abr .acv,
.abr .acv.ahv {
    display: block;
    position: relative;
    padding: 0 0 0 34px;
    border: 1px solid;
}

.aap .abf span,
.aap .abf.ahv span,
.abr .acv span,
.abr .acv.ahv span {
    display: block;
    padding: 8px 15px;
    border: solid;
    border-width: 0 0 0 1px;
}

.aap .abf::before,
.abr .acv::before,
.aap .abf.ahv::before,
.abr .acv.ahv::before {
    position: absolute;
    top: 9px;
    left: 9px;
    font-family: "FontAwesome";
    font-size: 20px;
}

.aap .abf::before,
.abr .acv::before {
    content: "\f067";
}

.aap .abf.ahv::before,
.abr .acv.ahv::before {
    content: "\f068";
}

.aap .aan,
.abr .abq {
    display: none;
    padding: 15px 20px;
    border: solid;
    border-width: 0 1px 1px 1px;
}

aside .aap .aan,
aside .abr .abq {
    padding: 15px 15px 0 15px;
}

.adh {
    display: block;
    width: 100%;
}

.adh .ahc {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.adh .ahc li {
    display: inline-block;
    float: left;
    margin: 0 -1px -1px 0;
}

.adh .ahc li a {
    display: block;
    padding: 10px 20px;
    border: 1px solid;
}

.adh .ahc li a:hover,
.adh .ahc li.abx a {
    color: inherit;
}

.adh .ahc li.abx a {
    cursor: default;
}

.adh .acj {
    display: block;
    padding: 20px 25px 15px 25px;
    border: 1px solid;
}

.adh .acj .adb:first-child {
    margin-top: 0;
}

.aac {
    text-align: center;
    line-height: normal;
    border: 1px solid;
}

.aac .acu {
    display: block;
}

.aem .aai h2 {
    margin: 0;
    padding: 20px 5px;
    text-transform: capitalize;
}

.aac .acu .aas ul {
    margin: 0;
    padding: 0 25px;
    list-style: none;
}

.aac .acu .aas ul li {
    padding: 10px 5px;
    border: solid;
    border-width: 1px 0 0 0;
}

.aac .acu .aas ul li:first-child {
    border: none;
}

.aac .acu .aah {
    padding: 15px 5px;
    font-size: 2.5em;
}

.aac .acu .aah sup {
    font-size: 0.3em;
}

.aac .acu .aah span {
    display: block;
    margin: -5px 0 0 0;
    font-size: 0.3em;
}

.aac .acu .aad {
    padding: 20px 10px;
}

.afp {
    margin: 0 0 inherit 0;
    padding: 0;
    list-style: none;
}

.afp li,
.afp div {
    margin: 8px 0 0 0;
}

.afp li:first-child,
.afp div:first-child {
    margin-top: 0;
}

.afp strong {
    display: block;
    margin: 0 0 2px 0;
}

.afp span {
    display: block;
    margin: 0;
    padding: 3px;
}

.afp em {
    display: block;
    min-height: 10px;
    padding: 2px 5px;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
}

.agt,
.ahs.akc,
.afp .agt {
    background-color: #56aed4;
}

.afk,
.ahs.aiv {
    background-color: #000;
}

.afd,
.ahs.aiy,
.afp .afd {
    background-color: #84b533;
}

.agw,
.ahs.akq,
.afp .agw {
    background-color: #a8a8a8;
}

.aeq,
.afp em,
.afp .aeq {
    background-color: #333;
}

.aer,
.ahs.aib,
.afp .aer {
    background-color: #800000;
}

.aet,
.ahs.ahm,
.afp .aet {
    background-color: #fda46a;
}

.aed,
.ahs.ahi,
.afp .aed {
    background-color: #795984;
}

.aia,
.ahs.aks,
.afp .aia {
    background-color: #4B95A3;
}

.aea,
.ahs.ahk,
.afp .aea {
    background-color: #ffc600;
}

.aew,
.ahs.aiw {
    color: #666;
    background-color: #fff;
}

.ahs.aiv:hover {
    background-color: #232323;
}

.ahs.akc:hover {
    background-color: #1c546c;
}

.ahs.aiy:hover {
    background-color: #98ba55;
}

.ahs.akq:hover {
    background-color: #c9c9c9;
}

.ahs.aib:hover {
    background-color: #400000;
}

.ahs.ahm:hover {
    background-color: #a66000;
}

.ahs.ahi:hover {
    background-color: #48344e;
}

.ahs.aks:hover {
    background-color: #4d6ed8;
}

.ahs.ahk:hover {
    background-color: #d2a402;
}

.ahs.aiw {
    border: 1px solid #e0e0e0;
}

.ahs.aiw:hover {
    color: #666;
    background-color: #efefef;
}

form,
fieldset,
legend,
label {
    margin: 0;
    padding: 0;
    border: none;
}

form {
    display: block;
    width: 100%;
}

form div,
form p {
    margin: 0;
    padding: 0;
}

legend {
    display: none;
}

label {
    display: block;
}

label input {
    margin-top: 5px;
}

input[type="radio"]+label,
input[type="checkbox"]+label {
    display: inline-block;
}

input,
textarea,
select {
    display: block;
    width: 100%;
    padding: 5px;
    border: 1px solid;
    resize: none;
    outline: none;
}

input[type="submit"],
input[type="reset"],
input[type="radio"],
input[type="checkbox"] {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 5px 15px;
    cursor: pointer;
}

input[type="radio"],
input[type="checkbox"] {
    padding: 0;
    border: none;
    border: 0;
}

textarea {
    overflow: auto;
}

select {
    padding: 8px;
    cursor: pointer;
}

select option {
    display: block;
    margin: 10px;
    padding: 0;
    cursor: pointer;
    outline: none;
    border: none;
    text-transform: capitalize;
    font-size: 1em;
}

input.ahs,
button.ahs {
    width: auto;
    border: none;
    cursor: pointer;
}

button.ahs {
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

button.ahs span {
    display: inline-block;
    padding: 5px 10px;
}

.afc {
    color: #f00000;
    background-color: inherit;
}

table,
.aje {
    table-layout: auto;
    width: 100%;
}

table caption,
.aje .aeb {
    text-align: left;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 15px;
}

table thead th,
.aje .aez .ahr {
    font-weight: normal;
    font-size: 18px;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: "Times New Roman", Times, serif;
}

table,
table th,
table td,
.aje,
.aje .ahr {
    border: 1px solid;
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: top;
}

table th,
table td,
.aje .ahr {
    padding: 15px;
}

.aje {
    display: table;
}

.aje .ajb {
    display: table-row;
}

.aje .aez {
    display: table-header-group;
}

.aje .ahf {
    display: table-row-group;
}

.aje .ahe {
    display: table-footer-group;
}

.aje .aja {
    display: table-column;
}

.aje .adx {
    display: table-column-group;
}

.aje .ahr {
    display: table-cell;
}

.aje .aeb {
    display: table-caption;
}

.aje.aey {
    max-width: 100%;
    text-align: center;
    line-height: 1em;
}

.aje.aey a {
    display: block;
    background-color: transparent;
}

.aje.aey .aeb {
    text-align: center;
    text-transform: uppercase;
}

.aje.aey .ahr {
    padding: 5px 0;
    max-height: 12px;
}

.aje.aey .aez .ahr {
    font-weight: bold;
    font-size: 13px;
}

.ahn {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ahn li,
.ahn div {
    display: inline-block;
    margin: 0 2px 2px 0;
    line-height: normal;
}

.ahn li:last-child,
.ahn li.akd,
.ahn div:last-child,
.ahn div.akd {
    margin-right: 0;
}

.ahn li.adc span {
    display: table-cell;
    height: 30px;
    text-align: center;
    vertical-align: middle;
}

.ahn a em,
.fa em {
    display: none;
}

.ahn a {
    font-size: 1.2em;
    display: table-cell;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
}

.ahn a:hover,
.ahn.afb a:hover {
    color: #fff;
    background-color: #ccc;
}

.ahn .adw:hover,
.ahn.afb .adw {
    background-color: #4a484c;
}

.ahn .abm:hover,
.ahn.afb .abm {
    background-color: #a4c639;
}

.ahn .acs:hover,
.ahn.afb .acs {
    background-color: #000;
}

.ahn .aav:hover,
.ahn.afb .aav {
    background-color: #205081;
}

.ahn .abk:hover,
.ahn.afb .abk {
    background-color: #f7931a;
}

.ahn .ade:hover,
.ahn.afb .ade {
    background-color: #0070bb;
}

.ahn .abo:hover,
.ahn.afb .abo {
    background-color: #ea4c89;
}

.ahn .abj:hover,
.ahn.afb .abj {
    background-color: #3d9ae8;
}

.ahn .abg:hover,
.ahn.afb .abg {
    background-color: #3b5998;
}

.ahn .acf:hover,
.ahn.afb .acf {
    background-color: #ff0084;
}

.ahn .aam:hover,
.ahn.afb .aam {
    background-color: #25a0ca;
}

.ahn .aci:hover,
.ahn.afb .aci {
    background-color: #171516;
}

.ahn .acc:hover,
.ahn.afb .acc {
    background-color: #614c3e;
}

.ahn .aaj:hover,
.ahn.afb .aaj {
    background-color: #db4a39;
}

.ahn .acw:hover,
.ahn.afb .acw {
    background-color: #e34c26;
}

.ahn .aaz:hover,
.ahn.afb .aaz {
    background-color: #3f729b;
}

.ahn .abb:hover,
.ahn.afb .abb {
    background-color: #0e76a8;
}

.ahn .ack:hover,
.ahn.afb .ack {
    background-color: #000;
}

.ahn .acd:hover,
.ahn.afb .acd {
    background-color: #f5ae34;
}

.ahn .aau:hover,
.ahn.afb .aau {
    background-color: #c8232c;
}

.ahn .ace:hover,
.ahn.afb .ace {
    background-color: #005ea8;
}

.ahn .adm:hover,
.ahn.afb .adm {
    background-color: #ee802f;
}

.ahn .acl:hover,
.ahn.afb .acl {
    background-color: #00aff0;
}

.ahn .aaa:hover,
.ahn.afb .aaa {
    background-color: #000;
}

.ahn .acg:hover,
.ahn.afb .acg {
    background-color: #2174a6;
}

.ahn .ach:hover,
.ahn.afb .ach {
    background-color: #34526f;
}

.ahn .abp:hover,
.ahn.afb .abp {
    background-color: #00acee;
}

.ahn .aee:hover,
.ahn.afb .aee {
    background-color: #4e658e;
}

.ahn .acp:hover,
.ahn.afb .acp {
    background-color: #e32529;
}

.ahn .abv:hover,
.ahn.afb .abv {
    background-color: #94bf65;
}

.ahn .adj:hover,
.ahn.afb .adj {
    background-color: #126567;
}

.ahn .abu:hover,
.ahn.afb .abu {
    background-color: #c4302b;
}

.afa {
    display: block;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

.afa iframe {
    display: block;
    margin: 0;
    padding: 0;
}

.aid {
    display: inline-block;
    position: relative;
    text-align: center;
}

.aid.ahj {
    width: 40px;
    height: 40px;
    font-size: 2em;
    line-height: 2.3em;
}

.aid.aip {
    width: 80px;
    height: 80px;
    font-size: 3em;
    line-height: 2.1em;
}

.aid.aho {
    width: 120px;
    height: 120px;
    font-size: 5em;
    line-height: 1.7em;
}

.aid.air {
    width: 200px;
    height: 200px;
    font-size: 8em;
    line-height: 1.8em;
}

.akg.afg.aju li a {
    border-radius: 0 5px 5px 0;
}

.akg.afr.aju a,
form.aju input,
form.aju textarea,
.ahn.aju li a,
.aju {
    border-radius: 5px;
}

.ahn.ajt li a,
.ajt {
    border-radius: 8px;
}

.ahn.ajg li a,
.ajg {
    border-radius: 10px;
}

.ahn.ajc li a,
.ajc {
    border-radius: 12px;
}

.aid,
.ahn.aiz li a,
.aiz {
    border-radius: 50%;
}

.ahn.aiz li a {
    line-height: 1em;
}

code {
    word-wrap: break-word;
    white-space: normal;
}

code.ajv {
    display: block;
    width: 100%;
}

pre,
pre code {
    word-wrap: break-word;
    white-space: pre-wrap;
}

.ada {
    margin-top: 30px;
}

.ada:first-child {
    margin-top: 0;
}

.ada div blockquote {
    position: relative;
    width: auto;
    margin: 0;
    padding: 0 0 0 60px;
    border: none;
}

.ada div blockquote::before {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 35px;
    overflow: hidden;
    content: "\201C";
    font: bold 110px/80px arial;
    border: none;
}

.ada blockquote * {
    margin: 15px 0 0 0;
    padding: 0;
}

.ada blockquote *:first-child {
    margin-top: 0;
}

.ada .aag {
    display: block;
    margin: inherit 0 0 0;
    padding: 0;
    line-height: normal;
}

.ada .aag .aae {
    display: block;
}

.ada .aag strong,
.ada .aag span {
    display: block;
    margin: 0;
    padding: 0;
}

.ada .aag span {
    font-size: 0.8em;
}

.ada.aki blockquote {
    position: relative;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 20px;
    border-width: 1px;
}

.ada.aki blockquote::after {
    position: absolute;
    bottom: -20px;
    left: 20px;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent;
    border-width: 20px 15px 0 15px;
    border-top-color: inherit;
}

.ada.aki .aag {
    margin: 0 0 0 20px;
}

.ada.akh blockquote {
    position: relative;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 20px;
    border-radius: 8px 0 8px 8px;
}

.ada.akh blockquote,
.ada.akh blockquote::before,
.ada.akh blockquote::after {
    border-width: 1px;
}

.ada.akh blockquote::before {
    position: absolute;
    bottom: -20px;
    left: 20px;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent;
    border-width: 20px 0 0 40px;
    border-top-color: inherit;
}

.ada.akh blockquote::after {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 25px;
    height: 25px;
    padding: 2px 0 0 0;
    overflow: hidden;
    content: "\201D";
    font: bold 30px/35px arial;
    text-align: center;
    border-color: inherit;
    border-radius: 0 0 0 8px;
}

.ada.akh .aag {
    width: 100%;
    margin: 15px 0 0 0;
    font-size: 12px;
}

.ada.akh .aag img {
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
    max-width: 50px;
    height: auto;
}

.ada.akh .aag .aae {
    display: inline-block;
    float: left;
    margin-top: 10px;
}

.ada.akh .aag span {
    display: inline;
}

.akr {
    display: block;
    position: relative;
    width: 100%;
    height: 350px;
}

.akr #adp {
    width: 100%;
    height: 100%;
}

.akr #adp img[src*="gstatic.com/"],
#adp img[src*="googleapis.com/"] {
    width: auto;
    max-width: none;
    height: auto;
}

address,
article,
aside,
figcaption,
figure,
footer,
header,
nav,
section {
    display: block;
    margin: 0;
    padding: 0;
}

.akm {
    font-weight: bold;
}

.aif {
    text-align: center;
}

.aih,
.aef {
    text-align: right;
}

.aec {
    text-transform: uppercase;
}

.agl {
    margin: 0;
    padding: 0;
}

.ajf {
    display: block;
    width: 100%;
}

.ain::after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    font-size: 0;
    content: "";
}

a,
:focus,
:active {
    text-decoration: none;
    outline: none;
}

.agh {
    float: left;
}

.aex {
    float: right;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    line-height: normal;
    vertical-align: middle;
}

.ako {
    float: left;
    margin: 0 15px 10px 0;
    clear: left;
}

nav ul,
nav ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.aeg {
    padding: 4px;
    border: 1px solid;
}

.agj,
.agi,
.agf,
.agg,
.agk,
.agq,
.ago,
.agm,
.age,
.agn,
.agc,
.afu,
.afw,
.afv,
.agd,
.afo {
    position: relative;
    display: inline;
    float: left;
    margin: 0 0 0 0px;
    list-style: none;
}

.agj:first-child,
.agi:first-child,
.agf:first-child,
.agg:first-child,
.agk:first-child,
.agq:first-child,
.ago:first-child,
.agm:first-child,
.age:first-child,
.agn:first-child,
.agc:first-child,
.afu:first-child,
.afw:first-child,
.afv:first-child,
.agd:first-child,
.afo {
    margin-left: 0;
}

.ais {
    margin-left: 0;
    clear: left;
}

.adq {
    display: block;
    width: 100%;
    clear: both;
}

.agj {
    width: 47.89473684210526%;
}

.agjx {
    width: 32.895%;
    float: left;
}

.agj.afo {
    width: 50%;
}

.agi {
    width: 30.52631578947368%;
}

.agf {
    width: 65.26315789473685%;
}

.agi.afo {
    width: 33.33333333333333%;
}

.agf.afo {
    width: 66.66666666666666%;
}

.agg {
    width: 23.842%;
}

.agk {
    width: 47.89473684210526%;
}

.agq {
    width: 75.947%
}

.agg.afo {
    width: 25%;
}

.agk.afo {
    width: 50%;
}

.agq.afo {
    width: 75%;
}

.ago {
    width: 16.63157894736842%;
}

.agm {
    width: 37.47368421052632%;
}

.age {
    width: 58.31578947368421%;
}

.agn {
    width: 79.15789473684211%;
}

.ago.afo {
    width: 20%;
}

.agm.afo {
    width: 40%;
}

.age.afo {
    width: 60%;
}

.agn.afo {
    width: 80%;
}

.agc {
    width: 13.1578947368421%;
}

.afu {
    width: 30.52631578947368%;
}

.afw {
    width: 47.89473684210526%;
}

.afv {
    width: 65.26315789473685%;
}

.agd {
    width: 82.63157894736842%;
}

.agc.afo {
    width: 16.66666666666666%;
}

.afu.afo {
    width: 33.33333333333333%;
}

.afw.afo {
    width: 50%;
}

.afv.afo {
    width: 66.66666666666666%;
}

.agd.afo {
    width: 83.33333333333334%;
}

.aik {
    margin-bottom: 5px;
}

.aic {
    margin-bottom: 10px;
}

.ahw {
    margin-bottom: 15px;
}

.aie {
    margin-bottom: 20px;
}

.ahh {
    margin-bottom: 8px;
}

.ahg {
    margin-bottom: 44px;
}

.ahp {
    margin-bottom: 80px;
}

.agb {
    margin-bottom: -10px;
}

.ajk {
    padding: 5px;
}

.aig {
    padding: 15px;
}

.ail {
    padding: 20px;
}

.ajm,
.ajp,
.ajl,
.ajn,
.ajo,
.ajq,
.ajj,
.ajr,
.aji,
.aiq {
    width: auto;
}

.ajm {
    width: 10%;
}

.ajp {
    width: 20%;
}

.ajl {
    width: 30%;
}

.ajn {
    width: 40%;
}

.ajo {
    width: 50%;
}

.ajq {
    width: 60%;
}

.ajj {
    width: 70%;
}

.ajr {
    width: 80%;
}

.aji {
    width: 90%;
}

.aiq {
    width: 100%;
}

#ahu li a {
    color: #686868;
}

#ahu ul ul,
#ahu li li {
    border-color: #333;
}

#ahu li li a,
#ahu li.ahv li a {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
}

#ahu li a.akb::before {
    border-top-color: #686868;
}

#ahu li:hover a.akb::before,
#ahu li.ahv a.akb::before {
    border-top-color: #fff;
}

#ahu form select {
    color: inherit;
    background: #ededed;
    border-color: #e1e1e1;
}

.ags aside nav a {
    color: #666;
    background-color: inherit;
    border-bottom-color: #e1e0df;
}

.adl a {
    border-color: #dfdfdf;
}

.aco {
    color: #000;
    background-color: #efefef;
}

.akg.ajf li>ul,
.akg.ajf li>ol {
    border-color: #e1e0df;
}

.akg.aeh li {
    border-bottom-color: #e1e0df;
}

.akg.afr li a,
.akg.afg li a {
    color: #686868;
    background-color: #f1f1f1;
}

.akg.afg li a::before {
    border-right-color: #f1f1f1;
}

hr {
    background-color: #399BAC;
}

.afl {
    border-top-color: #e1e0df;
}

blockquote,
q {
    color: inherit;
    background-color: #f1f1f1;
}

blockquote,
q,
.aac,
.aac .acu .aas ul li,
.adh .ahc li a {
    border-color: #e1e0df;
}

.ada blockquote {
    color: inherit;
    background-color: inherit;
}

.ady {
    color: inherit;
}

.aac .acu .aai,
.aac .acu .aah {
    color: inherit;
    background-color: #f1f1f1;
}

.adh .ahc li.ui-tabs-active a {
    border-bottom-color: #fff;
}

form input,
form select,
form textarea,
form input[type="submit"],
form input[type="reset"] {
    color: inherit;
    background-color: inherit;
}

.adh .acj,
.aap .abf,
.aap .abf.ahv,
.abr .acv,
.abr .acv.ahv,
.aap .abf span,
.aap .abf.ahv span,
.abr .acv span,
.abr .acv.ahv span,
.aap .aan,
.abr .abq,
form input,
form select,
form textarea,
table,
table td,
.aje,
.aje .ahr,
table thead th,
.aje .aez .ahr {
    border-color: #e1e0df;
}

table thead th,
.aje .aez .ahr {
    color: #686868;
    background-color: #e1e0df;
}

table tr,
.aje .ajb,
table tr:hover,
.aje .ajb:hover,
.afp span {
    color: inherit;
    background-color: inherit;
}

table tr:hover,
.aje .ajb:hover,
.afp span,
.aje.aey .ahf .ahr:hover,
.aje.aey .ahf .ahr:empty {
    background-color: #4B95A3;
}

.resaltado:hover {
    background: #4B95A3;
    border-radius: 5px;
}

.resaltado_a:hover {
    cursor: pointer;
}

.aje.aey .ajb:hover {
    color: inherit;
    background: inherit;
}

.ahn a,
.ahn.afb a:hover {
    color: #fff;
    background-color: #666;
}

.ahn a:hover,
.ahn.afb a {
    color: #fff;
}

#ado #aca .aak,
#aev .abi,
#aev .aab .acx .abl,
#aev .aaq ul.ahb li img,
#aev #act .abh .acr .abn .acn .abz,
#aev #act .abh .acr .abt img,
#aev #act .abh .abd,
#aeu ul li article,
figure.adf figcaption .aat,
.aeg {
    border-color: #e1e0df;
}

.akn,
.akn a,
.ajh,
.ajh a {
    color: #fff;
}

.ajx,
.ajx a,
.ake {
    color: #686868;
    background-color: #fff;
}

.akf {
    color: #686868;
    background-color: #f1f1f1;
}

.ajs,
.ajw {
    border-color: #fff;
}

.ags aside .agr span {
    color: #e1e0df;
    background-color: inherit;
}

.akf,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.ags aside .abc li {
    border-color: #e1e0df;
}

a,
#ajd .aku.aid,
.adv li:last-child a {
    /* color: #4B95A3; */
    color: #4B95A3;
}

ul li a.titulo {
    color: #fff !important;
    font-weight: bold;
}

#ajd .aku.aid {
    background-color: #fff;
}

#ajd a:hover .aku.aid {
    color: #fff;
}

h1 span::after,
h2 span::after,
h3 span::after,
h4 span::after,
h5 span::after,
h6 span::after,
#aff .aku.aid {
    background-color: #4d6ed8;
}

.aeo,
#ahu li.ahv a,
#ahu a:hover,
#ahu li:hover>a,
#ahu ul li li:hover>a,
#ahu ul li.ahv ul .ahv>a {
    color: #fff;
    background-color: #4d6ed8;
}

.aeo em {
    color: inherit;
}

.aes .aix {
    border-color: #4B95A3;
}

#ahu li.ahv a,
#ahu li:hover a {
    border-top-color: #4B95A3;
}

.aem .ags aside nav a:hover,
.aem .ags aside nav .ahv>a {
    color: #4B95A3;
    background-color: inherit;
}

#add,
.akg.afr li a:hover,
.akg.afg li a:hover,
.abf:hover,
.acv:hover,
.aap .abf.ahv,
.abr .acv.ahv {
    color: #fff;
    background-color: #4B95A3;
}

.akg.afg li a:hover::before {
    border-right-color: #4B95A3;
}

.adh .ahc li.ui-tabs-active a {
    border-top-color: #4B95A3;
}

.aba a:hover {
    color: #4B95A3;
    background-color: inherit;
}

.akn,
.aco.akj,
.aco.aki,
.aco.akh,
#ajd ul {
    border-color: #4B95A3;
}

#agv section figure ul li a:hover::after {
    color: #4B95A3;
}

.akn {
    background-color: #4d6ed8;
}

.aeo em,
#ajd a:hover .aku.aid,
.akn a,
#ahl form input {
    background-color: #4B95A3;
}

#ael,
.ake {
    border-color: #4d6ed8;
}

.ajh {
    background-color: #4B95A3;
}

.ajs,
.ajs a,
#aff form input {
    background-color: #4d6ed8;
}

#ahl form button[type="submit"],
#aff form input[type="submit"] {
    color: inherit;
    background-color: #d95558;
}

.flex-direction-nav a,
.abs,
.nivo-lightbox-overlay,
.nivo-lightbox-ajax,
#ahl form input,
.aku.aid,
.aeo,
.aeo em,
#aep a,
#aff form input,
#ahu ul,
#ajd li,
button.ahs.ajf,
#agv section figure ul li a::after,
blockquote,
q,
.afp em,
input,
textarea,
select,
table,
.aje,
code.ajv,
.ada.akh blockquote::after,
.ajf,
.aeg,
.agj,
.agi,
.agf,
.agg,
.agk,
.agq,
.ago,
.agm,
.age,
.agn,
.agc,
.afu,
.afw,
.afv,
.agd,
.afo,
.adq,
.ajm,
.ajp,
.ajl,
.ajn,
.ajo,
.ajq,
.ajj,
.ajr,
.aji,
.aiq {
    box-sizing: border-box;
}

.acy div {
    margin-bottom: 30px;
    color: #fff;
    background-color: #666;
}

@-ms-viewport {
    width: device-width;
}

@media screen and (max-width: 615px) {
    #ahl,
    #ahq,
    #ahu,
    #aen,
    #ajd,
    .aem,
    .aes,
    #aff,
    #ael {
        max-width: 90%;
        margin: 0 auto;
    }
    .ako,
    .agh,
    .aex {
        display: inline-block;
        float: none;
    }
    .agjx {
        width: 100%;
        float: left;
        text-align: center;
    }
    .agj,
    .agj.afo,
    .agi,
    .agf,
    .agi.afo,
    .agf.afo,
    .agg,
    .agk,
    .agq,
    .agg.afo,
    .agk.afo,
    .agq.afo,
    .ago,
    .agm,
    .age,
    .agn,
    .ago.afo,
    .agm.afo,
    .age.afo,
    .agn.afo,
    .agc,
    .afu,
    .afw,
    .afv,
    .agd,
    .agc.afo,
    .afu.afo,
    .afw.afo,
    .afv.afo,
    .agd.afo {
        display: block;
        float: none;
        width: auto;
        margin: 0 0 5% 0;
        padding: 0;
    }
    #ahl .agh,
    #ahl .aex,
    #ahq .agh,
    #ahq .aex,
    #aen .agh,
    #aen .aex,
    #ael .agh,
    #ael .aex {
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
    }
    #ahl .agh,
    #ahq .agh,
    #aen .agh,
    #ael .agh {
        margin-bottom: 20px;
    }
    #ahq,
    #ahq .aih {
        text-align: center;
    }
    #ajd ul,
    #ajd li {
        display: block;
        width: 100%;
    }
    #ajd li {
        border-width: 0 1px 1px 1px;
        border-color: inherit;
    }
    #ajd li:last-child {
        border-bottom: none;
    }
    #act .akg li>ul {
        margin: 0 0 0 20px;
        padding: 0;
        list-style: none;
    }
    .abh .agh.ajm,
    .abh .agh.aji {
        display: block;
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 850px) {
    #ahu ul {
        display: none;
    }
}

@media screen and (min-width: 361px) {
    #ahl,
    #ahq,
    #ahu,
    #aen,
    #ajd,
    .aem,
    .aes,
    #aff,
    #ael {
        max-width: 95%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1140px) {
    #ahl,
    #ahq,
    #ahu,
    #aen,
    #ajd,
    .aem,
    .aes,
    #aff,
    #ael,
    .acz {
        /* max-width: 1140px; */
        max-width: 95%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 851px) and (max-width: 10000px) {
    #ahu form {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    .adz {
        display: block;
        width: 100%;
        margin: 0 0 30px 0;
        padding: 0 0 15px 0;
        overflow: auto;
        overflow-x: scroll;
    }
    .adz table,
    .adz .aje {
        margin: 0;
        padding: 0;
        white-space: nowrap;
    }
    .abs {
        /* visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0); */
        padding: 3px 15px;
    }
}

#osfooter {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    margin-bottom: -300px;
    overflow: hidden;
    background-color: transparent;
    z-index: 5000;
    text-indent: -5000px;
}

#osfooter div {
    margin-bottom: -1000px;
}

#osfooter a {
    display: block;
    text-indent: -5000px;
}

div h1.color-notaria {
    color: #4B95A3 !important;
    text-transform: uppercase;
}

.color-notaria {
    color: #4B95A3 !important;
}

.ags aside .agr {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 22px;
}