#twitterFeed ul,
#twitterFeed li {
    margin: 0;
    padding: 0;
    list-style: none
}

.horizNavSeparator {
    padding: 0 6px
}

#actions {
    display: block;
    padding: 1rem 0;
    font-size: 0;
    line-height: 0;
    text-align: center;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc
}

@media(min-width: 767px) {
    #actions {
        text-align: left
    }
}

@media(min-width: 991px) {
    #actions {
        position: absolute;
        float: right;
        right: 0;
        bottom: 22px;
        padding: 0;
        width: 295px;
        text-align: right;
        border: none
    }
}

#actions div {
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    vertical-align: top
}

#actions div:not(:first-child) {
    margin-left: .675rem;
    padding-left: .675rem;
    border-left: solid 1px #ccc
}

#actions div a {
    display: inline-block
}

#actions div a:focus {
    outline: dotted 1px #54575a;
    outline-offset: 1px
}

@media(min-width: 767px) {
    #actions div a {
        margin: 0
    }
}

#actions div>a {
    height: 16px;
    background-size: auto 16px;
    background-position: 50% 50%;
    background-color: transparent;
    background-repeat: no-repeat
}

#actions div img {
    width: auto;
    max-width: 100%;
    height: 1rem
}

#actions div .textDecrease {
    width: 8px;
    background-image: url(../images/actions/text-decrease.svg)
}

#actions div .textDefault {
    width: 11px;
    margin-left: 10px;
    background-image: url(../images/actions/text-reset.svg)
}

@media(min-width: 991px) {
    #actions div .textDefault {
        margin-left: 2px
    }
}

#actions div .textIncrease {
    width: 13px;
    margin-left: 10px;
    background-image: url(../images/actions/text-increase.svg)
}

@media(min-width: 991px) {
    #actions div .textIncrease {
        margin-left: 2px
    }
}

#actions .actionItem,
#actions .share {
    display: none
}

@media(min-width: 767px) {

    #actions .actionItem,
    #actions .share {
        display: inline-block
    }
}

#actions .actionItem a {
    width: 16px;
    background-image: url(../images/actions/print.svg)
}

#actions .share>a {
    width: 68px;
    background-image: url(../images/actions/share.svg)
}

#breadcrumbs {
    display: none;
    color: #000;
    font-size: 1em;
    font-weight: 400;
    clear: both;
    border: none
}

@media(min-width: 767px) {
    #breadcrumbs {
        display: block
    }
}

#breadcrumbs a,
#breadcrumbs a:link,
#breadcrumbs a:visited {
    color: #000;
    font-weight: 400;
    text-decoration: none
}

#breadcrumbs a:hover,
#breadcrumbs a:active,
#breadcrumbs a:focus,
#breadcrumbs a:link:hover,
#breadcrumbs a:link:active,
#breadcrumbs a:link:focus,
#breadcrumbs a:visited:hover,
#breadcrumbs a:visited:active,
#breadcrumbs a:visited:focus {
    text-decoration: underline
}

#intBanner {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    opacity: 0;
    transition: opacity .24s ease-in-out
}

.content-loaded #intBanner {
    opacity: 1
}

.hideRight #intBanner {
    width: 100% !important
}

@media screen and (max-width: 991px) {
    #intBanner {
        margin: 0 0 25px
    }
}

#intBannerImage {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 45%;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important
}

#intBannerImage.hasImage {
    background: none !important;
    height: auto !important;
    padding-bottom: 0
}

#intBannerImage p {
    margin: 0 !important
}

#intBanner img {
    width: 100%;
    height: auto;
    float: left
}

@media screen and (max-width: 991px) {
    #intBanner img {
        height: auto;
        width: 100%;
        margin: 0;
        position: relative;
        left: auto
    }
}

#intFloatLeft {
    font-size: .9375em
}

@media(min-width: 991px) {
    #intFloatLeft {
        margin: 0 6.5%
    }
}

#intFloatLeft .intFloatLeftContent {
    padding: 10px 15px 20px;
    background: #dedede;
    color: #000;
    float: left;
    text-align: center;
    width: 100%;
    margin: 30px 0 0;
    position: relative;
    overflow: hidden
}

@media(min-width: 991px) {
    #intFloatLeft .intFloatLeftContent {
        margin-top: 20px
    }
}

#intFloatLeft .intFloatLeftContent img {
    max-width: 100%
}

#intFloatLeft .intFloatLeftContent a {
    font-weight: 600
}

#intFloatLeft .intFloatLeftContent h2,
#intFloatLeft .intFloatLeftContent h3,
#intFloatLeft .intFloatLeftContent h4,
#intFloatLeft .intFloatLeftContent h5,
#intFloatLeft .intFloatLeftContent h6 {
    font-size: 1.333em;
    line-height: 1.4;
    font-weight: 700 !important;
    color: #54575a !important;
    margin: 0 0 10px !important
}

#intFloatLeft .intFloatLeftContent h2 a,
#intFloatLeft .intFloatLeftContent h3 a,
#intFloatLeft .intFloatLeftContent h4 a,
#intFloatLeft .intFloatLeftContent h5 a,
#intFloatLeft .intFloatLeftContent h6 a {
    font-weight: 700
}

#intFloatLeft .intFloatLeftContent p {
    margin: 0 0 5px
}

.formbuilder-uber #intFloatLeft {
    display: none !important
}

#intFloatRight {
    float: right;
    margin: 30px 0 0;
    width: 100%;
    border-top: solid 1px #ccc;
    padding-top: 30px;
    position: relative;
    z-index: 1250
}

@media(min-width: 767px) {
    #intFloatRight {
        padding-top: 0;
        margin: 0 0 40px 40px;
        width: 295px;
        border: none
    }
}

.relatedLinksContainer {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    padding: 0;
    background: #eee
}

@media(min-width: 767px) {
    .relatedLinksContainer {
        margin-top: 35px
    }
}

.relatedLinksContainer .relatedLinks {
    width: 100%;
    padding: 0 20px 15px
}

.relatedLinksContainer .relatedLinks h2,
.relatedLinksContainer .relatedLinks h3,
.relatedLinksContainer .relatedLinks h4,
.relatedLinksContainer .relatedLinks h5,
.relatedLinksContainer .relatedLinks h6 {
    font-size: 1.25em;
    line-height: 1.4;
    font-weight: 700;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 10px;
    margin-bottom: 18px
}

.relatedLinksContainer .relatedLinks p {
    margin: 0 0 15px !important
}

.relatedLinksContainer .relatedLinks img {
    width: 100%;
    height: auto;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.relatedLinksContainer .relatedLinks .standardButton,
.relatedLinksContainer .relatedLinks .standardButton a {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.relatedLinksContainer .relatedLinks .standardButton:before,
.relatedLinksContainer .relatedLinks .standardButton a:before {
    content: " ";
    display: table
}

.relatedLinksContainer .relatedLinks .standardButton:after,
.relatedLinksContainer .relatedLinks .standardButton a:after {
    content: " ";
    display: table;
    clear: both
}

.relatedLinksContainer .relatedLinks .Accordion {
    margin: 5px 0
}

.relatedLinksContainer .relatedLinks .AccordionTrigger {
    padding: 0 0 0 25px;
    border: none;
    background: transparent url(../images/structure/intright-accordion-open.svg) 5px 5px no-repeat;
    background-size: 7px 13px;
    border-radius: 4px;
    transition: all .1s ease-in-out
}

.relatedLinksContainer .relatedLinks .AccordionTrigger a {
    color: #013f78;
    font-weight: 700;
    text-decoration: none
}

.relatedLinksContainer .relatedLinks .AccordionTrigger:hover,
.relatedLinksContainer .relatedLinks .AccordionTrigger:focus {
    background-color: transparent;
    text-decoration: underline;
    cursor: pointer
}

.relatedLinksContainer .relatedLinks .AccordionTrigger:active {
    background-color: transparent;
    text-decoration: none;
    cursor: pointer
}

.relatedLinksContainer .relatedLinks .AccordionTrigger.open {
    border: none;
    background: transparent url(../images/structure/intright-accordion-close.svg) 2px 8px no-repeat;
    background-size: 13px 7px;
    border-radius: 0
}

.relatedLinksContainer .relatedLinks .AccordionTrigger h1,
.relatedLinksContainer .relatedLinks .AccordionTrigger h2,
.relatedLinksContainer .relatedLinks .AccordionTrigger h3,
.relatedLinksContainer .relatedLinks .AccordionTrigger h4,
.relatedLinksContainer .relatedLinks .AccordionTrigger h5,
.relatedLinksContainer .relatedLinks .AccordionTrigger h6,
.relatedLinksContainer .relatedLinks .AccordionTrigger p {
    margin: 0;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.25;
    border: none
}

.relatedLinksContainer .relatedLinks .AccordionContent {
    padding: 0 0 0 25px;
    border: none;
    border-top: none;
    overflow: hidden;
    display: none;
    background: transparent;
    border-radius: 0
}

.relatedLinksContainer .relatedLinks .AccordionContent .AccordionContent {
    background: transparent !important
}

.relatedLinksContainer .relatedLinks p.ic-EmptyContent {
    display: none
}

#twitterFeed {
    width: 100%;
    overflow: hidden;
    background: #eee;
    padding: 0 20px 15px
}

#twitterFeed .boxTitle h2 {
    font-size: 1.25em;
    line-height: 1.4;
    font-weight: 700;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 10px;
    margin-bottom: 18px
}

#twitterFeed .boxTitle img {
    vertical-align: top;
    width: 21px;
    height: 17px;
    margin: 7px 10px 0 0
}

#twitterFeed p {
    margin: 0 0 15px !important
}

#twitterFeed ul {
    margin: 15px 0
}

#twitterFeed li img {
    width: 100%;
    height: auto;
    margin-bottom: 10px
}

#twitterFeed li p {
    margin: 0 !important
}

#twitterFeed .boxLink {
    padding-bottom: 20px
}

#twitterFeed .boxLink a {
    color: #013f78
}

#twitterFeed li a {
    color: #013f78
}

#photoGalleries {
    margin-top: 1rem
}

#photoGalleries .galleryLink {
    display: inline-block;
    margin: 0 1% 1rem;
    padding: .75rem .75rem 1rem;
    width: 98%;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    transition: box-shadow .3s cubic-bezier(.25, .8, .25, 1)
}

#photoGalleries .galleryLink h3,
#photoGalleries .galleryLink h4 {
    margin-top: 1rem;
    margin-bottom: 0;
    height: 2.5rem;
    font-size: 1rem;
    text-align: center;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden
}

#photoGalleries .galleryLink img {
    max-width: 100%;
    height: auto
}

#photoGalleries .galleryLink:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .25), 0 2px 4px rgba(0, 0, 0, .22)
}

@media(min-width: 479px) {
    #photoGalleries {
        margin-top: 2rem
    }

    #photoGalleries .galleryLink {
        margin-right: 2%;
        margin-bottom: 2rem
    }
}

@media(min-width: 479px) and (max-width:1199px) {
    #photoGalleries .galleryLink {
        width: 47%
    }

    #photoGalleries .galleryLink:nth-of-type(2n) {
        margin-right: 1%
    }
}

@media(min-width: 767px) {

    #photoGalleries .galleryLink h3,
    #photoGalleries .galleryLink h4 {
        height: auto;
        white-space: nowrap
    }
}

@media(min-width: 1199px) {
    #photoGalleries .galleryLink {
        width: 30.33%
    }

    #photoGalleries .galleryLink:nth-of-type(3n) {
        margin-right: 1%
    }
}

a.ShareLink {
    padding: 0
}

#Share {
    display: inline;
    position: relative;
    cursor: pointer
}

#Share li {
    margin: 0;
    padding: 0;
    width: 130px;
    border-bottom: solid 1px #eaeaea;
    overflow: hidden
}

#Share li a {
    display: block;
    margin: 0;
    padding: .75em;
    width: 100%;
    height: auto;
    font-weight: 400;
    color: inherit
}

#Share li a:focus,
#Share li a:hover {
    text-decoration: none;
    background-color: #eaeaea
}

#Share li img {
    margin-top: -3px;
    margin-right: .25em;
    vertical-align: middle
}

#Share ul {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    font-size: .875em;
    list-style: none;
    text-align: left;
    vertical-align: middle;
    background-color: white;
    border-radius: .125rem;
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .2);
    border: 1px solid #ccc
}

@media(min-width: 991px) {
    #Share ul {
        left: auto;
        right: 0
    }
}

.topContentWrapper {
    width: 100%;
    position: relative;
    z-index: 1251;
    padding: 0 0 25px
}

.topContent {
    width: 100%;
    position: relative;
    padding-bottom: 10px
}

@media(min-width: 991px) {
    .topContent {
        padding-right: 250px;
        padding-bottom: 8px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 5px
    }
}

.topContent h1 {
    font-size: 2em;
    color: inherit;
    font-weight: inherit;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden
}

@media(min-width: 767px) {
    .topContent h1 {
        font-size: 2.75em
    }
}

.pageHeadingContainer {
    margin-bottom: 10px
}

@media screen and (max-width: 991px) {
    #pageHeading {
        display: table;
        width: 100%;
        table-layout: fixed
    }
}

@media screen and (max-width: 991px) {
    #pageHeading h1 {
        display: table-cell;
        margin: 0;
        padding: 10px 20px 10px 0;
        vertical-align: middle
    }
}

.fbg-container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem
}

.fbg-row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem
}

.fbg-row.fbg-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.fbg-col.fbg-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.fbg-col-xs,
.fbg-col-xs-1,
.fbg-col-xs-2,
.fbg-col-xs-3,
.fbg-col-xs-4,
.fbg-col-xs-5,
.fbg-col-xs-6,
.fbg-col-xs-7,
.fbg-col-xs-8,
.fbg-col-xs-9,
.fbg-col-xs-10,
.fbg-col-xs-11,
.fbg-col-xs-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem
}

.fbg-col-xs {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

.fbg-col-xs-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%
}

.fbg-col-xs-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%
}

.fbg-col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.fbg-col-xs-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%
}

.fbg-col-xs-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%
}

.fbg-col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.fbg-col-xs-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%
}

.fbg-col-xs-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%
}

.fbg-col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.fbg-col-xs-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%
}

.fbg-col-xs-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%
}

.fbg-col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.fbg-col-xs-offset-1 {
    margin-left: 8.333%
}

.fbg-col-xs-offset-2 {
    margin-left: 16.667%
}

.fbg-col-xs-offset-3 {
    margin-left: 25%
}

.fbg-col-xs-offset-4 {
    margin-left: 33.333%
}

.fbg-col-xs-offset-5 {
    margin-left: 41.667%
}

.fbg-col-xs-offset-6 {
    margin-left: 50%
}

.fbg-col-xs-offset-7 {
    margin-left: 58.333%
}

.fbg-col-xs-offset-8 {
    margin-left: 66.667%
}

.fbg-col-xs-offset-9 {
    margin-left: 75%
}

.fbg-col-xs-offset-10 {
    margin-left: 83.333%
}

.fbg-col-xs-offset-11 {
    margin-left: 91.667%
}

.fbg-start-xs {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
}

.fbg-center-xs {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.fbg-end-xs {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
}

.fbg-top-xs {
    -ms-flex-align: start;
    align-items: flex-start
}

.fbg-middle-xs {
    -ms-flex-align: center;
    align-items: center
}

.fbg-bottom-xs {
    -ms-flex-align: end;
    align-items: flex-end
}

.fbg-around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.fbg-between-xs {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.fbg-first-xs {
    -ms-flex-order: -1;
    order: -1
}

.fbg-last-xs {
    -ms-flex-order: 1;
    order: 1
}

@media only screen and (min-width: 48em) {
    .fbg-container {
        width: 46rem
    }

    .fbg-col-sm,
    .fbg-col-sm-1,
    .fbg-col-sm-2,
    .fbg-col-sm-3,
    .fbg-col-sm-4,
    .fbg-col-sm-5,
    .fbg-col-sm-6,
    .fbg-col-sm-7,
    .fbg-col-sm-8,
    .fbg-col-sm-9,
    .fbg-col-sm-10,
    .fbg-col-sm-11,
    .fbg-col-sm-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem
    }

    .fbg-col-sm {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .fbg-col-sm-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }

    .fbg-col-sm-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }

    .fbg-col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .fbg-col-sm-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }

    .fbg-col-sm-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }

    .fbg-col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .fbg-col-sm-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }

    .fbg-col-sm-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }

    .fbg-col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .fbg-col-sm-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }

    .fbg-col-sm-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }

    .fbg-col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .fbg-col-sm-offset-1 {
        margin-left: 8.333%
    }

    .fbg-col-sm-offset-2 {
        margin-left: 16.667%
    }

    .fbg-col-sm-offset-3 {
        margin-left: 25%
    }

    .fbg-col-sm-offset-4 {
        margin-left: 33.333%
    }

    .fbg-col-sm-offset-5 {
        margin-left: 41.667%
    }

    .fbg-col-sm-offset-6 {
        margin-left: 50%
    }

    .fbg-col-sm-offset-7 {
        margin-left: 58.333%
    }

    .fbg-col-sm-offset-8 {
        margin-left: 66.667%
    }

    .fbg-col-sm-offset-9 {
        margin-left: 75%
    }

    .fbg-col-sm-offset-10 {
        margin-left: 83.333%
    }

    .fbg-col-sm-offset-11 {
        margin-left: 91.667%
    }

    .fbg-start-sm {
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .fbg-center-sm {
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .fbg-end-sm {
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .fbg-top-sm {
        -ms-flex-align: start;
        align-items: flex-start
    }

    .fbg-middle-sm {
        -ms-flex-align: center;
        align-items: center
    }

    .fbg-bottom-sm {
        -ms-flex-align: end;
        align-items: flex-end
    }

    .fbg-around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .fbg-between-sm {
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .fbg-first-sm {
        -ms-flex-order: -1;
        order: -1
    }

    .fbg-last-sm {
        -ms-flex-order: 1;
        order: 1
    }
}

@media only screen and (min-width: 62em) {
    .fbg-container {
        width: 61rem
    }

    .fbg-col-md,
    .fbg-col-md-1,
    .fbg-col-md-2,
    .fbg-col-md-3,
    .fbg-col-md-4,
    .fbg-col-md-5,
    .fbg-col-md-6,
    .fbg-col-md-7,
    .fbg-col-md-8,
    .fbg-col-md-9,
    .fbg-col-md-10,
    .fbg-col-md-11,
    .fbg-col-md-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem
    }

    .fbg-col-md {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .fbg-col-md-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }

    .fbg-col-md-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }

    .fbg-col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .fbg-col-md-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }

    .fbg-col-md-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }

    .fbg-col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .fbg-col-md-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }

    .fbg-col-md-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }

    .fbg-col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .fbg-col-md-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }

    .fbg-col-md-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }

    .fbg-col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .fbg-col-md-offset-1 {
        margin-left: 8.333%
    }

    .fbg-col-md-offset-2 {
        margin-left: 16.667%
    }

    .fbg-col-md-offset-3 {
        margin-left: 25%
    }

    .fbg-col-md-offset-4 {
        margin-left: 33.333%
    }

    .fbg-col-md-offset-5 {
        margin-left: 41.667%
    }

    .fbg-col-md-offset-6 {
        margin-left: 50%
    }

    .fbg-col-md-offset-7 {
        margin-left: 58.333%
    }

    .fbg-col-md-offset-8 {
        margin-left: 66.667%
    }

    .fbg-col-md-offset-9 {
        margin-left: 75%
    }

    .fbg-col-md-offset-10 {
        margin-left: 83.333%
    }

    .fbg-col-md-offset-11 {
        margin-left: 91.667%
    }

    .fbg-start-md {
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .fbg-center-md {
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .fbg-end-md {
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .fbg-top-md {
        -ms-flex-align: start;
        align-items: flex-start
    }

    .fbg-middle-md {
        -ms-flex-align: center;
        align-items: center
    }

    .fbg-bottom-md {
        -ms-flex-align: end;
        align-items: flex-end
    }

    .fbg-around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .fbg-between-md {
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .fbg-first-md {
        -ms-flex-order: -1;
        order: -1
    }

    .fbg-last-md {
        -ms-flex-order: 1;
        order: 1
    }
}

@media only screen and (min-width: 75em) {
    .fbg-container {
        width: 71rem
    }

    .fbg-col-lg,
    .fbg-col-lg-1,
    .fbg-col-lg-2,
    .fbg-col-lg-3,
    .fbg-col-lg-4,
    .fbg-col-lg-5,
    .fbg-col-lg-6,
    .fbg-col-lg-7,
    .fbg-col-lg-8,
    .fbg-col-lg-9,
    .fbg-col-lg-10,
    .fbg-col-lg-11,
    .fbg-col-lg-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem
    }

    .fbg-col-lg {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .fbg-col-lg-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }

    .fbg-col-lg-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }

    .fbg-col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .fbg-col-lg-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }

    .fbg-col-lg-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }

    .fbg-col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .fbg-col-lg-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }

    .fbg-col-lg-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }

    .fbg-col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .fbg-col-lg-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }

    .fbg-col-lg-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }

    .fbg-col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .fbg-col-lg-offset-1 {
        margin-left: 8.333%
    }

    .fbg-col-lg-offset-2 {
        margin-left: 16.667%
    }

    .fbg-col-lg-offset-3 {
        margin-left: 25%
    }

    .fbg-col-lg-offset-4 {
        margin-left: 33.333%
    }

    .fbg-col-lg-offset-5 {
        margin-left: 41.667%
    }

    .fbg-col-lg-offset-6 {
        margin-left: 50%
    }

    .fbg-col-lg-offset-7 {
        margin-left: 58.333%
    }

    .fbg-col-lg-offset-8 {
        margin-left: 66.667%
    }

    .fbg-col-lg-offset-9 {
        margin-left: 75%
    }

    .fbg-col-lg-offset-10 {
        margin-left: 83.333%
    }

    .fbg-col-lg-offset-11 {
        margin-left: 91.667%
    }

    .fbg-start-lg {
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .fbg-center-lg {
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .fbg-end-lg {
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .fbg-top-lg {
        -ms-flex-align: start;
        align-items: flex-start
    }

    .fbg-middle-lg {
        -ms-flex-align: center;
        align-items: center
    }

    .fbg-bottom-lg {
        -ms-flex-align: end;
        align-items: flex-end
    }

    .fbg-around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .fbg-between-lg {
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .fbg-first-lg {
        -ms-flex-order: -1;
        order: -1
    }

    .fbg-last-lg {
        -ms-flex-order: 1;
        order: 1
    }
}

.fbg-container-fluid {
    padding-right: 0;
    padding-left: 0
}

.fbg-col-xs,
.fbg-col-xs-1,
.fbg-col-xs-2,
.fbg-col-xs-3,
.fbg-col-xs-4,
.fbg-col-xs-5,
.fbg-col-xs-6,
.fbg-col-xs-7,
.fbg-col-xs-8,
.fbg-col-xs-9,
.fbg-col-xs-10,
.fbg-col-xs-11,
.fbg-col-xs-12,
.fbg-col-sm,
.fbg-col-sm-1,
.fbg-col-sm-2,
.fbg-col-sm-3,
.fbg-col-sm-4,
.fbg-col-sm-5,
.fbg-col-sm-6,
.fbg-col-sm-7,
.fbg-col-sm-8,
.fbg-col-sm-9,
.fbg-col-sm-10,
.fbg-col-sm-11,
.fbg-col-sm-12,
.fbg-col-md,
.fbg-col-md-1,
.fbg-col-md-2,
.fbg-col-md-3,
.fbg-col-md-4,
.fbg-col-md-5,
.fbg-col-md-6,
.fbg-col-md-7,
.fbg-col-md-8,
.fbg-col-md-9,
.fbg-col-md-10,
.fbg-col-md-11,
.fbg-col-md-12,
.fbg-col-lg,
.fbg-col-lg-1,
.fbg-col-lg-2,
.fbg-col-lg-3,
.fbg-col-lg-4,
.fbg-col-lg-5,
.fbg-col-lg-6,
.fbg-col-lg-7,
.fbg-col-lg-8,
.fbg-col-lg-9,
.fbg-col-lg-10,
.fbg-col-lg-11,
.fbg-col-lg-12 {
    margin-bottom: 1rem
}

.fbg-col-xs:empty,
.fbg-col-xs-1:empty,
.fbg-col-xs-2:empty,
.fbg-col-xs-3:empty,
.fbg-col-xs-4:empty,
.fbg-col-xs-5:empty,
.fbg-col-xs-6:empty,
.fbg-col-xs-7:empty,
.fbg-col-xs-8:empty,
.fbg-col-xs-9:empty,
.fbg-col-xs-10:empty,
.fbg-col-xs-11:empty,
.fbg-col-xs-12:empty,
.fbg-col-sm:empty,
.fbg-col-sm-1:empty,
.fbg-col-sm-2:empty,
.fbg-col-sm-3:empty,
.fbg-col-sm-4:empty,
.fbg-col-sm-5:empty,
.fbg-col-sm-6:empty,
.fbg-col-sm-7:empty,
.fbg-col-sm-8:empty,
.fbg-col-sm-9:empty,
.fbg-col-sm-10:empty,
.fbg-col-sm-11:empty,
.fbg-col-sm-12:empty,
.fbg-col-md:empty,
.fbg-col-md-1:empty,
.fbg-col-md-2:empty,
.fbg-col-md-3:empty,
.fbg-col-md-4:empty,
.fbg-col-md-5:empty,
.fbg-col-md-6:empty,
.fbg-col-md-7:empty,
.fbg-col-md-8:empty,
.fbg-col-md-9:empty,
.fbg-col-md-10:empty,
.fbg-col-md-11:empty,
.fbg-col-md-12:empty,
.fbg-col-lg:empty,
.fbg-col-lg-1:empty,
.fbg-col-lg-2:empty,
.fbg-col-lg-3:empty,
.fbg-col-lg-4:empty,
.fbg-col-lg-5:empty,
.fbg-col-lg-6:empty,
.fbg-col-lg-7:empty,
.fbg-col-lg-8:empty,
.fbg-col-lg-9:empty,
.fbg-col-lg-10:empty,
.fbg-col-lg-11:empty,
.fbg-col-lg-12:empty {
    margin-bottom: 0
}

.lb-imageBox>div {
    position: relative
}

.lb-imageBox>div .lb-imageBox_header {
    background: #333;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 1.25em;
    line-height: 1.5em;
    font-weight: 500;
    position: relative;
    bottom: 2px;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center
}

.lb-imageBox>div .lb-imageBox_header.brand-one {
    background: #54575a;
    color: #fff
}

.lb-imageBox>div .lb-imageBox_header.brand-two {
    background: #cfdf00;
    color: #000
}

.lb-imageBox>div .lb-imageBox_header.brand-three {
    background: #eab916;
    color: #000
}

.lb-imageBox>div .lb-imageBox_header.brand-four {
    background: #e44618;
    color: #000
}

.lb-imageBox>div>a {
    width: 100%;
    height: calc(100% - 48px);
    display: block;
    position: relative;
    text-decoration: none
}

.lb-imageBox>div>a:before {
    display: block;
    position: absolute;
    z-index: 1;
    content: '';
    height: calc(100% - 23px);
    width: 100%;
    background: none;
    transition: all .3s cubic-bezier(.25, .8, .25, 1)
}

.lb-imageBox>div>a:hover:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0, transparent 80%, transparent 100%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23)
}

.lb-imageBox img {
    width: 100%;
    height: auto
}