@charset "utf-8";

/* ============================== =blocks - base styles ============================== */

/* =CalloutBox - base */

.CalloutBox {
    color: #fff;
    background-color: #888;
    margin: 2em auto;
    padding: 1px 4%;
}

.CalloutBox p {
    margin: 1em 0;
}

/* =ReminderBox - base */

.ReminderBox {
    color: #fff;
    background-color: #888;
    width: 50%;
    float: right;
    padding: 1px 4%;
    margin: 1em 0 1em 2em;
}

.ReminderBox h4 {
    margin-top: 0.5em;
}

.ReminderBox p {
    margin: 1em 0;
}

/* =AdSense - base */

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
    padding: 1%;
}

.AdSenseBoxLeft {
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}

.AdSenseBoxRight {
    float: right;
    margin-left: 2%;
    margin-bottom: 2%;
}

.AdSenseResponsiveBox {
    width: 50%;
}

@media only screen and (max-width: 447px) {
    .AdSenseResponsiveBox {
        margin: 0;
        float: none;
        width: 100%;
    }
}

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

.AdSenseBoxCenter468 {
    width: 468px;
    margin: 2% auto;
    clear: both;
}

.AdSenseBoxExtraColumn {
    padding: 0;
    margin: 2% auto;
    clear: both;
}

/* =FBI - base */

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

#PageWrapper .formwrapper .formBuilderForm-Throbber {
    border: 0;
}
#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;
}

/* =WhatsNew - base */

.WhatsNew {
    border: 1px solid #eee;
    margin: 1em 0;
    position: relative;
    box-sizing: border-box;
}

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

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

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

#PageWrapper .WhatsNew img {
    border: 0;
}

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

#PageWrapper .WhatsNew ol,
#PageWrapper .WhatsNew ul,
#PageWrapper .WhatsNew li {
    margin: 0;
    padding: 0;
    list-style: none;
    background: transparent;
}

#PageWrapper .WhatsNew ol {
    margin: 0 4%;
    overflow: hidden;
}

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

#PageWrapper .WhatsNew h3 {
    font-size: 125%;
    line-height: 1.2;
    margin-top: 1em;
    margin-bottom: 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;
}

.WhatsNew-icon {
    padding: 4px 4px 2px;
    width: 24px;
    height: 22px;
}

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

#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;
    width: 91px;
    height: 21px;
}

@media only screen and (max-width: 768px) {
    #PageWrapper .WhatsNew h2 {
        padding-right: 4px;
    }

    .WhatsNew-subscribe {
        position: static;
    }

    .WhatsNew-icon {
        display: none;
    }

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

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

/* =RSSbox - base */

.RSSbox {
    margin: 1em 0 2em;
    text-align: center;
}

.RSSbox ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.RSSbox li {
    background-image: none;
    padding: 0;
    margin: 0 0 5px 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 - responsive */
@media (max-width: 768px) {
    #PageWrapper .text_image_floated.text_image_left .ImageBlock,
    #PageWrapper .text_image_floated.text_image_right .ImageBlock {
        float: none;
        margin: 0 0 15px 0;
    }

    div#PageWrapper .text_image_floated .ImageBlock {
        max-width: 100%;
    }
}
/* END =Text\Image Block - responsive */

/* =Ezine - base */

.Ezine {
    padding: 4%;
    margin-bottom: 2em;
    background: #eee;
}

.Ezine table {
    width: 100%;
}

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

.Ezine .EzineInputAbove {
    width: 100%;
}

.EzineInput input {
    width: 85%;
    max-width: 350px;
    padding: 5px;
}

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

td.EzineLabel {
    text-align: right;
    vertical-align: middle;
}

td.EzineLabelAbove {
    text-align: center;
}

.EzineDescription {
    text-align: center;
}

/* =Ezine2 - base */

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

.EzineRow {
    padding: 0.5em 0;
    max-width: 100%;
    box-sizing: border-box;
}

.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;
    max-width: 100%;
    box-sizing: border-box;
}

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

.EzineLeft,
body #PageWrapper .Ezine2.EzineLeft,
html.mobile body #PageWrapper .Ezine2.EzineLeft {
    text-align: left;
}

.EzineCenter,
body #PageWrapper .Ezine2.EzineCenter,
html.mobile body #PageWrapper .Ezine2.EzineCenter {
    text-align: center;
}

.EzineRight,
body #PageWrapper .Ezine2.EzineRight,
html.mobile body #PageWrapper .Ezine2.EzineRight {
    text-align: right;
}

/* =ImageBlock - base */

a .Caption {
    color: inherit;
}

.CaptionLeft {
    text-align: left !important;
}

.CaptionCenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
}

.CaptionRight {
    text-align: right !important;
}

.Caption {
    font-size: 85%;
    display: block;
}

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

/* none-JavaScript fix for too large images */
#PageWrapper .ImageBlock img {
    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;
    margin-bottom: 10px;
}

#PageWrapper .ImageBlockLeft img {
    margin-right: 15px;
}

#PageWrapper .ImageBlockRight {
    float: right;
    text-align: center;
    margin-bottom: 10px;
}

#PageWrapper .ImageBlockRight img {
    margin-left: 15px;
}

#PageWrapper .ImageBlockRight .Caption {
    margin-left: 15px;
}
#PageWrapper .ImageBlockCenter {
    margin: 15px 0;
    text-align: center;
}

/* 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 */

/* 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 */

#PageWrapper .noalignment {
    float: left;
}

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

/* -- 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;

 }
 #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;
    list-style-type: 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;

 }

#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;
}

/* =TOC - base */

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

/* =C2 - base */

table#comments {
    table-layout: fixed;
    max-width: 100%;
}

#PageWrapper .formbody td {
    padding: 2px;
}

#NavColumn .formbody input[type="text"],
#NavColumn .formbody textarea,
#NavColumn .formbody img {
    box-sizing: border-box;
}

#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;
}

/* -- Grid Block -- */

.grid_block {
    table-layout: fixed;
    border-collapse: collapse;
}

.grid_block td {
    padding: 0;
}

/* -- Responsive Grid Block -- */

.mobile .responsive-row img,
.bb1mobile .responsive-row img {
    max-width: 100% !important;
    box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
    .responsive-row img {
        max-width: 100% !important;
        box-sizing: border-box;
    }
}

.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 videos */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; 
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

/* =Navigation - base */

.Navigation ul {
    margin: 1em 0 2em;
    padding: 0;
    list-style: none;
}

.Navigation li {
    padding: 0;
    margin: 0;
}

#PageWrapper div.Navigation a,
.Navigation a,
#PageWrapper div.Navigation a:visited,
.Navigation a:visited {
    font-size: 20px;
    background: #eee;
    color: #888;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
}

#PageWrapper div.Navigation a:hover,
.Navigation a:hover {
    background: #888;
    color: #fff;
}

/* =HorizontalNavBar - base */

#PageWrapper div.HorizontalNavBar ul.root {
    display: inline-block;
    vertical-align: top;
    *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: 200px;
}

#PageWrapper div.HorizontalNavBar ul ul ul {
    top: 0;
    left: 200px;
    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 transparent;
    border-top-color: #000;
}

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

#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;
}

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

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

.ResponsiveNavButton {
    display: none;
}

table#ColumnsWrapper,
table#ContentWrapper {
    border-collapse: collapse;
    width: 100%;
}

/* =SocializeIt - base */

@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;
    }
}

/* =misc */

iframe {
    max-width: 100%;
}

.fb-like iframe {
    max-width: none !important;
}

hr {
    clear: both;
}

/* ============================== =generic ============================== */

html {
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: Cantarell, Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #808080;
    background: #fff;
    padding: 0;
    margin: 0;
    text-rendering: optimizeLegibility;
}

a {
    color: #01c5da;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #01b9cc;
    text-decoration: underline;
}

a img {
    border: 0;
}

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

h1, h2, h3, h4, h5, h6 {
    font-family: RalewayHeavy, Arial, Helvetica, sans-serif;
    line-height: 1.3;
    margin: 1em 0 0.25em;
    font-weight: bold;
    text-transform: uppercase;
    color: #404040;
}

h1 {
    font-size: 200%;
    text-align: center;
}

h2 {
    font-size: 166%;
}

h3 {
    font-size: 133%;
}

h4 {
    font-size: 111%;
}

h5,
h6 {
    font-size: 100%;
}

p {
    margin: 1em 0 1.5em 0;
}

/* ============================== =layout ============================== */

#PageWrapper {
    max-width: 1680px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
}

#PageWrapper.legacy {
    min-width: 980px;
}

#Header .Liner,
#Footer .Liner {
    padding: 1px 0;
}

#ExtraWrapper {
    display: none;
}

/* =Header */

#Header .Liner {
    position: relative;
    z-index: 2;
    min-height: 448px;
    background: #2f363c url('sd/image-files/header.jpg') no-repeat bottom center;
    padding-top: 50px;
}

#Header .WebsiteName {
    font-size: 30px;
    line-height: 1.3;
}

#Header .WebsiteName { /* SiteDesigner inheritance prevention */
    font-family: RalewayHeavy, Arial, Helvetica, sans-serif;
    font-size: 50px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    border: 0;
    margin: 0.5em 1em 0 1em;
    padding: 0;
    background: none;
}

#Header .WebsiteName a {
    color: #fff;
    text-decoration: none;
}

#Header .WebsiteName a:hover {
    color: #fff;
    text-decoration: none;
}

#Header .Tagline {
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin: 0.1em 1em;
}

/* =ContentColumn */

#ContentColumn .Liner {
    padding: 1px 5%;
}

/* =NavColumn */

#NavWrapper {
    display: none;
}

/* =Footer */

#FooterWrapper {
    clear: both;
}

#Footer .Liner {
    padding: 5%;
    background: #404040;
    text-align: center;    
}

#Footer p {
    color: #fff;
    text-align: center;
}

/* ============================== =blocks - custom styles ============================== */

/* =CalloutBox - custom */

.CalloutBox {
    color: #808080;
    background-color: #f5f5f5;
    margin: 5% 10%;
    padding: 2% 4%;
}

#PageWrapper .CalloutBox p { /* SiteDesigner inheritance prevention */
    font-family: Cantarell, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-variant: normal;
    color: #808080;
}

/* =ReminderBox - custom */

.ReminderBox {
    color: #808080;
    background-color: #f5f5f5;
    padding: 2% 4%;
}

#PageWrapper .ReminderBox h4 { /* SiteDesigner inheritance prevention */
    font-family: RalewayHeavy, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    color: #404040;
    text-align: left;
    border: 0;
    margin: 8px 0px 4px 0px;
    background: none;
}

#PageWrapper .ReminderBox p { /* SiteDesigner inheritance prevention */
    font-family: Cantarell, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-variant: normal;
    color: #808080;
}

/* =Ezine - custom */

.Ezine {
    background: #f5f5f5;
    max-width: 800px;
    margin: 0 auto;
}

.EzineInput input {
    padding: 7px;
    margin: 10px;
    background: #f5f5f5;
    border: 1px solid #808080;
}

td.EzineLabel {
    font-family: RalewayHeavy, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #404040;
    text-transform: uppercase;
}

.EzineDescription {
    font-size: 20px;
}

/* =Ezine2 - custom */

.Ezine2 {
    padding: 2% 4%;
    background: #f5f5f5;
    max-width: 800px;
    margin: 1em auto;
}

.Ezine2 label {
    font-family: RalewayHeavy, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #404040;
    text-transform: uppercase;
    margin: 5px;
}

.Ezine2 input[type=text],
.Ezine2 input[type=email] {
    padding: 7px;
    margin: 5px;
    background: #f5f5f5;
    border: 1px solid #808080;
}

.EzineButton {
    margin: 5px;
    border: 0;
    padding: 1em 0.5em;
    line-height: 1.1;
    background: #01c5da;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

.EzineButton:hover {
    background: #eb5367;
}

/* =ImageBlock - custom */

#PageWrapper .ImageBlockLeft img {
    margin-right: 30px;
}

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

.Caption {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

/* =Navigation - custom */

#PageWrapper div.Navigation h3,
.Navigation h3 {
    text-transform: uppercase;
}

#PageWrapper div.Navigation a,
.Navigation a,
#PageWrapper div.Navigation a:visited,
.Navigation a:visited {
    font-size: 18px;
    color: #808080;
    background: #f5f5f5;
    padding: 1% 2%;
    margin: 1% 0;;
}

#PageWrapper div.Navigation a:hover,
.Navigation a:hover {
    background: #01c5da;
    color: #fff;
}

/* =HorizontalNavBar - custom */

#Header .HorizontalNavBar {
    width: 100%;
    position: absolute;
    top: 0;
    background: #2f363c;
    padding: 6px 0;
}

#PageWrapper div.HorizontalNavBar ul.root {
    font-family: Cantarell, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

#PageWrapper div.HorizontalNavBar ul ul {
    top: 45px;
    background-color: transparent;
}

#PageWrapper div.HorizontalNavBar li li {
    background: transparent;
    border: 1px solid #e26d53;
}

#PageWrapper div.HorizontalNavBar span.navheader,
#PageWrapper div.HorizontalNavBar a {
    color: #fff;
    line-height: 2;
    padding: 5px 25px;
}

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

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

#PageWrapper div.HorizontalNavBar ul ul span.navheader,
#PageWrapper div.HorizontalNavBar ul ul a {
    background: #e26d53;
    padding-left: 25px;
}

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

#PageWrapper div.HorizontalNavBar ul ul .hover > span.navheader ins,
#PageWrapper div.HorizontalNavBar ul ul span.navheader:hover ins {
    border-color: transparent;
    border-left-color: #e26d53;
}

/* =ResponsiveNav - custom */

@media only screen and (max-width: 768px) {
    .ResponsiveNavWrapper .HorizontalNavBar {
        display: none !important;
    }

    .ResponsiveNavReady .ResponsiveNavWrapper {
        text-align: right;
    }

    .ResponsiveNavReady .ResponsiveNavWrapper:after {
        content:'';
        display:block;
        clear: both;
    }

    .ResponsiveNavReady .ResponsiveNav {
        text-align: left;
        padding-top: 0;
        padding-bottom: 40px;
        background: #fff;
        width: 100%;
        position: absolute;
        left: -100%;
        top: 0;
        z-index: 2;
        min-height: 100%;
        box-sizing: border-box;
    }

    .ResponsiveNavReady .ResponsiveNav {
        transition: left 0.5s ease;
    }

    .ResponsiveNavActive .ResponsiveNav {
        left: 0;
    }

    .ResponsiveNavActivated #PageWrapper {
        overflow: hidden;
    }

    .ResponsiveNavReady .ResponsiveNav ul {
        border-left: 1px solid #ccc;
        margin-bottom: 10px;
        padding-left: 30px;
        list-style: none;
    }

    .ResponsiveNavReady .ResponsiveNav .navheader {
        font-size: 22px;
        color: #141412;
        font-weight: bold;
        font-style: normal;
        text-align: left;
        text-transform: uppercase;
        background: transparent;
        margin: 10px 0;
    }

    .ResponsiveNavReady .ResponsiveNav a {
        display: block;
    }

    .ResponsiveNavReady .ResponsiveNavButton {
        display: table;
        height: 45px;
        padding: 0 0.5em;
        line-height: 1.1;
        background: #01c5da;
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        text-align: center;
        cursor: pointer;
        position: absolute;
        top: 0;
        margin-top: 15px;
        right: 15px;
        z-index: 1;
    }

    .ResponsiveNavReady .ResponsiveNavButton span {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .ResponsiveNavReady .ResponsiveNavButton:hover {
        background: #eb5367;
    }

    .ResponsiveNavActive .ResponsiveNavButton {
        font-size: 18px;
        width: 45px;
        padding: 0;
        position: fixed !important;
        top: 0;
        right: 15px;
        z-index: 3;
    }

    .ResponsiveNavReady #Header .ResponsiveNavButton {
        position: absolute;
        bottom: 0;
        right: 10px;
    }
}

/* =WhatsNew - custom */

.WhatsNew {
    border: none;
    margin: 50px 0;
}

#PageWrapper .WhatsNew h2 { /* SiteDesigner inheritance prevention */
    font-family: RalewayHeavy, Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-align: left;
    color: #404040;
    border: 0;
    background: none;
}

#PageWrapper .WhatsNew h2 a {
    font-weight: bold;
    color: #404040;
}

#PageWrapper .WhatsNew h3 { /* SiteDesigner inheritance prevention */
    font-family: RalewayHeavy, Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-align: left;
    border: 0;
    margin: 1em 0 5px 0;
    padding: 0;
    background: none;
}

#PageWrapper .WhatsNew ol li {
    border-top: 1px solid #f5f5f5;
}

.WhatsNew-subscribe {
    right: 10px;
    top: 10px;
}

.questionMark {
    font-family: RalewayHeavy, Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #404040;
}

.RSSbox ul {
    margin: 30px 0;
}

/* ============================== =responsive ============================== */

.mobileOnly {
    display: none !important;
}

@media only screen and (max-width: 447px) {
    .desktopOnly {
        display: none !important;
    }

    .mobileOnly {
        display: block !important;
    }
}

@media only screen and (max-width: 768px) {
    .modern #Header .Liner {
        padding-top: 1px;
        min-height: 300px;
        background-size: contain;
    }
}

/* =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 {
    color: black;
    content: ">";
}
#PageWrapper .BreadcrumbBlock.BreadcrumbBlockRight .BreadcrumbTiers {
    text-align:right;
}
#PageWrapper .BreadcrumbBlock.BreadcrumbBlockLeft .BreadcrumbTiers {
    text-align:left;
}
#PageWrapper .BreadcrumbBlock.BreadcrumbBlockCenter .BreadcrumbTiers {
    text-align:center;
}

/* socialize it 3.0 */
.SocialDestinations span {
    display: none;
}
.SocialShare .socialIcon:hover {
    text-decoration: none;
}
.SocialShare .socialIcon {
    line-height: 2em;
    white-space: nowrap;
    display: inline-block;
}
#PageWrapper .SocialShare .socialIcon.twitter {
    color: #000000;
}
#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 */
.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);
}
.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;
}

/* FAQ and Accordion block */
.FAQContainer {
    padding: 20px 0;
}
.FAQContainer .AccordionContainer summary {
    font-size: 22px;
    margin-top: 0;
    padding: 10px 0;
    list-style: none;
}
.FAQContainer .AccordionContainer summary .AccordionHeader {
    cursor: pointer;
}
.FAQContainer .AccordionContainer summary::-webkit-details-marker {
    display: none;
}
.FAQContainer .AccordionContainer summary .AccordionHeader:before {
    content: "\25BA";
    float: left;
    margin-right: 5px;
    font-size: 0.7em;
    line-height: 2em;
}
.FAQContainer .AccordionContainer[open] .AccordionHeader:before {
    content: "\25BC";
}
.FAQContainer.disabled .AccordionContainer summary .AccordionHeader:before {
    display: none;
}
.FAQContainer .AccordionContainer summary .AccordionHeader p {
    display: block;
    margin: 0;
    padding: 0;
}

.FAQContainer.disabled .AccordionContainer summary::marker {
    content: '';
    display: block;
}
.FAQContainer.disabled .AccordionContainer summary {
    pointer-events: none;
}

/* submission block fix - #42174*/
@media (max-width: 768px) {
    .imagePreview img {
        height: auto;
    }
}

/* 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 */
/* =styles-combo.css temp= */

/***** C2 styles *****/
.c2Form {
padding:8px;
border:1px solid #ddd;
}

.c2Form input[type=text] {
max-width: 100%;
}

@media only screen and (max-width: 440px) {
.c2Form table,
.c2Form tr,
.c2Form tbody,
.c2Form td {
display: block;
}
.c2Form table p {
text-align: left !important;
}
.otherText {
display: block;
}
}

.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 */

/***********************************************/
/* Customizations from SiteDesigner start here */
/***********************************************/

/* font RalewayHeavy definition */
@font-face {
    font-family: RalewayHeavy;
    font-display: fallback;
    src: url('css_webfonts/ralewayheavy-webfont.eot');
    src: url('css_webfonts/ralewayheavy-webfont.eot?iefix') format('eot'),
         url('css_webfonts/ralewayheavy-webfont.woff') format('woff'),
         url('css_webfonts/ralewayheavy-webfont.ttf') format('truetype'),
         url('css_webfonts/ralewayheavy-webfont.svg#ralewayextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
} 

/* font RalewayHeavy bold definition */
@font-face {
    font-family: RalewayHeavy;
    font-display: fallback;
    src: url('css_webfonts/ralewayheavy-bold-webfont.eot');
    src: url('css_webfonts/ralewayheavy-bold-webfont.eot?iefix') format('eot'),
         url('css_webfonts/ralewayheavy-bold-webfont.woff') format('woff'),
         url('css_webfonts/ralewayheavy-bold-webfont.ttf') format('truetype'),
         url('css_webfonts/ralewayheavy-bold-webfont.svg#ralewayblack') format('svg');
    font-weight: bold;
        font-style: normal;
} 

/* font RalewayHeavy italic definition */
@font-face {
    font-family: RalewayHeavy;
    font-display: fallback;
    src: url('css_webfonts/ralewayheavy-italic-webfont.eot');
    src: url('css_webfonts/ralewayheavy-italic-webfont.eot?iefix') format('eot'),
         url('css_webfonts/ralewayheavy-italic-webfont.woff') format('woff'),
         url('css_webfonts/ralewayheavy-italic-webfont.ttf') format('truetype'),
         url('css_webfonts/ralewayheavy-italic-webfont.svg#ralewayextrabold_italic') format('svg');
    font-weight: normal;
        font-style: italic;
} 

/* font RalewayHeavy bold-italic definition */
@font-face {
    font-family: RalewayHeavy;
    font-display: fallback;
    src: url('css_webfonts/ralewayheavy-bold-italic-webfont.eot');
    src: url('css_webfonts/ralewayheavy-bold-italic-webfont.eot?iefix') format('eot'),
         url('css_webfonts/ralewayheavy-bold-italic-webfont.woff') format('woff'),
         url('css_webfonts/ralewayheavy-bold-italic-webfont.ttf') format('truetype'),
         url('css_webfonts/ralewayheavy-bold-italic-webfont.svg#ralewayblack_italic') format('svg');
    font-weight: bold;
        font-style: italic;
} 

/* font Cantarell definition */
@font-face {
    font-family: Cantarell;
    font-display: fallback;
    src: url('css_webfonts/cantarell-webfont.eot');
    src: url('css_webfonts/cantarell-webfont.eot?iefix') format('eot'),
         url('css_webfonts/cantarell-webfont.woff') format('woff'),
         url('css_webfonts/cantarell-webfont.ttf') format('truetype'),
         url('css_webfonts/cantarell-webfont.svg#_.regular') format('svg');
    font-weight: normal;
    font-style: normal;
} 

/* font Cantarell bold definition */
@font-face {
    font-family: Cantarell;
    font-display: fallback;
    src: url('css_webfonts/cantarell-bold-webfont.eot');
    src: url('css_webfonts/cantarell-bold-webfont.eot?iefix') format('eot'),
         url('css_webfonts/cantarell-bold-webfont.woff') format('woff'),
         url('css_webfonts/cantarell-bold-webfont.ttf') format('truetype'),
         url('css_webfonts/cantarell-bold-webfont.svg#_.regular') format('svg');
    font-weight: bold;
        font-style: normal;
} 

/* font Cantarell italic definition */
@font-face {
    font-family: Cantarell;
    font-display: fallback;
    src: url('css_webfonts/cantarell-italic-webfont.eot');
    src: url('css_webfonts/cantarell-italic-webfont.eot?iefix') format('eot'),
         url('css_webfonts/cantarell-italic-webfont.woff') format('woff'),
         url('css_webfonts/cantarell-italic-webfont.ttf') format('truetype'),
         url('css_webfonts/cantarell-italic-webfont.svg#_.regular') format('svg');
    font-weight: normal;
        font-style: italic;
} 

/* font Cantarell bold-italic definition */
@font-face {
    font-family: Cantarell;
    font-display: fallback;
    src: url('css_webfonts/cantarell-bold-italic-webfont.eot');
    src: url('css_webfonts/cantarell-bold-italic-webfont.eot?iefix') format('eot'),
         url('css_webfonts/cantarell-bold-italic-webfont.woff') format('woff'),
         url('css_webfonts/cantarell-bold-italic-webfont.ttf') format('truetype'),
         url('css_webfonts/cantarell-bold-italic-webfont.svg#_.regular') format('svg');
    font-weight: bold;
        font-style: italic;
} 
/* regular */body, html.mobile body {
	font-family : Cantarell, Arial, Helvetica, sans-serif;
}
body, html.mobile body {
	font-family : Cantarell, Arial, Helvetica, sans-serif;
}
#PageWrapper #ExtraColumn .Liner, html.mobile #PageWrapper #ExtraColumn .Liner {
	background-color : #2F363C;
}
#PageWrapper #ContentColumn .Liner, html.mobile #PageWrapper #ContentColumn .Liner {
	border-bottom-width : 0;
	border-color : #000000;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
}
#PageWrapper h1, html.mobile #PageWrapper h1 {
	color : #000000;
	font-family : RalewayHeavy, Arial, Helvetica, sans-serif;
}
#PageWrapper h2, html.mobile #PageWrapper h2 {
	color : #777777;
	font-family : RalewayHeavy, Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-transform : capitalize;
}
#PageWrapper h3, html.mobile #PageWrapper h3 {
	color : #065478;
	font-family : RalewayHeavy, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	text-transform : capitalize;
}
#PageWrapper h4, html.mobile #PageWrapper h4 {
	color : #468d87;
	font-family : RalewayHeavy, Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-weight : normal;
	text-transform : capitalize;
}
#PageWrapper div.HorizontalNavBar ul a, html.mobile #PageWrapper div.HorizontalNavBar ul a {
	font-size : 12px;
}
#PageWrapper div.HorizontalNavBar ul span.navheader, html.mobile #PageWrapper div.HorizontalNavBar ul span.navheader {
	font-size : 12px;
}
#PageWrapper .ImageBlock img, html.mobile #PageWrapper .ImageBlock img {
	border-bottom-width : 0;
	border-color : #000000;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-width : 0;
}
#ContentColumn ol li, html.mobile #ContentColumn ol li {
	margin-left : 30px;
	padding-left : 0px;
}
#ContentColumn ul, html.mobile #ContentColumn ul {
	margin-left : 25px;
}
#PageWrapper .CalloutBox, html.mobile #PageWrapper .CalloutBox {
	background-color : #fff4d9;
	border-bottom-left-radius : 2px;
	border-bottom-right-radius : 2px;
	border-bottom-width : 0;
	border-color : #f3b841;
	border-left-width : 4px;
	border-right-width : 0;
	border-style : solid;
	border-top-left-radius : 2px;
	border-top-right-radius : 2px;
	border-top-width : 0;
}
#PageWrapper .ReminderBox, html.mobile #PageWrapper .ReminderBox {
	background-color : #fff1e4;
	border-bottom-left-radius : 8px;
	border-bottom-right-radius : 8px;
	border-bottom-width : 0;
	border-color : #065478;
	border-left-width : 0;
	border-right-width : 0;
	border-style : solid;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	border-top-width : 8px;
	width : 36%;
}
#PageWrapper .ReminderBox h4, html.mobile #PageWrapper .ReminderBox h4 {
	border-bottom-left-radius : 1px;
	border-bottom-right-radius : 1px;
	border-top-left-radius : 1px;
	border-top-right-radius : 1px;
	color : #065478;
	font-weight : normal;
	text-transform : capitalize;
}
#PageWrapper .ReminderBox ul, html.mobile #PageWrapper .ReminderBox ul {
	color : #000000;
}
#PageWrapper .ReminderBox ol, html.mobile #PageWrapper .ReminderBox ol {
	color : #000000;
}
#PageWrapper .ReminderBox p, html.mobile #PageWrapper .ReminderBox p {
	color : #000000;
}
#ContentColumn a, html.mobile #ContentColumn a {
	font-weight : normal;
	text-decoration : underline;
}
#ContentColumn a:not([data-pin-href]):link, html.mobile #ContentColumn a:not([data-pin-href]):link {
	color : #000000;
}
#ContentColumn a:visited, html.mobile #ContentColumn a:visited {
	color : #065478;
}
#ContentColumn a:not([data-pin-href]):hover, html.mobile #ContentColumn a:not([data-pin-href]):hover {
	color : #ff866c;
}
#PageWrapper #Footer a:link, html.mobile #PageWrapper #Footer a:link {
	color : #d4d4d4;
}
#PageWrapper #Footer a:visited, html.mobile #PageWrapper #Footer a:visited {
	color : #d4d4d4;
}
#PageWrapper #Footer a:hover, html.mobile #PageWrapper #Footer a:hover {
	color : #ffffff;
}
#PageWrapper .ReminderBox a, html.mobile #PageWrapper .ReminderBox a {
	font-weight : normal;
	text-decoration : underline;
}
#PageWrapper .ReminderBox a:link, html.mobile #PageWrapper .ReminderBox a:link {
	color : #065478;
}
#PageWrapper .ReminderBox a:visited, html.mobile #PageWrapper .ReminderBox a:visited {
	color : #ff866c;
}
#PageWrapper .ReminderBox a:hover, html.mobile #PageWrapper .ReminderBox a:hover {
	color : #ff866c;
	text-decoration : none;
}
#PageWrapper .CalloutBox a, html.mobile #PageWrapper .CalloutBox a {
	font-weight : normal;
	text-decoration : underline;
}
#PageWrapper .CalloutBox a:link, html.mobile #PageWrapper .CalloutBox a:link {
	color : #000000;
}
#PageWrapper .CalloutBox a:visited, html.mobile #PageWrapper .CalloutBox a:visited {
	color : #065478;
}
#PageWrapper .CalloutBox a:hover, html.mobile #PageWrapper .CalloutBox a:hover {
	color : #ff866c;
}
#PageWrapper .WhatsNew h2, html.mobile #PageWrapper .WhatsNew h2 {
	color : #f3b841;
}
#PageWrapper .WhatsNew h2 a:link, html.mobile #PageWrapper .WhatsNew h2 a:link {
	color : #f3b841;
}
#PageWrapper .Caption, html.mobile #PageWrapper .Caption {
	font-family : "Arial Black", Gadget;
}
#PageWrapper .ImageBlock a:link span, html.mobile #PageWrapper .ImageBlock a:link span {
	color : #000000;
	font-weight : bold;
	text-decoration : none;
}
#PageWrapper .ImageBlock a:visited span, html.mobile #PageWrapper .ImageBlock a:visited span {
	color : #065478;
}
#PageWrapper .ImageBlock a:hover span, html.mobile #PageWrapper .ImageBlock a:hover span {
	color : #ff866c;
	font-weight : normal;
}
#PageWrapper #Header .WebsiteName, html.mobile #PageWrapper #Header .WebsiteName {
	text-transform : capitalize;
}
body .eucookiebar a, html.mobile body .eucookiebar a {
	color : #000000;
}
body .eucookiebar a:link, html.mobile body .eucookiebar a:link {
	color : #000000;
}
body .eucookiebar a:visited, html.mobile body .eucookiebar a:visited {
	color : #000000;
}
body .eucookiebar a:hover, html.mobile body .eucookiebar a:hover {
	background-color : #fff3d9;
	color : #000000;
}
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem + .BreadcrumbItem::before, html.mobile #PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem + .BreadcrumbItem::before {
	color : #83cf8f;
}
#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem, html.mobile #PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem {
	font-size : 12px;
}
body #PageWrapper .SocialShare.SocialShareMini, html.mobile body #PageWrapper .SocialShare.SocialShareMini {
	text-align : center;
}
#PageWrapper .FAQContainer .AccordionContainer .AccordionContent a:link, html.mobile #PageWrapper .FAQContainer .AccordionContainer .AccordionContent a:link {
	font-weight : normal;
}
#PageWrapper .FAQContainer .AccordionContainer .AccordionContent a:hover, html.mobile #PageWrapper .FAQContainer .AccordionContainer .AccordionContent a:hover {
	color : #ff866c;
	font-weight : normal;
	text-decoration : none;
}

/* mobile */
/* media queries */@media (max-width:768px) {}@media (max-width:447px) {}.Navigation h3, html.mobile .Navigation h3{color:#404040;
}html.mobile .Navigation h3{
}@media (max-width:768px) {.Navigation h3{
}}@media (max-width:447px) {.Navigation h3{
}}#PageWrapper .Navigation h3, html.mobile #PageWrapper .Navigation h3{color:#404040;
}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{color:#404040;
}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{
}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{
}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{
}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{
}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{
}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{
}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{
}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{
}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{
}}
#PageWrapper .Ezine {
padding: 4px 0;
}
/* footer css *//* footer css */
/* Advanced CSS provided by user */

/* ------ TABLES ------ */

.hor-table-5 {
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 12px;
background: #F5F5F5;
margin: 100px;
width: 700px;
border-collapse: collapse;
text-align: left;
}

.hor-table-5 th {
font-size: 14px;
font-weight: normal;
color: #5F6861;
padding: 10px 8px;
border-bottom: 2px solid #929C94;
}

.hor-table-5 td {
border-bottom: 1px solid #ccc;
color: #929C94;
padding: 6px 8px;
}

.hor-table-5 tbody tr:hover td {
color: #FF866C;
}

.hor-table-4 {
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 12px;
background: #F5F5F5;
margin: 25px;
width: 600px;
border-collapse: collapse;
text-align: left;
}

.hor-table-4 th {
font-size: 14px;
font-weight: normal;
color: #5F6861;
padding: 5px 7px;
border-bottom: 2px solid #929C94;
}

.hor-table-4 td {
border-bottom: 1px solid #ccc;
color: #929C94;
padding: 5px 7px;
}

.hor-table-4 tbody tr:hover td {
color: #FF866C;
}

.hor-table-3 {
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 12px;
background: #F5F5F5;
margin: 100px;
width: 700px;
border-collapse: collapse;
text-align: left;
}

.hor-table-3 th {
font-size: 14px;
font-weight: normal;
color: #5F6861;
padding: 10px 8px;
border-bottom: 2px solid #929C94;
}

.hor-table-3 td {
border-bottom: 1px solid #ccc;
color: #929C94;
padding: 6px 8px;
}

.hor-table-3 tbody tr:hover td {
color: #FF866C;
}

.hor-table-2 {
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 12px;
background: #F5F5F5;
margin: 50px;
width: 900px;
border-collapse: collapse;
text-align: left;
}

.hor-table-2 th {
font-size: 14px;
font-weight: normal;
color: #5F6861;
padding: 6px 8px;
border-bottom: 2px solid #929C94;
}

.hor-table-2 td {
border-bottom: 1px solid #ccc;
color: #929C94;
padding: 6px 8px;
}

.hor-table-2 tbody tr:hover td {
color: #FF866C;
}

.hor-table {
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 12px;
background: #F5F5F5;
margin: 50px;
width: 675px;
border-collapse: collapse;
text-align: center;
}

.hor-table th {
font-size: 14px;
font-weight: normal;
color: #5F6861;
padding: 10px 8px;
border-bottom: 2px solid #929C94;
}

.hor-table td {
border-bottom: 1px solid #ccc;
color: #929C94;
padding: 6px 8px;
}

.hor-table tbody tr:hover td {
color: #FF866C;
}

html.mobile .hor-table-4 {
width:100%;
margin:5px;
max-width:100%; 
}

html.mobile .hor-table-4 td:nth-child(even),
html.mobile .hor-table-4 th:nth-child(even) {
width:40%;
padding:0;
}

html.mobile .hor-table-4 td:nth-child(odd),
html.mobile .hor-table-4 th:nth-child(odd) {
width:10%;
padding:0;
}

html.mobile .hor-table {
width:100%;
margin:5px auto;
max-width:100%; 
font-size:10px;
}

html.mobile .hor-table td, html.mobile .hor-table th {
width:13%;
padding:0;
padding-right:1%;
font-size:10px;
}

html.mobile .hor-table-5 {
width:100%;
margin:5px auto;
max-width:100%; 
font-size:11px;
}

html.mobile .hor-table-5 td, 
html.mobile .hor-table-5 th {
width:23%;
padding:0;
padding-right:1%;
padding-left:1%;
font-size:11px;
}

html.mobile .column_0,
html.mobile .column_1,
html.mobile .column_2 { 
float:left; 
width:100%; 
min-width:100%; 
max-width:100%; 
clear:both; 
}

/* ------------------------------------- */
/* ------------------------------------- */
/* ------ NEW TEMPLATE - MAY 2024 ------ */
/* ------------------------------------- */
/* ------------------------------------- */

/* ------ FONTS ------ */

/* nunito-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('https://www.bookkeeping-essentials.ca/support-files/nunito-v26-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 400;
  src: url('https://www.bookkeeping-essentials.ca/support-files/nunito-v26-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url('https://www.bookkeeping-essentials.ca/support-files/nunito-v26-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 700;
  src: url('https://www.bookkeeping-essentials.ca/support-files/nunito-v26-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* nunito-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url('https://www.bookkeeping-essentials.ca/support-files/nunito-sans-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 400;
  src: url('https://www.bookkeeping-essentials.ca/support-files/nunito-sans-v15-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: url('https://www.bookkeeping-essentials.ca/support-files/nunito-sans-v15-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 700;
  src: url('https://www.bookkeeping-essentials.ca/support-files/nunito-sans-v15-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 900;
  src: url('https://www.bookkeeping-essentials.ca/support-files/nunito-sans-v15-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 900;
  src: url('https://www.bookkeeping-essentials.ca/support-files/nunito-sans-v15-latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ------ TYPOGRAPHIC ------ */

body,
p,
#Footer .Liner p,
#PageWrapper #ContentColumn {
line-height: 1.6;
font-size: 20px;
font-family: 'Nunito', Arial, sans-serif;
font-weight: 400;
color: #202020;
}

#PageWrapper .CalloutBox,
#PageWrapper .CalloutBox p,
#PageWrapper .ReminderBox,
#PageWrapper .ReminderBox p {
line-height: 1.6;
font-family: 'Nunito', Arial, sans-serif;
font-weight: 400;
}

h1, h2, h3, h4,
#PageWrapper h1,
#PageWrapper h2,
#PageWrapper h3,
#PageWrapper h4,
#PageWrapper .CalloutBox h2,
#PageWrapper .CalloutBox h3,
#PageWrapper .CalloutBox h4,
#PageWrapper .ReminderBox h2,
#PageWrapper .ReminderBox h3,
#PageWrapper .ReminderBox h4,
#PageWrapper .WhatsNew h2,
#PageWrapper .WhatsNew h3 {
margin: 1em 0 0.5em;
font-family: 'Nunito Sans', Arial, sans-serif;
font-weight: 900;
line-height: 1.0;
text-transform: none;
letter-spacing: -0.02em;
text-align: left;
}

h1 + h2,
h1 + h3,
h1 + h4,
h2 + h2,
h2 + h3,
h2 + h4,
h3 + h2,
h3 + h3,
h3 + h4 {
margin-top: 0 !important;
}

#NavColumn p {
font-size: 100%;
padding: 0;
}

#PageWrapper #Footer,
#PageWrapper #Footer p {
font-family: 'Nunito', Arial, sans-serif;
font-size: 14px;
text-align: center;
color: #bbb;
letter-spacing: 0.02em;
}

#PageWrapper #Footer h2,
#PageWrapper #Footer h3,
#PageWrapper #Footer h4 {
color: #bbb;
}

#ContentColumn a,
#NavColumn a {
text-decoration: underline;
font-weight: unset;
text-underline-offset: 0.3rem;
text-decoration-thickness: 0.07em !important;
}

#ContentColumn a:link,
#ContentColumn a:not([data-pin-href]):link {
color: #00809c;
color: #000;
}

#ContentColumn a:visited,
#ContentColumn a:not([data-pin-href]):visited {
color: #777;
}

#ContentColumn a:hover,
#ContentColumn a:not([data-pin-href]):hover {
color: #000;
background: #fff4d9;
}

.SS_BB2 #PageWrapper #Header h2,
.SS_BB2 #PageWrapper #Header h3,
.SS_BB2 #PageWrapper #Header h4 {
color: #fff !important;
}

a:link img,
a:visited img,
a:hover img,
#ContentColumn a:link img,
#ContentColumn a:visited img,
#ContentColumn a:hover img {
background: none;
text-decoration: none;
}

a:hover img {
opacity: 0.8;
}

#ContentColumn .ImageBlock a:hover,
#ContentColumn .ImageBlock a:not([data-pin-href]):hover {
background: none !important;
}

#PageWrapper #Footer .Liner a:link,
#PageWrapper #Footer .Liner a:visited,
#PageWrapper #Footer .Liner a:hover {
text-decoration: underline;
text-underline-offset: 0.3rem;
text-decoration-thickness: 0.07em !important;
}

h1, #PageWrapper h1 {
font-size: 40px;
color: #000;
}

h1 em, #PageWrapper h1 em {
font-style: normal;
color: #f66243;
color: #468d87;
}

h2, #PageWrapper h2 {
font-size: 30px;
color: #f66243;
color: #000;
}

h3, #PageWrapper h3 {
font-size: 25px;
color: #000;
}

h4, #PageWrapper h4 {
font-size: 20px;
color: #f3b841;
color: #000;
}

#ContentColumn ul li::marker,
#ContentColumn ol li::marker {
color: #ff866c;
font-weight: 700;
}

#ContentColumn ul,
#ContentColumn ol {
padding: 1px 0;
}

#ContentColumn ol {
margin-left: 30px;
}

#ContentColumn ul {
margin-left: 60px;
}

#ContentColumn ul li,
#ContentColumn ol li {
margin-top: 10px;
margin-bottom: 10px;
}

/* ------ SITE STRUCTURE ------ */

#PageWrapper {
max-width: 100%;
}

#PageWrapper #HeaderWrapper {
width: 100%;
margin: 0 auto;
display: table;
border: 0;
position: relative;
background: #1c1c1c;
}

#PageWrapper #Header {
width: 100%;
max-width: 100%;
margin: 0 auto;
display: table;
padding: 0;
background: url("https://www.bookkeeping-essentials.ca/image-files/header.png") no-repeat bottom right transparent;
background-size: auto 100%;
}

#PageWrapper #Header .Liner {
width: 100%;
max-width: 1250px;
margin: 0 auto;
min-height: 50px;
padding: 15px 15px 20px;
position: initial;
width: 100%;
box-sizing: border-box;
background: none;
}

.SS_BB2 #PageWrapper #Header .Liner {
display: block;
}

#PageWrapper #ContentColumn {
width: 100%;
max-width: 940px;
margin: 0 auto;
}

#PageWrapper #ContentColumn .Liner {
padding: 15px;
}

#PageWrapper #Footer .Liner {
padding: 50px 15px 50px;
}

@media only screen and (max-width: 768px) {
#PageWrapper #Header .Liner {
min-height: 50px;
padding: 15px;
}
}

@media only screen and (max-width: 640px) {
#PageWrapper #Header .Liner {
padding: 10px 10px 0;
}
}

/* ------ LOGO ------ */

#PageWrapper #Header .Tagline {
display: none;
}

#PageWrapper #Header .WebsiteName {
font-size: 0;
color: rgba(0,0,0,0);
float: left;
margin: 30px 0;
z-index: 1;
opacity: 1;
padding: 0;
width: 426px;
height: 41px;
max-width: 426px;
box-sizing: border-box;
}

#PageWrapper #Header .WebsiteName a {
display: block;
border: 0;
transition: ease all 250ms;
}

#PageWrapper #Header .WebsiteName a:hover {
opacity: 0.75;
transition: ease all 250ms;
}

.SS_BB2 #PageWrapper #Header .WebsiteName,
.SS_BB2 #PageWrapper #Header .WebsiteName a,
.SS_BB2 #PageWrapper #Header .Tagline {
width: 100%;
float: none;
}

#PageWrapper #Header .WebsiteName a {
color: transparent;
display: block;
margin: 0 auto;
padding: 0;
background: url("https://www.bookkeeping-essentials.ca/image-files/logo-desktop-852x81.png") no-repeat top left;
background-size: 100%;
width: 426px;
height: 41px;
opacity: 1;
}

@media only screen and (max-width: 768px) {
#PageWrapper #Header .WebsiteName,
#PageWrapper #Header .WebsiteName a {
width: 230px;
height: 64px;
}
#PageWrapper #Header .WebsiteName {
margin: 8px 0 0;
}
#PageWrapper #Header .WebsiteName a {
background: url("https://www.bookkeeping-essentials.ca/image-files/logo-mobile-459x125.png") no-repeat top left;
background-size: 100%;
}
}

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

/* ------ SITE NAVIGATION ------ */

#PageWrapper div.HorizontalNavBar {
clear: both;
top: initial;
width: 100%;
max-width: 100%;
height: auto;
position: relative;
float: none;
margin: 0;
padding: 0px;
bottom: initial;
opacity: 1;
background: none;
}

.SS_BB2 #PageWrapper div.HorizontalNavBar {
margin: 0;
padding: 0;
float: none;
max-width: 100%;
}

#PageWrapper div.HorizontalNavBar ul.root {
padding: 0;
width: 100%;
box-sizing: border-box;
text-align: center;
}

#PageWrapper div.HorizontalNavBar ul.root li {
float: none;
display: inline-block;
}

#PageWrapper div.HorizontalNavBar ul.root li li {
display: block;
background: none;
border: 0;
}

#PageWrapper div.HorizontalNavBar ul ul {
background: #d7e9de;
padding: 12px 15px 12px;
border-radius: 3px;
top: 40px;
line-height: 1.5;
left: auto;
right: 0;
text-align: left;
width: 240px;
}

#PageWrapper div.HorizontalNavBar ul ul ul {
border-radius: 2px;
padding: 12px 15px 12px;
top: 0px;
background: #e6f1ea;
}

.HorizontalNavBar a {
border: 0;
}

#PageWrapper div.HorizontalNavBar ul span.navheader,
#PageWrapper div.HorizontalNavBar ul a {
padding-top: 4px;
padding-bottom: 4px;
font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
color: #fff;
text-transform: none;
font-size: 18px;
font-weight: 700;
background: none;
}

#PageWrapper div.HorizontalNavBar ul a {
padding-left: 12px;
padding-right: 12px;
border-radius: 4px;
}

#PageWrapper div.HorizontalNavBar .hover > span.navheader,
#PageWrapper div.HorizontalNavBar span.navheader:hover,
#PageWrapper div.HorizontalNavBar a:hover {
color: #000;
background: #d7e9de;
}

#PageWrapper div.HorizontalNavBar ul ul .hover > span.navheader,
#PageWrapper div.HorizontalNavBar ul ul span.navheader:hover,
#PageWrapper div.HorizontalNavBar ul ul a:hover {
text-decoration: underline;
text-underline-offset: 0.3rem;
text-decoration-thickness: 0.07em !important;
padding-left: 7px;
transition: ease all 200ms;
}

#PageWrapper div.HorizontalNavBar ul span.navheader {
padding-left: 12px;
padding-right: 20px;
border-radius: 4px 4px 0 0;
}

#PageWrapper div.HorizontalNavBar ul ul span.navheader,
#PageWrapper div.HorizontalNavBar ul ul a {
line-height: 1.3;
padding-top: 7px;
padding-bottom: 7px;
font-weight: 400;
padding: 7px 2px;
background: none;
border: 0;
color: #262626;
font-size: 16px;
text-transform: none;
font-family: 'Nunito', Arial, sans-serif;
transition: ease all 200ms;
}

#PageWrapper div.HorizontalNavBar ul span.navheader ins,
#PageWrapper div.HorizontalNavBar ul ul span.navheader ins {
left: auto;
content: " ";
height: 4px;
width: 4px;
border: 1px solid #fffe;
display: inline-block;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
margin: 0px 0 5px 0px;
top: 39%;
right: 9px;
opacity: 1;
}

#PageWrapper div.HorizontalNavBar ul span.navheader ins {
border-width: 0 0.1em 0.1em 0;
}

#PageWrapper div.HorizontalNavBar ul ul span.navheader ins {
border-width: 0.1em 0.1em 0 0;
border-color: #262626;
top: 37%;
}

#PageWrapper div.HorizontalNavBar ul li:hover > span.navheader ins,
#PageWrapper div.HorizontalNavBar ul .hover > span.navheader ins {
border-color: #000;
opacity: 1;
}
#PageWrapper div.HorizontalNavBar ul ul li:hover > span.navheader ins,
#PageWrapper div.HorizontalNavBar ul ul .hover > span.navheader ins {
border-color: #104c97;
opacity: 1;
}

@media only screen and (max-width: 768px) {
.HeaderLinks .ResponsiveNav ul {
text-align: left;
}
.HeaderLinks .ResponsiveNav ul li {
display: block;
}
#PageWrapper .ResponsiveNavButton span,
#PageWrapper .ResponsiveNavActive .ResponsiveNavButton span {
color: rgba(0,0,0,0);
font-size: 10px;
background: url("https://www.bookkeeping-essentials.ca/image-files/menu-white.png") no-repeat center center;
background-size: 30px 25px;
width: 29px;
display: inline-block;
height: 52px;
}
#PageWrapper .ResponsiveNavActive .ResponsiveNavButton span {
background: url("https://www.bookkeeping-essentials.ca/image-files/menu-x.png") no-repeat center center;
background-size: 30px 25px;
}
#PageWrapper .ResponsiveNavButton,
#PageWrapper .ResponsiveNavActive .ResponsiveNavButton {
border-radius: 50%;
border: 0;
background: #ba400e;
width: 55px !important;
height: 53px;
padding: 0;
margin: 0;
}
#PageWrapper .ResponsiveNavActive .ResponsiveNavButton {
border: 0;
background: #ba400e;
}
#PageWrapper .ResponsiveNavButton:hover {
background: #464646;
}
#PageWrapper .ResponsiveNav span {
font-size: 16px;
letter-spacing: 0.08em;
text-transform: uppercase;
font-weight: normal;
color: #555;
font-family: 'Nunito', Arial, sans-serif;
padding-left: 0;
border-bottom: 1px solid #aaa;
}
#PageWrapper .ResponsiveNav {
background: #f3f3f3;
margin-top: 0;
padding: 5px 10px;
}
.ResponsiveNavReady .ResponsiveNav ul {
padding-left: 10px;
margin-top: 20px;
margin-bottom: 40px;
border: 0;
text-align: left !important;
}
.ResponsiveNavReady .ResponsiveNav ul ul {
margin-top: 4px;
margin-bottom: 14px;
text-align: left !important;
}
.HeaderLinks .ResponsiveNav ul li {
text-align: left !important;
padding: 0 !important;
}
#PageWrapper .ResponsiveNav a {
display: inline-block;
border: none !important;
color: #444;
letter-spacing: 0.02em;
width: 100%;
box-sizing: border-box;
text-decoration: none;
font-size: 18px;
padding: 3px 5px 0;
margin: 4px 0;
font-weight: bold;
}
#PageWrapper .ResponsiveNav a:hover {
color: #ba400e;
}
.ResponsiveNavReady #Header .ResponsiveNavButton {
position: absolute;
top: 31px;
right: 18px;
}
}

@media only screen and (max-width: 640px) {
.ResponsiveNavReady #Header .ResponsiveNavButton {
top: 21px;
right: 12px;
}
}

/* ------ BUTTON ELEMENTS ------ */

.ButtonBlock {
margin: 1em 0 1.25em;
}

.ss-ui-bootstrap .btn-primary {
color: #000 !important;
background-color: #fad74c !important;
border-color: #fad74c !important;
text-decoration: none !important;
padding: 14px 27px 15px !important;
border-radius: 100px !important;
border-width: 1px !important;
font-weight: 700 !important;
font-size: 18px !important;
letter-spacing: 0 !important;
margin: 0.5em 0;
white-space: initial !important;
text-transform: none;
}

.ss-ui-bootstrap .btn-primary:hover {
color: #000 !important;
background-color: #f0c000 !important;
border-color: #f0c000 !important;
}

/* ------ HORIZONTAL LINE - DIVIDER ------ */

hr {
border: none !important;
width: 100%;
border-width: 0;
margin: 3em auto;
height: 1px;
background: #aaa;
}

@media only screen and (max-width: 768px) {
hr {
margin: 1em auto 1.5em;
}
}

/* ------ FACEBOOK COMMENTS ------ */

.fb-like,
.fb-like span,
.fb-like span iframe,
.fb-comment,
.fb-comments,
.fb-comments span,
.fb-comments span iframe {
width: 100% !important;
}

/* ------ FORMS ------ */

#PageWrapper .Ezine2 .EzineButton:hover {
background: #d4693c;
color: #fff;
}

body #PageWrapper .Ezine2 .EzineRow input[type="text"],
body #PageWrapper .Ezine2 .EzineRow input[type="email"] {
color: #000;
font-weight: bold;
font-size: 16px;
border-color: #aaa;
border-style: solid;
border-width: 0px;
border-radius: 2px;
background-color: #fff;
margin-left: 6px;
padding: 11px;
margin-right: 6px;
margin-bottom: 6px;
}

#PageWrapper .Ezine2 .EzineButton {
cursor: pointer;
}

#PageWrapper .Ezine2 .EzineButton:hover {
background: #222;
}

table.formwrapper input[type="text"],
table.formwrapper textarea,
table.formwrapper input[type="tel"] {
background-color: #fff;
border-radius: 2px;
border: 0.1em solid #aaa;
padding: 10px 2%;
line-height: 23px;
font-size: 17px;
width: 96%;
}

table.formwrapper h2 {
text-align: left !important;
}

table.formwrapper label {
padding-top: 12px;
float: left;
padding-bottom: 12px;
text-align: left;
}

table.formwrapper p input {
min-width: 250px;
clear: both;
float: left;
width: 250px;
}

table.formwrapper p a {
float: left;
clear: both;
display: block;
}

table.formwrapper input[type="submit"] {
float: left;
border: 1px solid #fad74c;
border-radius: 100px;
margin: 20px 0;
cursor: pointer;
-webkit-appearance: none;
color: #000;
background-color: #fad74c;
text-decoration: none;
padding: 9px 22px 10px;
border-radius: 100px;
border-width: 4px;
font-weight: 500;
font-size: 14px;
letter-spacing: 0;
}

table.formwrapper input[type="submit"]:hover {
background: #f0c000;
color: #000;
border-color: #f0c000;
}

table.formwrapper textarea {
margin-left: -5px
}

/* ------ REMINDER BOX ------ */

@media only screen and (max-width: 768px) {
#PageWrapper .ReminderBox {
width: 50%;
}
}

@media only screen and (max-width: 640px) {
#PageWrapper .ReminderBox {
width: 80%;
float: none;
clear: both;
margin-left: auto;
margin-right: auto;
}
}

/* ------ FAQ CONTAINER ------ */

.FAQContainer {
margin: 1em 0 2em;
padding: 0;
}

.FAQContainer details {
margin-bottom: 0.5em;
}

.FAQContainer details summary {
background: none;
cursor: pointer;
padding: 0.4em 1em;
box-sizing: border-box;
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
transition: ease all 500ms;
border: 1px solid #aaa;
border-radius: 2px;
}

.FAQContainer .AccordionContainer summary .AccordionHeader::before {
display: none;
}

.FAQContainer details summary:hover {
background: #f4f4f4;
}

.FAQContainer details[open] summary {
background: #eaeaea;
color: #333;
border-bottom: 0;
border-radius: 2px 2px 0 0;
}

.FAQContainer details[open] summary:hover {
background: #e3e3e3;
color: #000;
}

.FAQContainer details p {
margin: 0.75em 0;
}

.FAQContainer .AccordionContainer summary p {
margin: 0.25em 0;
}

.FAQContainer .AccordionContainer summary {
font-size: 22px;
padding: 0.5em 1em;
margin: 0;
}

.FAQContainer details summary::after,
.FAQContainer details[open] summary::after {
font-size: 26px;
font-family: monospace;
color: #333;
content: "+";
transition: ease all 450ms;
line-height: 1;
width: 40px;
height: 40px;
border-radius: 100px;
text-align: center;
line-height: 40px;
}

.FAQContainer details summary::after {
transform: rotate(0deg);
color: #333;
}

.FAQContainer details summary:hover::after {
color: #000;
}

.FAQContainer details[open] summary::after {
transform: rotate(315deg);
color: #333;
}

.FAQContainer details[open] summary:hover::after {
color: #000;
}

.FAQContainer details .AccordionContent {
border: 1px solid #aaa;
border-top: 0;
padding: 0.25em 1.25em;
transition: ease all 500ms;
border-radius: 0 0 2px 2px;
}

/* ------ COOKIE BAR ------ */

.eucookiebar p {
letter-spacing: 0;
font-size: 14px;
}

.eucookiebar a {
text-underline-offset: 0.3rem;
text-decoration-thickness: 0.07em !important;
}

/* ------ HOMEPAGE BANNER ------ */

.HomepageBannerWrapper {
clear: both;
width: 100%;
display: table;
margin: 0;
}

.HomepageBannerOverlay {
width: 100%;
display: table;
margin: 0;
background: url('image-files/homepage-banner-fade.png') no-repeat top center transparent;
background-size: 100% auto;
}

.HomepageBanner {
min-height: 400px;
display: flex;
width: 100%;
max-width: 1300px;
margin: 0 auto;
box-sizing: border-box;
padding: 3em 20px 2em;
align-items: center;
justify-content: center;
}

#PageWrapper .HomepageBanner h2 {
color: #fff;
font-weight: 700;
text-align: center;
text-shadow: 4px 4px 0 #0005;
font-size: 38px;
padding-top: 4em;
}

@media only screen and (max-width: 768px) {
.HomepageBanner {
min-height: 200px;
}
#PageWrapper .HomepageBanner h2 {
font-size: 28px;
}
}

/* ------ FEATURED ------ */

.FeaturedItems {
margin: 0 0 3em 0;
width: 100%;
display: flex;
clear: both;
flex-wrap: wrap;
column-gap: 20px;
row-gap: 50px;
justify-content: center;
}

.FeaturedItems .ImageBlock {
border: 2px solid #aaa;
border-radius: 6px;
width: calc(33.333% - 14px);
padding: 0px;
box-sizing: border-box;
margin: 0 !important;
}

#PageWrapper .FeaturedItems .ImageBlock img {
width: 100% !important;
height: 300px !important;
max-width: 100%;
border-radius: 4px 4px 2px 2px;
}

.FeaturedItems .ImageBlock:nth-child(1),
.FeaturedItems .ImageBlock:nth-child(5),
.FeaturedItems .ImageBlock:nth-child(9),
.FeaturedItems .ImageBlock:nth-child(13),
.FeaturedItems .ImageBlock:nth-child(17),
.FeaturedItems .ImageBlock:nth-child(21),
.FeaturedItems .ImageBlock:nth-child(25) {
/*
border-color: #f77357;
background: #f77357;
*/
border-color: #03574e;
background: #03574e;
}

.FeaturedItems .ImageBlock:nth-child(2),
.FeaturedItems .ImageBlock:nth-child(6),
.FeaturedItems .ImageBlock:nth-child(10),
.FeaturedItems .ImageBlock:nth-child(14),
.FeaturedItems .ImageBlock:nth-child(18),
.FeaturedItems .ImageBlock:nth-child(22) {
/*
border-color: #4d9992;
background: #4d9992;
*/
border-color: #4d9992;
background: #4d9992;
}

.FeaturedItems .ImageBlock:nth-child(3),
.FeaturedItems .ImageBlock:nth-child(7),
.FeaturedItems .ImageBlock:nth-child(11),
.FeaturedItems .ImageBlock:nth-child(15),
.FeaturedItems .ImageBlock:nth-child(19),
.FeaturedItems .ImageBlock:nth-child(23) {
/*
border-color: #eca600;
background: #eca600;
*/
border-color: #23736c;
background: #23736c;
}

.FeaturedItems .ImageBlock:nth-child(4),
.FeaturedItems .ImageBlock:nth-child(8),
.FeaturedItems .ImageBlock:nth-child(12),
.FeaturedItems .ImageBlock:nth-child(16),
.FeaturedItems .ImageBlock:nth-child(20),
.FeaturedItems .ImageBlock:nth-child(24) {
/*
border-color: #25779e;
background: #25779e;
*/
border-color: #59b2a9;
background: #59b2a9;

}

.FeaturedItems .ImageBlock .Caption {
font-size: 18px;
font-weight: 700;
font-family: 'Nunito Sans', Arial, sans-serif;
color: #fff;
line-height: 1.3;
padding: 5px 10px 10px;
}

#ContentColumn .FeaturedItems a .Caption,
#ContentColumn .FeaturedItems a,
#PageWrapper .FeaturedItems .ImageBlock a:link span,
#ContentColumn .FeaturedItems a:visited .Caption,
#ContentColumn .FeaturedItems a .Caption:visited,
#ContentColumn .FeaturedItems a:hover .Caption,
#ContentColumn .FeaturedItems a .Caption:hover {
color: #fff;
text-decoration: none;
background: none;
}

#ContentColumn .FeaturedItems a:hover {
background: none;
}

@media only screen and (max-width: 800px) {
#PageWrapper .FeaturedItems .ImageBlock img {
height: 250px !important;
}
}

@media only screen and (max-width: 700px) {
.FeaturedItems .ImageBlock {
width: calc(50% - 10px);
}
}

@media only screen and (max-width: 800px) {
#PageWrapper .FeaturedItems .ImageBlock img {
height: 300px !important;
}
}

@media only screen and (max-width: 500px) {
#PageWrapper .FeaturedItems .ImageBlock img {
height: 200px !important;
}
}

@media only screen and (max-width: 447px) {
.FeaturedItems .ImageBlock {
width: 100%;
}
#PageWrapper .FeaturedItems .ImageBlock img {
height: auto !important;
width: 100% !important;
}
}

/* ------ RESPONSIVE GRIDS ------ */

div[class*='responsive_col-'] {
padding: 5px 2%;
}

/* ------ CALLOUT BOX ------ */

#PageWrapper .CalloutBox {
border-radius: 4px;
padding: 15px 4%;
background: #f0f5fb;
margin: 3.5em 0;
clear: both;
}

#PageWrapper .CalloutBox p {
font-size: 19px;
}

#PageWrapper .CalloutBox.BlueBox {
}

#PageWrapper .Stripe1 .CalloutBox h2,
#PageWrapper .Stripe1 .CalloutBox h3,
#PageWrapper .Stripe1 .CalloutBox h4,
#PageWrapper .Stripe1 .CalloutBox p,
#PageWrapper .Stripe1 .CalloutBox ul li,
#PageWrapper .Stripe1 .CalloutBox ol li,
#PageWrapper .Stripe2 .CalloutBox h2,
#PageWrapper .Stripe2 .CalloutBox h3,
#PageWrapper .Stripe2 .CalloutBox h4,
#PageWrapper .Stripe2 .CalloutBox p,
#PageWrapper .Stripe2 .CalloutBox ul li,
#PageWrapper .Stripe2 .CalloutBox ol li,
#PageWrapper .Stripe3 .CalloutBox h2,
#PageWrapper .Stripe3 .CalloutBox h3,
#PageWrapper .Stripe3 .CalloutBox h4,
#PageWrapper .Stripe3 .CalloutBox p,
#PageWrapper .Stripe3 .CalloutBox ul li,
#PageWrapper .Stripe3 .CalloutBox ol li {
color: #000;
}

#PageWrapper .CalloutBox.BlueBox h2,
#PageWrapper .CalloutBox.BlueBox h3,
#PageWrapper .CalloutBox.BlueBox h4,
#PageWrapper .CalloutBox.BlueBox p,
#PageWrapper .CalloutBox.BlueBox ul li,
#PageWrapper .CalloutBox.BlueBox ol li,
#PageWrapper .CalloutBox.BlueBox a:link,
#PageWrapper .CalloutBox.BlueBox a:visited,
#PageWrapper .CalloutBox.BlueBox a:hover {
color: #fff;
}

/* ------ BREADCRUMBS ------ */

#PageWrapper .BreadcrumbBlock .BreadcrumbTiers {
margin: 0;
}

#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem + .BreadcrumbItem::before {
color: #aaa;
content: ">";
margin: 0 8px 0 5px;
}

/* ------ CUSTOM SEARCH ------ */

.CustomSearch {
padding: 0;
max-width: 100%;
margin: 15px 0 0;
width: 270px;
float: right;
box-sizing: border-box;
text-align: right;
}

.CustomSearchBox {
margin: 0;
position: relative;
width: 240px;
height: auto;
float: right;
}

.CustomSearchBox form {
text-align: center;
border: 0;
display: table;
border-radius: 100px;
width: 100%;
background: #fff;
}

.CustomSearchBox input.CustomSearchInput {
margin: 0;
width: calc(100% - 46px);
padding: 8px 12px 6px 17px;
border-radius: 4px 0 0 4px;
height: 42px;
-webkit-appearance: none;
font-size: 13px;
color: #777;
border: 0;
background: none;
text-align: left;
line-height: 42px;
float: left;
box-sizing: border-box;
}

.CustomSearchBox input.CustomSearchButton {
color: transparent;
background: url("image-files/search-70x70.png") no-repeat transparent;
font-size: 12px;
height: 42px;
width: 44px;
cursor: pointer;
-webkit-appearance: none;
border: 0;
padding: 0;
border-radius: 0 4px 4px 0;
background-size: 16px;
background-position: center center;
margin: 0;
float: left;
opacity: 1;
}

.CustomSearchBox:hover input.CustomSearchInput {
color: #000;
}

.CustomSearchBox input.CustomSearchButton:hover {
opacity: 0.6;
}

.CustomSearch p {
font-size: 13px;
color: #000;
text-align: right;
background: #fffb;
display: inline-block;
line-height: 1.3;
margin: 10px 0 0;
}

.CustomSearch p a:link,
.CustomSearch p a:visited,
.CustomSearch p a:hover {
padding: 1px 5px 2px;
color: #000;
text-decoration: underline;
}

.CustomSearch p:hover {
background: #fff;
}

@media only screen and (max-width: 768px) {
.CustomSearch {
padding: 0;
margin: 5px 75px 0 0;
width: 100%;
max-width: 260px;
}
}

@media only screen and (max-width: 640px) {
.CustomSearch {
margin: 0 auto;
max-width: 100%;
float: none;
clear: both;
padding: 10px 0;
text-align: center;
width: 100%;
}
.CustomSearchBox {
margin: 0 auto;
position: relative;
width: 100%;
height: auto;
float: none;
max-width: 360px;
}
}

/* ------ BREADCRUMBS ------ */

.BreadcrumbBlock {
display: table;
width: 100%;
background: url('image-files/promo-bar.png') no-repeat center center #fff;
background-size: cover;
padding: 15px;
padding: 7px 15px 10px;
box-sizing: border-box;
background: #dbe9e1;
background: -moz-linear-gradient(90deg, #dbe9e1 50%, #afccbb 90%);
background: -webkit-linear-gradient(90deg, #dbe9e1 50%, #afccbb 90%);
background: linear-gradient(90deg, #dbe9e1 50%, #afccbb 90%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dbe9e1",endColorstr="#afccbb",GradientType=1);
}

.BreadcrumbBlock ol {
list-style-type: none;
margin: 0;
padding: 0;
}

.BreadcrumbBlock ol li {
list-style-type: none;
margin: 0;
padding: 0;
color: #000;
}

#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem {
margin: 0;
padding: 0;
font-size: 14px;
color: #000;
}

#PageWrapper .BreadcrumbBlock .BreadcrumbTiers .BreadcrumbItem + .BreadcrumbItem::before {
color: #777;
content: ">";
margin: 0 7px 0 3px;
}

#PageWrapper .BreadcrumbBlock .BreadcrumbTiers {
max-width: 1200px;
margin: 0 auto;
}

.BreadcrumbBlock ol li a:link,
.BreadcrumbBlock ol li a:visited,
.BreadcrumbBlock ol li a:hover {
color: #000;
}

.BreadcrumbBlock ol li a:hover {
background: #fff4d9;
text-decoration: underline;
text-underline-offset: 0.3rem;
text-decoration-thickness: 0.07em !important;
}

@media only screen and (max-width: 768px) {
.BreadcrumbBlock ol li a:link,
.BreadcrumbBlock ol li a:visited,
.BreadcrumbBlock ol li a:hover {
text-decoration: underline;
text-underline-offset: 0.3rem;
text-decoration-thickness: 0.07em !important;
}
}

/* ------ ABOUT ME ------ */

.AboutMe {
display: table;
width: 100%;
max-width: 180px;
float: right;
margin: 10px 0 30px 50px;
}

#ContentColumn .AboutMe p {
margin: 15px 0;
font-size: 16px;
}

#ContentColumn .AboutMe p:last-child {
font-size: 14px;
}

@media only screen and (max-width: 500px) {
.AboutMe {
float: none;
margin: 10px auto 20px;
}
}

/* ------ TABLE OF CONTENTS ------ */

.TableOfContents {
display: table;
margin: 3em auto;
width: 100%;
background: url('image-files/secondary-links.png') no-repeat top left #c9e3d4;
background-size: 230px;
padding: 5% 10%;
border-radius: 7px;
}

#ContentColumn .TableOfContents ul,
#ContentColumn .TableOfContents ol {
margin-left: 20px;
}

#ContentColumn .TableOfContents ul li,
#ContentColumn .TableOfContents ol li {
margin: 15px 0;
padding: 0;
}

#ContentColumn .TableOfContents p,
#ContentColumn .TableOfContents ul li,
#ContentColumn .TableOfContents ol li {
color: #3b3b3b;
}

#PageWrapper .TableOfContents h2,
#PageWrapper .TableOfContents h3,
#PageWrapper .TableOfContents h4 {
color: #000;
margin-top: 20px;
}

#ContentColumn .TableOfContents a:link,
#ContentColumn .TableOfContents a:visited {
color: #000;
text-decoration: underline;
}

#ContentColumn .TableOfContents a:hover {
color: #000a;
color: #000;
background: #fff4d9;
}

/* ------ REMINDER BOXES ------ */

#PageWrapper .ReminderBox {
/*background: #ffd46d;*/
background: #fff1e4;
border: 0;
max-width: 40%;
}

#PageWrapper .ReminderBox hr {
background: #fff1e4;
margin: 0;
height: 0;
}

#PageWrapper .ReminderBox h2,
#PageWrapper .ReminderBox h3,
#PageWrapper .ReminderBox h4 {
color: #000;
margin-top: 20px;
}

#PageWrapper .ReminderBox p,
#PageWrapper .ReminderBox ul li,
#PageWrapper .ReminderBox ol li {
color: #3b3b3b;
}

#PageWrapper .ReminderBox a:link,
#PageWrapper .ReminderBox a:visited {
color: #000;
text-decoration: underline;
}

#PageWrapper .ReminderBox a:hover {
color: #000a;
color: #000;
background: #fff4d9;
background: #fff1e4;
}

@media only screen and (max-width: 640px) {
#PageWrapper .ReminderBox {
clear: both;
margin: 2em auto;
float: none;
max-width: 80%;
}
}

/* ------ CALLOUT BOX ------ */

#PageWrapper .CalloutBox {
margin: 3em auto;
width: 100%;
background: url('image-files/callout.png') no-repeat bottom right #fff2e5;
background-size: 230px;
padding: 5% 10%;
border-radius: 7px;
border: 0;
}

#PageWrapper .CalloutBox h2,
#PageWrapper .CalloutBox h3,
#PageWrapper .CalloutBox h4 {
color: #000;
margin-top: 20px;
}

#PageWrapper .CalloutBox p,
#PageWrapper .CalloutBox ul li,
#PageWrapper .CalloutBox ol li {
color: #3b3b3b;
}

#PageWrapper .CalloutBox a:link,
#PageWrapper .CalloutBox a:visited {
color: #000;
text-decoration: underline;
}

#PageWrapper .CalloutBox a:hover {
color: #000a;
color: #000;
background: #fff4d9;
background: #ffe4cb;
}

/* ------ STRIPES ------ */

#PageWrapper .Stripe {
margin: 3em -10em;
width: calc(100% + 20em);
padding: 0 10em;
}

.Stripe + .Stripe {
margin-top: -3em !important;
}

#PageWrapper .Stripe1 {
background: #fff2E5;
}

#PageWrapper .Stripe2 {
background: #d9e9e0;
}

#PageWrapper .Stripe3 {
/*background: #f66243;*/
background: #0b766c;
}

#PageWrapper .StripeLiner {
padding: 3em 20px;
width: 100%;
max-width: 880px;
margin: 0 auto;
box-sizing: border-box;
}

#PageWrapper .Stripe1 a:hover,
#ContentColumn .Stripe1 a:not([data-pin-href]):hover {
background: #ffe4cb;
}

#PageWrapper .Stripe2 a:hover,
#ContentColumn .Stripe2 a:not([data-pin-href]):hover {
background: #c1e2cd;
}

#PageWrapper .Stripe3 h1,
#PageWrapper .Stripe3 h2,
#PageWrapper .Stripe3 h3,
#PageWrapper .Stripe3 h4,
#PageWrapper .Stripe3 p,
#PageWrapper .Stripe3 ul li,
#PageWrapper .Stripe3 ol li,
#PageWrapper .Stripe3 a:link,
#PageWrapper .Stripe3 a:visited,
#PageWrapper .Stripe3 a:hover {
color: #fff;
}

#PageWrapper .Stripe3 a:hover,
#ContentColumn .Stripe3 a:not([data-pin-href]):hover {
color: #fff;
background: #fff4;
}

@media only screen and (max-width: 1023px) {
.Stripe + .Stripe {
margin-top: -2.5em !important;
}
#PageWrapper .Stripe {
margin: 2.5em -2em;
padding: 0 2em;
width: calc(100% + 4em);
}
#PageWrapper .StripeLiner {
padding: 2.5em 25px;
}
}

@media only screen and (max-width: 768px) {
#PageWrapper .Stripe {
margin: 2.5em -1.5em;
padding: 0 1.5em;
width: calc(100% + 3em);
}
#PageWrapper .StripeLiner {
padding: 2.5em 20px;
}
}

@media only screen and (max-width: 600px) {
.Stripe + .Stripe {
margin-top: -2em !important;
}
#PageWrapper .Stripe {
margin: 2em -1em;
padding: 0 1em;
width: calc(100% + 2em);
}
#PageWrapper .StripeLiner {
padding: 2em 20px;
}
}

@media only screen and (max-width: 447px) {
#PageWrapper .Stripe {
margin: 2em -0.5em;
padding: 0 0.5em;
width: calc(100% + 1em);
}
#PageWrapper .StripeLiner {
padding: 2em 15px;
}
}

@media only screen and (max-width: 360px) {
#PageWrapper .Stripe {
margin: 2em -0.25em;
padding: 0 0.25em;
width: calc(100% + 0.5em);
}
#PageWrapper .StripeLiner {
padding: 2em 10px;
}
}

/* ------ BACK TO TOP ------ */

a.Top {
position: absolute;
top: 0;
}

#ContentColumn a.BackToTop:link,
#ContentColumn a.BackToTop:visited,
#ContentColumn a.BackToTop:hover {
position: fixed;
bottom: 5%;
right: 0;
font-size: 13px;
text-transform: uppercase;
color: #fff;
background: #333d;
display: block;
line-height: 1.4;
letter-spacing: 0.04em;
padding: 12px 14px 9px 20px;
border-radius: 30px 0 0 30px;
transition: ease all 300ms;
max-width: 86px;
text-align: right;
text-decoration: none;
cursor: pointer;
box-sizing: border-box;
}

#ContentColumn a.BackToTop:hover {
background: #000;
transition: ease all 300ms;
}

/* ------ TABLES - HAVING THEM CENTER ON MOBILE & SCROLL INTERNALLY ------ */

.ScrollingTableWrapper {
position: relative;
}

.ScrollingTable {
margin: 3em auto;
max-width: 100%;
display: block;
}

.ScrollingTable .hor-table,
.ScrollingTable .hor-table-2,
.ScrollingTable .hor-table-3,
.ScrollingTable .hor-table-4,
.ScrollingTable .hor-table-5 {
margin: 0;
}

@media only screen and (max-width: 939px) {
.ScrollingTable {
overflow: scroll;
box-sizing: border-box;
padding-right: 40px;
}
.ScrollingTableWrapper::before {
content: "Scroll left to see the whole table";
display: table;
background: #333;
color: #e8ceb6;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.05em;
padding: 3px 10px 2px;
border-radius: 4px;
margin: 3em 0 calc(-3em - 12px);
}
.ScrollingTableWrapper::after {
content: " ";
position: absolute;
right: 0px;
top: 0;
display: table;
height: 100%;
width: 50px;
background: rgb(255, 255, 255);
background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 70%);
background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 70%);
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
}

/* ------ WOBBLE CARD ------ */

.WobbleCard {
border-radius: 10px;
border: 2px solid #bbb;
padding: 1em 2.5em 0.25em;
box-sizing: border-box;
margin: 2em 0 3em;
position: relative;
}

.WobbleCard::before {
content: "";
background: url(image-files/wobbly-duck-500.webp) no-repeat left top transparent;
background-size: 65px auto;
width: 65px;
height: 90px;
top: -45px;
left: 25px;
position: absolute;
rotate: 10deg;
}

#ContentColumn .WobbleCard ul {
margin-left: 20px;
}

.WobbleCard .ss-ui-bootstrap .btn-primary {
color: #fff !important;
background-color: #444 !important;
border-color: #444 !important;
}
.WobbleCard .ss-ui-bootstrap .btn-primary:hover {
color: #fff !important;
background-color: #000 !important;
border-color: #000 !important;
}

.WobbleCard.Green {
border: 2px solid #afccbb;
}
.WobbleCard.Green .ss-ui-bootstrap .btn-primary {
color: #fff !important;
background-color: #3f8e87 !important;
border-color: #3f8e87 !important;
}
.WobbleCard.Green .ss-ui-bootstrap .btn-primary:hover {
color: #fff !important;
background-color: #16746c !important;
border-color: #16746c !important;
}

.WobbleCard.Pink {
border: 2px solid #ffbcae;
}
.WobbleCard.Pink .ss-ui-bootstrap .btn-primary {
color: #fff !important;
background-color: #f06446 !important;
border-color: #f06446 !important;
}
.WobbleCard.Pink .ss-ui-bootstrap .btn-primary:hover {
color: #fff !important;
background-color: #c82c0a !important;
border-color: #c82c0a !important;
}

.WobbleCard.Yellow {
border: 2px solid #fceabb;
}
.WobbleCard.Yellow .ss-ui-bootstrap .btn-primary {
color: #000 !important;
background-color: #ffeab5 !important;
border-color: #ffeab5 !important;
}
.WobbleCard.Yellow .ss-ui-bootstrap .btn-primary:hover {
color: #000 !important;
background-color: #ffdc84 !important;
border-color: #ffdc84 !important;
}

@keyframes duckWobble {
0%   { transform: rotate(0deg) translateX(0); }
25%  { transform: rotate(-2deg) translateX(-1px); }
50%  { transform: rotate(2deg) translateX(1px); }
75%  { transform: rotate(-1deg) translateX(-1px); }
100% { transform: rotate(0deg) translateX(0); }
}
.WobbleCard::before {
transform: rotate(0deg);
transform-origin: 20% 20%;
transition: transform 0.45s ease;
}
.WobbleCard:hover::before {
animation: duckWobble 0.45s ease 1 forwards;
}
.WobbleCard::before {
animation: none;
}

@media only screen and (max-width: 768px) {
.WobbleCard {
padding: 1em 1.5em 0.25em;
}
}

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

/* Layout *//* Full size col content */
.variantFullSizeContentColumn #ContentWrapper {
    padding-left:0;
    padding-right:0;
    width: 100%;
}
.variantFullSizeContentColumn #PageWrapper #ContentColumn { 
    width: 100%; 
    float: none; 
}
.variantFullSizeContentColumn #NavWrapper {
    display: none;
}
.variantFullSizeContentColumn #ExtraWrapper {
    display:none;
}

/* hidden header */
.variantNoHeader #HeaderWrapper {
    display: none;
}

/* hidden footer */
.variantNoFooter #FooterWrapper {
    display:none;
}

/* hide extra column */
.variantNoExtraColumn #ExtraWrapper {
    display:none;
}

/* hide navigation column */
.variantNoNavColumn #NavWrapper {
    display: none;
}
/*!
 * 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 */
