﻿@charset "UTF-8";
.red {
    color:red;
}
.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    z-index: 1043;
    outline: 0!important
}

.mfp-container {
    text-align: center;
    position: absolute;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-close,
.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

.mfp-figure:after,
.mfp-iframe-scaler iframe {
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    position: absolute;
    left: 0
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-image-holder .mfp-content,
.sf-event-link,
img.mfp-img {
    max-width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000
}

.mfp-figure:after,
img.mfp-img {
    width: auto;
    height: auto;
    display: block
}

img.mfp-img {
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure:after {
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.owl-carousel {
    width: 100%;
    position: relative;
    z-index: 1
}

.right-sidebar .owl-carousel { padding-bottom: 10px; }

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.right-sidebar .owl-carousel .owl-stage-outer { max-height: 1100px; overflow-y: auto; padding-bottom: 10px; }

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {

}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel .owl-nav { overflow: hidden; margin: 15px 0 0; }
.owl-carousel .owl-nav .owl-prev { float: left; }
.owl-carousel .owl-nav .owl-next { float: right; }
.owl-carousel .owl-nav .owl-prev .sf-icon-g-arrow-left { background-position: -222px -101px; width: 12px; height: 25px; }
.owl-carousel .owl-nav .owl-next .sf-icon-g-arrow-right { background-position: -210px -101px; width: 12px; height: 25px; }

.right-sidebar .owl-carousel .owl-nav { position: absolute; bottom: -34px; left: 0; width: 100%; }

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

@font-face {
    font-family: sf-icon-font;
    src: url(../fonts/sf-icon-font.eot?79e0479e6838c20c17a2dc7707457f47);
    src: url(../fonts/sf-icon-font.eot?#iefix) format("embedded-opentype"), url(../fonts/sf-icon-font.woff?79e0479e6838c20c17a2dc7707457f47) format("woff"), url(../fonts/sf-icon-font.ttf?79e0479e6838c20c17a2dc7707457f47) format("truetype"), url(../fonts/sf-icon-font.svg?79e0479e6838c20c17a2dc7707457f47#sf-icon-font) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"]:after,
[class*=" icon-"]:before,
[class="icon- -single"],
[class^=icon-]:after,
[class^=icon-]:before {
    font-family: sf-icon-font;
    vertical-align: middle;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-file-single,
.icon-item-file:after {
    content: "\b1"
}

.icon-item-no-image:after,
.icon-no-image-single {
    content: "\b2"
}

.icon-file:before {
    content: "\b1"
}

.icon-no-image:before {
    content: "\b2"
}

.icon--text:before {
    vertical-align: baseline;
    margin-right: .3em
}

.icon-txt {
    position: relative;
    display: inline-block;
    line-height: normal
}

.icon-txt.icon-file {
    color: #555
}

.icon-txt [class^=icon-txt-] {
    position: absolute;
    top: 47%;
    right: -3%;
    padding: .2em .4em;
    font-size: .25em;
    line-height: normal;
    height: auto;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #333;
    color: #fff
}

.icon-txt .icon-txt-xlsx {
    background-color: #38ab63
}

.icon-txt .icon-txt-doc,
.icon-txt .icon-txt-docx {
    background-color: #1a8cff
}

.icon-txt .icon-txt-ppt,
.icon-txt .icon-txt-pptx {
    background-color: #ed8527
}

.icon-txt .icon-txt-pdf {
    background-color: #ff4848
}

.icon-txt .icon-txt-zip {
    background-color: #596c9b
}

.icon-sm {
    font-size: 22px
}

.icon-sm [class^=icon-txt-] {
    top: 43%;
    right: -20%;
    padding: .1em .3em;
    font-size: .35em
}

.icon-md {
    font-size: 38px
}

.icon-lg {
    font-size: 48px
}

.u-toe {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

pre {
    border: 1px;
    background: 0 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px
}

.nav-sitemap,
.nav-sitemap ul,
.sf-Gallery-thumbs.sf-Gallery-thumbs--video a,
.sf-m-xxs {
    margin: 0
}

.sf-Gallery-next,
.sf-Gallery-prev,
.sf-Gallery-thumbs.sf-Gallery-thumbs--video>div,
.sf-list--expandable .sf-list-item h3:first-child,
.sf-media .sf-media-body h3,
.sf-mt-xxs {
    margin-top: 0
}

.sf-Gallery-next,
.sf-Gallery-prev,
.sf-mb-xxs {
    margin-bottom: 0
}

.sf-Comment-count--block .sf-Comment-count,
.sf-Comment-count--block .sf-Review-count,
.sf-Gallery-navigation,
.sf-Review-count--block .sf-Review-count,
.sf-ml-xxs {
    margin-left: 0
}

.sf-Gallery-navigation,
.sf-mr-xxs {
    margin-right: 0
}

.sf-m-xs {
    margin: 5px
}

.sf-Comment-count--block .sf-Comment-count,
.sf-Comments-header a,
.sf-Gallery-navigation,
.sf-Review-count--block .sf-Review-count,
.sf-mt-xs {
    margin-top: 5px
}

.sf-list--expandable .sf-list-item>div,
.sf-mb-xs {
    margin-bottom: 5px
}

.sf-Comments-header a,
.sf-Gallery-thumbs.sf-Gallery-thumbs--video>div,
.sf-ml-xs {
    margin-left: 5px
}

.sf-Gallery-thumbs.sf-Gallery-thumbs--video>div,
.sf-icon-feed,
.sf-list--expandable i,
.sf-mr-xs {
    margin-right: 5px
}

.sf-m-s {
    margin: 10px
}

.sf-Gallery h2,
.sf-Gallery-thumbs.sf-Gallery-thumbs--video h3,
.sf-mt-s {
    margin-top: 10px
}

.sf-Comment-count--block .sf-Comment-count,
.sf-Comment-count--block .sf-Review-count,
.sf-Gallery-thumbs.sf-Gallery-thumbs--video>div,
.sf-mb-s {
    margin-bottom: 10px
}

.sf-Comment-count,
.sf-Review-count,
.sf-document-list--table .sf-title,
.sf-ml-s {
    margin-left: 10px
}

.sf-FormNav-page,
.sf-event-type,
.sf-mr-s {
    margin-right: 10px
}

.sf-m-m {
    margin: 15px
}

.sf-Comment-subscribe,
.sf-mt-m {
    margin-top: 15px
}

.sf-Comments .sf-loading,
.sf-mb-m {
    margin-bottom: 15px
}

.nav-stacked ul,
.sf-ml-m {
    margin-left: 15px
}

.sf-mr-m {
    margin-right: 15px
}

.sf-m-l {
    margin: 20px
}

.sf-Review-already,
.sf-mt-l {
    margin-top: 20px
}

.sf-mb-l,
.sf-search-results {
    margin-bottom: 20px
}

.sf-list--expandable .sf-list-content,
.sf-ml-l {
    margin-left: 20px
}

.sf-Comments-header h3,
.sf-FormNav li,
.sf-mr-l {
    margin-right: 20px
}

.sf-m-xl {
    margin: 30px
}

.sf-Comments,
.sf-Gallery-image,
.sf-mt-xl {
    margin-top: 30px
}

.sf-Comments-header,
.sf-Comments-list,
.sf-Comments-more,
.sf-Gallery-navigation,
.sf-mb-xl {
    margin-bottom: 30px
}

.sf-ml-xl {
    margin-left: 30px
}

.sf-mr-xl {
    margin-right: 30px
}

.sf-m-xxl {
    margin: 40px
}

.sf-mt-xxl {
    margin-top: 40px
}

.sf-mb-xxl {
    margin-bottom: 40px
}

.sf-ml-xxl {
    margin-left: 40px
}

.sf-mr-xxl {
    margin-right: 40px
}

.sf-m-xxxl {
    margin: 50px
}

.sf-mt-xxxl {
    margin-top: 50px
}

.sf-mb-xxxl {
    margin-bottom: 50px
}

.sf-Comment-subscribe,
.sf-Gallery-next,
.sf-Gallery-prev,
.sf-ml-xxxl {
    margin-left: 50px
}

.sf-Gallery-next,
.sf-Gallery-prev,
.sf-mr-xxxl {
    margin-right: 50px
}
p.event-items {
    font-size: 13px;
}
.k-scheduler-agendaview .sf-event-item,
.nav-sitemap,
.nav-sitemap ul,
.sf-FormNav,
.sf-p-xxs,
pre,
ul.sf-autocomplete {
    padding: 0
}

.sf-Gallery-next,
.sf-Gallery-prev,
.sf-pt-xxs {
    padding-top: 0
}

.sf-Gallery-next,
.sf-Gallery-prev,
.sf-pb-xxs,
.sf-share-button {
    padding-bottom: 0
}

.sf-Progress-page-title,
.sf-pl-xxs {
    padding-left: 0
}

.sf-lang-selector.list-inline>li,
.sf-pr-xxs {
    padding-right: 0
}

.sf-p-xs {
    padding: 5px
}

.sf-lang-selector a,
.sf-pt-xs,
.sf-share-button,
.sf-site-selector a,
.sf-site-selector span,
.sf-site-selector strong {
    padding-top: 5px
}

.sf-lang-selector a,
.sf-pb-xs,
.sf-site-selector a,
.sf-site-selector span,
.sf-site-selector strong {
    padding-bottom: 5px
}

.sf-pl-xs {
    padding-left: 5px
}

.sf-Comments-list .sf-Comments-list-author,
.sf-pr-xs,
.sf-share-button {
    padding-right: 5px
}

.sf-p-s {
    padding: 10px
}

.sf-pt-s {
    padding-top: 10px
}

.sf-pb-s {
    padding-bottom: 10px
}

.sf-lang-selector a,
.sf-pl-s,
.sf-site-selector a,
.sf-site-selector span,
.sf-site-selector strong {
    padding-left: 10px
}

.sf-lang-selector a,
.sf-pr-s,
.sf-site-selector a,
.sf-site-selector span,
.sf-site-selector strong {
    padding-right: 10px
}

.sf-p-m {
    padding: 15px
}

.sf-pt-m {
    padding-top: 15px
}

.sf-pb-m {
    padding-bottom: 15px
}

.sf-pl-m {
    padding-left: 15px
}

.sf-pr-m {
    padding-right: 15px
}

.sf-p-l,
body[contenteditable=true] {
    padding: 20px
}

.sf-pt-l {
    padding-top: 20px
}

.sf-pb-l {
    padding-bottom: 20px
}

.navbar-collapse.in .dropdown-submenu ul,
.sf-pl-l {
    padding-left: 20px
}

.sf-pr-l {
    padding-right: 20px
}

.sf-p-xl {
    padding: 30px
}

.sf-pt-xl {
    padding-top: 30px
}

.sf-pb-xl {
    padding-bottom: 30px
}

.sf-pl-xl {
    padding-left: 30px
}

.sf-pr-xl {
    padding-right: 30px
}

.sf-p-xxl {
    padding: 40px
}

.sf-pt-xxl {
    padding-top: 40px
}

.sf-pb-xxl {
    padding-bottom: 40px
}

.sf-pl-xxl {
    padding-left: 40px
}

.sf-pr-xxl {
    padding-right: 40px
}

.sf-p-xxxl {
    padding: 50px
}

.sf-pt-xxxl {
    padding-top: 50px
}

.sf-pb-xxxl {
    padding-bottom: 50px
}

.sf-Gallery-next,
.sf-Gallery-prev,
.sf-pl-xxxl {
    padding-left: 50px
}

.sf-Gallery-next,
.sf-Gallery-prev,
.sf-pr-xxxl {
    padding-right: 50px
}

.sf-loading:after,
.sf-loading:before,
.sf-loading>span {
    background-color: #9cc5f7;
    height: 30px;
    width: 6px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.1s infinite ease-in-out;
    animation: stretchdelay 1.1s infinite ease-in-out
}

.sf-loading {
    height: 30px;
    width: 6px;
    position: relative;
    margin: -5px 0 0 12px
}

.sf-loading:after,
.sf-loading:before {
    content: " ";
    position: absolute;
    top: 0
}

.sf-loading:before {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
    left: -10px
}

.sf-loading:after {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    right: -10px
}

.sf-loading-wrapper {
    position: absolute;
    z-index: 902;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.sf-loading-wrapper .sf-loading {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px
}

@-webkit-keyframes stretchdelay {
    0%,
    100%,
    40% {
        -webkit-transform: scaleY(.4)
    }
    20% {
        -webkit-transform: scaleY(1);
        background-color: #105ab5
    }
}

@keyframes stretchdelay {
    0%,
    100%,
    40% {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        background-color: #105ab5
    }
}

.sf-media .sf-img-thmb a {
    display: block;
    width: 120px;
    height: 90px;
    overflow: hidden
}

.sf-media .sf-video-thmb {
    position: relative;
    width: 120px;
    height: 90px;
    background-color: #000
}

.sf-media .sf-video-thmb a {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    height: 70px;
    overflow: hidden
}

.sf-media .sf-video-thmb a .sf-icon-play {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    border-radius: 50%;
    background-color: #000;
    opacity: .8
}

.sf-media .sf-video-thmb a .sf-icon-play:hover {
    background-color: #333
}

.sf-media .sf-video-thmb a .sf-icon-play:before {
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #fff;
    position: absolute;
    left: 12px;
    top: 9px;
    content: ""
}

.sf-Gallery-thumbs-container {
    overflow: hidden
}

.sf-Gallery-thumbs a {
    display: inline-block;
    border: 5px solid transparent;
    width: 130px;
    height: 130px;
    line-height: 120px;
    overflow: hidden;
    cursor: pointer
}

.sf-Gallery-thumbs a.is-selected {
    border-color: #428bca
}

.sf-Gallery-thumbs a>img {
    vertical-align: middle
}

.sf-Gallery-image {
    position: relative;
    height: 600px;
    line-height: 600px;
    text-align: center;
    background: #e4e4e4;
    border: 1px solid #e4e4e4
}

.sf-Gallery-image>img {
    max-height: 100%;
    width: auto;
    display: inline-block
}

.sf-Gallery-next,
.sf-Gallery-prev {
    cursor: pointer;
    position: absolute;
    height: 600px;
    width: 50%;
    left: 0;
    top: 0;
    text-align: left;
    font-family: Verdana;
    color: #000;
    font-size: 40px;
    line-height: 600px;
    text-shadow: 0 0 3px #fff;
    opacity: 0;
    transition: opacity .2s ease;
    background: rgba(0, 0, 0, .1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.sf-Gallery-next:hover,
.sf-Gallery-prev:hover {
    opacity: 1;
    color: #000
}

.sf-Gallery-prev {
    background: linear-gradient(to right, rgba(0, 0, 0, .1) 0, transparent 100%)
}

.sf-Gallery-next {
    background: linear-gradient(to right, transparent 0, rgba(0, 0, 0, .1) 100%);
    left: auto;
    right: 0;
    text-align: right
}

.sf-Gallery-thumbs.sf-Gallery-thumbs--video>div {
    display: inline-block;
    border: 5px solid transparent;
    width: 160px;
    height: 170px;
    cursor: pointer
}

.sf-Gallery-thumbs.sf-Gallery-thumbs--video a {
    display: block;
    border: 1px;
    width: 160px;
    height: 130px;
    overflow: hidden;
    cursor: pointer
}

.sf-Gallery-thumbs.sf-Gallery-thumbs--video h3 {
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.right-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu:hover ul {
    left: 100%;
    top: 0;
    display: block
}

.navbar-collapse.in .dropdown-submenu ul {
    display: block
}

.navbar-collapse.in .right-caret {
    display: none
}

.nav-sitemap {
    display: table;
    width: 100%;
    overflow: hidden
}

.nav-sitemap li {
    list-style-type: none
}

.nav-sitemap>li {
    display: table-cell;
    border-left: 1px solid #ccc
}

.nav-sitemap>li:first-child {
    border-left-width: 0
}

@media only screen and (max-width:480px) {
    .nav-sitemap {
        display: block
    }
    .nav-sitemap>li {
        display: block;
        border-left-width: 0
    }
    .nav-sitemap>li:first-child {
        border-top-width: 0
    }
}

@media only screen and (min-width:480px) and (max-width:768px) {
    .nav-sitemap {
        display: block
    }
    .nav-sitemap>li {
        float: left;
        width: 48%;
        border-left-width: 0;
        margin: 0 1%
    }
    .nav-sitemap>li:nth-child(odd) {
        clear: both
    }
}

ul.sf-autocomplete {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    list-style: none
}

ul.sf-autocomplete a {
    padding: 3px;
    display: block;
    color: #000
}

ul.sf-autocomplete a.ui-state-focus {
    background-color: #eee
}

ul.sf-autocomplete a:hover {
    cursor: pointer;
    text-decoration: none
}

.sf-profile .sf-profile-avatar {
    position: relative;
    display: inline-block
}

.sf-profile .sf-profile-avatar .glyphicon-remove-sign {
    position: absolute;
    top: 5px;
    right: 5px;
    text-decoration: none;
    color: #555;
    background: #fff;
    border-radius: 50%
}

.sf-lang-selector a {
    display: block;
    font-size: 14px;
    border-radius: 8px
}

.sf-lang-selector a.selected {
    background-color: #f2f2f2;
    color: #333
}

.sf-lang-selector label select {
    display: block;
    font-weight: 400
}

.sf-FormNav li.active,
.sf-Progress-percent,
.sf-calendarList-title {
    font-weight: 700
}

.sf-Comment-count,
.sf-Comments [class^=sf-icon] {
    display: inline-block
}

.sf-Comment-count [class^=sf-icon] {
    display: inline-block;
    vertical-align: middle
}

.sf-Comment-count--block .sf-Comment-count {
    display: block
}

[data-sf-role=error-message],
[data-sf-role=list-loading-indicator],
[data-sf-role=comments-new-message-error],
[data-sf-role=comments-new-logged-out-view],
[data-sf-role=comments-new-name-error],
[data-sf-role=captcha-container],
[data-sf-role=single-comment-template],
[data-sf-role=comments-new-pending-approval-message],
[data-sf-role=comments-load-more-button],
[data-sf-role=comments-new-form-button],
[data-sf-role=comments-sort-new-button],
[data-sf-role=comments-sort-old-button],
[data-sf-role=comments-new-requires-authentication],
[data-sf-role=list-rating-wrapper],
[data-sf-role=review-new-form-replacement] {
    display: none
}

.sf-Comments-header h3 {
    display: inline-block;
    margin-top: 0
}

.sf-Comments-header .selected {
    color: #333
}

.sf-Comments-list .sf-Comments-list-author {
    border-right: 1px solid #777
}

.sf-Comments-form textarea {
    min-height: 90px
}

.sf-Review-count {
    display: inline-block
}

.sf-Comment-count--block .sf-Comment-count,
.sf-Comment-count--block .sf-Review-count,
.sf-Review-count--block .sf-Review-count {
    display: block
}

.sf-Ratings .sf-Ratings-stars {
    display: inline-block;
    vertical-align: middle
}

.sf-Ratings .sf-Ratings-stars span {
    font-size: 24px;
    color: #ccc;
    cursor: pointer
}

.sf-Ratings .sf-Ratings-stars span.hover,
.sf-Ratings .sf-Ratings-stars span.on {
    color: #006cd8
}

.sf-Ratings .sf-Ratings-stars.sf-Ratings-stars--ronly span {
    cursor: default
}

.sf-Ratings .sf-Ratings-stars.sf-Ratings-stars--ronly span.on {
    color: #fc0
}

.sf-Ratings .sf-Ratings-average,
.sf-Ratings .sf-Ratings-count {
    font-size: 16px;
    vertical-align: middle
}

.sf-Ratings .sf-Ratings-count span {
    vertical-align: middle
}

.sf-site-selector a,
.sf-site-selector span,
.sf-site-selector strong {
    display: inline-block;
    font-size: 14px;
    border-radius: 8px
}

.sf-site-selector a.selected,
.sf-site-selector span.selected,
.sf-site-selector strong.selected {
    background-color: #f2f2f2;
    color: #333
}

.sf-Code pre {
    color: #c7254e
}

.sf-Tags-size1 {
    font-size: 11px
}

.sf-Tags-size2 {
    font-size: 13px
}

.sf-Tags-size3 {
    font-size: 18px
}

.sf-Tags-size4 {
    font-size: 24px
}

.sf-Tags-size5 {
    font-size: 30px
}

.sf-Tags-size6 {
    font-size: 36px
}

.sf-icon-feed {
    display: inline-block;
    vertical-align: middle
}

.sf-FileField .sf-icon-remove {
    display: inline-block;
    cursor: pointer
}

.sf-FormNav li,
input[type=file].sf-FileField-input {
    display: inline-block
}

.sf-FormNav-page {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #555;
    font-size: 18px;
    border: 1px solid #555;
    font-weight: 700;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle
}

.active .sf-FormNav-page {
    color: #333;
    border-color: #333
}

.past .sf-FormNav-page:after {
    content: "\2713";
    position: absolute;
    left: 7px
}

.hero #hero:after,
.legal-directory span:after,
.owl-carousel.owl-hero .slide-img:after {
    content: " "
}

.past .sf-FormNav-page-number {
    display: none
}

.sf-Progress-page-title,
.sf-Progress-percent {
    font-size: 14px
}

.sf-Progress-page-title {
    display: inline-block
}

.sf-Progress-page-title li {
    display: none
}

.k-scheduler-agendaview .sf-event-item,
.sf-Progress-page-title li.active,
.sf-event-addToList,
.sf-event-link,
.sf-event-title,
.sf-event-type {
    display: inline-block
}

div.k-event {
    border-radius: 0
}

.nav-pills>li+li {
    margin-left: 0
}

.sf-event-item {
    margin: 0;
    padding: 5px 7px;
    min-height: 100%;
    white-space: nowrap
}

.sf-event-link {
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top
}

.sf-event-type {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    vertical-align: middle
}

.sf-share-button,
.sf-social-share li {
    vertical-align: top
}

.sf-event-type.sf-event-type--all {
    background-color: #fff;
    border: 1px solid #999
}

.sf-calendarList-item {
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer
}

.sf-calendarList-item.active {
    background: #f2f2f2
}

.sf-icon-calendar,
.sf-icon-check,
.sf-icon-facebook-r,
.sf-icon-facebook-s,
.sf-icon-g-arrow-right,
.sf-icon-g-arrow-left{
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat
}

.k-scheduler-agendaview .sf-event-type {
    display: none
}

.sf-share-button,
.sf-social-share li,
.sf-social-share span {
    display: inline-block
}

.sf-icon-calendar {
    background-position: -42px 0;
    width: 36px;
    height: 36px
}

.sf-icon-check {
    background-position: -126px -42px;
    width: 36px;
    height: 36px
}

.sf-icon-facebook-r {
    background-position: 0 -42px;
    width: 36px;
    height: 36px
}

.sf-icon-facebook-s {
    background-position: -42px -42px;
    width: 36px;
    height: 36px
}

.sf-icon-g-arrow-right {
    background-position: -210px 0;
    width: 25px;
    height: 47px
}
.owl-carousel .owl-nav .owl-next .sf-icon-g-arrow-right.prev {
    background-position: -210px 0;
    width: 25px;
    height: 47px
}
.sf-icon-g-arrow-left {
    background-position: -235px 0;
    width: 25px;
    height: 47px
}

.sf-icon-linkedIn-s,
.sf-icon-linkedin-r,
.sf-icon-mailto-s,
.sf-icon-rss-r,
.sf-icon-search,
.sf-icon-search-close,
.sf-icon-search-file,
.sf-icon-search-profile,
.sf-icon-search-s,
.sf-icon-twitter-r,
.sf-icon-twitter-s,
.sf-icon-uncheck,
.sf-icon-voice-search {
    width: 36px;
    height: 36px;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat
}

.sf-icon-linkedIn-s {
    background-position: -84px -42px
}

.sf-icon-linkedin-r {
    background-position: 0 -84px
}

.sf-icon-mailto-s {
    background-position: -42px -84px
}

.sf-icon-rss-r {
    background-position: -84px -84px
}

.sf-icon-search-close {
    background-position: -126px 0
}

.sf-icon-search-file {
    background-position: 0 0
}

.sf-icon-search-l {
    background-image: url(../images/sprite.png);
    background-position: -126px -84px;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px
}

.sf-icon-search-profile {
    background-position: 0 -126px
}

.sf-icon-search-s {
    background-position: -42px -126px
}

.sf-icon-search {
    background-position: -84px -126px
}

.sf-icon-twitter-r {
    background-position: -126px -126px
}

.sf-icon-twitter-s {
    background-position: -168px 0
}

.sf-icon-uncheck {
    background-position: -168px -42px
}

.sf-icon-voice-search {
    background-position: -84px 0
}

.sf-icon-w-arrow-right {
    background-image: url(../images/sprite.png);
    background-position: -210px -53px;
    background-repeat: no-repeat;
    width: 25px;
    height: 47px
}

.sf-icon-youtube-r {
    background-image: url(../images/sprite.png);
    background-position: -168px -84px;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px
}

.sf-share-button {
    padding-left: 2px;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    font-size: 12px;
    color: #000;
    line-height: 1;
    transition: background .2s ease
}

.sf-share-button:focus,
.sf-share-button:hover {
    text-decoration: none;
    background: #efefef;
    color: #000
}

.sf-share-button>span {
    margin-top: -3px
}

.sf-share-button>strong {
    vertical-align: top;
    font-weight: 400
}

@font-face {
    font-family: Dinot;
    src: url(/ResourcePackages/Bootstrap/assets/dist/fonts/dinot-light.eot);
    src: local("Dinot Light"), url(/ResourcePackages/Bootstrap/assets/dist/fonts/dinot-light.woff) format("woff"), url(/ResourcePackages/Bootstrap/assets/dist/fonts/dinot-light.woff2) format("woff2"), url(/ResourcePackages/Bootstrap/assets/dist/fonts/dinot-light.ttf) format("truetype");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: Dinot;
    src: url(/ResourcePackages/Bootstrap/assets/dist/fonts/dinot-regular.eot);
    src: local("Dinot Regular"), url(/ResourcePackages/Bootstrap/assets/dist/fonts/dinot-regular.woff) format("woff"), url(/ResourcePackages/Bootstrap/assets/dist/fonts/dinot-regular.woff2) format("woff2"), url(/ResourcePackages/Bootstrap/assets/dist/fonts/dinot-regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Dinot;
    src: url(/ResourcePackages/Bootstrap/assets/dist/fonts/dinot-bold.eot);
    src: local("Dinot Bold"), url(/ResourcePackages/Bootstrap/assets/dist/fonts/dinot-bold.woff) format("woff"), url(/ResourcePackages/Bootstrap/assets/dist/fonts/dinot-bold.woff2) format("woff2"), url(/ResourcePackages/Bootstrap/assets/dist/fonts/dinot-bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(/ResourcePackages/Bootstrap/assets/dist/fonts/Montserrat-Regular.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(/ResourcePackages/Bootstrap/assets/dist/fonts/Montserrat-Italic.ttf);
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Montserrat;
    src: url(/ResourcePackages/Bootstrap/assets/dist/fonts/Montserrat-Medium.ttf);
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(/ResourcePackages/Bootstrap/assets/dist/fonts/Montserrat-MediumItalic.ttf);
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: Montserrat;
    src: url(/ResourcePackages/Bootstrap/assets/dist/fonts/Montserrat-Bold.ttf);
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(/ResourcePackages/Bootstrap/assets/dist/fonts/Montserrat-BoldItalic.ttf);
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: Webdings;
    src: local("Webdings"), url(/ResourcePackages/Bootstrap/assets/dist/fonts/Webdings.ttf)
}


/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * @geedmo - Licensed under the MIT license
 */

.yamm .collapse,
.yamm .dropdown,
.yamm .dropup,
.yamm .nav {
    position: static
}

.yamm .container {
    position: relative
}

.yamm .dropdown-menu {
    left: auto
}

.yamm .yamm-content {
    padding: 52px 0 47px 30px
}

.yamm .yamm-content>div.row {
    display: flex;
    flex-direction: row
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 50%;
    right: 0;
    width: 101%;
    max-width: 1452px;
    transform: translateX(-50%)
}

@media (min-width:1300px) {
    .header.container {
        width: 1280px
    }
}

.header {
    min-height: 126px
}

.header .logo-container {
    float: left
}

.header .logo-container .logo {
    width: 149px;
    position: absolute;
    top: -51.67px;
    padding: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: 10000;
    background-color: #fff;
    border: .5px solid transparent;
    border-bottom-color: #999
}

@media only screen and (max-width:768px) {
    .header {
        min-height: auto;
        height: 86px
    }
    .header .logo-container .logo {
        top: 0;
        width: 80px;
        border: none;
        padding: 4px;
        z-index: 100
    }
}

.secondary-nav {
    float: left;
}

.secondary-nav .nav {
    background-color: #fff;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    margin-bottom: 0;
    height: 51px;
}

.secondary-nav .nav .open>a:focus,
.secondary-nav .nav .open>a:hover,
.secondary-nav li>a,
.secondary-nav li>a:focus,
.secondary-nav li>a:hover {
    background-color: transparent
}

.secondary-nav .nav .open>a {
    box-shadow: inset 0 -5px 0 #00476d
}

.secondary-nav li>a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -.03rem;
    padding: 15px;
    border-left: 1px solid #999;
    border-radius: 0
}

.secondary-nav li.active>a,
.secondary-nav li.active>a:active,
.secondary-nav li.active>a:focus,
.secondary-nav li.active>a:hover {
    color: inherit;
    background-color: inherit
}

.secondary-nav ul.dropdown-menu {
    border-radius: 0;
    border: 1px solid #999;
    box-shadow: none;
    margin-top: 0
}

.secondary-nav ul.dropdown-menu li>a {
    border: none
}

.legal-directory {
    float: left;
    margin-right: 15px;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    cursor: pointer;
    height: 51px;
}

.legal-directory.open {
    box-shadow: inset 0 -5px 0 #00476d
}

.legal-directory a.dropdown-toggle { 
    padding: 15px;
    display: block;
}

.legal-directory span {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -.03rem;
    text-transform: uppercase
}

.legal-directory span:after {
    margin-left: 7px;
    margin-top: 9px;
    font-size: 0;
    float: right;
    width: 0;
    height: 0;
    border-top: 4px solid #58595b;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent
}

.legal-directory form.dropdown-menu {
    margin: 0;
    padding: 18px 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #999
}

.legal-directory form.dropdown-menu input[type=text],
.legal-directory form.dropdown-menu select {
    width: 200px;
    border: 1px solid #999;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    margin: 0 0 10px;
    padding: 10px;
    font-family: Montserrat;
    font-weight: 700;
    letter-spacing: -.01rem
}

.legal-directory form.dropdown-menu .radio {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    float: left;
    margin: 0 8px 8px 0;
    line-height: 14px
}

.legal-directory form.dropdown-menu .radio>input {
    visibility: hidden;
    position: absolute
}

.legal-directory form.dropdown-menu .radio>i {
    display: inline-block;
    vertical-align: bottom;
    width: 14px;
    height: 14px;
    margin-right: 4px;
    border-radius: 50%;
    background: #999;
    box-shadow: inset 0 0 0 8px #999
}

.legal-directory form.dropdown-menu .radio:hover>i {
    box-shadow: inset 0 0 0 4px #999;
    background: #00466d
}

.legal-directory form.dropdown-menu .radio>input:checked+i {
    box-shadow: inset 0 0 0 4px #00466d;
    background: #fff
}

.legal-directory form.dropdown-menu input[type=submit] {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    background-color: #00466d;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    line-height: 42px
}

.legal-directory form.dropdown-menu .advanced-search {
    color: #999;
    font-size: 11px;
    font-style: italic;
    text-decoration: underline
}

@media only screen and (max-width:768px) {
    .container.header>div.row>div.col-md-12 {
        display: flex;
        justify-content: flex-end
    }
    .secondary-nav {
        margin: 0 -15px;
        order: 1;
        flex-grow: 1;
        max-width: 330px
    }
    .secondary-nav .nav {
        display: flex;
        justify-content: space-between;
        border-right: none;
        height: 38px;
    }
    .secondary-nav .nav li {
        flex-grow: 1
    }
    .secondary-nav .nav li>a {
        padding: 12px 0;
        font-size: 9px;
        text-align: center
    }
    .secondary-nav .nav li:first-of-type>a {
        border-left: none
    }
    .legal-directory {
        padding: 0;
        margin-left: -16px;
        height: 38px;
    }
    .legal-directory a.dropdown-toggle {
        padding: 12px 10px;
        border-right: 1px solid #999;
    }
    .legal-directory span {
        font-size: 9px;
        padding: 0;
        display: block;
    }
    .legal-directory span:after {
        margin-left: 5px;
        margin-top: 5px;
        content: " ";
        font-size: 0;
        float: right;
        width: 0;
        height: 0;
        border-top: 4px solid #58595b;
        border-bottom: 4px solid transparent;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent
    }
}

.header .col-md-12,
.header .col-sm-10,
.header .col-xs-10,
.header .main-nav .yamm,
.header .main-nav .yamm-fw {
    position: inherit
}

@media (min-width:769px) {
    .header > .row > .col-md-12 { float: right; width: auto; }
}

@media (max-width:768px) {
    .navbar-header {
        float: none
    }
    .navbar-left,
    .navbar-nav,
    .navbar-right {
        float: none!important
    }
    .navbar-toggle {
        display: block
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px
    }
    .navbar-collapse.collapse {
        display: none!important
    }
    .navbar-nav {
        margin-top: 7.5px
    }
    .navbar-nav>li {
        float: none
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .collapse.in {
        display: block!important
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
}

@media only screen and (max-width:480px) and (min-width:320px),
only screen and (max-width:568px) and (min-width:320px),
only screen and (-webkit-device-pixel-ratio:3) {
    .sfPublicWrapper {
        width: 100%!important;
        padding-left: 0!important;
        padding-right: 0!important;
        margin-top: 0!important;
        padding-top: 0!important
    }
}

.main-nav {
    float: right;
    text-transform: uppercase
}

.main-nav .navbar {
    min-height: 0
}

.main-nav .navbar-default {
    background-color: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 0
}

.main-nav .navbar-default .navbar-nav>.open>a {
    background-color: transparent;
    box-shadow: inset 0 -5px 0 #1179a5
}

.main-nav .navbar-default .navbar-nav>.open>a:focus,
.main-nav .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent
}

.main-nav .container-fluid,
.main-nav .navbar-collapse {
    padding: 0
}

.main-nav li {
    margin: 0 10px
}

.main-nav li:first-of-type {
    margin-left: 0
}

.main-nav li:last-of-type {
    margin-right: 0
}

.main-nav li>a {
    padding: 2.75rem 0;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -.05rem
}

.main-nav li>a span.caret {
    display: none
}

.main-nav li.is-active>a {
    box-shadow: inset 0 -5px 0 #1179a5
}

.main-nav ul.dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    border: none;
    border-top: .5px solid #999;
    top: 126px;
    position: absolute
}

.main-nav ul.dropdown-menu a {
    padding: 1rem
}

.main-nav .yamm-content .main-nav-left {
    font-size: 17px;
    letter-spacing: -.03rem;
    border-right: .5px solid #999
}

.main-nav .yamm-content .main-nav-left a {
    font-weight: 700;
    padding: 0
}

.main-nav .yamm-content .main-nav-left ul.menu {
    padding-left: 0;
    margin: 3px 0;
    font-family: Montserrat
}

.main-nav .yamm-content .main-nav-left ul.menu li {
    display: block;
    margin: 0;
    padding: 5px 0;
    text-transform: none;
}

.main-nav .yamm-content .main-nav-left ul.menu a {
    font-weight: 500;
    font-size: 14px
}

.main-nav .main-nav-right {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.main-nav .main-nav-right .social-icons-round a {
    padding: 0;
    margin: 0
}

@media only screen and (max-width:1199px) {
    .main-nav .yamm-content .main-nav-left {
        border-right: none
    }
    .main-nav .main-nav-right {
        display: none
    }
}

@media only screen and (max-width:1300px) {
    .main-nav li>a {
        font-size: 12px
    }
}

@media only screen and (max-width:992px) {
    .logo {
        left: -10px
    }
    .main-nav li {
        margin: 0 5px
    }
    .main-nav li>a {
        font-size: 10px;
        letter-spacing: -.06rem
    }
}

.offcanvas-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden
}

.offcanvas-wrapper.show-offcanvas-menu .offcanvas {
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -moz-transform: translateZ(0) translateX(-100%);
    -ms-transform: translateZ(0) translateX(-100%);
    -webkit-transform: translateZ(0) translateX(-100%);
    transform: translateZ(0) translateX(-100%);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.offcanvas {
    width: 100%;
    height: 100%;
    position: relative;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -moz-transform: translateZ(0) translateX(0);
    -ms-transform: translateZ(0) translateX(0);
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    -webkit-transition: .3s ease all;
    transition: .3s ease all
}

.offcanvas-menu {
    position: absolute;
    top: 0;
    right: -100%;
    height: 100%;
    width: 100%;
    background-color: #FFF;
    z-index: 999;
    transition: all 600ms ease;
}

.menu-open {
    overflow: hidden;
}

.menu-open .offcanvas-menu {
    right: 0;
}

@media only screen and (max-width:768px) {
    .logo {
        left: initial
    }
    .navbar-toggle {
        border: none;
        margin: 5px 25px 0 0
    }
    .navbar-toggle:focus,
    .navbar-toggle:hover {
        background-color: transparent
    }
    .navbar-toggle .icon-bar {
        background-color: #58595b;
        width: 20px;
        height: 4px
    }
    .main-nav .navbar-toggle:focus,
    .main-nav .navbar-toggle:hover {
        background-color: transparent
    }
    .main-nav .navbar-toggle .icon-bar {
        background-color: #58595b
    }
    .offcanvas-menu {
        display: block
    }
    .offcanvas-menu nav {
        height: inherit
    }
    .offcanvas-menu .menu-close {
        padding: 0;
        height: inherit;
        background-color: #b4b4b5
    }
    .offcanvas-menu .navbar-button {
        display: block;
        float: none;
        margin: 52px auto;
        padding: 0;
        cursor: pointer
    }
    .offcanvas-menu .navbar-button .icon-bar {
        background-color: #58595b;
        width: 20px;
        height: 4px;
        margin: 0 auto;
        display: block;
        border-radius: 1px
    }
    .offcanvas-menu .navbar-button .icon-bar+.icon-bar {
        margin-top: 4px
    }
    .offcanvas-menu .navbar-nav {
        margin: 0 -15px
    }
    .offcanvas-menu .navbar-nav>li>a {
        font-size: 15px;
        font-weight: 700;
        letter-spacing: -.03rem;
        line-height: 15px;
        padding: 23px 30px;
        border-bottom: 2px solid #b4b4b5
    }
    .offcanvas-menu .navbar-nav>li>a:active,
    .offcanvas-menu .navbar-nav>li>a:focus,
    .offcanvas-menu .navbar-nav>li>a:hover {
        border-color: #b4b4b5
    }
    .offcanvas-menu .navbar-nav>li>a .sf-icon-g-arrow-right {
        float: right;
        margin-top: -3.5px;
        margin-right: -10px;
        width: 12px;
        height: 23px;
        background-position: -210px -103px;
        background-repeat: no-repeat;
        -webkit-filter: brightness(50%);
        -moz-filter: brightness(50%);
        -ms-filter: brightness(50%);
        -o-filter: brightness(50%);
        filter: brightness(50%)
    }
    .offcanvas-menu .navbar-nav .open .dropdown-menu>li>a {
        font-size: 14px;
        line-height: 14px;
        padding: 10px 38px
    }
    .offcanvas-menu .social-icons-round,
    .offcanvas-menu .social-icons-round p {
        font-size: 13px;
        letter-spacing: -.03rem
    }
    .offcanvas-menu .navbar-nav li.dropdown-submenu>ul.dropdown-menu {
        display: none
    }
    .offcanvas-menu .navbar-nav li.dropdown-submenu.open>ul.dropdown-menu {
        display: block;
        padding-left: 1.5rem;
        border-bottom: 1px solid #b4b4b5
    }
    .offcanvas-menu .social-icons-round {
        padding: 23px 30px
    }
}

.owl-carousel.owl-hero .slide-img {
    height: 414px
}

.owl-carousel.owl-hero .slide-img img {
    height: 414px;
    object-fit: cover
}

.owl-carousel.owl-hero .slide-img:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0
}

.owl-carousel.owl-hero .slide-img.Blue:after,
.owl-carousel.owl-hero .slide-img.blue:after {
    background-color: rgba(0, 144, 154, .6)
}

.owl-carousel.owl-hero .slide-img.Gray:after,
.owl-carousel.owl-hero .slide-img.gray:after {
    background-color: rgba(0, 0, 0, .5)
}

.owl-carousel.owl-hero .slide-img.Green:after,
.owl-carousel.owl-hero .slide-img.green:after {
    background-color: rgba(78, 162, 71, .6)
}

.owl-carousel.owl-hero .slide-img.Yellow:after,
.owl-carousel.owl-hero .slide-img.yellow:after {
    background-color: rgba(255, 242, 45, .6)
}

.owl-carousel.owl-hero .slide-text {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff
}

.owl-carousel.owl-hero .slide-text h1 {
    font-size: 52px;
    font-weight: 700;
    letter-spacing: -.03rem;
    text-transform: uppercase
}

.owl-carousel.owl-hero .slide-text p {
    font-size: 19px;
    letter-spacing: 0
}

.owl-carousel.owl-hero .slide-text a {
    color: #fff
}

.owl-carousel.owl-hero .owl-nav {
    height: auto;
    position: absolute;
    bottom: 17%;
    width: 100%;
    max-width: 1280px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0
}

.owl-carousel.owl-hero .owl-nav .owl-prev {
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    transform: scaleX(-1);
    filter: FlipH;
    float: left
}

.k-scheduler .k-header,
.k-scheduler .k-scheduler-monthview th {
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0)
}

.owl-carousel.owl-hero .owl-nav .owl-next {
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    float: right
}

@media only screen and (max-width:768px) {
    .owl-carousel.owl-hero,
    .owl-carousel.owl-hero .slide-img {
        height: 336px
    }
    .owl-carousel.owl-hero .slide-img img {
        height: 336px;
        object-fit: cover
    }
    .owl-carousel.owl-hero .slide-text h1 {
        font-size: 34px;
        line-height: 34px
    }
    .owl-carousel.owl-hero .slide-text p {
        font-size: 11.5px;
        line-height: 15px
    }
}

.hero {
    min-height: 274px;
    background-color: #00476d;
    position: relative
}

.hero #hero img {
    width: 100%;
    object-fit: cover;
    max-height: 414px;
    min-height: 274px
}

.hero #hero:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0
}

.hero #hero.Blue:after,
.hero #hero.blue:after {
    background-color: rgba(0, 144, 154, .6)
}

.hero #hero.Gray:after,
.hero #hero.gray:after {
    background-color: rgba(0, 0, 0, .5)
}

.hero #hero.Green:after,
.hero #hero.green:after {
    background-color: rgba(78, 162, 71, .6)
}

.hero #hero.Yellow:after,
.hero #hero.yellow:after {
    background-color: rgba(255, 242, 45, .6)
}

.hero #heroStoryHeadline {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.hero #heroStoryHeadline h1, .hero #heroStoryHeadline h1 .hero-default {
    font-size: 90px;
    line-height: 84px;
    font-weight: 200;
    letter-spacing: -.04rem;
    color: #fff;
    text-transform: uppercase;
    margin-right: -15px
}

.hero #heroStoryHeadline h1 .hero-default { display: inline-block; }
.hero #heroStoryHeadline h1 .hero-small { font-size: 50px; line-height: 50px; display: inline-block; }
.hero #heroStoryHeadline h1 .hero-medium { font-size: 70px; line-height: 70px; display: inline-block; }
.hero #heroStoryHeadline h1 .hero-large { font-size: 100px; line-height: 95px; display: inline-block; }

.hero #heroStoryHeadline h1 .first-word {
    font-weight: 700
}

@media only screen and (max-width:768px) {
    .hero,
    .hero #hero img {
        min-height: 112px
    }
    .hero #heroStoryHeadline h1, .hero #heroStoryHeadline h1 .hero-default {
        font-size: 24px;
        line-height: 28px
    }
    .hero #heroStoryHeadline h1 .hero-small { font-size: 18px; line-height: 21px; display: inline-block; }
    .hero #heroStoryHeadline h1 .hero-medium { font-size: 23px; line-height: 27px; display: inline-block; }
    .hero #heroStoryHeadline h1 .hero-large { font-size: 25px; line-height: 28px; display: inline-block; }
}

.search-widget-container .search-box,
.search-widget-container .search-filter {
    margin: 0;
    padding: 10px 20px;
    width: 100%;
    font-size: 15px;
    font-family: Montserrat;
    outline: 0;
    height: 53px;
    font-weight: 700
}

.search-widget-container {
    position: absolute;
    top: 43px;
    width: 100%;
    z-index: 10
}

.search-widget-container.closed-search-box {
    display: none
}

.search-widget-container .search-box {
    border: 1px solid #a9a9a9;
    border-right: 1px solid #999;
    color: #333;
    border-radius: 8px 0 0 8px
}

.search-widget-container .search-filter {
    border: 1px solid #a9a9a9;
    border-radius: 0 8px 8px 0
}

.search-widget-container button {
    outline: 0;
    border: none;
    background-color: #fff;
    width: 54px;
    height: 53px;
    padding: 9px;
    font-size: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px
}

.closed-search-box-container {
    position: absolute;
    top: 38px;
    max-width: 1280px;
    width: 100%;
    z-index: 10;
    transform: translateX(-50%);
    left: 50%
}

.closed-search-box-container .search-widget-container {
    top: 0
}

.closed-search-box-container .open-search-box {
    float: right;
    outline: 0;
    border: none;
    background-color: #fff;
    width: 54px;
    height: 53px;
    padding: 10px;
    font-size: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px
}

@media only screen and (max-width:768px) {
    .search-widget-container .search-box,
    .search-widget-container .search-filter {
        width: 100%;
        height: 45px
    }
    .search-widget-container button {
        width: 45px;
        height: 45px;
        padding: 5px
    }
    .closed-search-box-container {
        top: 43px
    }
    .closed-search-box-container .open-search-box {
        width: 45px;
        height: 45px;
        padding: 5px;
        margin-right: 10px
    }
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    font-size: 16px;
    letter-spacing: -.03rem;
    padding: 8px 0;
    text-transform: uppercase
}

.breadcrumb>.active {
    font-weight: 700
}

.breadcrumb>li+li:before {
    content: "| ";
    color: #58595b;
    font-weight: 400
}

.main-content ul.sf-social-share {
    padding: 0;
    margin: 0
}

.main-content ul.sf-social-share li {
    padding: 0;
    margin: 0 2px 8px
}

.left-sidebar .widget {
    margin-bottom: 83px;
    border-top: 9px solid #00476d;
    overflow: hidden
}

.left-sidebar .widget .widget-title {
    margin: 15px 0 18px;
    font-weight: 700;
    font-size: 23px;
    line-height: 30px;
    letter-spacing: -.03rem
}

.left-sidebar .widget ul {
    padding: 0
}

.left-sidebar .widget .item {
    border-top: .5px solid #999;
    padding: 18px 0;
    overflow: hidden
}

.left-sidebar .widget .item:last-of-type {
    border-bottom: .5px solid #999
}

.left-sidebar .widget .item-img {
    overflow: hidden;
    width: 94px;
    height: 94px;
    float: left;
    margin-right: 12px
}

.left-sidebar .widget .item-img img {
    width: 100%;
    height: 100%;
    padding: 0
}

.left-sidebar .widget .item-text {
    float: left;
    width: 59%
}

.left-sidebar .widget .item-text.text-only {
    float: none;
    width: 100%
}

.left-sidebar .widget .item-text .item-title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -.03rem;
    margin: 0 0 .5rem
}

.left-sidebar .widget .item-text .item-title a {
    text-decoration: none;
    color: #58595b
}

.left-sidebar .widget .item-text .item-title a:active,
.left-sidebar .widget .item-text .item-title a:focus,
.left-sidebar .widget .item-text .item-title a:hover {
    text-decoration: none;
    color: #a5a6a7
}

.left-sidebar .widget .item-text .timestamp {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: -.03rem;
    font-weight: 700;
    font-family: Dinot;
}

.left-sidebar .widget .item-text p {
    margin: 0 0 .5rem;
    font-size: 14px
}

.left-sidebar .widget .item-text a {
    text-decoration: underline;
    color: #1179a5
}

.left-sidebar .widget .item-text a:active,
.left-sidebar .widget .item-text a:focus,
.left-sidebar .widget .item-text a:hover {
    text-decoration: underline;
    color: #9cdaf4
}

@media only screen and (max-width:1300px) {
    .left-sidebar .widget .item-text {
        width: 50%
    }
}

.widget.news-categories {
    border-top: none;
    text-align: right
}

.widget.news-categories .widget-title {
    font-size: 65px;
    line-height: 65px;
    letter-spacing: -.03rem;
    font-weight: 200;
    border-bottom: 9px solid #4EA247;
    margin: 0;
    padding: 0 0 18px
}

.widget.news-categories .item {
    border-top: none;
    position: relative
}

.widget.news-categories .item:last-of-type {
    border-bottom: none
}

.widget.news-categories .item:after {
    content: "";
    background: #999;
    position: absolute;
    bottom: 0;
    right: 0;
    height: .8px;
    width: 114px
}

.widget.news-categories .item:last-of-type:after {
    height: 0;
    width: 0;
    background: 0 0
}

.widget.news-categories .item-text a {
    display: block;
    font-size: 21px;
    line-height: 33px;
    font-weight: 700;
    letter-spacing: -.03rem;
    text-decoration: none;
    color: #999
}

.widget.news-categories .item-text a.active,
.widget.news-categories .item-text a:active,
.widget.news-categories .item-text a:focus,
.widget.news-categories .item-text a:hover {
    text-decoration: none;
    color: #58595b
}

@media only screen and (max-width:768px) {
    .left-sidebar .news-categories {
        text-align: left
    }
}

.main-content {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -.01rem;
    font-family: Montserrat;
}

.main-content .date {
    text-transform: none;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -.01rem;
    margin: 0 0 22px;
    font-family: Dinot;
    line-height: 22px;
}

.main-content .date span {
    text-transform: none
}

.main-content p {
    margin: 0 0 10px;
    line-height: 1.42857;
}

.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
    font-family: Dinot;
    font-weight: 700
}

.main-content h3,
.main-content table {
    font-family: Montserrat
}

.main-content h2 {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -.03rem;
    margin: 0
}

.main-content p+h2 {
    margin: 30px 0 0
}

.main-content h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: -.01rem;
    margin: 27px 0 0
}

.main-content .committee-detail h3,
.main-content .news-details h3,
.main-content .press-detail h3,
.main-content .section-detail h3,
.two-col-widget .col-md-6 h3 {
    font-size: 16px
}

.main-content a {
    text-decoration: underline;
    color: #1179a5
}

.main-content a:active,
.main-content a:focus,
.main-content a:hover {
    text-decoration: underline;
    color: #9cdaf4
}

.main-content ol,
.main-content ul {
    padding: 0 0 0 19px;
    margin: 5px 0 22px 20px;
    font-family: Montserrat; letter-spacing: -.01rem;
}

.main-content .widget ul { margin-left: 0; }

.main-content .widget ul {
    overflow: hidden;
    list-style-type: none
}

.main-content li {
    margin-bottom: 13px
}

.main-content table {
    width: 100%
}
.main-content .committee-detail .content,
.main-content .event-detail .content,
.main-content .section-detail .content {
    font-family: Montserrat;
    letter-spacing: -.01rem
}

.main-content table+p {
    margin-top: 1rem
}

.main-content table td {
    padding: 1rem 1.5rem;
    border: 1px solid #999;
    vertical-align: top
}

.main-content .event-detail h2 {
    margin-bottom: 20px
}

.main-content .event-detail address,
.main-content .event-detail time {
    font-weight: 700
}

.main-content .event-detail p {
    margin-bottom: 10px
}

.main-content .section-detail {
    margin-bottom: 27px
}

.main-content .section-detail .timestamp,
.main-content .section-detail h2 {
    margin-bottom: 10px
}

.main-content .section-detail .timestamp { font-size: 13px; font-weight: 700; text-transform: none; letter-spacing: -.01rem; margin: 0 0 22px; font-family: Dinot; line-height: 22px; }

.main-content .section-detail .thumbnail {
    float: left;
    margin-right: 20px;
    border: none;
    padding-left: 0
}

.contact-us-form .form-group input#Textbox-1,
.contact-us-form .form-group textarea {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    font-weight: 700
}

.main-content .committee-list {
    margin-bottom: 27px
}

.main-content .committee-list h2 {
    margin-bottom: 20px
}

.main-content .committee-detail {
    margin-bottom: 27px
}

.main-content .committee-detail .timestamp,
.main-content .committee-detail h2 {
    margin-bottom: 10px
}

.main-content .two-lists {
    margin-bottom: 27px
}

.main-content .two-lists h2 {
    margin-bottom: 20px
}

.main-content .two-lists ul>li>a {
    font-weight: 700;
    font-family: Montserrat
}

.main-content .news-details .content,
.main-content .press-detail .content {
    font-family: Montserrat;
    letter-spacing: -.01rem
}

.main-content .two-lists .item {
    margin-bottom: 20px;
    overflow: hidden
}

.main-content .two-lists .item h3 {
    font-size: 16px;
    margin: 0
}

.main-content .two-lists .item a.back-to-top {
    float: right;
    font-weight: 700;
    text-transform: uppercase
}

.main-content .news-details {
    margin-bottom: 27px
}

.main-content .news-details .timestamp,
.main-content .news-details h2 {
    margin-bottom: 10px
}
.main-content .timestamp { font-size: 13px; font-weight: 700; text-transform: none; letter-spacing: -.01rem; margin: 0 0 22px; font-family: Dinot; line-height: 22px; }

.main-content .press-list {
    margin-bottom: 27px
}

.main-content .press-list h2 {
    margin-bottom: 20px
}

.main-content .press-detail {
    margin-bottom: 27px
}

.main-content .press-detail .timestamp,
.main-content .press-detail h2,
.two-col-widget .widget-title {
    margin-bottom: 10px
}

.contact-us-form .form-group input#Textbox-1,
.contact-us-form .form-group select,
.contact-us-form .form-group textarea,
.k-scheduler,
.two-col-widget .col-md-6 h3 {
    font-family: Montserrat
}

.two-col-widget .col-md-6.item {
    margin-bottom: 21px
}

.two-col-widget .col-md-6 h3 {
    font-weight: 700;
    line-height: 27px;
    letter-spacing: -.01rem;
    margin: 0
}

.two-col-widget .col-md-6 p {
    line-height: 24px
}

.two-col-widget.contact {
    margin-top: 54px
}

.two-col-widget.contact .col-md-6 .data.phone {
    font-weight: 700
}

.two-col-widget.section-list .col-md-6 .item-img {
    float: left;
    margin-right: 10px
}

.contact-us-form .form-group label {
    display: none
}

.contact-us-form .form-group input#Textbox-1 {
    width: 50%;
    font-size: 14px;
    letter-spacing: -.01rem;
    color: #333;
    border-radius: 8px
}

.contact-us-form .form-group select {
    width: 50%;
    background-color: #e6e6e6;
    border: none;
    color: #797a7c;
    font-size: 16px;
    letter-spacing: -.01rem;
    font-weight: 700;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px
}

.contact-us-form .form-group textarea {
    width: 80%;
    padding: 6px 12px;
    min-height: 120px;
    font-size: 14px;
    letter-spacing: -.01rem;
    color: #333;
    border-radius: 8px
}

.contact-us-form .g-recaptcha {
    width: 60%;
    margin-bottom: 15px
}

.contact-us-form button[type=submit] {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    background-color: #00476d;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    line-height: 40px;
    width: 156px;
    padding: 0
}

.calender-filter {
    width: auto;
    max-width: 100%;
    border: none;
    font-weight: 700;
    color: #797a7c;
    font-size: 16px;
    background-color: #e6e6e6;
    margin-bottom: 2em
}

.k-scheduler {
    border-color: #58595b!important;
    margin-bottom: 15px
}

.lead-latest-news .attribute,
.lead-latest-news .timestamp {
    font-family: Dinot;
    letter-spacing: -.03rem
}
.lead-latest-news .timestamp { font-size: 13px; line-height: 22px; font-weight: 700; }

.k-scheduler a,
.k-scheduler a:active,
.k-scheduler a:focus,
.k-scheduler a:hover {
    text-decoration: none
}

.k-scheduler .k-header {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #e5e5e5));
    background: -webkit-linear-gradient(top, #fff 0, #e5e5e5 100%);
    background: -o-linear-gradient(top, #fff 0, #e5e5e5 100%);
    background: -ms-linear-gradient(top, #fff 0, #e5e5e5 100%);
    background: linear-gradient(to bottom, #fff 0, #e5e5e5 100%);
    border-bottom-color: #58595b
}

.k-scheduler .k-header ul {
    margin: 0;
    padding: 0
}

.k-scheduler .k-header li {
    margin: 0
}

.k-scheduler .k-header span.k-icon {
    margin-bottom: 3px
}

.k-scheduler .k-header .k-state-default {
    background-color: transparent
}

.k-scheduler .k-header .k-state-default.k-nav-current {
    margin-left: 15px
}

.k-scheduler .k-header a {
    color: #000
}

.k-scheduler .k-header a:active,
.k-scheduler .k-header a:focus,
.k-scheduler .k-header a:hover {
    color: #4d4d4d
}

.k-scheduler .k-header .k-state-selected {
    background-color: #25afc8!important
}

.k-scheduler .k-header .k-state-selected a {
    color: #fff
}

.k-scheduler .k-scheduler-toolbar>ul>li {
    border-bottom-color: #ccc
}

.k-scheduler .k-scheduler-views .k-view-timeline,
.k-scheduler .k-scheduler-views .k-view-workweek {
    display: none!important
}

.k-scheduler .k-scheduler-views .k-view-agenda {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.k-scheduler .k-scheduler-monthview th {
    text-align: center;
    font-weight: 400;
    border-color: #58595b!important;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #e6e6e6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #e6e6e6));
    background: -webkit-linear-gradient(top, #fff 0, #e6e6e6 100%);
    background: -o-linear-gradient(top, #fff 0, #e6e6e6 100%);
    background: -ms-linear-gradient(top, #fff 0, #e6e6e6 100%);
    background: linear-gradient(to bottom, #fff 0, #e6e6e6 100%)
}

.k-scheduler .k-scheduler-monthview td {
    font-weight: 700;
    border-color: #58595b!important
}

.k-scheduler .k-scheduler-monthview .k-scheduler-content tr td:first-of-type,
.k-scheduler .k-scheduler-monthview .k-scheduler-content tr td:last-of-type {
    background-color: #f5f5f5
}

.k-scheduler .k-scheduler-monthview .k-event {
    background-color: transparent!important;
    border-color: transparent!important
}

.k-scheduler .k-scheduler-monthview .k-event div {
    padding: 0 7px;
    margin: 3px 0;
    background-color: #25afc8
}

.k-scheduler .k-scheduler-monthview .k-event div a {
    font-weight: 400;
    color: #000;
    line-height: 25px
}

.k-scheduler .k-scheduler-monthview .k-event div a:active,
.k-scheduler .k-scheduler-monthview .k-event div a:focus,
.k-scheduler .k-scheduler-monthview .k-event div a:hover {
    color: #fff
}

.k-scheduler .k-scheduler-dayview .k-scheduler-times {
    background-color: #f5f5f5
}

.k-scheduler .k-scheduler-dayview .k-event {
    background-color: #25afc8!important;
    border-color: transparent!important
}

.k-scheduler .k-scheduler-dayview .k-event div {
    padding: 0 7px;
    margin: 3px 0;
    background-color: #25afc8
}

.k-scheduler .k-scheduler-dayview .k-event div a {
    font-weight: 400;
    color: #000;
    line-height: 25px
}

.k-scheduler .k-scheduler-dayview .k-event div a:active,
.k-scheduler .k-scheduler-dayview .k-event div a:focus,
.k-scheduler .k-scheduler-dayview .k-event div a:hover {
    color: #fff
}

.k-scheduler .k-scheduler-agendaview .sf-event-item {
    display: block
}

.k-scheduler .k-header li.k-view-week {
    display: none;
}

@media only screen and (max-width:768px) {
    .k-scheduler .k-scheduler-agendaview .k-scheduler-agendaday {
        font-size: 2em
    }
    .k-scheduler .k-scheduler-agendaview .k-scheduler-table td,
    .k-scheduler .k-scheduler-agendaview .k-scheduler-table th {
        font-size: 13px
    }
}

.owl-carousel-container {
    margin: 30px auto 0;
    height: 466px
}

.owl-carousel-container .widget-title {
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: -.03rem;
    margin: 0
}

.owl-article-filter {
    text-align: right;
    line-height: 40px
}

.owl-article-filter a {
    font-size: 16px;
    letter-spacing: -.03rem;
    line-height: 16px;
    padding: 0 1rem 0 .5rem;
    border-right: 1px solid #999;
    cursor: pointer
}

.owl-article-filter a:last-of-type {
    border-right: none;
    padding: 0 0 0 .5rem
}

.owl-article-filter a.active {
    font-weight: 700
}

.owl-carousel.owl-article {
    margin: 20px auto 14px
}

.owl-carousel.owl-article .owl-slide .owl-image {
    width: 260px;
    height: 260px;
    margin: 0 auto;
    background-color: #444
}

.owl-carousel.owl-article .owl-slide .owl-image img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.owl-carousel.owl-article .owl-slide .owl-text {
    text-align: center
}

.owl-carousel.owl-article .owl-slide .owl-text h3 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.owl-carousel.owl-article .owl-slide .owl-text a {
    font-size: 21px;
    letter-spacing: -.03rem;
    font-weight: 700;
    text-transform: uppercase
}

.owl-carousel.owl-article .owl-slide .owl-text p {
    font-size: 15px;
    margin: 0
}

.owl-carousel.owl-article .owl-nav {
    width: 115%;
    height: auto;
    padding: 0 2rem;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%)
}

.owl-carousel.owl-article .owl-nav .owl-prev {
    transform: scaleX(-1);
    filter: FlipH;
    float: left;
}

.owl-carousel.owl-article .owl-nav .owl-next {
    float: right;
    
}

@media only screen and (max-width:1300px) {
    .owl-carousel-container {
        width: 1100px
    }
    .owl-carousel.owl-article .owl-nav {
        width: 110%
    }
}

@media (max-width:1199px) {
    .owl-carousel-container {
        width: auto
    }
}

@media only screen and (max-width:768px) {
    .owl-carousel-container {
        margin: 0 -15px;
        height: auto
    }
    .owl-carousel-container .widget-title {
        font-size: 32px;
        letter-spacing: -.03rem
    }
    .owl-article-filter {
        font-size: 14px;
        letter-spacing: -.03rem;
        text-align: center
    }
    .owl-carousel.owl-article .owl-slide .owl-image {
        width: 100%;
        height: 300px
    }
    .owl-carousel.owl-article .owl-slide .owl-text {
        width: 70%;
        margin: 0 auto
    }
    .owl-carousel.owl-article .owl-nav {
        top: 80%;
        width: 100%;
        padding: 0 1rem
    }
}

.lead-latest-news .image-container {
    /*height: 555px;*/
    /*background-color: #b4b4b5;*/
    margin-bottom: 28px
}

.lead-latest-news .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lead-latest-news h2 {
    text-transform: uppercase
}

.lead-latest-news h2 a {
    text-decoration: none;
    color: #58595b
}

.lead-latest-news h2 a:active,
.lead-latest-news h2 a:focus,
.lead-latest-news h2 a:hover {
    text-decoration: none;
    color: #a5a6a7
}

.lead-latest-news .timestamp {
    font-size: 13px;
    line-height: 22px;
    font-weight: 700;
    font-family: Dinot;
}

.lead-latest-news p {
    margin-bottom: 11px;
    font-size: 14px;
    line-height: 20px
}

.lead-latest-news .attribute {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700
}

.lead-latest-news .attribute span {
    margin: 0 14px 0 0
}

.lead-latest-news .attribute .category a {
    text-decoration: none
}

.lead-latest-news .attribute label:after {
    content: ":";
    margin-right: .5rem
}

@media only screen and (max-width:768px) {
    .lead-latest-news .image-container {
        height: 345px
    }
}

.highlights-news {
    margin-top: 46px
}

.highlights-news .widget-title {
    text-transform: uppercase;
    font-size: 23px;
    padding-bottom: 9px;
    border-bottom: 9px solid #00476d
}

.highlights-news ul {
    padding: 0;
    margin: 0 0 20px;
}

.highlights-news li.item {
    padding: 29px 0;
    overflow: hidden;
    margin-bottom: 0;
    border-bottom: 1px solid #999
}

.highlights-news .item-image {
    height: 165px;
    background-color: #b4b4b5;
    margin: 0 0 10px
}

.highlights-news .item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.highlights-news .item-text .item-title {
    font-size: 21px;
    letter-spacing: -.03rem;
    line-height: 21px;
    font-family: Dinot;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase
}

.highlights-news .item-text .item-title a {
    text-decoration: none;
    color: #58595b
}

.highlights-news .item-text .item-title a:active,
.highlights-news .item-text .item-title a:focus,
.highlights-news .item-text .item-title a:hover {
    color: #a5a6a7
}

.highlights-news .item-text .timestamp {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -.03rem;
    line-height: 22px;
}

.highlights-news .item-text p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px
}

.highlights-news .item-text .attribute {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -.03rem;
    font-weight: 700;
    font-family: Dinot
}

.highlights-news .item-text .attribute span {
    margin: 0 14px 0 0
}

.highlights-news .item-text .attribute .category a {
    text-decoration: none
}

.highlights-news .item-text .attribute label:after {
    content: ":";
    margin-right: .5rem
}

.right-sidebar a { color: #1179a5; }
.right-sidebar a:hover, .right-sidebar a:focus { color: #9cdaf4; text-decoration: underline; }

.right-sidebar .widget {
    margin-bottom: 83px;
    border-top: 9px solid #00476d;
    overflow: hidden
}

.right-sidebar .widget .widget-title {
    margin: 15px 0 18px;
    font-weight: 700;
    font-size: 23px;
    line-height: 30px;
    letter-spacing: -.03rem
}

.right-sidebar .widget ul {
    padding: 0
}

.right-sidebar .widget .item {
    border-top: .5px solid #999;
    padding: 18px 0;
    overflow: hidden
}

.right-sidebar .widget .item:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.right-sidebar .widget .item-img {
    overflow: hidden;
    width: 94px;
    height: 94px;
    float: left;
    margin-right: 12px
}

.right-sidebar .widget .item-img img {
    width: 100%;
    height: 100%;
    padding: 0
}

.right-sidebar .widget .item-text {
    float: left;
    width: 59%
}

.right-sidebar .widget .item-text.text-only {
    float: none;
    width: 100%
}

.right-sidebar .widget .item-text .item-title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -.03rem;
    margin: 0 0 .5rem
}

.right-sidebar .widget .item-text .item-title a {
    text-decoration: none;
    color: #58595b
}

.right-sidebar .widget .item-text .item-title a:active,
.right-sidebar .widget .item-text .item-title a:focus,
.right-sidebar .widget .item-text .item-title a:hover {
    text-decoration: none;
    color: #a5a6a7
}

.right-sidebar .widget .item-text .timestamp {
    font-size: 13px;
    letter-spacing: -.03rem;
    line-height: 22px;
    font-weight: 700;
    font-family: Dinot;
}

.right-sidebar .widget .item-text p {
    margin: 0 0 .5rem;
    font-size: 14px
}

.right-sidebar .widget .item-text a {
    text-decoration: underline;
    color: #1179a5
}

.right-sidebar .widget .item-text a:active,
.right-sidebar .widget .item-text a:focus,
.right-sidebar .widget .item-text a:hover {
    text-decoration: underline;
    color: #9cdaf4
}

@media only screen and (max-width:1300px) {
    .right-sidebar .widget .item-text {
        width: 50%
    }
}

.right-sidebar .widget.primary {
    border-top: 9px solid #00476d
}

.right-sidebar .widget.green {
    border-top-color: #4ea246
}

.right-sidebar .widget.blue {
    border-top-color: #00a7e5
}

.right-sidebar .widget.yellow {
    border-top-color: #fff100
}

.right-sidebar .widget.meeting .item-text .item-title {
    font-size: 18px;
    line-height: 30px
}

.right-sidebar .widget.meeting .item-text .data {
    overflow: hidden;
    font-size: 16px;
    line-height: 25px
}

.right-sidebar .widget.meeting .item-text .data label {
    float: left;
    font-weight: 700;
    letter-spacing: -.03rem;
    text-transform: uppercase;
    margin-bottom: 0
}

.right-sidebar .widget.meeting .item-text .data label:after {
    content: ":";
    margin-right: .5rem
}

.right-sidebar .widget.meeting .item-text .data p {
    font-size: 16px;
    margin: 0
}

.right-sidebar .widget.meeting .item-text .data.call-in p,
.right-sidebar .widget.meeting .item-text .data.location p {
    padding-left: 8rem
}

.right-sidebar .widget.meeting .owl-prev {
    float: left;
    transform: scaleX(-1);
    filter: FlipH
}

.right-sidebar .widget.materials .widget-footer .sf-icon-g-arrow-right,
.right-sidebar .widget.meeting .sf-icon-g-arrow-right {
    width: 12px;
    height: 23px;
    -webkit-filter: brightness(50%);
    -moz-filter: brightness(50%);
    -ms-filter: brightness(50%);
    -o-filter: brightness(50%);
    background-position: -210px -103px;
    background-repeat: no-repeat
}

.right-sidebar .widget.meeting .owl-next {
    float: right
}

.right-sidebar .widget.meeting .sf-icon-g-arrow-right {
    filter: brightness(50%)
}

.right-sidebar .widget.meeting .sf-icon-g-arrow-right.prev { width: 12px; height: 23px; background-position: -210px -103px; }

.right-sidebar .widget.meeting .more-events {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 1.428571429;
    letter-spacing: -.03rem;
    font-weight: 700;
    padding: 8px 0;
    border-bottom: .5px solid #999;
    border-top: .5px solid #999;
    text-transform: uppercase
}

.right-sidebar .widget.contact {
    border-top-color: #00a7e5;
}

.right-sidebar .widget.contact .item-text .item-title {
    font-size: 13px;
    line-height: 17px;
    letter-spacing: -.01rem;
    font-family: Montserrat
}

.right-sidebar .widget.contact .item-text .data p {
    margin: 0;
    font-size: 16px;
    line-height: 21px
}

.right-sidebar .widget.contact .item-text .data.phone p {
    line-height: 27px
}

.right-sidebar .widget.materials {
    border-top-color: #fff100
}

.right-sidebar .widget.materials .item-text .item-title {
    font-size: 18px;
    line-height: 30px
}

.right-sidebar .widget.materials .item-text p {
    margin: 0;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -.02rem
}

.right-sidebar .widget.materials .item-text span {
    float: left
}

.right-sidebar .widget.materials .item-text span:after {
    content: "/";
    margin: 0 .5rem
}

.right-sidebar .widget.materials .item-text span:last-of-type:after {
    content: ""
}

.right-sidebar .widget.materials .widget-footer {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.03rem;
    padding: 8px 0 18px;
    border-bottom: .5px solid #999;
    text-transform: uppercase
}

.right-sidebar .widget.materials .widget-footer .sf-icon-g-arrow-right {
    float: right;
    filter: brightness(50%)
}

.right-sidebar .widget.event-calendar {
    border-top-color: #00a7e5
}

.right-sidebar .widget.event-calendar select[name=event-section] {
    margin: 0 0 13px;
    width: 100%;
    background-color: #e6e6e6;
    height: 40px;
    padding: 0 1rem;
    border-radius: 6px;
    border: none;
    font-size: 16px;
    letter-spacing: -.01rem;
    font-weight: 700;
    color: #797a7c;
}

.right-sidebar .widget.event-calendar .item-text .item-title {
    font-size: 18px
}

.right-sidebar .widget.event-calendar .item-text p {
    font-size: 16px;
    line-height: 22px
}

.right-sidebar .widget.event-calendar .widget-footer {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.03rem;
    padding: 8px 0 8px;
    border-bottom: .5px solid #999;
    border-top: .5px solid #999;
    text-transform: uppercase;
    /*margin-top: -33px;*/
}

.right-sidebar .widget.event-calendar .widget-footer .sf-icon-g-arrow-right {
    float: right;
    width: 12px;
    height: 22px;
    background-position: -210px -103px;
    background-repeat: no-repeat;
    -webkit-filter: brightness(50%);
    -moz-filter: brightness(50%);
    -ms-filter: brightness(50%);
    -o-filter: brightness(50%);
    filter: brightness(50%)
}

.right-sidebar .widget.content-detail {
    border-top-color: #00a7e5
}

.right-sidebar .widget.content-detail .item-text .item-title a {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -.02rem;
    color: #1179a5;
    text-decoration: underline
}

.right-sidebar .widget.content-detail .item-text .item-title a:active,
.right-sidebar .widget.content-detail .item-text .item-title a:focus,
.right-sidebar .widget.content-detail .item-text .item-title a:hover {
    color: #9cdaf4
}

.right-sidebar .widget.content-detail .item-text .duration {
    font-size: 13px;
    line-height: 27px;
    font-weight: 700;
    letter-spacing: -.03rem;
    margin-bottom: 5px
}

.right-sidebar .widget.content-detail .item-text p {
    font-size: 15px;
    line-height: 20px
}

.right-sidebar .widget.content-detail .item-text .credits {
    overflow: hidden
}

.right-sidebar .widget.content-detail .item-text .credits label {
    float: left;
    font-size: 13px;
    line-height: 27px;
    letter-spacing: -.01rem;
    text-transform: uppercase;
    margin-bottom: 0
}

.right-sidebar .widget.content-detail .item-text .credits label:after {
    content: ":";
    margin-right: .5rem
}

.right-sidebar .widget.content-detail .item-text .credits p {
    font-size: 13px;
    line-height: 17px;
    float: left;
    margin: 5px 0 0;
    width: 70%
}

.right-sidebar .promo-widgets .text-only p {
    font-size: 16px
}

.right-sidebar .widget.social-icons-round {
    border-top-color: #00909a
}

.widget.content-list {
    margin-bottom: 6rem;
    overflow: hidden
}

.widget.content-list li {
    padding: 10px 0 0;
    overflow: hidden
}

.widget.content-list li img {
    float: left;
    padding: 0 10px 10px 0;
    height: 94px;
    width: 94px
}

.widget.content-list li .item-text {
    float: left
}

.widget.content-list li .item-text p {
    margin: 0 0 .5rem
}
.event-list-more {
    text-align: center;
}

.search-filters {
    padding: 0
}

.search-filters .q-search-group {
    padding: 32px;
    border-bottom: 1px solid #999
}

.search-filters .q-search-group:first-of-type {
    padding-top: 0
}

.search-filters .q-search-group.date { 
    display: none;
}

.search-filters .q-search-group.content-type { 
    padding-top: 0;
}

.search-filters .q-search-group .q-search-group-head {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: -.03rem;
    line-height: 30px;
    margin-top: 0;
    text-transform: uppercase
}

.search-filters .q-search-group .q-search-group-head:after {
    content: ":"
}

.search-filters .q-search-group .q-search-group-head .select-all {
    float: right;
    font-size: 17px;
    letter-spacing: -.03rem;
    vertical-align: bottom;
    color: #1179a5;
    text-decoration: underline;
    cursor: pointer
}

.search-filters .q-search-group .q-search-group-head .select-all:active,
.search-filters .q-search-group .q-search-group-head .select-all:focus,
.search-filters .q-search-group .q-search-group-head .select-all:hover {
    color: #9cdaf4
}

.search-filters .q-search-group .q-search-group-body .filters-container {
    height: 240px;
    overflow: hidden
}

.search-filters .q-search-group .q-search-group-body input[type=checkbox] {
    display: none
}

.search-filters .q-search-group .q-search-group-body label {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 15px;
    line-height: 35px;
    letter-spacing: -.01rem
}

.search-filters .q-search-group .q-search-group-body label:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/sprite.png);
    background-position: -96px -24px;
    background-size: 626% 400%;
    margin-right: 15px;
    vertical-align: middle
}

.search-filters .q-search-group .q-search-group-body input[type=checkbox]:checked+label:before {
    background-position: -72px -24px
}

.search-filters .q-search-group .input-daterange .input-group-addon {
    color: #fff;
    background-color: #00476d;
    border: none
}

.search-filters .q-search-group .view-all {
    font-family: Montserrat;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: -.03rem;
    color: #1179a5;
    margin-left: 39px;
    cursor: pointer;
    text-decoration: underline
}

.search-filters .q-search-group .view-all:after {
    content: '...'
}

.search-filters .q-search-group .view-all:active,
.search-filters .q-search-group .view-all:focus,
.search-filters .q-search-group .view-all:hover {
    color: #9cdaf4
}

.search-filters .q-search-group .reset-all,
.search-filters .q-search-group input[type=submit] {
    -webkit-border-radius: 8px;
    width: 100%;
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 36px
}

.search-filters .q-search-group input[type=submit] {
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    background-color: #00476d;
    border: none
}

.search-filters .q-search-group .reset-all {
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    background-color: #58595b;
    border: none;
    margin-top: 10px
}

.search-result .item-text .item-title,
.search-result .widget-title {
    line-height: 30px;
    letter-spacing: -.03rem;
    font-weight: 700;
    text-transform: uppercase
}

.search-filters .q-search-group .reset-all .sf-icon-search-close {
    display: inline-block;
    vertical-align: top
}

#ui-datepicker-div {
    background-color: #fff;
    border: 1px solid #999;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

#ui-datepicker-div .ui-datepicker-next {
    float: right
}

#ui-datepicker-div .ui-datepicker-title {
    font-weight: 700;
    text-align: center;
    margin: 5px 0
}

#ui-datepicker-div .ui-datepicker-header .ui-icon {
    cursor: pointer
}

#ui-datepicker-div td,
#ui-datepicker-div th {
    padding: 1px;
    text-align: center;
    width: 30px
}

#ui-datepicker-div td a,
#ui-datepicker-div th a {
    display: block;
    padding: 4px
}

#ui-datepicker-div .ui-datepicker-today a {
    color: #00476d;
    text-decoration: underline
}

#ui-datepicker-div .ui-datepicker-current-day {
    background-color: #00476d
}

#ui-datepicker-div .ui-datepicker-current-day a {
    color: #fff
}

#ui-datepicker-div .ui-datepicker-unselectable {
    background-color: #e6e6e6;
    text-decoration: line-through
}

#ui-datepicker-div .ui-datepicker-other-month.ui-datepicker-unselectable {
    background-color: #fff;
    text-decoration: none
}

.search-result {
    border-left: 2px solid #999;
    padding: 0 32px;
    min-height: 1000px
}

.search-result .search-summary p {
    font-size: 19px;
    font-weight: 700;
    font-family: montserrat;
    border-bottom: 1px solid #999;
    margin: 0 -32px 20px;
    padding: 0 32px 20px
}

.search-result .media.sf-media {
    border-bottom: 1px solid #999;
    padding: 15px 0 22px;
    margin-right: -32px
}

.search-result .media.sf-media:first-of-type {
    margin: 0 -32px 35px;
    padding: 32px
}

.search-result .top-result.media.sf-media {
    margin: 0 -32px 35px
}

.search-result .top-result.media.sf-media .col-sm-7 {
    width: 100%;
}

.search-result .media.sf-media .col-sm-8 {
    width: 100%;
}

.search-result .widget-title {
    font-size: 23px;
    margin: 0
}

.search-result .item-image {
    height: 193px;
    background-color: #b4b4b5;
    margin: 0 0 10px
}

.search-result .top-result .item-image {
    height: 280px
}

.search-result .item-text .item-title {
    font-size: 21px;
    font-family: Dinot;
    margin: 0
}

.search-result .item-text .item-title a {
    text-decoration: none;
    color: #58595b
}

.search-result .item-text .item-title a:active,
.search-result .item-text .item-title a:focus,
.search-result .item-text .item-title a:hover {
    color: #a5a6a7
}

.search-result .item-text .timestamp {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -.03rem;
    line-height: 22px;
    font-family: Dinot;
}

.search-result .item-text p {
    font-size: 14px;
    line-height: 27px;
    padding-bottom: 18px;
    border-bottom: 1px solid #999;
    margin-bottom: 12px;
}

.search-result .item-text .attribute {
    font-size: 13px;
    line-height: 17px;
    letter-spacing: -.03rem;
    font-weight: 700;
    font-family: Dinot
}

.search-result .item-text .attribute span {
    margin: 0 14px 0 0
}

.search-result .item-text .attribute .category a {
    text-decoration: none
}

.search-result .item-text .attribute label:after {
    content: ":";
    margin-right: .5rem
}

.pagination>li>a {
    color: #58595b;
    border-color: #999
}

.pagination>li>a:active,
.pagination>li>a:focus,
.pagination>li>a:hover {
    color: #58595b
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.pagination>.active>a,
.pagination>.active>a:active,
.pagination>.active>a:focus,
.pagination>.active>a:hover {
    background-color: #b4b4b5;
    border-color: #b4b4b5
}

@media only screen and (max-width:768px) {
    .search-filters {
        padding: 0 15px
    }
    .search-option-container {
        padding-bottom: 15px;
        border-bottom: 1px solid #999
    }
    .search-filter-option {
        font-family: Montserrat;
        font-size: 16px;
        line-height: 36px;
        font-weight: 700;
        text-align: left;
        background: #e6e6e6;
        width: 100%;
        padding: 0 16px;
        border: none;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px
    }
    .search-filter-option.expand:after,
    .search-filter-option:after,
    .search-filters .q-search-group .q-search-group-head.expand:after,
    .search-filters .q-search-group .q-search-group-head:after {
        content: " ";
        font-size: 0;
        float: right;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent
    }
    .search-filter-option:after {
        margin-top: 15px;
        border-top: 10px solid #58595b;
        border-bottom: 10px solid transparent
    }
    .search-filter-option.expand:after {
        margin-top: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid #58595b
    }
    .q-search-panel {
        display: none
    }
    .search-filters .q-search-group {
        padding: 18px
    }
    .search-filters .q-search-group:first-of-type, .search-filters .q-search-group.content-type {
        padding-top: 18px
    }
    .search-filters .q-search-group .q-search-group-head {
        margin-bottom: 0
    }
    .search-filters .q-search-group .q-search-group-head:after {
        margin-top: 10px;
        border-top: 10px solid #58595b;
        border-bottom: 10px solid transparent
    }
    .search-filters .q-search-group .q-search-group-head.expand:after {
        margin-top: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid #58595b
    }
    .search-filters .q-search-group .q-search-group-head .select-all {
        display: none
    }
    .search-filters .q-search-group .q-search-group-body {
        display: none;
        margin-top: 10px
    }
    .search-filters .q-search-group input[type=submit] {
        width: 46%
    }
    #ui-datepicker-div {
        display: none
    }
    .search-result {
        border-left: none;
        margin-top: 10px;
        padding: 0 15px;
        min-height: 0
    }
    .search-result .media.sf-media {
        margin-right: 0
    }
    .search-result .media-left {
        display: block
    }
}

.footer {
    background-color: #686868;
    color: #fff;
    padding: 50px 0 70px;
    height: 311px
}

.footer p.right-reserved {
    font-size: 13px;
    letter-spacing: -.01rem
}

.footer a {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: -.03rem;
    text-transform: uppercase
}

a,
body {
    color: #58595b
}

.footer .contact {
    font-size: 13px;
    letter-spacing: -.01rem
}

.footer-left a {
    display: block
}

.footer-left a:last-of-type {
    line-height: 39px
}

.footer-left .social-icons-round p {
    font-family: Dinot;
    line-height: 48px;
    margin-bottom: 0
}

.footer-right {
    text-align: right
}

.footer-right .footer-nav {
    margin: 0 0 43px
}

.footer-right .footer-nav a {
    margin: 0 0 0 2rem
}

@media only screen and (max-width:768px) {
    .footer .footer-left .social-icons-round p,
    .footer a {
        line-height: 25px
    }
    .footer {
        height: auto;
        padding: 25px 0 35px
    }
    .footer .contact {
        text-align: center;
        font-size: 8px
    }
    .footer a {
        font-size: 10px;
        display: block
    }
    .footer p.right-reserved {
        font-size: 6.5px
    }
    .footer .footer-right .footer-nav {
        margin: 0
    }
}

.social-icons-round p {
    font-family: Dinot;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -.03rem;
    text-transform: uppercase
}

.social-icons-round a {
    display: inline
}

.social-icons-round .sf-icon-facebook-r,
.social-icons-round .sf-icon-facebook-s,
.social-icons-round .sf-icon-linkedIn-s,
.social-icons-round .sf-icon-linkedin-r,
.social-icons-round .sf-icon-mailto-s,
.social-icons-round .sf-icon-rss-r,
.social-icons-round .sf-icon-twitter-r,
.social-icons-round .sf-icon-twitter-s,
.social-icons-round .sf-icon-youtube-r {
    background-size: 722% 450%
}

.social-icons-round img {
    float: left;
    margin: 0 .5rem 0 0;
    width: 36px;
    height: 36px
}

.right-sidebar .social-icons-round .widget-title {
    text-transform: none
}

@media only screen and (max-width:768px) {
    .footer .social-icons-round p {
        font-size: 10px
    }
    .footer .social-icons-round a {
        margin: 0
    }
    .footer .social-icons-round img {
        margin: 0 2px 0 0;
        width: 24px;
        height: 24px
    }
    .footer .social-icons-round .sf-icon-facebook-r,
    .footer .social-icons-round .sf-icon-linkedin-r,
    .footer .social-icons-round .sf-icon-rss-r,
    .footer .social-icons-round .sf-icon-twitter-r,
    .footer .social-icons-round .sf-icon-youtube-r {
        width: 24px;
        height: 24px
    }
    .footer .social-icons-round .sf-icon-facebook-r {
        background-position: 0 -24px
    }
    .footer .social-icons-round .sf-icon-linkedin-r {
        background-position: 0 -48px
    }
    .footer .social-icons-round .sf-icon-twitter-r {
        background-position: -72px -72px
    }
    .footer .social-icons-round .sf-icon-youtube-r {
        background-position: -96px -48px
    }
    .footer .social-icons-round .sf-icon-rss-r {
        background-position: -48px -48px
    }
}

body {
    font-family: Dinot
}

a:active,
a:focus,
a:hover {
    text-decoration: none;
    color: #a5a6a7
}

p {
    font-family: Montserrat;
    letter-spacing: -.01rem
}

.offcanvas-content {
    max-width: 1450px;
    margin: 0 auto
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap
}

.container.content {
    margin: 38px auto 77px
}

#PublicWrapper {
    position: relative
}

.only-on-small {
    display: none
}

.only-on-large {
    display: block
}

@media only screen and (max-width:768px) {
    .only-on-small {
        display: block
    }
    .only-on-large {
        display: none
    }
    .container {
        width: 100%
    }
    .container.content {
        margin: 28px auto
    }
}

.main-content .event-details div ul li { margin-bottom: 0; }
.main-content .event-details h3 { margin-bottom: 20px; }

.event-details a {
    text-decoration: underline;
    color: #1179a5;
}

    .event-details a:focus,
    .event-details a:hover {
        text-decoration: underline;
        color: #9cdaf4
    }

.sf-backend-wrp .k-i-unlink { background-position: -288px -72px; }

.right-sidebar .widget.event-calendar .event-list { max-height: 1100px; overflow-y: auto; padding-bottom: 10px; }
.right-sidebar .widget.event-calendar .event-list .item-text { padding-right: 10px; }
.right-sidebar .widget.event-calendar { position: relative; }
.right-sidebar .widget.event-calendar .pagination { margin: 0; position: absolute; bottom: 10px; left: 0; width: 100%; }
.right-sidebar .widget.event-calendar .pagination a { background-image: url(../images/sprite.png); background-repeat: no-repeat; display: inline-block; text-indent: -9999px; position: absolute; top: -25px; outline: none; }
.right-sidebar .widget.event-calendar .pagination a:first-child { background-position: -222px -101px; width: 12px; height: 25px; left: 0; }
.right-sidebar .widget.event-calendar .pagination a:last-child { background-position: -210px -101px; width: 12px; height: 25px; right: 0; }

/*------------ Editor class dropdown styles ---------------*/

.center-text { text-align: center; display: block; }
.font-medium { font-size: medium; }
.font-small { font-size: small; }
.text-red { color: red; }
.text-blue { color: #0000ff; }
.indent-content { margin-left: 25px; }
.image-left { float: left; margin-top: 10px; margin-right: 10px; }
.image-right { float: right; margin-top: 10px; margin-left: 10px; }
.yellow-box { background: #ffffe6; padding: 5px; }


.owl-carousel.owl-hero .owl-nav .owl-prev,
.owl-carousel.owl-hero .owl-nav .owl-next,
.owl-carousel.owl-article .owl-nav .owl-prev,
.owl-carousel.owl-article .owl-nav .owl-next {
    background: none;
    border: none;
    outline: none;
}

button.k-button.k-view-month.k-state-selected {
    background-color: #25afc8!important;
    color: #FFF;
}

.k-scheduler-content {
    overflow: hidden !important;
}

/* THIS WAS CAUSING THE CALENDAR ISSUE

.k-link.k-nav-day {
    position: relative;
    top: -9px;
    right: -9px;
}*/