@font-face {
    font-family: 'Arimo';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/arimo/v29/P5sdzZCDf9_T_10c3i9MeUcyat4iJY-ERBrE.ttf) format('truetype')
}

@font-face {
    font-family: 'Arimo';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/arimo/v29/P5sdzZCDf9_T_10c3i9MeUcyat4iJY-2RBrE.ttf) format('truetype')
}

@font-face {
    font-family: 'Arimo';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/arimo/v29/P5sdzZCDf9_T_10c3i9MeUcyat4iJY9aQxrE.ttf) format('truetype')
}

@font-face {
    font-family: 'Arimo';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/arimo/v29/P5sdzZCDf9_T_10c3i9MeUcyat4iJY9jQxrE.ttf) format('truetype')
}

@font-face {
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/arimo/v29/P5sfzZCDf9_T_3cV7NCUECyoxNk37cxsBw.ttf) format('truetype')
}

@font-face {
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/arimo/v29/P5sfzZCDf9_T_3cV7NCUECyoxNk338xsBw.ttf) format('truetype')
}

@font-face {
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/arimo/v29/P5sfzZCDf9_T_3cV7NCUECyoxNk3M8tsBw.ttf) format('truetype')
}

@font-face {
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/arimo/v29/P5sfzZCDf9_T_3cV7NCUECyoxNk3CstsBw.ttf) format('truetype')
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('glyphicons-halflings-regular.eot');
    src: url('glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('glyphicons-halflings-regular.woff2') format('woff2'), url('glyphicons-halflings-regular.woff') format('woff'), url('glyphicons-halflings-regular.ttf') format('truetype'), url('glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
}

.home_collage {
    display: block
}

.image_slider {
    width: 100%;
    overflow: hidden;
    display: block
}

.image_slider .slides .slide_item {
    overflow: hidden
}

.image_slider .slides .slide_item>.slide_image_link {
    height: 0;
    overflow: hidden;
    padding-top: 44.27083333%;
    display: block;
    position: relative
}

.image_slider .slides .slide_item.flex-active-slide .slide_link {
    display: block
}

.image_slider .slides .slide_item.flex-active-slide:focus,
.image_slider .slides .slide_item.flex-active-slide>a[href]:focus img {
    outline: 5px auto #000;
    outline-offset: -3px
}

.image_slider .slides img {
    height: auto;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    transform: translate(-50%, 0)
}

.image_slider .container {
    padding: 10px;
    background: #1d2e54
}

.image_slider .slide_content,
.image_slider .video_caption {
    width: 100%;
    background: #1d2e54;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    display: none
}

.image_slider .slide_title {
    margin: 0 0 1px 0;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    max-height: 22.44px;
    overflow: hidden;
    font-family: inherit;
    text-transform: none;
    line-height: 1.32;
    letter-spacing: .44px;
    display: none
}

.image_slider .slide_title a {
    color: #fff;
    text-decoration: none
}

.image_slider .slide_title:hover a[href] {
    color: #fff;
    text-decoration: underline
}

.image_slider .slide_description {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    font-family: inherit;
    line-height: 1.33;
    max-height: 37.24px;
    overflow: hidden;
    margin: 0;
    letter-spacing: .36px;
    display: none
}

.image_slider .slide_link {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1.6px;
    height: 50px;
    line-height: 46px;
    border: 2px solid #fff;
    display: inline-block;
    padding: 0 37px;
    text-transform: uppercase;
    margin-top: 10px;
    max-width: 200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    display: none
}

.image_slider .slide_link:hover {
    text-decoration: none;
    background: #1875b2;
    border-color: #1875b2
}

.image_slider .flex-control-nav {
    right: 10px;
    left: auto;
    display: block;
    position: absolute;
    z-index: 3;
    top: calc(44.27083333vw - 40px);
    bottom: auto;
    background: #1d2e54;
    padding: 10px
}

.image_slider .flex-control-nav:empty {
    display: none
}

.image_slider .flex-control-nav button {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .2);
    border: 0 solid #fff;
    display: block;
    text-indent: -4000px;
    overflow: hidden;
    text-align: left;
    padding: 0
}

.image_slider .flex-control-nav button.flex-active,
.image_slider .flex-control-nav button:hover,
.image_slider .flex-control-nav button:focus {
    background: #fff;
    border: 0 solid #ffd800;
    outline-offset: 5px
}

.image_slider .flex-direction-nav {
    display: none
}

.image_slider .flex-direction-nav a {
    width: 75px;
    height: 75px;
    margin: -37.5px 0 0 0;
    display: block;
    position: absolute;
    top: 22.13541667vw;
    cursor: pointer;
    text-indent: -9999px;
    background: rgba(73, 89, 54, .8) url(_gfx/home/Ui-Slider-L.svg) center center no-repeat;
    background-size: auto;
    z-index: 3;
    overflow: hidden;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    border-radius: 100%;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.image_slider .flex-direction-nav a:hover {
    background-color: #495936
}

.image_slider .flex-direction-nav .flex-next {
    right: 10px;
    display: block;
    background-image: url(_gfx/home/Ui-Slider-R.svg)
}

.image_slider .flex-direction-nav .flex-prev {
    left: 10px;
    display: block
}

.image_slider .flex-direction-nav .flex-disabled {
    cursor: default
}

.image_slider .flex-pauseplay,
.image_slider .video_controls {
    position: absolute;
    top: 110px !important;
    left: 80px !important;
    z-index: 9
}

.image_slider .flex-pauseplay a,
.image_slider .video_controls a,
.image_slider .flex-pauseplay button,
.image_slider .video_controls button {
    display: block;
    width: 68px;
    height: 68px;
    text-indent: -4000px;
    cursor: pointer;
    background: url(_gfx/home/hero-play.svg) no-repeat right 0;
    background-size: contain;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.image_slider .flex-pauseplay a:hover,
.image_slider .video_controls a:hover,
.image_slider .flex-pauseplay button:hover,
.image_slider .video_controls button:hover {
    background-image: url(_gfx/home/hero-play-H.svg)
}

.image_slider .flex-pauseplay a.video-play,
.image_slider .video_controls a.video-play,
.image_slider .flex-pauseplay button.video-play,
.image_slider .video_controls button.video-play {
    border: 0;
    background-image: url(_gfx/home/hero-play.svg)
}

.image_slider .flex-pauseplay a.video-play:hover,
.image_slider .video_controls a.video-play:hover,
.image_slider .flex-pauseplay button.video-play:hover,
.image_slider .video_controls button.video-play:hover {
    background-image: url(_gfx/home/hero-play-H.svg)
}

.image_slider .flex-pauseplay a.flex-pause,
.image_slider .video_controls a.flex-pause,
.image_slider .flex-pauseplay button.flex-pause,
.image_slider .video_controls button.flex-pause,
.image_slider .flex-pauseplay a.video-pause,
.image_slider .video_controls a.video-pause,
.image_slider .flex-pauseplay button.video-pause,
.image_slider .video_controls button.video-pause {
    border: 0;
    background-image: url(_gfx/home/hero-pause.svg)
}

.image_slider .flex-pauseplay a.flex-pause:hover,
.image_slider .video_controls a.flex-pause:hover,
.image_slider .flex-pauseplay button.flex-pause:hover,
.image_slider .video_controls button.flex-pause:hover,
.image_slider .flex-pauseplay a.video-pause:hover,
.image_slider .video_controls a.video-pause:hover,
.image_slider .flex-pauseplay button.video-pause:hover,
.image_slider .video_controls button.video-pause:hover {
    background-image: url(_gfx/home/hero-pause-H.svg)
}

@media screen and (min-width:48em) {
    .video_bg_image_slider {
        height: 100vh !important
    }

    .video_bg_image_slider .video_wrapper {
        pointer-events: auto;
        height: 100% !important
    }

    .video_bg_image_slider .video_wrapper:before {
        content: "";
        top: 0;
        left: 0;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        z-index: 1
    }

    .image_slider .slides {
        height: 100vh
    }

    .image_slider .slides .slide_item {
        background: transparent;
        height: 100%
    }

    .image_slider .slides .slide_item>.slide_image_link {
        padding-top: 0;
        height: 100%
    }

    .image_slider .slides img {
        height: 595px;
        position: relative;
        max-width: none;
        object-fit: cover;
        object-position: center center;
        height: 100%;
        min-width: 100%
    }

    .image_slider .container {
        padding: 25px 200px 25px 0;
        position: relative;
        background: transparent
    }

    .image_slider .slide_content {
        position: absolute;
        z-index: 3;
        background: transparent;
        left: 0;
        bottom: auto;
        top: 175px;
        right: 0;
        text-align: left;
        width: 730px;
        max-width: 730px;
        padding: 25px 200px 25px 0
    }

    .image_slider .slide_content::before {
        content: "";
        position: absolute;
        top: 0;
        right: 50%;
        bottom: auto;
        left: 50%;
        z-index: -1;
        width: 100vw;
        height: 100%;
        margin-left: -50vw;
        margin-right: -50vw;
        background: #1d2e54
    }

    .image_slider .slide_link {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(0);
        -ms-transform: translateY(-50%) translateX(0);
        transform: translateY(-50%) translateX(0);
        margin-top: 0;
        left: auto;
        max-width: none
    }

    .image_slider .slide_title {
        font-size: 20px;
        max-height: 26.4px
    }

    .image_slider .slide_description {
        font-size: 16px;
        max-height: 42.56px
    }

    .image_slider .flex-control-nav {
        top: 35%;
        bottom: auto;
        left: 0;
        right: auto;
        text-align: right;
        position: absolute;
        margin: auto;
        width: 40px;
        height: 246px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .image_slider .flex-control-nav li {
        float: none;
        display: inline-block;
        position: relative;
        z-index: 3;
        margin-bottom: 10px !important
    }

    .image_slider .flex-control-nav li:last-child {
        margin-bottom: 0 !important
    }

    .image_slider .flex-control-nav li a {
        margin: 0
    }

    .image_slider .flex-direction-nav {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        bottom: 0
    }

    .image_slider .flex-direction-nav .flex-prev {
        left: 30px
    }

    .image_slider .flex-direction-nav .flex-next {
        right: 30px
    }

    .image_slider .flex-direction-nav a {
        top: calc(50% - 37.5px + 70px);
        margin: 0;
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
}

@media screen and (min-width:62em) {
    .image_slider .slide_content {
        width: 950px;
        max-width: 950px
    }

    .image_slider .flex-direction-nav a {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .image_slider .flex-pauseplay {
        top: 180px !important;
        left: 120px !important
    }
}

@media screen and (min-width:75em) {
    .image_slider .slide_content {
        width: 1023px;
        max-width: 1023px;
        padding: 33px 210px 42px 0
    }

    .image_slider .container {
        padding: 33px 210px 42px 0
    }

    .image_slider .slide_title {
        font-size: 22px;
        max-height: 29.04px
    }

    .image_slider .slide_description {
        font-size: 18px;
        max-height: 47.88px
    }
}

@media(min-width:85.375em) {
    .image_slider .slide_content {
        width: 1302px;
        max-width: 1302px
    }
}

.video_bg_image_slider.video_ {
    position: relative;
    overflow: hidden
}

.video_bg_image_slider.video_ .video_wrapper {
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
    position: relative
}

.video_bg_image_slider.video_ iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video_bg_image_slider.video_ .video_caption {
    width: 100%;
    padding: 10px;
    overflow: hidden;
    letter-spacing: .2px
}

.video_bg_image_slider.video_ .video_title {
    margin: 0 0 1px 0;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    max-height: 30.04px;
    overflow: hidden;
    font-family: inherit;
    text-transform: none;
    max-width: 100%;
    line-height: 1.32
}

.video_bg_image_slider.video_ .video_description {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    font-family: inherit;
    max-height: 47.88px;
    overflow: hidden;
    line-height: 1.33;
    margin-bottom: 15px
}

.video_bg_image_slider.video_ .video_link {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    background: #ffd028;
    padding: 0 20px;
    height: 10px;
    line-height: 10px;
    font-family: inherit;
    text-transform: uppercase;
    margin: 0;
    text-decoration: none;
    text-align: center;
    border: 0;
    border-radius: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.video_bg_image_slider.video_ .video_link:hover {
    color: #fff;
    text-decoration: none;
    background: #1eb299
}

.video_bg_image_slider.video_ .video_controls {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3
}

.video_bg_image_slider.video_ .video_controls a {
    display: block;
    width: 61px;
    height: 69px;
    text-indent: -4000px;
    cursor: pointer;
    background: url(_gfx/home/play-pause.png) no-repeat right 0
}

.video_bg_image_slider.video_ .video_controls a.video-pause {
    background: url(_gfx/home/play-pause.png) no-repeat 0 0
}

.image_slider {
    overflow: hidden
}

@media screen and (min-width:48em) {
    .video_bg_image_slider.video_ {
        padding-bottom: 31.25%;
        height: 0
    }

    .video_bg_image_slider.video_ .video_wrapper {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }

    .video_bg_image_slider.video_ .video_caption {
        padding: 33px 210px 42px 0;
        left: 0;
        bottom: auto;
        margin: auto;
        top: 50%;
        right: 0;
        position: absolute;
        width: 100%;
        white-space: normal;
        background: #1d2e54;
        z-index: 3;
        transform: translateY(-50%)
    }

    .video_bg_image_slider.video_ .video_title {
        white-space: normal
    }

    .video_bg_image_slider.video_ .video_controls {
        top: 15px;
        right: 15px
    }
}

@media screen and (min-width:62em) {
    .video_bg_image_slider.video_ .video_title {
        font-size: 22px
    }

    .video_bg_image_slider.video_ .video_description {
        font-size: 18px
    }
}

.home_calendar.home_calendar {
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    padding: 0 20px 0;
    border-radius: 4px
}

.home_calendar.home_calendar>h2 {
    display: none
}

.home_calendar.home_calendar .minicalendar_widget {
    max-width: none;
    background: transparent;
    position: relative;
    border-radius: 0;
    padding: 0
}

.home_calendar.home_calendar span.yr {
    color: #022c47;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3.3px;
    margin: 4px 0 0;
    display: block;
    line-height: 1.11
}

.home_calendar.home_calendar .calendar_title {
    background: #68aee0;
    border-radius: 0 0 0 0;
    overflow: hidden
}

.home_calendar.home_calendar .calendar_title td {
    background: #68aee0;
    width: auto
}

.home_calendar.home_calendar .calendar_title td.calendar_title_content {
    position: relative;
    padding: 14px 0 !important
}

.home_calendar.home_calendar .calendar_title td.calendar_title_content a:hover {
    text-decoration: none !important
}

.home_calendar.home_calendar .calendar_title .current_month_title,
.home_calendar.home_calendar .calendar_title .short_current_month_title,
.home_calendar.home_calendar .calendar_title .current_month_title a,
.home_calendar.home_calendar .calendar_title .short_current_month_title a {
    color: #022c47;
    font-size: 24px;
    margin: 0 0;
    font-family: inherit;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    line-height: 1.125;
    letter-spacing: .81px
}

.home_calendar.home_calendar .calendar_title .calendar_nextprev {
    width: 15% !important;
    position: relative
}

.home_calendar.home_calendar .calendar_title .calendar_nextprev a:before {
    display: none
}

.home_calendar.home_calendar .calendar_title .calendar_nextprev a.prev {
    background: url(_gfx/home/Events_Arrow_Right.svg) center center no-repeat;
    background-size: 9px auto;
    top: 10px;
    position: absolute;
    right: auto;
    left: 15px;
    margin: auto;
    bottom: 0;
    width: 48px;
    height: 22px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    transform: rotate(180deg)
}

.home_calendar.home_calendar .calendar_title .calendar_nextprev a.prev:hover {
    -moz-opacity: .5;
    -khtml-opacity: .5;
    -webkit-opacity: .5;
    opacity: .5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50)
}

.home_calendar.home_calendar .calendar_title .calendar_nextprev a.next {
    background: url(_gfx/home/Events_Arrow_Right.svg) center center no-repeat;
    background-size: 9px auto;
    top: 10px;
    position: absolute;
    right: 15px;
    margin: auto;
    bottom: 0;
    left: auto;
    width: 48px;
    height: 22px;
    overflow: visible;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.home_calendar.home_calendar .calendar_title .calendar_nextprev a.next:hover {
    -moz-opacity: .5;
    -khtml-opacity: .5;
    -webkit-opacity: .5;
    opacity: .5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50)
}

.home_calendar.home_calendar .calendar_dayheader {
    background: #fff;
    border: 0 solid #fff;
    font-family: inherit;
    font-size: 16px;
    line-height: 45px;
    padding: 0 0 0;
    color: #313929;
    font-weight: 700;
    text-transform: none;
    letter-spacing: .51px
}

.home_calendar.home_calendar td.calendar_day,
.home_calendar.home_calendar td.calendar_weekendday,
.home_calendar.home_calendar td.calendar_othermonthday,
.home_calendar.home_calendar td.calendar_today {
    border-color: transparent;
    font-size: 16px;
    font-weight: 700;
    line-height: 64px;
    font-family: inherit;
    cursor: pointer;
    letter-spacing: .51px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.home_calendar.home_calendar td.calendar_day:first-child,
.home_calendar.home_calendar td.calendar_weekendday:first-child,
.home_calendar.home_calendar td.calendar_othermonthday:first-child,
.home_calendar.home_calendar td.calendar_today:first-child {
    border-left: 0
}

.home_calendar.home_calendar td.calendar_day:last-child,
.home_calendar.home_calendar td.calendar_weekendday:last-child,
.home_calendar.home_calendar td.calendar_othermonthday:last-child,
.home_calendar.home_calendar td.calendar_today:last-child {
    border-right: 0
}

.home_calendar.home_calendar td.calendar_day:hover,
.home_calendar.home_calendar td.calendar_weekendday:hover,
.home_calendar.home_calendar td.calendar_othermonthday:hover,
.home_calendar.home_calendar td.calendar_today:hover {
    background: transparent
}

.home_calendar.home_calendar tr:last-child td.calendar_day,
.home_calendar.home_calendar tr:last-child td.calendar_today,
.home_calendar.home_calendar tr:last-child td.calendar_weekendday,
.home_calendar.home_calendar tr:last-child td.calendar_othermonthday {
    border-bottom: 0
}

.home_calendar.home_calendar td.calendar_day,
.home_calendar.home_calendar td.calendar_weekendday {
    background: transparent;
    color: #313929 !important
}

.home_calendar.home_calendar td.calendar_day:hover,
.home_calendar.home_calendar td.calendar_weekendday:hover {
    color: #313929 !important
}

.home_calendar.home_calendar table.calendar_mini_grid {
    background: #fff;
    table-layout: auto;
    padding: 0 30px 18px;
    border-radius: 0 0 0 0;
    position: relative
}

.home_calendar.home_calendar table.calendar_mini_grid tbody {
    position: relative;
    z-index: 1
}

.home_calendar.home_calendar td.calendar_othermonthday {
    background: transparent;
    color: #d7dbdb !important
}

.home_calendar.home_calendar td.calendar_othermonthday>a {
    color: #d7dbdb !important
}

.home_calendar.home_calendar .calendar_mini_grid td.calendar_today {
    color: #fff;
    position: relative;
    z-index: 1;
    background: transparent !important
}

.home_calendar.home_calendar .calendar_mini_grid td.calendar_today a {
    color: #fff !important
}

.home_calendar.home_calendar .calendar_mini_grid td.calendar_today:before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 35px;
    height: 35px;
    background: #0f79bf;
    margin: auto;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    z-index: -1
}

.home_calendar.home_calendar .calendar_mini_grid td.calendar_today:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 20px;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 17px
}

.home_calendar.home_calendar .calendar_mini_grid .calendar_day_with_items {
    text-decoration: none !important;
    position: relative;
    z-index: auto;
    color: #313929 !important
}

.home_calendar.home_calendar .calendar_mini_grid .calendar_day_with_items:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 20px;
    background: #0f79bf;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 17px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.home_calendar.home_calendar .calendar_mini_grid .calendar_day_with_items:hover {
    z-index: 2
}

.home_calendar.home_calendar .calendar_mini_grid .calendar_day_with_items:hover:before {
    background: #8bc54f
}

.home_calendar.home_calendar .calendar_mini_grid .calendar_day_with_items>a {
    text-decoration: none !important
}

.home_calendar.home_calendar .calendar_mini_grid .calendar_day_with_items .calendar_items {
    background-color: #062a38;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    color: #fff;
    padding: 20px;
    min-width: 196px;
    min-height: 64px;
    left: calc(-65px);
    right: auto !important;
    top: calc(100% + 49px);
    margin-top: -50px
}

.home_calendar.home_calendar .calendar_mini_grid .calendar_day_with_items .calendar_items .calendar_item {
    display: flex;
    flex-direction: column-reverse
}

.home_calendar.home_calendar .calendar_mini_grid .calendar_day_with_items .calendar_items .calendar_item:after {
    content: "";
    top: -10px;
    left: 44%;
    position: absolute;
    right: auto;
    bottom: auto;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11.5px 13px 11.5px;
    border-color: transparent transparent #062a38 transparent
}

.home_calendar.home_calendar .calendar_mini_grid .calendar_day_with_items .calendar_items .calendar_item .calendar_eventtime,
.home_calendar.home_calendar .calendar_mini_grid .calendar_day_with_items .calendar_items .calendar_item .calendar_eventlink {
    color: #fff !important;
    margin-bottom: 5px
}

.home_calendar.home_calendar .calendar_mini_grid .calendar_day_with_items .calendar_items .calendar_item .calendar_eventtime {
    font-size: 16px !important;
    max-height: 22px !important;
    font-weight: 400;
    letter-spacing: .37px;
    overflow: hidden
}

.home_calendar.home_calendar .calendar_mini_grid .calendar_day_with_items .calendar_items .calendar_item .calendar_eventlink {
    text-decoration: none !important;
    color: #fff !important;
    font-weight: 700;
    font-size: 15px !important;
    max-height: 41.25px !important;
    overflow: hidden;
    letter-spacing: .34px
}

.home_calendar.home_calendar .calendar_mini_grid .calendar_day_with_items .calendar_items .calendar_item .calendar_eventlink:hover {
    color: #fff !important
}

@media screen and (min-width:48em) {
    .home_calendar.home_calendar {
        padding: 0 180px 0 0;
        margin: 0;
        display: inline-block;
        vertical-align: top
    }

    .home_calendar.home_calendar .minicalendar_widget {
        padding: 0 0 30px
    }

    .home_calendar.home_calendar .calendar_mini_grid .calendar_day_with_items {}

    .home_calendar.home_calendar .calendar_title .calendar_nextprev {
        width: 18% !important
    }
}

@media only screen and (min-width:62em) {
    .home_calendar.home_calendar {
        width: 41%;
        min-height: 476px !important;
        margin: 0;
        padding: 0 30px 0 0
    }

    .home_calendar.home_calendar .minicalendar_widget {
        min-height: 476px !important;
        padding: 0
    }

    .home_calendar.home_calendar .calendar_mini_grid td.calendar_today {}

    .home_calendar.home_calendar .calendar_mini_grid .calendar_day_with_items {}
}

@media screen and (min-width:75em) {
    .home_calendar.home_calendar .calendar_mini_grid td.calendar_today:before {
        width: 45px;
        height: 45px
    }

    .home_calendar.home_calendar .calendar_mini_grid .calendar_day_with_items {}
}

@media(min-width:85.375em) {
    .home_calendar.home_calendar {
        margin: 0
    }

    .home_calendar.home_calendar .minicalendar_widget {
        padding: 0
    }

    .home_calendar.home_calendar .calendar_mini_grid .calendar_day_with_items {}

    .home_calendar.home_calendar .calendar_title .calendar_nextprev {
        width: 20% !important
    }
}

@media only screen and (min-width:100em) {
    .home_calendar.home_calendar {
        margin: 0
    }
}

@media only screen and (min-width:112.5em) {
    .home_calendar.home_calendar {
        margin: 0
    }
}

@media screen and (max-height:38.6875em) {
    .home_calendar.home_calendar {
        margin: 0
    }
}

@media(min-width:62em)and (min-height:38.75em) {
    .home_calendar.home_calendar .minicalendar_widget {
        opacity: 0;
        transform: translateX(-100px);
        transition: all 1s ease-in-out
    }

    .home_item4.active .home_calendar.home_calendar .minicalendar_widget {
        opacity: 1;
        transform: translateX(0)
    }
}

.home_events {
    padding: 0 20px 0;
    background: transparent;
    float: none;
    width: 100%;
    text-align: center
}

.home_events h2 {
    margin: 0 0 30px 0;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-family: inherit;
    letter-spacing: 2.3px;
    line-height: 1.347;
    display: none
}

.home_events ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left
}

.home_events li {
    margin: 0 0 30px 0;
    min-height: 142px;
    padding: 0;
    position: relative
}

.home_events .event-item {
    display: block;
    text-decoration: none
}

.home_events .event-item:hover,
.home_events .event-item:focus {
    text-decoration: none
}

.home_events .event-item:hover .datebox,
.home_events .event-item:focus .datebox {
    background: #0f79bf
}

.home_events .event-item:hover .datebox:after,
.home_events .event-item:focus .datebox:after {
    opacity: 1
}

.home_events .event-item:hover .datebox-month,
.home_events .event-item:focus .datebox-month,
.home_events .event-item:hover .datebox-number,
.home_events .event-item:focus .datebox-number {
    color: #fff
}

.home_events .datebox {
    background: #fff;
    border: 0 solid #f2be76;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 114px;
    height: 142px;
    text-align: center;
    padding: 0 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.home_events .datebox:after {
    content: "";
    top: 0;
    left: 100%;
    position: absolute;
    right: auto;
    bottom: 0;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 8px;
    border-color: transparent transparent transparent #0f79bf;
    margin: auto 0;
    z-index: 0;
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.home_events .datebox:before {
    content: "";
    top: auto;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 84px;
    height: 5px;
    background: #0f79bf;
    margin: auto;
    z-index: 0
}

.home_events .datebox-month {
    color: #1f1f1f;
    font-size: 22px;
    text-transform: uppercase;
    background: transparent;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-weight: 600;
    font-family: inherit;
    position: relative;
    line-height: 1.36;
    letter-spacing: .68px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.home_events .datebox-number {
    color: #0f79bf;
    font-size: 36px;
    font-weight: 700;
    font-family: inherit;
    position: relative;
    line-height: .9;
    letter-spacing: 2.96px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.home_events .box_item_title {
    color: #1f1f1f;
    font-size: 18px;
    font-weight: 700;
    font-family: inherit;
    line-height: 1.1;
    display: block;
    max-height: 39.6px;
    overflow: hidden;
    margin: 0 0 11px 0;
    text-decoration: none;
    letter-spacing: .56px
}

.home_events .box_item_summary {
    color: #0f79bf;
    font-size: 14px;
    max-height: 14.84px;
    overflow: hidden;
    display: block;
    font-weight: 400;
    line-height: 1.06;
    margin: 11.5px 0 0 0;
    letter-spacing: .37px
}

.home_events .box_item_summary,
.home_events .box_item_title {
    display: block;
    margin-left: 129px;
    margin-bottom: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.home_events .event-item:hover .box_item_title {
    text-decoration: none;
    color: #1f1f1f
}

.home_events .box_bottomlink {
    color: #070621;
    font-size: 15px;
    font-weight: 700;
    background: #fff;
    width: auto;
    height: 40px;
    line-height: 40px;
    font-family: inherit;
    text-transform: uppercase;
    float: none;
    margin: 0 0 0 0;
    text-decoration: none;
    text-align: center;
    border: 0 solid #bbb;
    border-radius: 70px;
    position: static;
    bottom: 68px;
    padding: 0 35px;
    letter-spacing: .81px;
    margin: auto;
    display: inline-block;
    margin-top: 0;
    box-shadow: inset 0 0 40px rgba(0, 0, 0, .16);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    margin-left: 54px
}

.home_events .box_bottomlink.event_cal {
    background: #1d2e54;
    color: #fff;
    margin-left: 30px
}

.home_events .box_bottomlink:hover {
    color: #062a38;
    text-decoration: none;
    background: #fcc95d
}

.home_events.center-vertical .event-item {
    position: relative;
    display: table;
    width: 100%;
    background: #fff;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.home_events.center-vertical .event-item:hover {
    background: #fff
}

.home_events.center-vertical .event-item:hover:before {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0)
}

.home_events.center-vertical .event-item:before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .2);
    width: calc(100% - 30px);
    height: calc(100% + 10px);
    margin: auto;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.home_events.center-vertical .datebox {
    position: relative;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.home_events.center-vertical .item_info {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-right: 15px
}

.home_events.center-vertical .box_item_summary,
.home_events.center-vertical .box_item_title,
.home_events.center-vertical .box_item_summary:hover,
.home_events.center-vertical .box_item_title:hover {
    margin-left: 15px
}

@media screen and (min-width:48em) {

    .home_events,
    .home_meetings {
        text-align: left;
        padding: 0 180px 0 0
    }

    .home_events h2,
    .home_meetings h2 {
        font-size: 31px;
        margin: 0 0 30px 0
    }

    .home_events .datebox-number,
    .home_meetings .datebox-number {
        font-size: 38px
    }
}

@media screen and (min-width:62em) {

    .home_events,
    .home_meetings {
        padding: 0;
        width: 58%
    }

    .home_events h2,
    .home_meetings h2 {
        font-size: 39px;
        margin: 0 0 30px 0;
        position: absolute;
        left: calc((100% - 950px)/2);
        top: 92px;
        padding-left: 0
    }

    .home_events .box_item_title,
    .home_meetings .box_item_title {
        font-size: 20px;
        max-height: 44px
    }

    .home_events .box_item_summary,
    .home_meetings .box_item_summary {
        font-size: 16px;
        max-height: 16.96px
    }

    .home_events .box_bottomlink,
    .home_meetings .box_bottomlink {
        font-size: 17px;
        position: absolute;
        left: calc(((100% - 950px)/2) + 400px);
        bottom: 30px;
        margin: 0
    }

    .home_events .box_bottomlink.event_cal,
    .home_meetings .box_bottomlink.event_cal {
        left: calc(((100% - 950px)/2) + 620px);
        margin: 0
    }

    .home_events .datebox-number,
    .home_meetings .datebox-number {
        font-size: 42px
    }

    .home_events {
        float: right !important
    }

    .home_events:before {
        background-size: 100% 100%
    }
}

@media only screen and (min-width:75em) {

    .home_events h2,
    .home_meetings h2 {
        font-size: 46px;
        left: calc((100% - 1023px)/2)
    }

    .home_events .box_bottomlink,
    .home_meetings .box_bottomlink {
        left: calc(((100% - 1023px)/2) + 450px);
        bottom: 40px
    }

    .home_events .box_bottomlink.event_cal,
    .home_meetings .box_bottomlink.event_cal {
        left: calc(((100% - 1023px)/2) + 680px)
    }

    .home_events .datebox-number,
    .home_meetings .datebox-number {
        font-size: 46px
    }
}

@media only screen and (min-width:85.375em) {

    .home_events,
    .home_meetings {
        padding: 0;
        width: 54%
    }

    .home_events h2,
    .home_meetings h2 {
        left: calc((100% - 1302px)/2)
    }

    .home_events .box_bottomlink,
    .home_meetings .box_bottomlink {
        left: calc(((100% - 1302px)/2) + 664px);
        bottom: 50px
    }

    .home_events .box_bottomlink.event_cal,
    .home_meetings .box_bottomlink.event_cal {
        left: calc(((100% - 1302px)/2) + 904px)
    }
}

@media only screen and (min-width:100em) {

    .home_events,
    .home_meetings {
        padding: 0
    }

    .home_events .box_bottomlink,
    .home_meetings .box_bottomlink {
        bottom: 65px
    }
}

@media only screen and (min-width:112.5em) {

    .home_events,
    .home_meetings {
        padding: 0 90px 0 0
    }

    .home_events .box_bottomlink,
    .home_meetings .box_bottomlink {
        bottom: 168px
    }
}

@media(min-width:112.5em)and (max-height:62.5em) {

    .home_events,
    .home_meetings {
        padding: 0 90px 0 0
    }

    .home_events .box_bottomlink,
    .home_meetings .box_bottomlink {
        bottom: 60px
    }
}

@media screen and (max-height:38.6875em) {

    .home_events,
    .home_meetings {
        padding: 0
    }
}

@media(min-width:62em)and (min-height:38.75em) {

    .home_events .events-list-item,
    .home_meetings .events-list-item {
        opacity: 0;
        transform: translateY(-50px);
        transition: all 1s ease-in-out 1s
    }

    .home_events .events-list-item+.events-list-item,
    .home_meetings .events-list-item+.events-list-item {
        transition: all 1s ease-in-out 1.5s
    }

    .home_events .events-list-item+.events-list-item+.events-list-item,
    .home_meetings .events-list-item+.events-list-item+.events-list-item {
        transition: all 1s ease-in-out 2s
    }

    .home_item4.active .home_events .events-list-item,
    .home_item4.active .home_meetings .events-list-item {
        opacity: 1;
        transform: translateY(0)
    }
}

.home_news.home_news {}

.home_news.home_news .news_container {
    padding: 40px 10px 135px 10px;
    position: relative
}

.home_news.home_news:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #1eb299;
    display: block;
    z-index: -1
}

.home_news.home_news h2 {
    font-size: 35px;
    text-transform: uppercase;
    color: #fff;
    font-family: inherit;
    margin: 0 0 20px 0;
    font-weight: normal
}

.home_news.home_news ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.home_news.home_news li {
    margin: 0 0 6px 0;
    position: relative;
    width: 100%
}

.home_news.home_news .news-item {
    text-decoration: none;
    display: block;
    background: #fff;
    padding: 12px 10px 12px 15px;
    min-height: 218px;
    border-right: 10px solid transparent
}

.home_news.home_news .news-item:hover,
.home_news.home_news .news-item:focus {
    text-decoration: none;
    border-right: 10px solid #ffd028;
    background: rgba(255, 255, 255, .9)
}

.home_news.home_news .news-item:hover .box_item_title {
    text-decoration: none;
    color: #000
}

.home_news.home_news .news-item:hover .news-readmore {
    text-decoration: none
}

.home_news.home_news .box_item_title {
    color: #000;
    font-size: 17px;
    font-weight: normal;
    font-family: inherit;
    line-height: 1.3;
    display: block;
    max-height: 46.2px;
    overflow: hidden;
    margin: 0 0 6px 0;
    text-decoration: none
}

.home_news.home_news img {
    left: 0;
    position: absolute;
    top: 0;
    width: 100px;
    max-height: 164px
}

.home_news.home_news .item_info:not(:first-child) .box_item_title,
.home_news.home_news .item_info:not(:first-child) .box_item_summary,
.home_news.home_news .item_info:not(:first-child) .news-readmore {
    margin-left: 115px
}

.home_news.home_news .box_item_summary {
    color: #414141;
    font-size: 15px;
    max-height: 84px;
    overflow: hidden;
    display: block;
    font-weight: normal;
    line-height: 1.4;
    margin: 0
}

.home_news.home_news .box_bottomlink {
    color: #1d2424;
    font-size: 20px;
    font-weight: normal;
    background: #ffd028;
    width: 252px;
    height: 72px;
    line-height: 72px;
    font-family: inherit;
    text-transform: uppercase;
    margin: 0 auto 40px auto;
    text-decoration: none;
    text-align: center;
    border: 0 solid #bbb;
    border-radius: 3px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.home_news.home_news .box_bottomlink:hover {
    color: #fff;
    text-decoration: none;
    background: #0f6371
}

.home_news.home_news.center-vertical ul li {
    padding: 0
}

.home_news.home_news.center-vertical .news-item {
    display: table;
    width: 100%;
    min-height: 0
}

.home_news.home_news.center-vertical img {
    position: relative;
    max-width: none
}

.home_news.home_news.center-vertical .item_info {
    display: table-cell;
    vertical-align: middle;
    width: 100%
}

.home_news.home_news.center-vertical .item_info:not(:first-child) .box_item_title,
.home_news.home_news.center-vertical .item_info:not(:first-child) .box_item_summary {
    margin-left: 15px
}

@media screen and (min-width:25em) {
    .home_news.home_news .news-item {
        padding: 23px 15px 22px 25px
    }

    .home_news.home_news img {
        left: 0;
        top: 0;
        width: 164px
    }

    .home_news.home_news .item_info:not(:first-child) .box_item_title,
    .home_news.home_news .item_info:not(:first-child) .box_item_summary,
    .home_news.home_news .item_info:not(:first-child) .news-readmore {
        margin-left: 199px
    }
}

@media screen and (min-width:48em) {
    .home_news.home_news .news_container {
        padding: 40px 0 175px 0
    }

    .home_news.home_news h2 {
        font-size: 50px
    }

    .home_news.home_news ul {
        display: -ms-flexbox;
        -ms-flex-wrap: wrap;
        -ms-flex-direction: row;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        display: -webkit-box;
        display: flex;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .home_news.home_news ul li {
        margin: 0 0 6px 0
    }

    .two-column.home_news.home_news ul li {
        max-width: 48%
    }

    .home_news.home_news .box_item_title {
        font-size: 17px;
        max-height: 46.2px
    }

    .home_news.home_news .box_item_summary {
        font-size: 18px;
        max-height: 100.8px
    }

    .home_news.home_news .box_bottomlink {
        margin: 0 auto 40px auto
    }

    .home_news.home_news.center-vertical .item_info:not(:first-child) .box_item_title,
    .home_news.home_news.center-vertical .item_info:not(:first-child) .box_item_summary {
        margin-left: 25px
    }
}

@media screen and (min-width:62em) {
    .home_news.home_news {}

    .home_news.home_news .news_container {
        padding: 40px 0 175px 0
    }

    .home_news.home_news ul li {
        margin: 0 0 6px 0
    }

    .home_news.home_news .box_item_title {
        font-size: 25px;
        max-height: 67px
    }
}

.section.home_item3.fp-section.fp-table.active .home_buttons .button-link:after {
    width: 117px
}

.section.home_item3.fp-section.fp-table.active .home_buttons .button-link:hover:after,
.section.home_item3.fp-section.fp-table.active .home_buttons .button-link:focus:after {
    width: 191px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.home_buttons {
    display: block;
    padding: 80px 0 80px;
    background: transparent
}

.home_buttons:before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(283deg, rgba(16, 94, 38, .8) 0%, rgba(16, 94, 38, .86) 50%, rgba(16, 94, 38, .56) 100%) 0% 0% no-repeat padding-box
}

.home_buttons h2 {
    margin: 0 0 30px 0;
    font-size: 32px;
    font-weight: bold;
    color: #717171;
    text-transform: uppercase;
    font-family: inherit;
    letter-spacing: .5px
}

.home_buttons ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 -10.5px;
    min-width: calc(100% + 21px);
    -ms-flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.home_buttons ul li {
    display: inline-block;
    width: 100%;
    margin: 30px auto;
    padding: 0 0 10px 0;
    float: left
}

.home_buttons .button-link {
    background: transparent;
    border: 0 #f7be5a solid;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    position: relative;
    width: 100%;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    flex-wrap: wrap;
    padding: 0 20px
}

.home_buttons .button-link:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 188px;
    width: 118px;
    height: 118px;
    border-radius: 100%;
    background: rgba(6, 67, 24, .28);
    box-shadow: inset 0 0 40px rgba(0, 0, 0, .16);
    z-index: 0;
    margin: auto;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0)
}

.home_buttons .button-link:after {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
    content: '';
    transition: all 1s ease-in-out 1.8s
}

.home_buttons .button-link:hover,
.home_buttons .button-link:focus {
    text-decoration: none;
    background: transparent;
    border: 0 #f7be5a solid;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0)
}

.home_buttons .button-link:hover:before,
.home_buttons .button-link:focus:before {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100)
}

.home_buttons .button-link:hover:after,
.home_buttons .button-link:focus:after {
    background: #fcc95d
}

.home_buttons .button-link:hover .button-text,
.home_buttons .button-link:focus .button-text {
    color: #fff
}

.home_buttons img {
    bottom: 190px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    top: 0;
    max-width: 70px;
    max-height: 70px
}

.home_buttons .button-text {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: inherit;
    text-transform: uppercase;
    line-height: 1.25;
    vertical-align: center;
    padding: 50px 4px 0;
    -ms-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
    max-height: 104px;
    overflow: hidden;
    position: relative;
    letter-spacing: 1.6px;
    margin: 30px 0 21px 0
}

.home_buttons .button-summary {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-family: inherit;
    max-height: 39.6px;
    overflow: hidden;
    display: none
}

.home_buttons.no-stretch .button-link {
    width: 100%;
    margin: 15px auto
}

.home_buttons.button-icons-left .button-link {
    padding: 0 2% 0 70px;
    text-align: left
}

.home_buttons.button-icons-left img {
    bottom: 0;
    left: 0;
    right: calc(100% - 70px);
    top: 0
}

.home_buttons.button-icons-left .button-text {
    padding: 0;
    max-height: 50px
}

.home_buttons.button-icons-right .button-link {
    padding: 0 70px 0 10px;
    text-align: right
}

.home_buttons.button-icons-right img {
    left: calc(100% - 70px);
    right: 0;
    top: 0;
    bottom: 0
}

.home_buttons.button-icons-right .button-text {
    padding: 0;
    max-height: 50px
}

@media screen and (min-width:48em) {
    .home_buttons {
        padding: 250px 95px 80px 0 !important
    }

    .home_buttons h2 {
        font-size: 25px
    }

    .home_buttons ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .home_buttons ul li {
        padding-bottom: 0;
        margin-right: 5px;
        width: 33.33%;
        margin: 50px 0 0
    }

    .home_buttons .button-link {
        padding: 0 15px
    }

    .home_buttons .button-text {
        font-size: 17px;
        max-height: 96.5px
    }

    .home_buttons.button-icons-left .button-text,
    .home_buttons.button-icons-right .button-text {
        max-height: 42.5px
    }

    .home_buttons.button-icons-left .button-link {
        padding: 0 2% 0 50px
    }

    .home_buttons.button-icons-left img {
        right: calc(100% - 50px)
    }

    .home_buttons.button-icons-right .button-link {
        padding: 0 50px 0 10px
    }

    .home_buttons.button-icons-right img {
        left: calc(100% - 50px)
    }
}

@media screen and (min-width:62em) {
    .home_buttons {
        padding: 256px 180px 0 70px !important
    }

    .home_buttons h2 {
        font-size: 32px
    }

    .home_buttons ul li {
        margin: 0 auto 80px
    }

    .home_buttons .button-text {
        font-size: 20px;
        max-height: 104px
    }

    .home_buttons.button-icons-left .button-text,
    .home_buttons.button-icons-right .button-text {
        max-height: 50px
    }

    .home_buttons.button-icons-left .button-link {
        padding: 0 2% 0 70px
    }

    .home_buttons.button-icons-left img {
        right: calc(100% - 70px)
    }

    .home_buttons.button-icons-right .button-link {
        padding: 0 70px 0 10px
    }

    .home_buttons.button-icons-right img {
        left: calc(100% - 70px)
    }
}

@media(min-width:75em) {
    .home_buttons {
        padding: 195px 135px 0 15px !important
    }

    .home_buttons .button-link:before {
        width: 118px;
        height: 118px
    }

    .home_buttons ul li {
        width: 25%
    }
}

@media(min-width:85.375em) {
    .home_buttons {
        padding: 256px 180px 0 70px !important
    }

    .home_buttons .button-text {
        padding: 50px 20px 0
    }
}

@media(min-height:38.75em)and (max-height:47.9375em) {
    .home_buttons {
        padding: 70px 70px 0 70px !important
    }

    .home_buttons .home-buttons-container {
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7)
    }
}

@media screen and (max-height:38.6875em) {
    .home_buttons {
        padding: 70px 70px 70px !important
    }

    .home_buttons .button-link:after {
        width: 117px
    }

    .home_buttons .button-link:hover:after,
    .home_buttons .button-link:focus:after {
        width: 191px;
        transition-delay: .2s
    }
}

@media(min-width:48em)and (min-height:38.75em) {
    .home_buttons .buttons-list-item .button-link {
        opacity: 0;
        transform: scale(0);
        transition: all .5s ease-in-out .2s
    }

    .home_buttons .buttons-list-item+.buttons-list-item .button-link {
        transition-delay: .4s
    }

    .home_buttons .buttons-list-item+.buttons-list-item+.buttons-list-item .button-link {
        transition-delay: .6s
    }

    .home_buttons .buttons-list-item+.buttons-list-item+.buttons-list-item+.buttons-list-item .button-link {
        transition-delay: .8s
    }

    .home_buttons .buttons-list-item+.buttons-list-item+.buttons-list-item+.buttons-list-item+.buttons-list-item .button-link {
        transition-delay: 1s
    }

    .home_buttons .buttons-list-item+.buttons-list-item+.buttons-list-item+.buttons-list-item+.buttons-list-item+.buttons-list-item .button-link {
        transition-delay: 1.2s
    }

    .home_buttons .buttons-list-item+.buttons-list-item+.buttons-list-item+.buttons-list-item+.buttons-list-item+.buttons-list-item+.buttons-list-item .button-link {
        transition-delay: 1.4s
    }

    .home_buttons .buttons-list-item+.buttons-list-item+.buttons-list-item+.buttons-list-item+.buttons-list-item+.buttons-list-item+.buttons-list-item+.buttons-list-item .button-link {
        transition-delay: 1.6s
    }

    .home_item3.active .home_buttons .buttons-list-item .button-link {
        opacity: 1;
        transform: scale(1)
    }
}

.get_involved_buttons {
    display: block;
    padding: 0 0 0 0;
    background: transparent
}

.get_involved_buttons:before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(290deg, rgba(108, 3, 3, .84) 0%, rgba(135, 4, 4, .94) 50%, rgba(135, 4, 4, .94) 78%, #9f3636 100%) 0% 0% no-repeat padding-box
}

.get_involved_buttons ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0;
    min-width: 100%;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 15px
}

.get_involved_buttons ul li {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 47%;
    margin: 0 0;
    padding: 0 0 10px 0
}

.get_involved_buttons .button-link {
    background: transparent;
    border: 0 solid transparent;
    box-shadow: 0 0 0 0 rgba(183, 105, 105, .7);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    position: relative;
    width: 100%;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.get_involved_buttons .button-link:after {
    content: "";
    top: -20px;
    left: 20px;
    position: absolute;
    right: auto;
    bottom: auto;
    z-index: -1;
    width: calc(100% - 40px);
    height: calc(100% + 40px);
    background: rgba(183, 105, 105, .7)
}

.get_involved_buttons .button-link:hover,
.get_involved_buttons .button-link:focus {
    text-decoration: none;
    background: transparent;
    border: 0 solid #b7804d
}

.get_involved_buttons .button-link:hover .button-text,
.get_involved_buttons .button-link:focus .button-text {
    color: #fff
}

.get_involved_buttons .button-link:hover img,
.get_involved_buttons .button-link:focus img {
    opacity: 1
}

.get_involved_buttons img {
    left: 0;
    right: 0;
    margin: auto;
    position: static;
    top: 0
}

.get_involved_buttons .button-text {
    color: #202a44;
    font-size: 14px;
    font-weight: 600;
    font-family: inherit;
    text-transform: uppercase;
    line-height: 1.22;
    vertical-align: flex-start;
    padding: 0 10px;
    -ms-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
    max-height: 34.16px;
    margin-top: 36px;
    overflow: hidden;
    letter-spacing: .9px;
    word-break: break-word;
    display: none
}

.get_involved_buttons.no-stretch .button-link {
    width: 79%;
    margin: 0 auto
}

.get_involved_buttons.button-icons-left .button-link {
    padding: 0 2% 0 70px;
    text-align: left
}

.get_involved_buttons.button-icons-left img {
    bottom: 0;
    left: 0;
    right: calc(100% - 70px);
    top: 0
}

.get_involved_buttons.button-icons-left .button-text {
    padding: 0;
    max-height: 43.92px
}

.get_involved_buttons.button-icons-right .button-link {
    padding: 0 70px 0 10px;
    text-align: right
}

.get_involved_buttons.button-icons-right img {
    left: calc(100% - 70px);
    right: 0;
    top: 0;
    bottom: 0
}

.get_involved_buttons.button-icons-right .button-text {
    padding: 0;
    max-height: 43.92px
}

@media screen and (min-width:48em) {
    .get_involved_buttons {
        padding: 200px 0 55px 0
    }

    .get_involved_buttons ul {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0 0;
        min-width: calc(100% + 0)
    }

    .get_involved_buttons ul li {
        margin: 0 0;
        width: 79%
    }

    .get_involved_buttons .button-link {
        height: auto
    }

    .get_involved_buttons .button-text {
        font-size: 16px;
        max-height: 39.04px;
        margin-top: 64.16666667px
    }

    .get_involved_buttons.button-icons-left .button-text,
    .get_involved_buttons.button-icons-right .button-text {
        max-height: 39.04px
    }

    .get_involved_buttons.button-icons-left .button-link {
        padding: 0 2% 0 50px
    }

    .get_involved_buttons.button-icons-left img {
        right: calc(100% - 50px)
    }

    .get_involved_buttons.button-icons-right .button-link {
        padding: 0 50px 0 10px
    }

    .get_involved_buttons.button-icons-right img {
        left: calc(100% - 50px)
    }
}

@media screen and (min-width:62em) {
    .get_involved_buttons {
        padding: 200px 0 55px
    }

    .get_involved_buttons ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .get_involved_buttons ul li {
        margin: 0 0
    }

    .get_involved_buttons .button-link {
        height: auto
    }

    .get_involved_buttons .button-link:after {
        top: -27px;
        left: -27px;
        width: calc(100% + 54px);
        height: calc(100% + 54px)
    }

    .get_involved_buttons .button-text {
        padding: 0 15px;
        margin-top: 82.5px
    }

    .get_involved_buttons.button-icons-left .button-text,
    .get_involved_buttons.button-icons-right .button-text {
        max-height: 43.92px
    }

    .get_involved_buttons.button-icons-left .button-link {
        padding: 0 2% 0 70px
    }

    .get_involved_buttons.button-icons-left img {
        right: calc(100% - 70px)
    }

    .get_involved_buttons.button-icons-right .button-link {
        padding: 0 70px 0 10px
    }

    .get_involved_buttons.button-icons-right img {
        left: calc(100% - 70px)
    }
}

@media(min-width:75em) {
    .get_involved_buttons ul li {
        margin: 0 0
    }

    .get_involved_buttons .button-text {
        font-size: 17px;
        max-height: 43.92px
    }
}

@media(min-width:85.375em) {
    .get_involved_buttons .button-text {
        font-size: 18px;
        padding: 0 25px;
        margin-top: 110px
    }

    .get_involved_buttons .button-link {
        height: auto
    }
}

@media(min-height:38.75em)and (max-height:47.9375em) {
    .get_involved_buttons {
        padding: 70px 70px 0 70px !important
    }

    .get_involved_buttons .home-buttons-container {
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7)
    }
}

@media screen and (max-height:38.6875em) {
    .get_involved_buttons {
        padding: 120px 0
    }
}

.home_buttons_slider {
    display: block;
    width: 100%;
    margin: 0 auto;
    float: none;
    clear: both
}

.home_buttons_slider:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    display: block;
    z-index: -1
}

.home_buttons_slider .home-buttons-container {
    padding: 15px 0 15px 0;
    position: relative
}

.home_buttons_slider .buttons-slider-header {
    margin: 0 0 20px;
    font-size: 35px;
    font-weight: normal;
    color: #414141;
    text-transform: uppercase;
    font-family: inherit;
    text-align: center
}

.home_buttons_slider .slick_content {
    margin: 0 auto;
    position: relative;
    width: 100%;
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.home_buttons_slider .slick_content.slick-initialized {
    opacity: 1;
    height: auto
}

.home_buttons_slider .slick-list {
    width: auto;
    position: relative;
    overflow: hidden;
    margin: 0 35px;
    padding: 20px 0 20px
}

.home_buttons_slider .item {
    float: left;
    height: 139px;
    padding: 0 10px
}

.home_buttons_slider .button-link {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #ffd028;
    border: 0 solid #0f6371;
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    text-decoration: none !important;
    text-align: center;
    position: relative;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.home_buttons_slider .button-link:hover,
.home_buttons_slider .button-link:focus {
    text-decoration: none;
    background: #0f6371;
    border: 0 solid #ffd028;
    box-shadow: 0 0 0 14px #1bb2cb
}

.home_buttons_slider .button-link:hover .button-text,
.home_buttons_slider .button-link:focus .button-text {
    color: #fff
}

.home_buttons_slider .button-img {
    margin: auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 49px;
    top: 0;
    max-width: 65px;
    max-height: 45px
}

.home_buttons_slider .button-text {
    position: relative;
    margin: 0 auto;
    -ms-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
    max-height: 127.4px;
    overflow: hidden;
    padding: 90px 10px 0;
    color: #000;
    font-size: 17px;
    font-weight: normal;
    font-family: inherit;
    text-transform: uppercase;
    line-height: 1.1;
    align-self: flex-start
}

.home_buttons_slider .slick-prev,
.home_buttons_slider .slick-next {
    width: 44px;
    height: 54px;
    margin: 0;
    display: block;
    position: absolute;
    top: calc(50% - 27px);
    cursor: pointer;
    text-indent: -9999px;
    z-index: 3;
    transform-origin: left;
    overflow: hidden;
    background: transparent;
    border: 0
}

.home_buttons_slider .slick-prev:before,
.home_buttons_slider .slick-next:before {
    content: "";
    display: block;
    left: 12px;
    top: 0;
    margin: auto;
    bottom: 0;
    right: 0;
    position: absolute;
    width: 24px;
    height: 24px;
    border-bottom: 5px solid #1eb299;
    border-left: 5px solid #1eb299;
    transform: rotate(45deg);
    transition: border-color .2s ease-in-out
}

.home_buttons_slider .slick-prev:hover:before,
.home_buttons_slider .slick-next:hover:before {
    border-color: #0f6371
}

.home_buttons_slider .slick-next {
    transform-origin: right;
    left: auto;
    right: 0
}

.home_buttons_slider .slick-next:before {
    transform: rotate(-135deg);
    top: 0;
    left: 0;
    right: 12px
}

.home_buttons_slider .slick-disabled {
    cursor: default;
    -moz-opacity: .1;
    -khtml-opacity: .1;
    -webkit-opacity: .1;
    opacity: .1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
    filter: alpha(opacity=10)
}

.home_buttons_slider .slick-disabled:hover {
    -moz-opacity: .1;
    -khtml-opacity: .1;
    -webkit-opacity: .1;
    opacity: .1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
    filter: alpha(opacity=10)
}

.home_buttons_slider.no-stretch .button-link {
    width: 139px;
    margin: 0 auto
}

.home_buttons_slider.button-icons-left .button-link {
    padding: 0 2% 0 100px;
    text-align: left
}

.home_buttons_slider.button-icons-left .button-img {
    bottom: 0;
    left: 0;
    right: calc(100% - 100px);
    top: 0
}

.home_buttons_slider.button-icons-left .button-text {
    padding: 0;
    max-height: 37.4px
}

.home_buttons_slider.button-icons-right .button-link {
    padding: 0 100px 0 10px;
    text-align: right
}

.home_buttons_slider.button-icons-right .button-img {
    left: calc(100% - 100px);
    right: 0;
    top: 0;
    bottom: 0
}

.home_buttons_slider.button-icons-right .button-text {
    padding: 0;
    max-height: 37.4px
}

@media screen and (min-width:48em) {
    .home_buttons_slider .home-buttons-container {
        padding: 28px 0 28px
    }

    .home_buttons_slider .buttons-slider-header {
        font-size: 50px
    }

    .home_buttons_slider .button-text {
        font-size: 17px;
        max-height: 127.4px
    }

    .home_buttons_slider.button-icons-left .button-text,
    .home_buttons_slider.button-icons-right .button-text {
        max-height: 37.4px
    }
}

@media screen and (min-width:62em) {
    .home_buttons_slider .home-buttons-container {
        padding: 48px 0 48px
    }

    .home_buttons_slider .button-text {
        font-size: 17px;
        max-height: 127.4px
    }

    .home_buttons_slider.button-icons-left .button-text,
    .home_buttons_slider.button-icons-right .button-text {
        max-height: 37.4px
    }
}

.nav.nav-tabs {
    border: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    padding-top: 21px;
    max-width: 100%;
    margin: auto
}

.nav.nav-tabs:before,
.nav.nav-tabs:after {
    display: none
}

.nav.nav-tabs li {
    padding: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: auto;
    margin: 0
}

.nav.nav-tabs li a {
    border: 0;
    border-bottom: 3px solid rgba(255, 255, 255, .5);
    text-decoration: none;
    font-size: 24px;
    font-family: inherit;
    font-weight: normal;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    line-height: 1.1;
    padding: 0;
    text-transform: uppercase;
    margin: 0 0 0 0;
    text-shadow: 2px 2px rgba(0, 0, 0, .3);
    border-radius: 10px 10px 0 0;
    color: #fff
}

.nav.nav-tabs li a:hover {
    background: transparent
}

.nav.nav-tabs li a .tab_text {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.nav.nav-tabs li a .tab_text:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #ffd028;
    height: 5px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.nav.nav-tabs li a:hover .tab_text:before,
.nav.nav-tabs li a:focus .tab_text:before,
.nav.nav-tabs li a:active .tab_text:before {
    left: 0;
    right: 0
}

.nav.nav-tabs li a .tab_text {
    padding: 0 10px 10px;
    width: 100%;
    overflow: visible;
    height: 100%
}

.nav.nav-tabs li a .tab_text:before {
    bottom: -4px
}

.nav.nav-tabs li.active a,
.nav.nav-tabs li.active a:hover,
.nav.nav-tabs li.active a:focus,
.nav.nav-tabs li a:hover,
.nav.nav-tabs li a:focus {
    color: #fff;
    background: transparent;
    border: 0;
    border-bottom: 3px solid rgba(255, 255, 255, .5)
}

.nav.nav-tabs li.active a .tab_text,
.nav.nav-tabs li.active a:hover .tab_text,
.nav.nav-tabs li.active a:focus .tab_text,
.nav.nav-tabs li a:hover .tab_text,
.nav.nav-tabs li a:focus .tab_text {
    overflow: visible
}

.nav.nav-tabs li.active a .tab_text:before,
.nav.nav-tabs li.active a:hover .tab_text:before,
.nav.nav-tabs li.active a:focus .tab_text:before,
.nav.nav-tabs li a:hover .tab_text:before,
.nav.nav-tabs li a:focus .tab_text:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: -4px;
    background: #ffd028;
    height: 5px
}

.tab-content {
    background: transparent;
    margin: 0 0 0
}

.tab-content .widget_header {
    display: none
}

@media screen and (min-width:48em) {
    .nav.nav-tabs {
        padding-top: 41px
    }

    .nav.nav-tabs li {
        padding: 0
    }

    .nav.nav-tabs li a {
        font-size: 50px;
        white-space: nowrap;
        display: block
    }

    .nav.nav-tabs li a .tab_text {
        overflow: visible
    }

    .tab-content {
        padding: 0 13px 0 13px;
        margin: 0 0 0
    }
}

.home_spotlight {
    padding: 70px 0 100px
}

.home_spotlight .home_spotlight_container {
    float: left;
    width: 100%;
    position: relative
}

.home_spotlight:after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(270deg, #538bb3 0%, rgba(104, 174, 224, .86) 50%, rgba(149, 198, 233, .6) 100%) 0% 0% no-repeat padding-box;
    visibility: visible
}

.home_spotlight:before {
    content: "";
    top: 146px;
    left: auto;
    position: absolute;
    right: 6%;
    bottom: auto;
    z-index: -1;
    width: 45%;
    height: 147px;
    background: url(_gfx/home/news-title.svg) center center no-repeat !important;
    background-size: contain !important;
    z-index: 0;
    visibility: visible
}

.home_spotlight .item {
    float: left;
    display: flex
}

.home_spotlight .spotlight-img-link {
    display: block;
    width: 355px;
    height: 380px;
    overflow: visible;
    position: relative;
    background: url(_gfx/home/news-img-default.jpg) center center no-repeat !important;
    background-size: cover !important
}

.home_spotlight .spotlight-img-link img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.home_spotlight .image_wrapper.no-img+.spotlight-content {
    max-width: 830px;
    margin: auto
}

.home_spotlight .spotlight-content {
    padding: 30px 10px 30px 10px;
    zoom: 1
}

.home_spotlight .spotlight-content:before {
    content: '';
    display: block
}

.home_spotlight .spotlight-content:after {
    content: '';
    display: table;
    clear: both
}

.home_spotlight h2:first-child {
    margin: 0 0 30px 0;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-family: inherit;
    background: #0c6199;
    padding: 7px 32px;
    overflow: hidden;
    display: none
}

.home_spotlight h1,
.home_spotlight h2,
.home_spotlight h3,
.home_spotlight h4,
.home_spotlight h5 {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-family: inherit;
    background: #0c6199
}

.home_spotlight a:hover {
    text-decoration: none
}

.home_spotlight p {
    margin: 0
}

.home_spotlight img {}

.home_spotlight .spotlight_title {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .36px;
    margin-bottom: 20px;
    display: block;
    line-height: 1.23;
    max-height: 44.28px;
    overflow: hidden;
    font-family: inherit
}

.home_spotlight .spotlight_title a {
    text-decoration: none;
    display: block;
    color: #fff !important;
    font-size: 18px;
    line-height: 1.23;
    max-height: 44.28px;
    overflow: hidden
}

.home_spotlight .spotlight_title a:hover {
    text-decoration: underline
}

.home_spotlight .spotlight_description {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    display: block;
    line-height: 1.37;
    height: 95.9px;
    overflow: hidden;
    letter-spacing: .28px;
    font-family: inherit
}

.home_spotlight .box_bottomlink {
    color: #070621;
    font-size: 15px;
    font-weight: 700;
    background: #fff;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-family: inherit;
    text-transform: uppercase;
    float: left;
    letter-spacing: .71px;
    margin: 20px 0 0 0;
    text-decoration: none;
    text-align: center;
    border: 0 solid #bbb;
    border-radius: 70px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    display: block;
    padding: 0 20px;
    position: absolute;
    right: 53px;
    bottom: 20px
}

.home_spotlight .box_bottomlink:hover {
    color: #062a38;
    text-decoration: none;
    background: #fcc95d
}

.home_spotlight .slick_wrapper {
    position: relative;
    padding-right: 150px
}

.home_spotlight .slick-arrow {
    height: 29px;
    width: 29px;
    padding: 0;
    border-radius: 100px;
    text-indent: -9999px;
    border: none;
    -moz-opacity: .6;
    -khtml-opacity: .6;
    -webkit-opacity: .6;
    opacity: .6;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    filter: alpha(opacity=60)
}

.home_spotlight .slick-arrow.slick-prev {
    background: url("_gfx/cmn/sl.svg") center center no-repeat;
    background-size: 29px;
    position: absolute;
    bottom: 75.5px;
    left: 573px;
    z-index: 9999;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.home_spotlight .slick-arrow.slick-prev:hover,
.home_spotlight .slick-arrow.slick-prev:focus {
    background: url("_gfx/cmn/slh.svg") center center no-repeat;
    background-size: 29px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100)
}

.home_spotlight .slick-arrow.slick-next {
    background: url("_gfx/cmn/sr.svg") center center no-repeat;
    background-size: 29px;
    position: absolute;
    bottom: 75.5px;
    left: 607px;
    z-index: 9999;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.home_spotlight .slick-arrow.slick-next:hover,
.home_spotlight .slick-arrow.slick-next:focus {
    background: url("_gfx/cmn/srh.svg") center center no-repeat;
    background-size: 29px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100)
}

.home_spotlight .slick-dots {
    top: 106px;
    bottom: auto;
    left: 15px;
    right: auto;
    text-align: center;
    position: absolute;
    margin: auto;
    width: 50px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    padding: 10px;
    list-style-type: none;
    z-index: 9999
}

.home_spotlight .slick-dots li {
    margin-bottom: 10px
}

.home_spotlight .slick-dots li:last-child {
    margin-bottom: 0
}

.home_spotlight .slick-dots li button {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .2);
    border: 1px solid transparent;
    display: block;
    text-indent: -4000px;
    overflow: hidden;
    text-align: left;
    padding: 0;
    margin: 0
}

.home_spotlight .slick-dots li button:hover,
.home_spotlight .slick-dots li button:focus {
    background: #fcc95d;
    border: 1px solid #fff;
    outline-offset: 5px
}

.home_spotlight .slick-dots li.slick-active button {
    background: #fff;
    border: 1px solid transparent;
    outline-offset: 5px
}

.home_spotlight .spotlight-playpause button {
    position: absolute;
    top: 28px;
    left: 13px;
    z-index: 9999;
    height: 54px;
    width: 54px;
    padding: 0;
    border: none;
    text-indent: -9999px;
    border-radius: 100px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100)
}

.home_spotlight .spotlight-playpause button.b-hide {
    display: none !important
}

.home_spotlight .spotlight-playpause button.b-show {
    display: block !important
}

.home_spotlight .spotlight-playpause button.pause {
    background: url("_gfx/home/news-pause.svg") center center no-repeat;
    background-size: contain;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.home_spotlight .spotlight-playpause button.pause:hover,
.home_spotlight .spotlight-playpause button.pause:focus {
    background-image: url("_gfx/home/news-pause-H.svg");
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100)
}

.home_spotlight .spotlight-playpause button.play {
    background: url("_gfx/home/news-play.svg") center center no-repeat;
    background-size: contain;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.home_spotlight .spotlight-playpause button.play:hover,
.home_spotlight .spotlight-playpause button.play:focus {
    background-image: url("_gfx/home/news-play-H.svg");
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100)
}

@media screen and (min-width:48em) {
    .home_spotlight:before {
        top: 30px;
        right: 25%
    }

    .home_spotlight .home_spotlight_container {
        padding: 145px 0 30px 0
    }

    .home_spotlight .spotlight-img-link {
        width: 303px;
        height: 301px;
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        top: -22px;
        z-index: 1
    }

    .home_spotlight .spotlight-content {
        position: relative;
        padding: 294px 53px 50px 34px;
        height: 547px;
        background: rgba(15, 121, 191, .88) url(_gfx/home/news-content-bg.svg) right bottom no-repeat;
        background-size: contain
    }

    .home_spotlight h2:first-child {
        margin: 0 0 30px 0;
        font-size: 15px
    }
}

@media screen and (min-width:62em) {
    .home_spotlight:before {
        top: 100px;
        right: 6%
    }

    .home_spotlight h2:first-child {
        display: block;
        position: absolute;
        top: 0;
        left: 60px;
        letter-spacing: .32px
    }

    .home_spotlight .slick_wrapper {
        padding-right: 0
    }

    .home_spotlight .spotlight-content {
        height: 477px;
        padding: 71px 180px 111px 30px
    }

    .home_spotlight .box_bottomlink {
        font-size: 18px;
        height: 40px;
        line-height: 40px;
        letter-spacing: .86px;
        padding: 0 50px;
        right: 185px;
        bottom: 71px
    }

    .home_spotlight .home_spotlight_container {
        padding: 200px 0 30px 0
    }

    .home_spotlight .home_spotlight_container .fp-tableCell {
        height: auto !important
    }

    .home_spotlight .spotlight_title {
        font-size: 26px;
        max-height: 65px;
        letter-spacing: .52px
    }

    .home_spotlight .spotlight_title a {
        font-size: 26px;
        overflow: hidden;
        max-height: 65px
    }

    .home_spotlight .spotlight_description {
        font-size: 19px;
        height: 130.15px;
        letter-spacing: .38px
    }

    .home_spotlight .spotlight-img-link {
        width: 390px;
        height: 530px;
        margin-top: -27px;
        position: static
    }

    .home_spotlight .spotlight-item {
        padding-left: 50px
    }

    .home_spotlight .slick-arrow.slick-prev {
        left: 658px
    }

    .home_spotlight .slick-arrow.slick-next {
        left: 692px
    }

    .home_spotlight .spotlight-playpause button {
        top: -10px;
        left: 67px;
        width: 68px;
        height: 68px
    }

    .home_spotlight .slick-dots {
        top: 0;
        left: 0;
        height: 477px;
        background: rgba(15, 121, 191, .88)
    }
}

@media screen and (min-width:75em) {
    .home_spotlight:before {
        top: 115px
    }

    .home_spotlight .spotlight-img-link {
        width: 435px
    }

    .home_spotlight .slick-arrow.slick-prev {
        left: 703px
    }

    .home_spotlight .slick-arrow.slick-next {
        left: 737px
    }

    .home_spotlight .spotlight-content {
        padding: 71px 160px 111px 45px
    }

    .home_spotlight .box_bottomlink {
        right: 165px
    }
}

@media(min-width:85.375em) {
    .home_spotlight:before {
        top: 146px
    }

    .home_spotlight .home_spotlight_container {
        padding: 240px 0 30px 0
    }

    .home_spotlight .spotlight-img-link {
        width: 636px;
        height: 590px;
        margin-top: -75px
    }

    .home_spotlight .slick-arrow.slick-prev {
        left: 823px
    }

    .home_spotlight .slick-arrow.slick-next {
        left: 857px
    }

    .home_spotlight .spotlight-playpause button {
        top: -60px
    }

    .home_spotlight .spotlight-content {
        padding: 71px 81px 111px 60px
    }

    .home_spotlight .box_bottomlink {
        right: 81px
    }
}

@media(min-width:100em) {
    .home_spotlight .home_spotlight_container {
        padding: 280px 0 30px 0
    }

    .home_spotlight .spotlight-img-link {
        height: 632px
    }
}

@media screen and (max-height:38.6875em) {
    .home_spotlight .home_spotlight_container {
        padding-bottom: 85px
    }
}

@media(min-width:62em)and (min-height:38.75em) {
    .home_spotlight .image_frame {
        opacity: 0;
        transform: translateX(-100px);
        transition: all 1s ease-in-out 2s
    }

    .home_spotlight .spotlight-content {
        opacity: 0;
        transform: translateY(-100px);
        transition: all 1s ease-in-out 1s
    }

    .home_spotlight .spotlight-content-info {
        opacity: 0;
        transition: all 1s ease-in-out 3s
    }

    .home_spotlight .spotlight-wrapper {
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7)
    }

    .home_item5.active .home_spotlight .image_frame {
        opacity: 1;
        transform: translateX(0)
    }

    .home_item5.active .home_spotlight .spotlight-content {
        opacity: 1;
        transform: translateY(0)
    }

    .home_item5.active .home_spotlight .spotlight-content-info {
        opacity: 1
    }
}

.homepagelayout .column {
    min-height: 0
}

#sitebody.homepagelayout .column {
    float: none
}

#sitebody.homepagelayout .fp-auto-height.fp-section,
#sitebody.homepagelayout .fp-auto-height .fp-slide,
#sitebody.homepagelayout .fp-auto-height .fp-tableCell,
#sitebody.homepagelayout .fp-auto-height .slimScrollDiv,
#sitebody.homepagelayout .fp-auto-height .fp-scrollable {
    height: auto !important
}

.home_item2 {
    clear: both;
    position: relative
}

.home_item3,
.home_item4,
.home_item5,
.home_item6,
.home_item7,
.home_item8,
.home_item9,
.home_item10,
.home_item11,
.home_item12,
.home_item13,
.home_item14,
.home_item15,
.home_item16,
.home_item17 {
    position: relative;
    z-index: 1
}

.home_item2,
.home_item3,
.home_item4,
.home_item5,
.home_item6,
.home_item7 {
    width: 100vw;
    overflow: hidden
}

.home_item14 {
    padding: 40px 0
}

.scroll-arrow,
.home_item_mobile {
    display: none
}

.homepagelayout>* {
    display: none
}

.homepagelayout>*.home_item_mobile {
    display: block
}

@media screen and (min-width:48em) {
    .homepagelayout>* {
        display: block
    }

    .homepagelayout>*.home_item_mobile {
        display: none
    }

    .scroll-arrow {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 81px;
        height: 72px;
        text-indent: -4000px;
        background: #1eb299;
        margin: 0 auto;
        overflow: hidden;
        z-index: 3
    }

    .scroll-arrow:before {
        content: "↓";
        color: #fff;
        font-size: 23px;
        line-height: 29px;
        text-align: center;
        border: 2px solid #fff;
        border-radius: 50%;
        width: 41px;
        height: 41px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        text-indent: 0
    }

    #sitebody.homepagelayout {
        border-bottom: 1px solid #f0f0f0;
        padding: 0;
        background: transparent;
        width: 100%;
        max-width: none;
        margin-bottom: 0;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 1fr;
        grid-template-columns: 1fr 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 1fr
    }

    #sitebody.homepagelayout:before {
        display: none
    }

    #sitebody.homepagelayout>* {
        -ms-grid-column-align: stretch;
        -ms-grid-row-align: stretch;
        justify-self: stretch;
        align-self: stretch
    }

    #sitebody.homepagelayout .top_col {
        -ms-grid-column: 1;
        -ms-grid-column-span: 14;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-column: 1/span 14;
        grid-row: 1/span 1;
        padding-top: 0;
        width: 100vw
    }

    #sitebody.homepagelayout .top_col:before,
    #sitebody.homepagelayout .top_col:after {
        display: none
    }

    #sitebody.homepagelayout .home_item2 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 14;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-column: 1/span 14;
        grid-row: 2/span 1;
        overflow: hidden
    }

    #sitebody.homepagelayout .home_item3 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 14;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-column: 1/span 14;
        grid-row: 3/span 1;
        background: url(_gfx/home/Services_Bg_IMG.jpg) center center no-repeat !important;
        background-size: cover !important
    }

    #sitebody.homepagelayout .home_item3:before {
        content: "";
        top: 0;
        left: 0;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: url(_gfx/home/Services_BG_Graphic_Bottom_Left.svg) right bottom no-repeat, url(_gfx/home/Services_BG_Graphic_Top_Left.svg) left top no-repeat;
        background-size: contain
    }

    #sitebody.homepagelayout .home_item4 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 14;
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-column: 1/span 14;
        grid-row: 4/span 1;
        background: url(_gfx/home/Calendar_Bg_Img.jpg) center center no-repeat !important;
        background-size: cover !important
    }

    #sitebody.homepagelayout .home_item4:after {
        content: "";
        top: 0;
        left: 0;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: transparent linear-gradient(270deg, rgba(12, 97, 153, .9) 0%, rgba(15, 121, 191, .86) 50%, #3f94cc 100%) 0% 0% no-repeat padding-box
    }

    #sitebody.homepagelayout .home_item4:before {
        content: "";
        top: 40px;
        left: 0;
        position: absolute;
        right: 0;
        bottom: auto;
        z-index: -1;
        width: 95%;
        height: 147px;
        background: url(_gfx/home/calendar-title.svg) center center no-repeat !important;
        background-size: contain !important;
        margin: auto;
        z-index: 0
    }

    #sitebody.homepagelayout .home_item4 .home-calendar-events.container {
        padding-top: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        height: 100%
    }

    #sitebody.homepagelayout .home_item4 .home-calendar-events.container h2.widget_header {
        display: none
    }

    #sitebody.homepagelayout .home_item4 .height_adjust {
        width: 100%;
        padding: 20px 0
    }

    #sitebody.homepagelayout .home_item5 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 14;
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        grid-column: 1/span 14;
        grid-row: 5/span 1;
        background: url(_gfx/home/News_Bg_Img.jpg) center center no-repeat !important;
        background-size: cover !important
    }

    #sitebody.homepagelayout .home_item5:before {
        content: "";
        top: 0;
        left: 0;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: url(_gfx/home/News_Bg_Graphic_Top_Right.svg) right top no-repeat, url(_gfx/home/News_Bg_Graphic_Bottom_Left.svg) left bottom no-repeat;
        background-size: contain;
        z-index: 0
    }

    #sitebody.homepagelayout .home_item6 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 14;
        -ms-grid-row: 6;
        -ms-grid-row-span: 1;
        grid-column: 1/span 14;
        grid-row: 6/span 1;
        background: url(_gfx/home/Our_City_BG_Img.jpg) center center no-repeat !important;
        background-size: cover !important
    }

    #sitebody.homepagelayout .home_item6:after {
        content: "";
        top: 0;
        left: 0;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: transparent linear-gradient(270deg, rgba(57, 18, 76, .9) 0%, rgba(71, 22, 95, .8) 50%, rgba(108, 69, 127, .7) 100%) 0% 0% no-repeat padding-box
    }

    #sitebody.homepagelayout .home_item6:before {
        content: "";
        top: 28px;
        left: 0;
        position: absolute;
        right: 0;
        bottom: auto;
        z-index: -1;
        width: 85%;
        height: 147px;
        background: url(_gfx/home/ourcity-title.svg) center center no-repeat !important;
        background-size: contain !important;
        margin: auto;
        z-index: 0
    }

    #sitebody.homepagelayout .home_item6 .home-city.container {
        padding-top: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%
    }

    #sitebody.homepagelayout .home_item6 .height_adjust {
        padding: 20px 0
    }

    #sitebody.homepagelayout .home_item7 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 14;
        -ms-grid-row: 7;
        -ms-grid-row-span: 1;
        grid-column: 1/span 14;
        grid-row: 7/span 1;
        background: url(_gfx/home/Get_Involved_BG_Img.jpg) center center no-repeat !important;
        background-size: cover !important
    }

    #sitebody.homepagelayout .home_item8 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 14;
        -ms-grid-row: 8;
        -ms-grid-row-span: 1;
        grid-column: 1/span 14;
        grid-row: 8/span 1;
        padding: 40px 0 40px 0
    }

    #sitebody.homepagelayout .home_item8 .container {
        display: flex;
        justify-content: space-between
    }

    #sitebody.homepagelayout .home_item8 .container:before,
    #sitebody.homepagelayout .home_item8 .container:after {
        display: none
    }

    #sitebody.homepagelayout .home_item8 .container>* {
        max-width: 32%
    }

    #sitebody.homepagelayout .home_item9 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 14;
        -ms-grid-row: 9;
        -ms-grid-row-span: 1;
        grid-column: 1/span 14;
        grid-row: 9/span 1
    }

    #sitebody.homepagelayout .home_item10 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 14;
        -ms-grid-row: 10;
        -ms-grid-row-span: 1;
        grid-column: 1/span 14;
        grid-row: 10/span 1
    }

    #sitebody.homepagelayout .home_item11 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 14;
        -ms-grid-row: 11;
        -ms-grid-row-span: 1;
        grid-column: 1/span 14;
        grid-row: 11/span 1
    }

    #sitebody.homepagelayout .home_item12 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 14;
        -ms-grid-row: 12;
        -ms-grid-row-span: 1;
        grid-column: 1/span 14;
        grid-row: 12/span 1;
        padding: 40px 0 40px 0
    }

    #sitebody.homepagelayout .home_item12 .container {
        display: flex;
        justify-content: space-between
    }

    #sitebody.homepagelayout .home_item12 .container:before,
    #sitebody.homepagelayout .home_item12 .container:after {
        display: none
    }

    #sitebody.homepagelayout .home_item12 .container>* {
        max-width: 48%
    }
}

@media(min-height:38.75em)and (max-height:47.9375em) {
    .home_item4 .height_adjust {
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7)
    }

    .home_item6 .height_adjust {
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7)
    }
}

@media screen and (min-width:62em) {
    #sitebody.homepagelayout {
        -ms-grid-columns: 1fr 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 1fr;
        grid-template-columns: 1fr 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 1fr
    }

    #sitebody.homepagelayout .home_item4:before {
        width: 85%;
        top: 90px
    }

    #sitebody.homepagelayout .home_item4 .home-calendar-events.container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #sitebody.homepagelayout .home_item6:before {
        top: 100px;
        width: 75%
    }

    #sitebody.homepagelayout .home_item6 .home-city.container {
        padding-top: 120px
    }
}

@media screen and (min-width:75em) {
    #sitebody.homepagelayout {
        -ms-grid-columns: 1fr 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 1fr;
        grid-template-columns: 1fr 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 1fr
    }

    #sitebody.homepagelayout .home_item4:before {
        width: 90%;
        top: 100px
    }
}

@media(min-width:85.375em) {
    #sitebody.homepagelayout {
        -ms-grid-columns: 1fr 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 1fr;
        grid-template-columns: 1fr 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 1fr
    }

    #sitebody.homepagelayout .home_item4:before {
        width: 85%;
        top: 120px
    }
}

@media only screen and (min-width:110em) {
    #sitebody.homepagelayout .home_item4:before {
        width: 90%;
        top: 162px
    }
}

@media only screen and (min-width:110em) {
    #sitebody.homepagelayout .home_item6:before {
        top: 135px
    }
}

.home_facebook {
    padding: 40px 10px 0 10px
}

.home_facebook:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ccc;
    display: block;
    z-index: -1
}

.home_facebook h2 {
    margin: 0 0 20px 0;
    font-size: 35px;
    font-weight: normal;
    color: #414141;
    text-transform: uppercase;
    font-family: inherit
}

@media screen and (min-width:48em) {
    .home_facebook {
        padding: 0 0 0 0
    }

    .home_facebook h2 {
        margin: 0 0 20px 0
    }
}

@media screen and (min-width:62em) {
    .home_facebook {
        padding: 0 0 0 0
    }

    .home_facebook h2 {
        font-size: 50px;
        margin: 0 0 20px 0
    }
}

.home_twitter {
    padding: 40px 10px 0 10px
}

.home_twitter:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ccc;
    display: block;
    z-index: -1
}

.home_twitter h2 {
    margin: 0 0 20px 0;
    font-size: 35px;
    font-weight: normal;
    color: #414141;
    text-transform: uppercase;
    font-family: inherit
}

.home_twitter .tw_content {
    background: #fff;
    line-height: 0
}

@media screen and (min-width:48em) {
    .home_twitter {
        padding: 0 0 0 0
    }

    .home_twitter h2 {
        margin: 0 0 20px 0
    }
}

@media screen and (min-width:62em) {
    .home_twitter {
        padding: 0 0 0 0
    }

    .home_twitter h2 {
        font-size: 50px;
        margin: 0 0 20px 0
    }
}

.home_instagram {
    padding: 40px 10px 0 10px
}

.home_instagram:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ccc;
    display: block;
    z-index: -1
}

.home_instagram .widget_header {
    margin: 0 0 20px 0;
    font-size: 35px;
    font-weight: normal;
    color: #414141;
    text-transform: uppercase;
    font-family: inherit
}

.home_instagram .instagram_container {
    background: #fff;
    min-height: 470px;
    padding: 42px 20px
}

@media screen and (min-width:48em) {
    .home_instagram {
        padding: 0 0 0 0
    }

    .home_instagram .widget_header {
        margin: 0 0 20px 0
    }
}

@media screen and (min-width:62em) {
    .home_instagram {
        padding: 0 0 0 0
    }

    .home_instagram .widget_header {
        font-size: 50px;
        margin: 0 0 20px 0
    }
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px 44px 0 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0 0 0
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--html {
    padding: 6px 6px 0 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 44px 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-slide--html .fancybox-content {
    margin: 0 0 6px 0
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable='true'] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: calc(100% - 44px);
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    vertical-align: top;
    width: 100%
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background: transparent;
    height: 100px;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    background: rgba(30, 30, 30, .6);
    height: 100%;
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0
}

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px 25px 44px;
    right: 0
}

.fancybox-caption::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1
}

.fancybox-caption::after {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    content: '';
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0 0 0
    }

    .fancybox-slide--image .fancybox-content {
        margin-bottom: 6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1
}

@media all and (max-width:768px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.home_video_thumbs:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #1eb299;
    display: block;
    z-index: -1
}

.home_video_thumbs .home-video-thumbs-container {
    padding: 40px 10px 135px 10px;
    position: relative
}

.home_video_thumbs .home-video-thumbs-title {
    margin: 0 0 20px 0;
    font-size: 35px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    font-family: inherit
}

.home_video_thumbs .home-video-thumbs-content {
    padding-bottom: 20px
}

.home_video_thumbs .video-thumbnail-frame {
    height: 0;
    padding-top: 56%;
    border: 0 solid #fff;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0)
}

.home_video_thumbs .video-thumbnail {
    text-decoration: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    overflow: hidden
}

.home_video_thumbs .video-thumbnail:hover,
.home_video_thumbs .video-thumbnail:focus {
    text-decoration: none
}

.home_video_thumbs .video-thumbnail:hover .video-thumbnail-frame,
.home_video_thumbs .video-thumbnail:focus .video-thumbnail-frame {
    border-color: #fff
}

.home_video_thumbs .video-thumbnail-img {
    object-fit: cover;
    object-position: center center;
    height: 100%;
    min-width: 100%;
    display: block;
    margin: 0;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.home_video_thumbs .video-thumbnail-caption {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px 10px 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 1
}

.home_video_thumbs .video-thumbnail-title {
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 1.25;
    max-height: 45px;
    overflow: hidden;
    text-align: center
}

.home_video_thumbs .home-video-thumbs-featured {
    padding: 0 0 15px;
    text-align: center
}

.home_video_thumbs .home-video-thumbs-featured .video-thumbnail:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: url(_gfx/home/play_button.png) center center no-repeat;
    background-size: auto 50%;
    z-index: 1
}

.home_video_thumbs .home-video-thumb-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: calc(100% + 20px);
    margin: 0 -10px
}

.home_video_thumbs .home-video-thumb-list-item {
    padding: 0 10px 15px;
    flex: auto;
    width: 180px
}

.home_video_thumbs .video-thumbnail-bottomlink {
    color: #1d2424;
    font-size: 20px;
    font-weight: normal;
    background: #ffd028;
    width: 252px;
    height: 72px;
    line-height: 72px;
    font-family: inherit;
    text-transform: uppercase;
    margin: 0 auto 40px auto;
    text-decoration: none;
    text-align: center;
    border: 0 solid #bbb;
    border-radius: 3px;
    display: block;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.home_video_thumbs .video-thumbnail-bottomlink:hover {
    color: #fff;
    text-decoration: none;
    background: #0f6371
}

@media screen and (min-width:35em) {
    .home_video_thumbs .home-video-thumb-list-item {
        width: 255px
    }
}

@media screen and (min-width:48em) {
    .home_video_thumbs .home-video-thumbs-container {
        padding: 40px 0 175px 0
    }

    .home_video_thumbs .home-video-thumbs-title {
        font-size: 50px
    }

    .home_video_thumbs .home-video-thumbs-content {
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        align-items: stretch
    }

    .home_video_thumbs .video-thumbnail-title {
        max-height: 30px;
        font-size: 12px
    }

    .home_video_thumbs .home-video-thumbs-featured {
        padding: 0;
        text-align: left;
        position: relative;
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin-right: 20px
    }

    .home_video_thumbs .home-video-thumbs-featured .video-thumbnail-img {
        border: 0 solid #fff;
        border-radius: 0;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0)
    }

    .home_video_thumbs .home-video-thumbs-featured .video-thumbnail-img:hover {
        border: 0 solid #fff
    }

    .home_video_thumbs .home-video-thumb-list {
        flex-wrap: wrap;
        align-content: space-between;
        width: 100%;
        margin: 0
    }

    .home_video_thumbs .home-video-thumb-list-item {
        padding: 0;
        flex: auto;
        width: 140px;
        margin: 0 10px
    }
}

@media screen and (min-width:62em) {
    .home_video_thumbs .home-video-thumbs-container {
        padding: 40px 0 175px 0
    }

    .home_video_thumbs .home-video-thumbs-featured .video-thumbnail:before {
        background-size: auto auto
    }

    .home_video_thumbs .home-video-thumb-list-item {
        width: 200px
    }

    .home_video_thumbs .video-thumbnail-title {
        font-size: 18px;
        max-height: 45px
    }
}

.home_data {
    background: transparent;
    position: relative
}

.home_data .home-data-container {
    padding: 0 10px 0 10px
}

.home_data .home-data-header {
    margin: 0 0 20px;
    font-size: 35px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Cabin', sans-serif;
    text-align: center;
    display: none
}

.home_data .data-image-frame {
    margin: 0 0 10px 0;
    height: 189px;
    position: relative;
    width: 100%;
    background: #fff
}

.home_data .data-image-frame:before {
    content: '';
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    bottom: auto;
    width: calc(100% - 40px);
    height: calc(100% + 20px);
    margin: 0 auto;
    z-index: 0;
    background: rgba(252, 201, 93, .7);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.home_data .data-image-frame:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: transparent linear-gradient(0deg, rgba(7, 6, 33, .9) 0%, rgba(2, 56, 106, .2) 100%) 0% 0% no-repeat padding-box;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.home_data .data-link {
    position: absolute;
    top: 40px;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    width: 100%;
    padding: 0 8px
}

.home_data .home-data-box {
    flex: 0 0 auto;
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 17px;
    position: relative
}

.home_data .home-data-box:hover .data-image-frame:after,
.home_data .home-data-box:focus .data-image-frame:after {
    background: transparent linear-gradient(0deg, #212121 0%, rgba(33, 33, 33, .6) 100%) 0% 0% no-repeat padding-box
}

.home_data .home-data-box:hover .data-image-frame:before,
.home_data .home-data-box:focus .data-image-frame:before {
    background: #fcc95d
}

.home_data .data-number {
    position: relative
}

.home_data .data-number .data-count {
    color: #fff;
    font-family: inherit;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.127;
    text-align: center;
    letter-spacing: 2.82px;
    text-shadow: 0 0 40px #000
}

.home_data .data-number:before {
    content: '';
    position: absolute;
    top: auto;
    bottom: -21px;
    right: 0;
    left: 0;
    z-index: 2;
    border-bottom: 3px solid #fcc95d;
    width: 65PX;
    margin: 0 auto
}

.home_data .data-desc {
    text-transform: none;
    line-height: 1.235;
    overflow: hidden;
    text-align: center;
    font-family: inherit;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    max-height: 29.64px;
    margin: 37px 0 0 0;
    letter-spacing: .34px;
    text-shadow: 0 0 40px rgba(0, 0, 0, .16)
}

.home_data .home-data-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -moz-box-wrap: wrap;
    -webkit-box-wrap: wrap;
    -ms-flexbox-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 54px
}

.home_data .home-data-content img {
    display: block;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover
}

.home_data .home-data-content a {
    text-decoration: none
}

.home_data .home-data-content a:hover {
    text-decoration: none
}

.home_data .home-data-bottomlink {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background: #444;
    width: 150px;
    height: 34px;
    line-height: 34px;
    font-family: 'Cabin', sans-serif;
    text-transform: uppercase;
    margin: 0 0 22px;
    padding: 0;
    text-decoration: none;
    text-align: center;
    border: 0 solid #333;
    border-radius: 17px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    display: block;
    position: absolute;
    bottom: 0;
    right: 10px;
    letter-spacing: .75px
}

.home_data .home-data-bottomlink:after {
    content: " ›";
    display: inline-block;
    font-size: 140%;
    margin: 0 0 0 10px;
    vertical-align: top
}

.home_data .home-data-bottomlink:hover {
    color: #fff;
    background: #222;
    text-decoration: none
}

@media screen and (min-width:48em) {
    .home_data .home-data-container {
        padding: 0
    }

    .home_data .home-data-header {
        font-size: 35px;
        margin: 0 0 33px 0
    }

    .home_data .home-data-box {
        width: 189px;
        margin: 20px 17px
    }

    .home_data .data-number .data-count {
        font-size: 32px
    }

    .home_data .home-data-bottomlink {
        right: 0;
        margin: 0 0 40px
    }
}

@media screen and (min-width:62em) {
    .home_data .home-data-container {
        padding: 0
    }

    .home_data .home-data-header {
        font-size: 35px;
        margin: 0 0 33px 0
    }

    .home_data .data-image-frame {
        height: 208px
    }

    .home_data .data-desc {
        font-size: 15px;
        max-height: 37.05px
    }

    .home_data .home-data-content {
        padding: 0 120px 0 0
    }

    .home_data .data-link {
        top: 90px
    }

    .home_data .home-data-box {
        width: calc(25% - 30px);
        margin: 0 17px;
        flex: auto
    }

    .home_data .home-data-box:nth-child(1) {
        margin-left: 0
    }

    .home_data .home-data-box:nth-child(4) {
        margin-right: 0
    }

    .home_data .data-number .data-count {
        font-size: 17px
    }

    .home_data .home-data-bottomlink {
        right: 0;
        margin: 0 0 40px
    }
}

@media screen and (min-width:75em) {
    .home_data .home-data-header {
        font-size: 35px;
        margin: 0 0 33px 0
    }

    .home_data .data-image-frame {
        height: 238px
    }

    .home_data .data-desc {
        font-size: 17px;
        max-height: 41.99px
    }

    .home_data .data-link {
        top: 85px
    }

    .home_data .home-data-box {
        width: calc(25% - 30px)
    }

    .home_data .data-number .data-count {
        font-size: 22px
    }

    .home_data .home-data-bottomlink {
        right: 0;
        margin: 0 0 40px
    }
}

@media screen and (min-width:85.375em) {
    .home_data .home-data-header {
        font-size: 35px;
        margin: 0 0 33px 0
    }

    .home_data .data-image-frame {
        height: 273px
    }

    .home_data .data-desc {
        font-size: 17px;
        max-height: 41.99px
    }

    .home_data .home-data-box {
        width: calc(25% - 30px)
    }

    .home_data .data-number .data-count {
        font-size: 47px
    }

    .home_data .home-data-bottomlink {
        right: 0;
        margin: 0 0 40px
    }
}

@media(min-width:100em) {
    .home_data .home-data-content {
        padding: 0 54px
    }
}

@media(min-width:112.5em) {
    .home_data .home-data-container {
        padding: 0
    }
}

@media screen and (max-height:38.6875em) {
    .home_data .home-data-content {
        padding: 0 60px
    }
}

@media(min-width:48em)and (min-height:38.75em) {
    .home_data .home-data-box {
        opacity: 0;
        transform: translateY(50px);
        transition: all 1s ease-in-out .5s
    }

    .home_data .home-data-box+.home-data-box {
        transition: all 1s ease-in-out 1s
    }

    .home_data .home-data-box+.home-data-box+.home-data-box {
        transition: all 1s ease-in-out 1.5s
    }

    .home_data .home-data-box+.home-data-box+.home-data-box+.home-data-box {
        transition: all 1s ease-in-out 2s
    }

    .home_item6.active .home_data .home-data-box {
        opacity: 1;
        transform: translateY(0)
    }
}

.home_mobile_buttons {
    display: block;
    float: none;
    padding: 20px 5px 40px;
    background: transparent linear-gradient(181deg, #0573bc 0%, #0672ba 37%, #035285 100%) 0% 0% no-repeat padding-box
}

.home_mobile_buttons:before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: transparent url(_gfx/home/mobile-bg.svg) no-repeat center center;
    background-size: contain;
    z-index: 0
}

.home_mobile_buttons .mobile-buttons-list {
    margin: 0;
    padding: 0;
    list-style: none;
    flex-flow: row wrap;
    display: flex;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    margin-bottom: -12px
}

.home_mobile_buttons .mobile-buttons-item {
    flex: 0 1 33%;
    margin: 0;
    padding: 0 2px 12px 2px
}

.home_mobile_buttons .mobile-buttons-item:empty {
    visibility: hidden;
    padding: 0
}

.home_mobile_buttons .mobile-buttons-link {
    display: table;
    position: relative;
    width: 100%;
    text-decoration: none;
    text-align: center;
    max-width: 80px;
    margin: 0 auto
}

.home_mobile_buttons .mobile-buttons-link:hover,
.home_mobile_buttons .mobile-buttons-link:focus {
    text-decoration: none
}

.home_mobile_buttons .mobile-buttons-link:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: transparent;
    content: "";
    border: 0 solid #1eb299;
    border-radius: 50%;
    max-width: 80px;
    margin: auto
}

.home_mobile_buttons .mobile-buttons-img {
    bottom: calc(100% - 80px);
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    top: 0;
    max-width: 41px;
    max-height: 39px
}

.home_mobile_buttons .mobile-buttons-title {
    color: #fff;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    max-height: 99.84px;
    overflow: hidden;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.16;
    vertical-align: top;
    padding: 72px 0 0 0;
    margin-bottom: 10px;
    word-break: break-word;
    letter-spacing: .2px
}

.home_mobile_buttons .mobile-buttons-title:after {
    content: "";
    top: auto;
    left: 0;
    position: absolute;
    right: 0;
    bottom: -2px;
    z-index: -1;
    width: 60px;
    height: 3px;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    z-index: 0;
    margin: auto
}

@media screen and (min-width:20.07em) {
    .home_mobile_buttons {
        padding: 20px 10px 40px
    }

    .home_mobile_buttons .mobile-buttons-item {
        padding: 0 4px 12px 4px
    }
}

@media screen and (min-width:26.25em) {
    .home_mobile_buttons .mobile-buttons-item {
        flex: 0 1 25%;
        padding: 0 6px 12px 6px
    }
}

@media screen and (min-width:48em) {
    .home_mobile_buttons {
        display: none
    }
}

#siteheader.has-service-finder {
    z-index: 11
}

.flex-container {
    display: flex;
    flex-wrap: wrap
}

.service-finder a:visited {
    color: initial
}

.service-finder-trigger {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    display: inline-block;
    padding: .75em 2em;
    width: auto;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: inherit;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #0f6371
}

.service-finder-trigger:hover {
    text-decoration: none;
    color: #fff;
    background: #0c4f5a
}

.service-finder-trigger:visited {
    color: #fff
}

.service-finder-trigger--mobile {
    position: static
}

.service-finder {
    width: 100%;
    background: rgba(40, 40, 40, .9);
    padding: 2em 0 3em;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    visibility: hidden;
    background: transparent;
    transform: translateY(-100%);
    transition: all .3s ease-in-out
}

.service-finder::before {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    bottom: auto;
    left: 50%;
    z-index: -1;
    width: 100vw;
    height: 100%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: rgba(40, 40, 40, .9)
}

.service-finder.is-active {
    visibility: visible;
    transform: translateY(0);
    transition: all .3s ease-in-out
}

.service-finder__close {
    position: absolute;
    top: 2px;
    right: 2%;
    bottom: auto;
    left: auto;
    display: block;
    min-height: 24px;
    padding-right: 1.5em;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff
}

.service-finder__close::before,
.service-finder__close::after {
    content: "";
    position: absolute;
    top: 1px;
    bottom: 0;
    right: 0;
    left: auto;
    margin: auto;
    width: 24px;
    height: 3px;
    background: #fff;
    transform: rotate(45deg);
    transition: background .3s ease-in-out
}

.service-finder__close:hover {
    color: #e6e6e6;
    transition: background .3s ease-in-out
}

.service-finder__close:hover::before,
.service-finder__close:hover::after {
    background: #e6e6e6
}

.service-finder__close::after {
    transform: rotate(-45deg)
}

.service-finder__title {
    display: block;
    margin: .75em 0 1em;
    font-size: 33px;
    font-weight: bold;
    font-family: inherit;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.service-finder__col {
    display: block;
    flex: 0 1 100%;
    margin: 0 4% 1em;
    max-width: 92%;
    padding: 2em;
    background: #fff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .16)
}

.service-finder__heading {
    margin: 0 0 1em;
    height: 24.75px;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.375;
    text-transform: uppercase;
    font-family: inherit;
    color: #414141
}

.dropdown-wrap {
    position: relative;
    background: #fff
}

.dropdown-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: .5em;
    bottom: .2em;
    left: auto;
    display: inline-block;
    margin: auto;
    border: solid #414141;
    border-width: 0 3px 3px 0;
    width: 13px;
    height: 13px;
    transform: rotate(45deg);
    cursor: pointer
}

.service-finder__dropdown {
    position: relative;
    z-index: 1;
    width: 100%;
    border-width: 0 0 1px 0;
    border-color: #414141;
    border-style: solid;
    padding: .5em 2em .5em .5em;
    color: #414141;
    background: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

.service-finder__dropdown::-ms-expand {
    display: none
}

select.service-finder__dropdown {
    font-size: 18px !important
}

.service-finder__option {
    color: #414141;
    background: #eee
}

.summary-col {
    position: relative;
    padding-bottom: 54px
}

.summary-col__box {
    background: #fff
}

.summary-col__text {
    font-size: 18px;
    color: #414141;
    height: 99px;
    overflow: hidden;
    margin: 0
}

.summary-col__link {
    position: absolute;
    top: auto;
    right: .5em;
    bottom: .5em;
    left: auto;
    padding: .5em 1.5em;
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    color: #414141;
    background: #ffd028;
    transition: all .3s ease-in-out
}

.summary-col__link:hover {
    background: #ffc804;
    transition: all .3s ease-in-out
}

@media(min-width:62em) {
    .flex-container {
        flex-wrap: nowrap
    }

    .service-finder__close {
        top: .75em;
        right: 0
    }

    .service-finder__col {
        flex: 0 1 33%;
        margin: 0;
        max-width: 33%
    }

    .service-col {
        margin: 0 1.5em
    }
}

.mainSpan_wrapper_home .sticky_nav {
    display: none
}

.sticky_nav {
    position: fixed;
    left: auto;
    right: 0;
    z-index: 6;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 137px;
    display: none;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -moz-transition-duration: .4s;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.sticky_nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.sticky_nav li:nth-child(2) a:after {
    background-image: url(_gfx/home/floating-btn-graphic-services.svg)
}

.sticky_nav li:nth-child(2) a:before {
    background: rgba(77, 145, 54, .5)
}

.sticky_nav li:nth-child(3) a:after {
    background-image: url(_gfx/home/floating-btn-graphic-calendar.svg)
}

.sticky_nav li:nth-child(3) a:before {
    background: rgba(56, 145, 204, .5)
}

.sticky_nav li:nth-child(4) a:after {
    background-image: url(_gfx/home/floating-btn-graphic-news.svg)
}

.sticky_nav li:nth-child(4) a:before {
    background: rgba(91, 148, 188, .5)
}

.sticky_nav li:nth-child(5) a:after {
    background-image: url(_gfx/home/floating-btn-graphic-ourcity.svg)
}

.sticky_nav li:nth-child(5) a:before {
    background: rgba(102, 53, 126, .5)
}

.sticky_nav li:nth-child(6) a:after {
    background-image: url(_gfx/home/floating-btn-graphic-get_involved.svg)
}

.sticky_nav li:nth-child(6) a:before {
    background: rgba(159, 54, 54, .5)
}

.sticky_nav li.active a:before {
    height: 65%
}

.sticky_nav a {
    height: 60px;
    width: 100%;
    display: flex;
    margin: 0 0 0 0;
    text-decoration: none !important;
    background-position: left top;
    -webkit-transition: width .2s;
    position: relative;
    background: #fff
}

.sticky_nav a:hover {}

.sticky_nav a:hover:before {
    height: 100%
}

.sticky_nav a:before {
    content: "";
    top: auto;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 0;
    background: rgba(52, 67, 101, .5);
    z-index: 1;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.sticky_nav a:after {
    content: "";
    top: 0;
    left: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(_gfx/home/floating-btn-graphic-search.svg) bottom center no-repeat;
    background-size: cover;
    z-index: 0
}

.sticky_nav span {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    font-family: inherit;
    font-weight: 700;
    text-decoration: none;
    text-transform: none;
    position: absolute;
    margin: auto;
    display: block;
    left: 28px;
    right: auto;
    text-align: left;
    top: auto;
    line-height: 1.14;
    bottom: 10px;
    width: 85%;
    max-height: 15.96px;
    overflow: hidden;
    text-indent: 0;
    z-index: 1;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.sticky_nav .image_frame {
    position: absolute;
    width: 14px;
    height: 14px;
    margin: 0 0 0 0;
    left: 10px;
    bottom: 17px;
    z-index: 1;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.sticky_nav img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center
}

.sticky_nav.sticky_nav_hide {
    width: 66px
}

.sticky_nav.sticky_nav_hide:before {
    height: 324px;
    width: 66px
}

.sticky_nav.sticky_nav_hide a {
    background: transparent;
    box-shadow: none;
    margin: 5px 0 5px 0
}

.sticky_nav.sticky_nav_hide a:before {
    right: -213px
}

.sticky_nav.sticky_nav_hide a:after {
    right: -9px
}

.sticky_nav.sticky_nav_hide a .image_frame {
    height: 64px;
    width: 64px;
    background: #fff;
    border-radius: 100%;
    position: relative;
    left: -7px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.sticky_nav.sticky_nav_hide a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
    width: 40px
}

.sticky_nav.sticky_nav_hide a span {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -moz-transition-duration: .4s;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    z-index: -2
}

.sticky_nav.sticky_nav_hide a span:before {
    background: #fff !important
}

.sticky_nav.sticky_nav_hide a:hover {}

@media screen and (min-width:48em) {
    .mainSpan_wrapper_home .sticky_nav {
        display: block
    }

    .sticky_nav {
        display: none
    }
}

@media screen and (min-width:62em) {
    .sticky_nav {
        width: 200px
    }

    .sticky_nav a:after {
        background-size: contain
    }
}

@media screen and (min-width:75em) {
    .sticky_nav {
        width: 240px
    }
}

@media screen and (max-height:38.6875em) {
    .mainSpan_wrapper_home .sticky_nav {
        display: none
    }
}

.mayor_spotlight {
    overflow: visible;
    font-size: 14px;
    font-weight: 400;
    color: #070621;
    font-family: 'Arimo', sans-serif;
    line-height: 1.15;
    text-align: center;
    letter-spacing: .36px;
    position: relative;
    padding: 0 75px
}

.mayor_spotlight .slides {
    padding: 0 0 0 0;
    position: relative;
    background: rgba(255, 255, 255, .94)
}

.mayor_spotlight h2.spotlight_header {
    display: none
}

.mayor_spotlight h1,
.mayor_spotlight h2,
.mayor_spotlight h3,
.mayor_spotlight h4,
.mayor_spotlight h5 {
    margin: 20px 0 20px 0;
    font-weight: 700;
    color: #070621;
    text-transform: none;
    font-family: 'Arimo', sans-serif;
    background: transparent;
    font-size: 22px;
    line-height: 1.1;
    max-height: 24.2px;
    letter-spacing: 1.11px;
    overflow: hidden
}

.mayor_spotlight a {
    color: #070621;
    text-decoration: underline
}

.mayor_spotlight p {
    margin: 0;
    overflow: hidden;
    max-height: 64.4px;
    letter-spacing: .56px
}

.mayor_spotlight img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border: 0 solid #fff;
    position: relative;
    z-index: 1
}

.mayor_spotlight img[src=""] {
    display: none
}

.mayor_spotlight img.hide~h2,
.mayor_spotlight img.hide~p {
    margin-left: 0
}

.mayor_spotlight .box_bottomlink {
    color: #070621;
    font-size: 16px;
    font-weight: 700;
    background: #fff;
    width: auto;
    height: 40px;
    line-height: 40px;
    font-family: inherit;
    text-transform: uppercase;
    float: none;
    margin: 20px 0 0 0;
    text-decoration: none;
    text-align: center;
    border: 0 solid #bbb;
    border-radius: 70px;
    letter-spacing: 1.12px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    display: none
}

.mayor_spotlight .box_bottomlink:hover {
    color: #062a38;
    text-decoration: none;
    background: #fcc95d;
    border-color: #fcc95d
}

@media screen and (min-width:48em) {
    .mayor_spotlight {
        position: relative;
        text-align: left;
        font-size: 14px;
        margin-top: 36px;
        padding: 0 185px 0 25px
    }

    .mayor_spotlight .slides {
        padding: 0 0 0 0;
        min-height: 230px
    }

    .mayor_spotlight h1,
    .mayor_spotlight h2,
    .mayor_spotlight h3,
    .mayor_spotlight h4,
    .mayor_spotlight h5 {
        margin: 4px 0 20px 0;
        font-size: 18px;
        max-height: 19.8px
    }

    .mayor_spotlight img {
        max-width: 170px;
        max-height: 170px;
        position: absolute;
        margin-bottom: 0;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto
    }

    .mayor_spotlight img~h2,
    .mayor_spotlight img~p {
        margin-left: 189px
    }

    .mayor_spotlight p {
        max-height: 64.4px
    }

    .mayor_spotlight li {
        height: 100%;
        padding: 21px 49px 0 0
    }

    .mayor_spotlight .box_bottomlink {
        position: absolute;
        left: auto;
        right: 0;
        top: 0;
        bottom: 0;
        float: none;
        margin: 20px 0 auto 0
    }

    .mayor_spotlight .flexslider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (min-width:62em) {
    .mayor_spotlight {
        font-size: 16px;
        margin-top: 20px;
        padding: 0 130px 0 20px
    }

    .mayor_spotlight .slides {
        min-height: 246px
    }

    .mayor_spotlight h1,
    .mayor_spotlight h2,
    .mayor_spotlight h3,
    .mayor_spotlight h4,
    .mayor_spotlight h5 {
        margin: 4px 0 20px 0;
        font-size: 20px;
        max-height: 22px
    }

    .mayor_spotlight img {
        max-width: 246px;
        max-height: 246px;
        bottom: auto
    }

    .mayor_spotlight li {
        padding: 80px 113px 0 0;
        background: url(_gfx/home/message_mayor-content-bg.svg) bottom right no-repeat !important;
        background-size: contain !important
    }

    .mayor_spotlight img~h2,
    .mayor_spotlight img~p {
        margin-left: 296px
    }

    .mayor_spotlight p {
        max-height: 73.6px
    }

    .mayor_spotlight .box_bottomlink {
        font-size: 18px;
        height: 40px;
        line-height: 40px
    }
}

@media(min-width:75em) {
    .mayor_spotlight {
        font-size: 18px
    }

    .mayor_spotlight .slides {
        padding: 0 0 0 0;
        min-height: 306px
    }

    .mayor_spotlight h1,
    .mayor_spotlight h2,
    .mayor_spotlight h3,
    .mayor_spotlight h4,
    .mayor_spotlight h5 {
        font-size: 24px;
        max-height: 26.4px
    }

    .mayor_spotlight img {
        max-width: 306px;
        max-height: 306px
    }

    .mayor_spotlight img~h2,
    .mayor_spotlight img~p {
        margin-left: 376px
    }

    .mayor_spotlight p {
        max-height: 82.8px
    }

    .mayor_spotlight .box_bottomlink {
        height: 40px;
        line-height: 40px;
        top: 0;
        bottom: 0
    }
}

@media(min-width:85.375em) {
    .mayor_spotlight {
        font-size: 20px
    }

    .mayor_spotlight h1,
    .mayor_spotlight h2,
    .mayor_spotlight h3,
    .mayor_spotlight h4,
    .mayor_spotlight h5 {
        font-size: 30px;
        max-height: 33px
    }

    .mayor_spotlight .slides {
        min-height: 336px
    }

    .mayor_spotlight img {
        max-width: 336px;
        max-height: 336px
    }

    .mayor_spotlight img~h2,
    .mayor_spotlight img~p {
        margin-left: 406px
    }

    .mayor_spotlight p {
        max-height: 92px
    }

    .mayor_spotlight .box_bottomlink {
        font-size: 18px
    }
}

@media(min-width:100em) {
    .mayor_spotlight {
        padding: 0 75px 0
    }
}

@media(min-width:112.5em) {
    .mayor_spotlight {
        margin-top: 68px
    }
}

@media screen and (max-height:38.6875em) {
    .mayor_spotlight {
        padding: 0 80px 0
    }
}

@media screen and (min-width:40.5em)and (max-width:47.9375em) {

    .standardlayout .column.left_col,
    .standardthreecolumnlayout .column.left_col,
    .standardlayout .column.right_col,
    .standardthreecolumnlayout .column.right_col,
    .standardthreecolumnlayout .column.small_col,
    .twocolumnswithbottomlayout .column.left_col,
    .twocolumnswithbottomlayout .column.right_col,
    .threecolumnswithbottomlayout .column.left_col,
    .threecolumnswithbottomlayout .column.middle_col,
    .threecolumnswithbottomlayout .column.right_col,
    .twocolumnreverselayout .column.has_small_col,
    .twocolumnreverselayout .column.small_col {
        width: 100%;
        margin: 0 !important
    }

    .title_widget,
    .content_area {
        padding: 10px
    }

    .content_area.facebook_feed,
    .content_area.twitter_feed {
        padding: 0
    }

    .sidenav,
    .small_col .sidenav {
        float: none;
        width: 100%
    }

    .sidenav .mobile_header.mobile_only,
    .small_col .sidenav .mobile_header.mobile_only {
        display: block !important
    }

    .sidenav ul li,
    .sidenav ul li.sidenav_expanded>a {
        display: none
    }

    .sidenav.mobile_list ul li a,
    .sidenav.mobile_list ul li a:hover {
        padding: 0;
        font-weight: normal
    }

    .mobile_list ul li,
    .facebook_feed ul li,
    .twitter_feed ul li,
    .small_box .box_content ul li {
        padding: 17px 7% 17px 16px
    }

    .mobile_list ul li a,
    .mobile_list .box_bottomlink,
    .mobile_box .box_bottomlink,
    .mobile_list ul li a:hover {
        font-weight: bold
    }

    .mobile_list .box_bottomlink,
    .mobile_box .box_bottomlink {
        display: block
    }

    .small_box {
        margin-bottom: 0
    }

    .standardthreecolumnlayout .small_col .small_box {
        display: block;
        margin-right: 0%;
        width: 100%
    }

    .mobile_list .item-list a:hover {
        font-weight: normal
    }

    .service_box .box_content>ul>li {
        border-bottom: 1px solid #c6c4c4 !important
    }

    .standardthreecolumnlayout .small_col .minicalendar_widget {
        display: block;
        margin: 0 auto
    }

    #view-full {
        display: block !important
    }

    .mobile_only {
        display: block !important
    }

    .mobile_hide {
        display: none !important
    }

    .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) {}

    .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) .hidden {
        display: none
    }

    .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) thead,
    .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) tbody,
    .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) th,
    .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td,
    .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) tr {
        display: block
    }

    .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) thead tr,
    .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) tr th {
        position: absolute;
        top: -9999999px;
        left: -999999px
    }

    .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) tr {
        border: 1px solid #ccc
    }

    .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50% !important;
        text-align: left;
        min-height: 18px
    }

    .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        padding-right: 10px;
        white-space: nowrap;
        content: attr(data-th) " ";
        font-weight: bold
    }

    .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td img,
    .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td object {
        width: auto;
        height: auto;
        float: none
    }

    .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td a.email_link {
        margin: 0
    }

    .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td .title_column {
        max-width: 100%
    }

    .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td:first-child {
        padding-left: 50% !important
    }

    .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) {}

    .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) thead,
    .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) tbody,
    .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) th,
    .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) td,
    .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) tr {
        display: block
    }

    .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) thead tr,
    .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) tr th {
        position: absolute;
        top: -9999999px;
        left: -999999px
    }

    .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) tr {
        border: 1px solid #ccc
    }

    .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50% !important;
        text-align: left;
        min-height: 18px
    }

    .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        padding-right: 10px;
        white-space: nowrap;
        content: attr(data-th) " ";
        font-weight: bold
    }

    .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) td img,
    .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) td object {
        width: auto;
        height: auto;
        float: none
    }

    .front_end_body table.listtable td p.command_button.register_now_command_button {
        width: 100px !important
    }
}

html {
    font-size: inherit
}

*,
*:after,
*:before {
    box-sizing: content-box
}

.sitewrapper,
.sitewrapper *,
.sitewrapper *:after,
.sitewrapper *:before {
    box-sizing: border-box
}

.progress {
    box-shadow: 0 0 0;
    height: auto;
    margin-bottom: 0
}

.collapse {
    display: inherit
}

.sitewrapper a.phone_link,
.sitewrapper a.phone_link:hover {
    color: #414141;
    text-decoration: none !important;
    white-space: nowrap
}

body.front_end_body,
.sitewrapper,
.sitewrapper select,
.sitewrapper input,
.sitewrapper textarea,
.sitewrapper table,
#broken_links_reporter_form,
body.dialog_body,
body[radeditorbody],
body[radeditorbody] table {
    font-size: 16px !important;
    line-height: 1.375 !important;
    font-family: 'Arimo', sans-serif !important;
    color: #414141
}

.front_end_body :target:before,
.front_end_body a[name]:before {
    content: "";
    display: block;
    height: 120px;
    position: relative;
    z-index: -1
}

p {
    margin: 0 0 1em 0
}

table img {
    max-width: none
}

.column select {
    min-width: 150px
}

.front_end_body label {
    line-height: inherit
}

legend {
    color: #414141;
    font-weight: bold;
    text-decoration: none
}

.form_button,
.column input[type=button],
.column input[type=submit],
.column input[type=reset],
body.dialog_body input[type="submit"],
body.dialog_body input[type="button"],
body.dialog_body input[type="reset"],
.front_end_body .command.primary,
.front_end_body .column .command {
    background: #0675bf !important;
    color: #fff !important
}

.form_button:hover,
.column input[type=button]:hover,
.column input[type=submit]:hover,
.column input[type=reset]:hover,
.front_end_body input[type=submit].command.primary:hover,
.front_end_body a.command.primary:hover {
    color: #414141 !important;
    background: transparent !important;
    border: 2px solid #bdbdc4 !important
}

.column input[type="text"],
.column.column input[type="submit"],
.column input[type="password"],
.column input[type="email"],
.column textarea,
.column select,
.front_end_form input[type="text"],
.front_end_form input[type="password"],
.front_end_form input[type="email"],
.front_end_form textarea,
.front_end_form select {
    line-height: normal !important
}

h1,
.content_area h1,
.reDropDownBody h1 {
    color: #070621;
    line-height: 1.2;
    font-weight: 700;
    font-size: 200%;
    font-family: inherit
}

h2,
.content_area h2,
.reDropDownBody h2 {
    font-size: 160%;
    color: #414141;
    font-weight: bold;
    line-height: 1.2
}

h3,
.content_area h3,
.reDropDownBody h3 {
    font-size: 140%;
    color: #414141;
    font-weight: bold
}

h4,
.content_area h4,
.reDropDownBody h4 {
    font-size: 120%;
    color: #414141;
    font-weight: bold
}

h5,
.content_area h5,
.reDropDownBody h5 {
    font-size: 110%;
    color: #414141;
    font-weight: bold
}

h6,
.content_area h6,
.reDropDownBody h6 {
    color: #414141;
    font-weight: bold;
    font-size: 100%
}

.subtitle {
    font-size: 162.5%;
    color: #414141;
    font-weight: bold
}

.subtitle p,
.subtitle a {
    color: #414141;
    font-weight: bold
}

a,
a:visited,
.column a {
    color: #0f6385;
    text-decoration: underline
}

a:hover,
a:focus {
    text-decoration: none
}

a[name],
a[name]:hover,
a[name]:focus {
    color: #414141;
    text-decoration: none
}

a img {
    border: 0
}

a:before,
a:after {
    text-decoration: underline
}

a:before,
a:after,
a:hover:before,
a:hover:after {
    text-decoration: none
}

.more_links {
    display: inline-block;
    margin: 6px;
    padding: 0 24px;
    border-radius: 60px;
    width: auto;
    height: 33px;
    line-height: 33px;
    background: #fcc95d;
    text-transform: none;
    color: #070621 !important;
    font-weight: 700;
    font-size: 81.25%;
    font-family: inherit;
    text-decoration: none !important;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.more_links:after {
    display: none
}

.more_links:hover {
    color: #fff !important;
    background: #070621;
    text-decoration: none
}

.mobile_header,
.facebook_feed .mobile_header,
.twitter_feed .mobile_header,
.small_box .mobile_header {
    margin: 0;
    color: #fff;
    font-family: inherit;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 110%;
    height: 40px;
    line-height: 30px;
    background: #0675bf;
    padding: 6px 20px;
    letter-spacing: .54px
}

.small_box .mobile_header {
    display: block
}

.mobile_list,
.mobile_box {
    background: #fff;
    border: 0;
    color: #0f6385;
    zoom: 1
}

.mobile_list:before,
.mobile_box:before {
    content: '';
    display: block
}

.mobile_list:after,
.mobile_box:after {
    content: '';
    display: table;
    clear: both
}

.small_col .content_area.mobile_box {
    border-top: 1px solid #bdbdc4;
    background: #fff
}

.mobile_box>div {
    background: #fff;
    padding: 10px
}

.mobile_box {
    background: #fff
}

.mobile_list ul,
.facebook_feed ul,
.twitter_feed ul {
    margin: 0
}

.mobile_list ul li,
.facebook_feed ul li,
.twitter_feed ul li {
    width: 100%;
    border-bottom: 1px solid #bdbdc4;
    border-top: 0;
    padding: 17px 7% 17px 16px;
    position: relative;
    zoom: 1
}

.mobile_list ul li:before,
.facebook_feed ul li:before,
.twitter_feed ul li:before {
    content: '';
    display: block
}

.mobile_list ul li:after,
.facebook_feed ul li:after,
.twitter_feed ul li:after {
    content: '';
    display: table;
    clear: both
}

.mobile_list ul ul li:before,
.facebook_feed ul ul li:before,
.twitter_feed ul ul li:before {
    border: none
}

.mobile_list a+.item-list {
    border-top: 0
}

.mobile_list .item-list {
    padding: 0
}

.mobile_list ul li a {
    border-top: 0;
    padding: 0;
    color: #0f6385;
    font-weight: bold;
    font-size: 87.5%;
    text-decoration: underline
}

.mobile_list ul li a:hover {
    color: #0f6385;
    text-decoration: none
}

.mobile_list .item-list a {
    color: #0f6385;
    font-weight: normal;
    font-size: 87.5%;
    text-decoration: underline
}

.mobile_list .item-list a:hover {
    color: #0f6385;
    text-decoration: none
}

.mobile_list .item_smalltext {
    padding: 0;
    border: 0;
    color: #414141
}

.mobile_list .item_smalltext+.item_smalltext {
    font-style: normal
}

.mobile_list .box_bottomlink,
.mobile_box .box_bottomlink {
    background: #e7e7e7;
    border: 0;
    border-bottom: 1px solid #bdbdc4;
    color: #414141;
    font-style: normal;
    font-weight: 400;
    text-align: right;
    padding: 7px 24px 7px 24px;
    clear: both;
    position: relative;
    font-size: 87.5%;
    text-decoration: underline
}

.mobile_list .box_bottomlink:hover,
.mobile_box .box_bottomlink:hover {
    text-decoration: none
}

@media screen and (min-width:48em) {

    .mobile_list,
    .mobile_box {
        background: transparent
    }

    .mobile_box>div {
        background: transparent;
        padding: 0
    }

    .mobile_list ul li a,
    .mobile_list .box_bottomlink,
    .mobile_box .box_bottomlink,
    .mobile_list ul li a:hover {
        background: transparent none;
        font-weight: normal
    }

    .mobile_list ul li {
        background: transparent none;
        border-bottom: 0 solid #bdbdc4;
        padding: 0;
        position: static
    }

    .mobile_list ul li:before {
        display: none
    }

    .mobile_list .box_bottomlink,
    .mobile_box .box_bottomlink {
        border: none
    }
}

.flex-viewport {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.flexslider {
    position: relative
}

.slides {
    zoom: 1
}

.slides:before {
    content: '';
    display: block
}

.slides:after {
    content: '';
    display: table;
    clear: both
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.flexslider .slides>li:first-child {
    display: block;
    -webkit-backface-visibility: visible
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}

.no-js .slides>li:first-child {
    display: block
}

.flex-control-nav {
    position: absolute;
    right: 16px;
    bottom: 10px;
    display: none
}

.flex-control-nav li {
    float: left
}

.flex-control-nav li a {
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 50%;
    text-indent: -4000px;
    overflow: hidden;
    text-align: left;
    display: block;
    width: 10px;
    height: 10px;
    margin-left: 6px
}

.flex-control-nav li a.flex-active,
.flex-control-nav li a:hover {
    background: #ccc
}

.dialog_body.front_end_body {
    background: #fff
}

.viClientDialog .vi-main {
    overflow: hidden
}

.feedback_lightbox .vi-outer .vi-c .vi-main .vi-content iframe,
.send_share_email_lightbox .vi-outer .vi-c .vi-main .vi-content iframe {
    width: 100% !important
}

.dialog_body .feed_back_wrapper #feedback_sendemail_form .feedback_list li label,
.front_end_body .send_email_wrapper .formlist label.content_label,
.dialog_body .shareemail_list label {
    display: inline-block;
    width: 190px;
    min-width: 190px;
    vertical-align: top
}

.send_email_wrapper .formlist label {
    min-width: 190px
}

.front_end_body .formlist .feedback_message_textarea,
.shareemail_list .shareemail_message_textarea,
.front_end_form .feedback_list textarea,
.send_email_wrapper .formlist textarea {
    width: 64.98422713%;
    height: 113px
}

.list-filter select {
    width: 225px;
    max-width: 100%
}

.list-filter,
.alpha-filter {
    margin: 0 0 10px 0;
    clear: both;
    list-style: none;
    padding: 0
}

.list-filter ul,
.alpha-filter ul {
    list-style: none;
    padding: 0
}

.list-filter ul li,
.alpha-filter ul li {
    float: left
}

.list-filter ul li:first-child:before,
.alpha-filter ul li:first-child:before {
    content: ""
}

.list-filter ul li:before,
.alpha-filter ul li:before {
    color: gray;
    content: "|"
}

.alpha-filter .current {
    color: inherit;
    cursor: inherit
}

.alpha-filter .current:hover {
    background: transparent;
    border-color: transparent;
    box-shadow: 0 0 0;
    color: inherit
}

.alpha-filter a:hover {
    background: #0f6385;
    border: solid 1px transparent;
    color: #fff !important
}

.alpha-filter .current:hover {
    color: inherit !important
}

.list-pager a {
    color: #0f6385 !important
}

.list-pager a.pg-normal:hover {
    background: #0f6385;
    border: solid 1px transparent;
    color: #fff !important
}

.detail-title,
.detail-subtitle,
.detail-intro {
    margin: 0 0 7px
}

.detail-list-label.detail-list-label,
.custom_fields label,
.custom_fields .custom_field_label {
    width: 150px;
    -webkit-flex: 0 0 150px;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px
}

.list-main>li {
    border-bottom: 0 solid #bdbdc4;
    padding: 10px !important
}

.detail-list>li,
.custom_fields .custom_field_frontend_display {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.detail-content {
    zoom: 1
}

.detail-content:before {
    content: '';
    display: block
}

.detail-content:after {
    content: '';
    display: table;
    clear: both
}

.business_directory_widget .detail-list-value a {
    min-width: 300px
}

.sitewrapper .listtable {
    width: 100%;
    border-collapse: separate !important;
    margin: 10px 0;
    empty-cells: show;
    border: solid 0 #bdbdc4 !important;
    background: #fff !important
}

.sitewrapper .listtable th {
    text-transform: uppercase;
    border: 1px solid #0675bf;
    font-weight: 700;
    padding: 6px 9px;
    background: #0675bf !important;
    color: #fff !important;
    font-size: 112.5%;
    font-family: inherit;
    vertical-align: top;
    letter-spacing: .16px
}

.sitewrapper .listtable th:hover {
    font-weight: 700;
    padding: 6px 9px;
    border: 1px solid #0675bf
}

.sitewrapper .listtable th a {
    white-space: normal
}

.sitewrapper .listtable td {
    padding: 3px 9px 3px 9px !important;
    border: 0;
    border-bottom: solid 1px #bdbdc4;
    border-right: solid 1px #bdbdc4;
    font-size: 87.5%;
    color: #414141;
    letter-spacing: .14px
}

.sitewrapper .listtable td p,
.sitewrapper .listtable td a {
    letter-spacing: .14px
}

.sitewrapper .listtable td:first-child {
    border-left: 1px solid #bdbdc4
}

.sitewrapper .listtable tr:hover {
    background: transparent
}

.sitewrapper .listtable tr:hover td {
    background: transparent !important
}

.sitewrapper .listtable tr:hover>td a {
    color: #0f6385 !important
}

.sitewrapper .listtable tr:hover>td,
.sitewrapper .listtable tr:hover>td>p {
    color: #414141 !important
}

.sitewrapper .listtable a.email_link {
    background-position: center 0
}

.sitewrapper .listtable th a {
    color: #fff !important
}

.sitewrapper table.listtable a.phone_link,
.sitewrapper table.listtable a.phone_link:hover {
    color: #414141;
    text-decoration: none !important
}

.front_end_body table.responsive-table-data-mb:not(.non-responsive-table) tr {
    width: 100%
}

.front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td::before {
    padding: 3px 9px 2px 9px;
    width: 37%;
    overflow: hidden;
    position: static;
    white-space: normal;
    vertical-align: top;
    display: table-cell;
    text-overflow: ellipsis
}

.front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td {
    min-height: 28px;
    padding-left: 0 !important;
    width: 100%;
    display: table;
    table-layout: fixed;
    overflow: hidden
}

.front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td:first-child {
    padding-left: 0 !important
}

.front_end_body table.responsive-table-data-mb:not(.non-responsive-table) tr {
    border: 0;
    border-bottom: 2px solid #0675bf
}

.front_end_body table.responsive-table-data-mb:not(.non-responsive-table) tr:last-child {
    border-bottom: 0
}

@media screen and (max-width:47.9375em) {
    .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) {
        border: solid 1px #bdbdc4 !important
    }

    .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td {
        width: 100% !important
    }

    .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) .mobile_hide {
        display: table !important
    }

    .title_column {
        max-width: none
    }
}

@media screen and (min-width:48em) {
    .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td {
        padding-left: 9px !important;
        width: auto;
        display: table-cell
    }

    .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td:first-child {
        padding-left: 9px !important
    }

    .sitewrapper .listtable {
        border: solid 0 #bdbdc4 !important
    }

    .sitewrapper .listtable td:last-child {
        border-bottom: solid 1px #bdbdc4 !important
    }

    .staff_directory_widget,
    .rfp_widget,
    .service_directory_widget,
    .jobs_widget,
    .events_widget,
    .form_survey_widget,
    .facility_directory_list_view_widget,
    .poll_widget,
    .meeting_widget,
    .meeting_item_widget {
        overflow-x: auto;
        overflow-y: hidden
    }
}

.small_box .item_new,
.listtable span.item_new {
    color: #414141;
    font-weight: bold;
    display: inline
}

.empty_list {
    font-weight: bold;
    padding-top: 10px;
    text-align: center
}

.small_box .empty_box {
    padding: 10px 10px 10px 16px
}

.small_box .box_content ul.item-list li.item-email,
.small_box .box_content ul.item-list li.item-phone,
.small_box .box_content ul.item-list li.item-map {
    padding-left: 22px;
    margin-bottom: 3px
}

.small_box .box_content ul.item-list li.item-email {
    background: url(_gfx/cmn/email_table.png) 0 center no-repeat
}

.small_box .box_content ul.item-list li.item-email .email_link {
    cursor: pointer
}

.small_box .box_content ul.item-list li.item-phone {
    background: url(_gfx/cmn/phone.png) 0 center no-repeat
}

.small_box .box_content ul.item-list li.item-map {
    background: url(_gfx/cmn/map.png) 0 center no-repeat
}

.small_box .box_bottomlink:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #5c5c5c;
    position: absolute;
    left: auto;
    right: 13px;
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle
}

@media screen and (min-width:48em) {

    .small_box,
    .twitter_feed,
    .facebook_feed {
        margin-bottom: 17px;
        vertical-align: top;
        clear: both;
        background: #fff !important;
        border: 1px solid #bdbdc4 !important;
        word-wrap: break-word
    }

    .small_box .box_title,
    .twitter_feed .box_title,
    .facebook_feed .box_title,
    .small_box h2.mobile_header,
    .twitter_feed h2.mobile_header,
    .facebook_feed h2.mobile_header {
        color: #fff !important;
        font-weight: 700;
        line-height: 120%;
        font-size: 112.5% !important;
        height: auto;
        padding: 8px 20px 8px 20px;
        text-align: left;
        display: block;
        text-transform: uppercase;
        background: #0675bf;
        margin: -1px -1px 0 -1px;
        font-family: inherit;
        letter-spacing: .16px
    }

    .small_box .box_content,
    .twitter_feed .box_content,
    .facebook_feed .box_content {
        padding: 0 20px 0 20px
    }

    .small_box .box_content ul,
    .twitter_feed .box_content ul,
    .facebook_feed .box_content ul,
    .small_box.twitter_feed ul,
    .twitter_feed.twitter_feed ul,
    .facebook_feed.twitter_feed ul,
    .small_box.facebook_feed ul,
    .twitter_feed.facebook_feed ul,
    .facebook_feed.facebook_feed ul {
        margin: 0;
        padding: 0;
        list-style: none;
        padding: 7px 0 0 0;
        line-height: 130%
    }

    .small_box .box_content ul li,
    .twitter_feed .box_content ul li,
    .facebook_feed .box_content ul li,
    .small_box.twitter_feed ul li,
    .twitter_feed.twitter_feed ul li,
    .facebook_feed.twitter_feed ul li,
    .small_box.facebook_feed ul li,
    .twitter_feed.facebook_feed ul li,
    .facebook_feed.facebook_feed ul li,
    .small_box.faq_box .box_content>ul>li,
    .twitter_feed.faq_box .box_content>ul>li,
    .facebook_feed.faq_box .box_content>ul>li,
    .small_box.service_box.mobile_list .box_content>ul>li,
    .twitter_feed.service_box.mobile_list .box_content>ul>li,
    .facebook_feed.service_box.mobile_list .box_content>ul>li {
        padding: 5px 0 7px 0;
        position: relative
    }

    .small_box .box_bottomlink,
    .twitter_feed .box_bottomlink,
    .facebook_feed .box_bottomlink {
        float: right;
        margin: 6px -10px 12px 0;
        padding: 0 24px;
        border-radius: 60px;
        width: auto;
        height: 33px;
        line-height: 33px;
        background: #fcc95d;
        text-transform: none;
        color: #070621;
        font-weight: 700;
        font-size: 81.25%;
        font-family: inherit;
        text-decoration: none;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out
    }

    .small_box .box_bottomlink:after,
    .twitter_feed .box_bottomlink:after,
    .facebook_feed .box_bottomlink:after {
        display: none
    }

    .small_box .box_bottomlink:hover,
    .twitter_feed .box_bottomlink:hover,
    .facebook_feed .box_bottomlink:hover {
        color: #fff;
        background: #070621;
        text-decoration: none
    }

    .small_box .box_content ul a,
    .twitter_feed .box_content ul a,
    .facebook_feed .box_content ul a,
    .small_box.service_box .box_content li span,
    .twitter_feed.service_box .box_content li span,
    .facebook_feed.service_box .box_content li span,
    .small_box.faq_box ul .listfaq_q,
    .twitter_feed.faq_box ul .listfaq_q,
    .facebook_feed.faq_box ul .listfaq_q,
    .small_box .empty_box,
    .twitter_feed .empty_box,
    .facebook_feed .empty_box {
        color: #070621;
        text-decoration: none;
        font-size: 93.625%;
        font-weight: 700;
        font-family: 'Arimo', sans-serif;
        letter-spacing: .12px
    }

    .small_box .box_content ul a:hover,
    .twitter_feed .box_content ul a:hover,
    .facebook_feed .box_content ul a:hover {
        text-decoration: underline;
        color: #070621;
        font-weight: 700
    }

    .small_box .box_content ul img,
    .twitter_feed .box_content ul img,
    .facebook_feed .box_content ul img {
        margin-right: 3px;
        vertical-align: bottom
    }

    .small_box .box_content .item_smalltext,
    .twitter_feed .box_content .item_smalltext,
    .facebook_feed .box_content .item_smalltext,
    .small_box .box_content ul.item-list li,
    .twitter_feed .box_content ul.item-list li,
    .facebook_feed .box_content ul.item-list li,
    .small_box.meeting_item_box ul span,
    .twitter_feed.meeting_item_box ul span,
    .facebook_feed.meeting_item_box ul span {
        margin: 0;
        color: #414141;
        font-size: 87.5%;
        padding: 0;
        border: 0;
        letter-spacing: .14px
    }

    .small_box .document_breadcrumb,
    .twitter_feed .document_breadcrumb,
    .facebook_feed .document_breadcrumb {
        color: #414141
    }

    .small_box .document_breadcrumb a,
    .twitter_feed .document_breadcrumb a,
    .facebook_feed .document_breadcrumb a {
        color: #070621
    }

    .small_box .box_content ul.item-list li,
    .twitter_feed .box_content ul.item-list li,
    .facebook_feed .box_content ul.item-list li {
        font-size: 100%;
        padding: 0
    }

    .small_box .box_content ul.item-list li a,
    .twitter_feed .box_content ul.item-list li a,
    .facebook_feed .box_content ul.item-list li a,
    .small_box.service_box .box_content ul.service_list li a,
    .twitter_feed.service_box .box_content ul.service_list li a,
    .facebook_feed.service_box .box_content ul.service_list li a {
        color: #414141;
        font-weight: normal;
        font-size: 87.5%
    }

    .small_box .box_content ul.item-list li a:hover,
    .twitter_feed .box_content ul.item-list li a:hover,
    .facebook_feed .box_content ul.item-list li a:hover,
    .small_box.service_box .box_content ul.service_list li a:hover,
    .twitter_feed.service_box .box_content ul.service_list li a:hover,
    .facebook_feed.service_box .box_content ul.service_list li a:hover {
        text-decoration: underline
    }

    .small_box .item_new,
    .twitter_feed .item_new,
    .facebook_feed .item_new {
        margin-left: 5px;
        color: #070621
    }

    .small_box .box_content ul.item-list,
    .twitter_feed .box_content ul.item-list,
    .facebook_feed .box_content ul.item-list {
        margin: 0;
        padding: 4px 0 0 0;
        border: 0
    }

    .small_box .empty_box,
    .twitter_feed .empty_box,
    .facebook_feed .empty_box {
        padding: 10px 0
    }

    .small_box .downloadmessage,
    .twitter_feed .downloadmessage,
    .facebook_feed .downloadmessage {
        width: 100%
    }

    .small_box.staff_box .box_content ul.item-list li.item-phone,
    .small_box.business_box .box_content ul.item-list li.item-phone,
    .small_box.business_box .box_content ul.item-list li.item-map,
    .small_box.staff_box .box_content ul.item-list li.item-email a,
    .small_box.business_box .box_content ul.item-list li.item-email {
        line-height: 130%;
        border-bottom: none;
        font-size: 87.5%
    }

    .small_box.business_box .box_content ul.item-list li.item-email a,
    .small_box.business_box .box_content ul.item-list li.item-map a {
        font-size: inherit
    }

    .small_box .box_content ul.item-list li.item-phone {
        background-position: 0 10%
    }

    .small_box .box_content ul.item-list li.item-email {
        background-position: 0 10%
    }

    .small_box .box_content ul.item-list li.item-map {
        background-position: 0 10%
    }
}

body.front_end_body {
    background: #fff;
    -ms-overflow-style: scrollbar;
    overflow-x: hidden
}

#sitebody {
    background: #fff;
    border-bottom: 1px solid #f0f0f0
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.container {
    padding: 0
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-left: 0;
    padding-right: 0
}

@media screen and (min-width:48em) {
    body.front_end_body {
        background: #fff;
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed
    }

    #sitebody {
        border-bottom: 0
    }

    .container,
    #sitebody,
    #siteheader,
    #footercolumn {
        width: 730px;
        max-width: 730px
    }

    .mainSpan_wrapper,
    .mainSpan_wrapper_home {
        position: relative;
        z-index: 1;
        overflow: hidden
    }

    .mainSpan_wrapper:before,
    .mainSpan_wrapper_home:before {
        position: absolute;
        top: 175px;
        left: 0;
        right: 0;
        height: 56px;
        background: transparent;
        content: "";
        top: 231px;
        transform: translateY(-100%)
    }

    .mainSpan_wrapper:after,
    .mainSpan_wrapper_home:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 175px;
        background: #1d2e54;
        content: ""
    }

    .mainSpan_wrapper_home .sr {
        visibility: hidden
    }

    .mainSpan_wrapper_home:after {
        pointer-events: none;
        z-index: 7;
        height: 249px;
        background: transparent linear-gradient(180deg, rgba(29, 46, 84, .86) 0%, rgba(29, 46, 84, 0) 100%) 0% 0% no-repeat padding-box
    }

    .container {
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (min-width:62em) {

    .container,
    #sitebody,
    #siteheader,
    #footercolumn {
        width: 950px;
        max-width: 950px
    }
}

@media(min-width:75em) {

    .container,
    #sitebody,
    #siteheader,
    #footercolumn {
        width: 1023px;
        max-width: 1023px
    }
}

@media(min-width:85.375em) {

    .container,
    #sitebody,
    #siteheader,
    #footercolumn {
        width: 1302px;
        max-width: 1302px
    }
}

#siteheader {
    z-index: 1;
    margin-bottom: 0;
    position: relative;
    background: #1d2e54
}

#headercolumn {
    clear: both;
    float: none;
    width: auto;
    position: static;
    height: 116px !important
}

@media screen and (min-width:48em) {
    #siteheader {
        height: 114px;
        background: transparent;
        position: relative;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: auto
    }

    #siteheader:before {
        display: none
    }

    .mainSpan_wrapper_home #siteheader {
        position: absolute
    }

    #headercolumn {
        background-image: none !important;
        height: auto !important
    }
}

@media screen and (min-width:62em) {
    #siteheader {
        height: 175px
    }
}

#page_footer {
    padding: 10px;
    background: #6c0303;
    text-align: center;
    position: relative;
    height: auto !important;
    z-index: 2;
    display: block
}

#page_footer #footercolumn {
    color: #fff;
    font-family: inherit;
    font-size: 13px;
    padding: 120px 0 5px;
    text-align: left;
    position: relative;
    z-index: 1;
    line-height: 1.375
}

#page_footer .footer_logo {
    position: absolute;
    width: 67px;
    top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    right: 0;
    margin: auto
}

#page_footer .footer_nav {
    margin-bottom: 10px;
    text-align: left;
    clear: both;
    padding-left: 15px
}

#page_footer .footer_nav h2 {
    padding: 0;
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: bold;
    color: #fcc95d;
    text-transform: uppercase;
    letter-spacing: .68px;
    font-family: inherit;
    line-height: 1.14
}

#page_footer .footer_nav a {
    display: block;
    white-space: nowrap;
    text-transform: none;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: .27px;
    line-height: 1.785
}

#page_footer .footer_nav a:hover {
    color: #fff
}

#page_footer .footer_address,
#page_footer .footer_stuff {
    margin-bottom: 20px;
    padding: 0 0 0 15px;
    z-index: 1;
    font-weight: 400;
    position: relative;
    letter-spacing: .27px
}

#page_footer .footer_address h2,
#page_footer .footer_stuff h2 {
    padding: 0;
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: bold;
    color: #fcc95d;
    text-transform: uppercase;
    letter-spacing: .68px;
    font-family: inherit;
    line-height: 1.14
}

#page_footer .footer_address ul,
#page_footer .footer_stuff ul {
    list-style-type: none;
    padding: 0 15px 0 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#page_footer .footer_address span,
#page_footer .footer_stuff span {
    display: block;
    color: #444;
    font-weight: 400;
    letter-spacing: .32px
}

#page_footer .footer_address p,
#page_footer .footer_stuff p {
    letter-spacing: .32px;
    color: #fff
}

#page_footer .footer_address a,
#page_footer .footer_stuff a {
    color: #fff;
    line-height: 1.785
}

#page_footer .footer_address a:hover,
#page_footer .footer_stuff a:hover {
    color: #fff
}

#page_footer .footer_phone {
    position: relative;
    z-index: 1;
    padding: 0 0 0 15px;
    letter-spacing: .32px;
    margin-bottom: 20px
}

#page_footer .footer_phone:before {
    content: "";
    top: 3px;
    left: 0;
    position: absolute;
    right: 0;
    bottom: auto;
    z-index: -1;
    width: 10px;
    height: 10px;
    background: url(_gfx/cmn/footer-phone.svg) left top no-repeat;
    background-size: 100% auto;
    z-index: 0
}

#page_footer .footer_phone h2 {
    padding: 0;
    margin: 0 0 6px;
    font-size: 13px;
    font-weight: bold;
    color: #fcc95d;
    text-transform: uppercase;
    letter-spacing: .22px;
    font-family: inherit;
    line-height: 1.45
}

#page_footer .footer_phone a {
    letter-spacing: .32px;
    color: #fff
}

#page_footer .footer_phone a:hover {
    color: #005a9e
}

#page_footer .footer_copyright {
    margin-bottom: 0;
    text-align: center;
    letter-spacing: 0;
    color: #fff;
    font-weight: 400;
    font-size: 12px
}

#page_footer .footer_copyright a {
    font-weight: inherit;
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline
}

#page_footer .footer_copyright a:hover {
    text-decoration: none;
    color: #fff
}

#page_footer a:hover {
    text-decoration: underline
}

#page_footer p {
    margin: 0;
    clear: both
}

#view-options {
    display: none
}

@media screen and (min-width:48em) {
    #view-options {
        display: none
    }

    #page_footer {
        clear: both;
        min-height: 270px;
        font-size: 100%;
        padding: 0;
        margin-bottom: 0
    }

    #page_footer:after {
        display: block
    }

    #page_footer #footercolumn {
        margin: 0 auto;
        padding: 21px 0 21px 100px;
        min-height: 270px;
        font-size: 14px
    }

    #page_footer #footercolumn .footer_logo {
        width: 91px;
        top: 85px;
        right: auto;
        left: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    #page_footer #footercolumn .footer_nav {
        font-size: 13px;
        clear: both;
        margin-bottom: 7px;
        padding-left: 29px
    }

    #page_footer #footercolumn .footer_nav h2 {
        font-size: 16px
    }

    #page_footer #footercolumn .footer_nav a {
        font-size: 13px
    }

    #page_footer #footercolumn .footer_nav a:first-child {
        padding-left: 0
    }

    #page_footer #footercolumn .footer_nav a:last-child {
        padding-right: 0
    }

    #page_footer #footercolumn .footer_nav a:hover {
        text-decoration: underline
    }

    #page_footer #footercolumn .footer_address,
    #page_footer #footercolumn .footer_stuff {
        margin-bottom: 0;
        padding: 0 0 0 29px;
        min-height: 150px
    }

    #page_footer #footercolumn .footer_address:before,
    #page_footer #footercolumn .footer_stuff:before {
        top: 4px;
        width: 10px;
        height: 15px
    }

    #page_footer #footercolumn .footer_address h2,
    #page_footer #footercolumn .footer_stuff h2 {
        font-size: 16px
    }

    #page_footer #footercolumn .footer_address ul,
    #page_footer #footercolumn .footer_stuff ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    #page_footer #footercolumn .footer_address li,
    #page_footer #footercolumn .footer_stuff li {
        width: calc((100%/3) - 20px)
    }

    #page_footer #footercolumn .footer_phone {
        padding: 0 0 0 30px;
        min-height: 195px;
        font-weight: 400;
        position: relative;
        margin: 0
    }

    #page_footer #footercolumn .footer_phone:before {
        top: 5px;
        width: 15px;
        height: 15px
    }

    #page_footer #footercolumn .footer_phone h2 {
        margin: 0 0 15px;
        font-size: 20px
    }

    #page_footer #footercolumn .footer_copyright {
        font-size: 14px;
        margin-left: -100px
    }
}

@media only screen and (min-width:62em) {
    #page_footer #footercolumn {
        padding: 47px 10% 17px
    }

    #page_footer #footercolumn .footer_logo {
        top: 35px
    }

    #page_footer #footercolumn .footer_nav {
        font-size: 14px;
        padding-left: 0
    }

    #page_footer #footercolumn .footer_nav h2 {
        font-size: 22px
    }

    #page_footer #footercolumn .footer_nav a {
        font-size: 14px
    }

    #page_footer #footercolumn .footer_copyright {
        margin-left: 0
    }

    #page_footer #footercolumn .footer_address,
    #page_footer #footercolumn .footer_stuff {
        min-height: 180px;
        padding: 0 0 0 60px
    }

    #page_footer #footercolumn .footer_address h2,
    #page_footer #footercolumn .footer_stuff h2 {
        font-size: 22px
    }

    #page_footer #footercolumn .footer_address:before,
    #page_footer #footercolumn .footer_stuff:before {
        top: 9px
    }

    #page_footer #footercolumn .footer_address li,
    #page_footer #footercolumn .footer_stuff li {
        width: calc((100%/3) - 7px)
    }

    #page_footer #footercolumn .footer_phone h2 {
        font-size: 22px
    }

    #page_footer #footercolumn .footer_phone:before {
        top: 10px
    }

    #page_footer #footercolumn .footer_logo {
        width: 120px
    }
}

@media only screen and (min-width:75em) {
    #page_footer #footercolumn .footer_logo {
        width: 129px
    }
}

#siteheader a#home_link {
    background: url(logo-mobile.svg) center center no-repeat !important;
    background-size: contain !important;
    height: 55px;
    overflow: hidden;
    position: absolute;
    text-indent: -4000px;
    left: 0;
    margin: auto;
    right: 0;
    top: 5px;
    width: 161px
}

@media screen and (min-width:48em) {
    #siteheader a#home_link {
        height: auto;
        left: 0;
        bottom: -10px;
        right: auto;
        width: 140px;
        z-index: 9;
        height: calc(100% - 63px);
        top: auto;
        transform: translateY(-100%)
    }
}

@media only screen and (min-width:62em) {
    #siteheader a#home_link {
        width: 165px;
        bottom: -72px;
        background: url(logo.svg) center center no-repeat !important;
        background-position: 0 center !important;
        background-size: contain !important;
        height: calc(100% - 73px)
    }
}

@media screen and (min-width:75em) {
    #siteheader a#home_link {
        width: 190px
    }
}

#headercolumn #top_nav {
    display: none
}

@media screen and (min-width:48em)and (max-width:51em) {
    #top_nav.right_adjust {
        padding-right: 20px
    }
}

@media screen and (min-width:48em) {
    #headercolumn #top_nav {
        display: block
    }

    #top_nav {
        color: #fff;
        float: right;
        text-align: right;
        line-height: 20px;
        margin-top: 22px;
        padding: 0 0 0 0 !important;
        max-width: 590px;
        max-height: 46px;
        overflow: hidden;
        position: relative;
        letter-spacing: .27px;
        z-index: 8
    }

    #top_nav a {
        color: #fff;
        font-size: 14px;
        margin: 0 7px;
        text-decoration: none;
        position: relative;
        display: inline-block;
        font-family: inherit;
        font-weight: normal
    }

    #top_nav a:hover {
        text-decoration: underline
    }

    #top_nav a:first-child:before {
        content: ""
    }

    #top_nav a:before {
        content: "| ";
        text-decoration: underline;
        position: absolute;
        left: -10px;
        display: inline-block
    }

    #top_nav a:before {
        text-decoration: none
    }
}

@media screen and (min-width:62em) {
    #top_nav {
        margin-top: 41px;
        padding: 0 270px 0 0 !important;
        max-width: 810px;
        max-height: 49px;
        margin-right: 0
    }

    #top_nav a {
        margin: 0 16px
    }

    #top_nav a:last-child {
        margin-right: 0
    }

    #top_nav a:before {
        left: -20px
    }
}

@media screen and (min-width:75em) {
    #top_nav {
        max-width: 883px;
        padding: 0 317px 0 0 !important
    }
}

@media(min-width:85.375em) {
    #top_nav {
        max-width: 1062px
    }

    #top_nav a {
        margin: 0 19px
    }
}

.search-trigger,
.top_links,
.close_search,
.search_overlay {
    display: none
}

#searchbox {
    background: #1d2e54;
    border: 0;
    height: auto;
    margin: 0;
    padding: 10px;
    width: 100%;
    top: auto;
    bottom: 0;
    position: absolute;
    z-index: 10;
    backdrop-filter: blur(44px);
    -webkit-backdrop-filter: blur(44px);
    outline: none
}

#searchbox input#search_text {
    background: rgba(255, 255, 255, .75);
    border: 0 none !important;
    color: #062a38;
    font-size: 15px !important;
    height: 30px;
    line-height: 30px !important;
    margin: 0;
    padding: 0 36px 0 11px;
    width: 100%
}

#searchbox input#search_text:focus-visible {
    border-radius: 0
}

#searchbox input#search_text::-webkit-input-placeholder {
    color: #062a38;
    font-size: 15px;
    opacity: 1 !important
}

#searchbox input#search_text:-moz-placeholder {
    color: #062a38;
    font-size: 15px;
    opacity: 1 !important
}

#searchbox input#search_text::-moz-placeholder {
    opacity: 1 !important;
    color: #062a38;
    font-size: 15px
}

#searchbox input#search_text:-ms-input-placeholder {
    color: #062a38;
    font-size: 15px;
    opacity: 1 !important
}

#searchbox input#search_text:focus {
    outline: none
}

#searchbox>a {
    background: transparent url("header-search.svg") no-repeat center center;
    background-size: 14px auto;
    border: 0 none !important;
    height: 30px !important;
    margin: 0;
    position: absolute;
    right: 10px;
    text-align: left;
    text-decoration: none;
    text-indent: -4000px;
    top: 10px;
    width: 30px;
    overflow: hidden;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

#searchbox.active>a {
    background-image: url("_gfx/cmn/header-search-close.svg")
}

@media screen and (min-width:48em) {
    .search-trigger {
        display: block;
        visibility: hidden;
        top: 120px;
        transform: translateY(-100%)
    }

    #searchbox {
        margin: 0;
        right: 0;
        left: 0;
        margin: auto;
        top: 120px;
        bottom: auto;
        width: 413px;
        padding: 0;
        background: rgba(255, 255, 255, .94);
        border: 0 solid #ddd;
        border-radius: 0;
        overflow: hidden
    }

    #searchbox>a {
        display: inline-block;
        right: 0;
        top: 0;
        height: 45px !important;
        width: 45px;
        border-radius: 0;
        background-size: 22px auto;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out
    }

    #searchbox>a:hover {
        background-size: 22px auto
    }

    #searchbox input#search_text {
        color: #062a38;
        font-size: 15px !important;
        height: 45px;
        line-height: 45px !important;
        background: transparent;
        padding: 0 45px 0 20px;
        font-family: inherit;
        text-transform: none
    }

    #searchbox input#search_text::-webkit-input-placeholder {
        font-size: 15px;
        color: #062a38;
        font-family: inherit;
        text-transform: none
    }

    #searchbox input#search_text:-moz-placeholder {
        font-size: 15px;
        color: #062a38;
        font-family: inherit;
        text-transform: none
    }

    #searchbox input#search_text::-moz-placeholder {
        font-size: 15px;
        color: #062a38;
        font-family: inherit;
        text-transform: none
    }

    #searchbox input#search_text:-ms-input-placeholder {
        font-size: 15px;
        color: #062a38;
        font-family: inherit;
        text-transform: none
    }

    .mainSpan_wrapper_home #searchbox {
        background: rgba(255, 255, 255, .75)
    }
}

@media only screen and (min-width:62em) {
    #searchbox {
        width: 253px;
        top: 27px;
        left: auto
    }
}

@media(min-width:75em) {
    #searchbox {
        width: 303px
    }
}

@media screen and (min-width:48em) {
    .translatebox {
        float: right;
        clear: both;
        display: block;
        margin: 8px 0 0 0;
        padding: 0;
        background: #fff;
        cursor: pointer;
        border: 1px solid #888;
        position: relative
    }

    .translatebox:before {
        position: absolute;
        height: 0;
        width: 0;
        border-top: 7px solid #888;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        content: "";
        z-index: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 10px
    }

    .translatebox a {
        display: none
    }

    .translatebox .skiptranslate.goog-te-gadget {
        color: #fff !important;
        font-size: 0
    }

    .translatebox .skiptranslate.goog-te-gadget select.goog-te-combo {
        top: 0;
        border: 0 !important;
        width: 185px;
        padding: 0 0 0 12px;
        position: relative;
        color: #262626 !important;
        font-size: 18px !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: transparent;
        margin: 0;
        height: 36px;
        min-width: 0
    }

    .translatebox .skiptranslate.goog-te-gadget select.goog-te-combo option {
        background: #fff
    }

    .translatebox select::-ms-expand {
        display: none
    }
}

.mainSpan_wrapper_home .social_icons_main {
    display: none
}

.social_icons_main {
    position: fixed;
    top: calc(50% + 9px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 137px;
    padding-top: 360px;
    right: 0;
    z-index: 5;
    display: none;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -moz-transition-duration: .4s;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.social_icons_main .social_icons {
    position: absolute;
    z-index: 9;
    top: auto;
    right: 0;
    left: auto;
    padding: 5px;
    height: 80px;
    width: 100%;
    background: #e8e8ea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -moz-transition-duration: .4s;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.social_icons_main .social_icons a {
    text-decoration: none !important;
    display: flex;
    flex-direction: row;
    width: 26px;
    height: 26px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #1d2e54;
    margin: 0 5px !important;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.social_icons_main .social_icons a:hover {
    background: rgba(29, 46, 84, .5)
}

.social_icons_main .social_icons .image_frame {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.social_icons_main .social_icons img {
    max-height: 16px;
    max-width: 16px
}

@media screen and (min-width:48em) {
    .mainSpan_wrapper_home .social_icons_main {
        display: block
    }

    .social_icons_main {
        display: none
    }
}

@media screen and (min-width:62em) {
    .social_icons_main {
        width: 200px
    }

    .social_icons_main .social_icons {
        padding: 0;
        height: 40px
    }

    .social_icons_main .social_icons a {
        margin: 0 3px !important
    }
}

@media screen and (min-width:75em) {
    .social_icons_main {
        width: 240px
    }

    .social_icons_main .social_icons a {
        margin: 0 5px !important
    }
}

@media screen and (max-height:38.6875em) {
    .social_icons_main {
        width: 40px;
        height: 200px;
        padding: 0
    }

    .social_icons_main .social_icons {
        padding: 5px 0;
        height: 100%
    }
}

.config_widget_template *,
.config_widget_template *:after,
.config_widget_template *:before {
    box-sizing: border-box
}

.edit .widget_wrapper {
    padding: 0
}

.edit .home_item2 {
    z-index: 0
}

.edit .home_item2 .widget_wrapper_title {
    top: 100px
}

.config_widget_template .home_collage .flex-control-nav {
    z-index: 21
}

.config_widget_template .home_collage:hover .flex-control-nav {
    z-index: 300
}

.page.edit .column.column.sortable_col:not(.site_template_column):not(.page_edit_empty_col) {
    min-height: 40px
}

.home_buttons .widget_wrapper_body.widget_wrapper_body {
    overflow: visible
}

#configure_widgets #siteheader,
#configure_widgets #sitebody,
#configure_widgets #footercolumn,
#configure_widgets #page_footer .footer_copyright {
    width: 100%
}

.config_widget_template .site_template #sitebody {
    -ms-grid-columns: 1fr 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 1fr;
    grid-template-columns: 1fr 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 1fr
}

@media screen and (min-width:48em) {
    .config_widget_template {
        max-width: 100%;
        overflow: hidden;
        position: relative;
        z-index: 1
    }

    .config_widget_template .sr {
        visibility: visible
    }

    .config_widget_template .top_col>div:first-of-type {
        position: absolute;
        top: 0;
        width: 100%
    }

    .config_widget_template .vi-fullwidth-banner {
        width: 100vw;
        max-width: none;
        left: 50%;
        right: 50%;
        margin-left: -50vw !important;
        margin-right: -50vw;
        margin-bottom: -30px
    }

    .config_widget_template .widget_wrapper .widget_wrapper_body.edit {
        min-height: 45px
    }

    .config_widget_template .section {
        opacity: 1
    }

    .config_widget_template .section.active {
        opacity: 1
    }

    .config_widget_template .home_buttons .buttons-list-item .button-link,
    .config_widget_template .home_calendar.home_calendar .minicalendar_widget,
    .config_widget_template .home_spotlight .image_frame,
    .config_widget_template .home_spotlight .spotlight-content,
    .config_widget_template .home_spotlight .spotlight-content-info,
    .config_widget_template .home_data .home-data-box,
    .config_widget_template .home_events .events-list-item,
    .config_widget_template .home_meetings .events-list-item {
        opacity: 1 !important;
        transform: unset !important
    }

    .edit .widget_wrapper .widget_wrapper_title.edit {
        text-align: left
    }

    .config_widget_template .scroll-arrow {
        z-index: 300
    }

    .config_widget_template .home_events .box_bottomlink,
    .config_widget_template .home_news .box_bottomlink {
        bottom: -75px;
        left: calc(((100% - 1302px)/2) + 360px)
    }

    .config_widget_template .home_events .box_bottomlink.event_cal,
    .config_widget_template .home_news .box_bottomlink.event_cal {
        left: calc(((100% - 1302px)/2) + 610px)
    }

    .config_widget_template .home_video_thumbs .video-thumbnail-bottomlink,
    .config_widget_template .home_data .home-data-bottomlink {
        bottom: -100px
    }
}

@media(min-width:1200px) {
    .config_widget_template {
        clear: both
    }
}

@media screen and (min-width:48em) {
    .sticky_header .alert_container {
        display: none
    }

    .sticky_header .sitewrapper:before {
        position: fixed;
        height: 60px;
        z-index: 6;
        top: 0;
        background: #1d2e54;
        transform: translateY(0);
        transition: transform .3s ease-in-out;
        transition-delay: .2s
    }

    .sticky_header .mainSpan_wrapper_home:after {
        opacity: 0
    }

    .sticky_header .mainSpan_wrapper:after {
        background: transparent
    }

    .sticky_header #siteheader a#home_link {
        position: fixed;
        height: 60px;
        left: auto;
        top: 0;
        width: 95px;
        background: url(_gfx/cmn/logo.svg) 0 center no-repeat !important;
        background-size: 100% auto !important;
        margin: 0 auto;
        transform: translateY(0);
        transition: transform .3s ease-in-out;
        transition-delay: .2s
    }

    .sticky_header #siteheader #top_nav {
        display: none
    }

    .sticky_header #siteheader .translatebox {
        display: none !important
    }

    .sticky_header .search-trigger {
        position: fixed;
        right: auto;
        top: 8px;
        margin-left: calc(730px - 45px);
        display: block;
        cursor: pointer;
        background: #fff url("_gfx/cmn/header-search.svg") no-repeat center center;
        background-size: 22px auto;
        height: 45px;
        float: right;
        width: 45px;
        text-indent: -4000px;
        text-align: left;
        overflow: hidden;
        z-index: 10;
        transform: translateY(0);
        transition: transform .3s ease-in-out;
        transition-delay: .2s;
        visibility: visible
    }

    .sticky_header .search-trigger.active {
        background: transparent url("_gfx/cmn/header-search-close.svg") no-repeat center center;
        background-size: 17px auto
    }

    .sticky_header .top_search {
        margin: 0 auto;
        top: 0
    }

    .sticky_header #searchbox {
        display: none;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
        position: absolute;
        right: 61px;
        left: auto;
        width: 62%;
        top: -45px;
        background: #fff
    }

    .sticky_header #searchbox.active_search {
        top: 8px;
        display: block
    }

    .sticky_header .top_search {
        position: fixed;
        max-width: 730px;
        width: 100%;
        z-index: 9
    }

    .sticky_header .main_menu_widget {
        max-width: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 8;
        width: 100%
    }

    .sticky_header .mainnav {
        top: auto !important;
        position: relative
    }

    .sticky_header .mainnav .dropdownmenu {
        padding: 0 70px 0 38px !important;
        top: 0;
        transform: translateY(0);
        transition: transform .3s ease-in-out;
        transition-delay: .2s
    }

    .sticky_header .mainnav .dropdownmenu>li {
        height: 60px;
        margin-left: 30px
    }

    .sticky_header .mainnav .dropdownmenu>li>a {
        height: 60px;
        font-size: 14px
    }

    .sticky_header .mainnav .dropdownmenu>li>a:after,
    .sticky_header .mainnav .dropdownmenu>li>a:before {
        bottom: 5px
    }

    .sticky_header .mainnav .dropdownmenu .megamenu_container {
        margin-top: 0
    }

    .sticky_header #dropdownrootitem8 .widthcontainer1col,
    .sticky_header #dropdownrootitem7 .widthcontainer1col {
        right: -45px
    }

    .sticky_header #dropdownrootitem8 .widthcontainer2col,
    .sticky_header #dropdownrootitem7 .widthcontainer2col,
    .sticky_header #dropdownrootitem6 .widthcontainer2col {
        right: -45px
    }

    .sticky_header #dropdownrootitem5 .widthcontainer3col,
    .sticky_header #dropdownrootitem6 .widthcontainer3col,
    .sticky_header #dropdownrootitem7 .widthcontainer3col,
    .sticky_header #dropdownrootitem8 .widthcontainer3col {
        right: -45px
    }

    .sticky_header #sitebody .dropdownmenu .widthcontainer4col,
    .sticky_header #sitebody .dropdownmenu .widthcontainer5col,
    .sticky_header #sitebody .dropdownmenu .widthcontainer6col,
    .sticky_header #sitebody .dropdownmenu .widthcontainer7col,
    .sticky_header #sitebody .dropdownmenu .widthcontainer8col {
        width: 730px
    }
}

@media only screen and (min-width:62em) {
    .sticky_header .search-trigger {
        margin-left: calc(950px - 45px)
    }

    .sticky_header .top_search {
        max-width: 950px
    }

    .sticky_header #siteheader a#home_link {
        width: 115px;
        height: 120px
    }

    .sticky_header .search-trigger {
        top: 38px
    }

    .sticky_header #searchbox.active_search {
        top: 38px
    }

    .sticky_header .sitewrapper:before {
        height: 120px
    }

    .sticky_header .mainnav .dropdownmenu {
        margin-left: 310px
    }

    .sticky_header .mainnav .dropdownmenu>li>a {
        font-size: 16px;
        height: 120px
    }

    .sticky_header .mainnav .dropdownmenu>li>a:after,
    .sticky_header .mainnav .dropdownmenu>li>a:before {
        bottom: 30px
    }

    .sticky_header .mainnav .dropdownmenu>li {
        height: 120px
    }

    .sticky_header #sitebody .dropdownmenu .widthcontainer4col,
    .sticky_header #sitebody .dropdownmenu .widthcontainer5col,
    .sticky_header #sitebody .dropdownmenu .widthcontainer6col,
    .sticky_header #sitebody .dropdownmenu .widthcontainer7col,
    .sticky_header #sitebody .dropdownmenu .widthcontainer8col {
        width: 950px
    }
}

@media only screen and (min-width:75em) {
    .sticky_header .search-trigger {
        margin-left: calc(1023px - 45px)
    }

    .sticky_header .top_search {
        max-width: 1023px
    }

    .sticky_header .mainnav .dropdownmenu {
        padding: 0 95px 0 15px !important
    }

    .sticky_header .mainnav .dropdownmenu>li {
        margin-left: 60px
    }

    .sticky_header .mainnav .dropdownmenu>li>a {
        font-size: 17px
    }

    .sticky_header #sitebody .dropdownmenu .widthcontainer4col,
    .sticky_header #sitebody .dropdownmenu .widthcontainer5col,
    .sticky_header #sitebody .dropdownmenu .widthcontainer6col,
    .sticky_header #sitebody .dropdownmenu .widthcontainer7col,
    .sticky_header #sitebody .dropdownmenu .widthcontainer8col {
        width: 1023px
    }
}

@media only screen and (min-width:85.375em) {
    .sticky_header #siteheader a#home_link {
        width: 195px
    }

    .sticky_header .search-trigger {
        margin-left: calc(1302px - 45px)
    }

    .sticky_header #searchbox.active_search {
        width: 62%
    }

    .sticky_header .top_search {
        max-width: 1302px
    }

    .sticky_header .mainnav .dropdownmenu {
        margin-left: 210px;
        padding: 0 110px 0 15px !important
    }

    .sticky_header .mainnav .dropdownmenu>li>a {
        font-size: 20px
    }

    .sticky_header #sitebody .dropdownmenu .widthcontainer4col,
    .sticky_header #sitebody .dropdownmenu .widthcontainer5col,
    .sticky_header #sitebody .dropdownmenu .widthcontainer6col,
    .sticky_header #sitebody .dropdownmenu .widthcontainer7col,
    .sticky_header #sitebody .dropdownmenu .widthcontainer8col {
        width: 1302px
    }
}

#siteheader a.menu_trigger {
    cursor: pointer;
    height: 35px;
    left: 0;
    top: 0;
    position: absolute;
    overflow: hidden;
    text-indent: -4000px;
    width: 41px;
    display: block !important;
    background: transparent
}

#siteheader a.menu_trigger:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    right: 0;
    margin: auto;
    width: 21px;
    height: 3px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0 6px 0 0 #fff;
    transform-origin: 0% 0%;
    transition: transform .5s cubic-bezier(.77, .2, .05, 1), box-shadow .5s cubic-bezier(.77, .2, .05, 1)
}

#siteheader a.menu_trigger:after {
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    right: 0;
    margin: auto;
    width: 21px;
    height: 3px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    transform-origin: 0% 100%;
    transition: transform .5s cubic-bezier(.77, .2, .05, 1)
}

body[data-menu-position=open] #siteheader a.menu_trigger:before {
    transform: rotate(45deg) translate(-2px, -1px);
    box-shadow: 0 0 0 0 transparent
}

body[data-menu-position=open] #siteheader a.menu_trigger:after {
    transform: rotate(-45deg) translate(0, -1px)
}

.mainnav {
    display: none
}

.jPanelMenu-panel #mobile_nav {
    display: none !important
}

#jPanelMenu-menu {
    background: none repeat scroll 0 0 #1d2e54;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
    overflow-y: auto !important;
    display: block
}

#jPanelMenu-menu .nav_tip {
    color: #fff;
    font-style: italic;
    margin: 30px 5% 10px;
    font-size: 81.25%;
    display: none
}

#jPanelMenu-menu .dropdownmenu {
    border-top: 1px solid rgba(255, 255, 255, .1);
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0 0 40px
}

#jPanelMenu-menu .dropdownmenu ul {
    margin: 0;
    padding: 0
}

#jPanelMenu-menu .dropdownmenu ul.menu_open {
    border-bottom: 1px solid transparent
}

#jPanelMenu-menu .dropdownmenu ul.menu_open {
    background: rgba(0, 0, 0, .1)
}

#jPanelMenu-menu .dropdownmenu ul ul {
    display: none
}

#jPanelMenu-menu .dropdownmenu li {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    display: block;
    overflow: hidden;
    position: relative
}

#jPanelMenu-menu .dropdownmenu li:first-child {
    border-bottom-color: rgba(255, 255, 255, .1)
}

#jPanelMenu-menu .dropdownmenu li a {
    color: #fff;
    display: inline-block;
    padding: 7px 0 7px 5%;
    margin-right: 45px;
    text-decoration: none;
    text-transform: none;
    font-size: 87.5%;
    font-family: inherit;
    font-weight: 400;
    letter-spacing: .28px
}

#jPanelMenu-menu .dropdownmenu li a[href] {
    position: relative
}

#jPanelMenu-menu .dropdownmenu li .expand_link {
    cursor: pointer;
    height: 36px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -4000px;
    top: 0;
    width: 100%
}

#jPanelMenu-menu .dropdownmenu li .expand_link:before {
    content: '';
    position: absolute;
    top: 17px;
    right: 17px;
    height: 2px;
    width: 10px;
    background: #fff;
    -webkit-transform: skew(0deg, 0);
    -moz-transform: skew(0deg, 0);
    -ms-transform: skew(0deg, 0);
    -o-transform: skew(0deg, 0);
    transform: skew(0deg, 0);
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

#jPanelMenu-menu .dropdownmenu li .expand_link:after {
    content: '';
    position: absolute;
    top: 36.5%;
    right: 21px;
    height: 10px;
    width: 2px;
    background: #fff;
    -webkit-transform: skew(0deg, 0deg);
    -moz-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg)
}

#jPanelMenu-menu .dropdownmenu li.menu_active>.expand_link:before {
    -webkit-transform: skew(0deg, 0deg);
    -moz-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg)
}

#jPanelMenu-menu .dropdownmenu li.menu_active>.expand_link:after {
    display: none
}

#jPanelMenu-menu .dropdownmenu li li {
    border-bottom: 0 none;
    background: rgba(0, 0, 0, .1)
}

#jPanelMenu-menu .dropdownmenu li li a {
    padding-left: 9%;
    text-transform: none;
    color: #fff;
    line-height: 1.375;
    font-weight: normal
}

#jPanelMenu-menu .dropdownmenu li li .expand_link:before,
#jPanelMenu-menu .dropdownmenu li li .expand_link:after {
    background: #fff
}

#jPanelMenu-menu .dropdownmenu li li li {
    background: rgba(0, 0, 0, .1)
}

#jPanelMenu-menu .dropdownmenu li li li a {
    padding-left: 13%;
    color: #fff;
    font-weight: normal
}

#jPanelMenu-menu .dropdownmenu li li li .expand_link:before,
#jPanelMenu-menu .dropdownmenu li li li .expand_link:after {
    background: #fff
}

#jPanelMenu-menu .dropdownmenu li li li li {
    background: rgba(0, 0, 0, .1)
}

#jPanelMenu-menu .dropdownmenu li li li li a {
    padding-left: 17%
}

#jPanelMenu-menu .dropdownmenu li li li li li {
    background: rgba(0, 0, 0, .1)
}

#jPanelMenu-menu .dropdownmenu>li:first-child,
#jPanelMenu-menu .dropdownmenu>li.menu_active:first-child {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0)
}

#jPanelMenu-menu #top_nav {
    color: #fff;
    display: block;
    padding: 18px 5%;
    text-align: center
}

#jPanelMenu-menu #top_nav a {
    color: #fff;
    margin: 0 12px 0 0;
    text-decoration: none;
    font-size: 81.25%;
    font-weight: bold;
    letter-spacing: .29px
}

#jPanelMenu-menu ul.dropdownmenu li:hover .megamenu_container {
    display: none
}

#jPanelMenu-menu .dropdownmenu li:hover>ul,
#jPanelMenu-menu .dropdownmenu li li:hover>ul {
    display: none
}

#jPanelMenu-menu .inner_container {
    background: rgba(0, 0, 0, .1)
}

@media screen and (min-width:48em) {

    #siteheader>a.menu_trigger,
    .expand_link {
        display: none !important
    }

    .dropdownmenu {
        display: block
    }
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    padding: 0;
    min-height: 0;
    font-size: 81.1125%;
    letter-spacing: .23px
}

.breadcrumb a,
.breadcrumb {
    color: #2b2b2b !important;
    line-height: 110%
}

.breadcrumb a:last-child:after {
    content: " »";
    text-decoration: underline;
    position: absolute;
    margin-left: 3px;
    color: #393939
}

.breadcrumb a:last-child:after {
    text-decoration: none
}

.dashboard_header .breadcrumb a:last-child:after {
    display: none
}

.breadcrumb a {
    text-decoration: underline !important
}

.breadcrumb a:hover {
    text-decoration: none !important
}

.detail-list-label-summary {
    display: inline-block;
    float: none;
    width: 250px;
    vertical-align: top
}

.detail-list-value-summary {
    display: inline-block;
    margin: 0
}

.calendar_Controls {
    width: 220px
}

.outlookcalendar,
.googleCal,
.yahooCal {
    background: none
}

#calendarControls {
    width: 240px
}

#calendarControls a {
    font-size: inherit !important;
    width: auto
}

.calendar {
    border-collapse: separate;
    table-layout: auto
}

.calendar_eventtime {
    line-height: 130%;
    padding: 3px 0 3px 0 !important;
    display: block;
    font-size: 100%;
    font-weight: normal
}

.calendar_eventlink {
    line-height: 130%;
    display: block;
    font-size: 100%;
    margin: 0 0 10px 0
}

.calendar_more {
    padding-top: 5px;
    margin-top: 30px;
    border-top: 1px solid #e2e2e2;
    display: none
}

.calendar_more_link {
    background: url(_gfx/int/calendar_more.png) 0 center no-repeat;
    padding-left: 26px;
    font-size: 105%;
    display: block;
    line-height: 24px
}

.calendar_more_link.hidden {
    display: none !important
}

.minicalendar_widget,
.calendar_widget {
    min-width: 170px;
    max-width: 310px;
    font-size: inherit !important;
    line-height: inherit !important;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    position: relative;
    z-index: 2;
    overflow: visible;
    border: 0
}

.minicalendar_widget .responsive-table-scroll,
.calendar_widget .responsive-table-scroll {
    width: 100%
}

.calendar_widget {
    min-width: 275px
}

.small_col .minicalendar_widget,
.standardlayout .left_col .minicalendar_widget,
.standardthreecolumnlayout .left_col .minicalendar_widget {
    padding-top: 0;
    margin-bottom: 17px;
    clear: both
}

.standardlayout .left_col .minicalendar_widget,
.standardthreecolumnlayout .left_col .minicalendar_widget {
    width: 100%;
    margin: 0 auto 17px
}

.standardlayout .left_col .minicalendar_widget .calendar-mini-grid-title,
.standardthreecolumnlayout .left_col .minicalendar_widget .calendar-mini-grid-title {
    background: #0675bf
}

.standardlayout .left_col .minicalendar_widget .calendar-mini-grid-title .calendar_title td,
.standardthreecolumnlayout .left_col .minicalendar_widget .calendar-mini-grid-title .calendar_title td,
.standardlayout .left_col .minicalendar_widget .calendar-mini-grid-title .calendar_grid .calendar_title,
.standardthreecolumnlayout .left_col .minicalendar_widget .calendar-mini-grid-title .calendar_grid .calendar_title {
    color: #fff;
    font-weight: 700
}

.standardlayout .left_col .minicalendar_widget .calendar-mini-grid-title .calendar_title td a,
.standardthreecolumnlayout .left_col .minicalendar_widget .calendar-mini-grid-title .calendar_title td a {
    color: #fff
}

.small_col .minicalendar_widget {
    width: 100%
}

.calendar_mini_grid,
.calendar_grid {
    width: 100%;
    background: transparent;
    max-width: 100% !important;
    table-layout: auto
}

.calendar_mini_grid.calendar td.calendar_day_with_items,
.calendar_grid.calendar td.calendar_day_with_items {
    cursor: pointer
}

.calendar_mini_grid.calendar td.calendar_day_with_items>a,
.calendar_grid.calendar td.calendar_day_with_items>a {
    text-decoration: underline
}

.calendar_mini_grid.calendar td.calendar_day_with_items:hover .calendar_items,
.calendar_grid td:hover .calendar_items {
    display: block
}

.calendar_mini_grid .calendar_dayheader,
.calendar_grid .calendar_dayheader {
    background: #0675bf;
    color: #fff;
    font-size: 68.75%;
    font-family: inherit;
    padding: 2px 0 0 0;
    text-transform: uppercase;
    border: 1px solid #0675bf;
    text-align: center;
    letter-spacing: unset;
    font-weight: 700
}

.calendar_grid .calendar_dayheader {
    color: #0675bf;
    text-indent: 12px;
    letter-spacing: .16px
}

.calendar_grid .calendar_dayheader:first-letter {
    color: #fff
}

.calendar_mini_grid .calendar_title_td {
    padding: 0
}

.calendar_mini_grid .calendar_title,
.calendar_grid .calendar_title {
    width: 100%
}

.calendar_mini_grid .calendar_title td,
.calendar_grid .calendar_title {
    height: 35px;
    background: #0675bf;
    padding: 0 !important;
    color: #fff;
    text-align: center;
    font-size: 93.75%;
    font-family: 'Arimo', sans-serif;
    line-height: 28px !important;
    text-transform: uppercase;
    font-weight: 700
}

.calendar_mini_grid .calendar_title td h2,
.calendar_grid .calendar_title h2 {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    margin: 0;
    font-family: inherit
}

.calendar_grid .calendar_title td.calendar_title_content {
    color: #070621;
    padding: 0;
    font-size: 110%;
    font-weight: 700
}

.calendar_grid .calendar_title td.calendar_title_content h2.short_current_month_title.mobile_only {
    color: #fff !important
}

.calendar_mini_grid .calendar_title td a {
    color: #070621;
    text-decoration: none
}

.calendar_mini_grid .calendar_title td a:hover {
    text-decoration: underline
}

.calendar_grid .calendar_title td.calendar_nextprev {
    padding: 0
}

.calendar_mini_grid .calendar_title td.calendar_nextprev a,
.calendar_grid td.calendar_nextprev a {
    background: transparent none;
    margin: 0 auto;
    width: 100%;
    min-height: 35px;
    text-indent: -4000px;
    overflow: hidden;
    text-align: left;
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 0;
    letter-spacing: .14px
}

.calendar_mini_grid .calendar_title td.calendar_nextprev a:before,
.calendar_grid td.calendar_nextprev a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    width: 10px;
    z-index: 1;
    text-indent: 0;
    font-size: 100%;
    text-decoration: none;
    line-height: 35px;
    background: url(_gfx/int/cal-arrow-l.svg) no-repeat left center;
    background-size: 5px 8px !important
}

.calendar_grid td.calendar_nextprev a {
    text-align: left
}

.calendar_mini_grid .calendar_title td.calendar_nextprev a.disabled {
    opacity: 1 !important
}

.calendar_grid td.calendar_nextprev a.next:before,
.calendar_mini_grid td.calendar_nextprev a.next:before {
    right: 10px;
    left: auto;
    content: "";
    background: url(_gfx/int/cal-arrow-r.svg) no-repeat right center;
    background-size: 5px 8px !important
}

.calendar_mini_grid .calendar_title td.calendar_nextprev:first-child a,
.calendar_grid td.calendar_nextprev:first-child a {
    background-position: 0 0
}

.calendar_mini_grid td.calendar_day,
.calendar_grid td.calendar_day,
.calendar_mini_grid td.calendar_today,
.calendar_grid td.calendar_today,
.calendar_mini_grid td.calendar_weekendday,
.calendar_grid td.calendar_weekendday,
.calendar_mini_grid td.calendar_othermonthday,
.calendar_grid td.calendar_othermonthday {
    font-weight: 400;
    line-height: 240%;
    padding: 0;
    background: transparent none;
    border: 1px solid #bdbdc4;
    border-top: 0;
    border-left: 0;
    height: auto;
    text-align: center;
    vertical-align: middle;
    padding: 1px 0 2px 0
}

.calendar_mini_grid td.calendar_day:first-child,
.calendar_grid td.calendar_day:first-child,
.calendar_mini_grid td.calendar_today:first-child,
.calendar_grid td.calendar_today:first-child,
.calendar_mini_grid td.calendar_weekendday:first-child,
.calendar_grid td.calendar_weekendday:first-child,
.calendar_mini_grid td.calendar_othermonthday:first-child,
.calendar_grid td.calendar_othermonthday:first-child {
    border-left: 1px solid #bdbdc4
}

.minicalendar_widget .calendar_mini_grid td.calendar_today,
.calendar_grid td.calendar_today {
    background: #0f79bf;
    color: #fff
}

.calendar_today>a,
.calendar_mini_grid.calendar td.calendar_day_with_items.calendar_today>a {
    color: #fff !important
}

.calendar_mini_grid td.calendar_day,
.calendar_mini_grid td.calendar_weekendday,
.calendar_mini_grid td.calendar_day>a,
.calendar_mini_grid td.calendar_weekendday>a,
.calendar_grid td.calendar_day,
.calendar_grid td.calendar_weekendday,
.calendar_grid td.calendar_day>a,
.calendar_grid td.calendar_weekendday>a {
    color: #0d0d0d !important
}

.calendar_mini_grid td.calendar_day,
.calendar_mini_grid td.calendar_weekendday,
.calendar_grid td.calendar_day,
.calendar_grid td.calendar_weekendday {
    background: #fff
}

.calendar_mini_grid td.calendar_day:hover,
.calendar_mini_grid td.calendar_weekendday:hover,
.calendar_grid td.calendar_day:hover,
.calendar_grid td.calendar_weekendday:hover {
    color: #fff !important;
    background: #062a38
}

.calendar_grid .calendar_othermonthday,
.calendar_grid .calendar_othermonthday>a,
.calendar_mini_grid .calendar_othermonthday,
.calendar_mini_grid .calendar_othermonthday>a {
    color: #0d0d0d !important
}

.calendar_grid td.calendar_othermonthdaym,
.calendar_mini_grid td.calendar_othermonthday {
    background: rgba(189, 189, 196, .19)
}

.calendar_mini_grid td.calendar_othermonthday {
    background: #f1f1f2
}

.calendar_mini_grid.calendar td.calendar_day_with_items .calendar_items,
.calendar_grid .calendar_items {
    display: none;
    position: absolute;
    z-index: 100;
    margin-top: -1px;
    background-color: #f4f4f4;
    border: solid 1px #ddd;
    min-width: 100px;
    min-height: 50px;
    text-align: left;
    padding: 5px;
    box-shadow: none;
    border-radius: 2px
}

.calendar_mini_grid.calendar td.calendar_day_with_items .calendar_items .calendar_eventlink,
.calendar_mini_grid.calendar td.calendar_day_with_items .calendar_items .calendar_eventtime,
td.calendar_day_with_items.calendar_today .calendar_items a {
    color: #0f6385 !important;
    font-size: 100% !important
}

.calendar_mini_grid.calendar td.calendar_day_with_items .calendar_items .calendar_eventtime,
.calendar_grid.calendar .calendar_items .calendar_eventtime {
    color: #555 !important
}

@media screen and (max-width:45em) {

    .minicalendar_widget .responsive-table-scroll.left_scroll,
    .calendar_widget .responsive-table-scroll.left_scroll {
        -webkit-mask-image: none
    }
}

@media screen and (min-width:48em) {
    .calendar_widget {
        max-width: 100%;
        font-size: inherit !important;
        line-height: inherit !important
    }

    .calendar_widget:before {
        background: transparent none
    }

    table.calendar_grid {
        background: transparent;
        border-spacing: 0
    }

    .calendar_grid .calendar_dayheader {
        line-height: 32px;
        color: #fff;
        padding: 4px 2px 3px 2px;
        font-weight: 700;
        background: #0675bf;
        text-transform: uppercase;
        font-size: 112.5%;
        text-indent: 0;
        text-align: center;
        border-bottom: 0;
        letter-spacing: .16px
    }

    .calendar_grid .calendar_dayheader:first-letter {
        color: #fff
    }

    .calendar_grid .calendar_title {
        width: 100%;
        background: transparent none;
        height: auto
    }

    .calendar_grid .calendar_title td.calendar_title_content {
        padding: 11px 0 12px 0;
        width: 60%;
        font-weight: 700;
        color: #070621;
        overflow: visible;
        font-size: 150%;
        text-transform: uppercase;
        letter-spacing: .29px
    }

    .calendar_grid .calendar_title td.calendar_nextprev {
        width: 20% !important;
        padding: 8px 0 0 0;
        text-align: left
    }

    .calendar_grid .calendar_title td.calendar_nextprev:last-child {
        text-align: right
    }

    .calendar_grid td.calendar_nextprev a {
        font-weight: normal;
        text-decoration: underline;
        color: #0f6385;
        text-indent: 0;
        background-image: none;
        display: inline;
        font-size: 87.5%;
        text-transform: none;
        white-space: pre
    }

    .calendar_grid td.calendar_nextprev a.next:before {
        display: none
    }

    .calendar_grid td.calendar_nextprev a.previous:before {
        display: none
    }

    .calendar_grid td.calendar_nextprev a.prev:before {
        content: "<";
        position: static;
        font-size: 100%;
        display: inline
    }

    .calendar_grid td.calendar_nextprev a.next:after {
        content: ">"
    }

    .calendar_grid td.calendar_nextprev a:hover {
        text-decoration: none
    }

    .calendar_grid td.calendar_day,
    .calendar_grid td.calendar_today,
    .calendar_grid td.calendar_weekendday,
    .calendar_grid td.calendar_othermonthday {
        text-align: left;
        vertical-align: top;
        font-size: 125.4375%;
        font-weight: 400;
        padding: 8px 10px;
        border-bottom: 1px solid #bdbdc4;
        border-right: 1px solid #bdbdc4;
        height: 105px;
        word-wrap: break-word;
        line-height: 120%;
        letter-spacing: 0
    }

    .calendar_grid td.calendar_day:first-child,
    .calendar_grid td.calendar_today:first-child,
    .calendar_grid td.calendar_weekendday:first-child,
    .calendar_grid td.calendar_othermonthday:first-child {
        border-left: 1px solid #bdbdc4
    }

    .calendar.calendar_grid td.calendar_day,
    .calendar.calendar_grid td.calendar_weekendday,
    .calendar.calendar_grid td.calendar_day>a,
    .calendar.calendar_grid td.calendar_weekendday>a {
        color: #0d0d0d !important;
        background: #fff
    }

    .calendar_grid td.calendar_othermonthday,
    .calendar_grid .calendar_othermonthday>a,
    .calendar.calendar_grid td.calendar_othermonthday .calendar_eventtime {
        color: #0d0d0d !important;
        background: rgba(189, 189, 196, .19)
    }

    .calendar_grid td.calendar_today {
        background: #0f79bf;
        color: #fff
    }

    .calendar_grid td.calendar_today .calendar_items .calendar_eventtime {
        color: #fff !important;
        font-size: 70% !important
    }

    .calendar_grid td.calendar_today .calendar_items .calendar_eventlink {
        color: #fff !important;
        font-size: 70% !important
    }

    .calendar_grid td.calendar_today>a {
        color: #fff !important
    }

    .calendar_grid.calendar td.calendar_day_with_items {
        cursor: default
    }

    .calendar_grid .calendar_items {
        display: block;
        position: static;
        z-index: 1;
        margin-top: 0;
        background-color: transparent;
        border: solid 0 #ddd;
        box-shadow: 0 0 0;
        min-width: 0;
        min-height: 0;
        text-align: left;
        padding: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

    .calendar_eventtime,
    .calendar_grid.calendar .calendar_items .calendar_eventtime {
        display: block;
        font-size: 70% !important;
        color: #0d0d0d !important;
        letter-spacing: .14px
    }

    .calendar_eventlink {
        font-size: 70% !important;
        display: block;
        text-decoration: underline !important;
        color: #0f79bf !important;
        letter-spacing: .14px
    }

    .calendar_eventlink:hover {
        text-decoration: none !important
    }

    .calendar_more {
        display: block
    }

    .current_month_title.mobile_hide {
        display: inline-block
    }

    .calendar_day>a,
    .calendar_today>a,
    .calendar_weekendday>a,
    .calendar_othermonthday>a {
        text-decoration: none !important
    }
}

.standardlayout .left_col .content_area,
.standardthreecolumnlayout .left_col .content_area,
.small_col .content_area,
.standardlayout [vi-column=ColumnUserControl2] .content_area,
.standardthreecolumnlayout [vi-column=ColumnUserControl2] .content_area,
[vi-column=ColumnUserControl5] .content_area {
    vertical-align: top;
    clear: both;
    background: #fff !important;
    border: 1px solid #bdbdc4 !important;
    word-wrap: break-word;
    padding: 0 10px 0 10px
}

.standardlayout .left_col .content_area h1:first-child:not(.mobile_header),
.standardthreecolumnlayout .left_col .content_area h1:first-child:not(.mobile_header),
.small_col .content_area h1:first-child:not(.mobile_header),
.standardlayout [vi-column=ColumnUserControl2] .content_area h1:first-child:not(.mobile_header),
.standardthreecolumnlayout [vi-column=ColumnUserControl2] .content_area h1:first-child:not(.mobile_header),
[vi-column=ColumnUserControl5] .content_area h1:first-child:not(.mobile_header),
.standardlayout .left_col .content_area h2:first-child:not(.mobile_header),
.standardthreecolumnlayout .left_col .content_area h2:first-child:not(.mobile_header),
.small_col .content_area h2:first-child:not(.mobile_header),
.standardlayout [vi-column=ColumnUserControl2] .content_area h2:first-child:not(.mobile_header),
.standardthreecolumnlayout [vi-column=ColumnUserControl2] .content_area h2:first-child:not(.mobile_header),
[vi-column=ColumnUserControl5] .content_area h2:first-child:not(.mobile_header),
.standardlayout .left_col .content_area h3:first-child:not(.box_title),
.standardthreecolumnlayout .left_col .content_area h3:first-child:not(.box_title),
.small_col .content_area h3:first-child:not(.box_title),
.standardlayout [vi-column=ColumnUserControl2] .content_area h3:first-child:not(.box_title),
.standardthreecolumnlayout [vi-column=ColumnUserControl2] .content_area h3:first-child:not(.box_title),
[vi-column=ColumnUserControl5] .content_area h3:first-child:not(.box_title) {
    margin: 0 -10px 10px;
    color: #fff;
    font-weight: 700;
    font-family: inherit;
    text-transform: uppercase;
    font-size: 110%;
    min-height: 40px;
    line-height: 28px;
    background: #0675bf;
    padding: 6px 16px
}

@media screen and (min-width:48em) {
    .content_area {
        max-width: 100%;
        padding: 12px 0 0 0
    }

    .content_area:first-child {
        padding-top: 0
    }

    .small_col .content_area,
    .standardlayout .left_col .content_area,
    .standardthreecolumnlayout .left_col .content_area {
        margin: 0 0 17px 0;
        clear: both;
        background: #fff !important;
        border: 1px solid #bdbdc4 !important;
        position: relative;
        z-index: 1;
        padding: 13px 15px 5px 16px;
        font-size: 100%;
        color: #414141;
        overflow: hidden
    }

    .small_col .content_area p,
    .standardlayout .left_col .content_area p,
    .standardthreecolumnlayout .left_col .content_area p,
    .small_col .content_area ul,
    .standardlayout .left_col .content_area ul,
    .standardthreecolumnlayout .left_col .content_area ul,
    .small_col .content_area ol,
    .standardlayout .left_col .content_area ol,
    .standardthreecolumnlayout .left_col .content_area ol,
    .small_col .content_area li,
    .standardlayout .left_col .content_area li,
    .standardthreecolumnlayout .left_col .content_area li,
    .small_col .content_area div,
    .standardlayout .left_col .content_area div,
    .standardthreecolumnlayout .left_col .content_area div {
        color: #414141
    }

    .small_col .content_area .subtitle,
    .standardlayout .left_col .content_area .subtitle,
    .standardthreecolumnlayout .left_col .content_area .subtitle,
    .small_col .content_area h1,
    .standardlayout .left_col .content_area h1,
    .standardthreecolumnlayout .left_col .content_area h1,
    .small_col .content_area h2,
    .standardlayout .left_col .content_area h2,
    .standardthreecolumnlayout .left_col .content_area h2,
    .small_col .content_area h3,
    .standardlayout .left_col .content_area h3,
    .standardthreecolumnlayout .left_col .content_area h3,
    .small_col .content_area h4,
    .standardlayout .left_col .content_area h4,
    .standardthreecolumnlayout .left_col .content_area h4,
    .small_col .content_area h5,
    .standardlayout .left_col .content_area h5,
    .standardthreecolumnlayout .left_col .content_area h5 {
        color: #070621
    }

    .small_col .content_area h1,
    .standardlayout .left_col .content_area h1,
    .standardthreecolumnlayout .left_col .content_area h1,
    .small_col .content_area h2:not(.mobile_header),
    .standardlayout .left_col .content_area h2:not(.mobile_header),
    .standardthreecolumnlayout .left_col .content_area h2:not(.mobile_header),
    .small_col .content_area h3:not(.box_title),
    .standardlayout .left_col .content_area h3:not(.box_title),
    .standardthreecolumnlayout .left_col .content_area h3:not(.box_title) {
        margin-top: 10px
    }

    .small_col .content_area h2:first-child:not(.mobile_header),
    .standardlayout .left_col .content_area h2:first-child:not(.mobile_header),
    .standardthreecolumnlayout .left_col .content_area h2:first-child:not(.mobile_header),
    .small_col .content_area h3:first-child:not(.box_title),
    .standardlayout .left_col .content_area h3:first-child:not(.box_title),
    .standardthreecolumnlayout .left_col .content_area h3:first-child:not(.box_title),
    .small_col .content_area h1:first-child:not(.mobile_header),
    .standardlayout .left_col .content_area h1:first-child:not(.mobile_header),
    .standardthreecolumnlayout .left_col .content_area h1:first-child:not(.mobile_header) {
        color: #fff !important;
        font-weight: 700;
        line-height: 120%;
        font-size: 112.5% !important;
        padding: 8px 15px;
        text-align: left;
        font-family: inherit;
        text-transform: uppercase;
        background: #0675bf;
        margin: -15px -16px 10px -17px;
        min-height: 0
    }

    .small_col .content_area:empty,
    .standardlayout .left_col .content_area:empty,
    .standardthreecolumnlayout .left_col .content_area:empty {
        display: none
    }
}

@media screen and (min-width:48em) {

    .banner_col .image_widget:first-child .image_rotate_container,
    .standardlayout .right_col>.image_widget:first-child .image_rotate_container {
        background: transparent !important;
        top: 0 !important;
        left: 0 !important
    }

    .banner_col .image_widget:first-child,
    .standardlayout .right_col .image_widget:first-child {
        position: relative;
        max-width: none;
        padding: 0;
        margin: 0 0 0 0;
        width: auto
    }
}

.vi-spotlight.vi-spotlight-img-left.content_area .flexslider {
    background: #fff
}

.vi-spotlight.vi-spotlight-img-left.content_area .vi-spotlight-info-header {
    font-family: 'Arimo', sans-serif;
    font-size: 150%;
    color: #070621;
    font-weight: 700;
    letter-spacing: .29px
}

.vi-spotlight.vi-spotlight-img-left.content_area .vi-spotlight-info-header a {
    color: #070621
}

.vi-spotlight.vi-spotlight-img-left.content_area .vi-spotlight-info-desc {
    font-size: 125%;
    color: #414141;
    letter-spacing: .2px
}

.vi-spotlight.vi-spotlight-img-left.content_area .vi-spotlight-info-more {
    width: auto;
    height: 33px;
    line-height: 33px;
    background: #fcc95d;
    font-size: 81.25%;
    font-weight: 600;
    text-transform: none;
    color: #070621;
    float: left;
    padding: 0 20px;
    position: relative;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.vi-spotlight.vi-spotlight-img-left.content_area .vi-spotlight-info-more:hover {
    color: #070621;
    background: #070621
}

.vi-spotlight.vi-spotlight-img-left.content_area .flex-direction-nav a {
    background: transparent
}

.vi-spotlight.vi-spotlight-img-left.content_area .flex-direction-nav a:before {
    border-color: #1d2e54;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.vi-spotlight.vi-spotlight-img-left.content_area .flex-direction-nav a:hover:before {
    border-color: #fcc95d
}

.vi-spotlight.vi-spotlight-img-left.content_area .flex-control-nav a {
    background: #1d2e54;
    border: 0 transparent solid;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.vi-spotlight.vi-spotlight-img-left.content_area .flex-control-nav a:hover {
    background: #fcc95d
}

.vi-spotlight.vi-spotlight-img-left.content_area .flex-control-nav a.flex-active {
    background: #1d2e54
}

@media screen and (min-width:48em) {
    #sitebody {
        width: 100%;
        max-width: none;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 1fr;
        grid-template-columns: 1fr 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 1fr;
        position: relative;
        background: transparent;
        padding: 0 0 60px 0;
        margin: 0 auto
    }

    #sitebody:before {
        -ms-grid-column: 1;
        -ms-grid-column-span: 14;
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        grid-column: 1/span 14;
        grid-row: 1/span 3;
        content: "";
        background: #f1f1f2;
        position: relative;
        z-index: -1;
        border-bottom: 0 solid #f0f0f0;
        margin-bottom: -59px;
        width: 100%;
        height: 100%
    }

    #sitebody .top_col {
        -ms-grid-column: 2;
        -ms-grid-column-span: 12;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-column: 2/span 12;
        grid-row: 1/span 1;
        position: relative;
        padding-top: 0;
        min-height: 0
    }

    #sitebody .bottom_col {
        -ms-grid-column: 2;
        -ms-grid-column-span: 12;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-column: 2/span 12;
        grid-row: 3/span 1
    }

    #sitebody .left_col {
        -ms-grid-column: 2;
        -ms-grid-column-span: 12;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-column: 2/span 12;
        grid-row: 2/span 1
    }

    #sitebody .banner_col,
    #sitebody .has_small_col {
        -ms-grid-column: 2;
        -ms-grid-column-span: 12;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-column: 2/span 12;
        grid-row: 2/span 1;
        min-width: 1%
    }

    #sitebody .right_col {
        -ms-grid-column: 2;
        -ms-grid-column-span: 12;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-column: 2/span 12;
        grid-row: 2/span 1;
        -ms-grid-column-align: end;
        justify-self: end
    }

    #sitebody.standardlayout,
    #sitebody.standardthreecolumnlayout,
    #sitebody.twocolumnreverselayout {
        padding: 0
    }

    #sitebody.standardlayout:before,
    #sitebody.standardthreecolumnlayout:before,
    #sitebody.twocolumnreverselayout:before {
        margin-bottom: 0
    }

    #sitebody.standardlayout:after,
    #sitebody.standardthreecolumnlayout:after,
    #sitebody.twocolumnreverselayout:after {
        -ms-grid-column: 5;
        -ms-grid-column-span: 10;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-column: 5/span 10;
        grid-row: 2/span 1;
        content: "";
        background: #f1f1f2;
        z-index: -1;
        display: block;
        height: auto;
        visibility: visible;
        border-bottom: 0 solid #f0f0f0;
        width: 100%;
        height: 100%
    }

    #sitebody.standardlayout .top_col,
    #sitebody.standardthreecolumnlayout .top_col,
    #sitebody.twocolumnreverselayout .top_col {
        padding-top: 0
    }

    #sitebody.standardlayout .top_col .content_area.content_area,
    #sitebody.standardthreecolumnlayout .top_col .content_area.content_area,
    #sitebody.twocolumnreverselayout .top_col .content_area.content_area {
        padding-top: 30px
    }

    #sitebody.standardlayout .top_col>*:not(.vi-fullwidth-banner):last-child,
    #sitebody.standardthreecolumnlayout .top_col>*:not(.vi-fullwidth-banner):last-child,
    #sitebody.twocolumnreverselayout .top_col>*:not(.vi-fullwidth-banner):last-child {
        padding-bottom: 30px
    }

    #sitebody.onecolumnlayout .top_col .content_area,
    #sitebody.onecolumnlayout .top_col .title_widget {
        padding-left: 60px;
        padding-right: 60px
    }

    #sitebody.standardlayout:before,
    #sitebody.standardthreecolumnlayout:before {
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-column: 1/span 4;
        grid-row: 2/span 1;
        content: "";
        background: linear-gradient(180deg, #0675bf 0%, rgba(6, 117, 191, .97) 24%, rgba(6, 117, 191, .25) 100%) 0% 0% no-repeat padding-box, url(_gfx/int/interior-sidenav-bg.svg) 0 bottom no-repeat;
        background-size: contain;
        background-attachment: scroll;
        margin: 0 0% 0 0;
        border-bottom: 0;
        box-shadow: inset 0 0 4px #0469ac
    }

    #sitebody.standardlayout .left_col.column.column.empty_col,
    #sitebody.standardthreecolumnlayout .left_col.column.column.empty_col {
        margin: 0 0% 0 0 !important
    }

    #sitebody.standardlayout .left_col.column,
    #sitebody.standardthreecolumnlayout .left_col.column {
        width: 100%;
        margin: 0 0% 0 0;
        padding: 68px 10px 60px;
        background: transparent;
        -ms-grid-column: 2;
        -ms-grid-column-span: 3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-column: 2/span 3;
        grid-row: 2/span 1
    }

    #sitebody.standardlayout .right_col.column,
    #sitebody.standardthreecolumnlayout .right_col.column {
        padding: 4.60829493% 0 60px 60px;
        margin: 0;
        -ms-grid-column: 5;
        -ms-grid-column-span: 9;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-column: 5/span 9;
        grid-row: 2/span 1;
        width: 100%
    }

    #sitebody.standardthreecolumnlayout .right_col.column {
        justify-content: space-between
    }

    #sitebody.standardthreecolumnlayout .right_col.column>* {
        flex: 0 1 auto
    }

    #sitebody.standardthreecolumnlayout .has_small_col {
        width: 100%
    }

    #sitebody.standardthreecolumnlayout .small_col {
        width: 100%;
        margin: 0 !important
    }

    #sitebody.standardthreecolumnlayout .small_col .small_box,
    #sitebody.standardthreecolumnlayout .small_col .minicalendar_widget {
        display: block;
        margin-right: auto;
        width: 100%
    }

    #sitebody.twocolumnswithbottomlayout .left_col {
        -ms-grid-column: 2;
        -ms-grid-column-span: 12;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-column: 2/span 12;
        grid-row: 2/span 1;
        width: 50%;
        padding: 4.60829493% 2.30414747% 0 0
    }

    #sitebody.twocolumnswithbottomlayout .left_col .title_widget:first-child {
        margin-top: -15px
    }

    #sitebody.twocolumnswithbottomlayout .right_col {
        -ms-grid-column: 2;
        -ms-grid-column-span: 12;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-column: 2/span 12;
        grid-row: 2/span 1;
        width: 50%;
        padding: 4.60829493% 0 0 2.30414747%;
        float: right;
        -ms-grid-column-align: end;
        justify-self: end
    }

    #sitebody.twocolumnswithbottomlayout .right_col .title_widget:first-child {
        margin-top: -15px
    }

    #sitebody.twocolumnswithbottomlayout .bottom_col {
        width: 100%;
        padding: 20px 0
    }

    #sitebody.twocolumnswithbottomlayout .small_box {
        width: 100%
    }

    #sitebody.threecolumnswithbottomlayout .top_col.column {
        margin-bottom: 0
    }

    #sitebody.threecolumnswithbottomlayout .left_col.column {
        width: 33.33333333%;
        padding: 4.60829493% 0 0 0
    }

    #sitebody.threecolumnswithbottomlayout .left_col.column .title_widget:first-child {
        margin-top: -15px
    }

    #sitebody.threecolumnswithbottomlayout .middle_col.column {
        width: 33.33333333%;
        padding: 4.60829493% 2.30414747% 0 2.30414747%;
        -ms-grid-column: 2;
        -ms-grid-column-span: 12;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-column: 2/span 12;
        grid-row: 2/span 1;
        -ms-grid-column-align: center;
        justify-self: center
    }

    #sitebody.threecolumnswithbottomlayout .middle_col.column .title_widget:first-child {
        margin-top: -15px
    }

    #sitebody.threecolumnswithbottomlayout .right_col.column {
        width: 33.33333333%;
        padding: 4.60829493% 0 0 0;
        float: right
    }

    #sitebody.threecolumnswithbottomlayout .right_col.column .title_widget:first-child {
        margin-top: -15px
    }

    #sitebody.threecolumnswithbottomlayout .bottom_col.column {
        width: 100%;
        padding: 20px 0
    }

    #sitebody.threecolumnswithbottomlayout .small_box {
        width: 100%
    }

    #sitebody.twocolumnreverselayout .has_small_col {
        width: 71.66666667%;
        padding: 4.60829493% 2.30414747% 0 0;
        -ms-grid-column: 2;
        -ms-grid-column-span: 12;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-column: 2/span 12;
        grid-row: 2/span 1
    }

    #sitebody.twocolumnreverselayout .has_small_col .title_widget:first-child {
        margin-top: -15px
    }

    #sitebody.twocolumnreverselayout .small_col {
        -ms-grid-column: 2;
        -ms-grid-column-span: 12;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-column: 2/span 12;
        grid-row: 2/span 1;
        -ms-grid-column-align: end;
        justify-self: end;
        width: 28.33333333%;
        padding: 4.60829493% 0 0 2.30414747%;
        margin: 0 !important
    }
}

@media only screen and (min-width:62em) {
    #sitebody {
        -ms-grid-columns: 1fr 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 1fr;
        grid-template-columns: 1fr 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 1fr
    }

    #sitebody.standardlayout .left_col.column.column.empty_col,
    #sitebody.standardthreecolumnlayout .left_col.column.column.empty_col {
        margin: 0 0% 0 0 !important
    }

    #sitebody.standardthreecolumnlayout .has_small_col {
        width: 67%
    }

    #sitebody.standardthreecolumnlayout .small_col {
        width: 30.6%;
        float: right
    }
}

@media only screen and (min-width:75em) {
    #sitebody {
        -ms-grid-columns: 1fr 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 1fr;
        grid-template-columns: 1fr 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 85.25px 1fr
    }
}

@media(min-width:85.375em) {
    #sitebody {
        -ms-grid-columns: 1fr 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 1fr;
        grid-template-columns: 1fr 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 1fr
    }

    #sitebody.standardlayout .left_col.column.column.empty_col,
    #sitebody.standardthreecolumnlayout .left_col.column.column.empty_col {
        margin: 0 0% 0 0 !important
    }

    #sitebody.standardlayout .left_col.column,
    #sitebody.standardthreecolumnlayout .left_col.column {
        margin: 0 0% 0 0
    }

    #sitebody.standardthreecolumnlayout .has_small_col {
        width: 67.12463199%
    }

    #sitebody.standardthreecolumnlayout .small_col {
        width: 29.44062807%
    }
}

.title_widget {
    clear: both
}

.title_widget h1 {
    color: #070621;
    line-height: 125% !important;
    font-weight: 700;
    font-size: 250% !important;
    text-transform: none;
    font-family: inherit;
    padding: 0 0 0 0;
    margin: 10px 0 22px 0;
    overflow: hidden;
    letter-spacing: .8px
}

.title_widget h2 {
    color: #414141;
    font-size: 200% !important;
    font-weight: bold;
    font-family: inherit;
    line-height: 110%;
    margin-bottom: 15px;
    letter-spacing: .51px
}

span.subtitle {
    font-family: inherit;
    color: #414141;
    font-size: 162.5%;
    letter-spacing: .51px
}

.printer_friendly,
.sharelink,
.rss,
.thickbox {
    padding-left: 0
}

.printer_friendly,
.sharelink,
.rss,
.thickbox,
.font_size,
.font_size a {
    background: none
}

.font_size a.font_larger,
.font_size a.font_smaller {
    float: none;
    text-indent: 0;
    display: inline-block;
    width: 15px;
    height: 16px
}

.font_size a {
    display: inline-block;
    float: none;
    vertical-align: middle
}

.text_size {
    margin-right: 0 !important
}

.printer_friendly:before,
.sharelink:before,
.rss:before,
.thickbox:before,
.font_size a:before {
    font-family: 'Glyphicons Halflings';
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    font-size: 14px;
    text-decoration: none;
    text-indent: 0
}

.printer_friendly:before {
    content: "";
    color: #0f79bf
}

.thickbox:before {
    content: "";
    color: #0f79bf;
    font-size: 15px
}

a.font_larger:before,
a.font_smaller:before,
.sharelink:before {
    color: #fff;
    background: #0f79bf;
    text-align: center;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 15px;
    border-radius: 3px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300
}

.sharelink:before {
    content: "+";
    margin-right: 5px
}

a.font_larger:before {
    content: "+"
}

a.font_smaller:before {
    content: "−"
}

#share {
    clear: left
}

#share:hover .sharelink {
    text-decoration: none !important
}

#share .sharelink {
    margin-left: 0
}

#share ul {
    padding-bottom: 3px
}

#share ul li {
    width: 48%;
    float: none;
    display: inline-block;
    vertical-align: top;
    line-height: 120%
}

#share ul li a {
    height: auto;
    position: relative;
    background: transparent none
}

#share ul li a:before {
    background: url("_gfx/int/share_icons.gif") no-repeat 0 0;
    height: 20px;
    content: "";
    top: 0;
    left: 0;
    width: 20px;
    position: absolute
}

#share ul li a.sharefacebook:before {
    background-position: 0 -150px
}

#share ul li a.sharedel:before {
    background-position: 0 -200px
}

#share ul li a.sharegoogle:before {
    background-position: 0 -225px
}

#share ul li a.sharegoogleplus:before {
    background-position: 0 -25px
}

#share ul li a.sharedigg:before {
    background-position: 0 -250px
}

#share ul li a.sharetwitter:before {
    background-position: 0 -50px
}

#share ul li a.sharestumble:before {
    background-position: 0 -100px
}

#share ul li a.sharetumblr:before {
    background-position: 0 -125px
}

#share ul li a.sharemyspace:before {
    background-position: 0 -75px
}

#share ul li a.sharelinkedin:before {
    background-position: 0 -175px
}

#share ul li a.sharereddit:before {
    background-position: 0 -275px
}

#share>ul {
    margin-top: 0;
    width: 275px;
    top: 25px
}

#share:hover>ul {
    display: block
}

.printer_friendly,
.sharelink,
.rss,
.thickbox,
.font_size,
.font_size a {
    font-size: 81.1125% !important;
    color: #2b2b2b !important;
    text-decoration: underline !important;
    letter-spacing: .23px
}

.title_right>a:hover {
    text-decoration: none !important
}

.font_size {
    text-decoration: none !important
}

.font_size a {
    font-size: 100% !important;
    color: #2b2b2b !important;
    text-decoration: none !important
}

.font_size a.text_size {
    color: #393939 !important
}

.rss {
    position: relative
}

.rss:before,
.rss:after {
    content: "";
    position: absolute
}

.rss:before {
    width: 15px;
    height: 15px;
    border-radius: 3px;
    background: #0f79bf;
    left: 0;
    bottom: 0;
    position: static;
    margin-right: 5px
}

.rss:after {
    border-color: #fff;
    border-style: double;
    border-width: 6px 6px 0 0;
    bottom: 1px;
    height: 10px;
    left: 2px;
    width: 10px;
    -moz-border-radius: 0 50px 0 0;
    -webkit-border-radius: 0 50px 0 0;
    border-radius: 0 50px 0 0
}

@media screen and (min-width:48em) {
    .title_widget {
        padding: 18px 0 0 0;
        clear: both
    }

    .title_widget h2 {
        padding: 0
    }

    #pagebody:first-child+.title_widget {
        padding-top: 0
    }

    .top_col .title_widget,
    .confirm_account_container.content_area,
    .top_col .redirect_helper_widget,
    .broken_links_reporter {
        padding: 4.60829493% 0 0
    }

    #sitebody .top_col .main_menu_widget+script+script+.content_area {
        padding-top: 4.60829493%
    }

    .title_right {
        padding: 0 0 31px 0;
        float: right
    }

    .title_right>a,
    .title_right>div {
        float: right
    }

    .title_right>a:first-child,
    .title_right>div:first-child {
        margin-left: 18px
    }

    .title_right #share {
        clear: none
    }

    .title_right #share .sharelink {
        margin-left: 18px
    }
}

.sidenav.sidenav ul li,
.sidenav.sidenav ul li.sidenav_expanded>a {
    display: none
}

.sidenav.open ul li.sidenav_expanded.sidenav_current,
.sidenav.open ul li.sidenav_expanded.sidenav_current>ul>li,
.sidenav.open>ul>li,
.sidenav.open ul li.sidenav_expanded {
    display: block
}

.sidenav.mobile_list ul li.sidenav_expanded {
    background: transparent;
    border: 0;
    padding: 0
}

.sidenav.mobile_list ul li a {
    font-weight: normal
}

.sidenav.open h2:after {
    border-top: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    top: 7px;
    left: 10px
}

.sidenav h2:after {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 15px;
    width: 0;
    height: 0;
    margin: auto;
    border-left: 7px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    content: ""
}

@media screen and (min-width:48em) {

    .sidenav.sidenav ul li,
    .sidenav.sidenav ul li.sidenav_expanded>a {
        display: block
    }

    .sidenav>ul>li>a,
    .sidenav.mobile_list>ul>li>a {
        font-weight: 400;
        text-transform: uppercase
    }

    .sidenav>ul>li>a:hover,
    .sidenav.mobile_list>ul>li>a:hover,
    .sidenav>ul>li>a:focus,
    .sidenav.mobile_list>ul>li>a:focus {
        font-weight: 400
    }

    .sidenav {
        width: 100%;
        float: left;
        position: relative;
        padding: 0;
        margin: 0 0 17px 0;
        background: linear-gradient(180deg, #0675bf 0%, rgba(6, 117, 191, .97) 24%, rgba(6, 117, 191, .25) 100%) 0% 0% no-repeat padding-box
    }

    .sidenav ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .sidenav ul li {
        position: relative
    }

    .sidenav ul li a,
    .sidenav ul li a:hover,
    .sidenav ul li a:focus {
        color: #fff;
        font-size: 93.625%;
        text-decoration: none;
        display: block;
        padding: 10px 7px 10px 12%;
        line-height: 120%;
        position: relative;
        z-index: 1;
        font-weight: 400;
        border-bottom: 1px solid transparent;
        word-wrap: break-word
    }

    .sidenav ul li a:hover,
    .sidenav ul li a:focus {
        font-weight: 700 !important
    }

    .standardlayout .left_col .sidenav,
    .standardthreecolumnlayout .left_col .sidenav {
        background: transparent;
        margin: 0 -10px 17px;
        width: auto;
        float: none;
        zoom: 1;
        min-width: calc(100% + 20px)
    }

    .standardlayout .left_col .sidenav:before,
    .standardthreecolumnlayout .left_col .sidenav:before {
        content: '';
        display: block
    }

    .standardlayout .left_col .sidenav:after,
    .standardthreecolumnlayout .left_col .sidenav:after {
        content: '';
        display: table;
        clear: both
    }

    .sidenav ul li.sidenav_haschildren>a:before {
        position: absolute;
        content: "+";
        background: transparent;
        top: 0;
        bottom: 0;
        left: 5%;
        padding: 0;
        height: 10px;
        line-height: 6px;
        margin: auto;
        font-size: 130%;
        font-weight: normal
    }

    .sidenav ul li.sidenav_expanded>a {
        background: transparent;
        color: #fff;
        border-bottom: 1px solid transparent
    }

    .sidenav ul li.sidenav_expanded>a:before {
        position: absolute;
        content: "-";
        background: transparent;
        top: 0;
        bottom: 0;
        left: 5%;
        padding: 0;
        font-size: 150%;
        height: 10px;
        line-height: 6px;
        margin: auto
    }

    .sidenav>ul>li.sidenav_expanded+li>a {
        border-top: 1px solid transparent
    }

    .sidenav ul li li.sidenav_expanded>a {
        background: transparent;
        color: #fff;
        border-bottom: 0 solid transparent
    }

    .sidenav ul li li.sidenav_expanded>a:before {}

    .sidenav ul li.sidenav_current>a,
    .sidenav ul li.sidenav_current.sidenav_expanded>a {
        background: #fff;
        color: #0d0d0d;
        font-weight: 700
    }

    .sidenav ul li li.sidenav_current>a:before,
    .sidenav ul li li.sidenav_haschildren>a:before {
        left: 12%
    }

    .sidenav ul li li li.sidenav_current>a:before,
    .sidenav ul li li li.sidenav_haschildren>a:before {
        left: 20%
    }

    .sidenav ul li li li li.sidenav_current>a:before,
    .sidenav ul li li li li.sidenav_haschildren>a:before {
        left: 24%
    }

    .sidenav ul li li li li li.sidenav_current>a:before,
    .sidenav ul li li li li li.sidenav_haschildren>a:before {
        left: 28%
    }

    .sidenav ul li li li li li li.sidenav_current>a:before,
    .sidenav ul li li li li li li.sidenav_haschildren>a:before {
        left: 32%
    }

    .sidenav ul li li li li li li li.sidenav_current>a:before,
    .sidenav ul li li li li li li li.sidenav_haschildren>a:before {
        left: 36%
    }

    .sidenav ul li li a {
        padding-left: 20% !important
    }

    .sidenav ul li li li a {
        padding-left: 28% !important;
        background: transparent
    }

    .sidenav ul li li li li a {
        padding-left: 32% !important
    }

    .sidenav ul li li li li li a {
        padding-left: 36% !important
    }

    .sidenav ul li li li li li li a {
        padding-left: 40% !important
    }

    .sidenav ul li li.sidenav_expanded>a:hover,
    .sidenav ul li li.sidenav_expanded>a:focus,
    .sidenav ul li li a:hover,
    .sidenav ul li li a:focus {
        border-bottom: 0 solid #fff;
        margin-top: 0
    }

    .sidenav ul li li a {
        background: transparent;
        color: #fff;
        margin-top: 0;
        border: 0
    }

    .sidenav ul li a:hover,
    .sidenav ul li a:focus,
    .sidenav ul li li>a:hover,
    .sidenav ul li li>a:focus {
        color: #0d0d0d !important;
        background: #fcc95d !important
    }

    .small_col .sidenav {
        float: left;
        background: linear-gradient(180deg, #0675bf 0%, rgba(6, 117, 191, .97) 24%, rgba(6, 117, 191, .25) 100%) 0% 0% no-repeat padding-box
    }
}

.int_buttons.int_buttons {
    display: block;
    clear: both;
    background: transparent
}

.int_buttons.int_buttons ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 -10px;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: flex;
    margin-bottom: -20px
}

.int_buttons.int_buttons ul li {
    display: inline-block;
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    width: 285px;
    margin: 0 10px;
    padding: 0 0 20px 0;
    max-width: calc(100% - 20px)
}

.int_buttons.int_buttons .button-link {
    background: #105e26;
    border: 0 solid #ffd028;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: middle;
    -ms-flex-align: middle;
    align-items: middle;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 125px;
    position: relative;
    width: 100%;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.int_buttons.int_buttons .button-link:hover,
.int_buttons.int_buttons .button-link:focus {
    text-decoration: underline;
    background: #004112;
    border: 0 solid #1eb299;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0)
}

.int_buttons.int_buttons .button-link:hover .button-text,
.int_buttons.int_buttons .button-link:focus .button-text {
    color: #fff;
    text-decoration: underline
}

.int_buttons.int_buttons img {
    bottom: 55px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    top: 11px;
    max-width: 47px;
    max-height: 47px
}

.int_buttons.int_buttons .button-text {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    font-family: 'Arimo', sans-serif;
    text-transform: none;
    line-height: 1.25;
    vertical-align: middle;
    padding: 70px 10px 0;
    -ms-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
    max-height: 112.5px;
    overflow: hidden;
    letter-spacing: .4px
}

@media screen and (min-width:48em) {

    .small_col .int_buttons.int_buttons.int_buttons,
    .left_col .int_buttons.int_buttons.int_buttons {
        border: 0 !important;
        padding: 0;
        background: transparent !important;
        margin-bottom: 17px
    }

    #sitebody.standardlayout .top_col .int_buttons,
    #sitebody.standardthreecolumnlayout .top_col .int_buttons {
        padding-left: 0;
        padding-right: 0
    }

    #sitebody.standardlayout .top_col .main_menu_widget+script+script+.int_buttons,
    #sitebody.standardthreecolumnlayout .top_col .main_menu_widget+script+script+.int_buttons {
        padding-top: 30px
    }
}

.vi-img-buttons .vi-img-buttons-item {
    width: auto;
    max-width: calc(33% - 15px);
    flex: 1 1 26%
}

.vi-img-buttons .vi-img-buttons-link {
    height: 100%
}

.vi-img-buttons .vi-img-buttons-text {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.vi-img-buttons .vi-img-buttons-title {
    font-size: 80% !important
}

@media(min-width:48em) {
    .vi-img-buttons .vi-img-buttons-text {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .vi-img-buttons .vi-img-buttons-title {
        font-size: 120% !important
    }
}

.int_collage {
    display: block;
    width: 100%
}

.int_collage:first-child {
    margin-top: 0
}

.int_collage .slides {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.int_collage .slides li {
    overflow: hidden;
    background: rgba(0, 0, 0, .7);
    position: relative
}

.int_collage .slides li>a {
    display: block;
    width: 100%
}

.int_collage .slides img {
    margin: 0 auto;
    display: block;
    max-height: 450px
}

.int_collage .slide_content {
    width: 100%;
    padding: 10px;
    overflow: hidden
}

.int_collage .slide_title {
    margin: 0 0 5px 0;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    max-height: 44.2px;
    overflow: hidden;
    font-family: inherit;
    text-transform: none;
    line-height: 1.3
}

.int_collage .slide_title a {
    color: #fff;
    text-decoration: none
}

.int_collage .slide_title:hover a {
    color: #fff;
    text-decoration: underline
}

.int_collage .slide_description {
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    font-family: inherit;
    line-height: 1.3;
    max-height: 50.7px;
    overflow: hidden;
    margin: 0
}

.int_collage .flex-control-nav {
    right: 0;
    left: 0;
    display: block;
    position: absolute;
    z-index: 3;
    top: 10px;
    bottom: auto;
    margin: 0 auto;
    text-align: center
}

.int_collage .flex-control-nav li {
    display: inline-block;
    float: none
}

.int_collage .flex-control-nav a {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    margin: 0 3px
}

.int_collage .flex-control-nav a.flex-active,
.int_collage .flex-control-nav a:hover {
    background: #fff;
    border: 2px solid #fff
}

@media screen and (min-width:48em) {
    .int_collage {
        overflow: hidden
    }

    .int_collage .slides li {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        min-width: 100%;
        background: rgba(0, 0, 0, .7)
    }

    .int_collage .slides img {
        width: 100%
    }

    .int_collage .slide_content {
        padding: 10px 30px 40px 30px;
        left: 0;
        bottom: 0;
        top: auto;
        right: 0;
        position: absolute;
        width: 100%;
        background: rgba(0, 0, 0, .7)
    }

    .int_collage .flex-control-nav {
        top: auto;
        bottom: 10px;
        left: 0;
        right: 0
    }

    .top_col .int_collage {
        width: 100%
    }

    #sitebody.standardlayout .top_col .int_collage:last-child,
    #sitebody.standardthreecolumnlayout .top_col .int_collage:last-child,
    #sitebody.twocolumnreverselayout .top_col .int_collage:last-child {
        padding-bottom: 0
    }
}

@media screen and (min-width:62em) {
    .int_collage .slide_title {
        font-size: 20px;
        max-height: 52px
    }

    .int_collage .slide_description {
        font-size: 14px;
        max-height: 54.6px
    }
}

.vi-service-finder .filter-panel .filter-block[data-step]::after {
    background: #fff
}

.vi-service-finder .filter-panel .filter-block[data-step].active::after {
    background: #0a434d;
    color: #fff !important
}

.vi-service-finder .filter-panel .filter-button.active .filter-button-link {
    color: #fff;
    background: #0f6371
}

.business_box.mobile_list ul li li,
.staff_box.mobile_list ul li li,
.service_box.mobile_list ul li li,
.faq_box.mobile_list ul li li {
    background: transparent none;
    border: 0;
    padding: 0
}

.business_box.mobile_list .box_content>ul>li>a,
.staff_box.mobile_list .box_content>ul>li>a {
    font-weight: bold
}

@media screen and (min-width:48em) {

    .business_box.mobile_list .box_content>ul>li>a,
    .staff_box.mobile_list .box_content>ul>li>a {
        font-weight: 700
    }
}

.staff_box .email_link {
    cursor: pointer
}

.small_box.faq_box .box_content>ul>li {
    padding: 17px 7% 17px 16px
}

.small_box.faq_box .box_content li:before,
.small_box.faq_box .box_content li:after {
    display: none
}

.small_box.faq_box .box_content .listfaq_a a {
    color: #0f6385;
    text-decoration: underline;
    display: inline
}

.small_box.faq_box .box_content .listfaq_a a:hover {
    text-decoration: none
}

.small_box.faq_box .box_content li:before,
.small_box.faq_box .box_content li:after {
    display: none
}

.listfaq_a_content {
    zoom: 1
}

.listfaq_a_content:before {
    content: '';
    display: block
}

.listfaq_a_content:after {
    content: '';
    display: table;
    clear: both
}

.small_box.faq_box .box_content ul .listfaq_a_content a {
    font-weight: normal;
    display: inline
}

@media screen and (min-width:48em) {
    .small_box.faq_box .box_content>ul>li {
        padding: 5px 0 7px 0
    }

    .small_box.faq_box .box_content ul ul {
        margin-top: 0;
        padding-top: 0
    }

    .small_box.faq_box .box_content ul ul li {
        border: 0;
        font-size: 110%
    }

    .small_box.faq_box .listfaq_q_content {
        text-decoration: none
    }

    .small_box.faq_box .listfaq_q_content:hover {
        text-decoration: underline
    }

    .small_box.faq_box .box_content ul .listfaq_a_content a {
        font-size: inherit;
        font-weight: normal;
        text-decoration: underline
    }

    .small_box.faq_box .box_content ul .listfaq_a_content a:hover {
        text-decoration: none
    }

    .small_box.faq_box .box_content .listfaq_a {
        color: #414141;
        font-size: 87.5%
    }

    .small_box.faq_box .box_content .listfaq_a p,
    .small_box.faq_box .box_content .listfaq_a ul,
    .small_box.faq_box .box_content .listfaq_a ol,
    .small_box.faq_box .box_content .listfaq_a li,
    .small_box.faq_box .box_content .listfaq_a div,
    .small_box.faq_box .box_content .listfaq_a span {
        color: #414141;
        font-size: inherit
    }
}

.service_box .box_content .toggle_service {
    background: none;
    border: 0 none;
    display: block;
    width: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-indent: -9999em;
    vertical-align: top;
    position: absolute;
    top: 18px;
    bottom: 17px;
    left: 16px;
    right: 7%;
    z-index: 1
}

.service_box .box_content .toggle_service:before {
    content: "";
    background: #0675bf url(_gfx/int/+.png) 1px 1px no-repeat;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 4px;
    left: 0
}

.service_box .box_content .toggle_service.hide_service:before {
    background: #0675bf url(_gfx/int/-.png) 1px 1px no-repeat
}

.small_box.service_box .box_content>ul>li>span {
    display: block;
    padding-left: 20px;
    line-height: 170%
}

.service_box .box_content ul.service_list {
    margin: 0;
    padding: 2px 0 2px 20px;
    position: relative;
    z-index: 1
}

.service_box .box_content ul.service_list li {
    padding: 2px 0
}

.service_box .box_content ul.service_list li a {
    border-top: 0;
    font-weight: normal;
    line-height: 130%
}

.service_box .box_content>ul>li {
    border-top: 0;
    padding-top: 18px
}

.service_box .box_content>ul>li:first-child {
    border: 0;
    border-bottom: 1px solid #bdbdc4
}

.service_box .box_content>ul>li>span {
    font-weight: bold
}

@media screen and (min-width:48em) {
    .service_box .box_content .toggle_service {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }

    .service_box .box_content .toggle_service:before {
        top: 9px
    }

    .small_box.service_box ul li span {
        padding: 0
    }
}

.twitter_feed,
.facebook_feed {
    padding: 0 !important
}

.twitter_feed ul li img,
.facebook_feed ul li img {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    display: block;
    height: 50px;
    width: 50px
}

.twitter_feed ul li span.box_date,
.facebook_feed ul li span.box_date {
    float: right;
    font-size: 80%;
    text-transform: uppercase;
    margin-left: 5px;
    margin-right: 10px
}

.twitter_feed ul li h4,
.facebook_feed ul li h4 {
    line-height: 130% !important;
    margin: 0;
    font-size: inherit
}

.twitter_feed ul li h4 a,
.facebook_feed ul li h4 a,
.twitter_feed ul li h4 a:hover,
.facebook_feed ul li h4 a:hover {
    font-size: 100%
}

.twitter_feed ul li a,
.facebook_feed ul li a,
.twitter_feed ul li a:hover,
.facebook_feed ul li a:hover {
    text-decoration: none;
    font-size: 110%
}

.twitter_feed ul li a span,
.facebook_feed ul li a span,
.twitter_feed ul li a:hover span,
.facebook_feed ul li a:hover span {
    text-decoration: none
}

.twitter_feed ul li p,
.facebook_feed ul li p {
    margin: 0;
    font-size: 95%;
    padding: 0;
    border: 0;
    line-height: 130%
}

.twitter_feed ul li p a,
.facebook_feed ul li p a {
    font-size: 100%;
    display: inline;
    color: #0f6385;
    text-decoration: underline;
    font-weight: normal
}

.twitter_feed ul li p a:hover,
.facebook_feed ul li p a:hover {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
    display: inline;
    color: #0f6385
}

.twitter_feed .box_bottomlink:after,
.facebook_feed .box_bottomlink:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #5c5c5c;
    position: absolute;
    left: auto;
    right: 13px;
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle
}

.twitter_feed ul li h4 span {
    display: block
}

@media screen and (min-width:48em) {

    #sitebody .twitter_feed,
    #sitebody .facebook_feed {
        padding: 0;
        box-shadow: 0 0 0;
        overflow: visible
    }

    #sitebody .twitter_feed ul,
    #sitebody .facebook_feed ul {
        padding: 7px 15px 0 16px
    }

    #sitebody .twitter_feed ul li .box_date,
    #sitebody .facebook_feed ul li .box_date {
        margin-right: 0
    }

    #sitebody .twitter_feed ul li h4,
    #sitebody .facebook_feed ul li h4 {
        font-size: 93.625%
    }

    #sitebody .twitter_feed ul li h4 a,
    #sitebody .facebook_feed ul li h4 a,
    #sitebody .twitter_feed ul li h4 a:hover,
    #sitebody .facebook_feed ul li h4 a:hover {
        color: #070621;
        font-weight: 700;
        font-family: 'Arimo', sans-serif;
        text-decoration: none
    }

    #sitebody .twitter_feed ul li h4 a span,
    #sitebody .facebook_feed ul li h4 a span,
    #sitebody .twitter_feed ul li h4 a:hover span,
    #sitebody .facebook_feed ul li h4 a:hover span {
        color: #070621;
        font-weight: 700
    }

    #sitebody .twitter_feed ul li h4 a:hover,
    #sitebody .facebook_feed ul li h4 a:hover {
        text-decoration: underline
    }

    #sitebody .twitter_feed ul li p,
    #sitebody .facebook_feed ul li p {
        font-size: 87.5%;
        color: #414141
    }

    #sitebody .twitter_feed .box_bottomlink,
    #sitebody .facebook_feed .box_bottomlink {
        margin-right: 10px
    }

    #sitebody .twitter_feed .box_bottomlink:after,
    #sitebody .facebook_feed .box_bottomlink:after {
        display: none
    }
}

#sitebody.splash_page {
    overflow: hidden;
    max-width: 100%;
    padding: 10px;
    word-wrap: break-word
}

@media screen and (min-width:48em) {
    #sitebody.splash_page {
        display: block;
        background: transparent !important;
        max-width: 1023px;
        max-width: 1302px;
        border-radius: 0;
        margin: 15px auto 15px auto;
        padding: 150px 0 0 0 !important;
        min-height: 500px
    }
}

.broken_links_reporter {
    word-wrap: break-word
}

.error_recaptcha_field {
    margin: 10px 0
}

@media screen and (min-width:48em) {
    .broken_links_reporter.broken_links_reporter {
        margin: 0
    }
}

.web_site_account_unconfirm_message_container {
    padding: 10px 0 1px 20px
}

.my_dashboard_page .dashboard_block_wrapper .dashboard_block .block_title {
    background-color: #0675bf
}

.sso_login_container .sso_login_box {
    max-width: 100%;
    min-height: 180px;
    padding: 15px;
    border: 1px solid #d0d0d0;
    margin: 15px 20px 0 0;
    float: left;
    width: 100%
}

.sso_login_container #sso_login_form ol.formlist .sso_login_email input[type="text"] {
    width: 100%
}

.sso_login_container .panel-body {
    padding: 0
}

.sso_login_container .validation-summary-errors .panel-body ul li a {
    color: #aa0823
}

.sso_login_container .social_account_login_list>li>a {
    width: 100%
}

.sso_login_container .social_account_login_box {
    width: 100%;
    padding: 15px;
    margin: 15px 10px 0 0
}

.sso_login_container .social_account_login_box label {
    margin: 0
}

.sso_login_container .social_account_login_box li {
    margin-bottom: 5px !important
}

.sso_login_container li.sso_login_password {
    display: table;
    width: 100%;
    margin-bottom: 8px
}

.sso_login_container li.sso_login_password input#SsoLoginPassword {
    display: table-cell;
    width: 74%;
    height: 30px
}

.sso_login_container li.sso_login_password input.command.primary.log_in_button {
    display: table-cell;
    width: 25%;
    margin-left: 1%;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px !important;
    height: 30px;
    border: 0 !important
}

.sso_login_container .sso_login_title {
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 0
}

.sso_login_container .sso_login_hint {
    text-align: center;
    font-size: 17px;
    font-weight: 500
}

.sso_login_container .sso_login_hint label {
    font-weight: 500
}

.sso_login_container li.sso_keep_logged {
    display: flex;
    align-items: center;
    padding: 0 !important
}

.sso_login_container li.sso_keep_logged input[type=checkbox]#KeepLogged {
    margin-top: 0
}

.sso_login_container li.sso_keep_logged label {
    margin: 0 !important
}

.sso_login_container .panel-heading,
.sso_login_container .panel-body,
.sso_login_container .sso_login_box .formlist li a,
.sso_login_container li.sso_keep_logged label {
    font-size: 15px
}

.sso_login_container .panel-heading,
.sso_login_container .panel-body {
    padding: 0
}

@media screen and (min-width:48em) {
    .sso_login_container {
        max-width: 670px;
        margin: 0 auto
    }

    .sso_login_container .sso_login_header,
    .sso_login_container .sso_login_hint {
        text-align: center
    }

    .sso_login_container .content_area {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .sso_login_container .content_area .sso_login_form_box {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

    .sso_login_container .content_area .sso_login_box {
        margin: 15px 2% 0 0;
        width: 48%;
        max-width: 400px;
        min-height: 0
    }

    .sso_login_container .content_area .social_account_login_box {
        margin-left: 2%;
        width: 48%;
        min-height: 0
    }
}

.search .paging span a:hover {
    background: #0675bf
}

.vision_search .search_button {
    width: auto;
    min-width: 0
}

.vision_search .advanced_searchbox input.textfield {
    height: auto;
    min-height: 17px
}

.vision_search .search_panel {
    float: none;
    width: 100%
}

.vision_search .search_panel .vision_search_arrow {
    cursor: pointer;
    display: block
}

.vision_search .search_panel .vision_search_arrow_down {
    border-top: 10px solid #fff
}

.vision_search .search_panel .vision_search_arrow_up {
    border-bottom: 10px solid #fff
}

.vision_search .search_panel .search_options_link {
    padding-right: 10px;
    margin: 0 !important;
    width: 100% !important
}

.vision_search .search_panel .advanced_searchbox.normal .sort_by_label,
.vision_search .search_panel .advanced_searchbox.normal .items_per_page_label {
    width: auto
}

.vision_search .search_panel .search_container {
    width: 100% !important;
    margin: 0 !important
}

.vision_search .search_panel div.search_features {
    border: 1px solid #bdbdc4;
    border-left: 0;
    border-right: 0;
    margin-left: 0;
    background: #fff;
    clear: both;
    min-height: 0;
    margin-top: 0;
    width: 100%
}

.vision_search .search_panel div.search_features .advanced_searchbox.normal {
    float: none;
    height: auto;
    min-width: 0
}

.vision_search .search_panel div.search_features .advanced_searchbox.normal .sort_by_label,
.vision_search .search_panel div.search_features .advanced_searchbox.normal .items_per_page_label {
    display: block;
    margin-top: 4px
}

.vision_search .search_panel div.search_features .advanced_searchbox.normal .normal {
    float: left;
    min-width: 140px
}

.vision_search .search_panel div.search_features .advanced_searchbox.normal .search_per_page,
.vision_search .search_panel div.search_features .advanced_searchbox.normal .advanced_searchbox_sort_by_container {
    float: none
}

.vision_search .search_panel div.search_features .advanced_searchbox>div>p {
    height: auto
}

.vision_search .search_panel div.search_features .basic_searchbox {
    float: none
}

.vision_search .search_panel .search_result,
.vision_search .search_panel .search_result_alternate {
    padding: 0 10px 20px
}

.vision_search .search_panel .search_result_url {
    word-wrap: break-word
}

.vision_search .search_panel .popular_searches_box>p.popular_searches_box_title {
    padding-left: 10px
}

.vision_search .search_panel .popular_searches_box>div {
    padding: 10px
}

.vision_search .search_panel .search_summary {
    padding-left: 10px
}

.vision_search .search_filters {
    float: none;
    margin: 25px 0 10px 0 !important;
    width: 100% !important
}

.vision_search .search_filters .search_filter {
    border: 0;
    border-bottom: 1px solid #bdbdc4;
    margin-bottom: 10px;
    padding: 0;
    box-shadow: 0 0 0;
    width: 100%;
    background: transparent
}

.vision_search .search_filters .search_filter:before {
    display: none
}

.vision_search .search_filters .search_filter label {
    display: inline
}

.vision_search .search_filters .search_filter .filter_header {
    color: #fff;
    background: #0675bf;
    border-bottom: 0;
    padding: 7px 10px;
    position: relative;
    margin: 0
}

.vision_search .search_filters .search_filter ol {
    padding: 0 15px
}

.vision_search .advanced_searchbox_sort_by_container {
    margin-right: 10px
}

@media screen and (min-width:48em) {
    .vision_search {
        margin: 12px 20px
    }

    .vision_search .search_panel>div.search_filters,
    .vision_search .search_panel>div:not(.search_filters) {
        margin: 0 !important
    }

    .vision_search .search_panel div.search_features {
        border: 1px solid #bdbdc4;
        background: #fff;
        color: #414141
    }

    .vision_search .search_panel div.search_features .advanced_searchbox.normal {
        float: right;
        height: auto;
        min-width: 350px;
        width: auto
    }

    .vision_search .search_panel div.search_features .advanced_searchbox.normal .sort_by_label,
    .vision_search .search_panel div.search_features .advanced_searchbox.normal .items_per_page_label {
        display: inline-block;
        margin-top: 0
    }

    .vision_search .search_panel div.search_features .advanced_searchbox.normal select {
        max-width: 110px;
        width: 110px;
        min-width: 0;
        line-height: 28px !important;
        height: 28px !important
    }

    .vision_search .search_panel div.search_features .advanced_searchbox.normal select.items_per_page {
        width: 50px
    }

    .vision_search .search_panel div.search_features .advanced_searchbox.normal .search_per_page,
    .vision_search .search_panel div.search_features .advanced_searchbox.normal .advanced_searchbox_sort_by_container {
        float: right;
        line-height: 28px;
        margin-bottom: 0
    }

    .vision_search .search_panel div.search_features .basic_searchbox {
        float: left;
        margin-bottom: 0
    }

    .vision_search .search_panel .popular_searches_box>p.popular_searches_box_title {
        padding-left: 0
    }

    .vision_search .search_panel .popular_searches_box>div {
        padding: 0 0 10px 0
    }

    .vision_search .search_panel .search_result,
    .vision_search .search_panel .search_result_alternate {
        padding: 0 0 20px
    }

    .vision_search .search_panel .search_summary {
        padding-left: 0
    }

    .vision_search .search_panel .search_options_link {
        margin-right: 0
    }

    .vision_search .search_filters .search_filter {
        border: 0
    }

    .vision_search .search_filters .search_filter .filter_header {
        color: #fff;
        background: #0675bf
    }

    .vision_search .search_filters .search_filter ol {
        padding: 0 15px 10px;
        color: #070621
    }

    .vision_search .search_panel>div.search_filters .search_filter {
        padding-right: 0
    }

    .advanced_searchbox.normal .advanced_searchbox_sort_by_container {
        width: auto
    }

    .advanced_searchbox.normal .search_per_page,
    .advanced_searchbox.normal .sort_by_label,
    .advanced_searchbox.normal .items_per_page_label {
        width: auto
    }
}

@media only screen and (min-width:68em) {

    .vision_search .search_panel>div,
    .vision_search .search_panel .search_container {
        width: 70% !important
    }

    .vision_search .search_panel .search_filters {
        width: 26% !important;
        margin: 0 0 10px 0 !important
    }

    .vision_search .search_panel .search_filters .search_filter {
        margin-top: 0
    }

    .vision_search .search_panel>div.loading.mask {
        width: 100% !important
    }

    .vision_search .vision_search_arrow {
        top: 10px
    }
}

#cse input.gsc-search-button {
    background: #0675bf !important;
    color: #fff !important
}

#cse * {
    box-sizing: content-box
}

#cse .gsc-control-cse {
    zoom: 1;
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important
}

#cse .gsc-control-cse:before {
    content: '';
    display: block
}

#cse .gsc-control-cse:after {
    content: '';
    display: table;
    clear: both
}

#cse .gsc-tabsArea {
    border-bottom: 1px solid #bdbdc4 !important
}

#cse .gsc-tabHeader {
    margin-left: 10px;
    border: 1px solid #bdbdc4 !important;
    border-bottom: 0 !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #fff !important
}

#cse .gsc-tabHeader.gsc-tabhActive,
#cse .gsc-tabHeader:hover {
    background: transparent !important
}

#cse .gsc-refinementHeader {
    border: 1px solid #bdbdc4 !important;
    background: #fff !important
}

#cse .gsc-refinementHeader.gsc-refinementhActive,
#cse .gsc-refinementHeader:hover {
    background: transparent !important
}

#cse .gsc-result {
    border: 0 !important
}

#cse .gsc-result .gs-result>* {
    padding: 0 !important;
    margin: 0 !important
}

#cse input[type=image].gsc-search-button {
    background: #0675bf !important;
    border: 2px solid transparent !important;
    box-sizing: content-box
}

#cse .gsc-option-menu-item {
    background: gray
}

#cse .gsc-option-menu,
#cse .gsc-selected-option-container {
    background: #f5f5f5 !important;
    border-radius: 2px 2px 2px 2px
}

.accordion_widget .accordion-title.accordion-title.ui-accordion-header,
.accordion_widget .accordion-title.ui-accordion-header.ui-accordion-header-active,
.accordion_widget .accordion-title.accordion-title.ui-state-hover {
    background-color: #0675bf;
    color: #fff
}

.accordion_widget .accordion-item.ui-accordion-content {
    color: #414141;
    border: 0 solid #bdbdc4;
    background-color: #fff
}

.accordion_widget .accordion-item .accordion-heading .icon i {
    display: none !important;
    border-color: #fff !important
}

.accordion_widget .accordion-item>.accordion-heading {
    background-color: #0675bf;
    color: #fff
}

.accordion_widget .accordion-item>.accordion-heading:before {
    content: '+';
    position: absolute;
    left: auto;
    right: 20px;
    top: auto;
    bottom: auto;
    margin: auto;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 110%;
    font-weight: normal
}

.accordion_widget .accordion-item.state-open>.accordion-heading:before {
    content: '-';
    font-size: 150%;
    top: 0
}

.accordion_widget.mn-accordion .accordion-item {
    margin-bottom: 10px
}

.accordion_widget.mn-accordion .accordion-item>.accordion-heading {
    font-family: inherit;
    background-color: #0675bf;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .16px
}

.accordion_widget.mn-accordion .accordion-item.state-open>.accordion-heading,
.accordion_widget.mn-accordion .accordion-item>.accordion-heading:hover {
    background-color: #0675bf !important;
    color: #fff !important;
    font-size: 18px
}

.accordion_widget.mn-accordion .accordion-item.state-open>.accordion-heading:before,
.accordion_widget.mn-accordion .accordion-item>.accordion-heading:hover:before,
.accordion_widget.mn-accordion .accordion-item.state-open>.accordion-heading:after,
.accordion_widget.mn-accordion .accordion-item>.accordion-heading:hover:after {
    color: #fff
}

.accordion_widget.mn-accordion .accordion-item>.accordion-content {
    color: #414141;
    border: 0 solid #bdbdc4;
    background-color: #fff;
    letter-spacing: .2px
}

.LBD_CaptchaDiv {
    max-width: 100%
}

.LBD_CaptchaDiv .LBD_CaptchaImageDiv {
    max-width: 87%
}

.LBD_CaptchaDiv .LBD_CaptchaImageDiv a {
    max-width: 100%
}

.LBD_CaptchaDiv .LBD_CaptchaImageDiv img {
    border: 1px solid #d0d0d0 !important
}

.LBD_CaptchaDiv>div.LBD_CaptchaImageDiv:first-child {
    border: 0
}

.LBD_CaptchaIconsDiv {
    margin-left: 3px !important
}

#recaptcha_image {
    overflow: hidden
}

.content-filter-widget .searchicon.searchicon.searchicon,
.content-filter-widget .searchicon.searchicon.searchicon:hover {
    background: transparent url("_gfx/cmn/search_filter_bg.png") no-repeat scroll 0 center !important
}

.content-filter-widget.content-filter-widget {
    z-index: auto !important
}

.document_widget {
    margin-bottom: 17px
}

.document_widget li {
    position: relative
}

.document_widget li img {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0
}

.document_widget li a {
    padding-left: 21px;
    display: block
}

.doc_folder_img {
    float: left
}

.document_folder_box .content_link,
.document_list_box .content_link {
    max-width: 100%;
    word-wrap: break-word
}

.document_list_box.document_list_box>a[name]:before,
.document_folder_box.document_folder_box>a[name]:before {
    display: none
}

.document_list_box.document_list_box .no-results,
.document_folder_box.document_folder_box .no-results {
    padding: 10px 0 10px 16px;
    display: block;
    color: #070621;
    font-weight: 700;
    font-size: 93.625%
}

.document_folder_box .document_breadcrumb {
    margin-left: 16px;
    margin-top: 8px
}

@media screen and (min-width:48em) {

    .document_list_box.document_list_box .no-results,
    .document_folder_box.document_folder_box .no-results {
        padding-left: 0
    }

    .document_folder_box .document_breadcrumb {
        margin-left: 0;
        margin-top: 0
    }
}

.downloadmessage {
    padding-bottom: 5px
}

.downloadmessage img {
    margin: 2px
}

.eNotification_widget .form_label {
    width: 250px
}

#sitebody .checkboxlist-container .enotification_cats_list.formlist li {
    width: 31.3% !important
}

#sitebody .checkboxlist-container label,
.front_end_body .enotification_widget_category_checkboxlist label {
    width: calc(100% - 40px) !important;
    white-space: normal
}

#sitebody .checkboxlist-container .formlist li {
    width: 31.3% !important;
    margin-left: -3px;
    padding-left: 2% !important
}

#sitebody .checkboxlist-container .formlist li:nth-child(3n+4),
#sitebody .checkboxlist-container .formlist li:first-child {
    padding-left: 0% !important;
    width: 33.3% !important
}

.enotification_cats_list li>a {
    float: left
}

.enotification_cats_list li>a.email_btn,
.legend_info a.email_btn,
.enotification_cats_list li>a,
.legend_info a {
    width: 19px;
    background-position: 0 center
}

.facility_directory_widgets .facility_detail_page .facility_item_header,
.facility_directory_widgets .listtype_listformated .facility_item_header {
    background: transparent !important;
    margin: 0
}

#sitebody .facility_directory_widgets .facility_item_infos2 span.item_label,
#sitebody .facility_directory_widgets .facility_item_infos1 span.item_label,
#sitebody .facility_directory_widgets .facility_item_infos2 span.item_value,
#sitebody .facility_directory_widgets .facility_item_infos1 span.item_value {
    color: #414141
}

.sitewrapper .content_area .facility_mapmarker_infos a.phone_link,
.sitewrapper .content_area .facility_mapmarker_infos a.phone_link:hover {
    color: #414141
}

.facility_directory_map_view_widget .multicats_container ol li input,
.facility_directory_map_view_widget .multicats_container ol li span.catimage_holder {
    float: left
}

.facility_directory_map_view_widget .multicats_container ol li input {
    height: 18px
}

#sitebody .facility_directory_map_view_widget .multicats_container ol li input+label {
    width: calc(100% - 52px) !important
}

.facility_directory_widgets .listtype_listformated .facility_item_header h2 {
    margin: 0
}

.facility_directory_widgets .listtype_listformated .facility_item_header a.facility_item_name,
.facility_directory_widgets .facility_detail_page .facility_item_header h2.facility_item_name {
    color: #414141;
    padding: 5px 0
}

@media screen and (min-width:48em) {

    .facility_directory_widgets .listtype_listformated a.facility_item_photo_link,
    .facility_directory_widgets .facility_detail_page .facility_item_photo {
        max-width: 350px;
        width: 50%
    }

    #sitebody .facility_directory_widgets .facility_item_infos1,
    #sitebody .facility_directory_widgets .facility_item_infos2 {
        width: 25%;
        margin: 0;
        padding-left: 15px
    }
}

.onecolumnlayout .top_col figure.vi-fullwidth-banner:first-of-type,
.twocolumnswithbottomlayout .top_col figure.vi-fullwidth-banner:first-of-type,
.threecolumnswithbottomlayout .top_col figure.vi-fullwidth-banner:first-of-type {
    margin-top: -7.8125vw
}

#sitebody .vi-fullwidth-banner.vi-fullwidth-banner {
    min-width: 100vw
}

.faq_header {
    color: #414141;
    font-size: 108% !important
}

.faqtab_section {
    border: 1px solid #0675bf;
    background: #fff;
    color: #414141
}

.faqtab_section td,
.faqtab_section label {
    color: #414141
}

.faqtab_section h1,
.faqtab_section h2,
.faqtab_section h3,
.faqtab_section h4,
.faqtab_section h5,
.faqtab_section .subtitle {
    color: #414141
}

.faq_tab_nav li a {
    color: #0f6385
}

.faq_tab_nav li a.active_faqtab {
    border: 1px solid #0675bf;
    border-right: 1px solid #fff;
    background: #fff;
    color: #414141;
    border-left: 5px solid #0675bf
}

h3.faqtab_question,
.faqtab_popup {
    color: #414141
}

h3.faqtab_question:before,
.faqtab_popup:before {
    background: #0675bf;
    color: #fff;
    line-height: 1.2em;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%
}

.faqtab_section h3.faqtab_question {
    color: #414141
}

.faq_mobile_nav {
    z-index: 1
}

.faq_mobile_nav select {
    border: 1px solid #0675bf !important;
    border-bottom: 0 !important
}

.viClientDialog .faq_container_dialog {
    color: #404040;
    padding-top: 10px;
    padding-bottom: 15px
}

.viClientDialog .faq_container_dialog .listfaq_q {
    font-size: 110%
}

.listfaq_q>h2,
.listfaq_q>h3 {
    color: #0f6385
}

.listfaq_q.listfaq_q>h2 {
    font-size: 152.5%
}

.listfaq_q.listfaq_q>h3 {
    font-size: 100%;
    text-decoration: underline;
    color: #0f6385
}

.listfaq_q.listfaq_q>h3:hover {
    text-decoration: none
}

.listfaq_answers .listfaq_q a[name]:before {
    display: none
}

.listfaq_answers .faq_header+ul {
    margin-bottom: 20px
}

.form_survey_widget .answer_container textarea {
    min-width: 0;
    width: 100%
}

.front_end_body .form_survey_widget .formlist,
.sitewrapper .form_survey_widget .formlist {
    width: 100%
}

.recaptcha {
    width: auto !important
}

.form_survey_widget .answer_container .form_answers_edit_table {
    display: table;
    width: 100%
}

.form_survey_widget .answer_container {
    overflow-y: hidden;
    overflow-x: auto;
    margin: 0 0 5px 5px
}

.question_container .question_content p {
    margin: 0
}

.form_submit_container .recaptcha_container {
    margin: 20px 0 0
}

.form_survey_widget .command_box.form_submit_footer {
    padding-top: 20px;
    margin-top: 0;
    clear: both
}

.form_survey_widget .question_container .question_content .question_text_container {
    display: inline
}

.form_survey_widget label:empty,
.form_submit_header:empty {
    display: none
}

.form_survey_widget .question_container.static_text {
    margin-top: 0;
    padding: 0 5px
}

.form_survey_widget .answer_container input.voter_input.selection_other {
    margin-top: 3px;
    margin-left: 22px
}

.form_survey_widget .form_submit_container .form_answers_edit_table td input.voter_input[type="radio"] {
    margin-left: 0
}

.form_survey_widget.form_survey_widget .single_matrix label {
    width: auto
}

div.file_input_item>input.file_input_ori {
    top: 0
}

.form-phone {
    width: 135px !important
}

@media screen and (min-width:48em) {
    .form_survey_widget .command_wrapper {
        border: 1px solid transparent;
        height: 20px;
        margin: 5px 0;
        width: auto
    }

    .form_survey_widget .command_wrapper:hover {
        background: transparent;
        border-color: #bdbdc4;
        border-radius: 10px
    }
}

.image_widget {
    margin: 0;
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%
}

.no_image.image_widget {
    display: none
}

.small_col .image_widget,
.standardlayout .left_col .image_widget,
.standardthreecolumnlayout .left_col .image_widget {
    clear: both;
    width: 100%;
    max-width: 100%;
    margin-bottom: 17px
}

.small_col .image_widget {
    width: 89.6% !important;
    margin: 0 auto 17px auto
}

.image_rotate_container {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3
}

.image_rotate_container.current {
    opacity: 1;
    z-index: 5
}

.image_rotate_container.prev {
    z-index: 4
}

.image_widget img {
    display: block;
    width: 100%
}

.image_rotate_caption {
    position: absolute;
    bottom: 0;
    opacity: .8;
    color: #fff;
    background: #222;
    display: block;
    width: 96%;
    text-align: center;
    padding: 5px 2%;
    min-height: 20px;
    line-height: 100%
}

@media screen and (min-width:48em) {
    .image_widget .image_rotate_container {
        background: transparent !important
    }

    #sitebody.standardlayout .top_col .image_widget:last-child,
    #sitebody.standardthreecolumnlayout .top_col .image_widget:last-child,
    #sitebody.twocolumnreverselayout .top_col .image_widget:last-child {
        padding-bottom: 0
    }
}

#alert_controls {
    overflow: visible;
    font-size: 0;
    text-decoration: none
}

#alert_controls:before {
    font-family: Glyphicons Halflings;
    content: "";
    -webkit-transform: rotate(-90deg) scale(1, 1.5);
    -ms-transform: rotate(-90deg) scale(1, 1.5);
    -moz-transform: rotate(-90deg) scale(1, 1.5);
    transform: rotate(-90deg) scale(1, 1.5);
    display: block;
    letter-spacing: -3px;
    font-weight: bold;
    color: #062a38;
    text-decoration: none;
    text-indent: 0;
    margin-top: 7px;
    font-size: 8px
}

#alert_controls.hide {
    background: #ffb661;
    display: block !important
}

#alert_controls.hide:hover {
    bottom: 5px;
    height: 30px;
    width: 28px
}

#alert_controls.hide:after {
    content: "Hide";
    background: #ffb661;
    color: #062a38;
    position: absolute;
    border-radius: 5px;
    text-indent: 0;
    display: none;
    padding: 5px 10px 6px;
    right: 2px;
    font-size: 12px;
    top: 43px;
    font-family: Arial, Helvetica, sans-serif
}

#alert_controls.hide:hover:after {
    display: block
}

#alert_controls.hide+.important_alert_wrapper:before {
    position: absolute;
    right: 8px;
    bottom: -8px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ffb661;
    content: "";
    display: none
}

#alert_controls.hide:hover+.important_alert_wrapper:before {
    display: block
}

#alert_controls.show {
    background: #ffb661;
    border-bottom-left-radius: 5px;
    width: 28px;
    height: 30px
}

#alert_controls.show:hover {
    width: 28px
}

#alert_controls.show:before {
    -webkit-transform: rotate(90deg) scale(1, 1.6);
    -ms-transform: rotate(90deg) scale(1, 1.6);
    -moz-transform: rotate(90deg) scale(1, 1.6);
    transform: rotate(90deg) scale(1, 1.6);
    margin-top: 15px;
    margin-left: 3px
}

#alert_controls.show:after {
    content: "Show";
    background: #ffb661;
    color: #062a38;
    position: absolute;
    box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    border-radius: 5px;
    text-indent: 0;
    display: none;
    padding: 3px 8px 4px;
    right: 37px;
    font-size: 12px;
    top: 5px;
    font-family: Arial, Helvetica, sans-serif
}

#alert_controls.show:hover:after {
    display: block
}

.alert_right {
    background: none
}

.alert_container:before {
    content: "";
    top: 4px;
    left: auto;
    position: absolute;
    right: 27px;
    bottom: 4px;
    z-index: -1;
    width: 1px;
    height: auto;
    border-right: 1px solid rgba(255, 255, 255, .25);
    z-index: 5
}

.alert_container {
    background-image: none;
    padding: 0;
    margin: 0;
    z-index: 20;
    font-weight: bold
}

.alert_container.alert--closed:after {
    position: absolute;
    right: 30px;
    top: 10px;
    width: 0;
    height: 0;
    border-left: 7px solid #ffb661;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    content: "";
    display: none
}

.alert_container #alert_controls:focus {
    outline: auto
}

.alert_container.alert--closed:hover:after {
    display: block
}

.alert_container.alert--closed:hover #alert_controls.show:after {
    display: block
}

.alert_container .important_alert_wrapper {
    background: #ffb661
}

.alert_container .important_alert,
.alert_container .important_alert h1,
.alert_container .important_alert h2,
.alert_container .important_alert h3,
.alert_container .important_alert h4,
.alert_container .important_alert h5,
.alert_container .important_alert a,
.alert_container .important_alert .subtitle {
    color: #062a38
}

.alert_container .important_alert h2 {
    font-size: 100%
}

.alert_container .important_alert h2:first-child {
    display: inline;
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px
}

.alert_container .important_alert p {
    display: block
}

@media screen and (min-width:48em) {
    .alert_container .important_alert {
        font-size: 87.5% !important;
        line-height: 1.3 !important;
        margin: 0 auto;
        overflow: hidden;
        padding: 0;
        max-width: 1023px;
        max-width: 1302px
    }
}

.jobs_widget .detail-list-label,
.jobs_widget .custom_fields label {
    width: 150px
}

.meeting_widget .detail-list-value {
    white-space: nowrap
}

.widget_container_div {
    border: 1px solid #bdbdc4;
    background: #fff
}

.small_box.meeting_box {
    background: transparent none;
    border: 0;
    padding: 0
}

.small_box.meeting_box h1.mobile_header {
    display: none
}

.small_box.meeting_box .box_header {
    margin: 0;
    padding: 0;
    border: none
}

.small_box.meeting_box .box_title {
    color: #fff !important;
    font-weight: 700 !important;
    line-height: 120%;
    font-size: 112.5% !important;
    height: auto;
    padding: 8px 15px 8px 15px;
    text-align: left;
    display: block;
    text-transform: uppercase;
    background: #0675bf;
    margin: -1px -1px 0 -1px;
    font-family: inherit
}

.small_box.meeting_box .mobile_list .box_content>ul>li>a,
.staff_box.mobile_list .box_content>ul>li>a {
    font-weight: bold
}

@media screen and (min-width:48em) {

    .small_box.meeting_box .mobile_list .box_content>ul>li>a,
    .staff_box.mobile_list .box_content>ul>li>a {
        font-weight: 700
    }
}

span.sticky {
    display: block;
    float: left;
    padding-left: 15px;
    background: url(_gfx/cmn/pin.gif) 0 0 no-repeat
}

.news_widget .list-main>li {
    background: rgba(6, 117, 191, .06);
    margin-bottom: 10px
}

.front_end_body form .command_box {
    padding-left: 0
}

.poll_widget .poll_vote_view .command_box a.viewVoteResultLink {
    font-weight: bold
}

.poll_widget .poll_vote_result_view .poll_answers .graphic_line .graphic_percent {
    background: #0675bf
}

.poll_widget .poll_vote_result_view .poll_answers .graphic_line {
    border: 1px solid #0675bf
}

.slideshow_link a {
    color: #fff !important
}

.photo_album_widget .standard_list ul li:hover {
    background: transparent;
    cursor: default
}

.photo_album_widget .ad-gallery {
    position: relative;
    z-index: 1
}

.slideshow_link {
    background: #0675bf !important;
    color: #fff !important
}

.ad-gallery.ad-gallery .ad-image-wrapper .ad-image {
    z-index: 3
}

.ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
    width: auto !important;
    right: 3px
}

@media screen and (min-width:48em) {
    .ad-preloads {
        display: none
    }
}

.rss_feeds_content_type a.rss_link {
    background: none;
    position: relative
}

.rss_feeds_content_type a.rss_link:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    background: url(_gfx/int/title_icons.png) 0 -15px no-repeat
}

.rss_feeds_content_type .rss_feeds_content_type_title {
    border-bottom: 1px solid #bdbdc4
}

.rss_feeds_content_type .content_type_name {
    color: #414141;
    font-size: 120%
}

.rss_feed_content .item_graytext {
    margin-left: 10px
}

.service_directory_widget .listtable th:last-child {
    text-align: center;
    width: 100px
}

.service_directory_widget .listtable th:first-child {
    text-align: center;
    width: 33%
}

.service_directory_widget .listtable {
    table-layout: fixed
}

.column.sortable_col .service_directory_widget .listtable {
    table-layout: auto
}

.service_request_widget fieldset.upload_container {
    display: block
}

.service_request_widget fieldset.upload_container legend {
    display: block
}

.service_request_widget legend {
    color: #414141;
    font-weight: bold;
    text-decoration: none
}

.service_request_post_listable th {
    background: #0675bf !important;
    color: #fff !important
}

.service_request_widget .service_request_category>h2 {
    font-size: 100%
}

.sitemap_col .root-level a {
    color: #414141;
    font-weight: bold;
    text-decoration: none
}

.sitemap_widget .siteMapCategoryView>.sitemap_col ul li a {
    max-width: 100%;
    padding-right: 5px
}

.sitemap_col {
    width: 100% !important
}

@media screen and (min-width:48em) {
    .sitemap_col {
        width: 50% !important
    }
}

@media only screen and (min-width:62em) {
    .sitemap_col {
        width: 33% !important
    }
}

.staff_directory_widget .listtable th:last-child {
    text-align: center
}

.staff_directory_widget .listtable th:last-child:hover {
    text-align: center
}

.staff_directory_widget>img {
    margin-right: 10px
}

.staff_directory_widget .detail-list-label {
    width: 175px
}

.tabbed_widget {
    font-family: 'Arimo', sans-serif !important
}

.tabbed_widget .tab-title .ui-tabs-anchor {
    color: #393939;
    background-color: transparent;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .16px
}

.tabbed_widget .ui-tabs-tab.ui-tabs-active.ui-state-active,
.tabbed_widget .tab-title.ui-state-hover {
    border-color: #0675bf;
    color: #fff !important;
    background-color: #0675bf
}

.tabbed_widget .ui-tabs-tab.ui-tabs-active.ui-state-active .ui-tabs-anchor,
.tabbed_widget .tab-title.ui-state-hover .ui-tabs-anchor {
    color: #fff !important
}

.tabbed_widget .tab-title.ui-state-hover {
    color: #393939 !important;
    background-color: transparent
}

.tabbed_widget .tab-title.ui-state-hover .ui-tabs-anchor {
    color: #393939 !important
}

.tabbed_widget .ui-tabs-tab.ui-state-default {
    background-color: #f4f5f5;
    padding-bottom: .5em
}

.tabbed_widget .tab-item.ui-widget-content {
    border-color: #0675bf;
    background-color: #fff;
    border-top-color: #0675bf;
    border-top-width: 2px;
    border-bottom: none;
    border-left: none;
    border-right: none
}

#top_bar>* {
    font-size: 90%
}

#top_bar li a.admin_more {
    box-sizing: content-box
}

.desktop_only {
    display: none !important
}

@media screen and (min-width:48em) {
    .mobile_only {
        display: none !important
    }

    .desktop_only {
        display: block !important
    }
}

.hidden[style*="block"] {
    display: block !important
}

div#google-infowindow *,
div#google-infowindow *:before,
div#google-infowindow *:after {
    background: #fff !important
}

.notranslate {
    background: transparent !important
}

.hide-text-indent {
    min-width: 0 !important
}

.column #sitebody.splash_page {
    width: 100%
}

@font-face {
    font-family: 'Arimo';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/arimo/v27/P5sdzZCDf9_T_10c3i9MeUcyat4iJY-ERBrE.ttf) format('truetype')
}

@font-face {
    font-family: 'Arimo';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/arimo/v27/P5sdzZCDf9_T_10c3i9MeUcyat4iJY-2RBrE.ttf) format('truetype')
}

@font-face {
    font-family: 'Arimo';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/arimo/v27/P5sdzZCDf9_T_10c3i9MeUcyat4iJY9aQxrE.ttf) format('truetype')
}

@font-face {
    font-family: 'Arimo';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/arimo/v27/P5sdzZCDf9_T_10c3i9MeUcyat4iJY9jQxrE.ttf) format('truetype')
}

@font-face {
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/arimo/v27/P5sfzZCDf9_T_3cV7NCUECyoxNk37cxsBw.ttf) format('truetype')
}

@font-face {
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/arimo/v27/P5sfzZCDf9_T_3cV7NCUECyoxNk338xsBw.ttf) format('truetype')
}

@font-face {
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/arimo/v27/P5sfzZCDf9_T_3cV7NCUECyoxNk3M8tsBw.ttf) format('truetype')
}

@font-face {
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/arimo/v27/P5sfzZCDf9_T_3cV7NCUECyoxNk3CstsBw.ttf) format('truetype')
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('glyphicons-halflings-regular.eot');
    src: url('glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('glyphicons-halflings-regular.woff2') format('woff2'), url('glyphicons-halflings-regular.woff') format('woff'), url('glyphicons-halflings-regular.ttf') format('truetype'), url('glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
}

a,
a:visited,
.column a {
    color: #0f6385;
    text-decoration: underline
}

a:hover,
a:focus {
    text-decoration: none
}

a[name],
a[name]:hover,
a[name]:focus {
    color: #414141;
    text-decoration: none
}

a img {
    border: 0
}

a:before,
a:after {
    text-decoration: underline
}

a:before,
a:after,
a:hover:before,
a:hover:after {
    text-decoration: none
}

.more_links {
    display: inline-block;
    margin: 6px;
    padding: 0 24px;
    border-radius: 60px;
    width: auto;
    height: 33px;
    line-height: 33px;
    background: #fcc95d;
    text-transform: none;
    color: #070621 !important;
    font-weight: 700;
    font-size: 81.25%;
    font-family: inherit;
    text-decoration: none !important;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.more_links:after {
    display: none
}

.more_links:hover {
    color: #fff !important;
    background: #070621;
    text-decoration: none
}

body.front_end_body,
.sitewrapper,
.sitewrapper select,
.sitewrapper input,
.sitewrapper textarea,
.sitewrapper table,
#broken_links_reporter_form,
body.dialog_body,
body[radeditorbody],
body[radeditorbody] table {
    font-size: 16px !important;
    line-height: 1.375 !important;
    font-family: 'Arimo', sans-serif !important;
    color: #414141
}

.front_end_body :target:before,
.front_end_body a[name]:before {
    content: "";
    display: block;
    height: 120px;
    position: relative;
    z-index: -1
}

p {
    margin: 0 0 1em 0
}

table img {
    max-width: none
}

h1,
.content_area h1,
.reDropDownBody h1 {
    color: #070621;
    line-height: 1.2;
    font-weight: 700;
    font-size: 200%;
    font-family: inherit
}

h2,
.content_area h2,
.reDropDownBody h2 {
    font-size: 160%;
    color: #414141;
    font-weight: bold;
    line-height: 1.2
}

h3,
.content_area h3,
.reDropDownBody h3 {
    font-size: 140%;
    color: #414141;
    font-weight: bold
}

h4,
.content_area h4,
.reDropDownBody h4 {
    font-size: 120%;
    color: #414141;
    font-weight: bold
}

h5,
.content_area h5,
.reDropDownBody h5 {
    font-size: 110%;
    color: #414141;
    font-weight: bold
}

h6,
.content_area h6,
.reDropDownBody h6 {
    color: #414141;
    font-weight: bold;
    font-size: 100%
}

.subtitle {
    font-size: 162.5%;
    color: #414141;
    font-weight: bold
}

.subtitle p,
.subtitle a {
    color: #414141;
    font-weight: bold
}

table.tableData {
    font-weight: normal;
    background: #fff;
    margin-bottom: 14px;
    border: 0 solid #bdbdc4;
    border-spacing: 0;
    width: auto
}

table.tableData th {
    text-transform: uppercase;
    padding: 6px 9px;
    text-align: left;
    background: #0675bf !important;
    color: #fff;
    font-weight: 700;
    font-size: 112.5%;
    font-family: inherit;
    letter-spacing: .54px
}

table.tableData th a {
    color: #fff !important
}

table.tableData th p {
    padding: 0;
    margin: 0;
    color: #fff
}

table.tableData a {
    color: #0f6385
}

table.tableData p {
    color: #414141
}

table.tableData td {
    color: #414141;
    font-size: 87.5%
}

table.tableData tr td {
    border-left: 1px solid #bdbdc4
}

table.tableData tr td:last-child {
    border-right: 1px solid #bdbdc4
}

table.tableData tr:hover {
    background: transparent
}

table.tableData tr:hover>td a {
    color: #0f3c65 !important
}

table.tableData tr:hover>td,
table.tableData tr:hover>td>p {
    color: #414141 !important
}

table.tableData {
    border-collapse: separate
}

table.tableData tbody tr:first-child td {
    border-top: 0
}

table.tableData th {
    border-left: 1px solid #0675bf
}

table.tableData thead {
    border: 1px solid #0675bf
}

table.tableData td {
    border: 0;
    border-bottom: 1px solid #bdbdc4;
    padding: 3px 9px 3px 9px
}

table.tableData td p {
    padding: 0;
    margin: 0
}

@media screen and (max-width:48em) {
    body:not([radeditorbody]) table.tableData {
        width: 100% !important
    }
}

table.tableBox {
    font-weight: normal;
    background: #fff;
    margin-bottom: 14px;
    border: 0 solid #bdbdc4;
    border-spacing: 0;
    width: auto
}

table.tableBox th {
    text-transform: uppercase;
    padding: 6px 9px;
    text-align: left;
    background: #0675bf !important;
    color: #fff;
    font-weight: 700;
    font-size: 112.5%;
    font-family: inherit;
    letter-spacing: .16px
}

table.tableBox th a {
    color: #fff !important
}

table.tableBox th p {
    padding: 0;
    margin: 0;
    color: #fff
}

table.tableBox a {
    color: #0f6385;
    letter-spacing: .14px !important
}

table.tableBox p {
    color: #414141;
    font-size: 87.5% !important;
    letter-spacing: .14px !important
}

table.tableBox td {
    color: #414141;
    font-size: 87.5% !important;
    letter-spacing: .14px !important
}

table.tableBox tr td {
    border-left: 1px solid #bdbdc4
}

table.tableBox tr td:last-child {
    border-right: 1px solid #bdbdc4
}

table.tableBox tr:hover {
    background: transparent
}

table.tableBox tr:hover>td a {
    color: #0f3c65 !important
}

table.tableBox tr:hover>td,
table.tableBox tr:hover>td>p {
    color: #414141 !important
}

table.tableBox {
    border-bottom: 1px solid #bdbdc4
}

table.tableBox th,
table.tableBox td {
    padding: 5px
}

table.tableBox td {
    border-top: 1px solid #bdbdc4
}