
/* ------ Section 1 - Global Body, Font and Link Settings ------ */
body {
background-color: #fff; 
margin: 0;
padding: 0;
font-family: 'Lucida Sans Unicode','Lucida Grande',sans-serif;
color: #3f3f3f;
font-size: 85%;
}

a {
font-style:italic;
}

h1 {
color: #3f3f3f;
}

h2, h3, h4, h5, h6 {
margin-top: 20px;
}

h1 {
margin-top: 0px;
text-align: center;
color: #3f3f3f;
font-size: 180%;
}

h2 {
border-bottom: 1px solid #1d1c5e;
border-top: 1px solid #1d1c5e;
color: #3f3f3f;
font-size: 160%;
}

h3 {
border-bottom: 1px solid #1d1c5e;
border-top: 1px solid #1d1c5e;
color: #3f3f3f;
font-size: 130%;
}

h4, h5, h6 {
color: #3f3f3f;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', monospace;
}

img {
border: 0;
}

/* -- General Link Styling -- */

a,
a:visited {
color: #3e508f;
text-decoration: underline;
}

a:visited {
color: #3e508f;
}

a:hover {
color: red;
text-decoration: underline;
}

a img {
border: 0;
}

hr {
border-style:solid;
width: 75%;
}

/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
}

#Header {
width: 960px;
}

#Header .Liner {
position: relative;
padding: 1px 0;
min-height: 248px;
_height: 248px; /* IE6 min-height fix */
}

#ContentWrapper {
float: left;
}

#ContentColumn {
width: 560px;
margin: 0 200px 0 200px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#NavColumn {
float: left;
width: 200px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -960px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
}

#ExtraColumn {
float: left;
width: 200px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -200px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 960px;
}

#Footer .Liner {
padding: 8px 0;
}

.Liner {
padding: 10px;
*zoom: 1;
}

/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 10px auto;
}

#Header .Liner {
background: url(sd/image-files/header-image.jpg) no-repeat top left;
}

#Footer .Liner {
text-align: center;
font-size: 85%;
}

#NavColumn {
font-size: 90%;
color: #3f3f3f;
}

#ExtraColumn {
font-size: 90%;
}

#NavColumn h4 {
font-size: 90%;
color: #3f3f3f;
margin-top: 0;
}

#ExtraColumn h4 {
font-size: 90%;
color: #3f3f3f;
margin-top: 0;
}

/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
}

/* -- Nav Headers -- */

#PageWrapper .Navigation h3 { /* Nav Headers rules to prevent sitedesigner h3 inheritance */
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
font-size: 16px;
font-weight: bold;
font-style: normal;
color: #3F3F3F;
text-align: left;
background-color: #C0C6DC;
background-image: none;
border-width: 1px 0px 1px 0px;
border-style: solid none solid none;
border-color: #1D1C5E #3F3F3F #1D1C5E #3F3F3F;
margin: 20px 0px 15px 1px;
}
/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
margin-bottom: 3px;
_zoom:1; /* IE6 fix */
}

/* -- Navigation Link styles -- */

#PageWrapper div.Navigation a,
.Navigation a,
#PageWrapper div.Navigation a:visited,
.Navigation a:visited {
_zoom:1;
padding: 3px 0 3px 4px;
text-decoration: none;
display: block;     /*  this makes the whole box highlight rather than just the text */
border: 1px dotted #3e508f;
color: #3e508f;
}

#PageWrapper div.Navigation a:visited,
.Navigation a:visited {
color: #3e508f;
}

#PageWrapper div.Navigation a:hover,
.Navigation a:hover,
.Navigation a:active,
.Navigation a:focus {
border-style: solid;
border-color: #3e508f;
color: red;
}

table#PageWrapper .Navigation ul a {
min-width: 169px;
_width: 169px;
}

/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
border: 1px dotted #3e508f;
padding: 5px;
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: red;
}

/* -- Horizontal Text NavBar -- */

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
text-align: center;
}

.ExtraNav a,
.ExtraNav a:visited {
color: #3e508f;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.ExtraNav a:visited {
color: #3e508f;
}

.ExtraNav a:hover {
color: red;
text-decoration: underline;
}

#Header .ExtraNav {
font-size: 85%;
position: absolute;
top: 0;
right: 0;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
margin: 12px auto;
}

#Footer .ExtraNav a,
#Footer .ExtraNav a:visited {
color: #3e508f;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

#Footer .ExtraNav a:visited {
color: #3e508f;
}

#Footer .ExtraNav a:hover {
color: red;
text-decoration: underline;
}

/* ------ Section 6 - Boxes ------ */

#PageWrapper .CalloutBox p { /* SiteDesigner inheritance prevention */
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
font-size: 14px;
font-variant: normal;
color: #FFFFFF;
}

.CalloutBox {
background-color: #9ca6c6;
width: 85%;
margin: 18px auto 24px auto;
padding: 4px;
color: #fff;
font-weight: bold;
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
}

#PageWrapper .ReminderBox h4 { /* SiteDesigner inheritance prevention */
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
font-size: 14px;
font-weight: bold;
font-style: normal;
font-variant: normal;
color: #FFFFFF;
text-align: center;
border: 0;
margin: 0;
background: #3F3F3F;
}

#PageWrapper .ReminderBox p { /* SiteDesigner inheritance prevention */
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
font-size: 11px;
font-variant: normal;
color: #3F3F3F;
}

.ReminderBox {          
background-color: #e4e7f0;
width: 24%;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #3f3f3f;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #3f3f3f;
color: #fff;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: #fff;
border: 0;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter {
text-align: center;
clear: both;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
width: 160px;
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.ReturnToNavBox {
background-color: #fff;
width: 90%;
border-top: 1px solid #3f3f3f;
border-bottom: 1px solid #3f3f3f;
margin: 0 auto 12px auto;
padding: 8px;
}

/* -- FBI -- */

.formBarGraphBar {
border: 0;
background-color: #009;
}

/* -- What's New Block -- */

#PageWrapper .WhatsNew h2 { /* SiteDesigner inheritance prevention */
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
font-weight: bold;
font-style: normal;
font-variant: normal;
color: #FFFFFF;
border: 0;
background: #9CA6C6;
}

#PageWrapper .WhatsNew h3 { /* SiteDesigner inheritance prevention */
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
font-size: 17px;
font-weight: bold;
font-style: normal;
font-variant: normal;
text-align: left;
border: 0;
margin: 20px 0 0 0;
padding: 0;
background: none;
}

.WhatsNew {
border: 1px solid #9CA6C6;
margin: 1em 0;
position: relative;
}

#PageWrapper .WhatsNew img {
border: 0;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}

#PageWrapper .WhatsNew h2 {
margin: 0;
padding: 0.3em 24px 0.3em 4px;
_padding-right: 4px;
background: #9CA6C6;
line-height: 1.2;
font-size: 125%;
text-align: center;
color: #fff;
}

#PageWrapper .WhatsNew ol,
#PageWrapper .WhatsNew ul,
#PageWrapper .WhatsNew li {
margin: 0;
padding: 0;
list-style: none;
*zoom: 1;
}

#PageWrapper .WhatsNew ol {
margin: 0 10px;
overflow: hidden;
}

#PageWrapper .WhatsNew ol li {
display: block;
padding-bottom: 1px;
border-top: 1px solid #E4E7F0;
margin-top: -1px;
}

#PageWrapper .WhatsNew h3 {
font-size: 125%;
line-height: 1.2;
margin-bottom: 0;
border: 0;
}

.WhatsNew-time {
font-size: 75%;
color: #888;
margin-top: 0.5em;
}

.WhatsNew-more {
text-align: right;
margin: 1em 0;
}

.WhatsNew-subscribe {
position: absolute;
z-index: 2;
top: 0;
right: 0;
text-align: right;
_display: none;
}

.WhatsNew-icon {
padding: 4px 4px 2px;
}

#PageWrapper .WhatsNew-subscribe ul {
display: none;
padding: 2px 4px;
background: #9CA6C6;
}

#PageWrapper .WhatsNew-subscribe ul li {
display: block;
background-image: none;
}

#PageWrapper .WhatsNew-subscribe:hover ul {
display: block;
}

#PageWrapper .WhatsNew-subscribe ul img {
display: block;
padding: 2px 0;
}

.mobile #PageWrapper .WhatsNew h2 {
padding-right: 4px;
}

.mobile .WhatsNew-subscribe {
position: static;
}

.mobile .WhatsNew-icon {
display: none;
}

.mobile #PageWrapper .WhatsNew-subscribe ul {
display: block;
text-align: center;
}

.mobile #PageWrapper .WhatsNew-subscribe ul img {
display: inline-block;
}

.WhatsNewLeft {
float: left;
margin-right: 0.5em;
}

.WhatsNewRight {
float: right;
margin-left: 0.5em;
}

.WhatsNewCenter {
margin-left: auto;
margin-right: auto;
}

/* -- Blog -- */

.blogItItem {
margin: 18px 0;
border-bottom: 1px solid #ccc;
}

/* -- RSS Box -- */

.RSSbox {
background-color: #fff;
border: 0px solid #8f8fb3;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #3f3f3f;
line-height: 120%;
text-align: center;
margin-top:8px;
margin-bottom:8px;
}

.RSSbox ul,
.RSSbox ul li {
margin: 0;
padding: 0;
}

.RSSbox ul {
list-style-type: none;
clear: both;
}

.RSSbox ul li {
text-align: center;
}

.RSSbox ul li img {
border: 0;
padding: 1px 0;
}

/* -- Ezine -- */

.Ezine {
border:1px solid #666;
background:#fff;
padding:4px;
margin-top:8px;
margin-bottom:8px;
}

.Ezine table {
width:100%;
}

.Ezine td {
width: 50%;
text-align:center;
vertical-align:top;
}

.Ezine .EzineInputAbove {
width:100%;
}

.EzineInput input {
width:90%;
max-width: 350px;
}

td.EzineLabel {
text-align:right;
font-weight:bold;
}

td.EzineLabelAbove {
text-align:center;
}

.EzineDescription {
text-align: center;
}

.EzineDescription small {
font-size:90%;
}

/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

a .Caption {
color: inherit;
}

.CaptionLeft {
text-align: left;
}

.CaptionCenter {
text-align: center;
}

.CaptionRight {
text-align: right;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
display: block;
line-height: 150%;
margin-bottom:10px;
}

/* -- floats -- */

hr {
clear: both;
}

#PageWrapper .ImageBlockCenter {
margin: 1em 0;
}

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

/* -- ImageBlock -- */

.grid_block {
    table-layout: fixed;
}

/* overrides design CSS max-width: 100% for imgs */
div#PageWrapper img,
table#PageWrapper img {
    max-width: none;
}

/* none-JavaScript fix for too large images */
#PageWrapper .ImageBlock img,
#PageWrapper .ImageBlock .Caption {
    max-width: 100%;
}

/* IE9 and Chrome (~20) margin fix for block images with margin: auto */
.ImageBlock img {
    margin: 0;
}

#PageWrapper .ImageBlock {
    overflow: hidden;
    max-width: 100%;
}

#PageWrapper .ImageBlockLeft {
    float: left;
    text-align: center;
}

#PageWrapper .ImageBlockLeft img,
#PageWrapper .ImageBlockLeft .Caption {
    margin-right: 5px;
}

#PageWrapper .ImageBlockRight {
    float: right;
    text-align: center;
}

#PageWrapper .ImageBlockRight img,
#PageWrapper .ImageBlockRight .Caption {
    margin-left: 5px;
}

#PageWrapper .ImageBlockCenter {
    text-align: center;
}

#PageWrapper .ImageBlockCenter .Caption {
    margin-left: auto;
    margin-right: auto;
}

#PageWrapper .noalignment {
    float: left;
    max-width: 100%;
}

#PageWrapper .pinit {
    text-align: center;
}

#PageWrapper .FormBlockLeft .formwrapper {
    float: left;
    margin-right: 5px;
}

#PageWrapper .FormBlockRight .formwrapper {
    float: right;
    margin-left: 5px;
}

#PageWrapper .FormBlockCenter .formwrapper {
    margin-left: auto;
    margin-right: auto;
}

/* center Facebook like and comment widgets */
#PageWrapper .fb-like,
#PageWrapper .fb-comments {
    display: block;
    text-align:center;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* special classname for forms */
#PageWrapper .formbody td {
    padding: 2px;
}

#NavColumn .formbody input[type="text"],
#NavColumn .formbody textarea,
#NavColumn .formbody img {
    max-width: 172px;
}

#NavColumn .formbody img.captcha_img {
    margin-bottom: 10px;
}

/* remove graphical bullets in the C2 Thank you notifications section */
#notificationOptions,
#notificationOptions li {
    list-style-type: none;
}

.socializeIt,
.formbody,
.c2_invitation {
    margin-top: 12px;
    margin-bottom: 12px;
}

.googlePlusOne {
    margin-top: 8px;
    margin-bottom: 8px;
}

.with_images .othervisitors p {
    margin-left:56px;
}

.thumb_container {
    float:left;
    width:50px;
    height:50px;
    overflow:hidden;
    margin-top:3px;
}

.with_images .othervisitors .submission_thumbnail {
    width:100%;
}

.othervisitors {
    clear: both;
}

.othervisitors img {
    border: 0;
}

/* -- TOC -- */

.TOC dt {
font-weight: bold;
}
.TOC dd {
margin-bottom:20px;
}

/* ------ Section 8 - Table Layout Styles ----- */

table#PageWrapper {
border-collapse: collapse;
}

td#Header,
td#Footer,
td#NavColumn,
td#ContentWrapper,
td#ContentColumn,
td#ExtraColumn {
margin: 0;
float: none;
vertical-align: top;
}

td#ContentWrapper {
width: 560px;
}

td#NavColumn {
width: 200px;
}

td#ExtraColumn {
width: 200px;
}

/* ======================================================================= */
/* Mobilize It! CSS */
@media only screen and (max-device-width: 480px) {
    html {
        -webkit-text-size-adjust: none; /* prevent iOS from scaling text */
    }
}

html.landscape #ContentColumn { /* landscape mode */
    font-size: 125%;
    line-height: 1.3;
}

html.mobile .desktopOnly {
    display: none;
}

.mobileOnly {
    display: none;
}

html.mobile .mobileOnly {
    display: block;
}

html.mobile form > table {
    max-width: 100% !important;
    width: auto !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html.mobile #edit textarea {
    width: 100% !important;
}

html.mobile .InvShelpbox {
    left: 0 !important;
    width: 100% !important;
}

html.mobile #NotifyDiv  input[type="text"],
html.mobile .formbody input[type="text"],
html.mobile .comments input[type="text"],
html.mobile #NotifyDiv  textarea,
html.mobile .formbody textarea,
html.mobile .comments textarea,
html.mobile #NotifyDiv  select,
html.mobile .formbody select,
html.mobile .comments select {
    width: 90% !important;
}

html.mobile #pendingSubmission table {
    width: 100%;
}

html.mobile #PageWrapper img {
    max-width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html.mobile iframe {
    max-width: 100%;
}

#toolbar {
    display:none;
}

#toolbar {
    text-align: center;
    width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000;
    padding: 4px 2px;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
}

html.mobile #toolbar {
    display: table;
    padding: 0;
}

html.mobile #toolbarInnerWrapper {
    display: table-cell;
    vertical-align: middle;
    height: 35px;
}

html.mobile #toolbar button {
    width: 47.5%;
    font-size: 12px;
    padding: 0.3em;
}

html.android2 #toolbar button {
    background: #f7f7f7;
    border: 1px solid #2F4255;
    border-radius: 0.5em;
}

html.fullView #mobileBtn {
    width: 97%;
}

html.mobile #toTopBtn,
html.mobile #navBtn {
    width: 64.1%;
}

html.mobile #fullBtn {
    width: 31.1%;
    margin-right: 4px;
}

html.mobile #fullBtn,
html.mobile #navBtn {
    display: inline-block;
}

#fullBtn,
#navBtn,
#toTopBtn,
html.mobile #mobileBtn {
    display: none;
}

.iosbtnfix {
    height: 1000px;
    overflow: hidden;
}

.phantomHeaderImage {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

html.mobile,
html.mobile body {
    height: 100%;
}

html.mobile #PageWrapper {
    margin-top: 35px;
    text-align: center;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background-size: 100%;
    -webkit-overflow-scrolling: touch;
}

html.fullView #PageWrapper {
    margin-top: 65px;
}

html.mobile #Header,
html.mobile #Footer {
    width: 100%;
}

html.mobile #Header .Liner{
    background-size: 100%;
}

html.mobile #ContentWrapper {
    padding: 0;
    float: none;
    width: auto;
}

html.mobile #ContentColumn {
    width: auto;
}

html.mobile #ContentColumn,
html.mobile #NavColumn,
html.mobile #ExtraColumn {
    float: none;
    margin: 0;
}

html.mobile #NavColumn,
html.mobile #ExtraColumn {
    margin-top: 200px;
}

html.mobile #ContentColumn,
html.mobile #Header,
html.mobile #NavColumn,
html.mobile #ExtraColumn {
    text-align: left;
}

html.mobile #NavColumn,
html.mobile #ExtraColumn {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

html.mobile #Footer {
    position: absolute;
    top: 10000px;
    left: 0;
    overflow: hidden;
}

@media only screen and (max-width: 550px) {
    html.mobile .socializeIt,
    html.mobile .socializeIt img,
    html.mobile .socializeIt textarea {
        width: 100% !important;
    }

    html.mobile .socializeIt-2 > tbody > tr:first-child > td {
        width: 45%;
    }

    html.mobile .socializeIt-2 > tbody > tr:first-child > td:first-child {
        width: 10%;
    }
}

html.mobile blockquote {
    margin-left: 8%;
    margin-right: 8%;
}

/* hide elements in mobile view */
html.mobile .ExtraNav {
    display: none !important;
}

/* ======================================================================= */
/* design-specific modifications */

@media only screen and (max-width: 359px) { /* portrait mode => narrowed columns */
    html.mobile #NavColumn,
    html.mobile #ExtraColumn {
        width: 155px;
    }
}

@media only screen and (min-width: 360px) {
    html.mobile #NavColumn,
    html.mobile #ExtraColumn {
        width: 175px; /* original column width */
    }
}

@media only screen and (max-width: 399px) {
    /* resize squeezed side columns' content */
    html.mobile #NavColumn *,
    html.mobile #ExtraColumn * {
        max-width: 100%;
        background-size: 100%;
    }
}

@media only screen and (min-width: 400px) {
    html.mobile #NavColumn,
    html.mobile #ExtraColumn {
        width: 195px; /* original column width */
    }
}

html.mobile body,
html.mobile #PageWrapper {
    background: transparent;
}

html.mobile #ContentColumn .Liner {
    padding-left: 2%;
    padding-right: 2%;
}

html.mobile #NavColumn .Liner,
html.mobile #ExtraColumn .Liner {
    padding-top: 30px;
}

html.mobile #NavColumn .Liner {
    padding-left: 10px;
    padding-right: 5px;
}

html.mobile #ExtraColumn .Liner {
    padding-left: 5px;
    padding-right: 10px;
}

html.mobile #Footer .Liner {
    padding: 2%;
}

html.mobile .CalloutBox {
    padding: 1%;
}

/* ======================================================================= */
/* horizontal nav - base */

#PageWrapper div.HorizontalNavBar ul.root {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 auto;
    padding: 0;
    line-height: 18px;
    font-size: 16px;
}

#PageWrapper div.HorizontalNavBar ul ul {
    display: none;
    position: absolute;
    top: 27px;
    left: 1px;
    z-index: 2;
    margin: 0 0 0 -1px;
    padding: 0;
    *zoom: 1;
    background: #fff;
    width: 150px;
}

#PageWrapper div.HorizontalNavBar ul ul ul {
    top: 0;
    left: 150px;
    margin: 0 0 0 -2px;
    _top: 1px;
}

#PageWrapper div.HorizontalNavBar li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    float: left;
    white-space: nowrap;
    border: 0;
}

#PageWrapper div.HorizontalNavBar li.li1 {
    z-index: 1;
}

#PageWrapper div.HorizontalNavBar li.hover {
    z-index: 2;
}

#PageWrapper div.HorizontalNavBar li li {
    float: none;
    white-space: normal;
    border: 1px solid #fff;
    background: #fff;
    margin-top: -1px;
}

#PageWrapper div.HorizontalNavBar span.navheader,
#PageWrapper div.HorizontalNavBar a {
    display: block;
    padding: 4px 8px;
    text-decoration: none;
    _float: left;
}

#PageWrapper div.HorizontalNavBar ul ul span.navheader,
#PageWrapper div.HorizontalNavBar ul ul a {
    _float: none;
}

#PageWrapper div.HorizontalNavBar span.navheader {
    cursor: default;
    *zoom: 1;
    position: relative;
    padding-left: 18px;
}

#PageWrapper div.HorizontalNavBar ul ul span.navheader {
    padding-left: 8px;
    padding-right: 18px;
}

#PageWrapper div.HorizontalNavBar span.navheader ins {
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 2px;
    border: 6px solid #fff;
    border-bottom: 0;
}

#PageWrapper div.HorizontalNavBar ul ul span.navheader ins {
    left: auto;
    top: 50%;
    right: 2px;
    margin-top: -6px;
    border-bottom-width: 6px;
    border-bottom-style: solid;
}

#PageWrapper div.HorizontalNavBar li.hover ul,
#PageWrapper div.HorizontalNavBarCSS li:hover ul {
    display: block;
}

#PageWrapper div.HorizontalNavBar li.hover li ul,
#PageWrapper div.HorizontalNavBarCSS li:hover li ul {
    display: none;
}

#PageWrapper div.HorizontalNavBar li li.hover ul,
#PageWrapper div.HorizontalNavBarCSS li li:hover ul {
    display: block;
}

#PageWrapper div.HorizontalNavBar li li.hover li ul,
#PageWrapper div.HorizontalNavBarCSS li li:hover li ul {
    display: none;
}

#PageWrapper div.HorizontalNavBar li li li.hover ul,
#PageWrapper div.HorizontalNavBarCSS li li li:hover ul {
    display: block;
}

#PageWrapper div.HorizontalNavBar li li li.hover li ul,
#PageWrapper div.HorizontalNavBarCSS li li li:hover li ul {
    display: none;
}

#PageWrapper div.HorizontalNavBar li li li li.hover ul,
#PageWrapper div.HorizontalNavBarCSS li li li li:hover ul {
    display: block;
}

/* .wide */
#PageWrapper div.HorizontalNavBarWide ul.root {
    width: 100%;
    display: table;
}

#PageWrapper div.HorizontalNavBarWide li {
    display: table-cell;
    float: none;
    text-align: center;
}

#PageWrapper div.HorizontalNavBarWide li li {
    text-align: left;
    display: block;
}

/* alignment */
#PageWrapper div.HorizontalNavBarLeft,
#PageWrapper div.HorizontalNavBarLeft li {
    text-align: left;
}

#PageWrapper div.HorizontalNavBarCenter,
#PageWrapper div.HorizontalNavBarCenter li {
    text-align: center;
}

#PageWrapper div.HorizontalNavBarRight,
#PageWrapper div.HorizontalNavBarRight li {
    text-align: right;
}

#PageWrapper div.HorizontalNavBarCenter li li,
#PageWrapper div.HorizontalNavBarRight li li {
    text-align: left;
}

/* mobile */
html.mobile #PageWrapper div.HorizontalNavBar ul.root > li {
    z-index: 2;
}

html.mobile #PageWrapper div.HorizontalNavBar ul.root > li.hover {
    z-index: 3;
}

/* ======================================================================= */
/* horizontal nav - design */

#Header .Liner {
    position: relative;
}

#Header .HorizontalNavBar {
    width: 100%;
    position: absolute;
    bottom: 4%;
    left: 0;
}

html.mobile #Header .HorizontalNavBar {
    bottom: 4%;
}

#PageWrapper div.HorizontalNavBar ul.root {
    font-size: 12px;
    line-height: 14px;
}

#PageWrapper div.HorizontalNavBar ul ul {
    top: 23px;
}

#PageWrapper div.HorizontalNavBar li {
    background: transparent;
    border: 1px dotted #3E508F;
    margin-left: -1px;
}

#PageWrapper div.HorizontalNavBar li li {
    background: #fff;
    border-color: #3E508F;
    border-style: dotted;
    margin-left: 0;
}

#PageWrapper div.HorizontalNavBar span.navheader,
#PageWrapper div.HorizontalNavBar a {
    background: #fff;
    color: #3e508f;
    font-weight: normal;
}

#PageWrapper div.HorizontalNavBar span.hover,
#PageWrapper div.HorizontalNavBar span.navheader:hover,
#PageWrapper div.HorizontalNavBar a:hover {
    background: #fff;
    color: #f00;
}

#PageWrapper div.HorizontalNavBar ul ul {
    background: #fff;
    width: 180px;
    margin-left: -2px;
}

#PageWrapper div.HorizontalNavBar ul ul ul {
    left: 180px;
}

#PageWrapper div.HorizontalNavBar span.navheader ins {
    border-color: #fff;
    border-top-color: #3E508F;
}

#PageWrapper div.HorizontalNavBar ul ul span.navheader ins {
    border-color: #fff;
    border-left-color: #3E508F;
}

#PageWrapper div.HorizontalNavBar span.navheader:hover ins,
#PageWrapper div.HorizontalNavBar span.hover ins {
    border-color: #fff;
    border-top-color: #3E508F;
}

#PageWrapper div.HorizontalNavBar ul ul span.navheader:hover ins,
#PageWrapper div.HorizontalNavBar ul ul span.hover ins {
    border-color: #fff;
    border-left-color: #3E508F;
}

/* disable hover state on mobile */
html.mobile #PageWrapper div.HorizontalNavBar a:hover,
html.mobile #PageWrapper div.HorizontalNavBar span.navheader:hover {
    background: #fff;
    color: #3e508f;
}

html.mobile #PageWrapper div.HorizontalNavBar span.navheader:hover ins {
    border-color: #fff;
    border-top-color: #3E508F;
}

html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader:hover ins {
    border-color: #fff;
    border-left-color: #3E508F;
}
/***** C2 styles *****/
.c2Form {
    padding:8px;
    border:1px solid #ddd;
}

.InvShelp {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #ffc;
}

.InvShelpT {
    background:#ddd;
    padding:0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin:0px;
    padding:0px;
    text-align:left;
}

a:link.InvShelp {text-decoration:none; color:#000;}

.InvShelpbox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #ffc;
    padding: 2px;
    border: 1px solid #666;
}

.InvSquestions {
    font-weight:bold;
    font-size:14px;
    margin:0;
}

.titleInput {
    width:80%;
    padding-top:4px;
    margin:0;
}

.storyInput {
    width:98%;
    padding-top:4px;
    margin:0;
}

.otherText {
}

.dividerRule {
    border-top:1px solid #ddd;
}

/***** Blog It! styles *****/

.blogItItem .blogItThumbnail {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 150px;
}

.blogItItem .blogItReadMore {
    clear: both;
}

  /* additional styles */
  /* Responsive Grid Block  - start */

.responsive-row,
div[class*='responsive_grid_block-'] {
    overflow: hidden;
}

div[class*='responsive_col-'] {
    float: left;
    min-height: 1px;
    box-sizing: border-box;
}

.responsive_grid_block-12 div[class*='responsive_col-'] {
    width: 8.333%;
}

.responsive_grid_block-11 div[class*='responsive_col-'] {
    width: 9.0909%;
}

.responsive_grid_block-10 div[class*='responsive_col-'] {
    width: 10%;
}

.responsive_grid_block-9 div[class*='responsive_col-'] {
    width: 11.111%;
}

.responsive_grid_block-8 div[class*='responsive_col-'] {
    width: 12.5%;
}

.responsive_grid_block-7 div[class*='responsive_col-'] {
    width: 14.285%;
}

.responsive_grid_block-6 div[class*='responsive_col-'] {
    width: 16.666%;
}

.responsive_grid_block-5 div[class*='responsive_col-'] {
    width: 20%;
}

.responsive_grid_block-4 div[class*='responsive_col-'] {
    width: 25%;
}

.responsive_grid_block-3 div[class*='responsive_col-'] {
    width: 33.333%;
}

.responsive_grid_block-2 div[class*='responsive_col-'] {
    width: 50%;
}

@media only screen and (max-width: 768px) {
    .responsive_grid_block-12 div[class*='responsive_col-'] {
        width: 16.666%;
    }

    .responsive_grid_block-12 > .responsive-row > .responsive_col-7 {
        clear: left;
    }

    .responsive_grid_block-10 div[class*='responsive_col-'] {
        width: 20%;
    }

    .responsive_grid_block-10 > .responsive-row > .responsive_col-6 {
        clear: left;
    }

    .responsive_grid_block-9 div[class*='responsive_col-'] {
        width: 33.333%;
    }

    .responsive_grid_block-9 > .responsive-row > .responsive_col-4,
    .responsive_grid_block-9 > .responsive-row > .responsive_col-7 {
        clear: left;
    }

    .responsive_grid_block-8 div[class*='responsive_col-'] {
        width: 25%;
    }

    .responsive_grid_block-8 > .responsive-row > .responsive_col-5 {
        clear: left;
    }

    .responsive_grid_block-6 div[class*='responsive_col-'] {
        width: 33.333%;
    }

    .responsive_grid_block-6 > .responsive-row > .responsive_col-4 {
        clear: left;
    }

    .responsive_grid_block-4 div[class*='responsive_col-'] {
        width: 50%;
    }

    .responsive_grid_block-4 > .responsive-row > .responsive_col-3 {
        clear: left;
    }
}

@media only screen and (max-width: 447px) {

    .responsive_grid_block-12 div[class*='responsive_col-'] {
        width: 25%;
    }

    .responsive_grid_block-12 > .responsive-row > .responsive_col-5,
    .responsive_grid_block-12 > .responsive-row > .responsive_col-9 {
        clear: left;
    }

    .responsive_grid_block-12 > .responsive-row > .responsive_col-7 {
        clear: none;
    }

    .responsive_grid_block-8 div[class*='responsive_col-'],
    .responsive_grid_block-6 div[class*='responsive_col-'] {
        width: 50%;
    }

    .responsive_grid_block-8 > .responsive-row .responsive_col-3,
    .responsive_grid_block-8 > .responsive-row .responsive_col-5,
    .responsive_grid_block-8 > .responsive-row .responsive_col-7 {
        clear: left;
    }

    .responsive_grid_block-6 > .responsive-row > .responsive_col-3,
    .responsive_grid_block-6 > .responsive-row > .responsive_col-5 {
        clear: left;
    }

    .responsive_grid_block-6 > .responsive-row > .responsive_col-4 {
        clear: none;
    }

    .responsive_grid_block-11 div[class*='responsive_col-'],
    .responsive_grid_block-10 div[class*='responsive_col-'],
    .responsive_grid_block-7 div[class*='responsive_col-'],
    .responsive_grid_block-5 div[class*='responsive_col-'],
    .responsive_grid_block-4 div[class*='responsive_col-'],
    .responsive_grid_block-3 div[class*='responsive_col-'],
    .responsive_grid_block-2 div[class*='responsive_col-'] {
        width: 100%;
    }
}
/* Responsive Grid Block - end *//* Responsive AdSense Ads - start */

.AdSenseResponsiveBox {
width: 50%;
}

/* Responsive AdSense Ads - end *//* Ezine2 - start */

.Ezine2 {
    margin: 1em 0;
    padding: 0.5em;
    border: 1px solid #eee;
}

.EzineRow {
    padding: 0.5em 0;
}

.EzineVertical label {
    display: block;
}

.EzineHorizontal .EzineRow,
.EzineHorizontal label {
    display: inline-block;
}

.Ezine2 label,
.Ezine2 input[type="text"],
.Ezine2 input[type="email"],
.EzineButton {
    vertical-align: middle;
}

.Ezine2 input:focus[type="text"],
.Ezine2 input:focus[type="email"] {
    background-color: #ffffcc;
}

.EzineLeft {
    text-align: left;
}

.EzineCenter {
    text-align: center;
}

.EzineRight {
    text-align: right;
}

/* Ezine2 - end *//* Ezine2 fixes - start */

.EzineRow {
    max-width: 100%;
    box-sizing: border-box;
}

.Ezine2 label,
.Ezine2 input[type="text"],
.Ezine2 input[type="email"],
.EzineButton {
    max-width: 100%;
    box-sizing: border-box;
}

/* Ezine2 fixes - end *//* HR fix - start */

hr {
    clear: both;
}

/* HR fix - end *//* Socialize It! update - start */

@media only screen and (max-width: 550px) {
    .socializeIt,
    .socializeIt img,
    .socializeIt textarea {
        width: 100% !important;
    }

    .socializeIt td[rowspan="2"],
    .socializeIt td[rowspan="1"] {
        white-space: normal !important;
    }
}

@media only screen and (max-width: 450px) {
    .socializeIt .socialIcon {
        white-space: normal !important;
        text-align: center;
        display: block !important;
    }
    .socializeIt .socialIcon span {
        display: block !important;
    }
}

/* Socialize It! update - end *//* mobileOnly, desktopOnly - start */

html.mobile .desktopOnly {
    display: none !important;
}

.mobileOnly {
    display: none !important;
}

html.mobile .mobileOnly {
    display: block !important;
}

/* mobileOnly, desktopOnly - end *//* Mobilize It! pinit - start */

html.mobile #NavColumn .pinit > span,
html.mobile #ExtraColumn .pinit > span {
	background-size: 14px 14px;
}

/* Mobilize It! pinit - end */#PageWrapper .formwrapper .formBuilderForm-Throbber {
	border: 0;
}/* BEGIN =Text\Image Block - base */
.text_image_block {
    margin: 0.5em 0 0 0;
}

.text_image_not_floated.text_image_left .ImageBlock img {
    float: left;
}

.text_image_not_floated.text_image_right .ImageBlock img {
    float: right;
}

.text_image_not_floated.text_image_center .ImageBlock {
    text-align: center;
}

#PageWrapper .text_image_floated .ImageBlock {
    margin: 0.3em 0 0 0;
}

#PageWrapper .text_image_floated.text_image_left .ImageBlock {
    float: left;
    margin-right: 10px;
}

#PageWrapper .text_image_floated.text_image_right .ImageBlock {
    float: right;
    margin-left: 10px;
}

.text_image_top_cleared,
.text_image_both_cleared {
    clear: both;
}

.text_image_bottom_cleared p:last-of-type:after,
.text_image_both_cleared p:last-of-type:after {
    content: "";
    clear: both;
    display: block;
    width: 100%;
}
/* END =Text\Image Block - base */

/* BEGIN =Text\Image Block - MobilizeIt */
html.mobile #PageWrapper .text_image_floated.text_image_left .ImageBlock,
html.mobile #PageWrapper .text_image_floated.text_image_right .ImageBlock {
    float: none;
    margin: 0 0 15px 0;
}

html.mobile div#PageWrapper .text_image_floated .ImageBlock {
    max-width: 100%;
}
/* END =Text\Image Block - MobilizeIt *//* BEGIN =Media Block */
#PageWrapper .MediaBlock {
    margin-top: 15px;
    margin-bottom: 15px;
}

#PageWrapper .MediaBlockLeft {
    float: left;
    margin-right: 15px;
}

#PageWrapper .MediaBlockRight {
    float: right;
    margin-left: 15px;
}

#PageWrapper .MediaBlockCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
/* END =Media Block */.WhatsNew {
    box-sizing: border-box;
}/* BEGIN =GDPR consent cookie bar */
.eucookiebar button, .eucookiebar p{
    display:inline-block;
    margin:.25em .5em;
    font-family:"Lucida Grande",Geneva,Arial,Verdana,sans-serif;
}

.eucookiebar{
    text-align:center;
    position:absolute;
    top:-250px;
    left:0;
    right:0;
    background:#fff;
    padding:.5% 2%;
    box-shadow:0 4px 10px 1px rgba(0,0,0,.2);
    z-index:9999;
    font-size:12px;
    font-family:"Lucida Grande",Geneva,Arial,Verdana,sans-serif;
    color:#666;
    transition:top .5s ease,bottom .5s ease, opacity .5s ease
}
.eucookiebar a{
    color:#00f;
    font-weight:400;
    text-decoration:underline
}
.eucookiebar a:visited{
    color:#551A8B
}
.eucookiebar a:active{
    color:red
}
.eucookiebar button{
    background:#eee;
    border:1px solid #888;
    border-radius:4px;
    font-size:100%;
    font-weight:700;
    color:#666
}
.eucookiebar button:hover{
    background:#666;
    color:#fff
}
.eucookiebar.show{
    top:0;
    opacity:1;
}
.eucookiebar.hide{
    top:-250px;
    opacity:0;
    pointer-events:none;
}
.eucookiebar.bottom{
    top:auto;
    bottom:-250px;
    position:fixed;
}
.eucookiebar.bottom.show{
    bottom:0;
}
.eucookiebar.bottom.hide{
    bottom:-250px;
}
/* END =GDPR consent cookie bar *//* -- Related Pages Block -- */
#PageWrapper .RelatedPagesBlock ul {
    padding:0;
    margin:0;
    list-style:none;
}
/* down with thumbnail */
#PageWrapper .RelatedPagesBlock ul.down .relatedPagesThumbnail {
    float:left;
    margin-right:10px;
 }
 #PageWrapper .RelatedPagesBlock ul.down .relatedPagesThumbnail a {
    display: block;
    width:50px;
    height:50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(ssimgs/image-placeholder.png);
 }
 #PageWrapper .RelatedPagesBlock ul.down h3 {
    margin-top:0;
    margin-bottom:0;
 }
 #PageWrapper .RelatedPagesBlock ul.down p {
    margin:0;
 }
 #PageWrapper .RelatedPagesBlock ul li {
    border:none !important;
 }
 #PageWrapper .RelatedPagesBlock ul.down  li {
    clear: both;
    overflow: hidden;
    padding-top:10px;
    padding-bottom:10px;
 }

/* 4 across */
#PageWrapper .RelatedPagesBlock ul.across {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-flow: row wrap;
  justify-content: space-between;
}

#PageWrapper .RelatedPagesBlock ul.across .relatedPagesThumbnail a {
    display: block;
    width:100%;
    height:200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(ssimgs/image-placeholder.png);
 }

#PageWrapper .RelatedPagesBlock ul.across li {
    box-sizing: border-box;
    padding:10px 0;
    width: 200px;
}

/* text */
#PageWrapper .RelatedPagesBlock ul.text li {
    padding-top:10px;
    padding-bottom:10px;
}
#PageWrapper .RelatedPagesBlock ul.text li .relatedPagesThumbnail{
    display: none;
}
#PageWrapper .RelatedPagesBlock ul.text li p {
    margin:0;
}
#PageWrapper .RelatedPagesBlock .text h3 {
    margin-top:0;
}/* BEGIN =Breadcrumbs */
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers {
    list-style: none;
    margin:30px 0 0;
    padding:0;
}
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem { 
    display: inline-block;
}
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem + .BreadcrumbItem::before {
    padding: 8px;
    color: black;
    content: ">";
}
/* END =Breadcrumbs */      
/* BEGIN =Breadcrumbs Align */
#PageWrapper .BreadcrumbBlock.BreadcrumbBlockRight .BreadcrumbTiers {
    text-align:right;
}
#PageWrapper .BreadcrumbBlock.BreadcrumbBlockLeft .BreadcrumbTiers {
    text-align:left;
}
#PageWrapper .BreadcrumbBlock.BreadcrumbBlockCenter .BreadcrumbTiers {
    text-align:center;
}
/* END =Breadcrumbs Align */      /* BEGIN =socialize it! 3 */
.SocialDestinations span {
    display: none;
}
.SocialShare .socialIcon:hover {
    text-decoration: none;
}
.SocialShare .socialIcon {
    line-height: 2em;
    white-space: nowrap;
}
#PageWrapper .SocialShare .socialIcon.twitter {
    color: #28a9e0;
}
#PageWrapper .SocialShare .socialIcon.facebook {
    color: #3b579d;
}
#PageWrapper .SocialShare .socialIcon.pinterest {
    color: #CD1D1F;
}
#PageWrapper .SocialShare .socialIcon.tumblr {
    color: #35465c;
}
#PageWrapper .SocialShare .socialIcon.reddit {
    color: #ff4500;
}
#PageWrapper .SocialShare .socialIcon.whatsapp {
    color: #25D366;
}
#PageWrapper .SocialShare .socialIcon.messenger {
    color: #0078FF;
}
#PageWrapper .SocialShare .socialIcon.google-plus {
    color: #df4a32;
}

.SocialShare.SocialShareSticky.SocialShareStickyRightNoTranslation a, 
.SocialShare.SocialShareSticky.SocialShareStickyRight a, 
.SocialShare.SocialShareSticky.SocialShareStickyLeft a,
.SocialShare.SocialShareSticky label
{
    display: block;
}
.SocialShare.SocialShareSticky.SocialShareStickyTop a, 
.SocialShare.SocialShareSticky.SocialShareStickyBottom a,
.SocialShare.SocialShareSticky label
{
    display: inline-block;
    vertical-align: middle;
}
/* social sticky show/hide button */
/* END =socialize it! 3 */  /* BEGIN =socialize it! sticky/hidden - see #40701, #40916 and #41702 */
.SocialShare.SocialShareSticky.SocialShareStickyRight.hidden,
.SocialShare.SocialShareSticky.SocialShareStickyRightNoTranslation.hidden {
      transform: translateY(-50%) translateX(100%);
}
.SocialShare.SocialShareSticky.SocialShareStickyLeft.hidden {
      transform: translateY(-50%) translateX(-100%);
}
.SocialShare.SocialShareSticky.SocialShareStickyTop.hidden {
      transform: translateY(-100%) translateX(-50%);
}
.SocialShare.SocialShareSticky.SocialShareStickyBottom.hidden {
      transform: translateY(100%) translateX(-50%);
}

.SocialShareSticky.SocialShareStickyRight.hidden .hideButton,
.SocialShareSticky.SocialShareStickyRightNoTranslation.hidden .hideButton 
{
    left: -35px;
    -ms-transform: rotate(0.75turn);
    transform: rotate(0.75turn);
}

.SocialShareSticky.SocialShareStickyLeft.hidden .hideButton
{
    right: -35px;
    -ms-transform: rotate(-0.75turn);
    transform: rotate(-0.75turn);
}
.SocialShareSticky.SocialShareStickyTop.hidden .hideButton
{
    top: 30px;
    -ms-transform: rotate(0.5turn);
    transform: rotate(0.5turn);
}
.SocialShareSticky.SocialShareStickyBottom.hidden .hideButton
{
    bottom: 30px;
    -ms-transform: rotate(1turn);
    transform: rotate(1turn);
}
.SocialShareSticky .hideButton {
    cursor: pointer; 
    border: 0; 
    position: absolute; 
    right: 0px;
    width: 51px; 
    height: 51px; 
    padding: 20px; 
}
.SocialShareStickyRight .hideButton,
.SocialShareStickyRightNoTranslation .hideButton {
    -ms-transform: rotate(0.25turn);
    transform: rotate(0.25turn);
}
.SocialShareStickyLeft .hideButton {
    -ms-transform: rotate(-0.25turn);
    transform: rotate(-0.25turn);
}
.SocialShareSticky.SocialShareStickyTop .hideButton {
    right:-47px;
    top:0;
}
.SocialShareSticky.SocialShareStickyBottom .hideButton {
    right:-47px;
    bottom:0;
    -ms-transform: rotate(0.50turn);
    transform: rotate(0.50turn);
}
/* END =socialize it! sticky/hidden - see #40701, #40916 and #41702 */  /* BEGIN =socialize it! 3 (part 2) */
.SocialShareSticky {
    position: fixed;
    right: 0;
    top: 50%;
    padding: 5px;
    z-index: 9999;
    background: #fff;
    text-align:center;
}
.SocialShare.SocialShareMini span, .SocialShare.SocialShareSticky span{
    display: none;
}
.SocialShareSticky.SocialShareStickyRightNoTranslation {
    right:0;
    left: auto;
    top: 25%;
    border-radius: 5px 0 0 5px;
    border-right: none !important;
}
.SocialShareSticky.SocialShareStickyRight {
    right:0;
    left: auto;
    border-radius: 5px 0 0 5px;
    transform: translateY(-50%);
    border-right: none !important;
}
.SocialShareSticky.SocialShareStickyTop {
    right:auto;
    left: 50%;
    top:0;
    border-radius: 0 0 5px 5px;
    transform: translateX(-50%);
    border-top: none !important;
}
.SocialShareSticky.SocialShareStickyBottom {
    right:auto;
    left: 50%;
    bottom:0;
    top: auto;
    border-radius: 5px 5px 0 0;
    transform: translateX(-50%);
    border-bottom: none !important;
}
.SocialShareSticky.SocialShareStickyLeft {
    left:0;
    right: auto;
    border-radius: 0 5px 5px 0;
    transform: translateY(-50%);
    border-left: none !important;
}
.socialize-pay-it-forward-wrapper {
    padding:0.5em;
    margin:2px;
}
.socialize-pay-it-forward-wrapper details {
    text-align:left;
}
.socialize-pay-it-forward-wrapper summary {
    cursor:pointer;
    text-align:center;
    outline:none;
    list-style:none;
    text-decoration: none;
}
.socialize-pay-it-forward-wrapper summary:hover {
    text-decoration: underline;
}
.socialize-pay-it-forward-wrapper summary::-webkit-details-marker {
    display:none;
}
.socialIcon svg {
    margin-left: 3px;
    margin-right: 3px;
    height: 2em;
    width: 2em;
    display: inline-block;
    vertical-align: middle;
}
/* END =socialize it! 3 (part 2) */      
/* BEGIN =socialize it! mobile fix */
.SocialShare .socialIcon {
    display: inline-block;
}
/* END =socialize it! mobile fix */      /* BEGIN Related Pages - hide default image*/
#PageWrapper .RelatedPagesBlock ul.across .relatedPagesThumbnail a,
#PageWrapper .RelatedPagesBlock ul.down .relatedPagesThumbnail a { background-image: none; }
/* END Related Pages - hide default image*/      /* BEGIN =WhatsNew block fix of width and height */
.WhatsNew-icon {
    width: 24px;
    height: 22px;
}
#PageWrapper .WhatsNew-subscribe ul img {
    width: 91px;
    height: 21px;
}
/* END =WhatsNew block fix of width and height */      /* BEGIN = FAQ and Accordion Block */
.FAQContainer {
    padding: 20px 0;
}
.FAQContainer .AccordionContainer summary {
    font-size: 22px;
    margin-top: 0;
    padding: 10px 0;
}
.FAQContainer .AccordionContainer summary p {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.FAQContainer.disabled .AccordionContainer summary::marker {
    content: '';
    display: block;
}
.FAQContainer.disabled .AccordionContainer summary {
    pointer-events: none;
}
/* END = FAQ and Accordion Block */      /* BEGIN = submission block fix - #42174 */
@media (max-width: 768px) {
    .imagePreview img {
        height: auto;
    }
}
/* END = submission block fix - #42174 */      /* BEGIN = FAQ and Accordion Block fix - #42404 */
.FAQContainer .AccordionContainer summary {
    list-style: none;
}
.FAQContainer .AccordionContainer summary .AccordionHeader {
    cursor: pointer;
}
.FAQContainer .AccordionContainer summary::-webkit-details-marker {
    display: none;
}
.FAQContainer .AccordionContainer summary .AccordionHeader:before {
    content: "►";
    float: left;
    margin-right: 5px;
    font-size: 0.7em;
    line-height: 2em;
}
.FAQContainer .AccordionContainer[open] .AccordionHeader:before {
    content: "▼";
}
.FAQContainer.disabled .AccordionContainer summary .AccordionHeader:before {
    display: none;
}
.FAQContainer .AccordionContainer summary .AccordionHeader p {
    display: block;
    margin: 0;
    padding: 0;
}
/* END = FAQ and Accordion Block fix - #42404 *//* BEGIN = Replace twitter with X icon - #43214 */
#PageWrapper .SocialShare .socialIcon.twitter {
    color: #000000;
}
/* END = Replace twitter with X icon - #43214 *//* BEGIN = YT Facade - #43415 */
.YtFacade {
    position: relative;
}
.YtFacade iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.YtFacade img {
    width: 100%;
    height: 100%;
    z-index: 2;
    object-fit: cover;
}
.YtFacade svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 68px;
    height: 48px;
    margin-top: -24px;
    margin-left: -34px;
    z-index: 3;
}
.YtFacadeButton {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    cursor: pointer;
}
/* END = YT Facade - #43415 *//* BEGIN = WhatsNew layout fixes - #43571 */
#PageWrapper .WhatsNew-subscribe ul {
    padding: 4px;
}
#PageWrapper .WhatsNew-subscribe ul img {
    margin: 4px;
}
/* END = WhatsNew layout fixes - #43571 *//* BEGIN = YT Facade mobile fix - #43731 */
.YtFacade {
    max-width: 100%;
}
@media (max-width: 768px) {
    .YtFacade {
        height: auto !important;
        aspect-ratio: 16 / 9;
    }
}
/* END = YT Facade mobile fix - #43731 */

/***********************************************/
/* Customizations from SiteDesigner start here */
/***********************************************/
body, html.mobile body{background-color:#fcf7f0;background-position:50% 0%;color:#3b2408;
}html.mobile body{
}@media (max-width:768px) {body{
}}@media (max-width:447px) {body{
}}#Footer .Liner p, html.mobile #Footer .Liner p{color:#7f0037;
}html.mobile #Footer .Liner p{
}@media (max-width:768px) {#Footer .Liner p{
}}@media (max-width:447px) {#Footer .Liner p{
}}#Footer .Liner, html.mobile #Footer .Liner{
}html.mobile #Footer .Liner{
}@media (max-width:768px) {#Footer .Liner{
}}@media (max-width:447px) {#Footer .Liner{
}}#Header .Liner, html.mobile #Header .Liner{background-color:#fbf1e3;background-image:url("sd/image-files/logo-sepia-960-250-2014-1.jpg");
}html.mobile #Header .Liner{
}@media (max-width:768px) {#Header .Liner{
}}@media (max-width:447px) {#Header .Liner{
}}#Header, html.mobile #Header{
}html.mobile #Header{
}@media (max-width:768px) {#Header{
}}@media (max-width:447px) {#Header{
}}
#Header .Liner {}
html.mobile #Header .Liner {}#Header .Liner, html.mobile #Header .Liner{background-color:#fbf1e3;background-image:url("sd/image-files/logo-sepia-960-250-2014-1.jpg");
}html.mobile #Header .Liner{
}@media (max-width:768px) {#Header .Liner{
}}@media (max-width:447px) {#Header .Liner{
}}
#ExtraColumn .Liner, html.mobile #ExtraColumn .Liner{
}html.mobile #ExtraColumn .Liner{
}@media (max-width:768px) {#ExtraColumn .Liner{
}}@media (max-width:447px) {#ExtraColumn .Liner{
}}#ExtraColumn , html.mobile #ExtraColumn {
}html.mobile #ExtraColumn {
}@media (max-width:768px) {#ExtraColumn {
}}@media (max-width:447px) {#ExtraColumn {
}}#NavColumn .Liner, html.mobile #NavColumn .Liner{
}html.mobile #NavColumn .Liner{
}@media (max-width:768px) {#NavColumn .Liner{
}}@media (max-width:447px) {#NavColumn .Liner{
}}#NavColumn , html.mobile #NavColumn {
}html.mobile #NavColumn {
}@media (max-width:768px) {#NavColumn {
}}@media (max-width:447px) {#NavColumn {
}}#ContentColumn .Liner, html.mobile #ContentColumn .Liner{border-color:#ebdac5;border-style:solid;border-top-width:4px;border-right-width:4px;border-bottom-width:4px;border-left-width:4px;background-color:#fffefc;
}html.mobile #ContentColumn .Liner{
}@media (max-width:768px) {#ContentColumn .Liner{
}}@media (max-width:447px) {#ContentColumn .Liner{
}}#ContentColumn , html.mobile #ContentColumn {font-size:16.3px;
}html.mobile #ContentColumn {
}@media (max-width:768px) {#ContentColumn {
}}@media (max-width:447px) {#ContentColumn {
}}#ContentColumn p, html.mobile #ContentColumn p{
}html.mobile #ContentColumn p{
}@media (max-width:768px) {#ContentColumn p{
}}@media (max-width:447px) {#ContentColumn p{
}}#PageWrapper, html.mobile #PageWrapper{border-color:#ebdac5;border-style:solid;border-top-width:5px;border-right-width:5px;border-bottom-width:5px;border-left-width:5px;background-color:#fbf1e3;
}html.mobile #PageWrapper{
}@media (max-width:768px) {#PageWrapper{
}}@media (max-width:447px) {#PageWrapper{
}}#PageWrapper h1, html.mobile #PageWrapper h1{color:#7f0037;
}html.mobile #PageWrapper h1{
}@media (max-width:768px) {#PageWrapper h1{
}}@media (max-width:447px) {#PageWrapper h1{
}}#PageWrapper h2, html.mobile #PageWrapper h2{border-color:#7f0037;border-style:solid;border-top-width:1px;border-right-width:0;border-bottom-width:1px;border-left-width:0;color:#7f0037;
}html.mobile #PageWrapper h2{
}@media (max-width:768px) {#PageWrapper h2{
}}@media (max-width:447px) {#PageWrapper h2{
}}#PageWrapper h3, html.mobile #PageWrapper h3{border-color:#7f0037;border-style:solid;border-top-width:1px;border-right-width:0;border-bottom-width:1px;border-left-width:0;color:#7f0037;
}html.mobile #PageWrapper h3{
}@media (max-width:768px) {#PageWrapper h3{
}}@media (max-width:447px) {#PageWrapper h3{
}}#PageWrapper h4, html.mobile #PageWrapper h4{
}html.mobile #PageWrapper h4{
}@media (max-width:768px) {#PageWrapper h4{
}}@media (max-width:447px) {#PageWrapper h4{
}}.Navigation h3, html.mobile .Navigation h3{border-color:#7f0037;border-style:solid;border-top-width:1px;border-right-width:0;border-bottom-width:1px;border-left-width:0;background-color:#fbf1e3;color:#7f0037;
}html.mobile .Navigation h3{
}@media (max-width:768px) {.Navigation h3{
}}@media (max-width:447px) {.Navigation h3{
}}#PageWrapper .Navigation h3, html.mobile #PageWrapper .Navigation h3{border-color:#7f0037;border-style:solid;border-top-width:1px;border-right-width:0;border-bottom-width:1px;border-left-width:0;background-color:#fbf1e3;color:#7f0037;
}html.mobile #PageWrapper .Navigation h3{
}@media (max-width:768px) {#PageWrapper .Navigation h3{
}}@media (max-width:447px) {#PageWrapper .Navigation h3{
}}body #PageWrapper div.Navigation h3, html.mobile body #PageWrapper div.Navigation h3{border-color:#7f0037;border-style:solid;border-top-width:1px;border-right-width:0;border-bottom-width:1px;border-left-width:0;background-color:#fbf1e3;color:#7f0037;
}html.mobile body #PageWrapper div.Navigation h3{
}@media (max-width:768px) {body #PageWrapper div.Navigation h3{
}}@media (max-width:447px) {body #PageWrapper div.Navigation h3{
}}.Navigation a, html.mobile .Navigation a{font-weight:bold;font-style:italic;font-size:14.7667px;font-family:'Lucida Sans Unicode','Lucida Grande',sans-serif;font-family:'Lucida Sans Unicode','Lucida Grande',sans-serif;border-style:dotted;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;
}html.mobile .Navigation a{
}@media (max-width:768px) {.Navigation a{
}}@media (max-width:447px) {.Navigation a{
}}#PageWrapper div.Navigation a, html.mobile #PageWrapper div.Navigation a{font-weight:bold;font-style:italic;font-size:14.7667px;font-family:'Lucida Sans Unicode','Lucida Grande',sans-serif;font-family:'Lucida Sans Unicode','Lucida Grande',sans-serif;border-style:dotted;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;
}html.mobile #PageWrapper div.Navigation a{
}@media (max-width:768px) {#PageWrapper div.Navigation a{
}}@media (max-width:447px) {#PageWrapper div.Navigation a{
}}.Navigation a,
#PageWrapper div.Navigation a {}
html.mobile .Navigation a,
html.mobile #PageWrapper div.Navigation a {}.Navigation a:link, html.mobile .Navigation a:link{color:#3b2408;border-color:rgb(62, 80, 143);
}html.mobile .Navigation a:link{
}@media (max-width:768px) {.Navigation a:link{
}}@media (max-width:447px) {.Navigation a:link{
}}#PageWrapper div.Navigation a:link, html.mobile #PageWrapper div.Navigation a:link{color:#3b2408;border-color:rgb(62, 80, 143);
}html.mobile #PageWrapper div.Navigation a:link{
}@media (max-width:768px) {#PageWrapper div.Navigation a:link{
}}@media (max-width:447px) {#PageWrapper div.Navigation a:link{
}}.Navigation a:visited, html.mobile .Navigation a:visited{color:#3b2408;
}html.mobile .Navigation a:visited{
}@media (max-width:768px) {.Navigation a:visited{
}}@media (max-width:447px) {.Navigation a:visited{
}}#PageWrapper div.Navigation a:visited, html.mobile #PageWrapper div.Navigation a:visited{color:#3b2408;
}html.mobile #PageWrapper div.Navigation a:visited{
}@media (max-width:768px) {#PageWrapper div.Navigation a:visited{
}}@media (max-width:447px) {#PageWrapper div.Navigation a:visited{
}}.Navigation a:hover, html.mobile .Navigation a:hover{color:#b3a79a;
}html.mobile .Navigation a:hover{
}@media (max-width:768px) {.Navigation a:hover{
}}@media (max-width:447px) {.Navigation a:hover{
}}#PageWrapper div.Navigation a:hover, html.mobile #PageWrapper div.Navigation a:hover{color:#b3a79a;
}html.mobile #PageWrapper div.Navigation a:hover{
}@media (max-width:768px) {#PageWrapper div.Navigation a:hover{
}}@media (max-width:447px) {#PageWrapper div.Navigation a:hover{
}}.TOC, html.mobile .TOC{
}html.mobile .TOC{
}@media (max-width:768px) {.TOC{
}}@media (max-width:447px) {.TOC{
}}.Ezine, html.mobile .Ezine{border-color:#7f0037;border-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;background-color:#fcf7f0;
}html.mobile .Ezine{
}@media (max-width:768px) {.Ezine{
}}@media (max-width:447px) {.Ezine{
}}

.Ezine {
    padding: 4px 0;
}
#PageWrapper div.HorizontalNavBar .li1, html.mobile #PageWrapper div.HorizontalNavBar .li1{border-color:rgb(62, 80, 143);border-style:none;border-top-width:0;border-right-width:0;border-bottom-width:0;border-left-width:0;
}html.mobile #PageWrapper div.HorizontalNavBar .li1{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar .li1{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar .li1{
}}#PageWrapper div.HorizontalNavBar ul a, html.mobile #PageWrapper div.HorizontalNavBar ul a{font-size:14px;padding-left:20px;padding-right:3px;padding-bottom:9px;
}html.mobile #PageWrapper div.HorizontalNavBar ul a{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul a{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul a{
}}#PageWrapper div.HorizontalNavBar ul a:link, html.mobile #PageWrapper div.HorizontalNavBar ul a:link{background-color:#fbf1e3;background-position:0% 0%;color:#7f0037;
}html.mobile #PageWrapper div.HorizontalNavBar ul a:link{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul a:link{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul a:link{
}}#PageWrapper div.HorizontalNavBar ul a:visited, html.mobile #PageWrapper div.HorizontalNavBar ul a:visited{color:#b3a79a;
}html.mobile #PageWrapper div.HorizontalNavBar ul a:visited{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul a:visited{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul a:visited{
}}#PageWrapper div.HorizontalNavBar ul a:hover, html.mobile #PageWrapper div.HorizontalNavBar ul a:hover{
}html.mobile #PageWrapper div.HorizontalNavBar ul a:hover{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul a:hover{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul a:hover{
}}#PageWrapper div.HorizontalNavBar ul span.navheader, html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader{background-color:#fbf1e3;font-size:14px;color:#7f0037;padding-left:20px;padding-right:3px;padding-bottom:9px;
}html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul span.navheader{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul span.navheader{
}}#PageWrapper div.HorizontalNavBar ul span.navheader:hover, html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader:hover{
}html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader:hover{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul span.navheader:hover{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul span.navheader:hover{
}}#PageWrapper div.HorizontalNavBar ul span.navheader ins, html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader ins{margin-top:-2px;border-width:6px;border-top-color:#b3a79a;border-right-color:#fbf1e3;border-bottom-color:#fbf1e3;border-left-color:#fbf1e3;
}html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader ins{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul span.navheader ins{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul span.navheader ins{
}}#PageWrapper div.HorizontalNavBar ul span.navheader:hover ins, html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader:hover ins{border-top-color:#7f0037;
}html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader:hover ins{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul span.navheader:hover ins{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul span.navheader:hover ins{
}}#PageWrapper div.HorizontalNavBar, html.mobile #PageWrapper div.HorizontalNavBar{
}html.mobile #PageWrapper div.HorizontalNavBar{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar{
}}#PageWrapper div.HorizontalNavBar ul.root, html.mobile #PageWrapper div.HorizontalNavBar ul.root{
}html.mobile #PageWrapper div.HorizontalNavBar ul.root{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul.root{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul.root{
}}#PageWrapper div.HorizontalNavBar .li1 .li2, html.mobile #PageWrapper div.HorizontalNavBar .li1 .li2{border-color:rgb(62, 80, 143);border-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;
}html.mobile #PageWrapper div.HorizontalNavBar .li1 .li2{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar .li1 .li2{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar .li1 .li2{
}}#PageWrapper div.HorizontalNavBar ul ul, html.mobile #PageWrapper div.HorizontalNavBar ul ul{top:28px;
}html.mobile #PageWrapper div.HorizontalNavBar ul ul{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul ul{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul ul{
}}#PageWrapper div.HorizontalNavBar ul ul a, html.mobile #PageWrapper div.HorizontalNavBar ul ul a{padding-left:8px;padding-right:18px;padding-top:6px;padding-bottom:10px;
}html.mobile #PageWrapper div.HorizontalNavBar ul ul a{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul ul a{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul ul a{
}}#PageWrapper div.HorizontalNavBar ul ul a:link, html.mobile #PageWrapper div.HorizontalNavBar ul ul a:link{background-color:#fcf7f0;
}html.mobile #PageWrapper div.HorizontalNavBar ul ul a:link{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul ul a:link{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul ul a:link{
}}#PageWrapper div.HorizontalNavBar ul ul a:visited, html.mobile #PageWrapper div.HorizontalNavBar ul ul a:visited{background-color:#fcf7f0;color:#9ca6c6;
}html.mobile #PageWrapper div.HorizontalNavBar ul ul a:visited{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul ul a:visited{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul ul a:visited{
}}#PageWrapper div.HorizontalNavBar ul ul a:hover, html.mobile #PageWrapper div.HorizontalNavBar ul ul a:hover{background-color:#fbf1e3;
}html.mobile #PageWrapper div.HorizontalNavBar ul ul a:hover{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul ul a:hover{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul ul a:hover{
}}#PageWrapper div.HorizontalNavBar ul ul span.navheader, html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader{background-color:#fcf7f0;padding-left:8px;padding-right:18px;padding-top:6px;padding-bottom:10px;
}html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul ul span.navheader{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul ul span.navheader{
}}#PageWrapper div.HorizontalNavBar ul ul span.navheader:hover, html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader:hover{background-color:#fbf1e3;
}html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader:hover{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul ul span.navheader:hover{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul ul span.navheader:hover{
}}#PageWrapper div.HorizontalNavBar ul ul span.navheader ins, html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader ins{margin-top:-6px;border-top-color:#fbf1e3;border-right-color:#fbf1e3;border-bottom-color:#fbf1e3;border-left-color:#B3A79A;
}html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader ins{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul ul span.navheader ins{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul ul span.navheader ins{
}}#PageWrapper div.HorizontalNavBar ul ul span.navheader:hover ins, html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader:hover ins{border-top-color:#fbf1e3;border-right-color:#fbf1e3;border-bottom-color:#fbf1e3;border-left-color:#7f0037;
}html.mobile #PageWrapper div.HorizontalNavBar ul ul span.navheader:hover ins{
}@media (max-width:768px) {#PageWrapper div.HorizontalNavBar ul ul span.navheader:hover ins{
}}@media (max-width:447px) {#PageWrapper div.HorizontalNavBar ul ul span.navheader:hover ins{
}}#PageWrapper .RSSbox, html.mobile #PageWrapper .RSSbox{border-color:#7f0037;border-style:solid;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;background-color:#fcf7f0;margin-left:0;margin-right:0;
}html.mobile #PageWrapper .RSSbox{
}@media (max-width:768px) {#PageWrapper .RSSbox{
}}@media (max-width:447px) {#PageWrapper .RSSbox{
}}#PageWrapper .RSSbox .questionMark, html.mobile #PageWrapper .RSSbox .questionMark{
}html.mobile #PageWrapper .RSSbox .questionMark{
}@media (max-width:768px) {#PageWrapper .RSSbox .questionMark{
}}@media (max-width:447px) {#PageWrapper .RSSbox .questionMark{
}}#PageWrapper .ImageBlock img, html.mobile #PageWrapper .ImageBlock img{
}html.mobile #PageWrapper .ImageBlock img{
}@media (max-width:768px) {#PageWrapper .ImageBlock img{
}}@media (max-width:447px) {#PageWrapper .ImageBlock img{
}}#PageWrapper .ImageBlock, html.mobile #PageWrapper .ImageBlock{
}html.mobile #PageWrapper .ImageBlock{
}@media (max-width:768px) {#PageWrapper .ImageBlock{
}}@media (max-width:447px) {#PageWrapper .ImageBlock{
}}#PageWrapper .ImageBlockRight, html.mobile #PageWrapper .ImageBlockRight{
}html.mobile #PageWrapper .ImageBlockRight{
}@media (max-width:768px) {#PageWrapper .ImageBlockRight{
}}@media (max-width:447px) {#PageWrapper .ImageBlockRight{
}}#PageWrapper .ImageBlockLeft, html.mobile #PageWrapper .ImageBlockLeft{
}html.mobile #PageWrapper .ImageBlockLeft{
}@media (max-width:768px) {#PageWrapper .ImageBlockLeft{
}}@media (max-width:447px) {#PageWrapper .ImageBlockLeft{
}}#ContentColumn ol, html.mobile #ContentColumn ol{
}html.mobile #ContentColumn ol{
}@media (max-width:768px) {#ContentColumn ol{
}}@media (max-width:447px) {#ContentColumn ol{
}}#ContentColumn ol li, html.mobile #ContentColumn ol li{
}html.mobile #ContentColumn ol li{
}@media (max-width:768px) {#ContentColumn ol li{
}}@media (max-width:447px) {#ContentColumn ol li{
}}#ContentColumn ul, html.mobile #ContentColumn ul{
}html.mobile #ContentColumn ul{
}@media (max-width:768px) {#ContentColumn ul{
}}@media (max-width:447px) {#ContentColumn ul{
}}#ContentColumn ul li, html.mobile #ContentColumn ul li{
}html.mobile #ContentColumn ul li{
}@media (max-width:768px) {#ContentColumn ul li{
}}@media (max-width:447px) {#ContentColumn ul li{
}}#PageWrapper .CalloutBox p, html.mobile #PageWrapper .CalloutBox p{
}html.mobile #PageWrapper .CalloutBox p{
}@media (max-width:768px) {#PageWrapper .CalloutBox p{
}}@media (max-width:447px) {#PageWrapper .CalloutBox p{
}}#PageWrapper .CalloutBox, html.mobile #PageWrapper .CalloutBox{background-color:#9CA6C6;
}html.mobile #PageWrapper .CalloutBox{
}@media (max-width:768px) {#PageWrapper .CalloutBox{
}}@media (max-width:447px) {#PageWrapper .CalloutBox{
}}#PageWrapper .ReminderBox, html.mobile #PageWrapper .ReminderBox{background-color:#E4E7F0;
}html.mobile #PageWrapper .ReminderBox{
}@media (max-width:768px) {#PageWrapper .ReminderBox{
}}@media (max-width:447px) {#PageWrapper .ReminderBox{
}}#PageWrapper .ReminderBox h4, html.mobile #PageWrapper .ReminderBox h4{
}html.mobile #PageWrapper .ReminderBox h4{
}@media (max-width:768px) {#PageWrapper .ReminderBox h4{
}}@media (max-width:447px) {#PageWrapper .ReminderBox h4{
}}#PageWrapper .ReminderBox p, html.mobile #PageWrapper .ReminderBox p{
}html.mobile #PageWrapper .ReminderBox p{
}@media (max-width:768px) {#PageWrapper .ReminderBox p{
}}@media (max-width:447px) {#PageWrapper .ReminderBox p{
}}#ContentColumn a, html.mobile #ContentColumn a{
}html.mobile #ContentColumn a{
}@media (max-width:768px) {#ContentColumn a{
}}@media (max-width:447px) {#ContentColumn a{
}}#ContentColumn a:link, html.mobile #ContentColumn a:link{color:#3E508F;
}html.mobile #ContentColumn a:link{
}@media (max-width:768px) {#ContentColumn a:link{
}}@media (max-width:447px) {#ContentColumn a:link{
}}#ContentColumn a:visited, html.mobile #ContentColumn a:visited{
}html.mobile #ContentColumn a:visited{
}@media (max-width:768px) {#ContentColumn a:visited{
}}@media (max-width:447px) {#ContentColumn a:visited{
}}#ContentColumn a:hover, html.mobile #ContentColumn a:hover{
}html.mobile #ContentColumn a:hover{
}@media (max-width:768px) {#ContentColumn a:hover{
}}@media (max-width:447px) {#ContentColumn a:hover{
}}#ExtraColumn a, html.mobile #ExtraColumn a{
}html.mobile #ExtraColumn a{
}@media (max-width:768px) {#ExtraColumn a{
}}@media (max-width:447px) {#ExtraColumn a{
}}#ExtraColumn a:link, html.mobile #ExtraColumn a:link{
}html.mobile #ExtraColumn a:link{
}@media (max-width:768px) {#ExtraColumn a:link{
}}@media (max-width:447px) {#ExtraColumn a:link{
}}#ExtraColumn a:visited, html.mobile #ExtraColumn a:visited{
}html.mobile #ExtraColumn a:visited{
}@media (max-width:768px) {#ExtraColumn a:visited{
}}@media (max-width:447px) {#ExtraColumn a:visited{
}}#ExtraColumn a:hover, html.mobile #ExtraColumn a:hover{
}html.mobile #ExtraColumn a:hover{
}@media (max-width:768px) {#ExtraColumn a:hover{
}}@media (max-width:447px) {#ExtraColumn a:hover{
}}#Footer a, html.mobile #Footer a{
}html.mobile #Footer a{
}@media (max-width:768px) {#Footer a{
}}@media (max-width:447px) {#Footer a{
}}#Footer a:link, html.mobile #Footer a:link{
}html.mobile #Footer a:link{
}@media (max-width:768px) {#Footer a:link{
}}@media (max-width:447px) {#Footer a:link{
}}#Footer a:visited, html.mobile #Footer a:visited{
}html.mobile #Footer a:visited{
}@media (max-width:768px) {#Footer a:visited{
}}@media (max-width:447px) {#Footer a:visited{
}}#Footer a:hover, html.mobile #Footer a:hover{
}html.mobile #Footer a:hover{
}@media (max-width:768px) {#Footer a:hover{
}}@media (max-width:447px) {#Footer a:hover{
}}#NavColumn a, html.mobile #NavColumn a{
}html.mobile #NavColumn a{
}@media (max-width:768px) {#NavColumn a{
}}@media (max-width:447px) {#NavColumn a{
}}#NavColumn a:link, html.mobile #NavColumn a:link{
}html.mobile #NavColumn a:link{
}@media (max-width:768px) {#NavColumn a:link{
}}@media (max-width:447px) {#NavColumn a:link{
}}#NavColumn a:visited, html.mobile #NavColumn a:visited{
}html.mobile #NavColumn a:visited{
}@media (max-width:768px) {#NavColumn a:visited{
}}@media (max-width:447px) {#NavColumn a:visited{
}}#NavColumn a:hover, html.mobile #NavColumn a:hover{
}html.mobile #NavColumn a:hover{
}@media (max-width:768px) {#NavColumn a:hover{
}}@media (max-width:447px) {#NavColumn a:hover{
}}#PageWrapper .ReminderBox a, html.mobile #PageWrapper .ReminderBox a{
}html.mobile #PageWrapper .ReminderBox a{
}@media (max-width:768px) {#PageWrapper .ReminderBox a{
}}@media (max-width:447px) {#PageWrapper .ReminderBox a{
}}#PageWrapper .ReminderBox a:link, html.mobile #PageWrapper .ReminderBox a:link{
}html.mobile #PageWrapper .ReminderBox a:link{
}@media (max-width:768px) {#PageWrapper .ReminderBox a:link{
}}@media (max-width:447px) {#PageWrapper .ReminderBox a:link{
}}#PageWrapper .ReminderBox a:visited, html.mobile #PageWrapper .ReminderBox a:visited{
}html.mobile #PageWrapper .ReminderBox a:visited{
}@media (max-width:768px) {#PageWrapper .ReminderBox a:visited{
}}@media (max-width:447px) {#PageWrapper .ReminderBox a:visited{
}}#PageWrapper .ReminderBox a:hover, html.mobile #PageWrapper .ReminderBox a:hover{
}html.mobile #PageWrapper .ReminderBox a:hover{
}@media (max-width:768px) {#PageWrapper .ReminderBox a:hover{
}}@media (max-width:447px) {#PageWrapper .ReminderBox a:hover{
}}#PageWrapper .CalloutBox a, html.mobile #PageWrapper .CalloutBox a{
}html.mobile #PageWrapper .CalloutBox a{
}@media (max-width:768px) {#PageWrapper .CalloutBox a{
}}@media (max-width:447px) {#PageWrapper .CalloutBox a{
}}#PageWrapper .CalloutBox a:link, html.mobile #PageWrapper .CalloutBox a:link{
}html.mobile #PageWrapper .CalloutBox a:link{
}@media (max-width:768px) {#PageWrapper .CalloutBox a:link{
}}@media (max-width:447px) {#PageWrapper .CalloutBox a:link{
}}#PageWrapper .CalloutBox a:visited, html.mobile #PageWrapper .CalloutBox a:visited{
}html.mobile #PageWrapper .CalloutBox a:visited{
}@media (max-width:768px) {#PageWrapper .CalloutBox a:visited{
}}@media (max-width:447px) {#PageWrapper .CalloutBox a:visited{
}}#PageWrapper .CalloutBox a:hover, html.mobile #PageWrapper .CalloutBox a:hover{
}html.mobile #PageWrapper .CalloutBox a:hover{
}@media (max-width:768px) {#PageWrapper .CalloutBox a:hover{
}}@media (max-width:447px) {#PageWrapper .CalloutBox a:hover{
}}#toolbar, html.mobile #toolbar{
}html.mobile #toolbar{
}@media (max-width:768px) {#toolbar{
}}@media (max-width:447px) {#toolbar{
}}hr, html.mobile hr{
}html.mobile hr{
}@media (max-width:768px) {hr{
}}@media (max-width:447px) {hr{
}}#PageWrapper .WhatsNew, html.mobile #PageWrapper .WhatsNew{
}html.mobile #PageWrapper .WhatsNew{
}@media (max-width:768px) {#PageWrapper .WhatsNew{
}}@media (max-width:447px) {#PageWrapper .WhatsNew{
}}#PageWrapper .WhatsNew h2, html.mobile #PageWrapper .WhatsNew h2{
}html.mobile #PageWrapper .WhatsNew h2{
}@media (max-width:768px) {#PageWrapper .WhatsNew h2{
}}@media (max-width:447px) {#PageWrapper .WhatsNew h2{
}}#PageWrapper .WhatsNew .WhatsNew-time, html.mobile #PageWrapper .WhatsNew .WhatsNew-time{
}html.mobile #PageWrapper .WhatsNew .WhatsNew-time{
}@media (max-width:768px) {#PageWrapper .WhatsNew .WhatsNew-time{
}}@media (max-width:447px) {#PageWrapper .WhatsNew .WhatsNew-time{
}}#PageWrapper .WhatsNew .WhatsNew-content, html.mobile #PageWrapper .WhatsNew .WhatsNew-content{
}html.mobile #PageWrapper .WhatsNew .WhatsNew-content{
}@media (max-width:768px) {#PageWrapper .WhatsNew .WhatsNew-content{
}}@media (max-width:447px) {#PageWrapper .WhatsNew .WhatsNew-content{
}}#PageWrapper .WhatsNew a, html.mobile #PageWrapper .WhatsNew a{
}html.mobile #PageWrapper .WhatsNew a{
}@media (max-width:768px) {#PageWrapper .WhatsNew a{
}}@media (max-width:447px) {#PageWrapper .WhatsNew a{
}}#PageWrapper .WhatsNew a:link, html.mobile #PageWrapper .WhatsNew a:link{
}html.mobile #PageWrapper .WhatsNew a:link{
}@media (max-width:768px) {#PageWrapper .WhatsNew a:link{
}}@media (max-width:447px) {#PageWrapper .WhatsNew a:link{
}}#PageWrapper .WhatsNew a:visited, html.mobile #PageWrapper .WhatsNew a:visited{
}html.mobile #PageWrapper .WhatsNew a:visited{
}@media (max-width:768px) {#PageWrapper .WhatsNew a:visited{
}}@media (max-width:447px) {#PageWrapper .WhatsNew a:visited{
}}#PageWrapper .WhatsNew a:hover, html.mobile #PageWrapper .WhatsNew a:hover{
}html.mobile #PageWrapper .WhatsNew a:hover{
}@media (max-width:768px) {#PageWrapper .WhatsNew a:hover{
}}@media (max-width:447px) {#PageWrapper .WhatsNew a:hover{
}}#PageWrapper .WhatsNew ol li, html.mobile #PageWrapper .WhatsNew ol li{
}html.mobile #PageWrapper .WhatsNew ol li{
}@media (max-width:768px) {#PageWrapper .WhatsNew ol li{
}}@media (max-width:447px) {#PageWrapper .WhatsNew ol li{
}}#PageWrapper .WhatsNew h3, html.mobile #PageWrapper .WhatsNew h3{
}html.mobile #PageWrapper .WhatsNew h3{
}@media (max-width:768px) {#PageWrapper .WhatsNew h3{
}}@media (max-width:447px) {#PageWrapper .WhatsNew h3{
}}#PageWrapper .WhatsNew .WhatsNew-more, html.mobile #PageWrapper .WhatsNew .WhatsNew-more{
}html.mobile #PageWrapper .WhatsNew .WhatsNew-more{
}@media (max-width:768px) {#PageWrapper .WhatsNew .WhatsNew-more{
}}@media (max-width:447px) {#PageWrapper .WhatsNew .WhatsNew-more{
}}#PageWrapper .WhatsNew h2 a, html.mobile #PageWrapper .WhatsNew h2 a{
}html.mobile #PageWrapper .WhatsNew h2 a{
}@media (max-width:768px) {#PageWrapper .WhatsNew h2 a{
}}@media (max-width:447px) {#PageWrapper .WhatsNew h2 a{
}}#PageWrapper .WhatsNew h2 a:link, html.mobile #PageWrapper .WhatsNew h2 a:link{
}html.mobile #PageWrapper .WhatsNew h2 a:link{
}@media (max-width:768px) {#PageWrapper .WhatsNew h2 a:link{
}}@media (max-width:447px) {#PageWrapper .WhatsNew h2 a:link{
}}#PageWrapper .WhatsNew h2 a:visited, html.mobile #PageWrapper .WhatsNew h2 a:visited{
}html.mobile #PageWrapper .WhatsNew h2 a:visited{
}@media (max-width:768px) {#PageWrapper .WhatsNew h2 a:visited{
}}@media (max-width:447px) {#PageWrapper .WhatsNew h2 a:visited{
}}#PageWrapper .WhatsNew h2 a:hover, html.mobile #PageWrapper .WhatsNew h2 a:hover{
}html.mobile #PageWrapper .WhatsNew h2 a:hover{
}@media (max-width:768px) {#PageWrapper .WhatsNew h2 a:hover{
}}@media (max-width:447px) {#PageWrapper .WhatsNew h2 a:hover{
}}#HeaderWrapper, html.mobile #HeaderWrapper{
}html.mobile #HeaderWrapper{
}@media (max-width:768px) {#HeaderWrapper{
}}@media (max-width:447px) {#HeaderWrapper{
}}#FooterWrapper, html.mobile #FooterWrapper{
}html.mobile #FooterWrapper{
}@media (max-width:768px) {#FooterWrapper{
}}@media (max-width:447px) {#FooterWrapper{
}}#PageWrapper .Caption, html.mobile #PageWrapper .Caption{
}html.mobile #PageWrapper .Caption{
}@media (max-width:768px) {#PageWrapper .Caption{
}}@media (max-width:447px) {#PageWrapper .Caption{
}}#PageWrapper .ImageBlock a:link span, html.mobile #PageWrapper .ImageBlock a:link span{
}html.mobile #PageWrapper .ImageBlock a:link span{
}@media (max-width:768px) {#PageWrapper .ImageBlock a:link span{
}}@media (max-width:447px) {#PageWrapper .ImageBlock a:link span{
}}#PageWrapper .ImageBlock a:visited span, html.mobile #PageWrapper .ImageBlock a:visited span{
}html.mobile #PageWrapper .ImageBlock a:visited span{
}@media (max-width:768px) {#PageWrapper .ImageBlock a:visited span{
}}@media (max-width:447px) {#PageWrapper .ImageBlock a:visited span{
}}#PageWrapper .ImageBlock a:hover span, html.mobile #PageWrapper .ImageBlock a:hover span{
}html.mobile #PageWrapper .ImageBlock a:hover span{
}@media (max-width:768px) {#PageWrapper .ImageBlock a:hover span{
}}@media (max-width:447px) {#PageWrapper .ImageBlock a:hover span{
}}/* footer css */
/* font AvantGardeRegular definition */
@font-face {
    font-family: AvantGardeRegular;
    font-display: fallback;
    src: url('css_webfonts/avantgarde-webfont.eot');
    src: url('css_webfonts/avantgarde-webfont.eot?iefix') format('eot'),
         url('css_webfonts/avantgarde-webfont.woff') format('woff'),
         url('css_webfonts/avantgarde-webfont.ttf') format('truetype'),
         url('css_webfonts/avantgarde-webfont.svg#webfontILwWK1qr') format('svg');
    font-weight: normal;
    font-style: normal;
} 
.page_footer_container {
    width:100%; max-width: 500px;
    margin: 12px auto;
}

.page_footer_content {
    width: 100%;
    text-align:center;background-color:transparent;}

.page_footer_liner {
    padding: 12px;	
}

.page_footer_divider_above {
    margin: 0 auto;width:50%;
        border: 0; 
        border-top:1pxsolid#000;}

.page_footer_divider_below {
    margin: 0 auto;width:50%;
        border: 0; 
        border-top:1pxsolid#000000;}

.page_footer_text,
.page_footer_text a {
    font-family:AvantGardeRegular;font-size:12px;color:#993333;text-align:center;padding: 12px 0;
}

.powered_by_sbi_banner{
    width:100%; 
    max-width: 500px;
    margin: 0 auto;
    text-align: center;	
}/* footer css */
/* Advanced CSS provided by user */#PageWrapper {
 position:relative;
 z-index:2;
 }
div#sthoverbuttons.sthoverbuttons-pos-left {
 z-index: 1 !important;
 }/*!
 * SS UI Version extracted from:
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * To update run the following command
 * sass --watch /mnt/projdisk/projects/sbiapps-stable/SS-SiteBuilder-SiteDesigner-Templates/root/static/plugins/ss-ui-bootstrap/scss/bootstrap.scss:/mnt/projdisk/projects/sbiapps-stable/SS-SiteBuilder-SiteDesigner-Templates/root/static/plugins/ss-ui-bootstrap/css/ss-ui-bootstrap.css
 */
.ss-ui-bootstrap .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .ss-ui-bootstrap .btn:hover, .ss-ui-bootstrap .btn:focus {
    text-decoration: none; }
  .ss-ui-bootstrap .btn:focus, .ss-ui-bootstrap .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .ss-ui-bootstrap .btn.disabled, .ss-ui-bootstrap .btn:disabled {
    opacity: 0.65; }
  .ss-ui-bootstrap .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .ss-ui-bootstrap .btn:not(:disabled):not(.disabled):active, .ss-ui-bootstrap .btn:not(:disabled):not(.disabled).active {
    background-image: none; }
.ss-ui-bootstrap a.btn.disabled,
.ss-ui-bootstrap fieldset:disabled a.btn {
  pointer-events: none; }
.ss-ui-bootstrap .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .ss-ui-bootstrap .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .ss-ui-bootstrap .btn-primary:focus, .ss-ui-bootstrap .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .ss-ui-bootstrap .btn-primary.disabled, .ss-ui-bootstrap .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .ss-ui-bootstrap .btn-primary:not(:disabled):not(.disabled):active, .ss-ui-bootstrap .btn-primary:not(:disabled):not(.disabled).active, .show > .ss-ui-bootstrap .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .ss-ui-bootstrap .btn-primary:not(:disabled):not(.disabled):active:focus, .ss-ui-bootstrap .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .ss-ui-bootstrap .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.ss-ui-bootstrap .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .ss-ui-bootstrap .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .ss-ui-bootstrap .btn-secondary:focus, .ss-ui-bootstrap .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .ss-ui-bootstrap .btn-secondary.disabled, .ss-ui-bootstrap .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .ss-ui-bootstrap .btn-secondary:not(:disabled):not(.disabled):active, .ss-ui-bootstrap .btn-secondary:not(:disabled):not(.disabled).active, .show > .ss-ui-bootstrap .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .ss-ui-bootstrap .btn-secondary:not(:disabled):not(.disabled):active:focus, .ss-ui-bootstrap .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .ss-ui-bootstrap .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.ss-ui-bootstrap .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .ss-ui-bootstrap .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .ss-ui-bootstrap .btn-success:focus, .ss-ui-bootstrap .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .ss-ui-bootstrap .btn-success.disabled, .ss-ui-bootstrap .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .ss-ui-bootstrap .btn-success:not(:disabled):not(.disabled):active, .ss-ui-bootstrap .btn-success:not(:disabled):not(.disabled).active, .show > .ss-ui-bootstrap .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .ss-ui-bootstrap .btn-success:not(:disabled):not(.disabled):active:focus, .ss-ui-bootstrap .btn-success:not(:disabled):not(.disabled).active:focus, .show > .ss-ui-bootstrap .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.ss-ui-bootstrap .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .ss-ui-bootstrap .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .ss-ui-bootstrap .btn-info:focus, .ss-ui-bootstrap .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .ss-ui-bootstrap .btn-info.disabled, .ss-ui-bootstrap .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .ss-ui-bootstrap .btn-info:not(:disabled):not(.disabled):active, .ss-ui-bootstrap .btn-info:not(:disabled):not(.disabled).active, .show > .ss-ui-bootstrap .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .ss-ui-bootstrap .btn-info:not(:disabled):not(.disabled):active:focus, .ss-ui-bootstrap .btn-info:not(:disabled):not(.disabled).active:focus, .show > .ss-ui-bootstrap .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.ss-ui-bootstrap .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .ss-ui-bootstrap .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .ss-ui-bootstrap .btn-warning:focus, .ss-ui-bootstrap .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .ss-ui-bootstrap .btn-warning.disabled, .ss-ui-bootstrap .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .ss-ui-bootstrap .btn-warning:not(:disabled):not(.disabled):active, .ss-ui-bootstrap .btn-warning:not(:disabled):not(.disabled).active, .show > .ss-ui-bootstrap .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .ss-ui-bootstrap .btn-warning:not(:disabled):not(.disabled):active:focus, .ss-ui-bootstrap .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .ss-ui-bootstrap .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.ss-ui-bootstrap .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .ss-ui-bootstrap .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .ss-ui-bootstrap .btn-danger:focus, .ss-ui-bootstrap .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .ss-ui-bootstrap .btn-danger.disabled, .ss-ui-bootstrap .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .ss-ui-bootstrap .btn-danger:not(:disabled):not(.disabled):active, .ss-ui-bootstrap .btn-danger:not(:disabled):not(.disabled).active, .show > .ss-ui-bootstrap .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .ss-ui-bootstrap .btn-danger:not(:disabled):not(.disabled):active:focus, .ss-ui-bootstrap .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .ss-ui-bootstrap .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.ss-ui-bootstrap .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .ss-ui-bootstrap .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .ss-ui-bootstrap .btn-light:focus, .ss-ui-bootstrap .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .ss-ui-bootstrap .btn-light.disabled, .ss-ui-bootstrap .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .ss-ui-bootstrap .btn-light:not(:disabled):not(.disabled):active, .ss-ui-bootstrap .btn-light:not(:disabled):not(.disabled).active, .show > .ss-ui-bootstrap .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .ss-ui-bootstrap .btn-light:not(:disabled):not(.disabled):active:focus, .ss-ui-bootstrap .btn-light:not(:disabled):not(.disabled).active:focus, .show > .ss-ui-bootstrap .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.ss-ui-bootstrap .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .ss-ui-bootstrap .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .ss-ui-bootstrap .btn-dark:focus, .ss-ui-bootstrap .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .ss-ui-bootstrap .btn-dark.disabled, .ss-ui-bootstrap .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .ss-ui-bootstrap .btn-dark:not(:disabled):not(.disabled):active, .ss-ui-bootstrap .btn-dark:not(:disabled):not(.disabled).active, .show > .ss-ui-bootstrap .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .ss-ui-bootstrap .btn-dark:not(:disabled):not(.disabled):active:focus, .ss-ui-bootstrap .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .ss-ui-bootstrap .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.ss-ui-bootstrap .btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
  .ss-ui-bootstrap .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .ss-ui-bootstrap .btn-outline-primary:focus, .ss-ui-bootstrap .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .ss-ui-bootstrap .btn-outline-primary.disabled, .ss-ui-bootstrap .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .ss-ui-bootstrap .btn-outline-primary:not(:disabled):not(.disabled):active, .ss-ui-bootstrap .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .ss-ui-bootstrap .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .ss-ui-bootstrap .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .ss-ui-bootstrap .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .ss-ui-bootstrap .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.ss-ui-bootstrap .btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  .ss-ui-bootstrap .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .ss-ui-bootstrap .btn-outline-secondary:focus, .ss-ui-bootstrap .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .ss-ui-bootstrap .btn-outline-secondary.disabled, .ss-ui-bootstrap .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .ss-ui-bootstrap .btn-outline-secondary:not(:disabled):not(.disabled):active, .ss-ui-bootstrap .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .ss-ui-bootstrap .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .ss-ui-bootstrap .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .ss-ui-bootstrap .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .ss-ui-bootstrap .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.ss-ui-bootstrap .btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .ss-ui-bootstrap .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .ss-ui-bootstrap .btn-outline-success:focus, .ss-ui-bootstrap .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .ss-ui-bootstrap .btn-outline-success.disabled, .ss-ui-bootstrap .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .ss-ui-bootstrap .btn-outline-success:not(:disabled):not(.disabled):active, .ss-ui-bootstrap .btn-outline-success:not(:disabled):not(.disabled).active, .show > .ss-ui-bootstrap .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .ss-ui-bootstrap .btn-outline-success:not(:disabled):not(.disabled):active:focus, .ss-ui-bootstrap .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .ss-ui-bootstrap .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.ss-ui-bootstrap .btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .ss-ui-bootstrap .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .ss-ui-bootstrap .btn-outline-info:focus, .ss-ui-bootstrap .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .ss-ui-bootstrap .btn-outline-info.disabled, .ss-ui-bootstrap .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .ss-ui-bootstrap .btn-outline-info:not(:disabled):not(.disabled):active, .ss-ui-bootstrap .btn-outline-info:not(:disabled):not(.disabled).active, .show > .ss-ui-bootstrap .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .ss-ui-bootstrap .btn-outline-info:not(:disabled):not(.disabled):active:focus, .ss-ui-bootstrap .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .ss-ui-bootstrap .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.ss-ui-bootstrap .btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .ss-ui-bootstrap .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .ss-ui-bootstrap .btn-outline-warning:focus, .ss-ui-bootstrap .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .ss-ui-bootstrap .btn-outline-warning.disabled, .ss-ui-bootstrap .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .ss-ui-bootstrap .btn-outline-warning:not(:disabled):not(.disabled):active, .ss-ui-bootstrap .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .ss-ui-bootstrap .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .ss-ui-bootstrap .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .ss-ui-bootstrap .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .ss-ui-bootstrap .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.ss-ui-bootstrap .btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .ss-ui-bootstrap .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .ss-ui-bootstrap .btn-outline-danger:focus, .ss-ui-bootstrap .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .ss-ui-bootstrap .btn-outline-danger.disabled, .ss-ui-bootstrap .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .ss-ui-bootstrap .btn-outline-danger:not(:disabled):not(.disabled):active, .ss-ui-bootstrap .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .ss-ui-bootstrap .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .ss-ui-bootstrap .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .ss-ui-bootstrap .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .ss-ui-bootstrap .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.ss-ui-bootstrap .btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .ss-ui-bootstrap .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .ss-ui-bootstrap .btn-outline-light:focus, .ss-ui-bootstrap .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .ss-ui-bootstrap .btn-outline-light.disabled, .ss-ui-bootstrap .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .ss-ui-bootstrap .btn-outline-light:not(:disabled):not(.disabled):active, .ss-ui-bootstrap .btn-outline-light:not(:disabled):not(.disabled).active, .show > .ss-ui-bootstrap .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .ss-ui-bootstrap .btn-outline-light:not(:disabled):not(.disabled):active:focus, .ss-ui-bootstrap .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .ss-ui-bootstrap .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.ss-ui-bootstrap .btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .ss-ui-bootstrap .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .ss-ui-bootstrap .btn-outline-dark:focus, .ss-ui-bootstrap .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .ss-ui-bootstrap .btn-outline-dark.disabled, .ss-ui-bootstrap .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .ss-ui-bootstrap .btn-outline-dark:not(:disabled):not(.disabled):active, .ss-ui-bootstrap .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .ss-ui-bootstrap .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .ss-ui-bootstrap .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .ss-ui-bootstrap .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .ss-ui-bootstrap .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.ss-ui-bootstrap .btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent; }
  .ss-ui-bootstrap .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .ss-ui-bootstrap .btn-link:focus, .ss-ui-bootstrap .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .ss-ui-bootstrap .btn-link:disabled, .ss-ui-bootstrap .btn-link.disabled {
    color: #6c757d; }
.ss-ui-bootstrap .btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }
.ss-ui-bootstrap .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }
.ss-ui-bootstrap .btn-block {
  display: block;
  width: 100%; }
  .ss-ui-bootstrap .btn-block + .btn-block {
    margin-top: 0.5rem; }
.ss-ui-bootstrap input[type="submit"].btn-block,
.ss-ui-bootstrap input[type="reset"].btn-block,
.ss-ui-bootstrap input[type="button"].btn-block {
  width: 100%; }
.ss-ui-bootstrap .modal-open {
  overflow: hidden; }
.ss-ui-bootstrap .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .ss-ui-bootstrap .modal {
    overflow-x: hidden;
    overflow-y: auto; }
.ss-ui-bootstrap .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .ss-ui-bootstrap .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .ss-ui-bootstrap .modal-dialog {
    transform: translate(0, 0); }
.ss-ui-bootstrap .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
.ss-ui-bootstrap .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }
.ss-ui-bootstrap .vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none; }
.ss-ui-bootstrap .vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none; }
.ss-ui-bootstrap .modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  max-width: inherit;
  /* For Bootstrap 4 - to avoid the modal window stretching full width */
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all; }
.ss-ui-bootstrap .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .ss-ui-bootstrap .modal-backdrop.fade {
    opacity: 0; }
  .ss-ui-bootstrap .modal-backdrop.show {
    opacity: 0.5; }
.ss-ui-bootstrap .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .ss-ui-bootstrap .modal-header .close {
    padding: 1rem;
    margin: -1rem; }
.ss-ui-bootstrap .modal-title {
  margin-bottom: 0;
  line-height: 1.5; }
.ss-ui-bootstrap .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }
.ss-ui-bootstrap .modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .ss-ui-bootstrap .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .ss-ui-bootstrap .modal-footer > :not(:last-child) {
    margin-right: .25rem; }
.ss-ui-bootstrap .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }
@media (min-width: 576px) {
  .ss-ui-bootstrap .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .ss-ui-bootstrap .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .ss-ui-bootstrap .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .ss-ui-bootstrap .modal-lg {
    max-width: 800px; } }
.ss-ui-bootstrap .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .ss-ui-bootstrap .close:hover, .ss-ui-bootstrap .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75; }
  .ss-ui-bootstrap .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
.ss-ui-bootstrap button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

/*# sourceMappingURL=ss-ui-bootstrap.css.map */
