﻿@charset "UTF-8";

#Body {
    background: #fff;
    overflow: hidden;
}

html,
body {
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

div {
    word-wrap: break-word;
}

#dhtmlpointer {
    display: none;
}

/*------------------------------------------------*/
/* ANCHOR STYLE */
/*------------------------------------------------*/
a,
a:link,
a:visited,
a:active {
    color: #007080;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

/** Child Links Module **/
.ModDnnForgeChildLinksC a,
.ModDnnForgeChildLinksC a:link,
.ModDnnForgeChildLinksC a:visited,
.ModDnnForgeChildLinksC a:active {
    color: #222;
    font-size: 14px;
    text-decoration: none;
}

.ModDnnForgeChildLinksC a:hover {
    text-decoration: underline;
}


/* DNN Specific Selectors 
-------------------------------------*/
a.CommandButton:hover {
    text-decoration: underline;
    color: #007cae;
}

a.CommandButton {
    color: #fff;
    text-decoration: none;
    padding: 8px 15px;
    background: #888;
    margin: 5px;
    font-size: 18px;
    border-radius: 5px;
    display: inline-block;
}



a.CommandButton[title="Update"],
a.CommandButton[title="Create Article"],
a.CommandButton[title="Publish"],
a.CommandButton[title="Save"] {
    background: #81b04d;
}

a.CommandButton[title="Approve Articles"] {
    background: #007080;
}

a.CommandButton[title="Cancel"] {
    background: #666;
}

a.CommandButton[title="Delete"] {
    background: #cc0000;
}

a.CommandButton:hover {
    background: #333;
    text-decoration: none;
    color: #fff;
}

/*------------------------------------------------*/
/* PARAGRAPH STYLE */
/*------------------------------------------------*/
p {
    margin: 0 0 15px 0;
}

hr {
    clear: both;
    height: 1px;
    border: none;
    border-width: 0;
    margin: 15px 0 15px 0;
    background: #135191;
}

ul,
ol {
    margin-top: 8px;
    margin-left: 22px;
    margin-bottom: 8px;
}

/*------------------------------------------------*/
/* IMAGE STYLES */
/*------------------------------------------------*/
img {
    border: 0;
}


/*------------------------------------------------*/
/* lIST STYLE */
/*------------------------------------------------*/

/* Ordered List */
ol li {
    list-style-type: decimal;
    margin-bottom: 8px;
    vertical-align: top;
}

ol ol {
    margin-top: 8px;
    margin-left: 30px;
}

ol ol li {
    list-style-type: lower-roman;
}

ol ol ol li {
    list-style-type: lower-alpha;
}

ol ul li {
    list-style-type: lower-roman;
}

/*------------------------------------------------*/
/* TABLE STYLE */
/*------------------------------------------------*/

/* Default Table Style */
table.tableDefault {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}

table.tableDefault th,
table.tableDefault td {
    font-size: 12px;
    padding: 8px;
}

table.tableDefault th {
    font-weight: bold;
    text-align: left;
    border-bottom: solid 2px #aaa;
    background-color: #d7d7d7;
}

table.tableDefault td {
    border-bottom: solid 1px #d9d9d9;
}

table.tableDefault tr:nth-child(odd) {
    background: transparent
}

table.tableDefault tr:nth-child(even) {
    background: #e3e4e6
}

.tableDefault tbody tr:hover td {
    color: #111;
}


.DnnModule-DNN_HTML table {
    width: 90%;
    margin: auto;
    border-collapse: collapse;
    table-layout: fixed;
}

.DnnModule-DNN_HTML table tr:first-of-type {
    background-color: #CCC;
    font-weight: 700;
}

.DnnModule-DNN_HTML table tr {
    background-color: #EFEFEF;
}

.DnnModule-DNN_HTML table td {
    font-size: 16px;
    text-align: center;
    padding: 8px;
    border: #999 1px solid;
    min-width: 50px;
}









/*------------------------------------------------*/
/* BUTTONS STYLE */
/*------------------------------------------------*/
/* Primary Style Button (blue)*/
button.primaryButton,
a.primaryButton {
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 5px;

    background-color: #3B96B6;
    background: -moz-linear-gradient(top, #1aa0c9 0%, #1aa0c9);
    background: -webkit-gradient(linear, left top, left bottom, from(#1aa0c9), to(#1aa0c9));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffffff;
    -moz-box-shadow: 0px 1px 3px rgba(240, 240, 240, 0.5), inset 0px 0px 0px rgba(15, 177, 217, 0);
    -webkit-box-shadow: 0px 1px 3px rgba(240, 240, 240, 0.5), inset 0px 0px 0px rgba(15, 177, 217, 0);
    box-shadow: 0px 1px 3px rgba(240, 240, 240, 0.5), inset 0px 0px 0px rgba(15, 177, 217, 0);

    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000, 000, 000, 0), 0px 0px 0px rgba(255, 255, 255, 0);
}

/* Secondary Style Button (darkgray) */
button.secondaryButton,
a.secondaryButton {
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 5px;

    background-color: #666;
    background: -moz-linear-gradient(top, #8a8a8a 0%, #8a8a8a);
    background: -webkit-gradient(linear, left top, left bottom, from(#8a8a8a), to(#8a8a8a));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffffff;
    -moz-box-shadow: 0px 1px 3px rgba(240, 240, 240, 0.5), inset 0px 0px 0px rgba(15, 177, 217, 0);
    -webkit-box-shadow: 0px 1px 3px rgba(240, 240, 240, 0.5), inset 0px 0px 0px rgba(15, 177, 217, 0);
    box-shadow: 0px 1px 3px rgba(240, 240, 240, 0.5), inset 0px 0px 0px rgba(15, 177, 217, 0);
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000, 000, 000, 0), 0px 0px 0px rgba(255, 255, 255, 0);
}

/* Alternative Style Button (darkgray with arrow) */
button.altButton,
a.altButton {
    display: inline-block;
    padding: 9px 32px 9px 22px;
    margin-bottom: 5px;

    background: #484848 url('/Images/arrow.png') no-repeat 87% center;
    background: url('/Images/arrow.png') no-repeat 87% center, -moz-linear-gradient(top, #3d3d3d 0%, #3d3d3d);
    background: url('/Images/arrow.png') no-repeat 87% center, -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#3d3d3d));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffbf00;
    -moz-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000, 000, 000, 0), 0px 0px 0px rgba(255, 255, 255, 0);
}

a.dnnPrimaryAction {
    color: #efefef;
    text-decoration: none;
}

a.dnnSecondaryAction {
    color: #555;
    text-decoration: none;
}

button.primaryButton:hover,
button.secondaryButton:hover,
a.primaryButton:hover,
a.secondaryButton:hover {
    cursor: pointer;
    cursor: hand;
    background-image: none;
    background-color: #D00;
}


/*------------------------------------------------*/
/* NAVIGATION */
/*------------------------------------------------*/

/* Site Navigation */

#dnn_pnav {
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    float: left;
}

#dnn_pnav li {
    position: relative;
    list-style: none;
    margin: 0;
    text-align: left;
}

#dnn_pnav li ul {
    margin-left: 0;
}

#dnn_pnav>li {
    float: left;
    padding: 0;
    margin: 0;
}

#dnn_pnav li.active a {
    font-weight: 600;
}

#dnn_pnav>li>a,
#dnn_pnav>li>span {
    display: block;
    padding: 17px 9px;
    font-size: 17px;
    text-decoration: none;
    color: #fff;
}

#dnn_pnav>li:hover>a,
#dnn_pnav>li:hover>a.selected,
#dnn_pnav>li:hover>span,
#dnn_pnav>li>a.selected,
#dnn_pnav>li>span.selected,
#dnn_pnav>li:hover>a.haschild i {
    color: #f8a383;
}

#dnn_pnav>li>a>i {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 22px;
}

#dnn_pnav>li>a.haschild {
    padding-right: 30px;
}

#dnn_pnav>li>a.selected {
    font-weight: bold;
    color: #fff;
}

#dnn_pnav>li>span {
    cursor: pointer;
}

/* Secondary level */
#dnn_pnav>li ul {
    /* Styles for all sub levels */
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 9999;
    width: 230px;
    padding: 0;
    /* CSS3 */
    border-radius: 0px;
}

#dnn_pnav li:hover>ul {
    opacity: 1;
    visibility: visible;
}

#dnn_pnav>li>ul {
    /* styles specific to secondary level */
    top: 100%;
    left: 0;
    z-index: 99;
    margin: 0;
}

#dnn_pnav li>ul {
    overflow: hidden;
    /*-webkit-transition:350ms ease all;
		-moz-transition:350ms ease all;
		-ms-transition:350ms ease all;
		transition:350ms ease all;*/
    background: #ff6b34;
}

#dnn_pnav li>ul:hover {
    overflow: visible;
}

#dnn_pnav>li>ul>li:last-child {
    border-bottom: none;
}

#dnn_pnav>li ul a,
#dnn_pnav>li ul span {
    display: block;
    padding: 12px 24px 12px 12px;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    text-decoration: none;
    line-height: 22px;
}

#dnn_pnav>li ul a.haschild {
    position: relative;
}

#dnn_pnav>li ul a.haschild:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 11px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #17286d transparent transparent transparent;
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    -ms-transition: 200ms ease all;
    transition: 200ms ease all;
}

#dnn_pnav>li ul li:hover a.haschild:after {
    transform: rotate(-90deg);
    border-color: #fff transparent transparent transparent;
}

#dnn_pnav>li ul ul li:hover a.haschild:after {
    transform: rotate(90deg);
    border-color: #fff transparent transparent transparent;
}

#dnn_pnav>li>ul li:hover>a {
    background: #D85A2B;
    color: #fff;
}

/* Tertiary level */
#dnn_pnav li ul li ul {
    left: 100%;
    top: -8px;
    padding: 0;

}

#dnn_pnav li ul li ul li a {
    background: #17286d;
    color: #fff;
}

#dnn_pnav li ul li ul li a:hover {
    background: #12205b;
}

.hovered {
    position: absolute;
    bottom: 0;
    left: 0px;
    height: 5px;
    background: #a73578;
    transition: .8s ease all;
    opacity: 1;
    z-index: 1;
}

.hovered.hover {
    opacity: 1;
    transition: 300ms ease all;
}

#dnn_pnav>li:last-child ul ul {
    right: 100%;
    left: auto;
}

a.menu99 {
    display: none !important;
    font-weight: bold;
}

.showControlBar #dnn_pnav>li>a.menu99 {
    display: block !important;
}


/*------------------------------------------------*/
/* CONTENT PANES */
/*------------------------------------------------*/

header,
section,
footer {
    width: 100%;
    position: relative;
    display: flex;
    flex-flow: row wrap;
}

.content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    padding: 0px;
}

header .content,
#level1 .content {
    padding: 0;
}

#dnn_ButtonPane {
    position: absolute;
    right: 80px;
}

#dnn_ButtonPane .DnnModule:last-child {
    margin: 50px 0 0 0;
}

#dnn_ButtonPane.addBlock {
    margin-top: 0;
}

/*------------------------------------------------*/
/* Header */
/*------------------------------------------------*/
header {
    padding: 30px 0;
    z-index: 998;
    position: relative;
    align-items: center;
    pointer-events: none;
}

header .content {
    display: flex;
    align-items: center;
}

header .logo {
    float: left;
    margin: 0;
    padding: 0;
    pointer-events: all;
}

header .logo img {
    max-width: 260px;
}

header .social {
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px 86px 0 0;
    pointer-events: all;
}

header .social a {
    float: left;
    margin-left: 10px;
    opacity: .8;
}

header .social a:hover {
    opacity: 1;
}

header .DnnModule {
    margin: 0 !important;
}

.module-header {
    padding: 0 0 12px 0;
    font-style: italic;
    font-size: 18px;
}

/*------------------------------------------------*/
/* Content */
/*------------------------------------------------*/

.RotatorPane {
    width: 100%;
    float: left;
}

.RotatorPane .DnnModule {
    margin: 0 !important;
}

.ContentPane,
.BottomPane {
    width: 100%;
    float: left;
}

.flex {
    display: flex;
    width: 100%;
    align-items: flex-start;
    position: relative;
}

.LeftPane {
    flex: 0 1 850px;
    box-sizing: border-box;
    padding-right: 30px;
    width: 850px;
}

.RightPane {
    width: 350px;
    flex: 0 1 350px;
    margin-left: auto;
}

#k_twitter {
    float: left;
    width: 100%;
    padding: 25px 0 0 0;
    border-top: 1px solid #d7d7d7;
}

#k_twitter ul,
#k_twitter li {
    margin: 0;
    list-style: none;
    list-style-type: none;
}

#k_twitter .user a {
    text-decoration: none;
    color: #2d2d2d;
}

#k_twitter .user a img {
    width: 48px;
    border: 3px solid #e3e3e3;
    border-radius: 4px;
}

#k_twitter .user span[data-scribe="element:name"] {
    font-weight: bold;
    margin-left: 4px;
}

#k_twitter .tweet {
    float: left;
    width: 100%;
    margin: 20px 0;
}

#k_twitter .timePosted {
    margin: 0;
    float: right;
}

#k_twitter .interact {
    float: left;
    margin: 0;
    font-weight: bold;
}

#k_twitter .timePosted a,
#k_twitter .interact a {
    color: #aab8c2;
    text-decoration: none;
    transition: 200ms ease all;
    font-size: 14px;
}

#k_twitter .timePosted a:hover,
#k_twitter .interact a:hover {
    color: #8C98A0;
}

.twitter_retweet_icon {
    margin: 0 15px;
}

/*------------------------------------------------*/
/* Level 1 */
/*------------------------------------------------*/
#level1 {
    background: #007080;
}

#level1 nav {
    position: relative;
    float: left;
}

.search {
    float: right;
    color: #fff;
    margin-left: auto;
    cursor: pointer;
    margin-top: 4px;
}

.search i {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
    transition: 200ms ease all;
}

.search .search_panel {
    position: absolute;
    top: 100%;
    right: 0px;
    display: none;
    overflow: hidden;
    padding: 15px;
    color: #fff;
    z-index: 99;
}

.search .search_panel input[type=text] {
    border: none;
    padding: 8px;
    box-sizing: border-box;
    margin: 0;
    font-size: 16px;
    transition: 200ms ease all;
    border-radius: 0px;
}

.search .search_panel input[type=text]:focus {
    outline: none;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .55);
}

.search .search_panel .SearchButton {
    text-decoration: none;
    color: #fff;
    padding: 11px 13px;
    background: #003d46;
}

.searchInputContainer a.dnnSearchBoxClearText {
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.searchSkinObjectPreview {
    display: none !important;
}

#level1 .content {
    display: flex;
}

.dnnSearchResultPanel,
.dnnSearchBoxPanel {
    max-width: 100%;
}

.dnnSearchResultAdvancedTip {
    opacity: 0;
}

.dnnSearchResultItem-Others {
    display: none;
}

/*------------------------------------------------*/
/* Show Ad Blocker Message */
/*------------------------------------------------*/
#gGZovFUWuLVS {
    display: none;
    padding: 20px 10px;
    background: #D30000;
    text-align: center;
    font-weight: bold;
    color: #fff;
    margin-top: 0;
}

#hsb_rotator {
    position: relative;
    width: 100vw;
    height: 33vw;
    font-family: 'Raleway';
    background: rgba(255, 78, 0, 1);
    max-height: 500px;
}

#hsb_rotator .hsb_slide {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

#hsb_rotator .hsb_slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 78, 0, .7);
    z-index: 1;
}

#hsb_rotator .hsb_slide>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    text-indent: -999px;
    right: 0;
    bottom: 0;
}

#hsb_rotator .hsb_slide_wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    z-index: 4;
    position: relative;
    pointer-events: none;
}

#hsb_rotator .hsb_slide .hsb_slide_image {
    display: none;
}

#hsb_rotator .hsb_slide .hsb_edit_link {
    display: none;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 4;
    color: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
    align-items: center;
    font-size: 30px;
    pointer-events: all;
}

#hsb_rotator .hsb_slide .hsb_edit_link a {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    display: block;
}

.dnnEditState #hsb_rotator .hsb_slide .hsb_edit_link {
    display: flex;
}

#hsb_rotator .hsb_slide .hsb_edit_link img {
    display: none;
}

#hsb_rotator .hsb_slide .hsb_main_text,
#hsb_rotator .hsb_slide .hsb_sub_text {
    flex: 1 0 100%;
    text-align: center;
    color: #fff;
    width: 100%;
}

#hsb_rotator .hsb_slide .hsb_main_text h1 {
    color: #fff;
    font-size: 46px;
    font-weight: 100;
}

#hsb_rotator .hsb_slide .hsb_sub_text {
    font-size: 32px;
}

#hsb_rotator_nav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    text-align: center;
}

#hsb_rotator_nav .nav {
    height: 13px;
    width: 13px;
    background: #fff;
    border-radius: 50%;
    margin: 0 3px;
    transition: 200ms ease all;
    display: inline-block;
    cursor: pointer;
}

#hsb_rotator_nav .nav:hover {
    opacity: .7;
}

#hsb_rotator_nav .nav.active {
    background: #ffb18f;
}

div[id*=_placeholderAction] {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 4;
}



/*------------------------------------------------*/
/* Level 3 */
/*------------------------------------------------*/
#level3 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#006a79+0,00798a+100 */
    background: rgb(0, 106, 121);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0, 106, 121, 1) 0%, rgba(0, 121, 138, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 106, 121, 1) 0%, rgba(0, 121, 138, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 106, 121, 1) 0%, rgba(0, 121, 138, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006a79', endColorstr='#00798a', GradientType=0);
    /* IE6-9 */
}

/*------------------------------------------------*/
/* Level 4 */
/*------------------------------------------------*/
#level4 {
    background: #fff;
}

/** NewsArticles Latest/Archives Classes **/


#slideshow {
    width: 90%;
    float: left;
    margin: 0 5%;
    text-align: center;
    position: relative;
}

#slideshow .sNav {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 72px;
    color: #999;
    cursor: pointer;
    transition: 100ms ease all;
    padding: 0 10px;
}

#slideshow .sNav:hover {
    opacity: .8;
}

#slideshow .navRight {
    right: -50px;
}

#slideshow .navLeft {
    left: -50px;
}

#slideshow .slide_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#slideshow .slide_content {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .6s ease transform;
    -moz-transition: .6s ease transform;
    -ms-transition: .6s ease transform;
    -o-transition: .6s ease transform;
    transition: .6s ease transform;
}

#slideshow .slide {
    float: left;
    overflow: hidden;
}

#slideshow .slide_element {
    float: left;
    box-sizing: border-box;
    margin: 0;
    padding: 6px;
    position: relative;
    height: 86px;
}

#slideshow .slide_link {
    float: left;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#slideshow img {
    max-width: 100%;
    float: left;
}

#slideshow .slide_element .edit_link {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

#category_list {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}

#category_list li {
    width: 100%;
    border-top: 1px solid #ececec;
}

#category_list li a {
    width: 100%;
    text-decoration: none;
    color: #222;
    display: flex;
    align-items: center;
    padding: 6px 0;
    cursor: pointer;
}

#category_list li a:hover {
    background: #f7f7f7;
}

#category_list li:last-child {
    border-bottom: 1px solid #ececec;
}

#category_list li .count {
    background: #802833;
    color: white;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex: 0 1 32px;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
    padding: 5px 0;
    border-radius: 2px;
    margin-left: 5px;
}

#category_list li .category {
    flex: 0 1 auto;
    margin-left: 7px;
    font-size: 16px;
}

.hsb_calendar {
    width: 100%;
    box-sizing: border-box;
    padding-right: 40px;
}

.hsb_calendar h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 25px 0 10px 0;
    text-align: right;
}

.hsb_calendar h3:first-child {
    margin-top: 0;
    padding-top: 0;
}

.hsb_articles .clear {
    height: 20px;
}

.banner_ad {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 8px 0;
    position: relative;
}

.banner_ad img {
    max-width: 250px;
}

.article_ad,
.approve_articles tbody td {
    position: relative;
    margin-bottom: 0;
    border-bottom: 1px solid #f1f1f1;
    padding: 9px;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.approve_articles tbody td {
    display: table-cell;
}

.article_ad:hover {
    background: #f7f7f7;
}

.article_ad:last-child,
.approve_articles tbody td:last-child {
    border-bottom: none;
}

.article_ad span {
    color: #007080;
    text-decoration: underline;
}

.article_ad>a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
}

.article_ad .flex {
    align-items: center;
}

.article_ad .article_title {
    color: #555;
    font-size: 42px;
}

.article_ad .article_image {
    width: 250px;
    height: 75px;
    background-size: cover;
    margin-left: auto;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
}

.article_ad .articleEdit,
.approve_articles .articleEdit,
.banner_ad .articleEdit {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
    height: 26px;
    width: 26px;
    background: #ff6b34;
    box-sizing: initial;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    margin-right: 5px;
    font-size: 15px;
    display: flex;
    border-radius: 50%;
}

.article_ad .dates {
    white-space: nowrap;
    color: #333;
}

.banner_ad .articleEdit {
    right: none;
    left: 0;
}

.article_ad .articleEdit:hover,
.approve_articles .articleEdit:hover,
.banner_ad .articleEdit:hover {
    background: #D85A2B
}

.article_ad .articleEdit a,
.approve_articles .articleEdit a,
.banner_ad .articleEdit a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.article_ad .articleEdit img,
.approve_articles .articleEdit img,
.banner_ad .articleEdit img {
    display: none;
}

.article_ad .articleEdit i,
.approve_articles .articleEdit i,
.banner_ad .articleEdit i {
    position: relative;
    top: -1px;
}

.approve_articles td,
.approve_articles tr,
.approve_articles {
    border-collapse: collapse;
    border-spacing: 0px;
}

.approve_articles tbody td {
    width: auto;
    float: none;
    padding: 2px;
}

.approve_articles .article_approve input {
    width: 18px;
    height: 18px;
    margin: 8px 0 0 0;
    box-shadow: none;
    border: 2px solid #ff6b34;
}

.approve_articles .article_date {
    font-size: 14px;
    font-weight: bold;
}


.na_latest .full {
    width: 100%;
    padding: 9px 0;
    margin: 0 0 0 0;
    border-bottom: 1px solid #f1f1f1;
}

/*Pagination*/
.PagingTable {
    margin-top: 20px;
    float: left;
}

.PagingTable td {
    width: auto !important;
}

.PagingTable tr {
    display: flex;
    flex-direction: column;
}

.PagingTable td span,
.PagingTable td a {
    display: inline-block;
    background: #802833;
    border-radius: 10px;
    color: white;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.PagingTable td span {
    background: gray;
}

#ad_pager {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

#ad_pager_prev {
    margin-left: 0;
}

#ad_pager_next {
    margin-right: 0;
}

.ad_pager_button,
#ad_pager_prev,
#ad_pager_next {
    display: inline-block;
    background: #802833;
    border-radius: 10px;
    color: white;
    padding: 16px 16px;
    margin: 10px;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
    min-width: 50px;
    text-align: center;
}

.ad_pager_button:hover {
    color: white;
}

.ad_pager_button.disabled,
#ad_pager_prev.disabled,
#ad_pager_next.disabled {
    background: gray;
}

/*------------------------------------------------*/
/* Footer */
/*------------------------------------------------*/
footer {
    padding: 0 0;
}

footer a,
footer a:link,
footer a:visited,
footer a:active {
    text-decoration: underline;
}

footer a:hover {
    text-decoration: none;
}

footer .LoginLink {
    margin-left: 8px;
    border-left: 1px solid #d7d7d7;
    padding-left: 8px;
}

footer .content {
    border-top: 1px solid #d7d7d7;
    padding: 20px 0;
}

/*------------------------------------------------*/
/* Popup */
/*------------------------------------------------*/
#popup {
    display: none;
    position: absolute;
    z-index: 1200;
}

#popup .fade {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

#popup h2 {
    margin: 0;
}

#popup .modal {
    position: fixed;
    top: 10%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    max-width: 600px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: 400ms ease all;
    display: none;
    z-index: 2;
}

#popup .modal-close {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 24px;
    color: #aaa;
    cursor: pointer;
}

#popup .modal-close:hover {
    color: #444;
}

#popup .modal-title,
#popup .modal-body {
    float: left;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

#popup .modal-title {
    border-bottom: 1px solid #ccc;
}

/*------------------------------------------------*/
/* Fonts */
/*------------------------------------------------*/

body,
input,
textarea,
select {
    font-size: 16px;
}

body,
select,
input,
option,
textarea,
.Normal {
    font-family: "proxima-nova", arial, helvetica !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.Head {
    font-family: "proxima-nova", arial, helvetica !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
    margin: 0 0 10px 0;
}

h1 {
    font-size: 40px;
    font-weight: 100;
    margin: 0 0 25px 0;
    color: #242424;
}

h2 {
    font-size: 30px;
    border: 0;
    margin: 0 0 15px 0;
    font-weight: 400;
    color: #802833;
}

h3 {
    color: #ff6b34;
}

h2.dnnFormSectionHead a,
.dnnFormSectionHead span {
    font-size: 24px;
}

h3,
h3 .Head {
    font-size: 26px;
    margin: 0 0 6px 0;
    font-weight: 400;
}

h4 {
    color: #007080;
    font-size: 20px;
}

h5 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}

.Head {
    margin: 0;
}

.dnnTreeLegend {
    background: transparent !important;
}


.Normal,
.NormalBold,
.NormalRed,
.NormalTextBox,
.NormalDisabled {
    font-size: 18px;
    line-height: 24px;
    color: #222;
    font-weight: 400;
}

#level3 .Normal {
    color: #fff;
}

em {
    font-style: italic;
    letter-spacing: 0;
}

strong {
    font-weight: bold;
}

small {
    font-size: 14px;
    letter-spacing: 0;
}

.NormalBold {
    font-weight: bold;
}


/*------------------------------------------------*/
/* Editor Styles */
/*------------------------------------------------*/

a.button_orange,
a.button_teal,
a.button_burgandy {
    border-radius: 8px;
    padding: 8px 17px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
    margin: 4px;
    text-decoration: none;
    min-width: 95px;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    transition: background 100ms ease;
    outline: none !important;
    display: inline-block;
}

a.button_orange {
    background: #ff6b34;
}

a.button_orange:hover {
    background: #D85A2B;
}

a.button_teal {
    background: #00798a;
}

a.button_teal:hover {
    background: #00535f;
    color: #fff;
}

a.button_burgandy {
    background: #802833;
}

a.button_burgandy:hover {
    background: #651F28;
}

a.button_orange:hover,
a.button_teal:hover,
a.button_burgandy:hover,
a.button_orange:active,
a.button_teal:active,
a.button_burgandy:active,
a.button_orange:focus,
a.button_teal:focus,
a.button_burgandy:focus {
    color: #fff;
    text-decoration: none;
    outline: none !important;
}

.slogan {
    font-size: 24px;
    font-weight: 100;
    line-height: 34px;
    padding: 0 60px;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Raleway';
}

.RightPane a.button_orange,
.RightPane a.button_teal,
.RightPane a.button_burgandy {
    box-sizing: border-box;
    width: 100%;
    border-radius: 3px;
    padding: 15px 0;
    font-size: 22px;
    margin: 0 0 10px 0;
}

/*------------------------------------------------*/
/* Module Options */
/*------------------------------------------------*/
.module_options {
    position: absolute;
    bottom: 100%;
    right: 65px;
    margin-bottom: -21px;
}

.module_edit_content,
.module_edit_content *,
.module_edit_settings,
.module_edit_settings *,
.module_content_settings,
.module_content_settings * {
    float: left;
}

.module_edit_content .module_edit_content {
    position: static;
}

.module_options a.CommandButton {
    color: #fff;
    text-decoration: none !important;
    font-size: 11px;
    background: #000;
    padding: 2px 9px 0px 9px;
    text-align: center;
    margin: 0 0 0 1px;
    font-weight: 400;
    text-transform: uppercase;
}

.module_options a.CommandButton:hover {
    background: #444;
}

.eipbackimg.containerTitle {
    margin-top: -2px;
    margin-left: -32px;
}

div[id$=titleLabel_tb].visible~span {
    margin-left: 32px;
    position: relative;
    left: -32px;
}

/*------------------------------------------------*/
/* Form Styles */
/*------------------------------------------------*/

input[type="text"],
select,
textarea,
input[type="email"],
input[type="search"],
input[type="password"],
.dnnFormItem input[type="text"],
.dnnFormItem select,
.dnnFormItem textarea,
.dnnFormItem input[type="email"],
.dnnFormItem input[type="search"],
.dnnFormItem input[type="password"] {
    padding: 8px;
    margin-bottom: 5px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 0px;
    border-radius: 3px;
    color: #333;
    font-size: 14px;
}

.FormTable {
    width: 100%;
}

.dnnFormItem input[type="text"],
.dnnFormItem select,
.dnnFormItem textarea,
.dnnFormItem input[type="email"],
.dnnFormItem input[type="search"],
.dnnFormItem input[type="password"],
.FormTable input[type="text"],
.FormTable textarea {
    font-weight: 400;
}

.FormTable input[type="text"],
.FormTable textarea,
.DynamicForms_MainPanel input[type="text"],
.DynamicForms_MainPanel [type="textarea"],
.DynamicForms_MainPanel [type="password"],
.DynamicForms_MainPanel textarea,
.dynamicforms_combobox,
.dynamicforms_textbox,
html body .riSingle input.riTextBox,
html body .riSingle input.riTextBox[type="text"] {
    padding: 12px;
    outline: none;
    font-size: 16px;
    border: 1px solid #878787;
    background: #fdfdfd;
    border-radius: 4px !important;
    outline: none;
}

.FormTable textarea {
    width: 94%;
    padding: 3%;
}

.FormTable input[type="text"]:focus,
.FormTable input[type="text"]:active,
.FormTable textarea:active,
.FormTable textarea:focus,
.DynamicForms_MainPanel input[type="text"]:active,
.DynamicForms_MainPanel [type="textarea"]:active,
.DynamicForms_MainPanel [type="password"]:active,
.DynamicForms_MainPanel textarea:active,
.DynamicForms_MainPanel select:active,
.FormTable textarea:active,
.DynamicForms_MainPanel input[type="text"]:focus,
.DynamicForms_MainPanel [type="textarea"]:focus,
.DynamicForms_MainPanel [type="password"]:focus,
.DynamicForms_MainPanel textarea:focus,
.DynamicForms_MainPanel select:focus {
    border: 1px solid #007080;
    outline: none;
}

.FormLabelCell {
    width: auto;
    width: 230px;
    padding: 0 0 25px 0;
}

.FormLabelCell>span {
    padding: 12px 0 0 0;
    float: left;
}

.FormSubmit {
    background: #ff6b34;
    color: #fff;
    font-size: 20px;
    padding: 8px 15px;
    outline: 0;
    cursor: pointer;
    border: none;
}

.FormSubmit:hover {
    background: #D85A2B;
}

.DynamicForms_MainPanel,
.DynamicForms_SaveFormDiv {
    float: left;
    width: 100%;
}

.DynamicForms_Label {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.DF-FieldRow {
    float: left;
    margin: 0 27px 25px 0;
    clear: none;
}

.DF-SameLineFalse {
    clear: both;
}

.dynamicforms_requiredfieldasterik {
    color: #cc0000;
    font-weight: bold;
    font-size: 24px;
}

.dnnPrimaryAction.dynamicforms_link,
.dnnSecondaryAction.dynamicforms_link {
    background: #007080;
    border: 0px;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 15px 25px;
    border-radius: 2px;
    outline: none;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, .2);
    transition: 100ms ease all;
}

.dnnSecondaryAction.dynamicforms_link {
    font-size: 14px;
    padding: 8px 12px;
    margin-top: 10px;
}

.dynamicforms_requiredfield,
.dynamicforms_regularexpression {
    margin: 5px 0 0 0;
    color: #cc0000;
    display: block;
    font-weight: bold;
}

.DynamicForms_SaveFormDiv p {
    text-align: center;
}

.dynamicforms_radiobutton>span,
.dynamicforms_checkboxlist>span {
    margin: 0 0 6px 0;
}

.dynamicforms_radiobutton label,
.dynamicforms_checkboxlist label {
    margin: 0 0 0 5px;
}

.DynamicForms_MainPanel input[readonly] {
    background: #eee;
}

tr[id*="rptCustomFields_trItem_14"],
tr[id*="rptCustomFields_trItem_15"],
tr[id*="rptCustomFields_trItem_16"] {
    display: none;
}

#Table1 tr {
    width: 50%;
    float: left;
    display: block;
}

select[id*='_lstCategories'] {
    height: 400px !important;
}

/*------------------------------------------------*/
/* Manual Styles */
/*------------------------------------------------*/

.manual-topic {
    float: left;
    width: 100%;
    margin: 0 0 28px 0;
    clear: both;
}

.manual-topic h2 {
    margin: 0 0 5px 0;
}

.manual-topic .Normal p {
    margin: 0 0 8px 0;
}

.manual-topic .Normal p:last-child {
    margin: 0;
}


td.subhead,
td.subhead div.dnnLabel {
    width: 100px !important;
}

#jquery-lightbox {
    max-width: 94%;
    margin: 0 3%;
}

#lightbox-container-image-box,
#lightbox-container-image-data-box {
    max-width: 100%;
    height: auto !important;
}


/*------------------------------------------------*/
/* Clear-fix for floated elements  */
/*------------------------------------------------*/
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clear_right {
    clear: right;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.full {
    width: 100%;
}

.half {
    width: 50%;
}


/*------------------------------------------------*/
/* DNN Module Styles */
/*------------------------------------------------*/
.DNNEmptyPane,
.ContentPane.white.DNNEmptyPane {
    padding: 0;
    margin: 0 !important;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    border: none;
}

.dnnEditState .DnnModule {
    opacity: 1;
}

.DnnModule {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
}

.DnnModule:last-child {
    margin-bottom: 30px;
}

.dig_admin_label,
.ServiceIcon {
    width: 135px !important;
}


/*------------------------------------------------*/
/* Mobile Styles */
/*------------------------------------------------*/

#mobile {
    display: none;
    background: #00798a;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .07);
}

#mobileLogo {
    float: left;
    height: 64px;
    box-sizing: border-box;
    padding: 12px;
    padding-right: 0px;
}

#mobileButton {
    font-size: 24px;
    text-align: right;
    padding: 20px 17px;
    float: right;
    box-sizing: border-box;
    background: transparent;
    color: #fff;
}

#search_mobile {
    margin-top: 16px;
    font-size: 28px;
}

#search_mobile i {
    color: #fff;
    text-shadow: none;
}

#search_mobile i:hover,
#search_mobile i:active,
#search_mobile i.active {
    color: #fff;
}

#mobileButton:active,
#mobileButton:focus,
#mobileButton.active,
#mobileNav {
    background: #333;
    color: #fff;
}

#mobileButton>div {
    display: inline-block;
}

#mobileButton .button_text {
    position: relative;
    top: -2px;
}

#mobileButton .font_icon {
    margin: 0 0 0 0px;
    font-size: 34px;
    line-height: 34px;
}

#mobileNav {
    margin: 0;
    padding: 0;
    max-width: 400px;
    width: 100%;
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    overflow: hidden;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .45);
}

#mobileNav a {
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
    float: left;
    width: 100%;
    float: left;
}

#mobileNav ul,
#mobileNav li {
    float: left;
    width: 100%;
    list-style: none;
    list-style-type: none;
    margin: 0;
    position: relative;
}

#mobileNav ul {
    display: none;
}

#mobileNav>li>a,
#mobileNav>li>span {
    padding: 15px;
    font-size: 20px;
}

#mobileNav>li {
    border-top: 1px solid #454545;
}

#mobileNav>li:first-child {
    border-top: none;
}

#mobileNav>li a:active,
#mobileNav>li a:focus,
#mobileNav li>.sub-menu.active,
#mobileNav li>.sub-menu:active,
#mobileNav li>.sub-menu:focus,
#mobileNav>li>ul {
    background: #454545;
}

#mobileNav>li>ul {
    padding: 0 0;
}

#mobileNav>li>ul>li {
    border-bottom: 1px solid #565656;
}

#mobileNav>li>ul>li:last-child {
    border-bottom: none;
}

#mobileNav>li>ul>li>a {
    padding: 12px 10px 12px 20px;
    font-size: 18px;
}

#mobileNav>li>ul>li>ul {
    background: #565656;
    padding: 0;
}

#mobileNav>li>ul>li>ul>li {
    border-bottom: 1px solid #676767;
}

#mobileNav>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

#mobileNav>li>ul>li>ul>li>a {
    padding: 10px 10px 10px 30px;
    font-size: 16px;
}

#mobileNav .sub-menu {
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    height: 18px;
    width: 20px;
    padding: 15px 14px;
    font-size: 24px;
    z-index: 2;
    cursor: pointer;
}

#mobileNav .sub-menu span {
    display: block;
    -webkit-transition: 100ms ease all;
    -moz-transition: 100ms ease all;
    -ms-transition: 100ms ease all;
    -o-transition: 100ms ease all;
    transition: 100ms ease all;
}

#mobileNav .sub-menu.active span {
    transform: rotate(45deg);
}

#mobileNav ul>li>.sub-menu {
    height: 16px;
    padding: 13px 10px;
    font-size: 20px;
}

@media only screen and (max-width: 1200px) {
    #gGZovFUWuLVS {
        margin-top: 64px;
    }

    * {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    img {
        max-width: 100%;
        max-height: 100%;
        height: auto !important;
    }

    .level {
        padding: 0;
    }

    .content,
    .container,
    header .container {
        width: 100%;
        float: left;
        padding: 0;
    }

    .content {
        padding: 0 20px;
    }

    .DnnModule {
        margin: 20px 0 0 0;
    }

    .DnnModule:last-child {
        margin-bottom: 20px;
    }

    #mobile {
        display: block;
    }

    /** display nones **/
    header,
    .secondaryNav,
    #level1,
    footer .LoginLink {
        display: none;
    }

    #dnn_ButtonPane {
        position: static;
        text-align: center;
        margin-top: 64px;
    }

    #dnn_ButtonPane .DnnModule:last-child {
        margin: 20px 0;
    }

    #dnn_ButtonPane p {
        margin: 0;
    }

    a.button_orange,
    a.button_teal,
    a.button_burgandy {
        float: none;
    }

    #level2 {
        margin-top: 64px;
    }

    #level1 .content {
        flex-flow: row wrap;
    }


    #level1 .TopMenuPane .button_orange_big,
    #level1 .TopMenuPane .button_blue_big {
        width: 48%;
        margin: 0 1% 1% 1%;
    }

    .TopImagePane,
    .TopMenuPane {
        flex: 1 100%;
        width: 100%;
        margin: 0;
    }

    .TopImagePane {
        order: 1;
    }

    .TopMenuPane {
        order: 2;
    }

    .TopMenuPane .DnnModule {
        margin-top: 0px;
    }

    #level1 .TopImagePane h1 {
        font-size: 32px;
        bottom: 0;
        left: 0;
        right: 0;
    }

    #level1 .TopImagePane h1 .Head {
        width: 100%;
        text-align: center;
    }

    #featured .featured_content .featured_title {
        font-size: 18px;
        line-height: 22px;
        padding: 10px 5px;
    }

    .InformationPane {
        width: 100%;
        clear: both;

    }

    .LogoPane {
        margin-bottom: 20px;
    }

    .LogoPane img {
        margin: 10px;
    }

    .slogan {
        font-size: 26px;
        line-height: 30px;
        padding: 0;
    }

    #hsb_rotator .hsb_slide .hsb_sub_text {
        font-size: 24px;
        line-height: 32px;
    }

    #hsb_rotator .hsb_slide .hsb_main_text h1 {
        font-size: 32px;
        line-height: 1.3;
    }

    footer .content {
        padding: 20px;
    }

    #level5 .secondaryNav {
        width: 100%;
    }

    #level5 .InformationPane {
        width: 100%;
    }

    .slogan {
        font-size: 22px;
        line-height: 28px;
        padding: 0;
    }

    .flex {
        display: block;
    }

    .flex .RightPane,
    .flex .LeftPane {
        width: 100%;
        flex: none;
        float: left;
        clear: both;
        margin: 0;
        padding: 0px;
    }

    .DnnModule {
        margin: 15px 0 0 0;
    }

    .DnnModule:last-child {
        margin-bottom: 15px;
    }

    .InformationPane {
        float: right;
        width: 60%;
        padding: 20px 0 0 0;
    }

    .hsb_articles {
        padding: 0px;
    }

    h1 {
        font-size: 30px;
    }

    #hsb_rotator .hsb_slide .hsb_main_text h1 {
        font-size: 30px;
    }

    #hsb_rotator_nav {
        display: none;
    }
}

@media only screen and (max-width: 768px) {

    .InformationPane table tr,
    .InformationPane table td {
        display: block;
        width: 100% !important;
        float: left;
        clear: both;
    }

    .InformationPane table iframe {
        width: 100% !important;
    }

    .ad-content {
        max-height: 80px;
        font-size: 10px;
    }

    /*This below is to make the tables look better on mobile. -Philip J */
    .DnnModule-DNN_HTML table td {
        line-height: normal;
        font-size: 10px;
    }

}

@media only screen and (max-width: 600px) {
    .slogan {
        font-size: 18px;
        line-height: 26px;
        padding: 0;
    }

    #level1 .TopMenuPane .button_orange_big,
    #level1 .TopMenuPane .button_blue_big {
        font-size: 28px;
        padding: 18px 14px;
    }

    #level1 .TopImagePane h1 {
        font-size: 24px;
    }

    #hsb_rotator .hsb_slide .hsb_main_text h1 {
        font-size: 24px;
    }

    #level1 .TopImagePane h1 .Head {
        padding: 10px;
    }

    .DynamicForms_MainPanel .DF-FieldRow {
        margin: 0 0 15px 0;
        padding: 0;
        width: 100%;
    }

    .DynamicForms_MainPanel .DF-FieldRow input,
    .DynamicForms_MainPanel .DF-FieldRow textarea,
    .DynamicForms_MainPanel .DF-FieldRow select {
        box-sizing: border-box;
        max-width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    #slideshow .navRight {
        right: -40px;
    }

    #slideshow .navLeft {
        left: -40px;
    }
}

@media only screen and (max-width: 450px) {

    #level1 .TopMenuPane .button_orange_big,
    #level1 .TopMenuPane .button_blue_big {
        width: 100%;
        margin: 0 0 10px 0;
        font-size: 24px;
        padding: 14px 10px;
    }

    #featured .featured_wrapper {
        flex-flow: row wrap;
    }

    #featured .featured_wrapper .featured_item {
        margin-bottom: 20px;
    }

    #featured .featured_wrapper .featured_item:last-child {
        margin: 0;
    }

    footer .left,
    footer .right {
        float: left;
        width: 100%;
        text-align: center;
    }

    footer .right {
        margin-top: 10px;
    }

    .FormTable td,
    FormTable tr {
        display: block;
        float: left;
        clear: both;
    }

    .FormLabelCell {
        padding: 0 0 8px 0;
    }

    .FormControlCell,
    .FormControlCell textarea,
    .FormControlCell input,
    .FormControlCell select {
        width: 100%;
    }

    .FormControlCell textarea,
    .FormControlCell input,
    .FormControlCell select {
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 350px) {

    #level1 .TopImagePane h1 {
        font-size: 18px;
    }

    #hsb_rotator .hsb_slide .hsb_main_text h1 {
        font-size: 18px;
    }

    #level1 .TopImagePane h1 .Head {
        padding: 8px;
    }
}


.ui-timepicker-wrapper {
    overflow-y: auto;
    height: 150px;
    width: 7.2em;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    outline: none;
    z-index: 10001;
    margin: 0;
    padding: 6px;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
    width: 13em;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
    width: 12em;
}

.ui-timepicker-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ui-timepicker-duration {
    margin-left: 5px;
    color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
    color: #888;
}

.ui-timepicker-list li {
    padding: 3px 0 3px 5px;
    cursor: pointer;
    white-space: nowrap;
    color: #000;
    list-style: none;
    margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
    background: #fff;
    color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
    background: #007080;
    color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
    color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
    color: #888;
    cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
    background: #f2f2f2;
}

#ui-datepicker-div {
    background: white;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: relative;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}

#ui-datepicker-div .ui-datepicker-header {
    width: 100%;
    position: Relative;
    margin: 0 0 5px 0;
}

#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
    color: #000;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}


#ui-datepicker-div .ui-datepicker-prev.ui-state-disabled,
#ui-datepicker-div .ui-datepicker-next.ui-state-disabled {
    opacity: .3;
}

#ui-datepicker-div .ui-datepicker-next {
    right: 0px;
    left: auto;
}

#ui-datepicker-div .ui-datepicker-prev:hover,
#ui-datepicker-div .ui-datepicker-next:hover {
    text-decoration: underline;
}

#ui-datepicker-div .ui-datepicker-title {
    text-align: center;
}

#ui-datepicker-div .ui-datepicker-calendar {
    border-collapse: collapse;
    border-spacing: 0px;
}

#ui-datepicker-div .ui-datepicker-calendar tbody td {
    text-align: center;
}

#ui-datepicker-div .ui-datepicker-calendar thead {
    color: #777;
    font-size: 14px;
}

#ui-datepicker-div .ui-datepicker-calendar thead th {
    padding-bottom: 8px;
}

#ui-datepicker-div .ui-datepicker-calendar tbody td {
    color: #bbb;
    font-size: 14px;
    width: 25px;
    height: 24px;
    background: transparent;
    border-radius: 3px;
}

#ui-datepicker-div .ui-datepicker-calendar tbody td[data-handler="selectDay"] {
    color: #000;
    font-weight: 600;
}

#ui-datepicker-div .ui-datepicker-calendar tbody td[data-handler="selectDay"]:hover,
#ui-datepicker-div .ui-datepicker-calendar tbody td[data-handler="selectDay"].ui-datepicker-current-day {
    background: #ececec;
    cursor: pointer;
}

#ui-datepicker-div .ui-datepicker-calendar tbody td.ui-datepicker-today,
#ui-datepicker-div .ui-datepicker-calendar tbody td.ui-datepicker-today:hover {
    background: #007080;
}

#ui-datepicker-div .ui-datepicker-calendar tbody td.ui-datepicker-today[data-handler="selectDay"] a {
    color: #fff;
    text-decoration: none;
}

#ui-datepicker-div .ui-datepicker-calendar tbody td[data-handler="selectDay"] a {
    color: #000;
    text-decoration: none;
}

@media print {

    body,
    .Normal {
        font-size: 14px !important;
    }

    #level2,
    #level3,
    .LeftPane,
    .RightPane,
    nav,
    .ButtonPane,
    header .social,
    #search,
    .LoginLink,
    #button_print {
        display: none;
    }

    header,
    header .content {
        text-align: center;
        justify-content: center;
        align-items: center;
    }



    header .logo {
        display: inline-block;
        float: none;
    }

    footer .content>div {
        float: left;
        width: 100%;
        text-align: center;
    }

    footer .content .right {
        margin-top: 15px;
    }
}