/* -- CSS RESET STYLES (r2) -- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    line-height: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
object {
    display: block;
}


/* -- CORE DOCUMENT STYLES -- */

*,
*:before,
*:after {
    box-sizing: border-box;
}
html {
    height: 100%;
    margin: 0;
    font-family: Arial;
    color: #000000;
    background-color: #FFFFFF;
}
body {
    min-height: 100%; /* forces scrollbar for consistant width */
    background: transparent none scroll repeat 0 0;
    text-align: center;
    vertical-align: top;
    position: relative;
    padding: 0;
    z-index: 2;
}
strong, b {
    font-weight: bold;
}
em, i {
    font-style: italic;
}
u {
    text-decoration: underline;
}
a {
    color: #000000;
    cursor: pointer;
    _cursor: hand;
    text-decoration: none;
}
p {
    text-align: left;
}
div {
    text-align: center;
}
* div {
    text-align: inherit;
}
pre {
    display: block;
    margin: 0 auto;
    text-align: left;
    max-height: 500px;
    overflow: auto;
    background-color: #FFFFFF;
    color: #000000;
    text-shadow: none;
    padding: 10px;
    clear: both;
    font-size: 12px;
    line-height: 16px;
}

/* Fix the auto-font resizing on iOS devices */
@media screen and (max-device-width: 480px){
    body{
        -webkit-text-size-adjust: none;
    }
}


/* -- SOCIAL ICON STYLES -- */

.header .social_16x16,
.nav .social_16x16,
.page .text_social_16x16 .social_icon,
.footer .text_social_16x16 .social_icon {
    line-height: 16px;
}
.header .social_32x32,
.nav .social_32x32,
.page .text_social_32x32 .social_icon,
.footer .text_social_32x32 .social_icon {
    line-height: 32px;
}
.header .social_64x64,
.nav .social_64x64,
.page .text_social_64x64 .social_icon,
.footer .text_social_64x64 .social_icon {
    line-height: 64px;
}
.header .social_16x16 .social_icon,
.nav .social_16x16 .social_icon,
.page .text_social_16x16 .social_icon .icon_span,
.footer .text_social_16x16 .social_icon .icon_span { /* updated 2020/03/04 */
  width: 16px;
  height: 16px;
  background: transparent url(<?= $this_website['website_assets']['social_icons']['16x16'].'?'.TEMPLATE_MODIFIED ?>) scroll no-repeat 0 0;
}
.header .social_32x32 .social_icon,
.nav .social_32x32 .social_icon,
.page .text_social_32x32 .social_icon .icon_span,
.footer .text_social_32x32 .social_icon .icon_span { /* updated 2020/03/04 */
  width: 32px;
  height: 32px;
  background: transparent url(<?= $this_website['website_assets']['social_icons']['32x32'].'?'.TEMPLATE_MODIFIED ?>) scroll no-repeat 0 0;
}
.header .social_64x64 .social_icon,
.nav .social_64x64 .social_icon,
.page .text_social_64x64 .social_icon .icon_span,
.footer .text_social_64x64 .social_icon .icon_span {
  width: 64px;
  height: 64px;
  background: transparent url(<?= $this_website['website_assets']['social_icons']['64x64'].'?'.TEMPLATE_MODIFIED ?>) scroll no-repeat 0 0;
}


/* -- CONTENT STYLES -- */

.content {

}
.page {

}

.content .content_hidden {
    position: absolute;
    left: -100000px;
    top: -100000px;
}
.content .header_block {
    display: block;
    margin: 0 auto 0 0;
    overflow: hidden;
    padding-bottom: 10px;
}
.content .body_block {
    display: block;
    margin: 0 auto 0 0;
    overflow: hidden;
    padding-bottom: 15px;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content .text_title {
    display: block;
    margin: 0 auto 10px 0;
    font-size: 120%;
    line-height: 120%;
    font-weight: bold;
    text-align: left;
    background-color: transparent;
    background-position: left center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    clear: both;
}
.content h1.subtitle,
.content h2.subtitle,
.content h3.subtitle,
.content h4.subtitle,
.content h5.subtitle,
.content h6.subtitle,
.content .text_title.subtitle {
    font-size: 110%;
    line-height: 110%;
}
.float_sidebar h1,
.float_sidebar h2,
.float_sidebar h3,
.float_sidebar h4,
.float_sidebar h5,
.float_sidebar h6,
.float_sidebar .text_title {
    line-height: 140%;
}
.page div,
.page p,
.page ul,
.page ol,
.content .text_summary,
.content_editor div,
.content_editor p,
.content_editor ul,
.content_editor ol {
    display: block;
}
.body_block p,
.body_block ul,
.body_block ol,
.content .body_block .text_summary,
.content_editor p,
.content_editor ul,
.content_editor ol {
    margin: 0 auto 10px 0;
    text-align: left;
}
.content_editor p:not([class]) {
    margin: 0 auto 10px 0;
}
.content_editor div:not([class]) {
    margin: 0 auto 10px 0;
}
.content .text_summary,
.content .header_block p,
.content .body_block p {
    font-size: 100%;
    line-height: 140%;
}
.content .text_summary.subtext,
.content .header_block p.subtext,
.content .body_block p.subtext {
    font-size: 80%;
    line-height: 140%;
}
.float_sidebar {
    display: block;
    overflow: hidden;
    position: relative;
    min-height: 300px;
    box-sizing: content-box;
}
.content hr,
.content .line_divider {
    display: block;
    clear: both;
    margin: 20px auto;
    background-color: transparent;
    color: transparent;
    border: 0 none transparent;
    border-bottom-width: 1px;
}
.content hr.hidden {
    visibility: hidden;
}
.content hr.solid {
    border-style: solid;
}
.content hr.dotted {
    border-style: dotted;
}

.content .clear_header {
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 0;
}
.content .clear_body {
    display: block;
    clear: both;
    overflow: hidden;
}
.content .clear_body:after {
    content: " ";
    display: block;
    clear: both;
    height: 0px;
}
.content .float_body {
    display: block;
    float: left;
    box-sizing: content-box;
    overflow: hidden;
    margin-bottom: 15px;
}
.content .float_body_left {
    float: left;
}
.content .float_body_right {
    float: right;
}
.page .float_sidebar {
    display: block;
    float: right;
    box-sizing: content-box;
    overflow: hidden;
    margin-bottom: 15px;
}
.content .float_sidebar_left {
    float: left;
}
.content .float_sidebar_right {
    float: right;
}
.content .float_sidebar .sidebar_widget {
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom-width: 1px;
}
.content .float_sidebar .sidebar_widget:last-child {
    border-bottom: 0 none transparent;
    margin-bottom: 0;
    padding-bottom: 0;
}
.content .float_sidebar .sidebar_widget > div:last-child,
.content .float_sidebar .sidebar_widget p:last-child,
.content .float_sidebar .sidebar_widget ul:last-child,
.content .float_sidebar .sidebar_widget li:last-child {
    margin-bottom: 0;
}
.content .body_block .replace,
.content .float_body .replace,
.content .float_sidebar .replace {
    visibility: hidden;
}

.content .header_block {
    display: block;
    margin: 0 auto 0 0;
    overflow: hidden;
    padding-bottom: 10px;
}
.content .body_block {
    display: block;
    margin: 0 auto 0 0;
    overflow: hidden;
    padding-bottom: 25px;
}
.content .body_sublinks {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: right;
    font-size: 80%;
    padding: 0 10px 10px;
}
.content .body_sublinks .top_link {

}
.content .body_sublinks .top_link:before {
    content: "\25b2";
    padding-right: 5px;
}

.content .image_gallery,
.content .image_block,
.content .frame_block,
.content iframe {
    display: block;
    margin: 0 0 18px 0;
    border-width: 1px;
    overflow: hidden;
}
.content iframe {
    border: 0 none transparent;
    margin: 0;
}
.content .image_gallery {
    overflow: hidden;
}
.content .image_gallery img {
    display: block;
    margin: 0;
    border: 0 none transparent;
}

.content hr,
.content .line_divider {
    border-color: #BABABA;
    border-style: dotted;
}
.content .image_border {
    border-color: #BABABA;
    border-style: solid;
}
.content .block_border {
    border-color: #BABABA;
    border-style: solid;
}
.content .highlight_block {
    border-color: #BABABA;
    background-color: #FFFFFF;
    border-style: dotted;
}
.content .inset_block {
    border-color: #BABABA;
    background-color: #E9E9E9;
    border-style: solid;
}
.content .button_border {
    border-color: #606060;
    background-color: #707070;
    border-style: solid;
    color: #FFFFFF;
}
.content .button_border:hover {
    background-color: #7F7F7F;
}
.content .no_content {
    display: block;
    margin: 20px auto;
    text-align: center;
    padding: 20px 10px;
    border: 0 none transparent;
    background-color: transparent;
    border-radius: 0.5em;
    background-clip: padding-box;
}
.content .no_content a {
    text-decoration: none;
}
.content .no_content a:hover {
    text-decoration: underline;
}
.content .no_content div,
.content .no_content p {
    text-align: center;
    margin: 0 auto 10px;
}
.content .no_content div:last-child,
.content .no_content p:last-child {
    margin-bottom: 0;
}

.content_editor,
.mceContentBody {
    position: static !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 10px !important;
    text-align: left !important;
    background-color: #FFFFFF !important;
    background-image: none !important;
    color: #000000 !important;
    border: 0 none transparent !important;
    border-radius: 0 !important;
    overflow: auto !important;
    min-height: 10px !important;
    height: auto !important;
}

.no-flash .flash-only {
        display: none;
}


/* -- WEBSITE BLOCK FORMS -- */

.content .block_form {

}
.content .block_form button.button,
.content .block_form input.button,
.content .block_form a.button {
    display: inline-block;
    width: auto;
    height: auto;
    cursor: pointer;
    padding: 3px 9px;
    box-sizing: border-box;
    border-radius: 0.3em;
    background-image: none;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: 0 0;
    background-color: #5C5C5C;
    border-width: 1px;
    border-style: solid;
    border-color: #3E3E3E;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    font-size: 100%;
    line-height: 100%;
    font-family: Arial;
}
.content .block_form input.button:hover,
.content .block_form a.button:hover {
    background-color: #6C6C6C;
}


/* -- MANUAL STATUS STYLES -- */

.status {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 100%;
}

.status:before {
    content: "";
    margin-right: 6px;
    line-height: 100%;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: transparent none scroll no-repeat 0 0;
    border: 0 none transparent;
    vertical-align: top;
}

.status.alert { color: #4b6f8e; }
.status.alert:before { background-image: url(TEMPLATE_BASE_WEBSITES_URL/images/icon_alert.png); }

.status.default { color: #5F5F5F; }
.status.default:before { background-image: url(TEMPLATE_BASE_WEBSITES_URL/images/icon_default.png); }

.status.error { color: #8a2222; }
.status.error:before { background-image: url(TEMPLATE_BASE_WEBSITES_URL/images/icon_error.png); }

.status.loading { color: #617388; }
.status.loading:before { background-image: url(TEMPLATE_BASE_WEBSITES_URL/images/icon_loading.png); }

.status.notice { color: #b8763b; }
.status.notice:before { background-image: url(TEMPLATE_BASE_WEBSITES_URL/images/icon_notice.png); }

.status.success { color: #2f6d2d; }
.status.success:before { background-image: url(TEMPLATE_BASE_WEBSITES_URL/images/icon_success.png); }

.status.unknown { color: #6C6C6C; }
.status.unknown:before { background-image: url(TEMPLATE_BASE_WEBSITES_URL/images/icon_unknown.png); }

.status.warning { color: #AA8640; }
.status.warning:before { background-image: url(TEMPLATE_BASE_WEBSITES_URL/images/icon_warning.png); }


/* -- TOP SCROLL BUTTON -- */

.topscroll {
    display: none;
    position: fixed;
    bottom: 0;
    right: 10px;
    width: 30px;
    height: 26px;
    border: 1px solid #161616;
    background-color: #262626;
    color: #b1b1b1;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding-top: 2px;
    border-radius: 6px 6px 0 0;
    opacity: 0.6;
    z-index: 900;
}
.topscroll:before {
    content: "\025b2";
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
.topscroll:hover {
    opacity: 1.0;
}

/* -- DISABLE ALL TRANSITIONS / ANIMATIONS -- */

.nofx,
.nofx * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}