@charset "utf-8";

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont93e3.woff2') format('woff2'),
        url('/static/styles/fonts/fontawesome-webfont93e3.woff?v=4.4.0') format('woff'),
        url('/static/styles/fonts/fontawesome-webfont93e3.ttf?v=4.4.0') format('truetype');
}

@font-face {
    font-family: "OpenSansRegular";
    src: url("/static/styles/fonts/OpenSans-Regular-webfont.eot");
    src: url("/static/styles/fonts/OpenSans-Regular-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular-webfont.woff") format("woff"), url("/static/styles/fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("/static/styles/fonts/OpenSans-Regular-webfont.svg#OpenSansRegular") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "OpenSansBold";
    src: url("/static/styles/fonts/OpenSans-Bold-webfont.eot");
    src: url("/static/styles/fonts/OpenSans-Bold-webfontd41d.eot?#iefix") format("embedded-opentype"), url("/static/styles/fonts/OpenSans-Bold-webfont.woff") format("woff"), url("/static/styles/fonts/OpenSans-Bold-webfont.ttf") format("truetype"), url("/static/styles/fonts/OpenSans-Bold-webfont.svg#OpenSansBold") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'FontAwesome';
    src: url('/static/styles/fonts/fontawesome-webfont93e3.eot?v=4.4.0');
    src: url('/static/styles/fonts/fontawesome-webfontd41d.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont93e3.woff2') format('woff2'), url('/static/styles/fonts/fontawesome-webfont93e3.woff?v=4.4.0') format('woff'), url('/static/styles/fonts/fontawesome-webfont93e3.ttf?v=4.4.0') format('truetype'), url('/static/styles/fonts/fontawesome-webfont93e3.svg?v=4.4.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.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("/static/styles/fonts/flexslider-icon.eot");
    src: url("/static/styles/fonts/flexslider-icond41d.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider-icon.woff") format("woff"), url("/static/styles/fonts/flexslider-icon.ttf") format("truetype"), url("/static/styles/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
}

html[xmlns] .flex-slides {
    display: block
}

* html .flex-slides {
    height: 1%
}

.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 .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: -40px;
    text-align: center
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
}

.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: .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)
}

.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%402x.gif);
        background-size: 32px 32px
    }

    .nivo-lightbox-theme-default .nivo-lightbox-prev {
        background-image: url(images/prev%402x.png);
        background-size: 48px 48px
    }

    .nivo-lightbox-theme-default .nivo-lightbox-next {
        background-image: url(images/next%402x.png);
        background-size: 48px 48px
    }

    .nivo-lightbox-theme-default .nivo-lightbox-close {
        background-image: url(images/close%402x.png);
        background-size: 16px 16px
    }
}

.nivo-lightbox-overlay,
.mfp-wrap {
    z-index: 999999999999
}

html {
    overflow-y: scroll
}

html,
body {
    margin: 0;
    padding: 0;
    font-size: 13px;
    text-align: left
}

body {
    font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6,
.aio {
    font-family: "Times New Roman", Times, serif
}

.akn {
    border-bottom: 2px solid
}

.akf {
    border-top: 3px solid
}

.ake {
    border-bottom: 1px solid
}

.ajs,
.ajw {
    border-top: 1px solid
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px 0;
    padding: 0;
    font-weight: normal;
    line-height: normal
}

h1 {
    font-size: 32px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 14px;
    text-transform: uppercase;
    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: 20px 0;
    overflow: hidden
}

#aep {
    display: block;
    position: absolute;
    top: -1px;
    left: 661px;
    margin-left: -29px;
    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: 30px 0 35px
}

#ahq .agh {
    margin-top: -28px;
    margin-bottom: -30px;
}

#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: 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: 30px 0
}

.aem {
    padding: 30px 0;
    clear: both;
    font-size: 1em;
    line-height: 1.6em
}

.aem section {
    margin-bottom: 50px
}

.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: .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 {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 22px;
    font-family: "Times New Roman", Times, serif
}

.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: 80px 0
}

.aes .aix {
    margin: 0 0 50px 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: 50px 0 45px 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;
    border-top: 5px 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;
    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 .2s ease-in-out
}

#ahu ul ul {
    transition: all .5s ease-in-out
}

#ahu form {
    display: none !important;
    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 .8s ease-in-out
}

#add:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

#add span {
    /* border-top: 5px solid #FFF; */
}

.adu {
    margin-bottom: 40px
}

.aba {
    margin-bottom: 10px
}

.abl {
    font-size: .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 legacy styles removed */

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 .aab .acx {
    margin-bottom: 30px
}

#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, .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: #B9282C
}

.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: .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: #B9282C
}

.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: #B9282C
}

.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: .3em
}

.aac .acu .aah span {
    display: block;
    margin: -5px 0 0 0;
    font-size: .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: #3F51B5;
    border-radius: 15px;
}

.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: #2196F3;
    border-radius: 15px;
}

.aed,
.ahs.ahi,
.afp .aed {
    background-color: #795984
}

.aia,
.ahs.aks,
.afp .aia {
    background-color: #009688;
    border-radius: 15px;
}

.aea,
.ahs.ahk,
.afp .aea {
    background-color: #00BCD4;
    border-radius: 15px;
}

.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: #00086e
}

.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: .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: 4px;
    padding: 2px;
}

.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 {
    display: block;
    clear: both
}

.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 {
    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
}

/* Legacy Grid Removed */
.agj,
.agi,
.agf,
.agg,
.agk,
.agq,
.ago,
.agm,
.age,
.agn,
.agc,
.afu,
.afw,
.afv,
.agd,
.afo {
    /* Removed for Bootstrap Migration */
    display: none;
}

.agk {
    width: 47.89473684210526%
}

.agq {
    width: 73.94736842105263%
}

.agg.afo {
    width: 25%
}

.agk.afo {
    width: 50%
}

.agq.afo {
    width: 75%
}

.ago {
    width: 16.63157894736842%
}

.agm {
    width: 10.00%
}

.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: 0px;
}

.ahw {
    margin-bottom: 15px
}

.aie {
    margin-bottom: 20px
}

.ahh {
    margin-bottom: 30px
}

.ahg {
    margin-bottom: 50px
}

.ahp {
    margin-bottom: 80px
}

.agb {
    margin-bottom: 100px
}

.ajk {
    padding: 5px
}

.aig {
    padding: 15px
}

.ail {
    padding: 10px
}

.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, .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: #E1E0DF
}

.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: #F1F1F1
}

.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;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.akn,
.akn a,
.ajh,
.ajh a {
    color: #FFF
}

/* Legacy Wrappers Removed */

.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: #B9282C
}

#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: #bf252b;
}

.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: #bf252b;
}

.aeo em {
    color: inherit
}

.aes .aix {
    border-color: #B9282C
}

#ahu li.ahv a,
#ahu li:hover a {
    border-top-color: #bf252b
}

.aem .ags aside nav a:hover,
.aem .ags aside nav .ahv>a {
    color: #B9282C;
    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: #B9282C
}

.akg.afg li a:hover::before {
    border-right-color: #B9282C
}

.adh .ahc li.ui-tabs-active a {
    border-top-color: #B9282C
}

.aba a:hover {
    color: #B9282C;
    background-color: inherit
}

.akn,
.aco.akj,
.aco.aki,
.aco.akh,
/* #ajd ul border removed */

#agv section figure ul li a:hover::after {
    color: #B9282C
}

.akn {
    /* background-color: #002661; */
    background-color: #212529;
}

.aeo em,
/* #ajd hover removed */
.akn a,
#ahl form input {
    background-color: #B9282C
}

#ael,
.ake {
    border-color: #dee2e6;
}

.ajw,
#ael a,
.ajs,
.ajs a {
    color: #E1E0DF
}

.ajh,
.ajw,
#ael a {
    /* background-color: #002661; */
    background-color: #ffffff;
}

body {
    background-color: #ffffff;
    color: #333333;
}

.ajs,
.ajs a,
#aff form input {
    background-color: #00086e
}

#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;
    margin-top: 6px;
}

.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
    }

    .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 mobile styles removed */

    #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: block !important;
    }

    /* Mobile Navigation Styles - Offcanvas Sidebar */
    .navbar-toggler {
        display: block;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        border: 2px solid #bf252b;
        background-color: #fff;
        z-index: 1000;
    }

    #ahu .container-fluid {
        position: relative;
        min-height: 50px;
    }

    #ahu {
        padding: 0 !important;
        margin: 0 !important;
    }

    #ahu.navbar {
        padding: 8px 0 !important;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23bf252b' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    /* Offcanvas Sidebar Styles */
    .offcanvas {
        width: 280px !important;
        background: linear-gradient(135deg, #1e3c72, #2a5298);
    }

    .offcanvas-header {
        background: #bf252b;
        color: white;
        padding: 20px;
    }

    .offcanvas-title {
        font-weight: bold;
        font-size: 20px;
        color: white;
    }

    .offcanvas .btn-close {
        filter: brightness(0) invert(1);
        opacity: 1;
    }

    .offcanvas-body {
        padding: 0;
    }

    .offcanvas .navbar-nav {
        width: 100%;
    }

    .offcanvas .navbar-nav li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .offcanvas .navbar-nav li a {
        display: block;
        padding: 15px 20px;
        color: white !important;
        text-decoration: none;
        font-weight: 500;
        transition: all 0.3s ease;
    }

    .offcanvas .navbar-nav li a:hover {
        background: rgba(255, 255, 255, 0.1);
        padding-left: 30px;
    }

    .offcanvas .navbar-nav li:last-child {
        border-bottom: 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;
        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)
    }
}

/* end main css */

/* Home Page Specific Styles */
#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;
}

/* Modern Enhancements */
.floating-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 25px;
    margin: 15px 0;
    box-shadow: 0 8px 32px rgba(191, 37, 43, 0.2);
    transition: transform 0.3s ease;
}

.floating-card:hover {
    transform: translateY(-5px);
}

.pulse-animation {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1);
    }
}

.gradient-text {
    color: #1e3c72;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.stats-counter {
    font-size: 3.5rem;
    font-weight: bold;
}

.modern-button {
    background: linear-gradient(45deg, #1e3c72, #2a5298);
    border: none;
    color: white;
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(30, 60, 114, 0.3);
}

.modern-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(30, 60, 114, 0.4);
    color: white;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

/* Notification Strip */
.notification-strip {
    background: linear-gradient(45deg, #dc2626, #b91c1c);
    color: white;
    padding: 12px 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.notification-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.notification-text {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    animation: slideIn 0.5s ease-out;
    padding: 0 20px;
}

.notification-text:hover {
    transform: scale(1.02);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.notification-icon {
    margin-right: 10px;
    font-size: 18px;
    animation: pulse 2s infinite;
}

.notification-strip::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: shimmer 3s infinite;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes shimmer {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

@keyframes fadeInOut {

    0%,
    100% {
        opacity: 1;
        transform: translateX(0);
    }

    10%,
    90% {
        opacity: 1;
        transform: translateX(0);
    }

    50% {
        opacity: 0;
        transform: translateX(20px);
    }
}

.notification-changing {
    animation: fadeInOut 1s ease-in-out;
}

@media (max-width: 768px) {
    .notification-text {
        font-size: 14px;
        padding: 0 15px;
    }
}

/* Bottom Nav */
.afx.akn h3 {
    transition: all 0.7s ease;
}

.afx.akn h3:hover {
    transform: scale(1.4);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}

@keyframes pop {

    0%,
    100% {
        transform: scale(1);
        box-shadow: none;
    }

    50% {
        transform: scale(1.1);
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    }
}

/* Labs and Activities */
/* Labs Hover Effect (Refactored) */
.agl.ahd li a {
    transition: all 0.3s ease-out;
}

.agl.ahd li a:hover {
    transform: scale(1.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

/* Motto Section */
.motto-section {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
    padding: 30px;
    border-radius: 20px;
    margin: 25px 0;
    text-align: center;
    box-shadow: 0 10px 30px rgba(30, 60, 114, 0.3);
    position: relative;
    overflow: hidden;
}

.motto-card {
    padding: 20px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 15px;
    margin: 10px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.motto-card:hover {
    transform: translateY(-8px) scale(1.05);
    background: rgba(255, 255, 255, 0.25);
}

/* Feature Section (Why Choose Us) */
.feature-section {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 30px;
    margin: 25px 0;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border: 2px solid #1e3c72;
}

.feature-card {
    padding: 20px;
    background: white;
    border-radius: 15px;
    margin: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.feature-card:hover {
    transform: translateY(-15px) rotateY(5deg);
    border-color: #bf252b;
    box-shadow: 0 15px 35px rgba(191, 37, 43, 0.2);
}

.col-md-3:nth-child(even) .feature-card:hover {
    transform: translateY(-15px) rotateY(-5deg);
}

/* Admission Section */
.admission-section {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
    padding: 25px;
    margin: 20px 0;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(30, 60, 114, 0.3);
    position: relative;
    overflow: hidden;
}

.admission-card {
    padding: 20px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    margin: 10px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    cursor: pointer;
}

.admission-card:hover {
    transform: translateY(-5px) scale(1.02);
}

/* Sidebar Notification Slider */
.sidebar-notification-slider {
    height: 270px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}

.slider-track {
    position: absolute;
    width: 100%;
    animation: slideUp 20s infinite linear;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

@keyframes slideUp {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(-100%);
    }
}

.sidebar-notification-slider:hover .slider-track {
    animation-play-state: paused;
}

.sidebar-notification-item {
    width: 90%;
    height: 70px;
    border-radius: 12px;
    padding: 15px;
    color: white;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 10px auto;
}

.sidebar-notification-item:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, #1e3c72, #2a5298) !important;
}


/* Footer Styles */
.footer_about img {
    max-width: 350px;
    height: auto;
    margin-top: 10px;
}

.list-unstyled a {
    color: #fff;
}

.list-unstyled a:hover {
    text-decoration: underline;
}

.address-section {
    margin-top: 30px;
}

.address-section li {
    margin-bottom: 10px;
}

.quick-links a {
    color: #fff;
    transition: color 0.3s ease;
}

.quick-links a:hover {
    color: #bf252b;
    text-decoration: none;
}

.quick-links i {
    margin-right: 8px;
    color: #bf252b;
}

body {
    font-family: 'OpenSansRegular', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

/* Hover Effect for Bottom Navigation */
#ajd a h3 {
    transition: transform 0.3s ease;
}

#ajd a h3:hover {
    transform: scale(1.1);
}

/* Header Separator Design */
.section-title-design {
    border-color: #E1E0DF;
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 2px solid #E1E0DF;
    margin-bottom: 20px;
}

.section-title-design::after {
    background-color: #bf252b;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    content: "";
}

.section-title-design-left {
    border-color: #E1E0DF;
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 2px solid #E1E0DF;
    margin-bottom: 20px;
}

.section-title-design-left::after {
    background-color: #bf252b;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 4px;
    content: "";
}

/* ==========================================================================
   Footer Redesign Styles
   ========================================================================== */
.custom-footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding-top: 60px;
    padding-bottom: 20px;
    font-family: 'Inter', sans-serif;
}

.footer-logo-title {
    font-size: 24px;
    font-weight: 700;
    margin-top: 15px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
}

.footer-description {
    color: #ccc;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 20px;
    text-align: justify;
}

.footer-heading {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
    color: #fff;
}

.footer-link-list {
    list-style: none;
    padding: 0;
}

.footer-link-list li {
    margin-bottom: 12px;
}

.footer-link-list li a {
    color: #ccc;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.footer-link-list li a i {
    color: #bf252b;
    margin-right: 12px;
    font-size: 14px;
}

.footer-link-list li a:hover {
    color: #fff;
    padding-left: 5px;
}

/* Contact Info Strip */
.contact-info-strip {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px 0;
    margin: 40px 0;
}

.info-box {
    text-align: center;
}

.icon-circle {
    width: 60px;
    height: 60px;
    background-color: #bf252b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: #fff;
    font-size: 20px;
    transition: transform 0.3s ease;
}

.icon-circle:hover {
    transform: translateY(-5px);
}

.info-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.info-detail {
    font-size: 14px;
    color: #fff;
    margin: 0;
    word-break: break-word;
}

.info-detail a {
    color: #fff;
    text-decoration: none;
}

/* Copyright Section */
.footer-bottom {
    padding-top: 20px;
    font-size: 13px;
    color: #888;
}

.social-icons-red a {
    color: #bf252b;
    font-size: 20px;
    margin-left: 20px;
    transition: opacity 0.3s ease;
}

.social-icons-red a:hover {
    opacity: 0.8;
}

.info-bar-link {
    display: inline-block;
    transition: all 0.4s ease-in-out;
}

.info-bar-link:hover {
    transform: scale(1.1);
    color: #fff !important;
}

/* Back to Top Button */
#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    background-color: #bf252b;
    color: #fff;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    font-size: 20px;
    z-index: 9999;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    display: none;
}

#back-to-top:hover {
    background-color: #a01f24;
    transform: translateY(-5px);
    color: #fff;
}

/* Header Styles */
.header-container {
    background: white;
}

.header-logo-wrapper,
.header-logo-inner {
    position: relative;
}

.header-fee-item {
    font-weight: bold;
}

.header-fee-icon {
    color: #dc3545;
}

.header-fee-link {
    text-decoration: none;
}

/* Header Mobile Responsive Styles */
@media (max-width: 768px) {
    .header-container header {
        text-align: center !important;
    }

    .header-logo-wrapper {
        margin-bottom: 10px;
    }

    .header-logo-wrapper img {
        max-width: 100%;
        height: auto;
    }

    header .col-md-7 {
        text-align: center !important;
    }

    header .d-inline-flex {
        display: flex !important;
        flex-direction: column;
        gap: 0.5rem !important;
        align-items: center !important;
    }

    header .d-inline-flex li {
        font-size: 12px;
        white-space: nowrap;
    }

    header .d-inline-flex li a {
        font-size: 11px;
    }

    header .fa {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    header .d-inline-flex li {
        font-size: 11px;
    }

    header .d-inline-flex li a {
        font-size: 10px;
    }

    .header-fee-link {
        font-size: 10px !important;
    }
}

/* Desktop Navigation - Hide Hamburger */
@media (min-width: 851px) {
    .navbar-toggler {
        display: none !important;
    }

    .d-none.d-lg-block {
        display: block !important;
    }

    .offcanvas {
        display: none !important;
    }
}

/* Leadership Section Mobile Responsive */
@media (max-width: 768px) {
    .col-md-9.ps-5 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .leadership-heading {
        font-size: 24px !important;
        text-align: center;
        margin-bottom: 20px;
    }

    .d-flex.align-items-start {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
    }

    .flex-shrink-0 {
        margin-bottom: 15px;
    }

    .leadership-image,
    .aeg {
        max-width: 150px !important;
        height: auto !important;
        margin: 0 auto;
        display: block;
    }

    .leadership-text {
        text-align: justify;
        font-size: 14px;
        line-height: 1.6;
    }

    .leadership-text-small {
        font-size: 13px !important;
    }

    .leadership-name,
    .leadership-title,
    .aba {
        text-align: center;
        margin-top: 10px;
    }

    article.row.mb-4,
    article.row {
        margin-bottom: 30px !important;
    }
}

/* Stats Strip Styles */
.stats-strip {
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    padding: 8px 0;
}

.stats-strip .row {
    color: white;
}

.stats-counter {
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
}

.stats-label {
    margin-left: 5px;
    font-size: 1.3rem;
}

/* Welcome Section Styles */
.welcome-heading {
    color: #1e3c72;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    padding-top: 50px;
    text-align: left;
    animation: pulse 2s infinite;
}

.welcome-underline {
    width: 60px;
    height: 3px;
    background-color: #dc3545;
}

.notification-heading {
    font-size: 25px;
    text-align: left;
    margin-top: 20px;
}

.notification-item-icon {
    margin-right: 15px;
    font-size: 1.8rem;
}

.notification-item-text {
    opacity: 0.9;
}

.notification-item-1 {
    background: linear-gradient(135deg, #1976d2, #1565c0);
}

.notification-item-2 {
    background: linear-gradient(135deg, #4e599c, #3f4a8c);
}

.notification-item-3 {
    background: linear-gradient(135deg, #356949, #2d5a3d);
}

.notification-item-4 {
    background: linear-gradient(135deg, #2c387e, #1e2a5e);
}

.notification-item-5 {
    background: linear-gradient(135deg, #ab003c, #8b0032);
}

.welcome-subtitle {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}

.welcome-text {
    font-size: 15px;
    text-align: justify;
    color: #555;
    line-height: 1.6;
}

.welcome-list {
    font-size: 15px;
    color: #555;
    text-align: left;
}

.welcome-button-wrapper {
    text-align: left;
}

/* Achievements Section Styles */
.achievements-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 30px;
    margin: 20px 0;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.achievements-heading {
    font-size: 32px;
    text-align: center;
    margin-bottom: 25px;
}

.achievements-description {
    text-align: center;
    color: #666;
    font-size: 18px;
    margin-bottom: 30px;
}

.achievement-card {
    padding: 20px;
    background: white;
    border-radius: 15px;
    margin: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.achievement-icon {
    font-size: 3rem;
    color: #1e3c72;
    margin-bottom: 15px;
}

.achievement-icon-trophy {
    animation: bounce 3s infinite;
}

.achievement-icon-star {
    animation: pulse 2s infinite;
}

.achievement-icon-cap {
    animation: float 4s ease-in-out infinite;
}

.achievement-title {
    color: #1e3c72;
    font-weight: bold;
}

.achievement-text {
    color: #555;
    font-size: 14px;
}

/* Labs Section Styles */
.labs-heading {
    font-size: 30px;
    text-align: left;
    margin-bottom: 25px;
}

.labs-list {
    margin-top: 20px;
    text-align: left;
}

.lab-item-link {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.lab-item-text {
    padding-top: 50px;
    font-weight: bold;
}

/* Leadership Section Styles */
.leadership-heading {
    font-size: 30px;
    text-align: left;
    margin-bottom: 25px;
}

.leadership-image {
    width: 170px;
    height: 190px;
    border-radius: 5px;
}

.leadership-text {
    text-align: justify;
}

.leadership-text-small {
    font-size: small;
}

.leadership-name {
    font-size: 20px;
    margin-bottom: 5px;
    text-align: left;
}

.leadership-title {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
    text-align: left;
}

/* Motto Section Styles */
.motto-decoration {
    position: absolute;
    top: -100px;
    left: -100px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}

.motto-heading {
    font-size: 36px;
    margin-bottom: 20px;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: bold;
    animation: pulse 3s infinite;
}

.motto-description {
    font-size: 20px;
    color: #f0f0f0;
    font-style: italic;
    margin-bottom: 25px;
}

.motto-icon {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 15px;
}

.motto-icon-inspire {
    animation: bounce 2s infinite;
}

.motto-icon-educate {
    animation: pulse 2.5s infinite;
}

.motto-icon-serve {
    animation: float 3s ease-in-out infinite;
}

.motto-card-title {
    color: white;
    font-weight: bold;
}

.motto-card-text {
    color: #f0f0f0;
    font-size: 14px;
}

/* Feature Section Styles */
.feature-section-heading {
    font-size: 32px;
    text-align: center;
    margin-bottom: 25px;
}

.feature-section-description {
    text-align: center;
    color: #666;
    font-size: 18px;
    margin-bottom: 30px;
}

.feature-icon {
    font-size: 2.5rem;
    color: #1e3c72;
    margin-bottom: 15px;
}

.feature-icon-pulse {
    animation: pulse 3s infinite;
}

.feature-icon-bounce {
    animation: bounce 2.5s infinite;
}

.feature-icon-float {
    animation: float 4s ease-in-out infinite;
}

.feature-icon-pulse-fast {
    animation: pulse 2s infinite;
}

.feature-title {
    color: #1e3c72;
    font-weight: bold;
    margin-bottom: 10px;
}

.feature-text {
    color: #555;
    font-size: 13px;
}

/* Admission Section Styles */
.admission-section-decoration {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: float 3s ease-in-out infinite;
}

.admission-section-heading {
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: bold;
}

.admission-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #fff;
}

.admission-icon-bounce {
    animation: bounce 2s infinite;
}

.admission-icon-pulse {
    animation: pulse 2s infinite;
}

.admission-card-title {
    color: white;
    font-weight: bold;
    margin-bottom: 10px;
}

.admission-card-text {
    color: #f0f0f0;
    font-size: 16px;
    margin: 0;
}